Skip to content

Releases: Martin-Schoenbeck-Beratungen-GmbH/beluga.serverprint

v.5.4.0

11 Nov 09:57
5b47fd8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.3.2...v.5.4.0

v5.3.2

24 Oct 14:23
Compare
Choose a tag to compare

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

02 Feb 10:22
f4318b1
Compare
Choose a tag to compare

What's Changed

added ReportCtl, thereby support for all reports, not just Jasper

Beluga Serverprint 5.1.2

19 Dec 11:35
Compare
Choose a tag to compare
Merge branch 'master' of github.com:Martin-Schoenbeck-Beratungen-GmbH…

Beluga Serverprint 5.1.0

14 Dec 10:48
Compare
Choose a tag to compare

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):