@@ -8,7 +8,6 @@ English Dolibarr ChangeLog
88
99For users:
1010----------
11- NEW: Use another hash algorithm v2 based on sha256/hmac for immutable logs (#37725)
1211NEW: Experimental module "Quick memo" to put post-it on any screens (#37422)
1312NEW: Thirdparty bank account asks for bank country, state, currency and status (#38031)
1413NEW: New Stock transfer module stabilization and full functional coverage (#37557)
@@ -20,7 +19,6 @@ NEW: #36638 Feature: Add PDF document generation to Salaries module (#36785)
2019NEW: #37645 Salaries - Add shortcut buttons on date (Previous month / current month / next month) (#37704)
2120NEW: #37727 phone input with country code (#37728)
2221NEW: Add substitutions for deposit (#37546)
23- NEW: Improve API compatibility for users, tasks and ticket attachments (#37644)
2422NEW: Intervention - Add tag/category on this object (#38158)
2523NEW: VAT Report - Add button to collapse / expand all rates (#36946)
2624NEW: Various payments - Add extrafield (#38260)
@@ -29,7 +27,6 @@ NEW: Add “Bank Account” column in invoicing views (customer & supplier invoi
2927NEW: Extrafield option for tooltip in getNomUrl (#37431)
3028NEW: Fichinter model on stable version (#36873)
3129NEW: Manage discount for all lines for supplier elements. (#36954)
32- NEW: Replace MyObject MyModule occurrences (#38370)
3330NEW: add support for label field in addline method In supplier order (#36544)
3431NEW: adds visual indicators on the Sales Order card (commande/card.php) (#37460)
3532NEW: allow to save stocks as 0 on a stock movement. (#36812)
@@ -38,8 +35,6 @@ NEW: enable supplier external download links and expose substitution variables f
3835NEW: hide remise_except unit price on invoice lines (#37066)
3936NEW: use select label for extrafield substitution in emails (#37005)
4037NEW: A page can force its value for MAIN_SECURITY_CSRF_WITH_TOKEN
41- NEW: API endpoint for getting product price logs (#38420)
42- NEW: API get country: load region and load states now an option (#37715)
4338NEW: Accountancy - Add comparative balance with closure snapshot support - SQL part (#37382)
4439NEW: Accountancy - Add confirmation message with link after transaction validation (#37383)
4540NEW: Accountancy - Add default options for export (#37938)
@@ -56,7 +51,6 @@ NEW: Add Batch and function to send HR information (#37542)
5651NEW: Add CSV/XLSX import mode to disable triggers execution (refactoring of import, while preserving legacy SQL compatibility) (#37367)
5752NEW: Add EUID number (#37222)
5853NEW: Add Hook for adapting virtual stock in replenish screen (#37290)
59- NEW: Add MAIN_FORCE_SYSTEM_MESSAGE Renamed hook "info_admin" into "messageOfTheDay"
6054NEW: Add a protection against total change on a validated invoice.
6155NEW: Add a separator between won/lost and other opportunity status in list
6256NEW: Add button more on membership stat page
@@ -93,7 +87,6 @@ NEW: Can enable/disable external calendar per calendar.
9387NEW: Can request and force user to change its password (#37196)
9488NEW: Can set position of search object in combo search
9589NEW: Can use colored switch in setup factory
96- NEW: Category - API - Add type list (#38207)
9790NEW: Contact - List - Add column State & Region (#37553)
9891NEW: Contract - Add consolidated total (#38249)
9992NEW: Contract - Add statistics (#38136)
@@ -114,7 +107,6 @@ NEW: MAIN_DISALLOW_UNSECURED_SELECT_INTO_EXTRAFIELDS_FILTER is on by default
114107NEW: Member subscription tooltip includes label (#38291)
115108NEW: Move deprecated option MAIN_DISALLOW_UNSECURED_SELECT_INTO_EXTRAFIELDS_FILTER into conf.php file.
116109NEW: Printing the initial message from ticket creation just like any new message in tickets Events/Agenda view (#37713)
117- NEW: Refactoring how the counter of print is done. Now done synchronously in documents.php or receipt.php
118110NEW: Remove legacy crabe template of invoice
119111NEW: Show example of ai models in setup
120112NEW: Show short label of categories by default, long is in hover.
@@ -163,7 +155,6 @@ NEW: show last 10 events on conference attendee card (#38170)
163155NEW: use of rich editor is off by default on public page - #GHSA-5jmx-352f-p5g3
164156NEW: webportal hooks on form list (#36844)
165157NEW: New hidden option STOCK_EXPEDITION_NO_MORE_THAN_ORDER to prevent shipping more than ordered quantity (#37604)
166- NEW: API create fixed amount discount (#37091)
167158NEW: Add OIDC user auto-creation and fix login bugs (#37314)
168159NEW: Add default_rib field to SQL query and output (#38355)
169160NEW: Add mass action to cancel invoices using credit notes (#37852)
@@ -174,17 +165,26 @@ NEW: Show bom net needs treeview by line position. (#37459)
174165NEW: Show name_alias in parentheses in thirdparty dropdown lists (#37997)
175166NEW: Thirdparty card +tab with events where thirdparty is attendee/booth (#37743)
176167NEW: Update ticket read date when status changes (#37470)
177- NEW: add hooks in reception card (#37214)
178- NEW: add new hook in BonPrelevement::EnregDestinataireSEPA() function (#37419)
179168NEW: add drag-and-drop functionality for managing draft expedition lines (#36311)
180169NEW: Add delivery date in supplier order linked object block (#38351)
181- NEW: Add hook selectForFormsListUrl in Form::selectForForms (#37447)
182170NEW: A lot of look and feel enhancement in the immutable log pages.
183171NEW: Enhance the tools to check file integrity.
184172NEW: The OAuth login with Google stay on the requested page after the redirect instead of reaching the home page.
185173
186174For developers:
187175---------------
176+ NEW: Use another hash algorithm v2 based on sha256/hmac for immutable logs (#37725)
177+ NEW: Replace MyObject MyModule occurrences (#38370)
178+ NEW: add hooks in reception card (#37214)
179+ NEW: add new hook in BonPrelevement::EnregDestinataireSEPA() function (#37419)
180+ NEW: Add hook selectForFormsListUrl in Form::selectForForms (#37447)
181+ NEW: Refactoring how the counter of print is done. Now done synchronously in documents.php or receipt.php
182+ NEW: API create fixed amount discount (#37091)
183+ NEW: Improve API compatibility for users, tasks and ticket attachments (#37644)
184+ NEW: API endpoint for getting product price logs (#38420)
185+ NEW: API get country: load region and load states now an option (#37715)
186+ NEW: Add MAIN_FORCE_SYSTEM_MESSAGE Renamed hook "info_admin" into "messageOfTheDay"
187+ NEW: Category - API - Add type list (#38207)
188188
189189
190190WARNING:
0 commit comments