|
Posted by kskinne on October 20, 2005, 6:36 am
Please log in for more thread options Shoby, for your first question this is something that could easily be
retreived by using a report in manager. I don't think you'll be able to get
this information from POS, but will have to be logged into manager.
As far as your pop up screen this could probably be done in POS with a hook
of some sort, you could write the code for the pop up window and set it up
however you want, and have the code triggered by one of the hooks in POS, for
when you add a customer to the transaction, it could check to see if the
customer has a price level set up. Not sure but the only hook that may work
in this case would be the RefreshDisplay hook, and that could be problematic
because it fires alot during your transaction as things on the screen change.
hth
kevin
"Shoby" wrote:
> if i want to write a query to see item history of a particular item that how
> many times a particular customer bought this item and in what price can i
> access this information through a Custom button on POS. or i want to create a
> pop up on screen that every time a customer with price level A comes to POS
> it can pop up a window can i do it in RMS
>
> "kskinne" wrote:
>
> > Shoby,
> > What specifically do you want this custom button to do? When you say 'query
> > or small program' what do you mean? This can *probably* be done but more
> > details are needed i think
> >
> > Kevin
> >
> >
> > "Shoby" wrote:
> >
> > > does anybody know how can i call a query or small program by adding Custom
> > > Button on POS
|