Releases: mygento/kkm
Releases · mygento/kkm
Support of ATOL v.4
- Added support of Atol version 4 (ФФД 1.05)
- Added grid with all KKM statuses.
- Added feature to create kkm status entity through backend (to remove Kkm Failed status from order)
Added VAT 20 and 20/120 support
Vat 18 and Vat 118 marked as deprecated
Fixed negative qty and price for corrupted orders
- Fixed negative qty for some currupted orders
- Fixed negative prices when recalculated items should be splitted
- Fixed getQty() on null if order instance is processing
- Fixed item ids as keys after recalculation
- Added autotests to build
Patch to prevent infinite loop (with payment method which uses transactions)
1.1.6.1 [NN-347] Fix to prevent infinite loop with payment module which uses …
Fixed time of log records
Fixed time of log records
Fixed incorrect Order's statuses. Added extra indexes to table
- Added ability to generate PhpUnit test data for dataProvider based on any Invoice or Creditmemo
- Fixed status "Processing" of the Order if Atol does not respond
- Fixed status "KKM Failed" of the Order when it is not required
- Fixed incorrect time of kkm log records
- Added indexes to
mygento_kkm_status
table - in order to fix DEADLOCKs on the table
Decreased required php version to 5.4
1.1.4.1 [NN-259] Fixed boolval() method to php 5.4
Added 2 algorithm features: Disable calculation & Split items
New features:
- Disable calculation
- Spread discount evenly on all units
- Split item with different prices (in order to keep original rowTotal)
- Button to download Json of the order (in order to send json manually to ATOL)
Feature to fix incorrect Magento calculation in GrandTotal
- Feature to fix incorrect Magento calculation in GrandTotal (e.g. 12999.99 instead of 13000.00)