Deletions are marked like this. | Additions are marked like this. |
Line 61: | Line 61: |
|
|
Line 65: | Line 63: |
1. Select menu item: '''DrawMGT --> Login''' 1. Enter DrawMGT user name and password 1. A confirmation dialog is presented if the login is successful |
|
Line 69: | Line 69: |
== Update and Save It to Server == |
1. Select menu item: '''DrawMGT --> Search Documents''' 1. A search dialog is displayed: Enter the following search criterion: 1. '''Rapport''' - Select '''Bau''' 1. '''Bereich''' - Select '''LA2''' 1. '''Kontakt''' - Select '''213''' 1. '''Laufnummer''' - Select '''1000 --> 1020''', or select a smaller range (2002 -> 2006) if you want quicker results. Note that the search and display of data is slow, and that a number of hidden rows and columns are displayed during the processing period. This is because the Excel screen updating is enabled (to assist the testing and development process). After the search processing completes, the hidden cells and rows are hidden, and a list of approximately 15 documents is displayed. The header contains sections for the document and the ''vorabzug, zur Freigabe'' and ''gut zur Ausfuerhung'' revisions. == Updating Data and Saving It to Server == You can change data for documents === Scenarios === 1. Change the value of the '''T0''' field and observe that the other ''Soll'' dates change. 1. Change the value of the ''Delta'' fields and observer that preceeding ''SOll'' dates change. 1. Set the ''Ist'' date for the ''Vorabzug Erstellen'' 1. Set the ''Ist'' date and ''Status'' (to non-''Offen'') for the ''Vorabzug Stellungnahme'' 1. You can also change the ''Wer'' columns. Note that the user list is displayed based on the user roles in the server 1. Change the values in the ''Resourcenplannung'' and ''Verteiler''. Notes: 1. The ''Resourcenplannung'' ''von'' and ''bis'' dates are calculated base on the ''T0'' value and should not be changed manually. 1. The ''gut zur Ausfuerhung'' fields: ''Verteiler-Ext'' and ''Verteiler-Ablage'' are not process correctly (a bug) === Restrictions == Given the limited test data observe the following restrictions: 1. A document code, you can demonstrate the document classification menus, and that the document code is automatically updated basedon the menu setings and ''Laufnummer'' and ''Teil'', but don't save the document if the code is changed (this has not been extensively tested). 1. The ''Bereich'' or ''Gruppe'' - These menus are not completely implemented 1. Do not change |
Excel Integration - Axpo Demo Notes
Contents
Systems
http://linthal.softxs.ch/beta -- Combined beta system
Test Data
Fifteen LA2 documents have been taken from the
Limitations of the Excel VBA Code
Demo Script
Startup
The following three files should be installed in the same directory:
LinthalDrawMGT-Template-1.xlsm - An example planning workbook
LinthalDrawMGT-Menu-1.xlsm - Lightweight AddIn that installs the DrawMGT Excel Ribbon (menu)
LinthalDrawMGT-Template-1.xlsm - VBA AddIn that contains the library code that implements the Excel Interface
Procedure
- Open the Template file:
Watch in the lower message are and verity that Excel opens the Menu and Lib files
Excel will display an example document list and a number of hidden worksheets (these worksheets will not be displayed in the production version).
Verify there is a new Ribbon (menu item) called DrawMGT next to the Start menu.
Menu Items
- Server
Login - Login into the DrawMGT server
Logout - Logout from server
Set Server - not enabled demo
- Data
Search Documents - Displays a search form. See below for details
Refresh Attributes - not enabled for demo
- Edit
Get Next Sequence - not enabled for demo
Refresh Selected - Refresh selected rows (local data) with latest data from server
Refresh All - Refresh all rows (local data) with latest data from server
Duplicated Selected - not enabled for demo
Check for Duplicates - not enabled for demo
- Save
Save Selected - Save all rows to server (see below)
Save All - Save selected rows to server (see below)
Test
Test Cases - Displays a list of regression test cases (do not use)
Operations on all and selected rows:
All Rows - Operation works on all rows in the spreadsheet
All Rows - Operation works on rows where any cell is selected in the spreadsheet. The selection does not need to be contiguous.
For both cases the header rows and empty rows are ignores.
Login
Select menu item: DrawMGT --> Login
- Enter DrawMGT user name and password
- A confirmation dialog is presented if the login is successful
Search for and Display Data
Select menu item: DrawMGT --> Search Documents
- A search dialog is displayed: Enter the following search criterion:
Rapport - Select Bau
Bereich - Select LA2
Kontakt - Select 213
Laufnummer - Select 1000 --> 1020, or select a smaller range (2002 -> 2006) if you want quicker results.
Note that the search and display of data is slow, and that a number of hidden rows and columns are displayed during the processing period. This is because the Excel screen updating is enabled (to assist the testing and development process).
After the search processing completes, the hidden cells and rows are hidden, and a list of approximately 15 documents is displayed.
The header contains sections for the document and the vorabzug, zur Freigabe and gut zur Ausfuerhung revisions.
Updating Data and Saving It to Server
You can change data for documents
Scenarios
Change the value of the T0 field and observe that the other Soll dates change.
Change the value of the Delta fields and observer that preceeding SOll dates change.
Set the Ist date for the Vorabzug Erstellen
Set the Ist date and Status (to non-Offen) for the Vorabzug Stellungnahme
You can also change the Wer columns. Note that the user list is displayed based on the user roles in the server
Change the values in the Resourcenplannung and Verteiler. Notes:
The Resourcenplannung von and bis dates are calculated base on the T0 value and should not be changed manually.
The gut zur Ausfuerhung fields: Verteiler-Ext and Verteiler-Ablage are not process correctly (a bug)
=== Restrictions ==
Given the limited test data observe the following restrictions:
A document code, you can demonstrate the document classification menus, and that the document code is automatically updated basedon the menu setings and Laufnummer and Teil, but don't save the document if the code is changed (this has not been extensively tested).
The Bereich or Gruppe - These menus are not completely implemented
- Do not change
Refresh Data
Compatibility Testing Notes
Tested with:
Excel Versions
- Excel 2007 and Excel 2010.
- Not tested Excel 2003
Windows Versions and Languages
- Windows XP, Hungarian
- Windows 7, English and German