26require
'../main.inc.php';
27require_once DOL_DOCUMENT_ROOT .
'/core/lib/asset.lib.php';
28require_once DOL_DOCUMENT_ROOT .
'/asset/class/asset.class.php';
29require_once DOL_DOCUMENT_ROOT .
'/asset/class/assetdepreciationoptions.class.php';
32$langs->loadLangs(array(
"assets",
"companies"));
37$action =
GETPOST(
'action',
'aZ09');
38$cancel =
GETPOST(
'cancel',
'aZ09');
39$backtopage =
GETPOST(
'backtopage',
'alpha');
42$object =
new Asset($db);
45$diroutputmassaction = $conf->asset->dir_output.
'/temp/massgeneration/'.$user->id;
46$hookmanager->initHooks(array(
'assetdepreciationoptions',
'globalcard'));
48$extrafields->fetch_name_optionals_label($object->table_element);
51include DOL_DOCUMENT_ROOT .
'/core/actions_fetchobject.inc.php';
52if ($id > 0 || !empty($ref)) {
53 $upload_dir = $conf->asset->multidir_output[$object->entity] .
"/" . $object->id;
56$permissiontoadd = $user->hasRight(
'asset',
'write');
59if ($user->socid > 0) {
62$isdraft = (($object->status == $object::STATUS_DRAFT) ? 1 : 0);
63restrictedArea($user, $object->element, $object->id, $object->table_element,
'',
'fk_soc',
'rowid', $isdraft);
64if (!isModEnabled(
'asset')) {
67if (!empty($object->not_depreciated)) {
71$object->asset_depreciation_options = &$assetdepreciationoptions;
72$result = $assetdepreciationoptions->fetchDeprecationOptions($object->id);
74 setEventMessages($assetdepreciationoptions->error, $assetdepreciationoptions->errors,
'errors');
83$reshook = $hookmanager->executeHooks(
'doActions', $parameters, $object, $action);
88 $backurlforlist = DOL_URL_ROOT.
'/asset/list.php';
90 if (empty($backtopage) || ($cancel && empty($id))) {
91 if (empty($backtopage) || ($cancel && strpos($backtopage,
'__ID__'))) {
92 if (empty($id) && (($action !=
'add' && $action !=
'create') || $cancel)) {
93 $backtopage = $backurlforlist;
95 $backtopage = DOL_URL_ROOT.
'/asset/depreciation_options.php?id='.((!empty($id) && $id > 0) ? $id :
'__ID__');
102 if (!empty($backtopageforcancel)) {
103 header(
"Location: ".$backtopageforcancel);
105 } elseif (!empty($backtopage)) {
106 header(
"Location: ".$backtopage);
112 if ($action ==
"update") {
113 $result = $assetdepreciationoptions->setDeprecationOptionsFromPost();
115 $result = $assetdepreciationoptions->updateDeprecationOptions($user, $object->id);
118 setEventMessages($assetdepreciationoptions->error, $assetdepreciationoptions->errors,
'errors');
122 header(
"Location: " . $_SERVER[
"PHP_SELF"] .
'?id=' . $object->id);
133$form =
new Form($db);
136llxHeader(
'', $langs->trans(
'Asset'), $help_url);
138if ($id > 0 || !empty($ref)) {
140 print
dol_get_fiche_head($head,
'depreciation_options', $langs->trans(
"Asset"), -1, $object->picto);
144 $linkback =
'<a href="'.DOL_URL_ROOT.
'/asset/list.php?restore_lastsearch_values=1'.(!empty($socid) ?
'&socid='.$socid :
'').
'">'.$langs->trans(
"BackToList").
'</a>';
146 $morehtmlref =
'<div class="refidno">';
147 $morehtmlref .=
'</div>';
149 dol_banner_tab($object,
'ref', $linkback, 1,
'ref',
'ref', $morehtmlref);
151 print
'<div class="fichecenter">';
152 print
'<div class="underbanner clearboth"></div>';
155 if ($action ==
'edit') {
156 print
'<form method="POST" action="' . $_SERVER[
"PHP_SELF"] .
'?id=' . $object->id .
'">';
157 print
'<input type="hidden" name="token" value="' . newToken() .
'">';
158 print
'<input type="hidden" name="action" value="update">';
160 print
'<input type="hidden" name="backtopage" value="' . $backtopage .
'">';
162 if ($backtopageforcancel) {
163 print
'<input type="hidden" name="backtopageforcancel" value="' . $backtopageforcancel .
'">';
168 include DOL_DOCUMENT_ROOT .
'/asset/tpl/depreciation_options_edit.tpl.php';
172 print $form->buttonsSaveCancel();
176 include DOL_DOCUMENT_ROOT .
'/asset/tpl/depreciation_options_view.tpl.php';
181 if ($action !=
'edit') {
182 print
'<div class="tabsAction">' .
"\n";
183 $parameters = array();
184 $reshook = $hookmanager->executeHooks(
'addMoreActionsButtons', $parameters, $object, $action);
189 if (empty($reshook)) {
190 if ($object->status == $object::STATUS_DRAFT) {
191 print
dolGetButtonAction($langs->trans(
'Modify'),
'',
'default', $_SERVER[
"PHP_SELF"] .
'?id=' . $object->id .
'&action=edit&token=' . newToken(),
'', $permissiontoadd);
194 print
'</div>' .
"\n";
assetPrepareHead(Asset $object)
Prepare array of tabs for Asset.
if(!defined('NOREQUIRESOC')) if(!defined( 'NOREQUIRETRAN')) if(!defined('NOTOKENRENEWAL')) if(!defined( 'NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined( 'NOREQUIREAJAX')) llxHeader()
Empty header.
Class for AssetDepreciationOptions.
dol_banner_tab($object, $paramid, $morehtml='', $shownav=1, $fieldid='rowid', $fieldref='ref', $morehtmlref='', $moreparam='', $nodbprefix=0, $morehtmlleft='', $morehtmlstatus='', $onlybanner=0, $morehtmlright='')
Show tab footer of a card.
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.
setEventMessage($mesgs, $style='mesgs', $noduplicate=0)
Set event message in dol_events session object.
dolGetButtonAction($label, $text='', $actionType='default', $url='', $id='', $userRight=1, $params=array())
Function dolGetButtonAction.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='', $noduplicate=0)
Set event messages in dol_events session object.
restrictedArea(User $user, $features, $object=0, $tableandshare='', $feature2='', $dbt_keyfield='fk_soc', $dbt_select='rowid', $isdraft=0, $mode=0)
Check permissions of a user to show a page and an object.
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.