Jump to content

Basic HTML reports

From NusaATK
Revision as of 18:02, 8 February 2008 by Rwolverine (talk | contribs) (New page: {{howto|easy|Rwolverine (PM me on the forums for questions)}} == Preface == There are many formats the reports can be sent to, Infact I use the FPDF library to turn mine into PDFs and ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

ATK Howto: Basic HTML reports

Complexity: easy
Author: Rwolverine (PM me on the forums for questions)

List of other Howto's

Preface

There are many formats the reports can be sent to, Infact I use the FPDF library to turn mine into PDFs and a recent thread about report writing mentioned using the ATKOpenDocumentWriter class in ATK to create ODF files.

I'm going to focus firstly on the basics to get a report to appear on the screen, and them possibly expand this to include how I used the FPDF library to save PDF files since first you want to know how to do it in ATK.



Conclusion

There are many things that can be expanded upon here but this is the basic method borrowed from Achievo examples