...
Save the layout and create a printing view for it.
Creating
...
Button for Printing
...
Layout from Cash Station Interface
Once To enable the layout and its print representation are ready, you can move on to implementing the function of printing it from the POS.the cash station, do the following:
Go to Service > Scripts, choose Operations and
In Service Scripts of the Operations section, you createa new script containing the following:
Code Block RK7.PerformRefObject(RK7.FindItemByCode(rkrefMaketSchemeDetails,
...
88));
...
(where 88 is the code of printing view for the created layout)
- Go to Service > Operations, choose any unused operation and rename itNext, you take any unused user operation in Service Operations and rename it as you please. In the Script property, you indicate select the script from par. 1:1
- Open Options > Keyboards > Function Keys. Create a new function key in the Miscellaneous section and Then you create a new function button to which you link the operation from par. 2:2 to it
- Go to Options > User Interface > Selectors. Place the function button key in the relevant selector:
- Indicate the selector in the Using Selectors (Fig. 7): Selectors Usage
Now, when this function button key is pressed, your user layout will be printed.
...
Application Variants
- Printing (preliminary) order contents for a customer;
- Printing a label for an assembled order;
- Printing a document imitating a receipt copy;
- Printing any reference document for an order.
Info |
---|
Note You do not necessarily need It is not necessary to use standard print printing layouts as in . In this section, you can create graphic layouts using the FastReport editor as well. |