Commit Graph

60 Commits

Author SHA1 Message Date
Serghei Mihai 3013665bc3 lingo remote regie draft 2015-08-14 11:01:40 +02:00
Serghei Mihai 32dc372d82 add paybox payment service (#8032) 2015-08-06 15:36:00 +02:00
Frédéric Péters e3ab0efe3e allow passing multiple amounts (#7471) 2015-06-05 17:05:30 +02:00
Frédéric Péters c63627ee7f lookup user from NameID using new mellon object 2015-05-12 17:34:48 +02:00
Frédéric Péters 90aa42e0dd add missing basket link template 2015-05-12 16:56:36 +02:00
Frédéric Péters 9425ba7a45 add a cell to be a short link to the basket 2015-05-12 16:39:03 +02:00
Frédéric Péters d5baf6b356 misc: fix testing environment where no user is available 2015-05-11 16:55:54 +02:00
Frédéric Péters 9ed0808042 general: declare new URLs and actions via django.apps (#6979) 2015-05-11 16:51:18 +02:00
Frédéric Péters d292d1daf1 misc: don't display cells to anonymous users 2015-05-11 16:25:02 +02:00
Frédéric Péters f1469521fd tests: add tests for basket cell 2015-04-21 22:00:09 +02:00
Frédéric Péters 425ed51436 tests: add tests for regie management interface 2015-04-21 22:00:06 +02:00
Frédéric Péters 43a4022946 track transaction status, handle cancellations (#6999) 2015-04-21 21:26:01 +02:00
Frédéric Péters 513bc434a2 tests: add initial test infrastructure 2015-04-21 15:41:26 +02:00
Frédéric Péters da9223dc9f declare success url for regie management views 2015-04-21 15:41:26 +02:00
Frédéric Péters 0d0d1284b7 add missing sys import 2015-04-03 16:06:32 +02:00
Frédéric Péters 561969e469 debian: add pydist-overrides for python-django-jsonfield 2015-04-03 16:01:27 +02:00
Frédéric Péters ed6f1e906a debian: lower down debian version to satisfy eobuilder 2015-04-03 16:01:21 +02:00
Frédéric Péters d53eabd87b debian: declare python-eopayment dependency 2015-04-03 16:01:17 +02:00
Frédéric Péters b154bd8e39 debian: add packaging automatically generated by stdeb 0.8.2 2015-04-03 16:01:15 +02:00
Thomas NOËL e6b8ff6d12 add VERSION in MANIFEST.in (fix versioning) 2015-03-31 16:05:40 +02:00
Frédéric Péters 523351b487 register manager page into combo (#6702) 2015-03-11 15:50:53 +01:00
Frédéric Péters fa837620d7 add basic management of regies (#6702) 2015-03-11 15:41:21 +01:00
Frédéric Péters 180534745c ignore django.mo files 2015-03-10 11:14:35 +01:00
Frédéric Péters b838063dd6 setup: build, ship and install .po and .mo files 2015-03-10 11:14:00 +01:00
Frédéric Péters 9340e18280 add French translations 2015-03-10 11:12:04 +01:00
Frédéric Péters 67ea2a61d0 hide combo cell types if no regie are defined 2015-03-09 16:03:24 +01:00
Frédéric Péters dc64004913 misc: ship missing files 2015-03-08 21:19:55 +01:00
Frédéric Péters 2e0f13fcdc general: replace jsonfield by django-jsonfield 2015-03-08 20:07:47 +01:00
Frédéric Péters 135beae29f remove unused imports 2015-03-07 14:57:36 +01:00
Frédéric Péters bbca361b5b add missing string qualifier 2015-03-07 14:54:39 +01:00
Frédéric Péters 949d65208b add a "recent transactions" combo cell 2015-03-07 14:02:13 +01:00
Frédéric Péters 5c933b7e43 use timezone.now() instead of datetime.now() 2015-03-07 14:01:24 +01:00
Frédéric Péters a68abcc60e notify wcs synchronously for now, with a short timeout 2015-03-07 14:00:17 +01:00
Frédéric Péters af28ed5275 notify wcs of paid items 2015-03-06 12:04:41 +01:00
Frédéric Péters 9a3856b5c5 add migration for ogone service 2015-03-06 12:04:22 +01:00
Frédéric Péters 0f8313f633 handle posting form and receiving callbacks 2015-03-06 10:47:55 +01:00
Frédéric Péters 9f7c119560 misc: declare ingenico (ogone) service 2015-03-05 17:22:59 +01:00
Frédéric Péters 6bd6e68941 send request to payment service 2015-03-05 17:02:52 +01:00
Frédéric Péters 9af86cef47 add initial migration 2015-03-05 17:02:25 +01:00
Frédéric Péters bdfdb3314e turn basket into a form 2015-03-05 16:18:17 +01:00
Frédéric Péters 961c3c2ac9 fill basket item with details from request 2015-03-05 16:02:32 +01:00
Frédéric Péters b6f397d599 templates: add i18n to basket template 2015-02-23 16:11:25 +01:00
Frédéric Péters 3ebe27ca13 misc: declare eopayment dependency 2015-02-23 15:42:43 +01:00
Frédéric Péters 5774b3a669 cell: mark itself as irrelevant if the basket is empty 2015-02-16 17:11:54 +01:00
Frédéric Péters ed0f6a4f0f general: be more lenient on django version number 2015-02-16 15:59:02 +01:00
Frédéric Péters fadb044125 add "my basket" combo cell type (#6290) 2015-02-16 15:59:02 +01:00
Frédéric Péters 174d5c28bb add api to add items to basket, with fake values for now 2015-02-08 16:04:03 +01:00
Frédéric Péters 626d142145 add basketitem model 2015-02-08 15:34:49 +01:00
Frédéric Péters 7337f37005 add api view to get list of regies 2015-02-08 15:16:12 +01:00
Frédéric Péters 86e3a5607c add simple model for regies 2015-02-08 15:16:12 +01:00