Re: [Care2002-developers] [Suspected Spam] Re: Care2x Customazation

2009-08-21 Thread Robert Meggle
Hi easy,

Well, it doensn't madder, openreport is a fancy tool and there are some
others as well. But for all reporting endpoints (the report itself) you
have to handle big amount of datasets - also think about the somehow
strange handling of date in java based engines. However, in most cases
you will need a data transforming and aggregation before you have a
flexible report. By flexibe I mean that one data set (let's call it now
OLAP) can be used for several reports as well. 

The question of Vonela Mguli was a bit unclear in what abstraction the
report will be required. So why not suggesting then the biggest
reporting tool what would be available, then even forecasts could be
integrated :-)

Robert


Am Freitag, den 21.08.2009, 08:44 +0800 schrieb easy:
 how about openreport?
 
 
 
 --
 此致
 
   easy
 
 莫愁前路无知己,天下谁人不识君。
 
 在2009-08-20 23:25:56,Robert Meggle meg...@merotech.de 写道:
 Hi Yonela Mguli,
 
 Sorry for the delay in answering your question. 
 
 Maybe some more information would be good :-)
 
 Well, you can use a reporting tool for that. We tested out the pentaho
 suite here and it works well. 
 Installation hints:
 
 To use the fully suite: 
 - create a database, e.g. care2x_dw
 - use kettle to transform the data you want to show
 - either create an OLAP cube with MDX or just let it as it is
 - use pentaho server to combine the data and manage/publish the cube
 - use pentaho reporting tool and use the OLAP cube or just connect it
 to the care2x database (or the care2x_dw if you have more than one
 specific data input).
 
 More simple way would be to use just the reporting tool from pentaho and
 prepare some select statements on the department and show the result as
 you want to have. For most reports you do not have the need of snowflake
 or galaxy scheme - a direct connection to the production table could be
 fine.
 
 Sounds maybe easy, but the detail work will make you busy. 
 
 Other idea would be to create own specific report pages using php. 
 
 What kind of reports are you interested in? 
 
 Robert
 
 
 Am Donnerstag, den 20.08.2009, 09:32 +0200 schrieb Yonela Mguli:
  
  - Original Message -
  From: yonela mguli yonela.mg...@sita.co.za
  To: care2002-developers@lists.sourceforge.net
  Sent: Wednesday, August 19, 2009 12:54:15 AM GMT -08:00 US/Canada
  Pacific
  Subject: Re: [Care2002-developers] [Suspected Spam] Re: Care2x
  Customazation
  
  
  Hi Guyz
  
  Can someone help me, I want to print a report about a specific
  DEPARTMENT is it possible
  
  
  
  
  
  
  
  
  
  
  - Original Message -
  From: Shalini M mshal...@uxtechnologies.com
  To: care2002-developers@lists.sourceforge.net
  Sent: Wednesday, August 12, 2009 10:16:56 AM GMT +02:00 Harare /
  Pretoria
  Subject: Re: [Care2002-developers] [Suspected Spam] Re: Care2x
  Customazation
  
  Hi
  What was the problem?How did you solve ?
  
  
  On Wed, Aug 12, 2009 at 1:35 PM, Yonela Mguli
  yonela.mg...@sita.co.za wrote:
  Hi Guyz
  
  You remember I had a problem with the Wards and
  Departments that were not appearing on my drop down list, now
  everything is right
  thanks again for your help.  
  
  
  
  
  
  
  
  
  - Original Message -
  From: Gjergj Sheldija gjergj.sheld...@gmail.com
  To: care2002-developers@lists.sourceforge.net
  Sent: Tuesday, August 11, 2009 3:09:18 PM GMT +02:00 Harare /
  Pretoria
  Subject: Re: [Care2002-developers] [Suspected Spam] Re: Care2x
  Customazation
  
  
  
  hi yonela,
  
  the new access control lists ( acl ) on care2x 2.6 work this
  way :
  first step you create roles (  nurse, doctor, etc )
  then you assign these roles to specific departments or
  subdeparments
  
  to do so you need to :
  
  login as administrator then :
  System Admin  Create Role  - to create the specific user role
  System Admin  Create, edit , lock - to create the user with
  the 
  specified role
  and assign it to one or more departments.
  
  
  gj.
  
  
  --
  Let Crystal Reports handle the reporting - Free Crystal
  Reports 2008 30-Day 
  trial. Simplify your report design, integration and deployment
  - and focus on 
  what you do best, core application coding. Discover what's new
  with 
  Crystal Reports now.  http://p.sf.net/sfu/bobj-july
  ___
  Care2002-developers mailing list
  Care2002-developers@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/care2002-developers

Re: [Care2002-developers] [Suspected Spam] Re: Care2x Customazation

2009-08-21 Thread yonela . mguli
Hi Guys 

I have used these commands: 

