mirror of
https://git.hiabuto.net/C3MA/CCMA.git
synced 2026-07-01 03:04:52 +02:00
feat: add template creation timestamps
This commit is contained in:
@@ -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`,
|
||||
|
||||
Reference in New Issue
Block a user