Revision 52840f5e
Added by Mikaël Ates over 12 years ago
calebasse/facturation/views.py | ||
---|---|---|
55 | 55 |
context['patients_stats'] = patients_stats |
56 | 56 |
context['days_not_locked'] = days_not_locked |
57 | 57 |
elif self.service.name == 'CAMSP': |
58 |
(acts_not_locked, days_not_locked, acts_not_valide, |
|
59 |
acts_not_billable, acts_diagnostic, acts_treatment, |
|
60 |
acts_losts) = context['invoicing'].invoicing.get_stats_or_validate() |
|
58 |
context['invoicing'].get_stats_or_validate() |
|
61 | 59 |
elif 'SESSAD' in self.service.name: |
62 |
(acts_not_locked, days_not_locked, acts_not_valide, |
|
63 |
acts_not_billable, acts_bad_state, acts_missing_valid_notification, |
|
64 |
acts_accepted) = context['invoicing'].invoicing.get_stats_or_validate() |
|
60 |
context['invoicing'].get_stats_or_validate() |
|
65 | 61 |
return context |
66 | 62 |
|
67 | 63 |
#TODO: Invoicing summary |
Also available in: Unified diff
facturation: views for invoicing bu CMPP not yet ready.