feat: disabling accounting for deals and groups

This commit is contained in:
2025-01-03 20:47:00 +04:00
parent d3c4ed3fc6
commit 30de0d8e8a
2 changed files with 9 additions and 5 deletions

View File

@@ -26,6 +26,7 @@ export type DealSchema = {
isDeleted: boolean;
isCompleted: boolean;
isLocked: boolean;
isAccounted: boolean;
client: ClientSchema;
comment: string;
shippingWarehouse?: (ShippingWarehouseSchema | string | null);