Ignore:
Timestamp:
Mar 30, 2011, 10:12:52 AM (13 years ago)
Author:
Sam Habiel
Message:

Updated ChangeLog and Readme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Scheduling/trunk/doc/ChangeLog.txt

    r1093 r1129  
    111111- New kids build
    112112
    113 v1.5 (Alpha released Jan 27 2010)
    114 - Speed issues mitigated.
     113v1.5 (Alpha released Jan 27 2010, Alpha 2 end of Feb, Alpha 3 Mar 30)
     114- Speed issues very much mitigated.
    115115- Ability to Cancel checked-in appointments (including walk-ins) added.
    116116- Grid now responds to mouse wheel movements
    117117- Clearer error messages for end users.
     118- Splash screen Upon Start-up with progress bar
     119- Check-in Dialog cleaned up from extraneous elements; new algorithm for parsing out providers.
     120- BSDX Checkin Appointment has changed parameters.
     121- Application wide error handlers to handle application errors.
     122- Various focus issues with main form fixed (but these are causing some side effects).
     123- DateTime Picker format and behavior change. Schedule is no longer updated based on a value change but only when leaving the box or pressing the enter key.
     124- Splash screen when opening new clinics or changing dates added to main form.
     125- Polling for events and responding to them is now done asynchornously.
     126- A lot of refactoring to avoid calling the server when it's not needed. This involved not asking the server for updates after each operation as that's very expensive.
     127- Main form will be responsible for redrawing itself; not by the data manager.
     128- Algorithms to calculate remaining slots and for finding empty slots are now much improved. Slots are now time scale sensitive; contiguous slots are joined toether.
     129- More comprehensive message to user on Status Bar on what original slot has as well as what the current selection from the grid comes up.
     130- Custom printing framework (not used though) incorporated into main code base. Thanks Tariq.
     131- Holiday lookup is now better and won't fail when you use a different culture.
     132- New print slip when an appointment is make.
     133- Find Appointment Dialog now works very reliably.
     134- Sex of patient now pulled in the appointment objects; however, support for that is not universal yet (e.g. Walk-in's don't have a Sex yet!)
     135- DOB of patient now pulled; more universal; also there is an object that calculates the patient age.
     136- User choices for printing appointment and routing slip are now saved to VISTA in parameters.
     137- New command line flag, /culture, to set the main thread's CurrentUICulture.
     138- Routing Slip now prints patient order.
     139- Bug when redrawing appointments while saving Slots on the Edit Resource Availability window fixed.
     140- New context menu option on Grid to uncheck-in a patient
     141- New context menu option to Print Clinic Schedules for Today, Tomorrow, and 3 days from today.
     142- New logic to prevent checked-in appointments from being deleted.
     143- Context menus for Noshow and Undo noshow have changed logic for when they become enabled.
     144- Events are not going to be raised back to the originating control anymore.
     145- Appointment Reminder Slip has been Arabized, and an extra resource is shipped in order to accomplish that.
     146- Version check added in the load logic.
     147- Upon Demand refresh by pressing F5 added to CalendarGrid.
     148- Time scales are now sensitive to the original time scale of the clinic. You can increase them, but you can't decrease them.
Note: See TracChangeset for help on using the changeset viewer.