Sell-Thru report! ON HAND QTY and SOLD QTY can be in same report?
Hi,I've been trying to create a Sell-Thru report and I can't make ON Hand QTY and Sold Qty on same report.Is there any way for me to add those two columns in a same report?
View ArticleRE: Purchase Order List Report with Created By (User who created the PO?)
I do create custom reports :)btw, open the po report and include this column to show the requisitionerBegin Column FieldName = "Requisitioner" DrillDownFieldName = "" DrillDownReportName = "" Title...
View ArticleRE: Sell-Thru report! ON HAND QTY and SOLD QTY can be in same report?
Or the customer is still using SQL 2005 Express? Data type DATE was introduced is SQL 2008. Datetime I believe was used prior to 2008 so you may need to modify your CAST Archelle, to Datetime. I'm...
View ArticleRE: Sell-Thru report! ON HAND QTY and SOLD QTY can be in same report?
Well then, if that's the case he should replace the cast to date into cast to datetime :)
View ArticleRE: Problem Migrating RMS-POS 2.0.2000 from Windows 7 Prof to Windows 10
I was able to run RMS 2.0.2022 on Windows 10 and SQL Express 2008R2 SP3 since it was released without issue. Is there something documenting requirements now for Windows 10 and RMS? If so, I'd sure...
View ArticleRE: Problem Migrating RMS-POS 2.0.2000 from Windows 7 Prof to Windows 10
The forums are great for some things Sam, a store down where you can't conduct business in my professional estimation is not one of them. Please open a support request Sev A so someone can remote in...
View ArticleRE: Sell-Thru report! ON HAND QTY and SOLD QTY can be in same report?
I like your style, I was trying to help you though since you did all that work :)
View ArticleRE: microsoft rms assigning the wrong customer account to transaction during...
Thank you for the response although not the answer I was looking for but I appreciate the response. I can see the raw data perfectly when in SQL Server Management Studio and it is assigned to the...
View ArticleRE: Sell-Thru report! ON HAND QTY and SOLD QTY can be in same report?
Hi Archelle,Thank you for the update. I have changed the Data Type to Datetime and now this comes up.
View ArticleRE: Sales Rep name in client computer
//--- Report Summary --- //Begin ReportSummary ReportType = reporttypeSales ReportTitle = "Opera Datewise Sales Report with Sales Rep" PageOrientation = pageorientationPortrait WordWrap = False...
View ArticleRE: Purchase Order List Report with Created By (User who created the PO?)
Hi Archelle,Thank you for the update. When I checked the database the "Requisitioner" field is empty.Thanks in advance.Upendra Nath M.
View ArticleRE: Sales Rep name in client computer
I find it "LEFT JOIN SalesRep WITH(NOLOCK) on [TransactionEntry].SalesRepID = SalesRep.ID and [TransactionEntry].StoreID = SalesRep.StoreID"i change to "LEFT JOIN SalesRep WITH(NOLOCK) on...
View ArticleSales Rep name in client computer
Dear Sir\MadamGood Day to youKindly help to on below matteri am using microsoft dynamic RMS . in my server have custom report for sales representative with detailed sales.i copy this file and paste in...
View ArticleRE: Offline line database
Hi Butch,1. Yes for my store we have 2 registers and this one is not syncing.2. This is a "new" setup with Windows 7 pro 32bit. (replaced XP Hardware)3. RMS 2.0.20184. Sql Server 2008 R2 Express with...
View ArticleOffline line database
Hello, I am attempting to sync the offline database on one of our 10 registers. 1 register will not sync. After Z-ing the register an error pops up "error restart program" then another window pops...
View ArticleLevel pricing question
Is this a bug?Create a customer, assign price level A to that customer.Create an item with the "Must enter price at the pos" option checked. Leave "Price & Price Level A" at 0.00Processing a...
View ArticleRE: Sell-Thru report! ON HAND QTY and SOLD QTY can be in same report?
Omit these series of text:Begin Column FieldName = "SubSup.SupplierName" DrillDownFieldName = "" DrillDownReportName = "" StoreIDFieldName = "" Title = "Sub Supplier" VBDataType = vbString Formula = ""...
View ArticleRE: Purchase Order List Report with Created By (User who created the PO?)
What version of RMS?
View ArticleRE: Sell-Thru report! ON HAND QTY and SOLD QTY can be in same report?
Hi Archelle,I did this, report comes empty. No results.We are using RMS 2.0.0110 Version.Thanks & Regards,Upendra Nath M.
View ArticleRE: Sell-Thru report! ON HAND QTY and SOLD QTY can be in same report?
Hmm.. its working on me.The report is about to give us the sell thru of approved POs.Try again without filters.
View Article