mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 12:20:31 +00:00
feat: add discount to sale and purchase transactions
This commit is contained in:
@@ -102,6 +102,13 @@ export interface ISaleInvoiceDTO {
|
||||
isInclusiveTax?: boolean;
|
||||
|
||||
attachments?: AttachmentLinkDTO[];
|
||||
|
||||
// # Discount
|
||||
discount?: number;
|
||||
discountType?: string;
|
||||
|
||||
// # Adjustments
|
||||
adjustments?: string;
|
||||
}
|
||||
|
||||
export interface ISaleInvoiceCreateDTO extends ISaleInvoiceDTO {
|
||||
|
||||
Reference in New Issue
Block a user