RE: RMS Report Error
Hi,Can you send a copy of the report that has this issue to the below email address so I can look at itflashyjunior@gmail.com
View ArticleRE: RMS Report Error
Hi Upendra,Analyzing your files I realized you are having text encoding issues, the files content have non ASCII characters, the reason RMS is not able to render them.I would suggest you make a copy...
View ArticleRE: HQ Rebuilded, Inventory Transfer on stores not closed again
Hi,Do you want to set those Transfer In status to "closed"?But, also I don't think the reason why those transfer Ins are not closed is because of the rebuild, it could be something else, have you...
View ArticleRE: HQ Rebuilded, Inventory Transfer on stores not closed again
Thank´s a lot, Michael.Yes, we like to change the status to closed.There´´s any script for that job?I think the problem is about transaction numbers.Thank YouPablo Livov
View ArticleRE: HQ No Sale Report
Hi,Unfortunately(if am not wrong) the table that logs this type of transaction only exists at the shop database not HQ
View ArticleRE: HQ Rebuilded, Inventory Transfer on stores not closed again
OK,1. Take a backup of the shop database for safety reasons.2.Do a select query to see and confirm which orders you will be changing their status using this scriptSelect * from PurchaseOrder Where...
View ArticleRE: HQ No Sale Report
Run the below query against your HQ database, you will find what you are looking for, then use it to build your auditing reportselect * from NonTenderTransaction order by ID desc.Let me know if you...
View ArticleRE: HQ No Sale Report
Hello Michael,Could you please tell me the full script please? I do not know how to generate the report with the query. Thank you for your help. Al
View ArticleRE: RMS Report Error
Hi Michael,Thank you very much for your kind support, will try the needful and update.Thanks & Regards,Upen
View ArticleRMS Report Error
Hi,Whenever I create a new report and modify existing report the below mentioned pop's up. Can anyone help me on this.Thanks & Regards,Upen.
View ArticleRE: HQ No Sale Report
Try this against your HQ databaseselect Store.Name Store ,Cashier.Name Cashier,ReasonCode.Description,NonTenderTransaction.[Time] from NonTenderTransaction LEFT OUTER JOIN Store ON...
View ArticleRE: RMS on Windows 10 Pro
Hi,Was it an upgrade you did from a previous windows with RMS already installed or direct installation on Windows 10 because I have tried that and not even the standard installation version 2.0 without...
View ArticleRE: How to change Quickbooks Company File Location
Thanks for your reply. I looked for that registry entry but it didn't exist. I reinstalled RMS on a PC and it had that info already in there and I couldn't change it. Is it possible that it might be...
View ArticleHow to change Quickbooks Company File Location
I just recently moved our Quickbooks company file from a users C: drive to a shared network folder. Store Operations Manager is still looking for it on the C: drive. I am unable to change the...
View ArticleRE: Unable to find a receipt in journal
NoThe entry for the receipt is stored in the database. The message "No Receipt" means the receipt entry does not exist in the database for that transaction. If it used to exist, then you might be...
View ArticleUnable to find a receipt in journal
Hi,I am unable to find a journal entry for a transaction. The purchase history for a customer shows that transaction. But when I try to double click on that transaction, it shows "No receipt".Is it...
View ArticleRE: How to Block Void Transaction Option
It is not clear what you mean by "calling the Application.runOperation". I assume you are talking about an external program. Are you using a custom POS button to call this new addin? If you are,...
View ArticleHow to Block Void Transaction Option
Hello everyone !a few days ago we came across a requirement to void an item from the items grid through a customization instead of using the default functionality of voiding an item. we did it by...
View Article