Versie 1.3.0 MplusKASSA API Service 1.3.0

Releasedatum:
09-02-2015
Schema:
1.18.0
API:
0.9.0
GKS:
Niet GKS gecertificeerd

Installatiehandleiding


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


  • It is now possible to supply the deliveryAddress and invoiceAdress of an order. This is very useful when these are different from the normal address of the customer.

  • The sales prices of articles are now also sent through the property salesPriceList of the Article.

  • It is now possible to supply the deliveryMethod of an Order. Only predefined values may be used here. The available options can be requested through the API method getDeliveryMethods.

  • It is now possible to supply the orderCategoryNumber of an Order. In the POS this is known as the "ordersoort."

  • Order now also contains vatGroupList.

  • The new function getOrders can now be used to retrieve multiple orders. With the syncMarker and other filter options, the result can be limited.

  • A list of available order types can be requested through getOrderCategories.

  • Relations (customers, suppliers, etc.) can now be returned in multiples, through the new function getRelations. With syncMarker the results can be limited to the changes since a specific moment.

  • lineData such as is used in the lines of an Invoice, Receipt or Order now also contain the purchase price, through the property purchasePrice.

  • findRelation now searches the databases based on all lower case values and also partial matches. E.g. a relation with the name "John Smith" will be found by looking for "john s."

  • When saveInvoice is supplied with an extOrderId that already exists, that extOrderId will now also be shown in the error message.

  • Dealers

    De installatiemethode voor de API Service is gewijzigd. Bekijk punt 3 van de Handleiding voor de nieuwe methode. Het voordeel van deze methode is dat de API Service als Windows service wordt geïnstalleerd en ook automatisch zal herstarten nadat deze crasht.

    Vereist aandacht bij installatie
  • Dealers

    Mogelijkheid om --nossl toe te voegen aan programma waardoor geforceerd zonder SSL kan worden opgestart.

  • getInvoices now also adds the transactionString to the invoices in the results.