Template Variables: Difference between revisions
Jump to navigation
Jump to search
| Line 872: | Line 872: | ||
[INVOICEDATE] - invoice date | [INVOICEDATE] - invoice date | ||
[INVOICEDATES] - invoice date invoice number if invoicees are involved | |||
[INVOICEDATE:+1day{%A, %e %B, %Y}] - optional date offset and display format. The offset can be any plus or minus any number of days and the display can be any valid PHP strftime format string. | [INVOICEDATE:+1day{%A, %e %B, %Y}] - optional date offset and display format. The offset can be any plus or minus any number of days and the display can be any valid PHP strftime format string. | ||
[INVOICEDATES+1day{%A, %e %B, %Y}] - optional date offset and display format - invoice date invoice number if invoicees are involved, The offset can be any plus or minus any number of days and the display can be any valid PHP strftime format string. | |||
=== Invoice Values === | === Invoice Values === | ||
These template variables will display a value form the invoice. | These template variables will display a value form the invoice. | ||