Home
last modified time | relevance | path

Searched refs:stripcomma (Results 1 – 11 of 11) sorted by relevance

/dports/finance/weberp/webERP/
H A DZ_DataExport.php81 stripcomma('barcode') . ',' .
82 stripcomma('units') . ',' .
83 stripcomma('mbflag') . ',' .
84 stripcomma('taxcatid') . ',' .
86 stripcomma('price') . ',' .
87 stripcomma('qty') . ',' .
117 stripcomma($Qty) . ',' .
177 stripcomma('name') . ',' .
186 stripcomma('faxno') . ',' .
187 stripcomma('email') . ',' .
[all …]
H A DZ_ExportSalesAnalysis.php21 function stripcomma($str) { //because we're using comma as a delimiter function
50 $line = stripcomma($myrow[0]) . ', ' . stripcomma($myrow[1]) . ', ' . stripcomma($myrow[2]);
79stripcomma($myrow[0]) . ', ' . stripcomma($myrow[1]). ', ' . stripcomma($myrow[2]) . ', ' . stripc…
123stripcomma($myrow[0]) . ', ' . stripcomma($myrow[1]) . ', ' . stripcomma($myrow[2]) . ', ' . strip…
H A DCustomerBalancesMovement.php178stripcomma($myrow['name']) . '","' . stripcomma($OpeningBal) . '","' . stripcomma($TransRow['local…
211 …('TOTALS') . '","' . stripcomma($OpeningBalances) . '","' . stripcomma($Debits) . '","' . stripcom…
229 function stripcomma($str) { //because we're using comma as a delimiter function
H A DInventoryPlanning.php350 function stripcomma($str) { //because we're using comma as a delimiter function
433stripcomma($InventoryPlan['categoryid']) . ',' . stripcomma($InventoryPlan['categorydescription'])…
436stripcomma($InventoryPlan['categoryid']) . ',' . stripcomma($InventoryPlan['categorydescription'])…
H A DStockQties_csv.php9 function stripcomma($str) { //because we're using comma as a delimiter function
38 $line = stripcomma($myrow[0]) . ', ' . stripcomma($myrow[1]);
H A DGLTrialBalance_csv.php74 …$CSV_File .= $myrow['accountcode'] . ', ' . stripcomma($myrow['accountname']) . ', ' . $AccountPer…
77 function stripcomma($str) { //because we're using comma as a delimiter function
/dports/finance/weberp/webERP/includes/
H A DCSVSalesAnalysis.inc2 function stripcomma($str) { //because we're using comma as a delimiter
27 $line.=stripcomma($myrow[$i]);
H A DPDFSalesAnalysis.inc509 function stripcomma($str) { //because we're using comma as a delimiter
534 $line.=stripcomma($myrow[$i]);
/dports/math/py-numpy/numpy-1.20.3/numpy/f2py/
H A Dcb_rules.py23 stripcomma, throw_error
562 rd['docreturn'] = stripcomma(
564 optargs = stripcomma(replace('#docsignopt#',
568 rd['docsignature'] = stripcomma(
H A Drules.py76 l_and, l_not, l_or, outmess, replace, stripcomma, requiresf90wrapper
1411 rd['docsignature'] = stripcomma(replace('#docsign##docsignopt##docsignxa#',
1415 optargs = stripcomma(replace('#docsignopt##docsignxa#',
1420 rd['docsignatureshort'] = stripcomma(
1430 cfs = stripcomma(replace('#callfortran##callfortranappend#', {
1433 rd['callcompaqfortran'] = stripcomma(replace('#callfortran# 0,#callfortranappend#', {
1439 rd['docreturn'] = stripcomma(
H A Dauxfuncs.py744 def stripcomma(s): function