Implemented
0
monthly counter and 2-digit year for invoice numbering
Source: invoiceninja/invoiceninja#3507 · opened by @mr-gosh
we need to have our invoice numbers like this:
{$monthlyCounter}{$date:m}{$date:y}{$counter}
how can i achieve that?
{$monthlyCounter} should be a counter per month ("07" for the 7th invoice in march)
{$date:m} should be a 2-digit month (seems to work already)
{$date:y} should be a 2-digit year
{$counter} should be a 2-digit counter (seems to work already)
To Summarize my Question:
1. Why is the 2-digit Year variable $date:y not working?
2. How do i integrate an additional independent monthly counter?
{$monthlyCounter}{$date:m}{$date:y}{$counter}
how can i achieve that?
{$monthlyCounter} should be a counter per month ("07" for the 7th invoice in march)
{$date:m} should be a 2-digit month (seems to work already)
{$date:y} should be a 2-digit year
{$counter} should be a 2-digit counter (seems to work already)
To Summarize my Question:
1. Why is the 2-digit Year variable $date:y not working?
2. How do i integrate an additional independent monthly counter?
No pledges yet. Be the first to back this.
Comments
Similar requests
invoice numbering reset button
0 votes · 0 comments
Feature Request: Add date interval for "Financial Year"
1 vote · 0 comments
Import invoices with several items into InvoiceNinja
0 votes · 0 comments
Feature Request (REACT) : Dashboard Overview: Year-over-Year (YoY) Comparison
1 vote · 0 comments
Add `{$vendor_counter}` variable for numbering expenses
0 votes · 0 comments
No comments yet.