Add Deliveries

This commit is contained in:
2023-04-27 23:34:58 +02:00
parent 15f999869a
commit 77781d227c
14 changed files with 278 additions and 12 deletions

View File

@ -136,6 +136,11 @@ footer {
text-align: center;
}
table {
width: 100%;
border-collapse: collapse;
}
@page {
size: A4;
margin: 25mm 0 35mm 0;