New endpoints for SalesPriceList and DiscountAgreement
New endpoints for SalesPriceList and DiscountAgreement
We now, in eAccounting, support creating several price lists, therefore you can have specific sales prices for an article to specific customers. Also, we support creating multiple discount agreements that could be linked to a customer. These endpoints are available only for PRO variants.
Existing salespricelists and discountagreements can now be fetched in the API.
Allow minus quantity on orders
Allow minus quantity on orders
We have added the possibility to allow minus quantity on orders in the API. The total sum of the order still needs to be positive. This gives you as a partner greater freedom in how you place your orders.
New error message: Invoice with future date
New error message: Invoice with future date
A new error message will occur when trying to convert an invoice draft to an invoice which has a future date.
New Property on CompanySettings
New Property on CompanySettings
We added two new properties to Companysettings endpoint
Fixed english sales document uses english language
Fixed english sales document uses english language
This is a fix for our users that have the language settings to English for sales documents. Created orders automatically contained an article in Swedish language which has been changed to English.
New Property on DeliveryDate
New Property on DeliveryDate
The new property delivery date has been added. Validation will be added to quotes which means that itβs not possible to select a DeliveryDate that is before the actual QuoteDate.
This provides increased security for you who are quoting.
New property on DueDate
New property: DueDate
DueDate is now exposed on customerInvoiceDrafts.
eAccounting API V1 no longer available
As from today (2023-06-30) requests towards eAccounting API will result in a HTTP status code 401 (Gone).
New property on Quote
New property on Quote
DeliveryDate has been added to the Quote model. Proper validation error will be thrown if the delivery date is earlier than the quote date.
Fixed filtering issues with PaymentStatus
Fixed filtering issue with PaymentStatus
On CustomerInvoiceAPI there were previously a issue when filtering on PaymentStatus. It's now fixed and can be filtered accordingly.