Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Last active August 29, 2016 14:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/f432eb8524ba43533e6ce03713877e07 to your computer and use it in GitHub Desktop.
Save bjoerntx/f432eb8524ba43533e6ce03713877e07 to your computer and use it in GitHub Desktop.
{
"templateName": "sample_invoice.tx",
"mergeBlocks": [
{
"name": "item",
"mergeFields": [
{
"dateTimeFormat": "",
"name": "qty",
"numericFormat": "",
"preserveFormatting": false,
"text": "«qty»",
"textAfter": "",
"textBefore": ""
}
],
"mergeBlocks": []
}
],
"mergeFields": [
{
"dateTimeFormat": "",
"name": "yourcompany_companyname",
"numericFormat": "",
"preserveFormatting": false,
"text": "«YOURCOMPANY_COMPANYNAME»",
"textAfter": "",
"textBefore": ""
},
{
"dateTimeFormat": "",
"name": "invoice_no",
"numericFormat": "",
"preserveFormatting": false,
"text": "«invoice_no»",
"textAfter": "",
"textBefore": "#"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment