added page acceptance

This commit is contained in:
Samandar Turg'unboev
2025-07-12 18:11:24 +05:00
parent 62a5c062d1
commit 6b48f507a4
17 changed files with 1213 additions and 26 deletions

View File

@@ -36,6 +36,7 @@ export interface IBoxDetail {
volume: string;
boxWeight: number;
brutto: number;
print: PrintStatus;
hasInvoice: boolean;
status: BoxStatus;
};