Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

calebasse / calebasse / facturation @ 9b388e5a

Name Size Revision Age Author Comment
  migrations 9b388e5a almost 12 years Mikaël Ates dossiers: South migration script for Invoice ne...
  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 ed91f09e almost 12 years Mikaël Ates Remove print statement.
models.py 44.5 KB e2e4192d almost 12 years Mikaël Ates facturation: add new fields to Invoice and buil...
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.03 KB 6c3d1192 almost 12 years Mikaël Ates facturation: remove debug statement.

Latest revisions

# Date Author Comment
9b388e5a 08 April 2013 08:26 PM Mikaël Ates

dossiers: South migration script for Invoice new fields.

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

facturation: add new fields to Invoice and build invoicing for not CMPP services.

  • Invoice can now register the management code.
  • Now use invoices to build the not CMPP invoicings.
6c3d1192 08 April 2013 08:26 PM Mikaël Ates

facturation: remove debug statement.

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

Remove print statement.

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.

View revisions

Also available in: Atom