Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This page is intended to be the root of Cookbook, FAQ, Tips, Tricks, HowTo, etc. (will perhaps be separated later).
You may find supplementary usefull informations at Old OFBiz wiki and Opentaps's OFBiz cookbooks part

Tables of content  

Accounting

Apache HTTPD (Apache Web server)

...

This works really well and it doesn't involve any complicated merging - since the configuration files changed by the patches seldom change in the trunk.

Anchor
PostingAccountingTransactions
PostingAccountingTransactions

If you get accounting related issues and are not interested in posting accounting transactions

  1. If you are not interested in posting accounting transactions to the GL then you can disable (i.e. comment out) the first eca rule in accounting/servicedef/secas_ledger.xml
    Code Block
    <eca service="createAcctgTransAndEntries" event="commit">
        <condition field-name="acctgTransId" operator="is-not-empty"/>
        <action service="postAcctgTrans" mode="sync"/>
    </eca>
  2. Configure an Error Journal to post there the accounting transactions that are incomplete (you will find a lot of posts about this if you search in the archives)