Jump to content

Need some advice...


futeki

Recommended Posts

Designing an application that has a reporting feature -- nothing too special about that, they are full page reports, but here's my issue: Considering its' a web-based application I've ran into an idea wall. What is the best (or recommended) way to handle BULK printing through the browser?

 

One of the reasons why the application must run through the browser besides the fact that its' SaaS is the fact that I can get rid of the OS-based problems that one encounters with developing on multiple platforms.

 

Keep in mind, users are good at screwing things up - god bless error handling and whoever thought it up.

 

Also one of the many variables to keep in mind is that I need to be able to stop in the middle of the batch and continue printing later, never know if a user is going to do something like run out of paper half way, or have to walk away for a little while and it stop.

 

Any suggestions?

Link to comment
Share on other sites

would everyone have excel?  Would it be possible to have the item parsed as a microsoft file?

 

What about just reating a basic .txt file and then allowing the user to download the entire file directly?

 

Have the script generate an e-mail and then attached a .txt file to the e-mail.

 

Any of those work?

Link to comment
Share on other sites

Firstly I want to say, thank you for your response!

 

Well, the only problem with those suggestions are it would lose the necessary formatting.

 

Not to divulge too much information, but I feel it would be necessary for you to understand exactly what it is I'm trying to do so here it is...

 

Basically, I'm designing a credit reporting feature within an application. I'm not sure if you've seen exactly how a report needs to be formatted in order to be sent to a credit agency but it has a certain format, the reason this presents a problem is I'm trying to prevent the user from screwing up that format or being able to screw up an entire batch - for example, printing 4000 accounts in succession opens all sorts of issues with the user needing to take breaks, or possibly dealing with printer issues - which means I basically need to be able to stop and start this entire process easily.

 

Obviously, putting that information into a txt file is a BAD idea for many reasons if not only for the fact it would lose its' formatting.

 

Heck, maybe what I'm trying to do isn't even a good idea to begin with or maybe it just simply can't be done. I figured posting it here would possibly arose the interest of a master simply to show me up and teach me a thing or two ;)

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.