#tar -xvf jasper_1.701.0.orig.tar.g 
#cd jasper-1.701.0/ 
#./configure 
#make 
#make install 

and everything went smooth, now what is the next step from here. 
Now I want to start using jasper and willing to integrate with care2x(v 2.5) 




- Original Message - 
From: easy lin...@126.com 
To: care2002-developers care2002-developers@lists.sourceforge.net 
Sent: Thursday, August 20, 2009 5:44:11 PM GMT -08:00 US/Canada Pacific 
Subject: Re: [Care2002-developers] [Suspected Spam] Re: Care2x Customazation 


how about openreport? 



-- 

此致 

easy 

莫愁前路无知己,天下谁人不识君。 
在2009-08-20 23:25:56,Robert Meggle meg...@merotech.de 写道:
Hi Yonela Mguli,

Sorry for the delay in answering your question. 

Maybe some more information would be good :-)

Well, you can use a reporting tool for that. We tested out the pentaho
suite here and it works well. 
Installation hints:

To use the fully suite: 
- create a database, e.g. care2x_dw
- use kettle to transform the data you want to show
- either create an OLAP cube with MDX or just let it as it is
- use pentaho server to combine the data and manage/publish the cube
- use pentaho reporting tool and use the OLAP cube or just connect it
to the care2x database (or the care2x_dw if you have more than one
specific data input).

More simple way would be to use just the reporting tool from pentaho and
prepare some select statements on the department and show the result as
you want to have. For most reports you do not have the need of snowflake
or galaxy scheme - a direct connection to the production table could be
fine.

Sounds maybe easy, but the detail work will make you busy. 

Other idea would be to create own specific report pages using php. 

What kind of reports are you interested in? 

Robert


Am Donnerstag, den 20.08.2009, 09:32 +0200 schrieb Yonela Mguli:
 
 - Original Message -
 From: yonela mguli yonela.mg...@sita.co.za
 To: care2002-develop...@lists.sourceforge.net
 Sent: Wednesday, August 19, 2009 12:54:15 AM GMT -08:00 US/Canada
 Pacific
 Subject: Re: [Care2002-developers] [Suspected Spam] Re: Care2x
 Customazation
 
 
 Hi Guyz
 
 Can someone help me, I want to print a report about a specific
 DEPARTMENT is it possible
 
 
 
 
 
 
 
 
 
 
 - Original Message -
 From: Shalini M mshal...@uxtechnologies.com
 To: care2002-develop...@lists.sourceforge.net
 Sent: Wednesday, August 12, 2009 10:16:56 AM GMT +02:00 Harare /
 Pretoria
 Subject: Re: [Care2002-developers] [Suspected Spam] Re: Care2x
 Customazation
 
 Hi
 What was the problem?How did you solve ?
 
 
 On Wed, Aug 12, 2009 at 1:35 PM, Yonela Mguli
 yonela.mg...@sita.co.za wrote:
 Hi Guyz
 
 You remember I had a problem with the Wards and
 Departments that were not appearing on my drop down list, now
 everything is right
 thanks again for your help.  
 
 
 
 
 
 
 
 
 - Original Message -
 From: Gjergj Sheldija gjergj.sheld...@gmail.com
 To: care2002-develop...@lists.sourceforge.net
 Sent: Tuesday, August 11, 2009 3:09:18 PM GMT +02:00 Harare /
 Pretoria
 Subject: Re: [Care2002-developers] [Suspected Spam] Re: Care2x
 Customazation
 
 
 
 hi yonela,
 
 the new access control lists ( acl ) on care2x 2.6 work this
 way :
 first step you create roles (  nurse, doctor, etc )
 then you assign these roles to specific departments or
 subdeparments
 
 to do so you need to :
 
 login as administrator then :
 System Admin  Create Role  - to create the specific user role
 System Admin  Create, edit , lock - to create the user with
 the 
 specified role
 and assign it to one or more departments.
 
 
 gj.
 
 --
 Let Crystal Reports handle the reporting - Free Crystal
 Reports 2008 30-Day 
 trial. Simplify your report design, integration and deployment
 - and focus on 
 what you do best, core application coding. Discover what's new
 with 
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 ___
 Care20 02-developers mailing list
 care2002-develop...@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/care2002-developers
 
 
 --
 Let Crystal Reports handle the reporting - Free Crystal
 Reports 2008 30-Day
 trial. Simplify your report design, integration and deployment
 - and focus on
 what you do best, core application coding. Discover what's new

Re: [Care2002-developers] [Suspected Spam] Re: Care2x Customazation

2009-08-21 Thread Robert Meggle
Hi,

okay, you are going now for jasper. That's fine.

Jasper is a report generator based on Java. Such an report generator
getting data from a data source, e.g. mysql and feed e.g. these (maybe
even aggregated) information to a table/chart. You can use iReport as
designer for such reports. 
Well if you compare JaseperReports with BIRT, JasperReports has more
power in generating reports on your workstation, BIRT has more power by
generating HTML reports. 
A while ago I tried a bit with Jasper as well and I can just give you
the advice: Go to the jasperReports webpage and forget it for the first
steps :-)
Download iReport and start it. As far I know there are some small
getting started tutorials and follow it. 

In the pentaho forum there are several discussions about what is the
best. One comment I will paste here:
Pentaho includes JasperReports as one amongst a number of reporting
methods. By adopting the whole Pentaho 'stack' you might find that as
your reporting requirements grow you could begin to use other methods
such as Mondrian OLAP to cross-compare any data against any other data
and thus relieve you from the burden of writing new reports all the
time.

Thanks 
 Robert

Am Freitag, den 21.08.2009, 09:06 +0200 schrieb yonela.mg...@sita.co.za:
 Hi Guys
 
 I have used these commands:
 
 #tar -xvf jasper_1.701.0.orig.tar.g
 #cd jasper-1.701.0/
 #./configure
 #make
 #make install 
 
 and everything went smooth, now what is the next step from here.
 Now I want to start using jasper and willing to integrate with
 care2x(v 2.5) 
 
 
 
 
 - Original Message -
 From: easy lin...@126.com
 To: care2002-developers care2002-developers@lists.sourceforge.net
 Sent: Thursday, August 20, 2009 5:44:11 PM GMT -08:00 US/Canada
 Pacific
 Subject: Re: [Care2002-developers] [Suspected Spam] Re: Care2x
 Customazation
 
 how about openreport?
 
 
 
 --
 此致
 
   easy
 
 莫愁前路无知己,天下谁人不识君。
 
 在2009-08-20 23:25:56,Robert Meggle meg...@merotech.de 写道:
 Hi Yonela Mguli,
 
 Sorry for the delay in answering your question. 
 
 Maybe some more information would be good :-)
 
 Well, you can use a reporting tool for that. We tested out the pentaho
 suite here and it works well. 
 Installation hints:
 
 To use the fully suite: 
 - create a database, e.g. care2x_dw
 - use kettle to transform the data you want to show
 - either create an OLAP cube with MDX or just let it as it is
 - use pentaho server to combine the data and manage/publish the cube
 - use pentaho reporting tool and use the OLAP cube or just connect it
 to the care2x database (or the care2x_dw if you have more than one
 specific data input).
 
 More simple way would be to use just the reporting tool from pentaho and
 prepare some select statements on the department and show the result as
 you want to have. For most reports you do not have the need of snowflake
 or galaxy scheme - a direct connection to the production table could be
 fine.
 
 Sounds maybe easy, but the detail work will make you busy. 
 
 Other idea would be to create own specific report pages using php. 
 
 What kind of reports are you interested in? 
 
 Robert
 
 
 Am Donnerstag, den 20.08.2009, 09:32 +0200 schrieb Yonela Mguli:
  
  - Original Message -
  From: yonela mguli yonela.mg...@sita.co.za
  To: care2002-developers@lists.sourceforge.net
  Sent: Wednesday, August 19, 2009 12:54:15 AM GMT -08:00 US/Canada
  Pacific
  Subject: Re: [Care2002-developers] [Suspected Spam] Re: Care2x
  Customazation
  
  
  Hi Guyz
  
  Can someone help me, I want to print a report about a specific
  DEPARTMENT is it possible
  
  
  
  
  
  
  
  
  
  
  - Original Message -
  From: Shalini M mshal...@uxtechnologies.com
  To: care2002-developers@lists.sourceforge.net
  Sent: Wednesday, August 12, 2009 10:16:56 AM GMT +02:00 Harare /
  Pretoria
  Subject: Re: [Care2002-developers] [Suspected Spam] Re: Care2x
  Customazation
  
  Hi
  What was the problem?How did you solve ?
  
  
  On Wed, Aug 12, 2009 at 1:35 PM, Yonela Mguli
  yonela.mg...@sita.co.za wrote:
  Hi Guyz
  
  You remember I had a problem with the Wards and
  Departments that were not appearing on my drop down list, now
  everything is right
  thanks again for your help.  
  
  
  
  
  
  
  
  
  - Original Message -
  From: Gjergj Sheldija gjergj.sheld...@gmail.com
  To: care2002-developers@lists.sourceforge.net
  Sent: Tuesday, August 11, 2009 3:09:18 PM GMT +02:00 Harare /
  Pretoria
  Subject: Re: [Care2002-developers] [Suspected Spam] Re: Care2x
  Customazation
  
  
  
  hi yonela,
  
  the new access control lists ( acl ) on care2x 2.6 work this
  way :
  first step you create roles (  nurse, doctor, etc )
  then you assign these roles to specific departments

Re: [Care2002-developers] [Suspected Spam] Re: Care2x Customazation

