This commit is contained in:
2022-02-11 02:21:58 +00:00
parent f632accad8
commit 103ed299c0

View File

@@ -25,7 +25,7 @@ FIRST CLIENT SOURCE CODE COMMIT JAN 3rd 2019
- cases and #1 issues below
- BETA tester docs on what and how suggested to test?
maybe just a single blurb with links to the docs pages on installation, migration evaluation
license also for beta changed
@@ -149,15 +149,6 @@ Coded by importance
╚═════╝ ╚═════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═══╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝
todo: filling in relevant docs before beta dn going over them all
next up re-read the data tables doc and then work backwards out to service rates again.
todo: 1 the navigation isa bit of a mess, like "introduction" for forms basics, and each navigation area is just the name so Home looks like home of docs not Home nav item etc
go through the docs navigation and clean up so makes logical sense
todo: 1 decapitalize the titles
todo: 1 #b4beta tagged on all pages that MUST be filled in before beta test, do those and any not that flag at top with [under construction] and make sure they are presentable
todo: 1 the form Validation errors are probably not documented in the form docs but should be just to explain basically what to look for and an example
@@ -240,13 +231,16 @@ TODO: 1 BETA DOCS:
-1 todo: why should user be able to open a part inventory transaction record in the first place? It opens to the history form, isn't that weird, theres nothing to see that isn't
in the grid is there??
- 1 todo: window.$gz.locale.diffHoursFromUTC8601String is often calculated a total of 1.99 due to some rounding even though the two times look identical
must be seconds or something, needs a round up in those cases, that's weird. To recreate try a start time of 11:21 and end time of 1:21pm which should be two hours but is 1.99 hours
sometimes it just works, I'm guessing it's a milliseconds issue or something, round first maybe to remove ms then calc?
- 1 todo: time control in native browser format isn't showing a title at all, check date as well. Date and time is ok
- 1 todo: about FORM - does it show user has native date time input use browser override?
- 1 todo: CURRENCY / DECIMAL control, not too happy with them, considering rolling my own maybe here are some ideas:
- 2 todo: CURRENCY / DECIMAL control, not too happy with them, considering rolling my own maybe here are some ideas:
To get current use the latest version which is completely different and seems ok, here is a dude who implemented it with vuetify so would need to copy this
as it's too small to just use his I think: https://github.com/phiny1/v-currency-field/blob/master/src/VCurrencyField.vue
@@ -281,9 +275,6 @@ console.log(parseFloat(localeParseFloat("1,100.9", "nl"))); // Dutch locale: rev
-1 todo: why should user be able to open a part inventory transaction record in the first place? It opens to the history form, isn't that weird, theres nothing to see that isn't
in the grid is there??
- 2 todo: when hide a section in wo like all tasks in customize should hide the add task woitem context menu item too