mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 12:20:31 +00:00
feat: add discount and adjustment fields to email templates.
This commit is contained in:
@@ -26,6 +26,9 @@ export interface ISaleEstimate {
|
||||
branchId?: number;
|
||||
warehouseId?: number;
|
||||
|
||||
total?: number;
|
||||
totalLocal?: number;
|
||||
|
||||
discountAmount?: number;
|
||||
discountPercentage?: number | null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user