';
+// Action column
+if (getDolGlobalString('MAIN_CHECKBOX_LEFT_COLUMN')) {
+ print '| ';
+ $searchpicto = $form->showFilterButtons('left');
+ print $searchpicto;
+ print ' | ';
+}
+
+// Ref
+if (!empty($arrayfields['c.ref']['checked'])) {
+ print '';
+ print '';
+ print ' | ';
+}
+// Ref customer
+if (!empty($arrayfields['c.ref_client']['checked'])) {
+ print '';
+ print '';
+ print ' | ';
+}
+// Project ref
+if (!empty($arrayfields['p.ref']['checked'])) {
+ print ' | ';
+}
+// Project title
+if (!empty($arrayfields['p.title']['checked'])) {
+ print ' | ';
+}
+// Thirpdarty
+if (!empty($arrayfields['s.nom']['checked'])) {
+ print '';
+ print '';
+ print ' | ';
+}
+// Alias
+if (!empty($arrayfields['s.name_alias']['checked'])) {
+ print '';
+ print '';
+ print ' | ';
+}
+// Parent company
+if (!empty($arrayfields['s2.nom']['checked'])) {
+ print '';
+ print '';
+ print ' | ';
+}
+// Town
+if (!empty($arrayfields['s.town']['checked'])) {
+ print ' | ';
+}
+// Zip
+if (!empty($arrayfields['s.zip']['checked'])) {
+ print ' | ';
+}
+// State
+if (!empty($arrayfields['state.nom']['checked'])) {
+ print '';
+ print '';
+ print ' | ';
+}
+// Country
+if (!empty($arrayfields['country.code_iso']['checked'])) {
+ print '';
+ print $form->select_country($search_country, 'search_country', '', 0, 'minwidth100imp maxwidth100');
+ print ' | ';
+}
+// Company type
+if (!empty($arrayfields['typent.code']['checked'])) {
+ print '';
+ print $form->selectarray("search_type_thirdparty", $formcompany->typent_array(0), $search_type_thirdparty, 1, 0, 0, '', 0, 0, 0, (empty($conf->global->SOCIETE_SORT_ON_TYPEENT) ? 'ASC' : $conf->global->SOCIETE_SORT_ON_TYPEENT), '', 1);
+ print ' | ';
+}
+// Date order
+if (!empty($arrayfields['c.date_commande']['checked'])) {
+ print '';
+ print ' ';
+ print $form->selectDate($search_dateorder_start ? $search_dateorder_start : -1, 'search_dateorder_start_', 0, 0, 1, '', 1, 0, 0, '', '', '', '', 1, '', $langs->trans('From'));
+ print ' ';
+ print '';
+ print $form->selectDate($search_dateorder_end ? $search_dateorder_end : -1, 'search_dateorder_end_', 0, 0, 1, '', 1, 0, 0, '', '', '', '', 1, '', $langs->trans('to'));
+ print ' ';
+ print ' | ';
+}
+if (!empty($arrayfields['c.date_delivery']['checked'])) {
+ print '';
+ print ' ';
+ print $form->selectDate($search_datedelivery_start ? $search_datedelivery_start : -1, 'search_datedelivery_start_', 0, 0, 1, '', 1, 0, 0, '', '', '', '', 1, '', $langs->trans('From'));
+ print ' ';
+ print '';
+ print $form->selectDate($search_datedelivery_end ? $search_datedelivery_end : -1, 'search_datedelivery_end_', 0, 0, 1, '', 1, 0, 0, '', '', '', '', 1, '', $langs->trans('to'));
+ print ' ';
+ print ' | ';
+}
+// Shipping Method
+if (!empty($arrayfields['c.fk_shipping_method']['checked'])) {
+ print '';
+ $form->selectShippingMethod($search_fk_shipping_method, 'search_fk_shipping_method', '', 1, '', 1);
+ print ' | ';
+}
+// Payment term
+if (!empty($arrayfields['c.fk_cond_reglement']['checked'])) {
+ print '';
+ print $form->getSelectConditionsPaiements($search_fk_cond_reglement, 'search_fk_cond_reglement', 1, 1, 1);
+ print ' | ';
+}
+// Payment mode
+if (!empty($arrayfields['c.fk_mode_reglement']['checked'])) {
+ print '';
+ print $form->select_types_paiements($search_fk_mode_reglement, 'search_fk_mode_reglement', '', 0, 1, 1, 0, -1, '', 1);
+ print ' | ';
+}
+// Channel
+if (!empty($arrayfields['c.fk_input_reason']['checked'])) {
+ print '';
+ $form->selectInputReason($search_fk_input_reason, 'search_fk_input_reason', '', 1, '', 1);
+ print ' | ';
+}
+// Amount HT / net
+if (!empty($arrayfields['c.total_ht']['checked'])) {
+ print '';
+ print '';
+ print ' | ';
+}
+// Amount of VAT
+if (!empty($arrayfields['c.total_vat']['checked'])) {
+ print '';
+ print '';
+ print ' | ';
+}
+// Total Amount (TTC / gross)
+if (!empty($arrayfields['c.total_ttc']['checked'])) {
+ print '';
+ print '';
+ print ' | ';
+}
+// Currency
+if (!empty($arrayfields['c.multicurrency_code']['checked'])) {
+ print '';
+ print $form->selectMultiCurrency($search_multicurrency_code, 'search_multicurrency_code', 1);
+ print ' | ';
+}
+// Currency rate
+if (!empty($arrayfields['c.multicurrency_tx']['checked'])) {
+ print '';
+ print '';
+ print ' | ';
+}
+// Amount HT/net in foreign currency
+if (!empty($arrayfields['c.multicurrency_total_ht']['checked'])) {
+ print '';
+ print '';
+ print ' | ';
+}
+// VAT in foreign currency
+if (!empty($arrayfields['c.multicurrency_total_vat']['checked'])) {
+ print '';
+ print '';
+ print ' | ';
+}
+// Amount/Total (TTC / gross) in foreign currency
+if (!empty($arrayfields['c.multicurrency_total_ttc']['checked'])) {
+ print '';
+ print '';
+ print ' | ';
+}
+// Author
+if (!empty($arrayfields['u.login']['checked'])) {
+ print '';
+ print '';
+ print ' | ';
+}
+// Sales Representative
+if (!empty($arrayfields['sale_representative']['checked'])) {
+ print ' | ';
+}
+if (!empty($arrayfields['total_pa']['checked'])) {
+ print '';
+ print ' | ';
+}
+if (!empty($arrayfields['total_margin']['checked'])) {
+ print '';
+ print ' | ';
+}
+if (!empty($arrayfields['total_margin_rate']['checked'])) {
+ print '';
+ print ' | ';
+}
+if (!empty($arrayfields['total_mark_rate']['checked'])) {
+ print '';
+ print ' | ';
+}
+
+// Extra fields
+include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_search_input.tpl.php';
+
+// Fields from hook
+$parameters = array('arrayfields'=>$arrayfields);
+$reshook = $hookmanager->executeHooks('printFieldListOption', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
+print $hookmanager->resPrint;
+
+// Date creation
+if (!empty($arrayfields['c.datec']['checked'])) {
+ print '';
+ print ' | ';
+}
+// Date modification
+if (!empty($arrayfields['c.tms']['checked'])) {
+ print '';
+ print ' | ';
+}
+// Date cloture
+if (!empty($arrayfields['c.date_cloture']['checked'])) {
+ print '';
+ print ' ';
+ print $form->selectDate($search_datecloture_start ? $search_datecloture_start : -1, 'search_datecloture_start', 0, 0, 1, '', 1, 0, 0, '', '', '', '', 1, '', $langs->trans('From'));
+ print ' ';
+ print '';
+ print $form->selectDate($search_datecloture_end ? $search_datecloture_end : -1, 'search_datecloture_end', 0, 0, 1, '', 1, 0, 0, '', '', '', '', 1, '', $langs->trans('to'));
+ print ' ';
+ print ' | ';
+}
+// Note public
+if (!empty($arrayfields['c.note_public']['checked'])) {
+ print '';
+ print ' | ';
+}
+// Note private
+if (!empty($arrayfields['c.note_private']['checked'])) {
+ print '';
+ print ' | ';
+}
+// Shippable
+if (!empty($arrayfields['shippable']['checked'])) {
+ print '';
+ //print $form->selectyesno('search_shippable', $search_shippable, 1, 0, 1, 1);
+ if (!empty($conf->global->ORDER_SHIPABLE_STATUS_DISABLED_BY_DEFAULT)) {
+ print '';
+ print $langs->trans('ShowShippableStatus');
} else {
- $moreforfilter = $hookmanager->resPrint;
- }
-
- if (!empty($moreforfilter)) {
- print ' ';
- print $moreforfilter;
- print ' ';
- }
-
- $varpage = empty($contextpage) ? $_SERVER["PHP_SELF"] : $contextpage;
- $selectedfields = $form->multiSelectArrayWithCheckbox('selectedfields', $arrayfields, $varpage, getDolGlobalString('MAIN_CHECKBOX_LEFT_COLUMN', '')); // This also change content of $arrayfields
- $selectedfields .= $form->showCheckAddButtons('checkforselect', 1);
-
- if (GETPOST('autoselectall', 'int')) {
- $selectedfields .= '';
- }
-
- print '';
- print ' '."\n";
-
- print '';
- // Action column
- if (!empty($conf->global->MAIN_CHECKBOX_LEFT_COLUMN)) {
- print '| ';
- $searchpicto = $form->showFilterButtons('left');
- print $searchpicto;
- print ' | ';
- }
-
- // Ref
- if (!empty($arrayfields['c.ref']['checked'])) {
- print '';
- print '';
- print ' | ';
- }
- // Ref customer
- if (!empty($arrayfields['c.ref_client']['checked'])) {
- print '';
- print '';
- print ' | ';
- }
- // Project ref
- if (!empty($arrayfields['p.ref']['checked'])) {
- print ' | ';
- }
- // Project title
- if (!empty($arrayfields['p.title']['checked'])) {
- print ' | ';
- }
- // Thirpdarty
- if (!empty($arrayfields['s.nom']['checked'])) {
- print '';
- print '';
- print ' | ';
- }
- // Alias
- if (!empty($arrayfields['s.name_alias']['checked'])) {
- print '';
- print '';
- print ' | ';
- }
- // Parent company
- if (!empty($arrayfields['s2.nom']['checked'])) {
- print '';
- print '';
- print ' | ';
- }
- // Town
- if (!empty($arrayfields['s.town']['checked'])) {
- print ' | ';
- }
- // Zip
- if (!empty($arrayfields['s.zip']['checked'])) {
- print ' | ';
- }
- // State
- if (!empty($arrayfields['state.nom']['checked'])) {
- print '';
- print '';
- print ' | ';
- }
- // Country
- if (!empty($arrayfields['country.code_iso']['checked'])) {
- print '';
- print $form->select_country($search_country, 'search_country', '', 0, 'minwidth100imp maxwidth100');
- print ' | ';
- }
- // Company type
- if (!empty($arrayfields['typent.code']['checked'])) {
- print '';
- print $form->selectarray("search_type_thirdparty", $formcompany->typent_array(0), $search_type_thirdparty, 1, 0, 0, '', 0, 0, 0, (empty($conf->global->SOCIETE_SORT_ON_TYPEENT) ? 'ASC' : $conf->global->SOCIETE_SORT_ON_TYPEENT), '', 1);
- print ' | ';
- }
- // Date order
- if (!empty($arrayfields['c.date_commande']['checked'])) {
- print '';
- print ' ';
- print $form->selectDate($search_dateorder_start ? $search_dateorder_start : -1, 'search_dateorder_start_', 0, 0, 1, '', 1, 0, 0, '', '', '', '', 1, '', $langs->trans('From'));
- print ' ';
- print '';
- print $form->selectDate($search_dateorder_end ? $search_dateorder_end : -1, 'search_dateorder_end_', 0, 0, 1, '', 1, 0, 0, '', '', '', '', 1, '', $langs->trans('to'));
- print ' ';
- print ' | ';
- }
- if (!empty($arrayfields['c.date_delivery']['checked'])) {
- print '';
- print ' ';
- print $form->selectDate($search_datedelivery_start ? $search_datedelivery_start : -1, 'search_datedelivery_start_', 0, 0, 1, '', 1, 0, 0, '', '', '', '', 1, '', $langs->trans('From'));
- print ' ';
- print '';
- print $form->selectDate($search_datedelivery_end ? $search_datedelivery_end : -1, 'search_datedelivery_end_', 0, 0, 1, '', 1, 0, 0, '', '', '', '', 1, '', $langs->trans('to'));
- print ' ';
- print ' | ';
- }
- // Shipping Method
- if (!empty($arrayfields['c.fk_shipping_method']['checked'])) {
- print '';
- $form->selectShippingMethod($search_fk_shipping_method, 'search_fk_shipping_method', '', 1, '', 1);
- print ' | ';
- }
- // Payment term
- if (!empty($arrayfields['c.fk_cond_reglement']['checked'])) {
- print '';
- print $form->getSelectConditionsPaiements($search_fk_cond_reglement, 'search_fk_cond_reglement', 1, 1, 1);
- print ' | ';
- }
- // Payment mode
- if (!empty($arrayfields['c.fk_mode_reglement']['checked'])) {
- print '';
- print $form->select_types_paiements($search_fk_mode_reglement, 'search_fk_mode_reglement', '', 0, 1, 1, 0, -1, '', 1);
- print ' | ';
- }
- // Channel
- if (!empty($arrayfields['c.fk_input_reason']['checked'])) {
- print '';
- $form->selectInputReason($search_fk_input_reason, 'search_fk_input_reason', '', 1, '', 1);
- print ' | ';
- }
- // Amount HT / net
- if (!empty($arrayfields['c.total_ht']['checked'])) {
- print '';
- print '';
- print ' | ';
- }
- // Amount of VAT
- if (!empty($arrayfields['c.total_vat']['checked'])) {
- print '';
- print '';
- print ' | ';
- }
- // Total Amount (TTC / gross)
- if (!empty($arrayfields['c.total_ttc']['checked'])) {
- print '';
- print '';
- print ' | ';
- }
- // Currency
- if (!empty($arrayfields['c.multicurrency_code']['checked'])) {
- print '';
- print $form->selectMultiCurrency($search_multicurrency_code, 'search_multicurrency_code', 1);
- print ' | ';
- }
- // Currency rate
- if (!empty($arrayfields['c.multicurrency_tx']['checked'])) {
- print '';
- print '';
- print ' | ';
- }
- // Amount HT/net in foreign currency
- if (!empty($arrayfields['c.multicurrency_total_ht']['checked'])) {
- print '';
- print '';
- print ' | ';
- }
- // VAT in foreign currency
- if (!empty($arrayfields['c.multicurrency_total_vat']['checked'])) {
- print '';
- print '';
- print ' | ';
- }
- // Amount/Total (TTC / gross) in foreign currency
- if (!empty($arrayfields['c.multicurrency_total_ttc']['checked'])) {
- print '';
- print '';
- print ' | ';
- }
- // Author
- if (!empty($arrayfields['u.login']['checked'])) {
- print '';
- print '';
- print ' | ';
- }
- // Sales Representative
- if (!empty($arrayfields['sale_representative']['checked'])) {
- print ' | ';
- }
- if (!empty($arrayfields['total_pa']['checked'])) {
- print '';
- print ' | ';
- }
- if (!empty($arrayfields['total_margin']['checked'])) {
- print '';
- print ' | ';
- }
- if (!empty($arrayfields['total_margin_rate']['checked'])) {
- print '';
- print ' | ';
- }
- if (!empty($arrayfields['total_mark_rate']['checked'])) {
- print '';
- print ' | ';
- }
-
- // Extra fields
- include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_search_input.tpl.php';
-
- // Fields from hook
- $parameters = array('arrayfields'=>$arrayfields);
- $reshook = $hookmanager->executeHooks('printFieldListOption', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
- print $hookmanager->resPrint;
-
- // Date creation
- if (!empty($arrayfields['c.datec']['checked'])) {
- print '';
- print ' | ';
- }
- // Date modification
- if (!empty($arrayfields['c.tms']['checked'])) {
- print '';
- print ' | ';
- }
- // Date cloture
- if (!empty($arrayfields['c.date_cloture']['checked'])) {
- print '';
- print ' ';
- print $form->selectDate($search_datecloture_start ? $search_datecloture_start : -1, 'search_datecloture_start', 0, 0, 1, '', 1, 0, 0, '', '', '', '', 1, '', $langs->trans('From'));
- print ' ';
- print '';
- print $form->selectDate($search_datecloture_end ? $search_datecloture_end : -1, 'search_datecloture_end', 0, 0, 1, '', 1, 0, 0, '', '', '', '', 1, '', $langs->trans('to'));
- print ' ';
- print ' | ';
- }
- // Note public
- if (!empty($arrayfields['c.note_public']['checked'])) {
- print '';
- print ' | ';
- }
- // Note private
- if (!empty($arrayfields['c.note_private']['checked'])) {
- print '';
- print ' | ';
- }
- // Shippable
- if (!empty($arrayfields['shippable']['checked'])) {
- print '';
- //print $form->selectyesno('search_shippable', $search_shippable, 1, 0, 1, 1);
- if (!empty($conf->global->ORDER_SHIPABLE_STATUS_DISABLED_BY_DEFAULT)) {
- print '';
- print $langs->trans('ShowShippableStatus');
- } else {
- $show_shippable_command = 1;
- }
- print ' | ';
- }
- // Status billed
- if (!empty($arrayfields['c.facture']['checked'])) {
- print '';
- print $form->selectyesno('search_billed', $search_billed, 1, 0, 1, 1);
- print ' | ';
- }
- // Import key
- if (!empty($arrayfields['c.import_key']['checked'])) {
- print '';
- print ' | ';
- }
- // Status
- if (!empty($arrayfields['c.fk_statut']['checked'])) {
- print '';
- $liststatus = array(
- Commande::STATUS_DRAFT=>$langs->trans("StatusOrderDraftShort"),
- Commande::STATUS_VALIDATED=>$langs->trans("StatusOrderValidated"),
- Commande::STATUS_SHIPMENTONPROCESS=>$langs->trans("StatusOrderSentShort"),
- -2=>$langs->trans("StatusOrderValidatedShort").'+'.$langs->trans("StatusOrderSentShort"),
- -3=>$langs->trans("StatusOrderValidatedShort").'+'.$langs->trans("StatusOrderSentShort").'+'.$langs->trans("StatusOrderDelivered"),
- Commande::STATUS_CLOSED=>$langs->trans("StatusOrderDelivered"),
- Commande::STATUS_CANCELED=>$langs->trans("StatusOrderCanceledShort")
- );
- print $form->selectarray('search_status', $liststatus, $search_status, -5, 0, 0, '', 0, 0, 0, '', 'search_status width100 onrightofpage', 1);
- print ' | ';
- }
- // Action column
- if (empty($conf->global->MAIN_CHECKBOX_LEFT_COLUMN)) {
- print '';
- $searchpicto = $form->showFilterButtons();
- print $searchpicto;
- print ' | ';
- }
- print " \n";
-
- // Fields title
- print '';
-
- if (!empty($conf->global->MAIN_CHECKBOX_LEFT_COLUMN)) {
- print_liste_field_titre($selectedfields, $_SERVER["PHP_SELF"], "", '', $param, '', $sortfield, $sortorder, 'maxwidthsearch center ');
- }
- if (!empty($arrayfields['c.ref']['checked'])) {
- print_liste_field_titre($arrayfields['c.ref']['label'], $_SERVER["PHP_SELF"], 'c.ref', '', $param, '', $sortfield, $sortorder);
- }
- if (!empty($arrayfields['c.ref_client']['checked'])) {
- print_liste_field_titre($arrayfields['c.ref_client']['label'], $_SERVER["PHP_SELF"], 'c.ref_client', '', $param, '', $sortfield, $sortorder);
- }
- if (!empty($arrayfields['p.ref']['checked'])) {
- print_liste_field_titre($arrayfields['p.ref']['label'], $_SERVER["PHP_SELF"], "p.ref", "", $param, '', $sortfield, $sortorder);
- }
- if (!empty($arrayfields['p.title']['checked'])) {
- print_liste_field_titre($arrayfields['p.title']['label'], $_SERVER["PHP_SELF"], "p.title", "", $param, '', $sortfield, $sortorder);
- }
- if (!empty($arrayfields['s.nom']['checked'])) {
- print_liste_field_titre($arrayfields['s.nom']['label'], $_SERVER["PHP_SELF"], 's.nom', '', $param, '', $sortfield, $sortorder);
- }
- if (!empty($arrayfields['s.name_alias']['checked'])) {
- print_liste_field_titre($arrayfields['s.name_alias']['label'], $_SERVER["PHP_SELF"], 's.name_alias', '', $param, '', $sortfield, $sortorder);
- }
- if (!empty($arrayfields['s2.nom']['checked'])) {
- print_liste_field_titre($arrayfields['s2.nom']['label'], $_SERVER['PHP_SELF'], 's2.nom', '', $param, '', $sortfield, $sortorder);
- }
- if (!empty($arrayfields['s.town']['checked'])) {
- print_liste_field_titre($arrayfields['s.town']['label'], $_SERVER["PHP_SELF"], 's.town', '', $param, '', $sortfield, $sortorder);
- }
- if (!empty($arrayfields['s.zip']['checked'])) {
- print_liste_field_titre($arrayfields['s.zip']['label'], $_SERVER["PHP_SELF"], 's.zip', '', $param, '', $sortfield, $sortorder);
- }
- if (!empty($arrayfields['state.nom']['checked'])) {
- print_liste_field_titre($arrayfields['state.nom']['label'], $_SERVER["PHP_SELF"], "state.nom", "", $param, '', $sortfield, $sortorder);
- }
- if (!empty($arrayfields['country.code_iso']['checked'])) {
- print_liste_field_titre($arrayfields['country.code_iso']['label'], $_SERVER["PHP_SELF"], "country.code_iso", "", $param, '', $sortfield, $sortorder, 'center ');
- }
- if (!empty($arrayfields['typent.code']['checked'])) {
- print_liste_field_titre($arrayfields['typent.code']['label'], $_SERVER["PHP_SELF"], "typent.code", "", $param, '', $sortfield, $sortorder, 'center ');
- }
- if (!empty($arrayfields['c.date_commande']['checked'])) {
- print_liste_field_titre($arrayfields['c.date_commande']['label'], $_SERVER["PHP_SELF"], 'c.date_commande', '', $param, '', $sortfield, $sortorder, 'center ');
- }
- if (!empty($arrayfields['c.date_delivery']['checked'])) {
- print_liste_field_titre($arrayfields['c.date_delivery']['label'], $_SERVER["PHP_SELF"], 'c.date_livraison', '', $param, '', $sortfield, $sortorder, 'center ');
- }
- if (!empty($arrayfields['c.fk_shipping_method']['checked'])) {
- print_liste_field_titre($arrayfields['c.fk_shipping_method']['label'], $_SERVER["PHP_SELF"], "c.fk_shipping_method", "", $param, '', $sortfield, $sortorder);
- }
- if (!empty($arrayfields['c.fk_cond_reglement']['checked'])) {
- print_liste_field_titre($arrayfields['c.fk_cond_reglement']['label'], $_SERVER["PHP_SELF"], "c.fk_cond_reglement", "", $param, '', $sortfield, $sortorder);
- }
- if (!empty($arrayfields['c.fk_mode_reglement']['checked'])) {
- print_liste_field_titre($arrayfields['c.fk_mode_reglement']['label'], $_SERVER["PHP_SELF"], "c.fk_mode_reglement", "", $param, '', $sortfield, $sortorder);
- }
- if (!empty($arrayfields['c.fk_input_reason']['checked'])) {
- print_liste_field_titre($arrayfields['c.fk_input_reason']['label'], $_SERVER["PHP_SELF"], "c.fk_input_reason", "", $param, '', $sortfield, $sortorder);
- }
- if (!empty($arrayfields['c.total_ht']['checked'])) {
- print_liste_field_titre($arrayfields['c.total_ht']['label'], $_SERVER["PHP_SELF"], 'c.total_ht', '', $param, '', $sortfield, $sortorder, 'right ');
- }
- if (!empty($arrayfields['c.total_vat']['checked'])) {
- print_liste_field_titre($arrayfields['c.total_vat']['label'], $_SERVER["PHP_SELF"], 'c.total_tva', '', $param, '', $sortfield, $sortorder, 'right ');
- }
- if (!empty($arrayfields['c.total_ttc']['checked'])) {
- print_liste_field_titre($arrayfields['c.total_ttc']['label'], $_SERVER["PHP_SELF"], 'c.total_ttc', '', $param, '', $sortfield, $sortorder, 'right ');
- }
- if (!empty($arrayfields['c.multicurrency_code']['checked'])) {
- print_liste_field_titre($arrayfields['c.multicurrency_code']['label'], $_SERVER['PHP_SELF'], 'c.multicurrency_code', '', $param, '', $sortfield, $sortorder);
- }
- if (!empty($arrayfields['c.multicurrency_tx']['checked'])) {
- print_liste_field_titre($arrayfields['c.multicurrency_tx']['label'], $_SERVER['PHP_SELF'], 'c.multicurrency_tx', '', $param, '', $sortfield, $sortorder);
- }
- if (!empty($arrayfields['c.multicurrency_total_ht']['checked'])) {
- print_liste_field_titre($arrayfields['c.multicurrency_total_ht']['label'], $_SERVER['PHP_SELF'], 'c.multicurrency_total_ht', '', $param, 'class="right"', $sortfield, $sortorder);
- }
- if (!empty($arrayfields['c.multicurrency_total_vat']['checked'])) {
- print_liste_field_titre($arrayfields['c.multicurrency_total_vat']['label'], $_SERVER['PHP_SELF'], 'c.multicurrency_total_tva', '', $param, 'class="right"', $sortfield, $sortorder);
- }
- if (!empty($arrayfields['c.multicurrency_total_ttc']['checked'])) {
- print_liste_field_titre($arrayfields['c.multicurrency_total_ttc']['label'], $_SERVER['PHP_SELF'], 'c.multicurrency_total_ttc', '', $param, 'class="right"', $sortfield, $sortorder);
- }
- if (!empty($arrayfields['u.login']['checked'])) {
- print_liste_field_titre($arrayfields['u.login']['label'], $_SERVER["PHP_SELF"], 'u.login', '', $param, '', $sortfield, $sortorder);
- }
- if (!empty($arrayfields['sale_representative']['checked'])) {
- print_liste_field_titre($arrayfields['sale_representative']['label'], $_SERVER["PHP_SELF"], "", "", "$param", '', $sortfield, $sortorder);
- }
- if (!empty($arrayfields['total_pa']['checked'])) {
- print_liste_field_titre($arrayfields['total_pa']['label'], $_SERVER['PHP_SELF'], '', '', $param, 'class="right"', $sortfield, $sortorder);
- }
- if (!empty($arrayfields['total_margin']['checked'])) {
- print_liste_field_titre($arrayfields['total_margin']['label'], $_SERVER['PHP_SELF'], '', '', $param, 'class="right"', $sortfield, $sortorder);
- }
- if (!empty($arrayfields['total_margin_rate']['checked'])) {
- print_liste_field_titre($arrayfields['total_margin_rate']['label'], $_SERVER['PHP_SELF'], '', '', $param, 'class="right"', $sortfield, $sortorder);
- }
- if (!empty($arrayfields['total_mark_rate']['checked'])) {
- print_liste_field_titre($arrayfields['total_mark_rate']['label'], $_SERVER['PHP_SELF'], '', '', $param, 'class="right"', $sortfield, $sortorder);
- }
-
- $totalarray = array(
- 'nbfield' => 0,
- 'val' => array(
- 'c.total_ht' => 0,
- 'c.total_tva' => 0,
- 'c.total_ttc' => 0,
- ),
- 'pos' => array(),
+ $show_shippable_command = 1;
+ }
+ print '';
+}
+// Status billed
+if (!empty($arrayfields['c.facture']['checked'])) {
+ print '| ';
+ print $form->selectyesno('search_billed', $search_billed, 1, 0, 1, 1);
+ print ' | ';
+}
+// Import key
+if (!empty($arrayfields['c.import_key']['checked'])) {
+ print '';
+ print ' | ';
+}
+// Status
+if (!empty($arrayfields['c.fk_statut']['checked'])) {
+ print '';
+ $liststatus = array(
+ Commande::STATUS_DRAFT=>$langs->trans("StatusOrderDraftShort"),
+ Commande::STATUS_VALIDATED=>$langs->trans("StatusOrderValidated"),
+ Commande::STATUS_SHIPMENTONPROCESS=>$langs->trans("StatusOrderSentShort"),
+ -2=>$langs->trans("StatusOrderValidatedShort").'+'.$langs->trans("StatusOrderSentShort"),
+ -3=>$langs->trans("StatusOrderValidatedShort").'+'.$langs->trans("StatusOrderSentShort").'+'.$langs->trans("StatusOrderDelivered"),
+ Commande::STATUS_CLOSED=>$langs->trans("StatusOrderDelivered"),
+ Commande::STATUS_CANCELED=>$langs->trans("StatusOrderCanceledShort")
);
+ print $form->selectarray('search_status', $liststatus, $search_status, -5, 0, 0, '', 0, 0, 0, '', 'search_status width100 onrightofpage', 1);
+ print ' | ';
+}
+// Action column
+if (!getDolGlobalString('MAIN_CHECKBOX_LEFT_COLUMN')) {
+ print '';
+ $searchpicto = $form->showFilterButtons();
+ print $searchpicto;
+ print ' | ';
+}
+print ' '."\n";
- // Extra fields
- include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_search_title.tpl.php';
+$totalarray = array(
+ 'nbfield' => 0,
+ 'val' => array(
+ 'c.total_ht' => 0,
+ 'c.total_tva' => 0,
+ 'c.total_ttc' => 0,
+ ),
+ 'pos' => array(),
+);
- // Hook fields
- $parameters = array(
- 'arrayfields' => $arrayfields,
- 'param' => $param,
- 'sortfield' => $sortfield,
- 'sortorder' => $sortorder,
- 'totalarray' => &$totalarray,
- );
- $reshook = $hookmanager->executeHooks('printFieldListTitle', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
- print $hookmanager->resPrint;
- if (!empty($arrayfields['c.datec']['checked'])) {
- print_liste_field_titre($arrayfields['c.datec']['label'], $_SERVER["PHP_SELF"], "c.date_creation", "", $param, '', $sortfield, $sortorder, 'center nowrap ');
- }
- if (!empty($arrayfields['c.tms']['checked'])) {
- print_liste_field_titre($arrayfields['c.tms']['label'], $_SERVER["PHP_SELF"], "c.tms", "", $param, '', $sortfield, $sortorder, 'center nowrap ');
- }
- if (!empty($arrayfields['c.date_cloture']['checked'])) {
- print_liste_field_titre($arrayfields['c.date_cloture']['label'], $_SERVER["PHP_SELF"], "c.date_cloture", "", $param, '', $sortfield, $sortorder, 'center nowrap ');
- }
- if (!empty($arrayfields['c.note_public']['checked'])) {
- print_liste_field_titre($arrayfields['c.note_public']['label'], $_SERVER["PHP_SELF"], "c.note_public", "", $param, '', $sortfield, $sortorder, 'right ');
- }
- if (!empty($arrayfields['c.note_private']['checked'])) {
- print_liste_field_titre($arrayfields['c.note_private']['label'], $_SERVER["PHP_SELF"], "c.note_private", "", $param, '', $sortfield, $sortorder, 'right ');
- }
- if (!empty($arrayfields['shippable']['checked'])) {
- print_liste_field_titre($arrayfields['shippable']['label'], $_SERVER["PHP_SELF"], '', '', $param, '', $sortfield, $sortorder, 'center ');
- }
- if (!empty($arrayfields['c.facture']['checked'])) {
- print_liste_field_titre($arrayfields['c.facture']['label'], $_SERVER["PHP_SELF"], 'c.facture', '', $param, '', $sortfield, $sortorder, 'center ');
- }
- if (!empty($arrayfields['c.import_key']['checked'])) {
- print_liste_field_titre($arrayfields['c.import_key']['label'], $_SERVER["PHP_SELF"], "c.import_key", "", $param, '', $sortfield, $sortorder, 'center ');
- }
- if (!empty($arrayfields['c.fk_statut']['checked'])) {
- print_liste_field_titre($arrayfields['c.fk_statut']['label'], $_SERVER["PHP_SELF"], "c.fk_statut", "", $param, '', $sortfield, $sortorder, 'right ');
- }
- if (empty($conf->global->MAIN_CHECKBOX_LEFT_COLUMN)) {
- print_liste_field_titre($selectedfields, $_SERVER["PHP_SELF"], "", '', $param, '', $sortfield, $sortorder, 'maxwidthsearch center ');
- }
- print ''."\n";
- $total = 0;
- $subtotal = 0;
- $productstat_cache = array();
- $productstat_cachevirtual = array();
- $getNomUrl_cache = array();
+// Fields title label
+// --------------------------------------------------------------------
+print '';
- $generic_commande = new Commande($db);
- $generic_product = new Product($db);
- $userstatic = new User($db);
- $i = 0;
+// Action column
+if (getDolGlobalString('MAIN_CHECKBOX_LEFT_COLUMN')) {
+ print_liste_field_titre($selectedfields, $_SERVER["PHP_SELF"], "", '', $param, '', $sortfield, $sortorder, 'maxwidthsearch center ');
+ $totalarray['nbfield']++;
+}
+if (!empty($arrayfields['c.ref']['checked'])) {
+ print_liste_field_titre($arrayfields['c.ref']['label'], $_SERVER["PHP_SELF"], 'c.ref', '', $param, '', $sortfield, $sortorder);
+ $totalarray['nbfield']++;
+}
+if (!empty($arrayfields['c.ref_client']['checked'])) {
+ print_liste_field_titre($arrayfields['c.ref_client']['label'], $_SERVER["PHP_SELF"], 'c.ref_client', '', $param, '', $sortfield, $sortorder);
+ $totalarray['nbfield']++;
+}
+if (!empty($arrayfields['p.ref']['checked'])) {
+ print_liste_field_titre($arrayfields['p.ref']['label'], $_SERVER["PHP_SELF"], "p.ref", "", $param, '', $sortfield, $sortorder);
+ $totalarray['nbfield']++;
+}
+if (!empty($arrayfields['p.title']['checked'])) {
+ print_liste_field_titre($arrayfields['p.title']['label'], $_SERVER["PHP_SELF"], "p.title", "", $param, '', $sortfield, $sortorder);
+ $totalarray['nbfield']++;
+}
+if (!empty($arrayfields['s.nom']['checked'])) {
+ print_liste_field_titre($arrayfields['s.nom']['label'], $_SERVER["PHP_SELF"], 's.nom', '', $param, '', $sortfield, $sortorder);
+ $totalarray['nbfield']++;
+}
+if (!empty($arrayfields['s.name_alias']['checked'])) {
+ print_liste_field_titre($arrayfields['s.name_alias']['label'], $_SERVER["PHP_SELF"], 's.name_alias', '', $param, '', $sortfield, $sortorder);
+ $totalarray['nbfield']++;
+}
+if (!empty($arrayfields['s2.nom']['checked'])) {
+ print_liste_field_titre($arrayfields['s2.nom']['label'], $_SERVER['PHP_SELF'], 's2.nom', '', $param, '', $sortfield, $sortorder);
+ $totalarray['nbfield']++;
+}
+if (!empty($arrayfields['s.town']['checked'])) {
+ print_liste_field_titre($arrayfields['s.town']['label'], $_SERVER["PHP_SELF"], 's.town', '', $param, '', $sortfield, $sortorder);
+ $totalarray['nbfield']++;
+}
+if (!empty($arrayfields['s.zip']['checked'])) {
+ print_liste_field_titre($arrayfields['s.zip']['label'], $_SERVER["PHP_SELF"], 's.zip', '', $param, '', $sortfield, $sortorder);
+ $totalarray['nbfield']++;
+}
+if (!empty($arrayfields['state.nom']['checked'])) {
+ print_liste_field_titre($arrayfields['state.nom']['label'], $_SERVER["PHP_SELF"], "state.nom", "", $param, '', $sortfield, $sortorder);
+ $totalarray['nbfield']++;
+}
+if (!empty($arrayfields['country.code_iso']['checked'])) {
+ print_liste_field_titre($arrayfields['country.code_iso']['label'], $_SERVER["PHP_SELF"], "country.code_iso", "", $param, '', $sortfield, $sortorder, 'center ');
+ $totalarray['nbfield']++;
+}
+if (!empty($arrayfields['typent.code']['checked'])) {
+ print_liste_field_titre($arrayfields['typent.code']['label'], $_SERVER["PHP_SELF"], "typent.code", "", $param, '', $sortfield, $sortorder, 'center ');
+ $totalarray['nbfield']++;
+}
+if (!empty($arrayfields['c.date_commande']['checked'])) {
+ print_liste_field_titre($arrayfields['c.date_commande']['label'], $_SERVER["PHP_SELF"], 'c.date_commande', '', $param, '', $sortfield, $sortorder, 'center ');
+ $totalarray['nbfield']++;
+}
+if (!empty($arrayfields['c.date_delivery']['checked'])) {
+ print_liste_field_titre($arrayfields['c.date_delivery']['label'], $_SERVER["PHP_SELF"], 'c.date_livraison', '', $param, '', $sortfield, $sortorder, 'center ');
+ $totalarray['nbfield']++;
+}
+if (!empty($arrayfields['c.fk_shipping_method']['checked'])) {
+ print_liste_field_titre($arrayfields['c.fk_shipping_method']['label'], $_SERVER["PHP_SELF"], "c.fk_shipping_method", "", $param, '', $sortfield, $sortorder);
+ $totalarray['nbfield']++;
+}
+if (!empty($arrayfields['c.fk_cond_reglement']['checked'])) {
+ print_liste_field_titre($arrayfields['c.fk_cond_reglement']['label'], $_SERVER["PHP_SELF"], "c.fk_cond_reglement", "", $param, '', $sortfield, $sortorder);
+ $totalarray['nbfield']++;
+}
+if (!empty($arrayfields['c.fk_mode_reglement']['checked'])) {
+ print_liste_field_titre($arrayfields['c.fk_mode_reglement']['label'], $_SERVER["PHP_SELF"], "c.fk_mode_reglement", "", $param, '', $sortfield, $sortorder);
+ $totalarray['nbfield']++;
+}
+if (!empty($arrayfields['c.fk_input_reason']['checked'])) {
+ print_liste_field_titre($arrayfields['c.fk_input_reason']['label'], $_SERVER["PHP_SELF"], "c.fk_input_reason", "", $param, '', $sortfield, $sortorder);
+ $totalarray['nbfield']++;
+}
+if (!empty($arrayfields['c.total_ht']['checked'])) {
+ print_liste_field_titre($arrayfields['c.total_ht']['label'], $_SERVER["PHP_SELF"], 'c.total_ht', '', $param, '', $sortfield, $sortorder, 'right ');
+ $totalarray['nbfield']++;
+}
+if (!empty($arrayfields['c.total_vat']['checked'])) {
+ print_liste_field_titre($arrayfields['c.total_vat']['label'], $_SERVER["PHP_SELF"], 'c.total_tva', '', $param, '', $sortfield, $sortorder, 'right ');
+ $totalarray['nbfield']++;
+}
+if (!empty($arrayfields['c.total_ttc']['checked'])) {
+ print_liste_field_titre($arrayfields['c.total_ttc']['label'], $_SERVER["PHP_SELF"], 'c.total_ttc', '', $param, '', $sortfield, $sortorder, 'right ');
+ $totalarray['nbfield']++;
+}
+if (!empty($arrayfields['c.multicurrency_code']['checked'])) {
+ print_liste_field_titre($arrayfields['c.multicurrency_code']['label'], $_SERVER['PHP_SELF'], 'c.multicurrency_code', '', $param, '', $sortfield, $sortorder);
+ $totalarray['nbfield']++;
+}
+if (!empty($arrayfields['c.multicurrency_tx']['checked'])) {
+ print_liste_field_titre($arrayfields['c.multicurrency_tx']['label'], $_SERVER['PHP_SELF'], 'c.multicurrency_tx', '', $param, '', $sortfield, $sortorder);
+ $totalarray['nbfield']++;
+}
+if (!empty($arrayfields['c.multicurrency_total_ht']['checked'])) {
+ print_liste_field_titre($arrayfields['c.multicurrency_total_ht']['label'], $_SERVER['PHP_SELF'], 'c.multicurrency_total_ht', '', $param, 'class="right"', $sortfield, $sortorder);
+ $totalarray['nbfield']++;
+}
+if (!empty($arrayfields['c.multicurrency_total_vat']['checked'])) {
+ print_liste_field_titre($arrayfields['c.multicurrency_total_vat']['label'], $_SERVER['PHP_SELF'], 'c.multicurrency_total_tva', '', $param, 'class="right"', $sortfield, $sortorder);
+ $totalarray['nbfield']++;
+}
+if (!empty($arrayfields['c.multicurrency_total_ttc']['checked'])) {
+ print_liste_field_titre($arrayfields['c.multicurrency_total_ttc']['label'], $_SERVER['PHP_SELF'], 'c.multicurrency_total_ttc', '', $param, 'class="right"', $sortfield, $sortorder);
+ $totalarray['nbfield']++;
+}
+if (!empty($arrayfields['u.login']['checked'])) {
+ print_liste_field_titre($arrayfields['u.login']['label'], $_SERVER["PHP_SELF"], 'u.login', '', $param, '', $sortfield, $sortorder);
+ $totalarray['nbfield']++;
+}
+if (!empty($arrayfields['sale_representative']['checked'])) {
+ print_liste_field_titre($arrayfields['sale_representative']['label'], $_SERVER["PHP_SELF"], "", "", "$param", '', $sortfield, $sortorder);
+ $totalarray['nbfield']++;
+}
+if (!empty($arrayfields['total_pa']['checked'])) {
+ print_liste_field_titre($arrayfields['total_pa']['label'], $_SERVER['PHP_SELF'], '', '', $param, 'class="right"', $sortfield, $sortorder);
+ $totalarray['nbfield']++;
+}
+if (!empty($arrayfields['total_margin']['checked'])) {
+ print_liste_field_titre($arrayfields['total_margin']['label'], $_SERVER['PHP_SELF'], '', '', $param, 'class="right"', $sortfield, $sortorder);
+ $totalarray['nbfield']++;
+}
+if (!empty($arrayfields['total_margin_rate']['checked'])) {
+ print_liste_field_titre($arrayfields['total_margin_rate']['label'], $_SERVER['PHP_SELF'], '', '', $param, 'class="right"', $sortfield, $sortorder);
+ $totalarray['nbfield']++;
+}
+if (!empty($arrayfields['total_mark_rate']['checked'])) {
+ print_liste_field_titre($arrayfields['total_mark_rate']['label'], $_SERVER['PHP_SELF'], '', '', $param, 'class="right"', $sortfield, $sortorder);
+ $totalarray['nbfield']++;
+}
- $with_margin_info = false;
- if (isModEnabled('margin') && (
- !empty($arrayfields['total_pa']['checked'])
- || !empty($arrayfields['total_margin']['checked'])
- || !empty($arrayfields['total_margin_rate']['checked'])
- || !empty($arrayfields['total_mark_rate']['checked'])
- )
+// Extra fields
+include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_search_title.tpl.php';
+
+// Hook fields
+$parameters = array('arrayfields'=>$arrayfields, 'param'=>$param, 'sortfield'=>$sortfield, 'sortorder'=>$sortorder, 'totalarray'=>&$totalarray);
+$reshook = $hookmanager->executeHooks('printFieldListTitle', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
+print $hookmanager->resPrint;
+if (!empty($arrayfields['c.datec']['checked'])) {
+ print_liste_field_titre($arrayfields['c.datec']['label'], $_SERVER["PHP_SELF"], "c.date_creation", "", $param, '', $sortfield, $sortorder, 'center nowrap ');
+ $totalarray['nbfield']++;
+}
+if (!empty($arrayfields['c.tms']['checked'])) {
+ print_liste_field_titre($arrayfields['c.tms']['label'], $_SERVER["PHP_SELF"], "c.tms", "", $param, '', $sortfield, $sortorder, 'center nowrap ');
+ $totalarray['nbfield']++;
+}
+if (!empty($arrayfields['c.date_cloture']['checked'])) {
+ print_liste_field_titre($arrayfields['c.date_cloture']['label'], $_SERVER["PHP_SELF"], "c.date_cloture", "", $param, '', $sortfield, $sortorder, 'center nowrap ');
+ $totalarray['nbfield']++;
+}
+if (!empty($arrayfields['c.note_public']['checked'])) {
+ print_liste_field_titre($arrayfields['c.note_public']['label'], $_SERVER["PHP_SELF"], "c.note_public", "", $param, '', $sortfield, $sortorder, 'right ');
+ $totalarray['nbfield']++;
+}
+if (!empty($arrayfields['c.note_private']['checked'])) {
+ print_liste_field_titre($arrayfields['c.note_private']['label'], $_SERVER["PHP_SELF"], "c.note_private", "", $param, '', $sortfield, $sortorder, 'right ');
+ $totalarray['nbfield']++;
+}
+if (!empty($arrayfields['shippable']['checked'])) {
+ print_liste_field_titre($arrayfields['shippable']['label'], $_SERVER["PHP_SELF"], '', '', $param, '', $sortfield, $sortorder, 'center ');
+ $totalarray['nbfield']++;
+}
+if (!empty($arrayfields['c.facture']['checked'])) {
+ print_liste_field_titre($arrayfields['c.facture']['label'], $_SERVER["PHP_SELF"], 'c.facture', '', $param, '', $sortfield, $sortorder, 'center ');
+ $totalarray['nbfield']++;
+}
+if (!empty($arrayfields['c.import_key']['checked'])) {
+ print_liste_field_titre($arrayfields['c.import_key']['label'], $_SERVER["PHP_SELF"], "c.import_key", "", $param, '', $sortfield, $sortorder, 'center ');
+ $totalarray['nbfield']++;
+}
+if (!empty($arrayfields['c.fk_statut']['checked'])) {
+ print_liste_field_titre($arrayfields['c.fk_statut']['label'], $_SERVER["PHP_SELF"], "c.fk_statut", "", $param, '', $sortfield, $sortorder, 'right ');
+ $totalarray['nbfield']++;
+}
+// Action column
+if (!getDolGlobalString('MAIN_CHECKBOX_LEFT_COLUMN')) {
+ print_liste_field_titre($selectedfields, $_SERVER["PHP_SELF"], "", '', $param, '', $sortfield, $sortorder, 'maxwidthsearch center ');
+ $totalarray['nbfield']++;
+}
+print ' '."\n";
+
+$total = 0;
+$subtotal = 0;
+$productstat_cache = array();
+$productstat_cachevirtual = array();
+$getNomUrl_cache = array();
+
+$generic_commande = new Commande($db);
+$generic_product = new Product($db);
+$userstatic = new User($db);
+
+$with_margin_info = false;
+if (isModEnabled('margin') && (
+ !empty($arrayfields['total_pa']['checked'])
+ || !empty($arrayfields['total_margin']['checked'])
+ || !empty($arrayfields['total_margin_rate']['checked'])
+ || !empty($arrayfields['total_mark_rate']['checked'])
+ )
) {
$with_margin_info = true;
- }
+}
+
$total_ht = 0;
$total_margin = 0;
+ // Loop on record
+ // --------------------------------------------------------------------
+ $i = 0;
$savnbfield = $totalarray['nbfield'];
$totalarray = array();
$totalarray['nbfield'] = 0;
$imaxinloop = ($limit ? min($num, $limit) : $num);
- while ($i < $imaxinloop) {
- $obj = $db->fetch_object($resql);
+while ($i < $imaxinloop) {
+ $obj = $db->fetch_object($resql);
+ if (empty($obj)) {
+ break; // Should not happen
+ }
- $notshippable = 0;
- $warning = 0;
- $text_info = '';
- $text_warning = '';
- $nbprod = 0;
+ $notshippable = 0;
+ $warning = 0;
+ $text_info = '';
+ $text_warning = '';
+ $nbprod = 0;
- $companystatic->id = $obj->socid;
- $companystatic->name = $obj->name;
- $companystatic->name_alias = $obj->alias;
- $companystatic->client = $obj->client;
- $companystatic->fournisseur = $obj->fournisseur;
- $companystatic->code_client = $obj->code_client;
- $companystatic->email = $obj->email;
- $companystatic->phone = $obj->phone;
- $companystatic->address = $obj->address;
- $companystatic->zip = $obj->zip;
- $companystatic->town = $obj->town;
- $companystatic->country_code = $obj->country_code;
- if (!isset($getNomUrl_cache[$obj->socid])) {
- $getNomUrl_cache[$obj->socid] = $companystatic->getNomUrl(1, 'customer', 100, 0, 1, empty($arrayfields['s.name_alias']['checked']) ? 0 : 1);
+ $companystatic->id = $obj->socid;
+ $companystatic->name = $obj->name;
+ $companystatic->name_alias = $obj->alias;
+ $companystatic->client = $obj->client;
+ $companystatic->fournisseur = $obj->fournisseur;
+ $companystatic->code_client = $obj->code_client;
+ $companystatic->email = $obj->email;
+ $companystatic->phone = $obj->phone;
+ $companystatic->address = $obj->address;
+ $companystatic->zip = $obj->zip;
+ $companystatic->town = $obj->town;
+ $companystatic->country_code = $obj->country_code;
+ if (!isset($getNomUrl_cache[$obj->socid])) {
+ $getNomUrl_cache[$obj->socid] = $companystatic->getNomUrl(1, 'customer', 100, 0, 1, empty($arrayfields['s.name_alias']['checked']) ? 0 : 1);
+ }
+
+ $generic_commande->id = $obj->rowid;
+ $generic_commande->ref = $obj->ref;
+ $generic_commande->statut = $obj->fk_statut;
+ $generic_commande->billed = $obj->billed;
+ $generic_commande->date = $db->jdate($obj->date_commande);
+ $generic_commande->delivery_date = $db->jdate($obj->date_delivery);
+ $generic_commande->ref_client = $obj->ref_client;
+ $generic_commande->total_ht = $obj->total_ht;
+ $generic_commande->total_tva = $obj->total_tva;
+ $generic_commande->total_ttc = $obj->total_ttc;
+ $generic_commande->note_public = $obj->note_public;
+ $generic_commande->note_private = $obj->note_private;
+
+ $generic_commande->thirdparty = $companystatic;
+
+
+ $projectstatic->id = $obj->project_id;
+ $projectstatic->ref = $obj->project_ref;
+ $projectstatic->title = $obj->project_label;
+
+ $marginInfo = array();
+ if ($with_margin_info === true) {
+ $generic_commande->fetch_lines();
+ $marginInfo = $formmargin->getMarginInfosArray($generic_commande);
+ $total_ht += $obj->total_ht;
+ $total_margin += $marginInfo['total_margin'];
+ }
+
+ if ($mode == 'kanban') {
+ if ($i == 0) {
+ print '| ';
+ print ' ';
}
- $generic_commande->id = $obj->rowid;
- $generic_commande->ref = $obj->ref;
- $generic_commande->statut = $obj->fk_statut;
- $generic_commande->billed = $obj->billed;
- $generic_commande->date = $db->jdate($obj->date_commande);
- $generic_commande->delivery_date = $db->jdate($obj->date_delivery);
- $generic_commande->ref_client = $obj->ref_client;
- $generic_commande->total_ht = $obj->total_ht;
- $generic_commande->total_tva = $obj->total_tva;
- $generic_commande->total_ttc = $obj->total_ttc;
- $generic_commande->note_public = $obj->note_public;
- $generic_commande->note_private = $obj->note_private;
+ // Output Kanban
+ $selected = -1;
+ if ($massactionbutton || $massaction) { // If we are in select mode (massactionbutton defined) or if we have already selected and sent an action ($massaction) defined
+ $selected = 0;
+ if (in_array($object->id, $arrayofselected)) {
+ $selected = 1;
+ }
+ }
+ print $generic_commande->getKanbanView('', array('selected' => $selected));
+ if ($i == ($imaxinloop - 1)) {
+ print ' ';
+ print ' | ';
+ }
+ } else {
+ // Show line of result
+ $j = 0;
+ print '';
- $generic_commande->thirdparty = $companystatic;
-
-
- $projectstatic->id = $obj->project_id;
- $projectstatic->ref = $obj->project_ref;
- $projectstatic->title = $obj->project_label;
-
- $marginInfo = array();
- if ($with_margin_info === true) {
- $generic_commande->fetch_lines();
- $marginInfo = $formmargin->getMarginInfosArray($generic_commande);
- $total_ht += $obj->total_ht;
- $total_margin += $marginInfo['total_margin'];
+ // Action column
+ if (getDolGlobalString('MAIN_CHECKBOX_LEFT_COLUMN')) {
+ print '| ';
+ if ($massactionbutton || $massaction) { // If we are in select mode (massactionbutton defined) or if we have already selected and sent an action ($massaction) defined
+ $selected = 0;
+ if (in_array($obj->rowid, $arrayofselected)) {
+ $selected = 1;
+ }
+ print '';
+ }
+ print ' | ';
+ if (!$i) {
+ $totalarray['nbfield']++;
+ }
}
- if ($mode == 'kanban') {
- if ($i == 0) {
- print ' | ';
- print ' ';
+ // Ref
+ if (!empty($arrayfields['c.ref']['checked'])) {
+ print ' | ';
+ print $generic_commande->getNomUrl(1, ($search_status != 2 ? 0 : $obj->fk_statut), 0, 0, 0, 1, 1);
+
+ $filename = dol_sanitizeFileName($obj->ref);
+ $filedir = $conf->commande->multidir_output[$conf->entity].'/'.dol_sanitizeFileName($obj->ref);
+ $urlsource = $_SERVER['PHP_SELF'].'?id='.$obj->rowid;
+ print $formfile->getDocumentsLink($generic_commande->element, $filename, $filedir);
+
+ print ' | ';
+ if (!$i) {
+ $totalarray['nbfield']++;
+ }
+ }
+
+ // Ref customer
+ if (!empty($arrayfields['c.ref_client']['checked'])) {
+ print '';
+ print dol_escape_htmltag($obj->ref_client);
+ print ' | ';
+ if (!$i) {
+ $totalarray['nbfield']++;
+ }
+ }
+
+ // Project ref
+ if (!empty($arrayfields['p.ref']['checked'])) {
+ print '';
+ if ($obj->project_id > 0) {
+ print $projectstatic->getNomUrl(1);
+ }
+ print ' | ';
+ if (!$i) {
+ $totalarray['nbfield']++;
+ }
+ }
+
+ // Project label
+ if (!empty($arrayfields['p.title']['checked'])) {
+ print '';
+ if ($obj->project_id > 0) {
+ print $projectstatic->title;
+ }
+ print ' | ';
+ if (!$i) {
+ $totalarray['nbfield']++;
+ }
+ }
+
+ // Third party
+ if (!empty($arrayfields['s.nom']['checked'])) {
+ print '';
+ if (getDolGlobalInt('MAIN_ENABLE_AJAX_TOOLTIP')) {
+ print $companystatic->getNomUrl(1, 'customer', 100, 0, 1, empty($arrayfields['s.name_alias']['checked']) ? 0 : 1);
+ } else {
+ print $getNomUrl_cache[$obj->socid];
}
- print $generic_commande->getKanbanView('', array('selected' => in_array($object->id, $arrayofselected)));
-
- if ($i == ($imaxinloop - 1)) {
- print '';
- print ' | ';
- }
- } else {
- print '';
-
- // Action column
- if (getDolGlobalString('MAIN_CHECKBOX_LEFT_COLUMN')) {
- print '| ';
- if ($massactionbutton || $massaction) { // If we are in select mode (massactionbutton defined) or if we have already selected and sent an action ($massaction) defined
- $selected = 0;
- if (in_array($obj->rowid, $arrayofselected)) {
- $selected = 1;
+ // If module invoices enabled and user with invoice creation permissions
+ if (isModEnabled('facture') && !empty($conf->global->ORDER_BILLING_ALL_CUSTOMER)) {
+ if ($user->hasRight('facture', 'creer')) {
+ if (($obj->fk_statut > 0 && $obj->fk_statut < 3) || ($obj->fk_statut == 3 && $obj->billed == 0)) {
+ print ' ';
+ print img_picto($langs->trans("CreateInvoiceForThisCustomer").' : '.$companystatic->name, 'object_bill', 'hideonsmartphone').'';
}
- print '';
- }
- if (!$i) {
- $totalarray['nbfield']++;
- }
- print ' | ';
- }
-
- // Ref
- if (!empty($arrayfields['c.ref']['checked'])) {
- print '';
- print $generic_commande->getNomUrl(1, ($search_status != 2 ? 0 : $obj->fk_statut), 0, 0, 0, 1, 1);
-
- $filename = dol_sanitizeFileName($obj->ref);
- $filedir = $conf->commande->multidir_output[$conf->entity].'/'.dol_sanitizeFileName($obj->ref);
- $urlsource = $_SERVER['PHP_SELF'].'?id='.$obj->rowid;
- print $formfile->getDocumentsLink($generic_commande->element, $filename, $filedir);
-
- print ' | ';
- if (!$i) {
- $totalarray['nbfield']++;
}
}
+ print '';
+ if (!$i) {
+ $totalarray['nbfield']++;
+ }
+ }
- // Ref customer
- if (!empty($arrayfields['c.ref_client']['checked'])) {
- print '';
- print dol_escape_htmltag($obj->ref_client);
- print ' | ';
- if (!$i) {
- $totalarray['nbfield']++;
+ // Alias name
+ if (!empty($arrayfields['s.name_alias']['checked'])) {
+ print '';
+ print $obj->alias;
+ print ' | ';
+ if (!$i) {
+ $totalarray['nbfield']++;
+ }
+ }
+
+ // Parent company
+ if (!empty($arrayfields['s2.nom']['checked'])) {
+ print '';
+ if ($obj->fk_parent > 0) {
+ if (!isset($company_url_list[$obj->fk_parent])) {
+ $companyparent = new Societe($db);
+ $res = $companyparent->fetch($obj->fk_parent);
+ if ($res > 0) {
+ $company_url_list[$obj->fk_parent] = $companyparent->getNomUrl(1);
+ }
+ }
+ if (isset($company_url_list[$obj->fk_parent])) {
+ print $company_url_list[$obj->fk_parent];
}
}
-
- // Project ref
- if (!empty($arrayfields['p.ref']['checked'])) {
- print ' | ';
- if ($obj->project_id > 0) {
- print $projectstatic->getNomUrl(1);
- }
- print ' | ';
- if (!$i) {
- $totalarray['nbfield']++;
- }
+ print "";
+ if (!$i) {
+ $totalarray['nbfield']++;
}
+ }
- // Project label
- if (!empty($arrayfields['p.title']['checked'])) {
- print '';
- if ($obj->project_id > 0) {
- print $projectstatic->title;
- }
- print ' | ';
- if (!$i) {
- $totalarray['nbfield']++;
- }
+ // Town
+ if (!empty($arrayfields['s.town']['checked'])) {
+ print '';
+ print $obj->town;
+ print ' | ';
+ if (!$i) {
+ $totalarray['nbfield']++;
}
+ }
- // Third party
- if (!empty($arrayfields['s.nom']['checked'])) {
- print '';
- if (getDolGlobalInt('MAIN_ENABLE_AJAX_TOOLTIP')) {
- print $companystatic->getNomUrl(1, 'customer', 100, 0, 1, empty($arrayfields['s.name_alias']['checked']) ? 0 : 1);
- } else {
- print $getNomUrl_cache[$obj->socid];
+ // Zip
+ if (!empty($arrayfields['s.zip']['checked'])) {
+ print ' | ';
+ print $obj->zip;
+ print ' | ';
+ if (!$i) {
+ $totalarray['nbfield']++;
+ }
+ }
+
+ // State
+ if (!empty($arrayfields['state.nom']['checked'])) {
+ print "".$obj->state_name." | \n";
+ if (!$i) {
+ $totalarray['nbfield']++;
+ }
+ }
+
+ // Country
+ if (!empty($arrayfields['country.code_iso']['checked'])) {
+ print '';
+ $tmparray = getCountry($obj->fk_pays, 'all');
+ print $tmparray['label'];
+ print ' | ';
+ if (!$i) {
+ $totalarray['nbfield']++;
+ }
+ }
+
+ // Type ent
+ if (!empty($arrayfields['typent.code']['checked'])) {
+ print '';
+ if (empty($typenArray)) {
+ $typenArray = $formcompany->typent_array(1);
+ }
+ print $typenArray[$obj->typent_code];
+ print ' | ';
+ if (!$i) {
+ $totalarray['nbfield']++;
+ }
+ }
+
+ // Order date
+ if (!empty($arrayfields['c.date_commande']['checked'])) {
+ print '';
+ print dol_print_date($db->jdate($obj->date_commande), 'day');
+ // Warning late icon and note
+ if ($generic_commande->hasDelay()) {
+ print img_picto($langs->trans("Late").' : '.$generic_commande->showDelay(), "warning");
+ }
+ print ' | ';
+ if (!$i) {
+ $totalarray['nbfield']++;
+ }
+ }
+
+ // Plannned date of delivery
+ if (!empty($arrayfields['c.date_delivery']['checked'])) {
+ print '';
+ print dol_print_date($db->jdate($obj->date_delivery), 'dayhour');
+ print ' | ';
+ if (!$i) {
+ $totalarray['nbfield']++;
+ }
+ }
+
+ // Shipping Method
+ if (!empty($arrayfields['c.fk_shipping_method']['checked'])) {
+ print '';
+ $form->formSelectShippingMethod('', $obj->fk_shipping_method, 'none', 1);
+ print ' | ';
+ if (!$i) {
+ $totalarray['nbfield']++;
+ }
+ }
+
+ // Payment terms
+ if (!empty($arrayfields['c.fk_cond_reglement']['checked'])) {
+ print '';
+ $form->form_conditions_reglement($_SERVER['PHP_SELF'], $obj->fk_cond_reglement, 'none', 0, '', 1, $obj->deposit_percent);
+ print ' | ';
+ if (!$i) {
+ $totalarray['nbfield']++;
+ }
+ }
+
+ // Payment mode
+ if (!empty($arrayfields['c.fk_mode_reglement']['checked'])) {
+ print '';
+ $form->form_modes_reglement($_SERVER['PHP_SELF'], $obj->fk_mode_reglement, 'none', '', -1);
+ print ' | ';
+ if (!$i) {
+ $totalarray['nbfield']++;
+ }
+ }
+
+ // Channel
+ if (!empty($arrayfields['c.fk_input_reason']['checked'])) {
+ print '';
+ $form->formInputReason($_SERVER['PHP_SELF'], $obj->fk_input_reason, 'none', '');
+ print ' | ';
+ if (!$i) {
+ $totalarray['nbfield']++;
+ }
+ }
+
+ // Amount HT/net
+ if (!empty($arrayfields['c.total_ht']['checked'])) {
+ print ''.price($obj->total_ht)." | \n";
+ if (!$i) {
+ $totalarray['nbfield']++;
+ }
+ if (!$i) {
+ $totalarray['pos'][$totalarray['nbfield']] = 'c.total_ht';
+ }
+ if (isset($totalarray['val']['c.total_ht'])) {
+ $totalarray['val']['c.total_ht'] += $obj->total_ht;
+ } else {
+ $totalarray['val']['c.total_ht'] = $obj->total_ht;
+ }
+ }
+
+ // Amount VAT
+ if (!empty($arrayfields['c.total_vat']['checked'])) {
+ print ''.price($obj->total_tva)." | \n";
+ if (!$i) {
+ $totalarray['nbfield']++;
+ }
+ if (!$i) {
+ $totalarray['pos'][$totalarray['nbfield']] = 'c.total_tva';
+ }
+ if (isset($totalarray['val']['c.total_tva'])) {
+ $totalarray['val']['c.total_tva'] += $obj->total_tva;
+ } else {
+ $totalarray['val']['c.total_tva'] = $obj->total_tva;
+ }
+ }
+
+ // Amount TTC / gross
+ if (!empty($arrayfields['c.total_ttc']['checked'])) {
+ print ''.price($obj->total_ttc)." | \n";
+ if (!$i) {
+ $totalarray['nbfield']++;
+ }
+ if (!$i) {
+ $totalarray['pos'][$totalarray['nbfield']] = 'c.total_ttc';
+ }
+ if (isset($totalarray['val']['c.total_ttc'])) {
+ $totalarray['val']['c.total_ttc'] += $obj->total_ttc;
+ } else {
+ $totalarray['val']['c.total_ttc'] = $obj->total_ttc;
+ }
+ }
+
+ // Currency
+ if (!empty($arrayfields['c.multicurrency_code']['checked'])) {
+ print ''.$obj->multicurrency_code.' - '.$langs->trans('Currency'.$obj->multicurrency_code)." | \n";
+ if (!$i) {
+ $totalarray['nbfield']++;
+ }
+ }
+
+ // Currency rate
+ if (!empty($arrayfields['c.multicurrency_tx']['checked'])) {
+ print '';
+ $form->form_multicurrency_rate($_SERVER['PHP_SELF'].'?id='.$obj->rowid, $obj->multicurrency_tx, 'none', $obj->multicurrency_code);
+ print " | \n";
+ if (!$i) {
+ $totalarray['nbfield']++;
+ }
+ }
+
+ // Amount HT/net in foreign currency
+ if (!empty($arrayfields['c.multicurrency_total_ht']['checked'])) {
+ print ''.price($obj->multicurrency_total_ht)." | \n";
+ if (!$i) {
+ $totalarray['nbfield']++;
+ }
+ }
+ // Amount VAT in foreign currency
+ if (!empty($arrayfields['c.multicurrency_total_vat']['checked'])) {
+ print ''.price($obj->multicurrency_total_vat)." | \n";
+ if (!$i) {
+ $totalarray['nbfield']++;
+ }
+ }
+ // Amount TTC / gross in foreign currency
+ if (!empty($arrayfields['c.multicurrency_total_ttc']['checked'])) {
+ print ''.price($obj->multicurrency_total_ttc)." | \n";
+ if (!$i) {
+ $totalarray['nbfield']++;
+ }
+ }
+
+ $userstatic->id = $obj->fk_user_author;
+ $userstatic->login = $obj->login;
+ $userstatic->lastname = $obj->lastname;
+ $userstatic->firstname = $obj->firstname;
+ $userstatic->email = $obj->user_email;
+ $userstatic->statut = $obj->user_statut;
+ $userstatic->entity = $obj->entity;
+ $userstatic->photo = $obj->photo;
+ $userstatic->office_phone = $obj->office_phone;
+ $userstatic->office_fax = $obj->office_fax;
+ $userstatic->user_mobile = $obj->user_mobile;
+ $userstatic->job = $obj->job;
+ $userstatic->gender = $obj->gender;
+
+ // Author
+ if (!empty($arrayfields['u.login']['checked'])) {
+ print '';
+ if ($userstatic->id) {
+ print $userstatic->getNomUrl(-1);
+ } else {
+ print ' ';
+ }
+ print " | \n";
+ if (!$i) {
+ $totalarray['nbfield']++;
+ }
+ }
+
+ // Sales representatives
+ if (!empty($arrayfields['sale_representative']['checked'])) {
+ print '';
+ if ($obj->socid > 0) {
+ $listsalesrepresentatives = $companystatic->getSalesRepresentatives($user);
+ if ($listsalesrepresentatives < 0) {
+ dol_print_error($db);
}
-
- // If module invoices enabled and user with invoice creation permissions
- if (isModEnabled('facture') && !empty($conf->global->ORDER_BILLING_ALL_CUSTOMER)) {
- if ($user->hasRight('facture', 'creer')) {
- if (($obj->fk_statut > 0 && $obj->fk_statut < 3) || ($obj->fk_statut == 3 && $obj->billed == 0)) {
- print ' ';
- print img_picto($langs->trans("CreateInvoiceForThisCustomer").' : '.$companystatic->name, 'object_bill', 'hideonsmartphone').'';
+ $nbofsalesrepresentative = count($listsalesrepresentatives);
+ if ($nbofsalesrepresentative > 6) {
+ // We print only number
+ print $nbofsalesrepresentative;
+ } elseif ($nbofsalesrepresentative > 0) {
+ $j = 0;
+ foreach ($listsalesrepresentatives as $val) {
+ $userstatic->id = $val['id'];
+ $userstatic->lastname = $val['lastname'];
+ $userstatic->firstname = $val['firstname'];
+ $userstatic->email = $val['email'];
+ $userstatic->statut = $val['statut'];
+ $userstatic->entity = $val['entity'];
+ $userstatic->photo = $val['photo'];
+ $userstatic->login = $val['login'];
+ $userstatic->office_phone = $val['office_phone'];
+ $userstatic->office_fax = $val['office_fax'];
+ $userstatic->user_mobile = $val['user_mobile'];
+ $userstatic->job = $val['job'];
+ $userstatic->gender = $val['gender'];
+ //print ' ':
+ print ($nbofsalesrepresentative < 2) ? $userstatic->getNomUrl(-1, '', 0, 0, 12) : $userstatic->getNomUrl(-2);
+ $j++;
+ if ($j < $nbofsalesrepresentative) {
+ print ' ';
}
+ //print ' ';
}
}
- print ' | ';
- if (!$i) {
- $totalarray['nbfield']++;
+ //else print $langs->trans("NoSalesRepresentativeAffected");
+ } else {
+ print ' ';
+ }
+ print '';
+ if (!$i) {
+ $totalarray['nbfield']++;
+ }
+ }
+
+ // Total buying or cost price
+ if (!empty($arrayfields['total_pa']['checked'])) {
+ print ''.price($marginInfo['pa_total']).' | ';
+ if (!$i) {
+ $totalarray['nbfield']++;
+ }
+ }
+
+ // Total margin
+ if (!empty($arrayfields['total_margin']['checked'])) {
+ print ''.price($marginInfo['total_margin']).' | ';
+ if (!$i) {
+ $totalarray['nbfield']++;
+ }
+ if (!$i) {
+ $totalarray['pos'][$totalarray['nbfield']] = 'total_margin';
+ }
+ $totalarray['val']['total_margin'] += $marginInfo['total_margin'];
+ }
+
+ // Total margin rate
+ if (!empty($arrayfields['total_margin_rate']['checked'])) {
+ print ''.(($marginInfo['total_margin_rate'] == '') ? '' : price($marginInfo['total_margin_rate'], null, null, null, null, 2).'%').' | ';
+ if (!$i) {
+ $totalarray['nbfield']++;
+ }
+ }
+
+ // Total mark rate
+ if (!empty($arrayfields['total_mark_rate']['checked'])) {
+ print ''.(($marginInfo['total_mark_rate'] == '') ? '' : price($marginInfo['total_mark_rate'], null, null, null, null, 2).'%').' | ';
+ if (!$i) {
+ $totalarray['nbfield']++;
+ }
+ if (!$i) {
+ $totalarray['pos'][$totalarray['nbfield']] = 'total_mark_rate';
+ }
+ if ($i >= $imaxinloop - 1) {
+ if (!empty($total_ht)) {
+ $totalarray['val']['total_mark_rate'] = price2num($total_margin * 100 / $total_ht, 'MT');
+ } else {
+ $totalarray['val']['total_mark_rate'] = '';
}
}
+ }
- // Alias name
- if (!empty($arrayfields['s.name_alias']['checked'])) {
- print '';
- print $obj->alias;
- print ' | ';
- if (!$i) {
- $totalarray['nbfield']++;
- }
+ // Extra fields
+ include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_print_fields.tpl.php';
+ // Fields from hook
+ $parameters = array('arrayfields'=>$arrayfields, 'obj'=>$obj, 'i'=>$i, 'totalarray'=>&$totalarray);
+ $reshook = $hookmanager->executeHooks('printFieldListValue', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
+ print $hookmanager->resPrint;
+
+ // Date creation
+ if (!empty($arrayfields['c.datec']['checked'])) {
+ print '';
+ print dol_print_date($db->jdate($obj->date_creation), 'dayhour', 'tzuser');
+ print ' | ';
+ if (!$i) {
+ $totalarray['nbfield']++;
}
+ }
- // Parent company
- if (!empty($arrayfields['s2.nom']['checked'])) {
- print '';
- if ($obj->fk_parent > 0) {
- if (!isset($company_url_list[$obj->fk_parent])) {
- $companyparent = new Societe($db);
- $res = $companyparent->fetch($obj->fk_parent);
- if ($res > 0) {
- $company_url_list[$obj->fk_parent] = $companyparent->getNomUrl(1);
+ // Date modification
+ if (!empty($arrayfields['c.tms']['checked'])) {
+ print ' | ';
+ print dol_print_date($db->jdate($obj->date_update), 'dayhour', 'tzuser');
+ print ' | ';
+ if (!$i) {
+ $totalarray['nbfield']++;
+ }
+ }
+
+ // Date cloture
+ if (!empty($arrayfields['c.date_cloture']['checked'])) {
+ print '';
+ print dol_print_date($db->jdate($obj->date_cloture), 'dayhour', 'tzuser');
+ print ' | ';
+ if (!$i) {
+ $totalarray['nbfield']++;
+ }
+ }
+
+ // Note public
+ if (!empty($arrayfields['c.note_public']['checked'])) {
+ print '';
+ print dol_string_nohtmltag($obj->note_public);
+ print ' | ';
+ if (!$i) {
+ $totalarray['nbfield']++;
+ }
+ }
+
+ // Note private
+ if (!empty($arrayfields['c.note_private']['checked'])) {
+ print '';
+ print dol_string_nohtmltag($obj->note_private);
+ print ' | ';
+ if (!$i) {
+ $totalarray['nbfield']++;
+ }
+ }
+
+ // Show shippable Icon (this creates subloops, so may be slow)
+ if (!empty($arrayfields['shippable']['checked'])) {
+ print '';
+ if (!empty($show_shippable_command) && isModEnabled('stock')) {
+ if (($obj->fk_statut > $generic_commande::STATUS_DRAFT) && ($obj->fk_statut < $generic_commande::STATUS_CLOSED)) {
+ $generic_commande->getLinesArray(); // Load array ->lines
+ $generic_commande->loadExpeditions(); // Load array ->expeditions
+
+ $numlines = count($generic_commande->lines); // Loop on each line of order
+ for ($lig = 0; $lig < $numlines; $lig++) {
+ if (isset($generic_commande->expeditions[$generic_commande->lines[$lig]->id])) {
+ $reliquat = $generic_commande->lines[$lig]->qty - $generic_commande->expeditions[$generic_commande->lines[$lig]->id];
+ } else {
+ $reliquat = $generic_commande->lines[$lig]->qty;
}
- }
- if (isset($company_url_list[$obj->fk_parent])) {
- print $company_url_list[$obj->fk_parent];
- }
- }
- print " | ";
- if (!$i) {
- $totalarray['nbfield']++;
- }
- }
+ if ($generic_commande->lines[$lig]->product_type == 0 && $generic_commande->lines[$lig]->fk_product > 0) { // If line is a product and not a service
+ $nbprod++; // order contains real products
+ $generic_product->id = $generic_commande->lines[$lig]->fk_product;
- // Town
- if (!empty($arrayfields['s.town']['checked'])) {
- print '';
- print $obj->town;
- print ' | ';
- if (!$i) {
- $totalarray['nbfield']++;
- }
- }
-
- // Zip
- if (!empty($arrayfields['s.zip']['checked'])) {
- print '';
- print $obj->zip;
- print ' | ';
- if (!$i) {
- $totalarray['nbfield']++;
- }
- }
-
- // State
- if (!empty($arrayfields['state.nom']['checked'])) {
- print "".$obj->state_name." | \n";
- if (!$i) {
- $totalarray['nbfield']++;
- }
- }
-
- // Country
- if (!empty($arrayfields['country.code_iso']['checked'])) {
- print '';
- $tmparray = getCountry($obj->fk_pays, 'all');
- print $tmparray['label'];
- print ' | ';
- if (!$i) {
- $totalarray['nbfield']++;
- }
- }
-
- // Type ent
- if (!empty($arrayfields['typent.code']['checked'])) {
- print '';
- if (empty($typenArray)) {
- $typenArray = $formcompany->typent_array(1);
- }
- print $typenArray[$obj->typent_code];
- print ' | ';
- if (!$i) {
- $totalarray['nbfield']++;
- }
- }
-
- // Order date
- if (!empty($arrayfields['c.date_commande']['checked'])) {
- print '';
- print dol_print_date($db->jdate($obj->date_commande), 'day');
- // Warning late icon and note
- if ($generic_commande->hasDelay()) {
- print img_picto($langs->trans("Late").' : '.$generic_commande->showDelay(), "warning");
- }
- print ' | ';
- if (!$i) {
- $totalarray['nbfield']++;
- }
- }
-
- // Plannned date of delivery
- if (!empty($arrayfields['c.date_delivery']['checked'])) {
- print '';
- print dol_print_date($db->jdate($obj->date_delivery), 'dayhour');
- print ' | ';
- if (!$i) {
- $totalarray['nbfield']++;
- }
- }
-
- // Shipping Method
- if (!empty($arrayfields['c.fk_shipping_method']['checked'])) {
- print '';
- $form->formSelectShippingMethod('', $obj->fk_shipping_method, 'none', 1);
- print ' | ';
- if (!$i) {
- $totalarray['nbfield']++;
- }
- }
-
- // Payment terms
- if (!empty($arrayfields['c.fk_cond_reglement']['checked'])) {
- print '';
- $form->form_conditions_reglement($_SERVER['PHP_SELF'], $obj->fk_cond_reglement, 'none', 0, '', 1, $obj->deposit_percent);
- print ' | ';
- if (!$i) {
- $totalarray['nbfield']++;
- }
- }
-
- // Payment mode
- if (!empty($arrayfields['c.fk_mode_reglement']['checked'])) {
- print '';
- $form->form_modes_reglement($_SERVER['PHP_SELF'], $obj->fk_mode_reglement, 'none', '', -1);
- print ' | ';
- if (!$i) {
- $totalarray['nbfield']++;
- }
- }
-
- // Channel
- if (!empty($arrayfields['c.fk_input_reason']['checked'])) {
- print '';
- $form->formInputReason($_SERVER['PHP_SELF'], $obj->fk_input_reason, 'none', '');
- print ' | ';
- if (!$i) {
- $totalarray['nbfield']++;
- }
- }
-
- // Amount HT/net
- if (!empty($arrayfields['c.total_ht']['checked'])) {
- print ''.price($obj->total_ht)." | \n";
- if (!$i) {
- $totalarray['nbfield']++;
- }
- if (!$i) {
- $totalarray['pos'][$totalarray['nbfield']] = 'c.total_ht';
- }
- if (isset($totalarray['val']['c.total_ht'])) {
- $totalarray['val']['c.total_ht'] += $obj->total_ht;
- } else {
- $totalarray['val']['c.total_ht'] = $obj->total_ht;
- }
- }
-
- // Amount VAT
- if (!empty($arrayfields['c.total_vat']['checked'])) {
- print ''.price($obj->total_tva)." | \n";
- if (!$i) {
- $totalarray['nbfield']++;
- }
- if (!$i) {
- $totalarray['pos'][$totalarray['nbfield']] = 'c.total_tva';
- }
- if (isset($totalarray['val']['c.total_tva'])) {
- $totalarray['val']['c.total_tva'] += $obj->total_tva;
- } else {
- $totalarray['val']['c.total_tva'] = $obj->total_tva;
- }
- }
-
- // Amount TTC / gross
- if (!empty($arrayfields['c.total_ttc']['checked'])) {
- print ''.price($obj->total_ttc)." | \n";
- if (!$i) {
- $totalarray['nbfield']++;
- }
- if (!$i) {
- $totalarray['pos'][$totalarray['nbfield']] = 'c.total_ttc';
- }
- if (isset($totalarray['val']['c.total_ttc'])) {
- $totalarray['val']['c.total_ttc'] += $obj->total_ttc;
- } else {
- $totalarray['val']['c.total_ttc'] = $obj->total_ttc;
- }
- }
-
- // Currency
- if (!empty($arrayfields['c.multicurrency_code']['checked'])) {
- print ''.$obj->multicurrency_code.' - '.$langs->trans('Currency'.$obj->multicurrency_code)." | \n";
- if (!$i) {
- $totalarray['nbfield']++;
- }
- }
-
- // Currency rate
- if (!empty($arrayfields['c.multicurrency_tx']['checked'])) {
- print '';
- $form->form_multicurrency_rate($_SERVER['PHP_SELF'].'?id='.$obj->rowid, $obj->multicurrency_tx, 'none', $obj->multicurrency_code);
- print " | \n";
- if (!$i) {
- $totalarray['nbfield']++;
- }
- }
-
- // Amount HT/net in foreign currency
- if (!empty($arrayfields['c.multicurrency_total_ht']['checked'])) {
- print ''.price($obj->multicurrency_total_ht)." | \n";
- if (!$i) {
- $totalarray['nbfield']++;
- }
- }
- // Amount VAT in foreign currency
- if (!empty($arrayfields['c.multicurrency_total_vat']['checked'])) {
- print ''.price($obj->multicurrency_total_vat)." | \n";
- if (!$i) {
- $totalarray['nbfield']++;
- }
- }
- // Amount TTC / gross in foreign currency
- if (!empty($arrayfields['c.multicurrency_total_ttc']['checked'])) {
- print ''.price($obj->multicurrency_total_ttc)." | \n";
- if (!$i) {
- $totalarray['nbfield']++;
- }
- }
-
- $userstatic->id = $obj->fk_user_author;
- $userstatic->login = $obj->login;
- $userstatic->lastname = $obj->lastname;
- $userstatic->firstname = $obj->firstname;
- $userstatic->email = $obj->user_email;
- $userstatic->statut = $obj->user_statut;
- $userstatic->entity = $obj->entity;
- $userstatic->photo = $obj->photo;
- $userstatic->office_phone = $obj->office_phone;
- $userstatic->office_fax = $obj->office_fax;
- $userstatic->user_mobile = $obj->user_mobile;
- $userstatic->job = $obj->job;
- $userstatic->gender = $obj->gender;
-
- // Author
- if (!empty($arrayfields['u.login']['checked'])) {
- print '';
- if ($userstatic->id) {
- print $userstatic->getNomUrl(-1);
- } else {
- print ' ';
- }
- print " | \n";
- if (!$i) {
- $totalarray['nbfield']++;
- }
- }
-
- // Sales representatives
- if (!empty($arrayfields['sale_representative']['checked'])) {
- print '';
- if ($obj->socid > 0) {
- $listsalesrepresentatives = $companystatic->getSalesRepresentatives($user);
- if ($listsalesrepresentatives < 0) {
- dol_print_error($db);
- }
- $nbofsalesrepresentative = count($listsalesrepresentatives);
- if ($nbofsalesrepresentative > 6) {
- // We print only number
- print $nbofsalesrepresentative;
- } elseif ($nbofsalesrepresentative > 0) {
- $j = 0;
- foreach ($listsalesrepresentatives as $val) {
- $userstatic->id = $val['id'];
- $userstatic->lastname = $val['lastname'];
- $userstatic->firstname = $val['firstname'];
- $userstatic->email = $val['email'];
- $userstatic->statut = $val['statut'];
- $userstatic->entity = $val['entity'];
- $userstatic->photo = $val['photo'];
- $userstatic->login = $val['login'];
- $userstatic->office_phone = $val['office_phone'];
- $userstatic->office_fax = $val['office_fax'];
- $userstatic->user_mobile = $val['user_mobile'];
- $userstatic->job = $val['job'];
- $userstatic->gender = $val['gender'];
- //print ' ':
- print ($nbofsalesrepresentative < 2) ? $userstatic->getNomUrl(-1, '', 0, 0, 12) : $userstatic->getNomUrl(-2);
- $j++;
- if ($j < $nbofsalesrepresentative) {
- print ' ';
- }
- //print ' ';
- }
- }
- //else print $langs->trans("NoSalesRepresentativeAffected");
- } else {
- print ' ';
- }
- print ' | ';
- if (!$i) {
- $totalarray['nbfield']++;
- }
- }
-
- // Total buying or cost price
- if (!empty($arrayfields['total_pa']['checked'])) {
- print ''.price($marginInfo['pa_total']).' | ';
- if (!$i) {
- $totalarray['nbfield']++;
- }
- }
-
- // Total margin
- if (!empty($arrayfields['total_margin']['checked'])) {
- print ''.price($marginInfo['total_margin']).' | ';
- if (!$i) {
- $totalarray['nbfield']++;
- }
- if (!$i) {
- $totalarray['pos'][$totalarray['nbfield']] = 'total_margin';
- }
- $totalarray['val']['total_margin'] += $marginInfo['total_margin'];
- }
-
- // Total margin rate
- if (!empty($arrayfields['total_margin_rate']['checked'])) {
- print ''.(($marginInfo['total_margin_rate'] == '') ? '' : price($marginInfo['total_margin_rate'], null, null, null, null, 2).'%').' | ';
- if (!$i) {
- $totalarray['nbfield']++;
- }
- }
-
- // Total mark rate
- if (!empty($arrayfields['total_mark_rate']['checked'])) {
- print ''.(($marginInfo['total_mark_rate'] == '') ? '' : price($marginInfo['total_mark_rate'], null, null, null, null, 2).'%').' | ';
- if (!$i) {
- $totalarray['nbfield']++;
- }
- if (!$i) {
- $totalarray['pos'][$totalarray['nbfield']] = 'total_mark_rate';
- }
- if ($i >= $imaxinloop - 1) {
- if (!empty($total_ht)) {
- $totalarray['val']['total_mark_rate'] = price2num($total_margin * 100 / $total_ht, 'MT');
- } else {
- $totalarray['val']['total_mark_rate'] = '';
- }
- }
- }
-
- // Extra fields
- include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_print_fields.tpl.php';
- // Fields from hook
- $parameters = array('arrayfields'=>$arrayfields, 'obj'=>$obj, 'i'=>$i, 'totalarray'=>&$totalarray);
- $reshook = $hookmanager->executeHooks('printFieldListValue', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
- print $hookmanager->resPrint;
-
- // Date creation
- if (!empty($arrayfields['c.datec']['checked'])) {
- print '';
- print dol_print_date($db->jdate($obj->date_creation), 'dayhour', 'tzuser');
- print ' | ';
- if (!$i) {
- $totalarray['nbfield']++;
- }
- }
-
- // Date modification
- if (!empty($arrayfields['c.tms']['checked'])) {
- print '';
- print dol_print_date($db->jdate($obj->date_update), 'dayhour', 'tzuser');
- print ' | ';
- if (!$i) {
- $totalarray['nbfield']++;
- }
- }
-
- // Date cloture
- if (!empty($arrayfields['c.date_cloture']['checked'])) {
- print '';
- print dol_print_date($db->jdate($obj->date_cloture), 'dayhour', 'tzuser');
- print ' | ';
- if (!$i) {
- $totalarray['nbfield']++;
- }
- }
-
- // Note public
- if (!empty($arrayfields['c.note_public']['checked'])) {
- print '';
- print dol_string_nohtmltag($obj->note_public);
- print ' | ';
- if (!$i) {
- $totalarray['nbfield']++;
- }
- }
-
- // Note private
- if (!empty($arrayfields['c.note_private']['checked'])) {
- print '';
- print dol_string_nohtmltag($obj->note_private);
- print ' | ';
- if (!$i) {
- $totalarray['nbfield']++;
- }
- }
-
- // Show shippable Icon (this creates subloops, so may be slow)
- if (!empty($arrayfields['shippable']['checked'])) {
- print '';
- if (!empty($show_shippable_command) && isModEnabled('stock')) {
- if (($obj->fk_statut > $generic_commande::STATUS_DRAFT) && ($obj->fk_statut < $generic_commande::STATUS_CLOSED)) {
- $generic_commande->getLinesArray(); // Load array ->lines
- $generic_commande->loadExpeditions(); // Load array ->expeditions
-
- $numlines = count($generic_commande->lines); // Loop on each line of order
- for ($lig = 0; $lig < $numlines; $lig++) {
- if (isset($generic_commande->expeditions[$generic_commande->lines[$lig]->id])) {
- $reliquat = $generic_commande->lines[$lig]->qty - $generic_commande->expeditions[$generic_commande->lines[$lig]->id];
+ // Get local and virtual stock and store it into cache
+ if (empty($productstat_cache[$generic_commande->lines[$lig]->fk_product])) {
+ $generic_product->load_stock('nobatch,warehouseopen'); // ->load_virtual_stock() is already included into load_stock()
+ $productstat_cache[$generic_commande->lines[$lig]->fk_product]['stock_reel'] = $generic_product->stock_reel;
+ $productstat_cachevirtual[$generic_commande->lines[$lig]->fk_product]['stock_reel'] = $generic_product->stock_theorique;
} else {
- $reliquat = $generic_commande->lines[$lig]->qty;
+ $generic_product->stock_reel = $productstat_cache[$generic_commande->lines[$lig]->fk_product]['stock_reel'];
+ $generic_product->stock_theorique = $productstat_cachevirtual[$generic_commande->lines[$lig]->fk_product]['stock_reel'] = $generic_product->stock_theorique;
}
- if ($generic_commande->lines[$lig]->product_type == 0 && $generic_commande->lines[$lig]->fk_product > 0) { // If line is a product and not a service
- $nbprod++; // order contains real products
- $generic_product->id = $generic_commande->lines[$lig]->fk_product;
- // Get local and virtual stock and store it into cache
- if (empty($productstat_cache[$generic_commande->lines[$lig]->fk_product])) {
- $generic_product->load_stock('nobatch,warehouseopen'); // ->load_virtual_stock() is already included into load_stock()
- $productstat_cache[$generic_commande->lines[$lig]->fk_product]['stock_reel'] = $generic_product->stock_reel;
- $productstat_cachevirtual[$generic_commande->lines[$lig]->fk_product]['stock_reel'] = $generic_product->stock_theorique;
- } else {
- $generic_product->stock_reel = $productstat_cache[$generic_commande->lines[$lig]->fk_product]['stock_reel'];
- $generic_product->stock_theorique = $productstat_cachevirtual[$generic_commande->lines[$lig]->fk_product]['stock_reel'] = $generic_product->stock_theorique;
- }
-
- if ($reliquat > $generic_product->stock_reel) {
- $notshippable++;
- }
- if (empty($conf->global->SHIPPABLE_ORDER_ICON_IN_LIST)) { // Default code. Default should be this case.
- $text_info .= $reliquat.' x '.$generic_commande->lines[$lig]->product_ref.' '.dol_trunc($generic_commande->lines[$lig]->product_label, 20);
- $text_info .= ' - '.$langs->trans("Stock").': '.$generic_product->stock_reel.'';
- $text_info .= ' - '.$langs->trans("VirtualStock").': '.$generic_product->stock_theorique.'';
- $text_info .= ($reliquat != $generic_commande->lines[$lig]->qty ? ' ('.$langs->trans("QtyInOtherShipments").' '.($generic_commande->lines[$lig]->qty - $reliquat).')' : '');
- $text_info .= ' ';
- } else { // BUGGED CODE.
- // DOES NOT TAKE INTO ACCOUNT MANUFACTURING. THIS CODE SHOULD BE USELESS. PREVIOUS CODE SEEMS COMPLETE.
- // COUNT STOCK WHEN WE SHOULD ALREADY HAVE VALUE
- // Detailed virtual stock, looks bugged, uncomplete and need heavy load.
- // stock order and stock order_supplier
- $stock_order = 0;
- $stock_order_supplier = 0;
- if (!empty($conf->global->STOCK_CALCULATE_ON_SHIPMENT) || !empty($conf->global->STOCK_CALCULATE_ON_SHIPMENT_CLOSE)) { // What about other options ?
- if (isModEnabled('commande')) {
- if (empty($productstat_cache[$generic_commande->lines[$lig]->fk_product]['stats_order_customer'])) {
- $generic_product->load_stats_commande(0, '1,2');
- $productstat_cache[$generic_commande->lines[$lig]->fk_product]['stats_order_customer'] = $generic_product->stats_commande['qty'];
- } else {
- $generic_product->stats_commande['qty'] = $productstat_cache[$generic_commande->lines[$lig]->fk_product]['stats_order_customer'];
- }
- $stock_order = $generic_product->stats_commande['qty'];
+ if ($reliquat > $generic_product->stock_reel) {
+ $notshippable++;
+ }
+ if (empty($conf->global->SHIPPABLE_ORDER_ICON_IN_LIST)) { // Default code. Default should be this case.
+ $text_info .= $reliquat.' x '.$generic_commande->lines[$lig]->product_ref.' '.dol_trunc($generic_commande->lines[$lig]->product_label, 20);
+ $text_info .= ' - '.$langs->trans("Stock").': '.$generic_product->stock_reel.'';
+ $text_info .= ' - '.$langs->trans("VirtualStock").': '.$generic_product->stock_theorique.'';
+ $text_info .= ($reliquat != $generic_commande->lines[$lig]->qty ? ' ('.$langs->trans("QtyInOtherShipments").' '.($generic_commande->lines[$lig]->qty - $reliquat).')' : '');
+ $text_info .= ' ';
+ } else { // BUGGED CODE.
+ // DOES NOT TAKE INTO ACCOUNT MANUFACTURING. THIS CODE SHOULD BE USELESS. PREVIOUS CODE SEEMS COMPLETE.
+ // COUNT STOCK WHEN WE SHOULD ALREADY HAVE VALUE
+ // Detailed virtual stock, looks bugged, uncomplete and need heavy load.
+ // stock order and stock order_supplier
+ $stock_order = 0;
+ $stock_order_supplier = 0;
+ if (!empty($conf->global->STOCK_CALCULATE_ON_SHIPMENT) || !empty($conf->global->STOCK_CALCULATE_ON_SHIPMENT_CLOSE)) { // What about other options ?
+ if (isModEnabled('commande')) {
+ if (empty($productstat_cache[$generic_commande->lines[$lig]->fk_product]['stats_order_customer'])) {
+ $generic_product->load_stats_commande(0, '1,2');
+ $productstat_cache[$generic_commande->lines[$lig]->fk_product]['stats_order_customer'] = $generic_product->stats_commande['qty'];
+ } else {
+ $generic_product->stats_commande['qty'] = $productstat_cache[$generic_commande->lines[$lig]->fk_product]['stats_order_customer'];
}
- if (isModEnabled("supplier_order")) {
- if (empty($productstat_cache[$generic_commande->lines[$lig]->fk_product]['stats_order_supplier'])) {
- $generic_product->load_stats_commande_fournisseur(0, '3');
- $productstat_cache[$generic_commande->lines[$lig]->fk_product]['stats_order_supplier'] = $generic_product->stats_commande_fournisseur['qty'];
- } else {
- $generic_product->stats_commande_fournisseur['qty'] = $productstat_cache[$generic_commande->lines[$lig]->fk_product]['stats_order_supplier'];
- }
- $stock_order_supplier = $generic_product->stats_commande_fournisseur['qty'];
- }
- }
- $text_info .= $reliquat.' x '.$generic_commande->lines[$lig]->ref.' '.dol_trunc($generic_commande->lines[$lig]->product_label, 20);
- $text_stock_reel = $generic_product->stock_reel.'/'.$stock_order;
- if ($stock_order > $generic_product->stock_reel && !($generic_product->stock_reel < $generic_commande->lines[$lig]->qty)) {
- $warning++;
- $text_warning .= ''.$langs->trans('Available').' : '.$text_stock_reel.'';
- }
- if ($reliquat > $generic_product->stock_reel) {
- $text_info .= ''.$langs->trans('Available').' : '.$text_stock_reel.'';
- } else {
- $text_info .= ''.$langs->trans('Available').' : '.$text_stock_reel.'';
+ $stock_order = $generic_product->stats_commande['qty'];
}
if (isModEnabled("supplier_order")) {
- $text_info .= ' '.$langs->trans('SupplierOrder').' : '.$stock_order_supplier;
+ if (empty($productstat_cache[$generic_commande->lines[$lig]->fk_product]['stats_order_supplier'])) {
+ $generic_product->load_stats_commande_fournisseur(0, '3');
+ $productstat_cache[$generic_commande->lines[$lig]->fk_product]['stats_order_supplier'] = $generic_product->stats_commande_fournisseur['qty'];
+ } else {
+ $generic_product->stats_commande_fournisseur['qty'] = $productstat_cache[$generic_commande->lines[$lig]->fk_product]['stats_order_supplier'];
+ }
+ $stock_order_supplier = $generic_product->stats_commande_fournisseur['qty'];
}
- $text_info .= ($reliquat != $generic_commande->lines[$lig]->qty ? ' ('.$langs->trans("QtyInOtherShipments").' '.($generic_commande->lines[$lig]->qty - $reliquat).')' : '');
- $text_info .= ' ';
}
+ $text_info .= $reliquat.' x '.$generic_commande->lines[$lig]->ref.' '.dol_trunc($generic_commande->lines[$lig]->product_label, 20);
+ $text_stock_reel = $generic_product->stock_reel.'/'.$stock_order;
+ if ($stock_order > $generic_product->stock_reel && !($generic_product->stock_reel < $generic_commande->lines[$lig]->qty)) {
+ $warning++;
+ $text_warning .= ''.$langs->trans('Available').' : '.$text_stock_reel.'';
+ }
+ if ($reliquat > $generic_product->stock_reel) {
+ $text_info .= ''.$langs->trans('Available').' : '.$text_stock_reel.'';
+ } else {
+ $text_info .= ''.$langs->trans('Available').' : '.$text_stock_reel.'';
+ }
+ if (isModEnabled("supplier_order")) {
+ $text_info .= ' '.$langs->trans('SupplierOrder').' : '.$stock_order_supplier;
+ }
+ $text_info .= ($reliquat != $generic_commande->lines[$lig]->qty ? ' ('.$langs->trans("QtyInOtherShipments").' '.($generic_commande->lines[$lig]->qty - $reliquat).')' : '');
+ $text_info .= ' ';
}
}
- if ($notshippable == 0) {
- $text_icon = img_picto('', 'dolly', '', false, 0, 0, '', 'green paddingleft');
- $text_info = $text_icon.' '.$langs->trans('Shippable').' '.$text_info;
- } else {
- $text_icon = img_picto('', 'dolly', '', false, 0, 0, '', 'error paddingleft');
- $text_info = $text_icon.' '.$langs->trans('NonShippable').' '.$text_info;
- }
}
-
- if ($nbprod) {
- print $form->textwithtooltip('', $text_info, 2, 1, $text_icon, '', 2);
- }
- if ($warning) { // Always false in default mode
- print $form->textwithtooltip('', $langs->trans('NotEnoughForAllOrders').' '.$text_warning, 2, 1, img_picto('', 'error'), '', 2);
+ if ($notshippable == 0) {
+ $text_icon = img_picto('', 'dolly', '', false, 0, 0, '', 'green paddingleft');
+ $text_info = $text_icon.' '.$langs->trans('Shippable').' '.$text_info;
+ } else {
+ $text_icon = img_picto('', 'dolly', '', false, 0, 0, '', 'error paddingleft');
+ $text_info = $text_icon.' '.$langs->trans('NonShippable').' '.$text_info;
}
}
- print ' | ';
- if (!$i) {
- $totalarray['nbfield']++;
+
+ if ($nbprod) {
+ print $form->textwithtooltip('', $text_info, 2, 1, $text_icon, '', 2);
+ }
+ if ($warning) { // Always false in default mode
+ print $form->textwithtooltip('', $langs->trans('NotEnoughForAllOrders').' '.$text_warning, 2, 1, img_picto('', 'error'), '', 2);
}
}
-
- // Billed
- if (!empty($arrayfields['c.facture']['checked'])) {
- print ''.yn($obj->billed).' | ';
- if (!$i) {
- $totalarray['nbfield']++;
- }
+ print '';
+ if (!$i) {
+ $totalarray['nbfield']++;
}
-
- // Import key
- if (!empty($arrayfields['c.import_key']['checked'])) {
- print ''.dol_escape_htmltag($obj->import_key).' | ';
- if (!$i) {
- $totalarray['nbfield']++;
- }
- }
-
- // Status
- if (!empty($arrayfields['c.fk_statut']['checked'])) {
- print ''.$generic_commande->LibStatut($obj->fk_statut, $obj->billed, 5, 1).' | ';
- if (!$i) {
- $totalarray['nbfield']++;
- }
- }
-
- // Action column
- if (!getDolGlobalString('MAIN_CHECKBOX_LEFT_COLUMN')) {
- print '';
- if ($massactionbutton || $massaction) { // If we are in select mode (massactionbutton defined) or if we have already selected and sent an action ($massaction) defined
- $selected = 0;
- if (in_array($obj->rowid, $arrayofselected)) {
- $selected = 1;
- }
- print '';
- }
- print ' | ';
- if (!$i) {
- $totalarray['nbfield']++;
- }
- }
-
- print " \n";
-
- $total += $obj->total_ht;
- $subtotal += $obj->total_ht;
}
- $i++;
+
+ // Billed
+ if (!empty($arrayfields['c.facture']['checked'])) {
+ print ''.yn($obj->billed).' | ';
+ if (!$i) {
+ $totalarray['nbfield']++;
+ }
+ }
+
+ // Import key
+ if (!empty($arrayfields['c.import_key']['checked'])) {
+ print ''.dol_escape_htmltag($obj->import_key).' | ';
+ if (!$i) {
+ $totalarray['nbfield']++;
+ }
+ }
+
+ // Status
+ if (!empty($arrayfields['c.fk_statut']['checked'])) {
+ print ''.$generic_commande->LibStatut($obj->fk_statut, $obj->billed, 5, 1).' | ';
+ if (!$i) {
+ $totalarray['nbfield']++;
+ }
+ }
+
+ // Action column
+ if (!getDolGlobalString('MAIN_CHECKBOX_LEFT_COLUMN')) {
+ print '';
+ if ($massactionbutton || $massaction) { // If we are in select mode (massactionbutton defined) or if we have already selected and sent an action ($massaction) defined
+ $selected = 0;
+ if (in_array($obj->rowid, $arrayofselected)) {
+ $selected = 1;
+ }
+ print '';
+ }
+ print ' | ';
+ if (!$i) {
+ $totalarray['nbfield']++;
+ }
+ }
+
+ print "\n";
+
+ $total += $obj->total_ht;
+ $subtotal += $obj->total_ht;
}
+ $i++;
+}
// Show total line
include DOL_DOCUMENT_ROOT.'/core/tpl/list_print_total.tpl.php';
// If no record found
- if ($num == 0) {
- $colspan = 1;
- foreach ($arrayfields as $key => $val) {
- if (!empty($val['checked'])) {
- $colspan++;
- }
+if ($num == 0) {
+ $colspan = 1;
+ foreach ($arrayfields as $key => $val) {
+ if (!empty($val['checked'])) {
+ $colspan++;
}
- print '| '.$langs->trans("NoRecordFound").' | ';
}
+ print '| '.$langs->trans("NoRecordFound").' | ';
+}
$db->free($resql);
@@ -2685,10 +2766,11 @@ if ($resql) {
print $hookmanager->resPrint;
print ' '."\n";
- print ' ';
+ print ''."\n";
print ''."\n";
+if (in_array('builddoc', $arrayofmassactions) && ($nbtotalofrecords === '' || $nbtotalofrecords)) {
$hidegeneratedfilelistifempty = 1;
if ($massaction == 'builddoc' || $action == 'remove_file' || $show_files) {
$hidegeneratedfilelistifempty = 0;
@@ -2703,10 +2785,8 @@ if ($resql) {
$delallowed = $permissiontoadd;
print $formfile->showdocuments('massfilesarea_orders', '', $filedir, $urlsource, 0, $delallowed, '', 1, 1, 0, 48, 1, $param, $title, '', '', '', null, $hidegeneratedfilelistifempty);
-} else {
- dol_print_error($db);
}
-// End of page
-llxFooter();
-$db->close();
+ // End of page
+ llxFooter();
+ $db->close();
diff --git a/htdocs/core/class/commonorder.class.php b/htdocs/core/class/commonorder.class.php
index edee841bd86..6f62d229000 100644
--- a/htdocs/core/class/commonorder.class.php
+++ b/htdocs/core/class/commonorder.class.php
@@ -56,7 +56,7 @@ abstract class CommonOrder extends CommonObject
$return .= '';
if (property_exists($this, 'thirdparty') && is_object($this->thirdparty)) {
- $return .= '
'.$this->thirdparty->getNomUrl(1).' ';
+ $return .= '
'.$this->thirdparty->getNomUrl(1).' ';
}
if (property_exists($this, 'total_ht')) {
$return .= ''.price($this->total_ht, 0, $langs, 0, -1, -1, $conf->currency).' '.$langs->trans('HT').' ';
diff --git a/htdocs/langs/en_US/bills.lang b/htdocs/langs/en_US/bills.lang
index 9b6af76a564..b50546183cb 100644
--- a/htdocs/langs/en_US/bills.lang
+++ b/htdocs/langs/en_US/bills.lang
@@ -197,6 +197,7 @@ ConfirmClassifyPaidPartiallyReasonDiscount=Remaining unpaid (%s %s) is a
ConfirmClassifyPaidPartiallyReasonDiscountNoVat=Remaining unpaid (%s %s) is a discount granted because payment was made before term. I accept to lose the VAT on this discount.
ConfirmClassifyPaidPartiallyReasonDiscountVat=Remaining unpaid (%s %s) is a discount granted because payment was made before term. I recover the VAT on this discount without a credit note.
ConfirmClassifyPaidPartiallyReasonBadCustomer=Bad customer
+ConfirmClassifyPaidPartiallyReasonBadSupplier=Bad vendor
ConfirmClassifyPaidPartiallyReasonBankCharge=Deduction by bank (intermediary bank fee)
ConfirmClassifyPaidPartiallyReasonWithholdingTax=Withholding tax
ConfirmClassifyPaidPartiallyReasonProductReturned=Products partially returned
@@ -209,6 +210,7 @@ ConfirmClassifyPaidPartiallyReasonProductReturnedDesc=This choice is used when p
ConfirmClassifyPaidPartiallyReasonBankChargeDesc=The unpaid amount is intermediary bank fees, deducted directly from the correct amount paid by the Customer.
ConfirmClassifyPaidPartiallyReasonWithholdingTaxDesc=The unpaid amount will never be paid as it is a withholding tax
ConfirmClassifyPaidPartiallyReasonOtherDesc=Use this choice if all others are not suitable, for example in following situation: - payment not complete because some products were shipped back - amount claimed too important because a discount was forgotten In all cases, amount over-claimed must be corrected in accountancy system by creating a credit note.
+ConfirmClassifyPaidPartiallyReasonBadSupplierDesc=A bad supplier is a supplier we refuse to pay.
ConfirmClassifyAbandonReasonOther=Other
ConfirmClassifyAbandonReasonOtherDesc=This choice will be used in all other cases. For example because you plan to create a replacing invoice.
ConfirmCustomerPayment=Do you confirm this payment input for %s %s?
|