Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

calebasse / calebasse / facturation @ 20d1be4c

Name Size Revision Age Author Comment
  migrations 273ce9f1 almost 12 years Mikaël Ates facturation: rejection of invoice from invoicin...
  static 4b01e9f2 almost 12 years Benjamin Dauvergne facturation: add missing pdf template
  templates 20d1be4c almost 12 years Mikaël Ates facturation: display more details on invoicing ...
__init__.py 0 Bytes fd0f45e5 over 12 years Benjamin Dauvergne new application "facturation"
admin.py 229 Bytes 070e274a about 12 years Mikaël Ates facturation: Add PricePerAct to admin.
b2.py 7.4 KB 863f59f5 almost 12 years Thomas Noël b2: multiple batch in a B2 file
batches.py 1.34 KB 863f59f5 almost 12 years Thomas Noël b2: multiple batch in a B2 file
forms.py 488 Bytes 273ce9f1 almost 12 years Mikaël Ates facturation: rejection of invoice from invoicin...
invoice_header.py 7.97 KB 0e34ab8f almost 12 years Benjamin Dauvergne facturation: generate invoice headers by batche...
invoice_template.py 6.65 KB 57154f68 almost 12 years Benjamin Dauvergne facturation: improve position of checkmarks
list_acts.py 18.7 KB edf91555 almost 12 years Mikaël Ates facturation: updates in not CMPP acts listings ...
models.py 38.8 KB 38c89917 almost 12 years Mikaël Ates facturation: invoicing stat method returns pati...
progor.py 5.92 KB 37d37cae almost 12 years Mikaël Ates facturation: utils to build import in the prog'...
tests.py 35.5 KB 9c9213df about 12 years Benjamin Dauvergne facturation: start adapting to agenda and actes...
transmission_utils.py 6.67 KB 85657e39 almost 12 years Thomas Noël facturation/transmission: fix "compostage" field
urls.py 814 Bytes 273ce9f1 almost 12 years Mikaël Ates facturation: rejection of invoice from invoicin...
views.py 9.12 KB 20d1be4c almost 12 years Mikaël Ates facturation: display more details on invoicing ...

Latest revisions

# Date Author Comment
20d1be4c 08 April 2013 08:26 PM Mikaël Ates

facturation: display more details on invoicing details page.

38c89917 08 April 2013 08:26 PM Mikaël Ates

facturation: invoicing stat method returns patients with missing policy.

edf91555 08 April 2013 08:26 PM Mikaël Ates

facturation: updates in not CMPP acts listings function.

Return list of patients with missing healthcare policy information
in acts listing function for CAMSP and SESSAD.
Use setdefault when possible.
Use iteritems() instead of items() when possible.
863f59f5 08 April 2013 05:58 PM Thomas Noël

b2: multiple batch in a B2 file

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)

View revisions

Also available in: Atom