| @@ -0,0 +1,60 @@ | |||||
| Date 23JAN2023 08:33:50 ** WORK ORDER PREVIEW ** Page 1 | |||||
| Location 53 Work Order 4316513 Seg. 01 Opn Dt 11JAN2023 | |||||
| Auth by Phone 905-852-9181 Inv Cls Dt | |||||
| CHARGE Slprn | |||||
| S TOWNSHIP OF UXBRIDGE Cust No. 95301267 S TOWNSHIP OF UXBRIDGE | |||||
| O P.O BOX 190 Pur-Ord. H 51 TORONTO STREET, S | |||||
| L 51 TORONTO STREET, S P-% 0.0 L-% 0.0 I | |||||
| D UXBRIDGE, ON L9P 1T1 P UXBRIDGE, ON L9P 1T1 | |||||
| G/L # Stock# Multi-use# | |||||
| Make Model PIN Number Equipment Meter MC SFR | |||||
| JD 544P 1DW544PAVNLZ14654 544 P-TIER .0 F | |||||
| Prt Cls-PC Lbr Cls-ICL Price Cd-L Prt Tx-0101 Lbr Tx-0101 | |||||
| Item Hrs/Ord Bk-Ord Ship Description/Comments RATE EXTENSION | |||||
| ------------------------------------------------------------------------------- | |||||
| 250 HR plus engine oil | |||||
| PM INTERVAL: 500 HR T | |||||
| EMPID: MISPM2 T | |||||
| PROMISE DATE: 24JAN2023 T | |||||
| SPECIAL INSTRUCTIONS: ACTUAL 250 HR SERVICE WITH ENGINE OIL T | |||||
| CONTACT: BILL 416-718-8551 T | |||||
| EMAIL: TBD T | |||||
| SEG # 01 TOTAL = .00 P .00 LH .00 L .00 M .00 T | |||||
| FIELD SERVICE TRAVEL | |||||
| SEG # 02 TOTAL = .00 P .00 LH .00 L .00 M .00 T | |||||
| **************************************** | |||||
| * Taxable Parts .00 * | |||||
| * * | |||||
| * Total Labor .00 * | |||||
| * * | |||||
| * Misc Charges .00 * | |||||
| * * | |||||
| * Sales Tax .00 * | |||||
| * * | |||||
| * TOTAL DUE > .00 * | |||||
| **************************************** | |||||
| @@ -0,0 +1,60 @@ | |||||
| Date 23JAN2023 08:37:02 ** WORK ORDER PREVIEW ** Page 1 | |||||
| Location 53 Work Order 4316653 Seg. 01 Opn Dt 20JAN2023 | |||||
| Auth by ANTHONEY Phone 855-695-5984 Inv Cls Dt | |||||
| CASH Slprn | |||||
| S SURE HORIZON ENVIRONMENTA Cust No. 95301905 S SURE HORIZON ENVIRONMENTA | |||||
| O 40 ADVANCE BLVD Pur-Ord. H 40 ADVANCE BLVD | |||||
| L P-% 0.0 L-% 0.0 I | |||||
| D BRAMPTON, ON L6T 4J4 P BRAMPTON, ON L6T 4J4 | |||||
| G/L # Stock# Multi-use# | |||||
| Make Model PIN Number Equipment Meter MC SFR | |||||
| JD 85G 1FF085GXVGJ018769 6'11" ARM, 4708.0 H F | |||||
| Prt Cls-PC Lbr Cls-ICL Price Cd-L Prt Tx-0101 Lbr Tx-0101 | |||||
| Item Hrs/Ord Bk-Ord Ship Description/Comments RATE EXTENSION | |||||
| ------------------------------------------------------------------------------- | |||||
| FIELD SERVICE TRAVEL | |||||
| PM INTERVAL: 4000 HR T | |||||
| EMPID: MISPM3 T | |||||
| PROMISE DATE: 24JAN2023 T | |||||
| SPECIAL INSTRUCTIONS: 40 ADVANCE BLVD T | |||||
| CONTACT: ANTHONEY PRODENZINO 416-676-3489 T | |||||
| EMAIL: aprodenzino@gflenv.com T | |||||
| SEG # 01 TOTAL = .00 P .00 LH .00 L .00 M .00 T | |||||
| CHECK AND ADVISE FOR CODES ON THE UNIT | |||||
| SEG # 02 TOTAL = .00 P .00 LH .00 L .00 M .00 T | |||||
| **************************************** | |||||
| * Taxable Parts .00 * | |||||
| * * | |||||
| * Total Labor .00 * | |||||
| * * | |||||
| * Misc Charges .00 * | |||||
| * * | |||||
| * Sales Tax .00 * | |||||
| * * | |||||
| * TOTAL DUE > .00 * | |||||
| **************************************** | |||||
| @@ -21,16 +21,19 @@ namespace jdis_import | |||||
| { | { | ||||
| class Program | class Program | ||||
| { | { | ||||
| private static string _exeDir; | |||||
| private static bool _log = true; | private static bool _log = true; | ||||
| private static string _connection = "Data Source=192.168.0.7;Initial Catalog=Connexion_Brandt;User ID=mobilepmuser;Password=data4techs;"; | private static string _connection = "Data Source=192.168.0.7;Initial Catalog=Connexion_Brandt;User ID=mobilepmuser;Password=data4techs;"; | ||||
| private static string _workOrderNumber = string.Empty; | private static string _workOrderNumber = string.Empty; | ||||
| private static List<string> _sqlMessages = new List<string>(); | private static List<string> _sqlMessages = new List<string>(); | ||||
| private static bool _newMachine = false; | private static bool _newMachine = false; | ||||
| private static bool _quoted = false; | private static bool _quoted = false; | ||||
| public static string ExeDir { get { return _exeDir; } } | |||||
| private static Dictionary<string, string> _keys = new Dictionary<string, string>() { { "SecretV", "up-8Q~y46~JyQZjJlsAJ-zpXpglpmuPIJ1Gx3a2O" }, { "SecretID", "cba04a6c-a233-4646-909b-b50921edbe1c" }, { "ObjectId", "c7647074-edb6-4e8e-8a01-a1ed924fdae9" }, { "TenentID", "1fd06c96-d3a4-45e9-9ed7-bcecb394d277" }, { "AppID", "489776b1-ee79-4b14-bc44-9f6bf47332db" } }; | private static Dictionary<string, string> _keys = new Dictionary<string, string>() { { "SecretV", "up-8Q~y46~JyQZjJlsAJ-zpXpglpmuPIJ1Gx3a2O" }, { "SecretID", "cba04a6c-a233-4646-909b-b50921edbe1c" }, { "ObjectId", "c7647074-edb6-4e8e-8a01-a1ed924fdae9" }, { "TenentID", "1fd06c96-d3a4-45e9-9ed7-bcecb394d277" }, { "AppID", "489776b1-ee79-4b14-bc44-9f6bf47332db" } }; | ||||
| public static Dictionary<string, int> InspectionType; | public static Dictionary<string, int> InspectionType; | ||||
| static async System.Threading.Tasks.Task Main(string[] args) | static async System.Threading.Tasks.Task Main(string[] args) | ||||
| { | { | ||||
| _exeDir = Environment.CurrentDirectory; | |||||
| SetupDirectories(); | SetupDirectories(); | ||||
| List<ToDo> list = new List<ToDo>(); | List<ToDo> list = new List<ToDo>(); | ||||
| var cca = ConfidentialClientApplicationBuilder | var cca = ConfidentialClientApplicationBuilder | ||||
| @@ -96,6 +99,7 @@ namespace jdis_import | |||||
| } | } | ||||
| foreach (ToDo import in list) | foreach (ToDo import in list) | ||||
| { | { | ||||
| //Start Importing | //Start Importing | ||||
| BeginImport(import); | BeginImport(import); | ||||
| GetInspectionTypes(); | GetInspectionTypes(); | ||||
| @@ -103,6 +107,7 @@ namespace jdis_import | |||||
| } | } | ||||
| foreach (ToDo sendMsg in list) | foreach (ToDo sendMsg in list) | ||||
| { | { | ||||
| EmailMessage msgToSend = new EmailMessage(ewsClient); | |||||
| string body = "JDIS File: {0} Work Order:{1} {2}"; | string body = "JDIS File: {0} Work Order:{1} {2}"; | ||||
| if (sendMsg.Success) | if (sendMsg.Success) | ||||
| { | { | ||||
| @@ -111,13 +116,17 @@ namespace jdis_import | |||||
| else | else | ||||
| { | { | ||||
| body = string.Format(body, sendMsg.FileName, sendMsg.WorkOrder, string.Format("Had Errors while importing: {0}", sendMsg.Validation)); | body = string.Format(body, sendMsg.FileName, sendMsg.WorkOrder, string.Format("Had Errors while importing: {0}", sendMsg.Validation)); | ||||
| msgToSend.Attachments.AddFileAttachment(sendMsg.FileName); | |||||
| } | } | ||||
| EmailMessage msgToSend = new EmailMessage(ewsClient); | |||||
| msgToSend.Subject = sendMsg.FileName; | msgToSend.Subject = sendMsg.FileName; | ||||
| msgToSend.ToRecipients.Add(new EmailAddress(sendMsg.Sender)); | msgToSend.ToRecipients.Add(new EmailAddress(sendMsg.Sender)); | ||||
| msgToSend.CcRecipients.Add(new EmailAddress("mcarman@rpmindustries.com")); | msgToSend.CcRecipients.Add(new EmailAddress("mcarman@rpmindustries.com")); | ||||
| msgToSend.Body = body; | msgToSend.Body = body; | ||||
| msgToSend.SendAndSaveCopy(); | msgToSend.SendAndSaveCopy(); | ||||
| if (sendMsg.Success) File.Move(sendMsg.FileName, Path.Combine("Success", sendMsg.FileName)); | |||||
| else File.Move(sendMsg.FileName, Path.Combine("Fail", sendMsg.FileName)); | |||||
| } | } | ||||
| } | } | ||||
| catch (MsalException ex) | catch (MsalException ex) | ||||
| @@ -155,7 +164,7 @@ namespace jdis_import | |||||
| public static void GetInspectionTypes() | public static void GetInspectionTypes() | ||||
| { | { | ||||
| InspectionType = new Dictionary<string, int>(); | InspectionType = new Dictionary<string, int>(); | ||||
| SqlConnection con = new SqlConnection("Data Source=RPM-APP.prelub.com;Initial Catalog=Connexion_Brandt;User ID=mobilepmuser;Password=data4techs;"); | |||||
| SqlConnection con = new SqlConnection("Data Source=192.168.0.7;Initial Catalog=Connexion_Brandt;User ID=mobilepmuser;Password=data4techs;"); | |||||
| con.Open(); | con.Open(); | ||||
| SqlCommand cmd = con.CreateCommand(); | SqlCommand cmd = con.CreateCommand(); | ||||
| cmd.CommandTimeout = 0; | cmd.CommandTimeout = 0; | ||||
| @@ -442,7 +451,8 @@ namespace jdis_import | |||||
| } | } | ||||
| private static void ReadFile(ToDo todo) | private static void ReadFile(ToDo todo) | ||||
| { | { | ||||
| string file = todo.FileName; | |||||
| string file = Path.Combine(_exeDir, todo.FileName);// todo.FileName; | |||||
| todo.FileName = file; | |||||
| Customer c = new Customer(); | Customer c = new Customer(); | ||||
| WorkOrder wo = new WorkOrder(); | WorkOrder wo = new WorkOrder(); | ||||
| Equipment eq = new Equipment(); | Equipment eq = new Equipment(); | ||||
| @@ -736,13 +746,13 @@ namespace jdis_import | |||||
| WriteToLog(logmsg); | WriteToLog(logmsg); | ||||
| todo.Validation = exSql.Message + " " + _workOrderNumber; | todo.Validation = exSql.Message + " " + _workOrderNumber; | ||||
| filemove = Path.Combine("Fail", todo.FileName); | filemove = Path.Combine("Fail", todo.FileName); | ||||
| File.Move(todo.FileName, filemove); | |||||
| //File.Move(todo.FileName, filemove); | |||||
| //MailSvc.SendResponse(msg, _workOrderNumber); | //MailSvc.SendResponse(msg, _workOrderNumber); | ||||
| } | } | ||||
| Console.WriteLine("Line 584: " + filemove); | Console.WriteLine("Line 584: " + filemove); | ||||
| if (File.Exists(filemove)) File.Delete(filemove); | if (File.Exists(filemove)) File.Delete(filemove); | ||||
| File.Move(file, filemove); | |||||
| //File.Move(file, filemove); | |||||
| if (_log) | if (_log) | ||||
| { | { | ||||
| string successmsg = string.Format("Success Date: {0} File Name: {1} Work Order #: {2}{3}", DateTime.Now.ToString("MM/dd/yyyy hh:mm:ss tt"), file, _workOrderNumber, "********************************"); | string successmsg = string.Format("Success Date: {0} File Name: {1} Work Order #: {2}{3}", DateTime.Now.ToString("MM/dd/yyyy hh:mm:ss tt"), file, _workOrderNumber, "********************************"); | ||||
| @@ -823,7 +833,7 @@ namespace jdis_import | |||||
| { | { | ||||
| Console.WriteLine("Line 634: " + file); | Console.WriteLine("Line 634: " + file); | ||||
| Console.WriteLine("Line 635: " + filemove); | Console.WriteLine("Line 635: " + filemove); | ||||
| File.Move(file, filemove); | |||||
| //File.Move(file, filemove); | |||||
| } | } | ||||
| catch (Exception moveExcept) | catch (Exception moveExcept) | ||||
| { | { | ||||
| @@ -0,0 +1,60 @@ | |||||
| Date 23JAN2023 08:08:10 ** WORK ORDER PREVIEW ** Page 1 | |||||
| Location 58 Work Order 4807749 Seg. 01 Opn Dt 20JAN2023 | |||||
| Auth by Phone 905-679-7499 Inv Cls Dt | |||||
| CHARGE Slprn | |||||
| S COUNTRYWIDE RECYCLING INC Cust No. 95800972 S COUNTRYWIDE RECYCLING INC | |||||
| O PO BOX 370 Pur-Ord. H 900 NEBO ROAD | |||||
| L P-% 0.0 L-% 0.0 I | |||||
| D BINBROOK, ON L0R 1C0 P HANNON, ON L0R 1P0 | |||||
| G/L # Stock# Multi-use# | |||||
| Make Model PIN Number Equipment Meter MC SFR | |||||
| JD 210G 1F9210GXAJD520952 T3,9'7" AR 7500.0 H F | |||||
| Prt Cls-PC Lbr Cls-ICL Price Cd-L Prt Tx-0101 Lbr Tx-0101 | |||||
| Item Hrs/Ord Bk-Ord Ship Description/Comments RATE EXTENSION | |||||
| ------------------------------------------------------------------------------- | |||||
| FIELD TRAVEL - 900 NEBO | |||||
| PM INTERVAL: 500 HR T | |||||
| EMPID: STCPM1 T | |||||
| PROMISE DATE: 23JAN2023 T | |||||
| SPECIAL INSTRUCTIONS: 900 NEBO RD BINBROOK T | |||||
| CONTACT: TBD T | |||||
| EMAIL: TBD T | |||||
| SEG # 01 TOTAL = .00 P .00 LH .00 L .00 M .00 T | |||||
| 500 HOUR SERVICE | |||||
| 1 1 RE539279 OIL FI 49.50 49.50 | |||||
| 1 1 RE541922 FILTER 64.21 64.21 | |||||
| 1 1 RE522878 FILTER 64.26 64.26 | |||||
| 1 1 AT365870 FILTER 82.09 82.09 | |||||
| 6 6 AT346594 FLUID 52.14 312.84 | |||||
| 6 6 AT315231 TEST/M 8.27 49.62 | |||||
| 1 1 2450820L 20L - 158.15 158.15 | |||||
| 1 1 245085L 5L-(4x 43.01 43.01 | |||||
| SEG # 02 TOTAL = 823.68 P .00 LH .00 L .00 M 823.68 T | |||||
| **************************************** | |||||
| * Taxable Parts .00 * | |||||
| * Non-Taxable Parts 823.68 * | |||||
| * Total Labor .00 * | |||||
| * * | |||||
| * Misc Charges .00 * | |||||
| * GST/HST 107.08 * | |||||
| * Sales Tax .00 * | |||||
| * * | |||||
| * TOTAL DUE > 930.76 * | |||||
| **************************************** | |||||
| @@ -0,0 +1,60 @@ | |||||
| Date 23JAN2023 08:18:15 ** WORK ORDER PREVIEW ** Page 1 | |||||
| Location 53 Work Order 4316434 Seg. 01 Opn Dt 05JAN2023 | |||||
| Auth by Phone 416-410-3839 Inv Cls Dt | |||||
| CHARGE Slprn | |||||
| S TRISAN CONSTRUCTION Cust No. 95300344 S TRISAN CONSTRUCTION | |||||
| O P.O. BOX 502 Pur-Ord. H 5878 HIGHWAY 9 | |||||
| L P-% 0.0 L-% 0.0 I | |||||
| D SCHOMBERG, ON L0G 1T0 P SCHOMBERG, ON L0G 1T0 | |||||
| G/L # Stock# Multi-use# | |||||
| Make Model PIN Number Equipment Meter MC SFR | |||||
| JD 135G 1FF135GXPMF502660 T1695-21 1.0 F | |||||
| Prt Cls-PC Lbr Cls-ICL Price Cd-L Prt Tx-0101 Lbr Tx-0101 | |||||
| Item Hrs/Ord Bk-Ord Ship Description/Comments RATE EXTENSION | |||||
| ------------------------------------------------------------------------------- | |||||
| 1ST 500 HR PM | |||||
| PM INTERVAL: 500 HR T | |||||
| EMPID: MISPM1 T | |||||
| PROMISE DATE: 24JAN2023 T | |||||
| SPECIAL INSTRUCTIONS: MANSFIELD RD BRAMALEA T | |||||
| CONTACT: ANDREW 416-896-4705 T | |||||
| EMAIL: andrew.riley@trisanconstruction.com T | |||||
| .50 01-05 R/T 53092 REPAIR 225.00 112.50 | |||||
| SEG # 01 TOTAL = .00 P .50 LH 112.50 L .00 M 112.50 T | |||||
| FIELD SERVCIE TRAVEL | |||||
| SEG # 02 TOTAL = .00 P .00 LH .00 L .00 M .00 T | |||||
| **************************************** | |||||
| * Taxable Parts .00 * | |||||
| * * | |||||
| * Total Labor 112.50 * | |||||
| * Non-Taxable 112.50 * | |||||
| * Misc Charges .00 * | |||||
| * GST/HST 14.63 * | |||||
| * Sales Tax .00 * | |||||
| * (Carbon Tax Surcharge will be added) * | |||||
| * TOTAL DUE > 127.13 * | |||||
| **************************************** | |||||
| @@ -0,0 +1,60 @@ | |||||
| Date 23JAN2023 08:25:58 ** WORK ORDER PREVIEW ** Page 1 | |||||
| Location 53 Work Order 4316432 Seg. 01 Opn Dt 05JAN2023 | |||||
| Auth by Phone 416-410-3839 Inv Cls Dt | |||||
| CHARGE Slprn | |||||
| S TRISAN CONSTRUCTION Cust No. 95300344 S TRISAN CONSTRUCTION | |||||
| O P.O. BOX 502 Pur-Ord. H 5878 HIGHWAY 9 | |||||
| L P-% 0.0 L-% 0.0 I | |||||
| D SCHOMBERG, ON L0G 1T0 P SCHOMBERG, ON L0G 1T0 | |||||
| G/L # Stock# Multi-use# | |||||
| Make Model PIN Number Equipment Meter MC SFR | |||||
| JD 310SL 1T0310SLKNF416960 T1620-22 .0 F | |||||
| Prt Cls-PC Lbr Cls-ICL Price Cd-L Prt Tx-0101 Lbr Tx-0101 | |||||
| Item Hrs/Ord Bk-Ord Ship Description/Comments RATE EXTENSION | |||||
| ------------------------------------------------------------------------------- | |||||
| 1st 500 | |||||
| PM INTERVAL: 500 HR T | |||||
| EMPID: MISPM1 T | |||||
| PROMISE DATE: 24JAN2023 T | |||||
| SPECIAL INSTRUCTIONS: 695 FOXCROFT BLVD NEWMARKET T | |||||
| CONTACT: ANDREW 416-896-4705 T | |||||
| EMAIL: andrew.riley@trisanconstruction.com T | |||||
| .50 01-05 R/T 53092 REPAIR 225.00 112.50 | |||||
| SEG # 01 TOTAL = .00 P .50 LH 112.50 L .00 M 112.50 T | |||||
| FIELD SERVICE TRAVEL | |||||
| SEG # 02 TOTAL = .00 P .00 LH .00 L .00 M .00 T | |||||
| **************************************** | |||||
| * Taxable Parts .00 * | |||||
| * * | |||||
| * Total Labor 112.50 * | |||||
| * Non-Taxable 112.50 * | |||||
| * Misc Charges .00 * | |||||
| * GST/HST 14.63 * | |||||
| * Sales Tax .00 * | |||||
| * (Carbon Tax Surcharge will be added) * | |||||
| * TOTAL DUE > 127.13 * | |||||
| **************************************** | |||||
| @@ -0,0 +1,60 @@ | |||||
| Date 23JAN2023 08:29:59 ** WORK ORDER PREVIEW ** Page 1 | |||||
| Location 53 Work Order 4316480 Seg. 01 Opn Dt 10JAN2023 | |||||
| Auth by Phone 905-466-8290 Inv Cls Dt | |||||
| CHARGE Slprn | |||||
| S TELECON Cust No. 95302623 S | |||||
| O 39 EASY STREET Pur-Ord. H | |||||
| L P-% 0.0 L-% 0.0 I | |||||
| D PORT PERRY, ON L9L 0A1 P | |||||
| G/L # Stock# Multi-use# | |||||
| Make Model PIN Number Equipment Meter MC SFR | |||||
| JD 27D 1FF027DXVEG260165 55550182 .0 F | |||||
| Prt Cls-PC Lbr Cls-ICL Price Cd-L Prt Tx-0801 Lbr Tx-0801 | |||||
| Item Hrs/Ord Bk-Ord Ship Description/Comments RATE EXTENSION | |||||
| ------------------------------------------------------------------------------- | |||||
| 500 HR PM | |||||
| PM INTERVAL: 500 HR T | |||||
| EMPID: MISPM2 T | |||||
| PROMISE DATE: 24JAN2023 T | |||||
| SPECIAL INSTRUCTIONS: WHITBY YARD 1850 BOUNDARY RD GATE CODE T | |||||
| 1981 T | |||||
| CONTACT: RAJ PERSAUD 416-684-8475 T | |||||
| EMAIL: raj.persaud@telecon.ca T | |||||
| .50 01-10 R/T 53092 REPAIR 225.00 112.50 | |||||
| SEG # 01 TOTAL = .00 P .50 LH 112.50 L .00 M 112.50 T | |||||
| FIELD SERVICE TRAVEL | |||||
| SEG # 02 TOTAL = .00 P .00 LH .00 L .00 M .00 T | |||||
| **************************************** | |||||
| * Taxable Parts .00 * | |||||
| * * | |||||
| * Total Labor 112.50 * | |||||
| * Non-Taxable 112.50 * | |||||
| * Misc Charges .00 * | |||||
| * GST/HST 14.63 * | |||||
| * Sales Tax .00 * | |||||
| * (Carbon Tax Surcharge will be added) * | |||||
| * TOTAL DUE > 127.13 * | |||||
| **************************************** | |||||
| @@ -0,0 +1,175 @@ | |||||
| Date 23JAN2023 08:45:09 ** WORK ORDER PREVIEW ** Page 1 | |||||
| Location 56 Work Order 4602674 Seg. 01 Opn Dt 17JAN2023 | |||||
| Auth by RUSS S Phone 519-737-2140 Inv Cls Dt | |||||
| CHARGE Slprn | |||||
| S PHOENIX DRAINAGE (2019) L Cust No. 95600447 S PHOENIX DRAINAGE (2019) L | |||||
| O 2180 ASTOR CRESCENT Pur-Ord. H 2180 ASTOR CRESCENT | |||||
| L P-% 0.0 L-% 0.0 I | |||||
| D OLDCASTLE, ON N0R 1L0 P OLDCASTLE, ON N0R 1L0 | |||||
| G/L # Stock# Multi-use# | |||||
| Make Model PIN Number Equipment Meter MC SFR | |||||
| JD 310SL 1T0310SLCMF398221 310SL BACK 1001.0 H S | |||||
| Prt Cls-PC Lbr Cls-ICL Price Cd-L Prt Tx-0101 Lbr Tx-0101 | |||||
| Item Hrs/Ord Bk-Ord Ship Description/Comments RATE EXTENSION | |||||
| ------------------------------------------------------------------------------- | |||||
| 1000 HR SERVICE | |||||
| PM INTERVAL: 1000 HR T | |||||
| EMPID: WDRPM1 T | |||||
| PROMISE DATE: 18JAN2023 T | |||||
| SPECIAL INSTRUCTIONS: 2180 ASTOR CRES T | |||||
| CONTACT: RUSS T | |||||
| EMAIL: russ@phoenixdrainage.ca T | |||||
| 1 1 RE504836 OIL 38.76 38.76 | |||||
| 1 1 R502513 SEAL 11.86 11.86 | |||||
| 1 1 DZ115391 FILT 75.38 75.38 | |||||
| 1 1 DZ115390 FILT 88.54 88.54 | |||||
| 5 5 AT346594 FLUI 52.14 260.70 | |||||
| 1 1 AT466863 OIL 123.24 123.24 | |||||
| 1 1 AT495722 HYDR 188.39 188.39 | |||||
| 1 1 AT101565 AIR 10.66 10.66 | |||||
| 1 1 H216169 BREA 50.48 50.48 | |||||
| 15 15 6284B 1L - 10.00 150.00 | |||||
| 1 1 AT191102 AIR 30.89 30.89 | |||||
| 1 1 AT184590 AIR 77.11 77.11 | |||||
| 1 1 AT332908 FILT 76.03 76.03 | |||||
| 4.25 01-18 R/T 56000 REPAIR 205.00 871.25 | |||||
| 1 01-18 1 SERVICE ACCESSORIES 55.72 55.72 | |||||
| SEG # 01 TOTAL = 1,182.04 P 4.25 LH 871.25 L 55.72 M 2,109.01 T | |||||
| Quoted TOTAL = .00 P 5.50 LH 928.70 L .00 M 928.70 T | |||||
| INSPECT FOR LEAK - COOLANT | |||||
| 1 1 8909107DSC BRAKECLE 6.69 6.69 | |||||
| 1.75 01-18 R/T 56000 REPAIR 205.00 358.75 | |||||
| 2.50 01-19 R/T 56000 REPAIR 205.00 512.50 | |||||
| SEG # 02 TOTAL = 6.69 P 4.25 LH 871.25 L .00 M 877.94 T | |||||
| Quoted TOTAL = .00 P .00 LH .00 L .00 M .00 T | |||||
| INSPECT FOR FUEL LEAK | |||||
| 1 1 DZ116093 FUEL LINCY 116.60 .00 | |||||
| 1 1 T428851 V-BE 140.15 140.15 | |||||
| SEG # 04 TOTAL = 140.15 P .00 LH .00 L .00 M 140.15 T | |||||
| Date 23JAN2023 08:45:09 ** WORK ORDER PREVIEW ** Page 2 | |||||
| Location 56 Work Order 4602674 Seg. 05 Opn Dt 19JAN2023 | |||||
| Auth by RUSS S Phone 519-737-2140 Inv Cls Dt | |||||
| CHARGE Slprn | |||||
| S PHOENIX DRAINAGE (2019) L Cust No. 95600447 S PHOENIX DRAINAGE (2019) L | |||||
| O 2180 ASTOR CRESCENT Pur-Ord. H 2180 ASTOR CRESCENT | |||||
| L P-% 0.0 L-% 0.0 I | |||||
| D OLDCASTLE, ON N0R 1L0 P OLDCASTLE, ON N0R 1L0 | |||||
| G/L # Stock# Multi-use# | |||||
| Make Model PIN Number Equipment Meter MC SFR | |||||
| JD 310SL 1T0310SLCMF398221 310SL BACK 1001.0 H S | |||||
| Prt Cls-PC Lbr Cls-ICL Price Cd-L Prt Tx-0101 Lbr Tx-0101 | |||||
| Item Hrs/Ord Bk-Ord Ship Description/Comments RATE EXTENSION | |||||
| ------------------------------------------------------------------------------- | |||||
| ------------------------------------------------------------------------------- | |||||
| INSPECT FOR NOISE IN ENGINE AREA, CLACKING NOISE | |||||
| 1 1 RE548027 BELT 245.93 245.93 | |||||
| SEG # 05 TOTAL = 245.93 P .00 LH .00 L .00 M 245.93 T | |||||
| Quoted TOTAL = .00 P .00 LH .00 L .00 M .00 T | |||||
| **************************************** | |||||
| * Taxable Parts .00 * | |||||
| * Non-Taxable Parts 1,574.81 * | |||||
| * Backordered Parts 116.60 * | |||||
| * Total Labor 1,799.95 * | |||||
| * Non-Taxable 1,799.95 * | |||||
| * Misc Charges 55.72 * | |||||
| * GST/HST 445.96 * | |||||
| * Sales Tax .00 * | |||||
| * (Carbon Tax Surcharge will be added) * | |||||
| * TOTAL DUE > 3,876.44 * | |||||
| **************************************** | |||||
| Date 23JAN2023 08:45:09 ** WORK ORDER PREVIEW ** Page 3 | |||||
| Location 56 Work Order 4602674 Seg. 03 Opn Dt 17JAN2023 | |||||
| Auth by RUSS S Phone 519-737-2140 Inv Cls Dt | |||||
| WARRANTY Slprn | |||||
| S PHOENIX DRAINAGE (2019) L Cust No. 95600447 S PHOENIX DRAINAGE (2019) L | |||||
| O 2180 ASTOR CRESCENT Pur-Ord. H 2180 ASTOR CRESCENT | |||||
| L P-% 0.0 L-% 0.0 I | |||||
| D OLDCASTLE, ON N0R 1L0 P OLDCASTLE, ON N0R 1L0 | |||||
| G/L # 105-00-0056 Stock# 04602674 Multi-use# | |||||
| Make Model PIN Number Equipment Meter MC SFR | |||||
| JD 310SL 1T0310SLCMF398221 310SL BACK 1001.0 H S | |||||
| Prt Cls-PC Lbr Cls-IWR Price Cd-L Prt Tx-N001 Lbr Tx-N001 | |||||
| Item Hrs/Ord Bk-Ord Ship Description/Comments RATE EXTENSION | |||||
| ------------------------------------------------------------------------------- | |||||
| SPG CD . | |||||
| CHECK FOR WATER IN FUEL CODE - 000097.03 | |||||
| 1 1 DZ117493 SENSCY 97.62 97.62 | |||||
| 2.00 01-18 R/T 56000 REPAIR 205.00 410.00 | |||||
| SEG # 03 TOTAL = 97.62 P 2.00 LH 410.00 L .00 M 507.62 T | |||||
| Quoted TOTAL = .00 P .00 LH .00 L .00 M .00 T | |||||
| **************************************** | |||||
| * Taxable Parts .00 * | |||||
| * Non-Taxable Parts 97.62 * | |||||
| * Total Labor 410.00 * | |||||
| * Non-Taxable 410.00 * | |||||
| * Misc Charges .00 * | |||||
| * * | |||||
| * Sales Tax .00 * | |||||
| * (Carbon Tax Surcharge will be added) * | |||||
| * TOTAL DUE > 507.62 * | |||||
| **************************************** | |||||
| @@ -0,0 +1,175 @@ | |||||
| Date 23JAN2023 08:46:39 ** WORK ORDER PREVIEW ** Page 1 | |||||
| Location 56 Work Order 4602674 Seg. 01 Opn Dt 17JAN2023 | |||||
| Auth by RUSS S Phone 519-737-2140 Inv Cls Dt | |||||
| CHARGE Slprn | |||||
| S PHOENIX DRAINAGE (2019) L Cust No. 95600447 S PHOENIX DRAINAGE (2019) L | |||||
| O 2180 ASTOR CRESCENT Pur-Ord. H 2180 ASTOR CRESCENT | |||||
| L P-% 0.0 L-% 0.0 I | |||||
| D OLDCASTLE, ON N0R 1L0 P OLDCASTLE, ON N0R 1L0 | |||||
| G/L # Stock# Multi-use# | |||||
| Make Model PIN Number Equipment Meter MC SFR | |||||
| JD 310SL 1T0310SLCMF398221 310SL BACK 1001.0 H S | |||||
| Prt Cls-PC Lbr Cls-ICL Price Cd-L Prt Tx-0101 Lbr Tx-0101 | |||||
| Item Hrs/Ord Bk-Ord Ship Description/Comments RATE EXTENSION | |||||
| ------------------------------------------------------------------------------- | |||||
| 1000 HR SERVICE | |||||
| PM INTERVAL: 1000 HR T | |||||
| EMPID: WDRPM1 T | |||||
| PROMISE DATE: 24JAN2023 T | |||||
| SPECIAL INSTRUCTIONS: 2180 ASTOR CRES T | |||||
| CONTACT: RUSS T | |||||
| EMAIL: russ@phoenixdrainage.ca T | |||||
| 1 1 RE504836 OIL 38.76 38.76 | |||||
| 1 1 R502513 SEAL 11.86 11.86 | |||||
| 1 1 DZ115391 FILT 75.38 75.38 | |||||
| 1 1 DZ115390 FILT 88.54 88.54 | |||||
| 5 5 AT346594 FLUI 52.14 260.70 | |||||
| 1 1 AT466863 OIL 123.24 123.24 | |||||
| 1 1 AT495722 HYDR 188.39 188.39 | |||||
| 1 1 AT101565 AIR 10.66 10.66 | |||||
| 1 1 H216169 BREA 50.48 50.48 | |||||
| 15 15 6284B 1L - 10.00 150.00 | |||||
| 1 1 AT191102 AIR 30.89 30.89 | |||||
| 1 1 AT184590 AIR 77.11 77.11 | |||||
| 1 1 AT332908 FILT 76.03 76.03 | |||||
| 4.25 01-18 R/T 56000 REPAIR 205.00 871.25 | |||||
| 1 01-18 1 SERVICE ACCESSORIES 55.72 55.72 | |||||
| SEG # 01 TOTAL = 1,182.04 P 4.25 LH 871.25 L 55.72 M 2,109.01 T | |||||
| Quoted TOTAL = .00 P 5.50 LH 928.70 L .00 M 928.70 T | |||||
| INSPECT FOR LEAK - COOLANT | |||||
| 1 1 8909107DSC BRAKECLE 6.69 6.69 | |||||
| 1.75 01-18 R/T 56000 REPAIR 205.00 358.75 | |||||
| 2.50 01-19 R/T 56000 REPAIR 205.00 512.50 | |||||
| SEG # 02 TOTAL = 6.69 P 4.25 LH 871.25 L .00 M 877.94 T | |||||
| Quoted TOTAL = .00 P .00 LH .00 L .00 M .00 T | |||||
| INSPECT FOR FUEL LEAK | |||||
| 1 1 DZ116093 FUEL LINCY 116.60 .00 | |||||
| 1 1 T428851 V-BE 140.15 140.15 | |||||
| SEG # 04 TOTAL = 140.15 P .00 LH .00 L .00 M 140.15 T | |||||
| Date 23JAN2023 08:46:39 ** WORK ORDER PREVIEW ** Page 2 | |||||
| Location 56 Work Order 4602674 Seg. 05 Opn Dt 19JAN2023 | |||||
| Auth by RUSS S Phone 519-737-2140 Inv Cls Dt | |||||
| CHARGE Slprn | |||||
| S PHOENIX DRAINAGE (2019) L Cust No. 95600447 S PHOENIX DRAINAGE (2019) L | |||||
| O 2180 ASTOR CRESCENT Pur-Ord. H 2180 ASTOR CRESCENT | |||||
| L P-% 0.0 L-% 0.0 I | |||||
| D OLDCASTLE, ON N0R 1L0 P OLDCASTLE, ON N0R 1L0 | |||||
| G/L # Stock# Multi-use# | |||||
| Make Model PIN Number Equipment Meter MC SFR | |||||
| JD 310SL 1T0310SLCMF398221 310SL BACK 1001.0 H S | |||||
| Prt Cls-PC Lbr Cls-ICL Price Cd-L Prt Tx-0101 Lbr Tx-0101 | |||||
| Item Hrs/Ord Bk-Ord Ship Description/Comments RATE EXTENSION | |||||
| ------------------------------------------------------------------------------- | |||||
| ------------------------------------------------------------------------------- | |||||
| INSPECT FOR NOISE IN ENGINE AREA, CLACKING NOISE | |||||
| 1 1 RE548027 BELT 245.93 245.93 | |||||
| SEG # 05 TOTAL = 245.93 P .00 LH .00 L .00 M 245.93 T | |||||
| Quoted TOTAL = .00 P .00 LH .00 L .00 M .00 T | |||||
| **************************************** | |||||
| * Taxable Parts .00 * | |||||
| * Non-Taxable Parts 1,574.81 * | |||||
| * Backordered Parts 116.60 * | |||||
| * Total Labor 1,799.95 * | |||||
| * Non-Taxable 1,799.95 * | |||||
| * Misc Charges 55.72 * | |||||
| * GST/HST 445.96 * | |||||
| * Sales Tax .00 * | |||||
| * (Carbon Tax Surcharge will be added) * | |||||
| * TOTAL DUE > 3,876.44 * | |||||
| **************************************** | |||||
| Date 23JAN2023 08:46:40 ** WORK ORDER PREVIEW ** Page 3 | |||||
| Location 56 Work Order 4602674 Seg. 03 Opn Dt 17JAN2023 | |||||
| Auth by RUSS S Phone 519-737-2140 Inv Cls Dt | |||||
| WARRANTY Slprn | |||||
| S PHOENIX DRAINAGE (2019) L Cust No. 95600447 S PHOENIX DRAINAGE (2019) L | |||||
| O 2180 ASTOR CRESCENT Pur-Ord. H 2180 ASTOR CRESCENT | |||||
| L P-% 0.0 L-% 0.0 I | |||||
| D OLDCASTLE, ON N0R 1L0 P OLDCASTLE, ON N0R 1L0 | |||||
| G/L # 105-00-0056 Stock# 04602674 Multi-use# | |||||
| Make Model PIN Number Equipment Meter MC SFR | |||||
| JD 310SL 1T0310SLCMF398221 310SL BACK 1001.0 H S | |||||
| Prt Cls-PC Lbr Cls-IWR Price Cd-L Prt Tx-N001 Lbr Tx-N001 | |||||
| Item Hrs/Ord Bk-Ord Ship Description/Comments RATE EXTENSION | |||||
| ------------------------------------------------------------------------------- | |||||
| SPG CD . | |||||
| CHECK FOR WATER IN FUEL CODE - 000097.03 | |||||
| 1 1 DZ117493 SENSCY 97.62 97.62 | |||||
| 2.00 01-18 R/T 56000 REPAIR 205.00 410.00 | |||||
| SEG # 03 TOTAL = 97.62 P 2.00 LH 410.00 L .00 M 507.62 T | |||||
| Quoted TOTAL = .00 P .00 LH .00 L .00 M .00 T | |||||
| **************************************** | |||||
| * Taxable Parts .00 * | |||||
| * Non-Taxable Parts 97.62 * | |||||
| * Total Labor 410.00 * | |||||
| * Non-Taxable 410.00 * | |||||
| * Misc Charges .00 * | |||||
| * * | |||||
| * Sales Tax .00 * | |||||
| * (Carbon Tax Surcharge will be added) * | |||||
| * TOTAL DUE > 507.62 * | |||||
| **************************************** | |||||
| @@ -4,6 +4,7 @@ using System.Linq; | |||||
| using System.Text; | using System.Text; | ||||
| using System.Xml.Linq; | using System.Xml.Linq; | ||||
| using System.Threading.Tasks; | using System.Threading.Tasks; | ||||
| using System.IO; | |||||
| namespace jdis_import | namespace jdis_import | ||||
| { | { | ||||
| @@ -18,7 +19,8 @@ namespace jdis_import | |||||
| public static void BuildIntervalLookup() | public static void BuildIntervalLookup() | ||||
| { | { | ||||
| _intervalLookup = new Dictionary<string, int>(); | _intervalLookup = new Dictionary<string, int>(); | ||||
| var doc = XDocument.Load(@"IntervalData.xml"); | |||||
| string intervalLookupPath = Path.Combine(Program.ExeDir, "IntervalData.xml"); | |||||
| var doc = XDocument.Load(intervalLookupPath); | |||||
| var rootNodes = doc.Root.DescendantNodes().OfType<XElement>(); | var rootNodes = doc.Root.DescendantNodes().OfType<XElement>(); | ||||
| Dictionary<string, string> dic = rootNodes.ToDictionary(n => n.Name.ToString(), n => n.Value); | Dictionary<string, string> dic = rootNodes.ToDictionary(n => n.Name.ToString(), n => n.Value); | ||||
| foreach (KeyValuePair<string, string> kvp in dic) | foreach (KeyValuePair<string, string> kvp in dic) | ||||
| @@ -29,8 +31,9 @@ namespace jdis_import | |||||
| public static void BuildCCLookup() | public static void BuildCCLookup() | ||||
| { | { | ||||
| string ccLookupPath = Path.Combine(Program.ExeDir, "CCAddresses.xml"); | |||||
| _cclookup = new Dictionary<string, string>(); | _cclookup = new Dictionary<string, string>(); | ||||
| var doc = XDocument.Load(string.Format("CCAddresses.xml")); | |||||
| var doc = XDocument.Load(ccLookupPath); | |||||
| var rootNodes = doc.Root.DescendantNodes().OfType<XElement>(); | var rootNodes = doc.Root.DescendantNodes().OfType<XElement>(); | ||||
| _cclookup = rootNodes.ToDictionary(n => n.Name.ToString(), n => n.Value); | _cclookup = rootNodes.ToDictionary(n => n.Name.ToString(), n => n.Value); | ||||
| } | } | ||||
| @@ -80,20 +80,6 @@ | |||||
| ], | ], | ||||
| "assetTargetFallback": true, | "assetTargetFallback": true, | ||||
| "warn": true, | "warn": true, | ||||
| "downloadDependencies": [ | |||||
| { | |||||
| "name": "Microsoft.AspNetCore.App.Runtime.linux-x64", | |||||
| "version": "[6.0.4, 6.0.4]" | |||||
| }, | |||||
| { | |||||
| "name": "Microsoft.NETCore.App.Host.linux-x64", | |||||
| "version": "[6.0.4, 6.0.4]" | |||||
| }, | |||||
| { | |||||
| "name": "Microsoft.NETCore.App.Runtime.linux-x64", | |||||
| "version": "[6.0.4, 6.0.4]" | |||||
| } | |||||
| ], | |||||
| "frameworkReferences": { | "frameworkReferences": { | ||||
| "Microsoft.NETCore.App": { | "Microsoft.NETCore.App": { | ||||
| "privateAssets": "all" | "privateAssets": "all" | ||||
| @@ -101,11 +87,6 @@ | |||||
| }, | }, | ||||
| "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/6.0.202/RuntimeIdentifierGraph.json" | "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/6.0.202/RuntimeIdentifierGraph.json" | ||||
| } | } | ||||
| }, | |||||
| "runtimes": { | |||||
| "ubuntu.20.04-x64": { | |||||
| "#import": [] | |||||
| } | |||||
| } | } | ||||
| } | } | ||||
| } | } | ||||
| @@ -1,6 +1,6 @@ | |||||
| { | { | ||||
| "version": 2, | "version": 2, | ||||
| "dgSpecHash": "Bj3MK5uht04g9GiisuB6XoZTyesm33jD3Szv8kqvcTc3ArVLHLH6gjLNMbi1TW+f6TdnRgrXE7uVtAhcvIn3KA==", | |||||
| "dgSpecHash": "yCEDNUYW3S+NPVUitZgCq0Zzd2salgusOl/uboaSGXrcbUqnihPgluMO8u5X7reQ2j28Rm9HNSzDTOWKDbVJ8Q==", | |||||
| "success": true, | "success": true, | ||||
| "projectFilePath": "/Volumes/New2TBDrive/apps/acumatica/console/jdis_import/jdis_import.csproj", | "projectFilePath": "/Volumes/New2TBDrive/apps/acumatica/console/jdis_import/jdis_import.csproj", | ||||
| "expectedPackageFiles": [ | "expectedPackageFiles": [ | ||||
| @@ -17,23 +17,6 @@ | |||||
| "/Users/michielcarman/.nuget/packages/newtonsoft.json/13.0.1/newtonsoft.json.13.0.1.nupkg.sha512", | "/Users/michielcarman/.nuget/packages/newtonsoft.json/13.0.1/newtonsoft.json.13.0.1.nupkg.sha512", | ||||
| "/Users/michielcarman/.nuget/packages/newtonsoft.json.bson/1.0.1/newtonsoft.json.bson.1.0.1.nupkg.sha512", | "/Users/michielcarman/.nuget/packages/newtonsoft.json.bson/1.0.1/newtonsoft.json.bson.1.0.1.nupkg.sha512", | ||||
| "/Users/michielcarman/.nuget/packages/restsharp/108.0.2/restsharp.108.0.2.nupkg.sha512", | "/Users/michielcarman/.nuget/packages/restsharp/108.0.2/restsharp.108.0.2.nupkg.sha512", | ||||
| "/Users/michielcarman/.nuget/packages/runtime.any.system.collections/4.3.0/runtime.any.system.collections.4.3.0.nupkg.sha512", | |||||
| "/Users/michielcarman/.nuget/packages/runtime.any.system.diagnostics.tools/4.3.0/runtime.any.system.diagnostics.tools.4.3.0.nupkg.sha512", | |||||
| "/Users/michielcarman/.nuget/packages/runtime.any.system.diagnostics.tracing/4.3.0/runtime.any.system.diagnostics.tracing.4.3.0.nupkg.sha512", | |||||
| "/Users/michielcarman/.nuget/packages/runtime.any.system.globalization/4.3.0/runtime.any.system.globalization.4.3.0.nupkg.sha512", | |||||
| "/Users/michielcarman/.nuget/packages/runtime.any.system.globalization.calendars/4.3.0/runtime.any.system.globalization.calendars.4.3.0.nupkg.sha512", | |||||
| "/Users/michielcarman/.nuget/packages/runtime.any.system.io/4.3.0/runtime.any.system.io.4.3.0.nupkg.sha512", | |||||
| "/Users/michielcarman/.nuget/packages/runtime.any.system.reflection/4.3.0/runtime.any.system.reflection.4.3.0.nupkg.sha512", | |||||
| "/Users/michielcarman/.nuget/packages/runtime.any.system.reflection.extensions/4.3.0/runtime.any.system.reflection.extensions.4.3.0.nupkg.sha512", | |||||
| "/Users/michielcarman/.nuget/packages/runtime.any.system.reflection.primitives/4.3.0/runtime.any.system.reflection.primitives.4.3.0.nupkg.sha512", | |||||
| "/Users/michielcarman/.nuget/packages/runtime.any.system.resources.resourcemanager/4.3.0/runtime.any.system.resources.resourcemanager.4.3.0.nupkg.sha512", | |||||
| "/Users/michielcarman/.nuget/packages/runtime.any.system.runtime/4.3.0/runtime.any.system.runtime.4.3.0.nupkg.sha512", | |||||
| "/Users/michielcarman/.nuget/packages/runtime.any.system.runtime.handles/4.3.0/runtime.any.system.runtime.handles.4.3.0.nupkg.sha512", | |||||
| "/Users/michielcarman/.nuget/packages/runtime.any.system.runtime.interopservices/4.3.0/runtime.any.system.runtime.interopservices.4.3.0.nupkg.sha512", | |||||
| "/Users/michielcarman/.nuget/packages/runtime.any.system.text.encoding/4.3.0/runtime.any.system.text.encoding.4.3.0.nupkg.sha512", | |||||
| "/Users/michielcarman/.nuget/packages/runtime.any.system.text.encoding.extensions/4.3.0/runtime.any.system.text.encoding.extensions.4.3.0.nupkg.sha512", | |||||
| "/Users/michielcarman/.nuget/packages/runtime.any.system.threading.tasks/4.3.0/runtime.any.system.threading.tasks.4.3.0.nupkg.sha512", | |||||
| "/Users/michielcarman/.nuget/packages/runtime.any.system.threading.timer/4.3.0/runtime.any.system.threading.timer.4.3.0.nupkg.sha512", | |||||
| "/Users/michielcarman/.nuget/packages/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", | "/Users/michielcarman/.nuget/packages/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", | ||||
| "/Users/michielcarman/.nuget/packages/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", | "/Users/michielcarman/.nuget/packages/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", | ||||
| "/Users/michielcarman/.nuget/packages/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", | "/Users/michielcarman/.nuget/packages/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", | ||||
| @@ -51,14 +34,6 @@ | |||||
| "/Users/michielcarman/.nuget/packages/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", | "/Users/michielcarman/.nuget/packages/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", | ||||
| "/Users/michielcarman/.nuget/packages/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", | "/Users/michielcarman/.nuget/packages/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", | ||||
| "/Users/michielcarman/.nuget/packages/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", | "/Users/michielcarman/.nuget/packages/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", | ||||
| "/Users/michielcarman/.nuget/packages/runtime.unix.microsoft.win32.primitives/4.3.0/runtime.unix.microsoft.win32.primitives.4.3.0.nupkg.sha512", | |||||
| "/Users/michielcarman/.nuget/packages/runtime.unix.system.console/4.3.0/runtime.unix.system.console.4.3.0.nupkg.sha512", | |||||
| "/Users/michielcarman/.nuget/packages/runtime.unix.system.diagnostics.debug/4.3.0/runtime.unix.system.diagnostics.debug.4.3.0.nupkg.sha512", | |||||
| "/Users/michielcarman/.nuget/packages/runtime.unix.system.io.filesystem/4.3.0/runtime.unix.system.io.filesystem.4.3.0.nupkg.sha512", | |||||
| "/Users/michielcarman/.nuget/packages/runtime.unix.system.net.primitives/4.3.0/runtime.unix.system.net.primitives.4.3.0.nupkg.sha512", | |||||
| "/Users/michielcarman/.nuget/packages/runtime.unix.system.net.sockets/4.3.0/runtime.unix.system.net.sockets.4.3.0.nupkg.sha512", | |||||
| "/Users/michielcarman/.nuget/packages/runtime.unix.system.private.uri/4.3.0/runtime.unix.system.private.uri.4.3.0.nupkg.sha512", | |||||
| "/Users/michielcarman/.nuget/packages/runtime.unix.system.runtime.extensions/4.3.0/runtime.unix.system.runtime.extensions.4.3.0.nupkg.sha512", | |||||
| "/Users/michielcarman/.nuget/packages/runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0/runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", | "/Users/michielcarman/.nuget/packages/runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0/runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", | ||||
| "/Users/michielcarman/.nuget/packages/runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0/runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", | "/Users/michielcarman/.nuget/packages/runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0/runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", | ||||
| "/Users/michielcarman/.nuget/packages/runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0/runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", | "/Users/michielcarman/.nuget/packages/runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0/runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", | ||||
| @@ -83,11 +58,9 @@ | |||||
| "/Users/michielcarman/.nuget/packages/system.linq/4.3.0/system.linq.4.3.0.nupkg.sha512", | "/Users/michielcarman/.nuget/packages/system.linq/4.3.0/system.linq.4.3.0.nupkg.sha512", | ||||
| "/Users/michielcarman/.nuget/packages/system.linq.expressions/4.3.0/system.linq.expressions.4.3.0.nupkg.sha512", | "/Users/michielcarman/.nuget/packages/system.linq.expressions/4.3.0/system.linq.expressions.4.3.0.nupkg.sha512", | ||||
| "/Users/michielcarman/.nuget/packages/system.net.http/4.3.0/system.net.http.4.3.0.nupkg.sha512", | "/Users/michielcarman/.nuget/packages/system.net.http/4.3.0/system.net.http.4.3.0.nupkg.sha512", | ||||
| "/Users/michielcarman/.nuget/packages/system.net.nameresolution/4.3.0/system.net.nameresolution.4.3.0.nupkg.sha512", | |||||
| "/Users/michielcarman/.nuget/packages/system.net.primitives/4.3.0/system.net.primitives.4.3.0.nupkg.sha512", | "/Users/michielcarman/.nuget/packages/system.net.primitives/4.3.0/system.net.primitives.4.3.0.nupkg.sha512", | ||||
| "/Users/michielcarman/.nuget/packages/system.net.sockets/4.3.0/system.net.sockets.4.3.0.nupkg.sha512", | "/Users/michielcarman/.nuget/packages/system.net.sockets/4.3.0/system.net.sockets.4.3.0.nupkg.sha512", | ||||
| "/Users/michielcarman/.nuget/packages/system.objectmodel/4.3.0/system.objectmodel.4.3.0.nupkg.sha512", | "/Users/michielcarman/.nuget/packages/system.objectmodel/4.3.0/system.objectmodel.4.3.0.nupkg.sha512", | ||||
| "/Users/michielcarman/.nuget/packages/system.private.uri/4.3.0/system.private.uri.4.3.0.nupkg.sha512", | |||||
| "/Users/michielcarman/.nuget/packages/system.reflection/4.3.0/system.reflection.4.3.0.nupkg.sha512", | "/Users/michielcarman/.nuget/packages/system.reflection/4.3.0/system.reflection.4.3.0.nupkg.sha512", | ||||
| "/Users/michielcarman/.nuget/packages/system.reflection.emit/4.3.0/system.reflection.emit.4.3.0.nupkg.sha512", | "/Users/michielcarman/.nuget/packages/system.reflection.emit/4.3.0/system.reflection.emit.4.3.0.nupkg.sha512", | ||||
| "/Users/michielcarman/.nuget/packages/system.reflection.emit.ilgeneration/4.3.0/system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512", | "/Users/michielcarman/.nuget/packages/system.reflection.emit.ilgeneration/4.3.0/system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512", | ||||
| @@ -117,13 +90,9 @@ | |||||
| "/Users/michielcarman/.nuget/packages/system.threading/4.3.0/system.threading.4.3.0.nupkg.sha512", | "/Users/michielcarman/.nuget/packages/system.threading/4.3.0/system.threading.4.3.0.nupkg.sha512", | ||||
| "/Users/michielcarman/.nuget/packages/system.threading.tasks/4.3.0/system.threading.tasks.4.3.0.nupkg.sha512", | "/Users/michielcarman/.nuget/packages/system.threading.tasks/4.3.0/system.threading.tasks.4.3.0.nupkg.sha512", | ||||
| "/Users/michielcarman/.nuget/packages/system.threading.tasks.extensions/4.3.0/system.threading.tasks.extensions.4.3.0.nupkg.sha512", | "/Users/michielcarman/.nuget/packages/system.threading.tasks.extensions/4.3.0/system.threading.tasks.extensions.4.3.0.nupkg.sha512", | ||||
| "/Users/michielcarman/.nuget/packages/system.threading.threadpool/4.3.0/system.threading.threadpool.4.3.0.nupkg.sha512", | |||||
| "/Users/michielcarman/.nuget/packages/system.threading.timer/4.3.0/system.threading.timer.4.3.0.nupkg.sha512", | "/Users/michielcarman/.nuget/packages/system.threading.timer/4.3.0/system.threading.timer.4.3.0.nupkg.sha512", | ||||
| "/Users/michielcarman/.nuget/packages/system.xml.readerwriter/4.3.0/system.xml.readerwriter.4.3.0.nupkg.sha512", | "/Users/michielcarman/.nuget/packages/system.xml.readerwriter/4.3.0/system.xml.readerwriter.4.3.0.nupkg.sha512", | ||||
| "/Users/michielcarman/.nuget/packages/system.xml.xdocument/4.3.0/system.xml.xdocument.4.3.0.nupkg.sha512", | |||||
| "/Users/michielcarman/.nuget/packages/microsoft.netcore.app.runtime.linux-x64/6.0.4/microsoft.netcore.app.runtime.linux-x64.6.0.4.nupkg.sha512", | |||||
| "/Users/michielcarman/.nuget/packages/microsoft.aspnetcore.app.runtime.linux-x64/6.0.4/microsoft.aspnetcore.app.runtime.linux-x64.6.0.4.nupkg.sha512", | |||||
| "/Users/michielcarman/.nuget/packages/microsoft.netcore.app.host.linux-x64/6.0.4/microsoft.netcore.app.host.linux-x64.6.0.4.nupkg.sha512" | |||||
| "/Users/michielcarman/.nuget/packages/system.xml.xdocument/4.3.0/system.xml.xdocument.4.3.0.nupkg.sha512" | |||||
| ], | ], | ||||
| "logs": [ | "logs": [ | ||||
| { | { | ||||