This commit is contained in:
2021-09-06 20:11:21 +00:00
parent bfe4d8b1c6
commit 4f1671d3a6

View File

@@ -66,7 +66,7 @@ todo: 1 inventory transactions show untranslated text in source column
This is an ongoing problem, maybe the report data code at server can do translations if it knows the language in advance and that a column will need translations
this would be helpful in many cases, though I didnt want any presentation code in server it keeps creeping in but judicious use of this may be what is required here
Or, the data table precaches any translations as in intermediate step BEFORE it actually does the regular list pre-processing so that it doesn't need to be async in there but rather in the getdata area??
-1 case 3864 Joyce misc item - part unit of measure auto suggest
You changed this which is great! -> Unit Charge (for labor and travel Rates) - now offers auto-suggest from prior entries to save typing.
@@ -834,4 +834,5 @@ BUILD 129 CHANGES OF NOTE
- Work order item expense "Summary" field changed to "Description" in English translation to disambiguate it on lists and forms from Item "Summary" and Workorder header "Summary"
- Work / Quote / PM order global default tax codes implemented in labor, loan, parts, sched users, travels but not outside service as wasn't in v7 and not sure if appropriate to default that one. Also not expenses because not default in v7 and also not always tax anyway.
- case 3864 help docs for report designer added missing info related to PDF etc
- case 3864 help docs for purchase order related to how the item form works added
- case 3864 help docs for purchase order related to how the item form works added
- Inventory transactions data list was showing untranslated text in "Source" column