I would like to take a look at drilldown.htm in my POS application.
As I understand it, in order to do so, I must first create a Custom POS Button.
Could someone please post the syntax that I must use assuming that drilldown.htm is located at C:\HTML\drilldown.htm.
Thank you.
Didn't find your answer? Ask the community — no account required.
G
Glenn Adams [MVP - Retail Mgmt
in SO Manager, Database/Registers/Custom Buttons, New
Give the button a name and Description Set the Type to "HTML Window" - NOT "HTML Internal Window" Just browse for the filename Click "OK" to save
Reopen POS Click the button
If you don't see the custom buttons displayed after restarting POS, Ctrl-F6 Screen - Transaction Screen Tab, there is a check box to show the buttons...
Glenn Adams Tiber Creek C> I would like to take a look at drilldown.htm in my POS application. >
R
Ron Reyes
Since this was brought up, anyone know why the thumbnails don't display for the item pictures? Seems to be something wrong in the XML code but I'm not sure what it is yet. I'll post a solution if I find out what it is on my end.
T
Todd Wilson
Glenn,
Very nice. Thank you.
Todd
G
Glenn Adams [MVP - Retail Mgmt
It's because the path to the pictures doesn't get built correctly...
Open the file in your favorite html editor and search for "pictureName" You'll see that if no item picture is assigned in the database, it defaults to "blank.gif" which should be in the same directory as drilldown.htm, but actually does not exist. You could change this default value to "images/white_dot.gif", which should get rid of all the broken image links.
If a picture is assigned, it gets the path ..\\filename.ext. Assuming a 'standard install' to all of the default directories for RMS, I think that the correct path would be "../Pictures/filename.ext", but I'm not that good at html so I may have the relative path syntax wrong...
Glenn Adams Tiber Creek C> Since this was brought up, anyone know why the thumbnails don't display for
Thanks Glenn, I thought the path was messed up. It's been a struggle learning all these codes (XML, HTML, JAVA, pig latin) but I'm getting better now only half of it looks like jibberish to me. :-) Funny this problem has existed since QSC rolled out 6+ yrs ago... I agree this should be pulled from QSrules to avoid re-coding this if you change the picture folder (which I'm getting ready to do).
"Glenn Adams [MVP - Retail Mgmt]" wrote in message news:uYX4% snipped-for-privacy@TK2MSFTNGP03.phx.gbl...