ASSETS, LIABILITIES, ACCOUNTS_RECEIVABLE, OPERATING_EXPENSES, etc.
Required Template Accounts
When a new business is created, its chart of accounts will be created with all of the required template accounts.You may use either
AccountId or StableName to identify a required template account.Optional Template Accounts
Unlike required template accounts, optional template accounts do not get immediately instantiated for the new businesses. Instead, they are accounts users can interact with (e.g. categorize a transaction) via aStableName identifier. Once used, the account gets
instantiated for the business and a unique AccountId is created for that account.
You may only use a
StableName to reference an optional template account before creation. Once created, you may use either
AccountId or StableName to identify an optional template account.