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
Jérôme Schneider c48dcd4cb8 agenda: show an error when end of reccurence is before last billed act
Fixes #2929
2013-08-07 19:23:01 +02: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
templates/agenda agenda: don't authorized edition of patient for a periodic appointment 2013-07-15 17:05:01 +02: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: don't allow a periodicity to end before last billed act 2013-07-16 16:27:28 +02:00
forms.py agenda: show an error when end of reccurence is before last billed act 2013-08-07 19:23:01 +02:00
managers.py agenda: prevent possible double occurence of the same event in the EventManager.for_today() method 2013-01-28 16:55:35 +01:00
models.py agenda/dossier: display on appointments when a participant is missing (fixes #2039). 2013-07-03 13:20:26 +02:00
tests.py agenda: adapt tests to new Event/Act interactions 2013-01-10 11:48:10 +01:00
urls.py agenda: finish periodic events view 2013-01-28 00:50:56 +01:00
views.py agenda: don't allow a periodicity to end before last billed act 2013-07-16 16:27:28 +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.