mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
feat: payment receive/made number optional.
This commit is contained in:
@@ -27,7 +27,7 @@ export interface IBillPaymentEntryDTO {
|
||||
export interface IBillPaymentDTO {
|
||||
vendorId: number,
|
||||
paymentAccountId: number,
|
||||
paymentNumber: string,
|
||||
paymentNumber?: string,
|
||||
paymentDate: Date,
|
||||
description: string,
|
||||
reference: string,
|
||||
|
||||
@@ -19,7 +19,7 @@ export interface IPaymentReceiveDTO {
|
||||
amount: number,
|
||||
referenceNo: string,
|
||||
depositAccountId: number,
|
||||
paymentReceiveNo: string,
|
||||
paymentReceiveNo?: string,
|
||||
description: string,
|
||||
entries: IPaymentReceiveEntryDTO[],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user