Moved attached images to the bottom of the invoice
This commit is contained in:
parent
554b089794
commit
f80d78c124
3 changed files with 19 additions and 19 deletions
|
|
@ -51,12 +51,6 @@
|
||||||
"paddingBottom": "$amount:14"
|
"paddingBottom": "$amount:14"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"stack": [
|
|
||||||
"$invoiceDocuments"
|
|
||||||
],
|
|
||||||
"style": "invoiceDocuments"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"columns": [
|
"columns": [
|
||||||
{
|
{
|
||||||
|
|
@ -78,7 +72,13 @@
|
||||||
"paddingBottom": "$amount:4"
|
"paddingBottom": "$amount:4"
|
||||||
}
|
}
|
||||||
}]
|
}]
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
"stack": [
|
||||||
|
"$invoiceDocuments"
|
||||||
|
],
|
||||||
|
"style": "invoiceDocuments"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"footer":
|
"footer":
|
||||||
[
|
[
|
||||||
|
|
|
||||||
|
|
@ -69,12 +69,6 @@
|
||||||
"paddingBottom": "$amount:14"
|
"paddingBottom": "$amount:14"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"stack": [
|
|
||||||
"$invoiceDocuments"
|
|
||||||
],
|
|
||||||
"style": "invoiceDocuments"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"columns": [
|
"columns": [
|
||||||
"$notesAndTerms",
|
"$notesAndTerms",
|
||||||
|
|
@ -93,6 +87,12 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"stack": [
|
||||||
|
"$invoiceDocuments"
|
||||||
|
],
|
||||||
|
"style": "invoiceDocuments"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"defaultStyle": {
|
"defaultStyle": {
|
||||||
|
|
|
||||||
|
|
@ -56,12 +56,6 @@
|
||||||
"paddingTop": "$amount:8",
|
"paddingTop": "$amount:8",
|
||||||
"paddingBottom": "$amount:8"
|
"paddingBottom": "$amount:8"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
{
|
|
||||||
"stack": [
|
|
||||||
"$invoiceDocuments"
|
|
||||||
],
|
|
||||||
"style": "invoiceDocuments"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"columns": [
|
"columns": [
|
||||||
|
|
@ -83,6 +77,12 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"stack": [
|
||||||
|
"$invoiceDocuments"
|
||||||
|
],
|
||||||
|
"style": "invoiceDocuments"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"footer": {
|
"footer": {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue