Skip to content
This repository has been archived by the owner on Jul 2, 2023. It is now read-only.

Custom Invoice Export filename

Andrés Morelos edited this page Jun 27, 2022 · 1 revision

Available formats:

{invoiceID}: this will output the Invoice ID Defined by the user or the UUID added per the app.
{createdAt.month}: This will output the month of the invoice creation in numeric value (11) for November
{createdAt.day}: this will output the day of the invoice creation in numeric value
{createdAt.year}: this will output the full year of the invoice creation in numeric value 2022
{date.month}: this will output the current month in numeric value
{date.day}: this will output the current day in numeric value
{date.year}:this will output the current full year in numeric value 2022
{UUID}: this will output a UUIDv4

Clone this wiki locally