On Wednesday 26 September 2007 17:55:34 [EMAIL PROTECTED] wrote: > The company offers several services to their clients. I this way, the > app must be able to manage all the related to clients accounts, > debts, payments, invoicing (print).
No problem with that... Looks like a normal thing to me. If the invoices are too complicated you can move from HTML to PDF. > it also sells a magazine, so the app must be able to manage stock and > other things related to it, like publicity (associated with a client), > shipments to the subscribers. It all depends on your code... > the clients have associate a salesman and contacts, so the app must > manage this too. The clients must be able to consult, through the web, > their accounts and debts. No problem, it all depends on your code and database design. > The app have to deal with all the providers of the company too (debts, > accounts, payments). Same thing. > For all this, it must be able to generate reports, deal with several > printers. Who deals with printers are the web browsers. At most you deal with CSS stylesheets, but if you need a really good layout PDF might be the best answer to you. > The question is: what do you think? can I use TurboGears for this? I don't see why not since nothing here really depends on what you use just on how you design your application. All of this could be done with CGI as well... -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

