Deletions are marked like this. | Additions are marked like this. |
Line 9: | Line 9: |
* http://linthal.softxs.ch/beta -- Combined beta system | * http://linthal.softxs.ch/beta -- Combined Beta system |
Line 14: | Line 14: |
Fifteen LA2 documents have been entered into the system ''beta'' and ''development'' systems listed above. The documents are copies of existing documents, and include especially created ''vorabzug, zur Freigabe'' and ''gut zur Ausfuerhung'' revisions. The ''T0'', ''T0wv'' dates and other fields have been set in order to provide complete and consistent demonstration, which demonstrate the planning and scheduling process. | Fifteen LA2 documents have been entered into the ''Beta'' and ''Development'' systems listed above. The documents are copies of existing documents, and include specially created ''vorabzug, zur Freigabe'' and ''gut zur Ausfuerhung'' revisions. The ''T0'', ''T0wv'' dates, ''Delta'' values and other planning related fields have been set in order to provide complete and consistent demonstration, which demonstrate the planning and scheduling process. |
Line 61: | Line 61: |
1. The ''Contract'' menu - The menu is implemented and changes will cause user listsin the the ''Wer'' menus to change, but this is not extensively tested, and due to the ''Gruppe'' menu not being complete, could lead to data that causes validation errors on the server. | 1. The ''Contract'' menu - The menu is implemented and changes will cause user lists in the the ''Wer'' menus to change, but this is not extensively tested, and due to the ''Gruppe'' menu not being complete, could lead to data that causes validation errors on the server. |
Line 103: | Line 103: |
1. '''Set Server''' - ''not enabled demo'' | 1. '''Set Server''' - ''not enabled for demo'' |
Line 124: | Line 124: |
For both cases the header rows and empty rows are ignored. E.g. if you select cells in the header or empty rows, nothing bad happens. | For both cases the header rows and empty rows are ignored. E.g. if you select cells in the header or empty rows nothing bad happens. |
Line 149: | Line 149: |
1. The date calculation, based on the T0 and delta values is implemented. You should change T0 and the delta values, not the ''Soll'' dates. |
1. The date calculation, based on the T0 and delta values is implemented. You should change T0 and the delta values, not the ''Soll'' dates 1. Automatic creation of the ''Drawing Code'', based on classification menu settings and the ''Laufnummer'' and ''Teil'' is implemented |
Line 152: | Line 153: |
1. | |
Line 169: | Line 170: |
To '''save'' data there are two choices: | To '''save''' data there are two choices: |
Line 187: | Line 188: |
To '''reshresh'' data there are two choices: | To '''reshresh''' data there are two choices: |
Excel Integration - Axpo Demo Notes
Version 1, 2011-03-24 (AH)
Contents
Systems
http://linthal.softxs.ch/beta -- Combined Beta system
http://linthal.softxs.ch/dev/linthal115dev - Development system
Test Data
Fifteen LA2 documents have been entered into the Beta and Development systems listed above. The documents are copies of existing documents, and include specially created vorabzug, zur Freigabe and gut zur Ausfuerhung revisions. The T0, T0wv dates, Delta values and other planning related fields have been set in order to provide complete and consistent demonstration, which demonstrate the planning and scheduling process.
The document codes for the test data are:
- LA2-E-6-03-351-213-10_1002
- LA2-E-6-03-351-213-10_1003
- LA2-E-6-03-351-213-10_1004
- LA2-E-6-03-351-213-10_1005
- LA2-E-6-03-351-213-10_1006
- LA2-E-6-03-351-213-10_1007
- LA2-E-6-03-351-213-10_1010
- LA2-E-6-03-351-213-10_1011
- LA2-E-6-03-351-213-10_1012
- LA2-E-6-03-351-213-10_1013
- LA2-E-6-03-351-213-10_1014
- LA2-E-6-03-351-213-10_1015
- LA2-E-6-03-351-213-10_1016
- LA2-E-6-03-351-213-10_1017
- LA2-E-6-03-351-213-10_1018
Note that each document is a copy of an existing document aby adding 1000 to the Laufnummer as follows:
LA2-E-6-03-351-213-10_1002 copied from LA2-E-6-03-351-213-10_0002
You can view the documents with the following search:
Change to Bereiche LA2
DrawMGT menu: Dokumente --> Suchen
Bereich - Aktueller Bereich
Kontakt - 213
Laufnummer - 1000 --> 1020
Note that this displays all revisions associated with these documents:
Revision
Code
Description
v_B
GA
gut zur Ausfuehrung
v_A
ZF
zur Freigabe
v__
VA
Vorabzug
When you display the revision detail, a new bock is shown which contains the user defined fields with text describing the fields name and contents.
Limitations of the Excel VBA Code
The following columns are not implemented:
The Contract menu - The menu is implemented and changes will cause user lists in the the Wer menus to change, but this is not extensively tested, and due to the Gruppe menu not being complete, could lead to data that causes validation errors on the server.
The Gruppe columne - The menu is not implemented
Links to Grundlagen documents
The Format column
The Vorabzug ja/nein column
The Stn-Nr column
The Art (Pruefungsart) column
The Pruef-Nr column
The Q-Eklaerung column
The Verteiler Ext and Ablage/Archiv columns associated with gut zur Ausfuerhung revision
The following features are not completely implemented and/or tested:
- Client side cross-field validation of workflow steps. E.g. there is no checking when you make a workflow step update to make sure that the preceding and subsequent workflow steps have are compatible with the change.
The server-side revision date is not set, this is because of a race condition, which can occur and cause server-side validation error. The problem is that if you change multiple revision dates for the same document, the sequence of saving records (server-side) leads to validation errors when the first revision is saved, but the second revision (before being saved) is out of sequence.
- The record update count (record serial number) field processing is implemented but not completely tested, it is not recommended to do simultaneous updates on the server and client. Do a refresh in Excel if you update records on the server.
Demo Script
This section describe operations that can be performed for the demo:
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 Excel AddIn that installs the DrawMGT Excel Ribbon (menu)
LinthalDrawMGT-Template-1.xlsm - An Excel VBA AddIn that contains the library code that implements the Excel Interface
Procedure
Open the Template file:
Watch in the lower message area in the Excel screen (at the bottom) and verify 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) called DrawMGT next to the Start menu.
Menu Items
- Server
Login - Login into the DrawMGT server
Logout - Logout from server
Set Server - not enabled for demo
- Data
Search Documents - Displays a search form. See below for details
Refresh Attributes - not enabled for for demo
- Edit
Get Next Sequence - not enabled for demo
Refresh Selected - Refresh selected rows (local data) with latest data from server (see below)
Refresh All - Refresh all rows (local data) with latest data from server (see below)
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 in the row is selected. The selection does not need to be contiguous.
For both cases the header rows and empty rows are ignored. E.g. if you select cells in the header or empty rows nothing bad happens.
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 (e.g. recalculation) is enabled during the data processing. This was done 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 its vorabzug, zur Freigabe and gut zur Ausfuerhung revisions.
Features:
The date calculation, based on the T0 and delta values is implemented. You should change T0 and the delta values, not the Soll dates
Automatic creation of the Drawing Code, based on classification menu settings and the Laufnummer and Teil is implemented
- Status menus are implemented
- Title, scale and other text fields are implemented
Updating Data and Saving It to Server
You can change data for documents and revisions.
Scenarios
Change the value of the T0 field and observe that the Soll dates change.
Change the value of the Delta fields and observer that preceding 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 revision fields: Verteiler-Ext and Verteiler-Ablage are not saved correctly (a bug)
To save data there are two choices:
Select the menu item Save All. All rows will be saved
Select cells in rows that should be saved and press the menu item Save Selected
Restrictions
Given the limited test data observe the following restrictions:
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 Ver (revision code)
- Do not copy and paste rows of data
Refresh Data
If data is changed on the server, then it is possible to refresh rows in the planning spreadsheet, so that they are updated with the latest server data.
To reshresh data there are two choices:
Select the menu item Refresh All. All rows will be refreshed
Select cells in rows that should be refreshed and press the menu item Refresh Selected
When data is refreshed, all document and revision data for the row is downloaded and displayed in the corresponding Excel cells. If differences occur, then the cell contains the server (new) value and a cell note is appended to the cell with the original (old) spreadsheet value.
Limitation: The difference checking has bugs for dates (due to the different date formats) and cell comments are often created when the date has not changed.
Compatibility Testing Notes
The Excel code has been tested on different versions of Windows and Excel.
The only know limitation is that the VBA code does not yet work with Excel 2003.
Excel Versions Tested
Excel 2007 and Excel 2010
Not tested Excel 2003
Windows Versions and Languages Tested
Windows 7, German and English
Windows XP, Hungarian