mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
229 lines
6.4 KiB
JavaScript
229 lines
6.4 KiB
JavaScript
{
|
|
"content": [
|
|
{
|
|
"columns": [
|
|
{
|
|
"image": "$accountLogo",
|
|
"fit": [120, 80],
|
|
"margin": [0, 60, 0, 30]
|
|
},
|
|
{
|
|
"stack": "$clientDetails",
|
|
"margin": [260, 80, 0, 0]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"canvas": [{ "type": "rect", "x": 0, "y": 0, "w": 515, "h": 26, "r":0, "lineWidth": 1, "color":"#403d3d"}],"width":10,"margin":[0,25,0,-30]},
|
|
{
|
|
"style": "invoiceLineItemsTable",
|
|
"table": {
|
|
"headerRows": 1,
|
|
"widths": "$invoiceLineItemColumns",
|
|
"body": "$invoiceLineItems"
|
|
},
|
|
"layout": {
|
|
"hLineWidth": "$notFirst:.5",
|
|
"vLineWidth": "$none",
|
|
"hLineColor": "#888888",
|
|
"paddingLeft": "$amount:8",
|
|
"paddingRight": "$amount:8",
|
|
"paddingTop": "$amount:8",
|
|
"paddingBottom": "$amount:8"
|
|
}
|
|
},
|
|
{
|
|
"columns": [
|
|
"$notesAndTerms",
|
|
{
|
|
"table": {
|
|
"widths": ["*", "40%"],
|
|
"body": "$subtotalsWithoutBalance"
|
|
},
|
|
"layout": {
|
|
"hLineWidth": "$none",
|
|
"vLineWidth": "$none",
|
|
"paddingLeft": "$amount:34",
|
|
"paddingRight": "$amount:8",
|
|
"paddingTop": "$amount:4",
|
|
"paddingBottom": "$amount:4"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"columns": [
|
|
{
|
|
"canvas": [
|
|
{
|
|
"type": "rect",
|
|
"x": 0,
|
|
"y": 0,
|
|
"w": 515,
|
|
"h": 26,
|
|
"r": 0,
|
|
"lineWidth": 1,
|
|
"color": "#403d3d"
|
|
}
|
|
],
|
|
"width": 10,
|
|
"margin": [
|
|
0,
|
|
10,
|
|
0,
|
|
0
|
|
]
|
|
},
|
|
{
|
|
"text": "$balanceDueLabel",
|
|
"style": "balanceDueLabel",
|
|
"margin": [0, 16, 0, 0],
|
|
"width": 370
|
|
},
|
|
{
|
|
"text": "$balanceDue",
|
|
"style": "balanceDue",
|
|
"margin": [0, 16, 8, 0]
|
|
}
|
|
]
|
|
} ],
|
|
"footer": [
|
|
{
|
|
"canvas": [
|
|
{
|
|
"type": "line", "x1": 0, "y1": 0, "x2": 600, "y2": 0,"lineWidth": 100,"lineColor":"$primaryColor:#f26621"
|
|
}]
|
|
,"width":10
|
|
},
|
|
{
|
|
"columns": [
|
|
{
|
|
"text": "$invoiceFooter",
|
|
"margin": [40, -30, 40, 0],
|
|
"alignment": "left",
|
|
"color": "#FFFFFF",
|
|
"width": 350
|
|
},
|
|
{
|
|
"stack": "$accountDetails",
|
|
"margin": [0, -40, 0, 0],
|
|
"width": "*"
|
|
},
|
|
{
|
|
"stack": "$accountAddress",
|
|
"margin": [0, -40, 0, 0],
|
|
"width": "*"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"header": [
|
|
{
|
|
"canvas": [{ "type": "line", "x1": 0, "y1": 0, "x2": 600, "y2": 0,"lineWidth": 200,"lineColor":"$primaryColor:#f26621"}],"width":10
|
|
},
|
|
{
|
|
"columns": [
|
|
{
|
|
"text": "$accountName", "bold": true,"fontSize":30,"color":"#ffffff","margin":[40,20,0,0],"width":350
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"width": 300,
|
|
"table": {
|
|
"body": "$invoiceDetails"
|
|
},
|
|
"layout": "noBorders",
|
|
"margin": [400, -40, 0, 0]
|
|
}
|
|
],
|
|
"defaultStyle": {
|
|
"fontSize": "$fontSize",
|
|
"margin": [8, 4, 8, 4]
|
|
},
|
|
"styles": {
|
|
"primaryColor":{
|
|
"color": "$primaryColor:#299CC2"
|
|
},
|
|
"accountName": {
|
|
"margin": [4, 2, 4, 2],
|
|
"color": "$primaryColor:#299CC2"
|
|
},
|
|
"accountDetails": {
|
|
"margin": [4, 2, 4, 2],
|
|
"color": "#FFFFFF"
|
|
},
|
|
"accountAddress": {
|
|
"margin": [4, 2, 4, 2],
|
|
"color": "#FFFFFF"
|
|
},
|
|
"clientDetails": {
|
|
"margin": [0, 2, 4, 2]
|
|
},
|
|
"invoiceDetails": {
|
|
"color": "#FFFFFF"
|
|
},
|
|
"invoiceLineItemsTable": {
|
|
"margin": [0, 0, 0, 16]
|
|
},
|
|
"productKey": {
|
|
"bold": true
|
|
},
|
|
"clientName": {
|
|
"bold": true
|
|
},
|
|
"tableHeader": {
|
|
"bold": true,
|
|
"color": "#FFFFFF",
|
|
"fontSize": "$fontSizeLargest"
|
|
},
|
|
"costTableHeader": {
|
|
"alignment": "right"
|
|
},
|
|
"qtyTableHeader": {
|
|
"alignment": "right"
|
|
},
|
|
"lineTotalTableHeader": {
|
|
"alignment": "right"
|
|
},
|
|
"balanceDueLabel": {
|
|
"fontSize": "$fontSizeLargest",
|
|
"color":"#FFFFFF",
|
|
"alignment":"right",
|
|
"bold": true
|
|
},
|
|
"balanceDue": {
|
|
"fontSize": "$fontSizeLargest",
|
|
"color":"#FFFFFF",
|
|
"bold": true,
|
|
"alignment":"right"
|
|
},
|
|
"cost": {
|
|
"alignment": "right"
|
|
},
|
|
"quantity": {
|
|
"alignment": "right"
|
|
},
|
|
"tax": {
|
|
"alignment": "right"
|
|
},
|
|
"lineTotal": {
|
|
"alignment": "right"
|
|
},
|
|
"subtotals": {
|
|
"alignment": "right"
|
|
},
|
|
"termsLabel": {
|
|
"bold": true,
|
|
"margin": [0, 0, 0, 4]
|
|
},
|
|
"invoiceNumberLabel": {
|
|
"bold": true
|
|
},
|
|
"invoiceNumber": {
|
|
"bold": true
|
|
}
|
|
|
|
},
|
|
"pageMargins": [40, 80, 40, 50]
|
|
} |