Changeset 1093 for Scheduling/trunk/doc
- Timestamp:
- Jan 27, 2011, 8:59:05 AM (14 years ago)
- Location:
- Scheduling/trunk/doc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Scheduling/trunk/doc/ChangeLog.txt
r1074 r1093 111 111 - New kids build 112 112 113 113 v1.5 (Alpha released Jan 27 2010) 114 - Speed issues mitigated. 115 - Ability to Cancel checked-in appointments (including walk-ins) added. 116 - Grid now responds to mouse wheel movements 117 - Clearer error messages for end users. -
Scheduling/trunk/doc/README.txt
r1079 r1093 10 10 SD 5.3 11 11 SD 5.3 patch 11310 (to fix a problem with the code) 12 BMX 2.2 (now required)12 BMX 2.21 13 13 14 14 For a Virgin WorldVistA 6-08 release install the following in this order: 15 15 1. XB 4 (see https://trac.opensourcevista.net/browser/IHS-VA_UTILITIES-XB/tag/rel_20091207) 16 2. BMX 2.2 (see https://trac.opensourcevista.net/browser/BMXNET_RPMS_dotNET_UTILITIES-BMX/trunk/k)16 2. BMX 2.21 (see https://trac.opensourcevista.net/browser/BMXNET_RPMS_dotNET_UTILITIES-BMX/trunk/k) 17 17 3. XWB 1.1 patch 113102 (see https://trac.opensourcevista.net/browser/BMXNET_RPMS_dotNET_UTILITIES-BMX/trunk/k) 18 4. BSDX 1.4 1(see https://trac.opensourcevista.net/browser/Scheduling/trunk/kids)18 4. BSDX 1.42 (see https://trac.opensourcevista.net/browser/Scheduling/trunk/kids) 19 19 5. SD 5.3 patch 11310 (see https://trac.opensourcevista.net/browser/Scheduling/trunk/kids) 20 20 … … 126 126 127 127 Speed issues: 128 - Loading takes a long time <solved> 129 - Search <enter> Select <enter> <enter> takes a long time when adding appointment 130 - Wait cursor when updating <solved> 131 - Checkin takes a long time 132 - Printing the routing slip takes a slightly longer than necessary time 133 - Select patient dialog takes a tiny while to show up. 134 - Date-change selection not optimal (calls server with each tiny change) <solved> 135 128 - Loading takes a long time <solved in 1.5> 129 - Search <enter> Select <enter> <enter> takes a long time when adding appointment <solved in 1.5> 130 - Wait cursor when updating <solved in 1.5> 131 - Checkin takes a long time <solved in 1.5> 132 - Printing the routing slip takes a slightly longer than necessary time <not an issue in main version> 133 - Select patient dialog takes a tiny while to show up. <solved in 1.5> 134 - Date-change selection not optimal (calls server with each tiny change) <solved in 1.5> -
Scheduling/trunk/doc/StepsForSchedRelease.txt
r1043 r1093 10 10 9. Update Readme file with new version. Add any tidbits if necessary. 11 11 0. Update the Change Log. 12 13 Steps for Creating a new Release for BMX 14 1. Increment version number on the GUI (assembly and file). 15 2. Compile GUI and dll in release mode. Update svn. 16 3. Increment version number in the BMX APPLICATION file. 17 4. Copy kids build into new kids build, incrementing the version number. 18 5. Edit build. Change Date Distributed. 19 6. Change version number on routines using the Update Version Number option. 20 7. Copy modified routines just created from patches back to svn directory. Update svn. 21 8. Write out the build, and update svn with the new build. 22 9. Update Readme file with new version. Add any tidbits if necessary. 23 0. Update the Change Log. 24
Note:
See TracChangeset
for help on using the changeset viewer.