On Wed, Jan 14, 2009 at 10:41 AM, Rajiv Gore <[email protected]> wrote: > Ours is an Excise registered unite and every month we have to file excise > return . > I want to use Postgress to store the data . We will feed data pertaining to > receipt of raw mtl and sales of finished prducts along with excise duty > paid on daily basis and at the end of the month take out a report and submit > to excise dept. > Since the task of data feeding has to be made as easy as possible, I want to > use a GUI to Postgres. Further at the end of the month the report needs to be > printed in a format which remains same every month. > So any help in this matter will be helpful.
Hmm... what you need is a PG database and a fronting UI to generate reports. Look at FOSS based reporting solutions like ReportLab or Jasper to generate the reports from PG. You can hire a developer for about a week to do the required... regards Vivek -- The hidden harmony is better than the obvious!! -- ______________________________________________________________________ Pune GNU/Linux Users Group Mailing List: ([email protected]) List Information: http://plug.org.in/cgi-bin/mailman/listinfo/plug-mail Send 'help' to [email protected] for mailing instructions.
