Skip to content

Commit

Permalink
Merge pull request #10 from chuboe/main
Browse files Browse the repository at this point in the history
updated vocabulary => accounting schema
  • Loading branch information
frankmannheim authored Feb 16, 2024
2 parents 0d4054e + 871c107 commit 6d6f9c7
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/basic-functional/vocabulary.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,19 @@ Products are similar to Charges in that they help the system map transactions to
Many windows give you a choice between using a Product or a Charge (Sales Order => Order Line subtab for example). If you do not know whether to use a Product or a Charge, start by using a Charge. It is more simple. Use Products when you have a requirement that cannot be solved by a Charge.

## Accounting Schema {#accounting-schema}
The Accounting Schema is the structure of accounts from an organziation. It has tight relationships with many functions and areas of the ERP-system e.g. the stored material and the accounts that reflect the values in the warhouses. Also many other control parameters are set in relation to the Accounting Schema, e.g. the currency for accounting and the costing method. As an option distinct from most other ERP-systems iDempiere can manage different Accounting Schemas in parallel, e.g., if a large company needs complete bookkeeping in two different currencies or ways.
The Accounting Schema window is where you begin configuring iDempiere's accounting engine. In the Accounting Schema window, you will commonly set:

* Currency
* Default product Costing Method
* Default product Costing Level (Client, Org, or Lot)
* Accounting dimensions/segments (what values post to the general ledger along side the account number)
* Posting defaults (what accounts to use related to Business Partners, Banks, Warehouses, etc...)

You may maintain as many Accounting Schemas as you deem appropriate. Here are common reasons to have more than one Accounting Schema record:

* You maintain and report financials from more than one currency.
* You maintain and report financials from both 'Cash' and 'Accrual' costing methods.
* You meed to maintain multiple charts of accounts.

## Account Element (Element Value) {#account-element}
The Account Element is the abstract class of the individual accounts for all financial accounting and other related activities, e.g. budgeting, internal cost accounting. Every business activity which creates or changes values in the company is normally reflected by accounting entries. In this context, it is important to note that the accounts are structured by the accounts tree. It defines which account is a base or root account for a specific value category and which other account is for accumulating the values of these root accounts and of other accumulation accounts. Also in the accounts definition it can be controlled which accounts can only be posted by automatic actions of the system e.g. by a production order, and which accounts are debited or credited by journal entries of the company staff.

0 comments on commit 6d6f9c7

Please sign in to comment.