Skip to content

NAU! Abbonaumento

alexiovin edited this page Aug 27, 2025 · 11 revisions

NAU! Abbonaumento

Configuring the Voucher Generators

For using the Abbonaumento feature, 2 types of Voucher Generators need to be created, one for each type of contract:

  1. 12 Months-long contract
  2. 24 Months-long contract

Configuration of Voucher Generators and usage of financing.

The Voucher Generators will be of type Multi-Uso (Economic Gift Card, with Financial Redemption Type). A product needs to be created for each one of them. The Code of the Voucher Generators should start with "FIN", as all the code after the "FIN" will be exported as the Contract Type (in this case 12M for 12 Months and 24M for 24 Months). The respective product should be associated with each one of them. The payment method of the vouchers will be "GIFT CARD".

image

The Voucher Generators should be scalable, so they can be partially used.

image

Also, the Financing (Finanziamento) payment method should be enabled in order to use this feature.

Using the feature

1. Creating a contract

After the voucher generators are created, the user can sell, using the POS Module, from the vouchers menu, one of the 2 types of financing.

⚠ A contact with fidelity card is required to be added BEFORE the adding of the financing in the shopping cart

image

The user will choose the type of contract and input its value. Then, when choosing the payment method, the user needs to select Financing ("FINANZIAMENTO"), and input the first and last names of the contract owner, as well as the contract number, then complete the payment.

image

2. Using the financing contract.

After the contact has been created, a Gift Card will be printed and can be used as payment for the financing. It can be used for a maximum of 4 work orders, and only 24 hours after it has been issued.

After a work order has been created and sent to the POS module for payment, the previously generated gift card can be used multiple times to pay the maximum 4 work orders created, by choosing the "BUONI" payment method and inputting its barcode.

Configuration of On-Demand Report

Creating the report xlsx layout and stored procedure

2 files, an SQL stored procedure and the Excel layout of the report are located inside the folder \\10.5.6.251\smb_truenas\Sviluppo\Projects\IPOS\Clients\NAU\Abbonaumento.

The .sql file will need to be executed on the NAU Headquarters which will create the procedure and send an UpdateCommand to the stores so it will be created there as well. For the layout to be associated and seen on the On-Demand Reports, go in BackOffice -> Dynamic Reports -> Report Editor and add a new record. Give it a name, select the newly created NAU.Report_Abbonaumento procedure as Stored Procedure and link the .xlsx file found in the previously mentioned folder as its Template file path (Load Template file), and associate it to its desired role.

image Then save, and the report is ready to be used from the On-Demand Reports menu. image

Clone this wiki locally