This commit is contained in:
2021-09-06 19:37:56 +00:00
parent 5625e38810
commit 3510d630e2

View File

@@ -72,36 +72,6 @@ Coded by importance
COULD YOU ALSO do similar for a Part's Unit of Measure field? in addition to saves typing PLUS allows user to select existing unit of measure so don'thave 10 different ways entered of "each", "ea", EAC", "per" etc
******************************************************************************************************************
-2 case 3864 Joyce misc item
TO BE ABLE TO PROVIDE TECHNICIAL SUPPORT: please document the following so when providing support AND for those that do review docs:
When NEW+ Po Item, when select a Part, the PO Cost and Vendor Number is NOT filled in UNTIL select Save for that PO Item.
WITH NOTE: Vendor Number can ONLY fill in automatically IF selected vendor for the PO is either the part's selected Wholesaler OR Alternative Wholesaler.
POTENTIAL ISSUES?: On "first" save, Vendor Number overwrites ANYTHING manually entered into the PO Cost field AND that has been manually entered into the Vendor Number field, overwriting with the actual part cost existing, and with the actual vendor number that is existing for the selected part. Once have saved at least once, THEN can edit.
-2 case 3864 Joyce misc item - help docs for report designer missing some info:
Help docs does not have anything about the "PDF Options" section of a report template. Info to include:
- Header template / Footer template:
-- leaving this link in here
https://pptr.dev/#?product=Puppeteer&version=v5.3.0&show=api-pagepdfoptions to refer to
-- Be aware what is in CSS section of report template is NOT capable of being applied here. Technical term is "CSS must be inlined" - i.e. specify font attributes as per example below.
-- Example of showing todays date in the header, and Page x of XX - note also total pages refers to TOTAL pages, NOT pages per object (i.e. if printing from a list of workorders, the total pages will be ALL workorders pages, not pages per workorder.
<span style="font-size:6pt;width: 94%; text-align:left; ">&nbsp;&nbsp;&nbsp;&nbsp;Todays date:&nbsp;<span class="date"></span></span>
<span style="font-size:6pt;width: 94%; text-align: right; ">Page&nbsp;<span class="pageNumber"></span>&nbsp;of&nbsp;<span class="totalPages"></span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
-- identify all class=xx that CAN be used here in PDF Options: are there ANY other's other than class="date" to display todays' date, class="pageNumber" for page number, class="totalPages" for total pages of entire report (note that class="totalPages" identifies ALL pages of the report, NOT just per object)
- Paper Format: north american standard is Letter and Legal, select other sizes (i.e. A1) based on the paper you actually use - i.e. your country.
- Print Background MUST be checkmarked for CSS attributes such as alternating table rows to work
Help Docs about the Prepare section of the report template:
Make sure that information listed here about the minimum IS what is referred to elsewhere AS WELL as IS the actual minimum entered in ANY sample report templates included when a database is generated.
i.e. presently states:
async function ayPrepareData(ayAllData) {
return ayAllData;
}
I bring this up, because in sample report templates instead of ayAllData, reportData is used. IF doesn't EVERY make a difference what is called, please say so. If DOES make a difference if uses the name ayReportData or any other existing object, please say so.
@@ -147,7 +117,7 @@ todo:2 Contract override by TAGS
reason for this is that they can do a more fine grained selection of multiple tags like "onsite" + "merville"
whereas if it was an any match then there would be no finer level of control, only one term to choose for each.
todo: 1 inventory transactions show untranslated text in source column
todo:2 Not in love with the "Error api2200" as the only error text in the box
@@ -857,3 +827,5 @@ BUILD 129 CHANGES OF NOTE
- Workorder / quote / pm adding missing work order item Travel "distance" field from travel section in form on data tables, customize forms etc
- 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