mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
feat: discount formatted attributes of sale transactions
This commit is contained in:
@@ -25,6 +25,11 @@ export interface ISaleEstimate {
|
||||
|
||||
branchId?: number;
|
||||
warehouseId?: number;
|
||||
|
||||
discountAmount?: number;
|
||||
discountPercentage?: number | null;
|
||||
|
||||
adjustment?: number;
|
||||
}
|
||||
export interface ISaleEstimateDTO {
|
||||
customerId: number;
|
||||
|
||||
Reference in New Issue
Block a user