You've already forked openaccounting-web
mirror of
https://github.com/openaccounting/oa-web.git
synced 2025-12-09 00:51:01 +13:00
initial commit
This commit is contained in:
6
src/app/shared/session-options.ts
Normal file
6
src/app/shared/session-options.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export class SessionOptions {
|
||||
createDefaultAccounts: boolean;
|
||||
constructor(options: any = {}) {
|
||||
this.createDefaultAccounts = options.createDefaultAccounts;
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user