You incorporate a "geo-fence" for mobile users. This tells me the app is location aware to a point. Why can we not leverage this to automatically get closest Cit/State for data entry? This would be great for the Miles-Per-Gallon module I'm adding that requires input of gallons purchased and also asks for location.
Also, the sample Order Entry app is confusing to me and I assume others. To me a basic order entry app is
- Cstomers
- Orders
- Order Details
- Inventory Items
- And you can forget about all the rest for the purposes of of a basic sample teaching app
However you use
- Orders (which makes sense)
- No Order Details
- But Products are the "Order Details"? To me, Products seems like it should be the Inventory Items listing
- And "New Products" are the Inventory Items??
- There are no Customer tables/forms?
Also, leave the test data in the app for sharing (for teaching purposes) Very frustrating to try and see an implementation and there is ZERO data to observe initially.
I know it's nit picking, but learning a new application requires helpful sample apps. And the Order Entry app just seems all over the place with a lot of unnecessary forms and confusing naming scheme.
Having said all that, I love the developing style (once I grasp the concepts and forget about a lot of other habits from other environments)