2009-08-20 Thread Yonela Mguli

- Original Message - 
From: yonela mguli yonela.mg...@sita.co.za 
To: care2002-developers@lists.sourceforge.net 
Sent: Wednesday, August 19, 2009 12:54:15 AM GMT -08:00 US/Canada Pacific 
Subject: Re: [Care2002-developers] [Suspected Spam] Re: Care2x Customazation 



Hi Guyz 

Can someone help me, I want to print a report about a specific DEPARTMENT is it 
possible 










- Original Message - 
From: Shalini M mshal...@uxtechnologies.com 
To: care2002-developers@lists.sourceforge.net 
Sent: Wednesday, August 12, 2009 10:16:56 AM GMT +02:00 Harare / Pretoria 
Subject: Re: [Care2002-developers] [Suspected Spam] Re: Care2x Customazation 

Hi 
What was the problem?How did you solve ? 



On Wed, Aug 12, 2009 at 1:35 PM, Yonela Mguli  yonela.mg...@sita.co.za  
wrote: 




Hi Guyz 

You remember I had a problem with the Wards and 
Departments that were not appearing on my drop down list, now everything is 
right 
thanks again for your help. 









- Original Message - 
From: Gjergj Sheldija  gjergj.sheld...@gmail.com  
To: care2002-developers@lists.sourceforge.net 
Sent: Tuesday, August 11, 2009 3:09:18 PM GMT +02:00 Harare / Pretoria 
Subject: Re: [Care2002-developers] [Suspected Spam] Re: Care2x Customazation 




hi yonela, 

the new access control lists ( acl ) on care2x 2.6 work this way : 
first step you create roles ( nurse, doctor, etc ) 
then you assign these roles to specific departments or subdeparments 

to do so you need to : 

login as administrator then : 
System Admin  Create Role - to create the specific user role 
System Admin  Create, edit , lock - to create the user with the 
specified role 
and assign it to one or more departments. 


gj. 

-- 
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now. http://p.sf.net/sfu/bobj-july 
___ 
Care2002-developers mailing list 
Care2002-developers@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/care2002-developers 

-- 
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now. http://p.sf.net/sfu/bobj-july 
___ 
Care2002-developers mailing list 
Care2002-developers@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/care2002-developers 




-- 
Regards, 
Shalini M 
UXTechnologies Pvt. Ltd. Kannur 

-- 
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with Crystal 
Reports now. http://p.sf.net/sfu/bobj-july 
___ Care2002-developers mailing 
list Care2002-developers@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/care2002-developers 
-- 
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with Crystal 
Reports now. http://p.sf.net/sfu/bobj-july 
___ Care2002-developers mailing 
list Care2002-developers@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/care2002-developers --
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers


Re: [Care2002-developers] [Suspected Spam] Re: Care2x Customazation

2009-08-20 Thread Robert Meggle
Hi Yonela Mguli,

Sorry for the delay in answering your question. 

Maybe some more information would be good :-)

Well, you can use a reporting tool for that. We tested out the pentaho
suite here and it works well. 
Installation hints:

To use the fully suite: 
- create a database, e.g. care2x_dw
- use kettle to transform the data you want to show
- either create an OLAP cube with MDX or just let it as it is
- use pentaho server to combine the data and manage/publish the cube
- use pentaho reporting tool and use the OLAP cube or just connect it
to the care2x database (or the care2x_dw if you have more than one
specific data input).

More simple way would be to use just the reporting tool from pentaho and
prepare some select statements on the department and show the result as
you want to have. For most reports you do not have the need of snowflake
or galaxy scheme - a direct connection to the production table could be
fine.

Sounds maybe easy, but the detail work will make you busy. 

Other idea would be to create own specific report pages using php. 

What kind of reports are you interested in? 

Robert


