I have a requirement to write a PDF report detailing the state of the database every quarter (+/-) for historical purposes. This is not a cron process. It will be launched by a human once certain conditions are met. The only solution I see is for a user to generate the report and export it. Depending upon the browser configuration, the user may need to save the file to a known local location. Then start another process to move the report from his/her client back to the server where it is stored and referenced in the database.
It would be nice if the user could simply start a process that writes the report to the server file system and updates the database. This would be a superior user experience.
Does myDBR have anything to help me deliver on this user requirement?