Home
last modified time | relevance | path

Searched refs:tosell (Results 1 – 25 of 52) sorted by relevance

123

/dports/www/dolibarr/dolibarr-14.0.3/htdocs/product/
H A Dreassort.php46 $tosell = GETPOST("tosell"); variable
109 $tosell = ""; variable
176 if (!empty($tosell)) {
177 $sql .= " AND p.tosell = ".((int) $tosell);
249 if ($tosell) {
250 $param .= "&tosell=".urlencode($tosell);
326 if ($tosell) {
327 $param .= "&tosell=".urlencode($tosell);
H A Dreassortlot.php50 $tosell = GETPOST("tosell"); variable
100 $tosell = ""; variable
165 if (!empty($tosell)) {
166 $sql .= " AND p.tosell = ".((int) $tosell);
244 if ($tosell) {
245 $param .= "&tosell=".urlencode($tosell);
415 $product_static->status = $objp->tosell;
H A Dindex.php148 if (!$objp->tosell && !$objp->tobuy) {
151 if ($objp->tosell && !$objp->tobuy) {
154 if (!$objp->tosell && $objp->tobuy) {
158 if ($objp->tosell) {
164 if (!$objp->tosell && !$objp->tobuy) {
336 $product_static->status = $objp->tosell;
385 print $product_static->LibStatut($objp->tosell, 3, 0);
H A Dlist.php1277 $product_static->status = $obj->tosell;
1548 if ($obj->tosell) {
1571 if ($obj->tosell) {
1822 print $product_static->LibStatut($obj->tosell, 5, 0);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/product/
H A Dreassort.php51 $tosell = GETPOST("tosell"); variable
105 $tosell = ""; variable
158 if (!empty($tosell)) $sql .= " AND p.tosell = ".$tosell;
214 if ($tosell) $param .= "&tosell=".urlencode($tosell);
272 if ($tosell) $param .= "&tosell=".urlencode($tosell);
H A Dreassortlot.php55 $tosell = GETPOST("tosell"); variable
94 $tosell = ""; variable
149 if (!empty($tosell)) $sql .= " AND p.tosell = ".$tosell;
207 if ($tosell) $param .= "&tosell=".urlencode($tosell);
355 $product_static->status = $objp->tosell;
H A Dindex.php138 if (!$objp->tosell && !$objp->tobuy) $status = 0; // Not on sale, not on purchase
139 if ($objp->tosell && !$objp->tobuy) $status = 1; // On sale only
140 if (!$objp->tosell && $objp->tobuy) $status = 2; // On purchase only
142 if ($objp->tosell) $prodser[$objp->fk_product_type]['sell'] += $objp->total;
144 if (!$objp->tosell && !$objp->tobuy) $prodser[$objp->fk_product_type]['none'] += $objp->total;
320 $product_static->status = $objp->tosell;
368 print $product_static->LibStatut($objp->tosell, 3, 0);
H A Dlist.php1044 $product_static->status = $obj->tosell;
1279 if ($obj->tosell)
1298 if ($obj->tosell)
1543 print $product_static->LibStatut($obj->tosell, 5, 0);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/install/mysql/tables/
H A Dllx_product_price.sql45 tosell tinyint DEFAULT 1, field
H A Dllx_product.sql58 tosell tinyint DEFAULT 1, -- Product you sell field
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/install/mysql/tables/
H A Dllx_product_price.sql45 tosell tinyint DEFAULT 1, field
H A Dllx_product.sql58 tosell tinyint DEFAULT 1, -- Product you sell field
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/boxes/
H A Dbox_produits.php142 $productstatic->status = $objp->tosell;
199 … 'text' => '<span class="statusrefsell">'.$productstatic->LibStatut($objp->tosell, 3, 0).'<span>',
H A Dbox_produits_alerte_stock.php150 $productstatic->status = $objp->tosell;
209 … 'text' => '<span class="statusrefsell">'.$productstatic->LibStatut($objp->tosell, 3, 0).'<span>',
H A Dbox_boms.php120 $productstatic->status_buy = $objp->tosell;
H A Dbox_services_contracts.php158 $productstatic->status = $objp->tosell;
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/boxes/
H A Dbox_produits.php142 $productstatic->status = $objp->tosell;
199 … 'text' => '<span class="statusrefsell">'.$productstatic->LibStatut($objp->tosell, 3, 0).'</span>',
H A Dbox_produits_alerte_stock.php150 $productstatic->status = $objp->tosell;
207 … 'text' => '<span class="statusrefsell">'.$productstatic->LibStatut($objp->tosell, 3, 0).'</span>',
H A Dbox_boms.php119 $productstatic->status_buy = $objp->tosell;
H A Dbox_services_contracts.php160 $productstatic->status = $objp->tosell;
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/takepos/ajax/
H A Dajax.php126 'tosell' => $obj->tosell,
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/takepos/ajax/
H A Dajax.php121 'tosell' => $obj->tosell,
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/product/stock/
H A Dindex.php190 $producttmp->status_sell = $objp->tosell;
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/product/stock/
H A Dindex.php192 $producttmp->status_sell = $objp->tosell;
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/fourn/product/
H A Dlist.php292 $productstatic->status = $objp->tosell;

123