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

Update vocabulary.md #9

Merged
merged 2 commits 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
2 changes: 2 additions & 0 deletions docs/basic-functional/vocabulary.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,7 @@ 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.

## 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