Invoices and delivery notes for user orders
Step plugin for Goobi workflow for generating invoices and delivery notes for user orders at the Zurich Central Library
Last updated
Step plugin for Goobi workflow for generating invoices and delivery notes for user orders at the Zurich Central Library
Last updated
Name | Wert |
---|---|
This documentation describes the installation, configuration and use of the Step plug-in for generating delivery notes and invoices for user orders at the Zentralbibliothek Zürich.
In order to use the plugin, the following files must be installed:
Once the plugin has been installed, it can be selected within the workflow for the respective workflow steps and thus executed manually in some cases and automatically in others. A workflow could look like the following example:
In this exemplary workflow, the plugin is integrated in a total of three workflow steps. The first of these steps provides a user interface for manual processing by a user in order to enter additional invoice data. The other two steps, on the other hand, call up the plugin automatically and generate a delivery note and an invoice in the file system.
The plugin is designed to generate a delivery note and an invoice as PDF files on the basis of an XSL transformation. On the one hand, the data used for this comes from properties that were transferred to Goobi by the user during the order process (e.g. address information, contact details, etc.). On the other hand, additional data is recorded by a processor in Goobi in order to calculate the costs to be invoiced. This data is entered manually in the following form:
The additional data can be entered and customised here. It is also possible at this point to generate a preview of the future invoice after entering the additional invoice data.
Once the data capture step has been completed, the plugin can be integrated further times in the workflow to generate PDF files from the xsl files in accordance with the layout specifications.
In the further course of the workflow, these generated PDF files, whose storage path and naming can be defined within the configuration file, can be sent to the user by e-mail, for example.
The plugin is configured in the file plugin_intranda_step_zbz_order_delivery.xml
as shown here:
The <config>
block can occur repeatedly for different projects or work steps in order to be able to perform different actions within different workflows. The other parameters within this configuration file have the following meanings:
In addition to these general parameters, the following parameters are available for further configuration:
Parameter | Explanation |
---|---|
Parameter | Explanation |
---|---|
Identifier
intranda_step_zbz_order_delivery
Repository
Licence
GPL 2.0 or newer
Last change
13.07.2024 09:56:41
project
This parameter defines which project the current block <config>
should apply to. The name of the project is used here. This parameter can occur several times per <config>
block.
step
This parameter controls which work steps the <config>
block should apply to. The name of the work step is used here. This parameter can occur several times per <config>
block.
debugMode
This parameter can be used to specify that when an invoice or delivery note is generated, an XML file is stored within Goobi's tmp folder which provides an insight into the calculation basis for the invoice.
xslt
Enter the name of the 'xsl file' to be used to create the PDF file.
resultFolder
Specify the directory where the PDF file is to be saved here.
resultFile
Define the name of the PDF file to be generated here.