Home
last modified time | relevance | path

Searched refs:facturefournstatic (Results 1 – 4 of 4) sorted by relevance

/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/comm/
H A Dremx.php230 $facturefournstatic = new FactureFournisseur($db); variable
620 $facturefournstatic->ref = $obj->ref;
621 $facturefournstatic->type = $obj->type;
628 $facturefournstatic->ref = $obj->ref;
629 $facturefournstatic->type = $obj->type;
636 $facturefournstatic->ref = $obj->ref;
637 $facturefournstatic->type = $obj->type;
992 $facturefournstatic->ref = $obj->invoice_source_ref;
993 $facturefournstatic->type = $obj->type;
1001 $facturefournstatic->type = $obj->type;
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/comm/
H A Dremx.php221 $facturefournstatic = new FactureFournisseur($db); variable
591 $facturefournstatic->ref = $obj->ref;
592 $facturefournstatic->type = $obj->type;
598 $facturefournstatic->ref = $obj->ref;
599 $facturefournstatic->type = $obj->type;
605 $facturefournstatic->ref = $obj->ref;
606 $facturefournstatic->type = $obj->type;
944 $facturefournstatic->ref = $obj->invoice_source_ref;
945 $facturefournstatic->type = $obj->type;
952 $facturefournstatic->type = $obj->type;
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/compta/bank/
H A Dtreso.php65 $facturefournstatic = new FactureFournisseur($db); variable
228 $facturefournstatic->ref = $ref;
229 $facturefournstatic->id = $obj->objid;
230 $facturefournstatic->type = $obj->type;
231 $ref = $facturefournstatic->getNomUrl(1, '');
237 $totalpayment = -1 * $facturefournstatic->getSommePaiement(); // Payment already done
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/compta/bank/
H A Dtreso.php67 $facturefournstatic = new FactureFournisseur($db); variable
237 $facturefournstatic->ref = $ref;
238 $facturefournstatic->id = $tmpobj->objid;
239 $facturefournstatic->type = $tmpobj->type;
240 $ref = $facturefournstatic->getNomUrl(1, '');
246 $totalpayment = -1 * $facturefournstatic->getSommePaiement(); // Payment already done