24if (empty($conf) || !is_object($conf)) {
25 print
"Error, template page can't be called as URL";
30@phan-var-force Entrepot|MouvementStock $object
31@phan-var-force FormProduct $formproduct
32@phan-var-force string $backtopage
37<!-- BEGIN PHP TEMPLATE STOCKTRANSFER.TPL.PHP -->
40if (
$object->element ==
'product') {
44$langs->load(
"productbatch");
55 $result = $pdluo->fetch($pdluoid);
57 $pdluoid = $pdluo->id;
65print
'<form action="'.$_SERVER[
"PHP_SELF"].
'?id='.
$id.
'" method="post">'.
"\n";
69print
'<input type="hidden" name="token" value="'.newToken().
'">';
70print
'<input type="hidden" name="action" value="transfert_stock">';
71print
'<input type="hidden" name="backtopage" value="'.$backtopage.
'">';
73 print
'<input type="hidden" name="pdluoid" value="'.$pdluoid.
'">';
75print
'<table class="border centpercent">';
79if (
$object->element ==
'product') {
80 print
'<td class="fieldrequired">'.$langs->trans(
"WarehouseSource").
'</td>';
84 $warehousestatus =
'warehouseopen,warehouseinternal';
85 print $formproduct->selectWarehouses($selected,
'id_entrepot', $warehousestatus, 1, 0, 0,
'', 0, 0, array(),
'minwidth75 maxwidth300 widthcentpercentminusx');
88if (
$object->element ==
'stockmouvement') {
89 print
'<td class="fieldrequired">'.$langs->trans(
"Product").
'</td>';
92 $form->select_produits(
GETPOSTINT(
'product_id'),
'product_id', (!
getDolGlobalString(
'STOCK_SUPPORTS_SERVICES') ?
'0' :
''), 0, 0, -1, 2,
'', 0, array(), 0, 1, 0,
'maxwidth500');
96print
'<td class="fieldrequired">'.$langs->trans(
"WarehouseTarget").
'</td><td>';
97print
img_picto(
'',
'stock').$formproduct->selectWarehouses(
GETPOST(
'id_entrepot_destination'),
'id_entrepot_destination',
'warehouseopen,warehouseinternal', 1, 0, 0,
'', 0, 0, array(),
'minwidth75 maxwidth300 widthcentpercentminusx');
99print
'<tr><td class="fieldrequired">'.$langs->trans(
"NumberOfUnit").
'</td><td colspan="3"><input type="text" name="nbpiece" class="center maxwidth75" value="'.
dol_escape_htmltag(
GETPOST(
"nbpiece")).
'"></td>';
103if (isModEnabled(
'productbatch') &&
105|| (
$object->element ==
'stockmouvement'))
108 print
'<td'.($object->element ==
'stockmouvement' ?
'' :
' class="fieldrequired"').
'>'.$langs->trans(
"batch_number").
'</td><td colspan="3">';
111 print
'<input type="text" name="batch_number_bis" size="40" disabled="disabled" value="'.(GETPOST(
'batch_number') ?
GETPOST(
'batch_number') : $pdluo->batch).
'">';
112 print
'<input type="hidden" name="batch_number" value="'.(GETPOST(
'batch_number') ?
GETPOST(
'batch_number') : $pdluo->batch).
'">';
114 print
img_picto(
'',
'barcode',
'class="pictofixedwidth"').
'<input type="text" name="batch_number" class="minwidth300 widthcentpercentminusx maxwidth300" value="'.(
GETPOST(
'batch_number') ?
GETPOST(
'batch_number') : $pdluo->batch).
'">';
121 print
'<td>'.$langs->trans(
"SellByDate").
'</td><td>';
122 print $form->selectDate((!empty($d_sellby) ? $d_sellby : $pdluo->sellby),
'sellby', 0, 0, 1,
"", 1, 0, ($pdluoid > 0 ? 1 : 0));
126 print
'<td>'.$langs->trans(
"EatByDate").
'</td><td>';
127 print $form->selectDate((!empty($d_eatby) ? $d_eatby : $pdluo->eatby),
'eatby', 0, 0, 1,
"", 1, 0, ($pdluoid > 0 ? 1 : 0));
134$valformovementlabel = (
GETPOST(
"label") ?
GETPOST(
"label") : $langs->trans(
"MovementTransferStock", $productref));
136print
'<td>'.$langs->trans(
"MovementLabel").
'</td>';
138print
'<input type="text" name="label" class="minwidth300" value="'.dol_escape_htmltag($valformovementlabel).
'">';
140print
'<td>'.$langs->trans(
"InventoryCode").
'</td>';
142print
'<input class="maxwidth100onsmartphone" name="inventorycode" id="inventorycode" value="'.(GETPOSTISSET(
"inventorycode") ?
GETPOST(
"inventorycode",
'alpha') :
dol_print_date(
dol_now(),
'%Y%m%d%H%M%S')).
'">';
150print
'<div class="center">';
151print
'<input type="submit" class="button button-save" value="'.dol_escape_htmltag($langs->trans(
"Save")).
'">';
152print
' ';
153print
'<input type="submit" class="button button-cancel" name="cancel" value="'.dol_escape_htmltag($langs->trans(
"Cancel")).
'">';
158<!-- END PHP STOCKCORRECTION.TPL.PHP -->
if( $user->socid > 0) if(! $user->hasRight('accounting', 'chartofaccount')) $object
Manage record for batch number management.
load_fiche_titre($title, $morehtmlright='', $picto='generic', $pictoisfullpath=0, $id='', $morecssontable='', $morehtmlcenter='')
Load a title with picto.
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=0, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2)
Show picto whatever it's its name (generic function)
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.
dol_now($mode='auto')
Return date for now.
dol_print_date($time, $format='', $tzoutput='auto', $outputlangs=null, $encodetooutput=false)
Output date in a string format according to outputlangs (or langs if not defined).
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
dol_print_error($db=null, $error='', $errors=null)
Displays error message system with all the information to facilitate the diagnosis and the escalation...
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...