26 require
'../../main.inc.php';
27 require_once DOL_DOCUMENT_ROOT.
'/core/lib/admin.lib.php';
28 require_once DOL_DOCUMENT_ROOT.
'/core/lib/accounting.lib.php';
29 require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formaccounting.class.php';
32 $langs->loadLangs(array(
"compta",
"admin",
"accountancy"));
35 if (!$user->hasRight(
'accounting',
'chartofaccount')) {
39 $action =
GETPOST(
'action',
'aZ09');
42 $list_account_main = array(
43 'ACCOUNTING_RESULT_PROFIT',
44 'ACCOUNTING_RESULT_LOSS'
51 if ($action ==
'update') {
54 $defaultjournal =
GETPOST(
'ACCOUNTING_CLOSURE_DEFAULT_JOURNAL',
'alpha');
56 if (!empty($defaultjournal)) {
57 if (!
dolibarr_set_const($db,
'ACCOUNTING_CLOSURE_DEFAULT_JOURNAL', $defaultjournal,
'chaine', 0,
'', $conf->entity)) {
64 foreach ($list_account_main as $constname) {
65 $constvalue =
GETPOST($constname,
'alpha');
66 if (!
dolibarr_set_const($db, $constname, $constvalue,
'chaine', 0,
'', $conf->entity)) {
89 print
load_fiche_titre($langs->trans(
'MenuClosureAccounts'), $linkback,
'title_accountancy');
91 print
'<span class="opacitymedium">'.$langs->trans(
"DefaultClosureDesc").
'</span><br>';
94 print
'<form action="'.$_SERVER[
"PHP_SELF"].
'" method="post">';
95 print
'<input type="hidden" name="token" value="'.newToken().
'">';
96 print
'<input type="hidden" name="action" value="update">';
99 print
'<table class="noborder centpercent">';
101 foreach ($list_account_main as $key) {
102 print
'<tr class="oddeven value">';
104 $label = $langs->trans($key);
105 $keydesc = $key.
'_Desc';
107 $htmltext = $langs->trans($keydesc);
108 print
'<td class="fieldrequired" width="50%">';
109 print
$form->textwithpicto($label, $htmltext);
119 print
'<tr class="oddeven">';
120 print
'<td width="50%">'.$langs->trans(
"ACCOUNTING_CLOSURE_DEFAULT_JOURNAL").
'</td>';
122 $defaultjournal = $conf->global->ACCOUNTING_CLOSURE_DEFAULT_JOURNAL;
123 print $formaccounting->select_journal($defaultjournal,
"ACCOUNTING_CLOSURE_DEFAULT_JOURNAL", 9, 1, 0, 0);
128 print
'<div class="center"><input type="submit" class="button button-edit" name="button" value="'.$langs->trans(
'Modify').
'"></div>';
dolibarr_set_const($db, $name, $value, $type='chaine', $visible=0, $note='', $entity=1)
Insert a parameter (key,value) into database (delete old key then insert it again).
if(!defined('NOREQUIRESOC')) if(!defined('NOREQUIRETRAN')) if(!defined('NOTOKENRENEWAL')) if(!defined('NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined('NOREQUIREAJAX')) llxHeader()
Empty header.
if($cancel &&! $id) if($action=='add' &&! $cancel) if($action=='delete') if($id) $form
Actions.
load_fiche_titre($titre, $morehtmlright='', $picto='generic', $pictoisfullpath=0, $id='', $morecssontable='', $morehtmlcenter='')
Load a title with picto.
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='')
Set event messages in dol_events session object.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
if(!function_exists('utf8_encode')) if(!function_exists('utf8_decode')) getDolGlobalString($key, $default='')
Return dolibarr global constant string value.
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.