mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 12:20:31 +00:00
fix: discount transactions GL entries
This commit is contained in:
@@ -80,6 +80,11 @@ export interface ISaleInvoice {
|
||||
pdfTemplateId?: number;
|
||||
|
||||
paymentMethods?: Array<PaymentIntegrationTransactionLink>;
|
||||
|
||||
adjustment?: number;
|
||||
|
||||
discount?: number;
|
||||
discountAmount?: number;
|
||||
}
|
||||
|
||||
export enum DiscountType {
|
||||
|
||||
Reference in New Issue
Block a user