Purchase Order Containers
The Purchase Order drop-in provides pre-built container components for integrating into your storefront.
Version: 1.0.0-beta3
What are Containers?
Containers are pre-built UI components that combine functionality, state management, and presentation. They provide a complete solution for specific features and can be customized through props, slots, and CSS.
Available Containers
| Container | Description |
|---|---|
| ApprovalRuleDetails | Displays detailed information for a specific purchase order approval rule including conditions and approvers. |
| ApprovalRuleForm | Provides a form for creating or editing purchase order approval rules with validation and submission handling. |
| ApprovalRulesList | Displays a list of purchase order approval rules with options to create, edit, and view rule details. |
| CompanyPurchaseOrders | Displays all purchase orders for the entire company with filtering, sorting, and pagination capabilities. |
| CustomerPurchaseOrders | Displays purchase orders created by the currently authenticated customer with management controls. |
| PurchaseOrderApprovalFlow | Manages the approval workflow for a purchase order including approval actions and status updates. |
| PurchaseOrderCommentForm | Provides a form for adding comments to a purchase order with validation and submission handling. |
| PurchaseOrderCommentsList | Displays the list of comments associated with a purchase order in chronological order. |
| PurchaseOrderConfirmation | Displays confirmation details after a purchase order is successfully created or approved. |
| PurchaseOrderHistoryLog | Displays the chronological history of actions and status changes for a purchase order. |
| PurchaseOrderStatus | Displays the current status and detailed information for a specific purchase order. |
| RequireApprovalPurchaseOrders | Displays purchase orders that require approval from the currently authenticated user. |