Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
8734280c 25 October 2012 02:41 PM Jérôme Schneider

agenda: add a notification when a description is modify

  • agenda/templates/agenda/index.html: add a notification when a
    description is modify
  • ressources/admin.py: remove SalleManager
2e831b02 25 October 2012 02:28 PM Benjamin Dauvergne

fix missing imports

a87d6ad7 25 October 2012 02:24 PM Jérôme Schneider

agenda: description is now editable

66dba99d 25 October 2012 12:54 PM Benjamin Dauvergne

set default time input format to %H%M

53e6724e 25 October 2012 12:36 PM Benjamin Dauvergne

add all ressources models to the admin

953e78f7 25 October 2012 12:08 PM Benjamin Dauvergne

add initial_data.json fixture containing base service instances

03aa8f60 25 October 2012 12:08 PM Benjamin Dauvergne

rename fixtures init.json to admin_user.json

1e95aa98 25 October 2012 12:06 PM Benjamin Dauvergne

fix Retourner à l'accueil link in agenda/index.html template

8d79913e 25 October 2012 12:03 PM Benjamin Dauvergne

improve display code for the EventAct model

8dbb1acb 25 October 2012 12:03 PM Benjamin Dauvergne

initialize doctors field of the Act model when creating a new appointment

55a8e535 25 October 2012 12:03 PM Benjamin Dauvergne

improve display code for the Act model

0557772d 25 October 2012 11:19 AM Benjamin Dauvergne

remove cale_base application

d384f3c9 25 October 2012 11:14 AM Benjamin Dauvergne

move fixtures at the root of the project

c9736177 25 October 2012 11:08 AM Benjamin Dauvergne

move static files in a directory at the project root

3e884a8c 25 October 2012 11:05 AM Benjamin Dauvergne

restore agenda activation on display

1a622a74 25 October 2012 10:58 AM Jérôme Schneider

api: create a tastypie api which exposes Event object

you need to install django-tastypie module :
pip install django-tastypie

ec2639b7 24 October 2012 06:49 PM Jérôme Schneider

agenda: test if an occurrence have a room

5c602ee1 24 October 2012 06:40 PM Benjamin Dauvergne

add missing template for the appointment form

c1fa9f24 24 October 2012 06:37 PM Jérôme Schneider

agenda: improve appoinments presentation

7f9269be 24 October 2012 06:35 PM Benjamin Dauvergne

in new appointment form: use datepicker, initialize with currently selected agenda and current date

3087a41c 24 October 2012 04:59 PM Jérôme Schneider

dossiers: change templates name and fix views and forms

e92e5a1b 24 October 2012 04:19 PM Benjamin Dauvergne

implement new appointment dialog using ajax

e01a19ba 24 October 2012 04:19 PM Benjamin Dauvergne

make popup.html extends the base template

9357c318 24 October 2012 04:19 PM Benjamin Dauvergne

put mixin before parent class

d4eb7e7f 24 October 2012 03:54 PM Jérôme Schneider

templates: update names

8aedbfdb 24 October 2012 02:14 PM Benjamin Dauvergne

add a login template

e143ef56 24 October 2012 02:08 PM Benjamin Dauvergne

add calebasse.url_utils module

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

9572c5f7 24 October 2012 12:02 PM Jérôme Schneider

fixtures: add tuesday timetable for Sandy Kilo

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

bc57b8c4 23 October 2012 04:12 PM Benjamin Dauvergne

lowercase day names and month names in the jQuery Datepicker locale file

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

f268d83d 23 October 2012 11:29 AM Benjamin Dauvergne

css: align disponibilities to the top of the cell

0a82dcb8 23 October 2012 11:29 AM Benjamin Dauvergne

add a new appointment form

1da8cee7 23 October 2012 11:29 AM Benjamin Dauvergne

restore room in the event object

57706c3a 23 October 2012 11:29 AM Benjamin Dauvergne

fix date with timezone suffix

we do not use timezones anymore (USE_TZ=False)

7bb69210 23 October 2012 11:29 AM Benjamin Dauvergne

fix uninitialized variable

edae34d7 22 October 2012 11:16 PM Jérôme Schneider

agenda: OccurenceManager add range_occurences method

5f372104 22 October 2012 04:55 PM Jérôme Schneider

Agenda: add appointments management

  • agenda/appointments.py: add a class to display appointments
  • agenda/managers.py: add serives maangement to OccurtenceManager
  • agenda/views.py: small fix
  • personnes/models.py: cosmetic
538aedd7 22 October 2012 08:39 AM Jérôme Schneider

Agenda tempaltes: begin appointments integration

f8ad3b42 20 October 2012 08:15 PM Jérôme Schneider

Manage disponiblity and fix fixtures

  • calebasse/agenda/managers.py: add daily_disponiblity for OccurrenceManager
  • agenda/models.py: Occurence notes field is now a many to many
    relation
  • agenda/templates/agenda/index.html: add disponibility support...
0f0cacbb 20 October 2012 12:06 AM Jérôme Schneider

Agenda: begin graphic integration

0c0dd2ce 19 October 2012 06:19 PM Jérôme Schneider

Add fixtures with data for agenda

dfbedf34 19 October 2012 05:41 PM Jérôme Schneider

Improve models

  • calebasse/actes/models.py: move room column to occurrences
  • calebasse/agenda/managers.py: add room management
  • calebasse/cale_base/admin.py: add new tables
  • calebasse/models.py: Fix PhoneField and ZipField
  • calebasse/ressources/models.py: Fix
74c1e580 19 October 2012 09:22 AM Jérôme Schneider

Initial data with peoples

91365af6 17 October 2012 06:32 PM Jérôme Schneider

