This commit is contained in:
2021-03-15 19:07:00 +00:00
parent 09d2d4b1bf
commit 284d3753c1
2 changed files with 13 additions and 21 deletions

View File

@@ -117,6 +117,18 @@ Accounting role:
Unit charge description should offer auto suggest from prior entries to save typing.
***************
Taxes - realized these were not given to you in that txt file.
***************
**Taxes won't let me change an existing Name if previously selected on any other record. Scenerio: A change happens to a tax %. Admin needs to keep using the old tax for some things BUT wants users NOT to select this "old" tax for other stuff. (common scenerio found in ayanova databases is taxes reneamed such as "DONOTUSEGoodsTax" because admin still needs to use for something but doesn't want the regular staff to select as has to keep active etc.
**Taxes won't let me change the Active status if previously selected on any other record. Scenerio: This is the most common use - there is a change to a tax %. So they want to set a tax to inactive so no one selects it anymore. BUT raven won't allow editing of a tax, even just the Active field, if that tax has been linked (selected) with any other record
**When creating a new tax record, Tax A has preset 0.050 in the % field. This got me - as I assumed this was an example showing 5%. Have to admit I got mixed up again with the entry of decimals vs whole number. I created a new tax object, with what I thought was 6.5% tax (I entered in 0.065 following the "suggested" 0.050 that is pre-entered into A field) - . But when I saved it and used it selecting it in a PO, realized actually it was set to 0.065%
...................................................................................................................................................................
@@ -188,15 +200,6 @@ todo: research practicality of supporting SMS from server for things like notifi
is it a service, a device, a library??
todo: 2fa is going to be an absolute must have pretty soon, look into what's involved again
https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/3395
todo: user list shoudl show 2fa enabled
todo TEST ON LINUX
todo: help link on enable 2fa form itself in addition to regular help link that goes straight there??
todo: way to display qrcode again so multiple devices can pair with it?
(just show it on the form maybe?? or is that a security issue?)
todo: tag search in picklist, does it support more than one tag? I forget
no, no it doesn't. Hmmm... fuck

View File

@@ -14,7 +14,6 @@
<v-col cols="12">
<v-card class="mx-auto my-12" max-width="600">
<v-card-title>{{ $ay.t("AuthConnectAppTitle") }}</v-card-title>
<v-card-text>
<v-btn color="accent" @click="disable()">{{
$ay.t("AuthDisableTwoFactor")
@@ -288,17 +287,7 @@ function generateMenu(vm) {
menuItems: []
};
// if (vm.rights.change) {
// menuOptions.menuItems.push({
// title: "Save",
// icon: "$ayiSave",
// surface: true,
// key: FORM_KEY + ":save",
// vm: vm
// });
// }
// window.$gz.eventBus.$emit("menu-change", menuOptions);
window.$gz.eventBus.$emit("menu-change", menuOptions);
}
/////////////////////////////////