POS Issues

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

POS Issues

Isaias Barroso
Hi all,

I'm verifying the POS application of OFBiz (specialpurpose/pos). How to
distribute just the parts that POS is using, currently to start the POS we
can run "java -jar ofbiz.jar -pos", so I think if i will run the POS on many
machines, i will need to install the complete OFBiz, its right? Does have
any ant script to create a POS independent jar?
Im my first view, I think POS application is tight coupled with the other
parts of framework.

Does anybody knows a most detailed document about POS application and the
use of JavaPOS on OFBiz?

Best regards

Isaías Barroso
Reply | Threaded
Open this post in threaded view
|

Re: POS Issues

Jacques Le Roux
Administrator
Having local database is the recommended way to go. You could use a remote dabase but they are drawbacks with this approach. You
could
lose some transactions if a deconnection between POS terminals and the main database occurs.
There is a synchronisation mechanism which allows to download any Catalog and related Entities changes to POS terminals and to
upload Sales and any related Entities changes from POS terminals to the main database.
Please help yourself : http://www.nabble.com/forum/Search.jtp?local=y&forum=2740&query=pos+sync

Jacques

Hi all,

I'm verifying the POS application of OFBiz (specialpurpose/pos). How to
distribute just the parts that POS is using, currently to start the POS we
can run "java -jar ofbiz.jar -pos", so I think if i will run the POS on many
machines, i will need to install the complete OFBiz, its right?


Does have
any ant script to create a POS independent jar?
Im my first view, I think POS application is tight coupled with the other
parts of framework.

Does anybody knows a most detailed document about POS application and the
use of JavaPOS on OFBiz?

Best regards

Isaías Barroso