Difference between revisions of "Features"

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.
m (Adempire Features are)
Line 1: Line 1:
== Adempire Features are ==
+
== ADempiere can do==
  
 
* Sales Processes
 
* Sales Processes
Line 46: Line 46:
  
 
: Reporting for other regulatory bodies
 
: Reporting for other regulatory bodies
 +
 +
=Supportability=
 +
Software Support represents a substantial portion of the lifetime costs of any complex system.  A flexible, modular architecture is essential for ensuring:
 +
: understandability
 +
: modifiability
 +
: interoperability
 +
: reusability
 +
: expandability
 +
: portability
 +
all of which are necessary for software that can be supported in an efficient and cost effective manner.
 +
Many problems associated with software support can be traced to deficiencies in the way the original software product was designed.  Lack of attention to the design of modular software architectures during development can cause excessive software support problems and costs.  ADempiere is designed to be as flexible as possible and to accommodate change. Unless the system architecture allows for change, modifications to the software are likely to be difficult and defect-prone.  ADempiere’s software architecture carefully addresses abstraction, encapsulation, and information hiding to minimize dependencies. By maximising use of object-oriented design, the software can be easily modified.
 +
ADempiere’s Active Data Dictionary ensures that software support can be simplified by ensuring that changes are made in one location with a consistent impact throughout the whole of the application.
 +
Additionally, ADempiere uses no third-party toolsets which may become unsupported due to lack of interest by their respective vendors.  Other than for the Oracle database itself, source code for all aspects of the system is open and available ensuring that the user community will always be able to provide support for all aspects of the system.
  
 
[[Category:Features]]
 
[[Category:Features]]
 
[[Category:User documentation]]
 
[[Category:User documentation]]

Revision as of 08:20, 3 May 2009

ADempiere can do

  • Sales Processes
Raising a quotation or proposal
Recording orders
Sending the goods or performing the services
Invoicing the customer
  • Purchase Processes
Raising a purchase requisition from a catalogue
Issuing a purchase order
Receiving goods and services
Receiving supplier invoices.
  • Inventory Processes
Tracking inventory
Replenishing warehouses
Multiple warehouse sites and locators
Stock movements
Shipping
  • Paying Suppliers & Collecting Debts
  • Accounting Processes
Period and year end
Financial and management accounting
Charts of accounts
VAT/TAX/IVA
Reporting for other regulatory bodies

Supportability

Software Support represents a substantial portion of the lifetime costs of any complex system. A flexible, modular architecture is essential for ensuring:

 understandability
 modifiability
 interoperability
 reusability
 expandability
 portability

all of which are necessary for software that can be supported in an efficient and cost effective manner. Many problems associated with software support can be traced to deficiencies in the way the original software product was designed. Lack of attention to the design of modular software architectures during development can cause excessive software support problems and costs. ADempiere is designed to be as flexible as possible and to accommodate change. Unless the system architecture allows for change, modifications to the software are likely to be difficult and defect-prone. ADempiere’s software architecture carefully addresses abstraction, encapsulation, and information hiding to minimize dependencies. By maximising use of object-oriented design, the software can be easily modified. ADempiere’s Active Data Dictionary ensures that software support can be simplified by ensuring that changes are made in one location with a consistent impact throughout the whole of the application. Additionally, ADempiere uses no third-party toolsets which may become unsupported due to lack of interest by their respective vendors. Other than for the Oracle database itself, source code for all aspects of the system is open and available ensuring that the user community will always be able to provide support for all aspects of the system.