Affichage des articles dont le libellé est Improve user experience with fractions. Afficher tous les articles
Affichage des articles dont le libellé est Improve user experience with fractions. Afficher tous les articles

Improve user experience with fractions

jeudi 16 avril 2015

So my wife started a bakery and she was occasionally screwing up on multiplying recipes and tracking costs in orders. I opened my big mouth and said I could write a database to do all that, no problem. Then I realized cooks like to work in fractions and Access has no way to deal with fractions like Excel.:banghead:



So I wrote some code to convert fractions as strings back and forth and store as doubles, as I need to do calculations on the values. Where I ran into a roadblock is how to handle them on the recipe entry form so the user isn't entering in one text box and seeing the data in another or doing a pop-up. Not a good user experience if you cannot enter data and hit tab. Any suggestions?

Improve user experience with fractions

Labels