Versie 1.7.0 MplusKASSA API Service 1.7.0

Releasedatum:
31-12-2015

  • New functione getCurrentSyncMarkers that returns the most recent value of the different syncMarkers.

  • getReceipts and getInvoices now also return the following article properties: supplierRelationNumber, supplierRelationName and supplierArticleNumber. It is also possible to filter on supplierRelationNumbers.

  • The function getFinancialJournalByCashCount is working again. This was temporarily disabled because cash counts can now also span multiple workplaces, and the implementation in the API service was not yet modified for this possibility. The function has also been improved, because it now actually only returns the financial journal of the branche that the cash count was performed on.

  • getRelations now includes a categoryId filter.

  • It is now possible to retrieve a list of the configured sales prices with the function getSalesPriceList.

  • New function: getPriceGroupList. Returns a list of all configured price groups.

  • When requesting turnover groups with getTurnoverGroups, the service now also returns turnover groups that are not configured, yet already used in the articles.

  • The service now also runs when there is no database connection. In that case every request will directly return a SoapFault telling you that there is no connection to the database. As soon as the database is available again, the service will automatically reconnect when processing the next request.

  • If the priceIncl of an article is entered, but the priceExcl is not, the priceExcl will be filled out based on the priceIncl and the vatPercentage. This also works vice versa.

  • When available, a table order will also contain the amount of guests in the property numberOfGuests. It is also possible to change this value through this property.