Difference between revisions of "Key Concepts"

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.
m
m (Adding place holders for more info)
Line 3: Line 3:
  
 
This section is a summary of key concepts you will need to understand as you read the rest of this manual.
 
This section is a summary of key concepts you will need to understand as you read the rest of this manual.
 +
 +
== Accounting Schema, Combinations, Defaults and keeping track of the money ==
 +
 +
== Documents and Document Processing ==
  
 
== Database Tables and Common Fields ==
 
== Database Tables and Common Fields ==
 +
 
In ADempiere, most database tables contain a set of common fields that are used by most windows or by the underlying rules and software.  These are:
 
In ADempiere, most database tables contain a set of common fields that are used by most windows or by the underlying rules and software.  These are:
  
Line 20: Line 25:
  
 
There is one other field of the form <nowiki><table name></nowiki>_ID that contains the ID key of the records in the table.
 
There is one other field of the form <nowiki><table name></nowiki>_ID that contains the ID key of the records in the table.
 +
 +
== Security: Users and Roles ==

Revision as of 07:11, 26 November 2010

Table of Contents{{#if: | | [[{{{2}}}]] }}{{#if: | | [[{{{3}}}]] }}{{#if: | | [[{{{4}}}]] }}{{#if: | | [[{{{5}}}]] }} | Key Concepts{{#if: | | [[{{{next}}}]] }} ⇒

This section is a summary of key concepts you will need to understand as you read the rest of this manual.

Accounting Schema, Combinations, Defaults and keeping track of the money

Documents and Document Processing

Database Tables and Common Fields

In ADempiere, most database tables contain a set of common fields that are used by most windows or by the underlying rules and software. These are:

  • AD_Ord_ID
  • AD_Client_ID
  • Created
  • CreatedBy
  • IsActive
  • Name
  • Description
  • Comment/Help
  • Updated
  • UpdatedBy
  • Value/Search Key

There is one other field of the form <table name>_ID that contains the ID key of the records in the table.

Security: Users and Roles