Home
last modified time | relevance | path

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

/dports/finance/weberp/webERP/includes/
H A DDefineSuppTransClass.php9 var $Shipts; /*array of objects of class Shipment using a counter as the pointer */ variable in SuppTrans
44 $this->Shipts = array();
222 $this->Shipts[$this->ShiptCounter] = new Shipment($this->ShiptCounter,
266 unset($this->Shipts[$ShiptCounter]);
282 foreach ($this->Shipts as $Shipt) {
/dports/finance/weberp/webERP/
H A DSupplierCredit.php54 unset ($_SESSION['SuppTrans']->Shipts);
182 if (count($_SESSION['SuppTrans']->Shipts) > 0){
183 foreach ( $_SESSION['SuppTrans']->Shipts as $ShiptLine){
341 if (count($_SESSION['SuppTrans']->Shipts)>0){ /*if there are any Shipment charges on the credit n…
357 foreach ($_SESSION['SuppTrans']->Shipts as $EnteredShiptRef){
732 foreach ($_SESSION['SuppTrans']->Shipts as $ShiptChg){
1239 foreach ($_SESSION['SuppTrans']->Shipts as $ShiptChg){
1328 unset($_SESSION['SuppTrans']->Shipts);
H A DSupplierInvoice.php536 if (count($_SESSION['SuppTrans']->Shipts) > 0){
537 foreach ( $_SESSION['SuppTrans']->Shipts as $ShiptLine){
707 …if (count( $_SESSION['SuppTrans']->Shipts) > 0){ /*if there are any Shipment charges on the invo…
723 foreach ($_SESSION['SuppTrans']->Shipts as $EnteredShiptRef){
1136 foreach ($_SESSION['SuppTrans']->Shipts as $ShiptChg){
1813 foreach ($_SESSION['SuppTrans']->Shipts as $ShiptChg){
1914 unset( $_SESSION['SuppTrans']->Shipts);
H A DSuppShiptChgs.php85 foreach ($_SESSION['SuppTrans']->Shipts as $EnteredShiptRef){