mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Add columns lines to PDF overview export
This commit is contained in:
@@ -172,7 +172,12 @@ class OverviewReport(Report):
|
|||||||
('VALIGN', (0, 0), (-1, -1), 'MIDDLE'),
|
('VALIGN', (0, 0), (-1, -1), 'MIDDLE'),
|
||||||
('FONTNAME', (0, 0), (-1, 1), 'OpenSansBd'),
|
('FONTNAME', (0, 0), (-1, 1), 'OpenSansBd'),
|
||||||
('FONTNAME', (0, -1), (-1, -1), 'OpenSansBd'),
|
('FONTNAME', (0, -1), (-1, -1), 'OpenSansBd'),
|
||||||
('FONTSIZE', (0, 0), (-1, -1), 9)
|
('FONTSIZE', (0, 0), (-1, -1), 9),
|
||||||
|
('LINEBEFORE', (1, 0), (1, -1), 1, colors.lightgrey),
|
||||||
|
('LINEBEFORE', (3, 0), (3, -1), 1, colors.lightgrey),
|
||||||
|
('LINEBEFORE', (5, 0), (5, -1), 1, colors.lightgrey),
|
||||||
|
('LINEBEFORE', (7, 1), (7, -1), 1, colors.lightgrey),
|
||||||
|
('LINEBEFORE', (9, 1), (9, -1), 1, colors.lightgrey),
|
||||||
]
|
]
|
||||||
|
|
||||||
story = [
|
story = [
|
||||||
|
|||||||
Reference in New Issue
Block a user