-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ProductCosts: a user should be able to add costs to a product #86
Comments
FYI In Cargo Physical files (.xlsx) the manufacturing costs can be seen and auto-populated by TrackShift Manufacturing costs will appear in a statement if the label has a credit account with the distributor (Cargo) where the distributor manages and pays for the manufacture as well as the distribution. |
e.g. in the file called 444504_2022_06 row 11. column F is a |
Discussion with @g105b Re: to modal or not to modal e.g. /product//costs This can then be loaded into an iframe. e.g. like the github branches dropdown + the page /branches so...does it make sense as part of our UI? The simplest thing will be its own page. But that won't be the best UX. A cost could be associated to more than one product. Open the product and add a cost? When a user clicks 'add cost' they go to the Costs tab, and the product has been auto selected. This feels a lot better than the IKEA popout. Not just because of the UI style, but because it is circular - both routes end up at the same conclusion. Or...if we do use a modal, it should use the same code from the same source of logic. In the case of using multiselect, we need to use an EXCELLENT pattern. (greg will copy the link) |
Discussions about UI: This screenshot from Dribbble shows the nice usage of a multi-select we were discussing. Here's a complex solution to a large table on a small screen (dribbble) Or an alternative: The discussion to have is what's more useful...
|
|
|
Database is hooked up to the initial UI now. Deployed at https://slc2.dev.trackshift.app Peek.2023-09-20.17-53.mp4I need to output this to the Product and Upload table now, and finally load the create/edit screen as a modal. |
Ace! I noticed that the artwork grabber doesn't work anymore. Is that a bug or a thing that's not on this branch? |
Re: where costs figure in the ProductsTable In the example, the Costs are £200
|
Completed today:
The SLC2 branch is up to date with these latest changes, and I'd forgotten to include the Spotify API key in the deployment, so that's why you couldn't see any artwork on SLC2. |
This is working great! I'll branch off and do a biff-style on SLC2 this week. Functionality suggestion: In the ProductTable, if there are no Costs associated with a product, display a CTA to 'Add a Cost' which will bring up the modal. |
Biff styles/ux to-do:
|
@g105b could you handle the modal exit tweak please? A user should be able to escape a Costs modal by:
|
This tweak task has implications relating to the user's currency. This is something that we'll need to look at in the next couple of SLCs. |
Okie dokie |
Feature: Product Costs
In order to see a balance of profit and loss and apply a
RoyaltyModel
As a label user
I need to be able to add Costs to a product (e.g. manufacturing of vinyl) so that the product earnings reflect outgoings
And view the correct balance
Feature: Recoupable Costs
In order to apply a cost to the Artist Balance
As label user
I need to be able to select which Costs are recoupable i.e. need to be 'earned out' by product earnings before the artist royalty is in the black
The text was updated successfully, but these errors were encountered: