Hi,
I'm a newbie in Drupal and I'm wondering if Drupal is well suited for the business application I'm trying to develop. Here is the basic scheme of the application:
1- when the user logs in (suppose he has an account), he's directed to its own page whose layout is the same for all users except for personal info. Ex: name, address, assets in its portfolio, total value in dollars (maybe a couple of graphs too). In a sense, each user has its own unique page.
2- the user can decide to "run a new simulation" by clicking on a button for example. At this point, the user is asked to enter a set of parameters. A lot of parameters are needed, so several forms have to be filled. Doesn't know the best strategy to do that: different screens linked by next/prec buttons?
3- on last screen, user can launch the application (a lot of calculations programmed in PHP implying creation of many mySQL tables). A message tells the user the calculation phase is started and he will receive an email when it's finished. In the email is attached a PDF file containing results : summary reports, graphs, etc.