29 require
'../../main.inc.php';
31 require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formaccounting.class.php';
32 require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formother.class.php';
33 require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formcompany.class.php';
34 require_once DOL_DOCUMENT_ROOT.
'/compta/facture/class/facture.class.php';
35 require_once DOL_DOCUMENT_ROOT.
'/product/class/product.class.php';
36 require_once DOL_DOCUMENT_ROOT.
'/accountancy/class/accountingaccount.class.php';
37 require_once DOL_DOCUMENT_ROOT.
'/core/lib/accounting.lib.php';
38 require_once DOL_DOCUMENT_ROOT.
'/core/lib/date.lib.php';
39 require_once DOL_DOCUMENT_ROOT.
'/core/lib/company.lib.php';
42 $langs->loadLangs(array(
"bills",
"companies",
"compta",
"accountancy",
"other",
"productbatch",
"products"));
44 $action =
GETPOST(
'action',
'aZ09');
45 $massaction =
GETPOST(
'massaction',
'alpha');
46 $confirm =
GETPOST(
'confirm',
'alpha');
47 $toselect =
GETPOST(
'toselect',
'array');
48 $contextpage =
GETPOST(
'contextpage',
'aZ') ?
GETPOST(
'contextpage',
'aZ') :
'accountancycustomerlist';
49 $optioncss =
GETPOST(
'optioncss',
'alpha');
51 $default_account =
GETPOST(
'default_account',
'int');
54 $mesCasesCochees =
GETPOST(
'toselect',
'array');
57 $search_societe =
GETPOST(
'search_societe',
'alpha');
58 $search_lineid =
GETPOST(
'search_lineid',
'int');
59 $search_ref =
GETPOST(
'search_ref',
'alpha');
60 $search_invoice =
GETPOST(
'search_invoice',
'alpha');
61 $search_label =
GETPOST(
'search_label',
'alpha');
62 $search_desc =
GETPOST(
'search_desc',
'alpha');
63 $search_amount =
GETPOST(
'search_amount',
'alpha');
64 $search_account =
GETPOST(
'search_account',
'alpha');
65 $search_vat =
GETPOST(
'search_vat',
'alpha');
66 $search_date_startday =
GETPOST(
'search_date_startday',
'int');
67 $search_date_startmonth =
GETPOST(
'search_date_startmonth',
'int');
68 $search_date_startyear =
GETPOST(
'search_date_startyear',
'int');
69 $search_date_endday =
GETPOST(
'search_date_endday',
'int');
70 $search_date_endmonth =
GETPOST(
'search_date_endmonth',
'int');
71 $search_date_endyear =
GETPOST(
'search_date_endyear',
'int');
72 $search_date_start =
dol_mktime(0, 0, 0, $search_date_startmonth, $search_date_startday, $search_date_startyear);
73 $search_date_end =
dol_mktime(23, 59, 59, $search_date_endmonth, $search_date_endday, $search_date_endyear);
74 $search_country =
GETPOST(
'search_country',
'alpha');
75 $search_tvaintra =
GETPOST(
'search_tvaintra',
'alpha');
78 $limit =
GETPOST(
'limit',
'int') ?
GETPOST(
'limit',
'int') : (empty($conf->global->ACCOUNTING_LIMIT_LIST_VENTILATION) ? $conf->liste_limit : $conf->global->ACCOUNTING_LIMIT_LIST_VENTILATION);
79 $sortfield =
GETPOST(
'sortfield',
'aZ09comma');
80 $sortorder =
GETPOST(
'sortorder',
'aZ09comma');
82 if (empty($page) || $page < 0) {
85 $offset = $limit * $page;
86 $pageprev = $page - 1;
87 $pagenext = $page + 1;
89 $sortfield =
"f.datef, f.ref, l.rowid";
92 if ($conf->global->ACCOUNTING_LIST_SORT_VENTILATION_TODO > 0) {
98 $hookmanager->initHooks(array(
'accountancycustomerlist'));
103 $chartaccountcode =
dol_getIdFromCode($db, $conf->global->CHARTOFACCOUNTS,
'accounting_system',
'rowid',
'pcg_version');
109 if ($user->socid > 0) {
112 if (!$user->hasRight(
'accounting',
'mouvements',
'lire')) {
121 if (
GETPOST(
'cancel',
'alpha')) {
122 $action =
'list'; $massaction =
'';
124 if (!
GETPOST(
'confirmmassaction',
'alpha') && $massaction !=
'presend' && $massaction !=
'confirm_presend') {
128 $parameters = array();
129 $reshook = $hookmanager->executeHooks(
'doActions', $parameters, $object, $action);
134 if (empty($reshook)) {
136 if (
GETPOST(
'button_removefilter_x',
'alpha') ||
GETPOST(
'button_removefilter.x',
'alpha') ||
GETPOST(
'button_removefilter',
'alpha')) {
137 $search_societe =
'';
140 $search_invoice =
'';
144 $search_account =
'';
146 $search_date_startday =
'';
147 $search_date_startmonth =
'';
148 $search_date_startyear =
'';
149 $search_date_endday =
'';
150 $search_date_endmonth =
'';
151 $search_date_endyear =
'';
152 $search_date_start =
'';
153 $search_date_end =
'';
154 $search_country =
'';
155 $search_tvaintra =
'';
159 $objectclass =
'AccountingAccount';
160 $permissiontoread = $user->hasRight(
'accounting',
'read');
161 $permissiontodelete = $user->hasRight(
'accounting',
'delete');
162 $uploaddir = $conf->accounting->dir_output;
163 include DOL_DOCUMENT_ROOT.
'/core/actions_massactions.inc.php';
167 if ($massaction ==
'ventil' && $user->rights->accounting->bind->write) {
171 if (!empty($mesCasesCochees)) {
172 $msg =
'<div>'.$langs->trans(
"SelectedLines").
': '.count($mesCasesCochees).
'</div>';
173 $msg .=
'<div class="detail">';
178 foreach ($mesCasesCochees as $maLigneCochee) {
179 $maLigneCourante = explode(
"_", $maLigneCochee);
180 $monId = $maLigneCourante[0];
181 $monCompte =
GETPOST(
'codeventil'.$monId);
183 if ($monCompte <= 0) {
184 $msg .=
'<div><span style="color:red">'.$langs->trans(
"Lineofinvoice").
' '.$monId.
' - '.$langs->trans(
"NoAccountSelected").
'</span></div>';
187 $sql =
" UPDATE ".MAIN_DB_PREFIX.
"facturedet";
188 $sql .=
" SET fk_code_ventilation = ".((int) $monCompte);
189 $sql .=
" WHERE rowid = ".((int) $monId);
192 $accountventilated->fetch($monCompte,
'', 1);
194 dol_syslog(
"accountancy/customer/list.php", LOG_DEBUG);
195 if ($db->query(
$sql)) {
196 $msg .=
'<div><span style="color:green">'.$langs->trans(
"Lineofinvoice").
' '.$monId.
' - '.$langs->trans(
"VentilatedinAccount").
' : '.
length_accountg($accountventilated->account_number).
'</span></div>';
199 $msg .=
'<div><span style="color:red">'.$langs->trans(
"ErrorDB").
' : '.$langs->trans(
"Lineofinvoice").
' '.$monId.
' - '.$langs->trans(
"NotVentilatedinAccount").
' : '.
length_accountg($accountventilated->account_number).
'<br> <pre>'.
$sql.
'</pre></span></div>';
207 $msg .=
'<div>'.$langs->trans(
"EndProcessing").
'</div>';
220 llxHeader(
'', $langs->trans(
"Ventilation"));
222 if (empty($chartaccountcode)) {
223 print $langs->trans(
"ErrorChartOfAccountSystemNotSelected");
231 $sql =
"SELECT f.rowid as facid, f.ref, f.datef, f.type as ftype, f.fk_facture_source,";
232 $sql .=
" l.rowid, l.fk_product, l.description, l.total_ht, l.fk_code_ventilation, l.product_type as type_l, l.tva_tx as tva_tx_line, l.vat_src_code,";
233 $sql .=
" p.rowid as product_id, p.ref as product_ref, p.label as product_label, p.fk_product_type as type, p.tva_tx as tva_tx_prod,";
234 if (!empty($conf->global->MAIN_PRODUCT_PERENTITY_SHARED)) {
235 $sql .=
" ppe.accountancy_code_sell as code_sell, ppe.accountancy_code_sell_intra as code_sell_intra, ppe.accountancy_code_sell_export as code_sell_export,";
236 $sql .=
" ppe.accountancy_code_buy as code_buy, ppe.accountancy_code_buy_intra as code_buy_intra, ppe.accountancy_code_buy_export as code_buy_export,";
238 $sql .=
" p.accountancy_code_sell as code_sell, p.accountancy_code_sell_intra as code_sell_intra, p.accountancy_code_sell_export as code_sell_export,";
239 $sql .=
" p.accountancy_code_buy as code_buy, p.accountancy_code_buy_intra as code_buy_intra, p.accountancy_code_buy_export as code_buy_export,";
241 $sql .=
" p.tosell as status, p.tobuy as status_buy,";
242 $sql .=
" aa.rowid as aarowid, aa2.rowid as aarowid_intra, aa3.rowid as aarowid_export, aa4.rowid as aarowid_thirdparty,";
243 $sql .=
" co.code as country_code, co.label as country_label,";
244 $sql .=
" s.rowid as socid, s.nom as name, s.tva_intra, s.email, s.town, s.zip, s.fk_pays, s.client, s.fournisseur, s.code_client, s.code_fournisseur,";
245 if (!empty($conf->global->MAIN_COMPANY_PERENTITY_SHARED)) {
246 $sql .=
" spe.accountancy_code_customer as code_compta_client,";
247 $sql .=
" spe.accountancy_code_supplier as code_compta_fournisseur,";
248 $sql .=
" spe.accountancy_code_sell as company_code_sell";
250 $sql .=
" s.code_compta as code_compta_client,";
251 $sql .=
" s.code_compta_fournisseur,";
252 $sql .=
" s.accountancy_code_sell as company_code_sell";
254 $parameters = array();
255 $reshook = $hookmanager->executeHooks(
'printFieldListSelect', $parameters);
256 $sql .= $hookmanager->resPrint;
257 $sql .=
" FROM ".MAIN_DB_PREFIX.
"facture as f";
258 $sql .=
" INNER JOIN ".MAIN_DB_PREFIX.
"societe as s ON s.rowid = f.fk_soc";
259 if (!empty($conf->global->MAIN_COMPANY_PERENTITY_SHARED)) {
260 $sql .=
" LEFT JOIN " . MAIN_DB_PREFIX .
"societe_perentity as spe ON spe.fk_soc = s.rowid AND spe.entity = " . ((int) $conf->entity);
262 $sql .=
" LEFT JOIN ".MAIN_DB_PREFIX.
"c_country as co ON co.rowid = s.fk_pays ";
263 $sql .=
" INNER JOIN ".MAIN_DB_PREFIX.
"facturedet as l ON f.rowid = l.fk_facture";
264 $sql .=
" LEFT JOIN ".MAIN_DB_PREFIX.
"product as p ON p.rowid = l.fk_product";
265 if (!empty($conf->global->MAIN_PRODUCT_PERENTITY_SHARED)) {
266 $sql .=
" LEFT JOIN " . MAIN_DB_PREFIX .
"product_perentity as ppe ON ppe.fk_product = p.rowid AND ppe.entity = " . ((int) $conf->entity);
268 $alias_societe_perentity = empty($conf->global->MAIN_COMPANY_PERENTITY_SHARED) ?
"s" :
"spe";
269 $alias_product_perentity = empty($conf->global->MAIN_PRODUCT_PERENTITY_SHARED) ?
"p" :
"ppe";
270 $sql .=
" LEFT JOIN ".MAIN_DB_PREFIX.
"accounting_account as aa ON " . $alias_product_perentity .
".accountancy_code_sell = aa.account_number AND aa.active = 1 AND aa.fk_pcg_version = '".$db->escape($chartaccountcode).
"' AND aa.entity = ".$conf->entity;
271 $sql .=
" LEFT JOIN ".MAIN_DB_PREFIX.
"accounting_account as aa2 ON " . $alias_product_perentity .
".accountancy_code_sell_intra = aa2.account_number AND aa2.active = 1 AND aa2.fk_pcg_version = '".$db->escape($chartaccountcode).
"' AND aa2.entity = ".$conf->entity;
272 $sql .=
" LEFT JOIN ".MAIN_DB_PREFIX.
"accounting_account as aa3 ON " . $alias_product_perentity .
".accountancy_code_sell_export = aa3.account_number AND aa3.active = 1 AND aa3.fk_pcg_version = '".$db->escape($chartaccountcode).
"' AND aa3.entity = ".$conf->entity;
273 $sql .=
" LEFT JOIN ".MAIN_DB_PREFIX.
"accounting_account as aa4 ON " . $alias_societe_perentity .
".accountancy_code_sell = aa4.account_number AND aa4.active = 1 AND aa4.fk_pcg_version = '".$db->escape($chartaccountcode).
"' AND aa4.entity = ".$conf->entity;
275 $sql .=
" WHERE f.fk_statut > 0 AND l.fk_code_ventilation <= 0";
276 $sql .=
" AND l.product_type <= 2";
278 if (!empty($conf->global->ACCOUNTING_DATE_START_BINDING)) {
279 $sql .=
" AND f.datef >= '".$db->idate($conf->global->ACCOUNTING_DATE_START_BINDING).
"'";
282 if ($search_societe) {
285 if ($search_lineid) {
288 if (strlen(trim($search_invoice))) {
291 if (strlen(trim($search_ref))) {
294 if (strlen(trim($search_label))) {
297 if (strlen(trim($search_desc))) {
300 if (strlen(trim($search_amount))) {
303 if (strlen(trim($search_account))) {
306 if (strlen(trim($search_vat))) {
309 if ($search_date_start) {
310 $sql .=
" AND f.datef >= '".$db->idate($search_date_start).
"'";
312 if ($search_date_end) {
313 $sql .=
" AND f.datef <= '".$db->idate($search_date_end).
"'";
315 if (strlen(trim($search_country))) {
317 $country_code_in_EEC = $country_code_in_EEC_without_me =
'';
318 foreach ($arrayofcode as $key => $value) {
319 $country_code_in_EEC .= ($country_code_in_EEC ?
"," :
"").
"'".$value.
"'";
320 if ($value != $mysoc->country_code) {
321 $country_code_in_EEC_without_me .= ($country_code_in_EEC_without_me ?
"," :
"").
"'".$value.
"'";
324 if ($search_country ==
'special_allnotme') {
325 $sql .=
" AND co.code <> '".$db->escape($mysoc->country_code).
"'";
326 } elseif ($search_country ==
'special_eec') {
327 $sql .=
" AND co.code IN (".$db->sanitize($country_code_in_EEC, 1).
")";
328 } elseif ($search_country ==
'special_eecnotme') {
329 $sql .=
" AND co.code IN (".$db->sanitize($country_code_in_EEC_without_me, 1).
")";
330 } elseif ($search_country ==
'special_noteec') {
331 $sql .=
" AND co.code NOT IN (".$db->sanitize($country_code_in_EEC, 1).
")";
336 if (strlen(trim($search_tvaintra))) {
339 if (!empty($conf->global->FACTURE_DEPOSITS_ARE_JUST_PAYMENTS)) {
344 $sql .=
" AND f.entity IN (".getEntity(
'invoice', 0).
")";
347 $parameters = array();
348 $reshook = $hookmanager->executeHooks(
'printFieldListWhere', $parameters);
349 $sql .= $hookmanager->resPrint;
351 $sql .= $db->order($sortfield, $sortorder);
355 if (empty($conf->global->MAIN_DISABLE_FULL_SCANLIST)) {
356 $result = $db->query(
$sql);
364 $sql .= $db->plimit($limit + 1, $offset);
366 dol_syslog(
"accountancy/customer/list.php", LOG_DEBUG);
369 if ($db->type ==
'mysqli') {
370 $db->query(
"SET SQL_BIG_SELECTS=1");
373 $result = $db->query(
$sql);
375 $num_lines = $db->num_rows($result);
378 $arrayofselected = is_array($toselect) ? $toselect : array();
381 if (!empty($contextpage) && $contextpage != $_SERVER[
"PHP_SELF"]) {
382 $param .=
'&contextpage='.urlencode($contextpage);
384 if ($limit > 0 && $limit != $conf->liste_limit) {
385 $param .=
'&limit='.urlencode($limit);
387 if ($search_societe) {
388 $param .=
'&search_societe='.urlencode($search_societe);
390 if ($search_lineid) {
391 $param .=
'&search_lineid='.urlencode($search_lineid);
393 if ($search_date_startday) {
394 $param .=
'&search_date_startday='.urlencode($search_date_startday);
396 if ($search_date_startmonth) {
397 $param .=
'&search_date_startmonth='.urlencode($search_date_startmonth);
399 if ($search_date_startyear) {
400 $param .=
'&search_date_startyear='.urlencode($search_date_startyear);
402 if ($search_date_endday) {
403 $param .=
'&search_date_endday='.urlencode($search_date_endday);
405 if ($search_date_endmonth) {
406 $param .=
'&search_date_endmonth='.urlencode($search_date_endmonth);
408 if ($search_date_endyear) {
409 $param .=
'&search_date_endyear='.urlencode($search_date_endyear);
411 if ($search_invoice) {
412 $param .=
'&search_invoice='.urlencode($search_invoice);
415 $param .=
'&search_ref='.urlencode($search_ref);
418 $param .=
'&search_label='.urlencode($search_label);
421 $param .=
'&search_desc='.urlencode($search_desc);
423 if ($search_amount) {
424 $param .=
'&search_amount='.urlencode($search_amount);
427 $param .=
'&search_vat='.urlencode($search_vat);
429 if ($search_country) {
430 $param .=
"&search_country=".urlencode($search_country);
432 if ($search_tvaintra) {
433 $param .=
"&search_tvaintra=".urlencode($search_tvaintra);
436 $arrayofmassactions = array(
437 'ventil'=>
img_picto(
'',
'check',
'class="pictofixedwidth"').$langs->trans(
"Ventilate")
438 ,
'set_default_account'=>
img_picto(
'',
'check',
'class="pictofixedwidth"').$langs->trans(
"ConfirmPreselectAccount")
444 if ($massaction !==
'set_default_account') {
445 $massactionbutton =
$form->selectMassAction(
'ventil', $arrayofmassactions, 1);
448 print
'<form action="'.$_SERVER[
"PHP_SELF"].
'" method="post">'.
"\n";
449 print
'<input type="hidden" name="action" value="ventil">';
450 if ($optioncss !=
'') {
451 print
'<input type="hidden" name="optioncss" value="'.$optioncss.
'">';
453 print
'<input type="hidden" name="token" value="'.newToken().
'">';
454 print
'<input type="hidden" name="formfilteraction" id="formfilteraction" value="list">';
455 print
'<input type="hidden" name="sortfield" value="'.$sortfield.
'">';
456 print
'<input type="hidden" name="sortorder" value="'.$sortorder.
'">';
457 print
'<input type="hidden" name="page" value="'.$page.
'">';
459 print_barre_liste($langs->trans(
"InvoiceLines"), $page, $_SERVER[
"PHP_SELF"], $param, $sortfield, $sortorder, $massactionbutton, $num_lines,
$nbtotalofrecords,
'title_accountancy', 0,
'',
'', $limit);
461 if ($massaction ==
'set_default_account') {
462 $formquestion[]=array(
'type' =>
'other',
463 'name' =>
'set_default_account',
464 'label' => $langs->trans(
"AccountancyCode"),
465 'value' => $formaccounting->select_account(
'',
'default_account', 1, array(), 0, 0,
'maxwidth200 maxwidthonsmartphone',
'cachewithshowemptyone'));
466 print
$form->formconfirm($_SERVER[
"PHP_SELF"], $langs->trans(
"ConfirmPreselectAccount"), $langs->trans(
"ConfirmPreselectAccountQuestion", count($toselect)),
"confirm_set_default_account", $formquestion, 1, 0, 200, 500, 1);
469 print
'<span class="opacitymedium">'.$langs->trans(
"DescVentilTodoCustomer").
'</span></br><br>';
477 print
'<div class="div-table-responsive">';
478 print
'<table class="tagtable liste'.($moreforfilter ?
" listwithfilterbefore" :
"").
'">'.
"\n";
481 print
'<tr class="liste_titre_filter">';
482 print
'<td class="liste_titre"><input type="text" class="flat maxwidth25" name="search_lineid" value="'.dol_escape_htmltag($search_lineid).
'"></td>';
483 print
'<td class="liste_titre"><input type="text" class="flat maxwidth50" name="search_invoice" value="'.dol_escape_htmltag($search_invoice).
'"></td>';
484 print
'<td class="liste_titre center">';
485 print
'<div class="nowrap">';
486 print
$form->selectDate($search_date_start ? $search_date_start : -1,
'search_date_start', 0, 0, 1,
'', 1, 0, 0,
'',
'',
'',
'', 1,
'', $langs->trans(
'From'));
488 print
'<div class="nowrap">';
489 print
$form->selectDate($search_date_end ? $search_date_end : -1,
'search_date_end', 0, 0, 1,
'', 1, 0, 0,
'',
'',
'',
'', 1,
'', $langs->trans(
'to'));
492 print
'<td class="liste_titre"><input type="text" class="flat maxwidth50" name="search_ref" value="'.dol_escape_htmltag($search_ref).
'"></td>';
493 print
'<td class="liste_titre"><input type="text" class="flat maxwidth100" name="search_desc" value="'.dol_escape_htmltag($search_desc).
'"></td>';
494 print
'<td class="liste_titre right"><input type="text" class="flat maxwidth50 right" name="search_amount" value="'.dol_escape_htmltag($search_amount).
'"></td>';
495 print
'<td class="liste_titre right"><input type="text" class="flat maxwidth50 right" name="search_vat" placeholder="%" size="1" value="'.dol_escape_htmltag($search_vat).
'"></td>';
496 print
'<td class="liste_titre"><input type="text" class="flat maxwidth75imp" name="search_societe" value="'.dol_escape_htmltag($search_societe).
'"></td>';
497 print
'<td class="liste_titre">';
498 print
$form->select_country($search_country,
'search_country',
'', 0,
'maxwidth100',
'code2', 1, 0, 1);
501 print
'<td class="liste_titre"><input type="text" class="flat maxwidth50" name="search_tvaintra" value="'.dol_escape_htmltag($search_tvaintra).
'"></td>';
502 print
'<td class="liste_titre"></td>';
503 print
'<td class="liste_titre"></td>';
504 print
'<td class="center liste_titre">';
505 $searchpicto =
$form->showFilterButtons();
510 print
'<tr class="liste_titre">';
513 print_liste_field_titre(
"Date", $_SERVER[
"PHP_SELF"],
"f.datef, f.ref, l.rowid",
"", $param,
'', $sortfield, $sortorder,
'center ');
516 print_liste_field_titre(
"ProductDescription", $_SERVER[
"PHP_SELF"],
"l.description",
"", $param,
'', $sortfield, $sortorder);
517 print_liste_field_titre(
"Amount", $_SERVER[
"PHP_SELF"],
"l.total_ht",
"", $param,
'', $sortfield, $sortorder,
'right maxwidth50 ');
518 print_liste_field_titre(
"VATRate", $_SERVER[
"PHP_SELF"],
"l.tva_tx",
"", $param,
'', $sortfield, $sortorder,
'right ',
'', 1);
521 print_liste_field_titre(
"VATIntraShort", $_SERVER[
"PHP_SELF"],
"s.tva_intra",
"", $param,
'', $sortfield, $sortorder);
525 if ($massactionbutton) {
526 $checkpicto =
$form->showCheckAddButtons(
'checkforselect', 1);
531 $thirdpartystatic =
new Societe($db);
532 $facture_static =
new Facture($db);
534 $product_static =
new Product($db);
537 $accountingaccount_codetotid_cache = array();
539 while ($i < min($num_lines, $limit)) {
540 $objp = $db->fetch_object($result);
549 $thirdpartystatic->id = $objp->socid;
550 $thirdpartystatic->name = $objp->name;
551 $thirdpartystatic->client = $objp->client;
552 $thirdpartystatic->fournisseur = $objp->fournisseur;
553 $thirdpartystatic->code_client = $objp->code_client;
554 $thirdpartystatic->code_compta = $objp->code_compta_client;
555 $thirdpartystatic->code_compta_client = $objp->code_compta_client;
556 $thirdpartystatic->code_fournisseur = $objp->code_fournisseur;
557 $thirdpartystatic->code_compta_fournisseur = $objp->code_compta_fournisseur;
558 $thirdpartystatic->email = $objp->email;
559 $thirdpartystatic->country_code = $objp->country_code;
560 $thirdpartystatic->tva_intra = $objp->tva_intra;
561 $thirdpartystatic->code_compta_product = $objp->company_code_sell;
563 $product_static->ref = $objp->product_ref;
564 $product_static->id = $objp->product_id;
565 $product_static->type = $objp->type;
566 $product_static->label = $objp->product_label;
567 $product_static->status = $objp->status;
568 $product_static->status_buy = $objp->status_buy;
569 $product_static->accountancy_code_sell = $objp->code_sell;
570 $product_static->accountancy_code_sell_intra = $objp->code_sell_intra;
571 $product_static->accountancy_code_sell_export = $objp->code_sell_export;
572 $product_static->accountancy_code_buy = $objp->code_buy;
573 $product_static->accountancy_code_buy_intra = $objp->code_buy_intra;
574 $product_static->accountancy_code_buy_export = $objp->code_buy_export;
575 $product_static->tva_tx = $objp->tva_tx_prod;
577 $facture_static->ref = $objp->ref;
578 $facture_static->id = $objp->facid;
579 $facture_static->type = $objp->ftype;
580 $facture_static->date = $db->jdate($objp->datef);
581 $facture_static->fk_facture_source = $objp->fk_facture_source;
583 $facture_static_det->id = $objp->rowid;
584 $facture_static_det->total_ht = $objp->total_ht;
585 $facture_static_det->tva_tx = $objp->tva_tx_line;
586 $facture_static_det->vat_src_code = $objp->vat_src_code;
587 $facture_static_det->product_type = $objp->type_l;
588 $facture_static_det->desc = $objp->description;
590 $accountingAccountArray = array(
591 'dom'=>$objp->aarowid,
592 'intra'=>$objp->aarowid_intra,
593 'export'=>$objp->aarowid_export,
594 'thirdparty' =>$objp->aarowid_thirdparty);
596 $code_sell_p_notset =
'';
597 $code_sell_t_notset =
'';
601 $return=$accountingAccount->getAccountingCodeToBind($thirdpartystatic, $mysoc, $product_static, $facture_static, $facture_static_det, $accountingAccountArray,
'customer');
602 if (!is_array($return) && $return<0) {
605 $suggestedid=$return[
'suggestedid'];
606 $suggestedaccountingaccountfor=$return[
'suggestedaccountingaccountfor'];
607 $suggestedaccountingaccountbydefaultfor=$return[
'suggestedaccountingaccountbydefaultfor'];
608 $code_sell_l=$return[
'code_l'];
609 $code_sell_p=$return[
'code_p'];
610 $code_sell_t=$return[
'code_t'];
614 if (!empty($code_sell_p)) {
617 $code_sell_p_notset =
'color:orange';
619 if (empty($code_sell_l) && empty($code_sell_p)) {
620 $code_sell_p_notset =
'color:red';
622 if ($suggestedaccountingaccountfor ==
'eecwithoutvatnumber' && empty($code_sell_p_notset)) {
623 $code_sell_p_notset =
'color:orange';
631 print
'<tr class="oddeven">';
634 print
'<td>'.$facture_static_det->id.
'</td>';
637 print
'<td class="nowraponall">'.$facture_static->getNomUrl(1).
'</td>';
639 print
'<td class="center">'.dol_print_date($facture_static->date,
'day').
'</td>';
642 print
'<td class="tdoverflowmax100">';
643 if ($product_static->id > 0) {
644 print $product_static->getNomUrl(1);
646 if ($product_static->label) {
647 print
'<br><span class="opacitymedium small">'.dol_escape_htmltag($product_static->label).
'</span>';
652 print
'<td class="tdoverflowonsmartphone small">';
654 $trunclength = empty($conf->global->ACCOUNTING_LENGTH_DESCRIPTION) ? 32 : $conf->global->ACCOUNTING_LENGTH_DESCRIPTION;
655 print
$form->textwithtooltip(
dol_trunc($text, $trunclength), $facture_static_det->desc);
658 print
'<td class="right nowraponall amount">';
659 print
price($objp->total_ht);
663 $code_vat_differ =
'';
664 if ($product_static->tva_tx !== $facture_static_det->tva_tx &&
price2num($product_static->tva_tx) &&
price2num($facture_static_det->tva_tx)) {
665 $code_vat_differ =
'warning bold';
667 print
'<td class="right'.($code_vat_differ?
' '.$code_vat_differ:
'').
'">';
668 print
vatrate($facture_static_det->tva_tx.($facture_static_det->vat_src_code ?
' ('.$facture_static_det->vat_src_code.
')' :
''));
672 print
'<td class="tdoverflowmax100">'.$thirdpartystatic->getNomUrl(1,
'customer').
'</td>';
675 $labelcountry = ($objp->country_code && ($langs->trans(
"Country".$objp->country_code) !=
"Country".$objp->country_code)) ? $langs->trans(
"Country".$objp->country_code) : $objp->country_label;
676 print
'<td class="tdoverflowmax100" title="'.dol_escape_htmltag($labelcountry).
'">';
681 print
'<td class="tdoverflowmax80" title="'.dol_escape_htmltag($objp->tva_intra).
'">'.
dol_escape_htmltag($objp->tva_intra).
'</td>';
684 print
'<td class="small">';
686 $s =
'1. '.(($facture_static_det->product_type == 1) ? $langs->trans(
"DefaultForService") : $langs->trans(
"DefaultForProduct")).
': ';
687 $shelp =
''; $ttype =
'help';
688 if ($suggestedaccountingaccountbydefaultfor ==
'eec') {
689 $shelp .= $langs->trans(
"SaleEEC");
690 } elseif ($suggestedaccountingaccountbydefaultfor ==
'eecwithvat') {
691 $shelp = $langs->trans(
"SaleEECWithVAT");
692 } elseif ($suggestedaccountingaccountbydefaultfor ==
'eecwithoutvatnumber') {
693 $shelp = $langs->trans(
"SaleEECWithoutVATNumber");
695 } elseif ($suggestedaccountingaccountbydefaultfor ==
'export') {
696 $shelp .= $langs->trans(
"SaleExport");
698 $s .= ($code_sell_l > 0 ?
length_accountg($code_sell_l) :
'<span style="'.$code_sell_p_notset.
'">'.$langs->trans(
"NotDefined").
'</span>');
699 print
$form->textwithpicto($s, $shelp, 1, $ttype,
'', 0, 2,
'', 1);
701 if ($product_static->id > 0) {
703 $s =
'2. '.(($facture_static_det->product_type == 1) ? $langs->trans(
"ThisService") : $langs->trans(
"ThisProduct")).
': ';
704 $shelp =
''; $ttype =
'help';
705 if ($suggestedaccountingaccountfor ==
'eec') {
706 $shelp = $langs->trans(
"SaleEEC");
707 } elseif ($suggestedaccountingaccountfor ==
'eecwithvat') {
708 $shelp = $langs->trans(
"SaleEECWithVAT");
709 } elseif ($suggestedaccountingaccountfor ==
'eecwithoutvatnumber') {
710 $shelp = $langs->trans(
"SaleEECWithoutVATNumber");
712 } elseif ($suggestedaccountingaccountfor ==
'export') {
713 $shelp = $langs->trans(
"SaleExport");
715 $s .= (empty($code_sell_p) ?
'<span style="'.$code_sell_p_notset.
'">'.$langs->trans(
"NotDefined").
'</span>' :
length_accountg($code_sell_p));
716 print
$form->textwithpicto($s, $shelp, 1, $ttype,
'', 0, 2,
'', 1);
719 $s =
'2. '.(($objp->type_l == 1) ? $langs->trans(
"ThisService") : $langs->trans(
"ThisProduct")).
': ';
721 $s .= $langs->trans(
"NotDefined");
722 print
$form->textwithpicto($s, $shelp, 1,
'help',
'', 0, 2,
'', 1);
724 if (!empty($conf->global->ACCOUNTANCY_USE_PRODUCT_ACCOUNT_ON_THIRDPARTY)) {
726 $s =
'3. '.(($facture_static_det->product_type == 1) ? $langs->trans(
"ServiceForThisThirdparty") : $langs->trans(
"ProductForThisThirdparty")).
': ';
728 $s .= ($code_sell_t > 0 ?
length_accountg($code_sell_t) :
'<span style="'.$code_sell_t_notset.
'">'.$langs->trans(
"NotDefined").
'</span>');
729 print
$form->textwithpicto($s, $shelp, 1,
'help',
'', 0, 2,
'', 1);
735 print $formaccounting->select_account(($default_account > 0 && $confirm ===
'yes' && in_array($objp->rowid.
"_".$i, $toselect)) ? $default_account : $suggestedid,
'codeventil'.$facture_static_det->id, 1, array(), 0, 0,
'codeventil maxwidth150 maxwidthonsmartphone',
'cachewithshowemptyone');
739 print
'<td class="center">';
741 if (!empty($suggestedid) && $suggestedaccountingaccountfor !=
'' && $suggestedaccountingaccountfor !=
'eecwithoutvatnumber') {
745 if (!empty($toselect)) {
747 if (in_array($objp->rowid.
"_".$i, $toselect)) {
752 print
'<input type="checkbox" class="flat checkforselect checkforselect'.$facture_static_det->id.
'" name="toselect[]" value="'.$facture_static_det->id.
"_".$i.
'"'.($ischecked ?
" checked" :
"").
'/>';
758 if ($num_lines == 0) {
759 print
'<tr><td colspan="13"><span class="opacitymedium">'.$langs->trans(
"NoRecordFound").
'</span></td></tr>';
769 if ($db->type ==
'mysqli') {
770 $db->query(
"SET SQL_BIG_SELECTS=0");
774 print
'<script type="text/javascript">
775 jQuery(document).ready(function() {
776 jQuery(".codeventil").change(function() {
777 var s=$(this).attr("id").replace("codeventil", "")
778 console.log(s+" "+$(this).val());
779 if ($(this).val() == -1) jQuery(".checkforselect"+s).prop("checked", false);
780 else jQuery(".checkforselect"+s).prop("checked", true);