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

Fiscalisation : modifier la génération des ids de facture #1347

Closed
Tracked by #1339
agallou opened this issue Nov 18, 2023 · 0 comments · Fixed by #1364
Closed
Tracked by #1339

Fiscalisation : modifier la génération des ids de facture #1347

agallou opened this issue Nov 18, 2023 · 0 comments · Fixed by #1364
Assignees

Comments

@agallou
Copy link
Member

agallou commented Nov 18, 2023

Dans la méthode de génération de numéro de facture :

$requete .= " MAX(CAST(SUBSTRING_INDEX(numero_facture, '-', -1) AS UNSIGNED)) + 1 ";

Faire en sorte que le numéro ne change pas quand on change d'année (enlever la condition sur l'année et ajouter en dur une condition sur le fait qu'on soit après le premier janvier 2024.

@agallou agallou changed the title Modifier la génération des ids de facture Fiscalisation : modifier la génération des ids de facture Nov 18, 2023
@stakovicz stakovicz self-assigned this Nov 23, 2023
stakovicz added a commit to stakovicz/web that referenced this issue Nov 24, 2023
stakovicz added a commit to stakovicz/web that referenced this issue Nov 25, 2023
@github-project-automation github-project-automation bot moved this from Todo to Done in Backlog global Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants