[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: property/inc class.boadmin.inc.php,1.5,1.6 class
From: |
Sigurd Nes <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: property/inc class.boadmin.inc.php,1.5,1.6 class.boapartment.inc.php,1.2,1.3 class.bobuilding.inc.php,1.6,1.7 class.bocategory.inc.php,1.2,1.3 class.bocommon.inc.php,1.47,1.48 class.bodocument.inc.php,1.5,1.6 class.bodrawing.inc.php,1.4,1.5 class.boentrance.inc.php,1.4,1.5 class.boequipment.inc.php,1.8,1.9 class.bogab.inc.php,1.3,1.4 class.boinvestment.inc.php,1.8,1.9 class.boinvoice.inc.php,1.17,1.18 class.bolookup.inc.php,1.6,1.7 class.bometer.inc.php,1.1,1.2 class.boowner.inc.php,1.2,1.3 class.boproject.inc.php,1.3,1.4 class.boproperty.inc.php,1.6,1.7 class.boreport.inc.php,1.3,1.4 class.borequest.inc.php,1.2,1.3 class.bostandard_2.inc.php,1.3,1.4class.bostandard_3.inc.php,1.2,1.3 class.bostandard_entity.inc.php,1.9,1.10 class.botemplate.inc.php,1.1,1.2 class.botts.inc.php,1.10,1.11 class.bowo_hour.inc.php,1.7,1.8 class.boworkorder.inc.php,1.9,1.10 class.uiadmin.inc.php,1.10,1.11 class.uiapartment.inc.php,1.11,1.12 class.uicategory.inc.php,1.3,1.4 class.uidocument.inc.php,1.8,1.9 class.uidrawing.inc.php,1.18,1.19class.uientrance.inc.php,1.12,1.13 class.uiequipment.inc.php,1.21,1.22 class.uigab.inc.php,1.4,1.5 class.uiinvestment.inc.php,1.18,1.19 class.uiinvoice.inc.php,1.24,1.25 class.uilookup.inc.php,1.18,1.19 class.uimeter.inc.php,1.9,1.10 class.uiowner.inc.php,1.4,1.5 class.uipricebook.inc.php,1.15,1.16class.uiproject.inc.php,1.20,1.21 class.uiproperty.inc.php,1.23,1.24 class.uireport.inc.php,1.4,1.5 class.uirequest.inc.php,1.14,1.15class.uistandard_2.inc.php,1.11,1.12 class.uistandard_3.inc.php,1.10,1.11 class.uistandard_entity.inc.php,1.13,1.14 class.uitemplate.inc.php,1.9,1.10 class.uitenant.inc.php,1.1,1.2 class.uitts.inc.php,1.26,1.27 class.uiwo_hour.inc.php,1.23,1.24 class.uiworkorder.inc.php,1.20,1.21 |
Date: |
Fri, 23 May 2003 04:40:22 -0400 |
Update of /cvsroot/phpgroupware/property/inc
In directory subversions:/tmp/cvs-serv24630/inc
Modified Files:
class.boadmin.inc.php class.boapartment.inc.php
class.bobuilding.inc.php class.bocategory.inc.php
class.bocommon.inc.php class.bodocument.inc.php
class.bodrawing.inc.php class.boentrance.inc.php
class.boequipment.inc.php class.bogab.inc.php
class.boinvestment.inc.php class.boinvoice.inc.php
class.bolookup.inc.php class.bometer.inc.php
class.boowner.inc.php class.boproject.inc.php
class.boproperty.inc.php class.boreport.inc.php
class.borequest.inc.php class.bostandard_2.inc.php
class.bostandard_3.inc.php class.bostandard_entity.inc.php
class.botemplate.inc.php class.botts.inc.php
class.bowo_hour.inc.php class.boworkorder.inc.php
class.uiadmin.inc.php class.uiapartment.inc.php
class.uicategory.inc.php class.uidocument.inc.php
class.uidrawing.inc.php class.uientrance.inc.php
class.uiequipment.inc.php class.uigab.inc.php
class.uiinvestment.inc.php class.uiinvoice.inc.php
class.uilookup.inc.php class.uimeter.inc.php
class.uiowner.inc.php class.uipricebook.inc.php
class.uiproject.inc.php class.uiproperty.inc.php
class.uireport.inc.php class.uirequest.inc.php
class.uistandard_2.inc.php class.uistandard_3.inc.php
class.uistandard_entity.inc.php class.uitemplate.inc.php
class.uitenant.inc.php class.uitts.inc.php
class.uiwo_hour.inc.php class.uiworkorder.inc.php
Log Message:
no message
Index: class.boadmin.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.boadmin.inc.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** class.boadmin.inc.php 21 May 2003 12:46:39 -0000 1.5
--- class.boadmin.inc.php 23 May 2003 08:40:19 -0000 1.6
***************
*** 80,86 ****
function read_sessiondata()
{
! $data =
$GLOBALS['phpgw']->session->appsession('session_data',$this->currentapp);
!
! // _debug_array($data);
$this->start = $data['start'];
--- 80,84 ----
function read_sessiondata()
{
! $data =
$GLOBALS['phpgw']->session->appsession('session_data','fm_admin');
$this->start = $data['start'];
***************
*** 92,95 ****
--- 90,102 ----
$this->location = $data['location'];
}
+
+ function save_sessiondata($data)
+ {
+ if ($this->use_session)
+ {
+
$GLOBALS['phpgw']->session->appsession('session_data','fm_admin',$data);
+ }
+ }
+
Index: class.boapartment.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.boapartment.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** class.boapartment.inc.php 1 May 2003 18:28:04 -0000 1.2
--- class.boapartment.inc.php 23 May 2003 08:40:19 -0000 1.3
***************
*** 51,54 ****
--- 51,60 ----
$this->bocommon =
CreateObject($this->currentapp.'.bocommon');
+ if ($session)
+ {
+ $this->read_sessiondata();
+ $this->use_session = True;
+ }
+
$start = get_var('start',array('POST','GET'));
$query = get_var('query',array('POST','GET'));
***************
*** 86,89 ****
--- 92,115 ----
{
$this->cat_id = $cat_id;
+ }
+ }
+
+ function read_sessiondata()
+ {
+ $data =
$GLOBALS['phpgw']->session->appsession('session_data','apartment');
+
+ $this->start = $data['start'];
+ $this->query = $data['query'];
+ $this->filter = $data['filter'];
+ $this->sort = $data['sort'];
+ $this->order = $data['order'];
+ $this->cat_id = $data['cat_id'];
+ }
+
+ function save_sessiondata($data)
+ {
+ if ($this->use_session)
+ {
+
$GLOBALS['phpgw']->session->appsession('session_data','apartment',$data);
}
}
Index: class.bobuilding.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.bobuilding.inc.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** class.bobuilding.inc.php 18 May 2003 10:59:14 -0000 1.6
--- class.bobuilding.inc.php 23 May 2003 08:40:19 -0000 1.7
***************
*** 107,111 ****
$this->order = $data['order'];
$this->cat_id = $data['cat_id'];
- $this->part_of_town_id = $data['part_of_town_id'];
}
--- 107,110 ----
Index: class.bocategory.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.bocategory.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** class.bocategory.inc.php 8 May 2003 10:47:51 -0000 1.2
--- class.bocategory.inc.php 23 May 2003 08:40:19 -0000 1.3
***************
*** 50,53 ****
--- 50,59 ----
$this->socommon =
CreateObject($this->currentapp.'.socommon');
+ if ($session)
+ {
+ $this->read_sessiondata();
+ $this->use_session = True;
+ }
+
$start = get_var('start',array('POST','GET'));
$query = get_var('query',array('POST','GET'));
***************
*** 91,94 ****
--- 97,124 ----
$this->allrows = $allrows;
}
+ }
+
+
+ function save_sessiondata($data)
+ {
+ if ($this->use_session)
+ {
+
$GLOBALS['phpgw']->session->appsession('session_data','category',$data);
+ }
+ }
+
+ function read_sessiondata()
+ {
+ $data =
$GLOBALS['phpgw']->session->appsession('session_data','category');
+
+ //_debug_array($data);
+
+ $this->start = $data['start'];
+ $this->query = $data['query'];
+ $this->filter = $data['filter'];
+ $this->sort = $data['sort'];
+ $this->order = $data['order'];
+ $this->cat_id = $data['cat_id'];
+ $this->allrows = $data['allrows'];
}
Index: class.bocommon.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.bocommon.inc.php,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -r1.47 -r1.48
*** class.bocommon.inc.php 21 May 2003 20:09:51 -0000 1.47
--- class.bocommon.inc.php 23 May 2003 08:40:19 -0000 1.48
***************
*** 23,27 ****
'select_part_of_town' => True,
'menu' => True,
- 'check_perms' => True
);
--- 23,26 ----
***************
*** 45,49 ****
);
! function bocommon($session='')
{
--- 44,48 ----
);
! function bocommon()
{
***************
*** 54,106 ****
$this->contacts =
CreateObject('phpgwapi.contacts');
- $this->part_of_town_id =
get_var('part_of_town_id',array('POST','GET'));
- if ($session)
- {
- $this->read_sessiondata();
- $this->use_session = True;
- }
-
- $start =
get_var('start',array('POST','GET'));
- $query =
get_var('query',array('POST','GET'));
- $sort =
get_var('sort',array('POST','GET'));
- $order =
get_var('order',array('POST','GET'));
- $filter =
get_var('filter',array('POST','GET'));
- $cat_id =
get_var('cat_id',array('POST','GET'));
- $district_id =
get_var('district_id',array('POST','GET'));
-
- if ($start)
- {
- $this->start=$start;
- }
- else
- {
- $this->start=0;
- }
-
- if(isset($query))
- {
- $this->query = $query;
- }
- if(!empty($filter))
- {
- $this->filter = $filter;
- }
- if(isset($sort))
- {
- $this->sort = $sort;
- }
- if(isset($order))
- {
- $this->order = $order;
- }
- if(isset($cat_id))
- {
- $this->cat_id = $cat_id;
- }
- if(isset($cat_id))
- {
- $this->district_id = $district_id;
- }
-
if
($GLOBALS['phpgw_info']['server']['db_type']=='mssql')
{
--- 53,56 ----
***************
*** 552,585 ****
break;
}
- }
-
- function save_sessiondata($data)
- {
- if ($this->use_session)
- {
-
$GLOBALS['phpgw']->session->appsession('session_data',$this->currentapp,$data);
- }
- }
-
- function read_sessiondata()
- {
- $data =
$GLOBALS['phpgw']->session->appsession('session_data',$this->currentapp);
-
- // _debug_array($data);
- // print_();
-
- $this->start = $data['start'];
- $this->query = $data['query'];
- $this->filter = $data['filter'];
- $this->sort = $data['sort'];
- $this->order = $data['order'];
- $this->cat_id = $data['cat_id'];
- $this->district_id = $data['district_id'];
-
- }
-
- function check_perms($has, $needed)
- {
- return (!!($has & $needed) == True);
}
--- 502,505 ----
Index: class.bodocument.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.bodocument.inc.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** class.bodocument.inc.php 14 May 2003 13:18:15 -0000 1.5
--- class.bodocument.inc.php 23 May 2003 08:40:19 -0000 1.6
***************
*** 37,40 ****
--- 37,46 ----
$this->fakebase = $this->vfs->fakebase;
+ if ($session)
+ {
+ $this->read_sessiondata();
+ $this->use_session = True;
+ }
+
$start = get_var('start',array('POST','GET'));
$query = get_var('query',array('POST','GET'));
***************
*** 83,86 ****
--- 89,115 ----
$this->equipment_type = $equipment_type;
}
+ }
+
+ function save_sessiondata($data)
+ {
+ if ($this->use_session)
+ {
+
$GLOBALS['phpgw']->session->appsession('session_data','document',$data);
+ }
+ }
+
+ function read_sessiondata()
+ {
+ $data =
$GLOBALS['phpgw']->session->appsession('session_data','document');
+
+ //_debug_array($data);
+
+ $this->start = $data['start'];
+ $this->query = $data['query'];
+ $this->filter = $data['filter'];
+ $this->sort = $data['sort'];
+ $this->order = $data['order'];
+ $this->cat_id = $data['cat_id'];
+ $this->equipment_type = $data['equipment_type'];
}
Index: class.bodrawing.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.bodrawing.inc.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** class.bodrawing.inc.php 14 May 2003 13:18:15 -0000 1.4
--- class.bodrawing.inc.php 23 May 2003 08:40:19 -0000 1.5
***************
*** 37,40 ****
--- 37,46 ----
$this->fakebase = $this->vfs->fakebase;
+ if ($session)
+ {
+ $this->read_sessiondata();
+ $this->use_session = True;
+ }
+
$start = get_var('start',array('POST','GET'));
$query = get_var('query',array('POST','GET'));
***************
*** 77,80 ****
--- 83,107 ----
{
$this->status_id = $status_id;
+ }
+ }
+
+ function read_sessiondata()
+ {
+ $data =
$GLOBALS['phpgw']->session->appsession('session_data','drawing');
+
+ $this->start = $data['start'];
+ $this->query = $data['query'];
+ $this->filter = $data['filter'];
+ $this->sort = $data['sort'];
+ $this->order = $data['order'];
+ $this->cat_id = $data['cat_id'];
+ $this->order = $data['order'];
+ }
+
+ function save_sessiondata($data)
+ {
+ if ($this->use_session)
+ {
+
$GLOBALS['phpgw']->session->appsession('session_data','drawing',$data);
}
}
Index: class.boentrance.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.boentrance.inc.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** class.boentrance.inc.php 18 May 2003 10:59:14 -0000 1.4
--- class.boentrance.inc.php 23 May 2003 08:40:19 -0000 1.5
***************
*** 99,104 ****
$data =
$GLOBALS['phpgw']->session->appsession('session_data','entrance');
- // _debug_array($data);
-
$this->start = $data['start'];
$this->query = $data['query'];
--- 99,102 ----
***************
*** 107,111 ****
$this->order = $data['order'];
$this->cat_id = $data['cat_id'];
! $this->part_of_town_id = $data['part_of_town_id'];
}
--- 105,109 ----
$this->order = $data['order'];
$this->cat_id = $data['cat_id'];
! $this->order = $data['order'];
}
Index: class.boequipment.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.boequipment.inc.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** class.boequipment.inc.php 1 May 2003 18:28:04 -0000 1.8
--- class.boequipment.inc.php 23 May 2003 08:40:19 -0000 1.9
***************
*** 51,54 ****
--- 51,60 ----
$this->bocommon =
CreateObject($this->currentapp.'.bocommon');
+ if ($session)
+ {
+ $this->read_sessiondata();
+ $this->use_session = True;
+ }
+
$start = get_var('start',array('POST','GET'));
$query = get_var('query',array('POST','GET'));
***************
*** 92,95 ****
--- 98,124 ----
$this->district_id = $district_id;
}
+ }
+
+ function save_sessiondata($data)
+ {
+ if ($this->use_session)
+ {
+
$GLOBALS['phpgw']->session->appsession('session_data','equipment',$data);
+ }
+ }
+
+ function read_sessiondata()
+ {
+ $data =
$GLOBALS['phpgw']->session->appsession('session_data','equipment');
+
+ //_debug_array($data);
+
+ $this->start = $data['start'];
+ $this->query = $data['query'];
+ $this->filter = $data['filter'];
+ $this->sort = $data['sort'];
+ $this->order = $data['order'];
+ $this->cat_id = $data['cat_id'];
+ $this->district_id = $data['district_id'];
}
Index: class.bogab.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.bogab.inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** class.bogab.inc.php 7 May 2003 11:18:25 -0000 1.3
--- class.bogab.inc.php 23 May 2003 08:40:19 -0000 1.4
***************
*** 32,35 ****
--- 32,41 ----
$this->bocommon =
CreateObject($this->currentapp.'.bocommon');
+ if ($session)
+ {
+ $this->read_sessiondata();
+ $this->use_session = True;
+ }
+
$start = get_var('start',array('POST','GET'));
$query = get_var('query',array('POST','GET'));
***************
*** 73,76 ****
--- 79,106 ----
$this->allrows = $allrows;
}
+ }
+
+
+ function save_sessiondata($data)
+ {
+ if ($this->use_session)
+ {
+
$GLOBALS['phpgw']->session->appsession('session_data','gab',$data);
+ }
+ }
+
+ function read_sessiondata()
+ {
+ $data =
$GLOBALS['phpgw']->session->appsession('session_data','gab');
+
+ //_debug_array($data);
+
+ $this->start = $data['start'];
+ $this->query = $data['query'];
+ $this->filter = $data['filter'];
+ $this->sort = $data['sort'];
+ $this->order = $data['order'];
+ $this->cat_id = $data['cat_id'];
+ $this->allrows = $data['allrows'];
}
Index: class.boinvestment.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.boinvestment.inc.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** class.boinvestment.inc.php 15 May 2003 18:46:36 -0000 1.8
--- class.boinvestment.inc.php 23 May 2003 08:40:19 -0000 1.9
***************
*** 111,116 ****
$data =
$GLOBALS['phpgw']->session->appsession('session_data','investment');
- // _debug_array($data);
-
$this->start = $data['start'];
$this->query = $data['query'];
--- 111,114 ----
***************
*** 120,123 ****
--- 118,122 ----
$this->cat_id = $data['cat_id'];
$this->part_of_town_id = $data['part_of_town_id'];
+ $this->allrows = $data['allrows'];
}
Index: class.boinvoice.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.boinvoice.inc.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** class.boinvoice.inc.php 22 May 2003 09:54:11 -0000 1.17
--- class.boinvoice.inc.php 23 May 2003 08:40:19 -0000 1.18
***************
*** 22,26 ****
! function boinvoice($useacl=True)
{
$this->db = $GLOBALS['phpgw']->db;
--- 22,26 ----
! function boinvoice($session=False)
{
$this->db = $GLOBALS['phpgw']->db;
***************
*** 35,39 ****
$this->use_session = True;
}
- $this->read_sessiondata();
$start =
get_var('start',array('POST','GET'));
--- 35,38 ----
***************
*** 79,86 ****
$this->user_lid = $user_lid;
}
- if(isset($sub))
- {
- $this->sub = $sub;
- }
if(isset($allrows))
{
--- 78,81 ----
***************
*** 89,95 ****
}
function read_sessiondata()
{
! $data =
$GLOBALS['phpgw']->session->appsession('session_data',$this->currentapp);
// _debug_array($data);
--- 84,99 ----
}
+
+ function save_sessiondata($data)
+ {
+ if ($this->use_session)
+ {
+
$GLOBALS['phpgw']->session->appsession('session_data','invoice',$data);
+ }
+ }
+
function read_sessiondata()
{
! $data =
$GLOBALS['phpgw']->session->appsession('session_data',invoice);
// _debug_array($data);
***************
*** 103,107 ****
$this->user_lid = $data['user_lid'];
$this->sub = $data['sub'];
!
}
--- 107,111 ----
$this->user_lid = $data['user_lid'];
$this->sub = $data['sub'];
! $this->allrows = $data['allrows'];
}
Index: class.bolookup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.bolookup.inc.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** class.bolookup.inc.php 18 Mar 2003 10:51:28 -0000 1.6
--- class.bolookup.inc.php 23 May 2003 08:40:19 -0000 1.7
***************
*** 50,53 ****
--- 50,59 ----
$this->socommon =
CreateObject($this->currentapp.'.socommon');
+ if ($session)
+ {
+ $this->read_sessiondata();
+ $this->use_session = True;
+ }
+
$start =
get_var('start',array('POST','GET'));
$query =
get_var('query',array('POST','GET'));
***************
*** 91,94 ****
--- 97,123 ----
$this->district_id = $district_id;
}
+ }
+
+ function save_sessiondata($data)
+ {
+ if ($this->use_session)
+ {
+
$GLOBALS['phpgw']->session->appsession('session_data','lookup',$data);
+ }
+ }
+
+ function read_sessiondata()
+ {
+ $data =
$GLOBALS['phpgw']->session->appsession('session_data','lookup');
+
+ //_debug_array($data);
+
+ $this->start = $data['start'];
+ $this->query = $data['query'];
+ $this->filter = $data['filter'];
+ $this->sort = $data['sort'];
+ $this->order = $data['order'];
+ $this->cat_id = $data['cat_id'];
+ $this->district_id = $data['district_id'];
}
Index: class.bometer.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.bometer.inc.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** class.bometer.inc.php 8 Apr 2003 12:38:09 -0000 1.1
--- class.bometer.inc.php 23 May 2003 08:40:19 -0000 1.2
***************
*** 51,54 ****
--- 51,60 ----
$this->socommon =
CreateObject($this->currentapp.'.socommon');
+ if ($session)
+ {
+ $this->read_sessiondata();
+ $this->use_session = True;
+ }
+
$start = get_var('start',array('POST','GET'));
$query = get_var('query',array('POST','GET'));
***************
*** 87,90 ****
--- 93,116 ----
$this->cat_id = $cat_id;
}
+ }
+
+ function save_sessiondata($data)
+ {
+ if ($this->use_session)
+ {
+
$GLOBALS['phpgw']->session->appsession('session_data','meter',$data);
+ }
+ }
+
+ function read_sessiondata()
+ {
+ $data =
$GLOBALS['phpgw']->session->appsession('session_data','meter');
+
+ $this->start = $data['start'];
+ $this->query = $data['query'];
+ $this->filter = $data['filter'];
+ $this->sort = $data['sort'];
+ $this->order = $data['order'];
+ $this->cat_id = $data['cat_id'];
}
Index: class.boowner.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.boowner.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** class.boowner.inc.php 20 May 2003 18:42:58 -0000 1.2
--- class.boowner.inc.php 23 May 2003 08:40:19 -0000 1.3
***************
*** 167,172 ****
$data =
$GLOBALS['phpgw']->session->appsession('session_data','owner');
- //_debug_array($data);
-
$this->start = $data['start'];
$this->query = $data['query'];
--- 167,170 ----
Index: class.boproject.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.boproject.inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** class.boproject.inc.php 9 Apr 2003 20:14:11 -0000 1.3
--- class.boproject.inc.php 23 May 2003 08:40:19 -0000 1.4
***************
*** 34,37 ****
--- 34,43 ----
$this->contacts =
CreateObject('phpgwapi.contacts');
+ if ($session)
+ {
+ $this->read_sessiondata();
+ $this->use_session = True;
+ }
+
$start = get_var('start',array('POST','GET'));
$query = get_var('query',array('POST','GET'));
***************
*** 75,78 ****
--- 81,105 ----
$this->status_id = $status_id;
}
+ }
+
+ function save_sessiondata($data)
+ {
+ if ($this->use_session)
+ {
+
$GLOBALS['phpgw']->session->appsession('session_data','project',$data);
+ }
+ }
+
+ function read_sessiondata()
+ {
+ $data =
$GLOBALS['phpgw']->session->appsession('session_data','project');
+
+ $this->start = $data['start'];
+ $this->query = $data['query'];
+ $this->filter = $data['filter'];
+ $this->sort = $data['sort'];
+ $this->order = $data['order'];
+ $this->cat_id = $data['cat_id'];
+ $this->status_id = $data['status_id'];
}
Index: class.boproperty.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.boproperty.inc.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** class.boproperty.inc.php 18 May 2003 10:59:14 -0000 1.6
--- class.boproperty.inc.php 23 May 2003 08:40:19 -0000 1.7
***************
*** 98,103 ****
$data =
$GLOBALS['phpgw']->session->appsession('session_data','property');
- // _debug_array($data);
-
$this->start = $data['start'];
$this->query = $data['query'];
--- 98,101 ----
***************
*** 106,110 ****
$this->order = $data['order'];
$this->cat_id = $data['cat_id'];
- $this->part_of_town_id = $data['part_of_town_id'];
}
--- 104,107 ----
Index: class.boreport.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.boreport.inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** class.boreport.inc.php 19 May 2003 11:04:36 -0000 1.3
--- class.boreport.inc.php 23 May 2003 08:40:19 -0000 1.4
***************
*** 54,57 ****
--- 54,63 ----
$this->fakebase = $this->vfs->fakebase;
+ if ($session)
+ {
+ $this->read_sessiondata();
+ $this->use_session = True;
+ }
+
$start = get_var('start',array('POST','GET'));
$query = get_var('query',array('POST','GET'));
***************
*** 97,100 ****
--- 103,126 ----
}
+ function save_sessiondata($data)
+ {
+ if ($this->use_session)
+ {
+
$GLOBALS['phpgw']->session->appsession('session_data','report',$data);
+ }
+ }
+
+ function read_sessiondata()
+ {
+ $data =
$GLOBALS['phpgw']->session->appsession('session_data','report');
+
+ $this->start = $data['start'];
+ $this->query = $data['query'];
+ $this->filter = $data['filter'];
+ $this->sort = $data['sort'];
+ $this->order = $data['order'];
+ $this->cat_id = $data['cat_id'];
+ $this->district_id = $data['district_id'];
+ }
Index: class.borequest.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.borequest.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** class.borequest.inc.php 14 Apr 2003 07:24:22 -0000 1.2
--- class.borequest.inc.php 23 May 2003 08:40:19 -0000 1.3
***************
*** 34,37 ****
--- 34,43 ----
$this->contacts =
CreateObject('phpgwapi.contacts');
+ if ($session)
+ {
+ $this->read_sessiondata();
+ $this->use_session = True;
+ }
+
$start = get_var('start',array('POST','GET'));
$query = get_var('query',array('POST','GET'));
***************
*** 77,80 ****
--- 83,106 ----
}
+ function save_sessiondata($data)
+ {
+ if ($this->use_session)
+ {
+
$GLOBALS['phpgw']->session->appsession('session_data','request',$data);
+ }
+ }
+
+ function read_sessiondata()
+ {
+ $data =
$GLOBALS['phpgw']->session->appsession('session_data','request');
+
+ $this->start = $data['start'];
+ $this->query = $data['query'];
+ $this->filter = $data['filter'];
+ $this->sort = $data['sort'];
+ $this->order = $data['order'];
+ $this->cat_id = $data['cat_id'];
+ $this->status_id = $data['status_id'];
+ }
function
select_degree_list($degree_value='',$degreedefault_type='')
Index: class.bostandard_2.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.bostandard_2.inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** class.bostandard_2.inc.php 21 May 2003 12:46:39 -0000 1.3
--- class.bostandard_2.inc.php 23 May 2003 08:40:19 -0000 1.4
***************
*** 50,53 ****
--- 50,59 ----
$this->socommon =
CreateObject($this->currentapp.'.socommon');
+ if ($session)
+ {
+ $this->read_sessiondata();
+ $this->use_session = True;
+ }
+
$start = get_var('start',array('POST','GET'));
$query = get_var('query',array('POST','GET'));
***************
*** 93,96 ****
--- 99,122 ----
}
+ function save_sessiondata($data)
+ {
+ if ($this->use_session)
+ {
+
$GLOBALS['phpgw']->session->appsession('session_data','standard_2',$data);
+ }
+ }
+
+ function read_sessiondata()
+ {
+ $data =
$GLOBALS['phpgw']->session->appsession('session_data','standard_2');
+
+ $this->start = $data['start'];
+ $this->query = $data['query'];
+ $this->filter = $data['filter'];
+ $this->sort = $data['sort'];
+ $this->order = $data['order'];
+ $this->cat_id = $data['cat_id'];
+ $this->allrows = $data['allrows'];
+ }
function read($type='')
Index: class.bostandard_3.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.bostandard_3.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** class.bostandard_3.inc.php 21 May 2003 12:46:39 -0000 1.2
--- class.bostandard_3.inc.php 23 May 2003 08:40:19 -0000 1.3
***************
*** 50,53 ****
--- 50,59 ----
$this->socommon =
CreateObject($this->currentapp.'.socommon');
+ if ($session)
+ {
+ $this->read_sessiondata();
+ $this->use_session = True;
+ }
+
$start = get_var('start',array('POST','GET'));
$query = get_var('query',array('POST','GET'));
***************
*** 86,89 ****
--- 92,115 ----
$this->cat_id = $cat_id;
}
+ }
+
+ function save_sessiondata($data)
+ {
+ if ($this->use_session)
+ {
+
$GLOBALS['phpgw']->session->appsession('session_data','standard_3',$data);
+ }
+ }
+
+ function read_sessiondata()
+ {
+ $data =
$GLOBALS['phpgw']->session->appsession('session_data','standard_3');
+
+ $this->start = $data['start'];
+ $this->query = $data['query'];
+ $this->filter = $data['filter'];
+ $this->sort = $data['sort'];
+ $this->order = $data['order'];
+ $this->cat_id = $data['cat_id'];
}
Index: class.bostandard_entity.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.bostandard_entity.inc.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** class.bostandard_entity.inc.php 21 May 2003 12:46:39 -0000 1.9
--- class.bostandard_entity.inc.php 23 May 2003 08:40:19 -0000 1.10
***************
*** 51,54 ****
--- 51,60 ----
$this->bocommon =
CreateObject($this->currentapp.'.bocommon');
+ if ($session)
+ {
+ $this->read_sessiondata();
+ $this->use_session = True;
+ }
+
$start = get_var('start',array('POST','GET'));
$query = get_var('query',array('POST','GET'));
***************
*** 87,90 ****
--- 93,118 ----
$this->cat_id = $cat_id;
}
+ }
+
+
+ function save_sessiondata($data)
+ {
+ if ($this->use_session)
+ {
+
$GLOBALS['phpgw']->session->appsession('session_data','standard_e',$data);
+ }
+ }
+
+ function read_sessiondata()
+ {
+ $data =
$GLOBALS['phpgw']->session->appsession('session_data','standard_e');
+
+
+ $this->start = $data['start'];
+ $this->query = $data['query'];
+ $this->filter = $data['filter'];
+ $this->sort = $data['sort'];
+ $this->order = $data['order'];
+ $this->cat_id = $data['cat_id'];
}
Index: class.botemplate.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.botemplate.inc.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** class.botemplate.inc.php 7 Apr 2003 07:21:56 -0000 1.1
--- class.botemplate.inc.php 23 May 2003 08:40:19 -0000 1.2
***************
*** 31,34 ****
--- 31,40 ----
$this->socommon =
CreateObject($this->currentapp.'.socommon');
+ if ($session)
+ {
+ $this->read_sessiondata();
+ $this->use_session = True;
+ }
+
$start = get_var('start',array('POST','GET'));
$query = get_var('query',array('POST','GET'));
***************
*** 72,75 ****
--- 78,103 ----
$this->allrows = $allrows;
}
+ }
+
+
+ function save_sessiondata($data)
+ {
+ if ($this->use_session)
+ {
+
$GLOBALS['phpgw']->session->appsession('session_data','template',$data);
+ }
+ }
+
+ function read_sessiondata()
+ {
+ $data =
$GLOBALS['phpgw']->session->appsession('session_data','template');
+
+ $this->start = $data['start'];
+ $this->query = $data['query'];
+ $this->filter = $data['filter'];
+ $this->sort = $data['sort'];
+ $this->order = $data['order'];
+ $this->cat_id = $data['cat_id'];
+ $this->allrows = $data['allrows'];
}
Index: class.botts.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.botts.inc.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** class.botts.inc.php 8 May 2003 09:53:16 -0000 1.10
--- class.botts.inc.php 23 May 2003 08:40:19 -0000 1.11
***************
*** 55,58 ****
--- 55,64 ----
$this->cats =
CreateObject('phpgwapi.categories');
+ if ($session)
+ {
+ $this->read_sessiondata();
+ $this->use_session = True;
+ }
+
$start = get_var('start',array('POST','GET'));
$query = get_var('query',array('POST','GET'));
***************
*** 91,94 ****
--- 97,121 ----
$this->cat_id = $cat_id;
}
+ }
+
+
+ function save_sessiondata($data)
+ {
+ if ($this->use_session)
+ {
+
$GLOBALS['phpgw']->session->appsession('session_data','tts',$data);
+ }
+ }
+
+ function read_sessiondata()
+ {
+ $data =
$GLOBALS['phpgw']->session->appsession('session_data','tts');
+
+ $this->start = $data['start'];
+ $this->query = $data['query'];
+ $this->filter = $data['filter'];
+ $this->sort = $data['sort'];
+ $this->order = $data['order'];
+ $this->cat_id = $data['cat_id'];
}
Index: class.bowo_hour.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.bowo_hour.inc.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** class.bowo_hour.inc.php 7 Apr 2003 07:21:56 -0000 1.7
--- class.bowo_hour.inc.php 23 May 2003 08:40:19 -0000 1.8
***************
*** 30,33 ****
--- 30,39 ----
$this->so =
CreateObject($this->currentapp.'.sowo_hour');
+ if ($session)
+ {
+ $this->read_sessiondata();
+ $this->use_session = True;
+ }
+
$start = get_var('start',array('POST','GET'));
$query = get_var('query',array('POST','GET'));
***************
*** 78,81 ****
--- 84,108 ----
}
+ function save_sessiondata($data)
+ {
+ if ($this->use_session)
+ {
+
$GLOBALS['phpgw']->session->appsession('session_data','wo_hour',$data);
+ }
+ }
+
+ function read_sessiondata()
+ {
+ $data =
$GLOBALS['phpgw']->session->appsession('session_data','wo_hour');
+
+ $this->start = $data['start'];
+ $this->query = $data['query'];
+ $this->filter = $data['filter'];
+ $this->sort = $data['sort'];
+ $this->order = $data['order'];
+ $this->cat_id = $data['cat_id'];
+ $this->allrows = $data['allrows'];
+ $this->chapter_id = $data['chapter_id'];
+ }
function get_chapter_list($format='',$selected='')
Index: class.boworkorder.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.boworkorder.inc.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** class.boworkorder.inc.php 3 Apr 2003 19:12:44 -0000 1.9
--- class.boworkorder.inc.php 23 May 2003 08:40:19 -0000 1.10
***************
*** 34,37 ****
--- 34,43 ----
$this->contacts =
CreateObject('phpgwapi.contacts');
+ if ($session)
+ {
+ $this->read_sessiondata();
+ $this->use_session = True;
+ }
+
$start = get_var('start',array('POST','GET'));
$query = get_var('query',array('POST','GET'));
***************
*** 74,77 ****
--- 80,104 ----
{
$this->status_id = $status_id;
+ }
+ }
+
+ function read_sessiondata()
+ {
+ $data =
$GLOBALS['phpgw']->session->appsession('session_data','workorder');
+
+ $this->start = $data['start'];
+ $this->query = $data['query'];
+ $this->filter = $data['filter'];
+ $this->sort = $data['sort'];
+ $this->order = $data['order'];
+ $this->cat_id = $data['cat_id'];
+ $this->order = $data['order'];
+ }
+
+ function save_sessiondata($data)
+ {
+ if ($this->use_session)
+ {
+
$GLOBALS['phpgw']->session->appsession('session_data','workorder',$data);
}
}
Index: class.uiadmin.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uiadmin.inc.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** class.uiadmin.inc.php 21 May 2003 12:46:39 -0000 1.10
--- class.uiadmin.inc.php 23 May 2003 08:40:19 -0000 1.11
***************
*** 36,40 ****
$this->grants =
$GLOBALS['phpgw']->acl->get_grants($this->currentapp);
$this->grants[$this->account] = PHPGW_ACL_READ +
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
! $this->bo =
CreateObject($this->currentapp.'.boadmin',false);
$this->bocommon =
CreateObject($this->currentapp.'.bocommon');
--- 36,40 ----
$this->grants =
$GLOBALS['phpgw']->acl->get_grants($this->currentapp);
$this->grants[$this->account] = PHPGW_ACL_READ +
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
! $this->bo =
CreateObject($this->currentapp.'.boadmin',true);
$this->bocommon =
CreateObject($this->currentapp.'.bocommon');
***************
*** 61,65 ****
);
! $this->bocommon->save_sessiondata($data);
}
--- 61,65 ----
);
! $this->bo->save_sessiondata($data);
}
Index: class.uiapartment.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uiapartment.inc.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** class.uiapartment.inc.php 21 May 2003 12:46:39 -0000 1.11
--- class.uiapartment.inc.php 23 May 2003 08:40:19 -0000 1.12
***************
*** 62,66 ****
'cat_id' => $this->cat_id
);
! $this->bocommon->save_sessiondata($data);
}
--- 62,66 ----
'cat_id' => $this->cat_id
);
! $this->bo->save_sessiondata($data);
}
Index: class.uicategory.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uicategory.inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** class.uicategory.inc.php 21 May 2003 12:46:39 -0000 1.3
--- class.uicategory.inc.php 23 May 2003 08:40:19 -0000 1.4
***************
*** 34,39 ****
$this->grants =
$GLOBALS['phpgw']->acl->get_grants($this->currentapp);
$this->grants[$this->account] = PHPGW_ACL_READ +
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
! $this->bo =
CreateObject($this->currentapp.'.bocategory');
! $this->bocommon =
CreateObject($this->currentapp.'.bocommon',True);
$this->start =
$this->bo->start;
--- 34,39 ----
$this->grants =
$GLOBALS['phpgw']->acl->get_grants($this->currentapp);
$this->grants[$this->account] = PHPGW_ACL_READ +
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
! $this->bo =
CreateObject($this->currentapp.'.bocategory',true);
! $this->bocommon =
CreateObject($this->currentapp.'.bocommon');
$this->start =
$this->bo->start;
***************
*** 52,57 ****
'sort' => $this->sort,
'order' => $this->order,
);
! $this->bocommon->save_sessiondata($data);
}
--- 52,58 ----
'sort' => $this->sort,
'order' => $this->order,
+ 'allrows' => $this->allrows
);
! $this->bo->save_sessiondata($data);
}
Index: class.uidocument.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uidocument.inc.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** class.uidocument.inc.php 21 May 2003 12:46:39 -0000 1.8
--- class.uidocument.inc.php 23 May 2003 08:40:19 -0000 1.9
***************
*** 39,44 ****
$this->grants[$this->account] = PHPGW_ACL_READ +
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
$this->bo =
CreateObject($this->currentapp.'.bodocument',True);
! $this->so =
CreateObject($this->currentapp.'.sodocument',True);
! $this->bocommon =
CreateObject($this->currentapp.'.bocommon',True);
$this->rootdir =
$this->bo->rootdir;
$this->fakebase =
$this->bo->fakebase;
--- 39,43 ----
$this->grants[$this->account] = PHPGW_ACL_READ +
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
$this->bo =
CreateObject($this->currentapp.'.bodocument',True);
! $this->bocommon =
CreateObject($this->currentapp.'.bocommon');
$this->rootdir =
$this->bo->rootdir;
$this->fakebase =
$this->bo->fakebase;
***************
*** 64,70 ****
'order' => $this->order,
'filter' => $this->filter,
! 'cat_id' => $this->cat_id
);
! $this->bocommon->save_sessiondata($data);
}
--- 63,71 ----
'order' => $this->order,
'filter' => $this->filter,
! 'cat_id' => $this->cat_id,
! 'status_id' => $this->status_id,
! 'equipment_type' => $this->equipment_type
);
! $this->bo->save_sessiondata($data);
}
Index: class.uidrawing.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uidrawing.inc.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** class.uidrawing.inc.php 21 May 2003 12:46:40 -0000 1.18
--- class.uidrawing.inc.php 23 May 2003 08:40:19 -0000 1.19
***************
*** 38,43 ****
$this->grants[$this->account] = PHPGW_ACL_READ +
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
$this->bo =
CreateObject($this->currentapp.'.bodrawing',True);
! $this->so =
CreateObject($this->currentapp.'.sodrawing',True);
! $this->bocommon =
CreateObject($this->currentapp.'.bocommon',True);
$this->rootdir =
$this->bo->basedir;
$this->fakebase =
$this->bo->fakebase;
--- 38,42 ----
$this->grants[$this->account] = PHPGW_ACL_READ +
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
$this->bo =
CreateObject($this->currentapp.'.bodrawing',True);
! $this->bocommon =
CreateObject($this->currentapp.'.bocommon');
$this->rootdir =
$this->bo->basedir;
$this->fakebase =
$this->bo->fakebase;
***************
*** 63,69 ****
'order' => $this->order,
'filter' => $this->filter,
! 'cat_id' => $this->cat_id
);
! $this->bocommon->save_sessiondata($data);
}
--- 62,69 ----
'order' => $this->order,
'filter' => $this->filter,
! 'cat_id' => $this->cat_id,
! 'status_id' => $this->status_id
);
! $this->bo->save_sessiondata($data);
}
Index: class.uientrance.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uientrance.inc.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** class.uientrance.inc.php 21 May 2003 12:46:40 -0000 1.12
--- class.uientrance.inc.php 23 May 2003 08:40:19 -0000 1.13
***************
*** 60,64 ****
'order' => $this->order,
'filter' => $this->filter,
! 'cat_id' => $this->cat_id
);
$this->bo->save_sessiondata($data);
--- 60,65 ----
'order' => $this->order,
'filter' => $this->filter,
! 'cat_id' => $this->cat_id,
! 'part_of_town_id' =>
$this->part_of_town_id
);
$this->bo->save_sessiondata($data);
Index: class.uiequipment.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uiequipment.inc.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** class.uiequipment.inc.php 21 May 2003 12:46:40 -0000 1.21
--- class.uiequipment.inc.php 23 May 2003 08:40:19 -0000 1.22
***************
*** 38,43 ****
$this->grants[$this->account] = PHPGW_ACL_READ +
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
$this->bo =
CreateObject($this->currentapp.'.boequipment',True);
! $this->so =
CreateObject($this->currentapp.'.soequipment',True);
! $this->bocommon =
CreateObject($this->currentapp.'.bocommon',True);
$this->start =
$this->bo->start;
--- 38,43 ----
$this->grants[$this->account] = PHPGW_ACL_READ +
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
$this->bo =
CreateObject($this->currentapp.'.boequipment',True);
! $this->so =
CreateObject($this->currentapp.'.soequipment');
! $this->bocommon =
CreateObject($this->currentapp.'.bocommon');
$this->start =
$this->bo->start;
***************
*** 47,52 ****
$this->filter =
$this->bo->filter;
$this->cat_id =
$this->bo->cat_id;
! $this->part_of_town_id =
$this->bocommon->part_of_town_id;
! $this->district_id =
$this->bocommon->district_id;
$GLOBALS['phpgw']->session->appsession('sub',$this->currentapp,'equipment');
--- 47,52 ----
$this->filter =
$this->bo->filter;
$this->cat_id =
$this->bo->cat_id;
! $this->part_of_town_id =
$this->bo->part_of_town_id;
! $this->district_id =
$this->bo->district_id;
$GLOBALS['phpgw']->session->appsession('sub',$this->currentapp,'equipment');
***************
*** 62,68 ****
'order' => $this->order,
'filter' => $this->filter,
! 'cat_id' => $this->cat_id
);
! $this->bocommon->save_sessiondata($data);
}
--- 62,70 ----
'order' => $this->order,
'filter' => $this->filter,
! 'cat_id' => $this->cat_id,
! 'part_of_town_id' =>
$this->part_of_town_id,
! 'district_id' => $this->district_id
);
! $this->bo->save_sessiondata($data);
}
Index: class.uigab.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uigab.inc.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** class.uigab.inc.php 21 May 2003 12:46:40 -0000 1.4
--- class.uigab.inc.php 23 May 2003 08:40:19 -0000 1.5
***************
*** 38,42 ****
$this->grants[$this->account] = PHPGW_ACL_READ +
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
$this->bo =
CreateObject($this->currentapp.'.bogab',True);
! $this->bocommon =
CreateObject($this->currentapp.'.bocommon',True);
$this->config =
CreateObject('phpgwapi.config');
--- 38,42 ----
$this->grants[$this->account] = PHPGW_ACL_READ +
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
$this->bo =
CreateObject($this->currentapp.'.bogab',True);
! $this->bocommon =
CreateObject($this->currentapp.'.bocommon');
$this->config =
CreateObject('phpgwapi.config');
***************
*** 62,68 ****
'order' => $this->order,
'filter' => $this->filter,
! 'cat_id' => $this->cat_id
);
! $this->bocommon->save_sessiondata($data);
}
--- 62,69 ----
'order' => $this->order,
'filter' => $this->filter,
! 'cat_id' => $this->cat_id,
! 'allrows' => $this->allrows
);
! $this->bo->save_sessiondata($data);
}
Index: class.uiinvestment.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uiinvestment.inc.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** class.uiinvestment.inc.php 21 May 2003 12:46:40 -0000 1.18
--- class.uiinvestment.inc.php 23 May 2003 08:40:19 -0000 1.19
***************
*** 36,40 ****
$this->grants[$this->account] = PHPGW_ACL_READ +
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
$this->bo =
CreateObject($this->currentapp.'.boinvestment',True);
! $this->bocommon =
CreateObject($this->currentapp.'.bocommon',True);
$this->acl2 =
CreateObject($this->currentapp.'.acl2');
--- 36,40 ----
$this->grants[$this->account] = PHPGW_ACL_READ +
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
$this->bo =
CreateObject($this->currentapp.'.boinvestment',True);
! $this->bocommon =
CreateObject($this->currentapp.'.bocommon');
$this->acl2 =
CreateObject($this->currentapp.'.acl2');
Index: class.uiinvoice.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uiinvoice.inc.php,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** class.uiinvoice.inc.php 21 May 2003 20:09:51 -0000 1.24
--- class.uiinvoice.inc.php 23 May 2003 08:40:19 -0000 1.25
***************
*** 39,43 ****
$this->grants[$this->account] = PHPGW_ACL_READ +
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
$this->bo =
CreateObject($this->currentapp.'.boinvoice',True);
! $this->bocommon =
CreateObject($this->currentapp.'.bocommon',True);
$this->start =
$this->bo->start;
--- 39,43 ----
$this->grants[$this->account] = PHPGW_ACL_READ +
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
$this->bo =
CreateObject($this->currentapp.'.boinvoice',True);
! $this->bocommon =
CreateObject($this->currentapp.'.bocommon');
$this->start =
$this->bo->start;
***************
*** 77,84 ****
'filter' => $this->filter,
'cat_id' => $this->cat_id,
! 'sub' => $this->sub,
! 'user_lid' => $this->user_lid
);
! $this->bocommon->save_sessiondata($data);
}
--- 77,84 ----
'filter' => $this->filter,
'cat_id' => $this->cat_id,
! 'user_lid' => $this->user_lid,
! 'allrows' => $this->allrows
);
! $this->bo->save_sessiondata($data);
}
***************
*** 283,287 ****
$data['lang_select_vendor_statustext'] =
lang('Select the vendor by klicking this link');
$data['lang_vendor']
= lang('Vendor');
! $data['property_link']
=
$GLOBALS['phpgw']->link('/index.php','menuaction='.$this->currentapp.'.uilookup.property');
$data['lang_select_property_statustext']=
lang('Select the property by klicking this link');
$data['lang_property_statustext']
= lang('Search by property');
--- 283,287 ----
$data['lang_select_vendor_statustext'] =
lang('Select the vendor by klicking this link');
$data['lang_vendor']
= lang('Vendor');
! $data['property_link']
=
$GLOBALS['phpgw']->link('/index.php','menuaction='.$this->currentapp.'.uilookup.location&list=property');
$data['lang_select_property_statustext']=
lang('Select the property by klicking this link');
$data['lang_property_statustext']
= lang('Search by property');
Index: class.uilookup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uilookup.inc.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** class.uilookup.inc.php 21 May 2003 20:09:51 -0000 1.18
--- class.uilookup.inc.php 23 May 2003 08:40:19 -0000 1.19
***************
*** 44,48 ****
$this->grants[$this->account] = PHPGW_ACL_READ +
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
$this->bo =
CreateObject($this->currentapp.'.bolookup',True);
! $this->bocommon =
CreateObject($this->currentapp.'.bocommon',True);
$this->start =
$this->bo->start;
--- 44,48 ----
$this->grants[$this->account] = PHPGW_ACL_READ +
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
$this->bo =
CreateObject($this->currentapp.'.bolookup',True);
! $this->bocommon =
CreateObject($this->currentapp.'.bocommon');
$this->start =
$this->bo->start;
***************
*** 52,57 ****
$this->filter =
$this->bo->filter;
$this->cat_id =
$this->bo->cat_id;
! $this->part_of_town_id =
$this->bocommon->part_of_town_id;
! $this->district_id =
$this->bocommon->district_id;
}
--- 52,57 ----
$this->filter =
$this->bo->filter;
$this->cat_id =
$this->bo->cat_id;
! $this->part_of_town_id =
$this->bo->part_of_town_id;
! $this->district_id =
$this->bo->district_id;
}
***************
*** 60,72 ****
$data = array
(
! 'start' => $this->start,
! 'query' => $this->query,
! 'sort' => $this->sort,
! 'order' => $this->order,
! 'filter' => $this->filter,
! 'cat_id' => $this->cat_id,
! 'district_id' => $this->district_id
);
! $this->bocommon->save_sessiondata($data);
}
--- 60,73 ----
$data = array
(
! 'start' => $this->start,
! 'query' => $this->query,
! 'sort' => $this->sort,
! 'order' => $this->order,
! 'filter' =>
$this->filter,
! 'cat_id' =>
$this->cat_id,
! 'part_of_town_id' =>
$this->part_of_town_id,
! 'district_id' => $this->district_id
);
! $this->bo->save_sessiondata($data);
}
Index: class.uimeter.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uimeter.inc.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** class.uimeter.inc.php 21 May 2003 20:09:51 -0000 1.9
--- class.uimeter.inc.php 23 May 2003 08:40:19 -0000 1.10
***************
*** 38,42 ****
$this->grants[$this->account] = PHPGW_ACL_READ +
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
$this->bo =
CreateObject($this->currentapp.'.bometer');
! $this->bocommon =
CreateObject($this->currentapp.'.bocommon',True);
$this->start =
$this->bo->start;
--- 38,42 ----
$this->grants[$this->account] = PHPGW_ACL_READ +
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
$this->bo =
CreateObject($this->currentapp.'.bometer');
! $this->bocommon =
CreateObject($this->currentapp.'.bocommon');
$this->start =
$this->bo->start;
***************
*** 61,65 ****
'cat_id' => $this->cat_id
);
! $this->bocommon->save_sessiondata($data);
}
--- 61,65 ----
'cat_id' => $this->cat_id
);
! $this->bo->save_sessiondata($data);
}
Index: class.uiowner.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uiowner.inc.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** class.uiowner.inc.php 21 May 2003 12:46:40 -0000 1.4
--- class.uiowner.inc.php 23 May 2003 08:40:19 -0000 1.5
***************
*** 36,40 ****
$this->grants[$this->account] = PHPGW_ACL_READ +
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
$this->bo =
CreateObject($this->currentapp.'.boowner',True);
! $this->bocommon =
CreateObject($this->currentapp.'.bocommon',True);
$this->start = $this->bo->start;
--- 36,40 ----
$this->grants[$this->account] = PHPGW_ACL_READ +
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
$this->bo =
CreateObject($this->currentapp.'.boowner',True);
! $this->bocommon =
CreateObject($this->currentapp.'.bocommon');
$this->start = $this->bo->start;
***************
*** 44,48 ****
$this->filter = $this->bo->filter;
$this->cat_id = $this->bo->cat_id;
! $this->allrows =
$this->bo->allrows;
}
--- 44,48 ----
$this->filter = $this->bo->filter;
$this->cat_id = $this->bo->cat_id;
! $this->allrows = $this->bo->allrows;
}
***************
*** 51,61 ****
$data = array
(
! 'start' => $this->start,
! 'query' => $this->query,
! 'sort' => $this->sort,
! 'order' => $this->order,
! 'filter' => $this->filter,
! 'cat_id' => $this->cat_id,
! 'this->allrows' => $this->allrows
);
$this->bo->save_sessiondata($data);
--- 51,61 ----
$data = array
(
! 'start' => $this->start,
! 'query' => $this->query,
! 'sort' => $this->sort,
! 'order' => $this->order,
! 'filter' => $this->filter,
! 'cat_id' => $this->cat_id,
! 'this->allrows' => $this->allrows
);
$this->bo->save_sessiondata($data);
Index: class.uipricebook.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uipricebook.inc.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** class.uipricebook.inc.php 21 May 2003 20:09:51 -0000 1.15
--- class.uipricebook.inc.php 23 May 2003 08:40:19 -0000 1.16
***************
*** 44,49 ****
$this->grants[$this->account] = PHPGW_ACL_READ +
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
$this->bo =
CreateObject($this->currentapp.'.bopricebook',True);
! $this->bocommon =
CreateObject($this->currentapp.'.bocommon',True);
! $this->socommon =
CreateObject($this->currentapp.'.socommon',True);
$this->contacts =
CreateObject('phpgwapi.contacts');
--- 44,48 ----
$this->grants[$this->account] = PHPGW_ACL_READ +
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
$this->bo =
CreateObject($this->currentapp.'.bopricebook',True);
! $this->bocommon =
CreateObject($this->currentapp.'.bocommon');
$this->contacts =
CreateObject('phpgwapi.contacts');
***************
*** 68,72 ****
'order' => $this->order,
'filter' => $this->filter,
! 'cat_id' => $this->cat_id
);
$this->bo->save_sessiondata($data);
--- 67,72 ----
'order' => $this->order,
'filter' => $this->filter,
! 'cat_id' => $this->cat_id,
! 'allrows' => $this->allrows
);
$this->bo->save_sessiondata($data);
Index: class.uiproject.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uiproject.inc.php,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** class.uiproject.inc.php 21 May 2003 12:46:40 -0000 1.20
--- class.uiproject.inc.php 23 May 2003 08:40:19 -0000 1.21
***************
*** 38,43 ****
$this->grants[$this->account] = PHPGW_ACL_READ +
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
$this->bo =
CreateObject($this->currentapp.'.boproject',True);
! $this->so =
CreateObject($this->currentapp.'.soproject',True);
! $this->bocommon =
CreateObject($this->currentapp.'.bocommon',True);
$this->config =
CreateObject('phpgwapi.config');
--- 38,43 ----
$this->grants[$this->account] = PHPGW_ACL_READ +
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
$this->bo =
CreateObject($this->currentapp.'.boproject',True);
! $this->so =
CreateObject($this->currentapp.'.soproject');
! $this->bocommon =
CreateObject($this->currentapp.'.bocommon');
$this->config =
CreateObject('phpgwapi.config');
***************
*** 63,69 ****
'order' => $this->order,
'filter' => $this->filter,
! 'cat_id' => $this->cat_id
);
! $this->bocommon->save_sessiondata($data);
}
--- 63,70 ----
'order' => $this->order,
'filter' => $this->filter,
! 'cat_id' => $this->cat_id,
! 'status_id' => $this->status_id
);
! $this->bo->save_sessiondata($data);
}
Index: class.uiproperty.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uiproperty.inc.php,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** class.uiproperty.inc.php 21 May 2003 12:46:40 -0000 1.23
--- class.uiproperty.inc.php 23 May 2003 08:40:19 -0000 1.24
***************
*** 40,45 ****
$this->grants =
$GLOBALS['phpgw']->acl->get_grants($this->currentapp);
$this->grants[$this->account] = PHPGW_ACL_READ +
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
! $this->bo =
CreateObject($this->currentapp.'.boproperty');
! $this->bocommon =
CreateObject($this->currentapp.'.bocommon',True);
$this->start =
$this->bo->start;
--- 40,45 ----
$this->grants =
$GLOBALS['phpgw']->acl->get_grants($this->currentapp);
$this->grants[$this->account] = PHPGW_ACL_READ +
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
! $this->bo =
CreateObject($this->currentapp.'.boproperty',True);
! $this->bocommon =
CreateObject($this->currentapp.'.bocommon');
$this->start =
$this->bo->start;
***************
*** 49,53 ****
$this->filter =
$this->bo->filter;
$this->cat_id =
$this->bo->cat_id;
! $this->part_of_town_id =
$this->bocommon->part_of_town_id;
$GLOBALS['phpgw']->session->appsession('sub',$this->currentapp,'property');
--- 49,53 ----
$this->filter =
$this->bo->filter;
$this->cat_id =
$this->bo->cat_id;
! $this->part_of_town_id =
$this->bo->part_of_town_id;
$GLOBALS['phpgw']->session->appsession('sub',$this->currentapp,'property');
***************
*** 58,67 ****
$data = array
(
! 'start' => $this->start,
! 'query' => $this->query,
! 'sort' => $this->sort,
! 'order' => $this->order,
! 'filter' => $this->filter,
! 'cat_id' => $this->cat_id
);
$this->bo->save_sessiondata($data);
--- 58,68 ----
$data = array
(
! 'start' => $this->start,
! 'query' => $this->query,
! 'sort' => $this->sort,
! 'order' => $this->order,
! 'filter' =>
$this->filter,
! 'cat_id' =>
$this->cat_id,
! 'part_of_town_id' =>
$this->part_of_town_id
);
$this->bo->save_sessiondata($data);
Index: class.uireport.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uireport.inc.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** class.uireport.inc.php 21 May 2003 12:46:40 -0000 1.4
--- class.uireport.inc.php 23 May 2003 08:40:19 -0000 1.5
***************
*** 39,44 ****
$this->grants[$this->account] = PHPGW_ACL_READ +
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
$this->bo =
CreateObject($this->currentapp.'.boreport',True);
! $this->so =
CreateObject($this->currentapp.'.soreport',True);
! $this->bocommon =
CreateObject($this->currentapp.'.bocommon',True);
$this->fakebase =
$this->bo->fakebase;
--- 39,44 ----
$this->grants[$this->account] = PHPGW_ACL_READ +
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
$this->bo =
CreateObject($this->currentapp.'.boreport',True);
! $this->so =
CreateObject($this->currentapp.'.soreport');
! $this->bocommon =
CreateObject($this->currentapp.'.bocommon');
$this->fakebase =
$this->bo->fakebase;
***************
*** 49,54 ****
$this->filter =
$this->bo->filter;
$this->cat_id =
$this->bo->cat_id;
! $this->part_of_town_id =
$this->bocommon->part_of_town_id;
! $this->district_id =
$this->bocommon->district_id;
$GLOBALS['phpgw']->session->appsession('sub',$this->currentapp,'report');
--- 49,54 ----
$this->filter =
$this->bo->filter;
$this->cat_id =
$this->bo->cat_id;
! $this->part_of_town_id =
$this->bo->part_of_town_id;
! $this->district_id =
$this->bo->district_id;
$GLOBALS['phpgw']->session->appsession('sub',$this->currentapp,'report');
***************
*** 59,70 ****
$data = array
(
! 'start' => $this->start,
! 'query' => $this->query,
! 'sort' => $this->sort,
! 'order' => $this->order,
! 'filter' => $this->filter,
! 'cat_id' => $this->cat_id
);
! $this->bocommon->save_sessiondata($data);
}
--- 59,72 ----
$data = array
(
! 'start' => $this->start,
! 'query' => $this->query,
! 'sort' => $this->sort,
! 'order' => $this->order,
! 'filter' =>
$this->filter,
! 'cat_id' => $this->cat_id
! 'part_of_town_id' =>
$this->part_of_town_id
! 'district_id' => $this->district_id
);
! $this->bo->save_sessiondata($data);
}
Index: class.uirequest.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uirequest.inc.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** class.uirequest.inc.php 22 May 2003 09:54:11 -0000 1.14
--- class.uirequest.inc.php 23 May 2003 08:40:19 -0000 1.15
***************
*** 39,44 ****
$this->grants[$this->account] = PHPGW_ACL_READ +
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
$this->bo =
CreateObject($this->currentapp.'.borequest',True);
! $this->boproject =
CreateObject($this->currentapp.'.boproject',True);
! $this->bocommon =
CreateObject($this->currentapp.'.bocommon',True);
$this->config =
CreateObject('phpgwapi.config');
--- 39,44 ----
$this->grants[$this->account] = PHPGW_ACL_READ +
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
$this->bo =
CreateObject($this->currentapp.'.borequest',True);
! $this->boproject =
CreateObject($this->currentapp.'.boproject');
! $this->bocommon =
CreateObject($this->currentapp.'.bocommon');
$this->config =
CreateObject('phpgwapi.config');
***************
*** 63,69 ****
'order' => $this->order,
'filter' => $this->filter,
! 'cat_id' => $this->cat_id
);
! $this->bocommon->save_sessiondata($data);
}
--- 63,70 ----
'order' => $this->order,
'filter' => $this->filter,
! 'cat_id' => $this->cat_id,
! 'status_id' => $this->status_id
);
! $this->bo->save_sessiondata($data);
}
Index: class.uistandard_2.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uistandard_2.inc.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** class.uistandard_2.inc.php 21 May 2003 12:46:40 -0000 1.11
--- class.uistandard_2.inc.php 23 May 2003 08:40:19 -0000 1.12
***************
*** 34,39 ****
$this->grants =
$GLOBALS['phpgw']->acl->get_grants($this->currentapp);
$this->grants[$this->account] = PHPGW_ACL_READ +
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
! $this->bo =
CreateObject($this->currentapp.'.bostandard_2');
! $this->bocommon =
CreateObject($this->currentapp.'.bocommon',True);
$this->start =
$this->bo->start;
--- 34,39 ----
$this->grants =
$GLOBALS['phpgw']->acl->get_grants($this->currentapp);
$this->grants[$this->account] = PHPGW_ACL_READ +
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
! $this->bo =
CreateObject($this->currentapp.'.bostandard_2',True);
! $this->bocommon =
CreateObject($this->currentapp.'.bocommon');
$this->start =
$this->bo->start;
***************
*** 52,57 ****
'sort' => $this->sort,
'order' => $this->order,
);
! $this->bocommon->save_sessiondata($data);
}
--- 52,58 ----
'sort' => $this->sort,
'order' => $this->order,
+ 'allrows' => $this->allrows,
);
! $this->bo->save_sessiondata($data);
}
Index: class.uistandard_3.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uistandard_3.inc.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** class.uistandard_3.inc.php 21 May 2003 12:46:40 -0000 1.10
--- class.uistandard_3.inc.php 23 May 2003 08:40:19 -0000 1.11
***************
*** 34,39 ****
$this->grants =
$GLOBALS['phpgw']->acl->get_grants($this->currentapp);
$this->grants[$this->account] = PHPGW_ACL_READ +
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
! $this->bo =
CreateObject($this->currentapp.'.bostandard_3');
! $this->bocommon =
CreateObject($this->currentapp.'.bocommon',True);
$this->start =
$this->bo->start;
--- 34,39 ----
$this->grants =
$GLOBALS['phpgw']->acl->get_grants($this->currentapp);
$this->grants[$this->account] = PHPGW_ACL_READ +
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
! $this->bo =
CreateObject($this->currentapp.'.bostandard_3',True);
! $this->bocommon =
CreateObject($this->currentapp.'.bocommon');
$this->start =
$this->bo->start;
***************
*** 41,44 ****
--- 41,45 ----
$this->sort =
$this->bo->sort;
$this->order =
$this->bo->order;
+ $this->allrows =
$this->bo->allrows;
}
***************
*** 51,56 ****
'sort' => $this->sort,
'order' => $this->order,
);
! $this->bocommon->save_sessiondata($data);
}
--- 52,58 ----
'sort' => $this->sort,
'order' => $this->order,
+ 'allrows' => $this->allrows,
);
! $this->bo->save_sessiondata($data);
}
Index: class.uistandard_entity.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uistandard_entity.inc.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** class.uistandard_entity.inc.php 21 May 2003 12:46:40 -0000 1.13
--- class.uistandard_entity.inc.php 23 May 2003 08:40:19 -0000 1.14
***************
*** 36,41 ****
$this->grants =
$GLOBALS['phpgw']->acl->get_grants($this->currentapp);
$this->grants[$this->account] = PHPGW_ACL_READ +
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
! $this->bo =
CreateObject($this->currentapp.'.bostandard_entity');
! $this->bocommon =
CreateObject($this->currentapp.'.bocommon',True);
$this->start =
$this->bo->start;
--- 36,41 ----
$this->grants =
$GLOBALS['phpgw']->acl->get_grants($this->currentapp);
$this->grants[$this->account] = PHPGW_ACL_READ +
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
! $this->bo =
CreateObject($this->currentapp.'.bostandard_entity',True);
! $this->bocommon =
CreateObject($this->currentapp.'.bocommon');
$this->start =
$this->bo->start;
***************
*** 54,58 ****
'order' => $this->order,
);
! $this->bocommon->save_sessiondata($data);
}
--- 54,58 ----
'order' => $this->order,
);
! $this->bo->save_sessiondata($data);
}
Index: class.uitemplate.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uitemplate.inc.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** class.uitemplate.inc.php 21 May 2003 12:46:40 -0000 1.9
--- class.uitemplate.inc.php 23 May 2003 08:40:19 -0000 1.10
***************
*** 37,44 ****
$this->grants =
$GLOBALS['phpgw']->acl->get_grants($this->currentapp);
$this->grants[$this->account] = PHPGW_ACL_READ +
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
! $this->bo =
CreateObject($this->currentapp.'.botemplate');
$this->bowo_hour =
CreateObject($this->currentapp.'.bowo_hour');
! $this->bocommon =
CreateObject($this->currentapp.'.bocommon',True);
! $this->bopricebook =
CreateObject($this->currentapp.'.bopricebook',True);
--- 37,44 ----
$this->grants =
$GLOBALS['phpgw']->acl->get_grants($this->currentapp);
$this->grants[$this->account] = PHPGW_ACL_READ +
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
! $this->bo =
CreateObject($this->currentapp.'.botemplate',True);
$this->bowo_hour =
CreateObject($this->currentapp.'.bowo_hour');
! $this->bocommon =
CreateObject($this->currentapp.'.bocommon');
! $this->bopricebook =
CreateObject($this->currentapp.'.bopricebook');
***************
*** 59,72 ****
$data = array
(
! 'start' => $this->start,
! 'query' => $this->query,
! 'sort' => $this->sort,
! 'order' => $this->order,
! 'filter' => $this->filter,
! 'cat_id' => $this->cat_id,
! 'chapter_id' => $this->chapter_id,
! 'allrows' => $this->allrows
);
! $this->bocommon->save_sessiondata($data);
}
--- 59,72 ----
$data = array
(
! 'start' => $this->start,
! 'query' => $this->query,
! 'sort' => $this->sort,
! 'order' => $this->order,
! 'filter' =>
$this->filter,
! 'cat_id' =>
$this->cat_id,
! 'chapter_id' => $this->chapter_id,
! 'allrows' =>
$this->allrows
);
! $this->bo->save_sessiondata($data);
}
Index: class.uitenant.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uitenant.inc.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** class.uitenant.inc.php 22 May 2003 20:09:22 -0000 1.1
--- class.uitenant.inc.php 23 May 2003 08:40:19 -0000 1.2
***************
*** 36,40 ****
$this->grants[$this->account] = PHPGW_ACL_READ +
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
$this->bo =
CreateObject($this->currentapp.'.botenant',True);
! $this->bocommon =
CreateObject($this->currentapp.'.bocommon',True);
$this->start = $this->bo->start;
--- 36,40 ----
$this->grants[$this->account] = PHPGW_ACL_READ +
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
$this->bo =
CreateObject($this->currentapp.'.botenant',True);
! $this->bocommon =
CreateObject($this->currentapp.'.bocommon');
$this->start = $this->bo->start;
***************
*** 44,48 ****
$this->filter = $this->bo->filter;
$this->cat_id = $this->bo->cat_id;
! $this->allrows =
$this->bo->allrows;
}
--- 44,48 ----
$this->filter = $this->bo->filter;
$this->cat_id = $this->bo->cat_id;
! $this->allrows = $this->bo->allrows;
}
***************
*** 57,61 ****
'filter' => $this->filter,
'cat_id' => $this->cat_id,
! 'this->allrows' => $this->allrows
);
$this->bo->save_sessiondata($data);
--- 57,61 ----
'filter' => $this->filter,
'cat_id' => $this->cat_id,
! 'allrows' => $this->allrows
);
$this->bo->save_sessiondata($data);
Index: class.uitts.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uitts.inc.php,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** class.uitts.inc.php 21 May 2003 12:46:40 -0000 1.26
--- class.uitts.inc.php 23 May 2003 08:40:19 -0000 1.27
***************
*** 40,45 ****
$this->grants[$this->account] = PHPGW_ACL_READ +
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
$this->bo =
CreateObject($this->currentapp.'.botts',True);
! $this->so2 =
CreateObject($this->currentapp.'.sotts2',True);
! $this->bocommon =
CreateObject($this->currentapp.'.bocommon',True);
$this->start =
$this->bo->start;
--- 40,45 ----
$this->grants[$this->account] = PHPGW_ACL_READ +
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
$this->bo =
CreateObject($this->currentapp.'.botts',True);
! $this->so2 =
CreateObject($this->currentapp.'.sotts2');
! $this->bocommon =
CreateObject($this->currentapp.'.bocommon');
$this->start =
$this->bo->start;
***************
*** 49,53 ****
$this->filter =
$this->bo->filter;
$this->cat_id =
$this->bo->cat_id;
! $this->part_of_town_id =
$this->bocommon->part_of_town_id;
$GLOBALS['phpgw']->session->appsession('sub',$this->currentapp,'ticket');
--- 49,53 ----
$this->filter =
$this->bo->filter;
$this->cat_id =
$this->bo->cat_id;
! $this->part_of_town_id =
$this->bo->part_of_town_id;
$GLOBALS['phpgw']->session->appsession('sub',$this->currentapp,'ticket');
***************
*** 65,69 ****
'cat_id' => $this->cat_id
);
! $this->bocommon->save_sessiondata($data);
}
--- 65,69 ----
'cat_id' => $this->cat_id
);
! $this->bo->save_sessiondata($data);
}
Index: class.uiwo_hour.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uiwo_hour.inc.php,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** class.uiwo_hour.inc.php 21 May 2003 12:46:40 -0000 1.23
--- class.uiwo_hour.inc.php 23 May 2003 08:40:19 -0000 1.24
***************
*** 42,50 ****
$this->grants[$this->account] = PHPGW_ACL_READ +
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
$this->bo =
CreateObject($this->currentapp.'.bowo_hour',True);
! $this->boworkorder =
CreateObject($this->currentapp.'.boworkorder',True);
! $this->boproject =
CreateObject($this->currentapp.'.boproject',True);
! $this->botemplate =
CreateObject($this->currentapp.'.botemplate',True);
! $this->bopricebook =
CreateObject($this->currentapp.'.bopricebook',True);
! $this->soproperty =
CreateObject($this->currentapp.'.soproperty',True);
$this->historylog =
CreateObject($this->currentapp.'.historylog','workorder');
--- 42,50 ----
$this->grants[$this->account] = PHPGW_ACL_READ +
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
$this->bo =
CreateObject($this->currentapp.'.bowo_hour',True);
! $this->boworkorder =
CreateObject($this->currentapp.'.boworkorder');
! $this->boproject =
CreateObject($this->currentapp.'.boproject');
! $this->botemplate =
CreateObject($this->currentapp.'.botemplate');
! $this->bopricebook =
CreateObject($this->currentapp.'.bopricebook');
! $this->soproperty =
CreateObject($this->currentapp.'.soproperty');
$this->historylog =
CreateObject($this->currentapp.'.historylog','workorder');
***************
*** 71,84 ****
$data = array
(
! 'start' => $this->start,
! 'query' => $this->query,
! 'sort' => $this->sort,
! 'order' => $this->order,
! 'filter' => $this->filter,
! 'cat_id' => $this->cat_id,
! 'chapter_id' => $this->chapter_id,
! 'allrows' => $this->allrows
);
! $this->bocommon->save_sessiondata($data);
}
--- 71,84 ----
$data = array
(
! 'start' => $this->start,
! 'query' => $this->query,
! 'sort' => $this->sort,
! 'order' => $this->order,
! 'filter' =>
$this->filter,
! 'cat_id' =>
$this->cat_id,
! 'chapter_id' => $this->chapter_id,
! 'allrows' =>
$this->allrows
);
! $this->bo->save_sessiondata($data);
}
Index: class.uiworkorder.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uiworkorder.inc.php,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** class.uiworkorder.inc.php 21 May 2003 12:46:40 -0000 1.20
--- class.uiworkorder.inc.php 23 May 2003 08:40:19 -0000 1.21
***************
*** 39,46 ****
$this->grants[$this->account] = PHPGW_ACL_READ +
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
$this->bo =
CreateObject($this->currentapp.'.boworkorder',True);
! $this->boproject =
CreateObject($this->currentapp.'.boproject',True);
! $this->so =
CreateObject($this->currentapp.'.soworkorder',True);
! $this->bocommon =
CreateObject($this->currentapp.'.bocommon',True);
! $this->socommon =
CreateObject($this->currentapp.'.socommon',True);
$this->config =
CreateObject('phpgwapi.config');
--- 39,46 ----
$this->grants[$this->account] = PHPGW_ACL_READ +
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
$this->bo =
CreateObject($this->currentapp.'.boworkorder',True);
! $this->boproject =
CreateObject($this->currentapp.'.boproject');
! $this->so =
CreateObject($this->currentapp.'.soworkorder');
! $this->bocommon =
CreateObject($this->currentapp.'.bocommon');
! $this->socommon =
CreateObject($this->currentapp.'.socommon');
$this->config =
CreateObject('phpgwapi.config');
***************
*** 60,71 ****
$data = array
(
! 'start' => $this->start,
! 'query' => $this->query,
! 'sort' => $this->sort,
! 'order' => $this->order,
! 'filter' => $this->filter,
! 'cat_id' => $this->cat_id
);
! $this->bocommon->save_sessiondata($data);
}
--- 60,71 ----
$data = array
(
! 'start' => $this->start,
! 'query' => $this->query,
! 'sort' => $this->sort,
! 'order' => $this->order,
! 'filter' =>
$this->filter,
! 'cat_id' => $this->cat_id
);
! $this->bo->save_sessiondata($data);
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: property/inc class.boadmin.inc.php,1.5,1.6 class.boapartment.inc.php,1.2,1.3 class.bobuilding.inc.php,1.6,1.7 class.bocategory.inc.php,1.2,1.3 class.bocommon.inc.php,1.47,1.48 class.bodocument.inc.php,1.5,1.6 class.bodrawing.inc.php,1.4,1.5 class.boentrance.inc.php,1.4,1.5 class.boequipment.inc.php,1.8,1.9 class.bogab.inc.php,1.3,1.4 class.boinvestment.inc.php,1.8,1.9 class.boinvoice.inc.php,1.17,1.18 class.bolookup.inc.php,1.6,1.7 class.bometer.inc.php,1.1,1.2 class.boowner.inc.php,1.2,1.3 class.boproject.inc.php,1.3,1.4 class.boproperty.inc.php,1.6,1.7 class.boreport.inc.php,1.3,1.4 class.borequest.inc.php,1.2,1.3 class.bostandard_2.inc.php,1.3,1.4class.bostandard_3.inc.php,1.2,1.3 class.bostandard_entity.inc.php,1.9,1.10 class.botemplate.inc.php,1.1,1.2 class.botts.inc.php,1.10,1.11 class.bowo_hour.inc.php,1.7,1.8 class.boworkorder.inc.php,1.9,1.10 class.uiadmin.inc.php,1.10,1.11 class.uiapartment.inc.php,1.11,1.12 class.uicategory.inc.php,1.3,1.4 class.uidocument.inc.php,1.8,1.9 class.uidrawing.inc.php,1.18,1.19class.uientrance.inc.php,1.12,1.13 class.uiequipment.inc.php,1.21,1.22 class.uigab.inc.php,1.4,1.5 class.uiinvestment.inc.php,1.18,1.19 class.uiinvoice.inc.php,1.24,1.25 class.uilookup.inc.php,1.18,1.19 class.uimeter.inc.php,1.9,1.10 class.uiowner.inc.php,1.4,1.5 class.uipricebook.inc.php,1.15,1.16class.uiproject.inc.php,1.20,1.21 class.uiproperty.inc.php,1.23,1.24 class.uireport.inc.php,1.4,1.5 class.uirequest.inc.php,1.14,1.15class.uistandard_2.inc.php,1.11,1.12 class.uistandard_3.inc.php,1.10,1.11 class.uistandard_entity.inc.php,1.13,1.14 class.uitemplate.inc.php,1.9,1.10 class.uitenant.inc.php,1.1,1.2 class.uitts.inc.php,1.26,1.27 class.uiwo_hour.inc.php,1.23,1.24 class.uiworkorder.inc.php,1.20,1.21,
Sigurd Nes <address@hidden> <=
- Prev by Date:
[Phpgroupware-cvs] CVS: sitemgr/inc class.Categories_BO.inc.php,1.8,1.9 class.Categories_UI.inc.php,1.4,1.5 class.Sites_UI.inc.php,1.3,1.4
- Next by Date:
[Phpgroupware-cvs] CVS: property/templates/default invoice.xsl,1.25,1.26
- Previous by thread:
[Phpgroupware-cvs] CVS: sitemgr/inc class.Categories_BO.inc.php,1.8,1.9 class.Categories_UI.inc.php,1.4,1.5 class.Sites_UI.inc.php,1.3,1.4
- Next by thread:
[Phpgroupware-cvs] CVS: property/templates/default invoice.xsl,1.25,1.26
- Index(es):