Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size Revision Age Author Comment
  migrations 273ce9f1 almost 13 years Mikaël Ates facturation: rejection of invoice from invoicin...
  static 4b01e9f2 about 13 years Benjamin Dauvergne facturation: add missing pdf template
  templates 273ce9f1 almost 13 years Mikaël Ates facturation: rejection of invoice from invoicin...
__init__.py 0 Bytes fd0f45e5 over 13 years Benjamin Dauvergne new application "facturation"
admin.py 229 Bytes 070e274a over 13 years Mikaël Ates facturation: Add PricePerAct to admin.
b2.py 7.28 KB 9441e9c5 about 13 years Thomas Noël b2: send batch one by one (for the time being)
batches.py 1.08 KB 62e2765d about 13 years Benjamin Dauvergne tomerge
forms.py 488 Bytes 273ce9f1 almost 13 years Mikaël Ates facturation: rejection of invoice from invoicin...
invoice_header.py 7.97 KB 0e34ab8f about 13 years Benjamin Dauvergne facturation: generate invoice headers by batche...
invoice_template.py 6.65 KB 57154f68 about 13 years Benjamin Dauvergne facturation: improve position of checkmarks
list_acts.py 18.7 KB 76090589 about 13 years Benjamin Dauvergne facturations: improve db queries in list_acts_f...
models.py 38.1 KB 3d7a840a almost 13 years Thomas Noël new invoice.batch logic (fix #2525) warning: e...
progor.py 5.92 KB 37d37cae about 13 years Mikaël Ates facturation: utils to build import in the prog'...
tests.py 35.5 KB 9c9213df about 13 years Benjamin Dauvergne facturation: start adapting to agenda and actes...
transmission_utils.py 6.67 KB 85657e39 about 13 years Thomas Noël facturation/transmission: fix "compostage" field
urls.py 814 Bytes 273ce9f1 almost 13 years Mikaël Ates facturation: rejection of invoice from invoicin...
views.py 8.8 KB 6f890c89 almost 13 years Mikaël Ates Remove debug statements.

Latest revisions

# Date Author Comment
3d7a840a 05 April 2013 02:37 PM Thomas Noël

new invoice.batch logic (fix #2525)

warning: execute this to init healthcenters hc_invoice
(redirections like in transmissions.csv from Faure)

----
from calebasse.ressources.models import HealthCenter

def redirect(from_, to):
hc_from=HealthCenter.objects.get(pk=from_)...

6f890c89 19 March 2013 12:15 PM Mikaël Ates

Remove debug statements.

273ce9f1 19 March 2013 12:10 PM Mikaël Ates

facturation: rejection of invoice from invoicing detail view (fixes #2062).

Add a boolean field to Invoice to mark rejected invoices.
Require ./manage.py migrate facturation
Add a button that rejects an invoice. Each act of the invoice is marked
not billed and not cared. The invoice is marked rejected.
538e7917 18 March 2013 05:21 PM Mikaël Ates

facturation: hide teletransmission button.

0e34ab8f 07 March 2013 02:12 PM Benjamin Dauvergne

facturation: generate invoice headers by batches no by healthcenter

fixes #2568

9441e9c5 06 March 2013 11:59 AM Thomas Noël

b2: send batch one by one (for the time being)

f283921f 06 March 2013 11:28 AM Thomas Noël

facturation: don't create Invoice.number if it already exists

84210b62 05 March 2013 09:59 AM Thomas Noël

facturation/b2: ticket=3 (soins part. exoneres)

(copie du B2 sorti de Faure)

85657e39 01 March 2013 12:00 PM Thomas Noël

facturation/transmission: fix "compostage" field

eef0f61d 27 February 2013 04:23 PM Thomas Noël

facturation/transmission: fixes...

- add MODE_ENCRYPT flag
- use gzip instead of zlib.compress
- add the last MIME delimiter ('--' at the end)

View revisions

Also available in: Atom