Supplies
| π Overview: 19 Fields | 3 Indexes | 2 Many-to-One Relations | 2 One-to-Many Relations |
π Description
π¨οΈ Master data table for general supplies and consumables used in production (not raw materials). Tracks inventory levels, suppliers, and reorder points.
βΉοΈ Table Information
- Table ID: 20
- UUID: B84FAAF4158D23479C7828325B99FDF5
- Primary Key: π
UniqueID_i - Generated: π 2025-12-04T14:33:46Z
π Table of Contents
- π Fields (19)
- π Indexes (3)
- π Many-to-One Relations (2)
- π One-to-Many Relations (2)
- π Related Items
π Fields
| Field | Type | Constraints | Description |
|---|---|---|---|
| π UniqueID_i | Integer | π PK, β¨ Unique, β‘ Auto, β οΈ Required, π« Not Null | - |
| Name_s | String (31) | π« Not Null | - |
| Ref_s | String (20) | π« Not Null | - |
| Description_txt | String | π« Not Null | - |
| Price_r | Real | π« Not Null | - |
| PriceQuantity_l | Long Integer | π« Not Null | - |
| MinOrderQty_r | Real | π« Not Null | - |
| SupplierID_l | Long Integer | π« Not Null | - |
| UnitOfSale_s | String (20) | π« Not Null | - |
| StockQty_r | Real | π« Not Null | - |
| AdditionalInfo_txt | String | π« Not Null | - |
| Currency_s | String (3) | π« Not Null | - |
| IsPackaging | Boolean | π« Not Null | - |
| PackagingCat | Long Integer | π« Not Null | - |
| RawMaterial | Boolean | π« Not Null | - |
| MaterialID | Long Integer | π« Not Null | - |
| ReuseTimes | Integer | π« Not Null | - |
| MarginDeduction | Boolean | π« Not Null | - |
| MigrationID | Long Integer | - | - |
π Indexes
| Field | Type | Kind | Unique |
|---|---|---|---|
UniqueID_i | Keywords | regular | β¨ Yes |
MaterialID | Keywords | regular | - |
SupplierID_l | Keywords | regular | - |
π Many-to-One Relations
| Relation Name | Destination Table | Source β Destination | State | Description |
|---|---|---|---|---|
SuppliersEntity | Suppliers | SupplierID_l β SupplierID_l | Active | - |
PackagingCatsEntity | PackagingCats | PackagingCat β ID | Active | - |
π One-to-Many Relations
| Relation Name | Source Table | Source β Destination | State | Description |
|---|---|---|---|---|
ProductPackagingSelection | ProductPackaging | SuppliesID β UniqueID_i | Active | - |
PurchaseInfoSelection | PurchaseInfo | SuppliesID_i β UniqueID_i | Active | - |
π Related Items
π¦ Classes
- Supplies - ORDA DataClass class for Supplies table
- SuppliesEntity - ORDA Entity class for Supplies table
π Forms
- BOM_MaterialPrices - Data source for BOM_MaterialPrices form
- BOM_Packaging - Data source for BOM_Packaging form
- MaterialCalendar - Data source for MaterialCalendar form
- MaterialOutlook - Data source for MaterialOutlook form
- PackagingOptions - Data source for PackagingOptions form
- SupplyInfo - Data source for SupplyInfo form
- TransferSupply - Data source for TransferSupply form
Generated from catalog.4DCatalog Generated at: 2025-12-04T14:33:46Z