Promotions

  • Medical Center

    DoliMed is a module to manage a medical center. Patients, consultations, alerts, documents, ...

    84.00 €

New products

  • Sanitary Register

    With this module you can create a new object as Sanitary register or a Patent then assign this object to a product or products. It have expire date and notify you when is close to expire.

    36.00 €
  • Memorandum

    This module allows users to digitally sign memorandums through a public-facing page, ensuring ease of access and efficiency. Additionally, an updated section in the HRM (Human Resource Management) part of the user profile displays all relevant memorandums, promoting transparency and record-keeping.

    72.00 €

PDF Template Invoice/Shipment Total Alcohol Calculation

c25746d20230114102955

Package of two files: PDF template based on Espadon that allows generation of shipping templates with total alcohol calculation + PDF template based on Sponge that allows generation of invoice templates with total alcohol calculation


84.00 €

  • Module version 1.0
  • Compatibility 15.0.0 - 16.0.*
  • Release date 2023-01-14 10:29:55
  • Last update 2025-01-02 16:50:18

More info

Module version: auto
Publisher/Licence: Basix IT GmbH / GPL-v3
User interface language: Customizable
Help/Support: Mail to service@basix.de
Prerequisites:

  • Dolibarr min version: auto
  • Dolibarr max version: auto
## Installation PDF templates:

- Copy the file pdf_alcinvoice.modules.php to /htdocs/core/modules/facture/doc/.

- Copy the file pdf_alcshiping.modules.php to /htdocs/core/modules/expedition/doc/.

- Make an entry in the database:

INSERT INTO llx_document_model (nom,entity,type) VALUES ('alcinvoice',1,'facture');

INSERT INTO llx_document_model (nom,entity,type) VALUES ('alcshiping',1,'expeditions');

- Activate the "alcinvoice" PDF invoice template under Home->Setup->Module/Applications->Invoices->Miscellaneous->PDF invoice templates and, if desired, tick the Default box.

- Activate the PDF delivery template "alcshiping" under Home->Setup->Module/Applications->Shipments->Shipment and, if desired, check the Standard box.


## Optional settings PDF templates:

In the invoice template, from code line 175 to 180 can be set:

- Optionally change text and width of columns "Alc. %" and "Alc. L."

- Optionally change text in totals for row with total pure alcohol amount

- Optional hiding of the Pos. column

In the delivery note template, code lines 146 to 152 can be set:

- Optional change of text and width of columns "Alc. %", "Alc. L." and "liter/bottle"

- Optional hiding of the Pos. column


## Creation of extrafields:

- Create extrafields under Home->Setup->Module/Applications->Products->Additional Attributes

- Adopt values from screenshot_product_extrafields.png

- Attribute code and type is important for the functionality and must be specified as in the screenshot. The other values can theoretically be adjusted.