feat: implement package and payment method dialogs with API integration

This commit is contained in:
2026-02-16 11:52:34 -06:00
parent 5ca98ad0bc
commit 9e37340dd5
13 changed files with 674 additions and 33 deletions

View File

@@ -53,9 +53,9 @@ export interface LineQuantities {
gross_weight?: number;
// Packaging
package_key?: string;
package_id?: number; // Changed from string to number - this is the ID from packages catalog
package_quantity?: number;
package_description?: string;
package_description?: string; // This is for display purposes only
}
export interface LineDescriptions {