Am Donnerstag, den 20.08.2009, 09:32 +0200 schrieb Yonela Mguli:
 
 - Original Message -
 From: yonela mguli yonela.mg...@sita.co.za
 To: care2002-developers@lists.sourceforge.net
 Sent: Wednesday, August 19, 2009 12:54:15 AM GMT -08:00 US/Canada
 Pacific
 Subject: Re: [Care2002-developers] [Suspected Spam] Re: Care2x
 Customazation
 
 
 Hi Guyz
 
 Can someone help me, I want to print a report about a specific
 DEPARTMENT is it possible
 
 
 
 
 
 
 
 
 
 
 - Original Message -
 From: Shalini M mshal...@uxtechnologies.com
 To: care2002-developers@lists.sourceforge.net
 Sent: Wednesday, August 12, 2009 10:16:56 AM GMT +02:00 Harare /
 Pretoria
 Subject: Re: [Care2002-developers] [Suspected Spam] Re: Care2x
 Customazation
 
 Hi
 What was the problem?How did you solve ?
 
 
 On Wed, Aug 12, 2009 at 1:35 PM, Yonela Mguli
 yonela.mg...@sita.co.za wrote:
 Hi Guyz
 
 You remember I had a problem with the Wards and
 Departments that were not appearing on my drop down list, now
 everything is right
 thanks again for your help.  
 
 
 
 
 
 
 
 
 - Original Message -
 From: Gjergj Sheldija gjergj.sheld...@gmail.com
 To: care2002-developers@lists.sourceforge.net
 Sent: Tuesday, August 11, 2009 3:09:18 PM GMT +02:00 Harare /
 Pretoria
 Subject: Re: [Care2002-developers] [Suspected Spam] Re: Care2x
 Customazation
 
 
 
 hi yonela,
 
 the new access control lists ( acl ) on care2x 2.6 work this
 way :
 first step you create roles (  nurse, doctor, etc )
 then you assign these roles to specific departments or
 subdeparments
 
 to do so you need to :
 
 login as administrator then :
 System Admin  Create Role  - to create the specific user role
 System Admin  Create, edit , lock - to create the user with
 the 
 specified role
 and assign it to one or more departments.
 
 
 gj.
 
 
 --
 Let Crystal Reports handle the reporting - Free Crystal
 Reports 2008 30-Day 
 trial. Simplify your report design, integration and deployment
 - and focus on 
 what you do best, core application coding. Discover what's new
 with 
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 ___
 Care2002-developers mailing list
 Care2002-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/care2002-developers
 
 
 
 --
 Let Crystal Reports handle the reporting - Free Crystal
 Reports 2008 30-Day
 trial. Simplify your report design, integration and deployment
 - and focus on
 what you do best, core application coding. Discover what's new
 with
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 ___
 Care2002-developers mailing list
 Care2002-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/care2002-developers
 
 
 
 
 -- 
 Regards,
 Shalini M
 UXTechnologies Pvt. Ltd. Kannur 
 
 --
  Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
 trial. Simplify your report design, integration and deployment - and focus on 
 what you do best, core application coding. Discover what's

Re: [Care2002-developers] [Suspected Spam] Re: Care2x Customazation

2009-08-20 Thread easy
how about openreport?



--

此致

  easy

莫愁前路无知己,天下谁人不识君。


在2009-08-20?23:25:56,Robert?Meggle?meg...@merotech.de?写道:
Hi?Yonela?Mguli,

Sorry?for?the?delay?in?answering?your?question.?

Maybe?some?more?information?would?be?good?:-)

Well,?you?can?use?a?reporting?tool?for?that.?We?tested?out?the?pentaho
suite?here?and?it?works?well.?
Installation?hints:

To?use?the?fully?suite:?
-?create?a?database,?e.g.?care2x_dw
-?use?kettle?to?transform?the?data?you?want?to?show
-?either?create?an?OLAP?cube?with?MDX?or?just?let?it?as?it?is
-?use?pentaho?server?to?combine?the?data?and?manage/publish?the?cube
-?use?pentaho?reporting?tool?and?use?the?OLAP?cube?or?just?connect?it
to?the?care2x?database?(or?the?care2x_dw?if?you?have?more?than?one
specific?data?input).

More?simple?way?would?be?to?use?just?the?reporting?tool?from?pentaho?and
prepare?some?select?statements?on?the?department?and?show?the?result?as
you?want?to?have.?For?most?reports?you?do?not?have?the?need?of?snowflake
or?galaxy?scheme?-?a?direct?connection?to?the?production?table?could?be
fine.

Sounds?maybe?easy,?but?the?detail?work?will?make?you?busy.?

Other?idea?would?be?to?create?own?specific?report?pages?using?php.?

What?kind?of?reports?are?you?interested?in??

Robert


