Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated vocabulary => accounting schema #10

Merged
merged 1 commit into from
Feb 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading