This commit is contained in:
@@ -66,32 +66,26 @@ todo: input type email url phone number etc supported on device to activate?
|
|||||||
............................................................
|
............................................................
|
||||||
|
|
||||||
|
|
||||||
{"offset":0,"limit":10,"dataListKey":"CustomerNoteDataList","listView":"[{\"fld\":\"username\"},{\"fld\":\"notedate\"},{\"fld\":\"notes\"}]","metaView":"[{\"fld\":\"metacustomer\",\"filter\":{\"items\":[{\"op\":\"=\",\"value\":\"100\"}]}}]"}
|
|
||||||
working:
|
|
||||||
{"offset":0,"limit":10,"dataListKey":"CustomerNoteDataList","listView":"[{\"fld\":\"username\"},{\"fld\":\"notedate\"},{\"fld\":\"notes\"}]","metaView":"[{\"fld\":\"metacustomer\",\"filter\":{\"items\":[{\"op\":\"=\",\"value\":100}]}}]"}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
CURRENTLY WORKING ON: Customer
|
CURRENTLY WORKING ON: Customer
|
||||||
|
|
||||||
OUTSTANDING
|
OUTSTANDING
|
||||||
metalistview - replicate to report / id's list route
|
SERVER: DataList metalistview - replicate to report / id's list route
|
||||||
|
User opening in cust-user, not internal user, needs to know which one I guess or object open needs a hint
|
||||||
customer notes
|
customer notes
|
||||||
Review existing v7...
|
print / reportable
|
||||||
What can be done with it? Edit existing? Remove existing? Search? print? etc
|
help docs
|
||||||
todo: New form with datagrid and editable items like this example here:
|
|
||||||
https://vuetifyjs.com/en/components/data-tables/#crud-actions
|
Customer
|
||||||
Bind it to a datalist at the server like the other grids (see users for using that with a regular grid)
|
basic report to ensure data comes across and can be reported on
|
||||||
|
Errors out right now with mysterious server error"
|
||||||
basic report to ensure data comes across and can be reported on
|
Error=>System.ArgumentNullException: Value cannot be null. (Parameter 's')
|
||||||
Errors out right now with mysterious server error"
|
at System.IO.StringReader..ctor(String s)
|
||||||
Error=>System.ArgumentNullException: Value cannot be null. (Parameter 's')
|
at Newtonsoft.Json.Linq.JObject.Parse(String json, JsonLoadSettings settings)
|
||||||
at System.IO.StringReader..ctor(String s)
|
at AyaNova.Biz.CustomerBiz.GetReportData(Int64[] idList) in C:\data\code\raven\server\AyaNova\biz\CustomerBiz.cs:line 273
|
||||||
at Newtonsoft.Json.Linq.JObject.Parse(String json, JsonLoadSettings settings)
|
at AyaNova.Biz.ReportBiz.GetReportData(DataListSelection reportDataParam) in C:\data\code\raven\server\AyaNova\biz\ReportBiz.cs:line 336
|
||||||
at AyaNova.Biz.CustomerBiz.GetReportData(Int64[] idList) in C:\data\code\raven\server\AyaNova\biz\CustomerBiz.cs:line 273
|
documentation update for form
|
||||||
at AyaNova.Biz.ReportBiz.GetReportData(DataListSelection reportDataParam) in C:\data\code\raven\server\AyaNova\biz\ReportBiz.cs:line 336
|
v8 migrate
|
||||||
documentation update for form
|
|
||||||
v8 migrate
|
|
||||||
|
|
||||||
todo: TESTING After customer form is made
|
todo: TESTING After customer form is made
|
||||||
Test with devices
|
Test with devices
|
||||||
|
|||||||
Reference in New Issue
Block a user