This commit is contained in:
2022-05-10 23:22:36 +00:00
parent 2e8716f384
commit 4b45ead49f
2 changed files with 7 additions and 10 deletions

2
.vscode/launch.json vendored
View File

@@ -48,7 +48,7 @@
"AYANOVA_DATA_PATH": "c:\\temp\\ravendata", "AYANOVA_DATA_PATH": "c:\\temp\\ravendata",
"AYANOVA_USE_URLS": "http://*:7575;", "AYANOVA_USE_URLS": "http://*:7575;",
//"AYANOVA_PERMANENTLY_ERASE_DATABASE":"true", //"AYANOVA_PERMANENTLY_ERASE_DATABASE":"true",
"AYANOVA_SERVER_TEST_MODE": "true", "AYANOVA_SERVER_TEST_MODE": "false",
"AYANOVA_SERVER_TEST_MODE_TZ_OFFSET": "-8", "AYANOVA_SERVER_TEST_MODE_TZ_OFFSET": "-8",
//"AYANOVA_REPORT_RENDERING_TIMEOUT":"1", //"AYANOVA_REPORT_RENDERING_TIMEOUT":"1",
"AYANOVA_SERVER_TEST_MODE_SEEDLEVEL": "small", "AYANOVA_SERVER_TEST_MODE_SEEDLEVEL": "small",

View File

@@ -1,7 +1,8 @@
# now # now
todo: update front end dependencies
todo: check qboi user count and remove from website and any download links if visible or in installer if visible
TODO: Unit model select template doesn't offer UPC as a field nor does it in Unit though Unit's I guess maybe don't work that way, see v7 to confirm where UPC code was exposed TODO: Unit model select template doesn't offer UPC as a field nor does it in Unit though Unit's I guess maybe don't work that way, see v7 to confirm where UPC code was exposed
@@ -25,7 +26,6 @@ ADD TO DOCS:
TEST IMPORT FILE OPEN ON iPad device as the file input accept type may not work with apple TEST IMPORT FILE OPEN ON iPad device as the file input accept type may not work with apple
There is a postgres14 update, check into it for the windows standalone and docs, see if it's a critical upgrade or not
@@ -99,7 +99,7 @@ todo: test key revocation
critical path items: critical path items:
- docs completed - docs completed
- QBI - QBI
- QBOI (or server to login and path for them to do it on their server however that works so we can exit that biz) - QBOI FUCK THIS DROP IT>>?? (or server to login and path for them to do it on their server however that works so we can exit that biz)
- import inventory and parts for future new sales will be critical - import inventory and parts for future new sales will be critical
ultimately being able to import directly from other apps export formats or online api keys would be ideal ultimately being able to import directly from other apps export formats or online api keys would be ideal
- Pricing, how we will approach it for new vs v7 and what it will be - Pricing, how we will approach it for new vs v7 and what it will be
@@ -323,7 +323,7 @@ todo: 1 should a superuser really have a dashboard?
todo: 2 adm-import lists a lot of objects that are work order item children etc, I think people mainly want invenotry (which isn't there), customers, ho maybe, whatever is the biggest lists todo: 2 adm-import lists a lot of objects that are work order item children etc, I think people mainly want invenotry (which isn't there), customers, ho maybe, whatever is the biggest lists
so remove unimportable types, implement most desired import types so remove unimportable types, implement most desired import types
todo 2: sb able to make a work order directly from a Unit, Customer or anything tiable to a customer and have it all properly filled in with customer pre-selected and unit if unit sourced todo 2: sb able to make a work order directly from a Unit, Customer or anything tie-able to a customer and have it all properly filled in with customer pre-selected and unit if unit sourced
I see this as a new menu item not from the list of work orders for example (though that should really preselect the customer too) I see this as a new menu item not from the list of work orders for example (though that should really preselect the customer too)
@@ -331,7 +331,7 @@ todo: 2 or 3 category team view color based on user color?
check category schedule control docs or implement in my slot override check category schedule control docs or implement in my slot override
todo: 2 create workorder, quote, pm from customer record?? todo: 2 create workorder, quote, pm from customer record??
was that a v7 feature? make it so? v.next? was that a v7 feature? No it wasn't, but it's a good idea to have it
todo: 3 cant' use CSP with ayanova without opening it up considerably and allowing unsafe-inline todo: 3 cant' use CSP with ayanova without opening it up considerably and allowing unsafe-inline
sounds like it's theoretically possible to work but the fontawesome fonts would need to be static or something and styles would need a nonce and etc sounds like it's theoretically possible to work but the fontawesome fonts would need to be static or something and styles would need a nonce and etc
@@ -962,10 +962,7 @@ Current v8 docs home: https://www.ayanova.com/docs/next
BUILD 8.0.0-beta.6 CHANGES OF NOTE BUILD 8.0.0-beta.6 CHANGES OF NOTE
- Customer user docs system changed at back end and front end so that customer only sees their own manual not the regular AyaNova manual - Updated swashbuckle, JoseJWT, Microsoft.openAPI, puppeteersharp
- Customer user documentation written
- Completed docs (or at least none are "under CONSTRUCTION" still)
- removed default rate from the loaner edit form, it was unimplemented anywhere else and not in v7 and would require a lot of backing code to make it work