30require
'../../../main.inc.php';
31require_once DOL_DOCUMENT_ROOT.
'/core/lib/invoice.lib.php';
32require_once DOL_DOCUMENT_ROOT.
'/core/class/extrafields.class.php';
43$langs->loadLangs(array(
'companies',
'admin',
'bills'));
51$action =
GETPOST(
'action',
'aZ09');
52$attrname =
GETPOST(
'attrname',
'alpha');
53$elementtype =
'facture';
64require DOL_DOCUMENT_ROOT.
'/core/actions_extrafields.inc.php';
72$textobject = strtolower($langs->transnoentitiesnoconv(
"BillsCustomers"));
74llxHeader(
'', $langs->trans(
"BillsSetup"));
76$linkback =
'<a href="'.dolBuildUrl(DOL_URL_ROOT.
'/admin/modules.php', [
'restore_lastsearch_values' => 1]).
'">'.
img_picto($langs->trans(
"BackToModuleList"),
'back',
'class="pictofixedwidth"').
'<span class="hideonsmartphone">'.$langs->trans(
"BackToModuleList").
'</span></a>';
78print
load_fiche_titre($langs->trans(
"BillsSetup"), $linkback,
'title_setup');
84require DOL_DOCUMENT_ROOT.
'/core/tpl/admin_extrafields_view.tpl.php';
93if ($action ==
'create') {
94 print
'<br><div id="newattrib"></div>';
97 require DOL_DOCUMENT_ROOT.
'/core/tpl/admin_extrafields_add.tpl.php';
103if ($action ==
'edit' && !empty($attrname)) {
104 $langs->load(
"members");
109 require DOL_DOCUMENT_ROOT.
'/core/tpl/admin_extrafields_edit.tpl.php';
llxFooter($comment='', $zone='private', $disabledoutputofmessages=0)
Empty footer.
if(!defined('NOREQUIRESOC')) if(!defined( 'NOREQUIRETRAN')) if(!defined('NOTOKENRENEWAL')) if(!defined( 'NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined( 'NOREQUIREAJAX')) llxHeader($head='', $title='', $help_url='', $target='', $disablejs=0, $disablehead=0, $arrayofjs='', $arrayofcss='', $morequerystring='', $morecssonbody='', $replacemainareaby='', $disablenofollow=0, $disablenoindex=0)
Empty header.
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=0, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2, $allowothertags=array())
Show picto whatever it's its name (generic function)
dol_get_fiche_head($links=array(), $active='', $title='', $notab=0, $picto='', $pictoisfullpath=0, $morehtmlright='', $morecss='', $limittoshow=0, $moretabssuffix='', $dragdropfile=0, $morecssdiv='')
Show tabs of a record.
dol_get_fiche_end($notab=0)
Return tab footer of a card.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
load_fiche_titre($title, $morehtmlright='', $picto='generic', $pictoisfullpath=0, $id='', $morecssontable='', $morehtmlcenter='', $morecssonpicto='widthpictotitle')
Load a title with picto.
invoice_admin_prepare_head()
Return array head with list of tabs to view object information.
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.