Versie 0.7.1 MplusKASSA API Service 0.7.1

Releasedatum:
29-10-2014
Schema:
1.15.0
API:
0.7.1
GKS:
Niet GKS gecertificeerd

Installatiehandleiding


Sorteer op invoertijdstip Filter op 'Vereist aandacht bij installatie' Filter op 'Uitgelicht' Start presentatie


  • getArticlesInLayout now also returns the component articles, through the property componentArticles.

  • When a preparation method in getArticlesInLayout contains no text, the field name will be filled with a description of the attached article, if available.

  • quantity is now accompanied by decimalPlaces to be able to transfer decimal amounts. decimalPlaces indicates how many positions the comma should be shifted.

    For example, let's say we want to transfer the number 1,55: quantity = 155 decimalPlaces = 2

    Or the number 935,401: quantity = 935401 decimalPlaces = 3

    Finally, a round number, 50: quantity = 50 decimalPlaces = 0

  • When payTableOrder is requested with only part of an order, the API Service now actually checks the content of every order line, instead of simply comparing the number of lines. Because the old method caused issues when the new order had the same amount of lines as the old order, but with different amounts.

  • Images that are returned in the imageList through getProducts are now sorted by actual sequence number, instead of order of creation. That way any changes in that sequence are properly transferred.

  • Dealers

    Foutmeldingen over incorrecte databaseschemaversies worden nu niet meer in een dialoog getoond maar net zoals de rest van de uitvoer naar de console of het log gestuurd. (Het probleem met de dialoog was dat je hem niet zag als het programma als service draaide.)