Hi keith,
I really appreciation your respond on my post.
The report I want to generate is this:-
1. SECTORAL ANALYSIS OF LOAN.
2. SCHEDULE OF LOAN STRUCTURE.
3. SCHEDULE OD INTEREST RATES.
4. SCHEDULE OF  ASSET.
5. SCHEDULE OF DEPOSIT.
6. SCHEDULE OF LIABILITIES.
7. GAP ANALYSIS REPORT.
8.  MONTHLY STATEMENT OF ASSETS AND LIABILITIES.
9.  MONTHLY STATEMENT OF PROFIT AND LOSS ACCOUNT.
10. SCHEDULE OF LOANS.
11. SCHEDULE OF PLACEMENTS WITH BANKS/DISCOUNT.
12 . SCHEDULE OF BALANCES DUE.
13. SCHEDULE OF NON-PERFORMING CREDITS.
This are the analysis of report I want to generate in the mifos
application.
I we be very grateful if someone can assist and put me through 
on how to go  about those report analysis above.
Thanks,
Remain Bless.

----------------------------------------
From: "Keith Pierce" <[EMAIL PROTECTED]>
Sent: Wednesday, March 12, 2008 2:30 AM
To: [EMAIL PROTECTED], Developer <[EMAIL PROTECTED]>
Subject: Re: [Mifos-developer] How to create report to mifos appllication. 

Hi, Owoeye,

Thanks for your questions, that I hope I can clarify. The current reporting 
subsystem must be integrated with the MifOS application. The BIRT-based reports 
are designed to access the database by way of scripted data sets -- data is 
retrieved by invoking one or more Java methods defined on MifOS Java classes. 
These classes in turn access database tables using Hibernate.

This approach works well for operational reports such as the collection sheet 
report, and forms such as receipts.

For after-the-fact reporting and analysis, the approach is less satisfactory as 
each report typically requires implementing some Java code. You can build 
reports to access database tables directly with SQL, bypassing Mifos Java code. 
However, Mifos's tables are designed for transactional work, not reporting, so 
it is harder to report on data that they hold. In future releases, we plan to 
implement a data warehouse for reporting.

Please post here more details on what kind of reports you need -- perhaps 
someone can help you right away with your problem, and it will help us to 
design the data warehouse to better meet customers' reporting needs.

Keith

On Wed, Mar 12, 2008 at 2:27 AM, OWOEYE SUNDAY LAURENCE <[EMAIL PROTECTED]> 
wrote:

Hello, All
I need guild on how to create report in mifos application.
My question is on the database for the report. Can somebody
write the report template on another system that is not carry 
mifos application.

About the Data source in the birt report engine,how can somebody
configure it to work?
Please I we highly appreciate if somebody can put me through.
Thanks,
Remain bless.

-------------------------------------------------------------------------

This SF.net email is sponsored by: Microsoft

Defy all challenges. Microsoft(R) Visual Studio 2008.

http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Mifos-functional mailing list
Mifos-functional@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-functional

Reply via email to