…And after a few weeks I managed to do my “first” web app, which actually does the following using Altec’s Atlantis tables:
* Connects to an Oracle Database (next step is to connect to an SQL SERVER db)
* Searches for customers using code, name, occupation category, geographical category or salesman
* Shows customer’s data
* By using AJAX shows financial data of the selected customer for specific year
* Searched for items using code, name, or category
* Shows item’s data
* By using AJAX shows financial data of the selected item for specific year.
Some screenshots can be seen below
- The customer’s financial details (using AJAX the details appear or not depending on the year the user chooses)
- The form used for searching for customers
- The connection to the database



