forked from Dolibarr/dolibarr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into add_fkproject_lastrecordtable
- Loading branch information
Showing
2,969 changed files
with
88,976 additions
and
77,656 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,3 +80,6 @@ fonction | |
espace | ||
methode | ||
datee | ||
|
||
# other | ||
blacklists |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<?php | ||
/* Copyright (C) 2013-2014 Olivier Geffroy <[email protected]> | ||
* Copyright (C) 2013-2024 Alexandre Spangaro <[email protected]> | ||
* Copyright (C) 2014-2015 Ari Elbaz (elarifr) <[email protected]> | ||
* Copyright (C) 2013-2021 Florian Henry <[email protected]> | ||
* Copyright (C) 2014 Juanjo Menent <[email protected]> | ||
* Copyright (C) 2016 Laurent Destailleur <[email protected]> | ||
* Copyright (C) 2021 Gauthier VERDOL <[email protected]> | ||
/* Copyright (C) 2013-2014 Olivier Geffroy <[email protected]> | ||
* Copyright (C) 2013-2024 Alexandre Spangaro <[email protected]> | ||
* Copyright (C) 2014-2015 Ari Elbaz (elarifr) <[email protected]> | ||
* Copyright (C) 2013-2021 Florian Henry <[email protected]> | ||
* Copyright (C) 2014 Juanjo Menent <[email protected]> | ||
* Copyright (C) 2016 Laurent Destailleur <[email protected]> | ||
* Copyright (C) 2021 Gauthier VERDOL <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
@@ -232,7 +232,7 @@ | |
|
||
$help_url = 'EN:Module_Double_Entry_Accounting|FR:Module_Comptabilité_en_Partie_Double#Liaisons_comptables'; | ||
|
||
llxHeader('', $langs->trans("CustomersVentilation"), $help_url, '', 0, 0, '', '', '', 'mod-accountancy accountancy-customer page-list'); | ||
llxHeader('', $langs->trans("CustomersVentilation"), $help_url, '', 0, 0, '', '', '', 'bodyforlist mod-accountancy accountancy-customer page-list'); | ||
|
||
if (empty($chartaccountcode)) { | ||
print $langs->trans("ErrorChartOfAccountSystemNotSelected"); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<?php | ||
/* Copyright (C) 2013-2014 Olivier Geffroy <[email protected]> | ||
* Copyright (C) 2013-2024 Alexandre Spangaro <[email protected]> | ||
* Copyright (C) 2014-2015 Ari Elbaz (elarifr) <[email protected]> | ||
* Copyright (C) 2013-2014 Florian Henry <[email protected]> | ||
* Copyright (C) 2014 Juanjo Menent <[email protected]> | ||
* Copyright (C) 2016 Laurent Destailleur <[email protected]> | ||
* Copyright (C) 2024 Frédéric France <[email protected]> | ||
/* Copyright (C) 2013-2014 Olivier Geffroy <[email protected]> | ||
* Copyright (C) 2013-2024 Alexandre Spangaro <[email protected]> | ||
* Copyright (C) 2014-2015 Ari Elbaz (elarifr) <[email protected]> | ||
* Copyright (C) 2013-2014 Florian Henry <[email protected]> | ||
* Copyright (C) 2014 Juanjo Menent <[email protected]> | ||
* Copyright (C) 2016 Laurent Destailleur <[email protected]> | ||
* Copyright (C) 2024 Frédéric France <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
@@ -225,7 +225,7 @@ | |
|
||
$help_url = 'EN:Module_Double_Entry_Accounting|FR:Module_Comptabilité_en_Partie_Double#Liaisons_comptables'; | ||
|
||
llxHeader('', $langs->trans("ExpenseReportsVentilation"), $help_url, '', 0, 0, '', '', '', 'mod-accountancy accountancy-expensereport page-list'); | ||
llxHeader('', $langs->trans("ExpenseReportsVentilation"), $help_url, '', 0, 0, '', '', '', 'bodyforlist mod-accountancy accountancy-expensereport page-list'); | ||
|
||
if (empty($chartaccountcode)) { | ||
print $langs->trans("ErrorChartOfAccountSystemNotSelected"); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<?php | ||
/* Copyright (C) 2013-2014 Olivier Geffroy <[email protected]> | ||
* Copyright (C) 2013-2024 Alexandre Spangaro <[email protected]> | ||
* Copyright (C) 2014-2015 Ari Elbaz (elarifr) <[email protected]> | ||
* Copyright (C) 2013-2021 Florian Henry <[email protected]> | ||
* Copyright (C) 2021 Gauthier VERDOL <[email protected]> | ||
* Copyright (C) 2014 Juanjo Menent <[email protected]>s | ||
* Copyright (C) 2016 Laurent Destailleur <[email protected]> | ||
/* Copyright (C) 2013-2014 Olivier Geffroy <[email protected]> | ||
* Copyright (C) 2013-2024 Alexandre Spangaro <[email protected]> | ||
* Copyright (C) 2014-2015 Ari Elbaz (elarifr) <[email protected]> | ||
* Copyright (C) 2013-2021 Florian Henry <[email protected]> | ||
* Copyright (C) 2021 Gauthier VERDOL <[email protected]> | ||
* Copyright (C) 2014 Juanjo Menent <[email protected]>s | ||
* Copyright (C) 2016 Laurent Destailleur <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
@@ -234,7 +234,7 @@ | |
|
||
$help_url = 'EN:Module_Double_Entry_Accounting|FR:Module_Comptabilité_en_Partie_Double#Liaisons_comptables'; | ||
|
||
llxHeader('', $langs->trans("SuppliersVentilation"), $help_url, '', 0, 0, '', '', '', 'mod-accountancy accountancy-supplier page-list'); | ||
llxHeader('', $langs->trans("SuppliersVentilation"), $help_url, '', 0, 0, '', '', '', 'bodyforlist mod-accountancy accountancy-supplier page-list'); | ||
|
||
if (empty($chartaccountcode)) { | ||
print $langs->trans("ErrorChartOfAccountSystemNotSelected"); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
<?php | ||
/* Copyright (C) 2007-2017 Laurent Destailleur <[email protected]> | ||
/* Copyright (C) 2007-2017 Laurent Destailleur <[email protected]> | ||
* Copyright (C) 2024 Alexandre Spangaro <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
@@ -119,11 +120,11 @@ | |
if (!empty($val['visible'])) { | ||
$visible = (int) dol_eval($val['visible'], 1); | ||
$arrayfields['t.'.$key] = array( | ||
'label'=>$val['label'], | ||
'checked'=>(($visible < 0) ? 0 : 1), | ||
'enabled'=>(abs($visible) != 3 && (int) dol_eval($val['enabled'], 1)), | ||
'position'=>$val['position'], | ||
'help'=> isset($val['help']) ? $val['help'] : '' | ||
'label' => $val['label'], | ||
'checked' => (($visible < 0) ? 0 : 1), | ||
'enabled' => (abs($visible) != 3 && (bool) dol_eval($val['enabled'], 1)), | ||
'position' => $val['position'], | ||
'help' => isset($val['help']) ? $val['help'] : '' | ||
); | ||
} | ||
} | ||
|
@@ -309,7 +310,7 @@ | |
// Output page | ||
// -------------------------------------------------------------------- | ||
|
||
llxHeader('', $title, $help_url, '', 0, 0, $morejs, $morecss, '', 'mod-user page-emailcollector_list'); | ||
llxHeader('', $title, $help_url, '', 0, 0, $morejs, $morecss, '', 'bodyforlist mod-user page-emailcollector_list'); | ||
|
||
|
||
$linkback = '<a href="'.DOL_URL_ROOT.'/admin/modules.php?restore_lastsearch_values=1">'.$langs->trans("BackToModuleList").'</a>'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.