InventoryCostTemplateCostDetail
Stores detailed cost components within an inventory cost template, including material, labor, and overhead costs.
Columns
| Name | Type | References | Description |
| costcategory | String | The category assigned to the cost, which helps classify and track different types of expenses related to inventory items. | |
| inventorycosttemplate | String | The template used to define the cost structure for inventory items, specifying how different cost components are calculated. | |
| item | String | The specific inventory item associated with this cost detail, linking the cost breakdown to a particular product or stock unit. | |
| overheadamount | Decimal | The total overhead cost applied to this inventory item, represented as a fixed monetary amount. | |
| overheadpercentage | Double | The percentage of overhead applied to the item's cost, calculated based on predefined costing rules. |