feat(server): styling financial reports pdf

This commit is contained in:
Ahmed Bouhuolia
2024-02-19 21:41:15 +02:00
parent 3509026ad8
commit c06a8d9ca3
33 changed files with 210 additions and 56 deletions

View File

@@ -1,6 +1,9 @@
block head
style
//- include ../../css/modules/financial-sheet.css
include ../../css/modules/financial-sheet.css
style.
#{customCSS}
block content
.sheet
@@ -13,9 +16,9 @@ block content
thead
tr
each column in table.columns
th= column.label
th(style=column.style)= column.label
tbody
each row in table.rows
tr
tr(class=row.classNames)
each cell in row.cells
td!= cell.value