Product Architecture: Difference between revisions

From Vision
No edit summary
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 2: Line 2:


The file structure is:
The file structure is:
Vision
 
*Admin Sys Admin ASP forms
Vision\
*MTS MTS ASP forms
*Admin\ - Sys Admin ASP forms
*Releases Folder to do upgrades in - see [[Release Process]] for details.
*MTS\ - MTS ASP forms
*Scripts Data Mining scripts
*Releases\ - Folder to do upgrades in - see [[Release Process]] for details.
**Vision_Mining.vbs scheduled script that runs the datamines
*Scripts\ - Data Mining scripts
***GetSysDetails_MySQL.asp the WCS datamine script
**Vision_Mining.vbs - scheduled script that runs the datamines
***GetSysDetails_WMS.asp the WMS datamine script
***GetSysDetails_MySQL.asp - the WCS datamine script
***Vision_Cleardown.vbs scheduled script to clear down data
***GetSysDetails_WMS.asp - the WMS datamine script
*Settings User Settings ASP forms
***Vision_Cleardown.vbs - scheduled script to clear down data
*TMS TMS ASP forms
*Settings\ - User Settings ASP forms
*WCS WCS ASP forms
*TMS\ - TMS ASP forms
*WMS WMS ASP forms
*WCS\ - WCS ASP forms
*Charts Flash objects for Graphs and Charts
*WMS\ - WMS ASP forms
*Database for releases and initial installation - the database structure.
*Charts\ - Flash objects for Graphs and Charts
*Files GIFs, CSS, etc
*Database\ - for releases and initial installation - the database structure.
*Includes common ASP/JS files
*Files\ - GIFs, CSS, etc
*jQuery JavaScript extension and plugins used in some screens
*Includes\ - common ASP/JS files
*jQuery\ - JavaScript extension and plugins used in some screens




The database is installed on the machine, under port 5306. This is accessible through MySQL Workbench remotely. Install workbench through MySQL website (latest mysql-workbench-gpl-5.2.26-win32.msi).
The database is installed on the machine, under port 5306. This is accessible through MySQL Workbench remotely. Install workbench through MySQL website (latest mysql-workbench-gpl-5.2.26-win32.msi).
[[Category:Vision Overview]]
[[Category:Vision Overview Doc|030]]
[[Category:Vision Coding and Release Doc|010]]
[[Category:Vision Coding and Release]]

Latest revision as of 15:45, 9 May 2011

Vision is generally installed on E:\Vision.

The file structure is:

Vision\

  • Admin\ - Sys Admin ASP forms
  • MTS\ - MTS ASP forms
  • Releases\ - Folder to do upgrades in - see Release Process for details.
  • Scripts\ - Data Mining scripts
    • Vision_Mining.vbs - scheduled script that runs the datamines
      • GetSysDetails_MySQL.asp - the WCS datamine script
      • GetSysDetails_WMS.asp - the WMS datamine script
      • Vision_Cleardown.vbs - scheduled script to clear down data
  • Settings\ - User Settings ASP forms
  • TMS\ - TMS ASP forms
  • WCS\ - WCS ASP forms
  • WMS\ - WMS ASP forms
  • Charts\ - Flash objects for Graphs and Charts
  • Database\ - for releases and initial installation - the database structure.
  • Files\ - GIFs, CSS, etc
  • Includes\ - common ASP/JS files
  • jQuery\ - JavaScript extension and plugins used in some screens


The database is installed on the machine, under port 5306. This is accessible through MySQL Workbench remotely. Install workbench through MySQL website (latest mysql-workbench-gpl-5.2.26-win32.msi).