facturation: add south migration script.
facturation: add fields to Invoice to keep info on acts.
git: add *.bz2 into gitignore
actes: add template to delete act
Fix #2876
actes: add an option to delete non billed act
Fixes #2876
facturation: fix invoice with acts check.
actes: new act save everithing including m2m
Fixes #2792
facturation: display new stats on facturation details.
facturation: add to invoicing a method to give new stats.
dossiers: show link for quotation listing.
dossiers: make search date labels for quotation listing more explicits.
dossiers: fix query filters on dates for quotation listing.
ressources: south migration script for CFTMEA model new field.
ressources: handle specific order of CFTMEA codes.
dossiers: prefix with '0' one digit nir key.
dossiers: add view and transport for 50742_03 generation.
dossiers: enlarge js dialog for prescription form.
dossiers: add last prescription log below the button.
dossiers: make a complete form for cerfa 50742_03.
dossiers: add model migration script.
dossiers: add prescription log model using cpickle for prescription choices dict.
dossiers: complete template of cerfa 50742_03.
dossiers: add date in transport prescription file name.
dossiers: allow to change date for transport prescription creation.
Format date in doc generated using django format utils (i10n).
Date formatting.
actes: stay on the same date after editing an act.
actes: add missing template for act rebilling.
facturation: change the order of use of healthcare at billing.
When there is an overlapping of coverage between healthcare, the most recent must be used, even if the previous one is not full.
That should not happen with two treatment HC because the overlapping is...
Remove trailling blank lines.
actes: Allow to rebill a single act if it was billed with the old system.
Display all adresses for selection in template-based document generation.
Check missing health center in template-based document generation.
Refresh template choices without reloading server.
Complete variables for template-based document generation.
Allow a silent mode for missing variables in template generation.
Add a test file with all variables for template generation.
settings: add missing patient subdirectory.
dossiers: add button in file tab and a bit of style for 50742_03 generation.
dossiers: add js and html for 50742_03 generation
dossiers: add view for 50742_03 generation with ph address selection.
dossiers: generation and completion of cerfa 50742_03 (prescription transport).
dossiers: Modify persistance if doc generated from rtf templates:
If USE_PATIENT_FILE_RTF_REPOSITORY_DIRECTORY is False and RTF_REPOSITORY_DIRECTORY is None, generated files are temporary.
If USE_PATIENT_FILE_RTF_REPOSITORY_DIRECTORY is True, assuming...
Handle temp file in making doc from rtf template.
agenda: only show 'courrier' link if a rtf template dir is set.
dossiers: limit to 5 the number of address rtf template variables.
dossiers: add second in generated filename to avoid colisions.
agenda: better null fiel handling at rtf generation.
agenda: enhance address js selection for rtf generation.
agenda: activate 'courrier' function.
actes: create act when a new event act is created
actes: fix new act dialog
Fix #2792
dossiers: change an imperative message to an indication.
tests: do not import missing add_price method
dossiers Fix automatic diag hc creation and rediag possibility.
agenda: add print button at the bottom of the all-agenda page.
dossiers: South script for last commit.
dossiers: allow to modify CmppHealthCareTreatment end_date.
dossiers: add comment column in past acts (fixes #2528).
facturation: higher bottom margin in invoicing rendering.
facturation: order not cmpp invoicing rendering sorted on the policy holder.
facturation: landscape and better display of not cmpp invoicing rendering.
facturation: authorize missing first name in invoicing rendering.
facturation: trigger invoicing rendering from print button.
facturation: Add rendering functions for not CMPP services.
Add nir control key computation function to utils.
dossiers: South migration script for Invoice new fields.
facturation: add new fields to Invoice and build invoicing for not CMPP services.
facturation: remove debug statement.
Remove print statement.
dossiers: add CAMSP state for the patient entry date.
facturation: display more details on invoicing details page.
facturation: invoicing stat method returns patients with missing policy.
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.
scripts: script to import management codes of policy holders.
dossiers: display management code on contact tab.
dossiers: add management_code field to PatientContact form.
dossiers: remove print statement
dossiers: South migration script for PatientContact new field.
dossiers: add field management_code to PatientContact.
scripts: script to import management codes for old soft.
ressources: South migration script for ManagementCode.
ressources: model ManagementCode used for billing by not CMPP services.
b2: multiple batch in a B2 file
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_)...
actes: fix build_act save comment, doctors and last_validation_state
api: fix new authorization management
requirements: force tastypie version
actes: fix last_validation state save into set_state
actes: modify db to store the last validation state
Improve act search with last state : pointed, away, ...
WARNING this commit change the database :
./manage.py migrate actes
Fixes #2092
add hc_invoice in HealtCenter
with a new migration directory : ./manage.py migrate ressources --fake 0001 ./manage.py migrate ressources
pgsql: add reinit-psql.sh which dump and apply the last db
actes: fix indent block
actes: improve presentation (#2092)
Dossiers: fix oldest state deletion
Fixes #2508
agenda / act: synchronise comment and description between EventWithActand Act
Fixes #2602
agenda: sync act comment and event description when a new act is createfrom an EventWithAct
Begin fixes #2602
api: fix calebasse Event save (tastipye api change)
https://github.com/toastdriven/django-tastypie/commit/d850758b088761a00f60a474f5b2d683dc1ec3c0http://stackoverflow.com/questions/15157071/tastypie-nested-resources-cached-obj-get-takes-exactly-2-arguments-1-given
dossiers: show a notification message when a place of birth is updated
Fixes #2605
dossiers: fix update main contactpatient
fixes #2604 #2565