OSCommerce Product Manager for Windows
FS#147 - Product editing windows should display "modified" status.
Attached to Project:
OSCommerce Product Manager
Opened by Mario A. Valdez-Ramirez (mvaldez) - Friday, 21 January 2005, 11:46 GMT
Last edited by Mario A. Valdez-Ramirez (mvaldez) - Sunday, 10 April 2005, 07:08 GMT
Opened by Mario A. Valdez-Ramirez (mvaldez) - Friday, 21 January 2005, 11:46 GMT
Last edited by Mario A. Valdez-Ramirez (mvaldez) - Sunday, 10 April 2005, 07:08 GMT
|
DetailsProduct editing windows should have an indicator of "product has been changed", like a "*" in the title bar, a colored bar, or something else.
The "*" in the title bar is used often with text editor. Also the "(modified)" legend in the title bar. |
This task depends upon
Implemented... sort of.
We test for any change in any field. If there is any, we change the title bar (the caption) of the form adding an asterisk "*" at the beginning.
However, we don't check for "effective changes"; that is, real changes. For example, if we change the quantity from 4 to 4 (adding some numbers then deleting them) the form is tagged as modified. The same for normalized data, for example, writting "4dfdfd" in a numeric field would be cleaned to "4", but we don't check.
Closed.