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
|
||||
|
||||
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
|
||||
Review existing v7...
|
||||
What can be done with it? Edit existing? Remove existing? Search? print? etc
|
||||
todo: New form with datagrid and editable items like this example here:
|
||||
https://vuetifyjs.com/en/components/data-tables/#crud-actions
|
||||
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"
|
||||
Error=>System.ArgumentNullException: Value cannot be null. (Parameter 's')
|
||||
at System.IO.StringReader..ctor(String s)
|
||||
at Newtonsoft.Json.Linq.JObject.Parse(String json, JsonLoadSettings settings)
|
||||
at AyaNova.Biz.CustomerBiz.GetReportData(Int64[] idList) in C:\data\code\raven\server\AyaNova\biz\CustomerBiz.cs:line 273
|
||||
at AyaNova.Biz.ReportBiz.GetReportData(DataListSelection reportDataParam) in C:\data\code\raven\server\AyaNova\biz\ReportBiz.cs:line 336
|
||||
documentation update for form
|
||||
v8 migrate
|
||||
print / reportable
|
||||
help docs
|
||||
|
||||
Customer
|
||||
basic report to ensure data comes across and can be reported on
|
||||
Errors out right now with mysterious server error"
|
||||
Error=>System.ArgumentNullException: Value cannot be null. (Parameter 's')
|
||||
at System.IO.StringReader..ctor(String s)
|
||||
at Newtonsoft.Json.Linq.JObject.Parse(String json, JsonLoadSettings settings)
|
||||
at AyaNova.Biz.CustomerBiz.GetReportData(Int64[] idList) in C:\data\code\raven\server\AyaNova\biz\CustomerBiz.cs:line 273
|
||||
at AyaNova.Biz.ReportBiz.GetReportData(DataListSelection reportDataParam) in C:\data\code\raven\server\AyaNova\biz\ReportBiz.cs:line 336
|
||||
documentation update for form
|
||||
v8 migrate
|
||||
|
||||
todo: TESTING After customer form is made
|
||||
Test with devices
|
||||
|
||||
Reference in New Issue
Block a user