salix/print/config/routes.json

15 lines
647 B
JSON
Raw Normal View History

2019-01-22 08:55:35 +00:00
[
{"type": "email", "name": "client-welcome"},
{"type": "email", "name": "printer-setup"},
{"type": "email", "name": "payment-update"},
{"type": "email", "name": "letter-debtor-st"},
{"type": "email", "name": "letter-debtor-nd"},
2019-01-25 14:08:11 +00:00
{"type": "email", "name": "claim-pickup-order"},
2019-01-22 08:55:35 +00:00
{"type": "report", "name": "delivery-note"},
{"type": "report", "name": "invoice"},
2019-01-25 14:08:11 +00:00
{"type": "report", "name": "rpt-claim-pickup-order"},
2019-01-22 08:55:35 +00:00
{"type": "static", "name": "email-header"},
{"type": "static", "name": "email-footer"},
{"type": "static", "name": "report-header"},
{"type": "static", "name": "report-footer"}
2019-01-22 08:55:35 +00:00
]