Optical Pos: How to re-sync batch bill back to HQ?

From AutoCount Resource Center

Question :

How can I resync previous transaction back to HQ server again?


Solution :

1. Login Frontend Optical POS > Optical Pos menu > Tools > Options > SQL Query > enter Password (if don’t know please contact your software provider) > Proceed.

000415-a.png


2. Enter the following query statement > Execute

000415-b.png

update TM_OP set Synced = 'F' where docdate >= '20230328' and docdate <= '20230331'

update TM_OP set Synced = 'F' where docdate >= 'FromDateYYYYMMDD' and docdate <= ' ToDateYYYYMMDD'


3. Erase all exiting query > enter the following new query > Execute

000415-c.png

update TM_OP set Synced = 'F' where dockey in (select dockey from TM_OPPayment where paymentdate >= '20230328' and paymentdate <= '20230331')

update TM_OP set Synced = 'F' where dockey in (select dockey from TM_OPPayment where paymentdate >= 'FromDateYYYYMMDD' and paymentdate <= ' ToDateYYYYMMDD')


4. Erase all exiting query > enter the following new query > Execute

000415-d.png

update TM_OP set Synced = 'F' where dockey in (select dockey from TM_OPStockDtl where stockdate >= '20230328' and stockdate <= '20230331')

update TM_OP set Synced = 'F' where dockey in (select dockey from TM_OPStockDtl where stockdate >= 'FromDateYYYYMMDD' and stockdate <= ' ToDateYYYYMMDD')


5. Erase all exiting query > enter the following new query > Execute

000415-e.png

update TM_OPSession set Synced = 'F' where businessdate >= '20230328' and businessdate <= '20230331'

update TM_OPSession set Synced = 'F' where businessdate >= 'FromDateYYYYMMDD' and businessdate <= ' ToDateYYYYMMDD'.


6. Perform sync again.

    • If you are not sure what you are doing, please do contact customer support for help regarding this.


By: CK 20230515, Jacky 20230523, P230523 [000415]


Go to menu

IconAcc20.PNG AutoCount Accounting 2.0 & 2.1


IconAcc188.PNG AutoCount Accounting 1.8 / 1.9
Wiki-Payroll.png AutoCount Payroll
Wiki-POS.PNG AutoCount POS


Wiki-AOTG.PNG AutoCount On The Go
Wiki-Accounting-Plugin.png AutoCount Accounting Plug-In Documentations