Is it possible to add cashiers name to the Z Report just like its on the sales receipt?,
If it is possible can anyone help?
Thanks
*This post is locked for comments
Is it possible to add cashiers name to the Z Report just like its on the sales receipt?,
If it is possible can anyone help?
Thanks
*This post is locked for comments
You see, there can be different cashiers logged in at different times, so it makes sense that RMS does not have that variable. I suggest you use the X report for cashier reference.
SQL could be used to see which cashier did the most sales in the batch... So, the information can be pulled into a custom report. Also, it might be possible to have an addin hook that would check this while generating the Z Report and pass back a custom variable to the Z Report with the cashier info. I haven't rechecked if a hook can be run on a Z Report, if yes, then it would be possible.
Rgds, TimB
Hi TimB
Thanks for the info, it was very helpful.
You see, according to my companies policy, its only store managers who have the rights to run Z reports for the the cashiers, cashiers cannot do so.
So when I modified the XML, and run the Z report, it printed my name, the store manager, and not the cashier who made the sales, but on the X report cashiers can run it so their names are correctly printed on it,. Thanks.
But is there a way to show the cashier who made the sales.
Will be very grateful
Add one of these lines to the xml template.
<ROW> "Cashier:|" Cashier.Name </ROW>
<ROW> "Cashier:|" Cashier.FirstName </ROW>
<ROW> "Cashier:|" Cashier.Number </ROW>
Rgds, TimB
André Arnaud de Cal... 291,431 Super User 2024 Season 2
Martin Dráb 230,503 Most Valuable Professional
nmaenpaa 101,156