Author: sharan
Date: Mon Mar 19 09:18:41 2018
New Revision: 1827176
URL: http://svn.apache.org/viewvc?rev=1827176&view=rev
Log:
Improved: Added documentation content for accounitng introduction (OFBIZ-10289)
Added:
ofbiz/ofbiz-framework/trunk/applications/accounting/src/docs/asciidoc/_include/
ofbiz/ofbiz-framework/trunk/applications/accounting/src/docs/asciidoc/_include/acc-intro.adoc
Modified:
ofbiz/ofbiz-framework/trunk/applications/accounting/src/docs/asciidoc/accounting.adoc
Added:
ofbiz/ofbiz-framework/trunk/applications/accounting/src/docs/asciidoc/_include/acc-intro.adoc
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/accounting/src/docs/asciidoc/_include/acc-intro.adoc?rev=1827176&view=auto
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/accounting/src/docs/asciidoc/_include/acc-intro.adoc
(added)
+++
ofbiz/ofbiz-framework/trunk/applications/accounting/src/docs/asciidoc/_include/acc-intro.adoc
Mon Mar 19 09:18:41 2018
@@ -0,0 +1,52 @@
+////
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+////
+= About Accounting
+
+The Accounting system is organized according to generally accepted principles
+such as double-entry accounting, a General Ledger with hierarchical accounts,
+journals and posting of transactions and corresponding entries.
+
+The structure is primary based on the OMG GL standard and the work that was
done
+on an AR/AP extension of the OMG GL standard. This correlates well with other
+standards such as ebXML and OAGIS.
+
+The Accounting entities are structured such that accounts for multiple
+organizations can be managed. The multiple organizations could be multiple
+companies, or departments or other organizations within a company. Each
+Organisation can have various GL Accounts associated with it so that it can
+operate with its own subset of the Master Chart of Accounts.
+
+Each Organisation can also have its own set of Journals for flexibility, even
+though the use of Journals should be as minimal as possible in favour of
allowing
+the system to automatically create and post transactions based on business
events
+triggered by standard procedures and documents such as purchase and sales
orders,
+invoices, inventory transfers, payments, receipts, and so on.
+
+== Accounting Features
+
+ * General Ledger
+ * Accounts Receivable
+ * Accounts Payable
+ * Agreements
+ * Multi-currency Support
+ * Billing Accounts
+ * Fixed Asset Accounting
+
+OFBiz accounting can be configured to handle multiple organizations including
+an unlimited number of companies, subsidiaries and departments.
Modified:
ofbiz/ofbiz-framework/trunk/applications/accounting/src/docs/asciidoc/accounting.adoc
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/accounting/src/docs/asciidoc/accounting.adoc?rev=1827176&r1=1827175&r2=1827176&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/accounting/src/docs/asciidoc/accounting.adoc
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/accounting/src/docs/asciidoc/accounting.adoc
Mon Mar 19 09:18:41 2018
@@ -20,7 +20,11 @@ under the License.
The OFBiz accounting system is a core application component and has most of the
modern features you would expect in a general purpose double-entry accounting
-system. However, OFBiz goes beyond that by integrating the accounting
-functionality with other core components including party, product and order
-management. This makes the system as a whole robust and integrated to provide
-more value than a plain accounting system.
+system. However, OFBiz goes beyond that by and seamlessly integrates with other
+OFBiz applications such as Inventory, Purchasing and Manufacturing to give your
+business a complete ERP solution. This makes the system as a whole robust and
+integrated to provide more value than a plain accounting system.
+
+
+include::_include/acc-intro.adoc[leveloffset=+1]
+