Skip to content

SLC #2 - Profit & Loss 1: Costs and Balance

Closed Jan 17, 2024 100% complete

Given that I am a record label with imported sales data files
And I have products in my products table
Then I should be able to click through to a single product
And see the income for that product

Then I should be able to add a Cost to that product
And see the Balance for that product.
Then I should be able to add a Deal to that product
When I add these …

Given that I am a record label with imported sales data files
And I have products in my products table
Then I should be able to click through to a single product
And see the income for that product

Then I should be able to add a Cost to that product
And see the Balance for that product.
Then I should be able to add a Deal to that product
When I add these I should be able to see the Profit of the product (Sales minus Cost)
And be able to see how much of that Profit needs to be paid out according to the Deal
And how much of that profit is retained by the label

Given that I am a Record Label with sales data and products
And I have added Cost and Deal data to all products
Then I should be able to see a total amount retained by the label

Given that I am a Record Label with sales data and products
Then I should be able to filter the products table by Period

Given that I am a Record Label with sales data and products
Then I should be able to click through to a single product
And be able to filter the data by Period

TBC

  • .xlsx to .csv converter
  • more sales data file types

This milestone is closed.

No open issues remain. View closed issues or see open milestones in this repository.