Severity: 8192
Message: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated
Filename: models/releasenote.php
Line Number: 336
Backtrace:
File: /var/www/www.mpluskassa.nl/website/public/qline/releasenotes/application/models/releasenote.php
Line: 336
Function: htmlspecialchars
File: /var/www/www.mpluskassa.nl/website/public/qline/releasenotes/application/controllers/releases.php
Line: 118
Function: get_all_where
File: /var/www/www.mpluskassa.nl/website/public/qline/releasenotes/index.php
Line: 269
Function: require_once
Severity: 8192
Message: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated
Filename: models/releasenote.php
Line Number: 336
Backtrace:
File: /var/www/www.mpluskassa.nl/website/public/qline/releasenotes/application/models/releasenote.php
Line: 336
Function: htmlspecialchars
File: /var/www/www.mpluskassa.nl/website/public/qline/releasenotes/application/controllers/releases.php
Line: 118
Function: get_all_where
File: /var/www/www.mpluskassa.nl/website/public/qline/releasenotes/index.php
Line: 269
Function: require_once
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.
getInvoices
now also adds the transactionString
to the invoices in the results.
v1.9.0 // © Mplus Software 2014 - 2025