Item Master¶
Item master table stores information about product level information like code, Unit of measurement, description, unit price Organisation deal with. Everytime document is created, all the information related to item is fetched from master using item code.
Attributes¶
itemMasterId: Primary key of the table.
orgId: Foreign key of Organisation table. This field stores the information of the organisation whom this item master belongs to.
itemCode: Code of the item.
itemName: Name of the item.
itemDescription: Description of the item.
itemHSNCode: HSN Code of the item.
itemSubCode: Sub Code of the item.
itemUnit: Unit of the item. For example, Kg. MT etc.
itemPrice: Unit price of the item.
netWeight: Unit net Weight of the item.
grossWeight: Unit gross Weight of the item.
itemCurrency: Currency of the item price.