https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39208
Bug ID: 39208
Summary: printoverdues.sh requires unavailable cli tool
Change sponsored?: ---
Product: Koha
Version: unspecified
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P5 - low
Component: Command-line Utilities
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
`printoverdues.sh` relies on `xhtml2pdf` for the conversion of a HTML document
to a printable PDF version of said document.
At time of writing, this tool dropped out of Debian (bookworm) and Ubuntu
stable and sometimes older releases including backports and the like. Debian
oldstable still keeps it, but no upstream releases beyond.
This may endanger the functionality in Koha upstream.
Possible solutions:
- Manual installation outside the package management (and bugfixing) of the
distribution via `pip`. That would also require a suitable documentation.
- Use an alternative tool chain within the distributions (e.g. pandoc, if
heading for a swiss army knife of format transformations. For PDF pandoc would
require latex as "helper").
Note that `printoverdues.sh` is referred to explicitly in the implementation
checklist.
--
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/