Issue Done!!

Payment and Receipt Done!!
This commit is contained in:
tanshu
2020-05-22 01:15:25 +05:30
parent 98edca5f60
commit c0ddfc95c4
27 changed files with 944 additions and 503 deletions

View File

@ -11,6 +11,8 @@ export class Voucher {
narration: string;
incentive?: number;
vendor?: Account;
source?: CostCentre;
destination?: CostCentre;
journals: Journal[];
inventories: Inventory[];
employeeBenefits: EmployeeBenefit[];