Esempio n. 1
0
 public function postIndex()
 {
     $this->fields = array(array('timestamp', array('kind' => 'datetime', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('class', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('method', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('actor', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true, 'attr' => array('class' => 'expander'))), array('result', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)));
     $this->def_order_by = 'timestamp';
     $this->def_order_dir = 'desc';
     return parent::postIndex();
 }
 public function postIndex()
 {
     $this->fields = array(array('SKU', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'attr' => array('class' => 'expander'), 'show' => true)), array('unitId', array('kind' => 'text', 'query' => 'like', 'callback' => 'shortunit', 'pos' => 'after', 'attr' => array('class' => 'expander'), 'show' => true)), array('SKU', array('kind' => 'text', 'callback' => 'dispBar', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('outletName', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('status', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('action', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('scancheckDate', array('kind' => 'datetime', 'query' => 'like', 'pos' => 'both', 'show' => true)));
     $this->place_action = 'none';
     $this->def_order_by = 'scancheckDate';
     $this->def_order_dir = 'desc';
     return parent::postIndex();
 }
 public function postIndex()
 {
     $this->fields = array(array('mtimestamp', array('kind' => 'daterange', 'callback' => 'showDatetime', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('deviceId', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('sourceSensor', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('latitude', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('longitude', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('deliveryId', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('status', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('event', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('appname', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)));
     $this->def_order_by = 'mtimestamp';
     $this->def_order_dir = 'desc';
     $this->show_select = false;
     $this->place_action = 'none';
     return parent::postIndex();
 }
Esempio n. 4
0
 public function postIndex()
 {
     //$this->fields = $this->def_fields;
     $this->def_order_by = 'createdDate';
     $this->def_order_dir = 'desc';
     $this->show_select = false;
     $this->place_action = 'none';
     return parent::postIndex();
 }
 public function postIndex()
 {
     $this->fields = array(array('created_at', array('kind' => 'datetimerange', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('func', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('in', array('kind' => 'text', 'query' => 'like', 'callback' => 'arrTextIn', 'pos' => 'both', 'show' => true)), array('out', array('kind' => 'text', 'query' => 'like', 'callback' => 'arrTextOut', 'pos' => 'both', 'show' => true, 'attr' => array('class' => 'expander'))));
     $this->place_action = 'first';
     $this->show_select = false;
     $this->def_order_by = 'created_at';
     $this->def_order_dir = 'desc';
     return parent::postIndex();
 }
 public function postIndex()
 {
     $this->fields = array(array('SKU', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'attr' => array('class' => 'expander'), 'show' => true)), array('SKU', array('kind' => 'text', 'callback' => 'dispBar', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('SKU', array('kind' => 'text', 'callback' => 'namePic', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('itemDescription', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'attr' => array('class' => 'expander'), 'show' => true)), array('series', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('priceRegular', array('kind' => 'numeric', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('priceDiscount', array('kind' => 'numeric', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('category', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('L', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('W', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('H', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('D', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('sizeDescription', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('colour', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('material', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('tags', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true, 'callback' => 'splitTag')), array('createdDate', array('kind' => 'datetime', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('lastUpdate', array('kind' => 'datetime', 'query' => 'like', 'pos' => 'both', 'show' => true)));
     $categoryFilter = Input::get('categoryFilter');
     if ($categoryFilter != '') {
         $this->additional_query = array('category' => $categoryFilter);
     }
     return parent::postIndex();
 }
 public function postIndex()
 {
     $this->fields = array(array('SKU', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'attr' => array('class' => 'expander'), 'show' => true)), array('_id', array('kind' => 'text', 'query' => 'like', 'pos' => 'after', 'callback' => 'shortunit', 'attr' => array('class' => 'expander'), 'show' => true)), array('SKU', array('kind' => 'text', 'callback' => 'dispBar', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('SKU', array('kind' => 'text', 'callback' => 'namePic', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('outletName', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('status', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('tags', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('createdDate', array('kind' => 'datetime', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('lastUpdate', array('kind' => 'datetime', 'query' => 'like', 'pos' => 'both', 'show' => true)));
     $outletFilter = Input::get('outletNameFilter');
     if ($outletFilter != '') {
         $this->additional_query = array('outletName' => $outletFilter);
     }
     $this->place_action = 'none';
     return parent::postIndex();
 }
Esempio n. 8
0
 public function postIndex()
 {
     $this->fields = array(array('SKU', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'callback' => 'dispBar', 'attr' => array('class' => 'expander'), 'show' => true)), array('SKU', array('kind' => 'text', 'callback' => 'namePic', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('itemDescription', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'attr' => array('class' => 'expander'), 'show' => true)), array('locationId', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'callback' => 'locationName', 'show' => true)), array('tags', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true, 'callback' => 'splitTag')), array('createdDate', array('kind' => 'datetime', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('lastUpdate', array('kind' => 'datetime', 'query' => 'like', 'pos' => 'both', 'show' => true)));
     $categoryFilter = Input::get('categoryFilter');
     if ($categoryFilter != '') {
         $this->additional_query = array('category' => $categoryFilter);
     }
     $this->place_action = 'first';
     return parent::postIndex();
 }
Esempio n. 9
0
 public function postTimeline()
 {
     $this->fields = array(array('timestamp', array('kind' => 'datetime', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('object.no_sales_order', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('object.fulfillment_code', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('object.courier_name', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('object.device_name', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('actor', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('object.status', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'callback' => 'objStatusList', 'show' => true)));
     $this->place_action = 'none';
     $this->def_order_by = 'timestamp';
     $this->def_order_dir = 'desc';
     $this->model = new Shipmentlog();
     $this->show_select = false;
     return parent::postIndex();
 }
 public function postApproval()
 {
     $this->fields = array(array('approvalStatus', array('kind' => 'text', 'callback' => 'buttonStatus', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('assetId', array('kind' => 'text', 'callback' => 'assetName', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('actorName', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('requestDate', array('kind' => 'datetime', 'query' => 'like', 'pos' => 'both', 'show' => true)));
     $this->place_action = 'none';
     $this->def_order_by = 'requestDate';
     $this->def_order_dir = 'desc';
     $this->model = new Approval();
     $this->show_select = false;
     return parent::postIndex();
 }
Esempio n. 11
0
 public function postIndex()
 {
     $this->fields = array(array('SKU', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true, 'callback' => 'itemDesc')), array('unitId', array('kind' => 'text', 'query' => 'like', 'pos' => 'after', 'show' => true)), array('quantity', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('unitPrice', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true, 'callback' => 'toIdr')), array('unitTotal', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true, 'callback' => 'toIdr')));
     $this->place_action = 'none';
     $this->def_order_by = 'SKU';
     $this->def_order_dir = 'desc';
     $session = Input::get('session');
     $session = is_null($session) || !isset($session) ? '' : $session;
     $this->additional_query = array('sessionId' => $session);
     return parent::postIndex();
 }
 public function postIndex()
 {
     $this->fields = array(array('sessionId', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('SKU', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true, 'callback' => 'itemDesc')), array('unitId', array('kind' => 'text', 'query' => 'like', 'pos' => 'after', 'show' => true)), array('quantity', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('unitPrice', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true, 'callback' => 'toIdr')), array('unitTotal', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true, 'callback' => 'toIdr')), array('createdDate', array('kind' => 'datetime', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('lastUpdate', array('kind' => 'datetime', 'query' => 'like', 'pos' => 'both', 'show' => true)));
     /*
     $outletFilter = Input::get('outletNameFilter');
     
     if($outletFilter != ''){
         $this->additional_query = array('outletName'=>$outletFilter);
     }
     */
     $this->place_action = 'none';
     return parent::postIndex();
 }
Esempio n. 13
0
 public function postIndex()
 {
     $this->fields = array(array('title', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('slug', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('creatorName', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true, 'attr' => array('class' => 'expander'))), array('section', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'callback' => 'titleCase', 'show' => true)), array('category', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'callback' => 'titleCase', 'show' => true)), array('tags', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true, 'callback' => 'splitTag')), array('createdDate', array('kind' => 'datetime', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('lastUpdate', array('kind' => 'datetime', 'query' => 'like', 'pos' => 'both', 'show' => true)));
     return parent::postIndex();
 }
Esempio n. 14
0
 public function postIndex()
 {
     $this->fields = array(array('fullname', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('roleId', array('kind' => 'text', 'callback' => 'idRole', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('email', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true, 'attr' => array('class' => 'expander'))), array('mobile', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('address_1', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('createdDate', array('kind' => 'datetime', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('lastUpdate', array('kind' => 'datetime', 'query' => 'like', 'pos' => 'both', 'show' => true)));
     return parent::postIndex();
 }
Esempio n. 15
0
 public function postIndex()
 {
     $this->fields = array(array('created_at', array('kind' => 'datetime', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('HTTP_REFERER', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('REQUEST_URI', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('REMOTE_ADDR', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true, 'attr' => array('class' => 'expander'))), array('REDIRECT_STATUS', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)));
     $this->place_action = 'none';
     return parent::postIndex();
 }
Esempio n. 16
0
 public function postIndex()
 {
     $this->additional_query = array('type' => 'brochure');
     $this->fields = array(array('title', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('status', array('kind' => 'text', 'query' => 'like', 'callback' => 'activeColor', 'pos' => 'both', 'show' => true)), array('creatorName', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true, 'attr' => array('class' => 'expander'))), array('category', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('tags', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true, 'callback' => 'splitTag')), array('createdDate', array('kind' => 'datetime', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('lastUpdate', array('kind' => 'datetime', 'query' => 'like', 'pos' => 'both', 'show' => true)));
     return parent::postIndex();
 }
Esempio n. 17
0
 public function postIndex()
 {
     $this->fields = array(array('name', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('venue', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'attr' => array('class' => 'expander'), 'show' => true)), array('address', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('category', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('tags', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('createdDate', array('kind' => 'datetime', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('lastUpdate', array('kind' => 'datetime', 'query' => 'like', 'pos' => 'both', 'show' => true)));
     return parent::postIndex();
 }
Esempio n. 18
0
 public function postIndex()
 {
     $this->fields = array(array('salutation', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('firstname', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('lastname', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('email', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true, 'attr' => array('class' => 'expander'))), array('phone', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('address', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('agentName', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('createdDate', array('kind' => 'datetime', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('lastUpdate', array('kind' => 'datetime', 'query' => 'like', 'pos' => 'both', 'show' => true)));
     return parent::postIndex();
 }
Esempio n. 19
0
 public function postIndex()
 {
     $this->fields = array(array('label', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('varname', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('value', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)));
     $this->place_action = 'first';
     return parent::postIndex();
 }
Esempio n. 20
0
 public function postIndex()
 {
     $this->fields = array(array('videoTitle', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('url', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('tags', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'callback' => 'splitTag', 'show' => true)), array('lastUpdate', array('kind' => 'date', 'query' => 'like', 'pos' => 'both', 'show' => true)));
     return parent::postIndex();
 }
 public function postIndex()
 {
     $this->fields = array(array('merchantname', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('legacyId', array('kind' => 'numeric', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('status', array('kind' => 'text', 'query' => 'exact', 'pos' => 'after', 'show' => true)), array('shopcategoryLink', array('kind' => 'text', 'callback' => 'catName', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('mc_url', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'attr' => array('class' => 'expander'), 'show' => true)), array('email', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'attr' => array('class' => 'expander'), 'show' => true)), array('phone', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('street', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('city', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('createdDate', array('kind' => 'datetimerange', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('lastUpdate', array('kind' => 'datetimerange', 'query' => 'like', 'pos' => 'both', 'show' => true)));
     $categoryFilter = Input::get('categoryFilter');
     if ($categoryFilter != '') {
         $this->additional_query = array('shopcategoryLink' => $categoryFilter, 'group_id' => 4);
     }
     $this->place_action = 'first';
     return parent::postIndex();
 }
Esempio n. 22
0
 public function postIndex()
 {
     $this->fields = array(array('songTitle', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'callback' => 'pics', 'show' => true)), array('artist', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('album', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true, 'attr' => array('class' => 'expander'))), array('genre', array('kind' => 'text', 'query' => 'like', 'callback' => 'splitGenre', 'pos' => 'both', 'show' => true)), array('ownerName', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('tags', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'callback' => 'splitTag', 'show' => true)), array('lastUpdate', array('kind' => 'date', 'query' => 'like', 'pos' => 'both', 'show' => true)));
     return parent::postIndex();
 }
Esempio n. 23
0
 public function postIndex()
 {
     $this->fields = array(array('title', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('access', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('docShare', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true, 'callback' => 'splitShare')), array('creatorName', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true, 'attr' => array('class' => 'expander'))), array('docCategoryLabel', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('docFilename', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('docTag', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true, 'callback' => 'splitTag')), array('createdDate', array('kind' => 'datetime', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('lastUpdate', array('kind' => 'datetime', 'query' => 'like', 'pos' => 'both', 'show' => true)));
     return parent::postIndex();
 }
Esempio n. 24
0
 public function postIndex()
 {
     $this->fields = array(array('albumName', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('artistName', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('genre', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('ownerName', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('tags', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'callback' => 'splitTag', 'show' => true)), array('updated_at', array('kind' => 'date', 'query' => 'like', 'pos' => 'both', 'show' => true)));
     $this->query = array('ownerId' => Auth::user()->_id);
     return parent::postIndex();
 }
Esempio n. 25
0
 public function postIndex()
 {
     $this->fields = array(array('widgetLocation', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('sequence', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('sequence', array('kind' => 'text', 'callback' => 'namePic', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('youtubeUrl', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('linkTo', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('publishing', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('lastUpdate', array('kind' => 'date', 'query' => 'like', 'pos' => 'both', 'show' => true)));
     return parent::postIndex();
 }
Esempio n. 26
0
 public function postVerified()
 {
     $this->fields = array(array('requestDate', array('kind' => 'datetime', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('status', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('approvalStatus', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('assetId', array('kind' => 'text', 'callback' => 'dispAsset', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('actor', array('kind' => 'text', 'callback' => 'dispActor', 'query' => 'like', 'pos' => 'both', 'show' => true, 'attr' => array('class' => 'expander'))));
     $this->additional_query = array('approvalStatus' => 'verified');
     $this->def_order_by = 'requestDate';
     $this->def_order_dir = 'desc';
     $this->place_action = 'first';
     return parent::postIndex();
 }
Esempio n. 27
0
 public function postIndex()
 {
     $this->fields = array(array('title', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('createdDate', array('kind' => 'datetime', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('lastUpdate', array('kind' => 'datetime', 'query' => 'like', 'pos' => 'both', 'show' => true)));
     return parent::postIndex();
 }
Esempio n. 28
0
 public function postIndex()
 {
     $this->fields = array(array('number', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'callback' => 'namePic', 'show' => true)), array('propertyId', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'attr' => array('class' => 'expander'), 'show' => true)), array('sourceID', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'attr' => array('class' => 'expander'), 'show' => true)), array('number', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('address', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('city', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('zipCode', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('state', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('bed', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('bath', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('category', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('tags', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('propertyStatus', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('createdDate', array('kind' => 'datetime', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('lastUpdate', array('kind' => 'datetime', 'query' => 'like', 'pos' => 'both', 'show' => true)));
     return parent::postIndex();
 }
Esempio n. 29
0
 public function postIndex()
 {
     $this->fields = array(array('title', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('status', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'attr' => array('class' => 'expander'), 'show' => true)), array('fromDate', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('toDate', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('sendOption', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('tags', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('createdDate', array('kind' => 'date', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('lastUpdate', array('kind' => 'datetime', 'query' => 'like', 'pos' => 'both', 'show' => true)));
     return parent::postIndex();
 }
 public function postIndex()
 {
     $this->fields = array(array('SKU', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'attr' => array('class' => 'expander'), 'show' => true)), array('unitId', array('kind' => 'text', 'query' => 'like', 'pos' => 'after', 'attr' => array('class' => 'expander'), 'show' => true)), array('SKU', array('kind' => 'text', 'callback' => 'dispBar', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('SKU', array('kind' => 'text', 'callback' => 'namePic', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('outletName', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('status', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('tags', array('kind' => 'text', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('createdDate', array('kind' => 'datetime', 'query' => 'like', 'pos' => 'both', 'show' => true)), array('lastUpdate', array('kind' => 'datetime', 'query' => 'like', 'pos' => 'both', 'show' => true)));
     return parent::postIndex();
 }