Can I use placeholders to insert dates automatically?

Yes, You can use the variables below when setting up your presets (document templates). You can use the variables to automatically set the document number, project title, line items and messages. Each placeholder will be replaced with the appropriate dates/numbers when you create the document using the preset.

Rules:

 General Rule@(date|[placeholder])
(For Document Numbers)Insert _001 (or equivalent) at the end of the document number
(For English documents)
 Insert %en before variables that need to be in English

Variables:

 PatternBefore SavingAfter Saving
Year(yyyy)%Y2017
Year(yy)%y17
Month (m)%m1 – 12
Month (mm)%M01 – 12
Month %enMJanuary
Month (Abb)%enmJan
Day (d)%d1 – 31
Day (dd)%D01 – 31

Examples:

 PatternBefore SavingAfter Saving
Date@(date|%enM %Y)January 2017
Date@(date-1M|%enM %Y) – @(date+11M|%enM %Y)December 2016 – December 2017
Date @(date|%enm %Y) – @(date+2M|%enm %Y)Jan 2017 – Mar 2017
Document Number@(date|%Y)_0012017_001
Document Number@(date|%y%M)_0011701_001

*Date variables reflect the issue date of the document.

Related Questions