mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
feat: link discount to mail receipts
This commit is contained in:
@@ -284,6 +284,15 @@ export interface SaleEstimateMailStateResponse {
|
||||
subtotal: number;
|
||||
subtotalFormatted: string;
|
||||
|
||||
discount: number;
|
||||
discountFormatted: string;
|
||||
discountLabel: string;
|
||||
discountPercentage: number | null;
|
||||
discountPercentageFormatted: string;
|
||||
|
||||
adjustment: number;
|
||||
adjustmentFormatted: string;
|
||||
|
||||
estimateNumber: string;
|
||||
|
||||
formatArgs: {
|
||||
|
||||
Reference in New Issue
Block a user