feat: executors and grouping by article in deal document

This commit is contained in:
2024-10-02 02:40:54 +04:00
parent 766ded04a5
commit ca6e7d5b37
12 changed files with 308 additions and 169 deletions

View File

@@ -18,6 +18,10 @@ hr {
margin-right: -100px;
}
.sign-place {
margin-top: 25px;
}
.doc-container {
margin: -30px 0;
padding: 0 15px;
@@ -42,7 +46,7 @@ hr {
.small-text {
font-size: 12px;
margin-bottom: 4px;
margin-bottom: 3px;
}
.medium-text {
@@ -67,7 +71,7 @@ hr {
}
.product-data > * {
width: 200px;
width: 170px;
padding-right: 170px;
}
@@ -152,8 +156,16 @@ table tfoot {
border-radius: 5px;
}
.barcode-container-table {
margin: 10px 0 -15px -25px;
display: flex;
white-space: nowrap;
flex-direction: column;
align-items: center;
}
.barcode-container {
margin: 15px 0 -5px 355px;
margin: 15px 0 -5px 375px;
display: flex;
white-space: nowrap;
flex-direction: column;
@@ -162,7 +174,7 @@ table tfoot {
.barcode {
font-family: "Libre Barcode 128", cursive;
font-size: 30pt;
font-size: 25pt;
transform: scale(1, 1.5);
}