Versions Compared

Key

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

...

  • Default Currency Code (must exist in Uom table, three letter code, see seed data in the CurrencyData.xml file): currency.uom.id.default=USD
  • Default Country Code (must exist in Geo table, is three letter ISO country code, see seed data in the GeoData.xml file): country.geo.id.default=USA
  • Default Time Zone: timeZone.default
  • Note that these settings can be overridden for a Store in the Edit Product Store page.

...

  • SMTP Server (relay host): mail.smtp.relay.host
  • SMTP Username (if needed): mail.smtp.auth.user
  • SMTP Password (if needed): mail.smtp.auth.password
  • Turn on email notifications by setting the mail.notifications.enabled property to "Y".

If you are having trouble getting OFBiz to connect to your mail server, try disabling your anti-virus software (temporarily) as it may block attempts to send emails from unknown apps because it thinks they are being sent by a virus.

Mounting a Root WebApp

It is often desirable to have one of the webapps mounted on the root. This is often either the ecommerce webapp or your own web site, which is created as a webapp in an OFBiz component would be setup the same way.

...

Note that to help avoid duplication of sequenced IDs in the data that is synchronized up the chain from the POS terminals a unique prefix should be setup for the Entity Engine using the sequenced-id-prefix attribute of the delegator element in the entityengine.xml file.

IF you need to do some JavaPOS settings you may find this page interesting http://docs.ofbiz.org/x/0AMImage Added