Merge pull request #9441 from grandoc/new_branch_09_09_2018
New branch 09 09 2018
This commit is contained in:
commit
de8496773d
@ -36,9 +36,8 @@ if ( $_SESSION['uid'] <= 0 )
|
||||
exit;
|
||||
}
|
||||
|
||||
$langs->load("companies");
|
||||
$langs->load("compta");
|
||||
$langs->load("cashdesk");
|
||||
// Load translation files required by the page
|
||||
$langs->loadLangs(array("companies","compta","cashdesk"));
|
||||
|
||||
|
||||
/*
|
||||
|
||||
@ -28,8 +28,8 @@
|
||||
require_once '../main.inc.php';
|
||||
require_once DOL_DOCUMENT_ROOT.'/product/class/html.formproduct.class.php';
|
||||
|
||||
$langs->load("admin");
|
||||
$langs->load("cashdesk");
|
||||
// Load translation files required by the page
|
||||
$langs->loadLangs(array("admin","cashdesk"));
|
||||
|
||||
// Test if user logged
|
||||
if ( $_SESSION['uid'] > 0 )
|
||||
|
||||
@ -30,9 +30,8 @@ include '../main.inc.php';
|
||||
require_once DOL_DOCUMENT_ROOT.'/cashdesk/include/environnement.php';
|
||||
require_once DOL_DOCUMENT_ROOT.'/cashdesk/class/Auth.class.php';
|
||||
|
||||
$langs->load("main");
|
||||
$langs->load("admin");
|
||||
$langs->load("cashdesk");
|
||||
// Load translation files required by the page
|
||||
$langs->loadLangs(array("main","admin","cashdesk"));
|
||||
|
||||
$username = GETPOST("txtUsername");
|
||||
$password = GETPOST("pwdPassword");
|
||||
@ -119,7 +118,7 @@ if ( $retour >= 0 )
|
||||
$_SESSION['firstname'] = $tab['firstname'];
|
||||
$_SESSION['CASHDESK_ID_THIRDPARTY'] = ($thirdpartyid > 0 ? $thirdpartyid : '');
|
||||
$_SESSION['CASHDESK_ID_WAREHOUSE'] = ($warehouseid > 0 ? $warehouseid : '');
|
||||
|
||||
|
||||
$_SESSION['CASHDESK_ID_BANKACCOUNT_CASH'] = ($bankid_cash > 0 ? $bankid_cash : '');
|
||||
$_SESSION['CASHDESK_ID_BANKACCOUNT_CHEQUE'] = ($bankid_cheque > 0 ? $bankid_cheque : '');
|
||||
$_SESSION['CASHDESK_ID_BANKACCOUNT_CB'] = ($bankid_cb > 0 ? $bankid_cb : '');
|
||||
@ -135,8 +134,8 @@ if ( $retour >= 0 )
|
||||
}
|
||||
else
|
||||
{
|
||||
$langs->load("errors");
|
||||
$langs->load("other");
|
||||
// Load translation files required by the page
|
||||
$langs->loadLangs(array("other","errors"));
|
||||
$retour=$langs->trans("ErrorBadLoginPassword");
|
||||
header('Location: '.DOL_URL_ROOT.'/cashdesk/index.php?err='.urlencode($retour).'&user='.$username.'&socid='.$thirdpartyid.'&warehouseid='.$warehouseid);
|
||||
exit;
|
||||
|
||||
@ -26,10 +26,8 @@ if (empty($langs) || ! is_object($langs))
|
||||
exit;
|
||||
}
|
||||
|
||||
|
||||
$langs->load("main");
|
||||
$langs->load("bills");
|
||||
$langs->load("cashdesk");
|
||||
// Load translation files required by the page
|
||||
$langs->loadLangs(array("main","bills","cashdesk"));
|
||||
|
||||
// Object $form must de defined
|
||||
|
||||
|
||||
@ -28,9 +28,8 @@ if (empty($langs) || ! is_object($langs))
|
||||
require_once DOL_DOCUMENT_ROOT.'/societe/class/societe.class.php';
|
||||
require_once DOL_DOCUMENT_ROOT.'/product/class/product.class.php';
|
||||
|
||||
$langs->load("main");
|
||||
$langs->load("bills");
|
||||
$langs->load("cashdesk");
|
||||
// Load translation files required by the page
|
||||
$langs->loadLangs(array("main","bills","cashdesk"));
|
||||
|
||||
?>
|
||||
|
||||
|
||||
@ -63,9 +63,8 @@ if (!empty($_SESSION["CASHDESK_ID_WAREHOUSE"]) && ! empty($conf->stock->enabled)
|
||||
$warehouseLink = $warehouse->getNomUrl(1);
|
||||
}
|
||||
|
||||
|
||||
$langs->load("cashdesk");
|
||||
$langs->load("main");
|
||||
// Load translation files required by the page
|
||||
$langs->loadLangs(array("main","cashdesk"));
|
||||
|
||||
print "\n".'<!-- menu.tpl.php -->'."\n";
|
||||
print '<div class="menu_bloc">';
|
||||
|
||||
@ -27,8 +27,8 @@ if (empty($langs) || ! is_object($langs))
|
||||
|
||||
include_once DOL_DOCUMENT_ROOT.'/compta/facture/class/facture.class.php';
|
||||
|
||||
$langs->load("main");
|
||||
$langs->load('cashdesk');
|
||||
// Load translation files required by the page
|
||||
$langs->loadLangs(array("main","cashdesk"));
|
||||
|
||||
top_httphead('text/html');
|
||||
|
||||
|
||||
@ -23,10 +23,8 @@ if (empty($langs) || ! is_object($langs))
|
||||
exit;
|
||||
}
|
||||
|
||||
|
||||
$langs->load("main");
|
||||
$langs->load("bills");
|
||||
$langs->load("banks");
|
||||
// Load translation files required by the page
|
||||
$langs->loadLangs(array("main","bills","banks"));
|
||||
|
||||
// Object $form must de defined
|
||||
|
||||
|
||||
@ -24,9 +24,8 @@ if (empty($langs) || ! is_object($langs))
|
||||
exit;
|
||||
}
|
||||
|
||||
|
||||
$langs->load("main");
|
||||
$langs->load("bills");
|
||||
// Load translation files required by the page
|
||||
$langs->loadLangs(array("main","bills"));
|
||||
|
||||
?>
|
||||
|
||||
|
||||
@ -28,9 +28,8 @@ require '../main.inc.php';
|
||||
require_once DOL_DOCUMENT_ROOT.'/core/lib/admin.lib.php';
|
||||
require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
|
||||
|
||||
$langs->load("admin");
|
||||
$langs->load("other");
|
||||
$langs->load("website");
|
||||
// Load translation files required by the page
|
||||
$langs->loadLangs(array("admin","other","website"));
|
||||
|
||||
if (! $user->admin) accessforbidden();
|
||||
|
||||
|
||||
@ -1003,8 +1003,8 @@ class FactureRec extends CommonInvoice
|
||||
|
||||
$error=0;
|
||||
|
||||
$langs->load("bills");
|
||||
$langs->load('main');
|
||||
// Load translation files required by the page
|
||||
$langs->loadLangs(array("main","bills"));
|
||||
|
||||
$nb_create=0;
|
||||
|
||||
|
||||
@ -30,15 +30,11 @@ require_once DOL_DOCUMENT_ROOT.'/compta/prelevement/class/bonprelevement.class.p
|
||||
require_once DOL_DOCUMENT_ROOT.'/compta/bank/class/account.class.php';
|
||||
|
||||
// Load translation files required by the page
|
||||
$langs->loadLangs(array('banks', 'categories'));
|
||||
$langs->loadLangs(array('banks', 'categories','bills','withdrawals'));
|
||||
|
||||
if (!$user->rights->prelevement->bons->lire)
|
||||
accessforbidden();
|
||||
|
||||
$langs->load("bills");
|
||||
$langs->load("withdrawals");
|
||||
|
||||
|
||||
// Security check
|
||||
if ($user->societe_id > 0) accessforbidden();
|
||||
|
||||
|
||||
@ -93,8 +93,8 @@ if ($time >= $_SESSION['auto_check_events_not_before'])
|
||||
|
||||
while ($obj = $db->fetch_object($resql))
|
||||
{
|
||||
$langs->load("agenda");
|
||||
$langs->load("commercial");
|
||||
// Load translation files required by the page
|
||||
$langs->loadLangs(array('agenda', 'commercial'));
|
||||
|
||||
$actionmod->fetch($obj->id);
|
||||
|
||||
|
||||
@ -31,21 +31,21 @@ require_once DOL_DOCUMENT_ROOT."/core/lib/date.lib.php";
|
||||
*/
|
||||
class box_task extends ModeleBoxes
|
||||
{
|
||||
var $boxcode="projet";
|
||||
var $boximg="object_projecttask";
|
||||
var $boxlabel;
|
||||
//var $depends = array("projet");
|
||||
|
||||
public $boxcode="projet";
|
||||
public $boximg="object_projecttask";
|
||||
public $boxlabel;
|
||||
//public $depends = array("projet");
|
||||
|
||||
/**
|
||||
* @var DoliDB Database handler.
|
||||
*/
|
||||
public $db;
|
||||
|
||||
var $param;
|
||||
var $enabled = 0; // Disabled because bugged.
|
||||
|
||||
var $info_box_head = array();
|
||||
var $info_box_contents = array();
|
||||
public $param;
|
||||
public $enabled = 0; // Disabled because bugged.
|
||||
|
||||
public $info_box_head = array();
|
||||
public $info_box_contents = array();
|
||||
|
||||
|
||||
/**
|
||||
@ -57,8 +57,10 @@ class box_task extends ModeleBoxes
|
||||
function __construct($db,$param='')
|
||||
{
|
||||
global $user, $langs;
|
||||
$langs->load("boxes");
|
||||
$langs->load("projects");
|
||||
|
||||
// Load translation files required by the page
|
||||
$langs->loadLangs(array('boxes', 'projects'));
|
||||
|
||||
$this->boxlabel="Tasks";
|
||||
$this->db = $db;
|
||||
|
||||
@ -131,7 +133,7 @@ class box_task extends ModeleBoxes
|
||||
}
|
||||
|
||||
|
||||
// Add the sum à the bottom of the boxes
|
||||
// Add the sum at the bottom of the boxes
|
||||
$this->info_box_contents[$i][] = array('tr' => 'class="liste_total"', 'td' => '', 'text' => $langs->trans("Total")." ".$textHead);
|
||||
$this->info_box_contents[$i][] = array('td' => 'align="right" ', 'text' => number_format($totalnb, 0, ',', ' ')." ".$langs->trans("Tasks"));
|
||||
$this->info_box_contents[$i][] = array('td' => 'align="right" ', 'text' => ConvertSecondToTime($totalplannedtot,'all',25200,5));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user