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
Overview
Name | Wert |
---|---|
Identifier | intranda_step_zbz_order_delivery |
Repository | |
Licence | GPL 2.0 or newer |
Last change | 13.07.2024 09:56:41 |
Introduction
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.
Installation
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.
Overview and functionality
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.
Configuration
The plugin is configured in the file plugin_intranda_step_zbz_order_delivery.xml
as shown here:
General parameters
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:
Parameter | Explanation |
---|---|
| This parameter defines which project the current block |
| This parameter controls which work steps the |
Further parameters
In addition to these general parameters, the following parameters are available for further configuration:
Parameter | Explanation |
---|---|
| 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. |
| Enter the name of the 'xsl file' to be used to create the PDF file. |
| Specify the directory where the PDF file is to be saved here. |
| Define the name of the PDF file to be generated here. |
Last updated