31require
'../main.inc.php';
32require_once DOL_DOCUMENT_ROOT.
'/core/lib/product.lib.php';
33require_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
34require_once DOL_DOCUMENT_ROOT.
'/product/class/product.class.php';
35require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formadmin.class.php';
46$langs->loadLangs(array(
'products',
'languages'));
50$action =
GETPOST(
'action',
'aZ09');
51$cancel =
GETPOST(
'cancel',
'alpha');
54$fieldvalue = (!empty($id) ?
$id : (!empty($ref) ? $ref :
''));
55$fieldtype = (!empty($ref) ?
'ref' :
'rowid');
57 $socid = $user->socid;
60if ($id > 0 || !empty($ref)) {
66$hookmanager->initHooks(array(
'producttranslationcard',
'globalcard'));
69 if (
$object->type == $object::TYPE_PRODUCT) {
72 if (
$object->type == $object::TYPE_SERVICE) {
76 restrictedArea($user,
'produit|service', $fieldvalue,
'product&product',
'',
'', $fieldtype);
87$parameters = array(
'id'=>$id,
'ref'=>$ref);
88$reshook = $hookmanager->executeHooks(
'doActions', $parameters, $object, $action);
94 if ($cancel == $langs->trans(
"Cancel")) {
98 if ($action ==
'delete' &&
GETPOST(
'langtodelete',
'alpha') && $usercancreate) {
103 header(
'Location:'.$_SERVER[
'PHP_SELF'].
'?id='.$id);
108 if ($action ==
'vadd' && $cancel != $langs->trans(
"Cancel") && $usercancreate) {
111 $current_lang = $langs->getDefaultLang();
114 if (
GETPOST(
"forcelangprod") == $current_lang) {
127 if (
GETPOST(
"forcelangprod")) {
128 $result =
$object->setMultiLangs($user);
130 $object->error = $langs->trans(
"ErrorFieldRequired", $langs->transnoentitiesnoconv(
"Language"));
135 header(
'Location:'.$_SERVER[
'PHP_SELF'].
'?id='.$id);
144 if ($action ==
'vedit' && $cancel != $langs->trans(
"Cancel") && $usercancreate) {
147 $current_lang = $langs->getDefaultLang();
149 foreach (
$object->multilangs as $key => $value) {
150 if ($key == $current_lang) {
163 $result =
$object->setMultiLangs($user);
165 header(
'Location:'.$_SERVER[
'PHP_SELF'].
'?id='.$id);
174 if ($action ==
'vdelete' && $cancel != $langs->trans(
"Cancel") && $usercancreate) {
177 $langtodelete =
GETPOST(
'langdel',
'alpha');
179 $result =
$object->delMultiLangs($langtodelete, $user);
181 header(
'Location:'.$_SERVER[
'PHP_SELF'].
'?id='.$id);
191$result =
$object->fetch($id, $ref);
198$title = $langs->trans(
'ProductServiceCard');
202 $title = $langs->trans(
'Product').
" ".$shortlabel.
" - ".$langs->trans(
'Translation');
203 $helpurl =
'EN:Module_Products|FR:Module_Produits|ES:Módulo_Productos';
206 $title = $langs->trans(
'Service').
" ".$shortlabel.
" - ".$langs->trans(
'Translation');
207 $helpurl =
'EN:Module_Services_En|FR:Module_Services|ES:Módulo_Servicios';
210llxHeader(
'', $title, $helpurl,
'', 0, 0,
'',
'',
'',
'mod-product page-translation');
212$form =
new Form($db);
216$titre = $langs->trans(
"CardProduct".
$object->type);
222if (!empty(
$object->multilangs)) {
223 foreach (
$object->multilangs as $key => $value) {
231$linkback =
'<a href="'.DOL_URL_ROOT.
'/product/list.php?restore_lastsearch_values=1&type='.
$object->type.
'">'.$langs->trans(
"BackToList").
'</a>';
234if ($user->socid && !in_array(
'product', explode(
',',
getDolGlobalString(
'MAIN_MODULES_FOR_EXTERNAL')))) {
238dol_banner_tab($object,
'ref', $linkback, $shownav,
'ref',
'',
'',
'', 0,
'',
'', 1);
247print
"\n".
'<div class="tabsAction">'.
"\n";
249$parameters = array();
250$reshook = $hookmanager->executeHooks(
'addMoreActionsButtons', $parameters, $object, $action);
251if (empty($reshook)) {
253 if ($user->hasRight(
'produit',
'creer') || $user->hasRight(
'service',
'creer')) {
254 print
'<a class="butAction" href="' . DOL_URL_ROOT .
'/product/traduction.php?action=add&token='.newToken().
'&id=' .
$object->id .
'">' . $langs->trans(
"Add") .
'</a>';
255 if ($cnt_trans > 0) {
256 print
'<a class="butAction" href="' . DOL_URL_ROOT .
'/product/traduction.php?action=edit&token='.newToken().
'&id=' .
$object->id .
'">' . $langs->trans(
"Modify") .
'</a>';
262print
"\n".
'</div>'.
"\n";
266if ($action ==
'edit') {
268 require_once DOL_DOCUMENT_ROOT.
'/core/class/doleditor.class.php';
270 print
'<form action="'.$_SERVER[
"PHP_SELF"].
'" method="POST">';
271 print
'<input type="hidden" name="token" value="'.newToken().
'">';
272 print
'<input type="hidden" name="action" value="vedit">';
273 print
'<input type="hidden" name="id" value="'.$object->id.
'">';
275 if (!empty(
$object->multilangs)) {
277 foreach (
$object->multilangs as $key => $value) {
281 print($i > 1 ?
"<br>" :
"").($s ? $s.
' ' :
'').
' <div class="inline-block margintop marginbottomonly"><b>'.$langs->trans(
'Language_'.$key).
'</b></div><div class="inline-block floatright"><a href="'.$_SERVER[
"PHP_SELF"].
'?id='.
$object->id.
'&action=delete&token='.
newToken().
'&langtodelete='.$key.
'">'.
img_delete(
'',
'class="valigntextbottom marginrightonly"').
'</a></div>';
283 print
'<div class="underbanner clearboth"></div>';
284 print
'<table class="border centpercent">';
285 print
'<tr><td class="tdtop titlefieldcreate fieldrequired">'.$langs->trans(
'Label').
'</td><td><input name="libelle-'.$key.
'" size="40" value="'.
dol_escape_htmltag(
$object->multilangs[$key][
"label"]).
'"></td></tr>';
286 print
'<tr><td class="tdtop">'.$langs->trans(
'Description').
'</td><td>';
287 $doleditor =
new DolEditor(
"desc-$key",
$object->multilangs[$key][
"description"],
'', 160,
'dolibarr_notes',
'',
false,
true,
getDolGlobalInt(
'FCKEDITOR_ENABLE_DETAILS'), ROWS_3,
'90%');
288 $doleditor->Create();
291 print
'<tr><td class="tdtop">'.$langs->trans(
"NotePrivate").
'</td><td>';
292 $doleditor =
new DolEditor(
"other-$key",
$object->multilangs[$key][
"other"],
'', 160,
'dolibarr_notes',
'',
false,
true,
getDolGlobalInt(
'FCKEDITOR_ENABLE_DETAILS'), ROWS_3,
'90%');
293 $doleditor->Create();
300 $parameters = array();
301 $reshook = $hookmanager->executeHooks(
'formObjectOptions', $parameters, $object, $action);
305 print $form->buttonsSaveCancel();
308} elseif ($action !=
'add') {
309 if (!empty(
$object->multilangs)) {
311 foreach (
$object->multilangs as $key => $value) {
315 print($i > 1 ?
"<br>" :
"").($s ? $s.
' ' :
'').
' <div class="inline-block marginbottomonly"><b>'.$langs->trans(
'Language_'.$key).
'</b></div><div class="inline-block floatright"><a href="'.$_SERVER[
"PHP_SELF"].
'?id='.
$object->id.
'&action=delete&token='.
newToken().
'&langtodelete='.$key.
'">'.
img_delete(
'',
'class="valigntextbottom marginrightonly"').
'</a></div>';
317 print
'<div class="fichecenter">';
318 print
'<div class="underbanner clearboth"></div>';
319 print
'<table class="border centpercent">';
320 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
'Label').
'</td><td>'.
$object->multilangs[$key][
"label"].
'</td></tr>';
321 print
'<tr><td class="tdtop">'.$langs->trans(
'Description').
'</td><td>'.
$object->multilangs[$key][
"description"].
'</td></tr>';
323 print
'<tr><td>'.$langs->trans(
"NotePrivate").
'</td><td>'.
$object->multilangs[$key][
"other"].
'</td></tr>';
329 if (!$cnt_trans && $action !=
'add') {
330 print
'<div class="opacitymedium">'.$langs->trans(
'NoTranslation').
'</div>';
340if ($action ==
'add' && ($user->hasRight(
'produit',
'creer') || $user->hasRight(
'service',
'creer'))) {
342 require_once DOL_DOCUMENT_ROOT.
'/core/class/doleditor.class.php';
345 print
'<form action="'.$_SERVER[
"PHP_SELF"].
'" method="post">';
346 print
'<input type="hidden" name="token" value="'.newToken().
'">';
347 print
'<input type="hidden" name="action" value="vadd">';
348 print
'<input type="hidden" name="id" value="'.GETPOSTINT(
"id").
'">';
352 print
'<table class="border centpercent">';
353 print
'<tr><td class="tdtop titlefieldcreate fieldrequired">'.$langs->trans(
'Language').
'</td><td>';
354 print $formadmin->select_language(
GETPOST(
'forcelangprod'),
'forcelangprod', 0,
$object->multilangs, 1);
356 print
'<tr><td class="tdtop fieldrequired">'.$langs->trans(
'Label').
'</td><td><input name="libelle" size="40"></td></tr>';
357 print
'<tr><td class="tdtop">'.$langs->trans(
'Description').
'</td><td>';
358 $doleditor =
new DolEditor(
'desc',
'',
'', 160,
'dolibarr_notes',
'',
false,
true,
getDolGlobalInt(
'FCKEDITOR_ENABLE_DETAILS'), ROWS_3,
'90%');
359 $doleditor->Create();
363 print
'<tr><td class="tdtop">'.$langs->trans(
'NotePrivate').
'</td><td>';
364 $doleditor =
new DolEditor(
'other',
'',
'', 160,
'dolibarr_notes',
'',
false,
true,
getDolGlobalInt(
'FCKEDITOR_ENABLE_DETAILS'), ROWS_3,
'90%');
365 $doleditor->Create();
370 $parameters = array();
371 $reshook = $hookmanager->executeHooks(
'formObjectOptions', $parameters, $object, $action);
375 print $form->buttonsSaveCancel();
if( $user->socid > 0) if(! $user->hasRight('accounting', 'chartofaccount')) $object
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.
Class to manage a WYSIWYG editor.
Class to manage products or services.
const TYPE_PRODUCT
Regular product.
const TYPE_SERVICE
Service.
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='', $noduplicate=0, $attop=0)
Set event messages in dol_events session object.
picto_from_langcode($codelang, $moreatt='', $notitlealt=0)
Return img flag of country for a language code or country code.
img_delete($titlealt='default', $other='class="pictodelete"', $morecss='')
Show delete logo.
GETPOSTINT($paramname, $method=0)
Return the value of a $_GET or $_POST supervariable, converted into integer.
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.
getDolGlobalInt($key, $default=0)
Return a Dolibarr global constant int value.
newToken()
Return the value of token currently saved into session with name 'newtoken'.
dol_htmlcleanlastbr($stringtodecode)
This function remove all ending and br at end.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
dol_trunc($string, $size=40, $trunc='right', $stringencoding='UTF-8', $nodot=0, $display=0)
Truncate a string to a particular length adding '…' if string larger than length.
getDolGlobalString($key, $default='')
Return a Dolibarr global constant string value.
dol_escape_htmltag($stringtoescape, $keepb=0, $keepn=0, $noescapetags='', $escapeonlyhtmltags=0, $cleanalsojavascript=0)
Returns text escaped for inclusion in HTML alt or title or value tags, or into values of HTML input f...
product_prepare_head($object)
Prepare array with list of tabs.
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.