Commit Graph

908 Commits

Author SHA1 Message Date
Frédéric Péters 40233178d5 remove unused imports 2013-01-23 09:43:21 +01:00
Frédéric Péters 315a95c410 add categories to workflow items 2012-11-14 16:36:26 +01:00
Thomas NOËL 57d9c320fd ezldap: use ignore_errors in EzMagicUser.get() 2012-11-08 10:56:42 +01:00
Thomas NOËL 66202643ba clicrdv: don't use comments 2012-11-08 10:37:03 +01:00
Frédéric Péters 92e723418b templates: switch to HTML5 doctype, and add lang attribute 2012-10-30 09:49:39 +01:00
Thomas NOËL f73e8c7ab2 update backoffice_help_url 2012-10-29 14:31:19 +01:00
Thomas NOËL fd55417ee6 Revert "update backoffice_help_url"
This reverts commit e42e9e2bb2.
2012-10-29 14:29:39 +01:00
Thomas NOËL e42e9e2bb2 update backoffice_help_url 2012-10-29 14:27:29 +01:00
Thomas NOËL 54a05fc551 hide payment workflow items if payment is disabled (fix #1779) 2012-10-18 10:25:33 +02:00
Thomas NOËL 830bbecc65 update french translations 2012-10-18 10:23:51 +02:00
Thomas NOËL 5ea09820de use formdata.get_visible_status() to display list of forms (fix #1788) 2012-10-18 10:19:56 +02:00
Thomas NOËL 51c19b32b3 update french translations 2012-10-17 09:38:23 +02:00
Thomas NOËL b8bf8d7a56 clicrdv: use %Hh%M format (#1777) 2012-10-16 14:50:33 +02:00
Thomas NOËL b5b83dcdab clicrdv: fix encoding in admin.ptl (fix #1784) 2012-10-16 09:17:37 +02:00
Benjamin Dauvergne afb3a45bbb domino: only show domino workflow for domino enabled sites 2012-10-15 15:50:42 +02:00
Benjamin Dauvergne edd4bf95ef domino: augment cache time in domino ws, fix logging 2012-10-15 15:45:42 +02:00
Benjamin Dauvergne 6af1644bd7 fix typo 2012-10-05 15:49:24 +02:00
Benjamin Dauvergne 700cf8e8de payments: add possibility to push parameters to the banking backend 2012-10-05 15:49:24 +02:00
Benjamin Dauvergne 403b921093 payments: replace PaymentWorkflowStatusItem.calculate_amount() using WorkflowStatusItem.compute() 2012-10-05 11:19:46 +02:00
Benjamin Dauvergne 5f8f0eae39 [domino] gives invoices a subject and a description by extracting details from Domino invoices 2012-10-05 11:19:45 +02:00
Thomas NOËL 5ed9207bef ezldap: use only "varnamed" fields in set_attributes_from_formdata (fix #1725) 2012-10-04 22:17:46 +02:00
Thomas NOËL cb056864a8 clicrdv: fix encoding for errors 2012-10-04 21:34:22 +02:00
Frédéric Péters 092eda8407 clicrdv: catch a more precise exception, and add an explanation 2012-10-04 15:08:32 +02:00
Frédéric Péters aa18beb55c backoffice: display some news in the homepage sidebar (#1681) 2012-10-04 14:58:31 +02:00
Frédéric Péters d1aea22687 clicrdv: add transitions on success/failure of cancellation (#1481) 2012-10-04 14:56:32 +02:00
Thomas NOËL f70edccf79 update french translations 2012-10-04 09:40:27 +02:00
Benjamin Dauvergne c1ed2ecfdb [payments] force amount to be a Decimal 2012-10-03 22:38:21 +02:00
Benjamin Dauvergne ab3b99cebf [payments] add possibility to mark an invoice as paid, and log it 2012-10-03 17:23:45 +02:00
Benjamin Dauvergne 36ce00d50a [payments] only strip string values 2012-10-03 16:55:49 +02:00
Benjamin Dauvergne 76d32c21f1 [domino] add a hiden button to launch the domino cronjob
This is for debugging purpose as long as the function is not stable.
2012-10-03 16:45:02 +02:00
Benjamin Dauvergne 6e4637be5f [domino] do not fail when unable to get a DominoWS object 2012-10-03 16:45:02 +02:00
Benjamin Dauvergne 61e5f2dfcb [domino] adapt to new ihm for the domino workflow element 2012-10-03 16:45:02 +02:00
Benjamin Dauvergne 80a67465ec [domino] does not overwrite existing children empty child records 2012-10-03 16:45:02 +02:00
Benjamin Dauvergne da0a2a546b [domino] when checking due amount, use the amount_due field not the amount field 2012-10-03 16:45:02 +02:00
Benjamin Dauvergne aa79ab49df [domino] remove debugging statement 2012-10-03 16:45:02 +02:00
Benjamin Dauvergne 06e81b919f [domino] pass a logger as argument in the DominoWS constructor 2012-10-03 16:45:02 +02:00
Benjamin Dauvergne 5001e96ffb [domino] format date before sending them to the ws 2012-10-03 16:45:02 +02:00
Benjamin Dauvergne 6c9aa78081 [domino] log when it's impossible to get a connection to the web service 2012-10-03 16:45:02 +02:00
Benjamin Dauvergne bc4e32b106 [payments] add method to Invoice for getting at the user and username 2012-10-03 16:45:01 +02:00
Benjamin Dauvergne 40733e9867 [payments] add quick and dirty invoice listing
It also implements some pagination.
2012-10-03 16:45:01 +02:00
Benjamin Dauvergne 311bea1674 [domino] amount for newly imported invoice is reste_du not amount 2012-10-03 16:45:01 +02:00
Benjamin Dauvergne e04275173c [domino] do not import invoices whose reste_du is zero 2012-10-03 16:45:01 +02:00
Benjamin Dauvergne d6a9ec110c [domino] only use one button for updating/creating families 2012-10-03 16:44:58 +02:00
Frédéric Péters e915d3693a backoffice: do not display the user-label field by default
It will most most often be redundant as the formdata itself will have a name
field. (#1722)
2012-10-02 10:24:33 +02:00
Thomas NOËL a3aadf6ac3 clicrdv: fix date format (fix #1664) 2012-10-01 16:48:01 +02:00
Thomas NOËL 37e99f8c46 abelium: don't crash if "suds" is not installed 2012-09-27 16:05:51 +02:00
Thomas NOËL 673dad0139 translations update (french)
just for some "abelium" strings
2012-09-27 14:57:57 +02:00
Thomas NOËL 1fa4112b09 abelium workflow: really use log_msg 2012-09-27 14:57:27 +02:00
Thomas NOËL 9d5cac9fa6 clicrdv: display only intervention name (no length or price) 2012-09-27 14:49:21 +02:00
Benjamin Dauvergne 84fd22a049 [domino] finish family update workflow
- when creating or updating a family, store the family.code_interne value into
  the user object for later retrieval,
- add web service API to retrieve person to contact for children
2012-09-24 16:15:36 +02:00