Home
last modified time | relevance | path

Searched refs:filtercreditnote (Results 1 – 20 of 20) sorted by relevance

/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/compta/facture/
H A Dprelevement.php179 …$filtercreditnote = "fk_invoice_supplier_source IS NOT NULL"; // If we want deposit to be substrac… variable
182 …$filtercreditnote = "fk_invoice_supplier_source IS NOT NULL AND (description NOT LIKE '(DEPOSIT)%'… variable
186 $absolute_creditnote = $object->thirdparty->getAvailableDiscounts('', $filtercreditnote, 0, 1);
192 …$filtercreditnote = "fk_facture_source IS NOT NULL"; // If we want deposit to be substracted to pa… variable
195 …$filtercreditnote = "fk_facture_source IS NOT NULL AND (description NOT LIKE '(DEPOSIT)%' OR descr… variable
199 $absolute_creditnote = $object->thirdparty->getAvailableDiscounts('', $filtercreditnote);
H A Dcard.php3697 …$filtercreditnote = "fk_facture_source IS NOT NULL"; // If we want deposit to be substracted to pa… variable
3700 …$filtercreditnote = "fk_facture_source IS NOT NULL AND (description NOT LIKE '(DEPOSIT)%' OR descr… variable
3704 $absolute_creditnote = $soc->getAvailableDiscounts('', $filtercreditnote);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/compta/facture/
H A Dprelevement.php173 …$filtercreditnote = "fk_invoice_supplier_source IS NOT NULL"; // If we want deposit to be substrac… variable
176 …$filtercreditnote = "fk_invoice_supplier_source IS NOT NULL AND (description NOT LIKE '(DEPOSIT)%'… variable
180 $absolute_creditnote = $object->thirdparty->getAvailableDiscounts('', $filtercreditnote, 0, 1);
186 …$filtercreditnote = "fk_facture_source IS NOT NULL"; // If we want deposit to be substracted to pa… variable
189 …$filtercreditnote = "fk_facture_source IS NOT NULL AND (description NOT LIKE '(DEPOSIT)%' OR descr… variable
193 $absolute_creditnote = $object->thirdparty->getAvailableDiscounts('', $filtercreditnote);
H A Dcard.php3864 …$filtercreditnote = "fk_facture_source IS NOT NULL"; // If we want deposit to be substracted to pa… variable
3867 …$filtercreditnote = "fk_facture_source IS NOT NULL AND (description NOT LIKE '(DEPOSIT)%' OR descr… variable
3871 $absolute_creditnote = $soc->getAvailableDiscounts('', $filtercreditnote);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/tpl/
H A Dobject_discounts.tpl.php100 …0, 'remise_id_for_payment', $thirdparty->id, $absolute_creditnote, $filtercreditnote, 0, $more, 0,…
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/tpl/
H A Dobject_discounts.tpl.php103 …0, 'remise_id_for_payment', $thirdparty->id, $absolute_creditnote, $filtercreditnote, 0, $more, 0,…
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/expedition/
H A Dshipment.php333 …$filtercreditnote = "fk_facture_source IS NOT NULL"; // If we want deposit to be substracted to pa… variable
336 …$filtercreditnote = "fk_facture_source IS NOT NULL AND (description NOT LIKE '(DEPOSIT)%' OR descr… variable
342 $absolute_creditnote = $soc->getAvailableDiscounts('', $filtercreditnote);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/expedition/
H A Dshipment.php336 …$filtercreditnote = "fk_facture_source IS NOT NULL"; // If we want deposit to be substracted to pa… variable
339 …$filtercreditnote = "fk_facture_source IS NOT NULL AND (description NOT LIKE '(DEPOSIT)%' OR descr… variable
345 $absolute_creditnote = $soc->getAvailableDiscounts('', $filtercreditnote);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/societe/class/
H A Dapi_thirdparties.class.php1870 …$filtercreditnote = "fk_facture_source IS NOT NULL"; // If we want deposit to be substracted to pa…
1873 …$filtercreditnote = "fk_facture_source IS NOT NULL AND (description NOT LIKE '(DEPOSIT)%' OR descr…
1877 $absolute_creditnote = $this->company->getAvailableDiscounts('', $filtercreditnote);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/societe/class/
H A Dapi_thirdparties.class.php1833 …$filtercreditnote = "fk_facture_source IS NOT NULL"; // If we want deposit to be substracted to pa…
1836 …$filtercreditnote = "fk_facture_source IS NOT NULL AND (description NOT LIKE '(DEPOSIT)%' OR descr…
1840 $absolute_creditnote = $this->company->getAvailableDiscounts('', $filtercreditnote);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/supplier_proposal/
H A Dcard.php1516 …$filtercreditnote = "fk_invoice_supplier_source IS NOT NULL"; // If we want deposit to be substrac… variable
1519 …$filtercreditnote = "fk_invoice_supplier_source IS NOT NULL AND (description NOT LIKE '(DEPOSIT)%'… variable
1525 $absolute_creditnote = $soc->getAvailableDiscounts('', $filtercreditnote, 0, 1);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/supplier_proposal/
H A Dcard.php1494 …$filtercreditnote = "fk_invoice_supplier_source IS NOT NULL"; // If we want deposit to be substrac… variable
1497 …$filtercreditnote = "fk_invoice_supplier_source IS NOT NULL AND (description NOT LIKE '(DEPOSIT)%'… variable
1503 $absolute_creditnote = $soc->getAvailableDiscounts('', $filtercreditnote, 0, 1);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/fourn/commande/
H A Dcard.php2029 …$filtercreditnote = "fk_invoice_supplier_source IS NOT NULL"; // If we want deposit to be substrac… variable
2032 …$filtercreditnote = "fk_invoice_supplier_source IS NOT NULL AND (description NOT LIKE '(DEPOSIT)%'… variable
2036 $absolute_creditnote = $societe->getAvailableDiscounts('', $filtercreditnote, 0, 1);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/fourn/commande/
H A Dcard.php2028 …$filtercreditnote = "fk_invoice_supplier_source IS NOT NULL"; // If we want deposit to be substrac… variable
2031 …$filtercreditnote = "fk_invoice_supplier_source IS NOT NULL AND (description NOT LIKE '(DEPOSIT)%'… variable
2035 $absolute_creditnote = $societe->getAvailableDiscounts('', $filtercreditnote, 0, 1);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/comm/propal/
H A Dcard.php1983 …$filtercreditnote = "fk_facture_source IS NOT NULL"; // If we want deposit to be substracted to pa… variable
1986 …$filtercreditnote = "fk_facture_source IS NOT NULL AND (description NOT LIKE '(DEPOSIT)%' OR descr… variable
1992 $absolute_creditnote = $soc->getAvailableDiscounts('', $filtercreditnote);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/commande/
H A Dcard.php2086 …$filtercreditnote = "fk_facture_source IS NOT NULL"; // If we want deposit to be substracted to pa… variable
2089 …$filtercreditnote = "fk_facture_source IS NOT NULL AND (description NOT LIKE '(DEPOSIT)%' OR descr… variable
2099 $absolute_creditnote = $soc->getAvailableDiscounts('', $filtercreditnote);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/comm/propal/
H A Dcard.php2042 …$filtercreditnote = "fk_facture_source IS NOT NULL"; // If we want deposit to be substracted to pa… variable
2045 …$filtercreditnote = "fk_facture_source IS NOT NULL AND (description NOT LIKE '(DEPOSIT)%' OR descr… variable
2051 $absolute_creditnote = $soc->getAvailableDiscounts('', $filtercreditnote);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/commande/
H A Dcard.php2087 …$filtercreditnote = "fk_facture_source IS NOT NULL"; // If we want deposit to be substracted to pa… variable
2090 …$filtercreditnote = "fk_facture_source IS NOT NULL AND (description NOT LIKE '(DEPOSIT)%' OR descr… variable
2100 $absolute_creditnote = $soc->getAvailableDiscounts('', $filtercreditnote);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/fourn/facture/
H A Dcard.php2255 …$filtercreditnote = "fk_invoice_supplier_source IS NOT NULL"; // If we want deposit to be substrac… variable
2258 …$filtercreditnote = "fk_invoice_supplier_source IS NOT NULL AND (description NOT LIKE '(DEPOSIT)%'… variable
2262 $absolute_creditnote = $societe->getAvailableDiscounts('', $filtercreditnote, 0, 1);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/fourn/facture/
H A Dcard.php2425 …$filtercreditnote = "fk_invoice_supplier_source IS NOT NULL"; // If we want deposit to be substrac… variable
2428 …$filtercreditnote = "fk_invoice_supplier_source IS NOT NULL AND (description NOT LIKE '(DEPOSIT)%'… variable
2432 $absolute_creditnote = $societe->getAvailableDiscounts('', $filtercreditnote, 0, 1);