Wrap up 5.1
- jordansparks
- Site Admin
- Posts: 5770
- Joined: Sun Jun 17, 2007 3:59 pm
- Location: Salem, Oregon
- Contact:
Wrap up 5.1
Everyone wrap up all your loose ends. Version 5.1 will go to beta in a couple days. I know it doesn't seem like 5.1 is very different from 5.0, but there really have been some important changes. And we also need to have a beta version for various reasons.
Jordan Sparks, DMD
http://www.opendental.com
http://www.opendental.com
- jordansparks
- Site Admin
- Posts: 5770
- Joined: Sun Jun 17, 2007 3:59 pm
- Location: Salem, Oregon
- Contact:
Well, I think we should plan for the release Wed night with the changes to SVN happening Thursday morning. It's Tues morning here right now. So that gives you about a day and a half. You could probably continue working for another day as long as it will be functional when you're done. It doesn't sound like you're doing anything that's going to cause major problems.
Jordan Sparks, DMD
http://www.opendental.com
http://www.opendental.com
just noticed a bug in the progNotes grid when you open recall. it hangs the program...trying to figure out what is wrong. It is in FillProgNotes
for(int i = 0;i < table.Rows.Count;i++) {
get a null exception or something.
It was working last time I looked at this (and have been running in v5.0 in our office with it on for quite a while) so did something change elsewhere that would have caused this problem?
for(int i = 0;i < table.Rows.Count;i++) {
get a null exception or something.
It was working last time I looked at this (and have been running in v5.0 in our office with it on for quite a while) so did something change elsewhere that would have caused this problem?
- jordansparks
- Site Admin
- Posts: 5770
- Joined: Sun Jun 17, 2007 3:59 pm
- Location: Salem, Oregon
- Contact:
I couldn't get it to hang.
Time to release version 5.1 beta.
Time to release version 5.1 beta.
Jordan Sparks, DMD
http://www.opendental.com
http://www.opendental.com
Hmm..
I just noticed something interesting with the UnitQty field in the procedure log. When a procedure has a number of units (like anesthesia) the fee for that procedure needs to be multiplied by the # of units for it to make sense.
I started to make the changes, but I wanted to bring this up in case anyone has some input.
Currently, anywhere the "fee" is displayed I am adding an *if* statement to check for a value in the UnitQty field. If there is, it is multiplied before display.
Does this sound right path to take?
I started to make the changes, but I wanted to bring this up in case anyone has some input.
Currently, anywhere the "fee" is displayed I am adding an *if* statement to check for a value in the UnitQty field. If there is, it is multiplied before display.
Does this sound right path to take?