From 14bc5f6788b2c3db98efb1dcf1dc56e432f40ca0 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 22 Mar 2021 15:17:07 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 19 +- ayanova/src/router.js | 6 + ayanova/src/views/adm-global-seeds.vue | 477 ++++++++++++++++++++++ ayanova/src/views/adm-global-settings.vue | 5 + 4 files changed, 492 insertions(+), 15 deletions(-) create mode 100644 ayanova/src/views/adm-global-seeds.vue diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 95e64d9a..8e4af43c 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -65,24 +65,10 @@ todo: v8 migrate additions **************** -****************** -Tags -***************** -(italic is mine original message, your original response in []. The **** is my reply to yours) -How do I "see" ALL possible tags so I as an end-user can pick an existing tag OR so I can see the format of how tags are entered in my company (i.e. my company might use a prefix PC for a Part Cateogry or a DZ for a dispatch zone, or enter dispatch zone names by main street instead of east/north etc - and a supervisor won't want to have to manually sit with each staff and tell them what to do, thinking it should be intuitive...) - [not a feature currently. What are your thoughts on what is should look like and where it would go?] -Where can I as an end-user see ALL tags? what if I wanted/needed to remove/edit the same tag everywhere can't I do so from a list of available used tags - i.e. tag "blue" no longer used, want it removed from everything? - [not a feature currently. What are your thoughts on what is should look like and where it would go?] -****When I click to enter a tag (but have not yet typed anything), I'd expect/like to see a list of ALL existing tags drop down that I can then scroll down and select(doesn't do this as of right now March 15 2021 alpha-104). Whereas if I instead start typing a letter, then I would expect to see a dropdown list of tags that start with that letter (does this already!) - ************************** PO ************************* -(italic is mine original message, your original response in []. The **** is my reply to yours) -Is this as expected? Statuses don't automatically change at ANY point .... I take it that the status is FULLY up to the user. And the default appears to be Open - On Order UNLESS the end-user themselves actually changes it. -[Yes, completely up to user how they choose to use it. It's so different in how it works I struggled to find a system that woudl work automatically and not get in the way. The status before was tied to how it worked but it doesn't work that way anymore and technically users could just hide it if they don't use it. If you have any suggestions on something different I can look into it, just couldn't think of a clean automatic system at the time] -***OK no further suggestions at this time (italic is mine original message, your original response in []. The **** is my reply to yours) ISSUE **PO numbers duplicating: @@ -1021,4 +1007,7 @@ build 105 Tag extension or any extension refresh main data table it was run from after operation (so can see results) automatically ** looked into and realized could cause issues forcing a refresh when the user doesn't want it necessarily if they are picking and choosing records to work with in extension more than once REMOVE THE extra decimal place - make it so max of two decimal places so if have a 6.25% tax would enter in 6.25; if 16.75% would enter in 16.75 I know of no known tax rate that has more than 2 decimal places - ** Many places globally have 3 decimal place tax rates, even in the US https://taxfoundation.org/2020-sales-taxes/ \ No newline at end of file + ** Many places globally have 3 decimal place tax rates, even in the US https://taxfoundation.org/2020-sales-taxes/ + When I click to enter a tag (but have not yet typed anything), I'd expect/like to see a list of ALL existing tags drop down that I can then scroll down and select(doesn't do this as of right now March 15 2021 alpha-104) + ** Oh, ok, I thought you meant an area where tags could be viewed. That's not practical, there could be 10,000 tags, it's open ended, we can't send the whole list every drop down of every tag. What's the use-case for this? + like if a person isn't sure what tags to use or...?? \ No newline at end of file diff --git a/ayanova/src/router.js b/ayanova/src/router.js index c4eb4cb5..8582b230 100644 --- a/ayanova/src/router.js +++ b/ayanova/src/router.js @@ -570,6 +570,12 @@ export default new Router({ /* webpackChunkName: "adm" */ "./views/adm-global-select-templates.vue" ) }, + { + path: "/adm-global-seeds", + name: "adm-global-seeds", + component: () => + import(/* webpackChunkName: "adm" */ "./views/adm-global-seeds.vue") + }, { path: "/adm-global-logo", name: "adm-global-logo", diff --git a/ayanova/src/views/adm-global-seeds.vue b/ayanova/src/views/adm-global-seeds.vue new file mode 100644 index 00000000..99d9a7d1 --- /dev/null +++ b/ayanova/src/views/adm-global-seeds.vue @@ -0,0 +1,477 @@ + + diff --git a/ayanova/src/views/adm-global-settings.vue b/ayanova/src/views/adm-global-settings.vue index 04e89408..4c492711 100644 --- a/ayanova/src/views/adm-global-settings.vue +++ b/ayanova/src/views/adm-global-settings.vue @@ -86,6 +86,11 @@ $ay.t("PickListTemplates") }} + + {{ + $ay.t("GlobalNextSeeds") + }} +