Commit Graph

1693 Commits

Author SHA1 Message Date
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
Raphael Michel
27ef34754c Fixed a bug in order confirmations 2016-02-09 10:56:57 +01:00
Raphael Michel
7a9930954c Added voucher data model [backwards incompatible] 2016-02-09 10:42:35 +01:00
Raphael Michel
55a501cb93 Refs #118 -- Asynchronous cart position removal 2016-01-13 11:51:25 +01:00
Raphael Michel
dc0852f54f Made event an optional parameter of mail_send 2015-12-13 18:20:16 +01:00
Raphael Michel
a114aa11f4 Fixed #45: Custom SMTP server 2015-12-13 17:56:35 +01:00
Raphael Michel
7e69d8ea10 Moved sender and prefix settings to mail page 2015-12-13 17:36:36 +01:00
Raphael Michel
d8ca0d527e Fixed #42 -- Configurable e-mail texts 2015-12-13 17:33:38 +01:00
Raphael Michel
f748752391 Removed multi-dimensional item variations [backwards-incompatible] 2015-12-13 15:03:56 +01:00
Raphael Michel
84655449d9 Fixed problems with the I18nTextField widget 2015-12-12 23:49:35 +01:00
Raphael Michel
9df77c6c27 Removed usage of deprecated SubfieldBase metaclass 2015-12-12 23:18:00 +01:00
Raphael Michel
58b85819bc Added logging for all basic operations 2015-12-12 22:53:11 +01:00
Raphael Michel
83b5fa2fa6 Added a model for logging actions 2015-12-12 15:41:48 +01:00
Raphael Michel
d133d2abff Removed CleanerVersion layer [backwards-incompatible!] 2015-12-12 13:08:33 +01:00
Raphael Michel
0c9c9dd22c Indentation fix 2015-12-06 18:46:17 +01:00
Raphael Michel
90d62189b6 Removed an obsolete TODO statement 2015-12-06 18:34:40 +01:00
Raphael Michel
613c072ee6 Minor services optimizations 2015-12-06 18:32:29 +01:00
Raphael Michel
e70485e7fb Re-added the ability to restrict a product sale by time 2015-12-06 18:18:54 +01:00
Raphael Michel
4a1122a862 Fixed #108 -- Removed the restrictions system 2015-12-06 17:49:02 +01:00
Raphael Michel
411eb3c60f Got rid of an obsolete setting 2015-12-03 21:59:14 +01:00
Raphael Michel
ee93495fda Added a custom csrf failure view 2015-11-05 10:19:05 +01:00