123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502 |
- <?php
-
- return [
- 'default' => [
- 'current_asset' => [
- 'Cash and Cash Equivalents' => [
- 'description' => 'The most liquid assets a company holds. This includes physical currency, bank balances, and short-term investments a company can quickly convert to cash.',
- 'multi_currency' => true,
- 'base_code' => '1000',
- 'bank_account_type' => 'depository',
- 'inverse_cash_flow' => false,
- 'accounts' => [
- 'Cash on Hand' => [
- 'description' => 'The amount of money held by the company in the form of cash.',
- ],
- ],
- ],
- 'Receivables' => [
- 'description' => 'Amounts owed to the company for goods sold or services rendered, including accounts receivable, notes receivable, and other receivables.',
- 'multi_currency' => false,
- 'base_code' => '1100',
- 'inverse_cash_flow' => true,
- 'accounts' => [
- 'Accounts Receivable' => [
- 'description' => 'The amount of money owed to the company by customers who have not yet paid for goods or services received.',
- ],
- ],
- ],
- 'Input Tax Recoverable' => [
- 'description' => 'The amount of sales tax paid on purchases that can be recovered from the government.',
- 'multi_currency' => false,
- 'base_code' => '1150',
- 'inverse_cash_flow' => true,
- 'adjustment_category' => 'tax',
- 'adjustment_type' => 'purchase',
- 'adjustment_recoverable' => true,
- 'accounts' => [
- 'Input Tax' => [
- 'description' => null,
- ],
- ],
- ],
- 'Inventory' => [
- 'description' => 'The raw materials, work-in-progress goods and completely finished goods that are considered to be the portion of a business\'s assets that are ready or will be ready for sale.',
- 'multi_currency' => true,
- 'base_code' => '1200',
- 'inverse_cash_flow' => true,
- ],
- 'Prepaid and Deferred Charges' => [
- 'description' => 'Payments made in advance for future goods or services, such as insurance premiums, rent, and prepaid taxes.',
- 'multi_currency' => true,
- 'base_code' => '1300',
- 'inverse_cash_flow' => true,
- ],
- 'Other Current Assets' => [
- 'description' => 'Other assets that are expected to be converted to cash, sold, or consumed within one year or the business\'s operating cycle.',
- 'multi_currency' => true,
- 'base_code' => '1400',
- 'inverse_cash_flow' => true,
- ],
- ],
- 'non_current_asset' => [
- 'Long-Term Investments' => [
- 'description' => 'Investments in securities like bonds and stocks, investments in other companies, or real estate held for more than one year, aiming for long-term benefits.',
- 'multi_currency' => true,
- 'base_code' => '1500',
- 'inverse_cash_flow' => true,
- ],
- 'Fixed Assets' => [
- 'description' => 'Physical, tangible assets used in the business\'s operations with a useful life exceeding one year, such as buildings, machinery, and vehicles. These assets are subject to depreciation.',
- 'multi_currency' => true,
- 'base_code' => '1600',
- 'inverse_cash_flow' => true,
- ],
- 'Intangible Assets' => [
- 'description' => 'Assets lacking physical substance but offering value to the business, like patents, copyrights, trademarks, software, and goodwill.',
- 'multi_currency' => true,
- 'base_code' => '1700',
- 'inverse_cash_flow' => true,
- ],
- 'Other Non-Current Assets' => [
- 'description' => 'Includes long-term assets not classified in the above categories, such as long-term prepaid expenses, deferred tax assets, and loans made to other entities that are not expected to be settled within the next year.',
- 'multi_currency' => true,
- 'base_code' => '1800',
- 'inverse_cash_flow' => true,
- ],
- ],
- 'contra_asset' => [
- 'Depreciation and Amortization' => [
- 'description' => 'Accounts that accumulate depreciation of tangible assets and amortization of intangible assets, reflecting the reduction in value over time.',
- 'multi_currency' => false,
- 'base_code' => '1900',
- 'inverse_cash_flow' => false,
- 'accounts' => [
- 'Accumulated Depreciation' => [
- 'description' => 'Used to account for the depreciation of fixed assets over time, offsetting assets like equipment or property.',
- ],
- ],
- ],
- 'Allowances for Receivables' => [
- 'description' => 'Accounts representing estimated uncollected receivables, used to adjust the value of gross receivables to a realistic collectible amount.',
- 'multi_currency' => false,
- 'base_code' => '1940',
- 'inverse_cash_flow' => false,
- 'accounts' => [
- 'Allowance for Doubtful Accounts' => [
- 'description' => 'Used to account for potential bad debts that may not be collectable, offsetting receivables.',
- ],
- ],
- ],
- 'Valuation Adjustments' => [
- 'description' => 'Accounts used to record adjustments in asset values due to impairments, market changes, or other factors affecting their recoverable amount.',
- 'multi_currency' => false,
- 'base_code' => '1950',
- 'inverse_cash_flow' => false,
- ],
- ],
- 'current_liability' => [
- 'Supplier Obligations' => [
- 'description' => 'Liabilities arising from purchases of goods or services from suppliers, not yet paid for. This can include individual accounts payable and trade credits.',
- 'multi_currency' => true,
- 'base_code' => '2000',
- 'inverse_cash_flow' => false,
- 'accounts' => [
- 'Accounts Payable' => [
- 'description' => 'The amount of money owed by the company to suppliers for goods or services received.',
- ],
- ],
- ],
- 'Accrued Expenses and Liabilities' => [
- 'description' => 'Expenses that have been incurred but not yet paid, including wages, utilities, interest, and taxes. This category can house various accrued expense accounts.',
- 'multi_currency' => false,
- 'base_code' => '2100',
- 'inverse_cash_flow' => false,
- ],
- 'Sales Taxes' => [
- 'description' => 'The amount of money owed to the government for sales tax collected from customers.',
- 'multi_currency' => false,
- 'base_code' => '2150',
- 'inverse_cash_flow' => false,
- 'adjustment_category' => 'tax',
- 'adjustment_type' => 'sales',
- 'adjustment_recoverable' => false,
- 'accounts' => [
- 'Sales Tax' => [
- 'description' => null,
- ],
- ],
- ],
- 'Short-Term Borrowings' => [
- 'description' => 'Debt obligations due within the next year, such as bank loans, lines of credit, and short-term notes. This category can cover multiple short-term debt accounts.',
- 'multi_currency' => true,
- 'base_code' => '2200',
- 'inverse_cash_flow' => false,
- ],
- 'Customer Deposits and Advances' => [
- 'description' => 'Funds received in advance for goods or services to be provided in the future, including customer deposits and prepayments.',
- 'multi_currency' => true,
- 'base_code' => '2300',
- 'inverse_cash_flow' => false,
- ],
- 'Other Current Liabilities' => [
- 'description' => 'A grouping for miscellaneous short-term liabilities not covered in other categories, like the current portion of long-term debts, short-term provisions, and other similar obligations.',
- 'multi_currency' => true,
- 'base_code' => '2400',
- 'inverse_cash_flow' => false,
- ],
- ],
- 'non_current_liability' => [
- 'Long-Term Borrowings' => [
- 'description' => 'Obligations such as bonds, mortgages, and loans with a maturity of more than one year, covering various types of long-term debt instruments.',
- 'multi_currency' => true,
- 'base_code' => '2500',
- 'inverse_cash_flow' => false,
- ],
- 'Deferred Tax Liabilities' => [
- 'description' => 'Taxes incurred in the current period but payable in a future period, typically due to differences in accounting methods between tax reporting and financial reporting.',
- 'multi_currency' => false,
- 'base_code' => '2600',
- 'inverse_cash_flow' => false,
- ],
- 'Other Long-Term Liabilities' => [
- 'description' => 'Liabilities not due within the next year and not classified as long-term debt or deferred taxes, including pension liabilities, lease obligations, and long-term provisions.',
- 'multi_currency' => true,
- 'base_code' => '2700',
- 'inverse_cash_flow' => false,
- ],
- ],
- 'contra_liability' => [
- 'Accumulated Amortization of Debt Discount' => [
- 'description' => 'Accumulated amount representing the reduction of bond or loan liabilities, reflecting the difference between the face value and the discounted issuance price over time.',
- 'multi_currency' => false,
- 'base_code' => '2900',
- 'inverse_cash_flow' => false,
- ],
- 'Valuation Adjustments for Liabilities' => [
- 'description' => 'Adjustments made to the recorded value of liabilities, such as changes in fair value of derivative liabilities or adjustments for hedging activities.',
- 'multi_currency' => false,
- 'base_code' => '2950',
- 'inverse_cash_flow' => false,
- ],
- ],
- 'equity' => [
- 'Contributed Capital' => [
- 'description' => 'Funds provided by owners or shareholders for starting the business and subsequent capital injections. Reflects the financial commitment of the owner(s) or shareholders to the business.',
- 'multi_currency' => true,
- 'base_code' => '3000',
- 'inverse_cash_flow' => false,
- 'accounts' => [
- 'Owner\'s Investment' => [
- 'description' => 'The amount of money invested by the owner(s) or shareholders to start or expand the business.',
- ],
- ],
- ],
- ],
- 'contra_equity' => [
- 'Contra Equity' => [
- 'description' => 'Equity that is deducted from gross equity to arrive at net equity. This includes treasury stock, which is stock that has been repurchased by the company.',
- 'multi_currency' => false,
- 'base_code' => '3900',
- 'inverse_cash_flow' => true,
- 'accounts' => [
- 'Owner\'s Drawings' => [
- 'description' => 'The amount of money withdrawn by the owner(s) or shareholders from the business for personal use, reducing equity.',
- ],
- ],
- ],
- ],
- 'operating_revenue' => [
- 'Product Sales' => [
- 'description' => 'Income from selling physical or digital products. Includes revenue from all product lines or categories.',
- 'multi_currency' => false,
- 'base_code' => '4000',
- 'inverse_cash_flow' => false,
- 'accounts' => [
- 'Product Sales' => [
- 'description' => 'The amount of money earned from selling physical or digital products.',
- ],
- ],
- ],
- 'Service Revenue' => [
- 'description' => 'Income earned from providing services, encompassing activities like consulting, maintenance, and repair services.',
- 'multi_currency' => false,
- 'base_code' => '4100',
- 'inverse_cash_flow' => false,
- ],
- 'Other Operating Revenue' => [
- 'description' => 'Income from other business operations not classified as product sales or services, such as rental income, royalties, or income from licensing agreements.',
- 'multi_currency' => false,
- 'base_code' => '4200',
- 'inverse_cash_flow' => false,
- ],
- ],
- 'non_operating_revenue' => [
- 'Investment Income' => [
- 'description' => 'Earnings from investments, including dividends, interest from securities, and profits from real estate investments.',
- 'multi_currency' => false,
- 'base_code' => '4500',
- 'inverse_cash_flow' => false,
- 'accounts' => [
- 'Dividends' => [
- 'description' => 'The amount of money received from investments in shares of other companies.',
- ],
- 'Interest Earned' => [
- 'description' => 'The amount of money earned from interest-bearing investments like bonds, certificates of deposit, or savings accounts.',
- ],
- ],
- ],
- 'Gains from Asset Disposition' => [
- 'description' => 'Profits from selling assets like property, equipment, or investments, excluding regular sales of inventory.',
- 'multi_currency' => false,
- 'base_code' => '4600',
- 'inverse_cash_flow' => false,
- ],
- 'Other Non-Operating Revenue' => [
- 'description' => 'Income from sources not related to the main business activities, such as legal settlements, insurance recoveries, or gains from foreign exchange transactions.',
- 'multi_currency' => false,
- 'base_code' => '4700',
- 'inverse_cash_flow' => false,
- 'accounts' => [
- 'Gain on Foreign Exchange' => [
- 'description' => 'The amount of money earned from foreign exchange transactions due to favorable exchange rate changes.',
- ],
- ],
- ],
- ],
- 'contra_revenue' => [
- 'Contra Revenue' => [
- 'description' => 'Revenue that is deducted from gross revenue to arrive at net revenue. This includes sales discounts, returns, and allowances.',
- 'multi_currency' => false,
- 'base_code' => '4900',
- 'inverse_cash_flow' => false,
- 'accounts' => [
- 'Sales Returns and Allowances' => [
- 'description' => 'The amount of money returned to customers or deducted from sales due to returned goods or allowances granted.',
- ],
- ],
- ],
- 'Sales Discounts' => [
- 'description' => 'The amount of money deducted from sales due to discounts offered to customers for early payment or other reasons.',
- 'multi_currency' => false,
- 'base_code' => '4925',
- 'inverse_cash_flow' => false,
- 'adjustment_category' => 'discount',
- 'adjustment_type' => 'sales',
- 'adjustment_recoverable' => false,
- 'accounts' => [
- 'Sales Discount' => [
- 'description' => null,
- ],
- ],
- ],
- ],
- 'uncategorized_revenue' => [
- 'Uncategorized Revenue' => [
- 'description' => 'Revenue that has not been categorized into other revenue categories.',
- 'multi_currency' => false,
- 'base_code' => '4950',
- 'inverse_cash_flow' => false,
- 'accounts' => [
- 'Uncategorized Income' => [
- 'description' => 'Revenue from other business operations that don\'t fall under regular sales or services. This account is used as the default for all new transactions.',
- ],
- ],
- ],
- ],
- 'operating_expense' => [
- 'Cost of Goods Sold' => [
- 'description' => 'Direct costs attributable to the production of goods sold by a company. This includes material costs and direct labor.',
- 'multi_currency' => false,
- 'base_code' => '5000',
- 'inverse_cash_flow' => true,
- ],
- 'Payroll and Employee Benefits' => [
- 'description' => 'Expenses related to employee compensation, including salaries, wages, bonuses, commissions, and payroll taxes.',
- 'multi_currency' => false,
- 'base_code' => '5050',
- 'inverse_cash_flow' => true,
- 'accounts' => [
- 'Salaries and Wages' => [
- 'description' => 'The amount of money paid to employees for their work, including regular salaries and hourly wages.',
- ],
- 'Payroll Employer Taxes and Contributions' => [
- 'description' => 'The amount of money paid by the employer for payroll taxes and contributions, such as social security, unemployment, and workers\' compensation.',
- ],
- 'Employee Benefits' => [
- 'description' => 'The amount of money spent on employee benefits, such as health insurance, retirement plans, and other benefits.',
- ],
- 'Payroll Processing Fees' => [
- 'description' => 'The amount of money paid to third-party payroll processors for payroll services.',
- ],
- ],
- ],
- 'Facility Expenses' => [
- 'description' => 'Costs incurred for business premises, including rent or lease payments, property taxes, utilities, and building maintenance.',
- 'multi_currency' => false,
- 'base_code' => '5100',
- 'inverse_cash_flow' => true,
- 'accounts' => [
- 'Rent or Lease Payments' => [
- 'description' => 'The amount of money paid for renting or leasing business premises.',
- ],
- 'Property Taxes' => [
- 'description' => 'The amount of money paid for taxes on business property.',
- ],
- 'Building Maintenance' => [
- 'description' => 'The amount of money spent on maintaining business premises, including repairs and cleaning.',
- ],
- 'Utilities' => [
- 'description' => 'The amount of money paid for business utilities, such as electricity, water, and gas.',
- ],
- 'Property Insurance' => [
- 'description' => 'The amount of money paid for insurance on business property.',
- ],
- ],
- ],
- 'General and Administrative' => [
- 'description' => 'Expenses related to general business operations, such as office supplies, insurance, and professional fees.',
- 'multi_currency' => false,
- 'base_code' => '5150',
- 'inverse_cash_flow' => true,
- 'accounts' => [
- 'Food and Drink' => [
- 'description' => 'The amount of money spent on food and drink for business purposes, such as office snacks, meals, and catering.',
- ],
- 'Transportation' => [
- 'description' => 'The amount of money spent on business transportation, such as fuel, vehicle maintenance, and public transportation.',
- ],
- 'Travel' => [
- 'description' => 'The amount of money spent on business travel, such as airfare, hotels, and rental cars.',
- ],
- 'Entertainment' => [
- 'description' => 'The amount of money spent on business entertainment, such as client dinners, events, and tickets.',
- ],
- 'Office Supplies' => [
- 'description' => 'The amount of money spent on office supplies, such as paper, ink, and stationery.',
- ],
- 'Office Equipment and Furniture' => [
- 'description' => 'The amount of money spent on office equipment and furniture, such as computers, printers, and desks.',
- ],
- 'Legal and Professional Fees' => [
- 'description' => 'The amount of money paid for legal and professional services, such as legal advice, accounting, and consulting.',
- ],
- 'Software and Subscriptions' => [
- 'description' => 'The amount of money spent on software and subscriptions, such as SaaS products, cloud services, and digital tools.',
- ],
- ],
- ],
- 'Marketing and Advertising' => [
- 'description' => 'Expenses related to marketing and advertising activities, such as advertising campaigns, promotional events, and marketing materials.',
- 'multi_currency' => false,
- 'base_code' => '5200',
- 'inverse_cash_flow' => true,
- 'accounts' => [
- 'Advertising' => [
- 'description' => 'The amount of money spent on advertising campaigns, including print, digital, and outdoor advertising.',
- ],
- 'Marketing' => [
- 'description' => 'The amount of money spent on marketing activities, such as content creation, social media, and email marketing.',
- ],
- ],
- ],
- 'Research and Development' => [
- 'description' => 'Expenses incurred in the process of researching and developing new products or services.',
- 'multi_currency' => false,
- 'base_code' => '5250',
- 'inverse_cash_flow' => true,
- ],
- 'Other Operating Expenses' => [
- 'description' => 'Miscellaneous expenses not categorized elsewhere, such as research and development costs, legal fees, and other irregular expenses.',
- 'multi_currency' => false,
- 'base_code' => '5300',
- 'inverse_cash_flow' => true,
- ],
- ],
- 'non_operating_expense' => [
- 'Interest and Financing Costs' => [
- 'description' => 'Expenses related to borrowing and financing, such as interest payments on loans, bonds, and credit lines.',
- 'multi_currency' => false,
- 'base_code' => '5500',
- 'inverse_cash_flow' => true,
- ],
- 'Tax Expenses' => [
- 'description' => 'Various taxes incurred by the business, including income tax, sales tax, property tax, and payroll tax.',
- 'multi_currency' => false,
- 'base_code' => '5600',
- 'inverse_cash_flow' => true,
- ],
- 'Other Non-Operating Expense' => [
- 'description' => 'Expenses not related to primary business activities, like losses from asset disposals, legal settlements, restructuring costs, or foreign exchange losses.',
- 'multi_currency' => false,
- 'base_code' => '5700',
- 'inverse_cash_flow' => true,
- 'accounts' => [
- 'Loss on Foreign Exchange' => [
- 'description' => 'The amount of money lost from foreign exchange transactions due to unfavorable exchange rate changes.',
- ],
- ],
- ],
- ],
- 'contra_expense' => [
- 'Contra Expenses' => [
- 'description' => 'Expenses that are deducted from gross expenses to arrive at net expenses. This includes purchase discounts, returns, and allowances.',
- 'multi_currency' => false,
- 'base_code' => '5900',
- 'inverse_cash_flow' => true,
- 'accounts' => [
- 'Purchase Returns and Allowances' => [
- 'description' => 'The amount of money returned to suppliers or deducted from purchases due to returned goods or allowances granted.',
- ],
- ],
- ],
- 'Purchase Discounts' => [
- 'description' => 'The amount of money deducted from purchases due to discounts offered by suppliers for early payment or other reasons.',
- 'multi_currency' => false,
- 'base_code' => '5925',
- 'inverse_cash_flow' => true,
- 'adjustment_category' => 'discount',
- 'adjustment_type' => 'purchase',
- 'adjustment_recoverable' => false,
- 'accounts' => [
- 'Purchase Discount' => [
- 'description' => null,
- ],
- ],
- ],
- ],
- 'uncategorized_expense' => [
- 'Uncategorized Expense' => [
- 'description' => 'Expenses that have not been categorized into other expense categories.',
- 'multi_currency' => false,
- 'base_code' => '5950',
- 'inverse_cash_flow' => true,
- 'accounts' => [
- 'Uncategorized Expense' => [
- 'description' => 'Expenses not classified into regular expense categories. This account is used as the default for all new transactions.',
- ],
- ],
- ],
- ],
- ],
- ];
|