Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Made setup of prices including VAT in e-commerce more explicit

This page is intended to be the root of Cookbook, FAQ, Tips, Tricks, HowTo, etc.
You may find supplementary useful informations at Old OFBiz wiki and Opentaps's OFBiz cookbooks part but note that this information may be outdated...

...

Apache HTTPD (Apache Web server)

  • Take a look at DWR. I found this really easy to integrate with OFBiz. No complicated Javascript/JSON. Also, its Apache V2 licensed.
  • Disabling right click: document.oncontextmenu=new Function("return false")
  • Restrict your user to go back: window.history.forward(0

...

...

DataBase

Development tips

Eclipse IDE

...

Known issues

Licences

...

POS (the POS is deprecated and has been put in Attic)

...

...

RMI

  • This RMI error on client side?, click to see the tip

    Code Block
    Caused by: java.util.MissingResourceException: Can't find bundle for base name cache, locale en_US
    



Reporting tools

...

Selenium

Soap / XML-RPC / REST

Attachments

...

  • To unsubscribe You certainly forgot how you subscribed, it's easy to forgot if you use a Nabble forum to subscribe.

Windows

Workflow Engines

XSL:FO (FOP)

ZK (work in progress)

A tuto (screencast) for a ZK view handler

...

If you really need to do it, think about these 4 points before...

Anchor
PricesWithVATPricesIncludingVATPricesWithVAT
PricesIncludingVAT

Show prices with VAT included in eCommerce (B2C)

For that in your store (Tax section) you must :

...


In order to show the prices including VAT in the store for consumers, you need to take following steps:

  1. in the accounting component:
    1. adjust the data for the appropriate Tax Authority so that 'Include Tax in Price' = 'Y'
    2. associate the appropriate product categories under the 'Categories' tab of the Tax Authority
    3. set the appropriate product rate (for Value Added Tax)
    4. optionally set the flag for 'Tax Promotions'
    5. optionally set the flag for 'Tax Shipping'
  2. in the catalog component for the appropriate store (in the section 'TAX':
    1. set the flag 'Show prices with VAT tax included' to 'Y'
    2. set the appropriate Vat Tax Auth Geo ID
    3. set the appropriate Vat Tax Auth Party ID

For

...

now you can't set a different VAT rate for shipping, see last

...

comment of

Jira
serverASF JIRA
serverId5aa69414-a9e9-3523-82ec-879b028fb15b
keyOFBIZ-4160


Anchor
certificates
certificates

...