This repository has been archived by the owner on Sep 5, 2022. It is now read-only.
v0.7
This release not only changes the license to GPL v3, it brings many new features and improved algorithms:
Features
- Adds base class
BaseClass
- Adds class
Webservice
- Adds data processing to class
Invoices
- Adds database subtask
get
for retrieving data - Adds subtasks to
db rebuild
for each data type - Adds support for regular PayPal payments
Changes
- Make class
Invoice
a subclass ofCommand
- Rename class
Shopkonfigurator
toKNV
- Move prop
data
& methodget
to classBaseClass
- Move method
convert_nan
to classCommand
for broader availability - Improve data structure for Shopkonfigurator data
- Improve
match_payments
algorithms - Use invoice data instead of re-parsing invoice files
- Switch to dictionary-based data storage
- Remove modules
payments
&receiver
- Remove UTF-8 declarations
Fixes
- Fix bug where taxes are empty lists
- Fix bug when coupons are used as payment
- Fix dates being wrong way round in method
match_dates