mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 08:14:25 +08:00
support sub account
This commit is contained in:
@@ -35,7 +35,12 @@ const allAccountCategories = [
|
||||
defaultAccountIconId: '6'
|
||||
}
|
||||
];
|
||||
const allAccountTypes = {
|
||||
SingleAccount: 1,
|
||||
MultiSubAccounts: 2
|
||||
};
|
||||
|
||||
export default {
|
||||
allCategories: allAccountCategories
|
||||
allCategories: allAccountCategories,
|
||||
allAccountTypes: allAccountTypes,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user