Skip to content
This repository has been archived by the owner on Sep 5, 2022. It is now read-only.

v0.7

Compare
Choose a tag to compare
@S1SYPHOS S1SYPHOS released this 02 Jun 10:57
· 17 commits to main since this release

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 of Command
  • Rename class Shopkonfigurator to KNV
  • Move prop data & method get to class BaseClass
  • Move method convert_nan to class Command 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