Hi all,
I want to create an invoice number that looks like "YYMMDD01" which will increment with 1 for each invoice. But the next day, it will need to start at one again. Example:
Today: 13031600, 13031601,130316 02
Tommorow: 13031700,130317 01,13031702
I want to create an invoice number that looks like "YYMMDD01" which will increment with 1 for each invoice. But the next day, it will need to start at one again. Example:
Today: 13031600, 13031601,130316 02
Tommorow: 13031700,130317 01,13031702
Comment