Jocelyn Delande
|
2f3776cdb0
Use proper and legal sequential invoice numbers
|
il y a 8 ans |
Jocelyn Delande
|
66343b9c95
Enforce that a validated bill has a pdf
|
il y a 8 ans |
Jocelyn Delande
|
4e988ad62d
Rename Invoice.is_pdf_exists() → Invoice.pdf_exists()
|
il y a 8 ans |
Baptiste Jonglez
|
eebc81b0af
Fix bulk import of the database (by disabling post_save signals in this case)
|
il y a 10 ans |
Baptiste Jonglez
|
41baa7cc46
Add an help text about the 'validated' field of invoices
|
il y a 10 ans |
Jocelyn Delande
|
2884ef98a3
de-illysification of html templates, using available information from isp_database.ISPInfo
|
il y a 10 ans |
Fabs
|
144bed3cb9
Minor
|
il y a 10 ans |
Fabs
|
772da31156
Do not crash if no member attached to the invoice when request for ownership
|
il y a 10 ans |
Fabs
|
830f5077c9
Fix invoice pdf filename generation when no member associated to the invoice
|
il y a 10 ans |
Fabs
|
92332aef28
PEP8
|
il y a 10 ans |
Baptiste Jonglez
|
723bbcb598
Fix docstrings
|
il y a 10 ans |
Baptiste Jonglez
|
109a3eedc7
Translation verbose_name and help_text of models to French
|
il y a 10 ans |
Baptiste Jonglez
|
f69adfbea1
Don't capitalize the content of verbose_name
|
il y a 10 ans |
Baptiste Jonglez
|
c08c29d210
Use unicode everywhere
|
il y a 10 ans |
Baptiste Jonglez
|
f801f839a3
Fix remaining hardcoded date computation (these confuse Django's migration detection)
|
il y a 10 ans |
Fabs
|
8985c1bc65
Change is_validated by is_pdf_exists.
|
il y a 10 ans |
Fabs
|
8bc73d7dce
Unsing callabale as storage in FileField isn't working. Switching back to simple variable.
|
il y a 10 ans |
Fabs
|
5cd41433c7
Minor invoice pdf generation improvments
|
il y a 10 ans |
Fabs
|
5a71dd3438
Make use of django-sendfile to have the possibility to make use of web serveur to send a private file to a client.
|
il y a 10 ans |
Fabs
|
bc49726e36
First working code to have a validation process of an invoice.
|
il y a 10 ans |
Fabs
|
4dfe4975ec
Fix has_owner
|
il y a 10 ans |
Fabs
|
f3be150f55
Fix billing tests
|
il y a 10 ans |
Fabs
|
90f59c2645
Reset migrations using django 1.7 migration feature.
|
il y a 10 ans |
Fabs
|
9197f2e650
Add remaining amount to pay on invoice
|
il y a 10 ans |
Fabs
|
67b2e8bf88
* Add first draft of "my subscriptions" template (juste the list)
|
il y a 10 ans |
CapsLock
|
700cdaa047
PEP8
|
il y a 11 ans |
Fabs
|
27b39616a9
Compute payments amount of an invoice
|
il y a 11 ans |
Fabs
|
e250968e92
Fix invoice monthly creation failures
|
il y a 11 ans |
Fabs
|
8da58b5461
PEP8
|
il y a 11 ans |
Fabs
|
f8d20e1a1e
Fix important fail in billing model. Previously invoicedetail relate Offer. But should relate OfferSubscription in order permit a member to have more than one sunscription to one offer. (eg 2 ADSL)
|
il y a 11 ans |