It is possible to use placeholders in recurring invoices, which will turn into the date. These placeholders can be used in the profile of each recurring invoice in the field Date of services rendered and also in the description of articles.
Please note, that the placeholders will be shown as date in the final invoice only.
Note:
To insert previous or future dates, you can use simple calculations:
Example 1: for %%month_name day, year%% will turn into: May 20, 2014 in an invoice
Example 2: for %%month_name year // -1M%% will turn into the name of the last month and the current year
The following placeholders can be used:
Placeholder | Possible calculations |
%%date%% - shows the complete date |
+/ - 1D - one day forward/ back |
%%first_day%% - shows first day of month |
+/ - 1W - one week forward/ back |
%%last_day%% - shows the last day of month |
+/ - 1M - one month forward/ back |
%%day%% - shows day |
+/ - 1Y - one year forward/ back |
%%month%% - shows month as number |
|
%%month_name%% - shows name of month |
|
%%year%% - shows year |