Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

calebasse / calebasse / agenda @ e01a19ba

Name Size Revision Age Author Comment
  conf ba34dc24 about 12 years Jérôme Schneider Begin model * calebasse/agenda: swingtime for...
  templates 557bc2ea almost 12 years Jérôme Schneider agenda: first version of appoinments visualisat...
README 143 Bytes ba34dc24 about 12 years Jérôme Schneider Begin model * calebasse/agenda: swingtime for...
__init__.py 0 Bytes ba34dc24 about 12 years Jérôme Schneider Begin model * calebasse/agenda: swingtime for...
appointments.py 6.07 KB 748a6fb5 almost 12 years Jérôme Schneider agenda: should use new event room instead of oc...
forms.py 2.12 KB 7b28c0b2 almost 12 years Benjamin Dauvergne use autocompleting field for patient and partic...
managers.py 7.08 KB 557bc2ea almost 12 years Jérôme Schneider agenda: first version of appoinments visualisat...
models.py 4.79 KB 7f7d601b almost 12 years Benjamin Dauvergne remove unused import
tests.py 3.34 KB 84091f2c almost 12 years Jérôme Schneider agenda: add holidays management
urls.py 1.37 KB 8aedbfdb almost 12 years Benjamin Dauvergne add a login template
views.py 1.61 KB 557bc2ea almost 12 years Jérôme Schneider agenda: first version of appoinments visualisat...

Latest revisions

# Date Author Comment
8aedbfdb 24 October 2012 02:14 PM Benjamin Dauvergne

add a login template

7b28c0b2 24 October 2012 01:54 PM Benjamin Dauvergne

use autocompleting field for patient and participatns fields of the new appointment form

This new functionnality use the third party application
django-ajax-select.

  1. pip install django-ajax-select
81472d20 24 October 2012 01:54 PM Benjamin Dauvergne

remove unused import

748a6fb5 23 October 2012 10:07 PM Jérôme Schneider

agenda: should use new event room instead of occurence room

557bc2ea 23 October 2012 10:05 PM Jérôme Schneider

agenda: first version of appoinments visualisation

  • claebasse/agenda/appointments.py: improve and add free times management * calebasse/agenda/managers.py: add new methods to find smallest and
    biggest occurence in a range * agenda/templates/agenda/index.html: use true informations to display...
27a7d79c 23 October 2012 04:12 PM Benjamin Dauvergne

conserve selected participants when navigating the agenda

0e67026e 23 October 2012 03:01 PM Benjamin Dauvergne

makes EventManager inherit from django-model-utils InheritanceManager

django-model-utils must be installed with

  1. pip install 'django-model-utils<1.2.0'

It adds the new method select_subclasses(), to use like:

Event.objects.select_subclasses('event_act')
7f7d601b 23 October 2012 02:58 PM Benjamin Dauvergne

remove unused import

6b76bceb 23 October 2012 11:29 AM Benjamin Dauvergne

fix disponibility display

0a82dcb8 23 October 2012 11:29 AM Benjamin Dauvergne

add a new appointment form

View revisions

Also available in: Atom