Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
0db1637f 13 February 2013 11:14 PM Benjamin Dauvergne

facturation: only consider invoicing for the same service when computing a batch number

f28b22e1 13 February 2013 11:14 PM Benjamin Dauvergne

facturation: record patient entry and exit date in invoices

This commit contains a migration, apply with:

./manage.py migrate facturation
c0111c01 13 February 2013 05:46 PM Jérôme Schneider

dossiers: open patient record into a new tab (fix #2365)

591ca598 13 February 2013 05:41 PM Benjamin Dauvergne

facturation: build batch of invoice files

b85f1d9a 13 February 2013 05:31 PM Benjamin Dauvergne

facturation: fix recording of ppa and computation of amount

also add a .decimal_ppa property to Invoice

1fe1c036 13 February 2013 05:31 PM Benjamin Dauvergne

remove debug statement

b13453c0 13 February 2013 05:31 PM Benjamin Dauvergne

facturation: use calebasse.pdftk in facturation.invoice_template

09630453 13 February 2013 05:31 PM Benjamin Dauvergne

add pdftk module

7b1fe0f8 13 February 2013 05:15 PM Jérôme Schneider

dossiers: extend new contact dialog to 900px

158b10a6 13 February 2013 04:48 PM Thomas Noël

dossiers/peoplecontact: add a type_of_contract (CMU, APE)

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

8af57959 13 February 2013 04:18 PM Thomas Noël

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

37cd45a0 13 February 2013 04:17 PM Thomas Noël

patientcontact_new.html: typo

e709c53e 13 February 2013 04:16 PM Jérôme Schneider

agenda: order events by id (fix #2366)

573306ed 13 February 2013 02:13 PM Benjamin Dauvergne

facturation: fix missing migration in commit 05cadd08

f9f1ab0d 13 February 2013 02:12 PM Benjamin Dauvergne

facturation: in invoices some fields must not be null

7f1f3811 13 February 2013 01:16 PM Mikaël Ates

actes: enhance get_hc_tag function

4b8fd7af 13 February 2013 12:16 PM Benjamin Dauvergne

facturation: extract address of the policy holder when building invoices

05cadd08 13 February 2013 12:16 PM Benjamin Dauvergne

facturation: add field to hold policyholder address

97bee351 13 February 2013 11:48 AM Jérôme Schneider

personnes: add field initials for workers (fix #2375)

This commit change the models to apply the new one use the following
commands :

./manage.py migrate personnes 0001 --fake
./manage.py migrate personnes
295d8d9e 13 February 2013 11:32 AM Mikaël Ates

facturation: add key to dic.

9eed5e4c 13 February 2013 11:30 AM Mikaël Ates

facturation: fix typo.

f9edfea1 13 February 2013 11:28 AM Mikaël Ates

facturation: fix missing import.

da8cf4cb 13 February 2013 11:26 AM Mikaël Ates

facturation: invoice has no more a patient field.

c7941e40 13 February 2013 10:49 AM Benjamin Dauvergne

facturation: fix migration 0002

ebe35728 13 February 2013 09:18 AM Mikaël Ates

facturation: declare Invoice manager.

1b28a039 13 February 2013 09:09 AM Mikaël Ates

ressources: price_at_date() must return the price value.

7bb77564 13 February 2013 09:02 AM Mikaël Ates

facturation: remove memory profiling statements.

b862cc76 13 February 2013 09:01 AM Mikaël Ates

facturation: policyholder patient field does not respect the naming convention.

792d07a1 13 February 2013 12:30 AM Benjamin Dauvergne

facturation: remove link between Invoice and PatientRecord, keep all needed information in Invoice

76090589 13 February 2013 12:30 AM Benjamin Dauvergne

facturations: improve db queries in list_acts_for_billing_first_round and list_acts_for_billing_CMPP_2

4e38c429 13 February 2013 12:30 AM Benjamin Dauvergne

facturation: optimize pricing of acts

d7cdd2a8 13 February 2013 12:30 AM Benjamin Dauvergne

ressources: add object to help in giving a price to acts

16e28edd 13 February 2013 12:30 AM Benjamin Dauvergne

facturation: remove dead imports

e8dec70c 12 February 2013 06:51 PM Mikaël Ates

facturation: fix list from dic in closed invoicing display.

9dc52fdd 12 February 2013 04:11 PM Jérôme Schneider

agenda: search worker by last_name fix #2473

07286094 12 February 2013 03:42 PM Thomas Noël

add a b2_000() method for HealthCenter (IRIS/B2)

a6638759 12 February 2013 03:16 PM Jérôme Schneider

dossiers: improve lookup patient display and fix #2497

f528653d 12 February 2013 02:59 PM Benjamin Dauvergne

southify the facturation app

To fake the initial migration do:

$ ./manage.py migrate --fake facturation

85b05796 12 February 2013 01:39 PM Benjamin Dauvergne

facturation: add invoice batch header template

698d6bd5 12 February 2013 01:39 PM Benjamin Dauvergne

settings: add french formatting for numbers

26c45baa 12 February 2013 01:39 PM Benjamin Dauvergne

facturation: add decimal_amount property to the invoice model

01c4328b 12 February 2013 01:39 PM Benjamin Dauvergne

facturation: add methods to reuse partial context when printing invoices

5539237c 12 February 2013 01:39 PM Benjamin Dauvergne

dossiers: add entry_date and exit_date properties to the PatientRecord model

80907767 12 February 2013 01:39 PM Benjamin Dauvergne

facturation: add helper method for start and end date of acts in an invoice

c4c63c3e 11 February 2013 06:16 PM Jérôme Schneider

dossiers: date_selected into PatientStateForm is a DateTime not a Date
(fix #2501)

668406bb 11 February 2013 04:19 PM Jérôme Schneider

dossiers: re-enable pause facturation and confidentiel inputs (fix #2499)

3db8d984 11 February 2013 02:14 PM Jérôme Schneider

agenda: order participants by last_name (fix #2376)

86687095 11 February 2013 12:22 PM Mikaël Ates

dossiers: at creation, the patient is the policyholder by default.

911bb7bd 11 February 2013 11:39 AM Mikaël Ates

dossiers: fix typo

f88bcdd2 08 February 2013 10:25 PM Benjamin Dauvergne

facturation: add module to create PDF invoices

The module needs fdfgen (added to requirements.txt) and pdftk (apt-get
install pdftk).

508b54f1 08 February 2013 06:05 PM Jérôme Schneider

dossiers: show absence state into search result and general tab (fix #2352)

e32de143 08 February 2013 04:50 PM Mikaël Ates

facturation : filter patient record with missing social care data.

952b981a 08 February 2013 04:16 PM Jérôme Schneider

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

dea76c1b 08 February 2013 04:08 PM Jérôme Schneider

agenda: fix group selection into new event (fix #2483)

1d10b2c6 08 February 2013 12:21 PM Benjamin Dauvergne

agenda: fix acts_cleaning(), attach acts to exceptions event when pointed, fixes #2461

0fa015f8 08 February 2013 12:21 PM Benjamin Dauvergne

agenda: fix multiple event creation at last

24eaef1a 08 February 2013 09:19 AM Mikaël Ates

facturation: use setdefault to init dict.

3212c9cb 08 February 2013 09:18 AM Mikaël Ates

dossiers: add healthcare status notification to display.

46ee4f48 08 February 2013 09:16 AM Mikaël Ates

dossiers: add healthcare status to the context.

81916a5f 08 February 2013 09:10 AM Mikaël Ates

dossiers: add patient record method to give healthcare status.

7812ebd9 08 February 2013 09:09 AM Mikaël Ates

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

c9387374 07 February 2013 06:23 PM Thomas Noël

transmission_utils.py: add commands in main()

... and delete useless build_capath.py

17861d43 07 February 2013 05:59 PM Jérôme Schneider

agenda: eventwithact delete associate act if act is not billed

3f445d67 07 February 2013 04:27 PM Thomas Noël

transmission_utils.py: an AC can have multiple certificate/crl/delta-crl

+ add MODE_* vars, delete useless Makefile

e0fa659d 07 February 2013 04:13 PM Jérôme Schneider

agenda: don't disabled worker in service activity (fix #2472)

a9f9972f 07 February 2013 03:29 PM Thomas Noël

transmission_utils.py: use IRIS instead of CP

c977c105 07 February 2013 11:45 AM Benjamin Dauvergne

agenda: fix today link on non homepage, fixes #2476

083e9b50 07 February 2013 11:45 AM Benjamin Dauvergne

agenda: restore the Event.save() method after running the monkey patch

5e9a0d7c 07 February 2013 10:49 AM Jérôme Schneider

dossiers: fix next_rdv(s) querystring

d0e477ae 07 February 2013 09:55 AM Jérôme Schneider

agenda: periodic form doesn't lock js events anymore (fix #2474)

8b5b3650 07 February 2013 08:09 AM Mikaël Ates

facturation: remove print statements.

fa696406 07 February 2013 07:44 AM Mikaël Ates

facturation: sort patient record for display in alphabetic order.

ac7cabe1 06 February 2013 05:23 PM Jérôme Schneider

dossiers: show exception into next_rdv(s) if the periodic limit date is
in the past (fix #2479)

59e8fca9 06 February 2013 05:21 PM Thomas Noël

transmission_utils.py: build_mail returns a filename

b7f22827 06 February 2013 05:06 PM Thomas Noël

iris/b2: add a build_capath.py script

128aa0a6 06 February 2013 05:00 PM Thomas Noël

transmission_utils.py: build IRIS/B2 mail

669cf6ef 06 February 2013 03:08 PM Thomas Noël

transmission_utils.py: add smime_payload (encrypt)

fcc58fae 06 February 2013 10:44 AM Jérôme Schneider

dossiers agenda: show recurrence exceptions if the date is after
end_date

ea764209 06 February 2013 09:58 AM Thomas Noël

beginnig of code for IRIS/B2 transmission

a24a400b 05 February 2013 10:00 PM Mikaël Ates

dossiers: enhance healthcare tab display.

3b1f5878 05 February 2013 09:59 PM Mikaël Ates

dossiers: add healthcare data in context.

6fd159cb 05 February 2013 09:58 PM Mikaël Ates

facturation: list billable act per patient.

416a1188 05 February 2013 09:57 PM Mikaël Ates

dossiers: add date to sessad healthcare form.

27bc0d25 05 February 2013 09:21 PM Mikaël Ates

dossiers: make sessad healthcare end date optionnal.

fdca1c29 05 February 2013 02:58 PM Jérôme Schneider

dossiers: show correct act date into patientrecord (fix #2461)

74d65534 05 February 2013 07:39 AM Mikaël Ates

facturation/ressources: move model PricePerAct, syncdb required.

638113d6 05 February 2013 07:31 AM Mikaël Ates

js: add date picker to hc form dates.

6635f582 05 February 2013 07:29 AM Mikaël Ates

actes: if time, add time to unicode string.

5b234990 05 February 2013 07:25 AM Mikaël Ates

dossiers: add field to hc form and check the nb of acts covered only when modifying.

15f8dbaa 05 February 2013 07:13 AM Mikaël Ates

dossiers: end date of treatment hc is one year after start date, not 1 y + 1 day.

4e4c4c50 04 February 2013 07:00 PM Jérôme Schneider

agenda: always show last name beafore first name (fix #2377)

8fa0047b 04 February 2013 11:03 AM Benjamin Dauvergne

agenda: when monkey patching save() on Act, restore the original method after execution, fixes #2460

4df43a9f 02 February 2013 07:27 AM Mikaël Ates

agenda: today link a bit more below the date selector.

40b56ec5 02 February 2013 07:27 AM Mikaël Ates

agenda: fix today link closing tag.

73148145 01 February 2013 05:48 PM Jérôme Schneider

personnes: fix #2311 stay on access page after delete

86aba266 01 February 2013 05:13 PM Jérôme Schneider

dossiers: fix #2385 use startwith to search patientrecord instead of
containt

ac3665d7 01 February 2013 04:29 PM Jérôme Schneider

dossiers: fix #2352 bold away into patient record search

6eded8d1 31 January 2013 06:42 PM Benjamin Dauvergne

agenda: when updating acts to match new list of occurences, update from the occurrence corresponding to the act date not the periodic one

392c5526 31 January 2013 11:46 AM Benjamin Dauvergne

agenda: periodic events list remove english text, refs #2124

6033f07b 31 January 2013 11:46 AM Benjamin Dauvergne

templates: add a today link to the datesel template, fixes #2445