This commit is contained in:
@@ -61,6 +61,9 @@ todo: notifications screen add delete all menu item that will just remove all th
|
|||||||
todo: notification new bell alert count add to title so shows in task bar when not in view?
|
todo: notification new bell alert count add to title so shows in task bar when not in view?
|
||||||
like messenger "(1)" "(23)" etc
|
like messenger "(1)" "(23)" etc
|
||||||
|
|
||||||
|
todo: notifications form if left sitting there should auto-refresh when it gets any new notifications?
|
||||||
|
not 100% sure about this one, maybe it's a nice to have feature but a waste of time otherwise
|
||||||
|
|
||||||
todo: notifications new count seems to be double getting on each iteration
|
todo: notifications new count seems to be double getting on each iteration
|
||||||
todo: Seeding UI keep track of timing and later down the road when firmed up, provide estimate (average server will take):
|
todo: Seeding UI keep track of timing and later down the road when firmed up, provide estimate (average server will take):
|
||||||
2021-05-31 10:26:45.4801|INFO|Seeder|Small level sample data seeded in 27 seconds
|
2021-05-31 10:26:45.4801|INFO|Seeder|Small level sample data seeded in 27 seconds
|
||||||
@@ -383,6 +386,24 @@ todo: many biz objects are not using new PUT methodology
|
|||||||
CURRENTLY DOING: Work order notifications - PartRequested
|
CURRENTLY DOING: Work order notifications - PartRequested
|
||||||
|
|
||||||
|
|
||||||
|
bugubg: completely fresh workorder riddled with errors when attempting to create one of each type of record
|
||||||
|
expense -> tax code is required in sql but not in UI WTF?
|
||||||
|
travel -> if rate not chosen it still seems to fetch somethign then error out on rateviz populate
|
||||||
|
2021-06-11 11:45:46.4561|ERROR|SERVER|Error=>System.NullReferenceException: Object reference not set to an instance of an object.
|
||||||
|
at AyaNova.Biz.WorkOrderBiz.TravelPopulateVizFields(WorkOrderItemTravel o) in C:\data\code\raven\server\AyaNova\biz\WorkOrderBiz.cs:line 5057
|
||||||
|
at AyaNova.Biz.WorkOrderBiz.TravelCreateAsync(WorkOrderItemTravel newObject) in C:\data\code\raven\server\AyaNova\biz\WorkOrderBiz.cs:line 4930
|
||||||
|
at AyaNova.Api.Controllers.WorkOrderController.PostWorkOrderItemTravel(WorkOrderItemTravel newObject, ApiVersion apiVersion) in C:\data\code\raven\server\AyaNova\Controllers\WorkOrderController.cs:line 1317
|
||||||
|
|
||||||
|
tasks -> task field required but doesn't show required in UI
|
||||||
|
parts -> quantity required but doesn't show that in UI (no rule)
|
||||||
|
labor -> error at server:
|
||||||
|
2021-06-11 11:45:46.3095|ERROR|SERVER|Error=>System.NullReferenceException: Object reference not set to an instance of an object.
|
||||||
|
at AyaNova.Biz.WorkOrderBiz.LaborPopulateVizFields(WorkOrderItemLabor o) in C:\data\code\raven\server\AyaNova\biz\WorkOrderBiz.cs:line 2318
|
||||||
|
at AyaNova.Biz.WorkOrderBiz.LaborCreateAsync(WorkOrderItemLabor newObject) in C:\data\code\raven\server\AyaNova\biz\WorkOrderBiz.cs:line 2191
|
||||||
|
at AyaNova.Api.Controllers.WorkOrderController.PostWorkOrderItemLabor(WorkOrderItemLabor newObject, ApiVersion apiVersion) in C:\data\code\raven\server\AyaNova\Controllers\WorkOrderController.cs:line 568
|
||||||
|
|
||||||
|
Unit -> something about
|
||||||
|
|
||||||
|
|
||||||
Steps to test notifications:
|
Steps to test notifications:
|
||||||
plain in app delivery
|
plain in app delivery
|
||||||
|
|||||||
@@ -330,6 +330,9 @@ export default {
|
|||||||
this.value.items[this.activeWoItemIndex].units.push({
|
this.value.items[this.activeWoItemIndex].units.push({
|
||||||
id: 0,
|
id: 0,
|
||||||
concurrency: 0,
|
concurrency: 0,
|
||||||
|
wiki: null,
|
||||||
|
customFields: "{}",
|
||||||
|
tags: [],
|
||||||
userId: null,
|
userId: null,
|
||||||
estimatedQuantity: 0,
|
estimatedQuantity: 0,
|
||||||
startDate: null,
|
startDate: null,
|
||||||
|
|||||||
Reference in New Issue
Block a user