Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Micros SVC Stored Value Card Transaction Report - export to PDF

Status
Not open for further replies.

jdcorey

Programmer
Jun 9, 2015
17
US
Hello my POS brothers and sisters -

We're using Micros SVC for gift cards, and are printing nightly transaction reports by using the "Micros.Svc.ReportViewer.exe" application inside the "D:\Micros\ProfessionalServices\StoredValueCard" folder.

I've got it running nightly as an External Program Autosequence Step, with the following command line:

"D:\Micros\ProfessionalServices\StoredValueCard\Micros.Svc.ReportViewer.exe /PrintAndExit /Template=D:\Micros\ProfessionalServices\StoredValueCard\Reports\Svc4Transactions.rpt"

I'd prefer to output to a PDF file rather than a printed report. Does anyone have a recommendation on what to insert into that line that will allow me to output to a PDF?

Any info, as always, is greatly appreciated.
 
Did not know that report was even there...
Add it to report templates in posconfig.
Call it through an autosequence like you are and print to file and put pdf at the end like "Gift_Cards.pdf"
We use a rename batch nightly to date the file so they don't get written over.
Email it out or whatever you need.
Just tested it and works
 
Just realized i totally assumed you are using RES 3700 or similar...
 
Awesome, not a bad idea. I'll try that.
And yes, I'm using RES 3700 v5.4 and beyond... RES til death!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top