Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size Revision Age Author Comment
  templates f8f903c3 over 13 years Benjamin Dauvergne personnes: add periodicity fields to the TimeTa...
__init__.py 0 Bytes 1097fd0a over 13 years Benjamin Dauvergne move models around
admin.py 491 Bytes bc351677 over 13 years Benjamin Dauvergne use the VersionAdmin from django-reversion for ...
forms.py 6.79 KB f8f903c3 over 13 years Benjamin Dauvergne personnes: add periodicity fields to the TimeTa...
models.py 9.49 KB f8f903c3 over 13 years Benjamin Dauvergne personnes: add periodicity fields to the TimeTa...
tests.py 383 Bytes 1097fd0a over 13 years Benjamin Dauvergne move models around
urls.py 1020 Bytes f8f903c3 over 13 years Benjamin Dauvergne personnes: add periodicity fields to the TimeTa...
views.py 9.18 KB f8f903c3 over 13 years Benjamin Dauvergne personnes: add periodicity fields to the TimeTa...

Latest revisions

# Date Author Comment
f8f903c3 26 November 2012 12:26 PM Benjamin Dauvergne

personnes: add periodicity fields to the TimeTable model

The new fields are:
- week_offset, week_period to define a repeat pattern using a modulo
and an initial offset,
- week_parity, to define a repeat pattern based on the remainder modulo
2 of the ISO week number,...

65141e8b 21 November 2012 05:16 PM Benjamin Dauvergne

personnes: change model UserWorker by not using inheritance, it's useless there

You need to reinitialize you db after this commit.

Fixes #1999.

4f32afd3 21 November 2012 03:34 PM Benjamin Dauvergne

personnes: wrong field name, fix #1999

b2285544 21 November 2012 03:33 PM Benjamin Dauvergne

personnes: remove pdb tracepoint, fixes #1998

8e6fe119 21 November 2012 02:36 PM Jérôme Schneider

dossiers: fix last and next appoinment and add fixtures

1a43d77a 21 November 2012 12:16 PM Benjamin Dauvergne

personnes: add a gender field, fixes #1985

a39c35ec 21 November 2012 11:56 AM Benjamin Dauvergne

personnes: add a comment field to holidays usable for worker holidays, fixes #1986

It is also shown in the WorkerUpdate view in the list of holidays for
the worker.

14c6ef31 21 November 2012 11:18 AM Benjamin Dauvergne

personnes: show that services, start_time, end_time and start_date are required fields in personnes/worker_update_schedule.html template, fixes #1984

f194f81f 21 November 2012 11:04 AM Benjamin Dauvergne

personnes: show that services, start_time, end_time and start_date are required fields in personnes/worker_update_schedule.html template, fixes

52d3b722 21 November 2012 11:03 AM Benjamin Dauvergne

personnes,agenda: change timetable model to make it belong to multiple services, fixes #1982

Schema was changed, you must reinit your db.

View revisions

Also available in: Atom