Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In some cases, it is necessary to print a free-form document for an order, and the standard print options — such as receipts, pre-bills, service print, etc. — are not suitable for that. For example, when using the booking option, a customer asks to print the list of dishes, their prices, and other information about the upcoming banquet. What to do in this case? ! 

Creating Print Layout

RK 7 has a special document type that is called 'user layouts': User document:
Image Added

In this section, you can create individual print printing layouts; the . The data set available in this section is roughly the same as in a bill, receipt, or other similar documents. The main difference : is that printing of this layout does not involve additional operations in contrast to a pre-bill that , while a bill, for example, makes an order uneditable or , and a receipt that requires order payment to be before being printed.

The procedure in this section is absolutely the same as with any other print printing layout:

  1. You create Create a new document.
  2. Open a layout for editing.
  3. Place bands on the sheet and put memos or nested bands into them.

Then you save Save the layout and create a print representation printing view for it.

Image Added

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:

  1. Go to Service > Scripts, choose Operations and

    In Service Scripts of the Operations section, you create

    a new script containing the following:

    Code Block
    RK7.PerformRefObject(RK7.FindItemByCode(rkrefMaketSchemeDetails,

...

  1.  88));

...

  1.  (where 88 is the code of printing view for the created layout)

    Image Added

  2. 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
    Image Added
  3. 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
    Image Added
  4. Go to Options > User Interface > Selectors. Place the function button key in the relevant selector:
    Image Added
  5. Indicate the selector in the Using Selectors (Fig. 7): Selectors Usage
    Image Added

Now, when this function button key is pressed, your user layout will be printed.

...

Application Variants

  1. Printing (preliminary) order contents for a customer;
  2. Printing a label for an assembled order;
  3. Printing a document imitating a receipt copy;
  4. 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.