feat: extend reports
This commit is contained in:
parent
c59b1f071f
commit
3e8b3a38c8
3 changed files with 237 additions and 8 deletions
36
app/portal/static/print.css
Normal file
36
app/portal/static/print.css
Normal file
|
@ -0,0 +1,36 @@
|
|||
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
|
||||
|
||||
body, #content, #page {
|
||||
font-family: 'Playfair Display', serif;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
float: none;
|
||||
}
|
||||
|
||||
table {
|
||||
font-size: 10pt;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
td {
|
||||
border: 1px solid #666;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
@media print {
|
||||
.noprint {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@page :left {
|
||||
margin: 1cm;
|
||||
}
|
||||
|
||||
@page :right {
|
||||
margin: 1cm;
|
||||
}
|
||||
|
||||
.pagebreak {
|
||||
page-break-after: always;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue