From ae8cf1bacc81bc4481ffd0379395dcd5cfa98af0 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 30 Apr 2021 17:19:27 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index e4c573b3..3a0dd274 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -49,7 +49,7 @@ todo: v8 migrate additions is there a way to still export them? Is it possible to login during migrate to the v8 server? Need a running count per item, I have the total at the start so it should show what item it is currently processing of that count like 50/1000 or something - +todo: workorders - need to set billing and service address from customers on migrate @@ -292,6 +292,20 @@ todo: many biz objects are not using new PUT methodology CURRENTLY DOING: front end full in +Address + - add get route customer/billing-address + returns mailto address of customer or of head office if it has a head office and bill head office is checked + - add get route customer/service-address + returns physical address of customer + - add get route unit/service-address + + UI + wo address control + default shows service address compactly as possible + click to open shows billing and service address, can edit all fields + Button beside physical and button beside postal to open dialog to select alternate address + opens a popup with all objects that could populate address (units, customer, headoffice as applicable) + shows their addresses compactly for selection with button to use this address OVERALL