Skip to content

Commit 247a076

Browse files
committed
Doc
1 parent 791b1e4 commit 247a076

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

ChangeLog

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ English Dolibarr ChangeLog
88

99
For users:
1010
----------
11-
NEW: Use another hash algorithm v2 based on sha256/hmac for immutable logs (#37725)
1211
NEW: Experimental module "Quick memo" to put post-it on any screens (#37422)
1312
NEW: Thirdparty bank account asks for bank country, state, currency and status (#38031)
1413
NEW: 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)
2019
NEW: #37645 Salaries - Add shortcut buttons on date (Previous month / current month / next month) (#37704)
2120
NEW: #37727 phone input with country code (#37728)
2221
NEW: Add substitutions for deposit (#37546)
23-
NEW: Improve API compatibility for users, tasks and ticket attachments (#37644)
2422
NEW: Intervention - Add tag/category on this object (#38158)
2523
NEW: VAT Report - Add button to collapse / expand all rates (#36946)
2624
NEW: Various payments - Add extrafield (#38260)
@@ -29,7 +27,6 @@ NEW: Add “Bank Account” column in invoicing views (customer & supplier invoi
2927
NEW: Extrafield option for tooltip in getNomUrl (#37431)
3028
NEW: Fichinter model on stable version (#36873)
3129
NEW: Manage discount for all lines for supplier elements. (#36954)
32-
NEW: Replace MyObject MyModule occurrences (#38370)
3330
NEW: add support for label field in addline method In supplier order (#36544)
3431
NEW: adds visual indicators on the Sales Order card (commande/card.php) (#37460)
3532
NEW: 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
3835
NEW: hide remise_except unit price on invoice lines (#37066)
3936
NEW: use select label for extrafield substitution in emails (#37005)
4037
NEW: 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)
4338
NEW: Accountancy - Add comparative balance with closure snapshot support - SQL part (#37382)
4439
NEW: Accountancy - Add confirmation message with link after transaction validation (#37383)
4540
NEW: Accountancy - Add default options for export (#37938)
@@ -56,7 +51,6 @@ NEW: Add Batch and function to send HR information (#37542)
5651
NEW: Add CSV/XLSX import mode to disable triggers execution (refactoring of import, while preserving legacy SQL compatibility) (#37367)
5752
NEW: Add EUID number (#37222)
5853
NEW: Add Hook for adapting virtual stock in replenish screen (#37290)
59-
NEW: Add MAIN_FORCE_SYSTEM_MESSAGE Renamed hook "info_admin" into "messageOfTheDay"
6054
NEW: Add a protection against total change on a validated invoice.
6155
NEW: Add a separator between won/lost and other opportunity status in list
6256
NEW: Add button more on membership stat page
@@ -93,7 +87,6 @@ NEW: Can enable/disable external calendar per calendar.
9387
NEW: Can request and force user to change its password (#37196)
9488
NEW: Can set position of search object in combo search
9589
NEW: Can use colored switch in setup factory
96-
NEW: Category - API - Add type list (#38207)
9790
NEW: Contact - List - Add column State & Region (#37553)
9891
NEW: Contract - Add consolidated total (#38249)
9992
NEW: Contract - Add statistics (#38136)
@@ -114,7 +107,6 @@ NEW: MAIN_DISALLOW_UNSECURED_SELECT_INTO_EXTRAFIELDS_FILTER is on by default
114107
NEW: Member subscription tooltip includes label (#38291)
115108
NEW: Move deprecated option MAIN_DISALLOW_UNSECURED_SELECT_INTO_EXTRAFIELDS_FILTER into conf.php file.
116109
NEW: 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
118110
NEW: Remove legacy crabe template of invoice
119111
NEW: Show example of ai models in setup
120112
NEW: 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)
163155
NEW: use of rich editor is off by default on public page - #GHSA-5jmx-352f-p5g3
164156
NEW: webportal hooks on form list (#36844)
165157
NEW: 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)
167158
NEW: Add OIDC user auto-creation and fix login bugs (#37314)
168159
NEW: Add default_rib field to SQL query and output (#38355)
169160
NEW: Add mass action to cancel invoices using credit notes (#37852)
@@ -174,17 +165,26 @@ NEW: Show bom net needs treeview by line position. (#37459)
174165
NEW: Show name_alias in parentheses in thirdparty dropdown lists (#37997)
175166
NEW: Thirdparty card +tab with events where thirdparty is attendee/booth (#37743)
176167
NEW: 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)
179168
NEW: add drag-and-drop functionality for managing draft expedition lines (#36311)
180169
NEW: Add delivery date in supplier order linked object block (#38351)
181-
NEW: Add hook selectForFormsListUrl in Form::selectForForms (#37447)
182170
NEW: A lot of look and feel enhancement in the immutable log pages.
183171
NEW: Enhance the tools to check file integrity.
184172
NEW: The OAuth login with Google stay on the requested page after the redirect instead of reaching the home page.
185173

186174
For 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

190190
WARNING:

0 commit comments

Comments
 (0)