mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
feat: licenses administration basic authentication.
feat: accounts slug. feat: duplicate accounts_balance table and merge balance with accounts table. feat: refactoring customers and vendors. feat: system user soft deleting. feat: preventing build tenant database without any subscription. feat: remove 'password' property from 'req.user' object. feat: refactoring JournalPoster class. feat: delete duplicated directories and files.
This commit is contained in:
@@ -50,6 +50,22 @@ import {
|
||||
IAccount,
|
||||
IAccountDTO,
|
||||
} from './Account';
|
||||
import {
|
||||
IJournalEntry,
|
||||
IJournalPoster,
|
||||
TEntryType,
|
||||
IAccountChange,
|
||||
IAccountsChange,
|
||||
} from './Journal';
|
||||
import {
|
||||
IContactAddress,
|
||||
IContact,
|
||||
IContactNewDTO,
|
||||
IContactEditDTO,
|
||||
ICustomer,
|
||||
ICustomerNewDTO,
|
||||
ICustomerEditDTO,
|
||||
} from './Contact';
|
||||
|
||||
export {
|
||||
IAccount,
|
||||
@@ -96,4 +112,18 @@ export {
|
||||
|
||||
IOptionDTO,
|
||||
IOptionsDTO,
|
||||
|
||||
IJournalEntry,
|
||||
IJournalPoster,
|
||||
TEntryType,
|
||||
IAccountChange,
|
||||
IAccountsChange,
|
||||
|
||||
IContactAddress,
|
||||
IContact,
|
||||
IContactNewDTO,
|
||||
IContactEditDTO,
|
||||
ICustomer,
|
||||
ICustomerNewDTO,
|
||||
ICustomerEditDTO,
|
||||
};
|
||||
Reference in New Issue
Block a user