/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/boxes/ |
H A D | box_factures_fourn_imp.php | 77 $facturestatic = new FactureFournisseur($this->db); 128 $facturestatic->id = $objp->facid; 129 $facturestatic->ref = $objp->ref; 130 $facturestatic->total_ht = $objp->total_ht; 131 $facturestatic->total_tva = $objp->total_tva; 132 $facturestatic->total_ttc = $objp->total_ttc; 133 $facturestatic->date_echeance = $datelimite; 134 $facturestatic->statut = $objp->status; 135 $facturestatic->status = $objp->status; 152 if ($facturestatic->hasDelay()) { [all …]
|
H A D | box_factures_fourn.php | 80 $facturestatic = new FactureFournisseur($this->db); 135 $facturestatic->id = $objp->facid; 136 $facturestatic->ref = $objp->ref; 137 $facturestatic->total_ht = $objp->total_ht; 138 $facturestatic->total_tva = $objp->total_tva; 139 $facturestatic->total_ttc = $objp->total_ttc; 140 $facturestatic->date_echeance = $datelimite; 141 $facturestatic->statut = $objp->status; 142 $facturestatic->status = $objp->status; 161 if ($facturestatic->hasDelay()) { [all …]
|
H A D | box_factures_imp.php | 82 $facturestatic = new Facture($this->db); 138 $facturestatic->id = $objp->facid; 139 $facturestatic->ref = $objp->ref; 140 $facturestatic->type = $objp->type; 141 $facturestatic->total_ht = $objp->total_ht; 142 $facturestatic->total_tva = $objp->total_tva; 144 $facturestatic->statut = $objp->status; 145 $facturestatic->status = $objp->status; 147 $facturestatic->alreadypaid = $objp->paye; 167 if ($facturestatic->hasDelay()) { [all …]
|
H A D | box_factures.php | 79 $facturestatic = new Facture($this->db); 136 $facturestatic->id = $objp->facid; 137 $facturestatic->ref = $objp->ref; 138 $facturestatic->type = $objp->type; 139 $facturestatic->total_ht = $objp->total_ht; 140 $facturestatic->total_tva = $objp->total_tva; 142 $facturestatic->statut = $objp->status; 143 $facturestatic->status = $objp->status; 145 $facturestatic->alreadypaid = $objp->paye; 165 if ($facturestatic->hasDelay()) { [all …]
|
H A D | box_activity.php | 283 $facturestatic = new Facture($this->db); 335 …'tooltip' => $langs->trans('Bills').' '.$facturestatic->LibStatut(1, $data[$j]->fk_statut, 0), 342 …'text' => $langs->trans("Bills")." ".$facturestatic->LibStatut(1, $data[$j]->fk_statut, 0)." … 347 …'tooltip' => $langs->trans('Bills').' '.$facturestatic->LibStatut(1, $data[$j]->fk_statut, 0), 362 'text' => $facturestatic->LibStatut(1, $data[$j]->fk_statut, 3), 418 …'tooltip' => $langs->trans('Bills').' '.$facturestatic->LibStatut(0, $data[$j]->fk_statut, 0), 425 … 'text' => $langs->trans("Bills")." ".$facturestatic->LibStatut(0, $data[$j]->fk_statut, 0), 431 …'tooltip' => $langs->trans('Bills').' '.$facturestatic->LibStatut(0, $data[$j]->fk_statut, 0), 441 'text' => $facturestatic->LibStatut(0, $data[$j]->fk_statut, 3, $alreadypaid),
|
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/boxes/ |
H A D | box_factures_imp.php | 82 $facturestatic = new Facture($this->db); 133 $facturestatic->id = $objp->facid; 134 $facturestatic->ref = $objp->ref; 135 $facturestatic->type = $objp->type; 136 $facturestatic->total_ht = $objp->total_ht; 137 $facturestatic->total_tva = $objp->total_tva; 139 $facturestatic->statut = $objp->status; 140 $facturestatic->status = $objp->status; 142 $facturestatic->alreadypaid = $objp->paye; 162 if ($facturestatic->hasDelay()) { [all …]
|
H A D | box_factures.php | 79 $facturestatic = new Facture($this->db); 128 $facturestatic->id = $objp->facid; 129 $facturestatic->ref = $objp->ref; 130 $facturestatic->type = $objp->type; 131 $facturestatic->total_ht = $objp->total_ht; 132 $facturestatic->total_tva = $objp->total_tva; 134 $facturestatic->statut = $objp->status; 135 $facturestatic->status = $objp->status; 137 $facturestatic->alreadypaid = $objp->paye; 157 if ($facturestatic->hasDelay()) { [all …]
|
H A D | box_factures_fourn.php | 80 $facturestatic = new FactureFournisseur($this->db); 128 $facturestatic->id = $objp->facid; 129 $facturestatic->ref = $objp->ref; 130 $facturestatic->total_ht = $objp->total_ht; 131 $facturestatic->total_tva = $objp->total_tva; 132 $facturestatic->total_ttc = $objp->total_ttc; 133 $facturestatic->date_echeance = $datelimite; 134 $facturestatic->statut = $objp->status; 135 $facturestatic->status = $objp->status; 150 if ($facturestatic->hasDelay()) { [all …]
|
H A D | box_factures_fourn_imp.php | 77 $facturestatic = new FactureFournisseur($this->db); 125 $facturestatic->id = $objp->facid; 126 $facturestatic->ref = $objp->ref; 127 $facturestatic->total_ht = $objp->total_ht; 128 $facturestatic->total_tva = $objp->total_tva; 129 $facturestatic->total_ttc = $objp->total_ttc; 130 $facturestatic->date_echeance = $datelimite; 131 $facturestatic->statut = $objp->status; 132 $facturestatic->status = $objp->status; 145 if ($facturestatic->hasDelay()) { [all …]
|
H A D | box_activity.php | 275 $facturestatic = new Facture($this->db); 322 …'tooltip' => $langs->trans('Bills').' '.$facturestatic->LibStatut(1, $data[$j]->fk_statut, 0), 329 …'text' => $langs->trans("Bills")." ".$facturestatic->LibStatut(1, $data[$j]->fk_statut, 0)." … 334 …'tooltip' => $langs->trans('Bills').' '.$facturestatic->LibStatut(1, $data[$j]->fk_statut, 0), 349 'text' => $facturestatic->LibStatut(1, $data[$j]->fk_statut, 3), 404 …'tooltip' => $langs->trans('Bills').' '.$facturestatic->LibStatut(0, $data[$j]->fk_statut, 0), 411 … 'text' => $langs->trans("Bills")." ".$facturestatic->LibStatut(0, $data[$j]->fk_statut, 0), 417 …'tooltip' => $langs->trans('Bills').' '.$facturestatic->LibStatut(0, $data[$j]->fk_statut, 0), 427 'text' => $facturestatic->LibStatut(0, $data[$j]->fk_statut, 3, $alreadypaid),
|
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/compta/facture/ |
H A D | list.php | 447 $facturestatic = new Facture($db); variable 1208 $facturestatic->id = $obj->id; 1209 $facturestatic->ref = $obj->ref; 1211 $facturestatic->type = $obj->type; 1220 $facturestatic->statut = $obj->fk_statut; 1223 $facturestatic->paye = $obj->paye; 1224 $facturestatic->fk_soc = $obj->fk_soc; 1281 $facturestatic->alreadypaid = $paiement; 1285 $facturestatic->fetch_lines(); 1341 print $facturestatic->getLibType(); [all …]
|
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/compta/facture/ |
H A D | list.php | 479 $facturestatic = new Facture($db); variable 1537 $facturestatic->id = $obj->id; 1538 $facturestatic->ref = $obj->ref; 1540 $facturestatic->type = $obj->type; 1549 $facturestatic->statut = $obj->fk_statut; 1552 $facturestatic->paye = $obj->paye; 1553 $facturestatic->fk_soc = $obj->fk_soc; 1614 $facturestatic->alreadypaid = $paiement; 1618 $facturestatic->fetch_lines(); 1673 print $facturestatic->getLibType(); [all …]
|
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/fourn/paiement/ |
H A D | card.php | 296 $facturestatic = new FactureFournisseur($db); variable 302 $facturestatic->id = $objp->facid; 303 $facturestatic->ref = ($objp->ref ? $objp->ref : $objp->rowid); 304 $facturestatic->date = $db->jdate($objp->date); 305 $facturestatic->type = $objp->type; 306 $facturestatic->total_ht = $objp->total_ht; 307 $facturestatic->total_tva = $objp->total_tva; 308 $facturestatic->total_ttc = $objp->total_ttc; 309 $facturestatic->statut = $objp->status; 310 $facturestatic->alreadypaid = -1; // unknown [all …]
|
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/fourn/paiement/ |
H A D | card.php | 281 $facturestatic = new FactureFournisseur($db); variable 286 $facturestatic->id = $objp->facid; 287 $facturestatic->ref = ($objp->ref ? $objp->ref : $objp->rowid); 288 $facturestatic->date = $db->jdate($objp->date); 289 $facturestatic->type = $objp->type; 290 $facturestatic->total_ht = $objp->total_ht; 291 $facturestatic->total_tva = $objp->total_tva; 292 $facturestatic->total_ttc = $objp->total_ttc; 293 $facturestatic->statut = $objp->status; 294 $facturestatic->alreadypaid = -1; // unknown [all …]
|
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/fourn/facture/ |
H A D | list.php | 370 $facturestatic = new FactureFournisseur($db); variable 1055 $facturestatic->id = $obj->facid; 1056 $facturestatic->ref = $obj->ref; 1057 $facturestatic->type = $obj->type; 1060 $facturestatic->statut = $obj->fk_statut; 1092 $facturestatic->paye = $obj->paye; 1093 $facturestatic->statut = $obj->fk_statut; 1094 $facturestatic->type = $obj->type; 1099 if ($facturestatic->isCreditNoteUsed()) { 1137 print $facturestatic->getLibType(); [all …]
|
H A D | impayees.php | 85 $facturestatic = new FactureFournisseur($db); variable 233 $facturestatic->statut = $objp->fk_statut; 234 $facturestatic->date_echeance = $db->jdate($objp->datelimite); 242 $facturestatic->id = $objp->facid; 243 $facturestatic->ref = $objp->ref; 244 print $facturestatic->getNomUrl(1); 251 if ($facturestatic->hasDelay()) { 268 print $facturestatic->LibStatut($objp->paye, $objp->fk_statut, 5, $objp->am);
|
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/fourn/facture/ |
H A D | list.php | 400 $facturestatic = new FactureFournisseur($db); variable 1319 $facturestatic->id = $obj->facid; 1320 $facturestatic->ref = $obj->ref; 1321 $facturestatic->type = $obj->type; 1324 $facturestatic->statut = $obj->fk_statut; 1356 $facturestatic->paye = $obj->paye; 1357 $facturestatic->statut = $obj->fk_statut; 1358 $facturestatic->type = $obj->type; 1363 if ($facturestatic->isCreditNoteUsed()) { 1402 print $facturestatic->getLibType(); [all …]
|
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/comm/ |
H A D | remx.php | 229 $facturestatic = new Facture($db); variable 471 $facturestatic->id = $obj->fk_facture_source; 472 $facturestatic->ref = $obj->ref; 473 $facturestatic->type = $obj->type; 480 $facturestatic->ref = $obj->ref; 481 $facturestatic->type = $obj->type; 488 $facturestatic->ref = $obj->ref; 489 $facturestatic->type = $obj->type; 823 $facturestatic->type = $obj->type; 831 $facturestatic->type = $obj->type; [all …]
|
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/comm/ |
H A D | remx.php | 220 $facturestatic = new Facture($db); variable 451 $facturestatic->id = $obj->fk_facture_source; 452 $facturestatic->ref = $obj->ref; 453 $facturestatic->type = $obj->type; 459 $facturestatic->ref = $obj->ref; 460 $facturestatic->type = $obj->type; 466 $facturestatic->ref = $obj->ref; 467 $facturestatic->type = $obj->type; 784 $facturestatic->type = $obj->type; 791 $facturestatic->type = $obj->type; [all …]
|
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/compta/bank/ |
H A D | treso.php | 64 $facturestatic = new Facture($db); variable 242 $facturestatic->ref = $obj->ref; 243 $facturestatic->id = $obj->objid; 244 $facturestatic->type = $obj->type; 245 $ref = $facturestatic->getNomUrl(1, ''); 251 $totalpayment = $facturestatic->getSommePaiement(); // Payment already done 252 $totalpayment += $facturestatic->getSumDepositsUsed(); 253 $totalpayment += $facturestatic->getSumCreditNotesUsed();
|
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/compta/bank/ |
H A D | treso.php | 66 $facturestatic = new Facture($db); variable 250 $facturestatic->ref = $tmpobj->ref; 251 $facturestatic->id = $tmpobj->objid; 252 $facturestatic->type = $tmpobj->type; 253 $ref = $facturestatic->getNomUrl(1, ''); 259 $totalpayment = $facturestatic->getSommePaiement(); // Payment already done 260 $totalpayment += $facturestatic->getSumDepositsUsed(); 261 $totalpayment += $facturestatic->getSumCreditNotesUsed();
|
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/fourn/ |
H A D | index.php | 44 $facturestatic = new FactureFournisseur($db); variable 186 $facturestatic->ref = $obj->ref; 187 $facturestatic->id = $obj->rowid; 188 $facturestatic->type = $obj->type; 189 print $facturestatic->getNomUrl(1, '');
|
H A D | card.php | 717 $facturestatic = new FactureFournisseur($db); variable 754 $facturestatic->id = $obj->rowid; 755 $facturestatic->ref = ($obj->ref ? $obj->ref : $obj->rowid); 756 $facturestatic->ref_supplier = $obj->ref_supplier; 757 $facturestatic->libelle = $obj->label; // deprecated 758 $facturestatic->label = $obj->label; 759 $facturestatic->total_ht = $obj->total_ht; 760 $facturestatic->total_tva = $obj->total_tva; 761 $facturestatic->total_ttc = $obj->total_ttc; 762 print $facturestatic->getNomUrl(1); [all …]
|
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/fourn/ |
H A D | index.php | 46 $facturestatic = new FactureFournisseur($db); variable 193 $facturestatic->ref = $obj->ref; 194 $facturestatic->id = $obj->rowid; 195 $facturestatic->type = $obj->type; 196 print $facturestatic->getNomUrl(1, '');
|
H A D | card.php | 753 $facturestatic = new FactureFournisseur($db); variable 786 $facturestatic->id = $obj->rowid; 787 $facturestatic->ref = ($obj->ref ? $obj->ref : $obj->rowid); 788 $facturestatic->ref_supplier = $obj->ref_supplier; 789 $facturestatic->libelle = $obj->label; // deprecated 790 $facturestatic->label = $obj->label; 791 $facturestatic->total_ht = $obj->total_ht; 792 $facturestatic->total_tva = $obj->total_tva; 793 $facturestatic->total_ttc = $obj->total_ttc; 794 print $facturestatic->getNomUrl(1); [all …]
|