-
Notifications
You must be signed in to change notification settings - Fork 6
Invoice calls validation checkbox #1104
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
base: taiste
Are you sure you want to change the base?
Conversation
cc0699a
to
6bd12e6
Compare
6b20592
to
2c712d6
Compare
504711d
to
6e13e4f
Compare
be323c4
to
6608dac
Compare
ac43e90
to
4148dde
Compare
cc1d524
to
c723160
Compare
0448838
to
1cb5455
Compare
1cb5455
to
8bd82c9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
À part ça, ça m'a l'air ok
) | ||
|
||
|
||
class InvoiceCallForm(forms.Form): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mhh, ça ressemble à un endroit où tu veux un formset ici.
Comme avec les paniers, tu gère un seul InvoiceCall puis ensuite tu fabrique un formset de plusieurs InvoiceCall.
Ça évitera pas mal de calculs comme tu fait à lister partout.
Si vraiment c'est méga chiant on peut en discuter.
Ajout d'une case à cocher pour la validation des factures
