During synchronization,SmartPOS read class ERPlistenr.java.
In that class, searchkey(ERP) will be added a letter "C" because there are conditions if(upc.equals("./.")){upc="C"+valor;}
For example,
ERP: in table adempiere.m_product, the "value" is 4887378990302,
POS: after synchronization, in table products, the "code" is C4887378990302.
Because of this, barcode scanner cannot read product barcode.
To fix it, I simply delete the letter "C", so the condition is if(upc.equals("./.")){upc=valor;}
Hi Pedro, I think smartPOS 2.1 is very powerfull for some Restaurant or other Retail Business. because we can use Restaurant mode in smartPOS, more because it can be offline without interfere cashier transaction, when it go online, rabbitmq can send the queue message.
We made some customize and Little bug fixed for smartPOS 2.1. I'll Post it in this forum later.
Thanks and Regards
Last edit: Edwin Kurniawan 2016-03-30
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
During synchronization,SmartPOS read class ERPlistenr.java.
In that class, searchkey(ERP) will be added a letter "C" because there are conditions
if(upc.equals("./.")){upc="C"+valor;}
For example,
ERP: in table adempiere.m_product, the "value" is 4887378990302,
POS: after synchronization, in table products, the "code" is C4887378990302.
Because of this, barcode scanner cannot read product barcode.
To fix it, I simply delete the letter "C", so the condition is
if(upc.equals("./.")){upc=valor;}
Hope this will helpful
Last edit: Yusuf Firdaus 2016-03-29
Thanks Yusuf, glad to see that you are using it... though this version 2.1 does not have much users, all the contributions are welcome,
Hi Pedro, I think smartPOS 2.1 is very powerfull for some Restaurant or other Retail Business. because we can use Restaurant mode in smartPOS, more because it can be offline without interfere cashier transaction, when it go online, rabbitmq can send the queue message.
We made some customize and Little bug fixed for smartPOS 2.1. I'll Post it in this forum later.
Thanks and Regards
Last edit: Edwin Kurniawan 2016-03-30
There are some same kind of clues that are occurring here in my software and I want to clear this error for better running of my projects.
Last edit: fdshg gfedb 2021-11-22