This commit is contained in:
2021-06-07 23:51:06 +00:00
parent b62a0819f0
commit 7016351904
2 changed files with 4 additions and 2 deletions

View File

@@ -55,6 +55,8 @@ todo: workorders - need to set billing and service address from customers on mig
## CLIENT MISC ITEMS ## CLIENT MISC ITEMS
todo: notifications screen add delete all menu item that will just remove all the notifications present
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
2021-05-31 10:47:07.3417|INFO|Seeder|MEDIUM level sample data seeded in 2 minutes and 13 seconds 2021-05-31 10:47:07.3417|INFO|Seeder|MEDIUM level sample data seeded in 2 minutes and 13 seconds
@@ -377,6 +379,7 @@ Testing:
complete by overdue - make sure that contract sets complete by date properly and that it works with notification when it's changed complete by overdue - make sure that contract sets complete by date properly and that it works with notification when it's changed
status age, stuck in status status age, stuck in status
todo: notification of workorder not completed has lorem ipsum text from no apparent place (not in notification sent)
todo: notify event list table needs to show status of workorder (all fields) ideally todo: notify event list table needs to show status of workorder (all fields) ideally
otherwise if you have multiple wostatusage notifications they all appear the same otherwise if you have multiple wostatusage notifications they all appear the same

View File

@@ -267,7 +267,7 @@ export default {
advanceNotice: "00:00:00", advanceNotice: "00:00:00",
idValue: 0, idValue: 0,
decValue: 0, decValue: 0,
deliveryMethod: 0, deliveryMethod: 1,
deliveryAddress: null, deliveryAddress: null,
linkReportId: 0, linkReportId: 0,
tags: [] tags: []
@@ -358,7 +358,6 @@ export default {
case 5: case 5:
case 12: case 12:
case 14: case 14:
case 15:
case 16: case 16:
case 21: case 21:
case 25: case 25: