Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size Revision Age Author Comment
  actes 55dfa03a almost 13 years Jérôme Schneider actes: fix last_validation state save into set_...
  agenda 32551648 almost 13 years Jérôme Schneider actes: fix build_act save comment, doctors and ...
  dossiers 9335a096 almost 13 years Jérôme Schneider Dossiers: fix oldest state deletion Fixes #2508
  facturation 3d7a840a almost 13 years Thomas Noël new invoice.batch logic (fix #2525) warning: e...
  fixtures fd8df939 about 13 years Mikaël Ates fixture: add one missing job.
  middleware 49507b49 over 13 years Mikaël Ates middleware: Create a middleware to grab the req...
  personnes a12cecdd almost 13 years Mikaël Ates personnes: reorder blocks on holiday page.
  ressources 7dd45876 almost 13 years Thomas Noël add hc_invoice in HealtCenter with a new migra...
  settings 48a85f96 about 13 years Jérôme Schneider actes: suppport act update (fix #2092)
  static fca68db0 almost 13 years Jérôme Schneider dossiers: show a notification message when a pl...
  templates c654d723 almost 13 years Mikaël Ates Update login fields labels.
__init__.py 0 Bytes 333a39ca over 13 years Benjamin Dauvergne rename project from aps42 to calebasse
api.py 1.59 KB e57e74db almost 13 years Jérôme Schneider api: fix new authorization management
cbv.py 12.1 KB 763013dd about 13 years Benjamin Dauvergne facturation: add a print button for CMPP valida...
choices.py 1.51 KB 158b10a6 about 13 years Thomas Noël dossiers/peoplecontact: add a type_of_contract ...
decorators.py 835 Bytes fd9769d7 about 13 years Mikaël Ates authorization: add decorators to restrict view ...
doc_templates.py 3.15 KB 061b85b6 over 13 years Benjamin Dauvergne doc_template: add RTF encoding of unicode values
exceptions.py 83 Bytes a95f286b over 13 years Jérôme Schneider Add Calebasse user event management for work an...
models.py 3.81 KB f528653d about 13 years Benjamin Dauvergne southify the facturation app To fake the initi...
pdftk.py 1.15 KB 775dcb4b about 13 years Benjamin Dauvergne remove dependency on fdfgen
urls.py 1.84 KB 5f8f4437 almost 13 years Mikaël Ates Remove bad import.
urls_utils.py 1.05 KB e143ef56 over 13 years Benjamin Dauvergne add calebasse.url_utils module
utils.py 1.48 KB 15db21c1 about 13 years Benjamin Dauvergne utils: superusers are superusers too
views.py 1.33 KB 90ff0811 almost 13 years Jérôme Schneider actes: improve presentation (#2092)
wsgi.py 1.11 KB 333a39ca over 13 years Benjamin Dauvergne rename project from aps42 to calebasse

Latest revisions

# Date Author Comment
3d7a840a 05 April 2013 02:37 PM Thomas Noël

new invoice.batch logic (fix #2525)

warning: execute this to init healthcenters hc_invoice
(redirections like in transmissions.csv from Faure)

----
from calebasse.ressources.models import HealthCenter

def redirect(from_, to):
hc_from=HealthCenter.objects.get(pk=from_)...

32551648 04 April 2013 11:16 AM Jérôme Schneider

actes: fix build_act save comment, doctors and last_validation_state

e57e74db 03 April 2013 11:34 AM Jérôme Schneider

api: fix new authorization management

55dfa03a 02 April 2013 05:48 PM Jérôme Schneider

actes: fix last_validation state save into set_state

981abc28 29 March 2013 05:55 PM Jérôme Schneider

actes: modify db to store the last validation state

Improve act search with last state : pointed, away, ...

WARNING this commit change the database :

./manage.py migrate actes

Fixes #2092

7dd45876 29 March 2013 03:21 PM Thomas Noël

add hc_invoice in HealtCenter

with a new migration directory :
./manage.py migrate ressources --fake 0001
./manage.py migrate ressources

504817bc 28 March 2013 03:14 PM Jérôme Schneider

actes: fix indent block

90ff0811 28 March 2013 12:09 PM Jérôme Schneider

actes: improve presentation (#2092)

9335a096 28 March 2013 10:53 AM Jérôme Schneider

Dossiers: fix oldest state deletion

Fixes #2508

5534cf1d 26 March 2013 07:34 PM Jérôme Schneider

agenda: sync act comment and event description when a new act is create
from an EventWithAct

Begin fixes #2602

View revisions

Also available in: Atom