Problem :- Retail Statement Calculating/Posting Error " Unknown or incorrectly Selected return lot "
Cause :- This problem comes due to partial statement posting or got disconnect while calculating statement.
Solution:- Remove ReturnTransactionId from RetailTransactionSalesTrans, After Calculating and Posting ,again you have to update that ReturnTransactionId into RetailTransactionSalesTrans with same record.
SQL Query :- Below query you have to run on your HQ database
Cause :- This problem comes due to partial statement posting or got disconnect while calculating statement.
Solution:- Remove ReturnTransactionId from RetailTransactionSalesTrans, After Calculating and Posting ,again you have to update that ReturnTransactionId into RetailTransactionSalesTrans with same record.
SQL Query :- Below query you have to run on your HQ database
1.  Select Returntransactionid,* From
Retailtransactionsalestrans Where Itemid='1242A9991000018' And Dataareaid='1006' and STATEMENTID ='002-000376'
- Update Retailtransactionsalestrans Set
     Returntransactionid='' Where Itemid='1242A9991000018' And Dataareaid='1006'
     And Receiptid='00910420000017' and STATEMENTID ='002-000376'
 
- Update Retailtransactionsalestrans Set
     Returntransactionid='009-T-087-11926' Where Itemid='1242A9991000018' And
     Dataareaid='1006' And Receiptid='00910420000017' and STATEMENTID ='002-000376'
 

great blog.
ReplyDelete