Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

calebasse / calebasse / facturation / migrations @ 99a62b84

Name Size Revision Age Author Comment
0001_initial.py 52.4 KB f528653d over 11 years Benjamin Dauvergne southify the facturation app To fake the initi...
0002_auto__del_field_invoice_patient__add_field_invoice_patient_other_healt.py 54.3 KB c7941e40 over 11 years Benjamin Dauvergne facturation: fix migration 0002
0003_auto__add_field_invoice_policy_holder_address__chg_field_invoice_patie.py 53.2 KB 573306ed over 11 years Benjamin Dauvergne facturation: fix missing migration in commit 05...
0004_auto__add_field_invoice_patient_exit_date__add_field_invoice_patient_e.py 52.3 KB f28b22e1 over 11 years Benjamin Dauvergne facturation: record patient entry and exit date...
0005_auto__add_field_invoice_policy_holder_other_health_center.py 52.2 KB 2a0a0f7c over 11 years Thomas Noël facturation/models: add Invoice.policy_holder_o...
0006_auto__add_field_invoice_rejected.py 52.4 KB 273ce9f1 over 11 years Mikaël Ates facturation: rejection of invoice from invoicin...
0007_auto__add_field_invoice_policy_holder_management_code__add_field_invoi.py 55.1 KB 9b388e5a over 11 years Mikaël Ates dossiers: South migration script for Invoice ne...
0008_auto__add_field_invoice_first_tag__add_field_invoice_list_dates.py 55.3 KB 7aedc4d6 over 11 years Mikaël Ates facturation: add south migration script.
0009_auto__chg_field_invoicing_service__chg_field_invoice_invoicing.py 58.3 KB b63305ca over 10 years Mikaël Ates facturation: fix on_delete option.
0010_auto__chg_field_invoice_list_dates.py 57.8 KB 1434dd83 over 10 years Mikaël Ates facturation: fix too small invoice list_dates f...
__init__.py 0 Bytes f528653d over 11 years Benjamin Dauvergne southify the facturation app To fake the initi...

Latest revisions

# Date Author Comment
1434dd83 07 April 2014 11:03 AM Mikaël Ates

facturation: fix too small invoice list_dates field.

b63305ca 07 April 2014 11:01 AM Mikaël Ates

facturation: fix on_delete option.

7aedc4d6 22 May 2013 05:15 PM Mikaël Ates

facturation: add south migration script.

9b388e5a 08 April 2013 08:26 PM Mikaël Ates

dossiers: South migration script for Invoice new fields.

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.
2a0a0f7c 15 February 2013 12:44 AM Thomas Noël

facturation/models: add Invoice.policy_holder_other_health_center

With a migration :
$ migrate.py migrate facturation

f28b22e1 13 February 2013 11:14 PM Benjamin Dauvergne

facturation: record patient entry and exit date in invoices

This commit contains a migration, apply with:

./manage.py migrate facturation
573306ed 13 February 2013 02:13 PM Benjamin Dauvergne

facturation: fix missing migration in commit 05cadd08

c7941e40 13 February 2013 10:49 AM Benjamin Dauvergne

facturation: fix migration 0002

792d07a1 13 February 2013 12:30 AM Benjamin Dauvergne

facturation: remove link between Invoice and PatientRecord, keep all needed information in Invoice

View revisions

Also available in: Atom