This topic is locked

One entry report (receipt creator)

8/12/2011 11:40:25 AM
PHPRunner General questions
A
aamato author

I am new using PHPRunner, and I would like to know how can I create a "receipt page" just after the receipt data is entered. So that the receipt contains only the just added info.

Should I create an one entry report ?? How can I link that to the last created receipt ??
Thanks a lot

Sergey Kornilov admin 8/12/2011

I would suggest to use a simple View page for this purpose.

A
aamato author 8/12/2011



I would suggest to use a simple View page for this purpose.



But the resulting page should have some custom text and a logo.

How should I put it in "After record added" event ??
Thanks again

C
cgphp 8/12/2011

What Sergey mean is to use a simple View page. You can enable in the pages section (http://xlinesoft.com/phprunner/docs/edit_page_settings.htm).
If you need some custom fields in the View page:

  1. create aliases fields in the query section
  2. select this new aliases fields only for the View page
  3. set the new fields aliases in the View page as Custom.

Sergey Kornilov admin 8/12/2011

I believe you can simply modify View page in Visual Editor adding text and images.