diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 34a576ba..87ad0e17 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -35,9 +35,6 @@ MISC ITEMS THAT CAME UP todo: BUGBUG delete all tags from customer, go back in and zone2 appears for some reason -todo: v8migrate tax codes convert to pct currently wrongly using fractional value (i.e. multiply by 100) - - todo: NOT import PO's unless they are current, active and unreceived todo: erase database should reset all id values if they aren't reset already so that future data doesn't result in a new PO starting at 29000 due to huge db trial seed prior @@ -198,12 +195,7 @@ CURRENTLY DOING: Contract form dupe the tagged part adjustments for service and travel then on to the limited rates, also need restrict to rates checkbox, then help docs and then done (might want to put more fields in the datalist, it's very sparse adn the old v7 had pretty much all the fields as well) -todo: change percentage values to be actual percentages in db and end to end - rather than .05 for 5% tax just let people enter 5, store as 5 and then divide by 100 for calcs as required - 150.345 - -todo: need pctg control now, I'm unable to enter more than 2 digits to the right of decimal point but that's required, also the above stuff about pct todo: confirm Unit contract fields are ok and datalist is ok diff --git a/ayanova/src/views/svc-contract.vue b/ayanova/src/views/svc-contract.vue index 1dc04a6e..b6c529ad 100644 --- a/ayanova/src/views/svc-contract.vue +++ b/ayanova/src/views/svc-contract.vue @@ -161,64 +161,128 @@ > - + {{ $ay.t("PartList") }} $ayiPlus + + + + - - - - + + {{ $ay.t("ServiceRateList") }} + $ayiPlus + + + + + + + +