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';
38$langs->loadLangs(array(
'products',
'languages'));
42$action =
GETPOST(
'action',
'aZ09');
43$cancel =
GETPOST(
'cancel',
'alpha');
46$fieldvalue = (!empty($id) ?
$id : (!empty($ref) ? $ref :
''));
47$fieldtype = (!empty($ref) ?
'ref' :
'rowid');
49 $socid = $user->socid;
52if ($id > 0 || !empty($ref)) {
58$hookmanager->initHooks(array(
'producttranslationcard',
'globalcard'));
61 if (
$object->type == $object::TYPE_PRODUCT) {
64 if (
$object->type == $object::TYPE_SERVICE) {
68 restrictedArea($user,
'produit|service', $fieldvalue,
'product&product',
'',
'', $fieldtype);
79$parameters = array(
'id'=>$id,
'ref'=>$ref);
80$reshook = $hookmanager->executeHooks(
'doActions', $parameters, $object, $action);
86 if ($cancel == $langs->trans(
"Cancel")) {
90 if ($action ==
'delete' &&
GETPOST(
'langtodelete',
'alpha') && $usercancreate) {
99 if ($action ==
'vadd' && $cancel != $langs->trans(
"Cancel") && $usercancreate) {
102 $current_lang = $langs->getDefaultLang();
105 if (
GETPOST(
"forcelangprod") == $current_lang) {
118 if (
GETPOST(
"forcelangprod")) {
119 $result =
$object->setMultiLangs($user);
121 $object->error = $langs->trans(
"ErrorFieldRequired", $langs->transnoentitiesnoconv(
"Language"));
134 if ($action ==
'vedit' && $cancel != $langs->trans(
"Cancel") && $usercancreate) {
137 $current_lang = $langs->getDefaultLang();
139 foreach (
$object->multilangs as $key => $value) {
140 if ($key == $current_lang) {
153 $result =
$object->setMultiLangs($user);
163 if ($action ==
'vdelete' && $cancel != $langs->trans(
"Cancel") && $usercancreate) {
166 $langtodelete =
GETPOST(
'langdel',
'alpha');
168 $result =
$object->delMultiLangs($langtodelete, $user);
179$result =
$object->fetch($id, $ref);
186$title = $langs->trans(
'ProductServiceCard');
190 $title = $langs->trans(
'Product').
" ".$shortlabel.
" - ".$langs->trans(
'Translation');
191 $helpurl =
'EN:Module_Products|FR:Module_Produits|ES:Módulo_Productos';
194 $title = $langs->trans(
'Service').
" ".$shortlabel.
" - ".$langs->trans(
'Translation');
195 $helpurl =
'EN:Module_Services_En|FR:Module_Services|ES:Módulo_Servicios';
198llxHeader(
'', $title, $helpurl,
'', 0, 0,
'',
'',
'',
'mod-product page-translation');
200$form =
new Form($db);
204$titre = $langs->trans(
"CardProduct".
$object->type);
210if (!empty(
$object->multilangs)) {
211 foreach (
$object->multilangs as $key => $value) {
219$linkback =
'<a href="'.DOL_URL_ROOT.
'/product/list.php?restore_lastsearch_values=1&type='.
$object->type.
'">'.$langs->trans(
"BackToList").
'</a>';
222if ($user->socid && !in_array(
'product', explode(
',',
getDolGlobalString(
'MAIN_MODULES_FOR_EXTERNAL')))) {
226dol_banner_tab($object,
'ref', $linkback, $shownav,
'ref',
'',
'',
'', 0,
'',
'', 1);
235print
"\n".
'<div class="tabsAction">'.
"\n";
237$parameters = array();
238$reshook = $hookmanager->executeHooks(
'addMoreActionsButtons', $parameters, $object, $action);
239if (empty($reshook)) {
241 if ($user->hasRight(
'produit',
'creer') || $user->hasRight(
'service',
'creer')) {
242 print
'<a class="butAction" href="' . DOL_URL_ROOT .
'/product/traduction.php?action=add&token='.newToken().
'&id=' .
$object->id .
'">' . $langs->trans(
"Add") .
'</a>';
243 if ($cnt_trans > 0) {
244 print
'<a class="butAction" href="' . DOL_URL_ROOT .
'/product/traduction.php?action=edit&token='.newToken().
'&id=' .
$object->id .
'">' . $langs->trans(
"Modify") .
'</a>';
250print
"\n".
'</div>'.
"\n";
254if ($action ==
'edit') {
256 require_once DOL_DOCUMENT_ROOT.
'/core/class/doleditor.class.php';
258 print
'<form action="'.$_SERVER[
"PHP_SELF"].
'" method="POST">';
259 print
'<input type="hidden" name="token" value="'.newToken().
'">';
260 print
'<input type="hidden" name="action" value="vedit">';
261 print
'<input type="hidden" name="id" value="'.$object->id.
'">';
263 if (!empty(
$object->multilangs)) {
265 foreach (
$object->multilangs as $key => $value) {
269 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>';
271 print
'<div class="underbanner clearboth"></div>';
272 print
'<table class="border centpercent">';
273 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>';
274 print
'<tr><td class="tdtop">'.$langs->trans(
'Description').
'</td><td>';
275 $doleditor =
new DolEditor(
"desc-$key",
$object->multilangs[$key][
"description"],
'', 160,
'dolibarr_notes',
'',
false,
true,
getDolGlobalInt(
'FCKEDITOR_ENABLE_DETAILS'), ROWS_3,
'90%');
276 $doleditor->Create();
279 print
'<tr><td class="tdtop">'.$langs->trans(
"NotePrivate").
'</td><td>';
280 $doleditor =
new DolEditor(
"other-$key",
$object->multilangs[$key][
"other"],
'', 160,
'dolibarr_notes',
'',
false,
true,
getDolGlobalInt(
'FCKEDITOR_ENABLE_DETAILS'), ROWS_3,
'90%');
281 $doleditor->Create();
288 $parameters = array();
289 $reshook = $hookmanager->executeHooks(
'formObjectOptions', $parameters, $object, $action);
293 print $form->buttonsSaveCancel();
296} elseif ($action !=
'add') {
297 if (!empty(
$object->multilangs)) {
299 foreach (
$object->multilangs as $key => $value) {
303 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>';
305 print
'<div class="fichecenter">';
306 print
'<div class="underbanner clearboth"></div>';
307 print
'<table class="border centpercent">';
308 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
'Label').
'</td><td>'.
$object->multilangs[$key][
"label"].
'</td></tr>';
309 print
'<tr><td class="tdtop">'.$langs->trans(
'Description').
'</td><td>'.
$object->multilangs[$key][
"description"].
'</td></tr>';
311 print
'<tr><td>'.$langs->trans(
"NotePrivate").
'</td><td>'.
$object->multilangs[$key][
"other"].
'</td></tr>';
317 if (!$cnt_trans && $action !=
'add') {
318 print
'<div class="opacitymedium">'.$langs->trans(
'NoTranslation').
'</div>';
328if ($action ==
'add' && ($user->hasRight(
'produit',
'creer') || $user->hasRight(
'service',
'creer'))) {
330 require_once DOL_DOCUMENT_ROOT.
'/core/class/doleditor.class.php';
333 print
'<form action="'.$_SERVER[
"PHP_SELF"].
'" method="post">';
334 print
'<input type="hidden" name="token" value="'.newToken().
'">';
335 print
'<input type="hidden" name="action" value="vadd">';
336 print
'<input type="hidden" name="id" value="'.GETPOSTINT(
"id").
'">';
340 print
'<table class="border centpercent">';
341 print
'<tr><td class="tdtop titlefieldcreate fieldrequired">'.$langs->trans(
'Language').
'</td><td>';
342 print $formadmin->select_language(
GETPOST(
'forcelangprod'),
'forcelangprod', 0,
$object->multilangs, 1);
344 print
'<tr><td class="tdtop fieldrequired">'.$langs->trans(
'Label').
'</td><td><input name="libelle" size="40"></td></tr>';
345 print
'<tr><td class="tdtop">'.$langs->trans(
'Description').
'</td><td>';
346 $doleditor =
new DolEditor(
'desc',
'',
'', 160,
'dolibarr_notes',
'',
false,
true,
getDolGlobalInt(
'FCKEDITOR_ENABLE_DETAILS'), ROWS_3,
'90%');
347 $doleditor->Create();
351 print
'<tr><td class="tdtop">'.$langs->trans(
'NotePrivate').
'</td><td>';
352 $doleditor =
new DolEditor(
'other',
'',
'', 160,
'dolibarr_notes',
'',
false,
true,
getDolGlobalInt(
'FCKEDITOR_ENABLE_DETAILS'), ROWS_3,
'90%');
353 $doleditor->Create();
358 $parameters = array();
359 $reshook = $hookmanager->executeHooks(
'formObjectOptions', $parameters, $object, $action);
363 print $form->buttonsSaveCancel();
if( $user->socid > 0) if(! $user->hasRight('accounting', 'chartofaccount')) $object
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.