Want a web/html 'report writer' for sqlite3 databases



I am looking for a way to display information from an sqlite3 database
on web pages in the sort of way that a 'report generator' provides.

I.e. I want to be able to have breaks and indents in the report with
sub-headings etc. with the breaks being set by changes in the data.

For example I might have weekly timesheet information and I want it
output with weekly and/or monthly sub-totals:-

Week 1
------

Day Job Hours
Monday ABC 1.5
XYZ 6.5
Tuesday ABC 8
Wednesday XYZ 8
Thursday AAA 7
XYZ 1
Friday ABC 6

38
(Maybe the totals for ABC, XYZ, etc. here too)


Week 2
------


... and so on. It's pretty standard report writer stuff but I can't
find anything that does it for web output. There are full blown
application frameworks that can maybe do it but they are rather lower
level than I want as the database already exists and is created by other
tools. I just want a configurable report writer. Open Office can do
some of what I want but it's clumsy with sqlite3 and I'm not sure if it
can produce an HTML version of the report.

--
Chris Green

--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users



Relevant Pages

  • Re: Visual Basic to PDF
    ... If by display information from Vb, you mean on screen report that a user can ... > I think creating a pdf document from inside visual basic will solve the ... > Is there any way that I can save documents in pdf form from inside a ...
    (microsoft.public.vb.general.discussion)
  • Re: Rename Field
    ... What do you mean by rename? ... Are you wanting to display information from a ... > Crystal Report... ...
    (microsoft.public.vb.crystal)
  • Re: Show data on criteria
    ... Sounds like you're trying to restrict the records delivered by the report ... What is the RecordSource of your report? ... I only want to show data when it is in its criteria: ... I Only like to display information in my report when the value is "128 ...
    (microsoft.public.access.reports)
  • Re: Report Writer
    ... If you are interested in a GUI implementation ... > about Re: Report Writer ...
    (comp.lang.cobol)
  • Re: Report Writer
    ... REPORT WRITER ... While the programmer may not be changing the procedure division he is ... is the perfect fit for all manner of things. ...
    (comp.lang.cobol)