Move cm data parsing into payment provider
authorMagnus Hagander <[email protected]>
Sat, 4 Jan 2020 15:40:59 +0000 (16:40 +0100)
committerMagnus Hagander <[email protected]>
Sat, 4 Jan 2020 15:40:59 +0000 (16:40 +0100)
commit56e40748726b2737f2455143433fc62dc17165be
tree72993cfadd2fa58b880eab476137300ddd869a6d
parent4671d148bb3268ca0a0d9d1d9eb40663f654e72d
Move cm data parsing into payment provider

This moves the guts of the parsing data over into the payment provider,
leaving the nightly batchjob to just call it. This is in preparation of
changes in pgeu-system that will support manual uploading of files with
bank transactions.

In light of the same preparation, also add instructions for how to
manually download the transaction list from cm. Not used today, but will
be by the new code once ready.
code/pgeusite/cmutuel/management/commands/cmscrape.py
code/pgeusite/cmutuel/util.py