2
0
forked from Wavyzz/dolibarr
Commit Graph

510 Commits

Author SHA1 Message Date
ldestailleur
514c4ca72b Duplicate help 2025-08-20 17:59:50 +02:00
ldestailleur
9b365c97b8 Fix when help is shown 2025-08-20 17:57:08 +02:00
ldestailleur
0512428c53 Help missing 2025-08-20 17:47:24 +02:00
ldestailleur
d1ddf4314e Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-06-28 13:18:15 +02:00
ldestailleur
51f246b4ac Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0 2025-06-28 13:17:30 +02:00
HENRY Florian
dc852ba93f FIX: if filter is set on export for Duree type filed, then there is SQL error (#34616) 2025-06-25 19:27:49 +02:00
ldestailleur
ec5275e1d9 Fix picto download/upload 2025-06-23 03:36:27 +02:00
ldestailleur
5998b62a64 Debug v22 2025-04-25 16:25:07 +02:00
Laurent Destailleur
932c3e66da Clean page content 2025-04-17 18:56:32 +02:00
MDW
8669993ecf Qual: Fix phan notices (compta/prel..fichinter) (#33485)
* Qual: Fix phan notices (asset..compta/paiement)

* Qual: Fix phan notices (compta/prel..fichinter)
2025-03-19 15:21:48 +01:00
ldestailleur
8d4a3b602d Fix phpunit test export categories 2025-03-12 16:25:56 +01:00
ldestailleur
acf84cec9b Better log 2025-03-12 15:55:11 +01:00
MDW
f750f2c40c Qual: Fix phan notices not seen locally 2025-02-03 16:06:01 +01:00
Laurent Destailleur
67521e9c4f Clean code 2025-01-20 03:54:04 +01:00
Laurent Destailleur (aka Eldy)
60624b0b53 Debug v21 2024-12-18 12:21:54 +01:00
Laurent Destailleur
8496e8a8ed Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-11-13 10:08:21 +01:00
Laurent Destailleur
5283a67cc2 Debug v21 2024-11-12 23:44:36 +01:00
Laurent Destailleur
221f8e947a Debug v21 2024-11-12 19:41:21 +01:00
Quentin-Seekness
daafa150a0 Update export.class.php (#31783)
Allow usage of a method param that is not part of the $obj from the sql request. 

The issue I encontered is the usage of order's LibStatut method that required a $mode param that can't be fetched from the sql request obj.

This would be the code for the export declaration : 
		$this->export_special_array[$r] = array(
			'orders.fk_statut'=> [
				'rule' => 'compute',
				'class' => 'Commande',
				'classfile' => '/commande/class/commande.class.php',
				'method' => 'LibStatut',
				'method_params' => ['orders_fk_statut', 'orders_facture', '1'],
			],
		);

We can see that the first two params will come from the $obj, but the third one will be used for it's value (in this case '1').

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-11-12 18:55:56 +01:00
Frédéric FRANCE
1adc883b56 add baseline exclude for phpstan (#31632)
* add baseline exclude for phpstan

* update

* update

* update

* update

* update

* merge

* restore one filter

* delete old errors

* fix

* fix

* fix

* $moreforfilter can t be empty

* fix

* enable check

* refresh baseline

* add phpdoc

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-11-04 23:53:20 +01:00
Laurent Destailleur
0403e2d20f Look and feel v21 2024-11-04 18:31:23 +01:00
Laurent Destailleur
447c0629cb NEW Add export profile to export MO and lines of consumption/production 2024-09-27 15:33:30 +02:00
Laurent Destailleur
5e41287ebc Fix label in export 2024-09-27 14:53:11 +02:00
Laurent Destailleur
7db9a5afb7 Fix label in export MO 2024-09-27 14:51:06 +02:00
Laurent Destailleur
f852c3f7ad Fix label in export 2024-09-27 14:49:29 +02:00
Laurent Destailleur
d6fe56753e Fix label in export MO 2024-09-27 14:02:21 +02:00
Mohamed DAOUD
77367f349f fix inventory det (#31097) 2024-09-23 15:21:32 +02:00
Mohamed DAOUD
6bb679c632 fix inventory det (#31097) 2024-09-23 15:04:16 +02:00
Frédéric FRANCE
97b97c6665 fix phpstan (#30912)
* fix phpstan

* fix phpstan

* fix phpstan
2024-09-10 14:58:36 +02:00
Laurent Destailleur
cb0a751384 Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-09-09 16:22:28 +02:00
Laurent Destailleur
3d1f4f9696 Fix permissions 2024-09-09 14:34:49 +02:00
Laurent Destailleur
6cf01cc799 Fix export permission 2024-09-09 14:30:52 +02:00
Laurent Destailleur
d7cb4cd88f Fix warning 2024-09-09 14:30:06 +02:00
MDW
32732d37d2 Qual: Improve typing in Export class (#30859)
* Update baseline

* Qual: Improve typing in Export class

* Add 'abstract' methods to help with typing

* Add some typing

* Improve typing in export modules

* Improve typing for AccountancyExport

* Qual: PHPDoc executeCLI (nullable arguments, range)

* PHPDoc for export function

* Fix $permissiontoClose -> $permissiontoclose

* PHPDoc - Improve AccountingJournal typing

* Improve export_journal tpl typing

* Improve html.formsetup typing

* Impove commonfieldsexport typing

* Improve extrafieldsinexport typing

* Fix typing, initialisation

* Fix typing intracommreport

* Ensure string in $error for CronJob
2024-09-09 03:15:26 +02:00
Frédéric FRANCE
f29e9e760f fix phpstan (#30861)
* fix phpstan

* fix phpstan

* fix phpstan

* fix phpstan
2024-09-06 14:02:53 +02:00
Laurent Destailleur
c79f72f785 Fix missing tests on permissions 2024-09-03 16:19:18 +02:00
Laurent Destailleur
8f1c8b7406 Debug v20: error/warning when using disabled fields coming from profile 2024-09-02 18:41:49 +02:00
Laurent Destailleur
e07a15a3e2 Debug v20: error/warning when using disabled fields coming from profile 2024-09-02 18:22:55 +02:00
Laurent Destailleur
d30317e132 Debug v21 2024-09-02 18:13:04 +02:00
Laurent Destailleur
108c03118b Fix perm on export 2024-09-02 17:48:50 +02:00
Laurent Destailleur
268c47e1f4 Debug v21 2024-09-02 12:28:33 +02:00
Laurent Destailleur
c8505f9c0a Fix missing test on permissions 2024-09-01 21:04:53 +02:00
Lucas Marcouiller
303a160f65 Fix export page csrf errors (#30722)
Co-authored-by: Hystepik <lmarcouiller@nltechno.com>
2024-08-23 15:27:46 +02:00
Lucas Marcouiller
48ed749e83 Fix export page csrf errors (#30722)
Co-authored-by: Hystepik <lmarcouiller@nltechno.com>
2024-08-23 15:22:35 +02:00
UltraViolet33
32e4be2507 NEW add last stock movement and product nature to StocksWithBatch export (#30578)
* NEW add last stock movement and product nature to StocksWithBatch export

Add fields to the StockWithBatch export:
- date of the last stock movement
- the nature of product from llx_c_product_nature dictionary

* fix getDateLastMovementProductBatch

* remove whitespaces

* fix whitespaces

---------

Co-authored-by: Ulysse Valdenaire <uvaldenaire@easya.solutions>
2024-08-10 23:44:52 +02:00
lamrani abdelwadoud
56667da139 New Export stock inventory (#30401)
* New Export stock with correction

* Fix Travis CI errors
2024-07-18 00:45:23 +02:00
atm-lena
74d8689f1b llxHeader BodyCss - export part (#29950)
Co-authored-by: atm-lena <lena.papazian@atm-consulting.fr>
2024-06-09 11:49:18 +02:00
Laurent Destailleur
27bc1cddad Debug v20 2024-05-08 15:43:46 +02:00
Laurent Destailleur
39c4f3faca FIX #29531 2024-04-29 19:57:05 +02:00
Laurent Destailleur
f1bc41d100 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-04-23 22:36:13 +02:00