Features

From ADempiere
Revision as of 01:06, 28 June 2010 by Sarafudheen (Talk)

Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.
Under construction.gif This page is incomplete.

Please help adding more relavant content to the page. Create a user account in Adempiere wiki today. You can click on the edit button and start fixing the content.

Features Categorization Features List
ERP Features
OLAP & Reporting Business Intelligence, Financial Reporting, Extending Reports, Exporting Reports, JasperReports
Features by ADempiere Menu (User Interface)

System Admin, Application Dictionary, Partner Relations, Quote To Invoice, Requisition to Invoice, Returns, Open Items, Material management, Project Management, Performance Analysis, Assets, Manufacturing Management*, Human resource and Payroll*

Other Features

Platform independent, Extendable, Pluggable, Touchable, Callable and Self-Installable

*Version 3.5.4a


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

On-line historical information

  • ADempiere stores all information and transactions entered into the system for as long as the user organisation chooses.
    • There is no concept of an “end of year” and purging process.
    • Calendars are established for reporting and period access control purposes only.
    • Historical information is maintained for as long as is desired and is able to be reported on using the calendar function.
    • Many Calendars can be created for reporting purposes and the periods within those Calendars are defined with a start date and an end date of the users choosing.
  • Information is also captured for all changes to static information recording the date and time of the change as well as the ID of the user who created and updated the record.

Reporting

ADempiere provides comprehensive reporting capabilities.

Smart Reporting

  • For most applications, reporting is a separate or add-on entity. ADempiere's reporting is based on the data dictionary.
    • As the report viewer has access to the definitions, this allows drill-down to any entity referenced and drill-across to entities where the reported entity is used.
    • The links are automatically generated, while ensuring adherence to security and access definitions.
  • The report viewer provides for the selection of data, sequencing, grouping, totalling and display formatting.
    • Reporting output can be viewed on screen before sending it to a printer, an email or fax address or generating files in many different formats (e.g. Excel text formats, HTML, XML, PDF and Postscript).

Business Views

  • Business Views are designed for end users and allow information to be accessed using standard SQL based tools without the need to create SQL table joins.
  • The majority of Business Views are generated based on the Application Dictionary.

Drill-down and Drill-across

  • All reporting output allows users to drill-down or drill-across to any entity referenced within the context of the report.
  • When using drill-down, a new report is generated based on the entity selected.
    • In an Order report, for example, the user can drill-down to generate a report showing the order lines that make up the order.
  • Drill-across allows the user create a new report about a related entity on a report. For example, in a Product report the user may wish to see order lines for a particular product.
    • The user can identify the drill-across entity (order lines) and then click on the product name to display a separate report of order lines for the particular product selected.
  • Following the Web-UI convention, users can drill-down to any blue underlined entity displayed on the report screen.

Report types

ADempiere has the following types of reporting facilities:

  1. Lists - are based on Window information. Users can generate a report for every window in the system including Windows containing new user defined fields and tables. The reports can be modified to specify which fields are to be displayed, in which orderand how they are to be grouped. The report can calculate minimum, maximum, sum, count, standard deviation and variance for selected columns.
  2. Reports - are usually based on summarised information and are based on Report Views. Reports allow the definition of what information is to appear in rows and what is to appear in columns, the combination of a rowset definition and a column set definition determines the report content.

Third Party Reporting Tools

Third party tools such as Jasper Reports; a Java based equivalent of Crystal Reports, can also be used to create reports if needed. The present release of Adempiere already has JasperReports substantially integrated to its reporting engine.

Customising Reports

ADempiere differentiates the 'view' from the 'model'. With the exception of Report Views, the model is usually given. If you provide a SQL Select statement a Report View can be created, the user doesn't need to resolve foreign key references (which require the knowledge of the data model) or worry about data security, as ADempiere resolves these issues for the user. This allows the writing of 'simple' statements. Few people agree on how each report should look. ADempiere allows the user to define the format of any report at the System, Client, Organisation or User level:

  1. Report columns
  2. Column order
  3. Report sorting
  4. Column heading
  5. Sums (for numeric columns)
  6. Grouping
  7. Pie Chart
  8. Bar/Line Chart

Data selection is via Report Parameters when initiating the report, or via Query, allowing the user to enter criteria in an enhanced 'query by example' style.

Data and meta-data

  • Programmers of many applications that do not use the sophistication of an Active Data Dictionary need to design, code and test every screen. ADempiere uses the more advanced concept of a central active data dictionary, also called information repository. ADempiere's active data dictionary is at the meta-data layer, and knows how to access data and how data is related.
  • The data dictionary contains:
  1. Definitions of a data entity (type, validation, etc.)
  2. Method of display (label on screens and reports, help, display sequence and position relative to other fields)
  3. Display rules
  4. Security and access rules
  • The data dictionary is 'active', meaning it is used at runtime and is context sensitive. For example: it 'knows' that an over-the-counter sale does not have a payment term and does not display it. However if you change the transaction type to a standard order, a payment term becomes a mandatory part of the transaction.
  • The Active Data Dictionary is user-extensible and can include user specified rules and information. The extensibility of the Active Data Dictionary simplifies user extensions to the application since much of what would otherwise have to be coded by programmers can be created by a knowledgeable and authorised users (with System privilege) from within the application.

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.