PrintJob
| π Overview: 11 Fields | 5 Indexes | 3 Many-to-One Relations |
π Description
π¨οΈ Transaction table queueing and tracking print jobs. Records label print requests, status, and completion for production and shipping labels.
- Table ID: 126
- UUID: B29FF560CBF45F4FB415A4450511F8C1
- Primary Key: π
ID - Generated: π 2025-12-04T14:35:25Z
π Table of Contents
π Fields
| Field | Type | Constraints | Description |
| π ID | Long Integer | π PK, β¨ Unique, β‘ Auto | - |
| PrinterID | Long Integer | - | - |
| Printed | Boolean | π« Not Null | - |
| FormName | String (255) | - | - |
| FormData | Object | - | - |
| Orientation | Integer | - | - |
| PaperName | String (255) | - | - |
| Copies | Integer | - | - |
| RelatedUUID | String | - | - |
| TimeStamp | String (255) | - | - |
| StaffID | Long Integer | - | - |
π Indexes
| Field | Type | Kind | Unique |
ID | Keywords | regular | β¨ Yes |
RelatedUUID | Keywords | regular | - |
StaffID | Keywords | regular | - |
Printed | Keywords | regular | - |
PrinterID | Keywords | regular | - |
π Many-to-One Relations
| Relation Name | Destination Table | Source β Destination | State | Description |
PrinterEntity | Printer | PrinterID β ID | Active | - |
PalletEntity | Pallet | RelatedUUID β UUID | Active | - |
StaffEntity | Staff | StaffID β StaffID | Active | - |
π¦ Classes
Generated from catalog.4DCatalog Generated at: 2025-12-04T14:35:25Z