models: smalll fixes

  • calebasse/personnes/models.py: replace display_nom by display_name
  • calebasse/ressources/models.py: Service use NamedAbstractModel
e3c5afd2 17 October 2012 06:21 PM Jérôme Schneider

Update views, forms and urls for the new model

84091f2c 17 October 2012 05:43 PM Jérôme Schneider

agenda: add holidays management

9e738c5d 17 October 2012 04:41 PM Benjamin Dauvergne

supress Doctor model, improve people models, add a TimeTable model

The TimeTable allows to give the schedule of a worker in a specific
service by day of the week.

3c279673 17 October 2012 04:41 PM Benjamin Dauvergne

link acts to workers instead of doctors

limit the choice to worker whose type as the intervene flag.

9ceeb537 17 October 2012 04:40 PM Benjamin Dauvergne

add an intervene field to the WorkerType model

6351faa7 17 October 2012 04:39 PM Benjamin Dauvergne

add model field for weekday, add BaseModelMixin for a default repr() implementation

e39efb4a 17 October 2012 03:11 PM Jérôme Schneider

Fix models and improve event managers

1cba0446 17 October 2012 01:43 PM Benjamin Dauvergne

improve SchoolTeacher model

96f613c6 17 October 2012 01:37 PM Benjamin Dauvergne

rework models, rename them using english names

8ed8f7a4 17 October 2012 11:26 AM Benjamin Dauvergne

add localized model fields for zip code and phone numbers

0db45b73 16 October 2012 11:52 PM Benjamin Dauvergne

add therapeutes and personnel list to the agenda template context datas

f73e93e0 16 October 2012 11:52 PM Benjamin Dauvergne

in ServiceViewMixin, self.kwargs has not yet beend defined in dispatch()

862f00e1 16 October 2012 11:51 PM Benjamin Dauvergne

rename Facturation by Facture

e1926dd5 16 October 2012 11:50 PM Benjamin Dauvergne

add an abstract Manager to the abstract model ServiceLinkedManager

e9d6b103 16 October 2012 11:50 PM Benjamin Dauvergne

fix typo

1097fd0a 16 October 2012 11:35 PM Benjamin Dauvergne

move models around

942fc89c 16 October 2012 10:48 PM Benjamin Dauvergne

migrate cale_base to use the new Service model from ressources app

fa3f3b28 16 October 2012 10:47 PM Benjamin Dauvergne

tomerge

fdb1dbb0 16 October 2012 10:45 PM Benjamin Dauvergne

fix typo

97ac2ac0 16 October 2012 10:40 PM Benjamin Dauvergne

add initial data for services

4079f834 16 October 2012 10:40 PM Benjamin Dauvergne

add a service model to ressources app

22dfa9ef 16 October 2012 04:22 PM Benjamin Dauvergne

integrate agenda homepage template

c03a1381 16 October 2012 04:22 PM Benjamin Dauvergne

improve base template

3da0771b 16 October 2012 04:22 PM Benjamin Dauvergne

add missing jquery files

6147bb03 16 October 2012 04:22 PM Benjamin Dauvergne

set default date formats for the fr locale

e04509f6 16 October 2012 04:22 PM Benjamin Dauvergne

handle a generic date arguments to urls in cbv.py

1045b31d 16 October 2012 04:22 PM Benjamin Dauvergne

add a popup mode to the base template

99b78b41 16 October 2012 04:22 PM Benjamin Dauvergne

fix jquery urls in the base template

f83c9d7e 15 October 2012 07:09 PM Jérôme Schneider

[models] add fund (caisse) and organizations

87018c8e 15 October 2012 07:09 PM Jérôme Schneider

[Models] Add schools and oranizations

895e1d4a 15 October 2012 03:17 PM Frédéric Péters

templates: filled footer with software name and copyright

a6070101 15 October 2012 03:12 PM Frédéric Péters

settings: add example settings file, to match informational message

37f55fb9 13 October 2012 04:47 PM Benjamin Dauvergne

implement the personnel homepage using the base template

26cb36f6 13 October 2012 04:45 PM Benjamin Dauvergne

plug auth urls.py, rename app urls to conform with homepage, makes cmpp the default homepage

de9427e2 13 October 2012 04:45 PM Benjamin Dauvergne

use generic cbv subclasses in apps urls.py

b9390ab1 13 October 2012 04:44 PM Benjamin Dauvergne

add the request context processor

c15cd5d6 13 October 2012 04:36 PM Benjamin Dauvergne

implement homepage for services

ba7d8f2b 13 October 2012 04:35 PM Benjamin Dauvergne

extract base template from mockups

5e0f0c15 13 October 2012 04:35 PM Benjamin Dauvergne

add subclasses of generic class based views for global template variables

cd40f821 13 October 2012 02:44 PM Benjamin Dauvergne

add style files from mockups

e59e5bc3 12 October 2012 07:38 PM Benjamin Dauvergne

plug new application in the global url routing

998ef74c 12 October 2012 07:38 PM Benjamin Dauvergne

new application "ressources"

1f724c01 12 October 2012 07:38 PM Benjamin Dauvergne

new application "personnel"

fd0f45e5 12 October 2012 07:38 PM Benjamin Dauvergne

new application "facturation"

5ae15fa7 12 October 2012 07:38 PM Benjamin Dauvergne

new application "acte"

da64143d 12 October 2012 07:38 PM Benjamin Dauvergne

new application "dossier"

882cbc2e 12 October 2012 07:38 PM Benjamin Dauvergne

add base templates for normal and popup pages

8fe9b477 12 October 2012 06:21 PM Jérôme Schneider

Init fixture and expose Service in admin

061b85b6 11 October 2012 09:40 PM Benjamin Dauvergne

doc_template: add RTF encoding of unicode values