Calculated figures should automatically recalculate when the users changes
other entries -- BEFORE the user "saves" the changes.
General idea of fix:
1) add change listeners to all affected boxes
2) upon change, the changed value will be set in the var
"displayedPlanting" and that object will be used to reset the display
3) special pains must be taken to ensure that the "changed" status of that
property is maintained, however. Currently, all "changed" properties are
reset when displaying a record because of the use of the .setInitialText()
methods.
Original issue reported on code.google.com by cropplan...@gmail.com on 1 Apr 2008 at 1:50
Original issue reported on code.google.com by
cropplan...@gmail.com
on 1 Apr 2008 at 1:50