Home
last modified time | relevance | path

Searched refs:datapriceofproduct (Results 1 – 6 of 6) sorted by relevance

/dports/www/dolibarr/dolibarr-14.0.3/htdocs/takepos/
H A Dinvoice.php504 $datapriceofproduct = $prod->getSellPrice($mysoc, $customer, 0); variable
506 $price = $datapriceofproduct['pu_ht'];
507 $price_ttc = $datapriceofproduct['pu_ttc'];
509 $price_base_type = $datapriceofproduct['price_base_type'];
510 $tva_tx = $datapriceofproduct['tva_tx'];
511 $tva_npr = $datapriceofproduct['tva_npr'];
664 $datapriceofproduct = $prod->getSellPrice($mysoc, $customer, 0); variable
665 $price_min = $datapriceofproduct['price_min'];
696 $datapriceofproduct = $prod->getSellPrice($mysoc, $customer, 0); variable
697 $price_min = $datapriceofproduct['price_min'];
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/takepos/
H A Dinvoice.php476 $datapriceofproduct = $prod->getSellPrice($mysoc, $customer, 0); variable
478 $price = $datapriceofproduct['pu_ht'];
479 $price_ttc = $datapriceofproduct['pu_ttc'];
481 $price_base_type = $datapriceofproduct['price_base_type'];
482 $tva_tx = $datapriceofproduct['tva_tx'];
483 $tva_npr = $datapriceofproduct['tva_npr'];
639 $datapriceofproduct = $prod->getSellPrice($mysoc, $customer, 0); variable
640 $price_min = $datapriceofproduct['price_min'];
663 $datapriceofproduct = $prod->getSellPrice($mysoc, $customer, 0); variable
664 $price_min = $datapriceofproduct['price_min'];
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/compta/facture/
H A Dcard-rec.php533 $datapriceofproduct = $prod->getSellPrice($mysoc, $object->thirdparty, $pqp); variable
535 $pu_ht = $datapriceofproduct['pu_ht'];
536 $pu_ttc = $datapriceofproduct['pu_ttc'];
537 $price_min = $datapriceofproduct['price_min'];
538 $price_base_type = $datapriceofproduct['price_base_type'];
539 $tva_tx = $datapriceofproduct['tva_tx'];
540 $tva_npr = $datapriceofproduct['tva_npr'];
H A Dcard.php2020 $datapriceofproduct = $prod->getSellPrice($mysoc, $object->thirdparty, $pqp); variable
2022 $pu_ht = $datapriceofproduct['pu_ht'];
2023 $pu_ttc = $datapriceofproduct['pu_ttc'];
2024 $price_min = $datapriceofproduct['price_min'];
2025 $price_base_type = $datapriceofproduct['price_base_type'];
2026 $tva_tx = $datapriceofproduct['tva_tx'];
2027 $tva_npr = $datapriceofproduct['tva_npr'];
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/compta/facture/
H A Dcard-rec.php514 $datapriceofproduct = $prod->getSellPrice($mysoc, $object->thirdparty, $pqp); variable
516 $pu_ht = $datapriceofproduct['pu_ht'];
517 $pu_ttc = $datapriceofproduct['pu_ttc'];
518 $price_min = $datapriceofproduct['price_min'];
519 $price_base_type = $datapriceofproduct['price_base_type'];
520 $tva_tx = $datapriceofproduct['tva_tx'];
521 $tva_npr = $datapriceofproduct['tva_npr'];
H A Dcard.php2090 $datapriceofproduct = $prod->getSellPrice($mysoc, $object->thirdparty, $pqp); variable
2092 $pu_ht = $datapriceofproduct['pu_ht'];
2093 $pu_ttc = $datapriceofproduct['pu_ttc'];
2094 $price_min = $datapriceofproduct['price_min'];
2095 $price_base_type = $datapriceofproduct['price_base_type'];
2096 $tva_tx = $datapriceofproduct['tva_tx'];
2097 $tva_npr = $datapriceofproduct['tva_npr'];