Question :
How to resync one specific pos transaction by using SQL query command?
Solution :
This SQL query command can only be executed at POS Frontend.
Question :
How to resync one specific pos transaction by using SQL query command?
Solution :
This SQL query command can only be executed at POS Frontend.
1. First, go to Autocount POS 5.0/5.1 Database Configuration > Tools > Sql Query
2. Type in : " update pos set sync ='F' where docno ='T01-00003' " and click on Execute button.
3. T01-00003 is your Document Number that you wish to resync. You may replace the document number with the actual one.
--Source from AutoCount Wiki --