Re: [Care2002-developers] jasper-reports

2011-01-20 Thread Mauri Niemi
Hi,

I like simple ideas, in the long run they are working best. I tried also
Agata some years ago , but if you get it as reporting module with Care2x
that is very good.

Mauri

2011/1/20 Gjergj Sheldija 

> hi all,
>
> i've started working on the agata report engine,
> doing some refactoring, fixing graph, oo and merge
> generation, and the user ui.
> i think we should start using agata for the simlple
> reports and print needs we have in care2x, and
> leave the heavy bi things to jasper or penataho.
>
> i really don't like the idea of oh having a jasper server on the same
> sever as care2x and mixing up java with php on a system
> this is already complicated as care2x..
>
> just my idea..
>
> regards
> gj.
>
> On 01/20/2011 09:04 AM, Ap.Muthu wrote:
> > Make it a simple INI file..
> > -Ap.Muthu
> >
> >
> >> Hi,
> >>
> >> Now we come closer to my idea.
> >>
> >> Pentaho conception independent BI application inside of an facility and
> >> connecting any kind of databases - but BIRT, Jasper has also the
> >> conception of been connected with applications (on Java level).
> >>
> >> I just spend some time in reading documentations yesterday night and
> >> this kind of "pseudo-php-language" rised up in my mind:
> >>  >> [...]
> >>
> >> $JClass = new JavaClass();
> >> $MyReport = $sJcm->compileReport($path.");
> >>
> >> [...]
> >>
> >> $FM = new JavaClass();
> >> $print = $FM->fillReport();
> >>
> >> [...]
> >>
> >> $MyReportManager = new JavaClass();
> >> $MyReportManager->exportReportToPdfFile();
> >>
> >> [...]
> >>
> >> ?>
> >>
> >> ...do you smell my vision? But before going deeper into these details
> >> I thought to ask here if anybody "just tried" what goes around in my
> mind.
> >>
> >> Thanks
> >> Robert
> >>
> >> Am Donnerstag, den 20.01.2011, 10:17 +0300 schrieb Mayala Mwendesha:
> >>> Hi all,
> >>> I used iReport for reporting with java. but never tested with php is it
> >>> possible to do with php?
> >>>
> >>> Mayala Mwendesha
> >>>
> >>>
> >>>
> >>> On Thu, 20 Jan 2011 10:10:03 +0300, Mauri Niemi
> >>> wrote:
> >>>
>  Hi,
> 
>  I have both installed. To get Jasper it is best to download iReport
>  which
>  includes Jasper. iReport is easier to install than Pentaho and also
>  impression is that it is more simple. But it still needs understanding
>  of
>  database and cannot be easily used by hospital staff. But it would
> help
>  it
>  people to prepare cuztomized reports to our hospitals without
>  knowledege
>  of
>  programming.
> 
>  Mauri
> 
>  2011/1/20 Kizito S.M.
> 
> > Dunno! But you can check with Mauri, I saw Pentaho in his laptop
> > once!!
> >
> > 2011/1/20 Robert Meggle
> >
> > Hi,
> >> Has anyone tested here jasper-reports for medical reports in
> >> comparison
> >> with e.g. Pentaho suite?
> >>
> >>
> >>
> http://sourceforge.net/projects/jasperserver/files/JasperServer/JasperServer%203.7.1/
> >>
> >> Would it make sense to focus it for - let's call it - advanced
> >> medical
> >> reportings?
> >>
> >> Robert
> >>
> >
> >
> > --
> > *
> > Kizito S.M. - Telemedicine Project
> > *Evangelical Lutheran Church in Tanzania
> > P.O. Box 3033 Arusha - Tanzania
> > Fax:  +255 27 254 5054
> > Tel:   +255 27 250 4752
> > Mob: +255 75 543 7887
> >
> >
> >
> --
> > Protect Your Site and Customers from Malware Attacks
> > Learn about various malware tactics and how to avoid them. Understand
> > malware threats, the impact they can have on your business, and how you
> > can protect your company and customers by using code signing.
> > http://p.sf.net/sfu/oracle-sfdevnl
> > ___
> > Care2002-developers mailing list
> > Care2002-developers@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/care2002-developers
>
>
>
> --
> Protect Your Site and Customers from Malware Attacks
> Learn about various malware tactics and how to avoid them. Understand
> malware threats, the impact they can have on your business, and how you
> can protect your company and customers by using code signing.
> http://p.sf.net/sfu/oracle-sfdevnl
> ___
> Care2002-developers mailing list
> Care2002-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/care2002-developers
>
--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl

Re: [Care2002-developers] jasper-reports

2011-01-20 Thread Gjergj Sheldija
hi all,

i've started working on the agata report engine,
doing some refactoring, fixing graph, oo and merge
generation, and the user ui.
i think we should start using agata for the simlple
reports and print needs we have in care2x, and
leave the heavy bi things to jasper or penataho.

i really don't like the idea of oh having a jasper server on the same
sever as care2x and mixing up java with php on a system
this is already complicated as care2x..

just my idea..

regards
gj.

On 01/20/2011 09:04 AM, Ap.Muthu wrote:
> Make it a simple INI file..
> -Ap.Muthu
>
>
>> Hi,
>>
>> Now we come closer to my idea.
>>
>> Pentaho conception independent BI application inside of an facility and
>> connecting any kind of databases - but BIRT, Jasper has also the
>> conception of been connected with applications (on Java level).
>>
>> I just spend some time in reading documentations yesterday night and
>> this kind of "pseudo-php-language" rised up in my mind:
>> > [...]
>>
>> $JClass = new JavaClass();
>> $MyReport = $sJcm->compileReport($path.");
>>
>> [...]
>>
>> $FM = new JavaClass();
>> $print = $FM->fillReport();
>>
>> [...]
>>
>> $MyReportManager = new JavaClass();
>> $MyReportManager->exportReportToPdfFile();
>>
>> [...]
>>
>> ?>
>>
>> ...do you smell my vision? But before going deeper into these details
>> I thought to ask here if anybody "just tried" what goes around in my mind.
>>
>> Thanks
>> Robert
>>
>> Am Donnerstag, den 20.01.2011, 10:17 +0300 schrieb Mayala Mwendesha:
>>> Hi all,
>>> I used iReport for reporting with java. but never tested with php is it
>>> possible to do with php?
>>>
>>> Mayala Mwendesha
>>>
>>>
>>>
>>> On Thu, 20 Jan 2011 10:10:03 +0300, Mauri Niemi
>>> wrote:
>>>
 Hi,

 I have both installed. To get Jasper it is best to download iReport
 which
 includes Jasper. iReport is easier to install than Pentaho and also
 impression is that it is more simple. But it still needs understanding
 of
 database and cannot be easily used by hospital staff. But it would help
 it
 people to prepare cuztomized reports to our hospitals without
 knowledege
 of
 programming.

 Mauri

 2011/1/20 Kizito S.M.

> Dunno! But you can check with Mauri, I saw Pentaho in his laptop
> once!!
>
> 2011/1/20 Robert Meggle
>
> Hi,
>> Has anyone tested here jasper-reports for medical reports in
>> comparison
>> with e.g. Pentaho suite?
>>
>>
>> http://sourceforge.net/projects/jasperserver/files/JasperServer/JasperServer%203.7.1/
>>
>> Would it make sense to focus it for - let's call it - advanced
>> medical
>> reportings?
>>
>> Robert
>>
>
>
> --
> *
> Kizito S.M. - Telemedicine Project
> *Evangelical Lutheran Church in Tanzania
> P.O. Box 3033 Arusha - Tanzania
> Fax:  +255 27 254 5054
> Tel:   +255 27 250 4752
> Mob: +255 75 543 7887
>
>
> --
> Protect Your Site and Customers from Malware Attacks
> Learn about various malware tactics and how to avoid them. Understand
> malware threats, the impact they can have on your business, and how you
> can protect your company and customers by using code signing.
> http://p.sf.net/sfu/oracle-sfdevnl
> ___
> Care2002-developers mailing list
> Care2002-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/care2002-developers


--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
___
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers


Re: [Care2002-developers] jasper-reports

2011-01-20 Thread Ap.Muthu
Make it a simple INI file..
-Ap.Muthu


> Hi,
>
> Now we come closer to my idea.
>
> Pentaho conception independent BI application inside of an facility and
> connecting any kind of databases - but BIRT, Jasper has also the
> conception of been connected with applications (on Java level).
>
> I just spend some time in reading documentations yesterday night and
> this kind of "pseudo-php-language" rised up in my mind:
>  [...]
>
> $JClass = new JavaClass();
> $MyReport = $sJcm->compileReport($path.");
>
> [...]
>
> $FM = new JavaClass();
> $print = $FM->fillReport();
>
> [...]
>
> $MyReportManager = new JavaClass();
> $MyReportManager->exportReportToPdfFile();
>
> [...]
>
> ?>
>
> ...do you smell my vision? But before going deeper into these details
> I thought to ask here if anybody "just tried" what goes around in my mind.
>
> Thanks
> Robert
>
> Am Donnerstag, den 20.01.2011, 10:17 +0300 schrieb Mayala Mwendesha:
>> Hi all,
>> I used iReport for reporting with java. but never tested with php is it
>> possible to do with php?
>>
>> Mayala Mwendesha
>>
>>
>>
>> On Thu, 20 Jan 2011 10:10:03 +0300, Mauri Niemi 
>> wrote:
>>
>> > Hi,
>> >
>> > I have both installed. To get Jasper it is best to download iReport 
>> > which
>> > includes Jasper. iReport is easier to install than Pentaho and also
>> > impression is that it is more simple. But it still needs understanding 
>> > of
>> > database and cannot be easily used by hospital staff. But it would help
>> > it
>> > people to prepare cuztomized reports to our hospitals without 
>> > knowledege
>> > of
>> > programming.
>> >
>> > Mauri
>> >
>> > 2011/1/20 Kizito S.M. 
>> >
>> >> Dunno! But you can check with Mauri, I saw Pentaho in his laptop 
>> >> once!!
>> >>
>> >> 2011/1/20 Robert Meggle 
>> >>
>> >> Hi,
>> >>>
>> >>> Has anyone tested here jasper-reports for medical reports in 
>> >>> comparison
>> >>> with e.g. Pentaho suite?
>> >>>
>> >>>
>> >>> http://sourceforge.net/projects/jasperserver/files/JasperServer/JasperServer%203.7.1/
>> >>>
>> >>> Would it make sense to focus it for - let's call it - advanced 
>> >>> medical
>> >>> reportings?
>> >>>
>> >>> Robert
>> >>>
>> >>
>> >>
>> >>
>> >> --
>> >> *
>> >> Kizito S.M. - Telemedicine Project
>> >> *Evangelical Lutheran Church in Tanzania
>> >> P.O. Box 3033 Arusha - Tanzania
>> >> Fax:  +255 27 254 5054
>> >> Tel:   +255 27 250 4752
>> >> Mob: +255 75 543 7887



--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
___
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers


Re: [Care2002-developers] jasper-reports

2011-01-19 Thread Robert Meggle
Hi,

Now we come closer to my idea.

Pentaho conception independent BI application inside of an facility and
connecting any kind of databases - but BIRT, Jasper has also the
conception of been connected with applications (on Java level).  

I just spend some time in reading documentations yesterday night and
this kind of "pseudo-php-language" rised up in my mind:
 );
$MyReport = $sJcm->compileReport($path.");

[...]

$FM = new JavaClass();
$print = $FM->fillReport();

[...]

$MyReportManager = new JavaClass();
$MyReportManager->exportReportToPdfFile();

[...]

?>

...do you smell my vision? But before going deeper into these details 
I thought to ask here if anybody "just tried" what goes around in my mind.

Thanks
 Robert 

Am Donnerstag, den 20.01.2011, 10:17 +0300 schrieb Mayala Mwendesha:
> Hi all,
> I used iReport for reporting with java. but never tested with php is it  
> possible to do with php?
> 
> Mayala Mwendesha
> 
> 
> 
> On Thu, 20 Jan 2011 10:10:03 +0300, Mauri Niemi   
> wrote:
> 
> > Hi,
> >
> > I have both installed. To get Jasper it is best to download iReport which
> > includes Jasper. iReport is easier to install than Pentaho and also
> > impression is that it is more simple. But it still needs understanding of
> > database and cannot be easily used by hospital staff. But it would help  
> > it
> > people to prepare cuztomized reports to our hospitals without knowledege  
> > of
> > programming.
> >
> > Mauri
> >
> > 2011/1/20 Kizito S.M. 
> >
> >> Dunno! But you can check with Mauri, I saw Pentaho in his laptop once!!
> >>
> >> 2011/1/20 Robert Meggle 
> >>
> >> Hi,
> >>>
> >>> Has anyone tested here jasper-reports for medical reports in comparison
> >>> with e.g. Pentaho suite?
> >>>
> >>>
> >>> http://sourceforge.net/projects/jasperserver/files/JasperServer/JasperServer%203.7.1/
> >>>
> >>> Would it make sense to focus it for - let's call it - advanced medical
> >>> reportings?
> >>>
> >>> Robert
> >>>
> >>> --
> >>> --
> >>> 
> >>> CARE2X - free Integ Hospital Info System
> >>> https://sourceforge.net/projects/care2002/
> >>> http://www.care2x.org
> >>>
> >>>
> >>>
> >>> --
> >>> Protect Your Site and Customers from Malware Attacks
> >>> Learn about various malware tactics and how to avoid them. Understand
> >>> malware threats, the impact they can have on your business, and how you
> >>> can protect your company and customers by using code signing.
> >>> http://p.sf.net/sfu/oracle-sfdevnl
> >>> ___
> >>> Care2002-developers mailing list
> >>> Care2002-developers@lists.sourceforge.net
> >>> https://lists.sourceforge.net/lists/listinfo/care2002-developers
> >>>
> >>
> >>
> >>
> >> --
> >> *
> >> Kizito S.M. - Telemedicine Project
> >> *Evangelical Lutheran Church in Tanzania
> >> P.O. Box 3033 Arusha - Tanzania
> >> Fax:  +255 27 254 5054
> >> Tel:   +255 27 250 4752
> >> Mob: +255 75 543 7887
> >>
> >>
> >> --
> >> Protect Your Site and Customers from Malware Attacks
> >> Learn about various malware tactics and how to avoid them. Understand
> >> malware threats, the impact they can have on your business, and how you
> >> can protect your company and customers by using code signing.
> >> http://p.sf.net/sfu/oracle-sfdevnl
> >> ___
> >> Care2002-developers mailing list
> >> Care2002-developers@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/care2002-developers
> >>
> >>
> 
> 

-- 
--

CARE2X - free Integ Hospital Info System
https://sourceforge.net/projects/care2002/
http://www.care2x.org


--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
___
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers


Re: [Care2002-developers] jasper-reports

2011-01-19 Thread Mayala Mwendesha
Hi all,
I used iReport for reporting with java. but never tested with php is it  
possible to do with php?

Mayala Mwendesha



On Thu, 20 Jan 2011 10:10:03 +0300, Mauri Niemi   
wrote:

> Hi,
>
> I have both installed. To get Jasper it is best to download iReport which
> includes Jasper. iReport is easier to install than Pentaho and also
> impression is that it is more simple. But it still needs understanding of
> database and cannot be easily used by hospital staff. But it would help  
> it
> people to prepare cuztomized reports to our hospitals without knowledege  
> of
> programming.
>
> Mauri
>
> 2011/1/20 Kizito S.M. 
>
>> Dunno! But you can check with Mauri, I saw Pentaho in his laptop once!!
>>
>> 2011/1/20 Robert Meggle 
>>
>> Hi,
>>>
>>> Has anyone tested here jasper-reports for medical reports in comparison
>>> with e.g. Pentaho suite?
>>>
>>>
>>> http://sourceforge.net/projects/jasperserver/files/JasperServer/JasperServer%203.7.1/
>>>
>>> Would it make sense to focus it for - let's call it - advanced medical
>>> reportings?
>>>
>>> Robert
>>>
>>> --
>>> --
>>> 
>>> CARE2X - free Integ Hospital Info System
>>> https://sourceforge.net/projects/care2002/
>>> http://www.care2x.org
>>>
>>>
>>>
>>> --
>>> Protect Your Site and Customers from Malware Attacks
>>> Learn about various malware tactics and how to avoid them. Understand
>>> malware threats, the impact they can have on your business, and how you
>>> can protect your company and customers by using code signing.
>>> http://p.sf.net/sfu/oracle-sfdevnl
>>> ___
>>> Care2002-developers mailing list
>>> Care2002-developers@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/care2002-developers
>>>
>>
>>
>>
>> --
>> *
>> Kizito S.M. - Telemedicine Project
>> *Evangelical Lutheran Church in Tanzania
>> P.O. Box 3033 Arusha - Tanzania
>> Fax:  +255 27 254 5054
>> Tel:   +255 27 250 4752
>> Mob: +255 75 543 7887
>>
>>
>> --
>> Protect Your Site and Customers from Malware Attacks
>> Learn about various malware tactics and how to avoid them. Understand
>> malware threats, the impact they can have on your business, and how you
>> can protect your company and customers by using code signing.
>> http://p.sf.net/sfu/oracle-sfdevnl
>> ___
>> Care2002-developers mailing list
>> Care2002-developers@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/care2002-developers
>>
>>


-- 
Using Opera's revolutionary email client: http://www.opera.com/mail/

--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
___
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers


Re: [Care2002-developers] jasper-reports

2011-01-19 Thread Mauri Niemi
Hi,

I have both installed. To get Jasper it is best to download iReport which
includes Jasper. iReport is easier to install than Pentaho and also
impression is that it is more simple. But it still needs understanding of
database and cannot be easily used by hospital staff. But it would help it
people to prepare cuztomized reports to our hospitals without knowledege of
programming.

Mauri

2011/1/20 Kizito S.M. 

> Dunno! But you can check with Mauri, I saw Pentaho in his laptop once!!
>
> 2011/1/20 Robert Meggle 
>
> Hi,
>>
>> Has anyone tested here jasper-reports for medical reports in comparison
>> with e.g. Pentaho suite?
>>
>>
>> http://sourceforge.net/projects/jasperserver/files/JasperServer/JasperServer%203.7.1/
>>
>> Would it make sense to focus it for - let's call it - advanced medical
>> reportings?
>>
>> Robert
>>
>> --
>> --
>> 
>> CARE2X - free Integ Hospital Info System
>> https://sourceforge.net/projects/care2002/
>> http://www.care2x.org
>>
>>
>>
>> --
>> Protect Your Site and Customers from Malware Attacks
>> Learn about various malware tactics and how to avoid them. Understand
>> malware threats, the impact they can have on your business, and how you
>> can protect your company and customers by using code signing.
>> http://p.sf.net/sfu/oracle-sfdevnl
>> ___
>> Care2002-developers mailing list
>> Care2002-developers@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/care2002-developers
>>
>
>
>
> --
> *
> Kizito S.M. - Telemedicine Project
> *Evangelical Lutheran Church in Tanzania
> P.O. Box 3033 Arusha - Tanzania
> Fax:  +255 27 254 5054
> Tel:   +255 27 250 4752
> Mob: +255 75 543 7887
>
>
> --
> Protect Your Site and Customers from Malware Attacks
> Learn about various malware tactics and how to avoid them. Understand
> malware threats, the impact they can have on your business, and how you
> can protect your company and customers by using code signing.
> http://p.sf.net/sfu/oracle-sfdevnl
> ___
> Care2002-developers mailing list
> Care2002-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/care2002-developers
>
>
--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl___
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers


Re: [Care2002-developers] jasper-reports

2011-01-19 Thread Kizito S.M.
Dunno! But you can check with Mauri, I saw Pentaho in his laptop once!!

2011/1/20 Robert Meggle 

> Hi,
>
> Has anyone tested here jasper-reports for medical reports in comparison
> with e.g. Pentaho suite?
>
>
> http://sourceforge.net/projects/jasperserver/files/JasperServer/JasperServer%203.7.1/
>
> Would it make sense to focus it for - let's call it - advanced medical
> reportings?
>
> Robert
>
> --
> --
> 
> CARE2X - free Integ Hospital Info System
> https://sourceforge.net/projects/care2002/
> http://www.care2x.org
>
>
>
> --
> Protect Your Site and Customers from Malware Attacks
> Learn about various malware tactics and how to avoid them. Understand
> malware threats, the impact they can have on your business, and how you
> can protect your company and customers by using code signing.
> http://p.sf.net/sfu/oracle-sfdevnl
> ___
> Care2002-developers mailing list
> Care2002-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/care2002-developers
>



-- 
*
Kizito S.M. - Telemedicine Project
*Evangelical Lutheran Church in Tanzania
P.O. Box 3033 Arusha - Tanzania
Fax:  +255 27 254 5054
Tel:   +255 27 250 4752
Mob: +255 75 543 7887
--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl___
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers