Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

calebasse / calebasse @ 3bb50103

# Date Author Comment
3bb50103 08 April 2013 08:26 PM Mikaël Ates

facturation: trigger invoicing rendering from print button.

2f2a7de9 08 April 2013 08:26 PM Mikaël Ates

facturation: Add rendering functions for not CMPP services.

84340f4b 08 April 2013 08:26 PM Mikaël Ates

Add nir control key computation function to utils.

9b388e5a 08 April 2013 08:26 PM Mikaël Ates

dossiers: South migration script for Invoice new fields.

e2e4192d 08 April 2013 08:26 PM Mikaël Ates

facturation: add new fields to Invoice and build invoicing for not CMPP services.

  • Invoice can now register the management code.
  • Now use invoices to build the not CMPP invoicings.
6c3d1192 08 April 2013 08:26 PM Mikaël Ates

facturation: remove debug statement.

ed91f09e 08 April 2013 08:26 PM Mikaël Ates

Remove print statement.

3cd1c742 08 April 2013 08:26 PM Mikaël Ates

dossiers: add CAMSP state for the patient entry date.

20d1be4c 08 April 2013 08:26 PM Mikaël Ates

facturation: display more details on invoicing details page.

38c89917 08 April 2013 08:26 PM Mikaël Ates

facturation: invoicing stat method returns patients with missing policy.

edf91555 08 April 2013 08:26 PM Mikaël Ates

facturation: updates in not CMPP acts listings function.

Return list of patients with missing healthcare policy information
in acts listing function for CAMSP and SESSAD.
Use setdefault when possible.
Use iteritems() instead of items() when possible.
0aa40a2c 08 April 2013 08:26 PM Mikaël Ates

dossiers: display management code on contact tab.

4b569058 08 April 2013 08:26 PM Mikaël Ates

dossiers: add management_code field to PatientContact form.

f1738149 08 April 2013 08:26 PM Mikaël Ates

dossiers: remove print statement

2178a08f 08 April 2013 08:26 PM Mikaël Ates

dossiers: South migration script for PatientContact new field.

a4bee9e6 08 April 2013 08:26 PM Mikaël Ates

dossiers: add field management_code to PatientContact.

62805002 08 April 2013 08:26 PM Mikaël Ates

ressources: South migration script for ManagementCode.

2828e0c4 08 April 2013 08:26 PM Mikaël Ates

ressources: model ManagementCode used for billing by not CMPP services.

863f59f5 08 April 2013 05:58 PM Thomas Noël

b2: multiple batch in a B2 file

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

79bfd398 26 March 2013 07:16 PM Jérôme Schneider

api: fix calebasse Event save (tastipye api change)

https://github.com/toastdriven/django-tastypie/commit/d850758b088761a00f60a474f5b2d683dc1ec3c0
http://stackoverflow.com/questions/15157071/tastypie-nested-resources-cached-obj-get-takes-exactly-2-arguments-1-given

fca68db0 26 March 2013 05:48 PM Jérôme Schneider

dossiers: show a notification message when a place of birth is updated

Fixes #2605

5e76bb57 25 March 2013 06:37 PM Jérôme Schneider

dossiers: fix update main contactpatient

fixes #2604 #2565

c798e9ee 20 March 2013 12:03 PM Mikaël Ates

dossiers: hide comment column in past acts as it does not work.

9893156d 19 March 2013 04:35 PM Mikaël Ates

