Releases: Martin-Schoenbeck-Beratungen-GmbH/beluga.serverprint
v.5.4.0
What's Changed
- iD11 update by @lHeidbreder in #19
- Attach copies attachment to email by @JanSchoenbeck in #22
Full Changelog: v5.3.2...v.5.4.0
v5.3.2
What's Changed
- Reportctl fixes
- printoption id is properly being used in process
- added "use archived documents" feature
- Printoption dialog now has Radiobuttons
- Printprofile now has a Tab "Usage" to look up if it is in use and where
Full Changelog: v5.2.0...v5.3.2
v5.2.0
What's Changed
added ReportCtl, thereby support for all reports, not just Jasper
Beluga Serverprint 5.1.2
Merge branch 'master' of github.com:Martin-Schoenbeck-Beratungen-GmbH…
Beluga Serverprint 5.1.0
Updates from Version 3.1.3
Support for subparameters from script calls
This will allow for multiple documents to be printed and mailed together. It is impossible to access this API from anywhere but code.
Selection of printoptions
Every copy can now be passed a printoption. If a set of copies selected by Beluga Serverprint contains more than one printoption and UI is available, the user will be asked to choose. If no UI is available, a printoption_id had to have been passed in or the work will fail.
Breaking change: Printer Provider
The architecture around printers has been reworked. A printer provider is now added first, which can then find all printers available at the location. To achieve that you will require another plugin implementing the following interfaces (all found in the package de.schoenbeck.serverprint.printProvider
):
- AttributeLookup
- PrinterLookup
- Printrun
An implementation for CUPS is available in this repo.