PDA

View Full Version : Web-based School Information System



mitchi
January 20th, 2008, 02:59 PM
Hi! I'm trying to set-up a web-based system for our school using Linux Apache/MySQL/PHP, and I would like to ask for your ideas.

There's centre-sis and focus-sis but they're postgresql based. I would prefer using MySQL.

Also, I would to ask about printing reports and forms from my system. I haven't tried this before and it would be very helpful if you could list down some tips or tricks on how to do this.

Thank you.

loell
January 21st, 2008, 01:10 AM
as for report generation, you can generate PDF on the fly

with php-fpdf.

mitchi
January 21st, 2008, 01:48 AM
yeah, but can i design my page with our letterhead, format and other stuff?

loell
January 21st, 2008, 02:17 AM
i believe so, you can,

there should be a method in the module where you can attach a static image.


here is an example :)

http://www.fpdf.org/en/tutorial/tuto2.htm

Stu09
January 21st, 2008, 02:45 AM
Hi Mitchi,

Is Moodle the kind of thing you're after ?

www.moodle.org

mitchi
February 12th, 2008, 10:01 AM
Hi Mitchi,

Is Moodle the kind of thing you're after ?

www.moodle.org


parang ganun na rin po, kaso to be specific, Student Information System, isang online Student Registration + some features like centre-sis or focus-sis. Just like online enrollment na ginagamit ng mapua.

vrix
February 12th, 2008, 01:39 PM
greetings!

If you're going to print reports and forms, and since this is web-based, you can print it directly from the browser, or use javascript to do this. You just have to get the data from the mysql and print it to the browser using php, align it correctly on the page, and print it using javascript.

If these are existing reports and forms just use a link for them to download and print it by their own application.

hope this helps.

SLEducator
February 26th, 2009, 05:09 PM
The future of the Open Source SIS :
Please come and join our community at http://www.opensis.com and our development team at
https://eduforge.org/projects/opensismysql/
https://eduforge.org/projects/opensis
opensis is a stable fork of Focus with over 200 enhancements
and our new project opensis-mysql is dedicated to creating and ADOdb code base that
will be MySQL ready and in the future database independent.