Subversion Repositories SmartDukaan

Rev

Rev 19552 | Rev 19676 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 19552 Rev 19667
Line 261... Line 261...
261
					}
261
					}
262
					$cashBacks[$temp['UserAppCashback']['status']]['installs'] = $appInstalls;
262
					$cashBacks[$temp['UserAppCashback']['status']]['installs'] = $appInstalls;
263
				}
263
				}
264
			}
264
			}
265
		}
265
		}
-
 
266
		$targetuser = Configure::read('targetuser'); 
266
		$this->set(compact('storemapping','activestores','pendingOrders','approvedOrders','creditedOrders','pendingCashbacks','creditedCashbacks','pendingAmount','approvedAmount','creditedAmount','cashBacks'));
267
		$this->set(compact('targetuser','userId','storemapping','activestores','pendingOrders','approvedOrders','creditedOrders','pendingCashbacks','creditedCashbacks','pendingAmount','approvedAmount','creditedAmount','cashBacks'));
267
	}
268
	}
268
 
269
 
269
	public function getAppByDate($date) {
270
	public function getAppByDate($date) {
270
		$url = $this->apihost.'appUserBatchDateDrillDown/1/'.$date;
271
		$url = $this->apihost.'appUserBatchDateDrillDown/1/'.$date;
271
		$getApp = $this->make_request($url,null);
272
		$getApp = $this->make_request($url,null);