dossiers: show comment in last and next apponitments (fixes #2528).

1ea930b0 19 March 2013 03:24 PM Mikaël Ates

agenda: add datepicker to periodic event dialog (fixes #2451).

c654d723 19 March 2013 03:11 PM Mikaël Ates

Update login fields labels.

89a6a7b1 19 March 2013 02:44 PM Mikaël Ates

dossiers: remove flog column for list (fixes #2102).

6f890c89 19 March 2013 12:15 PM Mikaël Ates

Remove debug statements.

273ce9f1 19 March 2013 12:10 PM Mikaël Ates

facturation: rejection of invoice from invoicing detail view (fixes #2062).

Add a boolean field to Invoice to mark rejected invoices.
Require ./manage.py migrate facturation
Add a button that rejects an invoice. Each act of the invoice is marked
not billed and not cared. The invoice is marked rejected.
a12cecdd 19 March 2013 10:11 AM Mikaël Ates

personnes: reorder blocks on holiday page.

5b1b4469 19 March 2013 10:09 AM Mikaël Ates

personnes: give absence types on worker page.

e52ab81f 19 March 2013 10:07 AM Mikaël Ates

personnes: replace Congé by Absence (bis) (fixes #2594)

cb31cfc5 19 March 2013 10:04 AM Mikaël Ates

personnes: replace Congé by Absence (fixes #2594)

538e7917 18 March 2013 05:21 PM Mikaël Ates

facturation: hide teletransmission button.

64ec5b79 18 March 2013 05:20 PM Mikaël Ates

Show Facturation on homepage.

b9d6c60c 18 March 2013 05:11 PM Mikaël Ates

dossiers: Fix display of number of acts of healthcare.

5f8f4437 18 March 2013 04:56 PM Mikaël Ates

Remove bad import.

7a742662 07 March 2013 04:53 PM Jérôme Schneider

agenda: fix agenda ressources view

fixes #2570

5d625358 07 March 2013 03:32 PM Jérôme Schneider

dossiers: don't allow adresses selection for the current patient

fixes #2565

0e34ab8f 07 March 2013 02:12 PM Benjamin Dauvergne

facturation: generate invoice headers by batches no by healthcenter

fixes #2568

39ddd165 07 March 2013 01:43 PM Jérôme Schneider

dossiers: use model validator instead of form validator

27d44355 07 March 2013 12:17 PM Jérôme Schneider

dossiers acts: add migrations scripts and disable acts

36897737 07 March 2013 12:14 PM Jérôme Schneider

dossiers: twinning rank could not be null anymore and <=0 (fix #2566)

Warning this commit chnage the models :

./manage.py migrate dossiers
32061a0e 07 March 2013 10:13 AM Jérôme Schneider

dossiers: fix status delation

92d6fb7e 06 March 2013 02:38 PM Benjamin Dauvergne

agenda: change caption for events on periodic events listing page

4ad85397 06 March 2013 02:38 PM Benjamin Dauvergne

agenda: change Autre for Évènement in periodic event search form

9441e9c5 06 March 2013 11:59 AM Thomas Noël

b2: send batch one by one (for the time being)

f283921f 06 March 2013 11:28 AM Thomas Noël

facturation: don't create Invoice.number if it already exists

881c0e89 05 March 2013 03:08 PM Jérôme Schneider

agenda: remove ipdb ...

cfc76cd3 05 March 2013 02:59 PM Jérôme Schneider

actes: enable migrations for act :

this patch includes a migration:
./manage.py migrate actes --fake 0001
./manage.py migrate actes

d5ff7491 05 March 2013 02:50 PM Jérôme Schneider

static: cleaning css

7dae6e42 05 March 2013 02:46 PM Jérôme Schneider

agenda: pre select service into new event dialog fix #2526

84210b62 05 March 2013 09:59 AM Thomas Noël

facturation/b2: ticket=3 (soins part. exoneres)

(copie du B2 sorti de Faure)

4952abd0 04 March 2013 07:31 PM Jérôme Schneider

dossiers agenda: show confidential icon (fix #2149)

cf8a5ca9 04 March 2013 02:31 PM Jérôme Schneider

actes: don't allow billed act edition

1f5cae7f 01 March 2013 10:52 PM Jérôme Schneider

dossiers: manage switch last_state (fix #2516)

48a85f96 01 March 2013 03:39 PM Jérôme Schneider

actes: suppport act update (fix #2092)

85657e39 01 March 2013 12:00 PM Thomas Noël

facturation/transmission: fix "compostage" field

eb086941 27 February 2013 10:05 PM Jérôme Schneider

actes: begin act edition support

567c18f5 27 February 2013 10:05 PM Jérôme Schneider

actes: finish search

eef0f61d 27 February 2013 04:23 PM Thomas Noël

facturation/transmission: fixes...

- add MODE_ENCRYPT flag
- use gzip instead of zlib.compress
- add the last MIME delimiter ('--' at the end)

8416b9da 25 February 2013 04:39 PM Jérôme Schneider

actes: improve search

36dd6ab2 22 February 2013 06:46 PM Jérôme Schneider

actes: fix search and begin filters support

c236d932 22 February 2013 02:58 PM Thomas Noël

facturation: simplify, simplify...

87960f8f 22 February 2013 01:08 PM Thomas Noël

facturation/B2: ooops

79198d1a 22 February 2013 01:04 PM Thomas Noël

facturation/B2: fix mail construction (try to...)

ee2be5e8 22 February 2013 11:28 AM Benjamin Dauvergne

agenda: use same presentation for periodic events search form thant for dossiers search form, refs #2124

cd5d3611 22 February 2013 11:28 AM Benjamin Dauvergne

agenda: change captions in periodic events search form, refs #2124

65357a6e 21 February 2013 06:08 PM Jérôme Schneider

actes: complete act listing and use get instead of post for search

e3ca6d54 21 February 2013 05:32 PM Benjamin Dauvergne

agenda: in periodic events search form use same cross button thant in dossiers to reset form content, refs #2124

9858fcb7 21 February 2013 04:51 PM Benjamin Dauvergne

static: add non minified version of jQuery and jQuery-UI for debugging

6afd600b 21 February 2013 04:50 PM Benjamin Dauvergne

agenda: add a participant search field to the periodic event search form, refs #2124

1fb3aa0f 21 February 2013 04:27 PM Mikaël Ates

facturation: include prog'or export to IG (fixes #2093).

825ebd95 21 February 2013 04:25 PM Mikaël Ates

facturation: build export from invoicing.

37d37cae 21 February 2013 04:25 PM Mikaël Ates

facturation: utils to build import in the prog'or software

8e9ed408 21 February 2013 03:05 PM Benjamin Dauvergne

agenda: fix completion on rdv patient field in the periodic events view

adds a prefix to search form so that patient field does not collide with
same field name in periodic events dialog editor

refs #2124

ee05330b 21 February 2013 03:05 PM Benjamin Dauvergne

agenda: in periodic-events.html, use a datepicker with an open button for periodic events dialog editor

refs #2124

80f1e6c2 21 February 2013 03:05 PM Benjamin Dauvergne

agenda: in periodic-events.html enlarge date button in search form enough to show the complete date

refs #2124

ea5cc493 21 February 2013 03:05 PM Benjamin Dauvergne

agenda: in periodic-events.html show label as blocks

refs #2124

e9964395 21 February 2013 03:05 PM Benjamin Dauvergne

agenda: move inline style in periodic-events.html into style.css

2c226400 20 February 2013 12:42 PM Thomas Noël

facturation/transmission: use multipart/mixed MIME

35c450cf 20 February 2013 11:33 AM Thomas Noël

facturation/B2: MODE_TEST=False

d16381e2 19 February 2013 01:03 AM Benjamin Dauvergne

facturation: remove spacing around accounting number

9527a018 18 February 2013 04:12 PM Thomas Noël

facturation/b2: b2 now creates two files, B2 and SMIME

48f503d4 18 February 2013 04:10 PM Thomas Noël

facturation/transmission_utils.py: fix number of invoices (B2 type 5)

7faf7c82 18 February 2013 03:40 PM Thomas Noël

Merge branch 'master' of ssh://repos.entrouvert.org/calebasse

0cebd645 18 February 2013 03:39 PM Jérôme Schneider

dossiers: don't allow abortion of the last state (fix #2516)

c002b10a 18 February 2013 03:38 PM Thomas Noël

facturation/pdf: shifts bank-header box 1 cm down

57154f68 18 February 2013 11:18 AM Benjamin Dauvergne

facturation: improve position of checkmarks

0fe5adff 18 February 2013 11:18 AM Benjamin Dauvergne

facturation: fix old batch number dictionnary