39function is_empty($var, $allow_false =
false, $allow_ws =
false)
41 if (is_null($var) || !isset($var) || ($allow_ws ==
false && trim($var) ==
"" && !is_bool($var)) || ($allow_false ===
false && $var ===
false) || (is_array($var) && empty($var))) {
60 $head[$h][0] = DOL_URL_ROOT.
'/accountancy/admin/card.php?id='.
$object->id;
61 $head[$h][1] = $langs->trans(
"AccountAccounting");
62 $head[$h][2] =
'card';
84 $account = rtrim($account,
"0");
97 if ($account < 0 ||
is_empty($account)) {
108 $i = strlen($account);
136 if ($accounta < 0 ||
is_empty($accounta)) {
147 $i = strlen($accounta);
183function journalHead($nom, $variant, $period, $periodlink, $description, $builddate, $exportlink =
'', $moreparam = array(), $calcmode =
'', $varlink =
'', $moreoptions = array())
187 print
"\n\n<!-- start banner journal -->\n";
190 $varlink =
'?'.$varlink;
195 $head[$h][0] = $_SERVER[
"PHP_SELF"].$varlink;
196 $head[$h][1] = $langs->trans(
"Journalization");
197 $head[$h][2] =
'journal';
199 print
'<form method="POST" action="'.$_SERVER[
"PHP_SELF"].$varlink.
'">';
200 print
'<input type="hidden" name="token" value="'.newToken().
'">';
204 foreach ($moreparam as $key => $value) {
205 print
'<input type="hidden" name="'.$key.
'" value="'.$value.
'">';
207 print
'<table class="border centpercent tableforfield">';
211 print
'<td class="titlefieldcreate">'.$langs->trans(
"Name").
'</td>';
212 print
'<td colspan="3">';
220 print
'<td>'.$langs->trans(
"CalculationMode").
'</td>';
222 print
'<td colspan="3">';
228 print
'</td><td colspan="2">'.$variant;
236 print
'<td>'.$langs->trans(
"ReportPeriod").
'</td>';
238 print
'<td colspan="3">';
246 print
'</td><td colspan="2">'.$periodlink;
253 print
'<td>'.$langs->trans(
"ReportDescription").
'</td>';
254 print
'<td colspan="3">'.$description.
'</td>';
259 foreach ($moreoptions as $key => $value) {
261 print
'<td>'.$langs->trans($key).
'</td>';
262 print
'<td colspan="3">'.$value.
'</td>';
270 print
'<div class="center"><input type="submit" class="button" name="submit" value="'.$langs->trans(
"Refresh").
'"></div>';
274 print
"\n<!-- end banner journal -->\n\n";
292 $periodbydefaultontransfer =
getDolGlobalInt(
'ACCOUNTING_DEFAULT_PERIOD_ON_TRANSFER', 0);
293 if ($periodbydefaultontransfer == 2) {
294 $sql =
"SELECT date_start, date_end FROM ".MAIN_DB_PREFIX.
"accounting_fiscalyear";
295 $sql .=
" WHERE date_start < '".$db->idate(
dol_now()).
"' AND date_end > '".$db->idate(
dol_now()).
"'";
296 $sql .= $db->plimit(1);
297 $res = $db->query($sql);
298 if ($res->num_rows > 0) {
299 $obj = $db->fetch_object($res);
301 $date_start = $db->jdate($obj->date_start);
302 $date_end = $db->jdate($obj->date_end);
309 $year_end = $year_start + 1;
310 $month_end = $month_start - 1;
311 if ($month_end < 1) {
315 $date_start =
dol_mktime(0, 0, 0, $month_start, 1, $year_start);
318 } elseif ($periodbydefaultontransfer == 1) {
321 $pastmonthyear = $year_current;
322 if ($pastmonth == 0) {
329 $pastmonthyear = $year_current;
330 if ($pastmonth == 0) {
336 'date_start' => $date_start,
337 'date_end' => $date_end,
338 'pastmonthyear' => $pastmonthyear,
339 'pastmonth' => $pastmonth
357 if ($from_time ===
null) {
363 include_once DOL_DOCUMENT_ROOT.
'/core/lib/date.lib.php';
366 $sql =
"SELECT date_start, date_end FROM ".$db->prefix().
"accounting_fiscalyear";
367 $sql .=
" WHERE date_start <= '".$db->idate($from_time, $gm).
"'";
368 if ($withenddateonly) {
369 $sql .=
" AND (date_end >= '".$db->idate($from_time, $gm).
"')";
371 $sql .=
" AND (date_end >= '".$db->idate($from_time, $gm).
"' OR date_end IS NULL)";
374 $sql .=
" AND entity IN (".getEntity(
'accounting_fiscalyear').
")";
375 $sql .= $db->order(
'date_start',
'DESC');
376 $sql .= $db->plimit(1);
378 $res = $db->query($sql);
380 if ($db->num_rows($res) > 0) {
382 $obj = $db->fetch_object($res);
384 $date_start = $db->jdate($obj->date_start, $gm);
389 $conf_fiscal_month_start =
getDolGlobalInt(
'SOCIETE_FISCAL_MONTH_START');
390 if ($conf_fiscal_month_start >= 1 && $conf_fiscal_month_start <= 12) {
391 $month_start = $conf_fiscal_month_start;
393 $year_start = $now_arr[
'year'];
394 if ($conf_fiscal_month_start > $now_arr[
'mon']) {
397 $year_end = $year_start + 1;
398 $month_end = $month_start - 1;
399 if ($month_end < 1) {
403 $date_start =
dol_mktime(0, 0, 0, $month_start, 1, $year_start, $gm);
408 'date_start' => $date_start,
409 'date_end' => $date_end,
if( $user->socid > 0) if(! $user->hasRight('accounting', 'chartofaccount')) $object
length_accountg($account)
Return General accounting account with defined length (used for product and miscellaneous)
accounting_prepare_head(AccountingAccount $object)
Prepare array with list of tabs.
getCurrentPeriodOfFiscalYear($db, $conf, $from_time=null, $gm='tzserver', $withenddateonly=1)
Get current period of fiscal year?
journalHead($nom, $variant, $period, $periodlink, $description, $builddate, $exportlink='', $moreparam=array(), $calcmode='', $varlink='', $moreoptions=array())
Show header of a page used to transfer/dispatch data in accounting.
is_empty($var, $allow_false=false, $allow_ws=false)
Check if a value is empty with some options.
getDefaultDatesForTransfer()
Return Default dates for transfer based on periodicity option in accountancy setup.
clean_account($account)
Return accounting account without zero on the right.
length_accounta($accounta)
Return Auxiliary accounting account of thirdparties with defined length.
Class to manage accounting accounts.
dol_get_last_hour($date, $gm='tzserver')
Return GMT time for last hour of a given GMT date (it replaces hours, min and second part to 23:59:59...
dol_get_last_day($year, $month=12, $gm=false)
Return GMT time for last day of a month or year.
dol_mktime($hour, $minute, $second, $month, $day, $year, $gm='auto', $check=1)
Return a timestamp date built from detailed information (by default a local PHP server timestamp) Rep...
dol_get_fiche_head($links=array(), $active='', $title='', $notab=0, $picto='', $pictoisfullpath=0, $morehtmlright='', $morecss='', $limittoshow=0, $moretabssuffix='', $dragdropfile=0)
Show tabs of a record.
dol_get_fiche_end($notab=0)
Return tab footer of a card.
dol_now($mode='auto')
Return date for now.
getDolGlobalInt($key, $default=0)
Return a Dolibarr global constant int value.
dol_print_date($time, $format='', $tzoutput='auto', $outputlangs=null, $encodetooutput=false)
Output date in a string format according to outputlangs (or langs if not defined).
complete_head_from_modules($conf, $langs, $object, &$head, &$h, $type, $mode='add', $filterorigmodule='')
Complete or removed entries into a head array (used to build tabs).
getDolGlobalString($key, $default='')
Return a Dolibarr global constant string value.
dol_getdate($timestamp, $fast=false, $forcetimezone='')
Return an array with locale date info.
global $conf
The following vars must be defined: $type2label $form $conf, $lang, The following vars may also be de...