Forum: Computer Science Dec 1st, 2008 |
| Replies: 9 Views: 902 Let me quickly give a little background:
The app is an inventory program. They can preenter some info such as - I receive 700lbs. When they start removing inventory they enter in MetricTons. If the... |
Forum: Computer Science Nov 30th, 2008 |
| Replies: 9 Views: 902 The rounding has to be exact. I need the app to know if the user entered .317 that what the really mean is 700lbs. I don't think I can solve this problem with a rounding technique. It'll have to be... |
Forum: Computer Science Nov 25th, 2008 |
| Replies: 9 Views: 902 My user base are not the sharpest tools in the shed - so I need to do as much logic as I can in the business rules.
Thanks |
Forum: Computer Science Nov 25th, 2008 |
| Replies: 9 Views: 902 I've tried the simple power of 10 tricks and that still didn't help me solve the underlying problem.
In the db, I store everything in lbs. So the MT conversion from .317 that the user entered... |
Forum: Computer Science Nov 25th, 2008 |
| Replies: 9 Views: 902 I have a problem and need some ideas. I have an app that lets the user enter in weights in different units and I need a way to store the data so the total weight gets taken in the end (or at least... |