Am?Donnerstag,?den?20.08.2009,?09:32?+0200?schrieb?Yonela?Mguli:
?
?-?Original?Message?-
?From:?yonela?mguli?yonela.mg...@sita.co.za
?To:?care2002-develop...@lists.sourceforge.net
?Sent:?Wednesday,?August?19,?2009?12:54:15?AM?GMT?-08:00?US/Canada
?Pacific
?Subject:?Re:?[Care2002-developers]?[Suspected?Spam]?Re:?Care2x
?Customazation
?
?
?Hi?Guyz
?
?Can?someone?help?me,?I?want?to?print?a?report?about?a?specific
?DEPARTMENT?is?it?possible
?
?
?
?
?
?
?
?
?
?
?-?Original?Message?-
?From:?Shalini?M?mshal...@uxtechnologies.com
?To:?care2002-develop...@lists.sourceforge.net
?Sent:?Wednesday,?August?12,?2009?10:16:56?AM?GMT?+02:00?Harare?/
?Pretoria
?Subject:?Re:?[Care2002-developers]?[Suspected?Spam]?Re:?Care2x
?Customazation
?
?Hi
?What?was?the?problem?How?did?you?solve??
?
?
?On?Wed,?Aug?12,?2009?at?1:35?PM,?Yonela?Mguli
?yonela.mg...@sita.co.za?wrote:
?Hi?Guyz
?
?You?remember?I?had?a?problem?with?the?Wards?and
?Departments?that?were?not?appearing?on?my?drop?down?list,?now
?everything?is?right
?thanks?again?for?your?help.??
?
?
?
?
?
?
?
?
?-?Original?Message?-
?From:?Gjergj?Sheldija?gjergj.sheld...@gmail.com
?To:?care2002-develop...@lists.sourceforge.net
?Sent:?Tuesday,?August?11,?2009?3:09:18?PM?GMT?+02:00?Harare?/
?Pretoria
?Subject:?Re:?[Care2002-developers]?[Suspected?Spam]?Re:?Care2x
?Customazation
?
?
?
?hi?yonela,
?
?the?new?access?control?lists?(?acl?)?on?care2x?2.6?work?this
?way?:
?first?step?you?create?roles?(??nurse,?doctor,?etc?)
?then?you?assign?these?roles?to?specific?departments?or
?subdeparments
?
?to?do?so?you?need?to?:
?
?login?as?administrator?then?:
?System?Admin??Create?Role??-?to?create?the?specific?user?role
?System?Admin??Create,?edit?,?lock?-?to?create?the?user?with
?the?
?specified?role
?and?assign?it?to?one?or?more?departments.
?
?
?gj.
?
?--
?Let?Crystal?Reports?handle?the?reporting?-?Free?Crystal
?Reports?2008?30-Day?
?trial.?Simplify?your?report?design,?integration?and?deployment
?-?and?focus?on?
?what?you?do?best,?core?application?coding.?Discover?what's?new
?with?
?Crystal?Reports?now.??http://p.sf.net/sfu/bobj-july
?___
?Care2002-developers?mailing?list
?care2002-develop...@lists.sourceforge.net
?https://lists.sourceforge.net/lists/listinfo/care2002-developers
?
?
?--
?Let?Crystal?Reports?handle?the?reporting?-?Free?Crystal
?Reports?2008?30-Day
?trial.?Simplify?your?report?design,?integration?and?deployment
?-?and?focus?on
?what?you?do?best,?core?application?coding.?Discover?what's?new
?with
?Crystal?Reports?now.??http://p.sf.net/sfu/bobj-july
?___
?Care2002-developers?mailing?list
?care2002-develop...@lists.sourceforge.net
?https://lists.sourceforge.net/lists/listinfo/care2002-developers
?
?
?
?
?--?
?Regards,
?Shalini?M
?UXTechnologies?Pvt.?Ltd.?Kannur?
?
?--?Let?Crystal?Reports?handle?the?reporting?-?Free?Crystal?Reports?2008?30-Day?trial.?Simplify?your?report

Re: [Care2002-developers] [Suspected Spam] Re: Care2x Customazation

2009-08-12 Thread Yonela Mguli
Hi Guyz 

You remember I had a problem with the Wards and 
Departments that were not appearing on my drop down list, now everything is 
right 
thanks again for your help. 








- Original Message - 
From: Gjergj Sheldija gjergj.sheld...@gmail.com 
To: care2002-developers@lists.sourceforge.net 
Sent: Tuesday, August 11, 2009 3:09:18 PM GMT +02:00 Harare / Pretoria 
Subject: Re: [Care2002-developers] [Suspected Spam] Re: Care2x Customazation 

hi yonela, 

the new access control lists ( acl ) on care2x 2.6 work this way : 
first step you create roles ( nurse, doctor, etc ) 
then you assign these roles to specific departments or subdeparments 

to do so you need to : 

login as administrator then : 
System Admin  Create Role - to create the specific user role 
System Admin  Create, edit , lock - to create the user with the 
specified role 
and assign it to one or more departments. 


gj. 

-- 
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now. http://p.sf.net/sfu/bobj-july 
___ 
Care2002-developers mailing list 
Care2002-developers@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/care2002-developers 
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers


Re: [Care2002-developers] [Suspected Spam] Re: Care2x Customazation

2009-08-12 Thread Shalini M
Hi
What was the problem?How did you solve ?


