Voucher printing and HTML Logout splash page

Good day.

Hope you are well.

Currently using the trial version. All working well thank you team. Just two questions.

Voucher printing:
Can the system generate a PDF of the vouchers to print?
Currently you can only download a CSV or print from your browser. If you print it from your browser it shows the the tabs, your user and you will need to print page by page.

HTML Logout:

Once you have typed in the voucher it takes you to a MikroTik HTML logout page.
Is there a custom HTML logout page that can be used, similar to the custom login page?

Hello Marius,

The PDF export feature is currently under development. We expect to release it within 2 weeks.

Regarding the HTML logout, you have the flexibility to customize the “status.html” page on your Mikrotik however you prefer. As an example, please find attached a simple page that demonstrates the appearance after login:

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="expires" content="-1">
</head>

<body>
<div style='display: flex; justify-content: center; align-items: center; height: 100vh; width: 100%;'>
    <form action="$(link-logout)" name="logout" onSubmit="return openLogout()">
            <table border="0" class="tabula">
                <br><div style="text-align: center; font-size: 70px;">Congratulations!</div><br>
                <br><div style="text-align: center; font-size: 70px;">You are connected to WiFi!</div><br>
            </table>
        </form>    
</div>

</body>
</html>

Thank you Mike. Appreciate it.

Hi Marius,

We are excited to announce that you can now export vouchers as PDF or CSV. Simply click the export button under the voucher series, select your preferred format and theme, and click “Export”.

This action will initiate a process to create a file. Once the file is ready, you will see a new button appear under the series.

To download a file, please click on the button provided.

There are two themes that you can choose from when saving a file in PDF format.

Dark theme:

Light theme:

Thank you Mike. Appreciate it!

1 Like