mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-30 21:02:55 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			188 lines
		
	
	
		
			4.5 KiB
		
	
	
	
		
			JavaScript
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			188 lines
		
	
	
		
			4.5 KiB
		
	
	
	
		
			JavaScript
		
	
	
		
			Executable File
		
	
	
	
	
| {
 | |
|     "content": [
 | |
|     {
 | |
|         "columns": [
 | |
| 		{
 | |
|             "stack": "$accountDetails"
 | |
|         },
 | |
|         {
 | |
|             "stack": "$accountAddress"
 | |
|         },
 | |
|         [
 | |
|             {
 | |
|                 "image": "$accountLogo",
 | |
|                 "fit": [120, 80]
 | |
|             }
 | |
|         ]        
 | |
|     ]},
 | |
| 	{
 | |
| 	"columns": [
 | |
| 			{
 | |
| 				"width": 340,
 | |
| 				"stack": "$clientDetails",
 | |
| 				"margin": [0,40,0,0]
 | |
| 			},
 | |
| 			{
 | |
| 				"width":200,
 | |
|                 "table": { 
 | |
|                     "body": "$invoiceDetails"
 | |
|                 },
 | |
|                 "layout": {
 | |
|                     "hLineWidth": "$none",
 | |
|                     "vLineWidth": "$none",
 | |
|                     "hLineColor": "#E6E6E6",
 | |
|                     "paddingLeft": "$amount:10", 
 | |
|                     "paddingRight": "$amount:10"
 | |
|                 }
 | |
| 			}
 | |
| 		]
 | |
| 	},	
 | |
| 	{
 | |
|         "canvas": [{ "type": "rect", "x": 0, "y": 0, "w": 515, "h": 25,"r":0, "lineWidth": 1,"color":"#e6e6e6"}],"width":10,"margin":[0,30,0,-43]
 | |
|     },
 | |
|     {
 | |
|         "style": "invoiceLineItemsTable",
 | |
|         "table": {
 | |
|             "headerRows": 1,
 | |
|             "widths": "$invoiceLineItemColumns",
 | |
|             "body": "$invoiceLineItems"
 | |
|         },
 | |
|         "layout": {
 | |
|             "hLineWidth": "$notFirst:1",
 | |
|             "vLineWidth": "$none",
 | |
|             "hLineColor": "#e6e6e6",
 | |
|             "paddingLeft": "$amount:8", 
 | |
|             "paddingRight": "$amount:8", 
 | |
|             "paddingTop": "$amount:8", 
 | |
|             "paddingBottom": "$amount:8"            
 | |
|         }
 | |
|     },
 | |
|     {
 | |
|         "columns": [
 | |
|             "$notesAndTerms",
 | |
|             {
 | |
|                 "width": 160,
 | |
|                 "style": "subtotals",
 | |
|                 "table": {
 | |
|                     "widths": [60, 60],
 | |
|                     "body": "$subtotals"
 | |
|                 },
 | |
|                 "layout": {
 | |
|                     "hLineWidth": "$none",
 | |
|                     "vLineWidth": "$none",
 | |
|                     "paddingLeft": "$amount:10", 
 | |
|                     "paddingRight": "$amount:10", 
 | |
|                     "paddingTop": "$amount:4", 
 | |
|                     "paddingBottom": "$amount:4" 
 | |
|                 }
 | |
|             }
 | |
|         ]
 | |
|     },    
 | |
|     {
 | |
|         "stack": [
 | |
|             "$invoiceDocuments"
 | |
|         ],
 | |
|         "style": "invoiceDocuments"
 | |
|     }
 | |
|     ],
 | |
|     "footer": {
 | |
|         "columns": [
 | |
|             {
 | |
|                 "text": "$invoiceFooter",
 | |
|                 "alignment": "left",
 | |
|                 "margin": [0, 0, 0, 12]
 | |
| 
 | |
|             }
 | |
|         ],
 | |
|         "margin": [40, -20, 40, 40]
 | |
|     },
 | |
|     "defaultStyle": {
 | |
|         "font": "$bodyFont",
 | |
|         "fontSize": "$fontSize",
 | |
|         "margin": [8, 4, 8, 4]
 | |
|     },
 | |
|     "styles": {
 | |
|         "primaryColor":{
 | |
|             "color": "$primaryColor:#299CC2"
 | |
|         },
 | |
|         "accountDetails": {
 | |
|             "margin": [0, 2, 0, 1]
 | |
|         },
 | |
|         "accountAddress": {
 | |
|             "margin": [0, 2, 0, 1]
 | |
|         },
 | |
|         "clientDetails": {
 | |
|             "margin": [0, 2, 0, 1]
 | |
|         },
 | |
|         "tableHeader": {
 | |
|             "bold": true
 | |
|         },
 | |
|         "costTableHeader": {
 | |
|             "alignment": "right"
 | |
|         },
 | |
|         "qtyTableHeader": {
 | |
|             "alignment": "right"
 | |
|         },
 | |
|         "lineTotalTableHeader": {
 | |
|             "alignment": "right"
 | |
|         },        
 | |
|         "invoiceLineItemsTable": {
 | |
|             "margin": [0, 16, 0, 16]
 | |
|         },
 | |
|         "cost": {
 | |
|             "alignment": "right"
 | |
|         },
 | |
|         "quantity": {
 | |
|             "alignment": "right"
 | |
|         },
 | |
|         "tax": {
 | |
|             "alignment": "right"
 | |
|         },
 | |
|         "lineTotal": {
 | |
|             "alignment": "right"
 | |
|         },
 | |
|         "subtotals": {
 | |
|             "alignment": "right"
 | |
|         },            
 | |
|         "termsLabel": {
 | |
|             "bold": true,
 | |
|             "margin": [0, 0, 0, 4]
 | |
|         },
 | |
|         "terms": {
 | |
|             "margin": [0, 0, 20, 0]
 | |
|         },
 | |
|         "invoiceDetailBalanceDueLabel": {
 | |
|             "fillColor": "#e6e6e6"
 | |
|         },
 | |
|         "invoiceDetailBalanceDue": {
 | |
|             "fillColor": "#e6e6e6"
 | |
|         },
 | |
|         "subtotalsBalanceDueLabel": {
 | |
|             "fillColor": "#e6e6e6"
 | |
|         },
 | |
|         "subtotalsBalanceDue": {
 | |
|             "fillColor": "#e6e6e6"
 | |
|         },
 | |
|         "header": {
 | |
|             "font": "$headerFont",
 | |
|             "fontSize": "$fontSizeLargest",
 | |
|             "bold": true
 | |
|         },
 | |
|         "subheader": {
 | |
|             "font": "$headerFont",
 | |
|             "fontSize": "$fontSizeLarger"
 | |
|         },
 | |
|         "help": {
 | |
|             "fontSize": "$fontSizeSmaller",
 | |
|             "color": "#737373"
 | |
|         },
 | |
| 		"invoiceDocuments": {
 | |
| 			"margin": [7, 0, 7, 0]
 | |
| 		},
 | |
| 		"invoiceDocument": {
 | |
| 			"margin": [0, 10, 0, 10]
 | |
| 		}
 | |
|      },
 | |
|     "pageMargins": [40, 40, 40, 60]
 | |
| }
 |