Commit Graph

263 Commits

Author SHA1 Message Date
Raphael Michel
36f3a815a1 Fixed a bug in Order._is_still_available 2016-04-04 10:33:53 +02:00
Raphael Michel
fdff5e7a98 Switched from LESS to SASS 2016-03-31 20:08:27 +02:00
Raphael Michel
1011893543 Fixed #107 and fixed #125 -- Periodic cleanup tasks 2016-03-26 19:10:31 +01:00
Raphael Michel
6e60332948 Fixed #133 -- Transparent quota calculation 2016-03-26 15:27:57 +01:00
Raphael Michel
1cd0c1f53b Refs #102 -- Added multiple-choice question types 2016-03-26 12:47:44 +01:00
Raphael Michel
112a309a0e Fixed #106 -- added pay-what-you-want tickets 2016-03-24 18:01:09 +01:00
Raphael Michel
abf5af4253 Fixed bugs in LazyI18nString.__eq__ 2016-03-24 17:09:11 +01:00
Raphael Michel
f80a9a7ec3 Fixed a bug in invoicing 2016-03-24 14:12:20 +01:00
Raphael Michel
be4435cdd8 Added test for serialization of LazyI18nString in settings 2016-03-24 14:12:20 +01:00
Raphael Michel
7aa944e128 Fixed a bug in LazyI18nString.__bool__ 2016-03-24 12:58:27 +01:00
Raphael Michel
b2f703ffc0 Fixed a bug in LazyI18nString 2016-03-22 18:55:34 +01:00
Raphael Michel
9c44159bb6 Added option to show remaining quota to users 2016-03-22 18:39:28 +01:00
Raphael Michel
9fb3ccbde8 Implemented LazyI18nString.__bool__ to return False on empty strings 2016-03-22 18:03:44 +01:00
Raphael Michel
842b058efd Fixed an quota calculation issue 2016-03-22 17:43:35 +01:00
Raphael Michel
70067fd91a Refs #126 -- Show order history 2016-03-22 13:04:38 +01:00
Raphael Michel
8ee606f0d6 Fixed an encoding error 2016-03-21 18:04:47 +01:00
Raphael Michel
fde5fffd3c Fixed localization and error reporting with exceptions thrown in celery 2016-03-21 17:50:55 +01:00
Raphael Michel
047e5bb067 Refs #105 -- Variation support for vouchers 2016-03-20 11:46:55 +01:00
Raphael Michel
05aed0182e Keep lock duration as small as possible 2016-03-20 10:54:41 +01:00
Raphael Michel
0355d22114 Refs #118 -- Asynchronous order cancelling 2016-03-20 10:40:18 +01:00
Raphael Michel
ecdeb7c79f Fixed an AttributeError when refunding an order 2016-03-19 20:43:05 +01:00
Raphael Michel
4272959ba7 Fixed a bug in LazyI18nString.LazyGettextProxy 2016-03-15 18:47:38 +01:00
Raphael Michel
1f665e6f48 Use a context manager for temporary locale switches 2016-03-15 17:59:32 +01:00
Raphael Michel
1d8f2034de Localize the answers to boolean questions 2016-03-15 17:26:23 +01:00
Raphael Michel
7f524af79a Fixed translation issues 2016-03-15 17:17:33 +01:00
Raphael Michel
8812da5325 Fixed a wrong locale string 2016-03-15 17:09:32 +01:00
Raphael Michel
9efce8f203 Fixed #132 -- Reverse payment fee calculation 2016-03-13 19:10:45 +01:00
Raphael Michel
5ab78b4576 Refs #131 -- Basic implementation of invoicing 2016-03-13 16:05:31 +01:00
Raphael Michel
0f054416fc Fixed a problem with creationg OrderPositions 2016-03-12 12:22:15 +01:00
Raphael Michel
f095cded08 Fixed #23 -- Tax handling for payment fees 2016-03-11 21:55:52 +01:00
Raphael Michel
80200157e3 Fixed bug in last commit 2016-03-10 22:41:55 +01:00
Raphael Michel
3d7dccb8fb Fixed #115 -- Incorrect usage of storage API 2016-03-10 22:32:29 +01:00
Raphael Michel
ad3eb59e6a Fixed #86 -- Decide about variations at product creation 2016-03-10 22:18:53 +01:00
Raphael Michel
6f235f4b18 Refs #127 -- Go even further with SMTP testing 2016-03-10 21:18:51 +01:00
Raphael Michel
10233071c4 Fixed a bug concerning the FreeOrderProvider 2016-03-10 00:43:18 +01:00
Raphael Michel
1cd64f40eb Resolve warnings from modern flake8 2016-03-03 18:35:37 +01:00
Raphael Michel
5cdcc62d8a Re-add secrets to OrderPositions 2016-03-03 18:15:28 +01:00
Raphael Michel
b1715fc442 Made InvoiceAddress importable from models package 2016-02-23 08:54:14 +01:00
Raphael Michel
e29f19e96b Fixed #29 -- "Shop is live" flag 2016-02-22 21:53:08 +01:00
Raphael Michel
4f35a16787 Event dashboard with a flat design and plugin hooks 2016-02-22 16:14:01 +01:00
Raphael Michel
14e5134890 Added invoice addresses 2016-02-22 13:49:15 +01:00
Raphael Michel
ee57fe8310 Added favicon 2016-02-19 15:26:54 +01:00
Raphael Michel
3c62ea5878 Fixed broken reference to Versionable 2016-02-17 13:16:32 +01:00
Raphael Michel
640fc5f230 Item.tax_rate should not be nullable 2016-02-11 18:19:20 +01:00
Raphael Michel
febf352159 Fixed #120 -- Explicitly sotre tax values 2016-02-11 17:39:20 +01:00
Raphael Michel
0741c00133 Fixed #119 -- Explicitly set decimal rounding mode 2016-02-11 17:27:29 +01:00
Raphael Michel
417539d101 Resend link option for admin 2016-02-11 17:22:20 +01:00
Raphael Michel
fe6bcd2e9e Fixed broken database transaction grouping 2016-02-11 16:58:02 +01:00
Raphael Michel
f18a180ae4 Added voucher redemption 2016-02-11 16:41:22 +01:00
Raphael Michel
6e22149a21 UI for creating and chacnging vouchers 2016-02-09 11:47:16 +01:00