implemented editing of document in GUI + respective handlers in backend

This commit is contained in:
2025-07-12 23:34:05 +02:00
parent 2cc4d43e7c
commit 26fa72ef84
12 changed files with 190 additions and 81 deletions

View File

@@ -60,7 +60,12 @@ fieldset[tabindex="0"]{
fieldset[tabindex="0"]:focus-within{
max-height: unset;
}
.left{
td, tr{
vertical-align: baseline;
}
.customer,
.sender,
.invoice_meta{
float: left;
}