You've already forked openaccounting-web
mirror of
https://github.com/openaccounting/oa-web.git
synced 2025-12-10 15:10:42 +13:00
initial commit
This commit is contained in:
7
src/app/reconcile/reconciliation.ts
Normal file
7
src/app/reconcile/reconciliation.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export class Reconciliation {
|
||||
startDate: Date;
|
||||
startBalance: number;
|
||||
endDate: Date;
|
||||
endBalance: number;
|
||||
net: number;
|
||||
}
|
||||
Reference in New Issue
Block a user