2
0
forked from Wavyzz/dolibarr
Commit Graph

108518 Commits

Author SHA1 Message Date
Laurent Destailleur
d143b8bf6e Debug dol_uncompress and add phpunit tests 2022-04-05 17:19:12 +02:00
atm-florian
046089f371 FIX 16.0 - ref_client set instead of ref_supplier (maybe copy-paste error) 2022-04-05 15:38:54 +02:00
Laurent Destailleur
f17db2a919 Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop 2022-04-05 15:33:29 +02:00
Laurent Destailleur
40ad12c3c3 Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0 2022-04-05 15:29:54 +02:00
Laurent Destailleur
f0d163a4ac Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 14.0 2022-04-05 15:28:54 +02:00
Laurent Destailleur
8e4c89673a Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0
Conflicts:
	htdocs/core/class/commonobject.class.php
2022-04-05 15:28:43 +02:00
Laurent Destailleur
17c719e760 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2022-04-05 15:24:15 +02:00
Laurent Destailleur
efa302f865 Fix phpunit 2022-04-05 15:23:17 +02:00
Laurent Destailleur
000ab8ce5f Merge pull request #20164 from Hystepik/develop#3
NEW dol_uncompress() supports extensions (.gz, .bz2, .zstd). Only .zip was supported before.
2022-04-05 15:21:09 +02:00
Laurent Destailleur
3385cb8071 Update files.lib.php 2022-04-05 15:19:55 +02:00
Laurent Destailleur
759f7e051e Update files.lib.php 2022-04-05 15:18:52 +02:00
Laurent Destailleur
2e5d0ef92b Merge pull request #20249 from atm-steve/NEW_Employee_management_improvement
New employee management improvement #18434
2022-04-05 15:12:19 +02:00
atm-greg
aa42df9961 just for glory 2022-04-05 15:11:37 +02:00
atm-greg
59fec7d094 implement cache managed by current object 2022-04-05 15:10:31 +02:00
Laurent Destailleur
2303553fd1 Merge pull request #20392 from thomas-Ngr/develop_fix_ticket_workflow_create_ficheinter_from_public_interface
Fix: ticket/workflow: automatically create ficheinter
2022-04-05 15:08:10 +02:00
Laurent Destailleur
fb93fe72f3 Merge pull request #20530 from thomas-Ngr/develop_fix_regression_hookmanager_null
fix regression: thirdparty page is empty.
2022-04-05 14:57:53 +02:00
Laurent Destailleur
f5b236d3aa Merge branch 'develop' into develop_fix_regression_hookmanager_null 2022-04-05 14:57:39 +02:00
Laurent Destailleur
04ece4f792 Merge pull request #20531 from ATM-Consulting/FIX_condition_on_remx
FIX : Bad condition on remx
2022-04-05 14:53:25 +02:00
Laurent Destailleur
ed7fd09925 Fix regression 2022-04-05 14:36:09 +02:00
Laurent Destailleur
3c64965f9c Merge pull request #20535 from altairis-noe/14.0
FIX backport
2022-04-05 14:19:33 +02:00
Laurent Destailleur
662681d82b Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2022-04-05 14:15:51 +02:00
Laurent Destailleur
5890139d38 Merge pull request #20537 from aspangaro/16a15
NEW Supplier order - Show ref supplier of reception in linked object block
2022-04-05 14:15:43 +02:00
Laurent Destailleur
26f7a50838 Update linkedobjectblock.tpl.php 2022-04-05 14:15:27 +02:00
bomuux
63016b79ea Bug: Cannot set thirdparty customer accountancy code to empty string
When thirdparty customer accountancy code is set to a non empty string, one cannot set it back to empty string due to thirdparty property deprecation :
code_compta to code_compta_client
2022-04-05 14:06:52 +02:00
Laurent Destailleur
0a27286e7d Merge pull request #20540 from bomuux/develop
FIX Cannot set thirdparty customer accountancy code to empty string
2022-04-05 14:06:12 +02:00
Laurent Destailleur
9bf156b981 Doc 2022-04-05 13:54:09 +02:00
Laurent Destailleur
b499e5e6ac Merge pull request #20544 from atm-gauthier/fix_invoice_several_orders_fourn
FIX : each time we create a supplier order, we need to give it a ref_supplier
2022-04-05 13:50:18 +02:00
Laurent Destailleur
7c591d95d9 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2022-04-05 13:48:39 +02:00
Laurent Destailleur
d270a1a64b Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2022-04-05 13:37:13 +02:00
Laurent Destailleur
f0433244aa Fix sql 2022-04-05 13:36:25 +02:00
Laurent Destailleur
2ccdb8d564 Merge pull request #20545 from ATM-Consulting/FIX_16.0_missing_quotes_in_SQL
FIX 16.0 - missing quotes in SQL for frequency unit update for templa…
2022-04-05 13:13:52 +02:00
atm-florian
b872fb2eac FIX 16.0 - missing quotes in SQL for frequency unit update for template supplier invoices 2022-04-05 12:28:40 +02:00
atm-florian
392ba6deed FIX 16.0 - my previous fix was incomplete (missing parentheses around OR-separated conditions)
+ replace GETPOST('fac_rec', 'int') with variable
+ make sure it works even if, one day, the "nothing selected" value for the template supplier invoice selector changes to -1 instead of ''
2022-04-05 12:16:06 +02:00
Gauthier PC portable 024
b199234afe FIX : each time we create a supplier order, we need to give it a ref_supplier 2022-04-05 12:01:09 +02:00
atm-florian
b929c2f671 FIX 16.0 - supplier invoice card creates two invoices instead of one when creating from a template 2022-04-05 11:46:06 +02:00
Laurent Destailleur
3ab993127d NEW Accept 'auto' for ref of object on import of purchase order/proposal 2022-04-05 02:17:01 +02:00
Florian HENRY
1fec350ccc fix: Bad dirthday displayed date (d-1) in the Bithday Widget 2022-04-04 22:51:30 +02:00
bomuux
b03d7c60ff Bug: Cannot set thirdparty customer accountancy code to empty string
When thirdparty customer accountancy code is set to a non empty string, one cannot set it back to empty string due to thirdparty property deprecation :
code_compta to code_compta_client
2022-04-04 18:06:11 +02:00
atm-greg
ad145c94ca add comment 2022-04-04 17:23:34 +02:00
jpb
f4a780f3f6 add name on tr data 2022-04-04 16:28:42 +02:00
Alexandre SPANGARO
5f6c5ccf92 NEW Supplier order - Show ref supplier of reception in linked object block 2022-04-04 16:25:31 +02:00
jpb
04140d8dc0 add class name on tds expensereport rule card 2022-04-04 15:45:16 +02:00
Laurent Destailleur
71012a7933 FIX #19777 #20281 2022-04-04 15:25:29 +02:00
Laurent Destailleur
01d100fc0c Missing autofocus on title field 2022-04-04 15:11:29 +02:00
atm-greg
2455d8fe52 avoid fetch_objectlinked for each page of the document 2022-04-04 14:31:48 +02:00
Laurent Destailleur
ea61e51730 Fix phpunit 2022-04-04 14:00:39 +02:00
Laurent Destailleur
af45691c9d Clean import profiles 2022-04-04 13:35:08 +02:00
Laurent Destailleur
2690f4459f NEW Enhance the import. Can use 'auto' for the ref (import of orders) 2022-04-04 13:17:45 +02:00
Laurent Destailleur
5960d5971c Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
	htdocs/compta/accounting-files.php
2022-04-04 10:49:51 +02:00
Laurent Destailleur
2913759bb7 Fix syntax 2022-04-04 10:45:50 +02:00