Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow multiple invoices per month #24

Open
aparcar opened this issue Oct 15, 2019 · 1 comment
Open

Allow multiple invoices per month #24

aparcar opened this issue Oct 15, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request
Projects
Milestone

Comments

@aparcar
Copy link
Collaborator

aparcar commented Oct 15, 2019

Currently the invoices are created via <year>.<month> however a better approach would be to have <year>.<month>.<counter> to allow additional invoices like follow ups or something

@aparcar aparcar self-assigned this Oct 15, 2019
@olf42
Copy link
Member

olf42 commented Oct 15, 2019

Agreed!

Maybe we can also refactor the whole invoice generation process s.t. various numeration schemes are possible, e.g.

  1. continuous: nnn
  2. year.continuious: 2019.nnn
  3. customer.year.continuos: XXXX.2019.nnn
  4. customer.year.month.continuous.nnn

For westnetz, No. 3 with additional prefix on the number would be desired, e.g. XXXX.2019.Q2

@olf42 olf42 added the enhancement New feature or request label Oct 15, 2019
@olf42 olf42 added this to Features in Version 1.0 Oct 15, 2019
@olf42 olf42 added this to the Version 1.0 milestone Oct 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Version 1.0
Features
Development

No branches or pull requests

2 participants