From the main application the user should be able to add a new product to the inventory list. Details of the new product should include: - [ ] name - [ ] stock level - [ ] unit type (e.g. pieces, weight, length etc) - [ ] materials used - [ ] profit margin - [ ] cost to make (calculated from material) - [ ] selling price (calculated from cost to make) - [ ] wholesale price (calculated from cost to make)
From the main application the user should be able to add a new product to the inventory list. Details of the new product should include: