Support for IMSMA V3.0
Reply to IMSMA Newsletter and Website - Reply from Alan Arnold (3) by Alan Arnold, GICHD
Reply to IMSMA Newsletter and Website - Reply from Alan Arnold (3) by Alan Arnold, GICHD
Navigator: task record viewing window
The Navigator in IMSMA V3.0 SP1 should have a task record viewing window like the 12 already existing ones.
This would allow to:
The Afghan IMSMA database has more then half a million records and the navigator is very helpful in keeping the overview.
Selection for edit form: Name field expansion
The Name field in the Selection for edit form of Task and Minefield should be expanded to show the complete Task or Minefield name which are based on our the following naming convention (see AMAS Chapter Nine Edition 1, Revision 0, 17 February 2005, 5. Hazardous Area/Minefield Numbering Systems):
For the Lesson learned we didn't define strict naming conventions but a larger Title field in the Lesson learned Selection for edit form would be helpful to faster find an LL.
Solution (Added 2005-07-09)
The column widths for frmEditSelection.lbxObjects are hardcoded and not taken column withs in the form. Therefore the source code needs to be changed.
Data Management Report: Filter by Owner
The Administration > Data management reports (DMR) should have a third filter criteria for the owner MAC "Owned by" like the Selection for edit forms. Our regions don't cover the the AOR of the AMAC's and especially the SubAMACs.
Data Management Report – Datapool Overview: Devices
The Administration > Data management reports > Overview report for the IMSMA datapool (ORDP) should be expanded to include the number of records from the devices tables (MA SuspectedDevice, DA SuspectedOrdnance, DeviceDestroyed and DeviceMarked for PR, CL, CS and IncAcc Device). This could be done in a devices page.
We experienced lost devices during incomplete synchronizations and got device incompatibility messages in tblProgressReportDeviceDestroyed. A similar problem sometimes happened when importing a new MAC on top of an already filled database. The suggested report could help the easy recognize a missing records problem.
Solution (Added 2005-07-09)
The tables listed in the overview report are taken from tblApplicationSemanticKeyControl where clnControlName='cboKindOfItem'. For additional tables just add a row and enter the table name in column clnSemanticKey.
Synchronization: conflicting record resolving tool
To respond to "conflictiong record" messages from the synchronization and resolve the problem, a tool should assist and guide to a solution.
Coordinates: Customizable Formats
The frontend automatically converts Lat/Lon coordinates to Degree, Minutes and Seconds (DMS) and displays them in this format. The display format should be customizable and there should be a way to switch from DMS to decimal degree and back (by pressing a hotkey or radio button). Also the print format in the reports should be customizable and alternative formats should be available to be used to customize the reports. (Added 2005-05-26)
Solution (Added 2005-07-14)
A parameter in tblApplicationParameterLocal could define how geo coordinates are presented (in forms and reports). This needs to be done in the source code.
Incident Form: Reference to Areas
Like the reference to areas in the accident form the same functionality should be added to the incident form. Therefore the three attributes (clnReferenceTC, clnReferenceOther, clnReferenceGUID) need to be added to the tblIncAccIncident or to keep the table structure unchanged, three UDFs could be used to store this data.
(Added 2005-06-02)
Sketch: Support for more document types
Image file types are supported but no application files (lile .doc or .pdf). Application files should be accepted (no preview required in IMSMA or GIS) in the field 'Path to selected file'. The contents of this field should be printed with the image in the MS-Word reports. The copy function (keyboard short-cut Ctrl-C) is not applicable because it is a display only field. A copy button could be a substitution for this useful function.