Add Gesamtlieferung to DeliveryNote

This commit is contained in:
2023-08-30 14:18:43 +02:00
parent 75e6c1bd5d
commit 9b84452b86
7 changed files with 130 additions and 13 deletions

View File

@ -206,7 +206,7 @@ table {
}
table.delivery {
margin-bottom: 1cm;
margin-bottom: 5mm;
}
table.delivery th {
@ -249,6 +249,43 @@ table.delivery tr.sum td {
padding-top: 1mm;
}
table.delivery-stats {
font-size: 8pt;
}
table.delivery-stats:not(.expanded) th,
table.delivery-stats:not(.expanded) td {
padding: 0.125mm 0.5mm;
}
table.delivery-stats:not(.expanded) tr.optional {
display: none;
}
table.delivery-stats thead th {
font-weight: normal;
font-style: italic;
text-align: right;
}
table.delivery-stats thead th:first-child {
text-align: left;
}
table.delivery-stats.expanded tbody {
font-size: 10pt;
}
table.delivery-stats td {
text-align: right;
}
table.delivery-stats tbody th {
font-weight: normal;
font-style: italic;
text-align: left;
}
.hidden {
visibility: hidden;
}