mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 13:04:30 -04:00
Include documents placeholder in invoice designs
This commit is contained in:
parent
db322d3fc7
commit
5a6bd0d0d0
@ -51,6 +51,12 @@
|
|||||||
"paddingBottom": "$amount:14"
|
"paddingBottom": "$amount:14"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"stack": [
|
||||||
|
"$invoiceDocuments"
|
||||||
|
],
|
||||||
|
"style": "invoiceDocuments"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"columns": [
|
"columns": [
|
||||||
{
|
{
|
||||||
@ -254,6 +260,12 @@
|
|||||||
"help": {
|
"help": {
|
||||||
"fontSize": "$fontSizeSmaller",
|
"fontSize": "$fontSizeSmaller",
|
||||||
"color": "#737373"
|
"color": "#737373"
|
||||||
|
},
|
||||||
|
"invoiceDocuments": {
|
||||||
|
"margin": [47, 0, 47, 0]
|
||||||
|
},
|
||||||
|
"invoiceDocument": {
|
||||||
|
"margin": [0, 10, 0, 10]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"pageMargins": [0, 80, 0, 40]
|
"pageMargins": [0, 80, 0, 40]
|
||||||
|
@ -69,6 +69,12 @@
|
|||||||
"paddingBottom": "$amount:14"
|
"paddingBottom": "$amount:14"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"stack": [
|
||||||
|
"$invoiceDocuments"
|
||||||
|
],
|
||||||
|
"style": "invoiceDocuments"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"columns": [
|
"columns": [
|
||||||
"$notesAndTerms",
|
"$notesAndTerms",
|
||||||
@ -200,6 +206,12 @@
|
|||||||
"help": {
|
"help": {
|
||||||
"fontSize": "$fontSizeSmaller",
|
"fontSize": "$fontSizeSmaller",
|
||||||
"color": "#737373"
|
"color": "#737373"
|
||||||
|
},
|
||||||
|
"invoiceDocuments": {
|
||||||
|
"margin": [7, 0, 7, 0]
|
||||||
|
},
|
||||||
|
"invoiceDocument": {
|
||||||
|
"margin": [0, 10, 0, 10]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"pageMargins": [40, 40, 40, 60]
|
"pageMargins": [40, 40, 40, 60]
|
||||||
|
@ -85,7 +85,14 @@
|
|||||||
"margin": [0, 16, 8, 0]
|
"margin": [0, 16, 8, 0]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
} ],
|
},
|
||||||
|
{
|
||||||
|
"stack": [
|
||||||
|
"$invoiceDocuments"
|
||||||
|
],
|
||||||
|
"style": "invoiceDocuments"
|
||||||
|
}
|
||||||
|
],
|
||||||
"footer": [
|
"footer": [
|
||||||
{
|
{
|
||||||
"canvas": [
|
"canvas": [
|
||||||
@ -244,6 +251,12 @@
|
|||||||
"help": {
|
"help": {
|
||||||
"fontSize": "$fontSizeSmaller",
|
"fontSize": "$fontSizeSmaller",
|
||||||
"color": "#737373"
|
"color": "#737373"
|
||||||
|
},
|
||||||
|
"invoiceDocuments": {
|
||||||
|
"margin": [7, 0, 7, 0]
|
||||||
|
},
|
||||||
|
"invoiceDocument": {
|
||||||
|
"margin": [0, 10, 0, 10]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"pageMargins": [40, 120, 40, 50]
|
"pageMargins": [40, 120, 40, 50]
|
||||||
|
@ -57,6 +57,12 @@
|
|||||||
"paddingBottom": "$amount:8"
|
"paddingBottom": "$amount:8"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"stack": [
|
||||||
|
"$invoiceDocuments"
|
||||||
|
],
|
||||||
|
"style": "invoiceDocuments"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"columns": [
|
"columns": [
|
||||||
"$notesAndTerms",
|
"$notesAndTerms",
|
||||||
@ -166,6 +172,12 @@
|
|||||||
"help": {
|
"help": {
|
||||||
"fontSize": "$fontSizeSmaller",
|
"fontSize": "$fontSizeSmaller",
|
||||||
"color": "#737373"
|
"color": "#737373"
|
||||||
|
},
|
||||||
|
"invoiceDocuments": {
|
||||||
|
"margin": [7, 0, 7, 0]
|
||||||
|
},
|
||||||
|
"invoiceDocument": {
|
||||||
|
"margin": [0, 10, 0, 10]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"pageMargins": [40, 40, 40, 60]
|
"pageMargins": [40, 40, 40, 60]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user