This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
calebasse/calebasse/agenda
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
..
conf agenda/actes/dossiers: move Occurence fields into Event, add recurring events support 2012-12-31 17:24:35 +01:00
management agenda: remove createacts command, it is no more needed 2013-01-28 11:41:08 +01:00
migrations agenda/migrations: rename migration to fix periodicities 2014-04-11 16:10:32 +02:00
templates/agenda [agenda] Fix patient display_name missing on periodic event title on periodic events page. 2014-11-30 08:41:09 +01:00
templatetags agenda: add some filters. 2013-06-21 11:01:12 +02:00
README Begin model 2012-09-19 17:41:13 +02:00
__init__.py Begin model 2012-09-19 17:41:13 +02:00
admin.py agenda/actes/dossiers: move Occurence fields into Event, add recurring events support 2012-12-31 17:24:35 +01:00
appointments.py agenda: availabilities in schedules are service agnostic 2014-09-26 15:19:57 +02:00
forms.py agenda: prevent periodic modification and deletion if one act is not new. 2014-09-29 08:02:24 +02:00
managers.py agenda: displaying overlapping appointments is a service option 2014-09-16 16:53:11 +02:00
models.py agenda: prevent periodic modification and deletion if one act is not new. 2014-09-29 08:02:24 +02:00
tests.py agenda: adapt tests to new Event/Act interactions 2013-01-10 11:48:10 +01:00
urls.py ressource disponibility view refactored 2014-03-28 11:56:05 +01:00
views.py agenda: availability bar doesn't care about events' services 2014-09-23 16:35:49 +02:00

README

This Django module is based on django-swingtime
https://code.google.com/p/django-swingtime/

django-swingtime is copyright by David A. Krauth.