Commit History

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