svn commit: r1827188 - in /ofbiz/ofbiz-framework/trunk/applications/accounting/src/docs/asciidoc: _include/acc-agreements.adoc _include/acc-intro.adoc accounting.adoc

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1827188 - in /ofbiz/ofbiz-framework/trunk/applications/accounting/src/docs/asciidoc: _include/acc-agreements.adoc _include/acc-intro.adoc accounting.adoc

Sharan Foga
Author: sharan
Date: Mon Mar 19 11:57:21 2018
New Revision: 1827188

URL: http://svn.apache.org/viewvc?rev=1827188&view=rev
Log:
Improved: Added agreements documentation content and linked it to accounting (OFBIZ-10290)

Added:
    ofbiz/ofbiz-framework/trunk/applications/accounting/src/docs/asciidoc/_include/acc-agreements.adoc
Modified:
    ofbiz/ofbiz-framework/trunk/applications/accounting/src/docs/asciidoc/_include/acc-intro.adoc
    ofbiz/ofbiz-framework/trunk/applications/accounting/src/docs/asciidoc/accounting.adoc

Added: ofbiz/ofbiz-framework/trunk/applications/accounting/src/docs/asciidoc/_include/acc-agreements.adoc
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/accounting/src/docs/asciidoc/_include/acc-agreements.adoc?rev=1827188&view=auto
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/accounting/src/docs/asciidoc/_include/acc-agreements.adoc (added)
+++ ofbiz/ofbiz-framework/trunk/applications/accounting/src/docs/asciidoc/_include/acc-agreements.adoc Mon Mar 19 11:57:21 2018
@@ -0,0 +1,69 @@
+////
+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.
+////
+= Agreements
+
+An “agreement” is a way of recording a business arrangement or contract that your
+business makes with other companies or individuals. Some common examples of
+ agreements include Payment Terms (where you allow a customer up to 30
+days to pay you) or Prompt Payment Discounts (where you offer a reduction on the
+amount owing if your customer pays you before a certain date)
+
+At the time of writing, OFBiz allows you to create the following type of agreements
+
+ * Product
+ * Purchase
+ * Sales
+ * Employee
+ * Commission
+ * End User Licence
+
+The most common agreements you will use will be Sales Agreements (for your
+Customers), Purchase Agreements (for your Suppliers) and Commission Agreements
+(for your Sales Representatives).
+
+== Sales Agreement
+
+A “Sales Agreement” is an agreement between you and your customers. A customer
+can also be another business. You can create a range of conditions for your
+customer including giving them such as payment discounts or special payment terms
+and credit limits.
+
+If you have installed OFBiz with the demo data then there are already examples
+of Sales Agreements created for you.
+
+== Purchase Agreement
+
+A “Purchase Agreement” is an agreement between your business and a supplier. You
+may have negotiated special conditions such as delivery, volume pricing and
+invoice terms.
+
+If you have installed OFBiz with the demo data then there are already examples
+of Purchase Agreements created for you.
+
+== Commission Agreement
+
+A “Commission Agreement” is an agreement that is used to calculate how much money
+a Sales Representative will get when products they have promoted or marketed are
+sold to customers. The rate paid to the Sales Representative is can be based on a
+fixed or variable on a percentage of each sale they make. These amounts can be
+quite small amounts so it can be easier to consolidate multiple commission
+payments into one large payment that is paid monthly.
+
+If you have installed OFBiz with the demo data then there are already two example
+Commission Agreements created for you.

Modified: 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=1827188&r1=1827187&r2=1827188&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/accounting/src/docs/asciidoc/_include/acc-intro.adoc (original)
+++ ofbiz/ofbiz-framework/trunk/applications/accounting/src/docs/asciidoc/_include/acc-intro.adoc Mon Mar 19 11:57:21 2018
@@ -18,7 +18,7 @@ under the License.
 ////
 = About Accounting
 
-The Accounting system is organized according to generally accepted principles
+The Accounting system is organised according to generally accepted principles
 such as double-entry accounting, a General Ledger with hierarchical accounts,
 journals and posting of transactions and corresponding entries.
 
@@ -27,12 +27,12 @@ on an AR/AP extension of the OMG GL stan
 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
+organisations can be managed. The multiple organisations could be multiple
+companies, or departments or other organisations 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
+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,
@@ -48,5 +48,5 @@ invoices, inventory transfers, payments,
  * Billing Accounts
  * Fixed Asset Accounting
 
-OFBiz accounting can be configured to handle multiple organizations including
+OFBiz accounting can be configured to handle multiple organisations 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=1827188&r1=1827187&r2=1827188&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 11:57:21 2018
@@ -28,3 +28,4 @@ integrated to provide more value than a
 
 include::_include/acc-intro.adoc[leveloffset=+1]
 
+include::_include/acc-agreements.adoc[leveloffset=+1]