24 require
'../../main.inc.php';
25 require_once DOL_DOCUMENT_ROOT .
'/core/lib/fiscalyear.lib.php';
26 require_once DOL_DOCUMENT_ROOT .
'/core/lib/functions2.lib.php';
27 require_once DOL_DOCUMENT_ROOT .
'/core/class/fiscalyear.class.php';
30 $langs->loadLangs(array(
"admin",
"compta"));
33 if ($user->societe_id > 0)
35 if (! $user->rights->accounting->fiscalyear)
41 $title = $langs->trans(
"Fiscalyear") .
" - " . $langs->trans(
"Info");
52 dol_fiche_head($head,
'info', $langs->trans(
"Fiscalyear"), 0,
'cron');
54 print '<table width="100%"><tr><td>';
56 print
'</td></tr></table>';
GETPOST($paramname, $check='none', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
print
Draft customers invoices.
dol_print_object_info($object, $usetable=0)
Show informations on an object TODO Move this into html.formother.
fiscalyear_prepare_head(Fiscalyear $object)
Prepare array with list of tabs.
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0)
Show a message to say access is forbidden and stop program Calling this function terminate execution ...
Class to manage fiscal year.
dol_fiche_head($links=array(), $active='0', $title='', $notab=0, $picto='', $pictoisfullpath=0, $morehtmlright='', $morecss='')
Show tab header of a card.