On Wed, Aug 12, 2009 at 1:35 PM, Yonela Mguli yonela.mg...@sita.co.zawrote:

 Hi Guyz

 You remember I had a problem with the Wards and
 Departments that were not appearing on my drop down list, now everything is
 right
 thanks again for your help.








 - Original Message -
 From: Gjergj Sheldija gjergj.sheld...@gmail.com
 To: care2002-developers@lists.sourceforge.net
 Sent: Tuesday, August 11, 2009 3:09:18 PM GMT +02:00 Harare / Pretoria
 Subject: Re: [Care2002-developers] [Suspected Spam] Re: Care2x
 Customazation

 hi yonela,

 the new access control lists ( acl ) on care2x 2.6 work this way :
 first step you create roles (  nurse, doctor, etc )
 then you assign these roles to specific departments or subdeparments

 to do so you need to :

 login as administrator then :
 System Admin  Create Role  - to create the specific user role
 System Admin  Create, edit , lock - to create the user with the
 specified role
 and assign it to one or more departments.


 gj.


 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day

 trial. Simplify your report design, integration and deployment - and focus
 on
 what you do best, core application coding. Discover what's new with
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 ___
 Care2002-developers mailing list
 Care2002-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/care2002-developers


 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
 trial. Simplify your report design, integration and deployment - and focus
 on
 what you do best, core application coding. Discover what's new with
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 ___
 Care2002-developers mailing list
 Care2002-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/care2002-developers




-- 
Regards,
Shalini M
UXTechnologies Pvt. Ltd. Kannur
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers


Re: [Care2002-developers] [Suspected Spam] Re: Care2x Customazation

2009-08-12 Thread Yonela Mguli
Hi 

Gjergj Sheldija open my eyes when saying I must create users and give them some 
access permissions. 
I did that before but my mistake was that I never selected the departments when 
assigning a User to a role, 
So that was the only problem . 

Thanks Guys 




- Original Message - 
From: Shalini M mshal...@uxtechnologies.com 
To: care2002-developers@lists.sourceforge.net 
Sent: Wednesday, August 12, 2009 10:16:56 AM GMT +02:00 Harare / Pretoria 
Subject: Re: [Care2002-developers] [Suspected Spam] Re: Care2x Customazation 

Hi 
What was the problem?How did you solve ? 



On Wed, Aug 12, 2009 at 1:35 PM, Yonela Mguli  yonela.mg...@sita.co.za  
wrote: 




Hi Guyz 

You remember I had a problem with the Wards and 
Departments that were not appearing on my drop down list, now everything is 
right 
thanks again for your help. 









- Original Message - 
From: Gjergj Sheldija  gjergj.sheld...@gmail.com  
To: care2002-developers@lists.sourceforge.net 
Sent: Tuesday, August 11, 2009 3:09:18 PM GMT +02:00 Harare / Pretoria 
Subject: Re: [Care2002-developers] [Suspected Spam] Re: Care2x Customazation 




hi yonela, 

the new access control lists ( acl ) on care2x 2.6 work this way : 
first step you create roles ( nurse, doctor, etc ) 
then you assign these roles to specific departments or subdeparments 

to do so you need to : 

login as administrator then : 
System Admin  Create Role - to create the specific user role 
System Admin  Create, edit , lock - to create the user with the 
specified role 
and assign it to one or more departments. 


gj. 

-- 
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now. http://p.sf.net/sfu/bobj-july 
___ 
Care2002-developers mailing list 
Care2002-developers@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/care2002-developers 

-- 
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now. http://p.sf.net/sfu/bobj-july 
___ 
Care2002-developers mailing list 
Care2002-developers@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/care2002-developers 




-- 
Regards, 
Shalini M 
UXTechnologies Pvt. Ltd. Kannur 

-- 
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with Crystal 
Reports now. http://p.sf.net/sfu/bobj-july 
___ Care2002-developers mailing 
list Care2002-developers@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/care2002-developers --
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers


Re: [Care2002-developers] [Suspected Spam] Re: Care2x Customazation

2009-08-11 Thread yonela . mguli
hi 

Not man I don't remember setting up the acl's to permit access to these 
wards, and I have no clue what acl's are. 
Please tell me how to permit myself to have access to the wards 



- Original Message - 
From: Gjergj Sheldija gjergj.sheld...@gmail.com 
To: care2002-developers@lists.sourceforge.net 
Sent: Tuesday, August 11, 2009 2:20:57 PM GMT +02:00 Harare / Pretoria 
Subject: [Suspected Spam] Re: [Care2002-developers] Care2x Customazation 

hi, 

regarding the wards, do you have access to those wards ? 
by access i mean have you set up the acl's to permit you access at those 
wards 
in the system admin module ? 

gj. 

