Deletions are marked like this. | Additions are marked like this. |
Line 4: | Line 4: |
Line 8: | Line 9: |
= Systems = * http://linthal.softxs.ch/beta -- Combined Beta system * http://linthal.softxs.ch/dev/linthal115dev - Development system |
|
Line 19: | Line 15: |
1. ''Search Document'' -- The performance have been slightly improved 1. ''Create New Document'' -- Implemented (see the warning below) 1. ''Get Next Sequence Number'' -- Implemented 1. ''Check for Duplicates'' -- Now highlights the left-most cell and creates a cell comment indicating which rows are duplicates |
1. All main menu items work: 1. ''Search Document'' -- The document/revision download performance has been improved 1. ''Create New Document'' -- Implemented (see the warning below) 1. ''Get Next Sequence Number'' -- Implemented 1. ''Check for Duplicates'' -- Now highlights the left-most cell and creates a cell comment indicating which rows are duplicate |
Line 24: | Line 21: |
1. The hidden worksheets are now hidden, and the system starts with a blank worksheet | 1. The hidden worksheets, except for the ''Bau-Layout'' worksheet (a bug), are now hidden, and the system starts with single examp e planning worksheet. |
Line 31: | Line 28: |
1. Re-loading data, using ''Search Documents'' into an existing list is not extensively tested and we have seen at least one bug. For safety always: * Select '''Rapport''' = ''Bau'' * Select the checkbox '''Place results in a new worksheet''' at the top right of the search screen |
|
Line 38: | Line 39: |
* Calculated field, typically ''Soll'' date fields * ''Bereich'' and ''Vorabzug ja/nein''. When the Vorabzug ja/nein menu is changed then all the Vorabzug fields will be locked/u locked. This code is not well-tested, and also does not set the revision code correctly. 1. There is a bug with ''Create New Document'', when you create a new document, you '''must select a cell in row 17 or below'''. O herwise it will be impossible to save the document. |
* Calculated fields, typically ''Soll'' date fields * ''Bereich'' and ''Vorabzug ja/nein''. When the Vorabzug ja/nein menu is changed then all the Vorabzug fields will be locked/unlocked. This code is not well-tested, and also does not set the revision code correctly. 1. There is a minor bug with ''Create New Document'', it works, but '''must select a cell in row 17 or below'''. Otherwise it will be impossible to save the new document. |
Line 44: | Line 45: |
1. Re-loading data, using ''Search Documents'' into an existing list is not extensively tested and we have seen at least one bug. |
|
Line 65: | Line 64: |
1. Open the Excel file '''LinthalDrawmgt-Planning-1.xlsm''' | 1. Open the Excel file '''Linthal``Drawmgt-Planning-1.xlsm''' |
Line 93: | Line 92: |
* '''All Rows''' - Operation works on rows where any cell in the row is selected. The selection does not need to be contiguous. | * '''Selected Rows''' - Operation works on rows where any cell in the row is selected. The selection does not need to be contiguous. |
Line 101: | Line 100: |
1. Use system (selected by default): * ZG Development -- http://linthal.softxs.ch/dev/linthal115dev |
|
Line 107: | Line 108: |
1. '''Place Results in a new worksheet''' -- Select the checkbox ('''Important!''') | |
Line 112: | Line 114: |
Note that the search and display of data is slow, and that a number of hidden rows and columns are displayed during the processing p riod. This is because the Excel screen updating (e.g. recalculation) is enabled during the data processing. This was done to assist he 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. |
After the search processing completes a list of approximately 15 documents is displayed. |
Line 120: | Line 120: |
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 impleme ted |
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 implemeted |
Line 133: | Line 133: |
1. Change the value of the ''Delta'' fields and observer that preceding ''Soll'' dates change. | 1. Change the value of the ''Delta'' fields and observe that preceding ''Soll'' dates change. |
Line 138: | Line 138: |
1. The ''Resourcenplannung'' ''von'' and ''bis'' dates are calculated base on the ''T0'' value and should not be changed manual y. | 1. The ''Resourcenplannung'' ''von'' and ''bis'' dates are calculated base on the ''T0'' value and should not be changed manually. |
Line 152: | Line 152: |
1. Do not save documents for which the ''Vorabzug ja/nein'' menu has been changed | |
Line 168: | Line 169: |
= Demo Script = | = Demo Script (old) = |
Excel Integration - Axpo Demo Notes
Version 2, 2011-05-20 (AH)
Ref Prj-E-6-01-610-221-00_0004-Anl-v02
Contents
Status of the Excel Integration
Recently Completed Features
- The three Excel files have been reduced to a single file
- All main menu items work:
Search Document -- The document/revision download performance has been improved
Create New Document -- Implemented (see the warning below)
Get Next Sequence Number -- Implemented
Check for Duplicates -- Now highlights the left-most cell and creates a cell comment indicating which rows are duplicate
- Menu items that access the server now check for duplicates before the server access is performed.
The hidden worksheets, except for the Bau-Layout worksheet (a bug), are now hidden, and the system starts with single examp e planning worksheet.
Limitations of the Excel VBA Code
The following features are not completely implemented and/or not well-tested:
Re-loading data, using Search Documents into an existing list is not extensively tested and we have seen at least one bug. For safety always:
Select Rapport = Bau
Select the checkbox Place results in a new worksheet at the top right of the search screen
There is a new comlumn Status/DrawMGT-Nr., which contains the DrawMGT's internal document id (which is blank for new docume ts). This field has the background color set based on the document status (which is new and not completely tested) as follows:
Grey = OK
Ping = Error, typically a duplicate document
Yellow = Warning, typically not saved or cell changed
- Cells with a light-orange color are meant to be read-only, this is a temporary solution to avoid slowing the developement effor . Protecting worksheets is a time consuming exercise. Currently the following fields are set to read-only:
Calculated fields, typically Soll date fields
Bereich and Vorabzug ja/nein. When the Vorabzug ja/nein menu is changed then all the Vorabzug fields will be locked/unlocked. This code is not well-tested, and also does not set the revision code correctly.
There is a minor bug with Create New Document, it works, but must select a cell in row 17 or below. Otherwise it will be impossible to save the new document.
The validation of the Ist date sequence is implemented, but not extensively tested, there may be bugs.
Columns Not Implemented
The following worksheet columns are not implemented (and have a dark grey background):
The Q-Eklaerung column
Links to Grundlagen documents
The Format column
The Vorabzug ja/nein column - Currently has a bug where the revision codes are not reset currectly
The Stn-Nr column
The Art (Pruefungsart) column
The Pruef-Nr column
Operation
Startup
Open the Excel file LinthalDrawmgt-Planning-1.xlsm
Click on the DrawMGT menu.
Menu Items
- Server
Login - Login into the DrawMGT server
Logout - Logout from server
- Save
Save Selected - Save all rows to server (see below)
Save All - Save selected rows to server (see below)
- Search
Search Documents - Displays a search form. See below for details
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)
- Edit
Create New Document - Create a new document at the selected row (make sure it is at or below row 18!)
Duplicated Selected - Duplicate the selected rows
Get Next Sequence - Get the sequence Lauf-Nr. for the selected rows
Restart Revision Sequence - Assign the text set of revision codes to the selected rows
Check for Duplicates - Check for duplicate documents. Checks the DrawMGT-Nr. and the Documentindex
Refresh Attributes - Functions correctly, but is very slow (it downloads many thousands of records!)
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
Selected 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
- Use system (selected by default):
ZG Development -- http://linthal.softxs.ch/dev/linthal115dev
- 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:
Place Results in a new worksheet -- Select the checkbox (Important!)
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.
After the search processing completes 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 implemeted
- 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 observe 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:
The Bereich for a document that has already been saved
Do not change Ver (revision code)
Do not save documents for which the Vorabzug ja/nein menu has been changed
- You can copy entire rows of data and the check for duplicats flag them. It will not be possible to save copied rows, unless:
- No DrawMGT-Nr. is assigned to the rows (in Col R)
- You must change the documet codes to avoid duplicates
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 ifferences occur, then the cell contains the server (new) value and a cell note is appended to the cell with the original (old) spre dsheet value.
Demo Script (old)
DrawMGT Display
Change to Bereiche LA2
DrawMGT menu: Dokumente --> Suchen
Bereich - Aktueller Bereich
Kontakt - 213
Laufnummer - 1000 --> 1020
Select document LA2-E-6-03-351-213-10_0003-v
Display workflow detail for revision V, the Vorabzug
Excel Download
Menu item: Search Documents
Rapport - Select Bau
Bereich - Select LA2
Kontakt - Select 213
Laufnummer - Select 1002 --> 1005
Excel Update
Find row (probably row 15) for LA2-E-6-03-351-213-10_0003
Update T0 and Delta value:
Column CO(341): T0: Change date to three days earlier
Column AS(28): Delta7: Change from 28 to 25
Complete workflow steps Vorabzug Erstellen and Stellungnahme
Column AQ(29): Erstellen Ist: Set date one month ago
Column AR(29): Erstellen Wer: Change user
Column AV(33): Stellungnahme Ist: Set today's date
Column AW(34): Stellungnahme Wer: Change user
Column AX(35): Stellungnahme Status: keine Bermerkungen
Update Resourcenplannung and Verteiler fields
Column CQ(49): Planner CAD: Change from 25 to 28
Column CS(51): Planner PL: Change from 6 to 7
Excel Save
Select a cell in the row containing LA2-E-6-03-351-213-10_0003
Menu item: Save Selected
DrawMGT Re-Display
Refresh web screen for revision LA2-E-6-03-351-213-10_0003-v
- Verify changes from Excel displayed
DrawMGT Update
In web screen for LA2-E-6-03-351-213-10_0003-v
Button Aendern
Change Stellunnahme Dauer (Delta7): from 25 to 29
- Save
Excel Refresh
Select a cell in the row containing LA2-E-6-03-351-213-10_0003
Menu item: Refresh Selected
Verify Delta7 changed to 29 and that the old value in the cell note is 25
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.
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