refactor(FE-311): Remove grand_total and due_date from purchases

This commit is contained in:
rstubryan
2025-12-09 09:58:15 +07:00
parent 512ad5175e
commit a45de4fb13
3 changed files with 9 additions and 34 deletions
+1 -2
View File
@@ -51,9 +51,8 @@ export type BasePurchase = {
po_document_path?: string | null;
po_date: string;
supplier: Supplier;
credit_term: number;
credit_term?: number;
due_date: string;
grand_total: number;
notes?: string | null;
deleted_at?: string | null;
created_by: number;