2012-08-22 23:27:53 +02:00
< ? php
2019-01-19 12:50:06 +01:00
/* Copyright ( C ) 2001 - 2006 Rodolphe Quiedeville < rodolphe @ quiedeville . org >
2016-12-11 16:11:42 +01:00
* Copyright ( C ) 2004 - 2016 Laurent Destailleur < eldy @ users . sourceforge . net >
2018-10-27 14:43:12 +02:00
* Copyright ( C ) 2005 - 2012 Regis Houssin < regis . houssin @ inodbox . com >
2013-09-10 16:43:06 +02:00
* Copyright ( C ) 2013 Cédric Salvador < csalvador @ gpcsolutions . fr >
2014-05-23 02:04:02 +02:00
* Copyright ( C ) 2014 Marcos García < marcosgdf @ gmail . com >
2014-07-21 17:00:59 +02:00
* Copyright ( C ) 2014 Juanjo Menent < jmenent @ 2 byte . es >
2016-09-09 13:58:41 +02:00
* Copyright ( C ) 2016 Ferran Marcet < fmarcet @ 2 byte . es >
2021-05-25 23:14:36 +02:00
* Copyright ( C ) 2018 - 2021 Frédéric France < frederic . france @ netlogic . fr >
2020-09-30 10:55:55 +02:00
* Copyright ( C ) 2018 - 2020 Charlene Benke < charlie @ patas - monkey . com >
2019-03-28 17:27:30 +01:00
* Copyright ( C ) 2019 Nicolas ZABOURI < info @ inovea - conseil . com >
2004-11-29 17:07:35 +01:00
*
* This program is free software ; you can redistribute it and / or modify
* it under the terms of the GNU General Public License as published by
2013-01-16 15:36:08 +01:00
* the Free Software Foundation ; either version 3 of the License , or
2004-11-29 17:07:35 +01:00
* ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU General Public License for more details .
*
* You should have received a copy of the GNU General Public License
2019-09-23 21:55:30 +02:00
* along with this program . If not , see < https :// www . gnu . org / licenses />.
2004-11-29 17:07:35 +01:00
*/
2005-01-09 18:35:22 +01:00
2009-07-08 12:10:35 +02:00
/**
2014-09-18 20:33:37 +02:00
* \file htdocs / fourn / commande / list . php
2009-11-29 16:02:15 +01:00
* \ingroup fournisseur
2018-12-15 12:24:14 +01:00
* \brief List of purchase orders
2009-11-29 16:02:15 +01:00
*/
2005-01-09 18:35:22 +01:00
2012-08-22 23:24:21 +02:00
require '../../main.inc.php' ;
2016-03-30 11:03:39 +02:00
require_once DOL_DOCUMENT_ROOT . '/core/lib/date.lib.php' ;
2016-06-06 17:25:44 +02:00
require_once DOL_DOCUMENT_ROOT . '/core/lib/company.lib.php' ;
2012-08-22 23:11:24 +02:00
require_once DOL_DOCUMENT_ROOT . '/fourn/class/fournisseur.class.php' ;
require_once DOL_DOCUMENT_ROOT . '/fourn/class/fournisseur.commande.class.php' ;
2020-10-01 19:05:20 +02:00
require_once DOL_DOCUMENT_ROOT . '/fourn/class/fournisseur.facture.class.php' ;
2013-08-09 13:48:44 +02:00
require_once DOL_DOCUMENT_ROOT . '/core/class/html.formfile.class.php' ;
2014-04-02 12:48:34 +02:00
require_once DOL_DOCUMENT_ROOT . '/core/class/html.formorder.class.php' ;
2016-03-30 11:03:39 +02:00
require_once DOL_DOCUMENT_ROOT . '/core/class/html.formother.class.php' ;
2016-05-24 18:40:47 +02:00
require_once DOL_DOCUMENT_ROOT . '/core/class/html.formcompany.class.php' ;
require_once DOL_DOCUMENT_ROOT . '/product/class/product.class.php' ;
2015-01-31 00:45:55 +01:00
require_once DOL_DOCUMENT_ROOT . '/projet/class/project.class.php' ;
2004-11-29 17:07:35 +01:00
2021-01-05 10:44:28 +01:00
$langs -> loadLangs ( array ( " orders " , " sendings " , 'deliveries' , 'companies' , 'compta' , 'bills' , 'projects' , 'suppliers' , 'products' ));
2014-03-21 15:01:40 +01:00
2019-11-12 09:46:08 +01:00
$action = GETPOST ( 'action' , 'aZ09' );
$massaction = GETPOST ( 'massaction' , 'alpha' );
$show_files = GETPOST ( 'show_files' , 'int' );
$confirm = GETPOST ( 'confirm' , 'alpha' );
2017-04-09 13:12:25 +02:00
$toselect = GETPOST ( 'toselect' , 'array' );
2019-11-12 09:46:08 +01:00
$contextpage = GETPOST ( 'contextpage' , 'aZ' ) ? GETPOST ( 'contextpage' , 'aZ' ) : 'supplierorderlist' ;
$search_orderyear = GETPOST ( " search_orderyear " , " int " );
$search_ordermonth = GETPOST ( " search_ordermonth " , " int " );
$search_orderday = GETPOST ( " search_orderday " , " int " );
$search_deliveryyear = GETPOST ( " search_deliveryyear " , " int " );
$search_deliverymonth = GETPOST ( " search_deliverymonth " , " int " );
$search_deliveryday = GETPOST ( " search_deliveryday " , " int " );
$sall = trim (( GETPOST ( 'search_all' , 'alphanohtml' ) != '' ) ? GETPOST ( 'search_all' , 'alphanohtml' ) : GETPOST ( 'sall' , 'alphanohtml' ));
$search_product_category = GETPOST ( 'search_product_category' , 'int' );
$search_ref = GETPOST ( 'search_ref' , 'alpha' );
$search_refsupp = GETPOST ( 'search_refsupp' , 'alpha' );
$search_company = GETPOST ( 'search_company' , 'alpha' );
$search_town = GETPOST ( 'search_town' , 'alpha' );
$search_zip = GETPOST ( 'search_zip' , 'alpha' );
2020-08-28 21:27:50 +02:00
$search_state = GETPOST ( " search_state " , 'alpha' );
2019-11-12 09:46:08 +01:00
$search_country = GETPOST ( " search_country " , 'int' );
$search_type_thirdparty = GETPOST ( " search_type_thirdparty " , 'int' );
$search_user = GETPOST ( 'search_user' , 'int' );
$search_request_author = GETPOST ( 'search_request_author' , 'alpha' );
$search_ht = GETPOST ( 'search_ht' , 'alpha' );
$search_ttc = GETPOST ( 'search_ttc' , 'alpha' );
2019-01-27 11:55:16 +01:00
$optioncss = GETPOST ( 'optioncss' , 'alpha' );
$socid = GETPOST ( 'socid' , 'int' );
2019-11-12 09:46:08 +01:00
$search_sale = GETPOST ( 'search_sale' , 'int' );
$search_total_ht = GETPOST ( 'search_total_ht' , 'alpha' );
2021-02-21 21:47:26 +01:00
$search_total_tva = GETPOST ( 'search_total_tva' , 'alpha' );
2019-11-12 09:46:08 +01:00
$search_total_ttc = GETPOST ( 'search_total_ttc' , 'alpha' );
2020-03-03 09:56:25 +01:00
$search_multicurrency_code = GETPOST ( 'search_multicurrency_code' , 'alpha' );
$search_multicurrency_tx = GETPOST ( 'search_multicurrency_tx' , 'alpha' );
$search_multicurrency_montant_ht = GETPOST ( 'search_multicurrency_montant_ht' , 'alpha' );
2021-02-21 21:47:26 +01:00
$search_multicurrency_montant_tva = GETPOST ( 'search_multicurrency_montant_tva' , 'alpha' );
2020-03-03 09:56:25 +01:00
$search_multicurrency_montant_ttc = GETPOST ( 'search_multicurrency_montant_ttc' , 'alpha' );
2019-01-27 11:55:16 +01:00
$optioncss = GETPOST ( 'optioncss' , 'alpha' );
$search_billed = GETPOST ( 'search_billed' , 'int' );
2019-11-12 09:46:08 +01:00
$search_project_ref = GETPOST ( 'search_project_ref' , 'alpha' );
$search_btn = GETPOST ( 'button_search' , 'alpha' );
$search_remove_btn = GETPOST ( 'button_removefilter' , 'alpha' );
2019-01-27 11:55:16 +01:00
2021-04-30 12:09:42 +02:00
if ( is_array ( GETPOST ( 'search_status' , 'none' ))) { // 'none' because we want to know type before sanitizing
2021-04-30 10:56:47 +02:00
$search_status = join ( ',' , GETPOST ( 'search_status' , 'array:intcomma' ));
2020-11-26 17:53:57 +01:00
} else {
$search_status = ( GETPOST ( 'search_status' , 'intcomma' ) != '' ? GETPOST ( 'search_status' , 'intcomma' ) : GETPOST ( 'statut' , 'intcomma' ));
}
2014-09-23 16:28:29 +02:00
2008-02-25 17:30:43 +01:00
// Security check
2019-01-27 11:55:16 +01:00
$orderid = GETPOST ( 'orderid' , 'int' );
2021-02-25 23:21:30 +01:00
if ( $user -> socid ) {
$socid = $user -> socid ;
}
2013-03-24 21:06:45 +01:00
$result = restrictedArea ( $user , 'fournisseur' , $orderid , '' , 'commande' );
2004-11-29 17:07:35 +01:00
2019-11-12 09:46:08 +01:00
$diroutputmassaction = $conf -> fournisseur -> commande -> dir_output . '/temp/massgeneration/' . $user -> id ;
2016-05-24 18:40:47 +02:00
2019-11-12 09:46:08 +01:00
$limit = GETPOST ( 'limit' , 'int' ) ? GETPOST ( 'limit' , 'int' ) : $conf -> liste_limit ;
2019-01-27 11:55:16 +01:00
$sortfield = GETPOST ( " sortfield " , 'alpha' );
$sortorder = GETPOST ( " sortorder " , 'alpha' );
2020-03-13 13:07:11 +01:00
$page = GETPOSTISSET ( 'pageplusone' ) ? ( GETPOST ( 'pageplusone' ) - 1 ) : GETPOST ( " page " , 'int' );
2021-02-25 23:21:30 +01:00
if ( empty ( $page ) || $page == - 1 || ! empty ( $search_btn ) || ! empty ( $search_remove_btn ) || ( empty ( $toselect ) && $massaction === '0' )) {
$page = 0 ;
} // If $page is not defined, or '' or -1
2016-03-30 10:45:14 +02:00
$offset = $limit * $page ;
$pageprev = $page - 1 ;
$pagenext = $page + 1 ;
2021-02-25 23:21:30 +01:00
if ( ! $sortfield ) {
$sortfield = 'cf.ref' ;
}
if ( ! $sortorder ) {
$sortorder = 'DESC' ;
}
2016-03-30 10:45:14 +02:00
2021-02-25 23:21:30 +01:00
if ( $search_status == '' ) {
$search_status = - 1 ;
}
2016-05-24 18:40:47 +02:00
2017-06-10 12:56:28 +02:00
// Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context
2018-03-31 18:48:27 +02:00
$object = new CommandeFournisseur ( $db );
$hookmanager -> initHooks ( array ( 'supplierorderlist' ));
2016-05-24 18:40:47 +02:00
$extrafields = new ExtraFields ( $db );
// fetch optionals attributes and labels
2020-08-04 12:47:09 +02:00
$extrafields -> fetch_name_optionals_label ( $object -> table_element );
2019-10-06 14:41:52 +02:00
2019-11-12 09:46:08 +01:00
$search_array_options = $extrafields -> getOptionalsFromPost ( $object -> table_element , '' , 'search_' );
2016-05-24 18:40:47 +02:00
// List of fields to search into when doing a "search in all"
$fieldstosearchall = array (
2017-10-07 13:09:31 +02:00
'cf.ref' => 'Ref' ,
2020-12-03 18:45:56 +01:00
'cf.ref_supplier' => 'RefOrderSupplier' ,
2017-10-07 13:09:31 +02:00
'pd.description' => 'Description' ,
's.nom' => " ThirdParty " ,
2020-10-01 19:05:20 +02:00
's.name_alias' => " AliasNameShort " ,
's.zip' => " Zip " ,
's.town' => " Town " ,
2017-10-07 13:09:31 +02:00
'cf.note_public' => 'NotePublic' ,
2016-05-24 18:40:47 +02:00
);
2021-02-25 23:21:30 +01:00
if ( empty ( $user -> socid )) {
$fieldstosearchall [ " cf.note_private " ] = " NotePrivate " ;
}
2016-05-24 18:40:47 +02:00
2019-11-12 09:46:08 +01:00
$checkedtypetiers = 0 ;
$arrayfields = array (
2021-02-09 20:46:17 +01:00
'cf.ref' => array ( 'label' => " Ref " , 'checked' => 1 ),
'cf.ref_supplier' => array ( 'label' => " RefOrderSupplierShort " , 'checked' => 1 , 'enabled' => 1 ),
'p.project_ref' => array ( 'label' => " ProjectRef " , 'checked' => 0 , 'enabled' => 1 ),
'u.login' => array ( 'label' => " AuthorRequest " , 'checked' => 1 ),
's.nom' => array ( 'label' => " ThirdParty " , 'checked' => 1 ),
's.town' => array ( 'label' => " Town " , 'checked' => 1 ),
's.zip' => array ( 'label' => " Zip " , 'checked' => 1 ),
'state.nom' => array ( 'label' => " StateShort " , 'checked' => 0 ),
'country.code_iso' => array ( 'label' => " Country " , 'checked' => 0 ),
'typent.code' => array ( 'label' => " ThirdPartyType " , 'checked' => $checkedtypetiers ),
'cf.date_commande' => array ( 'label' => " OrderDateShort " , 'checked' => 1 ),
'cf.date_livraison' => array ( 'label' => " DateDeliveryPlanned " , 'checked' => 1 , 'enabled' => empty ( $conf -> global -> ORDER_DISABLE_DELIVERY_DATE )),
'cf.total_ht' => array ( 'label' => " AmountHT " , 'checked' => 1 ),
2021-02-21 21:47:26 +01:00
'cf.total_tva' => array ( 'label' => " AmountVAT " , 'checked' => 0 ),
2021-02-09 20:46:17 +01:00
'cf.total_ttc' => array ( 'label' => " AmountTTC " , 'checked' => 0 ),
2020-03-03 09:56:25 +01:00
'cf.multicurrency_code' => array ( 'label' => 'Currency' , 'checked' => 0 , 'enabled' => ( empty ( $conf -> multicurrency -> enabled ) ? 0 : 1 )),
'cf.multicurrency_tx' => array ( 'label' => 'CurrencyRate' , 'checked' => 0 , 'enabled' => ( empty ( $conf -> multicurrency -> enabled ) ? 0 : 1 )),
'cf.multicurrency_total_ht' => array ( 'label' => 'MulticurrencyAmountHT' , 'checked' => 0 , 'enabled' => ( empty ( $conf -> multicurrency -> enabled ) ? 0 : 1 )),
2021-02-21 21:47:26 +01:00
'cf.multicurrency_total_tva' => array ( 'label' => 'MulticurrencyAmountVAT' , 'checked' => 0 , 'enabled' => ( empty ( $conf -> multicurrency -> enabled ) ? 0 : 1 )),
2020-03-03 09:56:25 +01:00
'cf.multicurrency_total_ttc' => array ( 'label' => 'MulticurrencyAmountTTC' , 'checked' => 0 , 'enabled' => ( empty ( $conf -> multicurrency -> enabled ) ? 0 : 1 )),
2021-02-09 20:46:17 +01:00
'cf.datec' => array ( 'label' => " DateCreation " , 'checked' => 0 , 'position' => 500 ),
'cf.tms' => array ( 'label' => " DateModificationShort " , 'checked' => 0 , 'position' => 500 ),
'cf.fk_statut' => array ( 'label' => " Status " , 'checked' => 1 , 'position' => 1000 ),
'cf.billed' => array ( 'label' => " Billed " , 'checked' => 1 , 'position' => 1000 , 'enabled' => 1 )
2016-05-24 18:40:47 +02:00
);
// Extra fields
2020-12-23 19:14:47 +01:00
include DOL_DOCUMENT_ROOT . '/core/tpl/extrafields_list_array_fields.tpl.php' ;
2019-09-02 03:58:00 +02:00
$object -> fields = dol_sort_array ( $object -> fields , 'position' );
$arrayfields = dol_sort_array ( $arrayfields , 'position' );
2016-05-24 18:40:47 +02:00
2020-11-26 17:53:57 +01:00
$error = 0 ;
2016-05-24 18:40:47 +02:00
/*
* Actions
*/
2021-02-25 23:21:30 +01:00
if ( GETPOST ( 'cancel' , 'alpha' )) {
$action = 'list' ; $massaction = '' ;
}
if ( ! GETPOST ( 'confirmmassaction' , 'alpha' ) && $massaction != 'presend' && $massaction != 'confirm_presend' && $massaction != 'confirm_createsupplierbills' ) {
$massaction = '' ;
}
2016-05-24 18:40:47 +02:00
2019-11-12 09:46:08 +01:00
$parameters = array ( 'socid' => $socid );
$reshook = $hookmanager -> executeHooks ( 'doActions' , $parameters , $object , $action ); // Note that $action and $object may have been modified by some hooks
2021-02-25 23:21:30 +01:00
if ( $reshook < 0 ) {
setEventMessages ( $hookmanager -> error , $hookmanager -> errors , 'errors' );
}
2016-05-24 18:40:47 +02:00
2021-02-25 23:21:30 +01:00
if ( empty ( $reshook )) {
2017-10-07 13:09:31 +02:00
// Selection of new fields
include DOL_DOCUMENT_ROOT . '/core/actions_changeselectedfields.inc.php' ;
// Purge search criteria
2021-02-25 23:21:30 +01:00
if ( GETPOST ( 'button_removefilter_x' , 'alpha' ) || GETPOST ( 'button_removefilter.x' , 'alpha' ) || GETPOST ( 'button_removefilter' , 'alpha' )) { // All tests are required to be compatible with all browsers
2019-11-12 09:46:08 +01:00
$search_categ = '' ;
$search_user = '' ;
$search_sale = '' ;
$search_product_category = '' ;
$search_ref = '' ;
$search_refsupp = '' ;
$search_company = '' ;
$search_town = '' ;
$search_zip = " " ;
$search_state = " " ;
$search_type = '' ;
$search_country = '' ;
$search_type_thirdparty = '' ;
$search_request_author = '' ;
$search_total_ht = '' ;
2021-02-21 21:47:26 +01:00
$search_total_tva = '' ;
2019-11-12 09:46:08 +01:00
$search_total_ttc = '' ;
2020-03-03 09:56:25 +01:00
$search_multicurrency_code = '' ;
$search_multicurrency_tx = '' ;
$search_multicurrency_montant_ht = '' ;
2021-02-21 21:47:26 +01:00
$search_multicurrency_montant_tva = '' ;
2020-03-03 09:56:25 +01:00
$search_multicurrency_montant_ttc = '' ;
2019-11-12 09:46:08 +01:00
$search_project_ref = '' ;
$search_status = - 1 ;
$search_orderyear = '' ;
$search_ordermonth = '' ;
$search_orderday = '' ;
$search_deliveryday = '' ;
$search_deliverymonth = '' ;
$search_deliveryyear = '' ;
$billed = '' ;
$search_billed = '' ;
$toselect = '' ;
$search_array_options = array ();
2017-10-07 13:09:31 +02:00
}
2019-01-27 11:55:16 +01:00
if ( GETPOST ( 'button_removefilter_x' , 'alpha' ) || GETPOST ( 'button_removefilter.x' , 'alpha' ) || GETPOST ( 'button_removefilter' , 'alpha' )
2021-02-25 23:21:30 +01:00
|| GETPOST ( 'button_search_x' , 'alpha' ) || GETPOST ( 'button_search.x' , 'alpha' ) || GETPOST ( 'button_search' , 'alpha' )) {
2019-11-12 09:46:08 +01:00
$massaction = '' ; // Protection to avoid mass action if we force a new search during a mass action confirmation
2017-10-07 13:09:31 +02:00
}
// Mass actions
2019-11-12 09:46:08 +01:00
$objectclass = 'CommandeFournisseur' ;
$objectlabel = 'SupplierOrders' ;
2019-11-04 15:33:49 +01:00
$permissiontoread = $user -> rights -> fournisseur -> commande -> lire ;
$permissiontodelete = $user -> rights -> fournisseur -> commande -> supprimer ;
2017-10-07 13:09:31 +02:00
$uploaddir = $conf -> fournisseur -> commande -> dir_output ;
include DOL_DOCUMENT_ROOT . '/core/actions_massactions.inc.php' ;
2021-01-19 10:42:43 +01:00
// Mass action to generate vendor bills
2021-02-25 23:21:30 +01:00
if ( $massaction == 'confirm_createsupplierbills' ) {
2019-01-27 11:55:16 +01:00
$orders = GETPOST ( 'toselect' , 'array' );
2017-10-07 13:09:31 +02:00
$createbills_onebythird = GETPOST ( 'createbills_onebythird' , 'int' );
2019-03-26 12:31:56 +01:00
$validate_invoices = GETPOST ( 'validate_invoices' , 'int' );
2017-10-07 13:09:31 +02:00
$TFact = array ();
$TFactThird = array ();
$nb_bills_created = 0 ;
2021-01-19 10:42:43 +01:00
$lastid = 0 ;
$lastref = '' ;
2017-10-07 13:09:31 +02:00
$db -> begin ();
2019-11-12 09:46:08 +01:00
foreach ( $orders as $id_order ) {
2020-10-01 19:05:20 +02:00
$cmd = new CommandeFournisseur ( $db );
2021-02-25 23:21:30 +01:00
if ( $cmd -> fetch ( $id_order ) <= 0 ) {
continue ;
}
2017-10-07 13:09:31 +02:00
2020-10-01 19:05:20 +02:00
$objecttmp = new FactureFournisseur ( $db );
2021-01-19 10:42:43 +01:00
if ( ! empty ( $createbills_onebythird ) && ! empty ( $TFactThird [ $cmd -> socid ])) {
$objecttmp = $TFactThird [ $cmd -> socid ]; // If option "one bill per third" is set, we use already created order.
} else {
2020-10-01 19:05:20 +02:00
$objecttmp -> socid = $cmd -> socid ;
$objecttmp -> type = $objecttmp :: TYPE_STANDARD ;
$objecttmp -> cond_reglement_id = $cmd -> cond_reglement_id ;
$objecttmp -> mode_reglement_id = $cmd -> mode_reglement_id ;
$objecttmp -> fk_project = $cmd -> fk_project ;
$objecttmp -> multicurrency_code = $cmd -> multicurrency_code ;
2021-02-25 23:21:30 +01:00
if ( empty ( $createbills_onebythird )) {
$objecttmp -> ref_client = $cmd -> ref_client ;
}
2020-10-01 19:05:20 +02:00
$datefacture = dol_mktime ( 12 , 0 , 0 , GETPOST ( 'remonth' , 'int' ), GETPOST ( 'reday' , 'int' ), GETPOST ( 'reyear' , 'int' ));
2021-02-25 23:21:30 +01:00
if ( empty ( $datefacture )) {
2020-10-01 19:05:20 +02:00
$datefacture = dol_now ();
2017-10-07 13:09:31 +02:00
}
2020-10-01 19:05:20 +02:00
$objecttmp -> date = $datefacture ;
$objecttmp -> origin = 'order_supplier' ;
$objecttmp -> origin_id = $id_order ;
2017-10-07 13:09:31 +02:00
2020-10-01 19:05:20 +02:00
$res = $objecttmp -> create ( $user );
2017-10-07 13:09:31 +02:00
2021-01-19 10:42:43 +01:00
if ( $res > 0 ) {
$nb_bills_created ++ ;
$lastref = $objecttmp -> ref ;
$lastid = $objecttmp -> id ;
}
2017-10-07 13:09:31 +02:00
}
2021-02-25 23:21:30 +01:00
if ( $objecttmp -> id > 0 ) {
2017-10-07 13:09:31 +02:00
$sql = " INSERT INTO " . MAIN_DB_PREFIX . " element_element ( " ;
2019-11-12 09:46:08 +01:00
$sql .= " fk_source " ;
$sql .= " , sourcetype " ;
$sql .= " , fk_target " ;
$sql .= " , targettype " ;
$sql .= " ) VALUES ( " ;
$sql .= $id_order ;
2020-10-01 19:05:20 +02:00
$sql .= " , ' " . $db -> escape ( $objecttmp -> origin ) . " ' " ;
$sql .= " , " . $objecttmp -> id ;
$sql .= " , ' " . $db -> escape ( $objecttmp -> element ) . " ' " ;
2019-11-12 09:46:08 +01:00
$sql .= " ) " ;
2021-02-25 23:21:30 +01:00
if ( ! $db -> query ( $sql )) {
2017-10-07 13:09:31 +02:00
$erorr ++ ;
}
2021-02-25 23:21:30 +01:00
if ( ! $error ) {
2017-10-07 13:09:31 +02:00
$lines = $cmd -> lines ;
2021-02-25 23:21:30 +01:00
if ( empty ( $lines ) && method_exists ( $cmd , 'fetch_lines' )) {
2017-10-07 13:09:31 +02:00
$cmd -> fetch_lines ();
$lines = $cmd -> lines ;
}
2019-11-12 09:46:08 +01:00
$fk_parent_line = 0 ;
$num = count ( $lines );
2017-10-07 13:09:31 +02:00
2021-02-25 23:21:30 +01:00
for ( $i = 0 ; $i < $num ; $i ++ ) {
2019-11-12 09:46:08 +01:00
$desc = ( $lines [ $i ] -> desc ? $lines [ $i ] -> desc : $lines [ $i ] -> libelle );
2021-02-25 23:21:30 +01:00
if ( $lines [ $i ] -> subprice < 0 ) {
2017-10-07 13:09:31 +02:00
// Negative line, we create a discount line
$discount = new DiscountAbsolute ( $db );
2020-10-01 19:05:20 +02:00
$discount -> fk_soc = $objecttmp -> socid ;
2019-11-12 09:46:08 +01:00
$discount -> amount_ht = abs ( $lines [ $i ] -> total_ht );
$discount -> amount_tva = abs ( $lines [ $i ] -> total_tva );
$discount -> amount_ttc = abs ( $lines [ $i ] -> total_ttc );
$discount -> tva_tx = $lines [ $i ] -> tva_tx ;
$discount -> fk_user = $user -> id ;
$discount -> description = $desc ;
$discountid = $discount -> create ( $user );
2021-02-25 23:21:30 +01:00
if ( $discountid > 0 ) {
2020-10-01 19:05:20 +02:00
$result = $objecttmp -> insert_discount ( $discountid );
2017-10-07 13:09:31 +02:00
//$result=$discount->link_to_invoice($lineid,$id);
2020-05-21 15:05:19 +02:00
} else {
2017-10-07 13:09:31 +02:00
setEventMessages ( $discount -> error , $discount -> errors , 'errors' );
$error ++ ;
break ;
}
2020-05-21 15:05:19 +02:00
} else {
2017-10-07 13:09:31 +02:00
// Positive line
2019-11-12 09:46:08 +01:00
$product_type = ( $lines [ $i ] -> product_type ? $lines [ $i ] -> product_type : 0 );
2017-10-07 13:09:31 +02:00
// Date start
2019-11-12 09:46:08 +01:00
$date_start = false ;
2021-02-25 23:21:30 +01:00
if ( $lines [ $i ] -> date_debut_prevue ) {
$date_start = $lines [ $i ] -> date_debut_prevue ;
}
if ( $lines [ $i ] -> date_debut_reel ) {
$date_start = $lines [ $i ] -> date_debut_reel ;
}
if ( $lines [ $i ] -> date_start ) {
$date_start = $lines [ $i ] -> date_start ;
}
2017-10-07 13:09:31 +02:00
//Date end
2019-11-12 09:46:08 +01:00
$date_end = false ;
2021-02-25 23:21:30 +01:00
if ( $lines [ $i ] -> date_fin_prevue ) {
$date_end = $lines [ $i ] -> date_fin_prevue ;
}
if ( $lines [ $i ] -> date_fin_reel ) {
$date_end = $lines [ $i ] -> date_fin_reel ;
}
if ( $lines [ $i ] -> date_end ) {
$date_end = $lines [ $i ] -> date_end ;
}
2017-10-07 13:09:31 +02:00
// Reset fk_parent_line for no child products and special product
2021-02-25 23:21:30 +01:00
if (( $lines [ $i ] -> product_type != 9 && empty ( $lines [ $i ] -> fk_parent_line )) || $lines [ $i ] -> product_type == 9 ) {
2017-10-07 13:09:31 +02:00
$fk_parent_line = 0 ;
}
2020-10-07 15:01:28 +02:00
$result = $objecttmp -> addline (
2017-10-07 13:09:31 +02:00
$desc ,
$lines [ $i ] -> subprice ,
$lines [ $i ] -> tva_tx ,
$lines [ $i ] -> localtax1_tx ,
$lines [ $i ] -> localtax2_tx ,
2020-10-07 15:01:28 +02:00
$lines [ $i ] -> qty ,
$lines [ $i ] -> fk_product ,
2017-10-07 13:09:31 +02:00
$lines [ $i ] -> remise_percent ,
$date_start ,
$date_end ,
0 ,
$lines [ $i ] -> info_bits ,
2020-10-07 15:01:28 +02:00
'HT' ,
$product_type ,
$lines [ $i ] -> rang ,
false ,
$lines [ $i ] -> array_options ,
$lines [ $i ] -> fk_unit ,
$objecttmp -> origin_id ,
$lines [ $i ] -> pa_ht ,
$lines [ $i ] -> ref_supplier ,
$lines [ $i ] -> special_code ,
$fk_parent_line
2020-10-01 19:05:20 +02:00
);
2021-02-25 23:21:30 +01:00
if ( $result > 0 ) {
2019-11-12 09:46:08 +01:00
$lineid = $result ;
2020-05-21 15:05:19 +02:00
} else {
2019-11-12 09:46:08 +01:00
$lineid = 0 ;
2017-10-07 13:09:31 +02:00
$error ++ ;
break ;
}
// Defined the new fk_parent_line
2021-02-25 23:21:30 +01:00
if ( $result > 0 && $lines [ $i ] -> product_type == 9 ) {
2017-10-07 13:09:31 +02:00
$fk_parent_line = $result ;
}
}
}
}
}
2019-11-12 09:46:08 +01:00
$cmd -> classifyBilled ( $user ); // TODO Move this in workflow like done for customer orders
2017-10-07 13:09:31 +02:00
2021-02-25 23:21:30 +01:00
if ( ! empty ( $createbills_onebythird ) && empty ( $TFactThird [ $cmd -> socid ])) {
$TFactThird [ $cmd -> socid ] = $objecttmp ;
} else {
$TFact [ $objecttmp -> id ] = $objecttmp ;
}
2017-10-07 13:09:31 +02:00
}
// Build doc with all invoices
$TAllFact = empty ( $createbills_onebythird ) ? $TFact : $TFactThird ;
$toselect = array ();
2019-11-12 09:46:08 +01:00
if ( ! $error && $validate_invoices ) {
2017-10-07 13:09:31 +02:00
$massaction = $action = 'builddoc' ;
2021-02-25 23:21:30 +01:00
foreach ( $TAllFact as & $objecttmp ) {
2020-10-01 19:05:20 +02:00
$objecttmp -> validate ( $user );
2021-02-25 23:21:30 +01:00
if ( $result <= 0 ) {
2017-10-07 13:09:31 +02:00
$error ++ ;
2020-10-01 19:05:20 +02:00
setEventMessages ( $objecttmp -> error , $objecttmp -> errors , 'errors' );
2017-10-07 13:09:31 +02:00
break ;
}
2020-10-01 19:05:20 +02:00
$id = $objecttmp -> id ; // For builddoc action
2017-10-07 13:09:31 +02:00
// Fac builddoc
$donotredirect = 1 ;
2020-10-01 19:05:20 +02:00
$upload_dir = $conf -> fournisseur -> facture -> dir_output ;
2021-04-12 07:37:34 +02:00
$permissiontoadd = ( $user -> rights -> fournisseur -> facture -> creer || $user -> rights -> supplier_invoice -> creer );
2020-10-01 19:05:20 +02:00
//include DOL_DOCUMENT_ROOT.'/core/actions_builddoc.inc.php';
2017-10-07 13:09:31 +02:00
}
2020-10-01 19:05:20 +02:00
$massaction = $action = 'confirm_createsupplierbills' ;
2017-10-07 13:09:31 +02:00
}
2021-02-25 23:21:30 +01:00
if ( ! $error ) {
2017-10-07 13:09:31 +02:00
$db -> commit ();
2021-01-19 10:42:43 +01:00
if ( $nb_bills_created == 1 ) {
$texttoshow = $langs -> trans ( 'BillXCreated' , '{s1}' );
$texttoshow = str_replace ( '{s1}' , '<a href="' . DOL_URL_ROOT . '/fourn/facture/card.php?id=' . urlencode ( $lastid ) . '">' . $lastref . '</a>' , $texttoshow );
setEventMessages ( $texttoshow , null , 'mesgs' );
} else {
setEventMessages ( $langs -> trans ( 'BillCreated' , $nb_bills_created ), null , 'mesgs' );
}
2020-10-01 19:05:20 +02:00
// Make a redirect to avoid to bill twice if we make a refresh or back
$param = '' ;
2021-02-25 23:21:30 +01:00
if ( ! empty ( $contextpage ) && $contextpage != $_SERVER [ " PHP_SELF " ]) {
$param .= '&contextpage=' . urlencode ( $contextpage );
}
if ( $limit > 0 && $limit != $conf -> liste_limit ) {
$param .= '&limit=' . urlencode ( $limit );
}
if ( $sall ) {
$param .= '&sall=' . urlencode ( $sall );
}
if ( $socid > 0 ) {
$param .= '&socid=' . urlencode ( $socid );
}
if ( $search_status != '' ) {
$param .= '&search_status=' . urlencode ( $search_status );
}
if ( $search_orderday ) {
$param .= '&search_orderday=' . urlencode ( $search_orderday );
}
if ( $search_ordermonth ) {
$param .= '&search_ordermonth=' . urlencode ( $search_ordermonth );
}
if ( $search_orderyear ) {
$param .= '&search_orderyear=' . urlencode ( $search_orderyear );
}
if ( $search_deliveryday ) {
$param .= '&search_deliveryday=' . urlencode ( $search_deliveryday );
}
if ( $search_deliverymonth ) {
$param .= '&search_deliverymonth=' . urlencode ( $search_deliverymonth );
}
if ( $search_deliveryyear ) {
$param .= '&search_deliveryyear=' . urlencode ( $search_deliveryyear );
}
if ( $search_ref ) {
$param .= '&search_ref=' . urlencode ( $search_ref );
}
if ( $search_company ) {
$param .= '&search_company=' . urlencode ( $search_company );
}
2021-01-19 10:42:43 +01:00
//if ($search_ref_customer) $param .= '&search_ref_customer='.urlencode($search_ref_customer);
2021-02-25 23:21:30 +01:00
if ( $search_user > 0 ) {
$param .= '&search_user=' . urlencode ( $search_user );
}
if ( $search_sale > 0 ) {
$param .= '&search_sale=' . urlencode ( $search_sale );
}
if ( $search_total_ht != '' ) {
$param .= '&search_total_ht=' . urlencode ( $search_total_ht );
}
if ( $search_total_tva != '' ) {
$param .= '&search_total_tva=' . urlencode ( $search_total_tva );
}
if ( $search_total_ttc != '' ) {
$param .= '&search_total_ttc=' . urlencode ( $search_total_ttc );
}
if ( $search_project_ref >= 0 ) {
$param .= " &search_project_ref= " . urlencode ( $search_project_ref );
}
if ( $show_files ) {
$param .= '&show_files=' . urlencode ( $show_files );
}
if ( $optioncss != '' ) {
$param .= '&optioncss=' . urlencode ( $optioncss );
}
if ( $billed != '' ) {
$param .= '&billed=' . urlencode ( $billed );
}
2020-10-01 19:05:20 +02:00
header ( " Location: " . $_SERVER [ 'PHP_SELF' ] . '?' . $param );
exit ;
2020-05-21 15:05:19 +02:00
} else {
2017-10-07 13:09:31 +02:00
$db -> rollback ();
2019-11-12 09:46:08 +01:00
$action = 'create' ;
$_GET [ " origin " ] = $_POST [ " origin " ];
$_GET [ " originid " ] = $_POST [ " originid " ];
2020-10-01 19:05:20 +02:00
setEventMessages ( " Error " , null , 'errors' );
2017-10-07 13:09:31 +02:00
$error ++ ;
}
}
2016-05-24 18:40:47 +02:00
}
2015-10-17 00:52:35 +02:00
2008-02-25 17:30:43 +01:00
/*
2010-02-27 21:30:55 +01:00
* View
*/
2005-04-05 12:44:10 +02:00
2019-11-12 09:46:08 +01:00
$now = dol_now ();
2016-05-24 18:40:47 +02:00
2019-11-12 09:46:08 +01:00
$form = new Form ( $db );
2015-01-24 21:41:40 +01:00
$thirdpartytmp = new Fournisseur ( $db );
2019-11-12 09:46:08 +01:00
$commandestatic = new CommandeFournisseur ( $db );
2015-01-24 21:41:40 +01:00
$formfile = new FormFile ( $db );
$formorder = new FormOrder ( $db );
2016-03-30 11:03:39 +02:00
$formother = new FormOther ( $db );
2019-11-12 09:46:08 +01:00
$formcompany = new FormCompany ( $db );
2015-01-24 21:41:40 +01:00
2020-11-26 17:53:57 +01:00
$title = $langs -> trans ( " ListOfSupplierOrders " );
2021-02-25 23:21:30 +01:00
if ( $socid > 0 ) {
2010-02-27 21:30:55 +01:00
$fourn = new Fournisseur ( $db );
$fourn -> fetch ( $socid );
2015-11-03 14:02:36 +01:00
$title .= ' - ' . $fourn -> name ;
2005-04-05 12:44:10 +02:00
}
2020-11-26 17:53:57 +01:00
2020-11-30 08:29:19 +01:00
/* if ( $search_status )
2015-11-03 14:02:36 +01:00
{
2020-11-26 17:53:57 +01:00
if ( $search_status == '1,2' ) $title .= ' - ' . $langs -> trans ( " SuppliersOrdersToProcess " );
elseif ( $search_status == '3,4' ) $title .= ' - ' . $langs -> trans ( " SuppliersOrdersAwaitingReception " );
elseif ( $search_status == '1,2,3' ) $title .= ' - ' . $langs -> trans ( " StatusOrderToProcessShort " );
elseif ( $search_status == '6,7' ) $title .= ' - ' . $langs -> trans ( " StatusOrderCanceled " );
2020-11-30 08:29:19 +01:00
elseif ( is_numeric ( $search_status ) && $search_status >= 0 ) $title .= ' - ' . $commandestatic -> LibStatut ( $search_status );
} */
2021-02-25 23:21:30 +01:00
if ( $search_billed > 0 ) {
$title .= ' - ' . $langs -> trans ( " Billed " );
}
2015-11-03 14:02:36 +01:00
2016-05-24 18:40:47 +02:00
//$help_url="EN:Module_Customers_Orders|FR:Module_Commandes_Clients|ES:Módulo_Pedidos_de_clientes";
2019-11-12 09:46:08 +01:00
$help_url = '' ;
2018-11-22 11:36:30 +01:00
// llxHeader('',$title,$help_url);
2016-05-24 18:40:47 +02:00
$sql = 'SELECT' ;
2021-02-25 23:21:30 +01:00
if ( $sall || $search_product_category > 0 || $search_user > 0 ) {
$sql = 'SELECT DISTINCT' ;
}
2019-11-12 09:46:08 +01:00
$sql .= ' s.rowid as socid, s.nom as name, s.town, s.zip, s.fk_pays, s.client, s.code_client, s.email,' ;
$sql .= " typent.code as typent_code, " ;
$sql .= " state.code_departement as state_code, state.nom as state_name, " ;
2021-02-21 21:47:26 +01:00
$sql .= " cf.rowid, cf.ref, cf.ref_supplier, cf.fk_statut, cf.billed, cf.total_ht, cf.total_tva, cf.total_ttc, cf.fk_user_author, cf.date_commande as date_commande, cf.date_livraison as date_livraison, " ;
$sql .= ' cf.fk_multicurrency, cf.multicurrency_code, cf.multicurrency_tx, cf.multicurrency_total_ht, cf.multicurrency_total_tva, cf.multicurrency_total_ttc,' ;
2019-11-12 09:46:08 +01:00
$sql .= ' cf.date_creation as date_creation, cf.tms as date_update,' ;
2020-01-15 19:49:45 +01:00
$sql .= ' cf.note_public, cf.note_private,' ;
2019-11-12 09:46:08 +01:00
$sql .= " p.rowid as project_id, p.ref as project_ref, p.title as project_title, " ;
$sql .= " u.firstname, u.lastname, u.photo, u.login, u.email as user_email " ;
2016-05-24 18:40:47 +02:00
// Add fields from extrafields
2019-11-12 09:46:08 +01:00
if ( ! empty ( $extrafields -> attributes [ $object -> table_element ][ 'label' ])) {
2021-02-25 23:21:30 +01:00
foreach ( $extrafields -> attributes [ $object -> table_element ][ 'label' ] as $key => $val ) {
$sql .= ( $extrafields -> attributes [ $object -> table_element ][ 'type' ][ $key ] != 'separate' ? " , ef. " . $key . ' as options_' . $key : '' );
}
2019-10-14 21:36:38 +02:00
}
2016-05-24 18:40:47 +02:00
// Add fields from hooks
2019-11-12 09:46:08 +01:00
$parameters = array ();
2020-10-02 14:59:18 +02:00
$reshook = $hookmanager -> executeHooks ( 'printFieldListSelect' , $parameters , $object ); // Note that $action and $object may have been modified by hook
2019-11-12 09:46:08 +01:00
$sql .= $hookmanager -> resPrint ;
$sql .= " FROM " . MAIN_DB_PREFIX . " societe as s " ;
$sql .= " LEFT JOIN " . MAIN_DB_PREFIX . " c_country as country on (country.rowid = s.fk_pays) " ;
$sql .= " LEFT JOIN " . MAIN_DB_PREFIX . " c_typent as typent on (typent.id = s.fk_typent) " ;
$sql .= " LEFT JOIN " . MAIN_DB_PREFIX . " c_departements as state on (state.rowid = s.fk_departement) " ;
$sql .= " , " . MAIN_DB_PREFIX . " commande_fournisseur as cf " ;
2021-02-25 23:21:30 +01:00
if ( is_array ( $extrafields -> attributes [ $object -> table_element ][ 'label' ]) && count ( $extrafields -> attributes [ $object -> table_element ][ 'label' ])) {
$sql .= " LEFT JOIN " . MAIN_DB_PREFIX . $object -> table_element . " _extrafields as ef on (cf.rowid = ef.fk_object) " ;
}
if ( $sall || $search_product_category > 0 ) {
$sql .= ' LEFT JOIN ' . MAIN_DB_PREFIX . 'commande_fournisseurdet as pd ON cf.rowid=pd.fk_commande' ;
}
if ( $search_product_category > 0 ) {
$sql .= ' LEFT JOIN ' . MAIN_DB_PREFIX . 'categorie_product as cp ON cp.fk_product=pd.fk_product' ;
}
2019-11-12 09:46:08 +01:00
$sql .= " LEFT JOIN " . MAIN_DB_PREFIX . " user as u ON cf.fk_user_author = u.rowid " ;
$sql .= " LEFT JOIN " . MAIN_DB_PREFIX . " projet as p ON p.rowid = cf.fk_projet " ;
2016-05-24 18:40:47 +02:00
// We'll need this table joined to the select in order to filter by sale
2021-02-25 23:21:30 +01:00
if ( $search_sale > 0 || ( ! $user -> rights -> societe -> client -> voir && ! $socid )) {
$sql .= " , " . MAIN_DB_PREFIX . " societe_commerciaux as sc " ;
}
if ( $search_user > 0 ) {
2019-11-12 09:46:08 +01:00
$sql .= " , " . MAIN_DB_PREFIX . " element_contact as ec " ;
$sql .= " , " . MAIN_DB_PREFIX . " c_type_contact as tc " ;
2004-11-30 20:23:38 +01:00
}
2020-09-30 10:55:55 +02:00
$parameters = array ();
2020-10-02 14:59:18 +02:00
$reshook = $hookmanager -> executeHooks ( 'printFieldListFrom' , $parameters , $object ); // Note that $action and $object may have been modified by hook
2020-09-30 10:55:55 +02:00
$sql .= $hookmanager -> resPrint ;
2019-11-12 09:46:08 +01:00
$sql .= ' WHERE cf.fk_soc = s.rowid' ;
$sql .= ' AND cf.entity IN (' . getEntity ( 'supplier_order' ) . ')' ;
2021-02-25 23:21:30 +01:00
if ( $socid > 0 ) {
2021-06-09 15:36:47 +02:00
$sql .= " AND s.rowid = " . (( int ) $socid );
2021-02-25 23:21:30 +01:00
}
if ( ! $user -> rights -> societe -> client -> voir && ! $socid ) {
$sql .= " AND s.rowid = sc.fk_soc AND sc.fk_user = " . $user -> id ;
}
if ( $search_ref ) {
$sql .= natural_search ( 'cf.ref' , $search_ref );
}
if ( $search_refsupp ) {
$sql .= natural_search ( " cf.ref_supplier " , $search_refsupp );
}
if ( $sall ) {
$sql .= natural_search ( array_keys ( $fieldstosearchall ), $sall );
}
if ( $search_company ) {
$sql .= natural_search ( 's.nom' , $search_company );
}
if ( $search_request_author ) {
$sql .= natural_search ( array ( 'u.lastname' , 'u.firstname' , 'u.login' ), $search_request_author );
}
if ( $search_billed != '' && $search_billed >= 0 ) {
2021-06-09 15:36:47 +02:00
$sql .= " AND cf.billed = " . (( int ) $search_billed );
2021-02-25 23:21:30 +01:00
}
if ( $search_product_category > 0 ) {
2021-06-09 15:36:47 +02:00
$sql .= " AND cp.fk_categorie = " . (( int ) $search_product_category );
2021-02-25 23:21:30 +01:00
}
2014-05-23 02:04:02 +02:00
//Required triple check because statut=0 means draft filter
2021-02-25 23:21:30 +01:00
if ( GETPOST ( 'statut' , 'intcomma' ) !== '' ) {
2020-11-26 18:52:00 +01:00
$sql .= " AND cf.fk_statut IN ( " . $db -> sanitize ( $db -> escape ( $db -> escape ( GETPOST ( 'statut' , 'intcomma' )))) . " ) " ;
2021-02-25 23:21:30 +01:00
}
if ( $search_status != '' && $search_status != '-1' ) {
2020-09-18 17:24:31 +02:00
$sql .= " AND cf.fk_statut IN ( " . $db -> sanitize ( $db -> escape ( $search_status )) . " ) " ;
2021-02-25 23:21:30 +01:00
}
2019-11-12 09:46:08 +01:00
$sql .= dolSqlDateFilter ( " cf.date_commande " , $search_orderday , $search_ordermonth , $search_orderyear );
$sql .= dolSqlDateFilter ( " cf.date_livraison " , $search_deliveryday , $search_deliverymonth , $search_deliveryyear );
2021-02-25 23:21:30 +01:00
if ( $search_town ) {
$sql .= natural_search ( 's.town' , $search_town );
}
if ( $search_zip ) {
$sql .= natural_search ( " s.zip " , $search_zip );
}
if ( $search_state ) {
$sql .= natural_search ( " state.nom " , $search_state );
}
if ( $search_country ) {
$sql .= " AND s.fk_pays IN ( " . $db -> sanitize ( $db -> escape ( $search_country )) . ')' ;
}
if ( $search_type_thirdparty != '' && $search_type_thirdparty > 0 ) {
$sql .= " AND s.fk_typent IN ( " . $db -> sanitize ( $db -> escape ( $search_type_thirdparty )) . ')' ;
}
if ( $search_company ) {
$sql .= natural_search ( 's.nom' , $search_company );
}
if ( $search_sale > 0 ) {
2021-06-09 15:36:47 +02:00
$sql .= " AND s.rowid = sc.fk_soc AND sc.fk_user = " . (( int ) $search_sale );
2021-02-25 23:21:30 +01:00
}
if ( $search_user > 0 ) {
$sql .= " AND ec.fk_c_type_contact = tc.rowid AND tc.element='supplier_order' AND tc.source='internal' AND ec.element_id = cf.rowid AND ec.fk_socpeople = " . $db -> escape ( $search_user );
}
if ( $search_total_ht != '' ) {
$sql .= natural_search ( 'cf.total_ht' , $search_total_ht , 1 );
}
if ( $search_total_tva != '' ) {
$sql .= natural_search ( 'cf.total_tva' , $search_total_tva , 1 );
}
if ( $search_total_ttc != '' ) {
$sql .= natural_search ( 'cf.total_ttc' , $search_total_ttc , 1 );
}
if ( $search_multicurrency_code != '' ) {
$sql .= ' AND cf.multicurrency_code = "' . $db -> escape ( $search_multicurrency_code ) . '"' ;
}
if ( $search_multicurrency_tx != '' ) {
$sql .= natural_search ( 'cf.multicurrency_tx' , $search_multicurrency_tx , 1 );
}
if ( $search_multicurrency_montant_ht != '' ) {
$sql .= natural_search ( 'cf.multicurrency_total_ht' , $search_multicurrency_montant_ht , 1 );
}
if ( $search_multicurrency_montant_tva != '' ) {
$sql .= natural_search ( 'cf.multicurrency_total_tva' , $search_multicurrency_montant_tva , 1 );
}
if ( $search_multicurrency_montant_ttc != '' ) {
$sql .= natural_search ( 'cf.multicurrency_total_ttc' , $search_multicurrency_montant_ttc , 1 );
}
if ( $search_project_ref != '' ) {
$sql .= natural_search ( " p.ref " , $search_project_ref );
}
2016-05-24 18:40:47 +02:00
// Add where from extra fields
2017-11-27 15:24:29 +01:00
include DOL_DOCUMENT_ROOT . '/core/tpl/extrafields_list_search_sql.tpl.php' ;
2016-05-24 18:40:47 +02:00
// Add where from hooks
2019-11-12 09:46:08 +01:00
$parameters = array ();
2020-10-02 14:59:18 +02:00
$reshook = $hookmanager -> executeHooks ( 'printFieldListWhere' , $parameters , $object ); // Note that $action and $object may have been modified by hook
2019-11-12 09:46:08 +01:00
$sql .= $hookmanager -> resPrint ;
2016-05-24 18:40:47 +02:00
2019-11-12 09:46:08 +01:00
$sql .= $db -> order ( $sortfield , $sortorder );
2014-05-12 11:00:58 +02:00
2020-10-01 19:05:20 +02:00
// Count total nb of records
2017-01-15 20:49:20 +01:00
$nbtotalofrecords = '' ;
2021-02-25 23:21:30 +01:00
if ( empty ( $conf -> global -> MAIN_DISABLE_FULL_SCANLIST )) {
2014-05-12 11:00:58 +02:00
$result = $db -> query ( $sql );
$nbtotalofrecords = $db -> num_rows ( $result );
2021-02-25 23:21:30 +01:00
if (( $page * $limit ) > $nbtotalofrecords ) { // if total resultset is smaller then paging size (filtering), goto and load page 0
2018-04-24 11:37:57 +02:00
$page = 0 ;
$offset = 0 ;
}
2014-05-12 11:00:58 +02:00
}
2019-11-12 09:46:08 +01:00
$sql .= $db -> plimit ( $limit + 1 , $offset );
2020-10-01 19:05:20 +02:00
//print $sql;
2017-04-09 13:12:25 +02:00
2005-04-05 12:26:31 +02:00
$resql = $db -> query ( $sql );
2021-02-25 23:21:30 +01:00
if ( $resql ) {
2010-02-27 21:30:55 +01:00
$num = $db -> num_rows ( $resql );
2019-11-12 09:46:08 +01:00
$arrayofselected = is_array ( $toselect ) ? $toselect : array ();
2017-06-14 11:28:42 +02:00
2021-02-25 23:21:30 +01:00
if ( $num == 1 && ! empty ( $conf -> global -> MAIN_SEARCH_DIRECT_OPEN_IF_ONLY_ONE ) && $sall ) {
2018-11-22 11:36:30 +01:00
$obj = $db -> fetch_object ( $resql );
$id = $obj -> rowid ;
header ( " Location: " . DOL_URL_ROOT . '/fourn/commande/card.php?id=' . $id );
exit ;
}
2019-01-27 11:55:16 +01:00
llxHeader ( '' , $title , $help_url );
2018-11-27 11:09:47 +01:00
2019-11-12 09:46:08 +01:00
$param = '' ;
2021-02-25 23:21:30 +01:00
if ( ! empty ( $contextpage ) && $contextpage != $_SERVER [ " PHP_SELF " ]) {
$param .= '&contextpage=' . urlencode ( $contextpage );
}
if ( $limit > 0 && $limit != $conf -> liste_limit ) {
$param .= '&limit=' . urlencode ( $limit );
}
if ( $sall ) {
$param .= '&sall=' . urlencode ( $sall );
}
if ( $socid > 0 ) {
$param .= '&socid=' . urlencode ( $socid );
}
if ( $sall ) {
$param .= " &search_all= " . urlencode ( $sall );
}
if ( $search_orderday ) {
$param .= '&search_orderday=' . urlencode ( $search_orderday );
}
if ( $search_ordermonth ) {
$param .= '&search_ordermonth=' . urlencode ( $search_ordermonth );
}
if ( $search_orderyear ) {
$param .= '&search_orderyear=' . urlencode ( $search_orderyear );
}
if ( $search_deliveryday ) {
$param .= '&search_deliveryday=' . urlencode ( $search_deliveryday );
}
if ( $search_deliverymonth ) {
$param .= '&search_deliverymonth=' . urlencode ( $search_deliverymonth );
}
if ( $search_deliveryyear ) {
$param .= '&search_deliveryyear=' . urlencode ( $search_deliveryyear );
}
if ( $search_ref ) {
$param .= '&search_ref=' . urlencode ( $search_ref );
}
if ( $search_company ) {
$param .= '&search_company=' . urlencode ( $search_company );
}
if ( $search_user > 0 ) {
$param .= '&search_user=' . urlencode ( $search_user );
}
if ( $search_request_author ) {
$param .= '&search_request_author=' . urlencode ( $search_request_author );
}
if ( $search_sale > 0 ) {
$param .= '&search_sale=' . urlencode ( $search_sale );
}
if ( $search_total_ht != '' ) {
$param .= '&search_total_ht=' . urlencode ( $search_total_ht );
}
if ( $search_total_ttc != '' ) {
$param .= " &search_total_ttc= " . urlencode ( $search_total_ttc );
}
if ( $search_multicurrency_code != '' ) {
$param .= '&search_multicurrency_code=' . urlencode ( $search_multicurrency_code );
}
if ( $search_multicurrency_tx != '' ) {
$param .= '&search_multicurrency_tx=' . urlencode ( $search_multicurrency_tx );
}
if ( $search_multicurrency_montant_ht != '' ) {
$param .= '&search_multicurrency_montant_ht=' . urlencode ( $search_multicurrency_montant_ht );
}
if ( $search_multicurrency_montant_tva != '' ) {
$param .= '&search_multicurrency_montant_tva=' . urlencode ( $search_multicurrency_montant_tva );
}
if ( $search_multicurrency_montant_ttc != '' ) {
$param .= '&search_multicurrency_montant_ttc=' . urlencode ( $search_multicurrency_montant_ttc );
}
if ( $search_refsupp ) {
$param .= " &search_refsupp= " . urlencode ( $search_refsupp );
}
if ( $search_status != '' && $search_status != '-1' ) {
$param .= " &search_status= " . urlencode ( $search_status );
}
if ( $search_project_ref >= 0 ) {
$param .= " &search_project_ref= " . urlencode ( $search_project_ref );
}
if ( $search_billed != '' ) {
$param .= " &search_billed= " . urlencode ( $search_billed );
}
if ( $show_files ) {
$param .= '&show_files=' . urlencode ( $show_files );
}
if ( $optioncss != '' ) {
$param .= '&optioncss=' . urlencode ( $optioncss );
}
if ( $search_type_thirdparty != '' && $search_type_thirdparty > 0 ) {
$param .= '&search_type_thirdparty=' . urlencode ( $search_type_thirdparty );
}
2021-02-04 09:48:17 +01:00
2016-05-24 18:40:47 +02:00
// Add $param from extra fields
2017-11-27 15:24:29 +01:00
include DOL_DOCUMENT_ROOT . '/core/tpl/extrafields_list_search_param.tpl.php' ;
2016-11-24 17:27:32 +01:00
2020-09-30 10:55:55 +02:00
$parameters = array ();
2020-10-02 14:59:18 +02:00
$reshook = $hookmanager -> executeHooks ( 'printFieldListSearchParam' , $parameters , $object ); // Note that $action and $object may have been modified by hook
2020-09-30 10:55:55 +02:00
$param .= $hookmanager -> resPrint ;
2017-04-09 13:12:25 +02:00
// List of mass actions available
2019-11-12 09:46:08 +01:00
$arrayofmassactions = array (
2021-04-14 12:28:01 +02:00
'generate_doc' => img_picto ( '' , 'pdf' , 'class="pictofixedwidth"' ) . $langs -> trans ( " ReGeneratePDF " ),
'builddoc' => img_picto ( '' , 'pdf' , 'class="pictofixedwidth"' ) . $langs -> trans ( " PDFMerge " ),
'presend' => img_picto ( '' , 'email' , 'class="pictofixedwidth"' ) . $langs -> trans ( " SendByMail " ),
2017-04-09 13:12:25 +02:00
);
2021-04-12 07:37:34 +02:00
if ( $user -> rights -> fournisseur -> facture -> creer || $user -> rights -> supplier_invoice -> creer ) {
2021-06-04 08:57:48 +02:00
$arrayofmassactions [ 'createbills' ] = img_picto ( '' , 'bill' , 'class="pictofixedwidth"' ) . $langs -> trans ( " CreateInvoiceForThisSupplier " );
2021-02-25 23:21:30 +01:00
}
if ( $user -> rights -> fournisseur -> commande -> supprimer ) {
2021-06-04 08:57:48 +02:00
$arrayofmassactions [ 'predelete' ] = img_picto ( '' , 'delete' , 'class="pictofixedwidth"' ) . $langs -> trans ( " Delete " );
2021-02-25 23:21:30 +01:00
}
if ( in_array ( $massaction , array ( 'presend' , 'predelete' , 'createbills' ))) {
$arrayofmassactions = array ();
}
2019-11-12 09:46:08 +01:00
$massactionbutton = $form -> selectMassAction ( '' , $arrayofmassactions );
2018-04-15 17:37:49 +02:00
2020-09-18 10:46:23 +02:00
$url = DOL_URL_ROOT . '/fourn/commande/card.php?action=create' ;
2021-06-14 18:45:02 +02:00
if ( $socid > 0 ) {
$url .= '&socid=' . (( int ) $socid );
$url .= '&backtopage=' . urlencode ( DOL_URL_ROOT . '/fourn/commande/list.php?socid=' . (( int ) $socid ));
2021-02-25 23:21:30 +01:00
}
2021-05-21 14:18:46 +02:00
$newcardbutton = dolGetButtonTitle ( $langs -> trans ( 'NewSupplierOrderShort' ), '' , 'fa fa-plus-circle' , $url , '' , ( $user -> rights -> fournisseur -> commande -> creer || $user -> rights -> supplier_order -> creer ));
2017-06-14 11:28:42 +02:00
2020-10-01 19:05:20 +02:00
// Lines of title fields
print '<form method="POST" id="searchFormList" action="' . $_SERVER [ " PHP_SELF " ] . '">' ;
2021-02-25 23:21:30 +01:00
if ( $optioncss != '' ) {
print '<input type="hidden" name="optioncss" value="' . $optioncss . '">' ;
}
2019-12-18 23:12:31 +01:00
print '<input type="hidden" name="token" value="' . newToken () . '">' ;
2016-05-24 18:40:47 +02:00
print '<input type="hidden" name="formfilteraction" id="formfilteraction" value="list">' ;
2015-10-17 00:52:35 +02:00
print '<input type="hidden" name="action" value="list">' ;
2017-10-07 13:09:31 +02:00
print '<input type="hidden" name="sortfield" value="' . $sortfield . '">' ;
2015-10-17 00:52:35 +02:00
print '<input type="hidden" name="sortorder" value="' . $sortorder . '">' ;
2020-10-01 19:05:20 +02:00
print '<input type="hidden" name="contextpage" value="' . $contextpage . '">' ;
print '<input type="hidden" name="socid" value="' . $socid . '">' ;
2020-04-12 18:13:43 +02:00
2020-04-25 13:49:44 +02:00
print_barre_liste ( $title , $page , $_SERVER [ " PHP_SELF " ], $param , $sortfield , $sortorder , $massactionbutton , $num , $nbtotalofrecords , 'supplier_order' , 0 , $newcardbutton , '' , $limit , 0 , 0 , 1 );
2016-11-24 17:27:32 +01:00
2019-11-12 09:46:08 +01:00
$topicmail = " SendOrderRef " ;
$modelmail = " order_supplier_send " ;
$objecttmp = new CommandeFournisseur ( $db );
$trackid = 'sord' . $object -> id ;
2017-11-11 16:03:22 +01:00
include DOL_DOCUMENT_ROOT . '/core/tpl/massactions_pre.tpl.php' ;
2017-09-16 15:39:52 +02:00
2021-02-25 23:21:30 +01:00
if ( $massaction == 'createbills' ) {
2017-10-07 13:09:31 +02:00
//var_dump($_REQUEST);
2020-10-01 19:05:20 +02:00
print '<input type="hidden" name="massaction" value="confirm_createsupplierbills">' ;
2017-10-07 13:09:31 +02:00
2020-10-01 19:05:20 +02:00
print '<table class="noborder" width="100%" >' ;
2017-10-07 13:09:31 +02:00
print '<tr>' ;
2020-10-01 19:05:20 +02:00
print '<td class="titlefield">' ;
2017-10-07 13:09:31 +02:00
print $langs -> trans ( 'DateInvoice' );
print '</td>' ;
print '<td>' ;
2018-09-09 10:40:00 +02:00
print $form -> selectDate ( '' , '' , '' , '' , '' , '' , 1 , 1 );
2017-10-07 13:09:31 +02:00
print '</td>' ;
print '</tr>' ;
print '<tr>' ;
print '<td>' ;
print $langs -> trans ( 'CreateOneBillByThird' );
print '</td>' ;
print '<td>' ;
print $form -> selectyesno ( 'createbills_onebythird' , '' , 1 );
print '</td>' ;
print '</tr>' ;
print '<tr>' ;
print '<td>' ;
print $langs -> trans ( 'ValidateInvoices' );
print '</td>' ;
print '<td>' ;
2019-03-26 12:31:56 +01:00
print $form -> selectyesno ( 'validate_invoices' , 1 , 1 );
2017-10-07 13:09:31 +02:00
print '</td>' ;
print '</tr>' ;
print '</table>' ;
print '<br>' ;
print '<div class="center">' ;
print '<input type="submit" class="button" id="createbills" name="createbills" value="' . $langs -> trans ( 'CreateInvoiceForThisCustomer' ) . '"> ' ;
2020-11-23 15:12:52 +01:00
print '<input type="submit" class="button button-cancel" id="cancel" name="cancel" value="' . $langs -> trans ( " Cancel " ) . '">' ;
2017-10-07 13:09:31 +02:00
print '</div>' ;
print '<br>' ;
2017-04-09 13:12:25 +02:00
}
2017-06-14 11:28:42 +02:00
2021-02-25 23:21:30 +01:00
if ( $sall ) {
foreach ( $fieldstosearchall as $key => $val ) {
$fieldstosearchall [ $key ] = $langs -> trans ( $val );
}
2019-11-12 09:46:08 +01:00
print '<div class="divsearchfieldfilter">' . $langs -> trans ( " FilterOnInto " , $sall ) . join ( ', ' , $fieldstosearchall ) . '</div>' ;
2017-10-07 13:09:31 +02:00
}
2019-11-12 09:46:08 +01:00
$moreforfilter = '' ;
2017-10-07 13:09:31 +02:00
// If the user can view prospects other than his'
2021-02-25 23:21:30 +01:00
if ( $user -> rights -> societe -> client -> voir || $socid ) {
2017-10-07 13:09:31 +02:00
$langs -> load ( " commercial " );
2019-11-12 09:46:08 +01:00
$moreforfilter .= '<div class="divsearchfield">' ;
2021-03-29 13:00:17 +02:00
$tmptitle = $langs -> trans ( 'ThirdPartiesOfSaleRepresentative' );
$moreforfilter .= img_picto ( $tmptitle , 'user' , 'class="pictofixedwidth"' ) . $formother -> select_salesrepresentatives ( $search_sale , 'search_sale' , $user , 0 , $tmptitle , 'maxwidth250' );
2019-11-12 09:46:08 +01:00
$moreforfilter .= '</div>' ;
2017-10-07 13:09:31 +02:00
}
// If the user can view other users
2021-02-25 23:21:30 +01:00
if ( $user -> rights -> user -> user -> lire ) {
2019-11-12 09:46:08 +01:00
$moreforfilter .= '<div class="divsearchfield">' ;
2021-03-29 13:00:17 +02:00
$tmptitle = $langs -> trans ( 'LinkedToSpecificUsers' );
$moreforfilter .= img_picto ( $tmptitle , 'user' , 'class="pictofixedwidth"' ) . $form -> select_dolusers ( $search_user , 'search_user' , $tmptitle , '' , 0 , '' , '' , 0 , 0 , 0 , '' , 0 , '' , 'maxwidth250' );
2019-11-12 09:46:08 +01:00
$moreforfilter .= '</div>' ;
2017-10-07 13:09:31 +02:00
}
// If the user can view prospects other than his'
2021-02-25 23:21:30 +01:00
if ( ! empty ( $conf -> categorie -> enabled ) && $user -> rights -> categorie -> lire && ( $user -> rights -> produit -> lire || $user -> rights -> service -> lire )) {
2017-10-07 13:09:31 +02:00
include_once DOL_DOCUMENT_ROOT . '/categories/class/categorie.class.php' ;
2019-11-12 09:46:08 +01:00
$moreforfilter .= '<div class="divsearchfield">' ;
2021-03-29 13:00:17 +02:00
$tmptitle = $langs -> trans ( 'IncludingProductWithTag' );
2017-10-07 13:09:31 +02:00
$cate_arbo = $form -> select_all_categories ( Categorie :: TYPE_PRODUCT , null , 'parent' , null , null , 1 );
2021-03-29 13:00:17 +02:00
$moreforfilter .= img_picto ( $tmptitle , 'category' , 'class="pictofixedwidth"' ) . $form -> selectarray ( 'search_product_category' , $cate_arbo , $search_product_category , $tmptitle , 0 , 0 , '' , 0 , 0 , 0 , 0 , 'maxwidth300' , 1 );
2019-11-12 09:46:08 +01:00
$moreforfilter .= '</div>' ;
2017-10-07 13:09:31 +02:00
}
2019-11-12 09:46:08 +01:00
$parameters = array ();
$reshook = $hookmanager -> executeHooks ( 'printFieldPreListTitle' , $parameters ); // Note that $action and $object may have been modified by hook
2021-02-25 23:21:30 +01:00
if ( empty ( $reshook )) {
$moreforfilter .= $hookmanager -> resPrint ;
} else {
$moreforfilter = $hookmanager -> resPrint ;
}
2017-10-07 13:09:31 +02:00
2021-02-25 23:21:30 +01:00
if ( ! empty ( $moreforfilter )) {
2017-10-07 13:09:31 +02:00
print '<div class="liste_titre liste_titre_bydiv centpercent">' ;
print $moreforfilter ;
print '</div>' ;
}
2019-11-12 09:46:08 +01:00
$varpage = empty ( $contextpage ) ? $_SERVER [ " PHP_SELF " ] : $contextpage ;
$selectedfields = $form -> multiSelectArrayWithCheckbox ( 'selectedfields' , $arrayfields , $varpage ); // This also change content of $arrayfields
2020-10-01 19:05:20 +02:00
$selectedfields .= $form -> showCheckAddButtons ( 'checkforselect' , 1 );
if ( GETPOST ( 'autoselectall' , 'int' )) {
$selectedfields .= '<script>' ;
$selectedfields .= ' $(document).ready(function() {' ;
$selectedfields .= ' console.log("Autoclick on checkforselects");' ;
$selectedfields .= ' $("#checkforselects").click();' ;
$selectedfields .= ' $("#massaction").val("createbills").change();' ;
$selectedfields .= ' });' ;
$selectedfields .= '</script>' ;
}
2017-10-07 13:09:31 +02:00
print '<div class="div-table-responsive">' ;
2019-11-12 09:46:08 +01:00
print '<table class="tagtable liste' . ( $moreforfilter ? " listwithfilterbefore " : " " ) . '">' . " \n " ;
2016-05-24 18:40:47 +02:00
2017-03-28 18:42:23 +02:00
print '<tr class="liste_titre_filter">' ;
2016-05-24 18:40:47 +02:00
// Ref
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 'cf.ref' ][ 'checked' ])) {
2020-09-19 15:15:49 +02:00
print '<td class="liste_titre"><input size="8" type="text" class="flat maxwidth75" name="search_ref" value="' . $search_ref . '"></td>' ;
2016-05-24 18:40:47 +02:00
}
// Ref customer
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 'cf.ref_supplier' ][ 'checked' ])) {
2020-09-19 15:15:49 +02:00
print '<td class="liste_titre"><input type="text" class="flat maxwidth75" name="search_refsupp" value="' . $search_refsupp . '"></td>' ;
2016-05-24 18:40:47 +02:00
}
// Project ref
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 'p.project_ref' ][ 'checked' ])) {
2020-09-19 15:15:49 +02:00
print '<td class="liste_titre"><input type="text" class="flat maxwidth100" name="search_project_ref" value="' . $search_project_ref . '"></td>' ;
2016-05-24 18:40:47 +02:00
}
// Request author
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 'u.login' ][ 'checked' ])) {
2015-01-24 21:41:40 +01:00
print '<td class="liste_titre">' ;
2016-11-24 17:27:32 +01:00
print '<input type="text" class="flat" size="6" name="search_request_author" value="' . $search_request_author . '">' ;
2015-01-24 21:41:40 +01:00
print '</td>' ;
}
2016-05-24 18:40:47 +02:00
// Thirpdarty
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 's.nom' ][ 'checked' ])) {
2016-05-24 18:40:47 +02:00
print '<td class="liste_titre"><input type="text" size="6" class="flat" name="search_company" value="' . $search_company . '"></td>' ;
}
// Town
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 's.town' ][ 'checked' ])) {
print '<td class="liste_titre"><input class="flat maxwidth50" type="text" name="search_town" value="' . $search_town . '"></td>' ;
}
2016-05-24 18:40:47 +02:00
// Zip
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 's.zip' ][ 'checked' ])) {
print '<td class="liste_titre"><input class="flat maxwidth50" type="text" name="search_zip" value="' . $search_zip . '"></td>' ;
}
2016-05-24 18:40:47 +02:00
// State
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 'state.nom' ][ 'checked' ])) {
2017-10-07 13:09:31 +02:00
print '<td class="liste_titre">' ;
2019-07-04 16:14:10 +02:00
print '<input class="flat maxwidth50" type="text" name="search_state" value="' . dol_escape_htmltag ( $search_state ) . '">' ;
2017-10-07 13:09:31 +02:00
print '</td>' ;
2016-05-24 18:40:47 +02:00
}
// Country
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 'country.code_iso' ][ 'checked' ])) {
2019-03-07 20:46:38 +01:00
print '<td class="liste_titre center">' ;
2019-03-02 12:57:07 +01:00
print $form -> select_country ( $search_country , 'search_country' , '' , 0 , 'minwidth100imp maxwidth100' );
2017-10-07 13:09:31 +02:00
print '</td>' ;
2016-05-24 18:40:47 +02:00
}
// Company type
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 'typent.code' ][ 'checked' ])) {
2019-03-07 20:46:38 +01:00
print '<td class="liste_titre maxwidthonsmartphone center">' ;
2021-02-04 09:48:17 +01:00
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 );
2017-10-07 13:09:31 +02:00
print '</td>' ;
2016-05-24 18:40:47 +02:00
}
// Date order
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 'cf.date_commande' ][ 'checked' ])) {
2019-03-07 20:46:38 +01:00
print '<td class="liste_titre nowraponall center">' ;
2021-02-25 23:21:30 +01:00
if ( ! empty ( $conf -> global -> MAIN_LIST_FILTER_ON_DAY )) {
print '<input class="flat width25 valignmiddle" type="text" maxlength="2" name="search_orderday" value="' . $search_orderday . '">' ;
}
2018-04-29 19:52:14 +02:00
print '<input class="flat width25 valignmiddle" type="text" maxlength="2" name="search_ordermonth" value="' . $search_ordermonth . '">' ;
2019-11-12 09:46:08 +01:00
$formother -> select_year ( $search_orderyear ? $search_orderyear : - 1 , 'search_orderyear' , 1 , 20 , 5 );
2016-05-24 18:40:47 +02:00
print '</td>' ;
}
// Date delivery
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 'cf.date_livraison' ][ 'checked' ])) {
2019-03-07 20:46:38 +01:00
print '<td class="liste_titre nowraponall center">' ;
2021-02-25 23:21:30 +01:00
if ( ! empty ( $conf -> global -> MAIN_LIST_FILTER_ON_DAY )) {
print '<input class="flat width25 valignmiddle" type="text" maxlength="2" name="search_deliveryday" value="' . $search_deliveryday . '">' ;
}
2018-04-29 19:52:14 +02:00
print '<input class="flat width25 valignmiddle" type="text" maxlength="2" name="search_deliverymonth" value="' . $search_deliverymonth . '">' ;
2019-11-12 09:46:08 +01:00
$formother -> select_year ( $search_deliveryyear ? $search_deliveryyear : - 1 , 'search_deliveryyear' , 1 , 20 , 5 );
2017-10-07 13:09:31 +02:00
print '</td>' ;
2016-05-24 18:40:47 +02:00
}
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 'cf.total_ht' ][ 'checked' ])) {
2017-10-07 13:09:31 +02:00
// Amount
2019-03-07 20:46:38 +01:00
print '<td class="liste_titre right">' ;
2017-10-07 13:09:31 +02:00
print '<input class="flat" type="text" size="5" name="search_total_ht" value="' . $search_total_ht . '">' ;
print '</td>' ;
2016-05-24 18:40:47 +02:00
}
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 'cf.total_tva' ][ 'checked' ])) {
2017-10-07 13:09:31 +02:00
// Amount
2019-03-07 20:46:38 +01:00
print '<td class="liste_titre right">' ;
2021-02-21 21:47:26 +01:00
print '<input class="flat" type="text" size="5" name="search_total_tva" value="' . $search_total_tva . '">' ;
2017-10-07 13:09:31 +02:00
print '</td>' ;
2016-05-24 18:40:47 +02:00
}
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 'cf.total_ttc' ][ 'checked' ])) {
2017-10-07 13:09:31 +02:00
// Amount
2019-03-07 20:46:38 +01:00
print '<td class="liste_titre right">' ;
2017-10-07 13:09:31 +02:00
print '<input class="flat" type="text" size="5" name="search_total_ttc" value="' . $search_total_ttc . '">' ;
print '</td>' ;
2016-11-24 17:27:32 +01:00
}
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 'cf.multicurrency_code' ][ 'checked' ])) {
2020-03-03 09:56:25 +01:00
// Currency
print '<td class="liste_titre">' ;
print $form -> selectMultiCurrency ( $search_multicurrency_code , 'search_multicurrency_code' , 1 );
print '</td>' ;
}
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 'cf.multicurrency_tx' ][ 'checked' ])) {
2020-03-03 09:56:25 +01:00
// Currency rate
print '<td class="liste_titre">' ;
print '<input class="flat" type="text" size="4" name="search_multicurrency_tx" value="' . dol_escape_htmltag ( $search_multicurrency_tx ) . '">' ;
print '</td>' ;
}
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 'cf.multicurrency_total_ht' ][ 'checked' ])) {
2020-03-03 09:56:25 +01:00
// Amount
print '<td class="liste_titre right">' ;
print '<input class="flat" type="text" size="4" name="search_multicurrency_montant_ht" value="' . dol_escape_htmltag ( $search_multicurrency_montant_ht ) . '">' ;
print '</td>' ;
}
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 'cf.multicurrency_total_tva' ][ 'checked' ])) {
2020-03-03 09:56:25 +01:00
// Amount
print '<td class="liste_titre right">' ;
2021-02-21 21:47:26 +01:00
print '<input class="flat" type="text" size="4" name="search_multicurrency_montant_tva" value="' . dol_escape_htmltag ( $search_multicurrency_montant_tva ) . '">' ;
2020-03-03 09:56:25 +01:00
print '</td>' ;
}
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 'cf.multicurrency_total_ttc' ][ 'checked' ])) {
2020-03-03 09:56:25 +01:00
// Amount
print '<td class="liste_titre right">' ;
print '<input class="flat" type="text" size="4" name="search_multicurrency_montant_ttc" value="' . dol_escape_htmltag ( $search_multicurrency_montant_ttc ) . '">' ;
print '</td>' ;
}
2016-05-24 18:40:47 +02:00
// Extra fields
2017-11-27 15:24:29 +01:00
include DOL_DOCUMENT_ROOT . '/core/tpl/extrafields_list_search_input.tpl.php' ;
2016-05-24 18:40:47 +02:00
// Fields from hook
2019-11-12 09:46:08 +01:00
$parameters = array ( 'arrayfields' => $arrayfields );
$reshook = $hookmanager -> executeHooks ( 'printFieldListOption' , $parameters ); // Note that $action and $object may have been modified by hook
2016-11-24 17:27:32 +01:00
print $hookmanager -> resPrint ;
2016-05-24 18:40:47 +02:00
// Date creation
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 'cf.datec' ][ 'checked' ])) {
2017-10-07 13:09:31 +02:00
print '<td class="liste_titre">' ;
print '</td>' ;
2016-05-24 18:40:47 +02:00
}
// Date modification
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 'cf.tms' ][ 'checked' ])) {
2017-10-07 13:09:31 +02:00
print '<td class="liste_titre">' ;
print '</td>' ;
2016-05-24 18:40:47 +02:00
}
// Status
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 'cf.fk_statut' ][ 'checked' ])) {
2019-03-07 20:46:38 +01:00
print '<td class="liste_titre right">' ;
2020-11-26 17:53:57 +01:00
$formorder -> selectSupplierOrderStatus ( $search_status , 1 , 'search_status' );
2016-05-24 18:40:47 +02:00
print '</td>' ;
}
// Status billed
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 'cf.billed' ][ 'checked' ])) {
2019-03-07 20:46:38 +01:00
print '<td class="liste_titre center">' ;
2020-10-16 13:30:20 +02:00
print $form -> selectyesno ( 'search_billed' , $search_billed , 1 , 0 , 1 , 1 );
2016-05-24 18:40:47 +02:00
print '</td>' ;
}
// Action column
2019-03-07 20:46:38 +01:00
print '<td class="liste_titre middle">' ;
2019-11-12 09:46:08 +01:00
$searchpicto = $form -> showFilterButtons ();
2017-05-14 21:06:33 +02:00
print $searchpicto ;
2015-11-29 15:42:20 +01:00
print '</td>' ;
2016-11-24 17:27:32 +01:00
2016-02-07 15:50:48 +01:00
print " </tr> \n " ;
2010-02-27 21:30:55 +01:00
2020-10-01 19:05:20 +02:00
// Fields title
2017-03-28 18:42:23 +02:00
print '<tr class="liste_titre">' ;
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 'cf.ref' ][ 'checked' ])) {
print_liste_field_titre ( $arrayfields [ 'cf.ref' ][ 'label' ], $_SERVER [ " PHP_SELF " ], " cf.ref " , " " , $param , '' , $sortfield , $sortorder );
}
if ( ! empty ( $arrayfields [ 'cf.ref_supplier' ][ 'checked' ])) {
print_liste_field_titre ( $arrayfields [ 'cf.ref_supplier' ][ 'label' ], $_SERVER [ " PHP_SELF " ], " cf.ref_supplier " , " " , $param , '' , $sortfield , $sortorder , 'tdoverflowmax100imp ' );
}
if ( ! empty ( $arrayfields [ 'p.project_ref' ][ 'checked' ])) {
print_liste_field_titre ( $arrayfields [ 'p.project_ref' ][ 'label' ], $_SERVER [ " PHP_SELF " ], " p.ref " , " " , $param , '' , $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 [ 's.nom' ][ 'checked' ])) {
print_liste_field_titre ( $arrayfields [ 's.nom' ][ 'label' ], $_SERVER [ " PHP_SELF " ], " s.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 [ 'cf.fk_author' ][ 'checked' ])) {
print_liste_field_titre ( $arrayfields [ 'cf.fk_author' ][ 'label' ], $_SERVER [ " PHP_SELF " ], " cf.fk_author " , " " , $param , '' , $sortfield , $sortorder );
}
if ( ! empty ( $arrayfields [ 'cf.date_commande' ][ 'checked' ])) {
print_liste_field_titre ( $arrayfields [ 'cf.date_commande' ][ 'label' ], $_SERVER [ " PHP_SELF " ], " cf.date_commande " , " " , $param , '' , $sortfield , $sortorder , 'center ' );
}
if ( ! empty ( $arrayfields [ 'cf.date_livraison' ][ 'checked' ])) {
print_liste_field_titre ( $arrayfields [ 'cf.date_livraison' ][ 'label' ], $_SERVER [ " PHP_SELF " ], 'cf.date_livraison' , '' , $param , '' , $sortfield , $sortorder , 'center ' );
}
if ( ! empty ( $arrayfields [ 'cf.total_ht' ][ 'checked' ])) {
print_liste_field_titre ( $arrayfields [ 'cf.total_ht' ][ 'label' ], $_SERVER [ " PHP_SELF " ], " cf.total_ht " , " " , $param , '' , $sortfield , $sortorder , 'right ' );
}
if ( ! empty ( $arrayfields [ 'cf.total_tva' ][ 'checked' ])) {
print_liste_field_titre ( $arrayfields [ 'cf.total_tva' ][ 'label' ], $_SERVER [ " PHP_SELF " ], " cf.total_tva " , " " , $param , '' , $sortfield , $sortorder , 'right ' );
}
if ( ! empty ( $arrayfields [ 'cf.total_ttc' ][ 'checked' ])) {
print_liste_field_titre ( $arrayfields [ 'cf.total_ttc' ][ 'label' ], $_SERVER [ " PHP_SELF " ], " cf.total_ttc " , " " , $param , '' , $sortfield , $sortorder , 'right ' );
}
if ( ! empty ( $arrayfields [ 'cf.multicurrency_code' ][ 'checked' ])) {
print_liste_field_titre ( $arrayfields [ 'cf.multicurrency_code' ][ 'label' ], $_SERVER [ 'PHP_SELF' ], 'cf.multicurrency_code' , '' , $param , '' , $sortfield , $sortorder );
}
if ( ! empty ( $arrayfields [ 'cf.multicurrency_tx' ][ 'checked' ])) {
print_liste_field_titre ( $arrayfields [ 'cf.multicurrency_tx' ][ 'label' ], $_SERVER [ 'PHP_SELF' ], 'cf.multicurrency_tx' , '' , $param , '' , $sortfield , $sortorder );
}
if ( ! empty ( $arrayfields [ 'cf.multicurrency_total_ht' ][ 'checked' ])) {
print_liste_field_titre ( $arrayfields [ 'cf.multicurrency_total_ht' ][ 'label' ], $_SERVER [ 'PHP_SELF' ], 'cf.multicurrency_total_ht' , '' , $param , 'class="right"' , $sortfield , $sortorder );
}
if ( ! empty ( $arrayfields [ 'cf.multicurrency_total_tva' ][ 'checked' ])) {
print_liste_field_titre ( $arrayfields [ 'cf.multicurrency_total_tva' ][ 'label' ], $_SERVER [ 'PHP_SELF' ], 'cf.multicurrency_total_tva' , '' , $param , 'class="right"' , $sortfield , $sortorder );
}
if ( ! empty ( $arrayfields [ 'cf.multicurrency_total_ttc' ][ 'checked' ])) {
print_liste_field_titre ( $arrayfields [ 'cf.multicurrency_total_ttc' ][ 'label' ], $_SERVER [ 'PHP_SELF' ], 'cf.multicurrency_total_ttc' , '' , $param , 'class="right"' , $sortfield , $sortorder );
}
2017-03-28 18:42:23 +02:00
// Extra fields
2017-11-27 15:24:29 +01:00
include DOL_DOCUMENT_ROOT . '/core/tpl/extrafields_list_search_title.tpl.php' ;
2017-03-28 18:42:23 +02:00
// Hook fields
2019-11-12 09:46:08 +01:00
$parameters = array ( 'arrayfields' => $arrayfields , 'param' => $param , 'sortfield' => $sortfield , 'sortorder' => $sortorder );
$reshook = $hookmanager -> executeHooks ( 'printFieldListTitle' , $parameters ); // Note that $action and $object may have been modified by hook
2017-03-28 18:42:23 +02:00
print $hookmanager -> resPrint ;
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 'cf.datec' ][ 'checked' ])) {
print_liste_field_titre ( $arrayfields [ 'cf.datec' ][ 'label' ], $_SERVER [ " PHP_SELF " ], " cf.date_creation " , " " , $param , '' , $sortfield , $sortorder , 'center nowrap ' );
}
if ( ! empty ( $arrayfields [ 'cf.tms' ][ 'checked' ])) {
print_liste_field_titre ( $arrayfields [ 'cf.tms' ][ 'label' ], $_SERVER [ " PHP_SELF " ], " cf.tms " , " " , $param , '' , $sortfield , $sortorder , 'center nowrap ' );
}
if ( ! empty ( $arrayfields [ 'cf.fk_statut' ][ 'checked' ])) {
print_liste_field_titre ( $arrayfields [ 'cf.fk_statut' ][ 'label' ], $_SERVER [ " PHP_SELF " ], " cf.fk_statut " , " " , $param , '' , $sortfield , $sortorder , 'right ' );
}
if ( ! empty ( $arrayfields [ 'cf.billed' ][ 'checked' ])) {
print_liste_field_titre ( $arrayfields [ 'cf.billed' ][ 'label' ], $_SERVER [ " PHP_SELF " ], 'cf.billed' , '' , $param , '' , $sortfield , $sortorder , 'center ' );
}
2019-03-07 20:46:38 +01:00
print_liste_field_titre ( $selectedfields , $_SERVER [ " PHP_SELF " ], " " , '' , '' , '' , $sortfield , $sortorder , 'center maxwidthsearch ' );
2017-03-28 18:42:23 +02:00
print " </tr> \n " ;
2017-06-14 11:28:42 +02:00
2019-11-12 09:46:08 +01:00
$total = 0 ;
$subtotal = 0 ;
$productstat_cache = array ();
2016-11-24 17:27:32 +01:00
2017-10-07 13:09:31 +02:00
$userstatic = new User ( $db );
2019-11-12 09:46:08 +01:00
$objectstatic = new CommandeFournisseur ( $db );
$projectstatic = new Project ( $db );
2010-02-27 21:30:55 +01:00
2019-11-12 09:46:08 +01:00
$i = 0 ;
$totalarray = array ();
2021-05-25 23:14:36 +02:00
$totalarray [ 'nbfield' ] = 0 ;
$totalarray [ 'val' ] = array ();
$totalarray [ 'val' ][ 'cf.total_ht' ] = 0 ;
$totalarray [ 'val' ][ 'cf.total_ttc' ] = 0 ;
2021-02-25 23:21:30 +01:00
while ( $i < min ( $num , $limit )) {
2010-02-27 21:30:55 +01:00
$obj = $db -> fetch_object ( $resql );
2017-06-14 11:28:42 +02:00
2020-10-01 19:05:20 +02:00
$notshippable = 0 ;
$warning = 0 ;
$text_info = '' ;
$text_warning = '' ;
$nbprod = 0 ;
2019-11-12 09:46:08 +01:00
$objectstatic -> id = $obj -> rowid ;
$objectstatic -> ref = $obj -> ref ;
2021-05-07 17:08:36 +02:00
$objectstatic -> socid = $obj -> socid ;
2017-10-07 13:09:31 +02:00
$objectstatic -> ref_supplier = $obj -> ref_supplier ;
2021-05-17 13:36:27 +02:00
$objectstatic -> socid = $obj -> socid ;
2017-10-07 13:09:31 +02:00
$objectstatic -> total_ht = $obj -> total_ht ;
$objectstatic -> total_tva = $obj -> total_tva ;
$objectstatic -> total_ttc = $obj -> total_ttc ;
2020-11-14 13:25:02 +01:00
$objectstatic -> date_commande = $db -> jdate ( $obj -> date_commande );
2021-02-09 20:46:17 +01:00
$objectstatic -> delivery_date = $db -> jdate ( $obj -> date_livraison );
2020-01-15 19:49:45 +01:00
$objectstatic -> note_public = $obj -> note_public ;
$objectstatic -> note_private = $obj -> note_private ;
2017-10-07 13:09:31 +02:00
$objectstatic -> statut = $obj -> fk_statut ;
2016-11-24 17:27:32 +01:00
2017-04-14 11:22:48 +02:00
print '<tr class="oddeven">' ;
2010-02-27 21:30:55 +01:00
// Ref
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 'cf.ref' ][ 'checked' ])) {
2017-10-07 13:09:31 +02:00
print '<td class="nowrap">' ;
// Picto + Ref
2020-01-15 19:49:45 +01:00
print $objectstatic -> getNomUrl ( 1 , '' , 0 , - 1 , 1 );
2017-10-07 13:09:31 +02:00
// Other picto tool
2019-11-12 09:46:08 +01:00
$filename = dol_sanitizeFileName ( $obj -> ref );
$filedir = $conf -> fournisseur -> commande -> dir_output . '/' . dol_sanitizeFileName ( $obj -> ref );
2016-05-24 18:40:47 +02:00
print $formfile -> getDocumentsLink ( $objectstatic -> element , $filename , $filedir );
2017-06-14 11:28:42 +02:00
2016-05-24 18:40:47 +02:00
print '</td>' . " \n " ;
2021-02-25 23:21:30 +01:00
if ( ! $i ) {
$totalarray [ 'nbfield' ] ++ ;
}
2017-10-07 13:09:31 +02:00
}
2014-03-21 15:01:40 +01:00
// Ref Supplier
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 'cf.ref_supplier' ][ 'checked' ])) {
2017-10-07 13:09:31 +02:00
print '<td>' . $obj -> ref_supplier . '</td>' . " \n " ;
2021-02-25 23:21:30 +01:00
if ( ! $i ) {
$totalarray [ 'nbfield' ] ++ ;
}
2017-10-07 13:09:31 +02:00
}
2015-01-24 21:41:40 +01:00
// Project
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 'p.project_ref' ][ 'checked' ])) {
2019-11-12 09:46:08 +01:00
$projectstatic -> id = $obj -> project_id ;
$projectstatic -> ref = $obj -> project_ref ;
$projectstatic -> title = $obj -> project_title ;
2015-01-24 21:41:40 +01:00
print '<td>' ;
2021-02-25 23:21:30 +01:00
if ( $obj -> project_id > 0 ) {
print $projectstatic -> getNomUrl ( 1 );
}
2015-01-24 21:41:40 +01:00
print '</td>' ;
2021-02-25 23:21:30 +01:00
if ( ! $i ) {
$totalarray [ 'nbfield' ] ++ ;
}
2017-10-07 13:09:31 +02:00
}
2016-05-24 18:40:47 +02:00
// Author
$userstatic -> id = $obj -> fk_user_author ;
$userstatic -> lastname = $obj -> lastname ;
$userstatic -> firstname = $obj -> firstname ;
$userstatic -> login = $obj -> login ;
$userstatic -> photo = $obj -> photo ;
2019-10-09 18:07:00 +02:00
$userstatic -> email = $obj -> user_email ;
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 'u.login' ][ 'checked' ])) {
2019-10-09 18:07:00 +02:00
print '<td class="tdoverflowmax150">' ;
2021-02-25 23:21:30 +01:00
if ( $userstatic -> id ) {
print $userstatic -> getNomUrl ( 1 );
}
2017-10-07 13:09:31 +02:00
print " </td> " ;
2021-02-25 23:21:30 +01:00
if ( ! $i ) {
$totalarray [ 'nbfield' ] ++ ;
}
2015-01-24 21:41:40 +01:00
}
2017-10-07 13:09:31 +02:00
// Thirdparty
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 's.nom' ][ 'checked' ])) {
2019-10-09 18:07:00 +02:00
print '<td class="tdoverflowmax150">' ;
2016-05-24 18:40:47 +02:00
$thirdpartytmp -> id = $obj -> socid ;
$thirdpartytmp -> name = $obj -> name ;
2019-10-09 18:07:00 +02:00
$thirdpartytmp -> email = $obj -> email ;
2019-01-27 11:55:16 +01:00
print $thirdpartytmp -> getNomUrl ( 1 , 'supplier' );
2016-05-24 18:40:47 +02:00
print '</td>' . " \n " ;
2021-02-25 23:21:30 +01:00
if ( ! $i ) {
$totalarray [ 'nbfield' ] ++ ;
}
2017-10-07 13:09:31 +02:00
}
// Town
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 's.town' ][ 'checked' ])) {
2019-07-04 16:14:10 +02:00
print '<td>' ;
2017-10-07 13:09:31 +02:00
print $obj -> town ;
print '</td>' ;
2021-02-25 23:21:30 +01:00
if ( ! $i ) {
$totalarray [ 'nbfield' ] ++ ;
}
2017-10-07 13:09:31 +02:00
}
// Zip
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 's.zip' ][ 'checked' ])) {
2019-07-04 16:14:10 +02:00
print '<td>' ;
2017-10-07 13:09:31 +02:00
print $obj -> zip ;
print '</td>' ;
2021-02-25 23:21:30 +01:00
if ( ! $i ) {
$totalarray [ 'nbfield' ] ++ ;
}
2017-10-07 13:09:31 +02:00
}
// State
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 'state.nom' ][ 'checked' ])) {
2017-10-07 13:09:31 +02:00
print " <td> " . $obj -> state_name . " </td> \n " ;
2021-02-25 23:21:30 +01:00
if ( ! $i ) {
$totalarray [ 'nbfield' ] ++ ;
}
2017-10-07 13:09:31 +02:00
}
// Country
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 'country.code_iso' ][ 'checked' ])) {
2019-03-07 20:46:38 +01:00
print '<td class="center">' ;
2020-03-12 12:45:44 +01:00
$tmparray = getCountry ( $obj -> fk_pays , 'all' );
2017-10-07 13:09:31 +02:00
print $tmparray [ 'label' ];
print '</td>' ;
2021-02-25 23:21:30 +01:00
if ( ! $i ) {
$totalarray [ 'nbfield' ] ++ ;
}
2017-10-07 13:09:31 +02:00
}
// Type ent
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 'typent.code' ][ 'checked' ])) {
2019-03-07 20:46:38 +01:00
print '<td class="center">' ;
2021-02-25 23:21:30 +01:00
if ( count ( $typenArray ) == 0 ) {
$typenArray = $formcompany -> typent_array ( 1 );
}
2017-10-07 13:09:31 +02:00
print $typenArray [ $obj -> typent_code ];
print '</td>' ;
2021-02-25 23:21:30 +01:00
if ( ! $i ) {
$totalarray [ 'nbfield' ] ++ ;
}
2017-10-07 13:09:31 +02:00
}
2016-11-24 17:27:32 +01:00
2016-05-24 18:40:47 +02:00
// Order date
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 'cf.date_commande' ][ 'checked' ])) {
2019-03-07 20:46:38 +01:00
print '<td class="center">' ;
2020-11-14 13:25:02 +01:00
print dol_print_date ( $db -> jdate ( $obj -> date_commande ), 'day' );
2021-02-09 20:46:17 +01:00
if ( $objectstatic -> statut != $objectstatic :: STATUS_ORDERSENT && $objectstatic -> statut != $objectstatic :: STATUS_RECEIVED_PARTIALLY ) {
if ( $objectstatic -> hasDelay ()) {
print ' ' . img_picto ( $langs -> trans ( " Late " ) . ' : ' . $objectstatic -> showDelay (), " warning " );
}
2020-11-14 13:25:02 +01:00
}
2017-10-07 13:09:31 +02:00
print '</td>' ;
2021-02-25 23:21:30 +01:00
if ( ! $i ) {
$totalarray [ 'nbfield' ] ++ ;
}
2010-02-27 21:30:55 +01:00
}
2016-05-24 18:40:47 +02:00
// Plannned date of delivery
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 'cf.date_livraison' ][ 'checked' ])) {
2019-03-07 20:46:38 +01:00
print '<td class="center">' ;
2021-02-09 20:46:17 +01:00
print dol_print_date ( $db -> jdate ( $obj -> date_livraison ), 'day' );
if ( $objectstatic -> statut == $objectstatic :: STATUS_ORDERSENT || $objectstatic -> statut == $objectstatic :: STATUS_RECEIVED_PARTIALLY ) {
if ( $objectstatic -> hasDelay ()) {
print ' ' . img_picto ( $langs -> trans ( " Late " ) . ' : ' . $objectstatic -> showDelay (), " warning " );
}
2017-10-07 13:09:31 +02:00
}
print '</td>' ;
2021-02-25 23:21:30 +01:00
if ( ! $i ) {
$totalarray [ 'nbfield' ] ++ ;
}
2017-10-07 13:09:31 +02:00
}
// Amount HT
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 'cf.total_ht' ][ 'checked' ])) {
2021-03-26 18:16:12 +01:00
print '<td class="right"><span class="amount">' . price ( $obj -> total_ht ) . " </span></td> \n " ;
2021-02-25 23:21:30 +01:00
if ( ! $i ) {
$totalarray [ 'nbfield' ] ++ ;
}
if ( ! $i ) {
$totalarray [ 'pos' ][ $totalarray [ 'nbfield' ]] = 'cf.total_ht' ;
}
2019-11-05 12:47:38 +01:00
$totalarray [ 'val' ][ 'cf.total_ht' ] += $obj -> total_ht ;
2017-10-07 13:09:31 +02:00
}
// Amount VAT
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 'cf.total_tva' ][ 'checked' ])) {
2021-03-26 18:16:12 +01:00
print '<td class="right"><span class="amount">' . price ( $obj -> total_tva ) . " </span></td> \n " ;
2021-02-25 23:21:30 +01:00
if ( ! $i ) {
$totalarray [ 'nbfield' ] ++ ;
}
if ( ! $i ) {
$totalarray [ 'pos' ][ $totalarray [ 'nbfield' ]] = 'cf.total_tva' ;
}
2021-02-21 21:47:26 +01:00
$totalarray [ 'val' ][ 'cf.total_tva' ] += $obj -> total_tva ;
2017-10-07 13:09:31 +02:00
}
// Amount TTC
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 'cf.total_ttc' ][ 'checked' ])) {
2021-03-26 18:16:12 +01:00
print '<td class="right"><span class="amount">' . price ( $obj -> total_ttc ) . " </span></td> \n " ;
2021-02-25 23:21:30 +01:00
if ( ! $i ) {
$totalarray [ 'nbfield' ] ++ ;
}
if ( ! $i ) {
$totalarray [ 'pos' ][ $totalarray [ 'nbfield' ]] = 'cf.total_ttc' ;
}
2019-11-05 12:47:38 +01:00
$totalarray [ 'val' ][ 'cf.total_ttc' ] += $obj -> total_ttc ;
2017-10-07 13:09:31 +02:00
}
2020-03-03 09:56:25 +01:00
// Currency
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 'cf.multicurrency_code' ][ 'checked' ])) {
2020-03-12 12:45:44 +01:00
print '<td class="nowrap">' . $obj -> multicurrency_code . ' - ' . $langs -> trans ( 'Currency' . $obj -> multicurrency_code ) . " </td> \n " ;
2021-02-25 23:21:30 +01:00
if ( ! $i ) {
$totalarray [ 'nbfield' ] ++ ;
}
2020-03-03 09:56:25 +01:00
}
// Currency rate
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 'cf.multicurrency_tx' ][ 'checked' ])) {
2020-03-03 09:56:25 +01:00
print '<td class="nowrap">' ;
2020-03-12 12:45:44 +01:00
$form -> form_multicurrency_rate ( $_SERVER [ 'PHP_SELF' ] . '?id=' . $obj -> rowid , $obj -> multicurrency_tx , 'none' , $obj -> multicurrency_code );
2020-03-03 09:56:25 +01:00
print " </td> \n " ;
2021-02-25 23:21:30 +01:00
if ( ! $i ) {
$totalarray [ 'nbfield' ] ++ ;
}
2020-03-03 09:56:25 +01:00
}
// Amount HT
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 'cf.multicurrency_total_ht' ][ 'checked' ])) {
2021-03-26 18:16:12 +01:00
print '<td class="right nowrap"><span class="amount">' . price ( $obj -> multicurrency_total_ht ) . " </span></td> \n " ;
2021-02-25 23:21:30 +01:00
if ( ! $i ) {
$totalarray [ 'nbfield' ] ++ ;
}
2020-03-03 09:56:25 +01:00
}
// Amount VAT
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 'cf.multicurrency_total_tva' ][ 'checked' ])) {
2021-03-26 18:16:12 +01:00
print '<td class="right nowrap"><span class="amount">' . price ( $obj -> multicurrency_total_tva ) . " </span></td> \n " ;
2021-02-25 23:21:30 +01:00
if ( ! $i ) {
$totalarray [ 'nbfield' ] ++ ;
}
2020-03-03 09:56:25 +01:00
}
// Amount TTC
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 'cf.multicurrency_total_ttc' ][ 'checked' ])) {
2021-03-26 18:16:12 +01:00
print '<td class="right nowrap"><span class="amount">' . price ( $obj -> multicurrency_total_ttc ) . " </span></td> \n " ;
2021-02-25 23:21:30 +01:00
if ( ! $i ) {
$totalarray [ 'nbfield' ] ++ ;
}
2020-03-03 09:56:25 +01:00
}
2017-10-07 13:09:31 +02:00
// Extra fields
2017-11-27 15:24:29 +01:00
include DOL_DOCUMENT_ROOT . '/core/tpl/extrafields_list_print_fields.tpl.php' ;
2017-10-07 13:09:31 +02:00
// Fields from hook
2020-03-12 12:45:44 +01:00
$parameters = array ( 'arrayfields' => $arrayfields , 'obj' => $obj , 'i' => $i , 'totalarray' =>& $totalarray );
$reshook = $hookmanager -> executeHooks ( 'printFieldListValue' , $parameters ); // Note that $action and $object may have been modified by hook
2017-10-07 13:09:31 +02:00
print $hookmanager -> resPrint ;
// Date creation
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 'cf.datec' ][ 'checked' ])) {
2019-03-07 20:46:38 +01:00
print '<td class="center nowrap">' ;
2017-10-12 18:04:47 +02:00
print dol_print_date ( $db -> jdate ( $obj -> date_creation ), 'dayhour' , 'tzuser' );
2017-10-07 13:09:31 +02:00
print '</td>' ;
2021-02-25 23:21:30 +01:00
if ( ! $i ) {
$totalarray [ 'nbfield' ] ++ ;
}
2017-10-07 13:09:31 +02:00
}
// Date modification
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 'cf.tms' ][ 'checked' ])) {
2019-03-07 20:46:38 +01:00
print '<td class="center nowrap">' ;
2017-10-12 18:04:47 +02:00
print dol_print_date ( $db -> jdate ( $obj -> date_update ), 'dayhour' , 'tzuser' );
2017-10-07 13:09:31 +02:00
print '</td>' ;
2021-02-25 23:21:30 +01:00
if ( ! $i ) {
$totalarray [ 'nbfield' ] ++ ;
}
2017-10-07 13:09:31 +02:00
}
// Status
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 'cf.fk_statut' ][ 'checked' ])) {
2019-03-07 20:46:38 +01:00
print '<td class="right nowrap">' . $objectstatic -> LibStatut ( $obj -> fk_statut , 5 , $obj -> billed ) . '</td>' ;
2021-02-25 23:21:30 +01:00
if ( ! $i ) {
$totalarray [ 'nbfield' ] ++ ;
}
2010-02-27 21:30:55 +01:00
}
2016-05-24 18:40:47 +02:00
// Billed
2021-02-25 23:21:30 +01:00
if ( ! empty ( $arrayfields [ 'cf.billed' ][ 'checked' ])) {
2019-03-07 20:46:38 +01:00
print '<td class="center">' . yn ( $obj -> billed ) . '</td>' ;
2021-02-25 23:21:30 +01:00
if ( ! $i ) {
$totalarray [ 'nbfield' ] ++ ;
}
2017-10-07 13:09:31 +02:00
}
// Action column
2019-03-07 20:46:38 +01:00
print '<td class="nowrap center">' ;
2021-02-25 23:21:30 +01:00
if ( $massactionbutton || $massaction ) { // If we are in select mode (massactionbutton defined) or if we have already selected and sent an action ($massaction) defined
2020-03-12 12:45:44 +01:00
$selected = 0 ;
2021-02-25 23:21:30 +01:00
if ( in_array ( $obj -> rowid , $arrayofselected )) {
$selected = 1 ;
}
2020-03-12 12:45:44 +01:00
print '<input id="cb' . $obj -> rowid . '" class="flat checkforselect" type="checkbox" name="toselect[]" value="' . $obj -> rowid . '"' . ( $selected ? ' checked="checked"' : '' ) . '>' ;
2017-10-07 13:09:31 +02:00
}
print '</td>' ;
2021-02-25 23:21:30 +01:00
if ( ! $i ) {
$totalarray [ 'nbfield' ] ++ ;
}
2010-02-27 21:30:55 +01:00
print " </tr> \n " ;
2020-10-01 19:05:20 +02:00
$total += $obj -> total_ht ;
$subtotal += $obj -> total_ht ;
2010-02-27 21:30:55 +01:00
$i ++ ;
}
2018-02-15 13:28:15 +01:00
// Show total line
2019-11-05 12:47:38 +01:00
include DOL_DOCUMENT_ROOT . '/core/tpl/list_print_total.tpl.php' ;
2019-09-14 17:34:57 +02:00
2020-10-01 19:05:20 +02:00
$db -> free ( $resql );
2018-02-15 13:28:15 +01:00
2020-10-07 15:01:28 +02:00
$parameters = array ( 'arrayfields' => $arrayfields , 'sql' => $sql );
$reshook = $hookmanager -> executeHooks ( 'printFieldListFooter' , $parameters ); // Note that $action and $object may have been modified by hook
print $hookmanager -> resPrint ;
2019-03-28 17:27:30 +01:00
2020-10-07 15:01:28 +02:00
print '</table>' . " \n " ;
print '</div>' ;
2015-01-24 21:41:40 +01:00
2020-10-07 15:01:28 +02:00
print '</form>' . " \n " ;
2017-06-14 11:28:42 +02:00
2019-11-12 09:46:08 +01:00
$hidegeneratedfilelistifempty = 1 ;
2021-02-25 23:21:30 +01:00
if ( $massaction == 'builddoc' || $action == 'remove_file' || $show_files ) {
$hidegeneratedfilelistifempty = 0 ;
}
2017-06-14 11:28:42 +02:00
2018-02-21 11:02:45 +01:00
// Show list of available documents
2019-11-12 09:46:08 +01:00
$urlsource = $_SERVER [ 'PHP_SELF' ] . '?sortfield=' . $sortfield . '&sortorder=' . $sortorder ;
$urlsource .= str_replace ( '&' , '&' , $param );
2017-06-14 11:28:42 +02:00
2019-11-12 09:46:08 +01:00
$filedir = $diroutputmassaction ;
2021-04-12 09:47:16 +02:00
$genallowed = ( $user -> rights -> fournisseur -> commande -> lire || $user -> rights -> supplier_order -> lire );
$delallowed = ( $user -> rights -> fournisseur -> commande -> creer || $user -> rights -> supplier_order -> creer );
2018-02-21 11:02:45 +01:00
2019-01-27 11:55:16 +01:00
print $formfile -> showdocuments ( 'massfilesarea_supplier_order' , '' , $filedir , $urlsource , 0 , $delallowed , '' , 1 , 1 , 0 , 48 , 1 , $param , $title , '' , '' , '' , null , $hidegeneratedfilelistifempty );
2020-05-21 15:05:19 +02:00
} else {
2010-02-27 21:30:55 +01:00
dol_print_error ( $db );
2004-11-29 17:07:35 +01:00
}
2018-08-12 22:40:47 +02:00
// End of page
2011-08-27 16:24:16 +02:00
llxFooter ();
2012-07-13 10:15:47 +02:00
$db -> close ();