Add Product - abrown0719/BillingSystem GitHub Wiki

Add Product

Add Product

Clicking the Add Product button will direct you to this window. Simply fill in all available spaces and click Add to add a product to your inventory.

  • ID: The ID field will be grayed out. ID's are auto-generated when a product is added.
  • Name: The name of the product that will be added. It is important that this name be easy enough to remember but also unique enough to not overlap with other products, so as to make searches and billings easier.
  • Buy Price: This is the price the item is purchased from a vendor. The price should be the price per unit, not a bulk purchase price.
  • Sell Price: This is the price the item sells for to consumers. This price should be the sell price per unit of the same unit used in the buy price to ensure profit is properly calculated.
  • Type: If the checkbox No.s is checked, it indicates that the product is measured by unit numbers instead of weight values. If it is unchecked, it is assumed that the product is measured by weight.
  • Stock: This is the number or weight of product in stock. Be sure that the weight units used are consistent across your total inventory.