feat: add template creation timestamps

This commit is contained in:
Marcel Peterkau
2026-06-21 22:41:53 +02:00
parent c58072fe45
commit 3c842f29a3
7 changed files with 56 additions and 8 deletions
+5 -2
View File
@@ -80,12 +80,15 @@ Placeholders use `{{group.field}}`. Available values include:
`member.mandate_signed_at`, `member.mandate_revoked_at`,
`member.mandate_active`
- Claim: `claim.id`, `claim.title`, `claim.due_date`, `claim.total`,
`claim.paid`, `claim.balance`, `claim.status`, `claim.items`
`claim.created_date`, `claim.created_at`, `claim.paid`, `claim.balance`,
`claim.status`, `claim.items`
- Reminder: `reminder.id`, `reminder.level`, `reminder.name`,
`reminder.status`, `reminder.created_at`, `reminder.sent_at`,
`reminder.payment_deadline`, `reminder.payment_deadline_days`,
`reminder.fee`, `reminder.detail`, `reminder.channel`
- Document: `document.date`, `document.datetime`
- Document: `document.created_date`, `document.created_at`; compatibility
aliases: `document.date`, `document.datetime`, `current_date`,
`current_datetime`
- Organization: `organization.name`, `organization.street`,
`organization.postal_code`, `organization.city`, `organization.country`,
`organization.address_line`, `organization.email`, `organization.phone`,