FeatureFuel
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?

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests