agenda: add a notification when a description is modify
fix missing imports
agenda: description is now editable
set default time input format to %H%M
add all ressources models to the admin
add initial_data.json fixture containing base service instances
rename fixtures init.json to admin_user.json
fix Retourner à l'accueil link in agenda/index.html template
improve display code for the EventAct model
initialize doctors field of the Act model when creating a new appointment
improve display code for the Act model
remove cale_base application
move fixtures at the root of the project
move static files in a directory at the project root
restore agenda activation on display
api: create a tastypie api which exposes Event object
you need to install django-tastypie module :pip install django-tastypie
agenda: test if an occurrence have a room
add missing template for the appointment form
agenda: improve appoinments presentation
in new appointment form: use datepicker, initialize with currently selected agenda and current date
dossiers: change templates name and fix views and forms
implement new appointment dialog using ajax
make popup.html extends the base template
put mixin before parent class
templates: update names
add a login template
add calebasse.url_utils module
use autocompleting field for patient and participatns fields of the new appointment form
This new functionnality use the third party applicationdjango-ajax-select.
remove unused import
fixtures: add tuesday timetable for Sandy Kilo
agenda: should use new event room instead of occurence room
agenda: first version of appoinments visualisation
conserve selected participants when navigating the agenda
lowercase day names and month names in the jQuery Datepicker locale file
makes EventManager inherit from django-model-utils InheritanceManager
django-model-utils must be installed with
It adds the new method select_subclasses(), to use like:
Event.objects.select_subclasses('event_act')
fix disponibility display
css: align disponibilities to the top of the cell
add a new appointment form
restore room in the event object
fix date with timezone suffix
we do not use timezones anymore (USE_TZ=False)
fix uninitialized variable
agenda: OccurenceManager add range_occurences method
Agenda: add appointments management
Agenda tempaltes: begin appointments integration
Manage disponiblity and fix fixtures
Agenda: begin graphic integration
Add fixtures with data for agenda
Improve models
Initial data with peoples
models: smalll fixes
Update views, forms and urls for the new model
agenda: add holidays management
supress Doctor model, improve people models, add a TimeTable model
The TimeTable allows to give the schedule of a worker in a specificservice by day of the week.
link acts to workers instead of doctors
limit the choice to worker whose type as the intervene flag.
add an intervene field to the WorkerType model
add model field for weekday, add BaseModelMixin for a default repr() implementation
Fix models and improve event managers
improve SchoolTeacher model
rework models, rename them using english names
add localized model fields for zip code and phone numbers
add therapeutes and personnel list to the agenda template context datas
in ServiceViewMixin, self.kwargs has not yet beend defined in dispatch()
rename Facturation by Facture
add an abstract Manager to the abstract model ServiceLinkedManager
fix typo
move models around
migrate cale_base to use the new Service model from ressources app
tomerge
add initial data for services
add a service model to ressources app
integrate agenda homepage template
improve base template
add missing jquery files
set default date formats for the fr locale
handle a generic date arguments to urls in cbv.py
add a popup mode to the base template
fix jquery urls in the base template
[models] add fund (caisse) and organizations
[Models] Add schools and oranizations
templates: filled footer with software name and copyright
settings: add example settings file, to match informational message
implement the personnel homepage using the base template
plug auth urls.py, rename app urls to conform with homepage, makes cmpp the default homepage
use generic cbv subclasses in apps urls.py
add the request context processor
implement homepage for services
extract base template from mockups
add subclasses of generic class based views for global template variables
add style files from mockups
plug new application in the global url routing
new application "ressources"
new application "personnel"
new application "facturation"
new application "acte"
new application "dossier"
add base templates for normal and popup pages
Init fixture and expose Service in admin
doc_template: add RTF encoding of unicode values