On December 23rd 2010 my cashier accidently change the date to February 11th 2011 how do I fix the date back to December 23rd 2010 in my RMS database
*This post is locked for comments
thanks for your help it happened just for few hours so we didnt create big mess just some transactions thanks again
If there were just a few sales affected, then the fix would be pretty easy. You may also have to update other tables depending on how long the problem went unnoticed, and what activity happened: batch, purchaseorder, inventorytransferlog, etc.
update [transaction] set time=dateadd(dd,-50,time) where time>'2/10/11'
update [journal] set time=dateadd(dd,-50,time) where time>'2/10/11'
update [dailysales] set date=dateadd(dd,-50,date) where date>'2/10/11'
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.