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
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
Laurent Destailleur
67521e9c4f
Clean code
2025-01-20 03:54:04 +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
Laurent Destailleur
0403e2d20f
Look and feel v21
2024-11-04 18:31:23 +01: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
Laurent Destailleur
27bc1cddad
Debug v20
2024-05-08 15:43:46 +02:00
Laurent Destailleur
e133092cb0
NEW Can export security events.
2024-04-19 17:36:57 +02:00
Laurent Destailleur
0465aeb412
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2024-03-27 11:39:26 +01:00
Laurent Destailleur
ca2056d219
Fix look and feel v19
2024-03-25 01:08:33 +01:00
Laurent Destailleur
7866ee472b
QUAL Clean code around dol_eval use
2024-03-06 17:07:24 +01:00
Laurent Destailleur
5a5c7d5228
Clean code
2024-02-01 14:28:22 +01:00
MDW
bd002480ce
Qual: Spelling htdocs/[d-k]* ( #27427 )
...
Highlights:
- htdocs/install/doctemplates/websites/website_template-restaurant/containers/page249.tpl.php
Potential functional change (fix) because toekn was changed to token:
`<input type=hidden name=toekn`
- htdocs/install/upgrade2.php
$filles changed to $children
- htdocs/intracommreport/class/intracommreport.class.php
Local $enveloppe changed to $envelope.
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-01-13 19:48:41 +01:00
Laurent Destailleur
a7125280bc
Fix with php-cs-fixer
2023-12-04 12:12:12 +01:00
Frédéric FRANCE
53c8a3acf8
clean phpdoc for phpstan ( #26905 )
2023-12-01 19:51:32 +01:00
Laurent Destailleur
7785ae93a1
Fix php8.2 warnings
2023-11-27 11:41:05 +01:00
Mohamed DAOUD
eba4756156
Fix some warnings -technical debt- ( #26514 )
...
* fix-warnings
* fix the last commit
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2023-11-14 01:52:42 +01:00
MDW
e036e32caa
qual Annotation/initialisation fixes ( #26318 )
2023-10-23 19:19:10 +02:00
Laurent Destailleur
4f4ede2e32
Fix php8.2 warnings
2023-10-15 18:14:14 +02:00
Laurent Destailleur
16a317eccc
Merge pull request #24881 from jyhere/jyhere/export-custom-compute
...
NEW ADD: custom compute for exports
2023-09-08 16:41:16 +02:00
FLIO
458bd56f70
Merge branch 'develop' into feature2#21426
2023-08-02 20:08:26 +02:00
UT from dolibit
b748847610
Update export.class.php
...
translation of comments
2023-06-16 14:05:35 +02:00
FLIO
4c032f8814
NEW Add possibility to choose separator #21426
2023-06-13 02:13:09 +02:00
Jyhere
d7673084cf
ADD: custom compute for exports
2023-05-25 16:53:26 +02:00
Laurent Destailleur
382f45ec14
Clean code
2023-04-30 03:36:02 +02:00
UT from dolibit
22768b333c
Update export.class.php
2022-12-12 21:17:11 +01:00
Laurent Destailleur
f58ee62798
Code comment
2022-10-07 23:29:58 +02:00
Laurent Destailleur
4c10c04f9f
Merge pull request #20495 from atm-john/new_fix_regression_select_extrafield_search
...
FIX : regression select extrafield search + fix function name
2022-05-24 21:55:33 +02:00
Laurent Destailleur
37f7fed003
Maxi debug of export profiles for v16
2022-05-17 00:51:47 +02:00
Florian HENRY
9b0c7d0904
new: add hidden option to add export file with date time
2022-05-13 09:58:00 +02:00
ATM john
c1d9ea95dc
fix function name
2022-03-30 12:16:17 +02:00
Scrutinizer Auto-Fixer
5567310e44
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2021-10-25 20:07:31 +00:00
Laurent Destailleur
e43b33028c
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/adherents/card.php
2021-10-20 15:06:10 +02:00
Laurent Destailleur
85fe1d6d1e
fix sql injection reported by Mehdi Oudad
2021-10-20 15:00:49 +02:00
Laurent Destailleur
29abbbe2fb
Clean code
2021-08-28 01:45:53 +02:00
Laurent Destailleur
23829ae637
Cast numeric into on sql request
2021-08-23 18:56:46 +02:00
Laurent Destailleur
31db1dc412
Fix management of visibility of export/import templates.
2021-06-21 15:03:45 +02:00
Laurent Destailleur
cc10106a21
Fix protection on int
2021-03-14 12:20:23 +01:00
Frédéric FRANCE
d6ffdfe835
code syntax exports externalsite directory
2021-02-25 22:50:40 +01:00
Laurent Destailleur
acb73966f7
Clean code. Removed phpexcel library.
2020-12-13 16:27:44 +01:00
Laurent Destailleur
4f826fae26
Fix warnings
2020-12-07 12:18:53 +01:00
Laurent Destailleur
574919de52
Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
.travis.yml
htdocs/accountancy/bookkeeping/balance.php
htdocs/adherents/class/subscription.class.php
htdocs/compta/bank/categ.php
htdocs/compta/facture/class/facture.class.php
htdocs/core/boxes/box_task.php
htdocs/core/class/commondocgenerator.class.php
htdocs/core/class/interfaces.class.php
htdocs/core/lib/project.lib.php
htdocs/core/modules/modCategorie.class.php
htdocs/expensereport/class/expensereport.class.php
htdocs/fichinter/class/fichinterrec.class.php
htdocs/fourn/class/fournisseur.commande.class.php
htdocs/fourn/class/fournisseur.facture.class.php
htdocs/install/repair.php
htdocs/main.inc.php
htdocs/product/price.php
htdocs/projet/tasks/time.php
htdocs/reception/card.php
2020-11-27 15:45:12 +01:00
Laurent Destailleur
4a5cdd0092
Several fixes in export and repair tool
2020-11-27 15:27:35 +01:00
Scrutinizer Auto-Fixer
7f52920716
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2020-10-31 13:32:18 +00:00