Checks whether the given article details have ArticleDetailSupplierMapping that do not exist in the database.
checkArticleDetailsForChangedArticleDetailSupplierMappingsAction()
Checks if any orderItem has already a stock ledger entry attached to it and if the price changed in comparison
to the stock ledger entry. If any change was detected set hasPriceChanged to true so that a popup can be shown
in the backend.
checkStockEntryPriceChangeAction() : void
Creates one or more supplier order articles using the POSTed data.
createOrderArticlesAction()
Deletes the POSTed supplier order articles.
deleteOrderArticlesAction()
Responds a filtered and sorted list of supplier order articles.
getOrderArticleListAction()
Note that this is list not paginated i.e. it uses no limit on its results.
Responds with a list containing all available supplier order article statuses.
getOrderArticleStatusListAction()
Creates or updates the ArticleDetailSupplierMapping for given supplier article details.
saveArticleDetailSupplierMappingsForArticleDetailsAction()
Updates one or more existing supplier order articles using the POSTed data.
updateOrderArticlesAction()