User Tools

Site Tools


dolibarrconnectorrelnotes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
dolibarrconnectorrelnotes [2021/04/17 12:19] – [Change] fappelsdolibarrconnectorrelnotes [2022/10/09 16:01] – version 1.0.71 fappels
Line 1: Line 1:
 ====== Dolibarr connector release notes ====== ====== Dolibarr connector release notes ======
 +===== Version 1.0.71 =====
 +==== New Features ====
 +  * Add 'Not enabled' error to tell client module is not enabled.
 +  * Start test on Dolibarr 17.
 +==== Fix ====
 +  * Fix main lang should be load after login to have correct user language.
 +  * Fix for Dolibarr 16+, main.inc.php forces samesite to Lax
 +  * Fix lines with 0 stock products missing in manufacture order.
 +===== Version 1.0.70 beta =====
 +==== New Features ====
 +  * Add new class for manufacture orders.
 +  * Update product API triggers for PRE and POST triggers.
 +==== Fix ====
 +  * Fix php 8 issue on connector admin.
 +  * Fix shipmentpackage list.
 +  * Add workaround for EAN13 with leading zero which are read as UPC by barcode readers.
 +  * Fix missing extrafield visibility check. Add readonly option.
 +===== Version 1.0.69 =====
 +==== New Features ====
 +  * Add LOG_DEBUG on each method call.
 +  * New introduce triggers on API create/update/destroy. Done for products.
 +  * Tested on Dolibarr 16.
 +  * Remove Dolibarr 3.8 and 3.9 compatibility.
 +==== Fix ====
 +  * Fix avoid sql error on Dolibarr 13 - if user_author_id not set.
 +  * Fix set supplier price to 0 when multicurrency enabled.
 +  * Fix link package to shipment for dolibarr 15 and 16.
 +===== Version 1.0.68 =====
 +==== New Features ====
 +  * Add qty already packaged to read shipment line.
 +  * When filter shipment list by product/batch barcode, return qty still to package and qty already packaged.
 +  * Improve authentication error handling.
 +  * Add Identify field to force an Identfy on connected app.
 +  * Add fieds to store webview name and version of connected app.
 +  * Prepare and fix for Dolibarr 15.
 +  * New show virtual stock in productlist if STOCK_SHOW_VIRTUAL_STOCK_IN_PRODUCTS_COMBO set and sort/filter on warehouse asked
 +  * Add warehouse ref to product list.
 +==== Fix ====
 +  * Fix for modulebuilder common used get_class($this).
 +  * Fix PHP 7.3 + samesite CSRF compatiblity.
 +  * Fix wrong show virtual stock constant send to app.
 +  * Fix allow warehouse ref with dots
 +  * Fix translations
 +===== Version 1.0.66 =====
 +==== New Features ====
 +  * Only show total stock in warehouse list when asked.
 +  * Add sort by author in order and supplier order list.
 +==== Fix ====
 +  * Fix supplier price should be hidden if user has no rights to see supplier.
 +  * Fix read only supplier prices if user has rights to view suppliers.
 +===== Version 1.0.65 =====
 +==== New Features ====
 +  * Add support for new Z-Application module [[https://github.com/fappels/dolibarr-shipmentpackage|Shipment Package]]
 +  * Improve support for Dolibarr 14 serial number mode.
 +==== Fix ====
 +  * Fix order list barcode filter. Only join lot on barcode lot.
 +===== Version 1.0.64 =====
 +==== Change ====
 +  * Make use of Dolibarr 10+ product->getSellPrice to get price and/or vat.
 +  * Add origin ref to read shipment.
 +  * When filter not contains 'All' warehouse, do not include no stock product.
 +==== Fix ====
 +  * Fix fatal error on some PHP 7.1 and 7.2 version on module triggers.
 +  * Fix activity_id is default 0 and not NULL.
 +  * Fix php8.0 error.
 +  * Fix edit lot, missing update product_lot.
 +  * Fix get_exdir for PRODUCT_USE_OLD_PATH_FOR_PHOTO.
 +  * Fix for multicompany, do not include stock other entity warehouse.
 +===== Version 1.0.63 =====
 +==== New Features ====
 +  * Add sorting to product batch list.
 +  * Add read of product lot type (lot or serial number).
 +==== Fix ====
 +  * Fix regression create product, prices and barcode missing.
 +  * Fix for postgresql
 +  * Fix addline in reception.
 +  * Fix read orderline for product with empty barcode type in DB. Should be replaced by default barcode type.
 +===== Version 1.0.62 =====
 +==== New Features ====
 +  * Add product cost-price.
 +  * Add read off MARGIN_TYPE constant.
 +  * New read connector dolibarr compatibility check result.
 +==== Change ====
 +  * Remove use rowid of barcode type. Improve support for UPC.
 +  * Work on shippable status.
 +  - Add to read order.
 +  - Substract shipped qty from on process shippable qty.
 +  - Also allow show shippable status if stock can be negative, client defines if shown or not.
 +==== Fix ====
 +  * Fix sort order list with additional status. Sort should be done on all sort properties not only status.
 ===== Version 1.0.61 ===== ===== Version 1.0.61 =====
 ==== New Features ==== ==== New Features ====
Line 11: Line 101:
   * If only update barcode, no product update but barcode type and value update and add BARCODE_MODIFY trigger.   * If only update barcode, no product update but barcode type and value update and add BARCODE_MODIFY trigger.
   * Only check contact read rights if company has contact.   * Only check contact read rights if company has contact.
 +  * Read supplier product from ref_supplier is possible from dolibarr 4.0.
 +  * Allow zero amount supplier price and default supplier qty is 1.
 ==== Fix ==== ==== Fix ====
   * Show better error when uploaded file too big.   * Show better error when uploaded file too big.
dolibarrconnectorrelnotes.txt · Last modified: 2024/01/29 14:40 by fappels