diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt
index 0f189ac6..8650ee26 100644
--- a/ayanova/devdocs/todo.txt
+++ b/ayanova/devdocs/todo.txt
@@ -341,14 +341,6 @@ todo: many biz objects are not using new PUT methodology
CURRENTLY DOING:
-
- todo: boolean fields in table are showing "true" "false" must change to checkboxes or checkbox characters or something
- do this sooner than later
- check po and other tables as well.
- there is specific guidance on this in the vuetify docs with example
-
- todo: concurrency conflict not displaying properly in UI, no error shows at all
-
todo: there may be an extraneous formfield item as there is taxname and taxcode id both as customizable.
maybe settle on one and use it dual purpose for the picklist as well as the taxname
diff --git a/ayanova/src/components/work-order-item-expenses.vue b/ayanova/src/components/work-order-item-expenses.vue
index 46f87b2d..d940e620 100644
--- a/ayanova/src/components/work-order-item-expenses.vue
+++ b/ayanova/src/components/work-order-item-expenses.vue
@@ -57,6 +57,19 @@
:show-select="$vuetify.breakpoint.xs"
single-select
>
+
+
+
+
+
+
+
@@ -620,7 +633,7 @@ export default {
if (this.form().showMe(this, "WorkOrderItemExpenseName")) {
headers.push({
text: this.$ay.t("WorkOrderItemExpenseName"),
- align: "left",
+ align: "start",
value: "name"
});
}
diff --git a/ayanova/src/components/work-order-item-labors.vue b/ayanova/src/components/work-order-item-labors.vue
index fded1d9b..620deaa2 100644
--- a/ayanova/src/components/work-order-item-labors.vue
+++ b/ayanova/src/components/work-order-item-labors.vue
@@ -743,7 +743,7 @@ export default {
});
}
- if (this.form().showMe(this, "LaborTaxName")) {
+ if (this.form().showMe(this, "WorkOrderItemLaborTaxRateSaleID")) {
headers.push({
text: this.$ay.t("Tax"),
align: "left",