I have a nice Product model, which has a lot of fields, the controller
has a Index and Show method to list the products and show the details
both with a print procedure using windows.print() and a print format
css which makes the printouts look good. Happy days! Until I get a
request that the sales guys want a "print-all" function, that prints
out the 40 or so product details (a page a product) using the Show
product format, so they dont have to move through each product
printing them individually; the resulting print-out makes a good
catalogue which they can then easily update.
I am only just mastering RAILS and dont have problems with CRUD but I
think this is somewaht out of my depth.
Can anyone help?
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
No comments:
Post a Comment