Menu

can't read barcode in SmartPos v2.1.0 (FIXED)

2016-03-29
2021-11-22
  • Yusuf Firdaus

    Yusuf Firdaus - 2016-03-29

    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
  • pedrorozo

    pedrorozo - 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,

     
  • Edwin Kurniawan

    Edwin Kurniawan - 2016-03-30

    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
  • fdshg gfedb

    fdshg gfedb - 2021-11-22

    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

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.