Commit Graph

2449 Commits

Author SHA1 Message Date
Mikaël Ates 179a9cc193 Replace field of ident and amo using dictionnary. 2015-01-15 15:51:54 +01:00
Mikaël Ates d9fa9f6b0d Add the API code dictionnary using a json file. 2015-01-15 15:49:50 +01:00
Mikaël Ates e913563b75 Display more information. 2015-01-15 15:48:26 +01:00
Mikaël Ates 0f4fd66992 Convert string dates to datetime and display with short format. 2015-01-15 13:11:14 +01:00
Mikaël Ates 3a796ed892 Display all infos about people recorded on the cv2. 2015-01-14 16:00:44 +01:00
Mikaël Ates 233fda5f43 Test if cv2parser module is present. 2015-01-13 16:40:09 +01:00
Mikaël Ates fce3e1e61d Display a dialog for the reading of a cv2. 2015-01-13 16:37:56 +01:00
Mikaël Ates 6f6221a2cd Add helper function to get the most recent file using the date in its name. 2015-01-13 16:37:56 +01:00
Mikaël Ates 6452a96921 Button only visible for validator role. 2015-01-13 16:37:56 +01:00
Mikaël Ates eb7374357d Add a cv2 reader name field to Worker model. 2015-01-13 16:37:56 +01:00
Mikaël Ates aff120dfb9 Add a button in PR address tab to read a CV2. 2015-01-13 16:37:55 +01:00
Mikaël Ates 1eb103dd72 Settings to activate CV2 readind and set xml files path. 2015-01-13 16:37:55 +01:00
Mikaël Ates 50584085f2 dossiers: remove useless imports in urls file. 2015-01-13 16:37:10 +01:00
Mikaël Ates d3c20020b8 Prefere reverse to permalink and use slug and not name to build a url. 2015-01-13 12:48:53 +01:00
Mikaël Ates 9a7addab24 Fix filter and display of specific patient records in not cmpp services (fixes #6282 #3137) 2015-01-12 15:55:30 +01:00
Mikaël Ates b2f07b821c validation states : modify ABS_ESS_PPS to 'Absence ESS'. 2014-12-17 12:58:11 +01:00
Mikaël Ates c705f7cda4 gitignore: ignore files ending with a tilde. 2014-12-17 12:53:48 +01:00
Mikaël Ates affeff8742 dossiers: manage printing for the waiting queue and shorter paginated pages.
* Waiting queue page is similar to the quotation page. Since commit
      2c6641c8 printing is done differently. So it has been adapted to
      the waiting queue page.

    * Pages quotations and waiting queue paginated for 25 lines instead of
      50 (mainly done for a faster page display).
2014-12-17 12:47:00 +01:00
Mikaël Ates 37cdace1c1 dossiers : allow printing when no query. 2014-12-17 12:45:42 +01:00
Mikaël Ates 8bec338cb1 [agenda] Fix patient display_name missing on periodic event title on periodic events page.
Since commit e90f4c7328 the patient
    display name is not saved in the event title field anymore.

    Appointment building set event title with patient display_name but when
    an event is displayed without using appointement building step, the
    event type should be tested and if it is 1, event.patient.display_name
    must be used instead of event.title.
2014-11-30 08:41:09 +01:00
Mikaël Ates d27b1de75b facturation: fix not billable patients details and filtering (fixes #3137). 2014-11-28 00:17:20 +01:00
Mikaël Ates c29af9dd9c ressources: protect SocialisationDuration when deleting foreign key fields. 2014-11-27 14:58:01 +01:00
Mikaël Ates 97fbc1322c dossiers: add state date on quotation page and a bit of refactoring (fixes #5977). 2014-11-20 11:59:35 +01:00
Mikaël Ates 99a62b84f2 [facturation/b2] Fix b2 type1 dest org, change how b2 files are created (fixes #5802).
* The b2 type 1 destination organism is the real destination, not the
      policyholder health center destination organism.

    * b2() does not assert when the b2 file exists and has the regenerate switch
      to indicate if the file must be kept or regenerated. The swith can be set
      for the buildall() method. Then caling buildall will now recreate missing
      files by default.
2014-10-24 17:22:16 +02:00
Mikaël Ates 6bc674ea75 settings: TEMPLATE_DIRS is a list. 2014-10-14 10:00:26 +02:00
Mikaël Ates 861220e23c personnes: don't filter worker per service in access management (fixes #5667). 2014-10-13 16:19:09 +02:00
Jérôme Schneider 4294c2b4a1 test if pdftk binary exists before using it
Closes #5650
2014-10-08 18:15:50 +02:00
Mikaël Ates 0a4f779fa4 personnes: show inactive accesses and allow to re-active an access. 2014-10-07 17:39:22 +02:00
Mikaël Ates 01e321c760 personnes: allow userworker removing of an access. 2014-10-07 17:06:44 +02:00
Mikaël Ates 0c97658eab personnes: order access list by username. 2014-10-07 16:53:13 +02:00
Serghei Mihai 5a8330bb34 agenda: appointment and event editing dialog fix while adding groups
Closes #5635
2014-10-06 21:23:50 +02:00
Serghei Mihai 73afaff31d personnes: do not empty email field on user update form 2014-10-06 21:23:50 +02:00
Serghei Mihai d20ee7a9e4 personnes: preventing form autofilling on users update form
Closes #5452
2014-10-06 21:23:50 +02:00
Serghei Mihai 23e525bf69 preventing browser of autofilling the password change form
Closes #5449
2014-10-06 21:23:50 +02:00
Jérôme Schneider 9b58dc8370 dossiers: update transport cerfa to the last version
Closes #5473
2014-10-03 18:11:23 +02:00
Mikaël Ates d94f9a54f8 agenda: a clearer informative message on event exceptions. 2014-10-03 15:36:37 +02:00
Mikaël Ates 513fe1bdda Remove trailing whitespaces in models root file. 2014-10-03 09:59:55 +02:00
Mikaël Ates a869df8f3d dossiers: use the new comment field for addresses and contacts (fixes #4372). 2014-10-03 09:29:34 +02:00
Serghei Mihai c69fae347b dossiers: next schedules print fix
Closes #5595

Signed-off-by: Mikaël Ates <mates@entrouvert.com>
2014-10-03 09:12:45 +02:00
Serghei Mihai 02ce35550b agenda: reccuring appointment end date read only if related acts pointed
Closes #5594

Signed-off-by: Mikaël Ates <mates@entrouvert.com>
2014-10-03 09:06:59 +02:00
Jérôme Schneider 04eb569d56 settings: disable south test migrations
Refs #5469
2014-09-29 17:38:15 +02:00
Mikaël Ates 2a03cc832f dossiers: add a new comment field of PatientRecord for the comment of addresses and contacts tab. 2014-09-29 08:02:24 +02:00
Mikaël Ates a2e49cca18 agenda: prevent periodic modification and deletion if one act is not new. 2014-09-29 08:02:24 +02:00
Serghei Mihai c7a7ddf674 agenda: availabilities in schedules are service agnostic
Closes #5587
2014-09-26 15:19:57 +02:00
Serghei Mihai a943486280 agenda: lowering ponderation of departures to be sure it's always displayed
before arrivals

Closes #5465
2014-09-26 12:06:12 +02:00
Serghei Mihai 489f5bff1c dossiers: removing comment pre-formating
Closes #5475
2014-09-26 11:37:30 +02:00
Serghei Mihai bfe4ddfb6c agenda: emailing comment moved under 'Address' header
Closes #5474
2014-09-26 11:30:39 +02:00
Serghei Mihai c2424b7f85 agenda: removing highlighting on current anchor on act validation
Closes #5468
2014-09-26 09:30:42 +02:00
Serghei Mihai 68a9fcc45a agenda: availability bar doesn't care about events' services 2014-09-23 16:35:49 +02:00
Serghei Mihai fc9041128d agenda: holidays are not filtered by service for disponibility bar 2014-09-23 10:46:11 +02:00