Conversation
Implement four improvements to PDF and Excel exports: 1. Add round_to_five_rappen utility function and apply to all exports 2. Adjust parliamentarian settlement PDF for C5 envelope (6cm top, 3cm left) 3. Separate salutation from name on new line in address block 4. Remove Pers-Nr column from journal tables and adjust column widths 5. Widen Typ column and narrow other journal columns to reduce pages Updates: - src/onegov/pas/utils.py: Add round_to_five_rappen function - src/onegov/pas/export_single_parliamentarian.py: Apply rounding, update HTML address layout - src/onegov/pas/views/settlement_run.py: Apply rounding to journal table, remove Pers-Nr column from HTML - src/onegov/pas/views/abschlussliste.py: Apply rounding to Excel exports - src/onegov/pas/views/pas_excel_export_nr_3_lohnart_fibu.py: Apply rounding to CSV export - src/onegov/pas/views/templates/parliamentarian_settlement_pdf.css: Adjust margins for C5 envelope positioning - src/onegov/pas/views/templates/settlement_pdf.css: Remove Pers-Nr column, adjust column widths Try to fix column width
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implement four improvements to PDF and Excel exports:
Commit message
:
TYPE: Feature
LINK: OGC-2941
HINT:
Checklist