I'm new to DRUPAL and need some guidance on which modules to use.
I wish to transfer a quite simple existing site on to DRUPAL
The current setup is english language only classic asp with just one aspx page.
The 2 small data bases are flat file csv, ie not really a database in the modern sense.
The current functionality is elementary.
1) One Form to collect minimal data to create a user profile and issue a password, user ID is email address.
2) Logon goes to a TABBED web page
2.1) change pass and update user profiles
2.2) Collect some data with classic asp page, submit returns an aspx page with a barcode to be printed.
2.3) Upload a File collecting data concerning where to deliver the file.
Additional fumctionality
Ability to access via a customer number or email address
Additional TAB to contain a table listing files and delivery details in a table
Behind the web pages are 16 daemons written in VB6 which process input from the above web pages, plus they extract/obtain
data from other sources. These data are also used to update the flat-file DATABASE.
The main issue with the changeover is that I do not immediately have the resources to change the VB6 daemons to run against
a 'proper' database, so I must adapt the data access module of drupal to use the current flat file database.
My route map is as follows.
Starting in my office.