Shalini M wrote: 
 Hi 
 Would u pls check the following files 
 Code of this form is in 
 care2x/modules/registration_admission/aufnhame_start.php 
 U can see this code here.. 
 if(!$encounter_nr||$encounter_class_nr==1){ 
 # Load all wards info 
 $ward_obj=new Ward; 
 $items='nr,name'; 
 $ward_info=$ward_obj-getAllWardsItemsObject($items); 
 } 
 ok then go to care2x/include/care_api_classes/class_ward.php 
 U can see function like this 
 /** 
 * Returns items of all wards. 
 * 
 * @access public 
 * @param string Field names of items to be fetched 
 * @return mixed adodb record object or boolean 
 */ 
 function getAllWardsItemsObject($items) { 
 global $db; 
 $this-sql=SELECT $items FROM $this-tb_ward WHERE status 
 NOT IN ($this-dead_stat); 
 * echo $this-sql; 
 * if($this-res['gawio']=$db-Execute($this-sql)) { 
 if($this-rec_count=$this-res['gawio']-RecordCount()) { 
 return $this-res['gawio']; 
 } else { return false; } 
 } else { return false; } 
 } 
 Just copy this to ur file or echo sql query. What you get and pls let 
 me know...? 
 
 ShAlini M 
 
 On Tue, Aug 11, 2009 at 4:30 PM, Yonela Mguli yonela.mg...@sita.co.za 
 mailto:yonela.mg...@sita.co.za wrote: 
 
 
 Yes I am using v2.6 and I have successfully created my wards I can 
 see them 
 under Nursing(Main menu)-Nursing wards but on the dropdown list 
 are not there. 
 
 
 
 
 - Original Message - 
 From: Shalini M mshal...@uxtechnologies.com 
 mailto:mshal...@uxtechnologies.com 
 To: care2002-developers@lists.sourceforge.net 
 mailto:care2002-developers@lists.sourceforge.net 
 Sent: Tuesday, August 11, 2009 12:30:00 PM GMT +02:00 Harare / 
 Pretoria 
 Subject: Re: [Care2002-developers] Care2x Customazation 
 
 Hi, 
 I think you are using care2x 2.6 version. Can you see list of 
 wards,which you are created under Nursing(Main menu)-Nursing wards; 
 If you successfully created wards, you can see here.Then you can 
 see available wards in drop down box. Please confirmed it.please 
 let me know your status. 
 Best Wishes 
 Shalini M 
 
 On Tue, Aug 11, 2009 at 3:50 PM, yonela.mg...@sita.co.za 
 mailto:yonela.mg...@sita.co.za wrote: 
 
 Hi Guys 
 
 I've attached an image to this mail. Can someone suggest what 
 could be the cause of the WARDS not to appear in the drop-down 
 list. 
 I've created them but when admitting a patient they don't 
 appear .I've marked the place on my picture that is attached. 
 
 
 
 
 
 
 - Original Message - 
 From: yonela mguli yonela.mg...@sita.co.za 
 mailto:yonela.mg...@sita.co.za 
 To: care2002-developers@lists.sourceforge.net 
 mailto:care2002-developers@lists.sourceforge.net 
 Sent: Tuesday, August 11, 2009 11:19:52 AM GMT +02:00 Harare / 
 Pretoria 
 Subject: Re: [Care2002-developers] Care2x Customazation 
 
 Hi 
 
 Thanks man I found the template directory and I've manage to 
 manually change the bgcolor of menus on my Home Page, 
 but now where can I change the bgcolor for whole body of the 
 page and the bgcolor for the frame/table where you find CLOSE 
 and HELP buttons at the top when the links are being clicked 
 for instant (Patient link ) . 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 - Original Message - 
 From: Yonela Mguli yonela.mg...@sita.co.za 
 mailto:yonela.mg...@sita.co.za 
 To: care2002-developers@lists.sourceforge.net 
 mailto:care2002-developers@lists.sourceforge.net 
 Sent: Friday, August 7, 2009 3:25:43 PM GMT +02:00 Harare / 
 Pretoria 
 Subject: Re: [Care2002-developers] Care2x Customazation 
 
 
 
 In the directory /css/theme/defualt there is a css stylesheet 
 that I have used, 
 
 but again background color of the main page and Menu where all 
 my links are situated, 
 
 still a problem to customize. 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 - Original Message - 
 From: Yonela Mguli yonela.mg...@sita.co.za 
 mailto:yonela.mg...@sita.co.za 
 To: care2002-developers@lists.sourceforge.net 
 mailto:care2002-developers@lists.sourceforge.net 
 Sent: Friday, August 7, 2009 6:14:30 AM GMT -08:00 Tijuana / 
 Baja California 
 Subject: Re: [Care2002-developers] Care2x Customazation 
 
 Yes man I did check the css but the css that I found only 
 constrate on changing the Log In Page in terms of the background. 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 - Original Message - 
 From: Jess Pepito jessp...@yahoo.com 
 mailto:jessp...@yahoo.com 
 To: 

Re: [Care2002-developers] [Suspected Spam] Re: Care2x Customazation

2009-08-11 Thread Gjergj Sheldija
hi yonela,

the new access control lists ( acl ) on care2x 2.6 work this way :
first step you create roles (  nurse, doctor, etc )
then you assign these roles to specific departments or subdeparments

to do so you need to :

login as administrator then :
System Admin  Create Role  - to create the specific user role
System Admin  Create, edit , lock - to create the user with the 
specified role
and assign it to one or more departments.


gj.

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers