This commit is contained in:
2022-04-05 20:03:57 +00:00
parent 0f13e0b68d
commit fcdef0c1a6
6 changed files with 126 additions and 11 deletions

View File

@@ -263,6 +263,13 @@ todo:3 todo: check out this SPA memory leak detector, it *does* have a login abi
\_____|______|_____|______|_| \_| |_|
todo: 1 BUGBUG - loaner item has a default rate but it's not being used on work orders when selected
probably also quotes and pm's as well.
NOTE: v7 didn't have a default rate, not sure why I added it, maybe it's better to remove it?
I decided to remove it so hid it in the Client from display, however it still is in the schema and in the model
so after beta but before release should be dropped, or maybe this is my first schema update besides translation?
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
so remove unimportable types, implement most desired import types
@@ -876,7 +883,10 @@ Current v8 docs home: https://www.ayanova.com/docs/next
BUILD 8.0.0-beta.4 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
- 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