Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

chart-of-accounts.php 24KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424
  1. <?php
  2. return [
  3. 'default' => [
  4. 'current_asset' => [
  5. 'Cash and Cash Equivalents' => [
  6. '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.',
  7. 'multi_currency' => true,
  8. 'base_code' => '1000',
  9. 'accounts' => [
  10. 'Cash on Hand' => [
  11. 'description' => 'The amount of money held by the company in the form of cash.',
  12. ],
  13. ],
  14. ],
  15. 'Receivables' => [
  16. 'description' => 'Amounts owed to the company for goods sold or services rendered, including accounts receivable, notes receivable, and other receivables.',
  17. 'multi_currency' => false,
  18. 'base_code' => '1100',
  19. 'accounts' => [
  20. 'Accounts Receivable' => [
  21. 'description' => 'The amount of money owed to the company by customers who have not yet paid for goods or services received.',
  22. ],
  23. ],
  24. ],
  25. 'Inventory' => [
  26. '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.',
  27. 'multi_currency' => true,
  28. 'base_code' => '1200',
  29. ],
  30. 'Prepaid and Deferred Charges' => [
  31. 'description' => 'Payments made in advance for future goods or services, such as insurance premiums, rent, and prepaid taxes.',
  32. 'multi_currency' => false,
  33. 'base_code' => '1300',
  34. ],
  35. 'Other Current Assets' => [
  36. 'description' => 'Other assets that are expected to be converted to cash, sold, or consumed within one year or the business\'s operating cycle.',
  37. 'multi_currency' => true,
  38. 'base_code' => '1400',
  39. ],
  40. ],
  41. 'non_current_asset' => [
  42. 'Long-Term Investments' => [
  43. '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.',
  44. 'multi_currency' => true,
  45. 'base_code' => '1500',
  46. ],
  47. 'Fixed Assets' => [
  48. '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.',
  49. 'multi_currency' => false,
  50. 'base_code' => '1600',
  51. ],
  52. 'Intangible Assets' => [
  53. 'description' => 'Assets lacking physical substance but offering value to the business, like patents, copyrights, trademarks, software, and goodwill.',
  54. 'multi_currency' => false,
  55. 'base_code' => '1700',
  56. ],
  57. 'Other Non-Current Assets' => [
  58. '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.',
  59. 'multi_currency' => true,
  60. 'base_code' => '1800',
  61. ],
  62. ],
  63. 'contra_asset' => [
  64. 'Depreciation and Amortization' => [
  65. 'description' => 'Accounts that accumulate depreciation of tangible assets and amortization of intangible assets, reflecting the reduction in value over time.',
  66. 'multi_currency' => false,
  67. 'base_code' => '1900',
  68. ],
  69. 'Allowances for Receivables' => [
  70. 'description' => 'Accounts representing estimated uncollectible receivables, used to adjust the value of gross receivables to a realistic collectible amount.',
  71. 'multi_currency' => false,
  72. 'base_code' => '1940',
  73. ],
  74. 'Valuation Adjustments' => [
  75. 'description' => 'Accounts used to record adjustments in asset values due to impairments, market changes, or other factors affecting their recoverable amount.',
  76. 'multi_currency' => false,
  77. 'base_code' => '1950',
  78. ],
  79. ],
  80. 'current_liability' => [
  81. 'Supplier Obligations' => [
  82. 'description' => 'Liabilities arising from purchases of goods or services from suppliers, not yet paid for. This can include individual accounts payable and trade credits.',
  83. 'multi_currency' => true,
  84. 'base_code' => '2000',
  85. 'accounts' => [
  86. 'Accounts Payable' => [
  87. 'description' => 'The amount of money owed by the company to suppliers for goods or services received.',
  88. ],
  89. ],
  90. ],
  91. 'Accrued Expenses and Liabilities' => [
  92. 'description' => 'Expenses that have been incurred but not yet paid, including wages, utilities, interest, and taxes. This category can house various accrued expense accounts.',
  93. 'multi_currency' => false,
  94. 'base_code' => '2100',
  95. 'accounts' => [
  96. 'Sales Tax Payable' => [
  97. 'description' => 'The amount of money owed to the government for sales tax collected from customers.',
  98. ],
  99. ],
  100. ],
  101. 'Short-Term Borrowings' => [
  102. '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.',
  103. 'multi_currency' => true,
  104. 'base_code' => '2200',
  105. ],
  106. 'Customer Deposits and Advances' => [
  107. 'description' => 'Funds received in advance for goods or services to be provided in the future, including customer deposits and prepayments.',
  108. 'multi_currency' => true,
  109. 'base_code' => '2300',
  110. ],
  111. 'Other Current Liabilities' => [
  112. '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.',
  113. 'multi_currency' => true,
  114. 'base_code' => '2400',
  115. ],
  116. ],
  117. 'non_current_liability' => [
  118. 'Long-Term Borrowings' => [
  119. 'description' => 'Obligations such as bonds, mortgages, and loans with a maturity of more than one year, covering various types of long-term debt instruments.',
  120. 'multi_currency' => true,
  121. 'base_code' => '2500',
  122. ],
  123. 'Deferred Tax Liabilities' => [
  124. '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.',
  125. 'multi_currency' => false,
  126. 'base_code' => '2600',
  127. ],
  128. 'Other Long-Term Liabilities' => [
  129. '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.',
  130. 'multi_currency' => true,
  131. 'base_code' => '2700',
  132. ],
  133. ],
  134. 'contra_liability' => [
  135. 'Accumulated Amortization of Debt Discount' => [
  136. '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.',
  137. 'multi_currency' => false,
  138. 'base_code' => '2900',
  139. ],
  140. 'Valuation Adjustments for Liabilities' => [
  141. 'description' => 'Adjustments made to the recorded value of liabilities, such as changes in fair value of derivative liabilities or adjustments for hedging activities.',
  142. 'multi_currency' => false,
  143. 'base_code' => '2950',
  144. ],
  145. ],
  146. 'equity' => [
  147. 'Contributed Capital' => [
  148. '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.',
  149. 'multi_currency' => true,
  150. 'base_code' => '3000',
  151. 'accounts' => [
  152. 'Owner\'s Equity' => [
  153. 'description' => 'The owner\'s financial interest in the business, representing the residual interest in the assets of the business after deducting liabilities.',
  154. ],
  155. ],
  156. ],
  157. 'Retained Earnings' => [
  158. 'description' => 'Cumulative profits retained in the business and not distributed as dividends. Indicates the company\'s financial health and profit-generating ability.',
  159. 'multi_currency' => false,
  160. 'base_code' => '3100',
  161. ],
  162. 'Drawings' => [
  163. 'description' => 'The amount of money taken out of the business by the owner(s) for personal use.',
  164. 'multi_currency' => false,
  165. 'base_code' => '3200',
  166. ],
  167. 'Equity Reserves and Adjustments' => [
  168. 'description' => 'Includes adjustments like revaluation reserves, foreign exchange adjustments, or other components of comprehensive income that affect the equity but are not classified under capital, retained earnings, or drawings.',
  169. 'multi_currency' => true,
  170. 'base_code' => '3300',
  171. ],
  172. ],
  173. 'contra_equity' => [
  174. 'Contra Equity' => [
  175. '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.',
  176. 'multi_currency' => false,
  177. 'base_code' => '3900',
  178. ],
  179. ],
  180. 'operating_revenue' => [
  181. 'Product Sales' => [
  182. 'description' => 'Income from selling physical or digital products. Includes revenue from all product lines or categories.',
  183. 'multi_currency' => false,
  184. 'base_code' => '4000',
  185. 'accounts' => [
  186. 'Product Sales' => [
  187. 'description' => 'The amount of money earned from selling physical or digital products.',
  188. ],
  189. ],
  190. ],
  191. 'Service Revenue' => [
  192. 'description' => 'Income earned from providing services, encompassing activities like consulting, maintenance, and repair services.',
  193. 'multi_currency' => false,
  194. 'base_code' => '4100',
  195. ],
  196. 'Other Operating Revenue' => [
  197. 'description' => 'Income from other business operations not classified as product sales or services, such as rental income, royalties, or income from licensing agreements.',
  198. 'multi_currency' => false,
  199. 'base_code' => '4200',
  200. ],
  201. ],
  202. 'non_operating_revenue' => [
  203. 'Investment Income' => [
  204. 'description' => 'Earnings from investments, including dividends, interest from securities, and profits from real estate investments.',
  205. 'multi_currency' => false,
  206. 'base_code' => '4500',
  207. 'accounts' => [
  208. 'Dividends' => [
  209. 'description' => 'The amount of money received from investments in shares of other companies.',
  210. ],
  211. 'Interest Earned' => [
  212. 'description' => 'The amount of money earned from interest-bearing investments like bonds, certificates of deposit, or savings accounts.',
  213. ],
  214. ],
  215. ],
  216. 'Gains from Asset Disposition' => [
  217. 'description' => 'Profits from selling assets like property, equipment, or investments, excluding regular sales of inventory.',
  218. 'multi_currency' => false,
  219. 'base_code' => '4600',
  220. ],
  221. 'Other Non-Operating Revenue' => [
  222. 'description' => 'Income from sources not related to the main business activities, such as legal settlements, insurance recoveries, or gains from foreign exchange transactions.',
  223. 'multi_currency' => false,
  224. 'base_code' => '4700',
  225. 'accounts' => [
  226. 'Gain on Foreign Exchange' => [
  227. 'description' => 'The amount of money earned from foreign exchange transactions due to favorable exchange rate changes.',
  228. ],
  229. ],
  230. ],
  231. ],
  232. 'contra_revenue' => [
  233. 'Contra Revenue' => [
  234. 'description' => 'Revenue that is deducted from gross revenue to arrive at net revenue. This includes sales discounts, returns, and allowances.',
  235. 'multi_currency' => false,
  236. 'base_code' => '4900',
  237. 'accounts' => [
  238. 'Sales Returns and Allowances' => [
  239. 'description' => 'The amount of money returned to customers or deducted from sales due to returned goods or allowances granted.',
  240. ],
  241. 'Sales Discounts' => [
  242. 'description' => 'The amount of money deducted from sales due to discounts offered to customers for early payment or other reasons.',
  243. ],
  244. ],
  245. ],
  246. ],
  247. 'uncategorized_revenue' => [
  248. 'Uncategorized Revenue' => [
  249. 'description' => 'Revenue that has not been categorized into other revenue categories.',
  250. 'multi_currency' => false,
  251. 'base_code' => '4950',
  252. 'accounts' => [
  253. 'Uncategorized Income' => [
  254. '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.',
  255. ],
  256. ],
  257. ],
  258. ],
  259. 'operating_expense' => [
  260. 'Cost of Goods Sold' => [
  261. 'description' => 'Direct costs attributable to the production of goods sold by a company. This includes material costs and direct labor.',
  262. 'multi_currency' => false,
  263. 'base_code' => '5000',
  264. ],
  265. 'Payroll and Employee Benefits' => [
  266. 'description' => 'Expenses related to employee compensation, including salaries, wages, bonuses, commissions, and payroll taxes.',
  267. 'multi_currency' => false,
  268. 'base_code' => '5050',
  269. 'accounts' => [
  270. 'Salaries and Wages' => [
  271. 'description' => 'The amount of money paid to employees for their work, including regular salaries and hourly wages.',
  272. ],
  273. 'Payroll Employer Taxes and Contributions' => [
  274. 'description' => 'The amount of money paid by the employer for payroll taxes and contributions, such as social security, unemployment, and workers\' compensation.',
  275. ],
  276. 'Employee Benefits' => [
  277. 'description' => 'The amount of money spent on employee benefits, such as health insurance, retirement plans, and other benefits.',
  278. ],
  279. 'Payroll Processing Fees' => [
  280. 'description' => 'The amount of money paid to third-party payroll processors for payroll services.',
  281. ],
  282. ],
  283. ],
  284. 'Facility Expenses' => [
  285. 'description' => 'Costs incurred for business premises, including rent or lease payments, property taxes, utilities, and building maintenance.',
  286. 'multi_currency' => false,
  287. 'base_code' => '5100',
  288. 'accounts' => [
  289. 'Rent or Lease Payments' => [
  290. 'description' => 'The amount of money paid for renting or leasing business premises.',
  291. ],
  292. 'Property Taxes' => [
  293. 'description' => 'The amount of money paid for taxes on business property.',
  294. ],
  295. 'Building Maintenance' => [
  296. 'description' => 'The amount of money spent on maintaining business premises, including repairs and cleaning.',
  297. ],
  298. 'Utilities' => [
  299. 'description' => 'The amount of money paid for business utilities, such as electricity, water, and gas.',
  300. ],
  301. 'Property Insurance' => [
  302. 'description' => 'The amount of money paid for insurance on business property.',
  303. ],
  304. ],
  305. ],
  306. 'General and Administrative' => [
  307. 'description' => 'Expenses related to general business operations, such as office supplies, insurance, and professional fees.',
  308. 'multi_currency' => false,
  309. 'base_code' => '5150',
  310. 'accounts' => [
  311. 'Food and Drink' => [
  312. 'description' => 'The amount of money spent on food and drink for business purposes, such as office snacks, meals, and catering.',
  313. ],
  314. 'Transportation' => [
  315. 'description' => 'The amount of money spent on business transportation, such as fuel, vehicle maintenance, and public transportation.',
  316. ],
  317. 'Travel' => [
  318. 'description' => 'The amount of money spent on business travel, such as airfare, hotels, and rental cars.',
  319. ],
  320. 'Entertainment' => [
  321. 'description' => 'The amount of money spent on business entertainment, such as client dinners, events, and tickets.',
  322. ],
  323. 'Office Supplies' => [
  324. 'description' => 'The amount of money spent on office supplies, such as paper, ink, and stationery.',
  325. ],
  326. 'Office Equipment and Furniture' => [
  327. 'description' => 'The amount of money spent on office equipment and furniture, such as computers, printers, and desks.',
  328. ],
  329. 'Legal and Professional Fees' => [
  330. 'description' => 'The amount of money paid for legal and professional services, such as legal advice, accounting, and consulting.',
  331. ],
  332. 'Software and Subscriptions' => [
  333. 'description' => 'The amount of money spent on software and subscriptions, such as SaaS products, cloud services, and digital tools.',
  334. ],
  335. ],
  336. ],
  337. 'Marketing and Advertising' => [
  338. 'description' => 'Expenses related to marketing and advertising activities, such as advertising campaigns, promotional events, and marketing materials.',
  339. 'multi_currency' => false,
  340. 'base_code' => '5200',
  341. 'accounts' => [
  342. 'Advertising' => [
  343. 'description' => 'The amount of money spent on advertising campaigns, including print, digital, and outdoor advertising.',
  344. ],
  345. 'Marketing' => [
  346. 'description' => 'The amount of money spent on marketing activities, such as content creation, social media, and email marketing.',
  347. ],
  348. ],
  349. ],
  350. 'Research and Development' => [
  351. 'description' => 'Expenses incurred in the process of researching and developing new products or services.',
  352. 'multi_currency' => false,
  353. 'base_code' => '5250',
  354. ],
  355. 'Other Operating Expenses' => [
  356. 'description' => 'Miscellaneous expenses not categorized elsewhere, such as research and development costs, legal fees, and other irregular expenses.',
  357. 'multi_currency' => false,
  358. 'base_code' => '5300',
  359. ],
  360. ],
  361. 'non_operating_expense' => [
  362. 'Interest and Financing Costs' => [
  363. 'description' => 'Expenses related to borrowing and financing, such as interest payments on loans, bonds, and credit lines.',
  364. 'multi_currency' => false,
  365. 'base_code' => '5500',
  366. ],
  367. 'Tax Expenses' => [
  368. 'description' => 'Various taxes incurred by the business, including income tax, sales tax, property tax, and payroll tax.',
  369. 'multi_currency' => false,
  370. 'base_code' => '5600',
  371. ],
  372. 'Other Non-Operating Expense' => [
  373. 'description' => 'Expenses not related to primary business activities, like losses from asset disposals, legal settlements, restructuring costs, or foreign exchange losses.',
  374. 'multi_currency' => false,
  375. 'base_code' => '5700',
  376. 'accounts' => [
  377. 'Loss on Foreign Exchange' => [
  378. 'description' => 'The amount of money lost from foreign exchange transactions due to unfavorable exchange rate changes.',
  379. ],
  380. ],
  381. ],
  382. ],
  383. 'contra_expense' => [
  384. 'Contra Expenses' => [
  385. 'description' => 'Expenses that are deducted from gross expenses to arrive at net expenses. This includes purchase discounts, returns, and allowances.',
  386. 'multi_currency' => false,
  387. 'base_code' => '5900',
  388. 'accounts' => [
  389. 'Purchase Returns and Allowances' => [
  390. 'description' => 'The amount of money returned to suppliers or deducted from purchases due to returned goods or allowances granted.',
  391. ],
  392. 'Purchase Discounts' => [
  393. 'description' => 'The amount of money deducted from purchases due to discounts offered by suppliers for early payment or other reasons.',
  394. ],
  395. ],
  396. ],
  397. ],
  398. 'uncategorized_expense' => [
  399. 'Uncategorized Expense' => [
  400. 'description' => 'Expenses that have not been categorized into other expense categories.',
  401. 'multi_currency' => false,
  402. 'base_code' => '5950',
  403. 'accounts' => [
  404. 'Uncategorized Expense' => [
  405. 'description' => 'Expenses not classified into regular expense categories. This account is used as the default for all new transactions.',
  406. ],
  407. ],
  408. ],
  409. ],
  410. ],
  411. 'category_account_map' => [
  412. 'Dividends' => 'Dividends',
  413. 'Interest Earned' => 'Interest Earned',
  414. 'Wages' => 'Salaries and Wages',
  415. 'Sales' => 'Product Sales',
  416. 'Other Income' => 'Uncategorized Income',
  417. 'Rent or Mortgage' => 'Rent or Lease Payments',
  418. 'Utilities' => 'Utilities',
  419. 'Groceries' => 'Food and Drink',
  420. 'Transportation' => 'Transportation',
  421. 'Other Expenses' => 'Uncategorized Expense',
  422. ],
  423. ];