feat: disabling accounting for deals and groups
This commit is contained in:
@@ -26,6 +26,7 @@ export type DealSchema = {
|
||||
isDeleted: boolean;
|
||||
isCompleted: boolean;
|
||||
isLocked: boolean;
|
||||
isAccounted: boolean;
|
||||
client: ClientSchema;
|
||||
comment: string;
|
||||
shippingWarehouse?: (ShippingWarehouseSchema | string | null);
|
||||
|
||||
Reference in New Issue
Block a user