Raphael Michel
bf9987e05f
Proper localization of Decimals
2017-02-01 18:46:04 +01:00
Raphael Michel
7120e95d2a
Fix #192 -- Disable bank import after last date of payments
2017-01-14 16:12:25 +01:00
Tobias Kunze
5e3087341c
Bankimport: Order transactions by their job's date ( #362 )
...
Leads to having the most recent unresolved transfers on top instead of
in between.
2016-12-17 11:44:31 +01:00
Brandon
d1357ed5c0
Fix #359 -- Specific error message for empty bank import. ( #363 )
...
* added specific error message for no file uploaded for empty bank import
added return statements to each if/elif/else for importing bank data file
fixed styling according to flake8
* fixed if else ordering
2016-12-17 11:43:47 +01:00
Tobias Kunze
b64fef4b08
Fix #327 -- Problems with banktransfer filtering ( #328 )
...
* Filter banktransfer comments aswell
* Make the filtering button actually filter bank imports
* Show empty list if search matches nothing
2016-11-22 13:58:01 +01:00
Raphael Michel
503f6dd06f
Use consistent flake8 settings everywhere and fix flake8 issues
2016-10-13 22:57:57 +02:00
Tobias Kunze
9db333bf80
Transactiontask ( #268 )
...
* Introduce TransactionAwareTask
As described in
https://blog.hypertrack.io/2016/10/08/dealing-with-database-transactions-in-django-celery/
* Use TransactionAwareTask instead of countdown
… to prevent race conditions when using a newly created object in a
task.
2016-10-10 16:38:06 +02:00
Raphael Michel
d43d6f485b
Fix #258 -- Add a comment field to bank transactions
2016-10-08 20:18:35 +02:00
Raphael Michel
79e1b6cb83
Bankimport: Add a delay before starting the background task
2016-09-24 17:27:18 +02:00
Raphael Michel
f27f98c769
Banktransfer: Do not allow concurrent import jobs
2016-09-21 23:03:55 +02:00
Raphael Michel
84fd7cb166
Merge remote-tracking branch 'remotes/flaviabastos/187_unify_canceled_spelling'
2016-09-21 19:07:15 +02:00
Flavia Bastos
8ef6439c44
Unify spelling of 'canceled'
...
Issue 187
Remove typeahead JS file.
2016-09-21 10:35:41 -06:00
Raphael Michel
1faacef9d4
Always process tasks through celery ( #245 )
2016-09-21 10:38:31 +02:00
Raphael Michel
4319082139
Banktransfer: Fixed retry button of duplicate transactions
2016-09-19 16:54:08 +02:00
Raphael Michel
074e7648b9
Bankimport: Fixed another typerror
2016-09-13 18:07:22 +02:00
Tobias Kunze
a073486c3e
Minor changes in translations
2016-09-09 19:59:46 +02:00
Raphael Michel
dae5d859db
Banktransfer: Big import refactoring
2016-09-08 20:43:05 +02:00
Raphael Michel
ef9c78df65
Banktransfer: Completely remove HBCI support
2016-09-07 23:15:43 +02:00
Tobias Kunze
3c8f9f5a62
Catch and display mail sending errors ( #215 )
2016-08-30 16:49:52 +02:00
Raphael Michel
1cb6c0e3da
Add more tolerance about handwriting in order code detection
2016-08-29 23:21:55 +02:00
Raphael Michel
72adbfb3bd
Banktransfer: Correct matching of longer order codes
2016-08-16 14:21:07 +02:00
Raphael Michel
fac9926542
Fixed error introduced in ff3c5dc
2016-08-14 21:05:18 +02:00
Raphael Michel
ff3c5dc6a4
Banktransfer: Reduce number of SQL queries during CSV import
2016-08-14 20:41:34 +02:00
Raphael Michel
1bdf332afd
Disable HBCI support
...
It does not work currently and it raises security and legal questions
that need to be answered first.
2016-06-13 09:18:44 +02:00
Raphael Michel
d133d2abff
Removed CleanerVersion layer [backwards-incompatible!]
2015-12-12 13:08:33 +01:00
Raphael Michel
705d8bd931
A better MT940 has become available on PyPI
2015-10-18 19:05:21 +02:00
Raphael Michel
2e9157cbef
Removed unused imports
2015-10-05 11:24:00 +02:00
Raphael Michel
c921ad9fd7
Added unit test for bank CSV import
2015-09-08 20:51:02 +02:00
Raphael Michel
9ab6cc52c7
Refs #40 -- Removed Python 3.2/3.3 support
2015-08-22 14:23:11 +02:00
Raphael Michel
3b17434ebf
Banktransfer: Do not warn about outgoing transfers without an order code
2015-08-21 11:39:19 +02:00
Raphael Michel
aed73b0c61
Changed plugin URL config to create better error messages,
...
fixed an import error
2015-08-20 22:45:24 +02:00
Raphael Michel
4f28c01692
Fixed #94 -- Improved UI for bankdata import
2015-08-20 22:27:30 +02:00
Raphael Michel
bec407f32e
Merge branch 'master' of github.com:pretix/pretix
2015-08-20 22:17:35 +02:00
Raphael Michel
b55b02f4b8
Banktransfer: Added experimental HBCI support
2015-08-20 21:53:10 +02:00
Raphael Michel
9ffd166214
Banktransfer: Allowed whitespace between slug and order code
2015-08-14 23:39:00 +02:00
Raphael Michel
e828d711bd
Used isort to order all import statements
2015-07-19 20:46:34 +02:00
Raphael Michel
db7ce98c1c
Fixed a bug in the banktransfer import
2015-07-14 20:31:33 +02:00
Raphael Michel
c13df5947c
Fixed reversed success/failure messages in banktransfer plugin
2015-06-30 09:18:37 +02:00
Raphael Michel
1f08dfda5c
Resolved flake8 warnings
2015-06-28 17:02:12 +02:00
Raphael Michel
fc907a2ec7
Refactor mark_paid out of models
2015-06-03 13:59:12 +02:00
Raphael Michel
49ea85caee
Resolve flake8 warnings
2015-06-03 13:25:26 +02:00
Raphael Michel
3df19a7c73
Consistently use messages framework in control
...
simplify redirect(reserve()) calls
2015-05-22 10:01:33 +02:00
Raphael Michel
d981998a40
Proper namespaces for plugin URLs
2015-04-16 09:35:18 +02:00
Raphael Michel
df524f31d5
Properly implement quota handling when receiving payments ( closes #11 )
2015-04-14 16:20:05 +02:00
Raphael Michel
93d53b52ca
Bank imports in MT940 format
2015-03-21 22:27:24 +01:00
Raphael Michel
9ec25d708b
Allow import bank data from CSV files
2015-03-21 22:03:39 +01:00