2024-11-01 00:54:21.131 C:\inetpub\wwwroot\ng-api.prod-a.lyndexnikken.com\Logs\log-2024-11.txt is created. 2024-11-01 00:54:21.135 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-01 00:54:36.503 [INFO] In session is user: luism 2024-11-01 01:24:23.185 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-01 02:40:55.486 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-01 07:58:15.354 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-01 07:58:19.382 [INFO] In session is user: fletcherp 2024-11-01 07:58:19.863 [INFO] In session is user: fletcherp 2024-11-01 07:58:20.204 [INFO] In session is user: fletcherp 2024-11-01 07:58:20.575 [INFO] In session is user: fletcherp 2024-11-01 07:58:20.914 [INFO] In session is user: fletcherp 2024-11-01 07:58:21.248 [INFO] In session is user: fletcherp 2024-11-01 07:58:21.573 [INFO] In session is user: fletcherp 2024-11-01 07:58:21.907 [INFO] In session is user: fletcherp 2024-11-01 07:58:22.024 [INFO] In session is user: fletcherp 2024-11-01 07:58:22.194 [INFO] In session is user: fletcherp 2024-11-01 07:58:22.551 [INFO] In session is user: fletcherp 2024-11-01 07:58:22.898 [INFO] In session is user: fletcherp 2024-11-01 07:58:23.215 [INFO] In session is user: fletcherp 2024-11-01 07:58:23.530 [INFO] In session is user: fletcherp 2024-11-01 07:58:24.258 [INFO] In session is user: fletcherp 2024-11-01 07:58:24.799 [INFO] In session is user: fletcherp 2024-11-01 07:58:25.078 [INFO] In session is user: fletcherp 2024-11-01 07:58:25.379 [INFO] In session is user: fletcherp 2024-11-01 07:58:25.700 [INFO] In session is user: fletcherp 2024-11-01 07:58:25.999 [INFO] In session is user: fletcherp 2024-11-01 07:58:26.354 [INFO] In session is user: fletcherp 2024-11-01 07:58:26.650 [INFO] In session is user: fletcherp 2024-11-01 07:58:26.989 [INFO] In session is user: fletcherp 2024-11-01 07:58:27.304 [INFO] In session is user: fletcherp 2024-11-01 07:58:27.619 [INFO] In session is user: fletcherp 2024-11-01 07:58:27.899 [INFO] In session is user: fletcherp 2024-11-01 07:58:28.210 [INFO] In session is user: fletcherp 2024-11-01 07:58:28.528 [INFO] In session is user: fletcherp 2024-11-01 07:58:28.857 [INFO] In session is user: fletcherp 2024-11-01 07:58:29.197 [INFO] In session is user: fletcherp 2024-11-01 07:58:29.467 [INFO] In session is user: fletcherp 2024-11-01 07:58:29.769 [INFO] In session is user: fletcherp 2024-11-01 07:58:30.078 [INFO] In session is user: fletcherp 2024-11-01 07:58:30.334 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(34.6253041491782, -86.5727207667143, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(34.6253041491782, -86.5727207667143, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3679185 second/s. 2024-11-01 07:58:30.372 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(34.6253041491782, -86.5727207667143, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(34.6253041491782, -86.5727207667143, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.406325 second/s. 2024-11-01 07:58:30.442 [INFO] In session is user: fletcherp 2024-11-01 07:58:30.744 [INFO] In session is user: fletcherp 2024-11-01 07:58:30.751 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(34.6253041491782, -86.5727207667143, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(34.6253041491782, -86.5727207667143, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.345594 second/s. 2024-11-01 07:58:31.052 [INFO] In session is user: fletcherp 2024-11-01 07:58:31.390 [INFO] In session is user: fletcherp 2024-11-01 07:58:31.678 [INFO] In session is user: fletcherp 2024-11-01 07:58:31.986 [INFO] In session is user: fletcherp 2024-11-01 07:58:32.295 [INFO] In session is user: fletcherp 2024-11-01 07:58:32.662 [INFO] In session is user: fletcherp 2024-11-01 07:58:32.969 [INFO] In session is user: fletcherp 2024-11-01 07:58:33.293 [INFO] In session is user: fletcherp 2024-11-01 07:58:33.646 [INFO] In session is user: fletcherp 2024-11-01 07:58:33.976 [INFO] In session is user: fletcherp 2024-11-01 07:58:34.298 [INFO] In session is user: fletcherp 2024-11-01 07:58:34.639 [INFO] In session is user: fletcherp 2024-11-01 07:58:34.955 [INFO] In session is user: fletcherp 2024-11-01 07:58:35.255 [INFO] In session is user: fletcherp 2024-11-01 07:58:35.613 [INFO] In session is user: fletcherp 2024-11-01 07:58:35.952 [INFO] In session is user: fletcherp 2024-11-01 07:58:36.306 [INFO] In session is user: fletcherp 2024-11-01 07:58:36.597 [INFO] In session is user: fletcherp 2024-11-01 07:58:36.925 [INFO] In session is user: fletcherp 2024-11-01 07:58:37.204 [INFO] In session is user: fletcherp 2024-11-01 07:58:37.592 [INFO] In session is user: fletcherp 2024-11-01 07:58:37.907 [INFO] In session is user: fletcherp 2024-11-01 07:58:38.240 [INFO] In session is user: fletcherp 2024-11-01 07:58:38.545 [INFO] In session is user: fletcherp 2024-11-01 07:58:38.886 [INFO] In session is user: fletcherp 2024-11-01 07:58:39.193 [INFO] In session is user: fletcherp 2024-11-01 07:58:39.492 [INFO] In session is user: fletcherp 2024-11-01 07:58:39.797 [INFO] In session is user: fletcherp 2024-11-01 07:58:40.163 [INFO] In session is user: fletcherp 2024-11-01 07:58:40.549 [INFO] In session is user: fletcherp 2024-11-01 07:58:40.883 [INFO] In session is user: fletcherp 2024-11-01 07:58:41.165 [INFO] In session is user: fletcherp 2024-11-01 07:58:41.472 [INFO] In session is user: fletcherp 2024-11-01 07:58:41.774 [INFO] In session is user: fletcherp 2024-11-01 07:58:42.105 [INFO] In session is user: fletcherp 2024-11-01 07:58:42.385 [INFO] In session is user: fletcherp 2024-11-01 07:58:42.713 [INFO] In session is user: fletcherp 2024-11-01 07:58:43.030 [INFO] In session is user: fletcherp 2024-11-01 07:58:43.313 [INFO] In session is user: fletcherp 2024-11-01 07:58:43.641 [INFO] In session is user: fletcherp 2024-11-01 07:58:43.967 [INFO] In session is user: fletcherp 2024-11-01 07:58:44.401 [INFO] In session is user: fletcherp 2024-11-01 07:58:44.706 [INFO] In session is user: fletcherp 2024-11-01 07:58:45.006 [INFO] In session is user: fletcherp 2024-11-01 07:58:45.335 [INFO] In session is user: fletcherp 2024-11-01 07:58:45.646 [INFO] In session is user: fletcherp 2024-11-01 07:58:45.978 [INFO] In session is user: fletcherp 2024-11-01 07:58:46.292 [INFO] In session is user: fletcherp 2024-11-01 07:58:46.594 [INFO] In session is user: fletcherp 2024-11-01 07:58:46.912 [INFO] In session is user: fletcherp 2024-11-01 07:58:47.278 [INFO] In session is user: fletcherp 2024-11-01 07:58:47.586 [INFO] In session is user: fletcherp 2024-11-01 07:58:47.911 [INFO] In session is user: fletcherp 2024-11-01 07:58:48.220 [INFO] In session is user: fletcherp 2024-11-01 07:58:48.518 [INFO] In session is user: fletcherp 2024-11-01 07:58:48.847 [INFO] In session is user: fletcherp 2024-11-01 07:58:49.181 [INFO] In session is user: fletcherp 2024-11-01 07:58:49.486 [INFO] In session is user: fletcherp 2024-11-01 07:58:49.802 [INFO] In session is user: fletcherp 2024-11-01 07:58:50.081 [INFO] In session is user: fletcherp 2024-11-01 07:58:50.406 [INFO] In session is user: fletcherp 2024-11-01 07:58:50.719 [INFO] In session is user: fletcherp 2024-11-01 07:58:51.043 [INFO] In session is user: fletcherp 2024-11-01 07:58:51.365 [INFO] In session is user: fletcherp 2024-11-01 07:58:51.715 [INFO] In session is user: fletcherp 2024-11-01 07:58:52.025 [INFO] In session is user: fletcherp 2024-11-01 07:58:52.322 [INFO] In session is user: fletcherp 2024-11-01 07:58:52.681 [INFO] In session is user: fletcherp 2024-11-01 07:58:52.967 [INFO] In session is user: fletcherp 2024-11-01 07:58:53.286 [INFO] In session is user: fletcherp 2024-11-01 07:58:53.603 [INFO] In session is user: fletcherp 2024-11-01 07:58:53.977 [INFO] In session is user: fletcherp 2024-11-01 07:58:54.371 [INFO] In session is user: fletcherp 2024-11-01 07:58:54.665 [INFO] In session is user: fletcherp 2024-11-01 07:58:55.100 [INFO] In session is user: fletcherp 2024-11-01 07:58:55.450 [INFO] In session is user: fletcherp 2024-11-01 07:58:55.760 [INFO] In session is user: fletcherp 2024-11-01 07:58:56.095 [INFO] In session is user: fletcherp 2024-11-01 07:58:57.098 [INFO] In session is user: fletcherp 2024-11-01 07:58:57.372 [INFO] In session is user: fletcherp 2024-11-01 07:58:57.708 [INFO] In session is user: fletcherp 2024-11-01 07:58:58.033 [INFO] In session is user: fletcherp 2024-11-01 07:58:58.325 [INFO] In session is user: fletcherp 2024-11-01 07:58:58.636 [INFO] In session is user: fletcherp 2024-11-01 07:58:58.982 [INFO] In session is user: fletcherp 2024-11-01 07:58:59.311 [INFO] In session is user: fletcherp 2024-11-01 07:58:59.634 [INFO] In session is user: fletcherp 2024-11-01 07:59:00.040 [INFO] In session is user: fletcherp 2024-11-01 07:59:00.339 [INFO] In session is user: fletcherp 2024-11-01 07:59:00.688 [INFO] In session is user: fletcherp 2024-11-01 07:59:01.013 [INFO] In session is user: fletcherp 2024-11-01 07:59:01.311 [INFO] In session is user: fletcherp 2024-11-01 07:59:01.642 [INFO] In session is user: fletcherp 2024-11-01 07:59:01.971 [INFO] In session is user: fletcherp 2024-11-01 07:59:02.250 [INFO] In session is user: fletcherp 2024-11-01 07:59:02.553 [INFO] In session is user: fletcherp 2024-11-01 07:59:03.081 [INFO] In session is user: fletcherp 2024-11-01 07:59:03.363 [INFO] In session is user: fletcherp 2024-11-01 07:59:03.672 [INFO] In session is user: fletcherp 2024-11-01 07:59:03.990 [INFO] In session is user: fletcherp 2024-11-01 07:59:04.335 [INFO] In session is user: fletcherp 2024-11-01 07:59:04.659 [INFO] In session is user: fletcherp 2024-11-01 07:59:05.030 [INFO] In session is user: fletcherp 2024-11-01 07:59:05.324 [INFO] In session is user: fletcherp 2024-11-01 07:59:05.639 [INFO] In session is user: fletcherp 2024-11-01 07:59:05.950 [INFO] In session is user: fletcherp 2024-11-01 07:59:06.238 [INFO] In session is user: fletcherp 2024-11-01 07:59:06.550 [INFO] In session is user: fletcherp 2024-11-01 07:59:06.829 [INFO] In session is user: fletcherp 2024-11-01 07:59:07.182 [INFO] In session is user: fletcherp 2024-11-01 07:59:07.494 [INFO] In session is user: fletcherp 2024-11-01 07:59:07.804 [INFO] In session is user: fletcherp 2024-11-01 07:59:08.139 [INFO] In session is user: fletcherp 2024-11-01 07:59:08.453 [INFO] In session is user: fletcherp 2024-11-01 07:59:08.765 [INFO] In session is user: fletcherp 2024-11-01 07:59:09.142 [INFO] In session is user: fletcherp 2024-11-01 07:59:09.475 [INFO] In session is user: fletcherp 2024-11-01 07:59:09.761 [INFO] In session is user: fletcherp 2024-11-01 07:59:10.081 [INFO] In session is user: fletcherp 2024-11-01 07:59:10.398 [INFO] In session is user: fletcherp 2024-11-01 07:59:10.685 [INFO] In session is user: fletcherp 2024-11-01 07:59:10.991 [INFO] In session is user: fletcherp 2024-11-01 07:59:11.299 [INFO] In session is user: fletcherp 2024-11-01 07:59:11.621 [INFO] In session is user: fletcherp 2024-11-01 07:59:11.935 [INFO] In session is user: fletcherp 2024-11-01 07:59:12.266 [INFO] In session is user: fletcherp 2024-11-01 07:59:12.568 [INFO] In session is user: fletcherp 2024-11-01 07:59:12.895 [INFO] In session is user: fletcherp 2024-11-01 07:59:13.214 [INFO] In session is user: fletcherp 2024-11-01 07:59:13.533 [INFO] In session is user: fletcherp 2024-11-01 07:59:13.827 [INFO] In session is user: fletcherp 2024-11-01 07:59:14.165 [INFO] In session is user: fletcherp 2024-11-01 07:59:14.479 [INFO] In session is user: fletcherp 2024-11-01 07:59:14.792 [INFO] In session is user: fletcherp 2024-11-01 07:59:15.084 [INFO] In session is user: fletcherp 2024-11-01 07:59:15.437 [INFO] In session is user: fletcherp 2024-11-01 07:59:15.743 [INFO] In session is user: fletcherp 2024-11-01 07:59:16.051 [INFO] In session is user: fletcherp 2024-11-01 07:59:16.377 [INFO] In session is user: fletcherp 2024-11-01 07:59:16.662 [INFO] In session is user: fletcherp 2024-11-01 07:59:16.981 [INFO] In session is user: fletcherp 2024-11-01 07:59:17.280 [INFO] In session is user: fletcherp 2024-11-01 07:59:17.606 [INFO] In session is user: fletcherp 2024-11-01 07:59:17.931 [INFO] In session is user: fletcherp 2024-11-01 07:59:18.238 [INFO] In session is user: fletcherp 2024-11-01 07:59:18.548 [INFO] In session is user: fletcherp 2024-11-01 07:59:18.921 [INFO] In session is user: fletcherp 2024-11-01 07:59:19.244 [INFO] In session is user: fletcherp 2024-11-01 07:59:19.551 [INFO] In session is user: fletcherp 2024-11-01 07:59:19.835 [INFO] In session is user: fletcherp 2024-11-01 07:59:20.165 [INFO] In session is user: fletcherp 2024-11-01 07:59:20.454 [INFO] In session is user: fletcherp 2024-11-01 07:59:20.786 [INFO] In session is user: fletcherp 2024-11-01 07:59:21.084 [INFO] In session is user: fletcherp 2024-11-01 07:59:21.437 [INFO] In session is user: fletcherp 2024-11-01 07:59:21.766 [INFO] In session is user: fletcherp 2024-11-01 07:59:22.057 [INFO] In session is user: fletcherp 2024-11-01 07:59:22.382 [INFO] In session is user: fletcherp 2024-11-01 07:59:22.688 [INFO] In session is user: fletcherp 2024-11-01 07:59:22.992 [INFO] In session is user: fletcherp 2024-11-01 07:59:25.137 [INFO] In session is user: fletcherp 2024-11-01 07:59:25.495 [INFO] In session is user: fletcherp 2024-11-01 07:59:25.781 [INFO] In session is user: fletcherp 2024-11-01 07:59:26.107 [INFO] In session is user: fletcherp 2024-11-01 07:59:26.430 [INFO] In session is user: fletcherp 2024-11-01 07:59:26.736 [INFO] In session is user: fletcherp 2024-11-01 07:59:27.047 [INFO] In session is user: fletcherp 2024-11-01 07:59:27.371 [INFO] In session is user: fletcherp 2024-11-01 07:59:27.683 [INFO] In session is user: fletcherp 2024-11-01 07:59:28.023 [INFO] In session is user: fletcherp 2024-11-01 07:59:28.298 [INFO] In session is user: fletcherp 2024-11-01 07:59:28.636 [INFO] In session is user: fletcherp 2024-11-01 07:59:28.979 [INFO] In session is user: fletcherp 2024-11-01 07:59:29.312 [INFO] In session is user: fletcherp 2024-11-01 07:59:29.632 [INFO] In session is user: fletcherp 2024-11-01 07:59:29.943 [INFO] In session is user: fletcherp 2024-11-01 07:59:30.242 [INFO] In session is user: fletcherp 2024-11-01 07:59:30.550 [INFO] In session is user: fletcherp 2024-11-01 07:59:30.849 [INFO] In session is user: fletcherp 2024-11-01 07:59:31.176 [INFO] In session is user: fletcherp 2024-11-01 07:59:31.507 [INFO] In session is user: fletcherp 2024-11-01 07:59:31.887 [INFO] In session is user: fletcherp 2024-11-01 07:59:32.232 [INFO] In session is user: fletcherp 2024-11-01 07:59:32.550 [INFO] In session is user: fletcherp 2024-11-01 07:59:33.225 [INFO] In session is user: fletcherp 2024-11-01 07:59:33.905 [INFO] In session is user: fletcherp 2024-11-01 07:59:34.198 [INFO] In session is user: fletcherp 2024-11-01 07:59:34.539 [INFO] In session is user: fletcherp 2024-11-01 07:59:34.831 [INFO] In session is user: fletcherp 2024-11-01 07:59:35.104 [INFO] In session is user: fletcherp 2024-11-01 07:59:35.407 [INFO] In session is user: fletcherp 2024-11-01 07:59:35.723 [INFO] In session is user: fletcherp 2024-11-01 07:59:36.036 [INFO] In session is user: fletcherp 2024-11-01 07:59:36.342 [INFO] In session is user: fletcherp 2024-11-01 07:59:36.665 [INFO] In session is user: fletcherp 2024-11-01 07:59:36.968 [INFO] In session is user: fletcherp 2024-11-01 07:59:37.271 [INFO] In session is user: fletcherp 2024-11-01 07:59:37.548 [INFO] In session is user: fletcherp 2024-11-01 07:59:37.996 [INFO] In session is user: fletcherp 2024-11-01 07:59:38.483 [INFO] In session is user: fletcherp 2024-11-01 07:59:38.794 [INFO] In session is user: fletcherp 2024-11-01 07:59:39.123 [INFO] In session is user: fletcherp 2024-11-01 07:59:39.420 [INFO] In session is user: fletcherp 2024-11-01 07:59:39.734 [INFO] In session is user: fletcherp 2024-11-01 07:59:40.034 [INFO] In session is user: fletcherp 2024-11-01 07:59:40.321 [INFO] In session is user: fletcherp 2024-11-01 07:59:40.653 [INFO] In session is user: fletcherp 2024-11-01 07:59:41.015 [INFO] In session is user: fletcherp 2024-11-01 07:59:41.410 [INFO] In session is user: fletcherp 2024-11-01 07:59:41.855 [INFO] In session is user: fletcherp 2024-11-01 07:59:42.213 [INFO] In session is user: fletcherp 2024-11-01 07:59:42.549 [INFO] In session is user: fletcherp 2024-11-01 07:59:42.934 [INFO] In session is user: fletcherp 2024-11-01 07:59:43.272 [INFO] In session is user: fletcherp 2024-11-01 08:00:37.001 [INFO] In session is user: fletcherp 2024-11-01 08:00:37.280 [INFO] In session is user: fletcherp 2024-11-01 08:00:37.605 [INFO] In session is user: fletcherp 2024-11-01 08:00:37.914 [INFO] In session is user: fletcherp 2024-11-01 08:00:38.266 [INFO] In session is user: fletcherp 2024-11-01 08:00:38.595 [INFO] In session is user: fletcherp 2024-11-01 08:00:39.032 [INFO] In session is user: fletcherp 2024-11-01 08:00:39.395 [INFO] In session is user: fletcherp 2024-11-01 08:00:39.747 [INFO] In session is user: fletcherp 2024-11-01 08:00:40.086 [INFO] In session is user: fletcherp 2024-11-01 08:00:40.434 [INFO] In session is user: fletcherp 2024-11-01 08:00:40.844 [INFO] In session is user: fletcherp 2024-11-01 08:00:41.183 [INFO] In session is user: fletcherp 2024-11-01 08:00:41.500 [INFO] In session is user: fletcherp 2024-11-01 08:00:41.799 [INFO] In session is user: fletcherp 2024-11-01 08:00:42.105 [INFO] In session is user: fletcherp 2024-11-01 08:00:42.443 [INFO] In session is user: fletcherp 2024-11-01 08:00:42.767 [INFO] In session is user: fletcherp 2024-11-01 08:00:43.086 [INFO] In session is user: fletcherp 2024-11-01 08:00:43.594 [INFO] In session is user: fletcherp 2024-11-01 08:00:43.905 [INFO] In session is user: fletcherp 2024-11-01 08:00:44.224 [INFO] In session is user: fletcherp 2024-11-01 08:00:44.534 [INFO] In session is user: fletcherp 2024-11-01 08:00:44.816 [INFO] In session is user: fletcherp 2024-11-01 08:00:45.220 [INFO] In session is user: fletcherp 2024-11-01 08:00:45.558 [INFO] In session is user: fletcherp 2024-11-01 08:00:45.847 [INFO] In session is user: fletcherp 2024-11-01 08:00:46.178 [INFO] In session is user: fletcherp 2024-11-01 08:00:46.478 [INFO] In session is user: fletcherp 2024-11-01 08:00:46.843 [INFO] In session is user: fletcherp 2024-11-01 08:00:47.168 [INFO] In session is user: fletcherp 2024-11-01 08:00:47.435 [INFO] In session is user: fletcherp 2024-11-01 08:00:47.751 [INFO] In session is user: fletcherp 2024-11-01 08:00:48.061 [INFO] In session is user: fletcherp 2024-11-01 08:00:48.384 [INFO] In session is user: fletcherp 2024-11-01 08:00:48.718 [INFO] In session is user: fletcherp 2024-11-01 08:00:49.032 [INFO] In session is user: fletcherp 2024-11-01 08:00:49.320 [INFO] In session is user: fletcherp 2024-11-01 08:00:49.644 [INFO] In session is user: fletcherp 2024-11-01 08:00:49.975 [INFO] In session is user: fletcherp 2024-11-01 08:00:50.351 [INFO] In session is user: fletcherp 2024-11-01 08:00:50.685 [INFO] In session is user: fletcherp 2024-11-01 08:00:51.006 [INFO] In session is user: fletcherp 2024-11-01 08:00:51.329 [INFO] In session is user: fletcherp 2024-11-01 08:00:51.651 [INFO] In session is user: fletcherp 2024-11-01 08:00:51.984 [INFO] In session is user: fletcherp 2024-11-01 08:00:52.297 [INFO] In session is user: fletcherp 2024-11-01 08:00:52.644 [INFO] In session is user: fletcherp 2024-11-01 08:00:52.970 [INFO] In session is user: fletcherp 2024-11-01 08:00:53.248 [INFO] In session is user: fletcherp 2024-11-01 08:00:53.590 [INFO] In session is user: fletcherp 2024-11-01 08:00:53.892 [INFO] In session is user: fletcherp 2024-11-01 08:00:54.224 [INFO] In session is user: fletcherp 2024-11-01 08:00:54.550 [INFO] In session is user: fletcherp 2024-11-01 08:00:54.857 [INFO] In session is user: fletcherp 2024-11-01 08:00:55.166 [INFO] In session is user: fletcherp 2024-11-01 08:00:55.473 [INFO] In session is user: fletcherp 2024-11-01 08:00:55.808 [INFO] In session is user: fletcherp 2024-11-01 08:00:56.148 [INFO] In session is user: fletcherp 2024-11-01 08:00:56.483 [INFO] In session is user: fletcherp 2024-11-01 08:00:56.794 [INFO] In session is user: fletcherp 2024-11-01 08:00:57.115 [INFO] In session is user: fletcherp 2024-11-01 08:00:57.418 [INFO] In session is user: fletcherp 2024-11-01 08:00:57.761 [INFO] In session is user: fletcherp 2024-11-01 08:00:58.062 [INFO] In session is user: fletcherp 2024-11-01 08:00:58.407 [INFO] In session is user: fletcherp 2024-11-01 08:00:58.729 [INFO] In session is user: fletcherp 2024-11-01 08:00:58.999 [INFO] In session is user: fletcherp 2024-11-01 08:00:59.308 [INFO] In session is user: fletcherp 2024-11-01 08:00:59.638 [INFO] In session is user: fletcherp 2024-11-01 08:01:00.003 [INFO] In session is user: fletcherp 2024-11-01 08:01:00.350 [INFO] In session is user: fletcherp 2024-11-01 08:01:00.748 [INFO] In session is user: fletcherp 2024-11-01 08:01:01.073 [INFO] In session is user: fletcherp 2024-11-01 08:01:01.394 [INFO] In session is user: fletcherp 2024-11-01 08:01:01.722 [INFO] In session is user: fletcherp 2024-11-01 08:01:02.044 [INFO] In session is user: fletcherp 2024-11-01 08:01:02.437 [INFO] In session is user: fletcherp 2024-11-01 08:01:02.761 [INFO] In session is user: fletcherp 2024-11-01 08:01:03.139 [INFO] In session is user: fletcherp 2024-11-01 08:01:03.491 [INFO] In session is user: fletcherp 2024-11-01 08:01:03.839 [INFO] In session is user: fletcherp 2024-11-01 08:01:04.161 [INFO] In session is user: fletcherp 2024-11-01 08:01:04.589 [INFO] In session is user: fletcherp 2024-11-01 08:01:04.923 [INFO] In session is user: fletcherp 2024-11-01 08:01:05.209 [INFO] In session is user: fletcherp 2024-11-01 08:01:05.537 [INFO] In session is user: fletcherp 2024-11-01 08:01:05.892 [INFO] In session is user: fletcherp 2024-11-01 08:01:06.212 [INFO] In session is user: fletcherp 2024-11-01 08:01:06.531 [INFO] In session is user: fletcherp 2024-11-01 08:01:06.842 [INFO] In session is user: fletcherp 2024-11-01 08:01:07.194 [INFO] In session is user: fletcherp 2024-11-01 08:01:07.468 [INFO] In session is user: fletcherp 2024-11-01 08:01:07.789 [INFO] In session is user: fletcherp 2024-11-01 08:01:08.121 [INFO] In session is user: fletcherp 2024-11-01 08:01:26.051 [INFO] In session is user: fletcherp 2024-11-01 08:01:26.410 [INFO] In session is user: fletcherp 2024-11-01 08:01:26.716 [INFO] In session is user: fletcherp 2024-11-01 08:01:27.059 [INFO] In session is user: fletcherp 2024-11-01 08:01:27.357 [INFO] In session is user: fletcherp 2024-11-01 08:01:27.678 [INFO] In session is user: fletcherp 2024-11-01 08:01:27.978 [INFO] In session is user: fletcherp 2024-11-01 08:01:28.259 [INFO] In session is user: fletcherp 2024-11-01 08:01:28.556 [INFO] In session is user: fletcherp 2024-11-01 08:01:28.851 [INFO] In session is user: fletcherp 2024-11-01 08:01:29.148 [INFO] In session is user: fletcherp 2024-11-01 08:01:29.436 [INFO] In session is user: fletcherp 2024-11-01 08:01:29.761 [INFO] In session is user: fletcherp 2024-11-01 08:01:30.075 [INFO] In session is user: fletcherp 2024-11-01 08:01:30.584 [INFO] In session is user: fletcherp 2024-11-01 08:01:31.025 [INFO] In session is user: fletcherp 2024-11-01 08:01:31.318 [INFO] In session is user: fletcherp 2024-11-01 08:01:31.629 [INFO] In session is user: fletcherp 2024-11-01 08:01:31.948 [INFO] In session is user: fletcherp 2024-11-01 08:01:32.242 [INFO] In session is user: fletcherp 2024-11-01 08:01:32.553 [INFO] In session is user: fletcherp 2024-11-01 08:01:32.832 [INFO] In session is user: fletcherp 2024-11-01 08:01:33.161 [INFO] In session is user: fletcherp 2024-11-01 08:01:33.466 [INFO] In session is user: fletcherp 2024-11-01 08:01:33.782 [INFO] In session is user: fletcherp 2024-11-01 08:01:34.057 [INFO] In session is user: fletcherp 2024-11-01 08:01:34.369 [INFO] In session is user: fletcherp 2024-11-01 08:01:34.695 [INFO] In session is user: fletcherp 2024-11-01 08:01:35.047 [INFO] In session is user: fletcherp 2024-11-01 08:01:35.381 [INFO] In session is user: fletcherp 2024-11-01 08:01:35.655 [INFO] In session is user: fletcherp 2024-11-01 08:01:35.935 [INFO] In session is user: fletcherp 2024-11-01 08:01:36.277 [INFO] In session is user: fletcherp 2024-11-01 08:01:36.598 [INFO] In session is user: fletcherp 2024-11-01 08:01:37.030 [INFO] In session is user: fletcherp 2024-11-01 08:01:37.343 [INFO] In session is user: fletcherp 2024-11-01 08:01:37.686 [INFO] In session is user: fletcherp 2024-11-01 08:01:38.072 [INFO] In session is user: fletcherp 2024-11-01 08:01:38.360 [INFO] In session is user: fletcherp 2024-11-01 08:01:38.669 [INFO] In session is user: fletcherp 2024-11-01 08:01:39.051 [INFO] In session is user: fletcherp 2024-11-01 08:01:39.394 [INFO] In session is user: fletcherp 2024-11-01 08:01:39.768 [INFO] In session is user: fletcherp 2024-11-01 08:01:40.079 [INFO] In session is user: fletcherp 2024-11-01 08:01:40.411 [INFO] In session is user: fletcherp 2024-11-01 08:01:40.739 [INFO] In session is user: fletcherp 2024-11-01 08:01:41.063 [INFO] In session is user: fletcherp 2024-11-01 08:01:41.441 [INFO] In session is user: fletcherp 2024-11-01 08:01:41.777 [INFO] In session is user: fletcherp 2024-11-01 08:01:42.060 [INFO] In session is user: fletcherp 2024-11-01 08:01:42.392 [INFO] In session is user: fletcherp 2024-11-01 08:01:42.722 [INFO] In session is user: fletcherp 2024-11-01 08:01:43.030 [INFO] In session is user: fletcherp 2024-11-01 08:01:43.321 [INFO] In session is user: fletcherp 2024-11-01 08:01:43.628 [INFO] In session is user: fletcherp 2024-11-01 08:01:43.945 [INFO] In session is user: fletcherp 2024-11-01 08:01:44.368 [INFO] In session is user: fletcherp 2024-11-01 08:01:44.647 [INFO] In session is user: fletcherp 2024-11-01 08:01:44.984 [INFO] In session is user: fletcherp 2024-11-01 08:01:45.418 [INFO] In session is user: fletcherp 2024-11-01 08:01:45.764 [INFO] In session is user: fletcherp 2024-11-01 08:01:46.093 [INFO] In session is user: fletcherp 2024-11-01 08:01:46.577 [INFO] In session is user: fletcherp 2024-11-01 08:01:46.936 [INFO] In session is user: fletcherp 2024-11-01 08:01:47.301 [INFO] In session is user: fletcherp 2024-11-01 08:01:47.640 [INFO] In session is user: fletcherp 2024-11-01 08:01:48.146 [INFO] In session is user: fletcherp 2024-11-01 08:01:48.507 [INFO] In session is user: fletcherp 2024-11-01 08:01:49.028 [INFO] In session is user: fletcherp 2024-11-01 08:01:49.398 [INFO] In session is user: fletcherp 2024-11-01 08:01:49.698 [INFO] In session is user: fletcherp 2024-11-01 08:01:50.118 [INFO] In session is user: fletcherp 2024-11-01 08:01:50.477 [INFO] In session is user: fletcherp 2024-11-01 08:01:50.861 [INFO] In session is user: fletcherp 2024-11-01 08:01:51.223 [INFO] In session is user: fletcherp 2024-11-01 08:01:51.782 [INFO] In session is user: fletcherp 2024-11-01 08:01:52.209 [INFO] In session is user: fletcherp 2024-11-01 08:01:52.507 [INFO] In session is user: fletcherp 2024-11-01 08:01:52.857 [INFO] In session is user: fletcherp 2024-11-01 08:01:53.311 [INFO] In session is user: fletcherp 2024-11-01 08:01:53.608 [INFO] In session is user: fletcherp 2024-11-01 08:01:53.914 [INFO] In session is user: fletcherp 2024-11-01 08:01:54.294 [INFO] In session is user: fletcherp 2024-11-01 08:01:54.594 [INFO] In session is user: fletcherp 2024-11-01 08:01:54.945 [INFO] In session is user: fletcherp 2024-11-01 08:01:55.331 [INFO] In session is user: fletcherp 2024-11-01 08:01:55.683 [INFO] In session is user: fletcherp 2024-11-01 08:01:56.022 [INFO] In session is user: fletcherp 2024-11-01 08:01:56.486 [INFO] In session is user: fletcherp 2024-11-01 08:01:56.905 [INFO] In session is user: fletcherp 2024-11-01 08:01:57.396 [INFO] In session is user: fletcherp 2024-11-01 08:01:57.737 [INFO] In session is user: fletcherp 2024-11-01 08:01:58.051 [INFO] In session is user: fletcherp 2024-11-01 08:01:58.437 [INFO] In session is user: fletcherp 2024-11-01 08:01:58.761 [INFO] In session is user: fletcherp 2024-11-01 08:01:59.082 [INFO] In session is user: fletcherp 2024-11-01 08:01:59.393 [INFO] In session is user: fletcherp 2024-11-01 08:01:59.679 [INFO] In session is user: fletcherp 2024-11-01 08:02:00.000 [INFO] In session is user: fletcherp 2024-11-01 08:02:00.274 [INFO] In session is user: fletcherp 2024-11-01 08:02:00.585 [INFO] In session is user: fletcherp 2024-11-01 08:02:00.887 [INFO] In session is user: fletcherp 2024-11-01 08:02:01.176 [INFO] In session is user: fletcherp 2024-11-01 08:02:01.499 [INFO] In session is user: fletcherp 2024-11-01 08:02:01.814 [INFO] In session is user: fletcherp 2024-11-01 08:02:02.181 [INFO] In session is user: fletcherp 2024-11-01 08:02:02.472 [INFO] In session is user: fletcherp 2024-11-01 08:02:02.781 [INFO] In session is user: fletcherp 2024-11-01 08:02:03.091 [INFO] In session is user: fletcherp 2024-11-01 08:02:03.425 [INFO] In session is user: fletcherp 2024-11-01 08:02:03.710 [INFO] In session is user: fletcherp 2024-11-01 08:02:04.019 [INFO] In session is user: fletcherp 2024-11-01 08:02:04.357 [INFO] In session is user: fletcherp 2024-11-01 08:02:04.635 [INFO] In session is user: fletcherp 2024-11-01 08:02:04.929 [INFO] In session is user: fletcherp 2024-11-01 08:02:05.237 [INFO] In session is user: fletcherp 2024-11-01 08:02:05.544 [INFO] In session is user: fletcherp 2024-11-01 08:02:05.878 [INFO] In session is user: fletcherp 2024-11-01 08:02:06.222 [INFO] In session is user: fletcherp 2024-11-01 08:02:06.539 [INFO] In session is user: fletcherp 2024-11-01 08:02:06.851 [INFO] In session is user: fletcherp 2024-11-01 08:02:07.143 [INFO] In session is user: fletcherp 2024-11-01 08:02:07.425 [INFO] In session is user: fletcherp 2024-11-01 08:02:07.778 [INFO] In session is user: fletcherp 2024-11-01 08:02:08.128 [INFO] In session is user: fletcherp 2024-11-01 08:02:08.463 [INFO] In session is user: fletcherp 2024-11-01 08:02:08.811 [INFO] In session is user: fletcherp 2024-11-01 08:02:09.156 [INFO] In session is user: fletcherp 2024-11-01 08:02:09.482 [INFO] In session is user: fletcherp 2024-11-01 08:02:09.800 [INFO] In session is user: fletcherp 2024-11-01 08:04:53.445 [INFO] In session is user: fletcherp 2024-11-01 08:04:53.876 [INFO] In session is user: fletcherp 2024-11-01 08:04:54.327 [INFO] In session is user: fletcherp 2024-11-01 08:04:54.646 [INFO] In session is user: fletcherp 2024-11-01 08:04:54.957 [INFO] In session is user: fletcherp 2024-11-01 08:04:55.431 [INFO] In session is user: fletcherp 2024-11-01 08:36:31.215 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-01 08:36:34.725 [INFO] [CreateClient] [jsoncustomer.php] [C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\SMECOLUM.txt]: {"id":"SMECOLUM","name":"Smed OPS LLC","address1":"4707 East Park 30 Drive","address2":"","city":"Columbia City","state":"IN","zip":"46725","country":"USA","discount_level":null,"date_opened":"","salesman":"JG","phone":"2604904107","cr_limit":"","Created":"11-01-2024","Segment":"EU","Lat":0.0,"Long":0.0,"Distance":"0","Territory":57,"web_id":0,"Type":"ST","Active":"Y","website":null,"UserId":"webadmin","JAS":"N","customer_email":"jmarino@haggard-stocking.com"} [{"json":{"results":"updated","type":"customer"}}] 2024-11-01 08:49:06.684 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223356-11012024084906.txt === {"quote":"223356","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMAHUNT","shiptoName":"Yamazen, Inc.","entry_date":"10-22-2024","cust_order_date":"10-22-2024","req_date":"12-03-2024","cust_po":"Lou Carman","terms_code":"N60","ship_via":"TRK","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Lou Carman","drop_po":"CNC180FA-M","status":"0","user":"stevel","conv_order":"","time":"14:55","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Lou Carman","follow_phone":"","follow_email":"loucarman@yamazen.com","pic_user":"stevel","total_amt":"21333.50","total_gp":"17430.73","total_gpm":"81.71","rev_type":"RT","mod_date":"11-01-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-22-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223356","line":"1","part":"CNC180FA-M","qty":"1","price":"16905.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223356","line":"2","part":"INSTALLATION-RT-CNC-NE","qty":"1","price":"9500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-01 08:50:07.675 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223426-11012024085007.txt === {"quote":"223426","customer":"13687","name":null,"customerName":"DMG Mori (IL)","comp":"01","open":"1","shipto":"ACPROCON","shiptoName":"Ace Precision Machining Corp.*P1","entry_date":"10-23-2024","cust_order_date":"10-23-2024","req_date":"12-04-2024","cust_po":"Phillip Kaye","terms_code":"N30","ship_via":"TRK","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Phillip Kaye","drop_po":"CNC401TFA-M","status":"0","user":"stevel","conv_order":"","time":"13:55","extra":"","follow_up":"11-05-2024","web_id":"","follow_name":"Phillip Kaye","follow_phone":"(414) 336-4571","follow_email":"pkaye@dmgmori-usa.com","pic_user":"stevel","total_amt":"50567.50","total_gp":"40320.99","total_gpm":"79.74","rev_type":"RT","mod_date":"11-01-2024","mod_time":null,"mod_user":"stevel","reason":"2","totalQty":"3","win_pct":"20","clo_date":null,"notes":[],"crmnotes":[{"comp":1,"quote":223426,"Line":0,"Comment":"11/01/2024 8:49 AM - stevel - EU decided to put off rotary table at this time"}],"items":[{"comp":"01","order":"223426","line":"1","part":"CNC401TFA-M","qty":"1","price":"32340.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"223426","line":"2","part":"AY0200","qty":"1","price":"4185.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223426","line":"3","part":"INSTALLATION-RT-HMC","qty":"1","price":"25000.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223426","Line":"3","Company":"1","F_Line":"1","Comment":"Installation includes drive unit short bar fiber","Loc":"Y"},{"Quote":"223426","Line":"3","Company":"1","F_Line":"2","Comment":"optic cable communications cable bulkhead cables","Loc":"Y"},{"Quote":"223426","Line":"3","Company":"1","F_Line":"3","Comment":"external cables sheet metal modifications parmeter","Loc":"Y"},{"Quote":"223426","Line":"3","Company":"1","F_Line":"4","Comment":"changes service time and travel.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-01 08:51:24.218 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222297-11012024085124.txt === {"quote":"222297","customer":"16790","name":null,"customerName":"Precision Tools Service Inc.","comp":"01","open":"0","shipto":"NTN","shiptoName":"NTN Driveshaft West Plant Inc.","entry_date":"09-30-2024","cust_order_date":"09-30-2024","req_date":"01-31-2025","cust_po":"SK13 Straight Shank Ext","terms_code":"N30","ship_via":"U-GND","ship_collect":"5022X1","drop_ship":"N","territory":"57","salesman":"CB","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"mirandag","conv_order":"","time":"13:34","extra":"","follow_up":"10-13-2024","web_id":"","follow_name":"Unknown","follow_phone":"","follow_email":"HarryK@lyndexnikken.com","pic_user":"harryk","total_amt":"617.71","total_gp":"539.79","total_gpm":"87.39","rev_type":"STD","mod_date":"11-01-2024","mod_time":null,"mod_user":"harryk","reason":"","totalQty":"5","win_pct":"20","clo_date":"11-05-2024","notes":[{"comp":"1","quote":"222297","line":"0","data":"09-30-2024 13:36 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222297,"Line":0,"Comment":"10/14/2024 4:16 PM - harryk - Req Date changed from 11/11/2024 to 01/31/2025 (Req Date Updated)"},{"comp":1,"quote":222297,"Line":1,"Comment":"10/21/2024 5:05 PM - harryk - Req Date changed from 01/31/2025 to 01/31/2025 (Req Date Updated)"},{"comp":1,"quote":222297,"Line":2,"Comment":"11/01/2024 8:50 AM - harryk - CLO changed from 10/30/2024 to 11/05/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222297","line":"1","part":"SPECIAL-TL-NIKKEN","qty":"1","price":"432.54","uom":"EA","discount":"0.00","req_date":"4 Months ADA","branch":"1"},{"comp":"01","order":"222297","line":"2","part":"SPECIAL-TL-NIKKEN","qty":"1","price":"28.29","uom":"EA","discount":"0.00","req_date":"4 Months ADA","branch":"1"},{"comp":"01","order":"222297","line":"3","part":"GH12","qty":"1","price":"95.66","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222297","line":"4","part":"SK13-7","qty":"1","price":"30.61","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222297","line":"5","part":"SK13-11","qty":"1","price":"30.61","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222297","Line":"1","Company":"1","F_Line":"1","Comment":"Part#: ST25-SK13-D34-64-G","Loc":"Y"},{"Quote":"222297","Line":"1","Company":"1","F_Line":"2","Comment":"SK13 Straight Shank Extension (short)","Loc":"Y"},{"Quote":"222297","Line":"1","Company":"1","F_Line":"3","Comment":"Qty Breaks: (NET)","Loc":"Y"},{"Quote":"222297","Line":"1","Company":"1","F_Line":"4","Comment":"10+ Pcs: $400.38/EA","Loc":"Y"},{"Quote":"222297","Line":"1","Company":"1","F_Line":"5","Comment":"20+ Pcs: $371.43/EA","Loc":"Y"},{"Quote":"222297","Line":"1","Company":"1","F_Line":"6","Comment":"50+ Pcs: $360.00/EA","Loc":"Y"},{"Quote":"222297","Line":"1","Company":"1","F_Line":"7","Comment":"100+ Pcs: $350.00/EA","Loc":"Y"},{"Quote":"222297","Line":"1","Company":"1","F_Line":"8","Comment":"*Lead time given as ADA - After Signed Drawing Approval","Loc":"Y"},{"Quote":"222297","Line":"2","Company":"1","F_Line":"1","Comment":"Part number: SKG-15S-D5.5T","Loc":"Y"},{"Quote":"222297","Line":"2","Company":"1","F_Line":"2","Comment":"Adjustment screw for ST25-SK13-D34-64-G","Loc":"Y"},{"Quote":"222297","Line":"2","Company":"1","F_Line":"3","Comment":"*Lead time given as ADA - After Signed Drawing Approval","Loc":"Y"}],"qcomms":[{"Quote":"222297","Line":"0","Comment":"These are non-standard stock items and considered"},{"Quote":"222297","Line":"1","Comment":"specials. Once a PO has been issued these items"},{"Quote":"222297","Line":"2","Comment":"cannot be cancelled or returned."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-01 08:51:26.101 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222297-11012024085125.txt === {"quote":"222297","customer":"16790","name":null,"customerName":"Precision Tools Service Inc.","comp":"01","open":"0","shipto":"NTN","shiptoName":"NTN Driveshaft West Plant Inc.","entry_date":"09-30-2024","cust_order_date":"09-30-2024","req_date":"01-31-2025","cust_po":"SK13 Straight Shank Ext","terms_code":"N30","ship_via":"U-GND","ship_collect":"5022X1","drop_ship":"N","territory":"57","salesman":"CB","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"mirandag","conv_order":"","time":"13:34","extra":"","follow_up":"11-05-2024","web_id":"","follow_name":"Unknown","follow_phone":"","follow_email":"HarryK@lyndexnikken.com","pic_user":"harryk","total_amt":"617.71","total_gp":"539.79","total_gpm":"87.39","rev_type":"STD","mod_date":"11-01-2024","mod_time":null,"mod_user":"harryk","reason":"","totalQty":"5","win_pct":"20","clo_date":"11-05-2024","notes":[{"comp":"1","quote":"222297","line":"0","data":"09-30-2024 13:36 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222297,"Line":0,"Comment":"10/14/2024 4:16 PM - harryk - Req Date changed from 11/11/2024 to 01/31/2025 (Req Date Updated)"},{"comp":1,"quote":222297,"Line":1,"Comment":"10/21/2024 5:05 PM - harryk - Req Date changed from 01/31/2025 to 01/31/2025 (Req Date Updated)"},{"comp":1,"quote":222297,"Line":2,"Comment":"11/01/2024 8:50 AM - harryk - CLO changed from 10/30/2024 to 11/05/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222297","line":"1","part":"SPECIAL-TL-NIKKEN","qty":"1","price":"432.54","uom":"EA","discount":"0.00","req_date":"4 Months ADA","branch":"1"},{"comp":"01","order":"222297","line":"2","part":"SPECIAL-TL-NIKKEN","qty":"1","price":"28.29","uom":"EA","discount":"0.00","req_date":"4 Months ADA","branch":"1"},{"comp":"01","order":"222297","line":"3","part":"GH12","qty":"1","price":"95.66","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222297","line":"4","part":"SK13-7","qty":"1","price":"30.61","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222297","line":"5","part":"SK13-11","qty":"1","price":"30.61","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222297","Line":"1","Company":"1","F_Line":"1","Comment":"Part#: ST25-SK13-D34-64-G","Loc":"Y"},{"Quote":"222297","Line":"1","Company":"1","F_Line":"2","Comment":"SK13 Straight Shank Extension (short)","Loc":"Y"},{"Quote":"222297","Line":"1","Company":"1","F_Line":"3","Comment":"Qty Breaks: (NET)","Loc":"Y"},{"Quote":"222297","Line":"1","Company":"1","F_Line":"4","Comment":"10+ Pcs: $400.38/EA","Loc":"Y"},{"Quote":"222297","Line":"1","Company":"1","F_Line":"5","Comment":"20+ Pcs: $371.43/EA","Loc":"Y"},{"Quote":"222297","Line":"1","Company":"1","F_Line":"6","Comment":"50+ Pcs: $360.00/EA","Loc":"Y"},{"Quote":"222297","Line":"1","Company":"1","F_Line":"7","Comment":"100+ Pcs: $350.00/EA","Loc":"Y"},{"Quote":"222297","Line":"1","Company":"1","F_Line":"8","Comment":"*Lead time given as ADA - After Signed Drawing Approval","Loc":"Y"},{"Quote":"222297","Line":"2","Company":"1","F_Line":"1","Comment":"Part number: SKG-15S-D5.5T","Loc":"Y"},{"Quote":"222297","Line":"2","Company":"1","F_Line":"2","Comment":"Adjustment screw for ST25-SK13-D34-64-G","Loc":"Y"},{"Quote":"222297","Line":"2","Company":"1","F_Line":"3","Comment":"*Lead time given as ADA - After Signed Drawing Approval","Loc":"Y"}],"qcomms":[{"Quote":"222297","Line":"0","Comment":"These are non-standard stock items and considered"},{"Quote":"222297","Line":"1","Comment":"specials. Once a PO has been issued these items"},{"Quote":"222297","Line":"2","Comment":"cannot be cancelled or returned."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-01 08:51:59.262 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223002-11012024085159.txt === {"quote":"223002","customer":"16790","name":null,"customerName":"Precision Tools Service Inc.","comp":"01","open":"0","shipto":"AISIMARI","shiptoName":"Aisin Light Metals LLC","entry_date":"10-15-2024","cust_order_date":"10-04-2024","req_date":"11-15-2024","cust_po":"EZ-SMARTT-V01","terms_code":"N30","ship_via":"U-GND","ship_collect":"5022X1","drop_ship":"N","territory":"57","salesman":"CB","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tomoyuki (Taj) Ichihara","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"12:23","extra":"","follow_up":"11-13-2024","web_id":"","follow_name":"Tomoyuki (Taj) Ichihara","follow_phone":"812-341-9590","follow_email":"tichihara@ptservice.com","pic_user":"harryk","total_amt":"3740.00","total_gp":"2533.60","total_gpm":"67.74","rev_type":"PCQC","mod_date":"11-01-2024","mod_time":null,"mod_user":"harryk","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"223002","line":"2","data":"aware."},{"comp":"1","quote":"223002","line":"1","data":"accidentally converted wrong quote. Made Miranda"},{"comp":"1","quote":"223002","line":"0","data":"10-15-2024 12:24-alyssah Dup q# 222568"}],"crmnotes":[{"comp":1,"quote":223002,"Line":0,"Comment":"10/21/2024 5:05 PM - harryk - CLO changed from 11/04/2024 to 11/30/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223002","line":"1","part":"EZ-SMARTT-V01","qty":"2","price":"1870.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-01 09:08:29.491 [INFO] In session is user: joshuav 2024-11-01 09:10:50.495 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\VMNED-2-3257.txt === {"customer":"VMNED","line":"A","dept":"M","name":"Robert Houston","title":"PS","phone":"847-495-3904","cell":"847-495-3904","fax":null,"email":"robert.houston@viantmedical.com","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3257,"password":null,"webenabled":null,"linkedin":null,"city":"Wheeling","state":"IL","address1":"140 East Hintz Road","address2":null,"zip":"60090","country":"USA","userid":"joshuav","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"ST","Active":"Y","lnrp":"N"} [{"json":{"results":"Contacts","type":"contacts","line":"2"}}] 2024-11-01 09:17:02.014 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221527-11012024091701.txt === {"quote":"221527","customer":"6465","name":null,"customerName":"Flint Machine Tools Inc.","comp":"01","open":"1","shipto":"FLINTMA","shiptoName":"Flint Machine Tools Inc.","entry_date":"09-16-2024","cust_order_date":"09-16-2024","req_date":"10-28-2024","cust_po":"cncb450 david smith sc","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"David Smith","drop_po":"","status":"0","user":"mattm","conv_order":"","time":"04:56","extra":"","follow_up":"10-26-2024","web_id":"","follow_name":"David Smith","follow_phone":"(864) 616-8470","follow_email":"davidsmith630@att.net","pic_user":"mattm","total_amt":"43824.50","total_gp":"30418.25","total_gpm":"69.41","rev_type":"RT","mod_date":"11-01-2024","mod_time":null,"mod_user":"mattm","reason":"2","totalQty":"2","win_pct":"20","clo_date":"10-26-2024","notes":[{"comp":"1","quote":"221527","line":"0","data":"09-16-2024 05:04 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221527,"Line":0,"Comment":"11/01/2024 10:16 AM - mattm - This project is extended out until 2025.\n\nI am going to close for now to clean up pipeline"},{"comp":1,"quote":221527,"Line":1,"Comment":"11/01/2024 10:17 AM - mattm - Closed"}],"items":[{"comp":"01","order":"221527","line":"1","part":"CNCB450FA-M","qty":"1","price":"49035.00","uom":"EA","discount":"30.00","req_date":"Ships 2-3 Weeks ARO","branch":"1"},{"comp":"01","order":"221527","line":"2","part":"INSTALLATION-RT-CNC-SE","qty":"1","price":"9500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-01 10:07:14.025 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.6468453438235, -83.9749507181103, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.6468453438235, -83.9749507181103, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1775328 second/s. 2024-11-01 10:47:57.767 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\SACSTOOL-0-3257.txt === {"customer":"SACSTOOL","line":"A","dept":"M","name":"Esteban Velazquez","title":"SM","phone":"55 2598 2321","cell":"55 2598 2321","fax":null,"email":"evelazquez@sacsatools.com","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3257,"password":null,"webenabled":null,"linkedin":null,"city":"Pedro Escobedo Queretaro","state":"MX","address1":"Ind. Agropecuaria Manzana 5 Lote 4","address2":null,"zip":"76246","country":"MX","userid":"luism","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"ST","Active":"Y","lnrp":"N"} [{"json":{"results":"Contacts","type":"contacts","line":"0"}}] 2024-11-01 10:54:27.167 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222369-11012024105426.txt === {"quote":"222369","customer":"2325","name":null,"customerName":"BlackHawk Industrial - Base Camp","comp":"01","open":"1","shipto":"BLKIL","shiptoName":"BlackHawk Industrial","entry_date":"10-01-2024","cust_order_date":"10-01-2024","req_date":"11-12-2024","cust_po":"OKL3-ER32Z","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"14:52","extra":"","follow_up":"11-01-2024","web_id":"","follow_name":"Michele Bailey","follow_phone":"309-691-9755","follow_email":"michele.bailey@bhid.com","pic_user":"jennad","total_amt":"1289.65","total_gp":"938.90","total_gpm":"72.80","rev_type":"LT","mod_date":"11-01-2024","mod_time":null,"mod_user":"jennad","reason":"2","totalQty":"3","win_pct":"20","clo_date":"11-01-2024","notes":[],"crmnotes":[{"comp":1,"quote":222369,"Line":0,"Comment":"10/21/2024 12:01 PM - jennad - Follow-Up: left Michelle B. em"}],"items":[{"comp":"01","order":"222369","line":"1","part":"OKL3-ER32Z","qty":"1","price":"1713.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222369","line":"2","part":"OK116-00700","qty":"1","price":"108.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222369","line":"3","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} 222369-CRM_Quote_UPDATE_FAILED_(LOCKED) [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-01 10:55:18.023 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222369-11012024105517.txt === {"quote":"222369","customer":"2325","name":null,"customerName":"BlackHawk Industrial - Base Camp","comp":"01","open":"1","shipto":"BLKIL","shiptoName":"BlackHawk Industrial","entry_date":"10-01-2024","cust_order_date":"10-01-2024","req_date":"11-12-2024","cust_po":"OKL3-ER32Z","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"14:52","extra":"","follow_up":"11-01-2024","web_id":"","follow_name":"Michele Bailey","follow_phone":"309-691-9755","follow_email":"michele.bailey@bhid.com","pic_user":"jennad","total_amt":"1289.65","total_gp":"938.90","total_gpm":"72.80","rev_type":"LT","mod_date":"11-01-2024","mod_time":null,"mod_user":"jennad","reason":"2","totalQty":"3","win_pct":"20","clo_date":"11-01-2024","notes":[],"crmnotes":[{"comp":1,"quote":222369,"Line":0,"Comment":"10/21/2024 12:01 PM - jennad - Follow-Up: left Michelle B. em"},{"comp":1,"quote":222369,"Line":1,"Comment":"11/01/2024 10:53 AM - jennad - Closed"},{"comp":1,"quote":222369,"Line":2,"Comment":"11/01/2024 10:53 AM - jennad - No f/u response from customer"}],"items":[{"comp":"01","order":"222369","line":"1","part":"OKL3-ER32Z","qty":"1","price":"1713.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222369","line":"2","part":"OK116-00700","qty":"1","price":"108.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222369","line":"3","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-01 11:36:33.484 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.9434251215492, -83.7548727502036, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.9434251215492, -83.7548727502036, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1882162 second/s. 2024-11-01 11:36:50.187 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.9434251215492, -83.7548727502036, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.9434251215492, -83.7548727502036, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1558877 second/s. 2024-11-01 11:37:05.701 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.9474835308538, -83.7515838761513, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.9474835308538, -83.7515838761513, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1951853 second/s. 2024-11-01 11:37:20.849 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.9474835308538, -83.7515838761513, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.9474835308538, -83.7515838761513, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 10 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3803728 second/s. 2024-11-01 12:59:47.600 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.6758461, -112.102462766667, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.6758461, -112.102462766667, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 50 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3034079 second/s. 2024-11-01 12:59:52.518 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.6758461, -112.102462766667, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.6758461, -112.102462766667, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2401826 second/s. 2024-11-01 13:42:12.134 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.2477874887763, -87.9789733739793, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.2477874887763, -87.9789733739793, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2301 second/s. 2024-11-01 14:16:32.405 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.6959782280429, -112.095308187415, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.6959782280429, -112.095308187415, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1671884 second/s. 2024-11-01 14:16:32.626 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.6959782280429, -112.095308187415, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.6959782280429, -112.095308187415, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1991299 second/s. 2024-11-01 14:26:45.261 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.2398638446279, -87.9579538945928, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.2398638446279, -87.9579538945928, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2500042 second/s. 2024-11-01 14:41:15.680 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.6952624180843, -112.09296936253, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.6952624180843, -112.09296936253, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2333436 second/s. 2024-11-01 14:57:17.928 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.1941630263274, -87.9337452818527, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.1941630263274, -87.9337452818527, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3576365 second/s. 2024-11-01 14:58:20.635 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.6952865341876, -112.093195438217, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.6952865341876, -112.093195438217, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 50 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2252709 second/s. 2024-11-01 15:13:43.428 [INFO] In session is user: aaronb 2024-11-01 15:13:43.854 [INFO] In session is user: aaronb 2024-11-01 15:13:44.361 [INFO] In session is user: aaronb 2024-11-01 15:13:45.160 [INFO] In session is user: aaronb 2024-11-01 15:13:45.762 [INFO] In session is user: aaronb 2024-11-01 15:21:34.359 [INFO] In session is user: aaronb 2024-11-01 15:21:35.479 [INFO] In session is user: aaronb 2024-11-01 15:21:36.140 [INFO] In session is user: aaronb 2024-11-01 15:21:36.772 [INFO] In session is user: aaronb 2024-11-01 15:21:37.813 [INFO] In session is user: aaronb 2024-11-01 15:21:38.500 [INFO] In session is user: aaronb 2024-11-01 15:21:39.359 [INFO] In session is user: aaronb 2024-11-01 15:21:40.291 [INFO] In session is user: aaronb 2024-11-01 15:21:40.937 [INFO] In session is user: aaronb 2024-11-01 15:21:41.814 [INFO] In session is user: aaronb 2024-11-01 15:21:42.546 [INFO] In session is user: aaronb 2024-11-01 15:21:43.263 [INFO] In session is user: aaronb 2024-11-01 15:21:44.044 [INFO] In session is user: aaronb 2024-11-01 15:21:45.349 [INFO] In session is user: aaronb 2024-11-01 15:21:47.189 [INFO] In session is user: aaronb 2024-11-01 15:21:48.127 [INFO] In session is user: aaronb 2024-11-01 15:21:49.630 [INFO] In session is user: aaronb 2024-11-01 15:21:50.638 [INFO] In session is user: aaronb 2024-11-01 15:21:51.330 [INFO] In session is user: aaronb 2024-11-01 15:21:52.132 [INFO] In session is user: aaronb 2024-11-01 15:21:52.779 [INFO] In session is user: aaronb 2024-11-01 15:21:53.448 [INFO] In session is user: aaronb 2024-11-01 15:21:54.392 [INFO] In session is user: aaronb 2024-11-01 15:21:55.339 [INFO] In session is user: aaronb 2024-11-01 15:21:55.986 [INFO] In session is user: aaronb 2024-11-01 15:21:56.514 [INFO] In session is user: aaronb 2024-11-01 15:21:57.235 [INFO] In session is user: aaronb 2024-11-01 15:21:57.910 [INFO] In session is user: aaronb 2024-11-01 15:21:58.865 [INFO] In session is user: aaronb 2024-11-01 15:21:59.667 [INFO] In session is user: aaronb 2024-11-01 15:22:00.146 [INFO] In session is user: aaronb 2024-11-01 15:22:00.950 [INFO] In session is user: aaronb 2024-11-01 15:22:01.786 [INFO] In session is user: aaronb 2024-11-01 15:22:02.675 [INFO] In session is user: aaronb 2024-11-01 15:22:03.358 [INFO] In session is user: aaronb 2024-11-01 15:22:03.986 [INFO] In session is user: aaronb 2024-11-01 15:22:04.919 [INFO] In session is user: aaronb 2024-11-01 15:22:05.561 [INFO] In session is user: aaronb 2024-11-01 15:22:06.192 [INFO] In session is user: aaronb 2024-11-01 15:22:06.832 [INFO] In session is user: aaronb 2024-11-01 15:22:07.553 [INFO] In session is user: aaronb 2024-11-01 15:22:08.451 [INFO] In session is user: aaronb 2024-11-01 15:22:09.085 [INFO] In session is user: aaronb 2024-11-01 15:22:09.841 [INFO] In session is user: aaronb 2024-11-01 15:22:10.702 [INFO] In session is user: aaronb 2024-11-01 15:22:11.848 [INFO] In session is user: aaronb 2024-11-01 15:22:12.641 [INFO] In session is user: aaronb 2024-11-01 15:22:13.581 [INFO] In session is user: aaronb 2024-11-01 15:22:14.203 [INFO] In session is user: aaronb 2024-11-01 15:22:14.853 [INFO] In session is user: aaronb 2024-11-01 15:22:15.393 [INFO] In session is user: aaronb 2024-11-01 15:22:16.147 [INFO] In session is user: aaronb 2024-11-01 15:22:16.710 [INFO] In session is user: aaronb 2024-11-01 15:22:17.505 [INFO] In session is user: aaronb 2024-11-01 15:22:18.071 [INFO] In session is user: aaronb 2024-11-01 15:22:19.098 [INFO] In session is user: aaronb 2024-11-01 15:22:19.669 [INFO] In session is user: aaronb 2024-11-01 15:22:20.536 [INFO] In session is user: aaronb 2024-11-01 15:22:21.584 [INFO] In session is user: aaronb 2024-11-01 15:22:22.531 [INFO] In session is user: aaronb 2024-11-01 15:22:23.151 [INFO] In session is user: aaronb 2024-11-01 15:22:23.799 [INFO] In session is user: aaronb 2024-11-01 15:22:24.652 [INFO] In session is user: aaronb 2024-11-01 15:22:25.418 [INFO] In session is user: aaronb 2024-11-01 15:22:26.035 [INFO] In session is user: aaronb 2024-11-01 15:22:26.695 [INFO] In session is user: aaronb 2024-11-01 15:22:27.654 [INFO] In session is user: aaronb 2024-11-01 15:22:28.601 [INFO] In session is user: aaronb 2024-11-01 15:22:29.246 [INFO] In session is user: aaronb 2024-11-01 15:22:29.886 [INFO] In session is user: aaronb 2024-11-01 15:22:30.543 [INFO] In session is user: aaronb 2024-11-01 15:22:31.191 [INFO] In session is user: aaronb 2024-11-01 15:22:31.797 [INFO] In session is user: aaronb 2024-11-01 15:22:32.468 [INFO] In session is user: aaronb 2024-11-01 15:22:33.074 [INFO] In session is user: aaronb 2024-11-01 15:22:33.811 [INFO] In session is user: aaronb 2024-11-01 15:22:34.390 [INFO] In session is user: aaronb 2024-11-01 15:22:35.176 [INFO] In session is user: aaronb 2024-11-01 15:22:36.014 [INFO] In session is user: aaronb 2024-11-01 15:22:36.684 [INFO] In session is user: aaronb 2024-11-01 15:22:37.659 [INFO] In session is user: aaronb 2024-11-01 15:22:38.584 [INFO] In session is user: aaronb 2024-11-01 15:22:39.486 [INFO] In session is user: aaronb 2024-11-01 15:22:40.176 [INFO] In session is user: aaronb 2024-11-01 15:22:40.758 [INFO] In session is user: aaronb 2024-11-01 15:22:41.459 [INFO] In session is user: aaronb 2024-11-01 15:22:42.541 [INFO] In session is user: aaronb 2024-11-01 15:22:43.472 [INFO] In session is user: aaronb 2024-11-01 15:22:44.008 [INFO] In session is user: aaronb 2024-11-01 15:22:44.932 [INFO] In session is user: aaronb 2024-11-01 15:22:45.606 [INFO] In session is user: aaronb 2024-11-01 15:22:46.302 [INFO] In session is user: aaronb 2024-11-01 15:22:46.879 [INFO] In session is user: aaronb 2024-11-01 15:22:47.824 [INFO] In session is user: aaronb 2024-11-01 15:22:48.596 [INFO] In session is user: aaronb 2024-11-01 15:22:49.677 [INFO] In session is user: aaronb 2024-11-01 15:22:50.447 [INFO] In session is user: aaronb 2024-11-01 15:22:51.508 [INFO] In session is user: aaronb 2024-11-01 15:22:52.302 [INFO] In session is user: aaronb 2024-11-01 15:22:53.006 [INFO] In session is user: aaronb 2024-11-01 15:22:53.917 [INFO] In session is user: aaronb 2024-11-01 15:22:54.589 [INFO] In session is user: aaronb 2024-11-01 15:22:55.198 [INFO] In session is user: aaronb 2024-11-01 15:22:55.811 [INFO] In session is user: aaronb 2024-11-01 15:22:56.552 [INFO] In session is user: aaronb 2024-11-01 15:22:57.462 [INFO] In session is user: aaronb 2024-11-01 15:22:58.421 [INFO] In session is user: aaronb 2024-11-01 15:23:00.396 [INFO] In session is user: aaronb 2024-11-01 15:23:01.239 [INFO] In session is user: aaronb 2024-11-01 15:23:01.828 [INFO] In session is user: aaronb 2024-11-01 15:23:02.467 [INFO] In session is user: aaronb 2024-11-01 15:23:03.085 [INFO] In session is user: aaronb 2024-11-01 15:23:03.768 [INFO] In session is user: aaronb 2024-11-01 15:44:55.384 [INFO] In session is user: aaronb 2024-11-01 15:44:55.853 [INFO] In session is user: aaronb 2024-11-01 15:44:56.358 [INFO] In session is user: aaronb 2024-11-01 15:44:56.909 [INFO] In session is user: aaronb 2024-11-01 15:44:57.412 [INFO] In session is user: aaronb 2024-11-01 15:44:58.022 [INFO] In session is user: aaronb 2024-11-01 15:44:58.501 [INFO] In session is user: aaronb 2024-11-01 15:44:59.096 [INFO] In session is user: aaronb 2024-11-01 15:44:59.589 [INFO] In session is user: aaronb 2024-11-01 15:45:00.050 [INFO] In session is user: aaronb 2024-11-01 15:45:00.527 [INFO] In session is user: aaronb 2024-11-01 15:45:01.007 [INFO] In session is user: aaronb 2024-11-01 15:45:01.502 [INFO] In session is user: aaronb 2024-11-01 15:45:01.917 [INFO] In session is user: aaronb 2024-11-01 15:45:02.385 [INFO] In session is user: aaronb 2024-11-01 15:45:02.617 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.6961167352082, -112.086022501533, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.6961167352082, -112.086022501533, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2002503 second/s. 2024-11-01 15:45:02.855 [INFO] In session is user: aaronb 2024-11-01 15:45:03.258 [INFO] In session is user: aaronb 2024-11-01 15:45:03.705 [INFO] In session is user: aaronb 2024-11-01 15:45:04.122 [INFO] In session is user: aaronb 2024-11-01 15:45:04.564 [INFO] In session is user: aaronb 2024-11-01 15:45:05.005 [INFO] In session is user: aaronb 2024-11-01 15:45:05.656 [INFO] In session is user: aaronb 2024-11-01 15:45:06.398 [INFO] In session is user: aaronb 2024-11-01 15:45:07.255 [INFO] In session is user: aaronb 2024-11-01 15:45:07.881 [INFO] In session is user: aaronb 2024-11-01 15:45:08.498 [INFO] In session is user: aaronb 2024-11-01 15:45:09.143 [INFO] In session is user: aaronb 2024-11-01 15:45:09.795 [INFO] In session is user: aaronb 2024-11-01 15:45:10.459 [INFO] In session is user: aaronb 2024-11-01 15:45:11.067 [INFO] In session is user: aaronb 2024-11-01 15:45:11.718 [INFO] In session is user: aaronb 2024-11-01 15:45:12.355 [INFO] In session is user: aaronb 2024-11-01 15:45:12.989 [INFO] In session is user: aaronb 2024-11-01 15:45:13.677 [INFO] In session is user: aaronb 2024-11-01 15:45:14.223 [INFO] In session is user: aaronb 2024-11-01 15:45:14.611 [INFO] In session is user: aaronb 2024-11-01 15:45:15.218 [INFO] In session is user: aaronb 2024-11-01 15:45:15.890 [INFO] In session is user: aaronb 2024-11-01 15:45:16.523 [INFO] In session is user: aaronb 2024-11-01 15:45:16.923 [INFO] In session is user: aaronb 2024-11-01 15:45:17.814 [INFO] In session is user: aaronb 2024-11-01 15:45:18.241 [INFO] In session is user: aaronb 2024-11-01 15:45:19.069 [INFO] In session is user: aaronb 2024-11-01 15:45:20.135 [INFO] In session is user: aaronb 2024-11-01 15:45:20.736 [INFO] In session is user: aaronb 2024-11-01 15:45:21.336 [INFO] In session is user: aaronb 2024-11-01 15:45:22.377 [INFO] In session is user: aaronb 2024-11-01 15:45:22.836 [INFO] In session is user: aaronb 2024-11-01 15:45:23.555 [INFO] In session is user: aaronb 2024-11-01 15:45:24.189 [INFO] In session is user: aaronb 2024-11-01 15:45:24.829 [INFO] In session is user: aaronb 2024-11-01 15:45:25.413 [INFO] In session is user: aaronb 2024-11-01 15:45:25.969 [INFO] In session is user: aaronb 2024-11-01 15:45:26.633 [INFO] In session is user: aaronb 2024-11-01 15:45:27.333 [INFO] In session is user: aaronb 2024-11-01 15:45:27.822 [INFO] In session is user: aaronb 2024-11-01 15:45:28.658 [INFO] In session is user: aaronb 2024-11-01 15:45:29.337 [INFO] In session is user: aaronb 2024-11-01 15:45:29.964 [INFO] In session is user: aaronb 2024-11-01 15:45:30.424 [INFO] In session is user: aaronb 2024-11-01 15:45:31.235 [INFO] In session is user: aaronb 2024-11-01 15:45:31.878 [INFO] In session is user: aaronb 2024-11-01 15:45:32.884 [INFO] In session is user: aaronb 2024-11-01 15:45:33.534 [INFO] In session is user: aaronb 2024-11-01 15:45:33.959 [INFO] In session is user: aaronb 2024-11-01 15:45:34.374 [INFO] In session is user: aaronb 2024-11-01 15:45:34.950 [INFO] In session is user: aaronb 2024-11-01 15:45:35.719 [INFO] In session is user: aaronb 2024-11-01 15:45:36.345 [INFO] In session is user: aaronb 2024-11-01 15:45:37.049 [INFO] In session is user: aaronb 2024-11-01 15:45:37.659 [INFO] In session is user: aaronb 2024-11-01 15:45:38.311 [INFO] In session is user: aaronb 2024-11-01 15:45:39.057 [INFO] In session is user: aaronb 2024-11-01 15:45:39.896 [INFO] In session is user: aaronb 2024-11-01 15:45:40.508 [INFO] In session is user: aaronb 2024-11-01 15:45:41.198 [INFO] In session is user: aaronb 2024-11-01 15:45:41.814 [INFO] In session is user: aaronb 2024-11-01 15:45:42.449 [INFO] In session is user: aaronb 2024-11-01 15:45:43.076 [INFO] In session is user: aaronb 2024-11-01 15:45:43.708 [INFO] In session is user: aaronb 2024-11-01 15:45:44.374 [INFO] In session is user: aaronb 2024-11-01 15:45:44.992 [INFO] In session is user: aaronb 2024-11-01 15:45:45.596 [INFO] In session is user: aaronb 2024-11-01 15:45:46.151 [INFO] In session is user: aaronb 2024-11-01 15:45:46.948 [INFO] In session is user: aaronb 2024-11-01 15:45:47.543 [INFO] In session is user: aaronb 2024-11-01 15:45:48.210 [INFO] In session is user: aaronb 2024-11-01 15:45:48.826 [INFO] In session is user: aaronb 2024-11-01 15:45:49.481 [INFO] In session is user: aaronb 2024-11-01 15:45:50.112 [INFO] In session is user: aaronb 2024-11-01 15:45:50.806 [INFO] In session is user: aaronb 2024-11-01 15:45:51.412 [INFO] In session is user: aaronb 2024-11-01 15:45:52.038 [INFO] In session is user: aaronb 2024-11-01 15:45:52.485 [INFO] In session is user: aaronb 2024-11-01 15:45:52.985 [INFO] In session is user: aaronb 2024-11-01 15:45:53.621 [INFO] In session is user: aaronb 2024-11-01 15:45:54.287 [INFO] In session is user: aaronb 2024-11-01 15:45:54.805 [INFO] In session is user: aaronb 2024-11-01 15:45:55.271 [INFO] In session is user: aaronb 2024-11-01 15:45:55.886 [INFO] In session is user: aaronb 2024-11-01 15:45:56.514 [INFO] In session is user: aaronb 2024-11-01 15:45:57.159 [INFO] In session is user: aaronb 2024-11-01 15:45:57.791 [INFO] In session is user: aaronb 2024-11-01 15:45:58.274 [INFO] In session is user: aaronb 2024-11-01 15:45:59.091 [INFO] In session is user: aaronb 2024-11-01 15:45:59.710 [INFO] In session is user: aaronb 2024-11-01 15:46:00.469 [INFO] In session is user: aaronb 2024-11-01 15:46:01.298 [INFO] In session is user: aaronb 2024-11-01 15:46:02.302 [INFO] In session is user: aaronb 2024-11-01 15:46:02.915 [INFO] In session is user: aaronb 2024-11-01 15:46:03.572 [INFO] In session is user: aaronb 2024-11-01 15:46:05.321 [INFO] In session is user: aaronb 2024-11-01 15:46:06.135 [INFO] In session is user: aaronb 2024-11-01 15:46:06.762 [INFO] In session is user: aaronb 2024-11-01 15:46:07.240 [INFO] In session is user: aaronb 2024-11-01 15:46:07.837 [INFO] In session is user: aaronb 2024-11-01 15:46:08.384 [INFO] In session is user: aaronb 2024-11-01 15:46:08.986 [INFO] In session is user: aaronb 2024-11-01 15:46:09.692 [INFO] In session is user: aaronb 2024-11-01 15:46:10.278 [INFO] In session is user: aaronb 2024-11-01 15:46:11.209 [INFO] In session is user: aaronb 2024-11-01 15:46:11.885 [INFO] In session is user: aaronb 2024-11-01 15:46:12.516 [INFO] In session is user: aaronb 2024-11-01 15:46:13.140 [INFO] In session is user: aaronb 2024-11-01 15:46:13.804 [INFO] In session is user: aaronb 2024-11-01 15:46:14.260 [INFO] In session is user: aaronb 2024-11-01 15:46:14.758 [INFO] In session is user: aaronb 2024-11-01 15:46:15.391 [INFO] In session is user: aaronb 2024-11-01 15:46:16.044 [INFO] In session is user: aaronb 2024-11-01 15:46:16.709 [INFO] In session is user: aaronb 2024-11-01 15:46:17.306 [INFO] In session is user: aaronb 2024-11-01 15:46:17.944 [INFO] In session is user: aaronb 2024-11-01 15:46:18.578 [INFO] In session is user: aaronb 2024-11-01 15:46:19.206 [INFO] In session is user: aaronb 2024-11-01 15:46:19.869 [INFO] In session is user: aaronb 2024-11-01 15:46:20.520 [INFO] In session is user: aaronb 2024-11-01 15:46:21.193 [INFO] In session is user: aaronb 2024-11-01 15:46:21.781 [INFO] In session is user: aaronb 2024-11-01 15:46:22.448 [INFO] In session is user: aaronb 2024-11-01 15:46:23.061 [INFO] In session is user: aaronb 2024-11-01 15:46:23.543 [INFO] In session is user: aaronb 2024-11-01 15:46:24.334 [INFO] In session is user: aaronb 2024-11-01 15:46:24.723 [INFO] In session is user: aaronb 2024-11-01 15:46:25.242 [INFO] In session is user: aaronb 2024-11-01 15:46:25.600 [INFO] In session is user: aaronb 2024-11-01 15:46:25.988 [INFO] In session is user: aaronb 2024-11-01 15:46:26.856 [INFO] In session is user: aaronb 2024-11-01 15:46:27.451 [INFO] In session is user: aaronb 2024-11-01 15:46:28.135 [INFO] In session is user: aaronb 2024-11-01 15:46:28.785 [INFO] In session is user: aaronb 2024-11-01 15:46:29.397 [INFO] In session is user: aaronb 2024-11-01 15:46:30.053 [INFO] In session is user: aaronb 2024-11-01 15:46:30.731 [INFO] In session is user: aaronb 2024-11-01 15:46:31.434 [INFO] In session is user: aaronb 2024-11-01 15:46:32.305 [INFO] In session is user: aaronb 2024-11-01 15:46:32.958 [INFO] In session is user: aaronb 2024-11-01 15:46:33.588 [INFO] In session is user: aaronb 2024-11-01 15:46:34.224 [INFO] In session is user: aaronb 2024-11-01 15:46:34.660 [INFO] In session is user: aaronb 2024-11-01 15:46:35.162 [INFO] In session is user: aaronb 2024-11-01 15:46:35.667 [INFO] In session is user: aaronb 2024-11-01 15:46:36.283 [INFO] In session is user: aaronb 2024-11-01 15:46:36.772 [INFO] In session is user: aaronb 2024-11-01 15:46:37.441 [INFO] In session is user: aaronb 2024-11-01 15:46:38.076 [INFO] In session is user: aaronb 2024-11-01 15:46:38.542 [INFO] In session is user: aaronb 2024-11-01 15:46:39.336 [INFO] In session is user: aaronb 2024-11-01 15:46:40.008 [INFO] In session is user: aaronb 2024-11-01 15:46:40.927 [INFO] In session is user: aaronb 2024-11-01 15:46:41.570 [INFO] In session is user: aaronb 2024-11-01 15:46:42.157 [INFO] In session is user: aaronb 2024-11-01 15:46:42.580 [INFO] In session is user: aaronb 2024-11-01 15:46:43.187 [INFO] In session is user: aaronb 2024-11-01 15:46:43.796 [INFO] In session is user: aaronb 2024-11-01 15:46:44.454 [INFO] In session is user: aaronb 2024-11-01 15:46:45.121 [INFO] In session is user: aaronb 2024-11-01 15:46:45.738 [INFO] In session is user: aaronb 2024-11-01 15:46:46.402 [INFO] In session is user: aaronb 2024-11-01 15:46:47.007 [INFO] In session is user: aaronb 2024-11-01 15:46:47.669 [INFO] In session is user: aaronb 2024-11-01 15:46:48.290 [INFO] In session is user: aaronb 2024-11-01 15:46:48.949 [INFO] In session is user: aaronb 2024-11-01 15:46:49.560 [INFO] In session is user: aaronb 2024-11-01 15:46:50.225 [INFO] In session is user: aaronb 2024-11-01 15:46:50.855 [INFO] In session is user: aaronb 2024-11-01 15:46:51.504 [INFO] In session is user: aaronb 2024-11-01 15:46:52.170 [INFO] In session is user: aaronb 2024-11-01 15:46:52.772 [INFO] In session is user: aaronb 2024-11-01 15:46:53.216 [INFO] In session is user: aaronb 2024-11-01 15:46:53.736 [INFO] In session is user: aaronb 2024-11-01 15:46:54.367 [INFO] In session is user: aaronb 2024-11-01 15:46:54.998 [INFO] In session is user: aaronb 2024-11-01 15:46:55.660 [INFO] In session is user: aaronb 2024-11-01 15:46:56.292 [INFO] In session is user: aaronb 2024-11-01 15:46:56.944 [INFO] In session is user: aaronb 2024-11-01 15:46:57.566 [INFO] In session is user: aaronb 2024-11-01 15:46:58.184 [INFO] In session is user: aaronb 2024-11-01 15:46:58.662 [INFO] In session is user: aaronb 2024-11-01 15:46:59.308 [INFO] In session is user: aaronb 2024-11-01 15:46:59.918 [INFO] In session is user: aaronb 2024-11-01 15:47:00.386 [INFO] In session is user: aaronb 2024-11-01 15:47:01.166 [INFO] In session is user: aaronb 2024-11-01 15:47:01.545 [INFO] In session is user: aaronb 2024-11-01 15:47:02.089 [INFO] In session is user: aaronb 2024-11-01 15:47:02.705 [INFO] In session is user: aaronb 2024-11-01 15:47:03.300 [INFO] In session is user: aaronb 2024-11-01 15:47:03.978 [INFO] In session is user: aaronb 2024-11-01 15:47:04.638 [INFO] In session is user: aaronb 2024-11-01 15:47:05.257 [INFO] In session is user: aaronb 2024-11-01 15:47:05.909 [INFO] In session is user: aaronb 2024-11-01 15:47:06.549 [INFO] In session is user: aaronb 2024-11-01 15:47:07.273 [INFO] In session is user: aaronb 2024-11-01 15:47:07.817 [INFO] In session is user: aaronb 2024-11-01 15:47:08.480 [INFO] In session is user: aaronb 2024-11-01 15:47:09.096 [INFO] In session is user: aaronb 2024-11-01 15:47:09.734 [INFO] In session is user: aaronb 2024-11-01 15:47:10.389 [INFO] In session is user: aaronb 2024-11-01 15:47:11.001 [INFO] In session is user: aaronb 2024-11-01 15:47:11.636 [INFO] In session is user: aaronb 2024-11-01 15:47:12.248 [INFO] In session is user: aaronb 2024-11-01 15:47:12.929 [INFO] In session is user: aaronb 2024-11-01 15:47:13.385 [INFO] In session is user: aaronb 2024-11-01 15:47:14.218 [INFO] In session is user: aaronb 2024-11-01 15:47:14.858 [INFO] In session is user: aaronb 2024-11-01 15:47:15.485 [INFO] In session is user: aaronb 2024-11-01 15:47:16.149 [INFO] In session is user: aaronb 2024-11-01 15:47:16.819 [INFO] In session is user: aaronb 2024-11-01 15:47:17.401 [INFO] In session is user: aaronb 2024-11-01 15:47:18.057 [INFO] In session is user: aaronb 2024-11-01 15:47:18.685 [INFO] In session is user: aaronb 2024-11-01 15:47:19.392 [INFO] In session is user: aaronb 2024-11-01 15:47:19.962 [INFO] In session is user: aaronb 2024-11-01 15:47:20.600 [INFO] In session is user: aaronb 2024-11-01 15:47:21.237 [INFO] In session is user: aaronb 2024-11-01 15:47:21.906 [INFO] In session is user: aaronb 2024-11-01 15:47:22.568 [INFO] In session is user: aaronb 2024-11-01 15:47:23.184 [INFO] In session is user: aaronb 2024-11-01 15:47:23.798 [INFO] In session is user: aaronb 2024-11-01 15:47:24.454 [INFO] In session is user: aaronb 2024-11-01 15:47:25.368 [INFO] In session is user: aaronb 2024-11-01 15:47:26.064 [INFO] In session is user: aaronb 2024-11-01 15:47:26.549 [INFO] In session is user: aaronb 2024-11-01 15:47:27.039 [INFO] In session is user: aaronb 2024-11-01 15:47:27.693 [INFO] In session is user: aaronb 2024-11-01 15:47:28.325 [INFO] In session is user: aaronb 2024-11-01 15:47:28.830 [INFO] In session is user: aaronb 2024-11-01 15:47:29.572 [INFO] In session is user: aaronb 2024-11-01 15:47:30.222 [INFO] In session is user: aaronb 2024-11-01 15:47:30.872 [INFO] In session is user: aaronb 2024-11-01 15:47:31.504 [INFO] In session is user: aaronb 2024-11-01 15:47:32.151 [INFO] In session is user: aaronb 2024-11-01 15:47:32.660 [INFO] In session is user: aaronb 2024-11-01 15:47:33.300 [INFO] In session is user: aaronb 2024-11-01 15:47:35.024 [INFO] In session is user: aaronb 2024-11-01 15:47:35.648 [INFO] In session is user: aaronb 2024-11-01 15:47:36.287 [INFO] In session is user: aaronb 2024-11-01 15:47:36.929 [INFO] In session is user: aaronb 2024-11-01 15:47:37.589 [INFO] In session is user: aaronb 2024-11-01 15:47:38.222 [INFO] In session is user: aaronb 2024-11-01 15:47:38.853 [INFO] In session is user: aaronb 2024-11-01 15:47:39.519 [INFO] In session is user: aaronb 2024-11-01 15:47:40.116 [INFO] In session is user: aaronb 2024-11-01 15:47:40.765 [INFO] In session is user: aaronb 2024-11-01 15:47:41.448 [INFO] In session is user: aaronb 2024-11-01 15:47:41.834 [INFO] In session is user: aaronb 2024-11-01 15:47:42.316 [INFO] In session is user: aaronb 2024-11-01 15:47:42.767 [INFO] In session is user: aaronb 2024-11-01 15:47:43.541 [INFO] In session is user: aaronb 2024-11-01 15:47:43.994 [INFO] In session is user: aaronb 2024-11-01 15:47:44.465 [INFO] In session is user: aaronb 2024-11-01 15:47:44.927 [INFO] In session is user: aaronb 2024-11-01 15:47:45.554 [INFO] In session is user: aaronb 2024-11-01 15:47:46.217 [INFO] In session is user: aaronb 2024-11-01 15:47:46.754 [INFO] In session is user: aaronb 2024-11-01 15:47:47.480 [INFO] In session is user: aaronb 2024-11-01 15:47:47.972 [INFO] In session is user: aaronb 2024-11-01 15:47:48.487 [INFO] In session is user: aaronb 2024-11-01 15:47:49.084 [INFO] In session is user: aaronb 2024-11-01 15:47:49.741 [INFO] In session is user: aaronb 2024-11-01 15:47:50.378 [INFO] In session is user: aaronb 2024-11-01 15:47:50.815 [INFO] In session is user: aaronb 2024-11-01 15:47:51.207 [INFO] In session is user: aaronb 2024-11-01 15:47:51.978 [INFO] In session is user: aaronb 2024-11-01 15:47:52.608 [INFO] In session is user: aaronb 2024-11-01 15:47:53.240 [INFO] In session is user: aaronb 2024-11-01 15:47:53.817 [INFO] In session is user: aaronb 2024-11-01 15:47:54.518 [INFO] In session is user: aaronb 2024-11-01 15:47:55.165 [INFO] In session is user: aaronb 2024-11-01 15:47:55.805 [INFO] In session is user: aaronb 2024-11-01 15:47:56.444 [INFO] In session is user: aaronb 2024-11-01 15:47:57.077 [INFO] In session is user: aaronb 2024-11-01 15:47:57.728 [INFO] In session is user: aaronb 2024-11-01 15:47:58.376 [INFO] In session is user: aaronb 2024-11-01 15:47:59.018 [INFO] In session is user: aaronb 2024-11-01 15:47:59.485 [INFO] In session is user: aaronb 2024-11-01 15:48:00.333 [INFO] In session is user: aaronb 2024-11-01 15:48:00.930 [INFO] In session is user: aaronb 2024-11-01 15:48:01.569 [INFO] In session is user: aaronb 2024-11-01 15:48:02.393 [INFO] In session is user: aaronb 2024-11-01 15:48:03.165 [INFO] In session is user: aaronb 2024-11-01 15:48:03.866 [INFO] In session is user: aaronb 2024-11-01 15:48:04.482 [INFO] In session is user: aaronb 2024-11-01 15:48:05.089 [INFO] In session is user: aaronb 2024-11-01 15:48:05.750 [INFO] In session is user: aaronb 2024-11-01 15:48:06.383 [INFO] In session is user: aaronb 2024-11-01 15:48:06.984 [INFO] In session is user: aaronb 2024-11-01 15:48:07.686 [INFO] In session is user: aaronb 2024-11-01 15:48:08.305 [INFO] In session is user: aaronb 2024-11-01 15:48:08.948 [INFO] In session is user: aaronb 2024-11-01 15:48:09.608 [INFO] In session is user: aaronb 2024-11-01 15:48:10.449 [INFO] In session is user: aaronb 2024-11-01 15:48:10.924 [INFO] In session is user: aaronb 2024-11-01 15:48:11.893 [INFO] In session is user: aaronb 2024-11-01 15:48:12.486 [INFO] In session is user: aaronb 2024-11-01 15:48:13.158 [INFO] In session is user: aaronb 2024-11-01 15:48:13.770 [INFO] In session is user: aaronb 2024-11-01 15:48:14.427 [INFO] In session is user: aaronb 2024-11-01 15:48:15.046 [INFO] In session is user: aaronb 2024-11-01 15:48:16.021 [INFO] In session is user: aaronb 2024-11-01 15:48:16.658 [INFO] In session is user: aaronb 2024-11-01 15:48:17.260 [INFO] In session is user: aaronb 2024-11-01 15:48:17.895 [INFO] In session is user: aaronb 2024-11-01 15:48:18.690 [INFO] In session is user: aaronb 2024-11-01 15:48:19.238 [INFO] In session is user: aaronb 2024-11-01 15:48:20.154 [INFO] In session is user: aaronb 2024-11-01 15:48:20.808 [INFO] In session is user: aaronb 2024-11-01 15:48:21.347 [INFO] In session is user: aaronb 2024-11-01 15:48:22.152 [INFO] In session is user: aaronb 2024-11-01 15:48:23.007 [INFO] In session is user: aaronb 2024-11-01 15:48:23.510 [INFO] In session is user: aaronb 2024-11-01 15:48:23.992 [INFO] In session is user: aaronb 2024-11-01 15:48:24.780 [INFO] In session is user: aaronb 2024-11-01 15:48:25.625 [INFO] In session is user: aaronb 2024-11-01 15:48:26.268 [INFO] In session is user: aaronb 2024-11-01 15:48:26.988 [INFO] In session is user: aaronb 2024-11-01 15:48:27.861 [INFO] In session is user: aaronb 2024-11-01 15:48:28.488 [INFO] In session is user: aaronb 2024-11-01 15:48:29.125 [INFO] In session is user: aaronb 2024-11-01 15:48:29.770 [INFO] In session is user: aaronb 2024-11-01 15:48:30.252 [INFO] In session is user: aaronb 2024-11-01 15:48:31.037 [INFO] In session is user: aaronb 2024-11-01 15:48:33.394 [INFO] In session is user: aaronb 2024-11-01 15:48:34.002 [INFO] In session is user: aaronb 2024-11-01 15:48:34.953 [INFO] In session is user: aaronb 2024-11-01 15:48:35.523 [INFO] In session is user: aaronb 2024-11-01 15:48:36.161 [INFO] In session is user: aaronb 2024-11-01 15:48:36.858 [INFO] In session is user: aaronb 2024-11-01 15:48:37.455 [INFO] In session is user: aaronb 2024-11-01 15:48:38.376 [INFO] In session is user: aaronb 2024-11-01 15:48:39.034 [INFO] In session is user: aaronb 2024-11-01 15:48:39.887 [INFO] In session is user: aaronb 2024-11-01 15:48:40.648 [INFO] In session is user: aaronb 2024-11-01 15:48:41.227 [INFO] In session is user: aaronb 2024-11-01 15:48:41.913 [INFO] In session is user: aaronb 2024-11-01 15:48:42.882 [INFO] In session is user: aaronb 2024-11-01 15:48:43.530 [INFO] In session is user: aaronb 2024-11-01 15:48:44.015 [INFO] In session is user: aaronb 2024-11-01 15:48:44.948 [INFO] In session is user: aaronb 2024-11-01 15:48:45.847 [INFO] In session is user: aaronb 2024-11-01 15:48:46.405 [INFO] In session is user: aaronb 2024-11-01 15:48:47.030 [INFO] In session is user: aaronb 2024-11-01 15:48:47.687 [INFO] In session is user: aaronb 2024-11-01 15:48:48.345 [INFO] In session is user: aaronb 2024-11-01 15:48:48.924 [INFO] In session is user: aaronb 2024-11-01 15:48:49.582 [INFO] In session is user: aaronb 2024-11-01 15:48:50.226 [INFO] In session is user: aaronb 2024-11-01 15:48:50.872 [INFO] In session is user: aaronb 2024-11-01 15:48:51.405 [INFO] In session is user: aaronb 2024-11-01 15:48:52.155 [INFO] In session is user: aaronb 2024-11-01 15:48:52.993 [INFO] In session is user: aaronb 2024-11-01 15:48:53.755 [INFO] In session is user: aaronb 2024-11-01 15:48:54.426 [INFO] In session is user: aaronb 2024-11-01 15:48:55.342 [INFO] In session is user: aaronb 2024-11-01 15:48:56.420 [INFO] In session is user: aaronb 2024-11-01 15:48:57.040 [INFO] In session is user: aaronb 2024-11-01 15:48:57.974 [INFO] In session is user: aaronb 2024-11-01 15:48:58.614 [INFO] In session is user: aaronb 2024-11-01 15:48:59.668 [INFO] In session is user: aaronb 2024-11-01 15:49:00.241 [INFO] In session is user: aaronb 2024-11-01 15:49:01.090 [INFO] In session is user: aaronb 2024-11-01 15:49:01.782 [INFO] In session is user: aaronb 2024-11-01 15:49:02.481 [INFO] In session is user: aaronb 2024-11-01 15:49:03.360 [INFO] In session is user: aaronb 2024-11-01 15:49:04.008 [INFO] In session is user: aaronb 2024-11-01 15:49:04.708 [INFO] In session is user: aaronb 2024-11-01 15:49:05.589 [INFO] In session is user: aaronb 2024-11-01 15:49:06.220 [INFO] In session is user: aaronb 2024-11-01 15:49:06.896 [INFO] In session is user: aaronb 2024-11-01 15:49:07.505 [INFO] In session is user: aaronb 2024-11-01 15:49:08.423 [INFO] In session is user: aaronb 2024-11-01 15:49:09.341 [INFO] In session is user: aaronb 2024-11-01 15:49:10.073 [INFO] In session is user: aaronb 2024-11-01 15:49:10.721 [INFO] In session is user: aaronb 2024-11-01 15:49:11.514 [INFO] In session is user: aaronb 2024-11-01 15:49:12.338 [INFO] In session is user: aaronb 2024-11-01 15:49:12.991 [INFO] In session is user: aaronb 2024-11-01 15:49:13.602 [INFO] In session is user: aaronb 2024-11-01 15:49:14.240 [INFO] In session is user: aaronb 2024-11-01 15:49:14.860 [INFO] In session is user: aaronb 2024-11-01 15:49:15.530 [INFO] In session is user: aaronb 2024-11-01 15:49:16.013 [INFO] In session is user: aaronb 2024-11-01 15:49:17.140 [INFO] In session is user: aaronb 2024-11-01 15:49:17.773 [INFO] In session is user: aaronb 2024-11-01 15:49:18.387 [INFO] In session is user: aaronb 2024-11-01 15:49:19.026 [INFO] In session is user: aaronb 2024-11-01 15:49:19.677 [INFO] In session is user: aaronb 2024-11-01 15:49:20.346 [INFO] In session is user: aaronb 2024-11-01 15:49:21.484 [INFO] In session is user: aaronb 2024-11-01 15:49:22.350 [INFO] In session is user: aaronb 2024-11-01 15:49:23.214 [INFO] In session is user: aaronb 2024-11-01 15:49:24.157 [INFO] In session is user: aaronb 2024-11-01 15:49:24.808 [INFO] In session is user: aaronb 2024-11-01 15:49:25.484 [INFO] In session is user: aaronb 2024-11-01 15:49:26.019 [INFO] In session is user: aaronb 2024-11-01 15:49:26.703 [INFO] In session is user: aaronb 2024-11-01 15:49:27.396 [INFO] In session is user: aaronb 2024-11-01 15:49:27.998 [INFO] In session is user: aaronb 2024-11-01 15:49:28.641 [INFO] In session is user: aaronb 2024-11-01 15:49:29.665 [INFO] In session is user: aaronb 2024-11-01 15:49:30.231 [INFO] In session is user: aaronb 2024-11-01 15:49:30.726 [INFO] In session is user: aaronb 2024-11-01 15:49:31.521 [INFO] In session is user: aaronb 2024-11-01 15:49:31.951 [INFO] In session is user: aaronb 2024-11-01 15:49:32.485 [INFO] In session is user: aaronb 2024-11-01 15:49:32.952 [INFO] In session is user: aaronb 2024-11-01 15:49:33.447 [INFO] In session is user: aaronb 2024-11-01 15:49:34.043 [INFO] In session is user: aaronb 2024-11-01 15:49:34.766 [INFO] In session is user: aaronb 2024-11-01 15:49:35.352 [INFO] In session is user: aaronb 2024-11-01 15:49:35.847 [INFO] In session is user: aaronb 2024-11-01 15:49:36.227 [INFO] In session is user: aaronb 2024-11-01 15:49:36.959 [INFO] In session is user: aaronb 2024-11-01 15:49:37.584 [INFO] In session is user: aaronb 2024-11-01 15:49:38.227 [INFO] In session is user: aaronb 2024-11-01 15:49:39.225 [INFO] In session is user: aaronb 2024-11-01 15:49:39.861 [INFO] In session is user: aaronb 2024-11-01 15:49:40.463 [INFO] In session is user: aaronb 2024-11-01 15:49:41.138 [INFO] In session is user: aaronb 2024-11-01 15:49:41.767 [INFO] In session is user: aaronb 2024-11-01 15:49:42.390 [INFO] In session is user: aaronb 2024-11-01 15:49:43.030 [INFO] In session is user: aaronb 2024-11-01 15:49:43.781 [INFO] In session is user: aaronb 2024-11-01 15:49:44.680 [INFO] In session is user: aaronb 2024-11-01 15:49:45.302 [INFO] In session is user: aaronb 2024-11-01 15:49:46.006 [INFO] In session is user: aaronb 2024-11-01 15:49:46.618 [INFO] In session is user: aaronb 2024-11-01 15:49:47.170 [INFO] In session is user: aaronb 2024-11-01 15:49:47.892 [INFO] In session is user: aaronb 2024-11-01 15:49:48.900 [INFO] In session is user: aaronb 2024-11-01 15:49:49.548 [INFO] In session is user: aaronb 2024-11-01 15:49:50.293 [INFO] In session is user: aaronb 2024-11-01 15:49:51.078 [INFO] In session is user: aaronb 2024-11-01 15:49:51.667 [INFO] In session is user: aaronb 2024-11-01 15:49:52.385 [INFO] In session is user: aaronb 2024-11-01 15:49:52.986 [INFO] In session is user: aaronb 2024-11-01 15:49:53.649 [INFO] In session is user: aaronb 2024-11-01 15:49:54.314 [INFO] In session is user: aaronb 2024-11-01 15:49:54.892 [INFO] In session is user: aaronb 2024-11-01 15:49:55.574 [INFO] In session is user: aaronb 2024-11-01 15:49:56.173 [INFO] In session is user: aaronb 2024-11-01 15:49:56.842 [INFO] In session is user: aaronb 2024-11-01 15:49:57.488 [INFO] In session is user: aaronb 2024-11-01 15:49:58.096 [INFO] In session is user: aaronb 2024-11-01 15:49:58.606 [INFO] In session is user: aaronb 2024-11-01 15:49:59.416 [INFO] In session is user: aaronb 2024-11-01 15:50:00.054 [INFO] In session is user: aaronb 2024-11-01 15:50:00.728 [INFO] In session is user: aaronb 2024-11-01 15:50:01.670 [INFO] In session is user: aaronb 2024-11-01 15:50:02.592 [INFO] In session is user: aaronb 2024-11-01 15:50:03.218 [INFO] In session is user: aaronb 2024-11-01 15:50:03.958 [INFO] In session is user: aaronb 2024-11-01 15:50:04.748 [INFO] In session is user: aaronb 2024-11-01 15:50:05.352 [INFO] In session is user: aaronb 2024-11-01 15:50:05.980 [INFO] In session is user: aaronb 2024-11-01 15:50:06.623 [INFO] In session is user: aaronb 2024-11-01 15:50:07.277 [INFO] In session is user: aaronb 2024-11-01 15:50:07.843 [INFO] In session is user: aaronb 2024-11-01 15:50:08.254 [INFO] In session is user: aaronb 2024-11-01 15:50:08.955 [INFO] In session is user: aaronb 2024-11-01 15:50:09.605 [INFO] In session is user: aaronb 2024-11-01 15:50:10.231 [INFO] In session is user: aaronb 2024-11-01 15:50:10.882 [INFO] In session is user: aaronb 2024-11-01 15:50:11.513 [INFO] In session is user: aaronb 2024-11-01 15:50:12.152 [INFO] In session is user: aaronb 2024-11-01 15:50:12.791 [INFO] In session is user: aaronb 2024-11-01 15:50:13.456 [INFO] In session is user: aaronb 2024-11-01 15:50:14.068 [INFO] In session is user: aaronb 2024-11-01 15:50:14.715 [INFO] In session is user: aaronb 2024-11-01 15:50:15.345 [INFO] In session is user: aaronb 2024-11-01 15:50:15.992 [INFO] In session is user: aaronb 2024-11-01 15:50:16.627 [INFO] In session is user: aaronb 2024-11-01 15:50:17.305 [INFO] In session is user: aaronb 2024-11-01 15:50:17.927 [INFO] In session is user: aaronb 2024-11-01 15:50:18.392 [INFO] In session is user: aaronb 2024-11-01 15:50:19.197 [INFO] In session is user: aaronb 2024-11-01 15:50:19.841 [INFO] In session is user: aaronb 2024-11-01 15:50:20.465 [INFO] In session is user: aaronb 2024-11-01 15:50:21.106 [INFO] In session is user: aaronb 2024-11-01 15:50:21.770 [INFO] In session is user: aaronb 2024-11-01 15:50:22.385 [INFO] In session is user: aaronb 2024-11-01 15:50:22.786 [INFO] In session is user: aaronb 2024-11-01 15:50:23.368 [INFO] In session is user: aaronb 2024-11-01 15:50:23.982 [INFO] In session is user: aaronb 2024-11-01 15:51:08.766 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223002-11012024155108.txt === {"quote":"223002","customer":"16790","name":null,"customerName":"Precision Tools Service Inc.","comp":"01","open":"0","shipto":"AISIMARI","shiptoName":"Aisin Light Metals LLC","entry_date":"10-15-2024","cust_order_date":"10-04-2024","req_date":"12-20-2024","cust_po":"EZ-SMARTT-V01","terms_code":"N30","ship_via":"U-GND","ship_collect":"5022X1","drop_ship":"N","territory":"57","salesman":"CB","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tomoyuki (Taj) Ichihara","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"12:23","extra":"","follow_up":"11-13-2024","web_id":"","follow_name":"Tomoyuki (Taj) Ichihara","follow_phone":"812-341-9590","follow_email":"tichihara@ptservice.com","pic_user":"harryk","total_amt":"3740.00","total_gp":"2533.60","total_gpm":"67.74","rev_type":"PCQC","mod_date":"11-01-2024","mod_time":null,"mod_user":"harryk","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"223002","line":"2","data":"aware."},{"comp":"1","quote":"223002","line":"1","data":"accidentally converted wrong quote. Made Miranda"},{"comp":"1","quote":"223002","line":"0","data":"10-15-2024 12:24-alyssah Dup q# 222568"}],"crmnotes":[{"comp":1,"quote":223002,"Line":0,"Comment":"10/21/2024 5:05 PM - harryk - CLO changed from 11/04/2024 to 11/30/2024 (CLO Date Updated)"},{"comp":1,"quote":223002,"Line":1,"Comment":"11/01/2024 8:51 AM - harryk - F/U changed from 10/25/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223002,"Line":2,"Comment":"11/01/2024 3:50 PM - harryk - Req Date changed from 11/15/2024 to 12/20/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223002","line":"1","part":"EZ-SMARTT-V01","qty":"2","price":"1870.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-01 16:40:12.499 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222178-11012024164010.txt === {"quote":"222178","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"1","shipto":"KEYSPEPP","shiptoName":"Keystone Precision Inc.","entry_date":"09-26-2024","cust_order_date":"10-30-2024","req_date":"11-05-2024","cust_po":"NCAT40-ER Tooling","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"TD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Angie Ibarra","drop_po":"Prince Industries, IL","status":"0","user":"joshuav","conv_order":"","time":"15:55","extra":"","follow_up":"10-26-2024","web_id":"","follow_name":"Angie Ibarra","follow_phone":"847-882-9056","follow_email":"angieibarra@yamazen.com","pic_user":"cindyt","total_amt":"158367.62","total_gp":"82370.82","total_gpm":"52.01","rev_type":"STD","mod_date":"11-01-2024","mod_time":null,"mod_user":"cindyt","reason":"4","totalQty":"1652","win_pct":"20","clo_date":"10-29-2024","notes":[{"comp":"1","quote":"222178","line":"2","data":"09-26-2024 16:24 - Discounts Recalculated QS"},{"comp":"1","quote":"222178","line":"1","data":"09-26-2024 16:20 - Discounts Recalculated QS"},{"comp":"1","quote":"222178","line":"0","data":"09-26-2024 16:18 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222178,"Line":0,"Comment":"09/30/2024 10:59 AM - joshuav - F/U changed from 10/02/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222178,"Line":1,"Comment":"09/30/2024 10:59 AM - joshuav - CLO changed from 10/26/2024 to 12/28/2024 (CLO Date Updated)"},{"comp":1,"quote":222178,"Line":2,"Comment":"09/30/2024 10:59 AM - joshuav - Req Date changed from 11/07/2024 to 01/04/2025 (Req Date Updated)"},{"comp":1,"quote":222178,"Line":3,"Comment":"11/01/2024 4:38 PM - cindyt - Encounter has been added"}],"items":[{"comp":"01","order":"222178","line":"2","part":"NC4007-0032-3.13G","qty":"100","price":"322.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222178","line":"3","part":"NC4007-0032-5.00G","qty":"30","price":"357.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222178","line":"4","part":"NC4007-0016-2.25G","qty":"400","price":"311.00","uom":"EA","discount":"50.00","req_date":"57 Stk","branch":"1"},{"comp":"01","order":"222178","line":"5","part":"NC4007-0016-6.00G","qty":"200","price":"383.00","uom":"EA","discount":"50.00","req_date":"172 Stk","branch":"1"},{"comp":"01","order":"222178","line":"6","part":"NC4006-0500-2.50CP","qty":"25","price":"268.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222178","line":"7","part":"NC4006-1000-4.00CP","qty":"15","price":"273.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222178","line":"8","part":"NC4001-0750-1.75CP","qty":"4","price":"307.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222178","line":"9","part":"NC4001-1000-4.00CP","qty":"4","price":"330.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222178","line":"10","part":"C4006-0375-2.50","qty":"20","price":"118.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222178","line":"11","part":"NC4006-0500-2.50CP","qty":"10","price":"268.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222178","line":"16","part":"E32-032","qty":"12","price":"52.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222178","line":"17","part":"E32-040","qty":"12","price":"52.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222178","line":"18","part":"E32-048","qty":"12","price":"52.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222178","line":"19","part":"E32-024","qty":"12","price":"52.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222178","line":"20","part":"E32-028","qty":"12","price":"52.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222178","line":"21","part":"E32-SET-21","qty":"3","price":"1092.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222178","line":"22","part":"E16-SET-12","qty":"6","price":"512.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222178","line":"23","part":"E16-SET-09-MM","qty":"6","price":"382.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222178","line":"24","part":"E16-008(C)","qty":"200","price":"71.00","uom":"EA","discount":"47.00","req_date":"103 Stk","branch":"1"},{"comp":"01","order":"222178","line":"25","part":"E16-012(C)","qty":"50","price":"71.00","uom":"EA","discount":"47.00","req_date":"44 Stk","branch":"1"},{"comp":"01","order":"222178","line":"26","part":"E16-010(C)","qty":"50","price":"71.00","uom":"EA","discount":"47.00","req_date":"23 Stk","branch":"1"},{"comp":"01","order":"222178","line":"27","part":"E16-020(C)","qty":"15","price":"71.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222178","line":"28","part":"E16-006(C)","qty":"25","price":"71.00","uom":"EA","discount":"47.00","req_date":"10 Stk","branch":"1"},{"comp":"01","order":"222178","line":"29","part":"E16-004","qty":"25","price":"46.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222178","line":"30","part":"E16-024(C)","qty":"50","price":"71.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222178","line":"31","part":"E16-018(C)","qty":"12","price":"71.00","uom":"EA","discount":"47.00","req_date":"10 Stk","branch":"1"},{"comp":"01","order":"222178","line":"32","part":"E16-014(C)","qty":"12","price":"71.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222178","line":"33","part":"SPECIAL-TL","qty":"30","price":"0.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222178","line":"38","part":"C40-6000(H)-EU","qty":"300","price":"32.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222178","Line":"10","Company":"1","F_Line":"1","Comment":"This tool does not come in Dual Contact / Taper Plus.","Loc":"Y"},{"Quote":"222178","Line":"29","Company":"1","F_Line":"1","Comment":"This collet does not come with coolant thru.","Loc":"Y"},{"Quote":"222178","Line":"33","Company":"1","F_Line":"1","Comment":"NCAT40 DualContact ER32 Collet Chuck Smooth Bearing Nut","Loc":"Y"},{"Quote":"222178","Line":"33","Company":"1","F_Line":"2","Comment":"Chip Hole w/1.10 Gage Length","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":29}}] 2024-11-01 16:42:03.225 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222364-11012024164202.txt === {"quote":"222364","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"1","shipto":"KEYSPEPP","shiptoName":"Keystone Precision Inc.","entry_date":"10-01-2024","cust_order_date":"10-30-2024","req_date":"11-05-2024","cust_po":"NCAT40 SK Tooling","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"TD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Angie Ibarra","drop_po":"Prince Industries, IL","status":"0","user":"joshuav","conv_order":"","time":"14:38","extra":"","follow_up":"10-26-2024","web_id":"","follow_name":"Angie Ibarra","follow_phone":"847-882-9056","follow_email":"angieibarra@yamazen.com","pic_user":"cindyt","total_amt":"33836.58","total_gp":"21536.41","total_gpm":"63.65","rev_type":"ADV","mod_date":"11-01-2024","mod_time":null,"mod_user":"cindyt","reason":"4","totalQty":"434","win_pct":"20","clo_date":"10-29-2024","notes":[{"comp":"1","quote":"222364","line":"2","data":"10-01-2024 15:13 - Discounts Recalculated QS"},{"comp":"1","quote":"222364","line":"1","data":"10-01-2024 15:12 - Discounts Recalculated QS"},{"comp":"1","quote":"222364","line":"0","data":"10-01-2024 15:03 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222364,"Line":0,"Comment":"11/01/2024 4:40 PM - cindyt - Encounter has been added"}],"items":[{"comp":"01","order":"222364","line":"1","part":"NCAT40-SK20C-65U-IDU","qty":"100","price":"463.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222364","line":"2","part":"NCAT40-SK20C-90U-IDU","qty":"1","price":"478.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222364","line":"3","part":"NCAT40-SK10C-60U-IDU","qty":"2","price":"408.00","uom":"EA","discount":"47.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222364","line":"4","part":"NCAT40-SK10C-90U-IDU","qty":"2","price":"414.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222364","line":"5","part":"NCAT40-SK10C-120U-IDU","qty":"1","price":"432.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222364","line":"6","part":"NCAT40-C1-85U-IDU","qty":"1","price":"584.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222364","line":"7","part":"NCAT40-C3/4-70U-IDU","qty":"1","price":"562.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222364","line":"8","part":"NCAT40-C3/4-105U-IDU","qty":"1","price":"565.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222364","line":"9","part":"SK20-1/2A","qty":"1","price":"88.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222364","line":"10","part":"SK20-5/8A","qty":"1","price":"88.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222364","line":"11","part":"SK20-3/4A","qty":"1","price":"88.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222364","line":"12","part":"SK20-7/16A","qty":"1","price":"88.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222364","line":"13","part":"SK20-3/8A","qty":"1","price":"88.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222364","line":"14","part":"SK20-SET-10-A","qty":"1","price":"877.00","uom":"ST","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222364","line":"15","part":"SK10-SET-05-A","qty":"1","price":"335.00","uom":"ST","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222364","line":"16","part":"SK10-SET-19-MM","qty":"1","price":"1329.00","uom":"ST","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222364","line":"17","part":"SK10-5/16A","qty":"1","price":"67.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222364","line":"18","part":"SK10-4","qty":"1","price":"67.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222364","line":"19","part":"SK10-3.5","qty":"1","price":"67.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222364","line":"20","part":"SK10-2.25","qty":"1","price":"81.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222364","line":"21","part":"SK10-2.5","qty":"1","price":"81.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222364","line":"22","part":"SK10-1.25","qty":"1","price":"123.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222364","line":"23","part":"SK10-1.5","qty":"1","price":"117.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222364","line":"24","part":"SK10-1.75","qty":"1","price":"117.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222364","line":"25","part":"SK10-3/8A","qty":"1","price":"67.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222364","line":"26","part":"SK10-6.5","qty":"1","price":"67.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222364","line":"27","part":"SK10-7","qty":"1","price":"67.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222364","line":"28","part":"SK10-7.5","qty":"1","price":"67.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222364","line":"29","part":"SK10-5","qty":"1","price":"67.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222364","line":"30","part":"SK10-5.5","qty":"1","price":"67.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222364","line":"31","part":"C40-6000(H)-EU","qty":"300","price":"32.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222364","line":"32","part":"SKL-10","qty":"1","price":"31.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222364","line":"33","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222364","line":"34","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":34}}] 2024-11-01 16:43:01.615 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222916-11012024164301.txt === {"quote":"222916","customer":"18407","name":null,"customerName":"Remco Supply, Inc.","comp":"01","open":"0","shipto":"BRYANTOO","shiptoName":"Bryan Tool & Machining Inc","entry_date":"10-14-2024","cust_order_date":"11-02-2024","req_date":"11-07-2024","cust_po":"C40 Angle Heads","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"AM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Wayne Gosnell","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"09:15","extra":"","follow_up":"11-22-2024","web_id":"","follow_name":"Wayne Gosnell","follow_phone":"540-255-6207","follow_email":"wgosnell@verizon.net","pic_user":"cindyt","total_amt":"23151.72","total_gp":"12437.51","total_gpm":"53.72","rev_type":"ADV","mod_date":"11-01-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"9","win_pct":"20","clo_date":"11-01-2024","notes":[{"comp":"1","quote":"222916","line":"2","data":"and may request price for 5~6 heads."},{"comp":"1","quote":"222916","line":"1","data":"Tool will probably just choose one of these"},{"comp":"1","quote":"222916","line":"0","data":"10-14-2024 14:07-cindyt: Ok per Tim R and Bryan"}],"crmnotes":[],"items":[{"comp":"01","order":"222916","line":"1","part":"C40RAM-ER32-180-65TP","qty":"1","price":"9404.00","uom":"EA","discount":"22.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222916","line":"2","part":"C40RAM-ER32-180TS-65TP","qty":"1","price":"9631.00","uom":"EA","discount":"22.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222916","line":"3","part":"C40RAM-MI50-180-65TP","qty":"1","price":"8724.00","uom":"EA","discount":"22.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222916","line":"4","part":"MI50-ER32I","qty":"1","price":"688.00","uom":"EA","discount":"22.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222916","line":"5","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222916","line":"6","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222916","line":"7","part":"MI50-ER32","qty":"1","price":"641.00","uom":"EA","discount":"22.00","req_date":"ETA to L-N 10-21","branch":"1"},{"comp":"01","order":"222916","line":"8","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222916","line":"9","part":"PB-RAN40-HAAS-MODULAR","qty":"1","price":"448.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":9}}] 2024-11-01 16:43:12.738 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222916-11012024164312.txt === {"quote":"222916","customer":"18407","name":null,"customerName":"Remco Supply, Inc.","comp":"01","open":"0","shipto":"BRYANTOO","shiptoName":"Bryan Tool & Machining Inc","entry_date":"10-14-2024","cust_order_date":"11-02-2024","req_date":"11-07-2024","cust_po":"C40 Angle Heads","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"AM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Wayne Gosnell","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"09:15","extra":"","follow_up":"11-22-2024","web_id":"","follow_name":"Wayne Gosnell","follow_phone":"540-255-6207","follow_email":"wgosnell@verizon.net","pic_user":"cindyt","total_amt":"23151.72","total_gp":"12437.51","total_gpm":"53.72","rev_type":"ADV","mod_date":"11-01-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"9","win_pct":"20","clo_date":"11-28-2024","notes":[{"comp":"1","quote":"222916","line":"2","data":"and may request price for 5~6 heads."},{"comp":"1","quote":"222916","line":"1","data":"Tool will probably just choose one of these"},{"comp":"1","quote":"222916","line":"0","data":"10-14-2024 14:07-cindyt: Ok per Tim R and Bryan"}],"crmnotes":[{"comp":1,"quote":222916,"Line":0,"Comment":"11/01/2024 4:42 PM - cindyt - F/U changed from 10/27/2024 to 11/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222916,"Line":1,"Comment":"11/01/2024 4:42 PM - cindyt - CLO changed from 11/01/2024 to 11/28/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222916","line":"1","part":"C40RAM-ER32-180-65TP","qty":"1","price":"9404.00","uom":"EA","discount":"22.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222916","line":"2","part":"C40RAM-ER32-180TS-65TP","qty":"1","price":"9631.00","uom":"EA","discount":"22.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222916","line":"3","part":"C40RAM-MI50-180-65TP","qty":"1","price":"8724.00","uom":"EA","discount":"22.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222916","line":"4","part":"MI50-ER32I","qty":"1","price":"688.00","uom":"EA","discount":"22.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222916","line":"5","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222916","line":"6","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222916","line":"7","part":"MI50-ER32","qty":"1","price":"641.00","uom":"EA","discount":"22.00","req_date":"ETA to L-N 10-21","branch":"1"},{"comp":"01","order":"222916","line":"8","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222916","line":"9","part":"PB-RAN40-HAAS-MODULAR","qty":"1","price":"448.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":9}}] 2024-11-01 16:43:24.269 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222916-11012024164324.txt === {"quote":"222916","customer":"18407","name":null,"customerName":"Remco Supply, Inc.","comp":"01","open":"0","shipto":"BRYANTOO","shiptoName":"Bryan Tool & Machining Inc","entry_date":"10-14-2024","cust_order_date":"11-02-2024","req_date":"11-29-2024","cust_po":"C40 Angle Heads","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"AM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Wayne Gosnell","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"09:15","extra":"","follow_up":"11-22-2024","web_id":"","follow_name":"Wayne Gosnell","follow_phone":"540-255-6207","follow_email":"wgosnell@verizon.net","pic_user":"cindyt","total_amt":"23151.72","total_gp":"12437.51","total_gpm":"53.72","rev_type":"ADV","mod_date":"11-01-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"9","win_pct":"20","clo_date":"11-28-2024","notes":[{"comp":"1","quote":"222916","line":"2","data":"and may request price for 5~6 heads."},{"comp":"1","quote":"222916","line":"1","data":"Tool will probably just choose one of these"},{"comp":"1","quote":"222916","line":"0","data":"10-14-2024 14:07-cindyt: Ok per Tim R and Bryan"}],"crmnotes":[{"comp":1,"quote":222916,"Line":0,"Comment":"11/01/2024 4:42 PM - cindyt - F/U changed from 10/27/2024 to 11/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222916,"Line":1,"Comment":"11/01/2024 4:42 PM - cindyt - CLO changed from 11/01/2024 to 11/28/2024 (CLO Date Updated)"},{"comp":1,"quote":222916,"Line":2,"Comment":"11/01/2024 4:42 PM - cindyt - Req Date changed from 11/07/2024 to 11/29/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222916","line":"1","part":"C40RAM-ER32-180-65TP","qty":"1","price":"9404.00","uom":"EA","discount":"22.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222916","line":"2","part":"C40RAM-ER32-180TS-65TP","qty":"1","price":"9631.00","uom":"EA","discount":"22.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222916","line":"3","part":"C40RAM-MI50-180-65TP","qty":"1","price":"8724.00","uom":"EA","discount":"22.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222916","line":"4","part":"MI50-ER32I","qty":"1","price":"688.00","uom":"EA","discount":"22.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222916","line":"5","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222916","line":"6","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222916","line":"7","part":"MI50-ER32","qty":"1","price":"641.00","uom":"EA","discount":"22.00","req_date":"ETA to L-N 10-21","branch":"1"},{"comp":"01","order":"222916","line":"8","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222916","line":"9","part":"PB-RAN40-HAAS-MODULAR","qty":"1","price":"448.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":9}}] 2024-11-01 16:44:33.057 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222714-11012024164432.txt === {"quote":"222714","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"SYNMOLD","shiptoName":"Synventive Molding Solutions","entry_date":"10-09-2024","cust_order_date":"10-30-2024","req_date":"11-05-2024","cust_po":"RFK Bidwell Advanced Mfg","terms_code":"N30","ship_via":"U-GND","ship_collect":"NF-LIT","drop_ship":"N","territory":"99","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Brian Bidwell","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"07:44","extra":"","follow_up":"12-12-2024","web_id":"","follow_name":"Brian Bidwell","follow_phone":"860-245-9256","follow_email":"brian@bidwelladvmfg.com","pic_user":"cindyt","total_amt":"18713.00","total_gp":"13756.17","total_gpm":"73.51","rev_type":"ADV","mod_date":"11-01-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"67","win_pct":"20","clo_date":null,"notes":[{"comp":"1","quote":"222714","line":"3","data":"Blackhawk I think. Broan use to work at Mazak."},{"comp":"1","quote":"222714","line":"2","data":"machine from Mazak. Synventive will buy from"},{"comp":"1","quote":"222714","line":"1","data":"who is working with Synventive who bought a new"},{"comp":"1","quote":"222714","line":"0","data":"10-09-2024 13:29-cindyt: Quoted Brian at Bidwell"}],"crmnotes":[],"items":[{"comp":"01","order":"222714","line":"1","part":"SPECIAL-TL","qty":"1","price":"699.00","uom":"EA","discount":"0.00","req_date":"ETA to L-N Mid Nov.","branch":"1"},{"comp":"01","order":"222714","line":"2","part":"C6-DVJNR-45065-16CP","qty":"2","price":"392.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"3","part":"C6-C1-120","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"4","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"5","part":"C6-EM0500-60","qty":"1","price":"431.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"6","part":"C6-EM0750-65","qty":"1","price":"431.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"7","part":"C6-SK20-120-EU","qty":"1","price":"663.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"8","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"9","part":"C6-SK10-90-EU","qty":"5","price":"542.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"10","part":"C6-SK10-120-EU","qty":"8","price":"608.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"11","part":"SKL-10","qty":"1","price":"31.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"12","part":"C6-EXC6-100","qty":"8","price":"559.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"13","part":"SK10-6","qty":"1","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"14","part":"SK20-3/4A","qty":"1","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"15","part":"SK10-3.5","qty":"1","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"16","part":"SK10-4.5","qty":"2","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"17","part":"SK10-6.2","qty":"1","price":"123.00","uom":"EA","discount":"0.00","req_date":"1~2 Weeks","branch":"1"},{"comp":"01","order":"222714","line":"18","part":"SK10-6.5","qty":"1","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"19","part":"SK10-6A","qty":"5","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"20","part":"SK10-6.5","qty":"1","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"21","part":"SK10-7","qty":"1","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"22","part":"SK10-3/8A","qty":"1","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"23","part":"C6-TUBE-1","qty":"20","price":"79.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"24","part":"C6-WRENCH","qty":"1","price":"143.00","uom":"EA","discount":"0.00","req_date":"Pending","branch":"1"}],"qlines":[{"Quote":"222714","Line":"1","Company":"1","F_Line":"1","Comment":"L-N #C6-PCLNL-45165-12CP","Loc":"Y"},{"Quote":"222714","Line":"17","Company":"1","F_Line":"1","Comment":"If you are holding 6.2 please see below collet SK10-6.5","Loc":"Y"},{"Quote":"222714","Line":"17","Company":"1","F_Line":"2","Comment":"which will hold 6.2mm and we have in stock.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":24}}] 2024-11-01 16:44:44.405 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222714-11012024164444.txt === {"quote":"222714","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"SYNMOLD","shiptoName":"Synventive Molding Solutions","entry_date":"10-09-2024","cust_order_date":"10-30-2024","req_date":"11-05-2024","cust_po":"RFK Bidwell Advanced Mfg","terms_code":"N30","ship_via":"U-GND","ship_collect":"NF-LIT","drop_ship":"N","territory":"99","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Brian Bidwell","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"07:44","extra":"","follow_up":"12-12-2024","web_id":"","follow_name":"Brian Bidwell","follow_phone":"860-245-9256","follow_email":"brian@bidwelladvmfg.com","pic_user":"cindyt","total_amt":"18713.00","total_gp":"13756.17","total_gpm":"73.51","rev_type":"ADV","mod_date":"11-01-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"67","win_pct":"20","clo_date":"12-19-2024","notes":[{"comp":"1","quote":"222714","line":"3","data":"Blackhawk I think. Broan use to work at Mazak."},{"comp":"1","quote":"222714","line":"2","data":"machine from Mazak. Synventive will buy from"},{"comp":"1","quote":"222714","line":"1","data":"who is working with Synventive who bought a new"},{"comp":"1","quote":"222714","line":"0","data":"10-09-2024 13:29-cindyt: Quoted Brian at Bidwell"}],"crmnotes":[{"comp":1,"quote":222714,"Line":0,"Comment":"11/01/2024 4:43 PM - cindyt - F/U changed from 10/22/2024 to 12/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222714,"Line":1,"Comment":"11/01/2024 4:43 PM - cindyt - CLO changed from NaN/NaN/NaN to 12/19/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222714","line":"1","part":"SPECIAL-TL","qty":"1","price":"699.00","uom":"EA","discount":"0.00","req_date":"ETA to L-N Mid Nov.","branch":"1"},{"comp":"01","order":"222714","line":"2","part":"C6-DVJNR-45065-16CP","qty":"2","price":"392.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"3","part":"C6-C1-120","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"4","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"5","part":"C6-EM0500-60","qty":"1","price":"431.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"6","part":"C6-EM0750-65","qty":"1","price":"431.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"7","part":"C6-SK20-120-EU","qty":"1","price":"663.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"8","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"9","part":"C6-SK10-90-EU","qty":"5","price":"542.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"10","part":"C6-SK10-120-EU","qty":"8","price":"608.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"11","part":"SKL-10","qty":"1","price":"31.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"12","part":"C6-EXC6-100","qty":"8","price":"559.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"13","part":"SK10-6","qty":"1","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"14","part":"SK20-3/4A","qty":"1","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"15","part":"SK10-3.5","qty":"1","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"16","part":"SK10-4.5","qty":"2","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"17","part":"SK10-6.2","qty":"1","price":"123.00","uom":"EA","discount":"0.00","req_date":"1~2 Weeks","branch":"1"},{"comp":"01","order":"222714","line":"18","part":"SK10-6.5","qty":"1","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"19","part":"SK10-6A","qty":"5","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"20","part":"SK10-6.5","qty":"1","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"21","part":"SK10-7","qty":"1","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"22","part":"SK10-3/8A","qty":"1","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"23","part":"C6-TUBE-1","qty":"20","price":"79.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"24","part":"C6-WRENCH","qty":"1","price":"143.00","uom":"EA","discount":"0.00","req_date":"Pending","branch":"1"}],"qlines":[{"Quote":"222714","Line":"1","Company":"1","F_Line":"1","Comment":"L-N #C6-PCLNL-45165-12CP","Loc":"Y"},{"Quote":"222714","Line":"17","Company":"1","F_Line":"1","Comment":"If you are holding 6.2 please see below collet SK10-6.5","Loc":"Y"},{"Quote":"222714","Line":"17","Company":"1","F_Line":"2","Comment":"which will hold 6.2mm and we have in stock.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":24}}] 2024-11-01 16:44:52.849 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222714-11012024164452.txt === {"quote":"222714","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"SYNMOLD","shiptoName":"Synventive Molding Solutions","entry_date":"10-09-2024","cust_order_date":"10-30-2024","req_date":"01-08-2025","cust_po":"RFK Bidwell Advanced Mfg","terms_code":"N30","ship_via":"U-GND","ship_collect":"NF-LIT","drop_ship":"N","territory":"99","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Brian Bidwell","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"07:44","extra":"","follow_up":"12-12-2024","web_id":"","follow_name":"Brian Bidwell","follow_phone":"860-245-9256","follow_email":"brian@bidwelladvmfg.com","pic_user":"cindyt","total_amt":"18713.00","total_gp":"13756.17","total_gpm":"73.51","rev_type":"ADV","mod_date":"11-01-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"67","win_pct":"20","clo_date":"12-19-2024","notes":[{"comp":"1","quote":"222714","line":"3","data":"Blackhawk I think. Broan use to work at Mazak."},{"comp":"1","quote":"222714","line":"2","data":"machine from Mazak. Synventive will buy from"},{"comp":"1","quote":"222714","line":"1","data":"who is working with Synventive who bought a new"},{"comp":"1","quote":"222714","line":"0","data":"10-09-2024 13:29-cindyt: Quoted Brian at Bidwell"}],"crmnotes":[{"comp":1,"quote":222714,"Line":0,"Comment":"11/01/2024 4:43 PM - cindyt - F/U changed from 10/22/2024 to 12/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222714,"Line":1,"Comment":"11/01/2024 4:43 PM - cindyt - CLO changed from NaN/NaN/NaN to 12/19/2024 (CLO Date Updated)"},{"comp":1,"quote":222714,"Line":2,"Comment":"11/01/2024 4:44 PM - cindyt - Req Date changed from 11/05/2024 to 01/08/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"222714","line":"1","part":"SPECIAL-TL","qty":"1","price":"699.00","uom":"EA","discount":"0.00","req_date":"ETA to L-N Mid Nov.","branch":"1"},{"comp":"01","order":"222714","line":"2","part":"C6-DVJNR-45065-16CP","qty":"2","price":"392.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"3","part":"C6-C1-120","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"4","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"5","part":"C6-EM0500-60","qty":"1","price":"431.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"6","part":"C6-EM0750-65","qty":"1","price":"431.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"7","part":"C6-SK20-120-EU","qty":"1","price":"663.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"8","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"9","part":"C6-SK10-90-EU","qty":"5","price":"542.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"10","part":"C6-SK10-120-EU","qty":"8","price":"608.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"11","part":"SKL-10","qty":"1","price":"31.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"12","part":"C6-EXC6-100","qty":"8","price":"559.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"13","part":"SK10-6","qty":"1","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"14","part":"SK20-3/4A","qty":"1","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"15","part":"SK10-3.5","qty":"1","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"16","part":"SK10-4.5","qty":"2","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"17","part":"SK10-6.2","qty":"1","price":"123.00","uom":"EA","discount":"0.00","req_date":"1~2 Weeks","branch":"1"},{"comp":"01","order":"222714","line":"18","part":"SK10-6.5","qty":"1","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"19","part":"SK10-6A","qty":"5","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"20","part":"SK10-6.5","qty":"1","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"21","part":"SK10-7","qty":"1","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"22","part":"SK10-3/8A","qty":"1","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"23","part":"C6-TUBE-1","qty":"20","price":"79.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222714","line":"24","part":"C6-WRENCH","qty":"1","price":"143.00","uom":"EA","discount":"0.00","req_date":"Pending","branch":"1"}],"qlines":[{"Quote":"222714","Line":"1","Company":"1","F_Line":"1","Comment":"L-N #C6-PCLNL-45165-12CP","Loc":"Y"},{"Quote":"222714","Line":"17","Company":"1","F_Line":"1","Comment":"If you are holding 6.2 please see below collet SK10-6.5","Loc":"Y"},{"Quote":"222714","Line":"17","Company":"1","F_Line":"2","Comment":"which will hold 6.2mm and we have in stock.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":24}}] 2024-11-01 16:45:31.766 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223034-11012024164531.txt === {"quote":"223034","customer":"3380","name":null,"customerName":"Cheshire Tool Co.","comp":"01","open":"1","shipto":"CHESHI","shiptoName":"Cheshire Tool Company","entry_date":"10-15-2024","cust_order_date":"10-30-2024","req_date":"11-05-2024","cust_po":"Nakamura AS200L","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Mike Pazos","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"15:58","extra":"","follow_up":"10-28-2024","web_id":"","follow_name":"Mike Pazos","follow_phone":"(413)-426-8365","follow_email":"mpazos@cheshiretool.com","pic_user":"cindyt","total_amt":"12334.50","total_gp":"7348.38","total_gpm":"59.58","rev_type":"LT","mod_date":"11-01-2024","mod_time":null,"mod_user":"cindyt","reason":"4","totalQty":"6","win_pct":"20","clo_date":"10-29-2024","notes":[{"comp":"1","quote":"223034","line":"0","data":"10-15-2024 16:05 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223034","line":"1","part":"NK103-10000","qty":"2","price":"3575.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223034","line":"2","part":"NK103-12000","qty":"2","price":"4648.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223034","line":"3","part":"SP-27","qty":"1","price":"48.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223034","line":"4","part":"025-SPAN","qty":"1","price":"19.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":4}}] 2024-11-01 16:46:37.789 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223133-11012024164637.txt === {"quote":"223133","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"PARAMALD","shiptoName":"Paradigm Precision","entry_date":"10-17-2024","cust_order_date":"11-06-2024","req_date":"11-10-2024","cust_po":"NCAT40 Shrink Fit","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Leo Ward","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"13:01","extra":"","follow_up":"11-13-2024","web_id":"","follow_name":"Leo Ward","follow_phone":"339-927-4717","follow_email":"wardl@mscdirect.com","pic_user":"cindyt","total_amt":"11212.50","total_gp":"7350.30","total_gpm":"65.55","rev_type":"ADV","mod_date":"11-01-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"40","win_pct":"20","clo_date":"11-04-2024","notes":[{"comp":"1","quote":"223133","line":"0","data":"10-17-2024 13:42 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223133","line":"1","part":"NCAT40-SK20-50U-IDU","qty":"10","price":"461.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223133","line":"2","part":"NCAT40-SK10C-90U-IDU","qty":"10","price":"414.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223133","line":"3","part":"NCAT40-SK10C-60U-IDU","qty":"10","price":"408.00","uom":"EA","discount":"35.00","req_date":"17 Weeks ARO","branch":"1"},{"comp":"01","order":"223133","line":"4","part":"NCAT40-SK16C-60U-IDU","qty":"10","price":"442.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":4}}] 2024-11-01 16:46:47.290 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223133-11012024164647.txt === {"quote":"223133","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"PARAMALD","shiptoName":"Paradigm Precision","entry_date":"10-17-2024","cust_order_date":"11-06-2024","req_date":"11-10-2024","cust_po":"NCAT40 Shrink Fit","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Leo Ward","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"13:01","extra":"","follow_up":"11-13-2024","web_id":"","follow_name":"Leo Ward","follow_phone":"339-927-4717","follow_email":"wardl@mscdirect.com","pic_user":"cindyt","total_amt":"11212.50","total_gp":"7350.30","total_gpm":"65.55","rev_type":"ADV","mod_date":"11-01-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"40","win_pct":"20","clo_date":"11-20-2024","notes":[{"comp":"1","quote":"223133","line":"0","data":"10-17-2024 13:42 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223133,"Line":0,"Comment":"11/01/2024 4:45 PM - cindyt - F/U changed from 10/23/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223133,"Line":1,"Comment":"11/01/2024 4:45 PM - cindyt - CLO changed from 11/04/2024 to 11/20/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223133","line":"1","part":"NCAT40-SK20-50U-IDU","qty":"10","price":"461.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223133","line":"2","part":"NCAT40-SK10C-90U-IDU","qty":"10","price":"414.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223133","line":"3","part":"NCAT40-SK10C-60U-IDU","qty":"10","price":"408.00","uom":"EA","discount":"35.00","req_date":"17 Weeks ARO","branch":"1"},{"comp":"01","order":"223133","line":"4","part":"NCAT40-SK16C-60U-IDU","qty":"10","price":"442.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-01 16:46:54.480 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223133-11012024164654.txt === {"quote":"223133","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"PARAMALD","shiptoName":"Paradigm Precision","entry_date":"10-17-2024","cust_order_date":"11-06-2024","req_date":"11-26-2024","cust_po":"NCAT40 Shrink Fit","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Leo Ward","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"13:01","extra":"","follow_up":"11-13-2024","web_id":"","follow_name":"Leo Ward","follow_phone":"339-927-4717","follow_email":"wardl@mscdirect.com","pic_user":"cindyt","total_amt":"11212.50","total_gp":"7350.30","total_gpm":"65.55","rev_type":"ADV","mod_date":"11-01-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"40","win_pct":"20","clo_date":"11-20-2024","notes":[{"comp":"1","quote":"223133","line":"0","data":"10-17-2024 13:42 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223133,"Line":0,"Comment":"11/01/2024 4:45 PM - cindyt - F/U changed from 10/23/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223133,"Line":1,"Comment":"11/01/2024 4:45 PM - cindyt - CLO changed from 11/04/2024 to 11/20/2024 (CLO Date Updated)"},{"comp":1,"quote":223133,"Line":2,"Comment":"11/01/2024 4:46 PM - cindyt - Req Date changed from 11/10/2024 to 11/26/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223133","line":"1","part":"NCAT40-SK20-50U-IDU","qty":"10","price":"461.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223133","line":"2","part":"NCAT40-SK10C-90U-IDU","qty":"10","price":"414.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223133","line":"3","part":"NCAT40-SK10C-60U-IDU","qty":"10","price":"408.00","uom":"EA","discount":"35.00","req_date":"17 Weeks ARO","branch":"1"},{"comp":"01","order":"223133","line":"4","part":"NCAT40-SK16C-60U-IDU","qty":"10","price":"442.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-01 16:47:20.505 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222313-11012024164720.txt === {"quote":"222313","customer":"4850","name":null,"customerName":"Duramill Industrial Supplies","comp":"01","open":"1","shipto":"OMNIPI","shiptoName":"Omnitool Industrial Sales","entry_date":"09-30-2024","cust_order_date":"10-25-2024","req_date":"10-30-2024","cust_po":"C50-MRAM","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Dan Watson","drop_po":"Mazak Nexus 700Dii","status":"0","user":"cindyt","conv_order":"","time":"16:07","extra":"","follow_up":"11-04-2024","web_id":"","follow_name":"Dan Watson","follow_phone":"519-622-3065","follow_email":"dwatson@omnitool.ca","pic_user":"cindyt","total_amt":"10738.00","total_gp":"6240.66","total_gpm":"58.12","rev_type":"ADV","mod_date":"11-01-2024","mod_time":null,"mod_user":"cindyt","reason":"2","totalQty":"4","win_pct":"20","clo_date":"10-24-2024","notes":[{"comp":"1","quote":"222313","line":"0","data":"09-30-2024 16:13-cindyt: Approved by Tim Reeves."}],"crmnotes":[{"comp":1,"quote":222313,"Line":0,"Comment":"10/14/2024 2:36 PM - cindyt - F/U changed from 10/13/2024 to 11/04/2024 (Follow Up In 3 Week)"}],"items":[{"comp":"01","order":"222313","line":"1","part":"C50-MRAM","qty":"1","price":"3619.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222313","line":"2","part":"PA110-CAT","qty":"1","price":"1086.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222313","line":"3","part":"MRAM-ER16TS","qty":"1","price":"9535.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222313","line":"4","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"1 Week ARO","branch":"1"}],"qlines":[{"Quote":"222313","Line":"4","Company":"1","F_Line":"1","Comment":"Please Note: We ship the angle head and accessories","Loc":"Y"},{"Quote":"222313","Line":"4","Company":"1","F_Line":"2","Comment":"before the positioning block. Tim Reeves will work with","Loc":"Y"},{"Quote":"222313","Line":"4","Company":"1","F_Line":"3","Comment":"the customer to make the block after they receive the","Loc":"Y"},{"Quote":"222313","Line":"4","Company":"1","F_Line":"4","Comment":"angle head.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-01 16:47:43.610 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223095-11012024164743.txt === {"quote":"223095","customer":"1530","name":null,"customerName":"AHB Tooling & Machinery Inc","comp":"01","open":"1","shipto":"AHBTOOL","shiptoName":"AHB Tooling & Machinery Inc","entry_date":"10-16-2024","cust_order_date":"10-31-2024","req_date":"11-05-2024","cust_po":"Nakamura WT-300","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Bob Isherwood","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"16:37","extra":"","follow_up":"10-29-2024","web_id":"","follow_name":"Bob Isherwood","follow_phone":"989-399-8120","follow_email":"bob.isherwood@ahb.com","pic_user":"cindyt","total_amt":"6703.02","total_gp":"2735.71","total_gpm":"40.81","rev_type":"LT","mod_date":"11-01-2024","mod_time":null,"mod_user":"cindyt","reason":"2","totalQty":"4","win_pct":"20","clo_date":"10-29-2024","notes":[{"comp":"1","quote":"223095","line":"0","data":"10-16-2024 16:40 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223095","line":"1","part":"NK105-33000","qty":"1","price":"12102.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223095","line":"2","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223095","line":"3","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223095","line":"5","part":"PROMOTION-EUOS","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223095","Line":"5","Company":"1","F_Line":"1","Comment":"Please note: Overstock promotion 20% has been added to","Loc":"Y"},{"Quote":"223095","Line":"5","Company":"1","F_Line":"2","Comment":"the discount on this quote","Loc":"Y"},{"Quote":"223095","Line":"5","Company":"1","F_Line":"3","Comment":"Wrenches are at no charge.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":4}}] 2024-11-01 16:48:16.569 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221865-11012024164816.txt === {"quote":"221865","customer":"15265","name":null,"customerName":"Outillage Industriel Quebec","comp":"01","open":"0","shipto":"QUEBSTEF","shiptoName":"Outillage Industriel Quebec Ltee","entry_date":"09-20-2024","cust_order_date":"09-19-2024","req_date":"11-02-2024","cust_po":"PROMOTION-SK-COLLET","terms_code":"N30","ship_via":"U-ST","ship_collect":"","drop_ship":"N","territory":"56","salesman":"FF","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"karynm","conv_order":"","time":"12:21","extra":"","follow_up":"01-31-2025","web_id":"","follow_name":"RonK","follow_phone":"","follow_email":"ron.kuehni@toplineindustrialproducts.com","pic_user":"cindyt","total_amt":"3025.00","total_gp":"1315.88","total_gpm":"43.50","rev_type":"ADV","mod_date":"11-01-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"43","win_pct":"20","clo_date":"11-01-2024","notes":[{"comp":"1","quote":"221865","line":"2","data":"Sold at 50%- cannot be returned"},{"comp":"1","quote":"221865","line":"1","data":"RonK, approved by Chris D."},{"comp":"1","quote":"221865","line":"0","data":"09-20-2024 12:19-karynm SK test kits offered by"}],"crmnotes":[],"items":[{"comp":"01","order":"221865","line":"2","part":"NCAT40-SK16C-60U-IDU","qty":"1","price":"799.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"3","part":"SK16-3/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"4","part":"SK16-1/2A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"5","part":"SK16-5/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"6","part":"9HC16","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"7","part":"PROMO-DEMOCASE-FOAM","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"10","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"949.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"11","part":"SK16-3/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"12","part":"SK16-1/2A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"13","part":"SK16-5/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"14","part":"9HC16","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"15","part":"CASE-MC-CAT50/HSK100","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"18","part":"NCAT50-SK25C-105U-IDU","qty":"1","price":"949.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"19","part":"SK25-1/2A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"20","part":"SK25-5/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"21","part":"SK25-3/4A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"22","part":"9HC22","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"23","part":"CASE-MC-CAT50/HSK100","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"26","part":"NCAT40-SK25C-90U-IDU","qty":"1","price":"856.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"27","part":"SK25-1/2A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"28","part":"SK25-5/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"29","part":"SK25-3/4A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"30","part":"9HC22","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"31","part":"PROMO-DEMOCASE-FOAM","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"34","part":"NBT30-SK13C-60","qty":"1","price":"768.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"35","part":"SK13-1/4A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"36","part":"SK13-3/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"37","part":"SK13-1/2A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"38","part":"016-SPAN","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"39","part":"PROMO-DEMOCASE-FOAM","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"42","part":"HSK63A-SK16-80-IDU","qty":"1","price":"893.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"43","part":"SK16-3/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"44","part":"SK16-1/2A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"45","part":"SK16-5/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"46","part":"9HC16","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"47","part":"PROMO-DEMOCASE-FOAM","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"50","part":"NBT40-SK25C-75","qty":"1","price":"836.00","uom":"EA","discount":"50.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"221865","line":"51","part":"SK25-1/2A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"52","part":"SK25-5/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"53","part":"SK25-3/4A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"54","part":"9HC22","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"55","part":"PROMO-DEMOCASE-FOAM","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"58","part":"PROMOTION-SK-COLLET","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":43}}] 2024-11-01 16:48:27.961 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221865-11012024164827.txt === {"quote":"221865","customer":"15265","name":null,"customerName":"Outillage Industriel Quebec","comp":"01","open":"0","shipto":"QUEBSTEF","shiptoName":"Outillage Industriel Quebec Ltee","entry_date":"09-20-2024","cust_order_date":"09-19-2024","req_date":"11-02-2024","cust_po":"PROMOTION-SK-COLLET","terms_code":"N30","ship_via":"U-ST","ship_collect":"","drop_ship":"N","territory":"56","salesman":"FF","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"karynm","conv_order":"","time":"12:21","extra":"","follow_up":"01-31-2025","web_id":"","follow_name":"RonK","follow_phone":"","follow_email":"ron.kuehni@toplineindustrialproducts.com","pic_user":"cindyt","total_amt":"3025.00","total_gp":"1315.88","total_gpm":"43.50","rev_type":"ADV","mod_date":"11-01-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"43","win_pct":"20","clo_date":"01-31-2025","notes":[{"comp":"1","quote":"221865","line":"2","data":"Sold at 50%- cannot be returned"},{"comp":"1","quote":"221865","line":"1","data":"RonK, approved by Chris D."},{"comp":"1","quote":"221865","line":"0","data":"09-20-2024 12:19-karynm SK test kits offered by"}],"crmnotes":[{"comp":1,"quote":221865,"Line":0,"Comment":"11/01/2024 4:47 PM - cindyt - F/U changed from 10/30/2024 to 1/31/2025 (Follow Up Manually Changed)"},{"comp":1,"quote":221865,"Line":1,"Comment":"11/01/2024 4:47 PM - cindyt - CLO changed from 11/01/2024 to 01/31/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221865","line":"2","part":"NCAT40-SK16C-60U-IDU","qty":"1","price":"799.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"3","part":"SK16-3/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"4","part":"SK16-1/2A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"5","part":"SK16-5/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"6","part":"9HC16","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"7","part":"PROMO-DEMOCASE-FOAM","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"10","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"949.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"11","part":"SK16-3/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"12","part":"SK16-1/2A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"13","part":"SK16-5/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"14","part":"9HC16","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"15","part":"CASE-MC-CAT50/HSK100","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"18","part":"NCAT50-SK25C-105U-IDU","qty":"1","price":"949.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"19","part":"SK25-1/2A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"20","part":"SK25-5/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"21","part":"SK25-3/4A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"22","part":"9HC22","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"23","part":"CASE-MC-CAT50/HSK100","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"26","part":"NCAT40-SK25C-90U-IDU","qty":"1","price":"856.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"27","part":"SK25-1/2A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"28","part":"SK25-5/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"29","part":"SK25-3/4A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"30","part":"9HC22","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"31","part":"PROMO-DEMOCASE-FOAM","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"34","part":"NBT30-SK13C-60","qty":"1","price":"768.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"35","part":"SK13-1/4A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"36","part":"SK13-3/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"37","part":"SK13-1/2A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"38","part":"016-SPAN","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"39","part":"PROMO-DEMOCASE-FOAM","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"42","part":"HSK63A-SK16-80-IDU","qty":"1","price":"893.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"43","part":"SK16-3/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"44","part":"SK16-1/2A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"45","part":"SK16-5/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"46","part":"9HC16","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"47","part":"PROMO-DEMOCASE-FOAM","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"50","part":"NBT40-SK25C-75","qty":"1","price":"836.00","uom":"EA","discount":"50.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"221865","line":"51","part":"SK25-1/2A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"52","part":"SK25-5/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"53","part":"SK25-3/4A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"54","part":"9HC22","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"55","part":"PROMO-DEMOCASE-FOAM","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"58","part":"PROMOTION-SK-COLLET","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":43}}] 2024-11-01 16:48:35.309 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221865-11012024164835.txt === {"quote":"221865","customer":"15265","name":null,"customerName":"Outillage Industriel Quebec","comp":"01","open":"0","shipto":"QUEBSTEF","shiptoName":"Outillage Industriel Quebec Ltee","entry_date":"09-20-2024","cust_order_date":"09-19-2024","req_date":"01-31-2025","cust_po":"PROMOTION-SK-COLLET","terms_code":"N30","ship_via":"U-ST","ship_collect":"","drop_ship":"N","territory":"56","salesman":"FF","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"karynm","conv_order":"","time":"12:21","extra":"","follow_up":"01-31-2025","web_id":"","follow_name":"RonK","follow_phone":"","follow_email":"ron.kuehni@toplineindustrialproducts.com","pic_user":"cindyt","total_amt":"3025.00","total_gp":"1315.88","total_gpm":"43.50","rev_type":"ADV","mod_date":"11-01-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"43","win_pct":"20","clo_date":"01-31-2025","notes":[{"comp":"1","quote":"221865","line":"2","data":"Sold at 50%- cannot be returned"},{"comp":"1","quote":"221865","line":"1","data":"RonK, approved by Chris D."},{"comp":"1","quote":"221865","line":"0","data":"09-20-2024 12:19-karynm SK test kits offered by"}],"crmnotes":[{"comp":1,"quote":221865,"Line":0,"Comment":"11/01/2024 4:47 PM - cindyt - F/U changed from 10/30/2024 to 1/31/2025 (Follow Up Manually Changed)"},{"comp":1,"quote":221865,"Line":1,"Comment":"11/01/2024 4:47 PM - cindyt - CLO changed from 11/01/2024 to 01/31/2025 (CLO Date Updated)"},{"comp":1,"quote":221865,"Line":2,"Comment":"11/01/2024 4:47 PM - cindyt - Req Date changed from 11/02/2024 to 01/31/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"221865","line":"2","part":"NCAT40-SK16C-60U-IDU","qty":"1","price":"799.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"3","part":"SK16-3/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"4","part":"SK16-1/2A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"5","part":"SK16-5/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"6","part":"9HC16","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"7","part":"PROMO-DEMOCASE-FOAM","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"10","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"949.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"11","part":"SK16-3/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"12","part":"SK16-1/2A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"13","part":"SK16-5/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"14","part":"9HC16","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"15","part":"CASE-MC-CAT50/HSK100","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"18","part":"NCAT50-SK25C-105U-IDU","qty":"1","price":"949.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"19","part":"SK25-1/2A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"20","part":"SK25-5/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"21","part":"SK25-3/4A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"22","part":"9HC22","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"23","part":"CASE-MC-CAT50/HSK100","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"26","part":"NCAT40-SK25C-90U-IDU","qty":"1","price":"856.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"27","part":"SK25-1/2A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"28","part":"SK25-5/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"29","part":"SK25-3/4A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"30","part":"9HC22","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"31","part":"PROMO-DEMOCASE-FOAM","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"34","part":"NBT30-SK13C-60","qty":"1","price":"768.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"35","part":"SK13-1/4A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"36","part":"SK13-3/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"37","part":"SK13-1/2A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"38","part":"016-SPAN","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"39","part":"PROMO-DEMOCASE-FOAM","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"42","part":"HSK63A-SK16-80-IDU","qty":"1","price":"893.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"43","part":"SK16-3/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"44","part":"SK16-1/2A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"45","part":"SK16-5/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"46","part":"9HC16","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"47","part":"PROMO-DEMOCASE-FOAM","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"50","part":"NBT40-SK25C-75","qty":"1","price":"836.00","uom":"EA","discount":"50.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"221865","line":"51","part":"SK25-1/2A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"52","part":"SK25-5/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"53","part":"SK25-3/4A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"54","part":"9HC22","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"55","part":"PROMO-DEMOCASE-FOAM","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221865","line":"58","part":"PROMOTION-SK-COLLET","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":43}}] 2024-11-01 16:48:58.258 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221813-11012024164857.txt === {"quote":"221813","customer":"20894","name":null,"customerName":"Triumph Tool Ltd.","comp":"01","open":"0","shipto":"TRIUMCAN","shiptoName":"Triumph Tool","entry_date":"09-19-2024","cust_order_date":"09-19-2024","req_date":"11-02-2024","cust_po":"PROMOTION-SK-COLLET","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"FF","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"karynm","conv_order":"","time":"14:49","extra":"","follow_up":"11-29-2024","web_id":"","follow_name":"Ron K","follow_phone":"","follow_email":"ron.kuehni@toplineindustrialproducts.com","pic_user":"cindyt","total_amt":"2660.50","total_gp":"1187.72","total_gpm":"44.64","rev_type":"ADV","mod_date":"11-01-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"37","win_pct":"20","clo_date":"11-01-2024","notes":[{"comp":"1","quote":"221813","line":"2","data":"Sold at 50%- cannot be returned"},{"comp":"1","quote":"221813","line":"1","data":"RonK, approved by Chris D."},{"comp":"1","quote":"221813","line":"0","data":"09-20-2024 12:19-karynm SK test kits offered by"}],"crmnotes":[],"items":[{"comp":"01","order":"221813","line":"2","part":"NCAT40-SK16C-60U-IDU","qty":"1","price":"799.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"3","part":"SK16-3/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"4","part":"SK16-1/2A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"5","part":"SK16-5/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"6","part":"9HC16","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"7","part":"PROMO-DEMOCASE-FOAM","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"10","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"949.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"11","part":"SK16-3/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"12","part":"SK16-1/2A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"13","part":"SK16-5/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"14","part":"9HC16","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"15","part":"CASE-MC-CAT50/HSK100","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"19","part":"NCAT50-SK25C-105U-IDU","qty":"1","price":"949.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"20","part":"SK25-1/2A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"21","part":"SK25-5/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"22","part":"SK25-3/4A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"23","part":"9HC22","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"24","part":"CASE-MC-CAT50/HSK100","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"27","part":"NBT30-SK13C-60","qty":"1","price":"768.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"28","part":"SK13-1/4A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"29","part":"SK13-3/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"30","part":"SK13-1/2A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"31","part":"016-SPAN","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"32","part":"PROMO-DEMOCASE-FOAM","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"35","part":"HSK63A-SK16-80-IDU","qty":"1","price":"893.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"36","part":"SK16-3/8A","qty":"1","price":"100.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"37","part":"SK16-1/2A","qty":"1","price":"100.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"38","part":"SK16-5/8A","qty":"1","price":"100.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"39","part":"9HC16","qty":"1","price":"100.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"40","part":"PROMO-DEMOCASE-FOAM","qty":"1","price":"100.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"42","part":"NCAT40-SK25C-90U-IDU","qty":"1","price":"963.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"43","part":"SK25-1/2A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"44","part":"SK25-5/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"45","part":"SK25-3/4A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"46","part":"9HC22","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"47","part":"PROMO-DEMOCASE-FOAM","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"50","part":"PROMOTION-SK-COLLET","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":37}}] 2024-11-01 16:49:09.380 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221813-11012024164908.txt === {"quote":"221813","customer":"20894","name":null,"customerName":"Triumph Tool Ltd.","comp":"01","open":"0","shipto":"TRIUMCAN","shiptoName":"Triumph Tool","entry_date":"09-19-2024","cust_order_date":"09-19-2024","req_date":"11-02-2024","cust_po":"PROMOTION-SK-COLLET","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"FF","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"karynm","conv_order":"","time":"14:49","extra":"","follow_up":"11-29-2024","web_id":"","follow_name":"Ron K","follow_phone":"","follow_email":"ron.kuehni@toplineindustrialproducts.com","pic_user":"cindyt","total_amt":"2660.50","total_gp":"1187.72","total_gpm":"44.64","rev_type":"ADV","mod_date":"11-01-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"37","win_pct":"20","clo_date":"01-31-2025","notes":[{"comp":"1","quote":"221813","line":"2","data":"Sold at 50%- cannot be returned"},{"comp":"1","quote":"221813","line":"1","data":"RonK, approved by Chris D."},{"comp":"1","quote":"221813","line":"0","data":"09-20-2024 12:19-karynm SK test kits offered by"}],"crmnotes":[{"comp":1,"quote":221813,"Line":0,"Comment":"11/01/2024 4:48 PM - cindyt - F/U changed from 10/30/2024 to 11/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221813,"Line":1,"Comment":"11/01/2024 4:48 PM - cindyt - CLO changed from 11/01/2024 to 01/31/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221813","line":"2","part":"NCAT40-SK16C-60U-IDU","qty":"1","price":"799.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"3","part":"SK16-3/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"4","part":"SK16-1/2A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"5","part":"SK16-5/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"6","part":"9HC16","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"7","part":"PROMO-DEMOCASE-FOAM","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"10","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"949.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"11","part":"SK16-3/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"12","part":"SK16-1/2A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"13","part":"SK16-5/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"14","part":"9HC16","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"15","part":"CASE-MC-CAT50/HSK100","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"19","part":"NCAT50-SK25C-105U-IDU","qty":"1","price":"949.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"20","part":"SK25-1/2A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"21","part":"SK25-5/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"22","part":"SK25-3/4A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"23","part":"9HC22","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"24","part":"CASE-MC-CAT50/HSK100","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"27","part":"NBT30-SK13C-60","qty":"1","price":"768.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"28","part":"SK13-1/4A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"29","part":"SK13-3/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"30","part":"SK13-1/2A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"31","part":"016-SPAN","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"32","part":"PROMO-DEMOCASE-FOAM","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"35","part":"HSK63A-SK16-80-IDU","qty":"1","price":"893.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"36","part":"SK16-3/8A","qty":"1","price":"100.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"37","part":"SK16-1/2A","qty":"1","price":"100.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"38","part":"SK16-5/8A","qty":"1","price":"100.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"39","part":"9HC16","qty":"1","price":"100.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"40","part":"PROMO-DEMOCASE-FOAM","qty":"1","price":"100.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"42","part":"NCAT40-SK25C-90U-IDU","qty":"1","price":"963.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"43","part":"SK25-1/2A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"44","part":"SK25-5/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"45","part":"SK25-3/4A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"46","part":"9HC22","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"47","part":"PROMO-DEMOCASE-FOAM","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"50","part":"PROMOTION-SK-COLLET","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":37}}] 2024-11-01 16:49:18.105 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221813-11012024164917.txt === {"quote":"221813","customer":"20894","name":null,"customerName":"Triumph Tool Ltd.","comp":"01","open":"0","shipto":"TRIUMCAN","shiptoName":"Triumph Tool","entry_date":"09-19-2024","cust_order_date":"09-19-2024","req_date":"01-31-2025","cust_po":"PROMOTION-SK-COLLET","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"FF","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"karynm","conv_order":"","time":"14:49","extra":"","follow_up":"11-29-2024","web_id":"","follow_name":"Ron K","follow_phone":"","follow_email":"ron.kuehni@toplineindustrialproducts.com","pic_user":"cindyt","total_amt":"2660.50","total_gp":"1187.72","total_gpm":"44.64","rev_type":"ADV","mod_date":"11-01-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"37","win_pct":"20","clo_date":"01-31-2025","notes":[{"comp":"1","quote":"221813","line":"2","data":"Sold at 50%- cannot be returned"},{"comp":"1","quote":"221813","line":"1","data":"RonK, approved by Chris D."},{"comp":"1","quote":"221813","line":"0","data":"09-20-2024 12:19-karynm SK test kits offered by"}],"crmnotes":[{"comp":1,"quote":221813,"Line":0,"Comment":"11/01/2024 4:48 PM - cindyt - F/U changed from 10/30/2024 to 11/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221813,"Line":1,"Comment":"11/01/2024 4:48 PM - cindyt - CLO changed from 11/01/2024 to 01/31/2025 (CLO Date Updated)"},{"comp":1,"quote":221813,"Line":2,"Comment":"11/01/2024 4:48 PM - cindyt - Req Date changed from 11/02/2024 to 01/31/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"221813","line":"2","part":"NCAT40-SK16C-60U-IDU","qty":"1","price":"799.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"3","part":"SK16-3/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"4","part":"SK16-1/2A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"5","part":"SK16-5/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"6","part":"9HC16","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"7","part":"PROMO-DEMOCASE-FOAM","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"10","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"949.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"11","part":"SK16-3/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"12","part":"SK16-1/2A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"13","part":"SK16-5/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"14","part":"9HC16","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"15","part":"CASE-MC-CAT50/HSK100","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"19","part":"NCAT50-SK25C-105U-IDU","qty":"1","price":"949.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"20","part":"SK25-1/2A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"21","part":"SK25-5/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"22","part":"SK25-3/4A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"23","part":"9HC22","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"24","part":"CASE-MC-CAT50/HSK100","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"27","part":"NBT30-SK13C-60","qty":"1","price":"768.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"28","part":"SK13-1/4A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"29","part":"SK13-3/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"30","part":"SK13-1/2A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"31","part":"016-SPAN","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"32","part":"PROMO-DEMOCASE-FOAM","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"35","part":"HSK63A-SK16-80-IDU","qty":"1","price":"893.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"36","part":"SK16-3/8A","qty":"1","price":"100.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"37","part":"SK16-1/2A","qty":"1","price":"100.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"38","part":"SK16-5/8A","qty":"1","price":"100.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"39","part":"9HC16","qty":"1","price":"100.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"40","part":"PROMO-DEMOCASE-FOAM","qty":"1","price":"100.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"42","part":"NCAT40-SK25C-90U-IDU","qty":"1","price":"963.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"43","part":"SK25-1/2A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"44","part":"SK25-5/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"45","part":"SK25-3/4A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"46","part":"9HC22","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"47","part":"PROMO-DEMOCASE-FOAM","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221813","line":"50","part":"PROMOTION-SK-COLLET","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":37}}] 2024-11-01 16:49:48.226 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222535-11012024164948.txt === {"quote":"222535","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"WATEMILF","shiptoName":"Waters Corporation","entry_date":"10-04-2024","cust_order_date":"10-04-2024","req_date":"11-15-2024","cust_po":"CAT40-SK6F-150U-M","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"TD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Tracey Lacasse","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"09:15","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Tracey Lacasse","follow_phone":"800-752-7505","follow_email":"tracey.lacasse@mscdirect.com","pic_user":"cindyt","total_amt":"2060.70","total_gp":"2060.70","total_gpm":"100.00","rev_type":"ADV","mod_date":"11-01-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"12","win_pct":"20","clo_date":"11-04-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"222535","line":"1","part":"CAT40-SK6F-150U-M","qty":"6","price":"413.00","uom":"EA","discount":"35.00","req_date":"3-4 days ARO","branch":"1"},{"comp":"01","order":"222535","line":"2","part":"MODIFICATION-DIN2","qty":"6","price":"75.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-01 16:49:59.108 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222535-11012024164958.txt === {"quote":"222535","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"WATEMILF","shiptoName":"Waters Corporation","entry_date":"10-04-2024","cust_order_date":"10-04-2024","req_date":"11-15-2024","cust_po":"CAT40-SK6F-150U-M","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"TD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Tracey Lacasse","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"09:15","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Tracey Lacasse","follow_phone":"800-752-7505","follow_email":"tracey.lacasse@mscdirect.com","pic_user":"cindyt","total_amt":"2060.70","total_gp":"2060.70","total_gpm":"100.00","rev_type":"ADV","mod_date":"11-01-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"12","win_pct":"20","clo_date":"11-27-2024","notes":[],"crmnotes":[{"comp":1,"quote":222535,"Line":0,"Comment":"11/01/2024 4:49 PM - cindyt - F/U changed from 10/27/2024 to 11/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222535,"Line":1,"Comment":"11/01/2024 4:49 PM - cindyt - CLO changed from 11/04/2024 to 11/27/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222535","line":"1","part":"CAT40-SK6F-150U-M","qty":"6","price":"413.00","uom":"EA","discount":"35.00","req_date":"3-4 days ARO","branch":"1"},{"comp":"01","order":"222535","line":"2","part":"MODIFICATION-DIN2","qty":"6","price":"75.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-01 16:50:06.453 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222535-11012024165006.txt === {"quote":"222535","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"WATEMILF","shiptoName":"Waters Corporation","entry_date":"10-04-2024","cust_order_date":"10-04-2024","req_date":"11-29-2024","cust_po":"CAT40-SK6F-150U-M","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"TD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Tracey Lacasse","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"09:15","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Tracey Lacasse","follow_phone":"800-752-7505","follow_email":"tracey.lacasse@mscdirect.com","pic_user":"cindyt","total_amt":"2060.70","total_gp":"2060.70","total_gpm":"100.00","rev_type":"ADV","mod_date":"11-01-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"12","win_pct":"20","clo_date":"11-27-2024","notes":[],"crmnotes":[{"comp":1,"quote":222535,"Line":0,"Comment":"11/01/2024 4:49 PM - cindyt - F/U changed from 10/27/2024 to 11/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222535,"Line":1,"Comment":"11/01/2024 4:49 PM - cindyt - CLO changed from 11/04/2024 to 11/27/2024 (CLO Date Updated)"},{"comp":1,"quote":222535,"Line":2,"Comment":"11/01/2024 4:49 PM - cindyt - Req Date changed from 11/15/2024 to 11/29/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222535","line":"1","part":"CAT40-SK6F-150U-M","qty":"6","price":"413.00","uom":"EA","discount":"35.00","req_date":"3-4 days ARO","branch":"1"},{"comp":"01","order":"222535","line":"2","part":"MODIFICATION-DIN2","qty":"6","price":"75.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-01 16:50:31.864 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223132-11012024165031.txt === {"quote":"223132","customer":"3970","name":null,"customerName":"Cutting Tool Control Inc.","comp":"01","open":"1","shipto":"CUTTONTR","shiptoName":"Cutting Tool Control Inc.","entry_date":"10-17-2024","cust_order_date":"11-02-2024","req_date":"11-05-2024","cust_po":"NBT30 Shrink Fit","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Brock Lowry","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"12:54","extra":"","follow_up":"10-23-2024","web_id":"","follow_name":"Brock Lowry","follow_phone":"206-789-7277","follow_email":"cuttingtoolcontrol@msn.com","pic_user":"cindyt","total_amt":"1482","total_gp":"973.56","total_gpm":"65.69","rev_type":"ADV","mod_date":"11-01-2024","mod_time":null,"mod_user":"cindyt","reason":"2","totalQty":"6","win_pct":"20","clo_date":"11-01-2024","notes":[{"comp":"1","quote":"223132","line":"0","data":"10-17-2024 12:55 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223132","line":"1","part":"NBT30-SF0500-3.15CP","qty":"2","price":"380.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223132","line":"2","part":"NBT30-SF0375-3.15CP","qty":"2","price":"380.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223132","line":"3","part":"NBT30-SF0250-3.15CP","qty":"2","price":"380.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-01 16:51:04.139 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221864-11012024165103.txt === {"quote":"221864","customer":"5018","name":null,"customerName":"E.M. Precise Tool Ltd.","comp":"01","open":"1","shipto":"EMPR","shiptoName":"E.M. Precise Tool LTD","entry_date":"09-20-2024","cust_order_date":"09-19-2024","req_date":"11-02-2024","cust_po":"PROMOTION-SK-COLLET","terms_code":"N30","ship_via":"U-ST","ship_collect":"","drop_ship":"N","territory":"56","salesman":"FF","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"karynm","conv_order":"","time":"12:17","extra":"","follow_up":"10-30-2024","web_id":"","follow_name":"Ron K","follow_phone":"","follow_email":"ron.kuehni@toplineindustrialproducts.com","pic_user":"cindyt","total_amt":"1348.50","total_gp":"497.22","total_gpm":"36.87","rev_type":"ADV","mod_date":"11-01-2024","mod_time":null,"mod_user":"cindyt","reason":"2","totalQty":"19","win_pct":"20","clo_date":"11-01-2024","notes":[{"comp":"1","quote":"221864","line":"2","data":"Sold at 50%- cannot be returned"},{"comp":"1","quote":"221864","line":"1","data":"RonK, approved by Chris D."},{"comp":"1","quote":"221864","line":"0","data":"09-20-2024 12:19-karynm SK test kits offered by"}],"crmnotes":[],"items":[{"comp":"01","order":"221864","line":"2","part":"NCAT40-SK16C-60U-IDU","qty":"1","price":"799.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221864","line":"3","part":"SK16-3/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221864","line":"4","part":"SK16-1/2A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221864","line":"5","part":"SK16-5/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221864","line":"6","part":"9HC16","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221864","line":"7","part":"PROMO-DEMOCASE-FOAM","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221864","line":"10","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"949.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221864","line":"11","part":"SK16-3/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221864","line":"12","part":"SK16-1/2A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221864","line":"13","part":"SK16-5/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221864","line":"14","part":"9HC16","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221864","line":"15","part":"CASE-MC-CAT50/HSK100","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221864","line":"18","part":"NCAT50-SK25C-105U-IDU","qty":"1","price":"949.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221864","line":"19","part":"SK25-1/2A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221864","line":"20","part":"SK25-5/8A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221864","line":"21","part":"SK25-3/4A","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221864","line":"22","part":"9HC22","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221864","line":"23","part":"CASE-MC-CAT50/HSK100","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221864","line":"27","part":"PROMOTION-SK-COLLET","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":19}}] 2024-11-01 16:51:48.898 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222341-11012024165148.txt === {"quote":"222341","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"LOCKMART","shiptoName":"LOCKHEED MARTIN","entry_date":"10-01-2024","cust_order_date":"10-01-2024","req_date":"11-12-2024","cust_po":"TG50 Collets","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Melinda Reese","drop_po":"","status":"0","user":"jingz","conv_order":"","time":"11:29","extra":"","follow_up":"11-08-2024","web_id":"","follow_name":"Melinda Reese","follow_phone":"404-201-0874","follow_email":"melinda.reese@mscdirect.com","pic_user":"jingz","total_amt":"1830.4","total_gp":"1525.74","total_gpm":"83.36","rev_type":"STD","mod_date":"11-01-2024","mod_time":null,"mod_user":"jingz","reason":"2","totalQty":"16","win_pct":"20","clo_date":"11-12-2024","notes":[{"comp":"1","quote":"222341","line":"2","data":"10-01-2024 11:35 - Discounts Recalculated QS"},{"comp":"1","quote":"222341","line":"1","data":"no set, quote individually"},{"comp":"1","quote":"222341","line":"0","data":"10-01-2024 11:38-jingz Melinda request TG50 set"}],"crmnotes":[{"comp":1,"quote":222341,"Line":0,"Comment":"10/08/2024 4:15 PM - jingz - sent out f/u email today."},{"comp":1,"quote":222341,"Line":1,"Comment":"10/09/2024 8:18 AM - jingz - The customer has pass on the information to end user. She is waiting on them to advise if they are going to order the kit or not. If they do order it the customer will send you the order as soon as she gets get it."},{"comp":1,"quote":222341,"Line":2,"Comment":"10/15/2024 9:59 AM - jingz - wrote Melinda and F/U the interest level of the end user."},{"comp":1,"quote":222341,"Line":3,"Comment":"10/15/2024 9:59 AM - jingz - F/U changed from 10/14/2024 to 10/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222341,"Line":4,"Comment":"10/16/2024 10:42 AM - jingz - Melinda replied. no new information"},{"comp":1,"quote":222341,"Line":5,"Comment":"10/22/2024 10:52 AM - jingz - F/U changed from 10/22/2024 to 10/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222341,"Line":6,"Comment":"10/24/2024 4:06 PM - jingz - F/U changed from 10/29/2024 to 11/8/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222341","line":"1","part":"050-008","qty":"1","price":"176.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222341","line":"2","part":"050-009","qty":"1","price":"176.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222341","line":"3","part":"050-010","qty":"1","price":"176.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222341","line":"4","part":"050-011","qty":"1","price":"176.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222341","line":"5","part":"050-014","qty":"1","price":"176.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222341","line":"6","part":"050-015","qty":"1","price":"176.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222341","line":"7","part":"050-017","qty":"1","price":"176.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222341","line":"8","part":"050-019","qty":"1","price":"176.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222341","line":"9","part":"050-021","qty":"1","price":"176.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222341","line":"10","part":"050-023","qty":"1","price":"176.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222341","line":"11","part":"050-026","qty":"1","price":"176.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222341","line":"12","part":"050-027","qty":"1","price":"176.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222341","line":"13","part":"050-028","qty":"1","price":"176.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222341","line":"14","part":"050-029","qty":"1","price":"176.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222341","line":"15","part":"050-030","qty":"1","price":"176.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222341","line":"16","part":"050-031","qty":"1","price":"176.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":16}}] 2024-11-01 16:51:50.967 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223168-11012024165150.txt === {"quote":"223168","customer":"3970","name":null,"customerName":"Cutting Tool Control Inc.","comp":"01","open":"1","shipto":"CUTTONTR","shiptoName":"Cutting Tool Control Inc.","entry_date":"10-17-2024","cust_order_date":"11-05-2024","req_date":"11-10-2024","cust_po":"BT30-TB1.1/4-10.00NF","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Brock Lowry","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"16:02","extra":"","follow_up":"10-23-2024","web_id":"","follow_name":"Brock Lowry","follow_phone":"206-789-7277","follow_email":"cuttingtoolcontrol@msn.com","pic_user":"cindyt","total_amt":"894.4","total_gp":"594.62","total_gpm":"66.48","rev_type":"ADV","mod_date":"11-01-2024","mod_time":null,"mod_user":"cindyt","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-04-2024","notes":[{"comp":"1","quote":"223168","line":"0","data":"10-17-2024 16:02 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223168","line":"1","part":"BT30-TB1.1/4-10.00NF","qty":"1","price":"1376.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-01 16:52:00.215 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223395-11012024165200.txt === {"quote":"223395","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"SSITEC","shiptoName":"DSB Technologies, LLC","entry_date":"10-23-2024","cust_order_date":"10-23-2024","req_date":"12-04-2024","cust_po":"SE1-8.0X6.2","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Patti Winans","drop_po":"","status":"0","user":"jingz","conv_order":"","time":"10:29","extra":"","follow_up":"11-22-2024","web_id":"","follow_name":"Patti Winans","follow_phone":"800-645-7270-886416","follow_email":"patti.winans@mscdirect.com","pic_user":"jingz","total_amt":"31.2","total_gp":"17.64","total_gpm":"56.54","rev_type":"STD","mod_date":"11-01-2024","mod_time":null,"mod_user":"jingz","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-23-2024","notes":[{"comp":"1","quote":"223395","line":"0","data":"10-23-2024 10:31 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223395,"Line":0,"Comment":"10/24/2024 4:06 PM - jingz - F/U changed from 10/29/2024 to 11/22/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223395","line":"1","part":"SE1-8.0X6.2","qty":"1","price":"48.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-01 16:52:23.126 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223212-11012024165222.txt === {"quote":"223212","customer":"2965","name":null,"customerName":"Butler Bros.","comp":"01","open":"0","shipto":"NORTTTO","shiptoName":"Northeast Tool & Mfg Co Inc","entry_date":"10-18-2024","cust_order_date":"11-15-2024","req_date":"11-20-2024","cust_po":"H63A-SF6-80MT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"11","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Daniel Warner","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"10:52","extra":"","follow_up":"11-22-2024","web_id":"","follow_name":"Daniel Warner","follow_phone":"207-784-6875","follow_email":"dwarner@butlerbros.com","pic_user":"cindyt","total_amt":"612.00","total_gp":"274.17","total_gpm":"44.80","rev_type":"ADV","mod_date":"11-01-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-01-2024","notes":[{"comp":"1","quote":"223212","line":"1","data":"pricing, in stock at vendor"},{"comp":"1","quote":"223212","line":"0","data":"10-18-2024 11:05-cindyt: Added to the log for"}],"crmnotes":[],"items":[{"comp":"01","order":"223212","line":"1","part":"H63A-SF6-80MT","qty":"3","price":"340.00","uom":"EA","discount":"40.00","req_date":"ETA to L-N 11/23","branch":"1"},{"comp":"01","order":"223212","line":"2","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223212","Line":"1","Company":"1","F_Line":"1","Comment":"Delivery is based upon receipt of order 11/01","Loc":"Y"},{"Quote":"223212","Line":"1","Company":"1","F_Line":"2","Comment":"IMTS promotion 5% extra added to the discount.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-01 16:52:36.268 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223212-11012024165236.txt === {"quote":"223212","customer":"2965","name":null,"customerName":"Butler Bros.","comp":"01","open":"0","shipto":"NORTTTO","shiptoName":"Northeast Tool & Mfg Co Inc","entry_date":"10-18-2024","cust_order_date":"11-15-2024","req_date":"11-20-2024","cust_po":"H63A-SF6-80MT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"11","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Daniel Warner","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"10:52","extra":"","follow_up":"11-22-2024","web_id":"","follow_name":"Daniel Warner","follow_phone":"207-784-6875","follow_email":"dwarner@butlerbros.com","pic_user":"cindyt","total_amt":"612.00","total_gp":"274.17","total_gpm":"44.80","rev_type":"ADV","mod_date":"11-01-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-12-2024","notes":[{"comp":"1","quote":"223212","line":"1","data":"pricing, in stock at vendor"},{"comp":"1","quote":"223212","line":"0","data":"10-18-2024 11:05-cindyt: Added to the log for"}],"crmnotes":[{"comp":1,"quote":223212,"Line":0,"Comment":"11/01/2024 4:51 PM - cindyt - F/U changed from 10/24/2024 to 11/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223212,"Line":1,"Comment":"11/01/2024 4:51 PM - cindyt - CLO changed from 11/01/2024 to 12/12/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223212","line":"1","part":"H63A-SF6-80MT","qty":"3","price":"340.00","uom":"EA","discount":"40.00","req_date":"ETA to L-N 11/23","branch":"1"},{"comp":"01","order":"223212","line":"2","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223212","Line":"1","Company":"1","F_Line":"1","Comment":"Delivery is based upon receipt of order 11/01","Loc":"Y"},{"Quote":"223212","Line":"1","Company":"1","F_Line":"2","Comment":"IMTS promotion 5% extra added to the discount.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-01 16:52:56.994 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223212-11012024165256.txt === {"quote":"223212","customer":"2965","name":null,"customerName":"Butler Bros.","comp":"01","open":"0","shipto":"NORTTTO","shiptoName":"Northeast Tool & Mfg Co Inc","entry_date":"10-18-2024","cust_order_date":"11-15-2024","req_date":"12-19-2024","cust_po":"H63A-SF6-80MT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"11","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Daniel Warner","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"10:52","extra":"","follow_up":"11-22-2024","web_id":"","follow_name":"Daniel Warner","follow_phone":"207-784-6875","follow_email":"dwarner@butlerbros.com","pic_user":"cindyt","total_amt":"612.00","total_gp":"274.17","total_gpm":"44.80","rev_type":"ADV","mod_date":"11-01-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-12-2024","notes":[{"comp":"1","quote":"223212","line":"1","data":"pricing, in stock at vendor"},{"comp":"1","quote":"223212","line":"0","data":"10-18-2024 11:05-cindyt: Added to the log for"}],"crmnotes":[{"comp":1,"quote":223212,"Line":0,"Comment":"11/01/2024 4:51 PM - cindyt - F/U changed from 10/24/2024 to 11/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223212,"Line":1,"Comment":"11/01/2024 4:51 PM - cindyt - CLO changed from 11/01/2024 to 12/12/2024 (CLO Date Updated)"},{"comp":1,"quote":223212,"Line":2,"Comment":"11/01/2024 4:52 PM - cindyt - Req Date changed from 11/20/2024 to 12/19/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223212","line":"1","part":"H63A-SF6-80MT","qty":"3","price":"340.00","uom":"EA","discount":"40.00","req_date":"ETA to L-N 11/23","branch":"1"},{"comp":"01","order":"223212","line":"2","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223212","Line":"1","Company":"1","F_Line":"1","Comment":"Delivery is based upon receipt of order 11/01","Loc":"Y"},{"Quote":"223212","Line":"1","Company":"1","F_Line":"2","Comment":"IMTS promotion 5% extra added to the discount.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-01 17:03:26.253 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.684198665464, -112.108386838913, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.684198665464, -112.108386838913, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2298067 second/s. 2024-11-01 17:41:27.798 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\13687-248-3257.txt === {"customer":"13687","line":"A","dept":"EN","name":"Satoshi Tanaka","title":"E","phone":"(847) 593-5400","cell":"(224) 448-6573","fax":null,"email":"st-tanaka@...riusa.com","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3257,"password":null,"webenabled":null,"linkedin":null,"city":"Hoffman Estates","state":"IL","address1":"2400 Huntington Blvd.","address2":null,"zip":"60192","country":"USA","userid":"ericy","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"BT","Active":"Y","lnrp":"N"} [{"json":{"results":"Contactc","type":"contactc","line":" 248"}}] 2024-11-01 19:55:22.516 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.2532322516167, -111.657079922929, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.2532322516167, -111.657079922929, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2075715 second/s. 2024-11-01 21:53:05.980 [INFO] In session is user: mattm 2024-11-01 22:23:18.696 [INFO] In session is user: fletcherp 2024-11-01 22:23:19.029 [INFO] In session is user: fletcherp 2024-11-01 22:23:19.345 [INFO] In session is user: fletcherp 2024-11-01 22:23:19.649 [INFO] In session is user: fletcherp 2024-11-01 22:23:19.923 [INFO] In session is user: fletcherp 2024-11-01 22:23:20.268 [INFO] In session is user: fletcherp 2024-11-01 22:23:20.595 [INFO] In session is user: fletcherp 2024-11-01 22:23:20.882 [INFO] In session is user: fletcherp 2024-11-01 22:23:21.192 [INFO] In session is user: fletcherp 2024-11-01 22:23:21.479 [INFO] In session is user: fletcherp 2024-11-01 22:23:21.754 [INFO] In session is user: fletcherp 2024-11-01 22:23:22.013 [INFO] In session is user: fletcherp 2024-11-01 22:23:22.294 [INFO] In session is user: fletcherp 2024-11-01 22:23:22.586 [INFO] In session is user: fletcherp 2024-11-01 22:23:22.865 [INFO] In session is user: fletcherp 2024-11-01 22:23:23.149 [INFO] In session is user: fletcherp 2024-11-01 22:23:23.446 [INFO] In session is user: fletcherp 2024-11-01 22:23:23.744 [INFO] In session is user: fletcherp 2024-11-01 22:23:24.023 [INFO] In session is user: fletcherp 2024-11-01 22:23:24.313 [INFO] In session is user: fletcherp 2024-11-01 22:23:24.618 [INFO] In session is user: fletcherp 2024-11-01 22:23:24.898 [INFO] In session is user: fletcherp 2024-11-01 22:23:25.242 [INFO] In session is user: fletcherp 2024-11-01 22:23:25.546 [INFO] In session is user: fletcherp 2024-11-01 22:23:25.817 [INFO] In session is user: fletcherp 2024-11-01 22:23:26.080 [INFO] In session is user: fletcherp 2024-11-01 22:23:26.390 [INFO] In session is user: fletcherp 2024-11-01 22:23:26.726 [INFO] In session is user: fletcherp 2024-11-01 22:23:26.987 [INFO] In session is user: fletcherp 2024-11-01 22:23:27.283 [INFO] In session is user: fletcherp 2024-11-01 22:23:27.578 [INFO] In session is user: fletcherp 2024-11-01 22:23:27.839 [INFO] In session is user: fletcherp 2024-11-01 22:23:28.105 [INFO] In session is user: fletcherp 2024-11-01 22:23:28.406 [INFO] In session is user: fletcherp 2024-11-01 22:23:28.673 [INFO] In session is user: fletcherp 2024-11-01 22:23:28.929 [INFO] In session is user: fletcherp 2024-11-01 22:23:29.222 [INFO] In session is user: fletcherp 2024-11-01 22:23:29.507 [INFO] In session is user: fletcherp 2024-11-01 22:23:29.802 [INFO] In session is user: fletcherp 2024-11-01 22:23:30.085 [INFO] In session is user: fletcherp 2024-11-01 22:23:30.395 [INFO] In session is user: fletcherp 2024-11-01 22:23:30.691 [INFO] In session is user: fletcherp 2024-11-01 22:23:30.990 [INFO] In session is user: fletcherp 2024-11-01 22:23:31.295 [INFO] In session is user: fletcherp 2024-11-01 22:23:31.574 [INFO] In session is user: fletcherp 2024-11-01 22:23:31.889 [INFO] In session is user: fletcherp 2024-11-01 22:23:32.173 [INFO] In session is user: fletcherp 2024-11-01 22:23:32.442 [INFO] In session is user: fletcherp 2024-11-01 22:23:32.807 [INFO] In session is user: fletcherp 2024-11-01 22:23:33.075 [INFO] In session is user: fletcherp 2024-11-01 22:23:33.382 [INFO] In session is user: fletcherp 2024-11-01 22:23:33.692 [INFO] In session is user: fletcherp 2024-11-01 22:23:34.125 [INFO] In session is user: fletcherp 2024-11-01 22:23:34.408 [INFO] In session is user: fletcherp 2024-11-01 22:23:34.689 [INFO] In session is user: fletcherp 2024-11-01 22:23:34.976 [INFO] In session is user: fletcherp 2024-11-01 22:23:35.278 [INFO] In session is user: fletcherp 2024-11-01 22:23:35.538 [INFO] In session is user: fletcherp 2024-11-01 22:23:35.812 [INFO] In session is user: fletcherp 2024-11-01 22:23:36.122 [INFO] In session is user: fletcherp 2024-11-01 22:23:36.425 [INFO] In session is user: fletcherp 2024-11-01 22:23:36.717 [INFO] In session is user: fletcherp 2024-11-01 22:23:37.034 [INFO] In session is user: fletcherp 2024-11-01 22:23:37.318 [INFO] In session is user: fletcherp 2024-11-01 22:23:37.583 [INFO] In session is user: fletcherp 2024-11-01 22:23:37.879 [INFO] In session is user: fletcherp 2024-11-01 22:23:38.156 [INFO] In session is user: fletcherp 2024-11-01 22:23:38.422 [INFO] In session is user: fletcherp 2024-11-01 22:23:38.690 [INFO] In session is user: fletcherp 2024-11-01 22:23:38.996 [INFO] In session is user: fletcherp 2024-11-01 22:23:39.288 [INFO] In session is user: fletcherp 2024-11-01 22:23:39.575 [INFO] In session is user: fletcherp 2024-11-01 22:23:39.848 [INFO] In session is user: fletcherp 2024-11-01 22:23:40.148 [INFO] In session is user: fletcherp 2024-11-01 22:23:40.420 [INFO] In session is user: fletcherp 2024-11-01 22:23:40.730 [INFO] In session is user: fletcherp 2024-11-01 22:23:41.019 [INFO] In session is user: fletcherp 2024-11-01 22:23:41.307 [INFO] In session is user: fletcherp 2024-11-01 22:23:41.590 [INFO] In session is user: fletcherp 2024-11-01 22:23:41.878 [INFO] In session is user: fletcherp 2024-11-01 22:23:42.143 [INFO] In session is user: fletcherp 2024-11-01 22:23:42.420 [INFO] In session is user: fletcherp 2024-11-01 22:23:42.703 [INFO] In session is user: fletcherp 2024-11-01 22:23:42.986 [INFO] In session is user: fletcherp 2024-11-01 22:23:43.263 [INFO] In session is user: fletcherp 2024-11-01 22:23:43.568 [INFO] In session is user: fletcherp 2024-11-01 22:23:43.941 [INFO] In session is user: fletcherp 2024-11-01 22:23:44.256 [INFO] In session is user: fletcherp 2024-11-01 22:23:44.529 [INFO] In session is user: fletcherp 2024-11-01 22:23:44.811 [INFO] In session is user: fletcherp 2024-11-01 22:23:45.098 [INFO] In session is user: fletcherp 2024-11-01 22:23:45.386 [INFO] In session is user: fletcherp 2024-11-01 22:23:45.686 [INFO] In session is user: fletcherp 2024-11-01 22:23:45.986 [INFO] In session is user: fletcherp 2024-11-01 22:23:46.266 [INFO] In session is user: fletcherp 2024-11-01 22:23:46.542 [INFO] In session is user: fletcherp 2024-11-01 22:23:46.820 [INFO] In session is user: fletcherp 2024-11-01 22:23:47.060 [INFO] In session is user: fletcherp 2024-11-01 22:23:47.374 [INFO] In session is user: fletcherp 2024-11-01 22:23:47.694 [INFO] In session is user: fletcherp 2024-11-01 22:23:47.989 [INFO] In session is user: fletcherp 2024-11-01 22:23:48.295 [INFO] In session is user: fletcherp 2024-11-01 22:23:48.600 [INFO] In session is user: fletcherp 2024-11-01 22:23:48.871 [INFO] In session is user: fletcherp 2024-11-01 22:23:49.157 [INFO] In session is user: fletcherp 2024-11-01 22:23:49.460 [INFO] In session is user: fletcherp 2024-11-01 22:23:49.762 [INFO] In session is user: fletcherp 2024-11-01 22:23:50.048 [INFO] In session is user: fletcherp 2024-11-01 22:23:50.366 [INFO] In session is user: fletcherp 2024-11-01 22:23:50.665 [INFO] In session is user: fletcherp 2024-11-01 22:23:50.954 [INFO] In session is user: fletcherp 2024-11-01 22:23:51.219 [INFO] In session is user: fletcherp 2024-11-01 22:23:51.518 [INFO] In session is user: fletcherp 2024-11-01 22:23:51.817 [INFO] In session is user: fletcherp 2024-11-01 22:23:52.119 [INFO] In session is user: fletcherp 2024-11-01 22:23:52.426 [INFO] In session is user: fletcherp 2024-11-01 22:23:52.732 [INFO] In session is user: fletcherp 2024-11-01 22:23:52.998 [INFO] In session is user: fletcherp 2024-11-01 22:23:53.277 [INFO] In session is user: fletcherp 2024-11-01 22:23:53.540 [INFO] In session is user: fletcherp 2024-11-01 22:23:53.805 [INFO] In session is user: fletcherp 2024-11-01 22:23:54.114 [INFO] In session is user: fletcherp 2024-11-01 22:23:54.384 [INFO] In session is user: fletcherp 2024-11-01 22:23:54.688 [INFO] In session is user: fletcherp 2024-11-01 22:23:54.958 [INFO] In session is user: fletcherp 2024-11-01 22:23:55.269 [INFO] In session is user: fletcherp 2024-11-01 22:23:55.550 [INFO] In session is user: fletcherp 2024-11-01 22:23:55.821 [INFO] In session is user: fletcherp 2024-11-01 22:23:56.110 [INFO] In session is user: fletcherp 2024-11-01 22:23:56.410 [INFO] In session is user: fletcherp 2024-11-01 22:23:56.658 [INFO] In session is user: fletcherp 2024-11-01 22:23:56.959 [INFO] In session is user: fletcherp 2024-11-01 22:23:57.266 [INFO] In session is user: fletcherp 2024-11-01 22:23:57.560 [INFO] In session is user: fletcherp 2024-11-01 22:23:57.839 [INFO] In session is user: fletcherp 2024-11-01 22:23:58.107 [INFO] In session is user: fletcherp 2024-11-01 22:23:58.405 [INFO] In session is user: fletcherp 2024-11-01 22:23:58.673 [INFO] In session is user: fletcherp 2024-11-01 22:23:58.977 [INFO] In session is user: fletcherp 2024-11-01 22:23:59.269 [INFO] In session is user: fletcherp 2024-11-01 22:23:59.522 [INFO] In session is user: fletcherp 2024-11-01 22:23:59.798 [INFO] In session is user: fletcherp 2024-11-01 22:24:00.096 [INFO] In session is user: fletcherp 2024-11-01 22:24:00.374 [INFO] In session is user: fletcherp 2024-11-01 22:24:00.684 [INFO] In session is user: fletcherp 2024-11-01 22:24:00.960 [INFO] In session is user: fletcherp 2024-11-01 22:24:01.235 [INFO] In session is user: fletcherp 2024-11-01 22:24:01.537 [INFO] In session is user: fletcherp 2024-11-01 22:24:01.799 [INFO] In session is user: fletcherp 2024-11-01 22:24:02.088 [INFO] In session is user: fletcherp 2024-11-01 22:24:02.374 [INFO] In session is user: fletcherp 2024-11-01 22:24:02.663 [INFO] In session is user: fletcherp 2024-11-01 22:24:02.952 [INFO] In session is user: fletcherp 2024-11-01 22:24:03.343 [INFO] In session is user: fletcherp 2024-11-01 22:24:03.640 [INFO] In session is user: fletcherp 2024-11-01 22:24:03.924 [INFO] In session is user: fletcherp 2024-11-01 22:24:04.260 [INFO] In session is user: fletcherp 2024-11-01 22:24:04.537 [INFO] In session is user: fletcherp 2024-11-01 22:24:04.860 [INFO] In session is user: fletcherp 2024-11-01 22:24:05.144 [INFO] In session is user: fletcherp 2024-11-01 22:24:05.409 [INFO] In session is user: fletcherp 2024-11-01 22:24:05.674 [INFO] In session is user: fletcherp 2024-11-01 22:24:05.938 [INFO] In session is user: fletcherp 2024-11-01 22:24:06.220 [INFO] In session is user: fletcherp 2024-11-01 22:24:06.540 [INFO] In session is user: fletcherp 2024-11-01 22:24:06.846 [INFO] In session is user: fletcherp 2024-11-01 22:24:07.144 [INFO] In session is user: fletcherp 2024-11-01 22:24:07.599 [INFO] In session is user: fletcherp 2024-11-01 22:24:07.939 [INFO] In session is user: fletcherp 2024-11-01 22:24:08.216 [INFO] In session is user: fletcherp 2024-11-01 22:24:08.530 [INFO] In session is user: fletcherp 2024-11-01 22:24:08.824 [INFO] In session is user: fletcherp 2024-11-01 22:24:09.093 [INFO] In session is user: fletcherp 2024-11-01 22:24:09.377 [INFO] In session is user: fletcherp 2024-11-01 22:24:09.651 [INFO] In session is user: fletcherp 2024-11-01 22:24:09.925 [INFO] In session is user: fletcherp 2024-11-01 22:24:10.184 [INFO] In session is user: fletcherp 2024-11-01 22:24:10.481 [INFO] In session is user: fletcherp 2024-11-01 22:24:10.767 [INFO] In session is user: fletcherp 2024-11-01 22:24:11.041 [INFO] In session is user: fletcherp 2024-11-01 22:24:11.320 [INFO] In session is user: fletcherp 2024-11-01 22:24:11.589 [INFO] In session is user: fletcherp 2024-11-01 22:24:11.888 [INFO] In session is user: fletcherp 2024-11-01 22:24:12.189 [INFO] In session is user: fletcherp 2024-11-01 22:24:12.466 [INFO] In session is user: fletcherp 2024-11-01 22:24:12.772 [INFO] In session is user: fletcherp 2024-11-01 22:24:13.045 [INFO] In session is user: fletcherp 2024-11-01 22:24:13.384 [INFO] In session is user: fletcherp 2024-11-01 22:24:13.656 [INFO] In session is user: fletcherp 2024-11-01 22:24:13.942 [INFO] In session is user: fletcherp 2024-11-01 22:24:14.232 [INFO] In session is user: fletcherp 2024-11-01 22:24:14.579 [INFO] In session is user: fletcherp 2024-11-01 22:24:14.886 [INFO] In session is user: fletcherp 2024-11-01 22:24:15.158 [INFO] In session is user: fletcherp 2024-11-01 22:24:15.472 [INFO] In session is user: fletcherp 2024-11-01 22:24:15.739 [INFO] In session is user: fletcherp 2024-11-01 22:24:15.975 [INFO] In session is user: fletcherp 2024-11-01 22:24:16.271 [INFO] In session is user: fletcherp 2024-11-01 22:24:16.539 [INFO] In session is user: fletcherp 2024-11-01 22:24:16.826 [INFO] In session is user: fletcherp 2024-11-01 22:24:17.104 [INFO] In session is user: fletcherp 2024-11-01 22:24:17.400 [INFO] In session is user: fletcherp 2024-11-01 22:24:17.658 [INFO] In session is user: fletcherp 2024-11-01 22:24:17.909 [INFO] In session is user: fletcherp 2024-11-01 22:24:18.219 [INFO] In session is user: fletcherp 2024-11-01 22:24:18.491 [INFO] In session is user: fletcherp 2024-11-01 22:24:18.804 [INFO] In session is user: fletcherp 2024-11-01 22:24:19.038 [INFO] In session is user: fletcherp 2024-11-01 22:24:19.327 [INFO] In session is user: fletcherp 2024-11-01 22:24:19.588 [INFO] In session is user: fletcherp 2024-11-01 22:24:19.875 [INFO] In session is user: fletcherp 2024-11-01 22:24:20.137 [INFO] In session is user: fletcherp 2024-11-01 22:24:20.413 [INFO] In session is user: fletcherp 2024-11-01 22:24:20.738 [INFO] In session is user: fletcherp 2024-11-01 22:24:21.053 [INFO] In session is user: fletcherp 2024-11-01 22:24:21.330 [INFO] In session is user: fletcherp 2024-11-01 22:24:21.579 [INFO] In session is user: fletcherp 2024-11-01 22:24:21.910 [INFO] In session is user: fletcherp 2024-11-01 22:24:22.184 [INFO] In session is user: fletcherp 2024-11-01 22:24:22.442 [INFO] In session is user: fletcherp 2024-11-01 22:24:22.706 [INFO] In session is user: fletcherp 2024-11-01 22:24:23.007 [INFO] In session is user: fletcherp 2024-11-01 22:24:23.322 [INFO] In session is user: fletcherp 2024-11-01 22:24:23.612 [INFO] In session is user: fletcherp 2024-11-01 22:24:23.909 [INFO] In session is user: fletcherp 2024-11-01 22:24:24.194 [INFO] In session is user: fletcherp 2024-11-01 22:24:24.503 [INFO] In session is user: fletcherp 2024-11-01 22:24:24.759 [INFO] In session is user: fletcherp 2024-11-01 22:24:25.027 [INFO] In session is user: fletcherp 2024-11-01 22:24:25.322 [INFO] In session is user: fletcherp 2024-11-01 22:24:25.643 [INFO] In session is user: fletcherp 2024-11-01 22:24:25.923 [INFO] In session is user: fletcherp 2024-11-01 22:24:26.228 [INFO] In session is user: fletcherp 2024-11-01 22:24:26.525 [INFO] In session is user: fletcherp 2024-11-01 22:24:26.829 [INFO] In session is user: fletcherp 2024-11-01 22:24:27.089 [INFO] In session is user: fletcherp 2024-11-01 22:24:27.354 [INFO] In session is user: fletcherp 2024-11-01 22:24:27.679 [INFO] In session is user: fletcherp 2024-11-01 22:24:27.990 [INFO] In session is user: fletcherp 2024-11-01 22:24:28.292 [INFO] In session is user: fletcherp 2024-11-01 22:24:28.595 [INFO] In session is user: fletcherp 2024-11-01 22:24:28.880 [INFO] In session is user: fletcherp 2024-11-01 22:24:29.166 [INFO] In session is user: fletcherp 2024-11-01 22:24:29.441 [INFO] In session is user: fletcherp 2024-11-01 22:24:29.722 [INFO] In session is user: fletcherp 2024-11-01 22:24:30.033 [INFO] In session is user: fletcherp 2024-11-01 22:24:30.321 [INFO] In session is user: fletcherp 2024-11-01 22:24:30.610 [INFO] In session is user: fletcherp 2024-11-01 22:24:30.911 [INFO] In session is user: fletcherp 2024-11-01 22:24:31.193 [INFO] In session is user: fletcherp 2024-11-01 22:24:31.529 [INFO] In session is user: fletcherp 2024-11-01 22:24:31.803 [INFO] In session is user: fletcherp 2024-11-01 22:24:32.104 [INFO] In session is user: fletcherp 2024-11-01 22:24:32.384 [INFO] In session is user: fletcherp 2024-11-01 22:24:32.649 [INFO] In session is user: fletcherp 2024-11-01 22:24:32.918 [INFO] In session is user: fletcherp 2024-11-01 22:24:33.219 [INFO] In session is user: fletcherp 2024-11-01 22:24:33.499 [INFO] In session is user: fletcherp 2024-11-01 22:24:33.766 [INFO] In session is user: fletcherp 2024-11-01 22:24:34.045 [INFO] In session is user: fletcherp 2024-11-01 22:24:34.349 [INFO] In session is user: fletcherp 2024-11-01 22:24:34.631 [INFO] In session is user: fletcherp 2024-11-01 22:24:34.936 [INFO] In session is user: fletcherp 2024-11-01 22:24:35.217 [INFO] In session is user: fletcherp 2024-11-01 22:24:35.523 [INFO] In session is user: fletcherp 2024-11-01 22:24:35.919 [INFO] In session is user: fletcherp 2024-11-01 22:24:36.188 [INFO] In session is user: fletcherp 2024-11-01 22:24:36.473 [INFO] In session is user: fletcherp 2024-11-01 22:24:36.813 [INFO] In session is user: fletcherp 2024-11-01 22:24:39.906 [INFO] In session is user: fletcherp 2024-11-01 22:24:40.201 [INFO] In session is user: fletcherp 2024-11-01 22:24:40.494 [INFO] In session is user: fletcherp 2024-11-01 22:24:40.785 [INFO] In session is user: fletcherp 2024-11-01 22:24:41.128 [INFO] In session is user: fletcherp 2024-11-01 22:24:41.395 [INFO] In session is user: fletcherp 2024-11-01 22:24:41.676 [INFO] In session is user: fletcherp 2024-11-01 22:24:41.983 [INFO] In session is user: fletcherp 2024-11-01 22:24:42.234 [INFO] In session is user: fletcherp 2024-11-01 22:24:42.566 [INFO] In session is user: fletcherp 2024-11-01 22:24:42.834 [INFO] In session is user: fletcherp 2024-11-01 22:24:43.132 [INFO] In session is user: fletcherp 2024-11-01 22:24:43.385 [INFO] In session is user: fletcherp 2024-11-01 22:24:43.654 [INFO] In session is user: fletcherp 2024-11-01 22:24:44.088 [INFO] In session is user: fletcherp 2024-11-01 22:24:44.705 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.8629546543392, -117.721165082486, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.8629546543392, -117.721165082486, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1665952 second/s. 2024-11-01 22:24:45.328 [INFO] In session is user: fletcherp 2024-11-01 22:24:45.607 [INFO] In session is user: fletcherp 2024-11-01 22:24:45.923 [INFO] In session is user: fletcherp 2024-11-01 22:24:46.221 [INFO] In session is user: fletcherp 2024-11-01 22:24:46.509 [INFO] In session is user: fletcherp 2024-11-01 22:24:46.768 [INFO] In session is user: fletcherp 2024-11-01 22:24:47.047 [INFO] In session is user: fletcherp 2024-11-01 22:24:47.319 [INFO] In session is user: fletcherp 2024-11-01 22:24:47.593 [INFO] In session is user: fletcherp 2024-11-01 22:24:47.892 [INFO] In session is user: fletcherp 2024-11-01 22:24:48.181 [INFO] In session is user: fletcherp 2024-11-01 22:24:48.481 [INFO] In session is user: fletcherp 2024-11-01 22:24:48.730 [INFO] In session is user: fletcherp 2024-11-01 22:24:49.028 [INFO] In session is user: fletcherp 2024-11-01 22:24:49.380 [INFO] In session is user: fletcherp 2024-11-01 22:24:49.669 [INFO] In session is user: fletcherp 2024-11-01 22:24:49.953 [INFO] In session is user: fletcherp 2024-11-01 22:24:50.271 [INFO] In session is user: fletcherp 2024-11-01 22:24:50.528 [INFO] In session is user: fletcherp 2024-11-01 22:24:50.799 [INFO] In session is user: fletcherp 2024-11-01 22:24:51.103 [INFO] In session is user: fletcherp 2024-11-01 22:24:51.371 [INFO] In session is user: fletcherp 2024-11-01 22:24:51.639 [INFO] In session is user: fletcherp 2024-11-01 22:24:51.930 [INFO] In session is user: fletcherp 2024-11-01 22:24:52.219 [INFO] In session is user: fletcherp 2024-11-01 22:24:52.504 [INFO] In session is user: fletcherp 2024-11-01 22:24:52.754 [INFO] In session is user: fletcherp 2024-11-01 22:24:53.033 [INFO] In session is user: fletcherp 2024-11-01 22:24:53.358 [INFO] In session is user: fletcherp 2024-11-01 22:24:53.668 [INFO] In session is user: fletcherp 2024-11-01 22:24:53.973 [INFO] In session is user: fletcherp 2024-11-01 22:24:54.246 [INFO] In session is user: fletcherp 2024-11-01 22:24:54.515 [INFO] In session is user: fletcherp 2024-11-01 22:24:54.777 [INFO] In session is user: fletcherp 2024-11-01 22:24:55.082 [INFO] In session is user: fletcherp 2024-11-01 22:24:55.336 [INFO] In session is user: fletcherp 2024-11-01 22:24:55.645 [INFO] In session is user: fletcherp 2024-11-01 22:24:55.915 [INFO] In session is user: fletcherp 2024-11-01 22:24:56.199 [INFO] In session is user: fletcherp 2024-11-01 22:24:56.521 [INFO] In session is user: fletcherp 2024-11-01 22:24:56.822 [INFO] In session is user: fletcherp 2024-11-01 22:24:57.130 [INFO] In session is user: fletcherp 2024-11-01 22:24:57.399 [INFO] In session is user: fletcherp 2024-11-01 22:24:57.695 [INFO] In session is user: fletcherp 2024-11-01 22:24:57.989 [INFO] In session is user: fletcherp 2024-11-01 22:24:58.254 [INFO] In session is user: fletcherp 2024-11-01 22:24:58.536 [INFO] In session is user: fletcherp 2024-11-01 22:24:58.815 [INFO] In session is user: fletcherp 2024-11-01 22:24:59.103 [INFO] In session is user: fletcherp 2024-11-01 22:24:59.398 [INFO] In session is user: fletcherp 2024-11-01 22:24:59.653 [INFO] In session is user: fletcherp 2024-11-01 22:24:59.938 [INFO] In session is user: fletcherp 2024-11-01 22:25:00.269 [INFO] In session is user: fletcherp 2024-11-01 22:25:00.549 [INFO] In session is user: fletcherp 2024-11-01 22:25:00.851 [INFO] In session is user: fletcherp 2024-11-01 22:25:01.137 [INFO] In session is user: fletcherp 2024-11-01 22:25:01.409 [INFO] In session is user: fletcherp 2024-11-01 22:25:01.701 [INFO] In session is user: fletcherp 2024-11-01 22:25:01.999 [INFO] In session is user: fletcherp 2024-11-01 22:25:02.298 [INFO] In session is user: fletcherp 2024-11-01 22:25:02.571 [INFO] In session is user: fletcherp 2024-11-01 22:25:02.864 [INFO] In session is user: fletcherp 2024-11-01 22:25:03.123 [INFO] In session is user: fletcherp 2024-11-01 22:25:03.406 [INFO] In session is user: fletcherp 2024-11-01 22:25:03.740 [INFO] In session is user: fletcherp 2024-11-01 22:25:04.060 [INFO] In session is user: fletcherp 2024-11-01 22:25:04.342 [INFO] In session is user: fletcherp 2024-11-01 22:25:04.623 [INFO] In session is user: fletcherp 2024-11-01 22:25:04.912 [INFO] In session is user: fletcherp 2024-11-01 22:25:05.197 [INFO] In session is user: fletcherp 2024-11-01 22:25:05.445 [INFO] In session is user: fletcherp 2024-11-01 22:25:05.710 [INFO] In session is user: fletcherp 2024-11-01 22:25:05.995 [INFO] In session is user: fletcherp 2024-11-01 22:25:06.287 [INFO] In session is user: fletcherp 2024-11-01 22:25:06.531 [INFO] In session is user: fletcherp 2024-11-01 22:25:06.820 [INFO] In session is user: fletcherp 2024-11-01 22:25:07.096 [INFO] In session is user: fletcherp 2024-11-01 22:25:07.409 [INFO] In session is user: fletcherp 2024-11-01 22:25:07.663 [INFO] In session is user: fletcherp 2024-11-01 22:25:07.971 [INFO] In session is user: fletcherp 2024-11-01 22:25:08.287 [INFO] In session is user: fletcherp 2024-11-01 22:25:08.574 [INFO] In session is user: fletcherp 2024-11-01 22:25:08.853 [INFO] In session is user: fletcherp 2024-11-01 22:25:09.118 [INFO] In session is user: fletcherp 2024-11-01 22:25:09.395 [INFO] In session is user: fletcherp 2024-11-01 22:25:09.722 [INFO] In session is user: fletcherp 2024-11-01 22:25:10.009 [INFO] In session is user: fletcherp 2024-11-01 22:25:10.244 [INFO] In session is user: fletcherp 2024-11-01 22:25:10.527 [INFO] In session is user: fletcherp 2024-11-01 22:25:10.833 [INFO] In session is user: fletcherp 2024-11-01 22:25:11.122 [INFO] In session is user: fletcherp 2024-11-01 22:25:11.386 [INFO] In session is user: fletcherp 2024-11-01 22:25:11.674 [INFO] In session is user: fletcherp 2024-11-01 22:25:11.978 [INFO] In session is user: fletcherp 2024-11-01 22:25:12.260 [INFO] In session is user: fletcherp 2024-11-01 22:25:12.515 [INFO] In session is user: fletcherp 2024-11-01 22:25:12.787 [INFO] In session is user: fletcherp 2024-11-01 22:25:13.062 [INFO] In session is user: fletcherp 2024-11-01 22:25:13.353 [INFO] In session is user: fletcherp 2024-11-01 22:25:13.629 [INFO] In session is user: fletcherp 2024-11-01 22:25:13.917 [INFO] In session is user: fletcherp 2024-11-01 22:25:14.194 [INFO] In session is user: fletcherp 2024-11-01 22:25:14.527 [INFO] In session is user: fletcherp 2024-11-01 22:25:14.793 [INFO] In session is user: fletcherp 2024-11-01 22:25:15.079 [INFO] In session is user: fletcherp 2024-11-01 22:25:15.362 [INFO] In session is user: fletcherp 2024-11-01 22:25:15.659 [INFO] In session is user: fletcherp 2024-11-01 22:25:15.935 [INFO] In session is user: fletcherp 2024-11-01 22:25:16.225 [INFO] In session is user: fletcherp 2024-11-01 22:25:16.498 [INFO] In session is user: fletcherp 2024-11-01 22:25:16.819 [INFO] In session is user: fletcherp 2024-11-01 22:25:17.110 [INFO] In session is user: fletcherp 2024-11-01 22:25:17.403 [INFO] In session is user: fletcherp 2024-11-01 22:25:17.696 [INFO] In session is user: fletcherp 2024-11-01 22:25:18.009 [INFO] In session is user: fletcherp 2024-11-01 22:25:18.312 [INFO] In session is user: fletcherp 2024-11-01 22:25:18.581 [INFO] In session is user: fletcherp 2024-11-01 22:25:18.856 [INFO] In session is user: fletcherp 2024-11-01 22:25:19.146 [INFO] In session is user: fletcherp 2024-11-01 22:25:19.429 [INFO] In session is user: fletcherp 2024-11-01 22:25:19.707 [INFO] In session is user: fletcherp 2024-11-01 22:25:20.045 [INFO] In session is user: fletcherp 2024-11-01 22:25:20.336 [INFO] In session is user: fletcherp 2024-11-01 22:25:20.618 [INFO] In session is user: fletcherp 2024-11-01 22:25:20.939 [INFO] In session is user: fletcherp 2024-11-01 22:25:21.221 [INFO] In session is user: fletcherp 2024-11-01 22:25:21.474 [INFO] In session is user: fletcherp 2024-11-01 22:25:21.756 [INFO] In session is user: fletcherp 2024-11-01 22:25:21.999 [INFO] In session is user: fletcherp 2024-11-01 22:25:22.289 [INFO] In session is user: fletcherp 2024-11-01 22:25:22.615 [INFO] In session is user: fletcherp 2024-11-01 22:25:22.896 [INFO] In session is user: fletcherp 2024-11-01 22:25:46.234 [INFO] In session is user: fletcherp 2024-11-01 22:25:46.597 [INFO] In session is user: fletcherp 2024-11-01 22:25:46.959 [INFO] In session is user: fletcherp 2024-11-01 22:25:47.311 [INFO] In session is user: fletcherp 2024-11-01 22:25:47.580 [INFO] In session is user: fletcherp 2024-11-01 22:25:47.850 [INFO] In session is user: fletcherp 2024-11-01 22:25:48.116 [INFO] In session is user: fletcherp 2024-11-01 22:25:48.435 [INFO] In session is user: fletcherp 2024-11-01 22:25:48.694 [INFO] In session is user: fletcherp 2024-11-01 22:25:48.976 [INFO] In session is user: fletcherp 2024-11-01 22:25:49.273 [INFO] In session is user: fletcherp 2024-11-01 22:25:49.569 [INFO] In session is user: fletcherp 2024-11-01 22:25:49.870 [INFO] In session is user: fletcherp 2024-11-01 22:25:50.183 [INFO] In session is user: fletcherp 2024-11-01 22:25:50.451 [INFO] In session is user: fletcherp 2024-11-01 22:25:50.782 [INFO] In session is user: fletcherp 2024-11-01 22:25:51.074 [INFO] In session is user: fletcherp 2024-11-01 22:25:51.388 [INFO] In session is user: fletcherp 2024-11-01 22:25:51.674 [INFO] In session is user: fletcherp 2024-11-01 22:25:51.974 [INFO] In session is user: fletcherp 2024-11-01 22:25:52.217 [INFO] In session is user: fletcherp 2024-11-01 22:25:52.526 [INFO] In session is user: fletcherp 2024-11-01 22:25:52.831 [INFO] In session is user: fletcherp 2024-11-01 22:25:53.128 [INFO] In session is user: fletcherp 2024-11-01 22:25:53.442 [INFO] In session is user: fletcherp 2024-11-01 22:25:53.734 [INFO] In session is user: fletcherp 2024-11-01 22:25:54.042 [INFO] In session is user: fletcherp 2024-11-01 22:25:54.345 [INFO] In session is user: fletcherp 2024-11-01 22:25:54.654 [INFO] In session is user: fletcherp 2024-11-01 22:25:54.908 [INFO] In session is user: fletcherp 2024-11-01 22:25:55.175 [INFO] In session is user: fletcherp 2024-11-01 22:25:55.445 [INFO] In session is user: fletcherp 2024-11-01 22:25:55.719 [INFO] In session is user: fletcherp 2024-11-01 22:25:55.976 [INFO] In session is user: fletcherp 2024-11-01 22:25:56.259 [INFO] In session is user: fletcherp 2024-11-01 22:25:56.587 [INFO] In session is user: fletcherp 2024-11-01 22:25:56.862 [INFO] In session is user: fletcherp 2024-11-01 22:25:57.136 [INFO] In session is user: fletcherp 2024-11-01 22:25:57.444 [INFO] In session is user: fletcherp 2024-11-01 22:25:57.717 [INFO] In session is user: fletcherp 2024-11-01 22:25:58.001 [INFO] In session is user: fletcherp 2024-11-01 22:25:58.294 [INFO] In session is user: fletcherp 2024-11-01 22:25:58.777 [INFO] In session is user: fletcherp 2024-11-01 22:25:59.107 [INFO] In session is user: fletcherp 2024-11-01 22:25:59.412 [INFO] In session is user: fletcherp 2024-11-01 22:25:59.716 [INFO] In session is user: fletcherp 2024-11-01 22:26:00.044 [INFO] In session is user: fletcherp 2024-11-01 22:26:00.342 [INFO] In session is user: fletcherp 2024-11-01 22:26:00.634 [INFO] In session is user: fletcherp 2024-11-01 22:26:00.941 [INFO] In session is user: fletcherp 2024-11-01 22:26:01.249 [INFO] In session is user: fletcherp 2024-11-01 22:26:01.539 [INFO] In session is user: fletcherp 2024-11-01 22:26:01.837 [INFO] In session is user: fletcherp 2024-11-01 22:26:02.130 [INFO] In session is user: fletcherp 2024-11-01 22:26:02.458 [INFO] In session is user: fletcherp 2024-11-01 22:26:02.746 [INFO] In session is user: fletcherp 2024-11-01 22:26:03.026 [INFO] In session is user: fletcherp 2024-11-01 22:26:03.331 [INFO] In session is user: fletcherp 2024-11-01 22:26:03.619 [INFO] In session is user: fletcherp 2024-11-01 22:26:03.896 [INFO] In session is user: fletcherp 2024-11-01 22:26:04.187 [INFO] In session is user: fletcherp 2024-11-01 22:26:04.722 [INFO] In session is user: fletcherp 2024-11-01 22:26:05.024 [INFO] In session is user: fletcherp 2024-11-01 22:26:05.302 [INFO] In session is user: fletcherp 2024-11-01 22:26:05.602 [INFO] In session is user: fletcherp 2024-11-01 22:26:05.937 [INFO] In session is user: fletcherp 2024-11-01 22:26:06.242 [INFO] In session is user: fletcherp 2024-11-01 22:26:06.551 [INFO] In session is user: fletcherp 2024-11-01 22:26:06.857 [INFO] In session is user: fletcherp 2024-11-01 22:26:07.162 [INFO] In session is user: fletcherp 2024-11-01 22:26:07.454 [INFO] In session is user: fletcherp 2024-11-01 22:26:07.759 [INFO] In session is user: fletcherp 2024-11-01 22:26:08.066 [INFO] In session is user: fletcherp 2024-11-01 22:26:08.327 [INFO] In session is user: fletcherp 2024-11-01 22:26:08.637 [INFO] In session is user: fletcherp 2024-11-01 22:26:08.938 [INFO] In session is user: fletcherp 2024-11-01 22:26:09.248 [INFO] In session is user: fletcherp 2024-11-01 22:26:09.518 [INFO] In session is user: fletcherp 2024-11-01 22:26:09.780 [INFO] In session is user: fletcherp 2024-11-01 22:26:10.051 [INFO] In session is user: fletcherp 2024-11-01 22:26:10.347 [INFO] In session is user: fletcherp 2024-11-01 22:26:10.649 [INFO] In session is user: fletcherp 2024-11-01 22:26:10.987 [INFO] In session is user: fletcherp 2024-11-01 22:26:11.282 [INFO] In session is user: fletcherp 2024-11-01 22:26:11.602 [INFO] In session is user: fletcherp 2024-11-01 22:26:11.871 [INFO] In session is user: fletcherp 2024-11-01 22:26:12.158 [INFO] In session is user: fletcherp 2024-11-01 22:26:12.438 [INFO] In session is user: fletcherp 2024-11-01 22:26:12.733 [INFO] In session is user: fletcherp 2024-11-01 22:26:12.972 [INFO] In session is user: fletcherp 2024-11-01 22:26:13.248 [INFO] In session is user: fletcherp 2024-11-01 22:26:13.539 [INFO] In session is user: fletcherp 2024-11-01 22:26:13.830 [INFO] In session is user: fletcherp 2024-11-01 22:26:14.108 [INFO] In session is user: fletcherp 2024-11-01 22:26:14.434 [INFO] In session is user: fletcherp 2024-11-01 22:26:14.703 [INFO] In session is user: fletcherp 2024-11-01 22:26:15.003 [INFO] In session is user: fletcherp 2024-11-01 22:26:15.293 [INFO] In session is user: fletcherp 2024-11-01 22:26:15.609 [INFO] In session is user: fletcherp 2024-11-01 22:26:15.900 [INFO] In session is user: fletcherp 2024-11-01 22:26:16.183 [INFO] In session is user: fletcherp 2024-11-01 22:26:16.473 [INFO] In session is user: fletcherp 2024-11-01 22:26:16.755 [INFO] In session is user: fletcherp 2024-11-01 22:26:17.084 [INFO] In session is user: fletcherp 2024-11-01 22:26:17.382 [INFO] In session is user: fletcherp 2024-11-01 22:26:17.690 [INFO] In session is user: fletcherp 2024-11-01 22:26:17.980 [INFO] In session is user: fletcherp 2024-11-01 22:26:18.294 [INFO] In session is user: fletcherp 2024-11-01 22:26:18.579 [INFO] In session is user: fletcherp 2024-11-01 22:26:18.853 [INFO] In session is user: fletcherp 2024-11-01 22:26:19.158 [INFO] In session is user: fletcherp 2024-11-01 22:26:19.460 [INFO] In session is user: fletcherp 2024-11-01 22:26:19.773 [INFO] In session is user: fletcherp 2024-11-01 22:26:20.046 [INFO] In session is user: fletcherp 2024-11-01 22:26:20.351 [INFO] In session is user: fletcherp 2024-11-01 22:26:20.647 [INFO] In session is user: fletcherp 2024-11-01 22:26:20.947 [INFO] In session is user: fletcherp 2024-11-01 22:26:21.225 [INFO] In session is user: fletcherp 2024-11-01 22:26:21.517 [INFO] In session is user: fletcherp 2024-11-01 22:26:21.821 [INFO] In session is user: fletcherp 2024-11-01 22:26:22.131 [INFO] In session is user: fletcherp 2024-11-01 22:26:22.431 [INFO] In session is user: fletcherp 2024-11-01 22:26:22.724 [INFO] In session is user: fletcherp 2024-11-01 22:26:23.011 [INFO] In session is user: fletcherp 2024-11-01 22:26:23.294 [INFO] In session is user: fletcherp 2024-11-01 22:26:23.573 [INFO] In session is user: fletcherp 2024-11-01 22:26:23.815 [INFO] In session is user: fletcherp 2024-11-01 22:26:24.079 [INFO] In session is user: fletcherp 2024-11-01 22:26:24.390 [INFO] In session is user: fletcherp 2024-11-01 22:26:24.670 [INFO] In session is user: fletcherp 2024-11-01 22:26:24.963 [INFO] In session is user: fletcherp 2024-11-01 22:26:25.258 [INFO] In session is user: fletcherp 2024-11-01 22:26:25.551 [INFO] In session is user: fletcherp 2024-11-01 22:26:25.866 [INFO] In session is user: fletcherp 2024-11-01 22:26:26.162 [INFO] In session is user: fletcherp 2024-11-01 22:26:26.426 [INFO] In session is user: fletcherp 2024-11-01 22:26:26.702 [INFO] In session is user: fletcherp 2024-11-01 22:26:27.002 [INFO] In session is user: fletcherp 2024-11-01 22:26:27.293 [INFO] In session is user: fletcherp 2024-11-01 22:26:27.584 [INFO] In session is user: fletcherp 2024-11-01 22:26:27.875 [INFO] In session is user: fletcherp 2024-11-01 22:26:28.147 [INFO] In session is user: fletcherp 2024-11-01 22:26:28.451 [INFO] In session is user: fletcherp 2024-11-01 22:26:28.710 [INFO] In session is user: fletcherp 2024-11-01 22:26:28.991 [INFO] In session is user: fletcherp 2024-11-01 22:26:29.298 [INFO] In session is user: fletcherp 2024-11-01 22:26:29.577 [INFO] In session is user: fletcherp 2024-11-01 22:26:29.875 [INFO] In session is user: fletcherp 2024-11-01 22:26:30.154 [INFO] In session is user: fletcherp 2024-11-01 22:26:30.444 [INFO] In session is user: fletcherp 2024-11-01 22:26:30.725 [INFO] In session is user: fletcherp 2024-11-01 22:26:30.950 [INFO] In session is user: fletcherp 2024-11-01 22:26:31.240 [INFO] In session is user: fletcherp 2024-11-01 22:26:31.535 [INFO] In session is user: fletcherp 2024-11-01 22:26:31.957 [INFO] In session is user: fletcherp 2024-11-01 22:26:32.253 [INFO] In session is user: fletcherp 2024-11-01 22:26:32.536 [INFO] In session is user: fletcherp 2024-11-01 22:26:32.875 [INFO] In session is user: fletcherp 2024-11-01 22:26:33.160 [INFO] In session is user: fletcherp 2024-11-01 22:26:33.449 [INFO] In session is user: fletcherp 2024-11-01 22:26:33.741 [INFO] In session is user: fletcherp 2024-11-01 22:26:34.065 [INFO] In session is user: fletcherp 2024-11-01 22:26:34.385 [INFO] In session is user: fletcherp 2024-11-01 22:26:34.677 [INFO] In session is user: fletcherp 2024-11-01 22:26:34.963 [INFO] In session is user: fletcherp 2024-11-01 22:26:35.259 [INFO] In session is user: fletcherp 2024-11-01 22:26:35.546 [INFO] In session is user: fletcherp 2024-11-01 22:26:35.832 [INFO] In session is user: fletcherp 2024-11-01 22:26:36.124 [INFO] In session is user: fletcherp 2024-11-01 22:26:36.432 [INFO] In session is user: fletcherp 2024-11-01 22:26:36.717 [INFO] In session is user: fletcherp 2024-11-01 22:26:36.991 [INFO] In session is user: fletcherp 2024-11-01 22:26:37.258 [INFO] In session is user: fletcherp 2024-11-01 22:26:37.556 [INFO] In session is user: fletcherp 2024-11-01 22:26:37.847 [INFO] In session is user: fletcherp 2024-11-01 22:26:38.124 [INFO] In session is user: fletcherp 2024-11-01 22:26:38.394 [INFO] In session is user: fletcherp 2024-11-01 22:26:38.688 [INFO] In session is user: fletcherp 2024-11-01 22:26:38.988 [INFO] In session is user: fletcherp 2024-11-01 22:26:39.253 [INFO] In session is user: fletcherp 2024-11-01 22:26:39.563 [INFO] In session is user: fletcherp 2024-11-01 22:26:39.833 [INFO] In session is user: fletcherp 2024-11-01 22:26:40.124 [INFO] In session is user: fletcherp 2024-11-01 22:26:40.376 [INFO] In session is user: fletcherp 2024-11-01 22:26:40.657 [INFO] In session is user: fletcherp 2024-11-01 22:26:40.976 [INFO] In session is user: fletcherp 2024-11-01 22:26:41.242 [INFO] In session is user: fletcherp 2024-11-01 22:26:41.532 [INFO] In session is user: fletcherp 2024-11-01 22:26:41.841 [INFO] In session is user: fletcherp 2024-11-01 22:26:42.111 [INFO] In session is user: fletcherp 2024-11-01 22:26:42.412 [INFO] In session is user: fletcherp 2024-11-01 22:26:42.658 [INFO] In session is user: fletcherp 2024-11-01 22:26:42.893 [INFO] In session is user: fletcherp 2024-11-01 22:26:43.142 [INFO] In session is user: fletcherp 2024-11-01 22:26:43.388 [INFO] In session is user: fletcherp 2024-11-01 22:26:43.661 [INFO] In session is user: fletcherp 2024-11-01 22:26:43.939 [INFO] In session is user: fletcherp 2024-11-01 22:26:44.242 [INFO] In session is user: fletcherp 2024-11-01 22:26:44.515 [INFO] In session is user: fletcherp 2024-11-01 22:26:44.771 [INFO] In session is user: fletcherp 2024-11-01 22:26:45.079 [INFO] In session is user: fletcherp 2024-11-01 22:26:45.367 [INFO] In session is user: fletcherp 2024-11-01 22:26:45.632 [INFO] In session is user: fletcherp 2024-11-01 22:26:45.934 [INFO] In session is user: fletcherp 2024-11-01 22:26:46.211 [INFO] In session is user: fletcherp 2024-11-01 22:26:46.460 [INFO] In session is user: fletcherp 2024-11-01 22:26:46.721 [INFO] In session is user: fletcherp 2024-11-01 22:26:46.990 [INFO] In session is user: fletcherp 2024-11-01 22:26:47.264 [INFO] In session is user: fletcherp 2024-11-01 22:26:47.575 [INFO] In session is user: fletcherp 2024-11-01 22:26:47.858 [INFO] In session is user: fletcherp 2024-11-01 22:26:48.122 [INFO] In session is user: fletcherp 2024-11-01 22:26:48.383 [INFO] In session is user: fletcherp 2024-11-01 22:26:48.671 [INFO] In session is user: fletcherp 2024-11-01 22:26:48.946 [INFO] In session is user: fletcherp 2024-11-01 22:26:49.376 [INFO] In session is user: fletcherp 2024-11-01 22:26:49.646 [INFO] In session is user: fletcherp 2024-11-01 22:26:49.919 [INFO] In session is user: fletcherp 2024-11-01 22:26:50.213 [INFO] In session is user: fletcherp 2024-11-01 22:26:50.515 [INFO] In session is user: fletcherp 2024-11-01 22:26:50.797 [INFO] In session is user: fletcherp 2024-11-01 22:26:51.057 [INFO] In session is user: fletcherp 2024-11-01 22:26:51.348 [INFO] In session is user: fletcherp 2024-11-01 22:26:51.654 [INFO] In session is user: fletcherp 2024-11-01 22:26:51.949 [INFO] In session is user: fletcherp 2024-11-01 22:26:52.262 [INFO] In session is user: fletcherp 2024-11-01 22:26:52.581 [INFO] In session is user: fletcherp 2024-11-01 22:26:52.850 [INFO] In session is user: fletcherp 2024-11-01 22:26:53.119 [INFO] In session is user: fletcherp 2024-11-01 22:26:53.402 [INFO] In session is user: fletcherp 2024-11-01 22:26:53.678 [INFO] In session is user: fletcherp 2024-11-01 22:26:53.964 [INFO] In session is user: fletcherp 2024-11-01 22:26:54.288 [INFO] In session is user: fletcherp 2024-11-01 22:26:54.541 [INFO] In session is user: fletcherp 2024-11-01 22:26:54.833 [INFO] In session is user: fletcherp 2024-11-01 22:26:55.118 [INFO] In session is user: fletcherp 2024-11-01 22:26:55.415 [INFO] In session is user: fletcherp 2024-11-01 22:26:55.715 [INFO] In session is user: fletcherp 2024-11-01 22:26:56.007 [INFO] In session is user: fletcherp 2024-11-01 22:26:56.281 [INFO] In session is user: fletcherp 2024-11-01 22:26:56.558 [INFO] In session is user: fletcherp 2024-11-01 22:26:56.886 [INFO] In session is user: fletcherp 2024-11-01 22:26:57.188 [INFO] In session is user: fletcherp 2024-11-01 22:26:57.483 [INFO] In session is user: fletcherp 2024-11-01 22:26:57.740 [INFO] In session is user: fletcherp 2024-11-01 22:26:58.060 [INFO] In session is user: fletcherp 2024-11-01 22:26:58.326 [INFO] In session is user: fletcherp 2024-11-01 22:26:58.596 [INFO] In session is user: fletcherp 2024-11-01 22:26:58.854 [INFO] In session is user: fletcherp 2024-11-01 22:26:59.124 [INFO] In session is user: fletcherp 2024-11-01 22:26:59.407 [INFO] In session is user: fletcherp 2024-11-01 22:26:59.702 [INFO] In session is user: fletcherp 2024-11-01 22:26:59.974 [INFO] In session is user: fletcherp 2024-11-01 22:27:00.258 [INFO] In session is user: fletcherp 2024-11-01 22:27:00.562 [INFO] In session is user: fletcherp 2024-11-01 22:27:00.847 [INFO] In session is user: fletcherp 2024-11-01 22:27:01.162 [INFO] In session is user: fletcherp 2024-11-01 22:27:01.443 [INFO] In session is user: fletcherp 2024-11-01 22:27:01.732 [INFO] In session is user: fletcherp 2024-11-01 22:27:01.991 [INFO] In session is user: fletcherp 2024-11-01 22:27:02.317 [INFO] In session is user: fletcherp 2024-11-01 22:27:02.593 [INFO] In session is user: fletcherp 2024-11-01 22:27:02.887 [INFO] In session is user: fletcherp 2024-11-01 22:27:03.170 [INFO] In session is user: fletcherp 2024-11-01 22:27:03.449 [INFO] In session is user: fletcherp 2024-11-01 22:27:03.785 [INFO] In session is user: fletcherp 2024-11-01 22:27:04.067 [INFO] In session is user: fletcherp 2024-11-01 22:27:04.347 [INFO] In session is user: fletcherp 2024-11-01 22:27:04.653 [INFO] In session is user: fletcherp 2024-11-01 22:27:04.959 [INFO] In session is user: fletcherp 2024-11-01 22:27:05.240 [INFO] In session is user: fletcherp 2024-11-01 22:27:05.540 [INFO] In session is user: fletcherp 2024-11-01 22:27:05.853 [INFO] In session is user: fletcherp 2024-11-01 22:27:06.153 [INFO] In session is user: fletcherp 2024-11-01 22:27:06.446 [INFO] In session is user: fletcherp 2024-11-01 22:27:06.735 [INFO] In session is user: fletcherp 2024-11-01 22:27:07.031 [INFO] In session is user: fletcherp 2024-11-01 22:27:07.303 [INFO] In session is user: fletcherp 2024-11-01 22:27:07.624 [INFO] In session is user: fletcherp 2024-11-01 22:27:07.948 [INFO] In session is user: fletcherp 2024-11-01 22:27:08.233 [INFO] In session is user: fletcherp 2024-11-01 22:27:08.517 [INFO] In session is user: fletcherp 2024-11-01 22:27:08.808 [INFO] In session is user: fletcherp 2024-11-01 22:27:09.091 [INFO] In session is user: fletcherp 2024-11-01 22:27:09.384 [INFO] In session is user: fletcherp 2024-11-01 22:27:09.663 [INFO] In session is user: fletcherp 2024-11-01 22:27:09.986 [INFO] In session is user: fletcherp 2024-11-01 22:27:10.247 [INFO] In session is user: fletcherp 2024-11-01 22:27:10.536 [INFO] In session is user: fletcherp 2024-11-01 22:27:10.832 [INFO] In session is user: fletcherp 2024-11-01 22:27:11.124 [INFO] In session is user: fletcherp 2024-11-01 22:27:11.415 [INFO] In session is user: fletcherp 2024-11-01 22:27:11.715 [INFO] In session is user: fletcherp 2024-11-01 22:27:12.012 [INFO] In session is user: fletcherp 2024-11-01 22:27:12.278 [INFO] In session is user: fletcherp 2024-11-01 22:27:12.559 [INFO] In session is user: fletcherp 2024-11-01 22:27:12.828 [INFO] In session is user: fletcherp 2024-11-01 22:27:13.115 [INFO] In session is user: fletcherp 2024-11-01 22:27:13.394 [INFO] In session is user: fletcherp 2024-11-01 22:27:13.680 [INFO] In session is user: fletcherp 2024-11-01 22:27:13.993 [INFO] In session is user: fletcherp 2024-11-01 22:27:14.293 [INFO] In session is user: fletcherp 2024-11-01 22:27:14.566 [INFO] In session is user: fletcherp 2024-11-01 22:27:14.889 [INFO] In session is user: fletcherp 2024-11-01 22:27:15.180 [INFO] In session is user: fletcherp 2024-11-01 22:27:15.460 [INFO] In session is user: fletcherp 2024-11-01 22:27:15.765 [INFO] In session is user: fletcherp 2024-11-01 22:27:16.048 [INFO] In session is user: fletcherp 2024-11-01 22:27:16.336 [INFO] In session is user: fletcherp 2024-11-01 22:27:16.625 [INFO] In session is user: fletcherp 2024-11-01 22:27:16.931 [INFO] In session is user: fletcherp 2024-11-01 22:27:17.204 [INFO] In session is user: fletcherp 2024-11-01 22:27:17.481 [INFO] In session is user: fletcherp 2024-11-01 22:27:17.762 [INFO] In session is user: fletcherp 2024-11-01 22:27:18.038 [INFO] In session is user: fletcherp 2024-11-01 22:27:18.323 [INFO] In session is user: fletcherp 2024-11-01 22:27:18.580 [INFO] In session is user: fletcherp 2024-11-01 22:27:18.886 [INFO] In session is user: fletcherp 2024-11-01 22:27:19.171 [INFO] In session is user: fletcherp 2024-11-01 22:27:19.500 [INFO] In session is user: fletcherp 2024-11-01 22:27:19.795 [INFO] In session is user: fletcherp 2024-11-01 22:27:20.073 [INFO] In session is user: fletcherp 2024-11-01 22:27:20.355 [INFO] In session is user: fletcherp 2024-11-01 22:27:20.650 [INFO] In session is user: fletcherp 2024-11-01 22:27:20.913 [INFO] In session is user: fletcherp 2024-11-01 22:27:21.231 [INFO] In session is user: fletcherp 2024-11-01 22:27:21.506 [INFO] In session is user: fletcherp 2024-11-01 22:27:21.753 [INFO] In session is user: fletcherp 2024-11-01 22:27:22.024 [INFO] In session is user: fletcherp 2024-11-01 22:27:22.310 [INFO] In session is user: fletcherp 2024-11-01 22:27:22.624 [INFO] In session is user: fletcherp 2024-11-01 22:27:22.917 [INFO] In session is user: fletcherp 2024-11-01 22:27:23.212 [INFO] In session is user: fletcherp 2024-11-01 22:27:23.523 [INFO] In session is user: fletcherp 2024-11-01 22:27:23.842 [INFO] In session is user: fletcherp 2024-11-01 22:27:24.180 [INFO] In session is user: fletcherp 2024-11-01 22:27:24.495 [INFO] In session is user: fletcherp 2024-11-01 22:27:24.763 [INFO] In session is user: fletcherp 2024-11-01 22:27:25.062 [INFO] In session is user: fletcherp 2024-11-01 22:27:25.348 [INFO] In session is user: fletcherp 2024-11-01 22:27:25.644 [INFO] In session is user: fletcherp 2024-11-01 22:27:25.933 [INFO] In session is user: fletcherp 2024-11-01 22:27:26.312 [INFO] In session is user: fletcherp 2024-11-01 22:27:26.629 [INFO] In session is user: fletcherp 2024-11-01 22:27:26.903 [INFO] In session is user: fletcherp 2024-11-01 22:27:27.184 [INFO] In session is user: fletcherp 2024-11-01 22:27:27.480 [INFO] In session is user: fletcherp 2024-11-01 22:27:27.754 [INFO] In session is user: fletcherp 2024-11-01 22:27:28.083 [INFO] In session is user: fletcherp 2024-11-01 22:27:28.392 [INFO] In session is user: fletcherp 2024-11-01 22:27:28.684 [INFO] In session is user: fletcherp 2024-11-01 22:27:28.972 [INFO] In session is user: fletcherp 2024-11-01 22:27:29.253 [INFO] In session is user: fletcherp 2024-11-01 22:27:29.573 [INFO] In session is user: fletcherp 2024-11-01 22:27:29.848 [INFO] In session is user: fletcherp 2024-11-01 22:27:30.132 [INFO] In session is user: fletcherp 2024-11-01 22:27:30.439 [INFO] In session is user: fletcherp 2024-11-01 22:27:30.746 [INFO] In session is user: fletcherp 2024-11-01 22:27:31.026 [INFO] In session is user: fletcherp 2024-11-01 22:27:31.309 [INFO] In session is user: fletcherp 2024-11-01 22:27:31.579 [INFO] In session is user: fletcherp 2024-11-01 22:27:31.843 [INFO] In session is user: fletcherp 2024-11-01 22:27:32.121 [INFO] In session is user: fletcherp 2024-11-01 22:27:32.398 [INFO] In session is user: fletcherp 2024-11-01 22:27:32.688 [INFO] In session is user: fletcherp 2024-11-01 22:27:32.951 [INFO] In session is user: fletcherp 2024-11-01 22:27:33.261 [INFO] In session is user: fletcherp 2024-11-01 22:27:33.528 [INFO] In session is user: fletcherp 2024-11-01 22:27:33.796 [INFO] In session is user: fletcherp 2024-11-01 22:27:34.076 [INFO] In session is user: fletcherp 2024-11-01 22:27:34.374 [INFO] In session is user: fletcherp 2024-11-01 22:27:34.677 [INFO] In session is user: fletcherp 2024-11-01 22:27:34.965 [INFO] In session is user: fletcherp 2024-11-01 22:27:35.255 [INFO] In session is user: fletcherp 2024-11-01 22:27:35.533 [INFO] In session is user: fletcherp 2024-11-01 22:27:35.843 [INFO] In session is user: fletcherp 2024-11-01 22:27:36.109 [INFO] In session is user: fletcherp 2024-11-01 22:27:36.379 [INFO] In session is user: fletcherp 2024-11-01 22:27:36.672 [INFO] In session is user: fletcherp 2024-11-01 22:27:36.977 [INFO] In session is user: fletcherp 2024-11-01 22:27:37.278 [INFO] In session is user: fletcherp 2024-11-01 22:27:37.734 [INFO] In session is user: fletcherp 2024-11-01 22:27:38.129 [INFO] In session is user: fletcherp 2024-11-01 22:27:38.456 [INFO] In session is user: fletcherp 2024-11-01 22:27:38.757 [INFO] In session is user: fletcherp 2024-11-01 22:27:39.100 [INFO] In session is user: fletcherp 2024-11-01 22:27:39.417 [INFO] In session is user: fletcherp 2024-11-01 22:27:39.764 [INFO] In session is user: fletcherp 2024-11-01 22:27:40.098 [INFO] In session is user: fletcherp 2024-11-01 22:29:10.218 [INFO] In session is user: fletcherp 2024-11-01 22:29:10.523 [INFO] In session is user: fletcherp 2024-11-01 22:29:10.792 [INFO] In session is user: fletcherp 2024-11-01 22:29:11.094 [INFO] In session is user: fletcherp 2024-11-01 22:29:11.364 [INFO] In session is user: fletcherp 2024-11-01 22:29:11.626 [INFO] In session is user: fletcherp 2024-11-01 22:29:11.883 [INFO] In session is user: fletcherp 2024-11-01 22:29:12.190 [INFO] In session is user: fletcherp 2024-11-01 22:29:12.490 [INFO] In session is user: fletcherp 2024-11-01 22:29:12.785 [INFO] In session is user: fletcherp 2024-11-01 22:29:13.066 [INFO] In session is user: fletcherp 2024-11-01 22:29:13.321 [INFO] In session is user: fletcherp 2024-11-01 22:29:13.592 [INFO] In session is user: fletcherp 2024-11-01 22:29:13.876 [INFO] In session is user: fletcherp 2024-11-01 22:29:14.162 [INFO] In session is user: fletcherp 2024-11-01 22:29:14.429 [INFO] In session is user: fletcherp 2024-11-01 22:29:14.698 [INFO] In session is user: fletcherp 2024-11-01 22:29:14.962 [INFO] In session is user: fletcherp 2024-11-01 22:29:15.224 [INFO] In session is user: fletcherp 2024-11-01 22:29:15.574 [INFO] In session is user: fletcherp 2024-11-01 22:29:15.796 [INFO] In session is user: fletcherp 2024-11-01 22:29:16.037 [INFO] In session is user: fletcherp 2024-11-01 22:29:16.316 [INFO] In session is user: fletcherp 2024-11-01 22:29:16.593 [INFO] In session is user: fletcherp 2024-11-01 22:29:16.869 [INFO] In session is user: fletcherp 2024-11-01 22:29:17.176 [INFO] In session is user: fletcherp 2024-11-01 22:29:17.488 [INFO] In session is user: fletcherp 2024-11-01 22:29:17.774 [INFO] In session is user: fletcherp 2024-11-01 22:29:18.064 [INFO] In session is user: fletcherp 2024-11-01 22:29:18.340 [INFO] In session is user: fletcherp 2024-11-01 22:29:18.606 [INFO] In session is user: fletcherp 2024-11-01 22:29:18.869 [INFO] In session is user: fletcherp 2024-11-01 22:29:19.156 [INFO] In session is user: fletcherp 2024-11-01 22:29:19.451 [INFO] In session is user: fletcherp 2024-11-01 22:29:19.752 [INFO] In session is user: fletcherp 2024-11-01 22:29:20.008 [INFO] In session is user: fletcherp 2024-11-01 22:29:20.318 [INFO] In session is user: fletcherp 2024-11-01 22:29:20.613 [INFO] In session is user: fletcherp 2024-11-01 22:29:20.875 [INFO] In session is user: fletcherp 2024-11-01 22:29:21.169 [INFO] In session is user: fletcherp 2024-11-01 22:29:21.436 [INFO] In session is user: fletcherp 2024-11-01 22:29:21.713 [INFO] In session is user: fletcherp 2024-11-01 22:29:21.977 [INFO] In session is user: fletcherp 2024-11-01 22:29:22.288 [INFO] In session is user: fletcherp 2024-11-01 22:29:22.586 [INFO] In session is user: fletcherp 2024-11-01 22:29:22.890 [INFO] In session is user: fletcherp 2024-11-01 22:29:23.157 [INFO] In session is user: fletcherp 2024-11-01 22:29:23.483 [INFO] In session is user: fletcherp 2024-11-01 22:29:23.776 [INFO] In session is user: fletcherp 2024-11-01 22:29:24.090 [INFO] In session is user: fletcherp 2024-11-01 22:29:24.401 [INFO] In session is user: fletcherp 2024-11-01 22:29:24.650 [INFO] In session is user: fletcherp 2024-11-01 22:29:24.982 [INFO] In session is user: fletcherp 2024-11-01 22:29:25.395 [INFO] In session is user: fletcherp 2024-11-01 22:29:25.616 [INFO] In session is user: fletcherp 2024-11-01 22:29:25.931 [INFO] In session is user: fletcherp 2024-11-01 22:29:26.227 [INFO] In session is user: fletcherp 2024-11-01 22:29:26.548 [INFO] In session is user: fletcherp 2024-11-01 22:29:26.776 [INFO] In session is user: fletcherp 2024-11-01 22:29:27.034 [INFO] In session is user: fletcherp 2024-11-01 22:29:27.313 [INFO] In session is user: fletcherp 2024-11-01 22:29:27.591 [INFO] In session is user: fletcherp 2024-11-01 22:29:27.883 [INFO] In session is user: fletcherp 2024-11-01 22:29:28.154 [INFO] In session is user: fletcherp 2024-11-01 22:29:28.474 [INFO] In session is user: fletcherp 2024-11-01 22:29:28.740 [INFO] In session is user: fletcherp 2024-11-01 22:29:29.009 [INFO] In session is user: fletcherp 2024-11-01 22:29:29.284 [INFO] In session is user: fletcherp 2024-11-01 22:29:29.530 [INFO] In session is user: fletcherp 2024-11-01 22:29:29.821 [INFO] In session is user: fletcherp 2024-11-01 22:29:30.098 [INFO] In session is user: fletcherp 2024-11-01 22:29:30.399 [INFO] In session is user: fletcherp 2024-11-01 22:29:30.704 [INFO] In session is user: fletcherp 2024-11-01 22:29:30.974 [INFO] In session is user: fletcherp 2024-11-01 22:29:31.243 [INFO] In session is user: fletcherp 2024-11-01 22:29:31.552 [INFO] In session is user: fletcherp 2024-11-01 22:29:31.997 [INFO] In session is user: fletcherp 2024-11-01 22:29:32.238 [INFO] In session is user: fletcherp 2024-11-01 22:29:32.521 [INFO] In session is user: fletcherp 2024-11-01 22:29:32.771 [INFO] In session is user: fletcherp 2024-11-01 22:29:33.022 [INFO] In session is user: fletcherp 2024-11-01 22:29:33.294 [INFO] In session is user: fletcherp 2024-11-01 22:29:33.585 [INFO] In session is user: fletcherp 2024-11-01 22:29:33.874 [INFO] In session is user: fletcherp 2024-11-01 22:29:34.133 [INFO] In session is user: fletcherp 2024-11-01 22:29:34.428 [INFO] In session is user: fletcherp 2024-11-01 22:29:34.717 [INFO] In session is user: fletcherp 2024-11-01 22:29:34.992 [INFO] In session is user: fletcherp 2024-11-01 22:29:35.272 [INFO] In session is user: fletcherp 2024-11-01 22:29:35.540 [INFO] In session is user: fletcherp 2024-11-01 22:29:35.823 [INFO] In session is user: fletcherp 2024-11-01 22:29:36.064 [INFO] In session is user: fletcherp 2024-11-01 22:29:36.375 [INFO] In session is user: fletcherp 2024-11-01 22:29:36.661 [INFO] In session is user: fletcherp 2024-11-01 22:29:36.954 [INFO] In session is user: fletcherp 2024-11-01 22:29:37.188 [INFO] In session is user: fletcherp 2024-11-01 22:29:37.452 [INFO] In session is user: fletcherp 2024-11-01 22:29:37.743 [INFO] In session is user: fletcherp 2024-11-01 22:29:38.023 [INFO] In session is user: fletcherp 2024-11-01 22:29:38.305 [INFO] In session is user: fletcherp 2024-11-01 22:29:38.593 [INFO] In session is user: fletcherp 2024-11-01 22:29:38.840 [INFO] In session is user: fletcherp 2024-11-01 22:29:39.107 [INFO] In session is user: fletcherp 2024-11-01 22:29:39.347 [INFO] In session is user: fletcherp 2024-11-01 22:29:39.645 [INFO] In session is user: fletcherp 2024-11-01 22:29:39.877 [INFO] In session is user: fletcherp 2024-11-01 22:29:40.114 [INFO] In session is user: fletcherp 2024-11-01 22:29:40.380 [INFO] In session is user: fletcherp 2024-11-01 22:29:40.752 [INFO] In session is user: fletcherp 2024-11-01 22:29:41.018 [INFO] In session is user: fletcherp 2024-11-01 22:29:41.456 [INFO] In session is user: fletcherp 2024-11-01 22:29:41.703 [INFO] In session is user: fletcherp 2024-11-01 22:29:42.226 [INFO] In session is user: fletcherp 2024-11-01 22:29:42.458 [INFO] In session is user: fletcherp 2024-11-01 22:29:42.770 [INFO] In session is user: fletcherp 2024-11-01 22:29:43.672 [INFO] In session is user: fletcherp 2024-11-01 22:29:43.918 [INFO] In session is user: fletcherp 2024-11-01 22:29:44.216 [INFO] In session is user: fletcherp 2024-11-01 22:29:44.487 [INFO] In session is user: fletcherp 2024-11-01 22:29:44.761 [INFO] In session is user: fletcherp 2024-11-01 22:29:45.022 [INFO] In session is user: fletcherp 2024-11-01 22:29:45.278 [INFO] In session is user: fletcherp 2024-11-01 22:29:45.562 [INFO] In session is user: fletcherp 2024-11-01 22:29:45.866 [INFO] In session is user: fletcherp 2024-11-01 22:29:46.143 [INFO] In session is user: fletcherp 2024-11-01 22:29:46.427 [INFO] In session is user: fletcherp 2024-11-01 22:29:46.697 [INFO] In session is user: fletcherp 2024-11-01 22:29:46.961 [INFO] In session is user: fletcherp 2024-11-01 22:29:47.279 [INFO] In session is user: fletcherp 2024-11-01 22:29:47.602 [INFO] In session is user: fletcherp 2024-11-01 22:29:47.900 [INFO] In session is user: fletcherp 2024-11-01 22:29:48.186 [INFO] In session is user: fletcherp 2024-11-01 22:29:48.501 [INFO] In session is user: fletcherp 2024-11-01 22:29:48.775 [INFO] In session is user: fletcherp 2024-11-01 22:29:49.061 [INFO] In session is user: fletcherp 2024-11-01 22:29:49.290 [INFO] In session is user: fletcherp 2024-11-01 22:29:49.585 [INFO] In session is user: fletcherp 2024-11-01 22:29:49.848 [INFO] In session is user: fletcherp 2024-11-01 22:29:50.114 [INFO] In session is user: fletcherp 2024-11-01 22:29:50.390 [INFO] In session is user: fletcherp 2024-11-01 22:29:50.650 [INFO] In session is user: fletcherp 2024-11-01 22:29:50.945 [INFO] In session is user: fletcherp 2024-11-01 22:29:51.216 [INFO] In session is user: fletcherp 2024-11-01 22:29:51.476 [INFO] In session is user: fletcherp 2024-11-01 22:29:51.753 [INFO] In session is user: fletcherp 2024-11-01 22:29:52.036 [INFO] In session is user: fletcherp 2024-11-01 22:29:52.308 [INFO] In session is user: fletcherp 2024-11-01 22:29:52.560 [INFO] In session is user: fletcherp 2024-11-01 22:29:52.830 [INFO] In session is user: fletcherp 2024-11-01 22:29:53.106 [INFO] In session is user: fletcherp 2024-11-01 22:29:53.378 [INFO] In session is user: fletcherp 2024-11-01 22:29:53.651 [INFO] In session is user: fletcherp 2024-11-01 22:29:53.902 [INFO] In session is user: fletcherp 2024-11-01 22:29:54.211 [INFO] In session is user: fletcherp 2024-11-01 22:29:54.458 [INFO] In session is user: fletcherp 2024-11-01 22:29:54.749 [INFO] In session is user: fletcherp 2024-11-01 22:29:55.024 [INFO] In session is user: fletcherp 2024-11-01 22:29:55.332 [INFO] In session is user: fletcherp 2024-11-01 22:29:55.570 [INFO] In session is user: fletcherp 2024-11-01 22:29:55.834 [INFO] In session is user: fletcherp 2024-11-01 22:29:56.092 [INFO] In session is user: fletcherp 2024-11-01 22:29:56.352 [INFO] In session is user: fletcherp 2024-11-01 22:29:56.631 [INFO] In session is user: fletcherp 2024-11-01 22:29:56.883 [INFO] In session is user: fletcherp 2024-11-01 22:29:57.161 [INFO] In session is user: fletcherp 2024-11-01 22:29:57.502 [INFO] In session is user: fletcherp 2024-11-01 22:29:57.804 [INFO] In session is user: fletcherp 2024-11-01 22:29:58.083 [INFO] In session is user: fletcherp 2024-11-01 22:29:58.820 [INFO] In session is user: fletcherp 2024-11-01 22:29:59.059 [INFO] In session is user: fletcherp 2024-11-01 22:29:59.323 [INFO] In session is user: fletcherp 2024-11-01 22:29:59.561 [INFO] In session is user: fletcherp 2024-11-01 22:29:59.834 [INFO] In session is user: fletcherp 2024-11-01 22:30:00.131 [INFO] In session is user: fletcherp 2024-11-01 22:30:00.409 [INFO] In session is user: fletcherp 2024-11-01 22:30:00.670 [INFO] In session is user: fletcherp 2024-11-01 22:30:00.955 [INFO] In session is user: fletcherp 2024-11-01 22:30:01.270 [INFO] In session is user: fletcherp 2024-11-01 22:30:01.561 [INFO] In session is user: fletcherp 2024-11-01 22:30:01.877 [INFO] In session is user: fletcherp 2024-11-01 22:30:02.137 [INFO] In session is user: fletcherp 2024-11-01 22:30:02.445 [INFO] In session is user: fletcherp 2024-11-01 22:30:02.749 [INFO] In session is user: fletcherp 2024-11-01 22:30:03.038 [INFO] In session is user: fletcherp 2024-11-01 22:30:03.308 [INFO] In session is user: fletcherp 2024-11-01 22:30:03.599 [INFO] In session is user: fletcherp 2024-11-01 22:30:03.859 [INFO] In session is user: fletcherp 2024-11-01 22:30:04.117 [INFO] In session is user: fletcherp 2024-11-01 22:30:04.371 [INFO] In session is user: fletcherp 2024-11-01 22:30:04.579 [INFO] In session is user: fletcherp 2024-11-01 22:30:04.833 [INFO] In session is user: fletcherp 2024-11-01 22:30:05.148 [INFO] In session is user: fletcherp 2024-11-01 22:30:05.432 [INFO] In session is user: fletcherp 2024-11-01 22:30:05.739 [INFO] In session is user: fletcherp 2024-11-01 22:30:06.009 [INFO] In session is user: fletcherp 2024-11-01 22:30:06.288 [INFO] In session is user: fletcherp 2024-11-01 22:30:06.566 [INFO] In session is user: fletcherp 2024-11-01 22:30:06.803 [INFO] In session is user: fletcherp 2024-11-01 22:30:07.088 [INFO] In session is user: fletcherp 2024-11-01 22:30:07.387 [INFO] In session is user: fletcherp 2024-11-01 22:30:07.691 [INFO] In session is user: fletcherp 2024-11-01 22:30:07.963 [INFO] In session is user: fletcherp 2024-11-01 22:30:08.209 [INFO] In session is user: fletcherp 2024-11-01 22:30:08.446 [INFO] In session is user: fletcherp 2024-11-01 22:30:08.720 [INFO] In session is user: fletcherp 2024-11-01 22:30:09.023 [INFO] In session is user: fletcherp 2024-11-01 22:30:09.319 [INFO] In session is user: fletcherp 2024-11-01 22:30:09.555 [INFO] In session is user: fletcherp 2024-11-01 22:30:09.844 [INFO] In session is user: fletcherp 2024-11-01 22:30:10.081 [INFO] In session is user: fletcherp 2024-11-01 22:30:10.372 [INFO] In session is user: fletcherp 2024-11-01 22:30:10.626 [INFO] In session is user: fletcherp 2024-11-01 22:30:10.896 [INFO] In session is user: fletcherp 2024-11-01 22:30:11.190 [INFO] In session is user: fletcherp 2024-11-01 22:30:11.478 [INFO] In session is user: fletcherp 2024-11-01 22:30:11.739 [INFO] In session is user: fletcherp 2024-11-01 22:30:12.024 [INFO] In session is user: fletcherp 2024-11-01 22:30:12.275 [INFO] In session is user: fletcherp 2024-11-01 22:30:12.543 [INFO] In session is user: fletcherp 2024-11-01 22:30:12.807 [INFO] In session is user: fletcherp 2024-11-01 22:30:13.091 [INFO] In session is user: fletcherp 2024-11-01 22:30:13.395 [INFO] In session is user: fletcherp 2024-11-01 22:30:13.689 [INFO] In session is user: fletcherp 2024-11-01 22:30:13.995 [INFO] In session is user: fletcherp 2024-11-01 22:30:14.252 [INFO] In session is user: fletcherp 2024-11-01 22:30:14.551 [INFO] In session is user: fletcherp 2024-11-01 22:30:14.866 [INFO] In session is user: fletcherp 2024-11-01 22:30:15.167 [INFO] In session is user: fletcherp 2024-11-01 22:30:15.434 [INFO] In session is user: fletcherp 2024-11-01 22:30:15.675 [INFO] In session is user: fletcherp 2024-11-01 22:30:15.948 [INFO] In session is user: fletcherp 2024-11-01 22:30:16.381 [INFO] In session is user: fletcherp 2024-11-01 22:30:16.648 [INFO] In session is user: fletcherp 2024-11-01 22:30:16.949 [INFO] In session is user: fletcherp 2024-11-01 22:30:17.249 [INFO] In session is user: fletcherp 2024-11-01 22:30:17.508 [INFO] In session is user: fletcherp 2024-11-01 22:30:17.777 [INFO] In session is user: fletcherp 2024-11-01 22:30:18.053 [INFO] In session is user: fletcherp 2024-11-01 22:30:18.340 [INFO] In session is user: fletcherp 2024-11-01 22:30:18.619 [INFO] In session is user: fletcherp 2024-11-01 22:30:18.889 [INFO] In session is user: fletcherp 2024-11-01 22:30:19.139 [INFO] In session is user: fletcherp 2024-11-01 22:30:19.433 [INFO] In session is user: fletcherp 2024-11-01 22:30:19.707 [INFO] In session is user: fletcherp 2024-11-01 22:30:20.007 [INFO] In session is user: fletcherp 2024-11-01 22:30:20.284 [INFO] In session is user: fletcherp 2024-11-01 22:30:20.561 [INFO] In session is user: fletcherp 2024-11-01 22:30:20.851 [INFO] In session is user: fletcherp 2024-11-01 22:30:21.102 [INFO] In session is user: fletcherp 2024-11-01 22:30:21.346 [INFO] In session is user: fletcherp 2024-11-01 22:30:21.642 [INFO] In session is user: fletcherp 2024-11-01 22:30:21.959 [INFO] In session is user: fletcherp 2024-11-01 22:30:22.265 [INFO] In session is user: fletcherp 2024-11-01 22:30:22.540 [INFO] In session is user: fletcherp 2024-11-01 22:30:22.838 [INFO] In session is user: fletcherp 2024-11-01 22:30:23.091 [INFO] In session is user: fletcherp 2024-11-01 22:30:23.355 [INFO] In session is user: fletcherp 2024-11-01 22:30:23.654 [INFO] In session is user: fletcherp 2024-11-01 22:30:23.892 [INFO] In session is user: fletcherp 2024-11-01 22:30:24.178 [INFO] In session is user: fletcherp 2024-11-01 22:30:24.475 [INFO] In session is user: fletcherp 2024-11-01 22:30:24.755 [INFO] In session is user: fletcherp 2024-11-01 22:30:25.071 [INFO] In session is user: fletcherp 2024-11-01 22:30:25.365 [INFO] In session is user: fletcherp 2024-11-01 22:30:25.654 [INFO] In session is user: fletcherp 2024-11-01 22:30:25.969 [INFO] In session is user: fletcherp 2024-11-01 22:30:26.254 [INFO] In session is user: fletcherp 2024-11-01 22:30:26.549 [INFO] In session is user: fletcherp 2024-11-01 22:30:26.802 [INFO] In session is user: fletcherp 2024-11-01 22:30:27.023 [INFO] In session is user: fletcherp 2024-11-01 22:30:27.311 [INFO] In session is user: fletcherp 2024-11-01 22:30:27.595 [INFO] In session is user: fletcherp 2024-11-01 22:30:27.860 [INFO] In session is user: fletcherp 2024-11-01 22:30:28.133 [INFO] In session is user: fletcherp 2024-11-01 22:30:28.385 [INFO] In session is user: fletcherp 2024-11-01 22:30:28.634 [INFO] In session is user: fletcherp 2024-11-01 22:30:28.903 [INFO] In session is user: fletcherp 2024-11-01 22:30:29.178 [INFO] In session is user: fletcherp 2024-11-01 22:30:29.514 [INFO] In session is user: fletcherp 2024-11-01 22:30:29.830 [INFO] In session is user: fletcherp 2024-11-01 22:30:30.089 [INFO] In session is user: fletcherp 2024-11-01 22:30:30.383 [INFO] In session is user: fletcherp 2024-11-01 22:30:30.683 [INFO] In session is user: fletcherp 2024-11-01 22:30:30.977 [INFO] In session is user: fletcherp 2024-11-01 22:30:31.229 [INFO] In session is user: fletcherp 2024-11-01 22:30:31.520 [INFO] In session is user: fletcherp 2024-11-01 22:30:31.814 [INFO] In session is user: fletcherp 2024-11-01 22:30:32.137 [INFO] In session is user: fletcherp 2024-11-01 22:30:32.413 [INFO] In session is user: fletcherp 2024-11-01 22:30:32.672 [INFO] In session is user: fletcherp 2024-11-01 22:30:32.956 [INFO] In session is user: fletcherp 2024-11-01 22:30:33.241 [INFO] In session is user: fletcherp 2024-11-01 22:30:33.547 [INFO] In session is user: fletcherp 2024-11-01 22:30:33.867 [INFO] In session is user: fletcherp 2024-11-01 22:30:34.151 [INFO] In session is user: fletcherp 2024-11-01 22:30:34.474 [INFO] In session is user: fletcherp 2024-11-01 22:30:34.773 [INFO] In session is user: fletcherp 2024-11-01 22:30:35.090 [INFO] In session is user: fletcherp 2024-11-01 22:30:35.384 [INFO] In session is user: fletcherp 2024-11-01 22:30:35.682 [INFO] In session is user: fletcherp 2024-11-01 22:30:35.949 [INFO] In session is user: fletcherp 2024-11-01 22:30:36.216 [INFO] In session is user: fletcherp 2024-11-01 22:30:36.484 [INFO] In session is user: fletcherp 2024-11-01 22:30:36.773 [INFO] In session is user: fletcherp 2024-11-01 22:30:37.087 [INFO] In session is user: fletcherp 2024-11-01 22:30:37.363 [INFO] In session is user: fletcherp 2024-11-01 22:30:37.675 [INFO] In session is user: fletcherp 2024-11-01 22:30:37.990 [INFO] In session is user: fletcherp 2024-11-01 22:30:38.291 [INFO] In session is user: fletcherp 2024-11-01 22:30:38.575 [INFO] In session is user: fletcherp 2024-11-01 22:30:38.844 [INFO] In session is user: fletcherp 2024-11-01 22:30:39.146 [INFO] In session is user: fletcherp 2024-11-01 22:30:39.435 [INFO] In session is user: fletcherp 2024-11-01 22:30:39.689 [INFO] In session is user: fletcherp 2024-11-01 22:30:39.985 [INFO] In session is user: fletcherp 2024-11-01 22:30:40.272 [INFO] In session is user: fletcherp 2024-11-01 22:30:40.595 [INFO] In session is user: fletcherp 2024-11-01 22:30:40.959 [INFO] In session is user: fletcherp 2024-11-01 22:30:41.212 [INFO] In session is user: fletcherp 2024-11-01 22:30:41.511 [INFO] In session is user: fletcherp 2024-11-01 22:30:41.784 [INFO] In session is user: fletcherp 2024-11-01 22:30:42.029 [INFO] In session is user: fletcherp 2024-11-01 22:30:42.345 [INFO] In session is user: fletcherp 2024-11-01 22:30:42.614 [INFO] In session is user: fletcherp 2024-11-01 22:30:43.174 [INFO] In session is user: fletcherp 2024-11-01 22:30:43.441 [INFO] In session is user: fletcherp 2024-11-01 22:30:43.708 [INFO] In session is user: fletcherp 2024-11-01 22:30:44.002 [INFO] In session is user: fletcherp 2024-11-01 22:30:44.266 [INFO] In session is user: fletcherp 2024-11-01 22:30:44.495 [INFO] In session is user: fletcherp 2024-11-01 22:30:44.762 [INFO] In session is user: fletcherp 2024-11-01 22:30:45.068 [INFO] In session is user: fletcherp 2024-11-01 22:30:45.379 [INFO] In session is user: fletcherp 2024-11-01 22:30:45.660 [INFO] In session is user: fletcherp 2024-11-01 22:30:45.920 [INFO] In session is user: fletcherp 2024-11-01 22:30:46.182 [INFO] In session is user: fletcherp 2024-11-01 22:30:46.449 [INFO] In session is user: fletcherp 2024-11-01 22:30:46.718 [INFO] In session is user: fletcherp 2024-11-01 22:30:46.977 [INFO] In session is user: fletcherp 2024-11-01 22:30:47.256 [INFO] In session is user: fletcherp 2024-11-01 22:30:47.511 [INFO] In session is user: fletcherp 2024-11-01 22:30:47.787 [INFO] In session is user: fletcherp 2024-11-01 22:30:48.035 [INFO] In session is user: fletcherp 2024-11-01 22:30:48.319 [INFO] In session is user: fletcherp 2024-11-01 22:30:48.621 [INFO] In session is user: fletcherp 2024-11-01 22:30:48.874 [INFO] In session is user: fletcherp 2024-11-01 22:30:49.107 [INFO] In session is user: fletcherp 2024-11-01 22:30:49.397 [INFO] In session is user: fletcherp 2024-11-01 22:30:49.698 [INFO] In session is user: fletcherp 2024-11-01 22:30:49.910 [INFO] In session is user: fletcherp 2024-11-01 22:30:50.229 [INFO] In session is user: fletcherp 2024-11-01 22:30:50.508 [INFO] In session is user: fletcherp 2024-11-01 22:30:50.828 [INFO] In session is user: fletcherp 2024-11-01 22:30:51.077 [INFO] In session is user: fletcherp 2024-11-01 22:30:51.350 [INFO] In session is user: fletcherp 2024-11-01 22:30:51.599 [INFO] In session is user: fletcherp 2024-11-01 22:30:51.914 [INFO] In session is user: fletcherp 2024-11-01 22:30:52.246 [INFO] In session is user: fletcherp 2024-11-01 22:30:52.495 [INFO] In session is user: fletcherp 2024-11-01 22:30:52.800 [INFO] In session is user: fletcherp 2024-11-01 22:30:53.085 [INFO] In session is user: fletcherp 2024-11-01 22:30:53.330 [INFO] In session is user: fletcherp 2024-11-01 22:30:53.638 [INFO] In session is user: fletcherp 2024-11-01 22:30:53.913 [INFO] In session is user: fletcherp 2024-11-01 22:30:54.200 [INFO] In session is user: fletcherp 2024-11-01 22:30:54.493 [INFO] In session is user: fletcherp 2024-11-01 22:30:54.771 [INFO] In session is user: fletcherp 2024-11-01 22:30:55.064 [INFO] In session is user: fletcherp 2024-11-01 22:30:55.312 [INFO] In session is user: fletcherp 2024-11-01 22:30:55.585 [INFO] In session is user: fletcherp 2024-11-01 22:30:55.895 [INFO] In session is user: fletcherp 2024-11-01 22:30:56.148 [INFO] In session is user: fletcherp 2024-11-01 22:30:56.392 [INFO] In session is user: fletcherp 2024-11-01 22:30:56.675 [INFO] In session is user: fletcherp 2024-11-01 22:30:56.969 [INFO] In session is user: fletcherp 2024-11-01 22:30:57.229 [INFO] In session is user: fletcherp 2024-11-01 22:30:57.513 [INFO] In session is user: fletcherp 2024-11-01 22:30:57.814 [INFO] In session is user: fletcherp 2024-11-01 22:30:58.080 [INFO] In session is user: fletcherp 2024-11-01 22:30:58.334 [INFO] In session is user: fletcherp 2024-11-01 22:30:58.588 [INFO] In session is user: fletcherp 2024-11-01 22:30:58.887 [INFO] In session is user: fletcherp 2024-11-01 22:30:59.167 [INFO] In session is user: fletcherp 2024-11-01 22:30:59.457 [INFO] In session is user: fletcherp 2024-11-01 22:30:59.758 [INFO] In session is user: fletcherp 2024-11-01 22:31:00.066 [INFO] In session is user: fletcherp 2024-11-01 22:31:00.325 [INFO] In session is user: fletcherp 2024-11-01 22:31:00.570 [INFO] In session is user: fletcherp 2024-11-01 22:31:00.864 [INFO] In session is user: fletcherp 2024-11-01 22:31:01.103 [INFO] In session is user: fletcherp 2024-11-01 22:31:01.375 [INFO] In session is user: fletcherp 2024-11-01 22:31:01.651 [INFO] In session is user: fletcherp 2024-11-01 22:31:01.955 [INFO] In session is user: fletcherp 2024-11-01 22:31:02.226 [INFO] In session is user: fletcherp 2024-11-01 22:31:02.500 [INFO] In session is user: fletcherp 2024-11-01 22:31:02.745 [INFO] In session is user: fletcherp 2024-11-01 22:31:03.080 [INFO] In session is user: fletcherp 2024-11-01 22:31:03.397 [INFO] In session is user: fletcherp 2024-11-01 22:31:03.678 [INFO] In session is user: fletcherp 2024-11-01 22:31:03.979 [INFO] In session is user: fletcherp 2024-11-01 22:31:04.276 [INFO] In session is user: fletcherp 2024-11-01 22:31:04.566 [INFO] In session is user: fletcherp 2024-11-01 22:31:04.814 [INFO] In session is user: fletcherp 2024-11-01 22:31:05.288 [INFO] In session is user: fletcherp 2024-11-01 22:31:05.574 [INFO] In session is user: fletcherp 2024-11-01 22:31:05.883 [INFO] In session is user: fletcherp 2024-11-01 22:31:06.192 [INFO] In session is user: fletcherp 2024-11-01 22:31:06.451 [INFO] In session is user: fletcherp 2024-11-01 22:31:06.717 [INFO] In session is user: fletcherp 2024-11-01 22:31:06.974 [INFO] In session is user: fletcherp 2024-11-01 22:31:07.263 [INFO] In session is user: fletcherp 2024-11-01 22:31:07.610 [INFO] In session is user: fletcherp 2024-11-01 22:31:07.859 [INFO] In session is user: fletcherp 2024-11-01 22:31:08.106 [INFO] In session is user: fletcherp 2024-11-01 22:31:08.428 [INFO] In session is user: fletcherp 2024-11-01 22:31:08.746 [INFO] In session is user: fletcherp 2024-11-01 22:31:43.467 [INFO] In session is user: fletcherp 2024-11-01 22:31:43.833 [INFO] In session is user: fletcherp 2024-11-01 22:31:44.131 [INFO] In session is user: fletcherp 2024-11-01 22:31:44.433 [INFO] In session is user: fletcherp 2024-11-01 22:31:44.693 [INFO] In session is user: fletcherp 2024-11-01 22:31:44.968 [INFO] In session is user: fletcherp 2024-11-01 22:31:45.266 [INFO] In session is user: fletcherp 2024-11-01 22:31:45.543 [INFO] In session is user: fletcherp 2024-11-01 22:31:45.803 [INFO] In session is user: fletcherp 2024-11-01 22:31:46.083 [INFO] In session is user: fletcherp 2024-11-01 22:31:46.371 [INFO] In session is user: fletcherp 2024-11-01 22:31:46.635 [INFO] In session is user: fletcherp 2024-11-01 22:31:46.878 [INFO] In session is user: fletcherp 2024-11-01 22:31:47.129 [INFO] In session is user: fletcherp 2024-11-01 22:31:47.382 [INFO] In session is user: fletcherp 2024-11-01 22:31:47.682 [INFO] In session is user: fletcherp 2024-11-01 22:31:47.938 [INFO] In session is user: fletcherp 2024-11-01 22:31:48.231 [INFO] In session is user: fletcherp 2024-11-01 22:31:48.535 [INFO] In session is user: fletcherp 2024-11-01 22:31:48.799 [INFO] In session is user: fletcherp 2024-11-01 22:31:49.158 [INFO] In session is user: fletcherp 2024-11-01 22:31:49.419 [INFO] In session is user: fletcherp 2024-11-01 22:31:49.705 [INFO] In session is user: fletcherp 2024-11-01 22:31:49.972 [INFO] In session is user: fletcherp 2024-11-01 22:31:50.279 [INFO] In session is user: fletcherp 2024-11-01 22:31:50.544 [INFO] In session is user: fletcherp 2024-11-01 22:31:50.806 [INFO] In session is user: fletcherp 2024-11-01 22:31:51.108 [INFO] In session is user: fletcherp 2024-11-01 22:31:51.370 [INFO] In session is user: fletcherp 2024-11-01 22:31:51.664 [INFO] In session is user: fletcherp 2024-11-01 22:31:51.944 [INFO] In session is user: fletcherp 2024-11-01 22:31:52.207 [INFO] In session is user: fletcherp 2024-11-01 22:31:52.465 [INFO] In session is user: fletcherp 2024-11-01 22:31:52.726 [INFO] In session is user: fletcherp 2024-11-01 22:31:53.011 [INFO] In session is user: fletcherp 2024-11-01 22:31:53.296 [INFO] In session is user: fletcherp 2024-11-01 22:31:53.537 [INFO] In session is user: fletcherp 2024-11-01 22:31:53.788 [INFO] In session is user: fletcherp 2024-11-01 22:31:54.031 [INFO] In session is user: fletcherp 2024-11-01 22:31:54.341 [INFO] In session is user: fletcherp 2024-11-01 22:31:54.601 [INFO] In session is user: fletcherp 2024-11-01 22:31:54.890 [INFO] In session is user: fletcherp 2024-11-01 22:31:55.181 [INFO] In session is user: fletcherp 2024-11-01 22:31:55.458 [INFO] In session is user: fletcherp 2024-11-01 22:31:55.777 [INFO] In session is user: fletcherp 2024-11-01 22:31:56.085 [INFO] In session is user: fletcherp 2024-11-01 22:31:56.366 [INFO] In session is user: fletcherp 2024-11-01 22:31:56.667 [INFO] In session is user: fletcherp 2024-11-01 22:31:56.947 [INFO] In session is user: fletcherp 2024-11-01 22:31:57.191 [INFO] In session is user: fletcherp 2024-11-01 22:31:57.447 [INFO] In session is user: fletcherp 2024-11-01 22:31:57.720 [INFO] In session is user: fletcherp 2024-11-01 22:31:57.959 [INFO] In session is user: fletcherp 2024-11-01 22:31:58.252 [INFO] In session is user: fletcherp 2024-11-01 22:31:58.562 [INFO] In session is user: fletcherp 2024-11-01 22:31:58.838 [INFO] In session is user: fletcherp 2024-11-01 22:31:59.114 [INFO] In session is user: fletcherp 2024-11-01 22:31:59.416 [INFO] In session is user: fletcherp 2024-11-01 22:31:59.718 [INFO] In session is user: fletcherp 2024-11-01 22:31:59.977 [INFO] In session is user: fletcherp 2024-11-01 22:32:00.268 [INFO] In session is user: fletcherp 2024-11-01 22:32:00.517 [INFO] In session is user: fletcherp 2024-11-01 22:32:00.785 [INFO] In session is user: fletcherp 2024-11-01 22:32:01.041 [INFO] In session is user: fletcherp 2024-11-01 22:32:01.338 [INFO] In session is user: fletcherp 2024-11-01 22:32:01.637 [INFO] In session is user: fletcherp 2024-11-01 22:32:01.901 [INFO] In session is user: fletcherp 2024-11-01 22:32:02.170 [INFO] In session is user: fletcherp 2024-11-01 22:32:02.419 [INFO] In session is user: fletcherp 2024-11-01 22:32:02.687 [INFO] In session is user: fletcherp 2024-11-01 22:32:02.957 [INFO] In session is user: fletcherp 2024-11-01 22:32:03.190 [INFO] In session is user: fletcherp 2024-11-01 22:32:03.427 [INFO] In session is user: fletcherp 2024-11-01 22:32:03.789 [INFO] In session is user: fletcherp 2024-11-01 22:32:04.106 [INFO] In session is user: fletcherp 2024-11-01 22:32:04.405 [INFO] In session is user: fletcherp 2024-11-01 22:32:04.708 [INFO] In session is user: fletcherp 2024-11-01 22:32:05.019 [INFO] In session is user: fletcherp 2024-11-01 22:32:05.504 [INFO] In session is user: fletcherp 2024-11-01 22:32:05.805 [INFO] In session is user: fletcherp 2024-11-01 22:32:06.088 [INFO] In session is user: fletcherp 2024-11-01 22:32:06.366 [INFO] In session is user: fletcherp 2024-11-01 22:32:06.643 [INFO] In session is user: fletcherp 2024-11-01 22:32:06.933 [INFO] In session is user: fletcherp 2024-11-01 22:32:07.209 [INFO] In session is user: fletcherp 2024-11-01 22:32:07.493 [INFO] In session is user: fletcherp 2024-11-01 22:32:07.798 [INFO] In session is user: fletcherp 2024-11-01 22:32:08.053 [INFO] In session is user: fletcherp 2024-11-01 22:32:08.333 [INFO] In session is user: fletcherp 2024-11-01 22:32:08.576 [INFO] In session is user: fletcherp 2024-11-01 22:32:08.919 [INFO] In session is user: fletcherp 2024-11-01 22:32:09.176 [INFO] In session is user: fletcherp 2024-11-01 22:32:09.434 [INFO] In session is user: fletcherp 2024-11-01 22:32:09.713 [INFO] In session is user: fletcherp 2024-11-01 22:32:09.975 [INFO] In session is user: fletcherp 2024-11-01 22:32:10.218 [INFO] In session is user: fletcherp 2024-11-01 22:32:10.501 [INFO] In session is user: fletcherp 2024-11-01 22:32:10.788 [INFO] In session is user: fletcherp 2024-11-01 22:32:11.074 [INFO] In session is user: fletcherp 2024-11-01 22:32:11.351 [INFO] In session is user: fletcherp 2024-11-01 22:32:11.643 [INFO] In session is user: fletcherp 2024-11-01 22:32:11.923 [INFO] In session is user: fletcherp 2024-11-01 22:32:12.219 [INFO] In session is user: fletcherp 2024-11-01 22:32:12.473 [INFO] In session is user: fletcherp 2024-11-01 22:32:12.736 [INFO] In session is user: fletcherp 2024-11-01 22:32:13.017 [INFO] In session is user: fletcherp 2024-11-01 22:32:13.332 [INFO] In session is user: fletcherp 2024-11-01 22:32:13.590 [INFO] In session is user: fletcherp 2024-11-01 22:32:13.875 [INFO] In session is user: fletcherp 2024-11-01 22:32:14.142 [INFO] In session is user: fletcherp 2024-11-01 22:32:14.420 [INFO] In session is user: fletcherp 2024-11-01 22:32:14.670 [INFO] In session is user: fletcherp 2024-11-01 22:32:14.960 [INFO] In session is user: fletcherp 2024-11-01 22:32:15.432 [INFO] In session is user: fletcherp 2024-11-01 22:32:15.760 [INFO] In session is user: fletcherp 2024-11-01 22:32:20.491 [INFO] In session is user: fletcherp 2024-11-01 22:32:20.746 [INFO] In session is user: fletcherp 2024-11-01 22:32:21.037 [INFO] In session is user: fletcherp 2024-11-01 22:32:21.315 [INFO] In session is user: fletcherp 2024-11-01 22:32:21.586 [INFO] In session is user: fletcherp 2024-11-01 22:32:21.877 [INFO] In session is user: fletcherp 2024-11-01 22:32:22.159 [INFO] In session is user: fletcherp 2024-11-01 22:32:22.479 [INFO] In session is user: fletcherp 2024-11-01 22:32:22.746 [INFO] In session is user: fletcherp 2024-11-01 22:32:23.039 [INFO] In session is user: fletcherp 2024-11-01 22:32:23.314 [INFO] In session is user: fletcherp 2024-11-01 22:32:23.607 [INFO] In session is user: fletcherp 2024-11-01 22:32:23.913 [INFO] In session is user: fletcherp 2024-11-01 22:32:24.194 [INFO] In session is user: fletcherp 2024-11-01 22:32:24.488 [INFO] In session is user: fletcherp 2024-11-01 22:32:24.779 [INFO] In session is user: fletcherp 2024-11-01 22:32:25.053 [INFO] In session is user: fletcherp 2024-11-01 22:32:25.326 [INFO] In session is user: fletcherp 2024-11-01 22:32:25.588 [INFO] In session is user: fletcherp 2024-11-01 22:32:25.874 [INFO] In session is user: fletcherp 2024-11-01 22:32:26.165 [INFO] In session is user: fletcherp 2024-11-01 22:32:26.494 [INFO] In session is user: fletcherp 2024-11-01 22:32:26.782 [INFO] In session is user: fletcherp 2024-11-01 22:32:27.058 [INFO] In session is user: fletcherp 2024-11-01 22:32:27.321 [INFO] In session is user: fletcherp 2024-11-01 22:32:27.634 [INFO] In session is user: fletcherp 2024-11-01 22:32:27.919 [INFO] In session is user: fletcherp 2024-11-01 22:32:28.182 [INFO] In session is user: fletcherp 2024-11-01 22:32:28.465 [INFO] In session is user: fletcherp 2024-11-01 22:32:28.727 [INFO] In session is user: fletcherp 2024-11-01 22:32:29.004 [INFO] In session is user: fletcherp 2024-11-01 22:32:29.346 [INFO] In session is user: fletcherp 2024-11-01 22:32:29.636 [INFO] In session is user: fletcherp 2024-11-01 22:32:29.930 [INFO] In session is user: fletcherp 2024-11-01 22:32:30.214 [INFO] In session is user: fletcherp 2024-11-01 22:32:30.510 [INFO] In session is user: fletcherp 2024-11-01 22:32:30.788 [INFO] In session is user: fletcherp 2024-11-01 22:32:31.082 [INFO] In session is user: fletcherp 2024-11-01 22:32:31.357 [INFO] In session is user: fletcherp 2024-11-01 22:32:31.654 [INFO] In session is user: fletcherp 2024-11-01 22:32:31.962 [INFO] In session is user: fletcherp 2024-11-01 22:32:32.257 [INFO] In session is user: fletcherp 2024-11-01 22:32:32.532 [INFO] In session is user: fletcherp 2024-11-01 22:32:32.831 [INFO] In session is user: fletcherp 2024-11-01 22:32:33.153 [INFO] In session is user: fletcherp 2024-11-01 22:32:33.431 [INFO] In session is user: fletcherp 2024-11-01 22:32:33.727 [INFO] In session is user: fletcherp 2024-11-01 22:32:33.991 [INFO] In session is user: fletcherp 2024-11-01 22:32:34.278 [INFO] In session is user: fletcherp 2024-11-01 22:32:34.540 [INFO] In session is user: fletcherp 2024-11-01 22:32:34.834 [INFO] In session is user: fletcherp 2024-11-01 22:32:35.169 [INFO] In session is user: fletcherp 2024-11-01 22:32:35.494 [INFO] In session is user: fletcherp 2024-11-01 22:32:35.775 [INFO] In session is user: fletcherp 2024-11-01 22:32:36.093 [INFO] In session is user: fletcherp 2024-11-01 22:32:36.406 [INFO] In session is user: fletcherp 2024-11-01 22:32:36.723 [INFO] In session is user: fletcherp 2024-11-01 22:32:37.047 [INFO] In session is user: fletcherp 2024-11-01 22:32:37.384 [INFO] In session is user: fletcherp 2024-11-01 22:32:37.732 [INFO] In session is user: fletcherp 2024-11-01 22:32:38.086 [INFO] In session is user: fletcherp 2024-11-01 22:32:38.374 [INFO] In session is user: fletcherp 2024-11-01 22:32:38.696 [INFO] In session is user: fletcherp 2024-11-01 22:32:38.986 [INFO] In session is user: fletcherp 2024-11-01 22:32:39.308 [INFO] In session is user: fletcherp 2024-11-01 22:32:39.652 [INFO] In session is user: fletcherp 2024-11-01 22:32:39.937 [INFO] In session is user: fletcherp 2024-11-01 22:32:40.256 [INFO] In session is user: fletcherp 2024-11-01 22:32:40.577 [INFO] In session is user: fletcherp 2024-11-01 22:32:40.910 [INFO] In session is user: fletcherp 2024-11-01 22:32:41.200 [INFO] In session is user: fletcherp 2024-11-01 22:32:41.535 [INFO] In session is user: fletcherp 2024-11-01 22:32:41.873 [INFO] In session is user: fletcherp 2024-11-01 22:32:42.193 [INFO] In session is user: fletcherp 2024-11-01 22:32:42.505 [INFO] In session is user: fletcherp 2024-11-01 22:32:42.857 [INFO] In session is user: fletcherp 2024-11-01 22:32:43.160 [INFO] In session is user: fletcherp 2024-11-01 22:32:43.490 [INFO] In session is user: fletcherp 2024-11-01 22:32:43.792 [INFO] In session is user: fletcherp 2024-11-01 22:32:44.130 [INFO] In session is user: fletcherp 2024-11-01 22:32:44.456 [INFO] In session is user: fletcherp 2024-11-01 22:32:44.777 [INFO] In session is user: fletcherp 2024-11-01 22:32:45.228 [INFO] In session is user: fletcherp 2024-11-01 22:32:45.482 [INFO] In session is user: fletcherp 2024-11-01 22:32:45.802 [INFO] In session is user: fletcherp 2024-11-01 22:32:46.097 [INFO] In session is user: fletcherp 2024-11-01 22:32:46.420 [INFO] In session is user: fletcherp 2024-11-01 22:32:46.736 [INFO] In session is user: fletcherp 2024-11-01 22:32:47.154 [INFO] In session is user: fletcherp 2024-11-01 22:32:47.491 [INFO] In session is user: fletcherp 2024-11-01 22:32:47.801 [INFO] In session is user: fletcherp 2024-11-01 22:32:48.095 [INFO] In session is user: fletcherp 2024-11-01 22:32:48.446 [INFO] In session is user: fletcherp 2024-11-01 22:32:48.903 [INFO] In session is user: fletcherp 2024-11-01 22:32:49.217 [INFO] In session is user: fletcherp 2024-11-01 22:32:49.531 [INFO] In session is user: fletcherp 2024-11-01 22:32:49.825 [INFO] In session is user: fletcherp 2024-11-01 22:32:50.139 [INFO] In session is user: fletcherp 2024-11-01 22:32:50.469 [INFO] In session is user: fletcherp 2024-11-01 22:32:50.766 [INFO] In session is user: fletcherp 2024-11-01 22:32:51.012 [INFO] In session is user: fletcherp 2024-11-01 22:32:51.321 [INFO] In session is user: fletcherp 2024-11-01 22:32:51.631 [INFO] In session is user: fletcherp 2024-11-01 22:32:51.929 [INFO] In session is user: fletcherp 2024-11-01 22:32:52.255 [INFO] In session is user: fletcherp 2024-11-01 22:32:52.613 [INFO] In session is user: fletcherp 2024-11-01 22:32:52.910 [INFO] In session is user: fletcherp 2024-11-01 22:32:53.218 [INFO] In session is user: fletcherp 2024-11-01 22:32:53.523 [INFO] In session is user: fletcherp 2024-11-01 22:32:53.853 [INFO] In session is user: fletcherp 2024-11-01 22:32:54.148 [INFO] In session is user: fletcherp 2024-11-01 22:32:54.488 [INFO] In session is user: fletcherp 2024-11-01 22:32:54.796 [INFO] In session is user: fletcherp 2024-11-01 22:32:55.127 [INFO] In session is user: fletcherp 2024-11-01 22:32:55.447 [INFO] In session is user: fletcherp 2024-11-01 22:32:55.819 [INFO] In session is user: fletcherp 2024-11-01 22:32:56.129 [INFO] In session is user: fletcherp 2024-11-01 22:32:56.442 [INFO] In session is user: fletcherp 2024-11-01 22:32:56.753 [INFO] In session is user: fletcherp 2024-11-01 22:32:57.064 [INFO] In session is user: fletcherp 2024-11-01 22:32:57.391 [INFO] In session is user: fletcherp 2024-11-01 22:32:57.729 [INFO] In session is user: fletcherp 2024-11-01 22:32:58.126 [INFO] In session is user: fletcherp 2024-11-01 22:32:58.441 [INFO] In session is user: fletcherp 2024-11-01 22:32:58.773 [INFO] In session is user: fletcherp 2024-11-01 22:32:59.065 [INFO] In session is user: fletcherp 2024-11-01 22:32:59.372 [INFO] In session is user: fletcherp 2024-11-01 22:32:59.693 [INFO] In session is user: fletcherp 2024-11-01 22:32:59.965 [INFO] In session is user: fletcherp 2024-11-01 22:33:00.282 [INFO] In session is user: fletcherp 2024-11-01 22:33:00.593 [INFO] In session is user: fletcherp 2024-11-01 22:33:00.928 [INFO] In session is user: fletcherp 2024-11-01 22:33:01.252 [INFO] In session is user: fletcherp 2024-11-01 22:33:01.559 [INFO] In session is user: fletcherp 2024-11-01 22:33:01.872 [INFO] In session is user: fletcherp 2024-11-01 22:33:02.232 [INFO] In session is user: fletcherp 2024-11-01 22:33:02.516 [INFO] In session is user: fletcherp 2024-11-01 22:33:02.856 [INFO] In session is user: fletcherp 2024-11-01 22:33:03.193 [INFO] In session is user: fletcherp 2024-11-01 22:33:03.519 [INFO] In session is user: fletcherp 2024-11-01 22:33:03.856 [INFO] In session is user: fletcherp 2024-11-01 22:33:04.143 [INFO] In session is user: fletcherp 2024-11-01 22:33:04.473 [INFO] In session is user: fletcherp 2024-11-01 22:33:04.827 [INFO] In session is user: fletcherp 2024-11-01 22:33:05.142 [INFO] In session is user: fletcherp 2024-11-01 22:33:05.447 [INFO] In session is user: fletcherp 2024-11-01 22:33:05.727 [INFO] In session is user: fletcherp 2024-11-01 22:33:06.002 [INFO] In session is user: fletcherp 2024-11-01 22:33:06.314 [INFO] In session is user: fletcherp 2024-11-01 22:33:06.616 [INFO] In session is user: fletcherp 2024-11-01 22:33:06.955 [INFO] In session is user: fletcherp 2024-11-01 22:33:07.272 [INFO] In session is user: fletcherp 2024-11-01 22:33:07.594 [INFO] In session is user: fletcherp 2024-11-01 22:33:07.918 [INFO] In session is user: fletcherp 2024-11-01 22:33:08.261 [INFO] In session is user: fletcherp 2024-11-01 22:33:08.556 [INFO] In session is user: fletcherp 2024-11-01 22:33:08.836 [INFO] In session is user: fletcherp 2024-11-01 22:33:09.150 [INFO] In session is user: fletcherp 2024-11-01 22:33:09.446 [INFO] In session is user: fletcherp 2024-11-01 22:33:09.777 [INFO] In session is user: fletcherp 2024-11-01 22:33:10.224 [INFO] In session is user: fletcherp 2024-11-01 22:33:10.580 [INFO] In session is user: fletcherp 2024-11-01 22:33:10.916 [INFO] In session is user: fletcherp 2024-11-01 22:33:11.224 [INFO] In session is user: fletcherp 2024-11-01 22:33:11.632 [INFO] In session is user: fletcherp 2024-11-01 22:33:11.911 [INFO] In session is user: fletcherp 2024-11-01 22:33:12.378 [INFO] In session is user: fletcherp 2024-11-01 22:33:12.773 [INFO] In session is user: fletcherp 2024-11-01 22:33:13.085 [INFO] In session is user: fletcherp 2024-11-01 22:33:13.381 [INFO] In session is user: fletcherp 2024-11-01 22:33:13.683 [INFO] In session is user: fletcherp 2024-11-01 22:33:14.080 [INFO] In session is user: fletcherp 2024-11-01 22:33:14.397 [INFO] In session is user: fletcherp 2024-11-01 22:33:14.677 [INFO] In session is user: fletcherp 2024-11-01 22:33:15.002 [INFO] In session is user: fletcherp 2024-11-01 22:33:15.326 [INFO] In session is user: fletcherp 2024-11-01 22:33:15.583 [INFO] In session is user: fletcherp 2024-11-01 22:33:15.930 [INFO] In session is user: fletcherp 2024-11-01 22:33:16.224 [INFO] In session is user: fletcherp 2024-11-01 22:33:16.555 [INFO] In session is user: fletcherp 2024-11-01 22:33:16.965 [INFO] In session is user: fletcherp 2024-11-01 22:33:17.276 [INFO] In session is user: fletcherp 2024-11-01 22:33:17.586 [INFO] In session is user: fletcherp 2024-11-01 22:33:17.870 [INFO] In session is user: fletcherp 2024-11-01 22:33:18.183 [INFO] In session is user: fletcherp 2024-11-01 22:33:18.531 [INFO] In session is user: fletcherp 2024-11-01 22:33:18.818 [INFO] In session is user: fletcherp 2024-11-01 22:33:19.143 [INFO] In session is user: fletcherp 2024-11-01 22:33:19.430 [INFO] In session is user: fletcherp 2024-11-01 22:33:19.718 [INFO] In session is user: fletcherp 2024-11-01 22:33:20.047 [INFO] In session is user: fletcherp 2024-11-01 22:33:20.486 [INFO] In session is user: fletcherp 2024-11-01 22:33:20.765 [INFO] In session is user: fletcherp 2024-11-01 22:33:21.090 [INFO] In session is user: fletcherp 2024-11-01 22:33:21.374 [INFO] In session is user: fletcherp 2024-11-01 22:33:21.693 [INFO] In session is user: fletcherp 2024-11-01 22:33:22.020 [INFO] In session is user: fletcherp 2024-11-01 22:33:22.339 [INFO] In session is user: fletcherp 2024-11-01 22:33:22.685 [INFO] In session is user: fletcherp 2024-11-01 22:33:22.956 [INFO] In session is user: fletcherp 2024-11-01 22:33:23.248 [INFO] In session is user: fletcherp 2024-11-01 22:33:23.529 [INFO] In session is user: fletcherp 2024-11-01 22:33:23.866 [INFO] In session is user: fletcherp 2024-11-01 22:33:24.172 [INFO] In session is user: fletcherp 2024-11-01 22:33:24.496 [INFO] In session is user: fletcherp 2024-11-01 22:33:24.812 [INFO] In session is user: fletcherp 2024-11-01 22:33:25.111 [INFO] In session is user: fletcherp 2024-11-01 22:33:25.464 [INFO] In session is user: fletcherp 2024-11-01 22:33:25.806 [INFO] In session is user: fletcherp 2024-11-01 22:33:26.125 [INFO] In session is user: fletcherp 2024-11-01 22:33:26.480 [INFO] In session is user: fletcherp 2024-11-01 22:33:26.799 [INFO] In session is user: fletcherp 2024-11-01 22:33:27.133 [INFO] In session is user: fletcherp 2024-11-01 22:33:27.533 [INFO] In session is user: fletcherp 2024-11-01 22:33:27.854 [INFO] In session is user: fletcherp 2024-11-01 22:33:28.149 [INFO] In session is user: fletcherp 2024-11-01 22:33:28.461 [INFO] In session is user: fletcherp 2024-11-01 22:33:28.755 [INFO] In session is user: fletcherp 2024-11-01 22:33:29.074 [INFO] In session is user: fletcherp 2024-11-01 22:33:29.420 [INFO] In session is user: fletcherp 2024-11-01 22:33:29.761 [INFO] In session is user: fletcherp 2024-11-01 22:33:30.081 [INFO] In session is user: fletcherp 2024-11-01 22:33:30.388 [INFO] In session is user: fletcherp 2024-11-01 22:33:30.731 [INFO] In session is user: fletcherp 2024-11-01 22:33:31.037 [INFO] In session is user: fletcherp 2024-11-01 22:33:31.383 [INFO] In session is user: fletcherp 2024-11-01 22:33:31.689 [INFO] In session is user: fletcherp 2024-11-01 22:33:31.972 [INFO] In session is user: fletcherp 2024-11-01 22:33:32.301 [INFO] In session is user: fletcherp 2024-11-01 22:33:32.620 [INFO] In session is user: fletcherp 2024-11-01 22:33:32.925 [INFO] In session is user: fletcherp 2024-11-01 22:33:33.199 [INFO] In session is user: fletcherp 2024-11-01 22:33:33.525 [INFO] In session is user: fletcherp 2024-11-01 22:33:33.825 [INFO] In session is user: fletcherp 2024-11-01 22:33:34.142 [INFO] In session is user: fletcherp 2024-11-01 22:33:34.423 [INFO] In session is user: fletcherp 2024-11-01 22:33:34.790 [INFO] In session is user: fletcherp 2024-11-01 22:33:35.140 [INFO] In session is user: fletcherp 2024-11-01 22:33:35.426 [INFO] In session is user: fletcherp 2024-11-01 22:33:35.722 [INFO] In session is user: fletcherp 2024-11-01 22:33:36.051 [INFO] In session is user: fletcherp 2024-11-01 22:33:36.324 [INFO] In session is user: fletcherp 2024-11-01 22:33:36.634 [INFO] In session is user: fletcherp 2024-11-01 22:33:36.946 [INFO] In session is user: fletcherp 2024-11-01 22:33:37.277 [INFO] In session is user: fletcherp 2024-11-01 22:33:37.549 [INFO] In session is user: fletcherp 2024-11-01 22:33:37.879 [INFO] In session is user: fletcherp 2024-11-01 22:33:38.205 [INFO] In session is user: fletcherp 2024-11-01 22:33:38.470 [INFO] In session is user: fletcherp 2024-11-01 22:33:38.820 [INFO] In session is user: fletcherp 2024-11-01 22:33:39.132 [INFO] In session is user: fletcherp 2024-11-01 22:33:39.489 [INFO] In session is user: fletcherp 2024-11-01 22:33:39.817 [INFO] In session is user: fletcherp 2024-11-01 22:33:40.315 [INFO] In session is user: fletcherp 2024-11-01 22:33:40.616 [INFO] In session is user: fletcherp 2024-11-01 22:33:40.911 [INFO] In session is user: fletcherp 2024-11-01 22:33:41.227 [INFO] In session is user: fletcherp 2024-11-01 22:33:41.510 [INFO] In session is user: fletcherp 2024-11-01 22:33:41.853 [INFO] In session is user: fletcherp 2024-11-01 22:33:42.181 [INFO] In session is user: fletcherp 2024-11-01 22:33:42.497 [INFO] In session is user: fletcherp 2024-11-01 22:33:42.835 [INFO] In session is user: fletcherp 2024-11-01 22:33:43.151 [INFO] In session is user: fletcherp 2024-11-01 22:33:43.489 [INFO] In session is user: fletcherp 2024-11-01 22:33:43.794 [INFO] In session is user: fletcherp 2024-11-01 22:33:44.122 [INFO] In session is user: fletcherp 2024-11-01 22:33:44.401 [INFO] In session is user: fletcherp 2024-11-01 22:33:44.687 [INFO] In session is user: fletcherp 2024-11-01 22:33:44.994 [INFO] In session is user: fletcherp 2024-11-01 22:33:45.331 [INFO] In session is user: fletcherp 2024-11-01 22:33:45.644 [INFO] In session is user: fletcherp 2024-11-01 22:33:46.066 [INFO] In session is user: fletcherp 2024-11-01 22:33:46.442 [INFO] In session is user: fletcherp 2024-11-01 22:33:46.767 [INFO] In session is user: fletcherp 2024-11-01 22:33:47.031 [INFO] In session is user: fletcherp 2024-11-01 22:33:47.351 [INFO] In session is user: fletcherp 2024-11-01 22:33:47.667 [INFO] In session is user: fletcherp 2024-11-01 22:33:47.984 [INFO] In session is user: fletcherp 2024-11-01 22:33:48.287 [INFO] In session is user: fletcherp 2024-11-01 22:33:48.623 [INFO] In session is user: fletcherp 2024-11-01 22:33:48.883 [INFO] In session is user: fletcherp 2024-11-01 22:33:49.218 [INFO] In session is user: fletcherp 2024-11-01 22:33:49.521 [INFO] In session is user: fletcherp 2024-11-01 22:33:49.802 [INFO] In session is user: fletcherp 2024-11-01 22:33:50.138 [INFO] In session is user: fletcherp 2024-11-01 22:33:50.468 [INFO] In session is user: fletcherp 2024-11-01 22:33:50.813 [INFO] In session is user: fletcherp 2024-11-01 22:33:51.119 [INFO] In session is user: fletcherp 2024-11-01 22:33:51.594 [INFO] In session is user: fletcherp 2024-11-01 22:33:51.889 [INFO] In session is user: fletcherp 2024-11-01 22:33:52.237 [INFO] In session is user: fletcherp 2024-11-01 22:33:52.517 [INFO] In session is user: fletcherp 2024-11-01 22:33:52.861 [INFO] In session is user: fletcherp 2024-11-01 22:33:53.163 [INFO] In session is user: fletcherp 2024-11-01 22:33:53.463 [INFO] In session is user: fletcherp 2024-11-01 22:33:53.764 [INFO] In session is user: fletcherp 2024-11-01 22:33:54.090 [INFO] In session is user: fletcherp 2024-11-01 22:33:54.387 [INFO] In session is user: fletcherp 2024-11-01 22:33:54.714 [INFO] In session is user: fletcherp 2024-11-01 22:33:55.040 [INFO] In session is user: fletcherp 2024-11-01 22:33:55.354 [INFO] In session is user: fletcherp 2024-11-01 22:33:55.633 [INFO] In session is user: fletcherp 2024-11-01 22:33:55.954 [INFO] In session is user: fletcherp 2024-11-01 22:33:56.268 [INFO] In session is user: fletcherp 2024-11-01 22:33:56.551 [INFO] In session is user: fletcherp 2024-11-01 22:33:56.845 [INFO] In session is user: fletcherp 2024-11-01 22:33:57.175 [INFO] In session is user: fletcherp 2024-11-01 22:33:57.480 [INFO] In session is user: fletcherp 2024-11-01 22:33:57.806 [INFO] In session is user: fletcherp 2024-11-01 22:33:58.157 [INFO] In session is user: fletcherp 2024-11-01 22:33:58.428 [INFO] In session is user: fletcherp 2024-11-01 22:33:58.718 [INFO] In session is user: fletcherp 2024-11-01 22:33:59.037 [INFO] In session is user: fletcherp 2024-11-01 22:33:59.341 [INFO] In session is user: fletcherp 2024-11-01 22:33:59.630 [INFO] In session is user: fletcherp 2024-11-01 22:33:59.962 [INFO] In session is user: fletcherp 2024-11-01 22:34:00.334 [INFO] In session is user: fletcherp 2024-11-01 22:34:00.681 [INFO] In session is user: fletcherp 2024-11-01 22:34:01.026 [INFO] In session is user: fletcherp 2024-11-01 22:34:01.367 [INFO] In session is user: fletcherp 2024-11-01 22:34:01.676 [INFO] In session is user: fletcherp 2024-11-01 22:34:01.992 [INFO] In session is user: fletcherp 2024-11-01 22:34:02.316 [INFO] In session is user: fletcherp 2024-11-01 22:34:02.630 [INFO] In session is user: fletcherp 2024-11-01 22:34:02.947 [INFO] In session is user: fletcherp 2024-11-01 22:34:03.247 [INFO] In session is user: fletcherp 2024-11-01 22:34:03.657 [INFO] In session is user: fletcherp 2024-11-01 22:34:03.948 [INFO] In session is user: fletcherp 2024-11-01 22:34:04.271 [INFO] In session is user: fletcherp 2024-11-01 22:34:04.586 [INFO] In session is user: fletcherp 2024-11-01 22:34:04.987 [INFO] In session is user: fletcherp 2024-11-01 22:34:05.275 [INFO] In session is user: fletcherp 2024-11-01 22:34:05.612 [INFO] In session is user: fletcherp 2024-11-01 22:34:05.934 [INFO] In session is user: fletcherp 2024-11-01 22:34:06.311 [INFO] In session is user: fletcherp 2024-11-01 22:34:06.656 [INFO] In session is user: fletcherp 2024-11-01 22:34:06.960 [INFO] In session is user: fletcherp 2024-11-01 22:34:07.264 [INFO] In session is user: fletcherp 2024-11-01 22:34:07.603 [INFO] In session is user: fletcherp 2024-11-01 22:34:08.059 [INFO] In session is user: fletcherp 2024-11-01 22:34:08.352 [INFO] In session is user: fletcherp 2024-11-01 22:34:08.669 [INFO] In session is user: fletcherp 2024-11-01 22:34:08.976 [INFO] In session is user: fletcherp 2024-11-01 22:34:09.289 [INFO] In session is user: fletcherp 2024-11-01 22:34:09.573 [INFO] In session is user: fletcherp 2024-11-01 22:34:09.876 [INFO] In session is user: fletcherp 2024-11-01 22:34:10.383 [INFO] In session is user: fletcherp 2024-11-01 22:34:10.665 [INFO] In session is user: fletcherp 2024-11-01 22:34:10.944 [INFO] In session is user: fletcherp 2024-11-01 22:34:11.314 [INFO] In session is user: fletcherp 2024-11-01 22:34:11.590 [INFO] In session is user: fletcherp 2024-11-01 22:34:11.896 [INFO] In session is user: fletcherp 2024-11-01 22:34:12.177 [INFO] In session is user: fletcherp 2024-11-01 22:34:12.495 [INFO] In session is user: fletcherp 2024-11-01 22:34:12.838 [INFO] In session is user: fletcherp 2024-11-01 22:34:13.166 [INFO] In session is user: fletcherp 2024-11-01 22:34:13.594 [INFO] In session is user: fletcherp 2024-11-01 22:34:13.873 [INFO] In session is user: fletcherp 2024-11-01 22:34:14.206 [INFO] In session is user: fletcherp 2024-11-01 22:34:14.583 [INFO] In session is user: fletcherp 2024-11-01 22:34:14.890 [INFO] In session is user: fletcherp 2024-11-01 22:34:15.195 [INFO] In session is user: fletcherp 2024-11-01 22:34:15.526 [INFO] In session is user: fletcherp 2024-11-01 22:34:15.873 [INFO] In session is user: fletcherp 2024-11-01 22:34:44.426 [INFO] In session is user: fletcherp 2024-11-01 22:34:44.756 [INFO] In session is user: fletcherp 2024-11-01 22:34:45.042 [INFO] In session is user: fletcherp 2024-11-01 22:34:45.378 [INFO] In session is user: fletcherp 2024-11-01 22:34:45.657 [INFO] In session is user: fletcherp 2024-11-01 22:34:45.976 [INFO] In session is user: fletcherp 2024-11-01 22:34:46.309 [INFO] In session is user: fletcherp 2024-11-01 22:34:46.613 [INFO] In session is user: fletcherp 2024-11-01 22:34:46.878 [INFO] In session is user: fletcherp 2024-11-01 22:34:47.194 [INFO] In session is user: fletcherp 2024-11-01 22:34:47.529 [INFO] In session is user: fletcherp 2024-11-01 22:34:47.851 [INFO] In session is user: fletcherp 2024-11-01 22:34:48.149 [INFO] In session is user: fletcherp 2024-11-01 22:34:48.430 [INFO] In session is user: fletcherp 2024-11-01 22:34:48.710 [INFO] In session is user: fletcherp 2024-11-01 22:34:48.985 [INFO] In session is user: fletcherp 2024-11-01 22:34:49.283 [INFO] In session is user: fletcherp 2024-11-01 22:34:49.577 [INFO] In session is user: fletcherp 2024-11-01 22:34:49.877 [INFO] In session is user: fletcherp 2024-11-01 22:34:50.176 [INFO] In session is user: fletcherp 2024-11-01 22:34:50.491 [INFO] In session is user: fletcherp 2024-11-01 22:34:50.777 [INFO] In session is user: fletcherp 2024-11-01 22:34:51.095 [INFO] In session is user: fletcherp 2024-11-01 22:34:51.423 [INFO] In session is user: fletcherp 2024-11-01 22:34:51.717 [INFO] In session is user: fletcherp 2024-11-01 22:34:52.016 [INFO] In session is user: fletcherp 2024-11-01 22:34:52.315 [INFO] In session is user: fletcherp 2024-11-01 22:34:52.650 [INFO] In session is user: fletcherp 2024-11-01 22:34:53.107 [INFO] In session is user: fletcherp 2024-11-01 22:34:53.448 [INFO] In session is user: fletcherp 2024-11-01 22:34:53.785 [INFO] In session is user: fletcherp 2024-11-01 22:34:54.084 [INFO] In session is user: fletcherp 2024-11-01 22:34:54.371 [INFO] In session is user: fletcherp 2024-11-01 22:34:54.708 [INFO] In session is user: fletcherp 2024-11-01 22:34:55.039 [INFO] In session is user: fletcherp 2024-11-01 22:34:55.362 [INFO] In session is user: fletcherp 2024-11-01 22:34:55.668 [INFO] In session is user: fletcherp 2024-11-01 22:34:55.991 [INFO] In session is user: fletcherp 2024-11-01 22:34:56.281 [INFO] In session is user: fletcherp 2024-11-01 22:34:56.548 [INFO] In session is user: fletcherp 2024-11-01 22:34:56.864 [INFO] In session is user: fletcherp 2024-11-01 22:34:57.180 [INFO] In session is user: fletcherp 2024-11-01 22:34:57.515 [INFO] In session is user: fletcherp 2024-11-01 22:34:57.791 [INFO] In session is user: fletcherp 2024-11-01 22:34:58.124 [INFO] In session is user: fletcherp 2024-11-01 22:34:58.461 [INFO] In session is user: fletcherp 2024-11-01 22:34:58.789 [INFO] In session is user: fletcherp 2024-11-01 22:34:59.075 [INFO] In session is user: fletcherp 2024-11-01 22:34:59.400 [INFO] In session is user: fletcherp 2024-11-01 22:34:59.746 [INFO] In session is user: fletcherp 2024-11-01 22:35:00.042 [INFO] In session is user: fletcherp 2024-11-01 22:35:00.360 [INFO] In session is user: fletcherp 2024-11-01 22:35:00.652 [INFO] In session is user: fletcherp 2024-11-01 22:35:00.988 [INFO] In session is user: fletcherp 2024-11-01 22:35:01.306 [INFO] In session is user: fletcherp 2024-11-01 22:35:01.593 [INFO] In session is user: fletcherp 2024-11-01 22:35:01.866 [INFO] In session is user: fletcherp 2024-11-01 22:35:02.196 [INFO] In session is user: fletcherp 2024-11-01 22:35:02.476 [INFO] In session is user: fletcherp 2024-11-01 22:35:02.799 [INFO] In session is user: fletcherp 2024-11-01 22:35:03.087 [INFO] In session is user: fletcherp 2024-11-01 22:35:03.435 [INFO] In session is user: fletcherp 2024-11-01 22:35:03.780 [INFO] In session is user: fletcherp 2024-11-01 22:35:04.086 [INFO] In session is user: fletcherp 2024-11-01 22:35:04.416 [INFO] In session is user: fletcherp 2024-11-01 22:35:04.728 [INFO] In session is user: fletcherp 2024-11-01 22:35:05.052 [INFO] In session is user: fletcherp 2024-11-01 22:35:05.400 [INFO] In session is user: fletcherp 2024-11-01 22:35:05.722 [INFO] In session is user: fletcherp 2024-11-01 22:35:06.060 [INFO] In session is user: fletcherp 2024-11-01 22:35:06.394 [INFO] In session is user: fletcherp 2024-11-01 22:35:06.720 [INFO] In session is user: fletcherp 2024-11-01 22:35:07.054 [INFO] In session is user: fletcherp 2024-11-01 22:35:07.382 [INFO] In session is user: fletcherp 2024-11-01 22:35:07.686 [INFO] In session is user: fletcherp 2024-11-01 22:35:07.985 [INFO] In session is user: fletcherp 2024-11-01 22:35:08.278 [INFO] In session is user: fletcherp 2024-11-01 22:35:08.552 [INFO] In session is user: fletcherp 2024-11-01 22:35:08.804 [INFO] In session is user: fletcherp 2024-11-01 22:35:09.113 [INFO] In session is user: fletcherp 2024-11-01 22:35:09.411 [INFO] In session is user: fletcherp 2024-11-01 22:35:09.738 [INFO] In session is user: fletcherp 2024-11-01 22:35:10.016 [INFO] In session is user: fletcherp 2024-11-01 22:35:10.330 [INFO] In session is user: fletcherp 2024-11-01 22:35:10.647 [INFO] In session is user: fletcherp 2024-11-01 22:35:11.001 [INFO] In session is user: fletcherp 2024-11-01 22:35:11.331 [INFO] In session is user: fletcherp 2024-11-01 22:35:11.620 [INFO] In session is user: fletcherp 2024-11-01 22:35:11.927 [INFO] In session is user: fletcherp 2024-11-01 22:35:12.252 [INFO] In session is user: fletcherp 2024-11-01 22:35:12.575 [INFO] In session is user: fletcherp 2024-11-01 22:35:12.913 [INFO] In session is user: fletcherp 2024-11-01 22:35:13.217 [INFO] In session is user: fletcherp 2024-11-01 22:35:13.533 [INFO] In session is user: fletcherp 2024-11-01 22:35:13.776 [INFO] In session is user: fletcherp 2024-11-01 22:35:14.075 [INFO] In session is user: fletcherp 2024-11-01 22:35:14.386 [INFO] In session is user: fletcherp 2024-11-01 22:35:14.700 [INFO] In session is user: fletcherp 2024-11-01 22:35:14.992 [INFO] In session is user: fletcherp 2024-11-01 22:35:15.268 [INFO] In session is user: fletcherp 2024-11-01 22:35:15.584 [INFO] In session is user: fletcherp 2024-11-01 22:35:15.907 [INFO] In session is user: fletcherp 2024-11-01 22:35:16.220 [INFO] In session is user: fletcherp 2024-11-01 22:35:16.529 [INFO] In session is user: fletcherp 2024-11-01 22:35:16.878 [INFO] In session is user: fletcherp 2024-11-01 22:35:17.198 [INFO] In session is user: fletcherp 2024-11-01 22:35:17.516 [INFO] In session is user: fletcherp 2024-11-01 22:35:17.783 [INFO] In session is user: fletcherp 2024-11-01 22:35:18.102 [INFO] In session is user: fletcherp 2024-11-01 22:35:18.396 [INFO] In session is user: fletcherp 2024-11-01 22:35:18.727 [INFO] In session is user: fletcherp 2024-11-01 22:35:19.019 [INFO] In session is user: fletcherp 2024-11-01 22:35:19.312 [INFO] In session is user: fletcherp 2024-11-01 22:35:19.746 [INFO] In session is user: fletcherp 2024-11-01 22:35:20.054 [INFO] In session is user: fletcherp 2024-11-01 22:35:20.341 [INFO] In session is user: fletcherp 2024-11-01 22:35:20.622 [INFO] In session is user: fletcherp 2024-11-01 22:35:20.936 [INFO] In session is user: fletcherp 2024-11-01 22:35:21.253 [INFO] In session is user: fletcherp 2024-11-01 22:35:21.529 [INFO] In session is user: fletcherp 2024-11-01 22:35:21.859 [INFO] In session is user: fletcherp 2024-11-01 22:35:22.185 [INFO] In session is user: fletcherp 2024-11-01 22:35:22.501 [INFO] In session is user: fletcherp 2024-11-01 22:35:22.830 [INFO] In session is user: fletcherp 2024-11-01 22:35:23.118 [INFO] In session is user: fletcherp 2024-11-01 22:35:23.453 [INFO] In session is user: fletcherp 2024-11-01 22:35:23.750 [INFO] In session is user: fletcherp 2024-11-01 22:35:24.080 [INFO] In session is user: fletcherp 2024-11-01 22:35:24.552 [INFO] In session is user: fletcherp 2024-11-01 22:35:24.858 [INFO] In session is user: fletcherp 2024-11-01 22:35:25.244 [INFO] In session is user: fletcherp 2024-11-01 22:35:25.606 [INFO] In session is user: fletcherp 2024-11-01 22:35:25.898 [INFO] In session is user: fletcherp 2024-11-01 22:35:26.212 [INFO] In session is user: fletcherp 2024-11-01 22:35:26.490 [INFO] In session is user: fletcherp 2024-11-01 22:35:26.797 [INFO] In session is user: fletcherp 2024-11-01 22:35:27.079 [INFO] In session is user: fletcherp 2024-11-01 22:35:27.385 [INFO] In session is user: fletcherp 2024-11-01 22:35:27.663 [INFO] In session is user: fletcherp 2024-11-01 22:35:27.973 [INFO] In session is user: fletcherp 2024-11-01 22:35:28.274 [INFO] In session is user: fletcherp 2024-11-01 22:35:28.527 [INFO] In session is user: fletcherp 2024-11-01 22:35:28.852 [INFO] In session is user: fletcherp 2024-11-01 22:35:29.211 [INFO] In session is user: fletcherp 2024-11-01 22:35:29.509 [INFO] In session is user: fletcherp 2024-11-01 22:35:29.823 [INFO] In session is user: fletcherp 2024-11-01 22:35:30.095 [INFO] In session is user: fletcherp 2024-11-01 22:35:30.416 [INFO] In session is user: fletcherp 2024-11-01 22:35:30.737 [INFO] In session is user: fletcherp 2024-11-01 22:35:31.073 [INFO] In session is user: fletcherp 2024-11-01 22:35:31.395 [INFO] In session is user: fletcherp 2024-11-01 22:35:31.648 [INFO] In session is user: fletcherp 2024-11-01 22:35:31.952 [INFO] In session is user: fletcherp 2024-11-01 22:35:32.279 [INFO] In session is user: fletcherp 2024-11-01 22:35:32.604 [INFO] In session is user: fletcherp 2024-11-01 22:35:32.931 [INFO] In session is user: fletcherp 2024-11-01 22:35:33.239 [INFO] In session is user: fletcherp 2024-11-01 22:35:33.562 [INFO] In session is user: fletcherp 2024-11-01 22:35:33.877 [INFO] In session is user: fletcherp 2024-11-01 22:35:34.154 [INFO] In session is user: fletcherp 2024-11-01 22:35:34.462 [INFO] In session is user: fletcherp 2024-11-01 22:35:34.776 [INFO] In session is user: fletcherp 2024-11-01 22:35:35.089 [INFO] In session is user: fletcherp 2024-11-01 22:35:35.455 [INFO] In session is user: fletcherp 2024-11-01 22:35:35.711 [INFO] In session is user: fletcherp 2024-11-01 22:35:36.053 [INFO] In session is user: fletcherp 2024-11-01 22:35:36.328 [INFO] In session is user: fletcherp 2024-11-01 22:35:36.634 [INFO] In session is user: fletcherp 2024-11-01 22:35:36.894 [INFO] In session is user: fletcherp 2024-11-01 22:35:37.187 [INFO] In session is user: fletcherp 2024-11-01 22:35:37.496 [INFO] In session is user: fletcherp 2024-11-01 22:35:37.816 [INFO] In session is user: fletcherp 2024-11-01 22:35:38.116 [INFO] In session is user: fletcherp 2024-11-01 22:35:38.354 [INFO] In session is user: fletcherp 2024-11-01 22:35:38.687 [INFO] In session is user: fletcherp 2024-11-01 22:35:39.011 [INFO] In session is user: fletcherp 2024-11-01 22:35:39.346 [INFO] In session is user: fletcherp 2024-11-01 22:35:39.687 [INFO] In session is user: fletcherp 2024-11-01 22:35:40.121 [INFO] In session is user: fletcherp 2024-11-01 22:35:40.456 [INFO] In session is user: fletcherp 2024-11-01 22:35:40.777 [INFO] In session is user: fletcherp 2024-11-01 22:35:41.061 [INFO] In session is user: fletcherp 2024-11-01 22:35:41.365 [INFO] In session is user: fletcherp 2024-11-01 22:35:41.681 [INFO] In session is user: fletcherp 2024-11-01 22:35:42.008 [INFO] In session is user: fletcherp 2024-11-01 22:35:42.318 [INFO] In session is user: fletcherp 2024-11-01 22:35:42.620 [INFO] In session is user: fletcherp 2024-11-01 22:35:42.936 [INFO] In session is user: fletcherp 2024-11-01 22:35:43.285 [INFO] In session is user: fletcherp 2024-11-01 22:35:43.559 [INFO] In session is user: fletcherp 2024-11-01 22:35:43.880 [INFO] In session is user: fletcherp 2024-11-01 22:35:44.213 [INFO] In session is user: fletcherp 2024-11-01 22:35:44.537 [INFO] In session is user: fletcherp 2024-11-01 22:35:44.837 [INFO] In session is user: fletcherp 2024-11-01 22:35:45.181 [INFO] In session is user: fletcherp 2024-11-01 22:35:45.498 [INFO] In session is user: fletcherp 2024-11-01 22:35:45.824 [INFO] In session is user: fletcherp 2024-11-01 22:35:46.145 [INFO] In session is user: fletcherp 2024-11-01 22:35:46.435 [INFO] In session is user: fletcherp 2024-11-01 22:35:46.730 [INFO] In session is user: fletcherp 2024-11-01 22:35:47.045 [INFO] In session is user: fletcherp 2024-11-01 22:35:47.401 [INFO] In session is user: fletcherp 2024-11-01 22:35:47.696 [INFO] In session is user: fletcherp 2024-11-01 22:35:48.014 [INFO] In session is user: fletcherp 2024-11-01 22:35:48.304 [INFO] In session is user: fletcherp 2024-11-01 22:35:48.628 [INFO] In session is user: fletcherp 2024-11-01 22:35:48.915 [INFO] In session is user: fletcherp 2024-11-01 22:35:49.241 [INFO] In session is user: fletcherp 2024-11-01 22:35:49.587 [INFO] In session is user: fletcherp 2024-11-01 22:35:50.662 [INFO] In session is user: fletcherp 2024-11-01 22:35:51.021 [INFO] In session is user: fletcherp 2024-11-01 22:35:53.326 [INFO] In session is user: fletcherp 2024-11-01 22:35:53.659 [INFO] In session is user: fletcherp 2024-11-01 22:35:53.975 [INFO] In session is user: fletcherp 2024-11-01 22:35:54.272 [INFO] In session is user: fletcherp 2024-11-01 22:35:54.602 [INFO] In session is user: fletcherp 2024-11-01 22:35:54.939 [INFO] In session is user: fletcherp 2024-11-01 22:35:55.267 [INFO] In session is user: fletcherp 2024-11-01 22:35:55.544 [INFO] In session is user: fletcherp 2024-11-01 22:35:55.860 [INFO] In session is user: fletcherp 2024-11-01 22:35:56.176 [INFO] In session is user: fletcherp 2024-11-01 22:35:56.488 [INFO] In session is user: fletcherp 2024-11-01 22:35:56.806 [INFO] In session is user: fletcherp 2024-11-01 22:35:57.123 [INFO] In session is user: fletcherp 2024-11-01 22:35:57.438 [INFO] In session is user: fletcherp 2024-11-01 22:35:57.790 [INFO] In session is user: fletcherp 2024-11-01 22:35:58.089 [INFO] In session is user: fletcherp 2024-11-01 22:35:58.411 [INFO] In session is user: fletcherp 2024-11-01 22:35:58.711 [INFO] In session is user: fletcherp 2024-11-01 22:35:59.021 [INFO] In session is user: fletcherp 2024-11-01 22:35:59.337 [INFO] In session is user: fletcherp 2024-11-01 22:35:59.657 [INFO] In session is user: fletcherp 2024-11-01 22:35:59.953 [INFO] In session is user: fletcherp 2024-11-01 22:36:00.239 [INFO] In session is user: fletcherp 2024-11-01 22:36:00.555 [INFO] In session is user: fletcherp 2024-11-01 22:36:00.858 [INFO] In session is user: fletcherp 2024-11-01 22:36:01.218 [INFO] In session is user: fletcherp 2024-11-01 22:36:01.523 [INFO] In session is user: fletcherp 2024-11-01 22:36:01.846 [INFO] In session is user: fletcherp 2024-11-01 22:36:02.137 [INFO] In session is user: fletcherp 2024-11-01 22:36:02.474 [INFO] In session is user: fletcherp 2024-11-01 22:36:02.767 [INFO] In session is user: fletcherp 2024-11-01 22:36:03.098 [INFO] In session is user: fletcherp 2024-11-01 22:36:03.402 [INFO] In session is user: fletcherp 2024-11-01 22:36:03.711 [INFO] In session is user: fletcherp 2024-11-01 22:36:04.021 [INFO] In session is user: fletcherp 2024-11-01 22:36:04.329 [INFO] In session is user: fletcherp 2024-11-01 22:36:04.661 [INFO] In session is user: fletcherp 2024-11-01 22:36:04.992 [INFO] In session is user: fletcherp 2024-11-01 22:36:05.329 [INFO] In session is user: fletcherp 2024-11-01 22:36:05.653 [INFO] In session is user: fletcherp 2024-11-01 22:36:05.967 [INFO] In session is user: fletcherp 2024-11-01 22:36:06.319 [INFO] In session is user: fletcherp 2024-11-01 22:36:06.602 [INFO] In session is user: fletcherp 2024-11-01 22:36:06.931 [INFO] In session is user: fletcherp 2024-11-01 22:36:07.221 [INFO] In session is user: fletcherp 2024-11-01 22:36:07.688 [INFO] In session is user: fletcherp 2024-11-01 22:36:08.019 [INFO] In session is user: fletcherp 2024-11-01 22:36:08.358 [INFO] In session is user: fletcherp 2024-11-01 22:36:08.665 [INFO] In session is user: fletcherp 2024-11-01 22:36:08.990 [INFO] In session is user: fletcherp 2024-11-01 22:36:09.290 [INFO] In session is user: fletcherp 2024-11-01 22:36:09.602 [INFO] In session is user: fletcherp 2024-11-01 22:36:09.922 [INFO] In session is user: fletcherp 2024-11-01 22:36:10.210 [INFO] In session is user: fletcherp 2024-11-01 22:36:10.530 [INFO] In session is user: fletcherp 2024-11-01 22:36:10.862 [INFO] In session is user: fletcherp 2024-11-01 22:36:11.155 [INFO] In session is user: fletcherp 2024-11-01 22:36:11.486 [INFO] In session is user: fletcherp 2024-11-01 22:36:11.815 [INFO] In session is user: fletcherp 2024-11-01 22:36:12.140 [INFO] In session is user: fletcherp 2024-11-01 22:36:12.486 [INFO] In session is user: fletcherp 2024-11-01 22:36:12.826 [INFO] In session is user: fletcherp 2024-11-01 22:36:13.115 [INFO] In session is user: fletcherp 2024-11-01 22:36:13.456 [INFO] In session is user: fletcherp 2024-11-01 22:36:13.741 [INFO] In session is user: fletcherp 2024-11-01 22:36:14.065 [INFO] In session is user: fletcherp 2024-11-01 22:36:14.388 [INFO] In session is user: fletcherp 2024-11-01 22:36:14.727 [INFO] In session is user: fletcherp 2024-11-01 22:36:15.046 [INFO] In session is user: fletcherp 2024-11-01 22:36:15.368 [INFO] In session is user: fletcherp 2024-11-01 22:36:15.677 [INFO] In session is user: fletcherp 2024-11-01 22:36:15.959 [INFO] In session is user: fletcherp 2024-11-01 22:36:16.268 [INFO] In session is user: fletcherp 2024-11-01 22:36:16.551 [INFO] In session is user: fletcherp 2024-11-01 22:36:16.797 [INFO] In session is user: fletcherp 2024-11-01 22:36:17.117 [INFO] In session is user: fletcherp 2024-11-01 22:36:17.602 [INFO] In session is user: fletcherp 2024-11-01 22:36:17.882 [INFO] In session is user: fletcherp 2024-11-01 22:36:18.183 [INFO] In session is user: fletcherp 2024-11-01 22:36:18.483 [INFO] In session is user: fletcherp 2024-11-01 22:36:18.807 [INFO] In session is user: fletcherp 2024-11-01 22:36:19.132 [INFO] In session is user: fletcherp 2024-11-01 22:36:19.470 [INFO] In session is user: fletcherp 2024-11-01 22:36:19.779 [INFO] In session is user: fletcherp 2024-11-01 22:36:20.091 [INFO] In session is user: fletcherp 2024-11-01 22:36:20.412 [INFO] In session is user: fletcherp 2024-11-01 22:36:20.749 [INFO] In session is user: fletcherp 2024-11-01 22:36:21.050 [INFO] In session is user: fletcherp 2024-11-01 22:36:21.353 [INFO] In session is user: fletcherp 2024-11-01 22:36:21.670 [INFO] In session is user: fletcherp 2024-11-01 22:36:21.989 [INFO] In session is user: fletcherp 2024-11-01 22:36:22.251 [INFO] In session is user: fletcherp 2024-11-01 22:36:22.571 [INFO] In session is user: fletcherp 2024-11-01 22:36:22.857 [INFO] In session is user: fletcherp 2024-11-01 22:36:23.190 [INFO] In session is user: fletcherp 2024-11-01 22:36:23.533 [INFO] In session is user: fletcherp 2024-11-01 22:36:23.835 [INFO] In session is user: fletcherp 2024-11-01 22:36:24.132 [INFO] In session is user: fletcherp 2024-11-01 22:36:24.443 [INFO] In session is user: fletcherp 2024-11-01 22:36:24.781 [INFO] In session is user: fletcherp 2024-11-01 22:36:25.075 [INFO] In session is user: fletcherp 2024-11-01 22:36:25.419 [INFO] In session is user: fletcherp 2024-11-01 22:36:25.710 [INFO] In session is user: fletcherp 2024-11-01 22:36:25.992 [INFO] In session is user: fletcherp 2024-11-01 22:36:26.286 [INFO] In session is user: fletcherp 2024-11-01 22:36:26.572 [INFO] In session is user: fletcherp 2024-11-01 22:36:27.015 [INFO] In session is user: fletcherp 2024-11-01 22:36:27.282 [INFO] In session is user: fletcherp 2024-11-01 22:36:27.601 [INFO] In session is user: fletcherp 2024-11-01 22:36:27.921 [INFO] In session is user: fletcherp 2024-11-01 22:36:28.229 [INFO] In session is user: fletcherp 2024-11-01 22:36:28.522 [INFO] In session is user: fletcherp 2024-11-01 22:36:28.834 [INFO] In session is user: fletcherp 2024-11-01 22:36:29.217 [INFO] In session is user: fletcherp 2024-11-01 22:36:29.575 [INFO] In session is user: fletcherp 2024-11-01 22:36:29.878 [INFO] In session is user: fletcherp 2024-11-01 22:36:30.180 [INFO] In session is user: fletcherp 2024-11-01 22:36:30.515 [INFO] In session is user: fletcherp 2024-11-01 22:36:30.832 [INFO] In session is user: fletcherp 2024-11-01 22:36:31.123 [INFO] In session is user: fletcherp 2024-11-01 22:36:31.446 [INFO] In session is user: fletcherp 2024-11-01 22:36:31.746 [INFO] In session is user: fletcherp 2024-11-01 22:36:32.054 [INFO] In session is user: fletcherp 2024-11-01 22:36:32.411 [INFO] In session is user: fletcherp 2024-11-01 22:36:32.731 [INFO] In session is user: fletcherp 2024-11-01 22:36:32.987 [INFO] In session is user: fletcherp 2024-11-01 22:36:33.284 [INFO] In session is user: fletcherp 2024-11-01 22:36:33.635 [INFO] In session is user: fletcherp 2024-11-01 22:36:33.983 [INFO] In session is user: fletcherp 2024-11-01 22:36:34.316 [INFO] In session is user: fletcherp 2024-11-01 22:36:34.599 [INFO] In session is user: fletcherp 2024-11-01 22:36:34.934 [INFO] In session is user: fletcherp 2024-11-01 22:36:35.268 [INFO] In session is user: fletcherp 2024-11-01 22:36:35.573 [INFO] In session is user: fletcherp 2024-11-01 22:36:35.909 [INFO] In session is user: fletcherp 2024-11-01 22:36:36.216 [INFO] In session is user: fletcherp 2024-11-01 22:36:36.552 [INFO] In session is user: fletcherp 2024-11-01 22:36:36.882 [INFO] In session is user: fletcherp 2024-11-01 22:36:37.204 [INFO] In session is user: fletcherp 2024-11-01 22:36:37.534 [INFO] In session is user: fletcherp 2024-11-01 22:36:37.805 [INFO] In session is user: fletcherp 2024-11-01 22:36:38.055 [INFO] In session is user: fletcherp 2024-11-01 22:36:38.365 [INFO] In session is user: fletcherp 2024-11-01 22:36:38.679 [INFO] In session is user: fletcherp 2024-11-01 22:36:38.982 [INFO] In session is user: fletcherp 2024-11-01 22:36:39.259 [INFO] In session is user: fletcherp 2024-11-01 22:36:39.564 [INFO] In session is user: fletcherp 2024-11-01 22:36:39.888 [INFO] In session is user: fletcherp 2024-11-01 22:36:40.203 [INFO] In session is user: fletcherp 2024-11-01 22:36:40.561 [INFO] In session is user: fletcherp 2024-11-01 22:36:40.884 [INFO] In session is user: fletcherp 2024-11-01 22:36:41.167 [INFO] In session is user: fletcherp 2024-11-01 22:36:41.505 [INFO] In session is user: fletcherp 2024-11-01 22:36:41.799 [INFO] In session is user: fletcherp 2024-11-01 22:36:42.082 [INFO] In session is user: fletcherp 2024-11-01 22:36:42.390 [INFO] In session is user: fletcherp 2024-11-01 22:36:42.732 [INFO] In session is user: fletcherp 2024-11-01 22:36:43.051 [INFO] In session is user: fletcherp 2024-11-01 22:36:43.355 [INFO] In session is user: fletcherp 2024-11-01 22:36:43.705 [INFO] In session is user: fletcherp 2024-11-01 22:36:43.978 [INFO] In session is user: fletcherp 2024-11-01 22:36:44.328 [INFO] In session is user: fletcherp 2024-11-01 22:36:44.665 [INFO] In session is user: fletcherp 2024-11-01 22:36:45.026 [INFO] In session is user: fletcherp 2024-11-01 22:36:45.349 [INFO] In session is user: fletcherp 2024-11-01 22:36:45.668 [INFO] In session is user: fletcherp 2024-11-01 22:36:45.983 [INFO] In session is user: fletcherp 2024-11-01 22:36:46.305 [INFO] In session is user: fletcherp 2024-11-01 22:36:46.623 [INFO] In session is user: fletcherp 2024-11-01 22:36:46.941 [INFO] In session is user: fletcherp 2024-11-01 22:36:47.252 [INFO] In session is user: fletcherp 2024-11-01 22:36:47.591 [INFO] In session is user: fletcherp 2024-11-01 22:36:47.914 [INFO] In session is user: fletcherp 2024-11-01 22:36:48.207 [INFO] In session is user: fletcherp 2024-11-01 22:36:48.535 [INFO] In session is user: fletcherp 2024-11-01 22:36:48.875 [INFO] In session is user: fletcherp 2024-11-01 22:36:49.182 [INFO] In session is user: fletcherp 2024-11-01 22:36:49.465 [INFO] In session is user: fletcherp 2024-11-01 22:36:49.772 [INFO] In session is user: fletcherp 2024-11-01 22:36:50.086 [INFO] In session is user: fletcherp 2024-11-01 22:36:50.397 [INFO] In session is user: fletcherp 2024-11-01 22:36:50.685 [INFO] In session is user: fletcherp 2024-11-01 22:36:50.975 [INFO] In session is user: fletcherp 2024-11-01 22:36:51.268 [INFO] In session is user: fletcherp 2024-11-01 22:36:51.584 [INFO] In session is user: fletcherp 2024-11-01 22:36:51.896 [INFO] In session is user: fletcherp 2024-11-01 22:36:52.185 [INFO] In session is user: fletcherp 2024-11-01 22:36:52.485 [INFO] In session is user: fletcherp 2024-11-01 22:36:52.821 [INFO] In session is user: fletcherp 2024-11-01 22:36:53.100 [INFO] In session is user: fletcherp 2024-11-01 22:36:53.380 [INFO] In session is user: fletcherp 2024-11-01 22:36:53.716 [INFO] In session is user: fletcherp 2024-11-01 22:36:53.994 [INFO] In session is user: fletcherp 2024-11-01 22:36:54.300 [INFO] In session is user: fletcherp 2024-11-01 22:36:54.623 [INFO] In session is user: fletcherp 2024-11-01 22:36:54.945 [INFO] In session is user: fletcherp 2024-11-01 22:36:55.283 [INFO] In session is user: fletcherp 2024-11-01 22:36:55.634 [INFO] In session is user: fletcherp 2024-11-01 22:36:55.915 [INFO] In session is user: fletcherp 2024-11-01 22:36:56.239 [INFO] In session is user: fletcherp 2024-11-01 22:36:56.577 [INFO] In session is user: fletcherp 2024-11-01 22:36:56.869 [INFO] In session is user: fletcherp 2024-11-01 22:36:57.202 [INFO] In session is user: fletcherp 2024-11-01 22:36:57.528 [INFO] In session is user: fletcherp 2024-11-01 22:36:57.809 [INFO] In session is user: fletcherp 2024-11-01 22:36:58.133 [INFO] In session is user: fletcherp 2024-11-01 22:36:58.452 [INFO] In session is user: fletcherp 2024-11-01 22:36:58.783 [INFO] In session is user: fletcherp 2024-11-01 22:36:59.184 [INFO] In session is user: fletcherp 2024-11-01 22:36:59.502 [INFO] In session is user: fletcherp 2024-11-01 22:36:59.807 [INFO] In session is user: fletcherp 2024-11-01 22:37:00.105 [INFO] In session is user: fletcherp 2024-11-01 22:37:00.457 [INFO] In session is user: fletcherp 2024-11-01 22:37:00.722 [INFO] In session is user: fletcherp 2024-11-01 22:37:01.015 [INFO] In session is user: fletcherp 2024-11-01 22:37:01.314 [INFO] In session is user: fletcherp 2024-11-01 22:37:01.591 [INFO] In session is user: fletcherp 2024-11-01 22:37:02.053 [INFO] In session is user: fletcherp 2024-11-01 22:37:02.361 [INFO] In session is user: fletcherp 2024-11-01 22:37:02.679 [INFO] In session is user: fletcherp 2024-11-01 22:37:03.189 [INFO] In session is user: fletcherp 2024-11-01 22:37:03.460 [INFO] In session is user: fletcherp 2024-11-01 22:37:03.764 [INFO] In session is user: fletcherp 2024-11-01 22:37:04.045 [INFO] In session is user: fletcherp 2024-11-01 22:37:04.346 [INFO] In session is user: fletcherp 2024-11-01 22:37:04.584 [INFO] In session is user: fletcherp 2024-11-01 22:37:04.908 [INFO] In session is user: fletcherp 2024-11-01 22:37:05.218 [INFO] In session is user: fletcherp 2024-11-01 22:37:05.509 [INFO] In session is user: fletcherp 2024-11-01 22:37:05.811 [INFO] In session is user: fletcherp 2024-11-01 22:37:06.098 [INFO] In session is user: fletcherp 2024-11-01 22:37:06.401 [INFO] In session is user: fletcherp 2024-11-01 22:37:06.688 [INFO] In session is user: fletcherp 2024-11-01 22:37:07.010 [INFO] In session is user: fletcherp 2024-11-01 22:37:07.299 [INFO] In session is user: fletcherp 2024-11-01 22:37:07.557 [INFO] In session is user: fletcherp 2024-11-01 22:37:07.841 [INFO] In session is user: fletcherp 2024-11-01 22:37:08.115 [INFO] In session is user: fletcherp 2024-11-01 22:37:08.392 [INFO] In session is user: fletcherp 2024-11-01 22:37:08.704 [INFO] In session is user: fletcherp 2024-11-01 22:37:08.998 [INFO] In session is user: fletcherp 2024-11-01 22:37:09.286 [INFO] In session is user: fletcherp 2024-11-01 22:37:09.591 [INFO] In session is user: fletcherp 2024-11-01 22:37:09.869 [INFO] In session is user: fletcherp 2024-11-01 22:37:10.165 [INFO] In session is user: fletcherp 2024-11-01 22:37:10.397 [INFO] In session is user: fletcherp 2024-11-01 22:37:10.682 [INFO] In session is user: fletcherp 2024-11-01 22:37:10.993 [INFO] In session is user: fletcherp 2024-11-01 22:37:11.267 [INFO] In session is user: fletcherp 2024-11-01 22:37:11.547 [INFO] In session is user: fletcherp 2024-11-01 22:37:11.842 [INFO] In session is user: fletcherp 2024-11-01 22:37:12.103 [INFO] In session is user: fletcherp 2024-11-01 22:37:12.389 [INFO] In session is user: fletcherp 2024-11-01 22:37:12.700 [INFO] In session is user: fletcherp 2024-11-01 22:37:12.999 [INFO] In session is user: fletcherp 2024-11-01 22:37:13.277 [INFO] In session is user: fletcherp 2024-11-01 22:37:13.589 [INFO] In session is user: fletcherp 2024-11-01 22:37:13.915 [INFO] In session is user: fletcherp 2024-11-01 22:37:14.196 [INFO] In session is user: fletcherp 2024-11-01 22:37:14.478 [INFO] In session is user: fletcherp 2024-11-01 22:37:14.744 [INFO] In session is user: fletcherp 2024-11-01 22:37:15.062 [INFO] In session is user: fletcherp 2024-11-01 22:37:15.331 [INFO] In session is user: fletcherp 2024-11-01 22:37:15.632 [INFO] In session is user: fletcherp 2024-11-01 22:37:15.944 [INFO] In session is user: fletcherp 2024-11-01 22:37:16.220 [INFO] In session is user: fletcherp 2024-11-01 22:37:16.518 [INFO] In session is user: fletcherp 2024-11-01 22:37:16.841 [INFO] In session is user: fletcherp 2024-11-01 22:37:17.164 [INFO] In session is user: fletcherp 2024-11-01 22:37:17.454 [INFO] In session is user: fletcherp 2024-11-01 22:37:17.715 [INFO] In session is user: fletcherp 2024-11-01 22:37:17.984 [INFO] In session is user: fletcherp 2024-11-01 22:37:18.290 [INFO] In session is user: fletcherp 2024-11-01 22:37:18.594 [INFO] In session is user: fletcherp 2024-11-01 22:37:18.849 [INFO] In session is user: fletcherp 2024-11-01 22:37:19.130 [INFO] In session is user: fletcherp 2024-11-01 22:37:19.427 [INFO] In session is user: fletcherp 2024-11-01 22:37:19.722 [INFO] In session is user: fletcherp 2024-11-01 22:37:20.021 [INFO] In session is user: fletcherp 2024-11-01 22:37:20.326 [INFO] In session is user: fletcherp 2024-11-01 22:37:20.592 [INFO] In session is user: fletcherp 2024-11-01 22:37:20.905 [INFO] In session is user: fletcherp 2024-11-01 22:37:21.214 [INFO] In session is user: fletcherp 2024-11-01 22:37:21.502 [INFO] In session is user: fletcherp 2024-11-01 22:37:21.798 [INFO] In session is user: fletcherp 2024-11-01 22:37:22.053 [INFO] In session is user: fletcherp 2024-11-01 22:37:22.328 [INFO] In session is user: fletcherp 2024-11-01 22:37:22.612 [INFO] In session is user: fletcherp 2024-11-01 22:37:22.887 [INFO] In session is user: fletcherp 2024-11-01 22:37:23.187 [INFO] In session is user: fletcherp 2024-11-01 22:37:23.480 [INFO] In session is user: fletcherp 2024-11-01 22:37:23.772 [INFO] In session is user: fletcherp 2024-11-01 22:37:24.072 [INFO] In session is user: fletcherp 2024-11-01 22:37:24.379 [INFO] In session is user: fletcherp 2024-11-01 22:37:24.675 [INFO] In session is user: fletcherp 2024-11-01 22:37:24.985 [INFO] In session is user: fletcherp 2024-11-01 22:37:25.281 [INFO] In session is user: fletcherp 2024-11-01 22:37:25.553 [INFO] In session is user: fletcherp 2024-11-01 22:37:25.841 [INFO] In session is user: fletcherp 2024-11-01 22:37:26.114 [INFO] In session is user: fletcherp 2024-11-01 22:37:26.388 [INFO] In session is user: fletcherp 2024-11-01 22:37:26.686 [INFO] In session is user: fletcherp 2024-11-01 22:37:26.971 [INFO] In session is user: fletcherp 2024-11-01 22:37:27.264 [INFO] In session is user: fletcherp 2024-11-01 22:37:27.544 [INFO] In session is user: fletcherp 2024-11-01 22:37:27.844 [INFO] In session is user: fletcherp 2024-11-01 22:37:28.190 [INFO] In session is user: fletcherp 2024-11-01 22:37:28.513 [INFO] In session is user: fletcherp 2024-11-01 22:37:28.886 [INFO] In session is user: fletcherp 2024-11-01 22:37:29.238 [INFO] In session is user: fletcherp 2024-11-01 22:37:29.574 [INFO] In session is user: fletcherp 2024-11-01 22:37:29.843 [INFO] In session is user: fletcherp 2024-11-01 22:37:30.154 [INFO] In session is user: fletcherp 2024-11-01 22:37:30.472 [INFO] In session is user: fletcherp 2024-11-01 22:37:30.798 [INFO] In session is user: fletcherp 2024-11-01 22:37:31.084 [INFO] In session is user: fletcherp 2024-11-01 22:37:31.416 [INFO] In session is user: fletcherp 2024-11-01 22:37:31.758 [INFO] In session is user: fletcherp 2024-11-01 22:37:32.151 [INFO] In session is user: fletcherp 2024-11-01 22:37:32.466 [INFO] In session is user: fletcherp 2024-11-01 22:37:32.781 [INFO] In session is user: fletcherp 2024-11-01 22:37:33.138 [INFO] In session is user: fletcherp 2024-11-01 22:37:33.464 [INFO] In session is user: fletcherp 2024-11-01 22:37:33.880 [INFO] In session is user: fletcherp 2024-11-01 22:37:34.299 [INFO] In session is user: fletcherp 2024-11-01 22:37:34.585 [INFO] In session is user: fletcherp 2024-11-01 22:37:34.901 [INFO] In session is user: fletcherp 2024-11-01 22:37:35.190 [INFO] In session is user: fletcherp 2024-11-01 22:37:35.499 [INFO] In session is user: fletcherp 2024-11-01 22:37:35.777 [INFO] In session is user: fletcherp 2024-11-01 22:37:36.079 [INFO] In session is user: fletcherp 2024-11-01 22:37:36.544 [INFO] In session is user: fletcherp 2024-11-01 22:37:36.857 [INFO] In session is user: fletcherp 2024-11-01 22:37:37.184 [INFO] In session is user: fletcherp 2024-11-01 22:37:37.488 [INFO] In session is user: fletcherp 2024-11-01 22:37:37.810 [INFO] In session is user: fletcherp 2024-11-01 22:37:38.158 [INFO] In session is user: fletcherp 2024-11-01 22:37:38.488 [INFO] In session is user: fletcherp 2024-11-01 22:37:38.805 [INFO] In session is user: fletcherp 2024-11-01 22:37:39.106 [INFO] In session is user: fletcherp 2024-11-01 22:37:39.453 [INFO] In session is user: fletcherp 2024-11-01 22:37:39.752 [INFO] In session is user: fletcherp 2024-11-01 22:37:40.090 [INFO] In session is user: fletcherp 2024-11-01 22:37:40.348 [INFO] In session is user: fletcherp 2024-11-01 22:37:40.676 [INFO] In session is user: fletcherp 2024-11-01 22:37:41.017 [INFO] In session is user: fletcherp 2024-11-01 22:37:41.298 [INFO] In session is user: fletcherp 2024-11-01 22:37:41.636 [INFO] In session is user: fletcherp 2024-11-01 22:37:41.910 [INFO] In session is user: fletcherp 2024-11-01 22:37:42.230 [INFO] In session is user: fletcherp 2024-11-01 22:37:42.509 [INFO] In session is user: fletcherp 2024-11-01 22:37:42.847 [INFO] In session is user: fletcherp 2024-11-01 22:37:43.151 [INFO] In session is user: fletcherp 2024-11-01 22:37:43.503 [INFO] In session is user: fletcherp 2024-11-01 22:37:43.806 [INFO] In session is user: fletcherp 2024-11-01 22:37:44.104 [INFO] In session is user: fletcherp 2024-11-01 22:37:44.387 [INFO] In session is user: fletcherp 2024-11-01 22:37:44.688 [INFO] In session is user: fletcherp 2024-11-01 22:37:45.024 [INFO] In session is user: fletcherp 2024-11-01 22:37:45.396 [INFO] In session is user: fletcherp 2024-11-01 22:37:45.691 [INFO] In session is user: fletcherp 2024-11-01 22:37:46.011 [INFO] In session is user: fletcherp 2024-11-01 22:37:46.310 [INFO] In session is user: fletcherp 2024-11-01 22:37:46.573 [INFO] In session is user: fletcherp 2024-11-01 22:37:46.884 [INFO] In session is user: fletcherp 2024-11-01 22:37:47.184 [INFO] In session is user: fletcherp 2024-11-01 22:37:47.469 [INFO] In session is user: fletcherp 2024-11-01 22:37:47.794 [INFO] In session is user: fletcherp 2024-11-01 22:37:48.109 [INFO] In session is user: fletcherp 2024-11-01 22:37:48.440 [INFO] In session is user: fletcherp 2024-11-01 22:37:48.740 [INFO] In session is user: fletcherp 2024-11-01 22:37:49.093 [INFO] In session is user: fletcherp 2024-11-01 22:37:49.415 [INFO] In session is user: fletcherp 2024-11-01 22:37:49.689 [INFO] In session is user: fletcherp 2024-11-01 22:37:49.961 [INFO] In session is user: fletcherp 2024-11-01 22:37:50.275 [INFO] In session is user: fletcherp 2024-11-01 22:37:50.561 [INFO] In session is user: fletcherp 2024-11-01 22:37:50.872 [INFO] In session is user: fletcherp 2024-11-01 22:37:51.215 [INFO] In session is user: fletcherp 2024-11-01 22:37:51.508 [INFO] In session is user: fletcherp 2024-11-01 22:37:51.787 [INFO] In session is user: fletcherp 2024-11-01 22:37:52.106 [INFO] In session is user: fletcherp 2024-11-01 22:37:52.405 [INFO] In session is user: fletcherp 2024-11-01 22:37:52.697 [INFO] In session is user: fletcherp 2024-11-01 22:37:52.991 [INFO] In session is user: fletcherp 2024-11-01 22:37:53.318 [INFO] In session is user: fletcherp 2024-11-01 22:37:53.632 [INFO] In session is user: fletcherp 2024-11-01 22:37:53.946 [INFO] In session is user: fletcherp 2024-11-01 22:37:54.227 [INFO] In session is user: fletcherp 2024-11-01 22:37:54.553 [INFO] In session is user: fletcherp 2024-11-01 22:37:54.912 [INFO] In session is user: fletcherp 2024-11-01 22:37:55.237 [INFO] In session is user: fletcherp 2024-11-01 22:37:55.533 [INFO] In session is user: fletcherp 2024-11-01 22:37:55.831 [INFO] In session is user: fletcherp 2024-11-01 22:37:56.133 [INFO] In session is user: fletcherp 2024-11-01 22:37:56.442 [INFO] In session is user: fletcherp 2024-11-01 22:37:56.756 [INFO] In session is user: fletcherp 2024-11-01 22:37:57.034 [INFO] In session is user: fletcherp 2024-11-01 22:37:57.339 [INFO] In session is user: fletcherp 2024-11-01 22:37:57.622 [INFO] In session is user: fletcherp 2024-11-01 22:37:57.932 [INFO] In session is user: fletcherp 2024-11-01 22:37:58.226 [INFO] In session is user: fletcherp 2024-11-01 22:37:58.553 [INFO] In session is user: fletcherp 2024-11-01 22:37:58.859 [INFO] In session is user: fletcherp 2024-11-01 22:37:59.157 [INFO] In session is user: fletcherp 2024-11-01 22:37:59.472 [INFO] In session is user: fletcherp 2024-11-01 22:37:59.792 [INFO] In session is user: fletcherp 2024-11-01 22:38:00.110 [INFO] In session is user: fletcherp 2024-11-01 22:38:00.464 [INFO] In session is user: fletcherp 2024-11-01 22:38:00.787 [INFO] In session is user: fletcherp 2024-11-01 22:38:01.115 [INFO] In session is user: fletcherp 2024-11-01 22:38:01.447 [INFO] In session is user: fletcherp 2024-11-01 22:38:01.742 [INFO] In session is user: fletcherp 2024-11-01 22:38:02.130 [INFO] In session is user: fletcherp 2024-11-01 22:38:02.435 [INFO] In session is user: fletcherp 2024-11-01 22:38:02.761 [INFO] In session is user: fletcherp 2024-11-01 22:38:03.094 [INFO] In session is user: fletcherp 2024-11-01 22:38:03.448 [INFO] In session is user: fletcherp 2024-11-01 22:38:03.763 [INFO] In session is user: fletcherp 2024-11-01 22:38:04.196 [INFO] In session is user: fletcherp 2024-11-01 22:38:04.532 [INFO] In session is user: fletcherp 2024-11-01 22:38:04.864 [INFO] In session is user: fletcherp 2024-11-01 22:38:05.267 [INFO] In session is user: fletcherp 2024-11-01 22:38:05.607 [INFO] In session is user: fletcherp 2024-11-01 22:38:06.000 [INFO] In session is user: fletcherp 2024-11-01 22:38:06.359 [INFO] In session is user: fletcherp 2024-11-01 22:38:06.725 [INFO] In session is user: fletcherp 2024-11-01 22:38:10.014 [INFO] In session is user: fletcherp 2024-11-01 22:38:10.323 [INFO] In session is user: fletcherp 2024-11-01 22:38:10.637 [INFO] In session is user: fletcherp 2024-11-01 22:38:10.933 [INFO] In session is user: fletcherp 2024-11-01 22:38:11.280 [INFO] In session is user: fletcherp 2024-11-01 22:38:11.558 [INFO] In session is user: fletcherp 2024-11-01 22:38:11.861 [INFO] In session is user: fletcherp 2024-11-01 22:38:12.155 [INFO] In session is user: fletcherp 2024-11-01 22:38:12.467 [INFO] In session is user: fletcherp 2024-11-01 22:38:21.372 [INFO] In session is user: fletcherp 2024-11-01 22:38:21.693 [INFO] In session is user: fletcherp 2024-11-01 22:38:22.003 [INFO] In session is user: fletcherp 2024-11-01 22:38:22.335 [INFO] In session is user: fletcherp 2024-11-01 22:38:22.633 [INFO] In session is user: fletcherp 2024-11-01 22:38:22.917 [INFO] In session is user: fletcherp 2024-11-01 22:38:23.211 [INFO] In session is user: fletcherp 2024-11-01 22:38:23.478 [INFO] In session is user: fletcherp 2024-11-01 22:38:23.775 [INFO] In session is user: fletcherp 2024-11-01 22:38:24.099 [INFO] In session is user: fletcherp 2024-11-01 22:38:24.394 [INFO] In session is user: fletcherp 2024-11-01 22:38:24.748 [INFO] In session is user: fletcherp 2024-11-01 22:38:25.088 [INFO] In session is user: fletcherp 2024-11-01 22:38:25.381 [INFO] In session is user: fletcherp 2024-11-01 22:38:25.712 [INFO] In session is user: fletcherp 2024-11-01 22:38:26.094 [INFO] In session is user: fletcherp 2024-11-01 22:38:26.451 [INFO] In session is user: fletcherp 2024-11-01 22:38:26.743 [INFO] In session is user: fletcherp 2024-11-01 22:38:27.029 [INFO] In session is user: fletcherp 2024-11-01 22:38:27.329 [INFO] In session is user: fletcherp 2024-11-01 22:38:27.594 [INFO] In session is user: fletcherp 2024-11-01 22:38:28.168 [INFO] In session is user: fletcherp 2024-11-01 22:38:28.460 [INFO] In session is user: fletcherp 2024-11-01 22:38:28.810 [INFO] In session is user: fletcherp 2024-11-01 22:38:29.108 [INFO] In session is user: fletcherp 2024-11-01 22:38:29.430 [INFO] In session is user: fletcherp 2024-11-01 22:38:29.706 [INFO] In session is user: fletcherp 2024-11-01 22:38:30.022 [INFO] In session is user: fletcherp 2024-11-01 22:38:30.320 [INFO] In session is user: fletcherp 2024-11-01 22:38:30.624 [INFO] In session is user: fletcherp 2024-11-01 22:38:30.915 [INFO] In session is user: fletcherp 2024-11-01 22:38:31.253 [INFO] In session is user: fletcherp 2024-11-01 22:38:31.595 [INFO] In session is user: fletcherp 2024-11-01 22:38:31.875 [INFO] In session is user: fletcherp 2024-11-01 22:38:32.179 [INFO] In session is user: fletcherp 2024-11-01 22:38:32.508 [INFO] In session is user: fletcherp 2024-11-01 22:38:32.808 [INFO] In session is user: fletcherp 2024-11-01 22:38:33.096 [INFO] In session is user: fletcherp 2024-11-01 22:38:33.398 [INFO] In session is user: fletcherp 2024-11-01 22:38:33.779 [INFO] In session is user: fletcherp 2024-11-01 22:38:34.203 [INFO] In session is user: fletcherp 2024-11-01 22:38:34.546 [INFO] In session is user: fletcherp 2024-11-01 22:38:34.919 [INFO] In session is user: fletcherp 2024-11-01 22:38:35.320 [INFO] In session is user: fletcherp 2024-11-01 22:38:35.636 [INFO] In session is user: fletcherp 2024-11-01 22:38:36.006 [INFO] In session is user: fletcherp 2024-11-01 22:38:36.331 [INFO] In session is user: fletcherp 2024-11-01 22:38:36.674 [INFO] In session is user: fletcherp 2024-11-01 22:38:36.976 [INFO] In session is user: fletcherp 2024-11-01 22:38:38.145 [INFO] In session is user: fletcherp 2024-11-01 22:38:38.534 [INFO] In session is user: fletcherp 2024-11-01 22:38:38.875 [INFO] In session is user: fletcherp 2024-11-01 22:38:39.214 [INFO] In session is user: fletcherp 2024-11-01 22:38:39.533 [INFO] In session is user: fletcherp 2024-11-01 22:38:39.827 [INFO] In session is user: fletcherp 2024-11-01 22:38:40.169 [INFO] In session is user: fletcherp 2024-11-01 22:38:40.459 [INFO] In session is user: fletcherp 2024-11-01 22:38:40.790 [INFO] In session is user: fletcherp 2024-11-01 22:38:41.090 [INFO] In session is user: fletcherp 2024-11-01 22:38:41.424 [INFO] In session is user: fletcherp 2024-11-01 22:38:41.696 [INFO] In session is user: fletcherp 2024-11-01 22:38:42.038 [INFO] In session is user: fletcherp 2024-11-01 22:38:42.341 [INFO] In session is user: fletcherp 2024-11-01 22:38:42.790 [INFO] In session is user: fletcherp 2024-11-01 22:38:43.125 [INFO] In session is user: fletcherp 2024-11-01 22:38:43.405 [INFO] In session is user: fletcherp 2024-11-01 22:38:43.722 [INFO] In session is user: fletcherp 2024-11-01 22:38:44.046 [INFO] In session is user: fletcherp 2024-11-01 22:38:44.320 [INFO] In session is user: fletcherp 2024-11-01 22:38:44.617 [INFO] In session is user: fletcherp 2024-11-01 22:38:44.940 [INFO] In session is user: fletcherp 2024-11-01 22:38:45.224 [INFO] In session is user: fletcherp 2024-11-01 22:38:45.518 [INFO] In session is user: fletcherp 2024-11-01 22:38:45.829 [INFO] In session is user: fletcherp 2024-11-01 22:38:46.114 [INFO] In session is user: fletcherp 2024-11-01 22:38:46.395 [INFO] In session is user: fletcherp 2024-11-01 22:38:46.692 [INFO] In session is user: fletcherp 2024-11-01 22:38:46.992 [INFO] In session is user: fletcherp 2024-11-01 22:38:47.373 [INFO] In session is user: fletcherp 2024-11-01 22:38:47.704 [INFO] In session is user: fletcherp 2024-11-01 22:38:47.958 [INFO] In session is user: fletcherp 2024-11-01 22:38:48.202 [INFO] In session is user: fletcherp 2024-11-01 22:38:48.464 [INFO] In session is user: fletcherp 2024-11-01 22:38:48.757 [INFO] In session is user: fletcherp 2024-11-01 22:38:49.068 [INFO] In session is user: fletcherp 2024-11-01 22:38:49.345 [INFO] In session is user: fletcherp 2024-11-01 22:38:49.647 [INFO] In session is user: fletcherp 2024-11-01 22:38:49.902 [INFO] In session is user: fletcherp 2024-11-01 22:38:50.175 [INFO] In session is user: fletcherp 2024-11-01 22:38:50.480 [INFO] In session is user: fletcherp 2024-11-01 22:38:50.772 [INFO] In session is user: fletcherp 2024-11-01 22:38:51.038 [INFO] In session is user: fletcherp 2024-11-01 22:38:51.324 [INFO] In session is user: fletcherp 2024-11-01 22:38:51.595 [INFO] In session is user: fletcherp 2024-11-01 22:38:51.877 [INFO] In session is user: fletcherp 2024-11-01 22:38:52.157 [INFO] In session is user: fletcherp 2024-11-01 22:38:52.458 [INFO] In session is user: fletcherp 2024-11-01 22:38:52.752 [INFO] In session is user: fletcherp 2024-11-01 22:38:53.035 [INFO] In session is user: fletcherp 2024-11-01 22:38:53.291 [INFO] In session is user: fletcherp 2024-11-01 22:38:53.610 [INFO] In session is user: fletcherp 2024-11-01 22:38:53.906 [INFO] In session is user: fletcherp 2024-11-01 22:38:54.207 [INFO] In session is user: fletcherp 2024-11-01 22:38:54.479 [INFO] In session is user: fletcherp 2024-11-01 22:38:54.791 [INFO] In session is user: fletcherp 2024-11-01 22:38:55.128 [INFO] In session is user: fletcherp 2024-11-01 22:38:55.414 [INFO] In session is user: fletcherp 2024-11-01 22:38:55.693 [INFO] In session is user: fletcherp 2024-11-01 22:38:55.954 [INFO] In session is user: fletcherp 2024-11-01 22:38:56.255 [INFO] In session is user: fletcherp 2024-11-01 22:38:56.535 [INFO] In session is user: fletcherp 2024-11-01 22:38:56.845 [INFO] In session is user: fletcherp 2024-11-01 22:38:57.133 [INFO] In session is user: fletcherp 2024-11-01 22:38:57.444 [INFO] In session is user: fletcherp 2024-11-01 22:38:57.720 [INFO] In session is user: fletcherp 2024-11-01 22:38:58.015 [INFO] In session is user: fletcherp 2024-11-01 22:38:58.275 [INFO] In session is user: fletcherp 2024-11-01 22:38:58.550 [INFO] In session is user: fletcherp 2024-11-01 22:38:58.811 [INFO] In session is user: fletcherp 2024-11-01 22:38:59.078 [INFO] In session is user: fletcherp 2024-11-01 22:38:59.388 [INFO] In session is user: fletcherp 2024-11-01 22:38:59.664 [INFO] In session is user: fletcherp 2024-11-01 22:39:00.002 [INFO] In session is user: fletcherp 2024-11-01 22:39:00.317 [INFO] In session is user: fletcherp 2024-11-01 22:39:00.608 [INFO] In session is user: fletcherp 2024-11-01 22:39:00.890 [INFO] In session is user: fletcherp 2024-11-01 22:39:01.201 [INFO] In session is user: fletcherp 2024-11-01 22:39:01.481 [INFO] In session is user: fletcherp 2024-11-01 22:39:01.774 [INFO] In session is user: fletcherp 2024-11-01 22:39:02.060 [INFO] In session is user: fletcherp 2024-11-01 22:39:02.377 [INFO] In session is user: fletcherp 2024-11-01 22:39:02.791 [INFO] In session is user: fletcherp 2024-11-01 22:39:03.083 [INFO] In session is user: fletcherp 2024-11-01 22:39:03.382 [INFO] In session is user: fletcherp 2024-11-01 22:39:03.682 [INFO] In session is user: fletcherp 2024-11-01 22:39:03.958 [INFO] In session is user: fletcherp 2024-11-01 22:39:04.211 [INFO] In session is user: fletcherp 2024-11-01 22:39:04.480 [INFO] In session is user: fletcherp 2024-11-01 22:39:04.749 [INFO] In session is user: fletcherp 2024-11-01 22:39:05.042 [INFO] In session is user: fletcherp 2024-11-01 22:39:05.363 [INFO] In session is user: fletcherp 2024-11-01 22:39:05.679 [INFO] In session is user: fletcherp 2024-11-01 22:39:05.990 [INFO] In session is user: fletcherp 2024-11-01 22:39:06.308 [INFO] In session is user: fletcherp 2024-11-01 22:39:06.622 [INFO] In session is user: fletcherp 2024-11-01 22:39:06.920 [INFO] In session is user: fletcherp 2024-11-01 22:39:07.220 [INFO] In session is user: fletcherp 2024-11-01 22:39:07.498 [INFO] In session is user: fletcherp 2024-11-01 22:39:07.832 [INFO] In session is user: fletcherp 2024-11-01 22:39:08.129 [INFO] In session is user: fletcherp 2024-11-01 22:39:08.378 [INFO] In session is user: fletcherp 2024-11-01 22:39:08.645 [INFO] In session is user: fletcherp 2024-11-01 22:39:08.940 [INFO] In session is user: fletcherp 2024-11-01 22:39:09.237 [INFO] In session is user: fletcherp 2024-11-01 22:39:09.534 [INFO] In session is user: fletcherp 2024-11-01 22:39:09.817 [INFO] In session is user: fletcherp 2024-11-01 22:39:10.114 [INFO] In session is user: fletcherp 2024-11-01 22:39:10.409 [INFO] In session is user: fletcherp 2024-11-01 22:39:10.674 [INFO] In session is user: fletcherp 2024-11-01 22:39:10.967 [INFO] In session is user: fletcherp 2024-11-01 22:39:11.238 [INFO] In session is user: fletcherp 2024-11-01 22:39:11.535 [INFO] In session is user: fletcherp 2024-11-01 22:39:11.822 [INFO] In session is user: fletcherp 2024-11-01 22:39:12.121 [INFO] In session is user: fletcherp 2024-11-01 22:39:12.605 [INFO] In session is user: fletcherp 2024-11-01 22:39:12.903 [INFO] In session is user: fletcherp 2024-11-01 22:39:13.182 [INFO] In session is user: fletcherp 2024-11-01 22:39:13.460 [INFO] In session is user: fletcherp 2024-11-01 22:39:13.738 [INFO] In session is user: fletcherp 2024-11-01 22:39:14.038 [INFO] In session is user: fletcherp 2024-11-01 22:39:14.340 [INFO] In session is user: fletcherp 2024-11-01 22:39:14.621 [INFO] In session is user: fletcherp 2024-11-01 22:39:14.907 [INFO] In session is user: fletcherp 2024-11-01 22:39:15.185 [INFO] In session is user: fletcherp 2024-11-01 22:39:15.466 [INFO] In session is user: fletcherp 2024-11-01 22:39:15.766 [INFO] In session is user: fletcherp 2024-11-01 22:39:16.056 [INFO] In session is user: fletcherp 2024-11-01 22:39:16.339 [INFO] In session is user: fletcherp 2024-11-01 22:39:16.634 [INFO] In session is user: fletcherp 2024-11-01 22:39:16.894 [INFO] In session is user: fletcherp 2024-11-01 22:39:17.201 [INFO] In session is user: fletcherp 2024-11-01 22:39:17.488 [INFO] In session is user: fletcherp 2024-11-01 22:39:17.752 [INFO] In session is user: fletcherp 2024-11-01 22:39:18.029 [INFO] In session is user: fletcherp 2024-11-01 22:39:18.319 [INFO] In session is user: fletcherp 2024-11-01 22:39:18.637 [INFO] In session is user: fletcherp 2024-11-01 22:39:18.936 [INFO] In session is user: fletcherp 2024-11-01 22:39:19.227 [INFO] In session is user: fletcherp 2024-11-01 22:39:19.505 [INFO] In session is user: fletcherp 2024-11-01 22:39:19.773 [INFO] In session is user: fletcherp 2024-11-01 22:39:20.048 [INFO] In session is user: fletcherp 2024-11-01 22:39:20.347 [INFO] In session is user: fletcherp 2024-11-01 22:39:20.652 [INFO] In session is user: fletcherp 2024-11-01 22:39:20.931 [INFO] In session is user: fletcherp 2024-11-01 22:39:21.205 [INFO] In session is user: fletcherp 2024-11-01 22:39:21.535 [INFO] In session is user: fletcherp 2024-11-01 22:39:21.821 [INFO] In session is user: fletcherp 2024-11-01 22:39:22.119 [INFO] In session is user: fletcherp 2024-11-01 22:39:22.409 [INFO] In session is user: fletcherp 2024-11-01 22:39:22.725 [INFO] In session is user: fletcherp 2024-11-01 22:39:23.008 [INFO] In session is user: fletcherp 2024-11-01 22:39:23.305 [INFO] In session is user: fletcherp 2024-11-01 22:39:23.583 [INFO] In session is user: fletcherp 2024-11-01 22:39:23.882 [INFO] In session is user: fletcherp 2024-11-01 22:39:24.164 [INFO] In session is user: fletcherp 2024-11-01 22:39:24.484 [INFO] In session is user: fletcherp 2024-11-01 22:39:24.765 [INFO] In session is user: fletcherp 2024-11-01 22:39:25.045 [INFO] In session is user: fletcherp 2024-11-01 22:39:25.331 [INFO] In session is user: fletcherp 2024-11-01 22:39:25.612 [INFO] In session is user: fletcherp 2024-11-01 22:39:25.905 [INFO] In session is user: fletcherp 2024-11-01 22:39:26.255 [INFO] In session is user: fletcherp 2024-11-01 22:39:26.526 [INFO] In session is user: fletcherp 2024-11-01 22:39:26.851 [INFO] In session is user: fletcherp 2024-11-01 22:39:27.160 [INFO] In session is user: fletcherp 2024-11-01 22:39:27.431 [INFO] In session is user: fletcherp 2024-11-01 22:39:27.722 [INFO] In session is user: fletcherp 2024-11-01 22:39:28.021 [INFO] In session is user: fletcherp 2024-11-01 22:39:28.304 [INFO] In session is user: fletcherp 2024-11-01 22:39:28.594 [INFO] In session is user: fletcherp 2024-11-01 22:39:28.878 [INFO] In session is user: fletcherp 2024-11-01 22:39:29.175 [INFO] In session is user: fletcherp 2024-11-01 22:39:29.455 [INFO] In session is user: fletcherp 2024-11-01 22:39:29.754 [INFO] In session is user: fletcherp 2024-11-01 22:39:30.049 [INFO] In session is user: fletcherp 2024-11-01 22:39:30.313 [INFO] In session is user: fletcherp 2024-11-01 22:39:30.627 [INFO] In session is user: fletcherp 2024-11-01 22:39:30.939 [INFO] In session is user: fletcherp 2024-11-01 22:39:31.226 [INFO] In session is user: fletcherp 2024-11-01 22:39:31.526 [INFO] In session is user: fletcherp 2024-11-01 22:39:31.812 [INFO] In session is user: fletcherp 2024-11-01 22:39:32.118 [INFO] In session is user: fletcherp 2024-11-01 22:39:32.434 [INFO] In session is user: fletcherp 2024-11-01 22:39:32.744 [INFO] In session is user: fletcherp 2024-11-01 22:39:33.048 [INFO] In session is user: fletcherp 2024-11-01 22:39:33.327 [INFO] In session is user: fletcherp 2024-11-01 22:39:33.674 [INFO] In session is user: fletcherp 2024-11-01 22:39:34.016 [INFO] In session is user: fletcherp 2024-11-01 22:39:34.344 [INFO] In session is user: fletcherp 2024-11-01 22:39:34.639 [INFO] In session is user: fletcherp 2024-11-01 22:39:34.954 [INFO] In session is user: fletcherp 2024-11-01 22:39:35.289 [INFO] In session is user: fletcherp 2024-11-01 22:39:35.597 [INFO] In session is user: fletcherp 2024-11-01 22:39:35.865 [INFO] In session is user: fletcherp 2024-11-01 22:39:36.180 [INFO] In session is user: fletcherp 2024-11-01 22:39:36.491 [INFO] In session is user: fletcherp 2024-11-01 22:39:36.794 [INFO] In session is user: fletcherp 2024-11-01 22:39:37.072 [INFO] In session is user: fletcherp 2024-11-01 22:39:37.333 [INFO] In session is user: fletcherp 2024-11-01 22:39:37.620 [INFO] In session is user: fletcherp 2024-11-01 22:39:37.917 [INFO] In session is user: fletcherp 2024-11-01 22:39:38.212 [INFO] In session is user: fletcherp 2024-11-01 22:39:38.507 [INFO] In session is user: fletcherp 2024-11-01 22:39:38.784 [INFO] In session is user: fletcherp 2024-11-01 22:39:39.114 [INFO] In session is user: fletcherp 2024-11-01 22:39:39.394 [INFO] In session is user: fletcherp 2024-11-01 22:39:39.685 [INFO] In session is user: fletcherp 2024-11-01 22:39:39.963 [INFO] In session is user: fletcherp 2024-11-01 22:39:40.272 [INFO] In session is user: fletcherp 2024-11-01 22:39:40.590 [INFO] In session is user: fletcherp 2024-11-01 22:39:40.905 [INFO] In session is user: fletcherp 2024-11-01 22:39:41.190 [INFO] In session is user: fletcherp 2024-11-01 22:39:41.494 [INFO] In session is user: fletcherp 2024-11-01 22:39:41.785 [INFO] In session is user: fletcherp 2024-11-01 22:39:42.090 [INFO] In session is user: fletcherp 2024-11-01 22:39:42.391 [INFO] In session is user: fletcherp 2024-11-01 22:39:42.690 [INFO] In session is user: fletcherp 2024-11-01 22:39:43.030 [INFO] In session is user: fletcherp 2024-11-01 22:39:43.285 [INFO] In session is user: fletcherp 2024-11-01 22:39:43.568 [INFO] In session is user: fletcherp 2024-11-01 22:39:43.870 [INFO] In session is user: fletcherp 2024-11-01 22:39:44.151 [INFO] In session is user: fletcherp 2024-11-01 22:39:44.450 [INFO] In session is user: fletcherp 2024-11-01 22:39:44.748 [INFO] In session is user: fletcherp 2024-11-01 22:39:45.036 [INFO] In session is user: fletcherp 2024-11-01 22:39:45.320 [INFO] In session is user: fletcherp 2024-11-01 22:39:45.619 [INFO] In session is user: fletcherp 2024-11-01 22:39:45.905 [INFO] In session is user: fletcherp 2024-11-01 22:39:46.204 [INFO] In session is user: fletcherp 2024-11-01 22:39:46.479 [INFO] In session is user: fletcherp 2024-11-01 22:39:46.804 [INFO] In session is user: fletcherp 2024-11-01 22:39:47.089 [INFO] In session is user: fletcherp 2024-11-01 22:39:47.369 [INFO] In session is user: fletcherp 2024-11-01 22:39:47.642 [INFO] In session is user: fletcherp 2024-11-01 22:39:47.920 [INFO] In session is user: fletcherp 2024-11-01 22:39:48.186 [INFO] In session is user: fletcherp 2024-11-01 22:39:48.475 [INFO] In session is user: fletcherp 2024-11-01 22:39:48.776 [INFO] In session is user: fletcherp 2024-11-01 22:39:49.034 [INFO] In session is user: fletcherp 2024-11-01 22:39:49.320 [INFO] In session is user: fletcherp 2024-11-01 22:39:49.603 [INFO] In session is user: fletcherp 2024-11-01 22:39:49.896 [INFO] In session is user: fletcherp 2024-11-01 22:39:50.214 [INFO] In session is user: fletcherp 2024-11-01 22:39:50.528 [INFO] In session is user: fletcherp 2024-11-01 22:39:50.829 [INFO] In session is user: fletcherp 2024-11-01 22:39:51.115 [INFO] In session is user: fletcherp 2024-11-01 22:39:51.377 [INFO] In session is user: fletcherp 2024-11-01 22:39:51.684 [INFO] In session is user: fletcherp 2024-11-01 22:39:52.001 [INFO] In session is user: fletcherp 2024-11-01 22:39:52.305 [INFO] In session is user: fletcherp 2024-11-01 22:39:52.578 [INFO] In session is user: fletcherp 2024-11-01 22:39:52.882 [INFO] In session is user: fletcherp 2024-11-01 22:39:53.182 [INFO] In session is user: fletcherp 2024-11-01 22:39:53.475 [INFO] In session is user: fletcherp 2024-11-01 22:39:53.763 [INFO] In session is user: fletcherp 2024-11-01 22:39:54.023 [INFO] In session is user: fletcherp 2024-11-01 22:39:54.527 [INFO] In session is user: fletcherp 2024-11-01 22:39:54.865 [INFO] In session is user: fletcherp 2024-11-01 22:40:00.473 [INFO] In session is user: fletcherp 2024-11-01 22:42:02.528 [INFO] In session is user: fletcherp 2024-11-01 22:42:02.878 [INFO] In session is user: fletcherp 2024-11-01 22:42:03.163 [INFO] In session is user: fletcherp 2024-11-01 22:42:03.490 [INFO] In session is user: fletcherp 2024-11-01 22:42:03.790 [INFO] In session is user: fletcherp 2024-11-01 22:42:04.070 [INFO] In session is user: fletcherp 2024-11-01 22:42:04.351 [INFO] In session is user: fletcherp 2024-11-01 22:42:04.637 [INFO] In session is user: fletcherp 2024-11-01 22:42:04.922 [INFO] In session is user: fletcherp 2024-11-01 22:42:05.211 [INFO] In session is user: fletcherp 2024-11-01 22:42:05.501 [INFO] In session is user: fletcherp 2024-11-01 22:42:05.789 [INFO] In session is user: fletcherp 2024-11-01 22:42:06.089 [INFO] In session is user: fletcherp 2024-11-01 22:42:06.380 [INFO] In session is user: fletcherp 2024-11-01 22:42:06.664 [INFO] In session is user: fletcherp 2024-11-01 22:42:06.932 [INFO] In session is user: fletcherp 2024-11-01 22:42:07.218 [INFO] In session is user: fletcherp 2024-11-01 22:42:07.516 [INFO] In session is user: fletcherp 2024-11-01 22:42:07.793 [INFO] In session is user: fletcherp 2024-11-01 22:42:08.077 [INFO] In session is user: fletcherp 2024-11-01 22:42:08.374 [INFO] In session is user: fletcherp 2024-11-01 22:42:08.671 [INFO] In session is user: fletcherp 2024-11-01 22:42:08.925 [INFO] In session is user: fletcherp 2024-11-01 22:42:09.256 [INFO] In session is user: fletcherp 2024-11-01 22:42:09.509 [INFO] In session is user: fletcherp 2024-11-01 22:42:09.815 [INFO] In session is user: fletcherp 2024-11-01 22:42:10.274 [INFO] In session is user: fletcherp 2024-11-01 22:42:10.645 [INFO] In session is user: fletcherp 2024-11-01 22:42:10.954 [INFO] In session is user: fletcherp 2024-11-01 22:42:11.286 [INFO] In session is user: fletcherp 2024-11-01 22:42:11.577 [INFO] In session is user: fletcherp 2024-11-01 22:42:11.882 [INFO] In session is user: fletcherp 2024-11-01 22:42:12.210 [INFO] In session is user: fletcherp 2024-11-01 22:42:12.489 [INFO] In session is user: fletcherp 2024-11-01 22:42:12.812 [INFO] In session is user: fletcherp 2024-11-01 22:42:13.115 [INFO] In session is user: fletcherp 2024-11-01 22:42:13.413 [INFO] In session is user: fletcherp 2024-11-01 22:42:13.746 [INFO] In session is user: fletcherp 2024-11-01 22:42:14.075 [INFO] In session is user: fletcherp 2024-11-01 22:42:14.361 [INFO] In session is user: fletcherp 2024-11-01 22:42:14.703 [INFO] In session is user: fletcherp 2024-11-01 22:42:15.038 [INFO] In session is user: fletcherp 2024-11-01 22:42:15.318 [INFO] In session is user: fletcherp 2024-11-01 22:42:15.608 [INFO] In session is user: fletcherp 2024-11-01 22:42:15.920 [INFO] In session is user: fletcherp 2024-11-01 22:42:16.185 [INFO] In session is user: fletcherp 2024-11-01 22:42:16.494 [INFO] In session is user: fletcherp 2024-11-01 22:42:16.794 [INFO] In session is user: fletcherp 2024-11-01 22:42:17.093 [INFO] In session is user: fletcherp 2024-11-01 22:42:17.412 [INFO] In session is user: fletcherp 2024-11-01 22:42:17.693 [INFO] In session is user: fletcherp 2024-11-01 22:42:18.094 [INFO] In session is user: fletcherp 2024-11-01 22:42:18.379 [INFO] In session is user: fletcherp 2024-11-01 22:42:18.724 [INFO] In session is user: fletcherp 2024-11-01 22:42:19.028 [INFO] In session is user: fletcherp 2024-11-01 22:42:19.338 [INFO] In session is user: fletcherp 2024-11-01 22:42:19.635 [INFO] In session is user: fletcherp 2024-11-01 22:42:19.951 [INFO] In session is user: fletcherp 2024-11-01 22:42:20.301 [INFO] In session is user: fletcherp 2024-11-01 22:42:20.594 [INFO] In session is user: fletcherp 2024-11-01 22:42:20.926 [INFO] In session is user: fletcherp 2024-11-01 22:42:21.222 [INFO] In session is user: fletcherp 2024-11-01 22:42:21.501 [INFO] In session is user: fletcherp 2024-11-01 22:42:21.841 [INFO] In session is user: fletcherp 2024-11-01 22:42:22.105 [INFO] In session is user: fletcherp 2024-11-01 22:42:22.449 [INFO] In session is user: fletcherp 2024-11-01 22:42:22.811 [INFO] In session is user: fletcherp 2024-11-01 22:42:23.080 [INFO] In session is user: fletcherp 2024-11-01 22:42:23.363 [INFO] In session is user: fletcherp 2024-11-01 22:42:23.638 [INFO] In session is user: fletcherp 2024-11-01 22:42:23.977 [INFO] In session is user: fletcherp 2024-11-01 22:42:24.272 [INFO] In session is user: fletcherp 2024-11-01 22:42:24.593 [INFO] In session is user: fletcherp 2024-11-01 22:42:25.011 [INFO] In session is user: fletcherp 2024-11-01 22:42:25.322 [INFO] In session is user: fletcherp 2024-11-01 22:42:25.617 [INFO] In session is user: fletcherp 2024-11-01 22:42:26.034 [INFO] In session is user: fletcherp 2024-11-01 22:42:26.350 [INFO] In session is user: fletcherp 2024-11-01 22:42:26.678 [INFO] In session is user: fletcherp 2024-11-01 22:42:26.994 [INFO] In session is user: fletcherp 2024-11-01 22:42:27.349 [INFO] In session is user: fletcherp 2024-11-01 22:42:27.590 [INFO] In session is user: fletcherp 2024-11-01 22:42:27.851 [INFO] In session is user: fletcherp 2024-11-01 22:42:28.159 [INFO] In session is user: fletcherp 2024-11-01 22:42:28.487 [INFO] In session is user: fletcherp 2024-11-01 22:42:28.789 [INFO] In session is user: fletcherp 2024-11-01 22:42:29.084 [INFO] In session is user: fletcherp 2024-11-01 22:42:29.385 [INFO] In session is user: fletcherp 2024-11-01 22:42:29.771 [INFO] In session is user: fletcherp 2024-11-01 22:42:30.098 [INFO] In session is user: fletcherp 2024-11-01 22:42:30.386 [INFO] In session is user: fletcherp 2024-11-01 22:42:30.712 [INFO] In session is user: fletcherp 2024-11-01 22:42:30.989 [INFO] In session is user: fletcherp 2024-11-01 22:42:31.296 [INFO] In session is user: fletcherp 2024-11-01 22:42:31.586 [INFO] In session is user: fletcherp 2024-11-01 22:42:31.863 [INFO] In session is user: fletcherp 2024-11-01 22:42:32.134 [INFO] In session is user: fletcherp 2024-11-01 22:42:32.464 [INFO] In session is user: fletcherp 2024-11-01 22:42:32.775 [INFO] In session is user: fletcherp 2024-11-01 22:42:33.073 [INFO] In session is user: fletcherp 2024-11-01 22:42:33.394 [INFO] In session is user: fletcherp 2024-11-01 22:42:33.683 [INFO] In session is user: fletcherp 2024-11-01 22:42:33.988 [INFO] In session is user: fletcherp 2024-11-01 22:42:34.262 [INFO] In session is user: fletcherp 2024-11-01 22:42:34.556 [INFO] In session is user: fletcherp 2024-11-01 22:42:34.841 [INFO] In session is user: fletcherp 2024-11-01 22:42:35.138 [INFO] In session is user: fletcherp 2024-11-01 22:42:35.438 [INFO] In session is user: fletcherp 2024-11-01 22:42:35.708 [INFO] In session is user: fletcherp 2024-11-01 22:42:35.975 [INFO] In session is user: fletcherp 2024-11-01 22:42:36.264 [INFO] In session is user: fletcherp 2024-11-01 22:42:36.577 [INFO] In session is user: fletcherp 2024-11-01 22:42:36.887 [INFO] In session is user: fletcherp 2024-11-01 22:42:37.193 [INFO] In session is user: fletcherp 2024-11-01 22:42:37.468 [INFO] In session is user: fletcherp 2024-11-01 22:42:37.711 [INFO] In session is user: fletcherp 2024-11-01 22:42:38.015 [INFO] In session is user: fletcherp 2024-11-01 22:42:38.302 [INFO] In session is user: fletcherp 2024-11-01 22:42:38.579 [INFO] In session is user: fletcherp 2024-11-01 22:42:38.871 [INFO] In session is user: fletcherp 2024-11-01 22:42:39.181 [INFO] In session is user: fletcherp 2024-11-01 22:42:39.459 [INFO] In session is user: fletcherp 2024-11-01 22:42:39.748 [INFO] In session is user: fletcherp 2024-11-01 22:42:40.026 [INFO] In session is user: fletcherp 2024-11-01 22:42:40.297 [INFO] In session is user: fletcherp 2024-11-01 22:42:40.566 [INFO] In session is user: fletcherp 2024-11-01 22:42:40.879 [INFO] In session is user: fletcherp 2024-11-01 22:42:41.164 [INFO] In session is user: fletcherp 2024-11-01 22:42:41.460 [INFO] In session is user: fletcherp 2024-11-01 22:42:41.739 [INFO] In session is user: fletcherp 2024-11-01 22:42:42.022 [INFO] In session is user: fletcherp 2024-11-01 22:42:42.316 [INFO] In session is user: fletcherp 2024-11-01 22:42:42.613 [INFO] In session is user: fletcherp 2024-11-01 22:42:42.933 [INFO] In session is user: fletcherp 2024-11-01 22:42:43.229 [INFO] In session is user: fletcherp 2024-11-01 22:42:43.498 [INFO] In session is user: fletcherp 2024-11-01 22:42:43.784 [INFO] In session is user: fletcherp 2024-11-01 22:42:44.086 [INFO] In session is user: fletcherp 2024-11-01 22:42:44.369 [INFO] In session is user: fletcherp 2024-11-01 22:42:44.634 [INFO] In session is user: fletcherp 2024-11-01 22:42:44.927 [INFO] In session is user: fletcherp 2024-11-01 22:42:45.220 [INFO] In session is user: fletcherp 2024-11-01 22:42:45.497 [INFO] In session is user: fletcherp 2024-11-01 22:42:45.779 [INFO] In session is user: fletcherp 2024-11-01 22:42:46.139 [INFO] In session is user: fletcherp 2024-11-01 22:42:46.419 [INFO] In session is user: fletcherp 2024-11-01 22:42:46.730 [INFO] In session is user: fletcherp 2024-11-01 22:42:47.013 [INFO] In session is user: fletcherp 2024-11-01 22:42:47.324 [INFO] In session is user: fletcherp 2024-11-01 22:42:47.651 [INFO] In session is user: fletcherp 2024-11-01 22:42:47.959 [INFO] In session is user: fletcherp 2024-11-01 22:42:48.249 [INFO] In session is user: fletcherp 2024-11-01 22:42:48.541 [INFO] In session is user: fletcherp 2024-11-01 22:42:48.828 [INFO] In session is user: fletcherp 2024-11-01 22:42:49.149 [INFO] In session is user: fletcherp 2024-11-01 22:42:49.411 [INFO] In session is user: fletcherp 2024-11-02 07:25:20.105 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-03 11:25:28.831 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-04 08:31:27.490 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222574-11042024083127.txt === {"quote":"222574","customer":"5900","name":null,"customerName":"EWIE Company Inc.","comp":"01","open":"0","shipto":"FORDD","shiptoName":"Ford Dearborn Tool & Die","entry_date":"10-04-2024","cust_order_date":"10-04-2024","req_date":"11-15-2024","cust_po":"CAT50 Holders","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"ATTN: ROGUE COMPLEX","drop_po":"","status":"0","user":"briand","conv_order":"","time":"15:51","extra":"","follow_up":"11-05-2024","web_id":"","follow_name":"Kevin Kokko","follow_phone":"248-921-9924","follow_email":"kkokko@ewie.com","pic_user":"briand","total_amt":"2453.78","total_gp":"1617.18","total_gpm":"65.91","rev_type":"ADV","mod_date":"11-04-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"7","win_pct":"20","clo_date":"11-14-2024","notes":[{"comp":"1","quote":"222574","line":"5","data":"10-04-2024 16:01-briandounts Recalculated QS"},{"comp":"1","quote":"222574","line":"4","data":"the 2024 IMTS toolholder promotion."},{"comp":"1","quote":"222574","line":"3","data":"holders as well as the additional 5% discount for"},{"comp":"1","quote":"222574","line":"2","data":"10-04-2024 16:01-briand: Added wrenches for both"},{"comp":"1","quote":"222574","line":"1","data":"Kokko at Ewie, updated on quote."},{"comp":"1","quote":"222574","line":"0","data":"10-14-2024 14:37-briand: Got the EU from Kevin"}],"crmnotes":[{"comp":1,"quote":222574,"Line":0,"Comment":"10/10/2024 9:33 AM - briand - F/U changed from 10/10/2024 to 10/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222574,"Line":1,"Comment":"10/14/2024 11:32 AM - briand - F/U changed from 10/18/2024 to 10/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222574,"Line":2,"Comment":"10/14/2024 11:55 AM - briand - Sent email to Kevin asking him for any updates on this newer quote."},{"comp":1,"quote":222574,"Line":3,"Comment":"10/14/2024 1:56 PM - briand - Kevin said \"This is in the hands of the plant now.\" Waiting to hear back from him as to who the EU is."},{"comp":1,"quote":222574,"Line":4,"Comment":"10/14/2024 2:38 PM - briand - Kevin said EU is Ford Dearborn Tool & Die in the Rouge complex. Updated quote in NERP"},{"comp":1,"quote":222574,"Line":5,"Comment":"10/28/2024 4:48 PM - briand - F/U changed from 10/29/2024 to 11/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222574,"Line":6,"Comment":"11/04/2024 8:31 AM - briand - CLO changed from 11/04/2024 to 11/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222574","line":"1","part":"CAT50-C3/4-135UG-IDU","qty":"2","price":"874.00","uom":"EA","discount":"37.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222574","line":"2","part":"GH20","qty":"1","price":"245.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222574","line":"3","part":"CAT50-C1-135UG-IDU","qty":"2","price":"809.00","uom":"EA","discount":"37.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222574","line":"4","part":"GH25","qty":"1","price":"245.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222574","line":"5","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222574","Line":"5","Company":"1","F_Line":"1","Comment":"Additional 5% discount added for the 2024 IMTS","Loc":"Y"},{"Quote":"222574","Line":"5","Company":"1","F_Line":"2","Comment":"Toolholder Promotion. Discount is for the holders","Loc":"Y"},{"Quote":"222574","Line":"5","Company":"1","F_Line":"3","Comment":"only and not the wrenches.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-04 08:31:31.276 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222574-11042024083131.txt === {"quote":"222574","customer":"5900","name":null,"customerName":"EWIE Company Inc.","comp":"01","open":"0","shipto":"FORDD","shiptoName":"Ford Dearborn Tool & Die","entry_date":"10-04-2024","cust_order_date":"10-04-2024","req_date":"11-15-2024","cust_po":"CAT50 Holders","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"ATTN: ROGUE COMPLEX","drop_po":"","status":"0","user":"briand","conv_order":"","time":"15:51","extra":"","follow_up":"11-13-2024","web_id":"","follow_name":"Kevin Kokko","follow_phone":"248-921-9924","follow_email":"kkokko@ewie.com","pic_user":"briand","total_amt":"2453.78","total_gp":"1617.18","total_gpm":"65.91","rev_type":"ADV","mod_date":"11-04-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"7","win_pct":"20","clo_date":"11-14-2024","notes":[{"comp":"1","quote":"222574","line":"5","data":"10-04-2024 16:01-briandounts Recalculated QS"},{"comp":"1","quote":"222574","line":"4","data":"the 2024 IMTS toolholder promotion."},{"comp":"1","quote":"222574","line":"3","data":"holders as well as the additional 5% discount for"},{"comp":"1","quote":"222574","line":"2","data":"10-04-2024 16:01-briand: Added wrenches for both"},{"comp":"1","quote":"222574","line":"1","data":"Kokko at Ewie, updated on quote."},{"comp":"1","quote":"222574","line":"0","data":"10-14-2024 14:37-briand: Got the EU from Kevin"}],"crmnotes":[{"comp":1,"quote":222574,"Line":0,"Comment":"10/10/2024 9:33 AM - briand - F/U changed from 10/10/2024 to 10/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222574,"Line":1,"Comment":"10/14/2024 11:32 AM - briand - F/U changed from 10/18/2024 to 10/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222574,"Line":2,"Comment":"10/14/2024 11:55 AM - briand - Sent email to Kevin asking him for any updates on this newer quote."},{"comp":1,"quote":222574,"Line":3,"Comment":"10/14/2024 1:56 PM - briand - Kevin said \"This is in the hands of the plant now.\" Waiting to hear back from him as to who the EU is."},{"comp":1,"quote":222574,"Line":4,"Comment":"10/14/2024 2:38 PM - briand - Kevin said EU is Ford Dearborn Tool & Die in the Rouge complex. Updated quote in NERP"},{"comp":1,"quote":222574,"Line":5,"Comment":"10/28/2024 4:48 PM - briand - F/U changed from 10/29/2024 to 11/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222574,"Line":6,"Comment":"11/04/2024 8:31 AM - briand - CLO changed from 11/04/2024 to 11/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222574","line":"1","part":"CAT50-C3/4-135UG-IDU","qty":"2","price":"874.00","uom":"EA","discount":"37.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222574","line":"2","part":"GH20","qty":"1","price":"245.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222574","line":"3","part":"CAT50-C1-135UG-IDU","qty":"2","price":"809.00","uom":"EA","discount":"37.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222574","line":"4","part":"GH25","qty":"1","price":"245.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222574","line":"5","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222574","Line":"5","Company":"1","F_Line":"1","Comment":"Additional 5% discount added for the 2024 IMTS","Loc":"Y"},{"Quote":"222574","Line":"5","Company":"1","F_Line":"2","Comment":"Toolholder Promotion. Discount is for the holders","Loc":"Y"},{"Quote":"222574","Line":"5","Company":"1","F_Line":"3","Comment":"only and not the wrenches.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-04 08:33:39.292 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223653-11042024083339.txt === {"quote":"223653","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-29-2024","cust_order_date":"10-29-2024","req_date":"12-10-2024","cust_po":"SKJ10-3/16","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"14:29","extra":"","follow_up":"11-19-2024","web_id":"","follow_name":"Amber Hamilton","follow_phone":"321-213-8842","follow_email":"amber.hamilton@mscdirect.com","pic_user":"briand","total_amt":"1497.15","total_gp":"1025.31","total_gpm":"68.48","rev_type":"ADV","mod_date":"11-04-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"19","win_pct":"20","clo_date":"11-29-2024","notes":[{"comp":"1","quote":"223653","line":"9","data":"35%."},{"comp":"1","quote":"223653","line":"8","data":"similar items show 35% so I changed from 0% to"},{"comp":"1","quote":"223653","line":"7","data":"to the quote. No discout listed in NERP however"},{"comp":"1","quote":"223653","line":"6","data":"I have the P&D for this item. Also added wrench"},{"comp":"1","quote":"223653","line":"5","data":"the quote log (Line 2164). Will send quote when"},{"comp":"1","quote":"223653","line":"4","data":"info. Also, the CKFN20(3/4)-3/4DC was put on"},{"comp":"1","quote":"223653","line":"3","data":"10-29-2024 14:42-briand: Asked Amber for EU"},{"comp":"1","quote":"223653","line":"2","data":"be safe. Sent quote to her today."},{"comp":"1","quote":"223653","line":"1","data":"MFG is 12 weeks, will tell Amber 13~14 just to"},{"comp":"1","quote":"223653","line":"0","data":"10-30-2024 08:33-briand: Recd P&D from Purchasing."}],"crmnotes":[],"items":[{"comp":"01","order":"223653","line":"1","part":"SKJ10-3/16","qty":"2","price":"32.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223653","line":"2","part":"SKJ16-3/16","qty":"2","price":"75.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223653","line":"3","part":"SK16-1/4AC","qty":"2","price":"180.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223653","line":"4","part":"SKN-16BJ","qty":"3","price":"95.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223653","line":"5","part":"CAT40-SK10-90U-IDU","qty":"2","price":"379.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223653","line":"6","part":"SKL-10","qty":"1","price":"31.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223653","line":"7","part":"SKG-18L","qty":"5","price":"17.00","uom":"EA","discount":"10.00","req_date":"3 Stk, bal 2~3 weeks","branch":"1"},{"comp":"01","order":"223653","line":"8","part":"CKFN20(3/4)-3/4DC","qty":"2","price":"214.00","uom":"EA","discount":"35.00","req_date":"14~16 Weeks ARO","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":8}}] 2024-11-04 08:45:16.249 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223562-11042024084516.txt === {"quote":"223562","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"PTSCHAT","shiptoName":"PTSolutions - Chatsworth","entry_date":"10-28-2024","cust_order_date":"10-28-2024","req_date":"12-09-2024","cust_po":"H63A-SF0187-6.30CP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"10:14","extra":"","follow_up":"11-04-2024","web_id":"","follow_name":"R. Moreno","follow_phone":"818-649-7467","follow_email":"rmoreno@pts-tools.com","pic_user":"rons","total_amt":"5661.60","total_gp":"3014.25","total_gpm":"53.24","rev_type":"STD","mod_date":"11-04-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"18","win_pct":"20","clo_date":"11-28-2024","notes":[{"comp":"1","quote":"223562","line":"1","data":"2 items on log for P&D"},{"comp":"1","quote":"223562","line":"0","data":"10-28-2024 10:32-rons: shipping to \"Chapman\"...put"}],"crmnotes":[],"items":[{"comp":"01","order":"223562","line":"1","part":"H63A-SF0187-6.30CP","qty":"3","price":"462.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223562","line":"2","part":"H100A-SF0187-6.30","qty":"3","price":"798.00","uom":"EA","discount":"34.00","req_date":"2-3 WEEKS","branch":"1"},{"comp":"01","order":"223562","line":"3","part":"HSK63A-0187-3.00","qty":"3","price":"449.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223562","line":"4","part":"HSK63A-0187-5.00","qty":"3","price":"369.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223562","line":"5","part":"HSK100A-0187-4.00","qty":"3","price":"510.00","uom":"EA","discount":"42.00","req_date":"TBD","branch":"1"},{"comp":"01","order":"223562","line":"6","part":"HSK100A-0187-6.00","qty":"3","price":"492.00","uom":"EA","discount":"42.00","req_date":"TBD","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":6}}] 2024-11-04 10:44:49.034 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223683-11042024104448.txt === {"quote":"223683","customer":"2950","name":null,"customerName":"Vallen Integrated Supply, Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-30-2024","cust_order_date":"10-30-2024","req_date":"12-11-2024","cust_po":"H100A-SF8-160CP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"08:17","extra":"","follow_up":"11-15-2024","web_id":"","follow_name":"Kari McIntire","follow_phone":"231-666-1100","follow_email":"kari.mcintire@vallen.com","pic_user":"briand","total_amt":"1221.12","total_gp":"851.15","total_gpm":"69.70","rev_type":"ADV","mod_date":"11-04-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"223683","line":"7","data":"coolant. Also added Kari's contact info in NERP."},{"comp":"1","quote":"223683","line":"6","data":"include plugs if the customer isn't running"},{"comp":"1","quote":"223683","line":"5","data":"I told her in Order Ack email that they will"},{"comp":"1","quote":"223683","line":"4","data":"ask for CP's however these only come w/ them and"},{"comp":"1","quote":"223683","line":"3","data":"case the customer wanted to review. She didn't"},{"comp":"1","quote":"223683","line":"2","data":"three. Sent the PDF & STEP drawings of each in"},{"comp":"1","quote":"223683","line":"1","data":"GL on the CAT40 SF holders so she asked for all"},{"comp":"1","quote":"223683","line":"0","data":"10-30-2024 08:23-briand: Kari wasn't sure of the"}],"crmnotes":[],"items":[{"comp":"01","order":"223683","line":"1","part":"H100A-SF8-160CP","qty":"1","price":"649.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223683","line":"2","part":"CAT40-SF0250-3.15CP","qty":"1","price":"310.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223683","line":"3","part":"CAT40-SF0250-5.12CP","qty":"1","price":"352.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223683","line":"4","part":"CAT40-SF0250-6.30CP","qty":"1","price":"385.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":4}}] 2024-11-04 10:52:04.309 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223117-11042024105204.txt === {"quote":"223117","customer":"13562","name":null,"customerName":"Midway Industrial Supply","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"12-04-2024","cust_po":"810-SET-14","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"11:29","extra":"","follow_up":"11-04-2024","web_id":"","follow_name":"Tyler Bernas","follow_phone":"716-992-3481","follow_email":"tylerbernas@midwaycorp.com","pic_user":"briand","total_amt":"380.25","total_gp":"300.77","total_gpm":"79.10","rev_type":"STD","mod_date":"11-04-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-17-2024","notes":[],"crmnotes":[{"comp":1,"quote":223117,"Line":0,"Comment":"10/18/2024 4:28 PM - briand - F/U changed from 10/23/2024 to 11/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223117,"Line":1,"Comment":"11/04/2024 10:51 AM - briand - Sent email to Tyler to see if this quote is still active."},{"comp":1,"quote":223117,"Line":2,"Comment":"11/04/2024 10:52 AM - briand - Req Date changed from 11/28/2024 to 12/04/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223117","line":"1","part":"810-SET-14","qty":"1","price":"507.00","uom":"EA","discount":"25.00","req_date":"Stock","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-04 10:52:10.573 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223117-11042024105210.txt === {"quote":"223117","customer":"13562","name":null,"customerName":"Midway Industrial Supply","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"12-04-2024","cust_po":"810-SET-14","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"11:29","extra":"","follow_up":"11-04-2024","web_id":"","follow_name":"Tyler Bernas","follow_phone":"716-992-3481","follow_email":"tylerbernas@midwaycorp.com","pic_user":"briand","total_amt":"380.25","total_gp":"300.77","total_gpm":"79.10","rev_type":"STD","mod_date":"11-04-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-03-2024","notes":[],"crmnotes":[{"comp":1,"quote":223117,"Line":0,"Comment":"10/18/2024 4:28 PM - briand - F/U changed from 10/23/2024 to 11/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223117,"Line":1,"Comment":"11/04/2024 10:51 AM - briand - Sent email to Tyler to see if this quote is still active."},{"comp":1,"quote":223117,"Line":2,"Comment":"11/04/2024 10:52 AM - briand - Req Date changed from 11/28/2024 to 12/04/2024 (Req Date Updated)"},{"comp":1,"quote":223117,"Line":3,"Comment":"11/04/2024 10:52 AM - briand - CLO changed from 11/17/2024 to 12/03/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223117","line":"1","part":"810-SET-14","qty":"1","price":"507.00","uom":"EA","discount":"25.00","req_date":"Stock","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-04 10:52:15.004 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223117-11042024105214.txt === {"quote":"223117","customer":"13562","name":null,"customerName":"Midway Industrial Supply","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"12-04-2024","cust_po":"810-SET-14","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"11:29","extra":"","follow_up":"12-02-2024","web_id":"","follow_name":"Tyler Bernas","follow_phone":"716-992-3481","follow_email":"tylerbernas@midwaycorp.com","pic_user":"briand","total_amt":"380.25","total_gp":"300.77","total_gpm":"79.10","rev_type":"STD","mod_date":"11-04-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-03-2024","notes":[],"crmnotes":[{"comp":1,"quote":223117,"Line":0,"Comment":"10/18/2024 4:28 PM - briand - F/U changed from 10/23/2024 to 11/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223117,"Line":1,"Comment":"11/04/2024 10:51 AM - briand - Sent email to Tyler to see if this quote is still active."},{"comp":1,"quote":223117,"Line":2,"Comment":"11/04/2024 10:52 AM - briand - Req Date changed from 11/28/2024 to 12/04/2024 (Req Date Updated)"},{"comp":1,"quote":223117,"Line":3,"Comment":"11/04/2024 10:52 AM - briand - CLO changed from 11/17/2024 to 12/03/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223117","line":"1","part":"810-SET-14","qty":"1","price":"507.00","uom":"EA","discount":"25.00","req_date":"Stock","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-04 11:10:13.293 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223612-11042024111013.txt === {"quote":"223612","customer":"8005","name":null,"customerName":"H & C Tool Supply Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-29-2024","cust_order_date":"10-29-2024","req_date":"12-10-2024","cust_po":"T15-088","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"09:39","extra":"","follow_up":"11-11-2024","web_id":"","follow_name":"Chris Miller","follow_phone":"585-235-5700","follow_email":"chris.miller@hctoolsupply.com","pic_user":"briand","total_amt":"249.84","total_gp":"130.34","total_gpm":"52.17","rev_type":"STD","mod_date":"11-04-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-29-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223612","line":"1","part":"T15-088","qty":"1","price":"347.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-04 11:11:30.942 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223620-11042024111130.txt === {"quote":"223620","customer":"19585","name":null,"customerName":"Thomas Skinner & Son Ltd.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-29-2024","cust_order_date":"10-29-2024","req_date":"12-10-2024","cust_po":"SE1-6.0X4.9","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"10:18","extra":"","follow_up":"11-11-2024","web_id":"","follow_name":"Millie Sharma","follow_phone":"204-925-9300 X 275","follow_email":"msharma@tskinner.com","pic_user":"briand","total_amt":"31.68","total_gp":"18.04","total_gpm":"56.94","rev_type":"STD","mod_date":"11-04-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-29-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223620","line":"1","part":"SE1-6.0X4.9","qty":"1","price":"48.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-04 11:56:50.010 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(34.7373356391068, -86.6474353709134, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(34.7373356391068, -86.6474353709134, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.5535261 second/s. 2024-11-04 12:26:38.240 [INFO] In session is user: nickm 2024-11-04 12:57:21.590 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223117-11042024125721.txt === {"quote":"223117","customer":"13562","name":null,"customerName":"Midway Industrial Supply","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"12-04-2024","cust_po":"810-SET-14","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"11:29","extra":"","follow_up":"12-02-2024","web_id":"","follow_name":"Tyler Bernas","follow_phone":"716-992-3481","follow_email":"tylerbernas@midwaycorp.com","pic_user":"briand","total_amt":"380.25","total_gp":"300.77","total_gpm":"79.10","rev_type":"STD","mod_date":"11-04-2024","mod_time":null,"mod_user":"briand","reason":"2","totalQty":"1","win_pct":"20","clo_date":"12-03-2024","notes":[],"crmnotes":[{"comp":1,"quote":223117,"Line":0,"Comment":"10/18/2024 4:28 PM - briand - F/U changed from 10/23/2024 to 11/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223117,"Line":1,"Comment":"11/04/2024 10:51 AM - briand - Sent email to Tyler to see if this quote is still active."},{"comp":1,"quote":223117,"Line":2,"Comment":"11/04/2024 10:52 AM - briand - Req Date changed from 11/28/2024 to 12/04/2024 (Req Date Updated)"},{"comp":1,"quote":223117,"Line":3,"Comment":"11/04/2024 10:52 AM - briand - CLO changed from 11/17/2024 to 12/03/2024 (CLO Date Updated)"},{"comp":1,"quote":223117,"Line":4,"Comment":"11/04/2024 10:52 AM - briand - F/U changed from 11/04/2024 to 12/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223117,"Line":5,"Comment":"11/04/2024 12:57 PM - briand - Tyler got back to me and said he never heard back from the customer and followed up w/ them, and they aren't going for this. Closing quote."}],"items":[{"comp":"01","order":"223117","line":"1","part":"810-SET-14","qty":"1","price":"507.00","uom":"EA","discount":"25.00","req_date":"Stock","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-04 12:59:38.665 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220808-11042024125938.txt === {"quote":"220808","customer":"20620","name":null,"customerName":"DXP Enterprises, Inc. (Tool-Tech)","comp":"01","open":"1","shipto":"DXPSANAN","shiptoName":"DXP- San Antonio","entry_date":"08-27-2024","cust_order_date":"09-27-2024","req_date":"10-08-2024","cust_po":"MNL12-ER32X-10K","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"JH","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"15:20","extra":"","follow_up":"11-06-2024","web_id":"","follow_name":"Matthew Edins","follow_phone":"713-996-2635","follow_email":"matthew.edins@dxpe.com","pic_user":"bethw","total_amt":"1881.36","total_gp":"1313.24","total_gpm":"69.80","rev_type":"LT","mod_date":"11-04-2024","mod_time":null,"mod_user":"bethw","reason":"2","totalQty":"2","win_pct":"20","clo_date":"09-27-2024","notes":[],"crmnotes":[{"comp":1,"quote":220808,"Line":0,"Comment":"09/24/2024 11:25 AM - bethw - We were sent an MT live tool picture to cross. Offered the IMTS promotion on top. Sent QFU for status."},{"comp":1,"quote":220808,"Line":1,"Comment":"09/24/2024 11:25 AM - bethw - F/U changed from 9/27/2024 to 10/01/2024 (Follow Up In 1 Week)"},{"comp":1,"quote":220808,"Line":2,"Comment":"09/24/2024 2:19 PM - bethw - Per Eric Winters, he is still waiting on customer to send PO for the live tool. He believes they will buy it though"},{"comp":1,"quote":220808,"Line":3,"Comment":"09/24/2024 2:20 PM - bethw - F/U changed from 10/1/2024 to 10/15/2024 (Follow Up In 3 Week)"},{"comp":1,"quote":220808,"Line":4,"Comment":"10/17/2024 2:49 PM - bethw - F/U changed from 10/15/2024 to 10/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220808,"Line":5,"Comment":"10/30/2024 3:42 PM - bethw - Sent QFU to Eric for update on status."},{"comp":1,"quote":220808,"Line":6,"Comment":"10/30/2024 3:42 PM - bethw - F/U changed from 10/30/2024 to 11/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220808,"Line":7,"Comment":"11/04/2024 12:58 PM - bethw - Per Eric Winters, this customer has defaulted on their payments. Business with them is on holder until they can sort it out. quote closed."}],"items":[{"comp":"01","order":"220808","line":"1","part":"MNL12-ER32X-10K","qty":"1","price":"2808.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220808","line":"2","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-04 13:35:47.920 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222360-11042024133547.txt === {"quote":"222360","customer":"3966","name":null,"customerName":"Cutting Edge Tool Supply,Inc.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-01-2024","cust_order_date":"10-01-2024","req_date":"11-12-2024","cust_po":"CAT40-ER16-2.76","terms_code":"CCARD","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"75","salesman":"DD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"14:20","extra":"","follow_up":"11-04-2024","web_id":"","follow_name":"Alyssa Alanis","follow_phone":"719-310-9583","follow_email":"alyssa@cets-online.com","pic_user":"rons","total_amt":"2280.7","total_gp":"1642.67","total_gpm":"72.02","rev_type":"STD","mod_date":"11-04-2024","mod_time":null,"mod_user":"rons","reason":"2","totalQty":"12","win_pct":"20","clo_date":"11-06-2024","notes":[],"crmnotes":[{"comp":1,"quote":222360,"Line":0,"Comment":"10/02/2024 10:46 AM - rons - F/U changed from 10/07/2024 to 10/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222360,"Line":1,"Comment":"10/16/2024 10:09 AM - rons - F/U changed from 10/16/2024 to 10/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222360,"Line":2,"Comment":"10/16/2024 10:09 AM - rons - Alyssa has been contacted, any response?"},{"comp":1,"quote":222360,"Line":3,"Comment":"10/16/2024 10:32 AM - rons - \"This quote is still open for us. Waiting on the customer to get back with us. Thank you for following up!\""},{"comp":1,"quote":222360,"Line":4,"Comment":"10/30/2024 4:57 PM - rons - F/U changed from 10/30/2024 to 10/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222360,"Line":5,"Comment":"10/31/2024 5:35 PM - rons - F/U changed from 10/31/2024 to 11/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222360,"Line":6,"Comment":"10/31/2024 5:35 PM - rons - CLO changed from 11/01/2024 to 11/06/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222360","line":"1","part":"CAT40-ER16-2.76","qty":"1","price":"194.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222360","line":"2","part":"WRENCH-ER16-HEX","qty":"1","price":"25.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222360","line":"3","part":"CAT40-ER20-2.76","qty":"1","price":"194.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222360","line":"4","part":"WRENCH-ER20-HEX","qty":"1","price":"29.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222360","line":"5","part":"C4006-0125-1.38","qty":"1","price":"161.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222360","line":"6","part":"C4006-0125-2.36","qty":"1","price":"144.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222360","line":"7","part":"C4006-0125-4.00","qty":"1","price":"150.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222360","line":"8","part":"C4006-1000-2.00","qty":"1","price":"134.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222360","line":"9","part":"C4006-1000-4.00","qty":"1","price":"143.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222360","line":"10","part":"C4006-1500-4.50","qty":"1","price":"184.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222360","line":"11","part":"E16-SET-12","qty":"1","price":"512.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222360","line":"12","part":"E20-SET-15","qty":"1","price":"809.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":12}}] 2024-11-04 13:36:18.249 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222379-11042024133618.txt === {"quote":"222379","customer":"3966","name":null,"customerName":"Cutting Edge Tool Supply,Inc.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-01-2024","cust_order_date":"10-01-2024","req_date":"11-12-2024","cust_po":"NC4007-0016-2.25G","terms_code":"CCARD","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"75","salesman":"DD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"16:13","extra":"","follow_up":"11-04-2024","web_id":"","follow_name":"Alyssa Alanis","follow_phone":"719-277-8780","follow_email":"alyssa@cets-online.com","pic_user":"rons","total_amt":"1995.7","total_gp":"1349.30","total_gpm":"67.61","rev_type":"STD","mod_date":"11-04-2024","mod_time":null,"mod_user":"rons","reason":"2","totalQty":"10","win_pct":"20","clo_date":"11-06-2024","notes":[],"crmnotes":[{"comp":1,"quote":222379,"Line":0,"Comment":"10/02/2024 10:48 AM - rons - F/U changed from 10/07/2024 to 10/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222379,"Line":1,"Comment":"10/02/2024 10:49 AM - rons - #222360 is original RFQ...requested dual drive / dual contact options and provided additional quote..."},{"comp":1,"quote":222379,"Line":2,"Comment":"10/16/2024 10:10 AM - rons - F/U changed from 10/16/2024 to 10/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222379,"Line":3,"Comment":"10/16/2024 10:10 AM - rons - Alyssa getting back with me..."},{"comp":1,"quote":222379,"Line":4,"Comment":"10/16/2024 10:32 AM - rons - \"This quote is still open for us. Waiting on the customer to get back with us. Thank you for following up!\""},{"comp":1,"quote":222379,"Line":5,"Comment":"10/30/2024 4:57 PM - rons - F/U changed from 10/30/2024 to 10/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222379,"Line":6,"Comment":"10/31/2024 5:36 PM - rons - F/U changed from 10/31/2024 to 11/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222379,"Line":7,"Comment":"10/31/2024 5:36 PM - rons - CLO changed from 11/01/2024 to 11/06/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222379","line":"1","part":"NC4007-0016-2.25G","qty":"1","price":"311.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222379","line":"2","part":"NC4007-0016-3.50G","qty":"1","price":"322.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222379","line":"3","part":"TQW-HANDLE14X18","qty":"1","price":"53.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222379","line":"4","part":"TQW-E16-G","qty":"1","price":"140.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222379","line":"5","part":"NC4007-0020-2.50G","qty":"1","price":"319.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222379","line":"6","part":"NC4007-0020-4.00G","qty":"1","price":"311.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222379","line":"7","part":"TQW-E20-G","qty":"1","price":"140.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222379","line":"8","part":"NC4006-1000-2.00","qty":"1","price":"221.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222379","line":"9","part":"NC4006-1000-4.00CP","qty":"1","price":"273.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222379","line":"10","part":"NC4006-1500-4.50CP","qty":"1","price":"363.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":10}}] 2024-11-04 13:40:10.284 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223019-11042024134010.txt === {"quote":"223019","customer":"8565","name":null,"customerName":"Hoffmann Quality Tools USA, Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-15-2024","cust_order_date":"10-15-2024","req_date":"11-26-2024","cust_po":"C4001-16-50CP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"27","salesman":"GB","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"14:50","extra":"","follow_up":"11-14-2024","web_id":"","follow_name":"Greg Hartsfield","follow_phone":"865-292-0314","follow_email":"g.hartsfield@hoffmann-group.com","pic_user":"rons","total_amt":"90.75","total_gp":"55.30","total_gpm":"60.94","rev_type":"STD","mod_date":"11-04-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-15-2024","notes":[{"comp":"1","quote":"223019","line":"2","data":"10-16-2024 08:54-rons: added to QF log, line 2056"},{"comp":"1","quote":"223019","line":"1","data":"to Greg"},{"comp":"1","quote":"223019","line":"0","data":"10-21-2024 13:05-rons: QF updated, sending pricing"}],"crmnotes":[{"comp":1,"quote":223019,"Line":0,"Comment":"10/22/2024 2:45 PM - rons - F/U changed from 11/03/2024 to 11/5/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223019","line":"1","part":"C4001-16-50CP","qty":"1","price":"121.00","uom":"EA","discount":"25.00","req_date":"6 WEEKS","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-04 13:41:54.889 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223165-11042024134154.txt === {"quote":"223165","customer":"1720","name":null,"customerName":"DXP Enterprises, Inc. (Appl Spec)","comp":"01","open":"0","shipto":"TRESKE","shiptoName":"Treske Precision Machining Inc.","entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"11-28-2024","cust_po":"HSK63A-BLANK-13.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"15:58","extra":"","follow_up":"11-15-2024","web_id":"","follow_name":"Hunt Potter","follow_phone":"360-737-9811","follow_email":"hunt@1asi.com","pic_user":"rons","total_amt":"925.2","total_gp":"378.09","total_gpm":"40.87","rev_type":"STD","mod_date":"11-04-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-17-2024","notes":[],"crmnotes":[{"comp":1,"quote":223165,"Line":0,"Comment":"10/21/2024 1:37 PM - rons - F/U changed from 10/23/2024 to 11/5/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223165","line":"1","part":"HSK63A-BLANK-13.00","qty":"3","price":"514.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-04 13:42:28.104 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223697-11042024134227.txt === {"quote":"223697","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"MARSHALL","shiptoName":"PTSolutions - Phoenix","entry_date":"10-30-2024","cust_order_date":"10-30-2024","req_date":"12-11-2024","cust_po":"E25-EXT-100","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"09:48","extra":"","follow_up":"11-20-2024","web_id":"","follow_name":"Brianna Zamarron","follow_phone":"602-269-6295x1418","follow_email":"bzamarron@pts-tools.com","pic_user":"rons","total_amt":"281.16","total_gp":"164.62","total_gpm":"58.55","rev_type":"STD","mod_date":"11-04-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-30-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223697","line":"1","part":"E25-EXT-100","qty":"2","price":"213.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-04 13:47:28.010 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223726-11042024134727.txt === {"quote":"223726","customer":"1245","name":null,"customerName":"All Industrial Tool Supply","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-30-2024","cust_order_date":"10-30-2024","req_date":"12-11-2024","cust_po":"C40RAM-ER11-208ST-65TP","terms_code":"CCARD","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"15:27","extra":"","follow_up":"11-04-2024","web_id":"","follow_name":"Matt","follow_phone":"714-272-1071","follow_email":"sales@allindustrial.com","pic_user":"rons","total_amt":"10945.00","total_gp":"6903.93","total_gpm":"63.08","rev_type":"ADV","mod_date":"11-04-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"223726","line":"3","data":"machine is DN Solutions DVF 6500, CAT40 taper"},{"comp":"1","quote":"223726","line":"2","data":"put C40RAM-ER11-208ST-65TP on log for p&d - the"},{"comp":"1","quote":"223726","line":"1","data":"Matt called in requesting C40RAM-ER11-208ST-65FP;"},{"comp":"1","quote":"223726","line":"0","data":"10-30-2024 15:29-rons: shipping to California..."}],"crmnotes":[],"items":[{"comp":"01","order":"223726","line":"1","part":"C40RAM-ER11-208ST-65TP","qty":"1","price":"10945.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-04 13:48:32.879 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223745-11042024134832.txt === {"quote":"223745","customer":"4602","name":null,"customerName":"DGI Supply a DoAll Company (ON)","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-31-2024","cust_order_date":"10-31-2024","req_date":"12-12-2024","cust_po":"NC4007-0025-4.00G","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"08:25","extra":"","follow_up":"11-20-2024","web_id":"","follow_name":"Clifford Ho","follow_phone":"800-923-6255x89340","follow_email":"cho@dgisupply.ca","pic_user":"rons","total_amt":"177.12","total_gp":"97.44","total_gpm":"55.01","rev_type":"STD","mod_date":"11-04-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-30-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223745","line":"1","part":"NC4007-0025-4.00G","qty":"1","price":"328.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-04 13:48:47.401 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.0557632120634, -111.477507641643, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.0557632120634, -111.477507641643, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3872989 second/s. 2024-11-04 13:50:11.426 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223768-11042024135011.txt === {"quote":"223768","customer":"1770","name":null,"customerName":"Aronson-Campbell Industrial Supply","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-31-2024","cust_order_date":"10-31-2024","req_date":"12-12-2024","cust_po":"C5006-2500-6.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"11:26","extra":"","follow_up":"11-20-2024","web_id":"","follow_name":"Lenny Wood","follow_phone":"509-891-4047","follow_email":"lennyw@aronson-campbell.com","pic_user":"rons","total_amt":"158.6","total_gp":"91.03","total_gpm":"57.40","rev_type":"STD","mod_date":"11-04-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-30-2024","notes":[],"crmnotes":[{"comp":1,"quote":223768,"Line":0,"Comment":"11/04/2024 1:49 PM - rons - Motion also quoting this?"}],"items":[{"comp":"01","order":"223768","line":"1","part":"C5006-2500-6.00","qty":"1","price":"244.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-04 13:51:56.448 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223777-11042024135156.txt === {"quote":"223777","customer":"6985","name":null,"customerName":"S.L. Fusco, Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-31-2024","cust_order_date":"10-31-2024","req_date":"12-12-2024","cust_po":"C4007-0016-3.50","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"13:24","extra":"","follow_up":"11-19-2024","web_id":"","follow_name":"Irene","follow_phone":"310-868-5784","follow_email":"sales@slfusco.com","pic_user":"rons","total_amt":"412.8","total_gp":"287.60","total_gpm":"69.67","rev_type":"STD","mod_date":"11-04-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-30-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223777","line":"1","part":"C4007-0016-3.50","qty":"2","price":"258.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-04 13:52:04.151 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223551-11042024135203.txt === {"quote":"223551","customer":"13330","name":null,"customerName":"Manufacturing Solutions of MN Inc.","comp":"01","open":"0","shipto":"RADL","shiptoName":"R&D Leverage","entry_date":"10-25-2024","cust_order_date":"10-25-2024","req_date":"12-06-2024","cust_po":"H40E-SF0250-3.15","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"35","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"17:00","extra":"","follow_up":"11-13-2024","web_id":"","follow_name":"Mark Marchant - KS locati","follow_phone":"816-585-4745","follow_email":"mark.marchant@shopmsi.com","pic_user":"rons","total_amt":"2647.92","total_gp":"1410.38","total_gpm":"53.26","rev_type":"ADV","mod_date":"11-04-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"15","win_pct":"20","clo_date":"11-25-2024","notes":[],"crmnotes":[{"comp":1,"quote":223551,"Line":0,"Comment":"10/28/2024 1:52 PM - rons - F/U changed from 10/31/2024 to 11/6/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223551","line":"1","part":"H40E-SF0250-3.15","qty":"2","price":"242.00","uom":"EA","discount":"34.00","req_date":"1 STOCK + TBD","branch":"1"},{"comp":"01","order":"223551","line":"3","part":"H40E-SF0125-3.15","qty":"7","price":"326.00","uom":"EA","discount":"34.00","req_date":"3 STOCK + TBD","branch":"1"},{"comp":"01","order":"223551","line":"5","part":"H40E-SF0187-2.36","qty":"1","price":"326.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223551","line":"7","part":"H40E-SF0375-3.15","qty":"1","price":"264.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223551","line":"12","part":"H40E-SF4-70","qty":"2","price":"328.00","uom":"EA","discount":"34.00","req_date":"5-6 WEEKS","branch":"1"},{"comp":"01","order":"223551","line":"14","part":"H40E-SF6-80","qty":"2","price":"0.00","uom":"EA","discount":"34.00","req_date":"TBD","branch":"1"}],"qlines":[{"Quote":"223551","Line":"14","Company":"1","F_Line":"1","Comment":"WAITING ON PRICING & DELIVERY FROM FACTORY","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-04 13:54:25.068 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223646-11042024135424.txt === {"quote":"223646","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"COLHYD","shiptoName":"Columbus Hydraulics","entry_date":"10-29-2024","cust_order_date":"10-29-2024","req_date":"12-10-2024","cust_po":"OKEX-BG15Z-C","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"13:29","extra":"","follow_up":"11-04-2024","web_id":"","follow_name":"Mike Hoadley","follow_phone":"402-615-3800","follow_email":"mike.hoadley@decotool.com","pic_user":"rons","total_amt":"535.16","total_gp":"345.91","total_gpm":"64.64","rev_type":"LT","mod_date":"11-04-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-29-2024","notes":[],"crmnotes":[{"comp":1,"quote":223646,"Line":0,"Comment":"10/29/2024 4:26 PM - rons - F/U changed from 11/04/2024 to 11/13/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223646","line":"1","part":"OKEX-BG15Z-C","qty":"1","price":"787.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-04 13:54:37.125 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223646-11042024135436.txt === {"quote":"223646","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"COLHYD","shiptoName":"Columbus Hydraulics","entry_date":"10-29-2024","cust_order_date":"10-29-2024","req_date":"12-10-2024","cust_po":"OKEX-BG15Z-C","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"13:29","extra":"","follow_up":"11-04-2024","web_id":"","follow_name":"Mike Hoadley","follow_phone":"402-615-3800","follow_email":"mike.hoadley@decotool.com","pic_user":"rons","total_amt":"535.16","total_gp":"345.91","total_gpm":"64.64","rev_type":"LT","mod_date":"11-04-2024","mod_time":null,"mod_user":"rons","reason":"1","totalQty":"1","win_pct":"20","clo_date":"11-29-2024","notes":[],"crmnotes":[{"comp":1,"quote":223646,"Line":0,"Comment":"10/29/2024 4:26 PM - rons - F/U changed from 11/04/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223646,"Line":1,"Comment":"11/04/2024 1:54 PM - rons - F/U changed from 11/13/2024 to 11/4/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223646","line":"1","part":"OKEX-BG15Z-C","qty":"1","price":"787.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-04 14:06:51.693 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223623-11042024140651.txt === {"quote":"223623","customer":"5900","name":null,"customerName":"EWIE Company Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-29-2024","cust_order_date":"10-29-2024","req_date":"12-10-2024","cust_po":"E16-014","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"10:34","extra":"","follow_up":"11-12-2024","web_id":"","follow_name":"Brandon Kintner","follow_phone":"517-673-1689","follow_email":"bkintner@psmicorp.com","pic_user":"briand","total_amt":"57.12","total_gp":"40.58","total_gpm":"71.04","rev_type":"STD","mod_date":"11-04-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-29-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223623","line":"1","part":"E16-014","qty":"2","price":"42.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-04 14:07:40.041 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223659-11042024140739.txt === {"quote":"223659","customer":"8005","name":null,"customerName":"H & C Tool Supply Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-29-2024","cust_order_date":"10-29-2024","req_date":"12-10-2024","cust_po":"100-206(C)","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"15:15","extra":"","follow_up":"11-13-2024","web_id":"","follow_name":"Chris Miller","follow_phone":"585-235-5700","follow_email":"chris.miller@hctoolsupply.com","pic_user":"briand","total_amt":"273.6","total_gp":"184.49","total_gpm":"67.43","rev_type":"STD","mod_date":"11-04-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-29-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223659","line":"1","part":"100-206(C)","qty":"1","price":"190.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223659","line":"2","part":"100-208(C)","qty":"1","price":"190.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-04 14:09:19.845 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222481-11042024140919.txt === {"quote":"222481","customer":"21750","name":null,"customerName":"US Tool Group","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-03-2024","cust_order_date":"10-03-2024","req_date":"11-14-2024","cust_po":"CKFN20(3/4)-5/8C","terms_code":"21030","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"30","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"12:49","extra":"","follow_up":"11-22-2024","web_id":"","follow_name":"Lindsay Warf","follow_phone":"757-595-5424 x7812","follow_email":"lindsay.warf@ustg.net","pic_user":"briand","total_amt":"799.68","total_gp":"563.20","total_gpm":"70.43","rev_type":"ADV","mod_date":"11-04-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"16","win_pct":"20","clo_date":"11-05-2024","notes":[],"crmnotes":[{"comp":1,"quote":222481,"Line":0,"Comment":"10/08/2024 11:09 AM - briand - F/U changed from 10/09/2024 to 10/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222481,"Line":1,"Comment":"10/14/2024 12:05 PM - briand - Sent Lindsay a request for update on this newer quote."},{"comp":1,"quote":222481,"Line":2,"Comment":"10/18/2024 2:15 PM - briand - F/U changed from 10/18/2024 to 10/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222481,"Line":3,"Comment":"10/28/2024 10:03 AM - briand - F/U changed from 10/29/2024 to 11/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222481,"Line":4,"Comment":"10/28/2024 10:03 AM - briand - CLO changed from 11/03/2024 to 11/05/2024 (CLO Date Updated)"},{"comp":1,"quote":222481,"Line":5,"Comment":"11/04/2024 2:08 PM - briand - No reply from Lindsay, will bump this out a couple weeks and if no reply, will close it out."}],"items":[{"comp":"01","order":"222481","line":"1","part":"CKFN20(3/4)-5/8C","qty":"8","price":"62.00","uom":"EA","discount":"32.00","req_date":"7 Stk, Bal 2~3 Weeks","branch":"1"},{"comp":"01","order":"222481","line":"2","part":"CCK3/4-5/8","qty":"8","price":"85.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-04 14:11:36.831 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223713-11042024141136.txt === {"quote":"223713","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"BLUEORME","shiptoName":"Blue Origin Florida,LLC","entry_date":"10-30-2024","cust_order_date":"10-30-2024","req_date":"12-11-2024","cust_po":"SK16-8AC","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"12:54","extra":"","follow_up":"11-05-2024","web_id":"","follow_name":"Chris Lengle","follow_phone":"800-753-7970","follow_email":"lenglch@mscdirect.com","pic_user":"briand","total_amt":"589.55","total_gp":"401.76","total_gpm":"68.15","rev_type":"ADV","mod_date":"11-04-2024","mod_time":null,"mod_user":"briand","reason":"1","totalQty":"7","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"223713","line":"4","data":"Blue Origin."},{"comp":"1","quote":"223713","line":"3","data":"the quote. She got back to me and said it's"},{"comp":"1","quote":"223713","line":"2","data":"who it is, asked for it in email so I can update"},{"comp":"1","quote":"223713","line":"1","data":"Chris said customer in FL however didn't indicate"},{"comp":"1","quote":"223713","line":"0","data":"10-30-2024 12:54-briand: Added wrench to quote."}],"crmnotes":[{"comp":1,"quote":223713,"Line":0,"Comment":"11/04/2024 2:11 PM - briand - SO # 993889, closing quote."}],"items":[{"comp":"01","order":"223713","line":"1","part":"SK16-8AC","qty":"1","price":"180.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223713","line":"2","part":"SK16-5/16AC","qty":"1","price":"180.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223713","line":"3","part":"CAT40-SK16-90U-IDU","qty":"1","price":"406.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223713","line":"4","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223713","line":"5","part":"SKJ10-1/4C","qty":"1","price":"40.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223713","line":"6","part":"SKJ10-3/16","qty":"2","price":"32.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":6}}] 2024-11-04 14:23:04.088 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223468-11042024142303.txt === {"quote":"223468","customer":"7650","name":null,"customerName":"W.W. Grainger, Inc.","comp":"01","open":"0","shipto":"WWGRALF","shiptoName":"W.W. Grainger, Inc.","entry_date":"10-24-2024","cust_order_date":"10-24-2024","req_date":"12-05-2024","cust_po":"TCLA-40/63A/C6","terms_code":"23060","ship_via":"F-FGS","ship_collect":"783534037","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Giovanni Alfaro","drop_po":"","status":"0","user":"briand","conv_order":"","time":"11:13","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Giovanni Alfaro","follow_phone":"224-601-3560","follow_email":"giovanni.alfaro@grainger.com","pic_user":"briand","total_amt":"181.5","total_gp":"102.48","total_gpm":"56.46","rev_type":"STD","mod_date":"11-04-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-24-2024","notes":[{"comp":"1","quote":"223468","line":"0","data":"10-24-2024 11:15 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223468,"Line":0,"Comment":"11/04/2024 2:22 PM - briand - Sent Giovanni an email to see if this newer quote is still active."}],"items":[{"comp":"01","order":"223468","line":"1","part":"TCLA-40/63A/C6","qty":"1","price":"242.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-04 14:24:12.449 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223781-11042024142412.txt === {"quote":"223781","customer":"9557","name":null,"customerName":"Industrial Tools & Supplies, Inc.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-31-2024","cust_order_date":"10-31-2024","req_date":"12-12-2024","cust_po":"CAT50-SF12-160CP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"13:44","extra":"","follow_up":"11-06-2024","web_id":"","follow_name":"Mike McIntyre","follow_phone":"519-969-9260","follow_email":"mikem@itswin.com","pic_user":"briand","total_amt":"854.92","total_gp":"504.02","total_gpm":"58.96","rev_type":"ADV","mod_date":"11-04-2024","mod_time":null,"mod_user":"briand","reason":"1","totalQty":"3","win_pct":"20","clo_date":"11-30-2024","notes":[],"crmnotes":[{"comp":1,"quote":223781,"Line":0,"Comment":"11/04/2024 2:24 PM - briand - SO # 994242, closing order."}],"items":[{"comp":"01","order":"223781","line":"1","part":"CAT50-SF12-160CP","qty":"2","price":"638.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223781","line":"2","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223781","Line":"2","Company":"1","F_Line":"1","Comment":"Additional 5% discount has been applied for the 2024","Loc":"Y"},{"Quote":"223781","Line":"2","Company":"1","F_Line":"2","Comment":"IMTS Promotion.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-04 14:33:43.089 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222103-11042024143342.txt === {"quote":"222103","customer":"1082","name":null,"customerName":"Abrasive-Tool Corporation","comp":"01","open":"0","shipto":"ALLEEAST","shiptoName":"Allen Tool Phoenix","entry_date":"09-26-2024","cust_order_date":"09-26-2024","req_date":"11-21-2024","cust_po":"NCAT40-SK13C-150UP-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tim Horr","drop_po":"","status":"0","user":"briand","conv_order":"","time":"08:48","extra":"","follow_up":"11-05-2024","web_id":"","follow_name":"Tim Horr","follow_phone":"585-785-2238","follow_email":"tim_horr@abrasivetool.com","pic_user":"briand","total_amt":"985.50","total_gp":"666.32","total_gpm":"67.61","rev_type":"ADV","mod_date":"11-04-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-06-2024","notes":[{"comp":"1","quote":"222103","line":"10","data":"quote."},{"comp":"1","quote":"222103","line":"9","data":"09-26-2024 08:48-briand: Added wrenches to the"},{"comp":"1","quote":"222103","line":"8","data":"wants delivery on both. Put on Delivery/CBO Log."},{"comp":"1","quote":"222103","line":"7","data":"convert the HS one in Japan to Standard however he"},{"comp":"1","quote":"222103","line":"6","data":"well: NCAT40-SK13C-150U-IDU. He's aware we can"},{"comp":"1","quote":"222103","line":"5","data":"that we get Delivery on the Standard holder as"},{"comp":"1","quote":"222103","line":"4","data":"09-26-2024 09:15-briand: Tim from Abrasive asked"},{"comp":"1","quote":"222103","line":"3","data":"Letting him know ETA Week of February 3rd ARO."},{"comp":"1","quote":"222103","line":"2","data":"Updated quote and sent to him and CC'd Alyssa."},{"comp":"1","quote":"222103","line":"1","data":"3.5 months for the Standard NCAT40-SK13C-150U-IDU."},{"comp":"1","quote":"222103","line":"0","data":"09-26-2024 10:29-briand: Purchasing said MFG is"}],"crmnotes":[{"comp":1,"quote":222103,"Line":0,"Comment":"10/22/2024 8:24 AM - briand - Req Date changed from 11/07/2024 to 02/03/2025 (Req Date Updated)"},{"comp":1,"quote":222103,"Line":1,"Comment":"10/22/2024 8:24 AM - briand - F/U changed from 10/21/2024 to 11/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222103,"Line":2,"Comment":"10/22/2024 8:24 AM - briand - CLO changed from 10/26/2024 to 11/06/2024 (CLO Date Updated)"},{"comp":1,"quote":222103,"Line":3,"Comment":"10/22/2024 11:42 AM - briand - F/U changed from 10/21/2024 to 10/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222103,"Line":4,"Comment":"10/22/2024 11:42 AM - briand - CLO changed from 10/26/2024 to 10/30/2024 (CLO Date Updated)"},{"comp":1,"quote":222103,"Line":5,"Comment":"10/29/2024 8:50 AM - briand - CLO changed from 10/30/2024 to 11/06/2024 (CLO Date Updated)"},{"comp":1,"quote":222103,"Line":6,"Comment":"10/29/2024 8:50 AM - briand - F/U changed from 10/28/2024 to 11/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222103,"Line":7,"Comment":"11/04/2024 2:33 PM - briand - Sent Tim an email requesting an update on the quote. If no response, will close."},{"comp":1,"quote":222103,"Line":8,"Comment":"11/04/2024 2:33 PM - briand - Req Date changed from 11/07/2024 to 11/21/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222103","line":"1","part":"NCAT40-SK13C-150UP-IDU","qty":"1","price":"568.00","uom":"EA","discount":"25.00","req_date":"Delivery 2~3 wks ARO","branch":"1"},{"comp":"01","order":"222103","line":"2","part":"GH12","qty":"1","price":"218.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222103","line":"3","part":"NCAT40-SK13C-150U-IDU","qty":"1","price":"511.00","uom":"EA","discount":"25.00","req_date":"ETA Week of 2/3/2025","branch":"1"},{"comp":"01","order":"222103","line":"4","part":"016-SPAN","qty":"1","price":"17.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-04 14:33:48.775 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222103-11042024143348.txt === {"quote":"222103","customer":"1082","name":null,"customerName":"Abrasive-Tool Corporation","comp":"01","open":"0","shipto":"ALLEEAST","shiptoName":"Allen Tool Phoenix","entry_date":"09-26-2024","cust_order_date":"09-26-2024","req_date":"11-21-2024","cust_po":"NCAT40-SK13C-150UP-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tim Horr","drop_po":"","status":"0","user":"briand","conv_order":"","time":"08:48","extra":"","follow_up":"11-05-2024","web_id":"","follow_name":"Tim Horr","follow_phone":"585-785-2238","follow_email":"tim_horr@abrasivetool.com","pic_user":"briand","total_amt":"985.50","total_gp":"666.32","total_gpm":"67.61","rev_type":"ADV","mod_date":"11-04-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-20-2024","notes":[{"comp":"1","quote":"222103","line":"10","data":"quote."},{"comp":"1","quote":"222103","line":"9","data":"09-26-2024 08:48-briand: Added wrenches to the"},{"comp":"1","quote":"222103","line":"8","data":"wants delivery on both. Put on Delivery/CBO Log."},{"comp":"1","quote":"222103","line":"7","data":"convert the HS one in Japan to Standard however he"},{"comp":"1","quote":"222103","line":"6","data":"well: NCAT40-SK13C-150U-IDU. He's aware we can"},{"comp":"1","quote":"222103","line":"5","data":"that we get Delivery on the Standard holder as"},{"comp":"1","quote":"222103","line":"4","data":"09-26-2024 09:15-briand: Tim from Abrasive asked"},{"comp":"1","quote":"222103","line":"3","data":"Letting him know ETA Week of February 3rd ARO."},{"comp":"1","quote":"222103","line":"2","data":"Updated quote and sent to him and CC'd Alyssa."},{"comp":"1","quote":"222103","line":"1","data":"3.5 months for the Standard NCAT40-SK13C-150U-IDU."},{"comp":"1","quote":"222103","line":"0","data":"09-26-2024 10:29-briand: Purchasing said MFG is"}],"crmnotes":[{"comp":1,"quote":222103,"Line":0,"Comment":"10/22/2024 8:24 AM - briand - Req Date changed from 11/07/2024 to 02/03/2025 (Req Date Updated)"},{"comp":1,"quote":222103,"Line":1,"Comment":"10/22/2024 8:24 AM - briand - F/U changed from 10/21/2024 to 11/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222103,"Line":2,"Comment":"10/22/2024 8:24 AM - briand - CLO changed from 10/26/2024 to 11/06/2024 (CLO Date Updated)"},{"comp":1,"quote":222103,"Line":3,"Comment":"10/22/2024 11:42 AM - briand - F/U changed from 10/21/2024 to 10/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222103,"Line":4,"Comment":"10/22/2024 11:42 AM - briand - CLO changed from 10/26/2024 to 10/30/2024 (CLO Date Updated)"},{"comp":1,"quote":222103,"Line":5,"Comment":"10/29/2024 8:50 AM - briand - CLO changed from 10/30/2024 to 11/06/2024 (CLO Date Updated)"},{"comp":1,"quote":222103,"Line":6,"Comment":"10/29/2024 8:50 AM - briand - F/U changed from 10/28/2024 to 11/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222103,"Line":7,"Comment":"11/04/2024 2:33 PM - briand - Sent Tim an email requesting an update on the quote. If no response, will close."},{"comp":1,"quote":222103,"Line":8,"Comment":"11/04/2024 2:33 PM - briand - Req Date changed from 11/07/2024 to 11/21/2024 (Req Date Updated)"},{"comp":1,"quote":222103,"Line":9,"Comment":"11/04/2024 2:33 PM - briand - CLO changed from 11/06/2024 to 11/20/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222103","line":"1","part":"NCAT40-SK13C-150UP-IDU","qty":"1","price":"568.00","uom":"EA","discount":"25.00","req_date":"Delivery 2~3 wks ARO","branch":"1"},{"comp":"01","order":"222103","line":"2","part":"GH12","qty":"1","price":"218.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222103","line":"3","part":"NCAT40-SK13C-150U-IDU","qty":"1","price":"511.00","uom":"EA","discount":"25.00","req_date":"ETA Week of 2/3/2025","branch":"1"},{"comp":"01","order":"222103","line":"4","part":"016-SPAN","qty":"1","price":"17.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-04 14:33:52.961 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222103-11042024143352.txt === {"quote":"222103","customer":"1082","name":null,"customerName":"Abrasive-Tool Corporation","comp":"01","open":"0","shipto":"ALLEEAST","shiptoName":"Allen Tool Phoenix","entry_date":"09-26-2024","cust_order_date":"09-26-2024","req_date":"11-21-2024","cust_po":"NCAT40-SK13C-150UP-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tim Horr","drop_po":"","status":"0","user":"briand","conv_order":"","time":"08:48","extra":"","follow_up":"11-19-2024","web_id":"","follow_name":"Tim Horr","follow_phone":"585-785-2238","follow_email":"tim_horr@abrasivetool.com","pic_user":"briand","total_amt":"985.50","total_gp":"666.32","total_gpm":"67.61","rev_type":"ADV","mod_date":"11-04-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-20-2024","notes":[{"comp":"1","quote":"222103","line":"10","data":"quote."},{"comp":"1","quote":"222103","line":"9","data":"09-26-2024 08:48-briand: Added wrenches to the"},{"comp":"1","quote":"222103","line":"8","data":"wants delivery on both. Put on Delivery/CBO Log."},{"comp":"1","quote":"222103","line":"7","data":"convert the HS one in Japan to Standard however he"},{"comp":"1","quote":"222103","line":"6","data":"well: NCAT40-SK13C-150U-IDU. He's aware we can"},{"comp":"1","quote":"222103","line":"5","data":"that we get Delivery on the Standard holder as"},{"comp":"1","quote":"222103","line":"4","data":"09-26-2024 09:15-briand: Tim from Abrasive asked"},{"comp":"1","quote":"222103","line":"3","data":"Letting him know ETA Week of February 3rd ARO."},{"comp":"1","quote":"222103","line":"2","data":"Updated quote and sent to him and CC'd Alyssa."},{"comp":"1","quote":"222103","line":"1","data":"3.5 months for the Standard NCAT40-SK13C-150U-IDU."},{"comp":"1","quote":"222103","line":"0","data":"09-26-2024 10:29-briand: Purchasing said MFG is"}],"crmnotes":[{"comp":1,"quote":222103,"Line":0,"Comment":"10/22/2024 8:24 AM - briand - Req Date changed from 11/07/2024 to 02/03/2025 (Req Date Updated)"},{"comp":1,"quote":222103,"Line":1,"Comment":"10/22/2024 8:24 AM - briand - F/U changed from 10/21/2024 to 11/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222103,"Line":2,"Comment":"10/22/2024 8:24 AM - briand - CLO changed from 10/26/2024 to 11/06/2024 (CLO Date Updated)"},{"comp":1,"quote":222103,"Line":3,"Comment":"10/22/2024 11:42 AM - briand - F/U changed from 10/21/2024 to 10/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222103,"Line":4,"Comment":"10/22/2024 11:42 AM - briand - CLO changed from 10/26/2024 to 10/30/2024 (CLO Date Updated)"},{"comp":1,"quote":222103,"Line":5,"Comment":"10/29/2024 8:50 AM - briand - CLO changed from 10/30/2024 to 11/06/2024 (CLO Date Updated)"},{"comp":1,"quote":222103,"Line":6,"Comment":"10/29/2024 8:50 AM - briand - F/U changed from 10/28/2024 to 11/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222103,"Line":7,"Comment":"11/04/2024 2:33 PM - briand - Sent Tim an email requesting an update on the quote. If no response, will close."},{"comp":1,"quote":222103,"Line":8,"Comment":"11/04/2024 2:33 PM - briand - Req Date changed from 11/07/2024 to 11/21/2024 (Req Date Updated)"},{"comp":1,"quote":222103,"Line":9,"Comment":"11/04/2024 2:33 PM - briand - CLO changed from 11/06/2024 to 11/20/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222103","line":"1","part":"NCAT40-SK13C-150UP-IDU","qty":"1","price":"568.00","uom":"EA","discount":"25.00","req_date":"Delivery 2~3 wks ARO","branch":"1"},{"comp":"01","order":"222103","line":"2","part":"GH12","qty":"1","price":"218.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222103","line":"3","part":"NCAT40-SK13C-150U-IDU","qty":"1","price":"511.00","uom":"EA","discount":"25.00","req_date":"ETA Week of 2/3/2025","branch":"1"},{"comp":"01","order":"222103","line":"4","part":"016-SPAN","qty":"1","price":"17.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-04 15:13:11.990 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218718-11042024151311.txt === {"quote":"218718","customer":"8312","name":null,"customerName":"Hemaq, S.A. de C.V.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"07-12-2024","cust_order_date":"07-12-2024","req_date":"10-23-2024","cust_po":"C40-1500-SOLID","terms_code":"N30","ship_via":"TBD","ship_collect":"","drop_ship":"N","territory":"95","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"EXW Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Noel Tello","drop_po":"","status":"0","user":"luism","conv_order":"","time":"14:57","extra":"","follow_up":"10-18-2024","web_id":"","follow_name":"Noel Tello","follow_phone":"52 (81) 8131.3199","follow_email":"ntello@periferiq.com","pic_user":"luism","total_amt":"16.8","total_gp":"11.93","total_gpm":"71.01","rev_type":"STD","mod_date":"11-04-2024","mod_time":null,"mod_user":"luism","reason":"2","totalQty":"1","win_pct":"20","clo_date":"10-22-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"218718","line":"1","part":"C40-1500-SOLID","qty":"1","price":"28.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-04 15:23:59.470 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222613-11042024152359.txt === {"quote":"222613","customer":"3367","name":null,"customerName":"W.C. Chapman & Sons Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-07-2024","cust_order_date":"10-07-2024","req_date":"11-18-2024","cust_po":"NCAT40-SK16C-60U-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"11:33","extra":"","follow_up":"11-04-2024","web_id":"","follow_name":"Justin Phelps","follow_phone":"410-686-6860","follow_email":"justinp@wcchapman.com","pic_user":"briand","total_amt":"1642.96","total_gp":"1024.65","total_gpm":"62.37","rev_type":"ADV","mod_date":"11-04-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"12","win_pct":"20","clo_date":"11-15-2024","notes":[],"crmnotes":[{"comp":1,"quote":222613,"Line":0,"Comment":"10/11/2024 2:24 PM - briand - F/U changed from 10/13/2024 to 11/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222613,"Line":1,"Comment":"11/04/2024 3:23 PM - briand - CLO changed from 11/07/2024 to 11/15/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222613","line":"1","part":"NCAT40-SK16C-60U-IDU","qty":"4","price":"442.00","uom":"EA","discount":"39.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222613","line":"2","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"222613","line":"3","part":"C4004-0001-1.75","qty":"2","price":"224.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222613","line":"4","part":"C4004-0002-2.36","qty":"1","price":"152.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222613","line":"5","part":"SK16-5/8A","qty":"1","price":"82.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222613","line":"6","part":"SK16-1/2A","qty":"1","price":"82.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222613","line":"7","part":"SK16-3/8A","qty":"1","price":"82.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222613","line":"8","part":"SK16-1/4A","qty":"1","price":"82.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222613","Line":"2","Company":"1","F_Line":"1","Comment":"Additional 5% discount applied for the 2024 IMTS","Loc":"Y"},{"Quote":"222613","Line":"2","Company":"1","F_Line":"2","Comment":"promotion for toolholders.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":8}}] 2024-11-04 15:24:03.634 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222613-11042024152403.txt === {"quote":"222613","customer":"3367","name":null,"customerName":"W.C. Chapman & Sons Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-07-2024","cust_order_date":"10-07-2024","req_date":"11-18-2024","cust_po":"NCAT40-SK16C-60U-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"11:33","extra":"","follow_up":"11-14-2024","web_id":"","follow_name":"Justin Phelps","follow_phone":"410-686-6860","follow_email":"justinp@wcchapman.com","pic_user":"briand","total_amt":"1642.96","total_gp":"1024.65","total_gpm":"62.37","rev_type":"ADV","mod_date":"11-04-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"12","win_pct":"20","clo_date":"11-15-2024","notes":[],"crmnotes":[{"comp":1,"quote":222613,"Line":0,"Comment":"10/11/2024 2:24 PM - briand - F/U changed from 10/13/2024 to 11/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222613,"Line":1,"Comment":"11/04/2024 3:23 PM - briand - CLO changed from 11/07/2024 to 11/15/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222613","line":"1","part":"NCAT40-SK16C-60U-IDU","qty":"4","price":"442.00","uom":"EA","discount":"39.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222613","line":"2","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"222613","line":"3","part":"C4004-0001-1.75","qty":"2","price":"224.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222613","line":"4","part":"C4004-0002-2.36","qty":"1","price":"152.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222613","line":"5","part":"SK16-5/8A","qty":"1","price":"82.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222613","line":"6","part":"SK16-1/2A","qty":"1","price":"82.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222613","line":"7","part":"SK16-3/8A","qty":"1","price":"82.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222613","line":"8","part":"SK16-1/4A","qty":"1","price":"82.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222613","Line":"2","Company":"1","F_Line":"1","Comment":"Additional 5% discount applied for the 2024 IMTS","Loc":"Y"},{"Quote":"222613","Line":"2","Company":"1","F_Line":"2","Comment":"promotion for toolholders.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":8}}] 2024-11-04 15:34:22.421 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223010-11042024153422.txt === {"quote":"223010","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"MSCPEW","shiptoName":"MSC","entry_date":"10-15-2024","cust_order_date":"10-15-2024","req_date":"11-26-2024","cust_po":"CAT40-SF20-160CP","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"14:01","extra":"","follow_up":"11-05-2024","web_id":"","follow_name":"Abby Jones","follow_phone":"","follow_email":"Abby.Jones@mscdirect.com","pic_user":"jennad","total_amt":"231","total_gp":"147.59","total_gpm":"63.89","rev_type":"ADV","mod_date":"11-04-2024","mod_time":null,"mod_user":"jennad","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-15-2024","notes":[{"comp":"1","quote":"223010","line":"0","data":"10-15-2024 14:02-jennad aptex also quoting 223008"}],"crmnotes":[],"items":[{"comp":"01","order":"223010","line":"1","part":"CAT40-SF20-160CP","qty":"1","price":"385.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-04 15:34:48.638 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223008-11042024153448.txt === {"quote":"223008","customer":"1738","name":null,"customerName":"ApTex Inc","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-15-2024","cust_order_date":"10-15-2024","req_date":"11-26-2024","cust_po":"CAT40-SF20-160CP","terms_code":"N30","ship_via":"U-1DM","ship_collect":"","drop_ship":"N","territory":"40","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"13:57","extra":"","follow_up":"11-05-2024","web_id":"","follow_name":"Laura Limberatos","follow_phone":"262-970-4855","follow_email":"limberatos@aptexinc.com","pic_user":"jennad","total_amt":"277.2","total_gp":"193.79","total_gpm":"69.91","rev_type":"ADV","mod_date":"11-04-2024","mod_time":null,"mod_user":"jennad","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-15-2024","notes":[{"comp":"1","quote":"223008","line":"0","data":"10-15-2024 14:02-jennad MSC also quoting 223010"}],"crmnotes":[],"items":[{"comp":"01","order":"223008","line":"1","part":"CAT40-SF20-160CP","qty":"1","price":"385.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-04 15:36:16.812 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223027-11042024153616.txt === {"quote":"223027","customer":"16740","name":null,"customerName":"Precision Plus Machines Inc.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-15-2024","cust_order_date":"10-15-2024","req_date":"11-26-2024","cust_po":"E32-032(C)","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"15:31","extra":"","follow_up":"11-05-2024","web_id":"","follow_name":"Imad Tsay","follow_phone":"630-215-5421","follow_email":"imad@ppmsales.net","pic_user":"jennad","total_amt":"468.72","total_gp":"340.11","total_gpm":"72.56","rev_type":"STD","mod_date":"11-04-2024","mod_time":null,"mod_user":"jennad","reason":"8","totalQty":"7","win_pct":"20","clo_date":"11-15-2024","notes":[{"comp":"1","quote":"223027","line":"0","data":"10-15-2024 15:35 - Discounts Recalculated"}],"crmnotes":[],"items":[{"comp":"01","order":"223027","line":"1","part":"E32-032(C)","qty":"2","price":"96.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223027","line":"2","part":"E32-040(C)","qty":"2","price":"96.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223027","line":"3","part":"E20-016(C)","qty":"3","price":"89.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-04 15:38:04.628 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223731-11042024153804.txt === {"quote":"223731","customer":"2325","name":null,"customerName":"BlackHawk Industrial - Base Camp","comp":"01","open":"1","shipto":"KOHLKOWI","shiptoName":"Kohler Company","entry_date":"10-30-2024","cust_order_date":"10-30-2024","req_date":"12-11-2024","cust_po":"C6-TB40-352","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"mirandag","conv_order":"","time":"15:53","extra":"","follow_up":"11-05-2024","web_id":"","follow_name":"Khalil Collins","follow_phone":"920-372-7077","follow_email":"Khalil.Collins@blackhawkid.com","pic_user":"jennad","total_amt":"1284.48","total_gp":"614.43","total_gpm":"47.83","rev_type":"ADV","mod_date":"11-04-2024","mod_time":null,"mod_user":"jennad","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-30-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223731","line":"1","part":"C6-TB40-352","qty":"1","price":"1784.00","uom":"EA","discount":"28.00","req_date":"January/Mid","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-04 16:25:28.200 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-04 17:13:20.229 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223726-11042024171320.txt === {"quote":"223726","customer":"1245","name":null,"customerName":"All Industrial Tool Supply","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-30-2024","cust_order_date":"10-30-2024","req_date":"12-11-2024","cust_po":"C40RAM-ER11-208ST-65TP","terms_code":"CCARD","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"15:27","extra":"","follow_up":"11-06-2024","web_id":"","follow_name":"Matt","follow_phone":"714-272-1071","follow_email":"sales@allindustrial.com","pic_user":"rons","total_amt":"10945.00","total_gp":"6903.93","total_gpm":"63.08","rev_type":"ADV","mod_date":"11-04-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"223726","line":"3","data":"machine is DN Solutions DVF 6500, CAT40 taper"},{"comp":"1","quote":"223726","line":"2","data":"put C40RAM-ER11-208ST-65TP on log for p&d - the"},{"comp":"1","quote":"223726","line":"1","data":"Matt called in requesting C40RAM-ER11-208ST-65FP;"},{"comp":"1","quote":"223726","line":"0","data":"10-30-2024 15:29-rons: shipping to California..."}],"crmnotes":[{"comp":1,"quote":223726,"Line":0,"Comment":"11/04/2024 1:47 PM - rons - F/U changed from 11/05/2024 to 11/4/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223726","line":"1","part":"C40RAM-ER11-208ST-65TP","qty":"1","price":"10945.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-05 07:53:42.610 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221979-11052024075342.txt === {"quote":"221979","customer":"13170","name":null,"customerName":"Morris South (NC)","comp":"01","open":"0","shipto":"DIGITAL","shiptoName":"Digital Design & Modeling","entry_date":"09-24-2024","cust_order_date":"09-24-2024","req_date":"12-27-2024","cust_po":"Tooling Certificate","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Jeff Hoffman","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"09:24","extra":"","follow_up":"09-30-2024","web_id":"","follow_name":"Jeff Hoffman","follow_phone":"704-928-5750","follow_email":"jhoffman@morrissouth.com","pic_user":"andrewm","total_amt":"12500","total_gp":"12500.00","total_gpm":"100.00","rev_type":"STD","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"1","win_pct":"20","clo_date":"10-24-2024","notes":[{"comp":"1","quote":"221979","line":"0","data":"09-24-2024 09:29 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221979,"Line":0,"Comment":"11/05/2024 7:53 AM - andrewm - Req Date changed from 11/05/2024 to 12/27/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221979","line":"1","part":"TOOL-CERT","qty":"1","price":"25000.00","uom":"EA","discount":"50.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"221979","Line":"1","Company":"1","F_Line":"1","Comment":"M560-5AX S/N 667.254685","Loc":"Y"},{"Quote":"221979","Line":"1","Company":"1","F_Line":"2","Comment":"Milling TC","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-05 07:53:57.070 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221979-11052024075356.txt === {"quote":"221979","customer":"13170","name":null,"customerName":"Morris South (NC)","comp":"01","open":"0","shipto":"DIGITAL","shiptoName":"Digital Design & Modeling","entry_date":"09-24-2024","cust_order_date":"09-24-2024","req_date":"12-27-2024","cust_po":"Tooling Certificate","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Jeff Hoffman","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"09:24","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Jeff Hoffman","follow_phone":"704-928-5750","follow_email":"jhoffman@morrissouth.com","pic_user":"andrewm","total_amt":"12500","total_gp":"12500.00","total_gpm":"100.00","rev_type":"STD","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"1","win_pct":"20","clo_date":"10-24-2024","notes":[{"comp":"1","quote":"221979","line":"0","data":"09-24-2024 09:29 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221979,"Line":0,"Comment":"11/05/2024 7:53 AM - andrewm - Req Date changed from 11/05/2024 to 12/27/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221979","line":"1","part":"TOOL-CERT","qty":"1","price":"25000.00","uom":"EA","discount":"50.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"221979","Line":"1","Company":"1","F_Line":"1","Comment":"M560-5AX S/N 667.254685","Loc":"Y"},{"Quote":"221979","Line":"1","Company":"1","F_Line":"2","Comment":"Milling TC","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-05 07:54:07.981 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221979-11052024075407.txt === {"quote":"221979","customer":"13170","name":null,"customerName":"Morris South (NC)","comp":"01","open":"0","shipto":"DIGITAL","shiptoName":"Digital Design & Modeling","entry_date":"09-24-2024","cust_order_date":"09-24-2024","req_date":"12-27-2024","cust_po":"Tooling Certificate","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Jeff Hoffman","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"09:24","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Jeff Hoffman","follow_phone":"704-928-5750","follow_email":"jhoffman@morrissouth.com","pic_user":"andrewm","total_amt":"12500","total_gp":"12500.00","total_gpm":"100.00","rev_type":"STD","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"221979","line":"0","data":"09-24-2024 09:29 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221979,"Line":0,"Comment":"11/05/2024 7:53 AM - andrewm - Req Date changed from 11/05/2024 to 12/27/2024 (Req Date Updated)"},{"comp":1,"quote":221979,"Line":1,"Comment":"11/05/2024 7:53 AM - andrewm - F/U changed from 09/30/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221979,"Line":2,"Comment":"11/05/2024 7:54 AM - andrewm - CLO changed from 10/24/2024 to 12/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221979","line":"1","part":"TOOL-CERT","qty":"1","price":"25000.00","uom":"EA","discount":"50.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"221979","Line":"1","Company":"1","F_Line":"1","Comment":"M560-5AX S/N 667.254685","Loc":"Y"},{"Quote":"221979","Line":"1","Company":"1","F_Line":"2","Comment":"Milling TC","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-05 07:55:37.279 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221957-11052024075537.txt === {"quote":"221957","customer":"10015","name":null,"customerName":"Ellison(GA,NC,SC,TN)","comp":"01","open":"0","shipto":"FERROUS","shiptoName":"Ferrous Engineering & Tool","entry_date":"09-23-2024","cust_order_date":"09-23-2024","req_date":"11-04-2024","cust_po":"CNC5AX-201","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Kevin Sanders","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"15:19","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Kevin Sanders","follow_phone":"9802753886","follow_email":"kevin@kevin.com","pic_user":"andrewm","total_amt":"275962.75","total_gp":"160462.75","total_gpm":"58.15","rev_type":"RT","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"14","win_pct":"20","clo_date":"10-23-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"221957","line":"1","part":"5AX-201YA-M","qty":"7","price":"56805.00","uom":"EA","discount":"35.00","req_date":"1 Stk","branch":"1"},{"comp":"01","order":"221957","line":"2","part":"INSTALLATION-RT","qty":"7","price":"2500.00","uom":"EA","discount":"0.00","req_date":"","branch":"2"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-05 07:55:45.846 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221957-11052024075545.txt === {"quote":"221957","customer":"10015","name":null,"customerName":"Ellison(GA,NC,SC,TN)","comp":"01","open":"0","shipto":"FERROUS","shiptoName":"Ferrous Engineering & Tool","entry_date":"09-23-2024","cust_order_date":"09-23-2024","req_date":"11-04-2024","cust_po":"CNC5AX-201","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Kevin Sanders","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"15:19","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Kevin Sanders","follow_phone":"9802753886","follow_email":"kevin@kevin.com","pic_user":"andrewm","total_amt":"275962.75","total_gp":"160462.75","total_gpm":"58.15","rev_type":"RT","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"14","win_pct":"20","clo_date":"12-14-2024","notes":[],"crmnotes":[{"comp":1,"quote":221957,"Line":0,"Comment":"11/05/2024 7:55 AM - andrewm - F/U changed from 10/06/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221957,"Line":1,"Comment":"11/05/2024 7:55 AM - andrewm - CLO changed from 10/23/2024 to 12/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221957","line":"1","part":"5AX-201YA-M","qty":"7","price":"56805.00","uom":"EA","discount":"35.00","req_date":"1 Stk","branch":"1"},{"comp":"01","order":"221957","line":"2","part":"INSTALLATION-RT","qty":"7","price":"2500.00","uom":"EA","discount":"0.00","req_date":"","branch":"2"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-05 07:55:51.611 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221957-11052024075551.txt === {"quote":"221957","customer":"10015","name":null,"customerName":"Ellison(GA,NC,SC,TN)","comp":"01","open":"0","shipto":"FERROUS","shiptoName":"Ferrous Engineering & Tool","entry_date":"09-23-2024","cust_order_date":"09-23-2024","req_date":"12-27-2024","cust_po":"CNC5AX-201","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Kevin Sanders","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"15:19","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Kevin Sanders","follow_phone":"9802753886","follow_email":"kevin@kevin.com","pic_user":"andrewm","total_amt":"275962.75","total_gp":"160462.75","total_gpm":"58.15","rev_type":"RT","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"14","win_pct":"20","clo_date":"12-14-2024","notes":[],"crmnotes":[{"comp":1,"quote":221957,"Line":0,"Comment":"11/05/2024 7:55 AM - andrewm - F/U changed from 10/06/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221957,"Line":1,"Comment":"11/05/2024 7:55 AM - andrewm - CLO changed from 10/23/2024 to 12/14/2024 (CLO Date Updated)"},{"comp":1,"quote":221957,"Line":2,"Comment":"11/05/2024 7:55 AM - andrewm - Req Date changed from 11/04/2024 to 12/27/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221957","line":"1","part":"5AX-201YA-M","qty":"7","price":"56805.00","uom":"EA","discount":"35.00","req_date":"1 Stk","branch":"1"},{"comp":"01","order":"221957","line":"2","part":"INSTALLATION-RT","qty":"7","price":"2500.00","uom":"EA","discount":"0.00","req_date":"","branch":"2"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-05 07:56:07.653 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221095-11052024075607.txt === {"quote":"221095","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"CROWNNC","shiptoName":"Crown Equipment Corp.","entry_date":"09-04-2024","cust_order_date":"09-04-2024","req_date":"10-25-2024","cust_po":"HATHOR6A X 2","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"John Howell","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"11:21","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"John Howell","follow_phone":"941-739-6566","follow_email":"john@afi-tools.com","pic_user":"andrewm","total_amt":"55158.0","total_gp":"22513.38","total_gpm":"40.82","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"26","win_pct":"20","clo_date":"10-25-2024","notes":[],"crmnotes":[{"comp":1,"quote":221095,"Line":0,"Comment":"09/18/2024 8:40 AM - andrewm - F/U changed from 09/10/2024 to 10/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221095,"Line":1,"Comment":"09/18/2024 8:40 AM - andrewm - CLO changed from 09/30/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":221095,"Line":2,"Comment":"09/18/2024 8:40 AM - andrewm - Req Date changed from 09/04/2024 to 10/25/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221095","line":"1","part":"PRE-HTR6A-I50","qty":"2","price":"36400.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221095","line":"2","part":"PRE-HTR6-SHELF","qty":"2","price":"400.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221095","line":"3","part":"PRE-GAUGE-C50","qty":"2","price":"760.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221095","line":"4","part":"PRE-SPDL-I40RA","qty":"2","price":"3370.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221095","line":"5","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221095","line":"6","part":"PRE-SPDL-H63RMA","qty":"2","price":"5230.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221095","line":"7","part":"PRE-GAUGE-H63","qty":"2","price":"1040.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221095","line":"8","part":"PRE-INST/TRAINING","qty":"1","price":"3500.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"221095","line":"9","part":"PRE-PRNT-QL800","qty":"2","price":"300.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221095","line":"10","part":"PRE-PRNT-ROLL-QL800","qty":"10","price":"30.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"221095","Line":"0","Comment":"ONCE INVOICED THESE ITEMS MAY NOT BE RETURNED"},{"Quote":"221095","Line":"1","Comment":"OR EXCHANGED."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":10}}] 2024-11-05 07:56:27.821 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221095-11052024075627.txt === {"quote":"221095","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"CROWNNC","shiptoName":"Crown Equipment Corp.","entry_date":"09-04-2024","cust_order_date":"09-04-2024","req_date":"10-25-2024","cust_po":"HATHOR6A X 2","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"John Howell","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"11:21","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"John Howell","follow_phone":"941-739-6566","follow_email":"john@afi-tools.com","pic_user":"andrewm","total_amt":"55158.0","total_gp":"22513.38","total_gpm":"40.82","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"26","win_pct":"20","clo_date":"12-14-2024","notes":[],"crmnotes":[{"comp":1,"quote":221095,"Line":0,"Comment":"09/18/2024 8:40 AM - andrewm - F/U changed from 09/10/2024 to 10/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221095,"Line":1,"Comment":"09/18/2024 8:40 AM - andrewm - CLO changed from 09/30/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":221095,"Line":2,"Comment":"09/18/2024 8:40 AM - andrewm - Req Date changed from 09/04/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":221095,"Line":3,"Comment":"11/05/2024 7:56 AM - andrewm - F/U changed from 10/08/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221095,"Line":4,"Comment":"11/05/2024 7:56 AM - andrewm - CLO changed from 10/25/2024 to 12/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221095","line":"1","part":"PRE-HTR6A-I50","qty":"2","price":"36400.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221095","line":"2","part":"PRE-HTR6-SHELF","qty":"2","price":"400.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221095","line":"3","part":"PRE-GAUGE-C50","qty":"2","price":"760.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221095","line":"4","part":"PRE-SPDL-I40RA","qty":"2","price":"3370.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221095","line":"5","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221095","line":"6","part":"PRE-SPDL-H63RMA","qty":"2","price":"5230.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221095","line":"7","part":"PRE-GAUGE-H63","qty":"2","price":"1040.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221095","line":"8","part":"PRE-INST/TRAINING","qty":"1","price":"3500.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"221095","line":"9","part":"PRE-PRNT-QL800","qty":"2","price":"300.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221095","line":"10","part":"PRE-PRNT-ROLL-QL800","qty":"10","price":"30.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"221095","Line":"0","Comment":"ONCE INVOICED THESE ITEMS MAY NOT BE RETURNED"},{"Quote":"221095","Line":"1","Comment":"OR EXCHANGED."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":10}}] 2024-11-05 07:56:34.087 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221095-11052024075633.txt === {"quote":"221095","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"CROWNNC","shiptoName":"Crown Equipment Corp.","entry_date":"09-04-2024","cust_order_date":"09-04-2024","req_date":"12-27-2024","cust_po":"HATHOR6A X 2","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"John Howell","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"11:21","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"John Howell","follow_phone":"941-739-6566","follow_email":"john@afi-tools.com","pic_user":"andrewm","total_amt":"55158.0","total_gp":"22513.38","total_gpm":"40.82","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"26","win_pct":"20","clo_date":"12-14-2024","notes":[],"crmnotes":[{"comp":1,"quote":221095,"Line":0,"Comment":"09/18/2024 8:40 AM - andrewm - F/U changed from 09/10/2024 to 10/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221095,"Line":1,"Comment":"09/18/2024 8:40 AM - andrewm - CLO changed from 09/30/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":221095,"Line":2,"Comment":"09/18/2024 8:40 AM - andrewm - Req Date changed from 09/04/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":221095,"Line":3,"Comment":"11/05/2024 7:56 AM - andrewm - F/U changed from 10/08/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221095,"Line":4,"Comment":"11/05/2024 7:56 AM - andrewm - CLO changed from 10/25/2024 to 12/14/2024 (CLO Date Updated)"},{"comp":1,"quote":221095,"Line":5,"Comment":"11/05/2024 7:56 AM - andrewm - Req Date changed from 10/25/2024 to 12/27/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221095","line":"1","part":"PRE-HTR6A-I50","qty":"2","price":"36400.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221095","line":"2","part":"PRE-HTR6-SHELF","qty":"2","price":"400.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221095","line":"3","part":"PRE-GAUGE-C50","qty":"2","price":"760.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221095","line":"4","part":"PRE-SPDL-I40RA","qty":"2","price":"3370.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221095","line":"5","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221095","line":"6","part":"PRE-SPDL-H63RMA","qty":"2","price":"5230.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221095","line":"7","part":"PRE-GAUGE-H63","qty":"2","price":"1040.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221095","line":"8","part":"PRE-INST/TRAINING","qty":"1","price":"3500.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"221095","line":"9","part":"PRE-PRNT-QL800","qty":"2","price":"300.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221095","line":"10","part":"PRE-PRNT-ROLL-QL800","qty":"10","price":"30.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"221095","Line":"0","Comment":"ONCE INVOICED THESE ITEMS MAY NOT BE RETURNED"},{"Quote":"221095","Line":"1","Comment":"OR EXCHANGED."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":10}}] 2024-11-05 07:56:49.814 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221098-11052024075649.txt === {"quote":"221098","customer":"18407","name":null,"customerName":"Remco Supply, Inc.","comp":"01","open":"0","shipto":"CROWNNC","shiptoName":"Crown Equipment Corp.","entry_date":"09-04-2024","cust_order_date":"09-04-2024","req_date":"10-25-2024","cust_po":"HATHOR6A X 1","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Scott Arthur","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"11:33","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"","follow_phone":"","follow_email":"","pic_user":"andrewm","total_amt":"33495","total_gp":"17066.90","total_gpm":"50.95","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"14","win_pct":"20","clo_date":"10-25-2024","notes":[],"crmnotes":[{"comp":1,"quote":221098,"Line":0,"Comment":"09/18/2024 8:40 AM - andrewm - F/U changed from 09/10/2024 to 10/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221098,"Line":1,"Comment":"09/18/2024 8:40 AM - andrewm - CLO changed from 09/30/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":221098,"Line":2,"Comment":"09/18/2024 8:41 AM - andrewm - Req Date changed from 09/04/2024 to 10/25/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221098","line":"1","part":"PRE-HTR6A-I50","qty":"1","price":"36400.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221098","line":"2","part":"PRE-HTR6-SHELF","qty":"1","price":"400.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221098","line":"3","part":"PRE-GAUGE-C50","qty":"1","price":"760.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221098","line":"4","part":"PRE-SPDL-I40RA","qty":"1","price":"3370.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221098","line":"5","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221098","line":"6","part":"PRE-SPDL-H63RMA","qty":"1","price":"5230.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221098","line":"7","part":"PRE-GAUGE-H63","qty":"1","price":"1040.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221098","line":"8","part":"PRE-INST/TRAINING","qty":"1","price":"3500.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"221098","line":"9","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221098","line":"10","part":"PRE-PRNT-ROLL-QL800","qty":"5","price":"30.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"221098","Line":"0","Comment":"ONCE INVOICED THESE ITEMS MAY NOT BE RETURNED"},{"Quote":"221098","Line":"1","Comment":"OR EXCHANGED."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":10}}] 2024-11-05 07:57:05.769 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221098-11052024075705.txt === {"quote":"221098","customer":"18407","name":null,"customerName":"Remco Supply, Inc.","comp":"01","open":"0","shipto":"CROWNNC","shiptoName":"Crown Equipment Corp.","entry_date":"09-04-2024","cust_order_date":"09-04-2024","req_date":"10-25-2024","cust_po":"HATHOR6A X 1","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Scott Arthur","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"11:33","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"","follow_phone":"","follow_email":"","pic_user":"andrewm","total_amt":"33495","total_gp":"17066.90","total_gpm":"50.95","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"14","win_pct":"20","clo_date":"12-14-2024","notes":[],"crmnotes":[{"comp":1,"quote":221098,"Line":0,"Comment":"09/18/2024 8:40 AM - andrewm - F/U changed from 09/10/2024 to 10/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221098,"Line":1,"Comment":"09/18/2024 8:40 AM - andrewm - CLO changed from 09/30/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":221098,"Line":2,"Comment":"09/18/2024 8:41 AM - andrewm - Req Date changed from 09/04/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":221098,"Line":3,"Comment":"11/05/2024 7:56 AM - andrewm - F/U changed from 10/08/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221098,"Line":4,"Comment":"11/05/2024 7:57 AM - andrewm - CLO changed from 10/25/2024 to 12/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221098","line":"1","part":"PRE-HTR6A-I50","qty":"1","price":"36400.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221098","line":"2","part":"PRE-HTR6-SHELF","qty":"1","price":"400.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221098","line":"3","part":"PRE-GAUGE-C50","qty":"1","price":"760.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221098","line":"4","part":"PRE-SPDL-I40RA","qty":"1","price":"3370.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221098","line":"5","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221098","line":"6","part":"PRE-SPDL-H63RMA","qty":"1","price":"5230.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221098","line":"7","part":"PRE-GAUGE-H63","qty":"1","price":"1040.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221098","line":"8","part":"PRE-INST/TRAINING","qty":"1","price":"3500.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"221098","line":"9","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221098","line":"10","part":"PRE-PRNT-ROLL-QL800","qty":"5","price":"30.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"221098","Line":"0","Comment":"ONCE INVOICED THESE ITEMS MAY NOT BE RETURNED"},{"Quote":"221098","Line":"1","Comment":"OR EXCHANGED."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":10}}] 2024-11-05 07:57:23.881 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221098-11052024075723.txt === {"quote":"221098","customer":"18407","name":null,"customerName":"Remco Supply, Inc.","comp":"01","open":"0","shipto":"CROWNNC","shiptoName":"Crown Equipment Corp.","entry_date":"09-04-2024","cust_order_date":"09-04-2024","req_date":"12-27-2024","cust_po":"HATHOR6A X 1","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Scott Arthur","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"11:33","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"","follow_phone":"","follow_email":"","pic_user":"andrewm","total_amt":"33495","total_gp":"17066.90","total_gpm":"50.95","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"14","win_pct":"20","clo_date":"12-14-2024","notes":[],"crmnotes":[{"comp":1,"quote":221098,"Line":0,"Comment":"09/18/2024 8:40 AM - andrewm - F/U changed from 09/10/2024 to 10/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221098,"Line":1,"Comment":"09/18/2024 8:40 AM - andrewm - CLO changed from 09/30/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":221098,"Line":2,"Comment":"09/18/2024 8:41 AM - andrewm - Req Date changed from 09/04/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":221098,"Line":3,"Comment":"11/05/2024 7:56 AM - andrewm - F/U changed from 10/08/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221098,"Line":4,"Comment":"11/05/2024 7:57 AM - andrewm - CLO changed from 10/25/2024 to 12/14/2024 (CLO Date Updated)"},{"comp":1,"quote":221098,"Line":5,"Comment":"11/05/2024 7:57 AM - andrewm - Req Date changed from 10/25/2024 to 12/27/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221098","line":"1","part":"PRE-HTR6A-I50","qty":"1","price":"36400.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221098","line":"2","part":"PRE-HTR6-SHELF","qty":"1","price":"400.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221098","line":"3","part":"PRE-GAUGE-C50","qty":"1","price":"760.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221098","line":"4","part":"PRE-SPDL-I40RA","qty":"1","price":"3370.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221098","line":"5","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221098","line":"6","part":"PRE-SPDL-H63RMA","qty":"1","price":"5230.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221098","line":"7","part":"PRE-GAUGE-H63","qty":"1","price":"1040.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221098","line":"8","part":"PRE-INST/TRAINING","qty":"1","price":"3500.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"221098","line":"9","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221098","line":"10","part":"PRE-PRNT-ROLL-QL800","qty":"5","price":"30.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"221098","Line":"0","Comment":"ONCE INVOICED THESE ITEMS MAY NOT BE RETURNED"},{"Quote":"221098","Line":"1","Comment":"OR EXCHANGED."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":10}}] 2024-11-05 07:57:32.362 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221099-11052024075732.txt === {"quote":"221099","customer":"18407","name":null,"customerName":"Remco Supply, Inc.","comp":"01","open":"0","shipto":"CROWNNC","shiptoName":"Crown Equipment Corp.","entry_date":"09-04-2024","cust_order_date":"09-04-2024","req_date":"10-25-2024","cust_po":"HATHOR6A X 2","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"SCOTT ARTHUR","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"11:38","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"","follow_phone":"","follow_email":"","pic_user":"andrewm","total_amt":"55158.0","total_gp":"22513.38","total_gpm":"40.82","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"26","win_pct":"20","clo_date":"10-25-2024","notes":[],"crmnotes":[{"comp":1,"quote":221099,"Line":0,"Comment":"09/18/2024 8:41 AM - andrewm - F/U changed from 09/10/2024 to 10/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221099,"Line":1,"Comment":"09/18/2024 8:41 AM - andrewm - CLO changed from 09/30/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":221099,"Line":2,"Comment":"09/18/2024 8:41 AM - andrewm - Req Date changed from 09/04/2024 to 10/25/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221099","line":"1","part":"PRE-HTR6A-I50","qty":"2","price":"36400.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221099","line":"2","part":"PRE-HTR6-SHELF","qty":"2","price":"400.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221099","line":"3","part":"PRE-GAUGE-C50","qty":"2","price":"760.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221099","line":"4","part":"PRE-SPDL-I40RA","qty":"2","price":"3370.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221099","line":"5","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221099","line":"6","part":"PRE-SPDL-H63RMA","qty":"2","price":"5230.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221099","line":"7","part":"PRE-GAUGE-H63","qty":"2","price":"1040.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221099","line":"8","part":"PRE-INST/TRAINING","qty":"1","price":"3500.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"221099","line":"9","part":"PRE-PRNT-QL800","qty":"2","price":"300.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221099","line":"10","part":"PRE-PRNT-ROLL-QL800","qty":"10","price":"30.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"221099","Line":"0","Comment":"ONCE INVOICED THESE ITEMS MAY NOT BE RETURNED"},{"Quote":"221099","Line":"1","Comment":"OR EXCHANGED."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":10}}] 2024-11-05 07:57:44.030 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221099-11052024075743.txt === {"quote":"221099","customer":"18407","name":null,"customerName":"Remco Supply, Inc.","comp":"01","open":"0","shipto":"CROWNNC","shiptoName":"Crown Equipment Corp.","entry_date":"09-04-2024","cust_order_date":"09-04-2024","req_date":"10-25-2024","cust_po":"HATHOR6A X 2","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"SCOTT ARTHUR","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"11:38","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"","follow_phone":"","follow_email":"","pic_user":"andrewm","total_amt":"55158.0","total_gp":"22513.38","total_gpm":"40.82","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"26","win_pct":"20","clo_date":"12-14-2024","notes":[],"crmnotes":[{"comp":1,"quote":221099,"Line":0,"Comment":"09/18/2024 8:41 AM - andrewm - F/U changed from 09/10/2024 to 10/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221099,"Line":1,"Comment":"09/18/2024 8:41 AM - andrewm - CLO changed from 09/30/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":221099,"Line":2,"Comment":"09/18/2024 8:41 AM - andrewm - Req Date changed from 09/04/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":221099,"Line":3,"Comment":"11/05/2024 7:57 AM - andrewm - F/U changed from 10/08/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221099,"Line":4,"Comment":"11/05/2024 7:57 AM - andrewm - CLO changed from 10/25/2024 to 12/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221099","line":"1","part":"PRE-HTR6A-I50","qty":"2","price":"36400.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221099","line":"2","part":"PRE-HTR6-SHELF","qty":"2","price":"400.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221099","line":"3","part":"PRE-GAUGE-C50","qty":"2","price":"760.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221099","line":"4","part":"PRE-SPDL-I40RA","qty":"2","price":"3370.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221099","line":"5","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221099","line":"6","part":"PRE-SPDL-H63RMA","qty":"2","price":"5230.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221099","line":"7","part":"PRE-GAUGE-H63","qty":"2","price":"1040.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221099","line":"8","part":"PRE-INST/TRAINING","qty":"1","price":"3500.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"221099","line":"9","part":"PRE-PRNT-QL800","qty":"2","price":"300.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221099","line":"10","part":"PRE-PRNT-ROLL-QL800","qty":"10","price":"30.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"221099","Line":"0","Comment":"ONCE INVOICED THESE ITEMS MAY NOT BE RETURNED"},{"Quote":"221099","Line":"1","Comment":"OR EXCHANGED."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":10}}] 2024-11-05 07:57:53.095 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221099-11052024075752.txt === {"quote":"221099","customer":"18407","name":null,"customerName":"Remco Supply, Inc.","comp":"01","open":"0","shipto":"CROWNNC","shiptoName":"Crown Equipment Corp.","entry_date":"09-04-2024","cust_order_date":"09-04-2024","req_date":"12-27-2024","cust_po":"HATHOR6A X 2","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"SCOTT ARTHUR","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"11:38","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"","follow_phone":"","follow_email":"","pic_user":"andrewm","total_amt":"55158.0","total_gp":"22513.38","total_gpm":"40.82","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"26","win_pct":"20","clo_date":"12-14-2024","notes":[],"crmnotes":[{"comp":1,"quote":221099,"Line":0,"Comment":"09/18/2024 8:41 AM - andrewm - F/U changed from 09/10/2024 to 10/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221099,"Line":1,"Comment":"09/18/2024 8:41 AM - andrewm - CLO changed from 09/30/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":221099,"Line":2,"Comment":"09/18/2024 8:41 AM - andrewm - Req Date changed from 09/04/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":221099,"Line":3,"Comment":"11/05/2024 7:57 AM - andrewm - F/U changed from 10/08/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221099,"Line":4,"Comment":"11/05/2024 7:57 AM - andrewm - CLO changed from 10/25/2024 to 12/14/2024 (CLO Date Updated)"},{"comp":1,"quote":221099,"Line":5,"Comment":"11/05/2024 7:57 AM - andrewm - Req Date changed from 10/25/2024 to 12/27/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221099","line":"1","part":"PRE-HTR6A-I50","qty":"2","price":"36400.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221099","line":"2","part":"PRE-HTR6-SHELF","qty":"2","price":"400.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221099","line":"3","part":"PRE-GAUGE-C50","qty":"2","price":"760.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221099","line":"4","part":"PRE-SPDL-I40RA","qty":"2","price":"3370.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221099","line":"5","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221099","line":"6","part":"PRE-SPDL-H63RMA","qty":"2","price":"5230.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221099","line":"7","part":"PRE-GAUGE-H63","qty":"2","price":"1040.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221099","line":"8","part":"PRE-INST/TRAINING","qty":"1","price":"3500.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"221099","line":"9","part":"PRE-PRNT-QL800","qty":"2","price":"300.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221099","line":"10","part":"PRE-PRNT-ROLL-QL800","qty":"10","price":"30.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"221099","Line":"0","Comment":"ONCE INVOICED THESE ITEMS MAY NOT BE RETURNED"},{"Quote":"221099","Line":"1","Comment":"OR EXCHANGED."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":10}}] 2024-11-05 08:01:09.791 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221979-11052024080109.txt === {"quote":"221979","customer":"13170","name":null,"customerName":"Morris South (NC)","comp":"01","open":"0","shipto":"DIGITAL","shiptoName":"Digital Design & Modeling","entry_date":"09-24-2024","cust_order_date":null,"req_date":"12-27-2024","cust_po":"Tooling Certificate","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Jeff Hoffman","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"09:24","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Jeff Hoffman","follow_phone":"704-928-5750","follow_email":"jhoffman@morrissouth.com","pic_user":"mattm","total_amt":"12500","total_gp":"12500","total_gpm":"100","rev_type":"STD","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"221979","line":"0","data":"09-24-2024 09:29 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221979,"Line":0,"Comment":"11/05/2024 7:53 AM - andrewm - Req Date changed from 11/05/2024 to 12/27/2024 (Req Date Updated)"},{"comp":1,"quote":221979,"Line":1,"Comment":"11/05/2024 7:53 AM - andrewm - F/U changed from 09/30/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221979,"Line":2,"Comment":"11/05/2024 7:54 AM - andrewm - CLO changed from 10/24/2024 to 12/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221979","line":"1","part":"TOOL-CERT","qty":"1","price":"25000.00","uom":"EA","discount":"50.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"221979","Line":"1","Company":"1","F_Line":"1","Comment":"M560-5AX S/N 667.254685","Loc":"Y"},{"Quote":"221979","Line":"1","Company":"1","F_Line":"2","Comment":"Milling TC","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-05 08:01:20.767 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221957-11052024080120.txt === {"quote":"221957","customer":"10015","name":null,"customerName":"Ellison(GA,NC,SC,TN)","comp":"01","open":"0","shipto":"FERROUS","shiptoName":"Ferrous Engineering & Tool","entry_date":"09-23-2024","cust_order_date":null,"req_date":"12-27-2024","cust_po":"CNC5AX-201","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Kevin Sanders","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"15:19","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Kevin Sanders","follow_phone":"9802753886","follow_email":"kevin@kevin.com","pic_user":"mattm","total_amt":"275962.75","total_gp":"160463","total_gpm":"58","rev_type":"RT","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"14","win_pct":"20","clo_date":"12-14-2024","notes":[],"crmnotes":[{"comp":1,"quote":221957,"Line":0,"Comment":"11/05/2024 7:55 AM - andrewm - F/U changed from 10/06/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221957,"Line":1,"Comment":"11/05/2024 7:55 AM - andrewm - CLO changed from 10/23/2024 to 12/14/2024 (CLO Date Updated)"},{"comp":1,"quote":221957,"Line":2,"Comment":"11/05/2024 7:55 AM - andrewm - Req Date changed from 11/04/2024 to 12/27/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221957","line":"1","part":"5AX-201YA-M","qty":"7","price":"56805.00","uom":"EA","discount":"35.00","req_date":"1 Stk","branch":"1"},{"comp":"01","order":"221957","line":"2","part":"INSTALLATION-RT","qty":"7","price":"2500.00","uom":"EA","discount":"0.00","req_date":"","branch":"2"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-05 08:01:31.821 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221095-11052024080131.txt === {"quote":"221095","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"CROWNNC","shiptoName":"Crown Equipment Corp.","entry_date":"09-04-2024","cust_order_date":null,"req_date":"12-27-2024","cust_po":"HATHOR6A X 2","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"John Howell","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"11:21","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"John Howell","follow_phone":"941-739-6566","follow_email":"john@afi-tools.com","pic_user":"mattm","total_amt":"55158.0","total_gp":"22513","total_gpm":"41","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"26","win_pct":"20","clo_date":"12-14-2024","notes":[],"crmnotes":[{"comp":1,"quote":221095,"Line":0,"Comment":"09/18/2024 8:40 AM - andrewm - F/U changed from 09/10/2024 to 10/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221095,"Line":1,"Comment":"09/18/2024 8:40 AM - andrewm - CLO changed from 09/30/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":221095,"Line":2,"Comment":"09/18/2024 8:40 AM - andrewm - Req Date changed from 09/04/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":221095,"Line":3,"Comment":"11/05/2024 7:56 AM - andrewm - F/U changed from 10/08/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221095,"Line":4,"Comment":"11/05/2024 7:56 AM - andrewm - CLO changed from 10/25/2024 to 12/14/2024 (CLO Date Updated)"},{"comp":1,"quote":221095,"Line":5,"Comment":"11/05/2024 7:56 AM - andrewm - Req Date changed from 10/25/2024 to 12/27/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221095","line":"1","part":"PRE-HTR6A-I50","qty":"2","price":"36400.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221095","line":"2","part":"PRE-HTR6-SHELF","qty":"2","price":"400.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221095","line":"3","part":"PRE-GAUGE-C50","qty":"2","price":"760.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221095","line":"4","part":"PRE-SPDL-I40RA","qty":"2","price":"3370.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221095","line":"5","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221095","line":"6","part":"PRE-SPDL-H63RMA","qty":"2","price":"5230.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221095","line":"7","part":"PRE-GAUGE-H63","qty":"2","price":"1040.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221095","line":"8","part":"PRE-INST/TRAINING","qty":"1","price":"3500.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"221095","line":"9","part":"PRE-PRNT-QL800","qty":"2","price":"300.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221095","line":"10","part":"PRE-PRNT-ROLL-QL800","qty":"10","price":"30.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"221095","Line":"0","Comment":"ONCE INVOICED THESE ITEMS MAY NOT BE RETURNED"},{"Quote":"221095","Line":"1","Comment":"OR EXCHANGED."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":10}}] 2024-11-05 08:01:41.001 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221098-11052024080140.txt === {"quote":"221098","customer":"18407","name":null,"customerName":"Remco Supply, Inc.","comp":"01","open":"0","shipto":"CROWNNC","shiptoName":"Crown Equipment Corp.","entry_date":"09-04-2024","cust_order_date":null,"req_date":"12-27-2024","cust_po":"HATHOR6A X 1","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Scott Arthur","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"11:33","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"","follow_phone":"","follow_email":"","pic_user":"mattm","total_amt":"33495","total_gp":"17067","total_gpm":"51","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"14","win_pct":"20","clo_date":"12-14-2024","notes":[],"crmnotes":[{"comp":1,"quote":221098,"Line":0,"Comment":"09/18/2024 8:40 AM - andrewm - F/U changed from 09/10/2024 to 10/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221098,"Line":1,"Comment":"09/18/2024 8:40 AM - andrewm - CLO changed from 09/30/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":221098,"Line":2,"Comment":"09/18/2024 8:41 AM - andrewm - Req Date changed from 09/04/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":221098,"Line":3,"Comment":"11/05/2024 7:56 AM - andrewm - F/U changed from 10/08/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221098,"Line":4,"Comment":"11/05/2024 7:57 AM - andrewm - CLO changed from 10/25/2024 to 12/14/2024 (CLO Date Updated)"},{"comp":1,"quote":221098,"Line":5,"Comment":"11/05/2024 7:57 AM - andrewm - Req Date changed from 10/25/2024 to 12/27/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221098","line":"1","part":"PRE-HTR6A-I50","qty":"1","price":"36400.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221098","line":"2","part":"PRE-HTR6-SHELF","qty":"1","price":"400.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221098","line":"3","part":"PRE-GAUGE-C50","qty":"1","price":"760.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221098","line":"4","part":"PRE-SPDL-I40RA","qty":"1","price":"3370.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221098","line":"5","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221098","line":"6","part":"PRE-SPDL-H63RMA","qty":"1","price":"5230.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221098","line":"7","part":"PRE-GAUGE-H63","qty":"1","price":"1040.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221098","line":"8","part":"PRE-INST/TRAINING","qty":"1","price":"3500.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"221098","line":"9","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221098","line":"10","part":"PRE-PRNT-ROLL-QL800","qty":"5","price":"30.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"221098","Line":"0","Comment":"ONCE INVOICED THESE ITEMS MAY NOT BE RETURNED"},{"Quote":"221098","Line":"1","Comment":"OR EXCHANGED."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":10}}] 2024-11-05 08:01:50.918 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221099-11052024080150.txt === {"quote":"221099","customer":"18407","name":null,"customerName":"Remco Supply, Inc.","comp":"01","open":"0","shipto":"CROWNNC","shiptoName":"Crown Equipment Corp.","entry_date":"09-04-2024","cust_order_date":null,"req_date":"12-27-2024","cust_po":"HATHOR6A X 2","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"SCOTT ARTHUR","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"11:38","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"","follow_phone":"","follow_email":"","pic_user":"mattm","total_amt":"55158.0","total_gp":"22513","total_gpm":"41","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"26","win_pct":"20","clo_date":"12-14-2024","notes":[],"crmnotes":[{"comp":1,"quote":221099,"Line":0,"Comment":"09/18/2024 8:41 AM - andrewm - F/U changed from 09/10/2024 to 10/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221099,"Line":1,"Comment":"09/18/2024 8:41 AM - andrewm - CLO changed from 09/30/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":221099,"Line":2,"Comment":"09/18/2024 8:41 AM - andrewm - Req Date changed from 09/04/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":221099,"Line":3,"Comment":"11/05/2024 7:57 AM - andrewm - F/U changed from 10/08/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221099,"Line":4,"Comment":"11/05/2024 7:57 AM - andrewm - CLO changed from 10/25/2024 to 12/14/2024 (CLO Date Updated)"},{"comp":1,"quote":221099,"Line":5,"Comment":"11/05/2024 7:57 AM - andrewm - Req Date changed from 10/25/2024 to 12/27/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221099","line":"1","part":"PRE-HTR6A-I50","qty":"2","price":"36400.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221099","line":"2","part":"PRE-HTR6-SHELF","qty":"2","price":"400.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221099","line":"3","part":"PRE-GAUGE-C50","qty":"2","price":"760.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221099","line":"4","part":"PRE-SPDL-I40RA","qty":"2","price":"3370.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221099","line":"5","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221099","line":"6","part":"PRE-SPDL-H63RMA","qty":"2","price":"5230.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221099","line":"7","part":"PRE-GAUGE-H63","qty":"2","price":"1040.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221099","line":"8","part":"PRE-INST/TRAINING","qty":"1","price":"3500.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"221099","line":"9","part":"PRE-PRNT-QL800","qty":"2","price":"300.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221099","line":"10","part":"PRE-PRNT-ROLL-QL800","qty":"10","price":"30.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"221099","Line":"0","Comment":"ONCE INVOICED THESE ITEMS MAY NOT BE RETURNED"},{"Quote":"221099","Line":"1","Comment":"OR EXCHANGED."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":10}}] 2024-11-05 08:02:40.441 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219566-11052024080240.txt === {"quote":"219566","customer":"10015","name":null,"customerName":"Ellison(GA,NC,SC,TN)","comp":"01","open":"0","shipto":"ELLISONC","shiptoName":"Ellison Technologies, Inc.","entry_date":"08-01-2024","cust_order_date":"08-01-2024","req_date":"10-26-2024","cust_po":"NCT200-PBA135","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Kevin Sanders","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"10:13","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Kevin Sanders","follow_phone":"304-529-6227","follow_email":"ksanders@ellisontechnologies.com","pic_user":"andrewm","total_amt":"25742.80","total_gp":"19861.94","total_gpm":"77.16","rev_type":"RT","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"3","win_pct":"20","clo_date":"10-16-2024","notes":[{"comp":"1","quote":"219566","line":"0","data":"08-01-2024 10:14 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":219566,"Line":0,"Comment":"08/26/2024 8:09 AM - andrewm - F/U changed from 08/14/2024 to 8/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219566,"Line":1,"Comment":"09/18/2024 8:18 AM - andrewm - F/U changed from 08/27/2024 to 9/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219566,"Line":2,"Comment":"09/18/2024 8:18 AM - andrewm - CLO changed from 09/01/2024 to 10/14/2024 (CLO Date Updated)"},{"comp":1,"quote":219566,"Line":3,"Comment":"09/18/2024 8:18 AM - andrewm - Req Date changed from 09/12/2024 to 10/26/2024 (Req Date Updated)"},{"comp":1,"quote":219566,"Line":4,"Comment":"09/18/2024 8:20 AM - andrewm - Encounter has been added"},{"comp":1,"quote":219566,"Line":5,"Comment":"10/11/2024 7:12 AM - andrewm - CLO changed from 10/14/2024 to 10/16/2024 (CLO Date Updated)"},{"comp":1,"quote":219566,"Line":6,"Comment":"10/11/2024 7:12 AM - andrewm - F/U changed from 09/26/2024 to 10/14/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"219566","line":"1","part":"NCT200FA-M4","qty":"1","price":"19215.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219566","line":"2","part":"PBA-135","qty":"1","price":"3989.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219566","line":"3","part":"INSTALLATION-RT-CNC-SE","qty":"1","price":"9500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-05 08:02:48.882 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219566-11052024080248.txt === {"quote":"219566","customer":"10015","name":null,"customerName":"Ellison(GA,NC,SC,TN)","comp":"01","open":"0","shipto":"ELLISONC","shiptoName":"Ellison Technologies, Inc.","entry_date":"08-01-2024","cust_order_date":"08-01-2024","req_date":"10-26-2024","cust_po":"NCT200-PBA135","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Kevin Sanders","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"10:13","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Kevin Sanders","follow_phone":"304-529-6227","follow_email":"ksanders@ellisontechnologies.com","pic_user":"andrewm","total_amt":"25742.80","total_gp":"19861.94","total_gpm":"77.16","rev_type":"RT","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"219566","line":"0","data":"08-01-2024 10:14 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":219566,"Line":0,"Comment":"08/26/2024 8:09 AM - andrewm - F/U changed from 08/14/2024 to 8/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219566,"Line":1,"Comment":"09/18/2024 8:18 AM - andrewm - F/U changed from 08/27/2024 to 9/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219566,"Line":2,"Comment":"09/18/2024 8:18 AM - andrewm - CLO changed from 09/01/2024 to 10/14/2024 (CLO Date Updated)"},{"comp":1,"quote":219566,"Line":3,"Comment":"09/18/2024 8:18 AM - andrewm - Req Date changed from 09/12/2024 to 10/26/2024 (Req Date Updated)"},{"comp":1,"quote":219566,"Line":4,"Comment":"09/18/2024 8:20 AM - andrewm - Encounter has been added"},{"comp":1,"quote":219566,"Line":5,"Comment":"10/11/2024 7:12 AM - andrewm - CLO changed from 10/14/2024 to 10/16/2024 (CLO Date Updated)"},{"comp":1,"quote":219566,"Line":6,"Comment":"10/11/2024 7:12 AM - andrewm - F/U changed from 09/26/2024 to 10/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219566,"Line":7,"Comment":"11/05/2024 8:02 AM - andrewm - F/U changed from 10/14/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219566,"Line":8,"Comment":"11/05/2024 8:02 AM - andrewm - CLO changed from 10/16/2024 to 12/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"219566","line":"1","part":"NCT200FA-M4","qty":"1","price":"19215.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219566","line":"2","part":"PBA-135","qty":"1","price":"3989.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219566","line":"3","part":"INSTALLATION-RT-CNC-SE","qty":"1","price":"9500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-05 08:02:55.805 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219566-11052024080255.txt === {"quote":"219566","customer":"10015","name":null,"customerName":"Ellison(GA,NC,SC,TN)","comp":"01","open":"0","shipto":"ELLISONC","shiptoName":"Ellison Technologies, Inc.","entry_date":"08-01-2024","cust_order_date":"08-01-2024","req_date":"12-27-2024","cust_po":"NCT200-PBA135","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Kevin Sanders","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"10:13","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Kevin Sanders","follow_phone":"304-529-6227","follow_email":"ksanders@ellisontechnologies.com","pic_user":"andrewm","total_amt":"25742.80","total_gp":"19861.94","total_gpm":"77.16","rev_type":"RT","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"219566","line":"0","data":"08-01-2024 10:14 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":219566,"Line":0,"Comment":"08/26/2024 8:09 AM - andrewm - F/U changed from 08/14/2024 to 8/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219566,"Line":1,"Comment":"09/18/2024 8:18 AM - andrewm - F/U changed from 08/27/2024 to 9/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219566,"Line":2,"Comment":"09/18/2024 8:18 AM - andrewm - CLO changed from 09/01/2024 to 10/14/2024 (CLO Date Updated)"},{"comp":1,"quote":219566,"Line":3,"Comment":"09/18/2024 8:18 AM - andrewm - Req Date changed from 09/12/2024 to 10/26/2024 (Req Date Updated)"},{"comp":1,"quote":219566,"Line":4,"Comment":"09/18/2024 8:20 AM - andrewm - Encounter has been added"},{"comp":1,"quote":219566,"Line":5,"Comment":"10/11/2024 7:12 AM - andrewm - CLO changed from 10/14/2024 to 10/16/2024 (CLO Date Updated)"},{"comp":1,"quote":219566,"Line":6,"Comment":"10/11/2024 7:12 AM - andrewm - F/U changed from 09/26/2024 to 10/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219566,"Line":7,"Comment":"11/05/2024 8:02 AM - andrewm - F/U changed from 10/14/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219566,"Line":8,"Comment":"11/05/2024 8:02 AM - andrewm - CLO changed from 10/16/2024 to 12/14/2024 (CLO Date Updated)"},{"comp":1,"quote":219566,"Line":9,"Comment":"11/05/2024 8:02 AM - andrewm - Req Date changed from 10/26/2024 to 12/27/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"219566","line":"1","part":"NCT200FA-M4","qty":"1","price":"19215.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219566","line":"2","part":"PBA-135","qty":"1","price":"3989.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219566","line":"3","part":"INSTALLATION-RT-CNC-SE","qty":"1","price":"9500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-05 08:02:56.577 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219566-11052024080256.txt === {"quote":"219566","customer":"10015","name":null,"customerName":"Ellison(GA,NC,SC,TN)","comp":"01","open":"0","shipto":"ELLISONC","shiptoName":"Ellison Technologies, Inc.","entry_date":"08-01-2024","cust_order_date":null,"req_date":"12-27-2024","cust_po":"NCT200-PBA135","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Kevin Sanders","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"10:13","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Kevin Sanders","follow_phone":"304-529-6227","follow_email":"ksanders@ellisontechnologies.com","pic_user":"mattm","total_amt":"25742.80","total_gp":"19862","total_gpm":"77","rev_type":"RT","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"219566","line":"0","data":"08-01-2024 10:14 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":219566,"Line":0,"Comment":"08/26/2024 8:09 AM - andrewm - F/U changed from 08/14/2024 to 8/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219566,"Line":1,"Comment":"09/18/2024 8:18 AM - andrewm - F/U changed from 08/27/2024 to 9/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219566,"Line":2,"Comment":"09/18/2024 8:18 AM - andrewm - CLO changed from 09/01/2024 to 10/14/2024 (CLO Date Updated)"},{"comp":1,"quote":219566,"Line":3,"Comment":"09/18/2024 8:18 AM - andrewm - Req Date changed from 09/12/2024 to 10/26/2024 (Req Date Updated)"},{"comp":1,"quote":219566,"Line":4,"Comment":"09/18/2024 8:20 AM - andrewm - Encounter has been added"},{"comp":1,"quote":219566,"Line":5,"Comment":"10/11/2024 7:12 AM - andrewm - CLO changed from 10/14/2024 to 10/16/2024 (CLO Date Updated)"},{"comp":1,"quote":219566,"Line":6,"Comment":"10/11/2024 7:12 AM - andrewm - F/U changed from 09/26/2024 to 10/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219566,"Line":7,"Comment":"11/05/2024 8:02 AM - andrewm - F/U changed from 10/14/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219566,"Line":8,"Comment":"11/05/2024 8:02 AM - andrewm - CLO changed from 10/16/2024 to 12/14/2024 (CLO Date Updated)"},{"comp":1,"quote":219566,"Line":9,"Comment":"11/05/2024 8:02 AM - andrewm - Req Date changed from 10/26/2024 to 12/27/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"219566","line":"1","part":"NCT200FA-M4","qty":"1","price":"19215.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219566","line":"2","part":"PBA-135","qty":"1","price":"3989.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219566","line":"3","part":"INSTALLATION-RT-CNC-SE","qty":"1","price":"9500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-05 08:04:30.541 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-202518-11052024080430.txt === {"quote":"202518","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"FIVESGID","shiptoName":"Fives Giddings & Lewis","entry_date":"04-05-2024","cust_order_date":"10-15-2024","req_date":"02-01-2025","cust_po":"5AX TABLES 550/800/1200","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Daniel Flynn","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"07:46","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Daniel Flynn","follow_phone":"","follow_email":"dan.flynn@fivesgroup.com","pic_user":"andrewm","total_amt":"783313.6","total_gp":"739773.25","total_gpm":"94.44","rev_type":"RT","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"5","win_pct":"20","clo_date":"10-31-2024","notes":[{"comp":"1","quote":"202518","line":"0","data":"08-15-2023 07:47 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":202518,"Line":0,"Comment":"08/28/2023 10:08 AM - fletcherp - F/U changed from 08/28/2023 to 9/15/2023 (Follow Up Manually Changed)"},{"comp":1,"quote":202518,"Line":1,"Comment":"08/28/2023 10:08 AM - fletcherp - Req Date changed from 09/26/2023 to 11/30/2023 (Req Date Updated)"},{"comp":1,"quote":202518,"Line":2,"Comment":"09/10/2023 11:18 PM - fletcherp - F/U changed from 09/15/2023 to 9/23/2023 (Follow Up Manually Changed)"},{"comp":1,"quote":202518,"Line":3,"Comment":"09/10/2023 11:18 PM - fletcherp - CLO changed from 09/15/2023 to 09/30/2023 (CLO Date Updated)"},{"comp":1,"quote":202518,"Line":4,"Comment":"09/25/2023 11:29 AM - fletcherp - F/U changed from 09/23/2023 to 11/4/2023 (Follow Up Manually Changed)"},{"comp":1,"quote":202518,"Line":5,"Comment":"09/25/2023 11:29 AM - fletcherp - CLO changed from 09/30/2023 to 11/15/2023 (CLO Date Updated)"},{"comp":1,"quote":202518,"Line":6,"Comment":"09/25/2023 11:29 AM - fletcherp - Req Date changed from 11/30/2023 to 02/10/2024 (Req Date Updated)"},{"comp":1,"quote":202518,"Line":7,"Comment":"11/10/2023 11:42 PM - fletcherp - F/U changed from 11/04/2023 to 12/2/2023 (Follow Up Manually Changed)"},{"comp":1,"quote":202518,"Line":8,"Comment":"11/10/2023 11:42 PM - fletcherp - CLO changed from 11/15/2023 to 12/02/2023 (CLO Date Updated)"},{"comp":1,"quote":202518,"Line":9,"Comment":"02/16/2024 8:58 PM - fletcherp - F/U changed from 02/10/2024 to 4/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":202518,"Line":10,"Comment":"02/16/2024 8:58 PM - fletcherp - CLO changed from 03/09/2024 to 05/04/2024 (CLO Date Updated)"},{"comp":1,"quote":202518,"Line":11,"Comment":"04/09/2024 11:04 AM - stevel - TODO: Fletcher to follow up with EU in two weeks"},{"comp":1,"quote":202518,"Line":12,"Comment":"05/31/2024 10:06 PM - fletcherp - F/U changed from 06/01/2024 to 7/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":202518,"Line":13,"Comment":"05/31/2024 10:06 PM - fletcherp - CLO changed from 07/01/2024 to 07/20/2024 (CLO Date Updated)"},{"comp":1,"quote":202518,"Line":14,"Comment":"05/31/2024 10:06 PM - fletcherp - Req Date changed from 07/01/2025 to 11/02/2024 (Req Date Updated)"},{"comp":1,"quote":202518,"Line":15,"Comment":"08/08/2024 7:57 AM - andrewm - F/U changed from 08/01/2024 to 8/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":202518,"Line":16,"Comment":"08/08/2024 7:57 AM - andrewm - CLO changed from 09/01/2024 to 10/31/2024 (CLO Date Updated)"},{"comp":1,"quote":202518,"Line":17,"Comment":"08/26/2024 8:05 AM - andrewm - F/U changed from 08/21/2024 to 9/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":202518,"Line":18,"Comment":"08/26/2024 8:05 AM - andrewm - Req Date changed from 02/01/2025 to 02/01/2025 (Req Date Updated)"},{"comp":1,"quote":202518,"Line":19,"Comment":"09/18/2024 8:49 AM - andrewm - F/U changed from 09/16/2024 to 9/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":202518,"Line":20,"Comment":"10/03/2024 8:20 AM - andrewm - F/U changed from 09/24/2024 to 10/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":202518,"Line":21,"Comment":"10/11/2024 7:12 AM - andrewm - CLO changed from 10/31/2024 to 10/31/2024 (CLO Date Updated)"},{"comp":1,"quote":202518,"Line":22,"Comment":"10/11/2024 7:12 AM - andrewm - F/U changed from 10/09/2024 to 10/14/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"202518","line":"1","part":"5AX-550FA-M","qty":"1","price":"159000.00","uom":"EA","discount":"20.00","req_date":"6-8 MONTHS ARO","branch":"1"},{"comp":"01","order":"202518","line":"2","part":"5AX-800FA-M","qty":"1","price":"216000.00","uom":"EA","discount":"20.00","req_date":"12 MONTHS ARO","branch":"1"},{"comp":"01","order":"202518","line":"3","part":"5AX-1200FA-M","qty":"1","price":"489000.00","uom":"EA","discount":"20.00","req_date":"12 MONTHS ARO","branch":"1"},{"comp":"01","order":"202518","line":"4","part":"CNC803FA-M","qty":"1","price":"107500.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"202518","line":"5","part":"HYD-UNIT-NACHI-AC110V","qty":"1","price":"7642.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-05 08:04:41.262 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-202518-11052024080441.txt === {"quote":"202518","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"FIVESGID","shiptoName":"Fives Giddings & Lewis","entry_date":"04-05-2024","cust_order_date":"10-15-2024","req_date":"02-01-2025","cust_po":"5AX TABLES 550/800/1200","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Daniel Flynn","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"07:46","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Daniel Flynn","follow_phone":"","follow_email":"dan.flynn@fivesgroup.com","pic_user":"andrewm","total_amt":"783313.6","total_gp":"739773.25","total_gpm":"94.44","rev_type":"RT","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"5","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"202518","line":"0","data":"08-15-2023 07:47 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":202518,"Line":0,"Comment":"08/28/2023 10:08 AM - fletcherp - F/U changed from 08/28/2023 to 9/15/2023 (Follow Up Manually Changed)"},{"comp":1,"quote":202518,"Line":1,"Comment":"08/28/2023 10:08 AM - fletcherp - Req Date changed from 09/26/2023 to 11/30/2023 (Req Date Updated)"},{"comp":1,"quote":202518,"Line":2,"Comment":"09/10/2023 11:18 PM - fletcherp - F/U changed from 09/15/2023 to 9/23/2023 (Follow Up Manually Changed)"},{"comp":1,"quote":202518,"Line":3,"Comment":"09/10/2023 11:18 PM - fletcherp - CLO changed from 09/15/2023 to 09/30/2023 (CLO Date Updated)"},{"comp":1,"quote":202518,"Line":4,"Comment":"09/25/2023 11:29 AM - fletcherp - F/U changed from 09/23/2023 to 11/4/2023 (Follow Up Manually Changed)"},{"comp":1,"quote":202518,"Line":5,"Comment":"09/25/2023 11:29 AM - fletcherp - CLO changed from 09/30/2023 to 11/15/2023 (CLO Date Updated)"},{"comp":1,"quote":202518,"Line":6,"Comment":"09/25/2023 11:29 AM - fletcherp - Req Date changed from 11/30/2023 to 02/10/2024 (Req Date Updated)"},{"comp":1,"quote":202518,"Line":7,"Comment":"11/10/2023 11:42 PM - fletcherp - F/U changed from 11/04/2023 to 12/2/2023 (Follow Up Manually Changed)"},{"comp":1,"quote":202518,"Line":8,"Comment":"11/10/2023 11:42 PM - fletcherp - CLO changed from 11/15/2023 to 12/02/2023 (CLO Date Updated)"},{"comp":1,"quote":202518,"Line":9,"Comment":"02/16/2024 8:58 PM - fletcherp - F/U changed from 02/10/2024 to 4/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":202518,"Line":10,"Comment":"02/16/2024 8:58 PM - fletcherp - CLO changed from 03/09/2024 to 05/04/2024 (CLO Date Updated)"},{"comp":1,"quote":202518,"Line":11,"Comment":"04/09/2024 11:04 AM - stevel - TODO: Fletcher to follow up with EU in two weeks"},{"comp":1,"quote":202518,"Line":12,"Comment":"05/31/2024 10:06 PM - fletcherp - F/U changed from 06/01/2024 to 7/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":202518,"Line":13,"Comment":"05/31/2024 10:06 PM - fletcherp - CLO changed from 07/01/2024 to 07/20/2024 (CLO Date Updated)"},{"comp":1,"quote":202518,"Line":14,"Comment":"05/31/2024 10:06 PM - fletcherp - Req Date changed from 07/01/2025 to 11/02/2024 (Req Date Updated)"},{"comp":1,"quote":202518,"Line":15,"Comment":"08/08/2024 7:57 AM - andrewm - F/U changed from 08/01/2024 to 8/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":202518,"Line":16,"Comment":"08/08/2024 7:57 AM - andrewm - CLO changed from 09/01/2024 to 10/31/2024 (CLO Date Updated)"},{"comp":1,"quote":202518,"Line":17,"Comment":"08/26/2024 8:05 AM - andrewm - F/U changed from 08/21/2024 to 9/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":202518,"Line":18,"Comment":"08/26/2024 8:05 AM - andrewm - Req Date changed from 02/01/2025 to 02/01/2025 (Req Date Updated)"},{"comp":1,"quote":202518,"Line":19,"Comment":"09/18/2024 8:49 AM - andrewm - F/U changed from 09/16/2024 to 9/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":202518,"Line":20,"Comment":"10/03/2024 8:20 AM - andrewm - F/U changed from 09/24/2024 to 10/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":202518,"Line":21,"Comment":"10/11/2024 7:12 AM - andrewm - CLO changed from 10/31/2024 to 10/31/2024 (CLO Date Updated)"},{"comp":1,"quote":202518,"Line":22,"Comment":"10/11/2024 7:12 AM - andrewm - F/U changed from 10/09/2024 to 10/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":202518,"Line":23,"Comment":"11/05/2024 8:04 AM - andrewm - F/U changed from 10/14/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":202518,"Line":24,"Comment":"11/05/2024 8:04 AM - andrewm - CLO changed from 10/31/2024 to 12/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"202518","line":"1","part":"5AX-550FA-M","qty":"1","price":"159000.00","uom":"EA","discount":"20.00","req_date":"6-8 MONTHS ARO","branch":"1"},{"comp":"01","order":"202518","line":"2","part":"5AX-800FA-M","qty":"1","price":"216000.00","uom":"EA","discount":"20.00","req_date":"12 MONTHS ARO","branch":"1"},{"comp":"01","order":"202518","line":"3","part":"5AX-1200FA-M","qty":"1","price":"489000.00","uom":"EA","discount":"20.00","req_date":"12 MONTHS ARO","branch":"1"},{"comp":"01","order":"202518","line":"4","part":"CNC803FA-M","qty":"1","price":"107500.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"202518","line":"5","part":"HYD-UNIT-NACHI-AC110V","qty":"1","price":"7642.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-05 08:04:51.846 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-202518-11052024080451.txt === {"quote":"202518","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"FIVESGID","shiptoName":"Fives Giddings & Lewis","entry_date":"04-05-2024","cust_order_date":null,"req_date":"02-01-2025","cust_po":"5AX TABLES 550/800/1200","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Daniel Flynn","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"07:46","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Daniel Flynn","follow_phone":"","follow_email":"dan.flynn@fivesgroup.com","pic_user":"mattm","total_amt":"783313.6","total_gp":"739773","total_gpm":"94","rev_type":"RT","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"5","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"202518","line":"0","data":"08-15-2023 07:47 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":202518,"Line":0,"Comment":"08/28/2023 10:08 AM - fletcherp - F/U changed from 08/28/2023 to 9/15/2023 (Follow Up Manually Changed)"},{"comp":1,"quote":202518,"Line":1,"Comment":"08/28/2023 10:08 AM - fletcherp - Req Date changed from 09/26/2023 to 11/30/2023 (Req Date Updated)"},{"comp":1,"quote":202518,"Line":2,"Comment":"09/10/2023 11:18 PM - fletcherp - F/U changed from 09/15/2023 to 9/23/2023 (Follow Up Manually Changed)"},{"comp":1,"quote":202518,"Line":3,"Comment":"09/10/2023 11:18 PM - fletcherp - CLO changed from 09/15/2023 to 09/30/2023 (CLO Date Updated)"},{"comp":1,"quote":202518,"Line":4,"Comment":"09/25/2023 11:29 AM - fletcherp - F/U changed from 09/23/2023 to 11/4/2023 (Follow Up Manually Changed)"},{"comp":1,"quote":202518,"Line":5,"Comment":"09/25/2023 11:29 AM - fletcherp - CLO changed from 09/30/2023 to 11/15/2023 (CLO Date Updated)"},{"comp":1,"quote":202518,"Line":6,"Comment":"09/25/2023 11:29 AM - fletcherp - Req Date changed from 11/30/2023 to 02/10/2024 (Req Date Updated)"},{"comp":1,"quote":202518,"Line":7,"Comment":"11/10/2023 11:42 PM - fletcherp - F/U changed from 11/04/2023 to 12/2/2023 (Follow Up Manually Changed)"},{"comp":1,"quote":202518,"Line":8,"Comment":"11/10/2023 11:42 PM - fletcherp - CLO changed from 11/15/2023 to 12/02/2023 (CLO Date Updated)"},{"comp":1,"quote":202518,"Line":9,"Comment":"02/16/2024 8:58 PM - fletcherp - F/U changed from 02/10/2024 to 4/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":202518,"Line":10,"Comment":"02/16/2024 8:58 PM - fletcherp - CLO changed from 03/09/2024 to 05/04/2024 (CLO Date Updated)"},{"comp":1,"quote":202518,"Line":11,"Comment":"04/09/2024 11:04 AM - stevel - TODO: Fletcher to follow up with EU in two weeks"},{"comp":1,"quote":202518,"Line":12,"Comment":"05/31/2024 10:06 PM - fletcherp - F/U changed from 06/01/2024 to 7/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":202518,"Line":13,"Comment":"05/31/2024 10:06 PM - fletcherp - CLO changed from 07/01/2024 to 07/20/2024 (CLO Date Updated)"},{"comp":1,"quote":202518,"Line":14,"Comment":"05/31/2024 10:06 PM - fletcherp - Req Date changed from 07/01/2025 to 11/02/2024 (Req Date Updated)"},{"comp":1,"quote":202518,"Line":15,"Comment":"08/08/2024 7:57 AM - andrewm - F/U changed from 08/01/2024 to 8/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":202518,"Line":16,"Comment":"08/08/2024 7:57 AM - andrewm - CLO changed from 09/01/2024 to 10/31/2024 (CLO Date Updated)"},{"comp":1,"quote":202518,"Line":17,"Comment":"08/26/2024 8:05 AM - andrewm - F/U changed from 08/21/2024 to 9/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":202518,"Line":18,"Comment":"08/26/2024 8:05 AM - andrewm - Req Date changed from 02/01/2025 to 02/01/2025 (Req Date Updated)"},{"comp":1,"quote":202518,"Line":19,"Comment":"09/18/2024 8:49 AM - andrewm - F/U changed from 09/16/2024 to 9/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":202518,"Line":20,"Comment":"10/03/2024 8:20 AM - andrewm - F/U changed from 09/24/2024 to 10/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":202518,"Line":21,"Comment":"10/11/2024 7:12 AM - andrewm - CLO changed from 10/31/2024 to 10/31/2024 (CLO Date Updated)"},{"comp":1,"quote":202518,"Line":22,"Comment":"10/11/2024 7:12 AM - andrewm - F/U changed from 10/09/2024 to 10/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":202518,"Line":23,"Comment":"11/05/2024 8:04 AM - andrewm - F/U changed from 10/14/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":202518,"Line":24,"Comment":"11/05/2024 8:04 AM - andrewm - CLO changed from 10/31/2024 to 12/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"202518","line":"1","part":"5AX-550FA-M","qty":"1","price":"159000.00","uom":"EA","discount":"20.00","req_date":"6-8 MONTHS ARO","branch":"1"},{"comp":"01","order":"202518","line":"2","part":"5AX-800FA-M","qty":"1","price":"216000.00","uom":"EA","discount":"20.00","req_date":"12 MONTHS ARO","branch":"1"},{"comp":"01","order":"202518","line":"3","part":"5AX-1200FA-M","qty":"1","price":"489000.00","uom":"EA","discount":"20.00","req_date":"12 MONTHS ARO","branch":"1"},{"comp":"01","order":"202518","line":"4","part":"CNC803FA-M","qty":"1","price":"107500.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"202518","line":"5","part":"HYD-UNIT-NACHI-AC110V","qty":"1","price":"7642.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-05 08:06:32.889 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221093-11052024080632.txt === {"quote":"221093","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"CROWNNC","shiptoName":"Crown Equipment Corp.","entry_date":"09-04-2024","cust_order_date":"09-04-2024","req_date":"10-31-2024","cust_po":"HATHOR6A X 1","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"John Howell","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"11:14","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"John Howell","follow_phone":"941-739-6566","follow_email":"john@afi-tools.com","pic_user":"andrewm","total_amt":"33495","total_gp":"17066.90","total_gpm":"50.95","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"14","win_pct":"20","clo_date":"10-25-2024","notes":[],"crmnotes":[{"comp":1,"quote":221093,"Line":0,"Comment":"10/11/2024 7:09 AM - andrewm - F/U changed from 09/17/2024 to 10/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221093,"Line":1,"Comment":"10/11/2024 7:09 AM - andrewm - CLO changed from 10/04/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":221093,"Line":2,"Comment":"10/11/2024 7:09 AM - andrewm - Req Date changed from 10/16/2024 to 10/31/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221093","line":"1","part":"PRE-HTR6A-I50","qty":"1","price":"36400.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221093","line":"2","part":"PRE-HTR6-SHELF","qty":"1","price":"400.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221093","line":"3","part":"PRE-GAUGE-C50","qty":"1","price":"760.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221093","line":"4","part":"PRE-SPDL-I40RA","qty":"1","price":"3370.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221093","line":"5","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221093","line":"6","part":"PRE-SPDL-H63RMA","qty":"1","price":"5230.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221093","line":"7","part":"PRE-GAUGE-H63","qty":"1","price":"1040.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221093","line":"8","part":"PRE-INST/TRAINING","qty":"1","price":"3500.00","uom":"EA","discount":"100.00","req_date":"TBD","branch":"1"},{"comp":"01","order":"221093","line":"9","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221093","line":"10","part":"PRE-PRNT-ROLL-QL800","qty":"5","price":"30.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"221093","Line":"0","Comment":"ONCE INVOICED THESE ITEMS MAY NOT BE RETURNED"},{"Quote":"221093","Line":"1","Comment":"OR EXCHANGED."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":10}}] 2024-11-05 08:06:42.828 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221093-11052024080642.txt === {"quote":"221093","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"CROWNNC","shiptoName":"Crown Equipment Corp.","entry_date":"09-04-2024","cust_order_date":"09-04-2024","req_date":"10-31-2024","cust_po":"HATHOR6A X 1","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"John Howell","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"11:14","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"John Howell","follow_phone":"941-739-6566","follow_email":"john@afi-tools.com","pic_user":"andrewm","total_amt":"33495","total_gp":"17066.90","total_gpm":"50.95","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"14","win_pct":"20","clo_date":"12-14-2024","notes":[],"crmnotes":[{"comp":1,"quote":221093,"Line":0,"Comment":"10/11/2024 7:09 AM - andrewm - F/U changed from 09/17/2024 to 10/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221093,"Line":1,"Comment":"10/11/2024 7:09 AM - andrewm - CLO changed from 10/04/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":221093,"Line":2,"Comment":"10/11/2024 7:09 AM - andrewm - Req Date changed from 10/16/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":221093,"Line":3,"Comment":"11/05/2024 8:06 AM - andrewm - F/U changed from 10/14/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221093,"Line":4,"Comment":"11/05/2024 8:06 AM - andrewm - CLO changed from 10/25/2024 to 12/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221093","line":"1","part":"PRE-HTR6A-I50","qty":"1","price":"36400.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221093","line":"2","part":"PRE-HTR6-SHELF","qty":"1","price":"400.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221093","line":"3","part":"PRE-GAUGE-C50","qty":"1","price":"760.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221093","line":"4","part":"PRE-SPDL-I40RA","qty":"1","price":"3370.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221093","line":"5","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221093","line":"6","part":"PRE-SPDL-H63RMA","qty":"1","price":"5230.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221093","line":"7","part":"PRE-GAUGE-H63","qty":"1","price":"1040.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221093","line":"8","part":"PRE-INST/TRAINING","qty":"1","price":"3500.00","uom":"EA","discount":"100.00","req_date":"TBD","branch":"1"},{"comp":"01","order":"221093","line":"9","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221093","line":"10","part":"PRE-PRNT-ROLL-QL800","qty":"5","price":"30.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"221093","Line":"0","Comment":"ONCE INVOICED THESE ITEMS MAY NOT BE RETURNED"},{"Quote":"221093","Line":"1","Comment":"OR EXCHANGED."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":10}}] 2024-11-05 08:06:49.196 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221093-11052024080648.txt === {"quote":"221093","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"CROWNNC","shiptoName":"Crown Equipment Corp.","entry_date":"09-04-2024","cust_order_date":"09-04-2024","req_date":"12-27-2024","cust_po":"HATHOR6A X 1","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"John Howell","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"11:14","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"John Howell","follow_phone":"941-739-6566","follow_email":"john@afi-tools.com","pic_user":"andrewm","total_amt":"33495","total_gp":"17066.90","total_gpm":"50.95","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"14","win_pct":"20","clo_date":"12-14-2024","notes":[],"crmnotes":[{"comp":1,"quote":221093,"Line":0,"Comment":"10/11/2024 7:09 AM - andrewm - F/U changed from 09/17/2024 to 10/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221093,"Line":1,"Comment":"10/11/2024 7:09 AM - andrewm - CLO changed from 10/04/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":221093,"Line":2,"Comment":"10/11/2024 7:09 AM - andrewm - Req Date changed from 10/16/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":221093,"Line":3,"Comment":"11/05/2024 8:06 AM - andrewm - F/U changed from 10/14/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221093,"Line":4,"Comment":"11/05/2024 8:06 AM - andrewm - CLO changed from 10/25/2024 to 12/14/2024 (CLO Date Updated)"},{"comp":1,"quote":221093,"Line":5,"Comment":"11/05/2024 8:06 AM - andrewm - Req Date changed from 10/31/2024 to 12/27/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221093","line":"1","part":"PRE-HTR6A-I50","qty":"1","price":"36400.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221093","line":"2","part":"PRE-HTR6-SHELF","qty":"1","price":"400.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221093","line":"3","part":"PRE-GAUGE-C50","qty":"1","price":"760.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221093","line":"4","part":"PRE-SPDL-I40RA","qty":"1","price":"3370.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221093","line":"5","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221093","line":"6","part":"PRE-SPDL-H63RMA","qty":"1","price":"5230.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221093","line":"7","part":"PRE-GAUGE-H63","qty":"1","price":"1040.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221093","line":"8","part":"PRE-INST/TRAINING","qty":"1","price":"3500.00","uom":"EA","discount":"100.00","req_date":"TBD","branch":"1"},{"comp":"01","order":"221093","line":"9","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221093","line":"10","part":"PRE-PRNT-ROLL-QL800","qty":"5","price":"30.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"221093","Line":"0","Comment":"ONCE INVOICED THESE ITEMS MAY NOT BE RETURNED"},{"Quote":"221093","Line":"1","Comment":"OR EXCHANGED."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":10}}] 2024-11-05 08:06:56.701 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221093-11052024080656.txt === {"quote":"221093","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"CROWNNC","shiptoName":"Crown Equipment Corp.","entry_date":"09-04-2024","cust_order_date":null,"req_date":"12-27-2024","cust_po":"HATHOR6A X 1","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"John Howell","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"11:14","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"John Howell","follow_phone":"941-739-6566","follow_email":"john@afi-tools.com","pic_user":"mattm","total_amt":"33495","total_gp":"17067","total_gpm":"51","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"14","win_pct":"20","clo_date":"12-14-2024","notes":[],"crmnotes":[{"comp":1,"quote":221093,"Line":0,"Comment":"10/11/2024 7:09 AM - andrewm - F/U changed from 09/17/2024 to 10/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221093,"Line":1,"Comment":"10/11/2024 7:09 AM - andrewm - CLO changed from 10/04/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":221093,"Line":2,"Comment":"10/11/2024 7:09 AM - andrewm - Req Date changed from 10/16/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":221093,"Line":3,"Comment":"11/05/2024 8:06 AM - andrewm - F/U changed from 10/14/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221093,"Line":4,"Comment":"11/05/2024 8:06 AM - andrewm - CLO changed from 10/25/2024 to 12/14/2024 (CLO Date Updated)"},{"comp":1,"quote":221093,"Line":5,"Comment":"11/05/2024 8:06 AM - andrewm - Req Date changed from 10/31/2024 to 12/27/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221093","line":"1","part":"PRE-HTR6A-I50","qty":"1","price":"36400.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221093","line":"2","part":"PRE-HTR6-SHELF","qty":"1","price":"400.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221093","line":"3","part":"PRE-GAUGE-C50","qty":"1","price":"760.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221093","line":"4","part":"PRE-SPDL-I40RA","qty":"1","price":"3370.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221093","line":"5","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221093","line":"6","part":"PRE-SPDL-H63RMA","qty":"1","price":"5230.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221093","line":"7","part":"PRE-GAUGE-H63","qty":"1","price":"1040.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221093","line":"8","part":"PRE-INST/TRAINING","qty":"1","price":"3500.00","uom":"EA","discount":"100.00","req_date":"TBD","branch":"1"},{"comp":"01","order":"221093","line":"9","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221093","line":"10","part":"PRE-PRNT-ROLL-QL800","qty":"5","price":"30.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"221093","Line":"0","Comment":"ONCE INVOICED THESE ITEMS MAY NOT BE RETURNED"},{"Quote":"221093","Line":"1","Comment":"OR EXCHANGED."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":10}}] 2024-11-05 08:07:09.570 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219583-11052024080709.txt === {"quote":"219583","customer":"13410","name":null,"customerName":"Max Tool Inc.","comp":"01","open":"1","shipto":"PEMMASHE","shiptoName":"Pemmco MFG,Inc-Spot Buys","entry_date":"08-01-2024","cust_order_date":"08-01-2024","req_date":"10-25-2024","cust_po":"CNC-180FA","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brooke Burton","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"12:56","extra":"","follow_up":"10-14-2024","web_id":"","follow_name":"Brooke Burton","follow_phone":"555-555-5555","follow_email":"brook.burton@maxtoolinc.com","pic_user":"andrewm","total_amt":"25170.50","total_gp":"20124.31","total_gpm":"79.95","rev_type":"RT","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"2","totalQty":"3","win_pct":"20","clo_date":"10-15-2024","notes":[{"comp":"1","quote":"219583","line":"0","data":"08-01-2024 12:57 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":219583,"Line":0,"Comment":"08/26/2024 8:06 AM - andrewm - F/U changed from 08/14/2024 to 8/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219583,"Line":1,"Comment":"10/11/2024 7:08 AM - andrewm - F/U changed from 08/28/2024 to 10/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219583,"Line":2,"Comment":"10/11/2024 7:08 AM - andrewm - CLO changed from 09/01/2024 to 10/15/2024 (CLO Date Updated)"},{"comp":1,"quote":219583,"Line":3,"Comment":"10/11/2024 7:08 AM - andrewm - Req Date changed from 09/12/2024 to 10/25/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"219583","line":"1","part":"CNC180FA-M","qty":"1","price":"16905.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219583","line":"2","part":"INSTALLATION-RT-CNC-SE","qty":"1","price":"9500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"219583","line":"6","part":"PBA-135","qty":"1","price":"3989.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-05 08:07:23.877 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218588-11052024080723.txt === {"quote":"218588","customer":"15150","name":null,"customerName":"Okuma America Corporation","comp":"01","open":"0","shipto":"OKUMAAMY","shiptoName":"Okuma America Corporation","entry_date":"07-11-2024","cust_order_date":"07-11-2024","req_date":"10-25-2024","cust_po":"OKEX-ER32 REP. DEPARTMENT","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Justin Swafford","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"08:22","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Justin Swafford","follow_phone":"704-807-1527","follow_email":"jswafford@okuma.com","pic_user":"andrewm","total_amt":"15712.2","total_gp":"6825.42","total_gpm":"43.44","rev_type":"LT","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"6","win_pct":"20","clo_date":"10-18-2024","notes":[{"comp":"1","quote":"218588","line":"0","data":"07-11-2024 08:23 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":218588,"Line":0,"Comment":"07/23/2024 8:33 AM - andrewm - F/U changed from 07/17/2024 to 7/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218588,"Line":1,"Comment":"08/19/2024 6:46 AM - andrewm - F/U changed from 07/25/2024 to 8/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218588,"Line":2,"Comment":"08/19/2024 6:46 AM - andrewm - CLO changed from 08/11/2024 to 09/18/2024 (CLO Date Updated)"},{"comp":1,"quote":218588,"Line":3,"Comment":"08/19/2024 6:46 AM - andrewm - Req Date changed from 08/22/2024 to 09/18/2024 (Req Date Updated)"},{"comp":1,"quote":218588,"Line":4,"Comment":"08/26/2024 8:09 AM - andrewm - F/U changed from 08/23/2024 to 8/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218588,"Line":5,"Comment":"09/18/2024 8:27 AM - andrewm - F/U changed from 08/30/2024 to 9/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218588,"Line":6,"Comment":"09/18/2024 8:27 AM - andrewm - CLO changed from 09/18/2024 to 10/11/2024 (CLO Date Updated)"},{"comp":1,"quote":218588,"Line":7,"Comment":"09/18/2024 8:27 AM - andrewm - Req Date changed from 09/18/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":218588,"Line":8,"Comment":"10/11/2024 7:11 AM - andrewm - F/U changed from 09/25/2024 to 10/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218588,"Line":9,"Comment":"10/11/2024 7:11 AM - andrewm - CLO changed from 10/11/2024 to 10/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"218588","line":"1","part":"OKEX-ER32Z-ICE","qty":"3","price":"5462.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218588","line":"2","part":"OKEX-ER32X-ICE","qty":"3","price":"3267.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[{"Quote":"218588","Line":"0","Comment":"Extra Discount Approved by Russ"}]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-05 08:07:36.167 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218588-11052024080735.txt === {"quote":"218588","customer":"15150","name":null,"customerName":"Okuma America Corporation","comp":"01","open":"0","shipto":"OKUMAAMY","shiptoName":"Okuma America Corporation","entry_date":"07-11-2024","cust_order_date":"07-11-2024","req_date":"10-25-2024","cust_po":"OKEX-ER32 REP. DEPARTMENT","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Justin Swafford","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"08:22","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Justin Swafford","follow_phone":"704-807-1527","follow_email":"jswafford@okuma.com","pic_user":"andrewm","total_amt":"15712.2","total_gp":"6825.42","total_gpm":"43.44","rev_type":"LT","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"6","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"218588","line":"0","data":"07-11-2024 08:23 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":218588,"Line":0,"Comment":"07/23/2024 8:33 AM - andrewm - F/U changed from 07/17/2024 to 7/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218588,"Line":1,"Comment":"08/19/2024 6:46 AM - andrewm - F/U changed from 07/25/2024 to 8/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218588,"Line":2,"Comment":"08/19/2024 6:46 AM - andrewm - CLO changed from 08/11/2024 to 09/18/2024 (CLO Date Updated)"},{"comp":1,"quote":218588,"Line":3,"Comment":"08/19/2024 6:46 AM - andrewm - Req Date changed from 08/22/2024 to 09/18/2024 (Req Date Updated)"},{"comp":1,"quote":218588,"Line":4,"Comment":"08/26/2024 8:09 AM - andrewm - F/U changed from 08/23/2024 to 8/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218588,"Line":5,"Comment":"09/18/2024 8:27 AM - andrewm - F/U changed from 08/30/2024 to 9/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218588,"Line":6,"Comment":"09/18/2024 8:27 AM - andrewm - CLO changed from 09/18/2024 to 10/11/2024 (CLO Date Updated)"},{"comp":1,"quote":218588,"Line":7,"Comment":"09/18/2024 8:27 AM - andrewm - Req Date changed from 09/18/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":218588,"Line":8,"Comment":"10/11/2024 7:11 AM - andrewm - F/U changed from 09/25/2024 to 10/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218588,"Line":9,"Comment":"10/11/2024 7:11 AM - andrewm - CLO changed from 10/11/2024 to 10/18/2024 (CLO Date Updated)"},{"comp":1,"quote":218588,"Line":10,"Comment":"11/05/2024 8:07 AM - andrewm - F/U changed from 10/15/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218588,"Line":11,"Comment":"11/05/2024 8:07 AM - andrewm - CLO changed from 10/18/2024 to 12/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"218588","line":"1","part":"OKEX-ER32Z-ICE","qty":"3","price":"5462.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218588","line":"2","part":"OKEX-ER32X-ICE","qty":"3","price":"3267.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[{"Quote":"218588","Line":"0","Comment":"Extra Discount Approved by Russ"}]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-05 08:07:43.574 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218588-11052024080743.txt === {"quote":"218588","customer":"15150","name":null,"customerName":"Okuma America Corporation","comp":"01","open":"0","shipto":"OKUMAAMY","shiptoName":"Okuma America Corporation","entry_date":"07-11-2024","cust_order_date":"07-11-2024","req_date":"12-27-2024","cust_po":"OKEX-ER32 REP. DEPARTMENT","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Justin Swafford","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"08:22","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Justin Swafford","follow_phone":"704-807-1527","follow_email":"jswafford@okuma.com","pic_user":"andrewm","total_amt":"15712.2","total_gp":"6825.42","total_gpm":"43.44","rev_type":"LT","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"6","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"218588","line":"0","data":"07-11-2024 08:23 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":218588,"Line":0,"Comment":"07/23/2024 8:33 AM - andrewm - F/U changed from 07/17/2024 to 7/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218588,"Line":1,"Comment":"08/19/2024 6:46 AM - andrewm - F/U changed from 07/25/2024 to 8/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218588,"Line":2,"Comment":"08/19/2024 6:46 AM - andrewm - CLO changed from 08/11/2024 to 09/18/2024 (CLO Date Updated)"},{"comp":1,"quote":218588,"Line":3,"Comment":"08/19/2024 6:46 AM - andrewm - Req Date changed from 08/22/2024 to 09/18/2024 (Req Date Updated)"},{"comp":1,"quote":218588,"Line":4,"Comment":"08/26/2024 8:09 AM - andrewm - F/U changed from 08/23/2024 to 8/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218588,"Line":5,"Comment":"09/18/2024 8:27 AM - andrewm - F/U changed from 08/30/2024 to 9/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218588,"Line":6,"Comment":"09/18/2024 8:27 AM - andrewm - CLO changed from 09/18/2024 to 10/11/2024 (CLO Date Updated)"},{"comp":1,"quote":218588,"Line":7,"Comment":"09/18/2024 8:27 AM - andrewm - Req Date changed from 09/18/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":218588,"Line":8,"Comment":"10/11/2024 7:11 AM - andrewm - F/U changed from 09/25/2024 to 10/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218588,"Line":9,"Comment":"10/11/2024 7:11 AM - andrewm - CLO changed from 10/11/2024 to 10/18/2024 (CLO Date Updated)"},{"comp":1,"quote":218588,"Line":10,"Comment":"11/05/2024 8:07 AM - andrewm - F/U changed from 10/15/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218588,"Line":11,"Comment":"11/05/2024 8:07 AM - andrewm - CLO changed from 10/18/2024 to 12/14/2024 (CLO Date Updated)"},{"comp":1,"quote":218588,"Line":12,"Comment":"11/05/2024 8:07 AM - andrewm - Req Date changed from 10/25/2024 to 12/27/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"218588","line":"1","part":"OKEX-ER32Z-ICE","qty":"3","price":"5462.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218588","line":"2","part":"OKEX-ER32X-ICE","qty":"3","price":"3267.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[{"Quote":"218588","Line":"0","Comment":"Extra Discount Approved by Russ"}]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-05 08:08:00.651 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222393-11052024080800.txt === {"quote":"222393","customer":"10015","name":null,"customerName":"Ellison(GA,NC,SC,TN)","comp":"01","open":"1","shipto":"ELLISONC","shiptoName":"Ellison Technologies, Inc.","entry_date":"10-02-2024","cust_order_date":"10-02-2024","req_date":"11-13-2024","cust_po":"CNC302FA-M","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Tom Sawyer","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"08:58","extra":"","follow_up":"10-15-2024","web_id":"","follow_name":"Tom Sawyer","follow_phone":"7049992083","follow_email":"tsawyer@ellisontechnologies.com","pic_user":"andrewm","total_amt":"28820.00","total_gp":"22880.21","total_gpm":"79.39","rev_type":"RT","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"2","totalQty":"2","win_pct":"20","clo_date":"11-02-2024","notes":[{"comp":"1","quote":"222393","line":"0","data":"10-02-2024 08:59 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"222393","line":"1","part":"CNC302FA-M","qty":"1","price":"24150.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222393","line":"2","part":"INSTALLATION-RT-CNC-SE","qty":"1","price":"9500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-05 08:08:28.717 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220146-11052024080828.txt === {"quote":"220146","customer":"13410","name":null,"customerName":"Max Tool Inc.","comp":"01","open":"1","shipto":"FNMFG","shiptoName":"FN America, LLC","entry_date":"08-14-2024","cust_order_date":"08-14-2024","req_date":"12-23-2024","cust_po":"Special Angle Head","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"09:21","extra":"","follow_up":"10-16-2024","web_id":"","follow_name":"Jordan","follow_phone":"205-942-1824","follow_email":"jordan@maxtoolinc.com","pic_user":"andrewm","total_amt":"5997.10","total_gp":"5935.26","total_gpm":"98.97","rev_type":"LT","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"2","totalQty":"3","win_pct":"20","clo_date":"10-22-2024","notes":[{"comp":"1","quote":"220146","line":"3","data":"08-14-2024 09:31 - Discounts Recalculated QS"},{"comp":"1","quote":"220146","line":"2","data":"have the adjustable quoted, not fixed"},{"comp":"1","quote":"220146","line":"1","data":"as well as John Rostetter at FN, they want to"},{"comp":"1","quote":"220146","line":"0","data":"08-14-2024 09:53-alyssah Andrew spoke with Rich"}],"crmnotes":[{"comp":1,"quote":220146,"Line":0,"Comment":"09/18/2024 8:10 AM - andrewm - F/U changed from 08/27/2024 to 9/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220146,"Line":1,"Comment":"09/18/2024 8:10 AM - andrewm - CLO changed from 09/14/2024 to 10/11/2024 (CLO Date Updated)"},{"comp":1,"quote":220146,"Line":2,"Comment":"09/18/2024 8:11 AM - andrewm - Req Date changed from 09/25/2024 to 12/23/2024 (Req Date Updated)"},{"comp":1,"quote":220146,"Line":3,"Comment":"10/11/2024 7:19 AM - andrewm - F/U changed from 09/30/2024 to 10/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220146,"Line":4,"Comment":"10/11/2024 7:19 AM - andrewm - CLO changed from 10/11/2024 to 10/22/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"220146","line":"1","part":"SPECIAL-LV-MI","qty":"1","price":"5884.00","uom":"EA","discount":"0.00","req_date":"12 weeks ARO","branch":"1"},{"comp":"01","order":"220146","line":"2","part":"WRENCH-ER25I","qty":"1","price":"139.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220146","line":"3","part":"WRENCH-MIM-107446","qty":"1","price":"35.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"220146","Line":"1","Company":"1","F_Line":"1","Comment":"Angular swiveling version adjustable �107� degrees;","Loc":"Y"},{"Quote":"220146","Line":"1","Company":"1","F_Line":"2","Comment":"ER25; INT/ EXT/ ICE;","Loc":"Y"},{"Quote":"220146","Line":"1","Company":"1","F_Line":"3","Comment":"Adjustable Angle Tool","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-05 08:08:37.890 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221760-11052024080837.txt === {"quote":"221760","customer":"18407","name":null,"customerName":"Remco Supply, Inc.","comp":"01","open":"1","shipto":"ADVMACNC","shiptoName":"Advanced Machining LLC","entry_date":"09-19-2024","cust_order_date":"09-19-2024","req_date":"10-31-2024","cust_po":"SK20-14AC","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Scott Arthur","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"09:48","extra":"","follow_up":"10-17-2024","web_id":"","follow_name":"Scott Arthur","follow_phone":"336-273-3676","follow_email":"s.arthur@twc.com","pic_user":"andrewm","total_amt":"218.96","total_gp":"143.16","total_gpm":"65.38","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"2","totalQty":"2","win_pct":"20","clo_date":"10-19-2024","notes":[{"comp":"1","quote":"221760","line":"0","data":"09-19-2024 09:51 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221760,"Line":0,"Comment":"10/11/2024 7:11 AM - andrewm - F/U changed from 09/25/2024 to 10/17/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"221760","line":"1","part":"SK20-14AC","qty":"2","price":"161.00","uom":"EA","discount":"32.00","req_date":"8 WEEK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-05 08:09:11.504 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221896-11052024080911.txt === {"quote":"221896","customer":"3010","name":null,"customerName":"C & C Tool and Supply Co.,Inc.","comp":"01","open":"0","shipto":"MEP","shiptoName":"MEP, LLC","entry_date":"09-20-2024","cust_order_date":"09-20-2024","req_date":"11-01-2024","cust_po":"HSK100A","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jared Sellers","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"16:27","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Jared Sellers","follow_phone":"","follow_email":"jared@cctool.com","pic_user":"andrewm","total_amt":"10407.15","total_gp":"5308.03","total_gpm":"51.00","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"57","win_pct":"20","clo_date":"10-20-2024","notes":[{"comp":"1","quote":"221896","line":"0","data":"09-20-2024 16:34 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221896,"Line":0,"Comment":"10/11/2024 7:14 AM - andrewm - F/U changed from 09/26/2024 to 10/15/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"221896","line":"1","part":"HSK100A-C3/4-115G-IDU","qty":"5","price":"909.00","uom":"EA","discount":"35.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"221896","line":"2","part":"KM3/4-1/8","qty":"2","price":"59.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"3","part":"KM3/4-1/4","qty":"2","price":"59.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"4","part":"KM3/4-3/8","qty":"2","price":"59.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"5","part":"KM3/4-1/2","qty":"2","price":"59.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"6","part":"KM3/4-5/8","qty":"2","price":"59.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"7","part":"GH20","qty":"1","price":"245.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"8","part":"HSK100A-C1-115G-IDU","qty":"5","price":"778.00","uom":"EA","discount":"35.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"221896","line":"9","part":"KM1-1/8","qty":"2","price":"62.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"10","part":"KM1-1/4","qty":"2","price":"62.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"11","part":"KM1-1/2","qty":"2","price":"62.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"12","part":"KM1-3/4","qty":"2","price":"62.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"13","part":"KM1-3/8","qty":"2","price":"62.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"14","part":"KM1-5/8","qty":"2","price":"62.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"15","part":"KM1-7/8","qty":"2","price":"62.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"16","part":"GH25","qty":"1","price":"245.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"17","part":"HSK100A-C1.1/4-115G-IDU","qty":"5","price":"885.00","uom":"EA","discount":"35.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"221896","line":"18","part":"KM1.1/4-1/4","qty":"2","price":"64.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"19","part":"KM1.1/4-3/8","qty":"2","price":"64.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"20","part":"KM1.1/4-1/2","qty":"2","price":"64.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"21","part":"KM1.1/4-5/8","qty":"2","price":"64.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"22","part":"KM1.1/4-3/4","qty":"2","price":"64.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"23","part":"KM1.1/4-7/8","qty":"2","price":"64.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"24","part":"KM1.1/4-1","qty":"2","price":"64.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"25","part":"GH32","qty":"1","price":"307.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"28","part":"PROMOTION-IMTS","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":26}}] 2024-11-05 08:09:24.033 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221896-11052024080923.txt === {"quote":"221896","customer":"3010","name":null,"customerName":"C & C Tool and Supply Co.,Inc.","comp":"01","open":"0","shipto":"MEP","shiptoName":"MEP, LLC","entry_date":"09-20-2024","cust_order_date":"09-20-2024","req_date":"11-01-2024","cust_po":"HSK100A","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jared Sellers","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"16:27","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Jared Sellers","follow_phone":"","follow_email":"jared@cctool.com","pic_user":"andrewm","total_amt":"10407.15","total_gp":"5308.03","total_gpm":"51.00","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"57","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"221896","line":"0","data":"09-20-2024 16:34 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221896,"Line":0,"Comment":"10/11/2024 7:14 AM - andrewm - F/U changed from 09/26/2024 to 10/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221896,"Line":1,"Comment":"11/05/2024 8:09 AM - andrewm - F/U changed from 10/15/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221896,"Line":2,"Comment":"11/05/2024 8:09 AM - andrewm - CLO changed from 10/20/2024 to 12/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221896","line":"1","part":"HSK100A-C3/4-115G-IDU","qty":"5","price":"909.00","uom":"EA","discount":"35.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"221896","line":"2","part":"KM3/4-1/8","qty":"2","price":"59.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"3","part":"KM3/4-1/4","qty":"2","price":"59.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"4","part":"KM3/4-3/8","qty":"2","price":"59.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"5","part":"KM3/4-1/2","qty":"2","price":"59.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"6","part":"KM3/4-5/8","qty":"2","price":"59.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"7","part":"GH20","qty":"1","price":"245.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"8","part":"HSK100A-C1-115G-IDU","qty":"5","price":"778.00","uom":"EA","discount":"35.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"221896","line":"9","part":"KM1-1/8","qty":"2","price":"62.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"10","part":"KM1-1/4","qty":"2","price":"62.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"11","part":"KM1-1/2","qty":"2","price":"62.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"12","part":"KM1-3/4","qty":"2","price":"62.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"13","part":"KM1-3/8","qty":"2","price":"62.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"14","part":"KM1-5/8","qty":"2","price":"62.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"15","part":"KM1-7/8","qty":"2","price":"62.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"16","part":"GH25","qty":"1","price":"245.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"17","part":"HSK100A-C1.1/4-115G-IDU","qty":"5","price":"885.00","uom":"EA","discount":"35.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"221896","line":"18","part":"KM1.1/4-1/4","qty":"2","price":"64.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"19","part":"KM1.1/4-3/8","qty":"2","price":"64.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"20","part":"KM1.1/4-1/2","qty":"2","price":"64.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"21","part":"KM1.1/4-5/8","qty":"2","price":"64.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"22","part":"KM1.1/4-3/4","qty":"2","price":"64.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"23","part":"KM1.1/4-7/8","qty":"2","price":"64.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"24","part":"KM1.1/4-1","qty":"2","price":"64.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"25","part":"GH32","qty":"1","price":"307.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"28","part":"PROMOTION-IMTS","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":26}}] 2024-11-05 08:09:35.229 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221896-11052024080934.txt === {"quote":"221896","customer":"3010","name":null,"customerName":"C & C Tool and Supply Co.,Inc.","comp":"01","open":"0","shipto":"MEP","shiptoName":"MEP, LLC","entry_date":"09-20-2024","cust_order_date":"09-20-2024","req_date":"12-27-2024","cust_po":"HSK100A","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jared Sellers","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"16:27","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Jared Sellers","follow_phone":"","follow_email":"jared@cctool.com","pic_user":"andrewm","total_amt":"10407.15","total_gp":"5308.03","total_gpm":"51.00","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"57","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"221896","line":"0","data":"09-20-2024 16:34 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221896,"Line":0,"Comment":"10/11/2024 7:14 AM - andrewm - F/U changed from 09/26/2024 to 10/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221896,"Line":1,"Comment":"11/05/2024 8:09 AM - andrewm - F/U changed from 10/15/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221896,"Line":2,"Comment":"11/05/2024 8:09 AM - andrewm - CLO changed from 10/20/2024 to 12/14/2024 (CLO Date Updated)"},{"comp":1,"quote":221896,"Line":3,"Comment":"11/05/2024 8:09 AM - andrewm - Req Date changed from 11/01/2024 to 12/27/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221896","line":"1","part":"HSK100A-C3/4-115G-IDU","qty":"5","price":"909.00","uom":"EA","discount":"35.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"221896","line":"2","part":"KM3/4-1/8","qty":"2","price":"59.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"3","part":"KM3/4-1/4","qty":"2","price":"59.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"4","part":"KM3/4-3/8","qty":"2","price":"59.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"5","part":"KM3/4-1/2","qty":"2","price":"59.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"6","part":"KM3/4-5/8","qty":"2","price":"59.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"7","part":"GH20","qty":"1","price":"245.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"8","part":"HSK100A-C1-115G-IDU","qty":"5","price":"778.00","uom":"EA","discount":"35.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"221896","line":"9","part":"KM1-1/8","qty":"2","price":"62.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"10","part":"KM1-1/4","qty":"2","price":"62.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"11","part":"KM1-1/2","qty":"2","price":"62.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"12","part":"KM1-3/4","qty":"2","price":"62.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"13","part":"KM1-3/8","qty":"2","price":"62.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"14","part":"KM1-5/8","qty":"2","price":"62.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"15","part":"KM1-7/8","qty":"2","price":"62.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"16","part":"GH25","qty":"1","price":"245.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"17","part":"HSK100A-C1.1/4-115G-IDU","qty":"5","price":"885.00","uom":"EA","discount":"35.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"221896","line":"18","part":"KM1.1/4-1/4","qty":"2","price":"64.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"19","part":"KM1.1/4-3/8","qty":"2","price":"64.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"20","part":"KM1.1/4-1/2","qty":"2","price":"64.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"21","part":"KM1.1/4-5/8","qty":"2","price":"64.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"22","part":"KM1.1/4-3/4","qty":"2","price":"64.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"23","part":"KM1.1/4-7/8","qty":"2","price":"64.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"24","part":"KM1.1/4-1","qty":"2","price":"64.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"25","part":"GH32","qty":"1","price":"307.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"28","part":"PROMOTION-IMTS","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":26}}] 2024-11-05 08:09:58.466 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221443-11052024080958.txt === {"quote":"221443","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"1","shipto":"MORGAN","shiptoName":"Morgan Advanced Materials","entry_date":"09-12-2024","cust_order_date":"09-12-2024","req_date":"10-24-2024","cust_po":"KF5600 - NCAT40","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Don Best","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"12:51","extra":"","follow_up":"10-16-2024","web_id":"","follow_name":"Don Best","follow_phone":"803-429-2725","follow_email":"don@afi-tools.com","pic_user":"andrewm","total_amt":"3685.05","total_gp":"0.00","total_gpm":"0.00","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"2","totalQty":"20","win_pct":"20","clo_date":"11-11-2024","notes":[{"comp":"1","quote":"221443","line":"0","data":"09-12-2024 12:55 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221443,"Line":0,"Comment":"10/11/2024 7:10 AM - andrewm - F/U changed from 09/25/2024 to 10/16/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"221443","line":"1","part":"NCAT40-SK20C-90U-IDU","qty":"1","price":"478.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221443","line":"2","part":"SK20-3/4AC","qty":"1","price":"161.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221443","line":"3","part":"NCAT40-SK16C-90U-IDU","qty":"9","price":"442.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221443","line":"4","part":"SKN-16BJ","qty":"9","price":"95.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-05 08:10:08.302 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221516-11052024081008.txt === {"quote":"221516","customer":"19165","name":null,"customerName":"Salem Tools","comp":"01","open":"1","shipto":"CATASUMT","shiptoName":"Caterpillar Inc.","entry_date":"09-13-2024","cust_order_date":"09-13-2024","req_date":"10-25-2024","cust_po":"OKL3-ER32Z-ICE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"14:32","extra":"","follow_up":"10-18-2024","web_id":"","follow_name":"Chris Saxon","follow_phone":"864-992-2049","follow_email":"csaxon@stsolutions.com","pic_user":"andrewm","total_amt":"13136.4","total_gp":"7859.07","total_gpm":"59.83","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"2","totalQty":"5","win_pct":"20","clo_date":"10-21-2024","notes":[{"comp":"1","quote":"221516","line":"5","data":"form"},{"comp":"1","quote":"221516","line":"4","data":"that we'll need them to fill out the angle head"},{"comp":"1","quote":"221516","line":"3","data":"and will forward this on over to Cindy; told Chris"},{"comp":"1","quote":"221516","line":"2","data":"Sumter, SC...he sent me Excel file with parts list"},{"comp":"1","quote":"221516","line":"1","data":"and he is quoting this out for Caterpillar in"},{"comp":"1","quote":"221516","line":"0","data":"09-13-2024 15:05-rons: spoke with Chris from Salem"}],"crmnotes":[{"comp":1,"quote":221516,"Line":0,"Comment":"10/11/2024 7:14 AM - andrewm - F/U changed from 09/19/2024 to 10/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221516,"Line":1,"Comment":"10/11/2024 7:14 AM - andrewm - CLO changed from 10/13/2024 to 10/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221516","line":"1","part":"OKL3-ER32Z-ICE","qty":"1","price":"3284.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221516","line":"2","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221516","line":"3","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221516","line":"5","part":"C50RAM-ER25-215ST-110TP","qty":"1","price":"12916.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221516","line":"6","part":"WRENCH-MIM-107446","qty":"1","price":"35.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-05 08:10:25.273 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221221-11052024081025.txt === {"quote":"221221","customer":"13170","name":null,"customerName":"Morris South (NC)","comp":"01","open":"1","shipto":"MORRI","shiptoName":"Morris South, LLC","entry_date":"09-06-2024","cust_order_date":"09-06-2024","req_date":"10-31-2024","cust_po":"CNC302OSP4","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Ed Eikmeyer","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"12:59","extra":"","follow_up":"10-21-2024","web_id":"","follow_name":"Ed Eikmeyer","follow_phone":"704-618-5413","follow_email":"eeikmeyer@morrissouth.com","pic_user":"andrewm","total_amt":"18889.5","total_gp":"0.00","total_gpm":"0.00","rev_type":"RT","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-11-2024","notes":[{"comp":"1","quote":"221221","line":"0","data":"09-06-2024 13:00 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221221,"Line":0,"Comment":"10/11/2024 7:13 AM - andrewm - F/U changed from 09/19/2024 to 10/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221221,"Line":1,"Comment":"10/11/2024 7:13 AM - andrewm - Req Date changed from 10/18/2024 to 10/31/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221221","line":"1","part":"CNC302OSP4-M","qty":"1","price":"26985.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-05 08:22:14.768 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223878-11052024082214.txt === {"quote":"223878","customer":"19165","name":null,"customerName":"Salem Tools","comp":"01","open":"0","shipto":"FJBENGIN","shiptoName":"FJB Engineering Co","entry_date":"11-04-2024","cust_order_date":"10-31-2024","req_date":"12-23-2024","cust_po":"CAT40 Tooling","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"AM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Ralph Hudson","drop_po":"","status":"0","user":"briand","conv_order":"","time":"10:29","extra":"","follow_up":"11-11-2024","web_id":"","follow_name":"Ralph Hudson","follow_phone":"540-389-0233","follow_email":"rhudson@salemtools.com","pic_user":"briand","total_amt":"7618.06","total_gp":"4600.97","total_gpm":"60.40","rev_type":"STD","mod_date":"11-05-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"130","win_pct":"20","clo_date":"12-18-2024","notes":[{"comp":"1","quote":"223878","line":"2","data":"11-04-2024 10:36 - Discounts Recalculated"},{"comp":"1","quote":"223878","line":"1","data":"Chapman Q# 223796."},{"comp":"1","quote":"223878","line":"0","data":"11-04-2024 10:30-briand: Also being quoted by"}],"crmnotes":[{"comp":1,"quote":223878,"Line":0,"Comment":"11/05/2024 8:22 AM - briand - Req Date changed from 11/04/2024 to 12/23/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223878","line":"1","part":"C4006-0125-1.38","qty":"6","price":"161.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223878","line":"2","part":"C4006-0125-2.36","qty":"10","price":"144.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223878","line":"3","part":"C4006-0125-4.00","qty":"4","price":"150.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223878","line":"4","part":"C4006-0250-2.50","qty":"6","price":"123.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223878","line":"5","part":"C4006-0250-4.00","qty":"2","price":"150.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223878","line":"6","part":"C4006-0500-1.75","qty":"8","price":"112.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223878","line":"7","part":"C4006-0500-2.50","qty":"8","price":"123.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223878","line":"8","part":"C4006-0500-4.00","qty":"4","price":"139.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223878","line":"9","part":"C4006-0312-2.50","qty":"2","price":"139.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223878","line":"10","part":"C4006-0187-2.50","qty":"2","price":"144.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223878","line":"11","part":"C4006-10-2.50","qty":"2","price":"209.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223878","line":"12","part":"C4006-12-2.50","qty":"2","price":"177.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223878","line":"13","part":"C4007-0011-2.50","qty":"4","price":"200.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223878","line":"14","part":"011-HEX","qty":"1","price":"21.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223878","line":"15","part":"C4007-0016-2.25","qty":"4","price":"253.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223878","line":"16","part":"016-SPAN","qty":"1","price":"17.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223878","line":"17","part":"C40S-4500(H)-EU","qty":"64","price":"32.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":17}}] 2024-11-05 08:27:05.157 [INFO] [CreateClient] [jsoncustomer.php] [C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\JELKHONE.txt]: {"id":"JELKHONE","name":"JELKE's FABRICATION, LLC ","address1":"1808 HORSESHOE PIKE ","address2":"","city":"HONEY BROOK","state":"PA","zip":"19344","country":"USA","discount_level":null,"date_opened":"","salesman":"JG","phone":"610-942-9343","cr_limit":"","Created":"11-05-2024","Segment":"EU","Lat":0.0,"Long":0.0,"Distance":"0","Territory":19,"web_id":0,"Type":"ST","Active":"Y","website":null,"UserId":"webadmin","JAS":"N","customer_email":"afuhrer@am-ind.com"} [{"json":{"results":"success","type":"customer"}}] 2024-11-05 08:33:18.138 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222322-11052024083317.txt === {"quote":"222322","customer":"9970","name":null,"customerName":"Iwen Tool Supply Co.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-01-2024","cust_order_date":"10-01-2024","req_date":"11-12-2024","cust_po":"16C Collet Sets","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"09:03","extra":"","follow_up":"11-05-2024","web_id":"","follow_name":"Betzy Petto","follow_phone":"269-966-0069","follow_email":"betzy.petto@iwentool.com","pic_user":"briand","total_amt":"3314.5","total_gp":"1794.72","total_gpm":"54.15","rev_type":"STD","mod_date":"11-05-2024","mod_time":null,"mod_user":"briand","reason":"2","totalQty":"3","win_pct":"20","clo_date":"11-06-2024","notes":[{"comp":"1","quote":"222322","line":"7","data":"resent to her."},{"comp":"1","quote":"222322","line":"6","data":"she's looking for sets so I updated the quote and"},{"comp":"1","quote":"222322","line":"5","data":"Also sent drawings. She sent a reply and said"},{"comp":"1","quote":"222322","line":"4","data":"029S. Sent her quote for -008, -018, and -029."},{"comp":"1","quote":"222322","line":"3","data":"for 16C Collets w/ item #'s 160-008S, -018S, and"},{"comp":"1","quote":"222322","line":"2","data":"10-01-2024 09:13-briand: Betzy at Iwen is looking"},{"comp":"1","quote":"222322","line":"1","data":"Rocket Supply under Q 222368"},{"comp":"1","quote":"222322","line":"0","data":"10-03-2024 09:26-briand: Also being quoted by"}],"crmnotes":[{"comp":1,"quote":222322,"Line":0,"Comment":"10/03/2024 9:25 AM - briand - Also being quoted by Rocket Supply on Q 222368"},{"comp":1,"quote":222322,"Line":1,"Comment":"10/04/2024 4:10 PM - briand - F/U changed from 10/07/2024 to 10/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222322,"Line":2,"Comment":"10/10/2024 9:45 AM - briand - Sent Betzy an email asking if this newer quote is still active."},{"comp":1,"quote":222322,"Line":3,"Comment":"10/10/2024 9:45 AM - briand - F/U changed from 10/11/2024 to 10/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222322,"Line":4,"Comment":"10/30/2024 10:41 AM - briand - CLO changed from 11/01/2024 to 11/06/2024 (CLO Date Updated)"},{"comp":1,"quote":222322,"Line":5,"Comment":"10/30/2024 10:41 AM - briand - F/U changed from 10/31/2024 to 11/5/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222322","line":"1","part":"160-SET-08","qty":"1","price":"688.00","uom":"ST","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222322","line":"2","part":"160-SET-18","qty":"1","price":"1553.00","uom":"ST","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222322","line":"3","part":"160-SET-29","qty":"1","price":"2494.00","uom":"ST","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-05 08:34:12.030 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223796-11052024083411.txt === {"quote":"223796","customer":"3367","name":null,"customerName":"W.C. Chapman & Sons Inc.","comp":"01","open":"0","shipto":"FJBENGIN","shiptoName":"FJB Engineering Co","entry_date":"10-31-2024","cust_order_date":"10-31-2024","req_date":"12-12-2024","cust_po":"CAT40 Tooling","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Justin Phelps","drop_po":"","status":"0","user":"briand","conv_order":"","time":"15:29","extra":"","follow_up":"11-11-2024","web_id":"","follow_name":"Justin Phelps","follow_phone":"410-686-6860","follow_email":"justinp@wcchapman.com","pic_user":"briand","total_amt":"5610.48","total_gp":"2904.43","total_gpm":"51.77","rev_type":"STD","mod_date":"11-05-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"66","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"223796","line":"2","data":"10-31-2024 15:32 - Discounts Recalculated QS"},{"comp":"1","quote":"223796","line":"1","data":"Salem Tools Q# 223878."},{"comp":"1","quote":"223796","line":"0","data":"11-04-2024 10:35-briand: Also being quoted by"}],"crmnotes":[],"items":[{"comp":"01","order":"223796","line":"1","part":"C4006-0125-1.38","qty":"6","price":"161.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223796","line":"2","part":"C4006-0125-2.36","qty":"10","price":"144.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223796","line":"3","part":"C4006-0125-4.00","qty":"4","price":"150.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223796","line":"4","part":"C4006-0250-2.50","qty":"6","price":"123.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223796","line":"5","part":"C4006-0250-4.00","qty":"2","price":"150.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223796","line":"6","part":"C4006-0500-1.75","qty":"8","price":"112.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223796","line":"7","part":"C4006-0500-2.50","qty":"8","price":"123.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223796","line":"8","part":"C4006-0500-4.00","qty":"4","price":"139.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223796","line":"9","part":"C4006-0312-2.50","qty":"2","price":"139.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223796","line":"10","part":"C4006-0187-2.50","qty":"2","price":"144.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223796","line":"11","part":"C4006-10-2.50","qty":"2","price":"209.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223796","line":"12","part":"C4006-12-2.50","qty":"2","price":"177.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223796","line":"13","part":"C4007-0011-2.50","qty":"4","price":"200.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223796","line":"14","part":"011-HEX","qty":"1","price":"21.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223796","line":"15","part":"C4007-0016-2.25","qty":"4","price":"253.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223796","line":"16","part":"016-SPAN","qty":"1","price":"17.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":16}}] 2024-11-05 08:35:50.752 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223882-11052024083550.txt === {"quote":"223882","customer":"MM","name":null,"customerName":"Matt Mowell","comp":"01","open":"0","shipto":"MMX","shiptoName":"Matt Mowell","entry_date":"11-04-2024","cust_order_date":"11-04-2024","req_date":"12-16-2024","cust_po":"SK16 kits","terms_code":"TRUNK","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"karynm","conv_order":"","time":"10:53","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"7:38","follow_phone":"","follow_email":"2018-11-02T00:00:00","pic_user":"karynm","total_amt":"4065.00","total_gp":"3137.80","total_gpm":"77.19","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"karynm","reason":"","totalQty":"30","win_pct":"20","clo_date":null,"notes":[{"comp":"1","quote":"223882","line":"0","data":"11-04-2024 11:18-karynm for Matt and Oen to sell"}],"crmnotes":[],"items":[{"comp":"01","order":"223882","line":"2","part":"CAT40-SK16-60U-IDU","qty":"5","price":"406.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223882","line":"3","part":"SK16-3/8A","qty":"5","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223882","line":"4","part":"SK16-1/2A","qty":"5","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223882","line":"5","part":"SK16-5/8A","qty":"5","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223882","line":"6","part":"9HC16","qty":"5","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223882","line":"7","part":"PROMO-DEMOCASE-FOAM","qty":"5","price":"124.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":6}}] 2024-11-05 08:35:59.523 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223882-11052024083559.txt === {"quote":"223882","customer":"MM","name":null,"customerName":"Matt Mowell","comp":"01","open":"0","shipto":"MMX","shiptoName":"Matt Mowell","entry_date":"11-04-2024","cust_order_date":"11-04-2024","req_date":"12-16-2024","cust_po":"SK16 kits","terms_code":"TRUNK","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"karynm","conv_order":"","time":"10:53","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"7:38","follow_phone":"","follow_email":"2018-11-02T00:00:00","pic_user":"karynm","total_amt":"4065.00","total_gp":"3137.80","total_gpm":"77.19","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"karynm","reason":"","totalQty":"30","win_pct":"20","clo_date":"11-23-2024","notes":[{"comp":"1","quote":"223882","line":"0","data":"11-04-2024 11:18-karynm for Matt and Oen to sell"}],"crmnotes":[{"comp":1,"quote":223882,"Line":0,"Comment":"11/05/2024 8:35 AM - karynm - F/U changed from 11/17/2024 to 11/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223882,"Line":1,"Comment":"11/05/2024 8:35 AM - karynm - CLO changed from NaN/NaN/NaN to 11/23/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223882","line":"2","part":"CAT40-SK16-60U-IDU","qty":"5","price":"406.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223882","line":"3","part":"SK16-3/8A","qty":"5","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223882","line":"4","part":"SK16-1/2A","qty":"5","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223882","line":"5","part":"SK16-5/8A","qty":"5","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223882","line":"6","part":"9HC16","qty":"5","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223882","line":"7","part":"PROMO-DEMOCASE-FOAM","qty":"5","price":"124.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-05 08:36:21.171 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223655-11052024083620.txt === {"quote":"223655","customer":"M19795","name":null,"customerName":"Spindles Plus, Inc.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-29-2024","cust_order_date":"10-29-2024","req_date":"12-10-2024","cust_po":"MZQT47-BG15Z-MS-C","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"karynm","conv_order":"","time":"14:44","extra":"","follow_up":"11-08-2024","web_id":"","follow_name":"Mike Moles","follow_phone":"513-732-9750","follow_email":"mike.moles@spindlesplus.com","pic_user":"karynm","total_amt":"697.0","total_gp":"378.09","total_gpm":"54.25","rev_type":"LT","mod_date":"11-05-2024","mod_time":null,"mod_user":"karynm","reason":"2","totalQty":"2","win_pct":"20","clo_date":"11-29-2024","notes":[{"comp":"1","quote":"223655","line":"0","data":"10-29-2024 14:44-karynm std disc 32%"}],"crmnotes":[{"comp":1,"quote":223655,"Line":0,"Comment":"10/31/2024 12:17 PM - karynm - Mike has drawings of bushing and tool to see if the customer can go this route instead of trying to do special BG in 1\" for MS"},{"comp":1,"quote":223655,"Line":1,"Comment":"10/31/2024 12:17 PM - karynm - F/U changed from 11/04/2024 to 11/8/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223655","line":"1","part":"MZQT47-BG15Z-MS-C","qty":"1","price":"955.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223655","line":"2","part":"LB15-1000-70F","qty":"1","price":"70.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-05 08:36:47.588 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221616-11052024083647.txt === {"quote":"221616","customer":"13671","name":null,"customerName":"Mitsubishi Materials U.S.A. Corp.","comp":"01","open":"0","shipto":"MITSUMI","shiptoName":"Mitsubishi Materials U.S.A","entry_date":"09-17-2024","cust_order_date":"12-17-2024","req_date":"12-20-2024","cust_po":"Special PSC 5 to CAT50","terms_code":"N30","ship_via":"U-GND","ship_collect":"9X2865","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Walter Danek","drop_po":"","status":"0","user":"briand","conv_order":"","time":"09:42","extra":"","follow_up":"11-07-2024","web_id":"","follow_name":"Walter Danek","follow_phone":"810-229-4567 Ext 264","follow_email":"wdanek@mmus.com","pic_user":"briand","total_amt":"4741.00","total_gp":"4741.00","total_gpm":"100.00","rev_type":"STD","mod_date":"11-05-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"6","win_pct":"20","clo_date":"11-20-2024","notes":[{"comp":"1","quote":"221616","line":"5","data":"09-17-2024 09:44 - Discounts Recalculated QS"},{"comp":"1","quote":"221616","line":"4","data":"and Alyssa."},{"comp":"1","quote":"221616","line":"3","data":"Walter at Mitsubishi via email and will CC: Cindy"},{"comp":"1","quote":"221616","line":"2","data":"to enter all the info for the quote. Sending to"},{"comp":"1","quote":"221616","line":"1","data":"for Quantities 1~4 and 5~10. Cindy showed me how"},{"comp":"1","quote":"221616","line":"0","data":"09-24-2024 11:34-briand: Recd info from Purchasing"}],"crmnotes":[{"comp":1,"quote":221616,"Line":0,"Comment":"10/03/2024 9:20 AM - briand - F/U changed from 10/04/2024 to 10/10/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221616,"Line":1,"Comment":"10/04/2024 10:23 AM - briand - F/U changed from 10/04/2024 to 10/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221616,"Line":2,"Comment":"10/10/2024 4:37 PM - briand - Sent Walter an email to see if this quote is still active. NOTE: We didn't send the actual quote until 9/24 so it's still fairly new."},{"comp":1,"quote":221616,"Line":3,"Comment":"10/11/2024 2:24 PM - briand - CLO changed from 10/17/2024 to 11/11/2024 (CLO Date Updated)"},{"comp":1,"quote":221616,"Line":4,"Comment":"10/11/2024 2:25 PM - briand - F/U changed from 10/14/2024 to 11/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221616,"Line":5,"Comment":"11/05/2024 8:36 AM - briand - Sent Walter another email requesting status of the quote."},{"comp":1,"quote":221616,"Line":6,"Comment":"11/05/2024 8:36 AM - briand - CLO changed from 11/11/2024 to 11/20/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221616","line":"1","part":"SPECIAL-TL","qty":"1","price":"1951.00","uom":"EA","discount":"0.00","req_date":"10 Weeks ARO","branch":"1"},{"comp":"01","order":"221616","line":"2","part":"SPECIAL-TL","qty":"5","price":"558.00","uom":"EA","discount":"0.00","req_date":"10 Weeks ARO","branch":"1"}],"qlines":[{"Quote":"221616","Line":"1","Company":"1","F_Line":"1","Comment":"Part Number TBD >> PSC5 Female to CAT50 Male Adapter","Loc":"Y"},{"Quote":"221616","Line":"1","Company":"1","F_Line":"2","Comment":"Quoted at NET price for 1~4 tools.","Loc":"Y"},{"Quote":"221616","Line":"2","Company":"1","F_Line":"1","Comment":"Part Number TBD >> PSC5 Female to CAT50 Male Adapter","Loc":"Y"},{"Quote":"221616","Line":"2","Company":"1","F_Line":"2","Comment":"Quoted at NET price for 5~10 tools.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-05 08:36:54.333 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221616-11052024083654.txt === {"quote":"221616","customer":"13671","name":null,"customerName":"Mitsubishi Materials U.S.A. Corp.","comp":"01","open":"0","shipto":"MITSUMI","shiptoName":"Mitsubishi Materials U.S.A","entry_date":"09-17-2024","cust_order_date":"12-17-2024","req_date":"12-20-2024","cust_po":"Special PSC 5 to CAT50","terms_code":"N30","ship_via":"U-GND","ship_collect":"9X2865","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Walter Danek","drop_po":"","status":"0","user":"briand","conv_order":"","time":"09:42","extra":"","follow_up":"11-19-2024","web_id":"","follow_name":"Walter Danek","follow_phone":"810-229-4567 Ext 264","follow_email":"wdanek@mmus.com","pic_user":"briand","total_amt":"4741.00","total_gp":"4741.00","total_gpm":"100.00","rev_type":"STD","mod_date":"11-05-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"6","win_pct":"20","clo_date":"11-20-2024","notes":[{"comp":"1","quote":"221616","line":"5","data":"09-17-2024 09:44 - Discounts Recalculated QS"},{"comp":"1","quote":"221616","line":"4","data":"and Alyssa."},{"comp":"1","quote":"221616","line":"3","data":"Walter at Mitsubishi via email and will CC: Cindy"},{"comp":"1","quote":"221616","line":"2","data":"to enter all the info for the quote. Sending to"},{"comp":"1","quote":"221616","line":"1","data":"for Quantities 1~4 and 5~10. Cindy showed me how"},{"comp":"1","quote":"221616","line":"0","data":"09-24-2024 11:34-briand: Recd info from Purchasing"}],"crmnotes":[{"comp":1,"quote":221616,"Line":0,"Comment":"10/03/2024 9:20 AM - briand - F/U changed from 10/04/2024 to 10/10/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221616,"Line":1,"Comment":"10/04/2024 10:23 AM - briand - F/U changed from 10/04/2024 to 10/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221616,"Line":2,"Comment":"10/10/2024 4:37 PM - briand - Sent Walter an email to see if this quote is still active. NOTE: We didn't send the actual quote until 9/24 so it's still fairly new."},{"comp":1,"quote":221616,"Line":3,"Comment":"10/11/2024 2:24 PM - briand - CLO changed from 10/17/2024 to 11/11/2024 (CLO Date Updated)"},{"comp":1,"quote":221616,"Line":4,"Comment":"10/11/2024 2:25 PM - briand - F/U changed from 10/14/2024 to 11/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221616,"Line":5,"Comment":"11/05/2024 8:36 AM - briand - Sent Walter another email requesting status of the quote."},{"comp":1,"quote":221616,"Line":6,"Comment":"11/05/2024 8:36 AM - briand - CLO changed from 11/11/2024 to 11/20/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221616","line":"1","part":"SPECIAL-TL","qty":"1","price":"1951.00","uom":"EA","discount":"0.00","req_date":"10 Weeks ARO","branch":"1"},{"comp":"01","order":"221616","line":"2","part":"SPECIAL-TL","qty":"5","price":"558.00","uom":"EA","discount":"0.00","req_date":"10 Weeks ARO","branch":"1"}],"qlines":[{"Quote":"221616","Line":"1","Company":"1","F_Line":"1","Comment":"Part Number TBD >> PSC5 Female to CAT50 Male Adapter","Loc":"Y"},{"Quote":"221616","Line":"1","Company":"1","F_Line":"2","Comment":"Quoted at NET price for 1~4 tools.","Loc":"Y"},{"Quote":"221616","Line":"2","Company":"1","F_Line":"1","Comment":"Part Number TBD >> PSC5 Female to CAT50 Male Adapter","Loc":"Y"},{"Quote":"221616","Line":"2","Company":"1","F_Line":"2","Comment":"Quoted at NET price for 5~10 tools.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-05 08:37:06.519 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223457-11052024083706.txt === {"quote":"223457","customer":"E16700","name":null,"customerName":"Orizon Aerostructures - Grove, Inc.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-24-2024","cust_order_date":"10-24-2024","req_date":"12-05-2024","cust_po":"NT05-012","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"JH","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"karynm","conv_order":"","time":"09:40","extra":"","follow_up":"11-07-2024","web_id":"","follow_name":"Ed Crossley","follow_phone":"918-791-7321","follow_email":"ecrossley@orizonaero.com","pic_user":"karynm","total_amt":"31.2","total_gp":"15.70","total_gpm":"50.32","rev_type":"STD","mod_date":"11-05-2024","mod_time":null,"mod_user":"karynm","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-24-2024","notes":[],"crmnotes":[{"comp":1,"quote":223457,"Line":0,"Comment":"10/31/2024 12:16 PM - karynm - Ed is reviewing drawings"},{"comp":1,"quote":223457,"Line":1,"Comment":"10/31/2024 12:16 PM - karynm - F/U changed from 10/30/2024 to 11/7/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223457","line":"1","part":"NT05-012","qty":"1","price":"48.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-05 09:13:16.060 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223203-11052024091315.txt === {"quote":"223203","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"1","shipto":"AFIFLORE","shiptoName":"Alternatives For Industry","entry_date":"10-18-2024","cust_order_date":"10-18-2024","req_date":"11-29-2024","cust_po":"SK TORQUE WRENCHES","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Don Best","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"10:16","extra":"","follow_up":"10-24-2024","web_id":"","follow_name":"Don Best","follow_phone":"803-429-2725","follow_email":"don@afi-tools.com","pic_user":"andrewm","total_amt":"707.80","total_gp":"428.80","total_gpm":"60.58","rev_type":"STD","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"2","totalQty":"5","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"223203","line":"0","data":"10-18-2024 10:19 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223203","line":"1","part":"TQW-025","qty":"1","price":"364.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223203","line":"2","part":"TQW-SK06","qty":"1","price":"102.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223203","line":"4","part":"TQW-200","qty":"1","price":"364.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223203","line":"6","part":"TQW-SK10","qty":"1","price":"102.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223203","line":"7","part":"TQW-ER32/SK20(50)","qty":"1","price":"102.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":5}}] 2024-11-05 09:14:06.220 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223090-11052024091406.txt === {"quote":"223090","customer":"26350","name":null,"customerName":"Zenger's Inc.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-16-2024","cust_order_date":"10-16-2024","req_date":"11-27-2024","cust_po":"025-SPAN","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"16:03","extra":"","follow_up":"11-06-2024","web_id":"","follow_name":"Gabe Rodriguez","follow_phone":"847-455-5720x178","follow_email":"gabe@zengers.com","pic_user":"jennad","total_amt":"27.36","total_gp":"17.50","total_gpm":"63.96","rev_type":"STD","mod_date":"11-05-2024","mod_time":null,"mod_user":"jennad","reason":"2","totalQty":"2","win_pct":"20","clo_date":"11-16-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223090","line":"1","part":"025-SPAN","qty":"2","price":"19.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-05 09:15:06.909 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223077-11052024091506.txt === {"quote":"223077","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"1","shipto":"NNTCITAS","shiptoName":"PTSolutions - Itasca","entry_date":"10-16-2024","cust_order_date":"10-16-2024","req_date":"11-27-2024","cust_po":"800-056","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"14:37","extra":"","follow_up":"11-06-2024","web_id":"","follow_name":"Lisa Danning","follow_phone":"","follow_email":"lisa.danning@pts-tools.com","pic_user":"jennad","total_amt":"18.48","total_gp":"8.80","total_gpm":"47.62","rev_type":"STD","mod_date":"11-05-2024","mod_time":null,"mod_user":"jennad","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-16-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223077","line":"1","part":"800-056","qty":"1","price":"44.00","uom":"EA","discount":"58.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-05 09:15:58.627 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223824-11052024091558.txt === {"quote":"223824","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"BEARCREE","shiptoName":"Bear Creek Arsenal","entry_date":"11-01-2024","cust_order_date":"11-01-2024","req_date":"12-13-2024","cust_po":"E236+","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Mike Kidd","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"10:31","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Mike Kidd","follow_phone":"941-739-6566","follow_email":"mikek@afi-tools.com","pic_user":"andrewm","total_amt":"7300.8","total_gp":"3825.89","total_gpm":"52.40","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"5","win_pct":"20","clo_date":"12-01-2024","notes":[{"comp":"1","quote":"223824","line":"0","data":"11-01-2024 10:34 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223824","line":"1","part":"PRE-E236PLUS-I40","qty":"1","price":"9500.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223824","line":"2","part":"PRE-PRNT-04B080M","qty":"1","price":"610.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223824","line":"3","part":"PRE-PRNT-ROLL-04B080M","qty":"3","price":"10.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-05 09:16:08.501 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223824-11052024091608.txt === {"quote":"223824","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"BEARCREE","shiptoName":"Bear Creek Arsenal","entry_date":"11-01-2024","cust_order_date":"11-01-2024","req_date":"12-13-2024","cust_po":"E236+","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Mike Kidd","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"10:31","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Mike Kidd","follow_phone":"941-739-6566","follow_email":"mikek@afi-tools.com","pic_user":"andrewm","total_amt":"7300.8","total_gp":"3825.89","total_gpm":"52.40","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"5","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"223824","line":"0","data":"11-01-2024 10:34 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223824,"Line":0,"Comment":"11/05/2024 9:15 AM - andrewm - F/U changed from 11/14/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223824,"Line":1,"Comment":"11/05/2024 9:16 AM - andrewm - CLO changed from 12/01/2024 to 12/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223824","line":"1","part":"PRE-E236PLUS-I40","qty":"1","price":"9500.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223824","line":"2","part":"PRE-PRNT-04B080M","qty":"1","price":"610.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223824","line":"3","part":"PRE-PRNT-ROLL-04B080M","qty":"3","price":"10.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-05 09:16:15.719 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223824-11052024091615.txt === {"quote":"223824","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"BEARCREE","shiptoName":"Bear Creek Arsenal","entry_date":"11-01-2024","cust_order_date":"11-01-2024","req_date":"12-27-2024","cust_po":"E236+","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Mike Kidd","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"10:31","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Mike Kidd","follow_phone":"941-739-6566","follow_email":"mikek@afi-tools.com","pic_user":"andrewm","total_amt":"7300.8","total_gp":"3825.89","total_gpm":"52.40","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"5","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"223824","line":"0","data":"11-01-2024 10:34 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223824,"Line":0,"Comment":"11/05/2024 9:15 AM - andrewm - F/U changed from 11/14/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223824,"Line":1,"Comment":"11/05/2024 9:16 AM - andrewm - CLO changed from 12/01/2024 to 12/14/2024 (CLO Date Updated)"},{"comp":1,"quote":223824,"Line":2,"Comment":"11/05/2024 9:16 AM - andrewm - Req Date changed from 12/13/2024 to 12/27/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223824","line":"1","part":"PRE-E236PLUS-I40","qty":"1","price":"9500.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223824","line":"2","part":"PRE-PRNT-04B080M","qty":"1","price":"610.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223824","line":"3","part":"PRE-PRNT-ROLL-04B080M","qty":"3","price":"10.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-05 09:16:22.403 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223824-11052024091622.txt === {"quote":"223824","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"BEARCREE","shiptoName":"Bear Creek Arsenal","entry_date":"11-01-2024","cust_order_date":null,"req_date":"12-27-2024","cust_po":"E236+","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Mike Kidd","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"10:31","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Mike Kidd","follow_phone":"941-739-6566","follow_email":"mikek@afi-tools.com","pic_user":"mattm","total_amt":"7300.8","total_gp":"3826","total_gpm":"52","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"5","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"223824","line":"0","data":"11-01-2024 10:34 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223824,"Line":0,"Comment":"11/05/2024 9:15 AM - andrewm - F/U changed from 11/14/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223824,"Line":1,"Comment":"11/05/2024 9:16 AM - andrewm - CLO changed from 12/01/2024 to 12/14/2024 (CLO Date Updated)"},{"comp":1,"quote":223824,"Line":2,"Comment":"11/05/2024 9:16 AM - andrewm - Req Date changed from 12/13/2024 to 12/27/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223824","line":"1","part":"PRE-E236PLUS-I40","qty":"1","price":"9500.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223824","line":"2","part":"PRE-PRNT-04B080M","qty":"1","price":"610.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223824","line":"3","part":"PRE-PRNT-ROLL-04B080M","qty":"3","price":"10.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-05 09:16:32.054 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223050-11052024091631.txt === {"quote":"223050","customer":"6470","name":null,"customerName":"Fleetwood Industrial Supply","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-16-2024","cust_order_date":"10-16-2024","req_date":"11-27-2024","cust_po":"C6-TB40-352","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"mirandag","conv_order":"","time":"09:43","extra":"","follow_up":"11-15-2024","web_id":"","follow_name":"Kyle Zikmund","follow_phone":"630-543-0190","follow_email":"kyle@fleetwoodtools.com","pic_user":"jennad","total_amt":"1391.52","total_gp":"644.61","total_gpm":"46.32","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"jennad","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"223050","line":"1","data":"he hung up on me before I could ask name."},{"comp":"1","quote":"223050","line":"0","data":"10-16-2024 09:43-mirandag unsure if it was Kyle,"}],"crmnotes":[],"items":[{"comp":"01","order":"223050","line":"1","part":"C6-TB40-352","qty":"1","price":"1784.00","uom":"EA","discount":"22.00","req_date":"11-13 Weeks","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-05 09:16:32.621 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222972-11052024091632.txt === {"quote":"222972","customer":"10015","name":null,"customerName":"Ellison(GA,NC,SC,TN)","comp":"01","open":"0","shipto":"ELLISONC","shiptoName":"Ellison Technologies, Inc.","entry_date":"10-15-2024","cust_order_date":"12-15-2024","req_date":"12-27-2024","cust_po":"BMT55 Live Tooling","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Kevin Sanders","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"08:03","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Kevin Sanders","follow_phone":"304-529-6227","follow_email":"ksanders@ellisontechnologies.com","pic_user":"andrewm","total_amt":"26508.95","total_gp":"13342.94","total_gpm":"50.33","rev_type":"LT","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"15","win_pct":"20","clo_date":"11-15-2024","notes":[{"comp":"1","quote":"222972","line":"1","data":"Ellison. SO#222986."},{"comp":"1","quote":"222972","line":"0","data":"10-15-2024 09:26-cindyt: Also quoted a TC to"}],"crmnotes":[],"items":[{"comp":"01","order":"222972","line":"1","part":"BMT55-ER32Z-85-ICE","qty":"3","price":"4311.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222972","line":"2","part":"BMT55-ER32X-ICE","qty":"10","price":"2785.00","uom":"EA","discount":"35.00","req_date":"Pending","branch":"1"},{"comp":"01","order":"222972","line":"3","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222972","line":"4","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":4}}] 2024-11-05 09:16:42.853 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222972-11052024091642.txt === {"quote":"222972","customer":"10015","name":null,"customerName":"Ellison(GA,NC,SC,TN)","comp":"01","open":"0","shipto":"ELLISONC","shiptoName":"Ellison Technologies, Inc.","entry_date":"10-15-2024","cust_order_date":"12-15-2024","req_date":"12-27-2024","cust_po":"BMT55 Live Tooling","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Kevin Sanders","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"08:03","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Kevin Sanders","follow_phone":"304-529-6227","follow_email":"ksanders@ellisontechnologies.com","pic_user":"andrewm","total_amt":"26508.95","total_gp":"13342.94","total_gpm":"50.33","rev_type":"LT","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"15","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"222972","line":"1","data":"Ellison. SO#222986."},{"comp":"1","quote":"222972","line":"0","data":"10-15-2024 09:26-cindyt: Also quoted a TC to"}],"crmnotes":[{"comp":1,"quote":222972,"Line":0,"Comment":"11/05/2024 9:16 AM - andrewm - F/U changed from 11/15/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222972,"Line":1,"Comment":"11/05/2024 9:16 AM - andrewm - CLO changed from 11/15/2024 to 12/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222972","line":"1","part":"BMT55-ER32Z-85-ICE","qty":"3","price":"4311.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222972","line":"2","part":"BMT55-ER32X-ICE","qty":"10","price":"2785.00","uom":"EA","discount":"35.00","req_date":"Pending","branch":"1"},{"comp":"01","order":"222972","line":"3","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222972","line":"4","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-05 09:16:49.952 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222972-11052024091649.txt === {"quote":"222972","customer":"10015","name":null,"customerName":"Ellison(GA,NC,SC,TN)","comp":"01","open":"0","shipto":"ELLISONC","shiptoName":"Ellison Technologies, Inc.","entry_date":"10-15-2024","cust_order_date":null,"req_date":"12-27-2024","cust_po":"BMT55 Live Tooling","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Kevin Sanders","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"08:03","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Kevin Sanders","follow_phone":"304-529-6227","follow_email":"ksanders@ellisontechnologies.com","pic_user":"mattm","total_amt":"26508.95","total_gp":"13343","total_gpm":"50","rev_type":"LT","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"15","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"222972","line":"1","data":"Ellison. SO#222986."},{"comp":"1","quote":"222972","line":"0","data":"10-15-2024 09:26-cindyt: Also quoted a TC to"}],"crmnotes":[{"comp":1,"quote":222972,"Line":0,"Comment":"11/05/2024 9:16 AM - andrewm - F/U changed from 11/15/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222972,"Line":1,"Comment":"11/05/2024 9:16 AM - andrewm - CLO changed from 11/15/2024 to 12/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222972","line":"1","part":"BMT55-ER32Z-85-ICE","qty":"3","price":"4311.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222972","line":"2","part":"BMT55-ER32X-ICE","qty":"10","price":"2785.00","uom":"EA","discount":"35.00","req_date":"Pending","branch":"1"},{"comp":"01","order":"222972","line":"3","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222972","line":"4","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-05 09:17:02.141 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222986-11052024091701.txt === {"quote":"222986","customer":"10015","name":null,"customerName":"Ellison(GA,NC,SC,TN)","comp":"01","open":"0","shipto":"ELLISONC","shiptoName":"Ellison Technologies, Inc.","entry_date":"10-15-2024","cust_order_date":"12-15-2024","req_date":"12-27-2024","cust_po":"BMT55 For Doosan","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Kevin Sanders","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"09:01","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Kevin Sanders","follow_phone":"304-529-6227","follow_email":"ksanders@ellisontechnologies.com","pic_user":"andrewm","total_amt":"24600","total_gp":"24600.00","total_gpm":"100.00","rev_type":"STD","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-13-2024","notes":[{"comp":"1","quote":"222986","line":"1","data":"tooling with no cert. QT 222972."},{"comp":"1","quote":"222986","line":"0","data":"10-15-2024 09:24-cindytAlso quoting same dist"}],"crmnotes":[],"items":[{"comp":"01","order":"222986","line":"1","part":"TOOL-CERT","qty":"1","price":"41000.00","uom":"EA","discount":"40.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-05 09:17:10.955 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222986-11052024091710.txt === {"quote":"222986","customer":"10015","name":null,"customerName":"Ellison(GA,NC,SC,TN)","comp":"01","open":"0","shipto":"ELLISONC","shiptoName":"Ellison Technologies, Inc.","entry_date":"10-15-2024","cust_order_date":null,"req_date":"12-27-2024","cust_po":"BMT55 For Doosan","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Kevin Sanders","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"09:01","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Kevin Sanders","follow_phone":"304-529-6227","follow_email":"ksanders@ellisontechnologies.com","pic_user":"mattm","total_amt":"24600","total_gp":"24600","total_gpm":"100","rev_type":"STD","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-13-2024","notes":[{"comp":"1","quote":"222986","line":"1","data":"tooling with no cert. QT 222972."},{"comp":"1","quote":"222986","line":"0","data":"10-15-2024 09:24-cindytAlso quoting same dist"}],"crmnotes":[{"comp":1,"quote":222986,"Line":0,"Comment":"11/05/2024 9:17 AM - andrewm - F/U changed from 11/15/2024 to 12/14/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222986","line":"1","part":"TOOL-CERT","qty":"1","price":"41000.00","uom":"EA","discount":"40.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-05 09:17:44.080 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-217846-11052024091743.txt === {"quote":"217846","customer":"13275","name":null,"customerName":"Machinery Solutions Inc.","comp":"01","open":"1","shipto":"XXXXLEXI","shiptoName":"Machinery Solutions Inc.","entry_date":"06-21-2024","cust_order_date":null,"req_date":"12-14-2024","cust_po":"CNC601YA-M","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"22","salesman":"AM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Daniel Jones","drop_po":"","status":"0","user":"kylem","conv_order":"","time":"10:23","extra":"","follow_up":"10-14-2024","web_id":"","follow_name":"Daniel Jones","follow_phone":"803-359-7000","follow_email":"daniel.jones@machinerysolutions.com","pic_user":"andrewm","total_amt":"47092.5","total_gp":"47092.50","total_gpm":"100.00","rev_type":"RT","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"2","totalQty":"1","win_pct":"20","clo_date":"10-18-2024","notes":[],"crmnotes":[{"comp":1,"quote":217846,"Line":0,"Comment":"07/30/2024 10:39 AM - stevel - F/U changed from 07/04/2024 to 8/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217846,"Line":1,"Comment":"07/30/2024 10:39 AM - stevel - CLO changed from 07/21/2024 to 08/17/2024 (CLO Date Updated)"},{"comp":1,"quote":217846,"Line":2,"Comment":"07/30/2024 10:39 AM - stevel - Req Date changed from 08/02/2024 to 08/31/2024 (Req Date Updated)"},{"comp":1,"quote":217846,"Line":3,"Comment":"07/30/2024 10:39 AM - stevel - TODO: Andrew to follow up"},{"comp":1,"quote":217846,"Line":4,"Comment":"07/30/2024 10:40 AM - stevel - PIC changed from stevel to andrewm"},{"comp":1,"quote":217846,"Line":5,"Comment":"08/26/2024 8:07 AM - andrewm - F/U changed from 08/17/2024 to 8/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217846,"Line":6,"Comment":"08/26/2024 8:07 AM - andrewm - CLO changed from 08/17/2024 to 09/16/2024 (CLO Date Updated)"},{"comp":1,"quote":217846,"Line":7,"Comment":"08/26/2024 8:07 AM - andrewm - Req Date changed from 08/31/2024 to 09/16/2024 (Req Date Updated)"},{"comp":1,"quote":217846,"Line":8,"Comment":"09/18/2024 8:23 AM - andrewm - Email F/U has been sent to daniel.jones@machinerysolutions.com"},{"comp":1,"quote":217846,"Line":9,"Comment":"09/18/2024 8:23 AM - andrewm - Encounter has been added"},{"comp":1,"quote":217846,"Line":10,"Comment":"09/18/2024 8:24 AM - andrewm - F/U changed from 08/29/2024 to 9/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217846,"Line":11,"Comment":"09/18/2024 8:24 AM - andrewm - CLO changed from 09/16/2024 to 10/04/2024 (CLO Date Updated)"},{"comp":1,"quote":217846,"Line":12,"Comment":"09/18/2024 8:24 AM - andrewm - Req Date changed from 09/16/2024 to 12/14/2024 (Req Date Updated)"},{"comp":1,"quote":217846,"Line":13,"Comment":"10/11/2024 7:15 AM - andrewm - F/U changed from 09/27/2024 to 10/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217846,"Line":14,"Comment":"10/11/2024 7:15 AM - andrewm - CLO changed from 10/04/2024 to 10/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"217846","line":"1","part":"CNC601YA-M","qty":"1","price":"62790.00","uom":"EA","discount":"25.00","req_date":"DELIVERY TBD","branch":"1"}],"qlines":[{"Quote":"217846","Line":"1","Company":"1","F_Line":"1","Comment":"INCLUDES CABLES INSIDE MOTOR COVER AND MOTOR","Loc":"Y"},{"Quote":"217846","Line":"1","Company":"1","F_Line":"2","Comment":"HURCO TO ADVISE MOTOR MODEL THAT CAN BE USED","Loc":"Y"},{"Quote":"217846","Line":"1","Company":"1","F_Line":"3","Comment":"NEEDS TO BE SGM -20 OR -30 SERIES MOTOR (2KW ~ 3KW)","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-05 09:18:12.152 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221582-11052024091811.txt === {"quote":"221582","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"MORGAN","shiptoName":"Morgan Advanced Materials","entry_date":"09-16-2024","cust_order_date":"09-16-2024","req_date":"10-28-2024","cust_po":"E46BA PRESETTER","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Don Best","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"14:42","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Don Best","follow_phone":"803-429-2725","follow_email":"don@afi-tools.com","pic_user":"andrewm","total_amt":"37168.00","total_gp":"30601.24","total_gpm":"82.33","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"17","win_pct":"20","clo_date":"10-16-2024","notes":[{"comp":"1","quote":"221582","line":"0","data":"09-16-2024 15:20 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221582,"Line":0,"Comment":"10/11/2024 7:16 AM - andrewm - F/U changed from 09/29/2024 to 10/15/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"221582","line":"1","part":"PRE-E46BA-I40","qty":"1","price":"38300.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221582","line":"2","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221582","line":"3","part":"PRE-SPDL-I30-E46BAP-CAX","qty":"1","price":"3300.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221582","line":"4","part":"PRE-GAUGE-B30/I30","qty":"1","price":"550.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221582","line":"5","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221582","line":"6","part":"PRE-PRNT-ROLL-QL800","qty":"5","price":"30.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221582","line":"7","part":"PRE-INST/TRAINING","qty":"1","price":"3500.00","uom":"EA","discount":"100.00","req_date":"TBD","branch":"1"},{"comp":"01","order":"221582","line":"8","part":"PROMOTION-IMTS24PRE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"221582","line":"10","part":"PRE-TID-12TMKE","qty":"1","price":"2100.00","uom":"EA","discount":"28.00","req_date":"2-3 WEEKS","branch":"1"},{"comp":"01","order":"221582","line":"11","part":"PRE-TID-12TRE","qty":"1","price":"450.00","uom":"EA","discount":"28.00","req_date":"2-3 WEEKS","branch":"1"},{"comp":"01","order":"221582","line":"12","part":"PRE-TID-IPC","qty":"1","price":"1800.00","uom":"EA","discount":"28.00","req_date":"2-3 WEEKS","branch":"1"},{"comp":"01","order":"221582","line":"13","part":"PRE-TID-12TSPV","qty":"1","price":"600.00","uom":"EA","discount":"28.00","req_date":"2-3 WEEKS","branch":"1"},{"comp":"01","order":"221582","line":"14","part":"PRE-INST/TRAINING","qty":"1","price":"2500.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"}],"qlines":[{"Quote":"221582","Line":"8","Company":"1","F_Line":"1","Comment":"FREE $1500 TOOL CERT INCLUDED WITH PURCHASE OF","Loc":"Y"},{"Quote":"221582","Line":"8","Company":"1","F_Line":"2","Comment":"A PRE-E46CA-I40.","Loc":"Y"}],"qcomms":[{"Quote":"221582","Line":"0","Comment":"ONCE INVOICED THESE ITEMS MAY NOT BE RETURNED"},{"Quote":"221582","Line":"1","Comment":"OR EXCHANGED."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":13}}] 2024-11-05 09:18:20.716 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221582-11052024091820.txt === {"quote":"221582","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"MORGAN","shiptoName":"Morgan Advanced Materials","entry_date":"09-16-2024","cust_order_date":"09-16-2024","req_date":"10-28-2024","cust_po":"E46BA PRESETTER","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Don Best","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"14:42","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Don Best","follow_phone":"803-429-2725","follow_email":"don@afi-tools.com","pic_user":"andrewm","total_amt":"37168.00","total_gp":"30601.24","total_gpm":"82.33","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"17","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"221582","line":"0","data":"09-16-2024 15:20 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221582,"Line":0,"Comment":"10/11/2024 7:16 AM - andrewm - F/U changed from 09/29/2024 to 10/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221582,"Line":1,"Comment":"11/05/2024 9:18 AM - andrewm - F/U changed from 10/15/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221582,"Line":2,"Comment":"11/05/2024 9:18 AM - andrewm - CLO changed from 10/16/2024 to 12/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221582","line":"1","part":"PRE-E46BA-I40","qty":"1","price":"38300.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221582","line":"2","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221582","line":"3","part":"PRE-SPDL-I30-E46BAP-CAX","qty":"1","price":"3300.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221582","line":"4","part":"PRE-GAUGE-B30/I30","qty":"1","price":"550.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221582","line":"5","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221582","line":"6","part":"PRE-PRNT-ROLL-QL800","qty":"5","price":"30.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221582","line":"7","part":"PRE-INST/TRAINING","qty":"1","price":"3500.00","uom":"EA","discount":"100.00","req_date":"TBD","branch":"1"},{"comp":"01","order":"221582","line":"8","part":"PROMOTION-IMTS24PRE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"221582","line":"10","part":"PRE-TID-12TMKE","qty":"1","price":"2100.00","uom":"EA","discount":"28.00","req_date":"2-3 WEEKS","branch":"1"},{"comp":"01","order":"221582","line":"11","part":"PRE-TID-12TRE","qty":"1","price":"450.00","uom":"EA","discount":"28.00","req_date":"2-3 WEEKS","branch":"1"},{"comp":"01","order":"221582","line":"12","part":"PRE-TID-IPC","qty":"1","price":"1800.00","uom":"EA","discount":"28.00","req_date":"2-3 WEEKS","branch":"1"},{"comp":"01","order":"221582","line":"13","part":"PRE-TID-12TSPV","qty":"1","price":"600.00","uom":"EA","discount":"28.00","req_date":"2-3 WEEKS","branch":"1"},{"comp":"01","order":"221582","line":"14","part":"PRE-INST/TRAINING","qty":"1","price":"2500.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"}],"qlines":[{"Quote":"221582","Line":"8","Company":"1","F_Line":"1","Comment":"FREE $1500 TOOL CERT INCLUDED WITH PURCHASE OF","Loc":"Y"},{"Quote":"221582","Line":"8","Company":"1","F_Line":"2","Comment":"A PRE-E46CA-I40.","Loc":"Y"}],"qcomms":[{"Quote":"221582","Line":"0","Comment":"ONCE INVOICED THESE ITEMS MAY NOT BE RETURNED"},{"Quote":"221582","Line":"1","Comment":"OR EXCHANGED."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":13}}] 2024-11-05 09:18:29.373 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221582-11052024091829.txt === {"quote":"221582","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"MORGAN","shiptoName":"Morgan Advanced Materials","entry_date":"09-16-2024","cust_order_date":"09-16-2024","req_date":"12-27-2024","cust_po":"E46BA PRESETTER","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Don Best","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"14:42","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Don Best","follow_phone":"803-429-2725","follow_email":"don@afi-tools.com","pic_user":"andrewm","total_amt":"37168.00","total_gp":"30601.24","total_gpm":"82.33","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"17","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"221582","line":"0","data":"09-16-2024 15:20 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221582,"Line":0,"Comment":"10/11/2024 7:16 AM - andrewm - F/U changed from 09/29/2024 to 10/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221582,"Line":1,"Comment":"11/05/2024 9:18 AM - andrewm - F/U changed from 10/15/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221582,"Line":2,"Comment":"11/05/2024 9:18 AM - andrewm - CLO changed from 10/16/2024 to 12/14/2024 (CLO Date Updated)"},{"comp":1,"quote":221582,"Line":3,"Comment":"11/05/2024 9:18 AM - andrewm - Req Date changed from 10/28/2024 to 12/27/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221582","line":"1","part":"PRE-E46BA-I40","qty":"1","price":"38300.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221582","line":"2","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221582","line":"3","part":"PRE-SPDL-I30-E46BAP-CAX","qty":"1","price":"3300.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221582","line":"4","part":"PRE-GAUGE-B30/I30","qty":"1","price":"550.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221582","line":"5","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221582","line":"6","part":"PRE-PRNT-ROLL-QL800","qty":"5","price":"30.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221582","line":"7","part":"PRE-INST/TRAINING","qty":"1","price":"3500.00","uom":"EA","discount":"100.00","req_date":"TBD","branch":"1"},{"comp":"01","order":"221582","line":"8","part":"PROMOTION-IMTS24PRE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"221582","line":"10","part":"PRE-TID-12TMKE","qty":"1","price":"2100.00","uom":"EA","discount":"28.00","req_date":"2-3 WEEKS","branch":"1"},{"comp":"01","order":"221582","line":"11","part":"PRE-TID-12TRE","qty":"1","price":"450.00","uom":"EA","discount":"28.00","req_date":"2-3 WEEKS","branch":"1"},{"comp":"01","order":"221582","line":"12","part":"PRE-TID-IPC","qty":"1","price":"1800.00","uom":"EA","discount":"28.00","req_date":"2-3 WEEKS","branch":"1"},{"comp":"01","order":"221582","line":"13","part":"PRE-TID-12TSPV","qty":"1","price":"600.00","uom":"EA","discount":"28.00","req_date":"2-3 WEEKS","branch":"1"},{"comp":"01","order":"221582","line":"14","part":"PRE-INST/TRAINING","qty":"1","price":"2500.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"}],"qlines":[{"Quote":"221582","Line":"8","Company":"1","F_Line":"1","Comment":"FREE $1500 TOOL CERT INCLUDED WITH PURCHASE OF","Loc":"Y"},{"Quote":"221582","Line":"8","Company":"1","F_Line":"2","Comment":"A PRE-E46CA-I40.","Loc":"Y"}],"qcomms":[{"Quote":"221582","Line":"0","Comment":"ONCE INVOICED THESE ITEMS MAY NOT BE RETURNED"},{"Quote":"221582","Line":"1","Comment":"OR EXCHANGED."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":13}}] 2024-11-05 09:18:45.570 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223803-11052024091845.txt === {"quote":"223803","customer":"3966","name":null,"customerName":"Cutting Edge Tool Supply,Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-31-2024","cust_order_date":"10-31-2024","req_date":"12-12-2024","cust_po":"C4006-0125-1.38","terms_code":"CCARD","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"75","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"16:46","extra":"","follow_up":"11-19-2024","web_id":"","follow_name":"Allen Gordy","follow_phone":"615-339-8156","follow_email":"allen@cets-online.com","pic_user":"rons","total_amt":"7704.0","total_gp":"5006.22","total_gpm":"64.98","rev_type":"STD","mod_date":"11-05-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"64","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"223803","line":"2","data":"user"},{"comp":"1","quote":"223803","line":"1","data":"Distributor in Virginia...he is going to check end"},{"comp":"1","quote":"223803","line":"0","data":"10-31-2024 16:50-rons: shipping to Chesapeake"}],"crmnotes":[],"items":[{"comp":"01","order":"223803","line":"1","part":"C4006-0125-1.38","qty":"6","price":"161.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223803","line":"2","part":"C4006-0125-2.36","qty":"10","price":"144.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223803","line":"3","part":"C4006-0125-4.00","qty":"4","price":"150.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223803","line":"4","part":"C4006-0250-2.50","qty":"6","price":"123.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223803","line":"5","part":"C4006-0250-4.00","qty":"2","price":"150.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223803","line":"6","part":"C4006-0500-1.75","qty":"8","price":"112.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223803","line":"7","part":"C4006-0500-2.50","qty":"8","price":"123.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223803","line":"8","part":"C4006-0500-4.00","qty":"4","price":"139.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223803","line":"9","part":"C4006-0312-2.50","qty":"2","price":"139.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223803","line":"10","part":"C4006-0187-2.50","qty":"2","price":"144.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223803","line":"11","part":"C4006-10-2.50","qty":"2","price":"209.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223803","line":"12","part":"C4006-12-2.50","qty":"2","price":"177.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223803","line":"13","part":"C4007-0011-2.50","qty":"4","price":"200.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223803","line":"14","part":"C4007-0016-2.25","qty":"4","price":"253.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":14}}] 2024-11-05 09:18:47.508 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221582-11052024091847.txt === {"quote":"221582","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"MORGAN","shiptoName":"Morgan Advanced Materials","entry_date":"09-16-2024","cust_order_date":null,"req_date":"12-27-2024","cust_po":"E46BA PRESETTER","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Don Best","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"14:42","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Don Best","follow_phone":"803-429-2725","follow_email":"don@afi-tools.com","pic_user":"mattm","total_amt":"37168.00","total_gp":"30601","total_gpm":"82","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"17","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"221582","line":"0","data":"09-16-2024 15:20 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221582,"Line":0,"Comment":"10/11/2024 7:16 AM - andrewm - F/U changed from 09/29/2024 to 10/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221582,"Line":1,"Comment":"11/05/2024 9:18 AM - andrewm - F/U changed from 10/15/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221582,"Line":2,"Comment":"11/05/2024 9:18 AM - andrewm - CLO changed from 10/16/2024 to 12/14/2024 (CLO Date Updated)"},{"comp":1,"quote":221582,"Line":3,"Comment":"11/05/2024 9:18 AM - andrewm - Req Date changed from 10/28/2024 to 12/27/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221582","line":"1","part":"PRE-E46BA-I40","qty":"1","price":"38300.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221582","line":"2","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221582","line":"3","part":"PRE-SPDL-I30-E46BAP-CAX","qty":"1","price":"3300.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221582","line":"4","part":"PRE-GAUGE-B30/I30","qty":"1","price":"550.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221582","line":"5","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221582","line":"6","part":"PRE-PRNT-ROLL-QL800","qty":"5","price":"30.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221582","line":"7","part":"PRE-INST/TRAINING","qty":"1","price":"3500.00","uom":"EA","discount":"100.00","req_date":"TBD","branch":"1"},{"comp":"01","order":"221582","line":"8","part":"PROMOTION-IMTS24PRE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"221582","line":"10","part":"PRE-TID-12TMKE","qty":"1","price":"2100.00","uom":"EA","discount":"28.00","req_date":"2-3 WEEKS","branch":"1"},{"comp":"01","order":"221582","line":"11","part":"PRE-TID-12TRE","qty":"1","price":"450.00","uom":"EA","discount":"28.00","req_date":"2-3 WEEKS","branch":"1"},{"comp":"01","order":"221582","line":"12","part":"PRE-TID-IPC","qty":"1","price":"1800.00","uom":"EA","discount":"28.00","req_date":"2-3 WEEKS","branch":"1"},{"comp":"01","order":"221582","line":"13","part":"PRE-TID-12TSPV","qty":"1","price":"600.00","uom":"EA","discount":"28.00","req_date":"2-3 WEEKS","branch":"1"},{"comp":"01","order":"221582","line":"14","part":"PRE-INST/TRAINING","qty":"1","price":"2500.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"}],"qlines":[{"Quote":"221582","Line":"8","Company":"1","F_Line":"1","Comment":"FREE $1500 TOOL CERT INCLUDED WITH PURCHASE OF","Loc":"Y"},{"Quote":"221582","Line":"8","Company":"1","F_Line":"2","Comment":"A PRE-E46CA-I40.","Loc":"Y"}],"qcomms":[{"Quote":"221582","Line":"0","Comment":"ONCE INVOICED THESE ITEMS MAY NOT BE RETURNED"},{"Quote":"221582","Line":"1","Comment":"OR EXCHANGED."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":13}}] 2024-11-05 09:19:07.633 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222447-11052024091907.txt === {"quote":"222447","customer":"10015","name":null,"customerName":"Ellison(GA,NC,SC,TN)","comp":"01","open":"1","shipto":"ELLISONC","shiptoName":"Ellison Technologies, Inc.","entry_date":"10-03-2024","cust_order_date":"10-03-2024","req_date":"11-14-2024","cust_po":"DD250F-150","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Tom Sawyer","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"08:52","extra":"","follow_up":"10-16-2024","web_id":"","follow_name":"Tom Sawyer","follow_phone":"704-999-2083","follow_email":"tsawyer@ellisontechnologies.com","pic_user":"andrewm","total_amt":"29072.00","total_gp":"18432.50","total_gpm":"63.40","rev_type":"RT","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"2","totalQty":"2","win_pct":"20","clo_date":"11-03-2024","notes":[{"comp":"1","quote":"222447","line":"0","data":"10-03-2024 08:54 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"222447","line":"1","part":"DD250F-150","qty":"1","price":"24465.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222447","line":"2","part":"INSTALLATION-RT-CNC-SE","qty":"1","price":"9500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-05 09:19:35.710 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222656-11052024091935.txt === {"quote":"222656","customer":"13170","name":null,"customerName":"Morris South (NC)","comp":"01","open":"0","shipto":"MORRI","shiptoName":"Morris South, LLC","entry_date":"10-08-2024","cust_order_date":"10-08-2024","req_date":"11-19-2024","cust_po":"5AX-201OSP4","terms_code":"N30","ship_via":"BW","ship_collect":"","drop_ship":"N","territory":"20","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Ronny Eichler","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"07:33","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Ronny Eichler","follow_phone":"6035070724","follow_email":"reichler@morrisgroupinc.com","pic_user":"andrewm","total_amt":"43291.5","total_gp":"30366.19","total_gpm":"70.14","rev_type":"RT","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-08-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"222656","line":"1","part":"5AX-201OSP4-ME40","qty":"1","price":"61845.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222656","line":"2","part":"RT-ACCESSORY","qty":"1","price":"3100.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222656","Line":"2","Company":"1","F_Line":"1","Comment":"POLYWRAPED EXTERNAL AND POWER FEEDBACK CABLES","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-05 09:19:44.660 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222656-11052024091944.txt === {"quote":"222656","customer":"13170","name":null,"customerName":"Morris South (NC)","comp":"01","open":"0","shipto":"MORRI","shiptoName":"Morris South, LLC","entry_date":"10-08-2024","cust_order_date":"10-08-2024","req_date":"11-19-2024","cust_po":"5AX-201OSP4","terms_code":"N30","ship_via":"BW","ship_collect":"","drop_ship":"N","territory":"20","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Ronny Eichler","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"07:33","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Ronny Eichler","follow_phone":"6035070724","follow_email":"reichler@morrisgroupinc.com","pic_user":"andrewm","total_amt":"43291.5","total_gp":"30366.19","total_gpm":"70.14","rev_type":"RT","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-27-2024","notes":[],"crmnotes":[{"comp":1,"quote":222656,"Line":0,"Comment":"11/05/2024 9:19 AM - andrewm - F/U changed from 10/21/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222656,"Line":1,"Comment":"11/05/2024 9:19 AM - andrewm - CLO changed from 11/08/2024 to 12/27/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222656","line":"1","part":"5AX-201OSP4-ME40","qty":"1","price":"61845.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222656","line":"2","part":"RT-ACCESSORY","qty":"1","price":"3100.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222656","Line":"2","Company":"1","F_Line":"1","Comment":"POLYWRAPED EXTERNAL AND POWER FEEDBACK CABLES","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-05 09:19:51.329 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222656-11052024091951.txt === {"quote":"222656","customer":"13170","name":null,"customerName":"Morris South (NC)","comp":"01","open":"0","shipto":"MORRI","shiptoName":"Morris South, LLC","entry_date":"10-08-2024","cust_order_date":"10-08-2024","req_date":"12-27-2024","cust_po":"5AX-201OSP4","terms_code":"N30","ship_via":"BW","ship_collect":"","drop_ship":"N","territory":"20","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Ronny Eichler","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"07:33","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Ronny Eichler","follow_phone":"6035070724","follow_email":"reichler@morrisgroupinc.com","pic_user":"andrewm","total_amt":"43291.5","total_gp":"30366.19","total_gpm":"70.14","rev_type":"RT","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-27-2024","notes":[],"crmnotes":[{"comp":1,"quote":222656,"Line":0,"Comment":"11/05/2024 9:19 AM - andrewm - F/U changed from 10/21/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222656,"Line":1,"Comment":"11/05/2024 9:19 AM - andrewm - CLO changed from 11/08/2024 to 12/27/2024 (CLO Date Updated)"},{"comp":1,"quote":222656,"Line":2,"Comment":"11/05/2024 9:19 AM - andrewm - Req Date changed from 11/19/2024 to 12/27/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222656","line":"1","part":"5AX-201OSP4-ME40","qty":"1","price":"61845.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222656","line":"2","part":"RT-ACCESSORY","qty":"1","price":"3100.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222656","Line":"2","Company":"1","F_Line":"1","Comment":"POLYWRAPED EXTERNAL AND POWER FEEDBACK CABLES","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-05 09:19:55.980 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222656-11052024091955.txt === {"quote":"222656","customer":"13170","name":null,"customerName":"Morris South (NC)","comp":"01","open":"0","shipto":"MORRI","shiptoName":"Morris South, LLC","entry_date":"10-08-2024","cust_order_date":null,"req_date":"12-27-2024","cust_po":"5AX-201OSP4","terms_code":"N30","ship_via":"BW","ship_collect":"","drop_ship":"N","territory":"20","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Ronny Eichler","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"07:33","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Ronny Eichler","follow_phone":"6035070724","follow_email":"reichler@morrisgroupinc.com","pic_user":"mattm","total_amt":"43291.5","total_gp":"30366","total_gpm":"70","rev_type":"RT","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-27-2024","notes":[],"crmnotes":[{"comp":1,"quote":222656,"Line":0,"Comment":"11/05/2024 9:19 AM - andrewm - F/U changed from 10/21/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222656,"Line":1,"Comment":"11/05/2024 9:19 AM - andrewm - CLO changed from 11/08/2024 to 12/27/2024 (CLO Date Updated)"},{"comp":1,"quote":222656,"Line":2,"Comment":"11/05/2024 9:19 AM - andrewm - Req Date changed from 11/19/2024 to 12/27/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222656","line":"1","part":"5AX-201OSP4-ME40","qty":"1","price":"61845.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222656","line":"2","part":"RT-ACCESSORY","qty":"1","price":"3100.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222656","Line":"2","Company":"1","F_Line":"1","Comment":"POLYWRAPED EXTERNAL AND POWER FEEDBACK CABLES","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-05 09:20:19.018 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-214995-11052024092018.txt === {"quote":"214995","customer":"3649","name":null,"customerName":"Commonwealth Industrial, Inc.","comp":"01","open":"1","shipto":"COMINDVA","shiptoName":"Commonwealth Industrial, Inc.","entry_date":"04-19-2024","cust_order_date":null,"req_date":"10-25-2024","cust_po":"Kyle Walker","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"FF","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Kyle Walker","drop_po":"CNC321FA-M","status":"0","user":"stevel","conv_order":"","time":"11:16","extra":"","follow_up":"10-22-2024","web_id":"","follow_name":"Kyle Walker","follow_phone":"540-443-9266","follow_email":"kyle@cicorp.us","pic_user":"andrewm","total_amt":"43689.25","total_gp":"43689.25","total_gpm":"100.00","rev_type":"RT","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"2","totalQty":"3","win_pct":"20","clo_date":"10-26-2024","notes":[],"crmnotes":[{"comp":1,"quote":214995,"Line":0,"Comment":"05/20/2024 9:16 AM - stevel - Kyle tryin to add to new machine, EU not trained yet"},{"comp":1,"quote":214995,"Line":1,"Comment":"05/20/2024 9:16 AM - stevel - Encounter has been added"},{"comp":1,"quote":214995,"Line":2,"Comment":"05/20/2024 9:17 AM - stevel - F/U changed from 05/02/2024 to 6/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214995,"Line":3,"Comment":"05/20/2024 9:17 AM - stevel - CLO changed from 05/19/2024 to 06/29/2024 (CLO Date Updated)"},{"comp":1,"quote":214995,"Line":4,"Comment":"05/20/2024 9:17 AM - stevel - Req Date changed from 05/31/2024 to 06/29/2024 (Req Date Updated)"},{"comp":1,"quote":214995,"Line":5,"Comment":"06/17/2024 9:46 AM - stevel - Req Date changed from 06/29/2024 to 08/03/2024 (Req Date Updated)"},{"comp":1,"quote":214995,"Line":6,"Comment":"06/17/2024 9:47 AM - stevel - CLO changed from 06/29/2024 to 07/27/2024 (CLO Date Updated)"},{"comp":1,"quote":214995,"Line":7,"Comment":"06/17/2024 9:47 AM - stevel - F/U changed from 06/08/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214995,"Line":8,"Comment":"07/29/2024 9:44 AM - stevel - CLO changed from 07/27/2024 to 08/17/2024 (CLO Date Updated)"},{"comp":1,"quote":214995,"Line":9,"Comment":"07/29/2024 9:44 AM - stevel - F/U changed from 07/27/2024 to 8/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214995,"Line":10,"Comment":"07/29/2024 9:45 AM - stevel - Req Date changed from 08/03/2024 to 08/31/2024 (Req Date Updated)"},{"comp":1,"quote":214995,"Line":11,"Comment":"07/29/2024 9:46 AM - stevel - PIC changed from stevel to andrewm"},{"comp":1,"quote":214995,"Line":12,"Comment":"08/26/2024 8:08 AM - andrewm - F/U changed from 08/17/2024 to 8/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214995,"Line":13,"Comment":"08/26/2024 8:08 AM - andrewm - CLO changed from 08/17/2024 to 09/06/2024 (CLO Date Updated)"},{"comp":1,"quote":214995,"Line":14,"Comment":"08/26/2024 8:08 AM - andrewm - Req Date changed from 08/31/2024 to 09/20/2024 (Req Date Updated)"},{"comp":1,"quote":214995,"Line":15,"Comment":"09/18/2024 8:26 AM - andrewm - Encounter has been added"},{"comp":1,"quote":214995,"Line":16,"Comment":"09/18/2024 8:26 AM - andrewm - F/U changed from 08/30/2024 to 9/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214995,"Line":17,"Comment":"09/18/2024 8:27 AM - andrewm - CLO changed from 09/06/2024 to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":214995,"Line":18,"Comment":"09/18/2024 8:27 AM - andrewm - Req Date changed from 09/20/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":214995,"Line":19,"Comment":"10/11/2024 7:15 AM - andrewm - F/U changed from 09/27/2024 to 10/22/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"214995","line":"1","part":"CNC321FA-M-AHB","qty":"1","price":"33915.00","uom":"EA","discount":"25.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"214995","line":"2","part":"INSTALLATION-RT-CNC-NE","qty":"1","price":"10753.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"214995","line":"3","part":"RT-ACCS-INSTALL-PKG-4TH","qty":"1","price":"7500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"214995","Line":"2","Company":"1","F_Line":"1","Comment":"Installation includes: Drive unit short bar fiber","Loc":"Y"},{"Quote":"214995","Line":"2","Company":"1","F_Line":"2","Comment":"optic cable communcation cable bulkhead cables","Loc":"Y"},{"Quote":"214995","Line":"2","Company":"1","F_Line":"3","Comment":"external cables parameter changes service time and","Loc":"Y"},{"Quote":"214995","Line":"2","Company":"1","F_Line":"4","Comment":"travel.","Loc":"Y"},{"Quote":"214995","Line":"3","Company":"1","F_Line":"1","Comment":"Includes: Drive unit short bar fiber optic cable","Loc":"Y"},{"Quote":"214995","Line":"3","Company":"1","F_Line":"2","Comment":"communications cable bulkhead cables & external cables","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-05 09:20:35.549 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222850-11052024092035.txt === {"quote":"222850","customer":"13410","name":null,"customerName":"Max Tool Inc.","comp":"01","open":"0","shipto":"AMACHINE","shiptoName":"A&A Machine Co","entry_date":"10-10-2024","cust_order_date":"10-10-2024","req_date":"11-21-2024","cust_po":"Mazak VC EZ 16X","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Barid Campbell","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"16:50","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Barid Campbell","follow_phone":"3363946575","follow_email":"barid.campbell@maxtoolinc.com","pic_user":"andrewm","total_amt":"13424.13","total_gp":"8154.94","total_gpm":"60.75","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"83","win_pct":"20","clo_date":null,"notes":[],"crmnotes":[],"items":[{"comp":"01","order":"222850","line":"1","part":"NCAT40-C1-85U-IDU","qty":"4","price":"584.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"2","part":"NCAT40-C3/4-85U-IDU","qty":"6","price":"565.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"3","part":"KM3/4-5/8","qty":"2","price":"59.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"7","part":"NCAT40-SK10C-90U-IDU","qty":"20","price":"414.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"8","part":"SK10-1/8A","qty":"4","price":"67.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"9","part":"SK10-3/16A","qty":"4","price":"67.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"10","part":"SK10-1/4A","qty":"6","price":"67.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"11","part":"SK10-3/8A","qty":"6","price":"67.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"14","part":"NCAT40-SK13C-90U-IDU","qty":"10","price":"435.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"15","part":"SK13-7/16A","qty":"4","price":"68.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"16","part":"SK13-1/2A","qty":"6","price":"75.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"19","part":"CAT40-NPU13-105U-IDU","qty":"3","price":"523.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"20","part":"NC4007-0016-3.50G","qty":"2","price":"322.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"21","part":"NC4007-0020-2.50G","qty":"2","price":"319.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"24","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"25","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"26","part":"SKL-10","qty":"1","price":"31.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"27","part":"016-SPAN","qty":"1","price":"17.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":18}}] 2024-11-05 09:20:44.796 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222850-11052024092044.txt === {"quote":"222850","customer":"13410","name":null,"customerName":"Max Tool Inc.","comp":"01","open":"0","shipto":"AMACHINE","shiptoName":"A&A Machine Co","entry_date":"10-10-2024","cust_order_date":"10-10-2024","req_date":"11-21-2024","cust_po":"Mazak VC EZ 16X","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Barid Campbell","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"16:50","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Barid Campbell","follow_phone":"3363946575","follow_email":"barid.campbell@maxtoolinc.com","pic_user":"andrewm","total_amt":"13424.13","total_gp":"8154.94","total_gpm":"60.75","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"83","win_pct":"20","clo_date":"12-14-2024","notes":[],"crmnotes":[{"comp":1,"quote":222850,"Line":0,"Comment":"11/05/2024 9:20 AM - andrewm - F/U changed from 10/23/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222850,"Line":1,"Comment":"11/05/2024 9:20 AM - andrewm - CLO changed from NaN/NaN/NaN to 12/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222850","line":"1","part":"NCAT40-C1-85U-IDU","qty":"4","price":"584.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"2","part":"NCAT40-C3/4-85U-IDU","qty":"6","price":"565.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"3","part":"KM3/4-5/8","qty":"2","price":"59.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"7","part":"NCAT40-SK10C-90U-IDU","qty":"20","price":"414.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"8","part":"SK10-1/8A","qty":"4","price":"67.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"9","part":"SK10-3/16A","qty":"4","price":"67.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"10","part":"SK10-1/4A","qty":"6","price":"67.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"11","part":"SK10-3/8A","qty":"6","price":"67.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"14","part":"NCAT40-SK13C-90U-IDU","qty":"10","price":"435.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"15","part":"SK13-7/16A","qty":"4","price":"68.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"16","part":"SK13-1/2A","qty":"6","price":"75.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"19","part":"CAT40-NPU13-105U-IDU","qty":"3","price":"523.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"20","part":"NC4007-0016-3.50G","qty":"2","price":"322.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"21","part":"NC4007-0020-2.50G","qty":"2","price":"319.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"24","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"25","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"26","part":"SKL-10","qty":"1","price":"31.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"27","part":"016-SPAN","qty":"1","price":"17.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":18}}] 2024-11-05 09:20:50.571 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222850-11052024092050.txt === {"quote":"222850","customer":"13410","name":null,"customerName":"Max Tool Inc.","comp":"01","open":"0","shipto":"AMACHINE","shiptoName":"A&A Machine Co","entry_date":"10-10-2024","cust_order_date":"10-10-2024","req_date":"12-27-2024","cust_po":"Mazak VC EZ 16X","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Barid Campbell","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"16:50","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Barid Campbell","follow_phone":"3363946575","follow_email":"barid.campbell@maxtoolinc.com","pic_user":"andrewm","total_amt":"13424.13","total_gp":"8154.94","total_gpm":"60.75","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"83","win_pct":"20","clo_date":"12-14-2024","notes":[],"crmnotes":[{"comp":1,"quote":222850,"Line":0,"Comment":"11/05/2024 9:20 AM - andrewm - F/U changed from 10/23/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222850,"Line":1,"Comment":"11/05/2024 9:20 AM - andrewm - CLO changed from NaN/NaN/NaN to 12/14/2024 (CLO Date Updated)"},{"comp":1,"quote":222850,"Line":2,"Comment":"11/05/2024 9:20 AM - andrewm - Req Date changed from 11/21/2024 to 12/27/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222850","line":"1","part":"NCAT40-C1-85U-IDU","qty":"4","price":"584.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"2","part":"NCAT40-C3/4-85U-IDU","qty":"6","price":"565.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"3","part":"KM3/4-5/8","qty":"2","price":"59.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"7","part":"NCAT40-SK10C-90U-IDU","qty":"20","price":"414.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"8","part":"SK10-1/8A","qty":"4","price":"67.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"9","part":"SK10-3/16A","qty":"4","price":"67.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"10","part":"SK10-1/4A","qty":"6","price":"67.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"11","part":"SK10-3/8A","qty":"6","price":"67.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"14","part":"NCAT40-SK13C-90U-IDU","qty":"10","price":"435.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"15","part":"SK13-7/16A","qty":"4","price":"68.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"16","part":"SK13-1/2A","qty":"6","price":"75.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"19","part":"CAT40-NPU13-105U-IDU","qty":"3","price":"523.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"20","part":"NC4007-0016-3.50G","qty":"2","price":"322.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"21","part":"NC4007-0020-2.50G","qty":"2","price":"319.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"24","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"25","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"26","part":"SKL-10","qty":"1","price":"31.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"27","part":"016-SPAN","qty":"1","price":"17.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":18}}] 2024-11-05 09:20:59.138 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222850-11052024092058.txt === {"quote":"222850","customer":"13410","name":null,"customerName":"Max Tool Inc.","comp":"01","open":"0","shipto":"AMACHINE","shiptoName":"A&A Machine Co","entry_date":"10-10-2024","cust_order_date":null,"req_date":"12-27-2024","cust_po":"Mazak VC EZ 16X","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Barid Campbell","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"16:50","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Barid Campbell","follow_phone":"3363946575","follow_email":"barid.campbell@maxtoolinc.com","pic_user":"mattm","total_amt":"13424.13","total_gp":"8155","total_gpm":"61","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"83","win_pct":"20","clo_date":"12-14-2024","notes":[],"crmnotes":[{"comp":1,"quote":222850,"Line":0,"Comment":"11/05/2024 9:20 AM - andrewm - F/U changed from 10/23/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222850,"Line":1,"Comment":"11/05/2024 9:20 AM - andrewm - CLO changed from NaN/NaN/NaN to 12/14/2024 (CLO Date Updated)"},{"comp":1,"quote":222850,"Line":2,"Comment":"11/05/2024 9:20 AM - andrewm - Req Date changed from 11/21/2024 to 12/27/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222850","line":"1","part":"NCAT40-C1-85U-IDU","qty":"4","price":"584.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"2","part":"NCAT40-C3/4-85U-IDU","qty":"6","price":"565.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"3","part":"KM3/4-5/8","qty":"2","price":"59.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"7","part":"NCAT40-SK10C-90U-IDU","qty":"20","price":"414.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"8","part":"SK10-1/8A","qty":"4","price":"67.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"9","part":"SK10-3/16A","qty":"4","price":"67.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"10","part":"SK10-1/4A","qty":"6","price":"67.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"11","part":"SK10-3/8A","qty":"6","price":"67.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"14","part":"NCAT40-SK13C-90U-IDU","qty":"10","price":"435.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"15","part":"SK13-7/16A","qty":"4","price":"68.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"16","part":"SK13-1/2A","qty":"6","price":"75.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"19","part":"CAT40-NPU13-105U-IDU","qty":"3","price":"523.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"20","part":"NC4007-0016-3.50G","qty":"2","price":"322.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"21","part":"NC4007-0020-2.50G","qty":"2","price":"319.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"24","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"25","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"26","part":"SKL-10","qty":"1","price":"31.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222850","line":"27","part":"016-SPAN","qty":"1","price":"17.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":18}}] 2024-11-05 09:21:34.870 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222953-11052024092134.txt === {"quote":"222953","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"MIKES","shiptoName":"Mike's Racing Heads","entry_date":"10-14-2024","cust_order_date":"10-14-2024","req_date":"11-25-2024","cust_po":"NCT200YA-M","terms_code":"N30","ship_via":"U-GND","ship_collect":"NF-LIT","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Mike","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"14:37","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Mike","follow_phone":"8888888888","follow_email":"mike@mikesracingheads.com","pic_user":"andrewm","total_amt":"20265.00","total_gp":"20265.00","total_gpm":"100.00","rev_type":"RT","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"1","win_pct":"20","clo_date":null,"notes":[{"comp":"1","quote":"222953","line":"0","data":"10-14-2024 14:39 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"222953","line":"1","part":"NCT200YA-M","qty":"1","price":"20265.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-05 09:21:43.429 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222953-11052024092143.txt === {"quote":"222953","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"MIKES","shiptoName":"Mike's Racing Heads","entry_date":"10-14-2024","cust_order_date":"10-14-2024","req_date":"11-25-2024","cust_po":"NCT200YA-M","terms_code":"N30","ship_via":"U-GND","ship_collect":"NF-LIT","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Mike","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"14:37","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Mike","follow_phone":"8888888888","follow_email":"mike@mikesracingheads.com","pic_user":"andrewm","total_amt":"20265.00","total_gp":"20265.00","total_gpm":"100.00","rev_type":"RT","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"222953","line":"0","data":"10-14-2024 14:39 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222953,"Line":0,"Comment":"11/05/2024 9:21 AM - andrewm - F/U changed from 10/27/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222953,"Line":1,"Comment":"11/05/2024 9:21 AM - andrewm - CLO changed from NaN/NaN/NaN to 12/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222953","line":"1","part":"NCT200YA-M","qty":"1","price":"20265.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-05 09:21:49.312 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222953-11052024092149.txt === {"quote":"222953","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"MIKES","shiptoName":"Mike's Racing Heads","entry_date":"10-14-2024","cust_order_date":"10-14-2024","req_date":"12-27-2024","cust_po":"NCT200YA-M","terms_code":"N30","ship_via":"U-GND","ship_collect":"NF-LIT","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Mike","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"14:37","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Mike","follow_phone":"8888888888","follow_email":"mike@mikesracingheads.com","pic_user":"andrewm","total_amt":"20265.00","total_gp":"20265.00","total_gpm":"100.00","rev_type":"RT","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"222953","line":"0","data":"10-14-2024 14:39 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222953,"Line":0,"Comment":"11/05/2024 9:21 AM - andrewm - F/U changed from 10/27/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222953,"Line":1,"Comment":"11/05/2024 9:21 AM - andrewm - CLO changed from NaN/NaN/NaN to 12/14/2024 (CLO Date Updated)"},{"comp":1,"quote":222953,"Line":2,"Comment":"11/05/2024 9:21 AM - andrewm - Req Date changed from 11/25/2024 to 12/27/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222953","line":"1","part":"NCT200YA-M","qty":"1","price":"20265.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-05 09:21:53.760 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222953-11052024092153.txt === {"quote":"222953","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"MIKES","shiptoName":"Mike's Racing Heads","entry_date":"10-14-2024","cust_order_date":null,"req_date":"12-27-2024","cust_po":"NCT200YA-M","terms_code":"N30","ship_via":"U-GND","ship_collect":"NF-LIT","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Mike","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"14:37","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Mike","follow_phone":"8888888888","follow_email":"mike@mikesracingheads.com","pic_user":"mattm","total_amt":"20265.00","total_gp":"20265","total_gpm":"100","rev_type":"RT","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"222953","line":"0","data":"10-14-2024 14:39 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222953,"Line":0,"Comment":"11/05/2024 9:21 AM - andrewm - F/U changed from 10/27/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222953,"Line":1,"Comment":"11/05/2024 9:21 AM - andrewm - CLO changed from NaN/NaN/NaN to 12/14/2024 (CLO Date Updated)"},{"comp":1,"quote":222953,"Line":2,"Comment":"11/05/2024 9:21 AM - andrewm - Req Date changed from 11/25/2024 to 12/27/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222953","line":"1","part":"NCT200YA-M","qty":"1","price":"20265.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-05 09:22:02.465 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218856-11052024092202.txt === {"quote":"218856","customer":"13170","name":null,"customerName":"Morris South (NC)","comp":"01","open":"0","shipto":"MORRI","shiptoName":"Morris South, LLC","entry_date":"07-17-2024","cust_order_date":null,"req_date":"11-30-2024","cust_po":"Michael Clayton","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"AM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Michael Clayton","drop_po":"CNC321OSP4-M","status":"0","user":"stevel","conv_order":"","time":"08:26","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Michael Clayton","follow_phone":"704-608-0167","follow_email":"mclayton@morrissouth.com","pic_user":"andrewm","total_amt":"36329.8","total_gp":"26916.39","total_gpm":"74.09","rev_type":"RT","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"5","win_pct":"20","clo_date":"11-30-2024","notes":[],"crmnotes":[{"comp":1,"quote":218856,"Line":0,"Comment":"07/31/2024 1:35 PM - stevel - F/U changed from 07/30/2024 to 8/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218856,"Line":1,"Comment":"07/31/2024 1:35 PM - stevel - CLO changed from 08/17/2024 to 08/17/2024 (CLO Date Updated)"},{"comp":1,"quote":218856,"Line":2,"Comment":"08/19/2024 11:24 AM - stevel - F/U changed from 08/17/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218856,"Line":3,"Comment":"08/19/2024 11:24 AM - stevel - CLO changed from 08/17/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":218856,"Line":4,"Comment":"08/19/2024 11:24 AM - stevel - Req Date changed from 08/28/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":218856,"Line":5,"Comment":"10/14/2024 8:15 AM - stevel - F/U changed from 10/05/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218856,"Line":6,"Comment":"10/14/2024 8:15 AM - stevel - CLO changed from 10/05/2024 to 11/30/2024 (CLO Date Updated)"},{"comp":1,"quote":218856,"Line":7,"Comment":"10/14/2024 8:15 AM - stevel - Req Date changed from 10/05/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":218856,"Line":8,"Comment":"10/14/2024 8:16 AM - stevel - TODO: Andrew to follow up"},{"comp":1,"quote":218856,"Line":9,"Comment":"10/14/2024 8:16 AM - stevel - PIC changed from stevel to andrewm"}],"items":[{"comp":"01","order":"218856","line":"1","part":"CNC321OSP4-M","qty":"1","price":"34125.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218856","line":"2","part":"TCE-E6384-3500R","qty":"1","price":"933.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218856","line":"3","part":"TCE-97617-3500R","qty":"1","price":"1124.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218856","line":"4","part":"P-230S","qty":"1","price":"3489.00","uom":"EA","discount":"30.00","req_date":"B/O ETA","branch":"2"},{"comp":"01","order":"218856","line":"5","part":"TOOL-CERT","qty":"1","price":"20000.00","uom":"EA","discount":"50.00","req_date":"","branch":"2"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-05 09:22:12.537 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218856-11052024092212.txt === {"quote":"218856","customer":"13170","name":null,"customerName":"Morris South (NC)","comp":"01","open":"0","shipto":"MORRI","shiptoName":"Morris South, LLC","entry_date":"07-17-2024","cust_order_date":null,"req_date":"11-30-2024","cust_po":"Michael Clayton","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"AM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Michael Clayton","drop_po":"CNC321OSP4-M","status":"0","user":"stevel","conv_order":"","time":"08:26","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Michael Clayton","follow_phone":"704-608-0167","follow_email":"mclayton@morrissouth.com","pic_user":"andrewm","total_amt":"36329.8","total_gp":"26916.39","total_gpm":"74.09","rev_type":"RT","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"5","win_pct":"20","clo_date":"12-14-2024","notes":[],"crmnotes":[{"comp":1,"quote":218856,"Line":0,"Comment":"07/31/2024 1:35 PM - stevel - F/U changed from 07/30/2024 to 8/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218856,"Line":1,"Comment":"07/31/2024 1:35 PM - stevel - CLO changed from 08/17/2024 to 08/17/2024 (CLO Date Updated)"},{"comp":1,"quote":218856,"Line":2,"Comment":"08/19/2024 11:24 AM - stevel - F/U changed from 08/17/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218856,"Line":3,"Comment":"08/19/2024 11:24 AM - stevel - CLO changed from 08/17/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":218856,"Line":4,"Comment":"08/19/2024 11:24 AM - stevel - Req Date changed from 08/28/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":218856,"Line":5,"Comment":"10/14/2024 8:15 AM - stevel - F/U changed from 10/05/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218856,"Line":6,"Comment":"10/14/2024 8:15 AM - stevel - CLO changed from 10/05/2024 to 11/30/2024 (CLO Date Updated)"},{"comp":1,"quote":218856,"Line":7,"Comment":"10/14/2024 8:15 AM - stevel - Req Date changed from 10/05/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":218856,"Line":8,"Comment":"10/14/2024 8:16 AM - stevel - TODO: Andrew to follow up"},{"comp":1,"quote":218856,"Line":9,"Comment":"10/14/2024 8:16 AM - stevel - PIC changed from stevel to andrewm"},{"comp":1,"quote":218856,"Line":10,"Comment":"11/05/2024 9:22 AM - andrewm - F/U changed from 11/30/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218856,"Line":11,"Comment":"11/05/2024 9:22 AM - andrewm - CLO changed from 11/30/2024 to 12/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"218856","line":"1","part":"CNC321OSP4-M","qty":"1","price":"34125.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218856","line":"2","part":"TCE-E6384-3500R","qty":"1","price":"933.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218856","line":"3","part":"TCE-97617-3500R","qty":"1","price":"1124.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218856","line":"4","part":"P-230S","qty":"1","price":"3489.00","uom":"EA","discount":"30.00","req_date":"B/O ETA","branch":"2"},{"comp":"01","order":"218856","line":"5","part":"TOOL-CERT","qty":"1","price":"20000.00","uom":"EA","discount":"50.00","req_date":"","branch":"2"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-05 09:22:19.444 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218856-11052024092219.txt === {"quote":"218856","customer":"13170","name":null,"customerName":"Morris South (NC)","comp":"01","open":"0","shipto":"MORRI","shiptoName":"Morris South, LLC","entry_date":"07-17-2024","cust_order_date":null,"req_date":"12-27-2024","cust_po":"Michael Clayton","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"AM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Michael Clayton","drop_po":"CNC321OSP4-M","status":"0","user":"stevel","conv_order":"","time":"08:26","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Michael Clayton","follow_phone":"704-608-0167","follow_email":"mclayton@morrissouth.com","pic_user":"andrewm","total_amt":"36329.8","total_gp":"26916.39","total_gpm":"74.09","rev_type":"RT","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"5","win_pct":"20","clo_date":"12-14-2024","notes":[],"crmnotes":[{"comp":1,"quote":218856,"Line":0,"Comment":"07/31/2024 1:35 PM - stevel - F/U changed from 07/30/2024 to 8/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218856,"Line":1,"Comment":"07/31/2024 1:35 PM - stevel - CLO changed from 08/17/2024 to 08/17/2024 (CLO Date Updated)"},{"comp":1,"quote":218856,"Line":2,"Comment":"08/19/2024 11:24 AM - stevel - F/U changed from 08/17/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218856,"Line":3,"Comment":"08/19/2024 11:24 AM - stevel - CLO changed from 08/17/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":218856,"Line":4,"Comment":"08/19/2024 11:24 AM - stevel - Req Date changed from 08/28/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":218856,"Line":5,"Comment":"10/14/2024 8:15 AM - stevel - F/U changed from 10/05/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218856,"Line":6,"Comment":"10/14/2024 8:15 AM - stevel - CLO changed from 10/05/2024 to 11/30/2024 (CLO Date Updated)"},{"comp":1,"quote":218856,"Line":7,"Comment":"10/14/2024 8:15 AM - stevel - Req Date changed from 10/05/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":218856,"Line":8,"Comment":"10/14/2024 8:16 AM - stevel - TODO: Andrew to follow up"},{"comp":1,"quote":218856,"Line":9,"Comment":"10/14/2024 8:16 AM - stevel - PIC changed from stevel to andrewm"},{"comp":1,"quote":218856,"Line":10,"Comment":"11/05/2024 9:22 AM - andrewm - F/U changed from 11/30/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218856,"Line":11,"Comment":"11/05/2024 9:22 AM - andrewm - CLO changed from 11/30/2024 to 12/14/2024 (CLO Date Updated)"},{"comp":1,"quote":218856,"Line":12,"Comment":"11/05/2024 9:22 AM - andrewm - Req Date changed from 11/30/2024 to 12/27/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"218856","line":"1","part":"CNC321OSP4-M","qty":"1","price":"34125.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218856","line":"2","part":"TCE-E6384-3500R","qty":"1","price":"933.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218856","line":"3","part":"TCE-97617-3500R","qty":"1","price":"1124.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218856","line":"4","part":"P-230S","qty":"1","price":"3489.00","uom":"EA","discount":"30.00","req_date":"B/O ETA","branch":"2"},{"comp":"01","order":"218856","line":"5","part":"TOOL-CERT","qty":"1","price":"20000.00","uom":"EA","discount":"50.00","req_date":"","branch":"2"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-05 09:22:29.829 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218856-11052024092229.txt === {"quote":"218856","customer":"13170","name":null,"customerName":"Morris South (NC)","comp":"01","open":"0","shipto":"MORRI","shiptoName":"Morris South, LLC","entry_date":"07-17-2024","cust_order_date":null,"req_date":"12-27-2024","cust_po":"Michael Clayton","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"AM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Michael Clayton","drop_po":"CNC321OSP4-M","status":"0","user":"stevel","conv_order":"","time":"08:26","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Michael Clayton","follow_phone":"704-608-0167","follow_email":"mclayton@morrissouth.com","pic_user":"mattm","total_amt":"36329.8","total_gp":"26916","total_gpm":"74","rev_type":"RT","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"5","win_pct":"20","clo_date":"12-14-2024","notes":[],"crmnotes":[{"comp":1,"quote":218856,"Line":0,"Comment":"07/31/2024 1:35 PM - stevel - F/U changed from 07/30/2024 to 8/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218856,"Line":1,"Comment":"07/31/2024 1:35 PM - stevel - CLO changed from 08/17/2024 to 08/17/2024 (CLO Date Updated)"},{"comp":1,"quote":218856,"Line":2,"Comment":"08/19/2024 11:24 AM - stevel - F/U changed from 08/17/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218856,"Line":3,"Comment":"08/19/2024 11:24 AM - stevel - CLO changed from 08/17/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":218856,"Line":4,"Comment":"08/19/2024 11:24 AM - stevel - Req Date changed from 08/28/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":218856,"Line":5,"Comment":"10/14/2024 8:15 AM - stevel - F/U changed from 10/05/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218856,"Line":6,"Comment":"10/14/2024 8:15 AM - stevel - CLO changed from 10/05/2024 to 11/30/2024 (CLO Date Updated)"},{"comp":1,"quote":218856,"Line":7,"Comment":"10/14/2024 8:15 AM - stevel - Req Date changed from 10/05/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":218856,"Line":8,"Comment":"10/14/2024 8:16 AM - stevel - TODO: Andrew to follow up"},{"comp":1,"quote":218856,"Line":9,"Comment":"10/14/2024 8:16 AM - stevel - PIC changed from stevel to andrewm"},{"comp":1,"quote":218856,"Line":10,"Comment":"11/05/2024 9:22 AM - andrewm - F/U changed from 11/30/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218856,"Line":11,"Comment":"11/05/2024 9:22 AM - andrewm - CLO changed from 11/30/2024 to 12/14/2024 (CLO Date Updated)"},{"comp":1,"quote":218856,"Line":12,"Comment":"11/05/2024 9:22 AM - andrewm - Req Date changed from 11/30/2024 to 12/27/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"218856","line":"1","part":"CNC321OSP4-M","qty":"1","price":"34125.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218856","line":"2","part":"TCE-E6384-3500R","qty":"1","price":"933.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218856","line":"3","part":"TCE-97617-3500R","qty":"1","price":"1124.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218856","line":"4","part":"P-230S","qty":"1","price":"3489.00","uom":"EA","discount":"30.00","req_date":"B/O ETA","branch":"2"},{"comp":"01","order":"218856","line":"5","part":"TOOL-CERT","qty":"1","price":"20000.00","uom":"EA","discount":"50.00","req_date":"","branch":"2"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-05 09:22:37.856 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223752-11052024092237.txt === {"quote":"223752","customer":"13687","name":null,"customerName":"DMG Mori (IL)","comp":"01","open":"0","shipto":"DMGFORNC","shiptoName":"DMG Mori","entry_date":"10-31-2024","cust_order_date":"10-31-2024","req_date":"12-12-2024","cust_po":"CNC302","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Pete Uhle","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"08:56","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Pete Uhle","follow_phone":"555-555-5555","follow_email":"puhle@dmgmori-usa.com","pic_user":"andrewm","total_amt":"27796.55","total_gp":"20088.30","total_gpm":"72.27","rev_type":"RT","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"223752","line":"0","data":"10-31-2024 09:08 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223752","line":"1","part":"CNC302FA-M","qty":"1","price":"24150.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223752","line":"2","part":"R-12A-SP-SET","qty":"1","price":"2795.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223752","line":"3","part":"P-170S","qty":"1","price":"2742.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223752","line":"4","part":"INSTALLATION-RT-CNC-SE","qty":"1","price":"8500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223752","Line":"1","Company":"1","F_Line":"1","Comment":"IMTS PROMO 5% ADDITIONAL DISCOUNT","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":4}}] 2024-11-05 09:22:47.398 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223752-11052024092247.txt === {"quote":"223752","customer":"13687","name":null,"customerName":"DMG Mori (IL)","comp":"01","open":"0","shipto":"DMGFORNC","shiptoName":"DMG Mori","entry_date":"10-31-2024","cust_order_date":"10-31-2024","req_date":"12-12-2024","cust_po":"CNC302","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Pete Uhle","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"08:56","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Pete Uhle","follow_phone":"555-555-5555","follow_email":"puhle@dmgmori-usa.com","pic_user":"andrewm","total_amt":"27796.55","total_gp":"20088.30","total_gpm":"72.27","rev_type":"RT","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"223752","line":"0","data":"10-31-2024 09:08 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223752,"Line":0,"Comment":"11/05/2024 9:22 AM - andrewm - F/U changed from 11/13/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223752,"Line":1,"Comment":"11/05/2024 9:22 AM - andrewm - CLO changed from 11/30/2024 to 12/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223752","line":"1","part":"CNC302FA-M","qty":"1","price":"24150.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223752","line":"2","part":"R-12A-SP-SET","qty":"1","price":"2795.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223752","line":"3","part":"P-170S","qty":"1","price":"2742.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223752","line":"4","part":"INSTALLATION-RT-CNC-SE","qty":"1","price":"8500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223752","Line":"1","Company":"1","F_Line":"1","Comment":"IMTS PROMO 5% ADDITIONAL DISCOUNT","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-05 09:22:54.599 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223752-11052024092254.txt === {"quote":"223752","customer":"13687","name":null,"customerName":"DMG Mori (IL)","comp":"01","open":"0","shipto":"DMGFORNC","shiptoName":"DMG Mori","entry_date":"10-31-2024","cust_order_date":"10-31-2024","req_date":"12-27-2024","cust_po":"CNC302","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Pete Uhle","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"08:56","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Pete Uhle","follow_phone":"555-555-5555","follow_email":"puhle@dmgmori-usa.com","pic_user":"andrewm","total_amt":"27796.55","total_gp":"20088.30","total_gpm":"72.27","rev_type":"RT","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"223752","line":"0","data":"10-31-2024 09:08 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223752,"Line":0,"Comment":"11/05/2024 9:22 AM - andrewm - F/U changed from 11/13/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223752,"Line":1,"Comment":"11/05/2024 9:22 AM - andrewm - CLO changed from 11/30/2024 to 12/14/2024 (CLO Date Updated)"},{"comp":1,"quote":223752,"Line":2,"Comment":"11/05/2024 9:22 AM - andrewm - Req Date changed from 12/12/2024 to 12/27/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223752","line":"1","part":"CNC302FA-M","qty":"1","price":"24150.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223752","line":"2","part":"R-12A-SP-SET","qty":"1","price":"2795.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223752","line":"3","part":"P-170S","qty":"1","price":"2742.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223752","line":"4","part":"INSTALLATION-RT-CNC-SE","qty":"1","price":"8500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223752","Line":"1","Company":"1","F_Line":"1","Comment":"IMTS PROMO 5% ADDITIONAL DISCOUNT","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-05 09:23:01.265 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223752-11052024092301.txt === {"quote":"223752","customer":"13687","name":null,"customerName":"DMG Mori (IL)","comp":"01","open":"0","shipto":"DMGFORNC","shiptoName":"DMG Mori","entry_date":"10-31-2024","cust_order_date":null,"req_date":"12-27-2024","cust_po":"CNC302","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Pete Uhle","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"08:56","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Pete Uhle","follow_phone":"555-555-5555","follow_email":"puhle@dmgmori-usa.com","pic_user":"mattm","total_amt":"27796.55","total_gp":"20088","total_gpm":"72","rev_type":"RT","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"223752","line":"0","data":"10-31-2024 09:08 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223752,"Line":0,"Comment":"11/05/2024 9:22 AM - andrewm - F/U changed from 11/13/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223752,"Line":1,"Comment":"11/05/2024 9:22 AM - andrewm - CLO changed from 11/30/2024 to 12/14/2024 (CLO Date Updated)"},{"comp":1,"quote":223752,"Line":2,"Comment":"11/05/2024 9:22 AM - andrewm - Req Date changed from 12/12/2024 to 12/27/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223752","line":"1","part":"CNC302FA-M","qty":"1","price":"24150.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223752","line":"2","part":"R-12A-SP-SET","qty":"1","price":"2795.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223752","line":"3","part":"P-170S","qty":"1","price":"2742.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223752","line":"4","part":"INSTALLATION-RT-CNC-SE","qty":"1","price":"8500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223752","Line":"1","Company":"1","F_Line":"1","Comment":"IMTS PROMO 5% ADDITIONAL DISCOUNT","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-05 09:23:39.797 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218588-11052024092339.txt === {"quote":"218588","customer":"15150","name":null,"customerName":"Okuma America Corporation","comp":"01","open":"0","shipto":"OKUMAAMY","shiptoName":"Okuma America Corporation","entry_date":"07-11-2024","cust_order_date":null,"req_date":"12-27-2024","cust_po":"OKEX-ER32 REP. DEPARTMENT","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"AM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Justin Swafford","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"08:22","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Justin Swafford","follow_phone":"704-807-1527","follow_email":"jswafford@okuma.com","pic_user":"mattm","total_amt":"15712.2","total_gp":"6825","total_gpm":"43","rev_type":"LT","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"6","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"218588","line":"0","data":"07-11-2024 08:23 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":218588,"Line":0,"Comment":"07/23/2024 8:33 AM - andrewm - F/U changed from 07/17/2024 to 7/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218588,"Line":1,"Comment":"08/19/2024 6:46 AM - andrewm - F/U changed from 07/25/2024 to 8/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218588,"Line":2,"Comment":"08/19/2024 6:46 AM - andrewm - CLO changed from 08/11/2024 to 09/18/2024 (CLO Date Updated)"},{"comp":1,"quote":218588,"Line":3,"Comment":"08/19/2024 6:46 AM - andrewm - Req Date changed from 08/22/2024 to 09/18/2024 (Req Date Updated)"},{"comp":1,"quote":218588,"Line":4,"Comment":"08/26/2024 8:09 AM - andrewm - F/U changed from 08/23/2024 to 8/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218588,"Line":5,"Comment":"09/18/2024 8:27 AM - andrewm - F/U changed from 08/30/2024 to 9/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218588,"Line":6,"Comment":"09/18/2024 8:27 AM - andrewm - CLO changed from 09/18/2024 to 10/11/2024 (CLO Date Updated)"},{"comp":1,"quote":218588,"Line":7,"Comment":"09/18/2024 8:27 AM - andrewm - Req Date changed from 09/18/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":218588,"Line":8,"Comment":"10/11/2024 7:11 AM - andrewm - F/U changed from 09/25/2024 to 10/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218588,"Line":9,"Comment":"10/11/2024 7:11 AM - andrewm - CLO changed from 10/11/2024 to 10/18/2024 (CLO Date Updated)"},{"comp":1,"quote":218588,"Line":10,"Comment":"11/05/2024 8:07 AM - andrewm - F/U changed from 10/15/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218588,"Line":11,"Comment":"11/05/2024 8:07 AM - andrewm - CLO changed from 10/18/2024 to 12/14/2024 (CLO Date Updated)"},{"comp":1,"quote":218588,"Line":12,"Comment":"11/05/2024 8:07 AM - andrewm - Req Date changed from 10/25/2024 to 12/27/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"218588","line":"1","part":"OKEX-ER32Z-ICE","qty":"3","price":"5462.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218588","line":"2","part":"OKEX-ER32X-ICE","qty":"3","price":"3267.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[{"Quote":"218588","Line":"0","Comment":"Extra Discount Approved by Russ"}]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-05 09:23:54.182 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223824-11052024092353.txt === {"quote":"223824","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"BEARCREE","shiptoName":"Bear Creek Arsenal","entry_date":"11-01-2024","cust_order_date":"11-01-2024","req_date":"12-27-2024","cust_po":"E236+","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Mike Kidd","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"10:31","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Mike Kidd","follow_phone":"941-739-6566","follow_email":"mikek@afi-tools.com","pic_user":"andrewm","total_amt":"7300.8","total_gp":"3825.89","total_gpm":"52.40","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"5","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"223824","line":"0","data":"11-01-2024 10:34 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223824,"Line":0,"Comment":"11/05/2024 9:15 AM - andrewm - F/U changed from 11/14/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223824,"Line":1,"Comment":"11/05/2024 9:16 AM - andrewm - CLO changed from 12/01/2024 to 12/14/2024 (CLO Date Updated)"},{"comp":1,"quote":223824,"Line":2,"Comment":"11/05/2024 9:16 AM - andrewm - Req Date changed from 12/13/2024 to 12/27/2024 (Req Date Updated)"},{"comp":1,"quote":223824,"Line":3,"Comment":"11/05/2024 9:16 AM - andrewm - PIC changed from andrewm to mattm"},{"comp":1,"quote":223824,"Line":4,"Comment":"11/05/2024 9:23 AM - andrewm - Req Date changed from 12/13/2024 to 12/27/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223824","line":"1","part":"PRE-E236PLUS-I40","qty":"1","price":"9500.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223824","line":"2","part":"PRE-PRNT-04B080M","qty":"1","price":"610.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223824","line":"3","part":"PRE-PRNT-ROLL-04B080M","qty":"3","price":"10.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-05 09:23:59.616 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223824-11052024092359.txt === {"quote":"223824","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"BEARCREE","shiptoName":"Bear Creek Arsenal","entry_date":"11-01-2024","cust_order_date":null,"req_date":"12-27-2024","cust_po":"E236+","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Mike Kidd","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"10:31","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Mike Kidd","follow_phone":"941-739-6566","follow_email":"mikek@afi-tools.com","pic_user":"mattm","total_amt":"7300.8","total_gp":"3826","total_gpm":"52","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"5","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"223824","line":"0","data":"11-01-2024 10:34 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223824,"Line":0,"Comment":"11/05/2024 9:15 AM - andrewm - F/U changed from 11/14/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223824,"Line":1,"Comment":"11/05/2024 9:16 AM - andrewm - CLO changed from 12/01/2024 to 12/14/2024 (CLO Date Updated)"},{"comp":1,"quote":223824,"Line":2,"Comment":"11/05/2024 9:16 AM - andrewm - Req Date changed from 12/13/2024 to 12/27/2024 (Req Date Updated)"},{"comp":1,"quote":223824,"Line":3,"Comment":"11/05/2024 9:16 AM - andrewm - PIC changed from andrewm to mattm"},{"comp":1,"quote":223824,"Line":4,"Comment":"11/05/2024 9:23 AM - andrewm - Req Date changed from 12/13/2024 to 12/27/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223824","line":"1","part":"PRE-E236PLUS-I40","qty":"1","price":"9500.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223824","line":"2","part":"PRE-PRNT-04B080M","qty":"1","price":"610.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223824","line":"3","part":"PRE-PRNT-ROLL-04B080M","qty":"3","price":"10.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-05 09:24:07.756 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221896-11052024092407.txt === {"quote":"221896","customer":"3010","name":null,"customerName":"C & C Tool and Supply Co.,Inc.","comp":"01","open":"0","shipto":"MEP","shiptoName":"MEP, LLC","entry_date":"09-20-2024","cust_order_date":null,"req_date":"12-27-2024","cust_po":"HSK100A","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"AM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jared Sellers","drop_po":"","status":"0","user":"andrewm","conv_order":"","time":"16:27","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Jared Sellers","follow_phone":"","follow_email":"jared@cctool.com","pic_user":"mattm","total_amt":"10407.15","total_gp":"5308","total_gpm":"51","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"andrewm","reason":"","totalQty":"57","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"221896","line":"0","data":"09-20-2024 16:34 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221896,"Line":0,"Comment":"10/11/2024 7:14 AM - andrewm - F/U changed from 09/26/2024 to 10/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221896,"Line":1,"Comment":"11/05/2024 8:09 AM - andrewm - F/U changed from 10/15/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221896,"Line":2,"Comment":"11/05/2024 8:09 AM - andrewm - CLO changed from 10/20/2024 to 12/14/2024 (CLO Date Updated)"},{"comp":1,"quote":221896,"Line":3,"Comment":"11/05/2024 8:09 AM - andrewm - Req Date changed from 11/01/2024 to 12/27/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221896","line":"1","part":"HSK100A-C3/4-115G-IDU","qty":"5","price":"909.00","uom":"EA","discount":"35.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"221896","line":"2","part":"KM3/4-1/8","qty":"2","price":"59.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"3","part":"KM3/4-1/4","qty":"2","price":"59.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"4","part":"KM3/4-3/8","qty":"2","price":"59.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"5","part":"KM3/4-1/2","qty":"2","price":"59.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"6","part":"KM3/4-5/8","qty":"2","price":"59.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"7","part":"GH20","qty":"1","price":"245.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"8","part":"HSK100A-C1-115G-IDU","qty":"5","price":"778.00","uom":"EA","discount":"35.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"221896","line":"9","part":"KM1-1/8","qty":"2","price":"62.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"10","part":"KM1-1/4","qty":"2","price":"62.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"11","part":"KM1-1/2","qty":"2","price":"62.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"12","part":"KM1-3/4","qty":"2","price":"62.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"13","part":"KM1-3/8","qty":"2","price":"62.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"14","part":"KM1-5/8","qty":"2","price":"62.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"15","part":"KM1-7/8","qty":"2","price":"62.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"16","part":"GH25","qty":"1","price":"245.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"17","part":"HSK100A-C1.1/4-115G-IDU","qty":"5","price":"885.00","uom":"EA","discount":"35.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"221896","line":"18","part":"KM1.1/4-1/4","qty":"2","price":"64.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"19","part":"KM1.1/4-3/8","qty":"2","price":"64.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"20","part":"KM1.1/4-1/2","qty":"2","price":"64.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"21","part":"KM1.1/4-5/8","qty":"2","price":"64.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"22","part":"KM1.1/4-3/4","qty":"2","price":"64.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"23","part":"KM1.1/4-7/8","qty":"2","price":"64.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"24","part":"KM1.1/4-1","qty":"2","price":"64.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"25","part":"GH32","qty":"1","price":"307.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221896","line":"28","part":"PROMOTION-IMTS","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":26}}] 2024-11-05 10:18:42.839 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.5591646423876, -83.9267813321985, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.5591646423876, -83.9267813321985, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2499237 second/s. 2024-11-05 10:18:45.234 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.5591646423876, -83.9267813321985, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.5591646423876, -83.9267813321985, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1766805 second/s. 2024-11-05 10:18:55.204 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.5591646423876, -83.9267813321985, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.5591646423876, -83.9267813321985, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 10 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3703117 second/s. 2024-11-05 10:19:38.570 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.5569435541865, -83.9226338226815, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.5569435541865, -83.9226338226815, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1906955 second/s. 2024-11-05 10:23:44.790 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222151-11052024102344.txt === {"quote":"222151","customer":"5015","name":null,"customerName":"E & R Industrial Sales Inc.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"09-26-2024","cust_order_date":"09-26-2024","req_date":"11-07-2024","cust_po":"CAT50-C2-125U-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"13:19","extra":"","follow_up":"11-05-2024","web_id":"","follow_name":"Rachel Ilsley","follow_phone":"586-819-5308","follow_email":"rachel.ilsley@erindustrial.com","pic_user":"briand","total_amt":"2104.15","total_gp":"1553.84","total_gpm":"73.85","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"briand","reason":"2","totalQty":"4","win_pct":"20","clo_date":"11-06-2024","notes":[],"crmnotes":[{"comp":1,"quote":222151,"Line":0,"Comment":"10/02/2024 9:54 AM - briand - F/U changed from 10/02/2024 to 10/10/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222151,"Line":1,"Comment":"10/10/2024 9:09 AM - briand - Sent Rachel an email asking her if the quote is still active."},{"comp":1,"quote":222151,"Line":2,"Comment":"10/10/2024 9:09 AM - briand - CLO changed from 10/26/2024 to 11/06/2024 (CLO Date Updated)"},{"comp":1,"quote":222151,"Line":3,"Comment":"10/10/2024 9:09 AM - briand - F/U changed from 10/10/2024 to 11/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222151,"Line":4,"Comment":"11/05/2024 10:23 AM - briand - No reply from Rachel, closing quote."}],"items":[{"comp":"01","order":"222151","line":"1","part":"CAT50-C2-125U-IDU","qty":"2","price":"1271.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222151","line":"2","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"222151","line":"3","part":"9HC50","qty":"1","price":"83.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222151","Line":"2","Company":"1","F_Line":"1","Comment":"Additional 5% discount applied to above holder for the","Loc":"Y"},{"Quote":"222151","Line":"2","Company":"1","F_Line":"2","Comment":"2024 IMTS Promotion for Advanced Toolholders.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-05 10:23:52.668 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.5569889577497, -83.9225690537454, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.5569889577497, -83.9225690537454, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1887743 second/s. 2024-11-05 10:29:50.951 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223814-11052024102950.txt === {"quote":"223814","customer":"19575","name":null,"customerName":"Single Source Technologies","comp":"01","open":"0","shipto":"PARAFENT","shiptoName":"Paragon Manufacturing Corp.","entry_date":"11-01-2024","cust_order_date":"11-01-2024","req_date":"12-13-2024","cust_po":"HSK40A-C16-80","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"Rick Grabarek","drop_po":"","status":"0","user":"briand","conv_order":"","time":"09:06","extra":"","follow_up":"11-19-2024","web_id":"","follow_name":"Rick Grabarek","follow_phone":"248-232-6268","follow_email":"rgrabarek@singlesourcetech.com","pic_user":"briand","total_amt":"6670.79","total_gp":"4783.01","total_gpm":"71.70","rev_type":"STD","mod_date":"11-05-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"54","win_pct":"20","clo_date":"12-01-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223814","line":"1","part":"HSK40A-C16-80","qty":"1","price":"596.00","uom":"EA","discount":"28.00","req_date":"2~3 Weeks ARO","branch":"1"},{"comp":"01","order":"223814","line":"2","part":"HSK40-TUBE","qty":"1","price":"31.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"3","part":"HSK40-WRENCH","qty":"1","price":"47.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"4","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"5","part":"KM16-12","qty":"1","price":"71.00","uom":"EA","discount":"28.00","req_date":"2~3 Weeks ARO","branch":"1"},{"comp":"01","order":"223814","line":"6","part":"KM16-10","qty":"1","price":"71.00","uom":"EA","discount":"28.00","req_date":"2~3 Weeks ARO","branch":"1"},{"comp":"01","order":"223814","line":"7","part":"KM16-8","qty":"1","price":"71.00","uom":"EA","discount":"28.00","req_date":"2~3 Weeks ARO","branch":"1"},{"comp":"01","order":"223814","line":"8","part":"KM16-6","qty":"1","price":"65.00","uom":"EA","discount":"28.00","req_date":"2~3 Weeks ARO","branch":"1"},{"comp":"01","order":"223814","line":"9","part":"KM16-1/2","qty":"1","price":"81.00","uom":"EA","discount":"28.00","req_date":"2~3 Weeks ARO","branch":"1"},{"comp":"01","order":"223814","line":"10","part":"KM16-3/8","qty":"1","price":"96.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"11","part":"KM16-1/4","qty":"1","price":"91.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"13","part":"SPECIAL-TL-NIKKEN","qty":"1","price":"596.00","uom":"EA","discount":"28.00","req_date":"Mid/End December","branch":"1"},{"comp":"01","order":"223814","line":"14","part":"HSK40-TUBE","qty":"1","price":"31.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"15","part":"HSK40-WRENCH","qty":"1","price":"47.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"16","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"17","part":"KM20-16","qty":"1","price":"78.00","uom":"EA","discount":"28.00","req_date":"2~3 Weeks ARO","branch":"1"},{"comp":"01","order":"223814","line":"18","part":"KM20-12","qty":"1","price":"78.00","uom":"EA","discount":"28.00","req_date":"2~3 Weeks ARO","branch":"1"},{"comp":"01","order":"223814","line":"19","part":"KM20-10","qty":"1","price":"78.00","uom":"EA","discount":"28.00","req_date":"2~3 Weeks ARO","branch":"1"},{"comp":"01","order":"223814","line":"20","part":"KM20-5/8","qty":"1","price":"105.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"21","part":"KM20-1/2","qty":"1","price":"107.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"22","part":"KM20-3/8","qty":"1","price":"107.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"24","part":"HSK40A-ER11-75","qty":"1","price":"395.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"25","part":"HSK40-TUBE","qty":"1","price":"31.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"26","part":"HSK40-WRENCH","qty":"1","price":"47.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"27","part":"011-HEX","qty":"1","price":"21.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"28","part":"E11-004","qty":"1","price":"49.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"29","part":"E11-008","qty":"1","price":"43.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"30","part":"E11-016","qty":"1","price":"43.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"31","part":"E11-SET-14","qty":"1","price":"626.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"32","part":"E11-SET-06(C)","qty":"1","price":"456.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"34","part":"HSK40A-ER16-75","qty":"1","price":"431.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"35","part":"HSK40-TUBE","qty":"1","price":"31.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"36","part":"HSK40-WRENCH","qty":"1","price":"47.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"37","part":"016-SPAN","qty":"1","price":"17.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"38","part":"E16-004","qty":"1","price":"46.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"39","part":"E16-008","qty":"1","price":"42.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"40","part":"E16-016","qty":"1","price":"42.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"41","part":"E16-024","qty":"1","price":"42.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"42","part":"E16-SET-12","qty":"1","price":"512.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"43","part":"E16-SET-11(C)","qty":"1","price":"781.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"45","part":"HSK40A-ER25-80","qty":"1","price":"452.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"46","part":"HSK40-TUBE","qty":"1","price":"31.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"47","part":"HSK40-WRENCH","qty":"1","price":"47.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"48","part":"025-SPAN","qty":"1","price":"19.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"49","part":"E25-004","qty":"1","price":"54.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"50","part":"E25-008","qty":"1","price":"46.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"51","part":"E25-016","qty":"1","price":"46.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"52","part":"E25-024","qty":"1","price":"46.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"53","part":"E25-032","qty":"1","price":"46.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"54","part":"E25-SET-19","qty":"1","price":"890.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"55","part":"E25-SET-13(C)","qty":"1","price":"1209.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"57","part":"HSK40A-SM0750-60CP","qty":"1","price":"211.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"58","part":"HSK40-TUBE","qty":"1","price":"31.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"59","part":"HSK40-WRENCH","qty":"1","price":"47.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"223814","Line":"13","Company":"1","F_Line":"1","Comment":"HSK40A-C20-100","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":54}}] 2024-11-05 10:32:53.603 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222673-11052024103253.txt === {"quote":"222673","customer":"13705TA","name":null,"customerName":"Morris Great Lakes TA","comp":"01","open":"0","shipto":"SHORMACH","shiptoName":"Shore Machining","entry_date":"10-08-2024","cust_order_date":"10-08-2024","req_date":"11-19-2024","cust_po":"OKEX-ER32X","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brandon Cline","drop_po":"","status":"0","user":"briand","conv_order":"","time":"10:15","extra":"","follow_up":"11-06-2024","web_id":"","follow_name":"Brandon Cline","follow_phone":"412-852-5862","follow_email":"bcline@morrisgreatlakes.com","pic_user":"briand","total_amt":"17509.68","total_gp":"12048.80","total_gpm":"68.81","rev_type":"LT","mod_date":"11-05-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"13","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"222673","line":"5","data":"Brandon."},{"comp":"1","quote":"222673","line":"4","data":"review everything before I sent the quote to"},{"comp":"1","quote":"222673","line":"3","data":"and 1.1/4\" for the boring bars. I had Alyssa"},{"comp":"1","quote":"222673","line":"2","data":"review. We only had the 3/4\" in the quad turning"},{"comp":"1","quote":"222673","line":"1","data":"sent the .PDF and .STEP drawings to Brandon for"},{"comp":"1","quote":"222673","line":"0","data":"10-10-2024 16:29-briand: Forgot to add that we"}],"crmnotes":[{"comp":1,"quote":222673,"Line":0,"Comment":"10/10/2024 4:25 PM - briand - F/U changed from 10/14/2024 to 10/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222673,"Line":1,"Comment":"10/21/2024 10:27 AM - briand - F/U changed from 10/22/2024 to 10/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222673,"Line":2,"Comment":"10/28/2024 4:32 PM - briand - Sent Brandon a status update request and cc'd Alyssa to see how this is going."},{"comp":1,"quote":222673,"Line":3,"Comment":"10/28/2024 4:32 PM - briand - F/U changed from 10/28/2024 to 11/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222673,"Line":4,"Comment":"10/28/2024 4:33 PM - briand - F/U changed from 11/26/2024 to 11/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222673,"Line":5,"Comment":"11/05/2024 10:32 AM - briand - CLO changed from 11/08/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222673","line":"1","part":"OKEX-ER32X","qty":"3","price":"2163.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222673","line":"2","part":"OKEX-ER32Z","qty":"3","price":"4124.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222673","line":"3","part":"OKEX-OD75X-MSD","qty":"1","price":"1048.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222673","line":"4","part":"OKEX-OD10X-MS","qty":"3","price":"643.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222673","line":"5","part":"OKEX-BG12Z-C","qty":"3","price":"827.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-05 10:32:58.400 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222673-11052024103258.txt === {"quote":"222673","customer":"13705TA","name":null,"customerName":"Morris Great Lakes TA","comp":"01","open":"0","shipto":"SHORMACH","shiptoName":"Shore Machining","entry_date":"10-08-2024","cust_order_date":"10-08-2024","req_date":"11-19-2024","cust_po":"OKEX-ER32X","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brandon Cline","drop_po":"","status":"0","user":"briand","conv_order":"","time":"10:15","extra":"","follow_up":"11-15-2024","web_id":"","follow_name":"Brandon Cline","follow_phone":"412-852-5862","follow_email":"bcline@morrisgreatlakes.com","pic_user":"briand","total_amt":"17509.68","total_gp":"12048.80","total_gpm":"68.81","rev_type":"LT","mod_date":"11-05-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"13","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"222673","line":"5","data":"Brandon."},{"comp":"1","quote":"222673","line":"4","data":"review everything before I sent the quote to"},{"comp":"1","quote":"222673","line":"3","data":"and 1.1/4\" for the boring bars. I had Alyssa"},{"comp":"1","quote":"222673","line":"2","data":"review. We only had the 3/4\" in the quad turning"},{"comp":"1","quote":"222673","line":"1","data":"sent the .PDF and .STEP drawings to Brandon for"},{"comp":"1","quote":"222673","line":"0","data":"10-10-2024 16:29-briand: Forgot to add that we"}],"crmnotes":[{"comp":1,"quote":222673,"Line":0,"Comment":"10/10/2024 4:25 PM - briand - F/U changed from 10/14/2024 to 10/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222673,"Line":1,"Comment":"10/21/2024 10:27 AM - briand - F/U changed from 10/22/2024 to 10/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222673,"Line":2,"Comment":"10/28/2024 4:32 PM - briand - Sent Brandon a status update request and cc'd Alyssa to see how this is going."},{"comp":1,"quote":222673,"Line":3,"Comment":"10/28/2024 4:32 PM - briand - F/U changed from 10/28/2024 to 11/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222673,"Line":4,"Comment":"10/28/2024 4:33 PM - briand - F/U changed from 11/26/2024 to 11/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222673,"Line":5,"Comment":"11/05/2024 10:32 AM - briand - CLO changed from 11/08/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222673","line":"1","part":"OKEX-ER32X","qty":"3","price":"2163.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222673","line":"2","part":"OKEX-ER32Z","qty":"3","price":"4124.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222673","line":"3","part":"OKEX-OD75X-MSD","qty":"1","price":"1048.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222673","line":"4","part":"OKEX-OD10X-MS","qty":"3","price":"643.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222673","line":"5","part":"OKEX-BG12Z-C","qty":"3","price":"827.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-05 10:35:17.649 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222743-11052024103517.txt === {"quote":"222743","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"PRECGRAN","shiptoName":"Precision Aerospace","entry_date":"10-09-2024","cust_order_date":"10-09-2024","req_date":"11-21-2024","cust_po":"CAT50 Tooling","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"John Bennett","drop_po":"","status":"0","user":"briand","conv_order":"","time":"13:29","extra":"","follow_up":"11-19-2024","web_id":"","follow_name":"John Bennett","follow_phone":"800-645-7270 820961","follow_email":"bennettj@mscdirect.com","pic_user":"briand","total_amt":"2392.44","total_gp":"1425.44","total_gpm":"59.58","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"12","win_pct":"20","clo_date":"11-20-2024","notes":[],"crmnotes":[{"comp":1,"quote":222743,"Line":0,"Comment":"10/11/2024 2:30 PM - briand - F/U changed from 10/15/2024 to 10/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222743,"Line":1,"Comment":"10/28/2024 4:37 PM - briand - F/U changed from 10/28/2024 to 10/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222743,"Line":2,"Comment":"10/30/2024 10:19 AM - briand - Req Date changed from 11/20/2024 to 11/21/2024 (Req Date Updated)"},{"comp":1,"quote":222743,"Line":3,"Comment":"10/30/2024 10:19 AM - briand - CLO changed from 11/09/2024 to 11/20/2024 (CLO Date Updated)"},{"comp":1,"quote":222743,"Line":4,"Comment":"10/30/2024 10:19 AM - briand - F/U changed from 10/31/2024 to 11/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222743,"Line":5,"Comment":"10/30/2024 10:33 AM - briand - Sent John an email for status on this newer quote request for Precision Aerospace"}],"items":[{"comp":"01","order":"222743","line":"1","part":"CAT50-SK25-105U-IDU","qty":"1","price":"559.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222743","line":"2","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222743","line":"3","part":"C5007-0032-4.00","qty":"1","price":"334.00","uom":"EA","discount":"41.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222743","line":"4","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222743","line":"5","part":"CAT50-SF0375-6.30CP","qty":"1","price":"638.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222743","line":"6","part":"CAT50-SF12-80CP","qty":"1","price":"495.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222743","line":"7","part":"CAT50-SF0500-3.38CP","qty":"1","price":"465.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222743","line":"8","part":"C5006-1500-4.50","qty":"1","price":"213.00","uom":"EA","discount":"41.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222743","line":"9","part":"C5007-0016-4.12","qty":"1","price":"316.00","uom":"EA","discount":"41.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222743","line":"10","part":"016-SPAN","qty":"1","price":"17.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222743","line":"11","part":"CAT50-SF0750-6.30CP","qty":"1","price":"638.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222743","line":"12","part":"C5006-1250-4.00","qty":"1","price":"213.00","uom":"EA","discount":"41.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":12}}] 2024-11-05 10:38:10.597 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222481-11052024103810.txt === {"quote":"222481","customer":"21750","name":null,"customerName":"US Tool Group","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-03-2024","cust_order_date":"10-03-2024","req_date":"11-14-2024","cust_po":"CKFN20(3/4)-5/8C","terms_code":"21030","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"30","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"12:49","extra":"","follow_up":"11-22-2024","web_id":"","follow_name":"Lindsay Warf","follow_phone":"757-595-5424 x7812","follow_email":"lindsay.warf@ustg.net","pic_user":"briand","total_amt":"799.68","total_gp":"542.00","total_gpm":"67.78","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"16","win_pct":"20","clo_date":"11-25-2024","notes":[],"crmnotes":[{"comp":1,"quote":222481,"Line":0,"Comment":"10/08/2024 11:09 AM - briand - F/U changed from 10/09/2024 to 10/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222481,"Line":1,"Comment":"10/14/2024 12:05 PM - briand - Sent Lindsay a request for update on this newer quote."},{"comp":1,"quote":222481,"Line":2,"Comment":"10/18/2024 2:15 PM - briand - F/U changed from 10/18/2024 to 10/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222481,"Line":3,"Comment":"10/28/2024 10:03 AM - briand - F/U changed from 10/29/2024 to 11/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222481,"Line":4,"Comment":"10/28/2024 10:03 AM - briand - CLO changed from 11/03/2024 to 11/05/2024 (CLO Date Updated)"},{"comp":1,"quote":222481,"Line":5,"Comment":"11/04/2024 2:08 PM - briand - No reply from Lindsay, will bump this out a couple weeks and if no reply, will close it out."},{"comp":1,"quote":222481,"Line":6,"Comment":"11/04/2024 2:09 PM - briand - F/U changed from 11/04/2024 to 11/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222481,"Line":7,"Comment":"11/05/2024 10:38 AM - briand - CLO changed from 11/05/2024 to 11/25/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222481","line":"1","part":"CKFN20(3/4)-5/8C","qty":"8","price":"62.00","uom":"EA","discount":"32.00","req_date":"7 Stk, Bal 2~3 Weeks","branch":"1"},{"comp":"01","order":"222481","line":"2","part":"CCK3/4-5/8","qty":"8","price":"85.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-05 10:38:17.226 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222481-11052024103817.txt === {"quote":"222481","customer":"21750","name":null,"customerName":"US Tool Group","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-03-2024","cust_order_date":"10-03-2024","req_date":"11-26-2024","cust_po":"CKFN20(3/4)-5/8C","terms_code":"21030","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"30","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"12:49","extra":"","follow_up":"11-22-2024","web_id":"","follow_name":"Lindsay Warf","follow_phone":"757-595-5424 x7812","follow_email":"lindsay.warf@ustg.net","pic_user":"briand","total_amt":"799.68","total_gp":"542.00","total_gpm":"67.78","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"16","win_pct":"20","clo_date":"11-25-2024","notes":[],"crmnotes":[{"comp":1,"quote":222481,"Line":0,"Comment":"10/08/2024 11:09 AM - briand - F/U changed from 10/09/2024 to 10/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222481,"Line":1,"Comment":"10/14/2024 12:05 PM - briand - Sent Lindsay a request for update on this newer quote."},{"comp":1,"quote":222481,"Line":2,"Comment":"10/18/2024 2:15 PM - briand - F/U changed from 10/18/2024 to 10/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222481,"Line":3,"Comment":"10/28/2024 10:03 AM - briand - F/U changed from 10/29/2024 to 11/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222481,"Line":4,"Comment":"10/28/2024 10:03 AM - briand - CLO changed from 11/03/2024 to 11/05/2024 (CLO Date Updated)"},{"comp":1,"quote":222481,"Line":5,"Comment":"11/04/2024 2:08 PM - briand - No reply from Lindsay, will bump this out a couple weeks and if no reply, will close it out."},{"comp":1,"quote":222481,"Line":6,"Comment":"11/04/2024 2:09 PM - briand - F/U changed from 11/04/2024 to 11/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222481,"Line":7,"Comment":"11/05/2024 10:38 AM - briand - CLO changed from 11/05/2024 to 11/25/2024 (CLO Date Updated)"},{"comp":1,"quote":222481,"Line":8,"Comment":"11/05/2024 10:38 AM - briand - Req Date changed from 11/14/2024 to 11/26/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222481","line":"1","part":"CKFN20(3/4)-5/8C","qty":"8","price":"62.00","uom":"EA","discount":"32.00","req_date":"7 Stk, Bal 2~3 Weeks","branch":"1"},{"comp":"01","order":"222481","line":"2","part":"CCK3/4-5/8","qty":"8","price":"85.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-05 10:39:52.057 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222150-11052024103951.txt === {"quote":"222150","customer":"19475","name":null,"customerName":"Shively Bros. Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"09-26-2024","cust_order_date":"09-26-2024","req_date":"11-27-2024","cust_po":"C5006-0625-4.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"13:05","extra":"","follow_up":"11-05-2024","web_id":"","follow_name":"Julie Bartels","follow_phone":"989-777-3900 x322","follow_email":"julie.bartels@shivelybros.com","pic_user":"briand","total_amt":"550.65","total_gp":"369.00","total_gpm":"67.01","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-06-2024","notes":[{"comp":"1","quote":"222150","line":"1","data":"quote for the SK holder."},{"comp":"1","quote":"222150","line":"0","data":"09-26-2024 13:10-briand: Added the wrench to the"}],"crmnotes":[{"comp":1,"quote":222150,"Line":0,"Comment":"10/02/2024 9:17 AM - briand - F/U changed from 10/02/2024 to 10/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222150,"Line":1,"Comment":"10/02/2024 9:17 AM - briand - Sent email to Julie asking if this new quote is still active."},{"comp":1,"quote":222150,"Line":2,"Comment":"10/03/2024 7:57 AM - briand - Julie said the quote is still active and she's waiting on the customer for approval to move forward."},{"comp":1,"quote":222150,"Line":3,"Comment":"10/15/2024 9:09 AM - briand - CLO changed from 10/26/2024 to 11/06/2024 (CLO Date Updated)"},{"comp":1,"quote":222150,"Line":4,"Comment":"10/15/2024 9:09 AM - briand - F/U changed from 10/17/2024 to 11/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222150,"Line":5,"Comment":"11/05/2024 10:39 AM - briand - Req Date changed from 11/07/2024 to 11/27/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222150","line":"1","part":"C5006-0625-4.00","qty":"1","price":"198.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222150","line":"2","part":"CAT50-SK16-105U-IDU","qty":"1","price":"549.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222150","line":"3","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"222150","line":"4","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222150","Line":"3","Company":"1","F_Line":"1","Comment":"Additional 5% discount applied to above holder for the","Loc":"Y"},{"Quote":"222150","Line":"3","Company":"1","F_Line":"2","Comment":"2024 IMTS Promotion for List being over $500","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-05 10:39:57.451 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222150-11052024103957.txt === {"quote":"222150","customer":"19475","name":null,"customerName":"Shively Bros. Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"09-26-2024","cust_order_date":"09-26-2024","req_date":"11-27-2024","cust_po":"C5006-0625-4.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"13:05","extra":"","follow_up":"11-05-2024","web_id":"","follow_name":"Julie Bartels","follow_phone":"989-777-3900 x322","follow_email":"julie.bartels@shivelybros.com","pic_user":"briand","total_amt":"550.65","total_gp":"369.00","total_gpm":"67.01","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-26-2024","notes":[{"comp":"1","quote":"222150","line":"1","data":"quote for the SK holder."},{"comp":"1","quote":"222150","line":"0","data":"09-26-2024 13:10-briand: Added the wrench to the"}],"crmnotes":[{"comp":1,"quote":222150,"Line":0,"Comment":"10/02/2024 9:17 AM - briand - F/U changed from 10/02/2024 to 10/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222150,"Line":1,"Comment":"10/02/2024 9:17 AM - briand - Sent email to Julie asking if this new quote is still active."},{"comp":1,"quote":222150,"Line":2,"Comment":"10/03/2024 7:57 AM - briand - Julie said the quote is still active and she's waiting on the customer for approval to move forward."},{"comp":1,"quote":222150,"Line":3,"Comment":"10/15/2024 9:09 AM - briand - CLO changed from 10/26/2024 to 11/06/2024 (CLO Date Updated)"},{"comp":1,"quote":222150,"Line":4,"Comment":"10/15/2024 9:09 AM - briand - F/U changed from 10/17/2024 to 11/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222150,"Line":5,"Comment":"11/05/2024 10:39 AM - briand - Req Date changed from 11/07/2024 to 11/27/2024 (Req Date Updated)"},{"comp":1,"quote":222150,"Line":6,"Comment":"11/05/2024 10:39 AM - briand - CLO changed from 11/06/2024 to 11/26/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222150","line":"1","part":"C5006-0625-4.00","qty":"1","price":"198.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222150","line":"2","part":"CAT50-SK16-105U-IDU","qty":"1","price":"549.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222150","line":"3","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"222150","line":"4","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222150","Line":"3","Company":"1","F_Line":"1","Comment":"Additional 5% discount applied to above holder for the","Loc":"Y"},{"Quote":"222150","Line":"3","Company":"1","F_Line":"2","Comment":"2024 IMTS Promotion for List being over $500","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-05 10:40:01.693 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222150-11052024104001.txt === {"quote":"222150","customer":"19475","name":null,"customerName":"Shively Bros. Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"09-26-2024","cust_order_date":"09-26-2024","req_date":"11-27-2024","cust_po":"C5006-0625-4.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"13:05","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Julie Bartels","follow_phone":"989-777-3900 x322","follow_email":"julie.bartels@shivelybros.com","pic_user":"briand","total_amt":"550.65","total_gp":"369.00","total_gpm":"67.01","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-26-2024","notes":[{"comp":"1","quote":"222150","line":"1","data":"quote for the SK holder."},{"comp":"1","quote":"222150","line":"0","data":"09-26-2024 13:10-briand: Added the wrench to the"}],"crmnotes":[{"comp":1,"quote":222150,"Line":0,"Comment":"10/02/2024 9:17 AM - briand - F/U changed from 10/02/2024 to 10/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222150,"Line":1,"Comment":"10/02/2024 9:17 AM - briand - Sent email to Julie asking if this new quote is still active."},{"comp":1,"quote":222150,"Line":2,"Comment":"10/03/2024 7:57 AM - briand - Julie said the quote is still active and she's waiting on the customer for approval to move forward."},{"comp":1,"quote":222150,"Line":3,"Comment":"10/15/2024 9:09 AM - briand - CLO changed from 10/26/2024 to 11/06/2024 (CLO Date Updated)"},{"comp":1,"quote":222150,"Line":4,"Comment":"10/15/2024 9:09 AM - briand - F/U changed from 10/17/2024 to 11/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222150,"Line":5,"Comment":"11/05/2024 10:39 AM - briand - Req Date changed from 11/07/2024 to 11/27/2024 (Req Date Updated)"},{"comp":1,"quote":222150,"Line":6,"Comment":"11/05/2024 10:39 AM - briand - CLO changed from 11/06/2024 to 11/26/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222150","line":"1","part":"C5006-0625-4.00","qty":"1","price":"198.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222150","line":"2","part":"CAT50-SK16-105U-IDU","qty":"1","price":"549.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222150","line":"3","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"222150","line":"4","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222150","Line":"3","Company":"1","F_Line":"1","Comment":"Additional 5% discount applied to above holder for the","Loc":"Y"},{"Quote":"222150","Line":"3","Company":"1","F_Line":"2","Comment":"2024 IMTS Promotion for List being over $500","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-05 10:46:27.045 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222610-11052024104626.txt === {"quote":"222610","customer":"20710","name":null,"customerName":"Toolneeds Inc.","comp":"01","open":"0","shipto":"TOICOBCB","shiptoName":"Toolneeds Inc C/O BCB Intl","entry_date":"10-07-2024","cust_order_date":"10-07-2024","req_date":"11-22-2024","cust_po":"","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"11:13","extra":"","follow_up":"11-06-2024","web_id":"","follow_name":"Jay Knelsen","follow_phone":"800-407-6236 x2228","follow_email":"jayk@toolneeds.com","pic_user":"briand","total_amt":"572.37","total_gp":"370.59","total_gpm":"64.75","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-07-2024","notes":[{"comp":"1","quote":"222610","line":"8","data":"her to send it directly to me."},{"comp":"1","quote":"222610","line":"7","data":"need revised PO and I sent email to her asking"},{"comp":"1","quote":"222610","line":"6","data":"10-16-2024 16:23-briand: Recd PO from Julianne,"},{"comp":"1","quote":"222610","line":"5","data":"at Toolneeds and apologized for the mistake."},{"comp":"1","quote":"222610","line":"4","data":"were the same. I resent this quote to Jay Knelsen"},{"comp":"1","quote":"222610","line":"3","data":"Creston - thankfully the pricing and discount %"},{"comp":"1","quote":"222610","line":"2","data":"to wrong \"jayk\" - accidentally sent to Jay at"},{"comp":"1","quote":"222610","line":"1","data":"found I put the wrong note below. Also, sent"},{"comp":"1","quote":"222610","line":"0","data":"10-22-2024 10:13-briand: Reviewing quotes and"}],"crmnotes":[{"comp":1,"quote":222610,"Line":0,"Comment":"10/11/2024 11:59 AM - briand - F/U changed from 10/13/2024 to 10/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222610,"Line":1,"Comment":"10/22/2024 10:21 AM - briand - Put note in NERP. I accidentally sent this quote to another Jay who has the email prefix of \"jayk\" - apologized to Jay Knelsen at Toolneeds for the mistake. I sent initial quote on 10/7 to Jay at Creston. Pricing and discount level are the same. Told Jay in email to contact me with any questions. I have to be careful in the future on emailing these two."},{"comp":1,"quote":222610,"Line":2,"Comment":"10/24/2024 9:40 AM - briand - F/U changed from 10/24/2024 to 11/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222610,"Line":3,"Comment":"11/05/2024 10:46 AM - briand - Sent email to Jay Knelsen asking him if this quote is still active."},{"comp":1,"quote":222610,"Line":4,"Comment":"11/05/2024 10:46 AM - briand - Req Date changed from 11/18/2024 to 11/22/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222610","line":"1","part":"CAT40-C3/4-105UG-IDU","qty":"1","price":"591.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222610","line":"3","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"222610","line":"4","part":"GH20","qty":"1","price":"245.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222610","Line":"3","Company":"1","F_Line":"1","Comment":"Additional 5% discount applied for the 2024 IMTS","Loc":"Y"},{"Quote":"222610","Line":"3","Company":"1","F_Line":"2","Comment":"Promotion for toolholders.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-05 10:46:33.531 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222610-11052024104633.txt === {"quote":"222610","customer":"20710","name":null,"customerName":"Toolneeds Inc.","comp":"01","open":"0","shipto":"TOICOBCB","shiptoName":"Toolneeds Inc C/O BCB Intl","entry_date":"10-07-2024","cust_order_date":"10-07-2024","req_date":"11-22-2024","cust_po":"","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"11:13","extra":"","follow_up":"11-06-2024","web_id":"","follow_name":"Jay Knelsen","follow_phone":"800-407-6236 x2228","follow_email":"jayk@toolneeds.com","pic_user":"briand","total_amt":"572.37","total_gp":"370.59","total_gpm":"64.75","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-21-2024","notes":[{"comp":"1","quote":"222610","line":"8","data":"her to send it directly to me."},{"comp":"1","quote":"222610","line":"7","data":"need revised PO and I sent email to her asking"},{"comp":"1","quote":"222610","line":"6","data":"10-16-2024 16:23-briand: Recd PO from Julianne,"},{"comp":"1","quote":"222610","line":"5","data":"at Toolneeds and apologized for the mistake."},{"comp":"1","quote":"222610","line":"4","data":"were the same. I resent this quote to Jay Knelsen"},{"comp":"1","quote":"222610","line":"3","data":"Creston - thankfully the pricing and discount %"},{"comp":"1","quote":"222610","line":"2","data":"to wrong \"jayk\" - accidentally sent to Jay at"},{"comp":"1","quote":"222610","line":"1","data":"found I put the wrong note below. Also, sent"},{"comp":"1","quote":"222610","line":"0","data":"10-22-2024 10:13-briand: Reviewing quotes and"}],"crmnotes":[{"comp":1,"quote":222610,"Line":0,"Comment":"10/11/2024 11:59 AM - briand - F/U changed from 10/13/2024 to 10/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222610,"Line":1,"Comment":"10/22/2024 10:21 AM - briand - Put note in NERP. I accidentally sent this quote to another Jay who has the email prefix of \"jayk\" - apologized to Jay Knelsen at Toolneeds for the mistake. I sent initial quote on 10/7 to Jay at Creston. Pricing and discount level are the same. Told Jay in email to contact me with any questions. I have to be careful in the future on emailing these two."},{"comp":1,"quote":222610,"Line":2,"Comment":"10/24/2024 9:40 AM - briand - F/U changed from 10/24/2024 to 11/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222610,"Line":3,"Comment":"11/05/2024 10:46 AM - briand - Sent email to Jay Knelsen asking him if this quote is still active."},{"comp":1,"quote":222610,"Line":4,"Comment":"11/05/2024 10:46 AM - briand - Req Date changed from 11/18/2024 to 11/22/2024 (Req Date Updated)"},{"comp":1,"quote":222610,"Line":5,"Comment":"11/05/2024 10:46 AM - briand - CLO changed from 11/07/2024 to 11/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222610","line":"1","part":"CAT40-C3/4-105UG-IDU","qty":"1","price":"591.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222610","line":"3","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"222610","line":"4","part":"GH20","qty":"1","price":"245.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222610","Line":"3","Company":"1","F_Line":"1","Comment":"Additional 5% discount applied for the 2024 IMTS","Loc":"Y"},{"Quote":"222610","Line":"3","Company":"1","F_Line":"2","Comment":"Promotion for toolholders.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-05 10:46:40.144 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222610-11052024104639.txt === {"quote":"222610","customer":"20710","name":null,"customerName":"Toolneeds Inc.","comp":"01","open":"0","shipto":"TOICOBCB","shiptoName":"Toolneeds Inc C/O BCB Intl","entry_date":"10-07-2024","cust_order_date":"10-07-2024","req_date":"11-22-2024","cust_po":"","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"11:13","extra":"","follow_up":"11-20-2024","web_id":"","follow_name":"Jay Knelsen","follow_phone":"800-407-6236 x2228","follow_email":"jayk@toolneeds.com","pic_user":"briand","total_amt":"572.37","total_gp":"370.59","total_gpm":"64.75","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-21-2024","notes":[{"comp":"1","quote":"222610","line":"8","data":"her to send it directly to me."},{"comp":"1","quote":"222610","line":"7","data":"need revised PO and I sent email to her asking"},{"comp":"1","quote":"222610","line":"6","data":"10-16-2024 16:23-briand: Recd PO from Julianne,"},{"comp":"1","quote":"222610","line":"5","data":"at Toolneeds and apologized for the mistake."},{"comp":"1","quote":"222610","line":"4","data":"were the same. I resent this quote to Jay Knelsen"},{"comp":"1","quote":"222610","line":"3","data":"Creston - thankfully the pricing and discount %"},{"comp":"1","quote":"222610","line":"2","data":"to wrong \"jayk\" - accidentally sent to Jay at"},{"comp":"1","quote":"222610","line":"1","data":"found I put the wrong note below. Also, sent"},{"comp":"1","quote":"222610","line":"0","data":"10-22-2024 10:13-briand: Reviewing quotes and"}],"crmnotes":[{"comp":1,"quote":222610,"Line":0,"Comment":"10/11/2024 11:59 AM - briand - F/U changed from 10/13/2024 to 10/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222610,"Line":1,"Comment":"10/22/2024 10:21 AM - briand - Put note in NERP. I accidentally sent this quote to another Jay who has the email prefix of \"jayk\" - apologized to Jay Knelsen at Toolneeds for the mistake. I sent initial quote on 10/7 to Jay at Creston. Pricing and discount level are the same. Told Jay in email to contact me with any questions. I have to be careful in the future on emailing these two."},{"comp":1,"quote":222610,"Line":2,"Comment":"10/24/2024 9:40 AM - briand - F/U changed from 10/24/2024 to 11/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222610,"Line":3,"Comment":"11/05/2024 10:46 AM - briand - Sent email to Jay Knelsen asking him if this quote is still active."},{"comp":1,"quote":222610,"Line":4,"Comment":"11/05/2024 10:46 AM - briand - Req Date changed from 11/18/2024 to 11/22/2024 (Req Date Updated)"},{"comp":1,"quote":222610,"Line":5,"Comment":"11/05/2024 10:46 AM - briand - CLO changed from 11/07/2024 to 11/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222610","line":"1","part":"CAT40-C3/4-105UG-IDU","qty":"1","price":"591.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222610","line":"3","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"222610","line":"4","part":"GH20","qty":"1","price":"245.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222610","Line":"3","Company":"1","F_Line":"1","Comment":"Additional 5% discount applied for the 2024 IMTS","Loc":"Y"},{"Quote":"222610","Line":"3","Company":"1","F_Line":"2","Comment":"Promotion for toolholders.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-05 10:48:55.317 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222881-11052024104855.txt === {"quote":"222881","customer":"4750","name":null,"customerName":"Drillmex 2005 Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-11-2024","cust_order_date":"10-11-2024","req_date":"11-22-2024","cust_po":"C40-STD-EU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"10:30","extra":"","follow_up":"11-07-2024","web_id":"","follow_name":"Olivier Brais","follow_phone":"(819) 740-1929","follow_email":"olivier.brais@drillmex.com","pic_user":"briand","total_amt":"168.0","total_gp":"123.40","total_gpm":"73.45","rev_type":"STD","mod_date":"11-05-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"10","win_pct":"20","clo_date":"11-14-2024","notes":[{"comp":"1","quote":"222881","line":"3","data":"however that's up to the EU to decide."},{"comp":"1","quote":"222881","line":"2","data":"him to share w/ the EU. We are close on this on"},{"comp":"1","quote":"222881","line":"1","data":"a PS from Seco. Sent .PDF and .STEP files for"},{"comp":"1","quote":"222881","line":"0","data":"10-11-2024 10:30-briand: Olivier wanted a cross on"}],"crmnotes":[{"comp":1,"quote":222881,"Line":0,"Comment":"10/15/2024 9:23 AM - briand - F/U changed from 10/17/2024 to 10/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222881,"Line":1,"Comment":"10/21/2024 9:36 AM - briand - Sent Olivier an email asking if the quote is still active."},{"comp":1,"quote":222881,"Line":2,"Comment":"10/21/2024 9:36 AM - briand - F/U changed from 10/22/2024 to 11/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222881,"Line":3,"Comment":"10/21/2024 1:04 PM - briand - Olivier said that an order will proceed soon"},{"comp":1,"quote":222881,"Line":4,"Comment":"11/05/2024 10:48 AM - briand - CLO changed from 11/11/2024 to 11/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222881","line":"1","part":"C40-STD-EU","qty":"10","price":"28.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-05 10:49:38.885 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222881-11052024104938.txt === {"quote":"222881","customer":"4750","name":null,"customerName":"Drillmex 2005 Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-11-2024","cust_order_date":"10-11-2024","req_date":"11-22-2024","cust_po":"C40-STD-EU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"10:30","extra":"","follow_up":"11-13-2024","web_id":"","follow_name":"Olivier Brais","follow_phone":"(819) 740-1929","follow_email":"olivier.brais@drillmex.com","pic_user":"briand","total_amt":"168.0","total_gp":"123.40","total_gpm":"73.45","rev_type":"STD","mod_date":"11-05-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"10","win_pct":"20","clo_date":"11-14-2024","notes":[{"comp":"1","quote":"222881","line":"3","data":"however that's up to the EU to decide."},{"comp":"1","quote":"222881","line":"2","data":"him to share w/ the EU. We are close on this on"},{"comp":"1","quote":"222881","line":"1","data":"a PS from Seco. Sent .PDF and .STEP files for"},{"comp":"1","quote":"222881","line":"0","data":"10-11-2024 10:30-briand: Olivier wanted a cross on"}],"crmnotes":[{"comp":1,"quote":222881,"Line":0,"Comment":"10/15/2024 9:23 AM - briand - F/U changed from 10/17/2024 to 10/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222881,"Line":1,"Comment":"10/21/2024 9:36 AM - briand - Sent Olivier an email asking if the quote is still active."},{"comp":1,"quote":222881,"Line":2,"Comment":"10/21/2024 9:36 AM - briand - F/U changed from 10/22/2024 to 11/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222881,"Line":3,"Comment":"10/21/2024 1:04 PM - briand - Olivier said that an order will proceed soon"},{"comp":1,"quote":222881,"Line":4,"Comment":"11/05/2024 10:48 AM - briand - CLO changed from 11/11/2024 to 11/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222881","line":"1","part":"C40-STD-EU","qty":"10","price":"28.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-05 10:54:34.335 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223809-11052024105434.txt === {"quote":"223809","customer":"19633","name":null,"customerName":"SourcePro, Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-01-2024","cust_order_date":"11-01-2024","req_date":"12-13-2024","cust_po":"025-SPAN","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"08:24","extra":"","follow_up":"11-20-2024","web_id":"","follow_name":"SourcePro Purchasing Team","follow_phone":"734-441-1914","follow_email":"srichner@sourcepro.com","pic_user":"briand","total_amt":"12.92","total_gp":"7.99","total_gpm":"61.84","rev_type":"STD","mod_date":"11-05-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-01-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223809","line":"1","part":"025-SPAN","qty":"1","price":"19.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-05 10:56:40.181 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223347-11052024105639.txt === {"quote":"223347","customer":"20560","name":null,"customerName":"Tool-Krib Supply Company","comp":"01","open":"0","shipto":"MJSPFRAN","shiptoName":"Mjs Precision","entry_date":"10-22-2024","cust_order_date":"08-22-2024","req_date":"11-22-2024","cust_po":"CAT40-ZMAC42-150UV","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Emerson Maletski","drop_po":"","status":"0","user":"briand","conv_order":"","time":"14:04","extra":"","follow_up":"11-08-2024","web_id":"","follow_name":"Emerson Maletski","follow_phone":"973-808-4550 ext 21","follow_email":"emaletski@toolkrib.com","pic_user":"briand","total_amt":"448.00","total_gp":"448.00","total_gpm":"100.00","rev_type":"STD","mod_date":"11-05-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-20-2024","notes":[{"comp":"1","quote":"223347","line":"21","data":"to Emerson."},{"comp":"1","quote":"223347","line":"20","data":"Excel sheet. Will document when quote is sent"},{"comp":"1","quote":"223347","line":"19","data":"didn't see any in stock on the Resources-Factory"},{"comp":"1","quote":"223347","line":"18","data":"on the Quote Log to see if P&D are the same. I"},{"comp":"1","quote":"223347","line":"17","data":"for item. Alyssa said ok to Dup and I put info"},{"comp":"1","quote":"223347","line":"16","data":"Emerson Maletski at Tool Krib to get a re-quote"},{"comp":"1","quote":"223347","line":"15","data":"10-22-2024 14:05-briand: Recd request from"},{"comp":"1","quote":"223347","line":"14","data":"cc'd Alyssa."},{"comp":"1","quote":"223347","line":"13","data":"now 16~18 weeks ARO. Sent Emerson updated quote &"},{"comp":"1","quote":"223347","line":"12","data":"Log. P&D changed, we're at $448 and Delivery is"},{"comp":"1","quote":"223347","line":"11","data":"10-24-2024 08:06-briand: Recd pricing on Quote"},{"comp":"1","quote":"223347","line":"10","data":"forwarded to him and cc'd Alyssa."},{"comp":"1","quote":"223347","line":"9","data":"him that was sent to Emerson; he said yes so I"},{"comp":"1","quote":"223347","line":"8","data":"I asked if he wanted me to forward the quote to"},{"comp":"1","quote":"223347","line":"7","data":"check (and check w/ Alyssa) and get back to him."},{"comp":"1","quote":"223347","line":"6","data":"that the customer could order. I told him I'll"},{"comp":"1","quote":"223347","line":"5","data":"comparable to what's being requested (in stock)"},{"comp":"1","quote":"223347","line":"4","data":"one in August. He asked if we had anything"},{"comp":"1","quote":"223347","line":"3","data":"on this new one. We had to requote due to last"},{"comp":"1","quote":"223347","line":"2","data":"quote 220600 and had questions about lead time"},{"comp":"1","quote":"223347","line":"1","data":"OSR Steve Zaugg. He was reviewing the original"},{"comp":"1","quote":"223347","line":"0","data":"10-28-2024 09:35-briand: Recd call from Tool Krib"}],"crmnotes":[{"comp":1,"quote":223347,"Line":0,"Comment":"10/24/2024 9:39 AM - briand - Quote was sent to Emerson today and cc'd Alyssa."},{"comp":1,"quote":223347,"Line":1,"Comment":"10/24/2024 9:39 AM - briand - F/U changed from 10/28/2024 to 11/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223347,"Line":2,"Comment":"10/24/2024 9:39 AM - briand - CLO changed from NaN/NaN/NaN to 11/11/2024 (CLO Date Updated)"},{"comp":1,"quote":223347,"Line":3,"Comment":"10/24/2024 9:39 AM - briand - Req Date changed from 10/22/2024 to 11/22/2024 (Req Date Updated)"},{"comp":1,"quote":223347,"Line":4,"Comment":"11/05/2024 10:56 AM - briand - CLO changed from 11/11/2024 to 11/20/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223347","line":"1","part":"SPECIAL-TL-NIKKEN","qty":"1","price":"448.00","uom":"EA","discount":"0.00","req_date":"16~18 weeks ARO","branch":"1"}],"qlines":[{"Quote":"223347","Line":"1","Company":"1","F_Line":"1","Comment":"CAT40-ZMAC42-150UV","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-05 10:56:45.262 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223347-11052024105645.txt === {"quote":"223347","customer":"20560","name":null,"customerName":"Tool-Krib Supply Company","comp":"01","open":"0","shipto":"MJSPFRAN","shiptoName":"Mjs Precision","entry_date":"10-22-2024","cust_order_date":"08-22-2024","req_date":"11-22-2024","cust_po":"CAT40-ZMAC42-150UV","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Emerson Maletski","drop_po":"","status":"0","user":"briand","conv_order":"","time":"14:04","extra":"","follow_up":"11-19-2024","web_id":"","follow_name":"Emerson Maletski","follow_phone":"973-808-4550 ext 21","follow_email":"emaletski@toolkrib.com","pic_user":"briand","total_amt":"448.00","total_gp":"448.00","total_gpm":"100.00","rev_type":"STD","mod_date":"11-05-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-20-2024","notes":[{"comp":"1","quote":"223347","line":"21","data":"to Emerson."},{"comp":"1","quote":"223347","line":"20","data":"Excel sheet. Will document when quote is sent"},{"comp":"1","quote":"223347","line":"19","data":"didn't see any in stock on the Resources-Factory"},{"comp":"1","quote":"223347","line":"18","data":"on the Quote Log to see if P&D are the same. I"},{"comp":"1","quote":"223347","line":"17","data":"for item. Alyssa said ok to Dup and I put info"},{"comp":"1","quote":"223347","line":"16","data":"Emerson Maletski at Tool Krib to get a re-quote"},{"comp":"1","quote":"223347","line":"15","data":"10-22-2024 14:05-briand: Recd request from"},{"comp":"1","quote":"223347","line":"14","data":"cc'd Alyssa."},{"comp":"1","quote":"223347","line":"13","data":"now 16~18 weeks ARO. Sent Emerson updated quote &"},{"comp":"1","quote":"223347","line":"12","data":"Log. P&D changed, we're at $448 and Delivery is"},{"comp":"1","quote":"223347","line":"11","data":"10-24-2024 08:06-briand: Recd pricing on Quote"},{"comp":"1","quote":"223347","line":"10","data":"forwarded to him and cc'd Alyssa."},{"comp":"1","quote":"223347","line":"9","data":"him that was sent to Emerson; he said yes so I"},{"comp":"1","quote":"223347","line":"8","data":"I asked if he wanted me to forward the quote to"},{"comp":"1","quote":"223347","line":"7","data":"check (and check w/ Alyssa) and get back to him."},{"comp":"1","quote":"223347","line":"6","data":"that the customer could order. I told him I'll"},{"comp":"1","quote":"223347","line":"5","data":"comparable to what's being requested (in stock)"},{"comp":"1","quote":"223347","line":"4","data":"one in August. He asked if we had anything"},{"comp":"1","quote":"223347","line":"3","data":"on this new one. We had to requote due to last"},{"comp":"1","quote":"223347","line":"2","data":"quote 220600 and had questions about lead time"},{"comp":"1","quote":"223347","line":"1","data":"OSR Steve Zaugg. He was reviewing the original"},{"comp":"1","quote":"223347","line":"0","data":"10-28-2024 09:35-briand: Recd call from Tool Krib"}],"crmnotes":[{"comp":1,"quote":223347,"Line":0,"Comment":"10/24/2024 9:39 AM - briand - Quote was sent to Emerson today and cc'd Alyssa."},{"comp":1,"quote":223347,"Line":1,"Comment":"10/24/2024 9:39 AM - briand - F/U changed from 10/28/2024 to 11/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223347,"Line":2,"Comment":"10/24/2024 9:39 AM - briand - CLO changed from NaN/NaN/NaN to 11/11/2024 (CLO Date Updated)"},{"comp":1,"quote":223347,"Line":3,"Comment":"10/24/2024 9:39 AM - briand - Req Date changed from 10/22/2024 to 11/22/2024 (Req Date Updated)"},{"comp":1,"quote":223347,"Line":4,"Comment":"11/05/2024 10:56 AM - briand - CLO changed from 11/11/2024 to 11/20/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223347","line":"1","part":"SPECIAL-TL-NIKKEN","qty":"1","price":"448.00","uom":"EA","discount":"0.00","req_date":"16~18 weeks ARO","branch":"1"}],"qlines":[{"Quote":"223347","Line":"1","Company":"1","F_Line":"1","Comment":"CAT40-ZMAC42-150UV","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-05 10:58:37.731 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223476-11052024105837.txt === {"quote":"223476","customer":"2965","name":null,"customerName":"Butler Bros.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-24-2024","cust_order_date":"10-24-2024","req_date":"12-05-2024","cust_po":"H63A-SF4-80MT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"11","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"12:45","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Daniel Warner","follow_phone":"207-784-6875","follow_email":"dwarner@butlerbros.com","pic_user":"briand","total_amt":"258.7","total_gp":"141.56","total_gpm":"54.72","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-24-2024","notes":[{"comp":"1","quote":"223476","line":"8","data":"needs one."},{"comp":"1","quote":"223476","line":"7","data":"Danny I'll call him when I have delivery. He only"},{"comp":"1","quote":"223476","line":"6","data":"this SF holder, 8 at ELCO, entered on CBO and told"},{"comp":"1","quote":"223476","line":"5","data":"10-24-2024 12:46-briand: Danny called looking for"},{"comp":"1","quote":"223476","line":"4","data":"delivery."},{"comp":"1","quote":"223476","line":"3","data":"off is 11/4 (need a PO by then) for end of Nov"},{"comp":"1","quote":"223476","line":"2","data":"just send him quote and cc'd Alyssa. Next Air cut"},{"comp":"1","quote":"223476","line":"1","data":"Danny however hes ooo today. Gave him details and"},{"comp":"1","quote":"223476","line":"0","data":"10-25-2024 08:44-briand: Called and LMOVM for"}],"crmnotes":[],"items":[{"comp":"01","order":"223476","line":"1","part":"H63A-SF4-80MT","qty":"1","price":"398.00","uom":"EA","discount":"35.00","req_date":"SEE COMMENT BELOW:","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} 223476-CRM_Quote_UPDATE_FAILED_(LOCKED) [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-05 10:58:54.569 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223476-11052024105854.txt === {"quote":"223476","customer":"2965","name":null,"customerName":"Butler Bros.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-24-2024","cust_order_date":"10-24-2024","req_date":"12-05-2024","cust_po":"H63A-SF4-80MT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"11","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"12:45","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Daniel Warner","follow_phone":"207-784-6875","follow_email":"dwarner@butlerbros.com","pic_user":"briand","total_amt":"258.7","total_gp":"141.56","total_gpm":"54.72","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-25-2024","notes":[{"comp":"1","quote":"223476","line":"8","data":"needs one."},{"comp":"1","quote":"223476","line":"7","data":"Danny I'll call him when I have delivery. He only"},{"comp":"1","quote":"223476","line":"6","data":"this SF holder, 8 at ELCO, entered on CBO and told"},{"comp":"1","quote":"223476","line":"5","data":"10-24-2024 12:46-briand: Danny called looking for"},{"comp":"1","quote":"223476","line":"4","data":"delivery."},{"comp":"1","quote":"223476","line":"3","data":"off is 11/4 (need a PO by then) for end of Nov"},{"comp":"1","quote":"223476","line":"2","data":"just send him quote and cc'd Alyssa. Next Air cut"},{"comp":"1","quote":"223476","line":"1","data":"Danny however hes ooo today. Gave him details and"},{"comp":"1","quote":"223476","line":"0","data":"10-25-2024 08:44-briand: Called and LMOVM for"}],"crmnotes":[{"comp":1,"quote":223476,"Line":0,"Comment":"11/05/2024 10:58 AM - briand - F/U changed from 11/08/2024 to 11/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223476,"Line":1,"Comment":"11/05/2024 10:58 AM - briand - CLO changed from 11/24/2024 to 11/25/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223476","line":"1","part":"H63A-SF4-80MT","qty":"1","price":"398.00","uom":"EA","discount":"35.00","req_date":"SEE COMMENT BELOW:","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} 223476-CRM_Quote_UPDATE_FAILED_(LOCKED) [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-05 11:00:16.828 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223905-11052024110016.txt === {"quote":"223905","customer":"7650","name":null,"customerName":"W.W. Grainger, Inc.","comp":"01","open":"0","shipto":"YORKCASK","shiptoName":"York Casket Company","entry_date":"11-04-2024","cust_order_date":"11-04-2024","req_date":"12-16-2024","cust_po":"TCLA-40/63A/C6","terms_code":"23060","ship_via":"F-FGS","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"14:49","extra":"","follow_up":"11-20-2024","web_id":"","follow_name":"Frederick Wason","follow_phone":"224-601-3837","follow_email":"frederick.wason@grainger.com","pic_user":"briand","total_amt":"181.5","total_gp":"102.55","total_gpm":"56.50","rev_type":"STD","mod_date":"11-05-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-04-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223905","line":"1","part":"TCLA-40/63A/C6","qty":"1","price":"242.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-05 11:05:21.203 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222610-11052024110520.txt === {"quote":"222610","customer":"20710","name":null,"customerName":"Toolneeds Inc.","comp":"01","open":"1","shipto":"TOICOBCB","shiptoName":"Toolneeds Inc C/O BCB Intl","entry_date":"10-07-2024","cust_order_date":"10-07-2024","req_date":"11-22-2024","cust_po":"","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"11:13","extra":"","follow_up":"11-20-2024","web_id":"","follow_name":"Jay Knelsen","follow_phone":"800-407-6236 x2228","follow_email":"jayk@toolneeds.com","pic_user":"briand","total_amt":"572.37","total_gp":"370.59","total_gpm":"64.75","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"briand","reason":"1","totalQty":"3","win_pct":"20","clo_date":"11-21-2024","notes":[{"comp":"1","quote":"222610","line":"8","data":"her to send it directly to me."},{"comp":"1","quote":"222610","line":"7","data":"need revised PO and I sent email to her asking"},{"comp":"1","quote":"222610","line":"6","data":"10-16-2024 16:23-briand: Recd PO from Julianne,"},{"comp":"1","quote":"222610","line":"5","data":"at Toolneeds and apologized for the mistake."},{"comp":"1","quote":"222610","line":"4","data":"were the same. I resent this quote to Jay Knelsen"},{"comp":"1","quote":"222610","line":"3","data":"Creston - thankfully the pricing and discount %"},{"comp":"1","quote":"222610","line":"2","data":"to wrong \"jayk\" - accidentally sent to Jay at"},{"comp":"1","quote":"222610","line":"1","data":"found I put the wrong note below. Also, sent"},{"comp":"1","quote":"222610","line":"0","data":"10-22-2024 10:13-briand: Reviewing quotes and"}],"crmnotes":[{"comp":1,"quote":222610,"Line":0,"Comment":"10/11/2024 11:59 AM - briand - F/U changed from 10/13/2024 to 10/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222610,"Line":1,"Comment":"10/22/2024 10:21 AM - briand - Put note in NERP. I accidentally sent this quote to another Jay who has the email prefix of \"jayk\" - apologized to Jay Knelsen at Toolneeds for the mistake. I sent initial quote on 10/7 to Jay at Creston. Pricing and discount level are the same. Told Jay in email to contact me with any questions. I have to be careful in the future on emailing these two."},{"comp":1,"quote":222610,"Line":2,"Comment":"10/24/2024 9:40 AM - briand - F/U changed from 10/24/2024 to 11/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222610,"Line":3,"Comment":"11/05/2024 10:46 AM - briand - Sent email to Jay Knelsen asking him if this quote is still active."},{"comp":1,"quote":222610,"Line":4,"Comment":"11/05/2024 10:46 AM - briand - Req Date changed from 11/18/2024 to 11/22/2024 (Req Date Updated)"},{"comp":1,"quote":222610,"Line":5,"Comment":"11/05/2024 10:46 AM - briand - CLO changed from 11/07/2024 to 11/21/2024 (CLO Date Updated)"},{"comp":1,"quote":222610,"Line":6,"Comment":"11/05/2024 10:46 AM - briand - F/U changed from 11/06/2024 to 11/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222610,"Line":7,"Comment":"11/05/2024 11:05 AM - briand - SO # 993049. PO 6090840 - closing quote"}],"items":[{"comp":"01","order":"222610","line":"1","part":"CAT40-C3/4-105UG-IDU","qty":"1","price":"591.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222610","line":"3","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"222610","line":"4","part":"GH20","qty":"1","price":"245.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222610","Line":"3","Company":"1","F_Line":"1","Comment":"Additional 5% discount applied for the 2024 IMTS","Loc":"Y"},{"Quote":"222610","Line":"3","Company":"1","F_Line":"2","Comment":"Promotion for toolholders.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-05 11:36:11.486 [INFO] In session is user: luism 2024-11-05 12:01:20.640 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(35.0498805893912, -81.0051045288155, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(35.0498805893912, -81.0051045288155, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3047009 second/s. 2024-11-05 12:06:31.597 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222141-11052024120631.txt === {"quote":"222141","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"GFMCO","shiptoName":"Golden's Foundry & Mach(GFMCO) LLC","entry_date":"09-26-2024","cust_order_date":null,"req_date":"10-31-2024","cust_po":"CAT40 3/4 Shell Mill 14","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Garret Reed","drop_po":"","status":"0","user":"mirandag","conv_order":"","time":"12:01","extra":"","follow_up":"11-14-2024","web_id":"","follow_name":"Garret Reed","follow_phone":"941-751-1520","follow_email":"garret@afi-tools.com","pic_user":"oenm","total_amt":"414.00","total_gp":"414.00","total_gpm":"100.00","rev_type":"STD","mod_date":"11-05-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"1","win_pct":"20","clo_date":"10-26-2024","notes":[{"comp":"1","quote":"222141","line":"4","data":"09-26-2024 12:01 - Discounts Recalculated QS"},{"comp":"1","quote":"222141","line":"3","data":"this"},{"comp":"1","quote":"222141","line":"2","data":"sounded like there was nowhere else he could get"},{"comp":"1","quote":"222141","line":"1","data":"he wanted us to quote this as a special, he"},{"comp":"1","quote":"222141","line":"0","data":"09-30-2024 10:55-mirandag got a call from Garret-"}],"crmnotes":[{"comp":1,"quote":222141,"Line":0,"Comment":"10/12/2024 7:37 AM - mattm - Req Date changed from 11/07/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":222141,"Line":1,"Comment":"10/12/2024 7:37 AM - mattm - F/U changed from 10/09/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222141,"Line":2,"Comment":"10/12/2024 7:38 AM - mattm - PIC changed from alyssah to oenm"}],"items":[{"comp":"01","order":"222141","line":"1","part":"SPECIAL-TL","qty":"1","price":"414.00","uom":"EA","discount":"0.00","req_date":"8 weeks ADA","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"222141","Line":"0","Comment":"These are non-standard stock items and considered"},{"Quote":"222141","Line":"1","Comment":"specials. Once a PO has been issued these items"},{"Quote":"222141","Line":"2","Comment":"cannot be cancelled or returned."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-05 12:06:42.046 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222141-11052024120641.txt === {"quote":"222141","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"GFMCO","shiptoName":"Golden's Foundry & Mach(GFMCO) LLC","entry_date":"09-26-2024","cust_order_date":null,"req_date":"10-31-2024","cust_po":"CAT40 3/4 Shell Mill 14","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Garret Reed","drop_po":"","status":"0","user":"mirandag","conv_order":"","time":"12:01","extra":"","follow_up":"11-14-2024","web_id":"","follow_name":"Garret Reed","follow_phone":"941-751-1520","follow_email":"garret@afi-tools.com","pic_user":"oenm","total_amt":"414.00","total_gp":"414.00","total_gpm":"100.00","rev_type":"STD","mod_date":"11-05-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-14-2024","notes":[{"comp":"1","quote":"222141","line":"4","data":"09-26-2024 12:01 - Discounts Recalculated QS"},{"comp":"1","quote":"222141","line":"3","data":"this"},{"comp":"1","quote":"222141","line":"2","data":"sounded like there was nowhere else he could get"},{"comp":"1","quote":"222141","line":"1","data":"he wanted us to quote this as a special, he"},{"comp":"1","quote":"222141","line":"0","data":"09-30-2024 10:55-mirandag got a call from Garret-"}],"crmnotes":[{"comp":1,"quote":222141,"Line":0,"Comment":"10/12/2024 7:37 AM - mattm - Req Date changed from 11/07/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":222141,"Line":1,"Comment":"10/12/2024 7:37 AM - mattm - F/U changed from 10/09/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222141,"Line":2,"Comment":"10/12/2024 7:38 AM - mattm - PIC changed from alyssah to oenm"},{"comp":1,"quote":222141,"Line":3,"Comment":"11/05/2024 1:06 PM - oenm - F/U changed from 10/26/2024 to 11/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222141,"Line":4,"Comment":"11/05/2024 1:06 PM - oenm - CLO changed from 10/26/2024 to 11/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222141","line":"1","part":"SPECIAL-TL","qty":"1","price":"414.00","uom":"EA","discount":"0.00","req_date":"8 weeks ADA","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"222141","Line":"0","Comment":"These are non-standard stock items and considered"},{"Quote":"222141","Line":"1","Comment":"specials. Once a PO has been issued these items"},{"Quote":"222141","Line":"2","Comment":"cannot be cancelled or returned."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-05 12:06:50.564 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222141-11052024120650.txt === {"quote":"222141","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"GFMCO","shiptoName":"Golden's Foundry & Mach(GFMCO) LLC","entry_date":"09-26-2024","cust_order_date":null,"req_date":"11-22-2024","cust_po":"CAT40 3/4 Shell Mill 14","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Garret Reed","drop_po":"","status":"0","user":"mirandag","conv_order":"","time":"12:01","extra":"","follow_up":"11-14-2024","web_id":"","follow_name":"Garret Reed","follow_phone":"941-751-1520","follow_email":"garret@afi-tools.com","pic_user":"oenm","total_amt":"414.00","total_gp":"414.00","total_gpm":"100.00","rev_type":"STD","mod_date":"11-05-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-14-2024","notes":[{"comp":"1","quote":"222141","line":"4","data":"09-26-2024 12:01 - Discounts Recalculated QS"},{"comp":"1","quote":"222141","line":"3","data":"this"},{"comp":"1","quote":"222141","line":"2","data":"sounded like there was nowhere else he could get"},{"comp":"1","quote":"222141","line":"1","data":"he wanted us to quote this as a special, he"},{"comp":"1","quote":"222141","line":"0","data":"09-30-2024 10:55-mirandag got a call from Garret-"}],"crmnotes":[{"comp":1,"quote":222141,"Line":0,"Comment":"10/12/2024 7:37 AM - mattm - Req Date changed from 11/07/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":222141,"Line":1,"Comment":"10/12/2024 7:37 AM - mattm - F/U changed from 10/09/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222141,"Line":2,"Comment":"10/12/2024 7:38 AM - mattm - PIC changed from alyssah to oenm"},{"comp":1,"quote":222141,"Line":3,"Comment":"11/05/2024 1:06 PM - oenm - F/U changed from 10/26/2024 to 11/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222141,"Line":4,"Comment":"11/05/2024 1:06 PM - oenm - CLO changed from 10/26/2024 to 11/14/2024 (CLO Date Updated)"},{"comp":1,"quote":222141,"Line":5,"Comment":"11/05/2024 1:06 PM - oenm - Req Date changed from 10/31/2024 to 11/22/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222141","line":"1","part":"SPECIAL-TL","qty":"1","price":"414.00","uom":"EA","discount":"0.00","req_date":"8 weeks ADA","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"222141","Line":"0","Comment":"These are non-standard stock items and considered"},{"Quote":"222141","Line":"1","Comment":"specials. Once a PO has been issued these items"},{"Quote":"222141","Line":"2","Comment":"cannot be cancelled or returned."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-05 12:07:16.847 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221808-11052024120716.txt === {"quote":"221808","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"AMSJAGA","shiptoName":"Applied Machine Solutions,Inc.","entry_date":"09-19-2024","cust_order_date":null,"req_date":"10-31-2024","cust_po":"C4006-0250-4.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Susan Stute","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"14:33","extra":"","follow_up":"11-14-2024","web_id":"","follow_name":"Susan Stute","follow_phone":"678-880-0893","follow_email":"s.stute@appliedmachine.com","pic_user":"oenm","total_amt":"2588.91","total_gp":"1536.03","total_gpm":"59.33","rev_type":"STD","mod_date":"11-05-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"21","win_pct":"20","clo_date":"10-30-2024","notes":[{"comp":"1","quote":"221808","line":"0","data":"09-19-2024 14:35 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221808,"Line":0,"Comment":"10/04/2024 3:11 PM - alyssah - F/U changed from 09/25/2024 to 10/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221808,"Line":1,"Comment":"10/18/2024 4:20 PM - alyssah - CLO changed from 10/19/2024 to 10/30/2024 (CLO Date Updated)"},{"comp":1,"quote":221808,"Line":2,"Comment":"10/18/2024 4:20 PM - alyssah - F/U changed from 10/16/2024 to 10/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221808,"Line":3,"Comment":"10/18/2024 4:20 PM - alyssah - F/U changed from 10/29/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221808,"Line":4,"Comment":"10/18/2024 4:21 PM - alyssah - PIC changed from alyssah to oenm"}],"items":[{"comp":"01","order":"221808","line":"1","part":"C4006-0250-4.00","qty":"3","price":"150.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221808","line":"2","part":"C4006-0375-4.00","qty":"3","price":"150.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221808","line":"3","part":"C4006-0500-4.00","qty":"3","price":"139.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221808","line":"4","part":"C4007-0016-3.50","qty":"6","price":"258.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221808","line":"5","part":"C4007-0025-4.00","qty":"3","price":"270.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221808","line":"6","part":"TCLA-40/63A/C6","qty":"1","price":"242.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221808","line":"7","part":"016-SPAN","qty":"1","price":"17.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221808","line":"8","part":"025-SPAN","qty":"1","price":"19.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":8}}] 2024-11-05 12:07:53.606 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221808-11052024120753.txt === {"quote":"221808","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"AMSJAGA","shiptoName":"Applied Machine Solutions,Inc.","entry_date":"09-19-2024","cust_order_date":null,"req_date":"10-31-2024","cust_po":"C4006-0250-4.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Susan Stute","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"14:33","extra":"","follow_up":"11-14-2024","web_id":"","follow_name":"Susan Stute","follow_phone":"678-880-0893","follow_email":"s.stute@appliedmachine.com","pic_user":"oenm","total_amt":"2588.91","total_gp":"1536.03","total_gpm":"59.33","rev_type":"STD","mod_date":"11-05-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"21","win_pct":"20","clo_date":"11-14-2024","notes":[{"comp":"1","quote":"221808","line":"0","data":"09-19-2024 14:35 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221808,"Line":0,"Comment":"10/04/2024 3:11 PM - alyssah - F/U changed from 09/25/2024 to 10/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221808,"Line":1,"Comment":"10/18/2024 4:20 PM - alyssah - CLO changed from 10/19/2024 to 10/30/2024 (CLO Date Updated)"},{"comp":1,"quote":221808,"Line":2,"Comment":"10/18/2024 4:20 PM - alyssah - F/U changed from 10/16/2024 to 10/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221808,"Line":3,"Comment":"10/18/2024 4:20 PM - alyssah - F/U changed from 10/29/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221808,"Line":4,"Comment":"10/18/2024 4:21 PM - alyssah - PIC changed from alyssah to oenm"},{"comp":1,"quote":221808,"Line":5,"Comment":"11/05/2024 1:07 PM - oenm - F/U changed from 10/26/2024 to 11/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221808,"Line":6,"Comment":"11/05/2024 1:07 PM - oenm - CLO changed from 10/30/2024 to 11/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221808","line":"1","part":"C4006-0250-4.00","qty":"3","price":"150.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221808","line":"2","part":"C4006-0375-4.00","qty":"3","price":"150.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221808","line":"3","part":"C4006-0500-4.00","qty":"3","price":"139.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221808","line":"4","part":"C4007-0016-3.50","qty":"6","price":"258.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221808","line":"5","part":"C4007-0025-4.00","qty":"3","price":"270.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221808","line":"6","part":"TCLA-40/63A/C6","qty":"1","price":"242.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221808","line":"7","part":"016-SPAN","qty":"1","price":"17.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221808","line":"8","part":"025-SPAN","qty":"1","price":"19.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":8}}] 2024-11-05 12:08:02.129 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221808-11052024120801.txt === {"quote":"221808","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"AMSJAGA","shiptoName":"Applied Machine Solutions,Inc.","entry_date":"09-19-2024","cust_order_date":null,"req_date":"11-22-2024","cust_po":"C4006-0250-4.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Susan Stute","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"14:33","extra":"","follow_up":"11-14-2024","web_id":"","follow_name":"Susan Stute","follow_phone":"678-880-0893","follow_email":"s.stute@appliedmachine.com","pic_user":"oenm","total_amt":"2588.91","total_gp":"1536.03","total_gpm":"59.33","rev_type":"STD","mod_date":"11-05-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"21","win_pct":"20","clo_date":"11-14-2024","notes":[{"comp":"1","quote":"221808","line":"0","data":"09-19-2024 14:35 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221808,"Line":0,"Comment":"10/04/2024 3:11 PM - alyssah - F/U changed from 09/25/2024 to 10/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221808,"Line":1,"Comment":"10/18/2024 4:20 PM - alyssah - CLO changed from 10/19/2024 to 10/30/2024 (CLO Date Updated)"},{"comp":1,"quote":221808,"Line":2,"Comment":"10/18/2024 4:20 PM - alyssah - F/U changed from 10/16/2024 to 10/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221808,"Line":3,"Comment":"10/18/2024 4:20 PM - alyssah - F/U changed from 10/29/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221808,"Line":4,"Comment":"10/18/2024 4:21 PM - alyssah - PIC changed from alyssah to oenm"},{"comp":1,"quote":221808,"Line":5,"Comment":"11/05/2024 1:07 PM - oenm - F/U changed from 10/26/2024 to 11/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221808,"Line":6,"Comment":"11/05/2024 1:07 PM - oenm - CLO changed from 10/30/2024 to 11/14/2024 (CLO Date Updated)"},{"comp":1,"quote":221808,"Line":7,"Comment":"11/05/2024 1:07 PM - oenm - Req Date changed from 10/31/2024 to 11/22/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221808","line":"1","part":"C4006-0250-4.00","qty":"3","price":"150.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221808","line":"2","part":"C4006-0375-4.00","qty":"3","price":"150.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221808","line":"3","part":"C4006-0500-4.00","qty":"3","price":"139.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221808","line":"4","part":"C4007-0016-3.50","qty":"6","price":"258.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221808","line":"5","part":"C4007-0025-4.00","qty":"3","price":"270.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221808","line":"6","part":"TCLA-40/63A/C6","qty":"1","price":"242.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221808","line":"7","part":"016-SPAN","qty":"1","price":"17.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221808","line":"8","part":"025-SPAN","qty":"1","price":"19.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":8}}] 2024-11-05 12:08:43.310 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219873-11052024120843.txt === {"quote":"219873","customer":"6465","name":null,"customerName":"Flint Machine Tools Inc.","comp":"01","open":"0","shipto":"FLINTMA","shiptoName":"Flint Machine Tools Inc.","entry_date":"08-08-2024","cust_order_date":null,"req_date":"10-31-2024","cust_po":"ECS Quick Change Collet","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brandon Mollett","drop_po":"","status":"0","user":"mattm","conv_order":"","time":"10:07","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Brandon Mollett","follow_phone":"(470) 955-0659","follow_email":"brandonmollettfmt@gmail.com","pic_user":"oenm","total_amt":"12347.25","total_gp":"7006.12","total_gpm":"56.74","rev_type":"PCQC","mod_date":"11-05-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"15","win_pct":"20","clo_date":"10-26-2024","notes":[{"comp":"1","quote":"219873","line":"3","data":"08-08-2024 11:16 - Discounts Recalculated QS"},{"comp":"1","quote":"219873","line":"2","data":"08-08-2024 10:42 - Discounts Recalculated QS"},{"comp":"1","quote":"219873","line":"1","data":"08-08-2024 10:17 - Discounts Recalculated QS"},{"comp":"1","quote":"219873","line":"0","data":"08-08-2024 10:16 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":219873,"Line":0,"Comment":"08/26/2024 1:55 PM - mattm - CLO changed from 8/24/2024 to 9/14/2024 (CLO Date Updated)"},{"comp":1,"quote":219873,"Line":1,"Comment":"08/26/2024 1:55 PM - mattm - F/U Changed from 8/24/2024 to 9/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219873,"Line":2,"Comment":"09/06/2024 11:57 AM - mattm - Req Date changed from 09/19/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":219873,"Line":3,"Comment":"09/06/2024 11:57 AM - mattm - CLO changed from 09/14/2024 to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":219873,"Line":4,"Comment":"09/06/2024 11:57 AM - mattm - F/U changed from 09/14/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219873,"Line":5,"Comment":"09/06/2024 11:57 AM - mattm - PIC changed from mattm to oenm"},{"comp":1,"quote":219873,"Line":6,"Comment":"10/18/2024 5:25 PM - oenm - F/U changed from 10/26/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219873,"Line":7,"Comment":"10/18/2024 5:25 PM - oenm - F/U changed from 11/02/2024 to 10/26/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"219873","line":"1","part":"QCC-DL80-BASE-A6","qty":"1","price":"1659.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"2","part":"QCC-DL80-BODY","qty":"1","price":"4366.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"3","part":"QCC-DL80-ADPT","qty":"1","price":"407.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"4","part":"QCC-DL65-BASE-A5","qty":"1","price":"897.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"5","part":"QCC-DL65-BODY","qty":"1","price":"3756.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"6","part":"QCC-DL65-ADPT-75","qty":"1","price":"338.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"7","part":"QCFC80-WRENCH","qty":"1","price":"899.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"8","part":"QCFC80-EMR-RING","qty":"1","price":"512.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"9","part":"QCFC80-208-SMO","qty":"1","price":"526.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"10","part":"QCFC80-128-SER","qty":"1","price":"526.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"11","part":"QCFC65-EMR-RING","qty":"1","price":"501.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"12","part":"QCFC65-WRENCH","qty":"1","price":"902.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"13","part":"QCFC65-20M-EMR","qty":"1","price":"374.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"14","part":"MODIFICATION-DSCRW-THREAD","qty":"2","price":"300.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":14}}] 2024-11-05 12:08:53.130 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219873-11052024120852.txt === {"quote":"219873","customer":"6465","name":null,"customerName":"Flint Machine Tools Inc.","comp":"01","open":"0","shipto":"FLINTMA","shiptoName":"Flint Machine Tools Inc.","entry_date":"08-08-2024","cust_order_date":null,"req_date":"10-31-2024","cust_po":"ECS Quick Change Collet","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brandon Mollett","drop_po":"","status":"0","user":"mattm","conv_order":"","time":"10:07","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Brandon Mollett","follow_phone":"(470) 955-0659","follow_email":"brandonmollettfmt@gmail.com","pic_user":"oenm","total_amt":"12347.25","total_gp":"7006.12","total_gpm":"56.74","rev_type":"PCQC","mod_date":"11-05-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"15","win_pct":"20","clo_date":"11-21-2024","notes":[{"comp":"1","quote":"219873","line":"3","data":"08-08-2024 11:16 - Discounts Recalculated QS"},{"comp":"1","quote":"219873","line":"2","data":"08-08-2024 10:42 - Discounts Recalculated QS"},{"comp":"1","quote":"219873","line":"1","data":"08-08-2024 10:17 - Discounts Recalculated QS"},{"comp":"1","quote":"219873","line":"0","data":"08-08-2024 10:16 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":219873,"Line":0,"Comment":"08/26/2024 1:55 PM - mattm - CLO changed from 8/24/2024 to 9/14/2024 (CLO Date Updated)"},{"comp":1,"quote":219873,"Line":1,"Comment":"08/26/2024 1:55 PM - mattm - F/U Changed from 8/24/2024 to 9/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219873,"Line":2,"Comment":"09/06/2024 11:57 AM - mattm - Req Date changed from 09/19/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":219873,"Line":3,"Comment":"09/06/2024 11:57 AM - mattm - CLO changed from 09/14/2024 to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":219873,"Line":4,"Comment":"09/06/2024 11:57 AM - mattm - F/U changed from 09/14/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219873,"Line":5,"Comment":"09/06/2024 11:57 AM - mattm - PIC changed from mattm to oenm"},{"comp":1,"quote":219873,"Line":6,"Comment":"10/18/2024 5:25 PM - oenm - F/U changed from 10/26/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219873,"Line":7,"Comment":"10/18/2024 5:25 PM - oenm - F/U changed from 11/02/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219873,"Line":8,"Comment":"11/05/2024 1:08 PM - oenm - F/U changed from 10/26/2024 to 11/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219873,"Line":9,"Comment":"11/05/2024 1:08 PM - oenm - CLO changed from 10/26/2024 to 11/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"219873","line":"1","part":"QCC-DL80-BASE-A6","qty":"1","price":"1659.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"2","part":"QCC-DL80-BODY","qty":"1","price":"4366.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"3","part":"QCC-DL80-ADPT","qty":"1","price":"407.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"4","part":"QCC-DL65-BASE-A5","qty":"1","price":"897.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"5","part":"QCC-DL65-BODY","qty":"1","price":"3756.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"6","part":"QCC-DL65-ADPT-75","qty":"1","price":"338.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"7","part":"QCFC80-WRENCH","qty":"1","price":"899.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"8","part":"QCFC80-EMR-RING","qty":"1","price":"512.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"9","part":"QCFC80-208-SMO","qty":"1","price":"526.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"10","part":"QCFC80-128-SER","qty":"1","price":"526.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"11","part":"QCFC65-EMR-RING","qty":"1","price":"501.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"12","part":"QCFC65-WRENCH","qty":"1","price":"902.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"13","part":"QCFC65-20M-EMR","qty":"1","price":"374.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"14","part":"MODIFICATION-DSCRW-THREAD","qty":"2","price":"300.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":14}}] 2024-11-05 12:09:05.897 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219873-11052024120905.txt === {"quote":"219873","customer":"6465","name":null,"customerName":"Flint Machine Tools Inc.","comp":"01","open":"0","shipto":"FLINTMA","shiptoName":"Flint Machine Tools Inc.","entry_date":"08-08-2024","cust_order_date":null,"req_date":"11-30-2024","cust_po":"ECS Quick Change Collet","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brandon Mollett","drop_po":"","status":"0","user":"mattm","conv_order":"","time":"10:07","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Brandon Mollett","follow_phone":"(470) 955-0659","follow_email":"brandonmollettfmt@gmail.com","pic_user":"oenm","total_amt":"12347.25","total_gp":"7006.12","total_gpm":"56.74","rev_type":"PCQC","mod_date":"11-05-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"15","win_pct":"20","clo_date":"11-21-2024","notes":[{"comp":"1","quote":"219873","line":"3","data":"08-08-2024 11:16 - Discounts Recalculated QS"},{"comp":"1","quote":"219873","line":"2","data":"08-08-2024 10:42 - Discounts Recalculated QS"},{"comp":"1","quote":"219873","line":"1","data":"08-08-2024 10:17 - Discounts Recalculated QS"},{"comp":"1","quote":"219873","line":"0","data":"08-08-2024 10:16 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":219873,"Line":0,"Comment":"08/26/2024 1:55 PM - mattm - CLO changed from 8/24/2024 to 9/14/2024 (CLO Date Updated)"},{"comp":1,"quote":219873,"Line":1,"Comment":"08/26/2024 1:55 PM - mattm - F/U Changed from 8/24/2024 to 9/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219873,"Line":2,"Comment":"09/06/2024 11:57 AM - mattm - Req Date changed from 09/19/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":219873,"Line":3,"Comment":"09/06/2024 11:57 AM - mattm - CLO changed from 09/14/2024 to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":219873,"Line":4,"Comment":"09/06/2024 11:57 AM - mattm - F/U changed from 09/14/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219873,"Line":5,"Comment":"09/06/2024 11:57 AM - mattm - PIC changed from mattm to oenm"},{"comp":1,"quote":219873,"Line":6,"Comment":"10/18/2024 5:25 PM - oenm - F/U changed from 10/26/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219873,"Line":7,"Comment":"10/18/2024 5:25 PM - oenm - F/U changed from 11/02/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219873,"Line":8,"Comment":"11/05/2024 1:08 PM - oenm - F/U changed from 10/26/2024 to 11/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219873,"Line":9,"Comment":"11/05/2024 1:08 PM - oenm - CLO changed from 10/26/2024 to 11/21/2024 (CLO Date Updated)"},{"comp":1,"quote":219873,"Line":10,"Comment":"11/05/2024 1:09 PM - oenm - Req Date changed from 10/31/2024 to 11/30/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"219873","line":"1","part":"QCC-DL80-BASE-A6","qty":"1","price":"1659.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"2","part":"QCC-DL80-BODY","qty":"1","price":"4366.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"3","part":"QCC-DL80-ADPT","qty":"1","price":"407.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"4","part":"QCC-DL65-BASE-A5","qty":"1","price":"897.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"5","part":"QCC-DL65-BODY","qty":"1","price":"3756.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"6","part":"QCC-DL65-ADPT-75","qty":"1","price":"338.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"7","part":"QCFC80-WRENCH","qty":"1","price":"899.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"8","part":"QCFC80-EMR-RING","qty":"1","price":"512.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"9","part":"QCFC80-208-SMO","qty":"1","price":"526.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"10","part":"QCFC80-128-SER","qty":"1","price":"526.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"11","part":"QCFC65-EMR-RING","qty":"1","price":"501.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"12","part":"QCFC65-WRENCH","qty":"1","price":"902.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"13","part":"QCFC65-20M-EMR","qty":"1","price":"374.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"14","part":"MODIFICATION-DSCRW-THREAD","qty":"2","price":"300.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":14}}] 2024-11-05 12:09:16.331 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223330-11052024120916.txt === {"quote":"223330","customer":"6465","name":null,"customerName":"Flint Machine Tools Inc.","comp":"01","open":"0","shipto":"EXTRUCON","shiptoName":"Extrusion Control & Supply","entry_date":"10-22-2024","cust_order_date":"10-31-2024","req_date":"11-22-2024","cust_po":"ECS Quick Change Collet","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brandon Mollett","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"11:48","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Brandon Mollett","follow_phone":"(470) 955-0659","follow_email":"brandonmollettfmt@gmail.com","pic_user":"oenm","total_amt":"16263.00","total_gp":"10920.93","total_gpm":"67.15","rev_type":"PCQC","mod_date":"11-05-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"15","win_pct":"20","clo_date":"11-21-2024","notes":[{"comp":"1","quote":"223330","line":"1","data":"to take into Extrusion Control & Supply"},{"comp":"1","quote":"223330","line":"0","data":"10-22-2024 11:53-alyssah List price dup for Oen"}],"crmnotes":[],"items":[{"comp":"01","order":"223330","line":"1","part":"QCC-DL80-BASE-A6","qty":"1","price":"1659.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"2","part":"QCC-DL80-BODY","qty":"1","price":"4366.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"3","part":"QCC-DL80-ADPT","qty":"1","price":"407.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"4","part":"QCC-DL65-BASE-A5","qty":"1","price":"897.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"5","part":"QCC-DL65-BODY","qty":"1","price":"3756.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"6","part":"QCC-DL65-ADPT-75","qty":"1","price":"338.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"7","part":"QCFC80-WRENCH","qty":"1","price":"899.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"8","part":"QCFC80-EMR-RING","qty":"1","price":"512.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"9","part":"QCFC80-208-SMO","qty":"1","price":"526.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"10","part":"QCFC80-128-SER","qty":"1","price":"526.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"11","part":"QCFC65-EMR-RING","qty":"1","price":"501.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"12","part":"QCFC65-WRENCH","qty":"1","price":"902.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"13","part":"QCFC65-20M-EMR","qty":"1","price":"374.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"14","part":"MODIFICATION-DSCRW-THREAD","qty":"2","price":"300.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":14}}] 2024-11-05 12:39:37.108 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.7905375141332, -83.7810065913373, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.7905375141332, -83.7810065913373, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2195409 second/s. 2024-11-05 15:06:28.794 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223951-11052024150628.txt === {"quote":"223951","customer":"2180","name":null,"customerName":"Bass Tool & Supply Co.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-05-2024","cust_order_date":"11-05-2024","req_date":"12-17-2024","cust_po":"PS-G51","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"10:34","extra":"","follow_up":"11-05-2024","web_id":"","follow_name":"Juan Rosales","follow_phone":"713-682-1889x5981","follow_email":"juan@basstool.com","pic_user":"rons","total_amt":"1224.0","total_gp":"775.50","total_gpm":"63.36","rev_type":"STD","mod_date":"11-05-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"30","win_pct":"20","clo_date":"12-05-2024","notes":[{"comp":"1","quote":"223951","line":"2","data":"price and delivery on these"},{"comp":"1","quote":"223951","line":"1","data":"make, model...he is going to confirm while I get"},{"comp":"1","quote":"223951","line":"0","data":"11-05-2024 10:34-rons: Juan wasn't sure machine,"}],"crmnotes":[],"items":[{"comp":"01","order":"223951","line":"1","part":"PS-G51","qty":"30","price":"68.00","uom":"EA","discount":"40.00","req_date":"TBD","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} 223951-CRM_Quote_UPDATE_FAILED_(LOCKED) [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-05 16:49:23.256 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222812-11052024164922.txt === {"quote":"222812","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"1","shipto":"HUGHESCI","shiptoName":"Hughes Circuits, Inc.","entry_date":"10-10-2024","cust_order_date":"11-10-2024","req_date":"11-21-2024","cust_po":"C40-MRAM","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"12:21","extra":"","follow_up":"11-10-2024","web_id":"","follow_name":"Katherine Meza","follow_phone":"858-812-8358","follow_email":"katherine.meza@pts-tools.com","pic_user":"bethw","total_amt":"8775.75","total_gp":"4310.59","total_gpm":"49.12","rev_type":"ADV","mod_date":"11-05-2024","mod_time":null,"mod_user":"bethw","reason":"2","totalQty":"4","win_pct":"20","clo_date":"11-10-2024","notes":[],"crmnotes":[{"comp":1,"quote":222812,"Line":0,"Comment":"11/05/2024 4:49 PM - bethw - no activity and no reply in area, quote expired and closed."}],"items":[{"comp":"01","order":"222812","line":"1","part":"C40-MRAM","qty":"1","price":"3028.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222812","line":"2","part":"C40-MRAM-IC","qty":"1","price":"5762.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222812","line":"3","part":"PA65-CAT/BT","qty":"1","price":"931.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222812","line":"4","part":"MRAM-NSK-M17","qty":"1","price":"1980.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":4}}] 2024-11-05 21:25:27.518 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-06 06:04:39.518 [INFO] In session is user: mattm 2024-11-06 07:06:34.288 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-06 08:13:23.995 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221613-11062024081323.txt === {"quote":"221613","customer":"8098","name":null,"customerName":"Haas Factory Outlet (TOH)","comp":"01","open":"0","shipto":"PCCAIRF","shiptoName":"PCC Airfoils - Octavia Plant","entry_date":"09-17-2024","cust_order_date":"09-17-2024","req_date":"10-29-2024","cust_po":"CNCZ105LYA","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"NC","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Matt Coso","drop_po":"Sigma 7 motors reqr'd","status":"0","user":"danas","conv_order":"","time":"09:07","extra":"","follow_up":"11-13-2024","web_id":"","follow_name":"Matt Coso","follow_phone":"440-503-9476","follow_email":"mcoso@hfomidwest.com","pic_user":"danas","total_amt":"22050.00","total_gp":"14525.54","total_gpm":"65.88","rev_type":"RT","mod_date":"11-06-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"3","win_pct":"20","clo_date":"10-17-2024","notes":[],"crmnotes":[{"comp":1,"quote":221613,"Line":0,"Comment":"10/07/2024 8:54 PM - danas - emailed for project update. Should happen November/December time frame"},{"comp":1,"quote":221613,"Line":1,"Comment":"10/07/2024 8:54 PM - danas - F/U changed from 9/30/2024 to 10/28/2024 (Follow Up In 3 Week)"}],"items":[{"comp":"01","order":"221613","line":"1","part":"CNCZ105LYA","qty":"2","price":"14700.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221613","line":"2","part":"NOTE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"221613","Line":"2","Company":"1","F_Line":"1","Comment":"HFO Midwest to supply Yaskawa Sigma 7 motors.","Loc":"Y"},{"Quote":"221613","Line":"2","Company":"1","F_Line":"2","Comment":"Motors to be shipped to Mundelein for assembly","Loc":"Y"},{"Quote":"221613","Line":"2","Company":"1","F_Line":"3","Comment":"HFO responsible for field installation","Loc":"Y"}],"qcomms":[{"Quote":"221613","Line":"0","Comment":"For Haas DT2 NexGen Sigma 7 motors"}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-06 08:49:41.034 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218725-11062024084940.txt === {"quote":"218725","customer":"8312","name":null,"customerName":"Hemaq, S.A. de C.V.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"07-12-2024","cust_order_date":"07-12-2024","req_date":"03-31-2025","cust_po":"OKEX-PLUG","terms_code":"N30","ship_via":"TBD","ship_collect":"","drop_ship":"N","territory":"95","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"EXW Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Ad�n Quijas","drop_po":"","status":"0","user":"luism","conv_order":"","time":"18:15","extra":"","follow_up":"03-31-2025","web_id":"","follow_name":"Adan Quijas","follow_phone":"8181313199","follow_email":"aquijas@hemaq.com","pic_user":"luism","total_amt":"3010.68","total_gp":"1650.21","total_gpm":"54.81","rev_type":"LT","mod_date":"11-06-2024","mod_time":null,"mod_user":"luism","reason":"2","totalQty":"7","win_pct":"20","clo_date":"03-31-2025","notes":[{"comp":"1","quote":"218725","line":"0","data":"11-04-2024 15:19-luism sent fup email"}],"crmnotes":[],"items":[{"comp":"01","order":"218725","line":"1","part":"OKEX-PLUG","qty":"4","price":"149.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218725","line":"2","part":"OKEX-SK20X-ICE","qty":"1","price":"3534.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218725","line":"3","part":"SK20-1/4A","qty":"2","price":"88.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-06 09:16:54.994 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.1110913483543, -87.917366923259, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.1110913483543, -87.917366923259, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2648598 second/s. 2024-11-06 09:19:25.118 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.1111107202973, -87.9173088934196, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.1111107202973, -87.9173088934196, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1857497 second/s. 2024-11-06 09:19:25.159 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.1226815836929, -87.9143763089026, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.1226815836929, -87.9143763089026, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.4751049 second/s. 2024-11-06 09:36:06.526 [INFO] In session is user: joshuav 2024-11-06 09:36:06.880 [INFO] In session is user: joshuav 2024-11-06 09:36:07.208 [INFO] In session is user: joshuav 2024-11-06 09:36:07.685 [INFO] In session is user: joshuav 2024-11-06 09:36:08.154 [INFO] In session is user: joshuav 2024-11-06 09:36:08.719 [INFO] In session is user: joshuav 2024-11-06 09:36:09.196 [INFO] In session is user: joshuav 2024-11-06 09:36:09.569 [INFO] In session is user: joshuav 2024-11-06 09:36:09.963 [INFO] In session is user: joshuav 2024-11-06 09:36:10.436 [INFO] In session is user: joshuav 2024-11-06 09:36:10.846 [INFO] In session is user: joshuav 2024-11-06 09:36:11.248 [INFO] In session is user: joshuav 2024-11-06 09:36:11.650 [INFO] In session is user: joshuav 2024-11-06 09:36:12.072 [INFO] In session is user: joshuav 2024-11-06 09:36:12.479 [INFO] In session is user: joshuav 2024-11-06 09:36:13.047 [INFO] In session is user: joshuav 2024-11-06 09:36:13.438 [INFO] In session is user: joshuav 2024-11-06 09:36:13.876 [INFO] In session is user: joshuav 2024-11-06 09:36:14.244 [INFO] In session is user: joshuav 2024-11-06 09:36:14.634 [INFO] In session is user: joshuav 2024-11-06 09:36:14.987 [INFO] In session is user: joshuav 2024-11-06 09:36:15.373 [INFO] In session is user: joshuav 2024-11-06 09:36:15.699 [INFO] In session is user: joshuav 2024-11-06 09:36:16.068 [INFO] In session is user: joshuav 2024-11-06 09:36:16.328 [INFO] In session is user: joshuav 2024-11-06 09:36:16.650 [INFO] In session is user: joshuav 2024-11-06 09:36:17.042 [INFO] In session is user: joshuav 2024-11-06 09:36:18.794 [INFO] In session is user: joshuav 2024-11-06 09:36:19.139 [INFO] In session is user: joshuav 2024-11-06 09:36:19.509 [INFO] In session is user: joshuav 2024-11-06 09:36:19.868 [INFO] In session is user: joshuav 2024-11-06 09:36:20.227 [INFO] In session is user: joshuav 2024-11-06 09:36:20.569 [INFO] In session is user: joshuav 2024-11-06 09:36:20.992 [INFO] In session is user: joshuav 2024-11-06 09:36:21.389 [INFO] In session is user: joshuav 2024-11-06 09:36:21.814 [INFO] In session is user: joshuav 2024-11-06 09:36:22.133 [INFO] In session is user: joshuav 2024-11-06 09:36:22.483 [INFO] In session is user: joshuav 2024-11-06 09:36:22.870 [INFO] In session is user: joshuav 2024-11-06 09:36:23.245 [INFO] In session is user: joshuav 2024-11-06 09:36:23.566 [INFO] In session is user: joshuav 2024-11-06 09:36:23.894 [INFO] In session is user: joshuav 2024-11-06 09:36:24.248 [INFO] In session is user: joshuav 2024-11-06 09:36:24.604 [INFO] In session is user: joshuav 2024-11-06 09:36:24.937 [INFO] In session is user: joshuav 2024-11-06 09:36:25.285 [INFO] In session is user: joshuav 2024-11-06 09:36:25.597 [INFO] In session is user: joshuav 2024-11-06 09:36:25.940 [INFO] In session is user: joshuav 2024-11-06 09:36:26.322 [INFO] In session is user: joshuav 2024-11-06 09:36:26.704 [INFO] In session is user: joshuav 2024-11-06 09:36:27.027 [INFO] In session is user: joshuav 2024-11-06 09:36:27.435 [INFO] In session is user: joshuav 2024-11-06 09:36:27.845 [INFO] In session is user: joshuav 2024-11-06 09:36:28.202 [INFO] In session is user: joshuav 2024-11-06 09:36:28.514 [INFO] In session is user: joshuav 2024-11-06 09:36:28.890 [INFO] In session is user: joshuav 2024-11-06 09:36:29.247 [INFO] In session is user: joshuav 2024-11-06 09:36:29.561 [INFO] In session is user: joshuav 2024-11-06 09:36:30.073 [INFO] In session is user: joshuav 2024-11-06 09:36:30.410 [INFO] In session is user: joshuav 2024-11-06 09:36:31.007 [INFO] In session is user: joshuav 2024-11-06 09:36:31.675 [INFO] In session is user: joshuav 2024-11-06 09:36:32.192 [INFO] In session is user: joshuav 2024-11-06 09:36:32.984 [INFO] In session is user: joshuav 2024-11-06 09:36:33.814 [INFO] In session is user: joshuav 2024-11-06 09:36:34.314 [INFO] In session is user: joshuav 2024-11-06 09:39:27.999 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222943-11062024093927.txt === {"quote":"222943","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"MSCICHAR","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"10-14-2024","cust_order_date":"10-14-2024","req_date":"11-25-2024","cust_po":"C5001-1250-8.00CP","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"13:22","extra":"","follow_up":"11-06-2024","web_id":"","follow_name":"Karen Ecker","follow_phone":"800-645-7270x882904","follow_email":"eckerk@mscdirect.com","pic_user":"rons","total_amt":"210.63","total_gp":"106.46","total_gpm":"50.54","rev_type":"STD","mod_date":"11-06-2024","mod_time":null,"mod_user":"rons","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-14-2024","notes":[],"crmnotes":[{"comp":1,"quote":222943,"Line":0,"Comment":"10/16/2024 10:28 AM - rons - F/U changed from 10/20/2024 to 11/6/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222943","line":"1","part":"C5001-1250-8.00CP","qty":"1","price":"357.00","uom":"EA","discount":"41.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-06 09:40:34.835 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222665-11062024094034.txt === {"quote":"222665","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"1","shipto":"ANDEPOWA","shiptoName":"Andersen Machine Shop","entry_date":"10-08-2024","cust_order_date":"10-08-2024","req_date":"11-19-2024","cust_po":"CAT50-SK16-105U-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"09:07","extra":"","follow_up":"11-06-2024","web_id":"","follow_name":"Rod Puryear","follow_phone":"206-839-7696","follow_email":"rod.puryear@pts-tools.com","pic_user":"rons","total_amt":"682.44","total_gp":"476.24","total_gpm":"69.78","rev_type":"ADV","mod_date":"11-06-2024","mod_time":null,"mod_user":"rons","reason":"2","totalQty":"5","win_pct":"20","clo_date":"11-08-2024","notes":[{"comp":"1","quote":"222665","line":"4","data":"for roughing and finish milling...1 man shop"},{"comp":"1","quote":"222665","line":"3","data":"to looking at SK and having an all-in-one setup"},{"comp":"1","quote":"222665","line":"2","data":"customer is using end mills and grinding own flats"},{"comp":"1","quote":"222665","line":"1","data":"who had a chance to stop by our booth at IMTS..."},{"comp":"1","quote":"222665","line":"0","data":"10-08-2024 09:18-rons: Rod called for his customer"}],"crmnotes":[{"comp":1,"quote":222665,"Line":0,"Comment":"10/10/2024 11:21 AM - rons - F/U changed from 10/14/2024 to 10/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222665,"Line":1,"Comment":"10/17/2024 4:50 PM - rons - F/U changed from 10/17/2024 to 10/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222665,"Line":2,"Comment":"10/21/2024 4:42 PM - rons - F/U changed from 10/21/2024 to 10/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222665,"Line":3,"Comment":"10/22/2024 2:01 PM - rons - Rod getting back to me..."},{"comp":1,"quote":222665,"Line":4,"Comment":"10/22/2024 2:01 PM - rons - F/U changed from 10/22/2024 to 11/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222665,"Line":5,"Comment":"10/22/2024 2:46 PM - rons - \"Our customer requested quotes from three different manufacturers for this tooling. We have provided him with a competitive bid for all three and are waiting for him to respond with the decision and PO. I do not know what the time frame will be, but I do know that he favors the Nikken SK system. I like the system myself but have no experience with it after nearly 30 years of work in the Industry.\""}],"items":[{"comp":"01","order":"222665","line":"1","part":"CAT50-SK16-105U-IDU","qty":"1","price":"549.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222665","line":"2","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222665","line":"3","part":"SK16-3/8AC","qty":"1","price":"180.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222665","line":"4","part":"SK16-1/2AC","qty":"1","price":"134.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222665","line":"5","part":"SK16-5/8AC","qty":"1","price":"134.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-06 09:42:25.940 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222683-11062024094225.txt === {"quote":"222683","customer":"20280","name":null,"customerName":"Techni-Tool Inc. (TX)","comp":"01","open":"1","shipto":"TECHNIMO","shiptoName":"Techni-Tool, Inc.","entry_date":"10-08-2024","cust_order_date":"10-08-2024","req_date":"11-19-2024","cust_po":"HSK63A-ER32-4.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"JH","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"12:29","extra":"","follow_up":"11-06-2024","web_id":"","follow_name":"Jessica Rommel","follow_phone":"314-894-9090","follow_email":"jrommel@technitoolinc.com","pic_user":"rons","total_amt":"561.26","total_gp":"309.64","total_gpm":"55.17","rev_type":"STD","mod_date":"11-06-2024","mod_time":null,"mod_user":"rons","reason":"2","totalQty":"3","win_pct":"20","clo_date":"11-08-2024","notes":[],"crmnotes":[{"comp":1,"quote":222683,"Line":0,"Comment":"10/10/2024 4:25 PM - rons - F/U changed from 10/14/2024 to 10/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222683,"Line":1,"Comment":"10/22/2024 2:03 PM - rons - F/U changed from 10/22/2024 to 11/6/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222683","line":"1","part":"HSK63A-ER32-4.00","qty":"2","price":"419.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222683","line":"2","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-06 09:45:51.885 [INFO] In session is user: joshuav 2024-11-06 09:45:52.297 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.1225135715567, -87.9137830805828, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.1225135715567, -87.9137830805828, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2074518 second/s. 2024-11-06 09:45:52.300 [INFO] In session is user: joshuav 2024-11-06 09:45:52.926 [INFO] In session is user: joshuav 2024-11-06 09:45:53.216 [INFO] In session is user: joshuav 2024-11-06 09:45:53.461 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.1111385965436, -87.9177534965995, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.1111385965436, -87.9177534965995, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.168763 second/s. 2024-11-06 09:45:53.510 [INFO] In session is user: joshuav 2024-11-06 09:45:53.889 [INFO] In session is user: joshuav 2024-11-06 09:45:54.196 [INFO] In session is user: joshuav 2024-11-06 09:45:54.545 [INFO] In session is user: joshuav 2024-11-06 09:45:55.041 [INFO] In session is user: joshuav 2024-11-06 09:45:55.433 [INFO] In session is user: joshuav 2024-11-06 09:45:55.854 [INFO] In session is user: joshuav 2024-11-06 09:45:56.183 [INFO] In session is user: joshuav 2024-11-06 09:45:56.452 [INFO] In session is user: joshuav 2024-11-06 09:45:56.694 [INFO] In session is user: joshuav 2024-11-06 09:45:56.960 [INFO] In session is user: joshuav 2024-11-06 09:45:57.333 [INFO] In session is user: joshuav 2024-11-06 09:45:57.664 [INFO] In session is user: joshuav 2024-11-06 09:45:57.997 [INFO] In session is user: joshuav 2024-11-06 09:45:58.318 [INFO] In session is user: joshuav 2024-11-06 09:45:58.629 [INFO] In session is user: joshuav 2024-11-06 09:45:59.370 [INFO] In session is user: joshuav 2024-11-06 09:45:59.899 [INFO] In session is user: joshuav 2024-11-06 09:46:00.194 [INFO] In session is user: joshuav 2024-11-06 09:46:00.587 [INFO] In session is user: joshuav 2024-11-06 09:46:00.943 [INFO] In session is user: joshuav 2024-11-06 09:46:01.304 [INFO] In session is user: joshuav 2024-11-06 09:46:01.652 [INFO] In session is user: joshuav 2024-11-06 09:46:02.008 [INFO] In session is user: joshuav 2024-11-06 09:46:02.363 [INFO] In session is user: joshuav 2024-11-06 09:46:02.726 [INFO] In session is user: joshuav 2024-11-06 09:46:03.092 [INFO] In session is user: joshuav 2024-11-06 09:46:03.463 [INFO] In session is user: joshuav 2024-11-06 09:46:03.845 [INFO] In session is user: joshuav 2024-11-06 09:46:04.248 [INFO] In session is user: joshuav 2024-11-06 09:46:04.662 [INFO] In session is user: joshuav 2024-11-06 09:46:05.068 [INFO] In session is user: joshuav 2024-11-06 09:46:05.473 [INFO] In session is user: joshuav 2024-11-06 09:46:05.824 [INFO] In session is user: joshuav 2024-11-06 09:46:06.199 [INFO] In session is user: joshuav 2024-11-06 09:46:06.626 [INFO] In session is user: joshuav 2024-11-06 09:46:07.001 [INFO] In session is user: joshuav 2024-11-06 09:46:07.332 [INFO] In session is user: joshuav 2024-11-06 09:46:07.674 [INFO] In session is user: joshuav 2024-11-06 09:46:08.090 [INFO] In session is user: joshuav 2024-11-06 09:46:08.421 [INFO] In session is user: joshuav 2024-11-06 09:46:08.817 [INFO] In session is user: joshuav 2024-11-06 09:46:09.147 [INFO] In session is user: joshuav 2024-11-06 09:46:09.506 [INFO] In session is user: joshuav 2024-11-06 09:46:09.906 [INFO] In session is user: joshuav 2024-11-06 09:46:10.266 [INFO] In session is user: joshuav 2024-11-06 09:46:10.671 [INFO] In session is user: joshuav 2024-11-06 09:46:11.110 [INFO] In session is user: joshuav 2024-11-06 09:47:14.514 [INFO] In session is user: joshuav 2024-11-06 09:47:14.870 [INFO] In session is user: joshuav 2024-11-06 09:47:15.172 [INFO] In session is user: joshuav 2024-11-06 09:47:15.515 [INFO] In session is user: joshuav 2024-11-06 09:47:15.866 [INFO] In session is user: joshuav 2024-11-06 09:47:16.335 [INFO] In session is user: joshuav 2024-11-06 09:47:16.688 [INFO] In session is user: joshuav 2024-11-06 09:47:17.076 [INFO] In session is user: joshuav 2024-11-06 09:47:17.426 [INFO] In session is user: joshuav 2024-11-06 09:47:17.768 [INFO] In session is user: joshuav 2024-11-06 09:47:18.100 [INFO] In session is user: joshuav 2024-11-06 09:47:18.451 [INFO] In session is user: joshuav 2024-11-06 09:47:18.789 [INFO] In session is user: joshuav 2024-11-06 09:47:19.083 [INFO] In session is user: joshuav 2024-11-06 09:47:19.406 [INFO] In session is user: joshuav 2024-11-06 09:47:19.781 [INFO] In session is user: joshuav 2024-11-06 09:47:20.087 [INFO] In session is user: joshuav 2024-11-06 09:47:20.389 [INFO] In session is user: joshuav 2024-11-06 09:47:20.777 [INFO] In session is user: joshuav 2024-11-06 09:47:21.131 [INFO] In session is user: joshuav 2024-11-06 09:47:21.484 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.1119020057638, -87.9234533502914, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.1119020057638, -87.9234533502914, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2189339 second/s. 2024-11-06 09:47:21.496 [INFO] In session is user: joshuav 2024-11-06 09:47:21.844 [INFO] In session is user: joshuav 2024-11-06 09:47:22.261 [INFO] In session is user: joshuav 2024-11-06 09:47:22.580 [INFO] In session is user: joshuav 2024-11-06 09:47:22.936 [INFO] In session is user: joshuav 2024-11-06 09:47:23.295 [INFO] In session is user: joshuav 2024-11-06 09:47:23.667 [INFO] In session is user: joshuav 2024-11-06 09:47:23.984 [INFO] In session is user: joshuav 2024-11-06 09:47:24.331 [INFO] In session is user: joshuav 2024-11-06 09:47:24.678 [INFO] In session is user: joshuav 2024-11-06 09:47:24.988 [INFO] In session is user: joshuav 2024-11-06 09:47:25.325 [INFO] In session is user: joshuav 2024-11-06 09:47:25.661 [INFO] In session is user: joshuav 2024-11-06 09:47:26.026 [INFO] In session is user: joshuav 2024-11-06 09:47:26.379 [INFO] In session is user: joshuav 2024-11-06 09:47:27.219 [INFO] In session is user: joshuav 2024-11-06 09:47:27.574 [INFO] In session is user: joshuav 2024-11-06 09:47:27.943 [INFO] In session is user: joshuav 2024-11-06 09:47:28.372 [INFO] In session is user: joshuav 2024-11-06 09:47:28.724 [INFO] In session is user: joshuav 2024-11-06 09:47:29.044 [INFO] In session is user: joshuav 2024-11-06 09:47:29.399 [INFO] In session is user: joshuav 2024-11-06 09:47:29.734 [INFO] In session is user: joshuav 2024-11-06 09:47:30.122 [INFO] In session is user: joshuav 2024-11-06 09:47:30.480 [INFO] In session is user: joshuav 2024-11-06 09:47:30.804 [INFO] In session is user: joshuav 2024-11-06 09:47:31.122 [INFO] In session is user: joshuav 2024-11-06 09:47:31.452 [INFO] In session is user: joshuav 2024-11-06 09:47:31.800 [INFO] In session is user: joshuav 2024-11-06 09:47:32.108 [INFO] In session is user: joshuav 2024-11-06 09:47:32.416 [INFO] In session is user: joshuav 2024-11-06 09:47:32.811 [INFO] In session is user: joshuav 2024-11-06 09:47:32.843 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.1119020057638, -87.9234533502914, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.1119020057638, -87.9234533502914, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 10 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3214911 second/s. 2024-11-06 09:47:33.191 [INFO] In session is user: joshuav 2024-11-06 09:47:33.568 [INFO] In session is user: joshuav 2024-11-06 09:47:33.891 [INFO] In session is user: joshuav 2024-11-06 09:47:34.239 [INFO] In session is user: joshuav 2024-11-06 09:47:34.578 [INFO] In session is user: joshuav 2024-11-06 09:47:34.919 [INFO] In session is user: joshuav 2024-11-06 09:47:35.255 [INFO] In session is user: joshuav 2024-11-06 09:47:35.606 [INFO] In session is user: joshuav 2024-11-06 09:47:35.975 [INFO] In session is user: joshuav 2024-11-06 09:47:36.402 [INFO] In session is user: joshuav 2024-11-06 09:47:36.798 [INFO] In session is user: joshuav 2024-11-06 09:47:37.165 [INFO] In session is user: joshuav 2024-11-06 09:47:37.473 [INFO] In session is user: joshuav 2024-11-06 09:47:37.824 [INFO] In session is user: joshuav 2024-11-06 09:47:38.145 [INFO] In session is user: joshuav 2024-11-06 09:47:38.449 [INFO] In session is user: joshuav 2024-11-06 09:47:38.782 [INFO] In session is user: joshuav 2024-11-06 09:47:39.266 [INFO] In session is user: joshuav 2024-11-06 09:47:39.574 [INFO] In session is user: joshuav 2024-11-06 09:47:39.843 [INFO] In session is user: joshuav 2024-11-06 09:47:40.141 [INFO] In session is user: joshuav 2024-11-06 09:47:40.449 [INFO] In session is user: joshuav 2024-11-06 09:47:40.893 [INFO] In session is user: joshuav 2024-11-06 09:47:41.273 [INFO] In session is user: joshuav 2024-11-06 09:47:41.591 [INFO] In session is user: joshuav 2024-11-06 09:47:41.994 [INFO] In session is user: joshuav 2024-11-06 09:47:42.307 [INFO] In session is user: joshuav 2024-11-06 09:47:42.638 [INFO] In session is user: joshuav 2024-11-06 09:47:42.937 [INFO] In session is user: joshuav 2024-11-06 09:47:43.305 [INFO] In session is user: joshuav 2024-11-06 09:47:43.610 [INFO] In session is user: joshuav 2024-11-06 09:47:43.919 [INFO] In session is user: joshuav 2024-11-06 09:47:44.470 [INFO] In session is user: joshuav 2024-11-06 09:47:44.819 [INFO] In session is user: joshuav 2024-11-06 09:47:45.173 [INFO] In session is user: joshuav 2024-11-06 09:47:45.610 [INFO] In session is user: joshuav 2024-11-06 09:47:46.062 [INFO] In session is user: joshuav 2024-11-06 09:47:46.354 [INFO] In session is user: joshuav 2024-11-06 09:47:46.688 [INFO] In session is user: joshuav 2024-11-06 09:47:47.118 [INFO] In session is user: joshuav 2024-11-06 09:47:47.436 [INFO] In session is user: joshuav 2024-11-06 09:47:47.748 [INFO] In session is user: joshuav 2024-11-06 09:47:48.124 [INFO] In session is user: joshuav 2024-11-06 09:47:48.508 [INFO] In session is user: joshuav 2024-11-06 09:47:48.843 [INFO] In session is user: joshuav 2024-11-06 09:47:49.118 [INFO] In session is user: joshuav 2024-11-06 09:47:49.444 [INFO] In session is user: joshuav 2024-11-06 09:47:49.782 [INFO] In session is user: joshuav 2024-11-06 09:47:50.111 [INFO] In session is user: joshuav 2024-11-06 09:47:50.403 [INFO] In session is user: joshuav 2024-11-06 09:47:50.728 [INFO] In session is user: joshuav 2024-11-06 09:47:51.072 [INFO] In session is user: joshuav 2024-11-06 09:47:51.475 [INFO] In session is user: joshuav 2024-11-06 09:47:51.935 [INFO] In session is user: joshuav 2024-11-06 09:47:52.284 [INFO] In session is user: joshuav 2024-11-06 09:47:52.602 [INFO] In session is user: joshuav 2024-11-06 09:47:52.940 [INFO] In session is user: joshuav 2024-11-06 09:47:53.349 [INFO] In session is user: joshuav 2024-11-06 09:47:53.763 [INFO] In session is user: joshuav 2024-11-06 09:47:54.154 [INFO] In session is user: joshuav 2024-11-06 09:47:54.628 [INFO] In session is user: joshuav 2024-11-06 09:47:55.097 [INFO] In session is user: joshuav 2024-11-06 09:47:55.601 [INFO] In session is user: joshuav 2024-11-06 09:47:56.101 [INFO] In session is user: joshuav 2024-11-06 09:47:56.469 [INFO] In session is user: joshuav 2024-11-06 09:47:56.868 [INFO] In session is user: joshuav 2024-11-06 09:47:57.337 [INFO] In session is user: joshuav 2024-11-06 09:47:57.742 [INFO] In session is user: joshuav 2024-11-06 09:47:58.179 [INFO] In session is user: joshuav 2024-11-06 09:47:58.528 [INFO] In session is user: joshuav 2024-11-06 09:47:58.902 [INFO] In session is user: joshuav 2024-11-06 09:47:59.266 [INFO] In session is user: joshuav 2024-11-06 09:47:59.613 [INFO] In session is user: joshuav 2024-11-06 09:47:59.952 [INFO] In session is user: joshuav 2024-11-06 09:48:00.305 [INFO] In session is user: joshuav 2024-11-06 09:48:00.698 [INFO] In session is user: joshuav 2024-11-06 09:48:01.001 [INFO] In session is user: joshuav 2024-11-06 09:48:01.399 [INFO] In session is user: joshuav 2024-11-06 09:48:01.799 [INFO] In session is user: joshuav 2024-11-06 09:48:02.126 [INFO] In session is user: joshuav 2024-11-06 09:48:02.555 [INFO] In session is user: joshuav 2024-11-06 09:48:02.913 [INFO] In session is user: joshuav 2024-11-06 09:48:03.280 [INFO] In session is user: joshuav 2024-11-06 09:48:03.870 [INFO] In session is user: joshuav 2024-11-06 09:48:04.225 [INFO] In session is user: joshuav 2024-11-06 09:48:04.830 [INFO] In session is user: joshuav 2024-11-06 09:48:05.184 [INFO] In session is user: joshuav 2024-11-06 09:48:05.595 [INFO] In session is user: joshuav 2024-11-06 09:48:06.136 [INFO] In session is user: joshuav 2024-11-06 09:48:06.510 [INFO] In session is user: joshuav 2024-11-06 09:48:06.959 [INFO] In session is user: joshuav 2024-11-06 09:48:07.457 [INFO] In session is user: joshuav 2024-11-06 09:48:07.855 [INFO] In session is user: joshuav 2024-11-06 09:48:08.206 [INFO] In session is user: joshuav 2024-11-06 09:48:08.542 [INFO] In session is user: joshuav 2024-11-06 09:48:08.852 [INFO] In session is user: joshuav 2024-11-06 09:48:09.194 [INFO] In session is user: joshuav 2024-11-06 09:48:09.524 [INFO] In session is user: joshuav 2024-11-06 09:48:09.981 [INFO] In session is user: joshuav 2024-11-06 09:48:10.292 [INFO] In session is user: joshuav 2024-11-06 09:48:10.622 [INFO] In session is user: joshuav 2024-11-06 09:48:10.938 [INFO] In session is user: joshuav 2024-11-06 09:48:11.288 [INFO] In session is user: joshuav 2024-11-06 09:48:11.679 [INFO] In session is user: joshuav 2024-11-06 09:48:12.027 [INFO] In session is user: joshuav 2024-11-06 09:48:12.426 [INFO] In session is user: joshuav 2024-11-06 09:48:12.738 [INFO] In session is user: joshuav 2024-11-06 09:48:13.100 [INFO] In session is user: joshuav 2024-11-06 09:48:13.496 [INFO] In session is user: joshuav 2024-11-06 09:48:13.848 [INFO] In session is user: joshuav 2024-11-06 09:48:14.297 [INFO] In session is user: joshuav 2024-11-06 09:48:14.722 [INFO] In session is user: joshuav 2024-11-06 09:48:15.032 [INFO] In session is user: joshuav 2024-11-06 09:48:15.367 [INFO] In session is user: joshuav 2024-11-06 09:48:15.745 [INFO] In session is user: joshuav 2024-11-06 09:48:16.140 [INFO] In session is user: joshuav 2024-11-06 09:48:16.484 [INFO] In session is user: joshuav 2024-11-06 09:48:16.817 [INFO] In session is user: joshuav 2024-11-06 09:48:17.149 [INFO] In session is user: joshuav 2024-11-06 09:48:17.613 [INFO] In session is user: joshuav 2024-11-06 09:48:17.968 [INFO] In session is user: joshuav 2024-11-06 09:48:18.310 [INFO] In session is user: joshuav 2024-11-06 09:48:18.627 [INFO] In session is user: joshuav 2024-11-06 09:48:18.986 [INFO] In session is user: joshuav 2024-11-06 09:48:19.350 [INFO] In session is user: joshuav 2024-11-06 09:48:19.705 [INFO] In session is user: joshuav 2024-11-06 09:48:20.086 [INFO] In session is user: joshuav 2024-11-06 09:48:20.443 [INFO] In session is user: joshuav 2024-11-06 09:48:20.778 [INFO] In session is user: joshuav 2024-11-06 09:48:21.164 [INFO] In session is user: joshuav 2024-11-06 09:48:21.518 [INFO] In session is user: joshuav 2024-11-06 09:48:21.814 [INFO] In session is user: joshuav 2024-11-06 09:48:22.149 [INFO] In session is user: joshuav 2024-11-06 09:48:22.518 [INFO] In session is user: joshuav 2024-11-06 09:48:22.852 [INFO] In session is user: joshuav 2024-11-06 09:48:23.215 [INFO] In session is user: joshuav 2024-11-06 09:48:23.599 [INFO] In session is user: joshuav 2024-11-06 09:48:23.983 [INFO] In session is user: joshuav 2024-11-06 09:48:24.372 [INFO] In session is user: joshuav 2024-11-06 09:48:24.750 [INFO] In session is user: joshuav 2024-11-06 09:48:25.107 [INFO] In session is user: joshuav 2024-11-06 09:48:25.422 [INFO] In session is user: joshuav 2024-11-06 09:48:25.740 [INFO] In session is user: joshuav 2024-11-06 09:48:26.082 [INFO] In session is user: joshuav 2024-11-06 09:48:26.423 [INFO] In session is user: joshuav 2024-11-06 09:48:26.791 [INFO] In session is user: joshuav 2024-11-06 09:48:27.171 [INFO] In session is user: joshuav 2024-11-06 09:48:27.498 [INFO] In session is user: joshuav 2024-11-06 09:48:27.803 [INFO] In session is user: joshuav 2024-11-06 09:48:28.129 [INFO] In session is user: joshuav 2024-11-06 09:48:28.508 [INFO] In session is user: joshuav 2024-11-06 09:48:28.805 [INFO] In session is user: joshuav 2024-11-06 09:48:29.234 [INFO] In session is user: joshuav 2024-11-06 09:48:29.586 [INFO] In session is user: joshuav 2024-11-06 09:48:29.959 [INFO] In session is user: joshuav 2024-11-06 09:48:30.572 [INFO] In session is user: joshuav 2024-11-06 09:48:30.888 [INFO] In session is user: joshuav 2024-11-06 09:48:31.304 [INFO] In session is user: joshuav 2024-11-06 09:48:31.692 [INFO] In session is user: joshuav 2024-11-06 09:48:32.083 [INFO] In session is user: joshuav 2024-11-06 09:48:32.435 [INFO] In session is user: joshuav 2024-11-06 09:48:32.793 [INFO] In session is user: joshuav 2024-11-06 09:48:33.129 [INFO] In session is user: joshuav 2024-11-06 09:48:33.452 [INFO] In session is user: joshuav 2024-11-06 09:48:33.815 [INFO] In session is user: joshuav 2024-11-06 09:48:34.123 [INFO] In session is user: joshuav 2024-11-06 09:48:34.449 [INFO] In session is user: joshuav 2024-11-06 09:48:34.787 [INFO] In session is user: joshuav 2024-11-06 09:48:35.120 [INFO] In session is user: joshuav 2024-11-06 09:48:35.400 [INFO] In session is user: joshuav 2024-11-06 09:48:35.739 [INFO] In session is user: joshuav 2024-11-06 09:48:36.081 [INFO] In session is user: joshuav 2024-11-06 09:48:36.425 [INFO] In session is user: joshuav 2024-11-06 09:48:36.768 [INFO] In session is user: joshuav 2024-11-06 09:48:37.131 [INFO] In session is user: joshuav 2024-11-06 09:48:37.490 [INFO] In session is user: joshuav 2024-11-06 09:48:37.855 [INFO] In session is user: joshuav 2024-11-06 09:48:38.226 [INFO] In session is user: joshuav 2024-11-06 09:48:38.531 [INFO] In session is user: joshuav 2024-11-06 09:48:39.057 [INFO] In session is user: joshuav 2024-11-06 09:48:39.456 [INFO] In session is user: joshuav 2024-11-06 09:48:39.824 [INFO] In session is user: joshuav 2024-11-06 09:48:40.155 [INFO] In session is user: joshuav 2024-11-06 09:48:40.467 [INFO] In session is user: joshuav 2024-11-06 09:48:40.835 [INFO] In session is user: joshuav 2024-11-06 09:48:41.203 [INFO] In session is user: joshuav 2024-11-06 09:48:41.544 [INFO] In session is user: joshuav 2024-11-06 09:48:41.955 [INFO] In session is user: joshuav 2024-11-06 09:48:42.278 [INFO] In session is user: joshuav 2024-11-06 09:48:42.546 [INFO] In session is user: joshuav 2024-11-06 09:48:42.924 [INFO] In session is user: joshuav 2024-11-06 09:48:43.332 [INFO] In session is user: joshuav 2024-11-06 09:48:43.674 [INFO] In session is user: joshuav 2024-11-06 09:48:44.041 [INFO] In session is user: joshuav 2024-11-06 09:48:46.002 [INFO] In session is user: joshuav 2024-11-06 09:48:46.389 [INFO] In session is user: joshuav 2024-11-06 09:48:46.729 [INFO] In session is user: joshuav 2024-11-06 09:48:47.132 [INFO] In session is user: joshuav 2024-11-06 09:48:47.550 [INFO] In session is user: joshuav 2024-11-06 09:48:47.915 [INFO] In session is user: joshuav 2024-11-06 09:48:48.288 [INFO] In session is user: joshuav 2024-11-06 09:48:48.667 [INFO] In session is user: joshuav 2024-11-06 09:48:49.028 [INFO] In session is user: joshuav 2024-11-06 09:48:49.365 [INFO] In session is user: joshuav 2024-11-06 09:48:49.668 [INFO] In session is user: joshuav 2024-11-06 09:48:50.010 [INFO] In session is user: joshuav 2024-11-06 09:48:50.318 [INFO] In session is user: joshuav 2024-11-06 09:48:50.672 [INFO] In session is user: joshuav 2024-11-06 09:48:50.994 [INFO] In session is user: joshuav 2024-11-06 09:48:51.344 [INFO] In session is user: joshuav 2024-11-06 09:48:51.686 [INFO] In session is user: joshuav 2024-11-06 09:48:52.027 [INFO] In session is user: joshuav 2024-11-06 09:48:54.895 [INFO] In session is user: joshuav 2024-11-06 09:48:55.261 [INFO] In session is user: joshuav 2024-11-06 09:48:56.478 [INFO] In session is user: joshuav 2024-11-06 09:48:56.908 [INFO] In session is user: joshuav 2024-11-06 09:48:57.329 [INFO] In session is user: joshuav 2024-11-06 09:48:57.660 [INFO] In session is user: joshuav 2024-11-06 09:48:58.000 [INFO] In session is user: joshuav 2024-11-06 09:48:58.368 [INFO] In session is user: joshuav 2024-11-06 09:48:58.736 [INFO] In session is user: joshuav 2024-11-06 09:48:59.109 [INFO] In session is user: joshuav 2024-11-06 09:48:59.487 [INFO] In session is user: joshuav 2024-11-06 09:48:59.844 [INFO] In session is user: joshuav 2024-11-06 09:49:00.184 [INFO] In session is user: joshuav 2024-11-06 09:49:00.489 [INFO] In session is user: joshuav 2024-11-06 09:49:00.818 [INFO] In session is user: joshuav 2024-11-06 09:49:00.939 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.1230522678549, -87.9269829937192, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.1230522678549, -87.9269829937192, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1813938 second/s. 2024-11-06 09:49:01.191 [INFO] In session is user: joshuav 2024-11-06 09:49:01.513 [INFO] In session is user: joshuav 2024-11-06 09:49:01.935 [INFO] In session is user: joshuav 2024-11-06 09:49:02.280 [INFO] In session is user: joshuav 2024-11-06 09:49:02.689 [INFO] In session is user: joshuav 2024-11-06 09:49:03.058 [INFO] In session is user: joshuav 2024-11-06 09:49:03.434 [INFO] In session is user: joshuav 2024-11-06 09:49:03.855 [INFO] In session is user: joshuav 2024-11-06 09:49:04.235 [INFO] In session is user: joshuav 2024-11-06 09:49:04.605 [INFO] In session is user: joshuav 2024-11-06 09:49:04.976 [INFO] In session is user: joshuav 2024-11-06 09:49:05.319 [INFO] In session is user: joshuav 2024-11-06 09:49:05.721 [INFO] In session is user: joshuav 2024-11-06 09:49:06.153 [INFO] In session is user: joshuav 2024-11-06 09:49:06.491 [INFO] In session is user: joshuav 2024-11-06 09:49:06.853 [INFO] In session is user: joshuav 2024-11-06 09:49:07.209 [INFO] In session is user: joshuav 2024-11-06 09:49:07.540 [INFO] In session is user: joshuav 2024-11-06 09:49:07.871 [INFO] In session is user: joshuav 2024-11-06 09:49:08.222 [INFO] In session is user: joshuav 2024-11-06 09:49:08.561 [INFO] In session is user: joshuav 2024-11-06 09:49:08.913 [INFO] In session is user: joshuav 2024-11-06 09:49:09.342 [INFO] In session is user: joshuav 2024-11-06 09:49:09.690 [INFO] In session is user: joshuav 2024-11-06 09:49:10.070 [INFO] In session is user: joshuav 2024-11-06 09:49:10.583 [INFO] In session is user: joshuav 2024-11-06 09:49:10.960 [INFO] In session is user: joshuav 2024-11-06 09:49:11.287 [INFO] In session is user: joshuav 2024-11-06 09:49:11.635 [INFO] In session is user: joshuav 2024-11-06 09:49:12.094 [INFO] In session is user: joshuav 2024-11-06 09:49:12.489 [INFO] In session is user: joshuav 2024-11-06 09:49:12.869 [INFO] In session is user: joshuav 2024-11-06 09:49:13.219 [INFO] In session is user: joshuav 2024-11-06 09:49:13.534 [INFO] In session is user: joshuav 2024-11-06 09:49:13.850 [INFO] In session is user: joshuav 2024-11-06 09:49:14.202 [INFO] In session is user: joshuav 2024-11-06 09:49:14.563 [INFO] In session is user: joshuav 2024-11-06 09:49:14.930 [INFO] In session is user: joshuav 2024-11-06 09:49:15.288 [INFO] In session is user: joshuav 2024-11-06 09:49:15.673 [INFO] In session is user: joshuav 2024-11-06 09:49:16.104 [INFO] In session is user: joshuav 2024-11-06 09:49:16.498 [INFO] In session is user: joshuav 2024-11-06 09:49:16.859 [INFO] In session is user: joshuav 2024-11-06 09:49:17.258 [INFO] In session is user: joshuav 2024-11-06 09:49:17.584 [INFO] In session is user: joshuav 2024-11-06 09:49:17.944 [INFO] In session is user: joshuav 2024-11-06 09:49:18.272 [INFO] In session is user: joshuav 2024-11-06 09:49:18.587 [INFO] In session is user: joshuav 2024-11-06 09:49:18.978 [INFO] In session is user: joshuav 2024-11-06 09:49:19.280 [INFO] In session is user: joshuav 2024-11-06 09:49:19.638 [INFO] In session is user: joshuav 2024-11-06 09:49:20.000 [INFO] In session is user: joshuav 2024-11-06 09:49:20.350 [INFO] In session is user: joshuav 2024-11-06 09:49:20.691 [INFO] In session is user: joshuav 2024-11-06 09:49:20.990 [INFO] In session is user: joshuav 2024-11-06 09:49:21.333 [INFO] In session is user: joshuav 2024-11-06 09:49:21.871 [INFO] In session is user: joshuav 2024-11-06 09:49:22.204 [INFO] In session is user: joshuav 2024-11-06 09:49:22.493 [INFO] In session is user: joshuav 2024-11-06 09:49:22.809 [INFO] In session is user: joshuav 2024-11-06 09:49:23.168 [INFO] In session is user: joshuav 2024-11-06 09:49:23.588 [INFO] In session is user: joshuav 2024-11-06 09:49:23.943 [INFO] In session is user: joshuav 2024-11-06 09:49:24.289 [INFO] In session is user: joshuav 2024-11-06 09:49:24.610 [INFO] In session is user: joshuav 2024-11-06 09:49:24.984 [INFO] In session is user: joshuav 2024-11-06 09:49:25.342 [INFO] In session is user: joshuav 2024-11-06 09:49:25.726 [INFO] In session is user: joshuav 2024-11-06 09:49:26.067 [INFO] In session is user: joshuav 2024-11-06 09:49:26.436 [INFO] In session is user: joshuav 2024-11-06 09:49:26.778 [INFO] In session is user: joshuav 2024-11-06 09:49:27.167 [INFO] In session is user: joshuav 2024-11-06 09:49:27.529 [INFO] In session is user: joshuav 2024-11-06 09:49:27.854 [INFO] In session is user: joshuav 2024-11-06 09:49:28.222 [INFO] In session is user: joshuav 2024-11-06 09:49:28.571 [INFO] In session is user: joshuav 2024-11-06 09:49:28.922 [INFO] In session is user: joshuav 2024-11-06 09:49:29.342 [INFO] In session is user: joshuav 2024-11-06 09:49:29.695 [INFO] In session is user: joshuav 2024-11-06 09:49:30.122 [INFO] In session is user: joshuav 2024-11-06 09:49:30.532 [INFO] In session is user: joshuav 2024-11-06 09:49:30.902 [INFO] In session is user: joshuav 2024-11-06 09:49:31.250 [INFO] In session is user: joshuav 2024-11-06 09:49:31.582 [INFO] In session is user: joshuav 2024-11-06 09:49:31.935 [INFO] In session is user: joshuav 2024-11-06 09:49:32.316 [INFO] In session is user: joshuav 2024-11-06 09:49:32.667 [INFO] In session is user: joshuav 2024-11-06 09:49:33.050 [INFO] In session is user: joshuav 2024-11-06 09:49:33.453 [INFO] In session is user: joshuav 2024-11-06 09:49:33.809 [INFO] In session is user: joshuav 2024-11-06 09:49:34.178 [INFO] In session is user: joshuav 2024-11-06 09:49:34.509 [INFO] In session is user: joshuav 2024-11-06 09:49:34.878 [INFO] In session is user: joshuav 2024-11-06 09:49:35.252 [INFO] In session is user: joshuav 2024-11-06 09:49:35.566 [INFO] In session is user: joshuav 2024-11-06 09:49:35.934 [INFO] In session is user: joshuav 2024-11-06 09:49:36.316 [INFO] In session is user: joshuav 2024-11-06 09:49:36.661 [INFO] In session is user: joshuav 2024-11-06 09:49:37.020 [INFO] In session is user: joshuav 2024-11-06 09:49:37.383 [INFO] In session is user: joshuav 2024-11-06 09:49:37.683 [INFO] In session is user: joshuav 2024-11-06 09:49:38.096 [INFO] In session is user: joshuav 2024-11-06 09:49:38.445 [INFO] In session is user: joshuav 2024-11-06 09:49:38.800 [INFO] In session is user: joshuav 2024-11-06 09:49:39.183 [INFO] In session is user: joshuav 2024-11-06 09:49:39.536 [INFO] In session is user: joshuav 2024-11-06 09:49:39.903 [INFO] In session is user: joshuav 2024-11-06 09:49:40.317 [INFO] In session is user: joshuav 2024-11-06 09:49:40.732 [INFO] In session is user: joshuav 2024-11-06 09:49:41.135 [INFO] In session is user: joshuav 2024-11-06 09:49:41.620 [INFO] In session is user: joshuav 2024-11-06 09:49:41.983 [INFO] In session is user: joshuav 2024-11-06 09:49:42.365 [INFO] In session is user: joshuav 2024-11-06 09:49:42.732 [INFO] In session is user: joshuav 2024-11-06 09:49:43.136 [INFO] In session is user: joshuav 2024-11-06 09:49:43.570 [INFO] In session is user: joshuav 2024-11-06 09:49:43.942 [INFO] In session is user: joshuav 2024-11-06 09:49:44.347 [INFO] In session is user: joshuav 2024-11-06 09:49:44.773 [INFO] In session is user: joshuav 2024-11-06 09:49:45.163 [INFO] In session is user: joshuav 2024-11-06 09:49:45.471 [INFO] In session is user: joshuav 2024-11-06 09:49:45.805 [INFO] In session is user: joshuav 2024-11-06 09:49:46.231 [INFO] In session is user: joshuav 2024-11-06 09:49:46.647 [INFO] In session is user: joshuav 2024-11-06 09:49:47.240 [INFO] In session is user: joshuav 2024-11-06 09:49:47.650 [INFO] In session is user: joshuav 2024-11-06 09:49:48.055 [INFO] In session is user: joshuav 2024-11-06 09:49:48.421 [INFO] In session is user: joshuav 2024-11-06 09:49:48.776 [INFO] In session is user: joshuav 2024-11-06 09:49:49.183 [INFO] In session is user: joshuav 2024-11-06 09:49:49.592 [INFO] In session is user: joshuav 2024-11-06 09:49:49.955 [INFO] In session is user: joshuav 2024-11-06 09:49:50.286 [INFO] In session is user: joshuav 2024-11-06 09:49:50.666 [INFO] In session is user: joshuav 2024-11-06 09:49:51.114 [INFO] In session is user: joshuav 2024-11-06 09:49:51.538 [INFO] In session is user: joshuav 2024-11-06 09:49:51.899 [INFO] In session is user: joshuav 2024-11-06 09:49:52.273 [INFO] In session is user: joshuav 2024-11-06 09:49:52.658 [INFO] In session is user: joshuav 2024-11-06 09:49:53.063 [INFO] In session is user: joshuav 2024-11-06 09:49:53.389 [INFO] In session is user: joshuav 2024-11-06 09:49:53.798 [INFO] In session is user: joshuav 2024-11-06 09:49:54.181 [INFO] In session is user: joshuav 2024-11-06 09:49:54.543 [INFO] In session is user: joshuav 2024-11-06 09:49:55.015 [INFO] In session is user: joshuav 2024-11-06 09:49:55.349 [INFO] In session is user: joshuav 2024-11-06 09:49:55.654 [INFO] In session is user: joshuav 2024-11-06 09:49:56.001 [INFO] In session is user: joshuav 2024-11-06 09:49:56.403 [INFO] In session is user: joshuav 2024-11-06 09:49:56.785 [INFO] In session is user: joshuav 2024-11-06 09:49:57.195 [INFO] In session is user: joshuav 2024-11-06 09:49:57.582 [INFO] In session is user: joshuav 2024-11-06 09:49:57.977 [INFO] In session is user: joshuav 2024-11-06 09:49:58.326 [INFO] In session is user: joshuav 2024-11-06 09:49:58.709 [INFO] In session is user: joshuav 2024-11-06 09:49:59.086 [INFO] In session is user: joshuav 2024-11-06 09:49:59.464 [INFO] In session is user: joshuav 2024-11-06 09:49:59.826 [INFO] In session is user: joshuav 2024-11-06 09:50:00.157 [INFO] In session is user: joshuav 2024-11-06 09:50:00.520 [INFO] In session is user: joshuav 2024-11-06 09:50:00.797 [INFO] In session is user: joshuav 2024-11-06 09:50:01.198 [INFO] In session is user: joshuav 2024-11-06 09:50:01.614 [INFO] In session is user: joshuav 2024-11-06 09:50:01.968 [INFO] In session is user: joshuav 2024-11-06 09:50:02.443 [INFO] In session is user: joshuav 2024-11-06 09:50:02.867 [INFO] In session is user: joshuav 2024-11-06 09:50:03.518 [INFO] In session is user: joshuav 2024-11-06 09:50:03.875 [INFO] In session is user: joshuav 2024-11-06 09:50:04.293 [INFO] In session is user: joshuav 2024-11-06 09:50:04.664 [INFO] In session is user: joshuav 2024-11-06 09:50:05.043 [INFO] In session is user: joshuav 2024-11-06 09:50:05.407 [INFO] In session is user: joshuav 2024-11-06 09:50:05.814 [INFO] In session is user: joshuav 2024-11-06 09:50:06.149 [INFO] In session is user: joshuav 2024-11-06 09:50:06.480 [INFO] In session is user: joshuav 2024-11-06 09:50:06.830 [INFO] In session is user: joshuav 2024-11-06 09:50:07.226 [INFO] In session is user: joshuav 2024-11-06 09:50:07.615 [INFO] In session is user: joshuav 2024-11-06 09:50:08.019 [INFO] In session is user: joshuav 2024-11-06 09:50:08.395 [INFO] In session is user: joshuav 2024-11-06 09:50:08.722 [INFO] In session is user: joshuav 2024-11-06 09:50:09.120 [INFO] In session is user: joshuav 2024-11-06 09:50:09.471 [INFO] In session is user: joshuav 2024-11-06 09:50:09.870 [INFO] In session is user: joshuav 2024-11-06 09:50:10.213 [INFO] In session is user: joshuav 2024-11-06 09:50:10.584 [INFO] In session is user: joshuav 2024-11-06 09:50:10.931 [INFO] In session is user: joshuav 2024-11-06 09:50:11.450 [INFO] In session is user: joshuav 2024-11-06 09:50:11.809 [INFO] In session is user: joshuav 2024-11-06 09:50:12.176 [INFO] In session is user: joshuav 2024-11-06 09:50:12.523 [INFO] In session is user: joshuav 2024-11-06 09:50:12.943 [INFO] In session is user: joshuav 2024-11-06 09:50:13.338 [INFO] In session is user: joshuav 2024-11-06 09:50:13.740 [INFO] In session is user: joshuav 2024-11-06 09:50:14.105 [INFO] In session is user: joshuav 2024-11-06 09:50:14.505 [INFO] In session is user: joshuav 2024-11-06 09:50:14.869 [INFO] In session is user: joshuav 2024-11-06 09:50:15.265 [INFO] In session is user: joshuav 2024-11-06 09:50:15.844 [INFO] In session is user: joshuav 2024-11-06 09:50:16.294 [INFO] In session is user: joshuav 2024-11-06 09:50:16.638 [INFO] In session is user: joshuav 2024-11-06 09:50:17.049 [INFO] In session is user: joshuav 2024-11-06 09:50:17.426 [INFO] In session is user: joshuav 2024-11-06 09:50:17.780 [INFO] In session is user: joshuav 2024-11-06 09:50:18.100 [INFO] In session is user: joshuav 2024-11-06 09:50:18.429 [INFO] In session is user: joshuav 2024-11-06 09:50:18.825 [INFO] In session is user: joshuav 2024-11-06 09:50:19.191 [INFO] In session is user: joshuav 2024-11-06 09:50:19.552 [INFO] In session is user: joshuav 2024-11-06 09:50:21.355 [INFO] In session is user: joshuav 2024-11-06 09:50:21.698 [INFO] In session is user: joshuav 2024-11-06 09:50:22.055 [INFO] In session is user: joshuav 2024-11-06 09:50:22.387 [INFO] In session is user: joshuav 2024-11-06 09:50:22.755 [INFO] In session is user: joshuav 2024-11-06 09:50:23.093 [INFO] In session is user: joshuav 2024-11-06 09:50:23.416 [INFO] In session is user: joshuav 2024-11-06 09:50:23.764 [INFO] In session is user: joshuav 2024-11-06 09:50:24.120 [INFO] In session is user: joshuav 2024-11-06 09:50:24.482 [INFO] In session is user: joshuav 2024-11-06 09:50:24.798 [INFO] In session is user: joshuav 2024-11-06 09:50:25.153 [INFO] In session is user: joshuav 2024-11-06 09:50:25.562 [INFO] In session is user: joshuav 2024-11-06 09:50:25.909 [INFO] In session is user: joshuav 2024-11-06 09:50:26.218 [INFO] In session is user: joshuav 2024-11-06 09:50:26.548 [INFO] In session is user: joshuav 2024-11-06 09:50:26.895 [INFO] In session is user: joshuav 2024-11-06 09:50:27.291 [INFO] In session is user: joshuav 2024-11-06 09:50:27.654 [INFO] In session is user: joshuav 2024-11-06 09:50:28.049 [INFO] In session is user: joshuav 2024-11-06 09:50:28.436 [INFO] In session is user: joshuav 2024-11-06 09:50:28.833 [INFO] In session is user: joshuav 2024-11-06 09:50:29.246 [INFO] In session is user: joshuav 2024-11-06 09:50:29.614 [INFO] In session is user: joshuav 2024-11-06 09:50:30.014 [INFO] In session is user: joshuav 2024-11-06 09:50:30.393 [INFO] In session is user: joshuav 2024-11-06 09:50:30.782 [INFO] In session is user: joshuav 2024-11-06 09:50:31.165 [INFO] In session is user: joshuav 2024-11-06 09:50:31.532 [INFO] In session is user: joshuav 2024-11-06 09:50:31.899 [INFO] In session is user: joshuav 2024-11-06 09:50:32.286 [INFO] In session is user: joshuav 2024-11-06 09:50:32.618 [INFO] In session is user: joshuav 2024-11-06 09:50:32.986 [INFO] In session is user: joshuav 2024-11-06 09:50:33.351 [INFO] In session is user: joshuav 2024-11-06 09:50:33.721 [INFO] In session is user: joshuav 2024-11-06 09:50:34.129 [INFO] In session is user: joshuav 2024-11-06 09:50:34.456 [INFO] In session is user: joshuav 2024-11-06 09:50:34.809 [INFO] In session is user: joshuav 2024-11-06 09:50:35.184 [INFO] In session is user: joshuav 2024-11-06 09:50:35.618 [INFO] In session is user: joshuav 2024-11-06 09:50:36.013 [INFO] In session is user: joshuav 2024-11-06 09:50:36.398 [INFO] In session is user: joshuav 2024-11-06 09:50:36.746 [INFO] In session is user: joshuav 2024-11-06 09:50:37.159 [INFO] In session is user: joshuav 2024-11-06 09:50:37.514 [INFO] In session is user: joshuav 2024-11-06 09:50:37.883 [INFO] In session is user: joshuav 2024-11-06 09:50:38.275 [INFO] In session is user: joshuav 2024-11-06 09:50:38.659 [INFO] In session is user: joshuav 2024-11-06 09:50:39.010 [INFO] In session is user: joshuav 2024-11-06 09:50:39.312 [INFO] In session is user: joshuav 2024-11-06 09:50:39.798 [INFO] In session is user: joshuav 2024-11-06 09:50:40.121 [INFO] In session is user: joshuav 2024-11-06 09:50:40.566 [INFO] In session is user: joshuav 2024-11-06 09:50:40.912 [INFO] In session is user: joshuav 2024-11-06 09:50:41.283 [INFO] In session is user: joshuav 2024-11-06 09:50:41.577 [INFO] In session is user: joshuav 2024-11-06 09:50:41.898 [INFO] In session is user: joshuav 2024-11-06 09:50:42.463 [INFO] In session is user: joshuav 2024-11-06 09:50:42.831 [INFO] In session is user: joshuav 2024-11-06 09:50:43.197 [INFO] In session is user: joshuav 2024-11-06 09:50:43.597 [INFO] In session is user: joshuav 2024-11-06 09:50:43.979 [INFO] In session is user: joshuav 2024-11-06 09:50:44.355 [INFO] In session is user: joshuav 2024-11-06 09:50:44.681 [INFO] In session is user: joshuav 2024-11-06 09:50:45.048 [INFO] In session is user: joshuav 2024-11-06 09:50:45.375 [INFO] In session is user: joshuav 2024-11-06 09:50:45.702 [INFO] In session is user: joshuav 2024-11-06 09:50:46.066 [INFO] In session is user: joshuav 2024-11-06 09:50:46.454 [INFO] In session is user: joshuav 2024-11-06 09:50:46.792 [INFO] In session is user: joshuav 2024-11-06 09:50:47.152 [INFO] In session is user: joshuav 2024-11-06 09:50:47.458 [INFO] In session is user: joshuav 2024-11-06 09:50:47.785 [INFO] In session is user: joshuav 2024-11-06 09:50:48.359 [INFO] In session is user: joshuav 2024-11-06 09:50:48.715 [INFO] In session is user: joshuav 2024-11-06 09:50:49.050 [INFO] In session is user: joshuav 2024-11-06 09:50:49.393 [INFO] In session is user: joshuav 2024-11-06 09:50:49.762 [INFO] In session is user: joshuav 2024-11-06 09:50:50.216 [INFO] In session is user: joshuav 2024-11-06 09:50:50.622 [INFO] In session is user: joshuav 2024-11-06 09:50:50.976 [INFO] In session is user: joshuav 2024-11-06 09:50:51.394 [INFO] In session is user: joshuav 2024-11-06 09:50:51.778 [INFO] In session is user: joshuav 2024-11-06 09:50:52.284 [INFO] In session is user: joshuav 2024-11-06 09:50:52.629 [INFO] In session is user: joshuav 2024-11-06 09:50:53.011 [INFO] In session is user: joshuav 2024-11-06 09:50:53.350 [INFO] In session is user: joshuav 2024-11-06 09:50:53.720 [INFO] In session is user: joshuav 2024-11-06 09:50:54.060 [INFO] In session is user: joshuav 2024-11-06 09:50:54.445 [INFO] In session is user: joshuav 2024-11-06 09:50:54.836 [INFO] In session is user: joshuav 2024-11-06 09:50:55.177 [INFO] In session is user: joshuav 2024-11-06 09:50:55.533 [INFO] In session is user: joshuav 2024-11-06 09:50:55.900 [INFO] In session is user: joshuav 2024-11-06 09:50:56.260 [INFO] In session is user: joshuav 2024-11-06 09:50:56.571 [INFO] In session is user: joshuav 2024-11-06 09:50:56.975 [INFO] In session is user: joshuav 2024-11-06 09:50:57.336 [INFO] In session is user: joshuav 2024-11-06 09:50:57.692 [INFO] In session is user: joshuav 2024-11-06 09:50:58.070 [INFO] In session is user: joshuav 2024-11-06 09:50:58.425 [INFO] In session is user: joshuav 2024-11-06 09:50:58.759 [INFO] In session is user: joshuav 2024-11-06 09:50:59.126 [INFO] In session is user: joshuav 2024-11-06 09:50:59.498 [INFO] In session is user: joshuav 2024-11-06 09:50:59.923 [INFO] In session is user: joshuav 2024-11-06 09:51:00.303 [INFO] In session is user: joshuav 2024-11-06 09:51:00.658 [INFO] In session is user: joshuav 2024-11-06 09:51:01.021 [INFO] In session is user: joshuav 2024-11-06 09:51:01.400 [INFO] In session is user: joshuav 2024-11-06 09:51:01.708 [INFO] In session is user: joshuav 2024-11-06 09:51:02.089 [INFO] In session is user: joshuav 2024-11-06 09:51:02.398 [INFO] In session is user: joshuav 2024-11-06 09:51:02.738 [INFO] In session is user: joshuav 2024-11-06 09:51:03.123 [INFO] In session is user: joshuav 2024-11-06 09:51:03.501 [INFO] In session is user: joshuav 2024-11-06 09:51:03.864 [INFO] In session is user: joshuav 2024-11-06 09:51:04.282 [INFO] In session is user: joshuav 2024-11-06 09:51:04.766 [INFO] In session is user: joshuav 2024-11-06 09:51:05.127 [INFO] In session is user: joshuav 2024-11-06 09:51:05.440 [INFO] In session is user: joshuav 2024-11-06 09:51:05.867 [INFO] In session is user: joshuav 2024-11-06 09:51:06.236 [INFO] In session is user: joshuav 2024-11-06 09:51:06.621 [INFO] In session is user: joshuav 2024-11-06 09:51:07.035 [INFO] In session is user: joshuav 2024-11-06 09:51:07.381 [INFO] In session is user: joshuav 2024-11-06 09:51:07.807 [INFO] In session is user: joshuav 2024-11-06 09:51:08.125 [INFO] In session is user: joshuav 2024-11-06 09:51:08.512 [INFO] In session is user: joshuav 2024-11-06 09:51:08.837 [INFO] In session is user: joshuav 2024-11-06 09:51:09.171 [INFO] In session is user: joshuav 2024-11-06 09:51:09.534 [INFO] In session is user: joshuav 2024-11-06 09:51:09.843 [INFO] In session is user: joshuav 2024-11-06 09:51:10.238 [INFO] In session is user: joshuav 2024-11-06 09:51:10.608 [INFO] In session is user: joshuav 2024-11-06 09:51:10.955 [INFO] In session is user: joshuav 2024-11-06 09:51:11.370 [INFO] In session is user: joshuav 2024-11-06 09:51:11.746 [INFO] In session is user: joshuav 2024-11-06 09:51:12.056 [INFO] In session is user: joshuav 2024-11-06 09:51:12.428 [INFO] In session is user: joshuav 2024-11-06 09:51:12.783 [INFO] In session is user: joshuav 2024-11-06 09:51:13.146 [INFO] In session is user: joshuav 2024-11-06 09:51:13.483 [INFO] In session is user: joshuav 2024-11-06 09:51:13.887 [INFO] In session is user: joshuav 2024-11-06 09:51:14.326 [INFO] In session is user: joshuav 2024-11-06 09:51:14.699 [INFO] In session is user: joshuav 2024-11-06 09:51:15.069 [INFO] In session is user: joshuav 2024-11-06 09:51:15.433 [INFO] In session is user: joshuav 2024-11-06 09:51:15.757 [INFO] In session is user: joshuav 2024-11-06 09:51:16.099 [INFO] In session is user: joshuav 2024-11-06 09:51:16.428 [INFO] In session is user: joshuav 2024-11-06 09:51:16.867 [INFO] In session is user: joshuav 2024-11-06 09:51:17.148 [INFO] In session is user: joshuav 2024-11-06 09:51:17.542 [INFO] In session is user: joshuav 2024-11-06 09:51:17.941 [INFO] In session is user: joshuav 2024-11-06 09:51:18.313 [INFO] In session is user: joshuav 2024-11-06 09:51:18.716 [INFO] In session is user: joshuav 2024-11-06 09:51:19.100 [INFO] In session is user: joshuav 2024-11-06 09:51:19.478 [INFO] In session is user: joshuav 2024-11-06 09:51:19.908 [INFO] In session is user: joshuav 2024-11-06 09:51:20.287 [INFO] In session is user: joshuav 2024-11-06 09:51:20.663 [INFO] In session is user: joshuav 2024-11-06 09:51:21.015 [INFO] In session is user: joshuav 2024-11-06 09:51:21.349 [INFO] In session is user: joshuav 2024-11-06 09:51:21.673 [INFO] In session is user: joshuav 2024-11-06 09:51:22.036 [INFO] In session is user: joshuav 2024-11-06 09:51:22.362 [INFO] In session is user: joshuav 2024-11-06 09:51:22.798 [INFO] In session is user: joshuav 2024-11-06 09:51:23.147 [INFO] In session is user: joshuav 2024-11-06 09:51:23.474 [INFO] In session is user: joshuav 2024-11-06 09:51:23.923 [INFO] In session is user: joshuav 2024-11-06 09:51:24.308 [INFO] In session is user: joshuav 2024-11-06 09:51:24.659 [INFO] In session is user: joshuav 2024-11-06 09:51:25.104 [INFO] In session is user: joshuav 2024-11-06 09:51:25.420 [INFO] In session is user: joshuav 2024-11-06 09:51:26.210 [INFO] In session is user: joshuav 2024-11-06 09:51:26.601 [INFO] In session is user: joshuav 2024-11-06 09:51:27.076 [INFO] In session is user: joshuav 2024-11-06 09:51:27.494 [INFO] In session is user: joshuav 2024-11-06 09:51:27.856 [INFO] In session is user: joshuav 2024-11-06 09:51:28.250 [INFO] In session is user: joshuav 2024-11-06 09:51:28.656 [INFO] In session is user: joshuav 2024-11-06 09:51:29.036 [INFO] In session is user: joshuav 2024-11-06 09:51:29.413 [INFO] In session is user: joshuav 2024-11-06 09:51:29.744 [INFO] In session is user: joshuav 2024-11-06 09:51:30.176 [INFO] In session is user: joshuav 2024-11-06 09:51:30.566 [INFO] In session is user: joshuav 2024-11-06 09:51:30.914 [INFO] In session is user: joshuav 2024-11-06 09:51:31.285 [INFO] In session is user: joshuav 2024-11-06 09:51:31.659 [INFO] In session is user: joshuav 2024-11-06 09:51:32.033 [INFO] In session is user: joshuav 2024-11-06 09:51:32.406 [INFO] In session is user: joshuav 2024-11-06 09:51:32.780 [INFO] In session is user: joshuav 2024-11-06 09:51:33.147 [INFO] In session is user: joshuav 2024-11-06 09:51:33.542 [INFO] In session is user: joshuav 2024-11-06 09:51:33.932 [INFO] In session is user: joshuav 2024-11-06 09:51:34.277 [INFO] In session is user: joshuav 2024-11-06 09:51:34.614 [INFO] In session is user: joshuav 2024-11-06 09:51:35.035 [INFO] In session is user: joshuav 2024-11-06 09:51:35.478 [INFO] In session is user: joshuav 2024-11-06 09:51:35.815 [INFO] In session is user: joshuav 2024-11-06 09:51:36.160 [INFO] In session is user: joshuav 2024-11-06 09:51:36.578 [INFO] In session is user: joshuav 2024-11-06 09:51:36.944 [INFO] In session is user: joshuav 2024-11-06 09:51:37.287 [INFO] In session is user: joshuav 2024-11-06 09:51:37.625 [INFO] In session is user: joshuav 2024-11-06 09:51:37.957 [INFO] In session is user: joshuav 2024-11-06 09:51:38.283 [INFO] In session is user: joshuav 2024-11-06 09:51:38.664 [INFO] In session is user: joshuav 2024-11-06 09:51:39.015 [INFO] In session is user: joshuav 2024-11-06 09:51:39.386 [INFO] In session is user: joshuav 2024-11-06 09:51:39.770 [INFO] In session is user: joshuav 2024-11-06 09:51:40.061 [INFO] In session is user: joshuav 2024-11-06 09:51:40.390 [INFO] In session is user: joshuav 2024-11-06 09:51:40.851 [INFO] In session is user: joshuav 2024-11-06 09:51:41.203 [INFO] In session is user: joshuav 2024-11-06 09:51:41.572 [INFO] In session is user: joshuav 2024-11-06 09:51:41.898 [INFO] In session is user: joshuav 2024-11-06 09:51:42.249 [INFO] In session is user: joshuav 2024-11-06 09:51:42.614 [INFO] In session is user: joshuav 2024-11-06 09:51:42.997 [INFO] In session is user: joshuav 2024-11-06 09:51:43.323 [INFO] In session is user: joshuav 2024-11-06 09:51:43.679 [INFO] In session is user: joshuav 2024-11-06 09:51:44.037 [INFO] In session is user: joshuav 2024-11-06 09:51:44.448 [INFO] In session is user: joshuav 2024-11-06 09:51:44.847 [INFO] In session is user: joshuav 2024-11-06 09:51:45.251 [INFO] In session is user: joshuav 2024-11-06 09:51:45.597 [INFO] In session is user: joshuav 2024-11-06 09:51:45.960 [INFO] In session is user: joshuav 2024-11-06 09:51:46.295 [INFO] In session is user: joshuav 2024-11-06 09:51:46.655 [INFO] In session is user: joshuav 2024-11-06 09:51:46.996 [INFO] In session is user: joshuav 2024-11-06 09:51:47.307 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222405-11062024095147.txt === {"quote":"222405","customer":"18685","name":null,"customerName":"AJ Rod Co., Inc.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-02-2024","cust_order_date":"11-02-2024","req_date":"11-13-2024","cust_po":"500-032","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"10:15","extra":"","follow_up":"11-02-2024","web_id":"","follow_name":"Mark Krause","follow_phone":"866-566-0004","follow_email":"mkrause@ajrodco.com","pic_user":"bethw","total_amt":"26.25","total_gp":"19.30","total_gpm":"73.52","rev_type":"STD","mod_date":"11-06-2024","mod_time":null,"mod_user":"bethw","reason":"5","totalQty":"1","win_pct":"20","clo_date":"11-02-2024","notes":[],"crmnotes":[{"comp":1,"quote":222405,"Line":0,"Comment":"11/06/2024 9:51 AM - bethw - Bass Tool recvd SO# 992362"}],"items":[{"comp":"01","order":"222405","line":"1","part":"500-032","qty":"1","price":"35.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-06 09:51:47.328 [INFO] In session is user: joshuav 2024-11-06 09:51:47.811 [INFO] In session is user: joshuav 2024-11-06 09:51:48.320 [INFO] In session is user: joshuav 2024-11-06 09:51:48.719 [INFO] In session is user: joshuav 2024-11-06 09:51:49.112 [INFO] In session is user: joshuav 2024-11-06 09:51:49.477 [INFO] In session is user: joshuav 2024-11-06 09:51:49.830 [INFO] In session is user: joshuav 2024-11-06 09:51:50.246 [INFO] In session is user: joshuav 2024-11-06 09:51:50.616 [INFO] In session is user: joshuav 2024-11-06 09:51:50.991 [INFO] In session is user: joshuav 2024-11-06 09:51:51.437 [INFO] In session is user: joshuav 2024-11-06 09:51:51.814 [INFO] In session is user: joshuav 2024-11-06 09:51:52.168 [INFO] In session is user: joshuav 2024-11-06 09:51:52.594 [INFO] In session is user: joshuav 2024-11-06 09:51:53.010 [INFO] In session is user: joshuav 2024-11-06 09:51:53.404 [INFO] In session is user: joshuav 2024-11-06 09:51:53.752 [INFO] In session is user: joshuav 2024-11-06 09:51:54.148 [INFO] In session is user: joshuav 2024-11-06 09:51:54.540 [INFO] In session is user: joshuav 2024-11-06 09:51:54.925 [INFO] In session is user: joshuav 2024-11-06 09:51:55.606 [INFO] In session is user: joshuav 2024-11-06 09:51:56.311 [INFO] In session is user: joshuav 2024-11-06 09:51:56.784 [INFO] In session is user: joshuav 2024-11-06 09:51:57.224 [INFO] In session is user: joshuav 2024-11-06 09:51:57.670 [INFO] In session is user: joshuav 2024-11-06 09:51:58.349 [INFO] In session is user: joshuav 2024-11-06 09:51:58.718 [INFO] In session is user: joshuav 2024-11-06 09:51:59.112 [INFO] In session is user: joshuav 2024-11-06 09:51:59.617 [INFO] In session is user: joshuav 2024-11-06 09:51:59.999 [INFO] In session is user: joshuav 2024-11-06 09:52:00.378 [INFO] In session is user: joshuav 2024-11-06 09:52:00.779 [INFO] In session is user: joshuav 2024-11-06 09:52:01.176 [INFO] In session is user: joshuav 2024-11-06 09:52:01.593 [INFO] In session is user: joshuav 2024-11-06 09:52:01.948 [INFO] In session is user: joshuav 2024-11-06 09:52:02.380 [INFO] In session is user: joshuav 2024-11-06 09:52:02.778 [INFO] In session is user: joshuav 2024-11-06 09:52:03.154 [INFO] In session is user: joshuav 2024-11-06 09:52:03.595 [INFO] In session is user: joshuav 2024-11-06 09:52:03.958 [INFO] In session is user: joshuav 2024-11-06 09:52:04.306 [INFO] In session is user: joshuav 2024-11-06 09:52:04.682 [INFO] In session is user: joshuav 2024-11-06 09:52:05.120 [INFO] In session is user: joshuav 2024-11-06 09:52:05.516 [INFO] In session is user: joshuav 2024-11-06 09:52:06.008 [INFO] In session is user: joshuav 2024-11-06 09:52:06.378 [INFO] In session is user: joshuav 2024-11-06 09:52:06.761 [INFO] In session is user: joshuav 2024-11-06 09:52:07.118 [INFO] In session is user: joshuav 2024-11-06 09:52:07.484 [INFO] In session is user: joshuav 2024-11-06 09:52:07.880 [INFO] In session is user: joshuav 2024-11-06 09:52:08.229 [INFO] In session is user: joshuav 2024-11-06 09:52:08.713 [INFO] In session is user: joshuav 2024-11-06 09:52:09.220 [INFO] In session is user: joshuav 2024-11-06 09:52:09.639 [INFO] In session is user: joshuav 2024-11-06 09:52:09.985 [INFO] In session is user: joshuav 2024-11-06 09:52:10.546 [INFO] In session is user: joshuav 2024-11-06 09:52:10.899 [INFO] In session is user: joshuav 2024-11-06 09:52:11.334 [INFO] In session is user: joshuav 2024-11-06 09:52:11.712 [INFO] In session is user: joshuav 2024-11-06 09:52:12.020 [INFO] In session is user: joshuav 2024-11-06 09:52:12.310 [INFO] In session is user: joshuav 2024-11-06 09:52:12.645 [INFO] In session is user: joshuav 2024-11-06 09:52:13.009 [INFO] In session is user: joshuav 2024-11-06 09:52:13.349 [INFO] In session is user: joshuav 2024-11-06 09:52:13.669 [INFO] In session is user: joshuav 2024-11-06 09:52:14.030 [INFO] In session is user: joshuav 2024-11-06 09:52:14.399 [INFO] In session is user: joshuav 2024-11-06 09:52:14.766 [INFO] In session is user: joshuav 2024-11-06 09:52:15.164 [INFO] In session is user: joshuav 2024-11-06 09:52:15.547 [INFO] In session is user: joshuav 2024-11-06 09:52:15.931 [INFO] In session is user: joshuav 2024-11-06 09:52:16.328 [INFO] In session is user: joshuav 2024-11-06 09:52:16.641 [INFO] In session is user: joshuav 2024-11-06 09:52:17.024 [INFO] In session is user: joshuav 2024-11-06 09:52:17.339 [INFO] In session is user: joshuav 2024-11-06 09:52:17.659 [INFO] In session is user: joshuav 2024-11-06 09:52:17.981 [INFO] In session is user: joshuav 2024-11-06 09:52:18.283 [INFO] In session is user: joshuav 2024-11-06 09:52:18.650 [INFO] In session is user: joshuav 2024-11-06 09:52:19.004 [INFO] In session is user: joshuav 2024-11-06 09:52:19.356 [INFO] In session is user: joshuav 2024-11-06 09:52:19.730 [INFO] In session is user: joshuav 2024-11-06 09:52:20.263 [INFO] In session is user: joshuav 2024-11-06 09:52:20.688 [INFO] In session is user: joshuav 2024-11-06 09:52:21.055 [INFO] In session is user: joshuav 2024-11-06 09:52:21.372 [INFO] In session is user: joshuav 2024-11-06 09:52:21.702 [INFO] In session is user: joshuav 2024-11-06 09:52:22.096 [INFO] In session is user: joshuav 2024-11-06 09:52:22.440 [INFO] In session is user: joshuav 2024-11-06 09:52:22.738 [INFO] In session is user: joshuav 2024-11-06 09:52:23.039 [INFO] In session is user: joshuav 2024-11-06 09:52:23.400 [INFO] In session is user: joshuav 2024-11-06 09:52:23.791 [INFO] In session is user: joshuav 2024-11-06 09:52:24.138 [INFO] In session is user: joshuav 2024-11-06 09:52:24.467 [INFO] In session is user: joshuav 2024-11-06 09:52:24.830 [INFO] In session is user: joshuav 2024-11-06 09:52:25.314 [INFO] In session is user: joshuav 2024-11-06 09:52:25.644 [INFO] In session is user: joshuav 2024-11-06 09:52:26.029 [INFO] In session is user: joshuav 2024-11-06 09:52:26.391 [INFO] In session is user: joshuav 2024-11-06 09:52:26.762 [INFO] In session is user: joshuav 2024-11-06 09:52:27.051 [INFO] In session is user: joshuav 2024-11-06 09:52:27.612 [INFO] In session is user: joshuav 2024-11-06 09:52:28.014 [INFO] In session is user: joshuav 2024-11-06 09:52:28.418 [INFO] In session is user: joshuav 2024-11-06 09:52:28.762 [INFO] In session is user: joshuav 2024-11-06 09:52:29.098 [INFO] In session is user: joshuav 2024-11-06 09:52:29.490 [INFO] In session is user: joshuav 2024-11-06 09:52:29.917 [INFO] In session is user: joshuav 2024-11-06 09:52:30.457 [INFO] In session is user: joshuav 2024-11-06 09:52:30.858 [INFO] In session is user: joshuav 2024-11-06 09:52:31.241 [INFO] In session is user: joshuav 2024-11-06 09:52:31.606 [INFO] In session is user: joshuav 2024-11-06 09:52:34.199 [INFO] In session is user: joshuav 2024-11-06 09:52:34.626 [INFO] In session is user: joshuav 2024-11-06 09:52:34.967 [INFO] In session is user: joshuav 2024-11-06 09:52:35.642 [INFO] In session is user: joshuav 2024-11-06 09:52:36.094 [INFO] In session is user: joshuav 2024-11-06 09:52:36.567 [INFO] In session is user: joshuav 2024-11-06 09:52:37.121 [INFO] In session is user: joshuav 2024-11-06 09:52:37.610 [INFO] In session is user: joshuav 2024-11-06 09:52:38.038 [INFO] In session is user: joshuav 2024-11-06 09:53:11.404 [INFO] In session is user: joshuav 2024-11-06 09:53:12.005 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.1234501377204, -87.9372029537126, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.1234501377204, -87.9372029537126, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.17935 second/s. 2024-11-06 09:53:35.224 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222430-11062024095334.txt === {"quote":"222430","customer":"2119","name":null,"customerName":"Ballard Industrial","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-02-2024","cust_order_date":"11-02-2024","req_date":"11-13-2024","cust_po":"C4001-0750-1.75CP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"14:39","extra":"","follow_up":"11-02-2024","web_id":"","follow_name":"Nick Austria","follow_phone":"206-783-6626","follow_email":"nick.austria@ballardindustrial.com","pic_user":"bethw","total_amt":"93.6","total_gp":"60.77","total_gpm":"64.93","rev_type":"STD","mod_date":"11-06-2024","mod_time":null,"mod_user":"bethw","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-02-2024","notes":[],"crmnotes":[{"comp":1,"quote":222430,"Line":0,"Comment":"11/06/2024 9:53 AM - bethw - no activity in area. Quote expired and closed."}],"items":[{"comp":"01","order":"222430","line":"1","part":"C4001-0750-1.75CP","qty":"1","price":"130.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-06 09:56:14.538 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222452-11062024095614.txt === {"quote":"222452","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"MSCLA","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"10-03-2024","cust_order_date":"11-03-2024","req_date":"11-14-2024","cust_po":"QCFC65-144-SER","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"09:22","extra":"","follow_up":"11-03-2024","web_id":"","follow_name":"Celeste","follow_phone":"337-385-8798","follow_email":"celeste.curtis@mscdirect.com","pic_user":"bethw","total_amt":"1430.72","total_gp":"727.40","total_gpm":"50.84","rev_type":"PCQC","mod_date":"11-06-2024","mod_time":null,"mod_user":"bethw","reason":"2","totalQty":"4","win_pct":"20","clo_date":"11-03-2024","notes":[],"crmnotes":[{"comp":1,"quote":222452,"Line":0,"Comment":"11/06/2024 9:56 AM - bethw - no activity in area, quote expired and closed."}],"items":[{"comp":"01","order":"222452","line":"1","part":"QCFC65-144-SER","qty":"1","price":"327.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222452","line":"2","part":"QCFC65-20M-EMR","qty":"1","price":"374.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222452","line":"3","part":"QCFC65-EMR-RING","qty":"1","price":"501.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222452","line":"4","part":"QCFC65-WRENCH","qty":"1","price":"902.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":4}}] 2024-11-06 09:57:38.400 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222461-11062024095738.txt === {"quote":"222461","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"MSCOKCOK","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"10-03-2024","cust_order_date":"11-03-2024","req_date":"11-14-2024","cust_po":"1-KEYSET","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"10:40","extra":"","follow_up":"11-03-2024","web_id":"","follow_name":"James Marsh","follow_phone":"","follow_email":"james.marsh@mscdirect.com","pic_user":"bethw","total_amt":"30.6","total_gp":"28.71","total_gpm":"93.82","rev_type":"STD","mod_date":"11-06-2024","mod_time":null,"mod_user":"bethw","reason":"1","totalQty":"1","win_pct":"20","clo_date":"11-03-2024","notes":[],"crmnotes":[{"comp":1,"quote":222461,"Line":0,"Comment":"11/06/2024 9:57 AM - bethw - converted to SO# 992972"}],"items":[{"comp":"01","order":"222461","line":"1","part":"1-KEYSET","qty":"1","price":"34.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-06 10:07:18.331 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222495-11062024100718.txt === {"quote":"222495","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"MSCSANA","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"10-03-2024","cust_order_date":"11-03-2024","req_date":"11-14-2024","cust_po":"160-0.821","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"13:59","extra":"","follow_up":"11-03-2024","web_id":"","follow_name":"Steven Davila","follow_phone":"","follow_email":"steven.davila@mscdirect.com","pic_user":"bethw","total_amt":"416","total_gp":"296.76","total_gpm":"71.34","rev_type":"STD","mod_date":"11-06-2024","mod_time":null,"mod_user":"bethw","reason":"2","totalQty":"4","win_pct":"20","clo_date":"11-03-2024","notes":[],"crmnotes":[{"comp":1,"quote":222495,"Line":0,"Comment":"11/06/2024 10:07 AM - bethw - MSC purchases this special collet annually. This may have been a price check. No activity quote expired and closed."}],"items":[{"comp":"01","order":"222495","line":"1","part":"160-0.821","qty":"4","price":"130.00","uom":"EA","discount":"20.00","req_date":"7-8wks ARO","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"222495","Line":"0","Comment":"These are non-standard stock items and considered"},{"Quote":"222495","Line":"1","Comment":"specials. Once a PO has been issued these items"},{"Quote":"222495","Line":"2","Comment":"cannot be cancelled or returned."}],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-06 10:09:11.816 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222129-11062024100911.txt === {"quote":"222129","customer":"4602","name":null,"customerName":"DGI Supply a DoAll Company (ON)","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"09-26-2024","cust_order_date":"10-26-2024","req_date":"11-07-2024","cust_po":"E20-SET-15","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"10:48","extra":"","follow_up":"11-06-2024","web_id":"","follow_name":"Clifford Ho","follow_phone":"800-923-6255 x89340","follow_email":"cho@dgisupply.ca","pic_user":"bethw","total_amt":"2582.45","total_gp":"1776.57","total_gpm":"68.79","rev_type":"STD","mod_date":"11-06-2024","mod_time":null,"mod_user":"bethw","reason":"2","totalQty":"4","win_pct":"20","clo_date":"10-26-2024","notes":[],"crmnotes":[{"comp":1,"quote":222129,"Line":0,"Comment":"10/30/2024 3:09 PM - bethw - Sent Clifford QFU for status, close if no response"},{"comp":1,"quote":222129,"Line":1,"Comment":"10/30/2024 3:09 PM - bethw - F/U changed from 10/26/2024 to 11/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222129,"Line":2,"Comment":"11/06/2024 10:08 AM - bethw - no activity in area, quote expired and closed."}],"items":[{"comp":"01","order":"222129","line":"1","part":"E20-SET-15","qty":"1","price":"809.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222129","line":"2","part":"E20-SET-11-MM","qty":"1","price":"583.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222129","line":"3","part":"E20-SET-12(C)","qty":"1","price":"1068.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222129","line":"4","part":"E20-SET-17(C)-MM","qty":"1","price":"1513.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-06 10:15:28.245 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(35.1371181384056, -80.9081487917163, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(35.1371181384056, -80.9081487917163, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2250346 second/s. 2024-11-06 10:16:21.099 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(35.1418892757367, -80.9024800203262, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(35.1418892757367, -80.9024800203262, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 50 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1789174 second/s. 2024-11-06 10:58:03.252 [INFO] In session is user: fletcherp 2024-11-06 10:58:03.728 [INFO] In session is user: fletcherp 2024-11-06 10:58:04.175 [INFO] In session is user: fletcherp 2024-11-06 10:58:04.996 [INFO] In session is user: fletcherp 2024-11-06 10:58:05.437 [INFO] In session is user: fletcherp 2024-11-06 10:58:05.877 [INFO] In session is user: fletcherp 2024-11-06 10:58:06.298 [INFO] In session is user: fletcherp 2024-11-06 10:59:03.588 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223935-11062024105903.txt === {"quote":"223935","customer":"7305","name":null,"customerName":"Georgino Industrial Supply Inc.","comp":"01","open":"0","shipto":"BETTS","shiptoName":"Betts Industries Incorporated","entry_date":"11-05-2024","cust_order_date":"12-02-2024","req_date":"12-05-2024","cust_po":"MZMP5-ER40X-OFF-ICE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"MC","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Replacement Quote for Repair","drop_po":"","status":"0","user":"briand","conv_order":"","time":"09:02","extra":"","follow_up":"11-13-2024","web_id":"","follow_name":"Michael Reigel","follow_phone":"814-637-5301","follow_email":"mreigel@georgino.com","pic_user":"briand","total_amt":"4410.72","total_gp":"2239.80","total_gpm":"50.78","rev_type":"LT","mod_date":"11-06-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-04-2024","notes":[{"comp":"1","quote":"223935","line":"4","data":"for this and not applying the IMTS promo."},{"comp":"1","quote":"223935","line":"3","data":"11-05-2024 09:06-briand: tt Alyssa, giving 40% off"},{"comp":"1","quote":"223935","line":"2","data":"Mako/ENG know so inspection fee is waived."},{"comp":"1","quote":"223935","line":"1","data":"RGA# LVR-61296. If they purchase, please let"},{"comp":"1","quote":"223935","line":"0","data":"11-05-2024 09:05-briand: Replacement quote for"}],"crmnotes":[{"comp":1,"quote":223935,"Line":0,"Comment":"11/06/2024 10:58 AM - briand - Req Date changed from 11/05/2024 to 12/05/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223935","line":"1","part":"MZMP5-ER40X-OFF-ICE","qty":"1","price":"7222.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223935","line":"2","part":"040-SPAN","qty":"1","price":"37.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223935","line":"3","part":"WRENCH-MIM-107566","qty":"1","price":"77.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-06 13:38:49.686 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222387-11062024133849.txt === {"quote":"222387","customer":"13050","name":null,"customerName":"M & M Sales and Equipment","comp":"01","open":"1","shipto":"ACMEFAB","shiptoName":"Acme Fabrication, LLC","entry_date":"10-02-2024","cust_order_date":"11-02-2024","req_date":"11-13-2024","cust_po":"BMT65-OD10X-MS","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"JH","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"08:38","extra":"","follow_up":"11-06-2024","web_id":"","follow_name":"Jeff Westhoff- DFW","follow_phone":"682-888-4033","follow_email":"jeffw@mmsls.net","pic_user":"bethw","total_amt":"1335.00","total_gp":"833.58","total_gpm":"62.44","rev_type":"LT","mod_date":"11-06-2024","mod_time":null,"mod_user":"bethw","reason":"2","totalQty":"3","win_pct":"20","clo_date":"11-02-2024","notes":[],"crmnotes":[{"comp":1,"quote":222387,"Line":0,"Comment":"10/30/2024 3:51 PM - bethw - Sent QFU to Jeff for update."},{"comp":1,"quote":222387,"Line":1,"Comment":"10/30/2024 3:51 PM - bethw - F/U changed from 11/02/2024 to 11/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222387,"Line":2,"Comment":"11/06/2024 1:38 PM - bethw - No response from Jeff, quote expired and closed."}],"items":[{"comp":"01","order":"222387","line":"1","part":"BMT65-OD10X-MS","qty":"2","price":"890.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222387","line":"2","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-06 13:40:27.331 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(35.1096489223616, -80.9570784820555, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(35.1096489223616, -80.9570784820555, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1961035 second/s. 2024-11-06 13:40:29.179 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221904-11062024134028.txt === {"quote":"221904","customer":"19585","name":null,"customerName":"Thomas Skinner & Son Ltd.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"09-23-2024","cust_order_date":"10-23-2024","req_date":"11-04-2024","cust_po":"MZQT47-ER32Z-MS-OFF-ICE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"08:07","extra":"","follow_up":"10-23-2024","web_id":"","follow_name":"Ken Oswald","follow_phone":"403-450-3004","follow_email":"koswald@tskinner.com","pic_user":"bethw","total_amt":"8750.40","total_gp":"3004.69","total_gpm":"34.34","rev_type":"LT","mod_date":"11-06-2024","mod_time":null,"mod_user":"bethw","reason":"2","totalQty":"5","win_pct":"20","clo_date":"10-23-2024","notes":[{"comp":"1","quote":"221904","line":"4","data":"justify the cost. Closed on pricing."},{"comp":"1","quote":"221904","line":"3","data":"a few years ago. The EU did say that could not"},{"comp":"1","quote":"221904","line":"2","data":"\"pricey\" and that he thought they were much less"},{"comp":"1","quote":"221904","line":"1","data":"FU's. He did mention the customer thought it was"},{"comp":"1","quote":"221904","line":"0","data":"10-25-2024 15:38-bethw: No response from Derek on"}],"crmnotes":[{"comp":1,"quote":221904,"Line":0,"Comment":"10/25/2024 3:39 PM - bethw - Closed"}],"items":[{"comp":"01","order":"221904","line":"1","part":"MZQT47-ER32Z-MS-OFF-ICE","qty":"1","price":"8635.00","uom":"EA","discount":"38.00","req_date":"ETA 5wks ARO","branch":"1"},{"comp":"01","order":"221904","line":"2","part":"MZQT47-ER32Z-MS","qty":"1","price":"5255.00","uom":"EA","discount":"38.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221904","line":"3","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"221904","line":"4","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221904","line":"5","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-06 13:41:38.570 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(35.1096859714343, -80.957280909718, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(35.1096859714343, -80.957280909718, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2049775 second/s. 2024-11-06 14:44:36.789 [INFO] In session is user: fletcherp 2024-11-06 14:44:37.253 [INFO] In session is user: fletcherp 2024-11-06 14:44:37.825 [INFO] In session is user: fletcherp 2024-11-06 14:44:38.260 [INFO] In session is user: fletcherp 2024-11-06 14:44:38.675 [INFO] In session is user: fletcherp 2024-11-06 14:44:39.112 [INFO] In session is user: fletcherp 2024-11-06 14:44:39.632 [INFO] In session is user: fletcherp 2024-11-06 14:44:40.096 [INFO] In session is user: fletcherp 2024-11-06 14:44:41.019 [INFO] In session is user: fletcherp 2024-11-06 14:44:41.548 [INFO] In session is user: fletcherp 2024-11-06 14:44:41.950 [INFO] In session is user: fletcherp 2024-11-06 14:44:42.478 [INFO] In session is user: fletcherp 2024-11-06 14:44:42.986 [INFO] In session is user: fletcherp 2024-11-06 14:44:43.553 [INFO] In session is user: fletcherp 2024-11-06 14:44:44.205 [INFO] In session is user: fletcherp 2024-11-06 14:44:44.674 [INFO] In session is user: fletcherp 2024-11-06 14:44:45.083 [INFO] In session is user: fletcherp 2024-11-06 14:46:48.075 [INFO] In session is user: fletcherp 2024-11-06 14:46:48.605 [INFO] In session is user: fletcherp 2024-11-06 14:46:49.185 [INFO] In session is user: fletcherp 2024-11-06 14:46:50.006 [INFO] In session is user: fletcherp 2024-11-06 14:46:50.483 [INFO] In session is user: fletcherp 2024-11-06 14:46:51.655 [INFO] In session is user: fletcherp 2024-11-06 14:46:52.313 [INFO] In session is user: fletcherp 2024-11-06 14:46:52.893 [INFO] In session is user: fletcherp 2024-11-06 14:46:53.570 [INFO] In session is user: fletcherp 2024-11-06 14:46:54.186 [INFO] In session is user: fletcherp 2024-11-06 14:46:54.797 [INFO] In session is user: fletcherp 2024-11-06 14:46:55.721 [INFO] In session is user: fletcherp 2024-11-06 14:46:56.405 [INFO] In session is user: fletcherp 2024-11-06 14:46:57.079 [INFO] In session is user: fletcherp 2024-11-06 14:46:57.679 [INFO] In session is user: fletcherp 2024-11-06 14:46:58.655 [INFO] In session is user: fletcherp 2024-11-06 14:46:59.276 [INFO] In session is user: fletcherp 2024-11-06 14:46:59.949 [INFO] In session is user: fletcherp 2024-11-06 14:47:00.572 [INFO] In session is user: fletcherp 2024-11-06 14:47:01.209 [INFO] In session is user: fletcherp 2024-11-06 14:47:02.047 [INFO] In session is user: fletcherp 2024-11-06 14:47:02.788 [INFO] In session is user: fletcherp 2024-11-06 14:47:03.458 [INFO] In session is user: fletcherp 2024-11-06 14:47:04.092 [INFO] In session is user: fletcherp 2024-11-06 14:47:05.275 [INFO] In session is user: fletcherp 2024-11-06 14:47:06.022 [INFO] In session is user: fletcherp 2024-11-06 14:47:07.148 [INFO] In session is user: fletcherp 2024-11-06 14:47:07.956 [INFO] In session is user: fletcherp 2024-11-06 14:47:08.667 [INFO] In session is user: fletcherp 2024-11-06 14:47:08.995 [INFO] In session is user: fletcherp 2024-11-06 14:47:09.489 [INFO] In session is user: fletcherp 2024-11-06 14:47:09.924 [INFO] In session is user: fletcherp 2024-11-06 14:47:10.671 [INFO] In session is user: fletcherp 2024-11-06 14:47:11.797 [INFO] In session is user: fletcherp 2024-11-06 14:47:12.342 [INFO] In session is user: fletcherp 2024-11-06 14:47:13.059 [INFO] In session is user: fletcherp 2024-11-06 14:50:15.250 [INFO] In session is user: fletcherp 2024-11-06 14:50:15.790 [INFO] In session is user: fletcherp 2024-11-06 14:50:16.676 [INFO] In session is user: fletcherp 2024-11-06 14:50:17.205 [INFO] In session is user: fletcherp 2024-11-06 14:50:17.937 [INFO] In session is user: fletcherp 2024-11-06 14:50:18.661 [INFO] In session is user: fletcherp 2024-11-06 14:50:19.259 [INFO] In session is user: fletcherp 2024-11-06 14:54:05.357 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223137-11062024145405.txt === {"quote":"223137","customer":"5900","name":null,"customerName":"EWIE Company Inc.","comp":"01","open":"0","shipto":"TCWOOD","shiptoName":"Woodward Inc. Loves Park","entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"11-28-2024","cust_po":"HSK100-TUBE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"13:49","extra":"","follow_up":"11-15-2024","web_id":"","follow_name":"Naomi Henneman","follow_phone":"","follow_email":"nhenneman@ewie.com","pic_user":"jennad","total_amt":"408.02","total_gp":"267.53","total_gpm":"65.57","rev_type":"ADV","mod_date":"11-06-2024","mod_time":null,"mod_user":"jennad","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-17-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223137","line":"1","part":"H100A-SF0437-3.74CP","qty":"1","price":"495.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223137","line":"2","part":"HSK100-TUBE","qty":"1","price":"41.00","uom":"EA","discount":"22.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223137","line":"3","part":"HSK100-WRENCH","qty":"1","price":"58.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-06 15:05:31.892 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222888-11062024150531.txt === {"quote":"222888","customer":"16806","name":null,"customerName":"Premier Engineering LLC","comp":"01","open":"0","shipto":"AEROBLOO","shiptoName":"Aerotech Machining, Inc.","entry_date":"10-11-2024","cust_order_date":"10-11-2024","req_date":"11-02-2024","cust_po":"Tool Certificate","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"11:16","extra":"","follow_up":"11-02-2024","web_id":"","follow_name":"Tim","follow_phone":"678-442-8382","follow_email":"timk@premierengineering.com","pic_user":"oenm","total_amt":"15000","total_gp":"15000.00","total_gpm":"100.00","rev_type":"STD","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"1","win_pct":"20","clo_date":"10-26-2024","notes":[{"comp":"1","quote":"222888","line":"0","data":"10-11-2024 11:22-alyssah FOr customer purpose"}],"crmnotes":[],"items":[{"comp":"01","order":"222888","line":"1","part":"TOOL-CERT","qty":"1","price":"25000.00","uom":"EA","discount":"40.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-06 15:05:46.515 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222888-11062024150546.txt === {"quote":"222888","customer":"16806","name":null,"customerName":"Premier Engineering LLC","comp":"01","open":"0","shipto":"AEROBLOO","shiptoName":"Aerotech Machining, Inc.","entry_date":"10-11-2024","cust_order_date":"10-11-2024","req_date":"11-02-2024","cust_po":"Tool Certificate","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"11:16","extra":"","follow_up":"11-02-2024","web_id":"","follow_name":"Tim","follow_phone":"678-442-8382","follow_email":"timk@premierengineering.com","pic_user":"oenm","total_amt":"15000","total_gp":"15000.00","total_gpm":"100.00","rev_type":"STD","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"222888","line":"0","data":"10-11-2024 11:22-alyssah FOr customer purpose"}],"crmnotes":[{"comp":1,"quote":222888,"Line":0,"Comment":"11/06/2024 4:05 PM - oenm - F/U changed from 10/26/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222888,"Line":1,"Comment":"11/06/2024 4:05 PM - oenm - CLO changed from 10/26/2024 to 11/16/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222888","line":"1","part":"TOOL-CERT","qty":"1","price":"25000.00","uom":"EA","discount":"40.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-06 15:05:51.197 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222888-11062024150550.txt === {"quote":"222888","customer":"16806","name":null,"customerName":"Premier Engineering LLC","comp":"01","open":"0","shipto":"AEROBLOO","shiptoName":"Aerotech Machining, Inc.","entry_date":"10-11-2024","cust_order_date":"10-11-2024","req_date":"11-02-2024","cust_po":"Tool Certificate","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"11:16","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Tim","follow_phone":"678-442-8382","follow_email":"timk@premierengineering.com","pic_user":"oenm","total_amt":"15000","total_gp":"15000.00","total_gpm":"100.00","rev_type":"STD","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"222888","line":"0","data":"10-11-2024 11:22-alyssah FOr customer purpose"}],"crmnotes":[{"comp":1,"quote":222888,"Line":0,"Comment":"11/06/2024 4:05 PM - oenm - F/U changed from 10/26/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222888,"Line":1,"Comment":"11/06/2024 4:05 PM - oenm - CLO changed from 10/26/2024 to 11/16/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222888","line":"1","part":"TOOL-CERT","qty":"1","price":"25000.00","uom":"EA","discount":"40.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-06 15:06:03.849 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222888-11062024150603.txt === {"quote":"222888","customer":"16806","name":null,"customerName":"Premier Engineering LLC","comp":"01","open":"0","shipto":"AEROBLOO","shiptoName":"Aerotech Machining, Inc.","entry_date":"10-11-2024","cust_order_date":"10-11-2024","req_date":"11-23-2024","cust_po":"Tool Certificate","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"11:16","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Tim","follow_phone":"678-442-8382","follow_email":"timk@premierengineering.com","pic_user":"oenm","total_amt":"15000","total_gp":"15000.00","total_gpm":"100.00","rev_type":"STD","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"222888","line":"0","data":"10-11-2024 11:22-alyssah FOr customer purpose"}],"crmnotes":[{"comp":1,"quote":222888,"Line":0,"Comment":"11/06/2024 4:05 PM - oenm - F/U changed from 10/26/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222888,"Line":1,"Comment":"11/06/2024 4:05 PM - oenm - CLO changed from 10/26/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":222888,"Line":2,"Comment":"11/06/2024 4:05 PM - oenm - F/U changed from 11/02/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222888,"Line":3,"Comment":"11/06/2024 4:05 PM - oenm - Req Date changed from 11/02/2024 to 11/23/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222888","line":"1","part":"TOOL-CERT","qty":"1","price":"25000.00","uom":"EA","discount":"40.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-06 15:06:23.528 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222010-11062024150623.txt === {"quote":"222010","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"EURMACH","shiptoName":"Euro Machine","entry_date":"09-24-2024","cust_order_date":"09-24-2024","req_date":"11-05-2024","cust_po":"Euro Machine e346ba","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"joe smith","drop_po":"","status":"0","user":"mattm","conv_order":"","time":"13:39","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"joe smith","follow_phone":"404-661-2889","follow_email":"joe@afi-tools.com","pic_user":"oenm","total_amt":"21574.8","total_gp":"9420.06","total_gpm":"43.66","rev_type":"ADV","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"11","win_pct":"20","clo_date":"10-26-2024","notes":[{"comp":"1","quote":"222010","line":"2","data":"09-24-2024 14:03 - Discounts Recalculated QS"},{"comp":"1","quote":"222010","line":"1","data":"09-24-2024 13:59 - Discounts Recalculated QS"},{"comp":"1","quote":"222010","line":"0","data":"09-24-2024 13:58 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"222010","line":"1","part":"PRE-E346BA-I40","qty":"1","price":"24800.00","uom":"EA","discount":"28.00","req_date":"","branch":"1"},{"comp":"01","order":"222010","line":"2","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222010","line":"3","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222010","line":"4","part":"PRE-SPDL-I50A","qty":"1","price":"2200.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222010","line":"5","part":"PRE-E346PLUS-STD","qty":"1","price":"1940.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222010","line":"6","part":"PRE-PRNT-ROLL-DYMO","qty":"5","price":"25.00","uom":"ST","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222010","line":"7","part":"PRE-INST/TRAINING","qty":"1","price":"3500.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":7}}] 2024-11-06 15:06:32.492 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222010-11062024150632.txt === {"quote":"222010","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"EURMACH","shiptoName":"Euro Machine","entry_date":"09-24-2024","cust_order_date":"09-24-2024","req_date":"11-05-2024","cust_po":"Euro Machine e346ba","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"joe smith","drop_po":"","status":"0","user":"mattm","conv_order":"","time":"13:39","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"joe smith","follow_phone":"404-661-2889","follow_email":"joe@afi-tools.com","pic_user":"oenm","total_amt":"21574.8","total_gp":"9420.06","total_gpm":"43.66","rev_type":"ADV","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"11","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"222010","line":"2","data":"09-24-2024 14:03 - Discounts Recalculated QS"},{"comp":"1","quote":"222010","line":"1","data":"09-24-2024 13:59 - Discounts Recalculated QS"},{"comp":"1","quote":"222010","line":"0","data":"09-24-2024 13:58 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222010,"Line":0,"Comment":"11/06/2024 4:06 PM - oenm - F/U changed from 10/26/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222010,"Line":1,"Comment":"11/06/2024 4:06 PM - oenm - CLO changed from 10/26/2024 to 11/16/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222010","line":"1","part":"PRE-E346BA-I40","qty":"1","price":"24800.00","uom":"EA","discount":"28.00","req_date":"","branch":"1"},{"comp":"01","order":"222010","line":"2","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222010","line":"3","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222010","line":"4","part":"PRE-SPDL-I50A","qty":"1","price":"2200.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222010","line":"5","part":"PRE-E346PLUS-STD","qty":"1","price":"1940.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222010","line":"6","part":"PRE-PRNT-ROLL-DYMO","qty":"5","price":"25.00","uom":"ST","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222010","line":"7","part":"PRE-INST/TRAINING","qty":"1","price":"3500.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-06 15:06:39.653 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222010-11062024150639.txt === {"quote":"222010","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"EURMACH","shiptoName":"Euro Machine","entry_date":"09-24-2024","cust_order_date":"09-24-2024","req_date":"11-23-2024","cust_po":"Euro Machine e346ba","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"joe smith","drop_po":"","status":"0","user":"mattm","conv_order":"","time":"13:39","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"joe smith","follow_phone":"404-661-2889","follow_email":"joe@afi-tools.com","pic_user":"oenm","total_amt":"21574.8","total_gp":"9420.06","total_gpm":"43.66","rev_type":"ADV","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"11","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"222010","line":"2","data":"09-24-2024 14:03 - Discounts Recalculated QS"},{"comp":"1","quote":"222010","line":"1","data":"09-24-2024 13:59 - Discounts Recalculated QS"},{"comp":"1","quote":"222010","line":"0","data":"09-24-2024 13:58 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222010,"Line":0,"Comment":"11/06/2024 4:06 PM - oenm - F/U changed from 10/26/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222010,"Line":1,"Comment":"11/06/2024 4:06 PM - oenm - CLO changed from 10/26/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":222010,"Line":2,"Comment":"11/06/2024 4:06 PM - oenm - Req Date changed from 11/05/2024 to 11/23/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222010","line":"1","part":"PRE-E346BA-I40","qty":"1","price":"24800.00","uom":"EA","discount":"28.00","req_date":"","branch":"1"},{"comp":"01","order":"222010","line":"2","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222010","line":"3","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222010","line":"4","part":"PRE-SPDL-I50A","qty":"1","price":"2200.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222010","line":"5","part":"PRE-E346PLUS-STD","qty":"1","price":"1940.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222010","line":"6","part":"PRE-PRNT-ROLL-DYMO","qty":"5","price":"25.00","uom":"ST","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222010","line":"7","part":"PRE-INST/TRAINING","qty":"1","price":"3500.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-06 15:06:49.370 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221912-11062024150649.txt === {"quote":"221912","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"APPMACH","shiptoName":"Applied Machine Solutions","entry_date":"09-23-2024","cust_order_date":null,"req_date":"11-04-2024","cust_po":"BMT65-ER32X-ICE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Lipscomb","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"09:45","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"David Lipscomb","follow_phone":"678-727-6167","follow_email":"d.lipscomb@appliedmachine.com","pic_user":"oenm","total_amt":"8906.8","total_gp":"5310.53","total_gpm":"59.62","rev_type":"LT","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"10","win_pct":"20","clo_date":"10-31-2024","notes":[{"comp":"1","quote":"221912","line":"0","data":"09-23-2024 09:55 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221912,"Line":0,"Comment":"10/18/2024 4:16 PM - alyssah - CLO changed from 10/23/2024 to 10/31/2024 (CLO Date Updated)"},{"comp":1,"quote":221912,"Line":1,"Comment":"10/18/2024 4:16 PM - alyssah - F/U changed from 10/16/2024 to 10/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221912,"Line":2,"Comment":"10/18/2024 4:16 PM - alyssah - PIC changed from alyssah to oenm"}],"items":[{"comp":"01","order":"221912","line":"1","part":"BMT65-ER32X-ICE","qty":"1","price":"3320.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221912","line":"2","part":"BMT65-ER32Z-72-ICE","qty":"1","price":"4712.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221912","line":"3","part":"BMT65-OD10X","qty":"3","price":"664.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221912","line":"4","part":"BMT65-BG15Z-C","qty":"2","price":"782.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221912","line":"5","part":"BMT65-CO32MMX","qty":"1","price":"920.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221912","line":"7","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221912","line":"8","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-06 15:06:58.471 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221912-11062024150658.txt === {"quote":"221912","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"APPMACH","shiptoName":"Applied Machine Solutions","entry_date":"09-23-2024","cust_order_date":null,"req_date":"11-04-2024","cust_po":"BMT65-ER32X-ICE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Lipscomb","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"09:45","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"David Lipscomb","follow_phone":"678-727-6167","follow_email":"d.lipscomb@appliedmachine.com","pic_user":"oenm","total_amt":"8906.8","total_gp":"5310.53","total_gpm":"59.62","rev_type":"LT","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"10","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"221912","line":"0","data":"09-23-2024 09:55 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221912,"Line":0,"Comment":"10/18/2024 4:16 PM - alyssah - CLO changed from 10/23/2024 to 10/31/2024 (CLO Date Updated)"},{"comp":1,"quote":221912,"Line":1,"Comment":"10/18/2024 4:16 PM - alyssah - F/U changed from 10/16/2024 to 10/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221912,"Line":2,"Comment":"10/18/2024 4:16 PM - alyssah - PIC changed from alyssah to oenm"},{"comp":1,"quote":221912,"Line":3,"Comment":"11/06/2024 4:06 PM - oenm - F/U changed from 10/30/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221912,"Line":4,"Comment":"11/06/2024 4:06 PM - oenm - CLO changed from 10/31/2024 to 11/16/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221912","line":"1","part":"BMT65-ER32X-ICE","qty":"1","price":"3320.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221912","line":"2","part":"BMT65-ER32Z-72-ICE","qty":"1","price":"4712.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221912","line":"3","part":"BMT65-OD10X","qty":"3","price":"664.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221912","line":"4","part":"BMT65-BG15Z-C","qty":"2","price":"782.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221912","line":"5","part":"BMT65-CO32MMX","qty":"1","price":"920.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221912","line":"7","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221912","line":"8","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-06 15:07:05.263 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221912-11062024150705.txt === {"quote":"221912","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"APPMACH","shiptoName":"Applied Machine Solutions","entry_date":"09-23-2024","cust_order_date":null,"req_date":"11-23-2024","cust_po":"BMT65-ER32X-ICE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Lipscomb","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"09:45","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"David Lipscomb","follow_phone":"678-727-6167","follow_email":"d.lipscomb@appliedmachine.com","pic_user":"oenm","total_amt":"8906.8","total_gp":"5310.53","total_gpm":"59.62","rev_type":"LT","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"10","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"221912","line":"0","data":"09-23-2024 09:55 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221912,"Line":0,"Comment":"10/18/2024 4:16 PM - alyssah - CLO changed from 10/23/2024 to 10/31/2024 (CLO Date Updated)"},{"comp":1,"quote":221912,"Line":1,"Comment":"10/18/2024 4:16 PM - alyssah - F/U changed from 10/16/2024 to 10/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221912,"Line":2,"Comment":"10/18/2024 4:16 PM - alyssah - PIC changed from alyssah to oenm"},{"comp":1,"quote":221912,"Line":3,"Comment":"11/06/2024 4:06 PM - oenm - F/U changed from 10/30/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221912,"Line":4,"Comment":"11/06/2024 4:06 PM - oenm - CLO changed from 10/31/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":221912,"Line":5,"Comment":"11/06/2024 4:06 PM - oenm - Req Date changed from 11/04/2024 to 11/23/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221912","line":"1","part":"BMT65-ER32X-ICE","qty":"1","price":"3320.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221912","line":"2","part":"BMT65-ER32Z-72-ICE","qty":"1","price":"4712.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221912","line":"3","part":"BMT65-OD10X","qty":"3","price":"664.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221912","line":"4","part":"BMT65-BG15Z-C","qty":"2","price":"782.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221912","line":"5","part":"BMT65-CO32MMX","qty":"1","price":"920.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221912","line":"7","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221912","line":"8","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-06 15:07:17.053 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220972-11062024150716.txt === {"quote":"220972","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"AMSJAGA","shiptoName":"Applied Machine Solutions,Inc.","entry_date":"08-30-2024","cust_order_date":"08-30-2024","req_date":"11-09-2024","cust_po":"Advanced tooling package","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Lipscomb","drop_po":"","status":"0","user":"oenm","conv_order":"","time":"10:41","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"David Lipscomb","follow_phone":"678-727-6167","follow_email":"d.lipscomb@appliedmachine.com","pic_user":"oenm","total_amt":"856.00","total_gp":"699.79","total_gpm":"81.75","rev_type":"STD","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-02-2024","notes":[],"crmnotes":[{"comp":1,"quote":220972,"Line":0,"Comment":"09/24/2024 9:21 AM - oenm - F/U changed from 09/30/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220972,"Line":1,"Comment":"09/24/2024 9:22 AM - oenm - CLO changed from 09/30/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":220972,"Line":2,"Comment":"09/24/2024 9:22 AM - oenm - Req Date changed from 10/11/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":220972,"Line":3,"Comment":"10/18/2024 5:23 PM - oenm - F/U changed from 10/26/2024 to 11/2/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"220972","line":"1","part":"TCLA-40/63A/C6","qty":"1","price":"242.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220972","line":"2","part":"NC4001-0750-1.75CP","qty":"2","price":"307.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-06 15:07:27.448 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220972-11062024150727.txt === {"quote":"220972","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"AMSJAGA","shiptoName":"Applied Machine Solutions,Inc.","entry_date":"08-30-2024","cust_order_date":"08-30-2024","req_date":"11-09-2024","cust_po":"Advanced tooling package","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Lipscomb","drop_po":"","status":"0","user":"oenm","conv_order":"","time":"10:41","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"David Lipscomb","follow_phone":"678-727-6167","follow_email":"d.lipscomb@appliedmachine.com","pic_user":"oenm","total_amt":"856.00","total_gp":"699.79","total_gpm":"81.75","rev_type":"STD","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-16-2024","notes":[],"crmnotes":[{"comp":1,"quote":220972,"Line":0,"Comment":"09/24/2024 9:21 AM - oenm - F/U changed from 09/30/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220972,"Line":1,"Comment":"09/24/2024 9:22 AM - oenm - CLO changed from 09/30/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":220972,"Line":2,"Comment":"09/24/2024 9:22 AM - oenm - Req Date changed from 10/11/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":220972,"Line":3,"Comment":"10/18/2024 5:23 PM - oenm - F/U changed from 10/26/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220972,"Line":4,"Comment":"11/06/2024 4:07 PM - oenm - F/U changed from 11/02/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220972,"Line":5,"Comment":"11/06/2024 4:07 PM - oenm - CLO changed from 11/02/2024 to 11/16/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"220972","line":"1","part":"TCLA-40/63A/C6","qty":"1","price":"242.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220972","line":"2","part":"NC4001-0750-1.75CP","qty":"2","price":"307.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-06 15:07:34.645 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220972-11062024150734.txt === {"quote":"220972","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"AMSJAGA","shiptoName":"Applied Machine Solutions,Inc.","entry_date":"08-30-2024","cust_order_date":"08-30-2024","req_date":"11-23-2024","cust_po":"Advanced tooling package","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Lipscomb","drop_po":"","status":"0","user":"oenm","conv_order":"","time":"10:41","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"David Lipscomb","follow_phone":"678-727-6167","follow_email":"d.lipscomb@appliedmachine.com","pic_user":"oenm","total_amt":"856.00","total_gp":"699.79","total_gpm":"81.75","rev_type":"STD","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-16-2024","notes":[],"crmnotes":[{"comp":1,"quote":220972,"Line":0,"Comment":"09/24/2024 9:21 AM - oenm - F/U changed from 09/30/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220972,"Line":1,"Comment":"09/24/2024 9:22 AM - oenm - CLO changed from 09/30/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":220972,"Line":2,"Comment":"09/24/2024 9:22 AM - oenm - Req Date changed from 10/11/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":220972,"Line":3,"Comment":"10/18/2024 5:23 PM - oenm - F/U changed from 10/26/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220972,"Line":4,"Comment":"11/06/2024 4:07 PM - oenm - F/U changed from 11/02/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220972,"Line":5,"Comment":"11/06/2024 4:07 PM - oenm - CLO changed from 11/02/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":220972,"Line":6,"Comment":"11/06/2024 4:07 PM - oenm - Req Date changed from 11/09/2024 to 11/23/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"220972","line":"1","part":"TCLA-40/63A/C6","qty":"1","price":"242.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220972","line":"2","part":"NC4001-0750-1.75CP","qty":"2","price":"307.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-06 15:07:41.517 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220510-11062024150741.txt === {"quote":"220510","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"KTEMABLE","shiptoName":"KTE Co","entry_date":"08-21-2024","cust_order_date":"08-21-2024","req_date":"11-03-2024","cust_po":"KTE -346B","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brian Abrams","drop_po":"","status":"0","user":"mattm","conv_order":"","time":"14:31","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Brian Abrams","follow_phone":"770-932-3939","follow_email":"brian@afi-tools.com","pic_user":"oenm","total_amt":"15638.4","total_gp":"8016.03","total_gpm":"51.26","rev_type":"ADV","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"10","win_pct":"20","clo_date":"11-02-2024","notes":[{"comp":"1","quote":"220510","line":"1","data":"08-21-2024 14:49 - Discounts Recalculated QS"},{"comp":"1","quote":"220510","line":"0","data":"08-21-2024 14:40 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220510,"Line":0,"Comment":"10/18/2024 5:16 PM - oenm - F/U changed from 10/19/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220510,"Line":1,"Comment":"10/18/2024 5:16 PM - oenm - CLO changed from 10/19/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":220510,"Line":2,"Comment":"10/18/2024 5:16 PM - oenm - Req Date changed from 10/30/2024 to 11/03/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"220510","line":"1","part":"PRE-E346PLUS-I40","qty":"1","price":"16600.00","uom":"EA","discount":"28.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"220510","line":"2","part":"PRE-E346PLUS-STD","qty":"1","price":"1940.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220510","line":"3","part":"PRE-GAUGE-C4","qty":"1","price":"2130.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220510","line":"4","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220510","line":"5","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220510","line":"6","part":"PRE-PRNT-ROLL-QL800","qty":"5","price":"30.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-06 15:07:52.651 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220510-11062024150752.txt === {"quote":"220510","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"KTEMABLE","shiptoName":"KTE Co","entry_date":"08-21-2024","cust_order_date":"08-21-2024","req_date":"11-03-2024","cust_po":"KTE -346B","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brian Abrams","drop_po":"","status":"0","user":"mattm","conv_order":"","time":"14:31","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Brian Abrams","follow_phone":"770-932-3939","follow_email":"brian@afi-tools.com","pic_user":"oenm","total_amt":"15638.4","total_gp":"8016.03","total_gpm":"51.26","rev_type":"ADV","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"10","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"220510","line":"1","data":"08-21-2024 14:49 - Discounts Recalculated QS"},{"comp":"1","quote":"220510","line":"0","data":"08-21-2024 14:40 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220510,"Line":0,"Comment":"10/18/2024 5:16 PM - oenm - F/U changed from 10/19/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220510,"Line":1,"Comment":"10/18/2024 5:16 PM - oenm - CLO changed from 10/19/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":220510,"Line":2,"Comment":"10/18/2024 5:16 PM - oenm - Req Date changed from 10/30/2024 to 11/03/2024 (Req Date Updated)"},{"comp":1,"quote":220510,"Line":3,"Comment":"11/06/2024 4:07 PM - oenm - F/U changed from 11/02/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220510,"Line":4,"Comment":"11/06/2024 4:07 PM - oenm - CLO changed from 11/02/2024 to 11/16/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"220510","line":"1","part":"PRE-E346PLUS-I40","qty":"1","price":"16600.00","uom":"EA","discount":"28.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"220510","line":"2","part":"PRE-E346PLUS-STD","qty":"1","price":"1940.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220510","line":"3","part":"PRE-GAUGE-C4","qty":"1","price":"2130.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220510","line":"4","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220510","line":"5","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220510","line":"6","part":"PRE-PRNT-ROLL-QL800","qty":"5","price":"30.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-06 15:08:01.509 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220510-11062024150801.txt === {"quote":"220510","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"KTEMABLE","shiptoName":"KTE Co","entry_date":"08-21-2024","cust_order_date":"08-21-2024","req_date":"11-23-2024","cust_po":"KTE -346B","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brian Abrams","drop_po":"","status":"0","user":"mattm","conv_order":"","time":"14:31","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Brian Abrams","follow_phone":"770-932-3939","follow_email":"brian@afi-tools.com","pic_user":"oenm","total_amt":"15638.4","total_gp":"8016.03","total_gpm":"51.26","rev_type":"ADV","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"10","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"220510","line":"1","data":"08-21-2024 14:49 - Discounts Recalculated QS"},{"comp":"1","quote":"220510","line":"0","data":"08-21-2024 14:40 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220510,"Line":0,"Comment":"10/18/2024 5:16 PM - oenm - F/U changed from 10/19/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220510,"Line":1,"Comment":"10/18/2024 5:16 PM - oenm - CLO changed from 10/19/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":220510,"Line":2,"Comment":"10/18/2024 5:16 PM - oenm - Req Date changed from 10/30/2024 to 11/03/2024 (Req Date Updated)"},{"comp":1,"quote":220510,"Line":3,"Comment":"11/06/2024 4:07 PM - oenm - F/U changed from 11/02/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220510,"Line":4,"Comment":"11/06/2024 4:07 PM - oenm - CLO changed from 11/02/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":220510,"Line":5,"Comment":"11/06/2024 4:07 PM - oenm - Req Date changed from 11/03/2024 to 11/23/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"220510","line":"1","part":"PRE-E346PLUS-I40","qty":"1","price":"16600.00","uom":"EA","discount":"28.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"220510","line":"2","part":"PRE-E346PLUS-STD","qty":"1","price":"1940.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220510","line":"3","part":"PRE-GAUGE-C4","qty":"1","price":"2130.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220510","line":"4","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220510","line":"5","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220510","line":"6","part":"PRE-PRNT-ROLL-QL800","qty":"5","price":"30.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-06 15:08:40.838 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222383-11062024150840.txt === {"quote":"222383","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"GERRESCH","shiptoName":"Gerresheimer Medical Systems","entry_date":"10-01-2024","cust_order_date":"10-01-2024","req_date":"11-03-2024","cust_po":"CAT40U-NX5-153","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Lipscomb","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"17:03","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"David Lipscomb","follow_phone":"678-727-6167","follow_email":"d.lipscomb@appliedmachine.com","pic_user":"oenm","total_amt":"11545.75","total_gp":"7296.46","total_gpm":"63.20","rev_type":"ADV","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"7","win_pct":"20","clo_date":"11-02-2024","notes":[{"comp":"1","quote":"222383","line":"0","data":"10-01-2024 17:04 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222383,"Line":0,"Comment":"10/11/2024 12:46 PM - oenm - F/U changed from 10/14/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222383,"Line":1,"Comment":"10/11/2024 12:46 PM - oenm - CLO changed from 11/01/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":222383,"Line":2,"Comment":"10/18/2024 5:16 PM - oenm - F/U changed from 10/19/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222383,"Line":3,"Comment":"10/18/2024 5:16 PM - oenm - CLO changed from 10/19/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":222383,"Line":4,"Comment":"10/18/2024 5:16 PM - oenm - Req Date changed from 11/12/2024 to 11/03/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222383","line":"1","part":"CAT40U-NX5-153","qty":"1","price":"3347.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222383","line":"2","part":"NXE-COOL","qty":"1","price":"990.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222383","line":"3","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"222383","line":"5","part":"C40-MRAM","qty":"1","price":"3028.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222383","line":"6","part":"PA65-CAT/BT","qty":"1","price":"931.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222383","line":"7","part":"MRAM-ER25","qty":"1","price":"4913.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222383","line":"8","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-06 15:08:56.621 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222383-11062024150856.txt === {"quote":"222383","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"GERRESCH","shiptoName":"Gerresheimer Medical Systems","entry_date":"10-01-2024","cust_order_date":"10-01-2024","req_date":"11-03-2024","cust_po":"CAT40U-NX5-153","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Lipscomb","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"17:03","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"David Lipscomb","follow_phone":"678-727-6167","follow_email":"d.lipscomb@appliedmachine.com","pic_user":"oenm","total_amt":"11545.75","total_gp":"7296.46","total_gpm":"63.20","rev_type":"ADV","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"7","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"222383","line":"0","data":"10-01-2024 17:04 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222383,"Line":0,"Comment":"10/11/2024 12:46 PM - oenm - F/U changed from 10/14/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222383,"Line":1,"Comment":"10/11/2024 12:46 PM - oenm - CLO changed from 11/01/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":222383,"Line":2,"Comment":"10/18/2024 5:16 PM - oenm - F/U changed from 10/19/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222383,"Line":3,"Comment":"10/18/2024 5:16 PM - oenm - CLO changed from 10/19/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":222383,"Line":4,"Comment":"10/18/2024 5:16 PM - oenm - Req Date changed from 11/12/2024 to 11/03/2024 (Req Date Updated)"},{"comp":1,"quote":222383,"Line":5,"Comment":"11/06/2024 4:08 PM - oenm - F/U changed from 11/02/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222383,"Line":6,"Comment":"11/06/2024 4:08 PM - oenm - CLO changed from 11/02/2024 to 11/16/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222383","line":"1","part":"CAT40U-NX5-153","qty":"1","price":"3347.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222383","line":"2","part":"NXE-COOL","qty":"1","price":"990.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222383","line":"3","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"222383","line":"5","part":"C40-MRAM","qty":"1","price":"3028.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222383","line":"6","part":"PA65-CAT/BT","qty":"1","price":"931.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222383","line":"7","part":"MRAM-ER25","qty":"1","price":"4913.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222383","line":"8","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-06 15:09:08.250 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222383-11062024150908.txt === {"quote":"222383","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"GERRESCH","shiptoName":"Gerresheimer Medical Systems","entry_date":"10-01-2024","cust_order_date":"10-01-2024","req_date":"11-23-2024","cust_po":"CAT40U-NX5-153","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Lipscomb","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"17:03","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"David Lipscomb","follow_phone":"678-727-6167","follow_email":"d.lipscomb@appliedmachine.com","pic_user":"oenm","total_amt":"11545.75","total_gp":"7296.46","total_gpm":"63.20","rev_type":"ADV","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"7","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"222383","line":"0","data":"10-01-2024 17:04 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222383,"Line":0,"Comment":"10/11/2024 12:46 PM - oenm - F/U changed from 10/14/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222383,"Line":1,"Comment":"10/11/2024 12:46 PM - oenm - CLO changed from 11/01/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":222383,"Line":2,"Comment":"10/18/2024 5:16 PM - oenm - F/U changed from 10/19/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222383,"Line":3,"Comment":"10/18/2024 5:16 PM - oenm - CLO changed from 10/19/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":222383,"Line":4,"Comment":"10/18/2024 5:16 PM - oenm - Req Date changed from 11/12/2024 to 11/03/2024 (Req Date Updated)"},{"comp":1,"quote":222383,"Line":5,"Comment":"11/06/2024 4:08 PM - oenm - F/U changed from 11/02/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222383,"Line":6,"Comment":"11/06/2024 4:08 PM - oenm - CLO changed from 11/02/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":222383,"Line":7,"Comment":"11/06/2024 4:09 PM - oenm - Req Date changed from 11/03/2024 to 11/23/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222383","line":"1","part":"CAT40U-NX5-153","qty":"1","price":"3347.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222383","line":"2","part":"NXE-COOL","qty":"1","price":"990.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222383","line":"3","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"222383","line":"5","part":"C40-MRAM","qty":"1","price":"3028.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222383","line":"6","part":"PA65-CAT/BT","qty":"1","price":"931.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222383","line":"7","part":"MRAM-ER25","qty":"1","price":"4913.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222383","line":"8","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-06 15:09:19.052 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222833-11062024150918.txt === {"quote":"222833","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"AFIGAIGA","shiptoName":"Alternatives For Industry","entry_date":"10-10-2024","cust_order_date":"10-10-2024","req_date":"11-21-2024","cust_po":"Zero Clamp","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Joe","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"14:27","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Joe","follow_phone":"941-739-6566","follow_email":"joe@afi-tools.com","pic_user":"oenm","total_amt":"6380.85","total_gp":"3071.51","total_gpm":"48.14","rev_type":"PCQC","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"15","win_pct":"20","clo_date":"11-02-2024","notes":[],"crmnotes":[{"comp":1,"quote":222833,"Line":0,"Comment":"10/18/2024 5:21 PM - oenm - F/U changed from 10/23/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222833,"Line":1,"Comment":"10/18/2024 5:21 PM - oenm - CLO changed from 11/10/2024 to 11/02/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222833","line":"1","part":"WH-ZLOX-P80Z","qty":"1","price":"4475.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222833","line":"2","part":"WH-ZV-M80A","qty":"1","price":"1010.00","uom":"EA","discount":"27.00","req_date":"1 week","branch":"1"},{"comp":"01","order":"222833","line":"3","part":"WH-ZP90-STUD-12M10","qty":"4","price":"83.00","uom":"EA","discount":"20.00","req_date":"1 week","branch":"1"},{"comp":"01","order":"222833","line":"4","part":"WH-ZV80-JAWS-EXT","qty":"2","price":"562.00","uom":"EA","discount":"20.00","req_date":"1 week","branch":"1"},{"comp":"01","order":"222833","line":"5","part":"WH-ZV80-JAWS-R87","qty":"2","price":"267.00","uom":"EA","discount":"20.00","req_date":"1 week","branch":"1"},{"comp":"01","order":"222833","line":"6","part":"WH-ZV80-JAWS-F87","qty":"2","price":"305.00","uom":"EA","discount":"20.00","req_date":"1 week","branch":"1"},{"comp":"01","order":"222833","line":"7","part":"WH-ZV80-JAWS-M153-A","qty":"2","price":"152.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222833","line":"8","part":"WH-ZV-ACC-WES","qty":"1","price":"67.00","uom":"EA","discount":"20.00","req_date":"1 week","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":8}}] 2024-11-06 15:09:28.103 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222833-11062024150927.txt === {"quote":"222833","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"AFIGAIGA","shiptoName":"Alternatives For Industry","entry_date":"10-10-2024","cust_order_date":"10-10-2024","req_date":"11-21-2024","cust_po":"Zero Clamp","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Joe","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"14:27","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Joe","follow_phone":"941-739-6566","follow_email":"joe@afi-tools.com","pic_user":"oenm","total_amt":"6380.85","total_gp":"3071.51","total_gpm":"48.14","rev_type":"PCQC","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"15","win_pct":"20","clo_date":"11-16-2024","notes":[],"crmnotes":[{"comp":1,"quote":222833,"Line":0,"Comment":"10/18/2024 5:21 PM - oenm - F/U changed from 10/23/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222833,"Line":1,"Comment":"10/18/2024 5:21 PM - oenm - CLO changed from 11/10/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":222833,"Line":2,"Comment":"11/06/2024 4:09 PM - oenm - F/U changed from 11/02/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222833,"Line":3,"Comment":"11/06/2024 4:09 PM - oenm - CLO changed from 11/02/2024 to 11/16/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222833","line":"1","part":"WH-ZLOX-P80Z","qty":"1","price":"4475.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222833","line":"2","part":"WH-ZV-M80A","qty":"1","price":"1010.00","uom":"EA","discount":"27.00","req_date":"1 week","branch":"1"},{"comp":"01","order":"222833","line":"3","part":"WH-ZP90-STUD-12M10","qty":"4","price":"83.00","uom":"EA","discount":"20.00","req_date":"1 week","branch":"1"},{"comp":"01","order":"222833","line":"4","part":"WH-ZV80-JAWS-EXT","qty":"2","price":"562.00","uom":"EA","discount":"20.00","req_date":"1 week","branch":"1"},{"comp":"01","order":"222833","line":"5","part":"WH-ZV80-JAWS-R87","qty":"2","price":"267.00","uom":"EA","discount":"20.00","req_date":"1 week","branch":"1"},{"comp":"01","order":"222833","line":"6","part":"WH-ZV80-JAWS-F87","qty":"2","price":"305.00","uom":"EA","discount":"20.00","req_date":"1 week","branch":"1"},{"comp":"01","order":"222833","line":"7","part":"WH-ZV80-JAWS-M153-A","qty":"2","price":"152.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222833","line":"8","part":"WH-ZV-ACC-WES","qty":"1","price":"67.00","uom":"EA","discount":"20.00","req_date":"1 week","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":8}}] 2024-11-06 15:09:33.524 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222833-11062024150933.txt === {"quote":"222833","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"AFIGAIGA","shiptoName":"Alternatives For Industry","entry_date":"10-10-2024","cust_order_date":"10-10-2024","req_date":"11-21-2024","cust_po":"Zero Clamp","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Joe","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"14:27","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Joe","follow_phone":"941-739-6566","follow_email":"joe@afi-tools.com","pic_user":"oenm","total_amt":"6380.85","total_gp":"3071.51","total_gpm":"48.14","rev_type":"PCQC","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"15","win_pct":"20","clo_date":"11-16-2024","notes":[],"crmnotes":[{"comp":1,"quote":222833,"Line":0,"Comment":"10/18/2024 5:21 PM - oenm - F/U changed from 10/23/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222833,"Line":1,"Comment":"10/18/2024 5:21 PM - oenm - CLO changed from 11/10/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":222833,"Line":2,"Comment":"11/06/2024 4:09 PM - oenm - F/U changed from 11/02/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222833,"Line":3,"Comment":"11/06/2024 4:09 PM - oenm - CLO changed from 11/02/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":222833,"Line":4,"Comment":"11/06/2024 4:09 PM - oenm - Req Date changed from 11/21/2024 to 11/21/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222833","line":"1","part":"WH-ZLOX-P80Z","qty":"1","price":"4475.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222833","line":"2","part":"WH-ZV-M80A","qty":"1","price":"1010.00","uom":"EA","discount":"27.00","req_date":"1 week","branch":"1"},{"comp":"01","order":"222833","line":"3","part":"WH-ZP90-STUD-12M10","qty":"4","price":"83.00","uom":"EA","discount":"20.00","req_date":"1 week","branch":"1"},{"comp":"01","order":"222833","line":"4","part":"WH-ZV80-JAWS-EXT","qty":"2","price":"562.00","uom":"EA","discount":"20.00","req_date":"1 week","branch":"1"},{"comp":"01","order":"222833","line":"5","part":"WH-ZV80-JAWS-R87","qty":"2","price":"267.00","uom":"EA","discount":"20.00","req_date":"1 week","branch":"1"},{"comp":"01","order":"222833","line":"6","part":"WH-ZV80-JAWS-F87","qty":"2","price":"305.00","uom":"EA","discount":"20.00","req_date":"1 week","branch":"1"},{"comp":"01","order":"222833","line":"7","part":"WH-ZV80-JAWS-M153-A","qty":"2","price":"152.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222833","line":"8","part":"WH-ZV-ACC-WES","qty":"1","price":"67.00","uom":"EA","discount":"20.00","req_date":"1 week","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":8}}] 2024-11-06 15:10:12.095 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221033-11062024151011.txt === {"quote":"221033","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"AMSJAGA","shiptoName":"Applied Machine Solutions,Inc.","entry_date":"09-03-2024","cust_order_date":"09-03-2024","req_date":"11-09-2024","cust_po":"Spindle speeder cat40u-nx","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Lipscomb","drop_po":"","status":"0","user":"oenm","conv_order":"","time":"11:27","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"David Lipscomb","follow_phone":"678-727-6167","follow_email":"d.lipscomb@appliedmachine.com","pic_user":"oenm","total_amt":"3521.45","total_gp":"2605.13","total_gpm":"73.98","rev_type":"ADV","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"7","win_pct":"20","clo_date":"11-02-2024","notes":[{"comp":"1","quote":"221033","line":"0","data":"09-03-2024 11:34 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221033,"Line":0,"Comment":"10/04/2024 11:08 AM - oenm - F/U changed from 10/03/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221033,"Line":1,"Comment":"10/04/2024 11:08 AM - oenm - CLO changed from 10/03/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":221033,"Line":2,"Comment":"10/04/2024 11:09 AM - oenm - Req Date changed from 10/15/2024 to 11/09/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221033","line":"1","part":"CAT40U-NX5-153","qty":"1","price":"3347.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221033","line":"2","part":"SK10-1/8A","qty":"1","price":"67.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221033","line":"3","part":"SK10-3/16A","qty":"1","price":"67.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221033","line":"4","part":"SK10-5/16A","qty":"1","price":"67.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221033","line":"5","part":"SK10-1/4A","qty":"1","price":"67.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221033","line":"6","part":"SK10-3/8A","qty":"1","price":"67.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221033","line":"7","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-06 15:10:22.428 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221033-11062024151022.txt === {"quote":"221033","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"AMSJAGA","shiptoName":"Applied Machine Solutions,Inc.","entry_date":"09-03-2024","cust_order_date":"09-03-2024","req_date":"11-09-2024","cust_po":"Spindle speeder cat40u-nx","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Lipscomb","drop_po":"","status":"0","user":"oenm","conv_order":"","time":"11:27","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"David Lipscomb","follow_phone":"678-727-6167","follow_email":"d.lipscomb@appliedmachine.com","pic_user":"oenm","total_amt":"3521.45","total_gp":"2605.13","total_gpm":"73.98","rev_type":"ADV","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"7","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"221033","line":"0","data":"09-03-2024 11:34 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221033,"Line":0,"Comment":"10/04/2024 11:08 AM - oenm - F/U changed from 10/03/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221033,"Line":1,"Comment":"10/04/2024 11:08 AM - oenm - CLO changed from 10/03/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":221033,"Line":2,"Comment":"10/04/2024 11:09 AM - oenm - Req Date changed from 10/15/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":221033,"Line":3,"Comment":"11/06/2024 4:10 PM - oenm - F/U changed from 11/02/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221033,"Line":4,"Comment":"11/06/2024 4:10 PM - oenm - CLO changed from 11/02/2024 to 11/16/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221033","line":"1","part":"CAT40U-NX5-153","qty":"1","price":"3347.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221033","line":"2","part":"SK10-1/8A","qty":"1","price":"67.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221033","line":"3","part":"SK10-3/16A","qty":"1","price":"67.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221033","line":"4","part":"SK10-5/16A","qty":"1","price":"67.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221033","line":"5","part":"SK10-1/4A","qty":"1","price":"67.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221033","line":"6","part":"SK10-3/8A","qty":"1","price":"67.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221033","line":"7","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-06 15:10:30.463 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221033-11062024151030.txt === {"quote":"221033","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"AMSJAGA","shiptoName":"Applied Machine Solutions,Inc.","entry_date":"09-03-2024","cust_order_date":"09-03-2024","req_date":"11-23-2024","cust_po":"Spindle speeder cat40u-nx","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Lipscomb","drop_po":"","status":"0","user":"oenm","conv_order":"","time":"11:27","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"David Lipscomb","follow_phone":"678-727-6167","follow_email":"d.lipscomb@appliedmachine.com","pic_user":"oenm","total_amt":"3521.45","total_gp":"2605.13","total_gpm":"73.98","rev_type":"ADV","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"7","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"221033","line":"0","data":"09-03-2024 11:34 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221033,"Line":0,"Comment":"10/04/2024 11:08 AM - oenm - F/U changed from 10/03/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221033,"Line":1,"Comment":"10/04/2024 11:08 AM - oenm - CLO changed from 10/03/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":221033,"Line":2,"Comment":"10/04/2024 11:09 AM - oenm - Req Date changed from 10/15/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":221033,"Line":3,"Comment":"11/06/2024 4:10 PM - oenm - F/U changed from 11/02/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221033,"Line":4,"Comment":"11/06/2024 4:10 PM - oenm - CLO changed from 11/02/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":221033,"Line":5,"Comment":"11/06/2024 4:10 PM - oenm - Req Date changed from 11/09/2024 to 11/23/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221033","line":"1","part":"CAT40U-NX5-153","qty":"1","price":"3347.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221033","line":"2","part":"SK10-1/8A","qty":"1","price":"67.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221033","line":"3","part":"SK10-3/16A","qty":"1","price":"67.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221033","line":"4","part":"SK10-5/16A","qty":"1","price":"67.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221033","line":"5","part":"SK10-1/4A","qty":"1","price":"67.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221033","line":"6","part":"SK10-3/8A","qty":"1","price":"67.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221033","line":"7","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-06 15:10:37.962 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222885-11062024151037.txt === {"quote":"222885","customer":"16806","name":null,"customerName":"Premier Engineering LLC","comp":"01","open":"0","shipto":"PREMERIN","shiptoName":"Premier Engineering Co.","entry_date":"10-11-2024","cust_order_date":"10-11-2024","req_date":"11-01-2024","cust_po":"Tool cert","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tim Kramer","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"11:07","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Tim Kramer","follow_phone":"678-442-8382","follow_email":"timk@premierengineering.com","pic_user":"oenm","total_amt":"12500","total_gp":"12500.00","total_gpm":"100.00","rev_type":"STD","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-11-2024","notes":[{"comp":"1","quote":"222885","line":"0","data":"10-11-2024 11:07 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222885,"Line":0,"Comment":"10/18/2024 5:22 PM - oenm - F/U changed from 10/26/2024 to 11/2/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222885","line":"1","part":"TOOL-CERT","qty":"1","price":"25000.00","uom":"EA","discount":"50.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-06 15:10:47.772 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222885-11062024151047.txt === {"quote":"222885","customer":"16806","name":null,"customerName":"Premier Engineering LLC","comp":"01","open":"0","shipto":"PREMERIN","shiptoName":"Premier Engineering Co.","entry_date":"10-11-2024","cust_order_date":"10-11-2024","req_date":"11-01-2024","cust_po":"Tool cert","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tim Kramer","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"11:07","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Tim Kramer","follow_phone":"678-442-8382","follow_email":"timk@premierengineering.com","pic_user":"oenm","total_amt":"12500","total_gp":"12500.00","total_gpm":"100.00","rev_type":"STD","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"222885","line":"0","data":"10-11-2024 11:07 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222885,"Line":0,"Comment":"10/18/2024 5:22 PM - oenm - F/U changed from 10/26/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222885,"Line":1,"Comment":"11/06/2024 4:10 PM - oenm - F/U changed from 11/02/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222885,"Line":2,"Comment":"11/06/2024 4:10 PM - oenm - CLO changed from 11/11/2024 to 11/16/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222885","line":"1","part":"TOOL-CERT","qty":"1","price":"25000.00","uom":"EA","discount":"50.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-06 15:10:54.026 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222885-11062024151053.txt === {"quote":"222885","customer":"16806","name":null,"customerName":"Premier Engineering LLC","comp":"01","open":"0","shipto":"PREMERIN","shiptoName":"Premier Engineering Co.","entry_date":"10-11-2024","cust_order_date":"10-11-2024","req_date":"11-23-2024","cust_po":"Tool cert","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tim Kramer","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"11:07","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Tim Kramer","follow_phone":"678-442-8382","follow_email":"timk@premierengineering.com","pic_user":"oenm","total_amt":"12500","total_gp":"12500.00","total_gpm":"100.00","rev_type":"STD","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"222885","line":"0","data":"10-11-2024 11:07 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222885,"Line":0,"Comment":"10/18/2024 5:22 PM - oenm - F/U changed from 10/26/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222885,"Line":1,"Comment":"11/06/2024 4:10 PM - oenm - F/U changed from 11/02/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222885,"Line":2,"Comment":"11/06/2024 4:10 PM - oenm - CLO changed from 11/11/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":222885,"Line":3,"Comment":"11/06/2024 4:10 PM - oenm - Req Date changed from 11/01/2024 to 11/23/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222885","line":"1","part":"TOOL-CERT","qty":"1","price":"25000.00","uom":"EA","discount":"50.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-06 15:11:03.735 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222601-11062024151103.txt === {"quote":"222601","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"JEFFRIEG","shiptoName":"JEFFRIES MACHINE CO","entry_date":"10-07-2024","cust_order_date":"10-07-2024","req_date":"11-18-2024","cust_po":"Option #1 - smallest part","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"09:39","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Ronnie Spicer","follow_phone":"(941) 739-6566","follow_email":"ronnie@afi-tools.com","pic_user":"oenm","total_amt":"9767.83","total_gp":"6094.45","total_gpm":"62.39","rev_type":"ADV","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"6","win_pct":"20","clo_date":"11-02-2024","notes":[{"comp":"1","quote":"222601","line":"0","data":"10-07-2024 10:01 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222601,"Line":0,"Comment":"10/18/2024 5:20 PM - oenm - F/U changed from 10/20/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222601,"Line":1,"Comment":"10/18/2024 5:20 PM - oenm - CLO changed from 11/07/2024 to 11/02/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222601","line":"1","part":"C50-MRAM","qty":"1","price":"3619.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222601","line":"2","part":"PA110-CAT","qty":"1","price":"1086.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222601","line":"3","part":"MRAM-ER25L","qty":"1","price":"4654.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222601","line":"4","part":"MRAM-EXT-100","qty":"1","price":"1912.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222601","line":"5","part":"MODIFICATION-PB-SP","qty":"2","price":"770.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-06 15:11:11.612 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222601-11062024151111.txt === {"quote":"222601","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"JEFFRIEG","shiptoName":"JEFFRIES MACHINE CO","entry_date":"10-07-2024","cust_order_date":"10-07-2024","req_date":"11-18-2024","cust_po":"Option #1 - smallest part","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"09:39","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Ronnie Spicer","follow_phone":"(941) 739-6566","follow_email":"ronnie@afi-tools.com","pic_user":"oenm","total_amt":"9767.83","total_gp":"6094.45","total_gpm":"62.39","rev_type":"ADV","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"6","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"222601","line":"0","data":"10-07-2024 10:01 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222601,"Line":0,"Comment":"10/18/2024 5:20 PM - oenm - F/U changed from 10/20/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222601,"Line":1,"Comment":"10/18/2024 5:20 PM - oenm - CLO changed from 11/07/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":222601,"Line":2,"Comment":"11/06/2024 4:11 PM - oenm - F/U changed from 11/02/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222601,"Line":3,"Comment":"11/06/2024 4:11 PM - oenm - CLO changed from 11/02/2024 to 11/16/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222601","line":"1","part":"C50-MRAM","qty":"1","price":"3619.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222601","line":"2","part":"PA110-CAT","qty":"1","price":"1086.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222601","line":"3","part":"MRAM-ER25L","qty":"1","price":"4654.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222601","line":"4","part":"MRAM-EXT-100","qty":"1","price":"1912.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222601","line":"5","part":"MODIFICATION-PB-SP","qty":"2","price":"770.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-06 15:11:18.148 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222601-11062024151117.txt === {"quote":"222601","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"JEFFRIEG","shiptoName":"JEFFRIES MACHINE CO","entry_date":"10-07-2024","cust_order_date":"10-07-2024","req_date":"11-23-2024","cust_po":"Option #1 - smallest part","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"09:39","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Ronnie Spicer","follow_phone":"(941) 739-6566","follow_email":"ronnie@afi-tools.com","pic_user":"oenm","total_amt":"9767.83","total_gp":"6094.45","total_gpm":"62.39","rev_type":"ADV","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"6","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"222601","line":"0","data":"10-07-2024 10:01 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222601,"Line":0,"Comment":"10/18/2024 5:20 PM - oenm - F/U changed from 10/20/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222601,"Line":1,"Comment":"10/18/2024 5:20 PM - oenm - CLO changed from 11/07/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":222601,"Line":2,"Comment":"11/06/2024 4:11 PM - oenm - F/U changed from 11/02/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222601,"Line":3,"Comment":"11/06/2024 4:11 PM - oenm - CLO changed from 11/02/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":222601,"Line":4,"Comment":"11/06/2024 4:11 PM - oenm - Req Date changed from 11/18/2024 to 11/23/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222601","line":"1","part":"C50-MRAM","qty":"1","price":"3619.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222601","line":"2","part":"PA110-CAT","qty":"1","price":"1086.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222601","line":"3","part":"MRAM-ER25L","qty":"1","price":"4654.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222601","line":"4","part":"MRAM-EXT-100","qty":"1","price":"1912.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222601","line":"5","part":"MODIFICATION-PB-SP","qty":"2","price":"770.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-06 15:11:24.118 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222602-11062024151123.txt === {"quote":"222602","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"JEFFRIEG","shiptoName":"JEFFRIES MACHINE CO","entry_date":"10-07-2024","cust_order_date":"10-07-2024","req_date":"11-03-2024","cust_po":"Option #2 - largest part","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"10:05","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Ronnie Spicer","follow_phone":"(941) 739-6566","follow_email":"ronnie@afi-tools.com","pic_user":"oenm","total_amt":"11984.84","total_gp":"7318.10","total_gpm":"61.06","rev_type":"ADV","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"7","win_pct":"20","clo_date":"11-02-2024","notes":[],"crmnotes":[{"comp":1,"quote":222602,"Line":0,"Comment":"10/11/2024 12:46 PM - oenm - F/U changed from 10/13/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222602,"Line":1,"Comment":"10/18/2024 5:19 PM - oenm - F/U changed from 10/19/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222602,"Line":2,"Comment":"10/18/2024 5:19 PM - oenm - CLO changed from 10/30/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":222602,"Line":3,"Comment":"10/18/2024 5:19 PM - oenm - Req Date changed from 10/07/2024 to 11/03/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222602","line":"1","part":"C50-MRAM","qty":"1","price":"3619.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222602","line":"2","part":"PA110-CAT","qty":"1","price":"1086.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222602","line":"3","part":"MRAM-ER25","qty":"1","price":"4913.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222602","line":"4","part":"MRAM-EXT-200","qty":"2","price":"2345.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222602","line":"5","part":"MODIFICATION-PB-SP","qty":"2","price":"770.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-06 15:11:33.100 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222602-11062024151132.txt === {"quote":"222602","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"JEFFRIEG","shiptoName":"JEFFRIES MACHINE CO","entry_date":"10-07-2024","cust_order_date":"10-07-2024","req_date":"11-03-2024","cust_po":"Option #2 - largest part","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"10:05","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Ronnie Spicer","follow_phone":"(941) 739-6566","follow_email":"ronnie@afi-tools.com","pic_user":"oenm","total_amt":"11984.84","total_gp":"7318.10","total_gpm":"61.06","rev_type":"ADV","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"7","win_pct":"20","clo_date":"11-16-2024","notes":[],"crmnotes":[{"comp":1,"quote":222602,"Line":0,"Comment":"10/11/2024 12:46 PM - oenm - F/U changed from 10/13/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222602,"Line":1,"Comment":"10/18/2024 5:19 PM - oenm - F/U changed from 10/19/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222602,"Line":2,"Comment":"10/18/2024 5:19 PM - oenm - CLO changed from 10/30/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":222602,"Line":3,"Comment":"10/18/2024 5:19 PM - oenm - Req Date changed from 10/07/2024 to 11/03/2024 (Req Date Updated)"},{"comp":1,"quote":222602,"Line":4,"Comment":"11/06/2024 4:11 PM - oenm - F/U changed from 11/02/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222602,"Line":5,"Comment":"11/06/2024 4:11 PM - oenm - CLO changed from 11/02/2024 to 11/16/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222602","line":"1","part":"C50-MRAM","qty":"1","price":"3619.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222602","line":"2","part":"PA110-CAT","qty":"1","price":"1086.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222602","line":"3","part":"MRAM-ER25","qty":"1","price":"4913.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222602","line":"4","part":"MRAM-EXT-200","qty":"2","price":"2345.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222602","line":"5","part":"MODIFICATION-PB-SP","qty":"2","price":"770.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-06 15:11:38.178 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222602-11062024151137.txt === {"quote":"222602","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"JEFFRIEG","shiptoName":"JEFFRIES MACHINE CO","entry_date":"10-07-2024","cust_order_date":"10-07-2024","req_date":"11-23-2024","cust_po":"Option #2 - largest part","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"10:05","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Ronnie Spicer","follow_phone":"(941) 739-6566","follow_email":"ronnie@afi-tools.com","pic_user":"oenm","total_amt":"11984.84","total_gp":"7318.10","total_gpm":"61.06","rev_type":"ADV","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"7","win_pct":"20","clo_date":"11-16-2024","notes":[],"crmnotes":[{"comp":1,"quote":222602,"Line":0,"Comment":"10/11/2024 12:46 PM - oenm - F/U changed from 10/13/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222602,"Line":1,"Comment":"10/18/2024 5:19 PM - oenm - F/U changed from 10/19/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222602,"Line":2,"Comment":"10/18/2024 5:19 PM - oenm - CLO changed from 10/30/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":222602,"Line":3,"Comment":"10/18/2024 5:19 PM - oenm - Req Date changed from 10/07/2024 to 11/03/2024 (Req Date Updated)"},{"comp":1,"quote":222602,"Line":4,"Comment":"11/06/2024 4:11 PM - oenm - F/U changed from 11/02/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222602,"Line":5,"Comment":"11/06/2024 4:11 PM - oenm - CLO changed from 11/02/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":222602,"Line":6,"Comment":"11/06/2024 4:11 PM - oenm - Req Date changed from 11/03/2024 to 11/23/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222602","line":"1","part":"C50-MRAM","qty":"1","price":"3619.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222602","line":"2","part":"PA110-CAT","qty":"1","price":"1086.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222602","line":"3","part":"MRAM-ER25","qty":"1","price":"4913.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222602","line":"4","part":"MRAM-EXT-200","qty":"2","price":"2345.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222602","line":"5","part":"MODIFICATION-PB-SP","qty":"2","price":"770.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-06 15:11:46.205 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223440-11062024151145.txt === {"quote":"223440","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"LHARRIS","shiptoName":"L3Harris","entry_date":"10-23-2024","cust_order_date":"10-23-2024","req_date":"12-04-2024","cust_po":"CAT40 tooling pckg","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"David Orrison","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"16:32","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"David Orrison","follow_phone":"3219566550","follow_email":"david@afi-tools.com","pic_user":"oenm","total_amt":"2747.5","total_gp":"1313.69","total_gpm":"47.81","rev_type":"STD","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"29","win_pct":"20","clo_date":"11-23-2024","notes":[{"comp":"1","quote":"223440","line":"2","data":"10-23-2024 16:35 - Discounts Recalculated QS"},{"comp":"1","quote":"223440","line":"1","data":"discount"},{"comp":"1","quote":"223440","line":"0","data":"10-23-2024 16:42-alyssah Per Matt, new machine"}],"crmnotes":[],"items":[{"comp":"01","order":"223440","line":"1","part":"C4007-0016-3.50","qty":"10","price":"258.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"2","part":"C4007-0032-3.13","qty":"4","price":"258.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"3","part":"C4001-0750-1.75CP","qty":"1","price":"130.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"4","part":"C4001-1500-2.00CP","qty":"1","price":"233.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"5","part":"C4006-0125-2.36","qty":"1","price":"144.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"6","part":"C4006-0187-2.50","qty":"1","price":"144.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"7","part":"C4006-0250-2.50","qty":"1","price":"123.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"8","part":"C4006-0312-2.50","qty":"1","price":"139.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"9","part":"C4006-0375-2.50","qty":"1","price":"118.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"10","part":"C4006-0500-2.50","qty":"1","price":"123.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"11","part":"C4006-0500-4.00","qty":"1","price":"139.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"12","part":"C4006-0625-3.00","qty":"1","price":"118.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"13","part":"C4006-0625-4.00","qty":"1","price":"166.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"14","part":"C4006-0750-3.00","qty":"1","price":"123.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"15","part":"C4006-1000-4.00","qty":"1","price":"143.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"16","part":"016-SPAN","qty":"1","price":"17.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"17","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":17}}] 2024-11-06 15:11:56.217 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223371-11062024151155.txt === {"quote":"223371","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"GFMCO","shiptoName":"Golden's Foundry & Mach(GFMCO) LLC","entry_date":"10-22-2024","cust_order_date":"10-22-2024","req_date":"12-03-2024","cust_po":"CAT50 C1.1/4 16.5\"GL","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Jake","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"16:42","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Ronnie Spicer","follow_phone":"(941) 739-6566","follow_email":"ronnie@afi-tools.com","pic_user":"oenm","total_amt":"4230.00","total_gp":"4230.00","total_gpm":"100.00","rev_type":"STD","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-22-2024","notes":[{"comp":"1","quote":"223371","line":"0","data":"10-22-2024 17:01 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223371","line":"1","part":"SPECIAL-TL-NIKKEN","qty":"3","price":"1410.00","uom":"EA","discount":"0.00","req_date":"18 weeks ARO","branch":"1"}],"qlines":[{"Quote":"223371","Line":"1","Company":"1","F_Line":"1","Comment":"CAT50 C1.1/4 16.5(419.1mm) gage length","Loc":"Y"},{"Quote":"223371","Line":"1","Company":"1","F_Line":"2","Comment":"CAT50 Milling Chuck 1.1/4 ID","Loc":"Y"}],"qcomms":[{"Quote":"223371","Line":"0","Comment":"These are non-standard stock items and considered"},{"Quote":"223371","Line":"1","Comment":"specials. Once a PO has been issued these items"},{"Quote":"223371","Line":"2","Comment":"cannot be cancelled or returned."}],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-06 15:12:06.185 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218423-11062024151205.txt === {"quote":"218423","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"AMERVALD","shiptoName":"American Drill Bushing","entry_date":"07-08-2024","cust_order_date":"07-08-2024","req_date":"11-16-2024","cust_po":"EZ-SMARTT-V01","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"15:19","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Jake Adam","follow_phone":"386-855-0023","follow_email":"jake@afi-tools.com","pic_user":"oenm","total_amt":"1760","total_gp":"1122.00","total_gpm":"63.75","rev_type":"PCQC","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-09-2024","notes":[],"crmnotes":[{"comp":1,"quote":218423,"Line":0,"Comment":"07/11/2024 2:43 PM - oenm - F/U changed from 07/14/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218423,"Line":1,"Comment":"08/08/2024 12:19 PM - oenm - F/U changed from 07/27/2024 to 9/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218423,"Line":2,"Comment":"08/08/2024 12:19 PM - oenm - CLO changed from 08/08/2024 to 09/16/2024 (CLO Date Updated)"},{"comp":1,"quote":218423,"Line":3,"Comment":"08/08/2024 12:19 PM - oenm - Req Date changed from 08/19/2024 to 09/23/2024 (Req Date Updated)"},{"comp":1,"quote":218423,"Line":4,"Comment":"09/19/2024 8:54 AM - oenm - F/U Changed from 9/16/2024 to 9/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218423,"Line":5,"Comment":"09/19/2024 8:54 AM - oenm - CLO changed from 9/16/2024 to 9/29/2024 (CLO Date Updated)"},{"comp":1,"quote":218423,"Line":6,"Comment":"09/19/2024 8:55 AM - oenm - Req Date change from 9/23/2024 to 9/30/2024 (Req Date Updated)"},{"comp":1,"quote":218423,"Line":7,"Comment":"09/24/2024 9:21 AM - oenm - F/U changed from 09/29/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218423,"Line":8,"Comment":"09/24/2024 9:21 AM - oenm - CLO changed from 09/29/2024 to 10/12/2024 (CLO Date Updated)"},{"comp":1,"quote":218423,"Line":9,"Comment":"09/24/2024 9:21 AM - oenm - Req Date changed from 09/30/2024 to 10/19/2024 (Req Date Updated)"},{"comp":1,"quote":218423,"Line":10,"Comment":"10/04/2024 11:30 AM - oenm - F/U changed from 10/05/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218423,"Line":11,"Comment":"10/11/2024 12:42 PM - oenm - F/U changed from 10/12/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218423,"Line":12,"Comment":"10/11/2024 12:42 PM - oenm - CLO changed from 10/12/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":218423,"Line":13,"Comment":"10/11/2024 12:42 PM - oenm - Req Date changed from 10/19/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":218423,"Line":14,"Comment":"10/18/2024 4:55 PM - oenm - F/U changed from 10/19/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218423,"Line":15,"Comment":"10/18/2024 4:55 PM - oenm - CLO changed from 10/19/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":218423,"Line":16,"Comment":"10/18/2024 4:56 PM - oenm - Req Date changed from 10/25/2024 to 11/16/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"218423","line":"1","part":"EZ-SMARTT-V01","qty":"1","price":"2200.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-06 15:12:14.291 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218423-11062024151214.txt === {"quote":"218423","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"AMERVALD","shiptoName":"American Drill Bushing","entry_date":"07-08-2024","cust_order_date":"07-08-2024","req_date":"11-16-2024","cust_po":"EZ-SMARTT-V01","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"15:19","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Jake Adam","follow_phone":"386-855-0023","follow_email":"jake@afi-tools.com","pic_user":"oenm","total_amt":"1760","total_gp":"1122.00","total_gpm":"63.75","rev_type":"PCQC","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-16-2024","notes":[],"crmnotes":[{"comp":1,"quote":218423,"Line":0,"Comment":"07/11/2024 2:43 PM - oenm - F/U changed from 07/14/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218423,"Line":1,"Comment":"08/08/2024 12:19 PM - oenm - F/U changed from 07/27/2024 to 9/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218423,"Line":2,"Comment":"08/08/2024 12:19 PM - oenm - CLO changed from 08/08/2024 to 09/16/2024 (CLO Date Updated)"},{"comp":1,"quote":218423,"Line":3,"Comment":"08/08/2024 12:19 PM - oenm - Req Date changed from 08/19/2024 to 09/23/2024 (Req Date Updated)"},{"comp":1,"quote":218423,"Line":4,"Comment":"09/19/2024 8:54 AM - oenm - F/U Changed from 9/16/2024 to 9/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218423,"Line":5,"Comment":"09/19/2024 8:54 AM - oenm - CLO changed from 9/16/2024 to 9/29/2024 (CLO Date Updated)"},{"comp":1,"quote":218423,"Line":6,"Comment":"09/19/2024 8:55 AM - oenm - Req Date change from 9/23/2024 to 9/30/2024 (Req Date Updated)"},{"comp":1,"quote":218423,"Line":7,"Comment":"09/24/2024 9:21 AM - oenm - F/U changed from 09/29/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218423,"Line":8,"Comment":"09/24/2024 9:21 AM - oenm - CLO changed from 09/29/2024 to 10/12/2024 (CLO Date Updated)"},{"comp":1,"quote":218423,"Line":9,"Comment":"09/24/2024 9:21 AM - oenm - Req Date changed from 09/30/2024 to 10/19/2024 (Req Date Updated)"},{"comp":1,"quote":218423,"Line":10,"Comment":"10/04/2024 11:30 AM - oenm - F/U changed from 10/05/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218423,"Line":11,"Comment":"10/11/2024 12:42 PM - oenm - F/U changed from 10/12/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218423,"Line":12,"Comment":"10/11/2024 12:42 PM - oenm - CLO changed from 10/12/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":218423,"Line":13,"Comment":"10/11/2024 12:42 PM - oenm - Req Date changed from 10/19/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":218423,"Line":14,"Comment":"10/18/2024 4:55 PM - oenm - F/U changed from 10/19/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218423,"Line":15,"Comment":"10/18/2024 4:55 PM - oenm - CLO changed from 10/19/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":218423,"Line":16,"Comment":"10/18/2024 4:56 PM - oenm - Req Date changed from 10/25/2024 to 11/16/2024 (Req Date Updated)"},{"comp":1,"quote":218423,"Line":17,"Comment":"11/06/2024 4:12 PM - oenm - F/U changed from 11/09/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218423,"Line":18,"Comment":"11/06/2024 4:12 PM - oenm - CLO changed from 11/09/2024 to 11/16/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"218423","line":"1","part":"EZ-SMARTT-V01","qty":"1","price":"2200.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-06 15:12:20.109 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218423-11062024151219.txt === {"quote":"218423","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"AMERVALD","shiptoName":"American Drill Bushing","entry_date":"07-08-2024","cust_order_date":"07-08-2024","req_date":"11-23-2024","cust_po":"EZ-SMARTT-V01","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"15:19","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Jake Adam","follow_phone":"386-855-0023","follow_email":"jake@afi-tools.com","pic_user":"oenm","total_amt":"1760","total_gp":"1122.00","total_gpm":"63.75","rev_type":"PCQC","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-16-2024","notes":[],"crmnotes":[{"comp":1,"quote":218423,"Line":0,"Comment":"07/11/2024 2:43 PM - oenm - F/U changed from 07/14/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218423,"Line":1,"Comment":"08/08/2024 12:19 PM - oenm - F/U changed from 07/27/2024 to 9/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218423,"Line":2,"Comment":"08/08/2024 12:19 PM - oenm - CLO changed from 08/08/2024 to 09/16/2024 (CLO Date Updated)"},{"comp":1,"quote":218423,"Line":3,"Comment":"08/08/2024 12:19 PM - oenm - Req Date changed from 08/19/2024 to 09/23/2024 (Req Date Updated)"},{"comp":1,"quote":218423,"Line":4,"Comment":"09/19/2024 8:54 AM - oenm - F/U Changed from 9/16/2024 to 9/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218423,"Line":5,"Comment":"09/19/2024 8:54 AM - oenm - CLO changed from 9/16/2024 to 9/29/2024 (CLO Date Updated)"},{"comp":1,"quote":218423,"Line":6,"Comment":"09/19/2024 8:55 AM - oenm - Req Date change from 9/23/2024 to 9/30/2024 (Req Date Updated)"},{"comp":1,"quote":218423,"Line":7,"Comment":"09/24/2024 9:21 AM - oenm - F/U changed from 09/29/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218423,"Line":8,"Comment":"09/24/2024 9:21 AM - oenm - CLO changed from 09/29/2024 to 10/12/2024 (CLO Date Updated)"},{"comp":1,"quote":218423,"Line":9,"Comment":"09/24/2024 9:21 AM - oenm - Req Date changed from 09/30/2024 to 10/19/2024 (Req Date Updated)"},{"comp":1,"quote":218423,"Line":10,"Comment":"10/04/2024 11:30 AM - oenm - F/U changed from 10/05/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218423,"Line":11,"Comment":"10/11/2024 12:42 PM - oenm - F/U changed from 10/12/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218423,"Line":12,"Comment":"10/11/2024 12:42 PM - oenm - CLO changed from 10/12/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":218423,"Line":13,"Comment":"10/11/2024 12:42 PM - oenm - Req Date changed from 10/19/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":218423,"Line":14,"Comment":"10/18/2024 4:55 PM - oenm - F/U changed from 10/19/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218423,"Line":15,"Comment":"10/18/2024 4:55 PM - oenm - CLO changed from 10/19/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":218423,"Line":16,"Comment":"10/18/2024 4:56 PM - oenm - Req Date changed from 10/25/2024 to 11/16/2024 (Req Date Updated)"},{"comp":1,"quote":218423,"Line":17,"Comment":"11/06/2024 4:12 PM - oenm - F/U changed from 11/09/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218423,"Line":18,"Comment":"11/06/2024 4:12 PM - oenm - CLO changed from 11/09/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":218423,"Line":19,"Comment":"11/06/2024 4:12 PM - oenm - Req Date changed from 11/16/2024 to 11/23/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"218423","line":"1","part":"EZ-SMARTT-V01","qty":"1","price":"2200.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-06 15:12:28.178 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222715-11062024151227.txt === {"quote":"222715","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"GERRESCH","shiptoName":"Gerresheimer Medical Systems","entry_date":"10-09-2024","cust_order_date":"10-09-2024","req_date":"11-20-2024","cust_po":"Rotary table cnc180ya","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"David Lipscomb","drop_po":"","status":"0","user":"oenm","conv_order":"","time":"08:22","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"David Lipscomb","follow_phone":"678-727-6167","follow_email":"d.lipscomb@appliedmachine.com","pic_user":"oenm","total_amt":"24635.20","total_gp":"19099.87","total_gpm":"77.53","rev_type":"RT","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-09-2024","notes":[{"comp":"1","quote":"222715","line":"0","data":"10-09-2024 08:27 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"222715","line":"1","part":"TAT-170","qty":"1","price":"6356.00","uom":"EA","discount":"30.00","req_date":"STOCK ships 2/3 week","branch":"1"},{"comp":"01","order":"222715","line":"2","part":"TRUNNION-STALLION-9/23","qty":"1","price":"3509.00","uom":"EA","discount":"0.00","req_date":"8 to 10 weeks ARO","branch":"1"},{"comp":"01","order":"222715","line":"3","part":"TRUNNION-BASEPLATE","qty":"1","price":"3300.00","uom":"EA","discount":"0.00","req_date":"8-10 weeks ARO","branch":"1"},{"comp":"01","order":"222715","line":"4","part":"CNC180YA-M","qty":"1","price":"19110.00","uom":"EA","discount":"30.00","req_date":"Ships 2/3 weeks ARO","branch":"1"}],"qlines":[{"Quote":"222715","Line":"2","Company":"1","F_Line":"1","Comment":"*this is your net price","Loc":"Y"},{"Quote":"222715","Line":"3","Company":"1","F_Line":"1","Comment":"*This is your net price","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":4}}] 2024-11-06 15:12:35.674 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222715-11062024151235.txt === {"quote":"222715","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"GERRESCH","shiptoName":"Gerresheimer Medical Systems","entry_date":"10-09-2024","cust_order_date":"10-09-2024","req_date":"11-20-2024","cust_po":"Rotary table cnc180ya","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"David Lipscomb","drop_po":"","status":"0","user":"oenm","conv_order":"","time":"08:22","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"David Lipscomb","follow_phone":"678-727-6167","follow_email":"d.lipscomb@appliedmachine.com","pic_user":"oenm","total_amt":"24635.20","total_gp":"19099.87","total_gpm":"77.53","rev_type":"RT","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"222715","line":"0","data":"10-09-2024 08:27 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222715,"Line":0,"Comment":"11/06/2024 4:12 PM - oenm - F/U changed from 11/09/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222715,"Line":1,"Comment":"11/06/2024 4:12 PM - oenm - CLO changed from 11/09/2024 to 11/16/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222715","line":"1","part":"TAT-170","qty":"1","price":"6356.00","uom":"EA","discount":"30.00","req_date":"STOCK ships 2/3 week","branch":"1"},{"comp":"01","order":"222715","line":"2","part":"TRUNNION-STALLION-9/23","qty":"1","price":"3509.00","uom":"EA","discount":"0.00","req_date":"8 to 10 weeks ARO","branch":"1"},{"comp":"01","order":"222715","line":"3","part":"TRUNNION-BASEPLATE","qty":"1","price":"3300.00","uom":"EA","discount":"0.00","req_date":"8-10 weeks ARO","branch":"1"},{"comp":"01","order":"222715","line":"4","part":"CNC180YA-M","qty":"1","price":"19110.00","uom":"EA","discount":"30.00","req_date":"Ships 2/3 weeks ARO","branch":"1"}],"qlines":[{"Quote":"222715","Line":"2","Company":"1","F_Line":"1","Comment":"*this is your net price","Loc":"Y"},{"Quote":"222715","Line":"3","Company":"1","F_Line":"1","Comment":"*This is your net price","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-06 15:12:49.392 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221785-11062024151249.txt === {"quote":"221785","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"AMSJAGA","shiptoName":"Applied Machine Solutions,Inc.","entry_date":"09-19-2024","cust_order_date":"09-19-2024","req_date":"11-16-2024","cust_po":"Tool package 3 axis","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Lipscomb","drop_po":"","status":"0","user":"oenm","conv_order":"","time":"12:09","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"David Lipscomb","follow_phone":"678-727-6167","follow_email":"d.lipscomb@appliedmachine.com","pic_user":"oenm","total_amt":"11384.00","total_gp":"9109.05","total_gpm":"80.02","rev_type":"ADV","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"34","win_pct":"20","clo_date":"11-09-2024","notes":[{"comp":"1","quote":"221785","line":"0","data":"09-19-2024 12:51 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221785,"Line":0,"Comment":"10/04/2024 11:11 AM - oenm - F/U changed from 10/12/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221785,"Line":1,"Comment":"10/18/2024 5:14 PM - oenm - F/U changed from 10/19/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221785,"Line":2,"Comment":"10/18/2024 5:14 PM - oenm - CLO changed from 10/19/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":221785,"Line":3,"Comment":"10/18/2024 5:15 PM - oenm - Req Date changed from 10/31/2024 to 11/16/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221785","line":"1","part":"C4001-0750-1.75CP","qty":"1","price":"130.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"2","part":"C4001-1000-1.75CP","qty":"1","price":"133.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"3","part":"CAT40-C1-85U-IDU","qty":"1","price":"549.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"4","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"5","part":"1000TL-3(C)","qty":"1","price":"93.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"6","part":"CAT40-C3/4-85U-IDU","qty":"1","price":"526.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"7","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"8","part":"CCK3/4-5/8","qty":"1","price":"85.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"9","part":"CKFN20(3/4)-5/8","qty":"1","price":"59.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"10","part":"CCK3/4-1/2","qty":"1","price":"85.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"11","part":"CKFN20(3/4)-1/2","qty":"1","price":"59.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"12","part":"CCKL20","qty":"1","price":"14.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"13","part":"CAT40-SK10-90U-IDU","qty":"5","price":"379.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"14","part":"SK10-SET-05-A","qty":"1","price":"335.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"15","part":"SK10-SET-19-MM","qty":"1","price":"1329.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"16","part":"RACK-ER16/SK10","qty":"2","price":"42.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"17","part":"CAT40-SK16-90U-IDU","qty":"5","price":"406.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"18","part":"SK16-SET-09-A","qty":"1","price":"738.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"19","part":"SK16-SET-27-MM","qty":"1","price":"2214.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"20","part":"RACK-180DA/SK16/ER25","qty":"2","price":"56.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"21","part":"TQW-200","qty":"1","price":"364.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"22","part":"TQW-SK10","qty":"1","price":"102.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"23","part":"TQW-SK16(45)","qty":"1","price":"106.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"24","part":"NCL-ICAT40","qty":"1","price":"255.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":24}}] 2024-11-06 15:12:59.071 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221785-11062024151258.txt === {"quote":"221785","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"AMSJAGA","shiptoName":"Applied Machine Solutions,Inc.","entry_date":"09-19-2024","cust_order_date":"09-19-2024","req_date":"11-16-2024","cust_po":"Tool package 3 axis","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Lipscomb","drop_po":"","status":"0","user":"oenm","conv_order":"","time":"12:09","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"David Lipscomb","follow_phone":"678-727-6167","follow_email":"d.lipscomb@appliedmachine.com","pic_user":"oenm","total_amt":"11384.00","total_gp":"9109.05","total_gpm":"80.02","rev_type":"ADV","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"34","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"221785","line":"0","data":"09-19-2024 12:51 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221785,"Line":0,"Comment":"10/04/2024 11:11 AM - oenm - F/U changed from 10/12/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221785,"Line":1,"Comment":"10/18/2024 5:14 PM - oenm - F/U changed from 10/19/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221785,"Line":2,"Comment":"10/18/2024 5:14 PM - oenm - CLO changed from 10/19/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":221785,"Line":3,"Comment":"10/18/2024 5:15 PM - oenm - Req Date changed from 10/31/2024 to 11/16/2024 (Req Date Updated)"},{"comp":1,"quote":221785,"Line":4,"Comment":"11/06/2024 4:12 PM - oenm - F/U changed from 11/09/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221785,"Line":5,"Comment":"11/06/2024 4:12 PM - oenm - CLO changed from 11/09/2024 to 11/16/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221785","line":"1","part":"C4001-0750-1.75CP","qty":"1","price":"130.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"2","part":"C4001-1000-1.75CP","qty":"1","price":"133.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"3","part":"CAT40-C1-85U-IDU","qty":"1","price":"549.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"4","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"5","part":"1000TL-3(C)","qty":"1","price":"93.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"6","part":"CAT40-C3/4-85U-IDU","qty":"1","price":"526.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"7","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"8","part":"CCK3/4-5/8","qty":"1","price":"85.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"9","part":"CKFN20(3/4)-5/8","qty":"1","price":"59.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"10","part":"CCK3/4-1/2","qty":"1","price":"85.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"11","part":"CKFN20(3/4)-1/2","qty":"1","price":"59.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"12","part":"CCKL20","qty":"1","price":"14.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"13","part":"CAT40-SK10-90U-IDU","qty":"5","price":"379.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"14","part":"SK10-SET-05-A","qty":"1","price":"335.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"15","part":"SK10-SET-19-MM","qty":"1","price":"1329.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"16","part":"RACK-ER16/SK10","qty":"2","price":"42.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"17","part":"CAT40-SK16-90U-IDU","qty":"5","price":"406.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"18","part":"SK16-SET-09-A","qty":"1","price":"738.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"19","part":"SK16-SET-27-MM","qty":"1","price":"2214.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"20","part":"RACK-180DA/SK16/ER25","qty":"2","price":"56.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"21","part":"TQW-200","qty":"1","price":"364.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"22","part":"TQW-SK10","qty":"1","price":"102.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"23","part":"TQW-SK16(45)","qty":"1","price":"106.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"24","part":"NCL-ICAT40","qty":"1","price":"255.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":24}}] 2024-11-06 15:13:06.431 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221785-11062024151306.txt === {"quote":"221785","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"AMSJAGA","shiptoName":"Applied Machine Solutions,Inc.","entry_date":"09-19-2024","cust_order_date":"09-19-2024","req_date":"11-23-2024","cust_po":"Tool package 3 axis","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Lipscomb","drop_po":"","status":"0","user":"oenm","conv_order":"","time":"12:09","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"David Lipscomb","follow_phone":"678-727-6167","follow_email":"d.lipscomb@appliedmachine.com","pic_user":"oenm","total_amt":"11384.00","total_gp":"9109.05","total_gpm":"80.02","rev_type":"ADV","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"34","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"221785","line":"0","data":"09-19-2024 12:51 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221785,"Line":0,"Comment":"10/04/2024 11:11 AM - oenm - F/U changed from 10/12/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221785,"Line":1,"Comment":"10/18/2024 5:14 PM - oenm - F/U changed from 10/19/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221785,"Line":2,"Comment":"10/18/2024 5:14 PM - oenm - CLO changed from 10/19/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":221785,"Line":3,"Comment":"10/18/2024 5:15 PM - oenm - Req Date changed from 10/31/2024 to 11/16/2024 (Req Date Updated)"},{"comp":1,"quote":221785,"Line":4,"Comment":"11/06/2024 4:12 PM - oenm - F/U changed from 11/09/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221785,"Line":5,"Comment":"11/06/2024 4:12 PM - oenm - CLO changed from 11/09/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":221785,"Line":6,"Comment":"11/06/2024 4:13 PM - oenm - Req Date changed from 11/16/2024 to 11/23/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221785","line":"1","part":"C4001-0750-1.75CP","qty":"1","price":"130.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"2","part":"C4001-1000-1.75CP","qty":"1","price":"133.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"3","part":"CAT40-C1-85U-IDU","qty":"1","price":"549.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"4","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"5","part":"1000TL-3(C)","qty":"1","price":"93.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"6","part":"CAT40-C3/4-85U-IDU","qty":"1","price":"526.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"7","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"8","part":"CCK3/4-5/8","qty":"1","price":"85.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"9","part":"CKFN20(3/4)-5/8","qty":"1","price":"59.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"10","part":"CCK3/4-1/2","qty":"1","price":"85.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"11","part":"CKFN20(3/4)-1/2","qty":"1","price":"59.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"12","part":"CCKL20","qty":"1","price":"14.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"13","part":"CAT40-SK10-90U-IDU","qty":"5","price":"379.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"14","part":"SK10-SET-05-A","qty":"1","price":"335.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"15","part":"SK10-SET-19-MM","qty":"1","price":"1329.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"16","part":"RACK-ER16/SK10","qty":"2","price":"42.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"17","part":"CAT40-SK16-90U-IDU","qty":"5","price":"406.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"18","part":"SK16-SET-09-A","qty":"1","price":"738.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"19","part":"SK16-SET-27-MM","qty":"1","price":"2214.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"20","part":"RACK-180DA/SK16/ER25","qty":"2","price":"56.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"21","part":"TQW-200","qty":"1","price":"364.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"22","part":"TQW-SK10","qty":"1","price":"102.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"23","part":"TQW-SK16(45)","qty":"1","price":"106.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"24","part":"NCL-ICAT40","qty":"1","price":"255.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":24}}] 2024-11-06 15:13:12.231 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218493-11062024151312.txt === {"quote":"218493","customer":"13170","name":null,"customerName":"Morris South (NC)","comp":"01","open":"0","shipto":"MORRI","shiptoName":"Morris South, LLC","entry_date":"07-09-2024","cust_order_date":"07-09-2024","req_date":"10-26-2024","cust_po":"Delta Conversion GA","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"AM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Burdett","drop_po":"","status":"0","user":"mattm","conv_order":"","time":"14:35","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"David Burdett","follow_phone":"(470) 372-7847","follow_email":"dkburdett@morrissouth.com","pic_user":"oenm","total_amt":"9000.00","total_gp":"9000.00","total_gpm":"100.00","rev_type":"RT","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-09-2024","notes":[{"comp":"1","quote":"218493","line":"0","data":"07-09-2024 14:38 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":218493,"Line":0,"Comment":"08/08/2024 12:33 PM - oenm - F/U changed from 08/24/2024 to 9/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218493,"Line":1,"Comment":"08/08/2024 12:33 PM - oenm - CLO changed from 08/24/2024 to 09/16/2024 (CLO Date Updated)"},{"comp":1,"quote":218493,"Line":2,"Comment":"08/08/2024 12:33 PM - oenm - Req Date changed from 08/30/2024 to 09/23/2024 (Req Date Updated)"},{"comp":1,"quote":218493,"Line":3,"Comment":"09/24/2024 9:26 AM - oenm - F/U changed from 09/16/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218493,"Line":4,"Comment":"09/24/2024 9:26 AM - oenm - CLO changed from 09/16/2024 to 10/12/2024 (CLO Date Updated)"},{"comp":1,"quote":218493,"Line":5,"Comment":"09/24/2024 9:26 AM - oenm - Req Date changed from 09/23/2024 to 10/19/2024 (Req Date Updated)"},{"comp":1,"quote":218493,"Line":6,"Comment":"10/04/2024 11:11 AM - oenm - F/U changed from 10/05/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218493,"Line":7,"Comment":"10/11/2024 12:46 PM - oenm - F/U changed from 10/12/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218493,"Line":8,"Comment":"10/11/2024 12:46 PM - oenm - CLO changed from 10/12/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":218493,"Line":9,"Comment":"10/11/2024 12:46 PM - oenm - Req Date changed from 10/19/2024 to 10/26/2024 (Req Date Updated)"},{"comp":1,"quote":218493,"Line":10,"Comment":"10/18/2024 5:03 PM - oenm - F/U changed from 10/19/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218493,"Line":11,"Comment":"10/18/2024 5:03 PM - oenm - CLO changed from 10/19/2024 to 11/09/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"218493","line":"1","part":"RT-MODIFICATION","qty":"1","price":"9000.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"218493","Line":"1","Company":"1","F_Line":"1","Comment":"Conversion: CNC401","Loc":"Y"},{"Quote":"218493","Line":"1","Company":"1","F_Line":"2","Comment":"Serial 10339 from Mazak VTC200B with Mazatrol 640M","Loc":"Y"},{"Quote":"218493","Line":"1","Company":"1","F_Line":"3","Comment":"to Okuma Genos M560 Serial Number 256130 with OSP300","Loc":"Y"},{"Quote":"218493","Line":"1","Company":"1","F_Line":"4","Comment":"This quote doe not include any repairs for the table","Loc":"Y"},{"Quote":"218493","Line":"1","Company":"1","F_Line":"5","Comment":"Lyndex Nikken will contact Morris South if there are","Loc":"Y"},{"Quote":"218493","Line":"1","Company":"1","F_Line":"6","Comment":"any repairs required.","Loc":"Y"},{"Quote":"218493","Line":"1","Company":"1","F_Line":"7","Comment":"Delivery/Turn Around Time: Ships out 1 week after we","Loc":"Y"},{"Quote":"218493","Line":"1","Company":"1","F_Line":"8","Comment":"receive the table.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-06 15:13:21.617 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218493-11062024151321.txt === {"quote":"218493","customer":"13170","name":null,"customerName":"Morris South (NC)","comp":"01","open":"0","shipto":"MORRI","shiptoName":"Morris South, LLC","entry_date":"07-09-2024","cust_order_date":"07-09-2024","req_date":"10-26-2024","cust_po":"Delta Conversion GA","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"AM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Burdett","drop_po":"","status":"0","user":"mattm","conv_order":"","time":"14:35","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"David Burdett","follow_phone":"(470) 372-7847","follow_email":"dkburdett@morrissouth.com","pic_user":"oenm","total_amt":"9000.00","total_gp":"9000.00","total_gpm":"100.00","rev_type":"RT","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"218493","line":"0","data":"07-09-2024 14:38 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":218493,"Line":0,"Comment":"08/08/2024 12:33 PM - oenm - F/U changed from 08/24/2024 to 9/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218493,"Line":1,"Comment":"08/08/2024 12:33 PM - oenm - CLO changed from 08/24/2024 to 09/16/2024 (CLO Date Updated)"},{"comp":1,"quote":218493,"Line":2,"Comment":"08/08/2024 12:33 PM - oenm - Req Date changed from 08/30/2024 to 09/23/2024 (Req Date Updated)"},{"comp":1,"quote":218493,"Line":3,"Comment":"09/24/2024 9:26 AM - oenm - F/U changed from 09/16/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218493,"Line":4,"Comment":"09/24/2024 9:26 AM - oenm - CLO changed from 09/16/2024 to 10/12/2024 (CLO Date Updated)"},{"comp":1,"quote":218493,"Line":5,"Comment":"09/24/2024 9:26 AM - oenm - Req Date changed from 09/23/2024 to 10/19/2024 (Req Date Updated)"},{"comp":1,"quote":218493,"Line":6,"Comment":"10/04/2024 11:11 AM - oenm - F/U changed from 10/05/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218493,"Line":7,"Comment":"10/11/2024 12:46 PM - oenm - F/U changed from 10/12/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218493,"Line":8,"Comment":"10/11/2024 12:46 PM - oenm - CLO changed from 10/12/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":218493,"Line":9,"Comment":"10/11/2024 12:46 PM - oenm - Req Date changed from 10/19/2024 to 10/26/2024 (Req Date Updated)"},{"comp":1,"quote":218493,"Line":10,"Comment":"10/18/2024 5:03 PM - oenm - F/U changed from 10/19/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218493,"Line":11,"Comment":"10/18/2024 5:03 PM - oenm - CLO changed from 10/19/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":218493,"Line":12,"Comment":"11/06/2024 4:13 PM - oenm - F/U changed from 11/09/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218493,"Line":13,"Comment":"11/06/2024 4:13 PM - oenm - CLO changed from 11/09/2024 to 11/16/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"218493","line":"1","part":"RT-MODIFICATION","qty":"1","price":"9000.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"218493","Line":"1","Company":"1","F_Line":"1","Comment":"Conversion: CNC401","Loc":"Y"},{"Quote":"218493","Line":"1","Company":"1","F_Line":"2","Comment":"Serial 10339 from Mazak VTC200B with Mazatrol 640M","Loc":"Y"},{"Quote":"218493","Line":"1","Company":"1","F_Line":"3","Comment":"to Okuma Genos M560 Serial Number 256130 with OSP300","Loc":"Y"},{"Quote":"218493","Line":"1","Company":"1","F_Line":"4","Comment":"This quote doe not include any repairs for the table","Loc":"Y"},{"Quote":"218493","Line":"1","Company":"1","F_Line":"5","Comment":"Lyndex Nikken will contact Morris South if there are","Loc":"Y"},{"Quote":"218493","Line":"1","Company":"1","F_Line":"6","Comment":"any repairs required.","Loc":"Y"},{"Quote":"218493","Line":"1","Company":"1","F_Line":"7","Comment":"Delivery/Turn Around Time: Ships out 1 week after we","Loc":"Y"},{"Quote":"218493","Line":"1","Company":"1","F_Line":"8","Comment":"receive the table.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-06 15:13:27.565 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218493-11062024151327.txt === {"quote":"218493","customer":"13170","name":null,"customerName":"Morris South (NC)","comp":"01","open":"0","shipto":"MORRI","shiptoName":"Morris South, LLC","entry_date":"07-09-2024","cust_order_date":"07-09-2024","req_date":"11-23-2024","cust_po":"Delta Conversion GA","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"AM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Burdett","drop_po":"","status":"0","user":"mattm","conv_order":"","time":"14:35","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"David Burdett","follow_phone":"(470) 372-7847","follow_email":"dkburdett@morrissouth.com","pic_user":"oenm","total_amt":"9000.00","total_gp":"9000.00","total_gpm":"100.00","rev_type":"RT","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"218493","line":"0","data":"07-09-2024 14:38 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":218493,"Line":0,"Comment":"08/08/2024 12:33 PM - oenm - F/U changed from 08/24/2024 to 9/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218493,"Line":1,"Comment":"08/08/2024 12:33 PM - oenm - CLO changed from 08/24/2024 to 09/16/2024 (CLO Date Updated)"},{"comp":1,"quote":218493,"Line":2,"Comment":"08/08/2024 12:33 PM - oenm - Req Date changed from 08/30/2024 to 09/23/2024 (Req Date Updated)"},{"comp":1,"quote":218493,"Line":3,"Comment":"09/24/2024 9:26 AM - oenm - F/U changed from 09/16/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218493,"Line":4,"Comment":"09/24/2024 9:26 AM - oenm - CLO changed from 09/16/2024 to 10/12/2024 (CLO Date Updated)"},{"comp":1,"quote":218493,"Line":5,"Comment":"09/24/2024 9:26 AM - oenm - Req Date changed from 09/23/2024 to 10/19/2024 (Req Date Updated)"},{"comp":1,"quote":218493,"Line":6,"Comment":"10/04/2024 11:11 AM - oenm - F/U changed from 10/05/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218493,"Line":7,"Comment":"10/11/2024 12:46 PM - oenm - F/U changed from 10/12/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218493,"Line":8,"Comment":"10/11/2024 12:46 PM - oenm - CLO changed from 10/12/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":218493,"Line":9,"Comment":"10/11/2024 12:46 PM - oenm - Req Date changed from 10/19/2024 to 10/26/2024 (Req Date Updated)"},{"comp":1,"quote":218493,"Line":10,"Comment":"10/18/2024 5:03 PM - oenm - F/U changed from 10/19/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218493,"Line":11,"Comment":"10/18/2024 5:03 PM - oenm - CLO changed from 10/19/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":218493,"Line":12,"Comment":"11/06/2024 4:13 PM - oenm - F/U changed from 11/09/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218493,"Line":13,"Comment":"11/06/2024 4:13 PM - oenm - CLO changed from 11/09/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":218493,"Line":14,"Comment":"11/06/2024 4:13 PM - oenm - Req Date changed from 10/26/2024 to 11/23/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"218493","line":"1","part":"RT-MODIFICATION","qty":"1","price":"9000.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"218493","Line":"1","Company":"1","F_Line":"1","Comment":"Conversion: CNC401","Loc":"Y"},{"Quote":"218493","Line":"1","Company":"1","F_Line":"2","Comment":"Serial 10339 from Mazak VTC200B with Mazatrol 640M","Loc":"Y"},{"Quote":"218493","Line":"1","Company":"1","F_Line":"3","Comment":"to Okuma Genos M560 Serial Number 256130 with OSP300","Loc":"Y"},{"Quote":"218493","Line":"1","Company":"1","F_Line":"4","Comment":"This quote doe not include any repairs for the table","Loc":"Y"},{"Quote":"218493","Line":"1","Company":"1","F_Line":"5","Comment":"Lyndex Nikken will contact Morris South if there are","Loc":"Y"},{"Quote":"218493","Line":"1","Company":"1","F_Line":"6","Comment":"any repairs required.","Loc":"Y"},{"Quote":"218493","Line":"1","Company":"1","F_Line":"7","Comment":"Delivery/Turn Around Time: Ships out 1 week after we","Loc":"Y"},{"Quote":"218493","Line":"1","Company":"1","F_Line":"8","Comment":"receive the table.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-06 15:13:34.767 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223904-11062024151334.txt === {"quote":"223904","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"BANDT","shiptoName":"B&T Arms","entry_date":"11-04-2024","cust_order_date":"11-04-2024","req_date":"11-25-2024","cust_po":"BMT55-C4Z-ICE-85","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Jack Gay","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"14:45","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Jack Gay","follow_phone":"941-739-6566","follow_email":"jack@afi-tools.com","pic_user":"oenm","total_amt":"3568.82","total_gp":"540.15","total_gpm":"15.14","rev_type":"LT","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-25-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223904","line":"1","part":"BMT55-C4Z-ICE-85","qty":"1","price":"5948.04","uom":"EA","discount":"40.00","req_date":"End November","branch":"1"},{"comp":"01","order":"223904","line":"5","part":"PROMOTION-LT-AFI","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-06 15:13:44.672 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223904-11062024151344.txt === {"quote":"223904","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"BANDT","shiptoName":"B&T Arms","entry_date":"11-04-2024","cust_order_date":"11-04-2024","req_date":"11-25-2024","cust_po":"BMT55-C4Z-ICE-85","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Jack Gay","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"14:45","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Jack Gay","follow_phone":"941-739-6566","follow_email":"jack@afi-tools.com","pic_user":"oenm","total_amt":"3568.82","total_gp":"540.15","total_gpm":"15.14","rev_type":"LT","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-23-2024","notes":[],"crmnotes":[{"comp":1,"quote":223904,"Line":0,"Comment":"11/06/2024 4:13 PM - oenm - F/U changed from 11/10/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223904,"Line":1,"Comment":"11/06/2024 4:13 PM - oenm - CLO changed from 11/25/2024 to 11/23/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223904","line":"1","part":"BMT55-C4Z-ICE-85","qty":"1","price":"5948.04","uom":"EA","discount":"40.00","req_date":"End November","branch":"1"},{"comp":"01","order":"223904","line":"5","part":"PROMOTION-LT-AFI","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-06 15:13:53.926 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223904-11062024151353.txt === {"quote":"223904","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"BANDT","shiptoName":"B&T Arms","entry_date":"11-04-2024","cust_order_date":"11-04-2024","req_date":"11-23-2024","cust_po":"BMT55-C4Z-ICE-85","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Jack Gay","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"14:45","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Jack Gay","follow_phone":"941-739-6566","follow_email":"jack@afi-tools.com","pic_user":"oenm","total_amt":"3568.82","total_gp":"540.15","total_gpm":"15.14","rev_type":"LT","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-23-2024","notes":[],"crmnotes":[{"comp":1,"quote":223904,"Line":0,"Comment":"11/06/2024 4:13 PM - oenm - F/U changed from 11/10/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223904,"Line":1,"Comment":"11/06/2024 4:13 PM - oenm - CLO changed from 11/25/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":223904,"Line":2,"Comment":"11/06/2024 4:13 PM - oenm - Req Date changed from 11/25/2024 to 11/23/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223904","line":"1","part":"BMT55-C4Z-ICE-85","qty":"1","price":"5948.04","uom":"EA","discount":"40.00","req_date":"End November","branch":"1"},{"comp":"01","order":"223904","line":"5","part":"PROMOTION-LT-AFI","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-06 15:14:00.270 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222879-11062024151400.txt === {"quote":"222879","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"GERRESCH","shiptoName":"Gerresheimer Medical Systems","entry_date":"10-11-2024","cust_order_date":"10-11-2024","req_date":"11-22-2024","cust_po":"Rotary Table NCT200","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"David Lipscomb","drop_po":"","status":"0","user":"oenm","conv_order":"","time":"10:12","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"David Lipscomb","follow_phone":"678-727-6167","follow_email":"d.lipscomb@appliedmachine.com","pic_user":"oenm","total_amt":"15235.5","total_gp":"15235.50","total_gpm":"100.00","rev_type":"RT","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-11-2024","notes":[{"comp":"1","quote":"222879","line":"0","data":"10-11-2024 10:15 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"222879","line":"1","part":"NCT200YA-M","qty":"1","price":"20265.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222879","line":"2","part":"RT-ACCS-CABLE","qty":"1","price":"1500.00","uom":"EA","discount":"30.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222879","Line":"2","Company":"1","F_Line":"1","Comment":"Cable set- power/feedbackcable from RT to machine tool","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-06 15:14:07.996 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222879-11062024151407.txt === {"quote":"222879","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"GERRESCH","shiptoName":"Gerresheimer Medical Systems","entry_date":"10-11-2024","cust_order_date":"10-11-2024","req_date":"11-22-2024","cust_po":"Rotary Table NCT200","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"David Lipscomb","drop_po":"","status":"0","user":"oenm","conv_order":"","time":"10:12","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"David Lipscomb","follow_phone":"678-727-6167","follow_email":"d.lipscomb@appliedmachine.com","pic_user":"oenm","total_amt":"15235.5","total_gp":"15235.50","total_gpm":"100.00","rev_type":"RT","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"222879","line":"0","data":"10-11-2024 10:15 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222879,"Line":0,"Comment":"11/06/2024 4:13 PM - oenm - F/U changed from 11/11/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222879,"Line":1,"Comment":"11/06/2024 4:14 PM - oenm - CLO changed from 11/11/2024 to 11/16/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222879","line":"1","part":"NCT200YA-M","qty":"1","price":"20265.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222879","line":"2","part":"RT-ACCS-CABLE","qty":"1","price":"1500.00","uom":"EA","discount":"30.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222879","Line":"2","Company":"1","F_Line":"1","Comment":"Cable set- power/feedbackcable from RT to machine tool","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-06 15:14:12.081 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222889-11062024151411.txt === {"quote":"222889","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"GERRESCH","shiptoName":"Gerresheimer Medical Systems","entry_date":"10-11-2024","cust_order_date":"10-11-2024","req_date":"11-22-2024","cust_po":"RT nct200","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"David Lipscomb","drop_po":"","status":"0","user":"oenm","conv_order":"","time":"11:27","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"David Lipscomb","follow_phone":"678-727-6167","follow_email":"d.lipscomb@appliedmachine.com","pic_user":"oenm","total_amt":"15235.5","total_gp":"15235.50","total_gpm":"100.00","rev_type":"RT","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-11-2024","notes":[{"comp":"1","quote":"222889","line":"0","data":"10-11-2024 11:28 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"222889","line":"1","part":"NCT200YA-M","qty":"1","price":"20265.00","uom":"EA","discount":"30.00","req_date":"stock 2-3 weeks ARO","branch":"1"},{"comp":"01","order":"222889","line":"2","part":"RT-ACCS-CABLE","qty":"1","price":"1500.00","uom":"EA","discount":"30.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222889","Line":"2","Company":"1","F_Line":"1","Comment":"Power/Feedback cable from RT to machinetool- cable set","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-06 15:14:22.656 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222889-11062024151422.txt === {"quote":"222889","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"GERRESCH","shiptoName":"Gerresheimer Medical Systems","entry_date":"10-11-2024","cust_order_date":"10-11-2024","req_date":"11-22-2024","cust_po":"RT nct200","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"David Lipscomb","drop_po":"","status":"0","user":"oenm","conv_order":"","time":"11:27","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"David Lipscomb","follow_phone":"678-727-6167","follow_email":"d.lipscomb@appliedmachine.com","pic_user":"oenm","total_amt":"15235.5","total_gp":"15235.50","total_gpm":"100.00","rev_type":"RT","mod_date":"11-06-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"222889","line":"0","data":"10-11-2024 11:28 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222889,"Line":0,"Comment":"11/06/2024 4:14 PM - oenm - F/U changed from 11/11/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222889,"Line":1,"Comment":"11/06/2024 4:14 PM - oenm - CLO changed from 11/11/2024 to 11/16/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222889","line":"1","part":"NCT200YA-M","qty":"1","price":"20265.00","uom":"EA","discount":"30.00","req_date":"stock 2-3 weeks ARO","branch":"1"},{"comp":"01","order":"222889","line":"2","part":"RT-ACCS-CABLE","qty":"1","price":"1500.00","uom":"EA","discount":"30.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222889","Line":"2","Company":"1","F_Line":"1","Comment":"Power/Feedback cable from RT to machinetool- cable set","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-06 16:19:32.077 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.3203796437321, -111.964144846529, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.3203796437321, -111.964144846529, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1844998 second/s. 2024-11-06 16:20:22.787 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.3203796437321, -111.964144846529, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.3203796437321, -111.964144846529, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1781235 second/s. 2024-11-06 16:28:21.008 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.3203796437321, -111.964144846529, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.3203796437321, -111.964144846529, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 10 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3574712 second/s. 2024-11-06 16:37:31.391 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.491499, -86.656521, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.491499, -86.656521, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 20 ROWS ONLY Customer and Shipto From Location process took -0.2886918 second/s. 2024-11-06 16:39:03.241 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.4918054561075, -86.6563532328774, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.4918054561075, -86.6563532328774, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2764874 second/s. 2024-11-06 16:39:06.360 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.4918054561075, -86.6563532328774, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.4918054561075, -86.6563532328774, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2066975 second/s. 2024-11-06 16:40:26.617 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\KSETN-0-3258.txt === {"customer":"KSETN","line":"A","dept":"M","name":"Matt Nolen","title":"MPS","phone":"615-672-5117","cell":"615-672-5117","fax":null,"email":"nolen.matt@gmail.com","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3258,"password":null,"webenabled":null,"linkedin":null,"city":"White House","state":"TN","address1":"305 Dee Cee Road","address2":null,"zip":"37188","country":"USA","userid":"gregb","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"ST","Active":"Y","lnrp":"N"} [{"json":{"results":"Contacts","type":"contacts","line":"0"}}] 2024-11-06 16:45:58.156 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\PMCWHITE-0-3258.txt === {"customer":"PMCWHITE","line":"A","dept":"M","name":"Caleb Reeder","title":"PM","phone":"615-672-3103","cell":"615-672-3103","fax":null,"email":"caleb.reeder@pmcclonestar.com","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3258,"password":null,"webenabled":null,"linkedin":null,"city":"White House","state":"TN","address1":"107 SCT Drive","address2":null,"zip":"37188","country":"USA","userid":"gregb","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"ST","Active":"Y","lnrp":"N"} [{"json":{"results":"Contacts","type":"contacts","line":"0"}}] 2024-11-06 17:00:49.702 [INFO] In session is user: mattm 2024-11-06 20:38:38.813 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-06 21:07:55.163 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-06 22:04:00.232 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-06 22:04:07.147 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(37.9914154205825, -84.4007324428152, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(37.9914154205825, -84.4007324428152, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.184125 second/s. 2024-11-06 22:33:54.863 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(41.7311462244941, -87.8353716984689, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(41.7311462244941, -87.8353716984689, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.159395 second/s. 2024-11-06 22:34:12.795 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-213790-11062024223412.txt === {"quote":"213790","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMSCHIL","shiptoName":"Yamazen, Inc.","entry_date":"03-26-2024","cust_order_date":null,"req_date":"01-25-2025","cust_po":"Leslie Mora","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"TD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Leslie Mora","drop_po":"CNC260FA-M VX1000","status":"0","user":"stevel","conv_order":"","time":"10:16","extra":"","follow_up":"11-02-2024","web_id":"","follow_name":"Leslie Mora","follow_phone":"847-882-8800","follow_email":"lesliemora@yamazen.com","pic_user":"joshuav","total_amt":"21950.50","total_gp":"16961.08","total_gpm":"77.27","rev_type":"RT","mod_date":"11-06-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-23-2024","notes":[],"crmnotes":[{"comp":1,"quote":213790,"Line":0,"Comment":"04/15/2024 3:02 PM - stevel - F/U changed from 04/08/2024 to 5/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213790,"Line":1,"Comment":"04/15/2024 3:02 PM - stevel - CLO changed from 04/26/2024 to 05/11/2024 (CLO Date Updated)"},{"comp":1,"quote":213790,"Line":2,"Comment":"04/15/2024 3:02 PM - stevel - TODO: Joshua to follow up"},{"comp":1,"quote":213790,"Line":3,"Comment":"04/15/2024 3:02 PM - stevel - PIC changed from stevel to joshuav"},{"comp":1,"quote":213790,"Line":4,"Comment":"04/30/2024 10:24 AM - joshuav - Req Date changed from 05/07/2024 to 08/03/2024 (Req Date Updated)"},{"comp":1,"quote":213790,"Line":5,"Comment":"04/30/2024 10:25 AM - joshuav - CLO changed from 05/11/2024 to 07/27/2024 (CLO Date Updated)"},{"comp":1,"quote":213790,"Line":6,"Comment":"04/30/2024 10:25 AM - joshuav - F/U changed from 05/11/2024 to 5/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213790,"Line":7,"Comment":"05/17/2024 11:26 AM - joshuav - F/U changed from 05/18/2024 to 6/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213790,"Line":8,"Comment":"06/28/2024 11:08 AM - joshuav - Req Date changed from 08/03/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":213790,"Line":9,"Comment":"06/28/2024 11:08 AM - joshuav - CLO changed from 07/27/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":213790,"Line":10,"Comment":"06/28/2024 11:09 AM - joshuav - F/U changed from 06/29/2024 to 8/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213790,"Line":11,"Comment":"07/31/2024 10:03 AM - joshuav - F/U changed from 08/03/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213790,"Line":12,"Comment":"08/28/2024 7:34 AM - joshuav - Req Date change from 9/28/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":213790,"Line":13,"Comment":"08/28/2024 7:34 AM - joshuav - CLO changed from 9/21/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":213790,"Line":14,"Comment":"08/28/2024 7:34 AM - joshuav - F/U Changed from 8/31/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213790,"Line":15,"Comment":"10/10/2024 7:47 AM - joshuav - F/U Changed from 10/5/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213790,"Line":16,"Comment":"11/06/2024 10:34 PM - joshuav - Req Date change from 11/30/2024 to 1/25/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"213790","line":"1","part":"NCT200FA-M4","qty":"1","price":"19215.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213790","line":"2","part":"TCE-95951-3000R","qty":"1","price":"1063.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213790","line":"3","part":"TCE-95947-3000R","qty":"1","price":"1214.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213790","line":"4","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"8500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"213790","Line":"4","Company":"1","F_Line":"1","Comment":"Installation includes: Drive unit short bar fiber","Loc":"Y"},{"Quote":"213790","Line":"4","Company":"1","F_Line":"2","Comment":"optic cable communications cable bulkhead cables","Loc":"Y"},{"Quote":"213790","Line":"4","Company":"1","F_Line":"3","Comment":"external cables parameter changes service time and","Loc":"Y"},{"Quote":"213790","Line":"4","Company":"1","F_Line":"4","Comment":"travel.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-06 22:34:20.944 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-213790-11062024223420.txt === {"quote":"213790","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMSCHIL","shiptoName":"Yamazen, Inc.","entry_date":"03-26-2024","cust_order_date":null,"req_date":"01-25-2025","cust_po":"Leslie Mora","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"TD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Leslie Mora","drop_po":"CNC260FA-M VX1000","status":"0","user":"stevel","conv_order":"","time":"10:16","extra":"","follow_up":"11-02-2024","web_id":"","follow_name":"Leslie Mora","follow_phone":"847-882-8800","follow_email":"lesliemora@yamazen.com","pic_user":"joshuav","total_amt":"21950.50","total_gp":"16961.08","total_gpm":"77.27","rev_type":"RT","mod_date":"11-06-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"4","win_pct":"20","clo_date":"01-11-2025","notes":[],"crmnotes":[{"comp":1,"quote":213790,"Line":0,"Comment":"04/15/2024 3:02 PM - stevel - F/U changed from 04/08/2024 to 5/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213790,"Line":1,"Comment":"04/15/2024 3:02 PM - stevel - CLO changed from 04/26/2024 to 05/11/2024 (CLO Date Updated)"},{"comp":1,"quote":213790,"Line":2,"Comment":"04/15/2024 3:02 PM - stevel - TODO: Joshua to follow up"},{"comp":1,"quote":213790,"Line":3,"Comment":"04/15/2024 3:02 PM - stevel - PIC changed from stevel to joshuav"},{"comp":1,"quote":213790,"Line":4,"Comment":"04/30/2024 10:24 AM - joshuav - Req Date changed from 05/07/2024 to 08/03/2024 (Req Date Updated)"},{"comp":1,"quote":213790,"Line":5,"Comment":"04/30/2024 10:25 AM - joshuav - CLO changed from 05/11/2024 to 07/27/2024 (CLO Date Updated)"},{"comp":1,"quote":213790,"Line":6,"Comment":"04/30/2024 10:25 AM - joshuav - F/U changed from 05/11/2024 to 5/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213790,"Line":7,"Comment":"05/17/2024 11:26 AM - joshuav - F/U changed from 05/18/2024 to 6/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213790,"Line":8,"Comment":"06/28/2024 11:08 AM - joshuav - Req Date changed from 08/03/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":213790,"Line":9,"Comment":"06/28/2024 11:08 AM - joshuav - CLO changed from 07/27/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":213790,"Line":10,"Comment":"06/28/2024 11:09 AM - joshuav - F/U changed from 06/29/2024 to 8/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213790,"Line":11,"Comment":"07/31/2024 10:03 AM - joshuav - F/U changed from 08/03/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213790,"Line":12,"Comment":"08/28/2024 7:34 AM - joshuav - Req Date change from 9/28/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":213790,"Line":13,"Comment":"08/28/2024 7:34 AM - joshuav - CLO changed from 9/21/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":213790,"Line":14,"Comment":"08/28/2024 7:34 AM - joshuav - F/U Changed from 8/31/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213790,"Line":15,"Comment":"10/10/2024 7:47 AM - joshuav - F/U Changed from 10/5/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213790,"Line":16,"Comment":"11/06/2024 10:34 PM - joshuav - Req Date change from 11/30/2024 to 1/25/2025 (Req Date Updated)"},{"comp":1,"quote":213790,"Line":17,"Comment":"11/06/2024 10:34 PM - joshuav - CLO changed from 11/23/2024 to 1/11/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"213790","line":"1","part":"NCT200FA-M4","qty":"1","price":"19215.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213790","line":"2","part":"TCE-95951-3000R","qty":"1","price":"1063.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213790","line":"3","part":"TCE-95947-3000R","qty":"1","price":"1214.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213790","line":"4","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"8500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"213790","Line":"4","Company":"1","F_Line":"1","Comment":"Installation includes: Drive unit short bar fiber","Loc":"Y"},{"Quote":"213790","Line":"4","Company":"1","F_Line":"2","Comment":"optic cable communications cable bulkhead cables","Loc":"Y"},{"Quote":"213790","Line":"4","Company":"1","F_Line":"3","Comment":"external cables parameter changes service time and","Loc":"Y"},{"Quote":"213790","Line":"4","Company":"1","F_Line":"4","Comment":"travel.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-06 22:34:29.950 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-213790-11062024223429.txt === {"quote":"213790","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMSCHIL","shiptoName":"Yamazen, Inc.","entry_date":"03-26-2024","cust_order_date":null,"req_date":"01-25-2025","cust_po":"Leslie Mora","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"TD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Leslie Mora","drop_po":"CNC260FA-M VX1000","status":"0","user":"stevel","conv_order":"","time":"10:16","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Leslie Mora","follow_phone":"847-882-8800","follow_email":"lesliemora@yamazen.com","pic_user":"joshuav","total_amt":"21950.50","total_gp":"16961.08","total_gpm":"77.27","rev_type":"RT","mod_date":"11-06-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"4","win_pct":"20","clo_date":"01-11-2025","notes":[],"crmnotes":[{"comp":1,"quote":213790,"Line":0,"Comment":"04/15/2024 3:02 PM - stevel - F/U changed from 04/08/2024 to 5/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213790,"Line":1,"Comment":"04/15/2024 3:02 PM - stevel - CLO changed from 04/26/2024 to 05/11/2024 (CLO Date Updated)"},{"comp":1,"quote":213790,"Line":2,"Comment":"04/15/2024 3:02 PM - stevel - TODO: Joshua to follow up"},{"comp":1,"quote":213790,"Line":3,"Comment":"04/15/2024 3:02 PM - stevel - PIC changed from stevel to joshuav"},{"comp":1,"quote":213790,"Line":4,"Comment":"04/30/2024 10:24 AM - joshuav - Req Date changed from 05/07/2024 to 08/03/2024 (Req Date Updated)"},{"comp":1,"quote":213790,"Line":5,"Comment":"04/30/2024 10:25 AM - joshuav - CLO changed from 05/11/2024 to 07/27/2024 (CLO Date Updated)"},{"comp":1,"quote":213790,"Line":6,"Comment":"04/30/2024 10:25 AM - joshuav - F/U changed from 05/11/2024 to 5/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213790,"Line":7,"Comment":"05/17/2024 11:26 AM - joshuav - F/U changed from 05/18/2024 to 6/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213790,"Line":8,"Comment":"06/28/2024 11:08 AM - joshuav - Req Date changed from 08/03/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":213790,"Line":9,"Comment":"06/28/2024 11:08 AM - joshuav - CLO changed from 07/27/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":213790,"Line":10,"Comment":"06/28/2024 11:09 AM - joshuav - F/U changed from 06/29/2024 to 8/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213790,"Line":11,"Comment":"07/31/2024 10:03 AM - joshuav - F/U changed from 08/03/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213790,"Line":12,"Comment":"08/28/2024 7:34 AM - joshuav - Req Date change from 9/28/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":213790,"Line":13,"Comment":"08/28/2024 7:34 AM - joshuav - CLO changed from 9/21/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":213790,"Line":14,"Comment":"08/28/2024 7:34 AM - joshuav - F/U Changed from 8/31/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213790,"Line":15,"Comment":"10/10/2024 7:47 AM - joshuav - F/U Changed from 10/5/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213790,"Line":16,"Comment":"11/06/2024 10:34 PM - joshuav - Req Date change from 11/30/2024 to 1/25/2025 (Req Date Updated)"},{"comp":1,"quote":213790,"Line":17,"Comment":"11/06/2024 10:34 PM - joshuav - CLO changed from 11/23/2024 to 1/11/2025 (CLO Date Updated)"},{"comp":1,"quote":213790,"Line":18,"Comment":"11/06/2024 10:34 PM - joshuav - F/U Changed from 11/2/2024 to 11/30/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"213790","line":"1","part":"NCT200FA-M4","qty":"1","price":"19215.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213790","line":"2","part":"TCE-95951-3000R","qty":"1","price":"1063.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213790","line":"3","part":"TCE-95947-3000R","qty":"1","price":"1214.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213790","line":"4","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"8500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"213790","Line":"4","Company":"1","F_Line":"1","Comment":"Installation includes: Drive unit short bar fiber","Loc":"Y"},{"Quote":"213790","Line":"4","Company":"1","F_Line":"2","Comment":"optic cable communications cable bulkhead cables","Loc":"Y"},{"Quote":"213790","Line":"4","Company":"1","F_Line":"3","Comment":"external cables parameter changes service time and","Loc":"Y"},{"Quote":"213790","Line":"4","Company":"1","F_Line":"4","Comment":"travel.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-06 22:34:46.886 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219522-11062024223446.txt === {"quote":"219522","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMAZDIV","shiptoName":"Yamazen, Inc. Tooling Div","entry_date":"07-31-2024","cust_order_date":"07-31-2024","req_date":"01-04-2025","cust_po":"","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Angie Ibarra","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"15:35","extra":"","follow_up":"11-02-2024","web_id":"","follow_name":"Angie Ibarra","follow_phone":"847-882-9056","follow_email":"angieibarra@yamazen.com","pic_user":"joshuav","total_amt":"4491.03","total_gp":"2068.14","total_gpm":"46.05","rev_type":"STD","mod_date":"11-06-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"63","win_pct":"20","clo_date":"11-23-2024","notes":[{"comp":"1","quote":"219522","line":"2","data":"07-31-2024 16:10 - Discounts Recalculated QS"},{"comp":"1","quote":"219522","line":"1","data":"07-31-2024 16:07 - Discounts Recalculated QS"},{"comp":"1","quote":"219522","line":"0","data":"07-31-2024 15:44 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":219522,"Line":0,"Comment":"08/03/2024 10:27 AM - joshuav - F/U Changed from 8/6/2024 to 8/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219522,"Line":1,"Comment":"08/21/2024 8:27 AM - joshuav - F/U changed from 08/24/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219522,"Line":2,"Comment":"08/21/2024 8:27 AM - joshuav - CLO changed from 08/31/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":219522,"Line":3,"Comment":"08/21/2024 8:27 AM - joshuav - Req Date changed from 09/11/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":219522,"Line":4,"Comment":"09/21/2024 11:54 AM - joshuav - Req Date change from 11/9/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":219522,"Line":5,"Comment":"09/21/2024 11:54 AM - joshuav - CLO changed from 11/2/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":219522,"Line":6,"Comment":"09/21/2024 11:54 AM - joshuav - F/U Changed from 9/21/2024 to 10/12/2024 (Follow Up in 3 Weeks)"},{"comp":1,"quote":219522,"Line":7,"Comment":"10/11/2024 3:58 PM - joshuav - F/U changed from 10/12/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219522,"Line":8,"Comment":"11/06/2024 10:34 PM - joshuav - Req Date change from 11/30/2024 to 1/4/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"219522","line":"1","part":"NB3007-0016-5.00G","qty":"26","price":"282.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219522","line":"2","part":"NB3007-0032-5.00G","qty":"1","price":"311.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219522","line":"3","part":"E32-787","qty":"1","price":"52.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219522","line":"4","part":"B30-6000-EU","qty":"27","price":"26.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219522","line":"5","part":"E16-006","qty":"1","price":"46.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219522","line":"6","part":"E16-010","qty":"3","price":"42.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219522","line":"7","part":"E16-012","qty":"2","price":"42.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219522","line":"8","part":"TQW-E32-G","qty":"1","price":"153.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219522","line":"9","part":"TQW-E16-G","qty":"1","price":"140.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":9}}] 2024-11-06 22:34:52.914 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219522-11062024223452.txt === {"quote":"219522","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMAZDIV","shiptoName":"Yamazen, Inc. Tooling Div","entry_date":"07-31-2024","cust_order_date":"07-31-2024","req_date":"01-04-2025","cust_po":"","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Angie Ibarra","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"15:35","extra":"","follow_up":"11-02-2024","web_id":"","follow_name":"Angie Ibarra","follow_phone":"847-882-9056","follow_email":"angieibarra@yamazen.com","pic_user":"joshuav","total_amt":"4491.03","total_gp":"2068.14","total_gpm":"46.05","rev_type":"STD","mod_date":"11-06-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"63","win_pct":"20","clo_date":"12-28-2024","notes":[{"comp":"1","quote":"219522","line":"2","data":"07-31-2024 16:10 - Discounts Recalculated QS"},{"comp":"1","quote":"219522","line":"1","data":"07-31-2024 16:07 - Discounts Recalculated QS"},{"comp":"1","quote":"219522","line":"0","data":"07-31-2024 15:44 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":219522,"Line":0,"Comment":"08/03/2024 10:27 AM - joshuav - F/U Changed from 8/6/2024 to 8/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219522,"Line":1,"Comment":"08/21/2024 8:27 AM - joshuav - F/U changed from 08/24/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219522,"Line":2,"Comment":"08/21/2024 8:27 AM - joshuav - CLO changed from 08/31/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":219522,"Line":3,"Comment":"08/21/2024 8:27 AM - joshuav - Req Date changed from 09/11/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":219522,"Line":4,"Comment":"09/21/2024 11:54 AM - joshuav - Req Date change from 11/9/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":219522,"Line":5,"Comment":"09/21/2024 11:54 AM - joshuav - CLO changed from 11/2/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":219522,"Line":6,"Comment":"09/21/2024 11:54 AM - joshuav - F/U Changed from 9/21/2024 to 10/12/2024 (Follow Up in 3 Weeks)"},{"comp":1,"quote":219522,"Line":7,"Comment":"10/11/2024 3:58 PM - joshuav - F/U changed from 10/12/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219522,"Line":8,"Comment":"11/06/2024 10:34 PM - joshuav - Req Date change from 11/30/2024 to 1/4/2025 (Req Date Updated)"},{"comp":1,"quote":219522,"Line":9,"Comment":"11/06/2024 10:34 PM - joshuav - CLO changed from 11/23/2024 to 12/28/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"219522","line":"1","part":"NB3007-0016-5.00G","qty":"26","price":"282.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219522","line":"2","part":"NB3007-0032-5.00G","qty":"1","price":"311.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219522","line":"3","part":"E32-787","qty":"1","price":"52.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219522","line":"4","part":"B30-6000-EU","qty":"27","price":"26.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219522","line":"5","part":"E16-006","qty":"1","price":"46.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219522","line":"6","part":"E16-010","qty":"3","price":"42.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219522","line":"7","part":"E16-012","qty":"2","price":"42.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219522","line":"8","part":"TQW-E32-G","qty":"1","price":"153.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219522","line":"9","part":"TQW-E16-G","qty":"1","price":"140.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":9}}] 2024-11-06 22:34:58.983 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219522-11062024223458.txt === {"quote":"219522","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMAZDIV","shiptoName":"Yamazen, Inc. Tooling Div","entry_date":"07-31-2024","cust_order_date":"07-31-2024","req_date":"01-04-2025","cust_po":"","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Angie Ibarra","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"15:35","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Angie Ibarra","follow_phone":"847-882-9056","follow_email":"angieibarra@yamazen.com","pic_user":"joshuav","total_amt":"4491.03","total_gp":"2068.14","total_gpm":"46.05","rev_type":"STD","mod_date":"11-06-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"63","win_pct":"20","clo_date":"12-28-2024","notes":[{"comp":"1","quote":"219522","line":"2","data":"07-31-2024 16:10 - Discounts Recalculated QS"},{"comp":"1","quote":"219522","line":"1","data":"07-31-2024 16:07 - Discounts Recalculated QS"},{"comp":"1","quote":"219522","line":"0","data":"07-31-2024 15:44 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":219522,"Line":0,"Comment":"08/03/2024 10:27 AM - joshuav - F/U Changed from 8/6/2024 to 8/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219522,"Line":1,"Comment":"08/21/2024 8:27 AM - joshuav - F/U changed from 08/24/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219522,"Line":2,"Comment":"08/21/2024 8:27 AM - joshuav - CLO changed from 08/31/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":219522,"Line":3,"Comment":"08/21/2024 8:27 AM - joshuav - Req Date changed from 09/11/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":219522,"Line":4,"Comment":"09/21/2024 11:54 AM - joshuav - Req Date change from 11/9/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":219522,"Line":5,"Comment":"09/21/2024 11:54 AM - joshuav - CLO changed from 11/2/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":219522,"Line":6,"Comment":"09/21/2024 11:54 AM - joshuav - F/U Changed from 9/21/2024 to 10/12/2024 (Follow Up in 3 Weeks)"},{"comp":1,"quote":219522,"Line":7,"Comment":"10/11/2024 3:58 PM - joshuav - F/U changed from 10/12/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219522,"Line":8,"Comment":"11/06/2024 10:34 PM - joshuav - Req Date change from 11/30/2024 to 1/4/2025 (Req Date Updated)"},{"comp":1,"quote":219522,"Line":9,"Comment":"11/06/2024 10:34 PM - joshuav - CLO changed from 11/23/2024 to 12/28/2024 (CLO Date Updated)"},{"comp":1,"quote":219522,"Line":10,"Comment":"11/06/2024 10:34 PM - joshuav - F/U Changed from 11/2/2024 to 11/30/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"219522","line":"1","part":"NB3007-0016-5.00G","qty":"26","price":"282.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219522","line":"2","part":"NB3007-0032-5.00G","qty":"1","price":"311.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219522","line":"3","part":"E32-787","qty":"1","price":"52.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219522","line":"4","part":"B30-6000-EU","qty":"27","price":"26.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219522","line":"5","part":"E16-006","qty":"1","price":"46.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219522","line":"6","part":"E16-010","qty":"3","price":"42.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219522","line":"7","part":"E16-012","qty":"2","price":"42.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219522","line":"8","part":"TQW-E32-G","qty":"1","price":"153.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219522","line":"9","part":"TQW-E16-G","qty":"1","price":"140.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":9}}] 2024-11-06 22:35:20.385 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-203897-11062024223520.txt === {"quote":"203897","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMAZDIV","shiptoName":"Yamazen, Inc. Tooling Div","entry_date":"09-13-2023","cust_order_date":"09-13-2023","req_date":"12-28-2024","cust_po":"PBA-170 T-200A","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"TD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Evan Nealt","drop_po":"Brother S700","status":"0","user":"joshuav","conv_order":"","time":"16:09","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Evan Nealt","follow_phone":"(847) 373-2677","follow_email":"evannealt@yamazen.com","pic_user":"joshuav","total_amt":"5604.75","total_gp":"3144.75","total_gpm":"56.11","rev_type":"RT","mod_date":"11-06-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"2","win_pct":"60","clo_date":"12-21-2024","notes":[{"comp":"1","quote":"203897","line":"1","data":"09-13-2023 17:08 - Discounts Recalculated QS"},{"comp":"1","quote":"203897","line":"0","data":"09-13-2023 16:13 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":203897,"Line":0,"Comment":"09/22/2023 3:42 PM - joshuav - F/U changed from 09/26/2023 to 10/14/2023 (Follow Up Manually Changed)"},{"comp":1,"quote":203897,"Line":1,"Comment":"09/22/2023 3:42 PM - joshuav - CLO changed from 10/13/2023 to 12/23/2023 (CLO Date Updated)"},{"comp":1,"quote":203897,"Line":2,"Comment":"09/22/2023 3:42 PM - joshuav - Req Date changed from 10/25/2023 to 12/30/2023 (Req Date Updated)"},{"comp":1,"quote":203897,"Line":3,"Comment":"10/14/2023 4:02 PM - joshuav - F/U Changed from 10/14/2023 to 10/21/2023 (Follow Up in 1 Week)"},{"comp":1,"quote":203897,"Line":4,"Comment":"10/21/2023 8:00 AM - joshuav - F/U Changed from 10/21/2023 to 10/28/2023 (Follow Up in 1 Week)"},{"comp":1,"quote":203897,"Line":5,"Comment":"10/28/2023 10:14 PM - joshuav - F/U Changed from 10/28/2023 to 11/18/2023 (Follow Up in 3 Weeks)"},{"comp":1,"quote":203897,"Line":6,"Comment":"11/18/2023 9:19 AM - joshuav - F/U Changed from 11/18/2023 to 11/25/2023 (Follow Up in 1 Week)"},{"comp":1,"quote":203897,"Line":7,"Comment":"11/25/2023 11:52 PM - joshuav - F/U Changed from 11/25/2023 to 12/2/2023 (Follow Up in 1 Week)"},{"comp":1,"quote":203897,"Line":8,"Comment":"01/22/2024 2:45 PM - joshuav - F/U changed from 01/27/2024 to 2/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":203897,"Line":9,"Comment":"01/22/2024 2:46 PM - joshuav - CLO changed from 02/17/2024 to 05/04/2024 (CLO Date Updated)"},{"comp":1,"quote":203897,"Line":10,"Comment":"01/22/2024 2:46 PM - joshuav - Req Date changed from 02/24/2024 to 05/11/2024 (Req Date Updated)"},{"comp":1,"quote":203897,"Line":11,"Comment":"01/22/2024 2:47 PM - joshuav - Encounter has been added"},{"comp":1,"quote":203897,"Line":12,"Comment":"02/20/2024 9:19 AM - joshuav - F/U changed from 02/24/2024 to 3/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":203897,"Line":13,"Comment":"02/20/2024 9:20 AM - joshuav - Encounter has been added"},{"comp":1,"quote":203897,"Line":14,"Comment":"03/16/2024 8:55 AM - joshuav - Order coming sent Evan updated quote with si plate pricing"},{"comp":1,"quote":203897,"Line":15,"Comment":"03/16/2024 8:56 AM - joshuav - Win% changed from 20 to 60"},{"comp":1,"quote":203897,"Line":16,"Comment":"03/16/2024 8:56 AM - joshuav - F/U Changed from 3/16/2024 to 4/6/2024 (Follow Up in 3 Weeks)"},{"comp":1,"quote":203897,"Line":17,"Comment":"04/06/2024 8:27 PM - joshuav - F/U Changed from 4/6/2024 to 4/27/2024 (Follow Up in 3 Weeks)"},{"comp":1,"quote":203897,"Line":18,"Comment":"04/19/2024 9:07 AM - joshuav - Req Date changed from 05/11/2024 to 07/27/2024 (Req Date Updated)"},{"comp":1,"quote":203897,"Line":19,"Comment":"04/19/2024 9:07 AM - joshuav - CLO changed from 05/04/2024 to 07/20/2024 (CLO Date Updated)"},{"comp":1,"quote":203897,"Line":20,"Comment":"04/19/2024 9:07 AM - joshuav - F/U changed from 04/27/2024 to 5/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":203897,"Line":21,"Comment":"05/17/2024 11:21 AM - joshuav - F/U changed from 05/18/2024 to 6/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":203897,"Line":22,"Comment":"06/06/2024 9:58 AM - joshuav - F/U changed from 06/08/2024 to 7/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":203897,"Line":23,"Comment":"07/02/2024 1:09 PM - joshuav - Req Date changed from 07/27/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":203897,"Line":24,"Comment":"07/02/2024 1:09 PM - joshuav - CLO changed from 07/20/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":203897,"Line":25,"Comment":"07/02/2024 1:09 PM - joshuav - F/U changed from 07/06/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":203897,"Line":26,"Comment":"07/23/2024 1:08 PM - joshuav - F/U changed from 07/27/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":203897,"Line":27,"Comment":"07/23/2024 1:09 PM - joshuav - Encounter has been added"},{"comp":1,"quote":203897,"Line":28,"Comment":"09/01/2024 10:48 AM - joshuav - Req Date change from 9/28/2024 to 12/28/2024 (Req Date Updated)"},{"comp":1,"quote":203897,"Line":29,"Comment":"09/01/2024 10:48 AM - joshuav - CLO changed from 9/21/2024 to 12/21/2024 (CLO Date Updated)"},{"comp":1,"quote":203897,"Line":30,"Comment":"09/01/2024 10:48 AM - joshuav - F/U Changed from 8/31/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":203897,"Line":31,"Comment":"09/08/2024 12:29 PM - joshuav - F/U Changed from 9/7/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":203897,"Line":32,"Comment":"10/10/2024 7:46 AM - joshuav - F/U Changed from 10/5/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":203897,"Line":33,"Comment":"11/06/2024 10:35 PM - joshuav - F/U Changed from 11/2/2024 to 11/23/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"203897","line":"1","part":"PBA-170-MT2-CONF","qty":"1","price":"6793.00","uom":"EA","discount":"25.00","req_date":"1-2 weeks ARO","branch":"1"},{"comp":"01","order":"203897","line":"2","part":"RT-ACCS-SUBPLATE","qty":"1","price":"600.00","uom":"EA","discount":"15.00","req_date":"1-2 wks ARO","branch":"1"}],"qlines":[{"Quote":"203897","Line":"2","Company":"1","F_Line":"1","Comment":"19 mm thick subplate- cust needs to reach 189mm center","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-06 22:35:35.244 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-216177-11062024223535.txt === {"quote":"216177","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMAZDIV","shiptoName":"Yamazen, Inc. Tooling Div","entry_date":"05-15-2024","cust_order_date":"05-15-2024","req_date":"02-15-2025","cust_po":"cnc302fa-m","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Sonia Navarro","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"15:15","extra":"","follow_up":"11-02-2024","web_id":"","follow_name":"Sonia Navarro","follow_phone":"847-882-9056","follow_email":"sonianavarro@yamazen.com","pic_user":"joshuav","total_amt":"26405.00","total_gp":"19337.28","total_gpm":"73.23","rev_type":"RT","mod_date":"11-06-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-23-2024","notes":[{"comp":"1","quote":"216177","line":"0","data":"05-15-2024 15:16 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":216177,"Line":0,"Comment":"05/25/2024 10:48 PM - joshuav - F/U Changed from 5/28/2024 to 6/1/2024 (Follow Up in 1 Week)"},{"comp":1,"quote":216177,"Line":1,"Comment":"05/28/2024 11:30 AM - joshuav - Req Date changed from 06/26/2024 to 08/31/2024 (Req Date Updated)"},{"comp":1,"quote":216177,"Line":2,"Comment":"05/28/2024 11:30 AM - joshuav - CLO changed from 06/15/2024 to 08/24/2024 (CLO Date Updated)"},{"comp":1,"quote":216177,"Line":3,"Comment":"05/28/2024 11:30 AM - joshuav - F/U changed from 06/01/2024 to 7/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216177,"Line":4,"Comment":"07/02/2024 1:11 PM - joshuav - F/U changed from 07/06/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216177,"Line":5,"Comment":"07/26/2024 10:20 PM - joshuav - F/U Changed from 7/27/2024 to 8/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216177,"Line":6,"Comment":"07/31/2024 10:02 AM - joshuav - Req Date changed from 08/31/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":216177,"Line":7,"Comment":"07/31/2024 10:02 AM - joshuav - CLO changed from 08/24/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":216177,"Line":8,"Comment":"07/31/2024 10:02 AM - joshuav - F/U changed from 08/03/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216177,"Line":9,"Comment":"08/28/2024 8:16 AM - joshuav - Req Date change from 9/28/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":216177,"Line":10,"Comment":"08/28/2024 8:16 AM - joshuav - CLO changed from 9/21/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":216177,"Line":11,"Comment":"08/28/2024 8:17 AM - joshuav - F/U Changed from 8/31/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216177,"Line":12,"Comment":"10/20/2024 8:35 PM - joshuav - F/U Changed from 10/19/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216177,"Line":13,"Comment":"11/06/2024 10:35 PM - joshuav - Req Date change from 11/30/2024 to 2/15/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"216177","line":"1","part":"CNC302FA-M","qty":"1","price":"24150.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"216177","line":"2","part":"RT-INSTALLATION","qty":"1","price":"9500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-06 22:35:41.197 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-216177-11062024223540.txt === {"quote":"216177","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMAZDIV","shiptoName":"Yamazen, Inc. Tooling Div","entry_date":"05-15-2024","cust_order_date":"05-15-2024","req_date":"02-15-2025","cust_po":"cnc302fa-m","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Sonia Navarro","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"15:15","extra":"","follow_up":"11-02-2024","web_id":"","follow_name":"Sonia Navarro","follow_phone":"847-882-9056","follow_email":"sonianavarro@yamazen.com","pic_user":"joshuav","total_amt":"26405.00","total_gp":"19337.28","total_gpm":"73.23","rev_type":"RT","mod_date":"11-06-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"2","win_pct":"20","clo_date":"02-08-2025","notes":[{"comp":"1","quote":"216177","line":"0","data":"05-15-2024 15:16 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":216177,"Line":0,"Comment":"05/25/2024 10:48 PM - joshuav - F/U Changed from 5/28/2024 to 6/1/2024 (Follow Up in 1 Week)"},{"comp":1,"quote":216177,"Line":1,"Comment":"05/28/2024 11:30 AM - joshuav - Req Date changed from 06/26/2024 to 08/31/2024 (Req Date Updated)"},{"comp":1,"quote":216177,"Line":2,"Comment":"05/28/2024 11:30 AM - joshuav - CLO changed from 06/15/2024 to 08/24/2024 (CLO Date Updated)"},{"comp":1,"quote":216177,"Line":3,"Comment":"05/28/2024 11:30 AM - joshuav - F/U changed from 06/01/2024 to 7/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216177,"Line":4,"Comment":"07/02/2024 1:11 PM - joshuav - F/U changed from 07/06/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216177,"Line":5,"Comment":"07/26/2024 10:20 PM - joshuav - F/U Changed from 7/27/2024 to 8/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216177,"Line":6,"Comment":"07/31/2024 10:02 AM - joshuav - Req Date changed from 08/31/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":216177,"Line":7,"Comment":"07/31/2024 10:02 AM - joshuav - CLO changed from 08/24/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":216177,"Line":8,"Comment":"07/31/2024 10:02 AM - joshuav - F/U changed from 08/03/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216177,"Line":9,"Comment":"08/28/2024 8:16 AM - joshuav - Req Date change from 9/28/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":216177,"Line":10,"Comment":"08/28/2024 8:16 AM - joshuav - CLO changed from 9/21/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":216177,"Line":11,"Comment":"08/28/2024 8:17 AM - joshuav - F/U Changed from 8/31/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216177,"Line":12,"Comment":"10/20/2024 8:35 PM - joshuav - F/U Changed from 10/19/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216177,"Line":13,"Comment":"11/06/2024 10:35 PM - joshuav - Req Date change from 11/30/2024 to 2/15/2025 (Req Date Updated)"},{"comp":1,"quote":216177,"Line":14,"Comment":"11/06/2024 10:35 PM - joshuav - CLO changed from 11/23/2024 to 2/8/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"216177","line":"1","part":"CNC302FA-M","qty":"1","price":"24150.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"216177","line":"2","part":"RT-INSTALLATION","qty":"1","price":"9500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-06 22:35:47.593 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-216177-11062024223547.txt === {"quote":"216177","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMAZDIV","shiptoName":"Yamazen, Inc. Tooling Div","entry_date":"05-15-2024","cust_order_date":"05-15-2024","req_date":"02-15-2025","cust_po":"cnc302fa-m","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Sonia Navarro","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"15:15","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Sonia Navarro","follow_phone":"847-882-9056","follow_email":"sonianavarro@yamazen.com","pic_user":"joshuav","total_amt":"26405.00","total_gp":"19337.28","total_gpm":"73.23","rev_type":"RT","mod_date":"11-06-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"2","win_pct":"20","clo_date":"02-08-2025","notes":[{"comp":"1","quote":"216177","line":"0","data":"05-15-2024 15:16 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":216177,"Line":0,"Comment":"05/25/2024 10:48 PM - joshuav - F/U Changed from 5/28/2024 to 6/1/2024 (Follow Up in 1 Week)"},{"comp":1,"quote":216177,"Line":1,"Comment":"05/28/2024 11:30 AM - joshuav - Req Date changed from 06/26/2024 to 08/31/2024 (Req Date Updated)"},{"comp":1,"quote":216177,"Line":2,"Comment":"05/28/2024 11:30 AM - joshuav - CLO changed from 06/15/2024 to 08/24/2024 (CLO Date Updated)"},{"comp":1,"quote":216177,"Line":3,"Comment":"05/28/2024 11:30 AM - joshuav - F/U changed from 06/01/2024 to 7/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216177,"Line":4,"Comment":"07/02/2024 1:11 PM - joshuav - F/U changed from 07/06/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216177,"Line":5,"Comment":"07/26/2024 10:20 PM - joshuav - F/U Changed from 7/27/2024 to 8/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216177,"Line":6,"Comment":"07/31/2024 10:02 AM - joshuav - Req Date changed from 08/31/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":216177,"Line":7,"Comment":"07/31/2024 10:02 AM - joshuav - CLO changed from 08/24/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":216177,"Line":8,"Comment":"07/31/2024 10:02 AM - joshuav - F/U changed from 08/03/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216177,"Line":9,"Comment":"08/28/2024 8:16 AM - joshuav - Req Date change from 9/28/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":216177,"Line":10,"Comment":"08/28/2024 8:16 AM - joshuav - CLO changed from 9/21/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":216177,"Line":11,"Comment":"08/28/2024 8:17 AM - joshuav - F/U Changed from 8/31/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216177,"Line":12,"Comment":"10/20/2024 8:35 PM - joshuav - F/U Changed from 10/19/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216177,"Line":13,"Comment":"11/06/2024 10:35 PM - joshuav - Req Date change from 11/30/2024 to 2/15/2025 (Req Date Updated)"},{"comp":1,"quote":216177,"Line":14,"Comment":"11/06/2024 10:35 PM - joshuav - CLO changed from 11/23/2024 to 2/8/2025 (CLO Date Updated)"},{"comp":1,"quote":216177,"Line":15,"Comment":"11/06/2024 10:35 PM - joshuav - F/U Changed from 11/2/2024 to 12/21/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"216177","line":"1","part":"CNC302FA-M","qty":"1","price":"24150.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"216177","line":"2","part":"RT-INSTALLATION","qty":"1","price":"9500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-06 22:36:12.134 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218449-11062024223611.txt === {"quote":"218449","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"WATLBATA","shiptoName":"Cast Aluminum Solutions","entry_date":"07-09-2024","cust_order_date":"07-09-2024","req_date":"12-28-2024","cust_po":"Brother BT30","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Zak Mishinev","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"09:10","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Zak Mishinev","follow_phone":"(248) 946-9187","follow_email":"zakmishinev@yamazen.com","pic_user":"joshuav","total_amt":"11859.00","total_gp":"9223.06","total_gpm":"77.77","rev_type":"ADV","mod_date":"11-06-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"47","win_pct":"68","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":218449,"Line":0,"Comment":"07/13/2024 9:09 AM - joshuav - Req Date change from 8/20/2024 to 10/26/2024 (Req Date Updated)"},{"comp":1,"quote":218449,"Line":1,"Comment":"07/13/2024 9:09 AM - joshuav - CLO changed from 8/9/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":218449,"Line":2,"Comment":"07/13/2024 9:09 AM - joshuav - F/U Changed from 7/15/2024 to 8/3/2024 (Follow Up in 3 Weeks)"},{"comp":1,"quote":218449,"Line":3,"Comment":"07/13/2024 9:09 AM - joshuav - F/U Changed from 7/15/2024 to 8/3/2024 (Follow Up in 3 Weeks)"},{"comp":1,"quote":218449,"Line":4,"Comment":"07/31/2024 10:04 AM - joshuav - F/U changed from 08/03/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218449,"Line":5,"Comment":"08/21/2024 8:30 AM - joshuav - F/U changed from 08/31/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218449,"Line":6,"Comment":"08/21/2024 8:31 AM - joshuav - Win% changed from 20 to 68"},{"comp":1,"quote":218449,"Line":7,"Comment":"09/21/2024 11:56 AM - joshuav - F/U Changed from 9/28/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218449,"Line":8,"Comment":"10/11/2024 3:58 PM - joshuav - F/U changed from 10/12/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218449,"Line":9,"Comment":"10/11/2024 3:58 PM - joshuav - CLO changed from 10/19/2024 to 12/21/2024 (CLO Date Updated)"},{"comp":1,"quote":218449,"Line":10,"Comment":"10/11/2024 3:58 PM - joshuav - Req Date changed from 10/26/2024 to 12/28/2024 (Req Date Updated)"},{"comp":1,"quote":218449,"Line":11,"Comment":"11/06/2024 10:36 PM - joshuav - F/U Changed from 11/2/2024 to 11/30/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"218449","line":"1","part":"BT30-SK10-90","qty":"15","price":"350.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218449","line":"2","part":"BT30-SK16-90","qty":"2","price":"390.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218449","line":"3","part":"BT30-SK25-90","qty":"6","price":"441.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218449","line":"4","part":"B3001-0750-1.19CP","qty":"1","price":"130.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218449","line":"5","part":"SK10-4.5","qty":"4","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218449","line":"6","part":"SK10-4","qty":"1","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218449","line":"7","part":"SK10-5","qty":"2","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218449","line":"8","part":"SK10-9","qty":"3","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218449","line":"9","part":"SK10-9.5","qty":"2","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218449","line":"10","part":"SK10-1/4A","qty":"1","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218449","line":"11","part":"SK10-3/16A","qty":"1","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218449","line":"12","part":"SK10-3/8A","qty":"1","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218449","line":"13","part":"SK16-1/2A","qty":"2","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218449","line":"14","part":"SK25-25.4","qty":"2","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218449","line":"15","part":"SK25-3/4A","qty":"1","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218449","line":"16","part":"NBT30-C3/4-70","qty":"3","price":"528.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":16}}] 2024-11-06 22:36:28.673 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221080-11062024223628.txt === {"quote":"221080","customer":"13712TA","name":null,"customerName":"Morris Midwest (WI-TA)","comp":"01","open":"0","shipto":"CDEGIKKL","shiptoName":"Morris Midwest, LLC.","entry_date":"09-04-2024","cust_order_date":"09-04-2024","req_date":"12-28-2024","cust_po":"jt4","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Steve Lewis","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"09:55","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Steve Lewis","follow_phone":"414-586-0450","follow_email":"slewis@morrismidwest.com","pic_user":"joshuav","total_amt":"684","total_gp":"926.20","total_gpm":"81.25","rev_type":"STD","mod_date":"11-06-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-21-2024","notes":[{"comp":"1","quote":"221080","line":"4","data":"09-04-2024 10:08 - Discounts Recalculated QS"},{"comp":"1","quote":"221080","line":"3","data":"09-04-2024 10:08 - Discounts Recalculated QS"},{"comp":"1","quote":"221080","line":"2","data":"time. Em'd to Joshua."},{"comp":"1","quote":"221080","line":"1","data":"time is end of September. Estimating ~5 Wk lead"},{"comp":"1","quote":"221080","line":"0","data":"09-04-2024 15:08-jennad Added to quote log. MFG"}],"crmnotes":[{"comp":1,"quote":221080,"Line":0,"Comment":"09/08/2024 12:31 PM - joshuav - Req Date change from 10/16/2024 to 12/28/2024 (Req Date Updated)"},{"comp":1,"quote":221080,"Line":1,"Comment":"09/08/2024 12:32 PM - joshuav - CLO changed from 10/4/2024 to 12/21/2024 (CLO Date Updated)"},{"comp":1,"quote":221080,"Line":2,"Comment":"09/08/2024 12:32 PM - joshuav - F/U Changed from 9/10/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221080,"Line":3,"Comment":"10/10/2024 7:50 AM - joshuav - F/U Changed from 10/12/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221080,"Line":4,"Comment":"11/06/2024 10:36 PM - joshuav - F/U Changed from 11/2/2024 to 11/30/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"221080","line":"1","part":"18N","qty":"1","price":"1140.00","uom":"EA","discount":"40.00","req_date":"~5 Weeks","branch":"1"}],"qlines":[{"Quote":"221080","Line":"1","Company":"1","F_Line":"1","Comment":"Please note: This is special non-standard stock. Once","Loc":"Y"},{"Quote":"221080","Line":"1","Company":"1","F_Line":"2","Comment":"a PO is placed it cannot be cancelled or returned.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-06 22:36:47.964 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222048-11062024223647.txt === {"quote":"222048","customer":"1470","name":null,"customerName":"Alwin Machinery Sales LLC","comp":"01","open":"0","shipto":"SALIBAIL","shiptoName":"Saliba Industries","entry_date":"09-25-2024","cust_order_date":"09-25-2024","req_date":"01-04-2025","cust_po":"NMBT40","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Troy Alwin","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"09:57","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Troy Alwin","follow_phone":"(847) 946-1346","follow_email":"talwin@alwinmachinery.com","pic_user":"joshuav","total_amt":"179.0","total_gp":"91.81","total_gpm":"51.29","rev_type":"STD","mod_date":"11-06-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-28-2024","notes":[{"comp":"1","quote":"222048","line":"0","data":"09-25-2024 09:58 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222048,"Line":0,"Comment":"09/30/2024 10:52 AM - joshuav - Req Date changed from 11/06/2024 to 01/04/2025 (Req Date Updated)"},{"comp":1,"quote":222048,"Line":1,"Comment":"09/30/2024 10:52 AM - joshuav - CLO changed from 10/25/2024 to 12/28/2024 (CLO Date Updated)"},{"comp":1,"quote":222048,"Line":2,"Comment":"09/30/2024 10:52 AM - joshuav - F/U changed from 10/01/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222048,"Line":3,"Comment":"11/06/2024 10:36 PM - joshuav - F/U Changed from 11/2/2024 to 12/14/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222048","line":"1","part":"N4006-0125-2.31","qty":"1","price":"179.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222048","line":"2","part":"N4006-0312-2.31","qty":"1","price":"179.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-06 22:37:12.092 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-213958-11062024223711.txt === {"quote":"213958","customer":"13198","name":null,"customerName":"Machinery Source Corporation","comp":"01","open":"0","shipto":"MACHBELV","shiptoName":"Machinery Source Corporation","entry_date":"03-28-2024","cust_order_date":null,"req_date":"02-22-2025","cust_po":"Dennis Visser","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Dennis Visser","drop_po":"NCT200FA-M","status":"0","user":"stevel","conv_order":"","time":"15:32","extra":"","follow_up":"11-02-2024","web_id":"","follow_name":"Dennis Visser","follow_phone":"(815) 597-5677","follow_email":"dennisvisser@machinerysource.com","pic_user":"joshuav","total_amt":"20950.50","total_gp":"16213.06","total_gpm":"77.39","rev_type":"RT","mod_date":"11-06-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-23-2024","notes":[],"crmnotes":[{"comp":1,"quote":213958,"Line":0,"Comment":"04/15/2024 2:57 PM - stevel - CLO changed from 04/28/2024 to 05/04/2024 (CLO Date Updated)"},{"comp":1,"quote":213958,"Line":1,"Comment":"04/15/2024 2:57 PM - stevel - F/U changed from 04/10/2024 to 5/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213958,"Line":2,"Comment":"04/15/2024 2:57 PM - stevel - TODO: Joshua to follow up"},{"comp":1,"quote":213958,"Line":3,"Comment":"04/15/2024 2:58 PM - stevel - PIC changed from stevel to joshuav"},{"comp":1,"quote":213958,"Line":4,"Comment":"04/26/2024 4:54 PM - joshuav - Req Date changed from 05/09/2024 to 07/13/2024 (Req Date Updated)"},{"comp":1,"quote":213958,"Line":5,"Comment":"04/26/2024 4:54 PM - joshuav - CLO changed from 05/04/2024 to 07/06/2024 (CLO Date Updated)"},{"comp":1,"quote":213958,"Line":6,"Comment":"04/26/2024 4:54 PM - joshuav - F/U changed from 05/04/2024 to 5/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213958,"Line":7,"Comment":"05/17/2024 11:22 AM - joshuav - F/U changed from 05/18/2024 to 6/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213958,"Line":8,"Comment":"06/06/2024 10:02 AM - joshuav - F/U changed from 06/08/2024 to 6/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213958,"Line":9,"Comment":"06/21/2024 7:52 AM - joshuav - F/U Changed from 6/22/2024 to 6/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213958,"Line":10,"Comment":"06/28/2024 11:04 AM - joshuav - Req Date changed from 07/13/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":213958,"Line":11,"Comment":"06/28/2024 11:04 AM - joshuav - CLO changed from 07/06/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":213958,"Line":12,"Comment":"06/28/2024 11:04 AM - joshuav - F/U changed from 06/29/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213958,"Line":13,"Comment":"07/23/2024 1:02 PM - joshuav - Encounter has been added"},{"comp":1,"quote":213958,"Line":14,"Comment":"07/23/2024 1:09 PM - joshuav - F/U changed from 07/27/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213958,"Line":15,"Comment":"08/28/2024 7:35 AM - joshuav - Req Date change from 9/28/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":213958,"Line":16,"Comment":"08/28/2024 7:35 AM - joshuav - CLO changed from 9/21/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":213958,"Line":17,"Comment":"08/28/2024 7:35 AM - joshuav - F/U Changed from 8/31/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213958,"Line":18,"Comment":"10/10/2024 7:48 AM - joshuav - F/U Changed from 10/5/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213958,"Line":19,"Comment":"11/06/2024 10:37 PM - joshuav - Req Date change from 11/30/2024 to 2/22/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"213958","line":"1","part":"NCT200FA-M4","qty":"1","price":"19215.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213958","line":"2","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"7500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-06 22:37:18.539 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-213958-11062024223718.txt === {"quote":"213958","customer":"13198","name":null,"customerName":"Machinery Source Corporation","comp":"01","open":"0","shipto":"MACHBELV","shiptoName":"Machinery Source Corporation","entry_date":"03-28-2024","cust_order_date":null,"req_date":"02-22-2025","cust_po":"Dennis Visser","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Dennis Visser","drop_po":"NCT200FA-M","status":"0","user":"stevel","conv_order":"","time":"15:32","extra":"","follow_up":"11-02-2024","web_id":"","follow_name":"Dennis Visser","follow_phone":"(815) 597-5677","follow_email":"dennisvisser@machinerysource.com","pic_user":"joshuav","total_amt":"20950.50","total_gp":"16213.06","total_gpm":"77.39","rev_type":"RT","mod_date":"11-06-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"2","win_pct":"20","clo_date":"02-08-2025","notes":[],"crmnotes":[{"comp":1,"quote":213958,"Line":0,"Comment":"04/15/2024 2:57 PM - stevel - CLO changed from 04/28/2024 to 05/04/2024 (CLO Date Updated)"},{"comp":1,"quote":213958,"Line":1,"Comment":"04/15/2024 2:57 PM - stevel - F/U changed from 04/10/2024 to 5/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213958,"Line":2,"Comment":"04/15/2024 2:57 PM - stevel - TODO: Joshua to follow up"},{"comp":1,"quote":213958,"Line":3,"Comment":"04/15/2024 2:58 PM - stevel - PIC changed from stevel to joshuav"},{"comp":1,"quote":213958,"Line":4,"Comment":"04/26/2024 4:54 PM - joshuav - Req Date changed from 05/09/2024 to 07/13/2024 (Req Date Updated)"},{"comp":1,"quote":213958,"Line":5,"Comment":"04/26/2024 4:54 PM - joshuav - CLO changed from 05/04/2024 to 07/06/2024 (CLO Date Updated)"},{"comp":1,"quote":213958,"Line":6,"Comment":"04/26/2024 4:54 PM - joshuav - F/U changed from 05/04/2024 to 5/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213958,"Line":7,"Comment":"05/17/2024 11:22 AM - joshuav - F/U changed from 05/18/2024 to 6/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213958,"Line":8,"Comment":"06/06/2024 10:02 AM - joshuav - F/U changed from 06/08/2024 to 6/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213958,"Line":9,"Comment":"06/21/2024 7:52 AM - joshuav - F/U Changed from 6/22/2024 to 6/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213958,"Line":10,"Comment":"06/28/2024 11:04 AM - joshuav - Req Date changed from 07/13/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":213958,"Line":11,"Comment":"06/28/2024 11:04 AM - joshuav - CLO changed from 07/06/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":213958,"Line":12,"Comment":"06/28/2024 11:04 AM - joshuav - F/U changed from 06/29/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213958,"Line":13,"Comment":"07/23/2024 1:02 PM - joshuav - Encounter has been added"},{"comp":1,"quote":213958,"Line":14,"Comment":"07/23/2024 1:09 PM - joshuav - F/U changed from 07/27/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213958,"Line":15,"Comment":"08/28/2024 7:35 AM - joshuav - Req Date change from 9/28/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":213958,"Line":16,"Comment":"08/28/2024 7:35 AM - joshuav - CLO changed from 9/21/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":213958,"Line":17,"Comment":"08/28/2024 7:35 AM - joshuav - F/U Changed from 8/31/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213958,"Line":18,"Comment":"10/10/2024 7:48 AM - joshuav - F/U Changed from 10/5/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213958,"Line":19,"Comment":"11/06/2024 10:37 PM - joshuav - Req Date change from 11/30/2024 to 2/22/2025 (Req Date Updated)"},{"comp":1,"quote":213958,"Line":20,"Comment":"11/06/2024 10:37 PM - joshuav - CLO changed from 11/23/2024 to 2/8/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"213958","line":"1","part":"NCT200FA-M4","qty":"1","price":"19215.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213958","line":"2","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"7500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-06 22:37:34.035 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-213958-11062024223733.txt === {"quote":"213958","customer":"13198","name":null,"customerName":"Machinery Source Corporation","comp":"01","open":"0","shipto":"MACHBELV","shiptoName":"Machinery Source Corporation","entry_date":"03-28-2024","cust_order_date":null,"req_date":"02-22-2025","cust_po":"Dennis Visser","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Dennis Visser","drop_po":"NCT200FA-M","status":"0","user":"stevel","conv_order":"","time":"15:32","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Dennis Visser","follow_phone":"(815) 597-5677","follow_email":"dennisvisser@machinerysource.com","pic_user":"joshuav","total_amt":"20950.50","total_gp":"16213.06","total_gpm":"77.39","rev_type":"RT","mod_date":"11-06-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"2","win_pct":"20","clo_date":"02-08-2025","notes":[],"crmnotes":[{"comp":1,"quote":213958,"Line":0,"Comment":"04/15/2024 2:57 PM - stevel - CLO changed from 04/28/2024 to 05/04/2024 (CLO Date Updated)"},{"comp":1,"quote":213958,"Line":1,"Comment":"04/15/2024 2:57 PM - stevel - F/U changed from 04/10/2024 to 5/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213958,"Line":2,"Comment":"04/15/2024 2:57 PM - stevel - TODO: Joshua to follow up"},{"comp":1,"quote":213958,"Line":3,"Comment":"04/15/2024 2:58 PM - stevel - PIC changed from stevel to joshuav"},{"comp":1,"quote":213958,"Line":4,"Comment":"04/26/2024 4:54 PM - joshuav - Req Date changed from 05/09/2024 to 07/13/2024 (Req Date Updated)"},{"comp":1,"quote":213958,"Line":5,"Comment":"04/26/2024 4:54 PM - joshuav - CLO changed from 05/04/2024 to 07/06/2024 (CLO Date Updated)"},{"comp":1,"quote":213958,"Line":6,"Comment":"04/26/2024 4:54 PM - joshuav - F/U changed from 05/04/2024 to 5/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213958,"Line":7,"Comment":"05/17/2024 11:22 AM - joshuav - F/U changed from 05/18/2024 to 6/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213958,"Line":8,"Comment":"06/06/2024 10:02 AM - joshuav - F/U changed from 06/08/2024 to 6/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213958,"Line":9,"Comment":"06/21/2024 7:52 AM - joshuav - F/U Changed from 6/22/2024 to 6/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213958,"Line":10,"Comment":"06/28/2024 11:04 AM - joshuav - Req Date changed from 07/13/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":213958,"Line":11,"Comment":"06/28/2024 11:04 AM - joshuav - CLO changed from 07/06/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":213958,"Line":12,"Comment":"06/28/2024 11:04 AM - joshuav - F/U changed from 06/29/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213958,"Line":13,"Comment":"07/23/2024 1:02 PM - joshuav - Encounter has been added"},{"comp":1,"quote":213958,"Line":14,"Comment":"07/23/2024 1:09 PM - joshuav - F/U changed from 07/27/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213958,"Line":15,"Comment":"08/28/2024 7:35 AM - joshuav - Req Date change from 9/28/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":213958,"Line":16,"Comment":"08/28/2024 7:35 AM - joshuav - CLO changed from 9/21/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":213958,"Line":17,"Comment":"08/28/2024 7:35 AM - joshuav - F/U Changed from 8/31/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213958,"Line":18,"Comment":"10/10/2024 7:48 AM - joshuav - F/U Changed from 10/5/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213958,"Line":19,"Comment":"11/06/2024 10:37 PM - joshuav - Req Date change from 11/30/2024 to 2/22/2025 (Req Date Updated)"},{"comp":1,"quote":213958,"Line":20,"Comment":"11/06/2024 10:37 PM - joshuav - CLO changed from 11/23/2024 to 2/8/2025 (CLO Date Updated)"},{"comp":1,"quote":213958,"Line":21,"Comment":"11/06/2024 10:37 PM - joshuav - F/U Changed from 11/2/2024 to 11/30/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"213958","line":"1","part":"NCT200FA-M4","qty":"1","price":"19215.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213958","line":"2","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"7500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-06 22:37:59.486 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-203898-11062024223759.txt === {"quote":"203898","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMAZDIV","shiptoName":"Yamazen, Inc. Tooling Div","entry_date":"09-13-2023","cust_order_date":"09-13-2023","req_date":"12-28-2024","cust_po":"P-170S T-200A","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"TD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Evan Nealt","drop_po":"Brother W1000","status":"0","user":"joshuav","conv_order":"","time":"16:14","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Evan Nealt","follow_phone":"(847) 373-2677","follow_email":"evannealt@yamazen.com","pic_user":"joshuav","total_amt":"2566.5","total_gp":"1437.87","total_gpm":"56.02","rev_type":"RT","mod_date":"11-06-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"2","win_pct":"60","clo_date":"12-21-2024","notes":[{"comp":"1","quote":"203898","line":"0","data":"09-13-2023 16:17 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":203898,"Line":0,"Comment":"09/22/2023 3:43 PM - joshuav - Req Date changed from 10/25/2023 to 12/30/2023 (Req Date Updated)"},{"comp":1,"quote":203898,"Line":1,"Comment":"09/22/2023 3:43 PM - joshuav - CLO changed from 10/13/2023 to 12/23/2023 (CLO Date Updated)"},{"comp":1,"quote":203898,"Line":2,"Comment":"09/22/2023 3:43 PM - joshuav - F/U changed from 09/26/2023 to 10/14/2023 (Follow Up Manually Changed)"},{"comp":1,"quote":203898,"Line":3,"Comment":"10/14/2023 11:04 AM - joshuav - F/U Changed from 10/14/2023 to 10/21/2023 (Follow Up in 1 Week)"},{"comp":1,"quote":203898,"Line":4,"Comment":"10/21/2023 8:03 AM - joshuav - F/U Changed from 10/21/2023 to 10/28/2023 (Follow Up in 1 Week)"},{"comp":1,"quote":203898,"Line":5,"Comment":"10/28/2023 10:15 PM - joshuav - F/U Changed from 10/28/2023 to 11/18/2023 (Follow Up in 3 Weeks)"},{"comp":1,"quote":203898,"Line":6,"Comment":"11/18/2023 9:20 AM - joshuav - F/U Changed from 11/18/2023 to 11/25/2023 (Follow Up in 1 Week)"},{"comp":1,"quote":203898,"Line":7,"Comment":"11/25/2023 11:54 PM - joshuav - F/U Changed from 11/25/2023 to 12/2/2023 (Follow Up in 1 Week)"},{"comp":1,"quote":203898,"Line":8,"Comment":"01/22/2024 2:54 PM - joshuav - Req Date changed from 02/24/2024 to 05/11/2024 (Req Date Updated)"},{"comp":1,"quote":203898,"Line":9,"Comment":"01/22/2024 2:54 PM - joshuav - CLO changed from 02/17/2024 to 05/04/2024 (CLO Date Updated)"},{"comp":1,"quote":203898,"Line":10,"Comment":"01/22/2024 2:54 PM - joshuav - F/U changed from 01/27/2024 to 2/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":203898,"Line":11,"Comment":"01/22/2024 2:55 PM - joshuav - Encounter has been added"},{"comp":1,"quote":203898,"Line":12,"Comment":"02/20/2024 9:21 AM - joshuav - F/U changed from 02/24/2024 to 3/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":203898,"Line":13,"Comment":"03/24/2024 8:45 AM - joshuav - F/U Changed from 3/30/2024 to 4/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":203898,"Line":14,"Comment":"04/06/2024 8:27 PM - joshuav - F/U Changed from 4/6/2024 to 4/27/2024 (Follow Up in 3 Weeks)"},{"comp":1,"quote":203898,"Line":15,"Comment":"04/19/2024 9:52 AM - joshuav - Encounter has been added"},{"comp":1,"quote":203898,"Line":16,"Comment":"04/19/2024 9:52 AM - joshuav - Win% changed from 20 to 60"},{"comp":1,"quote":203898,"Line":17,"Comment":"04/19/2024 9:53 AM - joshuav - Req Date changed from 05/11/2024 to 07/06/2024 (Req Date Updated)"},{"comp":1,"quote":203898,"Line":18,"Comment":"04/19/2024 9:53 AM - joshuav - CLO changed from 05/04/2024 to 06/29/2024 (CLO Date Updated)"},{"comp":1,"quote":203898,"Line":19,"Comment":"04/19/2024 9:53 AM - joshuav - F/U changed from 04/27/2024 to 5/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":203898,"Line":20,"Comment":"05/25/2024 10:46 PM - joshuav - F/U Changed from 5/25/2024 to 6/1/2024 (Follow Up in 1 Week)"},{"comp":1,"quote":203898,"Line":21,"Comment":"06/03/2024 2:13 PM - joshuav - F/U Changed from 6/1/2024 to 6/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":203898,"Line":22,"Comment":"06/06/2024 10:01 AM - joshuav - Req Date changed from 07/06/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":203898,"Line":23,"Comment":"06/06/2024 10:01 AM - joshuav - CLO changed from 06/29/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":203898,"Line":24,"Comment":"06/06/2024 10:01 AM - joshuav - F/U changed from 06/08/2024 to 7/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":203898,"Line":25,"Comment":"07/02/2024 1:11 PM - joshuav - F/U changed from 07/06/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":203898,"Line":26,"Comment":"07/23/2024 1:11 PM - joshuav - F/U changed from 07/27/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":203898,"Line":27,"Comment":"09/01/2024 10:47 AM - joshuav - Req Date change from 9/28/2024 to 12/28/2024 (Req Date Updated)"},{"comp":1,"quote":203898,"Line":28,"Comment":"09/01/2024 10:48 AM - joshuav - CLO changed from 9/21/2024 to 12/21/2024 (CLO Date Updated)"},{"comp":1,"quote":203898,"Line":29,"Comment":"09/01/2024 10:48 AM - joshuav - F/U Changed from 8/31/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":203898,"Line":30,"Comment":"09/08/2024 12:29 PM - joshuav - F/U Changed from 9/7/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":203898,"Line":31,"Comment":"10/10/2024 7:49 AM - joshuav - F/U Changed from 10/5/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":203898,"Line":32,"Comment":"11/06/2024 10:37 PM - joshuav - F/U Changed from 11/2/2024 to 11/23/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"203898","line":"1","part":"P-170S","qty":"1","price":"2742.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"203898","line":"2","part":"RT-ACCS-SUBPLATE","qty":"1","price":"600.00","uom":"EA","discount":"15.00","req_date":"1-2 weeks ARO","branch":"1"}],"qlines":[{"Quote":"203898","Line":"2","Company":"1","F_Line":"1","Comment":"19mm thick plate-wants to be at 189 mm center height","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-06 22:39:06.891 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-214133-11062024223906.txt === {"quote":"214133","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMSCHIL","shiptoName":"Yamazen, Inc.","entry_date":"04-03-2024","cust_order_date":"04-03-2024","req_date":"01-11-2025","cust_po":"","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"TD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Angie Ibarra","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"15:55","extra":"","follow_up":"11-02-2024","web_id":"","follow_name":"Angie Ibarra","follow_phone":"847-882-9056","follow_email":"angieibarra@yamazen.com","pic_user":"joshuav","total_amt":"17250","total_gp":"8293.82","total_gpm":"48.08","rev_type":"ADV","mod_date":"11-06-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-23-2024","notes":[{"comp":"1","quote":"214133","line":"0","data":"04-03-2024 15:59 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":214133,"Line":0,"Comment":"04/11/2024 11:13 AM - joshuav - Req Date changed from 05/15/2024 to 08/10/2024 (Req Date Updated)"},{"comp":1,"quote":214133,"Line":1,"Comment":"04/11/2024 11:13 AM - joshuav - CLO changed from 05/03/2024 to 08/03/2024 (CLO Date Updated)"},{"comp":1,"quote":214133,"Line":2,"Comment":"04/11/2024 11:13 AM - joshuav - F/U changed from 04/16/2024 to 5/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214133,"Line":3,"Comment":"05/25/2024 10:47 PM - joshuav - F/U Changed from 5/25/2024 to 6/15/2024 (Follow Up in 3 Weeks)"},{"comp":1,"quote":214133,"Line":4,"Comment":"06/15/2024 4:09 PM - joshuav - F/U Changed from 6/15/2024 to 7/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214133,"Line":5,"Comment":"07/19/2024 10:23 PM - joshuav - F/U Changed from 7/20/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214133,"Line":6,"Comment":"07/23/2024 1:12 PM - joshuav - Req Date changed from 08/10/2024 to 10/26/2024 (Req Date Updated)"},{"comp":1,"quote":214133,"Line":7,"Comment":"07/23/2024 1:12 PM - joshuav - CLO changed from 08/03/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":214133,"Line":8,"Comment":"07/23/2024 1:12 PM - joshuav - F/U changed from 07/27/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214133,"Line":9,"Comment":"08/29/2024 10:37 AM - joshuav - F/U Changed from 8/31/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214133,"Line":10,"Comment":"09/30/2024 10:57 AM - joshuav - Req Date changed from 10/26/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":214133,"Line":11,"Comment":"09/30/2024 10:58 AM - joshuav - CLO changed from 10/19/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":214133,"Line":12,"Comment":"09/30/2024 10:58 AM - joshuav - F/U changed from 09/28/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214133,"Line":13,"Comment":"09/30/2024 10:58 AM - joshuav - Encounter has been added"},{"comp":1,"quote":214133,"Line":14,"Comment":"11/06/2024 10:39 PM - joshuav - Req Date change from 11/30/2024 to 1/11/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"214133","line":"1","part":"PRE-E236PLUS-I30","qty":"1","price":"9500.00","uom":"EA","discount":"25.00","req_date":"In Stock","branch":"1"},{"comp":"01","order":"214133","line":"2","part":"PRE-E346N-I30","qty":"1","price":"13500.00","uom":"EA","discount":"25.00","req_date":"IN STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-06 22:39:12.804 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-214133-11062024223912.txt === {"quote":"214133","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMSCHIL","shiptoName":"Yamazen, Inc.","entry_date":"04-03-2024","cust_order_date":"04-03-2024","req_date":"01-11-2025","cust_po":"","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"TD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Angie Ibarra","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"15:55","extra":"","follow_up":"11-02-2024","web_id":"","follow_name":"Angie Ibarra","follow_phone":"847-882-9056","follow_email":"angieibarra@yamazen.com","pic_user":"joshuav","total_amt":"17250","total_gp":"8293.82","total_gpm":"48.08","rev_type":"ADV","mod_date":"11-06-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"2","win_pct":"20","clo_date":"01-04-2025","notes":[{"comp":"1","quote":"214133","line":"0","data":"04-03-2024 15:59 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":214133,"Line":0,"Comment":"04/11/2024 11:13 AM - joshuav - Req Date changed from 05/15/2024 to 08/10/2024 (Req Date Updated)"},{"comp":1,"quote":214133,"Line":1,"Comment":"04/11/2024 11:13 AM - joshuav - CLO changed from 05/03/2024 to 08/03/2024 (CLO Date Updated)"},{"comp":1,"quote":214133,"Line":2,"Comment":"04/11/2024 11:13 AM - joshuav - F/U changed from 04/16/2024 to 5/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214133,"Line":3,"Comment":"05/25/2024 10:47 PM - joshuav - F/U Changed from 5/25/2024 to 6/15/2024 (Follow Up in 3 Weeks)"},{"comp":1,"quote":214133,"Line":4,"Comment":"06/15/2024 4:09 PM - joshuav - F/U Changed from 6/15/2024 to 7/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214133,"Line":5,"Comment":"07/19/2024 10:23 PM - joshuav - F/U Changed from 7/20/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214133,"Line":6,"Comment":"07/23/2024 1:12 PM - joshuav - Req Date changed from 08/10/2024 to 10/26/2024 (Req Date Updated)"},{"comp":1,"quote":214133,"Line":7,"Comment":"07/23/2024 1:12 PM - joshuav - CLO changed from 08/03/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":214133,"Line":8,"Comment":"07/23/2024 1:12 PM - joshuav - F/U changed from 07/27/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214133,"Line":9,"Comment":"08/29/2024 10:37 AM - joshuav - F/U Changed from 8/31/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214133,"Line":10,"Comment":"09/30/2024 10:57 AM - joshuav - Req Date changed from 10/26/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":214133,"Line":11,"Comment":"09/30/2024 10:58 AM - joshuav - CLO changed from 10/19/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":214133,"Line":12,"Comment":"09/30/2024 10:58 AM - joshuav - F/U changed from 09/28/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214133,"Line":13,"Comment":"09/30/2024 10:58 AM - joshuav - Encounter has been added"},{"comp":1,"quote":214133,"Line":14,"Comment":"11/06/2024 10:39 PM - joshuav - Req Date change from 11/30/2024 to 1/11/2025 (Req Date Updated)"},{"comp":1,"quote":214133,"Line":15,"Comment":"11/06/2024 10:39 PM - joshuav - CLO changed from 11/23/2024 to 1/4/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"214133","line":"1","part":"PRE-E236PLUS-I30","qty":"1","price":"9500.00","uom":"EA","discount":"25.00","req_date":"In Stock","branch":"1"},{"comp":"01","order":"214133","line":"2","part":"PRE-E346N-I30","qty":"1","price":"13500.00","uom":"EA","discount":"25.00","req_date":"IN STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-06 22:39:19.624 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-214133-11062024223919.txt === {"quote":"214133","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMSCHIL","shiptoName":"Yamazen, Inc.","entry_date":"04-03-2024","cust_order_date":"04-03-2024","req_date":"01-11-2025","cust_po":"","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"TD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Angie Ibarra","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"15:55","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Angie Ibarra","follow_phone":"847-882-9056","follow_email":"angieibarra@yamazen.com","pic_user":"joshuav","total_amt":"17250","total_gp":"8293.82","total_gpm":"48.08","rev_type":"ADV","mod_date":"11-06-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"2","win_pct":"20","clo_date":"01-04-2025","notes":[{"comp":"1","quote":"214133","line":"0","data":"04-03-2024 15:59 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":214133,"Line":0,"Comment":"04/11/2024 11:13 AM - joshuav - Req Date changed from 05/15/2024 to 08/10/2024 (Req Date Updated)"},{"comp":1,"quote":214133,"Line":1,"Comment":"04/11/2024 11:13 AM - joshuav - CLO changed from 05/03/2024 to 08/03/2024 (CLO Date Updated)"},{"comp":1,"quote":214133,"Line":2,"Comment":"04/11/2024 11:13 AM - joshuav - F/U changed from 04/16/2024 to 5/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214133,"Line":3,"Comment":"05/25/2024 10:47 PM - joshuav - F/U Changed from 5/25/2024 to 6/15/2024 (Follow Up in 3 Weeks)"},{"comp":1,"quote":214133,"Line":4,"Comment":"06/15/2024 4:09 PM - joshuav - F/U Changed from 6/15/2024 to 7/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214133,"Line":5,"Comment":"07/19/2024 10:23 PM - joshuav - F/U Changed from 7/20/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214133,"Line":6,"Comment":"07/23/2024 1:12 PM - joshuav - Req Date changed from 08/10/2024 to 10/26/2024 (Req Date Updated)"},{"comp":1,"quote":214133,"Line":7,"Comment":"07/23/2024 1:12 PM - joshuav - CLO changed from 08/03/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":214133,"Line":8,"Comment":"07/23/2024 1:12 PM - joshuav - F/U changed from 07/27/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214133,"Line":9,"Comment":"08/29/2024 10:37 AM - joshuav - F/U Changed from 8/31/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214133,"Line":10,"Comment":"09/30/2024 10:57 AM - joshuav - Req Date changed from 10/26/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":214133,"Line":11,"Comment":"09/30/2024 10:58 AM - joshuav - CLO changed from 10/19/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":214133,"Line":12,"Comment":"09/30/2024 10:58 AM - joshuav - F/U changed from 09/28/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214133,"Line":13,"Comment":"09/30/2024 10:58 AM - joshuav - Encounter has been added"},{"comp":1,"quote":214133,"Line":14,"Comment":"11/06/2024 10:39 PM - joshuav - Req Date change from 11/30/2024 to 1/11/2025 (Req Date Updated)"},{"comp":1,"quote":214133,"Line":15,"Comment":"11/06/2024 10:39 PM - joshuav - CLO changed from 11/23/2024 to 1/4/2025 (CLO Date Updated)"},{"comp":1,"quote":214133,"Line":16,"Comment":"11/06/2024 10:39 PM - joshuav - F/U Changed from 11/2/2024 to 12/14/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"214133","line":"1","part":"PRE-E236PLUS-I30","qty":"1","price":"9500.00","uom":"EA","discount":"25.00","req_date":"In Stock","branch":"1"},{"comp":"01","order":"214133","line":"2","part":"PRE-E346N-I30","qty":"1","price":"13500.00","uom":"EA","discount":"25.00","req_date":"IN STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-06 22:39:39.690 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223682-11062024223939.txt === {"quote":"223682","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"AFCOLZ","shiptoName":"AFCO Products, INC","entry_date":"10-30-2024","cust_order_date":"10-30-2024","req_date":"03-15-2025","cust_po":"","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Sonia Navarro","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"07:55","extra":"","follow_up":"11-05-2024","web_id":"","follow_name":"Sonia Navarro","follow_phone":"847-882-9056","follow_email":"sonianavarro@yamazen.com","pic_user":"joshuav","total_amt":"2814.92","total_gp":"1696.12","total_gpm":"60.25","rev_type":"ADV","mod_date":"11-06-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"28","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"223682","line":"1","data":"10-30-2024 07:58 - Discounts Recalculated QS"},{"comp":"1","quote":"223682","line":"0","data":"10-30-2024 07:57 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223682,"Line":0,"Comment":"11/06/2024 10:39 PM - joshuav - Req Date change from 12/11/2024 to 3/15/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"223682","line":"1","part":"SK10-6","qty":"4","price":"67.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223682","line":"2","part":"SK10-4AC","qty":"1","price":"96.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223682","line":"3","part":"SK10-3/16A","qty":"1","price":"67.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223682","line":"4","part":"SK10-1/8A","qty":"1","price":"67.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223682","line":"5","part":"SK10-2","qty":"1","price":"81.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223682","line":"6","part":"SK10-4","qty":"1","price":"67.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223682","line":"7","part":"E25-032(C)","qty":"1","price":"93.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223682","line":"8","part":"SK10-5/16A","qty":"1","price":"67.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223682","line":"9","part":"E20-393","qty":"2","price":"53.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223682","line":"10","part":"SK10-1/8A","qty":"1","price":"67.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223682","line":"11","part":"B3007-0025-2.00","qty":"1","price":"242.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223682","line":"12","part":"B3007-0020-2.50","qty":"2","price":"222.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223682","line":"13","part":"BT30-SK10-60","qty":"11","price":"335.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":13}}] 2024-11-06 22:39:46.773 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223682-11062024223946.txt === {"quote":"223682","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"AFCOLZ","shiptoName":"AFCO Products, INC","entry_date":"10-30-2024","cust_order_date":"10-30-2024","req_date":"03-15-2025","cust_po":"","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Sonia Navarro","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"07:55","extra":"","follow_up":"11-05-2024","web_id":"","follow_name":"Sonia Navarro","follow_phone":"847-882-9056","follow_email":"sonianavarro@yamazen.com","pic_user":"joshuav","total_amt":"2814.92","total_gp":"1696.12","total_gpm":"60.25","rev_type":"ADV","mod_date":"11-06-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"28","win_pct":"20","clo_date":"03-08-2025","notes":[{"comp":"1","quote":"223682","line":"1","data":"10-30-2024 07:58 - Discounts Recalculated QS"},{"comp":"1","quote":"223682","line":"0","data":"10-30-2024 07:57 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223682,"Line":0,"Comment":"11/06/2024 10:39 PM - joshuav - Req Date change from 12/11/2024 to 3/15/2025 (Req Date Updated)"},{"comp":1,"quote":223682,"Line":1,"Comment":"11/06/2024 10:39 PM - joshuav - CLO changed from 11/30/2024 to 3/8/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223682","line":"1","part":"SK10-6","qty":"4","price":"67.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223682","line":"2","part":"SK10-4AC","qty":"1","price":"96.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223682","line":"3","part":"SK10-3/16A","qty":"1","price":"67.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223682","line":"4","part":"SK10-1/8A","qty":"1","price":"67.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223682","line":"5","part":"SK10-2","qty":"1","price":"81.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223682","line":"6","part":"SK10-4","qty":"1","price":"67.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223682","line":"7","part":"E25-032(C)","qty":"1","price":"93.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223682","line":"8","part":"SK10-5/16A","qty":"1","price":"67.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223682","line":"9","part":"E20-393","qty":"2","price":"53.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223682","line":"10","part":"SK10-1/8A","qty":"1","price":"67.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223682","line":"11","part":"B3007-0025-2.00","qty":"1","price":"242.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223682","line":"12","part":"B3007-0020-2.50","qty":"2","price":"222.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223682","line":"13","part":"BT30-SK10-60","qty":"11","price":"335.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":13}}] 2024-11-06 22:39:59.239 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223682-11062024223958.txt === {"quote":"223682","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"AFCOLZ","shiptoName":"AFCO Products, INC","entry_date":"10-30-2024","cust_order_date":"10-30-2024","req_date":"03-15-2025","cust_po":"","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Sonia Navarro","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"07:55","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Sonia Navarro","follow_phone":"847-882-9056","follow_email":"sonianavarro@yamazen.com","pic_user":"joshuav","total_amt":"2814.92","total_gp":"1696.12","total_gpm":"60.25","rev_type":"ADV","mod_date":"11-06-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"28","win_pct":"20","clo_date":"03-08-2025","notes":[{"comp":"1","quote":"223682","line":"1","data":"10-30-2024 07:58 - Discounts Recalculated QS"},{"comp":"1","quote":"223682","line":"0","data":"10-30-2024 07:57 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223682,"Line":0,"Comment":"11/06/2024 10:39 PM - joshuav - Req Date change from 12/11/2024 to 3/15/2025 (Req Date Updated)"},{"comp":1,"quote":223682,"Line":1,"Comment":"11/06/2024 10:39 PM - joshuav - CLO changed from 11/30/2024 to 3/8/2025 (CLO Date Updated)"},{"comp":1,"quote":223682,"Line":2,"Comment":"11/06/2024 10:39 PM - joshuav - F/U Changed from 11/5/2024 to 12/28/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223682","line":"1","part":"SK10-6","qty":"4","price":"67.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223682","line":"2","part":"SK10-4AC","qty":"1","price":"96.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223682","line":"3","part":"SK10-3/16A","qty":"1","price":"67.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223682","line":"4","part":"SK10-1/8A","qty":"1","price":"67.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223682","line":"5","part":"SK10-2","qty":"1","price":"81.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223682","line":"6","part":"SK10-4","qty":"1","price":"67.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223682","line":"7","part":"E25-032(C)","qty":"1","price":"93.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223682","line":"8","part":"SK10-5/16A","qty":"1","price":"67.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223682","line":"9","part":"E20-393","qty":"2","price":"53.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223682","line":"10","part":"SK10-1/8A","qty":"1","price":"67.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223682","line":"11","part":"B3007-0025-2.00","qty":"1","price":"242.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223682","line":"12","part":"B3007-0020-2.50","qty":"2","price":"222.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223682","line":"13","part":"BT30-SK10-60","qty":"11","price":"335.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":13}}] 2024-11-06 22:40:19.123 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223716-11062024224018.txt === {"quote":"223716","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"AFCOLZ","shiptoName":"AFCO Products, INC","entry_date":"10-30-2024","cust_order_date":"03-03-2021","req_date":"03-01-2025","cust_po":"Brother TC","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"13:33","extra":"","follow_up":"11-06-2024","web_id":"","follow_name":"Ron Dotson","follow_phone":"","follow_email":"@","pic_user":"joshuav","total_amt":"3257.62","total_gp":"2044.19","total_gpm":"62.75","rev_type":"ADV","mod_date":"11-06-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"42","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"223716","line":"1","data":"10-30-2024 13:37 - Discounts Recalculated"},{"comp":"1","quote":"223716","line":"0","data":"10-30-2024 13:35 - Discounts Recalculated"}],"crmnotes":[{"comp":1,"quote":223716,"Line":0,"Comment":"11/06/2024 10:40 PM - joshuav - Req Date change from 11/30/2024 to 3/1/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"223716","line":"1","part":"BT30-SK10-60","qty":"10","price":"290.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223716","line":"2","part":"B3007-0020-2.50","qty":"2","price":"193.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223716","line":"3","part":"B3007-0025-2.00","qty":"1","price":"218.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223716","line":"4","part":"SK10-6","qty":"8","price":"55.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223716","line":"5","part":"SK10-6AC","qty":"2","price":"78.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223716","line":"6","part":"SK10-4","qty":"2","price":"55.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223716","line":"7","part":"SK10-4AC","qty":"2","price":"78.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223716","line":"8","part":"SK10-1/8A","qty":"2","price":"55.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223716","line":"9","part":"SK10-3","qty":"2","price":"55.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223716","line":"10","part":"SK10-5/16A","qty":"2","price":"55.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223716","line":"11","part":"E20-393","qty":"4","price":"41.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223716","line":"12","part":"E25-032","qty":"2","price":"36.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223716","line":"13","part":"570-ADJ","qty":"1","price":"63.00","uom":"EA","discount":"58.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223716","line":"14","part":"500-016","qty":"2","price":"29.00","uom":"EA","discount":"58.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":14}}] 2024-11-06 22:40:25.442 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223716-11062024224025.txt === {"quote":"223716","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"AFCOLZ","shiptoName":"AFCO Products, INC","entry_date":"10-30-2024","cust_order_date":"03-03-2021","req_date":"03-01-2025","cust_po":"Brother TC","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"13:33","extra":"","follow_up":"11-06-2024","web_id":"","follow_name":"Ron Dotson","follow_phone":"","follow_email":"@","pic_user":"joshuav","total_amt":"3257.62","total_gp":"2044.19","total_gpm":"62.75","rev_type":"ADV","mod_date":"11-06-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"42","win_pct":"20","clo_date":"02-22-2025","notes":[{"comp":"1","quote":"223716","line":"1","data":"10-30-2024 13:37 - Discounts Recalculated"},{"comp":"1","quote":"223716","line":"0","data":"10-30-2024 13:35 - Discounts Recalculated"}],"crmnotes":[{"comp":1,"quote":223716,"Line":0,"Comment":"11/06/2024 10:40 PM - joshuav - Req Date change from 11/30/2024 to 3/1/2025 (Req Date Updated)"},{"comp":1,"quote":223716,"Line":1,"Comment":"11/06/2024 10:40 PM - joshuav - CLO changed from 11/30/2024 to 2/22/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223716","line":"1","part":"BT30-SK10-60","qty":"10","price":"290.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223716","line":"2","part":"B3007-0020-2.50","qty":"2","price":"193.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223716","line":"3","part":"B3007-0025-2.00","qty":"1","price":"218.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223716","line":"4","part":"SK10-6","qty":"8","price":"55.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223716","line":"5","part":"SK10-6AC","qty":"2","price":"78.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223716","line":"6","part":"SK10-4","qty":"2","price":"55.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223716","line":"7","part":"SK10-4AC","qty":"2","price":"78.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223716","line":"8","part":"SK10-1/8A","qty":"2","price":"55.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223716","line":"9","part":"SK10-3","qty":"2","price":"55.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223716","line":"10","part":"SK10-5/16A","qty":"2","price":"55.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223716","line":"11","part":"E20-393","qty":"4","price":"41.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223716","line":"12","part":"E25-032","qty":"2","price":"36.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223716","line":"13","part":"570-ADJ","qty":"1","price":"63.00","uom":"EA","discount":"58.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223716","line":"14","part":"500-016","qty":"2","price":"29.00","uom":"EA","discount":"58.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":14}}] 2024-11-06 22:40:32.287 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223716-11062024224032.txt === {"quote":"223716","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"AFCOLZ","shiptoName":"AFCO Products, INC","entry_date":"10-30-2024","cust_order_date":"03-03-2021","req_date":"03-01-2025","cust_po":"Brother TC","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"13:33","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Ron Dotson","follow_phone":"","follow_email":"@","pic_user":"joshuav","total_amt":"3257.62","total_gp":"2044.19","total_gpm":"62.75","rev_type":"ADV","mod_date":"11-06-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"42","win_pct":"20","clo_date":"02-22-2025","notes":[{"comp":"1","quote":"223716","line":"1","data":"10-30-2024 13:37 - Discounts Recalculated"},{"comp":"1","quote":"223716","line":"0","data":"10-30-2024 13:35 - Discounts Recalculated"}],"crmnotes":[{"comp":1,"quote":223716,"Line":0,"Comment":"11/06/2024 10:40 PM - joshuav - Req Date change from 11/30/2024 to 3/1/2025 (Req Date Updated)"},{"comp":1,"quote":223716,"Line":1,"Comment":"11/06/2024 10:40 PM - joshuav - CLO changed from 11/30/2024 to 2/22/2025 (CLO Date Updated)"},{"comp":1,"quote":223716,"Line":2,"Comment":"11/06/2024 10:40 PM - joshuav - F/U Changed from 11/6/2024 to 12/21/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223716","line":"1","part":"BT30-SK10-60","qty":"10","price":"290.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223716","line":"2","part":"B3007-0020-2.50","qty":"2","price":"193.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223716","line":"3","part":"B3007-0025-2.00","qty":"1","price":"218.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223716","line":"4","part":"SK10-6","qty":"8","price":"55.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223716","line":"5","part":"SK10-6AC","qty":"2","price":"78.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223716","line":"6","part":"SK10-4","qty":"2","price":"55.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223716","line":"7","part":"SK10-4AC","qty":"2","price":"78.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223716","line":"8","part":"SK10-1/8A","qty":"2","price":"55.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223716","line":"9","part":"SK10-3","qty":"2","price":"55.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223716","line":"10","part":"SK10-5/16A","qty":"2","price":"55.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223716","line":"11","part":"E20-393","qty":"4","price":"41.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223716","line":"12","part":"E25-032","qty":"2","price":"36.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223716","line":"13","part":"570-ADJ","qty":"1","price":"63.00","uom":"EA","discount":"58.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223716","line":"14","part":"500-016","qty":"2","price":"29.00","uom":"EA","discount":"58.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":14}}] 2024-11-06 22:40:53.786 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223812-11062024224053.txt === {"quote":"223812","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"VMNED","shiptoName":"Viant Wheeling, Inc","entry_date":"11-01-2024","cust_order_date":"11-01-2024","req_date":"02-22-2025","cust_po":"500-007","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Tyler Lipsky","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"09:02","extra":"","follow_up":"11-07-2024","web_id":"","follow_name":"Tyler Lipsky","follow_phone":"224-288-4845","follow_email":"lipsky@mscdirect.com","pic_user":"joshuav","total_amt":"15.2","total_gp":"6.93","total_gpm":"45.59","rev_type":"STD","mod_date":"11-06-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-01-2024","notes":[{"comp":"1","quote":"223812","line":"0","data":"11-01-2024 09:03 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223812,"Line":0,"Comment":"11/06/2024 10:40 PM - joshuav - Req Date change from 12/13/2024 to 2/22/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"223812","line":"1","part":"500-007","qty":"1","price":"40.00","uom":"EA","discount":"62.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-06 22:40:59.560 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223812-11062024224059.txt === {"quote":"223812","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"VMNED","shiptoName":"Viant Wheeling, Inc","entry_date":"11-01-2024","cust_order_date":"11-01-2024","req_date":"02-22-2025","cust_po":"500-007","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Tyler Lipsky","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"09:02","extra":"","follow_up":"11-07-2024","web_id":"","follow_name":"Tyler Lipsky","follow_phone":"224-288-4845","follow_email":"lipsky@mscdirect.com","pic_user":"joshuav","total_amt":"15.2","total_gp":"6.93","total_gpm":"45.59","rev_type":"STD","mod_date":"11-06-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"1","win_pct":"20","clo_date":"02-15-2025","notes":[{"comp":"1","quote":"223812","line":"0","data":"11-01-2024 09:03 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223812,"Line":0,"Comment":"11/06/2024 10:40 PM - joshuav - Req Date change from 12/13/2024 to 2/22/2025 (Req Date Updated)"},{"comp":1,"quote":223812,"Line":1,"Comment":"11/06/2024 10:40 PM - joshuav - CLO changed from 12/1/2024 to 2/15/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223812","line":"1","part":"500-007","qty":"1","price":"40.00","uom":"EA","discount":"62.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-06 22:41:07.547 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223812-11062024224107.txt === {"quote":"223812","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"VMNED","shiptoName":"Viant Wheeling, Inc","entry_date":"11-01-2024","cust_order_date":"11-01-2024","req_date":"02-22-2025","cust_po":"500-007","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Tyler Lipsky","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"09:02","extra":"","follow_up":"01-11-2025","web_id":"","follow_name":"Tyler Lipsky","follow_phone":"224-288-4845","follow_email":"lipsky@mscdirect.com","pic_user":"joshuav","total_amt":"15.2","total_gp":"6.93","total_gpm":"45.59","rev_type":"STD","mod_date":"11-06-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"1","win_pct":"20","clo_date":"02-15-2025","notes":[{"comp":"1","quote":"223812","line":"0","data":"11-01-2024 09:03 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223812,"Line":0,"Comment":"11/06/2024 10:40 PM - joshuav - Req Date change from 12/13/2024 to 2/22/2025 (Req Date Updated)"},{"comp":1,"quote":223812,"Line":1,"Comment":"11/06/2024 10:40 PM - joshuav - CLO changed from 12/1/2024 to 2/15/2025 (CLO Date Updated)"},{"comp":1,"quote":223812,"Line":2,"Comment":"11/06/2024 10:41 PM - joshuav - F/U Changed from 11/7/2024 to 1/11/2025 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223812","line":"1","part":"500-007","qty":"1","price":"40.00","uom":"EA","discount":"62.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-06 23:49:16.397 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-07 06:55:58.737 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-07 06:56:05.483 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(35.0497898133799, -81.0052893497804, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(35.0497898133799, -81.0052893497804, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3519553 second/s. 2024-11-07 07:35:10.022 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-07 07:49:51.278 [INFO] In session is user: nickk 2024-11-07 08:41:59.877 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222849-11072024084159.txt === {"quote":"222849","customer":"5900","name":null,"customerName":"EWIE Company Inc.","comp":"01","open":"0","shipto":"WOODLINC","shiptoName":"Woodward Lincoln Campus","entry_date":"10-10-2024","cust_order_date":"10-10-2024","req_date":"11-21-2024","cust_po":"SF-FI6-UNIT-200","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"16:42","extra":"","follow_up":"11-07-2024","web_id":"","follow_name":"Darrell Schielke","follow_phone":"","follow_email":"dschielke@ewie.com","pic_user":"rons","total_amt":"15132","total_gp":"9180.13","total_gpm":"60.67","rev_type":"ADV","mod_date":"11-07-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-10-2024","notes":[{"comp":"1","quote":"222849","line":"5","data":"to Darrell at Woodward in Fort Collins"},{"comp":"1","quote":"222849","line":"4","data":"10-10-2024 16:43-rons: RFQ from Pete in CO going"},{"comp":"1","quote":"222849","line":"3","data":"to know which SF pot part # to use..."},{"comp":"1","quote":"222849","line":"2","data":"already included in price...please confirm taper"},{"comp":"1","quote":"222849","line":"1","data":"discount...parts don't come in crate, however"},{"comp":"1","quote":"222849","line":"0","data":"10-15-2024 11:36-rons: added SF parts at 100%"}],"crmnotes":[{"comp":1,"quote":222849,"Line":0,"Comment":"10/16/2024 8:42 AM - rons - F/U changed from 10/16/2024 to 11/6/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222849","line":"1","part":"SF-FI6-UNIT-200","qty":"1","price":"19400.00","uom":"EA","discount":"22.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222849","line":"2","part":"SF-COIL-CLIP-KIT","qty":"1","price":"87.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222849","line":"3","part":"SF-POT-#40","qty":"2","price":"130.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222849","Line":"3","Company":"1","F_Line":"1","Comment":"Please confirm taper to know which SF-POT # to use.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-07 08:42:06.085 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222632-11072024084205.txt === {"quote":"222632","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"DESCCHIN","shiptoName":"Desco","entry_date":"10-07-2024","cust_order_date":"10-07-2024","req_date":"11-18-2024","cust_po":"C40RAM-ER32-180-65TP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"14:27","extra":"","follow_up":"11-07-2024","web_id":"","follow_name":"Brett Taylor","follow_phone":"916-549-9435","follow_email":"brett.taylor@pts-tools.com","pic_user":"rons","total_amt":"7823.00","total_gp":"4453.50","total_gpm":"56.93","rev_type":"ADV","mod_date":"11-07-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-07-2024","notes":[{"comp":"1","quote":"222632","line":"3","data":"internal coolant"},{"comp":"1","quote":"222632","line":"2","data":"is a Haas VF-2 and doesn't think the machine has"},{"comp":"1","quote":"222632","line":"1","data":"wanted a quote on an angle head for Desco; machine"},{"comp":"1","quote":"222632","line":"0","data":"10-07-2024 14:38-rons: Brett Taylor called and"}],"crmnotes":[{"comp":1,"quote":222632,"Line":0,"Comment":"10/10/2024 11:18 AM - rons - F/U changed from 10/13/2024 to 10/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":1,"Comment":"10/17/2024 4:49 PM - rons - F/U changed from 10/17/2024 to 10/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":2,"Comment":"10/21/2024 4:42 PM - rons - F/U changed from 10/21/2024 to 10/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":3,"Comment":"10/22/2024 3:01 PM - rons - Brett getting back to me..."},{"comp":1,"quote":222632,"Line":4,"Comment":"10/22/2024 3:01 PM - rons - F/U changed from 10/22/2024 to 10/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":5,"Comment":"10/22/2024 4:01 PM - rons - \"Hi Ron, I can’t give you a specific timeline. It is part of an overall restructuring of their manufacturing process for a specific item and there are several steps involved. I’ll try to get you a heads up as we get close. Thank you.\""},{"comp":1,"quote":222632,"Line":6,"Comment":"10/30/2024 10:10 AM - rons - F/U changed from 10/31/2024 to 11/6/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222632","line":"1","part":"C40RAM-ER32-180-65TP","qty":"1","price":"9404.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222632","line":"2","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-07 08:44:21.357 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223277-11072024084421.txt === {"quote":"223277","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"REXPEARL","shiptoName":"PTSolutions - Pearland","entry_date":"10-21-2024","cust_order_date":"10-21-2024","req_date":"12-02-2024","cust_po":"MNL12-ER32X","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"12:47","extra":"","follow_up":"11-07-2024","web_id":"","follow_name":"Dale","follow_phone":"945-226-7526","follow_email":"sales@pts-tools.com","pic_user":"rons","total_amt":"1664.64","total_gp":"1200.38","total_gpm":"72.11","rev_type":"LT","mod_date":"11-07-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":223277,"Line":0,"Comment":"10/22/2024 2:07 PM - rons - F/U changed from 10/27/2024 to 11/6/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223277","line":"1","part":"MNL12-ER32X","qty":"1","price":"2312.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-07 08:44:27.396 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223726-11072024084427.txt === {"quote":"223726","customer":"1245","name":null,"customerName":"All Industrial Tool Supply","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-30-2024","cust_order_date":"10-30-2024","req_date":"12-11-2024","cust_po":"C40RAM-ER11-208ST-65TP","terms_code":"CCARD","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"15:27","extra":"","follow_up":"11-07-2024","web_id":"","follow_name":"Matt","follow_phone":"714-897-1700","follow_email":"sales@allindustrial.com","pic_user":"rons","total_amt":"9167.90","total_gp":"5126.83","total_gpm":"55.92","rev_type":"ADV","mod_date":"11-07-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"223726","line":"3","data":"machine is DN Solutions DVF 6500, CAT40 taper"},{"comp":"1","quote":"223726","line":"2","data":"put C40RAM-ER11-208ST-65TP on log for p&d - the"},{"comp":"1","quote":"223726","line":"1","data":"Matt called in requesting C40RAM-ER11-208ST-65FP;"},{"comp":"1","quote":"223726","line":"0","data":"10-30-2024 15:29-rons: shipping to California..."}],"crmnotes":[{"comp":1,"quote":223726,"Line":0,"Comment":"11/04/2024 1:47 PM - rons - F/U changed from 11/05/2024 to 11/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223726,"Line":1,"Comment":"11/04/2024 5:13 PM - rons - F/U changed from 11/04/2024 to 11/6/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223726","line":"1","part":"C40RAM-ER11-208ST-65TP","qty":"1","price":"11997.00","uom":"EA","discount":"30.00","req_date":"SEE COMMENT","branch":"1"},{"comp":"01","order":"223726","line":"2","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"1 WEEK","branch":"1"}],"qlines":[{"Quote":"223726","Line":"1","Company":"1","F_Line":"1","Comment":"These are custom application units. Application must be","Loc":"Y"},{"Quote":"223726","Line":"1","Company":"1","F_Line":"2","Comment":"approved. Once a PO has been issued these cannot be","Loc":"Y"},{"Quote":"223726","Line":"1","Company":"1","F_Line":"3","Comment":"cancelled or returned. 6 week delivery upon approval","Loc":"Y"},{"Quote":"223726","Line":"1","Company":"1","F_Line":"4","Comment":"drawing signed.","Loc":"Y"},{"Quote":"223726","Line":"2","Company":"1","F_Line":"1","Comment":"Lyndex-Nikken can make positioning block upon receipt","Loc":"Y"},{"Quote":"223726","Line":"2","Company":"1","F_Line":"2","Comment":"of spindle drawing information.","Loc":"Y"}],"qcomms":[{"Quote":"223726","Line":"0","Comment":"These are custom application units. Application must be"},{"Quote":"223726","Line":"1","Comment":"approved. Once a PO has been issued these cannot be"},{"Quote":"223726","Line":"2","Comment":"cancelled or returned."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-07 08:58:29.353 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(40.7936997816481, -81.1128085664905, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(40.7936997816481, -81.1128085664905, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 20 ROWS ONLY Customer and Shipto From Location process took -0.4076998 second/s. 2024-11-07 08:59:16.946 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(40.7936997816481, -81.1128085664905, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(40.7936997816481, -81.1128085664905, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 20 ROWS FETCH NEXT 20 ROWS ONLY Customer and Shipto From Location process took -0.1556287 second/s. 2024-11-07 08:59:17.312 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(40.7936997816481, -81.1128085664905, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(40.7936997816481, -81.1128085664905, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 40 ROWS FETCH NEXT 20 ROWS ONLY Customer and Shipto From Location process took -0.1935633 second/s. 2024-11-07 08:59:17.563 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(40.7936997816481, -81.1128085664905, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(40.7936997816481, -81.1128085664905, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 60 ROWS FETCH NEXT 20 ROWS ONLY Customer and Shipto From Location process took -0.3433842 second/s. 2024-11-07 08:59:17.938 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(40.7936997816481, -81.1128085664905, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(40.7936997816481, -81.1128085664905, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 80 ROWS FETCH NEXT 20 ROWS ONLY Customer and Shipto From Location process took -0.3288985 second/s. 2024-11-07 08:59:17.972 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(40.7936997816481, -81.1128085664905, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(40.7936997816481, -81.1128085664905, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 100 ROWS FETCH NEXT 20 ROWS ONLY Customer and Shipto From Location process took -0.3367417 second/s. 2024-11-07 09:23:37.636 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222448-11072024092337.txt === {"quote":"222448","customer":"2918","name":null,"customerName":"Buckeye Industrial Supply Co.","comp":"01","open":"1","shipto":"TOYOGEOR","shiptoName":"Toyota Motor Mfg Inc.(TMMK US)","entry_date":"10-03-2024","cust_order_date":"10-03-2024","req_date":"11-14-2024","cust_po":"BT50-FMH22.225-47-200","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Angie Blankenship","drop_po":"","status":"0","user":"mirandag","conv_order":"","time":"08:59","extra":"","follow_up":"11-01-2024","web_id":"","follow_name":"Angie Blankenship","follow_phone":"614-328-4140","follow_email":"angie@bisbuckeye.com","pic_user":"mirandag","total_amt":"2507.16","total_gp":"2507.16","total_gpm":"100.00","rev_type":"STD","mod_date":"11-07-2024","mod_time":null,"mod_user":"mirandag","reason":"2","totalQty":"3","win_pct":"20","clo_date":"11-03-2024","notes":[{"comp":"1","quote":"222448","line":"4","data":"10-03-2024 09:15 - Discounts Recalculated QS"},{"comp":"1","quote":"222448","line":"3","data":"10-03-2024 09:02 - Discounts Recalculated QS"},{"comp":"1","quote":"222448","line":"2","data":"10-03-2024 09:01 - Discounts Recalculated QS"},{"comp":"1","quote":"222448","line":"1","data":"awaiting response."},{"comp":"1","quote":"222448","line":"0","data":"11-01-2024 12:19-mirandag sent f/w up today,"}],"crmnotes":[{"comp":1,"quote":222448,"Line":0,"Comment":"11/07/2024 9:23 AM - mirandag - No response on this - closing."}],"items":[{"comp":"01","order":"222448","line":"1","part":"SPECIAL-TL-NIKKEN","qty":"3","price":"1229.00","uom":"EA","discount":"32.00","req_date":"2 Weeks","branch":"1"}],"qlines":[{"Quote":"222448","Line":"1","Company":"1","F_Line":"1","Comment":"Part Number: BT50-FMH22.225-47-200","Loc":"Y"},{"Quote":"222448","Line":"1","Company":"1","F_Line":"2","Comment":"BT50 22.225mm Shell Mill Holder","Loc":"Y"}],"qcomms":[{"Quote":"222448","Line":"0","Comment":"These are non-standard stock items and considered"},{"Quote":"222448","Line":"1","Comment":"specials. Once a PO has been issued these items"},{"Quote":"222448","Line":"2","Comment":"cannot be cancelled or returned."}],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-07 09:30:12.015 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(41.7711830201015, -88.0319725396476, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(41.7711830201015, -88.0319725396476, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1885236 second/s. 2024-11-07 09:30:16.395 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(41.7711830201015, -88.0319725396476, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(41.7711830201015, -88.0319725396476, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1486459 second/s. 2024-11-07 09:32:49.532 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\LOVE-2-3258.txt === {"customer":"LOVE","line":"A","dept":"M","name":"Rogelio Rojo","title":"TRM","phone":"(630) 852-0500","cell":"(630) 852-0500","fax":null,"email":"rrojo@lovejoy-inc.com","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3258,"password":null,"webenabled":null,"linkedin":null,"city":"Downers Grove","state":"IL","address1":"2655 Wisconsin Avenue","address2":null,"zip":"60515","country":"USA","userid":"joshuav","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"ST","Active":"Y","lnrp":"N"} [{"json":{"results":"Contacts","type":"contacts","line":"2"}}] 2024-11-07 09:34:29.195 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(41.7711830201015, -88.0319725396476, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(41.7711830201015, -88.0319725396476, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 10 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3740595 second/s. 2024-11-07 09:36:26.496 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\GLOBDOWN-1-3258.txt === {"customer":"GLOBDOWN","line":"A","dept":"M","name":"Gladys Gutierrez","title":"MS","phone":"(630) 810-5541","cell":"(630) 810-5541","fax":null,"email":"gladys.gutierrez@imsmfg.com","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3258,"password":null,"webenabled":null,"linkedin":null,"city":"Downers Grove","state":"IL","address1":"2500 Curtiss St","address2":null,"zip":"60515","country":"USA","userid":"joshuav","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"ST","Active":"Y","lnrp":"N"} [{"json":{"results":"Contacts","type":"contacts","line":"1"}}] 2024-11-07 09:38:07.216 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(41.7711830201015, -88.0319725396476, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(41.7711830201015, -88.0319725396476, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 20 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.376689 second/s. 2024-11-07 09:38:29.574 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(41.7711830201015, -88.0319725396476, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(41.7711830201015, -88.0319725396476, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 30 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3760227 second/s. 2024-11-07 09:42:11.703 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222878-11072024094211.txt === {"quote":"222878","customer":"13615","name":null,"customerName":"GF Machining Solutions LLC","comp":"01","open":"1","shipto":"AGIWOO","shiptoName":"GF Machining Solutions LLC","entry_date":"10-11-2024","cust_order_date":"10-11-2024","req_date":"11-22-2024","cust_po":"C40-4500(H)GFAC-EU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"10:08","extra":"","follow_up":"11-07-2024","web_id":"","follow_name":"Amy Godlewski","follow_phone":"630-972-5519","follow_email":"amy.godlewski@georgfischer.com","pic_user":"rons","total_amt":"288.0","total_gp":"193.40","total_gpm":"67.15","rev_type":"STD","mod_date":"11-07-2024","mod_time":null,"mod_user":"rons","reason":"2","totalQty":"20","win_pct":"20","clo_date":"11-11-2024","notes":[{"comp":"1","quote":"222878","line":"5","data":"asking for 20 pieces"},{"comp":"1","quote":"222878","line":"4","data":"on what make & model mill this is for...came back"},{"comp":"1","quote":"222878","line":"3","data":"10-11-2024 13:09-rons: Amy the buyer is checking"},{"comp":"1","quote":"222878","line":"2","data":"send message to have information updated in NERP"},{"comp":"1","quote":"222878","line":"1","data":"on correct part #...applies to overstock; I will"},{"comp":"1","quote":"222878","line":"0","data":"10-14-2024 10:55-rons: confirmed with engineeering"}],"crmnotes":[{"comp":1,"quote":222878,"Line":0,"Comment":"10/16/2024 10:23 AM - rons - F/U changed from 10/17/2024 to 10/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222878,"Line":1,"Comment":"10/30/2024 9:35 AM - rons - F/U changed from 10/30/2024 to 11/7/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222878","line":"1","part":"C40-4500(H)GFAC-EU","qty":"20","price":"32.00","uom":"EA","discount":"55.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222878","Line":"1","Company":"1","F_Line":"1","Comment":"Please note additional 20% overstock promo applied.","Loc":"Y"},{"Quote":"222878","Line":"1","Company":"1","F_Line":"2","Comment":"This item cannot be cancelled or returned upon receipt","Loc":"Y"},{"Quote":"222878","Line":"1","Company":"1","F_Line":"3","Comment":"of PO or order.","Loc":"Y"}],"qcomms":[{"Quote":"222878","Line":"0","Comment":"Please note additional 20% overstock promo applied."},{"Quote":"222878","Line":"1","Comment":"This item cannot be cancelled or returned upon receipt"},{"Quote":"222878","Line":"2","Comment":"of PO or order."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-07 09:42:41.461 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222695-11072024094241.txt === {"quote":"222695","customer":"6225","name":null,"customerName":"Ferguson Enterprises Inc.","comp":"01","open":"1","shipto":"BEARINNH","shiptoName":"New Hampshire Ball Bearing","entry_date":"10-08-2024","cust_order_date":"10-08-2024","req_date":"11-19-2024","cust_po":"E11-002","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"AM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"14:09","extra":"","follow_up":"11-07-2024","web_id":"","follow_name":"Scott Becraft","follow_phone":"803-396-1555","follow_email":"scott.becraft@wolseleyind.com","pic_user":"rons","total_amt":"70.56","total_gp":"50.76","total_gpm":"71.94","rev_type":"STD","mod_date":"11-07-2024","mod_time":null,"mod_user":"rons","reason":"2","totalQty":"2","win_pct":"20","clo_date":"11-08-2024","notes":[],"crmnotes":[{"comp":1,"quote":222695,"Line":0,"Comment":"10/10/2024 4:26 PM - rons - F/U changed from 10/14/2024 to 10/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222695,"Line":1,"Comment":"10/21/2024 1:38 PM - rons - F/U changed from 10/24/2024 to 11/7/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222695","line":"1","part":"E11-002","qty":"2","price":"49.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-07 09:46:00.785 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222849-11072024094600.txt === {"quote":"222849","customer":"5900","name":null,"customerName":"EWIE Company Inc.","comp":"01","open":"0","shipto":"WOODLINC","shiptoName":"Woodward Lincoln Campus","entry_date":"10-10-2024","cust_order_date":"10-10-2024","req_date":"11-21-2024","cust_po":"SF-FI6-UNIT-200","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"16:42","extra":"","follow_up":"11-07-2024","web_id":"","follow_name":"Darrell Schielke","follow_phone":"","follow_email":"dschielke@ewie.com","pic_user":"rons","total_amt":"15132","total_gp":"9180.13","total_gpm":"60.67","rev_type":"ADV","mod_date":"11-07-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-19-2024","notes":[{"comp":"1","quote":"222849","line":"5","data":"to Darrell at Woodward in Fort Collins"},{"comp":"1","quote":"222849","line":"4","data":"10-10-2024 16:43-rons: RFQ from Pete in CO going"},{"comp":"1","quote":"222849","line":"3","data":"to know which SF pot part # to use..."},{"comp":"1","quote":"222849","line":"2","data":"already included in price...please confirm taper"},{"comp":"1","quote":"222849","line":"1","data":"discount...parts don't come in crate, however"},{"comp":"1","quote":"222849","line":"0","data":"10-15-2024 11:36-rons: added SF parts at 100%"}],"crmnotes":[{"comp":1,"quote":222849,"Line":0,"Comment":"10/16/2024 8:42 AM - rons - F/U changed from 10/16/2024 to 11/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222849,"Line":1,"Comment":"11/07/2024 8:41 AM - rons - F/U changed from 11/06/2024 to 11/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222849,"Line":2,"Comment":"11/07/2024 9:45 AM - rons - Pete getting back to me on updates..."},{"comp":1,"quote":222849,"Line":3,"Comment":"11/07/2024 9:45 AM - rons - CLO changed from 11/10/2024 to 11/19/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222849","line":"1","part":"SF-FI6-UNIT-200","qty":"1","price":"19400.00","uom":"EA","discount":"22.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222849","line":"2","part":"SF-COIL-CLIP-KIT","qty":"1","price":"87.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222849","line":"3","part":"SF-POT-#40","qty":"2","price":"130.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222849","Line":"3","Company":"1","F_Line":"1","Comment":"Please confirm taper to know which SF-POT # to use.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-07 09:46:06.361 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222849-11072024094606.txt === {"quote":"222849","customer":"5900","name":null,"customerName":"EWIE Company Inc.","comp":"01","open":"0","shipto":"WOODLINC","shiptoName":"Woodward Lincoln Campus","entry_date":"10-10-2024","cust_order_date":"10-10-2024","req_date":"11-21-2024","cust_po":"SF-FI6-UNIT-200","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"16:42","extra":"","follow_up":"11-14-2024","web_id":"","follow_name":"Darrell Schielke","follow_phone":"","follow_email":"dschielke@ewie.com","pic_user":"rons","total_amt":"15132","total_gp":"9180.13","total_gpm":"60.67","rev_type":"ADV","mod_date":"11-07-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-19-2024","notes":[{"comp":"1","quote":"222849","line":"5","data":"to Darrell at Woodward in Fort Collins"},{"comp":"1","quote":"222849","line":"4","data":"10-10-2024 16:43-rons: RFQ from Pete in CO going"},{"comp":"1","quote":"222849","line":"3","data":"to know which SF pot part # to use..."},{"comp":"1","quote":"222849","line":"2","data":"already included in price...please confirm taper"},{"comp":"1","quote":"222849","line":"1","data":"discount...parts don't come in crate, however"},{"comp":"1","quote":"222849","line":"0","data":"10-15-2024 11:36-rons: added SF parts at 100%"}],"crmnotes":[{"comp":1,"quote":222849,"Line":0,"Comment":"10/16/2024 8:42 AM - rons - F/U changed from 10/16/2024 to 11/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222849,"Line":1,"Comment":"11/07/2024 8:41 AM - rons - F/U changed from 11/06/2024 to 11/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222849,"Line":2,"Comment":"11/07/2024 9:45 AM - rons - Pete getting back to me on updates..."},{"comp":1,"quote":222849,"Line":3,"Comment":"11/07/2024 9:45 AM - rons - CLO changed from 11/10/2024 to 11/19/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222849","line":"1","part":"SF-FI6-UNIT-200","qty":"1","price":"19400.00","uom":"EA","discount":"22.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222849","line":"2","part":"SF-COIL-CLIP-KIT","qty":"1","price":"87.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222849","line":"3","part":"SF-POT-#40","qty":"2","price":"130.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222849","Line":"3","Company":"1","F_Line":"1","Comment":"Please confirm taper to know which SF-POT # to use.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-07 09:46:35.940 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223158-11072024094635.txt === {"quote":"223158","customer":"6150","name":null,"customerName":"Fastenal Company Purchasing (MN)","comp":"01","open":"1","shipto":"FASTETX","shiptoName":"Fastenal Company","entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"11-28-2024","cust_po":"166-001S","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"35","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"15:16","extra":"","follow_up":"11-07-2024","web_id":"","follow_name":"Invoices","follow_phone":"507-453-8921","follow_email":"apinvoicedisc@fastenal.com","pic_user":"rons","total_amt":"74.2","total_gp":"39.04","total_gpm":"52.61","rev_type":"STD","mod_date":"11-07-2024","mod_time":null,"mod_user":"rons","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-17-2024","notes":[],"crmnotes":[{"comp":1,"quote":223158,"Line":0,"Comment":"10/21/2024 1:34 PM - rons - F/U changed from 10/23/2024 to 11/7/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223158","line":"1","part":"166-001S","qty":"1","price":"106.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-07 09:49:54.888 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223069-11072024094954.txt === {"quote":"223069","customer":"16930","name":null,"customerName":"Productivity Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-16-2024","cust_order_date":"10-16-2024","req_date":"11-27-2024","cust_po":"330-040","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"35","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"13:33","extra":"","follow_up":"11-08-2024","web_id":"","follow_name":"Aaron Miqueli","follow_phone":"763-267-6055","follow_email":"amiqueli@productivity.com","pic_user":"rons","total_amt":"81.2","total_gp":"46.77","total_gpm":"57.60","rev_type":"STD","mod_date":"11-07-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-20-2024","notes":[{"comp":"1","quote":"223069","line":"0","data":"10-16-2024 13:33-rons: shipping to MN"}],"crmnotes":[{"comp":1,"quote":223069,"Line":0,"Comment":"10/21/2024 1:31 PM - rons - F/U changed from 10/22/2024 to 11/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223069,"Line":1,"Comment":"11/07/2024 9:49 AM - rons - CLO changed from 11/16/2024 to 11/20/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223069","line":"1","part":"330-040","qty":"1","price":"116.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-07 09:50:04.846 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223069-11072024095004.txt === {"quote":"223069","customer":"16930","name":null,"customerName":"Productivity Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-16-2024","cust_order_date":"10-16-2024","req_date":"11-27-2024","cust_po":"330-040","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"35","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"13:33","extra":"","follow_up":"11-19-2024","web_id":"","follow_name":"Aaron Miqueli","follow_phone":"763-267-6055","follow_email":"amiqueli@productivity.com","pic_user":"rons","total_amt":"81.2","total_gp":"46.77","total_gpm":"57.60","rev_type":"STD","mod_date":"11-07-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-20-2024","notes":[{"comp":"1","quote":"223069","line":"0","data":"10-16-2024 13:33-rons: shipping to MN"}],"crmnotes":[{"comp":1,"quote":223069,"Line":0,"Comment":"10/21/2024 1:31 PM - rons - F/U changed from 10/22/2024 to 11/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223069,"Line":1,"Comment":"11/07/2024 9:49 AM - rons - CLO changed from 11/16/2024 to 11/20/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223069","line":"1","part":"330-040","qty":"1","price":"116.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-07 09:50:06.711 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(34.7551194453257, -86.7145777186128, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(34.7551194453257, -86.7145777186128, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2229074 second/s. 2024-11-07 09:50:40.124 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(32.46941, -96.990665, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(32.46941, -96.990665, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1784856 second/s. 2024-11-07 09:50:57.496 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(32.46941, -96.990665, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(32.46941, -96.990665, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 10 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3359054 second/s. 2024-11-07 09:51:08.961 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223958-11072024095108.txt === {"quote":"223958","customer":"9569","name":null,"customerName":"Industrial Tooling & Supply","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-05-2024","cust_order_date":"11-05-2024","req_date":"12-17-2024","cust_po":"C5-EM0750-60","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"11:26","extra":"","follow_up":"11-28-2024","web_id":"","follow_name":"April Whitehead","follow_phone":"256-353-5100","follow_email":"awhitehead@its-supply.com","pic_user":"rons","total_amt":"274.04","total_gp":"162.11","total_gpm":"59.16","rev_type":"STD","mod_date":"11-07-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-05-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223958","line":"1","part":"C5-EM0750-60","qty":"1","price":"403.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-07 09:51:27.311 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(32.46941, -96.990665, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(32.46941, -96.990665, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 20 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3847396 second/s. 2024-11-07 09:56:36.238 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(41.7923988656009, -88.0448696366612, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(41.7923988656009, -88.0448696366612, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.357718 second/s. 2024-11-07 09:56:48.110 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(41.7923988656009, -88.0448696366612, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(41.7923988656009, -88.0448696366612, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1846242 second/s. 2024-11-07 10:05:57.463 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224027-11072024100557.txt === {"quote":"224027","customer":"1082","name":null,"customerName":"Abrasive-Tool Corporation","comp":"01","open":"0","shipto":"GOULD","shiptoName":"ITT Corp - Gould Pumps SFO","entry_date":"11-06-2024","cust_order_date":"09-27-2024","req_date":"11-06-2024","cust_po":"CAT50 Taper to MT6","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Mike Hanna","drop_po":"Updated - Longer Taper","status":"0","user":"briand","conv_order":"","time":"10:05","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Mike Hanna Sr","follow_phone":"585-254-4500","follow_email":"mike@abrasivetool.com","pic_user":"briand","total_amt":"2110.00","total_gp":"1230.00","total_gpm":"58.29","rev_type":"STD","mod_date":"11-07-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"2","win_pct":"20","clo_date":"03-31-2024","notes":[{"comp":"1","quote":"224027","line":"6","data":"222235 and 222767."},{"comp":"1","quote":"224027","line":"5","data":"SO # 993659. Old quotes, both closed, are"},{"comp":"1","quote":"224027","line":"4","data":"and CC Territory 19. This Quote is tied to"},{"comp":"1","quote":"224027","line":"3","data":"going w/ GP 45%. Sending updated quote to Mike"},{"comp":"1","quote":"224027","line":"2","data":"has been a change in price. tt Alyssa, we're"},{"comp":"1","quote":"224027","line":"1","data":"Mike's requested change in specifications, there"},{"comp":"1","quote":"224027","line":"0","data":"11-06-2024 10:06-briand: Per Kyoko, due to the"}],"crmnotes":[{"comp":1,"quote":224027,"Line":0,"Comment":"11/07/2024 10:05 AM - briand - We are still waiting for ITT Gould to review and sign approved drawing. We will need an updated PO from Mike due to the pricing change."}],"items":[{"comp":"01","order":"224027","line":"1","part":"C5004-0006-10.55","qty":"2","price":"1055.00","uom":"EA","discount":"0.00","req_date":"22~24 Weeks ADA","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-07 10:06:15.711 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224027-11072024100615.txt === {"quote":"224027","customer":"1082","name":null,"customerName":"Abrasive-Tool Corporation","comp":"01","open":"0","shipto":"GOULD","shiptoName":"ITT Corp - Gould Pumps SFO","entry_date":"11-06-2024","cust_order_date":"09-27-2024","req_date":"04-04-2025","cust_po":"CAT50 Taper to MT6","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Mike Hanna","drop_po":"Updated - Longer Taper","status":"0","user":"briand","conv_order":"","time":"10:05","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Mike Hanna Sr","follow_phone":"585-254-4500","follow_email":"mike@abrasivetool.com","pic_user":"briand","total_amt":"2110.00","total_gp":"1230.00","total_gpm":"58.29","rev_type":"STD","mod_date":"11-07-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"2","win_pct":"20","clo_date":"03-31-2024","notes":[{"comp":"1","quote":"224027","line":"6","data":"222235 and 222767."},{"comp":"1","quote":"224027","line":"5","data":"SO # 993659. Old quotes, both closed, are"},{"comp":"1","quote":"224027","line":"4","data":"and CC Territory 19. This Quote is tied to"},{"comp":"1","quote":"224027","line":"3","data":"going w/ GP 45%. Sending updated quote to Mike"},{"comp":"1","quote":"224027","line":"2","data":"has been a change in price. tt Alyssa, we're"},{"comp":"1","quote":"224027","line":"1","data":"Mike's requested change in specifications, there"},{"comp":"1","quote":"224027","line":"0","data":"11-06-2024 10:06-briand: Per Kyoko, due to the"}],"crmnotes":[{"comp":1,"quote":224027,"Line":0,"Comment":"11/07/2024 10:05 AM - briand - We are still waiting for ITT Gould to review and sign approved drawing. We will need an updated PO from Mike due to the pricing change."},{"comp":1,"quote":224027,"Line":1,"Comment":"11/07/2024 10:05 AM - briand - F/U changed from 11/12/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224027,"Line":2,"Comment":"11/07/2024 10:06 AM - briand - Req Date changed from 11/06/2024 to 04/04/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"224027","line":"1","part":"C5004-0006-10.55","qty":"2","price":"1055.00","uom":"EA","discount":"0.00","req_date":"22~24 Weeks ADA","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-07 10:06:33.844 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223551-11072024100633.txt === {"quote":"223551","customer":"13330","name":null,"customerName":"Manufacturing Solutions of MN Inc.","comp":"01","open":"0","shipto":"RADL","shiptoName":"R&D Leverage","entry_date":"10-25-2024","cust_order_date":"10-25-2024","req_date":"12-06-2024","cust_po":"H40E-SF0250-3.15","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"35","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"17:00","extra":"","follow_up":"11-08-2024","web_id":"","follow_name":"Mark Marchant - KS locati","follow_phone":"816-585-4745","follow_email":"mark.marchant@shopmsi.com","pic_user":"rons","total_amt":"2647.92","total_gp":"1410.38","total_gpm":"53.26","rev_type":"ADV","mod_date":"11-07-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"15","win_pct":"20","clo_date":"11-25-2024","notes":[],"crmnotes":[{"comp":1,"quote":223551,"Line":0,"Comment":"10/28/2024 1:52 PM - rons - F/U changed from 10/31/2024 to 11/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":1,"Comment":"11/04/2024 1:52 PM - rons - F/U changed from 11/06/2024 to 11/13/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223551","line":"1","part":"H40E-SF0250-3.15","qty":"2","price":"242.00","uom":"EA","discount":"34.00","req_date":"1 STOCK + TBD","branch":"1"},{"comp":"01","order":"223551","line":"3","part":"H40E-SF0125-3.15","qty":"7","price":"326.00","uom":"EA","discount":"34.00","req_date":"3 STOCK + TBD","branch":"1"},{"comp":"01","order":"223551","line":"5","part":"H40E-SF0187-2.36","qty":"1","price":"326.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223551","line":"7","part":"H40E-SF0375-3.15","qty":"1","price":"264.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223551","line":"12","part":"H40E-SF4-70","qty":"2","price":"328.00","uom":"EA","discount":"34.00","req_date":"5-6 WEEKS","branch":"1"},{"comp":"01","order":"223551","line":"14","part":"H40E-SF6-80","qty":"2","price":"0.00","uom":"EA","discount":"34.00","req_date":"TBD","branch":"1"}],"qlines":[{"Quote":"223551","Line":"14","Company":"1","F_Line":"1","Comment":"WAITING ON PRICING & DELIVERY FROM FACTORY","Loc":"Y"}],"qcomms":[],"qcommi":[]} 223551-CRM_Quote_UPDATE_FAILED_(LOCKED) [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-07 10:07:52.912 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223476-11072024100752.txt === {"quote":"223476","customer":"2965","name":null,"customerName":"Butler Bros.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-24-2024","cust_order_date":"10-24-2024","req_date":"12-05-2024","cust_po":"H63A-SF4-80MT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"11","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"12:45","extra":"","follow_up":"11-13-2024","web_id":"","follow_name":"Daniel Warner","follow_phone":"207-784-6875","follow_email":"dwarner@butlerbros.com","pic_user":"briand","total_amt":"258.7","total_gp":"141.56","total_gpm":"54.72","rev_type":"ADV","mod_date":"11-07-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-24-2024","notes":[{"comp":"1","quote":"223476","line":"8","data":"needs one."},{"comp":"1","quote":"223476","line":"7","data":"Danny I'll call him when I have delivery. He only"},{"comp":"1","quote":"223476","line":"6","data":"this SF holder, 8 at ELCO, entered on CBO and told"},{"comp":"1","quote":"223476","line":"5","data":"10-24-2024 12:46-briand: Danny called looking for"},{"comp":"1","quote":"223476","line":"4","data":"delivery."},{"comp":"1","quote":"223476","line":"3","data":"off is 11/4 (need a PO by then) for end of Nov"},{"comp":"1","quote":"223476","line":"2","data":"just send him quote and cc'd Alyssa. Next Air cut"},{"comp":"1","quote":"223476","line":"1","data":"Danny however hes ooo today. Gave him details and"},{"comp":"1","quote":"223476","line":"0","data":"10-25-2024 08:44-briand: Called and LMOVM for"}],"crmnotes":[{"comp":1,"quote":223476,"Line":0,"Comment":"11/05/2024 10:58 AM - briand - F/U changed from 11/08/2024 to 11/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223476,"Line":1,"Comment":"11/05/2024 10:58 AM - briand - CLO changed from 11/24/2024 to 11/25/2024 (CLO Date Updated)"},{"comp":1,"quote":223476,"Line":2,"Comment":"11/07/2024 10:07 AM - briand - Waiting for Danny to get back to us on this quote plus 223083 for the H63A-SF0250-3.15MT"}],"items":[{"comp":"01","order":"223476","line":"1","part":"H63A-SF4-80MT","qty":"1","price":"398.00","uom":"EA","discount":"35.00","req_date":"SEE COMMENT BELOW:","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-07 10:08:30.907 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(38.022619360162, -84.556897524823, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(38.022619360162, -84.556897524823, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1820239 second/s. 2024-11-07 10:46:15.070 [INFO] In session is user: aaronb 2024-11-07 11:07:06.495 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(41.7844188691052, -88.0385047291683, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(41.7844188691052, -88.0385047291683, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3333996 second/s. 2024-11-07 14:05:11.790 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.491717, -86.656496, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.491717, -86.656496, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 20 ROWS ONLY Customer and Shipto From Location process took -0.1538279 second/s. 2024-11-07 14:21:53.244 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.3050738275361, -111.743597695708, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.3050738275361, -111.743597695708, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1797116 second/s. 2024-11-07 14:22:01.915 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.304485807997, -111.743790823215, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.304485807997, -111.743790823215, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1849642 second/s. 2024-11-07 14:23:58.382 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.304485807997, -111.743790823215, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.304485807997, -111.743790823215, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 10 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3406751 second/s. 2024-11-07 14:30:45.376 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.3051144717057, -111.743664709748, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.3051144717057, -111.743664709748, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 50 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1689059 second/s. 2024-11-07 14:31:23.240 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.3048244204161, -111.743612440789, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.3048244204161, -111.743612440789, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 50 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1772138 second/s. 2024-11-07 14:35:47.101 [INFO] In session is user: fletcherp 2024-11-07 14:35:47.545 [INFO] In session is user: fletcherp 2024-11-07 14:35:47.889 [INFO] In session is user: fletcherp 2024-11-07 14:35:48.224 [INFO] In session is user: fletcherp 2024-11-07 14:35:48.504 [INFO] In session is user: fletcherp 2024-11-07 14:35:48.878 [INFO] In session is user: fletcherp 2024-11-07 14:35:49.177 [INFO] In session is user: fletcherp 2024-11-07 14:35:49.525 [INFO] In session is user: fletcherp 2024-11-07 14:35:49.844 [INFO] In session is user: fletcherp 2024-11-07 14:35:50.181 [INFO] In session is user: fletcherp 2024-11-07 14:35:50.512 [INFO] In session is user: fletcherp 2024-11-07 14:35:50.850 [INFO] In session is user: fletcherp 2024-11-07 14:35:51.172 [INFO] In session is user: fletcherp 2024-11-07 14:35:51.492 [INFO] In session is user: fletcherp 2024-11-07 14:35:51.777 [INFO] In session is user: fletcherp 2024-11-07 14:35:52.084 [INFO] In session is user: fletcherp 2024-11-07 14:35:52.410 [INFO] In session is user: fletcherp 2024-11-07 14:35:52.720 [INFO] In session is user: fletcherp 2024-11-07 14:35:53.017 [INFO] In session is user: fletcherp 2024-11-07 14:35:53.518 [INFO] In session is user: fletcherp 2024-11-07 14:35:53.817 [INFO] In session is user: fletcherp 2024-11-07 14:35:54.129 [INFO] In session is user: fletcherp 2024-11-07 14:35:54.453 [INFO] In session is user: fletcherp 2024-11-07 14:35:54.756 [INFO] In session is user: fletcherp 2024-11-07 14:35:55.086 [INFO] In session is user: fletcherp 2024-11-07 14:35:55.421 [INFO] In session is user: fletcherp 2024-11-07 14:35:55.710 [INFO] In session is user: fletcherp 2024-11-07 14:35:56.000 [INFO] In session is user: fletcherp 2024-11-07 14:35:56.306 [INFO] In session is user: fletcherp 2024-11-07 14:35:56.673 [INFO] In session is user: fletcherp 2024-11-07 14:35:56.991 [INFO] In session is user: fletcherp 2024-11-07 14:35:57.312 [INFO] In session is user: fletcherp 2024-11-07 14:35:57.634 [INFO] In session is user: fletcherp 2024-11-07 14:35:57.968 [INFO] In session is user: fletcherp 2024-11-07 14:35:58.293 [INFO] In session is user: fletcherp 2024-11-07 14:35:58.699 [INFO] In session is user: fletcherp 2024-11-07 14:35:58.997 [INFO] In session is user: fletcherp 2024-11-07 14:35:59.517 [INFO] In session is user: fletcherp 2024-11-07 14:35:59.772 [INFO] In session is user: fletcherp 2024-11-07 14:36:00.068 [INFO] In session is user: fletcherp 2024-11-07 14:36:00.372 [INFO] In session is user: fletcherp 2024-11-07 14:36:00.665 [INFO] In session is user: fletcherp 2024-11-07 14:36:00.978 [INFO] In session is user: fletcherp 2024-11-07 14:36:01.236 [INFO] In session is user: fletcherp 2024-11-07 14:36:01.571 [INFO] In session is user: fletcherp 2024-11-07 14:36:02.211 [INFO] In session is user: fletcherp 2024-11-07 14:36:02.544 [INFO] In session is user: fletcherp 2024-11-07 14:36:03.011 [INFO] In session is user: fletcherp 2024-11-07 14:36:03.351 [INFO] In session is user: fletcherp 2024-11-07 14:36:03.707 [INFO] In session is user: fletcherp 2024-11-07 14:36:04.037 [INFO] In session is user: fletcherp 2024-11-07 14:36:04.325 [INFO] In session is user: fletcherp 2024-11-07 14:36:04.658 [INFO] In session is user: fletcherp 2024-11-07 14:36:04.954 [INFO] In session is user: fletcherp 2024-11-07 14:36:05.367 [INFO] In session is user: fletcherp 2024-11-07 14:36:05.709 [INFO] In session is user: fletcherp 2024-11-07 14:36:06.050 [INFO] In session is user: fletcherp 2024-11-07 14:36:06.387 [INFO] In session is user: fletcherp 2024-11-07 14:36:06.794 [INFO] In session is user: fletcherp 2024-11-07 14:36:07.111 [INFO] In session is user: fletcherp 2024-11-07 14:36:07.424 [INFO] In session is user: fletcherp 2024-11-07 14:36:07.727 [INFO] In session is user: fletcherp 2024-11-07 14:36:08.053 [INFO] In session is user: fletcherp 2024-11-07 14:36:08.371 [INFO] In session is user: fletcherp 2024-11-07 14:36:08.661 [INFO] In session is user: fletcherp 2024-11-07 14:36:08.948 [INFO] In session is user: fletcherp 2024-11-07 14:36:09.288 [INFO] In session is user: fletcherp 2024-11-07 14:36:09.592 [INFO] In session is user: fletcherp 2024-11-07 14:36:09.916 [INFO] In session is user: fletcherp 2024-11-07 14:36:10.219 [INFO] In session is user: fletcherp 2024-11-07 14:36:10.564 [INFO] In session is user: fletcherp 2024-11-07 14:36:10.868 [INFO] In session is user: fletcherp 2024-11-07 14:36:11.171 [INFO] In session is user: fletcherp 2024-11-07 14:36:11.492 [INFO] In session is user: fletcherp 2024-11-07 14:36:11.801 [INFO] In session is user: fletcherp 2024-11-07 14:36:12.112 [INFO] In session is user: fletcherp 2024-11-07 14:36:12.420 [INFO] In session is user: fletcherp 2024-11-07 14:36:12.710 [INFO] In session is user: fletcherp 2024-11-07 14:36:13.013 [INFO] In session is user: fletcherp 2024-11-07 14:36:13.339 [INFO] In session is user: fletcherp 2024-11-07 14:36:13.632 [INFO] In session is user: fletcherp 2024-11-07 14:36:13.999 [INFO] In session is user: fletcherp 2024-11-07 14:36:14.318 [INFO] In session is user: fletcherp 2024-11-07 14:36:14.629 [INFO] In session is user: fletcherp 2024-11-07 14:36:14.957 [INFO] In session is user: fletcherp 2024-11-07 14:36:15.295 [INFO] In session is user: fletcherp 2024-11-07 14:36:15.712 [INFO] In session is user: fletcherp 2024-11-07 14:36:16.031 [INFO] In session is user: fletcherp 2024-11-07 14:36:16.360 [INFO] In session is user: fletcherp 2024-11-07 14:36:16.660 [INFO] In session is user: fletcherp 2024-11-07 14:36:16.968 [INFO] In session is user: fletcherp 2024-11-07 14:36:17.299 [INFO] In session is user: fletcherp 2024-11-07 14:36:17.620 [INFO] In session is user: fletcherp 2024-11-07 14:36:17.974 [INFO] In session is user: fletcherp 2024-11-07 14:36:18.524 [INFO] In session is user: fletcherp 2024-11-07 14:36:19.005 [INFO] In session is user: fletcherp 2024-11-07 14:36:19.313 [INFO] In session is user: fletcherp 2024-11-07 15:39:28.267 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.1499348110326, -117.226603806806, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.1499348110326, -117.226603806806, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1933827 second/s. 2024-11-07 15:41:45.930 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222849-11072024154145.txt === {"quote":"222849","customer":"5900","name":null,"customerName":"EWIE Company Inc.","comp":"01","open":"0","shipto":"WOODLINC","shiptoName":"Woodward Lincoln Campus","entry_date":"10-10-2024","cust_order_date":"10-10-2024","req_date":"12-05-2024","cust_po":"SF-FI6-UNIT-200","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"16:42","extra":"","follow_up":"11-14-2024","web_id":"","follow_name":"Darrell Schielke","follow_phone":"","follow_email":"dschielke@ewie.com","pic_user":"rons","total_amt":"15132","total_gp":"9180.13","total_gpm":"60.67","rev_type":"ADV","mod_date":"11-07-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-19-2024","notes":[{"comp":"1","quote":"222849","line":"5","data":"to Darrell at Woodward in Fort Collins"},{"comp":"1","quote":"222849","line":"4","data":"10-10-2024 16:43-rons: RFQ from Pete in CO going"},{"comp":"1","quote":"222849","line":"3","data":"to know which SF pot part # to use..."},{"comp":"1","quote":"222849","line":"2","data":"already included in price...please confirm taper"},{"comp":"1","quote":"222849","line":"1","data":"discount...parts don't come in crate, however"},{"comp":"1","quote":"222849","line":"0","data":"10-15-2024 11:36-rons: added SF parts at 100%"}],"crmnotes":[{"comp":1,"quote":222849,"Line":0,"Comment":"10/16/2024 8:42 AM - rons - F/U changed from 10/16/2024 to 11/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222849,"Line":1,"Comment":"11/07/2024 8:41 AM - rons - F/U changed from 11/06/2024 to 11/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222849,"Line":2,"Comment":"11/07/2024 9:45 AM - rons - Pete getting back to me on updates..."},{"comp":1,"quote":222849,"Line":3,"Comment":"11/07/2024 9:45 AM - rons - CLO changed from 11/10/2024 to 11/19/2024 (CLO Date Updated)"},{"comp":1,"quote":222849,"Line":4,"Comment":"11/07/2024 9:46 AM - rons - F/U changed from 11/07/2024 to 11/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222849,"Line":5,"Comment":"11/07/2024 3:41 PM - rons - Pete recently met with them and said this is still under consideration..."},{"comp":1,"quote":222849,"Line":6,"Comment":"11/07/2024 3:41 PM - rons - Req Date changed from 11/21/2024 to 12/05/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222849","line":"1","part":"SF-FI6-UNIT-200","qty":"1","price":"19400.00","uom":"EA","discount":"22.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222849","line":"2","part":"SF-COIL-CLIP-KIT","qty":"1","price":"87.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222849","line":"3","part":"SF-POT-#40","qty":"2","price":"130.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222849","Line":"3","Company":"1","F_Line":"1","Comment":"Please confirm taper to know which SF-POT # to use.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-07 15:41:57.788 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222849-11072024154157.txt === {"quote":"222849","customer":"5900","name":null,"customerName":"EWIE Company Inc.","comp":"01","open":"0","shipto":"WOODLINC","shiptoName":"Woodward Lincoln Campus","entry_date":"10-10-2024","cust_order_date":"10-10-2024","req_date":"12-05-2024","cust_po":"SF-FI6-UNIT-200","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"16:42","extra":"","follow_up":"11-14-2024","web_id":"","follow_name":"Darrell Schielke","follow_phone":"","follow_email":"dschielke@ewie.com","pic_user":"rons","total_amt":"15132","total_gp":"9180.13","total_gpm":"60.67","rev_type":"ADV","mod_date":"11-07-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-28-2024","notes":[{"comp":"1","quote":"222849","line":"5","data":"to Darrell at Woodward in Fort Collins"},{"comp":"1","quote":"222849","line":"4","data":"10-10-2024 16:43-rons: RFQ from Pete in CO going"},{"comp":"1","quote":"222849","line":"3","data":"to know which SF pot part # to use..."},{"comp":"1","quote":"222849","line":"2","data":"already included in price...please confirm taper"},{"comp":"1","quote":"222849","line":"1","data":"discount...parts don't come in crate, however"},{"comp":"1","quote":"222849","line":"0","data":"10-15-2024 11:36-rons: added SF parts at 100%"}],"crmnotes":[{"comp":1,"quote":222849,"Line":0,"Comment":"10/16/2024 8:42 AM - rons - F/U changed from 10/16/2024 to 11/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222849,"Line":1,"Comment":"11/07/2024 8:41 AM - rons - F/U changed from 11/06/2024 to 11/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222849,"Line":2,"Comment":"11/07/2024 9:45 AM - rons - Pete getting back to me on updates..."},{"comp":1,"quote":222849,"Line":3,"Comment":"11/07/2024 9:45 AM - rons - CLO changed from 11/10/2024 to 11/19/2024 (CLO Date Updated)"},{"comp":1,"quote":222849,"Line":4,"Comment":"11/07/2024 9:46 AM - rons - F/U changed from 11/07/2024 to 11/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222849,"Line":5,"Comment":"11/07/2024 3:41 PM - rons - Pete recently met with them and said this is still under consideration..."},{"comp":1,"quote":222849,"Line":6,"Comment":"11/07/2024 3:41 PM - rons - Req Date changed from 11/21/2024 to 12/05/2024 (Req Date Updated)"},{"comp":1,"quote":222849,"Line":7,"Comment":"11/07/2024 3:41 PM - rons - CLO changed from 11/19/2024 to 11/28/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222849","line":"1","part":"SF-FI6-UNIT-200","qty":"1","price":"19400.00","uom":"EA","discount":"22.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222849","line":"2","part":"SF-COIL-CLIP-KIT","qty":"1","price":"87.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222849","line":"3","part":"SF-POT-#40","qty":"2","price":"130.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222849","Line":"3","Company":"1","F_Line":"1","Comment":"Please confirm taper to know which SF-POT # to use.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-07 15:42:02.721 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222849-11072024154202.txt === {"quote":"222849","customer":"5900","name":null,"customerName":"EWIE Company Inc.","comp":"01","open":"0","shipto":"WOODLINC","shiptoName":"Woodward Lincoln Campus","entry_date":"10-10-2024","cust_order_date":"10-10-2024","req_date":"12-05-2024","cust_po":"SF-FI6-UNIT-200","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"16:42","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Darrell Schielke","follow_phone":"","follow_email":"dschielke@ewie.com","pic_user":"rons","total_amt":"15132","total_gp":"9180.13","total_gpm":"60.67","rev_type":"ADV","mod_date":"11-07-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-28-2024","notes":[{"comp":"1","quote":"222849","line":"5","data":"to Darrell at Woodward in Fort Collins"},{"comp":"1","quote":"222849","line":"4","data":"10-10-2024 16:43-rons: RFQ from Pete in CO going"},{"comp":"1","quote":"222849","line":"3","data":"to know which SF pot part # to use..."},{"comp":"1","quote":"222849","line":"2","data":"already included in price...please confirm taper"},{"comp":"1","quote":"222849","line":"1","data":"discount...parts don't come in crate, however"},{"comp":"1","quote":"222849","line":"0","data":"10-15-2024 11:36-rons: added SF parts at 100%"}],"crmnotes":[{"comp":1,"quote":222849,"Line":0,"Comment":"10/16/2024 8:42 AM - rons - F/U changed from 10/16/2024 to 11/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222849,"Line":1,"Comment":"11/07/2024 8:41 AM - rons - F/U changed from 11/06/2024 to 11/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222849,"Line":2,"Comment":"11/07/2024 9:45 AM - rons - Pete getting back to me on updates..."},{"comp":1,"quote":222849,"Line":3,"Comment":"11/07/2024 9:45 AM - rons - CLO changed from 11/10/2024 to 11/19/2024 (CLO Date Updated)"},{"comp":1,"quote":222849,"Line":4,"Comment":"11/07/2024 9:46 AM - rons - F/U changed from 11/07/2024 to 11/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222849,"Line":5,"Comment":"11/07/2024 3:41 PM - rons - Pete recently met with them and said this is still under consideration..."},{"comp":1,"quote":222849,"Line":6,"Comment":"11/07/2024 3:41 PM - rons - Req Date changed from 11/21/2024 to 12/05/2024 (Req Date Updated)"},{"comp":1,"quote":222849,"Line":7,"Comment":"11/07/2024 3:41 PM - rons - CLO changed from 11/19/2024 to 11/28/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222849","line":"1","part":"SF-FI6-UNIT-200","qty":"1","price":"19400.00","uom":"EA","discount":"22.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222849","line":"2","part":"SF-COIL-CLIP-KIT","qty":"1","price":"87.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222849","line":"3","part":"SF-POT-#40","qty":"2","price":"130.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222849","Line":"3","Company":"1","F_Line":"1","Comment":"Please confirm taper to know which SF-POT # to use.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-07 15:42:58.412 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222716-11072024154258.txt === {"quote":"222716","customer":"6150","name":null,"customerName":"Fastenal Company Purchasing (MN)","comp":"01","open":"0","shipto":"UNVER","shiptoName":"Unverferth Mfg. Co. Inc.","entry_date":"10-09-2024","cust_order_date":null,"req_date":"11-20-2024","cust_po":"CAT50U-AHC1.1/4-210-90","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"35","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"belindah","conv_order":"","time":"08:39","extra":"","follow_up":"11-09-2024","web_id":"","follow_name":"Justin","follow_phone":"","follow_email":"ia018@stores.fastenal.com","pic_user":"rons","total_amt":"10953.68","total_gp":"7409","total_gpm":"68","rev_type":"ADV","mod_date":"11-07-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-09-2024","notes":[{"comp":"1","quote":"222716","line":"9","data":"customer sent pic of current angle head they have"},{"comp":"1","quote":"222716","line":"8","data":"10-09-2024 08:40-belindah: Put in quote log"},{"comp":"1","quote":"222716","line":"7","data":"sending angle head form regardless"},{"comp":"1","quote":"222716","line":"6","data":"instead; see order #791406 & 780253...will be"},{"comp":"1","quote":"222716","line":"5","data":"purchase positiioning block or make their own"},{"comp":"1","quote":"222716","line":"4","data":"this before...also need to see if they want to"},{"comp":"1","quote":"222716","line":"3","data":"on machine make & model and if they've purchased"},{"comp":"1","quote":"222716","line":"2","data":"10-28-2024 09:01-rons: confirming with customer"},{"comp":"1","quote":"222716","line":"1","data":"and Justin...double checking on positioning block"},{"comp":"1","quote":"222716","line":"0","data":"10-31-2024 15:18-rons: called & emailed with Tony"}],"crmnotes":[],"items":[{"comp":"01","order":"222716","line":"1","part":"CAT50U-AHC1.1/4-210-90","qty":"1","price":"13056.00","uom":"EA","discount":"22.00","req_date":"SEE COMMENT","branch":"1"},{"comp":"01","order":"222716","line":"2","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"1 WEEK","branch":"1"}],"qlines":[{"Quote":"222716","Line":"1","Company":"1","F_Line":"1","Comment":"14 week delivery upon receiving signed approval","Loc":"Y"},{"Quote":"222716","Line":"1","Company":"1","F_Line":"2","Comment":"drawing.","Loc":"Y"},{"Quote":"222716","Line":"2","Company":"1","F_Line":"1","Comment":"Lyndex-Nikken can make positioning block upon receipt","Loc":"Y"},{"Quote":"222716","Line":"2","Company":"1","F_Line":"2","Comment":"of spindle drawing information.","Loc":"Y"}],"qcomms":[{"Quote":"222716","Line":"0","Comment":"These are non-standard stock items and considered"},{"Quote":"222716","Line":"1","Comment":"specials. Once a PO has been issued these items"},{"Quote":"222716","Line":"2","Comment":"cannot be cancelled or returned."}],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-07 16:33:54.781 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223638-11072024163354.txt === {"quote":"223638","customer":"18407","name":null,"customerName":"Remco Supply, Inc.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-29-2024","cust_order_date":"10-29-2024","req_date":"12-10-2024","cust_po":"HSK63A-SK10C-90P","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"12:24","extra":"","follow_up":"11-04-2024","web_id":"","follow_name":"Buz Knox","follow_phone":"336-273-7176","follow_email":"bknox@remcosupply.com","pic_user":"alyssah","total_amt":"328.44","total_gp":"204.95","total_gpm":"62.40","rev_type":"ADV","mod_date":"11-07-2024","mod_time":null,"mod_user":"alyssah","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-29-2024","notes":[{"comp":"1","quote":"223638","line":"2","data":"1-2 weeks since boat"},{"comp":"1","quote":"223638","line":"1","data":"standard, convert to HS if get order, told Buz"},{"comp":"1","quote":"223638","line":"0","data":"10-29-2024 12:25-alyssah OB due 10/29 due in"}],"crmnotes":[],"items":[{"comp":"01","order":"223638","line":"1","part":"HSK63A-SK10C-90P","qty":"1","price":"483.00","uom":"EA","discount":"32.00","req_date":"1-2 weeks","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-07 16:34:54.449 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223638-11072024163454.txt === {"quote":"223638","customer":"18407","name":null,"customerName":"Remco Supply, Inc.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-29-2024","cust_order_date":"10-29-2024","req_date":"12-10-2024","cust_po":"HSK63A-SK10C-90P","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"12:24","extra":"","follow_up":"11-04-2024","web_id":"","follow_name":"Buz Knox","follow_phone":"336-273-7176","follow_email":"bknox@remcosupply.com","pic_user":"alyssah","total_amt":"328.44","total_gp":"204.95","total_gpm":"62.40","rev_type":"ADV","mod_date":"11-07-2024","mod_time":null,"mod_user":"alyssah","reason":"1","totalQty":"1","win_pct":"20","clo_date":"11-29-2024","notes":[{"comp":"1","quote":"223638","line":"2","data":"1-2 weeks since boat"},{"comp":"1","quote":"223638","line":"1","data":"standard, convert to HS if get order, told Buz"},{"comp":"1","quote":"223638","line":"0","data":"10-29-2024 12:25-alyssah OB due 10/29 due in"}],"crmnotes":[{"comp":1,"quote":223638,"Line":0,"Comment":"11/07/2024 4:33 PM - alyssah - Closed"}],"items":[{"comp":"01","order":"223638","line":"1","part":"HSK63A-SK10C-90P","qty":"1","price":"483.00","uom":"EA","discount":"32.00","req_date":"1-2 weeks","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-07 16:37:10.158 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222903-11072024163709.txt === {"quote":"222903","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"MSCPORT","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"10-11-2024","cust_order_date":"10-11-2024","req_date":"11-22-2024","cust_po":"QCFC65-40M-EMR","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Chazmyn Loyalu","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"13:35","extra":"","follow_up":"11-04-2024","web_id":"","follow_name":"Chazmyn Loyalu","follow_phone":"603-666-4045","follow_email":"branchman@mscdirect.com","pic_user":"alyssah","total_amt":"595.00","total_gp":"312.58","total_gpm":"52.53","rev_type":"PCQC","mod_date":"11-07-2024","mod_time":null,"mod_user":"alyssah","reason":"1","totalQty":"2","win_pct":"20","clo_date":"11-11-2024","notes":[{"comp":"1","quote":"222903","line":"0","data":"10-11-2024 13:38 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"222903","line":"1","part":"QCFC65-40M-EMR","qty":"1","price":"374.00","uom":"EA","discount":"32.00","req_date":"November","branch":"1"},{"comp":"01","order":"222903","line":"2","part":"QCFC65-EMR-RING","qty":"1","price":"501.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-07 16:38:10.949 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223617-11072024163810.txt === {"quote":"223617","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"AFIFLORE","shiptoName":"Alternatives For Industry","entry_date":"10-29-2024","cust_order_date":"10-29-2024","req_date":"12-10-2024","cust_po":"NB3006-0500-2.50CP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Lonnie McCracken","drop_po":"HYPERCUT MANUFACTURING","status":"0","user":"alyssah","conv_order":"","time":"09:51","extra":"","follow_up":"11-27-2024","web_id":"","follow_name":"Lonnie McCracken","follow_phone":"(843)516-5368","follow_email":"lonnie@afi-tools.com","pic_user":"alyssah","total_amt":"225.72","total_gp":"103.14","total_gpm":"45.69","rev_type":"STD","mod_date":"11-07-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-29-2024","notes":[{"comp":"1","quote":"223617","line":"0","data":"10-29-2024 09:52 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223617","line":"1","part":"NB3006-0625-2.50CP","qty":"2","price":"209.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-07 16:38:47.361 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223354-11072024163847.txt === {"quote":"223354","customer":"1055","name":null,"customerName":"A.W. Miller Technical Sales Inc.","comp":"01","open":"0","shipto":"AWMILL","shiptoName":"A.W. Miller Technical Sales Inc.","entry_date":"10-22-2024","cust_order_date":"10-22-2024","req_date":"12-03-2024","cust_po":"CAT40 tooling","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Troy Martz","drop_po":"York Precision Machining","status":"0","user":"alyssah","conv_order":"","time":"14:44","extra":"","follow_up":"11-27-2024","web_id":"","follow_name":"Troy Martz","follow_phone":"","follow_email":"tmartz@awmiller.com>","pic_user":"alyssah","total_amt":"8140.09","total_gp":"0.00","total_gpm":"0.00","rev_type":"STD","mod_date":"11-07-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"62","win_pct":"20","clo_date":"12-07-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223354","line":"1","part":"C4007-0016-3.50","qty":"2","price":"258.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223354","line":"2","part":"C4007-0016-2.25","qty":"1","price":"253.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223354","line":"3","part":"E16-SET-12","qty":"1","price":"512.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223354","line":"4","part":"C4007-0020-4.00","qty":"20","price":"246.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223354","line":"5","part":"E20-SET-15","qty":"1","price":"809.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223354","line":"6","part":"E20-314","qty":"4","price":"53.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223354","line":"7","part":"E20-393","qty":"4","price":"53.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223354","line":"8","part":"E20-472","qty":"2","price":"53.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223354","line":"9","part":"C4007-0032-3.13","qty":"18","price":"258.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223354","line":"10","part":"E32-SET-21","qty":"1","price":"1092.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223354","line":"11","part":"E32-629","qty":"2","price":"52.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223354","line":"12","part":"C4007-0040-3.13","qty":"3","price":"276.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223354","line":"13","part":"E40-064","qty":"3","price":"68.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":13}}] 2024-11-07 16:39:38.028 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221843-11072024163937.txt === {"quote":"221843","customer":"5015","name":null,"customerName":"E & R Industrial Sales Inc.","comp":"01","open":"1","shipto":"NORTBALB","shiptoName":"Northrop Grumman Electronic Systems","entry_date":"09-20-2024","cust_order_date":"09-20-2024","req_date":"11-01-2024","cust_po":"CAT40-SK16-90U-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tim McCall","drop_po":"","status":"0","user":"briand","conv_order":"","time":"09:40","extra":"","follow_up":"11-05-2024","web_id":"","follow_name":"Tim McCall","follow_phone":"410-336-1237","follow_email":"tmcall@erindustrial.com","pic_user":"alyssah","total_amt":"11967.00","total_gp":"8747.42","total_gpm":"73.10","rev_type":"ADV","mod_date":"11-07-2024","mod_time":null,"mod_user":"alyssah","reason":"2","totalQty":"163","win_pct":"20","clo_date":"10-20-2024","notes":[{"comp":"1","quote":"221843","line":"42","data":"model and if coolant is needed."},{"comp":"1","quote":"221843","line":"41","data":"Retention Knobs - if so, we need machine make &"},{"comp":"1","quote":"221843","line":"40","data":"In Order Ack email, also asked if Northrop needed"},{"comp":"1","quote":"221843","line":"39","data":"She does have the other two correct wrenches."},{"comp":"1","quote":"221843","line":"38","data":"wrenches on quote but holders are not high speed."},{"comp":"1","quote":"221843","line":"37","data":"discount would apply. Patricia has two high speed"},{"comp":"1","quote":"221843","line":"36","data":"List drops below $5,000, only an additional 5%"},{"comp":"1","quote":"221843","line":"35","data":"the 10% additional discount. Let her know if the"},{"comp":"1","quote":"221843","line":"34","data":"milling chucks comes to $5,634 so we can give them"},{"comp":"1","quote":"221843","line":"33","data":"& if coolant is needed). NOTE: List for the"},{"comp":"1","quote":"221843","line":"32","data":"retention knobs (would need macine make & model,"},{"comp":"1","quote":"221843","line":"31","data":"Will ask in Order Ack email if they need any"},{"comp":"1","quote":"221843","line":"30","data":"E&R additional IMTS promo for the milling chucks."},{"comp":"1","quote":"221843","line":"29","data":"09-20-2024 09:40-briand: Karyn said ok to give"},{"comp":"1","quote":"221843","line":"28","data":"locate, asking Karyn for assistance."},{"comp":"1","quote":"221843","line":"27","data":"thru spindle - he said its JIS B6339. Cannot"},{"comp":"1","quote":"221843","line":"26","data":"studs for a Makino MX-520 HMC w/ CAT40 coolant"},{"comp":"1","quote":"221843","line":"25","data":"18 total). He also wants quoted for 120 pull"},{"comp":"1","quote":"221843","line":"24","data":"of the end mill extensions he sent to me (that's"},{"comp":"1","quote":"221843","line":"23","data":"Rep for E&R Industrial), asked that I add 3 each"},{"comp":"1","quote":"221843","line":"22","data":"09-20-2024 13:30-briand: Tim McCall (Territory"},{"comp":"1","quote":"221843","line":"21","data":"drawing of the pull stud so we can cross."},{"comp":"1","quote":"221843","line":"20","data":"Tim McCall w/ the extensions however we need a"},{"comp":"1","quote":"221843","line":"19","data":"09-20-2024 15:03-briand: Sent updated quote to"},{"comp":"1","quote":"221843","line":"18","data":"for the C40-1500-MATS-EU."},{"comp":"1","quote":"221843","line":"17","data":"I did send him the .PDF, .STEP and .DXF drawings"},{"comp":"1","quote":"221843","line":"16","data":"again while he was on vacation! LOL!"},{"comp":"1","quote":"221843","line":"15","data":"10/2 since I already promised to not email him"},{"comp":"1","quote":"221843","line":"14","data":"on 9/20). I'll send updated quote to Tim on"},{"comp":"1","quote":"221843","line":"13","data":"pull studs (120 was requested on the quote back"},{"comp":"1","quote":"221843","line":"12","data":"a Matsuura MX-520. I added the C40-1500-MATS-EU"},{"comp":"1","quote":"221843","line":"11","data":"10/2 however he said that the machine is actually"},{"comp":"1","quote":"221843","line":"10","data":"09-27-2024 09:54-briand: Tim McCall is off until"},{"comp":"1","quote":"221843","line":"9","data":"to see if he needs to make any changes here."},{"comp":"1","quote":"221843","line":"8","data":"a request for the progress of this quote. Wanted"},{"comp":"1","quote":"221843","line":"7","data":"10-09-2024 08:38-briand: Sent Tim McCall at E&R"},{"comp":"1","quote":"221843","line":"6","data":"when I send to Tim."},{"comp":"1","quote":"221843","line":"5","data":"present updated #'s to Northrop. Will document"},{"comp":"1","quote":"221843","line":"4","data":"send to Tim McCall at E&R to see if he can"},{"comp":"1","quote":"221843","line":"3","data":"said yes. Sending to her for review before I"},{"comp":"1","quote":"221843","line":"2","data":"if ok to update quote w/ new discount % and she"},{"comp":"1","quote":"221843","line":"1","data":"restructuring between L-N and E&R. Asked Alyssa"},{"comp":"1","quote":"221843","line":"0","data":"10-23-2024 11:15-briand: Recent price"}],"crmnotes":[{"comp":1,"quote":221843,"Line":0,"Comment":"10/09/2024 8:37 AM - briand - Sent Tim McCall at E&R a request for the progress of the quote. Would like to see if he needs any additional assistance here with adding or making changes."},{"comp":1,"quote":221843,"Line":1,"Comment":"10/09/2024 8:38 AM - briand - F/U changed from 10/10/2024 to 10/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221843,"Line":2,"Comment":"10/10/2024 8:36 AM - briand - Tim said that the customer had a meeting earlier this week to discuss the capital funding for this project. He's going to follow up with them and let us know the status of the qutoe."},{"comp":1,"quote":221843,"Line":3,"Comment":"10/18/2024 3:06 PM - alyssah - CLO changed from 10/20/2024 to 10/31/2024 (CLO Date Updated)"},{"comp":1,"quote":221843,"Line":4,"Comment":"10/18/2024 3:06 PM - alyssah - F/U changed from 10/14/2024 to 10/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221843,"Line":5,"Comment":"10/18/2024 3:07 PM - alyssah - Sent Tim f/u email regarding meeting w/ customer last week"}],"items":[{"comp":"01","order":"221843","line":"1","part":"CAT40-SK16-90U-IDU","qty":"2","price":"406.00","uom":"EA","discount":"38.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221843","line":"2","part":"CAT40-SK16-120U-IDU","qty":"2","price":"457.00","uom":"EA","discount":"38.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221843","line":"3","part":"CAT40-SK16-150U-IDU","qty":"2","price":"476.00","uom":"EA","discount":"38.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221843","line":"4","part":"CAT40-SK16-180U-IDU","qty":"2","price":"519.00","uom":"EA","discount":"38.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221843","line":"5","part":"CAT40-SK25-90U-IDU","qty":"2","price":"462.00","uom":"EA","discount":"38.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221843","line":"6","part":"CAT40-SK25-120U-IDU","qty":"2","price":"497.00","uom":"EA","discount":"38.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221843","line":"7","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"221843","line":"8","part":"SK16-SET-09-A","qty":"3","price":"738.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221843","line":"9","part":"SK25-SET-08-A","qty":"3","price":"800.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221843","line":"10","part":"RACK-180DA/SK16/ER25","qty":"1","price":"56.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221843","line":"11","part":"RACK-5C/100TG/SK25","qty":"1","price":"86.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221843","line":"12","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221843","line":"13","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221843","line":"14","part":"GH16","qty":"1","price":"221.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221843","line":"15","part":"GH25","qty":"1","price":"245.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221843","line":"16","part":"S7506-0125-6.00","qty":"3","price":"112.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221843","line":"17","part":"S7506-0187-6.00","qty":"3","price":"122.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221843","line":"18","part":"S7506-0250-6.00","qty":"3","price":"112.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221843","line":"19","part":"S7506-0312-6.00","qty":"3","price":"122.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221843","line":"20","part":"S1006-0375-6.00","qty":"3","price":"122.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221843","line":"21","part":"S1006-0500-6.00","qty":"3","price":"122.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221843","line":"22","part":"C40-1500-MATS-EU","qty":"120","price":"40.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"221843","Line":"7","Company":"1","F_Line":"1","Comment":"Additional 10% discount given for holders on lines","Loc":"Y"},{"Quote":"221843","Line":"7","Company":"1","F_Line":"2","Comment":"1-6 for the IMTS Promotion for List over $5000 (total","Loc":"Y"},{"Quote":"221843","Line":"7","Company":"1","F_Line":"3","Comment":"is $5634). This represents a complete order. Should","Loc":"Y"},{"Quote":"221843","Line":"7","Company":"1","F_Line":"4","Comment":"the List fall below $5000 then only an additional 5%","Loc":"Y"},{"Quote":"221843","Line":"7","Company":"1","F_Line":"5","Comment":"would be applied to these holders.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":22}}] 2024-11-07 16:40:02.439 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223755-11072024164002.txt === {"quote":"223755","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"HOERBI","shiptoName":"Hoerbiger Corporation","entry_date":"10-31-2024","cust_order_date":"11-09-2024","req_date":"11-30-2024","cust_po":"Hoerbiger VC Test","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"TD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"09:16","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Lynn","follow_phone":"504-733-4744","follow_email":"lynn.nunez@mscdirect.com","pic_user":"alyssah","total_amt":"785.29","total_gp":"553.40","total_gpm":"70.47","rev_type":"ADV","mod_date":"11-07-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"6","win_pct":"20","clo_date":"11-19-2024","notes":[{"comp":"1","quote":"223755","line":"1","data":"purposes only-do not ship, from so# 984730"},{"comp":"1","quote":"223755","line":"0","data":"10-31-2024 09:18-alyssah This is for invoicing"}],"crmnotes":[],"items":[{"comp":"01","order":"223755","line":"1","part":"HSK63A-VC13-90-IDU","qty":"1","price":"604.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223755","line":"2","part":"VCK13-8","qty":"1","price":"133.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223755","line":"3","part":"VCN-13BJ","qty":"1","price":"130.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223755","line":"4","part":"SKJ16-8C","qty":"1","price":"47.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223755","line":"5","part":"SKJL-16","qty":"1","price":"17.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223755","line":"6","part":"GH16","qty":"1","price":"221.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":6}}] 2024-11-07 16:40:17.610 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221911-11072024164017.txt === {"quote":"221911","customer":"13170TA","name":null,"customerName":"Morris South (NC-TA)","comp":"01","open":"1","shipto":"TRUECHAR","shiptoName":"True Precision Inc.","entry_date":"09-23-2024","cust_order_date":"09-23-2024","req_date":"11-04-2024","cust_po":"Tool Certificate","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Burdett","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"09:41","extra":"","follow_up":"11-06-2024","web_id":"","follow_name":"David Burdett","follow_phone":"7045236008","follow_email":"dburdett@morrissouth.com","pic_user":"alyssah","total_amt":"1750","total_gp":"1750.00","total_gpm":"100.00","rev_type":"STD","mod_date":"11-07-2024","mod_time":null,"mod_user":"alyssah","reason":"2","totalQty":"1","win_pct":"20","clo_date":"10-23-2024","notes":[{"comp":"1","quote":"221911","line":"0","data":"09-23-2024 09:41 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221911,"Line":0,"Comment":"09/30/2024 5:45 AM - alyssah - F/U changed from 09/29/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221911,"Line":1,"Comment":"10/14/2024 8:14 AM - alyssah - F/U changed from 10/05/2024 to 10/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221911,"Line":2,"Comment":"10/30/2024 4:57 PM - alyssah - F/U changed from 10/23/2024 to 11/06/2024 (Order Approved Pending PO)"}],"items":[{"comp":"01","order":"221911","line":"1","part":"TOOL-CERT","qty":"1","price":"3500.00","uom":"EA","discount":"50.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-07 16:44:15.499 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222632-11072024164415.txt === {"quote":"222632","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"DESCCHIN","shiptoName":"Desco","entry_date":"10-07-2024","cust_order_date":"10-07-2024","req_date":"11-18-2024","cust_po":"C40RAM-ER32-180-65TP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"14:27","extra":"","follow_up":"11-08-2024","web_id":"","follow_name":"Brett Taylor","follow_phone":"916-549-9435","follow_email":"brett.taylor@pts-tools.com","pic_user":"rons","total_amt":"7823.00","total_gp":"4453.50","total_gpm":"56.93","rev_type":"ADV","mod_date":"11-07-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-07-2024","notes":[{"comp":"1","quote":"222632","line":"3","data":"internal coolant"},{"comp":"1","quote":"222632","line":"2","data":"is a Haas VF-2 and doesn't think the machine has"},{"comp":"1","quote":"222632","line":"1","data":"wanted a quote on an angle head for Desco; machine"},{"comp":"1","quote":"222632","line":"0","data":"10-07-2024 14:38-rons: Brett Taylor called and"}],"crmnotes":[{"comp":1,"quote":222632,"Line":0,"Comment":"10/10/2024 11:18 AM - rons - F/U changed from 10/13/2024 to 10/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":1,"Comment":"10/17/2024 4:49 PM - rons - F/U changed from 10/17/2024 to 10/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":2,"Comment":"10/21/2024 4:42 PM - rons - F/U changed from 10/21/2024 to 10/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":3,"Comment":"10/22/2024 3:01 PM - rons - Brett getting back to me..."},{"comp":1,"quote":222632,"Line":4,"Comment":"10/22/2024 3:01 PM - rons - F/U changed from 10/22/2024 to 10/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":5,"Comment":"10/22/2024 4:01 PM - rons - \"Hi Ron, I can’t give you a specific timeline. It is part of an overall restructuring of their manufacturing process for a specific item and there are several steps involved. I’ll try to get you a heads up as we get close. Thank you.\""},{"comp":1,"quote":222632,"Line":6,"Comment":"10/30/2024 10:10 AM - rons - F/U changed from 10/31/2024 to 11/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":7,"Comment":"11/07/2024 8:42 AM - rons - F/U changed from 11/06/2024 to 11/7/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222632","line":"1","part":"C40RAM-ER32-180-65TP","qty":"1","price":"9404.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222632","line":"2","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-07 16:44:24.011 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222632-11072024164423.txt === {"quote":"222632","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"DESCCHIN","shiptoName":"Desco","entry_date":"10-07-2024","cust_order_date":"10-07-2024","req_date":"11-18-2024","cust_po":"C40RAM-ER32-180-65TP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"14:27","extra":"","follow_up":"11-08-2024","web_id":"","follow_name":"Brett Taylor","follow_phone":"916-549-9435","follow_email":"brett.taylor@pts-tools.com","pic_user":"rons","total_amt":"7823.00","total_gp":"4453.50","total_gpm":"56.93","rev_type":"ADV","mod_date":"11-07-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-12-2024","notes":[{"comp":"1","quote":"222632","line":"3","data":"internal coolant"},{"comp":"1","quote":"222632","line":"2","data":"is a Haas VF-2 and doesn't think the machine has"},{"comp":"1","quote":"222632","line":"1","data":"wanted a quote on an angle head for Desco; machine"},{"comp":"1","quote":"222632","line":"0","data":"10-07-2024 14:38-rons: Brett Taylor called and"}],"crmnotes":[{"comp":1,"quote":222632,"Line":0,"Comment":"10/10/2024 11:18 AM - rons - F/U changed from 10/13/2024 to 10/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":1,"Comment":"10/17/2024 4:49 PM - rons - F/U changed from 10/17/2024 to 10/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":2,"Comment":"10/21/2024 4:42 PM - rons - F/U changed from 10/21/2024 to 10/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":3,"Comment":"10/22/2024 3:01 PM - rons - Brett getting back to me..."},{"comp":1,"quote":222632,"Line":4,"Comment":"10/22/2024 3:01 PM - rons - F/U changed from 10/22/2024 to 10/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":5,"Comment":"10/22/2024 4:01 PM - rons - \"Hi Ron, I can’t give you a specific timeline. It is part of an overall restructuring of their manufacturing process for a specific item and there are several steps involved. I’ll try to get you a heads up as we get close. Thank you.\""},{"comp":1,"quote":222632,"Line":6,"Comment":"10/30/2024 10:10 AM - rons - F/U changed from 10/31/2024 to 11/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":7,"Comment":"11/07/2024 8:42 AM - rons - F/U changed from 11/06/2024 to 11/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":8,"Comment":"11/07/2024 4:44 PM - rons - F/U changed from 11/07/2024 to 11/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":9,"Comment":"11/07/2024 4:44 PM - rons - CLO changed from 11/07/2024 to 11/12/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222632","line":"1","part":"C40RAM-ER32-180-65TP","qty":"1","price":"9404.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222632","line":"2","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-07 16:44:27.816 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223726-11072024164427.txt === {"quote":"223726","customer":"1245","name":null,"customerName":"All Industrial Tool Supply","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-30-2024","cust_order_date":"10-30-2024","req_date":"12-11-2024","cust_po":"C40RAM-ER11-208ST-65TP","terms_code":"CCARD","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"15:27","extra":"","follow_up":"11-08-2024","web_id":"","follow_name":"Matt","follow_phone":"714-897-1700","follow_email":"sales@allindustrial.com","pic_user":"rons","total_amt":"9167.90","total_gp":"5126.83","total_gpm":"55.92","rev_type":"ADV","mod_date":"11-07-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"223726","line":"3","data":"machine is DN Solutions DVF 6500, CAT40 taper"},{"comp":"1","quote":"223726","line":"2","data":"put C40RAM-ER11-208ST-65TP on log for p&d - the"},{"comp":"1","quote":"223726","line":"1","data":"Matt called in requesting C40RAM-ER11-208ST-65FP;"},{"comp":"1","quote":"223726","line":"0","data":"10-30-2024 15:29-rons: shipping to California..."}],"crmnotes":[{"comp":1,"quote":223726,"Line":0,"Comment":"11/04/2024 1:47 PM - rons - F/U changed from 11/05/2024 to 11/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223726,"Line":1,"Comment":"11/04/2024 5:13 PM - rons - F/U changed from 11/04/2024 to 11/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223726,"Line":2,"Comment":"11/07/2024 8:44 AM - rons - F/U changed from 11/06/2024 to 11/7/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223726","line":"1","part":"C40RAM-ER11-208ST-65TP","qty":"1","price":"11997.00","uom":"EA","discount":"30.00","req_date":"SEE COMMENT","branch":"1"},{"comp":"01","order":"223726","line":"2","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"1 WEEK","branch":"1"}],"qlines":[{"Quote":"223726","Line":"1","Company":"1","F_Line":"1","Comment":"These are custom application units. Application must be","Loc":"Y"},{"Quote":"223726","Line":"1","Company":"1","F_Line":"2","Comment":"approved. Once a PO has been issued these cannot be","Loc":"Y"},{"Quote":"223726","Line":"1","Company":"1","F_Line":"3","Comment":"cancelled or returned. 6 week delivery upon approval","Loc":"Y"},{"Quote":"223726","Line":"1","Company":"1","F_Line":"4","Comment":"drawing signed.","Loc":"Y"},{"Quote":"223726","Line":"2","Company":"1","F_Line":"1","Comment":"Lyndex-Nikken can make positioning block upon receipt","Loc":"Y"},{"Quote":"223726","Line":"2","Company":"1","F_Line":"2","Comment":"of spindle drawing information.","Loc":"Y"}],"qcomms":[{"Quote":"223726","Line":"0","Comment":"These are custom application units. Application must be"},{"Quote":"223726","Line":"1","Comment":"approved. Once a PO has been issued these cannot be"},{"Quote":"223726","Line":"2","Comment":"cancelled or returned."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-07 16:44:35.399 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222699-11072024164435.txt === {"quote":"222699","customer":"1770","name":null,"customerName":"Aronson-Campbell Industrial Supply","comp":"01","open":"0","shipto":"APPLSASA","shiptoName":"Applied Materials","entry_date":"10-08-2024","cust_order_date":"10-08-2024","req_date":"11-19-2024","cust_po":"OKL4-ER40Z","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"14:30","extra":"","follow_up":"11-08-2024","web_id":"","follow_name":"Jordan Prestholt","follow_phone":"509-891-4047","follow_email":"jordanp@aronson-campbell.com","pic_user":"rons","total_amt":"3278.25","total_gp":"2195.01","total_gpm":"66.96","rev_type":"LT","mod_date":"11-07-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-08-2024","notes":[{"comp":"1","quote":"222699","line":"3","data":"promo"},{"comp":"1","quote":"222699","line":"2","data":"model; shipping to Applied Materials, applied IMTS"},{"comp":"1","quote":"222699","line":"1","data":"3 on live tool...this is for an Okuma, not sure"},{"comp":"1","quote":"222699","line":"0","data":"10-08-2024 14:36-rons: Jordan called in for qty."}],"crmnotes":[{"comp":1,"quote":222699,"Line":0,"Comment":"10/14/2024 4:59 PM - rons - F/U changed from 10/14/2024 to 10/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222699,"Line":1,"Comment":"10/15/2024 5:05 PM - rons - F/U changed from 10/15/2024 to 10/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222699,"Line":2,"Comment":"10/16/2024 5:04 PM - rons - F/U changed from 10/16/2024 to 10/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222699,"Line":3,"Comment":"10/17/2024 4:50 PM - rons - F/U changed from 10/17/2024 to 10/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222699,"Line":4,"Comment":"10/21/2024 4:43 PM - rons - F/U changed from 10/21/2024 to 10/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222699,"Line":5,"Comment":"10/22/2024 2:06 PM - rons - Jordan getting back to me..."},{"comp":1,"quote":222699,"Line":6,"Comment":"10/22/2024 2:06 PM - rons - F/U changed from 10/22/2024 to 11/7/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222699","line":"1","part":"OKL4-ER40Z","qty":"3","price":"1457.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222699","line":"2","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222699","Line":"2","Company":"1","F_Line":"1","Comment":"Please note additional 5% applied per IMTS promotion.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-07 16:44:43.429 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222699-11072024164443.txt === {"quote":"222699","customer":"1770","name":null,"customerName":"Aronson-Campbell Industrial Supply","comp":"01","open":"0","shipto":"APPLSASA","shiptoName":"Applied Materials","entry_date":"10-08-2024","cust_order_date":"10-08-2024","req_date":"11-19-2024","cust_po":"OKL4-ER40Z","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"14:30","extra":"","follow_up":"11-08-2024","web_id":"","follow_name":"Jordan Prestholt","follow_phone":"509-891-4047","follow_email":"jordanp@aronson-campbell.com","pic_user":"rons","total_amt":"3278.25","total_gp":"2195.01","total_gpm":"66.96","rev_type":"LT","mod_date":"11-07-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-12-2024","notes":[{"comp":"1","quote":"222699","line":"3","data":"promo"},{"comp":"1","quote":"222699","line":"2","data":"model; shipping to Applied Materials, applied IMTS"},{"comp":"1","quote":"222699","line":"1","data":"3 on live tool...this is for an Okuma, not sure"},{"comp":"1","quote":"222699","line":"0","data":"10-08-2024 14:36-rons: Jordan called in for qty."}],"crmnotes":[{"comp":1,"quote":222699,"Line":0,"Comment":"10/14/2024 4:59 PM - rons - F/U changed from 10/14/2024 to 10/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222699,"Line":1,"Comment":"10/15/2024 5:05 PM - rons - F/U changed from 10/15/2024 to 10/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222699,"Line":2,"Comment":"10/16/2024 5:04 PM - rons - F/U changed from 10/16/2024 to 10/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222699,"Line":3,"Comment":"10/17/2024 4:50 PM - rons - F/U changed from 10/17/2024 to 10/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222699,"Line":4,"Comment":"10/21/2024 4:43 PM - rons - F/U changed from 10/21/2024 to 10/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222699,"Line":5,"Comment":"10/22/2024 2:06 PM - rons - Jordan getting back to me..."},{"comp":1,"quote":222699,"Line":6,"Comment":"10/22/2024 2:06 PM - rons - F/U changed from 10/22/2024 to 11/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222699,"Line":7,"Comment":"11/07/2024 4:44 PM - rons - F/U changed from 11/07/2024 to 11/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222699,"Line":8,"Comment":"11/07/2024 4:44 PM - rons - CLO changed from 11/08/2024 to 11/12/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222699","line":"1","part":"OKL4-ER40Z","qty":"3","price":"1457.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222699","line":"2","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222699","Line":"2","Company":"1","F_Line":"1","Comment":"Please note additional 5% applied per IMTS promotion.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-07 18:53:51.467 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-07 23:49:14.150 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-08 00:56:36.781 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-08 05:39:52.219 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-08 07:00:03.579 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(41.1159449676435, -74.0202822257523, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(41.1159449676435, -74.0202822257523, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2250528 second/s. 2024-11-08 07:51:28.718 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-08 07:51:47.469 [INFO] In session is user: nickk 2024-11-08 08:14:43.192 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223936-11082024081442.txt === {"quote":"223936","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"BEFGGHKM","shiptoName":"MSC Industrial Supply Co., Inc.","entry_date":"11-05-2024","cust_order_date":"11-05-2024","req_date":"12-17-2024","cust_po":"SKJ10-1/4C","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Christine Lengle","drop_po":"","status":"0","user":"jingz","conv_order":"","time":"09:20","extra":"","follow_up":"11-11-2024","web_id":"","follow_name":"Christine Lengle","follow_phone":"800-753-7970","follow_email":"lenglch@mscdirect.com","pic_user":"jingz","total_amt":"26","total_gp":"18.20","total_gpm":"70.00","rev_type":"ADV","mod_date":"11-08-2024","mod_time":null,"mod_user":"jingz","reason":"1","totalQty":"1","win_pct":"20","clo_date":"12-05-2024","notes":[{"comp":"1","quote":"223936","line":"0","data":"11-05-2024 09:22 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223936","line":"1","part":"SKJ10-1/4C","qty":"1","price":"40.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-08 08:19:40.883 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224135-11082024081940.txt === {"quote":"224135","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"FHIJLORT","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"11-07-2024","cust_order_date":"11-07-2024","req_date":"12-19-2024","cust_po":"QCFC65-052-SMO","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Bob Ross","drop_po":"","status":"0","user":"jingz","conv_order":"","time":"15:30","extra":"","follow_up":"11-13-2024","web_id":"","follow_name":"Bob Ross","follow_phone":"727-442-4131","follow_email":"rossr@mscdirect.com","pic_user":"jingz","total_amt":"222.36","total_gp":"99.47","total_gpm":"44.73","rev_type":"PCQC","mod_date":"11-08-2024","mod_time":null,"mod_user":"jingz","reason":"1","totalQty":"1","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"224135","line":"0","data":"11-07-2024 15:32 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"224135","line":"1","part":"QCFC65-052-SMO","qty":"1","price":"327.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-08 09:29:15.325 [INFO] In session is user: mattm 2024-11-08 11:16:09.621 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224106-11082024111609.txt === {"quote":"224106","customer":"3895","name":null,"customerName":"Creston Industrial Sales Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-07-2024","cust_order_date":"11-07-2024","req_date":"11-07-2024","cust_po":"075-032(C)","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"11:22","extra":"","follow_up":"11-13-2024","web_id":"","follow_name":"Dennis Robinson","follow_phone":"616-419-5262","follow_email":"dennisr@crestonindustrial.com","pic_user":"briand","total_amt":"142.5","total_gp":"101.94","total_gpm":"71.54","rev_type":"STD","mod_date":"11-08-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-09-2024","notes":[],"crmnotes":[{"comp":1,"quote":224106,"Line":0,"Comment":"11/08/2024 11:16 AM - briand - CLO changed from NaN/NaN/NaN to 12/09/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224106","line":"1","part":"075-032(C)","qty":"1","price":"190.00","uom":"EA","discount":"25.00","req_date":"SEE NOTE BELOW:","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-08 11:16:18.597 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224106-11082024111618.txt === {"quote":"224106","customer":"3895","name":null,"customerName":"Creston Industrial Sales Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-07-2024","cust_order_date":"11-07-2024","req_date":"12-11-2024","cust_po":"075-032(C)","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"11:22","extra":"","follow_up":"11-13-2024","web_id":"","follow_name":"Dennis Robinson","follow_phone":"616-419-5262","follow_email":"dennisr@crestonindustrial.com","pic_user":"briand","total_amt":"142.5","total_gp":"101.94","total_gpm":"71.54","rev_type":"STD","mod_date":"11-08-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-09-2024","notes":[],"crmnotes":[{"comp":1,"quote":224106,"Line":0,"Comment":"11/08/2024 11:16 AM - briand - CLO changed from NaN/NaN/NaN to 12/09/2024 (CLO Date Updated)"},{"comp":1,"quote":224106,"Line":1,"Comment":"11/08/2024 11:16 AM - briand - Req Date changed from 11/07/2024 to 12/11/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"224106","line":"1","part":"075-032(C)","qty":"1","price":"190.00","uom":"EA","discount":"25.00","req_date":"SEE NOTE BELOW:","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-08 11:16:33.278 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224106-11082024111633.txt === {"quote":"224106","customer":"3895","name":null,"customerName":"Creston Industrial Sales Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-07-2024","cust_order_date":"11-07-2024","req_date":"12-11-2024","cust_po":"075-032(C)","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"11:22","extra":"","follow_up":"11-15-2024","web_id":"","follow_name":"Dennis Robinson","follow_phone":"616-419-5262","follow_email":"dennisr@crestonindustrial.com","pic_user":"briand","total_amt":"142.5","total_gp":"101.94","total_gpm":"71.54","rev_type":"STD","mod_date":"11-08-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-09-2024","notes":[],"crmnotes":[{"comp":1,"quote":224106,"Line":0,"Comment":"11/08/2024 11:16 AM - briand - CLO changed from NaN/NaN/NaN to 12/09/2024 (CLO Date Updated)"},{"comp":1,"quote":224106,"Line":1,"Comment":"11/08/2024 11:16 AM - briand - Req Date changed from 11/07/2024 to 12/11/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"224106","line":"1","part":"075-032(C)","qty":"1","price":"190.00","uom":"EA","discount":"25.00","req_date":"SEE NOTE BELOW:","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-08 11:17:04.128 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224027-11082024111703.txt === {"quote":"224027","customer":"1082","name":null,"customerName":"Abrasive-Tool Corporation","comp":"01","open":"0","shipto":"GOULD","shiptoName":"ITT Corp - Gould Pumps SFO","entry_date":"11-06-2024","cust_order_date":"09-27-2024","req_date":"04-04-2025","cust_po":"CAT50 Taper to MT6","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Mike Hanna","drop_po":"Updated - Longer Taper","status":"0","user":"briand","conv_order":"","time":"10:05","extra":"","follow_up":"11-19-2024","web_id":"","follow_name":"Mike Hanna Sr","follow_phone":"585-254-4500","follow_email":"mike@abrasivetool.com","pic_user":"briand","total_amt":"2110.00","total_gp":"1230.00","total_gpm":"58.29","rev_type":"STD","mod_date":"11-08-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"2","win_pct":"20","clo_date":"03-31-2024","notes":[{"comp":"1","quote":"224027","line":"6","data":"222235 and 222767."},{"comp":"1","quote":"224027","line":"5","data":"SO # 993659. Old quotes, both closed, are"},{"comp":"1","quote":"224027","line":"4","data":"and CC Territory 19. This Quote is tied to"},{"comp":"1","quote":"224027","line":"3","data":"going w/ GP 45%. Sending updated quote to Mike"},{"comp":"1","quote":"224027","line":"2","data":"has been a change in price. tt Alyssa, we're"},{"comp":"1","quote":"224027","line":"1","data":"Mike's requested change in specifications, there"},{"comp":"1","quote":"224027","line":"0","data":"11-06-2024 10:06-briand: Per Kyoko, due to the"}],"crmnotes":[{"comp":1,"quote":224027,"Line":0,"Comment":"11/07/2024 10:05 AM - briand - We are still waiting for ITT Gould to review and sign approved drawing. We will need an updated PO from Mike due to the pricing change."},{"comp":1,"quote":224027,"Line":1,"Comment":"11/07/2024 10:05 AM - briand - F/U changed from 11/12/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224027,"Line":2,"Comment":"11/07/2024 10:06 AM - briand - Req Date changed from 11/06/2024 to 04/04/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"224027","line":"1","part":"C5004-0006-10.55","qty":"2","price":"1055.00","uom":"EA","discount":"0.00","req_date":"22~24 Weeks ADA","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-08 11:17:19.358 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224027-11082024111719.txt === {"quote":"224027","customer":"1082","name":null,"customerName":"Abrasive-Tool Corporation","comp":"01","open":"0","shipto":"GOULD","shiptoName":"ITT Corp - Gould Pumps SFO","entry_date":"11-06-2024","cust_order_date":"09-27-2024","req_date":"04-04-2025","cust_po":"CAT50 Taper to MT6","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Mike Hanna","drop_po":"Updated - Longer Taper","status":"0","user":"briand","conv_order":"","time":"10:05","extra":"","follow_up":"11-19-2024","web_id":"","follow_name":"Mike Hanna Sr","follow_phone":"585-254-4500","follow_email":"mike@abrasivetool.com","pic_user":"briand","total_amt":"2110.00","total_gp":"1230.00","total_gpm":"58.29","rev_type":"STD","mod_date":"11-08-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"2","win_pct":"20","clo_date":"03-31-2025","notes":[{"comp":"1","quote":"224027","line":"6","data":"222235 and 222767."},{"comp":"1","quote":"224027","line":"5","data":"SO # 993659. Old quotes, both closed, are"},{"comp":"1","quote":"224027","line":"4","data":"and CC Territory 19. This Quote is tied to"},{"comp":"1","quote":"224027","line":"3","data":"going w/ GP 45%. Sending updated quote to Mike"},{"comp":"1","quote":"224027","line":"2","data":"has been a change in price. tt Alyssa, we're"},{"comp":"1","quote":"224027","line":"1","data":"Mike's requested change in specifications, there"},{"comp":"1","quote":"224027","line":"0","data":"11-06-2024 10:06-briand: Per Kyoko, due to the"}],"crmnotes":[{"comp":1,"quote":224027,"Line":0,"Comment":"11/07/2024 10:05 AM - briand - We are still waiting for ITT Gould to review and sign approved drawing. We will need an updated PO from Mike due to the pricing change."},{"comp":1,"quote":224027,"Line":1,"Comment":"11/07/2024 10:05 AM - briand - F/U changed from 11/12/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224027,"Line":2,"Comment":"11/07/2024 10:06 AM - briand - Req Date changed from 11/06/2024 to 04/04/2025 (Req Date Updated)"},{"comp":1,"quote":224027,"Line":3,"Comment":"11/08/2024 11:17 AM - briand - F/U changed from 11/18/2024 to 11/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224027,"Line":4,"Comment":"11/08/2024 11:17 AM - briand - CLO changed from 03/31/2024 to 03/31/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224027","line":"1","part":"C5004-0006-10.55","qty":"2","price":"1055.00","uom":"EA","discount":"0.00","req_date":"22~24 Weeks ADA","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-08 11:29:03.414 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(35.4129755583434, -86.234624831487, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(35.4129755583434, -86.234624831487, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2459428 second/s. 2024-11-08 11:29:12.654 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(35.4129559563592, -86.2346168771, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(35.4129559563592, -86.2346168771, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1904672 second/s. 2024-11-08 11:29:30.626 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(35.4127706867041, -86.2347274740098, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(35.4127706867041, -86.2347274740098, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2251829 second/s. 2024-11-08 11:29:34.918 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(35.4127706867041, -86.2347274740098, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(35.4127706867041, -86.2347274740098, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1326227 second/s. 2024-11-08 11:29:58.770 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(35.4127706867041, -86.2347274740098, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(35.4127706867041, -86.2347274740098, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 10 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3256018 second/s. 2024-11-08 11:30:31.308 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(35.4127706867041, -86.2347274740098, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(35.4127706867041, -86.2347274740098, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 20 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3659193 second/s. 2024-11-08 11:50:55.578 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(35.368798, -86.2204996666667, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(35.368798, -86.2204996666667, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2406519 second/s. 2024-11-08 12:00:53.035 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(35.3689287139973, -86.220563065885, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(35.3689287139973, -86.220563065885, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3089869 second/s. 2024-11-08 12:09:40.001 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(35.3594755, -86.19228, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(35.3594755, -86.19228, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1744482 second/s. 2024-11-08 12:13:45.218 [INFO] In session is user: gregb 2024-11-08 12:13:45.676 [INFO] In session is user: gregb 2024-11-08 12:17:09.005 [INFO] In session is user: gregb 2024-11-08 12:17:09.823 [INFO] In session is user: gregb 2024-11-08 12:17:10.457 [INFO] In session is user: gregb 2024-11-08 12:17:11.098 [INFO] In session is user: gregb 2024-11-08 12:17:11.733 [INFO] In session is user: gregb 2024-11-08 12:17:12.723 [INFO] In session is user: gregb 2024-11-08 12:17:13.669 [INFO] In session is user: gregb 2024-11-08 12:17:14.608 [INFO] In session is user: gregb 2024-11-08 12:17:15.586 [INFO] In session is user: gregb 2024-11-08 12:17:16.511 [INFO] In session is user: gregb 2024-11-08 12:17:17.154 [INFO] In session is user: gregb 2024-11-08 12:17:17.793 [INFO] In session is user: gregb 2024-11-08 12:17:18.659 [INFO] In session is user: gregb 2024-11-08 12:17:19.427 [INFO] In session is user: gregb 2024-11-08 12:17:20.376 [INFO] In session is user: gregb 2024-11-08 12:17:21.030 [INFO] In session is user: gregb 2024-11-08 12:17:21.663 [INFO] In session is user: gregb 2024-11-08 12:17:22.330 [INFO] In session is user: gregb 2024-11-08 12:17:22.874 [INFO] In session is user: gregb 2024-11-08 12:17:23.601 [INFO] In session is user: gregb 2024-11-08 12:17:24.205 [INFO] In session is user: gregb 2024-11-08 12:17:24.881 [INFO] In session is user: gregb 2024-11-08 12:17:25.820 [INFO] In session is user: gregb 2024-11-08 12:17:26.998 [INFO] In session is user: gregb 2024-11-08 12:17:27.736 [INFO] In session is user: gregb 2024-11-08 12:17:28.675 [INFO] In session is user: gregb 2024-11-08 12:17:29.339 [INFO] In session is user: gregb 2024-11-08 12:17:30.300 [INFO] In session is user: gregb 2024-11-08 12:17:31.303 [INFO] In session is user: gregb 2024-11-08 12:17:32.869 [INFO] In session is user: gregb 2024-11-08 12:17:33.817 [INFO] In session is user: gregb 2024-11-08 12:17:34.435 [INFO] In session is user: gregb 2024-11-08 12:17:35.075 [INFO] In session is user: gregb 2024-11-08 12:17:35.717 [INFO] In session is user: gregb 2024-11-08 12:17:36.367 [INFO] In session is user: gregb 2024-11-08 12:17:37.032 [INFO] In session is user: gregb 2024-11-08 12:17:37.941 [INFO] In session is user: gregb 2024-11-08 12:17:38.652 [INFO] In session is user: gregb 2024-11-08 12:17:39.578 [INFO] In session is user: gregb 2024-11-08 12:17:40.559 [INFO] In session is user: gregb 2024-11-08 12:17:41.572 [INFO] In session is user: gregb 2024-11-08 12:17:42.137 [INFO] In session is user: gregb 2024-11-08 12:17:42.787 [INFO] In session is user: gregb 2024-11-08 12:17:43.731 [INFO] In session is user: gregb 2024-11-08 12:17:44.381 [INFO] In session is user: gregb 2024-11-08 12:17:45.005 [INFO] In session is user: gregb 2024-11-08 12:17:45.956 [INFO] In session is user: gregb 2024-11-08 12:17:46.586 [INFO] In session is user: gregb 2024-11-08 12:17:47.244 [INFO] In session is user: gregb 2024-11-08 12:17:48.235 [INFO] In session is user: gregb 2024-11-08 12:17:48.756 [INFO] In session is user: gregb 2024-11-08 12:17:49.482 [INFO] In session is user: gregb 2024-11-08 12:17:50.150 [INFO] In session is user: gregb 2024-11-08 12:17:51.107 [INFO] In session is user: gregb 2024-11-08 12:17:51.720 [INFO] In session is user: gregb 2024-11-08 12:17:52.407 [INFO] In session is user: gregb 2024-11-08 12:17:52.989 [INFO] In session is user: gregb 2024-11-08 12:17:53.632 [INFO] In session is user: gregb 2024-11-08 12:17:54.610 [INFO] In session is user: gregb 2024-11-08 12:17:55.583 [INFO] In session is user: gregb 2024-11-08 12:17:56.523 [INFO] In session is user: gregb 2024-11-08 12:17:57.159 [INFO] In session is user: gregb 2024-11-08 12:17:57.788 [INFO] In session is user: gregb 2024-11-08 12:18:00.708 [INFO] In session is user: gregb 2024-11-08 12:18:01.643 [INFO] In session is user: gregb 2024-11-08 12:18:02.603 [INFO] In session is user: gregb 2024-11-08 12:18:03.590 [INFO] In session is user: gregb 2024-11-08 12:18:04.188 [INFO] In session is user: gregb 2024-11-08 12:18:04.833 [INFO] In session is user: gregb 2024-11-08 12:18:05.468 [INFO] In session is user: gregb 2024-11-08 12:18:06.123 [INFO] In session is user: gregb 2024-11-08 12:18:06.759 [INFO] In session is user: gregb 2024-11-08 12:18:07.423 [INFO] In session is user: gregb 2024-11-08 12:18:08.039 [INFO] In session is user: gregb 2024-11-08 12:18:08.755 [INFO] In session is user: gregb 2024-11-08 12:18:09.680 [INFO] In session is user: gregb 2024-11-08 12:18:10.585 [INFO] In session is user: gregb 2024-11-08 12:18:11.253 [INFO] In session is user: gregb 2024-11-08 12:18:11.846 [INFO] In session is user: gregb 2024-11-08 12:18:12.526 [INFO] In session is user: gregb 2024-11-08 12:18:13.100 [INFO] In session is user: gregb 2024-11-08 12:18:13.821 [INFO] In session is user: gregb 2024-11-08 12:18:14.759 [INFO] In session is user: gregb 2024-11-08 12:18:15.395 [INFO] In session is user: gregb 2024-11-08 12:18:16.059 [INFO] In session is user: gregb 2024-11-08 12:18:16.702 [INFO] In session is user: gregb 2024-11-08 12:18:17.331 [INFO] In session is user: gregb 2024-11-08 12:18:18.273 [INFO] In session is user: gregb 2024-11-08 12:18:18.924 [INFO] In session is user: gregb 2024-11-08 12:18:19.893 [INFO] In session is user: gregb 2024-11-08 12:18:20.881 [INFO] In session is user: gregb 2024-11-08 12:18:21.822 [INFO] In session is user: gregb 2024-11-08 12:18:22.437 [INFO] In session is user: gregb 2024-11-08 12:18:23.425 [INFO] In session is user: gregb 2024-11-08 12:18:24.338 [INFO] In session is user: gregb 2024-11-08 12:18:25.037 [INFO] In session is user: gregb 2024-11-08 12:18:25.950 [INFO] In session is user: gregb 2024-11-08 12:18:26.590 [INFO] In session is user: gregb 2024-11-08 12:18:27.240 [INFO] In session is user: gregb 2024-11-08 12:18:27.918 [INFO] In session is user: gregb 2024-11-08 12:18:28.856 [INFO] In session is user: gregb 2024-11-08 12:18:29.505 [INFO] In session is user: gregb 2024-11-08 12:18:30.436 [INFO] In session is user: gregb 2024-11-08 12:18:31.084 [INFO] In session is user: gregb 2024-11-08 12:18:31.762 [INFO] In session is user: gregb 2024-11-08 12:18:32.685 [INFO] In session is user: gregb 2024-11-08 12:18:33.330 [INFO] In session is user: gregb 2024-11-08 12:18:34.303 [INFO] In session is user: gregb 2024-11-08 12:18:34.921 [INFO] In session is user: gregb 2024-11-08 12:18:35.577 [INFO] In session is user: gregb 2024-11-08 12:18:36.552 [INFO] In session is user: gregb 2024-11-08 12:18:37.600 [INFO] In session is user: gregb 2024-11-08 12:18:38.448 [INFO] In session is user: gregb 2024-11-08 12:18:39.073 [INFO] In session is user: gregb 2024-11-08 12:18:39.580 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\DIAMAX-0-3258.txt === {"customer":"DIAMAX","line":"A","dept":"M","name":"Zach Stewart","title":"TRM","phone":"(931) 571-8262","cell":"(402) 720-4366","fax":null,"email":"zstewart@diemax.ca","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3258,"password":null,"webenabled":null,"linkedin":null,"city":"Tullahoma","state":"TN","address1":"212 Industrial Blvd.","address2":null,"zip":"37388","country":"USA","userid":"gregb","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"ST","Active":"Y","lnrp":"N"} [{"json":{"results":"Contacts","type":"contacts","line":"0"}}] 2024-11-08 12:18:39.725 [INFO] In session is user: gregb 2024-11-08 12:18:41.317 [INFO] In session is user: gregb 2024-11-08 12:18:42.032 [INFO] In session is user: gregb 2024-11-08 12:18:42.929 [INFO] In session is user: gregb 2024-11-08 12:18:43.556 [INFO] In session is user: gregb 2024-11-08 12:18:44.547 [INFO] In session is user: gregb 2024-11-08 12:18:45.493 [INFO] In session is user: gregb 2024-11-08 12:18:46.167 [INFO] In session is user: gregb 2024-11-08 12:18:47.087 [INFO] In session is user: gregb 2024-11-08 12:18:48.073 [INFO] In session is user: gregb 2024-11-08 12:18:48.596 [INFO] In session is user: gregb 2024-11-08 12:18:49.361 [INFO] In session is user: gregb 2024-11-08 12:18:50.323 [INFO] In session is user: gregb 2024-11-08 12:18:51.244 [INFO] In session is user: gregb 2024-11-08 12:18:51.925 [INFO] In session is user: gregb 2024-11-08 12:18:52.863 [INFO] In session is user: gregb 2024-11-08 12:18:53.803 [INFO] In session is user: gregb 2024-11-08 12:18:54.437 [INFO] In session is user: gregb 2024-11-08 12:18:55.091 [INFO] In session is user: gregb 2024-11-08 12:18:55.743 [INFO] In session is user: gregb 2024-11-08 12:18:56.367 [INFO] In session is user: gregb 2024-11-08 12:18:57.004 [INFO] In session is user: gregb 2024-11-08 12:18:57.977 [INFO] In session is user: gregb 2024-11-08 12:18:58.611 [INFO] In session is user: gregb 2024-11-08 12:18:59.573 [INFO] In session is user: gregb 2024-11-08 12:19:00.224 [INFO] In session is user: gregb 2024-11-08 12:19:00.903 [INFO] In session is user: gregb 2024-11-08 12:19:01.827 [INFO] In session is user: gregb 2024-11-08 12:19:02.753 [INFO] In session is user: gregb 2024-11-08 12:19:03.379 [INFO] In session is user: gregb 2024-11-08 12:19:04.024 [INFO] In session is user: gregb 2024-11-08 12:19:04.702 [INFO] In session is user: gregb 2024-11-08 12:19:06.166 [INFO] In session is user: gregb 2024-11-08 12:19:06.929 [INFO] In session is user: gregb 2024-11-08 12:19:07.576 [INFO] In session is user: gregb 2024-11-08 12:19:08.115 [INFO] In session is user: gregb 2024-11-08 12:19:08.857 [INFO] In session is user: gregb 2024-11-08 12:19:09.509 [INFO] In session is user: gregb 2024-11-08 12:19:10.479 [INFO] In session is user: gregb 2024-11-08 12:19:11.418 [INFO] In session is user: gregb 2024-11-08 12:19:12.032 [INFO] In session is user: gregb 2024-11-08 12:19:12.681 [INFO] In session is user: gregb 2024-11-08 12:19:13.330 [INFO] In session is user: gregb 2024-11-08 12:19:14.273 [INFO] In session is user: gregb 2024-11-08 12:19:14.915 [INFO] In session is user: gregb 2024-11-08 12:19:15.566 [INFO] In session is user: gregb 2024-11-08 12:19:16.215 [INFO] In session is user: gregb 2024-11-08 12:19:16.825 [INFO] In session is user: gregb 2024-11-08 12:19:17.475 [INFO] In session is user: gregb 2024-11-08 12:19:18.117 [INFO] In session is user: gregb 2024-11-08 12:19:18.756 [INFO] In session is user: gregb 2024-11-08 12:19:19.714 [INFO] In session is user: gregb 2024-11-08 12:19:20.350 [INFO] In session is user: gregb 2024-11-08 12:19:20.978 [INFO] In session is user: gregb 2024-11-08 12:19:21.674 [INFO] In session is user: gregb 2024-11-08 12:19:22.584 [INFO] In session is user: gregb 2024-11-08 12:19:23.240 [INFO] In session is user: gregb 2024-11-08 12:19:23.876 [INFO] In session is user: gregb 2024-11-08 12:19:24.535 [INFO] In session is user: gregb 2024-11-08 12:19:25.176 [INFO] In session is user: gregb 2024-11-08 12:19:26.119 [INFO] In session is user: gregb 2024-11-08 12:19:26.776 [INFO] In session is user: gregb 2024-11-08 12:19:27.401 [INFO] In session is user: gregb 2024-11-08 12:19:28.057 [INFO] In session is user: gregb 2024-11-08 12:19:28.952 [INFO] In session is user: gregb 2024-11-08 12:19:29.648 [INFO] In session is user: gregb 2024-11-08 12:19:30.280 [INFO] In session is user: gregb 2024-11-08 12:19:31.409 [INFO] In session is user: gregb 2024-11-08 12:19:32.215 [INFO] In session is user: gregb 2024-11-08 12:19:33.146 [INFO] In session is user: gregb 2024-11-08 12:19:33.789 [INFO] In session is user: gregb 2024-11-08 12:19:34.447 [INFO] In session is user: gregb 2024-11-08 12:19:35.095 [INFO] In session is user: gregb 2024-11-08 12:19:36.037 [INFO] In session is user: gregb 2024-11-08 12:19:36.674 [INFO] In session is user: gregb 2024-11-08 12:19:37.337 [INFO] In session is user: gregb 2024-11-08 12:19:38.312 [INFO] In session is user: gregb 2024-11-08 12:19:39.248 [INFO] In session is user: gregb 2024-11-08 12:19:40.240 [INFO] In session is user: gregb 2024-11-08 12:19:40.855 [INFO] In session is user: gregb 2024-11-08 12:19:41.539 [INFO] In session is user: gregb 2024-11-08 12:19:42.503 [INFO] In session is user: gregb 2024-11-08 12:19:43.420 [INFO] In session is user: gregb 2024-11-08 12:19:44.047 [INFO] In session is user: gregb 2024-11-08 12:19:45.000 [INFO] In session is user: gregb 2024-11-08 12:19:45.631 [INFO] In session is user: gregb 2024-11-08 12:19:46.274 [INFO] In session is user: gregb 2024-11-08 12:19:46.932 [INFO] In session is user: gregb 2024-11-08 12:19:47.579 [INFO] In session is user: gregb 2024-11-08 12:19:48.199 [INFO] In session is user: gregb 2024-11-08 12:19:49.135 [INFO] In session is user: gregb 2024-11-08 12:19:49.793 [INFO] In session is user: gregb 2024-11-08 12:19:50.431 [INFO] In session is user: gregb 2024-11-08 12:19:51.070 [INFO] In session is user: gregb 2024-11-08 12:19:51.940 [INFO] In session is user: gregb 2024-11-08 12:19:52.695 [INFO] In session is user: gregb 2024-11-08 12:19:53.631 [INFO] In session is user: gregb 2024-11-08 12:19:54.270 [INFO] In session is user: gregb 2024-11-08 12:19:54.913 [INFO] In session is user: gregb 2024-11-08 12:19:55.576 [INFO] In session is user: gregb 2024-11-08 12:19:56.555 [INFO] In session is user: gregb 2024-11-08 12:19:57.474 [INFO] In session is user: gregb 2024-11-08 12:19:58.116 [INFO] In session is user: gregb 2024-11-08 12:19:58.787 [INFO] In session is user: gregb 2024-11-08 12:19:59.718 [INFO] In session is user: gregb 2024-11-08 12:20:00.376 [INFO] In session is user: gregb 2024-11-08 12:20:01.401 [INFO] In session is user: gregb 2024-11-08 12:20:02.291 [INFO] In session is user: gregb 2024-11-08 12:20:02.935 [INFO] In session is user: gregb 2024-11-08 12:20:04.197 [INFO] In session is user: gregb 2024-11-08 12:20:04.831 [INFO] In session is user: gregb 2024-11-08 12:20:05.476 [INFO] In session is user: gregb 2024-11-08 12:20:06.099 [INFO] In session is user: gregb 2024-11-08 12:20:06.777 [INFO] In session is user: gregb 2024-11-08 12:20:07.721 [INFO] In session is user: gregb 2024-11-08 12:20:08.360 [INFO] In session is user: gregb 2024-11-08 12:20:08.996 [INFO] In session is user: gregb 2024-11-08 12:20:09.951 [INFO] In session is user: gregb 2024-11-08 12:20:10.584 [INFO] In session is user: gregb 2024-11-08 12:20:11.230 [INFO] In session is user: gregb 2024-11-08 12:20:12.200 [INFO] In session is user: gregb 2024-11-08 12:20:12.830 [INFO] In session is user: gregb 2024-11-08 12:20:13.476 [INFO] In session is user: gregb 2024-11-08 12:20:14.105 [INFO] In session is user: gregb 2024-11-08 12:20:14.768 [INFO] In session is user: gregb 2024-11-08 12:20:15.734 [INFO] In session is user: gregb 2024-11-08 12:20:16.359 [INFO] In session is user: gregb 2024-11-08 12:20:17.409 [INFO] In session is user: gregb 2024-11-08 12:20:18.293 [INFO] In session is user: gregb 2024-11-08 12:20:19.259 [INFO] In session is user: gregb 2024-11-08 12:20:19.975 [INFO] In session is user: gregb 2024-11-08 12:20:20.839 [INFO] In session is user: gregb 2024-11-08 12:20:21.500 [INFO] In session is user: gregb 2024-11-08 12:20:22.115 [INFO] In session is user: gregb 2024-11-08 12:20:22.781 [INFO] In session is user: gregb 2024-11-08 12:20:23.423 [INFO] In session is user: gregb 2024-11-08 12:20:24.361 [INFO] In session is user: gregb 2024-11-08 12:20:25.015 [INFO] In session is user: gregb 2024-11-08 12:20:25.640 [INFO] In session is user: gregb 2024-11-08 12:20:26.557 [INFO] In session is user: gregb 2024-11-08 12:20:27.246 [INFO] In session is user: gregb 2024-11-08 12:20:28.224 [INFO] In session is user: gregb 2024-11-08 12:20:28.882 [INFO] In session is user: gregb 2024-11-08 12:20:29.847 [INFO] In session is user: gregb 2024-11-08 12:20:30.482 [INFO] In session is user: gregb 2024-11-08 12:20:31.105 [INFO] In session is user: gregb 2024-11-08 12:20:31.743 [INFO] In session is user: gregb 2024-11-08 12:20:32.405 [INFO] In session is user: gregb 2024-11-08 12:20:33.346 [INFO] In session is user: gregb 2024-11-08 12:20:34.306 [INFO] In session is user: gregb 2024-11-08 12:20:35.261 [INFO] In session is user: gregb 2024-11-08 12:20:36.225 [INFO] In session is user: gregb 2024-11-08 12:20:37.172 [INFO] In session is user: gregb 2024-11-08 12:20:37.808 [INFO] In session is user: gregb 2024-11-08 12:20:38.469 [INFO] In session is user: gregb 2024-11-08 12:20:39.390 [INFO] In session is user: gregb 2024-11-08 12:20:40.052 [INFO] In session is user: gregb 2024-11-08 12:20:40.728 [INFO] In session is user: gregb 2024-11-08 12:20:41.328 [INFO] In session is user: gregb 2024-11-08 12:20:41.975 [INFO] In session is user: gregb 2024-11-08 12:20:42.920 [INFO] In session is user: gregb 2024-11-08 12:20:43.589 [INFO] In session is user: gregb 2024-11-08 12:20:44.216 [INFO] In session is user: gregb 2024-11-08 12:20:45.160 [INFO] In session is user: gregb 2024-11-08 12:20:45.787 [INFO] In session is user: gregb 2024-11-08 12:20:46.423 [INFO] In session is user: gregb 2024-11-08 12:20:47.049 [INFO] In session is user: gregb 2024-11-08 12:20:47.730 [INFO] In session is user: gregb 2024-11-08 12:20:48.346 [INFO] In session is user: gregb 2024-11-08 12:20:48.979 [INFO] In session is user: gregb 2024-11-08 12:20:49.621 [INFO] In session is user: gregb 2024-11-08 12:20:50.257 [INFO] In session is user: gregb 2024-11-08 12:20:50.936 [INFO] In session is user: gregb 2024-11-08 12:20:51.911 [INFO] In session is user: gregb 2024-11-08 12:20:52.816 [INFO] In session is user: gregb 2024-11-08 12:20:53.499 [INFO] In session is user: gregb 2024-11-08 12:20:54.432 [INFO] In session is user: gregb 2024-11-08 12:20:55.070 [INFO] In session is user: gregb 2024-11-08 12:20:55.718 [INFO] In session is user: gregb 2024-11-08 12:20:56.650 [INFO] In session is user: gregb 2024-11-08 12:20:57.621 [INFO] In session is user: gregb 2024-11-08 12:20:58.280 [INFO] In session is user: gregb 2024-11-08 12:20:58.947 [INFO] In session is user: gregb 2024-11-08 12:20:59.872 [INFO] In session is user: gregb 2024-11-08 12:21:00.527 [INFO] In session is user: gregb 2024-11-08 12:21:01.490 [INFO] In session is user: gregb 2024-11-08 12:21:02.460 [INFO] In session is user: gregb 2024-11-08 12:21:03.414 [INFO] In session is user: gregb 2024-11-08 12:21:04.027 [INFO] In session is user: gregb 2024-11-08 12:21:04.655 [INFO] In session is user: gregb 2024-11-08 12:21:05.312 [INFO] In session is user: gregb 2024-11-08 12:21:05.955 [INFO] In session is user: gregb 2024-11-08 12:21:06.565 [INFO] In session is user: gregb 2024-11-08 12:21:07.247 [INFO] In session is user: gregb 2024-11-08 12:21:07.889 [INFO] In session is user: gregb 2024-11-08 12:21:08.543 [INFO] In session is user: gregb 2024-11-08 12:21:09.214 [INFO] In session is user: gregb 2024-11-08 12:21:09.837 [INFO] In session is user: gregb 2024-11-08 12:21:10.403 [INFO] In session is user: gregb 2024-11-08 12:21:10.992 [INFO] In session is user: gregb 2024-11-08 12:21:11.748 [INFO] In session is user: gregb 2024-11-08 12:21:12.442 [INFO] In session is user: gregb 2024-11-08 12:21:13.094 [INFO] In session is user: gregb 2024-11-08 12:21:13.643 [INFO] In session is user: gregb 2024-11-08 12:21:14.197 [INFO] In session is user: gregb 2024-11-08 12:21:14.924 [INFO] In session is user: gregb 2024-11-08 12:59:24.084 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.4227955103572, -112.179244650306, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.4227955103572, -112.179244650306, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 50 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1958786 second/s. 2024-11-08 12:59:29.867 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.4228057118967, -112.17924753451, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.4228057118967, -112.17924753451, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2052447 second/s. 2024-11-08 13:00:09.919 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.4228057118967, -112.17924753451, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.4228057118967, -112.17924753451, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 10 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3233376 second/s. 2024-11-08 13:01:56.529 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.4109164552364, -112.180965017253, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.4109164552364, -112.180965017253, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2065837 second/s. 2024-11-08 13:01:56.829 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.4228181753236, -112.179246486845, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.4228181753236, -112.179246486845, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1945126 second/s. 2024-11-08 13:02:36.695 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.4228057118967, -112.17924753451, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.4228057118967, -112.17924753451, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 20 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.379573 second/s. 2024-11-08 13:18:18.582 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(35.7860679424731, -86.3684411743247, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(35.7860679424731, -86.3684411743247, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1630028 second/s. 2024-11-08 13:40:56.846 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222900-11082024134056.txt === {"quote":"222900","customer":"16110","name":null,"customerName":"P.F. Markey Inc.","comp":"01","open":"1","shipto":"SHERAGEI","shiptoName":"Geisler, AA Co Inc","entry_date":"10-11-2024","cust_order_date":"10-29-2024","req_date":"11-05-2024","cust_po":"QCC-DL65-A6","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Noel Bean","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"13:19","extra":"","follow_up":"11-01-2024","web_id":"","follow_name":"Noel Bean","follow_phone":"989-793-0900","follow_email":"noelbean@pfmarkey.com","pic_user":"blakes","total_amt":"5238.40","total_gp":"2669.67","total_gpm":"50.96","rev_type":"PCQC","mod_date":"11-08-2024","mod_time":null,"mod_user":"blakes","reason":"2","totalQty":"5","win_pct":"20","clo_date":"10-29-2024","notes":[{"comp":"1","quote":"222900","line":"2","data":"modified here."},{"comp":"1","quote":"222900","line":"1","data":"spindle form in case the want the draw tube"},{"comp":"1","quote":"222900","line":"0","data":"10-11-2024 13:27-cindyt: Sent Noel the lathe"}],"crmnotes":[{"comp":1,"quote":222900,"Line":0,"Comment":"10/25/2024 4:13 PM - blakes - F/U changed from 10/24/2024 to 11/1/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222900","line":"1","part":"QCC-DL65-A6","qty":"1","price":"4992.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222900","line":"2","part":"MODIFICATION-DSCRW-THREAD","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"},{"comp":"01","order":"222900","line":"3","part":"QCFC65-080-SMO","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222900","line":"4","part":"QCFC65-144-SER","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222900","line":"5","part":"QCFC65-WRENCH","qty":"1","price":"902.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-08 13:41:07.642 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222934-11082024134107.txt === {"quote":"222934","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"1","shipto":"ENGINE","shiptoName":"Engine Power Components Inc.","entry_date":"10-14-2024","cust_order_date":"11-10-2024","req_date":"11-15-2024","cust_po":"MNL12 ER32 PriceBreaks","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Doug Yokobonus","drop_po":"","status":"0","user":"blakes","conv_order":"","time":"12:17","extra":"","follow_up":"11-07-2024","web_id":"","follow_name":"Doug Yokobonus","follow_phone":"586-755-7770","follow_email":"dougY@ptsolutions.com","pic_user":"blakes","total_amt":"8534.13","total_gp":"5805.21","total_gpm":"68.02","rev_type":"LT","mod_date":"11-08-2024","mod_time":null,"mod_user":"blakes","reason":"2","totalQty":"6","win_pct":"20","clo_date":"11-09-2024","notes":[{"comp":"1","quote":"222934","line":"2","data":"cannot be repaired."},{"comp":"1","quote":"222934","line":"1","data":"because EPC sent tools in for repair and they"},{"comp":"1","quote":"222934","line":"0","data":"10-14-2024 12:50-cindyt: Blake gave extra discount"}],"crmnotes":[],"items":[{"comp":"01","order":"222934","line":"1","part":"MNL12-ER40X","qty":"1","price":"2351.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222934","line":"3","part":"MNL12-ER40X","qty":"2","price":"2351.00","uom":"EA","discount":"38.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222934","line":"5","part":"MNL12-ER40X","qty":"3","price":"2351.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-08 13:47:49.460 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\SHAWNEE-0-3258.txt === {"customer":"SHAWNEE","line":"A","dept":"M","name":"Mike Huffman","title":"P","phone":"(269) 461-6931","cell":"(269) 461-6931","fax":null,"email":"m.huffman@shawneespecialties.com","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3258,"password":null,"webenabled":null,"linkedin":null,"city":"Eau Claire","state":"MI","address1":"7100 Third St.","address2":null,"zip":"49111","country":"USA","userid":"blakes","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"ST","Active":"Y","lnrp":"N"} [{"json":{"results":"Contacts","type":"contacts","line":"0"}}] 2024-11-08 14:44:32.558 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222686-11082024144432.txt === {"quote":"222686","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"MSCIFTWO","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"10-08-2024","cust_order_date":"10-08-2024","req_date":"11-19-2024","cust_po":"160-0.821","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"belindah","conv_order":"","time":"12:32","extra":"","follow_up":"11-08-2024","web_id":"","follow_name":"James Weaver","follow_phone":"210-930-2912","follow_email":"james.weaver@mscdirect.com","pic_user":"belindah","total_amt":"900.00","total_gp":"601.90","total_gpm":"66.88","rev_type":"STD","mod_date":"11-08-2024","mod_time":null,"mod_user":"bethw","reason":"8","totalQty":"10","win_pct":"20","clo_date":"11-08-2024","notes":[{"comp":"1","quote":"222686","line":"0","data":"10-08-2024 12:37-belindah: put in quote log"}],"crmnotes":[{"comp":1,"quote":222686,"Line":0,"Comment":"11/08/2024 2:44 PM - bethw - converted to SO# 994679"}],"items":[{"comp":"01","order":"222686","line":"1","part":"160-0.821","qty":"10","price":"90.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-08 14:47:16.024 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223070-11082024144715.txt === {"quote":"223070","customer":"4050","name":null,"customerName":"D-B Industrial Supply Co.,Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-16-2024","cust_order_date":"10-16-2024","req_date":"11-27-2024","cust_po":"C5002-1250-6.28","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"13:38","extra":"","follow_up":"11-13-2024","web_id":"","follow_name":"Carlos","follow_phone":"714-364-7530","follow_email":"carlos@dbindustrial.com","pic_user":"rons","total_amt":"1350","total_gp":"759.05","total_gpm":"56.23","rev_type":"STD","mod_date":"11-08-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"5","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"223070","line":"3","data":"when moving up one bucket"},{"comp":"1","quote":"223070","line":"2","data":"breaks...checked discount schedule, additional 3%"},{"comp":"1","quote":"223070","line":"1","data":"5/7 remaining pieces on shelf...asked about qty."},{"comp":"1","quote":"223070","line":"0","data":"10-16-2024 14:10-rons: E/U is looking to purchase"}],"crmnotes":[{"comp":1,"quote":223070,"Line":0,"Comment":"10/21/2024 1:33 PM - rons - F/U changed from 10/22/2024 to 11/8/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223070","line":"1","part":"C5002-1250-6.28","qty":"5","price":"375.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"223070","Line":"1","Company":"1","F_Line":"1","Comment":"Please note additional discount applies to qty. breaks","Loc":"Y"},{"Quote":"223070","Line":"1","Company":"1","F_Line":"2","Comment":"and must be purchased all at once.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-08 14:47:57.998 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223726-11082024144757.txt === {"quote":"223726","customer":"1245","name":null,"customerName":"All Industrial Tool Supply","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-30-2024","cust_order_date":"10-30-2024","req_date":"12-11-2024","cust_po":"C40RAM-ER11-208ST-65TP","terms_code":"CCARD","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"15:27","extra":"","follow_up":"11-13-2024","web_id":"","follow_name":"Matt","follow_phone":"714-897-1700","follow_email":"sales@allindustrial.com","pic_user":"rons","total_amt":"9167.90","total_gp":"5126.83","total_gpm":"55.92","rev_type":"ADV","mod_date":"11-08-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"223726","line":"3","data":"machine is DN Solutions DVF 6500, CAT40 taper"},{"comp":"1","quote":"223726","line":"2","data":"put C40RAM-ER11-208ST-65TP on log for p&d - the"},{"comp":"1","quote":"223726","line":"1","data":"Matt called in requesting C40RAM-ER11-208ST-65FP;"},{"comp":"1","quote":"223726","line":"0","data":"10-30-2024 15:29-rons: shipping to California..."}],"crmnotes":[{"comp":1,"quote":223726,"Line":0,"Comment":"11/04/2024 1:47 PM - rons - F/U changed from 11/05/2024 to 11/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223726,"Line":1,"Comment":"11/04/2024 5:13 PM - rons - F/U changed from 11/04/2024 to 11/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223726,"Line":2,"Comment":"11/07/2024 8:44 AM - rons - F/U changed from 11/06/2024 to 11/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223726,"Line":3,"Comment":"11/07/2024 4:44 PM - rons - F/U changed from 11/07/2024 to 11/8/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223726","line":"1","part":"C40RAM-ER11-208ST-65TP","qty":"1","price":"11997.00","uom":"EA","discount":"30.00","req_date":"SEE COMMENT","branch":"1"},{"comp":"01","order":"223726","line":"2","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"1 WEEK","branch":"1"}],"qlines":[{"Quote":"223726","Line":"1","Company":"1","F_Line":"1","Comment":"These are custom application units. Application must be","Loc":"Y"},{"Quote":"223726","Line":"1","Company":"1","F_Line":"2","Comment":"approved. Once a PO has been issued these cannot be","Loc":"Y"},{"Quote":"223726","Line":"1","Company":"1","F_Line":"3","Comment":"cancelled or returned. 6 week delivery upon approval","Loc":"Y"},{"Quote":"223726","Line":"1","Company":"1","F_Line":"4","Comment":"drawing signed.","Loc":"Y"},{"Quote":"223726","Line":"2","Company":"1","F_Line":"1","Comment":"Lyndex-Nikken can make positioning block upon receipt","Loc":"Y"},{"Quote":"223726","Line":"2","Company":"1","F_Line":"2","Comment":"of spindle drawing information.","Loc":"Y"}],"qcomms":[{"Quote":"223726","Line":"0","Comment":"These are custom application units. Application must be"},{"Quote":"223726","Line":"1","Comment":"approved. Once a PO has been issued these cannot be"},{"Quote":"223726","Line":"2","Comment":"cancelled or returned."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-08 14:49:55.984 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222632-11082024144955.txt === {"quote":"222632","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"DESCCHIN","shiptoName":"Desco","entry_date":"10-07-2024","cust_order_date":"10-07-2024","req_date":"11-18-2024","cust_po":"C40RAM-ER32-180-65TP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"14:27","extra":"","follow_up":"11-08-2024","web_id":"","follow_name":"Brett Taylor","follow_phone":"916-549-9435","follow_email":"brett.taylor@pts-tools.com","pic_user":"rons","total_amt":"7823.00","total_gp":"4453.50","total_gpm":"56.93","rev_type":"ADV","mod_date":"11-08-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-14-2024","notes":[{"comp":"1","quote":"222632","line":"3","data":"internal coolant"},{"comp":"1","quote":"222632","line":"2","data":"is a Haas VF-2 and doesn't think the machine has"},{"comp":"1","quote":"222632","line":"1","data":"wanted a quote on an angle head for Desco; machine"},{"comp":"1","quote":"222632","line":"0","data":"10-07-2024 14:38-rons: Brett Taylor called and"}],"crmnotes":[{"comp":1,"quote":222632,"Line":0,"Comment":"10/10/2024 11:18 AM - rons - F/U changed from 10/13/2024 to 10/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":1,"Comment":"10/17/2024 4:49 PM - rons - F/U changed from 10/17/2024 to 10/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":2,"Comment":"10/21/2024 4:42 PM - rons - F/U changed from 10/21/2024 to 10/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":3,"Comment":"10/22/2024 3:01 PM - rons - Brett getting back to me..."},{"comp":1,"quote":222632,"Line":4,"Comment":"10/22/2024 3:01 PM - rons - F/U changed from 10/22/2024 to 10/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":5,"Comment":"10/22/2024 4:01 PM - rons - \"Hi Ron, I can’t give you a specific timeline. It is part of an overall restructuring of their manufacturing process for a specific item and there are several steps involved. I’ll try to get you a heads up as we get close. Thank you.\""},{"comp":1,"quote":222632,"Line":6,"Comment":"10/30/2024 10:10 AM - rons - F/U changed from 10/31/2024 to 11/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":7,"Comment":"11/07/2024 8:42 AM - rons - F/U changed from 11/06/2024 to 11/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":8,"Comment":"11/07/2024 4:44 PM - rons - F/U changed from 11/07/2024 to 11/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":9,"Comment":"11/07/2024 4:44 PM - rons - CLO changed from 11/07/2024 to 11/12/2024 (CLO Date Updated)"},{"comp":1,"quote":222632,"Line":10,"Comment":"11/08/2024 2:49 PM - rons - Brett getting back to me..."},{"comp":1,"quote":222632,"Line":11,"Comment":"11/08/2024 2:49 PM - rons - CLO changed from 11/12/2024 to 11/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222632","line":"1","part":"C40RAM-ER32-180-65TP","qty":"1","price":"9404.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222632","line":"2","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-08 14:49:57.734 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222632-11082024144957.txt === {"quote":"222632","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"DESCCHIN","shiptoName":"Desco","entry_date":"10-07-2024","cust_order_date":"10-07-2024","req_date":"11-18-2024","cust_po":"C40RAM-ER32-180-65TP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"14:27","extra":"","follow_up":"11-13-2024","web_id":"","follow_name":"Brett Taylor","follow_phone":"916-549-9435","follow_email":"brett.taylor@pts-tools.com","pic_user":"rons","total_amt":"7823.00","total_gp":"4453.50","total_gpm":"56.93","rev_type":"ADV","mod_date":"11-08-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-14-2024","notes":[{"comp":"1","quote":"222632","line":"3","data":"internal coolant"},{"comp":"1","quote":"222632","line":"2","data":"is a Haas VF-2 and doesn't think the machine has"},{"comp":"1","quote":"222632","line":"1","data":"wanted a quote on an angle head for Desco; machine"},{"comp":"1","quote":"222632","line":"0","data":"10-07-2024 14:38-rons: Brett Taylor called and"}],"crmnotes":[{"comp":1,"quote":222632,"Line":0,"Comment":"10/10/2024 11:18 AM - rons - F/U changed from 10/13/2024 to 10/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":1,"Comment":"10/17/2024 4:49 PM - rons - F/U changed from 10/17/2024 to 10/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":2,"Comment":"10/21/2024 4:42 PM - rons - F/U changed from 10/21/2024 to 10/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":3,"Comment":"10/22/2024 3:01 PM - rons - Brett getting back to me..."},{"comp":1,"quote":222632,"Line":4,"Comment":"10/22/2024 3:01 PM - rons - F/U changed from 10/22/2024 to 10/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":5,"Comment":"10/22/2024 4:01 PM - rons - \"Hi Ron, I can’t give you a specific timeline. It is part of an overall restructuring of their manufacturing process for a specific item and there are several steps involved. I’ll try to get you a heads up as we get close. Thank you.\""},{"comp":1,"quote":222632,"Line":6,"Comment":"10/30/2024 10:10 AM - rons - F/U changed from 10/31/2024 to 11/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":7,"Comment":"11/07/2024 8:42 AM - rons - F/U changed from 11/06/2024 to 11/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":8,"Comment":"11/07/2024 4:44 PM - rons - F/U changed from 11/07/2024 to 11/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":9,"Comment":"11/07/2024 4:44 PM - rons - CLO changed from 11/07/2024 to 11/12/2024 (CLO Date Updated)"},{"comp":1,"quote":222632,"Line":10,"Comment":"11/08/2024 2:49 PM - rons - Brett getting back to me..."},{"comp":1,"quote":222632,"Line":11,"Comment":"11/08/2024 2:49 PM - rons - CLO changed from 11/12/2024 to 11/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222632","line":"1","part":"C40RAM-ER32-180-65TP","qty":"1","price":"9404.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222632","line":"2","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-08 14:51:23.490 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223551-11082024145123.txt === {"quote":"223551","customer":"13330","name":null,"customerName":"Manufacturing Solutions of MN Inc.","comp":"01","open":"0","shipto":"RADL","shiptoName":"R&D Leverage","entry_date":"10-25-2024","cust_order_date":"10-25-2024","req_date":"12-06-2024","cust_po":"H40E-SF0250-3.15","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"35","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"17:00","extra":"","follow_up":"11-11-2024","web_id":"","follow_name":"Mark Marchant - KS locati","follow_phone":"816-585-4745","follow_email":"mark.marchant@shopmsi.com","pic_user":"rons","total_amt":"2647.92","total_gp":"1397.40","total_gpm":"52.77","rev_type":"ADV","mod_date":"11-08-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"15","win_pct":"20","clo_date":"11-25-2024","notes":[],"crmnotes":[{"comp":1,"quote":223551,"Line":0,"Comment":"10/28/2024 1:52 PM - rons - F/U changed from 10/31/2024 to 11/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":1,"Comment":"11/04/2024 1:52 PM - rons - F/U changed from 11/06/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":2,"Comment":"11/07/2024 10:06 AM - rons - F/U changed from 11/13/2024 to 11/8/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223551","line":"1","part":"H40E-SF0250-3.15","qty":"2","price":"242.00","uom":"EA","discount":"34.00","req_date":"1 STOCK + TBD","branch":"1"},{"comp":"01","order":"223551","line":"3","part":"H40E-SF0125-3.15","qty":"7","price":"326.00","uom":"EA","discount":"34.00","req_date":"3 STOCK + TBD","branch":"1"},{"comp":"01","order":"223551","line":"5","part":"H40E-SF0187-2.36","qty":"1","price":"326.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223551","line":"7","part":"H40E-SF0375-3.15","qty":"1","price":"264.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223551","line":"12","part":"H40E-SF4-70","qty":"2","price":"328.00","uom":"EA","discount":"34.00","req_date":"5-6 WEEKS","branch":"1"},{"comp":"01","order":"223551","line":"14","part":"H40E-SF6-80","qty":"2","price":"0.00","uom":"EA","discount":"34.00","req_date":"TBD","branch":"1"}],"qlines":[{"Quote":"223551","Line":"14","Company":"1","F_Line":"1","Comment":"WAITING ON PRICING & DELIVERY FROM FACTORY","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-08 14:51:26.608 [INFO] [CreateClient] [jsoncustomer.php] [C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\KEYSGUGU.txt]: {"id":"KEYSGUGU","name":"Keystone Precision","address1":"11778 ST HWY 198","address2":"","city":"GUYS MILLS","state":"PA","zip":"16327","country":"USA","discount_level":null,"date_opened":"","salesman":"JG","phone":"814-573-6224","cr_limit":"","Created":"11-08-2024","Segment":"EU","Lat":0.0,"Long":0.0,"Distance":"0","Territory":19,"web_id":0,"Type":"ST","Active":"Y","website":null,"UserId":"webadmin","JAS":"N","customer_email":"ritewaytoolpa@comcast.net"} [{"json":{"results":"success","type":"customer"}}] 2024-11-08 14:55:22.018 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222699-11082024145521.txt === {"quote":"222699","customer":"1770","name":null,"customerName":"Aronson-Campbell Industrial Supply","comp":"01","open":"0","shipto":"APPLSASA","shiptoName":"Applied Materials","entry_date":"10-08-2024","cust_order_date":"10-08-2024","req_date":"01-03-2025","cust_po":"OKL4-ER40Z","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"14:30","extra":"","follow_up":"11-08-2024","web_id":"","follow_name":"Jordan Prestholt","follow_phone":"509-891-4047","follow_email":"jordanp@aronson-campbell.com","pic_user":"rons","total_amt":"3278.25","total_gp":"2195.01","total_gpm":"66.96","rev_type":"LT","mod_date":"11-08-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-12-2024","notes":[{"comp":"1","quote":"222699","line":"3","data":"promo"},{"comp":"1","quote":"222699","line":"2","data":"model; shipping to Applied Materials, applied IMTS"},{"comp":"1","quote":"222699","line":"1","data":"3 on live tool...this is for an Okuma, not sure"},{"comp":"1","quote":"222699","line":"0","data":"10-08-2024 14:36-rons: Jordan called in for qty."}],"crmnotes":[{"comp":1,"quote":222699,"Line":0,"Comment":"10/14/2024 4:59 PM - rons - F/U changed from 10/14/2024 to 10/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222699,"Line":1,"Comment":"10/15/2024 5:05 PM - rons - F/U changed from 10/15/2024 to 10/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222699,"Line":2,"Comment":"10/16/2024 5:04 PM - rons - F/U changed from 10/16/2024 to 10/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222699,"Line":3,"Comment":"10/17/2024 4:50 PM - rons - F/U changed from 10/17/2024 to 10/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222699,"Line":4,"Comment":"10/21/2024 4:43 PM - rons - F/U changed from 10/21/2024 to 10/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222699,"Line":5,"Comment":"10/22/2024 2:06 PM - rons - Jordan getting back to me..."},{"comp":1,"quote":222699,"Line":6,"Comment":"10/22/2024 2:06 PM - rons - F/U changed from 10/22/2024 to 11/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222699,"Line":7,"Comment":"11/07/2024 4:44 PM - rons - F/U changed from 11/07/2024 to 11/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222699,"Line":8,"Comment":"11/07/2024 4:44 PM - rons - CLO changed from 11/08/2024 to 11/12/2024 (CLO Date Updated)"},{"comp":1,"quote":222699,"Line":9,"Comment":"11/08/2024 2:54 PM - rons - Jordan thinks they're balancing budgets and these items are still being considered...pushing out quote"},{"comp":1,"quote":222699,"Line":10,"Comment":"11/08/2024 2:55 PM - rons - Req Date changed from 11/19/2024 to 01/03/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"222699","line":"1","part":"OKL4-ER40Z","qty":"3","price":"1457.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222699","line":"2","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222699","Line":"2","Company":"1","F_Line":"1","Comment":"Please note additional 5% applied per IMTS promotion.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-08 14:55:31.014 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222699-11082024145530.txt === {"quote":"222699","customer":"1770","name":null,"customerName":"Aronson-Campbell Industrial Supply","comp":"01","open":"0","shipto":"APPLSASA","shiptoName":"Applied Materials","entry_date":"10-08-2024","cust_order_date":"10-08-2024","req_date":"01-03-2025","cust_po":"OKL4-ER40Z","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"14:30","extra":"","follow_up":"11-08-2024","web_id":"","follow_name":"Jordan Prestholt","follow_phone":"509-891-4047","follow_email":"jordanp@aronson-campbell.com","pic_user":"rons","total_amt":"3278.25","total_gp":"2195.01","total_gpm":"66.96","rev_type":"LT","mod_date":"11-08-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"4","win_pct":"20","clo_date":"01-02-2025","notes":[{"comp":"1","quote":"222699","line":"3","data":"promo"},{"comp":"1","quote":"222699","line":"2","data":"model; shipping to Applied Materials, applied IMTS"},{"comp":"1","quote":"222699","line":"1","data":"3 on live tool...this is for an Okuma, not sure"},{"comp":"1","quote":"222699","line":"0","data":"10-08-2024 14:36-rons: Jordan called in for qty."}],"crmnotes":[{"comp":1,"quote":222699,"Line":0,"Comment":"10/14/2024 4:59 PM - rons - F/U changed from 10/14/2024 to 10/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222699,"Line":1,"Comment":"10/15/2024 5:05 PM - rons - F/U changed from 10/15/2024 to 10/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222699,"Line":2,"Comment":"10/16/2024 5:04 PM - rons - F/U changed from 10/16/2024 to 10/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222699,"Line":3,"Comment":"10/17/2024 4:50 PM - rons - F/U changed from 10/17/2024 to 10/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222699,"Line":4,"Comment":"10/21/2024 4:43 PM - rons - F/U changed from 10/21/2024 to 10/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222699,"Line":5,"Comment":"10/22/2024 2:06 PM - rons - Jordan getting back to me..."},{"comp":1,"quote":222699,"Line":6,"Comment":"10/22/2024 2:06 PM - rons - F/U changed from 10/22/2024 to 11/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222699,"Line":7,"Comment":"11/07/2024 4:44 PM - rons - F/U changed from 11/07/2024 to 11/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222699,"Line":8,"Comment":"11/07/2024 4:44 PM - rons - CLO changed from 11/08/2024 to 11/12/2024 (CLO Date Updated)"},{"comp":1,"quote":222699,"Line":9,"Comment":"11/08/2024 2:54 PM - rons - Jordan thinks they're balancing budgets and these items are still being considered...pushing out quote"},{"comp":1,"quote":222699,"Line":10,"Comment":"11/08/2024 2:55 PM - rons - Req Date changed from 11/19/2024 to 01/03/2025 (Req Date Updated)"},{"comp":1,"quote":222699,"Line":11,"Comment":"11/08/2024 2:55 PM - rons - CLO changed from 11/12/2024 to 01/02/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222699","line":"1","part":"OKL4-ER40Z","qty":"3","price":"1457.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222699","line":"2","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222699","Line":"2","Company":"1","F_Line":"1","Comment":"Please note additional 5% applied per IMTS promotion.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-08 14:55:38.120 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222699-11082024145537.txt === {"quote":"222699","customer":"1770","name":null,"customerName":"Aronson-Campbell Industrial Supply","comp":"01","open":"0","shipto":"APPLSASA","shiptoName":"Applied Materials","entry_date":"10-08-2024","cust_order_date":"10-08-2024","req_date":"01-03-2025","cust_po":"OKL4-ER40Z","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"14:30","extra":"","follow_up":"12-13-2024","web_id":"","follow_name":"Jordan Prestholt","follow_phone":"509-891-4047","follow_email":"jordanp@aronson-campbell.com","pic_user":"rons","total_amt":"3278.25","total_gp":"2195.01","total_gpm":"66.96","rev_type":"LT","mod_date":"11-08-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"4","win_pct":"20","clo_date":"01-02-2025","notes":[{"comp":"1","quote":"222699","line":"3","data":"promo"},{"comp":"1","quote":"222699","line":"2","data":"model; shipping to Applied Materials, applied IMTS"},{"comp":"1","quote":"222699","line":"1","data":"3 on live tool...this is for an Okuma, not sure"},{"comp":"1","quote":"222699","line":"0","data":"10-08-2024 14:36-rons: Jordan called in for qty."}],"crmnotes":[{"comp":1,"quote":222699,"Line":0,"Comment":"10/14/2024 4:59 PM - rons - F/U changed from 10/14/2024 to 10/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222699,"Line":1,"Comment":"10/15/2024 5:05 PM - rons - F/U changed from 10/15/2024 to 10/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222699,"Line":2,"Comment":"10/16/2024 5:04 PM - rons - F/U changed from 10/16/2024 to 10/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222699,"Line":3,"Comment":"10/17/2024 4:50 PM - rons - F/U changed from 10/17/2024 to 10/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222699,"Line":4,"Comment":"10/21/2024 4:43 PM - rons - F/U changed from 10/21/2024 to 10/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222699,"Line":5,"Comment":"10/22/2024 2:06 PM - rons - Jordan getting back to me..."},{"comp":1,"quote":222699,"Line":6,"Comment":"10/22/2024 2:06 PM - rons - F/U changed from 10/22/2024 to 11/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222699,"Line":7,"Comment":"11/07/2024 4:44 PM - rons - F/U changed from 11/07/2024 to 11/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222699,"Line":8,"Comment":"11/07/2024 4:44 PM - rons - CLO changed from 11/08/2024 to 11/12/2024 (CLO Date Updated)"},{"comp":1,"quote":222699,"Line":9,"Comment":"11/08/2024 2:54 PM - rons - Jordan thinks they're balancing budgets and these items are still being considered...pushing out quote"},{"comp":1,"quote":222699,"Line":10,"Comment":"11/08/2024 2:55 PM - rons - Req Date changed from 11/19/2024 to 01/03/2025 (Req Date Updated)"},{"comp":1,"quote":222699,"Line":11,"Comment":"11/08/2024 2:55 PM - rons - CLO changed from 11/12/2024 to 01/02/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222699","line":"1","part":"OKL4-ER40Z","qty":"3","price":"1457.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222699","line":"2","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222699","Line":"2","Company":"1","F_Line":"1","Comment":"Please note additional 5% applied per IMTS promotion.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-08 14:55:52.815 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223883-11082024145552.txt === {"quote":"223883","customer":"E3492","name":null,"customerName":"Circle D Specialties","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-04-2024","cust_order_date":"11-04-2024","req_date":"12-16-2024","cust_po":"KM3/4-1/2","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"11:02","extra":"","follow_up":"12-03-2024","web_id":"","follow_name":"Samuel Snipes","follow_phone":"713-501-5183","follow_email":"sam@cdsftw.com","pic_user":"rons","total_amt":"150.45","total_gp":"111.24","total_gpm":"73.94","rev_type":"ADV","mod_date":"11-08-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-04-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223883","line":"1","part":"KM3/4-1/2","qty":"3","price":"59.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-08 14:56:14.110 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223897-11082024145613.txt === {"quote":"223897","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"MSCSANDI","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"11-04-2024","cust_order_date":"11-04-2024","req_date":"12-16-2024","cust_po":"TQW-ER32/SK20/TG75(50)","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"12:42","extra":"","follow_up":"12-03-2024","web_id":"","follow_name":"Sales","follow_phone":"800-645-7270","follow_email":"sales@mscdirect.com","pic_user":"rons","total_amt":"68.25","total_gp":"35.41","total_gpm":"51.88","rev_type":"STD","mod_date":"11-08-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-04-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223897","line":"1","part":"TQW-ER32/SK20/TG75(50)","qty":"1","price":"105.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-08 15:03:55.370 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223906-11082024150355.txt === {"quote":"223906","customer":"16840","name":null,"customerName":"PSMI Production Service Mgmt.,Inc.","comp":"01","open":"0","shipto":"JOHND","shiptoName":"John Deere Des Moines Works","entry_date":"11-04-2024","cust_order_date":"11-04-2024","req_date":"12-16-2024","cust_po":"E40-1003(C)","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"14:55","extra":"","follow_up":"11-27-2024","web_id":"","follow_name":"Trevor Goodall","follow_phone":"563-579-0618","follow_email":"tgoodall@psmicorp.com","pic_user":"rons","total_amt":"299.2","total_gp":"216.22","total_gpm":"72.27","rev_type":"STD","mod_date":"11-08-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-04-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223906","line":"1","part":"E40-1003(C)","qty":"2","price":"110.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223906","line":"2","part":"E40-885(C)","qty":"2","price":"110.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-08 15:04:23.996 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223911-11082024150423.txt === {"quote":"223911","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"MAW","shiptoName":"M&W MFG Company","entry_date":"11-04-2024","cust_order_date":"11-04-2024","req_date":"12-16-2024","cust_po":"CAT50-SF1250-3.94CP","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"15:22","extra":"","follow_up":"11-08-2024","web_id":"","follow_name":"Wendy Allen","follow_phone":"800-645-7270","follow_email":"wendy.allen@decotool.com","pic_user":"rons","total_amt":"574.8","total_gp":"333.50","total_gpm":"58.02","rev_type":"ADV","mod_date":"11-08-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-04-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223911","line":"1","part":"CAT50-SF1250-3.94CP","qty":"2","price":"479.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-08 15:04:30.562 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223911-11082024150430.txt === {"quote":"223911","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"MAW","shiptoName":"M&W MFG Company","entry_date":"11-04-2024","cust_order_date":"11-04-2024","req_date":"12-16-2024","cust_po":"CAT50-SF1250-3.94CP","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"15:22","extra":"","follow_up":"11-08-2024","web_id":"","follow_name":"Wendy Allen","follow_phone":"800-645-7270","follow_email":"wendy.allen@decotool.com","pic_user":"rons","total_amt":"574.8","total_gp":"333.50","total_gpm":"58.02","rev_type":"ADV","mod_date":"11-08-2024","mod_time":null,"mod_user":"rons","reason":"1","totalQty":"2","win_pct":"20","clo_date":"12-04-2024","notes":[],"crmnotes":[{"comp":1,"quote":223911,"Line":0,"Comment":"11/08/2024 3:04 PM - rons - F/U changed from 11/10/2024 to 11/8/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223911","line":"1","part":"CAT50-SF1250-3.94CP","qty":"2","price":"479.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-08 15:05:06.986 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223967-11082024150506.txt === {"quote":"223967","customer":"19585","name":null,"customerName":"Thomas Skinner & Son Ltd.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-05-2024","cust_order_date":"11-05-2024","req_date":"12-17-2024","cust_po":"100TG-NUT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"13:09","extra":"","follow_up":"12-04-2024","web_id":"","follow_name":"Millie Sharma","follow_phone":"204-925-9300x275","follow_email":"msharma@tskinner.com","pic_user":"rons","total_amt":"80.75","total_gp":"57.17","total_gpm":"70.80","rev_type":"STD","mod_date":"11-08-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-05-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223967","line":"1","part":"100TG-NUT","qty":"1","price":"61.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223967","line":"2","part":"E11-NUT","qty":"1","price":"34.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-08 15:05:27.086 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223970-11082024150526.txt === {"quote":"223970","customer":"22125","name":null,"customerName":"Walter USA LLC","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-05-2024","cust_order_date":"11-05-2024","req_date":"12-17-2024","cust_po":"HSK100A-SM1500-4.00CP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"40","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"13:33","extra":"","follow_up":"12-03-2024","web_id":"","follow_name":"Sales","follow_phone":"262-844-2392","follow_email":"sales@walter-tools.com","pic_user":"rons","total_amt":"374.4","total_gp":"265.28","total_gpm":"70.85","rev_type":"STD","mod_date":"11-08-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-05-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223970","line":"1","part":"HSK100A-SM1500-4.00CP","qty":"1","price":"468.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-08 15:05:56.618 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223971-11082024150556.txt === {"quote":"223971","customer":"19948","name":null,"customerName":"Sussex Tool & Supply Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-05-2024","cust_order_date":"11-05-2024","req_date":"12-17-2024","cust_po":"520-025","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"40","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"13:36","extra":"","follow_up":"11-27-2024","web_id":"","follow_name":"Rick Billings","follow_phone":"262-251-4020","follow_email":"rick@sussextool.com","pic_user":"rons","total_amt":"245.0","total_gp":"169.58","total_gpm":"69.22","rev_type":"STD","mod_date":"11-08-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"10","win_pct":"20","clo_date":"12-05-2024","notes":[{"comp":"1","quote":"223971","line":"4","data":"quantity break pricing..."},{"comp":"1","quote":"223971","line":"3","data":"sending quote with additional 5% per 5C collet"},{"comp":"1","quote":"223971","line":"2","data":"said hey let me email this over, might be easier;"},{"comp":"1","quote":"223971","line":"1","data":"11-05-2024 13:42-rons: Rick called in and then"},{"comp":"1","quote":"223971","line":"0","data":"11-05-2024 14:13-rons: shipping to Illinois"}],"crmnotes":[],"items":[{"comp":"01","order":"223971","line":"1","part":"520-025","qty":"2","price":"35.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223971","line":"2","part":"520-020","qty":"2","price":"35.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223971","line":"3","part":"520-017","qty":"2","price":"35.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223971","line":"4","part":"520-015","qty":"2","price":"35.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223971","line":"5","part":"520-012","qty":"2","price":"35.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":5}}] 2024-11-08 15:06:28.012 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222930-11082024150627.txt === {"quote":"222930","customer":"9970","name":null,"customerName":"Iwen Tool Supply Co.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-14-2024","cust_order_date":"10-14-2024","req_date":"11-25-2024","cust_po":"C32GUX-NK2020","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"11:37","extra":"","follow_up":"11-08-2024","web_id":"","follow_name":"Deb Will","follow_phone":"269-966-0069","follow_email":"deb.will@iwentool.com","pic_user":"rons","total_amt":"333.2","total_gp":"232.18","total_gpm":"69.68","rev_type":"STD","mod_date":"11-08-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-14-2024","notes":[],"crmnotes":[{"comp":1,"quote":222930,"Line":0,"Comment":"10/16/2024 10:27 AM - rons - F/U changed from 10/20/2024 to 10/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222930,"Line":1,"Comment":"10/16/2024 10:27 AM - rons - AJ Rod also quoting this..."},{"comp":1,"quote":222930,"Line":2,"Comment":"10/29/2024 2:28 PM - rons - F/U changed from 10/30/2024 to 11/12/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222930","line":"1","part":"C32GUX-NK2020","qty":"1","price":"392.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-08 15:06:34.442 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222930-11082024150634.txt === {"quote":"222930","customer":"9970","name":null,"customerName":"Iwen Tool Supply Co.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-14-2024","cust_order_date":"10-14-2024","req_date":"11-25-2024","cust_po":"C32GUX-NK2020","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"11:37","extra":"","follow_up":"11-08-2024","web_id":"","follow_name":"Deb Will","follow_phone":"269-966-0069","follow_email":"deb.will@iwentool.com","pic_user":"rons","total_amt":"333.2","total_gp":"232.18","total_gpm":"69.68","rev_type":"STD","mod_date":"11-08-2024","mod_time":null,"mod_user":"rons","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-14-2024","notes":[],"crmnotes":[{"comp":1,"quote":222930,"Line":0,"Comment":"10/16/2024 10:27 AM - rons - F/U changed from 10/20/2024 to 10/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222930,"Line":1,"Comment":"10/16/2024 10:27 AM - rons - AJ Rod also quoting this..."},{"comp":1,"quote":222930,"Line":2,"Comment":"10/29/2024 2:28 PM - rons - F/U changed from 10/30/2024 to 11/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222930,"Line":3,"Comment":"11/08/2024 3:06 PM - rons - F/U changed from 11/12/2024 to 11/8/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222930","line":"1","part":"C32GUX-NK2020","qty":"1","price":"392.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-08 15:07:42.176 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224080-11082024150741.txt === {"quote":"224080","customer":"13562","name":null,"customerName":"Midway Industrial Supply","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-07-2024","cust_order_date":"11-07-2024","req_date":"12-19-2024","cust_po":"010-003","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"08:25","extra":"","follow_up":"12-04-2024","web_id":"","follow_name":"Tom","follow_phone":"716-494-7038","follow_email":"tom@midwayind.com","pic_user":"rons","total_amt":"36.8","total_gp":"24.96","total_gpm":"67.83","rev_type":"STD","mod_date":"11-08-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-07-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224080","line":"1","part":"010-020","qty":"2","price":"23.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-08 16:31:50.348 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223446-11082024163150.txt === {"quote":"223446","customer":"19575","name":null,"customerName":"Single Source Technologies","comp":"01","open":"1","shipto":"MIT","shiptoName":"Mitsubishi Power System","entry_date":"10-24-2024","cust_order_date":"11-14-2024","req_date":"11-20-2024","cust_po":"ER Collets","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Sebastian Tardif","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"08:09","extra":"","follow_up":"11-06-2024","web_id":"","follow_name":"Sebastian Tardif","follow_phone":"248-232-6260","follow_email":"sebastian.tardif@sstconsumables.com","pic_user":"alyssah","total_amt":"745.92","total_gp":"537.13","total_gpm":"72.01","rev_type":"STD","mod_date":"11-08-2024","mod_time":null,"mod_user":"alyssah","reason":"2","totalQty":"22","win_pct":"20","clo_date":"11-15-2024","notes":[{"comp":"1","quote":"223446","line":"0","data":"10-24-2024 08:13 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223446","line":"1","part":"E11-039","qty":"12","price":"49.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223446","line":"2","part":"E11-059","qty":"3","price":"49.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223446","line":"3","part":"E11-118","qty":"2","price":"43.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223446","line":"4","part":"E11-157","qty":"5","price":"43.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":4}}] 2024-11-08 16:32:17.274 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223770-11082024163217.txt === {"quote":"223770","customer":"13485","name":null,"customerName":"Methods Machine Tools Inc. (MA)","comp":"01","open":"0","shipto":"METHODNC","shiptoName":"Methods Machine Tools Inc. - NC","entry_date":"10-31-2024","cust_order_date":"10-31-2024","req_date":"12-12-2024","cust_po":"BT30 Hydraulic Chuck","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Matt","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"11:35","extra":"","follow_up":"11-27-2024","web_id":"","follow_name":"Matt","follow_phone":"423- 755-5400","follow_email":"mgoebel@methodsmachine.com","pic_user":"alyssah","total_amt":"4386.36","total_gp":"2655.54","total_gpm":"60.54","rev_type":"ADV","mod_date":"11-08-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"21","win_pct":"20","clo_date":"11-30-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223770","line":"1","part":"BT30-C3/4-75","qty":"5","price":"520.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223770","line":"2","part":"KM3/4-5/8","qty":"5","price":"59.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223770","line":"3","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223770","line":"5","part":"NBT30-HC0750-2.50","qty":"5","price":"683.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223770","line":"6","part":"KM3/4-5/8","qty":"5","price":"59.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":5}}] 2024-11-08 16:32:35.220 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223534-11082024163234.txt === {"quote":"223534","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"QUALMA","shiptoName":"Quality Machining","entry_date":"10-25-2024","cust_order_date":"11-15-2024","req_date":"11-20-2024","cust_po":"RA-200","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Shane Rhoades","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"13:00","extra":"","follow_up":"11-07-2024","web_id":"","follow_name":"Shane Rhoades","follow_phone":"717-861-5830","follow_email":"Shane.Rhoades@mscdirect.com","pic_user":"alyssah","total_amt":"1702.80","total_gp":"1313.58","total_gpm":"77.14","rev_type":"ADV","mod_date":"11-08-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-21-2024","notes":[{"comp":"1","quote":"223534","line":"0","data":"10-25-2024 13:07 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223534,"Line":0,"Comment":"11/08/2024 4:32 PM - alyssah - CLO changed from 11/14/2024 to 11/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223534","line":"1","part":"RA-200","qty":"1","price":"1166.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223534","line":"2","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"}],"qlines":[{"Quote":"223534","Line":"2","Company":"1","F_Line":"1","Comment":"Quoted at Net price","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-08 16:32:40.058 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223534-11082024163239.txt === {"quote":"223534","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"QUALMA","shiptoName":"Quality Machining","entry_date":"10-25-2024","cust_order_date":"11-15-2024","req_date":"11-22-2024","cust_po":"RA-200","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Shane Rhoades","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"13:00","extra":"","follow_up":"11-07-2024","web_id":"","follow_name":"Shane Rhoades","follow_phone":"717-861-5830","follow_email":"Shane.Rhoades@mscdirect.com","pic_user":"alyssah","total_amt":"1702.80","total_gp":"1313.58","total_gpm":"77.14","rev_type":"ADV","mod_date":"11-08-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-21-2024","notes":[{"comp":"1","quote":"223534","line":"0","data":"10-25-2024 13:07 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223534,"Line":0,"Comment":"11/08/2024 4:32 PM - alyssah - CLO changed from 11/14/2024 to 11/21/2024 (CLO Date Updated)"},{"comp":1,"quote":223534,"Line":1,"Comment":"11/08/2024 4:32 PM - alyssah - Req Date changed from 11/20/2024 to 11/22/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223534","line":"1","part":"RA-200","qty":"1","price":"1166.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223534","line":"2","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"}],"qlines":[{"Quote":"223534","Line":"2","Company":"1","F_Line":"1","Comment":"Quoted at Net price","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-08 16:32:57.091 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219963-11082024163256.txt === {"quote":"219963","customer":"10068","name":null,"customerName":"JBM Technologies, Inc.","comp":"01","open":"1","shipto":"JBMTIVYL","shiptoName":"JBM Technologies, Inc.","entry_date":"08-09-2024","cust_order_date":"08-09-2024","req_date":"11-10-2024","cust_po":"Hi Speed Tooling Package","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Stephen Preston","drop_po":"TOOLING CERTIFICATE QUOTE","status":"0","user":"alyssah","conv_order":"","time":"12:53","extra":"","follow_up":"11-07-2024","web_id":"","follow_name":"Stephen Preston","follow_phone":"215-588-5300","follow_email":"spresto@JBMTechnologies.com","pic_user":"alyssah","total_amt":"14555.00","total_gp":"11479.47","total_gpm":"78.87","rev_type":"ADV","mod_date":"11-08-2024","mod_time":null,"mod_user":"alyssah","reason":"2","totalQty":"37","win_pct":"20","clo_date":"11-08-2024","notes":[{"comp":"1","quote":"219963","line":"0","data":"08-09-2024 13:03 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":219963,"Line":0,"Comment":"09/06/2024 5:11 PM - alyssah - CLO changed from 09/09/2024 to 09/19/2024 (CLO Date Updated)"},{"comp":1,"quote":219963,"Line":1,"Comment":"09/06/2024 5:11 PM - alyssah - F/U changed from 08/28/2024 to 9/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219963,"Line":2,"Comment":"09/19/2024 5:06 PM - alyssah - Keep open per Stephen thinks order is coming"},{"comp":1,"quote":219963,"Line":3,"Comment":"09/19/2024 5:06 PM - alyssah - Req Date changed from 09/20/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":219963,"Line":4,"Comment":"09/19/2024 5:06 PM - alyssah - CLO changed from 09/19/2024 to 10/04/2024 (CLO Date Updated)"},{"comp":1,"quote":219963,"Line":5,"Comment":"09/19/2024 5:06 PM - alyssah - F/U changed from 09/18/2024 to 10/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219963,"Line":6,"Comment":"10/14/2024 8:12 AM - alyssah - F/U changed from 10/03/2024 to 10/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219963,"Line":7,"Comment":"10/14/2024 8:12 AM - alyssah - CLO changed from 10/04/2024 to 11/01/2024 (CLO Date Updated)"},{"comp":1,"quote":219963,"Line":8,"Comment":"10/14/2024 8:12 AM - alyssah - Req Date changed from 10/05/2024 to 11/08/2024 (Req Date Updated)"},{"comp":1,"quote":219963,"Line":9,"Comment":"10/31/2024 11:31 AM - alyssah - CLO changed from 11/01/2024 to 11/07/2024 (CLO Date Updated)"},{"comp":1,"quote":219963,"Line":10,"Comment":"10/31/2024 11:31 AM - alyssah - F/U changed from 10/31/2024 to 11/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219963,"Line":11,"Comment":"10/31/2024 11:32 AM - alyssah - CLO changed from 11/07/2024 to 11/08/2024 (CLO Date Updated)"},{"comp":1,"quote":219963,"Line":12,"Comment":"10/31/2024 11:32 AM - alyssah - Req Date changed from 11/08/2024 to 11/10/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"219963","line":"1","part":"TOOL-CERT","qty":"1","price":"0.00","uom":"EA","discount":"50.00","req_date":"","branch":"1"},{"comp":"01","order":"219963","line":"7","part":"HSK40E-SK16-80P-IDU","qty":"4","price":"523.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219963","line":"8","part":"GH16","qty":"1","price":"221.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219963","line":"9","part":"SK16-SET-09-A","qty":"1","price":"738.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219963","line":"15","part":"HSK40E-SK20-100P","qty":"8","price":"1267.00","uom":"EA","discount":"0.00","req_date":"1-2 WKS","branch":"1"},{"comp":"01","order":"219963","line":"16","part":"GH20","qty":"1","price":"245.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219963","line":"17","part":"SK20-1/4A","qty":"2","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219963","line":"18","part":"SK20-3/8A","qty":"2","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219963","line":"19","part":"SK20-1/2A","qty":"2","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219963","line":"20","part":"SK20-3/4A","qty":"2","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219963","line":"24","part":"HSK40-TUBE","qty":"12","price":"31.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219963","line":"25","part":"HSK40-WRENCH","qty":"1","price":"47.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":12}}] 2024-11-08 16:35:06.211 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223848-11082024163505.txt === {"quote":"223848","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"11-01-2024","cust_order_date":"11-01-2024","req_date":"12-13-2024","cust_po":"NCAT50-SK10C-195UP-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"14:59","extra":"","follow_up":"11-07-2024","web_id":"","follow_name":"Fred Holthaus","follow_phone":"941-751-1810","follow_email":"fred@afi-tools.com","pic_user":"alyssah","total_amt":"580.45","total_gp":"399.72","total_gpm":"68.86","rev_type":"ADV","mod_date":"11-08-2024","mod_time":null,"mod_user":"alyssah","reason":"2","totalQty":"1","win_pct":"20","clo_date":"12-01-2024","notes":[{"comp":"1","quote":"223848","line":"1","data":"standard stock"},{"comp":"1","quote":"223848","line":"0","data":"11-01-2024 14:59-jennad if ordered, convert from"}],"crmnotes":[],"items":[{"comp":"01","order":"223848","line":"1","part":"NCAT50-SK10C-195UP-IDU","qty":"1","price":"893.00","uom":"EA","discount":"35.00","req_date":"2-3 days","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-08 16:35:19.565 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222532-11082024163519.txt === {"quote":"222532","customer":"2185","name":null,"customerName":"Stellar Industrial Supply, Inc.","comp":"01","open":"0","shipto":"MILIT","shiptoName":"Military Systems Group Inc.","entry_date":"10-04-2024","cust_order_date":"10-04-2024","req_date":"11-15-2024","cust_po":"MZQT47-ER32Z-MS-OFF","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Taylor Grant","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"09:06","extra":"","follow_up":"11-22-2024","web_id":"","follow_name":"Taylor Grant","follow_phone":"865-525-6195","follow_email":"tgrant@stellarindustrial.com","pic_user":"alyssah","total_amt":"5553.40","total_gp":"1915.74","total_gpm":"34.50","rev_type":"LT","mod_date":"11-08-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-09-2024","notes":[{"comp":"1","quote":"222532","line":"0","data":"10-04-2024 09:07 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222532,"Line":0,"Comment":"10/23/2024 2:11 PM - alyssah - F/U changed from 10/17/2024 to 10/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222532,"Line":1,"Comment":"10/31/2024 11:31 AM - alyssah - CLO changed from 11/04/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":222532,"Line":2,"Comment":"10/31/2024 11:31 AM - alyssah - F/U changed from 10/30/2024 to 11/8/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222532","line":"1","part":"MZQT47-ER32Z-MS-OFF","qty":"1","price":"8324.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222532","line":"2","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222532","line":"3","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222532","line":"5","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222532","Line":"5","Company":"1","F_Line":"1","Comment":"IMTS24 Promotion 10% extra added to the discount on","Loc":"Y"},{"Quote":"222532","Line":"5","Company":"1","F_Line":"2","Comment":"this quote.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-08 16:35:28.292 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222532-11082024163528.txt === {"quote":"222532","customer":"2185","name":null,"customerName":"Stellar Industrial Supply, Inc.","comp":"01","open":"0","shipto":"MILIT","shiptoName":"Military Systems Group Inc.","entry_date":"10-04-2024","cust_order_date":"10-04-2024","req_date":"11-15-2024","cust_po":"MZQT47-ER32Z-MS-OFF","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Taylor Grant","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"09:06","extra":"","follow_up":"11-22-2024","web_id":"","follow_name":"Taylor Grant","follow_phone":"865-525-6195","follow_email":"tgrant@stellarindustrial.com","pic_user":"alyssah","total_amt":"5553.40","total_gp":"1915.74","total_gpm":"34.50","rev_type":"LT","mod_date":"11-08-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-23-2024","notes":[{"comp":"1","quote":"222532","line":"0","data":"10-04-2024 09:07 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222532,"Line":0,"Comment":"10/23/2024 2:11 PM - alyssah - F/U changed from 10/17/2024 to 10/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222532,"Line":1,"Comment":"10/31/2024 11:31 AM - alyssah - CLO changed from 11/04/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":222532,"Line":2,"Comment":"10/31/2024 11:31 AM - alyssah - F/U changed from 10/30/2024 to 11/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222532,"Line":3,"Comment":"11/08/2024 4:35 PM - alyssah - F/U changed from 11/08/2024 to 11/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222532,"Line":4,"Comment":"11/08/2024 4:35 PM - alyssah - CLO changed from 11/09/2024 to 11/23/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222532","line":"1","part":"MZQT47-ER32Z-MS-OFF","qty":"1","price":"8324.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222532","line":"2","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222532","line":"3","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222532","line":"5","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222532","Line":"5","Company":"1","F_Line":"1","Comment":"IMTS24 Promotion 10% extra added to the discount on","Loc":"Y"},{"Quote":"222532","Line":"5","Company":"1","F_Line":"2","Comment":"this quote.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-08 16:35:33.727 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222532-11082024163533.txt === {"quote":"222532","customer":"2185","name":null,"customerName":"Stellar Industrial Supply, Inc.","comp":"01","open":"0","shipto":"MILIT","shiptoName":"Military Systems Group Inc.","entry_date":"10-04-2024","cust_order_date":"10-04-2024","req_date":"11-25-2024","cust_po":"MZQT47-ER32Z-MS-OFF","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Taylor Grant","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"09:06","extra":"","follow_up":"11-22-2024","web_id":"","follow_name":"Taylor Grant","follow_phone":"865-525-6195","follow_email":"tgrant@stellarindustrial.com","pic_user":"alyssah","total_amt":"5553.40","total_gp":"1915.74","total_gpm":"34.50","rev_type":"LT","mod_date":"11-08-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-23-2024","notes":[{"comp":"1","quote":"222532","line":"0","data":"10-04-2024 09:07 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222532,"Line":0,"Comment":"10/23/2024 2:11 PM - alyssah - F/U changed from 10/17/2024 to 10/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222532,"Line":1,"Comment":"10/31/2024 11:31 AM - alyssah - CLO changed from 11/04/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":222532,"Line":2,"Comment":"10/31/2024 11:31 AM - alyssah - F/U changed from 10/30/2024 to 11/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222532,"Line":3,"Comment":"11/08/2024 4:35 PM - alyssah - F/U changed from 11/08/2024 to 11/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222532,"Line":4,"Comment":"11/08/2024 4:35 PM - alyssah - CLO changed from 11/09/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":222532,"Line":5,"Comment":"11/08/2024 4:35 PM - alyssah - Req Date changed from 11/15/2024 to 11/25/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222532","line":"1","part":"MZQT47-ER32Z-MS-OFF","qty":"1","price":"8324.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222532","line":"2","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222532","line":"3","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222532","line":"5","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222532","Line":"5","Company":"1","F_Line":"1","Comment":"IMTS24 Promotion 10% extra added to the discount on","Loc":"Y"},{"Quote":"222532","Line":"5","Company":"1","F_Line":"2","Comment":"this quote.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-08 16:35:38.131 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223016-11082024163537.txt === {"quote":"223016","customer":"1990","name":null,"customerName":"AZA Sales Company Inc.","comp":"01","open":"0","shipto":"AZA","shiptoName":"A.Z.A. Sales","entry_date":"10-15-2024","cust_order_date":"10-15-2024","req_date":"11-26-2024","cust_po":"CAT40-NPU8","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Andy","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"14:25","extra":"","follow_up":"11-14-2024","web_id":"","follow_name":"Andy","follow_phone":"631-979-9261","follow_email":"azasales@aza.com","pic_user":"alyssah","total_amt":"815.80","total_gp":"553.40","total_gpm":"67.84","rev_type":"STD","mod_date":"11-08-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"9","win_pct":"20","clo_date":"11-15-2024","notes":[{"comp":"1","quote":"223016","line":"0","data":"10-15-2024 15:16 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223016","line":"1","part":"CAT40-NPU8-80U-IDU","qty":"1","price":"488.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223016","line":"2","part":"C4007-0011-2.50","qty":"1","price":"200.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223016","line":"3","part":"E11-016","qty":"1","price":"43.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223016","line":"4","part":"E20-024","qty":"1","price":"53.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223016","line":"5","part":"C4007-0020-2.50","qty":"1","price":"261.00","uom":"EA","discount":"30.00","req_date":"November","branch":"1"},{"comp":"01","order":"223016","line":"6","part":"E11-008","qty":"1","price":"43.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223016","line":"7","part":"011-HEX","qty":"1","price":"21.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223016","line":"8","part":"020-SPAN","qty":"1","price":"19.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223016","line":"9","part":"NPU8-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":9}}] 2024-11-08 16:35:56.250 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221699-11082024163556.txt === {"quote":"221699","customer":"2965","name":null,"customerName":"Butler Bros.","comp":"01","open":"1","shipto":"MAGNUS","shiptoName":"Magnus Precision MFG.","entry_date":"09-18-2024","cust_order_date":"09-18-2024","req_date":"11-13-2024","cust_po":"MZMP47-ER32X-OFF-ICE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"11","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Ted Harrison","drop_po":"","status":"0","user":"briand","conv_order":"","time":"10:53","extra":"","follow_up":"11-09-2024","web_id":"","follow_name":"J Merron","follow_phone":"207-784-6875","follow_email":"jmerron@butlerbros.com","pic_user":"alyssah","total_amt":"4971.30","total_gp":"2036.65","total_gpm":"40.97","rev_type":"LT","mod_date":"11-08-2024","mod_time":null,"mod_user":"alyssah","reason":"2","totalQty":"5","win_pct":"20","clo_date":"11-12-2024","notes":[{"comp":"1","quote":"221699","line":"8","data":"his name."},{"comp":"1","quote":"221699","line":"7","data":"They may order today. Forgot to ask Butler rep"},{"comp":"1","quote":"221699","line":"6","data":"get 1; the additional discount will fall to 5%."},{"comp":"1","quote":"221699","line":"5","data":"addt 10% off IMTS promo however if they only"},{"comp":"1","quote":"221699","line":"4","data":"that if they buy 2, it qualifies them for the"},{"comp":"1","quote":"221699","line":"3","data":"the customer may want to buy 2. I put on quote"},{"comp":"1","quote":"221699","line":"2","data":"to quote the required wrenches. He said that"},{"comp":"1","quote":"221699","line":"1","data":"only asking for tooling; let them know we need"},{"comp":"1","quote":"221699","line":"0","data":"09-18-2024 14:36-briand: Quote request called in"}],"crmnotes":[{"comp":1,"quote":221699,"Line":0,"Comment":"09/30/2024 5:39 AM - alyssah - F/U changed from 09/24/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221699,"Line":1,"Comment":"10/14/2024 8:13 AM - alyssah - CLO changed from 10/18/2024 to 10/29/2024 (CLO Date Updated)"},{"comp":1,"quote":221699,"Line":2,"Comment":"10/14/2024 8:14 AM - alyssah - F/U changed from 10/05/2024 to 10/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221699,"Line":3,"Comment":"10/30/2024 4:57 PM - alyssah - Req Date changed from 10/30/2024 to 11/13/2024 (Req Date Updated)"},{"comp":1,"quote":221699,"Line":4,"Comment":"10/30/2024 4:57 PM - alyssah - CLO changed from 10/29/2024 to 11/12/2024 (CLO Date Updated)"},{"comp":1,"quote":221699,"Line":5,"Comment":"10/30/2024 4:58 PM - alyssah - F/U changed from 10/24/2024 to 11/9/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"221699","line":"1","part":"MZMP47-ER32X-OFF-ICE","qty":"2","price":"4029.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221699","line":"2","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"221699","line":"3","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221699","line":"4","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"221699","Line":"2","Company":"1","F_Line":"1","Comment":"Additional 10% applied for the 2024 IMTS Live & Static","Loc":"Y"},{"Quote":"221699","Line":"2","Company":"1","F_Line":"2","Comment":"Tool Promotion for over $5000 List.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-08 16:36:05.674 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223382-11082024163605.txt === {"quote":"223382","customer":"6150","name":null,"customerName":"Fastenal Company Purchasing (MN)","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-23-2024","cust_order_date":"10-23-2024","req_date":"12-04-2024","cust_po":"OKL3-ER32X","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"35","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"09:16","extra":"","follow_up":"11-22-2024","web_id":"","follow_name":"Andrew","follow_phone":"812-584-8227","follow_email":"aferguso@fastenal.com","pic_user":"alyssah","total_amt":"2391","total_gp":"1811.58","total_gpm":"75.77","rev_type":"LT","mod_date":"11-08-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-23-2024","notes":[],"crmnotes":[{"comp":1,"quote":223382,"Line":0,"Comment":"10/31/2024 11:30 AM - alyssah - F/U changed from 10/29/2024 to 11/9/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223382","line":"1","part":"OKL3-ER32X","qty":"1","price":"3188.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-08 16:36:54.959 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222758-11082024163654.txt === {"quote":"222758","customer":"13562","name":null,"customerName":"Midway Industrial Supply","comp":"01","open":"1","shipto":"MIDWAA","shiptoName":"Midway Industrial Supply","entry_date":"10-09-2024","cust_order_date":"10-09-2024","req_date":"11-20-2024","cust_po":"CAT50-SK16-105U-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jake","drop_po":"Gruschow Grinding","status":"0","user":"alyssah","conv_order":"","time":"14:46","extra":"","follow_up":"11-09-2024","web_id":"","follow_name":"Jake","follow_phone":"","follow_email":"jgunn@midwaycorp.com","pic_user":"alyssah","total_amt":"5024.25","total_gp":"3764.41","total_gpm":"74.92","rev_type":"ADV","mod_date":"11-08-2024","mod_time":null,"mod_user":"alyssah","reason":"2","totalQty":"25","win_pct":"20","clo_date":"11-13-2024","notes":[{"comp":"1","quote":"222758","line":"0","data":"10-09-2024 14:49 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222758,"Line":0,"Comment":"10/31/2024 11:32 AM - alyssah - CLO changed from 11/09/2024 to 11/13/2024 (CLO Date Updated)"},{"comp":1,"quote":222758,"Line":1,"Comment":"10/31/2024 11:32 AM - alyssah - F/U changed from 10/31/2024 to 11/9/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222758","line":"1","part":"CAT50-SK10-105U-IDU","qty":"1","price":"517.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222758","line":"2","part":"SKN-10K","qty":"1","price":"54.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222758","line":"3","part":"SKL-10","qty":"1","price":"31.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222758","line":"4","part":"CAT50-SK16-105U-IDU","qty":"1","price":"549.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222758","line":"5","part":"SKN-16B","qty":"1","price":"81.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222758","line":"6","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222758","line":"7","part":"CAT50-SK25-105U-IDU","qty":"1","price":"559.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222758","line":"8","part":"SKN-25B","qty":"1","price":"91.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222758","line":"9","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222758","line":"10","part":"SK10-SET-19-MM","qty":"1","price":"1329.00","uom":"ST","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222758","line":"11","part":"SK16-SET-27-MM","qty":"1","price":"2214.00","uom":"ST","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222758","line":"12","part":"SK10-6","qty":"1","price":"67.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222758","line":"13","part":"SK10-6.5","qty":"1","price":"67.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222758","line":"14","part":"SK10-8","qty":"1","price":"67.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222758","line":"15","part":"SK10-10","qty":"1","price":"67.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222758","line":"16","part":"SK16-11.5","qty":"1","price":"82.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222758","line":"17","part":"SK16-13","qty":"1","price":"82.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222758","line":"18","part":"SK16-14","qty":"1","price":"82.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222758","line":"19","part":"SK16-16","qty":"1","price":"82.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222758","line":"20","part":"SK25-16","qty":"1","price":"100.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222758","line":"21","part":"SK25-18","qty":"1","price":"100.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222758","line":"22","part":"SK25-19.5","qty":"1","price":"100.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222758","line":"23","part":"SK25-20","qty":"1","price":"100.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222758","line":"24","part":"SK25-22.5","qty":"1","price":"100.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222758","line":"25","part":"SK25-25.4","qty":"1","price":"100.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":25}}] 2024-11-08 16:37:10.093 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222791-11082024163709.txt === {"quote":"222791","customer":"13705TA","name":null,"customerName":"Morris Great Lakes TA","comp":"01","open":"0","shipto":"FELDSYR","shiptoName":"Feldmeier Equipment, INC.","entry_date":"10-10-2024","cust_order_date":"10-10-2024","req_date":"11-29-2024","cust_po":"OKV1-ER50Z","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Dave Schulte","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"09:53","extra":"","follow_up":"11-09-2024","web_id":"","follow_name":"Dave Schulte","follow_phone":"256-258-5517","follow_email":"dgschulte@morrisgroupinc.com","pic_user":"alyssah","total_amt":"8320.00","total_gp":"4160.62","total_gpm":"50.01","rev_type":"LT","mod_date":"11-08-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-10-2024","notes":[{"comp":"1","quote":"222791","line":"0","data":"10-10-2024 09:54 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222791,"Line":0,"Comment":"10/18/2024 4:15 PM - alyssah - F/U changed from 10/16/2024 to 10/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222791,"Line":1,"Comment":"10/31/2024 11:32 AM - alyssah - F/U changed from 10/31/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222791,"Line":2,"Comment":"11/08/2024 4:37 PM - alyssah - Req Date changed from 11/21/2024 to 11/29/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222791","line":"1","part":"OKV1-ER50Z","qty":"1","price":"8320.00","uom":"EA","discount":"0.00","req_date":"4 months ARO","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-08 16:37:16.049 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222791-11082024163715.txt === {"quote":"222791","customer":"13705TA","name":null,"customerName":"Morris Great Lakes TA","comp":"01","open":"0","shipto":"FELDSYR","shiptoName":"Feldmeier Equipment, INC.","entry_date":"10-10-2024","cust_order_date":"10-10-2024","req_date":"11-29-2024","cust_po":"OKV1-ER50Z","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Dave Schulte","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"09:53","extra":"","follow_up":"11-09-2024","web_id":"","follow_name":"Dave Schulte","follow_phone":"256-258-5517","follow_email":"dgschulte@morrisgroupinc.com","pic_user":"alyssah","total_amt":"8320.00","total_gp":"4160.62","total_gpm":"50.01","rev_type":"LT","mod_date":"11-08-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-22-2024","notes":[{"comp":"1","quote":"222791","line":"0","data":"10-10-2024 09:54 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222791,"Line":0,"Comment":"10/18/2024 4:15 PM - alyssah - F/U changed from 10/16/2024 to 10/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222791,"Line":1,"Comment":"10/31/2024 11:32 AM - alyssah - F/U changed from 10/31/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222791,"Line":2,"Comment":"11/08/2024 4:37 PM - alyssah - Req Date changed from 11/21/2024 to 11/29/2024 (Req Date Updated)"},{"comp":1,"quote":222791,"Line":3,"Comment":"11/08/2024 4:37 PM - alyssah - CLO changed from 11/10/2024 to 11/22/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222791","line":"1","part":"OKV1-ER50Z","qty":"1","price":"8320.00","uom":"EA","discount":"0.00","req_date":"4 months ARO","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-08 16:37:20.528 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222791-11082024163720.txt === {"quote":"222791","customer":"13705TA","name":null,"customerName":"Morris Great Lakes TA","comp":"01","open":"0","shipto":"FELDSYR","shiptoName":"Feldmeier Equipment, INC.","entry_date":"10-10-2024","cust_order_date":"10-10-2024","req_date":"11-29-2024","cust_po":"OKV1-ER50Z","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Dave Schulte","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"09:53","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Dave Schulte","follow_phone":"256-258-5517","follow_email":"dgschulte@morrisgroupinc.com","pic_user":"alyssah","total_amt":"8320.00","total_gp":"4160.62","total_gpm":"50.01","rev_type":"LT","mod_date":"11-08-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-22-2024","notes":[{"comp":"1","quote":"222791","line":"0","data":"10-10-2024 09:54 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222791,"Line":0,"Comment":"10/18/2024 4:15 PM - alyssah - F/U changed from 10/16/2024 to 10/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222791,"Line":1,"Comment":"10/31/2024 11:32 AM - alyssah - F/U changed from 10/31/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222791,"Line":2,"Comment":"11/08/2024 4:37 PM - alyssah - Req Date changed from 11/21/2024 to 11/29/2024 (Req Date Updated)"},{"comp":1,"quote":222791,"Line":3,"Comment":"11/08/2024 4:37 PM - alyssah - CLO changed from 11/10/2024 to 11/22/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222791","line":"1","part":"OKV1-ER50Z","qty":"1","price":"8320.00","uom":"EA","discount":"0.00","req_date":"4 months ARO","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-08 16:39:04.928 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222801-11082024163904.txt === {"quote":"222801","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"MILIT","shiptoName":"Military Systems Group Inc.","entry_date":"10-10-2024","cust_order_date":"10-10-2024","req_date":"11-21-2024","cust_po":"MZQT47-ER32Z-MS-OFF","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Whitney Drake","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"11:14","extra":"","follow_up":"11-14-2024","web_id":"","follow_name":"Whitney Drake","follow_phone":"615-516-7772","follow_email":"whitney.drake@mscdirect.com","pic_user":"alyssah","total_amt":"5796.82","total_gp":"2159.16","total_gpm":"37.25","rev_type":"LT","mod_date":"11-08-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-10-2024","notes":[{"comp":"1","quote":"222801","line":"0","data":"10-10-2024 11:15 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222801,"Line":0,"Comment":"10/18/2024 4:25 PM - alyssah - F/U changed from 10/23/2024 to 11/9/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222801","line":"1","part":"MZQT47-ER32Z-MS-OFF","qty":"1","price":"8324.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222801","line":"2","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222801","line":"3","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-08 16:39:16.167 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222801-11082024163915.txt === {"quote":"222801","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"MILIT","shiptoName":"Military Systems Group Inc.","entry_date":"10-10-2024","cust_order_date":"10-10-2024","req_date":"11-21-2024","cust_po":"MZQT47-ER32Z-MS-OFF","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Whitney Drake","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"11:14","extra":"","follow_up":"11-14-2024","web_id":"","follow_name":"Whitney Drake","follow_phone":"615-516-7772","follow_email":"whitney.drake@mscdirect.com","pic_user":"alyssah","total_amt":"5796.82","total_gp":"2159.16","total_gpm":"37.25","rev_type":"LT","mod_date":"11-08-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-20-2024","notes":[{"comp":"1","quote":"222801","line":"0","data":"10-10-2024 11:15 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222801,"Line":0,"Comment":"10/18/2024 4:25 PM - alyssah - F/U changed from 10/23/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222801,"Line":1,"Comment":"11/08/2024 4:39 PM - alyssah - F/U changed from 11/09/2024 to 11/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222801,"Line":2,"Comment":"11/08/2024 4:39 PM - alyssah - CLO changed from 11/10/2024 to 11/20/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222801","line":"1","part":"MZQT47-ER32Z-MS-OFF","qty":"1","price":"8324.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222801","line":"2","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222801","line":"3","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-08 16:39:20.286 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222801-11082024163920.txt === {"quote":"222801","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"MILIT","shiptoName":"Military Systems Group Inc.","entry_date":"10-10-2024","cust_order_date":"10-10-2024","req_date":"11-21-2024","cust_po":"MZQT47-ER32Z-MS-OFF","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Whitney Drake","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"11:14","extra":"","follow_up":"11-19-2024","web_id":"","follow_name":"Whitney Drake","follow_phone":"615-516-7772","follow_email":"whitney.drake@mscdirect.com","pic_user":"alyssah","total_amt":"5796.82","total_gp":"2159.16","total_gpm":"37.25","rev_type":"LT","mod_date":"11-08-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-20-2024","notes":[{"comp":"1","quote":"222801","line":"0","data":"10-10-2024 11:15 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222801,"Line":0,"Comment":"10/18/2024 4:25 PM - alyssah - F/U changed from 10/23/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222801,"Line":1,"Comment":"11/08/2024 4:39 PM - alyssah - F/U changed from 11/09/2024 to 11/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222801,"Line":2,"Comment":"11/08/2024 4:39 PM - alyssah - CLO changed from 11/10/2024 to 11/20/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222801","line":"1","part":"MZQT47-ER32Z-MS-OFF","qty":"1","price":"8324.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222801","line":"2","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222801","line":"3","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-08 16:41:06.409 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222806-11082024164106.txt === {"quote":"222806","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"MECOCOTN","shiptoName":"Meco Corporation","entry_date":"10-10-2024","cust_order_date":"10-10-2024","req_date":"11-21-2024","cust_po":"HSK63A-C1-100G-IDU","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Sharon","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"11:42","extra":"","follow_up":"11-09-2024","web_id":"","follow_name":"Sharon","follow_phone":"516-812-2000","follow_email":"sharon.stahl@mscdirect.com","pic_user":"alyssah","total_amt":"8289.05","total_gp":"4978.93","total_gpm":"60.07","rev_type":"STD","mod_date":"11-08-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"57","win_pct":"20","clo_date":"11-20-2024","notes":[{"comp":"1","quote":"222806","line":"1","data":"Acct)"},{"comp":"1","quote":"222806","line":"0","data":"10-10-2024 12:09-alyssah Per FP 45% (Kevin Youngs"}],"crmnotes":[{"comp":1,"quote":222806,"Line":0,"Comment":"10/31/2024 11:30 AM - alyssah - CLO changed from 11/03/2024 to 11/13/2024 (CLO Date Updated)"},{"comp":1,"quote":222806,"Line":1,"Comment":"10/31/2024 11:30 AM - alyssah - F/U changed from 10/29/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222806,"Line":2,"Comment":"11/08/2024 4:41 PM - alyssah - CLO changed from 11/13/2024 to 11/20/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222806","line":"1","part":"HSK63A-C1-100G-IDU","qty":"3","price":"733.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"2","part":"HSK63A-C1-130G","qty":"1","price":"684.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"3","part":"KM1-1/2","qty":"2","price":"62.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"4","part":"KM1-1/4","qty":"2","price":"62.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"5","part":"KM1-1/8","qty":"2","price":"62.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"6","part":"KM1-7/8","qty":"2","price":"62.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"7","part":"KM1-3/16","qty":"2","price":"62.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"8","part":"KM1-3/4","qty":"2","price":"62.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"9","part":"KM1-3/8","qty":"2","price":"62.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"10","part":"KM1-5/16","qty":"2","price":"62.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"11","part":"KM1-5/8","qty":"2","price":"62.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"12","part":"KM1-7/16","qty":"2","price":"62.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"13","part":"GH25","qty":"2","price":"245.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"14","part":"HSK63A-ER25-3.00","qty":"5","price":"403.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"15","part":"HSK63A-ER25-5.00","qty":"5","price":"488.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"16","part":"HSK63-TUBE","qty":"10","price":"36.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"17","part":"HSK63-WRENCH","qty":"2","price":"91.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"18","part":"E25-SET-19","qty":"2","price":"890.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"19","part":"E25-SET-13(C)","qty":"2","price":"1209.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"20","part":"025-SPAN","qty":"4","price":"19.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"21","part":"HP-4","qty":"1","price":"1187.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":21}}] 2024-11-08 16:41:09.648 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222806-11082024164109.txt === {"quote":"222806","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"MECOCOTN","shiptoName":"Meco Corporation","entry_date":"10-10-2024","cust_order_date":"10-10-2024","req_date":"11-21-2024","cust_po":"HSK63A-C1-100G-IDU","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Sharon","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"11:42","extra":"","follow_up":"11-19-2024","web_id":"","follow_name":"Sharon","follow_phone":"516-812-2000","follow_email":"sharon.stahl@mscdirect.com","pic_user":"alyssah","total_amt":"8289.05","total_gp":"4978.93","total_gpm":"60.07","rev_type":"STD","mod_date":"11-08-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"57","win_pct":"20","clo_date":"11-20-2024","notes":[{"comp":"1","quote":"222806","line":"1","data":"Acct)"},{"comp":"1","quote":"222806","line":"0","data":"10-10-2024 12:09-alyssah Per FP 45% (Kevin Youngs"}],"crmnotes":[{"comp":1,"quote":222806,"Line":0,"Comment":"10/31/2024 11:30 AM - alyssah - CLO changed from 11/03/2024 to 11/13/2024 (CLO Date Updated)"},{"comp":1,"quote":222806,"Line":1,"Comment":"10/31/2024 11:30 AM - alyssah - F/U changed from 10/29/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222806,"Line":2,"Comment":"11/08/2024 4:41 PM - alyssah - CLO changed from 11/13/2024 to 11/20/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222806","line":"1","part":"HSK63A-C1-100G-IDU","qty":"3","price":"733.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"2","part":"HSK63A-C1-130G","qty":"1","price":"684.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"3","part":"KM1-1/2","qty":"2","price":"62.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"4","part":"KM1-1/4","qty":"2","price":"62.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"5","part":"KM1-1/8","qty":"2","price":"62.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"6","part":"KM1-7/8","qty":"2","price":"62.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"7","part":"KM1-3/16","qty":"2","price":"62.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"8","part":"KM1-3/4","qty":"2","price":"62.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"9","part":"KM1-3/8","qty":"2","price":"62.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"10","part":"KM1-5/16","qty":"2","price":"62.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"11","part":"KM1-5/8","qty":"2","price":"62.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"12","part":"KM1-7/16","qty":"2","price":"62.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"13","part":"GH25","qty":"2","price":"245.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"14","part":"HSK63A-ER25-3.00","qty":"5","price":"403.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"15","part":"HSK63A-ER25-5.00","qty":"5","price":"488.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"16","part":"HSK63-TUBE","qty":"10","price":"36.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"17","part":"HSK63-WRENCH","qty":"2","price":"91.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"18","part":"E25-SET-19","qty":"2","price":"890.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"19","part":"E25-SET-13(C)","qty":"2","price":"1209.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"20","part":"025-SPAN","qty":"4","price":"19.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"21","part":"HP-4","qty":"1","price":"1187.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":21}}] 2024-11-08 16:41:42.112 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223518-11082024164141.txt === {"quote":"223518","customer":"4550","name":null,"customerName":"DGI Supply a DoAll Company","comp":"01","open":"0","shipto":"ELSNER","shiptoName":"Elsner Engineering Works","entry_date":"10-25-2024","cust_order_date":"11-15-2024","req_date":"11-20-2024","cust_po":"BMT55-SK20Z-ICE Z","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Michael Clark","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"10:33","extra":"","follow_up":"11-19-2024","web_id":"","follow_name":"Michael Clark","follow_phone":"717-805-6101","follow_email":"mclark@dgisupply.com","pic_user":"alyssah","total_amt":"2959.45","total_gp":"1563.53","total_gpm":"52.83","rev_type":"LT","mod_date":"11-08-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-14-2024","notes":[{"comp":"1","quote":"223518","line":"0","data":"10-25-2024 10:39 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223518,"Line":0,"Comment":"10/31/2024 11:31 AM - alyssah - F/U changed from 10/31/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223518,"Line":1,"Comment":"11/08/2024 4:41 PM - alyssah - CLO changed from 11/14/2024 to 11/19/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223518","line":"1","part":"BMT55-SK20Z-ICE","qty":"1","price":"4477.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223518","line":"2","part":"WRENCH-MIM-107446","qty":"1","price":"35.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223518","line":"3","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223518","line":"5","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223518","Line":"5","Company":"1","F_Line":"1","Comment":"Please Note: IMTS promotion 5% extra added to the","Loc":"Y"},{"Quote":"223518","Line":"5","Company":"1","F_Line":"2","Comment":"discount on the holder only.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-08 16:41:42.158 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223518-11082024164141.txt === {"quote":"223518","customer":"4550","name":null,"customerName":"DGI Supply a DoAll Company","comp":"01","open":"0","shipto":"ELSNER","shiptoName":"Elsner Engineering Works","entry_date":"10-25-2024","cust_order_date":"11-15-2024","req_date":"11-20-2024","cust_po":"BMT55-SK20Z-ICE Z","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Michael Clark","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"10:33","extra":"","follow_up":"11-19-2024","web_id":"","follow_name":"Michael Clark","follow_phone":"717-805-6101","follow_email":"mclark@dgisupply.com","pic_user":"alyssah","total_amt":"2959.45","total_gp":"1563.53","total_gpm":"52.83","rev_type":"LT","mod_date":"11-08-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-19-2024","notes":[{"comp":"1","quote":"223518","line":"0","data":"10-25-2024 10:39 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223518,"Line":0,"Comment":"10/31/2024 11:31 AM - alyssah - F/U changed from 10/31/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223518,"Line":1,"Comment":"11/08/2024 4:41 PM - alyssah - CLO changed from 11/14/2024 to 11/19/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223518","line":"1","part":"BMT55-SK20Z-ICE","qty":"1","price":"4477.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223518","line":"2","part":"WRENCH-MIM-107446","qty":"1","price":"35.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223518","line":"3","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223518","line":"5","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223518","Line":"5","Company":"1","F_Line":"1","Comment":"Please Note: IMTS promotion 5% extra added to the","Loc":"Y"},{"Quote":"223518","Line":"5","Company":"1","F_Line":"2","Comment":"discount on the holder only.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-08 16:42:19.727 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222367-11082024164219.txt === {"quote":"222367","customer":"2185","name":null,"customerName":"Stellar Industrial Supply, Inc.","comp":"01","open":"1","shipto":"STELLRPA","shiptoName":"Stellar Industrial Supply","entry_date":"07-11-2011","cust_order_date":"11-12-2024","req_date":"11-12-2024","cust_po":"VMK8 Lyndex-N","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Shanna Colavita","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"14:46","extra":"","follow_up":"11-10-2024","web_id":"","follow_name":"Shanna Colavita","follow_phone":"724-743-2562","follow_email":"scolavita@stellarindustrial.com","pic_user":"alyssah","total_amt":"80.24","total_gp":"59.37","total_gpm":"73.99","rev_type":"ADV","mod_date":"11-08-2024","mod_time":null,"mod_user":"alyssah","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-12-2024","notes":[{"comp":"1","quote":"222367","line":"0","data":"10-01-2024 14:47 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"222367","line":"1","part":"VMK8-3","qty":"1","price":"118.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-08 16:42:31.327 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223879-11082024164231.txt === {"quote":"223879","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"11-04-2024","cust_order_date":"11-04-2024","req_date":"12-16-2024","cust_po":"C6-C3/4-90-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"10:32","extra":"","follow_up":"11-10-2024","web_id":"","follow_name":"","follow_phone":"","follow_email":"","pic_user":"alyssah","total_amt":"484.44","total_gp":"0.00","total_gpm":"0.00","rev_type":"ADV","mod_date":"11-08-2024","mod_time":null,"mod_user":"alyssah","reason":"8","totalQty":"1","win_pct":"20","clo_date":"12-04-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223879","line":"1","part":"C6-C3/4-90-IDU","qty":"1","price":"734.00","uom":"EA","discount":"34.00","req_date":"TBD","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-08 16:44:14.598 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222518-11082024164414.txt === {"quote":"222518","customer":"13410","name":null,"customerName":"Max Tool Inc.","comp":"01","open":"0","shipto":"ALABCALE","shiptoName":"MPI","entry_date":"10-03-2024","cust_order_date":"10-03-2024","req_date":"11-14-2024","cust_po":"C50-1500(ISO)-EU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Wade Davis","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"16:45","extra":"","follow_up":"11-12-2024","web_id":"","follow_name":"Wade Davis","follow_phone":"(205) 942-2466","follow_email":"wade@maxtoolinc.com","pic_user":"alyssah","total_amt":"1020","total_gp":"686.40","total_gpm":"67.29","rev_type":"STD","mod_date":"11-08-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"60","win_pct":"20","clo_date":"11-13-2024","notes":[{"comp":"1","quote":"222518","line":"0","data":"10-03-2024 16:45 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222518,"Line":0,"Comment":"10/31/2024 11:29 AM - alyssah - CLO changed from 11/03/2024 to 11/13/2024 (CLO Date Updated)"},{"comp":1,"quote":222518,"Line":1,"Comment":"10/31/2024 11:29 AM - alyssah - F/U changed from 10/26/2024 to 11/10/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222518","line":"1","part":"C50-1500(ISO)-EU","qty":"60","price":"34.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-08 16:44:26.113 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223152-11082024164425.txt === {"quote":"223152","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"HOE","shiptoName":"Hoerbiger Corp.","entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"11-28-2024","cust_po":"HSK63A-C3/4-95G","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Lynn","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"14:41","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Lynn","follow_phone":"","follow_email":"Lynn.Nunez@mscdirect.com","pic_user":"alyssah","total_amt":"1360.45","total_gp":"886.04","total_gpm":"65.13","rev_type":"ADV","mod_date":"11-08-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"8","win_pct":"20","clo_date":"11-17-2024","notes":[{"comp":"1","quote":"223152","line":"0","data":"10-17-2024 14:44 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223152","line":"1","part":"HSK63A-C3/4-95G","qty":"1","price":"578.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223152","line":"2","part":"HSK63A-C1-100G-IDU","qty":"1","price":"733.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223152","line":"3","part":"CCK3/4-1/2","qty":"1","price":"85.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223152","line":"4","part":"CKFN20(3/4)-1/2","qty":"1","price":"59.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223152","line":"5","part":"CCK1-3/4","qty":"1","price":"85.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223152","line":"6","part":"CKFN25(1)-3/4C","qty":"1","price":"63.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223152","line":"7","part":"GH20","qty":"1","price":"245.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223152","line":"8","part":"GH25","qty":"1","price":"245.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":8}}] 2024-11-08 16:45:15.647 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222561-11082024164515.txt === {"quote":"222561","customer":"13700TA","name":null,"customerName":"The Robert E. Morris Company (CT-TA","comp":"01","open":"0","shipto":"JOLIN","shiptoName":"Jolin Machine Co.","entry_date":"10-04-2024","cust_order_date":"10-04-2024","req_date":"11-15-2024","cust_po":"C4003-0033-1.61","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Matt Zaleski","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"13:52","extra":"","follow_up":"11-10-2024","web_id":"","follow_name":"Matt Zaleski","follow_phone":"516-477-1584","follow_email":"mzaleski@robertemorris.com","pic_user":"alyssah","total_amt":"3585.0","total_gp":"1900.84","total_gpm":"53.02","rev_type":"STD","mod_date":"11-08-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"40","win_pct":"20","clo_date":"11-15-2024","notes":[{"comp":"1","quote":"222561","line":"1","data":"10-04-2024 13:53 - Discounts Recalculated QS"},{"comp":"1","quote":"222561","line":"0","data":"10-04-2024 13:57-alyssah Tool Cert, new machine"}],"crmnotes":[{"comp":1,"quote":222561,"Line":0,"Comment":"10/31/2024 11:29 AM - alyssah - CLO changed from 11/04/2024 to 11/14/2024 (CLO Date Updated)"},{"comp":1,"quote":222561,"Line":1,"Comment":"10/31/2024 11:29 AM - alyssah - F/U changed from 10/27/2024 to 11/10/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222561,"Line":2,"Comment":"11/08/2024 4:45 PM - alyssah - CLO changed from 11/14/2024 to 11/15/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222561","line":"1","part":"C4003-0033-1.61","qty":"7","price":"149.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"2","part":"C4006-0500-2.50","qty":"1","price":"123.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"3","part":"C4006-0750-3.00","qty":"1","price":"123.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"4","part":"C4006-1250-4.00","qty":"1","price":"166.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"5","part":"C4007-0040-3.13","qty":"12","price":"276.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"6","part":"E40-157","qty":"2","price":"68.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"7","part":"E40-275","qty":"2","price":"68.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"8","part":"E40-314","qty":"2","price":"68.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"9","part":"E40-393","qty":"2","price":"68.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"10","part":"E40-511","qty":"2","price":"68.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"11","part":"E40-767","qty":"2","price":"68.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"12","part":"040-SPAN","qty":"1","price":"37.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"14","part":"CAT40-SF0500-3.15CP","qty":"1","price":"310.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"15","part":"CAT40-SF0750-3.15CP","qty":"1","price":"310.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"16","part":"CAT40-SF0187-3.15","qty":"1","price":"310.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"17","part":"CAT40-SF0250-3.15CP","qty":"1","price":"310.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"18","part":"CAT40-SF1000-3.94CP","qty":"1","price":"310.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":17}}] 2024-11-08 16:45:19.823 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222561-11082024164519.txt === {"quote":"222561","customer":"13700TA","name":null,"customerName":"The Robert E. Morris Company (CT-TA","comp":"01","open":"0","shipto":"JOLIN","shiptoName":"Jolin Machine Co.","entry_date":"10-04-2024","cust_order_date":"10-04-2024","req_date":"11-15-2024","cust_po":"C4003-0033-1.61","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Matt Zaleski","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"13:52","extra":"","follow_up":"11-14-2024","web_id":"","follow_name":"Matt Zaleski","follow_phone":"516-477-1584","follow_email":"mzaleski@robertemorris.com","pic_user":"alyssah","total_amt":"3585.0","total_gp":"1900.84","total_gpm":"53.02","rev_type":"STD","mod_date":"11-08-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"40","win_pct":"20","clo_date":"11-15-2024","notes":[{"comp":"1","quote":"222561","line":"1","data":"10-04-2024 13:53 - Discounts Recalculated QS"},{"comp":"1","quote":"222561","line":"0","data":"10-04-2024 13:57-alyssah Tool Cert, new machine"}],"crmnotes":[{"comp":1,"quote":222561,"Line":0,"Comment":"10/31/2024 11:29 AM - alyssah - CLO changed from 11/04/2024 to 11/14/2024 (CLO Date Updated)"},{"comp":1,"quote":222561,"Line":1,"Comment":"10/31/2024 11:29 AM - alyssah - F/U changed from 10/27/2024 to 11/10/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222561,"Line":2,"Comment":"11/08/2024 4:45 PM - alyssah - CLO changed from 11/14/2024 to 11/15/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222561","line":"1","part":"C4003-0033-1.61","qty":"7","price":"149.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"2","part":"C4006-0500-2.50","qty":"1","price":"123.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"3","part":"C4006-0750-3.00","qty":"1","price":"123.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"4","part":"C4006-1250-4.00","qty":"1","price":"166.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"5","part":"C4007-0040-3.13","qty":"12","price":"276.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"6","part":"E40-157","qty":"2","price":"68.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"7","part":"E40-275","qty":"2","price":"68.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"8","part":"E40-314","qty":"2","price":"68.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"9","part":"E40-393","qty":"2","price":"68.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"10","part":"E40-511","qty":"2","price":"68.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"11","part":"E40-767","qty":"2","price":"68.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"12","part":"040-SPAN","qty":"1","price":"37.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"14","part":"CAT40-SF0500-3.15CP","qty":"1","price":"310.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"15","part":"CAT40-SF0750-3.15CP","qty":"1","price":"310.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"16","part":"CAT40-SF0187-3.15","qty":"1","price":"310.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"17","part":"CAT40-SF0250-3.15CP","qty":"1","price":"310.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"18","part":"CAT40-SF1000-3.94CP","qty":"1","price":"310.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":17}}] 2024-11-08 16:45:27.229 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223633-11082024164527.txt === {"quote":"223633","customer":"4550","name":null,"customerName":"DGI Supply a DoAll Company","comp":"01","open":"0","shipto":"HOGGE","shiptoName":"Hogge Precision Parts","entry_date":"10-29-2024","cust_order_date":"10-29-2024","req_date":"12-10-2024","cust_po":"NC4007-0016","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Dave Wheller","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"11:20","extra":"","follow_up":"11-28-2024","web_id":"","follow_name":"Dave Wheller","follow_phone":"","follow_email":"dwheeler@dgisupply.com","pic_user":"alyssah","total_amt":"1468.97","total_gp":"749.04","total_gpm":"50.99","rev_type":"STD","mod_date":"11-08-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"10","win_pct":"20","clo_date":"11-29-2024","notes":[{"comp":"1","quote":"223633","line":"2","data":"10-29-2024 11:21 - Discounts Recalculated QS"},{"comp":"1","quote":"223633","line":"1","data":"this one was locked and could not edit for Matt"},{"comp":"1","quote":"223633","line":"0","data":"10-31-2024 15:51-karynm DUP on Qt 223799 because"}],"crmnotes":[{"comp":1,"quote":223633,"Line":0,"Comment":"10/31/2024 11:33 AM - alyssah - F/U changed from 11/04/2024 to 11/10/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223633","line":"1","part":"NC4007-0016-2.25G","qty":"8","price":"311.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223633","line":"2","part":"TQW-HANDLE14X18","qty":"1","price":"53.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223633","line":"3","part":"TQW-E16-G","qty":"1","price":"140.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-08 17:37:57.046 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-08 18:15:13.844 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\13017-5-3258.txt === {"customer":"13017","line":"A","dept":"S","name":"Oen Mowell","title":"AS","phone":"770-904-1811","cell":"770-317-2573","fax":null,"email":"Oen.m@gmail.com","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3258,"password":null,"webenabled":null,"linkedin":null,"city":"Monroe","state":"GA","address1":"123 North Midland Avenue","address2":null,"zip":"30655","country":"USA","userid":"mattm","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"BT","Active":"Y","lnrp":"N"} [{"json":{"results":"Contactc","type":"contactc","line":" 5"}}] 2024-11-08 18:18:36.830 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\13017-6-3259.txt === {"customer":"13017","line":"A","dept":"A","name":"Michael Henderson","title":"AA","phone":"770-904-1811","cell":"770-904-1811","fax":null,"email":"precisionexpress@windstream.net","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3259,"password":null,"webenabled":null,"linkedin":null,"city":"Monroe","state":"GA","address1":"123 North Midland Avenue","address2":null,"zip":"30655","country":"USA","userid":"mattm","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"BT","Active":"Y","lnrp":"N"} [{"json":{"results":"Contactc","type":"contactc","line":" 6"}}] 2024-11-08 19:25:54.968 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-08 21:36:15.296 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-08 23:12:03.080 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-08 23:12:30.559 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222187-11082024231230.txt === {"quote":"222187","customer":"13363","name":null,"customerName":"Martin Inc.","comp":"01","open":"0","shipto":"KAMTEK","shiptoName":"Kamtek Casting","entry_date":"09-26-2024","cust_order_date":"09-26-2024","req_date":"11-07-2024","cust_po":"START2 SHRINK 20MM HOLD","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tyler Putnam","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"16:36","extra":"","follow_up":"11-09-2024","web_id":"","follow_name":"Tyler Putnam","follow_phone":"","follow_email":"tputnam@martinsupply.com","pic_user":"fletcherp","total_amt":"9473.2","total_gp":"4268.55","total_gpm":"45.06","rev_type":"ADV","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"5","win_pct":"20","clo_date":"10-26-2024","notes":[{"comp":"1","quote":"222187","line":"1","data":"09-26-2024 16:38 - Discounts Recalculated QS"},{"comp":"1","quote":"222187","line":"0","data":"09-26-2024 16:37 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222187,"Line":0,"Comment":"10/18/2024 9:36 PM - fletcherp - F/U changed from 10/09/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222187,"Line":1,"Comment":"10/18/2024 9:36 PM - fletcherp - CLO changed from NaN/NaN/NaN to 10/26/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222187","line":"1","part":"SF-START2-UNIT-200","qty":"1","price":"12000.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222187","line":"2","part":"SF-POT-HSK63","qty":"2","price":"100.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222187","line":"3","part":"H63A-SF20-100","qty":"1","price":"306.00","uom":"EA","discount":"35.00","req_date":"FACTORY STOCK","branch":"1"},{"comp":"01","order":"222187","line":"4","part":"H63A-SF20-100CP","qty":"1","price":"422.00","uom":"EA","discount":"35.00","req_date":"FACTORY STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-08 23:12:42.154 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222187-11082024231241.txt === {"quote":"222187","customer":"13363","name":null,"customerName":"Martin Inc.","comp":"01","open":"0","shipto":"KAMTEK","shiptoName":"Kamtek Casting","entry_date":"09-26-2024","cust_order_date":"09-26-2024","req_date":"11-07-2024","cust_po":"START2 SHRINK 20MM HOLD","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tyler Putnam","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"16:36","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Tyler Putnam","follow_phone":"","follow_email":"tputnam@martinsupply.com","pic_user":"fletcherp","total_amt":"9473.2","total_gp":"4268.55","total_gpm":"45.06","rev_type":"ADV","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"5","win_pct":"20","clo_date":"10-26-2024","notes":[{"comp":"1","quote":"222187","line":"1","data":"09-26-2024 16:38 - Discounts Recalculated QS"},{"comp":"1","quote":"222187","line":"0","data":"09-26-2024 16:37 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222187,"Line":0,"Comment":"10/18/2024 9:36 PM - fletcherp - F/U changed from 10/09/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222187,"Line":1,"Comment":"10/18/2024 9:36 PM - fletcherp - CLO changed from NaN/NaN/NaN to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":222187,"Line":2,"Comment":"11/08/2024 11:12 PM - fletcherp - F/U changed from 10/26/2024 to 11/9/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222187","line":"1","part":"SF-START2-UNIT-200","qty":"1","price":"12000.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222187","line":"2","part":"SF-POT-HSK63","qty":"2","price":"100.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222187","line":"3","part":"H63A-SF20-100","qty":"1","price":"306.00","uom":"EA","discount":"35.00","req_date":"FACTORY STOCK","branch":"1"},{"comp":"01","order":"222187","line":"4","part":"H63A-SF20-100CP","qty":"1","price":"422.00","uom":"EA","discount":"35.00","req_date":"FACTORY STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-08 23:12:52.941 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222187-11082024231252.txt === {"quote":"222187","customer":"13363","name":null,"customerName":"Martin Inc.","comp":"01","open":"0","shipto":"KAMTEK","shiptoName":"Kamtek Casting","entry_date":"09-26-2024","cust_order_date":"09-26-2024","req_date":"11-07-2024","cust_po":"START2 SHRINK 20MM HOLD","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tyler Putnam","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"16:36","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Tyler Putnam","follow_phone":"","follow_email":"tputnam@martinsupply.com","pic_user":"fletcherp","total_amt":"9473.2","total_gp":"4268.55","total_gpm":"45.06","rev_type":"ADV","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"5","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"222187","line":"1","data":"09-26-2024 16:38 - Discounts Recalculated QS"},{"comp":"1","quote":"222187","line":"0","data":"09-26-2024 16:37 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222187,"Line":0,"Comment":"10/18/2024 9:36 PM - fletcherp - F/U changed from 10/09/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222187,"Line":1,"Comment":"10/18/2024 9:36 PM - fletcherp - CLO changed from NaN/NaN/NaN to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":222187,"Line":2,"Comment":"11/08/2024 11:12 PM - fletcherp - F/U changed from 10/26/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222187,"Line":3,"Comment":"11/08/2024 11:12 PM - fletcherp - F/U changed from 11/09/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222187,"Line":4,"Comment":"11/08/2024 11:12 PM - fletcherp - CLO changed from 10/26/2024 to 11/30/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222187","line":"1","part":"SF-START2-UNIT-200","qty":"1","price":"12000.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222187","line":"2","part":"SF-POT-HSK63","qty":"2","price":"100.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222187","line":"3","part":"H63A-SF20-100","qty":"1","price":"306.00","uom":"EA","discount":"35.00","req_date":"FACTORY STOCK","branch":"1"},{"comp":"01","order":"222187","line":"4","part":"H63A-SF20-100CP","qty":"1","price":"422.00","uom":"EA","discount":"35.00","req_date":"FACTORY STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-08 23:12:58.805 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222187-11082024231258.txt === {"quote":"222187","customer":"13363","name":null,"customerName":"Martin Inc.","comp":"01","open":"0","shipto":"KAMTEK","shiptoName":"Kamtek Casting","entry_date":"09-26-2024","cust_order_date":"09-26-2024","req_date":"12-07-2024","cust_po":"START2 SHRINK 20MM HOLD","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tyler Putnam","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"16:36","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Tyler Putnam","follow_phone":"","follow_email":"tputnam@martinsupply.com","pic_user":"fletcherp","total_amt":"9473.2","total_gp":"4268.55","total_gpm":"45.06","rev_type":"ADV","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"5","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"222187","line":"1","data":"09-26-2024 16:38 - Discounts Recalculated QS"},{"comp":"1","quote":"222187","line":"0","data":"09-26-2024 16:37 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222187,"Line":0,"Comment":"10/18/2024 9:36 PM - fletcherp - F/U changed from 10/09/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222187,"Line":1,"Comment":"10/18/2024 9:36 PM - fletcherp - CLO changed from NaN/NaN/NaN to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":222187,"Line":2,"Comment":"11/08/2024 11:12 PM - fletcherp - F/U changed from 10/26/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222187,"Line":3,"Comment":"11/08/2024 11:12 PM - fletcherp - F/U changed from 11/09/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222187,"Line":4,"Comment":"11/08/2024 11:12 PM - fletcherp - CLO changed from 10/26/2024 to 11/30/2024 (CLO Date Updated)"},{"comp":1,"quote":222187,"Line":5,"Comment":"11/08/2024 11:12 PM - fletcherp - Req Date changed from 11/07/2024 to 12/07/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222187","line":"1","part":"SF-START2-UNIT-200","qty":"1","price":"12000.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222187","line":"2","part":"SF-POT-HSK63","qty":"2","price":"100.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222187","line":"3","part":"H63A-SF20-100","qty":"1","price":"306.00","uom":"EA","discount":"35.00","req_date":"FACTORY STOCK","branch":"1"},{"comp":"01","order":"222187","line":"4","part":"H63A-SF20-100CP","qty":"1","price":"422.00","uom":"EA","discount":"35.00","req_date":"FACTORY STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-08 23:13:08.442 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219428-11082024231308.txt === {"quote":"219428","customer":"10015","name":null,"customerName":"Ellison(GA,NC,SC,TN)","comp":"01","open":"0","shipto":"SMITNEPH","shiptoName":"Smith & Nephew, Inc.","entry_date":"07-30-2024","cust_order_date":"07-30-2024","req_date":"10-26-2024","cust_po":"5AX-201 DNM4500 ATL5C","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"JARED JOBBINS SR","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"13:28","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"JARED JOBBINS SR","follow_phone":"901-485-5868","follow_email":"JJOBBINS@ELLISONTECHNOLOGIES.COM","pic_user":"fletcherp","total_amt":"45050.00","total_gp":"29490.12","total_gpm":"65.46","rev_type":"RT","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"3","win_pct":"20","clo_date":"10-26-2024","notes":[{"comp":"1","quote":"219428","line":"0","data":"07-30-2024 13:39 - Discounts Recalculated"}],"crmnotes":[{"comp":1,"quote":219428,"Line":0,"Comment":"08/16/2024 9:44 PM - fletcherp - F/U changed from 08/12/2024 to 8/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219428,"Line":1,"Comment":"08/16/2024 9:44 PM - fletcherp - CLO changed from 08/20/2024 to 08/31/2024 (CLO Date Updated)"},{"comp":1,"quote":219428,"Line":2,"Comment":"08/30/2024 9:12 PM - fletcherp - F/U changed from 08/24/2024 to 9/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219428,"Line":3,"Comment":"08/30/2024 9:12 PM - fletcherp - CLO changed from 08/31/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":219428,"Line":4,"Comment":"08/30/2024 9:13 PM - fletcherp - Req Date changed from 09/10/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":219428,"Line":5,"Comment":"09/20/2024 10:47 PM - fletcherp - F/U changed from 09/14/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219428,"Line":6,"Comment":"09/20/2024 10:47 PM - fletcherp - CLO changed from 09/21/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":219428,"Line":7,"Comment":"10/06/2024 10:51 PM - fletcherp - F/U changed from 10/05/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219428,"Line":8,"Comment":"10/06/2024 10:51 PM - fletcherp - CLO changed from 10/05/2024 to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":219428,"Line":9,"Comment":"10/06/2024 10:51 PM - fletcherp - Req Date changed from 10/05/2024 to 10/26/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"219428","line":"1","part":"5AX-201FA-M-AB","qty":"1","price":"28000.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219428","line":"2","part":"ATL206-5C","qty":"1","price":"3550.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219428","line":"3","part":"INSTALLATION-RT-5AX-SE","qty":"1","price":"13500.00","uom":"EA","discount":"0.00","req_date":"TBD ARO","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-08 23:13:16.341 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219428-11082024231316.txt === {"quote":"219428","customer":"10015","name":null,"customerName":"Ellison(GA,NC,SC,TN)","comp":"01","open":"0","shipto":"SMITNEPH","shiptoName":"Smith & Nephew, Inc.","entry_date":"07-30-2024","cust_order_date":"07-30-2024","req_date":"10-26-2024","cust_po":"5AX-201 DNM4500 ATL5C","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"JARED JOBBINS SR","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"13:28","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"JARED JOBBINS SR","follow_phone":"901-485-5868","follow_email":"JJOBBINS@ELLISONTECHNOLOGIES.COM","pic_user":"fletcherp","total_amt":"45050.00","total_gp":"29490.12","total_gpm":"65.46","rev_type":"RT","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"219428","line":"0","data":"07-30-2024 13:39 - Discounts Recalculated"}],"crmnotes":[{"comp":1,"quote":219428,"Line":0,"Comment":"08/16/2024 9:44 PM - fletcherp - F/U changed from 08/12/2024 to 8/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219428,"Line":1,"Comment":"08/16/2024 9:44 PM - fletcherp - CLO changed from 08/20/2024 to 08/31/2024 (CLO Date Updated)"},{"comp":1,"quote":219428,"Line":2,"Comment":"08/30/2024 9:12 PM - fletcherp - F/U changed from 08/24/2024 to 9/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219428,"Line":3,"Comment":"08/30/2024 9:12 PM - fletcherp - CLO changed from 08/31/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":219428,"Line":4,"Comment":"08/30/2024 9:13 PM - fletcherp - Req Date changed from 09/10/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":219428,"Line":5,"Comment":"09/20/2024 10:47 PM - fletcherp - F/U changed from 09/14/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219428,"Line":6,"Comment":"09/20/2024 10:47 PM - fletcherp - CLO changed from 09/21/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":219428,"Line":7,"Comment":"10/06/2024 10:51 PM - fletcherp - F/U changed from 10/05/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219428,"Line":8,"Comment":"10/06/2024 10:51 PM - fletcherp - CLO changed from 10/05/2024 to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":219428,"Line":9,"Comment":"10/06/2024 10:51 PM - fletcherp - Req Date changed from 10/05/2024 to 10/26/2024 (Req Date Updated)"},{"comp":1,"quote":219428,"Line":10,"Comment":"11/08/2024 11:13 PM - fletcherp - F/U changed from 10/26/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219428,"Line":11,"Comment":"11/08/2024 11:13 PM - fletcherp - CLO changed from 10/26/2024 to 11/30/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"219428","line":"1","part":"5AX-201FA-M-AB","qty":"1","price":"28000.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219428","line":"2","part":"ATL206-5C","qty":"1","price":"3550.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219428","line":"3","part":"INSTALLATION-RT-5AX-SE","qty":"1","price":"13500.00","uom":"EA","discount":"0.00","req_date":"TBD ARO","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-08 23:13:21.831 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219428-11082024231321.txt === {"quote":"219428","customer":"10015","name":null,"customerName":"Ellison(GA,NC,SC,TN)","comp":"01","open":"0","shipto":"SMITNEPH","shiptoName":"Smith & Nephew, Inc.","entry_date":"07-30-2024","cust_order_date":"07-30-2024","req_date":"12-07-2024","cust_po":"5AX-201 DNM4500 ATL5C","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"JARED JOBBINS SR","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"13:28","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"JARED JOBBINS SR","follow_phone":"901-485-5868","follow_email":"JJOBBINS@ELLISONTECHNOLOGIES.COM","pic_user":"fletcherp","total_amt":"45050.00","total_gp":"29490.12","total_gpm":"65.46","rev_type":"RT","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"219428","line":"0","data":"07-30-2024 13:39 - Discounts Recalculated"}],"crmnotes":[{"comp":1,"quote":219428,"Line":0,"Comment":"08/16/2024 9:44 PM - fletcherp - F/U changed from 08/12/2024 to 8/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219428,"Line":1,"Comment":"08/16/2024 9:44 PM - fletcherp - CLO changed from 08/20/2024 to 08/31/2024 (CLO Date Updated)"},{"comp":1,"quote":219428,"Line":2,"Comment":"08/30/2024 9:12 PM - fletcherp - F/U changed from 08/24/2024 to 9/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219428,"Line":3,"Comment":"08/30/2024 9:12 PM - fletcherp - CLO changed from 08/31/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":219428,"Line":4,"Comment":"08/30/2024 9:13 PM - fletcherp - Req Date changed from 09/10/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":219428,"Line":5,"Comment":"09/20/2024 10:47 PM - fletcherp - F/U changed from 09/14/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219428,"Line":6,"Comment":"09/20/2024 10:47 PM - fletcherp - CLO changed from 09/21/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":219428,"Line":7,"Comment":"10/06/2024 10:51 PM - fletcherp - F/U changed from 10/05/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219428,"Line":8,"Comment":"10/06/2024 10:51 PM - fletcherp - CLO changed from 10/05/2024 to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":219428,"Line":9,"Comment":"10/06/2024 10:51 PM - fletcherp - Req Date changed from 10/05/2024 to 10/26/2024 (Req Date Updated)"},{"comp":1,"quote":219428,"Line":10,"Comment":"11/08/2024 11:13 PM - fletcherp - F/U changed from 10/26/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219428,"Line":11,"Comment":"11/08/2024 11:13 PM - fletcherp - CLO changed from 10/26/2024 to 11/30/2024 (CLO Date Updated)"},{"comp":1,"quote":219428,"Line":12,"Comment":"11/08/2024 11:13 PM - fletcherp - Req Date changed from 10/26/2024 to 12/07/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"219428","line":"1","part":"5AX-201FA-M-AB","qty":"1","price":"28000.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219428","line":"2","part":"ATL206-5C","qty":"1","price":"3550.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219428","line":"3","part":"INSTALLATION-RT-5AX-SE","qty":"1","price":"13500.00","uom":"EA","discount":"0.00","req_date":"TBD ARO","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-08 23:14:12.089 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222260-11082024231411.txt === {"quote":"222260","customer":"10015","name":null,"customerName":"Ellison(GA,NC,SC,TN)","comp":"01","open":"0","shipto":"ELLIBREN","shiptoName":"Ellison Technologies","entry_date":"09-28-2024","cust_order_date":"09-28-2024","req_date":"11-09-2024","cust_po":"CNC401 + TRUNNION + RJ","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jared Jobbins","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"01:19","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Jared Jobbins","follow_phone":"","follow_email":"jjobbins@ellisontechnologies.com","pic_user":"fletcherp","total_amt":"49450.00","total_gp":"28552.97","total_gpm":"57.74","rev_type":"RT","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"7","win_pct":"20","clo_date":"10-28-2024","notes":[{"comp":"1","quote":"222260","line":"0","data":"09-28-2024 01:20 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222260,"Line":0,"Comment":"10/18/2024 9:37 PM - fletcherp - F/U changed from 10/11/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222260,"Line":1,"Comment":"11/01/2024 10:42 PM - fletcherp - CLO changed from 10/28/2024 to 11/9/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222260","line":"1","part":"CNC401FA-M","qty":"1","price":"16000.00","uom":"EA","discount":"0.00","req_date":"6-8 WEEKS ARO","branch":"1"},{"comp":"01","order":"222260","line":"2","part":"AY0111","qty":"1","price":"5200.00","uom":"EA","discount":"0.00","req_date":"6-8 WEEKS ARO","branch":"1"},{"comp":"01","order":"222260","line":"3","part":"TAT-401","qty":"1","price":"7000.00","uom":"EA","discount":"0.00","req_date":"6-8 WEEKS ARO","branch":"1"},{"comp":"01","order":"222260","line":"4","part":"RN-CN401SD-8+1-B","qty":"1","price":"4950.00","uom":"EA","discount":"0.00","req_date":"6-8 WEEKS ARO","branch":"1"},{"comp":"01","order":"222260","line":"5","part":"TRUNNION-STALLION-10/30","qty":"1","price":"5500.00","uom":"EA","discount":"0.00","req_date":"6-8 WEEKS ARO","branch":"1"},{"comp":"01","order":"222260","line":"6","part":"TRUNNION-BASEPLATE","qty":"1","price":"3300.00","uom":"EA","discount":"0.00","req_date":"6-8 WEEKS ARO","branch":"1"},{"comp":"01","order":"222260","line":"7","part":"INSTALLATION-RT-CNC-SE","qty":"1","price":"7500.00","uom":"EA","discount":"0.00","req_date":"TBD ARO","branch":"1"}],"qlines":[{"Quote":"222260","Line":"2","Company":"1","F_Line":"1","Comment":"AIR/HYDRAULIC BOOSTER FOR ROTARY TABLE BRAKE","Loc":"Y"},{"Quote":"222260","Line":"3","Company":"1","F_Line":"1","Comment":"TAT/SUPPRT TABLE FOR TRUNNION ASSEMBLY","Loc":"Y"},{"Quote":"222260","Line":"4","Company":"1","F_Line":"1","Comment":"ROTARY JOINT FOR THRU CENTER HYDRAULICS/PNUEMATICS","Loc":"Y"},{"Quote":"222260","Line":"5","Company":"1","F_Line":"1","Comment":"WILL BE 15 WIDE BY 18 LONG","Loc":"Y"},{"Quote":"222260","Line":"5","Company":"1","F_Line":"2","Comment":"PART NUMBER WILL LIKELY BE:","Loc":"Y"},{"Quote":"222260","Line":"5","Company":"1","F_Line":"3","Comment":"-TRUNNION-STALLION-15/18","Loc":"Y"},{"Quote":"222260","Line":"6","Company":"1","F_Line":"1","Comment":"CUSTOM BASEPLATE FOR ROTARY/TAT/TRUNNION.","Loc":"Y"},{"Quote":"222260","Line":"6","Company":"1","F_Line":"2","Comment":"WILL BE KEYED TO MATCH THE TABLE.","Loc":"Y"},{"Quote":"222260","Line":"6","Company":"1","F_Line":"3","Comment":"PLATE WILL BE 1.25 THICK","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-08 23:14:26.766 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222260-11082024231426.txt === {"quote":"222260","customer":"10015","name":null,"customerName":"Ellison(GA,NC,SC,TN)","comp":"01","open":"0","shipto":"ELLIBREN","shiptoName":"Ellison Technologies","entry_date":"09-28-2024","cust_order_date":"09-28-2024","req_date":"11-09-2024","cust_po":"CNC401 + TRUNNION + RJ","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jared Jobbins","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"01:19","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Jared Jobbins","follow_phone":"","follow_email":"jjobbins@ellisontechnologies.com","pic_user":"fletcherp","total_amt":"49450.00","total_gp":"28552.97","total_gpm":"57.74","rev_type":"RT","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"7","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"222260","line":"0","data":"09-28-2024 01:20 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222260,"Line":0,"Comment":"10/18/2024 9:37 PM - fletcherp - F/U changed from 10/11/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222260,"Line":1,"Comment":"11/01/2024 10:42 PM - fletcherp - CLO changed from 10/28/2024 to 11/9/2024 (CLO Date Updated)"},{"comp":1,"quote":222260,"Line":2,"Comment":"11/08/2024 11:14 PM - fletcherp - F/U changed from 10/26/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222260,"Line":3,"Comment":"11/08/2024 11:14 PM - fletcherp - CLO changed from 10/28/2024 to 11/30/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222260","line":"1","part":"CNC401FA-M","qty":"1","price":"16000.00","uom":"EA","discount":"0.00","req_date":"6-8 WEEKS ARO","branch":"1"},{"comp":"01","order":"222260","line":"2","part":"AY0111","qty":"1","price":"5200.00","uom":"EA","discount":"0.00","req_date":"6-8 WEEKS ARO","branch":"1"},{"comp":"01","order":"222260","line":"3","part":"TAT-401","qty":"1","price":"7000.00","uom":"EA","discount":"0.00","req_date":"6-8 WEEKS ARO","branch":"1"},{"comp":"01","order":"222260","line":"4","part":"RN-CN401SD-8+1-B","qty":"1","price":"4950.00","uom":"EA","discount":"0.00","req_date":"6-8 WEEKS ARO","branch":"1"},{"comp":"01","order":"222260","line":"5","part":"TRUNNION-STALLION-10/30","qty":"1","price":"5500.00","uom":"EA","discount":"0.00","req_date":"6-8 WEEKS ARO","branch":"1"},{"comp":"01","order":"222260","line":"6","part":"TRUNNION-BASEPLATE","qty":"1","price":"3300.00","uom":"EA","discount":"0.00","req_date":"6-8 WEEKS ARO","branch":"1"},{"comp":"01","order":"222260","line":"7","part":"INSTALLATION-RT-CNC-SE","qty":"1","price":"7500.00","uom":"EA","discount":"0.00","req_date":"TBD ARO","branch":"1"}],"qlines":[{"Quote":"222260","Line":"2","Company":"1","F_Line":"1","Comment":"AIR/HYDRAULIC BOOSTER FOR ROTARY TABLE BRAKE","Loc":"Y"},{"Quote":"222260","Line":"3","Company":"1","F_Line":"1","Comment":"TAT/SUPPRT TABLE FOR TRUNNION ASSEMBLY","Loc":"Y"},{"Quote":"222260","Line":"4","Company":"1","F_Line":"1","Comment":"ROTARY JOINT FOR THRU CENTER HYDRAULICS/PNUEMATICS","Loc":"Y"},{"Quote":"222260","Line":"5","Company":"1","F_Line":"1","Comment":"WILL BE 15 WIDE BY 18 LONG","Loc":"Y"},{"Quote":"222260","Line":"5","Company":"1","F_Line":"2","Comment":"PART NUMBER WILL LIKELY BE:","Loc":"Y"},{"Quote":"222260","Line":"5","Company":"1","F_Line":"3","Comment":"-TRUNNION-STALLION-15/18","Loc":"Y"},{"Quote":"222260","Line":"6","Company":"1","F_Line":"1","Comment":"CUSTOM BASEPLATE FOR ROTARY/TAT/TRUNNION.","Loc":"Y"},{"Quote":"222260","Line":"6","Company":"1","F_Line":"2","Comment":"WILL BE KEYED TO MATCH THE TABLE.","Loc":"Y"},{"Quote":"222260","Line":"6","Company":"1","F_Line":"3","Comment":"PLATE WILL BE 1.25 THICK","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-08 23:14:31.569 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222260-11082024231431.txt === {"quote":"222260","customer":"10015","name":null,"customerName":"Ellison(GA,NC,SC,TN)","comp":"01","open":"0","shipto":"ELLIBREN","shiptoName":"Ellison Technologies","entry_date":"09-28-2024","cust_order_date":"09-28-2024","req_date":"12-07-2024","cust_po":"CNC401 + TRUNNION + RJ","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jared Jobbins","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"01:19","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Jared Jobbins","follow_phone":"","follow_email":"jjobbins@ellisontechnologies.com","pic_user":"fletcherp","total_amt":"49450.00","total_gp":"28552.97","total_gpm":"57.74","rev_type":"RT","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"7","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"222260","line":"0","data":"09-28-2024 01:20 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222260,"Line":0,"Comment":"10/18/2024 9:37 PM - fletcherp - F/U changed from 10/11/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222260,"Line":1,"Comment":"11/01/2024 10:42 PM - fletcherp - CLO changed from 10/28/2024 to 11/9/2024 (CLO Date Updated)"},{"comp":1,"quote":222260,"Line":2,"Comment":"11/08/2024 11:14 PM - fletcherp - F/U changed from 10/26/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222260,"Line":3,"Comment":"11/08/2024 11:14 PM - fletcherp - CLO changed from 10/28/2024 to 11/30/2024 (CLO Date Updated)"},{"comp":1,"quote":222260,"Line":4,"Comment":"11/08/2024 11:14 PM - fletcherp - Req Date changed from 11/09/2024 to 12/07/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222260","line":"1","part":"CNC401FA-M","qty":"1","price":"16000.00","uom":"EA","discount":"0.00","req_date":"6-8 WEEKS ARO","branch":"1"},{"comp":"01","order":"222260","line":"2","part":"AY0111","qty":"1","price":"5200.00","uom":"EA","discount":"0.00","req_date":"6-8 WEEKS ARO","branch":"1"},{"comp":"01","order":"222260","line":"3","part":"TAT-401","qty":"1","price":"7000.00","uom":"EA","discount":"0.00","req_date":"6-8 WEEKS ARO","branch":"1"},{"comp":"01","order":"222260","line":"4","part":"RN-CN401SD-8+1-B","qty":"1","price":"4950.00","uom":"EA","discount":"0.00","req_date":"6-8 WEEKS ARO","branch":"1"},{"comp":"01","order":"222260","line":"5","part":"TRUNNION-STALLION-10/30","qty":"1","price":"5500.00","uom":"EA","discount":"0.00","req_date":"6-8 WEEKS ARO","branch":"1"},{"comp":"01","order":"222260","line":"6","part":"TRUNNION-BASEPLATE","qty":"1","price":"3300.00","uom":"EA","discount":"0.00","req_date":"6-8 WEEKS ARO","branch":"1"},{"comp":"01","order":"222260","line":"7","part":"INSTALLATION-RT-CNC-SE","qty":"1","price":"7500.00","uom":"EA","discount":"0.00","req_date":"TBD ARO","branch":"1"}],"qlines":[{"Quote":"222260","Line":"2","Company":"1","F_Line":"1","Comment":"AIR/HYDRAULIC BOOSTER FOR ROTARY TABLE BRAKE","Loc":"Y"},{"Quote":"222260","Line":"3","Company":"1","F_Line":"1","Comment":"TAT/SUPPRT TABLE FOR TRUNNION ASSEMBLY","Loc":"Y"},{"Quote":"222260","Line":"4","Company":"1","F_Line":"1","Comment":"ROTARY JOINT FOR THRU CENTER HYDRAULICS/PNUEMATICS","Loc":"Y"},{"Quote":"222260","Line":"5","Company":"1","F_Line":"1","Comment":"WILL BE 15 WIDE BY 18 LONG","Loc":"Y"},{"Quote":"222260","Line":"5","Company":"1","F_Line":"2","Comment":"PART NUMBER WILL LIKELY BE:","Loc":"Y"},{"Quote":"222260","Line":"5","Company":"1","F_Line":"3","Comment":"-TRUNNION-STALLION-15/18","Loc":"Y"},{"Quote":"222260","Line":"6","Company":"1","F_Line":"1","Comment":"CUSTOM BASEPLATE FOR ROTARY/TAT/TRUNNION.","Loc":"Y"},{"Quote":"222260","Line":"6","Company":"1","F_Line":"2","Comment":"WILL BE KEYED TO MATCH THE TABLE.","Loc":"Y"},{"Quote":"222260","Line":"6","Company":"1","F_Line":"3","Comment":"PLATE WILL BE 1.25 THICK","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-08 23:14:42.419 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219539-11082024231442.txt === {"quote":"219539","customer":"1340","name":null,"customerName":"Metal Removal Technologies","comp":"01","open":"0","shipto":"SAINTJE","shiptoName":"Saint Jean Industries","entry_date":"07-31-2024","cust_order_date":"08-15-2024","req_date":"02-01-2025","cust_po":"HSK63 12MM WELDON RAH","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"26","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"22:11","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Josh Thomas","follow_phone":"501-288-0573","follow_email":"jthomas@metal-removal.com","pic_user":"fletcherp","total_amt":"62588.40","total_gp":"28326.42","total_gpm":"45.26","rev_type":"ADV","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"6","win_pct":"20","clo_date":"11-02-2024","notes":[],"crmnotes":[{"comp":1,"quote":219539,"Line":0,"Comment":"08/09/2024 11:03 PM - fletcherp - F/U changed from 08/06/2024 to 8/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219539,"Line":1,"Comment":"08/30/2024 9:16 PM - fletcherp - F/U changed from 08/24/2024 to 9/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219539,"Line":2,"Comment":"08/30/2024 9:16 PM - fletcherp - CLO changed from 09/01/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":219539,"Line":3,"Comment":"08/30/2024 9:17 PM - fletcherp - Req Date changed from 11/15/2024 to 12/21/2024 (Req Date Updated)"},{"comp":1,"quote":219539,"Line":4,"Comment":"09/20/2024 10:48 PM - fletcherp - F/U changed from 09/14/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219539,"Line":5,"Comment":"09/20/2024 10:48 PM - fletcherp - CLO changed from 09/21/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":219539,"Line":6,"Comment":"09/30/2024 8:42 AM - fletcherp - CLO changed from 10/05/2024 to 10/16/2024 (CLO Date Updated)"},{"comp":1,"quote":219539,"Line":7,"Comment":"09/30/2024 8:43 AM - fletcherp - Req Date changed from 12/21/2024 to 02/01/2025 (Req Date Updated)"},{"comp":1,"quote":219539,"Line":8,"Comment":"10/06/2024 10:53 PM - fletcherp - F/U changed from 10/05/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219539,"Line":9,"Comment":"10/06/2024 10:53 PM - fletcherp - CLO changed from 10/16/2024 to 11/02/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"219539","line":"1","part":"H63ARAM-SL12-280STEC-64FP","qty":"6","price":"10431.40","uom":"EA","discount":"0.00","req_date":"14 WEEKS ARO","branch":"1"}],"qlines":[{"Quote":"219539","Line":"1","Company":"1","F_Line":"1","Comment":"12 WEEKS MANUFACTURE; 2 WEEKS SHIPPING","Loc":"Y"},{"Quote":"219539","Line":"1","Company":"1","F_Line":"2","Comment":"EXPEDITED FREIGHT CAN BE PURCHASED IF NECESSARY","Loc":"Y"},{"Quote":"219539","Line":"1","Company":"1","F_Line":"3","Comment":"ASK FOR DIRECT AIR FREIGHT SHIPMENT QUOTE IF NEEDED","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-08 23:14:51.531 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219539-11082024231451.txt === {"quote":"219539","customer":"1340","name":null,"customerName":"Metal Removal Technologies","comp":"01","open":"0","shipto":"SAINTJE","shiptoName":"Saint Jean Industries","entry_date":"07-31-2024","cust_order_date":"08-15-2024","req_date":"02-01-2025","cust_po":"HSK63 12MM WELDON RAH","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"26","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"22:11","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Josh Thomas","follow_phone":"501-288-0573","follow_email":"jthomas@metal-removal.com","pic_user":"fletcherp","total_amt":"62588.40","total_gp":"28326.42","total_gpm":"45.26","rev_type":"ADV","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"6","win_pct":"20","clo_date":"11-16-2024","notes":[],"crmnotes":[{"comp":1,"quote":219539,"Line":0,"Comment":"08/09/2024 11:03 PM - fletcherp - F/U changed from 08/06/2024 to 8/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219539,"Line":1,"Comment":"08/30/2024 9:16 PM - fletcherp - F/U changed from 08/24/2024 to 9/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219539,"Line":2,"Comment":"08/30/2024 9:16 PM - fletcherp - CLO changed from 09/01/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":219539,"Line":3,"Comment":"08/30/2024 9:17 PM - fletcherp - Req Date changed from 11/15/2024 to 12/21/2024 (Req Date Updated)"},{"comp":1,"quote":219539,"Line":4,"Comment":"09/20/2024 10:48 PM - fletcherp - F/U changed from 09/14/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219539,"Line":5,"Comment":"09/20/2024 10:48 PM - fletcherp - CLO changed from 09/21/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":219539,"Line":6,"Comment":"09/30/2024 8:42 AM - fletcherp - CLO changed from 10/05/2024 to 10/16/2024 (CLO Date Updated)"},{"comp":1,"quote":219539,"Line":7,"Comment":"09/30/2024 8:43 AM - fletcherp - Req Date changed from 12/21/2024 to 02/01/2025 (Req Date Updated)"},{"comp":1,"quote":219539,"Line":8,"Comment":"10/06/2024 10:53 PM - fletcherp - F/U changed from 10/05/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219539,"Line":9,"Comment":"10/06/2024 10:53 PM - fletcherp - CLO changed from 10/16/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":219539,"Line":10,"Comment":"11/08/2024 11:14 PM - fletcherp - F/U changed from 10/26/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219539,"Line":11,"Comment":"11/08/2024 11:14 PM - fletcherp - CLO changed from 11/02/2024 to 11/16/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"219539","line":"1","part":"H63ARAM-SL12-280STEC-64FP","qty":"6","price":"10431.40","uom":"EA","discount":"0.00","req_date":"14 WEEKS ARO","branch":"1"}],"qlines":[{"Quote":"219539","Line":"1","Company":"1","F_Line":"1","Comment":"12 WEEKS MANUFACTURE; 2 WEEKS SHIPPING","Loc":"Y"},{"Quote":"219539","Line":"1","Company":"1","F_Line":"2","Comment":"EXPEDITED FREIGHT CAN BE PURCHASED IF NECESSARY","Loc":"Y"},{"Quote":"219539","Line":"1","Company":"1","F_Line":"3","Comment":"ASK FOR DIRECT AIR FREIGHT SHIPMENT QUOTE IF NEEDED","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-08 23:15:05.282 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219539-11082024231505.txt === {"quote":"219539","customer":"1340","name":null,"customerName":"Metal Removal Technologies","comp":"01","open":"0","shipto":"SAINTJE","shiptoName":"Saint Jean Industries","entry_date":"07-31-2024","cust_order_date":"08-15-2024","req_date":"02-01-2025","cust_po":"HSK63 12MM WELDON RAH","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"26","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"22:11","extra":"","follow_up":"11-15-2024","web_id":"","follow_name":"Josh Thomas","follow_phone":"501-288-0573","follow_email":"jthomas@metal-removal.com","pic_user":"fletcherp","total_amt":"62588.40","total_gp":"28326.42","total_gpm":"45.26","rev_type":"ADV","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"6","win_pct":"20","clo_date":"11-16-2024","notes":[],"crmnotes":[{"comp":1,"quote":219539,"Line":0,"Comment":"08/09/2024 11:03 PM - fletcherp - F/U changed from 08/06/2024 to 8/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219539,"Line":1,"Comment":"08/30/2024 9:16 PM - fletcherp - F/U changed from 08/24/2024 to 9/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219539,"Line":2,"Comment":"08/30/2024 9:16 PM - fletcherp - CLO changed from 09/01/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":219539,"Line":3,"Comment":"08/30/2024 9:17 PM - fletcherp - Req Date changed from 11/15/2024 to 12/21/2024 (Req Date Updated)"},{"comp":1,"quote":219539,"Line":4,"Comment":"09/20/2024 10:48 PM - fletcherp - F/U changed from 09/14/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219539,"Line":5,"Comment":"09/20/2024 10:48 PM - fletcherp - CLO changed from 09/21/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":219539,"Line":6,"Comment":"09/30/2024 8:42 AM - fletcherp - CLO changed from 10/05/2024 to 10/16/2024 (CLO Date Updated)"},{"comp":1,"quote":219539,"Line":7,"Comment":"09/30/2024 8:43 AM - fletcherp - Req Date changed from 12/21/2024 to 02/01/2025 (Req Date Updated)"},{"comp":1,"quote":219539,"Line":8,"Comment":"10/06/2024 10:53 PM - fletcherp - F/U changed from 10/05/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219539,"Line":9,"Comment":"10/06/2024 10:53 PM - fletcherp - CLO changed from 10/16/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":219539,"Line":10,"Comment":"11/08/2024 11:14 PM - fletcherp - F/U changed from 10/26/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219539,"Line":11,"Comment":"11/08/2024 11:14 PM - fletcherp - CLO changed from 11/02/2024 to 11/16/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"219539","line":"1","part":"H63ARAM-SL12-280STEC-64FP","qty":"6","price":"10431.40","uom":"EA","discount":"0.00","req_date":"14 WEEKS ARO","branch":"1"}],"qlines":[{"Quote":"219539","Line":"1","Company":"1","F_Line":"1","Comment":"12 WEEKS MANUFACTURE; 2 WEEKS SHIPPING","Loc":"Y"},{"Quote":"219539","Line":"1","Company":"1","F_Line":"2","Comment":"EXPEDITED FREIGHT CAN BE PURCHASED IF NECESSARY","Loc":"Y"},{"Quote":"219539","Line":"1","Company":"1","F_Line":"3","Comment":"ASK FOR DIRECT AIR FREIGHT SHIPMENT QUOTE IF NEEDED","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-08 23:17:10.826 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222316-11082024231710.txt === {"quote":"222316","customer":"2185","name":null,"customerName":"Stellar Industrial Supply, Inc.","comp":"01","open":"0","shipto":"JTEKTAU","shiptoName":"JTEKT Automotive","entry_date":"09-30-2024","cust_order_date":"09-30-2024","req_date":"11-11-2024","cust_po":"CNC202LFA","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jeff Catlett - TN","drop_po":"REF QUOTE 69222","status":"0","user":"fletcherp","conv_order":"","time":"16:30","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Jeff Catlett - TN","follow_phone":"865-525-6195","follow_email":"jcatlett@stellarindustrial.com","pic_user":"fletcherp","total_amt":"19861.1","total_gp":"14783.15","total_gpm":"74.43","rev_type":"RT","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"3","win_pct":"20","clo_date":"10-30-2024","notes":[{"comp":"1","quote":"222316","line":"0","data":"09-30-2024 16:33 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222316,"Line":0,"Comment":"10/18/2024 9:49 PM - fletcherp - F/U changed from 10/13/2024 to 10/26/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222316","line":"1","part":"CNC202LFA","qty":"1","price":"17010.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222316","line":"2","part":"TAT-170","qty":"1","price":"6356.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222316","line":"3","part":"RT-ACCESSORY","qty":"1","price":"0.00","uom":"EA","discount":"15.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-08 23:17:19.238 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222316-11082024231719.txt === {"quote":"222316","customer":"2185","name":null,"customerName":"Stellar Industrial Supply, Inc.","comp":"01","open":"0","shipto":"JTEKTAU","shiptoName":"JTEKT Automotive","entry_date":"09-30-2024","cust_order_date":"09-30-2024","req_date":"11-11-2024","cust_po":"CNC202LFA","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jeff Catlett - TN","drop_po":"REF QUOTE 69222","status":"0","user":"fletcherp","conv_order":"","time":"16:30","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Jeff Catlett - TN","follow_phone":"865-525-6195","follow_email":"jcatlett@stellarindustrial.com","pic_user":"fletcherp","total_amt":"19861.1","total_gp":"14783.15","total_gpm":"74.43","rev_type":"RT","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"222316","line":"0","data":"09-30-2024 16:33 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222316,"Line":0,"Comment":"10/18/2024 9:49 PM - fletcherp - F/U changed from 10/13/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222316,"Line":1,"Comment":"11/08/2024 11:17 PM - fletcherp - F/U changed from 10/26/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222316,"Line":2,"Comment":"11/08/2024 11:17 PM - fletcherp - CLO changed from 10/30/2024 to 11/30/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222316","line":"1","part":"CNC202LFA","qty":"1","price":"17010.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222316","line":"2","part":"TAT-170","qty":"1","price":"6356.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222316","line":"3","part":"RT-ACCESSORY","qty":"1","price":"0.00","uom":"EA","discount":"15.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-08 23:17:26.835 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222316-11082024231726.txt === {"quote":"222316","customer":"2185","name":null,"customerName":"Stellar Industrial Supply, Inc.","comp":"01","open":"0","shipto":"JTEKTAU","shiptoName":"JTEKT Automotive","entry_date":"09-30-2024","cust_order_date":"09-30-2024","req_date":"12-07-2024","cust_po":"CNC202LFA","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jeff Catlett - TN","drop_po":"REF QUOTE 69222","status":"0","user":"fletcherp","conv_order":"","time":"16:30","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Jeff Catlett - TN","follow_phone":"865-525-6195","follow_email":"jcatlett@stellarindustrial.com","pic_user":"fletcherp","total_amt":"19861.1","total_gp":"14783.15","total_gpm":"74.43","rev_type":"RT","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"222316","line":"0","data":"09-30-2024 16:33 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222316,"Line":0,"Comment":"10/18/2024 9:49 PM - fletcherp - F/U changed from 10/13/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222316,"Line":1,"Comment":"11/08/2024 11:17 PM - fletcherp - F/U changed from 10/26/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222316,"Line":2,"Comment":"11/08/2024 11:17 PM - fletcherp - CLO changed from 10/30/2024 to 11/30/2024 (CLO Date Updated)"},{"comp":1,"quote":222316,"Line":3,"Comment":"11/08/2024 11:17 PM - fletcherp - Req Date changed from 11/11/2024 to 12/07/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222316","line":"1","part":"CNC202LFA","qty":"1","price":"17010.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222316","line":"2","part":"TAT-170","qty":"1","price":"6356.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222316","line":"3","part":"RT-ACCESSORY","qty":"1","price":"0.00","uom":"EA","discount":"15.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-08 23:17:33.305 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223411-11082024231733.txt === {"quote":"223411","customer":"13170TA","name":null,"customerName":"Morris South (NC-TA)","comp":"01","open":"1","shipto":"HARTMONT","shiptoName":"Hartzell Engine Technologies","entry_date":"10-23-2024","cust_order_date":"09-16-2024","req_date":"10-23-2024","cust_po":"E46BP PRESETTER","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Headley","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"12:25","extra":"","follow_up":"10-29-2024","web_id":"","follow_name":"David Headley","follow_phone":"334-216-4205","follow_email":"dheadley@morrissouth.com","pic_user":"fletcherp","total_amt":"45563.00","total_gp":"38169.26","total_gpm":"83.77","rev_type":"ADV","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"2","totalQty":"11","win_pct":"20","clo_date":null,"notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223411","line":"1","part":"PRE-E46BP-I40","qty":"1","price":"31000.00","uom":"EA","discount":"0.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"223411","line":"2","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223411","line":"3","part":"PRE-SPDL-C6RMA","qty":"1","price":"3750.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223411","line":"4","part":"PRE-GAUGE-C6","qty":"1","price":"2720.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223411","line":"5","part":"PRE-INST/TRAINING","qty":"1","price":"2950.00","uom":"EA","discount":"0.00","req_date":"TBD ARO","branch":"1"},{"comp":"01","order":"223411","line":"7","part":"PRE-TID-12TMKE","qty":"1","price":"2500.00","uom":"EA","discount":"30.00","req_date":"TBD ARO","branch":"1"},{"comp":"01","order":"223411","line":"8","part":"PRE-TID-12TRE","qty":"1","price":"700.00","uom":"EA","discount":"30.00","req_date":"TBD ARO","branch":"1"},{"comp":"01","order":"223411","line":"9","part":"PRE-TID-IPC","qty":"1","price":"1800.00","uom":"EA","discount":"30.00","req_date":"TBD ARO","branch":"1"},{"comp":"01","order":"223411","line":"10","part":"PRE-TID-12TSPV","qty":"1","price":"550.00","uom":"EA","discount":"30.00","req_date":"TBD ARO","branch":"1"},{"comp":"01","order":"223411","line":"11","part":"PRE-TID-12TEN","qty":"1","price":"220.00","uom":"EA","discount":"30.00","req_date":"TBD ARO","branch":"1"},{"comp":"01","order":"223411","line":"12","part":"PRE-INST/TRAINING","qty":"1","price":"1500.00","uom":"EA","discount":"0.00","req_date":"TBD ARO","branch":"1"}],"qlines":[{"Quote":"223411","Line":"5","Company":"1","F_Line":"1","Comment":"PRESETTER INSTALLATION & TRAINING ONLY","Loc":"Y"},{"Quote":"223411","Line":"12","Company":"1","F_Line":"1","Comment":"INSTALLATION & TRAINING FOR 1 TID INSTALLATION.","Loc":"Y"},{"Quote":"223411","Line":"12","Company":"1","F_Line":"2","Comment":"INSTALLATION MUST BE DONE AT THE SAME TIME AS","Loc":"Y"},{"Quote":"223411","Line":"12","Company":"1","F_Line":"3","Comment":"PRESETTER TRAINING.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":11}}] 2024-11-08 23:17:45.399 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223412-11082024231745.txt === {"quote":"223412","customer":"13170TA","name":null,"customerName":"Morris South (NC-TA)","comp":"01","open":"0","shipto":"HARTMONT","shiptoName":"Hartzell Engine Technologies","entry_date":"10-23-2024","cust_order_date":"09-16-2024","req_date":"12-01-2024","cust_po":"346BA PRESETTER","terms_code":"N30","ship_via":"TRK","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Headley","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"12:29","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"David Headley","follow_phone":"334-216-4205","follow_email":"dheadley@morrissouth.com","pic_user":"fletcherp","total_amt":"31029.00","total_gp":"24369.26","total_gpm":"78.54","rev_type":"ADV","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"11","win_pct":"20","clo_date":"11-15-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223412","line":"1","part":"PRE-E346BA-I40","qty":"1","price":"24800.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223412","line":"2","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223412","line":"3","part":"PRE-SPDL-C6","qty":"1","price":"4080.00","uom":"EA","discount":"30.00","req_date":"2 WEEKS","branch":"1"},{"comp":"01","order":"223412","line":"4","part":"PRE-GAUGE-C6","qty":"1","price":"2720.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223412","line":"5","part":"PRE-INST/TRAINING","qty":"1","price":"2950.00","uom":"EA","discount":"0.00","req_date":"TBD ARO","branch":"1"},{"comp":"01","order":"223412","line":"7","part":"PRE-TID-12TMKE","qty":"1","price":"2500.00","uom":"EA","discount":"30.00","req_date":"TBD ARO","branch":"1"},{"comp":"01","order":"223412","line":"8","part":"PRE-TID-12TRE","qty":"1","price":"700.00","uom":"EA","discount":"30.00","req_date":"TBD ARO","branch":"1"},{"comp":"01","order":"223412","line":"9","part":"PRE-TID-IPC","qty":"1","price":"1800.00","uom":"EA","discount":"30.00","req_date":"TBD ARO","branch":"1"},{"comp":"01","order":"223412","line":"10","part":"PRE-TID-12TSPV","qty":"1","price":"550.00","uom":"EA","discount":"30.00","req_date":"TBD ARO","branch":"1"},{"comp":"01","order":"223412","line":"11","part":"PRE-TID-12TEN","qty":"1","price":"220.00","uom":"EA","discount":"30.00","req_date":"TBD ARO","branch":"1"},{"comp":"01","order":"223412","line":"12","part":"PRE-INST/TRAINING","qty":"1","price":"1500.00","uom":"EA","discount":"0.00","req_date":"TBD ARO","branch":"1"}],"qlines":[{"Quote":"223412","Line":"5","Company":"1","F_Line":"1","Comment":"PRESETTER INSTALLATION & TRAINING ONLY","Loc":"Y"},{"Quote":"223412","Line":"12","Company":"1","F_Line":"1","Comment":"INSTALLATION & TRAINING FOR 1 TID INSTALLATION.","Loc":"Y"},{"Quote":"223412","Line":"12","Company":"1","F_Line":"2","Comment":"INSTALLATION MUST BE DONE AT THE SAME TIME AS","Loc":"Y"},{"Quote":"223412","Line":"12","Company":"1","F_Line":"3","Comment":"PRESETTER TRAINING.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":11}}] 2024-11-08 23:17:54.722 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223412-11082024231754.txt === {"quote":"223412","customer":"13170TA","name":null,"customerName":"Morris South (NC-TA)","comp":"01","open":"0","shipto":"HARTMONT","shiptoName":"Hartzell Engine Technologies","entry_date":"10-23-2024","cust_order_date":"09-16-2024","req_date":"12-01-2024","cust_po":"346BA PRESETTER","terms_code":"N30","ship_via":"TRK","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Headley","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"12:29","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"David Headley","follow_phone":"334-216-4205","follow_email":"dheadley@morrissouth.com","pic_user":"fletcherp","total_amt":"31029.00","total_gp":"24369.26","total_gpm":"78.54","rev_type":"ADV","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"11","win_pct":"20","clo_date":"11-30-2024","notes":[],"crmnotes":[{"comp":1,"quote":223412,"Line":0,"Comment":"11/08/2024 11:17 PM - fletcherp - F/U changed from 10/29/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223412,"Line":1,"Comment":"11/08/2024 11:17 PM - fletcherp - CLO changed from 11/15/2024 to 11/30/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223412","line":"1","part":"PRE-E346BA-I40","qty":"1","price":"24800.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223412","line":"2","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223412","line":"3","part":"PRE-SPDL-C6","qty":"1","price":"4080.00","uom":"EA","discount":"30.00","req_date":"2 WEEKS","branch":"1"},{"comp":"01","order":"223412","line":"4","part":"PRE-GAUGE-C6","qty":"1","price":"2720.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223412","line":"5","part":"PRE-INST/TRAINING","qty":"1","price":"2950.00","uom":"EA","discount":"0.00","req_date":"TBD ARO","branch":"1"},{"comp":"01","order":"223412","line":"7","part":"PRE-TID-12TMKE","qty":"1","price":"2500.00","uom":"EA","discount":"30.00","req_date":"TBD ARO","branch":"1"},{"comp":"01","order":"223412","line":"8","part":"PRE-TID-12TRE","qty":"1","price":"700.00","uom":"EA","discount":"30.00","req_date":"TBD ARO","branch":"1"},{"comp":"01","order":"223412","line":"9","part":"PRE-TID-IPC","qty":"1","price":"1800.00","uom":"EA","discount":"30.00","req_date":"TBD ARO","branch":"1"},{"comp":"01","order":"223412","line":"10","part":"PRE-TID-12TSPV","qty":"1","price":"550.00","uom":"EA","discount":"30.00","req_date":"TBD ARO","branch":"1"},{"comp":"01","order":"223412","line":"11","part":"PRE-TID-12TEN","qty":"1","price":"220.00","uom":"EA","discount":"30.00","req_date":"TBD ARO","branch":"1"},{"comp":"01","order":"223412","line":"12","part":"PRE-INST/TRAINING","qty":"1","price":"1500.00","uom":"EA","discount":"0.00","req_date":"TBD ARO","branch":"1"}],"qlines":[{"Quote":"223412","Line":"5","Company":"1","F_Line":"1","Comment":"PRESETTER INSTALLATION & TRAINING ONLY","Loc":"Y"},{"Quote":"223412","Line":"12","Company":"1","F_Line":"1","Comment":"INSTALLATION & TRAINING FOR 1 TID INSTALLATION.","Loc":"Y"},{"Quote":"223412","Line":"12","Company":"1","F_Line":"2","Comment":"INSTALLATION MUST BE DONE AT THE SAME TIME AS","Loc":"Y"},{"Quote":"223412","Line":"12","Company":"1","F_Line":"3","Comment":"PRESETTER TRAINING.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":11}}] 2024-11-08 23:18:37.346 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223129-11082024231837.txt === {"quote":"223129","customer":"13363","name":null,"customerName":"Martin Inc.","comp":"01","open":"1","shipto":"LINIMMSA","shiptoName":"LINAMAR MUSCLE SHOALS","entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"11-28-2024","cust_po":"SK10 SK16 HOLDERS","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Danny Burnett","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"12:39","extra":"","follow_up":"10-30-2024","web_id":"","follow_name":"Danny Burnett","follow_phone":"256-762-3318","follow_email":"drburnett@martinsupply.com","pic_user":"fletcherp","total_amt":"5074.00","total_gp":"2555.80","total_gpm":"50.37","rev_type":"ADV","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"H","totalQty":"50","win_pct":"20","clo_date":"11-01-2024","notes":[{"comp":"1","quote":"223129","line":"0","data":"10-17-2024 12:48 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223129","line":"1","part":"HSK63A-SK10C-105-IDU","qty":"12","price":"180.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223129","line":"2","part":"HSK63A-SK16-105-IDU","qty":"12","price":"185.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223129","line":"3","part":"SK10-10","qty":"12","price":"25.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223129","line":"4","part":"SK16-16","qty":"12","price":"30.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223129","line":"5","part":"SKL-10","qty":"1","price":"16.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223129","line":"6","part":"9HC16","qty":"1","price":"18.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":6}}] 2024-11-08 23:18:51.132 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223134-11082024231850.txt === {"quote":"223134","customer":"13363","name":null,"customerName":"Martin Inc.","comp":"01","open":"1","shipto":"LINIMMSA","shiptoName":"LINAMAR MUSCLE SHOALS","entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"11-28-2024","cust_po":"ER16 ER32 LINAMAR","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Danny Burnett","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"13:01","extra":"","follow_up":"10-30-2024","web_id":"","follow_name":"Danny Burnett","follow_phone":"256-762-3318","follow_email":"drburnett@martinsupply.com","pic_user":"fletcherp","total_amt":"5073.84","total_gp":"2823.67","total_gpm":"55.65","rev_type":"STD","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"7","totalQty":"50","win_pct":"20","clo_date":"11-17-2024","notes":[{"comp":"1","quote":"223134","line":"0","data":"10-17-2024 13:03 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223134","line":"1","part":"HSK63A-ER16S-100","qty":"12","price":"327.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223134","line":"2","part":"HSK63A-ER32S-100","qty":"12","price":"358.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223134","line":"3","part":"E16-393","qty":"12","price":"42.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223134","line":"4","part":"E32-629","qty":"12","price":"52.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223134","line":"5","part":"WRENCH-ER16-HEX","qty":"1","price":"25.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223134","line":"6","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":6}}] 2024-11-08 23:19:05.428 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223538-11082024231905.txt === {"quote":"223538","customer":"13410","name":null,"customerName":"Max Tool Inc.","comp":"01","open":"0","shipto":"DYNET","shiptoName":"Dynetics, Incorporated","entry_date":"10-25-2024","cust_order_date":"10-25-2024","req_date":"12-06-2024","cust_po":"BMT85 CAPTO C5 LT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Keith Dye","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"13:35","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Keith Dye","follow_phone":"","follow_email":"dpitool@gmail.com","pic_user":"fletcherp","total_amt":"15450.00","total_gp":"6632.89","total_gpm":"42.93","rev_type":"LT","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-25-2024","notes":[{"comp":"1","quote":"223538","line":"0","data":"10-25-2024 13:36 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223538","line":"1","part":"BMT85-C5X-ICE","qty":"1","price":"6950.00","uom":"EA","discount":"0.00","req_date":"FACTORY STOCK","branch":"1"},{"comp":"01","order":"223538","line":"2","part":"BMT85-C5Z-85-ICE","qty":"1","price":"8500.00","uom":"EA","discount":"0.00","req_date":"FACTORY STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-08 23:19:20.758 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-211640-11082024231920.txt === {"quote":"211640","customer":"13170","name":null,"customerName":"Morris South (NC)","comp":"01","open":"1","shipto":"ANNIANNI","shiptoName":"DOD Anniston Army Depot","entry_date":"02-14-2024","cust_order_date":"02-14-2024","req_date":"11-16-2024","cust_po":"CNC321 M660V","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"AM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Michael Clayton","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"14:18","extra":"","follow_up":"11-02-2024","web_id":"","follow_name":"Michael Clayton","follow_phone":"704-608-0167","follow_email":"mclayton@morrissouth.com","pic_user":"fletcherp","total_amt":"28711.9","total_gp":"18688.37","total_gpm":"65.09","rev_type":"RT","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"2","totalQty":"4","win_pct":"70","clo_date":"11-02-2024","notes":[{"comp":"1","quote":"211640","line":"0","data":"02-14-2024 14:32 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":211640,"Line":0,"Comment":"02/16/2024 9:15 PM - fletcherp - F/U changed from 02/27/2024 to 3/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":211640,"Line":1,"Comment":"03/01/2024 10:43 PM - fletcherp - F/U changed from 03/02/2024 to 3/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":211640,"Line":2,"Comment":"03/01/2024 10:43 PM - fletcherp - CLO changed from 03/14/2024 to 03/16/2024 (CLO Date Updated)"},{"comp":1,"quote":211640,"Line":3,"Comment":"03/15/2024 11:06 PM - fletcherp - F/U changed from 03/16/2024 to 4/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":211640,"Line":4,"Comment":"03/15/2024 11:06 PM - fletcherp - CLO changed from 03/16/2024 to 04/06/2024 (CLO Date Updated)"},{"comp":1,"quote":211640,"Line":5,"Comment":"03/15/2024 11:06 PM - fletcherp - Req Date changed from 03/27/2024 to 04/06/2024 (Req Date Updated)"},{"comp":1,"quote":211640,"Line":6,"Comment":"04/12/2024 9:52 PM - fletcherp - F/U changed from 04/06/2024 to 6/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":211640,"Line":7,"Comment":"04/12/2024 9:53 PM - fletcherp - CLO changed from 04/06/2024 to 06/08/2024 (CLO Date Updated)"},{"comp":1,"quote":211640,"Line":8,"Comment":"04/12/2024 9:53 PM - fletcherp - Req Date changed from 04/06/2024 to 06/08/2024 (Req Date Updated)"},{"comp":1,"quote":211640,"Line":9,"Comment":"04/12/2024 9:54 PM - fletcherp - Win% changed from 20 to 70"},{"comp":1,"quote":211640,"Line":10,"Comment":"06/17/2024 9:35 AM - fletcherp - F/U changed from 06/08/2024 to 7/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":211640,"Line":11,"Comment":"06/17/2024 9:35 AM - fletcherp - CLO changed from 06/08/2024 to 07/31/2024 (CLO Date Updated)"},{"comp":1,"quote":211640,"Line":12,"Comment":"06/17/2024 9:35 AM - fletcherp - Req Date changed from 06/08/2024 to 07/31/2024 (Req Date Updated)"},{"comp":1,"quote":211640,"Line":13,"Comment":"06/17/2024 9:41 AM - fletcherp - Order is coming in July will also have a CNC 260 attached for a hardinge grinder"},{"comp":1,"quote":211640,"Line":14,"Comment":"08/02/2024 10:00 PM - fletcherp - F/U changed from 07/31/2024 to 8/10/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":211640,"Line":15,"Comment":"08/02/2024 10:00 PM - fletcherp - CLO changed from 07/31/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":211640,"Line":16,"Comment":"08/02/2024 10:00 PM - fletcherp - Req Date changed from 07/31/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":211640,"Line":17,"Comment":"08/09/2024 11:04 PM - fletcherp - F/U changed from 08/10/2024 to 8/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":211640,"Line":18,"Comment":"08/30/2024 9:12 PM - fletcherp - F/U changed from 08/24/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":211640,"Line":19,"Comment":"08/30/2024 9:12 PM - fletcherp - CLO changed from 09/07/2024 to 09/28/2024 (CLO Date Updated)"},{"comp":1,"quote":211640,"Line":20,"Comment":"09/20/2024 10:49 PM - fletcherp - F/U changed from 09/21/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":211640,"Line":21,"Comment":"09/27/2024 11:03 PM - fletcherp - F/U changed from 09/28/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":211640,"Line":22,"Comment":"09/27/2024 11:04 PM - fletcherp - CLO changed from 09/28/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":211640,"Line":23,"Comment":"09/27/2024 11:04 PM - fletcherp - Req Date changed from 10/05/2024 to 11/16/2024 (Req Date Updated)"},{"comp":1,"quote":211640,"Line":24,"Comment":"10/25/2024 9:25 PM - fletcherp - F/U changed from 10/26/2024 to 11/2/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"211640","line":"1","part":"CNC321OSP4-M","qty":"1","price":"34125.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"211640","line":"2","part":"P-230S","qty":"1","price":"3489.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"211640","line":"3","part":"RT-ACCS-CABLE","qty":"1","price":"1550.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"211640","line":"6","part":"R-12B-SP-SET","qty":"1","price":"3403.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"211640","Line":"1","Company":"1","F_Line":"1","Comment":"INCLUDES AIR/HYDRAULIC BOOSTER SO NO HYDRAULIC","Loc":"Y"},{"Quote":"211640","Line":"1","Company":"1","F_Line":"2","Comment":"INTERFACE IS REQUIRED ON OKUMA SIDE","Loc":"Y"},{"Quote":"211640","Line":"3","Company":"1","F_Line":"1","Comment":"PVC COATED EXTERNAL POWER/FEEDBACK CABLE FOR 4TH AXIS","Loc":"Y"},{"Quote":"211640","Line":"3","Company":"1","F_Line":"2","Comment":"INCLUDED AT NO COST TO MORRIS SOUTH","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-08 23:19:30.334 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222440-11082024231930.txt === {"quote":"222440","customer":"13170","name":null,"customerName":"Morris South (NC)","comp":"01","open":"0","shipto":"LLTOOLMS","shiptoName":"L & L TOOL COMPANY","entry_date":"10-02-2024","cust_order_date":"10-02-2024","req_date":"11-13-2024","cust_po":"CNC321 MILLAC 1052","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"AM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Sam Rougeux","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"21:39","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Sam Rougeux","follow_phone":"","follow_email":"srougeux@morrissouth.com","pic_user":"fletcherp","total_amt":"31550.60","total_gp":"19464.34","total_gpm":"61.69","rev_type":"RT","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"6","win_pct":"20","clo_date":"11-02-2024","notes":[{"comp":"1","quote":"222440","line":"2","data":"10-02-2024 21:58 - Discounts Recalculated QS"},{"comp":"1","quote":"222440","line":"1","data":"10-02-2024 21:56 - Discounts Recalculated QS"},{"comp":"1","quote":"222440","line":"0","data":"10-02-2024 21:43 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222440,"Line":0,"Comment":"10/18/2024 9:50 PM - fletcherp - F/U changed from 10/15/2024 to 11/2/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222440","line":"1","part":"CNC321OSP4-M","qty":"1","price":"34125.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222440","line":"2","part":"RT-ACCS-CABLE","qty":"1","price":"1550.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"222440","line":"3","part":"R-10-SP-SET","qty":"1","price":"2107.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222440","line":"4","part":"R-12B-SP-SET","qty":"1","price":"3403.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222440","line":"7","part":"TRUNNION-BASEPLATE","qty":"1","price":"4400.00","uom":"EA","discount":"20.00","req_date":"MADE TO ORDER","branch":"1"},{"comp":"01","order":"222440","line":"9","part":"P-230S","qty":"1","price":"3489.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222440","Line":"1","Company":"1","F_Line":"1","Comment":"ROTARY TABLE CENTER HEIGHT 230MM","Loc":"Y"},{"Quote":"222440","Line":"2","Company":"1","F_Line":"1","Comment":"POLY WRAPPED EXTERNAL POWER/FEEDBACK CABLES FOR 4TH","Loc":"Y"},{"Quote":"222440","Line":"2","Company":"1","F_Line":"2","Comment":"AXIS. MADE TO LENGTH FOR OKUMA MILLAC 1052","Loc":"Y"},{"Quote":"222440","Line":"7","Company":"1","F_Line":"1","Comment":"CUSTOM Base plate keyed for okuma millac 1052v","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-08 23:19:38.095 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222440-11082024231937.txt === {"quote":"222440","customer":"13170","name":null,"customerName":"Morris South (NC)","comp":"01","open":"0","shipto":"LLTOOLMS","shiptoName":"L & L TOOL COMPANY","entry_date":"10-02-2024","cust_order_date":"10-02-2024","req_date":"11-13-2024","cust_po":"CNC321 MILLAC 1052","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"AM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Sam Rougeux","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"21:39","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Sam Rougeux","follow_phone":"","follow_email":"srougeux@morrissouth.com","pic_user":"fletcherp","total_amt":"31550.60","total_gp":"19464.34","total_gpm":"61.69","rev_type":"RT","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"6","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"222440","line":"2","data":"10-02-2024 21:58 - Discounts Recalculated QS"},{"comp":"1","quote":"222440","line":"1","data":"10-02-2024 21:56 - Discounts Recalculated QS"},{"comp":"1","quote":"222440","line":"0","data":"10-02-2024 21:43 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222440,"Line":0,"Comment":"10/18/2024 9:50 PM - fletcherp - F/U changed from 10/15/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222440,"Line":1,"Comment":"11/08/2024 11:19 PM - fletcherp - F/U changed from 11/02/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222440,"Line":2,"Comment":"11/08/2024 11:19 PM - fletcherp - CLO changed from 11/02/2024 to 11/30/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222440","line":"1","part":"CNC321OSP4-M","qty":"1","price":"34125.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222440","line":"2","part":"RT-ACCS-CABLE","qty":"1","price":"1550.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"222440","line":"3","part":"R-10-SP-SET","qty":"1","price":"2107.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222440","line":"4","part":"R-12B-SP-SET","qty":"1","price":"3403.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222440","line":"7","part":"TRUNNION-BASEPLATE","qty":"1","price":"4400.00","uom":"EA","discount":"20.00","req_date":"MADE TO ORDER","branch":"1"},{"comp":"01","order":"222440","line":"9","part":"P-230S","qty":"1","price":"3489.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222440","Line":"1","Company":"1","F_Line":"1","Comment":"ROTARY TABLE CENTER HEIGHT 230MM","Loc":"Y"},{"Quote":"222440","Line":"2","Company":"1","F_Line":"1","Comment":"POLY WRAPPED EXTERNAL POWER/FEEDBACK CABLES FOR 4TH","Loc":"Y"},{"Quote":"222440","Line":"2","Company":"1","F_Line":"2","Comment":"AXIS. MADE TO LENGTH FOR OKUMA MILLAC 1052","Loc":"Y"},{"Quote":"222440","Line":"7","Company":"1","F_Line":"1","Comment":"CUSTOM Base plate keyed for okuma millac 1052v","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-08 23:19:44.148 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222440-11082024231943.txt === {"quote":"222440","customer":"13170","name":null,"customerName":"Morris South (NC)","comp":"01","open":"0","shipto":"LLTOOLMS","shiptoName":"L & L TOOL COMPANY","entry_date":"10-02-2024","cust_order_date":"10-02-2024","req_date":"12-07-2024","cust_po":"CNC321 MILLAC 1052","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"AM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Sam Rougeux","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"21:39","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Sam Rougeux","follow_phone":"","follow_email":"srougeux@morrissouth.com","pic_user":"fletcherp","total_amt":"31550.60","total_gp":"19464.34","total_gpm":"61.69","rev_type":"RT","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"6","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"222440","line":"2","data":"10-02-2024 21:58 - Discounts Recalculated QS"},{"comp":"1","quote":"222440","line":"1","data":"10-02-2024 21:56 - Discounts Recalculated QS"},{"comp":"1","quote":"222440","line":"0","data":"10-02-2024 21:43 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222440,"Line":0,"Comment":"10/18/2024 9:50 PM - fletcherp - F/U changed from 10/15/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222440,"Line":1,"Comment":"11/08/2024 11:19 PM - fletcherp - F/U changed from 11/02/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222440,"Line":2,"Comment":"11/08/2024 11:19 PM - fletcherp - CLO changed from 11/02/2024 to 11/30/2024 (CLO Date Updated)"},{"comp":1,"quote":222440,"Line":3,"Comment":"11/08/2024 11:19 PM - fletcherp - Req Date changed from 11/13/2024 to 12/07/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222440","line":"1","part":"CNC321OSP4-M","qty":"1","price":"34125.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222440","line":"2","part":"RT-ACCS-CABLE","qty":"1","price":"1550.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"222440","line":"3","part":"R-10-SP-SET","qty":"1","price":"2107.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222440","line":"4","part":"R-12B-SP-SET","qty":"1","price":"3403.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222440","line":"7","part":"TRUNNION-BASEPLATE","qty":"1","price":"4400.00","uom":"EA","discount":"20.00","req_date":"MADE TO ORDER","branch":"1"},{"comp":"01","order":"222440","line":"9","part":"P-230S","qty":"1","price":"3489.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222440","Line":"1","Company":"1","F_Line":"1","Comment":"ROTARY TABLE CENTER HEIGHT 230MM","Loc":"Y"},{"Quote":"222440","Line":"2","Company":"1","F_Line":"1","Comment":"POLY WRAPPED EXTERNAL POWER/FEEDBACK CABLES FOR 4TH","Loc":"Y"},{"Quote":"222440","Line":"2","Company":"1","F_Line":"2","Comment":"AXIS. MADE TO LENGTH FOR OKUMA MILLAC 1052","Loc":"Y"},{"Quote":"222440","Line":"7","Company":"1","F_Line":"1","Comment":"CUSTOM Base plate keyed for okuma millac 1052v","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-08 23:19:51.914 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222028-11082024231951.txt === {"quote":"222028","customer":"20270","name":null,"customerName":"Tech Machinery LLC","comp":"01","open":"1","shipto":"BRUNNERA","shiptoName":"Brunner and Lay Inc.","entry_date":"09-24-2024","cust_order_date":"09-24-2024","req_date":"11-09-2024","cust_po":"5AX-201 DNM5700","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"26","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"RICK BOEDEKER","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"15:06","extra":"","follow_up":"11-02-2024","web_id":"","follow_name":"Larry Prickett","follow_phone":"501-268-8012","follow_email":"larry@searcyindustrialproducts.com","pic_user":"fletcherp","total_amt":"53491.55","total_gp":"40212.87","total_gpm":"75.18","rev_type":"RT","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"2","totalQty":"5","win_pct":"100","clo_date":"11-02-2024","notes":[{"comp":"1","quote":"222028","line":"1","data":"09-24-2024 15:11 - Discounts Recalculated QS"},{"comp":"1","quote":"222028","line":"0","data":"09-24-2024 15:07 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222028,"Line":0,"Comment":"10/11/2024 11:49 PM - fletcherp - F/U changed from 10/07/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222028,"Line":1,"Comment":"10/25/2024 9:15 PM - fletcherp - F/U changed from 10/19/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222028,"Line":2,"Comment":"10/25/2024 9:15 PM - fletcherp - CLO changed from 10/24/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":222028,"Line":3,"Comment":"10/25/2024 9:16 PM - fletcherp - Req Date changed from 11/05/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":222028,"Line":4,"Comment":"10/25/2024 9:16 PM - fletcherp - Win% changed from 20 to 100"}],"items":[{"comp":"01","order":"222028","line":"1","part":"5AX-201FA-M-AB","qty":"1","price":"53600.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222028","line":"2","part":"RN-AX201SD-4+N-A","qty":"1","price":"2867.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222028","line":"3","part":"RT-ACCS-WKHD","qty":"2","price":"1760.00","uom":"EA","discount":"35.00","req_date":"2-3 WEEKS ARO","branch":"1"},{"comp":"01","order":"222028","line":"4","part":"INSTALLATION-RT-5AX-SE","qty":"1","price":"14500.00","uom":"EA","discount":"0.00","req_date":"TBD ARO","branch":"1"}],"qlines":[{"Quote":"222028","Line":"3","Company":"1","F_Line":"1","Comment":"(1) ADAPTER PLATE TO MOUNT TO T-SLOTS ON ROTARY TABLE","Loc":"Y"},{"Quote":"222028","Line":"3","Company":"1","F_Line":"2","Comment":"(1) CHUCK PLATE FOR MOUNTING SCHUNK TPS125-26/Z","Loc":"Y"},{"Quote":"222028","Line":"3","Company":"1","F_Line":"3","Comment":"SELF CONTAINED 3-JAW AIR CHUCK","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-08 23:20:01.856 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-214865-11082024232001.txt === {"quote":"214865","customer":"13170TA","name":null,"customerName":"Morris South (NC-TA)","comp":"01","open":"0","shipto":"NISSANSM","shiptoName":"Nissan Smyrna STOCK U130","entry_date":"04-17-2024","cust_order_date":"04-17-2024","req_date":"11-30-2024","cust_po":"5AX-201 QUOTE FOR M560","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Matthew Hammond","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"14:20","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Matthew Hammond","follow_phone":"","follow_email":"mhammond@morrisgroupinc.com","pic_user":"fletcherp","total_amt":"51442.3","total_gp":"35031.05","total_gpm":"68.10","rev_type":"RT","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"6","win_pct":"20","clo_date":"11-09-2024","notes":[{"comp":"1","quote":"214865","line":"0","data":"04-17-2024 14:25 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":214865,"Line":0,"Comment":"05/03/2024 11:56 PM - fletcherp - F/U Changed from 4/30/2024 to 5/10/2024 (Follow Up in 1 Week)"},{"comp":1,"quote":214865,"Line":1,"Comment":"05/17/2024 10:45 PM - fletcherp - F/U changed from 05/10/2024 to 5/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214865,"Line":2,"Comment":"05/31/2024 9:57 PM - fletcherp - F/U changed from 05/25/2024 to 6/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214865,"Line":3,"Comment":"05/31/2024 9:57 PM - fletcherp - CLO changed from 05/17/2024 to 06/22/2024 (CLO Date Updated)"},{"comp":1,"quote":214865,"Line":4,"Comment":"05/31/2024 9:57 PM - fletcherp - Req Date changed from 05/29/2024 to 06/29/2024 (Req Date Updated)"},{"comp":1,"quote":214865,"Line":5,"Comment":"06/17/2024 9:57 AM - fletcherp - F/U changed from 06/15/2024 to 6/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214865,"Line":6,"Comment":"06/17/2024 9:57 AM - fletcherp - CLO changed from 06/22/2024 to 06/29/2024 (CLO Date Updated)"},{"comp":1,"quote":214865,"Line":7,"Comment":"07/08/2024 8:01 AM - fletcherp - F/U changed from 06/29/2024 to 7/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214865,"Line":8,"Comment":"07/08/2024 8:01 AM - fletcherp - CLO changed from 06/29/2024 to 07/27/2024 (CLO Date Updated)"},{"comp":1,"quote":214865,"Line":9,"Comment":"07/08/2024 8:01 AM - fletcherp - Req Date changed from 06/29/2024 to 08/10/2024 (Req Date Updated)"},{"comp":1,"quote":214865,"Line":10,"Comment":"07/26/2024 10:05 PM - fletcherp - F/U changed from 07/20/2024 to 8/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214865,"Line":11,"Comment":"07/26/2024 10:05 PM - fletcherp - CLO changed from 07/27/2024 to 08/10/2024 (CLO Date Updated)"},{"comp":1,"quote":214865,"Line":12,"Comment":"07/26/2024 10:05 PM - fletcherp - F/U changed from 08/03/2024 to 8/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214865,"Line":13,"Comment":"07/26/2024 10:06 PM - fletcherp - CLO changed from 08/10/2024 to 08/24/2024 (CLO Date Updated)"},{"comp":1,"quote":214865,"Line":14,"Comment":"07/26/2024 10:06 PM - fletcherp - Req Date changed from 08/10/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":214865,"Line":15,"Comment":"08/16/2024 9:46 PM - fletcherp - F/U changed from 08/17/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214865,"Line":16,"Comment":"08/16/2024 9:46 PM - fletcherp - CLO changed from 08/24/2024 to 08/31/2024 (CLO Date Updated)"},{"comp":1,"quote":214865,"Line":17,"Comment":"08/30/2024 9:20 PM - fletcherp - F/U changed from 08/31/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214865,"Line":18,"Comment":"08/30/2024 9:20 PM - fletcherp - CLO changed from 08/31/2024 to 09/28/2024 (CLO Date Updated)"},{"comp":1,"quote":214865,"Line":19,"Comment":"08/30/2024 9:20 PM - fletcherp - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":214865,"Line":20,"Comment":"09/27/2024 10:59 PM - fletcherp - F/U changed from 09/21/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214865,"Line":21,"Comment":"09/27/2024 10:59 PM - fletcherp - CLO changed from 09/28/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":214865,"Line":22,"Comment":"09/27/2024 10:59 PM - fletcherp - Req Date changed from 10/05/2024 to 11/30/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"214865","line":"1","part":"5AX-201OSP4-ME40","qty":"1","price":"61845.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"214865","line":"2","part":"RT-ACCS-CABLE","qty":"1","price":"3100.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"214865","line":"5","part":"RN-AX201SD-4+N-A","qty":"1","price":"2867.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"214865","line":"6","part":"P-170S","qty":"1","price":"2742.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"214865","line":"7","part":"PBA-180","qty":"1","price":"4487.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"214865","line":"8","part":"R-8-SP-SET","qty":"1","price":"1548.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"214865","Line":"2","Company":"1","F_Line":"1","Comment":"POLY WRAPPED EXTERNAL POWER & FEEDBACK CABLES FOR","Loc":"Y"},{"Quote":"214865","Line":"2","Company":"1","F_Line":"2","Comment":"4TH & 5TH AXES ON OKUMA M560V","Loc":"Y"},{"Quote":"214865","Line":"5","Company":"1","F_Line":"1","Comment":"ROTARY JOINT WILL ENABLE USE OF THRU SPINDLE AIR OR","Loc":"Y"},{"Quote":"214865","Line":"5","Company":"1","F_Line":"2","Comment":"HYDRAULICS FOR VISES/WORKHOLDING","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-08 23:20:09.271 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-214865-11082024232009.txt === {"quote":"214865","customer":"13170TA","name":null,"customerName":"Morris South (NC-TA)","comp":"01","open":"0","shipto":"NISSANSM","shiptoName":"Nissan Smyrna STOCK U130","entry_date":"04-17-2024","cust_order_date":"04-17-2024","req_date":"11-30-2024","cust_po":"5AX-201 QUOTE FOR M560","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Matthew Hammond","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"14:20","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Matthew Hammond","follow_phone":"","follow_email":"mhammond@morrisgroupinc.com","pic_user":"fletcherp","total_amt":"51442.3","total_gp":"35031.05","total_gpm":"68.10","rev_type":"RT","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"6","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"214865","line":"0","data":"04-17-2024 14:25 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":214865,"Line":0,"Comment":"05/03/2024 11:56 PM - fletcherp - F/U Changed from 4/30/2024 to 5/10/2024 (Follow Up in 1 Week)"},{"comp":1,"quote":214865,"Line":1,"Comment":"05/17/2024 10:45 PM - fletcherp - F/U changed from 05/10/2024 to 5/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214865,"Line":2,"Comment":"05/31/2024 9:57 PM - fletcherp - F/U changed from 05/25/2024 to 6/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214865,"Line":3,"Comment":"05/31/2024 9:57 PM - fletcherp - CLO changed from 05/17/2024 to 06/22/2024 (CLO Date Updated)"},{"comp":1,"quote":214865,"Line":4,"Comment":"05/31/2024 9:57 PM - fletcherp - Req Date changed from 05/29/2024 to 06/29/2024 (Req Date Updated)"},{"comp":1,"quote":214865,"Line":5,"Comment":"06/17/2024 9:57 AM - fletcherp - F/U changed from 06/15/2024 to 6/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214865,"Line":6,"Comment":"06/17/2024 9:57 AM - fletcherp - CLO changed from 06/22/2024 to 06/29/2024 (CLO Date Updated)"},{"comp":1,"quote":214865,"Line":7,"Comment":"07/08/2024 8:01 AM - fletcherp - F/U changed from 06/29/2024 to 7/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214865,"Line":8,"Comment":"07/08/2024 8:01 AM - fletcherp - CLO changed from 06/29/2024 to 07/27/2024 (CLO Date Updated)"},{"comp":1,"quote":214865,"Line":9,"Comment":"07/08/2024 8:01 AM - fletcherp - Req Date changed from 06/29/2024 to 08/10/2024 (Req Date Updated)"},{"comp":1,"quote":214865,"Line":10,"Comment":"07/26/2024 10:05 PM - fletcherp - F/U changed from 07/20/2024 to 8/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214865,"Line":11,"Comment":"07/26/2024 10:05 PM - fletcherp - CLO changed from 07/27/2024 to 08/10/2024 (CLO Date Updated)"},{"comp":1,"quote":214865,"Line":12,"Comment":"07/26/2024 10:05 PM - fletcherp - F/U changed from 08/03/2024 to 8/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214865,"Line":13,"Comment":"07/26/2024 10:06 PM - fletcherp - CLO changed from 08/10/2024 to 08/24/2024 (CLO Date Updated)"},{"comp":1,"quote":214865,"Line":14,"Comment":"07/26/2024 10:06 PM - fletcherp - Req Date changed from 08/10/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":214865,"Line":15,"Comment":"08/16/2024 9:46 PM - fletcherp - F/U changed from 08/17/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214865,"Line":16,"Comment":"08/16/2024 9:46 PM - fletcherp - CLO changed from 08/24/2024 to 08/31/2024 (CLO Date Updated)"},{"comp":1,"quote":214865,"Line":17,"Comment":"08/30/2024 9:20 PM - fletcherp - F/U changed from 08/31/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214865,"Line":18,"Comment":"08/30/2024 9:20 PM - fletcherp - CLO changed from 08/31/2024 to 09/28/2024 (CLO Date Updated)"},{"comp":1,"quote":214865,"Line":19,"Comment":"08/30/2024 9:20 PM - fletcherp - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":214865,"Line":20,"Comment":"09/27/2024 10:59 PM - fletcherp - F/U changed from 09/21/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214865,"Line":21,"Comment":"09/27/2024 10:59 PM - fletcherp - CLO changed from 09/28/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":214865,"Line":22,"Comment":"09/27/2024 10:59 PM - fletcherp - Req Date changed from 10/05/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":214865,"Line":23,"Comment":"11/08/2024 11:20 PM - fletcherp - F/U changed from 11/02/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214865,"Line":24,"Comment":"11/08/2024 11:20 PM - fletcherp - CLO changed from 11/09/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"214865","line":"1","part":"5AX-201OSP4-ME40","qty":"1","price":"61845.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"214865","line":"2","part":"RT-ACCS-CABLE","qty":"1","price":"3100.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"214865","line":"5","part":"RN-AX201SD-4+N-A","qty":"1","price":"2867.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"214865","line":"6","part":"P-170S","qty":"1","price":"2742.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"214865","line":"7","part":"PBA-180","qty":"1","price":"4487.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"214865","line":"8","part":"R-8-SP-SET","qty":"1","price":"1548.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"214865","Line":"2","Company":"1","F_Line":"1","Comment":"POLY WRAPPED EXTERNAL POWER & FEEDBACK CABLES FOR","Loc":"Y"},{"Quote":"214865","Line":"2","Company":"1","F_Line":"2","Comment":"4TH & 5TH AXES ON OKUMA M560V","Loc":"Y"},{"Quote":"214865","Line":"5","Company":"1","F_Line":"1","Comment":"ROTARY JOINT WILL ENABLE USE OF THRU SPINDLE AIR OR","Loc":"Y"},{"Quote":"214865","Line":"5","Company":"1","F_Line":"2","Comment":"HYDRAULICS FOR VISES/WORKHOLDING","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-08 23:20:16.623 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-214865-11082024232016.txt === {"quote":"214865","customer":"13170TA","name":null,"customerName":"Morris South (NC-TA)","comp":"01","open":"0","shipto":"NISSANSM","shiptoName":"Nissan Smyrna STOCK U130","entry_date":"04-17-2024","cust_order_date":"04-17-2024","req_date":"12-07-2024","cust_po":"5AX-201 QUOTE FOR M560","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Matthew Hammond","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"14:20","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Matthew Hammond","follow_phone":"","follow_email":"mhammond@morrisgroupinc.com","pic_user":"fletcherp","total_amt":"51442.3","total_gp":"35031.05","total_gpm":"68.10","rev_type":"RT","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"6","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"214865","line":"0","data":"04-17-2024 14:25 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":214865,"Line":0,"Comment":"05/03/2024 11:56 PM - fletcherp - F/U Changed from 4/30/2024 to 5/10/2024 (Follow Up in 1 Week)"},{"comp":1,"quote":214865,"Line":1,"Comment":"05/17/2024 10:45 PM - fletcherp - F/U changed from 05/10/2024 to 5/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214865,"Line":2,"Comment":"05/31/2024 9:57 PM - fletcherp - F/U changed from 05/25/2024 to 6/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214865,"Line":3,"Comment":"05/31/2024 9:57 PM - fletcherp - CLO changed from 05/17/2024 to 06/22/2024 (CLO Date Updated)"},{"comp":1,"quote":214865,"Line":4,"Comment":"05/31/2024 9:57 PM - fletcherp - Req Date changed from 05/29/2024 to 06/29/2024 (Req Date Updated)"},{"comp":1,"quote":214865,"Line":5,"Comment":"06/17/2024 9:57 AM - fletcherp - F/U changed from 06/15/2024 to 6/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214865,"Line":6,"Comment":"06/17/2024 9:57 AM - fletcherp - CLO changed from 06/22/2024 to 06/29/2024 (CLO Date Updated)"},{"comp":1,"quote":214865,"Line":7,"Comment":"07/08/2024 8:01 AM - fletcherp - F/U changed from 06/29/2024 to 7/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214865,"Line":8,"Comment":"07/08/2024 8:01 AM - fletcherp - CLO changed from 06/29/2024 to 07/27/2024 (CLO Date Updated)"},{"comp":1,"quote":214865,"Line":9,"Comment":"07/08/2024 8:01 AM - fletcherp - Req Date changed from 06/29/2024 to 08/10/2024 (Req Date Updated)"},{"comp":1,"quote":214865,"Line":10,"Comment":"07/26/2024 10:05 PM - fletcherp - F/U changed from 07/20/2024 to 8/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214865,"Line":11,"Comment":"07/26/2024 10:05 PM - fletcherp - CLO changed from 07/27/2024 to 08/10/2024 (CLO Date Updated)"},{"comp":1,"quote":214865,"Line":12,"Comment":"07/26/2024 10:05 PM - fletcherp - F/U changed from 08/03/2024 to 8/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214865,"Line":13,"Comment":"07/26/2024 10:06 PM - fletcherp - CLO changed from 08/10/2024 to 08/24/2024 (CLO Date Updated)"},{"comp":1,"quote":214865,"Line":14,"Comment":"07/26/2024 10:06 PM - fletcherp - Req Date changed from 08/10/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":214865,"Line":15,"Comment":"08/16/2024 9:46 PM - fletcherp - F/U changed from 08/17/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214865,"Line":16,"Comment":"08/16/2024 9:46 PM - fletcherp - CLO changed from 08/24/2024 to 08/31/2024 (CLO Date Updated)"},{"comp":1,"quote":214865,"Line":17,"Comment":"08/30/2024 9:20 PM - fletcherp - F/U changed from 08/31/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214865,"Line":18,"Comment":"08/30/2024 9:20 PM - fletcherp - CLO changed from 08/31/2024 to 09/28/2024 (CLO Date Updated)"},{"comp":1,"quote":214865,"Line":19,"Comment":"08/30/2024 9:20 PM - fletcherp - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":214865,"Line":20,"Comment":"09/27/2024 10:59 PM - fletcherp - F/U changed from 09/21/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214865,"Line":21,"Comment":"09/27/2024 10:59 PM - fletcherp - CLO changed from 09/28/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":214865,"Line":22,"Comment":"09/27/2024 10:59 PM - fletcherp - Req Date changed from 10/05/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":214865,"Line":23,"Comment":"11/08/2024 11:20 PM - fletcherp - F/U changed from 11/02/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214865,"Line":24,"Comment":"11/08/2024 11:20 PM - fletcherp - CLO changed from 11/09/2024 to 12/07/2024 (CLO Date Updated)"},{"comp":1,"quote":214865,"Line":25,"Comment":"11/08/2024 11:20 PM - fletcherp - Req Date changed from 11/30/2024 to 12/07/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"214865","line":"1","part":"5AX-201OSP4-ME40","qty":"1","price":"61845.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"214865","line":"2","part":"RT-ACCS-CABLE","qty":"1","price":"3100.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"214865","line":"5","part":"RN-AX201SD-4+N-A","qty":"1","price":"2867.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"214865","line":"6","part":"P-170S","qty":"1","price":"2742.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"214865","line":"7","part":"PBA-180","qty":"1","price":"4487.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"214865","line":"8","part":"R-8-SP-SET","qty":"1","price":"1548.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"214865","Line":"2","Company":"1","F_Line":"1","Comment":"POLY WRAPPED EXTERNAL POWER & FEEDBACK CABLES FOR","Loc":"Y"},{"Quote":"214865","Line":"2","Company":"1","F_Line":"2","Comment":"4TH & 5TH AXES ON OKUMA M560V","Loc":"Y"},{"Quote":"214865","Line":"5","Company":"1","F_Line":"1","Comment":"ROTARY JOINT WILL ENABLE USE OF THRU SPINDLE AIR OR","Loc":"Y"},{"Quote":"214865","Line":"5","Company":"1","F_Line":"2","Comment":"HYDRAULICS FOR VISES/WORKHOLDING","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-08 23:21:46.187 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219160-11082024232145.txt === {"quote":"219160","customer":"13410","name":null,"customerName":"Max Tool Inc.","comp":"01","open":"0","shipto":"MJPREDEC","shiptoName":"M & J Precision","entry_date":"07-24-2024","cust_order_date":"07-24-2024","req_date":"11-16-2024","cust_po":"H100A MRAM ER11ST","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Bryan Harris","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"07:13","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Bryan Harris","follow_phone":"","follow_email":"bryan@maxtoolinc.com","pic_user":"fletcherp","total_amt":"16916.2","total_gp":"7001.59","total_gpm":"41.39","rev_type":"ADV","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"4","win_pct":"100","clo_date":"11-02-2024","notes":[{"comp":"1","quote":"219160","line":"0","data":"07-24-2024 07:14 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":219160,"Line":0,"Comment":"08/09/2024 11:03 PM - fletcherp - F/U changed from 08/06/2024 to 8/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219160,"Line":1,"Comment":"08/16/2024 9:46 PM - fletcherp - F/U changed from 08/17/2024 to 8/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219160,"Line":2,"Comment":"08/30/2024 9:12 PM - fletcherp - F/U changed from 08/24/2024 to 9/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219160,"Line":3,"Comment":"08/30/2024 9:12 PM - fletcherp - CLO changed from 08/24/2024 to 09/14/2024 (CLO Date Updated)"},{"comp":1,"quote":219160,"Line":4,"Comment":"08/30/2024 9:12 PM - fletcherp - Req Date changed from 09/04/2024 to 09/14/2024 (Req Date Updated)"},{"comp":1,"quote":219160,"Line":5,"Comment":"09/20/2024 10:46 PM - fletcherp - F/U changed from 09/14/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219160,"Line":6,"Comment":"09/20/2024 10:46 PM - fletcherp - CLO changed from 09/14/2024 to 09/28/2024 (CLO Date Updated)"},{"comp":1,"quote":219160,"Line":7,"Comment":"09/20/2024 10:46 PM - fletcherp - Req Date changed from 09/14/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":219160,"Line":8,"Comment":"09/27/2024 11:05 PM - fletcherp - F/U changed from 09/28/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219160,"Line":9,"Comment":"09/27/2024 11:05 PM - fletcherp - CLO changed from 09/28/2024 to 10/12/2024 (CLO Date Updated)"},{"comp":1,"quote":219160,"Line":10,"Comment":"09/27/2024 11:05 PM - fletcherp - Req Date changed from 09/28/2024 to 10/12/2024 (Req Date Updated)"},{"comp":1,"quote":219160,"Line":11,"Comment":"09/27/2024 11:05 PM - fletcherp - Win% changed from 20 to 100"},{"comp":1,"quote":219160,"Line":12,"Comment":"10/18/2024 9:38 PM - fletcherp - F/U changed from 10/12/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219160,"Line":13,"Comment":"10/18/2024 9:38 PM - fletcherp - CLO changed from 10/12/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":219160,"Line":14,"Comment":"10/18/2024 9:38 PM - fletcherp - Req Date changed from 10/12/2024 to 11/16/2024 (Req Date Updated)"},{"comp":1,"quote":219160,"Line":15,"Comment":"10/25/2024 9:25 PM - fletcherp - F/U changed from 10/26/2024 to 11/2/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"219160","line":"1","part":"H100A-MRAM","qty":"1","price":"3451.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219160","line":"2","part":"MRAM-ER11ST","qty":"3","price":"6905.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-08 23:21:56.219 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219160-11082024232155.txt === {"quote":"219160","customer":"13410","name":null,"customerName":"Max Tool Inc.","comp":"01","open":"0","shipto":"MJPREDEC","shiptoName":"M & J Precision","entry_date":"07-24-2024","cust_order_date":"07-24-2024","req_date":"11-16-2024","cust_po":"H100A MRAM ER11ST","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Bryan Harris","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"07:13","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Bryan Harris","follow_phone":"","follow_email":"bryan@maxtoolinc.com","pic_user":"fletcherp","total_amt":"16916.2","total_gp":"7001.59","total_gpm":"41.39","rev_type":"ADV","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"4","win_pct":"100","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"219160","line":"0","data":"07-24-2024 07:14 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":219160,"Line":0,"Comment":"08/09/2024 11:03 PM - fletcherp - F/U changed from 08/06/2024 to 8/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219160,"Line":1,"Comment":"08/16/2024 9:46 PM - fletcherp - F/U changed from 08/17/2024 to 8/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219160,"Line":2,"Comment":"08/30/2024 9:12 PM - fletcherp - F/U changed from 08/24/2024 to 9/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219160,"Line":3,"Comment":"08/30/2024 9:12 PM - fletcherp - CLO changed from 08/24/2024 to 09/14/2024 (CLO Date Updated)"},{"comp":1,"quote":219160,"Line":4,"Comment":"08/30/2024 9:12 PM - fletcherp - Req Date changed from 09/04/2024 to 09/14/2024 (Req Date Updated)"},{"comp":1,"quote":219160,"Line":5,"Comment":"09/20/2024 10:46 PM - fletcherp - F/U changed from 09/14/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219160,"Line":6,"Comment":"09/20/2024 10:46 PM - fletcherp - CLO changed from 09/14/2024 to 09/28/2024 (CLO Date Updated)"},{"comp":1,"quote":219160,"Line":7,"Comment":"09/20/2024 10:46 PM - fletcherp - Req Date changed from 09/14/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":219160,"Line":8,"Comment":"09/27/2024 11:05 PM - fletcherp - F/U changed from 09/28/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219160,"Line":9,"Comment":"09/27/2024 11:05 PM - fletcherp - CLO changed from 09/28/2024 to 10/12/2024 (CLO Date Updated)"},{"comp":1,"quote":219160,"Line":10,"Comment":"09/27/2024 11:05 PM - fletcherp - Req Date changed from 09/28/2024 to 10/12/2024 (Req Date Updated)"},{"comp":1,"quote":219160,"Line":11,"Comment":"09/27/2024 11:05 PM - fletcherp - Win% changed from 20 to 100"},{"comp":1,"quote":219160,"Line":12,"Comment":"10/18/2024 9:38 PM - fletcherp - F/U changed from 10/12/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219160,"Line":13,"Comment":"10/18/2024 9:38 PM - fletcherp - CLO changed from 10/12/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":219160,"Line":14,"Comment":"10/18/2024 9:38 PM - fletcherp - Req Date changed from 10/12/2024 to 11/16/2024 (Req Date Updated)"},{"comp":1,"quote":219160,"Line":15,"Comment":"10/25/2024 9:25 PM - fletcherp - F/U changed from 10/26/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219160,"Line":16,"Comment":"11/08/2024 11:21 PM - fletcherp - F/U changed from 11/02/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219160,"Line":17,"Comment":"11/08/2024 11:21 PM - fletcherp - CLO changed from 11/02/2024 to 11/30/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"219160","line":"1","part":"H100A-MRAM","qty":"1","price":"3451.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219160","line":"2","part":"MRAM-ER11ST","qty":"3","price":"6905.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-08 23:22:02.871 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219160-11082024232202.txt === {"quote":"219160","customer":"13410","name":null,"customerName":"Max Tool Inc.","comp":"01","open":"0","shipto":"MJPREDEC","shiptoName":"M & J Precision","entry_date":"07-24-2024","cust_order_date":"07-24-2024","req_date":"12-07-2024","cust_po":"H100A MRAM ER11ST","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Bryan Harris","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"07:13","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Bryan Harris","follow_phone":"","follow_email":"bryan@maxtoolinc.com","pic_user":"fletcherp","total_amt":"16916.2","total_gp":"7001.59","total_gpm":"41.39","rev_type":"ADV","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"4","win_pct":"100","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"219160","line":"0","data":"07-24-2024 07:14 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":219160,"Line":0,"Comment":"08/09/2024 11:03 PM - fletcherp - F/U changed from 08/06/2024 to 8/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219160,"Line":1,"Comment":"08/16/2024 9:46 PM - fletcherp - F/U changed from 08/17/2024 to 8/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219160,"Line":2,"Comment":"08/30/2024 9:12 PM - fletcherp - F/U changed from 08/24/2024 to 9/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219160,"Line":3,"Comment":"08/30/2024 9:12 PM - fletcherp - CLO changed from 08/24/2024 to 09/14/2024 (CLO Date Updated)"},{"comp":1,"quote":219160,"Line":4,"Comment":"08/30/2024 9:12 PM - fletcherp - Req Date changed from 09/04/2024 to 09/14/2024 (Req Date Updated)"},{"comp":1,"quote":219160,"Line":5,"Comment":"09/20/2024 10:46 PM - fletcherp - F/U changed from 09/14/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219160,"Line":6,"Comment":"09/20/2024 10:46 PM - fletcherp - CLO changed from 09/14/2024 to 09/28/2024 (CLO Date Updated)"},{"comp":1,"quote":219160,"Line":7,"Comment":"09/20/2024 10:46 PM - fletcherp - Req Date changed from 09/14/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":219160,"Line":8,"Comment":"09/27/2024 11:05 PM - fletcherp - F/U changed from 09/28/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219160,"Line":9,"Comment":"09/27/2024 11:05 PM - fletcherp - CLO changed from 09/28/2024 to 10/12/2024 (CLO Date Updated)"},{"comp":1,"quote":219160,"Line":10,"Comment":"09/27/2024 11:05 PM - fletcherp - Req Date changed from 09/28/2024 to 10/12/2024 (Req Date Updated)"},{"comp":1,"quote":219160,"Line":11,"Comment":"09/27/2024 11:05 PM - fletcherp - Win% changed from 20 to 100"},{"comp":1,"quote":219160,"Line":12,"Comment":"10/18/2024 9:38 PM - fletcherp - F/U changed from 10/12/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219160,"Line":13,"Comment":"10/18/2024 9:38 PM - fletcherp - CLO changed from 10/12/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":219160,"Line":14,"Comment":"10/18/2024 9:38 PM - fletcherp - Req Date changed from 10/12/2024 to 11/16/2024 (Req Date Updated)"},{"comp":1,"quote":219160,"Line":15,"Comment":"10/25/2024 9:25 PM - fletcherp - F/U changed from 10/26/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219160,"Line":16,"Comment":"11/08/2024 11:21 PM - fletcherp - F/U changed from 11/02/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219160,"Line":17,"Comment":"11/08/2024 11:21 PM - fletcherp - CLO changed from 11/02/2024 to 11/30/2024 (CLO Date Updated)"},{"comp":1,"quote":219160,"Line":18,"Comment":"11/08/2024 11:21 PM - fletcherp - Req Date changed from 11/16/2024 to 12/07/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"219160","line":"1","part":"H100A-MRAM","qty":"1","price":"3451.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219160","line":"2","part":"MRAM-ER11ST","qty":"3","price":"6905.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-08 23:22:10.480 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222512-11082024232210.txt === {"quote":"222512","customer":"13410","name":null,"customerName":"Max Tool Inc.","comp":"01","open":"0","shipto":"ALABCALE","shiptoName":"MPI","entry_date":"10-03-2024","cust_order_date":"10-03-2024","req_date":"11-14-2024","cust_po":"E356 PRESETTER","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Wade Davis","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"16:15","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Wade Davis","follow_phone":"(205) 942-2466","follow_email":"wade@maxtoolinc.com","pic_user":"fletcherp","total_amt":"13888.8","total_gp":"6058.60","total_gpm":"43.62","rev_type":"ADV","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-03-2024","notes":[{"comp":"1","quote":"222512","line":"0","data":"10-03-2024 16:16 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222512,"Line":0,"Comment":"10/18/2024 9:58 PM - fletcherp - F/U changed from 10/16/2024 to 11/2/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222512","line":"1","part":"PRE-E356PLUS-I50","qty":"1","price":"18200.00","uom":"EA","discount":"28.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"222512","line":"2","part":"PRE-GAUGE-C50","qty":"1","price":"760.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222512","line":"3","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222512","line":"4","part":"PRE-PRNT-ROLL-QL800","qty":"1","price":"30.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-08 23:22:19.194 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222512-11082024232218.txt === {"quote":"222512","customer":"13410","name":null,"customerName":"Max Tool Inc.","comp":"01","open":"0","shipto":"ALABCALE","shiptoName":"MPI","entry_date":"10-03-2024","cust_order_date":"10-03-2024","req_date":"11-14-2024","cust_po":"E356 PRESETTER","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Wade Davis","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"16:15","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Wade Davis","follow_phone":"(205) 942-2466","follow_email":"wade@maxtoolinc.com","pic_user":"fletcherp","total_amt":"13888.8","total_gp":"6058.60","total_gpm":"43.62","rev_type":"ADV","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-23-2024","notes":[{"comp":"1","quote":"222512","line":"0","data":"10-03-2024 16:16 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222512,"Line":0,"Comment":"10/18/2024 9:58 PM - fletcherp - F/U changed from 10/16/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222512,"Line":1,"Comment":"11/08/2024 11:22 PM - fletcherp - F/U changed from 11/02/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222512,"Line":2,"Comment":"11/08/2024 11:22 PM - fletcherp - CLO changed from 11/03/2024 to 11/23/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222512","line":"1","part":"PRE-E356PLUS-I50","qty":"1","price":"18200.00","uom":"EA","discount":"28.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"222512","line":"2","part":"PRE-GAUGE-C50","qty":"1","price":"760.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222512","line":"3","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222512","line":"4","part":"PRE-PRNT-ROLL-QL800","qty":"1","price":"30.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-08 23:22:24.972 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222512-11082024232224.txt === {"quote":"222512","customer":"13410","name":null,"customerName":"Max Tool Inc.","comp":"01","open":"0","shipto":"ALABCALE","shiptoName":"MPI","entry_date":"10-03-2024","cust_order_date":"10-03-2024","req_date":"11-23-2024","cust_po":"E356 PRESETTER","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Wade Davis","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"16:15","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Wade Davis","follow_phone":"(205) 942-2466","follow_email":"wade@maxtoolinc.com","pic_user":"fletcherp","total_amt":"13888.8","total_gp":"6058.60","total_gpm":"43.62","rev_type":"ADV","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-23-2024","notes":[{"comp":"1","quote":"222512","line":"0","data":"10-03-2024 16:16 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222512,"Line":0,"Comment":"10/18/2024 9:58 PM - fletcherp - F/U changed from 10/16/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222512,"Line":1,"Comment":"11/08/2024 11:22 PM - fletcherp - F/U changed from 11/02/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222512,"Line":2,"Comment":"11/08/2024 11:22 PM - fletcherp - CLO changed from 11/03/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":222512,"Line":3,"Comment":"11/08/2024 11:22 PM - fletcherp - Req Date changed from 11/14/2024 to 11/23/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222512","line":"1","part":"PRE-E356PLUS-I50","qty":"1","price":"18200.00","uom":"EA","discount":"28.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"222512","line":"2","part":"PRE-GAUGE-C50","qty":"1","price":"760.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222512","line":"3","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222512","line":"4","part":"PRE-PRNT-ROLL-QL800","qty":"1","price":"30.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-08 23:22:32.429 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222069-11082024232232.txt === {"quote":"222069","customer":"19345","name":null,"customerName":"Searcy Industrial Products, Inc.","comp":"01","open":"0","shipto":"BRUNNERA","shiptoName":"Brunner and Lay Inc.","entry_date":"09-25-2024","cust_order_date":"09-24-2024","req_date":"11-02-2024","cust_po":"5AX-201 DNM5700","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"26","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"LARRY PRICKETT","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"13:16","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Larry Prickett","follow_phone":"","follow_email":"larry@searcyindustrialproducts.com","pic_user":"fletcherp","total_amt":"56490.90","total_gp":"43212.22","total_gpm":"76.49","rev_type":"RT","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"5","win_pct":"100","clo_date":"11-02-2024","notes":[],"crmnotes":[{"comp":1,"quote":222069,"Line":0,"Comment":"09/27/2024 11:09 PM - fletcherp - F/U changed from 10/01/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222069,"Line":1,"Comment":"09/27/2024 11:09 PM - fletcherp - CLO changed from NaN/NaN/NaN to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":222069,"Line":2,"Comment":"10/25/2024 9:19 PM - fletcherp - F/U changed from 10/19/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222069,"Line":3,"Comment":"10/25/2024 9:19 PM - fletcherp - CLO changed from 10/26/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":222069,"Line":4,"Comment":"10/25/2024 9:19 PM - fletcherp - Req Date changed from 11/01/2024 to 11/02/2024 (Req Date Updated)"},{"comp":1,"quote":222069,"Line":5,"Comment":"10/25/2024 9:20 PM - fletcherp - Win% changed from 20 to 100"}],"items":[{"comp":"01","order":"222069","line":"1","part":"5AX-201FA-M-AB","qty":"1","price":"53600.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222069","line":"2","part":"RN-AX201SD-4+N-A","qty":"1","price":"2867.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222069","line":"3","part":"RT-ACCS-WKHD","qty":"2","price":"1760.00","uom":"EA","discount":"30.00","req_date":"","branch":"1"},{"comp":"01","order":"222069","line":"4","part":"INSTALLATION-RT-5AX-SE","qty":"1","price":"14500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222069","Line":"3","Company":"1","F_Line":"1","Comment":"(1) ADAPTER PLATE TO MOUNT TO T-SLOTS ON ROTARY TABLE","Loc":"Y"},{"Quote":"222069","Line":"3","Company":"1","F_Line":"2","Comment":"(1) CHUCK PLATE FOR MOUNTING SCHUNK TPS125-26/Z","Loc":"Y"},{"Quote":"222069","Line":"3","Company":"1","F_Line":"3","Comment":"SELF CONTAINED 3-JAW AIR CHUCK","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-08 23:22:39.978 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222069-11082024232239.txt === {"quote":"222069","customer":"19345","name":null,"customerName":"Searcy Industrial Products, Inc.","comp":"01","open":"0","shipto":"BRUNNERA","shiptoName":"Brunner and Lay Inc.","entry_date":"09-25-2024","cust_order_date":"09-24-2024","req_date":"11-02-2024","cust_po":"5AX-201 DNM5700","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"26","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"LARRY PRICKETT","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"13:16","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Larry Prickett","follow_phone":"","follow_email":"larry@searcyindustrialproducts.com","pic_user":"fletcherp","total_amt":"56490.90","total_gp":"43212.22","total_gpm":"76.49","rev_type":"RT","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"5","win_pct":"100","clo_date":"11-16-2024","notes":[],"crmnotes":[{"comp":1,"quote":222069,"Line":0,"Comment":"09/27/2024 11:09 PM - fletcherp - F/U changed from 10/01/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222069,"Line":1,"Comment":"09/27/2024 11:09 PM - fletcherp - CLO changed from NaN/NaN/NaN to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":222069,"Line":2,"Comment":"10/25/2024 9:19 PM - fletcherp - F/U changed from 10/19/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222069,"Line":3,"Comment":"10/25/2024 9:19 PM - fletcherp - CLO changed from 10/26/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":222069,"Line":4,"Comment":"10/25/2024 9:19 PM - fletcherp - Req Date changed from 11/01/2024 to 11/02/2024 (Req Date Updated)"},{"comp":1,"quote":222069,"Line":5,"Comment":"10/25/2024 9:20 PM - fletcherp - Win% changed from 20 to 100"},{"comp":1,"quote":222069,"Line":6,"Comment":"11/08/2024 11:22 PM - fletcherp - F/U changed from 11/02/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222069,"Line":7,"Comment":"11/08/2024 11:22 PM - fletcherp - CLO changed from 11/02/2024 to 11/16/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222069","line":"1","part":"5AX-201FA-M-AB","qty":"1","price":"53600.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222069","line":"2","part":"RN-AX201SD-4+N-A","qty":"1","price":"2867.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222069","line":"3","part":"RT-ACCS-WKHD","qty":"2","price":"1760.00","uom":"EA","discount":"30.00","req_date":"","branch":"1"},{"comp":"01","order":"222069","line":"4","part":"INSTALLATION-RT-5AX-SE","qty":"1","price":"14500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222069","Line":"3","Company":"1","F_Line":"1","Comment":"(1) ADAPTER PLATE TO MOUNT TO T-SLOTS ON ROTARY TABLE","Loc":"Y"},{"Quote":"222069","Line":"3","Company":"1","F_Line":"2","Comment":"(1) CHUCK PLATE FOR MOUNTING SCHUNK TPS125-26/Z","Loc":"Y"},{"Quote":"222069","Line":"3","Company":"1","F_Line":"3","Comment":"SELF CONTAINED 3-JAW AIR CHUCK","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-08 23:22:45.632 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222069-11082024232245.txt === {"quote":"222069","customer":"19345","name":null,"customerName":"Searcy Industrial Products, Inc.","comp":"01","open":"0","shipto":"BRUNNERA","shiptoName":"Brunner and Lay Inc.","entry_date":"09-25-2024","cust_order_date":"09-24-2024","req_date":"11-16-2024","cust_po":"5AX-201 DNM5700","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"26","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"LARRY PRICKETT","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"13:16","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Larry Prickett","follow_phone":"","follow_email":"larry@searcyindustrialproducts.com","pic_user":"fletcherp","total_amt":"56490.90","total_gp":"43212.22","total_gpm":"76.49","rev_type":"RT","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"5","win_pct":"100","clo_date":"11-16-2024","notes":[],"crmnotes":[{"comp":1,"quote":222069,"Line":0,"Comment":"09/27/2024 11:09 PM - fletcherp - F/U changed from 10/01/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222069,"Line":1,"Comment":"09/27/2024 11:09 PM - fletcherp - CLO changed from NaN/NaN/NaN to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":222069,"Line":2,"Comment":"10/25/2024 9:19 PM - fletcherp - F/U changed from 10/19/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222069,"Line":3,"Comment":"10/25/2024 9:19 PM - fletcherp - CLO changed from 10/26/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":222069,"Line":4,"Comment":"10/25/2024 9:19 PM - fletcherp - Req Date changed from 11/01/2024 to 11/02/2024 (Req Date Updated)"},{"comp":1,"quote":222069,"Line":5,"Comment":"10/25/2024 9:20 PM - fletcherp - Win% changed from 20 to 100"},{"comp":1,"quote":222069,"Line":6,"Comment":"11/08/2024 11:22 PM - fletcherp - F/U changed from 11/02/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222069,"Line":7,"Comment":"11/08/2024 11:22 PM - fletcherp - CLO changed from 11/02/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":222069,"Line":8,"Comment":"11/08/2024 11:22 PM - fletcherp - Req Date changed from 11/02/2024 to 11/16/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222069","line":"1","part":"5AX-201FA-M-AB","qty":"1","price":"53600.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222069","line":"2","part":"RN-AX201SD-4+N-A","qty":"1","price":"2867.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222069","line":"3","part":"RT-ACCS-WKHD","qty":"2","price":"1760.00","uom":"EA","discount":"30.00","req_date":"","branch":"1"},{"comp":"01","order":"222069","line":"4","part":"INSTALLATION-RT-5AX-SE","qty":"1","price":"14500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222069","Line":"3","Company":"1","F_Line":"1","Comment":"(1) ADAPTER PLATE TO MOUNT TO T-SLOTS ON ROTARY TABLE","Loc":"Y"},{"Quote":"222069","Line":"3","Company":"1","F_Line":"2","Comment":"(1) CHUCK PLATE FOR MOUNTING SCHUNK TPS125-26/Z","Loc":"Y"},{"Quote":"222069","Line":"3","Company":"1","F_Line":"3","Comment":"SELF CONTAINED 3-JAW AIR CHUCK","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-08 23:22:54.246 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223184-11082024232254.txt === {"quote":"223184","customer":"9569","name":null,"customerName":"Industrial Tooling & Supply","comp":"01","open":"1","shipto":"ITSDAPH","shiptoName":"ITS/Daphne","entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"11-28-2024","cust_po":"NCAT40 MMC8 HOLDERS","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tom Millenbaugh","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"18:02","extra":"","follow_up":"11-02-2024","web_id":"","follow_name":"Tom Millenbaugh","follow_phone":"251-272-0019","follow_email":"tmillenbaugh@its-supply.com","pic_user":"fletcherp","total_amt":"2636.00","total_gp":"1342.16","total_gpm":"50.92","rev_type":"ADV","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"2","totalQty":"14","win_pct":"20","clo_date":"11-17-2024","notes":[{"comp":"1","quote":"223184","line":"1","data":"10-17-2024 18:07 - Discounts Recalculated"},{"comp":"1","quote":"223184","line":"0","data":"10-17-2024 18:05 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223184,"Line":0,"Comment":"10/25/2024 9:23 PM - fletcherp - F/U changed from 10/23/2024 to 11/2/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223184","line":"1","part":"NCAT40-MMC8C-120U-IDU","qty":"6","price":"350.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223184","line":"2","part":"VMK8-1/8JB","qty":"2","price":"76.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223184","line":"3","part":"VMK8-3/16J","qty":"2","price":"64.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223184","line":"4","part":"VMK8-1/4J","qty":"2","price":"64.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223184","line":"5","part":"VMK8-3/8J","qty":"2","price":"64.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-08 23:23:05.974 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222072-11082024232305.txt === {"quote":"222072","customer":"10015","name":null,"customerName":"Ellison(GA,NC,SC,TN)","comp":"01","open":"1","shipto":"ELLIBREN","shiptoName":"Ellison Technologies","entry_date":"09-25-2024","cust_order_date":"09-25-2024","req_date":"11-06-2024","cust_po":"DNM750 NCT200 ROTARY","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Andy Ford","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"13:37","extra":"","follow_up":"11-02-2024","web_id":"","follow_name":"Andy Ford","follow_phone":"","follow_email":"aford@ellisontechnologies.com","pic_user":"fletcherp","total_amt":"23518.90","total_gp":"17776.77","total_gpm":"75.59","rev_type":"RT","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"2","totalQty":"5","win_pct":"20","clo_date":"11-02-2024","notes":[{"comp":"1","quote":"222072","line":"1","data":"UP AGAINT SAMCHULLY; GAVE AN EXTRA 5%"},{"comp":"1","quote":"222072","line":"0","data":"09-25-2024 13:39 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222072,"Line":0,"Comment":"10/11/2024 11:50 PM - fletcherp - F/U changed from 10/08/2024 to 10/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222072,"Line":1,"Comment":"10/18/2024 9:50 PM - fletcherp - F/U changed from 10/15/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222072,"Line":2,"Comment":"10/18/2024 9:50 PM - fletcherp - CLO changed from 10/15/2024 to 11/02/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222072","line":"1","part":"NCT200FA-M4","qty":"1","price":"19215.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222072","line":"2","part":"P-125S","qty":"1","price":"2681.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222072","line":"3","part":"R-6-SP-SET","qty":"1","price":"1210.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222072","line":"4","part":"RT-ACCS-CABLE","qty":"1","price":"1550.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"222072","line":"5","part":"INSTALLATION-RT-CNC-SE","qty":"1","price":"8500.00","uom":"EA","discount":"0.00","req_date":"TBD ARO","branch":"1"}],"qlines":[{"Quote":"222072","Line":"4","Company":"1","F_Line":"1","Comment":"EXTERNAL POWER/FEEDBACK CABLES FOR 4TH AXIS","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-08 23:23:17.242 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222280-11082024232317.txt === {"quote":"222280","customer":"1340","name":null,"customerName":"Metal Removal Technologies","comp":"01","open":"1","shipto":"ARCHBART","shiptoName":"ARCH Medical Solutions-Memphis(AMS)","entry_date":"09-30-2024","cust_order_date":"09-30-2024","req_date":"11-11-2024","cust_po":"C6 TOOL JAW OPTION 1","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"26","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Debby Taylor","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"10:37","extra":"","follow_up":"11-02-2024","web_id":"","follow_name":"Debby Taylor","follow_phone":"901-421-5607","follow_email":"DTaylor@metal-removal.com","pic_user":"fletcherp","total_amt":"157.3","total_gp":"77.60","total_gpm":"49.33","rev_type":"STD","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-02-2024","notes":[{"comp":"1","quote":"222280","line":"0","data":"09-30-2024 10:38 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222280,"Line":0,"Comment":"10/18/2024 9:48 PM - fletcherp - F/U changed from 10/13/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222280,"Line":1,"Comment":"10/18/2024 9:49 PM - fletcherp - CLO changed from 10/30/2024 to 11/02/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222280","line":"1","part":"TCLA-40/63A/C6","qty":"1","price":"242.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-08 23:23:27.412 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221184-11082024232327.txt === {"quote":"221184","customer":"13363","name":null,"customerName":"Martin Inc.","comp":"01","open":"1","shipto":"MARTEV","shiptoName":"Martin Inc","entry_date":"09-05-2024","cust_order_date":null,"req_date":"11-05-2024","cust_po":"MZST80 ER40","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Mike","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"16:52","extra":"","follow_up":"11-02-2024","web_id":"","follow_name":"Mike","follow_phone":"256-762-3318","follow_email":"mikept@martinsupply.com","pic_user":"fletcherp","total_amt":"9400.56","total_gp":"6118.92","total_gpm":"65.09","rev_type":"LT","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"2","totalQty":"4","win_pct":"20","clo_date":"11-04-2024","notes":[{"comp":"1","quote":"221184","line":"0","data":"09-05-2024 16:53 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221184,"Line":0,"Comment":"10/23/2024 2:54 PM - alyssah - Req Date changed from 10/17/2024 to 11/05/2024 (Req Date Updated)"},{"comp":1,"quote":221184,"Line":1,"Comment":"10/23/2024 2:54 PM - alyssah - CLO changed from 10/05/2024 to 11/04/2024 (CLO Date Updated)"},{"comp":1,"quote":221184,"Line":2,"Comment":"10/23/2024 2:54 PM - alyssah - F/U changed from 10/18/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221184,"Line":3,"Comment":"10/23/2024 2:54 PM - alyssah - PIC changed from alyssah to fletcherp"}],"items":[{"comp":"01","order":"221184","line":"1","part":"MZST80-ER40X-ICE","qty":"1","price":"4814.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221184","line":"2","part":"MZST80-ER40Z-ICE","qty":"1","price":"6691.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221184","line":"3","part":"WRENCH-ER40I","qty":"1","price":"196.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221184","line":"4","part":"WRENCH-MIM-107566","qty":"1","price":"77.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-08 23:23:36.544 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222657-11082024232336.txt === {"quote":"222657","customer":"3980","name":null,"customerName":"Cutting Tools Inc.","comp":"01","open":"0","shipto":"NEWWAYIN","shiptoName":"New Way Trucks","entry_date":"10-08-2024","cust_order_date":"10-08-2024","req_date":"11-19-2024","cust_po":"CAPTO QC LIVE TOOLING","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"47","salesman":"KH","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jonas Eldred","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"08:15","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Jonas Eldred","follow_phone":"","follow_email":"jeldred@cuttingtoolsinc.com","pic_user":"fletcherp","total_amt":"30983.22","total_gp":"14264.55","total_gpm":"46.04","rev_type":"LT","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"25","win_pct":"20","clo_date":"11-02-2024","notes":[{"comp":"1","quote":"222657","line":"2","data":"10-11-2024 12:20 - Discounts Recalculated QS"},{"comp":"1","quote":"222657","line":"1","data":"10-11-2024 12:19 - Discounts Recalculated QS"},{"comp":"1","quote":"222657","line":"0","data":"10-08-2024 08:44 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222657,"Line":0,"Comment":"10/25/2024 9:22 PM - fletcherp - F/U changed from 10/21/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222657,"Line":1,"Comment":"10/25/2024 9:22 PM - fletcherp - CLO changed from NaN/NaN/NaN to 11/02/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222657","line":"1","part":"BMT65-C4X-ICE","qty":"3","price":"4212.65","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222657","line":"2","part":"BMT65-C4Z-ICE-72","qty":"3","price":"6018.77","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222657","line":"3","part":"C4-SK20-75","qty":"12","price":"629.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222657","line":"4","part":"SK20-SET-10-A","qty":"2","price":"877.00","uom":"ST","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222657","line":"5","part":"BMT65-STC4X-IC","qty":"2","price":"2156.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222657","line":"6","part":"BMT65-STC4Z-IC","qty":"2","price":"2180.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222657","line":"7","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222657","Line":"7","Company":"1","F_Line":"1","Comment":"ADDITIONAL 10% DISCOUNT FROM IMTS PROMO","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-08 23:23:47.712 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222657-11082024232347.txt === {"quote":"222657","customer":"3980","name":null,"customerName":"Cutting Tools Inc.","comp":"01","open":"0","shipto":"NEWWAYIN","shiptoName":"New Way Trucks","entry_date":"10-08-2024","cust_order_date":"10-08-2024","req_date":"11-19-2024","cust_po":"CAPTO QC LIVE TOOLING","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"47","salesman":"KH","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jonas Eldred","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"08:15","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Jonas Eldred","follow_phone":"","follow_email":"jeldred@cuttingtoolsinc.com","pic_user":"fletcherp","total_amt":"30983.22","total_gp":"14264.55","total_gpm":"46.04","rev_type":"LT","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"25","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"222657","line":"2","data":"10-11-2024 12:20 - Discounts Recalculated QS"},{"comp":"1","quote":"222657","line":"1","data":"10-11-2024 12:19 - Discounts Recalculated QS"},{"comp":"1","quote":"222657","line":"0","data":"10-08-2024 08:44 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222657,"Line":0,"Comment":"10/25/2024 9:22 PM - fletcherp - F/U changed from 10/21/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222657,"Line":1,"Comment":"10/25/2024 9:22 PM - fletcherp - CLO changed from NaN/NaN/NaN to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":222657,"Line":2,"Comment":"11/08/2024 11:23 PM - fletcherp - F/U changed from 11/02/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222657,"Line":3,"Comment":"11/08/2024 11:23 PM - fletcherp - CLO changed from 11/02/2024 to 11/30/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222657","line":"1","part":"BMT65-C4X-ICE","qty":"3","price":"4212.65","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222657","line":"2","part":"BMT65-C4Z-ICE-72","qty":"3","price":"6018.77","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222657","line":"3","part":"C4-SK20-75","qty":"12","price":"629.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222657","line":"4","part":"SK20-SET-10-A","qty":"2","price":"877.00","uom":"ST","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222657","line":"5","part":"BMT65-STC4X-IC","qty":"2","price":"2156.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222657","line":"6","part":"BMT65-STC4Z-IC","qty":"2","price":"2180.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222657","line":"7","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222657","Line":"7","Company":"1","F_Line":"1","Comment":"ADDITIONAL 10% DISCOUNT FROM IMTS PROMO","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-08 23:23:53.472 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222657-11082024232353.txt === {"quote":"222657","customer":"3980","name":null,"customerName":"Cutting Tools Inc.","comp":"01","open":"0","shipto":"NEWWAYIN","shiptoName":"New Way Trucks","entry_date":"10-08-2024","cust_order_date":"10-08-2024","req_date":"12-07-2024","cust_po":"CAPTO QC LIVE TOOLING","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"47","salesman":"KH","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jonas Eldred","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"08:15","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Jonas Eldred","follow_phone":"","follow_email":"jeldred@cuttingtoolsinc.com","pic_user":"fletcherp","total_amt":"30983.22","total_gp":"14264.55","total_gpm":"46.04","rev_type":"LT","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"25","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"222657","line":"2","data":"10-11-2024 12:20 - Discounts Recalculated QS"},{"comp":"1","quote":"222657","line":"1","data":"10-11-2024 12:19 - Discounts Recalculated QS"},{"comp":"1","quote":"222657","line":"0","data":"10-08-2024 08:44 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222657,"Line":0,"Comment":"10/25/2024 9:22 PM - fletcherp - F/U changed from 10/21/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222657,"Line":1,"Comment":"10/25/2024 9:22 PM - fletcherp - CLO changed from NaN/NaN/NaN to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":222657,"Line":2,"Comment":"11/08/2024 11:23 PM - fletcherp - F/U changed from 11/02/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222657,"Line":3,"Comment":"11/08/2024 11:23 PM - fletcherp - CLO changed from 11/02/2024 to 11/30/2024 (CLO Date Updated)"},{"comp":1,"quote":222657,"Line":4,"Comment":"11/08/2024 11:23 PM - fletcherp - Req Date changed from 11/19/2024 to 12/07/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222657","line":"1","part":"BMT65-C4X-ICE","qty":"3","price":"4212.65","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222657","line":"2","part":"BMT65-C4Z-ICE-72","qty":"3","price":"6018.77","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222657","line":"3","part":"C4-SK20-75","qty":"12","price":"629.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222657","line":"4","part":"SK20-SET-10-A","qty":"2","price":"877.00","uom":"ST","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222657","line":"5","part":"BMT65-STC4X-IC","qty":"2","price":"2156.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222657","line":"6","part":"BMT65-STC4Z-IC","qty":"2","price":"2180.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222657","line":"7","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222657","Line":"7","Company":"1","F_Line":"1","Comment":"ADDITIONAL 10% DISCOUNT FROM IMTS PROMO","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-08 23:24:01.624 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222777-11082024232401.txt === {"quote":"222777","customer":"20761","name":null,"customerName":"Toolsource, Inc.","comp":"01","open":"1","shipto":"STRAHUNT","shiptoName":"StrataG Solutions, LLC","entry_date":"10-09-2024","cust_order_date":"10-09-2024","req_date":"11-20-2024","cust_po":"HSK100A RAH OPTIONS","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"CURTIS PAYNE","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"17:22","extra":"","follow_up":"11-02-2024","web_id":"","follow_name":"CURTIS PAYNE","follow_phone":"","follow_email":"TOOLING64@GMAIL.COM","pic_user":"fletcherp","total_amt":"15641.00","total_gp":"8868.59","total_gpm":"56.70","rev_type":"ADV","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"2","totalQty":"3","win_pct":"20","clo_date":"11-09-2024","notes":[{"comp":"1","quote":"222777","line":"0","data":"10-09-2024 17:24 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222777,"Line":0,"Comment":"10/25/2024 9:23 PM - fletcherp - F/U changed from 10/22/2024 to 11/2/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222777","line":"1","part":"H10ARAM-ER32-190-110TP","qty":"1","price":"9291.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222777","line":"2","part":"H10ARAM-ER32-190TS-110TP","qty":"1","price":"10537.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222777","line":"4","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"2-3 DAYS ARO","branch":"1"}],"qlines":[{"Quote":"222777","Line":"4","Company":"1","F_Line":"1","Comment":"CUSTOM DESIGNED POSITIONING BLOCKS","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-08 23:24:13.275 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222809-11082024232413.txt === {"quote":"222809","customer":"10220","name":null,"customerName":"Haas Factory Outlet (NC)","comp":"01","open":"1","shipto":"HAASFRAN","shiptoName":"Haas Factory Outlet","entry_date":"10-10-2024","cust_order_date":"10-10-2024","req_date":"11-21-2024","cust_po":"BMT65 CAPTO LIVE TOOLS","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"AM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Cody Durbin","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"12:05","extra":"","follow_up":"11-02-2024","web_id":"","follow_name":"Cody Durbin","follow_phone":"","follow_email":"cdurbin@phillipscorp.com","pic_user":"fletcherp","total_amt":"6138.85","total_gp":"2142.65","total_gpm":"34.90","rev_type":"LT","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"2","totalQty":"3","win_pct":"20","clo_date":"11-10-2024","notes":[{"comp":"1","quote":"222809","line":"2","data":"10-10-2024 12:06 - Discounts Recalculated"},{"comp":"1","quote":"222809","line":"1","data":"10-10-2024 12:06 - Discounts Recalculated"},{"comp":"1","quote":"222809","line":"0","data":"10-10-2024 12:06 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222809,"Line":0,"Comment":"10/25/2024 9:23 PM - fletcherp - F/U changed from 10/23/2024 to 11/2/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222809","line":"1","part":"BMT65-C4X-ICE","qty":"1","price":"4212.65","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222809","line":"2","part":"BMT65-C4Z-ICE-72","qty":"1","price":"6018.77","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222809","line":"7","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222809","Line":"7","Company":"1","F_Line":"1","Comment":"ADDITIONAL 10% DISCOUNT FOR IMTS LIVE TOOL PROMO","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-08 23:24:38.141 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223097-11082024232437.txt === {"quote":"223097","customer":"13485","name":null,"customerName":"Methods Machine Tools Inc. (MA)","comp":"01","open":"1","shipto":"MMTMEMPH","shiptoName":"Methods Machine Tools","entry_date":"10-16-2024","cust_order_date":"10-16-2024","req_date":"11-27-2024","cust_po":"BT30 TOOLING PACKAGE","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Mark Stone","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"21:20","extra":"","follow_up":"11-02-2024","web_id":"","follow_name":"Mark Stone","follow_phone":"","follow_email":"mastone@methodsmachine.com","pic_user":"fletcherp","total_amt":"9917.10","total_gp":"5491.70","total_gpm":"55.38","rev_type":"STD","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"1","totalQty":"234","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"223097","line":"1","data":"10-16-2024 21:24 - Discounts Recalculated QS"},{"comp":"1","quote":"223097","line":"0","data":"10-16-2024 21:22 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223097,"Line":0,"Comment":"10/25/2024 9:23 PM - fletcherp - F/U changed from 10/22/2024 to 11/2/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223097","line":"1","part":"NB3006-0187-2.36CP","qty":"2","price":"229.00","uom":"EA","discount":"55.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223097","line":"2","part":"NB3006-0250-2.36CP","qty":"3","price":"197.00","uom":"EA","discount":"55.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223097","line":"3","part":"NB3006-0375-2.36CP","qty":"2","price":"197.00","uom":"EA","discount":"55.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223097","line":"4","part":"NB3006-0500-2.36CP","qty":"1","price":"197.00","uom":"EA","discount":"55.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223097","line":"5","part":"BT30-ER32-70","qty":"72","price":"174.00","uom":"EA","discount":"55.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223097","line":"6","part":"032-SPAN","qty":"2","price":"23.00","uom":"EA","discount":"55.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223097","line":"7","part":"E32-008","qty":"1","price":"52.00","uom":"EA","discount":"55.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223097","line":"8","part":"E32-016","qty":"21","price":"52.00","uom":"EA","discount":"55.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223097","line":"9","part":"E32-020","qty":"13","price":"52.00","uom":"EA","discount":"55.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223097","line":"10","part":"E32-024","qty":"11","price":"52.00","uom":"EA","discount":"55.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223097","line":"11","part":"E32-032","qty":"25","price":"52.00","uom":"EA","discount":"55.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223097","line":"12","part":"E32-040","qty":"1","price":"52.00","uom":"EA","discount":"55.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223097","line":"13","part":"PS-16","qty":"80","price":"51.00","uom":"EA","discount":"55.00","req_date":"37 USA; BAL JPN","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":13}}] 2024-11-08 23:24:49.702 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223650-11082024232449.txt === {"quote":"223650","customer":"1340","name":null,"customerName":"Metal Removal Technologies","comp":"01","open":"1","shipto":"PATHMEMP","shiptoName":"Pathway Precision Manufacturing","entry_date":"10-29-2024","cust_order_date":"10-29-2024","req_date":"12-10-2024","cust_po":"5/32\" 3J COLLET","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"26","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Gabe Davis","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"14:14","extra":"","follow_up":"11-04-2024","web_id":"","follow_name":"Gabe Davis","follow_phone":"901-421-5607","follow_email":"gdavis@metal-removal.com","pic_user":"fletcherp","total_amt":"47","total_gp":"20.38","total_gpm":"43.36","rev_type":"STD","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-29-2024","notes":[{"comp":"1","quote":"223650","line":"0","data":"10-29-2024 14:16 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223650","line":"1","part":"300-010","qty":"1","price":"94.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-08 23:25:08.878 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223332-11082024232508.txt === {"quote":"223332","customer":"20270","name":null,"customerName":"Tech Machinery LLC","comp":"01","open":"0","shipto":"TECHMROG","shiptoName":"TECH MACH","entry_date":"10-22-2024","cust_order_date":"10-22-2024","req_date":"12-03-2024","cust_po":"5AX-201 DNM5700S","terms_code":"N30","ship_via":"TRK","ship_collect":"","drop_ship":"N","territory":"26","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"ZACH CHIMARYS","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"11:39","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"ZACH CHIMARYS","follow_phone":"","follow_email":"ZACH@TECHMACH.NET","pic_user":"fletcherp","total_amt":"59840.00","total_gp":"47267.54","total_gpm":"78.99","rev_type":"RT","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"3","win_pct":"20","clo_date":"10-25-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223332","line":"1","part":"5AX-201FA-M-AB","qty":"1","price":"53600.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223332","line":"2","part":"INSTALLATION-RT-5AX-W/SW","qty":"1","price":"13500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"223332","line":"4","part":"INSTALLATION-RT-5AX-SE","qty":"1","price":"11500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223332","Line":"4","Company":"1","F_Line":"1","Comment":"PRICE INCLUDES ALL ITEMS NEEDED FOR INSTALL MINUS","Loc":"Y"},{"Quote":"223332","Line":"4","Company":"1","F_Line":"2","Comment":"TRAVEL EXPENSES","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-08 23:25:17.283 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223332-11082024232517.txt === {"quote":"223332","customer":"20270","name":null,"customerName":"Tech Machinery LLC","comp":"01","open":"0","shipto":"TECHMROG","shiptoName":"TECH MACH","entry_date":"10-22-2024","cust_order_date":"10-22-2024","req_date":"12-03-2024","cust_po":"5AX-201 DNM5700S","terms_code":"N30","ship_via":"TRK","ship_collect":"","drop_ship":"N","territory":"26","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"ZACH CHIMARYS","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"11:39","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"ZACH CHIMARYS","follow_phone":"","follow_email":"ZACH@TECHMACH.NET","pic_user":"fletcherp","total_amt":"59840.00","total_gp":"47267.54","total_gpm":"78.99","rev_type":"RT","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-30-2024","notes":[],"crmnotes":[{"comp":1,"quote":223332,"Line":0,"Comment":"11/08/2024 11:25 PM - fletcherp - F/U changed from 11/04/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223332,"Line":1,"Comment":"11/08/2024 11:25 PM - fletcherp - CLO changed from 10/25/2024 to 11/30/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223332","line":"1","part":"5AX-201FA-M-AB","qty":"1","price":"53600.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223332","line":"2","part":"INSTALLATION-RT-5AX-W/SW","qty":"1","price":"13500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"223332","line":"4","part":"INSTALLATION-RT-5AX-SE","qty":"1","price":"11500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223332","Line":"4","Company":"1","F_Line":"1","Comment":"PRICE INCLUDES ALL ITEMS NEEDED FOR INSTALL MINUS","Loc":"Y"},{"Quote":"223332","Line":"4","Company":"1","F_Line":"2","Comment":"TRAVEL EXPENSES","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-08 23:25:37.694 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223672-11082024232537.txt === {"quote":"223672","customer":"3525","name":null,"customerName":"Cline Tool & Service Company","comp":"01","open":"0","shipto":"MAHLMOMO","shiptoName":"MAHLE ENGINE COMPONENTS","entry_date":"10-29-2024","cust_order_date":"10-23-2024","req_date":"12-01-2024","cust_po":"SPECIAL BMT68 MI40","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"37","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Chris Crawford","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"16:28","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Chris Crawford","follow_phone":"641-792-7081","follow_email":"ccrawford@clinetool.com","pic_user":"fletcherp","total_amt":"122405.56","total_gp":"122405.56","total_gpm":"100.00","rev_type":"LT","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"22","win_pct":"20","clo_date":"11-15-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223672","line":"3","part":"SPECIAL-LV-MI","qty":"2","price":"5970.22","uom":"EA","discount":"0.00","req_date":"18-20 WEEKS ARO","branch":"1"},{"comp":"01","order":"223672","line":"4","part":"SPECIAL-LV-MI","qty":"4","price":"5707.10","uom":"EA","discount":"0.00","req_date":"18-20 WEEKS ARO","branch":"1"},{"comp":"01","order":"223672","line":"5","part":"SPECIAL-LV-MI","qty":"6","price":"5620.52","uom":"EA","discount":"0.00","req_date":"18-20 WEEKS ARO","branch":"1"},{"comp":"01","order":"223672","line":"6","part":"SPECIAL-LV-MI","qty":"10","price":"5391.36","uom":"EA","discount":"0.00","req_date":"18-20 WEEKS ARO","branch":"1"}],"qlines":[{"Quote":"223672","Line":"3","Company":"1","F_Line":"1","Comment":"SHANK: BMT68","Loc":"Y"},{"Quote":"223672","Line":"3","Company":"1","F_Line":"2","Comment":"TOOLING INTERFACE: MIMATIC MI40 QUICK CHANGE","Loc":"Y"},{"Quote":"223672","Line":"3","Company":"1","F_Line":"3","Comment":"COOLANT: INTERNAL THRU SPINDLE & EXTERNAL THRU PIPING","Loc":"Y"},{"Quote":"223672","Line":"3","Company":"1","F_Line":"4","Comment":"ROTATION: OUTPUT IS REVERSAL TO INPUT","Loc":"Y"},{"Quote":"223672","Line":"3","Company":"1","F_Line":"5","Comment":"CENTER HEIGHT: 80MM","Loc":"Y"},{"Quote":"223672","Line":"3","Company":"1","F_Line":"6","Comment":"GEAR RATIO: 1:2 (6500 INPUT = 13000 OUTPUT)","Loc":"Y"},{"Quote":"223672","Line":"3","Company":"1","F_Line":"7","Comment":"DRAWING # 00063776","Loc":"Y"},{"Quote":"223672","Line":"3","Company":"1","F_Line":"8","Comment":"TOOL WEIGHT: APPROX. 8.5 KG","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":4}}] 2024-11-08 23:25:45.222 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223672-11082024232545.txt === {"quote":"223672","customer":"3525","name":null,"customerName":"Cline Tool & Service Company","comp":"01","open":"0","shipto":"MAHLMOMO","shiptoName":"MAHLE ENGINE COMPONENTS","entry_date":"10-29-2024","cust_order_date":"10-23-2024","req_date":"12-01-2024","cust_po":"SPECIAL BMT68 MI40","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"37","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Chris Crawford","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"16:28","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Chris Crawford","follow_phone":"641-792-7081","follow_email":"ccrawford@clinetool.com","pic_user":"fletcherp","total_amt":"122405.56","total_gp":"122405.56","total_gpm":"100.00","rev_type":"LT","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"22","win_pct":"20","clo_date":"11-23-2024","notes":[],"crmnotes":[{"comp":1,"quote":223672,"Line":0,"Comment":"11/08/2024 11:25 PM - fletcherp - F/U changed from 11/04/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223672,"Line":1,"Comment":"11/08/2024 11:25 PM - fletcherp - CLO changed from 11/15/2024 to 11/23/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223672","line":"3","part":"SPECIAL-LV-MI","qty":"2","price":"5970.22","uom":"EA","discount":"0.00","req_date":"18-20 WEEKS ARO","branch":"1"},{"comp":"01","order":"223672","line":"4","part":"SPECIAL-LV-MI","qty":"4","price":"5707.10","uom":"EA","discount":"0.00","req_date":"18-20 WEEKS ARO","branch":"1"},{"comp":"01","order":"223672","line":"5","part":"SPECIAL-LV-MI","qty":"6","price":"5620.52","uom":"EA","discount":"0.00","req_date":"18-20 WEEKS ARO","branch":"1"},{"comp":"01","order":"223672","line":"6","part":"SPECIAL-LV-MI","qty":"10","price":"5391.36","uom":"EA","discount":"0.00","req_date":"18-20 WEEKS ARO","branch":"1"}],"qlines":[{"Quote":"223672","Line":"3","Company":"1","F_Line":"1","Comment":"SHANK: BMT68","Loc":"Y"},{"Quote":"223672","Line":"3","Company":"1","F_Line":"2","Comment":"TOOLING INTERFACE: MIMATIC MI40 QUICK CHANGE","Loc":"Y"},{"Quote":"223672","Line":"3","Company":"1","F_Line":"3","Comment":"COOLANT: INTERNAL THRU SPINDLE & EXTERNAL THRU PIPING","Loc":"Y"},{"Quote":"223672","Line":"3","Company":"1","F_Line":"4","Comment":"ROTATION: OUTPUT IS REVERSAL TO INPUT","Loc":"Y"},{"Quote":"223672","Line":"3","Company":"1","F_Line":"5","Comment":"CENTER HEIGHT: 80MM","Loc":"Y"},{"Quote":"223672","Line":"3","Company":"1","F_Line":"6","Comment":"GEAR RATIO: 1:2 (6500 INPUT = 13000 OUTPUT)","Loc":"Y"},{"Quote":"223672","Line":"3","Company":"1","F_Line":"7","Comment":"DRAWING # 00063776","Loc":"Y"},{"Quote":"223672","Line":"3","Company":"1","F_Line":"8","Comment":"TOOL WEIGHT: APPROX. 8.5 KG","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-08 23:25:55.625 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223334-11082024232555.txt === {"quote":"223334","customer":"13410","name":null,"customerName":"Max Tool Inc.","comp":"01","open":"0","shipto":"SOUTBIRM","shiptoName":"KRATOS SRE, INC","entry_date":"10-22-2024","cust_order_date":"10-22-2024","req_date":"12-03-2024","cust_po":"DMG MORI NLX LIVE TOOLS","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Danny Williams","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"12:36","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Danny Williams","follow_phone":"205-222-0442","follow_email":"danny@maxtoolinc.com","pic_user":"fletcherp","total_amt":"8651.4","total_gp":"5391.08","total_gpm":"62.31","rev_type":"LT","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-22-2024","notes":[{"comp":"1","quote":"223334","line":"1","data":"10-23-2024 08:59 - Discounts Recalculated"},{"comp":"1","quote":"223334","line":"0","data":"10-22-2024 12:38 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223334","line":"1","part":"MNL12-ER32X-OFF","qty":"2","price":"4908.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223334","line":"2","part":"MNL12-ER32Z-MS","qty":"1","price":"4603.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-08 23:26:03.535 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223334-11082024232603.txt === {"quote":"223334","customer":"13410","name":null,"customerName":"Max Tool Inc.","comp":"01","open":"0","shipto":"SOUTBIRM","shiptoName":"KRATOS SRE, INC","entry_date":"10-22-2024","cust_order_date":"10-22-2024","req_date":"12-03-2024","cust_po":"DMG MORI NLX LIVE TOOLS","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Danny Williams","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"12:36","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Danny Williams","follow_phone":"205-222-0442","follow_email":"danny@maxtoolinc.com","pic_user":"fletcherp","total_amt":"8651.4","total_gp":"5391.08","total_gpm":"62.31","rev_type":"LT","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"223334","line":"1","data":"10-23-2024 08:59 - Discounts Recalculated"},{"comp":"1","quote":"223334","line":"0","data":"10-22-2024 12:38 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223334,"Line":0,"Comment":"11/08/2024 11:25 PM - fletcherp - F/U changed from 11/04/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223334,"Line":1,"Comment":"11/08/2024 11:26 PM - fletcherp - CLO changed from 11/22/2024 to 11/30/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223334","line":"1","part":"MNL12-ER32X-OFF","qty":"2","price":"4908.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223334","line":"2","part":"MNL12-ER32Z-MS","qty":"1","price":"4603.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-08 23:26:26.160 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223673-11082024232625.txt === {"quote":"223673","customer":"3525","name":null,"customerName":"Cline Tool & Service Company","comp":"01","open":"0","shipto":"MAHLMOMO","shiptoName":"MAHLE ENGINE COMPONENTS","entry_date":"10-29-2024","cust_order_date":"10-23-2024","req_date":"01-01-2025","cust_po":"SPECIAL BMT68 HYDROFLEX","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"37","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Chris Crawford","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"16:32","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Chris Crawford","follow_phone":"641-792-7081","follow_email":"ccrawford@clinetool.com","pic_user":"fletcherp","total_amt":"119642.02","total_gp":"119642.02","total_gpm":"100.00","rev_type":"LT","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"22","win_pct":"20","clo_date":"12-01-2023","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223673","line":"3","part":"SPECIAL-LV-MI","qty":"2","price":"6024.54","uom":"EA","discount":"0.00","req_date":"18-20 WEEKS ARO","branch":"1"},{"comp":"01","order":"223673","line":"4","part":"SPECIAL-LV-MI","qty":"4","price":"5763.12","uom":"EA","discount":"0.00","req_date":"18-20 WEEKS ARO","branch":"1"},{"comp":"01","order":"223673","line":"5","part":"SPECIAL-LV-MI","qty":"6","price":"5427.01","uom":"EA","discount":"0.00","req_date":"18-20 WEEKS ARO","branch":"1"},{"comp":"01","order":"223673","line":"6","part":"SPECIAL-LV-MI","qty":"10","price":"5197.84","uom":"EA","discount":"0.00","req_date":"18-20 WEEKS ARO","branch":"1"}],"qlines":[{"Quote":"223673","Line":"3","Company":"1","F_Line":"1","Comment":"SHANK: BMT68","Loc":"Y"},{"Quote":"223673","Line":"3","Company":"1","F_Line":"2","Comment":"TOOLING INTERFACE: HYDRO-FLEX 20 HOLDER SYSTEM","Loc":"Y"},{"Quote":"223673","Line":"3","Company":"1","F_Line":"3","Comment":"COOLANT: INTERNAL THRU SPINDLE & EXTERNAL THRU PIPING","Loc":"Y"},{"Quote":"223673","Line":"3","Company":"1","F_Line":"4","Comment":"ROTATION: OUTPUT IS REVERSAL TO INPUT","Loc":"Y"},{"Quote":"223673","Line":"3","Company":"1","F_Line":"5","Comment":"CENTER HEIGHT: 80MM","Loc":"Y"},{"Quote":"223673","Line":"3","Company":"1","F_Line":"6","Comment":"GEAR RATIO: 1:2 (6500 INPUT = 13000 OUTPUT)","Loc":"Y"},{"Quote":"223673","Line":"3","Company":"1","F_Line":"7","Comment":"DRAWING # 00063776-C3","Loc":"Y"},{"Quote":"223673","Line":"3","Company":"1","F_Line":"8","Comment":"TOOL WEIGHT: APPROX. 8.5 KG","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":4}}] 2024-11-08 23:26:37.549 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223679-11082024232637.txt === {"quote":"223679","customer":"13363","name":null,"customerName":"Martin Inc.","comp":"01","open":"1","shipto":"TYLERX","shiptoName":"Tyler Union","entry_date":"10-29-2024","cust_order_date":"10-29-2024","req_date":"12-10-2024","cust_po":"CAT50 EM SM HOLDERS","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Mike Putnam","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"20:53","extra":"","follow_up":"11-04-2024","web_id":"","follow_name":"Mike Putnam","follow_phone":"","follow_email":"mputnam@martinsupply.com","pic_user":"fletcherp","total_amt":"1969.38","total_gp":"951.42","total_gpm":"48.31","rev_type":"STD","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"2","totalQty":"14","win_pct":"20","clo_date":"11-29-2024","notes":[{"comp":"1","quote":"223679","line":"2","data":"10-29-2024 20:57 - Discounts Recalculated"},{"comp":"1","quote":"223679","line":"1","data":"10-29-2024 20:57 - Discounts Recalculated"},{"comp":"1","quote":"223679","line":"0","data":"10-29-2024 20:57 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223679","line":"1","part":"C5001-1000-4.00CP","qty":"1","price":"271.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223679","line":"2","part":"C5001-1000-8.00CP","qty":"1","price":"341.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223679","line":"3","part":"C5001-1250-4.00CP","qty":"1","price":"289.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223679","line":"4","part":"C5001-1250-8.00CP","qty":"1","price":"357.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223679","line":"5","part":"C5001-1500-4.00CP","qty":"1","price":"272.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223679","line":"6","part":"C5006-0750-4.00","qty":"1","price":"207.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223679","line":"7","part":"C5006-0750-6.00","qty":"1","price":"242.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223679","line":"8","part":"C5006-0750-8.00","qty":"1","price":"263.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223679","line":"9","part":"C5006-1000-4.00","qty":"1","price":"183.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223679","line":"10","part":"C5006-1000-6.00","qty":"1","price":"233.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223679","line":"11","part":"C5006-1000-8.00","qty":"1","price":"263.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223679","line":"12","part":"C5006-1250-4.00","qty":"1","price":"213.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223679","line":"13","part":"C5006-1250-6.00","qty":"1","price":"236.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223679","line":"14","part":"C5006-1250-8.00","qty":"1","price":"277.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":14}}] 2024-11-08 23:27:01.450 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223418-11082024232701.txt === {"quote":"223418","customer":"13410","name":null,"customerName":"Max Tool Inc.","comp":"01","open":"1","shipto":"HUNTARAB","shiptoName":"Hunt Design","entry_date":"10-23-2024","cust_order_date":"10-23-2024","req_date":"12-04-2024","cust_po":"BMT65 SK LIVE TOOLS","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Joe Manville","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"13:01","extra":"","follow_up":"11-05-2024","web_id":"","follow_name":"Joe Manville","follow_phone":"256-859-3100","follow_email":"joe.manville@maxtoolinc.com","pic_user":"fletcherp","total_amt":"5110.20","total_gp":"2525.79","total_gpm":"49.43","rev_type":"LT","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"2","totalQty":"4","win_pct":"20","clo_date":"11-23-2024","notes":[{"comp":"1","quote":"223418","line":"1","data":"10-23-2024 13:03 - Discounts Recalculated"},{"comp":"1","quote":"223418","line":"0","data":"10-23-2024 13:02 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223418","line":"1","part":"BMT65-SK20X-ICE","qty":"3","price":"2839.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223418","line":"2","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223418","Line":"2","Company":"1","F_Line":"1","Comment":"ADDITIONAL 10% DISCOUNT FROM IMTS PROMO","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-08 23:27:10.151 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223742-11082024232709.txt === {"quote":"223742","customer":"10015","name":null,"customerName":"Ellison(GA,NC,SC,TN)","comp":"01","open":"0","shipto":"MCKEMCMC","shiptoName":"McKenzie Valve & Machining, LLC","entry_date":"10-30-2024","cust_order_date":"10-30-2024","req_date":"12-11-2024","cust_po":"BMT65 STATIC TOOLING","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Jared Jobbins","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"23:02","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Jared Jobbins","follow_phone":"","follow_email":"jjobbins@ellisontechnologies.com","pic_user":"fletcherp","total_amt":"2583.6","total_gp":"1378.50","total_gpm":"53.36","rev_type":"LT","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"6","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"223742","line":"0","data":"10-30-2024 23:03 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223742","line":"1","part":"BMT65-OD10X","qty":"1","price":"664.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223742","line":"2","part":"BMT65-BG20Z-C-72","qty":"1","price":"825.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223742","line":"3","part":"BMT65-BG20Z-C-72","qty":"1","price":"825.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223742","line":"4","part":"BMT65-OD10X","qty":"1","price":"664.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223742","line":"5","part":"BMT65-OD10X","qty":"1","price":"664.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223742","line":"6","part":"BMT65-OD10X","qty":"1","price":"664.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"223742","Line":"1","Company":"1","F_Line":"1","Comment":"TOOL #1","Loc":"Y"},{"Quote":"223742","Line":"2","Company":"1","F_Line":"1","Comment":"TOOL #5","Loc":"Y"},{"Quote":"223742","Line":"3","Company":"1","F_Line":"1","Comment":"TOOL #3","Loc":"Y"},{"Quote":"223742","Line":"4","Company":"1","F_Line":"1","Comment":"TOOL #7","Loc":"Y"},{"Quote":"223742","Line":"5","Company":"1","F_Line":"1","Comment":"TOOL #9","Loc":"Y"},{"Quote":"223742","Line":"6","Company":"1","F_Line":"1","Comment":"TOOL #11","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":6}}] 2024-11-08 23:27:19.113 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223743-11082024232718.txt === {"quote":"223743","customer":"10015","name":null,"customerName":"Ellison(GA,NC,SC,TN)","comp":"01","open":"0","shipto":"MCKEMCMC","shiptoName":"McKenzie Valve & Machining, LLC","entry_date":"10-30-2024","cust_order_date":"10-30-2024","req_date":"12-11-2024","cust_po":"DNM750/50 TOOLING","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Jared Jobbins","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"23:23","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Jared Jobbins","follow_phone":"","follow_email":"jjobbins@ellisontechnologies.com","pic_user":"fletcherp","total_amt":"2679.0","total_gp":"1378.09","total_gpm":"51.44","rev_type":"STD","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"19","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"223743","line":"1","data":"10-30-2024 23:51 - Discounts Recalculated"},{"comp":"1","quote":"223743","line":"0","data":"10-30-2024 23:25 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223743","line":"1","part":"NC5001-0750-4.00CP","qty":"1","price":"423.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223743","line":"2","part":"NC5006-0750-3.00CP","qty":"1","price":"372.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223743","line":"3","part":"NC5006-0750-3.00CP","qty":"1","price":"372.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223743","line":"4","part":"NC5006-0625-3.00CP","qty":"1","price":"372.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223743","line":"5","part":"NC5006-0625-3.00CP","qty":"1","price":"372.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223743","line":"6","part":"NC5007-0032-4.00G","qty":"1","price":"449.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223743","line":"7","part":"E32-032","qty":"1","price":"52.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223743","line":"8","part":"NC5007-0032-4.00G","qty":"1","price":"449.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223743","line":"9","part":"E32-024","qty":"1","price":"52.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223743","line":"10","part":"NC5006-0625-3.00CP","qty":"1","price":"372.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223743","line":"11","part":"NC5007-0032-4.00G","qty":"1","price":"449.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223743","line":"12","part":"E32-032","qty":"1","price":"52.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223743","line":"13","part":"NC5006-1250-4.00CP","qty":"1","price":"337.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223743","line":"14","part":"NC5007-0016-6.00G","qty":"1","price":"501.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223743","line":"15","part":"E16-024","qty":"1","price":"42.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223743","line":"16","part":"NC5007-0032-4.00G","qty":"1","price":"449.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223743","line":"17","part":"E32-032","qty":"1","price":"52.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223743","line":"18","part":"E11-EXT-500","qty":"1","price":"148.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223743","line":"19","part":"E11-118","qty":"1","price":"43.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"223743","Line":"1","Company":"1","F_Line":"1","Comment":"TOOL #2","Loc":"Y"},{"Quote":"223743","Line":"2","Company":"1","F_Line":"1","Comment":"TOOL #4","Loc":"Y"},{"Quote":"223743","Line":"3","Company":"1","F_Line":"1","Comment":"TOOL #17","Loc":"Y"},{"Quote":"223743","Line":"4","Company":"1","F_Line":"1","Comment":"TOOL #8","Loc":"Y"},{"Quote":"223743","Line":"5","Company":"1","F_Line":"1","Comment":"TOOL #13","Loc":"Y"},{"Quote":"223743","Line":"6","Company":"1","F_Line":"1","Comment":"TOOL #9","Loc":"Y"},{"Quote":"223743","Line":"7","Company":"1","F_Line":"1","Comment":"COLLET FOR TOOL #9","Loc":"Y"},{"Quote":"223743","Line":"8","Company":"1","F_Line":"1","Comment":"TOOL #11","Loc":"Y"},{"Quote":"223743","Line":"9","Company":"1","F_Line":"1","Comment":"COLLET FOR TOOL #11","Loc":"Y"},{"Quote":"223743","Line":"10","Company":"1","F_Line":"1","Comment":"TOOL #12","Loc":"Y"},{"Quote":"223743","Line":"11","Company":"1","F_Line":"1","Comment":"TOOL #14","Loc":"Y"},{"Quote":"223743","Line":"12","Company":"1","F_Line":"1","Comment":"COLLET FOR TOOL #14","Loc":"Y"},{"Quote":"223743","Line":"13","Company":"1","F_Line":"1","Comment":"TOOL #15","Loc":"Y"},{"Quote":"223743","Line":"14","Company":"1","F_Line":"1","Comment":"TOOL #20","Loc":"Y"},{"Quote":"223743","Line":"15","Company":"1","F_Line":"1","Comment":"COLLET FOR TOOL #20","Loc":"Y"},{"Quote":"223743","Line":"16","Company":"1","F_Line":"1","Comment":"TOOL #16","Loc":"Y"},{"Quote":"223743","Line":"17","Company":"1","F_Line":"1","Comment":"COLLET FOR HOLDING 1/2 EXTENION ON TOOL #16","Loc":"Y"},{"Quote":"223743","Line":"18","Company":"1","F_Line":"1","Comment":"EXTENSION FOR TOOL #16","Loc":"Y"},{"Quote":"223743","Line":"19","Company":"1","F_Line":"1","Comment":"COLLET FOR DRILL IN EXTENSION FOR TOOL #16","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":19}}] 2024-11-08 23:27:28.461 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223787-11082024232728.txt === {"quote":"223787","customer":"1340","name":null,"customerName":"Metal Removal Technologies","comp":"01","open":"0","shipto":"METALREM","shiptoName":"Metal Removal Technologies-Bartlett","entry_date":"10-31-2024","cust_order_date":"10-31-2024","req_date":"12-12-2024","cust_po":"MAZAK VC EZ-32 TOOLS","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"26","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Josh Thomas","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"14:31","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Josh Thomas","follow_phone":"501-288-0573","follow_email":"jthomas@metal-removal.com","pic_user":"fletcherp","total_amt":"3302.5","total_gp":"1656.76","total_gpm":"50.17","rev_type":"STD","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"43","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"223787","line":"1","data":"10-31-2024 14:41 - Discounts Recalculated QS"},{"comp":"1","quote":"223787","line":"0","data":"10-31-2024 14:37 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223787","line":"1","part":"C40R5-0562-2.84","qty":"2","price":"353.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223787","line":"2","part":"C40R5-0875-3.50","qty":"2","price":"363.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223787","line":"3","part":"NT05-010","qty":"1","price":"48.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223787","line":"4","part":"NT05-012","qty":"1","price":"48.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223787","line":"5","part":"NT05-016","qty":"1","price":"48.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223787","line":"6","part":"NT05-020","qty":"1","price":"48.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223787","line":"7","part":"NT05-024","qty":"1","price":"48.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223787","line":"8","part":"NT05-028","qty":"1","price":"48.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223787","line":"9","part":"NT10-032","qty":"1","price":"75.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223787","line":"10","part":"NT10-036","qty":"1","price":"75.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223787","line":"11","part":"NT10-040","qty":"1","price":"75.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223787","line":"12","part":"NT10-044","qty":"1","price":"75.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223787","line":"13","part":"NT10-048","qty":"1","price":"75.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223787","line":"14","part":"E32-SET-21","qty":"2","price":"1092.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223787","line":"15","part":"CAT40-ER32-2.76","qty":"2","price":"209.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223787","line":"16","part":"CAT40-ER32-4.00","qty":"2","price":"209.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223787","line":"17","part":"CAT40-ER32-6.00","qty":"1","price":"209.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223787","line":"18","part":"C4006-0750-1.75","qty":"1","price":"123.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223787","line":"19","part":"C4001-1250-2.00CP","qty":"1","price":"166.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223787","line":"20","part":"C4001-1000-1.75CP","qty":"1","price":"133.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223787","line":"21","part":"C4001-0750-1.75CP","qty":"1","price":"130.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223787","line":"22","part":"C4001-0500-1.75CP","qty":"1","price":"130.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223787","line":"23","part":"C4006-1000-2.00","qty":"1","price":"134.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223787","line":"24","part":"C40-STD-SOLID","qty":"15","price":"31.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":24}}] 2024-11-08 23:27:36.744 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223833-11082024232736.txt === {"quote":"223833","customer":"1340","name":null,"customerName":"Metal Removal Technologies","comp":"01","open":"1","shipto":"PATHMEMP","shiptoName":"Pathway Precision Manufacturing","entry_date":"11-01-2024","cust_order_date":"11-01-2024","req_date":"12-13-2024","cust_po":"15/32 3J COLLET","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"26","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Gabe Davis","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"12:10","extra":"","follow_up":"11-07-2024","web_id":"","follow_name":"Gabe Davis","follow_phone":"901-421-5607","follow_email":"gdavis@metal-removal.com","pic_user":"fletcherp","total_amt":"47","total_gp":"12.91","total_gpm":"27.47","rev_type":"STD","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"2","totalQty":"1","win_pct":"20","clo_date":"12-01-2024","notes":[{"comp":"1","quote":"223833","line":"1","data":"11-01-2024 12:34 - Created Order# 994126"},{"comp":"1","quote":"223833","line":"0","data":"11-01-2024 12:11 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223833","line":"1","part":"300-030","qty":"1","price":"94.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-08 23:28:08.148 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223842-11082024232807.txt === {"quote":"223842","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"BKARABB","shiptoName":"B-K Manufacturing","entry_date":"11-01-2024","cust_order_date":"11-01-2024","req_date":"12-13-2024","cust_po":"HWACHEON 90 DEG LT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Ross Kinstler","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"14:00","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Ross Kinstler","follow_phone":"","follow_email":"ross@afi-tools.com","pic_user":"fletcherp","total_amt":"6350.68","total_gp":"1458.06","total_gpm":"22.96","rev_type":"LT","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-01-2024","notes":[{"comp":"1","quote":"223842","line":"0","data":"11-01-2024 14:06 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223842","line":"1","part":"BMT85-C5Z-85-ICE","qty":"1","price":"6274.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"223842","line":"3","part":"PS-132","qty":"1","price":"142.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-08 23:28:21.370 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222159-11082024232821.txt === {"quote":"222159","customer":"9569","name":null,"customerName":"Industrial Tooling & Supply","comp":"01","open":"0","shipto":"QUINCYCO","shiptoName":"Quincy Compressor","entry_date":"09-26-2024","cust_order_date":"09-26-2024","req_date":"11-09-2024","cust_po":"356+ Presetter","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tom Millenbaugh","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"14:17","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Tom Millenbaugh","follow_phone":"251-272-0019","follow_email":"tmillenbaugh@its-supply.com","pic_user":"fletcherp","total_amt":"13482.00","total_gp":"5646.82","total_gpm":"41.88","rev_type":"ADV","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"8","win_pct":"20","clo_date":"11-09-2024","notes":[{"comp":"1","quote":"222159","line":"0","data":"09-26-2024 14:17 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222159,"Line":0,"Comment":"10/18/2024 9:36 PM - fletcherp - F/U changed from 10/09/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222159,"Line":1,"Comment":"10/25/2024 9:24 PM - fletcherp - F/U changed from 10/26/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222159,"Line":2,"Comment":"10/25/2024 9:25 PM - fletcherp - CLO changed from 10/26/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":222159,"Line":3,"Comment":"10/25/2024 9:25 PM - fletcherp - CLO changed from 11/02/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":222159,"Line":4,"Comment":"10/25/2024 9:25 PM - fletcherp - Req Date changed from 11/07/2024 to 11/09/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222159","line":"1","part":"PRE-E356PLUS-I50","qty":"1","price":"18200.00","uom":"EA","discount":"30.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"222159","line":"2","part":"PRE-GAUGE-C50","qty":"1","price":"760.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222159","line":"3","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222159","line":"4","part":"PRE-PRNT-ROLL-QL800","qty":"2","price":"30.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222159","line":"5","part":"PRE-INST/TRAINING","qty":"1","price":"1500.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"222159","line":"6","part":"PROMOTION-IMTS24PRE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"222159","line":"7","part":"TOOL-CERT","qty":"1","price":"1000.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222159","Line":"5","Company":"1","F_Line":"1","Comment":"8 HOURS PRESETTER SETUP AND TRAINING","Loc":"Y"},{"Quote":"222159","Line":"5","Company":"1","F_Line":"2","Comment":"INCLUDED AT NO COST TO ITS OR QUINCY COMPRESSORS","Loc":"Y"},{"Quote":"222159","Line":"6","Company":"1","F_Line":"1","Comment":"$1000 FREE TOOLING CERTIFICATE IMTS PROMOTION","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-08 23:28:30.099 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222159-11082024232829.txt === {"quote":"222159","customer":"9569","name":null,"customerName":"Industrial Tooling & Supply","comp":"01","open":"0","shipto":"QUINCYCO","shiptoName":"Quincy Compressor","entry_date":"09-26-2024","cust_order_date":"09-26-2024","req_date":"11-09-2024","cust_po":"356+ Presetter","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tom Millenbaugh","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"14:17","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Tom Millenbaugh","follow_phone":"251-272-0019","follow_email":"tmillenbaugh@its-supply.com","pic_user":"fletcherp","total_amt":"13482.00","total_gp":"5646.82","total_gpm":"41.88","rev_type":"ADV","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"8","win_pct":"20","clo_date":"11-23-2024","notes":[{"comp":"1","quote":"222159","line":"0","data":"09-26-2024 14:17 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222159,"Line":0,"Comment":"10/18/2024 9:36 PM - fletcherp - F/U changed from 10/09/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222159,"Line":1,"Comment":"10/25/2024 9:24 PM - fletcherp - F/U changed from 10/26/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222159,"Line":2,"Comment":"10/25/2024 9:25 PM - fletcherp - CLO changed from 10/26/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":222159,"Line":3,"Comment":"10/25/2024 9:25 PM - fletcherp - CLO changed from 11/02/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":222159,"Line":4,"Comment":"10/25/2024 9:25 PM - fletcherp - Req Date changed from 11/07/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":222159,"Line":5,"Comment":"11/08/2024 11:28 PM - fletcherp - F/U changed from 11/09/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222159,"Line":6,"Comment":"11/08/2024 11:28 PM - fletcherp - CLO changed from 11/09/2024 to 11/23/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222159","line":"1","part":"PRE-E356PLUS-I50","qty":"1","price":"18200.00","uom":"EA","discount":"30.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"222159","line":"2","part":"PRE-GAUGE-C50","qty":"1","price":"760.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222159","line":"3","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222159","line":"4","part":"PRE-PRNT-ROLL-QL800","qty":"2","price":"30.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222159","line":"5","part":"PRE-INST/TRAINING","qty":"1","price":"1500.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"222159","line":"6","part":"PROMOTION-IMTS24PRE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"222159","line":"7","part":"TOOL-CERT","qty":"1","price":"1000.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222159","Line":"5","Company":"1","F_Line":"1","Comment":"8 HOURS PRESETTER SETUP AND TRAINING","Loc":"Y"},{"Quote":"222159","Line":"5","Company":"1","F_Line":"2","Comment":"INCLUDED AT NO COST TO ITS OR QUINCY COMPRESSORS","Loc":"Y"},{"Quote":"222159","Line":"6","Company":"1","F_Line":"1","Comment":"$1000 FREE TOOLING CERTIFICATE IMTS PROMOTION","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-08 23:28:36.154 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222159-11082024232835.txt === {"quote":"222159","customer":"9569","name":null,"customerName":"Industrial Tooling & Supply","comp":"01","open":"0","shipto":"QUINCYCO","shiptoName":"Quincy Compressor","entry_date":"09-26-2024","cust_order_date":"09-26-2024","req_date":"11-23-2024","cust_po":"356+ Presetter","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tom Millenbaugh","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"14:17","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Tom Millenbaugh","follow_phone":"251-272-0019","follow_email":"tmillenbaugh@its-supply.com","pic_user":"fletcherp","total_amt":"13482.00","total_gp":"5646.82","total_gpm":"41.88","rev_type":"ADV","mod_date":"11-08-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"8","win_pct":"20","clo_date":"11-23-2024","notes":[{"comp":"1","quote":"222159","line":"0","data":"09-26-2024 14:17 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222159,"Line":0,"Comment":"10/18/2024 9:36 PM - fletcherp - F/U changed from 10/09/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222159,"Line":1,"Comment":"10/25/2024 9:24 PM - fletcherp - F/U changed from 10/26/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222159,"Line":2,"Comment":"10/25/2024 9:25 PM - fletcherp - CLO changed from 10/26/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":222159,"Line":3,"Comment":"10/25/2024 9:25 PM - fletcherp - CLO changed from 11/02/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":222159,"Line":4,"Comment":"10/25/2024 9:25 PM - fletcherp - Req Date changed from 11/07/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":222159,"Line":5,"Comment":"11/08/2024 11:28 PM - fletcherp - F/U changed from 11/09/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222159,"Line":6,"Comment":"11/08/2024 11:28 PM - fletcherp - CLO changed from 11/09/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":222159,"Line":7,"Comment":"11/08/2024 11:28 PM - fletcherp - Req Date changed from 11/09/2024 to 11/23/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222159","line":"1","part":"PRE-E356PLUS-I50","qty":"1","price":"18200.00","uom":"EA","discount":"30.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"222159","line":"2","part":"PRE-GAUGE-C50","qty":"1","price":"760.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222159","line":"3","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222159","line":"4","part":"PRE-PRNT-ROLL-QL800","qty":"2","price":"30.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222159","line":"5","part":"PRE-INST/TRAINING","qty":"1","price":"1500.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"222159","line":"6","part":"PROMOTION-IMTS24PRE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"222159","line":"7","part":"TOOL-CERT","qty":"1","price":"1000.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222159","Line":"5","Company":"1","F_Line":"1","Comment":"8 HOURS PRESETTER SETUP AND TRAINING","Loc":"Y"},{"Quote":"222159","Line":"5","Company":"1","F_Line":"2","Comment":"INCLUDED AT NO COST TO ITS OR QUINCY COMPRESSORS","Loc":"Y"},{"Quote":"222159","Line":"6","Company":"1","F_Line":"1","Comment":"$1000 FREE TOOLING CERTIFICATE IMTS PROMOTION","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-09 01:27:54.896 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-09 02:24:04.616 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-09 06:00:51.116 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-09 06:50:06.488 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-09 07:32:45.954 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-09 10:16:36.414 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-09 10:20:35.908 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.181851918395, -111.606121574205, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.181851918395, -111.606121574205, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.287054 second/s. 2024-11-09 10:20:44.159 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.1825060956489, -111.605854528129, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.1825060956489, -111.605854528129, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1967865 second/s. 2024-11-09 10:28:54.346 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.182254709152, -111.604421018665, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.182254709152, -111.604421018665, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1658497 second/s. 2024-11-09 10:31:03.610 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.1826705152084, -111.602685685414, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.1826705152084, -111.602685685414, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2000863 second/s. 2024-11-09 10:32:54.216 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.1825270037867, -111.605848559128, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.1825270037867, -111.605848559128, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2305176 second/s. 2024-11-09 10:55:00.359 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.1835872536872, -111.604942176637, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.1835872536872, -111.604942176637, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1588896 second/s. 2024-11-09 11:02:10.901 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.1828864664149, -111.606069775402, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.1828864664149, -111.606069775402, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2732532 second/s. 2024-11-09 11:27:19.460 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.1850034062083, -111.606771533814, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.1850034062083, -111.606771533814, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.199481 second/s. 2024-11-09 14:03:30.168 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(37.906722868828, -83.968693027351, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(37.906722868828, -83.968693027351, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1600973 second/s. 2024-11-09 14:04:43.841 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(37.8633448623168, -83.93916473979, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(37.8633448623168, -83.93916473979, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 40 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1949569 second/s. 2024-11-09 14:45:25.426 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(37.7624571975672, -83.3319801092924, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(37.7624571975672, -83.3319801092924, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1993201 second/s. 2024-11-09 23:42:29.223 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-10 04:06:18.098 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-10 06:28:19.570 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-10 14:30:38.497 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-216837-11102024143038.txt === {"quote":"216837","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"MDICGILB","shiptoName":"MDI-CO","entry_date":"05-30-2024","cust_order_date":"05-30-2024","req_date":"10-21-2024","cust_po":"TC# 4720-HSK63A PROJECT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"11:44","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"19943.00","total_gp":"15584.67","total_gpm":"78.15","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"43","win_pct":"20","clo_date":"10-21-2024","notes":[{"comp":"1","quote":"216837","line":"0","data":"05-30-2024 11:46 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":216837,"Line":0,"Comment":"06/06/2024 12:07 PM - francescof - Encounter has been added"},{"comp":1,"quote":216837,"Line":1,"Comment":"06/06/2024 12:37 PM - francescof - F/U changed from 06/05/2024 to 6/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216837,"Line":2,"Comment":"06/17/2024 5:27 AM - francescof - F/U changed from 06/14/2024 to 6/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216837,"Line":3,"Comment":"06/24/2024 5:06 AM - francescof - F/U changed from 06/21/2024 to 6/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216837,"Line":4,"Comment":"07/01/2024 5:58 AM - francescof - CLO changed from 06/30/2024 to 07/05/2024 (CLO Date Updated)"},{"comp":1,"quote":216837,"Line":5,"Comment":"07/01/2024 5:58 AM - francescof - F/U changed from 06/28/2024 to 7/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216837,"Line":6,"Comment":"07/15/2024 6:24 AM - francescof - Req Date changed from 07/11/2024 to 07/19/2024 (Req Date Updated)"},{"comp":1,"quote":216837,"Line":7,"Comment":"07/15/2024 6:25 AM - francescof - CLO changed from 07/05/2024 to 07/19/2024 (CLO Date Updated)"},{"comp":1,"quote":216837,"Line":8,"Comment":"07/15/2024 6:25 AM - francescof - F/U changed from 07/05/2024 to 7/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216837,"Line":9,"Comment":"08/07/2024 3:13 AM - francescof - Encounter has been added"},{"comp":1,"quote":216837,"Line":10,"Comment":"08/09/2024 1:44 PM - francescof - Req Date changed from 07/19/2024 to 08/19/2024 (Req Date Updated)"},{"comp":1,"quote":216837,"Line":11,"Comment":"08/09/2024 1:45 PM - francescof - CLO changed from 07/19/2024 to 08/19/2024 (CLO Date Updated)"},{"comp":1,"quote":216837,"Line":12,"Comment":"08/09/2024 1:45 PM - francescof - F/U changed from 07/19/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216837,"Line":13,"Comment":"08/26/2024 1:52 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216837,"Line":14,"Comment":"08/26/2024 1:52 PM - francescof - CLO changed from 08/19/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":216837,"Line":15,"Comment":"08/26/2024 1:52 PM - francescof - Req Date changed from 08/19/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":216837,"Line":16,"Comment":"09/23/2024 3:50 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":216837,"Line":17,"Comment":"09/23/2024 3:50 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":216837,"Line":18,"Comment":"09/23/2024 3:50 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216837,"Line":19,"Comment":"10/14/2024 5:22 AM - francescof - F/U changed from 10/05/2024 to 10/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216837,"Line":20,"Comment":"10/14/2024 5:22 AM - francescof - CLO changed from 10/05/2024 to 10/21/2024 (CLO Date Updated)"},{"comp":1,"quote":216837,"Line":21,"Comment":"10/14/2024 5:22 AM - francescof - Req Date changed from 10/05/2024 to 10/21/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"216837","line":"1","part":"HSK63A-SK16C-120-IDU","qty":"8","price":"581.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216837","line":"2","part":"HSK63A-SK6C-120-IDU","qty":"20","price":"455.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216837","line":"3","part":"HSK63A-ER32-4.00","qty":"5","price":"419.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216837","line":"4","part":"HSK63A-ER16-5.00","qty":"10","price":"410.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-10 14:30:49.323 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-216837-11102024143049.txt === {"quote":"216837","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"MDICGILB","shiptoName":"MDI-CO","entry_date":"05-30-2024","cust_order_date":"05-30-2024","req_date":"10-21-2024","cust_po":"TC# 4720-HSK63A PROJECT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"11:44","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"19943.00","total_gp":"15584.67","total_gpm":"78.15","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"43","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"216837","line":"0","data":"05-30-2024 11:46 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":216837,"Line":0,"Comment":"06/06/2024 12:07 PM - francescof - Encounter has been added"},{"comp":1,"quote":216837,"Line":1,"Comment":"06/06/2024 12:37 PM - francescof - F/U changed from 06/05/2024 to 6/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216837,"Line":2,"Comment":"06/17/2024 5:27 AM - francescof - F/U changed from 06/14/2024 to 6/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216837,"Line":3,"Comment":"06/24/2024 5:06 AM - francescof - F/U changed from 06/21/2024 to 6/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216837,"Line":4,"Comment":"07/01/2024 5:58 AM - francescof - CLO changed from 06/30/2024 to 07/05/2024 (CLO Date Updated)"},{"comp":1,"quote":216837,"Line":5,"Comment":"07/01/2024 5:58 AM - francescof - F/U changed from 06/28/2024 to 7/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216837,"Line":6,"Comment":"07/15/2024 6:24 AM - francescof - Req Date changed from 07/11/2024 to 07/19/2024 (Req Date Updated)"},{"comp":1,"quote":216837,"Line":7,"Comment":"07/15/2024 6:25 AM - francescof - CLO changed from 07/05/2024 to 07/19/2024 (CLO Date Updated)"},{"comp":1,"quote":216837,"Line":8,"Comment":"07/15/2024 6:25 AM - francescof - F/U changed from 07/05/2024 to 7/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216837,"Line":9,"Comment":"08/07/2024 3:13 AM - francescof - Encounter has been added"},{"comp":1,"quote":216837,"Line":10,"Comment":"08/09/2024 1:44 PM - francescof - Req Date changed from 07/19/2024 to 08/19/2024 (Req Date Updated)"},{"comp":1,"quote":216837,"Line":11,"Comment":"08/09/2024 1:45 PM - francescof - CLO changed from 07/19/2024 to 08/19/2024 (CLO Date Updated)"},{"comp":1,"quote":216837,"Line":12,"Comment":"08/09/2024 1:45 PM - francescof - F/U changed from 07/19/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216837,"Line":13,"Comment":"08/26/2024 1:52 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216837,"Line":14,"Comment":"08/26/2024 1:52 PM - francescof - CLO changed from 08/19/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":216837,"Line":15,"Comment":"08/26/2024 1:52 PM - francescof - Req Date changed from 08/19/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":216837,"Line":16,"Comment":"09/23/2024 3:50 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":216837,"Line":17,"Comment":"09/23/2024 3:50 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":216837,"Line":18,"Comment":"09/23/2024 3:50 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216837,"Line":19,"Comment":"10/14/2024 5:22 AM - francescof - F/U changed from 10/05/2024 to 10/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216837,"Line":20,"Comment":"10/14/2024 5:22 AM - francescof - CLO changed from 10/05/2024 to 10/21/2024 (CLO Date Updated)"},{"comp":1,"quote":216837,"Line":21,"Comment":"10/14/2024 5:22 AM - francescof - Req Date changed from 10/05/2024 to 10/21/2024 (Req Date Updated)"},{"comp":1,"quote":216837,"Line":22,"Comment":"11/10/2024 2:30 PM - francescof - F/U changed from 10/21/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216837,"Line":23,"Comment":"11/10/2024 2:30 PM - francescof - CLO changed from 10/21/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"216837","line":"1","part":"HSK63A-SK16C-120-IDU","qty":"8","price":"581.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216837","line":"2","part":"HSK63A-SK6C-120-IDU","qty":"20","price":"455.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216837","line":"3","part":"HSK63A-ER32-4.00","qty":"5","price":"419.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216837","line":"4","part":"HSK63A-ER16-5.00","qty":"10","price":"410.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-10 14:31:00.060 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-216837-11102024143059.txt === {"quote":"216837","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"MDICGILB","shiptoName":"MDI-CO","entry_date":"05-30-2024","cust_order_date":"05-30-2024","req_date":"11-18-2024","cust_po":"TC# 4720-HSK63A PROJECT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"11:44","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"19943.00","total_gp":"15584.67","total_gpm":"78.15","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"43","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"216837","line":"0","data":"05-30-2024 11:46 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":216837,"Line":0,"Comment":"06/06/2024 12:07 PM - francescof - Encounter has been added"},{"comp":1,"quote":216837,"Line":1,"Comment":"06/06/2024 12:37 PM - francescof - F/U changed from 06/05/2024 to 6/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216837,"Line":2,"Comment":"06/17/2024 5:27 AM - francescof - F/U changed from 06/14/2024 to 6/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216837,"Line":3,"Comment":"06/24/2024 5:06 AM - francescof - F/U changed from 06/21/2024 to 6/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216837,"Line":4,"Comment":"07/01/2024 5:58 AM - francescof - CLO changed from 06/30/2024 to 07/05/2024 (CLO Date Updated)"},{"comp":1,"quote":216837,"Line":5,"Comment":"07/01/2024 5:58 AM - francescof - F/U changed from 06/28/2024 to 7/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216837,"Line":6,"Comment":"07/15/2024 6:24 AM - francescof - Req Date changed from 07/11/2024 to 07/19/2024 (Req Date Updated)"},{"comp":1,"quote":216837,"Line":7,"Comment":"07/15/2024 6:25 AM - francescof - CLO changed from 07/05/2024 to 07/19/2024 (CLO Date Updated)"},{"comp":1,"quote":216837,"Line":8,"Comment":"07/15/2024 6:25 AM - francescof - F/U changed from 07/05/2024 to 7/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216837,"Line":9,"Comment":"08/07/2024 3:13 AM - francescof - Encounter has been added"},{"comp":1,"quote":216837,"Line":10,"Comment":"08/09/2024 1:44 PM - francescof - Req Date changed from 07/19/2024 to 08/19/2024 (Req Date Updated)"},{"comp":1,"quote":216837,"Line":11,"Comment":"08/09/2024 1:45 PM - francescof - CLO changed from 07/19/2024 to 08/19/2024 (CLO Date Updated)"},{"comp":1,"quote":216837,"Line":12,"Comment":"08/09/2024 1:45 PM - francescof - F/U changed from 07/19/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216837,"Line":13,"Comment":"08/26/2024 1:52 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216837,"Line":14,"Comment":"08/26/2024 1:52 PM - francescof - CLO changed from 08/19/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":216837,"Line":15,"Comment":"08/26/2024 1:52 PM - francescof - Req Date changed from 08/19/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":216837,"Line":16,"Comment":"09/23/2024 3:50 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":216837,"Line":17,"Comment":"09/23/2024 3:50 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":216837,"Line":18,"Comment":"09/23/2024 3:50 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216837,"Line":19,"Comment":"10/14/2024 5:22 AM - francescof - F/U changed from 10/05/2024 to 10/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216837,"Line":20,"Comment":"10/14/2024 5:22 AM - francescof - CLO changed from 10/05/2024 to 10/21/2024 (CLO Date Updated)"},{"comp":1,"quote":216837,"Line":21,"Comment":"10/14/2024 5:22 AM - francescof - Req Date changed from 10/05/2024 to 10/21/2024 (Req Date Updated)"},{"comp":1,"quote":216837,"Line":22,"Comment":"11/10/2024 2:30 PM - francescof - F/U changed from 10/21/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216837,"Line":23,"Comment":"11/10/2024 2:30 PM - francescof - CLO changed from 10/21/2024 to 11/18/2024 (CLO Date Updated)"},{"comp":1,"quote":216837,"Line":24,"Comment":"11/10/2024 2:30 PM - francescof - Req Date changed from 10/21/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"216837","line":"1","part":"HSK63A-SK16C-120-IDU","qty":"8","price":"581.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216837","line":"2","part":"HSK63A-SK6C-120-IDU","qty":"20","price":"455.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216837","line":"3","part":"HSK63A-ER32-4.00","qty":"5","price":"419.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216837","line":"4","part":"HSK63A-ER16-5.00","qty":"10","price":"410.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-10 14:31:07.537 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222325-11102024143107.txt === {"quote":"222325","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"NNTCITAS","shiptoName":"PTSolutions - Itasca","entry_date":"10-01-2024","cust_order_date":"10-01-2024","req_date":"11-12-2024","cust_po":"E356+ 22\" TRAVEL","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Rob Bayne","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"09:13","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Rob Bayne","follow_phone":"586-755-7770","follow_email":"Robbayne@pts-tools.com","pic_user":"francescof","total_amt":"16952","total_gp":"8418.04","total_gpm":"49.66","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"10","win_pct":"20","clo_date":"11-01-2024","notes":[{"comp":"1","quote":"222325","line":"0","data":"10-01-2024 09:39 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222325,"Line":0,"Comment":"10/14/2024 5:38 AM - francescof - F/U changed from 10/14/2024 to 10/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222325,"Line":1,"Comment":"10/21/2024 9:13 AM - francescof - F/U changed from 10/15/2024 to 10/23/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222325","line":"1","part":"PRE-E356PLUS-I40","qty":"1","price":"18200.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222325","line":"2","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222325","line":"3","part":"PRE-INST/TRAINING","qty":"1","price":"1900.00","uom":"EA","discount":"100.00","req_date":"TBD","branch":"1"},{"comp":"01","order":"222325","line":"5","part":"PRE-E346PLUS-STD","qty":"1","price":"1940.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222325","line":"6","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222325","line":"7","part":"PRE-PRNT-ROLL-QL800","qty":"5","price":"30.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222325","Line":"1","Company":"1","F_Line":"1","Comment":"PRESETTER HAS 22 OF Z TRAVEL","Loc":"Y"}],"qcomms":[{"Quote":"222325","Line":"0","Comment":"ONCE INVOICED THESE ITEMS MAY NOT BE EXCHANGED"},{"Quote":"222325","Line":"1","Comment":"OR RETURNED."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-10 14:31:14.585 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222325-11102024143114.txt === {"quote":"222325","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"NNTCITAS","shiptoName":"PTSolutions - Itasca","entry_date":"10-01-2024","cust_order_date":"10-01-2024","req_date":"11-12-2024","cust_po":"E356+ 22\" TRAVEL","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Rob Bayne","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"09:13","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Rob Bayne","follow_phone":"586-755-7770","follow_email":"Robbayne@pts-tools.com","pic_user":"francescof","total_amt":"16952","total_gp":"8418.04","total_gpm":"49.66","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"10","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"222325","line":"0","data":"10-01-2024 09:39 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222325,"Line":0,"Comment":"10/14/2024 5:38 AM - francescof - F/U changed from 10/14/2024 to 10/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222325,"Line":1,"Comment":"10/21/2024 9:13 AM - francescof - F/U changed from 10/15/2024 to 10/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222325,"Line":2,"Comment":"11/10/2024 2:31 PM - francescof - F/U changed from 10/23/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222325,"Line":3,"Comment":"11/10/2024 2:31 PM - francescof - CLO changed from 11/01/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222325","line":"1","part":"PRE-E356PLUS-I40","qty":"1","price":"18200.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222325","line":"2","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222325","line":"3","part":"PRE-INST/TRAINING","qty":"1","price":"1900.00","uom":"EA","discount":"100.00","req_date":"TBD","branch":"1"},{"comp":"01","order":"222325","line":"5","part":"PRE-E346PLUS-STD","qty":"1","price":"1940.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222325","line":"6","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222325","line":"7","part":"PRE-PRNT-ROLL-QL800","qty":"5","price":"30.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222325","Line":"1","Company":"1","F_Line":"1","Comment":"PRESETTER HAS 22 OF Z TRAVEL","Loc":"Y"}],"qcomms":[{"Quote":"222325","Line":"0","Comment":"ONCE INVOICED THESE ITEMS MAY NOT BE EXCHANGED"},{"Quote":"222325","Line":"1","Comment":"OR RETURNED."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-10 14:31:20.882 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222325-11102024143120.txt === {"quote":"222325","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"NNTCITAS","shiptoName":"PTSolutions - Itasca","entry_date":"10-01-2024","cust_order_date":"10-01-2024","req_date":"11-18-2024","cust_po":"E356+ 22\" TRAVEL","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Rob Bayne","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"09:13","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Rob Bayne","follow_phone":"586-755-7770","follow_email":"Robbayne@pts-tools.com","pic_user":"francescof","total_amt":"16952","total_gp":"8418.04","total_gpm":"49.66","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"10","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"222325","line":"0","data":"10-01-2024 09:39 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222325,"Line":0,"Comment":"10/14/2024 5:38 AM - francescof - F/U changed from 10/14/2024 to 10/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222325,"Line":1,"Comment":"10/21/2024 9:13 AM - francescof - F/U changed from 10/15/2024 to 10/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222325,"Line":2,"Comment":"11/10/2024 2:31 PM - francescof - F/U changed from 10/23/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222325,"Line":3,"Comment":"11/10/2024 2:31 PM - francescof - CLO changed from 11/01/2024 to 11/18/2024 (CLO Date Updated)"},{"comp":1,"quote":222325,"Line":4,"Comment":"11/10/2024 2:31 PM - francescof - Req Date changed from 11/12/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222325","line":"1","part":"PRE-E356PLUS-I40","qty":"1","price":"18200.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222325","line":"2","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222325","line":"3","part":"PRE-INST/TRAINING","qty":"1","price":"1900.00","uom":"EA","discount":"100.00","req_date":"TBD","branch":"1"},{"comp":"01","order":"222325","line":"5","part":"PRE-E346PLUS-STD","qty":"1","price":"1940.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222325","line":"6","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222325","line":"7","part":"PRE-PRNT-ROLL-QL800","qty":"5","price":"30.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222325","Line":"1","Company":"1","F_Line":"1","Comment":"PRESETTER HAS 22 OF Z TRAVEL","Loc":"Y"}],"qcomms":[{"Quote":"222325","Line":"0","Comment":"ONCE INVOICED THESE ITEMS MAY NOT BE EXCHANGED"},{"Quote":"222325","Line":"1","Comment":"OR RETURNED."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-10 14:31:29.288 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222822-11102024143129.txt === {"quote":"222822","customer":"3525","name":null,"customerName":"Cline Tool & Service Company","comp":"01","open":"0","shipto":"CLINEIL","shiptoName":"Cline Tool & Service Company","entry_date":"10-10-2024","cust_order_date":"10-10-2024","req_date":"11-21-2024","cust_po":"CLAYENS OPTION 1","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"37","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Matt McKay","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"13:08","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Matt McKay","follow_phone":"8158714191","follow_email":"mmckay@clinetool.com","pic_user":"francescof","total_amt":"3017.00","total_gp":"1678.08","total_gpm":"55.62","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-10-2024","notes":[{"comp":"1","quote":"222822","line":"1","data":"10-10-2024 13:11 - Discounts Recalculated QS"},{"comp":"1","quote":"222822","line":"0","data":"10-10-2024 13:43-jennad applied IMTS promo"}],"crmnotes":[{"comp":1,"quote":222822,"Line":0,"Comment":"10/21/2024 9:13 AM - francescof - F/U changed from 10/19/2024 to 10/23/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222822","line":"1","part":"MZQT47-ER32Z","qty":"1","price":"4106.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222822","line":"2","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222822","line":"3","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222822","line":"4","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222822","Line":"1","Company":"1","F_Line":"1","Comment":"Additional 5% IMTS Promo discount applied.","Loc":"Y"},{"Quote":"222822","Line":"4","Company":"1","F_Line":"1","Comment":"Applied only to MZQT47-ER32Z. Valid until 11/30/2024","Loc":"Y"},{"Quote":"222822","Line":"4","Company":"1","F_Line":"2","Comment":"for drop-ship orders only.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-10 14:31:39.061 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222822-11102024143138.txt === {"quote":"222822","customer":"3525","name":null,"customerName":"Cline Tool & Service Company","comp":"01","open":"0","shipto":"CLINEIL","shiptoName":"Cline Tool & Service Company","entry_date":"10-10-2024","cust_order_date":"10-10-2024","req_date":"11-21-2024","cust_po":"CLAYENS OPTION 1","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"37","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Matt McKay","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"13:08","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Matt McKay","follow_phone":"8158714191","follow_email":"mmckay@clinetool.com","pic_user":"francescof","total_amt":"3017.00","total_gp":"1678.08","total_gpm":"55.62","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"222822","line":"1","data":"10-10-2024 13:11 - Discounts Recalculated QS"},{"comp":"1","quote":"222822","line":"0","data":"10-10-2024 13:43-jennad applied IMTS promo"}],"crmnotes":[{"comp":1,"quote":222822,"Line":0,"Comment":"10/21/2024 9:13 AM - francescof - F/U changed from 10/19/2024 to 10/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222822,"Line":1,"Comment":"11/10/2024 2:31 PM - francescof - F/U changed from 10/23/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222822,"Line":2,"Comment":"11/10/2024 2:31 PM - francescof - CLO changed from 11/10/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222822","line":"1","part":"MZQT47-ER32Z","qty":"1","price":"4106.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222822","line":"2","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222822","line":"3","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222822","line":"4","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222822","Line":"1","Company":"1","F_Line":"1","Comment":"Additional 5% IMTS Promo discount applied.","Loc":"Y"},{"Quote":"222822","Line":"4","Company":"1","F_Line":"1","Comment":"Applied only to MZQT47-ER32Z. Valid until 11/30/2024","Loc":"Y"},{"Quote":"222822","Line":"4","Company":"1","F_Line":"2","Comment":"for drop-ship orders only.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-10 14:35:00.884 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222823-11102024143500.txt === {"quote":"222823","customer":"3525","name":null,"customerName":"Cline Tool & Service Company","comp":"01","open":"0","shipto":"CLINEIL","shiptoName":"Cline Tool & Service Company","entry_date":"10-10-2024","cust_order_date":"10-10-2024","req_date":"11-21-2024","cust_po":"CLAYENS OPTION 2","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"37","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Matt McKay","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"13:14","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Matt McKay","follow_phone":"8158714191","follow_email":"mmckay@clinetool.com","pic_user":"francescof","total_amt":"3208.80","total_gp":"1705.96","total_gpm":"53.17","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-10-2024","notes":[{"comp":"1","quote":"222823","line":"1","data":"10-10-2024 13:15 - Discounts Recalculated QS"},{"comp":"1","quote":"222823","line":"0","data":"10-10-2024 13:58-jennad Added IMTS promo"}],"crmnotes":[{"comp":1,"quote":222823,"Line":0,"Comment":"10/21/2024 9:13 AM - francescof - F/U changed from 10/19/2024 to 10/23/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222823","line":"1","part":"MZQT47-ER32Z-ICE","qty":"1","price":"4380.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222823","line":"2","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222823","line":"3","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222823","line":"4","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222823","Line":"1","Company":"1","F_Line":"1","Comment":"Additional 5% IMTS Promo discount applied.","Loc":"Y"},{"Quote":"222823","Line":"4","Company":"1","F_Line":"1","Comment":"Applied only to MZQT47-ER32Z. Valid until 11/30/2024","Loc":"Y"},{"Quote":"222823","Line":"4","Company":"1","F_Line":"2","Comment":"for drop-ship orders only.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-10 14:35:09.893 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222823-11102024143509.txt === {"quote":"222823","customer":"3525","name":null,"customerName":"Cline Tool & Service Company","comp":"01","open":"0","shipto":"CLINEIL","shiptoName":"Cline Tool & Service Company","entry_date":"10-10-2024","cust_order_date":"10-10-2024","req_date":"11-21-2024","cust_po":"CLAYENS OPTION 2","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"37","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Matt McKay","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"13:14","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Matt McKay","follow_phone":"8158714191","follow_email":"mmckay@clinetool.com","pic_user":"francescof","total_amt":"3208.80","total_gp":"1705.96","total_gpm":"53.17","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"222823","line":"1","data":"10-10-2024 13:15 - Discounts Recalculated QS"},{"comp":"1","quote":"222823","line":"0","data":"10-10-2024 13:58-jennad Added IMTS promo"}],"crmnotes":[{"comp":1,"quote":222823,"Line":0,"Comment":"10/21/2024 9:13 AM - francescof - F/U changed from 10/19/2024 to 10/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222823,"Line":1,"Comment":"11/10/2024 2:35 PM - francescof - F/U changed from 10/23/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222823,"Line":2,"Comment":"11/10/2024 2:35 PM - francescof - CLO changed from 11/10/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222823","line":"1","part":"MZQT47-ER32Z-ICE","qty":"1","price":"4380.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222823","line":"2","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222823","line":"3","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222823","line":"4","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222823","Line":"1","Company":"1","F_Line":"1","Comment":"Additional 5% IMTS Promo discount applied.","Loc":"Y"},{"Quote":"222823","Line":"4","Company":"1","F_Line":"1","Comment":"Applied only to MZQT47-ER32Z. Valid until 11/30/2024","Loc":"Y"},{"Quote":"222823","Line":"4","Company":"1","F_Line":"2","Comment":"for drop-ship orders only.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-10 14:35:41.565 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-213044-11102024143541.txt === {"quote":"213044","customer":"26350","name":null,"customerName":"Zenger's Inc.","comp":"01","open":"0","shipto":"ZENGERS","shiptoName":"Zenger's Inc.","entry_date":"03-11-2024","cust_order_date":"03-11-2024","req_date":"10-25-2024","cust_po":"TESLA QCFC65 DOOSAN PROJ","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tom Senger","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"12:15","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Tom Senger","follow_phone":"847-354-8403","follow_email":"tsenger@zengers.com","pic_user":"francescof","total_amt":"20968.80","total_gp":"12448.54","total_gpm":"59.37","rev_type":"PCQC","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"38","win_pct":"20","clo_date":"10-25-2024","notes":[{"comp":"1","quote":"213044","line":"2","data":"03-11-2024 12:16 - Discounts Recalculated QS"},{"comp":"1","quote":"213044","line":"1","data":"See SO#981175"},{"comp":"1","quote":"213044","line":"0","data":"05-24-2024 13:37-jennad Partial order maybe?"}],"crmnotes":[{"comp":1,"quote":213044,"Line":0,"Comment":"03/15/2024 2:15 PM - francescof - CLO changed from NaN/NaN/NaN to 03/22/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":1,"Comment":"03/15/2024 2:30 PM - francescof - Encounter has been added"},{"comp":1,"quote":213044,"Line":2,"Comment":"03/25/2024 4:27 AM - francescof - F/U changed from 03/24/2024 to 3/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":3,"Comment":"03/25/2024 4:27 AM - francescof - CLO changed from 03/22/2024 to 03/30/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":4,"Comment":"04/01/2024 3:47 AM - francescof - CLO changed from 03/30/2024 to 04/06/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":5,"Comment":"04/01/2024 3:47 AM - francescof - F/U changed from 03/30/2024 to 4/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":6,"Comment":"04/07/2024 9:55 PM - francescof - F/U changed from 04/06/2024 to 4/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":7,"Comment":"04/07/2024 9:55 PM - francescof - CLO changed from 04/06/2024 to 04/13/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":8,"Comment":"04/15/2024 8:08 AM - francescof - F/U changed from 04/13/2024 to 4/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":9,"Comment":"04/15/2024 8:08 AM - francescof - CLO changed from 04/13/2024 to 04/19/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":10,"Comment":"04/29/2024 12:54 AM - francescof - F/U changed from 04/19/2024 to 5/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":11,"Comment":"04/29/2024 12:55 AM - francescof - CLO changed from 04/19/2024 to 05/03/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":12,"Comment":"04/29/2024 12:55 AM - francescof - Req Date changed from 04/22/2024 to 05/03/2024 (Req Date Updated)"},{"comp":1,"quote":213044,"Line":13,"Comment":"04/29/2024 12:55 AM - francescof - Encounter has been added"},{"comp":1,"quote":213044,"Line":14,"Comment":"04/29/2024 11:40 AM - francescof - Encounter has been added"},{"comp":1,"quote":213044,"Line":15,"Comment":"05/05/2024 5:49 PM - francescof - F/U changed from 05/03/2024 to 5/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":16,"Comment":"05/05/2024 5:49 PM - francescof - CLO changed from 05/03/2024 to 05/11/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":17,"Comment":"05/05/2024 5:49 PM - francescof - Req Date changed from 05/03/2024 to 05/11/2024 (Req Date Updated)"},{"comp":1,"quote":213044,"Line":18,"Comment":"05/12/2024 10:36 PM - francescof - F/U changed from 05/11/2024 to 5/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":19,"Comment":"05/12/2024 10:36 PM - francescof - CLO changed from 05/11/2024 to 05/18/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":20,"Comment":"05/12/2024 10:36 PM - francescof - Req Date changed from 05/11/2024 to 05/18/2024 (Req Date Updated)"},{"comp":1,"quote":213044,"Line":21,"Comment":"05/20/2024 5:55 AM - francescof - Req Date changed from 05/18/2024 to 05/25/2024 (Req Date Updated)"},{"comp":1,"quote":213044,"Line":22,"Comment":"05/20/2024 5:55 AM - francescof - CLO changed from 05/18/2024 to 05/25/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":23,"Comment":"05/20/2024 5:55 AM - francescof - F/U changed from 05/18/2024 to 5/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":24,"Comment":"06/03/2024 5:52 AM - francescof - F/U changed from 05/25/2024 to 6/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":25,"Comment":"06/03/2024 5:52 AM - francescof - CLO changed from 05/25/2024 to 06/07/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":26,"Comment":"06/03/2024 5:52 AM - francescof - Req Date changed from 05/25/2024 to 06/07/2024 (Req Date Updated)"},{"comp":1,"quote":213044,"Line":27,"Comment":"06/06/2024 1:20 PM - francescof - F/U changed from 06/07/2024 to 6/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":28,"Comment":"06/06/2024 1:20 PM - francescof - CLO changed from 06/07/2024 to 06/14/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":29,"Comment":"06/06/2024 1:20 PM - francescof - Req Date changed from 06/07/2024 to 06/14/2024 (Req Date Updated)"},{"comp":1,"quote":213044,"Line":30,"Comment":"06/06/2024 1:27 PM - francescof - Encounter has been added"},{"comp":1,"quote":213044,"Line":31,"Comment":"06/17/2024 5:25 AM - francescof - F/U changed from 06/14/2024 to 6/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":32,"Comment":"06/17/2024 5:25 AM - francescof - CLO changed from 06/14/2024 to 06/21/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":33,"Comment":"06/17/2024 5:25 AM - francescof - Req Date changed from 06/14/2024 to 06/21/2024 (Req Date Updated)"},{"comp":1,"quote":213044,"Line":34,"Comment":"06/24/2024 5:05 AM - francescof - F/U changed from 06/21/2024 to 6/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":35,"Comment":"06/24/2024 5:05 AM - francescof - CLO changed from 06/21/2024 to 06/28/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":36,"Comment":"06/24/2024 5:05 AM - francescof - Req Date changed from 06/21/2024 to 06/28/2024 (Req Date Updated)"},{"comp":1,"quote":213044,"Line":37,"Comment":"07/01/2024 6:08 AM - francescof - F/U changed from 06/28/2024 to 7/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":38,"Comment":"07/01/2024 6:08 AM - francescof - CLO changed from 06/28/2024 to 07/05/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":39,"Comment":"07/01/2024 6:08 AM - francescof - Req Date changed from 06/28/2024 to 07/05/2024 (Req Date Updated)"},{"comp":1,"quote":213044,"Line":40,"Comment":"07/15/2024 6:21 AM - francescof - Req Date changed from 07/05/2024 to 07/19/2024 (Req Date Updated)"},{"comp":1,"quote":213044,"Line":41,"Comment":"07/15/2024 6:21 AM - francescof - CLO changed from 07/05/2024 to 07/19/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":42,"Comment":"07/15/2024 6:21 AM - francescof - F/U changed from 07/05/2024 to 7/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":43,"Comment":"08/07/2024 3:27 AM - francescof - Encounter has been added"},{"comp":1,"quote":213044,"Line":44,"Comment":"08/09/2024 1:56 PM - francescof - Req Date changed from 07/19/2024 to 08/19/2024 (Req Date Updated)"},{"comp":1,"quote":213044,"Line":45,"Comment":"08/09/2024 1:56 PM - francescof - CLO changed from 07/19/2024 to 08/19/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":46,"Comment":"08/09/2024 1:57 PM - francescof - F/U changed from 07/19/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":47,"Comment":"08/26/2024 1:54 PM - francescof - Req Date changed from 08/19/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":213044,"Line":48,"Comment":"08/26/2024 1:54 PM - francescof - CLO changed from 08/19/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":49,"Comment":"08/26/2024 1:54 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":50,"Comment":"09/23/2024 3:51 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":213044,"Line":51,"Comment":"09/23/2024 3:51 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":52,"Comment":"09/23/2024 3:51 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":53,"Comment":"10/14/2024 5:23 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":54,"Comment":"10/14/2024 5:23 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":213044,"Line":55,"Comment":"10/14/2024 5:23 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"213044","line":"1","part":"QCC-DL65-A6","qty":"1","price":"4992.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"2","part":"QCFC65-08M-EMR","qty":"2","price":"374.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"3","part":"QCFC65-20M-EMR","qty":"2","price":"374.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"4","part":"QCFC65-EMR-RING","qty":"1","price":"501.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"5","part":"QCFC65-032-SER","qty":"1","price":"325.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"6","part":"QCFC65-048-SER","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"7","part":"QCFC65-064-SER","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"8","part":"QCFC65-080-SER","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"9","part":"QCFC65-016-SMO","qty":"1","price":"325.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"10","part":"QCFC65-020-SMO","qty":"1","price":"325.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"11","part":"QCFC65-024-SMO","qty":"1","price":"325.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"12","part":"QCFC65-028-SMO","qty":"1","price":"325.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"13","part":"QCFC65-032-SMO","qty":"1","price":"325.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"14","part":"QCFC65-036-SMO","qty":"1","price":"325.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"15","part":"QCFC65-040-SMO","qty":"1","price":"325.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"16","part":"QCFC65-044-SMO","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"17","part":"QCFC65-048-SMO","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"18","part":"QCFC65-052-SMO","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"19","part":"QCFC65-056-SMO","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"20","part":"QCFC65-060-SMO","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"21","part":"QCFC65-064-SMO","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"22","part":"QCFC65-072-SMO","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"23","part":"QCFC65-080-SMO","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"24","part":"QCFC65-088-SMO","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"25","part":"QCFC65-096-SMO","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"26","part":"QCFC65-112-SMO","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"27","part":"QCFC65-128-SMO","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"28","part":"QCFC65-144-SMO","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"29","part":"QCFC65-160-SMO","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"30","part":"QCFC65-WRENCH","qty":"1","price":"902.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"31","part":"QCC-PB65-A6","qty":"3","price":"3012.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"32","part":"MODIFICATION-DSCRW-THREAD","qty":"3","price":"300.00","uom":"EA","discount":"0.00","req_date":"3-5 DAYS ARO","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":32}}] 2024-11-10 14:35:49.595 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-213044-11102024143549.txt === {"quote":"213044","customer":"26350","name":null,"customerName":"Zenger's Inc.","comp":"01","open":"0","shipto":"ZENGERS","shiptoName":"Zenger's Inc.","entry_date":"03-11-2024","cust_order_date":"03-11-2024","req_date":"10-25-2024","cust_po":"TESLA QCFC65 DOOSAN PROJ","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tom Senger","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"12:15","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Tom Senger","follow_phone":"847-354-8403","follow_email":"tsenger@zengers.com","pic_user":"francescof","total_amt":"20968.80","total_gp":"12448.54","total_gpm":"59.37","rev_type":"PCQC","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"38","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"213044","line":"2","data":"03-11-2024 12:16 - Discounts Recalculated QS"},{"comp":"1","quote":"213044","line":"1","data":"See SO#981175"},{"comp":"1","quote":"213044","line":"0","data":"05-24-2024 13:37-jennad Partial order maybe?"}],"crmnotes":[{"comp":1,"quote":213044,"Line":0,"Comment":"03/15/2024 2:15 PM - francescof - CLO changed from NaN/NaN/NaN to 03/22/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":1,"Comment":"03/15/2024 2:30 PM - francescof - Encounter has been added"},{"comp":1,"quote":213044,"Line":2,"Comment":"03/25/2024 4:27 AM - francescof - F/U changed from 03/24/2024 to 3/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":3,"Comment":"03/25/2024 4:27 AM - francescof - CLO changed from 03/22/2024 to 03/30/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":4,"Comment":"04/01/2024 3:47 AM - francescof - CLO changed from 03/30/2024 to 04/06/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":5,"Comment":"04/01/2024 3:47 AM - francescof - F/U changed from 03/30/2024 to 4/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":6,"Comment":"04/07/2024 9:55 PM - francescof - F/U changed from 04/06/2024 to 4/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":7,"Comment":"04/07/2024 9:55 PM - francescof - CLO changed from 04/06/2024 to 04/13/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":8,"Comment":"04/15/2024 8:08 AM - francescof - F/U changed from 04/13/2024 to 4/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":9,"Comment":"04/15/2024 8:08 AM - francescof - CLO changed from 04/13/2024 to 04/19/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":10,"Comment":"04/29/2024 12:54 AM - francescof - F/U changed from 04/19/2024 to 5/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":11,"Comment":"04/29/2024 12:55 AM - francescof - CLO changed from 04/19/2024 to 05/03/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":12,"Comment":"04/29/2024 12:55 AM - francescof - Req Date changed from 04/22/2024 to 05/03/2024 (Req Date Updated)"},{"comp":1,"quote":213044,"Line":13,"Comment":"04/29/2024 12:55 AM - francescof - Encounter has been added"},{"comp":1,"quote":213044,"Line":14,"Comment":"04/29/2024 11:40 AM - francescof - Encounter has been added"},{"comp":1,"quote":213044,"Line":15,"Comment":"05/05/2024 5:49 PM - francescof - F/U changed from 05/03/2024 to 5/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":16,"Comment":"05/05/2024 5:49 PM - francescof - CLO changed from 05/03/2024 to 05/11/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":17,"Comment":"05/05/2024 5:49 PM - francescof - Req Date changed from 05/03/2024 to 05/11/2024 (Req Date Updated)"},{"comp":1,"quote":213044,"Line":18,"Comment":"05/12/2024 10:36 PM - francescof - F/U changed from 05/11/2024 to 5/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":19,"Comment":"05/12/2024 10:36 PM - francescof - CLO changed from 05/11/2024 to 05/18/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":20,"Comment":"05/12/2024 10:36 PM - francescof - Req Date changed from 05/11/2024 to 05/18/2024 (Req Date Updated)"},{"comp":1,"quote":213044,"Line":21,"Comment":"05/20/2024 5:55 AM - francescof - Req Date changed from 05/18/2024 to 05/25/2024 (Req Date Updated)"},{"comp":1,"quote":213044,"Line":22,"Comment":"05/20/2024 5:55 AM - francescof - CLO changed from 05/18/2024 to 05/25/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":23,"Comment":"05/20/2024 5:55 AM - francescof - F/U changed from 05/18/2024 to 5/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":24,"Comment":"06/03/2024 5:52 AM - francescof - F/U changed from 05/25/2024 to 6/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":25,"Comment":"06/03/2024 5:52 AM - francescof - CLO changed from 05/25/2024 to 06/07/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":26,"Comment":"06/03/2024 5:52 AM - francescof - Req Date changed from 05/25/2024 to 06/07/2024 (Req Date Updated)"},{"comp":1,"quote":213044,"Line":27,"Comment":"06/06/2024 1:20 PM - francescof - F/U changed from 06/07/2024 to 6/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":28,"Comment":"06/06/2024 1:20 PM - francescof - CLO changed from 06/07/2024 to 06/14/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":29,"Comment":"06/06/2024 1:20 PM - francescof - Req Date changed from 06/07/2024 to 06/14/2024 (Req Date Updated)"},{"comp":1,"quote":213044,"Line":30,"Comment":"06/06/2024 1:27 PM - francescof - Encounter has been added"},{"comp":1,"quote":213044,"Line":31,"Comment":"06/17/2024 5:25 AM - francescof - F/U changed from 06/14/2024 to 6/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":32,"Comment":"06/17/2024 5:25 AM - francescof - CLO changed from 06/14/2024 to 06/21/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":33,"Comment":"06/17/2024 5:25 AM - francescof - Req Date changed from 06/14/2024 to 06/21/2024 (Req Date Updated)"},{"comp":1,"quote":213044,"Line":34,"Comment":"06/24/2024 5:05 AM - francescof - F/U changed from 06/21/2024 to 6/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":35,"Comment":"06/24/2024 5:05 AM - francescof - CLO changed from 06/21/2024 to 06/28/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":36,"Comment":"06/24/2024 5:05 AM - francescof - Req Date changed from 06/21/2024 to 06/28/2024 (Req Date Updated)"},{"comp":1,"quote":213044,"Line":37,"Comment":"07/01/2024 6:08 AM - francescof - F/U changed from 06/28/2024 to 7/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":38,"Comment":"07/01/2024 6:08 AM - francescof - CLO changed from 06/28/2024 to 07/05/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":39,"Comment":"07/01/2024 6:08 AM - francescof - Req Date changed from 06/28/2024 to 07/05/2024 (Req Date Updated)"},{"comp":1,"quote":213044,"Line":40,"Comment":"07/15/2024 6:21 AM - francescof - Req Date changed from 07/05/2024 to 07/19/2024 (Req Date Updated)"},{"comp":1,"quote":213044,"Line":41,"Comment":"07/15/2024 6:21 AM - francescof - CLO changed from 07/05/2024 to 07/19/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":42,"Comment":"07/15/2024 6:21 AM - francescof - F/U changed from 07/05/2024 to 7/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":43,"Comment":"08/07/2024 3:27 AM - francescof - Encounter has been added"},{"comp":1,"quote":213044,"Line":44,"Comment":"08/09/2024 1:56 PM - francescof - Req Date changed from 07/19/2024 to 08/19/2024 (Req Date Updated)"},{"comp":1,"quote":213044,"Line":45,"Comment":"08/09/2024 1:56 PM - francescof - CLO changed from 07/19/2024 to 08/19/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":46,"Comment":"08/09/2024 1:57 PM - francescof - F/U changed from 07/19/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":47,"Comment":"08/26/2024 1:54 PM - francescof - Req Date changed from 08/19/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":213044,"Line":48,"Comment":"08/26/2024 1:54 PM - francescof - CLO changed from 08/19/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":49,"Comment":"08/26/2024 1:54 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":50,"Comment":"09/23/2024 3:51 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":213044,"Line":51,"Comment":"09/23/2024 3:51 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":52,"Comment":"09/23/2024 3:51 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":53,"Comment":"10/14/2024 5:23 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":54,"Comment":"10/14/2024 5:23 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":213044,"Line":55,"Comment":"10/14/2024 5:23 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":56,"Comment":"11/10/2024 2:35 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":57,"Comment":"11/10/2024 2:35 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"213044","line":"1","part":"QCC-DL65-A6","qty":"1","price":"4992.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"2","part":"QCFC65-08M-EMR","qty":"2","price":"374.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"3","part":"QCFC65-20M-EMR","qty":"2","price":"374.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"4","part":"QCFC65-EMR-RING","qty":"1","price":"501.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"5","part":"QCFC65-032-SER","qty":"1","price":"325.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"6","part":"QCFC65-048-SER","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"7","part":"QCFC65-064-SER","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"8","part":"QCFC65-080-SER","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"9","part":"QCFC65-016-SMO","qty":"1","price":"325.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"10","part":"QCFC65-020-SMO","qty":"1","price":"325.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"11","part":"QCFC65-024-SMO","qty":"1","price":"325.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"12","part":"QCFC65-028-SMO","qty":"1","price":"325.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"13","part":"QCFC65-032-SMO","qty":"1","price":"325.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"14","part":"QCFC65-036-SMO","qty":"1","price":"325.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"15","part":"QCFC65-040-SMO","qty":"1","price":"325.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"16","part":"QCFC65-044-SMO","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"17","part":"QCFC65-048-SMO","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"18","part":"QCFC65-052-SMO","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"19","part":"QCFC65-056-SMO","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"20","part":"QCFC65-060-SMO","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"21","part":"QCFC65-064-SMO","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"22","part":"QCFC65-072-SMO","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"23","part":"QCFC65-080-SMO","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"24","part":"QCFC65-088-SMO","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"25","part":"QCFC65-096-SMO","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"26","part":"QCFC65-112-SMO","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"27","part":"QCFC65-128-SMO","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"28","part":"QCFC65-144-SMO","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"29","part":"QCFC65-160-SMO","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"30","part":"QCFC65-WRENCH","qty":"1","price":"902.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"31","part":"QCC-PB65-A6","qty":"3","price":"3012.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"32","part":"MODIFICATION-DSCRW-THREAD","qty":"3","price":"300.00","uom":"EA","discount":"0.00","req_date":"3-5 DAYS ARO","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":32}}] 2024-11-10 14:35:54.640 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-213044-11102024143554.txt === {"quote":"213044","customer":"26350","name":null,"customerName":"Zenger's Inc.","comp":"01","open":"0","shipto":"ZENGERS","shiptoName":"Zenger's Inc.","entry_date":"03-11-2024","cust_order_date":"03-11-2024","req_date":"11-18-2024","cust_po":"TESLA QCFC65 DOOSAN PROJ","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tom Senger","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"12:15","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Tom Senger","follow_phone":"847-354-8403","follow_email":"tsenger@zengers.com","pic_user":"francescof","total_amt":"20968.80","total_gp":"12448.54","total_gpm":"59.37","rev_type":"PCQC","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"38","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"213044","line":"2","data":"03-11-2024 12:16 - Discounts Recalculated QS"},{"comp":"1","quote":"213044","line":"1","data":"See SO#981175"},{"comp":"1","quote":"213044","line":"0","data":"05-24-2024 13:37-jennad Partial order maybe?"}],"crmnotes":[{"comp":1,"quote":213044,"Line":0,"Comment":"03/15/2024 2:15 PM - francescof - CLO changed from NaN/NaN/NaN to 03/22/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":1,"Comment":"03/15/2024 2:30 PM - francescof - Encounter has been added"},{"comp":1,"quote":213044,"Line":2,"Comment":"03/25/2024 4:27 AM - francescof - F/U changed from 03/24/2024 to 3/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":3,"Comment":"03/25/2024 4:27 AM - francescof - CLO changed from 03/22/2024 to 03/30/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":4,"Comment":"04/01/2024 3:47 AM - francescof - CLO changed from 03/30/2024 to 04/06/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":5,"Comment":"04/01/2024 3:47 AM - francescof - F/U changed from 03/30/2024 to 4/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":6,"Comment":"04/07/2024 9:55 PM - francescof - F/U changed from 04/06/2024 to 4/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":7,"Comment":"04/07/2024 9:55 PM - francescof - CLO changed from 04/06/2024 to 04/13/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":8,"Comment":"04/15/2024 8:08 AM - francescof - F/U changed from 04/13/2024 to 4/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":9,"Comment":"04/15/2024 8:08 AM - francescof - CLO changed from 04/13/2024 to 04/19/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":10,"Comment":"04/29/2024 12:54 AM - francescof - F/U changed from 04/19/2024 to 5/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":11,"Comment":"04/29/2024 12:55 AM - francescof - CLO changed from 04/19/2024 to 05/03/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":12,"Comment":"04/29/2024 12:55 AM - francescof - Req Date changed from 04/22/2024 to 05/03/2024 (Req Date Updated)"},{"comp":1,"quote":213044,"Line":13,"Comment":"04/29/2024 12:55 AM - francescof - Encounter has been added"},{"comp":1,"quote":213044,"Line":14,"Comment":"04/29/2024 11:40 AM - francescof - Encounter has been added"},{"comp":1,"quote":213044,"Line":15,"Comment":"05/05/2024 5:49 PM - francescof - F/U changed from 05/03/2024 to 5/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":16,"Comment":"05/05/2024 5:49 PM - francescof - CLO changed from 05/03/2024 to 05/11/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":17,"Comment":"05/05/2024 5:49 PM - francescof - Req Date changed from 05/03/2024 to 05/11/2024 (Req Date Updated)"},{"comp":1,"quote":213044,"Line":18,"Comment":"05/12/2024 10:36 PM - francescof - F/U changed from 05/11/2024 to 5/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":19,"Comment":"05/12/2024 10:36 PM - francescof - CLO changed from 05/11/2024 to 05/18/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":20,"Comment":"05/12/2024 10:36 PM - francescof - Req Date changed from 05/11/2024 to 05/18/2024 (Req Date Updated)"},{"comp":1,"quote":213044,"Line":21,"Comment":"05/20/2024 5:55 AM - francescof - Req Date changed from 05/18/2024 to 05/25/2024 (Req Date Updated)"},{"comp":1,"quote":213044,"Line":22,"Comment":"05/20/2024 5:55 AM - francescof - CLO changed from 05/18/2024 to 05/25/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":23,"Comment":"05/20/2024 5:55 AM - francescof - F/U changed from 05/18/2024 to 5/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":24,"Comment":"06/03/2024 5:52 AM - francescof - F/U changed from 05/25/2024 to 6/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":25,"Comment":"06/03/2024 5:52 AM - francescof - CLO changed from 05/25/2024 to 06/07/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":26,"Comment":"06/03/2024 5:52 AM - francescof - Req Date changed from 05/25/2024 to 06/07/2024 (Req Date Updated)"},{"comp":1,"quote":213044,"Line":27,"Comment":"06/06/2024 1:20 PM - francescof - F/U changed from 06/07/2024 to 6/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":28,"Comment":"06/06/2024 1:20 PM - francescof - CLO changed from 06/07/2024 to 06/14/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":29,"Comment":"06/06/2024 1:20 PM - francescof - Req Date changed from 06/07/2024 to 06/14/2024 (Req Date Updated)"},{"comp":1,"quote":213044,"Line":30,"Comment":"06/06/2024 1:27 PM - francescof - Encounter has been added"},{"comp":1,"quote":213044,"Line":31,"Comment":"06/17/2024 5:25 AM - francescof - F/U changed from 06/14/2024 to 6/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":32,"Comment":"06/17/2024 5:25 AM - francescof - CLO changed from 06/14/2024 to 06/21/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":33,"Comment":"06/17/2024 5:25 AM - francescof - Req Date changed from 06/14/2024 to 06/21/2024 (Req Date Updated)"},{"comp":1,"quote":213044,"Line":34,"Comment":"06/24/2024 5:05 AM - francescof - F/U changed from 06/21/2024 to 6/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":35,"Comment":"06/24/2024 5:05 AM - francescof - CLO changed from 06/21/2024 to 06/28/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":36,"Comment":"06/24/2024 5:05 AM - francescof - Req Date changed from 06/21/2024 to 06/28/2024 (Req Date Updated)"},{"comp":1,"quote":213044,"Line":37,"Comment":"07/01/2024 6:08 AM - francescof - F/U changed from 06/28/2024 to 7/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":38,"Comment":"07/01/2024 6:08 AM - francescof - CLO changed from 06/28/2024 to 07/05/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":39,"Comment":"07/01/2024 6:08 AM - francescof - Req Date changed from 06/28/2024 to 07/05/2024 (Req Date Updated)"},{"comp":1,"quote":213044,"Line":40,"Comment":"07/15/2024 6:21 AM - francescof - Req Date changed from 07/05/2024 to 07/19/2024 (Req Date Updated)"},{"comp":1,"quote":213044,"Line":41,"Comment":"07/15/2024 6:21 AM - francescof - CLO changed from 07/05/2024 to 07/19/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":42,"Comment":"07/15/2024 6:21 AM - francescof - F/U changed from 07/05/2024 to 7/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":43,"Comment":"08/07/2024 3:27 AM - francescof - Encounter has been added"},{"comp":1,"quote":213044,"Line":44,"Comment":"08/09/2024 1:56 PM - francescof - Req Date changed from 07/19/2024 to 08/19/2024 (Req Date Updated)"},{"comp":1,"quote":213044,"Line":45,"Comment":"08/09/2024 1:56 PM - francescof - CLO changed from 07/19/2024 to 08/19/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":46,"Comment":"08/09/2024 1:57 PM - francescof - F/U changed from 07/19/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":47,"Comment":"08/26/2024 1:54 PM - francescof - Req Date changed from 08/19/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":213044,"Line":48,"Comment":"08/26/2024 1:54 PM - francescof - CLO changed from 08/19/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":49,"Comment":"08/26/2024 1:54 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":50,"Comment":"09/23/2024 3:51 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":213044,"Line":51,"Comment":"09/23/2024 3:51 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":52,"Comment":"09/23/2024 3:51 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":53,"Comment":"10/14/2024 5:23 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":54,"Comment":"10/14/2024 5:23 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":213044,"Line":55,"Comment":"10/14/2024 5:23 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":56,"Comment":"11/10/2024 2:35 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213044,"Line":57,"Comment":"11/10/2024 2:35 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"},{"comp":1,"quote":213044,"Line":58,"Comment":"11/10/2024 2:35 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"213044","line":"1","part":"QCC-DL65-A6","qty":"1","price":"4992.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"2","part":"QCFC65-08M-EMR","qty":"2","price":"374.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"3","part":"QCFC65-20M-EMR","qty":"2","price":"374.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"4","part":"QCFC65-EMR-RING","qty":"1","price":"501.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"5","part":"QCFC65-032-SER","qty":"1","price":"325.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"6","part":"QCFC65-048-SER","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"7","part":"QCFC65-064-SER","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"8","part":"QCFC65-080-SER","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"9","part":"QCFC65-016-SMO","qty":"1","price":"325.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"10","part":"QCFC65-020-SMO","qty":"1","price":"325.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"11","part":"QCFC65-024-SMO","qty":"1","price":"325.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"12","part":"QCFC65-028-SMO","qty":"1","price":"325.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"13","part":"QCFC65-032-SMO","qty":"1","price":"325.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"14","part":"QCFC65-036-SMO","qty":"1","price":"325.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"15","part":"QCFC65-040-SMO","qty":"1","price":"325.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"16","part":"QCFC65-044-SMO","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"17","part":"QCFC65-048-SMO","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"18","part":"QCFC65-052-SMO","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"19","part":"QCFC65-056-SMO","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"20","part":"QCFC65-060-SMO","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"21","part":"QCFC65-064-SMO","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"22","part":"QCFC65-072-SMO","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"23","part":"QCFC65-080-SMO","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"24","part":"QCFC65-088-SMO","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"25","part":"QCFC65-096-SMO","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"26","part":"QCFC65-112-SMO","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"27","part":"QCFC65-128-SMO","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"28","part":"QCFC65-144-SMO","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"29","part":"QCFC65-160-SMO","qty":"1","price":"327.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"30","part":"QCFC65-WRENCH","qty":"1","price":"902.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"31","part":"QCC-PB65-A6","qty":"3","price":"3012.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213044","line":"32","part":"MODIFICATION-DSCRW-THREAD","qty":"3","price":"300.00","uom":"EA","discount":"0.00","req_date":"3-5 DAYS ARO","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":32}}] 2024-11-10 14:36:50.680 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-217705-11102024143650.txt === {"quote":"217705","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"MACHEMSX","shiptoName":"Machinery Systems Inc.","entry_date":"06-19-2024","cust_order_date":"06-19-2024","req_date":"10-25-2024","cust_po":"E346PLUS-I50","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brandon Strebel","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"10:11","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Brandon Strebel","follow_phone":"(847) 882-8085","follow_email":"brandons@machsys.com","pic_user":"francescof","total_amt":"15920.00","total_gp":"8526.84","total_gpm":"53.56","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"10","win_pct":"20","clo_date":"10-25-2024","notes":[],"crmnotes":[{"comp":1,"quote":217705,"Line":0,"Comment":"07/12/2024 1:52 PM - francescof - F/U changed from 07/02/2024 to 7/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217705,"Line":1,"Comment":"08/07/2024 3:33 AM - francescof - Encounter has been added"},{"comp":1,"quote":217705,"Line":2,"Comment":"08/09/2024 1:49 PM - francescof - Req Date changed from 07/31/2024 to 08/19/2024 (Req Date Updated)"},{"comp":1,"quote":217705,"Line":3,"Comment":"08/09/2024 1:49 PM - francescof - CLO changed from 07/19/2024 to 08/19/2024 (CLO Date Updated)"},{"comp":1,"quote":217705,"Line":4,"Comment":"08/09/2024 1:50 PM - francescof - F/U changed from 07/26/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217705,"Line":5,"Comment":"08/26/2024 1:51 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217705,"Line":6,"Comment":"08/26/2024 1:51 PM - francescof - Req Date changed from 08/19/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":217705,"Line":7,"Comment":"08/26/2024 1:51 PM - francescof - CLO changed from 08/19/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":217705,"Line":8,"Comment":"09/23/2024 3:50 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":217705,"Line":9,"Comment":"09/23/2024 3:51 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":217705,"Line":10,"Comment":"09/23/2024 3:51 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217705,"Line":11,"Comment":"10/14/2024 5:23 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":217705,"Line":12,"Comment":"10/14/2024 5:23 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":217705,"Line":13,"Comment":"10/14/2024 5:23 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"217705","line":"1","part":"PRE-E346PLUS-I50","qty":"1","price":"16600.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217705","line":"2","part":"PRE-GAUGE-C50","qty":"1","price":"760.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217705","line":"3","part":"PRE-E346PLUS-STD","qty":"1","price":"1940.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217705","line":"4","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217705","line":"5","part":"PRE-PRNT-ROLL-QL800","qty":"5","price":"30.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217705","line":"6","part":"PRE-INST/TRAINING","qty":"1","price":"1700.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-10 14:36:57.400 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-217705-11102024143657.txt === {"quote":"217705","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"MACHEMSX","shiptoName":"Machinery Systems Inc.","entry_date":"06-19-2024","cust_order_date":"06-19-2024","req_date":"10-25-2024","cust_po":"E346PLUS-I50","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brandon Strebel","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"10:11","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Brandon Strebel","follow_phone":"(847) 882-8085","follow_email":"brandons@machsys.com","pic_user":"francescof","total_amt":"15920.00","total_gp":"8526.84","total_gpm":"53.56","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"10","win_pct":"20","clo_date":"11-18-2024","notes":[],"crmnotes":[{"comp":1,"quote":217705,"Line":0,"Comment":"07/12/2024 1:52 PM - francescof - F/U changed from 07/02/2024 to 7/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217705,"Line":1,"Comment":"08/07/2024 3:33 AM - francescof - Encounter has been added"},{"comp":1,"quote":217705,"Line":2,"Comment":"08/09/2024 1:49 PM - francescof - Req Date changed from 07/31/2024 to 08/19/2024 (Req Date Updated)"},{"comp":1,"quote":217705,"Line":3,"Comment":"08/09/2024 1:49 PM - francescof - CLO changed from 07/19/2024 to 08/19/2024 (CLO Date Updated)"},{"comp":1,"quote":217705,"Line":4,"Comment":"08/09/2024 1:50 PM - francescof - F/U changed from 07/26/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217705,"Line":5,"Comment":"08/26/2024 1:51 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217705,"Line":6,"Comment":"08/26/2024 1:51 PM - francescof - Req Date changed from 08/19/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":217705,"Line":7,"Comment":"08/26/2024 1:51 PM - francescof - CLO changed from 08/19/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":217705,"Line":8,"Comment":"09/23/2024 3:50 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":217705,"Line":9,"Comment":"09/23/2024 3:51 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":217705,"Line":10,"Comment":"09/23/2024 3:51 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217705,"Line":11,"Comment":"10/14/2024 5:23 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":217705,"Line":12,"Comment":"10/14/2024 5:23 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":217705,"Line":13,"Comment":"10/14/2024 5:23 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217705,"Line":14,"Comment":"11/10/2024 2:36 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217705,"Line":15,"Comment":"11/10/2024 2:36 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"217705","line":"1","part":"PRE-E346PLUS-I50","qty":"1","price":"16600.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217705","line":"2","part":"PRE-GAUGE-C50","qty":"1","price":"760.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217705","line":"3","part":"PRE-E346PLUS-STD","qty":"1","price":"1940.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217705","line":"4","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217705","line":"5","part":"PRE-PRNT-ROLL-QL800","qty":"5","price":"30.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217705","line":"6","part":"PRE-INST/TRAINING","qty":"1","price":"1700.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-10 14:37:02.598 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-217705-11102024143702.txt === {"quote":"217705","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"MACHEMSX","shiptoName":"Machinery Systems Inc.","entry_date":"06-19-2024","cust_order_date":"06-19-2024","req_date":"11-18-2024","cust_po":"E346PLUS-I50","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brandon Strebel","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"10:11","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Brandon Strebel","follow_phone":"(847) 882-8085","follow_email":"brandons@machsys.com","pic_user":"francescof","total_amt":"15920.00","total_gp":"8526.84","total_gpm":"53.56","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"10","win_pct":"20","clo_date":"11-18-2024","notes":[],"crmnotes":[{"comp":1,"quote":217705,"Line":0,"Comment":"07/12/2024 1:52 PM - francescof - F/U changed from 07/02/2024 to 7/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217705,"Line":1,"Comment":"08/07/2024 3:33 AM - francescof - Encounter has been added"},{"comp":1,"quote":217705,"Line":2,"Comment":"08/09/2024 1:49 PM - francescof - Req Date changed from 07/31/2024 to 08/19/2024 (Req Date Updated)"},{"comp":1,"quote":217705,"Line":3,"Comment":"08/09/2024 1:49 PM - francescof - CLO changed from 07/19/2024 to 08/19/2024 (CLO Date Updated)"},{"comp":1,"quote":217705,"Line":4,"Comment":"08/09/2024 1:50 PM - francescof - F/U changed from 07/26/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217705,"Line":5,"Comment":"08/26/2024 1:51 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217705,"Line":6,"Comment":"08/26/2024 1:51 PM - francescof - Req Date changed from 08/19/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":217705,"Line":7,"Comment":"08/26/2024 1:51 PM - francescof - CLO changed from 08/19/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":217705,"Line":8,"Comment":"09/23/2024 3:50 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":217705,"Line":9,"Comment":"09/23/2024 3:51 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":217705,"Line":10,"Comment":"09/23/2024 3:51 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217705,"Line":11,"Comment":"10/14/2024 5:23 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":217705,"Line":12,"Comment":"10/14/2024 5:23 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":217705,"Line":13,"Comment":"10/14/2024 5:23 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217705,"Line":14,"Comment":"11/10/2024 2:36 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217705,"Line":15,"Comment":"11/10/2024 2:36 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"},{"comp":1,"quote":217705,"Line":16,"Comment":"11/10/2024 2:36 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"217705","line":"1","part":"PRE-E346PLUS-I50","qty":"1","price":"16600.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217705","line":"2","part":"PRE-GAUGE-C50","qty":"1","price":"760.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217705","line":"3","part":"PRE-E346PLUS-STD","qty":"1","price":"1940.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217705","line":"4","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217705","line":"5","part":"PRE-PRNT-ROLL-QL800","qty":"5","price":"30.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217705","line":"6","part":"PRE-INST/TRAINING","qty":"1","price":"1700.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-10 14:37:11.107 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-212692-11102024143710.txt === {"quote":"212692","customer":"20785","name":null,"customerName":"Toyoda Machinery USA","comp":"01","open":"0","shipto":"TOYODAM","shiptoName":"JTEKT Toyoda Americas Corporation","entry_date":"03-04-2024","cust_order_date":"03-04-2024","req_date":"10-25-2024","cust_po":"CAT50 ANGLE HEAD PROJ","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"NICK FONTANA","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"19:47","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"NICK FONTANA","follow_phone":"(847) 253-0340","follow_email":"nfontana@jtektmachinery.com","pic_user":"francescof","total_amt":"24139.00","total_gp":"8502.56","total_gpm":"35.22","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"4","win_pct":"20","clo_date":"10-25-2024","notes":[{"comp":"1","quote":"212692","line":"0","data":"03-04-2024 19:49 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":212692,"Line":0,"Comment":"03/15/2024 2:34 PM - francescof - F/U changed from 03/17/2024 to 3/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":1,"Comment":"03/15/2024 2:34 PM - francescof - Encounter has been added"},{"comp":1,"quote":212692,"Line":2,"Comment":"03/25/2024 4:27 AM - francescof - F/U changed from 03/22/2024 to 3/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":3,"Comment":"04/01/2024 3:47 AM - francescof - F/U changed from 03/30/2024 to 4/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":4,"Comment":"04/07/2024 9:47 PM - francescof - CLO changed from 04/04/2024 to 04/13/2024 (CLO Date Updated)"},{"comp":1,"quote":212692,"Line":5,"Comment":"04/07/2024 9:47 PM - francescof - F/U changed from 04/06/2024 to 4/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":6,"Comment":"04/15/2024 8:04 AM - francescof - Req Date changed from 04/15/2024 to 04/19/2024 (Req Date Updated)"},{"comp":1,"quote":212692,"Line":7,"Comment":"04/15/2024 8:04 AM - francescof - CLO changed from 04/13/2024 to 04/19/2024 (CLO Date Updated)"},{"comp":1,"quote":212692,"Line":8,"Comment":"04/15/2024 8:05 AM - francescof - F/U changed from 04/13/2024 to 4/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":9,"Comment":"04/29/2024 1:00 AM - francescof - Req Date changed from 04/19/2024 to 05/03/2024 (Req Date Updated)"},{"comp":1,"quote":212692,"Line":10,"Comment":"04/29/2024 1:00 AM - francescof - CLO changed from 04/19/2024 to 05/03/2024 (CLO Date Updated)"},{"comp":1,"quote":212692,"Line":11,"Comment":"04/29/2024 1:00 AM - francescof - F/U changed from 04/19/2024 to 5/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":12,"Comment":"04/29/2024 11:55 AM - francescof - Encounter has been added"},{"comp":1,"quote":212692,"Line":13,"Comment":"05/05/2024 5:47 PM - francescof - Req Date changed from 05/03/2024 to 05/11/2024 (Req Date Updated)"},{"comp":1,"quote":212692,"Line":14,"Comment":"05/05/2024 5:47 PM - francescof - CLO changed from 05/03/2024 to 05/11/2024 (CLO Date Updated)"},{"comp":1,"quote":212692,"Line":15,"Comment":"05/05/2024 5:47 PM - francescof - F/U changed from 05/03/2024 to 5/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":16,"Comment":"05/12/2024 10:44 PM - francescof - Req Date changed from 05/11/2024 to 05/18/2024 (Req Date Updated)"},{"comp":1,"quote":212692,"Line":17,"Comment":"05/12/2024 10:44 PM - francescof - CLO changed from 05/11/2024 to 05/18/2024 (CLO Date Updated)"},{"comp":1,"quote":212692,"Line":18,"Comment":"05/12/2024 10:44 PM - francescof - F/U changed from 05/11/2024 to 5/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":19,"Comment":"05/20/2024 6:01 AM - francescof - Req Date changed from 05/18/2024 to 05/25/2024 (Req Date Updated)"},{"comp":1,"quote":212692,"Line":20,"Comment":"05/20/2024 6:01 AM - francescof - CLO changed from 05/18/2024 to 05/25/2024 (CLO Date Updated)"},{"comp":1,"quote":212692,"Line":21,"Comment":"05/20/2024 6:01 AM - francescof - F/U changed from 05/18/2024 to 5/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":22,"Comment":"06/03/2024 5:58 AM - francescof - Req Date changed from 05/25/2024 to 06/07/2024 (Req Date Updated)"},{"comp":1,"quote":212692,"Line":23,"Comment":"06/03/2024 5:58 AM - francescof - CLO changed from 05/25/2024 to 06/07/2024 (CLO Date Updated)"},{"comp":1,"quote":212692,"Line":24,"Comment":"06/03/2024 5:58 AM - francescof - F/U changed from 05/25/2024 to 6/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":25,"Comment":"06/06/2024 12:44 PM - francescof - F/U changed from 06/07/2024 to 6/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":26,"Comment":"06/06/2024 12:44 PM - francescof - CLO changed from 06/07/2024 to 06/14/2024 (CLO Date Updated)"},{"comp":1,"quote":212692,"Line":27,"Comment":"06/06/2024 12:44 PM - francescof - Req Date changed from 06/07/2024 to 06/14/2024 (Req Date Updated)"},{"comp":1,"quote":212692,"Line":28,"Comment":"06/06/2024 12:45 PM - francescof - Encounter has been added"},{"comp":1,"quote":212692,"Line":29,"Comment":"06/17/2024 5:31 AM - francescof - F/U changed from 06/14/2024 to 6/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":30,"Comment":"06/17/2024 5:31 AM - francescof - CLO changed from 06/14/2024 to 06/21/2024 (CLO Date Updated)"},{"comp":1,"quote":212692,"Line":31,"Comment":"06/17/2024 5:31 AM - francescof - Req Date changed from 06/14/2024 to 06/21/2024 (Req Date Updated)"},{"comp":1,"quote":212692,"Line":32,"Comment":"06/24/2024 5:08 AM - francescof - Req Date changed from 06/21/2024 to 06/28/2024 (Req Date Updated)"},{"comp":1,"quote":212692,"Line":33,"Comment":"06/24/2024 5:08 AM - francescof - CLO changed from 06/21/2024 to 06/28/2024 (CLO Date Updated)"},{"comp":1,"quote":212692,"Line":34,"Comment":"06/24/2024 5:08 AM - francescof - F/U changed from 06/21/2024 to 6/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":35,"Comment":"07/01/2024 5:59 AM - francescof - F/U changed from 06/28/2024 to 7/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":36,"Comment":"07/01/2024 5:59 AM - francescof - CLO changed from 06/28/2024 to 07/05/2024 (CLO Date Updated)"},{"comp":1,"quote":212692,"Line":37,"Comment":"07/01/2024 5:59 AM - francescof - Req Date changed from 06/28/2024 to 07/05/2024 (Req Date Updated)"},{"comp":1,"quote":212692,"Line":38,"Comment":"07/15/2024 6:31 AM - francescof - Req Date changed from 07/05/2024 to 07/19/2024 (Req Date Updated)"},{"comp":1,"quote":212692,"Line":39,"Comment":"07/15/2024 6:31 AM - francescof - CLO changed from 07/05/2024 to 07/19/2024 (CLO Date Updated)"},{"comp":1,"quote":212692,"Line":40,"Comment":"07/15/2024 6:31 AM - francescof - F/U changed from 07/05/2024 to 7/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":41,"Comment":"08/07/2024 3:09 AM - francescof - Encounter has been added"},{"comp":1,"quote":212692,"Line":42,"Comment":"08/09/2024 1:41 PM - francescof - F/U changed from 07/19/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":43,"Comment":"08/09/2024 1:41 PM - francescof - CLO changed from 07/19/2024 to 08/19/2024 (CLO Date Updated)"},{"comp":1,"quote":212692,"Line":44,"Comment":"08/09/2024 1:41 PM - francescof - Req Date changed from 07/19/2024 to 08/19/2024 (Req Date Updated)"},{"comp":1,"quote":212692,"Line":45,"Comment":"08/26/2024 1:51 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":46,"Comment":"08/26/2024 1:51 PM - francescof - CLO changed from 08/19/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":212692,"Line":47,"Comment":"08/26/2024 1:51 PM - francescof - Req Date changed from 08/19/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":212692,"Line":48,"Comment":"09/23/2024 4:29 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":49,"Comment":"09/23/2024 4:29 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":212692,"Line":50,"Comment":"09/23/2024 4:29 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":212692,"Line":51,"Comment":"10/14/2024 5:22 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":52,"Comment":"10/14/2024 5:22 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":212692,"Line":53,"Comment":"10/14/2024 5:22 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"212692","line":"1","part":"C50FHM-ER32-215ICE-110TP","qty":"2","price":"15066.00","uom":"EA","discount":"25.00","req_date":"12 WEEKS","branch":"1"},{"comp":"01","order":"212692","line":"2","part":"MODIFICATION-PB-SP","qty":"2","price":"770.00","uom":"EA","discount":"0.00","req_date":"3-5 DAYS ARO","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-10 14:37:21.085 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-212692-11102024143720.txt === {"quote":"212692","customer":"20785","name":null,"customerName":"Toyoda Machinery USA","comp":"01","open":"0","shipto":"TOYODAM","shiptoName":"JTEKT Toyoda Americas Corporation","entry_date":"03-04-2024","cust_order_date":"03-04-2024","req_date":"10-25-2024","cust_po":"CAT50 ANGLE HEAD PROJ","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"NICK FONTANA","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"19:47","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"NICK FONTANA","follow_phone":"(847) 253-0340","follow_email":"nfontana@jtektmachinery.com","pic_user":"francescof","total_amt":"24139.00","total_gp":"8502.56","total_gpm":"35.22","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"212692","line":"0","data":"03-04-2024 19:49 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":212692,"Line":0,"Comment":"03/15/2024 2:34 PM - francescof - F/U changed from 03/17/2024 to 3/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":1,"Comment":"03/15/2024 2:34 PM - francescof - Encounter has been added"},{"comp":1,"quote":212692,"Line":2,"Comment":"03/25/2024 4:27 AM - francescof - F/U changed from 03/22/2024 to 3/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":3,"Comment":"04/01/2024 3:47 AM - francescof - F/U changed from 03/30/2024 to 4/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":4,"Comment":"04/07/2024 9:47 PM - francescof - CLO changed from 04/04/2024 to 04/13/2024 (CLO Date Updated)"},{"comp":1,"quote":212692,"Line":5,"Comment":"04/07/2024 9:47 PM - francescof - F/U changed from 04/06/2024 to 4/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":6,"Comment":"04/15/2024 8:04 AM - francescof - Req Date changed from 04/15/2024 to 04/19/2024 (Req Date Updated)"},{"comp":1,"quote":212692,"Line":7,"Comment":"04/15/2024 8:04 AM - francescof - CLO changed from 04/13/2024 to 04/19/2024 (CLO Date Updated)"},{"comp":1,"quote":212692,"Line":8,"Comment":"04/15/2024 8:05 AM - francescof - F/U changed from 04/13/2024 to 4/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":9,"Comment":"04/29/2024 1:00 AM - francescof - Req Date changed from 04/19/2024 to 05/03/2024 (Req Date Updated)"},{"comp":1,"quote":212692,"Line":10,"Comment":"04/29/2024 1:00 AM - francescof - CLO changed from 04/19/2024 to 05/03/2024 (CLO Date Updated)"},{"comp":1,"quote":212692,"Line":11,"Comment":"04/29/2024 1:00 AM - francescof - F/U changed from 04/19/2024 to 5/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":12,"Comment":"04/29/2024 11:55 AM - francescof - Encounter has been added"},{"comp":1,"quote":212692,"Line":13,"Comment":"05/05/2024 5:47 PM - francescof - Req Date changed from 05/03/2024 to 05/11/2024 (Req Date Updated)"},{"comp":1,"quote":212692,"Line":14,"Comment":"05/05/2024 5:47 PM - francescof - CLO changed from 05/03/2024 to 05/11/2024 (CLO Date Updated)"},{"comp":1,"quote":212692,"Line":15,"Comment":"05/05/2024 5:47 PM - francescof - F/U changed from 05/03/2024 to 5/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":16,"Comment":"05/12/2024 10:44 PM - francescof - Req Date changed from 05/11/2024 to 05/18/2024 (Req Date Updated)"},{"comp":1,"quote":212692,"Line":17,"Comment":"05/12/2024 10:44 PM - francescof - CLO changed from 05/11/2024 to 05/18/2024 (CLO Date Updated)"},{"comp":1,"quote":212692,"Line":18,"Comment":"05/12/2024 10:44 PM - francescof - F/U changed from 05/11/2024 to 5/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":19,"Comment":"05/20/2024 6:01 AM - francescof - Req Date changed from 05/18/2024 to 05/25/2024 (Req Date Updated)"},{"comp":1,"quote":212692,"Line":20,"Comment":"05/20/2024 6:01 AM - francescof - CLO changed from 05/18/2024 to 05/25/2024 (CLO Date Updated)"},{"comp":1,"quote":212692,"Line":21,"Comment":"05/20/2024 6:01 AM - francescof - F/U changed from 05/18/2024 to 5/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":22,"Comment":"06/03/2024 5:58 AM - francescof - Req Date changed from 05/25/2024 to 06/07/2024 (Req Date Updated)"},{"comp":1,"quote":212692,"Line":23,"Comment":"06/03/2024 5:58 AM - francescof - CLO changed from 05/25/2024 to 06/07/2024 (CLO Date Updated)"},{"comp":1,"quote":212692,"Line":24,"Comment":"06/03/2024 5:58 AM - francescof - F/U changed from 05/25/2024 to 6/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":25,"Comment":"06/06/2024 12:44 PM - francescof - F/U changed from 06/07/2024 to 6/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":26,"Comment":"06/06/2024 12:44 PM - francescof - CLO changed from 06/07/2024 to 06/14/2024 (CLO Date Updated)"},{"comp":1,"quote":212692,"Line":27,"Comment":"06/06/2024 12:44 PM - francescof - Req Date changed from 06/07/2024 to 06/14/2024 (Req Date Updated)"},{"comp":1,"quote":212692,"Line":28,"Comment":"06/06/2024 12:45 PM - francescof - Encounter has been added"},{"comp":1,"quote":212692,"Line":29,"Comment":"06/17/2024 5:31 AM - francescof - F/U changed from 06/14/2024 to 6/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":30,"Comment":"06/17/2024 5:31 AM - francescof - CLO changed from 06/14/2024 to 06/21/2024 (CLO Date Updated)"},{"comp":1,"quote":212692,"Line":31,"Comment":"06/17/2024 5:31 AM - francescof - Req Date changed from 06/14/2024 to 06/21/2024 (Req Date Updated)"},{"comp":1,"quote":212692,"Line":32,"Comment":"06/24/2024 5:08 AM - francescof - Req Date changed from 06/21/2024 to 06/28/2024 (Req Date Updated)"},{"comp":1,"quote":212692,"Line":33,"Comment":"06/24/2024 5:08 AM - francescof - CLO changed from 06/21/2024 to 06/28/2024 (CLO Date Updated)"},{"comp":1,"quote":212692,"Line":34,"Comment":"06/24/2024 5:08 AM - francescof - F/U changed from 06/21/2024 to 6/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":35,"Comment":"07/01/2024 5:59 AM - francescof - F/U changed from 06/28/2024 to 7/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":36,"Comment":"07/01/2024 5:59 AM - francescof - CLO changed from 06/28/2024 to 07/05/2024 (CLO Date Updated)"},{"comp":1,"quote":212692,"Line":37,"Comment":"07/01/2024 5:59 AM - francescof - Req Date changed from 06/28/2024 to 07/05/2024 (Req Date Updated)"},{"comp":1,"quote":212692,"Line":38,"Comment":"07/15/2024 6:31 AM - francescof - Req Date changed from 07/05/2024 to 07/19/2024 (Req Date Updated)"},{"comp":1,"quote":212692,"Line":39,"Comment":"07/15/2024 6:31 AM - francescof - CLO changed from 07/05/2024 to 07/19/2024 (CLO Date Updated)"},{"comp":1,"quote":212692,"Line":40,"Comment":"07/15/2024 6:31 AM - francescof - F/U changed from 07/05/2024 to 7/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":41,"Comment":"08/07/2024 3:09 AM - francescof - Encounter has been added"},{"comp":1,"quote":212692,"Line":42,"Comment":"08/09/2024 1:41 PM - francescof - F/U changed from 07/19/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":43,"Comment":"08/09/2024 1:41 PM - francescof - CLO changed from 07/19/2024 to 08/19/2024 (CLO Date Updated)"},{"comp":1,"quote":212692,"Line":44,"Comment":"08/09/2024 1:41 PM - francescof - Req Date changed from 07/19/2024 to 08/19/2024 (Req Date Updated)"},{"comp":1,"quote":212692,"Line":45,"Comment":"08/26/2024 1:51 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":46,"Comment":"08/26/2024 1:51 PM - francescof - CLO changed from 08/19/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":212692,"Line":47,"Comment":"08/26/2024 1:51 PM - francescof - Req Date changed from 08/19/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":212692,"Line":48,"Comment":"09/23/2024 4:29 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":49,"Comment":"09/23/2024 4:29 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":212692,"Line":50,"Comment":"09/23/2024 4:29 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":212692,"Line":51,"Comment":"10/14/2024 5:22 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":52,"Comment":"10/14/2024 5:22 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":212692,"Line":53,"Comment":"10/14/2024 5:22 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":212692,"Line":54,"Comment":"11/10/2024 2:37 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":55,"Comment":"11/10/2024 2:37 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"212692","line":"1","part":"C50FHM-ER32-215ICE-110TP","qty":"2","price":"15066.00","uom":"EA","discount":"25.00","req_date":"12 WEEKS","branch":"1"},{"comp":"01","order":"212692","line":"2","part":"MODIFICATION-PB-SP","qty":"2","price":"770.00","uom":"EA","discount":"0.00","req_date":"3-5 DAYS ARO","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-10 14:37:28.717 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-212692-11102024143728.txt === {"quote":"212692","customer":"20785","name":null,"customerName":"Toyoda Machinery USA","comp":"01","open":"0","shipto":"TOYODAM","shiptoName":"JTEKT Toyoda Americas Corporation","entry_date":"03-04-2024","cust_order_date":"03-04-2024","req_date":"11-18-2024","cust_po":"CAT50 ANGLE HEAD PROJ","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"NICK FONTANA","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"19:47","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"NICK FONTANA","follow_phone":"(847) 253-0340","follow_email":"nfontana@jtektmachinery.com","pic_user":"francescof","total_amt":"24139.00","total_gp":"8502.56","total_gpm":"35.22","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"212692","line":"0","data":"03-04-2024 19:49 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":212692,"Line":0,"Comment":"03/15/2024 2:34 PM - francescof - F/U changed from 03/17/2024 to 3/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":1,"Comment":"03/15/2024 2:34 PM - francescof - Encounter has been added"},{"comp":1,"quote":212692,"Line":2,"Comment":"03/25/2024 4:27 AM - francescof - F/U changed from 03/22/2024 to 3/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":3,"Comment":"04/01/2024 3:47 AM - francescof - F/U changed from 03/30/2024 to 4/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":4,"Comment":"04/07/2024 9:47 PM - francescof - CLO changed from 04/04/2024 to 04/13/2024 (CLO Date Updated)"},{"comp":1,"quote":212692,"Line":5,"Comment":"04/07/2024 9:47 PM - francescof - F/U changed from 04/06/2024 to 4/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":6,"Comment":"04/15/2024 8:04 AM - francescof - Req Date changed from 04/15/2024 to 04/19/2024 (Req Date Updated)"},{"comp":1,"quote":212692,"Line":7,"Comment":"04/15/2024 8:04 AM - francescof - CLO changed from 04/13/2024 to 04/19/2024 (CLO Date Updated)"},{"comp":1,"quote":212692,"Line":8,"Comment":"04/15/2024 8:05 AM - francescof - F/U changed from 04/13/2024 to 4/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":9,"Comment":"04/29/2024 1:00 AM - francescof - Req Date changed from 04/19/2024 to 05/03/2024 (Req Date Updated)"},{"comp":1,"quote":212692,"Line":10,"Comment":"04/29/2024 1:00 AM - francescof - CLO changed from 04/19/2024 to 05/03/2024 (CLO Date Updated)"},{"comp":1,"quote":212692,"Line":11,"Comment":"04/29/2024 1:00 AM - francescof - F/U changed from 04/19/2024 to 5/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":12,"Comment":"04/29/2024 11:55 AM - francescof - Encounter has been added"},{"comp":1,"quote":212692,"Line":13,"Comment":"05/05/2024 5:47 PM - francescof - Req Date changed from 05/03/2024 to 05/11/2024 (Req Date Updated)"},{"comp":1,"quote":212692,"Line":14,"Comment":"05/05/2024 5:47 PM - francescof - CLO changed from 05/03/2024 to 05/11/2024 (CLO Date Updated)"},{"comp":1,"quote":212692,"Line":15,"Comment":"05/05/2024 5:47 PM - francescof - F/U changed from 05/03/2024 to 5/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":16,"Comment":"05/12/2024 10:44 PM - francescof - Req Date changed from 05/11/2024 to 05/18/2024 (Req Date Updated)"},{"comp":1,"quote":212692,"Line":17,"Comment":"05/12/2024 10:44 PM - francescof - CLO changed from 05/11/2024 to 05/18/2024 (CLO Date Updated)"},{"comp":1,"quote":212692,"Line":18,"Comment":"05/12/2024 10:44 PM - francescof - F/U changed from 05/11/2024 to 5/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":19,"Comment":"05/20/2024 6:01 AM - francescof - Req Date changed from 05/18/2024 to 05/25/2024 (Req Date Updated)"},{"comp":1,"quote":212692,"Line":20,"Comment":"05/20/2024 6:01 AM - francescof - CLO changed from 05/18/2024 to 05/25/2024 (CLO Date Updated)"},{"comp":1,"quote":212692,"Line":21,"Comment":"05/20/2024 6:01 AM - francescof - F/U changed from 05/18/2024 to 5/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":22,"Comment":"06/03/2024 5:58 AM - francescof - Req Date changed from 05/25/2024 to 06/07/2024 (Req Date Updated)"},{"comp":1,"quote":212692,"Line":23,"Comment":"06/03/2024 5:58 AM - francescof - CLO changed from 05/25/2024 to 06/07/2024 (CLO Date Updated)"},{"comp":1,"quote":212692,"Line":24,"Comment":"06/03/2024 5:58 AM - francescof - F/U changed from 05/25/2024 to 6/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":25,"Comment":"06/06/2024 12:44 PM - francescof - F/U changed from 06/07/2024 to 6/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":26,"Comment":"06/06/2024 12:44 PM - francescof - CLO changed from 06/07/2024 to 06/14/2024 (CLO Date Updated)"},{"comp":1,"quote":212692,"Line":27,"Comment":"06/06/2024 12:44 PM - francescof - Req Date changed from 06/07/2024 to 06/14/2024 (Req Date Updated)"},{"comp":1,"quote":212692,"Line":28,"Comment":"06/06/2024 12:45 PM - francescof - Encounter has been added"},{"comp":1,"quote":212692,"Line":29,"Comment":"06/17/2024 5:31 AM - francescof - F/U changed from 06/14/2024 to 6/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":30,"Comment":"06/17/2024 5:31 AM - francescof - CLO changed from 06/14/2024 to 06/21/2024 (CLO Date Updated)"},{"comp":1,"quote":212692,"Line":31,"Comment":"06/17/2024 5:31 AM - francescof - Req Date changed from 06/14/2024 to 06/21/2024 (Req Date Updated)"},{"comp":1,"quote":212692,"Line":32,"Comment":"06/24/2024 5:08 AM - francescof - Req Date changed from 06/21/2024 to 06/28/2024 (Req Date Updated)"},{"comp":1,"quote":212692,"Line":33,"Comment":"06/24/2024 5:08 AM - francescof - CLO changed from 06/21/2024 to 06/28/2024 (CLO Date Updated)"},{"comp":1,"quote":212692,"Line":34,"Comment":"06/24/2024 5:08 AM - francescof - F/U changed from 06/21/2024 to 6/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":35,"Comment":"07/01/2024 5:59 AM - francescof - F/U changed from 06/28/2024 to 7/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":36,"Comment":"07/01/2024 5:59 AM - francescof - CLO changed from 06/28/2024 to 07/05/2024 (CLO Date Updated)"},{"comp":1,"quote":212692,"Line":37,"Comment":"07/01/2024 5:59 AM - francescof - Req Date changed from 06/28/2024 to 07/05/2024 (Req Date Updated)"},{"comp":1,"quote":212692,"Line":38,"Comment":"07/15/2024 6:31 AM - francescof - Req Date changed from 07/05/2024 to 07/19/2024 (Req Date Updated)"},{"comp":1,"quote":212692,"Line":39,"Comment":"07/15/2024 6:31 AM - francescof - CLO changed from 07/05/2024 to 07/19/2024 (CLO Date Updated)"},{"comp":1,"quote":212692,"Line":40,"Comment":"07/15/2024 6:31 AM - francescof - F/U changed from 07/05/2024 to 7/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":41,"Comment":"08/07/2024 3:09 AM - francescof - Encounter has been added"},{"comp":1,"quote":212692,"Line":42,"Comment":"08/09/2024 1:41 PM - francescof - F/U changed from 07/19/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":43,"Comment":"08/09/2024 1:41 PM - francescof - CLO changed from 07/19/2024 to 08/19/2024 (CLO Date Updated)"},{"comp":1,"quote":212692,"Line":44,"Comment":"08/09/2024 1:41 PM - francescof - Req Date changed from 07/19/2024 to 08/19/2024 (Req Date Updated)"},{"comp":1,"quote":212692,"Line":45,"Comment":"08/26/2024 1:51 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":46,"Comment":"08/26/2024 1:51 PM - francescof - CLO changed from 08/19/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":212692,"Line":47,"Comment":"08/26/2024 1:51 PM - francescof - Req Date changed from 08/19/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":212692,"Line":48,"Comment":"09/23/2024 4:29 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":49,"Comment":"09/23/2024 4:29 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":212692,"Line":50,"Comment":"09/23/2024 4:29 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":212692,"Line":51,"Comment":"10/14/2024 5:22 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":52,"Comment":"10/14/2024 5:22 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":212692,"Line":53,"Comment":"10/14/2024 5:22 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":212692,"Line":54,"Comment":"11/10/2024 2:37 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":212692,"Line":55,"Comment":"11/10/2024 2:37 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"},{"comp":1,"quote":212692,"Line":56,"Comment":"11/10/2024 2:37 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"212692","line":"1","part":"C50FHM-ER32-215ICE-110TP","qty":"2","price":"15066.00","uom":"EA","discount":"25.00","req_date":"12 WEEKS","branch":"1"},{"comp":"01","order":"212692","line":"2","part":"MODIFICATION-PB-SP","qty":"2","price":"770.00","uom":"EA","discount":"0.00","req_date":"3-5 DAYS ARO","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-10 14:39:43.262 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222328-11102024143943.txt === {"quote":"222328","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"NNTCITAS","shiptoName":"PTSolutions - Itasca","entry_date":"10-01-2024","cust_order_date":"10-01-2024","req_date":"10-25-2024","cust_po":"E46B 23.6\" TRAVEL","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Rob Bayne","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"09:44","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Rob Bayne","follow_phone":"586-755-7770","follow_email":"Robbayne@pts-tools.com","pic_user":"francescof","total_amt":"26120","total_gp":"25772.51","total_gpm":"98.67","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"9","win_pct":"20","clo_date":"10-31-2024","notes":[],"crmnotes":[{"comp":1,"quote":222328,"Line":0,"Comment":"10/14/2024 5:31 AM - francescof - Req Date changed from 10/01/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":222328,"Line":1,"Comment":"10/14/2024 5:31 AM - francescof - F/U changed from 10/07/2024 to 10/25/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222328","line":"1","part":"PRE-E46B-I40","qty":"1","price":"31600.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222328","line":"2","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222328","line":"3","part":"PRE-INST/TRAINING","qty":"1","price":"2150.00","uom":"EA","discount":"100.00","req_date":"TBD","branch":"1"},{"comp":"01","order":"222328","line":"5","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222328","line":"6","part":"PRE-PRNT-ROLL-QL800","qty":"5","price":"30.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222328","Line":"1","Company":"1","F_Line":"1","Comment":"THIS PRESETTER HAS 23.6 OF TRAVEL","Loc":"Y"}],"qcomms":[{"Quote":"222328","Line":"0","Comment":"ONCE INVOICED THESE ITEMS MAY NOT BE RETURNED"},{"Quote":"222328","Line":"1","Comment":"OR EXCHANGED."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-10 14:39:50.853 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222328-11102024143950.txt === {"quote":"222328","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"NNTCITAS","shiptoName":"PTSolutions - Itasca","entry_date":"10-01-2024","cust_order_date":"10-01-2024","req_date":"10-25-2024","cust_po":"E46B 23.6\" TRAVEL","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Rob Bayne","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"09:44","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Rob Bayne","follow_phone":"586-755-7770","follow_email":"Robbayne@pts-tools.com","pic_user":"francescof","total_amt":"26120","total_gp":"25772.51","total_gpm":"98.67","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"9","win_pct":"20","clo_date":"11-18-2024","notes":[],"crmnotes":[{"comp":1,"quote":222328,"Line":0,"Comment":"10/14/2024 5:31 AM - francescof - Req Date changed from 10/01/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":222328,"Line":1,"Comment":"10/14/2024 5:31 AM - francescof - F/U changed from 10/07/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222328,"Line":2,"Comment":"11/10/2024 2:39 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222328,"Line":3,"Comment":"11/10/2024 2:39 PM - francescof - CLO changed from 10/31/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222328","line":"1","part":"PRE-E46B-I40","qty":"1","price":"31600.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222328","line":"2","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222328","line":"3","part":"PRE-INST/TRAINING","qty":"1","price":"2150.00","uom":"EA","discount":"100.00","req_date":"TBD","branch":"1"},{"comp":"01","order":"222328","line":"5","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222328","line":"6","part":"PRE-PRNT-ROLL-QL800","qty":"5","price":"30.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222328","Line":"1","Company":"1","F_Line":"1","Comment":"THIS PRESETTER HAS 23.6 OF TRAVEL","Loc":"Y"}],"qcomms":[{"Quote":"222328","Line":"0","Comment":"ONCE INVOICED THESE ITEMS MAY NOT BE RETURNED"},{"Quote":"222328","Line":"1","Comment":"OR EXCHANGED."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-10 14:39:57.812 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222328-11102024143957.txt === {"quote":"222328","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"NNTCITAS","shiptoName":"PTSolutions - Itasca","entry_date":"10-01-2024","cust_order_date":"10-01-2024","req_date":"11-18-2024","cust_po":"E46B 23.6\" TRAVEL","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Rob Bayne","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"09:44","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Rob Bayne","follow_phone":"586-755-7770","follow_email":"Robbayne@pts-tools.com","pic_user":"francescof","total_amt":"26120","total_gp":"25772.51","total_gpm":"98.67","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"9","win_pct":"20","clo_date":"11-18-2024","notes":[],"crmnotes":[{"comp":1,"quote":222328,"Line":0,"Comment":"10/14/2024 5:31 AM - francescof - Req Date changed from 10/01/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":222328,"Line":1,"Comment":"10/14/2024 5:31 AM - francescof - F/U changed from 10/07/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222328,"Line":2,"Comment":"11/10/2024 2:39 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222328,"Line":3,"Comment":"11/10/2024 2:39 PM - francescof - CLO changed from 10/31/2024 to 11/18/2024 (CLO Date Updated)"},{"comp":1,"quote":222328,"Line":4,"Comment":"11/10/2024 2:39 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222328","line":"1","part":"PRE-E46B-I40","qty":"1","price":"31600.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222328","line":"2","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222328","line":"3","part":"PRE-INST/TRAINING","qty":"1","price":"2150.00","uom":"EA","discount":"100.00","req_date":"TBD","branch":"1"},{"comp":"01","order":"222328","line":"5","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222328","line":"6","part":"PRE-PRNT-ROLL-QL800","qty":"5","price":"30.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222328","Line":"1","Company":"1","F_Line":"1","Comment":"THIS PRESETTER HAS 23.6 OF TRAVEL","Loc":"Y"}],"qcomms":[{"Quote":"222328","Line":"0","Comment":"ONCE INVOICED THESE ITEMS MAY NOT BE RETURNED"},{"Quote":"222328","Line":"1","Comment":"OR EXCHANGED."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-10 14:40:08.476 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-217036-11102024144008.txt === {"quote":"217036","customer":"20785","name":null,"customerName":"Toyoda Machinery USA","comp":"01","open":"0","shipto":"TOYODAM","shiptoName":"JTEKT Toyoda Americas Corporation","entry_date":"06-04-2024","cust_order_date":"06-04-2024","req_date":"10-25-2024","cust_po":"AMS DTC400XL-L","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Nick Fontana","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"14:39","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Nick Fontana","follow_phone":"847-253-0340","follow_email":"nfontana@jtektmachinery.com","pic_user":"francescof","total_amt":"51892.00","total_gp":"39099.32","total_gpm":"75.35","rev_type":"RT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"2","win_pct":"20","clo_date":"10-25-2024","notes":[{"comp":"1","quote":"217036","line":"0","data":"06-04-2024 14:40 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":217036,"Line":0,"Comment":"06/06/2024 12:53 PM - francescof - Encounter has been added"},{"comp":1,"quote":217036,"Line":1,"Comment":"06/24/2024 5:00 AM - francescof - F/U changed from 06/17/2024 to 6/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217036,"Line":2,"Comment":"07/01/2024 6:10 AM - francescof - F/U changed from 06/29/2024 to 7/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217036,"Line":3,"Comment":"07/15/2024 6:35 AM - francescof - CLO changed from 07/04/2024 to 07/19/2024 (CLO Date Updated)"},{"comp":1,"quote":217036,"Line":4,"Comment":"07/15/2024 6:36 AM - francescof - F/U changed from 07/05/2024 to 7/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217036,"Line":5,"Comment":"08/07/2024 3:10 AM - francescof - Encounter has been added"},{"comp":1,"quote":217036,"Line":6,"Comment":"08/09/2024 1:42 PM - francescof - Req Date changed from 07/16/2024 to 08/19/2024 (Req Date Updated)"},{"comp":1,"quote":217036,"Line":7,"Comment":"08/09/2024 1:42 PM - francescof - CLO changed from 07/19/2024 to 08/19/2024 (CLO Date Updated)"},{"comp":1,"quote":217036,"Line":8,"Comment":"08/09/2024 1:42 PM - francescof - F/U changed from 07/19/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217036,"Line":9,"Comment":"08/26/2024 1:53 PM - francescof - Req Date changed from 08/19/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":217036,"Line":10,"Comment":"08/26/2024 1:53 PM - francescof - CLO changed from 08/19/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":217036,"Line":11,"Comment":"08/26/2024 1:54 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217036,"Line":12,"Comment":"09/23/2024 4:27 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217036,"Line":13,"Comment":"09/23/2024 4:27 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":217036,"Line":14,"Comment":"09/23/2024 4:27 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":217036,"Line":15,"Comment":"10/14/2024 5:18 AM - francescof - Req Date changed from 10/05/2024 to 10/18/2024 (Req Date Updated)"},{"comp":1,"quote":217036,"Line":16,"Comment":"10/14/2024 5:18 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":217036,"Line":17,"Comment":"10/14/2024 5:19 AM - francescof - Req Date changed from 10/18/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":217036,"Line":18,"Comment":"10/14/2024 5:19 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"217036","line":"1","part":"5AX-2MT-105-120FA-M","qty":"1","price":"48615.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217036","line":"2","part":"INSTALLATION-RT-5AX-MW","qty":"1","price":"13000.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-10 14:40:16.971 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-217036-11102024144016.txt === {"quote":"217036","customer":"20785","name":null,"customerName":"Toyoda Machinery USA","comp":"01","open":"0","shipto":"TOYODAM","shiptoName":"JTEKT Toyoda Americas Corporation","entry_date":"06-04-2024","cust_order_date":"06-04-2024","req_date":"10-25-2024","cust_po":"AMS DTC400XL-L","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Nick Fontana","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"14:39","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Nick Fontana","follow_phone":"847-253-0340","follow_email":"nfontana@jtektmachinery.com","pic_user":"francescof","total_amt":"51892.00","total_gp":"39099.32","total_gpm":"75.35","rev_type":"RT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"217036","line":"0","data":"06-04-2024 14:40 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":217036,"Line":0,"Comment":"06/06/2024 12:53 PM - francescof - Encounter has been added"},{"comp":1,"quote":217036,"Line":1,"Comment":"06/24/2024 5:00 AM - francescof - F/U changed from 06/17/2024 to 6/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217036,"Line":2,"Comment":"07/01/2024 6:10 AM - francescof - F/U changed from 06/29/2024 to 7/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217036,"Line":3,"Comment":"07/15/2024 6:35 AM - francescof - CLO changed from 07/04/2024 to 07/19/2024 (CLO Date Updated)"},{"comp":1,"quote":217036,"Line":4,"Comment":"07/15/2024 6:36 AM - francescof - F/U changed from 07/05/2024 to 7/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217036,"Line":5,"Comment":"08/07/2024 3:10 AM - francescof - Encounter has been added"},{"comp":1,"quote":217036,"Line":6,"Comment":"08/09/2024 1:42 PM - francescof - Req Date changed from 07/16/2024 to 08/19/2024 (Req Date Updated)"},{"comp":1,"quote":217036,"Line":7,"Comment":"08/09/2024 1:42 PM - francescof - CLO changed from 07/19/2024 to 08/19/2024 (CLO Date Updated)"},{"comp":1,"quote":217036,"Line":8,"Comment":"08/09/2024 1:42 PM - francescof - F/U changed from 07/19/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217036,"Line":9,"Comment":"08/26/2024 1:53 PM - francescof - Req Date changed from 08/19/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":217036,"Line":10,"Comment":"08/26/2024 1:53 PM - francescof - CLO changed from 08/19/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":217036,"Line":11,"Comment":"08/26/2024 1:54 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217036,"Line":12,"Comment":"09/23/2024 4:27 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217036,"Line":13,"Comment":"09/23/2024 4:27 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":217036,"Line":14,"Comment":"09/23/2024 4:27 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":217036,"Line":15,"Comment":"10/14/2024 5:18 AM - francescof - Req Date changed from 10/05/2024 to 10/18/2024 (Req Date Updated)"},{"comp":1,"quote":217036,"Line":16,"Comment":"10/14/2024 5:18 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":217036,"Line":17,"Comment":"10/14/2024 5:19 AM - francescof - Req Date changed from 10/18/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":217036,"Line":18,"Comment":"10/14/2024 5:19 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217036,"Line":19,"Comment":"11/10/2024 2:40 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217036,"Line":20,"Comment":"11/10/2024 2:40 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"217036","line":"1","part":"5AX-2MT-105-120FA-M","qty":"1","price":"48615.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217036","line":"2","part":"INSTALLATION-RT-5AX-MW","qty":"1","price":"13000.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-10 14:40:24.983 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-217036-11102024144024.txt === {"quote":"217036","customer":"20785","name":null,"customerName":"Toyoda Machinery USA","comp":"01","open":"0","shipto":"TOYODAM","shiptoName":"JTEKT Toyoda Americas Corporation","entry_date":"06-04-2024","cust_order_date":"06-04-2024","req_date":"11-18-2024","cust_po":"AMS DTC400XL-L","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Nick Fontana","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"14:39","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Nick Fontana","follow_phone":"847-253-0340","follow_email":"nfontana@jtektmachinery.com","pic_user":"francescof","total_amt":"51892.00","total_gp":"39099.32","total_gpm":"75.35","rev_type":"RT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"217036","line":"0","data":"06-04-2024 14:40 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":217036,"Line":0,"Comment":"06/06/2024 12:53 PM - francescof - Encounter has been added"},{"comp":1,"quote":217036,"Line":1,"Comment":"06/24/2024 5:00 AM - francescof - F/U changed from 06/17/2024 to 6/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217036,"Line":2,"Comment":"07/01/2024 6:10 AM - francescof - F/U changed from 06/29/2024 to 7/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217036,"Line":3,"Comment":"07/15/2024 6:35 AM - francescof - CLO changed from 07/04/2024 to 07/19/2024 (CLO Date Updated)"},{"comp":1,"quote":217036,"Line":4,"Comment":"07/15/2024 6:36 AM - francescof - F/U changed from 07/05/2024 to 7/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217036,"Line":5,"Comment":"08/07/2024 3:10 AM - francescof - Encounter has been added"},{"comp":1,"quote":217036,"Line":6,"Comment":"08/09/2024 1:42 PM - francescof - Req Date changed from 07/16/2024 to 08/19/2024 (Req Date Updated)"},{"comp":1,"quote":217036,"Line":7,"Comment":"08/09/2024 1:42 PM - francescof - CLO changed from 07/19/2024 to 08/19/2024 (CLO Date Updated)"},{"comp":1,"quote":217036,"Line":8,"Comment":"08/09/2024 1:42 PM - francescof - F/U changed from 07/19/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217036,"Line":9,"Comment":"08/26/2024 1:53 PM - francescof - Req Date changed from 08/19/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":217036,"Line":10,"Comment":"08/26/2024 1:53 PM - francescof - CLO changed from 08/19/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":217036,"Line":11,"Comment":"08/26/2024 1:54 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217036,"Line":12,"Comment":"09/23/2024 4:27 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217036,"Line":13,"Comment":"09/23/2024 4:27 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":217036,"Line":14,"Comment":"09/23/2024 4:27 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":217036,"Line":15,"Comment":"10/14/2024 5:18 AM - francescof - Req Date changed from 10/05/2024 to 10/18/2024 (Req Date Updated)"},{"comp":1,"quote":217036,"Line":16,"Comment":"10/14/2024 5:18 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":217036,"Line":17,"Comment":"10/14/2024 5:19 AM - francescof - Req Date changed from 10/18/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":217036,"Line":18,"Comment":"10/14/2024 5:19 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217036,"Line":19,"Comment":"11/10/2024 2:40 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217036,"Line":20,"Comment":"11/10/2024 2:40 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"},{"comp":1,"quote":217036,"Line":21,"Comment":"11/10/2024 2:40 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"217036","line":"1","part":"5AX-2MT-105-120FA-M","qty":"1","price":"48615.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217036","line":"2","part":"INSTALLATION-RT-5AX-MW","qty":"1","price":"13000.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-10 14:41:21.671 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-217132-11102024144121.txt === {"quote":"217132","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"NNTCITAS","shiptoName":"PTSolutions - Itasca","entry_date":"06-06-2024","cust_order_date":"06-06-2024","req_date":"10-25-2024","cust_po":"MAZAK FH5800 Project","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Rob Bayne","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"07:49","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Rob Bayne","follow_phone":"586-755-7770","follow_email":"Robbayne@pts-tools.com","pic_user":"francescof","total_amt":"324.80","total_gp":"236.40","total_gpm":"72.78","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"20","win_pct":"20","clo_date":"10-25-2024","notes":[{"comp":"1","quote":"217132","line":"1","data":"06-06-2024 07:50 - Discounts Recalculated QS"},{"comp":"1","quote":"217132","line":"0","data":"06-06-2024 07:50 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":217132,"Line":0,"Comment":"06/17/2024 5:19 AM - francescof - F/U changed from 06/12/2024 to 6/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217132,"Line":1,"Comment":"06/24/2024 5:12 AM - francescof - F/U changed from 06/21/2024 to 6/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217132,"Line":2,"Comment":"07/01/2024 6:08 AM - francescof - F/U changed from 06/28/2024 to 7/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217132,"Line":3,"Comment":"07/01/2024 6:08 AM - francescof - F/U changed from 07/05/2024 to 7/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217132,"Line":4,"Comment":"07/15/2024 6:35 AM - francescof - F/U changed from 07/05/2024 to 7/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217132,"Line":5,"Comment":"07/15/2024 6:35 AM - francescof - CLO changed from 07/06/2024 to 07/19/2024 (CLO Date Updated)"},{"comp":1,"quote":217132,"Line":6,"Comment":"07/29/2024 5:52 PM - francescof - F/U changed from 07/19/2024 to 8/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217132,"Line":7,"Comment":"07/29/2024 5:52 PM - francescof - CLO changed from 07/19/2024 to 08/02/2024 (CLO Date Updated)"},{"comp":1,"quote":217132,"Line":8,"Comment":"07/29/2024 5:52 PM - francescof - Req Date changed from 07/18/2024 to 08/02/2024 (Req Date Updated)"},{"comp":1,"quote":217132,"Line":9,"Comment":"08/07/2024 3:22 AM - francescof - Encounter has been added"},{"comp":1,"quote":217132,"Line":10,"Comment":"08/09/2024 1:38 PM - francescof - F/U changed from 08/02/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217132,"Line":11,"Comment":"08/09/2024 1:38 PM - francescof - CLO changed from 08/02/2024 to 08/19/2024 (CLO Date Updated)"},{"comp":1,"quote":217132,"Line":12,"Comment":"08/09/2024 1:38 PM - francescof - Req Date changed from 08/02/2024 to 08/19/2024 (Req Date Updated)"},{"comp":1,"quote":217132,"Line":13,"Comment":"08/26/2024 1:52 PM - francescof - Req Date changed from 08/19/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":217132,"Line":14,"Comment":"08/26/2024 1:52 PM - francescof - CLO changed from 08/19/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":217132,"Line":15,"Comment":"08/26/2024 1:52 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217132,"Line":16,"Comment":"09/23/2024 4:31 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217132,"Line":17,"Comment":"09/23/2024 4:31 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":217132,"Line":18,"Comment":"09/23/2024 4:32 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":217132,"Line":19,"Comment":"10/14/2024 5:17 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":217132,"Line":20,"Comment":"10/14/2024 5:17 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":217132,"Line":21,"Comment":"10/14/2024 5:17 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"217132","line":"1","part":"C40-STD-EU","qty":"20","price":"28.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-10 14:41:31.452 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-217132-11102024144131.txt === {"quote":"217132","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"NNTCITAS","shiptoName":"PTSolutions - Itasca","entry_date":"06-06-2024","cust_order_date":"06-06-2024","req_date":"10-25-2024","cust_po":"MAZAK FH5800 Project","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Rob Bayne","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"07:49","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Rob Bayne","follow_phone":"586-755-7770","follow_email":"Robbayne@pts-tools.com","pic_user":"francescof","total_amt":"324.80","total_gp":"236.40","total_gpm":"72.78","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"20","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"217132","line":"1","data":"06-06-2024 07:50 - Discounts Recalculated QS"},{"comp":"1","quote":"217132","line":"0","data":"06-06-2024 07:50 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":217132,"Line":0,"Comment":"06/17/2024 5:19 AM - francescof - F/U changed from 06/12/2024 to 6/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217132,"Line":1,"Comment":"06/24/2024 5:12 AM - francescof - F/U changed from 06/21/2024 to 6/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217132,"Line":2,"Comment":"07/01/2024 6:08 AM - francescof - F/U changed from 06/28/2024 to 7/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217132,"Line":3,"Comment":"07/01/2024 6:08 AM - francescof - F/U changed from 07/05/2024 to 7/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217132,"Line":4,"Comment":"07/15/2024 6:35 AM - francescof - F/U changed from 07/05/2024 to 7/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217132,"Line":5,"Comment":"07/15/2024 6:35 AM - francescof - CLO changed from 07/06/2024 to 07/19/2024 (CLO Date Updated)"},{"comp":1,"quote":217132,"Line":6,"Comment":"07/29/2024 5:52 PM - francescof - F/U changed from 07/19/2024 to 8/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217132,"Line":7,"Comment":"07/29/2024 5:52 PM - francescof - CLO changed from 07/19/2024 to 08/02/2024 (CLO Date Updated)"},{"comp":1,"quote":217132,"Line":8,"Comment":"07/29/2024 5:52 PM - francescof - Req Date changed from 07/18/2024 to 08/02/2024 (Req Date Updated)"},{"comp":1,"quote":217132,"Line":9,"Comment":"08/07/2024 3:22 AM - francescof - Encounter has been added"},{"comp":1,"quote":217132,"Line":10,"Comment":"08/09/2024 1:38 PM - francescof - F/U changed from 08/02/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217132,"Line":11,"Comment":"08/09/2024 1:38 PM - francescof - CLO changed from 08/02/2024 to 08/19/2024 (CLO Date Updated)"},{"comp":1,"quote":217132,"Line":12,"Comment":"08/09/2024 1:38 PM - francescof - Req Date changed from 08/02/2024 to 08/19/2024 (Req Date Updated)"},{"comp":1,"quote":217132,"Line":13,"Comment":"08/26/2024 1:52 PM - francescof - Req Date changed from 08/19/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":217132,"Line":14,"Comment":"08/26/2024 1:52 PM - francescof - CLO changed from 08/19/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":217132,"Line":15,"Comment":"08/26/2024 1:52 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217132,"Line":16,"Comment":"09/23/2024 4:31 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217132,"Line":17,"Comment":"09/23/2024 4:31 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":217132,"Line":18,"Comment":"09/23/2024 4:32 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":217132,"Line":19,"Comment":"10/14/2024 5:17 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":217132,"Line":20,"Comment":"10/14/2024 5:17 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":217132,"Line":21,"Comment":"10/14/2024 5:17 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217132,"Line":22,"Comment":"11/10/2024 2:41 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217132,"Line":23,"Comment":"11/10/2024 2:41 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"217132","line":"1","part":"C40-STD-EU","qty":"20","price":"28.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-10 14:41:45.181 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-217132-11102024144144.txt === {"quote":"217132","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"NNTCITAS","shiptoName":"PTSolutions - Itasca","entry_date":"06-06-2024","cust_order_date":"06-06-2024","req_date":"11-18-2024","cust_po":"MAZAK FH5800 Project","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Rob Bayne","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"07:49","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Rob Bayne","follow_phone":"586-755-7770","follow_email":"Robbayne@pts-tools.com","pic_user":"francescof","total_amt":"324.80","total_gp":"236.40","total_gpm":"72.78","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"20","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"217132","line":"1","data":"06-06-2024 07:50 - Discounts Recalculated QS"},{"comp":"1","quote":"217132","line":"0","data":"06-06-2024 07:50 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":217132,"Line":0,"Comment":"06/17/2024 5:19 AM - francescof - F/U changed from 06/12/2024 to 6/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217132,"Line":1,"Comment":"06/24/2024 5:12 AM - francescof - F/U changed from 06/21/2024 to 6/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217132,"Line":2,"Comment":"07/01/2024 6:08 AM - francescof - F/U changed from 06/28/2024 to 7/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217132,"Line":3,"Comment":"07/01/2024 6:08 AM - francescof - F/U changed from 07/05/2024 to 7/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217132,"Line":4,"Comment":"07/15/2024 6:35 AM - francescof - F/U changed from 07/05/2024 to 7/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217132,"Line":5,"Comment":"07/15/2024 6:35 AM - francescof - CLO changed from 07/06/2024 to 07/19/2024 (CLO Date Updated)"},{"comp":1,"quote":217132,"Line":6,"Comment":"07/29/2024 5:52 PM - francescof - F/U changed from 07/19/2024 to 8/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217132,"Line":7,"Comment":"07/29/2024 5:52 PM - francescof - CLO changed from 07/19/2024 to 08/02/2024 (CLO Date Updated)"},{"comp":1,"quote":217132,"Line":8,"Comment":"07/29/2024 5:52 PM - francescof - Req Date changed from 07/18/2024 to 08/02/2024 (Req Date Updated)"},{"comp":1,"quote":217132,"Line":9,"Comment":"08/07/2024 3:22 AM - francescof - Encounter has been added"},{"comp":1,"quote":217132,"Line":10,"Comment":"08/09/2024 1:38 PM - francescof - F/U changed from 08/02/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217132,"Line":11,"Comment":"08/09/2024 1:38 PM - francescof - CLO changed from 08/02/2024 to 08/19/2024 (CLO Date Updated)"},{"comp":1,"quote":217132,"Line":12,"Comment":"08/09/2024 1:38 PM - francescof - Req Date changed from 08/02/2024 to 08/19/2024 (Req Date Updated)"},{"comp":1,"quote":217132,"Line":13,"Comment":"08/26/2024 1:52 PM - francescof - Req Date changed from 08/19/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":217132,"Line":14,"Comment":"08/26/2024 1:52 PM - francescof - CLO changed from 08/19/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":217132,"Line":15,"Comment":"08/26/2024 1:52 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217132,"Line":16,"Comment":"09/23/2024 4:31 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217132,"Line":17,"Comment":"09/23/2024 4:31 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":217132,"Line":18,"Comment":"09/23/2024 4:32 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":217132,"Line":19,"Comment":"10/14/2024 5:17 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":217132,"Line":20,"Comment":"10/14/2024 5:17 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":217132,"Line":21,"Comment":"10/14/2024 5:17 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217132,"Line":22,"Comment":"11/10/2024 2:41 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217132,"Line":23,"Comment":"11/10/2024 2:41 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"},{"comp":1,"quote":217132,"Line":24,"Comment":"11/10/2024 2:41 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"217132","line":"1","part":"C40-STD-EU","qty":"20","price":"28.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-10 14:41:51.848 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222413-11102024144151.txt === {"quote":"222413","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"MSCIMACH","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"10-02-2024","cust_order_date":"10-02-2024","req_date":"11-18-2024","cust_po":"Rockford Ball Screw","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Chance Parker","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"12:39","extra":"","follow_up":"10-25-2024","web_id":"","follow_name":"Chance Parker","follow_phone":"516-812-2000","follow_email":"Chance.Parker@mscdirect.com","pic_user":"francescof","total_amt":"618.80","total_gp":"378.35","total_gpm":"61.14","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-02-2024","notes":[{"comp":"1","quote":"222413","line":"0","data":"10-02-2024 12:39 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222413,"Line":0,"Comment":"10/14/2024 5:38 AM - francescof - F/U changed from 10/08/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222413,"Line":1,"Comment":"11/10/2024 2:41 PM - francescof - Req Date changed from 11/13/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222413","line":"1","part":"BMT65-BG20Z-C","qty":"1","price":"831.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222413","line":"2","part":"LB20-1750-90S","qty":"1","price":"79.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-10 14:41:57.380 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222413-11102024144157.txt === {"quote":"222413","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"MSCIMACH","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"10-02-2024","cust_order_date":"10-02-2024","req_date":"11-18-2024","cust_po":"Rockford Ball Screw","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Chance Parker","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"12:39","extra":"","follow_up":"10-25-2024","web_id":"","follow_name":"Chance Parker","follow_phone":"516-812-2000","follow_email":"Chance.Parker@mscdirect.com","pic_user":"francescof","total_amt":"618.80","total_gp":"378.35","total_gpm":"61.14","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"222413","line":"0","data":"10-02-2024 12:39 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222413,"Line":0,"Comment":"10/14/2024 5:38 AM - francescof - F/U changed from 10/08/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222413,"Line":1,"Comment":"11/10/2024 2:41 PM - francescof - Req Date changed from 11/13/2024 to 11/18/2024 (Req Date Updated)"},{"comp":1,"quote":222413,"Line":2,"Comment":"11/10/2024 2:41 PM - francescof - CLO changed from 11/02/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222413","line":"1","part":"BMT65-BG20Z-C","qty":"1","price":"831.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222413","line":"2","part":"LB20-1750-90S","qty":"1","price":"79.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-10 14:42:04.182 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222413-11102024144203.txt === {"quote":"222413","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"MSCIMACH","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"10-02-2024","cust_order_date":"10-02-2024","req_date":"11-18-2024","cust_po":"Rockford Ball Screw","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Chance Parker","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"12:39","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Chance Parker","follow_phone":"516-812-2000","follow_email":"Chance.Parker@mscdirect.com","pic_user":"francescof","total_amt":"618.80","total_gp":"378.35","total_gpm":"61.14","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"222413","line":"0","data":"10-02-2024 12:39 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222413,"Line":0,"Comment":"10/14/2024 5:38 AM - francescof - F/U changed from 10/08/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222413,"Line":1,"Comment":"11/10/2024 2:41 PM - francescof - Req Date changed from 11/13/2024 to 11/18/2024 (Req Date Updated)"},{"comp":1,"quote":222413,"Line":2,"Comment":"11/10/2024 2:41 PM - francescof - CLO changed from 11/02/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222413","line":"1","part":"BMT65-BG20Z-C","qty":"1","price":"831.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222413","line":"2","part":"LB20-1750-90S","qty":"1","price":"79.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-10 14:42:19.877 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218513-11102024144219.txt === {"quote":"218513","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"MACHEMSX","shiptoName":"Machinery Systems Inc.","entry_date":"07-09-2024","cust_order_date":"07-31-2024","req_date":"10-25-2024","cust_po":"E46LA DEMO UNIT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"17:11","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"38688.0","total_gp":"15895.75","total_gpm":"41.09","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"7","win_pct":"20","clo_date":"10-25-2024","notes":[],"crmnotes":[{"comp":1,"quote":218513,"Line":0,"Comment":"07/15/2024 6:34 AM - francescof - Req Date changed from 07/09/2024 to 07/19/2024 (Req Date Updated)"},{"comp":1,"quote":218513,"Line":1,"Comment":"08/07/2024 2:40 AM - francescof - Encounter has been added"},{"comp":1,"quote":218513,"Line":2,"Comment":"08/09/2024 1:43 PM - francescof - F/U changed from 07/15/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218513,"Line":3,"Comment":"08/09/2024 1:43 PM - francescof - Req Date changed from 07/19/2024 to 08/19/2024 (Req Date Updated)"},{"comp":1,"quote":218513,"Line":4,"Comment":"08/26/2024 1:48 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218513,"Line":5,"Comment":"08/26/2024 1:48 PM - francescof - CLO changed from 08/30/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":218513,"Line":6,"Comment":"08/26/2024 1:48 PM - francescof - Req Date changed from 08/19/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":218513,"Line":7,"Comment":"09/23/2024 3:48 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":218513,"Line":8,"Comment":"09/23/2024 3:48 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":218513,"Line":9,"Comment":"09/23/2024 3:49 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218513,"Line":10,"Comment":"10/14/2024 5:14 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":218513,"Line":11,"Comment":"10/14/2024 5:14 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":218513,"Line":12,"Comment":"10/14/2024 5:14 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"218513","line":"1","part":"PRE-E46LA-I40","qty":"1","price":"52000.00","uom":"EA","discount":"40.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"218513","line":"2","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218513","line":"3","part":"PRE-SPDL-C6RMA","qty":"1","price":"7870.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218513","line":"4","part":"PRE-GAUGE-C6","qty":"1","price":"2720.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218513","line":"5","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218513","line":"6","part":"PRE-PRNT-ROLL-QL800","qty":"1","price":"30.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218513","line":"7","part":"PRE-INST/TRAINING","qty":"1","price":"2800.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"218513","Line":"1","Company":"1","F_Line":"1","Comment":"EXTRA DISCOUNT IS BEING EXTENDED FOR A DEMO UNIT.","Loc":"Y"},{"Quote":"218513","Line":"1","Company":"1","F_Line":"2","Comment":"UNIT IS SUBJECT TO PRIOR SALE.","Loc":"Y"},{"Quote":"218513","Line":"1","Company":"1","F_Line":"3","Comment":"WARRANTY IS 1 YEAR AGAINST MANUFACTURER'S DEFECT.","Loc":"Y"}],"qcomms":[{"Quote":"218513","Line":"0","Comment":"ONCE INVOICED THESE ITEMS MAY NOT BE RETURNED"},{"Quote":"218513","Line":"1","Comment":"OR EXCHANGED."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-10 14:42:27.866 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218513-11102024144227.txt === {"quote":"218513","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"MACHEMSX","shiptoName":"Machinery Systems Inc.","entry_date":"07-09-2024","cust_order_date":"07-31-2024","req_date":"10-25-2024","cust_po":"E46LA DEMO UNIT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"17:11","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"38688.0","total_gp":"15895.75","total_gpm":"41.09","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"7","win_pct":"20","clo_date":"11-18-2024","notes":[],"crmnotes":[{"comp":1,"quote":218513,"Line":0,"Comment":"07/15/2024 6:34 AM - francescof - Req Date changed from 07/09/2024 to 07/19/2024 (Req Date Updated)"},{"comp":1,"quote":218513,"Line":1,"Comment":"08/07/2024 2:40 AM - francescof - Encounter has been added"},{"comp":1,"quote":218513,"Line":2,"Comment":"08/09/2024 1:43 PM - francescof - F/U changed from 07/15/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218513,"Line":3,"Comment":"08/09/2024 1:43 PM - francescof - Req Date changed from 07/19/2024 to 08/19/2024 (Req Date Updated)"},{"comp":1,"quote":218513,"Line":4,"Comment":"08/26/2024 1:48 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218513,"Line":5,"Comment":"08/26/2024 1:48 PM - francescof - CLO changed from 08/30/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":218513,"Line":6,"Comment":"08/26/2024 1:48 PM - francescof - Req Date changed from 08/19/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":218513,"Line":7,"Comment":"09/23/2024 3:48 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":218513,"Line":8,"Comment":"09/23/2024 3:48 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":218513,"Line":9,"Comment":"09/23/2024 3:49 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218513,"Line":10,"Comment":"10/14/2024 5:14 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":218513,"Line":11,"Comment":"10/14/2024 5:14 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":218513,"Line":12,"Comment":"10/14/2024 5:14 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218513,"Line":13,"Comment":"11/10/2024 2:42 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218513,"Line":14,"Comment":"11/10/2024 2:42 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"218513","line":"1","part":"PRE-E46LA-I40","qty":"1","price":"52000.00","uom":"EA","discount":"40.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"218513","line":"2","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218513","line":"3","part":"PRE-SPDL-C6RMA","qty":"1","price":"7870.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218513","line":"4","part":"PRE-GAUGE-C6","qty":"1","price":"2720.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218513","line":"5","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218513","line":"6","part":"PRE-PRNT-ROLL-QL800","qty":"1","price":"30.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218513","line":"7","part":"PRE-INST/TRAINING","qty":"1","price":"2800.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"218513","Line":"1","Company":"1","F_Line":"1","Comment":"EXTRA DISCOUNT IS BEING EXTENDED FOR A DEMO UNIT.","Loc":"Y"},{"Quote":"218513","Line":"1","Company":"1","F_Line":"2","Comment":"UNIT IS SUBJECT TO PRIOR SALE.","Loc":"Y"},{"Quote":"218513","Line":"1","Company":"1","F_Line":"3","Comment":"WARRANTY IS 1 YEAR AGAINST MANUFACTURER'S DEFECT.","Loc":"Y"}],"qcomms":[{"Quote":"218513","Line":"0","Comment":"ONCE INVOICED THESE ITEMS MAY NOT BE RETURNED"},{"Quote":"218513","Line":"1","Comment":"OR EXCHANGED."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-10 14:42:33.278 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218513-11102024144233.txt === {"quote":"218513","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"MACHEMSX","shiptoName":"Machinery Systems Inc.","entry_date":"07-09-2024","cust_order_date":"07-31-2024","req_date":"11-18-2024","cust_po":"E46LA DEMO UNIT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"17:11","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"38688.0","total_gp":"15895.75","total_gpm":"41.09","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"7","win_pct":"20","clo_date":"11-18-2024","notes":[],"crmnotes":[{"comp":1,"quote":218513,"Line":0,"Comment":"07/15/2024 6:34 AM - francescof - Req Date changed from 07/09/2024 to 07/19/2024 (Req Date Updated)"},{"comp":1,"quote":218513,"Line":1,"Comment":"08/07/2024 2:40 AM - francescof - Encounter has been added"},{"comp":1,"quote":218513,"Line":2,"Comment":"08/09/2024 1:43 PM - francescof - F/U changed from 07/15/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218513,"Line":3,"Comment":"08/09/2024 1:43 PM - francescof - Req Date changed from 07/19/2024 to 08/19/2024 (Req Date Updated)"},{"comp":1,"quote":218513,"Line":4,"Comment":"08/26/2024 1:48 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218513,"Line":5,"Comment":"08/26/2024 1:48 PM - francescof - CLO changed from 08/30/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":218513,"Line":6,"Comment":"08/26/2024 1:48 PM - francescof - Req Date changed from 08/19/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":218513,"Line":7,"Comment":"09/23/2024 3:48 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":218513,"Line":8,"Comment":"09/23/2024 3:48 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":218513,"Line":9,"Comment":"09/23/2024 3:49 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218513,"Line":10,"Comment":"10/14/2024 5:14 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":218513,"Line":11,"Comment":"10/14/2024 5:14 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":218513,"Line":12,"Comment":"10/14/2024 5:14 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218513,"Line":13,"Comment":"11/10/2024 2:42 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218513,"Line":14,"Comment":"11/10/2024 2:42 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"},{"comp":1,"quote":218513,"Line":15,"Comment":"11/10/2024 2:42 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"218513","line":"1","part":"PRE-E46LA-I40","qty":"1","price":"52000.00","uom":"EA","discount":"40.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"218513","line":"2","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218513","line":"3","part":"PRE-SPDL-C6RMA","qty":"1","price":"7870.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218513","line":"4","part":"PRE-GAUGE-C6","qty":"1","price":"2720.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218513","line":"5","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218513","line":"6","part":"PRE-PRNT-ROLL-QL800","qty":"1","price":"30.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218513","line":"7","part":"PRE-INST/TRAINING","qty":"1","price":"2800.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"218513","Line":"1","Company":"1","F_Line":"1","Comment":"EXTRA DISCOUNT IS BEING EXTENDED FOR A DEMO UNIT.","Loc":"Y"},{"Quote":"218513","Line":"1","Company":"1","F_Line":"2","Comment":"UNIT IS SUBJECT TO PRIOR SALE.","Loc":"Y"},{"Quote":"218513","Line":"1","Company":"1","F_Line":"3","Comment":"WARRANTY IS 1 YEAR AGAINST MANUFACTURER'S DEFECT.","Loc":"Y"}],"qcomms":[{"Quote":"218513","Line":"0","Comment":"ONCE INVOICED THESE ITEMS MAY NOT BE RETURNED"},{"Quote":"218513","Line":"1","Comment":"OR EXCHANGED."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-10 14:42:45.751 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-214089-11102024144245.txt === {"quote":"214089","customer":"4550","name":null,"customerName":"DGI Supply a DoAll Company","comp":"01","open":"0","shipto":"TRDMACHE","shiptoName":"IMI Precision-TRD (SB) *P1","entry_date":"04-03-2024","cust_order_date":"04-03-2024","req_date":"11-18-2024","cust_po":"CAT40 RIGHT ANGLE HEAD","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Vince Lewandowski","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"10:44","extra":"","follow_up":"10-25-2024","web_id":"","follow_name":"Vince Lewandowski","follow_phone":"847-824-1122","follow_email":"vlewandowski@dgisupply.com","pic_user":"francescof","total_amt":"7366.95","total_gp":"4340.13","total_gpm":"58.91","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"3","win_pct":"20","clo_date":"10-25-2024","notes":[{"comp":"1","quote":"214089","line":"0","data":"04-03-2024 10:46 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":214089,"Line":0,"Comment":"04/15/2024 8:09 AM - francescof - F/U changed from 04/16/2024 to 4/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214089,"Line":1,"Comment":"04/29/2024 12:59 AM - francescof - F/U changed from 04/19/2024 to 5/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214089,"Line":2,"Comment":"04/29/2024 11:45 AM - francescof - Encounter has been added"},{"comp":1,"quote":214089,"Line":3,"Comment":"05/05/2024 5:43 PM - francescof - F/U changed from 05/03/2024 to 5/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214089,"Line":4,"Comment":"05/05/2024 5:43 PM - francescof - CLO changed from 05/03/2024 to 05/11/2024 (CLO Date Updated)"},{"comp":1,"quote":214089,"Line":5,"Comment":"05/12/2024 10:45 PM - francescof - Req Date changed from 05/15/2024 to 05/18/2024 (Req Date Updated)"},{"comp":1,"quote":214089,"Line":6,"Comment":"05/12/2024 10:45 PM - francescof - CLO changed from 05/11/2024 to 05/18/2024 (CLO Date Updated)"},{"comp":1,"quote":214089,"Line":7,"Comment":"05/12/2024 10:45 PM - francescof - F/U changed from 05/11/2024 to 5/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214089,"Line":8,"Comment":"05/20/2024 6:00 AM - francescof - Req Date changed from 05/18/2024 to 05/25/2024 (Req Date Updated)"},{"comp":1,"quote":214089,"Line":9,"Comment":"05/20/2024 6:00 AM - francescof - CLO changed from 05/18/2024 to 05/25/2024 (CLO Date Updated)"},{"comp":1,"quote":214089,"Line":10,"Comment":"05/20/2024 6:00 AM - francescof - F/U changed from 05/18/2024 to 5/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214089,"Line":11,"Comment":"06/03/2024 5:59 AM - francescof - F/U changed from 05/25/2024 to 6/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214089,"Line":12,"Comment":"06/03/2024 5:59 AM - francescof - CLO changed from 05/25/2024 to 06/07/2024 (CLO Date Updated)"},{"comp":1,"quote":214089,"Line":13,"Comment":"06/03/2024 5:59 AM - francescof - Req Date changed from 05/25/2024 to 06/07/2024 (Req Date Updated)"},{"comp":1,"quote":214089,"Line":14,"Comment":"06/06/2024 1:03 PM - francescof - Encounter has been added"},{"comp":1,"quote":214089,"Line":15,"Comment":"06/06/2024 1:03 PM - francescof - Req Date changed from 06/07/2024 to 06/14/2024 (Req Date Updated)"},{"comp":1,"quote":214089,"Line":16,"Comment":"06/06/2024 1:03 PM - francescof - CLO changed from 06/07/2024 to 06/14/2024 (CLO Date Updated)"},{"comp":1,"quote":214089,"Line":17,"Comment":"06/06/2024 1:04 PM - francescof - F/U changed from 06/07/2024 to 6/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214089,"Line":18,"Comment":"06/17/2024 5:26 AM - francescof - Req Date changed from 06/14/2024 to 06/21/2024 (Req Date Updated)"},{"comp":1,"quote":214089,"Line":19,"Comment":"06/17/2024 5:26 AM - francescof - CLO changed from 06/14/2024 to 06/21/2024 (CLO Date Updated)"},{"comp":1,"quote":214089,"Line":20,"Comment":"06/17/2024 5:27 AM - francescof - F/U changed from 06/14/2024 to 6/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214089,"Line":21,"Comment":"06/24/2024 5:13 AM - francescof - Req Date changed from 06/21/2024 to 06/28/2024 (Req Date Updated)"},{"comp":1,"quote":214089,"Line":22,"Comment":"06/24/2024 5:13 AM - francescof - CLO changed from 06/21/2024 to 06/28/2024 (CLO Date Updated)"},{"comp":1,"quote":214089,"Line":23,"Comment":"06/24/2024 5:13 AM - francescof - F/U changed from 06/21/2024 to 6/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214089,"Line":24,"Comment":"07/01/2024 6:05 AM - francescof - Req Date changed from 06/28/2024 to 07/05/2024 (Req Date Updated)"},{"comp":1,"quote":214089,"Line":25,"Comment":"07/01/2024 6:05 AM - francescof - CLO changed from 06/28/2024 to 07/05/2024 (CLO Date Updated)"},{"comp":1,"quote":214089,"Line":26,"Comment":"07/01/2024 6:05 AM - francescof - F/U changed from 06/28/2024 to 7/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214089,"Line":27,"Comment":"07/15/2024 6:28 AM - francescof - Req Date changed from 07/05/2024 to 07/19/2024 (Req Date Updated)"},{"comp":1,"quote":214089,"Line":28,"Comment":"07/15/2024 6:29 AM - francescof - CLO changed from 07/05/2024 to 07/19/2024 (CLO Date Updated)"},{"comp":1,"quote":214089,"Line":29,"Comment":"07/15/2024 6:29 AM - francescof - F/U changed from 07/05/2024 to 7/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214089,"Line":30,"Comment":"07/29/2024 5:58 PM - francescof - Req Date changed from 07/19/2024 to 08/02/2024 (Req Date Updated)"},{"comp":1,"quote":214089,"Line":31,"Comment":"07/29/2024 5:58 PM - francescof - CLO changed from 07/19/2024 to 08/02/2024 (CLO Date Updated)"},{"comp":1,"quote":214089,"Line":32,"Comment":"07/29/2024 5:58 PM - francescof - F/U changed from 07/19/2024 to 8/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214089,"Line":33,"Comment":"08/07/2024 3:36 AM - francescof - Encounter has been added"},{"comp":1,"quote":214089,"Line":34,"Comment":"08/09/2024 1:52 PM - francescof - Req Date changed from 08/02/2024 to 08/19/2024 (Req Date Updated)"},{"comp":1,"quote":214089,"Line":35,"Comment":"08/09/2024 1:52 PM - francescof - CLO changed from 08/02/2024 to 08/19/2024 (CLO Date Updated)"},{"comp":1,"quote":214089,"Line":36,"Comment":"08/09/2024 1:52 PM - francescof - F/U changed from 08/02/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214089,"Line":37,"Comment":"08/26/2024 1:54 PM - francescof - Req Date changed from 08/19/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":214089,"Line":38,"Comment":"08/26/2024 1:54 PM - francescof - CLO changed from 08/19/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":214089,"Line":39,"Comment":"08/26/2024 1:54 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214089,"Line":40,"Comment":"09/23/2024 4:28 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214089,"Line":41,"Comment":"09/23/2024 4:29 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":214089,"Line":42,"Comment":"09/23/2024 4:29 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":214089,"Line":43,"Comment":"10/14/2024 5:35 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":214089,"Line":44,"Comment":"10/14/2024 5:35 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":214089,"Line":45,"Comment":"10/14/2024 5:35 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214089,"Line":46,"Comment":"11/10/2024 2:42 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"214089","line":"1","part":"C40RA-0025M","qty":"1","price":"9020.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"214089","line":"2","part":"025-SPAN","qty":"1","price":"19.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"214089","line":"3","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"3-5 DAYS ARO","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-10 14:42:51.641 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-214089-11102024144251.txt === {"quote":"214089","customer":"4550","name":null,"customerName":"DGI Supply a DoAll Company","comp":"01","open":"0","shipto":"TRDMACHE","shiptoName":"IMI Precision-TRD (SB) *P1","entry_date":"04-03-2024","cust_order_date":"04-03-2024","req_date":"11-18-2024","cust_po":"CAT40 RIGHT ANGLE HEAD","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Vince Lewandowski","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"10:44","extra":"","follow_up":"10-25-2024","web_id":"","follow_name":"Vince Lewandowski","follow_phone":"847-824-1122","follow_email":"vlewandowski@dgisupply.com","pic_user":"francescof","total_amt":"7366.95","total_gp":"4340.13","total_gpm":"58.91","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"214089","line":"0","data":"04-03-2024 10:46 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":214089,"Line":0,"Comment":"04/15/2024 8:09 AM - francescof - F/U changed from 04/16/2024 to 4/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214089,"Line":1,"Comment":"04/29/2024 12:59 AM - francescof - F/U changed from 04/19/2024 to 5/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214089,"Line":2,"Comment":"04/29/2024 11:45 AM - francescof - Encounter has been added"},{"comp":1,"quote":214089,"Line":3,"Comment":"05/05/2024 5:43 PM - francescof - F/U changed from 05/03/2024 to 5/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214089,"Line":4,"Comment":"05/05/2024 5:43 PM - francescof - CLO changed from 05/03/2024 to 05/11/2024 (CLO Date Updated)"},{"comp":1,"quote":214089,"Line":5,"Comment":"05/12/2024 10:45 PM - francescof - Req Date changed from 05/15/2024 to 05/18/2024 (Req Date Updated)"},{"comp":1,"quote":214089,"Line":6,"Comment":"05/12/2024 10:45 PM - francescof - CLO changed from 05/11/2024 to 05/18/2024 (CLO Date Updated)"},{"comp":1,"quote":214089,"Line":7,"Comment":"05/12/2024 10:45 PM - francescof - F/U changed from 05/11/2024 to 5/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214089,"Line":8,"Comment":"05/20/2024 6:00 AM - francescof - Req Date changed from 05/18/2024 to 05/25/2024 (Req Date Updated)"},{"comp":1,"quote":214089,"Line":9,"Comment":"05/20/2024 6:00 AM - francescof - CLO changed from 05/18/2024 to 05/25/2024 (CLO Date Updated)"},{"comp":1,"quote":214089,"Line":10,"Comment":"05/20/2024 6:00 AM - francescof - F/U changed from 05/18/2024 to 5/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214089,"Line":11,"Comment":"06/03/2024 5:59 AM - francescof - F/U changed from 05/25/2024 to 6/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214089,"Line":12,"Comment":"06/03/2024 5:59 AM - francescof - CLO changed from 05/25/2024 to 06/07/2024 (CLO Date Updated)"},{"comp":1,"quote":214089,"Line":13,"Comment":"06/03/2024 5:59 AM - francescof - Req Date changed from 05/25/2024 to 06/07/2024 (Req Date Updated)"},{"comp":1,"quote":214089,"Line":14,"Comment":"06/06/2024 1:03 PM - francescof - Encounter has been added"},{"comp":1,"quote":214089,"Line":15,"Comment":"06/06/2024 1:03 PM - francescof - Req Date changed from 06/07/2024 to 06/14/2024 (Req Date Updated)"},{"comp":1,"quote":214089,"Line":16,"Comment":"06/06/2024 1:03 PM - francescof - CLO changed from 06/07/2024 to 06/14/2024 (CLO Date Updated)"},{"comp":1,"quote":214089,"Line":17,"Comment":"06/06/2024 1:04 PM - francescof - F/U changed from 06/07/2024 to 6/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214089,"Line":18,"Comment":"06/17/2024 5:26 AM - francescof - Req Date changed from 06/14/2024 to 06/21/2024 (Req Date Updated)"},{"comp":1,"quote":214089,"Line":19,"Comment":"06/17/2024 5:26 AM - francescof - CLO changed from 06/14/2024 to 06/21/2024 (CLO Date Updated)"},{"comp":1,"quote":214089,"Line":20,"Comment":"06/17/2024 5:27 AM - francescof - F/U changed from 06/14/2024 to 6/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214089,"Line":21,"Comment":"06/24/2024 5:13 AM - francescof - Req Date changed from 06/21/2024 to 06/28/2024 (Req Date Updated)"},{"comp":1,"quote":214089,"Line":22,"Comment":"06/24/2024 5:13 AM - francescof - CLO changed from 06/21/2024 to 06/28/2024 (CLO Date Updated)"},{"comp":1,"quote":214089,"Line":23,"Comment":"06/24/2024 5:13 AM - francescof - F/U changed from 06/21/2024 to 6/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214089,"Line":24,"Comment":"07/01/2024 6:05 AM - francescof - Req Date changed from 06/28/2024 to 07/05/2024 (Req Date Updated)"},{"comp":1,"quote":214089,"Line":25,"Comment":"07/01/2024 6:05 AM - francescof - CLO changed from 06/28/2024 to 07/05/2024 (CLO Date Updated)"},{"comp":1,"quote":214089,"Line":26,"Comment":"07/01/2024 6:05 AM - francescof - F/U changed from 06/28/2024 to 7/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214089,"Line":27,"Comment":"07/15/2024 6:28 AM - francescof - Req Date changed from 07/05/2024 to 07/19/2024 (Req Date Updated)"},{"comp":1,"quote":214089,"Line":28,"Comment":"07/15/2024 6:29 AM - francescof - CLO changed from 07/05/2024 to 07/19/2024 (CLO Date Updated)"},{"comp":1,"quote":214089,"Line":29,"Comment":"07/15/2024 6:29 AM - francescof - F/U changed from 07/05/2024 to 7/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214089,"Line":30,"Comment":"07/29/2024 5:58 PM - francescof - Req Date changed from 07/19/2024 to 08/02/2024 (Req Date Updated)"},{"comp":1,"quote":214089,"Line":31,"Comment":"07/29/2024 5:58 PM - francescof - CLO changed from 07/19/2024 to 08/02/2024 (CLO Date Updated)"},{"comp":1,"quote":214089,"Line":32,"Comment":"07/29/2024 5:58 PM - francescof - F/U changed from 07/19/2024 to 8/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214089,"Line":33,"Comment":"08/07/2024 3:36 AM - francescof - Encounter has been added"},{"comp":1,"quote":214089,"Line":34,"Comment":"08/09/2024 1:52 PM - francescof - Req Date changed from 08/02/2024 to 08/19/2024 (Req Date Updated)"},{"comp":1,"quote":214089,"Line":35,"Comment":"08/09/2024 1:52 PM - francescof - CLO changed from 08/02/2024 to 08/19/2024 (CLO Date Updated)"},{"comp":1,"quote":214089,"Line":36,"Comment":"08/09/2024 1:52 PM - francescof - F/U changed from 08/02/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214089,"Line":37,"Comment":"08/26/2024 1:54 PM - francescof - Req Date changed from 08/19/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":214089,"Line":38,"Comment":"08/26/2024 1:54 PM - francescof - CLO changed from 08/19/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":214089,"Line":39,"Comment":"08/26/2024 1:54 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214089,"Line":40,"Comment":"09/23/2024 4:28 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214089,"Line":41,"Comment":"09/23/2024 4:29 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":214089,"Line":42,"Comment":"09/23/2024 4:29 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":214089,"Line":43,"Comment":"10/14/2024 5:35 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":214089,"Line":44,"Comment":"10/14/2024 5:35 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":214089,"Line":45,"Comment":"10/14/2024 5:35 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214089,"Line":46,"Comment":"11/10/2024 2:42 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"},{"comp":1,"quote":214089,"Line":47,"Comment":"11/10/2024 2:42 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"214089","line":"1","part":"C40RA-0025M","qty":"1","price":"9020.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"214089","line":"2","part":"025-SPAN","qty":"1","price":"19.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"214089","line":"3","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"3-5 DAYS ARO","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-10 14:42:58.173 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-214089-11102024144257.txt === {"quote":"214089","customer":"4550","name":null,"customerName":"DGI Supply a DoAll Company","comp":"01","open":"0","shipto":"TRDMACHE","shiptoName":"IMI Precision-TRD (SB) *P1","entry_date":"04-03-2024","cust_order_date":"04-03-2024","req_date":"11-18-2024","cust_po":"CAT40 RIGHT ANGLE HEAD","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Vince Lewandowski","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"10:44","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Vince Lewandowski","follow_phone":"847-824-1122","follow_email":"vlewandowski@dgisupply.com","pic_user":"francescof","total_amt":"7366.95","total_gp":"4340.13","total_gpm":"58.91","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"214089","line":"0","data":"04-03-2024 10:46 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":214089,"Line":0,"Comment":"04/15/2024 8:09 AM - francescof - F/U changed from 04/16/2024 to 4/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214089,"Line":1,"Comment":"04/29/2024 12:59 AM - francescof - F/U changed from 04/19/2024 to 5/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214089,"Line":2,"Comment":"04/29/2024 11:45 AM - francescof - Encounter has been added"},{"comp":1,"quote":214089,"Line":3,"Comment":"05/05/2024 5:43 PM - francescof - F/U changed from 05/03/2024 to 5/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214089,"Line":4,"Comment":"05/05/2024 5:43 PM - francescof - CLO changed from 05/03/2024 to 05/11/2024 (CLO Date Updated)"},{"comp":1,"quote":214089,"Line":5,"Comment":"05/12/2024 10:45 PM - francescof - Req Date changed from 05/15/2024 to 05/18/2024 (Req Date Updated)"},{"comp":1,"quote":214089,"Line":6,"Comment":"05/12/2024 10:45 PM - francescof - CLO changed from 05/11/2024 to 05/18/2024 (CLO Date Updated)"},{"comp":1,"quote":214089,"Line":7,"Comment":"05/12/2024 10:45 PM - francescof - F/U changed from 05/11/2024 to 5/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214089,"Line":8,"Comment":"05/20/2024 6:00 AM - francescof - Req Date changed from 05/18/2024 to 05/25/2024 (Req Date Updated)"},{"comp":1,"quote":214089,"Line":9,"Comment":"05/20/2024 6:00 AM - francescof - CLO changed from 05/18/2024 to 05/25/2024 (CLO Date Updated)"},{"comp":1,"quote":214089,"Line":10,"Comment":"05/20/2024 6:00 AM - francescof - F/U changed from 05/18/2024 to 5/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214089,"Line":11,"Comment":"06/03/2024 5:59 AM - francescof - F/U changed from 05/25/2024 to 6/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214089,"Line":12,"Comment":"06/03/2024 5:59 AM - francescof - CLO changed from 05/25/2024 to 06/07/2024 (CLO Date Updated)"},{"comp":1,"quote":214089,"Line":13,"Comment":"06/03/2024 5:59 AM - francescof - Req Date changed from 05/25/2024 to 06/07/2024 (Req Date Updated)"},{"comp":1,"quote":214089,"Line":14,"Comment":"06/06/2024 1:03 PM - francescof - Encounter has been added"},{"comp":1,"quote":214089,"Line":15,"Comment":"06/06/2024 1:03 PM - francescof - Req Date changed from 06/07/2024 to 06/14/2024 (Req Date Updated)"},{"comp":1,"quote":214089,"Line":16,"Comment":"06/06/2024 1:03 PM - francescof - CLO changed from 06/07/2024 to 06/14/2024 (CLO Date Updated)"},{"comp":1,"quote":214089,"Line":17,"Comment":"06/06/2024 1:04 PM - francescof - F/U changed from 06/07/2024 to 6/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214089,"Line":18,"Comment":"06/17/2024 5:26 AM - francescof - Req Date changed from 06/14/2024 to 06/21/2024 (Req Date Updated)"},{"comp":1,"quote":214089,"Line":19,"Comment":"06/17/2024 5:26 AM - francescof - CLO changed from 06/14/2024 to 06/21/2024 (CLO Date Updated)"},{"comp":1,"quote":214089,"Line":20,"Comment":"06/17/2024 5:27 AM - francescof - F/U changed from 06/14/2024 to 6/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214089,"Line":21,"Comment":"06/24/2024 5:13 AM - francescof - Req Date changed from 06/21/2024 to 06/28/2024 (Req Date Updated)"},{"comp":1,"quote":214089,"Line":22,"Comment":"06/24/2024 5:13 AM - francescof - CLO changed from 06/21/2024 to 06/28/2024 (CLO Date Updated)"},{"comp":1,"quote":214089,"Line":23,"Comment":"06/24/2024 5:13 AM - francescof - F/U changed from 06/21/2024 to 6/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214089,"Line":24,"Comment":"07/01/2024 6:05 AM - francescof - Req Date changed from 06/28/2024 to 07/05/2024 (Req Date Updated)"},{"comp":1,"quote":214089,"Line":25,"Comment":"07/01/2024 6:05 AM - francescof - CLO changed from 06/28/2024 to 07/05/2024 (CLO Date Updated)"},{"comp":1,"quote":214089,"Line":26,"Comment":"07/01/2024 6:05 AM - francescof - F/U changed from 06/28/2024 to 7/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214089,"Line":27,"Comment":"07/15/2024 6:28 AM - francescof - Req Date changed from 07/05/2024 to 07/19/2024 (Req Date Updated)"},{"comp":1,"quote":214089,"Line":28,"Comment":"07/15/2024 6:29 AM - francescof - CLO changed from 07/05/2024 to 07/19/2024 (CLO Date Updated)"},{"comp":1,"quote":214089,"Line":29,"Comment":"07/15/2024 6:29 AM - francescof - F/U changed from 07/05/2024 to 7/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214089,"Line":30,"Comment":"07/29/2024 5:58 PM - francescof - Req Date changed from 07/19/2024 to 08/02/2024 (Req Date Updated)"},{"comp":1,"quote":214089,"Line":31,"Comment":"07/29/2024 5:58 PM - francescof - CLO changed from 07/19/2024 to 08/02/2024 (CLO Date Updated)"},{"comp":1,"quote":214089,"Line":32,"Comment":"07/29/2024 5:58 PM - francescof - F/U changed from 07/19/2024 to 8/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214089,"Line":33,"Comment":"08/07/2024 3:36 AM - francescof - Encounter has been added"},{"comp":1,"quote":214089,"Line":34,"Comment":"08/09/2024 1:52 PM - francescof - Req Date changed from 08/02/2024 to 08/19/2024 (Req Date Updated)"},{"comp":1,"quote":214089,"Line":35,"Comment":"08/09/2024 1:52 PM - francescof - CLO changed from 08/02/2024 to 08/19/2024 (CLO Date Updated)"},{"comp":1,"quote":214089,"Line":36,"Comment":"08/09/2024 1:52 PM - francescof - F/U changed from 08/02/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214089,"Line":37,"Comment":"08/26/2024 1:54 PM - francescof - Req Date changed from 08/19/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":214089,"Line":38,"Comment":"08/26/2024 1:54 PM - francescof - CLO changed from 08/19/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":214089,"Line":39,"Comment":"08/26/2024 1:54 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214089,"Line":40,"Comment":"09/23/2024 4:28 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214089,"Line":41,"Comment":"09/23/2024 4:29 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":214089,"Line":42,"Comment":"09/23/2024 4:29 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":214089,"Line":43,"Comment":"10/14/2024 5:35 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":214089,"Line":44,"Comment":"10/14/2024 5:35 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":214089,"Line":45,"Comment":"10/14/2024 5:35 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214089,"Line":46,"Comment":"11/10/2024 2:42 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"},{"comp":1,"quote":214089,"Line":47,"Comment":"11/10/2024 2:42 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"214089","line":"1","part":"C40RA-0025M","qty":"1","price":"9020.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"214089","line":"2","part":"025-SPAN","qty":"1","price":"19.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"214089","line":"3","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"3-5 DAYS ARO","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-10 14:43:10.270 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221819-11102024144310.txt === {"quote":"221819","customer":"2325","name":null,"customerName":"BlackHawk Industrial - Base Camp","comp":"01","open":"0","shipto":"BILLHAMP","shiptoName":"Billet Evolution","entry_date":"09-19-2024","cust_order_date":"09-19-2024","req_date":"10-31-2024","cust_po":"CAT40 MMC 4MM PROJ","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jakub Pietka","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"15:19","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jakub Pietka","follow_phone":"773-895-7421","follow_email":"Jakub.Pietka@blackhawkid.com","pic_user":"francescof","total_amt":"1144.25","total_gp":"784.56","total_gpm":"68.57","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"6","win_pct":"20","clo_date":"10-25-2024","notes":[{"comp":"1","quote":"221819","line":"2","data":"09-19-2024 15:24 - Discounts Recalculated QS"},{"comp":"1","quote":"221819","line":"1","data":"and em'd to Frankie"},{"comp":"1","quote":"221819","line":"0","data":"09-19-2024 15:42-jennad Updated w/ IMTS promo"}],"crmnotes":[{"comp":1,"quote":221819,"Line":0,"Comment":"09/23/2024 4:34 AM - francescof - F/U changed from 09/25/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221819,"Line":1,"Comment":"10/14/2024 5:36 AM - francescof - CLO changed from 10/19/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":221819,"Line":2,"Comment":"10/14/2024 5:36 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"221819","line":"1","part":"CAT40-MMC4-90U-IDU","qty":"2","price":"823.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221819","line":"2","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"221819","line":"3","part":"WRENCH-ALLEN6","qty":"1","price":"31.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221819","line":"4","part":"MPK4-4","qty":"2","price":"105.00","uom":"EA","discount":"35.00","req_date":"ETA 10-14 DAYS ARO","branch":"1"}],"qlines":[{"Quote":"221819","Line":"1","Company":"1","F_Line":"1","Comment":"Additional 5% IMTS Promo discount applied.","Loc":"Y"},{"Quote":"221819","Line":"2","Company":"1","F_Line":"1","Comment":"Applied only to CAT40-MMC4-90U-IDU","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-10 14:43:19.200 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221819-11102024144318.txt === {"quote":"221819","customer":"2325","name":null,"customerName":"BlackHawk Industrial - Base Camp","comp":"01","open":"0","shipto":"BILLHAMP","shiptoName":"Billet Evolution","entry_date":"09-19-2024","cust_order_date":"09-19-2024","req_date":"11-18-2024","cust_po":"CAT40 MMC 4MM PROJ","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jakub Pietka","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"15:19","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jakub Pietka","follow_phone":"773-895-7421","follow_email":"Jakub.Pietka@blackhawkid.com","pic_user":"francescof","total_amt":"1144.25","total_gp":"784.56","total_gpm":"68.57","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"6","win_pct":"20","clo_date":"10-25-2024","notes":[{"comp":"1","quote":"221819","line":"2","data":"09-19-2024 15:24 - Discounts Recalculated QS"},{"comp":"1","quote":"221819","line":"1","data":"and em'd to Frankie"},{"comp":"1","quote":"221819","line":"0","data":"09-19-2024 15:42-jennad Updated w/ IMTS promo"}],"crmnotes":[{"comp":1,"quote":221819,"Line":0,"Comment":"09/23/2024 4:34 AM - francescof - F/U changed from 09/25/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221819,"Line":1,"Comment":"10/14/2024 5:36 AM - francescof - CLO changed from 10/19/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":221819,"Line":2,"Comment":"10/14/2024 5:36 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221819,"Line":3,"Comment":"11/10/2024 2:43 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221819,"Line":4,"Comment":"11/10/2024 2:43 PM - francescof - Req Date changed from 10/31/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221819","line":"1","part":"CAT40-MMC4-90U-IDU","qty":"2","price":"823.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221819","line":"2","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"221819","line":"3","part":"WRENCH-ALLEN6","qty":"1","price":"31.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221819","line":"4","part":"MPK4-4","qty":"2","price":"105.00","uom":"EA","discount":"35.00","req_date":"ETA 10-14 DAYS ARO","branch":"1"}],"qlines":[{"Quote":"221819","Line":"1","Company":"1","F_Line":"1","Comment":"Additional 5% IMTS Promo discount applied.","Loc":"Y"},{"Quote":"221819","Line":"2","Company":"1","F_Line":"1","Comment":"Applied only to CAT40-MMC4-90U-IDU","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-10 14:43:25.956 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221819-11102024144325.txt === {"quote":"221819","customer":"2325","name":null,"customerName":"BlackHawk Industrial - Base Camp","comp":"01","open":"0","shipto":"BILLHAMP","shiptoName":"Billet Evolution","entry_date":"09-19-2024","cust_order_date":"09-19-2024","req_date":"11-18-2024","cust_po":"CAT40 MMC 4MM PROJ","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jakub Pietka","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"15:19","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jakub Pietka","follow_phone":"773-895-7421","follow_email":"Jakub.Pietka@blackhawkid.com","pic_user":"francescof","total_amt":"1144.25","total_gp":"784.56","total_gpm":"68.57","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"6","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"221819","line":"2","data":"09-19-2024 15:24 - Discounts Recalculated QS"},{"comp":"1","quote":"221819","line":"1","data":"and em'd to Frankie"},{"comp":"1","quote":"221819","line":"0","data":"09-19-2024 15:42-jennad Updated w/ IMTS promo"}],"crmnotes":[{"comp":1,"quote":221819,"Line":0,"Comment":"09/23/2024 4:34 AM - francescof - F/U changed from 09/25/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221819,"Line":1,"Comment":"10/14/2024 5:36 AM - francescof - CLO changed from 10/19/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":221819,"Line":2,"Comment":"10/14/2024 5:36 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221819,"Line":3,"Comment":"11/10/2024 2:43 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221819,"Line":4,"Comment":"11/10/2024 2:43 PM - francescof - Req Date changed from 10/31/2024 to 11/18/2024 (Req Date Updated)"},{"comp":1,"quote":221819,"Line":5,"Comment":"11/10/2024 2:43 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221819","line":"1","part":"CAT40-MMC4-90U-IDU","qty":"2","price":"823.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221819","line":"2","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"221819","line":"3","part":"WRENCH-ALLEN6","qty":"1","price":"31.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221819","line":"4","part":"MPK4-4","qty":"2","price":"105.00","uom":"EA","discount":"35.00","req_date":"ETA 10-14 DAYS ARO","branch":"1"}],"qlines":[{"Quote":"221819","Line":"1","Company":"1","F_Line":"1","Comment":"Additional 5% IMTS Promo discount applied.","Loc":"Y"},{"Quote":"221819","Line":"2","Company":"1","F_Line":"1","Comment":"Applied only to CAT40-MMC4-90U-IDU","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-10 14:43:47.924 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218512-11102024144347.txt === {"quote":"218512","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"MDICGILB","shiptoName":"MDI-CO","entry_date":"07-09-2024","cust_order_date":"07-31-2024","req_date":"11-18-2024","cust_po":"MDI-CO E46LA DEMO UNIT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"16:50","extra":"","follow_up":"10-25-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"38688.0","total_gp":"15895.75","total_gpm":"41.09","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"7","win_pct":"20","clo_date":"10-25-2024","notes":[],"crmnotes":[{"comp":1,"quote":218512,"Line":0,"Comment":"07/15/2024 6:35 AM - francescof - Req Date changed from 07/09/2024 to 07/19/2024 (Req Date Updated)"},{"comp":1,"quote":218512,"Line":1,"Comment":"08/07/2024 2:38 AM - francescof - Encounter has been added"},{"comp":1,"quote":218512,"Line":2,"Comment":"08/09/2024 1:42 PM - francescof - F/U changed from 07/15/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218512,"Line":3,"Comment":"08/09/2024 1:42 PM - francescof - Req Date changed from 07/19/2024 to 08/19/2024 (Req Date Updated)"},{"comp":1,"quote":218512,"Line":4,"Comment":"08/26/2024 1:53 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218512,"Line":5,"Comment":"08/26/2024 1:53 PM - francescof - CLO changed from 08/31/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":218512,"Line":6,"Comment":"08/26/2024 1:53 PM - francescof - Req Date changed from 08/19/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":218512,"Line":7,"Comment":"09/23/2024 3:52 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":218512,"Line":8,"Comment":"09/23/2024 3:52 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":218512,"Line":9,"Comment":"09/23/2024 3:52 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218512,"Line":10,"Comment":"10/14/2024 5:17 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":218512,"Line":11,"Comment":"10/14/2024 5:17 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":218512,"Line":12,"Comment":"10/14/2024 5:17 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218512,"Line":13,"Comment":"11/10/2024 2:43 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"218512","line":"1","part":"PRE-E46LA-I40","qty":"1","price":"52000.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218512","line":"2","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218512","line":"3","part":"PRE-SPDL-C6RMA","qty":"1","price":"7870.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218512","line":"4","part":"PRE-GAUGE-C6","qty":"1","price":"2720.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218512","line":"5","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218512","line":"6","part":"PRE-PRNT-ROLL-QL800","qty":"1","price":"30.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218512","line":"7","part":"PRE-INST/TRAINING","qty":"1","price":"2800.00","uom":"EA","discount":"100.00","req_date":"TBD","branch":"1"}],"qlines":[{"Quote":"218512","Line":"1","Company":"1","F_Line":"1","Comment":"EXTRA DISCOUNT IS BEING EXTENDED FOR A DEMO UNIT.","Loc":"Y"},{"Quote":"218512","Line":"1","Company":"1","F_Line":"2","Comment":"UNIT IS SUBJECT TO PRIOR SALE.","Loc":"Y"},{"Quote":"218512","Line":"1","Company":"1","F_Line":"3","Comment":"WARRANTY IS 1 YEAR AGAINST MANUFACTURER'S DEFECT.","Loc":"Y"}],"qcomms":[{"Quote":"218512","Line":"0","Comment":"ONCE INVOICED THESE ITEMS MAY NOT BE RETURNED"},{"Quote":"218512","Line":"1","Comment":"OR EXCHANGED."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-10 14:43:52.934 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218512-11102024144352.txt === {"quote":"218512","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"MDICGILB","shiptoName":"MDI-CO","entry_date":"07-09-2024","cust_order_date":"07-31-2024","req_date":"11-18-2024","cust_po":"MDI-CO E46LA DEMO UNIT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"16:50","extra":"","follow_up":"10-25-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"38688.0","total_gp":"15895.75","total_gpm":"41.09","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"7","win_pct":"20","clo_date":"11-18-2024","notes":[],"crmnotes":[{"comp":1,"quote":218512,"Line":0,"Comment":"07/15/2024 6:35 AM - francescof - Req Date changed from 07/09/2024 to 07/19/2024 (Req Date Updated)"},{"comp":1,"quote":218512,"Line":1,"Comment":"08/07/2024 2:38 AM - francescof - Encounter has been added"},{"comp":1,"quote":218512,"Line":2,"Comment":"08/09/2024 1:42 PM - francescof - F/U changed from 07/15/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218512,"Line":3,"Comment":"08/09/2024 1:42 PM - francescof - Req Date changed from 07/19/2024 to 08/19/2024 (Req Date Updated)"},{"comp":1,"quote":218512,"Line":4,"Comment":"08/26/2024 1:53 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218512,"Line":5,"Comment":"08/26/2024 1:53 PM - francescof - CLO changed from 08/31/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":218512,"Line":6,"Comment":"08/26/2024 1:53 PM - francescof - Req Date changed from 08/19/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":218512,"Line":7,"Comment":"09/23/2024 3:52 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":218512,"Line":8,"Comment":"09/23/2024 3:52 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":218512,"Line":9,"Comment":"09/23/2024 3:52 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218512,"Line":10,"Comment":"10/14/2024 5:17 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":218512,"Line":11,"Comment":"10/14/2024 5:17 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":218512,"Line":12,"Comment":"10/14/2024 5:17 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218512,"Line":13,"Comment":"11/10/2024 2:43 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"},{"comp":1,"quote":218512,"Line":14,"Comment":"11/10/2024 2:43 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"218512","line":"1","part":"PRE-E46LA-I40","qty":"1","price":"52000.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218512","line":"2","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218512","line":"3","part":"PRE-SPDL-C6RMA","qty":"1","price":"7870.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218512","line":"4","part":"PRE-GAUGE-C6","qty":"1","price":"2720.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218512","line":"5","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218512","line":"6","part":"PRE-PRNT-ROLL-QL800","qty":"1","price":"30.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218512","line":"7","part":"PRE-INST/TRAINING","qty":"1","price":"2800.00","uom":"EA","discount":"100.00","req_date":"TBD","branch":"1"}],"qlines":[{"Quote":"218512","Line":"1","Company":"1","F_Line":"1","Comment":"EXTRA DISCOUNT IS BEING EXTENDED FOR A DEMO UNIT.","Loc":"Y"},{"Quote":"218512","Line":"1","Company":"1","F_Line":"2","Comment":"UNIT IS SUBJECT TO PRIOR SALE.","Loc":"Y"},{"Quote":"218512","Line":"1","Company":"1","F_Line":"3","Comment":"WARRANTY IS 1 YEAR AGAINST MANUFACTURER'S DEFECT.","Loc":"Y"}],"qcomms":[{"Quote":"218512","Line":"0","Comment":"ONCE INVOICED THESE ITEMS MAY NOT BE RETURNED"},{"Quote":"218512","Line":"1","Comment":"OR EXCHANGED."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-10 14:43:59.404 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218512-11102024144359.txt === {"quote":"218512","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"MDICGILB","shiptoName":"MDI-CO","entry_date":"07-09-2024","cust_order_date":"07-31-2024","req_date":"11-18-2024","cust_po":"MDI-CO E46LA DEMO UNIT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"16:50","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"38688.0","total_gp":"15895.75","total_gpm":"41.09","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"7","win_pct":"20","clo_date":"11-18-2024","notes":[],"crmnotes":[{"comp":1,"quote":218512,"Line":0,"Comment":"07/15/2024 6:35 AM - francescof - Req Date changed from 07/09/2024 to 07/19/2024 (Req Date Updated)"},{"comp":1,"quote":218512,"Line":1,"Comment":"08/07/2024 2:38 AM - francescof - Encounter has been added"},{"comp":1,"quote":218512,"Line":2,"Comment":"08/09/2024 1:42 PM - francescof - F/U changed from 07/15/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218512,"Line":3,"Comment":"08/09/2024 1:42 PM - francescof - Req Date changed from 07/19/2024 to 08/19/2024 (Req Date Updated)"},{"comp":1,"quote":218512,"Line":4,"Comment":"08/26/2024 1:53 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218512,"Line":5,"Comment":"08/26/2024 1:53 PM - francescof - CLO changed from 08/31/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":218512,"Line":6,"Comment":"08/26/2024 1:53 PM - francescof - Req Date changed from 08/19/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":218512,"Line":7,"Comment":"09/23/2024 3:52 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":218512,"Line":8,"Comment":"09/23/2024 3:52 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":218512,"Line":9,"Comment":"09/23/2024 3:52 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218512,"Line":10,"Comment":"10/14/2024 5:17 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":218512,"Line":11,"Comment":"10/14/2024 5:17 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":218512,"Line":12,"Comment":"10/14/2024 5:17 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218512,"Line":13,"Comment":"11/10/2024 2:43 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"},{"comp":1,"quote":218512,"Line":14,"Comment":"11/10/2024 2:43 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"218512","line":"1","part":"PRE-E46LA-I40","qty":"1","price":"52000.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218512","line":"2","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218512","line":"3","part":"PRE-SPDL-C6RMA","qty":"1","price":"7870.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218512","line":"4","part":"PRE-GAUGE-C6","qty":"1","price":"2720.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218512","line":"5","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218512","line":"6","part":"PRE-PRNT-ROLL-QL800","qty":"1","price":"30.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218512","line":"7","part":"PRE-INST/TRAINING","qty":"1","price":"2800.00","uom":"EA","discount":"100.00","req_date":"TBD","branch":"1"}],"qlines":[{"Quote":"218512","Line":"1","Company":"1","F_Line":"1","Comment":"EXTRA DISCOUNT IS BEING EXTENDED FOR A DEMO UNIT.","Loc":"Y"},{"Quote":"218512","Line":"1","Company":"1","F_Line":"2","Comment":"UNIT IS SUBJECT TO PRIOR SALE.","Loc":"Y"},{"Quote":"218512","Line":"1","Company":"1","F_Line":"3","Comment":"WARRANTY IS 1 YEAR AGAINST MANUFACTURER'S DEFECT.","Loc":"Y"}],"qcomms":[{"Quote":"218512","Line":"0","Comment":"ONCE INVOICED THESE ITEMS MAY NOT BE RETURNED"},{"Quote":"218512","Line":"1","Comment":"OR EXCHANGED."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-10 16:00:52.513 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221968-11102024160052.txt === {"quote":"221968","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"RADIAC","shiptoName":"Radiac Abrasives Inc.","entry_date":"09-23-2024","cust_order_date":"09-23-2024","req_date":"11-04-2024","cust_po":"Vending Machine","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"17:20","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"44330","total_gp":"44330.00","total_gpm":"100.00","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"2","win_pct":"20","clo_date":"10-23-2024","notes":[{"comp":"1","quote":"221968","line":"0","data":"09-23-2024 17:21 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221968,"Line":0,"Comment":"10/14/2024 5:31 AM - francescof - F/U changed from 10/06/2024 to 10/25/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"221968","line":"1","part":"SPECIAL-PRE","qty":"1","price":"68200.00","uom":"EA","discount":"35.00","req_date":"6-7 WEEKS ARO","branch":"1"},{"comp":"01","order":"221968","line":"2","part":"PRE-INST/TRAINING","qty":"1","price":"3500.00","uom":"EA","discount":"100.00","req_date":"TBD","branch":"1"}],"qlines":[{"Quote":"221968","Line":"1","Company":"1","F_Line":"1","Comment":"AUTOMATED TOOL STORAGE/VENDING MACHINE","Loc":"Y"},{"Quote":"221968","Line":"1","Company":"1","F_Line":"2","Comment":"SEE BROCHURE ATTACHED TO EMAIL.","Loc":"Y"}],"qcomms":[{"Quote":"221968","Line":"0","Comment":"ONCE INVOICED THESE ITEMS MAY NOT BE RETURNED"},{"Quote":"221968","Line":"1","Comment":"OR EXCHANGED."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-10 16:01:02.731 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221968-11102024160102.txt === {"quote":"221968","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"RADIAC","shiptoName":"Radiac Abrasives Inc.","entry_date":"09-23-2024","cust_order_date":"09-23-2024","req_date":"11-04-2024","cust_po":"Vending Machine","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"17:20","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"44330","total_gp":"44330.00","total_gpm":"100.00","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"221968","line":"0","data":"09-23-2024 17:21 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221968,"Line":0,"Comment":"10/14/2024 5:31 AM - francescof - F/U changed from 10/06/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221968,"Line":1,"Comment":"11/10/2024 4:00 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221968,"Line":2,"Comment":"11/10/2024 4:00 PM - francescof - CLO changed from 10/23/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221968","line":"1","part":"SPECIAL-PRE","qty":"1","price":"68200.00","uom":"EA","discount":"35.00","req_date":"6-7 WEEKS ARO","branch":"1"},{"comp":"01","order":"221968","line":"2","part":"PRE-INST/TRAINING","qty":"1","price":"3500.00","uom":"EA","discount":"100.00","req_date":"TBD","branch":"1"}],"qlines":[{"Quote":"221968","Line":"1","Company":"1","F_Line":"1","Comment":"AUTOMATED TOOL STORAGE/VENDING MACHINE","Loc":"Y"},{"Quote":"221968","Line":"1","Company":"1","F_Line":"2","Comment":"SEE BROCHURE ATTACHED TO EMAIL.","Loc":"Y"}],"qcomms":[{"Quote":"221968","Line":"0","Comment":"ONCE INVOICED THESE ITEMS MAY NOT BE RETURNED"},{"Quote":"221968","Line":"1","Comment":"OR EXCHANGED."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-10 16:01:08.781 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221968-11102024160108.txt === {"quote":"221968","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"RADIAC","shiptoName":"Radiac Abrasives Inc.","entry_date":"09-23-2024","cust_order_date":"09-23-2024","req_date":"11-18-2024","cust_po":"Vending Machine","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"17:20","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"44330","total_gp":"44330.00","total_gpm":"100.00","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"221968","line":"0","data":"09-23-2024 17:21 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221968,"Line":0,"Comment":"10/14/2024 5:31 AM - francescof - F/U changed from 10/06/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221968,"Line":1,"Comment":"11/10/2024 4:00 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221968,"Line":2,"Comment":"11/10/2024 4:00 PM - francescof - CLO changed from 10/23/2024 to 11/18/2024 (CLO Date Updated)"},{"comp":1,"quote":221968,"Line":3,"Comment":"11/10/2024 4:01 PM - francescof - Req Date changed from 11/04/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221968","line":"1","part":"SPECIAL-PRE","qty":"1","price":"68200.00","uom":"EA","discount":"35.00","req_date":"6-7 WEEKS ARO","branch":"1"},{"comp":"01","order":"221968","line":"2","part":"PRE-INST/TRAINING","qty":"1","price":"3500.00","uom":"EA","discount":"100.00","req_date":"TBD","branch":"1"}],"qlines":[{"Quote":"221968","Line":"1","Company":"1","F_Line":"1","Comment":"AUTOMATED TOOL STORAGE/VENDING MACHINE","Loc":"Y"},{"Quote":"221968","Line":"1","Company":"1","F_Line":"2","Comment":"SEE BROCHURE ATTACHED TO EMAIL.","Loc":"Y"}],"qcomms":[{"Quote":"221968","Line":"0","Comment":"ONCE INVOICED THESE ITEMS MAY NOT BE RETURNED"},{"Quote":"221968","Line":"1","Comment":"OR EXCHANGED."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-10 16:02:32.706 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220650-11102024160232.txt === {"quote":"220650","customer":"2325","name":null,"customerName":"BlackHawk Industrial - Base Camp","comp":"01","open":"0","shipto":"BILLHAMP","shiptoName":"Billet Evolution","entry_date":"08-23-2024","cust_order_date":"08-23-2024","req_date":"10-25-2024","cust_po":"4mm Shrink Fit Holders","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jakub Pietka","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"12:23","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jakub Pietka","follow_phone":"773-895-7421","follow_email":"Jakub.Pietka@blackhawkid.com","pic_user":"francescof","total_amt":"372.00","total_gp":"226.32","total_gpm":"60.84","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"3","win_pct":"20","clo_date":"10-25-2024","notes":[{"comp":"1","quote":"220650","line":"2","data":"08-23-2024 12:24 - Discounts Recalculated QS"},{"comp":"1","quote":"220650","line":"1","data":"em'd to Frankie"},{"comp":"1","quote":"220650","line":"0","data":"09-19-2024 15:42-jennad Updated w/ IMTS Promo &"}],"crmnotes":[{"comp":1,"quote":220650,"Line":0,"Comment":"09/23/2024 4:34 AM - francescof - CLO changed from 09/23/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220650,"Line":1,"Comment":"09/23/2024 4:34 AM - francescof - F/U changed from 09/20/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220650,"Line":2,"Comment":"10/14/2024 5:25 AM - francescof - Req Date changed from 10/04/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220650,"Line":3,"Comment":"10/14/2024 5:25 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220650,"Line":4,"Comment":"10/14/2024 5:25 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"220650","line":"1","part":"CAT40-SF4-80","qty":"2","price":"310.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220650","line":"2","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"220650","Line":"1","Company":"1","F_Line":"1","Comment":"Additional 5% IMTS Promo discount applied.","Loc":"Y"},{"Quote":"220650","Line":"2","Company":"1","F_Line":"1","Comment":"Applied only to CAT40-SF4-80 for 2 or more pieces.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-10 16:02:41.725 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220650-11102024160241.txt === {"quote":"220650","customer":"2325","name":null,"customerName":"BlackHawk Industrial - Base Camp","comp":"01","open":"0","shipto":"BILLHAMP","shiptoName":"Billet Evolution","entry_date":"08-23-2024","cust_order_date":"08-23-2024","req_date":"11-18-2024","cust_po":"4mm Shrink Fit Holders","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jakub Pietka","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"12:23","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jakub Pietka","follow_phone":"773-895-7421","follow_email":"Jakub.Pietka@blackhawkid.com","pic_user":"francescof","total_amt":"372.00","total_gp":"226.32","total_gpm":"60.84","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"3","win_pct":"20","clo_date":"10-25-2024","notes":[{"comp":"1","quote":"220650","line":"2","data":"08-23-2024 12:24 - Discounts Recalculated QS"},{"comp":"1","quote":"220650","line":"1","data":"em'd to Frankie"},{"comp":"1","quote":"220650","line":"0","data":"09-19-2024 15:42-jennad Updated w/ IMTS Promo &"}],"crmnotes":[{"comp":1,"quote":220650,"Line":0,"Comment":"09/23/2024 4:34 AM - francescof - CLO changed from 09/23/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220650,"Line":1,"Comment":"09/23/2024 4:34 AM - francescof - F/U changed from 09/20/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220650,"Line":2,"Comment":"10/14/2024 5:25 AM - francescof - Req Date changed from 10/04/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220650,"Line":3,"Comment":"10/14/2024 5:25 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220650,"Line":4,"Comment":"10/14/2024 5:25 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220650,"Line":5,"Comment":"11/10/2024 4:02 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220650,"Line":6,"Comment":"11/10/2024 4:02 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"220650","line":"1","part":"CAT40-SF4-80","qty":"2","price":"310.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220650","line":"2","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"220650","Line":"1","Company":"1","F_Line":"1","Comment":"Additional 5% IMTS Promo discount applied.","Loc":"Y"},{"Quote":"220650","Line":"2","Company":"1","F_Line":"1","Comment":"Applied only to CAT40-SF4-80 for 2 or more pieces.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-10 16:02:49.494 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220650-11102024160249.txt === {"quote":"220650","customer":"2325","name":null,"customerName":"BlackHawk Industrial - Base Camp","comp":"01","open":"0","shipto":"BILLHAMP","shiptoName":"Billet Evolution","entry_date":"08-23-2024","cust_order_date":"08-23-2024","req_date":"11-18-2024","cust_po":"4mm Shrink Fit Holders","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jakub Pietka","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"12:23","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jakub Pietka","follow_phone":"773-895-7421","follow_email":"Jakub.Pietka@blackhawkid.com","pic_user":"francescof","total_amt":"372.00","total_gp":"226.32","total_gpm":"60.84","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"220650","line":"2","data":"08-23-2024 12:24 - Discounts Recalculated QS"},{"comp":"1","quote":"220650","line":"1","data":"em'd to Frankie"},{"comp":"1","quote":"220650","line":"0","data":"09-19-2024 15:42-jennad Updated w/ IMTS Promo &"}],"crmnotes":[{"comp":1,"quote":220650,"Line":0,"Comment":"09/23/2024 4:34 AM - francescof - CLO changed from 09/23/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220650,"Line":1,"Comment":"09/23/2024 4:34 AM - francescof - F/U changed from 09/20/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220650,"Line":2,"Comment":"10/14/2024 5:25 AM - francescof - Req Date changed from 10/04/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220650,"Line":3,"Comment":"10/14/2024 5:25 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220650,"Line":4,"Comment":"10/14/2024 5:25 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220650,"Line":5,"Comment":"11/10/2024 4:02 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220650,"Line":6,"Comment":"11/10/2024 4:02 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"},{"comp":1,"quote":220650,"Line":7,"Comment":"11/10/2024 4:02 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"220650","line":"1","part":"CAT40-SF4-80","qty":"2","price":"310.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220650","line":"2","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"220650","Line":"1","Company":"1","F_Line":"1","Comment":"Additional 5% IMTS Promo discount applied.","Loc":"Y"},{"Quote":"220650","Line":"2","Company":"1","F_Line":"1","Comment":"Applied only to CAT40-SF4-80 for 2 or more pieces.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-10 16:04:21.821 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219210-11102024160421.txt === {"quote":"219210","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"MACHEMSX","shiptoName":"Machinery Systems Inc.","entry_date":"07-24-2024","cust_order_date":"07-24-2024","req_date":"10-25-2024","cust_po":"Mazak QTEz8MSY Project","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brandon Strebel","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"16:15","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Brandon Strebel","follow_phone":"(847) 882-8085","follow_email":"brandons@machsys.com","pic_user":"francescof","total_amt":"8100.08","total_gp":"7012.32","total_gpm":"86.57","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"6","win_pct":"20","clo_date":"10-25-2024","notes":[{"comp":"1","quote":"219210","line":"4","data":"07-24-2024 16:16 - Discounts Recalculated QS"},{"comp":"1","quote":"219210","line":"3","data":"to Mimatic Log & quote"},{"comp":"1","quote":"219210","line":"2","data":"07-29-2024 15:51-jennad MZST68-ER16-AD-ICE added"},{"comp":"1","quote":"219210","line":"1","data":"pricing and change to ER25."},{"comp":"1","quote":"219210","line":"0","data":"07-30-2024 12:01-jennad Called Frankie to discuss"}],"crmnotes":[{"comp":1,"quote":219210,"Line":0,"Comment":"08/09/2024 1:36 PM - francescof - F/U changed from 08/02/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219210,"Line":1,"Comment":"08/26/2024 1:49 PM - francescof - CLO changed from 08/24/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":219210,"Line":2,"Comment":"08/26/2024 1:49 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219210,"Line":3,"Comment":"09/23/2024 4:25 AM - francescof - Req Date changed from 09/04/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":219210,"Line":4,"Comment":"09/23/2024 4:26 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":219210,"Line":5,"Comment":"09/23/2024 4:26 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219210,"Line":6,"Comment":"10/14/2024 5:28 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":219210,"Line":7,"Comment":"10/14/2024 5:28 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":219210,"Line":8,"Comment":"10/14/2024 5:29 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"219210","line":"1","part":"MZST68-ER32X","qty":"1","price":"2798.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219210","line":"2","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219210","line":"3","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219210","line":"5","part":"SPECIAL-LV-MI","qty":"1","price":"5865.00","uom":"EA","discount":"0.00","req_date":"2-3 Wks","branch":"1"},{"comp":"01","order":"219210","line":"6","part":"WRENCH-ER25I","qty":"1","price":"139.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219210","line":"7","part":"WRENCH-MIM-107446","qty":"1","price":"35.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"219210","Line":"5","Company":"1","F_Line":"1","Comment":"Final Part#: MZST68-ER25-AD-ICE","Loc":"Y"},{"Quote":"219210","Line":"5","Company":"1","F_Line":"2","Comment":"**QUOTED AT NET PRICE**","Loc":"Y"},{"Quote":"219210","Line":"5","Company":"1","F_Line":"3","Comment":"Please note: This is special non-standard stock. Once","Loc":"Y"},{"Quote":"219210","Line":"5","Company":"1","F_Line":"4","Comment":"a PO is placed it cannot be cancelled or returned.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-10 16:04:39.238 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219210-11102024160439.txt === {"quote":"219210","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"MACHEMSX","shiptoName":"Machinery Systems Inc.","entry_date":"07-24-2024","cust_order_date":"07-24-2024","req_date":"10-25-2024","cust_po":"Mazak QTEz8MSY Project","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brandon Strebel","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"16:15","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Brandon Strebel","follow_phone":"(847) 882-8085","follow_email":"brandons@machsys.com","pic_user":"francescof","total_amt":"8100.08","total_gp":"7012.32","total_gpm":"86.57","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"6","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"219210","line":"4","data":"07-24-2024 16:16 - Discounts Recalculated QS"},{"comp":"1","quote":"219210","line":"3","data":"to Mimatic Log & quote"},{"comp":"1","quote":"219210","line":"2","data":"07-29-2024 15:51-jennad MZST68-ER16-AD-ICE added"},{"comp":"1","quote":"219210","line":"1","data":"pricing and change to ER25."},{"comp":"1","quote":"219210","line":"0","data":"07-30-2024 12:01-jennad Called Frankie to discuss"}],"crmnotes":[{"comp":1,"quote":219210,"Line":0,"Comment":"08/09/2024 1:36 PM - francescof - F/U changed from 08/02/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219210,"Line":1,"Comment":"08/26/2024 1:49 PM - francescof - CLO changed from 08/24/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":219210,"Line":2,"Comment":"08/26/2024 1:49 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219210,"Line":3,"Comment":"09/23/2024 4:25 AM - francescof - Req Date changed from 09/04/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":219210,"Line":4,"Comment":"09/23/2024 4:26 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":219210,"Line":5,"Comment":"09/23/2024 4:26 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219210,"Line":6,"Comment":"10/14/2024 5:28 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":219210,"Line":7,"Comment":"10/14/2024 5:28 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":219210,"Line":8,"Comment":"10/14/2024 5:29 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219210,"Line":9,"Comment":"11/10/2024 4:04 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219210,"Line":10,"Comment":"11/10/2024 4:04 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"219210","line":"1","part":"MZST68-ER32X","qty":"1","price":"2798.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219210","line":"2","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219210","line":"3","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219210","line":"5","part":"SPECIAL-LV-MI","qty":"1","price":"5865.00","uom":"EA","discount":"0.00","req_date":"2-3 Wks","branch":"1"},{"comp":"01","order":"219210","line":"6","part":"WRENCH-ER25I","qty":"1","price":"139.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219210","line":"7","part":"WRENCH-MIM-107446","qty":"1","price":"35.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"219210","Line":"5","Company":"1","F_Line":"1","Comment":"Final Part#: MZST68-ER25-AD-ICE","Loc":"Y"},{"Quote":"219210","Line":"5","Company":"1","F_Line":"2","Comment":"**QUOTED AT NET PRICE**","Loc":"Y"},{"Quote":"219210","Line":"5","Company":"1","F_Line":"3","Comment":"Please note: This is special non-standard stock. Once","Loc":"Y"},{"Quote":"219210","Line":"5","Company":"1","F_Line":"4","Comment":"a PO is placed it cannot be cancelled or returned.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-10 16:04:45.701 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219210-11102024160445.txt === {"quote":"219210","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"MACHEMSX","shiptoName":"Machinery Systems Inc.","entry_date":"07-24-2024","cust_order_date":"07-24-2024","req_date":"11-18-2024","cust_po":"Mazak QTEz8MSY Project","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brandon Strebel","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"16:15","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Brandon Strebel","follow_phone":"(847) 882-8085","follow_email":"brandons@machsys.com","pic_user":"francescof","total_amt":"8100.08","total_gp":"7012.32","total_gpm":"86.57","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"6","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"219210","line":"4","data":"07-24-2024 16:16 - Discounts Recalculated QS"},{"comp":"1","quote":"219210","line":"3","data":"to Mimatic Log & quote"},{"comp":"1","quote":"219210","line":"2","data":"07-29-2024 15:51-jennad MZST68-ER16-AD-ICE added"},{"comp":"1","quote":"219210","line":"1","data":"pricing and change to ER25."},{"comp":"1","quote":"219210","line":"0","data":"07-30-2024 12:01-jennad Called Frankie to discuss"}],"crmnotes":[{"comp":1,"quote":219210,"Line":0,"Comment":"08/09/2024 1:36 PM - francescof - F/U changed from 08/02/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219210,"Line":1,"Comment":"08/26/2024 1:49 PM - francescof - CLO changed from 08/24/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":219210,"Line":2,"Comment":"08/26/2024 1:49 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219210,"Line":3,"Comment":"09/23/2024 4:25 AM - francescof - Req Date changed from 09/04/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":219210,"Line":4,"Comment":"09/23/2024 4:26 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":219210,"Line":5,"Comment":"09/23/2024 4:26 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219210,"Line":6,"Comment":"10/14/2024 5:28 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":219210,"Line":7,"Comment":"10/14/2024 5:28 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":219210,"Line":8,"Comment":"10/14/2024 5:29 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219210,"Line":9,"Comment":"11/10/2024 4:04 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219210,"Line":10,"Comment":"11/10/2024 4:04 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"},{"comp":1,"quote":219210,"Line":11,"Comment":"11/10/2024 4:04 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"219210","line":"1","part":"MZST68-ER32X","qty":"1","price":"2798.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219210","line":"2","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219210","line":"3","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219210","line":"5","part":"SPECIAL-LV-MI","qty":"1","price":"5865.00","uom":"EA","discount":"0.00","req_date":"2-3 Wks","branch":"1"},{"comp":"01","order":"219210","line":"6","part":"WRENCH-ER25I","qty":"1","price":"139.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219210","line":"7","part":"WRENCH-MIM-107446","qty":"1","price":"35.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"219210","Line":"5","Company":"1","F_Line":"1","Comment":"Final Part#: MZST68-ER25-AD-ICE","Loc":"Y"},{"Quote":"219210","Line":"5","Company":"1","F_Line":"2","Comment":"**QUOTED AT NET PRICE**","Loc":"Y"},{"Quote":"219210","Line":"5","Company":"1","F_Line":"3","Comment":"Please note: This is special non-standard stock. Once","Loc":"Y"},{"Quote":"219210","Line":"5","Company":"1","F_Line":"4","Comment":"a PO is placed it cannot be cancelled or returned.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-10 16:04:55.358 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219280-11102024160455.txt === {"quote":"219280","customer":"2325","name":null,"customerName":"BlackHawk Industrial - Base Camp","comp":"01","open":"0","shipto":"BLAAAAE","shiptoName":"BlackHawk Chicago DC","entry_date":"07-25-2024","cust_order_date":"07-25-2024","req_date":"10-25-2024","cust_po":"32mm Collet","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Mike Bielat","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"16:41","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Mike Bielat","follow_phone":"773-427-3723","follow_email":"Michael.Bielat@blackhawkid.com","pic_user":"francescof","total_amt":"109.85","total_gp":"106.85","total_gpm":"97.27","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"1","win_pct":"20","clo_date":"10-25-2024","notes":[{"comp":"1","quote":"219280","line":"0","data":"07-25-2024 16:46 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":219280,"Line":0,"Comment":"07/29/2024 5:50 PM - francescof - F/U changed from 07/31/2024 to 8/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219280,"Line":1,"Comment":"08/09/2024 1:32 PM - francescof - F/U changed from 08/02/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219280,"Line":2,"Comment":"08/26/2024 1:55 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219280,"Line":3,"Comment":"08/26/2024 1:55 PM - francescof - CLO changed from 08/25/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":219280,"Line":4,"Comment":"09/23/2024 4:25 AM - francescof - Req Date changed from 09/05/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":219280,"Line":5,"Comment":"09/23/2024 4:25 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":219280,"Line":6,"Comment":"09/23/2024 4:25 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219280,"Line":7,"Comment":"10/14/2024 5:28 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":219280,"Line":8,"Comment":"10/14/2024 5:28 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":219280,"Line":9,"Comment":"10/14/2024 5:28 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"219280","line":"1","part":"E50-1299","qty":"1","price":"169.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-10 16:05:03.357 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219280-11102024160503.txt === {"quote":"219280","customer":"2325","name":null,"customerName":"BlackHawk Industrial - Base Camp","comp":"01","open":"0","shipto":"BLAAAAE","shiptoName":"BlackHawk Chicago DC","entry_date":"07-25-2024","cust_order_date":"07-25-2024","req_date":"10-25-2024","cust_po":"32mm Collet","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Mike Bielat","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"16:41","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Mike Bielat","follow_phone":"773-427-3723","follow_email":"Michael.Bielat@blackhawkid.com","pic_user":"francescof","total_amt":"109.85","total_gp":"106.85","total_gpm":"97.27","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"219280","line":"0","data":"07-25-2024 16:46 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":219280,"Line":0,"Comment":"07/29/2024 5:50 PM - francescof - F/U changed from 07/31/2024 to 8/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219280,"Line":1,"Comment":"08/09/2024 1:32 PM - francescof - F/U changed from 08/02/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219280,"Line":2,"Comment":"08/26/2024 1:55 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219280,"Line":3,"Comment":"08/26/2024 1:55 PM - francescof - CLO changed from 08/25/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":219280,"Line":4,"Comment":"09/23/2024 4:25 AM - francescof - Req Date changed from 09/05/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":219280,"Line":5,"Comment":"09/23/2024 4:25 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":219280,"Line":6,"Comment":"09/23/2024 4:25 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219280,"Line":7,"Comment":"10/14/2024 5:28 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":219280,"Line":8,"Comment":"10/14/2024 5:28 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":219280,"Line":9,"Comment":"10/14/2024 5:28 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219280,"Line":10,"Comment":"11/10/2024 4:04 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219280,"Line":11,"Comment":"11/10/2024 4:05 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"219280","line":"1","part":"E50-1299","qty":"1","price":"169.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-10 16:05:11.116 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219280-11102024160510.txt === {"quote":"219280","customer":"2325","name":null,"customerName":"BlackHawk Industrial - Base Camp","comp":"01","open":"0","shipto":"BLAAAAE","shiptoName":"BlackHawk Chicago DC","entry_date":"07-25-2024","cust_order_date":"07-25-2024","req_date":"11-18-2024","cust_po":"32mm Collet","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Mike Bielat","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"16:41","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Mike Bielat","follow_phone":"773-427-3723","follow_email":"Michael.Bielat@blackhawkid.com","pic_user":"francescof","total_amt":"109.85","total_gp":"106.85","total_gpm":"97.27","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"219280","line":"0","data":"07-25-2024 16:46 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":219280,"Line":0,"Comment":"07/29/2024 5:50 PM - francescof - F/U changed from 07/31/2024 to 8/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219280,"Line":1,"Comment":"08/09/2024 1:32 PM - francescof - F/U changed from 08/02/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219280,"Line":2,"Comment":"08/26/2024 1:55 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219280,"Line":3,"Comment":"08/26/2024 1:55 PM - francescof - CLO changed from 08/25/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":219280,"Line":4,"Comment":"09/23/2024 4:25 AM - francescof - Req Date changed from 09/05/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":219280,"Line":5,"Comment":"09/23/2024 4:25 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":219280,"Line":6,"Comment":"09/23/2024 4:25 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219280,"Line":7,"Comment":"10/14/2024 5:28 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":219280,"Line":8,"Comment":"10/14/2024 5:28 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":219280,"Line":9,"Comment":"10/14/2024 5:28 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219280,"Line":10,"Comment":"11/10/2024 4:04 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219280,"Line":11,"Comment":"11/10/2024 4:05 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"},{"comp":1,"quote":219280,"Line":12,"Comment":"11/10/2024 4:05 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"219280","line":"1","part":"E50-1299","qty":"1","price":"169.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-10 16:05:19.939 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219645-11102024160519.txt === {"quote":"219645","customer":"4550","name":null,"customerName":"DGI Supply a DoAll Company","comp":"01","open":"0","shipto":"ADVAROCB","shiptoName":"Advanced Machine & Eng. Co.","entry_date":"08-02-2024","cust_order_date":"08-02-2024","req_date":"10-25-2024","cust_po":"M18 OSG PROJECT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Anthony Williams","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"12:25","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Anthony Williams","follow_phone":"800-923-6255","follow_email":"awilliams@dgisupply.com","pic_user":"francescof","total_amt":"764.84","total_gp":"328.06","total_gpm":"42.89","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"4","win_pct":"20","clo_date":"10-25-2024","notes":[{"comp":"1","quote":"219645","line":"0","data":"08-02-2024 12:26 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":219645,"Line":0,"Comment":"08/09/2024 1:30 PM - francescof - F/U changed from 08/08/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219645,"Line":1,"Comment":"08/26/2024 1:55 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219645,"Line":2,"Comment":"09/23/2024 4:24 AM - francescof - Req Date changed from 09/13/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":219645,"Line":3,"Comment":"09/23/2024 4:24 AM - francescof - CLO changed from 09/02/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":219645,"Line":4,"Comment":"09/23/2024 4:24 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219645,"Line":5,"Comment":"10/14/2024 5:27 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":219645,"Line":6,"Comment":"10/14/2024 5:27 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":219645,"Line":7,"Comment":"10/14/2024 5:27 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"219645","line":"1","part":"C5005-0875-3.86","qty":"2","price":"518.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219645","line":"2","part":"T10-040","qty":"1","price":"158.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219645","line":"3","part":"T10-044","qty":"1","price":"158.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-10 16:05:27.763 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219645-11102024160527.txt === {"quote":"219645","customer":"4550","name":null,"customerName":"DGI Supply a DoAll Company","comp":"01","open":"0","shipto":"ADVAROCB","shiptoName":"Advanced Machine & Eng. Co.","entry_date":"08-02-2024","cust_order_date":"08-02-2024","req_date":"10-25-2024","cust_po":"M18 OSG PROJECT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Anthony Williams","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"12:25","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Anthony Williams","follow_phone":"800-923-6255","follow_email":"awilliams@dgisupply.com","pic_user":"francescof","total_amt":"764.84","total_gp":"328.06","total_gpm":"42.89","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"219645","line":"0","data":"08-02-2024 12:26 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":219645,"Line":0,"Comment":"08/09/2024 1:30 PM - francescof - F/U changed from 08/08/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219645,"Line":1,"Comment":"08/26/2024 1:55 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219645,"Line":2,"Comment":"09/23/2024 4:24 AM - francescof - Req Date changed from 09/13/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":219645,"Line":3,"Comment":"09/23/2024 4:24 AM - francescof - CLO changed from 09/02/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":219645,"Line":4,"Comment":"09/23/2024 4:24 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219645,"Line":5,"Comment":"10/14/2024 5:27 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":219645,"Line":6,"Comment":"10/14/2024 5:27 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":219645,"Line":7,"Comment":"10/14/2024 5:27 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219645,"Line":8,"Comment":"11/10/2024 4:05 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219645,"Line":9,"Comment":"11/10/2024 4:05 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"219645","line":"1","part":"C5005-0875-3.86","qty":"2","price":"518.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219645","line":"2","part":"T10-040","qty":"1","price":"158.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219645","line":"3","part":"T10-044","qty":"1","price":"158.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-10 16:05:33.378 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219645-11102024160533.txt === {"quote":"219645","customer":"4550","name":null,"customerName":"DGI Supply a DoAll Company","comp":"01","open":"0","shipto":"ADVAROCB","shiptoName":"Advanced Machine & Eng. Co.","entry_date":"08-02-2024","cust_order_date":"08-02-2024","req_date":"11-18-2024","cust_po":"M18 OSG PROJECT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Anthony Williams","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"12:25","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Anthony Williams","follow_phone":"800-923-6255","follow_email":"awilliams@dgisupply.com","pic_user":"francescof","total_amt":"764.84","total_gp":"328.06","total_gpm":"42.89","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"219645","line":"0","data":"08-02-2024 12:26 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":219645,"Line":0,"Comment":"08/09/2024 1:30 PM - francescof - F/U changed from 08/08/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219645,"Line":1,"Comment":"08/26/2024 1:55 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219645,"Line":2,"Comment":"09/23/2024 4:24 AM - francescof - Req Date changed from 09/13/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":219645,"Line":3,"Comment":"09/23/2024 4:24 AM - francescof - CLO changed from 09/02/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":219645,"Line":4,"Comment":"09/23/2024 4:24 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219645,"Line":5,"Comment":"10/14/2024 5:27 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":219645,"Line":6,"Comment":"10/14/2024 5:27 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":219645,"Line":7,"Comment":"10/14/2024 5:27 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219645,"Line":8,"Comment":"11/10/2024 4:05 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219645,"Line":9,"Comment":"11/10/2024 4:05 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"},{"comp":1,"quote":219645,"Line":10,"Comment":"11/10/2024 4:05 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"219645","line":"1","part":"C5005-0875-3.86","qty":"2","price":"518.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219645","line":"2","part":"T10-040","qty":"1","price":"158.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219645","line":"3","part":"T10-044","qty":"1","price":"158.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-10 16:05:45.592 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220663-11102024160545.txt === {"quote":"220663","customer":"26350","name":null,"customerName":"Zenger's Inc.","comp":"01","open":"0","shipto":"STARRIVE","shiptoName":"Star Hydraulics","entry_date":"08-23-2024","cust_order_date":"08-23-2024","req_date":"10-25-2024","cust_po":"Samsung SL2500Y-Option 1","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Max Stephens","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"13:59","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Max Stephens","follow_phone":"847-915-2839","follow_email":"mstephens@zengers.com","pic_user":"francescof","total_amt":"15596.70","total_gp":"8903.01","total_gpm":"57.08","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"19","win_pct":"20","clo_date":"10-25-2024","notes":[{"comp":"1","quote":"220663","line":"2","data":"08-23-2024 14:01 - Discounts Recalculated QS"},{"comp":"1","quote":"220663","line":"1","data":"to live tools"},{"comp":"1","quote":"220663","line":"0","data":"08-23-2024 14:14-jennad Added IMTS 10% discount"}],"crmnotes":[{"comp":1,"quote":220663,"Line":0,"Comment":"09/23/2024 3:46 AM - francescof - F/U changed from 08/29/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220663,"Line":1,"Comment":"09/23/2024 3:47 AM - francescof - CLO changed from 09/23/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220663,"Line":2,"Comment":"10/14/2024 5:35 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220663,"Line":3,"Comment":"10/14/2024 5:35 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220663,"Line":4,"Comment":"10/14/2024 5:35 AM - francescof - Req Date changed from 10/04/2024 to 10/25/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"220663","line":"1","part":"BMT65-ER32X","qty":"3","price":"2678.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220663","line":"2","part":"WRENCH-ER32I","qty":"3","price":"165.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220663","line":"3","part":"WRENCH-MIM-107642","qty":"3","price":"45.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220663","line":"4","part":"BMT65-ER32Z","qty":"3","price":"4317.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220663","line":"5","part":"WRENCH-ER32I","qty":"3","price":"165.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220663","line":"6","part":"WRENCH-MIM-107642","qty":"3","price":"45.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220663","line":"7","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"220663","Line":"1","Company":"1","F_Line":"1","Comment":"Additional 10% IMTS Early Bird Promo discount applied.","Loc":"Y"},{"Quote":"220663","Line":"4","Company":"1","F_Line":"1","Comment":"Additional 10% IMTS Early Bird Promo discount applied.","Loc":"Y"},{"Quote":"220663","Line":"7","Company":"1","F_Line":"1","Comment":"Applied only to BMT64-ER32X BMT65-ER32Z","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-10 16:06:00.025 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220663-11102024160559.txt === {"quote":"220663","customer":"26350","name":null,"customerName":"Zenger's Inc.","comp":"01","open":"0","shipto":"STARRIVE","shiptoName":"Star Hydraulics","entry_date":"08-23-2024","cust_order_date":"08-23-2024","req_date":"10-25-2024","cust_po":"Samsung SL2500Y-Option 1","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Max Stephens","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"13:59","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Max Stephens","follow_phone":"847-915-2839","follow_email":"mstephens@zengers.com","pic_user":"francescof","total_amt":"15596.70","total_gp":"8903.01","total_gpm":"57.08","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"19","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"220663","line":"2","data":"08-23-2024 14:01 - Discounts Recalculated QS"},{"comp":"1","quote":"220663","line":"1","data":"to live tools"},{"comp":"1","quote":"220663","line":"0","data":"08-23-2024 14:14-jennad Added IMTS 10% discount"}],"crmnotes":[{"comp":1,"quote":220663,"Line":0,"Comment":"09/23/2024 3:46 AM - francescof - F/U changed from 08/29/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220663,"Line":1,"Comment":"09/23/2024 3:47 AM - francescof - CLO changed from 09/23/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220663,"Line":2,"Comment":"10/14/2024 5:35 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220663,"Line":3,"Comment":"10/14/2024 5:35 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220663,"Line":4,"Comment":"10/14/2024 5:35 AM - francescof - Req Date changed from 10/04/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220663,"Line":5,"Comment":"11/10/2024 4:05 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220663,"Line":6,"Comment":"11/10/2024 4:05 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"220663","line":"1","part":"BMT65-ER32X","qty":"3","price":"2678.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220663","line":"2","part":"WRENCH-ER32I","qty":"3","price":"165.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220663","line":"3","part":"WRENCH-MIM-107642","qty":"3","price":"45.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220663","line":"4","part":"BMT65-ER32Z","qty":"3","price":"4317.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220663","line":"5","part":"WRENCH-ER32I","qty":"3","price":"165.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220663","line":"6","part":"WRENCH-MIM-107642","qty":"3","price":"45.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220663","line":"7","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"220663","Line":"1","Company":"1","F_Line":"1","Comment":"Additional 10% IMTS Early Bird Promo discount applied.","Loc":"Y"},{"Quote":"220663","Line":"4","Company":"1","F_Line":"1","Comment":"Additional 10% IMTS Early Bird Promo discount applied.","Loc":"Y"},{"Quote":"220663","Line":"7","Company":"1","F_Line":"1","Comment":"Applied only to BMT64-ER32X BMT65-ER32Z","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-10 16:07:55.876 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220663-11102024160755.txt === {"quote":"220663","customer":"26350","name":null,"customerName":"Zenger's Inc.","comp":"01","open":"0","shipto":"STARRIVE","shiptoName":"Star Hydraulics","entry_date":"08-23-2024","cust_order_date":"08-23-2024","req_date":"11-18-2024","cust_po":"Samsung SL2500Y-Option 1","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Max Stephens","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"13:59","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Max Stephens","follow_phone":"847-915-2839","follow_email":"mstephens@zengers.com","pic_user":"francescof","total_amt":"15596.70","total_gp":"8903.01","total_gpm":"57.08","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"19","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"220663","line":"2","data":"08-23-2024 14:01 - Discounts Recalculated QS"},{"comp":"1","quote":"220663","line":"1","data":"to live tools"},{"comp":"1","quote":"220663","line":"0","data":"08-23-2024 14:14-jennad Added IMTS 10% discount"}],"crmnotes":[{"comp":1,"quote":220663,"Line":0,"Comment":"09/23/2024 3:46 AM - francescof - F/U changed from 08/29/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220663,"Line":1,"Comment":"09/23/2024 3:47 AM - francescof - CLO changed from 09/23/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220663,"Line":2,"Comment":"10/14/2024 5:35 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220663,"Line":3,"Comment":"10/14/2024 5:35 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220663,"Line":4,"Comment":"10/14/2024 5:35 AM - francescof - Req Date changed from 10/04/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220663,"Line":5,"Comment":"11/10/2024 4:05 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220663,"Line":6,"Comment":"11/10/2024 4:05 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"},{"comp":1,"quote":220663,"Line":7,"Comment":"11/10/2024 4:07 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"220663","line":"1","part":"BMT65-ER32X","qty":"3","price":"2678.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220663","line":"2","part":"WRENCH-ER32I","qty":"3","price":"165.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220663","line":"3","part":"WRENCH-MIM-107642","qty":"3","price":"45.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220663","line":"4","part":"BMT65-ER32Z","qty":"3","price":"4317.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220663","line":"5","part":"WRENCH-ER32I","qty":"3","price":"165.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220663","line":"6","part":"WRENCH-MIM-107642","qty":"3","price":"45.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220663","line":"7","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"220663","Line":"1","Company":"1","F_Line":"1","Comment":"Additional 10% IMTS Early Bird Promo discount applied.","Loc":"Y"},{"Quote":"220663","Line":"4","Company":"1","F_Line":"1","Comment":"Additional 10% IMTS Early Bird Promo discount applied.","Loc":"Y"},{"Quote":"220663","Line":"7","Company":"1","F_Line":"1","Comment":"Applied only to BMT64-ER32X BMT65-ER32Z","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-10 16:08:04.803 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220664-11102024160804.txt === {"quote":"220664","customer":"26350","name":null,"customerName":"Zenger's Inc.","comp":"01","open":"0","shipto":"ZENGERS","shiptoName":"Zenger's Inc.","entry_date":"08-23-2024","cust_order_date":"08-23-2024","req_date":"10-25-2024","cust_po":"Samsung SL2500Y-ICE OPT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Max Stephens","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"14:04","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Max Stephens","follow_phone":"847-915-2839","follow_email":"mstephens@zengers.com","pic_user":"francescof","total_amt":"17774.40","total_gp":"10548.24","total_gpm":"59.35","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"19","win_pct":"20","clo_date":"10-25-2024","notes":[{"comp":"1","quote":"220664","line":"1","data":"for live tools"},{"comp":"1","quote":"220664","line":"0","data":"08-23-2024 14:17-jennad Applied 10% IMTS discount"}],"crmnotes":[{"comp":1,"quote":220664,"Line":0,"Comment":"09/23/2024 3:47 AM - francescof - F/U changed from 08/29/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220664,"Line":1,"Comment":"09/23/2024 3:47 AM - francescof - CLO changed from 09/23/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220664,"Line":2,"Comment":"10/14/2024 5:34 AM - francescof - Req Date changed from 10/04/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220664,"Line":3,"Comment":"10/14/2024 5:34 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220664,"Line":4,"Comment":"10/14/2024 5:34 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"220664","line":"1","part":"BMT65-ER32X-ICE","qty":"3","price":"3320.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220664","line":"2","part":"WRENCH-ER32I","qty":"3","price":"165.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220664","line":"3","part":"WRENCH-MIM-107642","qty":"3","price":"45.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220664","line":"4","part":"BMT65-ER32Z-72-ICE","qty":"3","price":"4712.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220664","line":"5","part":"WRENCH-ER32I","qty":"3","price":"165.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220664","line":"6","part":"WRENCH-MIM-107642","qty":"3","price":"45.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220664","line":"7","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"220664","Line":"1","Company":"1","F_Line":"1","Comment":"Additional 10% IMTS Early Bird Promo discount applied.","Loc":"Y"},{"Quote":"220664","Line":"4","Company":"1","F_Line":"1","Comment":"Additional 10% IMTS Early Bird Promo discount applied.","Loc":"Y"},{"Quote":"220664","Line":"7","Company":"1","F_Line":"1","Comment":"Applied only to BMT65-ER32X-ICE BMT65-ER32Z-72-ICE","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-10 16:08:13.748 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220664-11102024160813.txt === {"quote":"220664","customer":"26350","name":null,"customerName":"Zenger's Inc.","comp":"01","open":"0","shipto":"ZENGERS","shiptoName":"Zenger's Inc.","entry_date":"08-23-2024","cust_order_date":"08-23-2024","req_date":"10-25-2024","cust_po":"Samsung SL2500Y-ICE OPT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Max Stephens","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"14:04","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Max Stephens","follow_phone":"847-915-2839","follow_email":"mstephens@zengers.com","pic_user":"francescof","total_amt":"17774.40","total_gp":"10548.24","total_gpm":"59.35","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"19","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"220664","line":"1","data":"for live tools"},{"comp":"1","quote":"220664","line":"0","data":"08-23-2024 14:17-jennad Applied 10% IMTS discount"}],"crmnotes":[{"comp":1,"quote":220664,"Line":0,"Comment":"09/23/2024 3:47 AM - francescof - F/U changed from 08/29/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220664,"Line":1,"Comment":"09/23/2024 3:47 AM - francescof - CLO changed from 09/23/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220664,"Line":2,"Comment":"10/14/2024 5:34 AM - francescof - Req Date changed from 10/04/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220664,"Line":3,"Comment":"10/14/2024 5:34 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220664,"Line":4,"Comment":"10/14/2024 5:34 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220664,"Line":5,"Comment":"11/10/2024 4:08 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220664,"Line":6,"Comment":"11/10/2024 4:08 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"220664","line":"1","part":"BMT65-ER32X-ICE","qty":"3","price":"3320.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220664","line":"2","part":"WRENCH-ER32I","qty":"3","price":"165.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220664","line":"3","part":"WRENCH-MIM-107642","qty":"3","price":"45.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220664","line":"4","part":"BMT65-ER32Z-72-ICE","qty":"3","price":"4712.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220664","line":"5","part":"WRENCH-ER32I","qty":"3","price":"165.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220664","line":"6","part":"WRENCH-MIM-107642","qty":"3","price":"45.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220664","line":"7","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"220664","Line":"1","Company":"1","F_Line":"1","Comment":"Additional 10% IMTS Early Bird Promo discount applied.","Loc":"Y"},{"Quote":"220664","Line":"4","Company":"1","F_Line":"1","Comment":"Additional 10% IMTS Early Bird Promo discount applied.","Loc":"Y"},{"Quote":"220664","Line":"7","Company":"1","F_Line":"1","Comment":"Applied only to BMT65-ER32X-ICE BMT65-ER32Z-72-ICE","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-10 16:08:25.602 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220664-11102024160825.txt === {"quote":"220664","customer":"26350","name":null,"customerName":"Zenger's Inc.","comp":"01","open":"0","shipto":"ZENGERS","shiptoName":"Zenger's Inc.","entry_date":"08-23-2024","cust_order_date":"08-23-2024","req_date":"11-18-2024","cust_po":"Samsung SL2500Y-ICE OPT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Max Stephens","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"14:04","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Max Stephens","follow_phone":"847-915-2839","follow_email":"mstephens@zengers.com","pic_user":"francescof","total_amt":"17774.40","total_gp":"10548.24","total_gpm":"59.35","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"19","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"220664","line":"1","data":"for live tools"},{"comp":"1","quote":"220664","line":"0","data":"08-23-2024 14:17-jennad Applied 10% IMTS discount"}],"crmnotes":[{"comp":1,"quote":220664,"Line":0,"Comment":"09/23/2024 3:47 AM - francescof - F/U changed from 08/29/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220664,"Line":1,"Comment":"09/23/2024 3:47 AM - francescof - CLO changed from 09/23/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220664,"Line":2,"Comment":"10/14/2024 5:34 AM - francescof - Req Date changed from 10/04/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220664,"Line":3,"Comment":"10/14/2024 5:34 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220664,"Line":4,"Comment":"10/14/2024 5:34 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220664,"Line":5,"Comment":"11/10/2024 4:08 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220664,"Line":6,"Comment":"11/10/2024 4:08 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"},{"comp":1,"quote":220664,"Line":7,"Comment":"11/10/2024 4:08 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"220664","line":"1","part":"BMT65-ER32X-ICE","qty":"3","price":"3320.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220664","line":"2","part":"WRENCH-ER32I","qty":"3","price":"165.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220664","line":"3","part":"WRENCH-MIM-107642","qty":"3","price":"45.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220664","line":"4","part":"BMT65-ER32Z-72-ICE","qty":"3","price":"4712.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220664","line":"5","part":"WRENCH-ER32I","qty":"3","price":"165.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220664","line":"6","part":"WRENCH-MIM-107642","qty":"3","price":"45.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220664","line":"7","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"220664","Line":"1","Company":"1","F_Line":"1","Comment":"Additional 10% IMTS Early Bird Promo discount applied.","Loc":"Y"},{"Quote":"220664","Line":"4","Company":"1","F_Line":"1","Comment":"Additional 10% IMTS Early Bird Promo discount applied.","Loc":"Y"},{"Quote":"220664","Line":"7","Company":"1","F_Line":"1","Comment":"Applied only to BMT65-ER32X-ICE BMT65-ER32Z-72-ICE","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-10 16:08:35.601 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220861-11102024160835.txt === {"quote":"220861","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"MACHEMSX","shiptoName":"Machinery Systems Inc.","entry_date":"08-28-2024","cust_order_date":"08-28-2024","req_date":"10-25-2024","cust_po":"QT250MSY VDI WTO CROSS","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brandon Strebel","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"14:05","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Brandon Strebel","follow_phone":"(847) 882-8085","follow_email":"brandons@machsys.com","pic_user":"francescof","total_amt":"3217.2","total_gp":"1716.31","total_gpm":"53.35","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"3","win_pct":"20","clo_date":"10-25-2024","notes":[{"comp":"1","quote":"220861","line":"0","data":"08-28-2024 14:05 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220861,"Line":0,"Comment":"09/23/2024 3:52 AM - francescof - CLO changed from 09/28/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220861,"Line":1,"Comment":"09/23/2024 3:52 AM - francescof - F/U changed from 09/06/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220861,"Line":2,"Comment":"10/14/2024 5:33 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220861,"Line":3,"Comment":"10/14/2024 5:33 AM - francescof - Req Date changed from 10/09/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220861,"Line":4,"Comment":"10/14/2024 5:33 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"220861","line":"1","part":"MZQT47-ER32Z-ICE","qty":"1","price":"4380.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220861","line":"2","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220861","line":"3","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-10 16:08:44.844 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220861-11102024160844.txt === {"quote":"220861","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"MACHEMSX","shiptoName":"Machinery Systems Inc.","entry_date":"08-28-2024","cust_order_date":"08-28-2024","req_date":"10-25-2024","cust_po":"QT250MSY VDI WTO CROSS","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brandon Strebel","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"14:05","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Brandon Strebel","follow_phone":"(847) 882-8085","follow_email":"brandons@machsys.com","pic_user":"francescof","total_amt":"3217.2","total_gp":"1716.31","total_gpm":"53.35","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"220861","line":"0","data":"08-28-2024 14:05 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220861,"Line":0,"Comment":"09/23/2024 3:52 AM - francescof - CLO changed from 09/28/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220861,"Line":1,"Comment":"09/23/2024 3:52 AM - francescof - F/U changed from 09/06/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220861,"Line":2,"Comment":"10/14/2024 5:33 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220861,"Line":3,"Comment":"10/14/2024 5:33 AM - francescof - Req Date changed from 10/09/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220861,"Line":4,"Comment":"10/14/2024 5:33 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220861,"Line":5,"Comment":"11/10/2024 4:08 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220861,"Line":6,"Comment":"11/10/2024 4:08 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"220861","line":"1","part":"MZQT47-ER32Z-ICE","qty":"1","price":"4380.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220861","line":"2","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220861","line":"3","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-10 16:09:08.089 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220861-11102024160907.txt === {"quote":"220861","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"MACHEMSX","shiptoName":"Machinery Systems Inc.","entry_date":"08-28-2024","cust_order_date":"08-28-2024","req_date":"11-18-2024","cust_po":"QT250MSY VDI WTO CROSS","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brandon Strebel","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"14:05","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Brandon Strebel","follow_phone":"(847) 882-8085","follow_email":"brandons@machsys.com","pic_user":"francescof","total_amt":"3217.2","total_gp":"1716.31","total_gpm":"53.35","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"220861","line":"0","data":"08-28-2024 14:05 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220861,"Line":0,"Comment":"09/23/2024 3:52 AM - francescof - CLO changed from 09/28/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220861,"Line":1,"Comment":"09/23/2024 3:52 AM - francescof - F/U changed from 09/06/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220861,"Line":2,"Comment":"10/14/2024 5:33 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220861,"Line":3,"Comment":"10/14/2024 5:33 AM - francescof - Req Date changed from 10/09/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220861,"Line":4,"Comment":"10/14/2024 5:33 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220861,"Line":5,"Comment":"11/10/2024 4:08 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220861,"Line":6,"Comment":"11/10/2024 4:08 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"},{"comp":1,"quote":220861,"Line":7,"Comment":"11/10/2024 4:08 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"220861","line":"1","part":"MZQT47-ER32Z-ICE","qty":"1","price":"4380.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220861","line":"2","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220861","line":"3","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-10 16:09:28.235 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220946-11102024160928.txt === {"quote":"220946","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"BLACMEND","shiptoName":"Black Brothers Company","entry_date":"08-29-2024","cust_order_date":"08-29-2024","req_date":"10-25-2024","cust_po":"MAZAK QT-EZ12M ER OPTION","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"21:53","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"7925.00","total_gp":"5312.02","total_gpm":"67.03","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"6","win_pct":"20","clo_date":"10-25-2024","notes":[{"comp":"1","quote":"220946","line":"0","data":"08-29-2024 21:58 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220946,"Line":0,"Comment":"09/23/2024 3:49 AM - francescof - CLO changed from 09/29/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220946,"Line":1,"Comment":"09/23/2024 3:49 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220946,"Line":2,"Comment":"10/14/2024 5:33 AM - francescof - Req Date changed from 10/10/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220946,"Line":3,"Comment":"10/14/2024 5:33 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220946,"Line":4,"Comment":"10/14/2024 5:33 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"220946","line":"2","part":"MZST68-ER32X","qty":"1","price":"2798.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220946","line":"3","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220946","line":"4","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220946","line":"7","part":"MZST68-ER32Z-ICE","qty":"1","price":"4707.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220946","line":"8","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220946","line":"9","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-10 16:09:37.002 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220946-11102024160936.txt === {"quote":"220946","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"BLACMEND","shiptoName":"Black Brothers Company","entry_date":"08-29-2024","cust_order_date":"08-29-2024","req_date":"10-25-2024","cust_po":"MAZAK QT-EZ12M ER OPTION","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"21:53","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"7925.00","total_gp":"5312.02","total_gpm":"67.03","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"6","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"220946","line":"0","data":"08-29-2024 21:58 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220946,"Line":0,"Comment":"09/23/2024 3:49 AM - francescof - CLO changed from 09/29/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220946,"Line":1,"Comment":"09/23/2024 3:49 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220946,"Line":2,"Comment":"10/14/2024 5:33 AM - francescof - Req Date changed from 10/10/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220946,"Line":3,"Comment":"10/14/2024 5:33 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220946,"Line":4,"Comment":"10/14/2024 5:33 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220946,"Line":5,"Comment":"11/10/2024 4:09 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220946,"Line":6,"Comment":"11/10/2024 4:09 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"220946","line":"2","part":"MZST68-ER32X","qty":"1","price":"2798.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220946","line":"3","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220946","line":"4","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220946","line":"7","part":"MZST68-ER32Z-ICE","qty":"1","price":"4707.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220946","line":"8","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220946","line":"9","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-10 16:09:42.324 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220946-11102024160942.txt === {"quote":"220946","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"BLACMEND","shiptoName":"Black Brothers Company","entry_date":"08-29-2024","cust_order_date":"08-29-2024","req_date":"11-18-2024","cust_po":"MAZAK QT-EZ12M ER OPTION","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"21:53","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"7925.00","total_gp":"5312.02","total_gpm":"67.03","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"6","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"220946","line":"0","data":"08-29-2024 21:58 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220946,"Line":0,"Comment":"09/23/2024 3:49 AM - francescof - CLO changed from 09/29/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220946,"Line":1,"Comment":"09/23/2024 3:49 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220946,"Line":2,"Comment":"10/14/2024 5:33 AM - francescof - Req Date changed from 10/10/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220946,"Line":3,"Comment":"10/14/2024 5:33 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220946,"Line":4,"Comment":"10/14/2024 5:33 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220946,"Line":5,"Comment":"11/10/2024 4:09 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220946,"Line":6,"Comment":"11/10/2024 4:09 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"},{"comp":1,"quote":220946,"Line":7,"Comment":"11/10/2024 4:09 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"220946","line":"2","part":"MZST68-ER32X","qty":"1","price":"2798.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220946","line":"3","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220946","line":"4","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220946","line":"7","part":"MZST68-ER32Z-ICE","qty":"1","price":"4707.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220946","line":"8","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220946","line":"9","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-10 16:10:02.869 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220947-11102024161002.txt === {"quote":"220947","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"BLACMEND","shiptoName":"Black Brothers Company","entry_date":"08-29-2024","cust_order_date":"08-29-2024","req_date":"10-25-2024","cust_po":"MAZAK QT-EZ12M SK OPTION","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"21:47","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"7768.00","total_gp":"5310.34","total_gpm":"68.36","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"8","win_pct":"20","clo_date":"10-25-2024","notes":[{"comp":"1","quote":"220947","line":"0","data":"08-29-2024 21:55 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220947,"Line":0,"Comment":"09/23/2024 3:53 AM - francescof - CLO changed from 09/29/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220947,"Line":1,"Comment":"09/23/2024 3:53 AM - francescof - F/U changed from 09/04/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220947,"Line":2,"Comment":"10/14/2024 5:33 AM - francescof - Req Date changed from 10/10/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220947,"Line":3,"Comment":"10/14/2024 5:33 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220947,"Line":4,"Comment":"10/14/2024 5:33 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"220947","line":"2","part":"MZST68-SK20X-ICE","qty":"1","price":"2652.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220947","line":"3","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220947","line":"4","part":"WRENCH-MIM-107446","qty":"1","price":"35.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220947","line":"5","part":"SKJL-25","qty":"1","price":"24.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220947","line":"8","part":"MZST68-SK20Z-ICE","qty":"1","price":"4916.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220947","line":"9","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220947","line":"10","part":"WRENCH-MIM-107446","qty":"1","price":"35.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220947","line":"11","part":"SKJL-25","qty":"1","price":"24.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":8}}] 2024-11-10 16:10:11.358 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220947-11102024161011.txt === {"quote":"220947","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"BLACMEND","shiptoName":"Black Brothers Company","entry_date":"08-29-2024","cust_order_date":"08-29-2024","req_date":"10-25-2024","cust_po":"MAZAK QT-EZ12M SK OPTION","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"21:47","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"7768.00","total_gp":"5310.34","total_gpm":"68.36","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"8","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"220947","line":"0","data":"08-29-2024 21:55 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220947,"Line":0,"Comment":"09/23/2024 3:53 AM - francescof - CLO changed from 09/29/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220947,"Line":1,"Comment":"09/23/2024 3:53 AM - francescof - F/U changed from 09/04/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220947,"Line":2,"Comment":"10/14/2024 5:33 AM - francescof - Req Date changed from 10/10/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220947,"Line":3,"Comment":"10/14/2024 5:33 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220947,"Line":4,"Comment":"10/14/2024 5:33 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220947,"Line":5,"Comment":"11/10/2024 4:10 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220947,"Line":6,"Comment":"11/10/2024 4:10 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"220947","line":"2","part":"MZST68-SK20X-ICE","qty":"1","price":"2652.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220947","line":"3","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220947","line":"4","part":"WRENCH-MIM-107446","qty":"1","price":"35.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220947","line":"5","part":"SKJL-25","qty":"1","price":"24.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220947","line":"8","part":"MZST68-SK20Z-ICE","qty":"1","price":"4916.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220947","line":"9","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220947","line":"10","part":"WRENCH-MIM-107446","qty":"1","price":"35.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220947","line":"11","part":"SKJL-25","qty":"1","price":"24.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":8}}] 2024-11-10 16:10:16.525 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220947-11102024161016.txt === {"quote":"220947","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"BLACMEND","shiptoName":"Black Brothers Company","entry_date":"08-29-2024","cust_order_date":"08-29-2024","req_date":"11-18-2024","cust_po":"MAZAK QT-EZ12M SK OPTION","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"21:47","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"7768.00","total_gp":"5310.34","total_gpm":"68.36","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"8","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"220947","line":"0","data":"08-29-2024 21:55 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220947,"Line":0,"Comment":"09/23/2024 3:53 AM - francescof - CLO changed from 09/29/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220947,"Line":1,"Comment":"09/23/2024 3:53 AM - francescof - F/U changed from 09/04/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220947,"Line":2,"Comment":"10/14/2024 5:33 AM - francescof - Req Date changed from 10/10/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220947,"Line":3,"Comment":"10/14/2024 5:33 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220947,"Line":4,"Comment":"10/14/2024 5:33 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220947,"Line":5,"Comment":"11/10/2024 4:10 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220947,"Line":6,"Comment":"11/10/2024 4:10 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"},{"comp":1,"quote":220947,"Line":7,"Comment":"11/10/2024 4:10 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"220947","line":"2","part":"MZST68-SK20X-ICE","qty":"1","price":"2652.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220947","line":"3","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220947","line":"4","part":"WRENCH-MIM-107446","qty":"1","price":"35.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220947","line":"5","part":"SKJL-25","qty":"1","price":"24.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220947","line":"8","part":"MZST68-SK20Z-ICE","qty":"1","price":"4916.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220947","line":"9","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220947","line":"10","part":"WRENCH-MIM-107446","qty":"1","price":"35.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220947","line":"11","part":"SKJL-25","qty":"1","price":"24.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":8}}] 2024-11-10 16:10:23.924 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220948-11102024161023.txt === {"quote":"220948","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"BLACMEND","shiptoName":"Black Brothers Company","entry_date":"08-29-2024","cust_order_date":"08-29-2024","req_date":"10-25-2024","cust_po":"MAZAK QT-EZ12M STATIC OPT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"22:17","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"7203.00","total_gp":"5018.35","total_gpm":"69.67","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"9","win_pct":"20","clo_date":"10-25-2024","notes":[{"comp":"1","quote":"220948","line":"0","data":"08-29-2024 22:19 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220948,"Line":0,"Comment":"09/23/2024 4:24 AM - francescof - CLO changed from 09/29/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220948,"Line":1,"Comment":"09/23/2024 4:24 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220948,"Line":2,"Comment":"10/14/2024 5:32 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220948,"Line":3,"Comment":"10/14/2024 5:32 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220948,"Line":4,"Comment":"10/14/2024 5:32 AM - francescof - Req Date changed from 10/10/2024 to 10/25/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"220948","line":"2","part":"MZST68-OD10X","qty":"2","price":"945.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220948","line":"4","part":"MZST68-OD10X","qty":"2","price":"945.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220948","line":"6","part":"MZST68-ID10Z","qty":"1","price":"947.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220948","line":"8","part":"MZST68-BG15Z-C","qty":"2","price":"1168.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220948","line":"10","part":"LB15-1250-70S","qty":"1","price":"70.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220948","line":"12","part":"LB15-1000-70F","qty":"1","price":"70.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-10 16:10:33.207 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220948-11102024161033.txt === {"quote":"220948","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"BLACMEND","shiptoName":"Black Brothers Company","entry_date":"08-29-2024","cust_order_date":"08-29-2024","req_date":"10-25-2024","cust_po":"MAZAK QT-EZ12M STATIC OPT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"22:17","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"7203.00","total_gp":"5018.35","total_gpm":"69.67","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"9","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"220948","line":"0","data":"08-29-2024 22:19 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220948,"Line":0,"Comment":"09/23/2024 4:24 AM - francescof - CLO changed from 09/29/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220948,"Line":1,"Comment":"09/23/2024 4:24 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220948,"Line":2,"Comment":"10/14/2024 5:32 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220948,"Line":3,"Comment":"10/14/2024 5:32 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220948,"Line":4,"Comment":"10/14/2024 5:32 AM - francescof - Req Date changed from 10/10/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220948,"Line":5,"Comment":"11/10/2024 4:10 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220948,"Line":6,"Comment":"11/10/2024 4:10 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"220948","line":"2","part":"MZST68-OD10X","qty":"2","price":"945.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220948","line":"4","part":"MZST68-OD10X","qty":"2","price":"945.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220948","line":"6","part":"MZST68-ID10Z","qty":"1","price":"947.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220948","line":"8","part":"MZST68-BG15Z-C","qty":"2","price":"1168.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220948","line":"10","part":"LB15-1250-70S","qty":"1","price":"70.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220948","line":"12","part":"LB15-1000-70F","qty":"1","price":"70.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-10 16:10:41.712 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220948-11102024161041.txt === {"quote":"220948","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"BLACMEND","shiptoName":"Black Brothers Company","entry_date":"08-29-2024","cust_order_date":"08-29-2024","req_date":"11-18-2024","cust_po":"MAZAK QT-EZ12M STATIC OPT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"22:17","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"7203.00","total_gp":"5018.35","total_gpm":"69.67","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"9","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"220948","line":"0","data":"08-29-2024 22:19 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220948,"Line":0,"Comment":"09/23/2024 4:24 AM - francescof - CLO changed from 09/29/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220948,"Line":1,"Comment":"09/23/2024 4:24 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220948,"Line":2,"Comment":"10/14/2024 5:32 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220948,"Line":3,"Comment":"10/14/2024 5:32 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220948,"Line":4,"Comment":"10/14/2024 5:32 AM - francescof - Req Date changed from 10/10/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220948,"Line":5,"Comment":"11/10/2024 4:10 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220948,"Line":6,"Comment":"11/10/2024 4:10 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"},{"comp":1,"quote":220948,"Line":7,"Comment":"11/10/2024 4:10 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"220948","line":"2","part":"MZST68-OD10X","qty":"2","price":"945.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220948","line":"4","part":"MZST68-OD10X","qty":"2","price":"945.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220948","line":"6","part":"MZST68-ID10Z","qty":"1","price":"947.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220948","line":"8","part":"MZST68-BG15Z-C","qty":"2","price":"1168.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220948","line":"10","part":"LB15-1250-70S","qty":"1","price":"70.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220948","line":"12","part":"LB15-1000-70F","qty":"1","price":"70.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-10 16:16:38.823 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-215543-11102024161638.txt === {"quote":"215543","customer":"10108","name":null,"customerName":"Jupiter Machine Tool, Inc.","comp":"01","open":"0","shipto":"JUPIGALE","shiptoName":"Jupiter Machine Tools","entry_date":"05-01-2024","cust_order_date":"05-01-2024","req_date":"10-25-2024","cust_po":"VMC-4328 CNC260FA-M PROJ","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Andersen","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"15:06","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"David Andersen","follow_phone":"(309) 371-8575","follow_email":"david.andersen@jupitermt.com","pic_user":"francescof","total_amt":"31777.50","total_gp":"25051.16","total_gpm":"78.83","rev_type":"RT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"3","win_pct":"20","clo_date":"10-25-2024","notes":[{"comp":"1","quote":"215543","line":"0","data":"05-01-2024 15:07 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":215543,"Line":0,"Comment":"05/12/2024 10:43 PM - francescof - F/U changed from 05/14/2024 to 5/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215543,"Line":1,"Comment":"05/20/2024 5:56 AM - francescof - F/U changed from 05/18/2024 to 5/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215543,"Line":2,"Comment":"06/03/2024 5:52 AM - francescof - F/U changed from 05/25/2024 to 6/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215543,"Line":3,"Comment":"06/03/2024 5:52 AM - francescof - CLO changed from 06/01/2024 to 06/07/2024 (CLO Date Updated)"},{"comp":1,"quote":215543,"Line":4,"Comment":"06/06/2024 12:41 PM - francescof - F/U changed from 06/07/2024 to 6/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215543,"Line":5,"Comment":"06/06/2024 12:41 PM - francescof - CLO changed from 06/07/2024 to 06/14/2024 (CLO Date Updated)"},{"comp":1,"quote":215543,"Line":6,"Comment":"06/06/2024 12:42 PM - francescof - Req Date changed from 06/12/2024 to 06/14/2024 (Req Date Updated)"},{"comp":1,"quote":215543,"Line":7,"Comment":"06/06/2024 12:42 PM - francescof - Encounter has been added"},{"comp":1,"quote":215543,"Line":8,"Comment":"06/17/2024 5:22 AM - francescof - Req Date changed from 06/14/2024 to 06/21/2024 (Req Date Updated)"},{"comp":1,"quote":215543,"Line":9,"Comment":"06/17/2024 5:23 AM - francescof - CLO changed from 06/14/2024 to 06/21/2024 (CLO Date Updated)"},{"comp":1,"quote":215543,"Line":10,"Comment":"06/17/2024 5:23 AM - francescof - F/U changed from 06/14/2024 to 6/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215543,"Line":11,"Comment":"06/24/2024 5:02 AM - francescof - F/U changed from 06/21/2024 to 6/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215543,"Line":12,"Comment":"06/24/2024 5:02 AM - francescof - CLO changed from 06/21/2024 to 06/28/2024 (CLO Date Updated)"},{"comp":1,"quote":215543,"Line":13,"Comment":"06/24/2024 5:03 AM - francescof - Req Date changed from 06/21/2024 to 06/28/2024 (Req Date Updated)"},{"comp":1,"quote":215543,"Line":14,"Comment":"07/01/2024 5:59 AM - francescof - F/U changed from 06/28/2024 to 7/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215543,"Line":15,"Comment":"07/01/2024 5:59 AM - francescof - CLO changed from 06/28/2024 to 07/05/2024 (CLO Date Updated)"},{"comp":1,"quote":215543,"Line":16,"Comment":"07/01/2024 5:59 AM - francescof - Req Date changed from 06/28/2024 to 07/05/2024 (Req Date Updated)"},{"comp":1,"quote":215543,"Line":17,"Comment":"07/15/2024 6:20 AM - francescof - F/U changed from 07/05/2024 to 7/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215543,"Line":18,"Comment":"07/15/2024 6:21 AM - francescof - CLO changed from 07/05/2024 to 07/19/2024 (CLO Date Updated)"},{"comp":1,"quote":215543,"Line":19,"Comment":"07/15/2024 6:21 AM - francescof - Req Date changed from 07/05/2024 to 07/19/2024 (Req Date Updated)"},{"comp":1,"quote":215543,"Line":20,"Comment":"08/07/2024 2:42 AM - francescof - Encounter has been added"},{"comp":1,"quote":215543,"Line":21,"Comment":"08/09/2024 1:57 PM - francescof - Req Date changed from 07/19/2024 to 08/19/2024 (Req Date Updated)"},{"comp":1,"quote":215543,"Line":22,"Comment":"08/09/2024 1:58 PM - francescof - CLO changed from 07/19/2024 to 08/19/2024 (CLO Date Updated)"},{"comp":1,"quote":215543,"Line":23,"Comment":"08/09/2024 1:58 PM - francescof - F/U changed from 07/19/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215543,"Line":24,"Comment":"08/26/2024 1:50 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215543,"Line":25,"Comment":"08/26/2024 1:50 PM - francescof - CLO changed from 08/19/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":215543,"Line":26,"Comment":"08/26/2024 1:51 PM - francescof - Req Date changed from 08/19/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":215543,"Line":27,"Comment":"09/23/2024 3:49 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215543,"Line":28,"Comment":"09/23/2024 3:49 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":215543,"Line":29,"Comment":"09/23/2024 3:49 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":215543,"Line":30,"Comment":"10/14/2024 5:31 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":215543,"Line":31,"Comment":"10/14/2024 5:31 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":215543,"Line":32,"Comment":"10/14/2024 5:31 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"215543","line":"1","part":"CNC260FA-M","qty":"1","price":"22680.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"215543","line":"2","part":"AY0200","qty":"1","price":"4185.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"215543","line":"3","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"9867.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-10 16:16:47.742 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-215543-11102024161647.txt === {"quote":"215543","customer":"10108","name":null,"customerName":"Jupiter Machine Tool, Inc.","comp":"01","open":"0","shipto":"JUPIGALE","shiptoName":"Jupiter Machine Tools","entry_date":"05-01-2024","cust_order_date":"05-01-2024","req_date":"10-25-2024","cust_po":"VMC-4328 CNC260FA-M PROJ","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Andersen","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"15:06","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"David Andersen","follow_phone":"(309) 371-8575","follow_email":"david.andersen@jupitermt.com","pic_user":"francescof","total_amt":"31777.50","total_gp":"25051.16","total_gpm":"78.83","rev_type":"RT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"215543","line":"0","data":"05-01-2024 15:07 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":215543,"Line":0,"Comment":"05/12/2024 10:43 PM - francescof - F/U changed from 05/14/2024 to 5/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215543,"Line":1,"Comment":"05/20/2024 5:56 AM - francescof - F/U changed from 05/18/2024 to 5/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215543,"Line":2,"Comment":"06/03/2024 5:52 AM - francescof - F/U changed from 05/25/2024 to 6/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215543,"Line":3,"Comment":"06/03/2024 5:52 AM - francescof - CLO changed from 06/01/2024 to 06/07/2024 (CLO Date Updated)"},{"comp":1,"quote":215543,"Line":4,"Comment":"06/06/2024 12:41 PM - francescof - F/U changed from 06/07/2024 to 6/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215543,"Line":5,"Comment":"06/06/2024 12:41 PM - francescof - CLO changed from 06/07/2024 to 06/14/2024 (CLO Date Updated)"},{"comp":1,"quote":215543,"Line":6,"Comment":"06/06/2024 12:42 PM - francescof - Req Date changed from 06/12/2024 to 06/14/2024 (Req Date Updated)"},{"comp":1,"quote":215543,"Line":7,"Comment":"06/06/2024 12:42 PM - francescof - Encounter has been added"},{"comp":1,"quote":215543,"Line":8,"Comment":"06/17/2024 5:22 AM - francescof - Req Date changed from 06/14/2024 to 06/21/2024 (Req Date Updated)"},{"comp":1,"quote":215543,"Line":9,"Comment":"06/17/2024 5:23 AM - francescof - CLO changed from 06/14/2024 to 06/21/2024 (CLO Date Updated)"},{"comp":1,"quote":215543,"Line":10,"Comment":"06/17/2024 5:23 AM - francescof - F/U changed from 06/14/2024 to 6/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215543,"Line":11,"Comment":"06/24/2024 5:02 AM - francescof - F/U changed from 06/21/2024 to 6/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215543,"Line":12,"Comment":"06/24/2024 5:02 AM - francescof - CLO changed from 06/21/2024 to 06/28/2024 (CLO Date Updated)"},{"comp":1,"quote":215543,"Line":13,"Comment":"06/24/2024 5:03 AM - francescof - Req Date changed from 06/21/2024 to 06/28/2024 (Req Date Updated)"},{"comp":1,"quote":215543,"Line":14,"Comment":"07/01/2024 5:59 AM - francescof - F/U changed from 06/28/2024 to 7/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215543,"Line":15,"Comment":"07/01/2024 5:59 AM - francescof - CLO changed from 06/28/2024 to 07/05/2024 (CLO Date Updated)"},{"comp":1,"quote":215543,"Line":16,"Comment":"07/01/2024 5:59 AM - francescof - Req Date changed from 06/28/2024 to 07/05/2024 (Req Date Updated)"},{"comp":1,"quote":215543,"Line":17,"Comment":"07/15/2024 6:20 AM - francescof - F/U changed from 07/05/2024 to 7/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215543,"Line":18,"Comment":"07/15/2024 6:21 AM - francescof - CLO changed from 07/05/2024 to 07/19/2024 (CLO Date Updated)"},{"comp":1,"quote":215543,"Line":19,"Comment":"07/15/2024 6:21 AM - francescof - Req Date changed from 07/05/2024 to 07/19/2024 (Req Date Updated)"},{"comp":1,"quote":215543,"Line":20,"Comment":"08/07/2024 2:42 AM - francescof - Encounter has been added"},{"comp":1,"quote":215543,"Line":21,"Comment":"08/09/2024 1:57 PM - francescof - Req Date changed from 07/19/2024 to 08/19/2024 (Req Date Updated)"},{"comp":1,"quote":215543,"Line":22,"Comment":"08/09/2024 1:58 PM - francescof - CLO changed from 07/19/2024 to 08/19/2024 (CLO Date Updated)"},{"comp":1,"quote":215543,"Line":23,"Comment":"08/09/2024 1:58 PM - francescof - F/U changed from 07/19/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215543,"Line":24,"Comment":"08/26/2024 1:50 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215543,"Line":25,"Comment":"08/26/2024 1:50 PM - francescof - CLO changed from 08/19/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":215543,"Line":26,"Comment":"08/26/2024 1:51 PM - francescof - Req Date changed from 08/19/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":215543,"Line":27,"Comment":"09/23/2024 3:49 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215543,"Line":28,"Comment":"09/23/2024 3:49 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":215543,"Line":29,"Comment":"09/23/2024 3:49 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":215543,"Line":30,"Comment":"10/14/2024 5:31 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":215543,"Line":31,"Comment":"10/14/2024 5:31 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":215543,"Line":32,"Comment":"10/14/2024 5:31 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215543,"Line":33,"Comment":"11/10/2024 4:16 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215543,"Line":34,"Comment":"11/10/2024 4:16 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"215543","line":"1","part":"CNC260FA-M","qty":"1","price":"22680.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"215543","line":"2","part":"AY0200","qty":"1","price":"4185.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"215543","line":"3","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"9867.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-10 16:16:52.364 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-215543-11102024161652.txt === {"quote":"215543","customer":"10108","name":null,"customerName":"Jupiter Machine Tool, Inc.","comp":"01","open":"0","shipto":"JUPIGALE","shiptoName":"Jupiter Machine Tools","entry_date":"05-01-2024","cust_order_date":"05-01-2024","req_date":"11-18-2024","cust_po":"VMC-4328 CNC260FA-M PROJ","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Andersen","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"15:06","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"David Andersen","follow_phone":"(309) 371-8575","follow_email":"david.andersen@jupitermt.com","pic_user":"francescof","total_amt":"31777.50","total_gp":"25051.16","total_gpm":"78.83","rev_type":"RT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"215543","line":"0","data":"05-01-2024 15:07 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":215543,"Line":0,"Comment":"05/12/2024 10:43 PM - francescof - F/U changed from 05/14/2024 to 5/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215543,"Line":1,"Comment":"05/20/2024 5:56 AM - francescof - F/U changed from 05/18/2024 to 5/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215543,"Line":2,"Comment":"06/03/2024 5:52 AM - francescof - F/U changed from 05/25/2024 to 6/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215543,"Line":3,"Comment":"06/03/2024 5:52 AM - francescof - CLO changed from 06/01/2024 to 06/07/2024 (CLO Date Updated)"},{"comp":1,"quote":215543,"Line":4,"Comment":"06/06/2024 12:41 PM - francescof - F/U changed from 06/07/2024 to 6/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215543,"Line":5,"Comment":"06/06/2024 12:41 PM - francescof - CLO changed from 06/07/2024 to 06/14/2024 (CLO Date Updated)"},{"comp":1,"quote":215543,"Line":6,"Comment":"06/06/2024 12:42 PM - francescof - Req Date changed from 06/12/2024 to 06/14/2024 (Req Date Updated)"},{"comp":1,"quote":215543,"Line":7,"Comment":"06/06/2024 12:42 PM - francescof - Encounter has been added"},{"comp":1,"quote":215543,"Line":8,"Comment":"06/17/2024 5:22 AM - francescof - Req Date changed from 06/14/2024 to 06/21/2024 (Req Date Updated)"},{"comp":1,"quote":215543,"Line":9,"Comment":"06/17/2024 5:23 AM - francescof - CLO changed from 06/14/2024 to 06/21/2024 (CLO Date Updated)"},{"comp":1,"quote":215543,"Line":10,"Comment":"06/17/2024 5:23 AM - francescof - F/U changed from 06/14/2024 to 6/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215543,"Line":11,"Comment":"06/24/2024 5:02 AM - francescof - F/U changed from 06/21/2024 to 6/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215543,"Line":12,"Comment":"06/24/2024 5:02 AM - francescof - CLO changed from 06/21/2024 to 06/28/2024 (CLO Date Updated)"},{"comp":1,"quote":215543,"Line":13,"Comment":"06/24/2024 5:03 AM - francescof - Req Date changed from 06/21/2024 to 06/28/2024 (Req Date Updated)"},{"comp":1,"quote":215543,"Line":14,"Comment":"07/01/2024 5:59 AM - francescof - F/U changed from 06/28/2024 to 7/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215543,"Line":15,"Comment":"07/01/2024 5:59 AM - francescof - CLO changed from 06/28/2024 to 07/05/2024 (CLO Date Updated)"},{"comp":1,"quote":215543,"Line":16,"Comment":"07/01/2024 5:59 AM - francescof - Req Date changed from 06/28/2024 to 07/05/2024 (Req Date Updated)"},{"comp":1,"quote":215543,"Line":17,"Comment":"07/15/2024 6:20 AM - francescof - F/U changed from 07/05/2024 to 7/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215543,"Line":18,"Comment":"07/15/2024 6:21 AM - francescof - CLO changed from 07/05/2024 to 07/19/2024 (CLO Date Updated)"},{"comp":1,"quote":215543,"Line":19,"Comment":"07/15/2024 6:21 AM - francescof - Req Date changed from 07/05/2024 to 07/19/2024 (Req Date Updated)"},{"comp":1,"quote":215543,"Line":20,"Comment":"08/07/2024 2:42 AM - francescof - Encounter has been added"},{"comp":1,"quote":215543,"Line":21,"Comment":"08/09/2024 1:57 PM - francescof - Req Date changed from 07/19/2024 to 08/19/2024 (Req Date Updated)"},{"comp":1,"quote":215543,"Line":22,"Comment":"08/09/2024 1:58 PM - francescof - CLO changed from 07/19/2024 to 08/19/2024 (CLO Date Updated)"},{"comp":1,"quote":215543,"Line":23,"Comment":"08/09/2024 1:58 PM - francescof - F/U changed from 07/19/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215543,"Line":24,"Comment":"08/26/2024 1:50 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215543,"Line":25,"Comment":"08/26/2024 1:50 PM - francescof - CLO changed from 08/19/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":215543,"Line":26,"Comment":"08/26/2024 1:51 PM - francescof - Req Date changed from 08/19/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":215543,"Line":27,"Comment":"09/23/2024 3:49 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215543,"Line":28,"Comment":"09/23/2024 3:49 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":215543,"Line":29,"Comment":"09/23/2024 3:49 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":215543,"Line":30,"Comment":"10/14/2024 5:31 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":215543,"Line":31,"Comment":"10/14/2024 5:31 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":215543,"Line":32,"Comment":"10/14/2024 5:31 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215543,"Line":33,"Comment":"11/10/2024 4:16 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215543,"Line":34,"Comment":"11/10/2024 4:16 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"},{"comp":1,"quote":215543,"Line":35,"Comment":"11/10/2024 4:16 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"215543","line":"1","part":"CNC260FA-M","qty":"1","price":"22680.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"215543","line":"2","part":"AY0200","qty":"1","price":"4185.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"215543","line":"3","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"9867.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-10 16:17:01.269 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-217135-11102024161701.txt === {"quote":"217135","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"MACHEMSX","shiptoName":"Machinery Systems Inc.","entry_date":"06-06-2024","cust_order_date":"06-06-2024","req_date":"10-25-2024","cust_po":"C6 Coolant Tube Project","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Mike Bielfeldt","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"08:02","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Mike Bielfeldt","follow_phone":"847-882-8085","follow_email":"mikeb@machsys.com","pic_user":"francescof","total_amt":"695.46","total_gp":"423.88","total_gpm":"60.95","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"11","win_pct":"20","clo_date":"10-25-2024","notes":[{"comp":"1","quote":"217135","line":"0","data":"06-06-2024 08:04 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":217135,"Line":0,"Comment":"06/06/2024 12:05 PM - francescof - Encounter has been added"},{"comp":1,"quote":217135,"Line":1,"Comment":"06/24/2024 5:00 AM - francescof - F/U changed from 06/19/2024 to 6/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217135,"Line":2,"Comment":"07/01/2024 6:10 AM - francescof - F/U changed from 06/29/2024 to 7/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217135,"Line":3,"Comment":"07/15/2024 6:35 AM - francescof - CLO changed from 07/06/2024 to 07/19/2024 (CLO Date Updated)"},{"comp":1,"quote":217135,"Line":4,"Comment":"07/15/2024 6:35 AM - francescof - F/U changed from 07/05/2024 to 7/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217135,"Line":5,"Comment":"07/29/2024 5:55 PM - francescof - F/U changed from 07/19/2024 to 8/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217135,"Line":6,"Comment":"07/29/2024 5:55 PM - francescof - CLO changed from 07/19/2024 to 08/02/2024 (CLO Date Updated)"},{"comp":1,"quote":217135,"Line":7,"Comment":"07/29/2024 5:55 PM - francescof - Req Date changed from 07/18/2024 to 08/02/2024 (Req Date Updated)"},{"comp":1,"quote":217135,"Line":8,"Comment":"08/07/2024 3:49 AM - francescof - Encounter has been added"},{"comp":1,"quote":217135,"Line":9,"Comment":"08/09/2024 1:34 PM - francescof - Req Date changed from 08/02/2024 to 08/19/2024 (Req Date Updated)"},{"comp":1,"quote":217135,"Line":10,"Comment":"08/09/2024 1:34 PM - francescof - CLO changed from 08/02/2024 to 08/19/2024 (CLO Date Updated)"},{"comp":1,"quote":217135,"Line":11,"Comment":"08/09/2024 1:34 PM - francescof - F/U changed from 08/02/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217135,"Line":12,"Comment":"08/26/2024 1:49 PM - francescof - Req Date changed from 08/19/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":217135,"Line":13,"Comment":"08/26/2024 1:49 PM - francescof - CLO changed from 08/19/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":217135,"Line":14,"Comment":"08/26/2024 1:49 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217135,"Line":15,"Comment":"09/23/2024 4:25 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217135,"Line":16,"Comment":"09/23/2024 4:25 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":217135,"Line":17,"Comment":"09/23/2024 4:25 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":217135,"Line":18,"Comment":"10/14/2024 5:37 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":217135,"Line":19,"Comment":"10/14/2024 5:37 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":217135,"Line":20,"Comment":"10/14/2024 5:37 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"217135","line":"1","part":"C6-TUBE-1","qty":"10","price":"79.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217135","line":"2","part":"C6-WRENCH","qty":"1","price":"143.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-10 16:17:09.753 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-217135-11102024161709.txt === {"quote":"217135","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"MACHEMSX","shiptoName":"Machinery Systems Inc.","entry_date":"06-06-2024","cust_order_date":"06-06-2024","req_date":"10-25-2024","cust_po":"C6 Coolant Tube Project","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Mike Bielfeldt","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"08:02","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Mike Bielfeldt","follow_phone":"847-882-8085","follow_email":"mikeb@machsys.com","pic_user":"francescof","total_amt":"695.46","total_gp":"423.88","total_gpm":"60.95","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"11","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"217135","line":"0","data":"06-06-2024 08:04 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":217135,"Line":0,"Comment":"06/06/2024 12:05 PM - francescof - Encounter has been added"},{"comp":1,"quote":217135,"Line":1,"Comment":"06/24/2024 5:00 AM - francescof - F/U changed from 06/19/2024 to 6/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217135,"Line":2,"Comment":"07/01/2024 6:10 AM - francescof - F/U changed from 06/29/2024 to 7/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217135,"Line":3,"Comment":"07/15/2024 6:35 AM - francescof - CLO changed from 07/06/2024 to 07/19/2024 (CLO Date Updated)"},{"comp":1,"quote":217135,"Line":4,"Comment":"07/15/2024 6:35 AM - francescof - F/U changed from 07/05/2024 to 7/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217135,"Line":5,"Comment":"07/29/2024 5:55 PM - francescof - F/U changed from 07/19/2024 to 8/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217135,"Line":6,"Comment":"07/29/2024 5:55 PM - francescof - CLO changed from 07/19/2024 to 08/02/2024 (CLO Date Updated)"},{"comp":1,"quote":217135,"Line":7,"Comment":"07/29/2024 5:55 PM - francescof - Req Date changed from 07/18/2024 to 08/02/2024 (Req Date Updated)"},{"comp":1,"quote":217135,"Line":8,"Comment":"08/07/2024 3:49 AM - francescof - Encounter has been added"},{"comp":1,"quote":217135,"Line":9,"Comment":"08/09/2024 1:34 PM - francescof - Req Date changed from 08/02/2024 to 08/19/2024 (Req Date Updated)"},{"comp":1,"quote":217135,"Line":10,"Comment":"08/09/2024 1:34 PM - francescof - CLO changed from 08/02/2024 to 08/19/2024 (CLO Date Updated)"},{"comp":1,"quote":217135,"Line":11,"Comment":"08/09/2024 1:34 PM - francescof - F/U changed from 08/02/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217135,"Line":12,"Comment":"08/26/2024 1:49 PM - francescof - Req Date changed from 08/19/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":217135,"Line":13,"Comment":"08/26/2024 1:49 PM - francescof - CLO changed from 08/19/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":217135,"Line":14,"Comment":"08/26/2024 1:49 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217135,"Line":15,"Comment":"09/23/2024 4:25 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217135,"Line":16,"Comment":"09/23/2024 4:25 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":217135,"Line":17,"Comment":"09/23/2024 4:25 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":217135,"Line":18,"Comment":"10/14/2024 5:37 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":217135,"Line":19,"Comment":"10/14/2024 5:37 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":217135,"Line":20,"Comment":"10/14/2024 5:37 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217135,"Line":21,"Comment":"11/10/2024 4:17 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217135,"Line":22,"Comment":"11/10/2024 4:17 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"217135","line":"1","part":"C6-TUBE-1","qty":"10","price":"79.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217135","line":"2","part":"C6-WRENCH","qty":"1","price":"143.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-10 16:17:15.447 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-217135-11102024161715.txt === {"quote":"217135","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"MACHEMSX","shiptoName":"Machinery Systems Inc.","entry_date":"06-06-2024","cust_order_date":"06-06-2024","req_date":"11-18-2024","cust_po":"C6 Coolant Tube Project","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Mike Bielfeldt","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"08:02","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Mike Bielfeldt","follow_phone":"847-882-8085","follow_email":"mikeb@machsys.com","pic_user":"francescof","total_amt":"695.46","total_gp":"423.88","total_gpm":"60.95","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"11","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"217135","line":"0","data":"06-06-2024 08:04 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":217135,"Line":0,"Comment":"06/06/2024 12:05 PM - francescof - Encounter has been added"},{"comp":1,"quote":217135,"Line":1,"Comment":"06/24/2024 5:00 AM - francescof - F/U changed from 06/19/2024 to 6/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217135,"Line":2,"Comment":"07/01/2024 6:10 AM - francescof - F/U changed from 06/29/2024 to 7/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217135,"Line":3,"Comment":"07/15/2024 6:35 AM - francescof - CLO changed from 07/06/2024 to 07/19/2024 (CLO Date Updated)"},{"comp":1,"quote":217135,"Line":4,"Comment":"07/15/2024 6:35 AM - francescof - F/U changed from 07/05/2024 to 7/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217135,"Line":5,"Comment":"07/29/2024 5:55 PM - francescof - F/U changed from 07/19/2024 to 8/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217135,"Line":6,"Comment":"07/29/2024 5:55 PM - francescof - CLO changed from 07/19/2024 to 08/02/2024 (CLO Date Updated)"},{"comp":1,"quote":217135,"Line":7,"Comment":"07/29/2024 5:55 PM - francescof - Req Date changed from 07/18/2024 to 08/02/2024 (Req Date Updated)"},{"comp":1,"quote":217135,"Line":8,"Comment":"08/07/2024 3:49 AM - francescof - Encounter has been added"},{"comp":1,"quote":217135,"Line":9,"Comment":"08/09/2024 1:34 PM - francescof - Req Date changed from 08/02/2024 to 08/19/2024 (Req Date Updated)"},{"comp":1,"quote":217135,"Line":10,"Comment":"08/09/2024 1:34 PM - francescof - CLO changed from 08/02/2024 to 08/19/2024 (CLO Date Updated)"},{"comp":1,"quote":217135,"Line":11,"Comment":"08/09/2024 1:34 PM - francescof - F/U changed from 08/02/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217135,"Line":12,"Comment":"08/26/2024 1:49 PM - francescof - Req Date changed from 08/19/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":217135,"Line":13,"Comment":"08/26/2024 1:49 PM - francescof - CLO changed from 08/19/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":217135,"Line":14,"Comment":"08/26/2024 1:49 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217135,"Line":15,"Comment":"09/23/2024 4:25 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217135,"Line":16,"Comment":"09/23/2024 4:25 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":217135,"Line":17,"Comment":"09/23/2024 4:25 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":217135,"Line":18,"Comment":"10/14/2024 5:37 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":217135,"Line":19,"Comment":"10/14/2024 5:37 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":217135,"Line":20,"Comment":"10/14/2024 5:37 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217135,"Line":21,"Comment":"11/10/2024 4:17 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217135,"Line":22,"Comment":"11/10/2024 4:17 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"},{"comp":1,"quote":217135,"Line":23,"Comment":"11/10/2024 4:17 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"217135","line":"1","part":"C6-TUBE-1","qty":"10","price":"79.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217135","line":"2","part":"C6-WRENCH","qty":"1","price":"143.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-10 16:17:23.059 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221830-11102024161722.txt === {"quote":"221830","customer":"26350","name":null,"customerName":"Zenger's Inc.","comp":"01","open":"0","shipto":"ZENGERS","shiptoName":"Zenger's Inc.","entry_date":"09-20-2024","cust_order_date":"09-20-2024","req_date":"11-01-2024","cust_po":"Samsung SL2500Y-OPTION 3","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Max Stephens","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"04:37","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Max Stephens","follow_phone":"847-915-2839","follow_email":"mstephens@zengers.com","pic_user":"francescof","total_amt":"17086.32","total_gp":"8856.99","total_gpm":"51.84","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"19","win_pct":"20","clo_date":"10-20-2024","notes":[{"comp":"1","quote":"221830","line":"4","data":"09-20-2024 04:38 - Discounts Recalculated QS"},{"comp":"1","quote":"221830","line":"3","data":"BMT65-SK20Z-ICE to Mimatic Log for delivery"},{"comp":"1","quote":"221830","line":"2","data":"09-20-2024 09:05-jennad Added IMTS discount, Added"},{"comp":"1","quote":"221830","line":"1","data":"to Max (Zengers)"},{"comp":"1","quote":"221830","line":"0","data":"09-24-2024 09:59-jennad Updated delivery, em'd"}],"crmnotes":[{"comp":1,"quote":221830,"Line":0,"Comment":"09/23/2024 4:33 AM - francescof - F/U changed from 09/26/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221830,"Line":1,"Comment":"10/14/2024 5:30 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"221830","line":"1","part":"BMT65-SK20X-ICE","qty":"3","price":"2839.00","uom":"EA","discount":"30.00","req_date":"1 Stk/Bal 10/25","branch":"1"},{"comp":"01","order":"221830","line":"2","part":"WRENCH-MIM-107446","qty":"3","price":"35.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221830","line":"3","part":"9HC22","qty":"3","price":"41.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221830","line":"4","part":"BMT65-SK20Z-ICE","qty":"3","price":"5141.00","uom":"EA","discount":"30.00","req_date":"5-6 Wks ARO","branch":"1"},{"comp":"01","order":"221830","line":"5","part":"WRENCH-MIM-107446","qty":"3","price":"35.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221830","line":"6","part":"9HC22","qty":"3","price":"41.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221830","line":"7","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"221830","Line":"1","Company":"1","F_Line":"1","Comment":"Additional 10% IMTS Promo discount applied.","Loc":"Y"},{"Quote":"221830","Line":"4","Company":"1","F_Line":"1","Comment":"Additional 10% IMTS promo discount applied.","Loc":"Y"},{"Quote":"221830","Line":"7","Company":"1","F_Line":"1","Comment":"Applied only to BMT65-SK20X-ICE BMT65-SK20Z-ICE","Loc":"Y"},{"Quote":"221830","Line":"7","Company":"1","F_Line":"2","Comment":"Valid until 11/30","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-10 16:17:31.371 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221830-11102024161731.txt === {"quote":"221830","customer":"26350","name":null,"customerName":"Zenger's Inc.","comp":"01","open":"0","shipto":"ZENGERS","shiptoName":"Zenger's Inc.","entry_date":"09-20-2024","cust_order_date":"09-20-2024","req_date":"11-01-2024","cust_po":"Samsung SL2500Y-OPTION 3","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Max Stephens","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"04:37","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Max Stephens","follow_phone":"847-915-2839","follow_email":"mstephens@zengers.com","pic_user":"francescof","total_amt":"17086.32","total_gp":"8856.99","total_gpm":"51.84","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"19","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"221830","line":"4","data":"09-20-2024 04:38 - Discounts Recalculated QS"},{"comp":"1","quote":"221830","line":"3","data":"BMT65-SK20Z-ICE to Mimatic Log for delivery"},{"comp":"1","quote":"221830","line":"2","data":"09-20-2024 09:05-jennad Added IMTS discount, Added"},{"comp":"1","quote":"221830","line":"1","data":"to Max (Zengers)"},{"comp":"1","quote":"221830","line":"0","data":"09-24-2024 09:59-jennad Updated delivery, em'd"}],"crmnotes":[{"comp":1,"quote":221830,"Line":0,"Comment":"09/23/2024 4:33 AM - francescof - F/U changed from 09/26/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221830,"Line":1,"Comment":"10/14/2024 5:30 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221830,"Line":2,"Comment":"11/10/2024 4:17 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221830,"Line":3,"Comment":"11/10/2024 4:17 PM - francescof - CLO changed from 10/20/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221830","line":"1","part":"BMT65-SK20X-ICE","qty":"3","price":"2839.00","uom":"EA","discount":"30.00","req_date":"1 Stk/Bal 10/25","branch":"1"},{"comp":"01","order":"221830","line":"2","part":"WRENCH-MIM-107446","qty":"3","price":"35.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221830","line":"3","part":"9HC22","qty":"3","price":"41.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221830","line":"4","part":"BMT65-SK20Z-ICE","qty":"3","price":"5141.00","uom":"EA","discount":"30.00","req_date":"5-6 Wks ARO","branch":"1"},{"comp":"01","order":"221830","line":"5","part":"WRENCH-MIM-107446","qty":"3","price":"35.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221830","line":"6","part":"9HC22","qty":"3","price":"41.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221830","line":"7","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"221830","Line":"1","Company":"1","F_Line":"1","Comment":"Additional 10% IMTS Promo discount applied.","Loc":"Y"},{"Quote":"221830","Line":"4","Company":"1","F_Line":"1","Comment":"Additional 10% IMTS promo discount applied.","Loc":"Y"},{"Quote":"221830","Line":"7","Company":"1","F_Line":"1","Comment":"Applied only to BMT65-SK20X-ICE BMT65-SK20Z-ICE","Loc":"Y"},{"Quote":"221830","Line":"7","Company":"1","F_Line":"2","Comment":"Valid until 11/30","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-10 16:17:36.746 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221830-11102024161736.txt === {"quote":"221830","customer":"26350","name":null,"customerName":"Zenger's Inc.","comp":"01","open":"0","shipto":"ZENGERS","shiptoName":"Zenger's Inc.","entry_date":"09-20-2024","cust_order_date":"09-20-2024","req_date":"11-18-2024","cust_po":"Samsung SL2500Y-OPTION 3","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Max Stephens","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"04:37","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Max Stephens","follow_phone":"847-915-2839","follow_email":"mstephens@zengers.com","pic_user":"francescof","total_amt":"17086.32","total_gp":"8856.99","total_gpm":"51.84","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"19","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"221830","line":"4","data":"09-20-2024 04:38 - Discounts Recalculated QS"},{"comp":"1","quote":"221830","line":"3","data":"BMT65-SK20Z-ICE to Mimatic Log for delivery"},{"comp":"1","quote":"221830","line":"2","data":"09-20-2024 09:05-jennad Added IMTS discount, Added"},{"comp":"1","quote":"221830","line":"1","data":"to Max (Zengers)"},{"comp":"1","quote":"221830","line":"0","data":"09-24-2024 09:59-jennad Updated delivery, em'd"}],"crmnotes":[{"comp":1,"quote":221830,"Line":0,"Comment":"09/23/2024 4:33 AM - francescof - F/U changed from 09/26/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221830,"Line":1,"Comment":"10/14/2024 5:30 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221830,"Line":2,"Comment":"11/10/2024 4:17 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221830,"Line":3,"Comment":"11/10/2024 4:17 PM - francescof - CLO changed from 10/20/2024 to 11/18/2024 (CLO Date Updated)"},{"comp":1,"quote":221830,"Line":4,"Comment":"11/10/2024 4:17 PM - francescof - Req Date changed from 11/01/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221830","line":"1","part":"BMT65-SK20X-ICE","qty":"3","price":"2839.00","uom":"EA","discount":"30.00","req_date":"1 Stk/Bal 10/25","branch":"1"},{"comp":"01","order":"221830","line":"2","part":"WRENCH-MIM-107446","qty":"3","price":"35.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221830","line":"3","part":"9HC22","qty":"3","price":"41.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221830","line":"4","part":"BMT65-SK20Z-ICE","qty":"3","price":"5141.00","uom":"EA","discount":"30.00","req_date":"5-6 Wks ARO","branch":"1"},{"comp":"01","order":"221830","line":"5","part":"WRENCH-MIM-107446","qty":"3","price":"35.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221830","line":"6","part":"9HC22","qty":"3","price":"41.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221830","line":"7","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"221830","Line":"1","Company":"1","F_Line":"1","Comment":"Additional 10% IMTS Promo discount applied.","Loc":"Y"},{"Quote":"221830","Line":"4","Company":"1","F_Line":"1","Comment":"Additional 10% IMTS promo discount applied.","Loc":"Y"},{"Quote":"221830","Line":"7","Company":"1","F_Line":"1","Comment":"Applied only to BMT65-SK20X-ICE BMT65-SK20Z-ICE","Loc":"Y"},{"Quote":"221830","Line":"7","Company":"1","F_Line":"2","Comment":"Valid until 11/30","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-10 16:17:44.466 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-214509-11102024161744.txt === {"quote":"214509","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"MACHEMSX","shiptoName":"Machinery Systems Inc.","entry_date":"04-10-2024","cust_order_date":"04-10-2024","req_date":"10-25-2024","cust_po":"QT-100MY 12 Position Proj","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Mike Bielfeldt","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"15:27","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Mike Bielfeldt","follow_phone":"847-882-8085","follow_email":"mikeb@machsys.com","pic_user":"francescof","total_amt":"3893.4","total_gp":"1812.48","total_gpm":"46.55","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"6","win_pct":"20","clo_date":"10-25-2024","notes":[{"comp":"1","quote":"214509","line":"0","data":"04-10-2024 15:28 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":214509,"Line":0,"Comment":"04/29/2024 12:54 AM - francescof - F/U changed from 04/19/2024 to 5/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214509,"Line":1,"Comment":"04/29/2024 12:54 AM - francescof - Encounter has been added"},{"comp":1,"quote":214509,"Line":2,"Comment":"05/05/2024 5:44 PM - francescof - CLO changed from 05/10/2024 to 05/11/2024 (CLO Date Updated)"},{"comp":1,"quote":214509,"Line":3,"Comment":"05/05/2024 5:44 PM - francescof - F/U changed from 05/03/2024 to 5/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214509,"Line":4,"Comment":"05/12/2024 10:43 PM - francescof - CLO changed from 05/11/2024 to 05/18/2024 (CLO Date Updated)"},{"comp":1,"quote":214509,"Line":5,"Comment":"05/12/2024 10:43 PM - francescof - F/U changed from 05/11/2024 to 5/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214509,"Line":6,"Comment":"05/20/2024 5:59 AM - francescof - CLO changed from 05/18/2024 to 05/25/2024 (CLO Date Updated)"},{"comp":1,"quote":214509,"Line":7,"Comment":"05/20/2024 5:59 AM - francescof - F/U changed from 05/18/2024 to 5/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214509,"Line":8,"Comment":"06/03/2024 5:57 AM - francescof - Req Date changed from 05/22/2024 to 06/07/2024 (Req Date Updated)"},{"comp":1,"quote":214509,"Line":9,"Comment":"06/03/2024 5:57 AM - francescof - CLO changed from 05/25/2024 to 06/07/2024 (CLO Date Updated)"},{"comp":1,"quote":214509,"Line":10,"Comment":"06/03/2024 5:57 AM - francescof - F/U changed from 05/25/2024 to 6/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214509,"Line":11,"Comment":"06/06/2024 12:59 PM - francescof - F/U changed from 06/07/2024 to 6/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214509,"Line":12,"Comment":"06/06/2024 12:59 PM - francescof - CLO changed from 06/07/2024 to 06/14/2024 (CLO Date Updated)"},{"comp":1,"quote":214509,"Line":13,"Comment":"06/06/2024 12:59 PM - francescof - Req Date changed from 06/07/2024 to 06/14/2024 (Req Date Updated)"},{"comp":1,"quote":214509,"Line":14,"Comment":"06/06/2024 12:59 PM - francescof - Encounter has been added"},{"comp":1,"quote":214509,"Line":15,"Comment":"06/17/2024 5:34 AM - francescof - F/U changed from 06/14/2024 to 6/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214509,"Line":16,"Comment":"06/17/2024 5:34 AM - francescof - CLO changed from 06/14/2024 to 06/21/2024 (CLO Date Updated)"},{"comp":1,"quote":214509,"Line":17,"Comment":"06/17/2024 5:34 AM - francescof - Req Date changed from 06/14/2024 to 06/21/2024 (Req Date Updated)"},{"comp":1,"quote":214509,"Line":18,"Comment":"06/24/2024 5:10 AM - francescof - F/U changed from 06/21/2024 to 6/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214509,"Line":19,"Comment":"06/24/2024 5:10 AM - francescof - CLO changed from 06/21/2024 to 06/28/2024 (CLO Date Updated)"},{"comp":1,"quote":214509,"Line":20,"Comment":"06/24/2024 5:11 AM - francescof - Req Date changed from 06/21/2024 to 06/28/2024 (Req Date Updated)"},{"comp":1,"quote":214509,"Line":21,"Comment":"07/01/2024 6:02 AM - francescof - Req Date changed from 06/28/2024 to 07/05/2024 (Req Date Updated)"},{"comp":1,"quote":214509,"Line":22,"Comment":"07/01/2024 6:02 AM - francescof - CLO changed from 06/28/2024 to 07/05/2024 (CLO Date Updated)"},{"comp":1,"quote":214509,"Line":23,"Comment":"07/01/2024 6:02 AM - francescof - F/U changed from 06/28/2024 to 7/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214509,"Line":24,"Comment":"07/15/2024 6:25 AM - francescof - F/U changed from 07/05/2024 to 7/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214509,"Line":25,"Comment":"07/15/2024 6:25 AM - francescof - CLO changed from 07/05/2024 to 07/19/2024 (CLO Date Updated)"},{"comp":1,"quote":214509,"Line":26,"Comment":"07/15/2024 6:25 AM - francescof - Req Date changed from 07/05/2024 to 07/19/2024 (Req Date Updated)"},{"comp":1,"quote":214509,"Line":27,"Comment":"07/29/2024 5:59 PM - francescof - Req Date changed from 07/19/2024 to 08/02/2024 (Req Date Updated)"},{"comp":1,"quote":214509,"Line":28,"Comment":"07/29/2024 5:59 PM - francescof - CLO changed from 07/19/2024 to 08/02/2024 (CLO Date Updated)"},{"comp":1,"quote":214509,"Line":29,"Comment":"07/29/2024 5:59 PM - francescof - F/U changed from 07/19/2024 to 8/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214509,"Line":30,"Comment":"08/09/2024 1:30 PM - francescof - Req Date changed from 08/02/2024 to 08/19/2024 (Req Date Updated)"},{"comp":1,"quote":214509,"Line":31,"Comment":"08/09/2024 1:30 PM - francescof - CLO changed from 08/02/2024 to 08/19/2024 (CLO Date Updated)"},{"comp":1,"quote":214509,"Line":32,"Comment":"08/09/2024 1:30 PM - francescof - F/U changed from 08/02/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214509,"Line":33,"Comment":"08/26/2024 1:50 PM - francescof - Req Date changed from 08/19/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":214509,"Line":34,"Comment":"08/26/2024 1:50 PM - francescof - CLO changed from 08/19/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":214509,"Line":35,"Comment":"08/26/2024 1:50 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214509,"Line":36,"Comment":"09/23/2024 4:32 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":214509,"Line":37,"Comment":"09/23/2024 4:32 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":214509,"Line":38,"Comment":"09/23/2024 4:32 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214509,"Line":39,"Comment":"10/14/2024 5:30 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":214509,"Line":40,"Comment":"10/14/2024 5:30 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":214509,"Line":41,"Comment":"10/14/2024 5:30 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"214509","line":"1","part":"MZQT46-ER32X","qty":"2","price":"2565.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"214509","line":"2","part":"WRENCH-ER32I","qty":"2","price":"165.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"214509","line":"3","part":"WRENCH-MIM-107642","qty":"2","price":"45.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-10 16:17:51.819 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-214509-11102024161751.txt === {"quote":"214509","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"MACHEMSX","shiptoName":"Machinery Systems Inc.","entry_date":"04-10-2024","cust_order_date":"04-10-2024","req_date":"10-25-2024","cust_po":"QT-100MY 12 Position Proj","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Mike Bielfeldt","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"15:27","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Mike Bielfeldt","follow_phone":"847-882-8085","follow_email":"mikeb@machsys.com","pic_user":"francescof","total_amt":"3893.4","total_gp":"1812.48","total_gpm":"46.55","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"6","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"214509","line":"0","data":"04-10-2024 15:28 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":214509,"Line":0,"Comment":"04/29/2024 12:54 AM - francescof - F/U changed from 04/19/2024 to 5/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214509,"Line":1,"Comment":"04/29/2024 12:54 AM - francescof - Encounter has been added"},{"comp":1,"quote":214509,"Line":2,"Comment":"05/05/2024 5:44 PM - francescof - CLO changed from 05/10/2024 to 05/11/2024 (CLO Date Updated)"},{"comp":1,"quote":214509,"Line":3,"Comment":"05/05/2024 5:44 PM - francescof - F/U changed from 05/03/2024 to 5/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214509,"Line":4,"Comment":"05/12/2024 10:43 PM - francescof - CLO changed from 05/11/2024 to 05/18/2024 (CLO Date Updated)"},{"comp":1,"quote":214509,"Line":5,"Comment":"05/12/2024 10:43 PM - francescof - F/U changed from 05/11/2024 to 5/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214509,"Line":6,"Comment":"05/20/2024 5:59 AM - francescof - CLO changed from 05/18/2024 to 05/25/2024 (CLO Date Updated)"},{"comp":1,"quote":214509,"Line":7,"Comment":"05/20/2024 5:59 AM - francescof - F/U changed from 05/18/2024 to 5/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214509,"Line":8,"Comment":"06/03/2024 5:57 AM - francescof - Req Date changed from 05/22/2024 to 06/07/2024 (Req Date Updated)"},{"comp":1,"quote":214509,"Line":9,"Comment":"06/03/2024 5:57 AM - francescof - CLO changed from 05/25/2024 to 06/07/2024 (CLO Date Updated)"},{"comp":1,"quote":214509,"Line":10,"Comment":"06/03/2024 5:57 AM - francescof - F/U changed from 05/25/2024 to 6/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214509,"Line":11,"Comment":"06/06/2024 12:59 PM - francescof - F/U changed from 06/07/2024 to 6/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214509,"Line":12,"Comment":"06/06/2024 12:59 PM - francescof - CLO changed from 06/07/2024 to 06/14/2024 (CLO Date Updated)"},{"comp":1,"quote":214509,"Line":13,"Comment":"06/06/2024 12:59 PM - francescof - Req Date changed from 06/07/2024 to 06/14/2024 (Req Date Updated)"},{"comp":1,"quote":214509,"Line":14,"Comment":"06/06/2024 12:59 PM - francescof - Encounter has been added"},{"comp":1,"quote":214509,"Line":15,"Comment":"06/17/2024 5:34 AM - francescof - F/U changed from 06/14/2024 to 6/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214509,"Line":16,"Comment":"06/17/2024 5:34 AM - francescof - CLO changed from 06/14/2024 to 06/21/2024 (CLO Date Updated)"},{"comp":1,"quote":214509,"Line":17,"Comment":"06/17/2024 5:34 AM - francescof - Req Date changed from 06/14/2024 to 06/21/2024 (Req Date Updated)"},{"comp":1,"quote":214509,"Line":18,"Comment":"06/24/2024 5:10 AM - francescof - F/U changed from 06/21/2024 to 6/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214509,"Line":19,"Comment":"06/24/2024 5:10 AM - francescof - CLO changed from 06/21/2024 to 06/28/2024 (CLO Date Updated)"},{"comp":1,"quote":214509,"Line":20,"Comment":"06/24/2024 5:11 AM - francescof - Req Date changed from 06/21/2024 to 06/28/2024 (Req Date Updated)"},{"comp":1,"quote":214509,"Line":21,"Comment":"07/01/2024 6:02 AM - francescof - Req Date changed from 06/28/2024 to 07/05/2024 (Req Date Updated)"},{"comp":1,"quote":214509,"Line":22,"Comment":"07/01/2024 6:02 AM - francescof - CLO changed from 06/28/2024 to 07/05/2024 (CLO Date Updated)"},{"comp":1,"quote":214509,"Line":23,"Comment":"07/01/2024 6:02 AM - francescof - F/U changed from 06/28/2024 to 7/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214509,"Line":24,"Comment":"07/15/2024 6:25 AM - francescof - F/U changed from 07/05/2024 to 7/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214509,"Line":25,"Comment":"07/15/2024 6:25 AM - francescof - CLO changed from 07/05/2024 to 07/19/2024 (CLO Date Updated)"},{"comp":1,"quote":214509,"Line":26,"Comment":"07/15/2024 6:25 AM - francescof - Req Date changed from 07/05/2024 to 07/19/2024 (Req Date Updated)"},{"comp":1,"quote":214509,"Line":27,"Comment":"07/29/2024 5:59 PM - francescof - Req Date changed from 07/19/2024 to 08/02/2024 (Req Date Updated)"},{"comp":1,"quote":214509,"Line":28,"Comment":"07/29/2024 5:59 PM - francescof - CLO changed from 07/19/2024 to 08/02/2024 (CLO Date Updated)"},{"comp":1,"quote":214509,"Line":29,"Comment":"07/29/2024 5:59 PM - francescof - F/U changed from 07/19/2024 to 8/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214509,"Line":30,"Comment":"08/09/2024 1:30 PM - francescof - Req Date changed from 08/02/2024 to 08/19/2024 (Req Date Updated)"},{"comp":1,"quote":214509,"Line":31,"Comment":"08/09/2024 1:30 PM - francescof - CLO changed from 08/02/2024 to 08/19/2024 (CLO Date Updated)"},{"comp":1,"quote":214509,"Line":32,"Comment":"08/09/2024 1:30 PM - francescof - F/U changed from 08/02/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214509,"Line":33,"Comment":"08/26/2024 1:50 PM - francescof - Req Date changed from 08/19/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":214509,"Line":34,"Comment":"08/26/2024 1:50 PM - francescof - CLO changed from 08/19/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":214509,"Line":35,"Comment":"08/26/2024 1:50 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214509,"Line":36,"Comment":"09/23/2024 4:32 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":214509,"Line":37,"Comment":"09/23/2024 4:32 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":214509,"Line":38,"Comment":"09/23/2024 4:32 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214509,"Line":39,"Comment":"10/14/2024 5:30 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":214509,"Line":40,"Comment":"10/14/2024 5:30 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":214509,"Line":41,"Comment":"10/14/2024 5:30 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214509,"Line":42,"Comment":"11/10/2024 4:17 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214509,"Line":43,"Comment":"11/10/2024 4:17 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"214509","line":"1","part":"MZQT46-ER32X","qty":"2","price":"2565.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"214509","line":"2","part":"WRENCH-ER32I","qty":"2","price":"165.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"214509","line":"3","part":"WRENCH-MIM-107642","qty":"2","price":"45.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-10 16:17:57.592 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-214509-11102024161757.txt === {"quote":"214509","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"MACHEMSX","shiptoName":"Machinery Systems Inc.","entry_date":"04-10-2024","cust_order_date":"04-10-2024","req_date":"11-18-2024","cust_po":"QT-100MY 12 Position Proj","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Mike Bielfeldt","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"15:27","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Mike Bielfeldt","follow_phone":"847-882-8085","follow_email":"mikeb@machsys.com","pic_user":"francescof","total_amt":"3893.4","total_gp":"1812.48","total_gpm":"46.55","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"6","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"214509","line":"0","data":"04-10-2024 15:28 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":214509,"Line":0,"Comment":"04/29/2024 12:54 AM - francescof - F/U changed from 04/19/2024 to 5/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214509,"Line":1,"Comment":"04/29/2024 12:54 AM - francescof - Encounter has been added"},{"comp":1,"quote":214509,"Line":2,"Comment":"05/05/2024 5:44 PM - francescof - CLO changed from 05/10/2024 to 05/11/2024 (CLO Date Updated)"},{"comp":1,"quote":214509,"Line":3,"Comment":"05/05/2024 5:44 PM - francescof - F/U changed from 05/03/2024 to 5/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214509,"Line":4,"Comment":"05/12/2024 10:43 PM - francescof - CLO changed from 05/11/2024 to 05/18/2024 (CLO Date Updated)"},{"comp":1,"quote":214509,"Line":5,"Comment":"05/12/2024 10:43 PM - francescof - F/U changed from 05/11/2024 to 5/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214509,"Line":6,"Comment":"05/20/2024 5:59 AM - francescof - CLO changed from 05/18/2024 to 05/25/2024 (CLO Date Updated)"},{"comp":1,"quote":214509,"Line":7,"Comment":"05/20/2024 5:59 AM - francescof - F/U changed from 05/18/2024 to 5/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214509,"Line":8,"Comment":"06/03/2024 5:57 AM - francescof - Req Date changed from 05/22/2024 to 06/07/2024 (Req Date Updated)"},{"comp":1,"quote":214509,"Line":9,"Comment":"06/03/2024 5:57 AM - francescof - CLO changed from 05/25/2024 to 06/07/2024 (CLO Date Updated)"},{"comp":1,"quote":214509,"Line":10,"Comment":"06/03/2024 5:57 AM - francescof - F/U changed from 05/25/2024 to 6/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214509,"Line":11,"Comment":"06/06/2024 12:59 PM - francescof - F/U changed from 06/07/2024 to 6/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214509,"Line":12,"Comment":"06/06/2024 12:59 PM - francescof - CLO changed from 06/07/2024 to 06/14/2024 (CLO Date Updated)"},{"comp":1,"quote":214509,"Line":13,"Comment":"06/06/2024 12:59 PM - francescof - Req Date changed from 06/07/2024 to 06/14/2024 (Req Date Updated)"},{"comp":1,"quote":214509,"Line":14,"Comment":"06/06/2024 12:59 PM - francescof - Encounter has been added"},{"comp":1,"quote":214509,"Line":15,"Comment":"06/17/2024 5:34 AM - francescof - F/U changed from 06/14/2024 to 6/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214509,"Line":16,"Comment":"06/17/2024 5:34 AM - francescof - CLO changed from 06/14/2024 to 06/21/2024 (CLO Date Updated)"},{"comp":1,"quote":214509,"Line":17,"Comment":"06/17/2024 5:34 AM - francescof - Req Date changed from 06/14/2024 to 06/21/2024 (Req Date Updated)"},{"comp":1,"quote":214509,"Line":18,"Comment":"06/24/2024 5:10 AM - francescof - F/U changed from 06/21/2024 to 6/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214509,"Line":19,"Comment":"06/24/2024 5:10 AM - francescof - CLO changed from 06/21/2024 to 06/28/2024 (CLO Date Updated)"},{"comp":1,"quote":214509,"Line":20,"Comment":"06/24/2024 5:11 AM - francescof - Req Date changed from 06/21/2024 to 06/28/2024 (Req Date Updated)"},{"comp":1,"quote":214509,"Line":21,"Comment":"07/01/2024 6:02 AM - francescof - Req Date changed from 06/28/2024 to 07/05/2024 (Req Date Updated)"},{"comp":1,"quote":214509,"Line":22,"Comment":"07/01/2024 6:02 AM - francescof - CLO changed from 06/28/2024 to 07/05/2024 (CLO Date Updated)"},{"comp":1,"quote":214509,"Line":23,"Comment":"07/01/2024 6:02 AM - francescof - F/U changed from 06/28/2024 to 7/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214509,"Line":24,"Comment":"07/15/2024 6:25 AM - francescof - F/U changed from 07/05/2024 to 7/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214509,"Line":25,"Comment":"07/15/2024 6:25 AM - francescof - CLO changed from 07/05/2024 to 07/19/2024 (CLO Date Updated)"},{"comp":1,"quote":214509,"Line":26,"Comment":"07/15/2024 6:25 AM - francescof - Req Date changed from 07/05/2024 to 07/19/2024 (Req Date Updated)"},{"comp":1,"quote":214509,"Line":27,"Comment":"07/29/2024 5:59 PM - francescof - Req Date changed from 07/19/2024 to 08/02/2024 (Req Date Updated)"},{"comp":1,"quote":214509,"Line":28,"Comment":"07/29/2024 5:59 PM - francescof - CLO changed from 07/19/2024 to 08/02/2024 (CLO Date Updated)"},{"comp":1,"quote":214509,"Line":29,"Comment":"07/29/2024 5:59 PM - francescof - F/U changed from 07/19/2024 to 8/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214509,"Line":30,"Comment":"08/09/2024 1:30 PM - francescof - Req Date changed from 08/02/2024 to 08/19/2024 (Req Date Updated)"},{"comp":1,"quote":214509,"Line":31,"Comment":"08/09/2024 1:30 PM - francescof - CLO changed from 08/02/2024 to 08/19/2024 (CLO Date Updated)"},{"comp":1,"quote":214509,"Line":32,"Comment":"08/09/2024 1:30 PM - francescof - F/U changed from 08/02/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214509,"Line":33,"Comment":"08/26/2024 1:50 PM - francescof - Req Date changed from 08/19/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":214509,"Line":34,"Comment":"08/26/2024 1:50 PM - francescof - CLO changed from 08/19/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":214509,"Line":35,"Comment":"08/26/2024 1:50 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214509,"Line":36,"Comment":"09/23/2024 4:32 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":214509,"Line":37,"Comment":"09/23/2024 4:32 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":214509,"Line":38,"Comment":"09/23/2024 4:32 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214509,"Line":39,"Comment":"10/14/2024 5:30 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":214509,"Line":40,"Comment":"10/14/2024 5:30 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":214509,"Line":41,"Comment":"10/14/2024 5:30 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214509,"Line":42,"Comment":"11/10/2024 4:17 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214509,"Line":43,"Comment":"11/10/2024 4:17 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"},{"comp":1,"quote":214509,"Line":44,"Comment":"11/10/2024 4:17 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"214509","line":"1","part":"MZQT46-ER32X","qty":"2","price":"2565.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"214509","line":"2","part":"WRENCH-ER32I","qty":"2","price":"165.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"214509","line":"3","part":"WRENCH-MIM-107642","qty":"2","price":"45.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-10 16:18:14.283 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219943-11102024161814.txt === {"quote":"219943","customer":"2325","name":null,"customerName":"BlackHawk Industrial - Base Camp","comp":"01","open":"0","shipto":"THEDNORT","shiptoName":"Atlas Fibre Company","entry_date":"08-09-2024","cust_order_date":"08-09-2024","req_date":"10-25-2024","cust_po":"BBT30 PROJECT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"JAKUB PIETKA","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"10:34","extra":"","follow_up":"10-28-2024","web_id":"","follow_name":"JAKUB PIETKA","follow_phone":"773-895-7421","follow_email":"Jakub.Pietka@blackhawkid.com","pic_user":"francescof","total_amt":"12624.43","total_gp":"7201.48","total_gpm":"57.04","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"71","win_pct":"20","clo_date":"10-25-2024","notes":[{"comp":"1","quote":"219943","line":"5","data":"08-21-2024 10:57 - Discounts Recalculated"},{"comp":"1","quote":"219943","line":"4","data":"08-09-2024 10:35 - Discounts Recalculated QS"},{"comp":"1","quote":"219943","line":"3","data":"Em'd updated quote to Frankie."},{"comp":"1","quote":"219943","line":"2","data":"times & applied IMTS promo 10% discount to SFHs."},{"comp":"1","quote":"219943","line":"1","data":"per Frankie request over Teams. Updated lead"},{"comp":"1","quote":"219943","line":"0","data":"08-21-2024 11:31-jennad Increased holders to 6pc"}],"crmnotes":[{"comp":1,"quote":219943,"Line":0,"Comment":"08/09/2024 1:25 PM - francescof - F/U changed from 08/15/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219943,"Line":1,"Comment":"08/26/2024 1:56 PM - francescof - F/U changed from 08/28/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219943,"Line":2,"Comment":"09/23/2024 4:30 AM - francescof - Req Date changed from 09/20/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":219943,"Line":3,"Comment":"09/23/2024 4:30 AM - francescof - CLO changed from 09/09/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":219943,"Line":4,"Comment":"09/23/2024 4:31 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219943,"Line":5,"Comment":"10/14/2024 5:17 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":219943,"Line":6,"Comment":"10/14/2024 5:18 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":219943,"Line":7,"Comment":"10/14/2024 5:18 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"219943","line":"1","part":"NB3007-0016-4.00G","qty":"11","price":"273.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219943","line":"2","part":"NB3007-0020-4.00G","qty":"11","price":"311.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219943","line":"3","part":"NB3007-0032-3.00G","qty":"11","price":"293.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219943","line":"4","part":"TQW-200","qty":"1","price":"364.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219943","line":"5","part":"TQW-E16-G","qty":"1","price":"140.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219943","line":"6","part":"TQW-E20-G","qty":"1","price":"140.00","uom":"EA","discount":"35.00","req_date":"ETA 9/6 to LN","branch":"1"},{"comp":"01","order":"219943","line":"7","part":"TQW-E32-G","qty":"1","price":"153.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219943","line":"8","part":"NBT30-SF0500-3.15CP","qty":"11","price":"380.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219943","line":"9","part":"NBT30-SF0375-3.15CP","qty":"11","price":"380.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219943","line":"10","part":"NBT30-SF0250-3.15CP","qty":"11","price":"380.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219943","line":"13","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"219943","Line":"8","Company":"1","F_Line":"1","Comment":"Additional 10% IMTS Early Bird Promo discount applied.","Loc":"Y"},{"Quote":"219943","Line":"9","Company":"1","F_Line":"1","Comment":"Additional 10% IMTS Early Bird Promo discount applied.","Loc":"Y"},{"Quote":"219943","Line":"10","Company":"1","F_Line":"1","Comment":"Additional 10% IMTS Early Bird Promo Applied","Loc":"Y"},{"Quote":"219943","Line":"13","Company":"1","F_Line":"1","Comment":"Applied only to the following items:","Loc":"Y"},{"Quote":"219943","Line":"13","Company":"1","F_Line":"2","Comment":"NBT30-SF0500-3.15CP NBT30-SF0375-3.15CP NBT30-SF0250-","Loc":"Y"},{"Quote":"219943","Line":"13","Company":"1","F_Line":"3","Comment":"3.15CP.","Loc":"Y"}],"qcomms":[{"Quote":"219943","Line":"0","Comment":"Lyndex-Nikken will accept a Blanket PO with release"},{"Quote":"219943","Line":"1","Comment":"dates determined by Blackhawk.After 6 monthsany"},{"Quote":"219943","Line":"2","Comment":"tooling still at Lyndex-Nikken facility for this"},{"Quote":"219943","Line":"3","Comment":"purchase order will be shipped to complete this order."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":11}}] 2024-11-10 16:18:21.656 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219943-11102024161821.txt === {"quote":"219943","customer":"2325","name":null,"customerName":"BlackHawk Industrial - Base Camp","comp":"01","open":"0","shipto":"THEDNORT","shiptoName":"Atlas Fibre Company","entry_date":"08-09-2024","cust_order_date":"08-09-2024","req_date":"10-25-2024","cust_po":"BBT30 PROJECT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"JAKUB PIETKA","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"10:34","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"JAKUB PIETKA","follow_phone":"773-895-7421","follow_email":"Jakub.Pietka@blackhawkid.com","pic_user":"francescof","total_amt":"12624.43","total_gp":"7201.48","total_gpm":"57.04","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"71","win_pct":"20","clo_date":"10-25-2024","notes":[{"comp":"1","quote":"219943","line":"5","data":"08-21-2024 10:57 - Discounts Recalculated"},{"comp":"1","quote":"219943","line":"4","data":"08-09-2024 10:35 - Discounts Recalculated QS"},{"comp":"1","quote":"219943","line":"3","data":"Em'd updated quote to Frankie."},{"comp":"1","quote":"219943","line":"2","data":"times & applied IMTS promo 10% discount to SFHs."},{"comp":"1","quote":"219943","line":"1","data":"per Frankie request over Teams. Updated lead"},{"comp":"1","quote":"219943","line":"0","data":"08-21-2024 11:31-jennad Increased holders to 6pc"}],"crmnotes":[{"comp":1,"quote":219943,"Line":0,"Comment":"08/09/2024 1:25 PM - francescof - F/U changed from 08/15/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219943,"Line":1,"Comment":"08/26/2024 1:56 PM - francescof - F/U changed from 08/28/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219943,"Line":2,"Comment":"09/23/2024 4:30 AM - francescof - Req Date changed from 09/20/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":219943,"Line":3,"Comment":"09/23/2024 4:30 AM - francescof - CLO changed from 09/09/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":219943,"Line":4,"Comment":"09/23/2024 4:31 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219943,"Line":5,"Comment":"10/14/2024 5:17 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":219943,"Line":6,"Comment":"10/14/2024 5:18 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":219943,"Line":7,"Comment":"10/14/2024 5:18 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219943,"Line":8,"Comment":"11/10/2024 4:18 PM - francescof - F/U changed from 10/25/2024 to 10/28/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"219943","line":"1","part":"NB3007-0016-4.00G","qty":"11","price":"273.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219943","line":"2","part":"NB3007-0020-4.00G","qty":"11","price":"311.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219943","line":"3","part":"NB3007-0032-3.00G","qty":"11","price":"293.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219943","line":"4","part":"TQW-200","qty":"1","price":"364.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219943","line":"5","part":"TQW-E16-G","qty":"1","price":"140.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219943","line":"6","part":"TQW-E20-G","qty":"1","price":"140.00","uom":"EA","discount":"35.00","req_date":"ETA 9/6 to LN","branch":"1"},{"comp":"01","order":"219943","line":"7","part":"TQW-E32-G","qty":"1","price":"153.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219943","line":"8","part":"NBT30-SF0500-3.15CP","qty":"11","price":"380.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219943","line":"9","part":"NBT30-SF0375-3.15CP","qty":"11","price":"380.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219943","line":"10","part":"NBT30-SF0250-3.15CP","qty":"11","price":"380.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219943","line":"13","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"219943","Line":"8","Company":"1","F_Line":"1","Comment":"Additional 10% IMTS Early Bird Promo discount applied.","Loc":"Y"},{"Quote":"219943","Line":"9","Company":"1","F_Line":"1","Comment":"Additional 10% IMTS Early Bird Promo discount applied.","Loc":"Y"},{"Quote":"219943","Line":"10","Company":"1","F_Line":"1","Comment":"Additional 10% IMTS Early Bird Promo Applied","Loc":"Y"},{"Quote":"219943","Line":"13","Company":"1","F_Line":"1","Comment":"Applied only to the following items:","Loc":"Y"},{"Quote":"219943","Line":"13","Company":"1","F_Line":"2","Comment":"NBT30-SF0500-3.15CP NBT30-SF0375-3.15CP NBT30-SF0250-","Loc":"Y"},{"Quote":"219943","Line":"13","Company":"1","F_Line":"3","Comment":"3.15CP.","Loc":"Y"}],"qcomms":[{"Quote":"219943","Line":"0","Comment":"Lyndex-Nikken will accept a Blanket PO with release"},{"Quote":"219943","Line":"1","Comment":"dates determined by Blackhawk.After 6 monthsany"},{"Quote":"219943","Line":"2","Comment":"tooling still at Lyndex-Nikken facility for this"},{"Quote":"219943","Line":"3","Comment":"purchase order will be shipped to complete this order."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":11}}] 2024-11-10 16:18:31.026 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219943-11102024161830.txt === {"quote":"219943","customer":"2325","name":null,"customerName":"BlackHawk Industrial - Base Camp","comp":"01","open":"0","shipto":"THEDNORT","shiptoName":"Atlas Fibre Company","entry_date":"08-09-2024","cust_order_date":"08-09-2024","req_date":"10-25-2024","cust_po":"BBT30 PROJECT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"JAKUB PIETKA","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"10:34","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"JAKUB PIETKA","follow_phone":"773-895-7421","follow_email":"Jakub.Pietka@blackhawkid.com","pic_user":"francescof","total_amt":"12624.43","total_gp":"7201.48","total_gpm":"57.04","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"71","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"219943","line":"5","data":"08-21-2024 10:57 - Discounts Recalculated"},{"comp":"1","quote":"219943","line":"4","data":"08-09-2024 10:35 - Discounts Recalculated QS"},{"comp":"1","quote":"219943","line":"3","data":"Em'd updated quote to Frankie."},{"comp":"1","quote":"219943","line":"2","data":"times & applied IMTS promo 10% discount to SFHs."},{"comp":"1","quote":"219943","line":"1","data":"per Frankie request over Teams. Updated lead"},{"comp":"1","quote":"219943","line":"0","data":"08-21-2024 11:31-jennad Increased holders to 6pc"}],"crmnotes":[{"comp":1,"quote":219943,"Line":0,"Comment":"08/09/2024 1:25 PM - francescof - F/U changed from 08/15/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219943,"Line":1,"Comment":"08/26/2024 1:56 PM - francescof - F/U changed from 08/28/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219943,"Line":2,"Comment":"09/23/2024 4:30 AM - francescof - Req Date changed from 09/20/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":219943,"Line":3,"Comment":"09/23/2024 4:30 AM - francescof - CLO changed from 09/09/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":219943,"Line":4,"Comment":"09/23/2024 4:31 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219943,"Line":5,"Comment":"10/14/2024 5:17 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":219943,"Line":6,"Comment":"10/14/2024 5:18 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":219943,"Line":7,"Comment":"10/14/2024 5:18 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219943,"Line":8,"Comment":"11/10/2024 4:18 PM - francescof - F/U changed from 10/25/2024 to 10/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219943,"Line":9,"Comment":"11/10/2024 4:18 PM - francescof - F/U changed from 10/28/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219943,"Line":10,"Comment":"11/10/2024 4:18 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"219943","line":"1","part":"NB3007-0016-4.00G","qty":"11","price":"273.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219943","line":"2","part":"NB3007-0020-4.00G","qty":"11","price":"311.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219943","line":"3","part":"NB3007-0032-3.00G","qty":"11","price":"293.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219943","line":"4","part":"TQW-200","qty":"1","price":"364.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219943","line":"5","part":"TQW-E16-G","qty":"1","price":"140.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219943","line":"6","part":"TQW-E20-G","qty":"1","price":"140.00","uom":"EA","discount":"35.00","req_date":"ETA 9/6 to LN","branch":"1"},{"comp":"01","order":"219943","line":"7","part":"TQW-E32-G","qty":"1","price":"153.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219943","line":"8","part":"NBT30-SF0500-3.15CP","qty":"11","price":"380.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219943","line":"9","part":"NBT30-SF0375-3.15CP","qty":"11","price":"380.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219943","line":"10","part":"NBT30-SF0250-3.15CP","qty":"11","price":"380.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219943","line":"13","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"219943","Line":"8","Company":"1","F_Line":"1","Comment":"Additional 10% IMTS Early Bird Promo discount applied.","Loc":"Y"},{"Quote":"219943","Line":"9","Company":"1","F_Line":"1","Comment":"Additional 10% IMTS Early Bird Promo discount applied.","Loc":"Y"},{"Quote":"219943","Line":"10","Company":"1","F_Line":"1","Comment":"Additional 10% IMTS Early Bird Promo Applied","Loc":"Y"},{"Quote":"219943","Line":"13","Company":"1","F_Line":"1","Comment":"Applied only to the following items:","Loc":"Y"},{"Quote":"219943","Line":"13","Company":"1","F_Line":"2","Comment":"NBT30-SF0500-3.15CP NBT30-SF0375-3.15CP NBT30-SF0250-","Loc":"Y"},{"Quote":"219943","Line":"13","Company":"1","F_Line":"3","Comment":"3.15CP.","Loc":"Y"}],"qcomms":[{"Quote":"219943","Line":"0","Comment":"Lyndex-Nikken will accept a Blanket PO with release"},{"Quote":"219943","Line":"1","Comment":"dates determined by Blackhawk.After 6 monthsany"},{"Quote":"219943","Line":"2","Comment":"tooling still at Lyndex-Nikken facility for this"},{"Quote":"219943","Line":"3","Comment":"purchase order will be shipped to complete this order."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":11}}] 2024-11-10 16:18:36.699 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219943-11102024161836.txt === {"quote":"219943","customer":"2325","name":null,"customerName":"BlackHawk Industrial - Base Camp","comp":"01","open":"0","shipto":"THEDNORT","shiptoName":"Atlas Fibre Company","entry_date":"08-09-2024","cust_order_date":"08-09-2024","req_date":"11-18-2024","cust_po":"BBT30 PROJECT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"JAKUB PIETKA","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"10:34","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"JAKUB PIETKA","follow_phone":"773-895-7421","follow_email":"Jakub.Pietka@blackhawkid.com","pic_user":"francescof","total_amt":"12624.43","total_gp":"7201.48","total_gpm":"57.04","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"71","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"219943","line":"5","data":"08-21-2024 10:57 - Discounts Recalculated"},{"comp":"1","quote":"219943","line":"4","data":"08-09-2024 10:35 - Discounts Recalculated QS"},{"comp":"1","quote":"219943","line":"3","data":"Em'd updated quote to Frankie."},{"comp":"1","quote":"219943","line":"2","data":"times & applied IMTS promo 10% discount to SFHs."},{"comp":"1","quote":"219943","line":"1","data":"per Frankie request over Teams. Updated lead"},{"comp":"1","quote":"219943","line":"0","data":"08-21-2024 11:31-jennad Increased holders to 6pc"}],"crmnotes":[{"comp":1,"quote":219943,"Line":0,"Comment":"08/09/2024 1:25 PM - francescof - F/U changed from 08/15/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219943,"Line":1,"Comment":"08/26/2024 1:56 PM - francescof - F/U changed from 08/28/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219943,"Line":2,"Comment":"09/23/2024 4:30 AM - francescof - Req Date changed from 09/20/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":219943,"Line":3,"Comment":"09/23/2024 4:30 AM - francescof - CLO changed from 09/09/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":219943,"Line":4,"Comment":"09/23/2024 4:31 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219943,"Line":5,"Comment":"10/14/2024 5:17 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":219943,"Line":6,"Comment":"10/14/2024 5:18 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":219943,"Line":7,"Comment":"10/14/2024 5:18 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219943,"Line":8,"Comment":"11/10/2024 4:18 PM - francescof - F/U changed from 10/25/2024 to 10/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219943,"Line":9,"Comment":"11/10/2024 4:18 PM - francescof - F/U changed from 10/28/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219943,"Line":10,"Comment":"11/10/2024 4:18 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"},{"comp":1,"quote":219943,"Line":11,"Comment":"11/10/2024 4:18 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"219943","line":"1","part":"NB3007-0016-4.00G","qty":"11","price":"273.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219943","line":"2","part":"NB3007-0020-4.00G","qty":"11","price":"311.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219943","line":"3","part":"NB3007-0032-3.00G","qty":"11","price":"293.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219943","line":"4","part":"TQW-200","qty":"1","price":"364.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219943","line":"5","part":"TQW-E16-G","qty":"1","price":"140.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219943","line":"6","part":"TQW-E20-G","qty":"1","price":"140.00","uom":"EA","discount":"35.00","req_date":"ETA 9/6 to LN","branch":"1"},{"comp":"01","order":"219943","line":"7","part":"TQW-E32-G","qty":"1","price":"153.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219943","line":"8","part":"NBT30-SF0500-3.15CP","qty":"11","price":"380.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219943","line":"9","part":"NBT30-SF0375-3.15CP","qty":"11","price":"380.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219943","line":"10","part":"NBT30-SF0250-3.15CP","qty":"11","price":"380.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219943","line":"13","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"219943","Line":"8","Company":"1","F_Line":"1","Comment":"Additional 10% IMTS Early Bird Promo discount applied.","Loc":"Y"},{"Quote":"219943","Line":"9","Company":"1","F_Line":"1","Comment":"Additional 10% IMTS Early Bird Promo discount applied.","Loc":"Y"},{"Quote":"219943","Line":"10","Company":"1","F_Line":"1","Comment":"Additional 10% IMTS Early Bird Promo Applied","Loc":"Y"},{"Quote":"219943","Line":"13","Company":"1","F_Line":"1","Comment":"Applied only to the following items:","Loc":"Y"},{"Quote":"219943","Line":"13","Company":"1","F_Line":"2","Comment":"NBT30-SF0500-3.15CP NBT30-SF0375-3.15CP NBT30-SF0250-","Loc":"Y"},{"Quote":"219943","Line":"13","Company":"1","F_Line":"3","Comment":"3.15CP.","Loc":"Y"}],"qcomms":[{"Quote":"219943","Line":"0","Comment":"Lyndex-Nikken will accept a Blanket PO with release"},{"Quote":"219943","Line":"1","Comment":"dates determined by Blackhawk.After 6 monthsany"},{"Quote":"219943","Line":"2","Comment":"tooling still at Lyndex-Nikken facility for this"},{"Quote":"219943","Line":"3","Comment":"purchase order will be shipped to complete this order."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":11}}] 2024-11-10 16:18:51.111 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221831-11102024161850.txt === {"quote":"221831","customer":"26350","name":null,"customerName":"Zenger's Inc.","comp":"01","open":"0","shipto":"STARRIVE","shiptoName":"Star Hydraulics","entry_date":"09-20-2024","cust_order_date":"09-20-2024","req_date":"11-01-2024","cust_po":"ZERO ZERO PROJECT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Max Stephens","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"05:26","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Max Stephens","follow_phone":"847-915-2839","follow_email":"mstephens@zengers.com","pic_user":"francescof","total_amt":"1735.20","total_gp":"1172.61","total_gpm":"67.58","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"13","win_pct":"20","clo_date":"10-20-2024","notes":[{"comp":"1","quote":"221831","line":"0","data":"09-20-2024 05:26 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221831,"Line":0,"Comment":"09/23/2024 4:33 AM - francescof - F/U changed from 09/26/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221831,"Line":1,"Comment":"09/23/2024 4:33 AM - francescof - CLO changed from 10/20/2024 to 10/20/2024 (CLO Date Updated)"},{"comp":1,"quote":221831,"Line":2,"Comment":"10/14/2024 5:29 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"221831","line":"1","part":"LCH1.1/4-SZF16S-55-A","qty":"1","price":"887.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221831","line":"2","part":"SKL-16S-P","qty":"1","price":"189.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221831","line":"3","part":"9ZFL","qty":"1","price":"37.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221831","line":"4","part":"SK16-3/16A","qty":"1","price":"82.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221831","line":"6","part":"ST3/4-SK6-81","qty":"1","price":"330.00","uom":"EA","discount":"28.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"221831","line":"7","part":"SKL-6W","qty":"1","price":"23.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221831","line":"8","part":"SKJL-6","qty":"1","price":"10.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221831","line":"9","part":"SK6-3/16AC","qty":"1","price":"93.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221831","line":"11","part":"CAT40-SZF10-120U-IDU","qty":"1","price":"583.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221831","line":"12","part":"SK10-3/16AC","qty":"1","price":"96.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221831","line":"13","part":"SKL-10","qty":"1","price":"31.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221831","line":"14","part":"SKJL-10","qty":"1","price":"12.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221831","line":"15","part":"9ZFL","qty":"1","price":"37.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":13}}] 2024-11-10 16:19:02.936 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221831-11102024161902.txt === {"quote":"221831","customer":"26350","name":null,"customerName":"Zenger's Inc.","comp":"01","open":"0","shipto":"STARRIVE","shiptoName":"Star Hydraulics","entry_date":"09-20-2024","cust_order_date":"09-20-2024","req_date":"11-01-2024","cust_po":"ZERO ZERO PROJECT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Max Stephens","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"05:26","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Max Stephens","follow_phone":"847-915-2839","follow_email":"mstephens@zengers.com","pic_user":"francescof","total_amt":"1735.20","total_gp":"1172.61","total_gpm":"67.58","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"13","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"221831","line":"0","data":"09-20-2024 05:26 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221831,"Line":0,"Comment":"09/23/2024 4:33 AM - francescof - F/U changed from 09/26/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221831,"Line":1,"Comment":"09/23/2024 4:33 AM - francescof - CLO changed from 10/20/2024 to 10/20/2024 (CLO Date Updated)"},{"comp":1,"quote":221831,"Line":2,"Comment":"10/14/2024 5:29 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221831,"Line":3,"Comment":"11/10/2024 4:18 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221831,"Line":4,"Comment":"11/10/2024 4:18 PM - francescof - CLO changed from 10/20/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221831","line":"1","part":"LCH1.1/4-SZF16S-55-A","qty":"1","price":"887.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221831","line":"2","part":"SKL-16S-P","qty":"1","price":"189.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221831","line":"3","part":"9ZFL","qty":"1","price":"37.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221831","line":"4","part":"SK16-3/16A","qty":"1","price":"82.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221831","line":"6","part":"ST3/4-SK6-81","qty":"1","price":"330.00","uom":"EA","discount":"28.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"221831","line":"7","part":"SKL-6W","qty":"1","price":"23.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221831","line":"8","part":"SKJL-6","qty":"1","price":"10.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221831","line":"9","part":"SK6-3/16AC","qty":"1","price":"93.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221831","line":"11","part":"CAT40-SZF10-120U-IDU","qty":"1","price":"583.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221831","line":"12","part":"SK10-3/16AC","qty":"1","price":"96.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221831","line":"13","part":"SKL-10","qty":"1","price":"31.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221831","line":"14","part":"SKJL-10","qty":"1","price":"12.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221831","line":"15","part":"9ZFL","qty":"1","price":"37.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":13}}] 2024-11-10 16:19:08.960 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221831-11102024161908.txt === {"quote":"221831","customer":"26350","name":null,"customerName":"Zenger's Inc.","comp":"01","open":"0","shipto":"STARRIVE","shiptoName":"Star Hydraulics","entry_date":"09-20-2024","cust_order_date":"09-20-2024","req_date":"11-18-2024","cust_po":"ZERO ZERO PROJECT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Max Stephens","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"05:26","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Max Stephens","follow_phone":"847-915-2839","follow_email":"mstephens@zengers.com","pic_user":"francescof","total_amt":"1735.20","total_gp":"1172.61","total_gpm":"67.58","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"13","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"221831","line":"0","data":"09-20-2024 05:26 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221831,"Line":0,"Comment":"09/23/2024 4:33 AM - francescof - F/U changed from 09/26/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221831,"Line":1,"Comment":"09/23/2024 4:33 AM - francescof - CLO changed from 10/20/2024 to 10/20/2024 (CLO Date Updated)"},{"comp":1,"quote":221831,"Line":2,"Comment":"10/14/2024 5:29 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221831,"Line":3,"Comment":"11/10/2024 4:18 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221831,"Line":4,"Comment":"11/10/2024 4:18 PM - francescof - CLO changed from 10/20/2024 to 11/18/2024 (CLO Date Updated)"},{"comp":1,"quote":221831,"Line":5,"Comment":"11/10/2024 4:19 PM - francescof - Req Date changed from 11/01/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221831","line":"1","part":"LCH1.1/4-SZF16S-55-A","qty":"1","price":"887.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221831","line":"2","part":"SKL-16S-P","qty":"1","price":"189.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221831","line":"3","part":"9ZFL","qty":"1","price":"37.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221831","line":"4","part":"SK16-3/16A","qty":"1","price":"82.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221831","line":"6","part":"ST3/4-SK6-81","qty":"1","price":"330.00","uom":"EA","discount":"28.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"221831","line":"7","part":"SKL-6W","qty":"1","price":"23.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221831","line":"8","part":"SKJL-6","qty":"1","price":"10.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221831","line":"9","part":"SK6-3/16AC","qty":"1","price":"93.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221831","line":"11","part":"CAT40-SZF10-120U-IDU","qty":"1","price":"583.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221831","line":"12","part":"SK10-3/16AC","qty":"1","price":"96.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221831","line":"13","part":"SKL-10","qty":"1","price":"31.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221831","line":"14","part":"SKJL-10","qty":"1","price":"12.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221831","line":"15","part":"9ZFL","qty":"1","price":"37.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":13}}] 2024-11-10 16:19:21.922 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222240-11102024161921.txt === {"quote":"222240","customer":"20997","name":null,"customerName":"Twisted CNC Repair LLC","comp":"01","open":"0","shipto":"TWISGILB","shiptoName":"Twisted Cnc Repair, Llc","entry_date":"09-27-2024","cust_order_date":"09-27-2024","req_date":"11-08-2024","cust_po":"Boring Head Quote","terms_code":"PPD","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Francesco Fullone","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"14:08","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Francesco Fullone","follow_phone":"1","follow_email":"frankf@lyndexnikken.com","pic_user":"francescof","total_amt":"2911.2","total_gp":"2123.62","total_gpm":"72.95","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"6","win_pct":"20","clo_date":"10-25-2024","notes":[{"comp":"1","quote":"222240","line":"0","data":"09-27-2024 14:17 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222240,"Line":0,"Comment":"10/14/2024 5:38 AM - francescof - CLO changed from NaN/NaN/NaN to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":222240,"Line":1,"Comment":"10/14/2024 5:38 AM - francescof - F/U changed from 10/10/2024 to 10/25/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222240","line":"4","part":"CAT40-Q26-95U-IDU","qty":"1","price":"340.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222240","line":"5","part":"SP26-20-180-A1","qty":"1","price":"602.00","uom":"EA","discount":"20.00","req_date":"PENDING","branch":"1"},{"comp":"01","order":"222240","line":"6","part":"20-ZMAC42R-70V","qty":"1","price":"664.00","uom":"EA","discount":"20.00","req_date":"PENDING","branch":"1"},{"comp":"01","order":"222240","line":"10","part":"CAT40-Q26-95U-IDU","qty":"1","price":"340.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222240","line":"11","part":"SP26-26-190-A1","qty":"1","price":"804.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222240","line":"12","part":"26-ZMAC55-70V","qty":"1","price":"889.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-10 16:19:30.196 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222240-11102024161929.txt === {"quote":"222240","customer":"20997","name":null,"customerName":"Twisted CNC Repair LLC","comp":"01","open":"0","shipto":"TWISGILB","shiptoName":"Twisted Cnc Repair, Llc","entry_date":"09-27-2024","cust_order_date":"09-27-2024","req_date":"11-08-2024","cust_po":"Boring Head Quote","terms_code":"PPD","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Francesco Fullone","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"14:08","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Francesco Fullone","follow_phone":"1","follow_email":"frankf@lyndexnikken.com","pic_user":"francescof","total_amt":"2911.2","total_gp":"2123.62","total_gpm":"72.95","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"6","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"222240","line":"0","data":"09-27-2024 14:17 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222240,"Line":0,"Comment":"10/14/2024 5:38 AM - francescof - CLO changed from NaN/NaN/NaN to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":222240,"Line":1,"Comment":"10/14/2024 5:38 AM - francescof - F/U changed from 10/10/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222240,"Line":2,"Comment":"11/10/2024 4:19 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222240,"Line":3,"Comment":"11/10/2024 4:19 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222240","line":"4","part":"CAT40-Q26-95U-IDU","qty":"1","price":"340.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222240","line":"5","part":"SP26-20-180-A1","qty":"1","price":"602.00","uom":"EA","discount":"20.00","req_date":"PENDING","branch":"1"},{"comp":"01","order":"222240","line":"6","part":"20-ZMAC42R-70V","qty":"1","price":"664.00","uom":"EA","discount":"20.00","req_date":"PENDING","branch":"1"},{"comp":"01","order":"222240","line":"10","part":"CAT40-Q26-95U-IDU","qty":"1","price":"340.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222240","line":"11","part":"SP26-26-190-A1","qty":"1","price":"804.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222240","line":"12","part":"26-ZMAC55-70V","qty":"1","price":"889.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-10 16:19:38.632 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222240-11102024161938.txt === {"quote":"222240","customer":"20997","name":null,"customerName":"Twisted CNC Repair LLC","comp":"01","open":"0","shipto":"TWISGILB","shiptoName":"Twisted Cnc Repair, Llc","entry_date":"09-27-2024","cust_order_date":"09-27-2024","req_date":"11-18-2024","cust_po":"Boring Head Quote","terms_code":"PPD","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Francesco Fullone","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"14:08","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Francesco Fullone","follow_phone":"1","follow_email":"frankf@lyndexnikken.com","pic_user":"francescof","total_amt":"2911.2","total_gp":"2123.62","total_gpm":"72.95","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"6","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"222240","line":"0","data":"09-27-2024 14:17 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222240,"Line":0,"Comment":"10/14/2024 5:38 AM - francescof - CLO changed from NaN/NaN/NaN to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":222240,"Line":1,"Comment":"10/14/2024 5:38 AM - francescof - F/U changed from 10/10/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222240,"Line":2,"Comment":"11/10/2024 4:19 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222240,"Line":3,"Comment":"11/10/2024 4:19 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"},{"comp":1,"quote":222240,"Line":4,"Comment":"11/10/2024 4:19 PM - francescof - Req Date changed from 11/08/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222240","line":"4","part":"CAT40-Q26-95U-IDU","qty":"1","price":"340.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222240","line":"5","part":"SP26-20-180-A1","qty":"1","price":"602.00","uom":"EA","discount":"20.00","req_date":"PENDING","branch":"1"},{"comp":"01","order":"222240","line":"6","part":"20-ZMAC42R-70V","qty":"1","price":"664.00","uom":"EA","discount":"20.00","req_date":"PENDING","branch":"1"},{"comp":"01","order":"222240","line":"10","part":"CAT40-Q26-95U-IDU","qty":"1","price":"340.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222240","line":"11","part":"SP26-26-190-A1","qty":"1","price":"804.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222240","line":"12","part":"26-ZMAC55-70V","qty":"1","price":"889.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-10 16:19:57.600 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221856-11102024161957.txt === {"quote":"221856","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"MACHEMSX","shiptoName":"Machinery Systems Inc.","entry_date":"09-20-2024","cust_order_date":null,"req_date":"10-25-2024","cust_po":"Quote for 5AX-2MT/4MT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"stevel","conv_order":"","time":"10:56","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"90417.75","total_gp":"65063.23","total_gpm":"71.96","rev_type":"RT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"11","win_pct":"20","clo_date":"12-01-2024","notes":[],"crmnotes":[{"comp":1,"quote":221856,"Line":0,"Comment":"09/23/2024 9:31 AM - stevel - PIC changed from stevel to francescof"},{"comp":1,"quote":221856,"Line":1,"Comment":"09/30/2024 5:59 AM - francescof - F/U changed from 09/26/2024 to 10/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221856,"Line":2,"Comment":"10/14/2024 5:20 AM - francescof - F/U changed from 10/04/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221856,"Line":3,"Comment":"10/14/2024 5:20 AM - francescof - Req Date changed from 09/20/2024 to 10/25/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221856","line":"1","part":"5AX-4MT-105-120FA","qty":"1","price":"81375.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221856","line":"2","part":"TCD-38059","qty":"4","price":"6039.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221856","line":"3","part":"5C-THREAD-NOSE","qty":"4","price":"1331.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221856","line":"4","part":"HYD-UNIT-NACHI-DC24V2","qty":"1","price":"7865.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221856","line":"5","part":"100843","qty":"1","price":"1837.00","uom":"EA","discount":"25.00","req_date":"0 Stk","branch":"2"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-10 16:20:14.370 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221856-11102024162014.txt === {"quote":"221856","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"MACHEMSX","shiptoName":"Machinery Systems Inc.","entry_date":"09-20-2024","cust_order_date":null,"req_date":"10-25-2024","cust_po":"Quote for 5AX-2MT/4MT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"stevel","conv_order":"","time":"10:56","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"90417.75","total_gp":"65063.23","total_gpm":"71.96","rev_type":"RT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"11","win_pct":"20","clo_date":"11-18-2024","notes":[],"crmnotes":[{"comp":1,"quote":221856,"Line":0,"Comment":"09/23/2024 9:31 AM - stevel - PIC changed from stevel to francescof"},{"comp":1,"quote":221856,"Line":1,"Comment":"09/30/2024 5:59 AM - francescof - F/U changed from 09/26/2024 to 10/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221856,"Line":2,"Comment":"10/14/2024 5:20 AM - francescof - F/U changed from 10/04/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221856,"Line":3,"Comment":"10/14/2024 5:20 AM - francescof - Req Date changed from 09/20/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":221856,"Line":4,"Comment":"11/10/2024 4:19 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221856,"Line":5,"Comment":"11/10/2024 4:20 PM - francescof - CLO changed from 12/01/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221856","line":"1","part":"5AX-4MT-105-120FA","qty":"1","price":"81375.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221856","line":"2","part":"TCD-38059","qty":"4","price":"6039.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221856","line":"3","part":"5C-THREAD-NOSE","qty":"4","price":"1331.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221856","line":"4","part":"HYD-UNIT-NACHI-DC24V2","qty":"1","price":"7865.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221856","line":"5","part":"100843","qty":"1","price":"1837.00","uom":"EA","discount":"25.00","req_date":"0 Stk","branch":"2"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-10 16:20:21.466 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221856-11102024162021.txt === {"quote":"221856","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"MACHEMSX","shiptoName":"Machinery Systems Inc.","entry_date":"09-20-2024","cust_order_date":null,"req_date":"11-18-2024","cust_po":"Quote for 5AX-2MT/4MT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"stevel","conv_order":"","time":"10:56","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"90417.75","total_gp":"65063.23","total_gpm":"71.96","rev_type":"RT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"11","win_pct":"20","clo_date":"11-18-2024","notes":[],"crmnotes":[{"comp":1,"quote":221856,"Line":0,"Comment":"09/23/2024 9:31 AM - stevel - PIC changed from stevel to francescof"},{"comp":1,"quote":221856,"Line":1,"Comment":"09/30/2024 5:59 AM - francescof - F/U changed from 09/26/2024 to 10/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221856,"Line":2,"Comment":"10/14/2024 5:20 AM - francescof - F/U changed from 10/04/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221856,"Line":3,"Comment":"10/14/2024 5:20 AM - francescof - Req Date changed from 09/20/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":221856,"Line":4,"Comment":"11/10/2024 4:19 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221856,"Line":5,"Comment":"11/10/2024 4:20 PM - francescof - CLO changed from 12/01/2024 to 11/18/2024 (CLO Date Updated)"},{"comp":1,"quote":221856,"Line":6,"Comment":"11/10/2024 4:20 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221856","line":"1","part":"5AX-4MT-105-120FA","qty":"1","price":"81375.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221856","line":"2","part":"TCD-38059","qty":"4","price":"6039.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221856","line":"3","part":"5C-THREAD-NOSE","qty":"4","price":"1331.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221856","line":"4","part":"HYD-UNIT-NACHI-DC24V2","qty":"1","price":"7865.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221856","line":"5","part":"100843","qty":"1","price":"1837.00","uom":"EA","discount":"25.00","req_date":"0 Stk","branch":"2"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-10 16:20:30.484 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221883-11102024162030.txt === {"quote":"221883","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"TUNGALOY","shiptoName":"Tungaloy of America, Inc.","entry_date":"09-20-2024","cust_order_date":"09-20-2024","req_date":"11-01-2024","cust_po":"QT250MY 12 STATION PROJ","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brandon Strebel","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"14:51","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Brandon Strebel","follow_phone":"(847) 882-8085","follow_email":"brandons@machsys.com","pic_user":"francescof","total_amt":"15362.91","total_gp":"3825.90","total_gpm":"24.90","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"6","win_pct":"20","clo_date":"10-20-2024","notes":[{"comp":"1","quote":"221883","line":"5","data":"09-20-2024 15:07 - Discounts Recalculated QS"},{"comp":"1","quote":"221883","line":"4","data":"delivery..."},{"comp":"1","quote":"221883","line":"3","data":"em'd to Frankie. Updated CBO log, waiting for"},{"comp":"1","quote":"221883","line":"2","data":"09-26-2024 09:22-jennad Added IMTS discount,"},{"comp":"1","quote":"221883","line":"1","data":"to Frankie"},{"comp":"1","quote":"221883","line":"0","data":"09-26-2024 09:22-jennad Updated delivery & em'd"}],"crmnotes":[{"comp":1,"quote":221883,"Line":0,"Comment":"09/23/2024 4:33 AM - francescof - F/U changed from 09/29/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221883,"Line":1,"Comment":"10/14/2024 5:18 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"221883","line":"2","part":"MZQT47-C4Z-MS","qty":"1","price":"8523.99","uom":"EA","discount":"40.00","req_date":"ETA 12/3 to LN","branch":"1"},{"comp":"01","order":"221883","line":"4","part":"MZQT47-STC4Z-MS-L","qty":"1","price":"3482.30","uom":"EA","discount":"40.00","req_date":"ETA 10/18","branch":"1"},{"comp":"01","order":"221883","line":"6","part":"MZQT47-STC4Z-MS-R","qty":"1","price":"3482.30","uom":"EA","discount":"40.00","req_date":"ETA 10/18","branch":"1"},{"comp":"01","order":"221883","line":"8","part":"MZQT47-C4Z-ICE","qty":"1","price":"5949.69","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221883","line":"10","part":"MZQT47-C4X-ICE","qty":"1","price":"4166.59","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221883","line":"11","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"221883","Line":"11","Company":"1","F_Line":"1","Comment":"Additional 10% IMTS Promo discount applied to above","Loc":"Y"},{"Quote":"221883","Line":"11","Company":"1","F_Line":"2","Comment":"live/static tools. For drop-ship orders only valid","Loc":"Y"},{"Quote":"221883","Line":"11","Company":"1","F_Line":"3","Comment":"until 11/30/24.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-10 16:20:39.660 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221883-11102024162039.txt === {"quote":"221883","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"TUNGALOY","shiptoName":"Tungaloy of America, Inc.","entry_date":"09-20-2024","cust_order_date":"09-20-2024","req_date":"11-01-2024","cust_po":"QT250MY 12 STATION PROJ","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brandon Strebel","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"14:51","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Brandon Strebel","follow_phone":"(847) 882-8085","follow_email":"brandons@machsys.com","pic_user":"francescof","total_amt":"15362.91","total_gp":"3825.90","total_gpm":"24.90","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"6","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"221883","line":"5","data":"09-20-2024 15:07 - Discounts Recalculated QS"},{"comp":"1","quote":"221883","line":"4","data":"delivery..."},{"comp":"1","quote":"221883","line":"3","data":"em'd to Frankie. Updated CBO log, waiting for"},{"comp":"1","quote":"221883","line":"2","data":"09-26-2024 09:22-jennad Added IMTS discount,"},{"comp":"1","quote":"221883","line":"1","data":"to Frankie"},{"comp":"1","quote":"221883","line":"0","data":"09-26-2024 09:22-jennad Updated delivery & em'd"}],"crmnotes":[{"comp":1,"quote":221883,"Line":0,"Comment":"09/23/2024 4:33 AM - francescof - F/U changed from 09/29/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221883,"Line":1,"Comment":"10/14/2024 5:18 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221883,"Line":2,"Comment":"11/10/2024 4:20 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221883,"Line":3,"Comment":"11/10/2024 4:20 PM - francescof - CLO changed from 10/20/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221883","line":"2","part":"MZQT47-C4Z-MS","qty":"1","price":"8523.99","uom":"EA","discount":"40.00","req_date":"ETA 12/3 to LN","branch":"1"},{"comp":"01","order":"221883","line":"4","part":"MZQT47-STC4Z-MS-L","qty":"1","price":"3482.30","uom":"EA","discount":"40.00","req_date":"ETA 10/18","branch":"1"},{"comp":"01","order":"221883","line":"6","part":"MZQT47-STC4Z-MS-R","qty":"1","price":"3482.30","uom":"EA","discount":"40.00","req_date":"ETA 10/18","branch":"1"},{"comp":"01","order":"221883","line":"8","part":"MZQT47-C4Z-ICE","qty":"1","price":"5949.69","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221883","line":"10","part":"MZQT47-C4X-ICE","qty":"1","price":"4166.59","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221883","line":"11","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"221883","Line":"11","Company":"1","F_Line":"1","Comment":"Additional 10% IMTS Promo discount applied to above","Loc":"Y"},{"Quote":"221883","Line":"11","Company":"1","F_Line":"2","Comment":"live/static tools. For drop-ship orders only valid","Loc":"Y"},{"Quote":"221883","Line":"11","Company":"1","F_Line":"3","Comment":"until 11/30/24.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-10 16:20:46.691 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221883-11102024162046.txt === {"quote":"221883","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"TUNGALOY","shiptoName":"Tungaloy of America, Inc.","entry_date":"09-20-2024","cust_order_date":"09-20-2024","req_date":"11-18-2024","cust_po":"QT250MY 12 STATION PROJ","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brandon Strebel","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"14:51","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Brandon Strebel","follow_phone":"(847) 882-8085","follow_email":"brandons@machsys.com","pic_user":"francescof","total_amt":"15362.91","total_gp":"3825.90","total_gpm":"24.90","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"6","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"221883","line":"5","data":"09-20-2024 15:07 - Discounts Recalculated QS"},{"comp":"1","quote":"221883","line":"4","data":"delivery..."},{"comp":"1","quote":"221883","line":"3","data":"em'd to Frankie. Updated CBO log, waiting for"},{"comp":"1","quote":"221883","line":"2","data":"09-26-2024 09:22-jennad Added IMTS discount,"},{"comp":"1","quote":"221883","line":"1","data":"to Frankie"},{"comp":"1","quote":"221883","line":"0","data":"09-26-2024 09:22-jennad Updated delivery & em'd"}],"crmnotes":[{"comp":1,"quote":221883,"Line":0,"Comment":"09/23/2024 4:33 AM - francescof - F/U changed from 09/29/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221883,"Line":1,"Comment":"10/14/2024 5:18 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221883,"Line":2,"Comment":"11/10/2024 4:20 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221883,"Line":3,"Comment":"11/10/2024 4:20 PM - francescof - CLO changed from 10/20/2024 to 11/18/2024 (CLO Date Updated)"},{"comp":1,"quote":221883,"Line":4,"Comment":"11/10/2024 4:20 PM - francescof - Req Date changed from 11/01/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221883","line":"2","part":"MZQT47-C4Z-MS","qty":"1","price":"8523.99","uom":"EA","discount":"40.00","req_date":"ETA 12/3 to LN","branch":"1"},{"comp":"01","order":"221883","line":"4","part":"MZQT47-STC4Z-MS-L","qty":"1","price":"3482.30","uom":"EA","discount":"40.00","req_date":"ETA 10/18","branch":"1"},{"comp":"01","order":"221883","line":"6","part":"MZQT47-STC4Z-MS-R","qty":"1","price":"3482.30","uom":"EA","discount":"40.00","req_date":"ETA 10/18","branch":"1"},{"comp":"01","order":"221883","line":"8","part":"MZQT47-C4Z-ICE","qty":"1","price":"5949.69","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221883","line":"10","part":"MZQT47-C4X-ICE","qty":"1","price":"4166.59","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221883","line":"11","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"221883","Line":"11","Company":"1","F_Line":"1","Comment":"Additional 10% IMTS Promo discount applied to above","Loc":"Y"},{"Quote":"221883","Line":"11","Company":"1","F_Line":"2","Comment":"live/static tools. For drop-ship orders only valid","Loc":"Y"},{"Quote":"221883","Line":"11","Company":"1","F_Line":"3","Comment":"until 11/30/24.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-10 16:20:52.954 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222255-11102024162052.txt === {"quote":"222255","customer":"8270","name":null,"customerName":"Hartwig Inc.","comp":"01","open":"0","shipto":"CASE","shiptoName":"Case New Holland","entry_date":"09-27-2024","cust_order_date":"09-27-2024","req_date":"11-08-2024","cust_po":"BMT65 SK OPTION","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"30","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Nick Berilla","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"16:11","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Nick Berilla","follow_phone":"314-540-2892","follow_email":"nick.berilla@hartwiginc.com","pic_user":"francescof","total_amt":"4764.34","total_gp":"2978.29","total_gpm":"62.51","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"5","win_pct":"20","clo_date":"10-27-2024","notes":[{"comp":"1","quote":"222255","line":"0","data":"09-27-2024 16:15 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222255,"Line":0,"Comment":"10/14/2024 5:19 AM - francescof - F/U changed from 10/03/2024 to 10/25/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222255","line":"1","part":"BMT65-SK20X-ICE","qty":"1","price":"2839.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222255","line":"2","part":"WRENCH-MIM-107446","qty":"1","price":"35.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222255","line":"3","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222255","line":"4","part":"SK20-SET-10-A","qty":"1","price":"877.00","uom":"ST","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222255","line":"5","part":"SK20-SET-33-MM","qty":"1","price":"2904.00","uom":"EA","discount":"28.00","req_date":"Stock","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-10 16:21:05.359 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222255-11102024162105.txt === {"quote":"222255","customer":"8270","name":null,"customerName":"Hartwig Inc.","comp":"01","open":"0","shipto":"CASE","shiptoName":"Case New Holland","entry_date":"09-27-2024","cust_order_date":"09-27-2024","req_date":"11-08-2024","cust_po":"BMT65 SK OPTION","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"30","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Nick Berilla","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"16:11","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Nick Berilla","follow_phone":"314-540-2892","follow_email":"nick.berilla@hartwiginc.com","pic_user":"francescof","total_amt":"4764.34","total_gp":"2978.29","total_gpm":"62.51","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"5","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"222255","line":"0","data":"09-27-2024 16:15 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222255,"Line":0,"Comment":"10/14/2024 5:19 AM - francescof - F/U changed from 10/03/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222255,"Line":1,"Comment":"11/10/2024 4:20 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222255,"Line":2,"Comment":"11/10/2024 4:21 PM - francescof - CLO changed from 10/27/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222255","line":"1","part":"BMT65-SK20X-ICE","qty":"1","price":"2839.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222255","line":"2","part":"WRENCH-MIM-107446","qty":"1","price":"35.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222255","line":"3","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222255","line":"4","part":"SK20-SET-10-A","qty":"1","price":"877.00","uom":"ST","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222255","line":"5","part":"SK20-SET-33-MM","qty":"1","price":"2904.00","uom":"EA","discount":"28.00","req_date":"Stock","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-10 16:21:11.535 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222255-11102024162111.txt === {"quote":"222255","customer":"8270","name":null,"customerName":"Hartwig Inc.","comp":"01","open":"0","shipto":"CASE","shiptoName":"Case New Holland","entry_date":"09-27-2024","cust_order_date":"09-27-2024","req_date":"11-18-2024","cust_po":"BMT65 SK OPTION","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"30","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Nick Berilla","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"16:11","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Nick Berilla","follow_phone":"314-540-2892","follow_email":"nick.berilla@hartwiginc.com","pic_user":"francescof","total_amt":"4764.34","total_gp":"2978.29","total_gpm":"62.51","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"5","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"222255","line":"0","data":"09-27-2024 16:15 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222255,"Line":0,"Comment":"10/14/2024 5:19 AM - francescof - F/U changed from 10/03/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222255,"Line":1,"Comment":"11/10/2024 4:20 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222255,"Line":2,"Comment":"11/10/2024 4:21 PM - francescof - CLO changed from 10/27/2024 to 11/18/2024 (CLO Date Updated)"},{"comp":1,"quote":222255,"Line":3,"Comment":"11/10/2024 4:21 PM - francescof - Req Date changed from 11/08/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222255","line":"1","part":"BMT65-SK20X-ICE","qty":"1","price":"2839.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222255","line":"2","part":"WRENCH-MIM-107446","qty":"1","price":"35.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222255","line":"3","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222255","line":"4","part":"SK20-SET-10-A","qty":"1","price":"877.00","uom":"ST","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222255","line":"5","part":"SK20-SET-33-MM","qty":"1","price":"2904.00","uom":"EA","discount":"28.00","req_date":"Stock","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-10 16:21:23.763 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220645-11102024162123.txt === {"quote":"220645","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"MACHEMSX","shiptoName":"Machinery Systems Inc.","entry_date":"08-23-2024","cust_order_date":"08-23-2024","req_date":"10-25-2024","cust_po":"WTO CROSSOVER","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brandon Strebel","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"11:45","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Brandon Strebel","follow_phone":"(847) 882-8085","follow_email":"brandons@machsys.com","pic_user":"francescof","total_amt":"3446.1","total_gp":"1859.07","total_gpm":"53.95","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"3","win_pct":"20","clo_date":"10-25-2024","notes":[{"comp":"1","quote":"220645","line":"0","data":"08-23-2024 11:45 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220645,"Line":0,"Comment":"09/23/2024 3:54 AM - francescof - CLO changed from 09/23/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220645,"Line":1,"Comment":"09/23/2024 3:55 AM - francescof - F/U changed from 09/01/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220645,"Line":2,"Comment":"10/14/2024 5:29 AM - francescof - Req Date changed from 10/04/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220645,"Line":3,"Comment":"10/14/2024 5:29 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220645,"Line":4,"Comment":"10/14/2024 5:29 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"220645","line":"1","part":"MZST68-ER32Z-ICE","qty":"1","price":"4707.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220645","line":"2","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220645","line":"3","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-10 16:21:33.306 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220645-11102024162133.txt === {"quote":"220645","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"MACHEMSX","shiptoName":"Machinery Systems Inc.","entry_date":"08-23-2024","cust_order_date":"08-23-2024","req_date":"10-25-2024","cust_po":"WTO CROSSOVER","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brandon Strebel","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"11:45","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Brandon Strebel","follow_phone":"(847) 882-8085","follow_email":"brandons@machsys.com","pic_user":"francescof","total_amt":"3446.1","total_gp":"1859.07","total_gpm":"53.95","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"220645","line":"0","data":"08-23-2024 11:45 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220645,"Line":0,"Comment":"09/23/2024 3:54 AM - francescof - CLO changed from 09/23/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220645,"Line":1,"Comment":"09/23/2024 3:55 AM - francescof - F/U changed from 09/01/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220645,"Line":2,"Comment":"10/14/2024 5:29 AM - francescof - Req Date changed from 10/04/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220645,"Line":3,"Comment":"10/14/2024 5:29 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220645,"Line":4,"Comment":"10/14/2024 5:29 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220645,"Line":5,"Comment":"11/10/2024 4:21 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220645,"Line":6,"Comment":"11/10/2024 4:21 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"220645","line":"1","part":"MZST68-ER32Z-ICE","qty":"1","price":"4707.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220645","line":"2","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220645","line":"3","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-10 16:21:42.617 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220645-11102024162142.txt === {"quote":"220645","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"MACHEMSX","shiptoName":"Machinery Systems Inc.","entry_date":"08-23-2024","cust_order_date":"08-23-2024","req_date":"11-18-2024","cust_po":"WTO CROSSOVER","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brandon Strebel","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"11:45","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Brandon Strebel","follow_phone":"(847) 882-8085","follow_email":"brandons@machsys.com","pic_user":"francescof","total_amt":"3446.1","total_gp":"1859.07","total_gpm":"53.95","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"220645","line":"0","data":"08-23-2024 11:45 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220645,"Line":0,"Comment":"09/23/2024 3:54 AM - francescof - CLO changed from 09/23/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220645,"Line":1,"Comment":"09/23/2024 3:55 AM - francescof - F/U changed from 09/01/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220645,"Line":2,"Comment":"10/14/2024 5:29 AM - francescof - Req Date changed from 10/04/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220645,"Line":3,"Comment":"10/14/2024 5:29 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220645,"Line":4,"Comment":"10/14/2024 5:29 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220645,"Line":5,"Comment":"11/10/2024 4:21 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220645,"Line":6,"Comment":"11/10/2024 4:21 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"},{"comp":1,"quote":220645,"Line":7,"Comment":"11/10/2024 4:21 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"220645","line":"1","part":"MZST68-ER32Z-ICE","qty":"1","price":"4707.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220645","line":"2","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220645","line":"3","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-10 16:21:55.276 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222256-11102024162155.txt === {"quote":"222256","customer":"8270","name":null,"customerName":"Hartwig Inc.","comp":"01","open":"0","shipto":"CASE","shiptoName":"Case New Holland","entry_date":"09-27-2024","cust_order_date":"09-27-2024","req_date":"11-08-2024","cust_po":"BMT65 ER OPTION","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"30","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Nick Berilla","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"16:19","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Nick Berilla","follow_phone":"314-540-2892","follow_email":"nick.berilla@hartwiginc.com","pic_user":"francescof","total_amt":"5101.76","total_gp":"3488.75","total_gpm":"68.38","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"5","win_pct":"20","clo_date":"10-27-2024","notes":[{"comp":"1","quote":"222256","line":"0","data":"09-27-2024 16:21 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222256,"Line":0,"Comment":"10/14/2024 5:19 AM - francescof - F/U changed from 10/03/2024 to 10/25/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222256","line":"1","part":"BMT65-ER32X-ICE","qty":"1","price":"3320.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222256","line":"2","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222256","line":"3","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222256","line":"4","part":"E32-SET-17(C)","qty":"1","price":"1632.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222256","line":"5","part":"E32-SET-21(C)-MM","qty":"1","price":"2016.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-10 16:22:05.446 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222256-11102024162205.txt === {"quote":"222256","customer":"8270","name":null,"customerName":"Hartwig Inc.","comp":"01","open":"0","shipto":"CASE","shiptoName":"Case New Holland","entry_date":"09-27-2024","cust_order_date":"09-27-2024","req_date":"11-08-2024","cust_po":"BMT65 ER OPTION","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"30","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Nick Berilla","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"16:19","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Nick Berilla","follow_phone":"314-540-2892","follow_email":"nick.berilla@hartwiginc.com","pic_user":"francescof","total_amt":"5101.76","total_gp":"3488.75","total_gpm":"68.38","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"5","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"222256","line":"0","data":"09-27-2024 16:21 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222256,"Line":0,"Comment":"10/14/2024 5:19 AM - francescof - F/U changed from 10/03/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222256,"Line":1,"Comment":"11/10/2024 4:21 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222256,"Line":2,"Comment":"11/10/2024 4:22 PM - francescof - CLO changed from 10/27/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222256","line":"1","part":"BMT65-ER32X-ICE","qty":"1","price":"3320.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222256","line":"2","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222256","line":"3","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222256","line":"4","part":"E32-SET-17(C)","qty":"1","price":"1632.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222256","line":"5","part":"E32-SET-21(C)-MM","qty":"1","price":"2016.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-10 16:22:14.342 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222256-11102024162214.txt === {"quote":"222256","customer":"8270","name":null,"customerName":"Hartwig Inc.","comp":"01","open":"0","shipto":"CASE","shiptoName":"Case New Holland","entry_date":"09-27-2024","cust_order_date":"09-27-2024","req_date":"11-18-2024","cust_po":"BMT65 ER OPTION","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"30","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Nick Berilla","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"16:19","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Nick Berilla","follow_phone":"314-540-2892","follow_email":"nick.berilla@hartwiginc.com","pic_user":"francescof","total_amt":"5101.76","total_gp":"3488.75","total_gpm":"68.38","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"5","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"222256","line":"0","data":"09-27-2024 16:21 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222256,"Line":0,"Comment":"10/14/2024 5:19 AM - francescof - F/U changed from 10/03/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222256,"Line":1,"Comment":"11/10/2024 4:21 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222256,"Line":2,"Comment":"11/10/2024 4:22 PM - francescof - CLO changed from 10/27/2024 to 11/18/2024 (CLO Date Updated)"},{"comp":1,"quote":222256,"Line":3,"Comment":"11/10/2024 4:22 PM - francescof - Req Date changed from 11/08/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222256","line":"1","part":"BMT65-ER32X-ICE","qty":"1","price":"3320.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222256","line":"2","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222256","line":"3","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222256","line":"4","part":"E32-SET-17(C)","qty":"1","price":"1632.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222256","line":"5","part":"E32-SET-21(C)-MM","qty":"1","price":"2016.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-10 16:22:34.153 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223304-11102024162233.txt === {"quote":"223304","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"MACHEMSX","shiptoName":"Machinery Systems Inc.","entry_date":"10-21-2024","cust_order_date":"10-21-2024","req_date":"12-02-2024","cust_po":"C6 TESTBAR PROJ","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Brandon Strebel","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"16:45","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Brandon Strebel","follow_phone":"(847) 882-8085","follow_email":"brandons@machsys.com","pic_user":"francescof","total_amt":"1338","total_gp":"591.09","total_gpm":"44.18","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-21-2024","notes":[{"comp":"1","quote":"223304","line":"0","data":"10-21-2024 16:46 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223304","line":"1","part":"C6-TB40-352","qty":"1","price":"1784.00","uom":"EA","discount":"25.00","req_date":"0 Stk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-10 16:22:45.094 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223378-11102024162244.txt === {"quote":"223378","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"NNTCITAS","shiptoName":"PTSolutions - Itasca","entry_date":"10-23-2024","cust_order_date":"10-23-2024","req_date":"12-04-2024","cust_po":"ROBODRILL PROJECT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Rob B","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"09:05","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Rob B","follow_phone":"586-755-7770","follow_email":"Robbayne@pts-tools.com","pic_user":"francescof","total_amt":"823.60","total_gp":"700.60","total_gpm":"85.07","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"10","win_pct":"20","clo_date":"11-23-2024","notes":[{"comp":"1","quote":"223378","line":"0","data":"10-23-2024 09:06 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223378","line":"1","part":"PS-132","qty":"10","price":"142.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-10 16:23:40.498 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223741-11102024162340.txt === {"quote":"223741","customer":"4550","name":null,"customerName":"DGI Supply a DoAll Company","comp":"01","open":"0","shipto":"INDROCKF","shiptoName":"Industrial Molds Inc","entry_date":"10-30-2024","cust_order_date":"10-30-2024","req_date":"12-11-2024","cust_po":"TAP COLLET PROJECT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Anthony Williams","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"21:29","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Anthony Williams","follow_phone":"800-923-6255","follow_email":"awilliams@dgisupply.com","pic_user":"francescof","total_amt":"62.4","total_gp":"32.18","total_gpm":"51.57","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"223741","line":"1","data":"10-30-2024 21:30 - Discounts Recalculated QS"},{"comp":"1","quote":"223741","line":"0","data":"10-30-2024 21:30 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223741","line":"1","part":"NT05-016(S)","qty":"2","price":"48.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-10 16:23:51.052 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223994-11102024162350.txt === {"quote":"223994","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"ENGLWHEE","shiptoName":"ENGELHARDT GEAR & SONS LLC","entry_date":"11-05-2024","cust_order_date":"11-05-2024","req_date":"12-17-2024","cust_po":"CAT40 TOOLING PACKAGE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Donn Cropper","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"15:00","extra":"","follow_up":"11-08-2024","web_id":"","follow_name":"Donn Cropper","follow_phone":"224-595-2041","follow_email":"dcropper@pts-tools.com","pic_user":"francescof","total_amt":"1767.84","total_gp":"2683.19","total_gpm":"66.74","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"9","win_pct":"20","clo_date":"12-05-2024","notes":[{"comp":"1","quote":"223994","line":"2","data":"11-05-2024 15:00 - Discounts Recalculated QS"},{"comp":"1","quote":"223994","line":"1","data":"1 bucket to 46/35"},{"comp":"1","quote":"223994","line":"0","data":"11-05-2024 15:25-jennad Per Frankie OK, increased"}],"crmnotes":[],"items":[{"comp":"01","order":"223994","line":"1","part":"C4007-0040-3.13","qty":"1","price":"276.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223994","line":"2","part":"E32-SET-18-MM","qty":"1","price":"936.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223994","line":"3","part":"E40-826","qty":"1","price":"68.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223994","line":"4","part":"E40-866","qty":"1","price":"68.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223994","line":"5","part":"E40-905","qty":"1","price":"68.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223994","line":"6","part":"E40-944","qty":"1","price":"68.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223994","line":"7","part":"E40-984","qty":"1","price":"68.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223994","line":"8","part":"E40-1023","qty":"1","price":"68.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223994","line":"9","part":"E32-SET-21","qty":"1","price":"1092.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":9}}] 2024-11-10 17:00:09.547 [INFO] In session is user: yass 2024-11-10 17:00:11.674 [INFO] In session is user: yass 2024-11-10 17:00:13.583 [INFO] In session is user: yass 2024-11-10 17:13:12.207 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\13305-17-3260.txt === {"customer":"13305","line":"A","dept":"M","name":"Michael Minton","title":"MS","phone":"513-573-7200","cell":"513-441-3776","fax":null,"email":"michael.minton@makino.com","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3260,"password":null,"webenabled":null,"linkedin":null,"city":"Mason","state":"OH","address1":"PO Box 8003","address2":null,"zip":"45040","country":"USA","userid":"yass","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"BT","Active":"Y","lnrp":"N"} [{"json":{"results":"Contactc","type":"contactc","line":" 17"}}] 2024-11-10 17:15:30.396 [INFO] In session is user: osmart 2024-11-10 17:15:35.224 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(34.6639396386174, 135.589542366404, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(34.6639396386174, 135.589542366404, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.18207 second/s. 2024-11-10 17:15:48.907 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(34.6637450381613, 135.590648728408, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(34.6637450381613, 135.590648728408, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1763703 second/s. 2024-11-10 17:16:25.771 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(34.6636630313819, 135.597132934606, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(34.6636630313819, 135.597132934606, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1791068 second/s. 2024-11-10 17:19:56.804 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\13305-18-3261.txt === {"customer":"13305","line":"A","dept":"S","name":"Don Collins","title":"AS","phone":"513-573-7200","cell":"513-630-5293","fax":null,"email":"don.collins@makino.com","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3261,"password":null,"webenabled":null,"linkedin":null,"city":"Mason","state":"OH","address1":"PO Box 8003","address2":null,"zip":"45040","country":"USA","userid":"yass","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"BT","Active":"Y","lnrp":"N"} [{"json":{"results":"Contactc","type":"contactc","line":" 18"}}] 2024-11-10 17:21:38.739 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\13305-19-3262.txt === {"customer":"13305","line":"A","dept":"S","name":"Allen Devoll","title":"AS","phone":"513-573-7200","cell":"513-573-7200","fax":null,"email":"allen.devoll@makino.com","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3262,"password":null,"webenabled":null,"linkedin":null,"city":"Mason","state":"OH","address1":"PO Box 8003","address2":null,"zip":"45040","country":"USA","userid":"yass","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"BT","Active":"Y","lnrp":"N"} [{"json":{"results":"Contactc","type":"contactc","line":" 19"}}] 2024-11-10 17:52:25.991 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\13430-43-3263.txt === {"customer":"13430","line":"A","dept":"S","name":"Grant Fox","title":"AS","phone":"859-342-1700","cell":"859-342-1588","fax":null,"email":"gfox@mazakcorp.com","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3263,"password":null,"webenabled":null,"linkedin":null,"city":"Florence","state":"KY","address1":"P.O. Box 970","address2":null,"zip":"41022-0970","country":"USA","userid":"yass","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"BT","Active":"Y","lnrp":"N"} [{"json":{"results":"Contactc","type":"contactc","line":" 43"}}] 2024-11-10 17:53:35.896 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\13430-44-3264.txt === {"customer":"13430","line":"A","dept":"S","name":"Dan Wittmann","title":"AS","phone":"859-342-1700","cell":"859-342-1633","fax":null,"email":"dwittmann@mazakcorp.com","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3264,"password":null,"webenabled":null,"linkedin":null,"city":"Florence","state":"KY","address1":"P.O. Box 970","address2":null,"zip":"41022-0970","country":"USA","userid":"yass","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"BT","Active":"Y","lnrp":"N"} [{"json":{"results":"Contactc","type":"contactc","line":" 44"}}] 2024-11-10 19:42:17.462 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223379-11102024194217.txt === {"quote":"223379","customer":"2325","name":null,"customerName":"BlackHawk Industrial - Base Camp","comp":"01","open":"0","shipto":"BLAAAAE","shiptoName":"BlackHawk Chicago DC","entry_date":"10-23-2024","cust_order_date":"10-23-2024","req_date":"12-04-2024","cust_po":"CAT50 SK16 PROJ","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"MICHAEL BIELAT","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"09:07","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"MICHAEL BIELAT","follow_phone":"773-427-3723","follow_email":"Michael.Bielat@blackhawkid.com","pic_user":"francescof","total_amt":"356.85","total_gp":"243.64","total_gpm":"68.28","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-23-2024","notes":[{"comp":"1","quote":"223379","line":"0","data":"10-23-2024 09:10 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223379","line":"1","part":"CAT50-SK16-105U-IDU","qty":"1","price":"549.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-10 19:42:26.415 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223175-11102024194226.txt === {"quote":"223175","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"MACHEMSX","shiptoName":"Machinery Systems Inc.","entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"11-28-2024","cust_po":"yetter practice","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"16:33","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"4611.71","total_gp":"0.00","total_gpm":"0.00","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"25","win_pct":"20","clo_date":"12-10-2024","notes":[{"comp":"1","quote":"223175","line":"0","data":"10-17-2024 16:35 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223175,"Line":0,"Comment":"11/10/2024 5:12 PM - francescof - Encounter has been added"}],"items":[{"comp":"01","order":"223175","line":"1","part":"SK25-3/16A","qty":"1","price":"100.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223175","line":"2","part":"NCAT40-SK25C-90U-IDU","qty":"1","price":"498.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223175","line":"3","part":"NCAT40-C1-85U-IDU","qty":"1","price":"584.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223175","line":"4","part":"NCAT40-C1.1/4SL-105U-IDU","qty":"1","price":"584.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223175","line":"5","part":"NCAT40-C32-105U-IDU","qty":"1","price":"613.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223175","line":"6","part":"KM1.1/4-3/8","qty":"1","price":"64.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223175","line":"7","part":"NC4001-0750-4.00CP","qty":"1","price":"337.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223175","line":"8","part":"NC4001-1250-4.00CP","qty":"1","price":"370.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223175","line":"9","part":"NC4006-0750-4.00CP","qty":"1","price":"340.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223175","line":"10","part":"NC4006-1000-4.00CP","qty":"1","price":"273.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223175","line":"11","part":"NC4006-1250-4.00CP","qty":"1","price":"275.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223175","line":"12","part":"NC4006-1500-4.50CP","qty":"1","price":"363.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223175","line":"13","part":"NC4006-25-4.00CP","qty":"1","price":"265.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223175","line":"14","part":"C40-STD-EU","qty":"1","price":"28.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223175","line":"15","part":"SK25-9/16A","qty":"1","price":"224.00","uom":"EA","discount":"28.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"223175","line":"16","part":"SK25-5/8A","qty":"1","price":"100.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223175","line":"17","part":"SK25-12","qty":"1","price":"89.00","uom":"EA","discount":"28.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"223175","line":"18","part":"SK25-10","qty":"1","price":"128.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223175","line":"19","part":"SK25-8","qty":"1","price":"132.00","uom":"EA","discount":"28.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"223175","line":"20","part":"NCAT40-C1-85U-IDU","qty":"1","price":"584.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223175","line":"21","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223175","line":"22","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223175","line":"23","part":"TQW-ER40/C1(60)","qty":"1","price":"113.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223175","line":"24","part":"TQW-200","qty":"1","price":"364.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223175","line":"25","part":"TQW-SK25(55)","qty":"1","price":"105.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":25}}] 2024-11-10 19:42:33.408 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223703-11102024194233.txt === {"quote":"223703","customer":"8270","name":null,"customerName":"Hartwig Inc.","comp":"01","open":"0","shipto":"CASE","shiptoName":"Case New Holland","entry_date":"10-30-2024","cust_order_date":"10-23-2024","req_date":"10-30-2024","cust_po":"C50 TapHolders MILLAC TC","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"30","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Nick Berilla","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"10:57","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Nick Berilla","follow_phone":"314-540-2892","follow_email":"nick.berilla@hartwiginc.com","pic_user":"francescof","total_amt":"3408.00","total_gp":"2388.64","total_gpm":"70.09","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"8","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"223703","line":"0","data":"10-30-2024 11:02-jennad em'd to Frankie"}],"crmnotes":[],"items":[{"comp":"01","order":"223703","line":"1","part":"C50R5-0562-2.87(C)","qty":"2","price":"573.00","uom":"EA","discount":"0.00","req_date":"1 Stk","branch":"1"},{"comp":"01","order":"223703","line":"2","part":"C50R5-0875-3.50(C)","qty":"2","price":"663.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223703","line":"3","part":"C5006-2000-5.37","qty":"4","price":"234.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-10 19:42:48.194 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223703-11102024194247.txt === {"quote":"223703","customer":"8270","name":null,"customerName":"Hartwig Inc.","comp":"01","open":"0","shipto":"CASE","shiptoName":"Case New Holland","entry_date":"10-30-2024","cust_order_date":"10-23-2024","req_date":"11-18-2024","cust_po":"C50 TapHolders MILLAC TC","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"30","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Nick Berilla","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"10:57","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Nick Berilla","follow_phone":"314-540-2892","follow_email":"nick.berilla@hartwiginc.com","pic_user":"francescof","total_amt":"3408.00","total_gp":"2388.64","total_gpm":"70.09","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"8","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"223703","line":"0","data":"10-30-2024 11:02-jennad em'd to Frankie"}],"crmnotes":[{"comp":1,"quote":223703,"Line":0,"Comment":"11/10/2024 7:42 PM - francescof - F/U changed from 11/05/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223703,"Line":1,"Comment":"11/10/2024 7:42 PM - francescof - Req Date changed from 10/30/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223703","line":"1","part":"C50R5-0562-2.87(C)","qty":"2","price":"573.00","uom":"EA","discount":"0.00","req_date":"1 Stk","branch":"1"},{"comp":"01","order":"223703","line":"2","part":"C50R5-0875-3.50(C)","qty":"2","price":"663.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223703","line":"3","part":"C5006-2000-5.37","qty":"4","price":"234.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-10 19:42:52.003 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223704-11102024194251.txt === {"quote":"223704","customer":"8270","name":null,"customerName":"Hartwig Inc.","comp":"01","open":"0","shipto":"CASE","shiptoName":"Case New Holland","entry_date":"10-30-2024","cust_order_date":"10-23-2024","req_date":"10-30-2024","cust_po":"C50 TapCollets MILLAC TC","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"30","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Nick Berilla","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"10:59","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Nick Berilla","follow_phone":"314-540-2892","follow_email":"nick.berilla@hartwiginc.com","pic_user":"francescof","total_amt":"2354.00","total_gp":"1701.96","total_gpm":"72.30","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"32","win_pct":"20","clo_date":null,"notes":[{"comp":"1","quote":"223704","line":"0","data":"10-30-2024 11:02-jennad em'd to Frankie"}],"crmnotes":[],"items":[{"comp":"01","order":"223704","line":"1","part":"NT05-016(S)","qty":"2","price":"48.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223704","line":"2","part":"NT05-016(S)","qty":"2","price":"48.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223704","line":"3","part":"NT05-020(S)","qty":"2","price":"48.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223704","line":"4","part":"NT05-024(S)","qty":"2","price":"48.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223704","line":"5","part":"NT05-028(S)","qty":"2","price":"48.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223704","line":"6","part":"NT05-032(S)","qty":"2","price":"48.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223704","line":"7","part":"NT05-036(S)","qty":"2","price":"48.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223704","line":"8","part":"NT10-040(S)","qty":"2","price":"75.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223704","line":"9","part":"NT10-048(S)","qty":"2","price":"75.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223704","line":"10","part":"NT10-040(S)","qty":"2","price":"75.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223704","line":"11","part":"NT10-056(S)","qty":"2","price":"75.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223704","line":"12","part":"SE2-8.0X6.3","qty":"2","price":"75.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223704","line":"13","part":"SE2-6.3X5.0","qty":"2","price":"75.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223704","line":"14","part":"SE2-9.0X7.1","qty":"2","price":"75.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223704","line":"15","part":"SES2-12.0X9.0","qty":"2","price":"158.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223704","line":"16","part":"SES2-16.0X12.0","qty":"2","price":"158.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":16}}] 2024-11-10 19:43:23.143 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223049-11102024194322.txt === {"quote":"223049","customer":"13366","name":null,"customerName":"Maruka USA Inc. (MO)","comp":"01","open":"0","shipto":"ROMELEC","shiptoName":"Romac Electronics, Inc.","entry_date":"10-16-2024","cust_order_date":"10-16-2024","req_date":"11-27-2024","cust_po":"Tooling Certificate #4793","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"30","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Kevin Ducey","drop_po":"ROMAC TOOLING CERTIFICATE","status":"0","user":"nickm","conv_order":"","time":"09:38","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Kevin Ducey","follow_phone":"800-262-7852","follow_email":"kducey@marukausa.com","pic_user":"nickm","total_amt":"5000.00","total_gp":"3652.04","total_gpm":"73.04","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"23","win_pct":"20","clo_date":"11-16-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223049","line":"1","part":"TOOL-CERT","qty":"1","price":"5000.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"223049","line":"6","part":"NC4007-0016-6.00G","qty":"4","price":"383.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223049","line":"7","part":"NC4007-0020-6.00G","qty":"6","price":"357.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223049","line":"8","part":"TQW-200","qty":"1","price":"364.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223049","line":"9","part":"TQW-E16-G","qty":"1","price":"140.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223049","line":"10","part":"TQW-E20-G","qty":"1","price":"140.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223049","line":"14","part":"TQW-SK16(45)","qty":"1","price":"106.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223049","line":"15","part":"SK16-1/8A","qty":"2","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223049","line":"16","part":"SK16-5/16A","qty":"1","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223049","line":"17","part":"SK16-1/4A","qty":"4","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223049","line":"18","part":"SKR-16","qty":"1","price":"2.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":11}}] 2024-11-10 19:44:08.800 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223049-11102024194408.txt === {"quote":"223049","customer":"13366","name":null,"customerName":"Maruka USA Inc. (MO)","comp":"01","open":"0","shipto":"ROMELEC","shiptoName":"Romac Electronics, Inc.","entry_date":"10-16-2024","cust_order_date":"10-16-2024","req_date":"11-27-2024","cust_po":"Tooling Certificate #4793","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"30","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Kevin Ducey","drop_po":"ROMAC TOOLING CERTIFICATE","status":"0","user":"nickm","conv_order":"","time":"09:38","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Kevin Ducey","follow_phone":"800-262-7852","follow_email":"kducey@marukausa.com","pic_user":"nickm","total_amt":"5000.00","total_gp":"3652.04","total_gpm":"73.04","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"23","win_pct":"20","clo_date":"11-22-2024","notes":[],"crmnotes":[{"comp":1,"quote":223049,"Line":0,"Comment":"11/10/2024 8:43 PM - nickm - F/U changed from 10/22/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223049,"Line":1,"Comment":"11/10/2024 8:44 PM - nickm - CLO changed from 11/16/2024 to 11/22/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223049","line":"1","part":"TOOL-CERT","qty":"1","price":"5000.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"223049","line":"6","part":"NC4007-0016-6.00G","qty":"4","price":"383.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223049","line":"7","part":"NC4007-0020-6.00G","qty":"6","price":"357.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223049","line":"8","part":"TQW-200","qty":"1","price":"364.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223049","line":"9","part":"TQW-E16-G","qty":"1","price":"140.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223049","line":"10","part":"TQW-E20-G","qty":"1","price":"140.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223049","line":"14","part":"TQW-SK16(45)","qty":"1","price":"106.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223049","line":"15","part":"SK16-1/8A","qty":"2","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223049","line":"16","part":"SK16-5/16A","qty":"1","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223049","line":"17","part":"SK16-1/4A","qty":"4","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223049","line":"18","part":"SKR-16","qty":"1","price":"2.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":11}}] 2024-11-10 19:44:18.435 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223049-11102024194418.txt === {"quote":"223049","customer":"13366","name":null,"customerName":"Maruka USA Inc. (MO)","comp":"01","open":"0","shipto":"ROMELEC","shiptoName":"Romac Electronics, Inc.","entry_date":"10-16-2024","cust_order_date":"10-16-2024","req_date":"11-29-2024","cust_po":"Tooling Certificate #4793","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"30","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Kevin Ducey","drop_po":"ROMAC TOOLING CERTIFICATE","status":"0","user":"nickm","conv_order":"","time":"09:38","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Kevin Ducey","follow_phone":"800-262-7852","follow_email":"kducey@marukausa.com","pic_user":"nickm","total_amt":"5000.00","total_gp":"3652.04","total_gpm":"73.04","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"23","win_pct":"20","clo_date":"11-22-2024","notes":[],"crmnotes":[{"comp":1,"quote":223049,"Line":0,"Comment":"11/10/2024 8:43 PM - nickm - F/U changed from 10/22/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223049,"Line":1,"Comment":"11/10/2024 8:44 PM - nickm - CLO changed from 11/16/2024 to 11/22/2024 (CLO Date Updated)"},{"comp":1,"quote":223049,"Line":2,"Comment":"11/10/2024 8:44 PM - nickm - Req Date changed from 11/27/2024 to 11/29/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223049","line":"1","part":"TOOL-CERT","qty":"1","price":"5000.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"223049","line":"6","part":"NC4007-0016-6.00G","qty":"4","price":"383.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223049","line":"7","part":"NC4007-0020-6.00G","qty":"6","price":"357.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223049","line":"8","part":"TQW-200","qty":"1","price":"364.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223049","line":"9","part":"TQW-E16-G","qty":"1","price":"140.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223049","line":"10","part":"TQW-E20-G","qty":"1","price":"140.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223049","line":"14","part":"TQW-SK16(45)","qty":"1","price":"106.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223049","line":"15","part":"SK16-1/8A","qty":"2","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223049","line":"16","part":"SK16-5/16A","qty":"1","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223049","line":"17","part":"SK16-1/4A","qty":"4","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223049","line":"18","part":"SKR-16","qty":"1","price":"2.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":11}}] 2024-11-10 19:45:13.736 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223049-11102024194513.txt === {"quote":"223049","customer":"13366","name":null,"customerName":"Maruka USA Inc. (MO)","comp":"01","open":"0","shipto":"ROMELEC","shiptoName":"Romac Electronics, Inc.","entry_date":"10-16-2024","cust_order_date":"10-16-2024","req_date":"11-29-2024","cust_po":"Tooling Certificate #4793","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"30","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Kevin Ducey","drop_po":"ROMAC TOOLING CERTIFICATE","status":"0","user":"nickm","conv_order":"","time":"09:38","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Kevin Ducey","follow_phone":"800-262-7852","follow_email":"kducey@marukausa.com","pic_user":"nickm","total_amt":"5000.00","total_gp":"3652.04","total_gpm":"73.04","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"23","win_pct":"100","clo_date":"11-22-2024","notes":[],"crmnotes":[{"comp":1,"quote":223049,"Line":0,"Comment":"11/10/2024 8:43 PM - nickm - F/U changed from 10/22/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223049,"Line":1,"Comment":"11/10/2024 8:44 PM - nickm - CLO changed from 11/16/2024 to 11/22/2024 (CLO Date Updated)"},{"comp":1,"quote":223049,"Line":2,"Comment":"11/10/2024 8:44 PM - nickm - Req Date changed from 11/27/2024 to 11/29/2024 (Req Date Updated)"},{"comp":1,"quote":223049,"Line":3,"Comment":"11/10/2024 8:45 PM - nickm - Win% changed from 20 to 100"}],"items":[{"comp":"01","order":"223049","line":"1","part":"TOOL-CERT","qty":"1","price":"5000.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"223049","line":"6","part":"NC4007-0016-6.00G","qty":"4","price":"383.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223049","line":"7","part":"NC4007-0020-6.00G","qty":"6","price":"357.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223049","line":"8","part":"TQW-200","qty":"1","price":"364.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223049","line":"9","part":"TQW-E16-G","qty":"1","price":"140.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223049","line":"10","part":"TQW-E20-G","qty":"1","price":"140.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223049","line":"14","part":"TQW-SK16(45)","qty":"1","price":"106.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223049","line":"15","part":"SK16-1/8A","qty":"2","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223049","line":"16","part":"SK16-5/16A","qty":"1","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223049","line":"17","part":"SK16-1/4A","qty":"4","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223049","line":"18","part":"SKR-16","qty":"1","price":"2.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":11}}] 2024-11-10 19:46:09.738 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223223-11102024194609.txt === {"quote":"223223","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"YETTCOLC","shiptoName":"Yetter Mfg","entry_date":"10-18-2024","cust_order_date":"10-18-2024","req_date":"11-29-2024","cust_po":"FINAL TC TOOLING PROJ","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"12:53","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"62734.00","total_gp":"48623.20","total_gpm":"77.51","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"381","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"223223","line":"4","data":"offer in SK25"},{"comp":"1","quote":"223223","line":"3","data":"on KM collets 13,14, 11/16\" because we do not"},{"comp":"1","quote":"223223","line":"2","data":"10-18-2024 13:48-karynm special list prices"},{"comp":"1","quote":"223223","line":"1","data":"pending pieces to CBO/Delivery/Quote log"},{"comp":"1","quote":"223223","line":"0","data":"10-18-2024 14:06-jennad Updated delivery. Adding"}],"crmnotes":[{"comp":1,"quote":223223,"Line":0,"Comment":"11/10/2024 4:48 PM - francescof - Encounter has been added"}],"items":[{"comp":"01","order":"223223","line":"1","part":"NCAT40-SK25C-90U-IDU","qty":"41","price":"498.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223223","line":"2","part":"SK25-3/16A","qty":"9","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223223","line":"3","part":"SK25-1/4A","qty":"9","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223223","line":"4","part":"SK25-5/16A","qty":"9","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223223","line":"5","part":"SK25-3/8A","qty":"9","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223223","line":"6","part":"SK25-7/16A","qty":"9","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223223","line":"7","part":"SK25-1/2A","qty":"9","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223223","line":"8","part":"SK25-9/16A","qty":"9","price":"224.00","uom":"EA","discount":"0.00","req_date":"ETA ~12/20","branch":"1"},{"comp":"01","order":"223223","line":"9","part":"SK25-5/8A","qty":"9","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223223","line":"10","part":"SK25-3/4A","qty":"9","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223223","line":"11","part":"SK25-25.4","qty":"9","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223223","line":"12","part":"SK25-8","qty":"3","price":"132.00","uom":"EA","discount":"0.00","req_date":"1-2 Wks ARO","branch":"1"},{"comp":"01","order":"223223","line":"13","part":"SK25-10","qty":"3","price":"128.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223223","line":"14","part":"SK25-12","qty":"3","price":"89.00","uom":"EA","discount":"0.00","req_date":"1-2 Wks ARO","branch":"1"},{"comp":"01","order":"223223","line":"15","part":"SK25-16","qty":"3","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223223","line":"16","part":"SK25-18","qty":"3","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223223","line":"17","part":"SK25-20","qty":"3","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223223","line":"18","part":"NCAT40-C1-85U-IDU","qty":"1","price":"584.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223223","line":"19","part":"NCAT40-C1.1/4SL-105U-IDU","qty":"3","price":"584.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223223","line":"20","part":"NCAT40-C32-105U-IDU","qty":"1","price":"613.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223223","line":"21","part":"KM1.1/4-3/8","qty":"3","price":"64.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223223","line":"22","part":"KM1.1/4-1/2","qty":"3","price":"64.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223223","line":"23","part":"KM1.1/4-5/8","qty":"3","price":"64.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223223","line":"24","part":"KM1.1/4-3/4","qty":"3","price":"64.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223223","line":"25","part":"KM1.1/4-11/16","qty":"9","price":"64.00","uom":"EA","discount":"0.00","req_date":"1-2 Wks ARO","branch":"1"},{"comp":"01","order":"223223","line":"26","part":"KM1.1/4-13","qty":"3","price":"64.00","uom":"EA","discount":"0.00","req_date":"1 Stk/Bal ~14 Wks","branch":"1"},{"comp":"01","order":"223223","line":"27","part":"KM1.1/4-14","qty":"3","price":"64.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223223","line":"28","part":"NC4001-0750-4.00CP","qty":"2","price":"337.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223223","line":"29","part":"NC4001-1250-4.00CP","qty":"1","price":"370.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223223","line":"30","part":"NC4006-0750-4.00CP","qty":"3","price":"340.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223223","line":"31","part":"NC4006-1000-4.00CP","qty":"19","price":"273.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223223","line":"32","part":"NC4006-1250-4.00CP","qty":"21","price":"275.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223223","line":"33","part":"NC4006-1500-4.50CP","qty":"15","price":"363.00","uom":"EA","discount":"0.00","req_date":"**See Comment","branch":"1"},{"comp":"01","order":"223223","line":"34","part":"NC4006-25-4.00CP","qty":"3","price":"265.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223223","line":"35","part":"C40-STD-EU","qty":"115","price":"28.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223223","line":"36","part":"NCL-ICAT40","qty":"3","price":"255.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223223","line":"37","part":"9HC22","qty":"3","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223223","line":"38","part":"9HC32","qty":"3","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223223","line":"39","part":"TQW-ER40/C1(60)","qty":"3","price":"113.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223223","line":"40","part":"TQW-200","qty":"3","price":"364.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223223","line":"41","part":"TQW-SK25(55)","qty":"3","price":"105.00","uom":"EA","discount":"0.00","req_date":"1 Stk/Bal Pending","branch":"1"},{"comp":"01","order":"223223","line":"42","part":"TQW-PS(19)","qty":"3","price":"102.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"223223","Line":"33","Company":"1","F_Line":"1","Comment":"Delivery: 2 pcs STOCK 7pcs 11/6 Balance ~4 Wks","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":42}}] 2024-11-10 19:46:11.921 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223057-11102024194611.txt === {"quote":"223057","customer":"13366","name":null,"customerName":"Maruka USA Inc. (MO)","comp":"01","open":"0","shipto":"ROMELEC","shiptoName":"Romac Electronics, Inc.","entry_date":"10-16-2024","cust_order_date":"10-16-2024","req_date":"11-16-2024","cust_po":"New Tooling Certficate","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"30","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Kevin Ducey","drop_po":"NEW ROMAC TOOL CERT","status":"0","user":"nickm","conv_order":"","time":"10:42","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Kevin Ducey","follow_phone":"800-262-7852","follow_email":"kducey@marukausa.com","pic_user":"nickm","total_amt":"10777.00","total_gp":"8455.24","total_gpm":"78.46","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"37","win_pct":"20","clo_date":"10-29-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223057","line":"1","part":"TOOL-CERT","qty":"1","price":"0.00","uom":"EA","discount":"55.00","req_date":"","branch":"1"},{"comp":"01","order":"223057","line":"5","part":"NC4006-0500-4.00CP","qty":"4","price":"241.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223057","line":"6","part":"NC4006-0625-3.00CP","qty":"4","price":"218.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223057","line":"7","part":"NC4006-0750-4.00CP","qty":"4","price":"340.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223057","line":"8","part":"NC4006-1000-4.00CP","qty":"3","price":"273.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223057","line":"12","part":"NCAT40-SK16C-90U-IDU","qty":"14","price":"442.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223057","line":"13","part":"SK16-3/16A","qty":"2","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223057","line":"14","part":"SK16-3/8A","qty":"4","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223057","line":"15","part":"SK16-7/16A","qty":"1","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":9}}] 2024-11-10 19:46:17.003 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-213835-11102024194616.txt === {"quote":"213835","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"CIRCCICE","shiptoName":"Circle Gear & Machine","entry_date":"03-27-2024","cust_order_date":"03-27-2024","req_date":"10-25-2024","cust_po":"MAZAK 900M MEGATURN PROJ","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Rob B","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"03:43","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Rob B","follow_phone":"586-755-7770","follow_email":"Robbayne@pts-tools.com","pic_user":"francescof","total_amt":"32843.90","total_gp":"17008.55","total_gpm":"51.79","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"19","win_pct":"20","clo_date":"10-25-2024","notes":[{"comp":"1","quote":"213835","line":"1","data":"03-27-2024 03:56 - Discounts Recalculated QS"},{"comp":"1","quote":"213835","line":"0","data":"03-27-2024 03:43 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":213835,"Line":0,"Comment":"04/07/2024 9:40 PM - francescof - F/U changed from 04/05/2024 to 4/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":1,"Comment":"04/07/2024 9:40 PM - francescof - CLO changed from 04/27/2024 to 04/13/2024 (CLO Date Updated)"},{"comp":1,"quote":213835,"Line":2,"Comment":"04/15/2024 7:48 AM - francescof - F/U changed from 04/12/2024 to 4/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":3,"Comment":"04/15/2024 7:48 AM - francescof - CLO changed from 04/13/2024 to 04/19/2024 (CLO Date Updated)"},{"comp":1,"quote":213835,"Line":4,"Comment":"04/29/2024 12:58 AM - francescof - CLO changed from 04/19/2024 to 05/03/2024 (CLO Date Updated)"},{"comp":1,"quote":213835,"Line":5,"Comment":"04/29/2024 12:58 AM - francescof - F/U changed from 04/19/2024 to 5/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":6,"Comment":"04/29/2024 11:47 AM - francescof - Encounter has been added"},{"comp":1,"quote":213835,"Line":7,"Comment":"05/05/2024 5:36 PM - francescof - F/U changed from 05/03/2024 to 5/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":8,"Comment":"05/05/2024 5:36 PM - francescof - CLO changed from 05/03/2024 to 05/11/2024 (CLO Date Updated)"},{"comp":1,"quote":213835,"Line":9,"Comment":"05/05/2024 5:36 PM - francescof - Req Date changed from 05/08/2024 to 05/11/2024 (Req Date Updated)"},{"comp":1,"quote":213835,"Line":10,"Comment":"05/12/2024 10:39 PM - francescof - Req Date changed from 05/11/2024 to 05/18/2024 (Req Date Updated)"},{"comp":1,"quote":213835,"Line":11,"Comment":"05/12/2024 10:39 PM - francescof - CLO changed from 05/11/2024 to 05/18/2024 (CLO Date Updated)"},{"comp":1,"quote":213835,"Line":12,"Comment":"05/12/2024 10:39 PM - francescof - F/U changed from 05/11/2024 to 5/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":13,"Comment":"05/20/2024 6:03 AM - francescof - Req Date changed from 05/18/2024 to 05/25/2024 (Req Date Updated)"},{"comp":1,"quote":213835,"Line":14,"Comment":"05/20/2024 6:03 AM - francescof - CLO changed from 05/18/2024 to 05/25/2024 (CLO Date Updated)"},{"comp":1,"quote":213835,"Line":15,"Comment":"05/20/2024 6:03 AM - francescof - F/U changed from 05/18/2024 to 5/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":16,"Comment":"06/03/2024 6:01 AM - francescof - Req Date changed from 05/25/2024 to 06/07/2024 (Req Date Updated)"},{"comp":1,"quote":213835,"Line":17,"Comment":"06/03/2024 6:01 AM - francescof - CLO changed from 05/25/2024 to 06/07/2024 (CLO Date Updated)"},{"comp":1,"quote":213835,"Line":18,"Comment":"06/03/2024 6:01 AM - francescof - F/U changed from 05/25/2024 to 6/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":19,"Comment":"06/06/2024 12:17 PM - francescof - Encounter has been added"},{"comp":1,"quote":213835,"Line":20,"Comment":"06/06/2024 12:38 PM - francescof - F/U changed from 06/07/2024 to 6/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":21,"Comment":"06/06/2024 12:38 PM - francescof - CLO changed from 06/07/2024 to 06/14/2024 (CLO Date Updated)"},{"comp":1,"quote":213835,"Line":22,"Comment":"06/06/2024 12:38 PM - francescof - Req Date changed from 06/07/2024 to 06/14/2024 (Req Date Updated)"},{"comp":1,"quote":213835,"Line":23,"Comment":"06/17/2024 5:21 AM - francescof - Req Date changed from 06/14/2024 to 06/21/2024 (Req Date Updated)"},{"comp":1,"quote":213835,"Line":24,"Comment":"06/17/2024 5:21 AM - francescof - CLO changed from 06/14/2024 to 06/21/2024 (CLO Date Updated)"},{"comp":1,"quote":213835,"Line":25,"Comment":"06/17/2024 5:21 AM - francescof - F/U changed from 06/14/2024 to 6/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":26,"Comment":"06/24/2024 5:05 AM - francescof - F/U changed from 06/21/2024 to 6/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":27,"Comment":"06/24/2024 5:05 AM - francescof - CLO changed from 06/21/2024 to 06/28/2024 (CLO Date Updated)"},{"comp":1,"quote":213835,"Line":28,"Comment":"06/24/2024 5:05 AM - francescof - Req Date changed from 06/21/2024 to 06/28/2024 (Req Date Updated)"},{"comp":1,"quote":213835,"Line":29,"Comment":"07/01/2024 5:57 AM - francescof - F/U changed from 06/28/2024 to 7/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":30,"Comment":"07/01/2024 5:57 AM - francescof - CLO changed from 06/28/2024 to 07/05/2024 (CLO Date Updated)"},{"comp":1,"quote":213835,"Line":31,"Comment":"07/01/2024 5:58 AM - francescof - Req Date changed from 06/28/2024 to 07/05/2024 (Req Date Updated)"},{"comp":1,"quote":213835,"Line":32,"Comment":"07/15/2024 6:16 AM - francescof - F/U changed from 07/05/2024 to 7/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":33,"Comment":"07/15/2024 6:16 AM - francescof - CLO changed from 07/05/2024 to 07/19/2024 (CLO Date Updated)"},{"comp":1,"quote":213835,"Line":34,"Comment":"07/15/2024 6:16 AM - francescof - Req Date changed from 07/05/2024 to 07/19/2024 (Req Date Updated)"},{"comp":1,"quote":213835,"Line":35,"Comment":"08/07/2024 2:47 AM - francescof - Encounter has been added"},{"comp":1,"quote":213835,"Line":36,"Comment":"08/09/2024 1:57 PM - francescof - Req Date changed from 07/19/2024 to 08/19/2024 (Req Date Updated)"},{"comp":1,"quote":213835,"Line":37,"Comment":"08/09/2024 1:57 PM - francescof - CLO changed from 07/19/2024 to 08/19/2024 (CLO Date Updated)"},{"comp":1,"quote":213835,"Line":38,"Comment":"08/09/2024 1:57 PM - francescof - F/U changed from 07/19/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":39,"Comment":"08/26/2024 1:50 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":40,"Comment":"08/26/2024 1:50 PM - francescof - CLO changed from 08/19/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":213835,"Line":41,"Comment":"08/26/2024 1:50 PM - francescof - Req Date changed from 08/19/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":213835,"Line":42,"Comment":"09/23/2024 3:50 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":43,"Comment":"09/23/2024 3:50 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":213835,"Line":44,"Comment":"09/23/2024 3:50 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":213835,"Line":45,"Comment":"10/14/2024 5:17 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":46,"Comment":"10/14/2024 5:17 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":213835,"Line":47,"Comment":"10/14/2024 5:17 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":213835,"Line":48,"Comment":"11/10/2024 6:52 PM - francescof - Encounter has been added"}],"items":[{"comp":"01","order":"213835","line":"1","part":"MZQT5-C5Z-ICE","qty":"4","price":"8634.20","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213835","line":"2","part":"C5-SK20-75","qty":"4","price":"629.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213835","line":"3","part":"SK20-SET-10-A","qty":"1","price":"877.00","uom":"ST","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213835","line":"4","part":"SK20-SET-33-MM","qty":"1","price":"2904.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213835","line":"5","part":"C5-SK25-75","qty":"4","price":"629.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213835","line":"6","part":"SK25-SET-08-A","qty":"1","price":"800.00","uom":"ST","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213835","line":"7","part":"SK25-SET-19-MM","qty":"1","price":"1900.00","uom":"ST","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213835","line":"8","part":"TQW-200","qty":"1","price":"364.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213835","line":"9","part":"TQW-ER32/SK20/TG75(50)","qty":"1","price":"105.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213835","line":"10","part":"TQW-SK25(55)","qty":"1","price":"105.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":10}}] 2024-11-10 19:46:25.472 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-213835-11102024194625.txt === {"quote":"213835","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"CIRCCICE","shiptoName":"Circle Gear & Machine","entry_date":"03-27-2024","cust_order_date":"03-27-2024","req_date":"10-25-2024","cust_po":"MAZAK 900M MEGATURN PROJ","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Rob B","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"03:43","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Rob B","follow_phone":"586-755-7770","follow_email":"Robbayne@pts-tools.com","pic_user":"francescof","total_amt":"32843.90","total_gp":"17008.55","total_gpm":"51.79","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"19","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"213835","line":"1","data":"03-27-2024 03:56 - Discounts Recalculated QS"},{"comp":"1","quote":"213835","line":"0","data":"03-27-2024 03:43 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":213835,"Line":0,"Comment":"04/07/2024 9:40 PM - francescof - F/U changed from 04/05/2024 to 4/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":1,"Comment":"04/07/2024 9:40 PM - francescof - CLO changed from 04/27/2024 to 04/13/2024 (CLO Date Updated)"},{"comp":1,"quote":213835,"Line":2,"Comment":"04/15/2024 7:48 AM - francescof - F/U changed from 04/12/2024 to 4/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":3,"Comment":"04/15/2024 7:48 AM - francescof - CLO changed from 04/13/2024 to 04/19/2024 (CLO Date Updated)"},{"comp":1,"quote":213835,"Line":4,"Comment":"04/29/2024 12:58 AM - francescof - CLO changed from 04/19/2024 to 05/03/2024 (CLO Date Updated)"},{"comp":1,"quote":213835,"Line":5,"Comment":"04/29/2024 12:58 AM - francescof - F/U changed from 04/19/2024 to 5/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":6,"Comment":"04/29/2024 11:47 AM - francescof - Encounter has been added"},{"comp":1,"quote":213835,"Line":7,"Comment":"05/05/2024 5:36 PM - francescof - F/U changed from 05/03/2024 to 5/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":8,"Comment":"05/05/2024 5:36 PM - francescof - CLO changed from 05/03/2024 to 05/11/2024 (CLO Date Updated)"},{"comp":1,"quote":213835,"Line":9,"Comment":"05/05/2024 5:36 PM - francescof - Req Date changed from 05/08/2024 to 05/11/2024 (Req Date Updated)"},{"comp":1,"quote":213835,"Line":10,"Comment":"05/12/2024 10:39 PM - francescof - Req Date changed from 05/11/2024 to 05/18/2024 (Req Date Updated)"},{"comp":1,"quote":213835,"Line":11,"Comment":"05/12/2024 10:39 PM - francescof - CLO changed from 05/11/2024 to 05/18/2024 (CLO Date Updated)"},{"comp":1,"quote":213835,"Line":12,"Comment":"05/12/2024 10:39 PM - francescof - F/U changed from 05/11/2024 to 5/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":13,"Comment":"05/20/2024 6:03 AM - francescof - Req Date changed from 05/18/2024 to 05/25/2024 (Req Date Updated)"},{"comp":1,"quote":213835,"Line":14,"Comment":"05/20/2024 6:03 AM - francescof - CLO changed from 05/18/2024 to 05/25/2024 (CLO Date Updated)"},{"comp":1,"quote":213835,"Line":15,"Comment":"05/20/2024 6:03 AM - francescof - F/U changed from 05/18/2024 to 5/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":16,"Comment":"06/03/2024 6:01 AM - francescof - Req Date changed from 05/25/2024 to 06/07/2024 (Req Date Updated)"},{"comp":1,"quote":213835,"Line":17,"Comment":"06/03/2024 6:01 AM - francescof - CLO changed from 05/25/2024 to 06/07/2024 (CLO Date Updated)"},{"comp":1,"quote":213835,"Line":18,"Comment":"06/03/2024 6:01 AM - francescof - F/U changed from 05/25/2024 to 6/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":19,"Comment":"06/06/2024 12:17 PM - francescof - Encounter has been added"},{"comp":1,"quote":213835,"Line":20,"Comment":"06/06/2024 12:38 PM - francescof - F/U changed from 06/07/2024 to 6/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":21,"Comment":"06/06/2024 12:38 PM - francescof - CLO changed from 06/07/2024 to 06/14/2024 (CLO Date Updated)"},{"comp":1,"quote":213835,"Line":22,"Comment":"06/06/2024 12:38 PM - francescof - Req Date changed from 06/07/2024 to 06/14/2024 (Req Date Updated)"},{"comp":1,"quote":213835,"Line":23,"Comment":"06/17/2024 5:21 AM - francescof - Req Date changed from 06/14/2024 to 06/21/2024 (Req Date Updated)"},{"comp":1,"quote":213835,"Line":24,"Comment":"06/17/2024 5:21 AM - francescof - CLO changed from 06/14/2024 to 06/21/2024 (CLO Date Updated)"},{"comp":1,"quote":213835,"Line":25,"Comment":"06/17/2024 5:21 AM - francescof - F/U changed from 06/14/2024 to 6/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":26,"Comment":"06/24/2024 5:05 AM - francescof - F/U changed from 06/21/2024 to 6/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":27,"Comment":"06/24/2024 5:05 AM - francescof - CLO changed from 06/21/2024 to 06/28/2024 (CLO Date Updated)"},{"comp":1,"quote":213835,"Line":28,"Comment":"06/24/2024 5:05 AM - francescof - Req Date changed from 06/21/2024 to 06/28/2024 (Req Date Updated)"},{"comp":1,"quote":213835,"Line":29,"Comment":"07/01/2024 5:57 AM - francescof - F/U changed from 06/28/2024 to 7/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":30,"Comment":"07/01/2024 5:57 AM - francescof - CLO changed from 06/28/2024 to 07/05/2024 (CLO Date Updated)"},{"comp":1,"quote":213835,"Line":31,"Comment":"07/01/2024 5:58 AM - francescof - Req Date changed from 06/28/2024 to 07/05/2024 (Req Date Updated)"},{"comp":1,"quote":213835,"Line":32,"Comment":"07/15/2024 6:16 AM - francescof - F/U changed from 07/05/2024 to 7/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":33,"Comment":"07/15/2024 6:16 AM - francescof - CLO changed from 07/05/2024 to 07/19/2024 (CLO Date Updated)"},{"comp":1,"quote":213835,"Line":34,"Comment":"07/15/2024 6:16 AM - francescof - Req Date changed from 07/05/2024 to 07/19/2024 (Req Date Updated)"},{"comp":1,"quote":213835,"Line":35,"Comment":"08/07/2024 2:47 AM - francescof - Encounter has been added"},{"comp":1,"quote":213835,"Line":36,"Comment":"08/09/2024 1:57 PM - francescof - Req Date changed from 07/19/2024 to 08/19/2024 (Req Date Updated)"},{"comp":1,"quote":213835,"Line":37,"Comment":"08/09/2024 1:57 PM - francescof - CLO changed from 07/19/2024 to 08/19/2024 (CLO Date Updated)"},{"comp":1,"quote":213835,"Line":38,"Comment":"08/09/2024 1:57 PM - francescof - F/U changed from 07/19/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":39,"Comment":"08/26/2024 1:50 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":40,"Comment":"08/26/2024 1:50 PM - francescof - CLO changed from 08/19/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":213835,"Line":41,"Comment":"08/26/2024 1:50 PM - francescof - Req Date changed from 08/19/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":213835,"Line":42,"Comment":"09/23/2024 3:50 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":43,"Comment":"09/23/2024 3:50 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":213835,"Line":44,"Comment":"09/23/2024 3:50 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":213835,"Line":45,"Comment":"10/14/2024 5:17 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":46,"Comment":"10/14/2024 5:17 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":213835,"Line":47,"Comment":"10/14/2024 5:17 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":213835,"Line":48,"Comment":"11/10/2024 6:52 PM - francescof - Encounter has been added"},{"comp":1,"quote":213835,"Line":49,"Comment":"11/10/2024 7:46 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":50,"Comment":"11/10/2024 7:46 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"213835","line":"1","part":"MZQT5-C5Z-ICE","qty":"4","price":"8634.20","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213835","line":"2","part":"C5-SK20-75","qty":"4","price":"629.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213835","line":"3","part":"SK20-SET-10-A","qty":"1","price":"877.00","uom":"ST","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213835","line":"4","part":"SK20-SET-33-MM","qty":"1","price":"2904.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213835","line":"5","part":"C5-SK25-75","qty":"4","price":"629.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213835","line":"6","part":"SK25-SET-08-A","qty":"1","price":"800.00","uom":"ST","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213835","line":"7","part":"SK25-SET-19-MM","qty":"1","price":"1900.00","uom":"ST","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213835","line":"8","part":"TQW-200","qty":"1","price":"364.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213835","line":"9","part":"TQW-ER32/SK20/TG75(50)","qty":"1","price":"105.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213835","line":"10","part":"TQW-SK25(55)","qty":"1","price":"105.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":10}}] 2024-11-10 19:46:29.939 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-213835-11102024194629.txt === {"quote":"213835","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"CIRCCICE","shiptoName":"Circle Gear & Machine","entry_date":"03-27-2024","cust_order_date":"03-27-2024","req_date":"11-18-2024","cust_po":"MAZAK 900M MEGATURN PROJ","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Rob B","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"03:43","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Rob B","follow_phone":"586-755-7770","follow_email":"Robbayne@pts-tools.com","pic_user":"francescof","total_amt":"32843.90","total_gp":"17008.55","total_gpm":"51.79","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"19","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"213835","line":"1","data":"03-27-2024 03:56 - Discounts Recalculated QS"},{"comp":"1","quote":"213835","line":"0","data":"03-27-2024 03:43 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":213835,"Line":0,"Comment":"04/07/2024 9:40 PM - francescof - F/U changed from 04/05/2024 to 4/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":1,"Comment":"04/07/2024 9:40 PM - francescof - CLO changed from 04/27/2024 to 04/13/2024 (CLO Date Updated)"},{"comp":1,"quote":213835,"Line":2,"Comment":"04/15/2024 7:48 AM - francescof - F/U changed from 04/12/2024 to 4/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":3,"Comment":"04/15/2024 7:48 AM - francescof - CLO changed from 04/13/2024 to 04/19/2024 (CLO Date Updated)"},{"comp":1,"quote":213835,"Line":4,"Comment":"04/29/2024 12:58 AM - francescof - CLO changed from 04/19/2024 to 05/03/2024 (CLO Date Updated)"},{"comp":1,"quote":213835,"Line":5,"Comment":"04/29/2024 12:58 AM - francescof - F/U changed from 04/19/2024 to 5/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":6,"Comment":"04/29/2024 11:47 AM - francescof - Encounter has been added"},{"comp":1,"quote":213835,"Line":7,"Comment":"05/05/2024 5:36 PM - francescof - F/U changed from 05/03/2024 to 5/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":8,"Comment":"05/05/2024 5:36 PM - francescof - CLO changed from 05/03/2024 to 05/11/2024 (CLO Date Updated)"},{"comp":1,"quote":213835,"Line":9,"Comment":"05/05/2024 5:36 PM - francescof - Req Date changed from 05/08/2024 to 05/11/2024 (Req Date Updated)"},{"comp":1,"quote":213835,"Line":10,"Comment":"05/12/2024 10:39 PM - francescof - Req Date changed from 05/11/2024 to 05/18/2024 (Req Date Updated)"},{"comp":1,"quote":213835,"Line":11,"Comment":"05/12/2024 10:39 PM - francescof - CLO changed from 05/11/2024 to 05/18/2024 (CLO Date Updated)"},{"comp":1,"quote":213835,"Line":12,"Comment":"05/12/2024 10:39 PM - francescof - F/U changed from 05/11/2024 to 5/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":13,"Comment":"05/20/2024 6:03 AM - francescof - Req Date changed from 05/18/2024 to 05/25/2024 (Req Date Updated)"},{"comp":1,"quote":213835,"Line":14,"Comment":"05/20/2024 6:03 AM - francescof - CLO changed from 05/18/2024 to 05/25/2024 (CLO Date Updated)"},{"comp":1,"quote":213835,"Line":15,"Comment":"05/20/2024 6:03 AM - francescof - F/U changed from 05/18/2024 to 5/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":16,"Comment":"06/03/2024 6:01 AM - francescof - Req Date changed from 05/25/2024 to 06/07/2024 (Req Date Updated)"},{"comp":1,"quote":213835,"Line":17,"Comment":"06/03/2024 6:01 AM - francescof - CLO changed from 05/25/2024 to 06/07/2024 (CLO Date Updated)"},{"comp":1,"quote":213835,"Line":18,"Comment":"06/03/2024 6:01 AM - francescof - F/U changed from 05/25/2024 to 6/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":19,"Comment":"06/06/2024 12:17 PM - francescof - Encounter has been added"},{"comp":1,"quote":213835,"Line":20,"Comment":"06/06/2024 12:38 PM - francescof - F/U changed from 06/07/2024 to 6/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":21,"Comment":"06/06/2024 12:38 PM - francescof - CLO changed from 06/07/2024 to 06/14/2024 (CLO Date Updated)"},{"comp":1,"quote":213835,"Line":22,"Comment":"06/06/2024 12:38 PM - francescof - Req Date changed from 06/07/2024 to 06/14/2024 (Req Date Updated)"},{"comp":1,"quote":213835,"Line":23,"Comment":"06/17/2024 5:21 AM - francescof - Req Date changed from 06/14/2024 to 06/21/2024 (Req Date Updated)"},{"comp":1,"quote":213835,"Line":24,"Comment":"06/17/2024 5:21 AM - francescof - CLO changed from 06/14/2024 to 06/21/2024 (CLO Date Updated)"},{"comp":1,"quote":213835,"Line":25,"Comment":"06/17/2024 5:21 AM - francescof - F/U changed from 06/14/2024 to 6/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":26,"Comment":"06/24/2024 5:05 AM - francescof - F/U changed from 06/21/2024 to 6/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":27,"Comment":"06/24/2024 5:05 AM - francescof - CLO changed from 06/21/2024 to 06/28/2024 (CLO Date Updated)"},{"comp":1,"quote":213835,"Line":28,"Comment":"06/24/2024 5:05 AM - francescof - Req Date changed from 06/21/2024 to 06/28/2024 (Req Date Updated)"},{"comp":1,"quote":213835,"Line":29,"Comment":"07/01/2024 5:57 AM - francescof - F/U changed from 06/28/2024 to 7/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":30,"Comment":"07/01/2024 5:57 AM - francescof - CLO changed from 06/28/2024 to 07/05/2024 (CLO Date Updated)"},{"comp":1,"quote":213835,"Line":31,"Comment":"07/01/2024 5:58 AM - francescof - Req Date changed from 06/28/2024 to 07/05/2024 (Req Date Updated)"},{"comp":1,"quote":213835,"Line":32,"Comment":"07/15/2024 6:16 AM - francescof - F/U changed from 07/05/2024 to 7/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":33,"Comment":"07/15/2024 6:16 AM - francescof - CLO changed from 07/05/2024 to 07/19/2024 (CLO Date Updated)"},{"comp":1,"quote":213835,"Line":34,"Comment":"07/15/2024 6:16 AM - francescof - Req Date changed from 07/05/2024 to 07/19/2024 (Req Date Updated)"},{"comp":1,"quote":213835,"Line":35,"Comment":"08/07/2024 2:47 AM - francescof - Encounter has been added"},{"comp":1,"quote":213835,"Line":36,"Comment":"08/09/2024 1:57 PM - francescof - Req Date changed from 07/19/2024 to 08/19/2024 (Req Date Updated)"},{"comp":1,"quote":213835,"Line":37,"Comment":"08/09/2024 1:57 PM - francescof - CLO changed from 07/19/2024 to 08/19/2024 (CLO Date Updated)"},{"comp":1,"quote":213835,"Line":38,"Comment":"08/09/2024 1:57 PM - francescof - F/U changed from 07/19/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":39,"Comment":"08/26/2024 1:50 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":40,"Comment":"08/26/2024 1:50 PM - francescof - CLO changed from 08/19/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":213835,"Line":41,"Comment":"08/26/2024 1:50 PM - francescof - Req Date changed from 08/19/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":213835,"Line":42,"Comment":"09/23/2024 3:50 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":43,"Comment":"09/23/2024 3:50 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":213835,"Line":44,"Comment":"09/23/2024 3:50 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":213835,"Line":45,"Comment":"10/14/2024 5:17 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":46,"Comment":"10/14/2024 5:17 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":213835,"Line":47,"Comment":"10/14/2024 5:17 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":213835,"Line":48,"Comment":"11/10/2024 6:52 PM - francescof - Encounter has been added"},{"comp":1,"quote":213835,"Line":49,"Comment":"11/10/2024 7:46 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213835,"Line":50,"Comment":"11/10/2024 7:46 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"},{"comp":1,"quote":213835,"Line":51,"Comment":"11/10/2024 7:46 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"213835","line":"1","part":"MZQT5-C5Z-ICE","qty":"4","price":"8634.20","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213835","line":"2","part":"C5-SK20-75","qty":"4","price":"629.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213835","line":"3","part":"SK20-SET-10-A","qty":"1","price":"877.00","uom":"ST","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213835","line":"4","part":"SK20-SET-33-MM","qty":"1","price":"2904.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213835","line":"5","part":"C5-SK25-75","qty":"4","price":"629.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213835","line":"6","part":"SK25-SET-08-A","qty":"1","price":"800.00","uom":"ST","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213835","line":"7","part":"SK25-SET-19-MM","qty":"1","price":"1900.00","uom":"ST","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213835","line":"8","part":"TQW-200","qty":"1","price":"364.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213835","line":"9","part":"TQW-ER32/SK20/TG75(50)","qty":"1","price":"105.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213835","line":"10","part":"TQW-SK25(55)","qty":"1","price":"105.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":10}}] 2024-11-10 19:46:32.985 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223057-11102024194632.txt === {"quote":"223057","customer":"13366","name":null,"customerName":"Maruka USA Inc. (MO)","comp":"01","open":"0","shipto":"ROMELEC","shiptoName":"Romac Electronics, Inc.","entry_date":"10-16-2024","cust_order_date":"10-16-2024","req_date":"11-16-2024","cust_po":"New Tooling Certficate","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"30","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Kevin Ducey","drop_po":"NEW ROMAC TOOL CERT","status":"0","user":"nickm","conv_order":"","time":"10:42","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Kevin Ducey","follow_phone":"800-262-7852","follow_email":"kducey@marukausa.com","pic_user":"nickm","total_amt":"10777.00","total_gp":"8455.24","total_gpm":"78.46","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"37","win_pct":"20","clo_date":"11-22-2024","notes":[],"crmnotes":[{"comp":1,"quote":223057,"Line":0,"Comment":"11/10/2024 8:46 PM - nickm - F/U changed from 10/22/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223057,"Line":1,"Comment":"11/10/2024 8:46 PM - nickm - CLO changed from 10/29/2024 to 11/22/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223057","line":"1","part":"TOOL-CERT","qty":"1","price":"0.00","uom":"EA","discount":"55.00","req_date":"","branch":"1"},{"comp":"01","order":"223057","line":"5","part":"NC4006-0500-4.00CP","qty":"4","price":"241.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223057","line":"6","part":"NC4006-0625-3.00CP","qty":"4","price":"218.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223057","line":"7","part":"NC4006-0750-4.00CP","qty":"4","price":"340.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223057","line":"8","part":"NC4006-1000-4.00CP","qty":"3","price":"273.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223057","line":"12","part":"NCAT40-SK16C-90U-IDU","qty":"14","price":"442.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223057","line":"13","part":"SK16-3/16A","qty":"2","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223057","line":"14","part":"SK16-3/8A","qty":"4","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223057","line":"15","part":"SK16-7/16A","qty":"1","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":9}}] 2024-11-10 19:46:37.000 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219065-11102024194636.txt === {"quote":"219065","customer":"13687","name":null,"customerName":"DMG Mori (IL)","comp":"01","open":"0","shipto":"ACMEI","shiptoName":"Acme Industries","entry_date":"07-22-2024","cust_order_date":"07-22-2024","req_date":"10-25-2024","cust_po":"Tool List 4034-2496","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Phil Pierantoni","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"12:30","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Phil Pierantoni","follow_phone":"847-593-5400","follow_email":"ppierantoni@dmgmori-usa.com","pic_user":"francescof","total_amt":"35252.00","total_gp":"28505.58","total_gpm":"80.86","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"136","win_pct":"20","clo_date":"10-25-2024","notes":[{"comp":"1","quote":"219065","line":"0","data":"07-22-2024 12:32 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":219065,"Line":0,"Comment":"08/07/2024 3:19 AM - francescof - Encounter has been added"},{"comp":1,"quote":219065,"Line":1,"Comment":"08/09/2024 1:30 PM - francescof - CLO changed from NaN/NaN/NaN to 08/19/2024 (CLO Date Updated)"},{"comp":1,"quote":219065,"Line":2,"Comment":"08/09/2024 1:30 PM - francescof - F/U changed from 08/04/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219065,"Line":3,"Comment":"08/26/2024 1:51 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219065,"Line":4,"Comment":"08/26/2024 1:52 PM - francescof - CLO changed from 08/19/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":219065,"Line":5,"Comment":"08/26/2024 1:52 PM - francescof - Req Date changed from 09/02/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":219065,"Line":6,"Comment":"09/23/2024 4:32 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":219065,"Line":7,"Comment":"09/23/2024 4:32 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":219065,"Line":8,"Comment":"09/23/2024 4:32 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219065,"Line":9,"Comment":"10/14/2024 5:36 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":219065,"Line":10,"Comment":"10/14/2024 5:36 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":219065,"Line":11,"Comment":"10/14/2024 5:36 AM - francescof - Req Date changed from 10/25/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":219065,"Line":12,"Comment":"10/14/2024 5:36 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219065,"Line":13,"Comment":"11/10/2024 6:59 PM - francescof - Encounter has been added"}],"items":[{"comp":"01","order":"219065","line":"3","part":"H63A-SF0250-3.15CP","qty":"2","price":"362.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"4","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"6","part":"H63A-SF0125-3.15","qty":"2","price":"360.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"7","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"9","part":"H63A-SF0375-3.35CP","qty":"2","price":"362.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"10","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"12","part":"H63A-SF14-90CP","qty":"2","price":"385.00","uom":"EA","discount":"0.00","req_date":"ETA Pending","branch":"1"},{"comp":"01","order":"219065","line":"13","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"15","part":"HSK63A-SK16-105-IDU","qty":"2","price":"555.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"16","part":"9HC16","qty":"2","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"17","part":"SK16-SET-09-A","qty":"2","price":"738.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"18","part":"SK16-SET-27-MM","qty":"2","price":"2214.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"19","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"21","part":"HSK63A-SK10C-105-IDU","qty":"2","price":"474.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"22","part":"SKL-10","qty":"2","price":"31.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"23","part":"SK10-SET-05-A","qty":"2","price":"335.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"24","part":"SK10-SET-19-MM","qty":"2","price":"1329.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"25","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"27","part":"HSK63A-SK16-105-IDU","qty":"2","price":"555.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"28","part":"9HC16","qty":"2","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"29","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"31","part":"HSK63A-1000-4.50","qty":"2","price":"363.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"32","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"34","part":"HSK63A-0625-4.00","qty":"2","price":"369.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"35","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"37","part":"H63A-SF14-90CP","qty":"2","price":"385.00","uom":"EA","discount":"0.00","req_date":"ETA Pending","branch":"1"},{"comp":"01","order":"219065","line":"38","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"40","part":"HSK63A-SK16-105-IDU","qty":"2","price":"555.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"41","part":"9HC16","qty":"2","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"42","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"44","part":"H63A-SF20-100CP","qty":"2","price":"422.00","uom":"EA","discount":"0.00","req_date":"ETA Pending","branch":"1"},{"comp":"01","order":"219065","line":"45","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"47","part":"HSK63A-SK16-105-IDU","qty":"2","price":"555.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"48","part":"9HC16","qty":"2","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"49","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"51","part":"HSK63A-C16-75","qty":"2","price":"568.00","uom":"EA","discount":"0.00","req_date":"2-3 WEEKS ARO","branch":"1"},{"comp":"01","order":"219065","line":"52","part":"9HC16","qty":"2","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"53","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"55","part":"HSK63A-1000-4.50","qty":"2","price":"363.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"56","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"58","part":"HSK63A-C16-75","qty":"2","price":"568.00","uom":"EA","discount":"0.00","req_date":"2-3 WEEKS ARO","branch":"1"},{"comp":"01","order":"219065","line":"59","part":"9HC16","qty":"2","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"60","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"62","part":"H63A-SF0375-3.35CP","qty":"2","price":"362.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"63","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"65","part":"H63A-SF16-95CP","qty":"2","price":"385.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"66","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"68","part":"H63A-SF16-95CP","qty":"2","price":"385.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"69","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"71","part":"H63A-SF16-95CP","qty":"2","price":"385.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"72","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"74","part":"H63A-SF0500-3.54CP","qty":"2","price":"362.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"75","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"77","part":"H63A-SF14-90CP","qty":"2","price":"385.00","uom":"EA","discount":"0.00","req_date":"ETA Pending","branch":"1"},{"comp":"01","order":"219065","line":"78","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"80","part":"H63A-SF6-160","qty":"2","price":"420.00","uom":"EA","discount":"0.00","req_date":"ETA Pending","branch":"1"},{"comp":"01","order":"219065","line":"81","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"83","part":"HSK63A-SK10C-105-IDU","qty":"2","price":"474.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"84","part":"SKL-10","qty":"2","price":"31.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"85","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"87","part":"HSK63A-SK10C-105-IDU","qty":"2","price":"474.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"88","part":"SKL-10","qty":"2","price":"31.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"89","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"91","part":"HSK63A-SK10C-105-IDU","qty":"2","price":"474.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"92","part":"SKL-10","qty":"2","price":"31.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"93","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"95","part":"H63A-SF10-85CP","qty":"2","price":"385.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"96","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":68}}] 2024-11-10 19:46:45.922 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219065-11102024194645.txt === {"quote":"219065","customer":"13687","name":null,"customerName":"DMG Mori (IL)","comp":"01","open":"0","shipto":"ACMEI","shiptoName":"Acme Industries","entry_date":"07-22-2024","cust_order_date":"07-22-2024","req_date":"10-25-2024","cust_po":"Tool List 4034-2496","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Phil Pierantoni","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"12:30","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Phil Pierantoni","follow_phone":"847-593-5400","follow_email":"ppierantoni@dmgmori-usa.com","pic_user":"francescof","total_amt":"35252.00","total_gp":"28505.58","total_gpm":"80.86","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"136","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"219065","line":"0","data":"07-22-2024 12:32 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":219065,"Line":0,"Comment":"08/07/2024 3:19 AM - francescof - Encounter has been added"},{"comp":1,"quote":219065,"Line":1,"Comment":"08/09/2024 1:30 PM - francescof - CLO changed from NaN/NaN/NaN to 08/19/2024 (CLO Date Updated)"},{"comp":1,"quote":219065,"Line":2,"Comment":"08/09/2024 1:30 PM - francescof - F/U changed from 08/04/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219065,"Line":3,"Comment":"08/26/2024 1:51 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219065,"Line":4,"Comment":"08/26/2024 1:52 PM - francescof - CLO changed from 08/19/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":219065,"Line":5,"Comment":"08/26/2024 1:52 PM - francescof - Req Date changed from 09/02/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":219065,"Line":6,"Comment":"09/23/2024 4:32 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":219065,"Line":7,"Comment":"09/23/2024 4:32 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":219065,"Line":8,"Comment":"09/23/2024 4:32 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219065,"Line":9,"Comment":"10/14/2024 5:36 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":219065,"Line":10,"Comment":"10/14/2024 5:36 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":219065,"Line":11,"Comment":"10/14/2024 5:36 AM - francescof - Req Date changed from 10/25/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":219065,"Line":12,"Comment":"10/14/2024 5:36 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219065,"Line":13,"Comment":"11/10/2024 6:59 PM - francescof - Encounter has been added"},{"comp":1,"quote":219065,"Line":14,"Comment":"11/10/2024 7:46 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219065,"Line":15,"Comment":"11/10/2024 7:46 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"219065","line":"3","part":"H63A-SF0250-3.15CP","qty":"2","price":"362.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"4","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"6","part":"H63A-SF0125-3.15","qty":"2","price":"360.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"7","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"9","part":"H63A-SF0375-3.35CP","qty":"2","price":"362.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"10","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"12","part":"H63A-SF14-90CP","qty":"2","price":"385.00","uom":"EA","discount":"0.00","req_date":"ETA Pending","branch":"1"},{"comp":"01","order":"219065","line":"13","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"15","part":"HSK63A-SK16-105-IDU","qty":"2","price":"555.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"16","part":"9HC16","qty":"2","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"17","part":"SK16-SET-09-A","qty":"2","price":"738.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"18","part":"SK16-SET-27-MM","qty":"2","price":"2214.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"19","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"21","part":"HSK63A-SK10C-105-IDU","qty":"2","price":"474.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"22","part":"SKL-10","qty":"2","price":"31.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"23","part":"SK10-SET-05-A","qty":"2","price":"335.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"24","part":"SK10-SET-19-MM","qty":"2","price":"1329.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"25","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"27","part":"HSK63A-SK16-105-IDU","qty":"2","price":"555.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"28","part":"9HC16","qty":"2","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"29","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"31","part":"HSK63A-1000-4.50","qty":"2","price":"363.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"32","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"34","part":"HSK63A-0625-4.00","qty":"2","price":"369.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"35","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"37","part":"H63A-SF14-90CP","qty":"2","price":"385.00","uom":"EA","discount":"0.00","req_date":"ETA Pending","branch":"1"},{"comp":"01","order":"219065","line":"38","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"40","part":"HSK63A-SK16-105-IDU","qty":"2","price":"555.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"41","part":"9HC16","qty":"2","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"42","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"44","part":"H63A-SF20-100CP","qty":"2","price":"422.00","uom":"EA","discount":"0.00","req_date":"ETA Pending","branch":"1"},{"comp":"01","order":"219065","line":"45","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"47","part":"HSK63A-SK16-105-IDU","qty":"2","price":"555.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"48","part":"9HC16","qty":"2","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"49","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"51","part":"HSK63A-C16-75","qty":"2","price":"568.00","uom":"EA","discount":"0.00","req_date":"2-3 WEEKS ARO","branch":"1"},{"comp":"01","order":"219065","line":"52","part":"9HC16","qty":"2","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"53","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"55","part":"HSK63A-1000-4.50","qty":"2","price":"363.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"56","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"58","part":"HSK63A-C16-75","qty":"2","price":"568.00","uom":"EA","discount":"0.00","req_date":"2-3 WEEKS ARO","branch":"1"},{"comp":"01","order":"219065","line":"59","part":"9HC16","qty":"2","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"60","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"62","part":"H63A-SF0375-3.35CP","qty":"2","price":"362.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"63","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"65","part":"H63A-SF16-95CP","qty":"2","price":"385.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"66","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"68","part":"H63A-SF16-95CP","qty":"2","price":"385.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"69","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"71","part":"H63A-SF16-95CP","qty":"2","price":"385.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"72","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"74","part":"H63A-SF0500-3.54CP","qty":"2","price":"362.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"75","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"77","part":"H63A-SF14-90CP","qty":"2","price":"385.00","uom":"EA","discount":"0.00","req_date":"ETA Pending","branch":"1"},{"comp":"01","order":"219065","line":"78","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"80","part":"H63A-SF6-160","qty":"2","price":"420.00","uom":"EA","discount":"0.00","req_date":"ETA Pending","branch":"1"},{"comp":"01","order":"219065","line":"81","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"83","part":"HSK63A-SK10C-105-IDU","qty":"2","price":"474.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"84","part":"SKL-10","qty":"2","price":"31.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"85","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"87","part":"HSK63A-SK10C-105-IDU","qty":"2","price":"474.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"88","part":"SKL-10","qty":"2","price":"31.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"89","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"91","part":"HSK63A-SK10C-105-IDU","qty":"2","price":"474.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"92","part":"SKL-10","qty":"2","price":"31.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"93","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"95","part":"H63A-SF10-85CP","qty":"2","price":"385.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"96","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":68}}] 2024-11-10 19:46:53.800 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219065-11102024194653.txt === {"quote":"219065","customer":"13687","name":null,"customerName":"DMG Mori (IL)","comp":"01","open":"0","shipto":"ACMEI","shiptoName":"Acme Industries","entry_date":"07-22-2024","cust_order_date":"07-22-2024","req_date":"11-18-2024","cust_po":"Tool List 4034-2496","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Phil Pierantoni","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"12:30","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Phil Pierantoni","follow_phone":"847-593-5400","follow_email":"ppierantoni@dmgmori-usa.com","pic_user":"francescof","total_amt":"35252.00","total_gp":"28505.58","total_gpm":"80.86","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"136","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"219065","line":"0","data":"07-22-2024 12:32 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":219065,"Line":0,"Comment":"08/07/2024 3:19 AM - francescof - Encounter has been added"},{"comp":1,"quote":219065,"Line":1,"Comment":"08/09/2024 1:30 PM - francescof - CLO changed from NaN/NaN/NaN to 08/19/2024 (CLO Date Updated)"},{"comp":1,"quote":219065,"Line":2,"Comment":"08/09/2024 1:30 PM - francescof - F/U changed from 08/04/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219065,"Line":3,"Comment":"08/26/2024 1:51 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219065,"Line":4,"Comment":"08/26/2024 1:52 PM - francescof - CLO changed from 08/19/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":219065,"Line":5,"Comment":"08/26/2024 1:52 PM - francescof - Req Date changed from 09/02/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":219065,"Line":6,"Comment":"09/23/2024 4:32 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":219065,"Line":7,"Comment":"09/23/2024 4:32 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":219065,"Line":8,"Comment":"09/23/2024 4:32 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219065,"Line":9,"Comment":"10/14/2024 5:36 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":219065,"Line":10,"Comment":"10/14/2024 5:36 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":219065,"Line":11,"Comment":"10/14/2024 5:36 AM - francescof - Req Date changed from 10/25/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":219065,"Line":12,"Comment":"10/14/2024 5:36 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219065,"Line":13,"Comment":"11/10/2024 6:59 PM - francescof - Encounter has been added"},{"comp":1,"quote":219065,"Line":14,"Comment":"11/10/2024 7:46 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219065,"Line":15,"Comment":"11/10/2024 7:46 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"},{"comp":1,"quote":219065,"Line":16,"Comment":"11/10/2024 7:46 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"219065","line":"3","part":"H63A-SF0250-3.15CP","qty":"2","price":"362.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"4","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"6","part":"H63A-SF0125-3.15","qty":"2","price":"360.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"7","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"9","part":"H63A-SF0375-3.35CP","qty":"2","price":"362.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"10","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"12","part":"H63A-SF14-90CP","qty":"2","price":"385.00","uom":"EA","discount":"0.00","req_date":"ETA Pending","branch":"1"},{"comp":"01","order":"219065","line":"13","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"15","part":"HSK63A-SK16-105-IDU","qty":"2","price":"555.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"16","part":"9HC16","qty":"2","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"17","part":"SK16-SET-09-A","qty":"2","price":"738.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"18","part":"SK16-SET-27-MM","qty":"2","price":"2214.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"19","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"21","part":"HSK63A-SK10C-105-IDU","qty":"2","price":"474.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"22","part":"SKL-10","qty":"2","price":"31.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"23","part":"SK10-SET-05-A","qty":"2","price":"335.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"24","part":"SK10-SET-19-MM","qty":"2","price":"1329.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"25","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"27","part":"HSK63A-SK16-105-IDU","qty":"2","price":"555.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"28","part":"9HC16","qty":"2","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"29","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"31","part":"HSK63A-1000-4.50","qty":"2","price":"363.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"32","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"34","part":"HSK63A-0625-4.00","qty":"2","price":"369.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"35","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"37","part":"H63A-SF14-90CP","qty":"2","price":"385.00","uom":"EA","discount":"0.00","req_date":"ETA Pending","branch":"1"},{"comp":"01","order":"219065","line":"38","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"40","part":"HSK63A-SK16-105-IDU","qty":"2","price":"555.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"41","part":"9HC16","qty":"2","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"42","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"44","part":"H63A-SF20-100CP","qty":"2","price":"422.00","uom":"EA","discount":"0.00","req_date":"ETA Pending","branch":"1"},{"comp":"01","order":"219065","line":"45","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"47","part":"HSK63A-SK16-105-IDU","qty":"2","price":"555.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"48","part":"9HC16","qty":"2","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"49","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"51","part":"HSK63A-C16-75","qty":"2","price":"568.00","uom":"EA","discount":"0.00","req_date":"2-3 WEEKS ARO","branch":"1"},{"comp":"01","order":"219065","line":"52","part":"9HC16","qty":"2","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"53","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"55","part":"HSK63A-1000-4.50","qty":"2","price":"363.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"56","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"58","part":"HSK63A-C16-75","qty":"2","price":"568.00","uom":"EA","discount":"0.00","req_date":"2-3 WEEKS ARO","branch":"1"},{"comp":"01","order":"219065","line":"59","part":"9HC16","qty":"2","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"60","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"62","part":"H63A-SF0375-3.35CP","qty":"2","price":"362.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"63","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"65","part":"H63A-SF16-95CP","qty":"2","price":"385.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"66","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"68","part":"H63A-SF16-95CP","qty":"2","price":"385.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"69","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"71","part":"H63A-SF16-95CP","qty":"2","price":"385.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"72","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"74","part":"H63A-SF0500-3.54CP","qty":"2","price":"362.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"75","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"77","part":"H63A-SF14-90CP","qty":"2","price":"385.00","uom":"EA","discount":"0.00","req_date":"ETA Pending","branch":"1"},{"comp":"01","order":"219065","line":"78","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"80","part":"H63A-SF6-160","qty":"2","price":"420.00","uom":"EA","discount":"0.00","req_date":"ETA Pending","branch":"1"},{"comp":"01","order":"219065","line":"81","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"83","part":"HSK63A-SK10C-105-IDU","qty":"2","price":"474.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"84","part":"SKL-10","qty":"2","price":"31.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"85","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"87","part":"HSK63A-SK10C-105-IDU","qty":"2","price":"474.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"88","part":"SKL-10","qty":"2","price":"31.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"89","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"91","part":"HSK63A-SK10C-105-IDU","qty":"2","price":"474.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"92","part":"SKL-10","qty":"2","price":"31.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"93","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"95","part":"H63A-SF10-85CP","qty":"2","price":"385.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219065","line":"96","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":68}}] 2024-11-10 19:47:01.374 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-216793-11102024194701.txt === {"quote":"216793","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"METHROLL","shiptoName":"Methode Electronics Inc.","entry_date":"05-29-2024","cust_order_date":"05-29-2024","req_date":"10-25-2024","cust_po":"MAZAK VARIAXIS TAPER PLUS","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Mike Bielfeldt","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"15:01","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Mike Bielfeldt","follow_phone":"847-882-8085","follow_email":"mikeb@machsys.com","pic_user":"francescof","total_amt":"2878.39","total_gp":"1898.94","total_gpm":"65.97","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"26","win_pct":"20","clo_date":"10-25-2024","notes":[{"comp":"1","quote":"216793","line":"0","data":"05-29-2024 15:04 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":216793,"Line":0,"Comment":"06/06/2024 12:06 PM - francescof - Encounter has been added"},{"comp":1,"quote":216793,"Line":1,"Comment":"06/06/2024 12:37 PM - francescof - F/U changed from 06/04/2024 to 6/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216793,"Line":2,"Comment":"06/17/2024 5:27 AM - francescof - CLO changed from 06/29/2024 to 06/29/2024 (CLO Date Updated)"},{"comp":1,"quote":216793,"Line":3,"Comment":"06/17/2024 5:27 AM - francescof - F/U changed from 06/14/2024 to 6/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216793,"Line":4,"Comment":"06/24/2024 5:10 AM - francescof - F/U changed from 06/21/2024 to 6/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216793,"Line":5,"Comment":"07/01/2024 6:03 AM - francescof - F/U changed from 06/28/2024 to 7/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216793,"Line":6,"Comment":"07/01/2024 6:03 AM - francescof - CLO changed from 06/29/2024 to 07/05/2024 (CLO Date Updated)"},{"comp":1,"quote":216793,"Line":7,"Comment":"07/15/2024 6:25 AM - francescof - Req Date changed from 07/10/2024 to 07/19/2024 (Req Date Updated)"},{"comp":1,"quote":216793,"Line":8,"Comment":"07/15/2024 6:26 AM - francescof - CLO changed from 07/05/2024 to 07/19/2024 (CLO Date Updated)"},{"comp":1,"quote":216793,"Line":9,"Comment":"07/15/2024 6:26 AM - francescof - F/U changed from 07/05/2024 to 7/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216793,"Line":10,"Comment":"07/29/2024 6:00 PM - francescof - Req Date changed from 07/19/2024 to 08/02/2024 (Req Date Updated)"},{"comp":1,"quote":216793,"Line":11,"Comment":"07/29/2024 6:00 PM - francescof - CLO changed from 07/19/2024 to 08/02/2024 (CLO Date Updated)"},{"comp":1,"quote":216793,"Line":12,"Comment":"07/29/2024 6:00 PM - francescof - F/U changed from 07/19/2024 to 8/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216793,"Line":13,"Comment":"08/09/2024 1:32 PM - francescof - Req Date changed from 08/02/2024 to 08/19/2024 (Req Date Updated)"},{"comp":1,"quote":216793,"Line":14,"Comment":"08/09/2024 1:32 PM - francescof - CLO changed from 08/02/2024 to 08/19/2024 (CLO Date Updated)"},{"comp":1,"quote":216793,"Line":15,"Comment":"08/09/2024 1:32 PM - francescof - F/U changed from 08/02/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216793,"Line":16,"Comment":"08/26/2024 1:53 PM - francescof - Req Date changed from 08/19/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":216793,"Line":17,"Comment":"08/26/2024 1:53 PM - francescof - CLO changed from 08/19/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":216793,"Line":18,"Comment":"08/26/2024 1:53 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216793,"Line":19,"Comment":"09/23/2024 4:30 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216793,"Line":20,"Comment":"09/23/2024 4:30 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":216793,"Line":21,"Comment":"09/23/2024 4:30 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":216793,"Line":22,"Comment":"10/14/2024 5:21 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216793,"Line":23,"Comment":"10/14/2024 5:21 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":216793,"Line":24,"Comment":"10/14/2024 5:22 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":216793,"Line":25,"Comment":"11/10/2024 6:55 PM - francescof - Encounter has been added"}],"items":[{"comp":"01","order":"216793","line":"2","part":"NC4007-0016-3.50G","qty":"1","price":"322.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216793","line":"3","part":"E16-016","qty":"1","price":"42.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216793","line":"4","part":"TQW-200","qty":"1","price":"364.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216793","line":"5","part":"TQW-E16-G","qty":"1","price":"140.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216793","line":"6","part":"TQW-PS(19)","qty":"1","price":"102.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216793","line":"7","part":"C40-STD-EU","qty":"1","price":"28.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216793","line":"9","part":"NC4007-0025-4.00G","qty":"1","price":"328.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216793","line":"10","part":"E25-030","qty":"1","price":"46.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216793","line":"11","part":"E25-032","qty":"1","price":"46.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216793","line":"12","part":"TQW-E25-G","qty":"1","price":"153.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216793","line":"13","part":"C40-STD-EU","qty":"1","price":"28.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216793","line":"15","part":"NC4007-0032-5.00G","qty":"1","price":"357.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216793","line":"16","part":"E32-048","qty":"1","price":"52.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216793","line":"17","part":"TQW-E32-G","qty":"1","price":"153.00","uom":"EA","discount":"28.00","req_date":"DUE END OF JUNE","branch":"1"},{"comp":"01","order":"216793","line":"18","part":"C40-STD-EU","qty":"1","price":"28.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216793","line":"20","part":"NCAT40-SK6C-90U-IDU","qty":"1","price":"412.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216793","line":"21","part":"SK6-1/8A","qty":"1","price":"65.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216793","line":"22","part":"TQW-SK06","qty":"1","price":"102.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216793","line":"23","part":"C40-STD-EU","qty":"1","price":"28.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216793","line":"25","part":"NCAT40-SK16C-90U-IDU","qty":"1","price":"442.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216793","line":"26","part":"SK16-1/2A","qty":"1","price":"82.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216793","line":"27","part":"TQW-SK16(45)","qty":"1","price":"106.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216793","line":"28","part":"C40-STD-EU","qty":"1","price":"28.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216793","line":"30","part":"NCAT40-C1-85U-IDU","qty":"1","price":"584.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216793","line":"31","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216793","line":"32","part":"C40-STD-EU","qty":"1","price":"28.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":26}}] 2024-11-10 19:47:06.912 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223057-11102024194706.txt === {"quote":"223057","customer":"13366","name":null,"customerName":"Maruka USA Inc. (MO)","comp":"01","open":"0","shipto":"ROMELEC","shiptoName":"Romac Electronics, Inc.","entry_date":"10-16-2024","cust_order_date":"10-16-2024","req_date":"11-29-2024","cust_po":"New Tooling Certficate","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"30","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Kevin Ducey","drop_po":"NEW ROMAC TOOL CERT","status":"0","user":"nickm","conv_order":"","time":"10:42","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Kevin Ducey","follow_phone":"800-262-7852","follow_email":"kducey@marukausa.com","pic_user":"nickm","total_amt":"10777.00","total_gp":"8455.24","total_gpm":"78.46","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"37","win_pct":"20","clo_date":"11-22-2024","notes":[],"crmnotes":[{"comp":1,"quote":223057,"Line":0,"Comment":"11/10/2024 8:46 PM - nickm - F/U changed from 10/22/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223057,"Line":1,"Comment":"11/10/2024 8:46 PM - nickm - CLO changed from 10/29/2024 to 11/22/2024 (CLO Date Updated)"},{"comp":1,"quote":223057,"Line":2,"Comment":"11/10/2024 8:47 PM - nickm - Req Date changed from 11/16/2024 to 11/29/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223057","line":"1","part":"TOOL-CERT","qty":"1","price":"0.00","uom":"EA","discount":"55.00","req_date":"","branch":"1"},{"comp":"01","order":"223057","line":"5","part":"NC4006-0500-4.00CP","qty":"4","price":"241.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223057","line":"6","part":"NC4006-0625-3.00CP","qty":"4","price":"218.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223057","line":"7","part":"NC4006-0750-4.00CP","qty":"4","price":"340.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223057","line":"8","part":"NC4006-1000-4.00CP","qty":"3","price":"273.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223057","line":"12","part":"NCAT40-SK16C-90U-IDU","qty":"14","price":"442.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223057","line":"13","part":"SK16-3/16A","qty":"2","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223057","line":"14","part":"SK16-3/8A","qty":"4","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223057","line":"15","part":"SK16-7/16A","qty":"1","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":9}}] 2024-11-10 19:47:28.851 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-216793-11102024194728.txt === {"quote":"216793","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"METHROLL","shiptoName":"Methode Electronics Inc.","entry_date":"05-29-2024","cust_order_date":"05-29-2024","req_date":"10-25-2024","cust_po":"MAZAK VARIAXIS TAPER PLUS","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Mike Bielfeldt","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"15:01","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Mike Bielfeldt","follow_phone":"847-882-8085","follow_email":"mikeb@machsys.com","pic_user":"francescof","total_amt":"2878.39","total_gp":"1898.94","total_gpm":"65.97","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"26","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"216793","line":"0","data":"05-29-2024 15:04 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":216793,"Line":0,"Comment":"06/06/2024 12:06 PM - francescof - Encounter has been added"},{"comp":1,"quote":216793,"Line":1,"Comment":"06/06/2024 12:37 PM - francescof - F/U changed from 06/04/2024 to 6/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216793,"Line":2,"Comment":"06/17/2024 5:27 AM - francescof - CLO changed from 06/29/2024 to 06/29/2024 (CLO Date Updated)"},{"comp":1,"quote":216793,"Line":3,"Comment":"06/17/2024 5:27 AM - francescof - F/U changed from 06/14/2024 to 6/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216793,"Line":4,"Comment":"06/24/2024 5:10 AM - francescof - F/U changed from 06/21/2024 to 6/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216793,"Line":5,"Comment":"07/01/2024 6:03 AM - francescof - F/U changed from 06/28/2024 to 7/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216793,"Line":6,"Comment":"07/01/2024 6:03 AM - francescof - CLO changed from 06/29/2024 to 07/05/2024 (CLO Date Updated)"},{"comp":1,"quote":216793,"Line":7,"Comment":"07/15/2024 6:25 AM - francescof - Req Date changed from 07/10/2024 to 07/19/2024 (Req Date Updated)"},{"comp":1,"quote":216793,"Line":8,"Comment":"07/15/2024 6:26 AM - francescof - CLO changed from 07/05/2024 to 07/19/2024 (CLO Date Updated)"},{"comp":1,"quote":216793,"Line":9,"Comment":"07/15/2024 6:26 AM - francescof - F/U changed from 07/05/2024 to 7/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216793,"Line":10,"Comment":"07/29/2024 6:00 PM - francescof - Req Date changed from 07/19/2024 to 08/02/2024 (Req Date Updated)"},{"comp":1,"quote":216793,"Line":11,"Comment":"07/29/2024 6:00 PM - francescof - CLO changed from 07/19/2024 to 08/02/2024 (CLO Date Updated)"},{"comp":1,"quote":216793,"Line":12,"Comment":"07/29/2024 6:00 PM - francescof - F/U changed from 07/19/2024 to 8/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216793,"Line":13,"Comment":"08/09/2024 1:32 PM - francescof - Req Date changed from 08/02/2024 to 08/19/2024 (Req Date Updated)"},{"comp":1,"quote":216793,"Line":14,"Comment":"08/09/2024 1:32 PM - francescof - CLO changed from 08/02/2024 to 08/19/2024 (CLO Date Updated)"},{"comp":1,"quote":216793,"Line":15,"Comment":"08/09/2024 1:32 PM - francescof - F/U changed from 08/02/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216793,"Line":16,"Comment":"08/26/2024 1:53 PM - francescof - Req Date changed from 08/19/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":216793,"Line":17,"Comment":"08/26/2024 1:53 PM - francescof - CLO changed from 08/19/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":216793,"Line":18,"Comment":"08/26/2024 1:53 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216793,"Line":19,"Comment":"09/23/2024 4:30 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216793,"Line":20,"Comment":"09/23/2024 4:30 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":216793,"Line":21,"Comment":"09/23/2024 4:30 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":216793,"Line":22,"Comment":"10/14/2024 5:21 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216793,"Line":23,"Comment":"10/14/2024 5:21 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":216793,"Line":24,"Comment":"10/14/2024 5:22 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":216793,"Line":25,"Comment":"11/10/2024 6:55 PM - francescof - Encounter has been added"},{"comp":1,"quote":216793,"Line":26,"Comment":"11/10/2024 7:47 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216793,"Line":27,"Comment":"11/10/2024 7:47 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"216793","line":"2","part":"NC4007-0016-3.50G","qty":"1","price":"322.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216793","line":"3","part":"E16-016","qty":"1","price":"42.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216793","line":"4","part":"TQW-200","qty":"1","price":"364.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216793","line":"5","part":"TQW-E16-G","qty":"1","price":"140.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216793","line":"6","part":"TQW-PS(19)","qty":"1","price":"102.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216793","line":"7","part":"C40-STD-EU","qty":"1","price":"28.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216793","line":"9","part":"NC4007-0025-4.00G","qty":"1","price":"328.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216793","line":"10","part":"E25-030","qty":"1","price":"46.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216793","line":"11","part":"E25-032","qty":"1","price":"46.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216793","line":"12","part":"TQW-E25-G","qty":"1","price":"153.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216793","line":"13","part":"C40-STD-EU","qty":"1","price":"28.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216793","line":"15","part":"NC4007-0032-5.00G","qty":"1","price":"357.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216793","line":"16","part":"E32-048","qty":"1","price":"52.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216793","line":"17","part":"TQW-E32-G","qty":"1","price":"153.00","uom":"EA","discount":"28.00","req_date":"DUE END OF JUNE","branch":"1"},{"comp":"01","order":"216793","line":"18","part":"C40-STD-EU","qty":"1","price":"28.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216793","line":"20","part":"NCAT40-SK6C-90U-IDU","qty":"1","price":"412.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216793","line":"21","part":"SK6-1/8A","qty":"1","price":"65.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216793","line":"22","part":"TQW-SK06","qty":"1","price":"102.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216793","line":"23","part":"C40-STD-EU","qty":"1","price":"28.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216793","line":"25","part":"NCAT40-SK16C-90U-IDU","qty":"1","price":"442.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216793","line":"26","part":"SK16-1/2A","qty":"1","price":"82.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216793","line":"27","part":"TQW-SK16(45)","qty":"1","price":"106.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216793","line":"28","part":"C40-STD-EU","qty":"1","price":"28.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216793","line":"30","part":"NCAT40-C1-85U-IDU","qty":"1","price":"584.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216793","line":"31","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216793","line":"32","part":"C40-STD-EU","qty":"1","price":"28.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":26}}] 2024-11-10 19:51:44.975 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219070-11102024195144.txt === {"quote":"219070","customer":"13687","name":null,"customerName":"DMG Mori (IL)","comp":"01","open":"0","shipto":"ACMEI","shiptoName":"Acme Industries","entry_date":"07-22-2024","cust_order_date":"07-22-2024","req_date":"10-25-2024","cust_po":"Tool List 4034-2497","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Phil Pierantoni","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"13:04","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Phil Pierantoni","follow_phone":"847-93-5400","follow_email":"ppierantoni@dmgmori-usa.com","pic_user":"francescof","total_amt":"31870.00","total_gp":"24994.74","total_gpm":"78.43","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"112","win_pct":"20","clo_date":"10-25-2024","notes":[{"comp":"1","quote":"219070","line":"0","data":"07-22-2024 13:06 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":219070,"Line":0,"Comment":"08/07/2024 3:37 AM - francescof - Encounter has been added"},{"comp":1,"quote":219070,"Line":1,"Comment":"08/09/2024 1:49 PM - francescof - F/U changed from 07/28/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219070,"Line":2,"Comment":"08/26/2024 1:52 PM - francescof - Req Date changed from 09/02/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":219070,"Line":3,"Comment":"08/26/2024 1:52 PM - francescof - CLO changed from 08/22/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":219070,"Line":4,"Comment":"08/26/2024 1:53 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219070,"Line":5,"Comment":"09/23/2024 4:31 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":219070,"Line":6,"Comment":"09/23/2024 4:31 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":219070,"Line":7,"Comment":"09/23/2024 4:31 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219070,"Line":8,"Comment":"10/14/2024 5:34 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219070,"Line":9,"Comment":"10/14/2024 5:34 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":219070,"Line":10,"Comment":"10/14/2024 5:34 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":219070,"Line":11,"Comment":"11/10/2024 7:00 PM - francescof - Encounter has been added"}],"items":[{"comp":"01","order":"219070","line":"3","part":"HSK63A-C1.1/4-110-IDU","qty":"2","price":"659.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"4","part":"9HC32","qty":"2","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"5","part":"KM1.1/4-SET-08-MM","qty":"2","price":"512.00","uom":"ST","discount":"0.00","req_date":"Stock","branch":"1"},{"comp":"01","order":"219070","line":"6","part":"KM1.1/4-SET-11","qty":"2","price":"704.00","uom":"EA","discount":"0.00","req_date":"Stock","branch":"1"},{"comp":"01","order":"219070","line":"7","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"9","part":"HSK63A-SM0750-5.00CP","qty":"2","price":"261.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"10","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"12","part":"HSK63A-SM1000-5.00CP","qty":"2","price":"229.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"13","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"15","part":"HSK63A-1000-4.50","qty":"2","price":"363.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"16","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"18","part":"HSK63A-1000-4.50","qty":"2","price":"363.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"19","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"21","part":"H63A-SF10-85CP","qty":"2","price":"385.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"22","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"24","part":"HSK63A-1250-4.50","qty":"2","price":"363.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"25","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"27","part":"H63A-SF1000-4.53CP","qty":"2","price":"418.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"28","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"30","part":"HSK63A-ER32-4.00","qty":"2","price":"419.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"31","part":"032-SPAN","qty":"2","price":"23.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"32","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"34","part":"HSK63A-0750-4.50","qty":"2","price":"369.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"35","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"37","part":"HSK63A-1000-4.50","qty":"2","price":"363.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"38","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"40","part":"H63A-SF0750-6.30CP","qty":"2","price":"579.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"41","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"43","part":"H63A-SF0500-5.12CP","qty":"2","price":"407.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"44","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"46","part":"HSK63A-SK16-105-IDU","qty":"2","price":"555.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"47","part":"9HC16","qty":"2","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"48","part":"SK16-SET-09-A","qty":"2","price":"738.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"49","part":"SK16-SET-27-MM","qty":"2","price":"2214.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"50","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"52","part":"H63A-SF10-85CP","qty":"2","price":"385.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"53","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"55","part":"HSK63A-SK10C-105-IDU","qty":"2","price":"474.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"56","part":"SKL-10","qty":"2","price":"31.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"57","part":"SK10-SET-05-A","qty":"2","price":"335.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"58","part":"SK10-SET-19-MM","qty":"2","price":"1329.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"59","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"61","part":"HSK63A-SK10C-105-IDU","qty":"2","price":"474.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"62","part":"SKL-10","qty":"2","price":"31.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"63","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"65","part":"H63A-SF8-160CP","qty":"2","price":"506.00","uom":"EA","discount":"0.00","req_date":"ETA Pending","branch":"1"},{"comp":"01","order":"219070","line":"66","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"68","part":"HSK63A-ER20-3.00","qty":"2","price":"409.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"69","part":"020-SPAN","qty":"2","price":"19.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"70","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"72","part":"HSK63A-0750-4.50","qty":"2","price":"369.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"73","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"75","part":"HSK63A-1250-4.50","qty":"2","price":"363.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"76","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"78","part":"H63A-SF0500-5.12CP","qty":"2","price":"407.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"79","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":56}}] 2024-11-10 19:51:52.864 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219070-11102024195152.txt === {"quote":"219070","customer":"13687","name":null,"customerName":"DMG Mori (IL)","comp":"01","open":"0","shipto":"ACMEI","shiptoName":"Acme Industries","entry_date":"07-22-2024","cust_order_date":"07-22-2024","req_date":"10-25-2024","cust_po":"Tool List 4034-2497","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Phil Pierantoni","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"13:04","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Phil Pierantoni","follow_phone":"847-93-5400","follow_email":"ppierantoni@dmgmori-usa.com","pic_user":"francescof","total_amt":"31870.00","total_gp":"24994.74","total_gpm":"78.43","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"112","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"219070","line":"0","data":"07-22-2024 13:06 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":219070,"Line":0,"Comment":"08/07/2024 3:37 AM - francescof - Encounter has been added"},{"comp":1,"quote":219070,"Line":1,"Comment":"08/09/2024 1:49 PM - francescof - F/U changed from 07/28/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219070,"Line":2,"Comment":"08/26/2024 1:52 PM - francescof - Req Date changed from 09/02/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":219070,"Line":3,"Comment":"08/26/2024 1:52 PM - francescof - CLO changed from 08/22/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":219070,"Line":4,"Comment":"08/26/2024 1:53 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219070,"Line":5,"Comment":"09/23/2024 4:31 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":219070,"Line":6,"Comment":"09/23/2024 4:31 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":219070,"Line":7,"Comment":"09/23/2024 4:31 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219070,"Line":8,"Comment":"10/14/2024 5:34 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219070,"Line":9,"Comment":"10/14/2024 5:34 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":219070,"Line":10,"Comment":"10/14/2024 5:34 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":219070,"Line":11,"Comment":"11/10/2024 7:00 PM - francescof - Encounter has been added"},{"comp":1,"quote":219070,"Line":12,"Comment":"11/10/2024 7:51 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219070,"Line":13,"Comment":"11/10/2024 7:51 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"219070","line":"3","part":"HSK63A-C1.1/4-110-IDU","qty":"2","price":"659.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"4","part":"9HC32","qty":"2","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"5","part":"KM1.1/4-SET-08-MM","qty":"2","price":"512.00","uom":"ST","discount":"0.00","req_date":"Stock","branch":"1"},{"comp":"01","order":"219070","line":"6","part":"KM1.1/4-SET-11","qty":"2","price":"704.00","uom":"EA","discount":"0.00","req_date":"Stock","branch":"1"},{"comp":"01","order":"219070","line":"7","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"9","part":"HSK63A-SM0750-5.00CP","qty":"2","price":"261.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"10","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"12","part":"HSK63A-SM1000-5.00CP","qty":"2","price":"229.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"13","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"15","part":"HSK63A-1000-4.50","qty":"2","price":"363.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"16","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"18","part":"HSK63A-1000-4.50","qty":"2","price":"363.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"19","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"21","part":"H63A-SF10-85CP","qty":"2","price":"385.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"22","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"24","part":"HSK63A-1250-4.50","qty":"2","price":"363.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"25","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"27","part":"H63A-SF1000-4.53CP","qty":"2","price":"418.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"28","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"30","part":"HSK63A-ER32-4.00","qty":"2","price":"419.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"31","part":"032-SPAN","qty":"2","price":"23.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"32","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"34","part":"HSK63A-0750-4.50","qty":"2","price":"369.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"35","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"37","part":"HSK63A-1000-4.50","qty":"2","price":"363.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"38","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"40","part":"H63A-SF0750-6.30CP","qty":"2","price":"579.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"41","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"43","part":"H63A-SF0500-5.12CP","qty":"2","price":"407.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"44","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"46","part":"HSK63A-SK16-105-IDU","qty":"2","price":"555.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"47","part":"9HC16","qty":"2","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"48","part":"SK16-SET-09-A","qty":"2","price":"738.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"49","part":"SK16-SET-27-MM","qty":"2","price":"2214.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"50","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"52","part":"H63A-SF10-85CP","qty":"2","price":"385.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"53","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"55","part":"HSK63A-SK10C-105-IDU","qty":"2","price":"474.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"56","part":"SKL-10","qty":"2","price":"31.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"57","part":"SK10-SET-05-A","qty":"2","price":"335.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"58","part":"SK10-SET-19-MM","qty":"2","price":"1329.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"59","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"61","part":"HSK63A-SK10C-105-IDU","qty":"2","price":"474.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"62","part":"SKL-10","qty":"2","price":"31.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"63","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"65","part":"H63A-SF8-160CP","qty":"2","price":"506.00","uom":"EA","discount":"0.00","req_date":"ETA Pending","branch":"1"},{"comp":"01","order":"219070","line":"66","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"68","part":"HSK63A-ER20-3.00","qty":"2","price":"409.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"69","part":"020-SPAN","qty":"2","price":"19.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"70","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"72","part":"HSK63A-0750-4.50","qty":"2","price":"369.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"73","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"75","part":"HSK63A-1250-4.50","qty":"2","price":"363.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"76","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"78","part":"H63A-SF0500-5.12CP","qty":"2","price":"407.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"79","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":56}}] 2024-11-10 19:51:57.222 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219070-11102024195156.txt === {"quote":"219070","customer":"13687","name":null,"customerName":"DMG Mori (IL)","comp":"01","open":"0","shipto":"ACMEI","shiptoName":"Acme Industries","entry_date":"07-22-2024","cust_order_date":"07-22-2024","req_date":"11-18-2024","cust_po":"Tool List 4034-2497","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Phil Pierantoni","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"13:04","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Phil Pierantoni","follow_phone":"847-93-5400","follow_email":"ppierantoni@dmgmori-usa.com","pic_user":"francescof","total_amt":"31870.00","total_gp":"24994.74","total_gpm":"78.43","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"112","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"219070","line":"0","data":"07-22-2024 13:06 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":219070,"Line":0,"Comment":"08/07/2024 3:37 AM - francescof - Encounter has been added"},{"comp":1,"quote":219070,"Line":1,"Comment":"08/09/2024 1:49 PM - francescof - F/U changed from 07/28/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219070,"Line":2,"Comment":"08/26/2024 1:52 PM - francescof - Req Date changed from 09/02/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":219070,"Line":3,"Comment":"08/26/2024 1:52 PM - francescof - CLO changed from 08/22/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":219070,"Line":4,"Comment":"08/26/2024 1:53 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219070,"Line":5,"Comment":"09/23/2024 4:31 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":219070,"Line":6,"Comment":"09/23/2024 4:31 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":219070,"Line":7,"Comment":"09/23/2024 4:31 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219070,"Line":8,"Comment":"10/14/2024 5:34 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219070,"Line":9,"Comment":"10/14/2024 5:34 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":219070,"Line":10,"Comment":"10/14/2024 5:34 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":219070,"Line":11,"Comment":"11/10/2024 7:00 PM - francescof - Encounter has been added"},{"comp":1,"quote":219070,"Line":12,"Comment":"11/10/2024 7:51 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219070,"Line":13,"Comment":"11/10/2024 7:51 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"},{"comp":1,"quote":219070,"Line":14,"Comment":"11/10/2024 7:51 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"219070","line":"3","part":"HSK63A-C1.1/4-110-IDU","qty":"2","price":"659.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"4","part":"9HC32","qty":"2","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"5","part":"KM1.1/4-SET-08-MM","qty":"2","price":"512.00","uom":"ST","discount":"0.00","req_date":"Stock","branch":"1"},{"comp":"01","order":"219070","line":"6","part":"KM1.1/4-SET-11","qty":"2","price":"704.00","uom":"EA","discount":"0.00","req_date":"Stock","branch":"1"},{"comp":"01","order":"219070","line":"7","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"9","part":"HSK63A-SM0750-5.00CP","qty":"2","price":"261.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"10","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"12","part":"HSK63A-SM1000-5.00CP","qty":"2","price":"229.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"13","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"15","part":"HSK63A-1000-4.50","qty":"2","price":"363.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"16","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"18","part":"HSK63A-1000-4.50","qty":"2","price":"363.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"19","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"21","part":"H63A-SF10-85CP","qty":"2","price":"385.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"22","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"24","part":"HSK63A-1250-4.50","qty":"2","price":"363.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"25","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"27","part":"H63A-SF1000-4.53CP","qty":"2","price":"418.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"28","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"30","part":"HSK63A-ER32-4.00","qty":"2","price":"419.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"31","part":"032-SPAN","qty":"2","price":"23.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"32","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"34","part":"HSK63A-0750-4.50","qty":"2","price":"369.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"35","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"37","part":"HSK63A-1000-4.50","qty":"2","price":"363.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"38","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"40","part":"H63A-SF0750-6.30CP","qty":"2","price":"579.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"41","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"43","part":"H63A-SF0500-5.12CP","qty":"2","price":"407.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"44","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"46","part":"HSK63A-SK16-105-IDU","qty":"2","price":"555.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"47","part":"9HC16","qty":"2","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"48","part":"SK16-SET-09-A","qty":"2","price":"738.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"49","part":"SK16-SET-27-MM","qty":"2","price":"2214.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"50","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"52","part":"H63A-SF10-85CP","qty":"2","price":"385.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"53","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"55","part":"HSK63A-SK10C-105-IDU","qty":"2","price":"474.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"56","part":"SKL-10","qty":"2","price":"31.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"57","part":"SK10-SET-05-A","qty":"2","price":"335.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"58","part":"SK10-SET-19-MM","qty":"2","price":"1329.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"59","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"61","part":"HSK63A-SK10C-105-IDU","qty":"2","price":"474.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"62","part":"SKL-10","qty":"2","price":"31.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"63","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"65","part":"H63A-SF8-160CP","qty":"2","price":"506.00","uom":"EA","discount":"0.00","req_date":"ETA Pending","branch":"1"},{"comp":"01","order":"219070","line":"66","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"68","part":"HSK63A-ER20-3.00","qty":"2","price":"409.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"69","part":"020-SPAN","qty":"2","price":"19.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"70","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"72","part":"HSK63A-0750-4.50","qty":"2","price":"369.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"73","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"75","part":"HSK63A-1250-4.50","qty":"2","price":"363.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"76","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"78","part":"H63A-SF0500-5.12CP","qty":"2","price":"407.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219070","line":"79","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":56}}] 2024-11-10 19:52:02.113 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220612-11102024195201.txt === {"quote":"220612","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"ANTHPONT","shiptoName":"Anthony Liftgates Inc.","entry_date":"08-23-2024","cust_order_date":"08-23-2024","req_date":"10-25-2024","cust_po":"ER32 LIVE TOOL PROJECT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"06:17","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"3380.40","total_gp":"1299.12","total_gpm":"38.43","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"7","win_pct":"20","clo_date":"10-25-2024","notes":[],"crmnotes":[{"comp":1,"quote":220612,"Line":0,"Comment":"09/23/2024 3:48 AM - francescof - F/U changed from 09/01/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220612,"Line":1,"Comment":"09/23/2024 3:48 AM - francescof - CLO changed from 09/23/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220612,"Line":2,"Comment":"10/14/2024 5:30 AM - francescof - Req Date changed from 10/04/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220612,"Line":3,"Comment":"10/14/2024 5:30 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220612,"Line":4,"Comment":"10/14/2024 5:30 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220612,"Line":5,"Comment":"11/10/2024 7:34 PM - francescof - Encounter has been added"}],"items":[{"comp":"01","order":"220612","line":"1","part":"MZQT46-ER32X","qty":"2","price":"2565.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220612","line":"2","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"220612","line":"3","part":"WRENCH-ER32I","qty":"2","price":"165.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220612","line":"4","part":"WRENCH-MIM-107642","qty":"2","price":"45.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-10 19:52:10.853 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220612-11102024195210.txt === {"quote":"220612","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"ANTHPONT","shiptoName":"Anthony Liftgates Inc.","entry_date":"08-23-2024","cust_order_date":"08-23-2024","req_date":"10-25-2024","cust_po":"ER32 LIVE TOOL PROJECT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"06:17","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"3380.40","total_gp":"1299.12","total_gpm":"38.43","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"7","win_pct":"20","clo_date":"11-18-2024","notes":[],"crmnotes":[{"comp":1,"quote":220612,"Line":0,"Comment":"09/23/2024 3:48 AM - francescof - F/U changed from 09/01/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220612,"Line":1,"Comment":"09/23/2024 3:48 AM - francescof - CLO changed from 09/23/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220612,"Line":2,"Comment":"10/14/2024 5:30 AM - francescof - Req Date changed from 10/04/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220612,"Line":3,"Comment":"10/14/2024 5:30 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220612,"Line":4,"Comment":"10/14/2024 5:30 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220612,"Line":5,"Comment":"11/10/2024 7:34 PM - francescof - Encounter has been added"},{"comp":1,"quote":220612,"Line":6,"Comment":"11/10/2024 7:52 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220612,"Line":7,"Comment":"11/10/2024 7:52 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"220612","line":"1","part":"MZQT46-ER32X","qty":"2","price":"2565.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220612","line":"2","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"220612","line":"3","part":"WRENCH-ER32I","qty":"2","price":"165.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220612","line":"4","part":"WRENCH-MIM-107642","qty":"2","price":"45.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-10 19:52:17.591 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220612-11102024195217.txt === {"quote":"220612","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"ANTHPONT","shiptoName":"Anthony Liftgates Inc.","entry_date":"08-23-2024","cust_order_date":"08-23-2024","req_date":"11-18-2024","cust_po":"ER32 LIVE TOOL PROJECT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"06:17","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"3380.40","total_gp":"1299.12","total_gpm":"38.43","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"7","win_pct":"20","clo_date":"11-18-2024","notes":[],"crmnotes":[{"comp":1,"quote":220612,"Line":0,"Comment":"09/23/2024 3:48 AM - francescof - F/U changed from 09/01/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220612,"Line":1,"Comment":"09/23/2024 3:48 AM - francescof - CLO changed from 09/23/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220612,"Line":2,"Comment":"10/14/2024 5:30 AM - francescof - Req Date changed from 10/04/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220612,"Line":3,"Comment":"10/14/2024 5:30 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220612,"Line":4,"Comment":"10/14/2024 5:30 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220612,"Line":5,"Comment":"11/10/2024 7:34 PM - francescof - Encounter has been added"},{"comp":1,"quote":220612,"Line":6,"Comment":"11/10/2024 7:52 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220612,"Line":7,"Comment":"11/10/2024 7:52 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"},{"comp":1,"quote":220612,"Line":8,"Comment":"11/10/2024 7:52 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"220612","line":"1","part":"MZQT46-ER32X","qty":"2","price":"2565.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220612","line":"2","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"220612","line":"3","part":"WRENCH-ER32I","qty":"2","price":"165.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220612","line":"4","part":"WRENCH-MIM-107642","qty":"2","price":"45.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-10 19:52:23.758 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220455-11102024195223.txt === {"quote":"220455","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"ANTHPONT","shiptoName":"Anthony Liftgates Inc.","entry_date":"08-20-2024","cust_order_date":"08-20-2024","req_date":"10-25-2024","cust_po":"MAZAK QT250M PROJECT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"16:05","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"3838.80","total_gp":"2102.18","total_gpm":"54.76","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"7","win_pct":"20","clo_date":"10-25-2024","notes":[{"comp":"1","quote":"220455","line":"2","data":"08-20-2024 16:07 - Discounts Recalculated QS"},{"comp":"1","quote":"220455","line":"1","data":"live tools and em'd to Frankie"},{"comp":"1","quote":"220455","line":"0","data":"08-20-2024 16:17-jennad applied IMTS promo to"}],"crmnotes":[{"comp":1,"quote":220455,"Line":0,"Comment":"09/23/2024 3:53 AM - francescof - CLO changed from 09/20/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220455,"Line":1,"Comment":"09/23/2024 3:53 AM - francescof - F/U changed from 09/02/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220455,"Line":2,"Comment":"10/14/2024 5:35 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220455,"Line":3,"Comment":"10/14/2024 5:35 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220455,"Line":4,"Comment":"10/14/2024 5:35 AM - francescof - Req Date changed from 10/01/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220455,"Line":5,"Comment":"11/10/2024 7:33 PM - francescof - Encounter has been added"}],"items":[{"comp":"01","order":"220455","line":"1","part":"MZQT47-ER32X-ICE","qty":"2","price":"2947.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220455","line":"2","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"220455","line":"3","part":"WRENCH-ER32I","qty":"2","price":"165.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220455","line":"4","part":"WRENCH-MIM-107642","qty":"2","price":"45.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"220455","Line":"1","Company":"1","F_Line":"1","Comment":"Additional 10% IMTS Early Bird Promo discount applied.","Loc":"Y"},{"Quote":"220455","Line":"2","Company":"1","F_Line":"1","Comment":"Applicable only to MZQT47-ER32X-ICE","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-10 19:52:32.942 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220455-11102024195232.txt === {"quote":"220455","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"ANTHPONT","shiptoName":"Anthony Liftgates Inc.","entry_date":"08-20-2024","cust_order_date":"08-20-2024","req_date":"10-25-2024","cust_po":"MAZAK QT250M PROJECT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"16:05","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"3838.80","total_gp":"2102.18","total_gpm":"54.76","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"7","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"220455","line":"2","data":"08-20-2024 16:07 - Discounts Recalculated QS"},{"comp":"1","quote":"220455","line":"1","data":"live tools and em'd to Frankie"},{"comp":"1","quote":"220455","line":"0","data":"08-20-2024 16:17-jennad applied IMTS promo to"}],"crmnotes":[{"comp":1,"quote":220455,"Line":0,"Comment":"09/23/2024 3:53 AM - francescof - CLO changed from 09/20/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220455,"Line":1,"Comment":"09/23/2024 3:53 AM - francescof - F/U changed from 09/02/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220455,"Line":2,"Comment":"10/14/2024 5:35 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220455,"Line":3,"Comment":"10/14/2024 5:35 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220455,"Line":4,"Comment":"10/14/2024 5:35 AM - francescof - Req Date changed from 10/01/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220455,"Line":5,"Comment":"11/10/2024 7:33 PM - francescof - Encounter has been added"},{"comp":1,"quote":220455,"Line":6,"Comment":"11/10/2024 7:52 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220455,"Line":7,"Comment":"11/10/2024 7:52 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"220455","line":"1","part":"MZQT47-ER32X-ICE","qty":"2","price":"2947.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220455","line":"2","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"220455","line":"3","part":"WRENCH-ER32I","qty":"2","price":"165.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220455","line":"4","part":"WRENCH-MIM-107642","qty":"2","price":"45.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"220455","Line":"1","Company":"1","F_Line":"1","Comment":"Additional 10% IMTS Early Bird Promo discount applied.","Loc":"Y"},{"Quote":"220455","Line":"2","Company":"1","F_Line":"1","Comment":"Applicable only to MZQT47-ER32X-ICE","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-10 19:52:37.519 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220455-11102024195237.txt === {"quote":"220455","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"ANTHPONT","shiptoName":"Anthony Liftgates Inc.","entry_date":"08-20-2024","cust_order_date":"08-20-2024","req_date":"11-18-2024","cust_po":"MAZAK QT250M PROJECT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"16:05","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"3838.80","total_gp":"2102.18","total_gpm":"54.76","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"7","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"220455","line":"2","data":"08-20-2024 16:07 - Discounts Recalculated QS"},{"comp":"1","quote":"220455","line":"1","data":"live tools and em'd to Frankie"},{"comp":"1","quote":"220455","line":"0","data":"08-20-2024 16:17-jennad applied IMTS promo to"}],"crmnotes":[{"comp":1,"quote":220455,"Line":0,"Comment":"09/23/2024 3:53 AM - francescof - CLO changed from 09/20/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220455,"Line":1,"Comment":"09/23/2024 3:53 AM - francescof - F/U changed from 09/02/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220455,"Line":2,"Comment":"10/14/2024 5:35 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220455,"Line":3,"Comment":"10/14/2024 5:35 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220455,"Line":4,"Comment":"10/14/2024 5:35 AM - francescof - Req Date changed from 10/01/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220455,"Line":5,"Comment":"11/10/2024 7:33 PM - francescof - Encounter has been added"},{"comp":1,"quote":220455,"Line":6,"Comment":"11/10/2024 7:52 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220455,"Line":7,"Comment":"11/10/2024 7:52 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"},{"comp":1,"quote":220455,"Line":8,"Comment":"11/10/2024 7:52 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"220455","line":"1","part":"MZQT47-ER32X-ICE","qty":"2","price":"2947.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220455","line":"2","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"220455","line":"3","part":"WRENCH-ER32I","qty":"2","price":"165.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220455","line":"4","part":"WRENCH-MIM-107642","qty":"2","price":"45.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"220455","Line":"1","Company":"1","F_Line":"1","Comment":"Additional 10% IMTS Early Bird Promo discount applied.","Loc":"Y"},{"Quote":"220455","Line":"2","Company":"1","F_Line":"1","Comment":"Applicable only to MZQT47-ER32X-ICE","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-10 19:52:44.556 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-213436-11102024195244.txt === {"quote":"213436","customer":"26350","name":null,"customerName":"Zenger's Inc.","comp":"01","open":"0","shipto":"WILLWMEY","shiptoName":"William Meyer & Sons, Inc.","entry_date":"03-18-2024","cust_order_date":"03-18-2024","req_date":"10-25-2024","cust_po":"CAT50 TOOLING PROJECT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Armando Perez","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"18:14","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Armando Perez","follow_phone":"847-745-5720","follow_email":"aperez@zengers.com","pic_user":"francescof","total_amt":"11468.8","total_gp":"6313.92","total_gpm":"55.05","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"70","win_pct":"20","clo_date":"10-25-2024","notes":[{"comp":"1","quote":"213436","line":"0","data":"03-18-2024 18:14 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":213436,"Line":0,"Comment":"03/25/2024 4:26 AM - francescof - F/U changed from 03/24/2024 to 3/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":1,"Comment":"04/01/2024 3:45 AM - francescof - F/U changed from 03/30/2024 to 4/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":2,"Comment":"04/07/2024 9:49 PM - francescof - F/U changed from 04/06/2024 to 4/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":3,"Comment":"04/15/2024 8:06 AM - francescof - F/U changed from 04/13/2024 to 4/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":4,"Comment":"04/29/2024 12:38 AM - francescof - F/U changed from 04/19/2024 to 5/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":5,"Comment":"04/29/2024 12:38 AM - francescof - CLO changed from 04/18/2024 to 05/03/2024 (CLO Date Updated)"},{"comp":1,"quote":213436,"Line":6,"Comment":"04/29/2024 12:38 AM - francescof - Req Date changed from 04/29/2024 to 05/03/2024 (Req Date Updated)"},{"comp":1,"quote":213436,"Line":7,"Comment":"04/29/2024 12:38 AM - francescof - Encounter has been added"},{"comp":1,"quote":213436,"Line":8,"Comment":"05/05/2024 5:46 PM - francescof - F/U changed from 05/03/2024 to 5/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":9,"Comment":"05/05/2024 5:46 PM - francescof - CLO changed from 05/03/2024 to 05/11/2024 (CLO Date Updated)"},{"comp":1,"quote":213436,"Line":10,"Comment":"05/05/2024 5:46 PM - francescof - Req Date changed from 05/03/2024 to 05/11/2024 (Req Date Updated)"},{"comp":1,"quote":213436,"Line":11,"Comment":"05/12/2024 10:47 PM - francescof - F/U changed from 05/11/2024 to 5/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":12,"Comment":"05/12/2024 10:47 PM - francescof - CLO changed from 05/11/2024 to 05/18/2024 (CLO Date Updated)"},{"comp":1,"quote":213436,"Line":13,"Comment":"05/12/2024 10:48 PM - francescof - Req Date changed from 05/11/2024 to 05/18/2024 (Req Date Updated)"},{"comp":1,"quote":213436,"Line":14,"Comment":"05/20/2024 6:02 AM - francescof - Req Date changed from 05/18/2024 to 05/25/2024 (Req Date Updated)"},{"comp":1,"quote":213436,"Line":15,"Comment":"05/20/2024 6:02 AM - francescof - CLO changed from 05/18/2024 to 05/25/2024 (CLO Date Updated)"},{"comp":1,"quote":213436,"Line":16,"Comment":"05/20/2024 6:02 AM - francescof - F/U changed from 05/18/2024 to 5/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":17,"Comment":"06/03/2024 5:58 AM - francescof - Req Date changed from 05/25/2024 to 06/07/2024 (Req Date Updated)"},{"comp":1,"quote":213436,"Line":18,"Comment":"06/03/2024 5:59 AM - francescof - CLO changed from 05/25/2024 to 06/07/2024 (CLO Date Updated)"},{"comp":1,"quote":213436,"Line":19,"Comment":"06/03/2024 5:59 AM - francescof - F/U changed from 05/25/2024 to 6/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":20,"Comment":"06/06/2024 1:11 PM - francescof - F/U changed from 06/07/2024 to 6/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":21,"Comment":"06/06/2024 1:11 PM - francescof - CLO changed from 06/07/2024 to 06/14/2024 (CLO Date Updated)"},{"comp":1,"quote":213436,"Line":22,"Comment":"06/06/2024 1:11 PM - francescof - Req Date changed from 06/07/2024 to 06/14/2024 (Req Date Updated)"},{"comp":1,"quote":213436,"Line":23,"Comment":"06/06/2024 1:11 PM - francescof - Encounter has been added"},{"comp":1,"quote":213436,"Line":24,"Comment":"06/17/2024 5:32 AM - francescof - F/U changed from 06/14/2024 to 6/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":25,"Comment":"06/17/2024 5:32 AM - francescof - CLO changed from 06/14/2024 to 06/21/2024 (CLO Date Updated)"},{"comp":1,"quote":213436,"Line":26,"Comment":"06/17/2024 5:32 AM - francescof - Req Date changed from 06/14/2024 to 06/21/2024 (Req Date Updated)"},{"comp":1,"quote":213436,"Line":27,"Comment":"06/24/2024 5:11 AM - francescof - F/U changed from 06/21/2024 to 6/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":28,"Comment":"06/24/2024 5:11 AM - francescof - Req Date changed from 06/21/2024 to 06/28/2024 (Req Date Updated)"},{"comp":1,"quote":213436,"Line":29,"Comment":"06/24/2024 5:11 AM - francescof - CLO changed from 06/21/2024 to 06/28/2024 (CLO Date Updated)"},{"comp":1,"quote":213436,"Line":30,"Comment":"07/01/2024 6:03 AM - francescof - Req Date changed from 06/28/2024 to 07/05/2024 (Req Date Updated)"},{"comp":1,"quote":213436,"Line":31,"Comment":"07/01/2024 6:03 AM - francescof - CLO changed from 06/28/2024 to 07/05/2024 (CLO Date Updated)"},{"comp":1,"quote":213436,"Line":32,"Comment":"07/01/2024 6:03 AM - francescof - F/U changed from 06/28/2024 to 7/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":33,"Comment":"07/15/2024 6:31 AM - francescof - F/U changed from 07/05/2024 to 7/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":34,"Comment":"07/15/2024 6:31 AM - francescof - CLO changed from 07/05/2024 to 07/19/2024 (CLO Date Updated)"},{"comp":1,"quote":213436,"Line":35,"Comment":"07/15/2024 6:31 AM - francescof - Req Date changed from 07/05/2024 to 07/19/2024 (Req Date Updated)"},{"comp":1,"quote":213436,"Line":36,"Comment":"08/07/2024 3:02 AM - francescof - Encounter has been added"},{"comp":1,"quote":213436,"Line":37,"Comment":"08/09/2024 1:54 PM - francescof - Req Date changed from 07/19/2024 to 08/19/2024 (Req Date Updated)"},{"comp":1,"quote":213436,"Line":38,"Comment":"08/09/2024 1:54 PM - francescof - CLO changed from 07/19/2024 to 08/19/2024 (CLO Date Updated)"},{"comp":1,"quote":213436,"Line":39,"Comment":"08/09/2024 1:54 PM - francescof - F/U changed from 07/19/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":40,"Comment":"08/26/2024 1:49 PM - francescof - Req Date changed from 08/19/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":213436,"Line":41,"Comment":"08/26/2024 1:50 PM - francescof - CLO changed from 08/19/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":213436,"Line":42,"Comment":"08/26/2024 1:50 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":43,"Comment":"09/23/2024 4:27 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":44,"Comment":"09/23/2024 4:27 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":213436,"Line":45,"Comment":"09/23/2024 4:27 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":213436,"Line":46,"Comment":"10/14/2024 5:16 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":213436,"Line":47,"Comment":"10/14/2024 5:16 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":213436,"Line":48,"Comment":"10/14/2024 5:17 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":49,"Comment":"11/10/2024 6:27 PM - francescof - Encounter has been added"}],"items":[{"comp":"01","order":"213436","line":"1","part":"C5007-0032-4.00","qty":"40","price":"334.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213436","line":"2","part":"E32-314(C)","qty":"2","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213436","line":"3","part":"E32-393(C)","qty":"2","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213436","line":"4","part":"E32-472(C)","qty":"4","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213436","line":"5","part":"E32-551(C)","qty":"4","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213436","line":"6","part":"E32-629(C)","qty":"4","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213436","line":"7","part":"E32-787(C)","qty":"2","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213436","line":"8","part":"E32-SET-21","qty":"2","price":"1092.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213436","line":"9","part":"ET32-381","qty":"3","price":"140.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213436","line":"10","part":"ET32-367","qty":"2","price":"140.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213436","line":"11","part":"ET32-318","qty":"3","price":"140.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213436","line":"12","part":"ET32-480","qty":"2","price":"140.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":12}}] 2024-11-10 19:52:52.700 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-213436-11102024195252.txt === {"quote":"213436","customer":"26350","name":null,"customerName":"Zenger's Inc.","comp":"01","open":"0","shipto":"WILLWMEY","shiptoName":"William Meyer & Sons, Inc.","entry_date":"03-18-2024","cust_order_date":"03-18-2024","req_date":"10-25-2024","cust_po":"CAT50 TOOLING PROJECT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Armando Perez","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"18:14","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Armando Perez","follow_phone":"847-745-5720","follow_email":"aperez@zengers.com","pic_user":"francescof","total_amt":"11468.8","total_gp":"6313.92","total_gpm":"55.05","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"70","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"213436","line":"0","data":"03-18-2024 18:14 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":213436,"Line":0,"Comment":"03/25/2024 4:26 AM - francescof - F/U changed from 03/24/2024 to 3/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":1,"Comment":"04/01/2024 3:45 AM - francescof - F/U changed from 03/30/2024 to 4/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":2,"Comment":"04/07/2024 9:49 PM - francescof - F/U changed from 04/06/2024 to 4/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":3,"Comment":"04/15/2024 8:06 AM - francescof - F/U changed from 04/13/2024 to 4/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":4,"Comment":"04/29/2024 12:38 AM - francescof - F/U changed from 04/19/2024 to 5/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":5,"Comment":"04/29/2024 12:38 AM - francescof - CLO changed from 04/18/2024 to 05/03/2024 (CLO Date Updated)"},{"comp":1,"quote":213436,"Line":6,"Comment":"04/29/2024 12:38 AM - francescof - Req Date changed from 04/29/2024 to 05/03/2024 (Req Date Updated)"},{"comp":1,"quote":213436,"Line":7,"Comment":"04/29/2024 12:38 AM - francescof - Encounter has been added"},{"comp":1,"quote":213436,"Line":8,"Comment":"05/05/2024 5:46 PM - francescof - F/U changed from 05/03/2024 to 5/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":9,"Comment":"05/05/2024 5:46 PM - francescof - CLO changed from 05/03/2024 to 05/11/2024 (CLO Date Updated)"},{"comp":1,"quote":213436,"Line":10,"Comment":"05/05/2024 5:46 PM - francescof - Req Date changed from 05/03/2024 to 05/11/2024 (Req Date Updated)"},{"comp":1,"quote":213436,"Line":11,"Comment":"05/12/2024 10:47 PM - francescof - F/U changed from 05/11/2024 to 5/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":12,"Comment":"05/12/2024 10:47 PM - francescof - CLO changed from 05/11/2024 to 05/18/2024 (CLO Date Updated)"},{"comp":1,"quote":213436,"Line":13,"Comment":"05/12/2024 10:48 PM - francescof - Req Date changed from 05/11/2024 to 05/18/2024 (Req Date Updated)"},{"comp":1,"quote":213436,"Line":14,"Comment":"05/20/2024 6:02 AM - francescof - Req Date changed from 05/18/2024 to 05/25/2024 (Req Date Updated)"},{"comp":1,"quote":213436,"Line":15,"Comment":"05/20/2024 6:02 AM - francescof - CLO changed from 05/18/2024 to 05/25/2024 (CLO Date Updated)"},{"comp":1,"quote":213436,"Line":16,"Comment":"05/20/2024 6:02 AM - francescof - F/U changed from 05/18/2024 to 5/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":17,"Comment":"06/03/2024 5:58 AM - francescof - Req Date changed from 05/25/2024 to 06/07/2024 (Req Date Updated)"},{"comp":1,"quote":213436,"Line":18,"Comment":"06/03/2024 5:59 AM - francescof - CLO changed from 05/25/2024 to 06/07/2024 (CLO Date Updated)"},{"comp":1,"quote":213436,"Line":19,"Comment":"06/03/2024 5:59 AM - francescof - F/U changed from 05/25/2024 to 6/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":20,"Comment":"06/06/2024 1:11 PM - francescof - F/U changed from 06/07/2024 to 6/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":21,"Comment":"06/06/2024 1:11 PM - francescof - CLO changed from 06/07/2024 to 06/14/2024 (CLO Date Updated)"},{"comp":1,"quote":213436,"Line":22,"Comment":"06/06/2024 1:11 PM - francescof - Req Date changed from 06/07/2024 to 06/14/2024 (Req Date Updated)"},{"comp":1,"quote":213436,"Line":23,"Comment":"06/06/2024 1:11 PM - francescof - Encounter has been added"},{"comp":1,"quote":213436,"Line":24,"Comment":"06/17/2024 5:32 AM - francescof - F/U changed from 06/14/2024 to 6/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":25,"Comment":"06/17/2024 5:32 AM - francescof - CLO changed from 06/14/2024 to 06/21/2024 (CLO Date Updated)"},{"comp":1,"quote":213436,"Line":26,"Comment":"06/17/2024 5:32 AM - francescof - Req Date changed from 06/14/2024 to 06/21/2024 (Req Date Updated)"},{"comp":1,"quote":213436,"Line":27,"Comment":"06/24/2024 5:11 AM - francescof - F/U changed from 06/21/2024 to 6/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":28,"Comment":"06/24/2024 5:11 AM - francescof - Req Date changed from 06/21/2024 to 06/28/2024 (Req Date Updated)"},{"comp":1,"quote":213436,"Line":29,"Comment":"06/24/2024 5:11 AM - francescof - CLO changed from 06/21/2024 to 06/28/2024 (CLO Date Updated)"},{"comp":1,"quote":213436,"Line":30,"Comment":"07/01/2024 6:03 AM - francescof - Req Date changed from 06/28/2024 to 07/05/2024 (Req Date Updated)"},{"comp":1,"quote":213436,"Line":31,"Comment":"07/01/2024 6:03 AM - francescof - CLO changed from 06/28/2024 to 07/05/2024 (CLO Date Updated)"},{"comp":1,"quote":213436,"Line":32,"Comment":"07/01/2024 6:03 AM - francescof - F/U changed from 06/28/2024 to 7/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":33,"Comment":"07/15/2024 6:31 AM - francescof - F/U changed from 07/05/2024 to 7/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":34,"Comment":"07/15/2024 6:31 AM - francescof - CLO changed from 07/05/2024 to 07/19/2024 (CLO Date Updated)"},{"comp":1,"quote":213436,"Line":35,"Comment":"07/15/2024 6:31 AM - francescof - Req Date changed from 07/05/2024 to 07/19/2024 (Req Date Updated)"},{"comp":1,"quote":213436,"Line":36,"Comment":"08/07/2024 3:02 AM - francescof - Encounter has been added"},{"comp":1,"quote":213436,"Line":37,"Comment":"08/09/2024 1:54 PM - francescof - Req Date changed from 07/19/2024 to 08/19/2024 (Req Date Updated)"},{"comp":1,"quote":213436,"Line":38,"Comment":"08/09/2024 1:54 PM - francescof - CLO changed from 07/19/2024 to 08/19/2024 (CLO Date Updated)"},{"comp":1,"quote":213436,"Line":39,"Comment":"08/09/2024 1:54 PM - francescof - F/U changed from 07/19/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":40,"Comment":"08/26/2024 1:49 PM - francescof - Req Date changed from 08/19/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":213436,"Line":41,"Comment":"08/26/2024 1:50 PM - francescof - CLO changed from 08/19/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":213436,"Line":42,"Comment":"08/26/2024 1:50 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":43,"Comment":"09/23/2024 4:27 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":44,"Comment":"09/23/2024 4:27 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":213436,"Line":45,"Comment":"09/23/2024 4:27 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":213436,"Line":46,"Comment":"10/14/2024 5:16 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":213436,"Line":47,"Comment":"10/14/2024 5:16 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":213436,"Line":48,"Comment":"10/14/2024 5:17 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":49,"Comment":"11/10/2024 6:27 PM - francescof - Encounter has been added"},{"comp":1,"quote":213436,"Line":50,"Comment":"11/10/2024 7:52 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":51,"Comment":"11/10/2024 7:52 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"213436","line":"1","part":"C5007-0032-4.00","qty":"40","price":"334.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213436","line":"2","part":"E32-314(C)","qty":"2","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213436","line":"3","part":"E32-393(C)","qty":"2","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213436","line":"4","part":"E32-472(C)","qty":"4","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213436","line":"5","part":"E32-551(C)","qty":"4","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213436","line":"6","part":"E32-629(C)","qty":"4","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213436","line":"7","part":"E32-787(C)","qty":"2","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213436","line":"8","part":"E32-SET-21","qty":"2","price":"1092.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213436","line":"9","part":"ET32-381","qty":"3","price":"140.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213436","line":"10","part":"ET32-367","qty":"2","price":"140.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213436","line":"11","part":"ET32-318","qty":"3","price":"140.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213436","line":"12","part":"ET32-480","qty":"2","price":"140.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":12}}] 2024-11-10 19:52:56.976 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-213436-11102024195256.txt === {"quote":"213436","customer":"26350","name":null,"customerName":"Zenger's Inc.","comp":"01","open":"0","shipto":"WILLWMEY","shiptoName":"William Meyer & Sons, Inc.","entry_date":"03-18-2024","cust_order_date":"03-18-2024","req_date":"11-18-2024","cust_po":"CAT50 TOOLING PROJECT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Armando Perez","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"18:14","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Armando Perez","follow_phone":"847-745-5720","follow_email":"aperez@zengers.com","pic_user":"francescof","total_amt":"11468.8","total_gp":"6313.92","total_gpm":"55.05","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"70","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"213436","line":"0","data":"03-18-2024 18:14 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":213436,"Line":0,"Comment":"03/25/2024 4:26 AM - francescof - F/U changed from 03/24/2024 to 3/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":1,"Comment":"04/01/2024 3:45 AM - francescof - F/U changed from 03/30/2024 to 4/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":2,"Comment":"04/07/2024 9:49 PM - francescof - F/U changed from 04/06/2024 to 4/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":3,"Comment":"04/15/2024 8:06 AM - francescof - F/U changed from 04/13/2024 to 4/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":4,"Comment":"04/29/2024 12:38 AM - francescof - F/U changed from 04/19/2024 to 5/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":5,"Comment":"04/29/2024 12:38 AM - francescof - CLO changed from 04/18/2024 to 05/03/2024 (CLO Date Updated)"},{"comp":1,"quote":213436,"Line":6,"Comment":"04/29/2024 12:38 AM - francescof - Req Date changed from 04/29/2024 to 05/03/2024 (Req Date Updated)"},{"comp":1,"quote":213436,"Line":7,"Comment":"04/29/2024 12:38 AM - francescof - Encounter has been added"},{"comp":1,"quote":213436,"Line":8,"Comment":"05/05/2024 5:46 PM - francescof - F/U changed from 05/03/2024 to 5/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":9,"Comment":"05/05/2024 5:46 PM - francescof - CLO changed from 05/03/2024 to 05/11/2024 (CLO Date Updated)"},{"comp":1,"quote":213436,"Line":10,"Comment":"05/05/2024 5:46 PM - francescof - Req Date changed from 05/03/2024 to 05/11/2024 (Req Date Updated)"},{"comp":1,"quote":213436,"Line":11,"Comment":"05/12/2024 10:47 PM - francescof - F/U changed from 05/11/2024 to 5/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":12,"Comment":"05/12/2024 10:47 PM - francescof - CLO changed from 05/11/2024 to 05/18/2024 (CLO Date Updated)"},{"comp":1,"quote":213436,"Line":13,"Comment":"05/12/2024 10:48 PM - francescof - Req Date changed from 05/11/2024 to 05/18/2024 (Req Date Updated)"},{"comp":1,"quote":213436,"Line":14,"Comment":"05/20/2024 6:02 AM - francescof - Req Date changed from 05/18/2024 to 05/25/2024 (Req Date Updated)"},{"comp":1,"quote":213436,"Line":15,"Comment":"05/20/2024 6:02 AM - francescof - CLO changed from 05/18/2024 to 05/25/2024 (CLO Date Updated)"},{"comp":1,"quote":213436,"Line":16,"Comment":"05/20/2024 6:02 AM - francescof - F/U changed from 05/18/2024 to 5/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":17,"Comment":"06/03/2024 5:58 AM - francescof - Req Date changed from 05/25/2024 to 06/07/2024 (Req Date Updated)"},{"comp":1,"quote":213436,"Line":18,"Comment":"06/03/2024 5:59 AM - francescof - CLO changed from 05/25/2024 to 06/07/2024 (CLO Date Updated)"},{"comp":1,"quote":213436,"Line":19,"Comment":"06/03/2024 5:59 AM - francescof - F/U changed from 05/25/2024 to 6/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":20,"Comment":"06/06/2024 1:11 PM - francescof - F/U changed from 06/07/2024 to 6/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":21,"Comment":"06/06/2024 1:11 PM - francescof - CLO changed from 06/07/2024 to 06/14/2024 (CLO Date Updated)"},{"comp":1,"quote":213436,"Line":22,"Comment":"06/06/2024 1:11 PM - francescof - Req Date changed from 06/07/2024 to 06/14/2024 (Req Date Updated)"},{"comp":1,"quote":213436,"Line":23,"Comment":"06/06/2024 1:11 PM - francescof - Encounter has been added"},{"comp":1,"quote":213436,"Line":24,"Comment":"06/17/2024 5:32 AM - francescof - F/U changed from 06/14/2024 to 6/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":25,"Comment":"06/17/2024 5:32 AM - francescof - CLO changed from 06/14/2024 to 06/21/2024 (CLO Date Updated)"},{"comp":1,"quote":213436,"Line":26,"Comment":"06/17/2024 5:32 AM - francescof - Req Date changed from 06/14/2024 to 06/21/2024 (Req Date Updated)"},{"comp":1,"quote":213436,"Line":27,"Comment":"06/24/2024 5:11 AM - francescof - F/U changed from 06/21/2024 to 6/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":28,"Comment":"06/24/2024 5:11 AM - francescof - Req Date changed from 06/21/2024 to 06/28/2024 (Req Date Updated)"},{"comp":1,"quote":213436,"Line":29,"Comment":"06/24/2024 5:11 AM - francescof - CLO changed from 06/21/2024 to 06/28/2024 (CLO Date Updated)"},{"comp":1,"quote":213436,"Line":30,"Comment":"07/01/2024 6:03 AM - francescof - Req Date changed from 06/28/2024 to 07/05/2024 (Req Date Updated)"},{"comp":1,"quote":213436,"Line":31,"Comment":"07/01/2024 6:03 AM - francescof - CLO changed from 06/28/2024 to 07/05/2024 (CLO Date Updated)"},{"comp":1,"quote":213436,"Line":32,"Comment":"07/01/2024 6:03 AM - francescof - F/U changed from 06/28/2024 to 7/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":33,"Comment":"07/15/2024 6:31 AM - francescof - F/U changed from 07/05/2024 to 7/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":34,"Comment":"07/15/2024 6:31 AM - francescof - CLO changed from 07/05/2024 to 07/19/2024 (CLO Date Updated)"},{"comp":1,"quote":213436,"Line":35,"Comment":"07/15/2024 6:31 AM - francescof - Req Date changed from 07/05/2024 to 07/19/2024 (Req Date Updated)"},{"comp":1,"quote":213436,"Line":36,"Comment":"08/07/2024 3:02 AM - francescof - Encounter has been added"},{"comp":1,"quote":213436,"Line":37,"Comment":"08/09/2024 1:54 PM - francescof - Req Date changed from 07/19/2024 to 08/19/2024 (Req Date Updated)"},{"comp":1,"quote":213436,"Line":38,"Comment":"08/09/2024 1:54 PM - francescof - CLO changed from 07/19/2024 to 08/19/2024 (CLO Date Updated)"},{"comp":1,"quote":213436,"Line":39,"Comment":"08/09/2024 1:54 PM - francescof - F/U changed from 07/19/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":40,"Comment":"08/26/2024 1:49 PM - francescof - Req Date changed from 08/19/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":213436,"Line":41,"Comment":"08/26/2024 1:50 PM - francescof - CLO changed from 08/19/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":213436,"Line":42,"Comment":"08/26/2024 1:50 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":43,"Comment":"09/23/2024 4:27 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":44,"Comment":"09/23/2024 4:27 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":213436,"Line":45,"Comment":"09/23/2024 4:27 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":213436,"Line":46,"Comment":"10/14/2024 5:16 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":213436,"Line":47,"Comment":"10/14/2024 5:16 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":213436,"Line":48,"Comment":"10/14/2024 5:17 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":49,"Comment":"11/10/2024 6:27 PM - francescof - Encounter has been added"},{"comp":1,"quote":213436,"Line":50,"Comment":"11/10/2024 7:52 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213436,"Line":51,"Comment":"11/10/2024 7:52 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"},{"comp":1,"quote":213436,"Line":52,"Comment":"11/10/2024 7:52 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"213436","line":"1","part":"C5007-0032-4.00","qty":"40","price":"334.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213436","line":"2","part":"E32-314(C)","qty":"2","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213436","line":"3","part":"E32-393(C)","qty":"2","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213436","line":"4","part":"E32-472(C)","qty":"4","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213436","line":"5","part":"E32-551(C)","qty":"4","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213436","line":"6","part":"E32-629(C)","qty":"4","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213436","line":"7","part":"E32-787(C)","qty":"2","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213436","line":"8","part":"E32-SET-21","qty":"2","price":"1092.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213436","line":"9","part":"ET32-381","qty":"3","price":"140.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213436","line":"10","part":"ET32-367","qty":"2","price":"140.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213436","line":"11","part":"ET32-318","qty":"3","price":"140.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213436","line":"12","part":"ET32-480","qty":"2","price":"140.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":12}}] 2024-11-10 19:53:04.263 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219159-11102024195303.txt === {"quote":"219159","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"YETTCOLC","shiptoName":"Yetter Mfg","entry_date":"07-23-2024","cust_order_date":"07-23-2024","req_date":"10-25-2024","cust_po":"MAZAK VTC TOOLING CERT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"22:31","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"74949.47","total_gp":"52288.59","total_gpm":"69.77","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"435","win_pct":"20","clo_date":"10-25-2024","notes":[{"comp":"1","quote":"219159","line":"9","data":"08-22-2024 09:22 - Discounts Recalculated"},{"comp":"1","quote":"219159","line":"8","data":"08-22-2024 09:22 - Discounts Recalculated"},{"comp":"1","quote":"219159","line":"7","data":"07-23-2024 22:38 - Discounts Recalculated QS"},{"comp":"1","quote":"219159","line":"6","data":"in quantity"},{"comp":"1","quote":"219159","line":"5","data":"this will turn into order, possible small changes"},{"comp":"1","quote":"219159","line":"4","data":"depletion. Per Francesco via phone, confident"},{"comp":"1","quote":"219159","line":"3","data":"Quote Log, em'd Purchasing about possible stock"},{"comp":"1","quote":"219159","line":"2","data":"07-24-2024 14:27-jennad Putting no stock items on"},{"comp":"1","quote":"219159","line":"1","data":"w/ Risa provided MFG estimate"},{"comp":"1","quote":"219159","line":"0","data":"07-24-2024 16:24-jennad Updated all lead times"}],"crmnotes":[{"comp":1,"quote":219159,"Line":0,"Comment":"08/07/2024 3:40 AM - francescof - Encounter has been added"},{"comp":1,"quote":219159,"Line":1,"Comment":"08/09/2024 1:53 PM - francescof - F/U changed from 07/29/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219159,"Line":2,"Comment":"08/26/2024 1:49 PM - francescof - Req Date changed from 09/03/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":219159,"Line":3,"Comment":"08/26/2024 1:49 PM - francescof - CLO changed from 08/23/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":219159,"Line":4,"Comment":"08/26/2024 1:49 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219159,"Line":5,"Comment":"09/23/2024 4:26 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":219159,"Line":6,"Comment":"09/23/2024 4:26 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":219159,"Line":7,"Comment":"09/23/2024 4:26 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219159,"Line":8,"Comment":"10/14/2024 5:29 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":219159,"Line":9,"Comment":"10/14/2024 5:29 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":219159,"Line":10,"Comment":"10/14/2024 5:29 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219159,"Line":11,"Comment":"11/10/2024 4:58 PM - francescof - Encounter has been added"}],"items":[{"comp":"01","order":"219159","line":"1","part":"NCAT40-SK25C-90U-IDU","qty":"75","price":"498.00","uom":"EA","discount":"28.00","req_date":"**See Comment","branch":"1"},{"comp":"01","order":"219159","line":"2","part":"SK25-1/4A","qty":"5","price":"100.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"3","part":"SK25-3/8A","qty":"5","price":"100.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"4","part":"SK25-1/2A","qty":"5","price":"100.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"5","part":"TQW-200","qty":"1","price":"364.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"6","part":"TQW-SK25(55)","qty":"1","price":"105.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"7","part":"TQW-PS(19)","qty":"1","price":"102.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"8","part":"NCAT40-C3/4-85U-IDU","qty":"5","price":"565.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"9","part":"9HC22","qty":"2","price":"41.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"10","part":"NCAT40-C1-85U-IDU","qty":"45","price":"584.00","uom":"EA","discount":"28.00","req_date":"44 Stk/Bal 1-2 Days","branch":"1"},{"comp":"01","order":"219159","line":"11","part":"9HC25","qty":"2","price":"46.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"12","part":"NCAT40-C1.1/4SL-105U-IDU","qty":"30","price":"584.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"13","part":"9HC32","qty":"2","price":"50.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"14","part":"NC4006-1500-4.50CP","qty":"21","price":"363.00","uom":"EA","discount":"35.00","req_date":"10 Stk/Bal 2-3 Wks","branch":"1"},{"comp":"01","order":"219159","line":"15","part":"NCAT40-SK25C-90U-IDU","qty":"2","price":"498.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"16","part":"SK25-16","qty":"1","price":"100.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"17","part":"SK25-25","qty":"1","price":"100.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"18","part":"9HC22","qty":"2","price":"41.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"19","part":"NCAT40-C32-105U-IDU","qty":"1","price":"613.00","uom":"EA","discount":"28.00","req_date":"1-2 Wks ARO","branch":"1"},{"comp":"01","order":"219159","line":"20","part":"9HC32","qty":"2","price":"50.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"21","part":"NC4001-1250-4.00CP","qty":"1","price":"370.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"22","part":"NC4001-0750-4.00CP","qty":"2","price":"337.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"23","part":"C40-STD-EU","qty":"220","price":"28.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"24","part":"SK25-SET-08-A","qty":"3","price":"800.00","uom":"ST","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"219159","Line":"1","Company":"1","F_Line":"1","Comment":"DELIVERY: 58 pcs STOCK 10 pcs 1-2 days ARO.","Loc":"Y"},{"Quote":"219159","Line":"1","Company":"1","F_Line":"2","Comment":"Remaining 7 pcs - ~4 months","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":24}}] 2024-11-10 19:53:13.192 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219159-11102024195312.txt === {"quote":"219159","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"YETTCOLC","shiptoName":"Yetter Mfg","entry_date":"07-23-2024","cust_order_date":"07-23-2024","req_date":"10-25-2024","cust_po":"MAZAK VTC TOOLING CERT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"22:31","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"74949.47","total_gp":"52288.59","total_gpm":"69.77","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"435","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"219159","line":"9","data":"08-22-2024 09:22 - Discounts Recalculated"},{"comp":"1","quote":"219159","line":"8","data":"08-22-2024 09:22 - Discounts Recalculated"},{"comp":"1","quote":"219159","line":"7","data":"07-23-2024 22:38 - Discounts Recalculated QS"},{"comp":"1","quote":"219159","line":"6","data":"in quantity"},{"comp":"1","quote":"219159","line":"5","data":"this will turn into order, possible small changes"},{"comp":"1","quote":"219159","line":"4","data":"depletion. Per Francesco via phone, confident"},{"comp":"1","quote":"219159","line":"3","data":"Quote Log, em'd Purchasing about possible stock"},{"comp":"1","quote":"219159","line":"2","data":"07-24-2024 14:27-jennad Putting no stock items on"},{"comp":"1","quote":"219159","line":"1","data":"w/ Risa provided MFG estimate"},{"comp":"1","quote":"219159","line":"0","data":"07-24-2024 16:24-jennad Updated all lead times"}],"crmnotes":[{"comp":1,"quote":219159,"Line":0,"Comment":"08/07/2024 3:40 AM - francescof - Encounter has been added"},{"comp":1,"quote":219159,"Line":1,"Comment":"08/09/2024 1:53 PM - francescof - F/U changed from 07/29/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219159,"Line":2,"Comment":"08/26/2024 1:49 PM - francescof - Req Date changed from 09/03/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":219159,"Line":3,"Comment":"08/26/2024 1:49 PM - francescof - CLO changed from 08/23/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":219159,"Line":4,"Comment":"08/26/2024 1:49 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219159,"Line":5,"Comment":"09/23/2024 4:26 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":219159,"Line":6,"Comment":"09/23/2024 4:26 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":219159,"Line":7,"Comment":"09/23/2024 4:26 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219159,"Line":8,"Comment":"10/14/2024 5:29 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":219159,"Line":9,"Comment":"10/14/2024 5:29 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":219159,"Line":10,"Comment":"10/14/2024 5:29 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219159,"Line":11,"Comment":"11/10/2024 4:58 PM - francescof - Encounter has been added"},{"comp":1,"quote":219159,"Line":12,"Comment":"11/10/2024 7:53 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219159,"Line":13,"Comment":"11/10/2024 7:53 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"219159","line":"1","part":"NCAT40-SK25C-90U-IDU","qty":"75","price":"498.00","uom":"EA","discount":"28.00","req_date":"**See Comment","branch":"1"},{"comp":"01","order":"219159","line":"2","part":"SK25-1/4A","qty":"5","price":"100.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"3","part":"SK25-3/8A","qty":"5","price":"100.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"4","part":"SK25-1/2A","qty":"5","price":"100.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"5","part":"TQW-200","qty":"1","price":"364.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"6","part":"TQW-SK25(55)","qty":"1","price":"105.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"7","part":"TQW-PS(19)","qty":"1","price":"102.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"8","part":"NCAT40-C3/4-85U-IDU","qty":"5","price":"565.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"9","part":"9HC22","qty":"2","price":"41.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"10","part":"NCAT40-C1-85U-IDU","qty":"45","price":"584.00","uom":"EA","discount":"28.00","req_date":"44 Stk/Bal 1-2 Days","branch":"1"},{"comp":"01","order":"219159","line":"11","part":"9HC25","qty":"2","price":"46.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"12","part":"NCAT40-C1.1/4SL-105U-IDU","qty":"30","price":"584.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"13","part":"9HC32","qty":"2","price":"50.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"14","part":"NC4006-1500-4.50CP","qty":"21","price":"363.00","uom":"EA","discount":"35.00","req_date":"10 Stk/Bal 2-3 Wks","branch":"1"},{"comp":"01","order":"219159","line":"15","part":"NCAT40-SK25C-90U-IDU","qty":"2","price":"498.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"16","part":"SK25-16","qty":"1","price":"100.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"17","part":"SK25-25","qty":"1","price":"100.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"18","part":"9HC22","qty":"2","price":"41.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"19","part":"NCAT40-C32-105U-IDU","qty":"1","price":"613.00","uom":"EA","discount":"28.00","req_date":"1-2 Wks ARO","branch":"1"},{"comp":"01","order":"219159","line":"20","part":"9HC32","qty":"2","price":"50.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"21","part":"NC4001-1250-4.00CP","qty":"1","price":"370.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"22","part":"NC4001-0750-4.00CP","qty":"2","price":"337.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"23","part":"C40-STD-EU","qty":"220","price":"28.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"24","part":"SK25-SET-08-A","qty":"3","price":"800.00","uom":"ST","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"219159","Line":"1","Company":"1","F_Line":"1","Comment":"DELIVERY: 58 pcs STOCK 10 pcs 1-2 days ARO.","Loc":"Y"},{"Quote":"219159","Line":"1","Company":"1","F_Line":"2","Comment":"Remaining 7 pcs - ~4 months","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":24}}] 2024-11-10 19:53:18.370 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219159-11102024195318.txt === {"quote":"219159","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"YETTCOLC","shiptoName":"Yetter Mfg","entry_date":"07-23-2024","cust_order_date":"07-23-2024","req_date":"11-18-2024","cust_po":"MAZAK VTC TOOLING CERT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"22:31","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"74949.47","total_gp":"52288.59","total_gpm":"69.77","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"435","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"219159","line":"9","data":"08-22-2024 09:22 - Discounts Recalculated"},{"comp":"1","quote":"219159","line":"8","data":"08-22-2024 09:22 - Discounts Recalculated"},{"comp":"1","quote":"219159","line":"7","data":"07-23-2024 22:38 - Discounts Recalculated QS"},{"comp":"1","quote":"219159","line":"6","data":"in quantity"},{"comp":"1","quote":"219159","line":"5","data":"this will turn into order, possible small changes"},{"comp":"1","quote":"219159","line":"4","data":"depletion. Per Francesco via phone, confident"},{"comp":"1","quote":"219159","line":"3","data":"Quote Log, em'd Purchasing about possible stock"},{"comp":"1","quote":"219159","line":"2","data":"07-24-2024 14:27-jennad Putting no stock items on"},{"comp":"1","quote":"219159","line":"1","data":"w/ Risa provided MFG estimate"},{"comp":"1","quote":"219159","line":"0","data":"07-24-2024 16:24-jennad Updated all lead times"}],"crmnotes":[{"comp":1,"quote":219159,"Line":0,"Comment":"08/07/2024 3:40 AM - francescof - Encounter has been added"},{"comp":1,"quote":219159,"Line":1,"Comment":"08/09/2024 1:53 PM - francescof - F/U changed from 07/29/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219159,"Line":2,"Comment":"08/26/2024 1:49 PM - francescof - Req Date changed from 09/03/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":219159,"Line":3,"Comment":"08/26/2024 1:49 PM - francescof - CLO changed from 08/23/2024 to 09/07/2024 (CLO Date Updated)"},{"comp":1,"quote":219159,"Line":4,"Comment":"08/26/2024 1:49 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219159,"Line":5,"Comment":"09/23/2024 4:26 AM - francescof - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":219159,"Line":6,"Comment":"09/23/2024 4:26 AM - francescof - CLO changed from 09/07/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":219159,"Line":7,"Comment":"09/23/2024 4:26 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219159,"Line":8,"Comment":"10/14/2024 5:29 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":219159,"Line":9,"Comment":"10/14/2024 5:29 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":219159,"Line":10,"Comment":"10/14/2024 5:29 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219159,"Line":11,"Comment":"11/10/2024 4:58 PM - francescof - Encounter has been added"},{"comp":1,"quote":219159,"Line":12,"Comment":"11/10/2024 7:53 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219159,"Line":13,"Comment":"11/10/2024 7:53 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"},{"comp":1,"quote":219159,"Line":14,"Comment":"11/10/2024 7:53 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"219159","line":"1","part":"NCAT40-SK25C-90U-IDU","qty":"75","price":"498.00","uom":"EA","discount":"28.00","req_date":"**See Comment","branch":"1"},{"comp":"01","order":"219159","line":"2","part":"SK25-1/4A","qty":"5","price":"100.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"3","part":"SK25-3/8A","qty":"5","price":"100.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"4","part":"SK25-1/2A","qty":"5","price":"100.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"5","part":"TQW-200","qty":"1","price":"364.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"6","part":"TQW-SK25(55)","qty":"1","price":"105.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"7","part":"TQW-PS(19)","qty":"1","price":"102.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"8","part":"NCAT40-C3/4-85U-IDU","qty":"5","price":"565.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"9","part":"9HC22","qty":"2","price":"41.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"10","part":"NCAT40-C1-85U-IDU","qty":"45","price":"584.00","uom":"EA","discount":"28.00","req_date":"44 Stk/Bal 1-2 Days","branch":"1"},{"comp":"01","order":"219159","line":"11","part":"9HC25","qty":"2","price":"46.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"12","part":"NCAT40-C1.1/4SL-105U-IDU","qty":"30","price":"584.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"13","part":"9HC32","qty":"2","price":"50.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"14","part":"NC4006-1500-4.50CP","qty":"21","price":"363.00","uom":"EA","discount":"35.00","req_date":"10 Stk/Bal 2-3 Wks","branch":"1"},{"comp":"01","order":"219159","line":"15","part":"NCAT40-SK25C-90U-IDU","qty":"2","price":"498.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"16","part":"SK25-16","qty":"1","price":"100.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"17","part":"SK25-25","qty":"1","price":"100.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"18","part":"9HC22","qty":"2","price":"41.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"19","part":"NCAT40-C32-105U-IDU","qty":"1","price":"613.00","uom":"EA","discount":"28.00","req_date":"1-2 Wks ARO","branch":"1"},{"comp":"01","order":"219159","line":"20","part":"9HC32","qty":"2","price":"50.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"21","part":"NC4001-1250-4.00CP","qty":"1","price":"370.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"22","part":"NC4001-0750-4.00CP","qty":"2","price":"337.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"23","part":"C40-STD-EU","qty":"220","price":"28.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219159","line":"24","part":"SK25-SET-08-A","qty":"3","price":"800.00","uom":"ST","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"219159","Line":"1","Company":"1","F_Line":"1","Comment":"DELIVERY: 58 pcs STOCK 10 pcs 1-2 days ARO.","Loc":"Y"},{"Quote":"219159","Line":"1","Company":"1","F_Line":"2","Comment":"Remaining 7 pcs - ~4 months","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":24}}] 2024-11-10 19:53:27.550 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223994-11102024195327.txt === {"quote":"223994","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"ENGLWHEE","shiptoName":"ENGELHARDT GEAR & SONS LLC","entry_date":"11-05-2024","cust_order_date":"11-05-2024","req_date":"12-17-2024","cust_po":"CAT40 TOOLING PACKAGE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Donn Cropper","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"15:00","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Donn Cropper","follow_phone":"224-595-2041","follow_email":"dcropper@pts-tools.com","pic_user":"francescof","total_amt":"1767.84","total_gp":"2683.19","total_gpm":"66.74","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"9","win_pct":"20","clo_date":"12-05-2024","notes":[{"comp":"1","quote":"223994","line":"2","data":"11-05-2024 15:00 - Discounts Recalculated QS"},{"comp":"1","quote":"223994","line":"1","data":"1 bucket to 46/35"},{"comp":"1","quote":"223994","line":"0","data":"11-05-2024 15:25-jennad Per Frankie OK, increased"}],"crmnotes":[{"comp":1,"quote":223994,"Line":0,"Comment":"11/10/2024 4:23 PM - francescof - F/U changed from 11/11/2024 to 11/8/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223994","line":"1","part":"C4007-0040-3.13","qty":"1","price":"276.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223994","line":"2","part":"E32-SET-18-MM","qty":"1","price":"936.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223994","line":"3","part":"E40-826","qty":"1","price":"68.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223994","line":"4","part":"E40-866","qty":"1","price":"68.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223994","line":"5","part":"E40-905","qty":"1","price":"68.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223994","line":"6","part":"E40-944","qty":"1","price":"68.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223994","line":"7","part":"E40-984","qty":"1","price":"68.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223994","line":"8","part":"E40-1023","qty":"1","price":"68.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223994","line":"9","part":"E32-SET-21","qty":"1","price":"1092.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":9}}] 2024-11-10 19:53:51.810 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221152-11102024195351.txt === {"quote":"221152","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"MDICGILB","shiptoName":"MDI-CO","entry_date":"09-05-2024","cust_order_date":"07-31-2024","req_date":"11-18-2024","cust_po":"MDI-CO E46CA","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"11:26","extra":"","follow_up":"10-25-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"83024.00","total_gp":"76327.17","total_gpm":"91.93","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"12","win_pct":"20","clo_date":"10-31-2024","notes":[],"crmnotes":[{"comp":1,"quote":221152,"Line":0,"Comment":"09/23/2024 4:34 AM - francescof - Req Date changed from 09/05/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":221152,"Line":1,"Comment":"09/23/2024 4:35 AM - francescof - F/U changed from 09/11/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221152,"Line":2,"Comment":"10/14/2024 5:22 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":221152,"Line":3,"Comment":"10/14/2024 5:22 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221152,"Line":4,"Comment":"11/10/2024 6:22 PM - francescof - Encounter has been added"},{"comp":1,"quote":221152,"Line":5,"Comment":"11/10/2024 7:53 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221152","line":"1","part":"PRE-E46CA-I40","qty":"1","price":"49100.00","uom":"EA","discount":"30.00","req_date":"2-3 WEEKS","branch":"1"},{"comp":"01","order":"221152","line":"2","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221152","line":"3","part":"PRE-SPDL-C6RMA","qty":"1","price":"7870.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221152","line":"4","part":"PRE-GAUGE-C6","qty":"1","price":"2720.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221152","line":"5","part":"PRE-SPDL-H63RMA","qty":"1","price":"5230.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221152","line":"6","part":"PRE-GAUGE-H63","qty":"1","price":"1040.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221152","line":"7","part":"PRE-SPDL-I30-E46BAP-CAX","qty":"1","price":"3300.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221152","line":"8","part":"PRE-GAUGE-B30/I30","qty":"1","price":"550.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221152","line":"9","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221152","line":"10","part":"PRE-PRNT-ROLL-QL800","qty":"1","price":"30.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221152","line":"11","part":"PRE-INST/TRAINING","qty":"1","price":"2800.00","uom":"EA","discount":"100.00","req_date":"TBD","branch":"1"},{"comp":"01","order":"221152","line":"12","part":"SPECIAL-TL","qty":"1","price":"33000.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"221152","Line":"0","Comment":"ONCE INVOICED THESE ITEMS MAY NOT BE RETURNED"},{"Quote":"221152","Line":"1","Comment":"OR EXCHANGED."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":12}}] 2024-11-10 19:53:56.055 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221152-11102024195355.txt === {"quote":"221152","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"MDICGILB","shiptoName":"MDI-CO","entry_date":"09-05-2024","cust_order_date":"07-31-2024","req_date":"11-18-2024","cust_po":"MDI-CO E46CA","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"11:26","extra":"","follow_up":"10-25-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"83024.00","total_gp":"76327.17","total_gpm":"91.93","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"12","win_pct":"20","clo_date":"11-18-2024","notes":[],"crmnotes":[{"comp":1,"quote":221152,"Line":0,"Comment":"09/23/2024 4:34 AM - francescof - Req Date changed from 09/05/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":221152,"Line":1,"Comment":"09/23/2024 4:35 AM - francescof - F/U changed from 09/11/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221152,"Line":2,"Comment":"10/14/2024 5:22 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":221152,"Line":3,"Comment":"10/14/2024 5:22 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221152,"Line":4,"Comment":"11/10/2024 6:22 PM - francescof - Encounter has been added"},{"comp":1,"quote":221152,"Line":5,"Comment":"11/10/2024 7:53 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"},{"comp":1,"quote":221152,"Line":6,"Comment":"11/10/2024 7:53 PM - francescof - CLO changed from 10/31/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221152","line":"1","part":"PRE-E46CA-I40","qty":"1","price":"49100.00","uom":"EA","discount":"30.00","req_date":"2-3 WEEKS","branch":"1"},{"comp":"01","order":"221152","line":"2","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221152","line":"3","part":"PRE-SPDL-C6RMA","qty":"1","price":"7870.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221152","line":"4","part":"PRE-GAUGE-C6","qty":"1","price":"2720.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221152","line":"5","part":"PRE-SPDL-H63RMA","qty":"1","price":"5230.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221152","line":"6","part":"PRE-GAUGE-H63","qty":"1","price":"1040.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221152","line":"7","part":"PRE-SPDL-I30-E46BAP-CAX","qty":"1","price":"3300.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221152","line":"8","part":"PRE-GAUGE-B30/I30","qty":"1","price":"550.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221152","line":"9","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221152","line":"10","part":"PRE-PRNT-ROLL-QL800","qty":"1","price":"30.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221152","line":"11","part":"PRE-INST/TRAINING","qty":"1","price":"2800.00","uom":"EA","discount":"100.00","req_date":"TBD","branch":"1"},{"comp":"01","order":"221152","line":"12","part":"SPECIAL-TL","qty":"1","price":"33000.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"221152","Line":"0","Comment":"ONCE INVOICED THESE ITEMS MAY NOT BE RETURNED"},{"Quote":"221152","Line":"1","Comment":"OR EXCHANGED."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":12}}] 2024-11-10 19:54:00.403 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221152-11102024195400.txt === {"quote":"221152","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"MDICGILB","shiptoName":"MDI-CO","entry_date":"09-05-2024","cust_order_date":"07-31-2024","req_date":"11-18-2024","cust_po":"MDI-CO E46CA","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"11:26","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"83024.00","total_gp":"76327.17","total_gpm":"91.93","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"12","win_pct":"20","clo_date":"11-18-2024","notes":[],"crmnotes":[{"comp":1,"quote":221152,"Line":0,"Comment":"09/23/2024 4:34 AM - francescof - Req Date changed from 09/05/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":221152,"Line":1,"Comment":"09/23/2024 4:35 AM - francescof - F/U changed from 09/11/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221152,"Line":2,"Comment":"10/14/2024 5:22 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":221152,"Line":3,"Comment":"10/14/2024 5:22 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221152,"Line":4,"Comment":"11/10/2024 6:22 PM - francescof - Encounter has been added"},{"comp":1,"quote":221152,"Line":5,"Comment":"11/10/2024 7:53 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"},{"comp":1,"quote":221152,"Line":6,"Comment":"11/10/2024 7:53 PM - francescof - CLO changed from 10/31/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221152","line":"1","part":"PRE-E46CA-I40","qty":"1","price":"49100.00","uom":"EA","discount":"30.00","req_date":"2-3 WEEKS","branch":"1"},{"comp":"01","order":"221152","line":"2","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221152","line":"3","part":"PRE-SPDL-C6RMA","qty":"1","price":"7870.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221152","line":"4","part":"PRE-GAUGE-C6","qty":"1","price":"2720.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221152","line":"5","part":"PRE-SPDL-H63RMA","qty":"1","price":"5230.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221152","line":"6","part":"PRE-GAUGE-H63","qty":"1","price":"1040.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221152","line":"7","part":"PRE-SPDL-I30-E46BAP-CAX","qty":"1","price":"3300.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221152","line":"8","part":"PRE-GAUGE-B30/I30","qty":"1","price":"550.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221152","line":"9","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221152","line":"10","part":"PRE-PRNT-ROLL-QL800","qty":"1","price":"30.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221152","line":"11","part":"PRE-INST/TRAINING","qty":"1","price":"2800.00","uom":"EA","discount":"100.00","req_date":"TBD","branch":"1"},{"comp":"01","order":"221152","line":"12","part":"SPECIAL-TL","qty":"1","price":"33000.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"221152","Line":"0","Comment":"ONCE INVOICED THESE ITEMS MAY NOT BE RETURNED"},{"Quote":"221152","Line":"1","Comment":"OR EXCHANGED."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":12}}] 2024-11-10 19:54:07.520 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221013-11102024195407.txt === {"quote":"221013","customer":"4550","name":null,"customerName":"DGI Supply a DoAll Company","comp":"01","open":"0","shipto":"DGIMIDWE","shiptoName":"DGI Supply","entry_date":"09-03-2024","cust_order_date":"09-03-2024","req_date":"11-18-2024","cust_po":"YCM D212 HSK100A PROJ","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Bill (Balbir) Minhas","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"07:54","extra":"","follow_up":"10-25-2024","web_id":"","follow_name":"Bill (Balbir) Minhas","follow_phone":"800-923-6255 x 61647","follow_email":"bminhas@dgisupply.com","pic_user":"francescof","total_amt":"30628.15","total_gp":"19071.39","total_gpm":"62.27","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"204","win_pct":"20","clo_date":"10-25-2024","notes":[{"comp":"1","quote":"221013","line":"9","data":"09-03-2024 07:56 - Discounts Recalculated QS"},{"comp":"1","quote":"221013","line":"8","data":"HSK100A-0250-4.00 , HSK100A-NPU13-145"},{"comp":"1","quote":"221013","line":"7","data":"09-03-2024 09:53-jennad Added delivery time for"},{"comp":"1","quote":"221013","line":"6","data":"quote log."},{"comp":"1","quote":"221013","line":"5","data":"HSK100A-NPU8-130, and HSK100A-TC0562-5.20(C) to"},{"comp":"1","quote":"221013","line":"4","data":"09-03-2024 09:53-jennad Adding special"},{"comp":"1","quote":"221013","line":"3","data":"YG1, Techniks"},{"comp":"1","quote":"221013","line":"2","data":"09-03-2024 10:03-jennad Competing with Parlec,"},{"comp":"1","quote":"221013","line":"1","data":"Em'd to Francesco"},{"comp":"1","quote":"221013","line":"0","data":"09-04-2024 08:50-jennad Updated P&D from QuoteLog"}],"crmnotes":[{"comp":1,"quote":221013,"Line":0,"Comment":"09/23/2024 4:34 AM - francescof - F/U changed from 09/16/2024 to 10/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221013,"Line":1,"Comment":"10/14/2024 5:19 AM - francescof - F/U changed from 10/04/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221013,"Line":2,"Comment":"10/14/2024 5:20 AM - francescof - CLO changed from 10/03/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":221013,"Line":3,"Comment":"11/10/2024 5:56 PM - francescof - Encounter has been added"},{"comp":1,"quote":221013,"Line":4,"Comment":"11/10/2024 7:54 PM - francescof - Req Date changed from 10/15/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221013","line":"1","part":"HSK100A-0250-4.00","qty":"2","price":"498.00","uom":"EA","discount":"46.00","req_date":"ETA 9/17","branch":"1"},{"comp":"01","order":"221013","line":"2","part":"SPECIAL-TL-NIKKEN","qty":"3","price":"603.00","uom":"EA","discount":"46.00","req_date":"1-2 Wks ARO","branch":"1"},{"comp":"01","order":"221013","line":"4","part":"HSK100A-NPU13-145","qty":"5","price":"667.00","uom":"EA","discount":"46.00","req_date":"1-2 Wks ARO","branch":"1"},{"comp":"01","order":"221013","line":"5","part":"HSK100A-0750-4.00","qty":"2","price":"456.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"6","part":"HSK100A-1000-4.00","qty":"1","price":"456.00","uom":"EA","discount":"46.00","req_date":"ETA 9/17","branch":"1"},{"comp":"01","order":"221013","line":"7","part":"HSK100A-1250-4.00","qty":"2","price":"456.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"8","part":"HSK100A-SM0750-6.00CP","qty":"1","price":"373.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"9","part":"HSK100A-SM0750-8.00CP","qty":"1","price":"413.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"10","part":"HSK100A-C3/4-135-IDU","qty":"6","price":"764.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"11","part":"9HC22","qty":"6","price":"41.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"12","part":"KM3/4-5/8","qty":"6","price":"59.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"13","part":"KM3/4-1/2","qty":"6","price":"59.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"14","part":"HSK100A-TC0562-5.20(C)","qty":"1","price":"1151.00","uom":"EA","discount":"46.00","req_date":"4-5 WEEKS","branch":"1"},{"comp":"01","order":"221013","line":"15","part":"HSK100A-R0875-3.94(C)","qty":"1","price":"1124.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"16","part":"NT05-024(S)","qty":"1","price":"48.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"17","part":"NT10-040(S)","qty":"1","price":"75.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"18","part":"HSK100A-ER32-4.00","qty":"4","price":"606.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"19","part":"E32-018(C)","qty":"1","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"20","part":"HSK100A-ER20-6.00","qty":"6","price":"715.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"21","part":"E20-032(C)","qty":"1","price":"89.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"22","part":"E20-024(C)","qty":"1","price":"89.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"23","part":"E20-022(C)","qty":"1","price":"89.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"24","part":"H100A-SF0500-3.74CP","qty":"10","price":"495.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"25","part":"H100A-SF0500-6.30CP","qty":"5","price":"605.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"26","part":"H100A-SF0750-4.13CP","qty":"3","price":"528.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"27","part":"H100A-SF0750-6.30CP","qty":"3","price":"605.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"28","part":"H100A-SF0375-3.54CP","qty":"4","price":"495.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"29","part":"H100A-SF0375-6.30CP","qty":"3","price":"605.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"30","part":"H100A-SF0250-6.30CP","qty":"3","price":"605.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"31","part":"ST62-SF0125-6.30","qty":"3","price":"189.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"32","part":"ST75-SF0375-6.30","qty":"2","price":"189.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"33","part":"ST62-SF0250-6.30","qty":"2","price":"189.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"34","part":"HSK100A-ER32S-160","qty":"4","price":"640.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"35","part":"032-SPAN","qty":"4","price":"23.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"36","part":"HSK100A-SM1000-4.00CP","qty":"1","price":"362.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"37","part":"E32-040(C)","qty":"5","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"38","part":"HSK100-TUBE","qty":"90","price":"41.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"39","part":"HSK100-WRENCH","qty":"2","price":"58.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"40","part":"HSK100A-0375-4.00","qty":"1","price":"498.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"221013","Line":"2","Company":"1","F_Line":"1","Comment":"Please note: This is a custom special item. Once a PO","Loc":"Y"},{"Quote":"221013","Line":"2","Company":"1","F_Line":"2","Comment":"is placed it cannot be cancelled or returned.","Loc":"Y"},{"Quote":"221013","Line":"2","Company":"1","F_Line":"3","Comment":"**W/O ID chip hole**","Loc":"Y"},{"Quote":"221013","Line":"4","Company":"1","F_Line":"1","Comment":"Please Note: This is special non-standard stock. Once","Loc":"Y"},{"Quote":"221013","Line":"4","Company":"1","F_Line":"2","Comment":"a PO is placed this item cannot be cancelled or","Loc":"Y"},{"Quote":"221013","Line":"4","Company":"1","F_Line":"3","Comment":"returned.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":39}}] 2024-11-10 19:54:13.203 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221013-11102024195412.txt === {"quote":"221013","customer":"4550","name":null,"customerName":"DGI Supply a DoAll Company","comp":"01","open":"0","shipto":"DGIMIDWE","shiptoName":"DGI Supply","entry_date":"09-03-2024","cust_order_date":"09-03-2024","req_date":"11-18-2024","cust_po":"YCM D212 HSK100A PROJ","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Bill (Balbir) Minhas","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"07:54","extra":"","follow_up":"10-25-2024","web_id":"","follow_name":"Bill (Balbir) Minhas","follow_phone":"800-923-6255 x 61647","follow_email":"bminhas@dgisupply.com","pic_user":"francescof","total_amt":"30628.15","total_gp":"19071.39","total_gpm":"62.27","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"204","win_pct":"20","clo_date":"11-11-2024","notes":[{"comp":"1","quote":"221013","line":"9","data":"09-03-2024 07:56 - Discounts Recalculated QS"},{"comp":"1","quote":"221013","line":"8","data":"HSK100A-0250-4.00 , HSK100A-NPU13-145"},{"comp":"1","quote":"221013","line":"7","data":"09-03-2024 09:53-jennad Added delivery time for"},{"comp":"1","quote":"221013","line":"6","data":"quote log."},{"comp":"1","quote":"221013","line":"5","data":"HSK100A-NPU8-130, and HSK100A-TC0562-5.20(C) to"},{"comp":"1","quote":"221013","line":"4","data":"09-03-2024 09:53-jennad Adding special"},{"comp":"1","quote":"221013","line":"3","data":"YG1, Techniks"},{"comp":"1","quote":"221013","line":"2","data":"09-03-2024 10:03-jennad Competing with Parlec,"},{"comp":"1","quote":"221013","line":"1","data":"Em'd to Francesco"},{"comp":"1","quote":"221013","line":"0","data":"09-04-2024 08:50-jennad Updated P&D from QuoteLog"}],"crmnotes":[{"comp":1,"quote":221013,"Line":0,"Comment":"09/23/2024 4:34 AM - francescof - F/U changed from 09/16/2024 to 10/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221013,"Line":1,"Comment":"10/14/2024 5:19 AM - francescof - F/U changed from 10/04/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221013,"Line":2,"Comment":"10/14/2024 5:20 AM - francescof - CLO changed from 10/03/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":221013,"Line":3,"Comment":"11/10/2024 5:56 PM - francescof - Encounter has been added"},{"comp":1,"quote":221013,"Line":4,"Comment":"11/10/2024 7:54 PM - francescof - Req Date changed from 10/15/2024 to 11/18/2024 (Req Date Updated)"},{"comp":1,"quote":221013,"Line":5,"Comment":"11/10/2024 7:54 PM - francescof - CLO changed from 10/25/2024 to 11/11/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221013","line":"1","part":"HSK100A-0250-4.00","qty":"2","price":"498.00","uom":"EA","discount":"46.00","req_date":"ETA 9/17","branch":"1"},{"comp":"01","order":"221013","line":"2","part":"SPECIAL-TL-NIKKEN","qty":"3","price":"603.00","uom":"EA","discount":"46.00","req_date":"1-2 Wks ARO","branch":"1"},{"comp":"01","order":"221013","line":"4","part":"HSK100A-NPU13-145","qty":"5","price":"667.00","uom":"EA","discount":"46.00","req_date":"1-2 Wks ARO","branch":"1"},{"comp":"01","order":"221013","line":"5","part":"HSK100A-0750-4.00","qty":"2","price":"456.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"6","part":"HSK100A-1000-4.00","qty":"1","price":"456.00","uom":"EA","discount":"46.00","req_date":"ETA 9/17","branch":"1"},{"comp":"01","order":"221013","line":"7","part":"HSK100A-1250-4.00","qty":"2","price":"456.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"8","part":"HSK100A-SM0750-6.00CP","qty":"1","price":"373.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"9","part":"HSK100A-SM0750-8.00CP","qty":"1","price":"413.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"10","part":"HSK100A-C3/4-135-IDU","qty":"6","price":"764.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"11","part":"9HC22","qty":"6","price":"41.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"12","part":"KM3/4-5/8","qty":"6","price":"59.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"13","part":"KM3/4-1/2","qty":"6","price":"59.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"14","part":"HSK100A-TC0562-5.20(C)","qty":"1","price":"1151.00","uom":"EA","discount":"46.00","req_date":"4-5 WEEKS","branch":"1"},{"comp":"01","order":"221013","line":"15","part":"HSK100A-R0875-3.94(C)","qty":"1","price":"1124.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"16","part":"NT05-024(S)","qty":"1","price":"48.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"17","part":"NT10-040(S)","qty":"1","price":"75.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"18","part":"HSK100A-ER32-4.00","qty":"4","price":"606.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"19","part":"E32-018(C)","qty":"1","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"20","part":"HSK100A-ER20-6.00","qty":"6","price":"715.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"21","part":"E20-032(C)","qty":"1","price":"89.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"22","part":"E20-024(C)","qty":"1","price":"89.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"23","part":"E20-022(C)","qty":"1","price":"89.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"24","part":"H100A-SF0500-3.74CP","qty":"10","price":"495.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"25","part":"H100A-SF0500-6.30CP","qty":"5","price":"605.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"26","part":"H100A-SF0750-4.13CP","qty":"3","price":"528.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"27","part":"H100A-SF0750-6.30CP","qty":"3","price":"605.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"28","part":"H100A-SF0375-3.54CP","qty":"4","price":"495.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"29","part":"H100A-SF0375-6.30CP","qty":"3","price":"605.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"30","part":"H100A-SF0250-6.30CP","qty":"3","price":"605.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"31","part":"ST62-SF0125-6.30","qty":"3","price":"189.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"32","part":"ST75-SF0375-6.30","qty":"2","price":"189.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"33","part":"ST62-SF0250-6.30","qty":"2","price":"189.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"34","part":"HSK100A-ER32S-160","qty":"4","price":"640.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"35","part":"032-SPAN","qty":"4","price":"23.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"36","part":"HSK100A-SM1000-4.00CP","qty":"1","price":"362.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"37","part":"E32-040(C)","qty":"5","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"38","part":"HSK100-TUBE","qty":"90","price":"41.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"39","part":"HSK100-WRENCH","qty":"2","price":"58.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"40","part":"HSK100A-0375-4.00","qty":"1","price":"498.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"221013","Line":"2","Company":"1","F_Line":"1","Comment":"Please note: This is a custom special item. Once a PO","Loc":"Y"},{"Quote":"221013","Line":"2","Company":"1","F_Line":"2","Comment":"is placed it cannot be cancelled or returned.","Loc":"Y"},{"Quote":"221013","Line":"2","Company":"1","F_Line":"3","Comment":"**W/O ID chip hole**","Loc":"Y"},{"Quote":"221013","Line":"4","Company":"1","F_Line":"1","Comment":"Please Note: This is special non-standard stock. Once","Loc":"Y"},{"Quote":"221013","Line":"4","Company":"1","F_Line":"2","Comment":"a PO is placed this item cannot be cancelled or","Loc":"Y"},{"Quote":"221013","Line":"4","Company":"1","F_Line":"3","Comment":"returned.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":39}}] 2024-11-10 19:54:18.465 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221013-11102024195418.txt === {"quote":"221013","customer":"4550","name":null,"customerName":"DGI Supply a DoAll Company","comp":"01","open":"0","shipto":"DGIMIDWE","shiptoName":"DGI Supply","entry_date":"09-03-2024","cust_order_date":"09-03-2024","req_date":"11-18-2024","cust_po":"YCM D212 HSK100A PROJ","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Bill (Balbir) Minhas","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"07:54","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Bill (Balbir) Minhas","follow_phone":"800-923-6255 x 61647","follow_email":"bminhas@dgisupply.com","pic_user":"francescof","total_amt":"30628.15","total_gp":"19071.39","total_gpm":"62.27","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"204","win_pct":"20","clo_date":"11-11-2024","notes":[{"comp":"1","quote":"221013","line":"9","data":"09-03-2024 07:56 - Discounts Recalculated QS"},{"comp":"1","quote":"221013","line":"8","data":"HSK100A-0250-4.00 , HSK100A-NPU13-145"},{"comp":"1","quote":"221013","line":"7","data":"09-03-2024 09:53-jennad Added delivery time for"},{"comp":"1","quote":"221013","line":"6","data":"quote log."},{"comp":"1","quote":"221013","line":"5","data":"HSK100A-NPU8-130, and HSK100A-TC0562-5.20(C) to"},{"comp":"1","quote":"221013","line":"4","data":"09-03-2024 09:53-jennad Adding special"},{"comp":"1","quote":"221013","line":"3","data":"YG1, Techniks"},{"comp":"1","quote":"221013","line":"2","data":"09-03-2024 10:03-jennad Competing with Parlec,"},{"comp":"1","quote":"221013","line":"1","data":"Em'd to Francesco"},{"comp":"1","quote":"221013","line":"0","data":"09-04-2024 08:50-jennad Updated P&D from QuoteLog"}],"crmnotes":[{"comp":1,"quote":221013,"Line":0,"Comment":"09/23/2024 4:34 AM - francescof - F/U changed from 09/16/2024 to 10/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221013,"Line":1,"Comment":"10/14/2024 5:19 AM - francescof - F/U changed from 10/04/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221013,"Line":2,"Comment":"10/14/2024 5:20 AM - francescof - CLO changed from 10/03/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":221013,"Line":3,"Comment":"11/10/2024 5:56 PM - francescof - Encounter has been added"},{"comp":1,"quote":221013,"Line":4,"Comment":"11/10/2024 7:54 PM - francescof - Req Date changed from 10/15/2024 to 11/18/2024 (Req Date Updated)"},{"comp":1,"quote":221013,"Line":5,"Comment":"11/10/2024 7:54 PM - francescof - CLO changed from 10/25/2024 to 11/11/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221013","line":"1","part":"HSK100A-0250-4.00","qty":"2","price":"498.00","uom":"EA","discount":"46.00","req_date":"ETA 9/17","branch":"1"},{"comp":"01","order":"221013","line":"2","part":"SPECIAL-TL-NIKKEN","qty":"3","price":"603.00","uom":"EA","discount":"46.00","req_date":"1-2 Wks ARO","branch":"1"},{"comp":"01","order":"221013","line":"4","part":"HSK100A-NPU13-145","qty":"5","price":"667.00","uom":"EA","discount":"46.00","req_date":"1-2 Wks ARO","branch":"1"},{"comp":"01","order":"221013","line":"5","part":"HSK100A-0750-4.00","qty":"2","price":"456.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"6","part":"HSK100A-1000-4.00","qty":"1","price":"456.00","uom":"EA","discount":"46.00","req_date":"ETA 9/17","branch":"1"},{"comp":"01","order":"221013","line":"7","part":"HSK100A-1250-4.00","qty":"2","price":"456.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"8","part":"HSK100A-SM0750-6.00CP","qty":"1","price":"373.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"9","part":"HSK100A-SM0750-8.00CP","qty":"1","price":"413.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"10","part":"HSK100A-C3/4-135-IDU","qty":"6","price":"764.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"11","part":"9HC22","qty":"6","price":"41.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"12","part":"KM3/4-5/8","qty":"6","price":"59.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"13","part":"KM3/4-1/2","qty":"6","price":"59.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"14","part":"HSK100A-TC0562-5.20(C)","qty":"1","price":"1151.00","uom":"EA","discount":"46.00","req_date":"4-5 WEEKS","branch":"1"},{"comp":"01","order":"221013","line":"15","part":"HSK100A-R0875-3.94(C)","qty":"1","price":"1124.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"16","part":"NT05-024(S)","qty":"1","price":"48.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"17","part":"NT10-040(S)","qty":"1","price":"75.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"18","part":"HSK100A-ER32-4.00","qty":"4","price":"606.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"19","part":"E32-018(C)","qty":"1","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"20","part":"HSK100A-ER20-6.00","qty":"6","price":"715.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"21","part":"E20-032(C)","qty":"1","price":"89.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"22","part":"E20-024(C)","qty":"1","price":"89.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"23","part":"E20-022(C)","qty":"1","price":"89.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"24","part":"H100A-SF0500-3.74CP","qty":"10","price":"495.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"25","part":"H100A-SF0500-6.30CP","qty":"5","price":"605.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"26","part":"H100A-SF0750-4.13CP","qty":"3","price":"528.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"27","part":"H100A-SF0750-6.30CP","qty":"3","price":"605.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"28","part":"H100A-SF0375-3.54CP","qty":"4","price":"495.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"29","part":"H100A-SF0375-6.30CP","qty":"3","price":"605.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"30","part":"H100A-SF0250-6.30CP","qty":"3","price":"605.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"31","part":"ST62-SF0125-6.30","qty":"3","price":"189.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"32","part":"ST75-SF0375-6.30","qty":"2","price":"189.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"33","part":"ST62-SF0250-6.30","qty":"2","price":"189.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"34","part":"HSK100A-ER32S-160","qty":"4","price":"640.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"35","part":"032-SPAN","qty":"4","price":"23.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"36","part":"HSK100A-SM1000-4.00CP","qty":"1","price":"362.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"37","part":"E32-040(C)","qty":"5","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"38","part":"HSK100-TUBE","qty":"90","price":"41.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"39","part":"HSK100-WRENCH","qty":"2","price":"58.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221013","line":"40","part":"HSK100A-0375-4.00","qty":"1","price":"498.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"221013","Line":"2","Company":"1","F_Line":"1","Comment":"Please note: This is a custom special item. Once a PO","Loc":"Y"},{"Quote":"221013","Line":"2","Company":"1","F_Line":"2","Comment":"is placed it cannot be cancelled or returned.","Loc":"Y"},{"Quote":"221013","Line":"2","Company":"1","F_Line":"3","Comment":"**W/O ID chip hole**","Loc":"Y"},{"Quote":"221013","Line":"4","Company":"1","F_Line":"1","Comment":"Please Note: This is special non-standard stock. Once","Loc":"Y"},{"Quote":"221013","Line":"4","Company":"1","F_Line":"2","Comment":"a PO is placed this item cannot be cancelled or","Loc":"Y"},{"Quote":"221013","Line":"4","Company":"1","F_Line":"3","Comment":"returned.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":39}}] 2024-11-10 19:54:26.242 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220950-11102024195425.txt === {"quote":"220950","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"YETTCOLC","shiptoName":"Yetter Mfg","entry_date":"08-30-2024","cust_order_date":"08-30-2024","req_date":"10-25-2024","cust_po":"NCAT40 SK OPTION FINAL","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"00:02","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"60153.00","total_gp":"47417.49","total_gpm":"78.83","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"351","win_pct":"20","clo_date":"10-25-2024","notes":[{"comp":"1","quote":"220950","line":"0","data":"08-30-2024 00:03 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220950,"Line":0,"Comment":"09/23/2024 3:52 AM - francescof - CLO changed from 09/30/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220950,"Line":1,"Comment":"09/23/2024 3:53 AM - francescof - F/U changed from 09/05/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220950,"Line":2,"Comment":"10/14/2024 5:31 AM - francescof - Req Date changed from 10/11/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220950,"Line":3,"Comment":"10/14/2024 5:32 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220950,"Line":4,"Comment":"10/14/2024 5:32 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220950,"Line":5,"Comment":"11/10/2024 5:05 PM - francescof - Encounter has been added"}],"items":[{"comp":"01","order":"220950","line":"2","part":"NCAT40-C3/4-105U-IDU","qty":"2","price":"565.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"3","part":"KM3/4-3/8","qty":"1","price":"59.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"4","part":"KM3/4-1/2","qty":"1","price":"59.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"5","part":"9HC22","qty":"2","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"6","part":"NCAT40-C1-105U-IDU","qty":"1","price":"705.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"7","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"10","part":"NCAT40-SK25C-90U-IDU","qty":"41","price":"498.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"11","part":"TQW-SK25(55)","qty":"1","price":"105.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"12","part":"SK25-3/16A","qty":"9","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"13","part":"SK25-1/4A","qty":"9","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"14","part":"SK25-5/16A","qty":"9","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"15","part":"SK25-3/8A","qty":"9","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"16","part":"SK25-7/16A","qty":"9","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"17","part":"SK25-1/2A","qty":"9","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"18","part":"SK25-9/16A","qty":"9","price":"224.00","uom":"EA","discount":"0.00","req_date":"1 Stk","branch":"1"},{"comp":"01","order":"220950","line":"19","part":"SK25-5/8A","qty":"9","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"20","part":"SK25-3/4A","qty":"9","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"21","part":"SK25-25.4","qty":"9","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"22","part":"NCAT40-SK20C-90U-IDU","qty":"3","price":"478.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"23","part":"TQW-ER32/SK20/TG75(50)","qty":"1","price":"105.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"24","part":"SK20-6","qty":"3","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"25","part":"SK20-8","qty":"3","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"26","part":"SK20-10","qty":"3","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"27","part":"SK20-12","qty":"3","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"28","part":"SK20-14","qty":"3","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"29","part":"SK20-16","qty":"3","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"30","part":"SK20-18","qty":"3","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"31","part":"SK20-20","qty":"3","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"34","part":"NC4006-0750-4.00CP","qty":"3","price":"340.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"35","part":"NC4006-1000-4.00CP","qty":"19","price":"273.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"36","part":"NC4006-1250-4.00CP","qty":"21","price":"275.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"37","part":"NC4006-1500-4.50CP","qty":"15","price":"363.00","uom":"EA","discount":"0.00","req_date":"10 Stk","branch":"1"},{"comp":"01","order":"220950","line":"38","part":"NCAT40-C32-105U-IDU","qty":"3","price":"613.00","uom":"EA","discount":"0.00","req_date":"1 Stk","branch":"1"},{"comp":"01","order":"220950","line":"39","part":"9HC32","qty":"3","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"42","part":"NC4001-0750-4.00CP","qty":"2","price":"337.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"43","part":"NC4001-1250-4.00CP","qty":"1","price":"370.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"46","part":"C40-STD-EU","qty":"115","price":"28.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"47","part":"TQW-PS(19)","qty":"1","price":"102.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":38}}] 2024-11-10 19:54:32.481 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220950-11102024195432.txt === {"quote":"220950","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"YETTCOLC","shiptoName":"Yetter Mfg","entry_date":"08-30-2024","cust_order_date":"08-30-2024","req_date":"10-25-2024","cust_po":"NCAT40 SK OPTION FINAL","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"00:02","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"60153.00","total_gp":"47417.49","total_gpm":"78.83","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"351","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"220950","line":"0","data":"08-30-2024 00:03 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220950,"Line":0,"Comment":"09/23/2024 3:52 AM - francescof - CLO changed from 09/30/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220950,"Line":1,"Comment":"09/23/2024 3:53 AM - francescof - F/U changed from 09/05/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220950,"Line":2,"Comment":"10/14/2024 5:31 AM - francescof - Req Date changed from 10/11/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220950,"Line":3,"Comment":"10/14/2024 5:32 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220950,"Line":4,"Comment":"10/14/2024 5:32 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220950,"Line":5,"Comment":"11/10/2024 5:05 PM - francescof - Encounter has been added"},{"comp":1,"quote":220950,"Line":6,"Comment":"11/10/2024 7:54 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220950,"Line":7,"Comment":"11/10/2024 7:54 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"220950","line":"2","part":"NCAT40-C3/4-105U-IDU","qty":"2","price":"565.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"3","part":"KM3/4-3/8","qty":"1","price":"59.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"4","part":"KM3/4-1/2","qty":"1","price":"59.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"5","part":"9HC22","qty":"2","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"6","part":"NCAT40-C1-105U-IDU","qty":"1","price":"705.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"7","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"10","part":"NCAT40-SK25C-90U-IDU","qty":"41","price":"498.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"11","part":"TQW-SK25(55)","qty":"1","price":"105.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"12","part":"SK25-3/16A","qty":"9","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"13","part":"SK25-1/4A","qty":"9","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"14","part":"SK25-5/16A","qty":"9","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"15","part":"SK25-3/8A","qty":"9","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"16","part":"SK25-7/16A","qty":"9","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"17","part":"SK25-1/2A","qty":"9","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"18","part":"SK25-9/16A","qty":"9","price":"224.00","uom":"EA","discount":"0.00","req_date":"1 Stk","branch":"1"},{"comp":"01","order":"220950","line":"19","part":"SK25-5/8A","qty":"9","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"20","part":"SK25-3/4A","qty":"9","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"21","part":"SK25-25.4","qty":"9","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"22","part":"NCAT40-SK20C-90U-IDU","qty":"3","price":"478.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"23","part":"TQW-ER32/SK20/TG75(50)","qty":"1","price":"105.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"24","part":"SK20-6","qty":"3","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"25","part":"SK20-8","qty":"3","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"26","part":"SK20-10","qty":"3","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"27","part":"SK20-12","qty":"3","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"28","part":"SK20-14","qty":"3","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"29","part":"SK20-16","qty":"3","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"30","part":"SK20-18","qty":"3","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"31","part":"SK20-20","qty":"3","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"34","part":"NC4006-0750-4.00CP","qty":"3","price":"340.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"35","part":"NC4006-1000-4.00CP","qty":"19","price":"273.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"36","part":"NC4006-1250-4.00CP","qty":"21","price":"275.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"37","part":"NC4006-1500-4.50CP","qty":"15","price":"363.00","uom":"EA","discount":"0.00","req_date":"10 Stk","branch":"1"},{"comp":"01","order":"220950","line":"38","part":"NCAT40-C32-105U-IDU","qty":"3","price":"613.00","uom":"EA","discount":"0.00","req_date":"1 Stk","branch":"1"},{"comp":"01","order":"220950","line":"39","part":"9HC32","qty":"3","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"42","part":"NC4001-0750-4.00CP","qty":"2","price":"337.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"43","part":"NC4001-1250-4.00CP","qty":"1","price":"370.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"46","part":"C40-STD-EU","qty":"115","price":"28.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"47","part":"TQW-PS(19)","qty":"1","price":"102.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":38}}] 2024-11-10 19:54:36.132 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220950-11102024195435.txt === {"quote":"220950","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"YETTCOLC","shiptoName":"Yetter Mfg","entry_date":"08-30-2024","cust_order_date":"08-30-2024","req_date":"11-18-2024","cust_po":"NCAT40 SK OPTION FINAL","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"00:02","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"60153.00","total_gp":"47417.49","total_gpm":"78.83","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"351","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"220950","line":"0","data":"08-30-2024 00:03 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220950,"Line":0,"Comment":"09/23/2024 3:52 AM - francescof - CLO changed from 09/30/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220950,"Line":1,"Comment":"09/23/2024 3:53 AM - francescof - F/U changed from 09/05/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220950,"Line":2,"Comment":"10/14/2024 5:31 AM - francescof - Req Date changed from 10/11/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220950,"Line":3,"Comment":"10/14/2024 5:32 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220950,"Line":4,"Comment":"10/14/2024 5:32 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220950,"Line":5,"Comment":"11/10/2024 5:05 PM - francescof - Encounter has been added"},{"comp":1,"quote":220950,"Line":6,"Comment":"11/10/2024 7:54 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220950,"Line":7,"Comment":"11/10/2024 7:54 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"},{"comp":1,"quote":220950,"Line":8,"Comment":"11/10/2024 7:54 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"220950","line":"2","part":"NCAT40-C3/4-105U-IDU","qty":"2","price":"565.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"3","part":"KM3/4-3/8","qty":"1","price":"59.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"4","part":"KM3/4-1/2","qty":"1","price":"59.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"5","part":"9HC22","qty":"2","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"6","part":"NCAT40-C1-105U-IDU","qty":"1","price":"705.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"7","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"10","part":"NCAT40-SK25C-90U-IDU","qty":"41","price":"498.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"11","part":"TQW-SK25(55)","qty":"1","price":"105.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"12","part":"SK25-3/16A","qty":"9","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"13","part":"SK25-1/4A","qty":"9","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"14","part":"SK25-5/16A","qty":"9","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"15","part":"SK25-3/8A","qty":"9","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"16","part":"SK25-7/16A","qty":"9","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"17","part":"SK25-1/2A","qty":"9","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"18","part":"SK25-9/16A","qty":"9","price":"224.00","uom":"EA","discount":"0.00","req_date":"1 Stk","branch":"1"},{"comp":"01","order":"220950","line":"19","part":"SK25-5/8A","qty":"9","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"20","part":"SK25-3/4A","qty":"9","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"21","part":"SK25-25.4","qty":"9","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"22","part":"NCAT40-SK20C-90U-IDU","qty":"3","price":"478.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"23","part":"TQW-ER32/SK20/TG75(50)","qty":"1","price":"105.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"24","part":"SK20-6","qty":"3","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"25","part":"SK20-8","qty":"3","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"26","part":"SK20-10","qty":"3","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"27","part":"SK20-12","qty":"3","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"28","part":"SK20-14","qty":"3","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"29","part":"SK20-16","qty":"3","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"30","part":"SK20-18","qty":"3","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"31","part":"SK20-20","qty":"3","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"34","part":"NC4006-0750-4.00CP","qty":"3","price":"340.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"35","part":"NC4006-1000-4.00CP","qty":"19","price":"273.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"36","part":"NC4006-1250-4.00CP","qty":"21","price":"275.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"37","part":"NC4006-1500-4.50CP","qty":"15","price":"363.00","uom":"EA","discount":"0.00","req_date":"10 Stk","branch":"1"},{"comp":"01","order":"220950","line":"38","part":"NCAT40-C32-105U-IDU","qty":"3","price":"613.00","uom":"EA","discount":"0.00","req_date":"1 Stk","branch":"1"},{"comp":"01","order":"220950","line":"39","part":"9HC32","qty":"3","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"42","part":"NC4001-0750-4.00CP","qty":"2","price":"337.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"43","part":"NC4001-1250-4.00CP","qty":"1","price":"370.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"46","part":"C40-STD-EU","qty":"115","price":"28.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220950","line":"47","part":"TQW-PS(19)","qty":"1","price":"102.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":38}}] 2024-11-10 19:54:38.160 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223057-11102024195437.txt === {"quote":"223057","customer":"13366","name":null,"customerName":"Maruka USA Inc. (MO)","comp":"01","open":"0","shipto":"ROMELEC","shiptoName":"Romac Electronics, Inc.","entry_date":"10-16-2024","cust_order_date":"10-16-2024","req_date":"11-29-2024","cust_po":"New Tooling Certficate","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"30","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Kevin Ducey","drop_po":"NEW ROMAC TOOL CERT","status":"0","user":"nickm","conv_order":"","time":"10:42","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Kevin Ducey","follow_phone":"800-262-7852","follow_email":"kducey@marukausa.com","pic_user":"nickm","total_amt":"10777.00","total_gp":"8455.24","total_gpm":"78.46","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"37","win_pct":"81","clo_date":"11-22-2024","notes":[],"crmnotes":[{"comp":1,"quote":223057,"Line":0,"Comment":"11/10/2024 8:46 PM - nickm - F/U changed from 10/22/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223057,"Line":1,"Comment":"11/10/2024 8:46 PM - nickm - CLO changed from 10/29/2024 to 11/22/2024 (CLO Date Updated)"},{"comp":1,"quote":223057,"Line":2,"Comment":"11/10/2024 8:47 PM - nickm - Req Date changed from 11/16/2024 to 11/29/2024 (Req Date Updated)"},{"comp":1,"quote":223057,"Line":3,"Comment":"11/10/2024 8:51 PM - nickm - Customer purchased a tooling certificate and looking to get more tooling"}],"items":[{"comp":"01","order":"223057","line":"1","part":"TOOL-CERT","qty":"1","price":"0.00","uom":"EA","discount":"55.00","req_date":"","branch":"1"},{"comp":"01","order":"223057","line":"5","part":"NC4006-0500-4.00CP","qty":"4","price":"241.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223057","line":"6","part":"NC4006-0625-3.00CP","qty":"4","price":"218.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223057","line":"7","part":"NC4006-0750-4.00CP","qty":"4","price":"340.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223057","line":"8","part":"NC4006-1000-4.00CP","qty":"3","price":"273.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223057","line":"12","part":"NCAT40-SK16C-90U-IDU","qty":"14","price":"442.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223057","line":"13","part":"SK16-3/16A","qty":"2","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223057","line":"14","part":"SK16-3/8A","qty":"4","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223057","line":"15","part":"SK16-7/16A","qty":"1","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":9}}] 2024-11-10 19:54:42.475 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220949-11102024195442.txt === {"quote":"220949","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"YETTCOLC","shiptoName":"Yetter Mfg","entry_date":"08-29-2024","cust_order_date":"08-29-2024","req_date":"10-25-2024","cust_po":"NCAT40 ER OPTION FINAL","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"23:19","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"49848.00","total_gp":"38962.04","total_gpm":"78.16","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"365","win_pct":"20","clo_date":"10-25-2024","notes":[{"comp":"1","quote":"220949","line":"0","data":"08-29-2024 23:23 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220949,"Line":0,"Comment":"09/23/2024 3:53 AM - francescof - CLO changed from 09/29/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220949,"Line":1,"Comment":"09/23/2024 3:53 AM - francescof - F/U changed from 09/04/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220949,"Line":2,"Comment":"10/14/2024 5:32 AM - francescof - Req Date changed from 10/10/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220949,"Line":3,"Comment":"10/14/2024 5:32 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220949,"Line":4,"Comment":"10/14/2024 5:32 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220949,"Line":5,"Comment":"11/10/2024 5:03 PM - francescof - Encounter has been added"}],"items":[{"comp":"01","order":"220949","line":"2","part":"NCAT40-C3/4-105U-IDU","qty":"2","price":"565.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"3","part":"KM3/4-3/8","qty":"1","price":"59.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"4","part":"KM3/4-1/2","qty":"1","price":"59.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"5","part":"9HC22","qty":"2","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"6","part":"NCAT40-C1-105U-IDU","qty":"1","price":"705.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"7","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"10","part":"NC4007-0040-3.13G","qty":"41","price":"362.00","uom":"EA","discount":"0.00","req_date":"30 STOCK","branch":"1"},{"comp":"01","order":"220949","line":"11","part":"TQW-E40-G","qty":"1","price":"167.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"12","part":"E40-012","qty":"9","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"13","part":"E40-016","qty":"9","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"14","part":"E40-020","qty":"9","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"15","part":"E40-024","qty":"9","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"16","part":"E40-028","qty":"9","price":"68.00","uom":"EA","discount":"0.00","req_date":"5 Stk","branch":"1"},{"comp":"01","order":"220949","line":"17","part":"E40-032","qty":"9","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"18","part":"E40-036","qty":"9","price":"68.00","uom":"EA","discount":"0.00","req_date":"7 Stk","branch":"1"},{"comp":"01","order":"220949","line":"19","part":"E40-040","qty":"9","price":"68.00","uom":"EA","discount":"0.00","req_date":"3 Stk","branch":"1"},{"comp":"01","order":"220949","line":"20","part":"E40-044","qty":"9","price":"68.00","uom":"EA","discount":"0.00","req_date":"8 Stk","branch":"1"},{"comp":"01","order":"220949","line":"21","part":"E40-048","qty":"9","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"22","part":"E40-064","qty":"9","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"23","part":"E40-236","qty":"3","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"24","part":"E40-314","qty":"3","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"25","part":"E40-393","qty":"3","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"26","part":"E40-472","qty":"3","price":"68.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"220949","line":"27","part":"E40-511","qty":"3","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"28","part":"E40-551","qty":"3","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"29","part":"E40-629","qty":"3","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"30","part":"E40-708","qty":"3","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"31","part":"E40-826","qty":"3","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"34","part":"NC4006-0750-4.00CP","qty":"3","price":"340.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"35","part":"NC4006-1000-4.00CP","qty":"19","price":"273.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"36","part":"NC4006-1250-4.00CP","qty":"21","price":"275.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"37","part":"NC4006-1500-4.50CP","qty":"15","price":"363.00","uom":"EA","discount":"0.00","req_date":"10 Stk","branch":"1"},{"comp":"01","order":"220949","line":"38","part":"E40-629","qty":"3","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"39","part":"E40-984","qty":"3","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"40","part":"NCAT40-C32-105U-IDU","qty":"3","price":"613.00","uom":"EA","discount":"0.00","req_date":"1 Stk","branch":"1"},{"comp":"01","order":"220949","line":"41","part":"9HC32","qty":"3","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"44","part":"NC4001-0750-4.00CP","qty":"2","price":"337.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"45","part":"NC4001-1250-4.00CP","qty":"1","price":"370.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"48","part":"C40-STD-EU","qty":"115","price":"28.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"49","part":"TQW-PS(19)","qty":"1","price":"102.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":40}}] 2024-11-10 19:54:49.468 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220949-11102024195449.txt === {"quote":"220949","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"YETTCOLC","shiptoName":"Yetter Mfg","entry_date":"08-29-2024","cust_order_date":"08-29-2024","req_date":"10-25-2024","cust_po":"NCAT40 ER OPTION FINAL","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"23:19","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"49848.00","total_gp":"38962.04","total_gpm":"78.16","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"365","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"220949","line":"0","data":"08-29-2024 23:23 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220949,"Line":0,"Comment":"09/23/2024 3:53 AM - francescof - CLO changed from 09/29/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220949,"Line":1,"Comment":"09/23/2024 3:53 AM - francescof - F/U changed from 09/04/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220949,"Line":2,"Comment":"10/14/2024 5:32 AM - francescof - Req Date changed from 10/10/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220949,"Line":3,"Comment":"10/14/2024 5:32 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220949,"Line":4,"Comment":"10/14/2024 5:32 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220949,"Line":5,"Comment":"11/10/2024 5:03 PM - francescof - Encounter has been added"},{"comp":1,"quote":220949,"Line":6,"Comment":"11/10/2024 7:54 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220949,"Line":7,"Comment":"11/10/2024 7:54 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"220949","line":"2","part":"NCAT40-C3/4-105U-IDU","qty":"2","price":"565.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"3","part":"KM3/4-3/8","qty":"1","price":"59.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"4","part":"KM3/4-1/2","qty":"1","price":"59.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"5","part":"9HC22","qty":"2","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"6","part":"NCAT40-C1-105U-IDU","qty":"1","price":"705.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"7","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"10","part":"NC4007-0040-3.13G","qty":"41","price":"362.00","uom":"EA","discount":"0.00","req_date":"30 STOCK","branch":"1"},{"comp":"01","order":"220949","line":"11","part":"TQW-E40-G","qty":"1","price":"167.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"12","part":"E40-012","qty":"9","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"13","part":"E40-016","qty":"9","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"14","part":"E40-020","qty":"9","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"15","part":"E40-024","qty":"9","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"16","part":"E40-028","qty":"9","price":"68.00","uom":"EA","discount":"0.00","req_date":"5 Stk","branch":"1"},{"comp":"01","order":"220949","line":"17","part":"E40-032","qty":"9","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"18","part":"E40-036","qty":"9","price":"68.00","uom":"EA","discount":"0.00","req_date":"7 Stk","branch":"1"},{"comp":"01","order":"220949","line":"19","part":"E40-040","qty":"9","price":"68.00","uom":"EA","discount":"0.00","req_date":"3 Stk","branch":"1"},{"comp":"01","order":"220949","line":"20","part":"E40-044","qty":"9","price":"68.00","uom":"EA","discount":"0.00","req_date":"8 Stk","branch":"1"},{"comp":"01","order":"220949","line":"21","part":"E40-048","qty":"9","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"22","part":"E40-064","qty":"9","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"23","part":"E40-236","qty":"3","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"24","part":"E40-314","qty":"3","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"25","part":"E40-393","qty":"3","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"26","part":"E40-472","qty":"3","price":"68.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"220949","line":"27","part":"E40-511","qty":"3","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"28","part":"E40-551","qty":"3","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"29","part":"E40-629","qty":"3","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"30","part":"E40-708","qty":"3","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"31","part":"E40-826","qty":"3","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"34","part":"NC4006-0750-4.00CP","qty":"3","price":"340.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"35","part":"NC4006-1000-4.00CP","qty":"19","price":"273.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"36","part":"NC4006-1250-4.00CP","qty":"21","price":"275.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"37","part":"NC4006-1500-4.50CP","qty":"15","price":"363.00","uom":"EA","discount":"0.00","req_date":"10 Stk","branch":"1"},{"comp":"01","order":"220949","line":"38","part":"E40-629","qty":"3","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"39","part":"E40-984","qty":"3","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"40","part":"NCAT40-C32-105U-IDU","qty":"3","price":"613.00","uom":"EA","discount":"0.00","req_date":"1 Stk","branch":"1"},{"comp":"01","order":"220949","line":"41","part":"9HC32","qty":"3","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"44","part":"NC4001-0750-4.00CP","qty":"2","price":"337.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"45","part":"NC4001-1250-4.00CP","qty":"1","price":"370.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"48","part":"C40-STD-EU","qty":"115","price":"28.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"49","part":"TQW-PS(19)","qty":"1","price":"102.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":40}}] 2024-11-10 19:54:53.642 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220949-11102024195453.txt === {"quote":"220949","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"YETTCOLC","shiptoName":"Yetter Mfg","entry_date":"08-29-2024","cust_order_date":"08-29-2024","req_date":"11-18-2024","cust_po":"NCAT40 ER OPTION FINAL","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"23:19","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"49848.00","total_gp":"38962.04","total_gpm":"78.16","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"365","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"220949","line":"0","data":"08-29-2024 23:23 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220949,"Line":0,"Comment":"09/23/2024 3:53 AM - francescof - CLO changed from 09/29/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220949,"Line":1,"Comment":"09/23/2024 3:53 AM - francescof - F/U changed from 09/04/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220949,"Line":2,"Comment":"10/14/2024 5:32 AM - francescof - Req Date changed from 10/10/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220949,"Line":3,"Comment":"10/14/2024 5:32 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220949,"Line":4,"Comment":"10/14/2024 5:32 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220949,"Line":5,"Comment":"11/10/2024 5:03 PM - francescof - Encounter has been added"},{"comp":1,"quote":220949,"Line":6,"Comment":"11/10/2024 7:54 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220949,"Line":7,"Comment":"11/10/2024 7:54 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"},{"comp":1,"quote":220949,"Line":8,"Comment":"11/10/2024 7:54 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"220949","line":"2","part":"NCAT40-C3/4-105U-IDU","qty":"2","price":"565.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"3","part":"KM3/4-3/8","qty":"1","price":"59.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"4","part":"KM3/4-1/2","qty":"1","price":"59.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"5","part":"9HC22","qty":"2","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"6","part":"NCAT40-C1-105U-IDU","qty":"1","price":"705.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"7","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"10","part":"NC4007-0040-3.13G","qty":"41","price":"362.00","uom":"EA","discount":"0.00","req_date":"30 STOCK","branch":"1"},{"comp":"01","order":"220949","line":"11","part":"TQW-E40-G","qty":"1","price":"167.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"12","part":"E40-012","qty":"9","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"13","part":"E40-016","qty":"9","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"14","part":"E40-020","qty":"9","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"15","part":"E40-024","qty":"9","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"16","part":"E40-028","qty":"9","price":"68.00","uom":"EA","discount":"0.00","req_date":"5 Stk","branch":"1"},{"comp":"01","order":"220949","line":"17","part":"E40-032","qty":"9","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"18","part":"E40-036","qty":"9","price":"68.00","uom":"EA","discount":"0.00","req_date":"7 Stk","branch":"1"},{"comp":"01","order":"220949","line":"19","part":"E40-040","qty":"9","price":"68.00","uom":"EA","discount":"0.00","req_date":"3 Stk","branch":"1"},{"comp":"01","order":"220949","line":"20","part":"E40-044","qty":"9","price":"68.00","uom":"EA","discount":"0.00","req_date":"8 Stk","branch":"1"},{"comp":"01","order":"220949","line":"21","part":"E40-048","qty":"9","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"22","part":"E40-064","qty":"9","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"23","part":"E40-236","qty":"3","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"24","part":"E40-314","qty":"3","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"25","part":"E40-393","qty":"3","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"26","part":"E40-472","qty":"3","price":"68.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"220949","line":"27","part":"E40-511","qty":"3","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"28","part":"E40-551","qty":"3","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"29","part":"E40-629","qty":"3","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"30","part":"E40-708","qty":"3","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"31","part":"E40-826","qty":"3","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"34","part":"NC4006-0750-4.00CP","qty":"3","price":"340.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"35","part":"NC4006-1000-4.00CP","qty":"19","price":"273.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"36","part":"NC4006-1250-4.00CP","qty":"21","price":"275.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"37","part":"NC4006-1500-4.50CP","qty":"15","price":"363.00","uom":"EA","discount":"0.00","req_date":"10 Stk","branch":"1"},{"comp":"01","order":"220949","line":"38","part":"E40-629","qty":"3","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"39","part":"E40-984","qty":"3","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"40","part":"NCAT40-C32-105U-IDU","qty":"3","price":"613.00","uom":"EA","discount":"0.00","req_date":"1 Stk","branch":"1"},{"comp":"01","order":"220949","line":"41","part":"9HC32","qty":"3","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"44","part":"NC4001-0750-4.00CP","qty":"2","price":"337.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"45","part":"NC4001-1250-4.00CP","qty":"1","price":"370.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"48","part":"C40-STD-EU","qty":"115","price":"28.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220949","line":"49","part":"TQW-PS(19)","qty":"1","price":"102.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":40}}] 2024-11-10 19:55:00.911 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220683-11102024195459.txt === {"quote":"220683","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"CASEGDFD","shiptoName":"CNH Industrial America LLC","entry_date":"08-25-2024","cust_order_date":"08-25-2024","req_date":"10-25-2024","cust_po":"Mazak MTV815 Project","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"21:28","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"57558.00","total_gp":"45512.09","total_gpm":"79.07","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"255","win_pct":"20","clo_date":"10-25-2024","notes":[{"comp":"1","quote":"220683","line":"0","data":"08-25-2024 21:30 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220683,"Line":0,"Comment":"09/23/2024 4:24 AM - francescof - CLO changed from NaN/NaN/NaN to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220683,"Line":1,"Comment":"09/23/2024 4:24 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220683,"Line":2,"Comment":"10/14/2024 5:33 AM - francescof - Req Date changed from 10/06/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220683,"Line":3,"Comment":"10/14/2024 5:34 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220683,"Line":4,"Comment":"10/14/2024 5:34 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220683,"Line":5,"Comment":"11/10/2024 7:29 PM - francescof - Encounter has been added"}],"items":[{"comp":"01","order":"220683","line":"3","part":"NC5001-0750-4.00CP","qty":"1","price":"423.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"4","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"6","part":"NC5001-0750-4.00CP","qty":"1","price":"423.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"7","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"9","part":"NC5001-0750-4.00CP","qty":"1","price":"423.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"10","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"12","part":"NC5001-0750-4.00CP","qty":"1","price":"423.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"13","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"15","part":"NC5001-1000-4.00CP","qty":"1","price":"521.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"16","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"18","part":"NC5001-1000-4.00CP","qty":"1","price":"521.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"19","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"21","part":"NC5001-1000-4.00CP","qty":"1","price":"521.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"22","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"24","part":"NC5001-0750-4.00CP","qty":"1","price":"423.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"25","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"27","part":"NC5001-0750-4.00CP","qty":"1","price":"423.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"28","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"30","part":"NC5001-1000-4.00CP","qty":"1","price":"521.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"31","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"33","part":"NC5001-1000-4.00CP","qty":"1","price":"521.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"34","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"36","part":"NC5001-0750-4.00CP","qty":"1","price":"423.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"37","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"41","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"42","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"43","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"45","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"46","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"47","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"49","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"50","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"51","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"53","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"54","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"55","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"57","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"58","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"59","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"61","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"62","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"63","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"65","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"66","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"67","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"69","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"70","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"71","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"73","part":"NC5006-1500-4.50CP","qty":"1","price":"446.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"74","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"76","part":"NC5006-1500-4.50CP","qty":"1","price":"446.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"77","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"79","part":"NC5006-1500-4.50CP","qty":"1","price":"446.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"80","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"82","part":"NC5006-1500-4.50CP","qty":"1","price":"446.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"83","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"85","part":"NC5006-40-4.50","qty":"1","price":"461.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"86","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"90","part":"NCAT50-SK25C-105U-IDU","qty":"1","price":"611.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"91","part":"SK25-1/2A","qty":"1","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"92","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"93","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"95","part":"NCAT50-SK25C-105U-IDU","qty":"1","price":"611.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"96","part":"SK25-5/8A","qty":"1","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"97","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"98","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"100","part":"NCAT50-SK25C-105U-IDU","qty":"1","price":"611.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"101","part":"SK25-5/8A","qty":"1","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"102","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"103","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"105","part":"NCAT50-SK25C-105U-IDU","qty":"1","price":"611.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"106","part":"SK25-3/4AC","qty":"1","price":"187.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"107","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"108","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"110","part":"NCAT50-SK25C-105U-IDU","qty":"1","price":"611.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"111","part":"SK25-3/4AC","qty":"1","price":"187.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"112","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"113","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"115","part":"NCAT50-C1-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"116","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"117","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"119","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"120","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"121","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"123","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"124","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"125","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"127","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"128","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"129","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"131","part":"NC5006-1500-4.50CP","qty":"1","price":"446.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"132","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"134","part":"NC5006-1500-4.50CP","qty":"1","price":"446.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"135","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"139","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"140","part":"SK16-4.5","qty":"1","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"141","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"142","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"144","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"145","part":"SK16-5","qty":"1","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"146","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"147","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"149","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"150","part":"SK16-5","qty":"1","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"151","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"152","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"154","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"155","part":"SK16-6AC","qty":"1","price":"180.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"156","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"157","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"159","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"160","part":"SK16-6.5","qty":"1","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"161","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"162","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"164","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"165","part":"SK16-1/4AC","qty":"1","price":"180.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"166","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"167","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"169","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"170","part":"SK16-7AC","qty":"1","price":"232.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"171","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"172","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"174","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"175","part":"SK16-7.5","qty":"1","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"176","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"177","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"179","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"180","part":"SK16-5/16AC","qty":"1","price":"180.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"181","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"182","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"184","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"185","part":"SK16-8AC","qty":"1","price":"180.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"186","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"187","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"189","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"190","part":"SK16-9AC","qty":"1","price":"180.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"191","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"192","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"194","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"195","part":"SK16-3/8AC","qty":"1","price":"180.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"196","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"197","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"199","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"200","part":"SK16-10AC","qty":"1","price":"109.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"201","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"202","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"204","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"205","part":"SK16-11AC","qty":"1","price":"180.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"206","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"207","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"209","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"210","part":"SK16-11AC","qty":"1","price":"180.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"211","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"212","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"214","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"215","part":"SK16-11AC","qty":"1","price":"180.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"216","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"217","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"219","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"220","part":"SK16-7/16AC","qty":"1","price":"180.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"221","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"222","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"224","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"225","part":"SK16-12AC","qty":"1","price":"109.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"226","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"227","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"229","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"230","part":"SK16-12AC","qty":"1","price":"109.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"231","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"232","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"234","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"235","part":"SK16-12AC","qty":"1","price":"109.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"236","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"237","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"239","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"240","part":"SK16-12.5","qty":"1","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"241","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"242","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"244","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"245","part":"SK16-1/2AC","qty":"1","price":"134.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"246","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"247","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"249","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"250","part":"SK16-13AC","qty":"1","price":"180.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"251","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"252","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"254","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"255","part":"SK16-13.5","qty":"1","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"256","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"257","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"259","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"260","part":"SK16-14AC","qty":"1","price":"109.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"261","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"262","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"264","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"265","part":"SK16-14AC","qty":"1","price":"109.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"266","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"267","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"269","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"270","part":"SK16-15.5AC","qty":"1","price":"293.00","uom":"EA","discount":"0.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"220683","line":"271","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"272","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"274","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"275","part":"SK16-5/8AC","qty":"1","price":"134.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"276","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"277","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"279","part":"NCAT50-SK25C-105U-IDU","qty":"1","price":"611.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"280","part":"SK25-17","qty":"1","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"281","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"282","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"284","part":"NCAT50-SK25C-105U-IDU","qty":"1","price":"611.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"285","part":"SK25-18","qty":"1","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"286","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"287","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"289","part":"NCAT50-SK25C-105U-IDU","qty":"1","price":"611.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"290","part":"SK25-18","qty":"1","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"291","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"292","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"294","part":"NCAT50-SK25C-105U-IDU","qty":"1","price":"611.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"295","part":"SK25-19","qty":"1","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"296","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"297","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"301","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"302","part":"SK16-1/2AC","qty":"1","price":"134.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"303","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"304","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"306","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"307","part":"SK16-5/8AC","qty":"1","price":"134.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"308","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"309","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"311","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"312","part":"SK16-5/8AC","qty":"1","price":"134.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"313","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"314","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"316","part":"NCAT50-C3/4-105U-IDU","qty":"1","price":"731.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"317","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"318","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"320","part":"NCAT50-C3/4-105U-IDU","qty":"1","price":"731.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"321","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"323","part":"NCAT50-C1-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"324","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"325","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"327","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"328","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"329","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"331","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"332","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"333","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"335","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"336","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"337","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"339","part":"NC5006-1500-4.50CP","qty":"1","price":"446.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"340","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"342","part":"NC5006-1500-4.50CP","qty":"1","price":"446.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"343","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":255}}] 2024-11-10 19:55:09.449 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220683-11102024195508.txt === {"quote":"220683","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"CASEGDFD","shiptoName":"CNH Industrial America LLC","entry_date":"08-25-2024","cust_order_date":"08-25-2024","req_date":"10-25-2024","cust_po":"Mazak MTV815 Project","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"21:28","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"57558.00","total_gp":"45512.09","total_gpm":"79.07","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"255","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"220683","line":"0","data":"08-25-2024 21:30 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220683,"Line":0,"Comment":"09/23/2024 4:24 AM - francescof - CLO changed from NaN/NaN/NaN to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220683,"Line":1,"Comment":"09/23/2024 4:24 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220683,"Line":2,"Comment":"10/14/2024 5:33 AM - francescof - Req Date changed from 10/06/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220683,"Line":3,"Comment":"10/14/2024 5:34 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220683,"Line":4,"Comment":"10/14/2024 5:34 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220683,"Line":5,"Comment":"11/10/2024 7:29 PM - francescof - Encounter has been added"},{"comp":1,"quote":220683,"Line":6,"Comment":"11/10/2024 7:55 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220683,"Line":7,"Comment":"11/10/2024 7:55 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"220683","line":"3","part":"NC5001-0750-4.00CP","qty":"1","price":"423.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"4","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"6","part":"NC5001-0750-4.00CP","qty":"1","price":"423.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"7","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"9","part":"NC5001-0750-4.00CP","qty":"1","price":"423.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"10","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"12","part":"NC5001-0750-4.00CP","qty":"1","price":"423.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"13","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"15","part":"NC5001-1000-4.00CP","qty":"1","price":"521.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"16","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"18","part":"NC5001-1000-4.00CP","qty":"1","price":"521.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"19","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"21","part":"NC5001-1000-4.00CP","qty":"1","price":"521.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"22","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"24","part":"NC5001-0750-4.00CP","qty":"1","price":"423.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"25","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"27","part":"NC5001-0750-4.00CP","qty":"1","price":"423.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"28","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"30","part":"NC5001-1000-4.00CP","qty":"1","price":"521.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"31","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"33","part":"NC5001-1000-4.00CP","qty":"1","price":"521.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"34","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"36","part":"NC5001-0750-4.00CP","qty":"1","price":"423.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"37","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"41","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"42","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"43","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"45","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"46","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"47","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"49","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"50","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"51","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"53","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"54","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"55","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"57","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"58","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"59","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"61","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"62","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"63","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"65","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"66","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"67","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"69","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"70","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"71","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"73","part":"NC5006-1500-4.50CP","qty":"1","price":"446.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"74","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"76","part":"NC5006-1500-4.50CP","qty":"1","price":"446.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"77","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"79","part":"NC5006-1500-4.50CP","qty":"1","price":"446.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"80","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"82","part":"NC5006-1500-4.50CP","qty":"1","price":"446.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"83","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"85","part":"NC5006-40-4.50","qty":"1","price":"461.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"86","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"90","part":"NCAT50-SK25C-105U-IDU","qty":"1","price":"611.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"91","part":"SK25-1/2A","qty":"1","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"92","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"93","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"95","part":"NCAT50-SK25C-105U-IDU","qty":"1","price":"611.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"96","part":"SK25-5/8A","qty":"1","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"97","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"98","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"100","part":"NCAT50-SK25C-105U-IDU","qty":"1","price":"611.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"101","part":"SK25-5/8A","qty":"1","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"102","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"103","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"105","part":"NCAT50-SK25C-105U-IDU","qty":"1","price":"611.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"106","part":"SK25-3/4AC","qty":"1","price":"187.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"107","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"108","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"110","part":"NCAT50-SK25C-105U-IDU","qty":"1","price":"611.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"111","part":"SK25-3/4AC","qty":"1","price":"187.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"112","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"113","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"115","part":"NCAT50-C1-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"116","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"117","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"119","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"120","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"121","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"123","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"124","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"125","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"127","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"128","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"129","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"131","part":"NC5006-1500-4.50CP","qty":"1","price":"446.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"132","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"134","part":"NC5006-1500-4.50CP","qty":"1","price":"446.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"135","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"139","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"140","part":"SK16-4.5","qty":"1","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"141","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"142","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"144","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"145","part":"SK16-5","qty":"1","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"146","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"147","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"149","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"150","part":"SK16-5","qty":"1","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"151","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"152","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"154","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"155","part":"SK16-6AC","qty":"1","price":"180.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"156","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"157","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"159","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"160","part":"SK16-6.5","qty":"1","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"161","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"162","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"164","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"165","part":"SK16-1/4AC","qty":"1","price":"180.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"166","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"167","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"169","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"170","part":"SK16-7AC","qty":"1","price":"232.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"171","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"172","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"174","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"175","part":"SK16-7.5","qty":"1","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"176","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"177","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"179","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"180","part":"SK16-5/16AC","qty":"1","price":"180.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"181","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"182","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"184","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"185","part":"SK16-8AC","qty":"1","price":"180.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"186","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"187","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"189","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"190","part":"SK16-9AC","qty":"1","price":"180.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"191","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"192","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"194","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"195","part":"SK16-3/8AC","qty":"1","price":"180.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"196","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"197","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"199","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"200","part":"SK16-10AC","qty":"1","price":"109.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"201","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"202","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"204","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"205","part":"SK16-11AC","qty":"1","price":"180.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"206","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"207","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"209","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"210","part":"SK16-11AC","qty":"1","price":"180.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"211","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"212","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"214","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"215","part":"SK16-11AC","qty":"1","price":"180.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"216","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"217","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"219","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"220","part":"SK16-7/16AC","qty":"1","price":"180.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"221","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"222","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"224","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"225","part":"SK16-12AC","qty":"1","price":"109.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"226","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"227","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"229","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"230","part":"SK16-12AC","qty":"1","price":"109.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"231","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"232","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"234","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"235","part":"SK16-12AC","qty":"1","price":"109.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"236","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"237","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"239","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"240","part":"SK16-12.5","qty":"1","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"241","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"242","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"244","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"245","part":"SK16-1/2AC","qty":"1","price":"134.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"246","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"247","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"249","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"250","part":"SK16-13AC","qty":"1","price":"180.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"251","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"252","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"254","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"255","part":"SK16-13.5","qty":"1","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"256","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"257","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"259","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"260","part":"SK16-14AC","qty":"1","price":"109.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"261","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"262","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"264","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"265","part":"SK16-14AC","qty":"1","price":"109.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"266","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"267","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"269","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"270","part":"SK16-15.5AC","qty":"1","price":"293.00","uom":"EA","discount":"0.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"220683","line":"271","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"272","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"274","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"275","part":"SK16-5/8AC","qty":"1","price":"134.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"276","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"277","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"279","part":"NCAT50-SK25C-105U-IDU","qty":"1","price":"611.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"280","part":"SK25-17","qty":"1","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"281","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"282","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"284","part":"NCAT50-SK25C-105U-IDU","qty":"1","price":"611.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"285","part":"SK25-18","qty":"1","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"286","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"287","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"289","part":"NCAT50-SK25C-105U-IDU","qty":"1","price":"611.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"290","part":"SK25-18","qty":"1","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"291","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"292","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"294","part":"NCAT50-SK25C-105U-IDU","qty":"1","price":"611.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"295","part":"SK25-19","qty":"1","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"296","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"297","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"301","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"302","part":"SK16-1/2AC","qty":"1","price":"134.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"303","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"304","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"306","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"307","part":"SK16-5/8AC","qty":"1","price":"134.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"308","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"309","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"311","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"312","part":"SK16-5/8AC","qty":"1","price":"134.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"313","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"314","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"316","part":"NCAT50-C3/4-105U-IDU","qty":"1","price":"731.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"317","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"318","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"320","part":"NCAT50-C3/4-105U-IDU","qty":"1","price":"731.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"321","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"323","part":"NCAT50-C1-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"324","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"325","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"327","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"328","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"329","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"331","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"332","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"333","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"335","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"336","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"337","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"339","part":"NC5006-1500-4.50CP","qty":"1","price":"446.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"340","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"342","part":"NC5006-1500-4.50CP","qty":"1","price":"446.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"343","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":255}}] 2024-11-10 19:55:14.355 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220683-11102024195513.txt === {"quote":"220683","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"CASEGDFD","shiptoName":"CNH Industrial America LLC","entry_date":"08-25-2024","cust_order_date":"08-25-2024","req_date":"11-18-2024","cust_po":"Mazak MTV815 Project","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"21:28","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"57558.00","total_gp":"45512.09","total_gpm":"79.07","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"255","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"220683","line":"0","data":"08-25-2024 21:30 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220683,"Line":0,"Comment":"09/23/2024 4:24 AM - francescof - CLO changed from NaN/NaN/NaN to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220683,"Line":1,"Comment":"09/23/2024 4:24 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220683,"Line":2,"Comment":"10/14/2024 5:33 AM - francescof - Req Date changed from 10/06/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220683,"Line":3,"Comment":"10/14/2024 5:34 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220683,"Line":4,"Comment":"10/14/2024 5:34 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220683,"Line":5,"Comment":"11/10/2024 7:29 PM - francescof - Encounter has been added"},{"comp":1,"quote":220683,"Line":6,"Comment":"11/10/2024 7:55 PM - francescof - F/U changed from 10/25/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220683,"Line":7,"Comment":"11/10/2024 7:55 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"},{"comp":1,"quote":220683,"Line":8,"Comment":"11/10/2024 7:55 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"220683","line":"3","part":"NC5001-0750-4.00CP","qty":"1","price":"423.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"4","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"6","part":"NC5001-0750-4.00CP","qty":"1","price":"423.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"7","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"9","part":"NC5001-0750-4.00CP","qty":"1","price":"423.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"10","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"12","part":"NC5001-0750-4.00CP","qty":"1","price":"423.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"13","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"15","part":"NC5001-1000-4.00CP","qty":"1","price":"521.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"16","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"18","part":"NC5001-1000-4.00CP","qty":"1","price":"521.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"19","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"21","part":"NC5001-1000-4.00CP","qty":"1","price":"521.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"22","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"24","part":"NC5001-0750-4.00CP","qty":"1","price":"423.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"25","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"27","part":"NC5001-0750-4.00CP","qty":"1","price":"423.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"28","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"30","part":"NC5001-1000-4.00CP","qty":"1","price":"521.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"31","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"33","part":"NC5001-1000-4.00CP","qty":"1","price":"521.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"34","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"36","part":"NC5001-0750-4.00CP","qty":"1","price":"423.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"37","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"41","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"42","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"43","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"45","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"46","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"47","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"49","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"50","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"51","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"53","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"54","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"55","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"57","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"58","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"59","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"61","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"62","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"63","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"65","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"66","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"67","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"69","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"70","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"71","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"73","part":"NC5006-1500-4.50CP","qty":"1","price":"446.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"74","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"76","part":"NC5006-1500-4.50CP","qty":"1","price":"446.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"77","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"79","part":"NC5006-1500-4.50CP","qty":"1","price":"446.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"80","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"82","part":"NC5006-1500-4.50CP","qty":"1","price":"446.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"83","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"85","part":"NC5006-40-4.50","qty":"1","price":"461.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"86","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"90","part":"NCAT50-SK25C-105U-IDU","qty":"1","price":"611.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"91","part":"SK25-1/2A","qty":"1","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"92","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"93","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"95","part":"NCAT50-SK25C-105U-IDU","qty":"1","price":"611.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"96","part":"SK25-5/8A","qty":"1","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"97","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"98","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"100","part":"NCAT50-SK25C-105U-IDU","qty":"1","price":"611.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"101","part":"SK25-5/8A","qty":"1","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"102","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"103","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"105","part":"NCAT50-SK25C-105U-IDU","qty":"1","price":"611.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"106","part":"SK25-3/4AC","qty":"1","price":"187.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"107","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"108","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"110","part":"NCAT50-SK25C-105U-IDU","qty":"1","price":"611.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"111","part":"SK25-3/4AC","qty":"1","price":"187.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"112","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"113","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"115","part":"NCAT50-C1-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"116","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"117","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"119","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"120","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"121","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"123","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"124","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"125","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"127","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"128","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"129","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"131","part":"NC5006-1500-4.50CP","qty":"1","price":"446.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"132","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"134","part":"NC5006-1500-4.50CP","qty":"1","price":"446.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"135","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"139","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"140","part":"SK16-4.5","qty":"1","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"141","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"142","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"144","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"145","part":"SK16-5","qty":"1","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"146","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"147","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"149","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"150","part":"SK16-5","qty":"1","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"151","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"152","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"154","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"155","part":"SK16-6AC","qty":"1","price":"180.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"156","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"157","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"159","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"160","part":"SK16-6.5","qty":"1","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"161","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"162","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"164","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"165","part":"SK16-1/4AC","qty":"1","price":"180.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"166","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"167","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"169","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"170","part":"SK16-7AC","qty":"1","price":"232.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"171","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"172","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"174","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"175","part":"SK16-7.5","qty":"1","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"176","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"177","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"179","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"180","part":"SK16-5/16AC","qty":"1","price":"180.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"181","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"182","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"184","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"185","part":"SK16-8AC","qty":"1","price":"180.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"186","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"187","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"189","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"190","part":"SK16-9AC","qty":"1","price":"180.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"191","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"192","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"194","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"195","part":"SK16-3/8AC","qty":"1","price":"180.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"196","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"197","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"199","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"200","part":"SK16-10AC","qty":"1","price":"109.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"201","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"202","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"204","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"205","part":"SK16-11AC","qty":"1","price":"180.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"206","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"207","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"209","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"210","part":"SK16-11AC","qty":"1","price":"180.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"211","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"212","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"214","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"215","part":"SK16-11AC","qty":"1","price":"180.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"216","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"217","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"219","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"220","part":"SK16-7/16AC","qty":"1","price":"180.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"221","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"222","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"224","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"225","part":"SK16-12AC","qty":"1","price":"109.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"226","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"227","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"229","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"230","part":"SK16-12AC","qty":"1","price":"109.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"231","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"232","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"234","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"235","part":"SK16-12AC","qty":"1","price":"109.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"236","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"237","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"239","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"240","part":"SK16-12.5","qty":"1","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"241","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"242","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"244","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"245","part":"SK16-1/2AC","qty":"1","price":"134.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"246","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"247","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"249","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"250","part":"SK16-13AC","qty":"1","price":"180.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"251","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"252","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"254","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"255","part":"SK16-13.5","qty":"1","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"256","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"257","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"259","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"260","part":"SK16-14AC","qty":"1","price":"109.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"261","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"262","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"264","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"265","part":"SK16-14AC","qty":"1","price":"109.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"266","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"267","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"269","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"270","part":"SK16-15.5AC","qty":"1","price":"293.00","uom":"EA","discount":"0.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"220683","line":"271","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"272","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"274","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"275","part":"SK16-5/8AC","qty":"1","price":"134.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"276","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"277","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"279","part":"NCAT50-SK25C-105U-IDU","qty":"1","price":"611.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"280","part":"SK25-17","qty":"1","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"281","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"282","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"284","part":"NCAT50-SK25C-105U-IDU","qty":"1","price":"611.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"285","part":"SK25-18","qty":"1","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"286","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"287","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"289","part":"NCAT50-SK25C-105U-IDU","qty":"1","price":"611.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"290","part":"SK25-18","qty":"1","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"291","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"292","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"294","part":"NCAT50-SK25C-105U-IDU","qty":"1","price":"611.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"295","part":"SK25-19","qty":"1","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"296","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"297","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"301","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"302","part":"SK16-1/2AC","qty":"1","price":"134.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"303","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"304","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"306","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"307","part":"SK16-5/8AC","qty":"1","price":"134.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"308","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"309","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"311","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"312","part":"SK16-5/8AC","qty":"1","price":"134.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"313","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"314","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"316","part":"NCAT50-C3/4-105U-IDU","qty":"1","price":"731.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"317","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"318","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"320","part":"NCAT50-C3/4-105U-IDU","qty":"1","price":"731.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"321","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"323","part":"NCAT50-C1-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"324","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"325","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"327","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"328","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"329","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"331","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"332","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"333","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"335","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"336","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"337","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"339","part":"NC5006-1500-4.50CP","qty":"1","price":"446.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"340","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"342","part":"NC5006-1500-4.50CP","qty":"1","price":"446.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220683","line":"343","part":"C50-STD-EU","qty":"1","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":255}}] 2024-11-10 19:55:19.410 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220654-11102024195519.txt === {"quote":"220654","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"YETTCOLC","shiptoName":"Yetter Mfg","entry_date":"08-23-2024","cust_order_date":"08-23-2024","req_date":"11-18-2024","cust_po":"ER32 Rego Fix Crossover","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"13:00","extra":"","follow_up":"10-25-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"1255.00","total_gp":"966.40","total_gpm":"77.00","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"11","win_pct":"20","clo_date":"10-25-2024","notes":[{"comp":"1","quote":"220654","line":"0","data":"08-23-2024 13:03 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220654,"Line":0,"Comment":"09/23/2024 3:46 AM - francescof - F/U changed from 08/29/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220654,"Line":1,"Comment":"09/23/2024 3:46 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220654,"Line":2,"Comment":"09/23/2024 3:46 AM - francescof - CLO changed from 09/23/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220654,"Line":3,"Comment":"10/14/2024 5:36 AM - francescof - Req Date changed from 10/04/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220654,"Line":4,"Comment":"10/14/2024 5:36 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220654,"Line":5,"Comment":"10/14/2024 5:36 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220654,"Line":6,"Comment":"11/10/2024 5:00 PM - francescof - Encounter has been added"},{"comp":1,"quote":220654,"Line":7,"Comment":"11/10/2024 7:55 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"220654","line":"1","part":"NC4007-0032-3.13G","qty":"1","price":"322.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220654","line":"2","part":"E32-236","qty":"1","price":"52.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220654","line":"3","part":"E32-314","qty":"1","price":"52.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220654","line":"4","part":"E32-393","qty":"1","price":"52.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220654","line":"5","part":"E32-472","qty":"1","price":"52.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220654","line":"6","part":"E32-236","qty":"1","price":"52.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220654","line":"7","part":"E32-314","qty":"1","price":"52.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220654","line":"8","part":"E32-393","qty":"1","price":"52.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220654","line":"9","part":"E32-472","qty":"1","price":"52.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220654","line":"10","part":"TQW-200","qty":"1","price":"364.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220654","line":"11","part":"TQW-E32-G","qty":"1","price":"153.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":11}}] 2024-11-10 19:55:27.083 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220654-11102024195526.txt === {"quote":"220654","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"YETTCOLC","shiptoName":"Yetter Mfg","entry_date":"08-23-2024","cust_order_date":"08-23-2024","req_date":"11-18-2024","cust_po":"ER32 Rego Fix Crossover","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"13:00","extra":"","follow_up":"10-25-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"1255.00","total_gp":"966.40","total_gpm":"77.00","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"11","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"220654","line":"0","data":"08-23-2024 13:03 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220654,"Line":0,"Comment":"09/23/2024 3:46 AM - francescof - F/U changed from 08/29/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220654,"Line":1,"Comment":"09/23/2024 3:46 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220654,"Line":2,"Comment":"09/23/2024 3:46 AM - francescof - CLO changed from 09/23/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220654,"Line":3,"Comment":"10/14/2024 5:36 AM - francescof - Req Date changed from 10/04/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220654,"Line":4,"Comment":"10/14/2024 5:36 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220654,"Line":5,"Comment":"10/14/2024 5:36 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220654,"Line":6,"Comment":"11/10/2024 5:00 PM - francescof - Encounter has been added"},{"comp":1,"quote":220654,"Line":7,"Comment":"11/10/2024 7:55 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"},{"comp":1,"quote":220654,"Line":8,"Comment":"11/10/2024 7:55 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"220654","line":"1","part":"NC4007-0032-3.13G","qty":"1","price":"322.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220654","line":"2","part":"E32-236","qty":"1","price":"52.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220654","line":"3","part":"E32-314","qty":"1","price":"52.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220654","line":"4","part":"E32-393","qty":"1","price":"52.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220654","line":"5","part":"E32-472","qty":"1","price":"52.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220654","line":"6","part":"E32-236","qty":"1","price":"52.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220654","line":"7","part":"E32-314","qty":"1","price":"52.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220654","line":"8","part":"E32-393","qty":"1","price":"52.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220654","line":"9","part":"E32-472","qty":"1","price":"52.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220654","line":"10","part":"TQW-200","qty":"1","price":"364.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220654","line":"11","part":"TQW-E32-G","qty":"1","price":"153.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":11}}] 2024-11-10 19:55:29.008 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220654-11102024195528.txt === {"quote":"220654","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"YETTCOLC","shiptoName":"Yetter Mfg","entry_date":"08-23-2024","cust_order_date":"08-23-2024","req_date":"11-18-2024","cust_po":"ER32 Rego Fix Crossover","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"13:00","extra":"","follow_up":"10-25-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"1255.00","total_gp":"966.40","total_gpm":"77.00","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"11","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"220654","line":"0","data":"08-23-2024 13:03 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220654,"Line":0,"Comment":"09/23/2024 3:46 AM - francescof - F/U changed from 08/29/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220654,"Line":1,"Comment":"09/23/2024 3:46 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220654,"Line":2,"Comment":"09/23/2024 3:46 AM - francescof - CLO changed from 09/23/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220654,"Line":3,"Comment":"10/14/2024 5:36 AM - francescof - Req Date changed from 10/04/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220654,"Line":4,"Comment":"10/14/2024 5:36 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220654,"Line":5,"Comment":"10/14/2024 5:36 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220654,"Line":6,"Comment":"11/10/2024 5:00 PM - francescof - Encounter has been added"},{"comp":1,"quote":220654,"Line":7,"Comment":"11/10/2024 7:55 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"},{"comp":1,"quote":220654,"Line":8,"Comment":"11/10/2024 7:55 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"},{"comp":1,"quote":220654,"Line":9,"Comment":"11/10/2024 7:55 PM - francescof - Req Date changed from 11/18/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"220654","line":"1","part":"NC4007-0032-3.13G","qty":"1","price":"322.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220654","line":"2","part":"E32-236","qty":"1","price":"52.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220654","line":"3","part":"E32-314","qty":"1","price":"52.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220654","line":"4","part":"E32-393","qty":"1","price":"52.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220654","line":"5","part":"E32-472","qty":"1","price":"52.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220654","line":"6","part":"E32-236","qty":"1","price":"52.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220654","line":"7","part":"E32-314","qty":"1","price":"52.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220654","line":"8","part":"E32-393","qty":"1","price":"52.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220654","line":"9","part":"E32-472","qty":"1","price":"52.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220654","line":"10","part":"TQW-200","qty":"1","price":"364.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220654","line":"11","part":"TQW-E32-G","qty":"1","price":"153.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":11}}] 2024-11-10 19:55:33.499 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220654-11102024195533.txt === {"quote":"220654","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"YETTCOLC","shiptoName":"Yetter Mfg","entry_date":"08-23-2024","cust_order_date":"08-23-2024","req_date":"11-18-2024","cust_po":"ER32 Rego Fix Crossover","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"13:00","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"1255.00","total_gp":"966.40","total_gpm":"77.00","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"11","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"220654","line":"0","data":"08-23-2024 13:03 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220654,"Line":0,"Comment":"09/23/2024 3:46 AM - francescof - F/U changed from 08/29/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220654,"Line":1,"Comment":"09/23/2024 3:46 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220654,"Line":2,"Comment":"09/23/2024 3:46 AM - francescof - CLO changed from 09/23/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220654,"Line":3,"Comment":"10/14/2024 5:36 AM - francescof - Req Date changed from 10/04/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220654,"Line":4,"Comment":"10/14/2024 5:36 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220654,"Line":5,"Comment":"10/14/2024 5:36 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220654,"Line":6,"Comment":"11/10/2024 5:00 PM - francescof - Encounter has been added"},{"comp":1,"quote":220654,"Line":7,"Comment":"11/10/2024 7:55 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"},{"comp":1,"quote":220654,"Line":8,"Comment":"11/10/2024 7:55 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"},{"comp":1,"quote":220654,"Line":9,"Comment":"11/10/2024 7:55 PM - francescof - Req Date changed from 11/18/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"220654","line":"1","part":"NC4007-0032-3.13G","qty":"1","price":"322.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220654","line":"2","part":"E32-236","qty":"1","price":"52.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220654","line":"3","part":"E32-314","qty":"1","price":"52.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220654","line":"4","part":"E32-393","qty":"1","price":"52.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220654","line":"5","part":"E32-472","qty":"1","price":"52.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220654","line":"6","part":"E32-236","qty":"1","price":"52.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220654","line":"7","part":"E32-314","qty":"1","price":"52.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220654","line":"8","part":"E32-393","qty":"1","price":"52.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220654","line":"9","part":"E32-472","qty":"1","price":"52.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220654","line":"10","part":"TQW-200","qty":"1","price":"364.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220654","line":"11","part":"TQW-E32-G","qty":"1","price":"153.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":11}}] 2024-11-10 19:55:41.843 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220653-11102024195541.txt === {"quote":"220653","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"YETTCOLC","shiptoName":"Yetter Mfg","entry_date":"08-23-2024","cust_order_date":"08-23-2024","req_date":"11-18-2024","cust_po":"SK20 - REGO PG25 CROSS","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"12:49","extra":"","follow_up":"10-25-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"1575.00","total_gp":"1252.15","total_gpm":"79.50","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"14","win_pct":"20","clo_date":"10-25-2024","notes":[{"comp":"1","quote":"220653","line":"0","data":"08-23-2024 12:52 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220653,"Line":0,"Comment":"08/26/2024 1:56 PM - francescof - F/U changed from 08/29/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220653,"Line":1,"Comment":"09/23/2024 4:26 AM - francescof - CLO changed from 09/23/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220653,"Line":2,"Comment":"09/23/2024 4:26 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220653,"Line":3,"Comment":"10/14/2024 5:37 AM - francescof - Req Date changed from 10/04/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220653,"Line":4,"Comment":"10/14/2024 5:37 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220653,"Line":5,"Comment":"10/14/2024 5:37 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220653,"Line":6,"Comment":"11/10/2024 4:55 PM - francescof - Encounter has been added"},{"comp":1,"quote":220653,"Line":7,"Comment":"11/10/2024 7:55 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"220653","line":"1","part":"NCAT40-SK20C-90U-IDU","qty":"1","price":"478.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220653","line":"2","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220653","line":"3","part":"SK20-1/4A","qty":"1","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220653","line":"4","part":"SK20-3/8A","qty":"1","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220653","line":"5","part":"SK20-7/16A","qty":"1","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220653","line":"6","part":"SK20-1/2A","qty":"1","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220653","line":"7","part":"SK20-9/16A","qty":"1","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220653","line":"8","part":"SK20-5/8A","qty":"1","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220653","line":"9","part":"SK20-3/4A","qty":"1","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220653","line":"10","part":"SK20-13","qty":"1","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220653","line":"11","part":"SK20-14","qty":"1","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220653","line":"12","part":"SK20-16","qty":"1","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220653","line":"13","part":"SK20-18","qty":"1","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220653","line":"14","part":"SK20-20","qty":"1","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":14}}] 2024-11-10 19:55:42.800 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223164-11102024195542.txt === {"quote":"223164","customer":"1425","name":null,"customerName":"Allendale Machinery","comp":"01","open":"0","shipto":"MAROTT","shiptoName":"Marotta Controls, Inc. - MAIN","entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"11-28-2024","cust_po":"BT30 TOOLING PACKAGE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Jim Kenny","drop_po":"TOOLING CERTIFICATE QUOTE","status":"0","user":"nickm","conv_order":"","time":"15:38","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Jim Kenny","follow_phone":"201-327-5215","follow_email":"jkenny@allendalemachinery.com","pic_user":"nickm","total_amt":"6527.5","total_gp":"3796.53","total_gpm":"58.16","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"65","win_pct":"20","clo_date":"11-17-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223164","line":"3","part":"BT30-SK6-60","qty":"5","price":"333.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"4","part":"BT30-SK6-90","qty":"5","price":"348.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"5","part":"SK6-1/8AC","qty":"4","price":"129.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"6","part":"SK6-3/16AC","qty":"4","price":"93.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"7","part":"SK6-4AC","qty":"4","price":"93.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"8","part":"SK6-6AC","qty":"4","price":"93.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"9","part":"SK6-SET-16-MM","qty":"1","price":"1251.00","uom":"ST","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"10","part":"TQW-HANDLE14X18","qty":"1","price":"53.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"11","part":"TQW-SK06(18)","qty":"1","price":"102.00","uom":"EA","discount":"50.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"223164","line":"12","part":"SKR-6","qty":"1","price":"2.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"13","part":"RACK-ER11/SK6","qty":"1","price":"56.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"17","part":"BT30-SK10-60","qty":"5","price":"335.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"18","part":"BT30-SK10-90","qty":"5","price":"350.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"19","part":"SK10-4AC","qty":"4","price":"96.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"20","part":"SK10-6AC","qty":"4","price":"96.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"21","part":"SK10-8AC","qty":"4","price":"96.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"22","part":"SK10-10AC","qty":"4","price":"96.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"23","part":"SK10-SET-05-AC","qty":"2","price":"518.00","uom":"ST","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"24","part":"TQW-SK10","qty":"1","price":"102.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"25","part":"SKR-10","qty":"1","price":"2.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"26","part":"RACK-ER16/SK10","qty":"1","price":"42.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"30","part":"B3001-0500-1.19CP","qty":"1","price":"130.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"31","part":"B3001-0750-1.19CP","qty":"1","price":"130.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"32","part":"B3001-1000-1.19CP","qty":"1","price":"151.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":24}}] 2024-11-10 19:55:46.346 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220653-11102024195546.txt === {"quote":"220653","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"YETTCOLC","shiptoName":"Yetter Mfg","entry_date":"08-23-2024","cust_order_date":"08-23-2024","req_date":"11-18-2024","cust_po":"SK20 - REGO PG25 CROSS","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"12:49","extra":"","follow_up":"10-25-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"1575.00","total_gp":"1252.15","total_gpm":"79.50","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"14","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"220653","line":"0","data":"08-23-2024 12:52 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220653,"Line":0,"Comment":"08/26/2024 1:56 PM - francescof - F/U changed from 08/29/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220653,"Line":1,"Comment":"09/23/2024 4:26 AM - francescof - CLO changed from 09/23/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220653,"Line":2,"Comment":"09/23/2024 4:26 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220653,"Line":3,"Comment":"10/14/2024 5:37 AM - francescof - Req Date changed from 10/04/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220653,"Line":4,"Comment":"10/14/2024 5:37 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220653,"Line":5,"Comment":"10/14/2024 5:37 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220653,"Line":6,"Comment":"11/10/2024 4:55 PM - francescof - Encounter has been added"},{"comp":1,"quote":220653,"Line":7,"Comment":"11/10/2024 7:55 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"},{"comp":1,"quote":220653,"Line":8,"Comment":"11/10/2024 7:55 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"220653","line":"1","part":"NCAT40-SK20C-90U-IDU","qty":"1","price":"478.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220653","line":"2","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220653","line":"3","part":"SK20-1/4A","qty":"1","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220653","line":"4","part":"SK20-3/8A","qty":"1","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220653","line":"5","part":"SK20-7/16A","qty":"1","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220653","line":"6","part":"SK20-1/2A","qty":"1","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220653","line":"7","part":"SK20-9/16A","qty":"1","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220653","line":"8","part":"SK20-5/8A","qty":"1","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220653","line":"9","part":"SK20-3/4A","qty":"1","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220653","line":"10","part":"SK20-13","qty":"1","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220653","line":"11","part":"SK20-14","qty":"1","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220653","line":"12","part":"SK20-16","qty":"1","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220653","line":"13","part":"SK20-18","qty":"1","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220653","line":"14","part":"SK20-20","qty":"1","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":14}}] 2024-11-10 19:55:51.007 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220653-11102024195550.txt === {"quote":"220653","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"YETTCOLC","shiptoName":"Yetter Mfg","entry_date":"08-23-2024","cust_order_date":"08-23-2024","req_date":"11-18-2024","cust_po":"SK20 - REGO PG25 CROSS","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"12:49","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"1575.00","total_gp":"1252.15","total_gpm":"79.50","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"14","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"220653","line":"0","data":"08-23-2024 12:52 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220653,"Line":0,"Comment":"08/26/2024 1:56 PM - francescof - F/U changed from 08/29/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220653,"Line":1,"Comment":"09/23/2024 4:26 AM - francescof - CLO changed from 09/23/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220653,"Line":2,"Comment":"09/23/2024 4:26 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220653,"Line":3,"Comment":"10/14/2024 5:37 AM - francescof - Req Date changed from 10/04/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220653,"Line":4,"Comment":"10/14/2024 5:37 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220653,"Line":5,"Comment":"10/14/2024 5:37 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220653,"Line":6,"Comment":"11/10/2024 4:55 PM - francescof - Encounter has been added"},{"comp":1,"quote":220653,"Line":7,"Comment":"11/10/2024 7:55 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"},{"comp":1,"quote":220653,"Line":8,"Comment":"11/10/2024 7:55 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"220653","line":"1","part":"NCAT40-SK20C-90U-IDU","qty":"1","price":"478.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220653","line":"2","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220653","line":"3","part":"SK20-1/4A","qty":"1","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220653","line":"4","part":"SK20-3/8A","qty":"1","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220653","line":"5","part":"SK20-7/16A","qty":"1","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220653","line":"6","part":"SK20-1/2A","qty":"1","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220653","line":"7","part":"SK20-9/16A","qty":"1","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220653","line":"8","part":"SK20-5/8A","qty":"1","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220653","line":"9","part":"SK20-3/4A","qty":"1","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220653","line":"10","part":"SK20-13","qty":"1","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220653","line":"11","part":"SK20-14","qty":"1","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220653","line":"12","part":"SK20-16","qty":"1","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220653","line":"13","part":"SK20-18","qty":"1","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220653","line":"14","part":"SK20-20","qty":"1","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":14}}] 2024-11-10 19:56:01.508 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220648-11102024195601.txt === {"quote":"220648","customer":"2325","name":null,"customerName":"BlackHawk Industrial - Base Camp","comp":"01","open":"0","shipto":"BLAAAAE","shiptoName":"BlackHawk Chicago DC","entry_date":"08-23-2024","cust_order_date":"08-23-2024","req_date":"11-18-2024","cust_po":"ER40 COLLET SET","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Mike Bielat","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"11:57","extra":"","follow_up":"10-25-2024","web_id":"","follow_name":"Mike Bielat","follow_phone":"773-427-3723","follow_email":"Michael.Bielat@blackhawkid.com","pic_user":"francescof","total_amt":"1016.6","total_gp":"719.33","total_gpm":"70.76","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"1","win_pct":"20","clo_date":"10-25-2024","notes":[{"comp":"1","quote":"220648","line":"1","data":"08-23-2024 11:58 - Discounts Recalculated QS"},{"comp":"1","quote":"220648","line":"0","data":"08-23-2024 11:58 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220648,"Line":0,"Comment":"08/26/2024 1:56 PM - francescof - F/U changed from 08/29/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220648,"Line":1,"Comment":"09/23/2024 4:30 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220648,"Line":2,"Comment":"09/23/2024 4:30 AM - francescof - CLO changed from 09/23/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220648,"Line":3,"Comment":"10/14/2024 5:27 AM - francescof - Req Date changed from 10/04/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220648,"Line":4,"Comment":"10/14/2024 5:27 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220648,"Line":5,"Comment":"10/14/2024 5:27 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220648,"Line":6,"Comment":"11/10/2024 5:58 PM - francescof - Encounter has been added"},{"comp":1,"quote":220648,"Line":7,"Comment":"11/10/2024 7:55 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"220648","line":"1","part":"E40-SET-23-MM","qty":"1","price":"1564.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-10 19:56:09.830 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220648-11102024195609.txt === {"quote":"220648","customer":"2325","name":null,"customerName":"BlackHawk Industrial - Base Camp","comp":"01","open":"0","shipto":"BLAAAAE","shiptoName":"BlackHawk Chicago DC","entry_date":"08-23-2024","cust_order_date":"08-23-2024","req_date":"11-18-2024","cust_po":"ER40 COLLET SET","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Mike Bielat","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"11:57","extra":"","follow_up":"10-25-2024","web_id":"","follow_name":"Mike Bielat","follow_phone":"773-427-3723","follow_email":"Michael.Bielat@blackhawkid.com","pic_user":"francescof","total_amt":"1016.6","total_gp":"719.33","total_gpm":"70.76","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"220648","line":"1","data":"08-23-2024 11:58 - Discounts Recalculated QS"},{"comp":"1","quote":"220648","line":"0","data":"08-23-2024 11:58 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220648,"Line":0,"Comment":"08/26/2024 1:56 PM - francescof - F/U changed from 08/29/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220648,"Line":1,"Comment":"09/23/2024 4:30 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220648,"Line":2,"Comment":"09/23/2024 4:30 AM - francescof - CLO changed from 09/23/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220648,"Line":3,"Comment":"10/14/2024 5:27 AM - francescof - Req Date changed from 10/04/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220648,"Line":4,"Comment":"10/14/2024 5:27 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220648,"Line":5,"Comment":"10/14/2024 5:27 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220648,"Line":6,"Comment":"11/10/2024 5:58 PM - francescof - Encounter has been added"},{"comp":1,"quote":220648,"Line":7,"Comment":"11/10/2024 7:55 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"},{"comp":1,"quote":220648,"Line":8,"Comment":"11/10/2024 7:56 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"220648","line":"1","part":"E40-SET-23-MM","qty":"1","price":"1564.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-10 19:56:13.913 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220648-11102024195613.txt === {"quote":"220648","customer":"2325","name":null,"customerName":"BlackHawk Industrial - Base Camp","comp":"01","open":"0","shipto":"BLAAAAE","shiptoName":"BlackHawk Chicago DC","entry_date":"08-23-2024","cust_order_date":"08-23-2024","req_date":"11-18-2024","cust_po":"ER40 COLLET SET","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Mike Bielat","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"11:57","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Mike Bielat","follow_phone":"773-427-3723","follow_email":"Michael.Bielat@blackhawkid.com","pic_user":"francescof","total_amt":"1016.6","total_gp":"719.33","total_gpm":"70.76","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"220648","line":"1","data":"08-23-2024 11:58 - Discounts Recalculated QS"},{"comp":"1","quote":"220648","line":"0","data":"08-23-2024 11:58 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220648,"Line":0,"Comment":"08/26/2024 1:56 PM - francescof - F/U changed from 08/29/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220648,"Line":1,"Comment":"09/23/2024 4:30 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220648,"Line":2,"Comment":"09/23/2024 4:30 AM - francescof - CLO changed from 09/23/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220648,"Line":3,"Comment":"10/14/2024 5:27 AM - francescof - Req Date changed from 10/04/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220648,"Line":4,"Comment":"10/14/2024 5:27 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220648,"Line":5,"Comment":"10/14/2024 5:27 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220648,"Line":6,"Comment":"11/10/2024 5:58 PM - francescof - Encounter has been added"},{"comp":1,"quote":220648,"Line":7,"Comment":"11/10/2024 7:55 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"},{"comp":1,"quote":220648,"Line":8,"Comment":"11/10/2024 7:56 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"220648","line":"1","part":"E40-SET-23-MM","qty":"1","price":"1564.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-10 19:56:25.422 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222101-11102024195625.txt === {"quote":"222101","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"METHROLL","shiptoName":"Methode Electronics Inc.","entry_date":"09-26-2024","cust_order_date":"09-26-2024","req_date":"11-18-2024","cust_po":"MAZAK VARIAXIS TC","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Mike Bielfeldt","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"05:58","extra":"","follow_up":"10-25-2024","web_id":"","follow_name":"Mike Bielfeldt","follow_phone":"847-882-8085","follow_email":"mikeb@machsys.com","pic_user":"francescof","total_amt":"4471.30","total_gp":"2930.55","total_gpm":"65.54","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"43","win_pct":"20","clo_date":"10-26-2024","notes":[{"comp":"1","quote":"222101","line":"0","data":"09-26-2024 06:01 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222101,"Line":0,"Comment":"10/14/2024 5:19 AM - francescof - F/U changed from 10/02/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222101,"Line":1,"Comment":"11/10/2024 6:54 PM - francescof - Encounter has been added"},{"comp":1,"quote":222101,"Line":2,"Comment":"11/10/2024 7:56 PM - francescof - Req Date changed from 11/07/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222101","line":"2","part":"NCAT40-C1-85U-IDU","qty":"2","price":"584.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"3","part":"9HC25","qty":"2","price":"46.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"4","part":"C40-STD-EU","qty":"2","price":"28.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"6","part":"NCAT40-NPU13-105U-IDU","qty":"3","price":"558.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"7","part":"NPU13-SPAN","qty":"3","price":"26.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"8","part":"C40-STD-EU","qty":"3","price":"28.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"10","part":"NC4007-0032-5.00G","qty":"2","price":"357.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"11","part":"E32-048","qty":"2","price":"52.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"12","part":"C40-STD-EU","qty":"2","price":"28.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"13","part":"TQW-200","qty":"1","price":"364.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"14","part":"TQW-E32-G","qty":"1","price":"153.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"15","part":"TQW-PS(19)","qty":"1","price":"102.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"17","part":"NC4007-0025-4.00G","qty":"2","price":"328.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"18","part":"E25-030","qty":"2","price":"46.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"19","part":"E25-032","qty":"2","price":"46.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"20","part":"C40-STD-EU","qty":"2","price":"28.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"21","part":"TQW-E25-G","qty":"1","price":"153.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"24","part":"CAT40-ER32-4.00","qty":"2","price":"209.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"25","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"26","part":"C40S-4500(H)-EU","qty":"2","price":"32.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"28","part":"CAT40-ER25-4.00","qty":"2","price":"212.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"29","part":"025-SPAN","qty":"1","price":"19.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"30","part":"C40S-4500(H)-EU","qty":"2","price":"32.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222101","Line":"2","Company":"1","F_Line":"1","Comment":"Please note additional 5% applied with IMTS promotions.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":23}}] 2024-11-10 19:56:29.792 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222101-11102024195629.txt === {"quote":"222101","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"METHROLL","shiptoName":"Methode Electronics Inc.","entry_date":"09-26-2024","cust_order_date":"09-26-2024","req_date":"11-18-2024","cust_po":"MAZAK VARIAXIS TC","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Mike Bielfeldt","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"05:58","extra":"","follow_up":"10-25-2024","web_id":"","follow_name":"Mike Bielfeldt","follow_phone":"847-882-8085","follow_email":"mikeb@machsys.com","pic_user":"francescof","total_amt":"4471.30","total_gp":"2930.55","total_gpm":"65.54","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"43","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"222101","line":"0","data":"09-26-2024 06:01 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222101,"Line":0,"Comment":"10/14/2024 5:19 AM - francescof - F/U changed from 10/02/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222101,"Line":1,"Comment":"11/10/2024 6:54 PM - francescof - Encounter has been added"},{"comp":1,"quote":222101,"Line":2,"Comment":"11/10/2024 7:56 PM - francescof - Req Date changed from 11/07/2024 to 11/18/2024 (Req Date Updated)"},{"comp":1,"quote":222101,"Line":3,"Comment":"11/10/2024 7:56 PM - francescof - CLO changed from 10/26/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222101","line":"2","part":"NCAT40-C1-85U-IDU","qty":"2","price":"584.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"3","part":"9HC25","qty":"2","price":"46.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"4","part":"C40-STD-EU","qty":"2","price":"28.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"6","part":"NCAT40-NPU13-105U-IDU","qty":"3","price":"558.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"7","part":"NPU13-SPAN","qty":"3","price":"26.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"8","part":"C40-STD-EU","qty":"3","price":"28.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"10","part":"NC4007-0032-5.00G","qty":"2","price":"357.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"11","part":"E32-048","qty":"2","price":"52.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"12","part":"C40-STD-EU","qty":"2","price":"28.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"13","part":"TQW-200","qty":"1","price":"364.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"14","part":"TQW-E32-G","qty":"1","price":"153.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"15","part":"TQW-PS(19)","qty":"1","price":"102.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"17","part":"NC4007-0025-4.00G","qty":"2","price":"328.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"18","part":"E25-030","qty":"2","price":"46.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"19","part":"E25-032","qty":"2","price":"46.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"20","part":"C40-STD-EU","qty":"2","price":"28.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"21","part":"TQW-E25-G","qty":"1","price":"153.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"24","part":"CAT40-ER32-4.00","qty":"2","price":"209.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"25","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"26","part":"C40S-4500(H)-EU","qty":"2","price":"32.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"28","part":"CAT40-ER25-4.00","qty":"2","price":"212.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"29","part":"025-SPAN","qty":"1","price":"19.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"30","part":"C40S-4500(H)-EU","qty":"2","price":"32.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222101","Line":"2","Company":"1","F_Line":"1","Comment":"Please note additional 5% applied with IMTS promotions.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":23}}] 2024-11-10 19:56:35.171 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222101-11102024195634.txt === {"quote":"222101","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"METHROLL","shiptoName":"Methode Electronics Inc.","entry_date":"09-26-2024","cust_order_date":"09-26-2024","req_date":"11-18-2024","cust_po":"MAZAK VARIAXIS TC","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Mike Bielfeldt","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"05:58","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Mike Bielfeldt","follow_phone":"847-882-8085","follow_email":"mikeb@machsys.com","pic_user":"francescof","total_amt":"4471.30","total_gp":"2930.55","total_gpm":"65.54","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"43","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"222101","line":"0","data":"09-26-2024 06:01 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222101,"Line":0,"Comment":"10/14/2024 5:19 AM - francescof - F/U changed from 10/02/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222101,"Line":1,"Comment":"11/10/2024 6:54 PM - francescof - Encounter has been added"},{"comp":1,"quote":222101,"Line":2,"Comment":"11/10/2024 7:56 PM - francescof - Req Date changed from 11/07/2024 to 11/18/2024 (Req Date Updated)"},{"comp":1,"quote":222101,"Line":3,"Comment":"11/10/2024 7:56 PM - francescof - CLO changed from 10/26/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222101","line":"2","part":"NCAT40-C1-85U-IDU","qty":"2","price":"584.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"3","part":"9HC25","qty":"2","price":"46.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"4","part":"C40-STD-EU","qty":"2","price":"28.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"6","part":"NCAT40-NPU13-105U-IDU","qty":"3","price":"558.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"7","part":"NPU13-SPAN","qty":"3","price":"26.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"8","part":"C40-STD-EU","qty":"3","price":"28.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"10","part":"NC4007-0032-5.00G","qty":"2","price":"357.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"11","part":"E32-048","qty":"2","price":"52.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"12","part":"C40-STD-EU","qty":"2","price":"28.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"13","part":"TQW-200","qty":"1","price":"364.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"14","part":"TQW-E32-G","qty":"1","price":"153.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"15","part":"TQW-PS(19)","qty":"1","price":"102.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"17","part":"NC4007-0025-4.00G","qty":"2","price":"328.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"18","part":"E25-030","qty":"2","price":"46.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"19","part":"E25-032","qty":"2","price":"46.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"20","part":"C40-STD-EU","qty":"2","price":"28.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"21","part":"TQW-E25-G","qty":"1","price":"153.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"24","part":"CAT40-ER32-4.00","qty":"2","price":"209.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"25","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"26","part":"C40S-4500(H)-EU","qty":"2","price":"32.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"28","part":"CAT40-ER25-4.00","qty":"2","price":"212.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"29","part":"025-SPAN","qty":"1","price":"19.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222101","line":"30","part":"C40S-4500(H)-EU","qty":"2","price":"32.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222101","Line":"2","Company":"1","F_Line":"1","Comment":"Please note additional 5% applied with IMTS promotions.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":23}}] 2024-11-10 19:56:42.411 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219766-11102024195642.txt === {"quote":"219766","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"YETTCOLC","shiptoName":"Yetter Mfg","entry_date":"08-06-2024","cust_order_date":"08-06-2024","req_date":"11-18-2024","cust_po":"NCAT40 OPTION 2","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"11:19","extra":"","follow_up":"10-25-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"74057.00","total_gp":"57830.14","total_gpm":"78.09","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"425","win_pct":"20","clo_date":"10-25-2024","notes":[{"comp":"1","quote":"219766","line":"5","data":"08-06-2024 11:20 - Discounts Recalculated QS"},{"comp":"1","quote":"219766","line":"4","data":"Teams if needed."},{"comp":"1","quote":"219766","line":"3","data":"updated delivery. Sent Frankie pending quote via"},{"comp":"1","quote":"219766","line":"2","data":"08-06-2024 14:30-jennad Put Line1 on CBO log for"},{"comp":"1","quote":"219766","line":"1","data":"to Frankie"},{"comp":"1","quote":"219766","line":"0","data":"08-07-2024 09:23-jennad updated delivery, em'd"}],"crmnotes":[{"comp":1,"quote":219766,"Line":0,"Comment":"08/09/2024 1:25 PM - francescof - F/U changed from 08/12/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219766,"Line":1,"Comment":"08/26/2024 1:56 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219766,"Line":2,"Comment":"09/23/2024 4:23 AM - francescof - Req Date changed from 09/17/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":219766,"Line":3,"Comment":"09/23/2024 4:23 AM - francescof - CLO changed from 09/06/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":219766,"Line":4,"Comment":"09/23/2024 4:23 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219766,"Line":5,"Comment":"10/14/2024 5:25 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":219766,"Line":6,"Comment":"10/14/2024 5:25 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":219766,"Line":7,"Comment":"10/14/2024 5:25 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219766,"Line":8,"Comment":"11/10/2024 5:01 PM - francescof - Encounter has been added"},{"comp":1,"quote":219766,"Line":9,"Comment":"11/10/2024 7:56 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"219766","line":"1","part":"NC4007-0040-3.13G","qty":"75","price":"362.00","uom":"EA","discount":"0.00","req_date":"**See Note","branch":"1"},{"comp":"01","order":"219766","line":"2","part":"E40-016","qty":"5","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"3","part":"E40-024","qty":"5","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"4","part":"NC4006-0500-4.00CP","qty":"5","price":"241.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"5","part":"NC4006-0750-4.00CP","qty":"5","price":"340.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"6","part":"NC4006-1000-4.00CP","qty":"45","price":"273.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"7","part":"NC4006-1250-4.00CP","qty":"30","price":"275.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"8","part":"NC4006-1500-4.50CP","qty":"21","price":"363.00","uom":"EA","discount":"0.00","req_date":"10 Stk","branch":"1"},{"comp":"01","order":"219766","line":"9","part":"E40-629","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"10","part":"E40-984","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"11","part":"NCAT40-C32-105U-IDU","qty":"1","price":"613.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"12","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"13","part":"TQW-200","qty":"1","price":"364.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"14","part":"TQW-E40-G","qty":"1","price":"167.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"15","part":"TQW-PS(19)","qty":"1","price":"102.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"16","part":"C40-STD-EU","qty":"220","price":"28.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"17","part":"NC4001-1250-4.00CP","qty":"1","price":"370.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"18","part":"NC4001-0750-4.00CP","qty":"2","price":"337.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"19","part":"E40-SET-25","qty":"2","price":"1700.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"20","part":"E40-SET-23-MM","qty":"2","price":"1564.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"219766","Line":"1","Company":"1","F_Line":"1","Comment":"**DELIVERY: 10 pcs STOCK 20 pcs ETA 9/15","Loc":"Y"},{"Quote":"219766","Line":"1","Company":"1","F_Line":"2","Comment":"40 pcs ETA mid Sep remaining 5pcs ETA mid Nov.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":20}}] 2024-11-10 19:56:47.114 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219766-11102024195646.txt === {"quote":"219766","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"YETTCOLC","shiptoName":"Yetter Mfg","entry_date":"08-06-2024","cust_order_date":"08-06-2024","req_date":"11-18-2024","cust_po":"NCAT40 OPTION 2","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"11:19","extra":"","follow_up":"10-25-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"74057.00","total_gp":"57830.14","total_gpm":"78.09","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"425","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"219766","line":"5","data":"08-06-2024 11:20 - Discounts Recalculated QS"},{"comp":"1","quote":"219766","line":"4","data":"Teams if needed."},{"comp":"1","quote":"219766","line":"3","data":"updated delivery. Sent Frankie pending quote via"},{"comp":"1","quote":"219766","line":"2","data":"08-06-2024 14:30-jennad Put Line1 on CBO log for"},{"comp":"1","quote":"219766","line":"1","data":"to Frankie"},{"comp":"1","quote":"219766","line":"0","data":"08-07-2024 09:23-jennad updated delivery, em'd"}],"crmnotes":[{"comp":1,"quote":219766,"Line":0,"Comment":"08/09/2024 1:25 PM - francescof - F/U changed from 08/12/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219766,"Line":1,"Comment":"08/26/2024 1:56 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219766,"Line":2,"Comment":"09/23/2024 4:23 AM - francescof - Req Date changed from 09/17/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":219766,"Line":3,"Comment":"09/23/2024 4:23 AM - francescof - CLO changed from 09/06/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":219766,"Line":4,"Comment":"09/23/2024 4:23 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219766,"Line":5,"Comment":"10/14/2024 5:25 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":219766,"Line":6,"Comment":"10/14/2024 5:25 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":219766,"Line":7,"Comment":"10/14/2024 5:25 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219766,"Line":8,"Comment":"11/10/2024 5:01 PM - francescof - Encounter has been added"},{"comp":1,"quote":219766,"Line":9,"Comment":"11/10/2024 7:56 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"},{"comp":1,"quote":219766,"Line":10,"Comment":"11/10/2024 7:56 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"219766","line":"1","part":"NC4007-0040-3.13G","qty":"75","price":"362.00","uom":"EA","discount":"0.00","req_date":"**See Note","branch":"1"},{"comp":"01","order":"219766","line":"2","part":"E40-016","qty":"5","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"3","part":"E40-024","qty":"5","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"4","part":"NC4006-0500-4.00CP","qty":"5","price":"241.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"5","part":"NC4006-0750-4.00CP","qty":"5","price":"340.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"6","part":"NC4006-1000-4.00CP","qty":"45","price":"273.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"7","part":"NC4006-1250-4.00CP","qty":"30","price":"275.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"8","part":"NC4006-1500-4.50CP","qty":"21","price":"363.00","uom":"EA","discount":"0.00","req_date":"10 Stk","branch":"1"},{"comp":"01","order":"219766","line":"9","part":"E40-629","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"10","part":"E40-984","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"11","part":"NCAT40-C32-105U-IDU","qty":"1","price":"613.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"12","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"13","part":"TQW-200","qty":"1","price":"364.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"14","part":"TQW-E40-G","qty":"1","price":"167.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"15","part":"TQW-PS(19)","qty":"1","price":"102.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"16","part":"C40-STD-EU","qty":"220","price":"28.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"17","part":"NC4001-1250-4.00CP","qty":"1","price":"370.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"18","part":"NC4001-0750-4.00CP","qty":"2","price":"337.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"19","part":"E40-SET-25","qty":"2","price":"1700.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"20","part":"E40-SET-23-MM","qty":"2","price":"1564.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"219766","Line":"1","Company":"1","F_Line":"1","Comment":"**DELIVERY: 10 pcs STOCK 20 pcs ETA 9/15","Loc":"Y"},{"Quote":"219766","Line":"1","Company":"1","F_Line":"2","Comment":"40 pcs ETA mid Sep remaining 5pcs ETA mid Nov.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":20}}] 2024-11-10 19:56:52.070 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219766-11102024195651.txt === {"quote":"219766","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"YETTCOLC","shiptoName":"Yetter Mfg","entry_date":"08-06-2024","cust_order_date":"08-06-2024","req_date":"11-18-2024","cust_po":"NCAT40 OPTION 2","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Meier","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"11:19","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jordan Meier","follow_phone":"(319) 504-7444","follow_email":"jordanm@machsys.com","pic_user":"francescof","total_amt":"74057.00","total_gp":"57830.14","total_gpm":"78.09","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"425","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"219766","line":"5","data":"08-06-2024 11:20 - Discounts Recalculated QS"},{"comp":"1","quote":"219766","line":"4","data":"Teams if needed."},{"comp":"1","quote":"219766","line":"3","data":"updated delivery. Sent Frankie pending quote via"},{"comp":"1","quote":"219766","line":"2","data":"08-06-2024 14:30-jennad Put Line1 on CBO log for"},{"comp":"1","quote":"219766","line":"1","data":"to Frankie"},{"comp":"1","quote":"219766","line":"0","data":"08-07-2024 09:23-jennad updated delivery, em'd"}],"crmnotes":[{"comp":1,"quote":219766,"Line":0,"Comment":"08/09/2024 1:25 PM - francescof - F/U changed from 08/12/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219766,"Line":1,"Comment":"08/26/2024 1:56 PM - francescof - F/U changed from 08/19/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219766,"Line":2,"Comment":"09/23/2024 4:23 AM - francescof - Req Date changed from 09/17/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":219766,"Line":3,"Comment":"09/23/2024 4:23 AM - francescof - CLO changed from 09/06/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":219766,"Line":4,"Comment":"09/23/2024 4:23 AM - francescof - F/U changed from 09/07/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219766,"Line":5,"Comment":"10/14/2024 5:25 AM - francescof - Req Date changed from 10/05/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":219766,"Line":6,"Comment":"10/14/2024 5:25 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":219766,"Line":7,"Comment":"10/14/2024 5:25 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219766,"Line":8,"Comment":"11/10/2024 5:01 PM - francescof - Encounter has been added"},{"comp":1,"quote":219766,"Line":9,"Comment":"11/10/2024 7:56 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"},{"comp":1,"quote":219766,"Line":10,"Comment":"11/10/2024 7:56 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"219766","line":"1","part":"NC4007-0040-3.13G","qty":"75","price":"362.00","uom":"EA","discount":"0.00","req_date":"**See Note","branch":"1"},{"comp":"01","order":"219766","line":"2","part":"E40-016","qty":"5","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"3","part":"E40-024","qty":"5","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"4","part":"NC4006-0500-4.00CP","qty":"5","price":"241.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"5","part":"NC4006-0750-4.00CP","qty":"5","price":"340.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"6","part":"NC4006-1000-4.00CP","qty":"45","price":"273.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"7","part":"NC4006-1250-4.00CP","qty":"30","price":"275.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"8","part":"NC4006-1500-4.50CP","qty":"21","price":"363.00","uom":"EA","discount":"0.00","req_date":"10 Stk","branch":"1"},{"comp":"01","order":"219766","line":"9","part":"E40-629","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"10","part":"E40-984","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"11","part":"NCAT40-C32-105U-IDU","qty":"1","price":"613.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"12","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"13","part":"TQW-200","qty":"1","price":"364.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"14","part":"TQW-E40-G","qty":"1","price":"167.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"15","part":"TQW-PS(19)","qty":"1","price":"102.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"16","part":"C40-STD-EU","qty":"220","price":"28.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"17","part":"NC4001-1250-4.00CP","qty":"1","price":"370.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"18","part":"NC4001-0750-4.00CP","qty":"2","price":"337.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"19","part":"E40-SET-25","qty":"2","price":"1700.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219766","line":"20","part":"E40-SET-23-MM","qty":"2","price":"1564.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"219766","Line":"1","Company":"1","F_Line":"1","Comment":"**DELIVERY: 10 pcs STOCK 20 pcs ETA 9/15","Loc":"Y"},{"Quote":"219766","Line":"1","Company":"1","F_Line":"2","Comment":"40 pcs ETA mid Sep remaining 5pcs ETA mid Nov.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":20}}] 2024-11-10 19:56:58.061 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223164-11102024195657.txt === {"quote":"223164","customer":"1425","name":null,"customerName":"Allendale Machinery","comp":"01","open":"0","shipto":"MAROTT","shiptoName":"Marotta Controls, Inc. - MAIN","entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"11-28-2024","cust_po":"BT30 TOOLING PACKAGE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Jim Kenny","drop_po":"TOOLING CERTIFICATE QUOTE","status":"0","user":"nickm","conv_order":"","time":"15:38","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Jim Kenny","follow_phone":"201-327-5215","follow_email":"jkenny@allendalemachinery.com","pic_user":"nickm","total_amt":"6527.5","total_gp":"3796.53","total_gpm":"58.16","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"65","win_pct":"20","clo_date":"12-13-2024","notes":[],"crmnotes":[{"comp":1,"quote":223164,"Line":0,"Comment":"11/10/2024 8:55 PM - nickm - F/U changed from 10/23/2024 to 11/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223164,"Line":1,"Comment":"11/10/2024 8:56 PM - nickm - CLO changed from 11/17/2024 to 12/13/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223164","line":"3","part":"BT30-SK6-60","qty":"5","price":"333.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"4","part":"BT30-SK6-90","qty":"5","price":"348.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"5","part":"SK6-1/8AC","qty":"4","price":"129.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"6","part":"SK6-3/16AC","qty":"4","price":"93.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"7","part":"SK6-4AC","qty":"4","price":"93.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"8","part":"SK6-6AC","qty":"4","price":"93.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"9","part":"SK6-SET-16-MM","qty":"1","price":"1251.00","uom":"ST","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"10","part":"TQW-HANDLE14X18","qty":"1","price":"53.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"11","part":"TQW-SK06(18)","qty":"1","price":"102.00","uom":"EA","discount":"50.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"223164","line":"12","part":"SKR-6","qty":"1","price":"2.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"13","part":"RACK-ER11/SK6","qty":"1","price":"56.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"17","part":"BT30-SK10-60","qty":"5","price":"335.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"18","part":"BT30-SK10-90","qty":"5","price":"350.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"19","part":"SK10-4AC","qty":"4","price":"96.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"20","part":"SK10-6AC","qty":"4","price":"96.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"21","part":"SK10-8AC","qty":"4","price":"96.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"22","part":"SK10-10AC","qty":"4","price":"96.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"23","part":"SK10-SET-05-AC","qty":"2","price":"518.00","uom":"ST","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"24","part":"TQW-SK10","qty":"1","price":"102.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"25","part":"SKR-10","qty":"1","price":"2.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"26","part":"RACK-ER16/SK10","qty":"1","price":"42.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"30","part":"B3001-0500-1.19CP","qty":"1","price":"130.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"31","part":"B3001-0750-1.19CP","qty":"1","price":"130.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"32","part":"B3001-1000-1.19CP","qty":"1","price":"151.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":24}}] 2024-11-10 19:57:09.570 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220646-11102024195709.txt === {"quote":"220646","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"MACHEMSX","shiptoName":"Machinery Systems Inc.","entry_date":"08-23-2024","cust_order_date":"08-23-2024","req_date":"11-18-2024","cust_po":"WTO CROSSOVER SK OPTION","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brandon Strebel","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"11:46","extra":"","follow_up":"10-25-2024","web_id":"","follow_name":"Brandon Strebel","follow_phone":"(847) 882-8085","follow_email":"brandons@machsys.com","pic_user":"francescof","total_amt":"3513.20","total_gp":"1981.60","total_gpm":"56.40","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"4","win_pct":"20","clo_date":"10-25-2024","notes":[],"crmnotes":[{"comp":1,"quote":220646,"Line":0,"Comment":"09/23/2024 3:54 AM - francescof - CLO changed from 09/23/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220646,"Line":1,"Comment":"09/23/2024 3:54 AM - francescof - F/U changed from 09/01/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220646,"Line":2,"Comment":"10/14/2024 5:28 AM - francescof - Req Date changed from 10/04/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220646,"Line":3,"Comment":"10/14/2024 5:28 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220646,"Line":4,"Comment":"10/14/2024 5:28 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220646,"Line":5,"Comment":"11/10/2024 6:25 PM - francescof - Encounter has been added"},{"comp":1,"quote":220646,"Line":6,"Comment":"11/10/2024 7:57 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"220646","line":"1","part":"MZST68-SK20Z-ICE","qty":"1","price":"4916.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220646","line":"2","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220646","line":"3","part":"WRENCH-MIM-107446","qty":"1","price":"35.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220646","line":"4","part":"SKJL-25","qty":"1","price":"24.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-10 19:57:13.762 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220646-11102024195713.txt === {"quote":"220646","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"MACHEMSX","shiptoName":"Machinery Systems Inc.","entry_date":"08-23-2024","cust_order_date":"08-23-2024","req_date":"11-18-2024","cust_po":"WTO CROSSOVER SK OPTION","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brandon Strebel","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"11:46","extra":"","follow_up":"10-25-2024","web_id":"","follow_name":"Brandon Strebel","follow_phone":"(847) 882-8085","follow_email":"brandons@machsys.com","pic_user":"francescof","total_amt":"3513.20","total_gp":"1981.60","total_gpm":"56.40","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-18-2024","notes":[],"crmnotes":[{"comp":1,"quote":220646,"Line":0,"Comment":"09/23/2024 3:54 AM - francescof - CLO changed from 09/23/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220646,"Line":1,"Comment":"09/23/2024 3:54 AM - francescof - F/U changed from 09/01/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220646,"Line":2,"Comment":"10/14/2024 5:28 AM - francescof - Req Date changed from 10/04/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220646,"Line":3,"Comment":"10/14/2024 5:28 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220646,"Line":4,"Comment":"10/14/2024 5:28 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220646,"Line":5,"Comment":"11/10/2024 6:25 PM - francescof - Encounter has been added"},{"comp":1,"quote":220646,"Line":6,"Comment":"11/10/2024 7:57 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"},{"comp":1,"quote":220646,"Line":7,"Comment":"11/10/2024 7:57 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"220646","line":"1","part":"MZST68-SK20Z-ICE","qty":"1","price":"4916.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220646","line":"2","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220646","line":"3","part":"WRENCH-MIM-107446","qty":"1","price":"35.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220646","line":"4","part":"SKJL-25","qty":"1","price":"24.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-10 19:57:18.544 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220646-11102024195718.txt === {"quote":"220646","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"0","shipto":"MACHEMSX","shiptoName":"Machinery Systems Inc.","entry_date":"08-23-2024","cust_order_date":"08-23-2024","req_date":"11-18-2024","cust_po":"WTO CROSSOVER SK OPTION","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brandon Strebel","drop_po":"","status":"0","user":"francescof","conv_order":"","time":"11:46","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Brandon Strebel","follow_phone":"(847) 882-8085","follow_email":"brandons@machsys.com","pic_user":"francescof","total_amt":"3513.20","total_gp":"1981.60","total_gpm":"56.40","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"francescof","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-18-2024","notes":[],"crmnotes":[{"comp":1,"quote":220646,"Line":0,"Comment":"09/23/2024 3:54 AM - francescof - CLO changed from 09/23/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":220646,"Line":1,"Comment":"09/23/2024 3:54 AM - francescof - F/U changed from 09/01/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220646,"Line":2,"Comment":"10/14/2024 5:28 AM - francescof - Req Date changed from 10/04/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":220646,"Line":3,"Comment":"10/14/2024 5:28 AM - francescof - CLO changed from 10/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":220646,"Line":4,"Comment":"10/14/2024 5:28 AM - francescof - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220646,"Line":5,"Comment":"11/10/2024 6:25 PM - francescof - Encounter has been added"},{"comp":1,"quote":220646,"Line":6,"Comment":"11/10/2024 7:57 PM - francescof - Req Date changed from 10/25/2024 to 11/18/2024 (Req Date Updated)"},{"comp":1,"quote":220646,"Line":7,"Comment":"11/10/2024 7:57 PM - francescof - CLO changed from 10/25/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"220646","line":"1","part":"MZST68-SK20Z-ICE","qty":"1","price":"4916.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220646","line":"2","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220646","line":"3","part":"WRENCH-MIM-107446","qty":"1","price":"35.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220646","line":"4","part":"SKJL-25","qty":"1","price":"24.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-10 20:00:03.792 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223164-11102024200003.txt === {"quote":"223164","customer":"1425","name":null,"customerName":"Allendale Machinery","comp":"01","open":"0","shipto":"MAROTT","shiptoName":"Marotta Controls, Inc. - MAIN","entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"12-31-2024","cust_po":"BT30 TOOLING PACKAGE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Jim Kenny","drop_po":"TOOLING CERTIFICATE QUOTE","status":"0","user":"nickm","conv_order":"","time":"15:38","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Jim Kenny","follow_phone":"201-327-5215","follow_email":"jkenny@allendalemachinery.com","pic_user":"nickm","total_amt":"6527.5","total_gp":"3796.53","total_gpm":"58.16","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"65","win_pct":"20","clo_date":"12-13-2024","notes":[],"crmnotes":[{"comp":1,"quote":223164,"Line":0,"Comment":"11/10/2024 8:55 PM - nickm - F/U changed from 10/23/2024 to 11/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223164,"Line":1,"Comment":"11/10/2024 8:56 PM - nickm - CLO changed from 11/17/2024 to 12/13/2024 (CLO Date Updated)"},{"comp":1,"quote":223164,"Line":2,"Comment":"11/10/2024 8:59 PM - nickm - Req Date changed from 11/28/2024 to 12/31/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223164","line":"3","part":"BT30-SK6-60","qty":"5","price":"333.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"4","part":"BT30-SK6-90","qty":"5","price":"348.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"5","part":"SK6-1/8AC","qty":"4","price":"129.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"6","part":"SK6-3/16AC","qty":"4","price":"93.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"7","part":"SK6-4AC","qty":"4","price":"93.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"8","part":"SK6-6AC","qty":"4","price":"93.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"9","part":"SK6-SET-16-MM","qty":"1","price":"1251.00","uom":"ST","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"10","part":"TQW-HANDLE14X18","qty":"1","price":"53.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"11","part":"TQW-SK06(18)","qty":"1","price":"102.00","uom":"EA","discount":"50.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"223164","line":"12","part":"SKR-6","qty":"1","price":"2.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"13","part":"RACK-ER11/SK6","qty":"1","price":"56.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"17","part":"BT30-SK10-60","qty":"5","price":"335.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"18","part":"BT30-SK10-90","qty":"5","price":"350.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"19","part":"SK10-4AC","qty":"4","price":"96.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"20","part":"SK10-6AC","qty":"4","price":"96.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"21","part":"SK10-8AC","qty":"4","price":"96.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"22","part":"SK10-10AC","qty":"4","price":"96.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"23","part":"SK10-SET-05-AC","qty":"2","price":"518.00","uom":"ST","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"24","part":"TQW-SK10","qty":"1","price":"102.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"25","part":"SKR-10","qty":"1","price":"2.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"26","part":"RACK-ER16/SK10","qty":"1","price":"42.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"30","part":"B3001-0500-1.19CP","qty":"1","price":"130.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"31","part":"B3001-0750-1.19CP","qty":"1","price":"130.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"32","part":"B3001-1000-1.19CP","qty":"1","price":"151.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":24}}] 2024-11-10 20:15:15.064 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223164-11102024201514.txt === {"quote":"223164","customer":"1425","name":null,"customerName":"Allendale Machinery","comp":"01","open":"0","shipto":"MAROTT","shiptoName":"Marotta Controls, Inc. - MAIN","entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"12-31-2024","cust_po":"BT30 TOOLING PACKAGE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Jim Kenny","drop_po":"TOOLING CERTIFICATE QUOTE","status":"0","user":"nickm","conv_order":"","time":"15:38","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Jim Kenny","follow_phone":"201-327-5215","follow_email":"jkenny@allendalemachinery.com","pic_user":"nickm","total_amt":"6527.5","total_gp":"3796.53","total_gpm":"58.16","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"65","win_pct":"60","clo_date":"12-13-2024","notes":[],"crmnotes":[{"comp":1,"quote":223164,"Line":0,"Comment":"11/10/2024 8:55 PM - nickm - F/U changed from 10/23/2024 to 11/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223164,"Line":1,"Comment":"11/10/2024 8:56 PM - nickm - CLO changed from 11/17/2024 to 12/13/2024 (CLO Date Updated)"},{"comp":1,"quote":223164,"Line":2,"Comment":"11/10/2024 8:59 PM - nickm - Req Date changed from 11/28/2024 to 12/31/2024 (Req Date Updated)"},{"comp":1,"quote":223164,"Line":3,"Comment":"11/10/2024 9:05 PM - nickm - Marrotta is a loyal Lyndex user and is buying 2 machines in the near future. This tooling is for a BT30 machine, most likely a Haas."},{"comp":1,"quote":223164,"Line":4,"Comment":"11/10/2024 9:15 PM - nickm - Win% changed from 20 to 60"}],"items":[{"comp":"01","order":"223164","line":"3","part":"BT30-SK6-60","qty":"5","price":"333.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"4","part":"BT30-SK6-90","qty":"5","price":"348.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"5","part":"SK6-1/8AC","qty":"4","price":"129.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"6","part":"SK6-3/16AC","qty":"4","price":"93.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"7","part":"SK6-4AC","qty":"4","price":"93.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"8","part":"SK6-6AC","qty":"4","price":"93.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"9","part":"SK6-SET-16-MM","qty":"1","price":"1251.00","uom":"ST","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"10","part":"TQW-HANDLE14X18","qty":"1","price":"53.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"11","part":"TQW-SK06(18)","qty":"1","price":"102.00","uom":"EA","discount":"50.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"223164","line":"12","part":"SKR-6","qty":"1","price":"2.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"13","part":"RACK-ER11/SK6","qty":"1","price":"56.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"17","part":"BT30-SK10-60","qty":"5","price":"335.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"18","part":"BT30-SK10-90","qty":"5","price":"350.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"19","part":"SK10-4AC","qty":"4","price":"96.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"20","part":"SK10-6AC","qty":"4","price":"96.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"21","part":"SK10-8AC","qty":"4","price":"96.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"22","part":"SK10-10AC","qty":"4","price":"96.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"23","part":"SK10-SET-05-AC","qty":"2","price":"518.00","uom":"ST","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"24","part":"TQW-SK10","qty":"1","price":"102.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"25","part":"SKR-10","qty":"1","price":"2.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"26","part":"RACK-ER16/SK10","qty":"1","price":"42.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"30","part":"B3001-0500-1.19CP","qty":"1","price":"130.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"31","part":"B3001-0750-1.19CP","qty":"1","price":"130.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223164","line":"32","part":"B3001-1000-1.19CP","qty":"1","price":"151.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":24}}] 2024-11-10 20:16:58.622 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223173-11102024201658.txt === {"quote":"223173","customer":"1425","name":null,"customerName":"Allendale Machinery","comp":"01","open":"0","shipto":"MAROTT","shiptoName":"Marotta Controls, Inc. - MAIN","entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"11-30-2024","cust_po":"CT40 TOOLING PACKAGE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Jim Kenny","drop_po":"TOOLING CERTIFICATE QUOTE","status":"0","user":"nickm","conv_order":"","time":"16:23","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jim Kenny","follow_phone":"","follow_email":"jkenny@allendalemachinery.com","pic_user":"nickm","total_amt":"11101.5","total_gp":"6560.93","total_gpm":"59.10","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"127","win_pct":"20","clo_date":"11-07-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223173","line":"3","part":"CAT40-SK6-90U-IDU","qty":"5","price":"377.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"4","part":"CAT40-SK6-120U-IDU","qty":"5","price":"395.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"5","part":"SK6-1/8AC","qty":"4","price":"129.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"6","part":"SK6-3/16AC","qty":"4","price":"93.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"7","part":"SK6-4AC","qty":"4","price":"93.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"8","part":"SK6-6AC","qty":"4","price":"93.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"9","part":"SK6-SET-16-MM","qty":"1","price":"1251.00","uom":"ST","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"10","part":"TQW-HANDLE14X18","qty":"1","price":"53.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"11","part":"TQW-SK06(18)","qty":"1","price":"102.00","uom":"EA","discount":"50.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"223173","line":"12","part":"SKR-6","qty":"1","price":"2.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"13","part":"RACK-ER11/SK6","qty":"1","price":"56.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"17","part":"CAT40-SK10-60U-IDU","qty":"5","price":"379.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"18","part":"CAT40-SK10-90U-IDU","qty":"5","price":"379.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"19","part":"SK10-4AC","qty":"4","price":"96.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"20","part":"SK10-6AC","qty":"4","price":"96.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"21","part":"SK10-8AC","qty":"4","price":"96.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"22","part":"SK10-10AC","qty":"4","price":"96.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"23","part":"SK10-SET-05-AC","qty":"2","price":"518.00","uom":"ST","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"24","part":"TQW-SK10","qty":"1","price":"102.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"25","part":"SKR-10","qty":"1","price":"2.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"26","part":"RACK-ER16/SK10","qty":"1","price":"42.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"30","part":"CAT40-SK16-60U-IDU","qty":"5","price":"406.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"31","part":"CAT40-SK16-90U-IDU","qty":"5","price":"406.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"32","part":"SK16-6AC","qty":"2","price":"180.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"33","part":"SK16-8AC","qty":"2","price":"180.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"34","part":"SK16-10AC","qty":"4","price":"109.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"35","part":"SK16-12AC","qty":"2","price":"109.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"36","part":"SK16-14AC","qty":"2","price":"109.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"37","part":"SK16-16AC","qty":"2","price":"109.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"38","part":"SK16-SET-04-AC","qty":"2","price":"628.00","uom":"ST","discount":"50.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"223173","line":"39","part":"SKR-16","qty":"1","price":"2.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"40","part":"TQW-SK16(45)","qty":"1","price":"106.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"41","part":"RACK-180DA/SK16/ER25","qty":"1","price":"56.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"45","part":"C4001-0500-1.75CP","qty":"1","price":"130.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"46","part":"C4001-0750-1.75CP","qty":"1","price":"130.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"47","part":"C4001-1000-1.75CP","qty":"1","price":"133.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"51","part":"C40S-4500(H)-EU","qty":"33","price":"32.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":37}}] 2024-11-10 20:17:17.324 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223173-11102024201717.txt === {"quote":"223173","customer":"1425","name":null,"customerName":"Allendale Machinery","comp":"01","open":"0","shipto":"MAROTT","shiptoName":"Marotta Controls, Inc. - MAIN","entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"11-30-2024","cust_po":"CT40 TOOLING PACKAGE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Jim Kenny","drop_po":"TOOLING CERTIFICATE QUOTE","status":"0","user":"nickm","conv_order":"","time":"16:23","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jim Kenny","follow_phone":"","follow_email":"jkenny@allendalemachinery.com","pic_user":"nickm","total_amt":"11101.5","total_gp":"6560.93","total_gpm":"59.10","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"127","win_pct":"20","clo_date":"12-16-2024","notes":[],"crmnotes":[{"comp":1,"quote":223173,"Line":0,"Comment":"11/10/2024 9:16 PM - nickm - F/U changed from 10/23/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223173,"Line":1,"Comment":"11/10/2024 9:17 PM - nickm - CLO changed from 11/07/2024 to 12/16/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223173","line":"3","part":"CAT40-SK6-90U-IDU","qty":"5","price":"377.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"4","part":"CAT40-SK6-120U-IDU","qty":"5","price":"395.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"5","part":"SK6-1/8AC","qty":"4","price":"129.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"6","part":"SK6-3/16AC","qty":"4","price":"93.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"7","part":"SK6-4AC","qty":"4","price":"93.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"8","part":"SK6-6AC","qty":"4","price":"93.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"9","part":"SK6-SET-16-MM","qty":"1","price":"1251.00","uom":"ST","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"10","part":"TQW-HANDLE14X18","qty":"1","price":"53.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"11","part":"TQW-SK06(18)","qty":"1","price":"102.00","uom":"EA","discount":"50.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"223173","line":"12","part":"SKR-6","qty":"1","price":"2.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"13","part":"RACK-ER11/SK6","qty":"1","price":"56.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"17","part":"CAT40-SK10-60U-IDU","qty":"5","price":"379.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"18","part":"CAT40-SK10-90U-IDU","qty":"5","price":"379.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"19","part":"SK10-4AC","qty":"4","price":"96.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"20","part":"SK10-6AC","qty":"4","price":"96.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"21","part":"SK10-8AC","qty":"4","price":"96.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"22","part":"SK10-10AC","qty":"4","price":"96.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"23","part":"SK10-SET-05-AC","qty":"2","price":"518.00","uom":"ST","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"24","part":"TQW-SK10","qty":"1","price":"102.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"25","part":"SKR-10","qty":"1","price":"2.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"26","part":"RACK-ER16/SK10","qty":"1","price":"42.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"30","part":"CAT40-SK16-60U-IDU","qty":"5","price":"406.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"31","part":"CAT40-SK16-90U-IDU","qty":"5","price":"406.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"32","part":"SK16-6AC","qty":"2","price":"180.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"33","part":"SK16-8AC","qty":"2","price":"180.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"34","part":"SK16-10AC","qty":"4","price":"109.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"35","part":"SK16-12AC","qty":"2","price":"109.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"36","part":"SK16-14AC","qty":"2","price":"109.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"37","part":"SK16-16AC","qty":"2","price":"109.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"38","part":"SK16-SET-04-AC","qty":"2","price":"628.00","uom":"ST","discount":"50.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"223173","line":"39","part":"SKR-16","qty":"1","price":"2.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"40","part":"TQW-SK16(45)","qty":"1","price":"106.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"41","part":"RACK-180DA/SK16/ER25","qty":"1","price":"56.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"45","part":"C4001-0500-1.75CP","qty":"1","price":"130.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"46","part":"C4001-0750-1.75CP","qty":"1","price":"130.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"47","part":"C4001-1000-1.75CP","qty":"1","price":"133.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"51","part":"C40S-4500(H)-EU","qty":"33","price":"32.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":37}}] 2024-11-10 20:17:29.911 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223173-11102024201729.txt === {"quote":"223173","customer":"1425","name":null,"customerName":"Allendale Machinery","comp":"01","open":"0","shipto":"MAROTT","shiptoName":"Marotta Controls, Inc. - MAIN","entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"12-31-2024","cust_po":"CT40 TOOLING PACKAGE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Jim Kenny","drop_po":"TOOLING CERTIFICATE QUOTE","status":"0","user":"nickm","conv_order":"","time":"16:23","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jim Kenny","follow_phone":"","follow_email":"jkenny@allendalemachinery.com","pic_user":"nickm","total_amt":"11101.5","total_gp":"6560.93","total_gpm":"59.10","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"127","win_pct":"20","clo_date":"12-16-2024","notes":[],"crmnotes":[{"comp":1,"quote":223173,"Line":0,"Comment":"11/10/2024 9:16 PM - nickm - F/U changed from 10/23/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223173,"Line":1,"Comment":"11/10/2024 9:17 PM - nickm - CLO changed from 11/07/2024 to 12/16/2024 (CLO Date Updated)"},{"comp":1,"quote":223173,"Line":2,"Comment":"11/10/2024 9:17 PM - nickm - Req Date changed from 11/30/2024 to 12/31/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223173","line":"3","part":"CAT40-SK6-90U-IDU","qty":"5","price":"377.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"4","part":"CAT40-SK6-120U-IDU","qty":"5","price":"395.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"5","part":"SK6-1/8AC","qty":"4","price":"129.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"6","part":"SK6-3/16AC","qty":"4","price":"93.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"7","part":"SK6-4AC","qty":"4","price":"93.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"8","part":"SK6-6AC","qty":"4","price":"93.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"9","part":"SK6-SET-16-MM","qty":"1","price":"1251.00","uom":"ST","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"10","part":"TQW-HANDLE14X18","qty":"1","price":"53.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"11","part":"TQW-SK06(18)","qty":"1","price":"102.00","uom":"EA","discount":"50.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"223173","line":"12","part":"SKR-6","qty":"1","price":"2.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"13","part":"RACK-ER11/SK6","qty":"1","price":"56.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"17","part":"CAT40-SK10-60U-IDU","qty":"5","price":"379.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"18","part":"CAT40-SK10-90U-IDU","qty":"5","price":"379.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"19","part":"SK10-4AC","qty":"4","price":"96.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"20","part":"SK10-6AC","qty":"4","price":"96.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"21","part":"SK10-8AC","qty":"4","price":"96.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"22","part":"SK10-10AC","qty":"4","price":"96.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"23","part":"SK10-SET-05-AC","qty":"2","price":"518.00","uom":"ST","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"24","part":"TQW-SK10","qty":"1","price":"102.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"25","part":"SKR-10","qty":"1","price":"2.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"26","part":"RACK-ER16/SK10","qty":"1","price":"42.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"30","part":"CAT40-SK16-60U-IDU","qty":"5","price":"406.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"31","part":"CAT40-SK16-90U-IDU","qty":"5","price":"406.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"32","part":"SK16-6AC","qty":"2","price":"180.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"33","part":"SK16-8AC","qty":"2","price":"180.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"34","part":"SK16-10AC","qty":"4","price":"109.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"35","part":"SK16-12AC","qty":"2","price":"109.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"36","part":"SK16-14AC","qty":"2","price":"109.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"37","part":"SK16-16AC","qty":"2","price":"109.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"38","part":"SK16-SET-04-AC","qty":"2","price":"628.00","uom":"ST","discount":"50.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"223173","line":"39","part":"SKR-16","qty":"1","price":"2.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"40","part":"TQW-SK16(45)","qty":"1","price":"106.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"41","part":"RACK-180DA/SK16/ER25","qty":"1","price":"56.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"45","part":"C4001-0500-1.75CP","qty":"1","price":"130.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"46","part":"C4001-0750-1.75CP","qty":"1","price":"130.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"47","part":"C4001-1000-1.75CP","qty":"1","price":"133.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"51","part":"C40S-4500(H)-EU","qty":"33","price":"32.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":37}}] 2024-11-10 21:21:25.601 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223173-11102024212125.txt === {"quote":"223173","customer":"1425","name":null,"customerName":"Allendale Machinery","comp":"01","open":"0","shipto":"MAROTT","shiptoName":"Marotta Controls, Inc. - MAIN","entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"12-31-2024","cust_po":"CT40 TOOLING PACKAGE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Jim Kenny","drop_po":"TOOLING CERTIFICATE QUOTE","status":"0","user":"nickm","conv_order":"","time":"16:23","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jim Kenny","follow_phone":"","follow_email":"jkenny@allendalemachinery.com","pic_user":"nickm","total_amt":"11101.5","total_gp":"6560.93","total_gpm":"59.10","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"127","win_pct":"75","clo_date":"12-16-2024","notes":[],"crmnotes":[{"comp":1,"quote":223173,"Line":0,"Comment":"11/10/2024 9:16 PM - nickm - F/U changed from 10/23/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223173,"Line":1,"Comment":"11/10/2024 9:17 PM - nickm - CLO changed from 11/07/2024 to 12/16/2024 (CLO Date Updated)"},{"comp":1,"quote":223173,"Line":2,"Comment":"11/10/2024 9:17 PM - nickm - Req Date changed from 11/30/2024 to 12/31/2024 (Req Date Updated)"},{"comp":1,"quote":223173,"Line":3,"Comment":"11/10/2024 9:18 PM - nickm - Marrotta is a loyal Lyndex user and is buying 2 machines in the near future. This tooling is for a CAT40 machine, most likely a Kitamura."}],"items":[{"comp":"01","order":"223173","line":"3","part":"CAT40-SK6-90U-IDU","qty":"5","price":"377.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"4","part":"CAT40-SK6-120U-IDU","qty":"5","price":"395.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"5","part":"SK6-1/8AC","qty":"4","price":"129.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"6","part":"SK6-3/16AC","qty":"4","price":"93.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"7","part":"SK6-4AC","qty":"4","price":"93.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"8","part":"SK6-6AC","qty":"4","price":"93.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"9","part":"SK6-SET-16-MM","qty":"1","price":"1251.00","uom":"ST","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"10","part":"TQW-HANDLE14X18","qty":"1","price":"53.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"11","part":"TQW-SK06(18)","qty":"1","price":"102.00","uom":"EA","discount":"50.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"223173","line":"12","part":"SKR-6","qty":"1","price":"2.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"13","part":"RACK-ER11/SK6","qty":"1","price":"56.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"17","part":"CAT40-SK10-60U-IDU","qty":"5","price":"379.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"18","part":"CAT40-SK10-90U-IDU","qty":"5","price":"379.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"19","part":"SK10-4AC","qty":"4","price":"96.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"20","part":"SK10-6AC","qty":"4","price":"96.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"21","part":"SK10-8AC","qty":"4","price":"96.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"22","part":"SK10-10AC","qty":"4","price":"96.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"23","part":"SK10-SET-05-AC","qty":"2","price":"518.00","uom":"ST","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"24","part":"TQW-SK10","qty":"1","price":"102.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"25","part":"SKR-10","qty":"1","price":"2.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"26","part":"RACK-ER16/SK10","qty":"1","price":"42.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"30","part":"CAT40-SK16-60U-IDU","qty":"5","price":"406.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"31","part":"CAT40-SK16-90U-IDU","qty":"5","price":"406.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"32","part":"SK16-6AC","qty":"2","price":"180.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"33","part":"SK16-8AC","qty":"2","price":"180.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"34","part":"SK16-10AC","qty":"4","price":"109.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"35","part":"SK16-12AC","qty":"2","price":"109.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"36","part":"SK16-14AC","qty":"2","price":"109.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"37","part":"SK16-16AC","qty":"2","price":"109.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"38","part":"SK16-SET-04-AC","qty":"2","price":"628.00","uom":"ST","discount":"50.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"223173","line":"39","part":"SKR-16","qty":"1","price":"2.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"40","part":"TQW-SK16(45)","qty":"1","price":"106.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"41","part":"RACK-180DA/SK16/ER25","qty":"1","price":"56.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"45","part":"C4001-0500-1.75CP","qty":"1","price":"130.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"46","part":"C4001-0750-1.75CP","qty":"1","price":"130.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"47","part":"C4001-1000-1.75CP","qty":"1","price":"133.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223173","line":"51","part":"C40S-4500(H)-EU","qty":"33","price":"32.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":37}}] 2024-11-10 21:22:44.960 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-217257-11102024212244.txt === {"quote":"217257","customer":"E5476","name":null,"customerName":"Empire Dynamics Machinery LLC","comp":"01","open":"0","shipto":"EMPIREDY","shiptoName":"Empire Dynamics","entry_date":"06-07-2024","cust_order_date":"05-24-2024","req_date":"12-27-2024","cust_po":"C8-C1-165","terms_code":"CCARD","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Keeley","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"15:09","extra":"","follow_up":"11-11-2024","web_id":"","follow_name":"keely","follow_phone":"","follow_email":"kpaull@empiredynamics.u","pic_user":"nickm","total_amt":"7527.50","total_gp":"5229.92","total_gpm":"69.48","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"18","win_pct":"60","clo_date":"11-15-2024","notes":[],"crmnotes":[{"comp":1,"quote":217257,"Line":0,"Comment":"07/01/2024 1:16 AM - nickm - Couple weeks away"},{"comp":1,"quote":217257,"Line":1,"Comment":"07/01/2024 1:16 AM - nickm - F/U Changed from 6/23/2024 to 7/22/2024 (Follow Up in 3 Weeks)"},{"comp":1,"quote":217257,"Line":2,"Comment":"07/01/2024 1:17 AM - nickm - CLO changed from 6/28/2024 to 8/16/2024 (CLO Date Updated)"},{"comp":1,"quote":217257,"Line":3,"Comment":"07/01/2024 1:17 AM - nickm - Req Date change from 6/7/2024 to 8/30/2024 (Req Date Updated)"},{"comp":1,"quote":217257,"Line":4,"Comment":"07/29/2024 12:04 AM - nickm - F/U changed from 07/22/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217257,"Line":5,"Comment":"07/29/2024 12:04 AM - nickm - CLO changed from 08/16/2024 to 09/13/2024 (CLO Date Updated)"},{"comp":1,"quote":217257,"Line":6,"Comment":"07/29/2024 12:05 AM - nickm - Req Date changed from 08/30/2024 to 09/27/2024 (Req Date Updated)"},{"comp":1,"quote":217257,"Line":7,"Comment":"07/29/2024 12:06 AM - nickm - Quoting turnkey for their customer. There will be more tooling added"},{"comp":1,"quote":217257,"Line":8,"Comment":"07/29/2024 12:08 AM - nickm - Win% changed from 20 to 60"},{"comp":1,"quote":217257,"Line":9,"Comment":"08/26/2024 3:26 AM - nickm - F/U changed from 08/19/2024 to 9/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217257,"Line":10,"Comment":"08/26/2024 3:26 AM - nickm - CLO changed from 09/13/2024 to 09/30/2024 (CLO Date Updated)"},{"comp":1,"quote":217257,"Line":11,"Comment":"08/26/2024 3:26 AM - nickm - Req Date changed from 09/27/2024 to 10/18/2024 (Req Date Updated)"},{"comp":1,"quote":217257,"Line":12,"Comment":"09/29/2024 4:49 PM - nickm - F/U changed from 09/16/2024 to 10/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217257,"Line":13,"Comment":"09/29/2024 4:49 PM - nickm - CLO changed from 09/30/2024 to 11/15/2024 (CLO Date Updated)"},{"comp":1,"quote":217257,"Line":14,"Comment":"09/29/2024 4:53 PM - nickm - Req Date changed from 10/18/2024 to 12/27/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"217257","line":"1","part":"C8-C1.1/4-135","qty":"1","price":"991.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217257","line":"2","part":"MODIFICATION-CHIP-HOLE","qty":"1","price":"80.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"217257","line":"3","part":"C8-RDC6-120-QC","qty":"5","price":"1181.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217257","line":"4","part":"MODIFICATION-CHIP-HOLE","qty":"5","price":"80.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"217257","line":"5","part":"C8-C1.1/4-105","qty":"3","price":"943.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217257","line":"6","part":"MODIFICATION-CHIP-HOLE","qty":"3","price":"80.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-10 21:23:09.041 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-217257-11102024212308.txt === {"quote":"217257","customer":"E5476","name":null,"customerName":"Empire Dynamics Machinery LLC","comp":"01","open":"0","shipto":"EMPIREDY","shiptoName":"Empire Dynamics","entry_date":"06-07-2024","cust_order_date":"05-24-2024","req_date":"01-10-2025","cust_po":"C8-C1-165","terms_code":"CCARD","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Keeley","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"15:09","extra":"","follow_up":"11-11-2024","web_id":"","follow_name":"keely","follow_phone":"","follow_email":"kpaull@empiredynamics.u","pic_user":"nickm","total_amt":"7527.50","total_gp":"5229.92","total_gpm":"69.48","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"18","win_pct":"60","clo_date":"11-15-2024","notes":[],"crmnotes":[{"comp":1,"quote":217257,"Line":0,"Comment":"07/01/2024 1:16 AM - nickm - Couple weeks away"},{"comp":1,"quote":217257,"Line":1,"Comment":"07/01/2024 1:16 AM - nickm - F/U Changed from 6/23/2024 to 7/22/2024 (Follow Up in 3 Weeks)"},{"comp":1,"quote":217257,"Line":2,"Comment":"07/01/2024 1:17 AM - nickm - CLO changed from 6/28/2024 to 8/16/2024 (CLO Date Updated)"},{"comp":1,"quote":217257,"Line":3,"Comment":"07/01/2024 1:17 AM - nickm - Req Date change from 6/7/2024 to 8/30/2024 (Req Date Updated)"},{"comp":1,"quote":217257,"Line":4,"Comment":"07/29/2024 12:04 AM - nickm - F/U changed from 07/22/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217257,"Line":5,"Comment":"07/29/2024 12:04 AM - nickm - CLO changed from 08/16/2024 to 09/13/2024 (CLO Date Updated)"},{"comp":1,"quote":217257,"Line":6,"Comment":"07/29/2024 12:05 AM - nickm - Req Date changed from 08/30/2024 to 09/27/2024 (Req Date Updated)"},{"comp":1,"quote":217257,"Line":7,"Comment":"07/29/2024 12:06 AM - nickm - Quoting turnkey for their customer. There will be more tooling added"},{"comp":1,"quote":217257,"Line":8,"Comment":"07/29/2024 12:08 AM - nickm - Win% changed from 20 to 60"},{"comp":1,"quote":217257,"Line":9,"Comment":"08/26/2024 3:26 AM - nickm - F/U changed from 08/19/2024 to 9/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217257,"Line":10,"Comment":"08/26/2024 3:26 AM - nickm - CLO changed from 09/13/2024 to 09/30/2024 (CLO Date Updated)"},{"comp":1,"quote":217257,"Line":11,"Comment":"08/26/2024 3:26 AM - nickm - Req Date changed from 09/27/2024 to 10/18/2024 (Req Date Updated)"},{"comp":1,"quote":217257,"Line":12,"Comment":"09/29/2024 4:49 PM - nickm - F/U changed from 09/16/2024 to 10/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217257,"Line":13,"Comment":"09/29/2024 4:49 PM - nickm - CLO changed from 09/30/2024 to 11/15/2024 (CLO Date Updated)"},{"comp":1,"quote":217257,"Line":14,"Comment":"09/29/2024 4:53 PM - nickm - Req Date changed from 10/18/2024 to 12/27/2024 (Req Date Updated)"},{"comp":1,"quote":217257,"Line":15,"Comment":"11/10/2024 10:22 PM - nickm - F/U changed from 10/28/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217257,"Line":16,"Comment":"11/10/2024 10:23 PM - nickm - Req Date changed from 12/27/2024 to 01/10/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"217257","line":"1","part":"C8-C1.1/4-135","qty":"1","price":"991.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217257","line":"2","part":"MODIFICATION-CHIP-HOLE","qty":"1","price":"80.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"217257","line":"3","part":"C8-RDC6-120-QC","qty":"5","price":"1181.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217257","line":"4","part":"MODIFICATION-CHIP-HOLE","qty":"5","price":"80.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"217257","line":"5","part":"C8-C1.1/4-105","qty":"3","price":"943.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217257","line":"6","part":"MODIFICATION-CHIP-HOLE","qty":"3","price":"80.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-10 21:32:29.216 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-217257-11102024213228.txt === {"quote":"217257","customer":"E5476","name":null,"customerName":"Empire Dynamics Machinery LLC","comp":"01","open":"0","shipto":"EMPIREDY","shiptoName":"Empire Dynamics","entry_date":"06-07-2024","cust_order_date":"05-24-2024","req_date":"01-10-2025","cust_po":"C8-C1-165","terms_code":"CCARD","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Keeley","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"15:09","extra":"","follow_up":"11-11-2024","web_id":"","follow_name":"keely","follow_phone":"","follow_email":"kpaull@empiredynamics.u","pic_user":"nickm","total_amt":"7527.50","total_gp":"5229.92","total_gpm":"69.48","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"18","win_pct":"80","clo_date":"11-15-2024","notes":[],"crmnotes":[{"comp":1,"quote":217257,"Line":0,"Comment":"07/01/2024 1:16 AM - nickm - Couple weeks away"},{"comp":1,"quote":217257,"Line":1,"Comment":"07/01/2024 1:16 AM - nickm - F/U Changed from 6/23/2024 to 7/22/2024 (Follow Up in 3 Weeks)"},{"comp":1,"quote":217257,"Line":2,"Comment":"07/01/2024 1:17 AM - nickm - CLO changed from 6/28/2024 to 8/16/2024 (CLO Date Updated)"},{"comp":1,"quote":217257,"Line":3,"Comment":"07/01/2024 1:17 AM - nickm - Req Date change from 6/7/2024 to 8/30/2024 (Req Date Updated)"},{"comp":1,"quote":217257,"Line":4,"Comment":"07/29/2024 12:04 AM - nickm - F/U changed from 07/22/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217257,"Line":5,"Comment":"07/29/2024 12:04 AM - nickm - CLO changed from 08/16/2024 to 09/13/2024 (CLO Date Updated)"},{"comp":1,"quote":217257,"Line":6,"Comment":"07/29/2024 12:05 AM - nickm - Req Date changed from 08/30/2024 to 09/27/2024 (Req Date Updated)"},{"comp":1,"quote":217257,"Line":7,"Comment":"07/29/2024 12:06 AM - nickm - Quoting turnkey for their customer. There will be more tooling added"},{"comp":1,"quote":217257,"Line":8,"Comment":"07/29/2024 12:08 AM - nickm - Win% changed from 20 to 60"},{"comp":1,"quote":217257,"Line":9,"Comment":"08/26/2024 3:26 AM - nickm - F/U changed from 08/19/2024 to 9/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217257,"Line":10,"Comment":"08/26/2024 3:26 AM - nickm - CLO changed from 09/13/2024 to 09/30/2024 (CLO Date Updated)"},{"comp":1,"quote":217257,"Line":11,"Comment":"08/26/2024 3:26 AM - nickm - Req Date changed from 09/27/2024 to 10/18/2024 (Req Date Updated)"},{"comp":1,"quote":217257,"Line":12,"Comment":"09/29/2024 4:49 PM - nickm - F/U changed from 09/16/2024 to 10/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217257,"Line":13,"Comment":"09/29/2024 4:49 PM - nickm - CLO changed from 09/30/2024 to 11/15/2024 (CLO Date Updated)"},{"comp":1,"quote":217257,"Line":14,"Comment":"09/29/2024 4:53 PM - nickm - Req Date changed from 10/18/2024 to 12/27/2024 (Req Date Updated)"},{"comp":1,"quote":217257,"Line":15,"Comment":"11/10/2024 10:22 PM - nickm - F/U changed from 10/28/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217257,"Line":16,"Comment":"11/10/2024 10:23 PM - nickm - Req Date changed from 12/27/2024 to 01/10/2025 (Req Date Updated)"},{"comp":1,"quote":217257,"Line":17,"Comment":"11/10/2024 10:32 PM - nickm - Win% changed from 60 to 80"}],"items":[{"comp":"01","order":"217257","line":"1","part":"C8-C1.1/4-135","qty":"1","price":"991.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217257","line":"2","part":"MODIFICATION-CHIP-HOLE","qty":"1","price":"80.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"217257","line":"3","part":"C8-RDC6-120-QC","qty":"5","price":"1181.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217257","line":"4","part":"MODIFICATION-CHIP-HOLE","qty":"5","price":"80.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"217257","line":"5","part":"C8-C1.1/4-105","qty":"3","price":"943.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217257","line":"6","part":"MODIFICATION-CHIP-HOLE","qty":"3","price":"80.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-10 21:33:25.775 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221593-11102024213325.txt === {"quote":"221593","customer":"1460","name":null,"customerName":"Alta Enterprises Inc.","comp":"01","open":"0","shipto":"LOPEPARK","shiptoName":"Loper Machine LLC","entry_date":"09-16-2024","cust_order_date":"09-16-2024","req_date":"12-20-2024","cust_po":"Dead Length Lathe Chuck","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"KC MacKenna","drop_po":"Quick Change 42 Chuck","status":"0","user":"nickm","conv_order":"","time":"15:35","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"KC MacKenna","follow_phone":"484-456-5404","follow_email":"kc@altamachinetools.com","pic_user":"nickm","total_amt":"4982.30","total_gp":"2473.30","total_gpm":"49.64","rev_type":"PCQC","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"8","win_pct":"20","clo_date":"11-22-2024","notes":[],"crmnotes":[{"comp":1,"quote":221593,"Line":0,"Comment":"09/29/2024 9:42 PM - nickm - F/U changed from 09/29/2024 to 10/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221593,"Line":1,"Comment":"10/14/2024 12:43 AM - nickm - F/U changed from 10/07/2024 to 10/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221593,"Line":2,"Comment":"10/14/2024 12:43 AM - nickm - CLO changed from 10/16/2024 to 11/22/2024 (CLO Date Updated)"},{"comp":1,"quote":221593,"Line":3,"Comment":"10/14/2024 12:43 AM - nickm - Req Date changed from 10/28/2024 to 12/20/2024 (Req Date Updated)"},{"comp":1,"quote":221593,"Line":4,"Comment":"10/14/2024 12:45 AM - nickm - Sent request to Kathleen for update. Customer visited IMTS 24 to see chuck and 5AX-201"}],"items":[{"comp":"01","order":"221593","line":"3","part":"QCC-DL42-A5","qty":"1","price":"4467.00","uom":"ST","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221593","line":"4","part":"QCFC42-WRENCH","qty":"1","price":"902.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221593","line":"5","part":"MODIFICATION-DSCRW-THREAD","qty":"1","price":"300.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"221593","line":"9","part":"QCFC42-016-SMO","qty":"1","price":"264.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221593","line":"10","part":"QCFC42-024-SMO","qty":"1","price":"264.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221593","line":"11","part":"QCFC42-032-SMO","qty":"1","price":"264.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221593","line":"12","part":"QCFC42-048-SMO","qty":"1","price":"264.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221593","line":"13","part":"QCFC42-064-SMO","qty":"1","price":"264.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":8}}] 2024-11-10 21:36:12.288 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221593-11102024213612.txt === {"quote":"221593","customer":"1460","name":null,"customerName":"Alta Enterprises Inc.","comp":"01","open":"0","shipto":"LOPEPARK","shiptoName":"Loper Machine LLC","entry_date":"09-16-2024","cust_order_date":"09-16-2024","req_date":"12-20-2024","cust_po":"Dead Length Lathe Chuck","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"KC MacKenna","drop_po":"Quick Change 42 Chuck","status":"0","user":"nickm","conv_order":"","time":"15:35","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"KC MacKenna","follow_phone":"484-456-5404","follow_email":"kc@altamachinetools.com","pic_user":"nickm","total_amt":"4982.30","total_gp":"2473.30","total_gpm":"49.64","rev_type":"PCQC","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"8","win_pct":"40","clo_date":"11-22-2024","notes":[],"crmnotes":[{"comp":1,"quote":221593,"Line":0,"Comment":"09/29/2024 9:42 PM - nickm - F/U changed from 09/29/2024 to 10/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221593,"Line":1,"Comment":"10/14/2024 12:43 AM - nickm - F/U changed from 10/07/2024 to 10/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221593,"Line":2,"Comment":"10/14/2024 12:43 AM - nickm - CLO changed from 10/16/2024 to 11/22/2024 (CLO Date Updated)"},{"comp":1,"quote":221593,"Line":3,"Comment":"10/14/2024 12:43 AM - nickm - Req Date changed from 10/28/2024 to 12/20/2024 (Req Date Updated)"},{"comp":1,"quote":221593,"Line":4,"Comment":"10/14/2024 12:45 AM - nickm - Sent request to Kathleen for update. Customer visited IMTS 24 to see chuck and 5AX-201"},{"comp":1,"quote":221593,"Line":5,"Comment":"11/10/2024 10:33 PM - nickm - F/U changed from 10/28/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221593,"Line":6,"Comment":"11/10/2024 10:34 PM - nickm - No decisions made yet"},{"comp":1,"quote":221593,"Line":7,"Comment":"11/10/2024 10:36 PM - nickm - Win% changed from 20 to 40"}],"items":[{"comp":"01","order":"221593","line":"3","part":"QCC-DL42-A5","qty":"1","price":"4467.00","uom":"ST","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221593","line":"4","part":"QCFC42-WRENCH","qty":"1","price":"902.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221593","line":"5","part":"MODIFICATION-DSCRW-THREAD","qty":"1","price":"300.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"221593","line":"9","part":"QCFC42-016-SMO","qty":"1","price":"264.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221593","line":"10","part":"QCFC42-024-SMO","qty":"1","price":"264.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221593","line":"11","part":"QCFC42-032-SMO","qty":"1","price":"264.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221593","line":"12","part":"QCFC42-048-SMO","qty":"1","price":"264.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221593","line":"13","part":"QCFC42-064-SMO","qty":"1","price":"264.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":8}}] 2024-11-10 21:38:38.448 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223024-11102024213838.txt === {"quote":"223024","customer":"7585","name":null,"customerName":"Gosiger Inc. (OH)","comp":"01","open":"0","shipto":"EVAPCOMW","shiptoName":"Evapco-Midwest","entry_date":"10-15-2024","cust_order_date":"10-15-2024","req_date":"11-26-2024","cust_po":"Big-Bore Nikken 4th Axis","terms_code":"N30","ship_via":"TRK","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Bill Wilson","drop_po":"CNCB450 for Okuma MA5/6VB","status":"0","user":"nickm","conv_order":"","time":"15:17","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Bill Wilson","follow_phone":"717-858-7623","follow_email":"bill.wilson@gosiger.com","pic_user":"nickm","total_amt":"38661","total_gp":"22388.51","total_gpm":"57.91","rev_type":"RT","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-15-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223024","line":"1","part":"CNCB450OSP4-M","qty":"1","price":"55230.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223024","line":"3","part":"AY0111","qty":"1","price":"7197.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-10 21:38:55.970 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223024-11102024213855.txt === {"quote":"223024","customer":"7585","name":null,"customerName":"Gosiger Inc. (OH)","comp":"01","open":"0","shipto":"EVAPCOMW","shiptoName":"Evapco-Midwest","entry_date":"10-15-2024","cust_order_date":"10-15-2024","req_date":"11-26-2024","cust_po":"Big-Bore Nikken 4th Axis","terms_code":"N30","ship_via":"TRK","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Bill Wilson","drop_po":"CNCB450 for Okuma MA5/6VB","status":"0","user":"nickm","conv_order":"","time":"15:17","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Bill Wilson","follow_phone":"717-858-7623","follow_email":"bill.wilson@gosiger.com","pic_user":"nickm","total_amt":"38661","total_gp":"22388.51","total_gpm":"57.91","rev_type":"RT","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-06-2024","notes":[],"crmnotes":[{"comp":1,"quote":223024,"Line":0,"Comment":"11/10/2024 10:38 PM - nickm - F/U changed from 10/28/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223024,"Line":1,"Comment":"11/10/2024 10:38 PM - nickm - CLO changed from 11/15/2024 to 12/06/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223024","line":"1","part":"CNCB450OSP4-M","qty":"1","price":"55230.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223024","line":"3","part":"AY0111","qty":"1","price":"7197.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-10 21:39:10.969 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223024-11102024213910.txt === {"quote":"223024","customer":"7585","name":null,"customerName":"Gosiger Inc. (OH)","comp":"01","open":"0","shipto":"EVAPCOMW","shiptoName":"Evapco-Midwest","entry_date":"10-15-2024","cust_order_date":"10-15-2024","req_date":"12-31-2024","cust_po":"Big-Bore Nikken 4th Axis","terms_code":"N30","ship_via":"TRK","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Bill Wilson","drop_po":"CNCB450 for Okuma MA5/6VB","status":"0","user":"nickm","conv_order":"","time":"15:17","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Bill Wilson","follow_phone":"717-858-7623","follow_email":"bill.wilson@gosiger.com","pic_user":"nickm","total_amt":"38661","total_gp":"22388.51","total_gpm":"57.91","rev_type":"RT","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-06-2024","notes":[],"crmnotes":[{"comp":1,"quote":223024,"Line":0,"Comment":"11/10/2024 10:38 PM - nickm - F/U changed from 10/28/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223024,"Line":1,"Comment":"11/10/2024 10:38 PM - nickm - CLO changed from 11/15/2024 to 12/06/2024 (CLO Date Updated)"},{"comp":1,"quote":223024,"Line":2,"Comment":"11/10/2024 10:39 PM - nickm - Req Date changed from 11/26/2024 to 12/31/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223024","line":"1","part":"CNCB450OSP4-M","qty":"1","price":"55230.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223024","line":"3","part":"AY0111","qty":"1","price":"7197.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-10 21:39:11.130 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\IDTTO-6-3265.txt === {"customer":"IDTTO","line":"A","dept":"S","name":"Heather Plum","title":"AM","phone":"502-848-5858","cell":"502-848-5858","fax":null,"email":"accounting@idtky.com","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3265,"password":null,"webenabled":null,"linkedin":null,"city":"Frankfort","state":"KY","address1":"108 Corporate Drive","address2":null,"zip":"40601","country":"USA","userid":"yass","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"ST","Active":"Y","lnrp":"N"} [{"json":{"results":"Contacts","type":"contacts","line":"6"}}] 2024-11-10 21:41:55.763 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\IDTTO-7-3265.txt === {"customer":"IDTTO","line":"A","dept":"M","name":"Shouichi Uchiyama","title":"MMS","phone":"859-967-9131","cell":"859-967-9131","fax":null,"email":"suchiyama@idttky.com","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3265,"password":null,"webenabled":null,"linkedin":null,"city":"Frankfort","state":"KY","address1":"108 Corporate Drive","address2":null,"zip":"40601","country":"USA","userid":"yass","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"ST","Active":"Y","lnrp":"N"} [{"json":{"results":"Contacts","type":"contacts","line":"7"}}] 2024-11-10 21:43:14.763 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223024-11102024214314.txt === {"quote":"223024","customer":"7585","name":null,"customerName":"Gosiger Inc. (OH)","comp":"01","open":"0","shipto":"EVAPCOMW","shiptoName":"Evapco-Midwest","entry_date":"10-15-2024","cust_order_date":"10-15-2024","req_date":"12-31-2024","cust_po":"Big-Bore Nikken 4th Axis","terms_code":"N30","ship_via":"TRK","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Bill Wilson","drop_po":"CNCB450 for Okuma MA5/6VB","status":"0","user":"nickm","conv_order":"","time":"15:17","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Bill Wilson","follow_phone":"717-858-7623","follow_email":"bill.wilson@gosiger.com","pic_user":"nickm","total_amt":"38661","total_gp":"22388.51","total_gpm":"57.91","rev_type":"RT","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"2","win_pct":"61","clo_date":"12-06-2024","notes":[],"crmnotes":[{"comp":1,"quote":223024,"Line":0,"Comment":"11/10/2024 10:38 PM - nickm - F/U changed from 10/28/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223024,"Line":1,"Comment":"11/10/2024 10:38 PM - nickm - CLO changed from 11/15/2024 to 12/06/2024 (CLO Date Updated)"},{"comp":1,"quote":223024,"Line":2,"Comment":"11/10/2024 10:39 PM - nickm - Req Date changed from 11/26/2024 to 12/31/2024 (Req Date Updated)"},{"comp":1,"quote":223024,"Line":3,"Comment":"11/10/2024 10:40 PM - nickm - Customer has bought this table before and trying to duplicate setup."}],"items":[{"comp":"01","order":"223024","line":"1","part":"CNCB450OSP4-M","qty":"1","price":"55230.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223024","line":"3","part":"AY0111","qty":"1","price":"7197.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-10 21:47:15.615 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223121-11102024214715.txt === {"quote":"223121","customer":"7585","name":null,"customerName":"Gosiger Inc. (OH)","comp":"01","open":"0","shipto":"EVAPCOMW","shiptoName":"Evapco-Midwest","entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"11-28-2024","cust_po":"Nikken 400mm R. Table","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Bill Wilson","drop_po":"OKUMA M560/660V P300MA","status":"0","user":"nickm","conv_order":"","time":"12:02","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Bill Wilson","follow_phone":"717-858-7623","follow_email":"bill.wilson@gosiger.com","pic_user":"nickm","total_amt":"48877.5","total_gp":"31212.25","total_gpm":"63.86","rev_type":"RT","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-17-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223121","line":"1","part":"CNC401OSP4-M","qty":"1","price":"35700.00","uom":"EA","discount":"30.00","req_date":"6-8 WEEKS","branch":"1"},{"comp":"01","order":"223121","line":"2","part":"CNC321OSP4-M","qty":"1","price":"34125.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223121","line":"6","part":"AY0200","qty":"1","price":"4185.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-10 21:47:37.806 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223121-11102024214737.txt === {"quote":"223121","customer":"7585","name":null,"customerName":"Gosiger Inc. (OH)","comp":"01","open":"0","shipto":"EVAPCOMW","shiptoName":"Evapco-Midwest","entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"11-28-2024","cust_po":"Nikken 400mm R. Table","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Bill Wilson","drop_po":"OKUMA M560/660V P300MA","status":"0","user":"nickm","conv_order":"","time":"12:02","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Bill Wilson","follow_phone":"717-858-7623","follow_email":"bill.wilson@gosiger.com","pic_user":"nickm","total_amt":"48877.5","total_gp":"31212.25","total_gpm":"63.86","rev_type":"RT","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-29-2024","notes":[],"crmnotes":[{"comp":1,"quote":223121,"Line":0,"Comment":"11/10/2024 10:47 PM - nickm - F/U changed from 10/30/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223121,"Line":1,"Comment":"11/10/2024 10:47 PM - nickm - CLO changed from 11/17/2024 to 11/29/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223121","line":"1","part":"CNC401OSP4-M","qty":"1","price":"35700.00","uom":"EA","discount":"30.00","req_date":"6-8 WEEKS","branch":"1"},{"comp":"01","order":"223121","line":"2","part":"CNC321OSP4-M","qty":"1","price":"34125.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223121","line":"6","part":"AY0200","qty":"1","price":"4185.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-10 21:47:53.959 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223121-11102024214753.txt === {"quote":"223121","customer":"7585","name":null,"customerName":"Gosiger Inc. (OH)","comp":"01","open":"0","shipto":"EVAPCOMW","shiptoName":"Evapco-Midwest","entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"12-20-2024","cust_po":"Nikken 400mm R. Table","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Bill Wilson","drop_po":"OKUMA M560/660V P300MA","status":"0","user":"nickm","conv_order":"","time":"12:02","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Bill Wilson","follow_phone":"717-858-7623","follow_email":"bill.wilson@gosiger.com","pic_user":"nickm","total_amt":"48877.5","total_gp":"31212.25","total_gpm":"63.86","rev_type":"RT","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-29-2024","notes":[],"crmnotes":[{"comp":1,"quote":223121,"Line":0,"Comment":"11/10/2024 10:47 PM - nickm - F/U changed from 10/30/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223121,"Line":1,"Comment":"11/10/2024 10:47 PM - nickm - CLO changed from 11/17/2024 to 11/29/2024 (CLO Date Updated)"},{"comp":1,"quote":223121,"Line":2,"Comment":"11/10/2024 10:47 PM - nickm - Req Date changed from 11/28/2024 to 12/20/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223121","line":"1","part":"CNC401OSP4-M","qty":"1","price":"35700.00","uom":"EA","discount":"30.00","req_date":"6-8 WEEKS","branch":"1"},{"comp":"01","order":"223121","line":"2","part":"CNC321OSP4-M","qty":"1","price":"34125.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223121","line":"6","part":"AY0200","qty":"1","price":"4185.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-10 21:51:53.059 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223121-11102024215152.txt === {"quote":"223121","customer":"7585","name":null,"customerName":"Gosiger Inc. (OH)","comp":"01","open":"0","shipto":"EVAPCOMW","shiptoName":"Evapco-Midwest","entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"12-20-2024","cust_po":"Nikken 400mm R. Table","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Bill Wilson","drop_po":"OKUMA M560/660V P300MA","status":"0","user":"nickm","conv_order":"","time":"12:02","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Bill Wilson","follow_phone":"717-858-7623","follow_email":"bill.wilson@gosiger.com","pic_user":"nickm","total_amt":"48877.5","total_gp":"31212.25","total_gpm":"63.86","rev_type":"RT","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"3","win_pct":"61","clo_date":"11-29-2024","notes":[],"crmnotes":[{"comp":1,"quote":223121,"Line":0,"Comment":"11/10/2024 10:47 PM - nickm - F/U changed from 10/30/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223121,"Line":1,"Comment":"11/10/2024 10:47 PM - nickm - CLO changed from 11/17/2024 to 11/29/2024 (CLO Date Updated)"},{"comp":1,"quote":223121,"Line":2,"Comment":"11/10/2024 10:47 PM - nickm - Req Date changed from 11/28/2024 to 12/20/2024 (Req Date Updated)"},{"comp":1,"quote":223121,"Line":3,"Comment":"11/10/2024 10:48 PM - nickm - Optional tables for a new purchase"}],"items":[{"comp":"01","order":"223121","line":"1","part":"CNC401OSP4-M","qty":"1","price":"35700.00","uom":"EA","discount":"30.00","req_date":"6-8 WEEKS","branch":"1"},{"comp":"01","order":"223121","line":"2","part":"CNC321OSP4-M","qty":"1","price":"34125.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223121","line":"6","part":"AY0200","qty":"1","price":"4185.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-10 21:53:52.294 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222437-11102024215352.txt === {"quote":"222437","customer":"8970","name":null,"customerName":"Hyundai Wia America Corp. (NJ)","comp":"01","open":"0","shipto":"HILLARY","shiptoName":"Hillary Machinery Inc.","entry_date":"10-02-2024","cust_order_date":"10-02-2023","req_date":"12-27-2024","cust_po":"NIKKEN NCT200L UPDATED","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Attila Catto","drop_po":"Hyundai-WIA KF5 VMC","status":"0","user":"nickm","conv_order":"","time":"15:37","extra":"","follow_up":"01-20-2025","web_id":"","follow_name":"Attila Catto","follow_phone":"","follow_email":"acatto@hyundai-wiamachine.com","pic_user":"nickm","total_amt":"33997.5","total_gp":"17841.51","total_gpm":"52.48","rev_type":"RT","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"10","win_pct":"73","clo_date":"11-29-2024","notes":[],"crmnotes":[{"comp":1,"quote":222437,"Line":0,"Comment":"10/14/2024 12:39 AM - nickm - F/U changed from 10/08/2024 to 11/1/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222437,"Line":1,"Comment":"10/14/2024 12:39 AM - nickm - CLO changed from 10/08/2024 to 11/29/2024 (CLO Date Updated)"},{"comp":1,"quote":222437,"Line":2,"Comment":"10/14/2024 12:39 AM - nickm - Req Date changed from 10/09/2024 to 12/27/2024 (Req Date Updated)"},{"comp":1,"quote":222437,"Line":3,"Comment":"10/14/2024 12:40 AM - nickm - Consignment quote for HINEX 2024"},{"comp":1,"quote":222437,"Line":4,"Comment":"10/14/2024 12:42 AM - nickm - Win% changed from 20 to 73"}],"items":[{"comp":"01","order":"222437","line":"3","part":"NCTZ200LFA-M4","qty":"1","price":"21840.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222437","line":"4","part":"RT-NC20TSD-6+1-L","qty":"1","price":"2250.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222437","line":"8","part":"WH-ZV-P160","qty":"2","price":"5512.00","uom":"EA","discount":"25.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222437","line":"10","part":"WH-MRV120-JAW-M-A","qty":"4","price":"142.00","uom":"EA","discount":"25.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222437","line":"15","part":"TRUNNION-STALLION-9/23","qty":"1","price":"5880.00","uom":"EA","discount":"15.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222437","line":"16","part":"TRUNNION-BASEPLATE","qty":"1","price":"3700.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-10 21:54:17.923 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222437-11102024215417.txt === {"quote":"222437","customer":"8970","name":null,"customerName":"Hyundai Wia America Corp. (NJ)","comp":"01","open":"0","shipto":"HILLARY","shiptoName":"Hillary Machinery Inc.","entry_date":"10-02-2024","cust_order_date":"10-02-2023","req_date":"12-27-2024","cust_po":"NIKKEN NCT200L UPDATED","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Attila Catto","drop_po":"Hyundai-WIA KF5 VMC","status":"0","user":"nickm","conv_order":"","time":"15:37","extra":"","follow_up":"01-20-2025","web_id":"","follow_name":"Attila Catto","follow_phone":"","follow_email":"acatto@hyundai-wiamachine.com","pic_user":"nickm","total_amt":"33997.5","total_gp":"17841.51","total_gpm":"52.48","rev_type":"RT","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"10","win_pct":"73","clo_date":"02-14-2025","notes":[],"crmnotes":[{"comp":1,"quote":222437,"Line":0,"Comment":"10/14/2024 12:39 AM - nickm - F/U changed from 10/08/2024 to 11/1/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222437,"Line":1,"Comment":"10/14/2024 12:39 AM - nickm - CLO changed from 10/08/2024 to 11/29/2024 (CLO Date Updated)"},{"comp":1,"quote":222437,"Line":2,"Comment":"10/14/2024 12:39 AM - nickm - Req Date changed from 10/09/2024 to 12/27/2024 (Req Date Updated)"},{"comp":1,"quote":222437,"Line":3,"Comment":"10/14/2024 12:40 AM - nickm - Consignment quote for HINEX 2024"},{"comp":1,"quote":222437,"Line":4,"Comment":"10/14/2024 12:42 AM - nickm - Win% changed from 20 to 73"},{"comp":1,"quote":222437,"Line":5,"Comment":"11/10/2024 10:53 PM - nickm - F/U changed from 11/01/2024 to 1/20/2025 (Follow Up Manually Changed)"},{"comp":1,"quote":222437,"Line":6,"Comment":"11/10/2024 10:54 PM - nickm - CLO changed from 11/29/2024 to 02/14/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222437","line":"3","part":"NCTZ200LFA-M4","qty":"1","price":"21840.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222437","line":"4","part":"RT-NC20TSD-6+1-L","qty":"1","price":"2250.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222437","line":"8","part":"WH-ZV-P160","qty":"2","price":"5512.00","uom":"EA","discount":"25.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222437","line":"10","part":"WH-MRV120-JAW-M-A","qty":"4","price":"142.00","uom":"EA","discount":"25.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222437","line":"15","part":"TRUNNION-STALLION-9/23","qty":"1","price":"5880.00","uom":"EA","discount":"15.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222437","line":"16","part":"TRUNNION-BASEPLATE","qty":"1","price":"3700.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-10 21:54:49.026 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222437-11102024215448.txt === {"quote":"222437","customer":"8970","name":null,"customerName":"Hyundai Wia America Corp. (NJ)","comp":"01","open":"0","shipto":"HILLARY","shiptoName":"Hillary Machinery Inc.","entry_date":"10-02-2024","cust_order_date":"10-02-2023","req_date":"03-28-2025","cust_po":"NIKKEN NCT200L UPDATED","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Attila Catto","drop_po":"Hyundai-WIA KF5 VMC","status":"0","user":"nickm","conv_order":"","time":"15:37","extra":"","follow_up":"01-20-2025","web_id":"","follow_name":"Attila Catto","follow_phone":"","follow_email":"acatto@hyundai-wiamachine.com","pic_user":"nickm","total_amt":"33997.5","total_gp":"17841.51","total_gpm":"52.48","rev_type":"RT","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"10","win_pct":"73","clo_date":"02-14-2025","notes":[],"crmnotes":[{"comp":1,"quote":222437,"Line":0,"Comment":"10/14/2024 12:39 AM - nickm - F/U changed from 10/08/2024 to 11/1/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222437,"Line":1,"Comment":"10/14/2024 12:39 AM - nickm - CLO changed from 10/08/2024 to 11/29/2024 (CLO Date Updated)"},{"comp":1,"quote":222437,"Line":2,"Comment":"10/14/2024 12:39 AM - nickm - Req Date changed from 10/09/2024 to 12/27/2024 (Req Date Updated)"},{"comp":1,"quote":222437,"Line":3,"Comment":"10/14/2024 12:40 AM - nickm - Consignment quote for HINEX 2024"},{"comp":1,"quote":222437,"Line":4,"Comment":"10/14/2024 12:42 AM - nickm - Win% changed from 20 to 73"},{"comp":1,"quote":222437,"Line":5,"Comment":"11/10/2024 10:53 PM - nickm - F/U changed from 11/01/2024 to 1/20/2025 (Follow Up Manually Changed)"},{"comp":1,"quote":222437,"Line":6,"Comment":"11/10/2024 10:54 PM - nickm - CLO changed from 11/29/2024 to 02/14/2025 (CLO Date Updated)"},{"comp":1,"quote":222437,"Line":7,"Comment":"11/10/2024 10:54 PM - nickm - Req Date changed from 12/27/2024 to 03/28/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"222437","line":"3","part":"NCTZ200LFA-M4","qty":"1","price":"21840.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222437","line":"4","part":"RT-NC20TSD-6+1-L","qty":"1","price":"2250.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222437","line":"8","part":"WH-ZV-P160","qty":"2","price":"5512.00","uom":"EA","discount":"25.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222437","line":"10","part":"WH-MRV120-JAW-M-A","qty":"4","price":"142.00","uom":"EA","discount":"25.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222437","line":"15","part":"TRUNNION-STALLION-9/23","qty":"1","price":"5880.00","uom":"EA","discount":"15.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222437","line":"16","part":"TRUNNION-BASEPLATE","qty":"1","price":"3700.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-10 21:56:28.830 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218177-11102024215628.txt === {"quote":"218177","customer":"1055","name":null,"customerName":"A.W. Miller Technical Sales Inc.","comp":"01","open":"0","shipto":"NATINSTT","shiptoName":"National Institute of Standards & T","entry_date":"07-26-2024","cust_order_date":"07-26-2024","req_date":"12-20-2024","cust_po":"HSK63A Tooling Package","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Terry Raines","drop_po":"MAZAK INTEGREX TOOLING","status":"0","user":"nickm","conv_order":"","time":"08:56","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Terry Raines","follow_phone":"301-975-2000","follow_email":"terry.raines@nist.gov","pic_user":"nickm","total_amt":"27968.00","total_gp":"21563.18","total_gpm":"77.10","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"72","win_pct":"74","clo_date":"11-29-2024","notes":[],"crmnotes":[{"comp":1,"quote":218177,"Line":0,"Comment":"07/07/2024 10:50 PM - nickm - F/U changed from 07/06/2024 to 7/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218177,"Line":1,"Comment":"08/19/2024 2:17 AM - nickm - F/U changed from 08/12/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218177,"Line":2,"Comment":"08/26/2024 4:06 AM - nickm - Order coming"},{"comp":1,"quote":218177,"Line":3,"Comment":"08/26/2024 4:06 AM - nickm - F/U changed from 08/19/2024 to 8/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218177,"Line":4,"Comment":"08/26/2024 4:08 AM - nickm - Win% changed from 20 to 74"},{"comp":1,"quote":218177,"Line":5,"Comment":"09/09/2024 1:21 AM - nickm - F/U changed from 08/30/2024 to 9/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218177,"Line":6,"Comment":"09/29/2024 9:47 PM - nickm - F/U changed from 09/23/2024 to 10/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218177,"Line":7,"Comment":"10/13/2024 11:30 PM - nickm - F/U changed from 10/07/2024 to 11/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218177,"Line":8,"Comment":"10/13/2024 11:30 PM - nickm - CLO changed from 10/11/2024 to 11/29/2024 (CLO Date Updated)"},{"comp":1,"quote":218177,"Line":9,"Comment":"10/13/2024 11:31 PM - nickm - Req Date changed from 10/28/2024 to 12/20/2024 (Req Date Updated)"},{"comp":1,"quote":218177,"Line":10,"Comment":"10/13/2024 11:34 PM - nickm - Machines have been purchased. Delivery will be end of year or early next year."}],"items":[{"comp":"01","order":"218177","line":"3","part":"TCLA-40/63A/C6","qty":"1","price":"242.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"7","part":"TQW-200","qty":"1","price":"364.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"8","part":"TQW-HANDLE14X18","qty":"1","price":"53.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"12","part":"HSK63A-ER16-3.00","qty":"1","price":"409.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"13","part":"HSK63A-ER16-5.00","qty":"1","price":"410.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"14","part":"TQW-ER16/SK13(30)","qty":"1","price":"98.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"15","part":"E16-SET-15(C)","qty":"1","price":"1065.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"17","part":"HSK63A-ER32-4.00","qty":"1","price":"419.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"18","part":"HSK63A-ER32-6.00","qty":"1","price":"440.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"19","part":"TQW-ER32/SK20/TG75(50)","qty":"1","price":"105.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"20","part":"E32-SET-17(C)","qty":"1","price":"1632.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"24","part":"HSK63A-SK10C-105-IDU","qty":"1","price":"474.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"25","part":"HSK63A-SK10C-120-IDU","qty":"1","price":"508.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"26","part":"HSK63A-SK10C-150-IDU","qty":"1","price":"566.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"27","part":"TQW-SK10","qty":"1","price":"102.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"28","part":"SK10-SET-05-A","qty":"1","price":"335.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"29","part":"SK10-1/4AC","qty":"1","price":"96.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"30","part":"SK10-3/8AC","qty":"1","price":"96.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"31","part":"HSK63A-SK16-80-IDU","qty":"1","price":"486.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"32","part":"HSK63A-SK16-105-IDU","qty":"1","price":"555.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"33","part":"TQW-SK16(45)","qty":"1","price":"106.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"34","part":"SK16-SET-09-A","qty":"1","price":"738.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"35","part":"SK16-3/8AC","qty":"1","price":"180.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"36","part":"SK16-1/2AC","qty":"1","price":"134.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"37","part":"SK16-5/8AC","qty":"1","price":"134.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"41","part":"HSK63A-C3/4-110-IDU","qty":"1","price":"609.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"42","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"43","part":"HSK63A-C1-100-IDU","qty":"1","price":"604.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"44","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"45","part":"HSK63A-C1.1/4-110-IDU","qty":"1","price":"659.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"46","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"50","part":"HSK63A-SM0750-3.00CP","qty":"1","price":"254.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"51","part":"HSK63A-SM1000-3.00CP","qty":"1","price":"223.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"52","part":"HSK63A-SM1250-3.00CP","qty":"1","price":"244.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"56","part":"HSK63-TUBE","qty":"1","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"64","part":"H63A-SF0125-3.15MT","qty":"1","price":"356.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"65","part":"H63A-SF0125-4.72CP","qty":"1","price":"417.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"66","part":"H63A-SF0125-6.30CP","qty":"1","price":"455.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"67","part":"H63A-SF0125-6.30MT","qty":"1","price":"449.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"69","part":"H63A-SF0187-4.72CP","qty":"1","price":"418.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"70","part":"H63A-SF0187-6.30CP","qty":"1","price":"462.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"72","part":"H63A-SF0250-3.15CP","qty":"1","price":"362.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"73","part":"H63A-SF0250-4.72CP","qty":"1","price":"418.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"74","part":"H63A-SF0250-5.12CP","qty":"1","price":"407.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"75","part":"H63A-SF0250-6.30CP","qty":"1","price":"462.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"76","part":"H63A-SF0250-6.30MT","qty":"1","price":"398.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"78","part":"H63A-SF0312-3.15CP","qty":"1","price":"362.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"79","part":"H63A-SF0312-4.72CP","qty":"1","price":"418.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"80","part":"H63A-SF0312-6.30CP","qty":"1","price":"462.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"82","part":"H63A-SF0375-2.56RT","qty":"1","price":"363.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"83","part":"H63A-SF0375-3.35CP","qty":"1","price":"362.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"84","part":"H63A-SF0375-3.35MT","qty":"1","price":"462.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"85","part":"H63A-SF0375-4.72CP","qty":"1","price":"418.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"86","part":"H63A-SF0375-5.12CP","qty":"1","price":"407.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"87","part":"H63A-SF0375-6.30CP","qty":"1","price":"462.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"89","part":"H63A-SF0500-2.95RT","qty":"1","price":"363.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"90","part":"H63A-SF0500-3.54CP","qty":"1","price":"362.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"91","part":"H63A-SF0500-3.54MT","qty":"1","price":"382.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"92","part":"H63A-SF0500-4.72CP","qty":"1","price":"405.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"93","part":"H63A-SF0500-5.12CP","qty":"1","price":"407.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"94","part":"H63A-SF0500-6.30CP","qty":"1","price":"462.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"96","part":"H63A-SF0625-3.74CP","qty":"1","price":"385.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"97","part":"H63A-SF0625-3.74MT","qty":"1","price":"506.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"98","part":"H63A-SF0625-4.72CP","qty":"1","price":"405.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"99","part":"H63A-SF0625-5.12CP","qty":"1","price":"407.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"100","part":"H63A-SF0625-6.30CP","qty":"1","price":"462.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"102","part":"H63A-SF0750-3.94CP","qty":"1","price":"362.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"103","part":"H63A-SF0750-4.72CP","qty":"1","price":"405.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"104","part":"H63A-SF0750-6.30CP","qty":"1","price":"579.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"106","part":"H63A-SF1000-3.35RT","qty":"1","price":"363.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"107","part":"H63A-SF1000-4.53CP","qty":"1","price":"418.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"108","part":"H63A-SF1000-6.30CP","qty":"1","price":"462.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":72}}] 2024-11-10 21:56:49.013 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218177-11102024215648.txt === {"quote":"218177","customer":"1055","name":null,"customerName":"A.W. Miller Technical Sales Inc.","comp":"01","open":"0","shipto":"NATINSTT","shiptoName":"National Institute of Standards & T","entry_date":"07-26-2024","cust_order_date":"07-26-2024","req_date":"12-20-2024","cust_po":"HSK63A Tooling Package","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Terry Raines","drop_po":"MAZAK INTEGREX TOOLING","status":"0","user":"nickm","conv_order":"","time":"08:56","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Terry Raines","follow_phone":"301-975-2000","follow_email":"terry.raines@nist.gov","pic_user":"nickm","total_amt":"27968.00","total_gp":"21563.18","total_gpm":"77.10","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"72","win_pct":"74","clo_date":"12-13-2024","notes":[],"crmnotes":[{"comp":1,"quote":218177,"Line":0,"Comment":"07/07/2024 10:50 PM - nickm - F/U changed from 07/06/2024 to 7/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218177,"Line":1,"Comment":"08/19/2024 2:17 AM - nickm - F/U changed from 08/12/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218177,"Line":2,"Comment":"08/26/2024 4:06 AM - nickm - Order coming"},{"comp":1,"quote":218177,"Line":3,"Comment":"08/26/2024 4:06 AM - nickm - F/U changed from 08/19/2024 to 8/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218177,"Line":4,"Comment":"08/26/2024 4:08 AM - nickm - Win% changed from 20 to 74"},{"comp":1,"quote":218177,"Line":5,"Comment":"09/09/2024 1:21 AM - nickm - F/U changed from 08/30/2024 to 9/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218177,"Line":6,"Comment":"09/29/2024 9:47 PM - nickm - F/U changed from 09/23/2024 to 10/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218177,"Line":7,"Comment":"10/13/2024 11:30 PM - nickm - F/U changed from 10/07/2024 to 11/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218177,"Line":8,"Comment":"10/13/2024 11:30 PM - nickm - CLO changed from 10/11/2024 to 11/29/2024 (CLO Date Updated)"},{"comp":1,"quote":218177,"Line":9,"Comment":"10/13/2024 11:31 PM - nickm - Req Date changed from 10/28/2024 to 12/20/2024 (Req Date Updated)"},{"comp":1,"quote":218177,"Line":10,"Comment":"10/13/2024 11:34 PM - nickm - Machines have been purchased. Delivery will be end of year or early next year."},{"comp":1,"quote":218177,"Line":11,"Comment":"11/10/2024 10:56 PM - nickm - F/U changed from 11/04/2024 to 11/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218177,"Line":12,"Comment":"11/10/2024 10:56 PM - nickm - CLO changed from 11/29/2024 to 12/13/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"218177","line":"3","part":"TCLA-40/63A/C6","qty":"1","price":"242.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"7","part":"TQW-200","qty":"1","price":"364.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"8","part":"TQW-HANDLE14X18","qty":"1","price":"53.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"12","part":"HSK63A-ER16-3.00","qty":"1","price":"409.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"13","part":"HSK63A-ER16-5.00","qty":"1","price":"410.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"14","part":"TQW-ER16/SK13(30)","qty":"1","price":"98.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"15","part":"E16-SET-15(C)","qty":"1","price":"1065.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"17","part":"HSK63A-ER32-4.00","qty":"1","price":"419.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"18","part":"HSK63A-ER32-6.00","qty":"1","price":"440.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"19","part":"TQW-ER32/SK20/TG75(50)","qty":"1","price":"105.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"20","part":"E32-SET-17(C)","qty":"1","price":"1632.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"24","part":"HSK63A-SK10C-105-IDU","qty":"1","price":"474.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"25","part":"HSK63A-SK10C-120-IDU","qty":"1","price":"508.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"26","part":"HSK63A-SK10C-150-IDU","qty":"1","price":"566.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"27","part":"TQW-SK10","qty":"1","price":"102.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"28","part":"SK10-SET-05-A","qty":"1","price":"335.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"29","part":"SK10-1/4AC","qty":"1","price":"96.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"30","part":"SK10-3/8AC","qty":"1","price":"96.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"31","part":"HSK63A-SK16-80-IDU","qty":"1","price":"486.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"32","part":"HSK63A-SK16-105-IDU","qty":"1","price":"555.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"33","part":"TQW-SK16(45)","qty":"1","price":"106.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"34","part":"SK16-SET-09-A","qty":"1","price":"738.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"35","part":"SK16-3/8AC","qty":"1","price":"180.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"36","part":"SK16-1/2AC","qty":"1","price":"134.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"37","part":"SK16-5/8AC","qty":"1","price":"134.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"41","part":"HSK63A-C3/4-110-IDU","qty":"1","price":"609.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"42","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"43","part":"HSK63A-C1-100-IDU","qty":"1","price":"604.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"44","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"45","part":"HSK63A-C1.1/4-110-IDU","qty":"1","price":"659.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"46","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"50","part":"HSK63A-SM0750-3.00CP","qty":"1","price":"254.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"51","part":"HSK63A-SM1000-3.00CP","qty":"1","price":"223.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"52","part":"HSK63A-SM1250-3.00CP","qty":"1","price":"244.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"56","part":"HSK63-TUBE","qty":"1","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"64","part":"H63A-SF0125-3.15MT","qty":"1","price":"356.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"65","part":"H63A-SF0125-4.72CP","qty":"1","price":"417.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"66","part":"H63A-SF0125-6.30CP","qty":"1","price":"455.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"67","part":"H63A-SF0125-6.30MT","qty":"1","price":"449.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"69","part":"H63A-SF0187-4.72CP","qty":"1","price":"418.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"70","part":"H63A-SF0187-6.30CP","qty":"1","price":"462.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"72","part":"H63A-SF0250-3.15CP","qty":"1","price":"362.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"73","part":"H63A-SF0250-4.72CP","qty":"1","price":"418.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"74","part":"H63A-SF0250-5.12CP","qty":"1","price":"407.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"75","part":"H63A-SF0250-6.30CP","qty":"1","price":"462.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"76","part":"H63A-SF0250-6.30MT","qty":"1","price":"398.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"78","part":"H63A-SF0312-3.15CP","qty":"1","price":"362.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"79","part":"H63A-SF0312-4.72CP","qty":"1","price":"418.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"80","part":"H63A-SF0312-6.30CP","qty":"1","price":"462.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"82","part":"H63A-SF0375-2.56RT","qty":"1","price":"363.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"83","part":"H63A-SF0375-3.35CP","qty":"1","price":"362.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"84","part":"H63A-SF0375-3.35MT","qty":"1","price":"462.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"85","part":"H63A-SF0375-4.72CP","qty":"1","price":"418.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"86","part":"H63A-SF0375-5.12CP","qty":"1","price":"407.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"87","part":"H63A-SF0375-6.30CP","qty":"1","price":"462.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"89","part":"H63A-SF0500-2.95RT","qty":"1","price":"363.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"90","part":"H63A-SF0500-3.54CP","qty":"1","price":"362.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"91","part":"H63A-SF0500-3.54MT","qty":"1","price":"382.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"92","part":"H63A-SF0500-4.72CP","qty":"1","price":"405.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"93","part":"H63A-SF0500-5.12CP","qty":"1","price":"407.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"94","part":"H63A-SF0500-6.30CP","qty":"1","price":"462.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"96","part":"H63A-SF0625-3.74CP","qty":"1","price":"385.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"97","part":"H63A-SF0625-3.74MT","qty":"1","price":"506.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"98","part":"H63A-SF0625-4.72CP","qty":"1","price":"405.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"99","part":"H63A-SF0625-5.12CP","qty":"1","price":"407.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"100","part":"H63A-SF0625-6.30CP","qty":"1","price":"462.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"102","part":"H63A-SF0750-3.94CP","qty":"1","price":"362.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"103","part":"H63A-SF0750-4.72CP","qty":"1","price":"405.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"104","part":"H63A-SF0750-6.30CP","qty":"1","price":"579.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"106","part":"H63A-SF1000-3.35RT","qty":"1","price":"363.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"107","part":"H63A-SF1000-4.53CP","qty":"1","price":"418.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"108","part":"H63A-SF1000-6.30CP","qty":"1","price":"462.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":72}}] 2024-11-10 21:57:01.791 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218177-11102024215701.txt === {"quote":"218177","customer":"1055","name":null,"customerName":"A.W. Miller Technical Sales Inc.","comp":"01","open":"0","shipto":"NATINSTT","shiptoName":"National Institute of Standards & T","entry_date":"07-26-2024","cust_order_date":"07-26-2024","req_date":"12-31-2024","cust_po":"HSK63A Tooling Package","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Terry Raines","drop_po":"MAZAK INTEGREX TOOLING","status":"0","user":"nickm","conv_order":"","time":"08:56","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Terry Raines","follow_phone":"301-975-2000","follow_email":"terry.raines@nist.gov","pic_user":"nickm","total_amt":"27968.00","total_gp":"21563.18","total_gpm":"77.10","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"72","win_pct":"74","clo_date":"12-13-2024","notes":[],"crmnotes":[{"comp":1,"quote":218177,"Line":0,"Comment":"07/07/2024 10:50 PM - nickm - F/U changed from 07/06/2024 to 7/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218177,"Line":1,"Comment":"08/19/2024 2:17 AM - nickm - F/U changed from 08/12/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218177,"Line":2,"Comment":"08/26/2024 4:06 AM - nickm - Order coming"},{"comp":1,"quote":218177,"Line":3,"Comment":"08/26/2024 4:06 AM - nickm - F/U changed from 08/19/2024 to 8/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218177,"Line":4,"Comment":"08/26/2024 4:08 AM - nickm - Win% changed from 20 to 74"},{"comp":1,"quote":218177,"Line":5,"Comment":"09/09/2024 1:21 AM - nickm - F/U changed from 08/30/2024 to 9/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218177,"Line":6,"Comment":"09/29/2024 9:47 PM - nickm - F/U changed from 09/23/2024 to 10/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218177,"Line":7,"Comment":"10/13/2024 11:30 PM - nickm - F/U changed from 10/07/2024 to 11/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218177,"Line":8,"Comment":"10/13/2024 11:30 PM - nickm - CLO changed from 10/11/2024 to 11/29/2024 (CLO Date Updated)"},{"comp":1,"quote":218177,"Line":9,"Comment":"10/13/2024 11:31 PM - nickm - Req Date changed from 10/28/2024 to 12/20/2024 (Req Date Updated)"},{"comp":1,"quote":218177,"Line":10,"Comment":"10/13/2024 11:34 PM - nickm - Machines have been purchased. Delivery will be end of year or early next year."},{"comp":1,"quote":218177,"Line":11,"Comment":"11/10/2024 10:56 PM - nickm - F/U changed from 11/04/2024 to 11/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218177,"Line":12,"Comment":"11/10/2024 10:56 PM - nickm - CLO changed from 11/29/2024 to 12/13/2024 (CLO Date Updated)"},{"comp":1,"quote":218177,"Line":13,"Comment":"11/10/2024 10:56 PM - nickm - Req Date changed from 12/20/2024 to 12/31/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"218177","line":"3","part":"TCLA-40/63A/C6","qty":"1","price":"242.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"7","part":"TQW-200","qty":"1","price":"364.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"8","part":"TQW-HANDLE14X18","qty":"1","price":"53.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"12","part":"HSK63A-ER16-3.00","qty":"1","price":"409.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"13","part":"HSK63A-ER16-5.00","qty":"1","price":"410.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"14","part":"TQW-ER16/SK13(30)","qty":"1","price":"98.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"15","part":"E16-SET-15(C)","qty":"1","price":"1065.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"17","part":"HSK63A-ER32-4.00","qty":"1","price":"419.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"18","part":"HSK63A-ER32-6.00","qty":"1","price":"440.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"19","part":"TQW-ER32/SK20/TG75(50)","qty":"1","price":"105.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"20","part":"E32-SET-17(C)","qty":"1","price":"1632.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"24","part":"HSK63A-SK10C-105-IDU","qty":"1","price":"474.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"25","part":"HSK63A-SK10C-120-IDU","qty":"1","price":"508.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"26","part":"HSK63A-SK10C-150-IDU","qty":"1","price":"566.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"27","part":"TQW-SK10","qty":"1","price":"102.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"28","part":"SK10-SET-05-A","qty":"1","price":"335.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"29","part":"SK10-1/4AC","qty":"1","price":"96.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"30","part":"SK10-3/8AC","qty":"1","price":"96.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"31","part":"HSK63A-SK16-80-IDU","qty":"1","price":"486.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"32","part":"HSK63A-SK16-105-IDU","qty":"1","price":"555.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"33","part":"TQW-SK16(45)","qty":"1","price":"106.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"34","part":"SK16-SET-09-A","qty":"1","price":"738.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"35","part":"SK16-3/8AC","qty":"1","price":"180.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"36","part":"SK16-1/2AC","qty":"1","price":"134.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"37","part":"SK16-5/8AC","qty":"1","price":"134.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"41","part":"HSK63A-C3/4-110-IDU","qty":"1","price":"609.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"42","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"43","part":"HSK63A-C1-100-IDU","qty":"1","price":"604.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"44","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"45","part":"HSK63A-C1.1/4-110-IDU","qty":"1","price":"659.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"46","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"50","part":"HSK63A-SM0750-3.00CP","qty":"1","price":"254.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"51","part":"HSK63A-SM1000-3.00CP","qty":"1","price":"223.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"52","part":"HSK63A-SM1250-3.00CP","qty":"1","price":"244.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"56","part":"HSK63-TUBE","qty":"1","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"64","part":"H63A-SF0125-3.15MT","qty":"1","price":"356.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"65","part":"H63A-SF0125-4.72CP","qty":"1","price":"417.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"66","part":"H63A-SF0125-6.30CP","qty":"1","price":"455.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"67","part":"H63A-SF0125-6.30MT","qty":"1","price":"449.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"69","part":"H63A-SF0187-4.72CP","qty":"1","price":"418.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"70","part":"H63A-SF0187-6.30CP","qty":"1","price":"462.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"72","part":"H63A-SF0250-3.15CP","qty":"1","price":"362.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"73","part":"H63A-SF0250-4.72CP","qty":"1","price":"418.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"74","part":"H63A-SF0250-5.12CP","qty":"1","price":"407.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"75","part":"H63A-SF0250-6.30CP","qty":"1","price":"462.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"76","part":"H63A-SF0250-6.30MT","qty":"1","price":"398.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"78","part":"H63A-SF0312-3.15CP","qty":"1","price":"362.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"79","part":"H63A-SF0312-4.72CP","qty":"1","price":"418.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"80","part":"H63A-SF0312-6.30CP","qty":"1","price":"462.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"82","part":"H63A-SF0375-2.56RT","qty":"1","price":"363.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"83","part":"H63A-SF0375-3.35CP","qty":"1","price":"362.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"84","part":"H63A-SF0375-3.35MT","qty":"1","price":"462.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"85","part":"H63A-SF0375-4.72CP","qty":"1","price":"418.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"86","part":"H63A-SF0375-5.12CP","qty":"1","price":"407.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"87","part":"H63A-SF0375-6.30CP","qty":"1","price":"462.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"89","part":"H63A-SF0500-2.95RT","qty":"1","price":"363.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"90","part":"H63A-SF0500-3.54CP","qty":"1","price":"362.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"91","part":"H63A-SF0500-3.54MT","qty":"1","price":"382.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"92","part":"H63A-SF0500-4.72CP","qty":"1","price":"405.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"93","part":"H63A-SF0500-5.12CP","qty":"1","price":"407.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"94","part":"H63A-SF0500-6.30CP","qty":"1","price":"462.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"96","part":"H63A-SF0625-3.74CP","qty":"1","price":"385.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"97","part":"H63A-SF0625-3.74MT","qty":"1","price":"506.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"98","part":"H63A-SF0625-4.72CP","qty":"1","price":"405.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"99","part":"H63A-SF0625-5.12CP","qty":"1","price":"407.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"100","part":"H63A-SF0625-6.30CP","qty":"1","price":"462.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"102","part":"H63A-SF0750-3.94CP","qty":"1","price":"362.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"103","part":"H63A-SF0750-4.72CP","qty":"1","price":"405.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"104","part":"H63A-SF0750-6.30CP","qty":"1","price":"579.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"106","part":"H63A-SF1000-3.35RT","qty":"1","price":"363.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"107","part":"H63A-SF1000-4.53CP","qty":"1","price":"418.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"108","part":"H63A-SF1000-6.30CP","qty":"1","price":"462.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":72}}] 2024-11-10 21:58:20.514 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218177-11102024215820.txt === {"quote":"218177","customer":"1055","name":null,"customerName":"A.W. Miller Technical Sales Inc.","comp":"01","open":"0","shipto":"NATINSTT","shiptoName":"National Institute of Standards & T","entry_date":"07-26-2024","cust_order_date":"07-26-2024","req_date":"12-31-2024","cust_po":"HSK63A Tooling Package","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Terry Raines","drop_po":"MAZAK INTEGREX TOOLING","status":"0","user":"nickm","conv_order":"","time":"08:56","extra":"","follow_up":"11-17-2024","web_id":"","follow_name":"Terry Raines","follow_phone":"301-975-2000","follow_email":"terry.raines@nist.gov","pic_user":"nickm","total_amt":"27968.00","total_gp":"21563.18","total_gpm":"77.10","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"72","win_pct":"74","clo_date":"12-13-2024","notes":[],"crmnotes":[{"comp":1,"quote":218177,"Line":0,"Comment":"07/07/2024 10:50 PM - nickm - F/U changed from 07/06/2024 to 7/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218177,"Line":1,"Comment":"08/19/2024 2:17 AM - nickm - F/U changed from 08/12/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218177,"Line":2,"Comment":"08/26/2024 4:06 AM - nickm - Order coming"},{"comp":1,"quote":218177,"Line":3,"Comment":"08/26/2024 4:06 AM - nickm - F/U changed from 08/19/2024 to 8/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218177,"Line":4,"Comment":"08/26/2024 4:08 AM - nickm - Win% changed from 20 to 74"},{"comp":1,"quote":218177,"Line":5,"Comment":"09/09/2024 1:21 AM - nickm - F/U changed from 08/30/2024 to 9/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218177,"Line":6,"Comment":"09/29/2024 9:47 PM - nickm - F/U changed from 09/23/2024 to 10/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218177,"Line":7,"Comment":"10/13/2024 11:30 PM - nickm - F/U changed from 10/07/2024 to 11/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218177,"Line":8,"Comment":"10/13/2024 11:30 PM - nickm - CLO changed from 10/11/2024 to 11/29/2024 (CLO Date Updated)"},{"comp":1,"quote":218177,"Line":9,"Comment":"10/13/2024 11:31 PM - nickm - Req Date changed from 10/28/2024 to 12/20/2024 (Req Date Updated)"},{"comp":1,"quote":218177,"Line":10,"Comment":"10/13/2024 11:34 PM - nickm - Machines have been purchased. Delivery will be end of year or early next year."},{"comp":1,"quote":218177,"Line":11,"Comment":"11/10/2024 10:56 PM - nickm - F/U changed from 11/04/2024 to 11/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218177,"Line":12,"Comment":"11/10/2024 10:56 PM - nickm - CLO changed from 11/29/2024 to 12/13/2024 (CLO Date Updated)"},{"comp":1,"quote":218177,"Line":13,"Comment":"11/10/2024 10:56 PM - nickm - Req Date changed from 12/20/2024 to 12/31/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"218177","line":"3","part":"TCLA-40/63A/C6","qty":"1","price":"242.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"7","part":"TQW-200","qty":"1","price":"364.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"8","part":"TQW-HANDLE14X18","qty":"1","price":"53.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"12","part":"HSK63A-ER16-3.00","qty":"1","price":"409.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"13","part":"HSK63A-ER16-5.00","qty":"1","price":"410.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"14","part":"TQW-ER16/SK13(30)","qty":"1","price":"98.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"15","part":"E16-SET-15(C)","qty":"1","price":"1065.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"17","part":"HSK63A-ER32-4.00","qty":"1","price":"419.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"18","part":"HSK63A-ER32-6.00","qty":"1","price":"440.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"19","part":"TQW-ER32/SK20/TG75(50)","qty":"1","price":"105.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"20","part":"E32-SET-17(C)","qty":"1","price":"1632.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"24","part":"HSK63A-SK10C-105-IDU","qty":"1","price":"474.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"25","part":"HSK63A-SK10C-120-IDU","qty":"1","price":"508.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"26","part":"HSK63A-SK10C-150-IDU","qty":"1","price":"566.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"27","part":"TQW-SK10","qty":"1","price":"102.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"28","part":"SK10-SET-05-A","qty":"1","price":"335.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"29","part":"SK10-1/4AC","qty":"1","price":"96.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"30","part":"SK10-3/8AC","qty":"1","price":"96.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"31","part":"HSK63A-SK16-80-IDU","qty":"1","price":"486.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"32","part":"HSK63A-SK16-105-IDU","qty":"1","price":"555.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"33","part":"TQW-SK16(45)","qty":"1","price":"106.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"34","part":"SK16-SET-09-A","qty":"1","price":"738.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"35","part":"SK16-3/8AC","qty":"1","price":"180.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"36","part":"SK16-1/2AC","qty":"1","price":"134.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"37","part":"SK16-5/8AC","qty":"1","price":"134.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"41","part":"HSK63A-C3/4-110-IDU","qty":"1","price":"609.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"42","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"43","part":"HSK63A-C1-100-IDU","qty":"1","price":"604.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"44","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"45","part":"HSK63A-C1.1/4-110-IDU","qty":"1","price":"659.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"46","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"50","part":"HSK63A-SM0750-3.00CP","qty":"1","price":"254.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"51","part":"HSK63A-SM1000-3.00CP","qty":"1","price":"223.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"52","part":"HSK63A-SM1250-3.00CP","qty":"1","price":"244.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"56","part":"HSK63-TUBE","qty":"1","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"64","part":"H63A-SF0125-3.15MT","qty":"1","price":"356.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"65","part":"H63A-SF0125-4.72CP","qty":"1","price":"417.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"66","part":"H63A-SF0125-6.30CP","qty":"1","price":"455.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"67","part":"H63A-SF0125-6.30MT","qty":"1","price":"449.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"69","part":"H63A-SF0187-4.72CP","qty":"1","price":"418.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"70","part":"H63A-SF0187-6.30CP","qty":"1","price":"462.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"72","part":"H63A-SF0250-3.15CP","qty":"1","price":"362.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"73","part":"H63A-SF0250-4.72CP","qty":"1","price":"418.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"74","part":"H63A-SF0250-5.12CP","qty":"1","price":"407.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"75","part":"H63A-SF0250-6.30CP","qty":"1","price":"462.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"76","part":"H63A-SF0250-6.30MT","qty":"1","price":"398.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"78","part":"H63A-SF0312-3.15CP","qty":"1","price":"362.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"79","part":"H63A-SF0312-4.72CP","qty":"1","price":"418.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"80","part":"H63A-SF0312-6.30CP","qty":"1","price":"462.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"82","part":"H63A-SF0375-2.56RT","qty":"1","price":"363.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"83","part":"H63A-SF0375-3.35CP","qty":"1","price":"362.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"84","part":"H63A-SF0375-3.35MT","qty":"1","price":"462.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"85","part":"H63A-SF0375-4.72CP","qty":"1","price":"418.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"86","part":"H63A-SF0375-5.12CP","qty":"1","price":"407.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"87","part":"H63A-SF0375-6.30CP","qty":"1","price":"462.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"89","part":"H63A-SF0500-2.95RT","qty":"1","price":"363.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"90","part":"H63A-SF0500-3.54CP","qty":"1","price":"362.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"91","part":"H63A-SF0500-3.54MT","qty":"1","price":"382.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"92","part":"H63A-SF0500-4.72CP","qty":"1","price":"405.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"93","part":"H63A-SF0500-5.12CP","qty":"1","price":"407.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"94","part":"H63A-SF0500-6.30CP","qty":"1","price":"462.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"96","part":"H63A-SF0625-3.74CP","qty":"1","price":"385.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"97","part":"H63A-SF0625-3.74MT","qty":"1","price":"506.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"98","part":"H63A-SF0625-4.72CP","qty":"1","price":"405.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"99","part":"H63A-SF0625-5.12CP","qty":"1","price":"407.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"100","part":"H63A-SF0625-6.30CP","qty":"1","price":"462.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"102","part":"H63A-SF0750-3.94CP","qty":"1","price":"362.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"103","part":"H63A-SF0750-4.72CP","qty":"1","price":"405.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"104","part":"H63A-SF0750-6.30CP","qty":"1","price":"579.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"106","part":"H63A-SF1000-3.35RT","qty":"1","price":"363.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"107","part":"H63A-SF1000-4.53CP","qty":"1","price":"418.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"108","part":"H63A-SF1000-6.30CP","qty":"1","price":"462.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":72}}] 2024-11-10 22:04:07.294 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221573-11102024220407.txt === {"quote":"221573","customer":"13705TA","name":null,"customerName":"Morris Great Lakes TA","comp":"01","open":"1","shipto":"RIFTON","shiptoName":"Rifton Equipment","entry_date":"09-16-2024","cust_order_date":"09-16-2024","req_date":"11-29-2024","cust_po":"ZeroZero Lathe","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Matt Zaleski","drop_po":"ZeroZero SK16 Lathe Tool","status":"0","user":"nickm","conv_order":"","time":"14:03","extra":"","follow_up":"11-04-2024","web_id":"","follow_name":"Matt Zaleski","follow_phone":"","follow_email":"mzaleski@robertemorris.com","pic_user":"nickm","total_amt":"877.14","total_gp":"548.66","total_gpm":"62.55","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"2","totalQty":"5","win_pct":"80","clo_date":"11-08-2024","notes":[],"crmnotes":[{"comp":1,"quote":221573,"Line":0,"Comment":"09/29/2024 8:24 PM - nickm - F/U changed from 09/22/2024 to 10/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221573,"Line":1,"Comment":"09/29/2024 8:24 PM - nickm - Win% changed from 20 to 80"},{"comp":1,"quote":221573,"Line":2,"Comment":"10/14/2024 12:14 AM - nickm - F/U changed from 10/07/2024 to 10/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221573,"Line":3,"Comment":"10/14/2024 12:15 AM - nickm - CLO changed from 10/16/2024 to 11/08/2024 (CLO Date Updated)"},{"comp":1,"quote":221573,"Line":4,"Comment":"10/14/2024 12:15 AM - nickm - Req Date changed from 10/28/2024 to 11/29/2024 (Req Date Updated)"},{"comp":1,"quote":221573,"Line":5,"Comment":"10/28/2024 4:42 AM - nickm - F/U changed from 10/28/2024 to 11/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221573,"Line":6,"Comment":"11/10/2024 11:03 PM - nickm - Customer no longer interested"}],"items":[{"comp":"01","order":"221573","line":"4","part":"LCH1.1/4-SZF16S-55-A","qty":"1","price":"887.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221573","line":"5","part":"SK16-1/2A","qty":"1","price":"82.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221573","line":"6","part":"SK16-1/2AC","qty":"1","price":"134.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221573","line":"7","part":"SKL-16S-P","qty":"1","price":"189.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221573","line":"8","part":"9ZFL","qty":"1","price":"37.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-10 22:07:59.008 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-217256-11102024220758.txt === {"quote":"217256","customer":"E5476","name":null,"customerName":"Empire Dynamics Machinery LLC","comp":"01","open":"0","shipto":"EMPIREDY","shiptoName":"Empire Dynamics","entry_date":"06-07-2024","cust_order_date":null,"req_date":"01-10-2025","cust_po":"C8-C1-165","terms_code":"CCARD","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Keeley","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"15:07","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Kelly","follow_phone":"","follow_email":"keelypaul@empire.com","pic_user":"nickm","total_amt":"6285.30","total_gp":"4498.94","total_gpm":"71.58","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"18","win_pct":"60","clo_date":"12-13-2024","notes":[],"crmnotes":[{"comp":1,"quote":217256,"Line":0,"Comment":"06/28/2024 11:05 AM - alyssah - CLO changed from 06/28/2024 to 07/06/2024 (CLO Date Updated)"},{"comp":1,"quote":217256,"Line":1,"Comment":"06/28/2024 11:06 AM - alyssah - F/U changed from 06/23/2024 to 7/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217256,"Line":2,"Comment":"07/03/2024 4:09 PM - alyssah - Req Date changed from 06/07/2024 to 07/17/2024 (Req Date Updated)"},{"comp":1,"quote":217256,"Line":3,"Comment":"07/03/2024 4:10 PM - alyssah - CLO changed from 07/06/2024 to 07/16/2024 (CLO Date Updated)"},{"comp":1,"quote":217256,"Line":4,"Comment":"07/03/2024 4:10 PM - alyssah - F/U changed from 07/05/2024 to 7/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217256,"Line":5,"Comment":"07/19/2024 3:42 PM - alyssah - Sent f/u email"},{"comp":1,"quote":217256,"Line":6,"Comment":"07/24/2024 2:47 PM - alyssah - Req Date changed from 07/17/2024 to 08/09/2024 (Req Date Updated)"},{"comp":1,"quote":217256,"Line":7,"Comment":"07/24/2024 2:48 PM - alyssah - CLO changed from 07/16/2024 to 08/07/2024 (CLO Date Updated)"},{"comp":1,"quote":217256,"Line":8,"Comment":"07/24/2024 2:48 PM - alyssah - F/U changed from 07/16/2024 to 8/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217256,"Line":9,"Comment":"08/09/2024 4:12 PM - alyssah - Req Date changed from 08/09/2024 to 08/15/2024 (Req Date Updated)"},{"comp":1,"quote":217256,"Line":10,"Comment":"08/09/2024 4:12 PM - alyssah - CLO changed from 08/07/2024 to 08/14/2024 (CLO Date Updated)"},{"comp":1,"quote":217256,"Line":11,"Comment":"08/09/2024 4:12 PM - alyssah - F/U changed from 08/06/2024 to 8/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217256,"Line":12,"Comment":"08/09/2024 4:12 PM - alyssah - Quote is still active, they are reviewing and making changes per Keely"},{"comp":1,"quote":217256,"Line":13,"Comment":"08/16/2024 4:26 PM - alyssah - Req Date changed from 08/15/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":217256,"Line":14,"Comment":"08/16/2024 4:26 PM - alyssah - CLO changed from 08/14/2024 to 09/05/2024 (CLO Date Updated)"},{"comp":1,"quote":217256,"Line":15,"Comment":"08/16/2024 4:26 PM - alyssah - F/U changed from 08/14/2024 to 8/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217256,"Line":16,"Comment":"08/16/2024 4:27 PM - alyssah - PIC changed from alyssah to nickm"},{"comp":1,"quote":217256,"Line":17,"Comment":"09/09/2024 12:43 AM - nickm - Quoting tooling for new project. Still in the design stage"},{"comp":1,"quote":217256,"Line":18,"Comment":"09/09/2024 12:44 AM - nickm - F/U changed from 08/28/2024 to 10/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217256,"Line":19,"Comment":"09/09/2024 12:44 AM - nickm - CLO changed from 09/05/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":217256,"Line":20,"Comment":"09/09/2024 12:44 AM - nickm - Req Date changed from 09/07/2024 to 11/29/2024 (Req Date Updated)"},{"comp":1,"quote":217256,"Line":21,"Comment":"09/09/2024 12:44 AM - nickm - Win% changed from 20 to 60"},{"comp":1,"quote":217256,"Line":22,"Comment":"10/14/2024 12:03 AM - nickm - F/U changed from 10/07/2024 to 11/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217256,"Line":23,"Comment":"10/14/2024 12:04 AM - nickm - CLO changed from 10/25/2024 to 12/13/2024 (CLO Date Updated)"},{"comp":1,"quote":217256,"Line":24,"Comment":"10/14/2024 12:14 AM - nickm - Req Date changed from 11/29/2024 to 01/10/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"217256","line":"1","part":"C8-C1-165","qty":"3","price":"1000.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217256","line":"2","part":"MODIFICATION-CHIP-HOLE","qty":"3","price":"80.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"217256","line":"3","part":"C8-C1.1/4-135","qty":"5","price":"991.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217256","line":"4","part":"MODIFICATION-CHIP-HOLE","qty":"5","price":"80.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"217256","line":"5","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217256","line":"6","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-10 22:11:39.116 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220061-11102024221138.txt === {"quote":"220061","customer":"1055","name":null,"customerName":"A.W. Miller Technical Sales Inc.","comp":"01","open":"0","shipto":"AWMIHARL","shiptoName":"A.W. Miller Technical Sales, Inc.","entry_date":"08-12-2024","cust_order_date":"08-12-2024","req_date":"12-13-2024","cust_po":"CAT50 TOOLING PACKAGE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"TROY MARTZ - A.W. MILLER","drop_po":"MAZAK FJV CAT50 PACKAGE","status":"0","user":"nickm","conv_order":"","time":"16:47","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"TROY MARTZ","follow_phone":"717-476-1237","follow_email":"tmartz@awmiller.com","pic_user":"nickm","total_amt":"44728.00","total_gp":"34716.36","total_gpm":"77.62","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"167","win_pct":"79","clo_date":"11-29-2024","notes":[],"crmnotes":[{"comp":1,"quote":220061,"Line":0,"Comment":"08/19/2024 1:52 AM - nickm - F/U changed from 08/18/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220061,"Line":1,"Comment":"08/26/2024 4:14 AM - nickm - F/U changed from 08/19/2024 to 8/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220061,"Line":2,"Comment":"09/03/2024 2:34 AM - nickm - F/U changed from 08/26/2024 to 9/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220061,"Line":3,"Comment":"09/03/2024 2:34 AM - nickm - CLO changed from 09/12/2024 to 10/18/2024 (CLO Date Updated)"},{"comp":1,"quote":220061,"Line":4,"Comment":"09/03/2024 2:35 AM - nickm - Req Date changed from 09/23/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":220061,"Line":5,"Comment":"09/29/2024 8:57 PM - nickm - F/U changed from 09/23/2024 to 10/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220061,"Line":6,"Comment":"09/29/2024 9:09 PM - nickm - Win% changed from 20 to 79"},{"comp":1,"quote":220061,"Line":7,"Comment":"10/14/2024 12:08 AM - nickm - F/U changed from 10/07/2024 to 11/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220061,"Line":8,"Comment":"10/14/2024 12:09 AM - nickm - CLO changed from 10/18/2024 to 11/29/2024 (CLO Date Updated)"},{"comp":1,"quote":220061,"Line":9,"Comment":"10/14/2024 12:09 AM - nickm - Req Date changed from 10/31/2024 to 12/13/2024 (Req Date Updated)"},{"comp":1,"quote":220061,"Line":10,"Comment":"10/14/2024 12:13 AM - nickm - Budgetary quote for the new machines at NIST. Delivery early next year."}],"items":[{"comp":"01","order":"220061","line":"3","part":"CAT50-MMC8C-135U-IDU","qty":"5","price":"950.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"4","part":"VMK8-1/8","qty":"5","price":"118.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"5","part":"VMK8-3/16","qty":"5","price":"118.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"6","part":"VMK8-1/4","qty":"5","price":"118.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"10","part":"CAT50-ER16-4.00","qty":"4","price":"238.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"11","part":"WRENCH-ER16-HEX","qty":"1","price":"25.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"12","part":"E16-SET-12","qty":"2","price":"512.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"13","part":"ET16-SET-04","qty":"1","price":"461.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"15","part":"CAT50-ER20-4.00","qty":"4","price":"245.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"16","part":"WRENCH-ER20-HEX","qty":"1","price":"29.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"17","part":"E20-SET-15","qty":"2","price":"809.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"18","part":"ET20-SET-08","qty":"1","price":"935.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"20","part":"CAT50-ER32-4.00","qty":"4","price":"231.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"21","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"22","part":"E32-SET-21","qty":"2","price":"1092.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"23","part":"ET32-SET-15","qty":"1","price":"2102.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"28","part":"CAT50-SK16-105U-IDU","qty":"6","price":"549.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"29","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"30","part":"SK16-1/8A","qty":"3","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"31","part":"SK16-3/16A","qty":"3","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"35","part":"C5006-0250-4.00","qty":"3","price":"198.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"36","part":"C5006-0375-4.00","qty":"4","price":"198.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"37","part":"C5006-0500-2.63","qty":"2","price":"177.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"38","part":"C5006-0500-4.00","qty":"2","price":"198.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"39","part":"C5006-0500-6.00","qty":"2","price":"233.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"40","part":"C5006-0750-3.00","qty":"2","price":"177.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"41","part":"C5006-1000-2.00","qty":"2","price":"225.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"42","part":"C5006-1250-2.00","qty":"1","price":"246.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"46","part":"NCAT50-HC0250-6.00SL","qty":"2","price":"1589.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"47","part":"NCAT50-HC0375-5.00","qty":"3","price":"1023.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"48","part":"NCAT50-HC0500-5.00","qty":"2","price":"1023.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"49","part":"NCAT50-HC0750-5.00","qty":"2","price":"1023.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"54","part":"NCAT50-SK10C-105U-IDU","qty":"2","price":"569.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"55","part":"SKL-10","qty":"1","price":"31.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"56","part":"SK10-SET-05-A","qty":"1","price":"335.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"58","part":"NCAT50-SK16C-105U-IDU","qty":"5","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"59","part":"SK16-SET-09-A","qty":"1","price":"738.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"63","part":"NC5001-0750-4.00CP","qty":"1","price":"423.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"64","part":"NC5001-1000-4.00CP","qty":"1","price":"521.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"65","part":"NC5001-1500-2.00CP","qty":"1","price":"561.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"69","part":"C50-STD-EU","qty":"70","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":41}}] 2024-11-10 22:12:05.740 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220061-11102024221205.txt === {"quote":"220061","customer":"1055","name":null,"customerName":"A.W. Miller Technical Sales Inc.","comp":"01","open":"0","shipto":"AWMIHARL","shiptoName":"A.W. Miller Technical Sales, Inc.","entry_date":"08-12-2024","cust_order_date":"08-12-2024","req_date":"12-13-2024","cust_po":"CAT50 TOOLING PACKAGE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"TROY MARTZ - A.W. MILLER","drop_po":"MAZAK FJV CAT50 PACKAGE","status":"0","user":"nickm","conv_order":"","time":"16:47","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"TROY MARTZ","follow_phone":"717-476-1237","follow_email":"tmartz@awmiller.com","pic_user":"nickm","total_amt":"44728.00","total_gp":"34716.36","total_gpm":"77.62","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"167","win_pct":"79","clo_date":"12-06-2024","notes":[],"crmnotes":[{"comp":1,"quote":220061,"Line":0,"Comment":"08/19/2024 1:52 AM - nickm - F/U changed from 08/18/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220061,"Line":1,"Comment":"08/26/2024 4:14 AM - nickm - F/U changed from 08/19/2024 to 8/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220061,"Line":2,"Comment":"09/03/2024 2:34 AM - nickm - F/U changed from 08/26/2024 to 9/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220061,"Line":3,"Comment":"09/03/2024 2:34 AM - nickm - CLO changed from 09/12/2024 to 10/18/2024 (CLO Date Updated)"},{"comp":1,"quote":220061,"Line":4,"Comment":"09/03/2024 2:35 AM - nickm - Req Date changed from 09/23/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":220061,"Line":5,"Comment":"09/29/2024 8:57 PM - nickm - F/U changed from 09/23/2024 to 10/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220061,"Line":6,"Comment":"09/29/2024 9:09 PM - nickm - Win% changed from 20 to 79"},{"comp":1,"quote":220061,"Line":7,"Comment":"10/14/2024 12:08 AM - nickm - F/U changed from 10/07/2024 to 11/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220061,"Line":8,"Comment":"10/14/2024 12:09 AM - nickm - CLO changed from 10/18/2024 to 11/29/2024 (CLO Date Updated)"},{"comp":1,"quote":220061,"Line":9,"Comment":"10/14/2024 12:09 AM - nickm - Req Date changed from 10/31/2024 to 12/13/2024 (Req Date Updated)"},{"comp":1,"quote":220061,"Line":10,"Comment":"10/14/2024 12:13 AM - nickm - Budgetary quote for the new machines at NIST. Delivery early next year."},{"comp":1,"quote":220061,"Line":11,"Comment":"11/10/2024 11:11 PM - nickm - F/U changed from 11/04/2024 to 11/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220061,"Line":12,"Comment":"11/10/2024 11:12 PM - nickm - CLO changed from 11/29/2024 to 12/06/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"220061","line":"3","part":"CAT50-MMC8C-135U-IDU","qty":"5","price":"950.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"4","part":"VMK8-1/8","qty":"5","price":"118.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"5","part":"VMK8-3/16","qty":"5","price":"118.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"6","part":"VMK8-1/4","qty":"5","price":"118.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"10","part":"CAT50-ER16-4.00","qty":"4","price":"238.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"11","part":"WRENCH-ER16-HEX","qty":"1","price":"25.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"12","part":"E16-SET-12","qty":"2","price":"512.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"13","part":"ET16-SET-04","qty":"1","price":"461.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"15","part":"CAT50-ER20-4.00","qty":"4","price":"245.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"16","part":"WRENCH-ER20-HEX","qty":"1","price":"29.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"17","part":"E20-SET-15","qty":"2","price":"809.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"18","part":"ET20-SET-08","qty":"1","price":"935.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"20","part":"CAT50-ER32-4.00","qty":"4","price":"231.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"21","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"22","part":"E32-SET-21","qty":"2","price":"1092.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"23","part":"ET32-SET-15","qty":"1","price":"2102.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"28","part":"CAT50-SK16-105U-IDU","qty":"6","price":"549.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"29","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"30","part":"SK16-1/8A","qty":"3","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"31","part":"SK16-3/16A","qty":"3","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"35","part":"C5006-0250-4.00","qty":"3","price":"198.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"36","part":"C5006-0375-4.00","qty":"4","price":"198.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"37","part":"C5006-0500-2.63","qty":"2","price":"177.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"38","part":"C5006-0500-4.00","qty":"2","price":"198.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"39","part":"C5006-0500-6.00","qty":"2","price":"233.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"40","part":"C5006-0750-3.00","qty":"2","price":"177.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"41","part":"C5006-1000-2.00","qty":"2","price":"225.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"42","part":"C5006-1250-2.00","qty":"1","price":"246.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"46","part":"NCAT50-HC0250-6.00SL","qty":"2","price":"1589.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"47","part":"NCAT50-HC0375-5.00","qty":"3","price":"1023.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"48","part":"NCAT50-HC0500-5.00","qty":"2","price":"1023.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"49","part":"NCAT50-HC0750-5.00","qty":"2","price":"1023.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"54","part":"NCAT50-SK10C-105U-IDU","qty":"2","price":"569.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"55","part":"SKL-10","qty":"1","price":"31.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"56","part":"SK10-SET-05-A","qty":"1","price":"335.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"58","part":"NCAT50-SK16C-105U-IDU","qty":"5","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"59","part":"SK16-SET-09-A","qty":"1","price":"738.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"63","part":"NC5001-0750-4.00CP","qty":"1","price":"423.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"64","part":"NC5001-1000-4.00CP","qty":"1","price":"521.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"65","part":"NC5001-1500-2.00CP","qty":"1","price":"561.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"69","part":"C50-STD-EU","qty":"70","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":41}}] 2024-11-10 22:12:31.829 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220061-11102024221231.txt === {"quote":"220061","customer":"1055","name":null,"customerName":"A.W. Miller Technical Sales Inc.","comp":"01","open":"0","shipto":"AWMIHARL","shiptoName":"A.W. Miller Technical Sales, Inc.","entry_date":"08-12-2024","cust_order_date":"08-12-2024","req_date":"12-30-2024","cust_po":"CAT50 TOOLING PACKAGE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"TROY MARTZ - A.W. MILLER","drop_po":"MAZAK FJV CAT50 PACKAGE","status":"0","user":"nickm","conv_order":"","time":"16:47","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"TROY MARTZ","follow_phone":"717-476-1237","follow_email":"tmartz@awmiller.com","pic_user":"nickm","total_amt":"44728.00","total_gp":"34716.36","total_gpm":"77.62","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"167","win_pct":"79","clo_date":"12-06-2024","notes":[],"crmnotes":[{"comp":1,"quote":220061,"Line":0,"Comment":"08/19/2024 1:52 AM - nickm - F/U changed from 08/18/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220061,"Line":1,"Comment":"08/26/2024 4:14 AM - nickm - F/U changed from 08/19/2024 to 8/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220061,"Line":2,"Comment":"09/03/2024 2:34 AM - nickm - F/U changed from 08/26/2024 to 9/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220061,"Line":3,"Comment":"09/03/2024 2:34 AM - nickm - CLO changed from 09/12/2024 to 10/18/2024 (CLO Date Updated)"},{"comp":1,"quote":220061,"Line":4,"Comment":"09/03/2024 2:35 AM - nickm - Req Date changed from 09/23/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":220061,"Line":5,"Comment":"09/29/2024 8:57 PM - nickm - F/U changed from 09/23/2024 to 10/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220061,"Line":6,"Comment":"09/29/2024 9:09 PM - nickm - Win% changed from 20 to 79"},{"comp":1,"quote":220061,"Line":7,"Comment":"10/14/2024 12:08 AM - nickm - F/U changed from 10/07/2024 to 11/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220061,"Line":8,"Comment":"10/14/2024 12:09 AM - nickm - CLO changed from 10/18/2024 to 11/29/2024 (CLO Date Updated)"},{"comp":1,"quote":220061,"Line":9,"Comment":"10/14/2024 12:09 AM - nickm - Req Date changed from 10/31/2024 to 12/13/2024 (Req Date Updated)"},{"comp":1,"quote":220061,"Line":10,"Comment":"10/14/2024 12:13 AM - nickm - Budgetary quote for the new machines at NIST. Delivery early next year."},{"comp":1,"quote":220061,"Line":11,"Comment":"11/10/2024 11:11 PM - nickm - F/U changed from 11/04/2024 to 11/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220061,"Line":12,"Comment":"11/10/2024 11:12 PM - nickm - CLO changed from 11/29/2024 to 12/06/2024 (CLO Date Updated)"},{"comp":1,"quote":220061,"Line":13,"Comment":"11/10/2024 11:12 PM - nickm - Req Date changed from 12/13/2024 to 12/30/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"220061","line":"3","part":"CAT50-MMC8C-135U-IDU","qty":"5","price":"950.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"4","part":"VMK8-1/8","qty":"5","price":"118.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"5","part":"VMK8-3/16","qty":"5","price":"118.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"6","part":"VMK8-1/4","qty":"5","price":"118.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"10","part":"CAT50-ER16-4.00","qty":"4","price":"238.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"11","part":"WRENCH-ER16-HEX","qty":"1","price":"25.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"12","part":"E16-SET-12","qty":"2","price":"512.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"13","part":"ET16-SET-04","qty":"1","price":"461.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"15","part":"CAT50-ER20-4.00","qty":"4","price":"245.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"16","part":"WRENCH-ER20-HEX","qty":"1","price":"29.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"17","part":"E20-SET-15","qty":"2","price":"809.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"18","part":"ET20-SET-08","qty":"1","price":"935.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"20","part":"CAT50-ER32-4.00","qty":"4","price":"231.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"21","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"22","part":"E32-SET-21","qty":"2","price":"1092.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"23","part":"ET32-SET-15","qty":"1","price":"2102.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"28","part":"CAT50-SK16-105U-IDU","qty":"6","price":"549.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"29","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"30","part":"SK16-1/8A","qty":"3","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"31","part":"SK16-3/16A","qty":"3","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"35","part":"C5006-0250-4.00","qty":"3","price":"198.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"36","part":"C5006-0375-4.00","qty":"4","price":"198.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"37","part":"C5006-0500-2.63","qty":"2","price":"177.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"38","part":"C5006-0500-4.00","qty":"2","price":"198.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"39","part":"C5006-0500-6.00","qty":"2","price":"233.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"40","part":"C5006-0750-3.00","qty":"2","price":"177.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"41","part":"C5006-1000-2.00","qty":"2","price":"225.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"42","part":"C5006-1250-2.00","qty":"1","price":"246.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"46","part":"NCAT50-HC0250-6.00SL","qty":"2","price":"1589.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"47","part":"NCAT50-HC0375-5.00","qty":"3","price":"1023.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"48","part":"NCAT50-HC0500-5.00","qty":"2","price":"1023.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"49","part":"NCAT50-HC0750-5.00","qty":"2","price":"1023.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"54","part":"NCAT50-SK10C-105U-IDU","qty":"2","price":"569.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"55","part":"SKL-10","qty":"1","price":"31.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"56","part":"SK10-SET-05-A","qty":"1","price":"335.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"58","part":"NCAT50-SK16C-105U-IDU","qty":"5","price":"602.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"59","part":"SK16-SET-09-A","qty":"1","price":"738.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"63","part":"NC5001-0750-4.00CP","qty":"1","price":"423.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"64","part":"NC5001-1000-4.00CP","qty":"1","price":"521.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"65","part":"NC5001-1500-2.00CP","qty":"1","price":"561.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220061","line":"69","part":"C50-STD-EU","qty":"70","price":"34.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":41}}] 2024-11-10 22:14:03.070 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222965-11102024221402.txt === {"quote":"222965","customer":"20560","name":null,"customerName":"Tool-Krib Supply Company","comp":"01","open":"0","shipto":"TOOLWXXC","shiptoName":"Tool Krib Supply Co.","entry_date":"10-14-2024","cust_order_date":"10-14-2024","req_date":"11-25-2024","cust_po":"BT40 Milling Chucks","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Scott Van Valkenburgh","drop_po":"BT40 1\" MILLING CHUCKS","status":"0","user":"nickm","conv_order":"","time":"16:54","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Scott Van Valkenburgh","follow_phone":"","follow_email":"svv@toolkrib.com","pic_user":"nickm","total_amt":"2393.80","total_gp":"1730.29","total_gpm":"72.28","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"13","win_pct":"20","clo_date":"11-14-2024","notes":[],"crmnotes":[{"comp":1,"quote":222965,"Line":0,"Comment":"10/28/2024 4:34 AM - nickm - F/U changed from 10/27/2024 to 11/4/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222965","line":"1","part":"BT40-C1-70","qty":"3","price":"549.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222965","line":"2","part":"BT40-C1-90","qty":"3","price":"549.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222965","line":"3","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222965","line":"4","part":"B40-STD","qty":"6","price":"40.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-10 22:14:18.987 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222965-11102024221418.txt === {"quote":"222965","customer":"20560","name":null,"customerName":"Tool-Krib Supply Company","comp":"01","open":"0","shipto":"TOOLWXXC","shiptoName":"Tool Krib Supply Co.","entry_date":"10-14-2024","cust_order_date":"10-14-2024","req_date":"11-25-2024","cust_po":"BT40 Milling Chucks","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Scott Van Valkenburgh","drop_po":"BT40 1\" MILLING CHUCKS","status":"0","user":"nickm","conv_order":"","time":"16:54","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Scott Van Valkenburgh","follow_phone":"","follow_email":"svv@toolkrib.com","pic_user":"nickm","total_amt":"2393.80","total_gp":"1730.29","total_gpm":"72.28","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"13","win_pct":"20","clo_date":"12-06-2024","notes":[],"crmnotes":[{"comp":1,"quote":222965,"Line":0,"Comment":"10/28/2024 4:34 AM - nickm - F/U changed from 10/27/2024 to 11/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222965,"Line":1,"Comment":"11/10/2024 11:14 PM - nickm - F/U changed from 11/04/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222965,"Line":2,"Comment":"11/10/2024 11:14 PM - nickm - CLO changed from 11/14/2024 to 12/06/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222965","line":"1","part":"BT40-C1-70","qty":"3","price":"549.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222965","line":"2","part":"BT40-C1-90","qty":"3","price":"549.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222965","line":"3","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222965","line":"4","part":"B40-STD","qty":"6","price":"40.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-10 22:15:02.669 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222965-11102024221502.txt === {"quote":"222965","customer":"20560","name":null,"customerName":"Tool-Krib Supply Company","comp":"01","open":"0","shipto":"TOOLWXXC","shiptoName":"Tool Krib Supply Co.","entry_date":"10-14-2024","cust_order_date":"10-14-2024","req_date":"12-30-2024","cust_po":"BT40 Milling Chucks","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Scott Van Valkenburgh","drop_po":"BT40 1\" MILLING CHUCKS","status":"0","user":"nickm","conv_order":"","time":"16:54","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Scott Van Valkenburgh","follow_phone":"","follow_email":"svv@toolkrib.com","pic_user":"nickm","total_amt":"2393.80","total_gp":"1730.29","total_gpm":"72.28","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"13","win_pct":"20","clo_date":"12-06-2024","notes":[],"crmnotes":[{"comp":1,"quote":222965,"Line":0,"Comment":"10/28/2024 4:34 AM - nickm - F/U changed from 10/27/2024 to 11/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222965,"Line":1,"Comment":"11/10/2024 11:14 PM - nickm - F/U changed from 11/04/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222965,"Line":2,"Comment":"11/10/2024 11:14 PM - nickm - CLO changed from 11/14/2024 to 12/06/2024 (CLO Date Updated)"},{"comp":1,"quote":222965,"Line":3,"Comment":"11/10/2024 11:14 PM - nickm - Req Date changed from 11/25/2024 to 12/30/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222965","line":"1","part":"BT40-C1-70","qty":"3","price":"549.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222965","line":"2","part":"BT40-C1-90","qty":"3","price":"549.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222965","line":"3","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222965","line":"4","part":"B40-STD","qty":"6","price":"40.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-10 22:15:50.640 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222965-11102024221550.txt === {"quote":"222965","customer":"20560","name":null,"customerName":"Tool-Krib Supply Company","comp":"01","open":"0","shipto":"TOOLWXXC","shiptoName":"Tool Krib Supply Co.","entry_date":"10-14-2024","cust_order_date":"10-14-2024","req_date":"12-30-2024","cust_po":"BT40 Milling Chucks","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Scott Van Valkenburgh","drop_po":"BT40 1\" MILLING CHUCKS","status":"0","user":"nickm","conv_order":"","time":"16:54","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Scott Van Valkenburgh","follow_phone":"","follow_email":"svv@toolkrib.com","pic_user":"nickm","total_amt":"2393.80","total_gp":"1730.29","total_gpm":"72.28","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"13","win_pct":"60","clo_date":"12-06-2024","notes":[],"crmnotes":[{"comp":1,"quote":222965,"Line":0,"Comment":"10/28/2024 4:34 AM - nickm - F/U changed from 10/27/2024 to 11/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222965,"Line":1,"Comment":"11/10/2024 11:14 PM - nickm - F/U changed from 11/04/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222965,"Line":2,"Comment":"11/10/2024 11:14 PM - nickm - CLO changed from 11/14/2024 to 12/06/2024 (CLO Date Updated)"},{"comp":1,"quote":222965,"Line":3,"Comment":"11/10/2024 11:14 PM - nickm - Req Date changed from 11/25/2024 to 12/30/2024 (Req Date Updated)"},{"comp":1,"quote":222965,"Line":4,"Comment":"11/10/2024 11:15 PM - nickm - Win% changed from 20 to 60"}],"items":[{"comp":"01","order":"222965","line":"1","part":"BT40-C1-70","qty":"3","price":"549.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222965","line":"2","part":"BT40-C1-90","qty":"3","price":"549.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222965","line":"3","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222965","line":"4","part":"B40-STD","qty":"6","price":"40.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-10 22:19:26.343 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223036-11102024221925.txt === {"quote":"223036","customer":"13700TA","name":null,"customerName":"The Robert E. Morris Company (CT-TA","comp":"01","open":"0","shipto":"MAROTT","shiptoName":"Marotta Controls, Inc. - MAIN","entry_date":"10-15-2024","cust_order_date":"10-30-2024","req_date":"11-26-2024","cust_po":"Marotta Tool Cert","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Matt Zaleski","drop_po":"","status":"0","user":"briand","conv_order":"","time":"16:18","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Matt Zaleski","follow_phone":"516-477-1584","follow_email":"mzaleski@robertemorris.com","pic_user":"nickm","total_amt":"51530.5","total_gp":"27582.69","total_gpm":"53.53","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"204","win_pct":"84","clo_date":"11-15-2024","notes":[{"comp":"1","quote":"223036","line":"4","data":"Machine delivery to Marotta is next week"},{"comp":"1","quote":"223036","line":"3","data":"10-15-2024 16:58-alyssah Per Matt Zaleski"},{"comp":"1","quote":"223036","line":"2","data":"get to Matt. 8 pieces at I Tine."},{"comp":"1","quote":"223036","line":"1","data":"NC5006-2000-5.37CP on the Quote Log so we can"},{"comp":"1","quote":"223036","line":"0","data":"10-17-2024 08:05-briand: Put the"}],"crmnotes":[{"comp":1,"quote":223036,"Line":0,"Comment":"10/28/2024 4:20 AM - nickm - F/U changed from 10/21/2024 to 11/04/2024 (Order Approved Pending PO)"},{"comp":1,"quote":223036,"Line":1,"Comment":"10/28/2024 4:22 AM - nickm - Win% changed from 20 to 84"},{"comp":1,"quote":223036,"Line":2,"Comment":"11/10/2024 11:19 PM - nickm - New Okuma HMC purchase"}],"items":[{"comp":"01","order":"223036","line":"1","part":"NCAT50-SK10C-165U-IDU","qty":"40","price":"616.00","uom":"EA","discount":"50.00","req_date":"19 Dec/21 Feb","branch":"1"},{"comp":"01","order":"223036","line":"2","part":"NCAT50-SK16C-165U-IDU","qty":"25","price":"649.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"3","part":"NCAT50-SK25C-165U-IDU","qty":"10","price":"713.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"4","part":"NC5007-0040-4.00G","qty":"5","price":"506.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"5","part":"NC5007-0040-6.00G","qty":"5","price":"644.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"6","part":"NCAT50-SF0125-6.30","qty":"2","price":"715.00","uom":"EA","discount":"50.00","req_date":"December","branch":"1"},{"comp":"01","order":"223036","line":"7","part":"NCAT50-SF0250-6.30CP","qty":"4","price":"715.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"8","part":"NCAT50-SF0250-3.15CP","qty":"4","price":"556.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"9","part":"NCAT50-SF0312-3.15CP","qty":"2","price":"492.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"10","part":"NCAT50-SF0375-6.30CP","qty":"4","price":"715.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"11","part":"NCAT50-SF0375-3.15CP","qty":"4","price":"556.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"12","part":"NCAT50-SF0500-6.30CP","qty":"4","price":"715.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"13","part":"NCAT50-SF0500-3.15CP","qty":"4","price":"556.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"14","part":"NCAT50-SF0625-6.30CP","qty":"2","price":"715.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"15","part":"NCAT50-SF0625-3.15CP","qty":"2","price":"556.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"16","part":"NCAT50-SF0750-6.30CP","qty":"2","price":"715.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"17","part":"NCAT50-SF0750-3.15CP","qty":"2","price":"556.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"18","part":"NCAT50-SF1000-3.94CP","qty":"4","price":"556.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"19","part":"NCAT50-SF1000-6.30CP","qty":"4","price":"715.00","uom":"EA","discount":"50.00","req_date":"Pending","branch":"1"},{"comp":"01","order":"223036","line":"20","part":"NC5006-0500-4.00CP","qty":"2","price":"366.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"21","part":"NC5006-0625-4.00CP","qty":"2","price":"399.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"22","part":"NC5006-0750-4.00CP","qty":"6","price":"366.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"23","part":"NC5006-1000-4.00CP","qty":"10","price":"414.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"24","part":"NC5006-1250-4.00CP","qty":"4","price":"337.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"25","part":"NC5006-1500-4.50CP","qty":"5","price":"446.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"26","part":"NC5006-2000-5.37CP","qty":"2","price":"466.00","uom":"EA","discount":"50.00","req_date":"3-4 weeks","branch":"1"},{"comp":"01","order":"223036","line":"27","part":"SK10-4AC","qty":"4","price":"96.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"28","part":"SK10-6AC","qty":"10","price":"96.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"29","part":"SK10-8AC","qty":"6","price":"96.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"30","part":"SK10-10AC","qty":"4","price":"96.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"31","part":"SK10-SET-05-AC","qty":"2","price":"518.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"32","part":"SK16-6AC","qty":"2","price":"180.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"33","part":"SK16-8AC","qty":"2","price":"180.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"34","part":"SK16-10AC","qty":"4","price":"109.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"35","part":"SK16-12AC","qty":"2","price":"109.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"36","part":"SK16-14AC","qty":"2","price":"109.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"37","part":"SK16-16AC","qty":"2","price":"109.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"38","part":"SK16-SET-04-AC","qty":"2","price":"628.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"39","part":"SK25-SET-08-A","qty":"1","price":"800.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"40","part":"SK25-SET-19-MM","qty":"1","price":"1900.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":40}}] 2024-11-10 22:19:39.849 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223036-11102024221939.txt === {"quote":"223036","customer":"13700TA","name":null,"customerName":"The Robert E. Morris Company (CT-TA","comp":"01","open":"0","shipto":"MAROTT","shiptoName":"Marotta Controls, Inc. - MAIN","entry_date":"10-15-2024","cust_order_date":"10-30-2024","req_date":"11-26-2024","cust_po":"Marotta Tool Cert","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Matt Zaleski","drop_po":"","status":"0","user":"briand","conv_order":"","time":"16:18","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Matt Zaleski","follow_phone":"516-477-1584","follow_email":"mzaleski@robertemorris.com","pic_user":"nickm","total_amt":"51530.5","total_gp":"27582.69","total_gpm":"53.53","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"204","win_pct":"84","clo_date":"11-29-2024","notes":[{"comp":"1","quote":"223036","line":"4","data":"Machine delivery to Marotta is next week"},{"comp":"1","quote":"223036","line":"3","data":"10-15-2024 16:58-alyssah Per Matt Zaleski"},{"comp":"1","quote":"223036","line":"2","data":"get to Matt. 8 pieces at I Tine."},{"comp":"1","quote":"223036","line":"1","data":"NC5006-2000-5.37CP on the Quote Log so we can"},{"comp":"1","quote":"223036","line":"0","data":"10-17-2024 08:05-briand: Put the"}],"crmnotes":[{"comp":1,"quote":223036,"Line":0,"Comment":"10/28/2024 4:20 AM - nickm - F/U changed from 10/21/2024 to 11/04/2024 (Order Approved Pending PO)"},{"comp":1,"quote":223036,"Line":1,"Comment":"10/28/2024 4:22 AM - nickm - Win% changed from 20 to 84"},{"comp":1,"quote":223036,"Line":2,"Comment":"11/10/2024 11:19 PM - nickm - New Okuma HMC purchase"},{"comp":1,"quote":223036,"Line":3,"Comment":"11/10/2024 11:19 PM - nickm - F/U changed from 11/04/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223036,"Line":4,"Comment":"11/10/2024 11:19 PM - nickm - CLO changed from 11/15/2024 to 11/29/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223036","line":"1","part":"NCAT50-SK10C-165U-IDU","qty":"40","price":"616.00","uom":"EA","discount":"50.00","req_date":"19 Dec/21 Feb","branch":"1"},{"comp":"01","order":"223036","line":"2","part":"NCAT50-SK16C-165U-IDU","qty":"25","price":"649.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"3","part":"NCAT50-SK25C-165U-IDU","qty":"10","price":"713.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"4","part":"NC5007-0040-4.00G","qty":"5","price":"506.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"5","part":"NC5007-0040-6.00G","qty":"5","price":"644.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"6","part":"NCAT50-SF0125-6.30","qty":"2","price":"715.00","uom":"EA","discount":"50.00","req_date":"December","branch":"1"},{"comp":"01","order":"223036","line":"7","part":"NCAT50-SF0250-6.30CP","qty":"4","price":"715.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"8","part":"NCAT50-SF0250-3.15CP","qty":"4","price":"556.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"9","part":"NCAT50-SF0312-3.15CP","qty":"2","price":"492.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"10","part":"NCAT50-SF0375-6.30CP","qty":"4","price":"715.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"11","part":"NCAT50-SF0375-3.15CP","qty":"4","price":"556.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"12","part":"NCAT50-SF0500-6.30CP","qty":"4","price":"715.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"13","part":"NCAT50-SF0500-3.15CP","qty":"4","price":"556.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"14","part":"NCAT50-SF0625-6.30CP","qty":"2","price":"715.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"15","part":"NCAT50-SF0625-3.15CP","qty":"2","price":"556.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"16","part":"NCAT50-SF0750-6.30CP","qty":"2","price":"715.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"17","part":"NCAT50-SF0750-3.15CP","qty":"2","price":"556.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"18","part":"NCAT50-SF1000-3.94CP","qty":"4","price":"556.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"19","part":"NCAT50-SF1000-6.30CP","qty":"4","price":"715.00","uom":"EA","discount":"50.00","req_date":"Pending","branch":"1"},{"comp":"01","order":"223036","line":"20","part":"NC5006-0500-4.00CP","qty":"2","price":"366.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"21","part":"NC5006-0625-4.00CP","qty":"2","price":"399.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"22","part":"NC5006-0750-4.00CP","qty":"6","price":"366.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"23","part":"NC5006-1000-4.00CP","qty":"10","price":"414.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"24","part":"NC5006-1250-4.00CP","qty":"4","price":"337.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"25","part":"NC5006-1500-4.50CP","qty":"5","price":"446.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"26","part":"NC5006-2000-5.37CP","qty":"2","price":"466.00","uom":"EA","discount":"50.00","req_date":"3-4 weeks","branch":"1"},{"comp":"01","order":"223036","line":"27","part":"SK10-4AC","qty":"4","price":"96.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"28","part":"SK10-6AC","qty":"10","price":"96.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"29","part":"SK10-8AC","qty":"6","price":"96.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"30","part":"SK10-10AC","qty":"4","price":"96.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"31","part":"SK10-SET-05-AC","qty":"2","price":"518.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"32","part":"SK16-6AC","qty":"2","price":"180.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"33","part":"SK16-8AC","qty":"2","price":"180.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"34","part":"SK16-10AC","qty":"4","price":"109.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"35","part":"SK16-12AC","qty":"2","price":"109.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"36","part":"SK16-14AC","qty":"2","price":"109.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"37","part":"SK16-16AC","qty":"2","price":"109.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"38","part":"SK16-SET-04-AC","qty":"2","price":"628.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"39","part":"SK25-SET-08-A","qty":"1","price":"800.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"40","part":"SK25-SET-19-MM","qty":"1","price":"1900.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":40}}] 2024-11-10 22:19:53.561 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223036-11102024221953.txt === {"quote":"223036","customer":"13700TA","name":null,"customerName":"The Robert E. Morris Company (CT-TA","comp":"01","open":"0","shipto":"MAROTT","shiptoName":"Marotta Controls, Inc. - MAIN","entry_date":"10-15-2024","cust_order_date":"10-30-2024","req_date":"12-13-2024","cust_po":"Marotta Tool Cert","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Matt Zaleski","drop_po":"","status":"0","user":"briand","conv_order":"","time":"16:18","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Matt Zaleski","follow_phone":"516-477-1584","follow_email":"mzaleski@robertemorris.com","pic_user":"nickm","total_amt":"51530.5","total_gp":"27582.69","total_gpm":"53.53","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"204","win_pct":"84","clo_date":"11-29-2024","notes":[{"comp":"1","quote":"223036","line":"4","data":"Machine delivery to Marotta is next week"},{"comp":"1","quote":"223036","line":"3","data":"10-15-2024 16:58-alyssah Per Matt Zaleski"},{"comp":"1","quote":"223036","line":"2","data":"get to Matt. 8 pieces at I Tine."},{"comp":"1","quote":"223036","line":"1","data":"NC5006-2000-5.37CP on the Quote Log so we can"},{"comp":"1","quote":"223036","line":"0","data":"10-17-2024 08:05-briand: Put the"}],"crmnotes":[{"comp":1,"quote":223036,"Line":0,"Comment":"10/28/2024 4:20 AM - nickm - F/U changed from 10/21/2024 to 11/04/2024 (Order Approved Pending PO)"},{"comp":1,"quote":223036,"Line":1,"Comment":"10/28/2024 4:22 AM - nickm - Win% changed from 20 to 84"},{"comp":1,"quote":223036,"Line":2,"Comment":"11/10/2024 11:19 PM - nickm - New Okuma HMC purchase"},{"comp":1,"quote":223036,"Line":3,"Comment":"11/10/2024 11:19 PM - nickm - F/U changed from 11/04/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223036,"Line":4,"Comment":"11/10/2024 11:19 PM - nickm - CLO changed from 11/15/2024 to 11/29/2024 (CLO Date Updated)"},{"comp":1,"quote":223036,"Line":5,"Comment":"11/10/2024 11:19 PM - nickm - Req Date changed from 11/26/2024 to 12/13/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223036","line":"1","part":"NCAT50-SK10C-165U-IDU","qty":"40","price":"616.00","uom":"EA","discount":"50.00","req_date":"19 Dec/21 Feb","branch":"1"},{"comp":"01","order":"223036","line":"2","part":"NCAT50-SK16C-165U-IDU","qty":"25","price":"649.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"3","part":"NCAT50-SK25C-165U-IDU","qty":"10","price":"713.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"4","part":"NC5007-0040-4.00G","qty":"5","price":"506.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"5","part":"NC5007-0040-6.00G","qty":"5","price":"644.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"6","part":"NCAT50-SF0125-6.30","qty":"2","price":"715.00","uom":"EA","discount":"50.00","req_date":"December","branch":"1"},{"comp":"01","order":"223036","line":"7","part":"NCAT50-SF0250-6.30CP","qty":"4","price":"715.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"8","part":"NCAT50-SF0250-3.15CP","qty":"4","price":"556.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"9","part":"NCAT50-SF0312-3.15CP","qty":"2","price":"492.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"10","part":"NCAT50-SF0375-6.30CP","qty":"4","price":"715.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"11","part":"NCAT50-SF0375-3.15CP","qty":"4","price":"556.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"12","part":"NCAT50-SF0500-6.30CP","qty":"4","price":"715.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"13","part":"NCAT50-SF0500-3.15CP","qty":"4","price":"556.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"14","part":"NCAT50-SF0625-6.30CP","qty":"2","price":"715.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"15","part":"NCAT50-SF0625-3.15CP","qty":"2","price":"556.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"16","part":"NCAT50-SF0750-6.30CP","qty":"2","price":"715.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"17","part":"NCAT50-SF0750-3.15CP","qty":"2","price":"556.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"18","part":"NCAT50-SF1000-3.94CP","qty":"4","price":"556.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"19","part":"NCAT50-SF1000-6.30CP","qty":"4","price":"715.00","uom":"EA","discount":"50.00","req_date":"Pending","branch":"1"},{"comp":"01","order":"223036","line":"20","part":"NC5006-0500-4.00CP","qty":"2","price":"366.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"21","part":"NC5006-0625-4.00CP","qty":"2","price":"399.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"22","part":"NC5006-0750-4.00CP","qty":"6","price":"366.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"23","part":"NC5006-1000-4.00CP","qty":"10","price":"414.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"24","part":"NC5006-1250-4.00CP","qty":"4","price":"337.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"25","part":"NC5006-1500-4.50CP","qty":"5","price":"446.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"26","part":"NC5006-2000-5.37CP","qty":"2","price":"466.00","uom":"EA","discount":"50.00","req_date":"3-4 weeks","branch":"1"},{"comp":"01","order":"223036","line":"27","part":"SK10-4AC","qty":"4","price":"96.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"28","part":"SK10-6AC","qty":"10","price":"96.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"29","part":"SK10-8AC","qty":"6","price":"96.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"30","part":"SK10-10AC","qty":"4","price":"96.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"31","part":"SK10-SET-05-AC","qty":"2","price":"518.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"32","part":"SK16-6AC","qty":"2","price":"180.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"33","part":"SK16-8AC","qty":"2","price":"180.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"34","part":"SK16-10AC","qty":"4","price":"109.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"35","part":"SK16-12AC","qty":"2","price":"109.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"36","part":"SK16-14AC","qty":"2","price":"109.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"37","part":"SK16-16AC","qty":"2","price":"109.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"38","part":"SK16-SET-04-AC","qty":"2","price":"628.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"39","part":"SK25-SET-08-A","qty":"1","price":"800.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223036","line":"40","part":"SK25-SET-19-MM","qty":"1","price":"1900.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":40}}] 2024-11-10 22:48:09.739 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223474-11102024224809.txt === {"quote":"223474","customer":"18400","name":null,"customerName":"Rem Sales, LLC","comp":"01","open":"0","shipto":"VIANTOP","shiptoName":"Viant Medical","entry_date":"10-24-2024","cust_order_date":"10-24-2024","req_date":"12-05-2024","cust_po":"Verbal Tim Baker","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Ron Gainer","drop_po":"NIKKEN CNCZ105FA-M TABLE","status":"0","user":"nickm","conv_order":"","time":"12:00","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Ron Gainer","follow_phone":"860-214-3110","follow_email":"rgainer@remsales.com","pic_user":"nickm","total_amt":"10489.70","total_gp":"6864.46","total_gpm":"65.44","rev_type":"RT","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-24-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223474","line":"1","part":"CNCZ105FA-M","qty":"1","price":"13755.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223474","line":"3","part":"TCE-95947-2500R","qty":"1","price":"1320.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223474","line":"4","part":"TCE-95951-2500R","qty":"1","price":"1063.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-10 22:49:31.073 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223474-11102024224930.txt === {"quote":"223474","customer":"18400","name":null,"customerName":"Rem Sales, LLC","comp":"01","open":"0","shipto":"VIANTOP","shiptoName":"Viant Medical","entry_date":"10-24-2024","cust_order_date":"10-24-2024","req_date":"12-05-2024","cust_po":"Verbal Tim Baker","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Ron Gainer","drop_po":"NIKKEN CNCZ105FA-M TABLE","status":"0","user":"nickm","conv_order":"","time":"12:00","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Ron Gainer","follow_phone":"860-214-3110","follow_email":"rgainer@remsales.com","pic_user":"nickm","total_amt":"10489.70","total_gp":"6864.46","total_gpm":"65.44","rev_type":"RT","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"3","win_pct":"81","clo_date":"11-24-2024","notes":[],"crmnotes":[{"comp":1,"quote":223474,"Line":0,"Comment":"11/10/2024 11:48 PM - nickm - F/U changed from 11/06/2024 to 11/18/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223474","line":"1","part":"CNCZ105FA-M","qty":"1","price":"13755.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223474","line":"3","part":"TCE-95947-2500R","qty":"1","price":"1320.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223474","line":"4","part":"TCE-95951-2500R","qty":"1","price":"1063.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-10 22:50:09.076 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220167-11102024225008.txt === {"quote":"220167","customer":"E5476","name":null,"customerName":"Empire Dynamics Machinery LLC","comp":"01","open":"0","shipto":"EMPIREDY","shiptoName":"Empire Dynamics","entry_date":"08-14-2024","cust_order_date":"08-14-2024","req_date":"12-30-2024","cust_po":"C8 Special holders","terms_code":"CCARD","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Keely Paul","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"13:21","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Keely Paul","follow_phone":"","follow_email":"kpaull@empiredynamics.us","pic_user":"nickm","total_amt":"28804.00","total_gp":"28804.00","total_gpm":"100.00","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"37","win_pct":"60","clo_date":"11-29-2024","notes":[{"comp":"1","quote":"220167","line":"4","data":"10-16 is 32-pcs."},{"comp":"1","quote":"220167","line":"3","data":"C8 _ Shell Mill Holder quantity request as of"},{"comp":"1","quote":"220167","line":"2","data":"X 5-pcs cancelled per Keeley."},{"comp":"1","quote":"220167","line":"1","data":"10-16-2024 14:05-cindyt: C8 1/2 Shell Mill holder"},{"comp":"1","quote":"220167","line":"0","data":"10-25-2024 14:25-cindyt: Price per Nick"}],"crmnotes":[{"comp":1,"quote":220167,"Line":0,"Comment":"09/09/2024 12:40 AM - nickm - Waiting on pricing for special shell mill arbors"},{"comp":1,"quote":220167,"Line":1,"Comment":"09/09/2024 12:41 AM - nickm - F/U changed from 08/27/2024 to 9/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220167,"Line":2,"Comment":"09/09/2024 12:41 AM - nickm - CLO changed from NaN/NaN/NaN to 10/11/2024 (CLO Date Updated)"},{"comp":1,"quote":220167,"Line":3,"Comment":"09/09/2024 12:41 AM - nickm - Req Date changed from 09/25/2024 to 11/29/2024 (Req Date Updated)"},{"comp":1,"quote":220167,"Line":4,"Comment":"09/09/2024 12:42 AM - nickm - Win% changed from 20 to 60"},{"comp":1,"quote":220167,"Line":5,"Comment":"09/29/2024 9:23 PM - nickm - Waiting on pricing"},{"comp":1,"quote":220167,"Line":6,"Comment":"09/29/2024 9:24 PM - nickm - F/U changed from 09/23/2024 to 10/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220167,"Line":7,"Comment":"09/29/2024 9:24 PM - nickm - F/U changed from 10/14/2024 to 11/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220167,"Line":8,"Comment":"09/29/2024 9:25 PM - nickm - CLO changed from 10/11/2024 to 11/29/2024 (CLO Date Updated)"},{"comp":1,"quote":220167,"Line":9,"Comment":"09/29/2024 9:25 PM - nickm - Req Date changed from 11/29/2024 to 12/30/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"220167","line":"1","part":"SPECIAL-TL","qty":"5","price":"2388.00","uom":"EA","discount":"0.00","req_date":"10 weeks ADA","branch":"1"},{"comp":"01","order":"220167","line":"2","part":"SPECIAL-TL","qty":"32","price":"527.00","uom":"EA","discount":"0.00","req_date":"10~11 Weeks ADA","branch":"1"}],"qlines":[{"Quote":"220167","Line":"1","Company":"1","F_Line":"1","Comment":"Part Number TBD / C8 PSC Reduction Adaptor","Loc":"Y"},{"Quote":"220167","Line":"1","Company":"1","F_Line":"2","Comment":"GL 6.89 >> 11.811","Loc":"Y"},{"Quote":"220167","Line":"2","Company":"1","F_Line":"1","Comment":"C8 Shell Mill Holder coolant thru with IDChip Hole","Loc":"Y"},{"Quote":"220167","Line":"2","Company":"1","F_Line":"2","Comment":"GL 11.81 >> 6.890","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-10 22:50:27.121 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223553-11102024225026.txt === {"quote":"223553","customer":"7585","name":null,"customerName":"Gosiger Inc. (OH)","comp":"01","open":"0","shipto":"GOSIEXTO","shiptoName":"Gosiger Mid-Atlantic","entry_date":"10-26-2024","cust_order_date":"10-26-2024","req_date":"12-07-2024","cust_po":"NIKKEN 5AXIS 200MM R.T.","terms_code":"N30","ship_via":"TRK","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Sam Kawalek","drop_po":"5AX FOR OKUMA M460/560V","status":"0","user":"nickm","conv_order":"","time":"00:04","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Sam Kawalek","follow_phone":"3023838213","follow_email":"sam.kawalek@gosiger.com","pic_user":"nickm","total_amt":"87741.5","total_gp":"74816.19","total_gpm":"85.27","rev_type":"RT","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-26-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223553","line":"3","part":"5AX-201OSP4-ME40","qty":"1","price":"61845.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223553","line":"7","part":"5AX-RED200-250OSP4B-M","qty":"1","price":"63500.00","uom":"EA","discount":"30.00","req_date":"14 WEEKS","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-10 22:50:48.015 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223554-11102024225047.txt === {"quote":"223554","customer":"13366","name":null,"customerName":"Maruka USA Inc. (MO)","comp":"01","open":"0","shipto":"SANDB","shiptoName":"S & B Machine Works Inc.","entry_date":"10-26-2024","cust_order_date":"10-26-2024","req_date":"12-07-2024","cust_po":"Preliminary Quote","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"30","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Kevin Ducey","drop_po":"TOOLING CERTIFICATE","status":"0","user":"nickm","conv_order":"","time":"12:58","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Kevin Ducey","follow_phone":"800-262-7852","follow_email":"kducey@marukausa.com","pic_user":"nickm","total_amt":"12005.00","total_gp":"9418.00","total_gpm":"78.45","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"38","win_pct":"20","clo_date":"11-26-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223554","line":"1","part":"TOOL-CERT","qty":"2","price":"5000.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"223554","line":"5","part":"NB3007-0016-2.36G","qty":"6","price":"259.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223554","line":"6","part":"TQW-E16-G","qty":"1","price":"140.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223554","line":"7","part":"TQW-200","qty":"1","price":"364.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223554","line":"8","part":"E16-002","qty":"1","price":"46.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223554","line":"9","part":"E16-004","qty":"1","price":"46.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223554","line":"10","part":"E16-SET-11(C)","qty":"1","price":"781.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223554","line":"11","part":"RACK-ER16/SK10","qty":"1","price":"42.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223554","line":"13","part":"NB3007-0032-3.00G","qty":"4","price":"293.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223554","line":"14","part":"TQW-E32-G","qty":"1","price":"153.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223554","line":"15","part":"E32-SET-17(C)","qty":"1","price":"1632.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223554","line":"16","part":"RACK-ER32/2TAP","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223554","line":"20","part":"NBT30-SK10C-60","qty":"6","price":"370.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223554","line":"21","part":"TQW-SK10","qty":"1","price":"102.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223554","line":"22","part":"SK10-SET-05-A","qty":"1","price":"335.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223554","line":"24","part":"NBT30-SK20-60","qty":"4","price":"429.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223554","line":"25","part":"TQW-ER32/SK20/TG75(50)","qty":"1","price":"105.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223554","line":"26","part":"SK20-SET-10-A","qty":"1","price":"877.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223554","line":"27","part":"RACK-R8/SK20","qty":"1","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223554","line":"31","part":"NB3001-0750-1.19CP","qty":"1","price":"261.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223554","line":"32","part":"NB3001-1000-1.19CP","qty":"1","price":"291.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":21}}] 2024-11-10 22:52:29.071 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223554-11102024225228.txt === {"quote":"223554","customer":"13366","name":null,"customerName":"Maruka USA Inc. (MO)","comp":"01","open":"0","shipto":"SANDB","shiptoName":"S & B Machine Works Inc.","entry_date":"10-26-2024","cust_order_date":"10-26-2024","req_date":"12-07-2024","cust_po":"Preliminary Quote","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"30","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Kevin Ducey","drop_po":"TOOLING CERTIFICATE","status":"0","user":"nickm","conv_order":"","time":"12:58","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Kevin Ducey","follow_phone":"800-262-7852","follow_email":"kducey@marukausa.com","pic_user":"nickm","total_amt":"12005.00","total_gp":"9418.00","total_gpm":"78.45","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"38","win_pct":"86","clo_date":"11-26-2024","notes":[],"crmnotes":[{"comp":1,"quote":223554,"Line":0,"Comment":"11/10/2024 11:50 PM - nickm - F/U changed from 11/08/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223554,"Line":1,"Comment":"11/10/2024 11:51 PM - nickm - Customer has 2 $5k tooling certs"}],"items":[{"comp":"01","order":"223554","line":"1","part":"TOOL-CERT","qty":"2","price":"5000.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"223554","line":"5","part":"NB3007-0016-2.36G","qty":"6","price":"259.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223554","line":"6","part":"TQW-E16-G","qty":"1","price":"140.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223554","line":"7","part":"TQW-200","qty":"1","price":"364.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223554","line":"8","part":"E16-002","qty":"1","price":"46.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223554","line":"9","part":"E16-004","qty":"1","price":"46.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223554","line":"10","part":"E16-SET-11(C)","qty":"1","price":"781.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223554","line":"11","part":"RACK-ER16/SK10","qty":"1","price":"42.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223554","line":"13","part":"NB3007-0032-3.00G","qty":"4","price":"293.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223554","line":"14","part":"TQW-E32-G","qty":"1","price":"153.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223554","line":"15","part":"E32-SET-17(C)","qty":"1","price":"1632.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223554","line":"16","part":"RACK-ER32/2TAP","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223554","line":"20","part":"NBT30-SK10C-60","qty":"6","price":"370.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223554","line":"21","part":"TQW-SK10","qty":"1","price":"102.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223554","line":"22","part":"SK10-SET-05-A","qty":"1","price":"335.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223554","line":"24","part":"NBT30-SK20-60","qty":"4","price":"429.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223554","line":"25","part":"TQW-ER32/SK20/TG75(50)","qty":"1","price":"105.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223554","line":"26","part":"SK20-SET-10-A","qty":"1","price":"877.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223554","line":"27","part":"RACK-R8/SK20","qty":"1","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223554","line":"31","part":"NB3001-0750-1.19CP","qty":"1","price":"261.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223554","line":"32","part":"NB3001-1000-1.19CP","qty":"1","price":"291.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":21}}] 2024-11-10 22:53:04.344 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-216407-11102024225304.txt === {"quote":"216407","customer":"12395","name":null,"customerName":"Liberty Tool Co.","comp":"01","open":"0","shipto":"DCFLOREN","shiptoName":"DC Fabricators","entry_date":"05-20-2024","cust_order_date":"05-20-2024","req_date":"02-20-2026","cust_po":"NIKKEN 5AX-1200 R. TABLE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Mr. Edward Lockhead","drop_po":"1200MM TILT ROTARY INDEP.","status":"0","user":"nickm","conv_order":"","time":"16:42","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Tom Wolfe","follow_phone":"","follow_email":"twolfe@libertytool.com","pic_user":"nickm","total_amt":"360000.00","total_gp":"357426.00","total_gpm":"99.28","rev_type":"RT","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"3","win_pct":"62","clo_date":"12-20-2024","notes":[],"crmnotes":[{"comp":1,"quote":216407,"Line":0,"Comment":"06/10/2024 5:45 AM - nickm - Has been submitted for approval"},{"comp":1,"quote":216407,"Line":1,"Comment":"06/10/2024 5:46 AM - nickm - F/U Changed from 6/3/2024 to 7/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216407,"Line":2,"Comment":"06/10/2024 5:47 AM - nickm - CLO changed from 6/20/2024 to 8/30/2024 (CLO Date Updated)"},{"comp":1,"quote":216407,"Line":3,"Comment":"06/10/2024 5:47 AM - nickm - Req Date change from 7/1/2024 to 10/24/2025 (Req Date Updated)"},{"comp":1,"quote":216407,"Line":4,"Comment":"07/01/2024 12:35 AM - nickm - Quote submitted to the Navy"},{"comp":1,"quote":216407,"Line":5,"Comment":"07/01/2024 12:37 AM - nickm - Win% changed from 20 to 62"},{"comp":1,"quote":216407,"Line":6,"Comment":"07/22/2024 12:09 AM - nickm - According to DC Fabrication, it will take few months for approval"},{"comp":1,"quote":216407,"Line":7,"Comment":"07/22/2024 12:10 AM - nickm - F/U changed from 07/15/2024 to 9/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216407,"Line":8,"Comment":"07/22/2024 12:11 AM - nickm - CLO changed from 08/30/2024 to 12/20/2024 (CLO Date Updated)"},{"comp":1,"quote":216407,"Line":9,"Comment":"07/22/2024 12:12 AM - nickm - Req Date changed from 10/24/2025 to 02/20/2026 (Req Date Updated)"},{"comp":1,"quote":216407,"Line":10,"Comment":"09/29/2024 9:26 PM - nickm - F/U changed from 09/23/2024 to 10/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216407,"Line":11,"Comment":"09/29/2024 9:27 PM - nickm - No response from the Navy yet."},{"comp":1,"quote":216407,"Line":12,"Comment":"10/28/2024 4:42 AM - nickm - F/U changed from 10/28/2024 to 11/11/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"216407","line":"3","part":"5AX-1200WAA21-4400","qty":"1","price":"341700.00","uom":"EA","discount":"0.00","req_date":"56-60 WEEKS","branch":"1"},{"comp":"01","order":"216407","line":"5","part":"INSTALLATION-RT-5AX-NE","qty":"1","price":"10400.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"},{"comp":"01","order":"216407","line":"11","part":"HYD-UNIT-NACHI-DC24V2","qty":"1","price":"7900.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-10 22:53:40.469 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-216407-11102024225340.txt === {"quote":"216407","customer":"12395","name":null,"customerName":"Liberty Tool Co.","comp":"01","open":"0","shipto":"DCFLOREN","shiptoName":"DC Fabricators","entry_date":"05-20-2024","cust_order_date":"05-20-2024","req_date":"02-20-2026","cust_po":"NIKKEN 5AX-1200 R. TABLE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Mr. Edward Lockhead","drop_po":"1200MM TILT ROTARY INDEP.","status":"0","user":"nickm","conv_order":"","time":"16:42","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Tom Wolfe","follow_phone":"","follow_email":"twolfe@libertytool.com","pic_user":"nickm","total_amt":"360000.00","total_gp":"357426.00","total_gpm":"99.28","rev_type":"RT","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"3","win_pct":"62","clo_date":"02-28-2025","notes":[],"crmnotes":[{"comp":1,"quote":216407,"Line":0,"Comment":"06/10/2024 5:45 AM - nickm - Has been submitted for approval"},{"comp":1,"quote":216407,"Line":1,"Comment":"06/10/2024 5:46 AM - nickm - F/U Changed from 6/3/2024 to 7/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216407,"Line":2,"Comment":"06/10/2024 5:47 AM - nickm - CLO changed from 6/20/2024 to 8/30/2024 (CLO Date Updated)"},{"comp":1,"quote":216407,"Line":3,"Comment":"06/10/2024 5:47 AM - nickm - Req Date change from 7/1/2024 to 10/24/2025 (Req Date Updated)"},{"comp":1,"quote":216407,"Line":4,"Comment":"07/01/2024 12:35 AM - nickm - Quote submitted to the Navy"},{"comp":1,"quote":216407,"Line":5,"Comment":"07/01/2024 12:37 AM - nickm - Win% changed from 20 to 62"},{"comp":1,"quote":216407,"Line":6,"Comment":"07/22/2024 12:09 AM - nickm - According to DC Fabrication, it will take few months for approval"},{"comp":1,"quote":216407,"Line":7,"Comment":"07/22/2024 12:10 AM - nickm - F/U changed from 07/15/2024 to 9/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216407,"Line":8,"Comment":"07/22/2024 12:11 AM - nickm - CLO changed from 08/30/2024 to 12/20/2024 (CLO Date Updated)"},{"comp":1,"quote":216407,"Line":9,"Comment":"07/22/2024 12:12 AM - nickm - Req Date changed from 10/24/2025 to 02/20/2026 (Req Date Updated)"},{"comp":1,"quote":216407,"Line":10,"Comment":"09/29/2024 9:26 PM - nickm - F/U changed from 09/23/2024 to 10/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216407,"Line":11,"Comment":"09/29/2024 9:27 PM - nickm - No response from the Navy yet."},{"comp":1,"quote":216407,"Line":12,"Comment":"10/28/2024 4:42 AM - nickm - F/U changed from 10/28/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216407,"Line":13,"Comment":"11/10/2024 11:53 PM - nickm - F/U changed from 11/11/2024 to 11/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216407,"Line":14,"Comment":"11/10/2024 11:53 PM - nickm - CLO changed from 12/20/2024 to 02/28/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"216407","line":"3","part":"5AX-1200WAA21-4400","qty":"1","price":"341700.00","uom":"EA","discount":"0.00","req_date":"56-60 WEEKS","branch":"1"},{"comp":"01","order":"216407","line":"5","part":"INSTALLATION-RT-5AX-NE","qty":"1","price":"10400.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"},{"comp":"01","order":"216407","line":"11","part":"HYD-UNIT-NACHI-DC24V2","qty":"1","price":"7900.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-10 22:53:59.504 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222605-11102024225359.txt === {"quote":"222605","customer":"8595","name":null,"customerName":"Hopkins Machinery Co., Inc.","comp":"01","open":"0","shipto":"OERMET","shiptoName":"Oerlikon Metco Inc.","entry_date":"10-07-2024","cust_order_date":"10-07-2024","req_date":"01-17-2025","cust_po":"IMTS 2024 Visit","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Joe Hopkins","drop_po":"EZ-ACART FOR NY LOCATION","status":"0","user":"nickm","conv_order":"","time":"10:36","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Joe Hopkins","follow_phone":"631-589-2525","follow_email":"joe@hopkinsmachinery.com","pic_user":"nickm","total_amt":"164647.72","total_gp":"69508.13","total_gpm":"42.22","rev_type":"PCQC","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"26","win_pct":"20","clo_date":"12-02-2024","notes":[],"crmnotes":[{"comp":1,"quote":222605,"Line":0,"Comment":"10/28/2024 3:54 AM - nickm - Visited customer with Jonathan. Need to update qute"},{"comp":1,"quote":222605,"Line":1,"Comment":"10/28/2024 3:54 AM - nickm - F/U changed from 10/20/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222605,"Line":2,"Comment":"10/28/2024 3:54 AM - nickm - CLO changed from 11/07/2024 to 12/02/2024 (CLO Date Updated)"},{"comp":1,"quote":222605,"Line":3,"Comment":"10/28/2024 3:55 AM - nickm - Req Date changed from 11/18/2024 to 01/17/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"222605","line":"1","part":"EZ-ACART-BASE-LN1813","qty":"2","price":"56875.00","uom":"EA","discount":"20.00","req_date":"4-5 WEEKS","branch":"1"},{"comp":"01","order":"222605","line":"2","part":"EZ-SMARTT-V01","qty":"4","price":"2200.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222605","line":"5","part":"EZ-AUTODOOR","qty":"2","price":"5500.00","uom":"EA","discount":"20.00","req_date":"4-5 WEEKS","branch":"1"},{"comp":"01","order":"222605","line":"8","part":"EZ-EOAT-3FG15","qty":"4","price":"5441.00","uom":"EA","discount":"20.00","req_date":"4-5 WEEKS","branch":"1"},{"comp":"01","order":"222605","line":"9","part":"EZ-EOAT-QC2","qty":"2","price":"2623.00","uom":"EA","discount":"20.00","req_date":"4-5 WEEKS","branch":"1"},{"comp":"01","order":"222605","line":"10","part":"EZ-ACART-DWRS1","qty":"2","price":"937.50","uom":"EA","discount":"20.00","req_date":"4-5 WEEKS","branch":"1"},{"comp":"01","order":"222605","line":"11","part":"EZ-ACART-DWRS2","qty":"2","price":"833.33","uom":"EA","discount":"20.00","req_date":"4-5 WEEKS","branch":"1"},{"comp":"01","order":"222605","line":"12","part":"EZ-ACART-GRD02-49","qty":"2","price":"1218.75","uom":"EA","discount":"20.00","req_date":"4-5 WEEKS","branch":"1"},{"comp":"01","order":"222605","line":"13","part":"EZ-ACART-SCAN","qty":"2","price":"10254.00","uom":"EA","discount":"20.00","req_date":"4-5 WEEKS","branch":"1"},{"comp":"01","order":"222605","line":"15","part":"EZ-INSTALLATION","qty":"2","price":"10750.00","uom":"EA","discount":"10.00","req_date":"TBD","branch":"1"},{"comp":"01","order":"222605","line":"18","part":"EZ-INSTALLATION","qty":"2","price":"1500.00","uom":"EA","discount":"10.00","req_date":"TBD","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":11}}] 2024-11-10 22:54:14.820 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219360-11102024225414.txt === {"quote":"219360","customer":"13700TA","name":null,"customerName":"The Robert E. Morris Company (CT-TA","comp":"01","open":"0","shipto":"WILCOIND","shiptoName":"Wilco Industries Inc","entry_date":"07-29-2024","cust_order_date":"07-29-2024","req_date":"12-20-2024","cust_po":"5AX-201OSP4 MOTORS CABLES","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Justin Zaleski","drop_po":"OKUMA M560V OSP300MA CNC","status":"0","user":"nickm","conv_order":"","time":"11:26","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Justin Zaleski","follow_phone":"(860) 687-3514","follow_email":"jzaleski@robertemorris.com","pic_user":"nickm","total_amt":"40199.25","total_gp":"27273.94","total_gpm":"67.85","rev_type":"RT","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-22-2024","notes":[],"crmnotes":[{"comp":1,"quote":219360,"Line":0,"Comment":"08/19/2024 2:13 AM - nickm - F/U changed from 08/11/2024 to 8/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219360,"Line":1,"Comment":"08/19/2024 2:14 AM - nickm - Req Date changed from 09/09/2024 to 09/27/2024 (Req Date Updated)"},{"comp":1,"quote":219360,"Line":2,"Comment":"09/03/2024 2:37 AM - nickm - F/U changed from 08/26/2024 to 9/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219360,"Line":3,"Comment":"09/03/2024 2:37 AM - nickm - CLO changed from 08/29/2024 to 10/11/2024 (CLO Date Updated)"},{"comp":1,"quote":219360,"Line":4,"Comment":"09/03/2024 2:38 AM - nickm - Req Date changed from 09/27/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":219360,"Line":5,"Comment":"09/29/2024 9:42 PM - nickm - F/U changed from 09/27/2024 to 10/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219360,"Line":6,"Comment":"10/14/2024 12:44 AM - nickm - F/U changed from 10/07/2024 to 10/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219360,"Line":7,"Comment":"10/14/2024 12:44 AM - nickm - CLO changed from 10/11/2024 to 11/22/2024 (CLO Date Updated)"},{"comp":1,"quote":219360,"Line":8,"Comment":"10/14/2024 12:46 AM - nickm - Req Date changed from 10/31/2024 to 12/20/2024 (Req Date Updated)"},{"comp":1,"quote":219360,"Line":9,"Comment":"10/28/2024 4:40 AM - nickm - F/U changed from 10/28/2024 to 11/11/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"219360","line":"1","part":"5AX-201OSP4-ME40","qty":"1","price":"61845.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-10 22:55:14.693 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-217647-11102024225514.txt === {"quote":"217647","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"BARAN","shiptoName":"Baran Manufacturing LLC","entry_date":"06-18-2024","cust_order_date":"06-18-2024","req_date":"01-24-2025","cust_po":"MAKINO a61nx TOOLING","terms_code":"N30","ship_via":"U-GND","ship_collect":"NF-LIT","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Stephen Baran","drop_po":"BUDGETARY QUOTE","status":"0","user":"nickm","conv_order":"","time":"09:56","extra":"","follow_up":"11-15-2024","web_id":"","follow_name":"Stephen Baran","follow_phone":"","follow_email":"sbaran333@gmail.com","pic_user":"nickm","total_amt":"24752.00","total_gp":"16382.25","total_gpm":"66.19","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"8","win_pct":"75","clo_date":"11-29-2024","notes":[],"crmnotes":[{"comp":1,"quote":217647,"Line":0,"Comment":"07/07/2024 9:40 PM - nickm - F/U changed from 07/01/2024 to 7/1/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217647,"Line":1,"Comment":"07/07/2024 9:41 PM - nickm - CLO changed from 07/18/2024 to 07/26/2024 (CLO Date Updated)"},{"comp":1,"quote":217647,"Line":2,"Comment":"07/07/2024 9:41 PM - nickm - Req Date changed from 07/30/2024 to 08/16/2024 (Req Date Updated)"},{"comp":1,"quote":217647,"Line":3,"Comment":"07/07/2024 9:50 PM - nickm - F/U changed from 07/01/2024 to 7/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217647,"Line":4,"Comment":"07/07/2024 10:02 PM - nickm - Steve Baran reviewing the quote for the 2 new Makino HMC's. Also considering a E346+ presetter"},{"comp":1,"quote":217647,"Line":5,"Comment":"07/07/2024 10:23 PM - nickm - Win% changed from 20 to 75"},{"comp":1,"quote":217647,"Line":6,"Comment":"07/21/2024 11:54 PM - nickm - F/U changed from 07/15/2024 to 7/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217647,"Line":7,"Comment":"07/21/2024 11:54 PM - nickm - CLO changed from 07/26/2024 to 08/16/2024 (CLO Date Updated)"},{"comp":1,"quote":217647,"Line":8,"Comment":"07/21/2024 11:54 PM - nickm - Req Date changed from 08/16/2024 to 09/20/2024 (Req Date Updated)"},{"comp":1,"quote":217647,"Line":9,"Comment":"07/21/2024 11:56 PM - nickm - Followed up on quote. Steve is still reviewing"},{"comp":1,"quote":217647,"Line":10,"Comment":"07/29/2024 1:00 AM - nickm - First Makino HMC is coming in September. Won't need tooling until then"},{"comp":1,"quote":217647,"Line":11,"Comment":"07/29/2024 1:01 AM - nickm - F/U changed from 07/29/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217647,"Line":12,"Comment":"07/29/2024 1:01 AM - nickm - CLO changed from 08/16/2024 to 08/30/2024 (CLO Date Updated)"},{"comp":1,"quote":217647,"Line":13,"Comment":"08/26/2024 3:29 AM - nickm - F/U changed from 08/19/2024 to 9/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217647,"Line":14,"Comment":"08/26/2024 3:30 AM - nickm - CLO changed from 08/30/2024 to 10/18/2024 (CLO Date Updated)"},{"comp":1,"quote":217647,"Line":15,"Comment":"08/26/2024 3:30 AM - nickm - Req Date changed from 09/20/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":217647,"Line":16,"Comment":"09/29/2024 9:28 PM - nickm - F/U changed from 09/23/2024 to 10/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217647,"Line":17,"Comment":"09/29/2024 9:28 PM - nickm - CLO changed from 10/18/2024 to 11/29/2024 (CLO Date Updated)"},{"comp":1,"quote":217647,"Line":18,"Comment":"09/29/2024 9:29 PM - nickm - Req Date changed from 10/31/2024 to 01/24/2025 (Req Date Updated)"},{"comp":1,"quote":217647,"Line":19,"Comment":"09/29/2024 9:29 PM - nickm - Makino's not due until February"},{"comp":1,"quote":217647,"Line":20,"Comment":"10/28/2024 2:53 AM - nickm - F/U changed from 10/14/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217647,"Line":21,"Comment":"10/28/2024 2:56 AM - nickm - Order coming"}],"items":[{"comp":"01","order":"217647","line":"3","part":"PRE-E346PLUS-H63","qty":"1","price":"18400.00","uom":"EA","discount":"10.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"217647","line":"4","part":"PRE-SPDL-I40","qty":"1","price":"970.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217647","line":"5","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217647","line":"6","part":"PRE-GAUGE-H63","qty":"1","price":"1040.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217647","line":"10","part":"PRE-E346PLUS-STD","qty":"1","price":"1940.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217647","line":"11","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217647","line":"12","part":"PRE-PRNT-ROLL-QL800","qty":"1","price":"30.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217647","line":"13","part":"PRE-INST/TRAINING","qty":"1","price":"3800.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":8}}] 2024-11-10 22:55:29.830 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-217647-11102024225529.txt === {"quote":"217647","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"BARAN","shiptoName":"Baran Manufacturing LLC","entry_date":"06-18-2024","cust_order_date":"06-18-2024","req_date":"01-24-2025","cust_po":"MAKINO a61nx TOOLING","terms_code":"N30","ship_via":"U-GND","ship_collect":"NF-LIT","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Stephen Baran","drop_po":"BUDGETARY QUOTE","status":"0","user":"nickm","conv_order":"","time":"09:56","extra":"","follow_up":"11-15-2024","web_id":"","follow_name":"Stephen Baran","follow_phone":"","follow_email":"sbaran333@gmail.com","pic_user":"nickm","total_amt":"24752.00","total_gp":"16382.25","total_gpm":"66.19","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"8","win_pct":"75","clo_date":"11-22-2024","notes":[],"crmnotes":[{"comp":1,"quote":217647,"Line":0,"Comment":"07/07/2024 9:40 PM - nickm - F/U changed from 07/01/2024 to 7/1/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217647,"Line":1,"Comment":"07/07/2024 9:41 PM - nickm - CLO changed from 07/18/2024 to 07/26/2024 (CLO Date Updated)"},{"comp":1,"quote":217647,"Line":2,"Comment":"07/07/2024 9:41 PM - nickm - Req Date changed from 07/30/2024 to 08/16/2024 (Req Date Updated)"},{"comp":1,"quote":217647,"Line":3,"Comment":"07/07/2024 9:50 PM - nickm - F/U changed from 07/01/2024 to 7/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217647,"Line":4,"Comment":"07/07/2024 10:02 PM - nickm - Steve Baran reviewing the quote for the 2 new Makino HMC's. Also considering a E346+ presetter"},{"comp":1,"quote":217647,"Line":5,"Comment":"07/07/2024 10:23 PM - nickm - Win% changed from 20 to 75"},{"comp":1,"quote":217647,"Line":6,"Comment":"07/21/2024 11:54 PM - nickm - F/U changed from 07/15/2024 to 7/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217647,"Line":7,"Comment":"07/21/2024 11:54 PM - nickm - CLO changed from 07/26/2024 to 08/16/2024 (CLO Date Updated)"},{"comp":1,"quote":217647,"Line":8,"Comment":"07/21/2024 11:54 PM - nickm - Req Date changed from 08/16/2024 to 09/20/2024 (Req Date Updated)"},{"comp":1,"quote":217647,"Line":9,"Comment":"07/21/2024 11:56 PM - nickm - Followed up on quote. Steve is still reviewing"},{"comp":1,"quote":217647,"Line":10,"Comment":"07/29/2024 1:00 AM - nickm - First Makino HMC is coming in September. Won't need tooling until then"},{"comp":1,"quote":217647,"Line":11,"Comment":"07/29/2024 1:01 AM - nickm - F/U changed from 07/29/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217647,"Line":12,"Comment":"07/29/2024 1:01 AM - nickm - CLO changed from 08/16/2024 to 08/30/2024 (CLO Date Updated)"},{"comp":1,"quote":217647,"Line":13,"Comment":"08/26/2024 3:29 AM - nickm - F/U changed from 08/19/2024 to 9/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217647,"Line":14,"Comment":"08/26/2024 3:30 AM - nickm - CLO changed from 08/30/2024 to 10/18/2024 (CLO Date Updated)"},{"comp":1,"quote":217647,"Line":15,"Comment":"08/26/2024 3:30 AM - nickm - Req Date changed from 09/20/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":217647,"Line":16,"Comment":"09/29/2024 9:28 PM - nickm - F/U changed from 09/23/2024 to 10/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217647,"Line":17,"Comment":"09/29/2024 9:28 PM - nickm - CLO changed from 10/18/2024 to 11/29/2024 (CLO Date Updated)"},{"comp":1,"quote":217647,"Line":18,"Comment":"09/29/2024 9:29 PM - nickm - Req Date changed from 10/31/2024 to 01/24/2025 (Req Date Updated)"},{"comp":1,"quote":217647,"Line":19,"Comment":"09/29/2024 9:29 PM - nickm - Makino's not due until February"},{"comp":1,"quote":217647,"Line":20,"Comment":"10/28/2024 2:53 AM - nickm - F/U changed from 10/14/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217647,"Line":21,"Comment":"10/28/2024 2:56 AM - nickm - Order coming"},{"comp":1,"quote":217647,"Line":22,"Comment":"11/10/2024 11:55 PM - nickm - F/U changed from 11/11/2024 to 11/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217647,"Line":23,"Comment":"11/10/2024 11:55 PM - nickm - CLO changed from 11/29/2024 to 11/22/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"217647","line":"3","part":"PRE-E346PLUS-H63","qty":"1","price":"18400.00","uom":"EA","discount":"10.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"217647","line":"4","part":"PRE-SPDL-I40","qty":"1","price":"970.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217647","line":"5","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217647","line":"6","part":"PRE-GAUGE-H63","qty":"1","price":"1040.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217647","line":"10","part":"PRE-E346PLUS-STD","qty":"1","price":"1940.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217647","line":"11","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217647","line":"12","part":"PRE-PRNT-ROLL-QL800","qty":"1","price":"30.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217647","line":"13","part":"PRE-INST/TRAINING","qty":"1","price":"3800.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":8}}] 2024-11-10 22:55:39.553 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-217647-11102024225539.txt === {"quote":"217647","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"BARAN","shiptoName":"Baran Manufacturing LLC","entry_date":"06-18-2024","cust_order_date":"06-18-2024","req_date":"11-29-2024","cust_po":"MAKINO a61nx TOOLING","terms_code":"N30","ship_via":"U-GND","ship_collect":"NF-LIT","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Stephen Baran","drop_po":"BUDGETARY QUOTE","status":"0","user":"nickm","conv_order":"","time":"09:56","extra":"","follow_up":"11-15-2024","web_id":"","follow_name":"Stephen Baran","follow_phone":"","follow_email":"sbaran333@gmail.com","pic_user":"nickm","total_amt":"24752.00","total_gp":"16382.25","total_gpm":"66.19","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"8","win_pct":"75","clo_date":"11-22-2024","notes":[],"crmnotes":[{"comp":1,"quote":217647,"Line":0,"Comment":"07/07/2024 9:40 PM - nickm - F/U changed from 07/01/2024 to 7/1/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217647,"Line":1,"Comment":"07/07/2024 9:41 PM - nickm - CLO changed from 07/18/2024 to 07/26/2024 (CLO Date Updated)"},{"comp":1,"quote":217647,"Line":2,"Comment":"07/07/2024 9:41 PM - nickm - Req Date changed from 07/30/2024 to 08/16/2024 (Req Date Updated)"},{"comp":1,"quote":217647,"Line":3,"Comment":"07/07/2024 9:50 PM - nickm - F/U changed from 07/01/2024 to 7/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217647,"Line":4,"Comment":"07/07/2024 10:02 PM - nickm - Steve Baran reviewing the quote for the 2 new Makino HMC's. Also considering a E346+ presetter"},{"comp":1,"quote":217647,"Line":5,"Comment":"07/07/2024 10:23 PM - nickm - Win% changed from 20 to 75"},{"comp":1,"quote":217647,"Line":6,"Comment":"07/21/2024 11:54 PM - nickm - F/U changed from 07/15/2024 to 7/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217647,"Line":7,"Comment":"07/21/2024 11:54 PM - nickm - CLO changed from 07/26/2024 to 08/16/2024 (CLO Date Updated)"},{"comp":1,"quote":217647,"Line":8,"Comment":"07/21/2024 11:54 PM - nickm - Req Date changed from 08/16/2024 to 09/20/2024 (Req Date Updated)"},{"comp":1,"quote":217647,"Line":9,"Comment":"07/21/2024 11:56 PM - nickm - Followed up on quote. Steve is still reviewing"},{"comp":1,"quote":217647,"Line":10,"Comment":"07/29/2024 1:00 AM - nickm - First Makino HMC is coming in September. Won't need tooling until then"},{"comp":1,"quote":217647,"Line":11,"Comment":"07/29/2024 1:01 AM - nickm - F/U changed from 07/29/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217647,"Line":12,"Comment":"07/29/2024 1:01 AM - nickm - CLO changed from 08/16/2024 to 08/30/2024 (CLO Date Updated)"},{"comp":1,"quote":217647,"Line":13,"Comment":"08/26/2024 3:29 AM - nickm - F/U changed from 08/19/2024 to 9/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217647,"Line":14,"Comment":"08/26/2024 3:30 AM - nickm - CLO changed from 08/30/2024 to 10/18/2024 (CLO Date Updated)"},{"comp":1,"quote":217647,"Line":15,"Comment":"08/26/2024 3:30 AM - nickm - Req Date changed from 09/20/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":217647,"Line":16,"Comment":"09/29/2024 9:28 PM - nickm - F/U changed from 09/23/2024 to 10/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217647,"Line":17,"Comment":"09/29/2024 9:28 PM - nickm - CLO changed from 10/18/2024 to 11/29/2024 (CLO Date Updated)"},{"comp":1,"quote":217647,"Line":18,"Comment":"09/29/2024 9:29 PM - nickm - Req Date changed from 10/31/2024 to 01/24/2025 (Req Date Updated)"},{"comp":1,"quote":217647,"Line":19,"Comment":"09/29/2024 9:29 PM - nickm - Makino's not due until February"},{"comp":1,"quote":217647,"Line":20,"Comment":"10/28/2024 2:53 AM - nickm - F/U changed from 10/14/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217647,"Line":21,"Comment":"10/28/2024 2:56 AM - nickm - Order coming"},{"comp":1,"quote":217647,"Line":22,"Comment":"11/10/2024 11:55 PM - nickm - F/U changed from 11/11/2024 to 11/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217647,"Line":23,"Comment":"11/10/2024 11:55 PM - nickm - CLO changed from 11/29/2024 to 11/22/2024 (CLO Date Updated)"},{"comp":1,"quote":217647,"Line":24,"Comment":"11/10/2024 11:55 PM - nickm - Req Date changed from 01/24/2025 to 11/29/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"217647","line":"3","part":"PRE-E346PLUS-H63","qty":"1","price":"18400.00","uom":"EA","discount":"10.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"217647","line":"4","part":"PRE-SPDL-I40","qty":"1","price":"970.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217647","line":"5","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217647","line":"6","part":"PRE-GAUGE-H63","qty":"1","price":"1040.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217647","line":"10","part":"PRE-E346PLUS-STD","qty":"1","price":"1940.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217647","line":"11","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217647","line":"12","part":"PRE-PRNT-ROLL-QL800","qty":"1","price":"30.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217647","line":"13","part":"PRE-INST/TRAINING","qty":"1","price":"3800.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":8}}] 2024-11-10 22:56:15.068 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-216753-11102024225614.txt === {"quote":"216753","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"MMACLIVI","shiptoName":"M4 Machine","entry_date":"05-29-2024","cust_order_date":"05-29-2024","req_date":"11-29-2024","cust_po":"BT30 Tooling Package","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Lou Carman","drop_po":"Brother W1000 16k","status":"0","user":"nickm","conv_order":"","time":"09:19","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Lou Carman","follow_phone":"954-317-7238","follow_email":"loucarman@yamazen.com","pic_user":"nickm","total_amt":"10802.00","total_gp":"8338.78","total_gpm":"77.20","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"46","win_pct":"61","clo_date":"11-15-2024","notes":[],"crmnotes":[{"comp":1,"quote":216753,"Line":0,"Comment":"06/10/2024 5:53 AM - nickm - For new Brother. May take a while budgetary"},{"comp":1,"quote":216753,"Line":1,"Comment":"06/10/2024 5:53 AM - nickm - F/U Changed from 6/4/2024 to 6/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216753,"Line":2,"Comment":"07/01/2024 1:07 AM - nickm - Needs more time"},{"comp":1,"quote":216753,"Line":3,"Comment":"07/01/2024 1:07 AM - nickm - F/U Changed from 6/17/2024 to 7/22/2024 (Follow Up in 3 Weeks)"},{"comp":1,"quote":216753,"Line":4,"Comment":"07/01/2024 1:08 AM - nickm - CLO changed from 6/29/2024 to 8/23/2024 (CLO Date Updated)"},{"comp":1,"quote":216753,"Line":5,"Comment":"07/01/2024 1:08 AM - nickm - Req Date change from 7/10/2024 to 9/27/2024 (Req Date Updated)"},{"comp":1,"quote":216753,"Line":6,"Comment":"07/29/2024 12:12 AM - nickm - M4 has not made a decision to buy the new Brother yet. Decision will be made after IMTS"},{"comp":1,"quote":216753,"Line":7,"Comment":"07/29/2024 12:12 AM - nickm - F/U changed from 07/22/2024 to 8/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216753,"Line":8,"Comment":"07/29/2024 12:13 AM - nickm - CLO changed from 08/23/2024 to 09/20/2024 (CLO Date Updated)"},{"comp":1,"quote":216753,"Line":9,"Comment":"07/29/2024 12:14 AM - nickm - Req Date changed from 09/27/2024 to 10/11/2024 (Req Date Updated)"},{"comp":1,"quote":216753,"Line":10,"Comment":"07/29/2024 12:16 AM - nickm - Win% changed from 20 to 61"},{"comp":1,"quote":216753,"Line":11,"Comment":"09/03/2024 2:41 AM - nickm - F/U changed from 08/26/2024 to 9/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216753,"Line":12,"Comment":"09/03/2024 2:41 AM - nickm - CLO changed from 09/20/2024 to 09/27/2024 (CLO Date Updated)"},{"comp":1,"quote":216753,"Line":13,"Comment":"09/03/2024 2:41 AM - nickm - Req Date changed from 10/11/2024 to 10/28/2024 (Req Date Updated)"},{"comp":1,"quote":216753,"Line":14,"Comment":"09/29/2024 6:18 PM - nickm - F/U changed from 09/16/2024 to 10/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216753,"Line":15,"Comment":"09/29/2024 6:25 PM - nickm - CLO changed from 09/27/2024 to 11/15/2024 (CLO Date Updated)"},{"comp":1,"quote":216753,"Line":16,"Comment":"09/29/2024 6:25 PM - nickm - Req Date changed from 10/28/2024 to 11/29/2024 (Req Date Updated)"},{"comp":1,"quote":216753,"Line":17,"Comment":"09/29/2024 6:44 PM - nickm - Lou went to IMTS with M4. Brother project seems to be going well. I will be in touch with him for the timing."},{"comp":1,"quote":216753,"Line":18,"Comment":"10/28/2024 4:45 AM - nickm - F/U changed from 10/28/2024 to 11/11/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"216753","line":"3","part":"NBT30-SK16C-60","qty":"4","price":"416.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216753","line":"4","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216753","line":"5","part":"SK16-3/8A","qty":"2","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216753","line":"6","part":"SK16-1/2A","qty":"2","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216753","line":"8","part":"NBT30-SK10C-60","qty":"6","price":"370.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216753","line":"9","part":"SKL-10","qty":"1","price":"31.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216753","line":"10","part":"SK10-1/8A","qty":"2","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216753","line":"11","part":"SK10-3/16A","qty":"2","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216753","line":"12","part":"SK10-1/4A","qty":"2","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216753","line":"16","part":"NB3007-0016-2.36G","qty":"8","price":"259.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216753","line":"17","part":"NB3007-0016-4.00G","qty":"4","price":"273.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216753","line":"18","part":"TQW-HANDLE14X18","qty":"1","price":"53.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216753","line":"19","part":"TQW-E16-G","qty":"1","price":"140.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216753","line":"21","part":"NB3007-0032-3.00G","qty":"8","price":"293.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216753","line":"22","part":"TQW-E32-G","qty":"1","price":"153.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216753","line":"26","part":"NCL-BT30","qty":"1","price":"266.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":16}}] 2024-11-10 22:56:32.041 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-216753-11102024225631.txt === {"quote":"216753","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"MMACLIVI","shiptoName":"M4 Machine","entry_date":"05-29-2024","cust_order_date":"05-29-2024","req_date":"11-29-2024","cust_po":"BT30 Tooling Package","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Lou Carman","drop_po":"Brother W1000 16k","status":"0","user":"nickm","conv_order":"","time":"09:19","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Lou Carman","follow_phone":"954-317-7238","follow_email":"loucarman@yamazen.com","pic_user":"nickm","total_amt":"10802.00","total_gp":"8338.78","total_gpm":"77.20","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"46","win_pct":"61","clo_date":"12-13-2024","notes":[],"crmnotes":[{"comp":1,"quote":216753,"Line":0,"Comment":"06/10/2024 5:53 AM - nickm - For new Brother. May take a while budgetary"},{"comp":1,"quote":216753,"Line":1,"Comment":"06/10/2024 5:53 AM - nickm - F/U Changed from 6/4/2024 to 6/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216753,"Line":2,"Comment":"07/01/2024 1:07 AM - nickm - Needs more time"},{"comp":1,"quote":216753,"Line":3,"Comment":"07/01/2024 1:07 AM - nickm - F/U Changed from 6/17/2024 to 7/22/2024 (Follow Up in 3 Weeks)"},{"comp":1,"quote":216753,"Line":4,"Comment":"07/01/2024 1:08 AM - nickm - CLO changed from 6/29/2024 to 8/23/2024 (CLO Date Updated)"},{"comp":1,"quote":216753,"Line":5,"Comment":"07/01/2024 1:08 AM - nickm - Req Date change from 7/10/2024 to 9/27/2024 (Req Date Updated)"},{"comp":1,"quote":216753,"Line":6,"Comment":"07/29/2024 12:12 AM - nickm - M4 has not made a decision to buy the new Brother yet. Decision will be made after IMTS"},{"comp":1,"quote":216753,"Line":7,"Comment":"07/29/2024 12:12 AM - nickm - F/U changed from 07/22/2024 to 8/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216753,"Line":8,"Comment":"07/29/2024 12:13 AM - nickm - CLO changed from 08/23/2024 to 09/20/2024 (CLO Date Updated)"},{"comp":1,"quote":216753,"Line":9,"Comment":"07/29/2024 12:14 AM - nickm - Req Date changed from 09/27/2024 to 10/11/2024 (Req Date Updated)"},{"comp":1,"quote":216753,"Line":10,"Comment":"07/29/2024 12:16 AM - nickm - Win% changed from 20 to 61"},{"comp":1,"quote":216753,"Line":11,"Comment":"09/03/2024 2:41 AM - nickm - F/U changed from 08/26/2024 to 9/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216753,"Line":12,"Comment":"09/03/2024 2:41 AM - nickm - CLO changed from 09/20/2024 to 09/27/2024 (CLO Date Updated)"},{"comp":1,"quote":216753,"Line":13,"Comment":"09/03/2024 2:41 AM - nickm - Req Date changed from 10/11/2024 to 10/28/2024 (Req Date Updated)"},{"comp":1,"quote":216753,"Line":14,"Comment":"09/29/2024 6:18 PM - nickm - F/U changed from 09/16/2024 to 10/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216753,"Line":15,"Comment":"09/29/2024 6:25 PM - nickm - CLO changed from 09/27/2024 to 11/15/2024 (CLO Date Updated)"},{"comp":1,"quote":216753,"Line":16,"Comment":"09/29/2024 6:25 PM - nickm - Req Date changed from 10/28/2024 to 11/29/2024 (Req Date Updated)"},{"comp":1,"quote":216753,"Line":17,"Comment":"09/29/2024 6:44 PM - nickm - Lou went to IMTS with M4. Brother project seems to be going well. I will be in touch with him for the timing."},{"comp":1,"quote":216753,"Line":18,"Comment":"10/28/2024 4:45 AM - nickm - F/U changed from 10/28/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216753,"Line":19,"Comment":"11/10/2024 11:56 PM - nickm - F/U changed from 11/11/2024 to 11/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216753,"Line":20,"Comment":"11/10/2024 11:56 PM - nickm - CLO changed from 11/15/2024 to 12/13/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"216753","line":"3","part":"NBT30-SK16C-60","qty":"4","price":"416.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216753","line":"4","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216753","line":"5","part":"SK16-3/8A","qty":"2","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216753","line":"6","part":"SK16-1/2A","qty":"2","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216753","line":"8","part":"NBT30-SK10C-60","qty":"6","price":"370.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216753","line":"9","part":"SKL-10","qty":"1","price":"31.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216753","line":"10","part":"SK10-1/8A","qty":"2","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216753","line":"11","part":"SK10-3/16A","qty":"2","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216753","line":"12","part":"SK10-1/4A","qty":"2","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216753","line":"16","part":"NB3007-0016-2.36G","qty":"8","price":"259.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216753","line":"17","part":"NB3007-0016-4.00G","qty":"4","price":"273.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216753","line":"18","part":"TQW-HANDLE14X18","qty":"1","price":"53.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216753","line":"19","part":"TQW-E16-G","qty":"1","price":"140.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216753","line":"21","part":"NB3007-0032-3.00G","qty":"8","price":"293.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216753","line":"22","part":"TQW-E32-G","qty":"1","price":"153.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216753","line":"26","part":"NCL-BT30","qty":"1","price":"266.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":16}}] 2024-11-10 22:56:52.110 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-216753-11102024225651.txt === {"quote":"216753","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"MMACLIVI","shiptoName":"M4 Machine","entry_date":"05-29-2024","cust_order_date":"05-29-2024","req_date":"12-30-2024","cust_po":"BT30 Tooling Package","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Lou Carman","drop_po":"Brother W1000 16k","status":"0","user":"nickm","conv_order":"","time":"09:19","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Lou Carman","follow_phone":"954-317-7238","follow_email":"loucarman@yamazen.com","pic_user":"nickm","total_amt":"10802.00","total_gp":"8338.78","total_gpm":"77.20","rev_type":"STD","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"46","win_pct":"61","clo_date":"12-13-2024","notes":[],"crmnotes":[{"comp":1,"quote":216753,"Line":0,"Comment":"06/10/2024 5:53 AM - nickm - For new Brother. May take a while budgetary"},{"comp":1,"quote":216753,"Line":1,"Comment":"06/10/2024 5:53 AM - nickm - F/U Changed from 6/4/2024 to 6/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216753,"Line":2,"Comment":"07/01/2024 1:07 AM - nickm - Needs more time"},{"comp":1,"quote":216753,"Line":3,"Comment":"07/01/2024 1:07 AM - nickm - F/U Changed from 6/17/2024 to 7/22/2024 (Follow Up in 3 Weeks)"},{"comp":1,"quote":216753,"Line":4,"Comment":"07/01/2024 1:08 AM - nickm - CLO changed from 6/29/2024 to 8/23/2024 (CLO Date Updated)"},{"comp":1,"quote":216753,"Line":5,"Comment":"07/01/2024 1:08 AM - nickm - Req Date change from 7/10/2024 to 9/27/2024 (Req Date Updated)"},{"comp":1,"quote":216753,"Line":6,"Comment":"07/29/2024 12:12 AM - nickm - M4 has not made a decision to buy the new Brother yet. Decision will be made after IMTS"},{"comp":1,"quote":216753,"Line":7,"Comment":"07/29/2024 12:12 AM - nickm - F/U changed from 07/22/2024 to 8/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216753,"Line":8,"Comment":"07/29/2024 12:13 AM - nickm - CLO changed from 08/23/2024 to 09/20/2024 (CLO Date Updated)"},{"comp":1,"quote":216753,"Line":9,"Comment":"07/29/2024 12:14 AM - nickm - Req Date changed from 09/27/2024 to 10/11/2024 (Req Date Updated)"},{"comp":1,"quote":216753,"Line":10,"Comment":"07/29/2024 12:16 AM - nickm - Win% changed from 20 to 61"},{"comp":1,"quote":216753,"Line":11,"Comment":"09/03/2024 2:41 AM - nickm - F/U changed from 08/26/2024 to 9/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216753,"Line":12,"Comment":"09/03/2024 2:41 AM - nickm - CLO changed from 09/20/2024 to 09/27/2024 (CLO Date Updated)"},{"comp":1,"quote":216753,"Line":13,"Comment":"09/03/2024 2:41 AM - nickm - Req Date changed from 10/11/2024 to 10/28/2024 (Req Date Updated)"},{"comp":1,"quote":216753,"Line":14,"Comment":"09/29/2024 6:18 PM - nickm - F/U changed from 09/16/2024 to 10/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216753,"Line":15,"Comment":"09/29/2024 6:25 PM - nickm - CLO changed from 09/27/2024 to 11/15/2024 (CLO Date Updated)"},{"comp":1,"quote":216753,"Line":16,"Comment":"09/29/2024 6:25 PM - nickm - Req Date changed from 10/28/2024 to 11/29/2024 (Req Date Updated)"},{"comp":1,"quote":216753,"Line":17,"Comment":"09/29/2024 6:44 PM - nickm - Lou went to IMTS with M4. Brother project seems to be going well. I will be in touch with him for the timing."},{"comp":1,"quote":216753,"Line":18,"Comment":"10/28/2024 4:45 AM - nickm - F/U changed from 10/28/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216753,"Line":19,"Comment":"11/10/2024 11:56 PM - nickm - F/U changed from 11/11/2024 to 11/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216753,"Line":20,"Comment":"11/10/2024 11:56 PM - nickm - CLO changed from 11/15/2024 to 12/13/2024 (CLO Date Updated)"},{"comp":1,"quote":216753,"Line":21,"Comment":"11/10/2024 11:56 PM - nickm - Req Date changed from 11/29/2024 to 12/30/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"216753","line":"3","part":"NBT30-SK16C-60","qty":"4","price":"416.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216753","line":"4","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216753","line":"5","part":"SK16-3/8A","qty":"2","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216753","line":"6","part":"SK16-1/2A","qty":"2","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216753","line":"8","part":"NBT30-SK10C-60","qty":"6","price":"370.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216753","line":"9","part":"SKL-10","qty":"1","price":"31.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216753","line":"10","part":"SK10-1/8A","qty":"2","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216753","line":"11","part":"SK10-3/16A","qty":"2","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216753","line":"12","part":"SK10-1/4A","qty":"2","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216753","line":"16","part":"NB3007-0016-2.36G","qty":"8","price":"259.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216753","line":"17","part":"NB3007-0016-4.00G","qty":"4","price":"273.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216753","line":"18","part":"TQW-HANDLE14X18","qty":"1","price":"53.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216753","line":"19","part":"TQW-E16-G","qty":"1","price":"140.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216753","line":"21","part":"NB3007-0032-3.00G","qty":"8","price":"293.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216753","line":"22","part":"TQW-E32-G","qty":"1","price":"153.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216753","line":"26","part":"NCL-BT30","qty":"1","price":"266.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":16}}] 2024-11-10 22:57:09.268 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221581-11102024225709.txt === {"quote":"221581","customer":"19992","name":null,"customerName":"Syracuse Supply Company","comp":"01","open":"0","shipto":"SYRACUSE","shiptoName":"Syracuse Supply Company","entry_date":"09-16-2024","cust_order_date":"09-16-2024","req_date":"12-20-2024","cust_po":"Nikken 5th Axis Table","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Kevin Conway","drop_po":"DNM4500 0i/MF MV0090-2901","status":"0","user":"nickm","conv_order":"","time":"14:38","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Kevin Conway","follow_phone":"(315) 695-2008","follow_email":"kconway@syrsupply.com","pic_user":"nickm","total_amt":"43165.00","total_gp":"34450.35","total_gpm":"79.81","rev_type":"RT","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"2","win_pct":"47","clo_date":"11-15-2024","notes":[],"crmnotes":[{"comp":1,"quote":221581,"Line":0,"Comment":"09/29/2024 9:42 PM - nickm - F/U changed from 09/29/2024 to 10/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221581,"Line":1,"Comment":"10/14/2024 12:27 AM - nickm - Trying to get machine order. Still active"},{"comp":1,"quote":221581,"Line":2,"Comment":"10/14/2024 12:27 AM - nickm - F/U changed from 10/07/2024 to 10/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221581,"Line":3,"Comment":"10/14/2024 12:27 AM - nickm - CLO changed from 10/16/2024 to 11/15/2024 (CLO Date Updated)"},{"comp":1,"quote":221581,"Line":4,"Comment":"10/14/2024 12:28 AM - nickm - Req Date changed from 10/28/2024 to 12/20/2024 (Req Date Updated)"},{"comp":1,"quote":221581,"Line":5,"Comment":"10/14/2024 12:31 AM - nickm - Sent request for update on 10/13/24"},{"comp":1,"quote":221581,"Line":6,"Comment":"10/14/2024 12:32 AM - nickm - Win% changed from 20 to 47"},{"comp":1,"quote":221581,"Line":7,"Comment":"10/28/2024 4:47 AM - nickm - F/U changed from 10/28/2024 to 11/11/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"221581","line":"1","part":"5AX-100FA-M","qty":"1","price":"40950.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221581","line":"2","part":"INSTALLATION-RT-5AX-NE","qty":"1","price":"14500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-10 22:57:22.912 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221581-11102024225722.txt === {"quote":"221581","customer":"19992","name":null,"customerName":"Syracuse Supply Company","comp":"01","open":"0","shipto":"SYRACUSE","shiptoName":"Syracuse Supply Company","entry_date":"09-16-2024","cust_order_date":"09-16-2024","req_date":"12-20-2024","cust_po":"Nikken 5th Axis Table","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Kevin Conway","drop_po":"DNM4500 0i/MF MV0090-2901","status":"0","user":"nickm","conv_order":"","time":"14:38","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Kevin Conway","follow_phone":"(315) 695-2008","follow_email":"kconway@syrsupply.com","pic_user":"nickm","total_amt":"43165.00","total_gp":"34450.35","total_gpm":"79.81","rev_type":"RT","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"2","win_pct":"47","clo_date":"12-09-2024","notes":[],"crmnotes":[{"comp":1,"quote":221581,"Line":0,"Comment":"09/29/2024 9:42 PM - nickm - F/U changed from 09/29/2024 to 10/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221581,"Line":1,"Comment":"10/14/2024 12:27 AM - nickm - Trying to get machine order. Still active"},{"comp":1,"quote":221581,"Line":2,"Comment":"10/14/2024 12:27 AM - nickm - F/U changed from 10/07/2024 to 10/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221581,"Line":3,"Comment":"10/14/2024 12:27 AM - nickm - CLO changed from 10/16/2024 to 11/15/2024 (CLO Date Updated)"},{"comp":1,"quote":221581,"Line":4,"Comment":"10/14/2024 12:28 AM - nickm - Req Date changed from 10/28/2024 to 12/20/2024 (Req Date Updated)"},{"comp":1,"quote":221581,"Line":5,"Comment":"10/14/2024 12:31 AM - nickm - Sent request for update on 10/13/24"},{"comp":1,"quote":221581,"Line":6,"Comment":"10/14/2024 12:32 AM - nickm - Win% changed from 20 to 47"},{"comp":1,"quote":221581,"Line":7,"Comment":"10/28/2024 4:47 AM - nickm - F/U changed from 10/28/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221581,"Line":8,"Comment":"11/10/2024 11:57 PM - nickm - F/U changed from 11/11/2024 to 11/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221581,"Line":9,"Comment":"11/10/2024 11:57 PM - nickm - CLO changed from 11/15/2024 to 12/09/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221581","line":"1","part":"5AX-100FA-M","qty":"1","price":"40950.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221581","line":"2","part":"INSTALLATION-RT-5AX-NE","qty":"1","price":"14500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-10 22:57:41.174 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221581-11102024225740.txt === {"quote":"221581","customer":"19992","name":null,"customerName":"Syracuse Supply Company","comp":"01","open":"0","shipto":"SYRACUSE","shiptoName":"Syracuse Supply Company","entry_date":"09-16-2024","cust_order_date":"09-16-2024","req_date":"12-27-2024","cust_po":"Nikken 5th Axis Table","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Kevin Conway","drop_po":"DNM4500 0i/MF MV0090-2901","status":"0","user":"nickm","conv_order":"","time":"14:38","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Kevin Conway","follow_phone":"(315) 695-2008","follow_email":"kconway@syrsupply.com","pic_user":"nickm","total_amt":"43165.00","total_gp":"34450.35","total_gpm":"79.81","rev_type":"RT","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"2","win_pct":"47","clo_date":"12-09-2024","notes":[],"crmnotes":[{"comp":1,"quote":221581,"Line":0,"Comment":"09/29/2024 9:42 PM - nickm - F/U changed from 09/29/2024 to 10/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221581,"Line":1,"Comment":"10/14/2024 12:27 AM - nickm - Trying to get machine order. Still active"},{"comp":1,"quote":221581,"Line":2,"Comment":"10/14/2024 12:27 AM - nickm - F/U changed from 10/07/2024 to 10/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221581,"Line":3,"Comment":"10/14/2024 12:27 AM - nickm - CLO changed from 10/16/2024 to 11/15/2024 (CLO Date Updated)"},{"comp":1,"quote":221581,"Line":4,"Comment":"10/14/2024 12:28 AM - nickm - Req Date changed from 10/28/2024 to 12/20/2024 (Req Date Updated)"},{"comp":1,"quote":221581,"Line":5,"Comment":"10/14/2024 12:31 AM - nickm - Sent request for update on 10/13/24"},{"comp":1,"quote":221581,"Line":6,"Comment":"10/14/2024 12:32 AM - nickm - Win% changed from 20 to 47"},{"comp":1,"quote":221581,"Line":7,"Comment":"10/28/2024 4:47 AM - nickm - F/U changed from 10/28/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221581,"Line":8,"Comment":"11/10/2024 11:57 PM - nickm - F/U changed from 11/11/2024 to 11/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221581,"Line":9,"Comment":"11/10/2024 11:57 PM - nickm - CLO changed from 11/15/2024 to 12/09/2024 (CLO Date Updated)"},{"comp":1,"quote":221581,"Line":10,"Comment":"11/10/2024 11:57 PM - nickm - Req Date changed from 12/20/2024 to 12/27/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221581","line":"1","part":"5AX-100FA-M","qty":"1","price":"40950.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221581","line":"2","part":"INSTALLATION-RT-5AX-NE","qty":"1","price":"14500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-10 22:58:21.489 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-217940-11102024225821.txt === {"quote":"217940","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMAHUNT","shiptoName":"Yamazen, Inc.","entry_date":"06-25-2024","cust_order_date":"06-25-2024","req_date":"12-13-2024","cust_po":"NIKKEN CNCZ105 4TH AXIS","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jason Macaluso","drop_po":"BROTHER S700XD1","status":"0","user":"nickm","conv_order":"","time":"06:27","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Jason Macaluso","follow_phone":"","follow_email":"jasonmacaluso@yamazen.com","pic_user":"nickm","total_amt":"22440.6","total_gp":"12551.48","total_gpm":"55.93","rev_type":"RT","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"5","win_pct":"71","clo_date":"11-22-2024","notes":[],"crmnotes":[{"comp":1,"quote":217940,"Line":0,"Comment":"07/15/2024 2:23 AM - nickm - New project for Gwynedd in PA. Looking to buy new Brother w/ our table. Subject to machine purchase"},{"comp":1,"quote":217940,"Line":1,"Comment":"07/15/2024 2:24 AM - nickm - F/U changed from 07/08/2024 to 8/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217940,"Line":2,"Comment":"07/15/2024 2:24 AM - nickm - CLO changed from 07/21/2024 to 09/06/2024 (CLO Date Updated)"},{"comp":1,"quote":217940,"Line":3,"Comment":"07/15/2024 2:25 AM - nickm - Req Date changed from 08/06/2024 to 09/30/2024 (Req Date Updated)"},{"comp":1,"quote":217940,"Line":4,"Comment":"07/15/2024 2:26 AM - nickm - Win% changed from 20 to 71"},{"comp":1,"quote":217940,"Line":5,"Comment":"08/19/2024 2:14 AM - nickm - F/U changed from 08/12/2024 to 8/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217940,"Line":6,"Comment":"09/03/2024 2:31 AM - nickm - F/U changed from 08/26/2024 to 9/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217940,"Line":7,"Comment":"09/03/2024 2:31 AM - nickm - CLO changed from 09/06/2024 to 09/27/2024 (CLO Date Updated)"},{"comp":1,"quote":217940,"Line":8,"Comment":"09/03/2024 2:31 AM - nickm - Req Date changed from 09/30/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":217940,"Line":9,"Comment":"09/29/2024 5:43 PM - nickm - F/U changed from 09/16/2024 to 10/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217940,"Line":10,"Comment":"09/29/2024 5:44 PM - nickm - CLO changed from 09/27/2024 to 11/22/2024 (CLO Date Updated)"},{"comp":1,"quote":217940,"Line":11,"Comment":"09/29/2024 5:45 PM - nickm - Req Date changed from 10/25/2024 to 12/13/2024 (Req Date Updated)"},{"comp":1,"quote":217940,"Line":12,"Comment":"09/29/2024 5:51 PM - nickm - Quantities are getting bigger and A&A will eventually have to buy a new Brother machine and automate. Rotary table is going through Yamazen but EZ-ACART direct and quoted separately"},{"comp":1,"quote":217940,"Line":13,"Comment":"10/28/2024 4:43 AM - nickm - F/U changed from 10/28/2024 to 11/11/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"217940","line":"3","part":"CNCZ105LSA-BR3/S357XD1","qty":"1","price":"17500.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217940","line":"7","part":"PBA-105","qty":"1","price":"3863.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217940","line":"8","part":"PBA-105-MT4","qty":"1","price":"4565.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217940","line":"9","part":"PBA-105-MT3","qty":"1","price":"4565.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217940","line":"10","part":"PBA-105-MT2","qty":"1","price":"4565.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-10 22:58:34.895 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-217940-11102024225834.txt === {"quote":"217940","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMAHUNT","shiptoName":"Yamazen, Inc.","entry_date":"06-25-2024","cust_order_date":"06-25-2024","req_date":"12-13-2024","cust_po":"NIKKEN CNCZ105 4TH AXIS","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jason Macaluso","drop_po":"BROTHER S700XD1","status":"0","user":"nickm","conv_order":"","time":"06:27","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Jason Macaluso","follow_phone":"","follow_email":"jasonmacaluso@yamazen.com","pic_user":"nickm","total_amt":"22440.6","total_gp":"12551.48","total_gpm":"55.93","rev_type":"RT","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"5","win_pct":"71","clo_date":"12-13-2024","notes":[],"crmnotes":[{"comp":1,"quote":217940,"Line":0,"Comment":"07/15/2024 2:23 AM - nickm - New project for Gwynedd in PA. Looking to buy new Brother w/ our table. Subject to machine purchase"},{"comp":1,"quote":217940,"Line":1,"Comment":"07/15/2024 2:24 AM - nickm - F/U changed from 07/08/2024 to 8/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217940,"Line":2,"Comment":"07/15/2024 2:24 AM - nickm - CLO changed from 07/21/2024 to 09/06/2024 (CLO Date Updated)"},{"comp":1,"quote":217940,"Line":3,"Comment":"07/15/2024 2:25 AM - nickm - Req Date changed from 08/06/2024 to 09/30/2024 (Req Date Updated)"},{"comp":1,"quote":217940,"Line":4,"Comment":"07/15/2024 2:26 AM - nickm - Win% changed from 20 to 71"},{"comp":1,"quote":217940,"Line":5,"Comment":"08/19/2024 2:14 AM - nickm - F/U changed from 08/12/2024 to 8/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217940,"Line":6,"Comment":"09/03/2024 2:31 AM - nickm - F/U changed from 08/26/2024 to 9/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217940,"Line":7,"Comment":"09/03/2024 2:31 AM - nickm - CLO changed from 09/06/2024 to 09/27/2024 (CLO Date Updated)"},{"comp":1,"quote":217940,"Line":8,"Comment":"09/03/2024 2:31 AM - nickm - Req Date changed from 09/30/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":217940,"Line":9,"Comment":"09/29/2024 5:43 PM - nickm - F/U changed from 09/16/2024 to 10/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217940,"Line":10,"Comment":"09/29/2024 5:44 PM - nickm - CLO changed from 09/27/2024 to 11/22/2024 (CLO Date Updated)"},{"comp":1,"quote":217940,"Line":11,"Comment":"09/29/2024 5:45 PM - nickm - Req Date changed from 10/25/2024 to 12/13/2024 (Req Date Updated)"},{"comp":1,"quote":217940,"Line":12,"Comment":"09/29/2024 5:51 PM - nickm - Quantities are getting bigger and A&A will eventually have to buy a new Brother machine and automate. Rotary table is going through Yamazen but EZ-ACART direct and quoted separately"},{"comp":1,"quote":217940,"Line":13,"Comment":"10/28/2024 4:43 AM - nickm - F/U changed from 10/28/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217940,"Line":14,"Comment":"11/10/2024 11:58 PM - nickm - F/U changed from 11/11/2024 to 11/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217940,"Line":15,"Comment":"11/10/2024 11:58 PM - nickm - CLO changed from 11/22/2024 to 12/13/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"217940","line":"3","part":"CNCZ105LSA-BR3/S357XD1","qty":"1","price":"17500.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217940","line":"7","part":"PBA-105","qty":"1","price":"3863.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217940","line":"8","part":"PBA-105-MT4","qty":"1","price":"4565.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217940","line":"9","part":"PBA-105-MT3","qty":"1","price":"4565.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217940","line":"10","part":"PBA-105-MT2","qty":"1","price":"4565.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-10 22:58:48.782 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-217940-11102024225848.txt === {"quote":"217940","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMAHUNT","shiptoName":"Yamazen, Inc.","entry_date":"06-25-2024","cust_order_date":"06-25-2024","req_date":"12-31-2024","cust_po":"NIKKEN CNCZ105 4TH AXIS","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jason Macaluso","drop_po":"BROTHER S700XD1","status":"0","user":"nickm","conv_order":"","time":"06:27","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Jason Macaluso","follow_phone":"","follow_email":"jasonmacaluso@yamazen.com","pic_user":"nickm","total_amt":"22440.6","total_gp":"12551.48","total_gpm":"55.93","rev_type":"RT","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"5","win_pct":"71","clo_date":"12-13-2024","notes":[],"crmnotes":[{"comp":1,"quote":217940,"Line":0,"Comment":"07/15/2024 2:23 AM - nickm - New project for Gwynedd in PA. Looking to buy new Brother w/ our table. Subject to machine purchase"},{"comp":1,"quote":217940,"Line":1,"Comment":"07/15/2024 2:24 AM - nickm - F/U changed from 07/08/2024 to 8/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217940,"Line":2,"Comment":"07/15/2024 2:24 AM - nickm - CLO changed from 07/21/2024 to 09/06/2024 (CLO Date Updated)"},{"comp":1,"quote":217940,"Line":3,"Comment":"07/15/2024 2:25 AM - nickm - Req Date changed from 08/06/2024 to 09/30/2024 (Req Date Updated)"},{"comp":1,"quote":217940,"Line":4,"Comment":"07/15/2024 2:26 AM - nickm - Win% changed from 20 to 71"},{"comp":1,"quote":217940,"Line":5,"Comment":"08/19/2024 2:14 AM - nickm - F/U changed from 08/12/2024 to 8/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217940,"Line":6,"Comment":"09/03/2024 2:31 AM - nickm - F/U changed from 08/26/2024 to 9/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217940,"Line":7,"Comment":"09/03/2024 2:31 AM - nickm - CLO changed from 09/06/2024 to 09/27/2024 (CLO Date Updated)"},{"comp":1,"quote":217940,"Line":8,"Comment":"09/03/2024 2:31 AM - nickm - Req Date changed from 09/30/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":217940,"Line":9,"Comment":"09/29/2024 5:43 PM - nickm - F/U changed from 09/16/2024 to 10/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217940,"Line":10,"Comment":"09/29/2024 5:44 PM - nickm - CLO changed from 09/27/2024 to 11/22/2024 (CLO Date Updated)"},{"comp":1,"quote":217940,"Line":11,"Comment":"09/29/2024 5:45 PM - nickm - Req Date changed from 10/25/2024 to 12/13/2024 (Req Date Updated)"},{"comp":1,"quote":217940,"Line":12,"Comment":"09/29/2024 5:51 PM - nickm - Quantities are getting bigger and A&A will eventually have to buy a new Brother machine and automate. Rotary table is going through Yamazen but EZ-ACART direct and quoted separately"},{"comp":1,"quote":217940,"Line":13,"Comment":"10/28/2024 4:43 AM - nickm - F/U changed from 10/28/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217940,"Line":14,"Comment":"11/10/2024 11:58 PM - nickm - F/U changed from 11/11/2024 to 11/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217940,"Line":15,"Comment":"11/10/2024 11:58 PM - nickm - CLO changed from 11/22/2024 to 12/13/2024 (CLO Date Updated)"},{"comp":1,"quote":217940,"Line":16,"Comment":"11/10/2024 11:58 PM - nickm - Req Date changed from 12/13/2024 to 12/31/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"217940","line":"3","part":"CNCZ105LSA-BR3/S357XD1","qty":"1","price":"17500.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217940","line":"7","part":"PBA-105","qty":"1","price":"3863.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217940","line":"8","part":"PBA-105-MT4","qty":"1","price":"4565.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217940","line":"9","part":"PBA-105-MT3","qty":"1","price":"4565.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217940","line":"10","part":"PBA-105-MT2","qty":"1","price":"4565.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-10 22:59:14.920 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219449-11102024225914.txt === {"quote":"219449","customer":"13365","name":null,"customerName":"Maruka USA Inc. (NJ)","comp":"01","open":"0","shipto":"AAAAPINE","shiptoName":"Maruka U.S.A. Corporation","entry_date":"08-02-2024","cust_order_date":"08-02-2024","req_date":"12-13-2024","cust_po":"Nikken 180mm 4th Axis","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Kevin Ducey","drop_po":"NIKKEN 4TH AXIS FOR OKK","status":"0","user":"nickm","conv_order":"","time":"16:21","extra":"","follow_up":"12-02-2024","web_id":"","follow_name":"Kevin Ducey","follow_phone":"201-694-1345","follow_email":"kducey@marukausa.com","pic_user":"nickm","total_amt":"19000.00","total_gp":"13485.23","total_gpm":"70.97","rev_type":"RT","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"3","win_pct":"51","clo_date":"11-15-2024","notes":[],"crmnotes":[{"comp":1,"quote":219449,"Line":0,"Comment":"08/19/2024 2:16 AM - nickm - F/U changed from 08/12/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219449,"Line":1,"Comment":"08/26/2024 3:45 AM - nickm - Special pricing to compete against Doosan with Kitagawa table"},{"comp":1,"quote":219449,"Line":2,"Comment":"08/26/2024 3:47 AM - nickm - F/U changed from 08/19/2024 to 9/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219449,"Line":3,"Comment":"08/26/2024 3:48 AM - nickm - CLO changed from 08/30/2024 to 09/13/2024 (CLO Date Updated)"},{"comp":1,"quote":219449,"Line":4,"Comment":"08/26/2024 3:48 AM - nickm - Req Date changed from 09/10/2024 to 08/30/2024 (Req Date Updated)"},{"comp":1,"quote":219449,"Line":5,"Comment":"08/26/2024 3:53 AM - nickm - Req Date changed from 08/30/2024 to 09/30/2024 (Req Date Updated)"},{"comp":1,"quote":219449,"Line":6,"Comment":"08/26/2024 4:01 AM - nickm - Win% changed from 20 to 51"},{"comp":1,"quote":219449,"Line":7,"Comment":"09/29/2024 2:43 PM - nickm - Sent NickG a request for update on the OKK project on Long Island and waiting to hear back"},{"comp":1,"quote":219449,"Line":8,"Comment":"09/29/2024 2:44 PM - nickm - F/U changed from 09/09/2024 to 10/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219449,"Line":9,"Comment":"09/29/2024 2:45 PM - nickm - CLO changed from 09/13/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":219449,"Line":10,"Comment":"09/29/2024 2:45 PM - nickm - Req Date changed from 09/30/2024 to 11/29/2024 (Req Date Updated)"},{"comp":1,"quote":219449,"Line":11,"Comment":"10/14/2024 12:46 AM - nickm - F/U changed from 10/07/2024 to 10/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219449,"Line":12,"Comment":"10/14/2024 12:46 AM - nickm - CLO changed from 10/25/2024 to 11/15/2024 (CLO Date Updated)"},{"comp":1,"quote":219449,"Line":13,"Comment":"10/14/2024 12:47 AM - nickm - Req Date changed from 11/29/2024 to 12/13/2024 (Req Date Updated)"},{"comp":1,"quote":219449,"Line":14,"Comment":"10/28/2024 4:44 AM - nickm - F/U changed from 10/28/2024 to 11/11/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"219449","line":"3","part":"CNC180FA-M","qty":"1","price":"19000.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219449","line":"4","part":"5C-AIR-FIXTURE-MLOCK-180","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219449","line":"8","part":"INSTALLATION-RT-CNC-NE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-10 22:59:29.665 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219449-11102024225929.txt === {"quote":"219449","customer":"13365","name":null,"customerName":"Maruka USA Inc. (NJ)","comp":"01","open":"0","shipto":"AAAAPINE","shiptoName":"Maruka U.S.A. Corporation","entry_date":"08-02-2024","cust_order_date":"08-02-2024","req_date":"12-13-2024","cust_po":"Nikken 180mm 4th Axis","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Kevin Ducey","drop_po":"NIKKEN 4TH AXIS FOR OKK","status":"0","user":"nickm","conv_order":"","time":"16:21","extra":"","follow_up":"12-02-2024","web_id":"","follow_name":"Kevin Ducey","follow_phone":"201-694-1345","follow_email":"kducey@marukausa.com","pic_user":"nickm","total_amt":"19000.00","total_gp":"13485.23","total_gpm":"70.97","rev_type":"RT","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"3","win_pct":"51","clo_date":"12-20-2024","notes":[],"crmnotes":[{"comp":1,"quote":219449,"Line":0,"Comment":"08/19/2024 2:16 AM - nickm - F/U changed from 08/12/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219449,"Line":1,"Comment":"08/26/2024 3:45 AM - nickm - Special pricing to compete against Doosan with Kitagawa table"},{"comp":1,"quote":219449,"Line":2,"Comment":"08/26/2024 3:47 AM - nickm - F/U changed from 08/19/2024 to 9/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219449,"Line":3,"Comment":"08/26/2024 3:48 AM - nickm - CLO changed from 08/30/2024 to 09/13/2024 (CLO Date Updated)"},{"comp":1,"quote":219449,"Line":4,"Comment":"08/26/2024 3:48 AM - nickm - Req Date changed from 09/10/2024 to 08/30/2024 (Req Date Updated)"},{"comp":1,"quote":219449,"Line":5,"Comment":"08/26/2024 3:53 AM - nickm - Req Date changed from 08/30/2024 to 09/30/2024 (Req Date Updated)"},{"comp":1,"quote":219449,"Line":6,"Comment":"08/26/2024 4:01 AM - nickm - Win% changed from 20 to 51"},{"comp":1,"quote":219449,"Line":7,"Comment":"09/29/2024 2:43 PM - nickm - Sent NickG a request for update on the OKK project on Long Island and waiting to hear back"},{"comp":1,"quote":219449,"Line":8,"Comment":"09/29/2024 2:44 PM - nickm - F/U changed from 09/09/2024 to 10/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219449,"Line":9,"Comment":"09/29/2024 2:45 PM - nickm - CLO changed from 09/13/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":219449,"Line":10,"Comment":"09/29/2024 2:45 PM - nickm - Req Date changed from 09/30/2024 to 11/29/2024 (Req Date Updated)"},{"comp":1,"quote":219449,"Line":11,"Comment":"10/14/2024 12:46 AM - nickm - F/U changed from 10/07/2024 to 10/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219449,"Line":12,"Comment":"10/14/2024 12:46 AM - nickm - CLO changed from 10/25/2024 to 11/15/2024 (CLO Date Updated)"},{"comp":1,"quote":219449,"Line":13,"Comment":"10/14/2024 12:47 AM - nickm - Req Date changed from 11/29/2024 to 12/13/2024 (Req Date Updated)"},{"comp":1,"quote":219449,"Line":14,"Comment":"10/28/2024 4:44 AM - nickm - F/U changed from 10/28/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219449,"Line":15,"Comment":"11/10/2024 11:59 PM - nickm - F/U changed from 11/11/2024 to 12/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219449,"Line":16,"Comment":"11/10/2024 11:59 PM - nickm - CLO changed from 11/15/2024 to 12/20/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"219449","line":"3","part":"CNC180FA-M","qty":"1","price":"19000.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219449","line":"4","part":"5C-AIR-FIXTURE-MLOCK-180","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219449","line":"8","part":"INSTALLATION-RT-CNC-NE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-10 22:59:43.699 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219449-11102024225943.txt === {"quote":"219449","customer":"13365","name":null,"customerName":"Maruka USA Inc. (NJ)","comp":"01","open":"0","shipto":"AAAAPINE","shiptoName":"Maruka U.S.A. Corporation","entry_date":"08-02-2024","cust_order_date":"08-02-2024","req_date":"12-30-2024","cust_po":"Nikken 180mm 4th Axis","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Kevin Ducey","drop_po":"NIKKEN 4TH AXIS FOR OKK","status":"0","user":"nickm","conv_order":"","time":"16:21","extra":"","follow_up":"12-02-2024","web_id":"","follow_name":"Kevin Ducey","follow_phone":"201-694-1345","follow_email":"kducey@marukausa.com","pic_user":"nickm","total_amt":"19000.00","total_gp":"13485.23","total_gpm":"70.97","rev_type":"RT","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"3","win_pct":"51","clo_date":"12-20-2024","notes":[],"crmnotes":[{"comp":1,"quote":219449,"Line":0,"Comment":"08/19/2024 2:16 AM - nickm - F/U changed from 08/12/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219449,"Line":1,"Comment":"08/26/2024 3:45 AM - nickm - Special pricing to compete against Doosan with Kitagawa table"},{"comp":1,"quote":219449,"Line":2,"Comment":"08/26/2024 3:47 AM - nickm - F/U changed from 08/19/2024 to 9/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219449,"Line":3,"Comment":"08/26/2024 3:48 AM - nickm - CLO changed from 08/30/2024 to 09/13/2024 (CLO Date Updated)"},{"comp":1,"quote":219449,"Line":4,"Comment":"08/26/2024 3:48 AM - nickm - Req Date changed from 09/10/2024 to 08/30/2024 (Req Date Updated)"},{"comp":1,"quote":219449,"Line":5,"Comment":"08/26/2024 3:53 AM - nickm - Req Date changed from 08/30/2024 to 09/30/2024 (Req Date Updated)"},{"comp":1,"quote":219449,"Line":6,"Comment":"08/26/2024 4:01 AM - nickm - Win% changed from 20 to 51"},{"comp":1,"quote":219449,"Line":7,"Comment":"09/29/2024 2:43 PM - nickm - Sent NickG a request for update on the OKK project on Long Island and waiting to hear back"},{"comp":1,"quote":219449,"Line":8,"Comment":"09/29/2024 2:44 PM - nickm - F/U changed from 09/09/2024 to 10/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219449,"Line":9,"Comment":"09/29/2024 2:45 PM - nickm - CLO changed from 09/13/2024 to 10/25/2024 (CLO Date Updated)"},{"comp":1,"quote":219449,"Line":10,"Comment":"09/29/2024 2:45 PM - nickm - Req Date changed from 09/30/2024 to 11/29/2024 (Req Date Updated)"},{"comp":1,"quote":219449,"Line":11,"Comment":"10/14/2024 12:46 AM - nickm - F/U changed from 10/07/2024 to 10/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219449,"Line":12,"Comment":"10/14/2024 12:46 AM - nickm - CLO changed from 10/25/2024 to 11/15/2024 (CLO Date Updated)"},{"comp":1,"quote":219449,"Line":13,"Comment":"10/14/2024 12:47 AM - nickm - Req Date changed from 11/29/2024 to 12/13/2024 (Req Date Updated)"},{"comp":1,"quote":219449,"Line":14,"Comment":"10/28/2024 4:44 AM - nickm - F/U changed from 10/28/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219449,"Line":15,"Comment":"11/10/2024 11:59 PM - nickm - F/U changed from 11/11/2024 to 12/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219449,"Line":16,"Comment":"11/10/2024 11:59 PM - nickm - CLO changed from 11/15/2024 to 12/20/2024 (CLO Date Updated)"},{"comp":1,"quote":219449,"Line":17,"Comment":"11/10/2024 11:59 PM - nickm - Req Date changed from 12/13/2024 to 12/30/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"219449","line":"3","part":"CNC180FA-M","qty":"1","price":"19000.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219449","line":"4","part":"5C-AIR-FIXTURE-MLOCK-180","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219449","line":"8","part":"INSTALLATION-RT-CNC-NE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-10 23:00:31.388 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220979-11102024230031.txt === {"quote":"220979","customer":"16745","name":null,"customerName":"Precision Machine Tool Solutions","comp":"01","open":"1","shipto":"PRECMACH","shiptoName":"Precision Machine Tool Solutions","entry_date":"08-30-2024","cust_order_date":"08-30-2024","req_date":"02-28-2025","cust_po":"Special AH","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Ross Adams","drop_po":"RTO Lighting","status":"0","user":"alyssah","conv_order":"","time":"11:19","extra":"","follow_up":"11-11-2024","web_id":"","follow_name":"Ross Adams","follow_phone":"484-336-5180","follow_email":"radams@PMTScnc.com","pic_user":"nickm","total_amt":"11630.00","total_gp":"11630.00","total_gpm":"100.00","rev_type":"LT","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"2","totalQty":"2","win_pct":"30","clo_date":"11-29-2024","notes":[{"comp":"1","quote":"220979","line":"0","data":"08-30-2024 11:20 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220979,"Line":0,"Comment":"09/29/2024 8:37 PM - nickm - F/U changed from 09/22/2024 to 10/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220979,"Line":1,"Comment":"09/29/2024 8:40 PM - nickm - CLO changed from 09/30/2024 to 11/01/2024 (CLO Date Updated)"},{"comp":1,"quote":220979,"Line":2,"Comment":"09/29/2024 8:41 PM - nickm - Req Date changed from 10/11/2024 to 02/28/2025 (Req Date Updated)"},{"comp":1,"quote":220979,"Line":3,"Comment":"09/29/2024 8:51 PM - nickm - Win% changed from 20 to 30"},{"comp":1,"quote":220979,"Line":4,"Comment":"10/28/2024 1:21 AM - nickm - F/U changed from 10/14/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220979,"Line":5,"Comment":"10/28/2024 1:22 AM - nickm - CLO changed from 11/01/2024 to 11/29/2024 (CLO Date Updated)"},{"comp":1,"quote":220979,"Line":6,"Comment":"10/28/2024 1:22 AM - nickm - Req Date changed from 02/28/2025 to 02/28/2025 (Req Date Updated)"},{"comp":1,"quote":220979,"Line":7,"Comment":"10/28/2024 1:25 AM - nickm - Machine won't be delivered until next year"},{"comp":1,"quote":220979,"Line":8,"Comment":"11/11/2024 12:00 AM - nickm - Project is dead"}],"items":[{"comp":"01","order":"220979","line":"1","part":"SPECIAL-LV-MI","qty":"2","price":"5815.00","uom":"EA","discount":"0.00","req_date":"13-14 weeks ARO","branch":"1"}],"qlines":[{"Quote":"220979","Line":"1","Company":"1","F_Line":"1","Comment":"BMT45 LIVE; STRAIGHT ADJUSTABLE HEAD ER16 �107DEG;","Loc":"Y"},{"Quote":"220979","Line":"1","Company":"1","F_Line":"2","Comment":"INT/EXT/ICE 1015PSI;","Loc":"Y"},{"Quote":"220979","Line":"1","Company":"1","F_Line":"3","Comment":"1:1 GEAR MAX 12Nm; 6500RPM","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-10 23:01:32.679 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223886-11102024230132.txt === {"quote":"223886","customer":"1425","name":null,"customerName":"Allendale Machinery","comp":"01","open":"0","shipto":"PRECFARM","shiptoName":"Precipart Corporation","entry_date":"11-04-2024","cust_order_date":"11-04-2024","req_date":"12-16-2024","cust_po":"Nikken 7inch Rotary Table","terms_code":"N30","ship_via":"TRK","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"John Schamarek","drop_po":"Kitamura VMC Mits Spec","status":"0","user":"nickm","conv_order":"","time":"11:25","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"John Schamarek","follow_phone":"(201) 819-1235","follow_email":"johns@allendalemacchinery.com","pic_user":"nickm","total_amt":"33686.50","total_gp":"29088.84","total_gpm":"86.35","rev_type":"RT","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-04-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223886","line":"1","part":"CNC180MA-M","qty":"1","price":"16695.00","uom":"EA","discount":"30.00","req_date":"1-2 WEEKS","branch":"1"},{"comp":"01","order":"223886","line":"2","part":"RT-ACCESSORY","qty":"1","price":"12500.00","uom":"EA","discount":"0.00","req_date":"10 WEEKS","branch":"1"},{"comp":"01","order":"223886","line":"5","part":"INSTALLATION-RT-CNC-NE","qty":"1","price":"9500.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-10 23:02:47.961 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-217647-11102024230247.txt === {"quote":"217647","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"1","shipto":"BARAN","shiptoName":"Baran Manufacturing LLC","entry_date":"06-18-2024","cust_order_date":"06-18-2024","req_date":"11-29-2024","cust_po":"MAKINO a61nx TOOLING","terms_code":"N30","ship_via":"U-GND","ship_collect":"NF-LIT","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Stephen Baran","drop_po":"BUDGETARY QUOTE","status":"0","user":"nickm","conv_order":"","time":"09:56","extra":"","follow_up":"11-15-2024","web_id":"","follow_name":"Stephen Baran","follow_phone":"","follow_email":"sbaran333@gmail.com","pic_user":"nickm","total_amt":"24752.00","total_gp":"16382.25","total_gpm":"66.19","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"2","totalQty":"8","win_pct":"75","clo_date":"11-22-2024","notes":[],"crmnotes":[{"comp":1,"quote":217647,"Line":0,"Comment":"07/07/2024 9:40 PM - nickm - F/U changed from 07/01/2024 to 7/1/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217647,"Line":1,"Comment":"07/07/2024 9:41 PM - nickm - CLO changed from 07/18/2024 to 07/26/2024 (CLO Date Updated)"},{"comp":1,"quote":217647,"Line":2,"Comment":"07/07/2024 9:41 PM - nickm - Req Date changed from 07/30/2024 to 08/16/2024 (Req Date Updated)"},{"comp":1,"quote":217647,"Line":3,"Comment":"07/07/2024 9:50 PM - nickm - F/U changed from 07/01/2024 to 7/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217647,"Line":4,"Comment":"07/07/2024 10:02 PM - nickm - Steve Baran reviewing the quote for the 2 new Makino HMC's. Also considering a E346+ presetter"},{"comp":1,"quote":217647,"Line":5,"Comment":"07/07/2024 10:23 PM - nickm - Win% changed from 20 to 75"},{"comp":1,"quote":217647,"Line":6,"Comment":"07/21/2024 11:54 PM - nickm - F/U changed from 07/15/2024 to 7/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217647,"Line":7,"Comment":"07/21/2024 11:54 PM - nickm - CLO changed from 07/26/2024 to 08/16/2024 (CLO Date Updated)"},{"comp":1,"quote":217647,"Line":8,"Comment":"07/21/2024 11:54 PM - nickm - Req Date changed from 08/16/2024 to 09/20/2024 (Req Date Updated)"},{"comp":1,"quote":217647,"Line":9,"Comment":"07/21/2024 11:56 PM - nickm - Followed up on quote. Steve is still reviewing"},{"comp":1,"quote":217647,"Line":10,"Comment":"07/29/2024 1:00 AM - nickm - First Makino HMC is coming in September. Won't need tooling until then"},{"comp":1,"quote":217647,"Line":11,"Comment":"07/29/2024 1:01 AM - nickm - F/U changed from 07/29/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217647,"Line":12,"Comment":"07/29/2024 1:01 AM - nickm - CLO changed from 08/16/2024 to 08/30/2024 (CLO Date Updated)"},{"comp":1,"quote":217647,"Line":13,"Comment":"08/26/2024 3:29 AM - nickm - F/U changed from 08/19/2024 to 9/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217647,"Line":14,"Comment":"08/26/2024 3:30 AM - nickm - CLO changed from 08/30/2024 to 10/18/2024 (CLO Date Updated)"},{"comp":1,"quote":217647,"Line":15,"Comment":"08/26/2024 3:30 AM - nickm - Req Date changed from 09/20/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":217647,"Line":16,"Comment":"09/29/2024 9:28 PM - nickm - F/U changed from 09/23/2024 to 10/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217647,"Line":17,"Comment":"09/29/2024 9:28 PM - nickm - CLO changed from 10/18/2024 to 11/29/2024 (CLO Date Updated)"},{"comp":1,"quote":217647,"Line":18,"Comment":"09/29/2024 9:29 PM - nickm - Req Date changed from 10/31/2024 to 01/24/2025 (Req Date Updated)"},{"comp":1,"quote":217647,"Line":19,"Comment":"09/29/2024 9:29 PM - nickm - Makino's not due until February"},{"comp":1,"quote":217647,"Line":20,"Comment":"10/28/2024 2:53 AM - nickm - F/U changed from 10/14/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217647,"Line":21,"Comment":"10/28/2024 2:56 AM - nickm - Order coming"},{"comp":1,"quote":217647,"Line":22,"Comment":"11/10/2024 11:55 PM - nickm - F/U changed from 11/11/2024 to 11/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217647,"Line":23,"Comment":"11/10/2024 11:55 PM - nickm - CLO changed from 11/29/2024 to 11/22/2024 (CLO Date Updated)"},{"comp":1,"quote":217647,"Line":24,"Comment":"11/10/2024 11:55 PM - nickm - Req Date changed from 01/24/2025 to 11/29/2024 (Req Date Updated)"},{"comp":1,"quote":217647,"Line":25,"Comment":"11/11/2024 12:02 AM - nickm - Sent new updated quote. This was budgetary"}],"items":[{"comp":"01","order":"217647","line":"3","part":"PRE-E346PLUS-H63","qty":"1","price":"18400.00","uom":"EA","discount":"10.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"217647","line":"4","part":"PRE-SPDL-I40","qty":"1","price":"970.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217647","line":"5","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217647","line":"6","part":"PRE-GAUGE-H63","qty":"1","price":"1040.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217647","line":"10","part":"PRE-E346PLUS-STD","qty":"1","price":"1940.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217647","line":"11","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217647","line":"12","part":"PRE-PRNT-ROLL-QL800","qty":"1","price":"30.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217647","line":"13","part":"PRE-INST/TRAINING","qty":"1","price":"3800.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":8}}] 2024-11-10 23:03:15.487 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218177-11102024230315.txt === {"quote":"218177","customer":"1055","name":null,"customerName":"A.W. Miller Technical Sales Inc.","comp":"01","open":"0","shipto":"NATINSTT","shiptoName":"National Institute of Standards & T","entry_date":"07-26-2024","cust_order_date":"07-26-2024","req_date":"12-31-2024","cust_po":"HSK63A Tooling Package","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Terry Raines","drop_po":"MAZAK INTEGREX TOOLING","status":"0","user":"nickm","conv_order":"","time":"08:56","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Terry Raines","follow_phone":"301-975-2000","follow_email":"terry.raines@nist.gov","pic_user":"nickm","total_amt":"27968.00","total_gp":"21563.18","total_gpm":"77.10","rev_type":"ADV","mod_date":"11-10-2024","mod_time":null,"mod_user":"nickm","reason":"","totalQty":"72","win_pct":"74","clo_date":"12-13-2024","notes":[],"crmnotes":[{"comp":1,"quote":218177,"Line":0,"Comment":"07/07/2024 10:50 PM - nickm - F/U changed from 07/06/2024 to 7/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218177,"Line":1,"Comment":"08/19/2024 2:17 AM - nickm - F/U changed from 08/12/2024 to 8/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218177,"Line":2,"Comment":"08/26/2024 4:06 AM - nickm - Order coming"},{"comp":1,"quote":218177,"Line":3,"Comment":"08/26/2024 4:06 AM - nickm - F/U changed from 08/19/2024 to 8/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218177,"Line":4,"Comment":"08/26/2024 4:08 AM - nickm - Win% changed from 20 to 74"},{"comp":1,"quote":218177,"Line":5,"Comment":"09/09/2024 1:21 AM - nickm - F/U changed from 08/30/2024 to 9/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218177,"Line":6,"Comment":"09/29/2024 9:47 PM - nickm - F/U changed from 09/23/2024 to 10/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218177,"Line":7,"Comment":"10/13/2024 11:30 PM - nickm - F/U changed from 10/07/2024 to 11/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218177,"Line":8,"Comment":"10/13/2024 11:30 PM - nickm - CLO changed from 10/11/2024 to 11/29/2024 (CLO Date Updated)"},{"comp":1,"quote":218177,"Line":9,"Comment":"10/13/2024 11:31 PM - nickm - Req Date changed from 10/28/2024 to 12/20/2024 (Req Date Updated)"},{"comp":1,"quote":218177,"Line":10,"Comment":"10/13/2024 11:34 PM - nickm - Machines have been purchased. Delivery will be end of year or early next year."},{"comp":1,"quote":218177,"Line":11,"Comment":"11/10/2024 10:56 PM - nickm - F/U changed from 11/04/2024 to 11/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218177,"Line":12,"Comment":"11/10/2024 10:56 PM - nickm - CLO changed from 11/29/2024 to 12/13/2024 (CLO Date Updated)"},{"comp":1,"quote":218177,"Line":13,"Comment":"11/10/2024 10:56 PM - nickm - Req Date changed from 12/20/2024 to 12/31/2024 (Req Date Updated)"},{"comp":1,"quote":218177,"Line":14,"Comment":"11/10/2024 10:58 PM - nickm - F/U changed from 11/25/2024 to 11/17/2024 (Order Approved Pending PO)"}],"items":[{"comp":"01","order":"218177","line":"3","part":"TCLA-40/63A/C6","qty":"1","price":"242.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"7","part":"TQW-200","qty":"1","price":"364.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"8","part":"TQW-HANDLE14X18","qty":"1","price":"53.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"12","part":"HSK63A-ER16-3.00","qty":"1","price":"409.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"13","part":"HSK63A-ER16-5.00","qty":"1","price":"410.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"14","part":"TQW-ER16/SK13(30)","qty":"1","price":"98.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"15","part":"E16-SET-15(C)","qty":"1","price":"1065.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"17","part":"HSK63A-ER32-4.00","qty":"1","price":"419.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"18","part":"HSK63A-ER32-6.00","qty":"1","price":"440.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"19","part":"TQW-ER32/SK20/TG75(50)","qty":"1","price":"105.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"20","part":"E32-SET-17(C)","qty":"1","price":"1632.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"24","part":"HSK63A-SK10C-105-IDU","qty":"1","price":"474.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"25","part":"HSK63A-SK10C-120-IDU","qty":"1","price":"508.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"26","part":"HSK63A-SK10C-150-IDU","qty":"1","price":"566.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"27","part":"TQW-SK10","qty":"1","price":"102.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"28","part":"SK10-SET-05-A","qty":"1","price":"335.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"29","part":"SK10-1/4AC","qty":"1","price":"96.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"30","part":"SK10-3/8AC","qty":"1","price":"96.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"31","part":"HSK63A-SK16-80-IDU","qty":"1","price":"486.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"32","part":"HSK63A-SK16-105-IDU","qty":"1","price":"555.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"33","part":"TQW-SK16(45)","qty":"1","price":"106.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"34","part":"SK16-SET-09-A","qty":"1","price":"738.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"35","part":"SK16-3/8AC","qty":"1","price":"180.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"36","part":"SK16-1/2AC","qty":"1","price":"134.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"37","part":"SK16-5/8AC","qty":"1","price":"134.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"41","part":"HSK63A-C3/4-110-IDU","qty":"1","price":"609.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"42","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"43","part":"HSK63A-C1-100-IDU","qty":"1","price":"604.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"44","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"45","part":"HSK63A-C1.1/4-110-IDU","qty":"1","price":"659.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"46","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"50","part":"HSK63A-SM0750-3.00CP","qty":"1","price":"254.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"51","part":"HSK63A-SM1000-3.00CP","qty":"1","price":"223.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"52","part":"HSK63A-SM1250-3.00CP","qty":"1","price":"244.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"56","part":"HSK63-TUBE","qty":"1","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"64","part":"H63A-SF0125-3.15MT","qty":"1","price":"356.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"65","part":"H63A-SF0125-4.72CP","qty":"1","price":"417.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"66","part":"H63A-SF0125-6.30CP","qty":"1","price":"455.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"67","part":"H63A-SF0125-6.30MT","qty":"1","price":"449.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"69","part":"H63A-SF0187-4.72CP","qty":"1","price":"418.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"70","part":"H63A-SF0187-6.30CP","qty":"1","price":"462.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"72","part":"H63A-SF0250-3.15CP","qty":"1","price":"362.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"73","part":"H63A-SF0250-4.72CP","qty":"1","price":"418.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"74","part":"H63A-SF0250-5.12CP","qty":"1","price":"407.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"75","part":"H63A-SF0250-6.30CP","qty":"1","price":"462.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"76","part":"H63A-SF0250-6.30MT","qty":"1","price":"398.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"78","part":"H63A-SF0312-3.15CP","qty":"1","price":"362.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"79","part":"H63A-SF0312-4.72CP","qty":"1","price":"418.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"80","part":"H63A-SF0312-6.30CP","qty":"1","price":"462.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"82","part":"H63A-SF0375-2.56RT","qty":"1","price":"363.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"83","part":"H63A-SF0375-3.35CP","qty":"1","price":"362.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"84","part":"H63A-SF0375-3.35MT","qty":"1","price":"462.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"85","part":"H63A-SF0375-4.72CP","qty":"1","price":"418.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"86","part":"H63A-SF0375-5.12CP","qty":"1","price":"407.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"87","part":"H63A-SF0375-6.30CP","qty":"1","price":"462.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"89","part":"H63A-SF0500-2.95RT","qty":"1","price":"363.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"90","part":"H63A-SF0500-3.54CP","qty":"1","price":"362.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"91","part":"H63A-SF0500-3.54MT","qty":"1","price":"382.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"92","part":"H63A-SF0500-4.72CP","qty":"1","price":"405.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"93","part":"H63A-SF0500-5.12CP","qty":"1","price":"407.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"94","part":"H63A-SF0500-6.30CP","qty":"1","price":"462.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"96","part":"H63A-SF0625-3.74CP","qty":"1","price":"385.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"97","part":"H63A-SF0625-3.74MT","qty":"1","price":"506.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"98","part":"H63A-SF0625-4.72CP","qty":"1","price":"405.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"99","part":"H63A-SF0625-5.12CP","qty":"1","price":"407.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"100","part":"H63A-SF0625-6.30CP","qty":"1","price":"462.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"102","part":"H63A-SF0750-3.94CP","qty":"1","price":"362.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"103","part":"H63A-SF0750-4.72CP","qty":"1","price":"405.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"104","part":"H63A-SF0750-6.30CP","qty":"1","price":"579.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"106","part":"H63A-SF1000-3.35RT","qty":"1","price":"363.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"107","part":"H63A-SF1000-4.53CP","qty":"1","price":"418.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218177","line":"108","part":"H63A-SF1000-6.30CP","qty":"1","price":"462.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":72}}] 2024-11-11 07:49:52.704 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-11 08:05:12.896 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223357-11112024080512.txt === {"quote":"223357","customer":"19578","name":null,"customerName":"Single Source Technologies - Canada","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-22-2024","cust_order_date":"10-22-2024","req_date":"12-03-2024","cust_po":"SPECIAL-TL","terms_code":"N45","ship_via":"U-ST","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Sebastian Tardiff","drop_po":"","status":"0","user":"briand","conv_order":"","time":"14:58","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Sebastien Tardif","follow_phone":"519-991-4273","follow_email":"sebastian.tardif@singlesourcetech.com","pic_user":"briand","total_amt":"2073.6","total_gp":"2073.60","total_gpm":"100.00","rev_type":"STD","mod_date":"11-11-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"6","win_pct":"20","clo_date":"11-22-2024","notes":[],"crmnotes":[{"comp":1,"quote":223357,"Line":0,"Comment":"10/28/2024 4:39 PM - briand - Forgot to mention that I sent the quote and drawing to Sebastian last Friday, 10/25"},{"comp":1,"quote":223357,"Line":1,"Comment":"10/28/2024 4:39 PM - briand - F/U changed from 10/28/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223357,"Line":2,"Comment":"11/11/2024 8:05 AM - briand - Sent Sebastian an email asking for an update on the quote."}],"items":[{"comp":"01","order":"223357","line":"1","part":"SPECIAL-TL","qty":"6","price":"480.00","uom":"EA","discount":"28.00","req_date":"SEE COMMENT","branch":"1"}],"qlines":[{"Quote":"223357","Line":"1","Company":"1","F_Line":"1","Comment":"HSK50A-HC10-85: 10mm Hydraulic Chuck with 85mm GL","Loc":"Y"},{"Quote":"223357","Line":"1","Company":"1","F_Line":"2","Comment":"Currently two (2) in stock at the factory.","Loc":"Y"},{"Quote":"223357","Line":"1","Company":"1","F_Line":"3","Comment":"Balance would be 12~14 weeks ARO.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-11 08:08:14.941 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223460-11112024080814.txt === {"quote":"223460","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"KINGPHPA","shiptoName":"Kingsbury, Inc.","entry_date":"10-24-2024","cust_order_date":"10-24-2024","req_date":"12-05-2024","cust_po":"ER Collets and Sets","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Sandy Innerst","drop_po":"","status":"0","user":"briand","conv_order":"","time":"09:58","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Sandy Innerst","follow_phone":"800-645-7270 x821786","follow_email":"innersts@mscdirect.com","pic_user":"briand","total_amt":"4370.60","total_gp":"3016.92","total_gpm":"69.03","rev_type":"STD","mod_date":"11-11-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"36","win_pct":"20","clo_date":"11-24-2024","notes":[{"comp":"1","quote":"223460","line":"6","data":"10-24-2024 10:03 - Discounts Recalculated QS"},{"comp":"1","quote":"223460","line":"5","data":"entered."},{"comp":"1","quote":"223460","line":"4","data":"days. Will update here if more quotes are"},{"comp":"1","quote":"223460","line":"3","data":"we will see others come in today or the next few"},{"comp":"1","quote":"223460","line":"2","data":"the ER Collets and Sets at this time. I'm sure"},{"comp":"1","quote":"223460","line":"1","data":"cannot find any other quotes for Kingsbury for"},{"comp":"1","quote":"223460","line":"0","data":"10-24-2024 10:09-briand: Sandy Innerst gave me EU,"}],"crmnotes":[{"comp":1,"quote":223460,"Line":0,"Comment":"10/29/2024 10:43 AM - briand - F/U changed from 10/31/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223460,"Line":1,"Comment":"11/11/2024 8:08 AM - briand - Sent Sandy a request for an update on this quote to see if Kingsbury is still considering placing an order."}],"items":[{"comp":"01","order":"223460","line":"1","part":"E16-039","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"2","part":"E16-059","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"3","part":"E16-078","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"4","part":"E16-098","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"5","part":"E16-118","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"6","part":"E16-137","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"7","part":"E16-157","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"8","part":"E16-177","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"9","part":"E16-196","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"10","part":"E16-216","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"11","part":"E16-236","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"12","part":"E16-255","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"13","part":"E16-275","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"14","part":"E16-295","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"15","part":"E16-314","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"16","part":"E16-334","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"17","part":"E16-354","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"18","part":"E16-374","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"19","part":"E16-393","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"20","part":"E16-002","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"21","part":"E16-004","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"22","part":"E16-006","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"23","part":"E16-008","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"24","part":"E16-010","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"25","part":"E16-012","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"26","part":"E16-014","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"27","part":"E16-016","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"28","part":"E16-018","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"29","part":"E16-020","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"30","part":"E16-022","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"31","part":"E16-024","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"32","part":"E16-026","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"33","part":"E16-SET-11(C)","qty":"1","price":"781.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"34","part":"E16-SET-13(C)-MM","qty":"1","price":"923.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"35","part":"E32-SET-21(C)-MM","qty":"1","price":"2016.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"36","part":"E32-SET-17(C)","qty":"1","price":"1632.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":36}}] 2024-11-11 08:08:23.270 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223460-11112024080822.txt === {"quote":"223460","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"KINGPHPA","shiptoName":"Kingsbury, Inc.","entry_date":"10-24-2024","cust_order_date":"10-24-2024","req_date":"12-05-2024","cust_po":"ER Collets and Sets","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Sandy Innerst","drop_po":"","status":"0","user":"briand","conv_order":"","time":"09:58","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Sandy Innerst","follow_phone":"800-645-7270 x821786","follow_email":"innersts@mscdirect.com","pic_user":"briand","total_amt":"4370.60","total_gp":"3016.92","total_gpm":"69.03","rev_type":"STD","mod_date":"11-11-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"36","win_pct":"20","clo_date":"11-26-2024","notes":[{"comp":"1","quote":"223460","line":"6","data":"10-24-2024 10:03 - Discounts Recalculated QS"},{"comp":"1","quote":"223460","line":"5","data":"entered."},{"comp":"1","quote":"223460","line":"4","data":"days. Will update here if more quotes are"},{"comp":"1","quote":"223460","line":"3","data":"we will see others come in today or the next few"},{"comp":"1","quote":"223460","line":"2","data":"the ER Collets and Sets at this time. I'm sure"},{"comp":"1","quote":"223460","line":"1","data":"cannot find any other quotes for Kingsbury for"},{"comp":"1","quote":"223460","line":"0","data":"10-24-2024 10:09-briand: Sandy Innerst gave me EU,"}],"crmnotes":[{"comp":1,"quote":223460,"Line":0,"Comment":"10/29/2024 10:43 AM - briand - F/U changed from 10/31/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223460,"Line":1,"Comment":"11/11/2024 8:08 AM - briand - Sent Sandy a request for an update on this quote to see if Kingsbury is still considering placing an order."},{"comp":1,"quote":223460,"Line":2,"Comment":"11/11/2024 8:08 AM - briand - F/U changed from 11/11/2024 to 11/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223460,"Line":3,"Comment":"11/11/2024 8:08 AM - briand - CLO changed from 11/24/2024 to 11/26/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223460","line":"1","part":"E16-039","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"2","part":"E16-059","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"3","part":"E16-078","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"4","part":"E16-098","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"5","part":"E16-118","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"6","part":"E16-137","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"7","part":"E16-157","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"8","part":"E16-177","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"9","part":"E16-196","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"10","part":"E16-216","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"11","part":"E16-236","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"12","part":"E16-255","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"13","part":"E16-275","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"14","part":"E16-295","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"15","part":"E16-314","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"16","part":"E16-334","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"17","part":"E16-354","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"18","part":"E16-374","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"19","part":"E16-393","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"20","part":"E16-002","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"21","part":"E16-004","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"22","part":"E16-006","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"23","part":"E16-008","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"24","part":"E16-010","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"25","part":"E16-012","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"26","part":"E16-014","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"27","part":"E16-016","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"28","part":"E16-018","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"29","part":"E16-020","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"30","part":"E16-022","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"31","part":"E16-024","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"32","part":"E16-026","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"33","part":"E16-SET-11(C)","qty":"1","price":"781.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"34","part":"E16-SET-13(C)-MM","qty":"1","price":"923.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"35","part":"E32-SET-21(C)-MM","qty":"1","price":"2016.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"36","part":"E32-SET-17(C)","qty":"1","price":"1632.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":36}}] 2024-11-11 08:11:18.781 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223265-11112024081118.txt === {"quote":"223265","customer":"19948","name":null,"customerName":"Sussex Tool & Supply Inc.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-21-2024","cust_order_date":"10-21-2024","req_date":"12-02-2024","cust_po":"500-050","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"40","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"10:45","extra":"","follow_up":"11-12-2024","web_id":"","follow_name":"Elizabeth Washbush","follow_phone":"262-251-4020x1","follow_email":"elizabeth@sussextool.com","pic_user":"jennad","total_amt":"26.25","total_gp":"19.30","total_gpm":"73.52","rev_type":"STD","mod_date":"11-11-2024","mod_time":null,"mod_user":"jennad","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-21-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223265","line":"1","part":"500-050","qty":"1","price":"35.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-11 08:18:24.023 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223247-11112024081823.txt === {"quote":"223247","customer":"4207","name":null,"customerName":"DCT Industrial Supply Company","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-21-2024","cust_order_date":"10-21-2024","req_date":"12-02-2024","cust_po":"C4006-1000-2.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"08:17","extra":"","follow_up":"11-12-2024","web_id":"","follow_name":"Connie Kerrn","follow_phone":"","follow_email":"ckerrn@dctisc.com","pic_user":"jennad","total_amt":"155.44","total_gp":"71.42","total_gpm":"45.95","rev_type":"STD","mod_date":"11-11-2024","mod_time":null,"mod_user":"jennad","reason":"2","totalQty":"2","win_pct":"20","clo_date":"11-21-2024","notes":[{"comp":"1","quote":"223247","line":"2","data":"end mill holder with 1\" bore."},{"comp":"1","quote":"223247","line":"1","data":"CV40 ZEM 1000175, single screw low projection"},{"comp":"1","quote":"223247","line":"0","data":"10-21-2024 08:17-jennad potential cross for"}],"crmnotes":[],"items":[{"comp":"01","order":"223247","line":"1","part":"C4006-1000-2.00","qty":"2","price":"134.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-11 08:19:21.470 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223358-11112024081921.txt === {"quote":"223358","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"MSCICHIC","shiptoName":"Msc Industrial Supply","entry_date":"10-22-2024","cust_order_date":"10-22-2024","req_date":"12-03-2024","cust_po":"C5001-27-60CP","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"15:03","extra":"","follow_up":"11-12-2024","web_id":"","follow_name":"Angela Kirby","follow_phone":"","follow_email":"angela.kirby@mscdirect.com","pic_user":"jennad","total_amt":"283.2","total_gp":"142.68","total_gpm":"50.38","rev_type":"STD","mod_date":"11-11-2024","mod_time":null,"mod_user":"jennad","reason":"2","totalQty":"2","win_pct":"20","clo_date":"11-22-2024","notes":[],"crmnotes":[{"comp":1,"quote":223358,"Line":0,"Comment":"11/11/2024 8:19 AM - jennad - Duplicate Quote - Not needed"}],"items":[{"comp":"01","order":"223358","line":"1","part":"C5001-27-60CP","qty":"2","price":"240.00","uom":"EA","discount":"41.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-11 08:19:49.838 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(34.6253781810878, -86.5726145512395, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(34.6253781810878, -86.5726145512395, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2796535 second/s. 2024-11-11 08:21:03.708 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224014-11112024082103.txt === {"quote":"224014","customer":"2325","name":null,"customerName":"BlackHawk Industrial - Base Camp","comp":"01","open":"0","shipto":"SPXFLOW","shiptoName":"SPX Flow US LLC","entry_date":"11-06-2024","cust_order_date":"11-06-2024","req_date":"12-18-2024","cust_po":"CAT50-C3/4-105U-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"09:01","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"Tim Jones","follow_phone":"(608) 927-7330","follow_email":"tim.jones@blackhawkid.com","pic_user":"jennad","total_amt":"455.65","total_gp":"315.89","total_gpm":"69.33","rev_type":"ADV","mod_date":"11-11-2024","mod_time":null,"mod_user":"jennad","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-06-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224014","line":"1","part":"CAT50-C3/4-105U-IDU","qty":"1","price":"660.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224014","line":"2","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-11 08:22:21.384 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223344-11112024082221.txt === {"quote":"223344","customer":"5900","name":null,"customerName":"EWIE Company Inc.","comp":"01","open":"0","shipto":"TCWOOD","shiptoName":"Woodward Inc. Loves Park","entry_date":"10-22-2024","cust_order_date":"10-22-2024","req_date":"12-03-2024","cust_po":"HSK63A-HC0500-90","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"13:37","extra":"","follow_up":"11-22-2024","web_id":"","follow_name":"Brandon Kintner","follow_phone":"517-673-1689","follow_email":"bkintner@psmicorp.com","pic_user":"jennad","total_amt":"522.92","total_gp":"320.67","total_gpm":"61.32","rev_type":"ADV","mod_date":"11-11-2024","mod_time":null,"mod_user":"jennad","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-22-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223344","line":"1","part":"HSK63A-HC0500-90","qty":"1","price":"769.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-11 08:23:39.835 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224015-11112024082339.txt === {"quote":"224015","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"NNTCITAS","shiptoName":"PTSolutions - Itasca","entry_date":"11-06-2024","cust_order_date":"11-06-2024","req_date":"12-18-2024","cust_po":"HSK63A-TB1.3/4-14.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"mirandag","conv_order":"","time":"09:06","extra":"","follow_up":"11-20-2024","web_id":"","follow_name":"Frank Bertucci","follow_phone":"","follow_email":"fbertucci@pts-tools.com","pic_user":"jennad","total_amt":"1381.6","total_gp":"1003.06","total_gpm":"72.60","rev_type":"ADV","mod_date":"11-11-2024","mod_time":null,"mod_user":"jennad","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-06-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224015","line":"1","part":"HSK63A-TB1.3/4-14.00","qty":"1","price":"1727.00","uom":"EA","discount":"20.00","req_date":".TOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-11 08:24:51.928 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223422-11112024082451.txt === {"quote":"223422","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"MSCPEW","shiptoName":"MSC","entry_date":"10-23-2024","cust_order_date":"10-23-2024","req_date":"12-04-2024","cust_po":"C5001-1500-2.00CP","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"13:52","extra":"","follow_up":"11-13-2024","web_id":"","follow_name":"Jennifer Stowers","follow_phone":"262-345-7112","follow_email":"Jennifer.Stowers@mscdirect.com","pic_user":"jennad","total_amt":"306.21","total_gp":"154.70","total_gpm":"50.52","rev_type":"STD","mod_date":"11-11-2024","mod_time":null,"mod_user":"jennad","reason":"5","totalQty":"2","win_pct":"20","clo_date":"11-23-2024","notes":[],"crmnotes":[{"comp":1,"quote":223422,"Line":0,"Comment":"11/11/2024 8:24 AM - jennad - Got by Aptex SO# 993648"}],"items":[{"comp":"01","order":"223422","line":"1","part":"C5001-1500-2.00CP","qty":"1","price":"247.00","uom":"EA","discount":"41.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223422","line":"2","part":"C5001-1500-4.00CP","qty":"1","price":"272.00","uom":"EA","discount":"41.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-11 08:31:03.959 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223796-11112024083103.txt === {"quote":"223796","customer":"3367","name":null,"customerName":"W.C. Chapman & Sons Inc.","comp":"01","open":"0","shipto":"FJBENGIN","shiptoName":"FJB Engineering Co","entry_date":"10-31-2024","cust_order_date":"10-31-2024","req_date":"12-12-2024","cust_po":"CAT40 Tooling","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Justin Phelps","drop_po":"","status":"0","user":"briand","conv_order":"","time":"15:29","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"Justin Phelps","follow_phone":"410-686-6860","follow_email":"justinp@wcchapman.com","pic_user":"briand","total_amt":"5610.48","total_gp":"2903.11","total_gpm":"51.74","rev_type":"STD","mod_date":"11-11-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"66","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"223796","line":"2","data":"10-31-2024 15:32 - Discounts Recalculated QS"},{"comp":"1","quote":"223796","line":"1","data":"Salem Tools Q# 223878."},{"comp":"1","quote":"223796","line":"0","data":"11-04-2024 10:35-briand: Also being quoted by"}],"crmnotes":[{"comp":1,"quote":223796,"Line":0,"Comment":"11/05/2024 8:34 AM - briand - F/U changed from 11/06/2024 to 11/11/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223796","line":"1","part":"C4006-0125-1.38","qty":"6","price":"161.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223796","line":"2","part":"C4006-0125-2.36","qty":"10","price":"144.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223796","line":"3","part":"C4006-0125-4.00","qty":"4","price":"150.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223796","line":"4","part":"C4006-0250-2.50","qty":"6","price":"123.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223796","line":"5","part":"C4006-0250-4.00","qty":"2","price":"150.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223796","line":"6","part":"C4006-0500-1.75","qty":"8","price":"112.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223796","line":"7","part":"C4006-0500-2.50","qty":"8","price":"123.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223796","line":"8","part":"C4006-0500-4.00","qty":"4","price":"139.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223796","line":"9","part":"C4006-0312-2.50","qty":"2","price":"139.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223796","line":"10","part":"C4006-0187-2.50","qty":"2","price":"144.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223796","line":"11","part":"C4006-10-2.50","qty":"2","price":"209.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223796","line":"12","part":"C4006-12-2.50","qty":"2","price":"177.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223796","line":"13","part":"C4007-0011-2.50","qty":"4","price":"200.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223796","line":"14","part":"011-HEX","qty":"1","price":"21.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223796","line":"15","part":"C4007-0016-2.25","qty":"4","price":"253.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223796","line":"16","part":"016-SPAN","qty":"1","price":"17.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":16}}] 2024-11-11 09:07:17.543 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223252-11112024090717.txt === {"quote":"223252","customer":"5900","name":null,"customerName":"EWIE Company Inc.","comp":"01","open":"1","shipto":"WOODIL","shiptoName":"Woodward Inc. ROCKCUT CAMPUS","entry_date":"10-21-2024","cust_order_date":"10-21-2024","req_date":"12-02-2024","cust_po":"C6-SK10-90-EU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"09:18","extra":"","follow_up":"11-12-2024","web_id":"","follow_name":"Brandon Kintner","follow_phone":"517-673-1689","follow_email":"bkintner@psmicorp.com","pic_user":"jennad","total_amt":"2636.36","total_gp":"1601.07","total_gpm":"60.73","rev_type":"ADV","mod_date":"11-11-2024","mod_time":null,"mod_user":"jennad","reason":"5","totalQty":"15","win_pct":"20","clo_date":"11-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":223252,"Line":0,"Comment":"11/11/2024 9:07 AM - jennad - Got by Morris Midwest - 992519"}],"items":[{"comp":"01","order":"223252","line":"1","part":"C6-SK10-90-EU","qty":"4","price":"542.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223252","line":"2","part":"C6-SK16-90-EU","qty":"2","price":"565.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223252","line":"3","part":"SK16-11.5","qty":"2","price":"82.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223252","line":"4","part":"SK10-6","qty":"3","price":"67.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223252","line":"5","part":"SKJ10-6C","qty":"2","price":"40.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223252","line":"6","part":"SK10-3.5","qty":"2","price":"67.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":6}}] 2024-11-11 09:12:11.436 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223878-11112024091211.txt === {"quote":"223878","customer":"19165","name":null,"customerName":"Salem Tools","comp":"01","open":"0","shipto":"FJBENGIN","shiptoName":"FJB Engineering Co","entry_date":"11-04-2024","cust_order_date":"10-31-2024","req_date":"12-23-2024","cust_po":"CAT40 Tooling","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"AM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Ralph Hudson","drop_po":"","status":"0","user":"briand","conv_order":"","time":"10:29","extra":"","follow_up":"11-20-2024","web_id":"","follow_name":"Ralph Hudson","follow_phone":"540-389-0233","follow_email":"rhudson@salemtools.com","pic_user":"briand","total_amt":"7618.06","total_gp":"4600.97","total_gpm":"60.40","rev_type":"STD","mod_date":"11-11-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"130","win_pct":"20","clo_date":"12-18-2024","notes":[{"comp":"1","quote":"223878","line":"2","data":"11-04-2024 10:36 - Discounts Recalculated"},{"comp":"1","quote":"223878","line":"1","data":"Chapman Q# 223796."},{"comp":"1","quote":"223878","line":"0","data":"11-04-2024 10:30-briand: Also being quoted by"}],"crmnotes":[{"comp":1,"quote":223878,"Line":0,"Comment":"11/05/2024 8:22 AM - briand - Req Date changed from 11/04/2024 to 12/23/2024 (Req Date Updated)"},{"comp":1,"quote":223878,"Line":1,"Comment":"11/05/2024 8:23 AM - briand - Forgot to enter this yesterday. Ralph from Salem Tools said the customer was looking for a C4007-0011-2.59 - checked NERP and we only have a -2.50 and let him know. Also sent drawings for him to review w/ FJB."}],"items":[{"comp":"01","order":"223878","line":"1","part":"C4006-0125-1.38","qty":"6","price":"161.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223878","line":"2","part":"C4006-0125-2.36","qty":"10","price":"144.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223878","line":"3","part":"C4006-0125-4.00","qty":"4","price":"150.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223878","line":"4","part":"C4006-0250-2.50","qty":"6","price":"123.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223878","line":"5","part":"C4006-0250-4.00","qty":"2","price":"150.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223878","line":"6","part":"C4006-0500-1.75","qty":"8","price":"112.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223878","line":"7","part":"C4006-0500-2.50","qty":"8","price":"123.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223878","line":"8","part":"C4006-0500-4.00","qty":"4","price":"139.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223878","line":"9","part":"C4006-0312-2.50","qty":"2","price":"139.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223878","line":"10","part":"C4006-0187-2.50","qty":"2","price":"144.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223878","line":"11","part":"C4006-10-2.50","qty":"2","price":"209.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223878","line":"12","part":"C4006-12-2.50","qty":"2","price":"177.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223878","line":"13","part":"C4007-0011-2.50","qty":"4","price":"200.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223878","line":"14","part":"011-HEX","qty":"1","price":"21.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223878","line":"15","part":"C4007-0016-2.25","qty":"4","price":"253.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223878","line":"16","part":"016-SPAN","qty":"1","price":"17.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223878","line":"17","part":"C40S-4500(H)-EU","qty":"64","price":"32.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":17}}] 2024-11-11 09:14:09.083 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223956-11112024091408.txt === {"quote":"223956","customer":"5900","name":null,"customerName":"EWIE Company Inc.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"11-05-2024","cust_order_date":"11-05-2024","req_date":"12-17-2024","cust_po":"CAT40-SK6-150U-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"11:12","extra":"","follow_up":"11-11-2024","web_id":"","follow_name":"Brandon Kintner","follow_phone":"517-673-1689","follow_email":"bkintner@psmicorp.com","pic_user":"briand","total_amt":"1123.36","total_gp":"766.84","total_gpm":"68.26","rev_type":"ADV","mod_date":"11-11-2024","mod_time":null,"mod_user":"briand","reason":"1","totalQty":"4","win_pct":"20","clo_date":"12-05-2024","notes":[],"crmnotes":[{"comp":1,"quote":223956,"Line":0,"Comment":"11/11/2024 9:13 AM - briand - SO 994686 created 11/8 only for 2, closing quote."}],"items":[{"comp":"01","order":"223956","line":"1","part":"CAT40-SK6-150U-IDU","qty":"4","price":"413.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-11 09:16:12.366 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223966-11112024091612.txt === {"quote":"223966","customer":"4750","name":null,"customerName":"Drillmex 2005 Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-05-2024","cust_order_date":"11-05-2024","req_date":"12-17-2024","cust_po":"NMTB50-C3/4-65","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"12:43","extra":"","follow_up":"11-27-2024","web_id":"","follow_name":"Nancy Fiset","follow_phone":"450-922-1929","follow_email":"nancy.fiset@drillmex.com","pic_user":"briand","total_amt":"1026.12","total_gp":"643.29","total_gpm":"62.69","rev_type":"ADV","mod_date":"11-11-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-05-2024","notes":[{"comp":"1","quote":"223966","line":"4","data":"I have P&D from Purchasing."},{"comp":"1","quote":"223966","line":"3","data":"to Nancy letting her know I'll send quote once"},{"comp":"1","quote":"223966","line":"2","data":"to the 65 GL. Added wrench to quote. Sent email"},{"comp":"1","quote":"223966","line":"1","data":"Looked at other dual taper MC and nothing close"},{"comp":"1","quote":"223966","line":"0","data":"11-05-2024 12:46-briand: Put on the Quote Log."}],"crmnotes":[],"items":[{"comp":"01","order":"223966","line":"1","part":"NMTB50-C3/4-65","qty":"1","price":"1468.00","uom":"EA","discount":"32.00","req_date":"16~18 Weeks ARO","branch":"1"},{"comp":"01","order":"223966","line":"2","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-11 09:20:43.705 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221879-11112024092043.txt === {"quote":"221879","customer":"3906","name":null,"customerName":"Kenneth Crosby, a DXP Company","comp":"01","open":"0","shipto":"PLANSEE","shiptoName":"Plansee USA","entry_date":"09-20-2024","cust_order_date":"11-30-2024","req_date":"12-05-2024","cust_po":"OKLT-ER32X-ICE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Attn: Liz","drop_po":"","status":"0","user":"briand","conv_order":"","time":"14:14","extra":"","follow_up":"11-11-2024","web_id":"","follow_name":"Liz DeMore","follow_phone":"508-497-9653","follow_email":"ldemore@dxpe.com","pic_user":"briand","total_amt":"12621.00","total_gp":"5429.60","total_gpm":"43.02","rev_type":"LT","mod_date":"11-11-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"10","win_pct":"20","clo_date":"11-21-2024","notes":[{"comp":"1","quote":"221879","line":"12","data":"Liz."},{"comp":"1","quote":"221879","line":"11","data":"Live Tools to quote and sent promotional flyer to"},{"comp":"1","quote":"221879","line":"10","data":"a reply. Applied additional 10% IMTS promo for"},{"comp":"1","quote":"221879","line":"9","data":"waiting for delivery time, expect 2~3 biz days for"},{"comp":"1","quote":"221879","line":"8","data":"stock, 1 at the factory and the balance we are"},{"comp":"1","quote":"221879","line":"7","data":"Sent Quote to Liz at Crosby stating we have 2 in"},{"comp":"1","quote":"221879","line":"6","data":"enter the OKLT-ER32X-ICE on the Mimatic Log."},{"comp":"1","quote":"221879","line":"5","data":"09-20-2024 14:36-briand: Jenna showed me how to"},{"comp":"1","quote":"221879","line":"4","data":"09-25-2024 15:35-cindyt: Brian is sending to Liz."},{"comp":"1","quote":"221879","line":"3","data":"open."},{"comp":"1","quote":"221879","line":"2","data":"karen.taylor@dxpe.com, who said the quote is still"},{"comp":"1","quote":"221879","line":"1","data":"Liz forwarded the email to Karen Taylor at DXP,"},{"comp":"1","quote":"221879","line":"0","data":"10-10-2024 10:01-briand: Put note in CRM,"}],"crmnotes":[{"comp":1,"quote":221879,"Line":0,"Comment":"10/02/2024 10:53 AM - briand - F/U changed from 10/05/2024 to 10/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221879,"Line":1,"Comment":"10/03/2024 9:23 AM - briand - F/U changed from 10/05/2024 to 10/10/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221879,"Line":2,"Comment":"10/03/2024 9:23 AM - briand - CLO changed from 10/10/2024 to 10/11/2024 (CLO Date Updated)"},{"comp":1,"quote":221879,"Line":3,"Comment":"10/10/2024 9:35 AM - briand - CLO changed from 10/11/2024 to 10/30/2024 (CLO Date Updated)"},{"comp":1,"quote":221879,"Line":4,"Comment":"10/10/2024 9:35 AM - briand - F/U changed from 10/10/2024 to 10/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221879,"Line":5,"Comment":"10/10/2024 9:35 AM - briand - Sent Liz an email asking if the quote is still active."},{"comp":1,"quote":221879,"Line":6,"Comment":"10/10/2024 9:55 AM - briand - Liz forwarded the email to Karen Taylor at DXP (karen.taylor@dxpe.com) and Karen said that this quote is still open."},{"comp":1,"quote":221879,"Line":7,"Comment":"10/29/2024 9:00 AM - briand - Sent Karen Taylor an email asking for an update; auto-reply says she's currently out of the office. Will await her reply."},{"comp":1,"quote":221879,"Line":8,"Comment":"10/29/2024 9:01 AM - briand - CLO changed from 10/30/2024 to 11/12/2024 (CLO Date Updated)"},{"comp":1,"quote":221879,"Line":9,"Comment":"10/29/2024 9:01 AM - briand - F/U changed from 10/29/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221879,"Line":10,"Comment":"11/11/2024 9:20 AM - briand - No reply from Karen Taylor, re-sent request for update. We're approaching the 60 day mark and if no reply by then, will close and we will have to requote at that time."},{"comp":1,"quote":221879,"Line":11,"Comment":"11/11/2024 9:20 AM - briand - CLO changed from 11/12/2024 to 11/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221879","line":"1","part":"OKLT-ER32X-ICE","qty":"7","price":"3005.00","uom":"EA","discount":"40.00","req_date":"SEE COMMENT","branch":"1"},{"comp":"01","order":"221879","line":"2","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"221879","line":"3","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221879","line":"4","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"221879","Line":"1","Company":"1","F_Line":"1","Comment":"Currently 2 in stock in IL 1 other at the factory &","Loc":"Y"},{"Quote":"221879","Line":"1","Company":"1","F_Line":"2","Comment":"delivery is approximately 2~3 Weeks. Delivery for","Loc":"Y"},{"Quote":"221879","Line":"1","Company":"1","F_Line":"3","Comment":"other 4 is 4~5 weeks.","Loc":"Y"},{"Quote":"221879","Line":"2","Company":"1","F_Line":"1","Comment":"Additional 10% discount added for the 2024 IMTS","Loc":"Y"},{"Quote":"221879","Line":"2","Company":"1","F_Line":"2","Comment":"promotion for spending over $5000 list. If List","Loc":"Y"},{"Quote":"221879","Line":"2","Company":"1","F_Line":"3","Comment":"amount drops between $500-$5000 then we will only","Loc":"Y"},{"Quote":"221879","Line":"2","Company":"1","F_Line":"4","Comment":"apply a 5% (additional discount - see promotional flyer","Loc":"Y"},{"Quote":"221879","Line":"2","Company":"1","F_Line":"5","Comment":"in quote email.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-11 09:20:48.364 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221879-11112024092048.txt === {"quote":"221879","customer":"3906","name":null,"customerName":"Kenneth Crosby, a DXP Company","comp":"01","open":"0","shipto":"PLANSEE","shiptoName":"Plansee USA","entry_date":"09-20-2024","cust_order_date":"11-30-2024","req_date":"12-05-2024","cust_po":"OKLT-ER32X-ICE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Attn: Liz","drop_po":"","status":"0","user":"briand","conv_order":"","time":"14:14","extra":"","follow_up":"11-20-2024","web_id":"","follow_name":"Liz DeMore","follow_phone":"508-497-9653","follow_email":"ldemore@dxpe.com","pic_user":"briand","total_amt":"12621.00","total_gp":"5429.60","total_gpm":"43.02","rev_type":"LT","mod_date":"11-11-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"10","win_pct":"20","clo_date":"11-21-2024","notes":[{"comp":"1","quote":"221879","line":"12","data":"Liz."},{"comp":"1","quote":"221879","line":"11","data":"Live Tools to quote and sent promotional flyer to"},{"comp":"1","quote":"221879","line":"10","data":"a reply. Applied additional 10% IMTS promo for"},{"comp":"1","quote":"221879","line":"9","data":"waiting for delivery time, expect 2~3 biz days for"},{"comp":"1","quote":"221879","line":"8","data":"stock, 1 at the factory and the balance we are"},{"comp":"1","quote":"221879","line":"7","data":"Sent Quote to Liz at Crosby stating we have 2 in"},{"comp":"1","quote":"221879","line":"6","data":"enter the OKLT-ER32X-ICE on the Mimatic Log."},{"comp":"1","quote":"221879","line":"5","data":"09-20-2024 14:36-briand: Jenna showed me how to"},{"comp":"1","quote":"221879","line":"4","data":"09-25-2024 15:35-cindyt: Brian is sending to Liz."},{"comp":"1","quote":"221879","line":"3","data":"open."},{"comp":"1","quote":"221879","line":"2","data":"karen.taylor@dxpe.com, who said the quote is still"},{"comp":"1","quote":"221879","line":"1","data":"Liz forwarded the email to Karen Taylor at DXP,"},{"comp":"1","quote":"221879","line":"0","data":"10-10-2024 10:01-briand: Put note in CRM,"}],"crmnotes":[{"comp":1,"quote":221879,"Line":0,"Comment":"10/02/2024 10:53 AM - briand - F/U changed from 10/05/2024 to 10/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221879,"Line":1,"Comment":"10/03/2024 9:23 AM - briand - F/U changed from 10/05/2024 to 10/10/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221879,"Line":2,"Comment":"10/03/2024 9:23 AM - briand - CLO changed from 10/10/2024 to 10/11/2024 (CLO Date Updated)"},{"comp":1,"quote":221879,"Line":3,"Comment":"10/10/2024 9:35 AM - briand - CLO changed from 10/11/2024 to 10/30/2024 (CLO Date Updated)"},{"comp":1,"quote":221879,"Line":4,"Comment":"10/10/2024 9:35 AM - briand - F/U changed from 10/10/2024 to 10/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221879,"Line":5,"Comment":"10/10/2024 9:35 AM - briand - Sent Liz an email asking if the quote is still active."},{"comp":1,"quote":221879,"Line":6,"Comment":"10/10/2024 9:55 AM - briand - Liz forwarded the email to Karen Taylor at DXP (karen.taylor@dxpe.com) and Karen said that this quote is still open."},{"comp":1,"quote":221879,"Line":7,"Comment":"10/29/2024 9:00 AM - briand - Sent Karen Taylor an email asking for an update; auto-reply says she's currently out of the office. Will await her reply."},{"comp":1,"quote":221879,"Line":8,"Comment":"10/29/2024 9:01 AM - briand - CLO changed from 10/30/2024 to 11/12/2024 (CLO Date Updated)"},{"comp":1,"quote":221879,"Line":9,"Comment":"10/29/2024 9:01 AM - briand - F/U changed from 10/29/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221879,"Line":10,"Comment":"11/11/2024 9:20 AM - briand - No reply from Karen Taylor, re-sent request for update. We're approaching the 60 day mark and if no reply by then, will close and we will have to requote at that time."},{"comp":1,"quote":221879,"Line":11,"Comment":"11/11/2024 9:20 AM - briand - CLO changed from 11/12/2024 to 11/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221879","line":"1","part":"OKLT-ER32X-ICE","qty":"7","price":"3005.00","uom":"EA","discount":"40.00","req_date":"SEE COMMENT","branch":"1"},{"comp":"01","order":"221879","line":"2","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"221879","line":"3","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221879","line":"4","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"221879","Line":"1","Company":"1","F_Line":"1","Comment":"Currently 2 in stock in IL 1 other at the factory &","Loc":"Y"},{"Quote":"221879","Line":"1","Company":"1","F_Line":"2","Comment":"delivery is approximately 2~3 Weeks. Delivery for","Loc":"Y"},{"Quote":"221879","Line":"1","Company":"1","F_Line":"3","Comment":"other 4 is 4~5 weeks.","Loc":"Y"},{"Quote":"221879","Line":"2","Company":"1","F_Line":"1","Comment":"Additional 10% discount added for the 2024 IMTS","Loc":"Y"},{"Quote":"221879","Line":"2","Company":"1","F_Line":"2","Comment":"promotion for spending over $5000 list. If List","Loc":"Y"},{"Quote":"221879","Line":"2","Company":"1","F_Line":"3","Comment":"amount drops between $500-$5000 then we will only","Loc":"Y"},{"Quote":"221879","Line":"2","Company":"1","F_Line":"4","Comment":"apply a 5% (additional discount - see promotional flyer","Loc":"Y"},{"Quote":"221879","Line":"2","Company":"1","F_Line":"5","Comment":"in quote email.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-11 09:26:49.311 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222732-11112024092649.txt === {"quote":"222732","customer":"4602","name":null,"customerName":"DGI Supply a DoAll Company (ON)","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-09-2024","cust_order_date":"10-09-2024","req_date":"12-05-2024","cust_po":"HSK63A-C3/4-110-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"11:19","extra":"","follow_up":"11-11-2024","web_id":"","follow_name":"Stuart Sharpe","follow_phone":"800-923-6255x89327","follow_email":"ssharpe@dgisupply.ca","pic_user":"briand","total_amt":"2069.60","total_gp":"1365.27","total_gpm":"65.97","rev_type":"ADV","mod_date":"11-11-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"8","win_pct":"20","clo_date":"11-12-2024","notes":[{"comp":"1","quote":"222732","line":"13","data":"one."},{"comp":"1","quote":"222732","line":"12","data":"added the 9HC22 wrench in case the customer needs"},{"comp":"1","quote":"222732","line":"11","data":"C6 holders and get the quote to Stuart. I also"},{"comp":"1","quote":"222732","line":"10","data":"Cindy said to quote 13~14 weeks delivery for the"},{"comp":"1","quote":"222732","line":"9","data":"entered three lines for price break quantities."},{"comp":"1","quote":"222732","line":"8","data":"moved the C6-C3/4-90-IDU to the Quote log and"},{"comp":"1","quote":"222732","line":"7","data":"requested as we have stock in Wh 1. She also"},{"comp":"1","quote":"222732","line":"6","data":"offer the C8-C3/4-105 instead of the -IDU that was"},{"comp":"1","quote":"222732","line":"5","data":"C8 holders on the Delivery log. Risa said to"},{"comp":"1","quote":"222732","line":"4","data":"10-09-2024 12:43-briand: I initial put the C6 and"},{"comp":"1","quote":"222732","line":"3","data":"currently in stock."},{"comp":"1","quote":"222732","line":"2","data":"ETA is 7 months. Everything else on the quote is"},{"comp":"1","quote":"222732","line":"1","data":"updated quote and delivery on the C6-C3/4-90-IDU"},{"comp":"1","quote":"222732","line":"0","data":"10-14-2024 08:45-briand: Stuart was sent an"}],"crmnotes":[{"comp":1,"quote":222732,"Line":0,"Comment":"10/11/2024 2:29 PM - briand - F/U changed from 10/15/2024 to 10/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222732,"Line":1,"Comment":"10/30/2024 10:13 AM - briand - Sent Stuart an email requesting status of this newer quote - active or not?"},{"comp":1,"quote":222732,"Line":2,"Comment":"10/31/2024 8:30 AM - briand - F/U changed from 10/31/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222732,"Line":3,"Comment":"10/31/2024 8:30 AM - briand - CLO changed from 11/09/2024 to 11/12/2024 (CLO Date Updated)"},{"comp":1,"quote":222732,"Line":4,"Comment":"11/11/2024 9:26 AM - briand - No reply from Stuart...will push this out a little more and then follow up with him again at that time."},{"comp":1,"quote":222732,"Line":5,"Comment":"11/11/2024 9:26 AM - briand - Req Date changed from 11/20/2024 to 12/05/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222732","line":"1","part":"HSK63A-C3/4-110-IDU","qty":"1","price":"609.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222732","line":"2","part":"HSK100A-C3/4-135-IDU","qty":"1","price":"764.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222732","line":"3","part":"C6-C3/4-90-IDU","qty":"1","price":"734.00","uom":"EA","discount":"35.00","req_date":"Update: 7 months ARO","branch":"1"},{"comp":"01","order":"222732","line":"4","part":"C8-C3/4-105","qty":"1","price":"859.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222732","line":"5","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222732","line":"6","part":"KM3/4-3/8","qty":"1","price":"59.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222732","line":"7","part":"KM3/4-1/2","qty":"1","price":"59.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222732","line":"8","part":"KM3/4-5/8","qty":"1","price":"59.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222732","Line":"5","Company":"1","F_Line":"1","Comment":"Can be used for all four (4) holders listed above.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":8}}] 2024-11-11 09:26:56.137 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222732-11112024092655.txt === {"quote":"222732","customer":"4602","name":null,"customerName":"DGI Supply a DoAll Company (ON)","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-09-2024","cust_order_date":"10-09-2024","req_date":"12-05-2024","cust_po":"HSK63A-C3/4-110-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"11:19","extra":"","follow_up":"11-11-2024","web_id":"","follow_name":"Stuart Sharpe","follow_phone":"800-923-6255x89327","follow_email":"ssharpe@dgisupply.ca","pic_user":"briand","total_amt":"2069.60","total_gp":"1365.27","total_gpm":"65.97","rev_type":"ADV","mod_date":"11-11-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"8","win_pct":"20","clo_date":"12-04-2024","notes":[{"comp":"1","quote":"222732","line":"13","data":"one."},{"comp":"1","quote":"222732","line":"12","data":"added the 9HC22 wrench in case the customer needs"},{"comp":"1","quote":"222732","line":"11","data":"C6 holders and get the quote to Stuart. I also"},{"comp":"1","quote":"222732","line":"10","data":"Cindy said to quote 13~14 weeks delivery for the"},{"comp":"1","quote":"222732","line":"9","data":"entered three lines for price break quantities."},{"comp":"1","quote":"222732","line":"8","data":"moved the C6-C3/4-90-IDU to the Quote log and"},{"comp":"1","quote":"222732","line":"7","data":"requested as we have stock in Wh 1. She also"},{"comp":"1","quote":"222732","line":"6","data":"offer the C8-C3/4-105 instead of the -IDU that was"},{"comp":"1","quote":"222732","line":"5","data":"C8 holders on the Delivery log. Risa said to"},{"comp":"1","quote":"222732","line":"4","data":"10-09-2024 12:43-briand: I initial put the C6 and"},{"comp":"1","quote":"222732","line":"3","data":"currently in stock."},{"comp":"1","quote":"222732","line":"2","data":"ETA is 7 months. Everything else on the quote is"},{"comp":"1","quote":"222732","line":"1","data":"updated quote and delivery on the C6-C3/4-90-IDU"},{"comp":"1","quote":"222732","line":"0","data":"10-14-2024 08:45-briand: Stuart was sent an"}],"crmnotes":[{"comp":1,"quote":222732,"Line":0,"Comment":"10/11/2024 2:29 PM - briand - F/U changed from 10/15/2024 to 10/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222732,"Line":1,"Comment":"10/30/2024 10:13 AM - briand - Sent Stuart an email requesting status of this newer quote - active or not?"},{"comp":1,"quote":222732,"Line":2,"Comment":"10/31/2024 8:30 AM - briand - F/U changed from 10/31/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222732,"Line":3,"Comment":"10/31/2024 8:30 AM - briand - CLO changed from 11/09/2024 to 11/12/2024 (CLO Date Updated)"},{"comp":1,"quote":222732,"Line":4,"Comment":"11/11/2024 9:26 AM - briand - No reply from Stuart...will push this out a little more and then follow up with him again at that time."},{"comp":1,"quote":222732,"Line":5,"Comment":"11/11/2024 9:26 AM - briand - Req Date changed from 11/20/2024 to 12/05/2024 (Req Date Updated)"},{"comp":1,"quote":222732,"Line":6,"Comment":"11/11/2024 9:26 AM - briand - CLO changed from 11/12/2024 to 12/04/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222732","line":"1","part":"HSK63A-C3/4-110-IDU","qty":"1","price":"609.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222732","line":"2","part":"HSK100A-C3/4-135-IDU","qty":"1","price":"764.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222732","line":"3","part":"C6-C3/4-90-IDU","qty":"1","price":"734.00","uom":"EA","discount":"35.00","req_date":"Update: 7 months ARO","branch":"1"},{"comp":"01","order":"222732","line":"4","part":"C8-C3/4-105","qty":"1","price":"859.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222732","line":"5","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222732","line":"6","part":"KM3/4-3/8","qty":"1","price":"59.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222732","line":"7","part":"KM3/4-1/2","qty":"1","price":"59.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222732","line":"8","part":"KM3/4-5/8","qty":"1","price":"59.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222732","Line":"5","Company":"1","F_Line":"1","Comment":"Can be used for all four (4) holders listed above.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":8}}] 2024-11-11 09:27:01.088 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222732-11112024092700.txt === {"quote":"222732","customer":"4602","name":null,"customerName":"DGI Supply a DoAll Company (ON)","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-09-2024","cust_order_date":"10-09-2024","req_date":"12-05-2024","cust_po":"HSK63A-C3/4-110-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"11:19","extra":"","follow_up":"12-03-2024","web_id":"","follow_name":"Stuart Sharpe","follow_phone":"800-923-6255x89327","follow_email":"ssharpe@dgisupply.ca","pic_user":"briand","total_amt":"2069.60","total_gp":"1365.27","total_gpm":"65.97","rev_type":"ADV","mod_date":"11-11-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"8","win_pct":"20","clo_date":"12-04-2024","notes":[{"comp":"1","quote":"222732","line":"13","data":"one."},{"comp":"1","quote":"222732","line":"12","data":"added the 9HC22 wrench in case the customer needs"},{"comp":"1","quote":"222732","line":"11","data":"C6 holders and get the quote to Stuart. I also"},{"comp":"1","quote":"222732","line":"10","data":"Cindy said to quote 13~14 weeks delivery for the"},{"comp":"1","quote":"222732","line":"9","data":"entered three lines for price break quantities."},{"comp":"1","quote":"222732","line":"8","data":"moved the C6-C3/4-90-IDU to the Quote log and"},{"comp":"1","quote":"222732","line":"7","data":"requested as we have stock in Wh 1. She also"},{"comp":"1","quote":"222732","line":"6","data":"offer the C8-C3/4-105 instead of the -IDU that was"},{"comp":"1","quote":"222732","line":"5","data":"C8 holders on the Delivery log. Risa said to"},{"comp":"1","quote":"222732","line":"4","data":"10-09-2024 12:43-briand: I initial put the C6 and"},{"comp":"1","quote":"222732","line":"3","data":"currently in stock."},{"comp":"1","quote":"222732","line":"2","data":"ETA is 7 months. Everything else on the quote is"},{"comp":"1","quote":"222732","line":"1","data":"updated quote and delivery on the C6-C3/4-90-IDU"},{"comp":"1","quote":"222732","line":"0","data":"10-14-2024 08:45-briand: Stuart was sent an"}],"crmnotes":[{"comp":1,"quote":222732,"Line":0,"Comment":"10/11/2024 2:29 PM - briand - F/U changed from 10/15/2024 to 10/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222732,"Line":1,"Comment":"10/30/2024 10:13 AM - briand - Sent Stuart an email requesting status of this newer quote - active or not?"},{"comp":1,"quote":222732,"Line":2,"Comment":"10/31/2024 8:30 AM - briand - F/U changed from 10/31/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222732,"Line":3,"Comment":"10/31/2024 8:30 AM - briand - CLO changed from 11/09/2024 to 11/12/2024 (CLO Date Updated)"},{"comp":1,"quote":222732,"Line":4,"Comment":"11/11/2024 9:26 AM - briand - No reply from Stuart...will push this out a little more and then follow up with him again at that time."},{"comp":1,"quote":222732,"Line":5,"Comment":"11/11/2024 9:26 AM - briand - Req Date changed from 11/20/2024 to 12/05/2024 (Req Date Updated)"},{"comp":1,"quote":222732,"Line":6,"Comment":"11/11/2024 9:26 AM - briand - CLO changed from 11/12/2024 to 12/04/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222732","line":"1","part":"HSK63A-C3/4-110-IDU","qty":"1","price":"609.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222732","line":"2","part":"HSK100A-C3/4-135-IDU","qty":"1","price":"764.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222732","line":"3","part":"C6-C3/4-90-IDU","qty":"1","price":"734.00","uom":"EA","discount":"35.00","req_date":"Update: 7 months ARO","branch":"1"},{"comp":"01","order":"222732","line":"4","part":"C8-C3/4-105","qty":"1","price":"859.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222732","line":"5","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222732","line":"6","part":"KM3/4-3/8","qty":"1","price":"59.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222732","line":"7","part":"KM3/4-1/2","qty":"1","price":"59.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222732","line":"8","part":"KM3/4-5/8","qty":"1","price":"59.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222732","Line":"5","Company":"1","F_Line":"1","Comment":"Can be used for all four (4) holders listed above.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":8}}] 2024-11-11 09:39:40.943 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224013-11112024093940.txt === {"quote":"224013","customer":"3966","name":null,"customerName":"Cutting Edge Tool Supply,Inc.","comp":"01","open":"0","shipto":"CUTTIN","shiptoName":"Cutting Edge Tool Supply","entry_date":"11-06-2024","cust_order_date":"11-06-2024","req_date":"12-18-2024","cust_po":"C40S-4500(H)-EU","terms_code":"CCARD","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"75","salesman":"DD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Allen Gordy","drop_po":"","status":"0","user":"rons","conv_order":"","time":"08:53","extra":"","follow_up":"12-04-2024","web_id":"","follow_name":"Allen Gordy","follow_phone":"","follow_email":"allen@cets-online.com","pic_user":"rons","total_amt":"25.6","total_gp":"20.74","total_gpm":"81.02","rev_type":"STD","mod_date":"11-11-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-06-2024","notes":[{"comp":"1","quote":"224013","line":"2","data":"11-06-2024 08:56 - Discounts Recalculated QS"},{"comp":"1","quote":"224013","line":"1","data":"pull stud on CAT40 Haas UMC 750..."},{"comp":"1","quote":"224013","line":"0","data":"11-06-2024 08:56-rons: request for coolant thru"}],"crmnotes":[],"items":[{"comp":"01","order":"224013","line":"1","part":"C40S-4500(H)-EU","qty":"1","price":"32.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-11 09:41:08.961 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224057-11112024094108.txt === {"quote":"224057","customer":"19585","name":null,"customerName":"Thomas Skinner & Son Ltd.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-06-2024","cust_order_date":"11-06-2024","req_date":"12-18-2024","cust_po":"S3/4-16X11/16","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"14:53","extra":"","follow_up":"12-03-2024","web_id":"","follow_name":"Millie Sharma","follow_phone":"204-925-9300x275","follow_email":"msharma@tskinner.com","pic_user":"rons","total_amt":"6.8","total_gp":"5.34","total_gpm":"78.53","rev_type":"STD","mod_date":"11-11-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-06-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224057","line":"1","part":"S3/4-16X11/16","qty":"1","price":"8.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-11 09:47:43.485 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223504-11112024094743.txt === {"quote":"223504","customer":"13485","name":null,"customerName":"Methods Machine Tools Inc. (MA)","comp":"01","open":"1","shipto":"METHUNIO","shiptoName":"Methods Machine Tools, Inc.-64","entry_date":"10-25-2024","cust_order_date":"10-25-2024","req_date":"12-06-2024","cust_po":"Phil Hurley","terms_code":"N45","ship_via":"TRK","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Phil Hurley","drop_po":"MMT-36229","status":"0","user":"stevel","conv_order":"","time":"08:30","extra":"","follow_up":"11-07-2024","web_id":"","follow_name":"Phil Hurley","follow_phone":"978-639-9596","follow_email":"phurley@methodsmachine.com","pic_user":"stevel","total_amt":"35527.8","total_gp":"35527.80","total_gpm":"100.00","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"1","totalQty":"1","win_pct":"20","clo_date":"11-25-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223504","line":"1","part":"RT-SET-MMT-37838","qty":"1","price":"50754.00","uom":"EA","discount":"30.00","req_date":"B/O ETA","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-11 09:48:29.418 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223547-11112024094829.txt === {"quote":"223547","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"1","shipto":"LOCKORLB","shiptoName":"LockHeed Martin","entry_date":"10-25-2024","cust_order_date":"10-25-2024","req_date":"12-06-2024","cust_po":"","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Aaron Honsa","drop_po":"","status":"0","user":"stevel","conv_order":"","time":"14:58","extra":"","follow_up":"11-07-2024","web_id":"","follow_name":"Aaron Honsa","follow_phone":"941-757-2293","follow_email":"aaron@afi-tools.com","pic_user":"stevel","total_amt":"0.00","total_gp":"0.00","total_gpm":"0.00","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"2","totalQty":"4","win_pct":"20","clo_date":null,"notes":[],"crmnotes":[{"comp":1,"quote":223547,"Line":0,"Comment":"11/11/2024 9:48 AM - stevel - duplicate"}],"items":[{"comp":"01","order":"223547","line":"1","part":"CNC1003AA21-4400W","qty":"2","price":"0.00","uom":"EA","discount":"0.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"223547","line":"2","part":"RT-ACCS-SCALE","qty":"2","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-11 09:53:53.904 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224128-11112024095353.txt === {"quote":"224128","customer":"4070","name":null,"customerName":"DXP Enterprises Inc.","comp":"01","open":"0","shipto":"DXPOK","shiptoName":"DXP Enterprises Inc.","entry_date":"11-07-2024","cust_order_date":"11-07-2024","req_date":"12-19-2024","cust_po":"C5007-1000-10.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"13:56","extra":"","follow_up":"11-27-2024","web_id":"","follow_name":"Invoices","follow_phone":"","follow_email":"accountspayable@dxpe.com","pic_user":"rons","total_amt":"216.92","total_gp":"113.41","total_gpm":"52.28","rev_type":"STD","mod_date":"11-11-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-07-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224128","line":"1","part":"C5007-1000-10.00","qty":"1","price":"374.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-11 09:54:28.866 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224131-11112024095428.txt === {"quote":"224131","customer":"2325","name":null,"customerName":"BlackHawk Industrial - Base Camp","comp":"01","open":"0","shipto":"MACHINMX","shiptoName":"Blackhawk Industrial - Tijuana","entry_date":"11-07-2024","cust_order_date":"11-07-2024","req_date":"12-19-2024","cust_po":"520-010","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"14:31","extra":"","follow_up":"12-04-2024","web_id":"","follow_name":"Oscar","follow_phone":"714-277-3952","follow_email":"sales@blackhawkid.com","pic_user":"rons","total_amt":"262.50","total_gp":"193.00","total_gpm":"73.52","rev_type":"STD","mod_date":"11-11-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"10","win_pct":"20","clo_date":"12-07-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224131","line":"1","part":"520-010","qty":"5","price":"35.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224131","line":"2","part":"520-008","qty":"5","price":"35.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-11 09:56:09.576 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223897-11112024095609.txt === {"quote":"223897","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"MSCSANDI","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"11-04-2024","cust_order_date":"11-04-2024","req_date":"12-16-2024","cust_po":"TQW-ER32/SK20/TG75(50)","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"12:42","extra":"","follow_up":"11-11-2024","web_id":"","follow_name":"Sales","follow_phone":"800-645-7270","follow_email":"sales@mscdirect.com","pic_user":"rons","total_amt":"68.25","total_gp":"35.41","total_gpm":"51.88","rev_type":"STD","mod_date":"11-11-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-04-2024","notes":[],"crmnotes":[{"comp":1,"quote":223897,"Line":0,"Comment":"11/08/2024 2:56 PM - rons - F/U changed from 11/10/2024 to 12/3/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223897","line":"1","part":"TQW-ER32/SK20/TG75(50)","qty":"1","price":"105.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-11 09:56:19.005 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223897-11112024095618.txt === {"quote":"223897","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"MSCSANDI","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"11-04-2024","cust_order_date":"11-04-2024","req_date":"12-16-2024","cust_po":"TQW-ER32/SK20/TG75(50)","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"12:42","extra":"","follow_up":"11-11-2024","web_id":"","follow_name":"Sales","follow_phone":"800-645-7270","follow_email":"sales@mscdirect.com","pic_user":"rons","total_amt":"68.25","total_gp":"35.41","total_gpm":"51.88","rev_type":"STD","mod_date":"11-11-2024","mod_time":null,"mod_user":"rons","reason":"1","totalQty":"1","win_pct":"20","clo_date":"12-04-2024","notes":[],"crmnotes":[{"comp":1,"quote":223897,"Line":0,"Comment":"11/08/2024 2:56 PM - rons - F/U changed from 11/10/2024 to 12/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223897,"Line":1,"Comment":"11/11/2024 9:56 AM - rons - F/U changed from 12/03/2024 to 11/11/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223897","line":"1","part":"TQW-ER32/SK20/TG75(50)","qty":"1","price":"105.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-11 09:58:12.295 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223883-11112024095812.txt === {"quote":"223883","customer":"E3492","name":null,"customerName":"Circle D Specialties","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-04-2024","cust_order_date":"11-04-2024","req_date":"12-16-2024","cust_po":"KM3/4-1/2","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"JH","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"11:02","extra":"","follow_up":"11-11-2024","web_id":"","follow_name":"Samuel Snipes","follow_phone":"713-501-5183","follow_email":"sam@cdsftw.com","pic_user":"rons","total_amt":"150.45","total_gp":"111.24","total_gpm":"73.94","rev_type":"ADV","mod_date":"11-11-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-04-2024","notes":[],"crmnotes":[{"comp":1,"quote":223883,"Line":0,"Comment":"11/08/2024 2:55 PM - rons - F/U changed from 11/10/2024 to 12/3/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223883","line":"1","part":"KM3/4-1/2","qty":"3","price":"59.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-11 10:07:27.372 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223612-11112024100727.txt === {"quote":"223612","customer":"8005","name":null,"customerName":"H & C Tool Supply Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-29-2024","cust_order_date":"10-29-2024","req_date":"12-10-2024","cust_po":"T15-088","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"09:39","extra":"","follow_up":"12-02-2024","web_id":"","follow_name":"Chris Miller","follow_phone":"585-235-5700","follow_email":"chris.miller@hctoolsupply.com","pic_user":"briand","total_amt":"249.84","total_gp":"130.34","total_gpm":"52.17","rev_type":"STD","mod_date":"11-11-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-29-2024","notes":[],"crmnotes":[{"comp":1,"quote":223612,"Line":0,"Comment":"11/04/2024 11:10 AM - briand - F/U changed from 11/04/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223612,"Line":1,"Comment":"11/11/2024 10:07 AM - briand - Sent Chris an email asking for status on this quote."}],"items":[{"comp":"01","order":"223612","line":"1","part":"T15-088","qty":"1","price":"347.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-11 10:07:34.568 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223612-11112024100734.txt === {"quote":"223612","customer":"8005","name":null,"customerName":"H & C Tool Supply Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-29-2024","cust_order_date":"10-29-2024","req_date":"12-10-2024","cust_po":"T15-088","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"09:39","extra":"","follow_up":"12-02-2024","web_id":"","follow_name":"Chris Miller","follow_phone":"585-235-5700","follow_email":"chris.miller@hctoolsupply.com","pic_user":"briand","total_amt":"249.84","total_gp":"130.34","total_gpm":"52.17","rev_type":"STD","mod_date":"11-11-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-03-2024","notes":[],"crmnotes":[{"comp":1,"quote":223612,"Line":0,"Comment":"11/04/2024 11:10 AM - briand - F/U changed from 11/04/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223612,"Line":1,"Comment":"11/11/2024 10:07 AM - briand - Sent Chris an email asking for status on this quote."},{"comp":1,"quote":223612,"Line":2,"Comment":"11/11/2024 10:07 AM - briand - F/U changed from 11/11/2024 to 12/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223612,"Line":3,"Comment":"11/11/2024 10:07 AM - briand - CLO changed from 11/29/2024 to 12/03/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223612","line":"1","part":"T15-088","qty":"1","price":"347.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-11 10:10:57.781 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223620-11112024101057.txt === {"quote":"223620","customer":"19585","name":null,"customerName":"Thomas Skinner & Son Ltd.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-29-2024","cust_order_date":"10-29-2024","req_date":"12-10-2024","cust_po":"SE1-6.0X4.9","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"10:18","extra":"","follow_up":"11-11-2024","web_id":"","follow_name":"Millie Sharma","follow_phone":"204-925-9300 X 275","follow_email":"msharma@tskinner.com","pic_user":"briand","total_amt":"31.68","total_gp":"18.04","total_gpm":"56.94","rev_type":"STD","mod_date":"11-11-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-05-2024","notes":[],"crmnotes":[{"comp":1,"quote":223620,"Line":0,"Comment":"11/04/2024 11:11 AM - briand - F/U changed from 11/04/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223620,"Line":1,"Comment":"11/11/2024 10:10 AM - briand - Sent Millie an email asking for an update on this quote."},{"comp":1,"quote":223620,"Line":2,"Comment":"11/11/2024 10:10 AM - briand - CLO changed from 11/29/2024 to 12/05/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223620","line":"1","part":"SE1-6.0X4.9","qty":"1","price":"48.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-11 10:11:02.783 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223620-11112024101102.txt === {"quote":"223620","customer":"19585","name":null,"customerName":"Thomas Skinner & Son Ltd.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-29-2024","cust_order_date":"10-29-2024","req_date":"12-10-2024","cust_po":"SE1-6.0X4.9","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"10:18","extra":"","follow_up":"12-04-2024","web_id":"","follow_name":"Millie Sharma","follow_phone":"204-925-9300 X 275","follow_email":"msharma@tskinner.com","pic_user":"briand","total_amt":"31.68","total_gp":"18.04","total_gpm":"56.94","rev_type":"STD","mod_date":"11-11-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-05-2024","notes":[],"crmnotes":[{"comp":1,"quote":223620,"Line":0,"Comment":"11/04/2024 11:11 AM - briand - F/U changed from 11/04/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223620,"Line":1,"Comment":"11/11/2024 10:10 AM - briand - Sent Millie an email asking for an update on this quote."},{"comp":1,"quote":223620,"Line":2,"Comment":"11/11/2024 10:10 AM - briand - CLO changed from 11/29/2024 to 12/05/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223620","line":"1","part":"SE1-6.0X4.9","qty":"1","price":"48.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-11 10:16:56.808 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223965-11112024101656.txt === {"quote":"223965","customer":"4750","name":null,"customerName":"Drillmex 2005 Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-05-2024","cust_order_date":"11-05-2024","req_date":"12-17-2024","cust_po":"NCAT50-SF0312-5.12CP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"12:39","extra":"","follow_up":"12-04-2024","web_id":"","follow_name":"Nancy Fiset","follow_phone":"450-922-1929","follow_email":"nancy.fiset@drillmex.com","pic_user":"briand","total_amt":"867.68","total_gp":"569.86","total_gpm":"65.68","rev_type":"ADV","mod_date":"11-11-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-05-2024","notes":[],"crmnotes":[{"comp":1,"quote":223965,"Line":0,"Comment":"11/11/2024 10:16 AM - briand - Sent Nancy an email asking for an update."}],"items":[{"comp":"01","order":"223965","line":"1","part":"NCAT50-SF0312-5.12CP","qty":"2","price":"638.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-11 10:17:28.887 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223996-11112024101728.txt === {"quote":"223996","customer":"15265","name":null,"customerName":"Outillage Industriel Quebec","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-05-2024","cust_order_date":"11-05-2024","req_date":"12-17-2024","cust_po":"N5006-1250-3.50","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"15:06","extra":"","follow_up":"11-27-2024","web_id":"","follow_name":"Erick Lepage","follow_phone":"418-683-2527","follow_email":"erick.lepage@quebecindustriel.com","pic_user":"briand","total_amt":"676.24","total_gp":"379.42","total_gpm":"56.11","rev_type":"STD","mod_date":"11-11-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-05-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223996","line":"1","part":"N5006-1250-3.50","qty":"1","price":"296.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223996","line":"2","part":"W1205-1375-5.00","qty":"1","price":"672.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-11 10:19:01.676 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222875-11112024101901.txt === {"quote":"222875","customer":"19585","name":null,"customerName":"Thomas Skinner & Son Ltd.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-11-2024","cust_order_date":"10-11-2024","req_date":"11-22-2024","cust_po":"NB4001-0750-1.75CP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"09:42","extra":"","follow_up":"11-11-2024","web_id":"","follow_name":"Millie Sharma","follow_phone":"204-925-9300 X 275","follow_email":"msharma@tskinner.com","pic_user":"briand","total_amt":"128.18","total_gp":"88.92","total_gpm":"69.37","rev_type":"STD","mod_date":"11-11-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-18-2024","notes":[],"crmnotes":[{"comp":1,"quote":222875,"Line":0,"Comment":"10/15/2024 9:22 AM - briand - F/U changed from 10/17/2024 to 10/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222875,"Line":1,"Comment":"10/28/2024 10:06 AM - briand - Sent email to Millie to see if this newer quote is still active."},{"comp":1,"quote":222875,"Line":2,"Comment":"10/28/2024 10:06 AM - briand - F/U changed from 10/29/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222875,"Line":3,"Comment":"10/28/2024 10:06 AM - briand - CLO changed from 11/11/2024 to 11/12/2024 (CLO Date Updated)"},{"comp":1,"quote":222875,"Line":4,"Comment":"11/11/2024 10:18 AM - briand - CLO changed from 11/12/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222875","line":"1","part":"NB4001-0750-1.75CP","qty":"1","price":"221.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-11 10:21:42.381 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223583-11112024102142.txt === {"quote":"223583","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-28-2024","cust_order_date":"10-28-2024","req_date":"12-09-2024","cust_po":"E11-078","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"12:45","extra":"","follow_up":"11-12-2024","web_id":"","follow_name":"Tricia Davis","follow_phone":"410-725-4340","follow_email":"tricia.davis@mscdirect.com","pic_user":"briand","total_amt":"87.75","total_gp":"60.77","total_gpm":"69.25","rev_type":"STD","mod_date":"11-11-2024","mod_time":null,"mod_user":"briand","reason":"1","totalQty":"3","win_pct":"20","clo_date":"11-28-2024","notes":[],"crmnotes":[{"comp":1,"quote":223583,"Line":0,"Comment":"10/29/2024 11:05 AM - briand - F/U changed from 11/03/2024 to 11/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223583,"Line":1,"Comment":"11/11/2024 10:21 AM - briand - SO # 994337 created 11/05/2024 - closing quote."}],"items":[{"comp":"01","order":"223583","line":"1","part":"E11-078","qty":"1","price":"49.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223583","line":"2","part":"E11-118","qty":"1","price":"43.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223583","line":"3","part":"E11-137","qty":"1","price":"43.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-11 10:23:37.108 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222875-11112024102336.txt === {"quote":"222875","customer":"19585","name":null,"customerName":"Thomas Skinner & Son Ltd.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-11-2024","cust_order_date":"10-11-2024","req_date":"11-22-2024","cust_po":"NB4001-0750-1.75CP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"09:42","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Millie Sharma","follow_phone":"204-925-9300 X 275","follow_email":"msharma@tskinner.com","pic_user":"briand","total_amt":"128.18","total_gp":"88.92","total_gpm":"69.37","rev_type":"STD","mod_date":"11-11-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-18-2024","notes":[],"crmnotes":[{"comp":1,"quote":222875,"Line":0,"Comment":"10/15/2024 9:22 AM - briand - F/U changed from 10/17/2024 to 10/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222875,"Line":1,"Comment":"10/28/2024 10:06 AM - briand - Sent email to Millie to see if this newer quote is still active."},{"comp":1,"quote":222875,"Line":2,"Comment":"10/28/2024 10:06 AM - briand - F/U changed from 10/29/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222875,"Line":3,"Comment":"10/28/2024 10:06 AM - briand - CLO changed from 11/11/2024 to 11/12/2024 (CLO Date Updated)"},{"comp":1,"quote":222875,"Line":4,"Comment":"11/11/2024 10:18 AM - briand - CLO changed from 11/12/2024 to 11/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222875","line":"1","part":"NB4001-0750-1.75CP","qty":"1","price":"221.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-11 10:23:49.148 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222875-11112024102348.txt === {"quote":"222875","customer":"19585","name":null,"customerName":"Thomas Skinner & Son Ltd.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-11-2024","cust_order_date":"10-11-2024","req_date":"11-22-2024","cust_po":"NB4001-0750-1.75CP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"09:42","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Millie Sharma","follow_phone":"204-925-9300 X 275","follow_email":"msharma@tskinner.com","pic_user":"briand","total_amt":"128.18","total_gp":"88.92","total_gpm":"69.37","rev_type":"STD","mod_date":"11-11-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-19-2024","notes":[],"crmnotes":[{"comp":1,"quote":222875,"Line":0,"Comment":"10/15/2024 9:22 AM - briand - F/U changed from 10/17/2024 to 10/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222875,"Line":1,"Comment":"10/28/2024 10:06 AM - briand - Sent email to Millie to see if this newer quote is still active."},{"comp":1,"quote":222875,"Line":2,"Comment":"10/28/2024 10:06 AM - briand - F/U changed from 10/29/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222875,"Line":3,"Comment":"10/28/2024 10:06 AM - briand - CLO changed from 11/11/2024 to 11/12/2024 (CLO Date Updated)"},{"comp":1,"quote":222875,"Line":4,"Comment":"11/11/2024 10:18 AM - briand - CLO changed from 11/12/2024 to 11/18/2024 (CLO Date Updated)"},{"comp":1,"quote":222875,"Line":5,"Comment":"11/11/2024 10:23 AM - briand - F/U changed from 11/11/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222875,"Line":6,"Comment":"11/11/2024 10:23 AM - briand - CLO changed from 11/18/2024 to 11/19/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222875","line":"1","part":"NB4001-0750-1.75CP","qty":"1","price":"221.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-11 10:30:42.832 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223623-11112024103042.txt === {"quote":"223623","customer":"5900","name":null,"customerName":"EWIE Company Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-29-2024","cust_order_date":"10-29-2024","req_date":"12-10-2024","cust_po":"E16-014","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"10:34","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Brandon Kintner","follow_phone":"517-673-1689","follow_email":"bkintner@psmicorp.com","pic_user":"briand","total_amt":"57.12","total_gp":"40.58","total_gpm":"71.04","rev_type":"STD","mod_date":"11-11-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-29-2024","notes":[],"crmnotes":[{"comp":1,"quote":223623,"Line":0,"Comment":"11/04/2024 2:06 PM - briand - F/U changed from 11/04/2024 to 11/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223623,"Line":1,"Comment":"11/11/2024 10:30 AM - briand - Sent Brandon an email asking for an update on this"}],"items":[{"comp":"01","order":"223623","line":"1","part":"E16-014","qty":"2","price":"42.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-11 10:34:54.818 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224011-11112024103454.txt === {"quote":"224011","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-06-2024","cust_order_date":"11-06-2024","req_date":"12-18-2024","cust_po":"300-018","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"08:27","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"Christine Gawronski","follow_phone":"215-956-9650","follow_email":"christine.gawronski@mscdirect.com","pic_user":"briand","total_amt":"56.4","total_gp":"30.72","total_gpm":"54.47","rev_type":"STD","mod_date":"11-11-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-06-2024","notes":[{"comp":"1","quote":"224011","line":"3","data":"email about this."},{"comp":"1","quote":"224011","line":"2","data":"P&D from Purchasing. Notified Christine via"},{"comp":"1","quote":"224011","line":"1","data":"Quote Log. Will send to Christine once I have"},{"comp":"1","quote":"224011","line":"0","data":"11-06-2024 08:30-briand: Added 300-018 to the"}],"crmnotes":[{"comp":1,"quote":224011,"Line":0,"Comment":"11/11/2024 10:34 AM - briand - Purchasing said lead time for 300-018 would be mid/end December 2024. I did suggest the 3J Emergency Steel Collet. I did send her PDF, STEP and DXF drawings."}],"items":[{"comp":"01","order":"224011","line":"1","part":"300-018","qty":"1","price":"94.00","uom":"EA","discount":"40.00","req_date":"0 Stk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-11 10:35:55.007 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224035-11112024103554.txt === {"quote":"224035","customer":"19745","name":null,"customerName":"Sowa Tool & Machine Co. LTD.","comp":"01","open":"0","shipto":"SOWATOO","shiptoName":"Sowa Tool & Machine Co. LTD.","entry_date":"11-06-2024","cust_order_date":"11-06-2024","req_date":"12-18-2024","cust_po":"NT10 Tap Collets","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Ed Hinrikus","drop_po":"","status":"0","user":"briand","conv_order":"","time":"11:22","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Ed Hinrikus","follow_phone":"800-265-8221x286","follow_email":"ehinrikus@sowatool.com","pic_user":"briand","total_amt":"337.5","total_gp":"220.58","total_gpm":"65.36","rev_type":"STD","mod_date":"11-11-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"5","win_pct":"20","clo_date":"12-06-2024","notes":[{"comp":"1","quote":"224035","line":"0","data":"11-06-2024 11:23 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"224035","line":"1","part":"NT10-020","qty":"1","price":"75.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224035","line":"2","part":"NT10-024","qty":"1","price":"75.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224035","line":"3","part":"NT10-032","qty":"1","price":"75.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224035","line":"4","part":"NT10-040","qty":"1","price":"75.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224035","line":"5","part":"NT10-048","qty":"1","price":"75.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":5}}] 2024-11-11 10:37:18.533 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223476-11112024103718.txt === {"quote":"223476","customer":"2965","name":null,"customerName":"Butler Bros.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-24-2024","cust_order_date":"10-24-2024","req_date":"12-05-2024","cust_po":"H63A-SF4-80MT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"11","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"12:45","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"Daniel Warner","follow_phone":"207-784-6875","follow_email":"dwarner@butlerbros.com","pic_user":"briand","total_amt":"258.7","total_gp":"141.56","total_gpm":"54.72","rev_type":"ADV","mod_date":"11-11-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-24-2024","notes":[{"comp":"1","quote":"223476","line":"8","data":"needs one."},{"comp":"1","quote":"223476","line":"7","data":"Danny I'll call him when I have delivery. He only"},{"comp":"1","quote":"223476","line":"6","data":"this SF holder, 8 at ELCO, entered on CBO and told"},{"comp":"1","quote":"223476","line":"5","data":"10-24-2024 12:46-briand: Danny called looking for"},{"comp":"1","quote":"223476","line":"4","data":"delivery."},{"comp":"1","quote":"223476","line":"3","data":"off is 11/4 (need a PO by then) for end of Nov"},{"comp":"1","quote":"223476","line":"2","data":"just send him quote and cc'd Alyssa. Next Air cut"},{"comp":"1","quote":"223476","line":"1","data":"Danny however hes ooo today. Gave him details and"},{"comp":"1","quote":"223476","line":"0","data":"10-25-2024 08:44-briand: Called and LMOVM for"}],"crmnotes":[{"comp":1,"quote":223476,"Line":0,"Comment":"11/05/2024 10:58 AM - briand - F/U changed from 11/08/2024 to 11/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223476,"Line":1,"Comment":"11/05/2024 10:58 AM - briand - CLO changed from 11/24/2024 to 11/25/2024 (CLO Date Updated)"},{"comp":1,"quote":223476,"Line":2,"Comment":"11/07/2024 10:07 AM - briand - Waiting for Danny to get back to us on this quote plus 223083 for the H63A-SF0250-3.15MT"},{"comp":1,"quote":223476,"Line":3,"Comment":"11/07/2024 10:07 AM - briand - F/U changed from 11/08/2024 to 11/13/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223476","line":"1","part":"H63A-SF4-80MT","qty":"1","price":"398.00","uom":"EA","discount":"35.00","req_date":"SEE COMMENT BELOW:","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-11 10:44:30.679 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223488-11112024104430.txt === {"quote":"223488","customer":"18650","name":null,"customerName":"Rite-Way Tool Company Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-24-2024","cust_order_date":"10-24-2024","req_date":"12-05-2024","cust_po":"S50SF-0250-4.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"14:05","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Kevin Killinger","follow_phone":"724-387-1100","follow_email":"kevinkillinger.riteway@comcast.net","pic_user":"briand","total_amt":"97.06","total_gp":"96.06","total_gpm":"98.97","rev_type":"ADV","mod_date":"11-11-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-24-2024","notes":[],"crmnotes":[{"comp":1,"quote":223488,"Line":0,"Comment":"10/29/2024 8:55 AM - briand - F/U changed from 10/30/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223488,"Line":1,"Comment":"11/11/2024 10:44 AM - briand - Sent Kevin an email asking if this quote is still active."}],"items":[{"comp":"01","order":"223488","line":"1","part":"S50SF-0250-4.00","qty":"1","price":"211.00","uom":"EA","discount":"54.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223488","line":"2","part":"PROMOTION-OS","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-11 10:44:39.242 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223488-11112024104439.txt === {"quote":"223488","customer":"18650","name":null,"customerName":"Rite-Way Tool Company Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-24-2024","cust_order_date":"10-24-2024","req_date":"12-05-2024","cust_po":"S50SF-0250-4.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"14:05","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Kevin Killinger","follow_phone":"724-387-1100","follow_email":"kevinkillinger.riteway@comcast.net","pic_user":"briand","total_amt":"97.06","total_gp":"96.06","total_gpm":"98.97","rev_type":"ADV","mod_date":"11-11-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-26-2024","notes":[],"crmnotes":[{"comp":1,"quote":223488,"Line":0,"Comment":"10/29/2024 8:55 AM - briand - F/U changed from 10/30/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223488,"Line":1,"Comment":"11/11/2024 10:44 AM - briand - Sent Kevin an email asking if this quote is still active."},{"comp":1,"quote":223488,"Line":2,"Comment":"11/11/2024 10:44 AM - briand - F/U changed from 11/13/2024 to 11/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223488,"Line":3,"Comment":"11/11/2024 10:44 AM - briand - CLO changed from 11/24/2024 to 11/26/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223488","line":"1","part":"S50SF-0250-4.00","qty":"1","price":"211.00","uom":"EA","discount":"54.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223488","line":"2","part":"PROMOTION-OS","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-11 10:57:56.891 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222881-11112024105756.txt === {"quote":"222881","customer":"4750","name":null,"customerName":"Drillmex 2005 Inc.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-11-2024","cust_order_date":"10-11-2024","req_date":"11-22-2024","cust_po":"C40-STD-EU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"10:30","extra":"","follow_up":"11-13-2024","web_id":"","follow_name":"Olivier Brais","follow_phone":"(819) 740-1929","follow_email":"olivier.brais@drillmex.com","pic_user":"briand","total_amt":"168.0","total_gp":"123.40","total_gpm":"73.45","rev_type":"STD","mod_date":"11-11-2024","mod_time":null,"mod_user":"briand","reason":"1","totalQty":"10","win_pct":"20","clo_date":"11-14-2024","notes":[{"comp":"1","quote":"222881","line":"3","data":"however that's up to the EU to decide."},{"comp":"1","quote":"222881","line":"2","data":"him to share w/ the EU. We are close on this on"},{"comp":"1","quote":"222881","line":"1","data":"a PS from Seco. Sent .PDF and .STEP files for"},{"comp":"1","quote":"222881","line":"0","data":"10-11-2024 10:30-briand: Olivier wanted a cross on"}],"crmnotes":[{"comp":1,"quote":222881,"Line":0,"Comment":"10/15/2024 9:23 AM - briand - F/U changed from 10/17/2024 to 10/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222881,"Line":1,"Comment":"10/21/2024 9:36 AM - briand - Sent Olivier an email asking if the quote is still active."},{"comp":1,"quote":222881,"Line":2,"Comment":"10/21/2024 9:36 AM - briand - F/U changed from 10/22/2024 to 11/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222881,"Line":3,"Comment":"10/21/2024 1:04 PM - briand - Olivier said that an order will proceed soon"},{"comp":1,"quote":222881,"Line":4,"Comment":"11/05/2024 10:48 AM - briand - CLO changed from 11/11/2024 to 11/14/2024 (CLO Date Updated)"},{"comp":1,"quote":222881,"Line":5,"Comment":"11/05/2024 10:49 AM - briand - F/U changed from 11/07/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222881,"Line":6,"Comment":"11/11/2024 10:57 AM - briand - Web order, SO 994267, created on 11/4/2024. Closing quote."}],"items":[{"comp":"01","order":"222881","line":"1","part":"C40-STD-EU","qty":"10","price":"28.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-11 11:02:27.476 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218520-11112024110227.txt === {"quote":"218520","customer":"13435","name":null,"customerName":"Meredith Machinery LLC","comp":"01","open":"0","shipto":"MERCGEA","shiptoName":"Meredith Machinery","entry_date":"07-10-2024","cust_order_date":"07-10-2024","req_date":"11-30-2024","cust_po":"Scott Bell","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"47","salesman":"KH","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Scott Bell","drop_po":"5AX-201HFA-M","status":"0","user":"stevel","conv_order":"","time":"08:36","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Scott Bell","follow_phone":"502-693-0261","follow_email":"scott.bell@meredithmachinery.com","pic_user":"stevel","total_amt":"249336.48","total_gp":"166248.00","total_gpm":"66.68","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"36","win_pct":"20","clo_date":"11-09-2024","notes":[],"crmnotes":[{"comp":1,"quote":218520,"Line":0,"Comment":"07/29/2024 8:57 AM - stevel - F/U changed from 07/23/2024 to 8/10/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218520,"Line":1,"Comment":"07/29/2024 8:57 AM - stevel - Encounter has been added"},{"comp":1,"quote":218520,"Line":2,"Comment":"08/12/2024 8:45 AM - stevel - F/U changed from 08/10/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218520,"Line":3,"Comment":"08/12/2024 8:45 AM - stevel - CLO changed from 08/10/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":218520,"Line":4,"Comment":"08/12/2024 8:45 AM - stevel - Req Date changed from 08/21/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":218520,"Line":5,"Comment":"09/23/2024 9:35 AM - stevel - F/U changed from 09/21/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218520,"Line":6,"Comment":"09/23/2024 9:35 AM - stevel - CLO changed from 09/21/2024 to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":218520,"Line":7,"Comment":"09/23/2024 9:35 AM - stevel - Req Date changed from 09/28/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":218520,"Line":8,"Comment":"10/21/2024 6:25 AM - stevel - CLO changed from 10/26/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":218520,"Line":9,"Comment":"10/21/2024 6:25 AM - stevel - F/U changed from 10/26/2024 to 11/9/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"218520","line":"1","part":"5AX-201HFA-M","qty":"6","price":"53900.00","uom":"EA","discount":"33.00","req_date":"2 Stk","branch":"1"},{"comp":"01","order":"218520","line":"2","part":"TCD-E6147","qty":"6","price":"3358.00","uom":"EA","discount":"33.00","req_date":"1 Stk","branch":"1"},{"comp":"01","order":"218520","line":"3","part":"TCE-95951-2500R","qty":"6","price":"1063.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218520","line":"4","part":"TCE-95947-2500R","qty":"6","price":"1320.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218520","line":"5","part":"TCE-95950-2500T","qty":"6","price":"1063.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218520","line":"6","part":"TCE-95948-2500T","qty":"6","price":"1320.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-11 11:02:32.760 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218520-11112024110232.txt === {"quote":"218520","customer":"13435","name":null,"customerName":"Meredith Machinery LLC","comp":"01","open":"0","shipto":"MERCGEA","shiptoName":"Meredith Machinery","entry_date":"07-10-2024","cust_order_date":"07-10-2024","req_date":"11-30-2024","cust_po":"Scott Bell","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"47","salesman":"KH","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Scott Bell","drop_po":"5AX-201HFA-M","status":"0","user":"stevel","conv_order":"","time":"08:36","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Scott Bell","follow_phone":"502-693-0261","follow_email":"scott.bell@meredithmachinery.com","pic_user":"stevel","total_amt":"249336.48","total_gp":"166248.00","total_gpm":"66.68","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"36","win_pct":"20","clo_date":"12-07-2024","notes":[],"crmnotes":[{"comp":1,"quote":218520,"Line":0,"Comment":"07/29/2024 8:57 AM - stevel - F/U changed from 07/23/2024 to 8/10/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218520,"Line":1,"Comment":"07/29/2024 8:57 AM - stevel - Encounter has been added"},{"comp":1,"quote":218520,"Line":2,"Comment":"08/12/2024 8:45 AM - stevel - F/U changed from 08/10/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218520,"Line":3,"Comment":"08/12/2024 8:45 AM - stevel - CLO changed from 08/10/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":218520,"Line":4,"Comment":"08/12/2024 8:45 AM - stevel - Req Date changed from 08/21/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":218520,"Line":5,"Comment":"09/23/2024 9:35 AM - stevel - F/U changed from 09/21/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218520,"Line":6,"Comment":"09/23/2024 9:35 AM - stevel - CLO changed from 09/21/2024 to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":218520,"Line":7,"Comment":"09/23/2024 9:35 AM - stevel - Req Date changed from 09/28/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":218520,"Line":8,"Comment":"10/21/2024 6:25 AM - stevel - CLO changed from 10/26/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":218520,"Line":9,"Comment":"10/21/2024 6:25 AM - stevel - F/U changed from 10/26/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218520,"Line":10,"Comment":"11/11/2024 11:02 AM - stevel - F/U changed from 11/09/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218520,"Line":11,"Comment":"11/11/2024 11:02 AM - stevel - CLO changed from 11/09/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"218520","line":"1","part":"5AX-201HFA-M","qty":"6","price":"53900.00","uom":"EA","discount":"33.00","req_date":"2 Stk","branch":"1"},{"comp":"01","order":"218520","line":"2","part":"TCD-E6147","qty":"6","price":"3358.00","uom":"EA","discount":"33.00","req_date":"1 Stk","branch":"1"},{"comp":"01","order":"218520","line":"3","part":"TCE-95951-2500R","qty":"6","price":"1063.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218520","line":"4","part":"TCE-95947-2500R","qty":"6","price":"1320.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218520","line":"5","part":"TCE-95950-2500T","qty":"6","price":"1063.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218520","line":"6","part":"TCE-95948-2500T","qty":"6","price":"1320.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-11 11:02:35.266 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218520-11112024110235.txt === {"quote":"218520","customer":"13435","name":null,"customerName":"Meredith Machinery LLC","comp":"01","open":"0","shipto":"MERCGEA","shiptoName":"Meredith Machinery","entry_date":"07-10-2024","cust_order_date":"07-10-2024","req_date":"12-07-2024","cust_po":"Scott Bell","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"47","salesman":"KH","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Scott Bell","drop_po":"5AX-201HFA-M","status":"0","user":"stevel","conv_order":"","time":"08:36","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Scott Bell","follow_phone":"502-693-0261","follow_email":"scott.bell@meredithmachinery.com","pic_user":"stevel","total_amt":"249336.48","total_gp":"166248.00","total_gpm":"66.68","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"36","win_pct":"20","clo_date":"12-07-2024","notes":[],"crmnotes":[{"comp":1,"quote":218520,"Line":0,"Comment":"07/29/2024 8:57 AM - stevel - F/U changed from 07/23/2024 to 8/10/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218520,"Line":1,"Comment":"07/29/2024 8:57 AM - stevel - Encounter has been added"},{"comp":1,"quote":218520,"Line":2,"Comment":"08/12/2024 8:45 AM - stevel - F/U changed from 08/10/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218520,"Line":3,"Comment":"08/12/2024 8:45 AM - stevel - CLO changed from 08/10/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":218520,"Line":4,"Comment":"08/12/2024 8:45 AM - stevel - Req Date changed from 08/21/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":218520,"Line":5,"Comment":"09/23/2024 9:35 AM - stevel - F/U changed from 09/21/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218520,"Line":6,"Comment":"09/23/2024 9:35 AM - stevel - CLO changed from 09/21/2024 to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":218520,"Line":7,"Comment":"09/23/2024 9:35 AM - stevel - Req Date changed from 09/28/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":218520,"Line":8,"Comment":"10/21/2024 6:25 AM - stevel - CLO changed from 10/26/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":218520,"Line":9,"Comment":"10/21/2024 6:25 AM - stevel - F/U changed from 10/26/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218520,"Line":10,"Comment":"11/11/2024 11:02 AM - stevel - F/U changed from 11/09/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218520,"Line":11,"Comment":"11/11/2024 11:02 AM - stevel - CLO changed from 11/09/2024 to 12/07/2024 (CLO Date Updated)"},{"comp":1,"quote":218520,"Line":12,"Comment":"11/11/2024 11:02 AM - stevel - Req Date changed from 11/30/2024 to 12/07/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"218520","line":"1","part":"5AX-201HFA-M","qty":"6","price":"53900.00","uom":"EA","discount":"33.00","req_date":"2 Stk","branch":"1"},{"comp":"01","order":"218520","line":"2","part":"TCD-E6147","qty":"6","price":"3358.00","uom":"EA","discount":"33.00","req_date":"1 Stk","branch":"1"},{"comp":"01","order":"218520","line":"3","part":"TCE-95951-2500R","qty":"6","price":"1063.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218520","line":"4","part":"TCE-95947-2500R","qty":"6","price":"1320.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218520","line":"5","part":"TCE-95950-2500T","qty":"6","price":"1063.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218520","line":"6","part":"TCE-95948-2500T","qty":"6","price":"1320.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-11 11:03:19.335 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221086-11112024110319.txt === {"quote":"221086","customer":"13435","name":null,"customerName":"Meredith Machinery LLC","comp":"01","open":"0","shipto":"MERCGEA","shiptoName":"Meredith Machinery","entry_date":"09-04-2024","cust_order_date":"09-04-2024","req_date":"11-09-2024","cust_po":"Scott Bell","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"47","salesman":"KH","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Scott Bell","drop_po":"5AX-201HFA-M w/ 6 Port RJ","status":"0","user":"stevel","conv_order":"","time":"10:48","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Scott Bell","follow_phone":"502-693-0261","follow_email":"scott.bell@meredithmachinery.com","pic_user":"stevel","total_amt":"203771.70","total_gp":"134770.46","total_gpm":"66.14","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"33","win_pct":"20","clo_date":"11-09-2024","notes":[],"crmnotes":[{"comp":1,"quote":221086,"Line":0,"Comment":"09/16/2024 11:18 AM - stevel - F/U changed from 09/17/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221086,"Line":1,"Comment":"09/16/2024 11:18 AM - stevel - CLO changed from 10/04/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":221086,"Line":2,"Comment":"10/08/2024 10:24 AM - stevel - F/U changed from 10/05/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221086,"Line":3,"Comment":"10/08/2024 10:24 AM - stevel - CLO changed from 10/05/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":221086,"Line":4,"Comment":"10/08/2024 10:24 AM - stevel - Req Date changed from 10/16/2024 to 11/09/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221086","line":"1","part":"5AX-201HFA-M","qty":"4","price":"53900.00","uom":"EA","discount":"35.00","req_date":"2 Stk/2pc 10-12 Wks","branch":"1"},{"comp":"01","order":"221086","line":"2","part":"TCD-E6147","qty":"4","price":"3358.00","uom":"EA","discount":"35.00","req_date":"1 Stk/3pc 10-12 Wks","branch":"1"},{"comp":"01","order":"221086","line":"3","part":"TCE-95951-2500R","qty":"4","price":"1063.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221086","line":"4","part":"TCE-95947-2500R","qty":"4","price":"1320.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221086","line":"5","part":"TCE-95950-2500T","qty":"4","price":"1063.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221086","line":"6","part":"TCE-95948-2500T","qty":"4","price":"1320.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221086","line":"8","part":"NCTZ200EFA-M","qty":"2","price":"18480.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221086","line":"9","part":"TAT-105","qty":"2","price":"5298.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221086","line":"10","part":"TCE-95951-2500R","qty":"2","price":"1063.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221086","line":"11","part":"TCE-95947-2500R","qty":"2","price":"1320.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221086","line":"12","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"8500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":11}}] 2024-11-11 11:03:26.009 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221086-11112024110325.txt === {"quote":"221086","customer":"13435","name":null,"customerName":"Meredith Machinery LLC","comp":"01","open":"0","shipto":"MERCGEA","shiptoName":"Meredith Machinery","entry_date":"09-04-2024","cust_order_date":"09-04-2024","req_date":"11-09-2024","cust_po":"Scott Bell","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"47","salesman":"KH","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Scott Bell","drop_po":"5AX-201HFA-M w/ 6 Port RJ","status":"0","user":"stevel","conv_order":"","time":"10:48","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Scott Bell","follow_phone":"502-693-0261","follow_email":"scott.bell@meredithmachinery.com","pic_user":"stevel","total_amt":"203771.70","total_gp":"134770.46","total_gpm":"66.14","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"33","win_pct":"20","clo_date":"12-07-2024","notes":[],"crmnotes":[{"comp":1,"quote":221086,"Line":0,"Comment":"09/16/2024 11:18 AM - stevel - F/U changed from 09/17/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221086,"Line":1,"Comment":"09/16/2024 11:18 AM - stevel - CLO changed from 10/04/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":221086,"Line":2,"Comment":"10/08/2024 10:24 AM - stevel - F/U changed from 10/05/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221086,"Line":3,"Comment":"10/08/2024 10:24 AM - stevel - CLO changed from 10/05/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":221086,"Line":4,"Comment":"10/08/2024 10:24 AM - stevel - Req Date changed from 10/16/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":221086,"Line":5,"Comment":"11/11/2024 11:03 AM - stevel - F/U changed from 11/09/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221086,"Line":6,"Comment":"11/11/2024 11:03 AM - stevel - CLO changed from 11/09/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221086","line":"1","part":"5AX-201HFA-M","qty":"4","price":"53900.00","uom":"EA","discount":"35.00","req_date":"2 Stk/2pc 10-12 Wks","branch":"1"},{"comp":"01","order":"221086","line":"2","part":"TCD-E6147","qty":"4","price":"3358.00","uom":"EA","discount":"35.00","req_date":"1 Stk/3pc 10-12 Wks","branch":"1"},{"comp":"01","order":"221086","line":"3","part":"TCE-95951-2500R","qty":"4","price":"1063.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221086","line":"4","part":"TCE-95947-2500R","qty":"4","price":"1320.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221086","line":"5","part":"TCE-95950-2500T","qty":"4","price":"1063.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221086","line":"6","part":"TCE-95948-2500T","qty":"4","price":"1320.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221086","line":"8","part":"NCTZ200EFA-M","qty":"2","price":"18480.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221086","line":"9","part":"TAT-105","qty":"2","price":"5298.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221086","line":"10","part":"TCE-95951-2500R","qty":"2","price":"1063.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221086","line":"11","part":"TCE-95947-2500R","qty":"2","price":"1320.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221086","line":"12","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"8500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":11}}] 2024-11-11 11:03:28.759 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221086-11112024110328.txt === {"quote":"221086","customer":"13435","name":null,"customerName":"Meredith Machinery LLC","comp":"01","open":"0","shipto":"MERCGEA","shiptoName":"Meredith Machinery","entry_date":"09-04-2024","cust_order_date":"09-04-2024","req_date":"12-07-2024","cust_po":"Scott Bell","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"47","salesman":"KH","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Scott Bell","drop_po":"5AX-201HFA-M w/ 6 Port RJ","status":"0","user":"stevel","conv_order":"","time":"10:48","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Scott Bell","follow_phone":"502-693-0261","follow_email":"scott.bell@meredithmachinery.com","pic_user":"stevel","total_amt":"203771.70","total_gp":"134770.46","total_gpm":"66.14","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"33","win_pct":"20","clo_date":"12-07-2024","notes":[],"crmnotes":[{"comp":1,"quote":221086,"Line":0,"Comment":"09/16/2024 11:18 AM - stevel - F/U changed from 09/17/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221086,"Line":1,"Comment":"09/16/2024 11:18 AM - stevel - CLO changed from 10/04/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":221086,"Line":2,"Comment":"10/08/2024 10:24 AM - stevel - F/U changed from 10/05/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221086,"Line":3,"Comment":"10/08/2024 10:24 AM - stevel - CLO changed from 10/05/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":221086,"Line":4,"Comment":"10/08/2024 10:24 AM - stevel - Req Date changed from 10/16/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":221086,"Line":5,"Comment":"11/11/2024 11:03 AM - stevel - F/U changed from 11/09/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221086,"Line":6,"Comment":"11/11/2024 11:03 AM - stevel - CLO changed from 11/09/2024 to 12/07/2024 (CLO Date Updated)"},{"comp":1,"quote":221086,"Line":7,"Comment":"11/11/2024 11:03 AM - stevel - Req Date changed from 11/09/2024 to 12/07/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221086","line":"1","part":"5AX-201HFA-M","qty":"4","price":"53900.00","uom":"EA","discount":"35.00","req_date":"2 Stk/2pc 10-12 Wks","branch":"1"},{"comp":"01","order":"221086","line":"2","part":"TCD-E6147","qty":"4","price":"3358.00","uom":"EA","discount":"35.00","req_date":"1 Stk/3pc 10-12 Wks","branch":"1"},{"comp":"01","order":"221086","line":"3","part":"TCE-95951-2500R","qty":"4","price":"1063.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221086","line":"4","part":"TCE-95947-2500R","qty":"4","price":"1320.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221086","line":"5","part":"TCE-95950-2500T","qty":"4","price":"1063.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221086","line":"6","part":"TCE-95948-2500T","qty":"4","price":"1320.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221086","line":"8","part":"NCTZ200EFA-M","qty":"2","price":"18480.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221086","line":"9","part":"TAT-105","qty":"2","price":"5298.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221086","line":"10","part":"TCE-95951-2500R","qty":"2","price":"1063.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221086","line":"11","part":"TCE-95947-2500R","qty":"2","price":"1320.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221086","line":"12","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"8500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":11}}] 2024-11-11 11:04:53.456 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224047-11112024110453.txt === {"quote":"224047","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"MSCIMACH","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"11-06-2024","cust_order_date":"11-06-2024","req_date":"12-18-2024","cust_po":"E32-024","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"karynm","conv_order":"","time":"13:17","extra":"","follow_up":"11-12-2024","web_id":"","follow_name":"Heather","follow_phone":"516-812-2000","follow_email":"heather.williams@mscdirect.com","pic_user":"karynm","total_amt":"33.8","total_gp":"23.55","total_gpm":"69.67","rev_type":"STD","mod_date":"11-11-2024","mod_time":null,"mod_user":"karynm","reason":"1","totalQty":"1","win_pct":"20","clo_date":"12-06-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224047","line":"1","part":"E32-024","qty":"1","price":"52.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-11 11:08:13.477 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224171-11112024110813.txt === {"quote":"224171","customer":"9050","name":null,"customerName":"Vallen Distribution, Inc.","comp":"01","open":"0","shipto":"BCDEHIKM","shiptoName":"Vallen Distribution Inc.","entry_date":"11-08-2024","cust_order_date":"11-08-2024","req_date":"12-20-2024","cust_po":"H80F-SF0750-3.00B","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"karynm","conv_order":"","time":"13:00","extra":"","follow_up":"11-27-2024","web_id":"","follow_name":"Tom Strohmayer","follow_phone":"","follow_email":"tom.strohmayer@vallen.com","pic_user":"karynm","total_amt":"231.92","total_gp":"125.98","total_gpm":"54.32","rev_type":"ADV","mod_date":"11-11-2024","mod_time":null,"mod_user":"karynm","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-08-2024","notes":[{"comp":"1","quote":"224171","line":"3","data":"drawing sent"},{"comp":"1","quote":"224171","line":"2","data":"all sales are final"},{"comp":"1","quote":"224171","line":"1","data":"2pc left then gone"},{"comp":"1","quote":"224171","line":"0","data":"11-08-2024 13:01-karynm overstock"}],"crmnotes":[{"comp":1,"quote":224171,"Line":0,"Comment":"11/11/2024 11:08 AM - karynm - changed PIC to Cindy. She will see if she can get him to confirm on the Makino pins"}],"items":[{"comp":"01","order":"224171","line":"1","part":"H80F-SF0750-3.00B","qty":"1","price":"446.00","uom":"EA","discount":"48.00","req_date":"2pc left","branch":"1"},{"comp":"01","order":"224171","line":"2","part":"PROMOTION-OS","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"224171","Line":"2","Company":"1","F_Line":"1","Comment":"All sales are final!","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-11 11:18:59.348 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223689-11112024111859.txt === {"quote":"223689","customer":"16930","name":null,"customerName":"Productivity Inc.","comp":"01","open":"0","shipto":"EFFHKLNP","shiptoName":"Productivity Inc TA-IA MAIN","entry_date":"10-30-2024","cust_order_date":"10-30-2024","req_date":"12-11-2024","cust_po":"C4006-1250-2.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"35","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"08:32","extra":"","follow_up":"11-29-2024","web_id":"","follow_name":"Jim Bacorn","follow_phone":"763-267-6012","follow_email":"jbacorn@productivity.com","pic_user":"rons","total_amt":"434.16","total_gp":"234.42","total_gpm":"53.99","rev_type":"STD","mod_date":"11-11-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"6","win_pct":"20","clo_date":"11-30-2024","notes":[],"crmnotes":[{"comp":1,"quote":223689,"Line":0,"Comment":"10/30/2024 10:16 AM - rons - F/U changed from 11/05/2024 to 11/13/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223689","line":"1","part":"C4006-1250-2.00","qty":"6","price":"134.00","uom":"EA","discount":"46.00","req_date":"SEE COMMENT","branch":"1"}],"qlines":[{"Quote":"223689","Line":"1","Company":"1","F_Line":"1","Comment":"4 STOCK/2 PIECES-6 WEEK DELIVERY","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-11 11:27:19.899 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224089-11112024112719.txt === {"quote":"224089","customer":"7650","name":null,"customerName":"W.W. Grainger, Inc.","comp":"01","open":"0","shipto":"MOLEXNEB","shiptoName":"Molex","entry_date":"11-07-2024","cust_order_date":"11-07-2024","req_date":"12-19-2024","cust_po":"C40-1500-MORI-EU","terms_code":"23060","ship_via":"F-FGS","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"09:05","extra":"","follow_up":"11-27-2024","web_id":"","follow_name":"Sales","follow_phone":"816-266-2540","follow_email":"sales@grainger.com","pic_user":"rons","total_amt":"1344.0","total_gp":"1148.80","total_gpm":"85.48","rev_type":"STD","mod_date":"11-11-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"40","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"224089","line":"3","data":"11-07-2024 09:32-rons: shipping to Nebraska"},{"comp":"1","quote":"224089","line":"2","data":"machine"},{"comp":"1","quote":"224089","line":"1","data":"email...updating quantities & E/U for DMG Mori"},{"comp":"1","quote":"224089","line":"0","data":"11-07-2024 10:53-rons: same request came through"}],"crmnotes":[],"items":[{"comp":"01","order":"224089","line":"1","part":"C40-1500-MORI-EU","qty":"40","price":"48.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-11 11:29:07.996 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224108-11112024112907.txt === {"quote":"224108","customer":"1236","name":null,"customerName":"Agilix Solutions, LLC","comp":"01","open":"0","shipto":"AGILSAMO","shiptoName":"Agilix Solutions","entry_date":"11-07-2024","cust_order_date":"11-07-2024","req_date":"12-19-2024","cust_po":"CAT50-HC1250-3.50","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"30","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"Scott","drop_po":"","status":"0","user":"rons","conv_order":"","time":"11:26","extra":"","follow_up":"11-28-2024","web_id":"","follow_name":"Scott","follow_phone":"","follow_email":"sales@agilix.com","pic_user":"rons","total_amt":"618.75","total_gp":"346.57","total_gpm":"56.01","rev_type":"ADV","mod_date":"11-11-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"224108","line":"0","data":"11-07-2024 11:27 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"224108","line":"1","part":"CAT50-HC1250-3.50","qty":"1","price":"825.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-11 11:37:24.840 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-217484-11112024113724.txt === {"quote":"217484","customer":"20785","name":null,"customerName":"Toyoda Machinery USA","comp":"01","open":"0","shipto":"TOYODAM","shiptoName":"JTEKT Toyoda Americas Corporation","entry_date":"06-13-2024","cust_order_date":"06-13-2024","req_date":"11-09-2024","cust_po":"John Bobel","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"John Bobel","drop_po":"5AX-350FA-M","status":"0","user":"stevel","conv_order":"","time":"12:34","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"John Bobel","follow_phone":"","follow_email":"jbobel@jtektmachinery.com","pic_user":"stevel","total_amt":"135432.30","total_gp":"82484.11","total_gpm":"60.90","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"6","win_pct":"20","clo_date":"11-02-2024","notes":[],"crmnotes":[{"comp":1,"quote":217484,"Line":0,"Comment":"06/17/2024 9:19 AM - stevel - F/U changed from 06/26/2024 to 7/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217484,"Line":1,"Comment":"07/09/2024 8:23 AM - stevel - F/U changed from 07/13/2024 to 8/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217484,"Line":2,"Comment":"07/09/2024 8:23 AM - stevel - CLO changed from 07/13/2024 to 08/24/2024 (CLO Date Updated)"},{"comp":1,"quote":217484,"Line":3,"Comment":"07/09/2024 8:23 AM - stevel - Req Date changed from 07/25/2024 to 08/31/2024 (Req Date Updated)"},{"comp":1,"quote":217484,"Line":4,"Comment":"08/19/2024 9:09 AM - stevel - F/U changed from 08/17/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217484,"Line":5,"Comment":"08/19/2024 9:09 AM - stevel - CLO changed from 08/24/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":217484,"Line":6,"Comment":"08/19/2024 9:09 AM - stevel - Req Date changed from 08/31/2024 to 09/21/2024 (Req Date Updated)"},{"comp":1,"quote":217484,"Line":7,"Comment":"09/23/2024 9:29 AM - stevel - F/U changed from 09/21/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217484,"Line":8,"Comment":"09/23/2024 9:29 AM - stevel - CLO changed from 09/21/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":217484,"Line":9,"Comment":"09/23/2024 9:29 AM - stevel - Req Date changed from 09/21/2024 to 11/09/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"217484","line":"1","part":"5AX-350FA-M","qty":"1","price":"79065.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217484","line":"2","part":"HYD-UNIT-NACHI-AC110V","qty":"1","price":"7642.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217484","line":"3","part":"INSTALLATION-RT-5AX-MW","qty":"1","price":"15238.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"217484","line":"6","part":"CNC260-2W-325TFA-M","qty":"1","price":"59500.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217484","line":"7","part":"HYD-UNIT-NACHI-AC110V","qty":"1","price":"7642.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217484","line":"8","part":"INSTALLATION-RT-HMC","qty":"1","price":"12500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"217484","Line":"3","Company":"1","F_Line":"1","Comment":"Includes: Drive unit short bar fiber optic cable","Loc":"Y"},{"Quote":"217484","Line":"3","Company":"1","F_Line":"2","Comment":"communciations cable bulkhead cables external cables","Loc":"Y"},{"Quote":"217484","Line":"3","Company":"1","F_Line":"3","Comment":"parmeter changes service time and travel.","Loc":"Y"},{"Quote":"217484","Line":"8","Company":"1","F_Line":"1","Comment":"Installation includes: Drive unit short bar fiber","Loc":"Y"},{"Quote":"217484","Line":"8","Company":"1","F_Line":"2","Comment":"optic cable communications cable bulkhead cable","Loc":"Y"},{"Quote":"217484","Line":"8","Company":"1","F_Line":"3","Comment":"external cables parameter changes service time and","Loc":"Y"},{"Quote":"217484","Line":"8","Company":"1","F_Line":"4","Comment":"travel.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-11 11:37:30.086 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-217484-11112024113729.txt === {"quote":"217484","customer":"20785","name":null,"customerName":"Toyoda Machinery USA","comp":"01","open":"0","shipto":"TOYODAM","shiptoName":"JTEKT Toyoda Americas Corporation","entry_date":"06-13-2024","cust_order_date":"06-13-2024","req_date":"11-09-2024","cust_po":"John Bobel","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"John Bobel","drop_po":"5AX-350FA-M","status":"0","user":"stevel","conv_order":"","time":"12:34","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"John Bobel","follow_phone":"","follow_email":"jbobel@jtektmachinery.com","pic_user":"stevel","total_amt":"135432.30","total_gp":"82484.11","total_gpm":"60.90","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"6","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":217484,"Line":0,"Comment":"06/17/2024 9:19 AM - stevel - F/U changed from 06/26/2024 to 7/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217484,"Line":1,"Comment":"07/09/2024 8:23 AM - stevel - F/U changed from 07/13/2024 to 8/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217484,"Line":2,"Comment":"07/09/2024 8:23 AM - stevel - CLO changed from 07/13/2024 to 08/24/2024 (CLO Date Updated)"},{"comp":1,"quote":217484,"Line":3,"Comment":"07/09/2024 8:23 AM - stevel - Req Date changed from 07/25/2024 to 08/31/2024 (Req Date Updated)"},{"comp":1,"quote":217484,"Line":4,"Comment":"08/19/2024 9:09 AM - stevel - F/U changed from 08/17/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217484,"Line":5,"Comment":"08/19/2024 9:09 AM - stevel - CLO changed from 08/24/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":217484,"Line":6,"Comment":"08/19/2024 9:09 AM - stevel - Req Date changed from 08/31/2024 to 09/21/2024 (Req Date Updated)"},{"comp":1,"quote":217484,"Line":7,"Comment":"09/23/2024 9:29 AM - stevel - F/U changed from 09/21/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217484,"Line":8,"Comment":"09/23/2024 9:29 AM - stevel - CLO changed from 09/21/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":217484,"Line":9,"Comment":"09/23/2024 9:29 AM - stevel - Req Date changed from 09/21/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":217484,"Line":10,"Comment":"11/11/2024 11:37 AM - stevel - F/U changed from 11/09/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217484,"Line":11,"Comment":"11/11/2024 11:37 AM - stevel - CLO changed from 11/02/2024 to 12/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"217484","line":"1","part":"5AX-350FA-M","qty":"1","price":"79065.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217484","line":"2","part":"HYD-UNIT-NACHI-AC110V","qty":"1","price":"7642.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217484","line":"3","part":"INSTALLATION-RT-5AX-MW","qty":"1","price":"15238.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"217484","line":"6","part":"CNC260-2W-325TFA-M","qty":"1","price":"59500.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217484","line":"7","part":"HYD-UNIT-NACHI-AC110V","qty":"1","price":"7642.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217484","line":"8","part":"INSTALLATION-RT-HMC","qty":"1","price":"12500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"217484","Line":"3","Company":"1","F_Line":"1","Comment":"Includes: Drive unit short bar fiber optic cable","Loc":"Y"},{"Quote":"217484","Line":"3","Company":"1","F_Line":"2","Comment":"communciations cable bulkhead cables external cables","Loc":"Y"},{"Quote":"217484","Line":"3","Company":"1","F_Line":"3","Comment":"parmeter changes service time and travel.","Loc":"Y"},{"Quote":"217484","Line":"8","Company":"1","F_Line":"1","Comment":"Installation includes: Drive unit short bar fiber","Loc":"Y"},{"Quote":"217484","Line":"8","Company":"1","F_Line":"2","Comment":"optic cable communications cable bulkhead cable","Loc":"Y"},{"Quote":"217484","Line":"8","Company":"1","F_Line":"3","Comment":"external cables parameter changes service time and","Loc":"Y"},{"Quote":"217484","Line":"8","Company":"1","F_Line":"4","Comment":"travel.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-11 11:37:32.231 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-217484-11112024113732.txt === {"quote":"217484","customer":"20785","name":null,"customerName":"Toyoda Machinery USA","comp":"01","open":"0","shipto":"TOYODAM","shiptoName":"JTEKT Toyoda Americas Corporation","entry_date":"06-13-2024","cust_order_date":"06-13-2024","req_date":"12-21-2024","cust_po":"John Bobel","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"John Bobel","drop_po":"5AX-350FA-M","status":"0","user":"stevel","conv_order":"","time":"12:34","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"John Bobel","follow_phone":"","follow_email":"jbobel@jtektmachinery.com","pic_user":"stevel","total_amt":"135432.30","total_gp":"82484.11","total_gpm":"60.90","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"6","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":217484,"Line":0,"Comment":"06/17/2024 9:19 AM - stevel - F/U changed from 06/26/2024 to 7/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217484,"Line":1,"Comment":"07/09/2024 8:23 AM - stevel - F/U changed from 07/13/2024 to 8/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217484,"Line":2,"Comment":"07/09/2024 8:23 AM - stevel - CLO changed from 07/13/2024 to 08/24/2024 (CLO Date Updated)"},{"comp":1,"quote":217484,"Line":3,"Comment":"07/09/2024 8:23 AM - stevel - Req Date changed from 07/25/2024 to 08/31/2024 (Req Date Updated)"},{"comp":1,"quote":217484,"Line":4,"Comment":"08/19/2024 9:09 AM - stevel - F/U changed from 08/17/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217484,"Line":5,"Comment":"08/19/2024 9:09 AM - stevel - CLO changed from 08/24/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":217484,"Line":6,"Comment":"08/19/2024 9:09 AM - stevel - Req Date changed from 08/31/2024 to 09/21/2024 (Req Date Updated)"},{"comp":1,"quote":217484,"Line":7,"Comment":"09/23/2024 9:29 AM - stevel - F/U changed from 09/21/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217484,"Line":8,"Comment":"09/23/2024 9:29 AM - stevel - CLO changed from 09/21/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":217484,"Line":9,"Comment":"09/23/2024 9:29 AM - stevel - Req Date changed from 09/21/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":217484,"Line":10,"Comment":"11/11/2024 11:37 AM - stevel - F/U changed from 11/09/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217484,"Line":11,"Comment":"11/11/2024 11:37 AM - stevel - CLO changed from 11/02/2024 to 12/21/2024 (CLO Date Updated)"},{"comp":1,"quote":217484,"Line":12,"Comment":"11/11/2024 11:37 AM - stevel - Req Date changed from 11/09/2024 to 12/21/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"217484","line":"1","part":"5AX-350FA-M","qty":"1","price":"79065.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217484","line":"2","part":"HYD-UNIT-NACHI-AC110V","qty":"1","price":"7642.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217484","line":"3","part":"INSTALLATION-RT-5AX-MW","qty":"1","price":"15238.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"217484","line":"6","part":"CNC260-2W-325TFA-M","qty":"1","price":"59500.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217484","line":"7","part":"HYD-UNIT-NACHI-AC110V","qty":"1","price":"7642.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217484","line":"8","part":"INSTALLATION-RT-HMC","qty":"1","price":"12500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"217484","Line":"3","Company":"1","F_Line":"1","Comment":"Includes: Drive unit short bar fiber optic cable","Loc":"Y"},{"Quote":"217484","Line":"3","Company":"1","F_Line":"2","Comment":"communciations cable bulkhead cables external cables","Loc":"Y"},{"Quote":"217484","Line":"3","Company":"1","F_Line":"3","Comment":"parmeter changes service time and travel.","Loc":"Y"},{"Quote":"217484","Line":"8","Company":"1","F_Line":"1","Comment":"Installation includes: Drive unit short bar fiber","Loc":"Y"},{"Quote":"217484","Line":"8","Company":"1","F_Line":"2","Comment":"optic cable communications cable bulkhead cable","Loc":"Y"},{"Quote":"217484","Line":"8","Company":"1","F_Line":"3","Comment":"external cables parameter changes service time and","Loc":"Y"},{"Quote":"217484","Line":"8","Company":"1","F_Line":"4","Comment":"travel.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-11 11:58:10.354 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218723-11112024115810.txt === {"quote":"218723","customer":"13759","name":null,"customerName":"Murata Machinery USA, Inc.","comp":"01","open":"0","shipto":"MURATA","shiptoName":"Murata of America","entry_date":"07-12-2024","cust_order_date":"07-12-2024","req_date":"11-25-2024","cust_po":"LT: MT100","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"FF","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Mr. Someya","drop_po":"","status":"0","user":"ericy","conv_order":"","time":"16:35","extra":"","follow_up":"02-28-2025","web_id":"","follow_name":"Say Kawamura","follow_phone":"7043948331","follow_email":"say.kawamura@muratec-usa.com","pic_user":"ericy","total_amt":"59439.00","total_gp":"59439.00","total_gpm":"100.00","rev_type":"LT","mod_date":"11-11-2024","mod_time":null,"mod_user":"ericy","reason":"","totalQty":"16","win_pct":"20","clo_date":"11-11-2024","notes":[{"comp":"1","quote":"218723","line":"0","data":"07-12-2024 16:41 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":218723,"Line":0,"Comment":"07/20/2024 2:54 PM - ericy - CLO changed from 11/10/2402 to 11/11/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"218723","line":"2","part":"SPECIAL-LV-MI","qty":"3","price":"3501.00","uom":"EA","discount":"0.00","req_date":"16 - 18Weeks","branch":"1"},{"comp":"01","order":"218723","line":"5","part":"SPECIAL-LV-MI","qty":"5","price":"2889.00","uom":"EA","discount":"0.00","req_date":"16 - 18Weeks","branch":"1"},{"comp":"01","order":"218723","line":"24","part":"SPECIAL-LV-MI","qty":"3","price":"4612.00","uom":"EA","discount":"0.00","req_date":"16 - 18Weeks","branch":"1"},{"comp":"01","order":"218723","line":"27","part":"SPECIAL-LV-MI","qty":"5","price":"4131.00","uom":"EA","discount":"0.00","req_date":"16 - 18Weeks","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-11 11:58:41.329 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218723-11112024115841.txt === {"quote":"218723","customer":"13759","name":null,"customerName":"Murata Machinery USA, Inc.","comp":"01","open":"0","shipto":"MURATA","shiptoName":"Murata of America","entry_date":"07-12-2024","cust_order_date":"07-12-2024","req_date":"11-25-2024","cust_po":"LT: MT100","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"FF","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Mr. Someya","drop_po":"","status":"0","user":"ericy","conv_order":"","time":"16:35","extra":"","follow_up":"02-28-2025","web_id":"","follow_name":"Say Kawamura","follow_phone":"7043948331","follow_email":"say.kawamura@muratec-usa.com","pic_user":"ericy","total_amt":"59439.00","total_gp":"59439.00","total_gpm":"100.00","rev_type":"LT","mod_date":"11-11-2024","mod_time":null,"mod_user":"ericy","reason":"","totalQty":"16","win_pct":"20","clo_date":"03-31-2025","notes":[{"comp":"1","quote":"218723","line":"0","data":"07-12-2024 16:41 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":218723,"Line":0,"Comment":"07/20/2024 2:54 PM - ericy - CLO changed from 11/10/2402 to 11/11/2024 (CLO Date Updated)"},{"comp":1,"quote":218723,"Line":1,"Comment":"11/11/2024 11:58 AM - ericy - F/U changed from 10/31/2024 to 2/28/2025 (Follow Up Manually Changed)"},{"comp":1,"quote":218723,"Line":2,"Comment":"11/11/2024 11:58 AM - ericy - CLO changed from 11/11/2024 to 03/31/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"218723","line":"2","part":"SPECIAL-LV-MI","qty":"3","price":"3501.00","uom":"EA","discount":"0.00","req_date":"16 - 18Weeks","branch":"1"},{"comp":"01","order":"218723","line":"5","part":"SPECIAL-LV-MI","qty":"5","price":"2889.00","uom":"EA","discount":"0.00","req_date":"16 - 18Weeks","branch":"1"},{"comp":"01","order":"218723","line":"24","part":"SPECIAL-LV-MI","qty":"3","price":"4612.00","uom":"EA","discount":"0.00","req_date":"16 - 18Weeks","branch":"1"},{"comp":"01","order":"218723","line":"27","part":"SPECIAL-LV-MI","qty":"5","price":"4131.00","uom":"EA","discount":"0.00","req_date":"16 - 18Weeks","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-11 11:59:14.286 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218723-11112024115914.txt === {"quote":"218723","customer":"13759","name":null,"customerName":"Murata Machinery USA, Inc.","comp":"01","open":"0","shipto":"MURATA","shiptoName":"Murata of America","entry_date":"07-12-2024","cust_order_date":"07-12-2024","req_date":"07-31-2025","cust_po":"LT: MT100","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"FF","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Mr. Someya","drop_po":"","status":"0","user":"ericy","conv_order":"","time":"16:35","extra":"","follow_up":"02-28-2025","web_id":"","follow_name":"Say Kawamura","follow_phone":"7043948331","follow_email":"say.kawamura@muratec-usa.com","pic_user":"ericy","total_amt":"59439.00","total_gp":"59439.00","total_gpm":"100.00","rev_type":"LT","mod_date":"11-11-2024","mod_time":null,"mod_user":"ericy","reason":"","totalQty":"16","win_pct":"20","clo_date":"03-31-2025","notes":[{"comp":"1","quote":"218723","line":"0","data":"07-12-2024 16:41 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":218723,"Line":0,"Comment":"07/20/2024 2:54 PM - ericy - CLO changed from 11/10/2402 to 11/11/2024 (CLO Date Updated)"},{"comp":1,"quote":218723,"Line":1,"Comment":"11/11/2024 11:58 AM - ericy - F/U changed from 10/31/2024 to 2/28/2025 (Follow Up Manually Changed)"},{"comp":1,"quote":218723,"Line":2,"Comment":"11/11/2024 11:58 AM - ericy - CLO changed from 11/11/2024 to 03/31/2025 (CLO Date Updated)"},{"comp":1,"quote":218723,"Line":3,"Comment":"11/11/2024 11:59 AM - ericy - Req Date changed from 11/25/2024 to 07/31/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"218723","line":"2","part":"SPECIAL-LV-MI","qty":"3","price":"3501.00","uom":"EA","discount":"0.00","req_date":"16 - 18Weeks","branch":"1"},{"comp":"01","order":"218723","line":"5","part":"SPECIAL-LV-MI","qty":"5","price":"2889.00","uom":"EA","discount":"0.00","req_date":"16 - 18Weeks","branch":"1"},{"comp":"01","order":"218723","line":"24","part":"SPECIAL-LV-MI","qty":"3","price":"4612.00","uom":"EA","discount":"0.00","req_date":"16 - 18Weeks","branch":"1"},{"comp":"01","order":"218723","line":"27","part":"SPECIAL-LV-MI","qty":"5","price":"4131.00","uom":"EA","discount":"0.00","req_date":"16 - 18Weeks","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-11 11:59:53.815 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218726-11112024115953.txt === {"quote":"218726","customer":"13759","name":null,"customerName":"Murata Machinery USA, Inc.","comp":"01","open":"0","shipto":"MURATA","shiptoName":"Murata of America","entry_date":"07-14-2024","cust_order_date":"07-12-2024","req_date":"11-25-2024","cust_po":"LT: MT200","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"FF","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Mr. Someya","drop_po":"","status":"0","user":"ericy","conv_order":"","time":"16:59","extra":"","follow_up":"02-28-2025","web_id":"","follow_name":"Mr. Someya","follow_phone":"7043948331","follow_email":"takunori.someya@muratec-usa.com","pic_user":"ericy","total_amt":"77230.00","total_gp":"77230.00","total_gpm":"100.00","rev_type":"LT","mod_date":"11-11-2024","mod_time":null,"mod_user":"ericy","reason":"","totalQty":"16","win_pct":"20","clo_date":"11-11-2024","notes":[],"crmnotes":[{"comp":1,"quote":218726,"Line":0,"Comment":"07/20/2024 2:55 PM - ericy - CLO changed from 11/10/2024 to 11/11/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"218726","line":"2","part":"SPECIAL-LV-MI","qty":"3","price":"4612.00","uom":"EA","discount":"0.00","req_date":"16 - 18Weeks","branch":"1"},{"comp":"01","order":"218726","line":"5","part":"SPECIAL-LV-MI","qty":"5","price":"4064.00","uom":"EA","discount":"0.00","req_date":"16 - 18Weeks","branch":"1"},{"comp":"01","order":"218726","line":"24","part":"SPECIAL-LV-MI","qty":"3","price":"5753.00","uom":"EA","discount":"0.00","req_date":"16 - 18Weeks","branch":"1"},{"comp":"01","order":"218726","line":"27","part":"SPECIAL-LV-MI","qty":"5","price":"5163.00","uom":"EA","discount":"0.00","req_date":"16 - 18Weeks","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-11 12:00:14.344 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218726-11112024120014.txt === {"quote":"218726","customer":"13759","name":null,"customerName":"Murata Machinery USA, Inc.","comp":"01","open":"0","shipto":"MURATA","shiptoName":"Murata of America","entry_date":"07-14-2024","cust_order_date":"07-12-2024","req_date":"11-25-2024","cust_po":"LT: MT200","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"FF","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Mr. Someya","drop_po":"","status":"0","user":"ericy","conv_order":"","time":"16:59","extra":"","follow_up":"02-28-2025","web_id":"","follow_name":"Mr. Someya","follow_phone":"7043948331","follow_email":"takunori.someya@muratec-usa.com","pic_user":"ericy","total_amt":"77230.00","total_gp":"77230.00","total_gpm":"100.00","rev_type":"LT","mod_date":"11-11-2024","mod_time":null,"mod_user":"ericy","reason":"","totalQty":"16","win_pct":"20","clo_date":"03-31-2025","notes":[],"crmnotes":[{"comp":1,"quote":218726,"Line":0,"Comment":"07/20/2024 2:55 PM - ericy - CLO changed from 11/10/2024 to 11/11/2024 (CLO Date Updated)"},{"comp":1,"quote":218726,"Line":1,"Comment":"11/11/2024 11:59 AM - ericy - F/U changed from 10/31/2024 to 2/28/2025 (Follow Up Manually Changed)"},{"comp":1,"quote":218726,"Line":2,"Comment":"11/11/2024 12:00 PM - ericy - CLO changed from 11/11/2024 to 03/31/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"218726","line":"2","part":"SPECIAL-LV-MI","qty":"3","price":"4612.00","uom":"EA","discount":"0.00","req_date":"16 - 18Weeks","branch":"1"},{"comp":"01","order":"218726","line":"5","part":"SPECIAL-LV-MI","qty":"5","price":"4064.00","uom":"EA","discount":"0.00","req_date":"16 - 18Weeks","branch":"1"},{"comp":"01","order":"218726","line":"24","part":"SPECIAL-LV-MI","qty":"3","price":"5753.00","uom":"EA","discount":"0.00","req_date":"16 - 18Weeks","branch":"1"},{"comp":"01","order":"218726","line":"27","part":"SPECIAL-LV-MI","qty":"5","price":"5163.00","uom":"EA","discount":"0.00","req_date":"16 - 18Weeks","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-11 12:00:28.640 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218726-11112024120028.txt === {"quote":"218726","customer":"13759","name":null,"customerName":"Murata Machinery USA, Inc.","comp":"01","open":"0","shipto":"MURATA","shiptoName":"Murata of America","entry_date":"07-14-2024","cust_order_date":"07-12-2024","req_date":"07-31-2025","cust_po":"LT: MT200","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"FF","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Mr. Someya","drop_po":"","status":"0","user":"ericy","conv_order":"","time":"16:59","extra":"","follow_up":"02-28-2025","web_id":"","follow_name":"Mr. Someya","follow_phone":"7043948331","follow_email":"takunori.someya@muratec-usa.com","pic_user":"ericy","total_amt":"77230.00","total_gp":"77230.00","total_gpm":"100.00","rev_type":"LT","mod_date":"11-11-2024","mod_time":null,"mod_user":"ericy","reason":"","totalQty":"16","win_pct":"20","clo_date":"03-31-2025","notes":[],"crmnotes":[{"comp":1,"quote":218726,"Line":0,"Comment":"07/20/2024 2:55 PM - ericy - CLO changed from 11/10/2024 to 11/11/2024 (CLO Date Updated)"},{"comp":1,"quote":218726,"Line":1,"Comment":"11/11/2024 11:59 AM - ericy - F/U changed from 10/31/2024 to 2/28/2025 (Follow Up Manually Changed)"},{"comp":1,"quote":218726,"Line":2,"Comment":"11/11/2024 12:00 PM - ericy - CLO changed from 11/11/2024 to 03/31/2025 (CLO Date Updated)"},{"comp":1,"quote":218726,"Line":3,"Comment":"11/11/2024 12:00 PM - ericy - Req Date changed from 11/25/2024 to 07/31/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"218726","line":"2","part":"SPECIAL-LV-MI","qty":"3","price":"4612.00","uom":"EA","discount":"0.00","req_date":"16 - 18Weeks","branch":"1"},{"comp":"01","order":"218726","line":"5","part":"SPECIAL-LV-MI","qty":"5","price":"4064.00","uom":"EA","discount":"0.00","req_date":"16 - 18Weeks","branch":"1"},{"comp":"01","order":"218726","line":"24","part":"SPECIAL-LV-MI","qty":"3","price":"5753.00","uom":"EA","discount":"0.00","req_date":"16 - 18Weeks","branch":"1"},{"comp":"01","order":"218726","line":"27","part":"SPECIAL-LV-MI","qty":"5","price":"5163.00","uom":"EA","discount":"0.00","req_date":"16 - 18Weeks","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-11 12:04:34.685 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221804-11112024120434.txt === {"quote":"221804","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"YAMAZTHA","shiptoName":"Yamazen Thailand Co. Ltd.","entry_date":"09-19-2024","cust_order_date":"09-19-2024","req_date":"10-31-2024","cust_po":"BT40-SF4-90MT","terms_code":"PPD","ship_via":"TBD","ship_collect":"","drop_ship":"N","territory":"99","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"EXW Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"belindah","conv_order":"","time":"13:53","extra":"","follow_up":"12-18-2024","web_id":"","follow_name":"@","follow_phone":"","follow_email":"@","pic_user":"ericy","total_amt":"68023.00","total_gp":"55117.98","total_gpm":"81.03","rev_type":"STD","mod_date":"11-11-2024","mod_time":null,"mod_user":"ericy","reason":"","totalQty":"137","win_pct":"20","clo_date":"10-19-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"221804","line":"1","part":"BT40-SF4-90MT","qty":"6","price":"274.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"2","part":"BT40-SF4-160MT","qty":"6","price":"345.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"3","part":"BT40-SF6-90MT","qty":"6","price":"243.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"4","part":"SPECIAL-TL","qty":"6","price":"313.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"5","part":"SPECIAL-TL","qty":"6","price":"274.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"6","part":"SPECIAL-TL","qty":"6","price":"274.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"7","part":"SPECIAL-TL","qty":"6","price":"274.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"8","part":"SPECIAL-TL","qty":"8","price":"302.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"9","part":"SPECIAL-TL","qty":"6","price":"328.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"10","part":"SPECIAL-TL","qty":"7","price":"389.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"11","part":"SPECIAL-TL","qty":"5","price":"351.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"12","part":"SPECIAL-TL","qty":"13","price":"272.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"13","part":"SPECIAL-TL","qty":"5","price":"517.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"14","part":"SPECIAL-TL","qty":"5","price":"328.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"15","part":"SPECIAL-TL","qty":"5","price":"491.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"16","part":"SPECIAL-TL","qty":"6","price":"328.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"17","part":"SPECIAL-TL","qty":"6","price":"328.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"18","part":"SPECIAL-TL","qty":"6","price":"491.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"19","part":"SPECIAL-TL","qty":"6","price":"328.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"20","part":"SPECIAL-TL","qty":"6","price":"328.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"21","part":"SPECIAL-TL","qty":"5","price":"491.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"23","part":"HSK63-TUBE","qty":"1","price":"27.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221804","line":"24","part":"HSK63-WRENCH","qty":"1","price":"49.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221804","line":"25","part":"PS-2","qty":"1","price":"24.00","uom":"EA","discount":"0.00","req_date":"1 Stk.other 2-3 wks","branch":"1"},{"comp":"01","order":"221804","line":"26","part":"PS-B62-1","qty":"1","price":"40.00","uom":"EA","discount":"0.00","req_date":"2-3weeks","branch":"1"},{"comp":"01","order":"221804","line":"28","part":"SF-FI6-UNIT-200","qty":"1","price":"14550.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221804","line":"29","part":"SF-START2-UNIT-200","qty":"1","price":"9000.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"221804","Line":"4","Company":"1","F_Line":"1","Comment":"BT40-SF4-75MT","Loc":"Y"},{"Quote":"221804","Line":"4","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 4mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"4","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"5","Company":"1","F_Line":"1","Comment":"BT40-SF6-75MT","Loc":"Y"},{"Quote":"221804","Line":"5","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 6mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"5","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"6","Company":"1","F_Line":"1","Comment":"BT40-SF8-75MT","Loc":"Y"},{"Quote":"221804","Line":"6","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 8mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"6","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"7","Company":"1","F_Line":"1","Comment":"BT40-SF10-75MT","Loc":"Y"},{"Quote":"221804","Line":"7","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 10mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"7","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"7","Company":"1","F_Line":"4","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"8","Company":"1","F_Line":"1","Comment":"H63F-SF4-75MT","Loc":"Y"},{"Quote":"221804","Line":"8","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 4mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"8","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"9","Company":"1","F_Line":"1","Comment":"H63F-SF4-90MT","Loc":"Y"},{"Quote":"221804","Line":"9","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 4mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"9","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"10","Company":"1","F_Line":"1","Comment":"H63F-SF4-150MT","Loc":"Y"},{"Quote":"221804","Line":"10","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 4mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"10","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"11","Company":"1","F_Line":"1","Comment":"H63F-SF4-120mt","Loc":"Y"},{"Quote":"221804","Line":"11","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 4mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"11","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"12","Company":"1","F_Line":"1","Comment":"H63F-SF6-75MT","Loc":"Y"},{"Quote":"221804","Line":"12","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 6mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"12","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"13","Company":"1","F_Line":"1","Comment":"H63F-SF6-180MT","Loc":"Y"},{"Quote":"221804","Line":"13","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 6mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"13","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"14","Company":"1","F_Line":"1","Comment":"H63F-SF6-90MT","Loc":"Y"},{"Quote":"221804","Line":"14","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 6mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"14","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"15","Company":"1","F_Line":"1","Comment":"H63F-SF6-150MT","Loc":"Y"},{"Quote":"221804","Line":"15","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 6mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"15","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"16","Company":"1","F_Line":"1","Comment":"H63F-SF8-75MT","Loc":"Y"},{"Quote":"221804","Line":"16","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 8mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"16","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"17","Company":"1","F_Line":"1","Comment":"H63F-SF8-90MT","Loc":"Y"},{"Quote":"221804","Line":"17","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 8mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"17","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"18","Company":"1","F_Line":"1","Comment":"H63F-SF8-150MT","Loc":"Y"},{"Quote":"221804","Line":"18","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 8mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"18","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"19","Company":"1","F_Line":"1","Comment":"H63F-SF10-75MT","Loc":"Y"},{"Quote":"221804","Line":"19","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 10mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"19","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"20","Company":"1","F_Line":"1","Comment":"H63F-SF10-90MT","Loc":"Y"},{"Quote":"221804","Line":"20","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 10mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"20","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"21","Company":"1","F_Line":"1","Comment":"H63F-SF10-150MT","Loc":"Y"},{"Quote":"221804","Line":"21","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 10mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"21","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":27}}] 2024-11-11 12:04:55.783 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221804-11112024120455.txt === {"quote":"221804","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"YAMAZTHA","shiptoName":"Yamazen Thailand Co. Ltd.","entry_date":"09-19-2024","cust_order_date":"09-19-2024","req_date":"10-31-2024","cust_po":"BT40-SF4-90MT","terms_code":"PPD","ship_via":"TBD","ship_collect":"","drop_ship":"N","territory":"99","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"EXW Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"belindah","conv_order":"","time":"13:53","extra":"","follow_up":"12-18-2024","web_id":"","follow_name":"@","follow_phone":"","follow_email":"@","pic_user":"ericy","total_amt":"68023.00","total_gp":"55117.98","total_gpm":"81.03","rev_type":"STD","mod_date":"11-11-2024","mod_time":null,"mod_user":"ericy","reason":"","totalQty":"137","win_pct":"20","clo_date":"12-19-2024","notes":[],"crmnotes":[{"comp":1,"quote":221804,"Line":0,"Comment":"11/11/2024 12:04 PM - ericy - F/U changed from 10/19/2024 to 12/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221804,"Line":1,"Comment":"11/11/2024 12:04 PM - ericy - CLO changed from 10/19/2024 to 12/19/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221804","line":"1","part":"BT40-SF4-90MT","qty":"6","price":"274.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"2","part":"BT40-SF4-160MT","qty":"6","price":"345.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"3","part":"BT40-SF6-90MT","qty":"6","price":"243.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"4","part":"SPECIAL-TL","qty":"6","price":"313.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"5","part":"SPECIAL-TL","qty":"6","price":"274.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"6","part":"SPECIAL-TL","qty":"6","price":"274.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"7","part":"SPECIAL-TL","qty":"6","price":"274.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"8","part":"SPECIAL-TL","qty":"8","price":"302.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"9","part":"SPECIAL-TL","qty":"6","price":"328.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"10","part":"SPECIAL-TL","qty":"7","price":"389.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"11","part":"SPECIAL-TL","qty":"5","price":"351.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"12","part":"SPECIAL-TL","qty":"13","price":"272.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"13","part":"SPECIAL-TL","qty":"5","price":"517.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"14","part":"SPECIAL-TL","qty":"5","price":"328.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"15","part":"SPECIAL-TL","qty":"5","price":"491.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"16","part":"SPECIAL-TL","qty":"6","price":"328.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"17","part":"SPECIAL-TL","qty":"6","price":"328.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"18","part":"SPECIAL-TL","qty":"6","price":"491.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"19","part":"SPECIAL-TL","qty":"6","price":"328.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"20","part":"SPECIAL-TL","qty":"6","price":"328.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"21","part":"SPECIAL-TL","qty":"5","price":"491.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"23","part":"HSK63-TUBE","qty":"1","price":"27.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221804","line":"24","part":"HSK63-WRENCH","qty":"1","price":"49.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221804","line":"25","part":"PS-2","qty":"1","price":"24.00","uom":"EA","discount":"0.00","req_date":"1 Stk.other 2-3 wks","branch":"1"},{"comp":"01","order":"221804","line":"26","part":"PS-B62-1","qty":"1","price":"40.00","uom":"EA","discount":"0.00","req_date":"2-3weeks","branch":"1"},{"comp":"01","order":"221804","line":"28","part":"SF-FI6-UNIT-200","qty":"1","price":"14550.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221804","line":"29","part":"SF-START2-UNIT-200","qty":"1","price":"9000.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"221804","Line":"4","Company":"1","F_Line":"1","Comment":"BT40-SF4-75MT","Loc":"Y"},{"Quote":"221804","Line":"4","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 4mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"4","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"5","Company":"1","F_Line":"1","Comment":"BT40-SF6-75MT","Loc":"Y"},{"Quote":"221804","Line":"5","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 6mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"5","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"6","Company":"1","F_Line":"1","Comment":"BT40-SF8-75MT","Loc":"Y"},{"Quote":"221804","Line":"6","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 8mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"6","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"7","Company":"1","F_Line":"1","Comment":"BT40-SF10-75MT","Loc":"Y"},{"Quote":"221804","Line":"7","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 10mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"7","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"7","Company":"1","F_Line":"4","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"8","Company":"1","F_Line":"1","Comment":"H63F-SF4-75MT","Loc":"Y"},{"Quote":"221804","Line":"8","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 4mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"8","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"9","Company":"1","F_Line":"1","Comment":"H63F-SF4-90MT","Loc":"Y"},{"Quote":"221804","Line":"9","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 4mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"9","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"10","Company":"1","F_Line":"1","Comment":"H63F-SF4-150MT","Loc":"Y"},{"Quote":"221804","Line":"10","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 4mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"10","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"11","Company":"1","F_Line":"1","Comment":"H63F-SF4-120mt","Loc":"Y"},{"Quote":"221804","Line":"11","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 4mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"11","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"12","Company":"1","F_Line":"1","Comment":"H63F-SF6-75MT","Loc":"Y"},{"Quote":"221804","Line":"12","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 6mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"12","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"13","Company":"1","F_Line":"1","Comment":"H63F-SF6-180MT","Loc":"Y"},{"Quote":"221804","Line":"13","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 6mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"13","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"14","Company":"1","F_Line":"1","Comment":"H63F-SF6-90MT","Loc":"Y"},{"Quote":"221804","Line":"14","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 6mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"14","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"15","Company":"1","F_Line":"1","Comment":"H63F-SF6-150MT","Loc":"Y"},{"Quote":"221804","Line":"15","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 6mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"15","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"16","Company":"1","F_Line":"1","Comment":"H63F-SF8-75MT","Loc":"Y"},{"Quote":"221804","Line":"16","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 8mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"16","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"17","Company":"1","F_Line":"1","Comment":"H63F-SF8-90MT","Loc":"Y"},{"Quote":"221804","Line":"17","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 8mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"17","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"18","Company":"1","F_Line":"1","Comment":"H63F-SF8-150MT","Loc":"Y"},{"Quote":"221804","Line":"18","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 8mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"18","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"19","Company":"1","F_Line":"1","Comment":"H63F-SF10-75MT","Loc":"Y"},{"Quote":"221804","Line":"19","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 10mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"19","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"20","Company":"1","F_Line":"1","Comment":"H63F-SF10-90MT","Loc":"Y"},{"Quote":"221804","Line":"20","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 10mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"20","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"21","Company":"1","F_Line":"1","Comment":"H63F-SF10-150MT","Loc":"Y"},{"Quote":"221804","Line":"21","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 10mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"21","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":27}}] 2024-11-11 12:05:10.512 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221804-11112024120510.txt === {"quote":"221804","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"YAMAZTHA","shiptoName":"Yamazen Thailand Co. Ltd.","entry_date":"09-19-2024","cust_order_date":"09-19-2024","req_date":"02-28-2025","cust_po":"BT40-SF4-90MT","terms_code":"PPD","ship_via":"TBD","ship_collect":"","drop_ship":"N","territory":"99","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"EXW Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"belindah","conv_order":"","time":"13:53","extra":"","follow_up":"12-18-2024","web_id":"","follow_name":"@","follow_phone":"","follow_email":"@","pic_user":"ericy","total_amt":"68023.00","total_gp":"55117.98","total_gpm":"81.03","rev_type":"STD","mod_date":"11-11-2024","mod_time":null,"mod_user":"ericy","reason":"","totalQty":"137","win_pct":"20","clo_date":"12-19-2024","notes":[],"crmnotes":[{"comp":1,"quote":221804,"Line":0,"Comment":"11/11/2024 12:04 PM - ericy - F/U changed from 10/19/2024 to 12/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221804,"Line":1,"Comment":"11/11/2024 12:04 PM - ericy - CLO changed from 10/19/2024 to 12/19/2024 (CLO Date Updated)"},{"comp":1,"quote":221804,"Line":2,"Comment":"11/11/2024 12:05 PM - ericy - Req Date changed from 10/31/2024 to 02/28/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"221804","line":"1","part":"BT40-SF4-90MT","qty":"6","price":"274.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"2","part":"BT40-SF4-160MT","qty":"6","price":"345.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"3","part":"BT40-SF6-90MT","qty":"6","price":"243.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"4","part":"SPECIAL-TL","qty":"6","price":"313.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"5","part":"SPECIAL-TL","qty":"6","price":"274.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"6","part":"SPECIAL-TL","qty":"6","price":"274.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"7","part":"SPECIAL-TL","qty":"6","price":"274.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"8","part":"SPECIAL-TL","qty":"8","price":"302.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"9","part":"SPECIAL-TL","qty":"6","price":"328.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"10","part":"SPECIAL-TL","qty":"7","price":"389.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"11","part":"SPECIAL-TL","qty":"5","price":"351.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"12","part":"SPECIAL-TL","qty":"13","price":"272.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"13","part":"SPECIAL-TL","qty":"5","price":"517.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"14","part":"SPECIAL-TL","qty":"5","price":"328.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"15","part":"SPECIAL-TL","qty":"5","price":"491.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"16","part":"SPECIAL-TL","qty":"6","price":"328.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"17","part":"SPECIAL-TL","qty":"6","price":"328.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"18","part":"SPECIAL-TL","qty":"6","price":"491.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"19","part":"SPECIAL-TL","qty":"6","price":"328.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"20","part":"SPECIAL-TL","qty":"6","price":"328.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"21","part":"SPECIAL-TL","qty":"5","price":"491.00","uom":"EA","discount":"0.00","req_date":"MFG8WKS+SHP","branch":"1"},{"comp":"01","order":"221804","line":"23","part":"HSK63-TUBE","qty":"1","price":"27.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221804","line":"24","part":"HSK63-WRENCH","qty":"1","price":"49.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221804","line":"25","part":"PS-2","qty":"1","price":"24.00","uom":"EA","discount":"0.00","req_date":"1 Stk.other 2-3 wks","branch":"1"},{"comp":"01","order":"221804","line":"26","part":"PS-B62-1","qty":"1","price":"40.00","uom":"EA","discount":"0.00","req_date":"2-3weeks","branch":"1"},{"comp":"01","order":"221804","line":"28","part":"SF-FI6-UNIT-200","qty":"1","price":"14550.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221804","line":"29","part":"SF-START2-UNIT-200","qty":"1","price":"9000.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"221804","Line":"4","Company":"1","F_Line":"1","Comment":"BT40-SF4-75MT","Loc":"Y"},{"Quote":"221804","Line":"4","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 4mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"4","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"5","Company":"1","F_Line":"1","Comment":"BT40-SF6-75MT","Loc":"Y"},{"Quote":"221804","Line":"5","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 6mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"5","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"6","Company":"1","F_Line":"1","Comment":"BT40-SF8-75MT","Loc":"Y"},{"Quote":"221804","Line":"6","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 8mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"6","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"7","Company":"1","F_Line":"1","Comment":"BT40-SF10-75MT","Loc":"Y"},{"Quote":"221804","Line":"7","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 10mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"7","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"7","Company":"1","F_Line":"4","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"8","Company":"1","F_Line":"1","Comment":"H63F-SF4-75MT","Loc":"Y"},{"Quote":"221804","Line":"8","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 4mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"8","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"9","Company":"1","F_Line":"1","Comment":"H63F-SF4-90MT","Loc":"Y"},{"Quote":"221804","Line":"9","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 4mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"9","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"10","Company":"1","F_Line":"1","Comment":"H63F-SF4-150MT","Loc":"Y"},{"Quote":"221804","Line":"10","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 4mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"10","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"11","Company":"1","F_Line":"1","Comment":"H63F-SF4-120mt","Loc":"Y"},{"Quote":"221804","Line":"11","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 4mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"11","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"12","Company":"1","F_Line":"1","Comment":"H63F-SF6-75MT","Loc":"Y"},{"Quote":"221804","Line":"12","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 6mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"12","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"13","Company":"1","F_Line":"1","Comment":"H63F-SF6-180MT","Loc":"Y"},{"Quote":"221804","Line":"13","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 6mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"13","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"14","Company":"1","F_Line":"1","Comment":"H63F-SF6-90MT","Loc":"Y"},{"Quote":"221804","Line":"14","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 6mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"14","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"15","Company":"1","F_Line":"1","Comment":"H63F-SF6-150MT","Loc":"Y"},{"Quote":"221804","Line":"15","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 6mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"15","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"16","Company":"1","F_Line":"1","Comment":"H63F-SF8-75MT","Loc":"Y"},{"Quote":"221804","Line":"16","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 8mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"16","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"17","Company":"1","F_Line":"1","Comment":"H63F-SF8-90MT","Loc":"Y"},{"Quote":"221804","Line":"17","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 8mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"17","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"18","Company":"1","F_Line":"1","Comment":"H63F-SF8-150MT","Loc":"Y"},{"Quote":"221804","Line":"18","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 8mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"18","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"19","Company":"1","F_Line":"1","Comment":"H63F-SF10-75MT","Loc":"Y"},{"Quote":"221804","Line":"19","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 10mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"19","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"20","Company":"1","F_Line":"1","Comment":"H63F-SF10-90MT","Loc":"Y"},{"Quote":"221804","Line":"20","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 10mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"20","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"},{"Quote":"221804","Line":"21","Company":"1","F_Line":"1","Comment":"H63F-SF10-150MT","Loc":"Y"},{"Quote":"221804","Line":"21","Company":"1","F_Line":"2","Comment":"Shrink Fit Holder 10mm Mold Type","Loc":"Y"},{"Quote":"221804","Line":"21","Company":"1","F_Line":"3","Comment":"Manufacturing 8 weeks upon approval drawing + shipping","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":27}}] 2024-11-11 12:06:22.819 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223183-11112024120622.txt === {"quote":"223183","customer":"15145","name":null,"customerName":"Nidec OKK USA Corporation","comp":"01","open":"0","shipto":"NIDROSE","shiptoName":"Nidec OKK USA Corporation","entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"12-20-2024","cust_po":"CNC501FA-M","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"Y","drop_att":"MARTY MASAHIKO IMAOKA","drop_po":"VM940R","status":"0","user":"ericy","conv_order":"","time":"17:46","extra":"","follow_up":"12-05-2024","web_id":"","follow_name":"MARTY MASAHIKO IMAOKA","follow_phone":"630-622-8728","follow_email":"imaoka.masahiko@nidec.com","pic_user":"ericy","total_amt":"45293.00","total_gp":"29938.28","total_gpm":"66.10","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"ericy","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-06-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223183","line":"1","part":"CNC501FA-M","qty":"1","price":"37412.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223183","line":"2","part":"P-310S","qty":"1","price":"2531.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223183","line":"3","part":"HYD-UNIT-NACHI-AC110V","qty":"1","price":"5350.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"223183","Line":"0","Comment":"These are non-standard stock items and considered"},{"Quote":"223183","Line":"1","Comment":"specials. Once a PO has been issued these items"},{"Quote":"223183","Line":"2","Comment":"cannot be cancelled or returned."}],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-11 12:06:41.441 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223183-11112024120641.txt === {"quote":"223183","customer":"15145","name":null,"customerName":"Nidec OKK USA Corporation","comp":"01","open":"0","shipto":"NIDROSE","shiptoName":"Nidec OKK USA Corporation","entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"12-20-2024","cust_po":"CNC501FA-M","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"Y","drop_att":"MARTY MASAHIKO IMAOKA","drop_po":"VM940R","status":"0","user":"ericy","conv_order":"","time":"17:46","extra":"","follow_up":"12-05-2024","web_id":"","follow_name":"MARTY MASAHIKO IMAOKA","follow_phone":"630-622-8728","follow_email":"imaoka.masahiko@nidec.com","pic_user":"ericy","total_amt":"45293.00","total_gp":"29938.28","total_gpm":"66.10","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"ericy","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-22-2024","notes":[],"crmnotes":[{"comp":1,"quote":223183,"Line":0,"Comment":"11/11/2024 12:06 PM - ericy - F/U changed from 11/30/2024 to 12/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223183,"Line":1,"Comment":"11/11/2024 12:06 PM - ericy - CLO changed from 12/06/2024 to 11/22/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223183","line":"1","part":"CNC501FA-M","qty":"1","price":"37412.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223183","line":"2","part":"P-310S","qty":"1","price":"2531.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223183","line":"3","part":"HYD-UNIT-NACHI-AC110V","qty":"1","price":"5350.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"223183","Line":"0","Comment":"These are non-standard stock items and considered"},{"Quote":"223183","Line":"1","Comment":"specials. Once a PO has been issued these items"},{"Quote":"223183","Line":"2","Comment":"cannot be cancelled or returned."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-11 12:06:57.744 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223183-11112024120657.txt === {"quote":"223183","customer":"15145","name":null,"customerName":"Nidec OKK USA Corporation","comp":"01","open":"0","shipto":"NIDROSE","shiptoName":"Nidec OKK USA Corporation","entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"03-31-2025","cust_po":"CNC501FA-M","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"Y","drop_att":"MARTY MASAHIKO IMAOKA","drop_po":"VM940R","status":"0","user":"ericy","conv_order":"","time":"17:46","extra":"","follow_up":"12-05-2024","web_id":"","follow_name":"MARTY MASAHIKO IMAOKA","follow_phone":"630-622-8728","follow_email":"imaoka.masahiko@nidec.com","pic_user":"ericy","total_amt":"45293.00","total_gp":"29938.28","total_gpm":"66.10","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"ericy","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-22-2024","notes":[],"crmnotes":[{"comp":1,"quote":223183,"Line":0,"Comment":"11/11/2024 12:06 PM - ericy - F/U changed from 11/30/2024 to 12/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223183,"Line":1,"Comment":"11/11/2024 12:06 PM - ericy - CLO changed from 12/06/2024 to 11/22/2024 (CLO Date Updated)"},{"comp":1,"quote":223183,"Line":2,"Comment":"11/11/2024 12:06 PM - ericy - Req Date changed from 12/20/2024 to 03/31/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"223183","line":"1","part":"CNC501FA-M","qty":"1","price":"37412.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223183","line":"2","part":"P-310S","qty":"1","price":"2531.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223183","line":"3","part":"HYD-UNIT-NACHI-AC110V","qty":"1","price":"5350.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"223183","Line":"0","Comment":"These are non-standard stock items and considered"},{"Quote":"223183","Line":"1","Comment":"specials. Once a PO has been issued these items"},{"Quote":"223183","Line":"2","Comment":"cannot be cancelled or returned."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-11 12:07:06.232 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224195-11112024120706.txt === {"quote":"224195","customer":"15145","name":null,"customerName":"Nidec OKK USA Corporation","comp":"01","open":"0","shipto":"NIDROSE","shiptoName":"Nidec OKK USA Corporation","entry_date":"11-08-2024","cust_order_date":"11-08-2024","req_date":"12-20-2024","cust_po":"CNC501FA-M Tslot 18mm","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"Y","drop_att":"MARTY MASAHIKO IMAOKA","drop_po":"VM940R","status":"0","user":"ericy","conv_order":"","time":"16:44","extra":"","follow_up":"12-05-2024","web_id":"","follow_name":"MARTY MASAHIKO IMAOKA","follow_phone":"630-622-8728","follow_email":"imaoka.masahiko@nidec.com","pic_user":"ericy","total_amt":"49034.00","total_gp":"45583.53","total_gpm":"92.96","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"ericy","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-06-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224195","line":"1","part":"SPECIAL-RT","qty":"1","price":"41153.00","uom":"EA","discount":"0.00","req_date":"4.5 Mon + Shipping","branch":"1"},{"comp":"01","order":"224195","line":"6","part":"P-310S","qty":"1","price":"2531.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224195","line":"7","part":"HYD-UNIT-NACHI-AC110V","qty":"1","price":"5350.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-11 12:07:19.258 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224195-11112024120719.txt === {"quote":"224195","customer":"15145","name":null,"customerName":"Nidec OKK USA Corporation","comp":"01","open":"0","shipto":"NIDROSE","shiptoName":"Nidec OKK USA Corporation","entry_date":"11-08-2024","cust_order_date":"11-08-2024","req_date":"12-20-2024","cust_po":"CNC501FA-M Tslot 18mm","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"Y","drop_att":"MARTY MASAHIKO IMAOKA","drop_po":"VM940R","status":"0","user":"ericy","conv_order":"","time":"16:44","extra":"","follow_up":"12-05-2024","web_id":"","follow_name":"MARTY MASAHIKO IMAOKA","follow_phone":"630-622-8728","follow_email":"imaoka.masahiko@nidec.com","pic_user":"ericy","total_amt":"49034.00","total_gp":"45583.53","total_gpm":"92.96","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"ericy","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-06-2024","notes":[],"crmnotes":[{"comp":1,"quote":224195,"Line":0,"Comment":"11/11/2024 12:07 PM - ericy - F/U changed from 11/30/2024 to 12/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224195,"Line":1,"Comment":"11/11/2024 12:07 PM - ericy - CLO changed from 12/06/2024 to 12/06/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224195","line":"1","part":"SPECIAL-RT","qty":"1","price":"41153.00","uom":"EA","discount":"0.00","req_date":"4.5 Mon + Shipping","branch":"1"},{"comp":"01","order":"224195","line":"6","part":"P-310S","qty":"1","price":"2531.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224195","line":"7","part":"HYD-UNIT-NACHI-AC110V","qty":"1","price":"5350.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-11 12:07:33.280 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224195-11112024120733.txt === {"quote":"224195","customer":"15145","name":null,"customerName":"Nidec OKK USA Corporation","comp":"01","open":"0","shipto":"NIDROSE","shiptoName":"Nidec OKK USA Corporation","entry_date":"11-08-2024","cust_order_date":"11-08-2024","req_date":"03-31-2025","cust_po":"CNC501FA-M Tslot 18mm","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"Y","drop_att":"MARTY MASAHIKO IMAOKA","drop_po":"VM940R","status":"0","user":"ericy","conv_order":"","time":"16:44","extra":"","follow_up":"12-05-2024","web_id":"","follow_name":"MARTY MASAHIKO IMAOKA","follow_phone":"630-622-8728","follow_email":"imaoka.masahiko@nidec.com","pic_user":"ericy","total_amt":"49034.00","total_gp":"45583.53","total_gpm":"92.96","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"ericy","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-06-2024","notes":[],"crmnotes":[{"comp":1,"quote":224195,"Line":0,"Comment":"11/11/2024 12:07 PM - ericy - F/U changed from 11/30/2024 to 12/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224195,"Line":1,"Comment":"11/11/2024 12:07 PM - ericy - CLO changed from 12/06/2024 to 12/06/2024 (CLO Date Updated)"},{"comp":1,"quote":224195,"Line":2,"Comment":"11/11/2024 12:07 PM - ericy - Req Date changed from 12/20/2024 to 03/31/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"224195","line":"1","part":"SPECIAL-RT","qty":"1","price":"41153.00","uom":"EA","discount":"0.00","req_date":"4.5 Mon + Shipping","branch":"1"},{"comp":"01","order":"224195","line":"6","part":"P-310S","qty":"1","price":"2531.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224195","line":"7","part":"HYD-UNIT-NACHI-AC110V","qty":"1","price":"5350.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-11 12:07:54.941 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224195-11112024120754.txt === {"quote":"224195","customer":"15145","name":null,"customerName":"Nidec OKK USA Corporation","comp":"01","open":"0","shipto":"NIDROSE","shiptoName":"Nidec OKK USA Corporation","entry_date":"11-08-2024","cust_order_date":"11-08-2024","req_date":"03-31-2025","cust_po":"CNC501FA-M Tslot 18mm","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"Y","drop_att":"MARTY MASAHIKO IMAOKA","drop_po":"VM940R","status":"0","user":"ericy","conv_order":"","time":"16:44","extra":"","follow_up":"12-05-2024","web_id":"","follow_name":"MARTY MASAHIKO IMAOKA","follow_phone":"630-622-8728","follow_email":"imaoka.masahiko@nidec.com","pic_user":"ericy","total_amt":"49034.00","total_gp":"45583.53","total_gpm":"92.96","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"ericy","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-20-2024","notes":[],"crmnotes":[{"comp":1,"quote":224195,"Line":0,"Comment":"11/11/2024 12:07 PM - ericy - F/U changed from 11/30/2024 to 12/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224195,"Line":1,"Comment":"11/11/2024 12:07 PM - ericy - CLO changed from 12/06/2024 to 12/06/2024 (CLO Date Updated)"},{"comp":1,"quote":224195,"Line":2,"Comment":"11/11/2024 12:07 PM - ericy - Req Date changed from 12/20/2024 to 03/31/2025 (Req Date Updated)"},{"comp":1,"quote":224195,"Line":3,"Comment":"11/11/2024 12:07 PM - ericy - CLO changed from 12/06/2024 to 11/20/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224195","line":"1","part":"SPECIAL-RT","qty":"1","price":"41153.00","uom":"EA","discount":"0.00","req_date":"4.5 Mon + Shipping","branch":"1"},{"comp":"01","order":"224195","line":"6","part":"P-310S","qty":"1","price":"2531.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224195","line":"7","part":"HYD-UNIT-NACHI-AC110V","qty":"1","price":"5350.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-11 12:08:05.163 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224195-11112024120804.txt === {"quote":"224195","customer":"15145","name":null,"customerName":"Nidec OKK USA Corporation","comp":"01","open":"0","shipto":"NIDROSE","shiptoName":"Nidec OKK USA Corporation","entry_date":"11-08-2024","cust_order_date":"11-08-2024","req_date":"03-31-2025","cust_po":"CNC501FA-M Tslot 18mm","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"Y","drop_att":"MARTY MASAHIKO IMAOKA","drop_po":"VM940R","status":"0","user":"ericy","conv_order":"","time":"16:44","extra":"","follow_up":"12-05-2024","web_id":"","follow_name":"MARTY MASAHIKO IMAOKA","follow_phone":"630-622-8728","follow_email":"imaoka.masahiko@nidec.com","pic_user":"ericy","total_amt":"49034.00","total_gp":"45583.53","total_gpm":"92.96","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"ericy","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-20-2024","notes":[],"crmnotes":[{"comp":1,"quote":224195,"Line":0,"Comment":"11/11/2024 12:07 PM - ericy - F/U changed from 11/30/2024 to 12/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224195,"Line":1,"Comment":"11/11/2024 12:07 PM - ericy - CLO changed from 12/06/2024 to 12/06/2024 (CLO Date Updated)"},{"comp":1,"quote":224195,"Line":2,"Comment":"11/11/2024 12:07 PM - ericy - Req Date changed from 12/20/2024 to 03/31/2025 (Req Date Updated)"},{"comp":1,"quote":224195,"Line":3,"Comment":"11/11/2024 12:07 PM - ericy - CLO changed from 12/06/2024 to 11/20/2024 (CLO Date Updated)"},{"comp":1,"quote":224195,"Line":4,"Comment":"11/11/2024 12:08 PM - ericy - CLO changed from 11/20/2024 to 12/20/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224195","line":"1","part":"SPECIAL-RT","qty":"1","price":"41153.00","uom":"EA","discount":"0.00","req_date":"4.5 Mon + Shipping","branch":"1"},{"comp":"01","order":"224195","line":"6","part":"P-310S","qty":"1","price":"2531.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224195","line":"7","part":"HYD-UNIT-NACHI-AC110V","qty":"1","price":"5350.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-11 12:08:38.243 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223183-11112024120838.txt === {"quote":"223183","customer":"15145","name":null,"customerName":"Nidec OKK USA Corporation","comp":"01","open":"0","shipto":"NIDROSE","shiptoName":"Nidec OKK USA Corporation","entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"03-31-2025","cust_po":"CNC501FA-M","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"Y","drop_att":"MARTY MASAHIKO IMAOKA","drop_po":"VM940R","status":"0","user":"ericy","conv_order":"","time":"17:46","extra":"","follow_up":"12-05-2024","web_id":"","follow_name":"MARTY MASAHIKO IMAOKA","follow_phone":"630-622-8728","follow_email":"imaoka.masahiko@nidec.com","pic_user":"ericy","total_amt":"45293.00","total_gp":"29938.28","total_gpm":"66.10","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"ericy","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-20-2024","notes":[],"crmnotes":[{"comp":1,"quote":223183,"Line":0,"Comment":"11/11/2024 12:06 PM - ericy - F/U changed from 11/30/2024 to 12/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223183,"Line":1,"Comment":"11/11/2024 12:06 PM - ericy - CLO changed from 12/06/2024 to 11/22/2024 (CLO Date Updated)"},{"comp":1,"quote":223183,"Line":2,"Comment":"11/11/2024 12:06 PM - ericy - Req Date changed from 12/20/2024 to 03/31/2025 (Req Date Updated)"},{"comp":1,"quote":223183,"Line":3,"Comment":"11/11/2024 12:08 PM - ericy - CLO changed from 11/22/2024 to 12/20/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223183","line":"1","part":"CNC501FA-M","qty":"1","price":"37412.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223183","line":"2","part":"P-310S","qty":"1","price":"2531.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223183","line":"3","part":"HYD-UNIT-NACHI-AC110V","qty":"1","price":"5350.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"223183","Line":"0","Comment":"These are non-standard stock items and considered"},{"Quote":"223183","Line":"1","Comment":"specials. Once a PO has been issued these items"},{"Quote":"223183","Line":"2","Comment":"cannot be cancelled or returned."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-11 12:09:36.659 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222392-11112024120936.txt === {"quote":"222392","customer":"13687","name":null,"customerName":"DMG Mori (IL)","comp":"01","open":"0","shipto":"DMGCHIC","shiptoName":"DMG Mori/Chicago","entry_date":"10-07-2024","cust_order_date":"10-07-2024","req_date":"12-20-2024","cust_po":"B50RAM-ER40-225-110TP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"Y","drop_att":"Mr. Kaichiro Kawanaka","drop_po":"KBT15","status":"0","user":"mirandag","conv_order":"","time":"08:58","extra":"","follow_up":"12-05-2024","web_id":"","follow_name":"Unknown","follow_phone":"","follow_email":"@","pic_user":"ericy","total_amt":"19192.00","total_gp":"9376.04","total_gpm":"48.85","rev_type":"ADV","mod_date":"11-11-2024","mod_time":null,"mod_user":"ericy","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-27-2024","notes":[{"comp":"1","quote":"222392","line":"4","data":"10-02-2024 09:06 - Discounts Recalculated QS"},{"comp":"1","quote":"222392","line":"3","data":"10-02-2024 08:59 - Discounts Recalculated QS"},{"comp":"1","quote":"222392","line":"2","data":"Eric makes quote."},{"comp":"1","quote":"222392","line":"1","data":"for adding to the Mimatic log - will close if"},{"comp":"1","quote":"222392","line":"0","data":"10-02-2024 08:59-mirandag B50RAM quote for EricY,"}],"crmnotes":[],"items":[{"comp":"01","order":"222392","line":"1","part":"B50RAM-ER40-225-110TP","qty":"2","price":"9596.00","uom":"EA","discount":"0.00","req_date":"8-12wk","branch":"1"}],"qlines":[{"Quote":"222392","Line":"1","Company":"1","F_Line":"1","Comment":"delivery 8 - 12 wks upon PO","Loc":"Y"},{"Quote":"222392","Line":"1","Company":"1","F_Line":"2","Comment":"delivery (8-10weeks for Mnfg 2weeks for shipping)","Loc":"Y"},{"Quote":"222392","Line":"1","Company":"1","F_Line":"3","Comment":"not refundable not cancelable upon PO","Loc":"Y"}],"qcomms":[{"Quote":"222392","Line":"0","Comment":"These are non-standard stock items and considered"},{"Quote":"222392","Line":"1","Comment":"specials. Once a PO has been issued these items"},{"Quote":"222392","Line":"2","Comment":"cannot be cancelled or returned."}],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-11 12:09:55.234 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222392-11112024120955.txt === {"quote":"222392","customer":"13687","name":null,"customerName":"DMG Mori (IL)","comp":"01","open":"0","shipto":"DMGCHIC","shiptoName":"DMG Mori/Chicago","entry_date":"10-07-2024","cust_order_date":"10-07-2024","req_date":"12-20-2024","cust_po":"B50RAM-ER40-225-110TP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"Y","drop_att":"Mr. Kaichiro Kawanaka","drop_po":"KBT15","status":"0","user":"mirandag","conv_order":"","time":"08:58","extra":"","follow_up":"12-05-2024","web_id":"","follow_name":"Unknown","follow_phone":"","follow_email":"@","pic_user":"ericy","total_amt":"19192.00","total_gp":"9376.04","total_gpm":"48.85","rev_type":"ADV","mod_date":"11-11-2024","mod_time":null,"mod_user":"ericy","reason":"","totalQty":"2","win_pct":"20","clo_date":"01-10-2025","notes":[{"comp":"1","quote":"222392","line":"4","data":"10-02-2024 09:06 - Discounts Recalculated QS"},{"comp":"1","quote":"222392","line":"3","data":"10-02-2024 08:59 - Discounts Recalculated QS"},{"comp":"1","quote":"222392","line":"2","data":"Eric makes quote."},{"comp":"1","quote":"222392","line":"1","data":"for adding to the Mimatic log - will close if"},{"comp":"1","quote":"222392","line":"0","data":"10-02-2024 08:59-mirandag B50RAM quote for EricY,"}],"crmnotes":[{"comp":1,"quote":222392,"Line":0,"Comment":"11/11/2024 12:09 PM - ericy - F/U changed from 10/31/2024 to 12/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222392,"Line":1,"Comment":"11/11/2024 12:09 PM - ericy - CLO changed from 11/27/2024 to 01/10/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222392","line":"1","part":"B50RAM-ER40-225-110TP","qty":"2","price":"9596.00","uom":"EA","discount":"0.00","req_date":"8-12wk","branch":"1"}],"qlines":[{"Quote":"222392","Line":"1","Company":"1","F_Line":"1","Comment":"delivery 8 - 12 wks upon PO","Loc":"Y"},{"Quote":"222392","Line":"1","Company":"1","F_Line":"2","Comment":"delivery (8-10weeks for Mnfg 2weeks for shipping)","Loc":"Y"},{"Quote":"222392","Line":"1","Company":"1","F_Line":"3","Comment":"not refundable not cancelable upon PO","Loc":"Y"}],"qcomms":[{"Quote":"222392","Line":"0","Comment":"These are non-standard stock items and considered"},{"Quote":"222392","Line":"1","Comment":"specials. Once a PO has been issued these items"},{"Quote":"222392","Line":"2","Comment":"cannot be cancelled or returned."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-11 12:10:53.949 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222392-11112024121053.txt === {"quote":"222392","customer":"13687","name":null,"customerName":"DMG Mori (IL)","comp":"01","open":"0","shipto":"DMGCHIC","shiptoName":"DMG Mori/Chicago","entry_date":"10-07-2024","cust_order_date":"10-07-2024","req_date":"04-30-2025","cust_po":"B50RAM-ER40-225-110TP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"Y","drop_att":"Mr. Kaichiro Kawanaka","drop_po":"KBT15","status":"0","user":"mirandag","conv_order":"","time":"08:58","extra":"","follow_up":"12-05-2024","web_id":"","follow_name":"Unknown","follow_phone":"","follow_email":"@","pic_user":"ericy","total_amt":"19192.00","total_gp":"9376.04","total_gpm":"48.85","rev_type":"ADV","mod_date":"11-11-2024","mod_time":null,"mod_user":"ericy","reason":"","totalQty":"2","win_pct":"20","clo_date":"01-10-2025","notes":[{"comp":"1","quote":"222392","line":"4","data":"10-02-2024 09:06 - Discounts Recalculated QS"},{"comp":"1","quote":"222392","line":"3","data":"10-02-2024 08:59 - Discounts Recalculated QS"},{"comp":"1","quote":"222392","line":"2","data":"Eric makes quote."},{"comp":"1","quote":"222392","line":"1","data":"for adding to the Mimatic log - will close if"},{"comp":"1","quote":"222392","line":"0","data":"10-02-2024 08:59-mirandag B50RAM quote for EricY,"}],"crmnotes":[{"comp":1,"quote":222392,"Line":0,"Comment":"11/11/2024 12:09 PM - ericy - F/U changed from 10/31/2024 to 12/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222392,"Line":1,"Comment":"11/11/2024 12:09 PM - ericy - CLO changed from 11/27/2024 to 01/10/2025 (CLO Date Updated)"},{"comp":1,"quote":222392,"Line":2,"Comment":"11/11/2024 12:10 PM - ericy - Req Date changed from 12/20/2024 to 04/30/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"222392","line":"1","part":"B50RAM-ER40-225-110TP","qty":"2","price":"9596.00","uom":"EA","discount":"0.00","req_date":"8-12wk","branch":"1"}],"qlines":[{"Quote":"222392","Line":"1","Company":"1","F_Line":"1","Comment":"delivery 8 - 12 wks upon PO","Loc":"Y"},{"Quote":"222392","Line":"1","Company":"1","F_Line":"2","Comment":"delivery (8-10weeks for Mnfg 2weeks for shipping)","Loc":"Y"},{"Quote":"222392","Line":"1","Company":"1","F_Line":"3","Comment":"not refundable not cancelable upon PO","Loc":"Y"}],"qcomms":[{"Quote":"222392","Line":"0","Comment":"These are non-standard stock items and considered"},{"Quote":"222392","Line":"1","Comment":"specials. Once a PO has been issued these items"},{"Quote":"222392","Line":"2","Comment":"cannot be cancelled or returned."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-11 12:14:50.834 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223039-11112024121450.txt === {"quote":"223039","customer":"13687","name":null,"customerName":"DMG Mori (IL)","comp":"01","open":"1","shipto":"DMGHUG","shiptoName":"DMG MORI U.S.A Inc","entry_date":"10-15-2024","cust_order_date":"10-15-2024","req_date":"11-26-2024","cust_po":"Test Bars","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Mr. Jeffrey Snow","drop_po":"","status":"0","user":"mirandag","conv_order":"","time":"16:41","extra":"","follow_up":"10-28-2024","web_id":"","follow_name":"Eric Yoo","follow_phone":"","follow_email":"Ericy@lyndexnikken.com","pic_user":"ericy","total_amt":"10539.00","total_gp":"6833.17","total_gpm":"64.84","rev_type":"ADV","mod_date":"11-11-2024","mod_time":null,"mod_user":"ericy","reason":"F","totalQty":"8","win_pct":"20","clo_date":null,"notes":[{"comp":"1","quote":"223039","line":"2","data":"10-15-2024 16:43 - Discounts Recalculated QS"},{"comp":"1","quote":"223039","line":"1","data":"10-15-2024 16:43 - Discounts Recalculated QS"},{"comp":"1","quote":"223039","line":"0","data":"10-15-2024 16:42 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223039","line":"1","part":"HSK63A-TB1.3/4-14.00","qty":"1","price":"1727.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223039","line":"2","part":"HSK100A-TB2.1/2-14.00","qty":"1","price":"2189.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223039","line":"3","part":"C4-TB32-180","qty":"1","price":"1692.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223039","line":"4","part":"C5-TB40-280","qty":"1","price":"1692.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223039","line":"5","part":"C6-TB40-352","qty":"1","price":"1784.00","uom":"EA","discount":"25.00","req_date":"11-13 Weeks","branch":"1"},{"comp":"01","order":"223039","line":"6","part":"BT30-TB1.1/4-10.00NF","qty":"1","price":"1376.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223039","line":"7","part":"CAT40-TB1.3/4-14.00NF","qty":"1","price":"1676.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223039","line":"8","part":"CAT50-TB2.1/2-14.00NF","qty":"1","price":"1916.00","uom":"EA","discount":"25.00","req_date":"10/22","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":8}}] 2024-11-11 12:18:07.295 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223400-11112024121807.txt === {"quote":"223400","customer":"13687","name":null,"customerName":"DMG Mori (IL)","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-23-2024","cust_order_date":"10-23-2024","req_date":"12-04-2024","cust_po":"CAT40 EndMill Holders","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"11:00","extra":"","follow_up":"01-31-2025","web_id":"","follow_name":"Rory Dudas","follow_phone":"855-364-6674","follow_email":"rdudas@dmgmori-fs.com","pic_user":"jennad","total_amt":"1706.0","total_gp":"604.54","total_gpm":"35.44","rev_type":"STD","mod_date":"11-11-2024","mod_time":null,"mod_user":"ericy","reason":"","totalQty":"22","win_pct":"20","clo_date":"11-23-2024","notes":[{"comp":"1","quote":"223400","line":"1","data":"EMHs are coolant-thru"},{"comp":"1","quote":"223400","line":"0","data":"10-23-2024 11:01-jennad EricY request, all our"}],"crmnotes":[],"items":[{"comp":"01","order":"223400","line":"1","part":"C4006-0125-4.00","qty":"2","price":"150.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223400","line":"2","part":"C4006-0250-4.00","qty":"2","price":"150.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223400","line":"3","part":"C4006-0375-4.00","qty":"4","price":"150.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223400","line":"4","part":"C4006-0500-4.00","qty":"4","price":"139.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223400","line":"5","part":"C4006-0625-4.00","qty":"2","price":"166.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223400","line":"6","part":"C4006-0750-4.00","qty":"4","price":"144.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223400","line":"7","part":"C4006-1000-6.00","qty":"4","price":"187.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":7}}] 2024-11-11 12:18:24.429 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223400-11112024121824.txt === {"quote":"223400","customer":"13687","name":null,"customerName":"DMG Mori (IL)","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-23-2024","cust_order_date":"10-23-2024","req_date":"12-04-2024","cust_po":"CAT40 EndMill Holders","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"11:00","extra":"","follow_up":"01-31-2025","web_id":"","follow_name":"Rory Dudas","follow_phone":"855-364-6674","follow_email":"rdudas@dmgmori-fs.com","pic_user":"jennad","total_amt":"1706.0","total_gp":"604.54","total_gpm":"35.44","rev_type":"STD","mod_date":"11-11-2024","mod_time":null,"mod_user":"ericy","reason":"","totalQty":"22","win_pct":"20","clo_date":"02-18-2025","notes":[{"comp":"1","quote":"223400","line":"1","data":"EMHs are coolant-thru"},{"comp":"1","quote":"223400","line":"0","data":"10-23-2024 11:01-jennad EricY request, all our"}],"crmnotes":[{"comp":1,"quote":223400,"Line":0,"Comment":"11/11/2024 12:18 PM - ericy - F/U changed from 11/13/2024 to 1/31/2025 (Follow Up Manually Changed)"},{"comp":1,"quote":223400,"Line":1,"Comment":"11/11/2024 12:18 PM - ericy - CLO changed from 11/23/2024 to 02/18/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223400","line":"1","part":"C4006-0125-4.00","qty":"2","price":"150.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223400","line":"2","part":"C4006-0250-4.00","qty":"2","price":"150.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223400","line":"3","part":"C4006-0375-4.00","qty":"4","price":"150.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223400","line":"4","part":"C4006-0500-4.00","qty":"4","price":"139.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223400","line":"5","part":"C4006-0625-4.00","qty":"2","price":"166.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223400","line":"6","part":"C4006-0750-4.00","qty":"4","price":"144.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223400","line":"7","part":"C4006-1000-6.00","qty":"4","price":"187.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-11 12:18:34.597 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223400-11112024121834.txt === {"quote":"223400","customer":"13687","name":null,"customerName":"DMG Mori (IL)","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-23-2024","cust_order_date":"10-23-2024","req_date":"12-04-2024","cust_po":"CAT40 EndMill Holders","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"11:00","extra":"","follow_up":"01-31-2025","web_id":"","follow_name":"Rory Dudas","follow_phone":"855-364-6674","follow_email":"rdudas@dmgmori-fs.com","pic_user":"jennad","total_amt":"1706.0","total_gp":"604.54","total_gpm":"35.44","rev_type":"STD","mod_date":"11-11-2024","mod_time":null,"mod_user":"ericy","reason":"","totalQty":"22","win_pct":"20","clo_date":"02-18-2025","notes":[{"comp":"1","quote":"223400","line":"1","data":"EMHs are coolant-thru"},{"comp":"1","quote":"223400","line":"0","data":"10-23-2024 11:01-jennad EricY request, all our"}],"crmnotes":[{"comp":1,"quote":223400,"Line":0,"Comment":"11/11/2024 12:18 PM - ericy - F/U changed from 11/13/2024 to 1/31/2025 (Follow Up Manually Changed)"},{"comp":1,"quote":223400,"Line":1,"Comment":"11/11/2024 12:18 PM - ericy - CLO changed from 11/23/2024 to 02/18/2025 (CLO Date Updated)"},{"comp":1,"quote":223400,"Line":2,"Comment":"11/11/2024 12:18 PM - ericy - CLO changed from 02/18/2025 to 02/18/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223400","line":"1","part":"C4006-0125-4.00","qty":"2","price":"150.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223400","line":"2","part":"C4006-0250-4.00","qty":"2","price":"150.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223400","line":"3","part":"C4006-0375-4.00","qty":"4","price":"150.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223400","line":"4","part":"C4006-0500-4.00","qty":"4","price":"139.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223400","line":"5","part":"C4006-0625-4.00","qty":"2","price":"166.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223400","line":"6","part":"C4006-0750-4.00","qty":"4","price":"144.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223400","line":"7","part":"C4006-1000-6.00","qty":"4","price":"187.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-11 12:18:45.042 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223400-11112024121844.txt === {"quote":"223400","customer":"13687","name":null,"customerName":"DMG Mori (IL)","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-23-2024","cust_order_date":"10-23-2024","req_date":"02-28-2025","cust_po":"CAT40 EndMill Holders","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"11:00","extra":"","follow_up":"01-31-2025","web_id":"","follow_name":"Rory Dudas","follow_phone":"855-364-6674","follow_email":"rdudas@dmgmori-fs.com","pic_user":"jennad","total_amt":"1706.0","total_gp":"604.54","total_gpm":"35.44","rev_type":"STD","mod_date":"11-11-2024","mod_time":null,"mod_user":"ericy","reason":"","totalQty":"22","win_pct":"20","clo_date":"02-18-2025","notes":[{"comp":"1","quote":"223400","line":"1","data":"EMHs are coolant-thru"},{"comp":"1","quote":"223400","line":"0","data":"10-23-2024 11:01-jennad EricY request, all our"}],"crmnotes":[{"comp":1,"quote":223400,"Line":0,"Comment":"11/11/2024 12:18 PM - ericy - F/U changed from 11/13/2024 to 1/31/2025 (Follow Up Manually Changed)"},{"comp":1,"quote":223400,"Line":1,"Comment":"11/11/2024 12:18 PM - ericy - CLO changed from 11/23/2024 to 02/18/2025 (CLO Date Updated)"},{"comp":1,"quote":223400,"Line":2,"Comment":"11/11/2024 12:18 PM - ericy - CLO changed from 02/18/2025 to 02/18/2025 (CLO Date Updated)"},{"comp":1,"quote":223400,"Line":3,"Comment":"11/11/2024 12:18 PM - ericy - Req Date changed from 12/04/2024 to 02/28/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"223400","line":"1","part":"C4006-0125-4.00","qty":"2","price":"150.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223400","line":"2","part":"C4006-0250-4.00","qty":"2","price":"150.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223400","line":"3","part":"C4006-0375-4.00","qty":"4","price":"150.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223400","line":"4","part":"C4006-0500-4.00","qty":"4","price":"139.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223400","line":"5","part":"C4006-0625-4.00","qty":"2","price":"166.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223400","line":"6","part":"C4006-0750-4.00","qty":"4","price":"144.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223400","line":"7","part":"C4006-1000-6.00","qty":"4","price":"187.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-11 12:21:06.359 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220062-11112024122106.txt === {"quote":"220062","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMAKNOX","shiptoName":"Yamazen- KNX","entry_date":"08-12-2024","cust_order_date":"08-12-2024","req_date":"10-26-2024","cust_po":"BT40 ER collet holder","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"TD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Daishi Urata","drop_po":"","status":"0","user":"naoyat","conv_order":"","time":"18:43","extra":"","follow_up":"01-31-2025","web_id":"","follow_name":"Daishi Urata","follow_phone":"8654541282","follow_email":"daishiurata@yamazen.com","pic_user":"ericy","total_amt":"166.25","total_gp":"91.64","total_gpm":"55.12","rev_type":"STD","mod_date":"11-11-2024","mod_time":null,"mod_user":"ericy","reason":"","totalQty":"3","win_pct":"20","clo_date":"10-20-2024","notes":[{"comp":"1","quote":"220062","line":"0","data":"08-12-2024 18:44 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"220062","line":"1","part":"B4007-0032-3.13","qty":"1","price":"253.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220062","line":"2","part":"E32-787","qty":"1","price":"52.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220062","line":"3","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-11 12:21:20.903 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220062-11112024122120.txt === {"quote":"220062","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMAKNOX","shiptoName":"Yamazen- KNX","entry_date":"08-12-2024","cust_order_date":"08-12-2024","req_date":"10-26-2024","cust_po":"BT40 ER collet holder","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"TD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Daishi Urata","drop_po":"","status":"0","user":"naoyat","conv_order":"","time":"18:43","extra":"","follow_up":"01-31-2025","web_id":"","follow_name":"Daishi Urata","follow_phone":"8654541282","follow_email":"daishiurata@yamazen.com","pic_user":"ericy","total_amt":"166.25","total_gp":"91.64","total_gpm":"55.12","rev_type":"STD","mod_date":"11-11-2024","mod_time":null,"mod_user":"ericy","reason":"","totalQty":"3","win_pct":"20","clo_date":"02-28-2025","notes":[{"comp":"1","quote":"220062","line":"0","data":"08-12-2024 18:44 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220062,"Line":0,"Comment":"11/11/2024 12:21 PM - ericy - F/U changed from 10/15/2024 to 1/31/2025 (Follow Up Manually Changed)"},{"comp":1,"quote":220062,"Line":1,"Comment":"11/11/2024 12:21 PM - ericy - CLO changed from 10/20/2024 to 02/28/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"220062","line":"1","part":"B4007-0032-3.13","qty":"1","price":"253.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220062","line":"2","part":"E32-787","qty":"1","price":"52.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220062","line":"3","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-11 12:21:32.460 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220062-11112024122132.txt === {"quote":"220062","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMAKNOX","shiptoName":"Yamazen- KNX","entry_date":"08-12-2024","cust_order_date":"08-12-2024","req_date":"03-20-2025","cust_po":"BT40 ER collet holder","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"TD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Daishi Urata","drop_po":"","status":"0","user":"naoyat","conv_order":"","time":"18:43","extra":"","follow_up":"01-31-2025","web_id":"","follow_name":"Daishi Urata","follow_phone":"8654541282","follow_email":"daishiurata@yamazen.com","pic_user":"ericy","total_amt":"166.25","total_gp":"91.64","total_gpm":"55.12","rev_type":"STD","mod_date":"11-11-2024","mod_time":null,"mod_user":"ericy","reason":"","totalQty":"3","win_pct":"20","clo_date":"02-28-2025","notes":[{"comp":"1","quote":"220062","line":"0","data":"08-12-2024 18:44 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220062,"Line":0,"Comment":"11/11/2024 12:21 PM - ericy - F/U changed from 10/15/2024 to 1/31/2025 (Follow Up Manually Changed)"},{"comp":1,"quote":220062,"Line":1,"Comment":"11/11/2024 12:21 PM - ericy - CLO changed from 10/20/2024 to 02/28/2025 (CLO Date Updated)"},{"comp":1,"quote":220062,"Line":2,"Comment":"11/11/2024 12:21 PM - ericy - Req Date changed from 10/26/2024 to 03/20/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"220062","line":"1","part":"B4007-0032-3.13","qty":"1","price":"253.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220062","line":"2","part":"E32-787","qty":"1","price":"52.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220062","line":"3","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-11 12:23:09.184 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220023-11112024122308.txt === {"quote":"220023","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMAKNOX","shiptoName":"Yamazen- KNX","entry_date":"08-12-2024","cust_order_date":"08-12-2024","req_date":"11-13-2024","cust_po":"BT40 Milling Chuck","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"TD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Daishi Urata","drop_po":"","status":"0","user":"naoyat","conv_order":"","time":"11:47","extra":"","follow_up":"10-31-2024","web_id":"","follow_name":"Daishi Urata","follow_phone":"8654541282","follow_email":"daishiurata@yamazen.com","pic_user":"ericy","total_amt":"1154.34","total_gp":"552.26","total_gpm":"47.84","rev_type":"ADV","mod_date":"11-11-2024","mod_time":null,"mod_user":"ericy","reason":"","totalQty":"5","win_pct":"20","clo_date":"11-06-2024","notes":[{"comp":"1","quote":"220023","line":"2","data":"08-19-2024 17:59 - Discounts Recalculated"},{"comp":"1","quote":"220023","line":"1","data":"08-12-2024 11:52 - Discounts Recalculated"},{"comp":"1","quote":"220023","line":"0","data":"08-12-2024 11:49 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"220023","line":"1","part":"BT40-C25-70","qty":"2","price":"533.00","uom":"EA","discount":"47.00","req_date":"2 Weeks","branch":"1"},{"comp":"01","order":"220023","line":"2","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220023","line":"3","part":"BT40-C25-90","qty":"2","price":"533.00","uom":"EA","discount":"47.00","req_date":"2 Weeks","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-11 12:23:19.175 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220023-11112024122318.txt === {"quote":"220023","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMAKNOX","shiptoName":"Yamazen- KNX","entry_date":"08-12-2024","cust_order_date":"08-12-2024","req_date":"11-13-2024","cust_po":"BT40 Milling Chuck","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"TD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Daishi Urata","drop_po":"","status":"0","user":"naoyat","conv_order":"","time":"11:47","extra":"","follow_up":"01-31-2025","web_id":"","follow_name":"Daishi Urata","follow_phone":"8654541282","follow_email":"daishiurata@yamazen.com","pic_user":"ericy","total_amt":"1154.34","total_gp":"552.26","total_gpm":"47.84","rev_type":"ADV","mod_date":"11-11-2024","mod_time":null,"mod_user":"ericy","reason":"","totalQty":"5","win_pct":"20","clo_date":"11-06-2024","notes":[{"comp":"1","quote":"220023","line":"2","data":"08-19-2024 17:59 - Discounts Recalculated"},{"comp":"1","quote":"220023","line":"1","data":"08-12-2024 11:52 - Discounts Recalculated"},{"comp":"1","quote":"220023","line":"0","data":"08-12-2024 11:49 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220023,"Line":0,"Comment":"11/11/2024 12:23 PM - ericy - F/U changed from 10/31/2024 to 10/31/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"220023","line":"1","part":"BT40-C25-70","qty":"2","price":"533.00","uom":"EA","discount":"47.00","req_date":"2 Weeks","branch":"1"},{"comp":"01","order":"220023","line":"2","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220023","line":"3","part":"BT40-C25-90","qty":"2","price":"533.00","uom":"EA","discount":"47.00","req_date":"2 Weeks","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-11 12:23:30.640 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220023-11112024122330.txt === {"quote":"220023","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMAKNOX","shiptoName":"Yamazen- KNX","entry_date":"08-12-2024","cust_order_date":"08-12-2024","req_date":"11-13-2024","cust_po":"BT40 Milling Chuck","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"TD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Daishi Urata","drop_po":"","status":"0","user":"naoyat","conv_order":"","time":"11:47","extra":"","follow_up":"01-31-2025","web_id":"","follow_name":"Daishi Urata","follow_phone":"8654541282","follow_email":"daishiurata@yamazen.com","pic_user":"ericy","total_amt":"1154.34","total_gp":"552.26","total_gpm":"47.84","rev_type":"ADV","mod_date":"11-11-2024","mod_time":null,"mod_user":"ericy","reason":"","totalQty":"5","win_pct":"20","clo_date":"02-28-2025","notes":[{"comp":"1","quote":"220023","line":"2","data":"08-19-2024 17:59 - Discounts Recalculated"},{"comp":"1","quote":"220023","line":"1","data":"08-12-2024 11:52 - Discounts Recalculated"},{"comp":"1","quote":"220023","line":"0","data":"08-12-2024 11:49 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220023,"Line":0,"Comment":"11/11/2024 12:23 PM - ericy - F/U changed from 10/31/2024 to 10/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220023,"Line":1,"Comment":"11/11/2024 12:23 PM - ericy - F/U changed from 10/31/2024 to 1/31/2025 (Follow Up Manually Changed)"},{"comp":1,"quote":220023,"Line":2,"Comment":"11/11/2024 12:23 PM - ericy - CLO changed from 11/06/2024 to 02/28/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"220023","line":"1","part":"BT40-C25-70","qty":"2","price":"533.00","uom":"EA","discount":"47.00","req_date":"2 Weeks","branch":"1"},{"comp":"01","order":"220023","line":"2","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220023","line":"3","part":"BT40-C25-90","qty":"2","price":"533.00","uom":"EA","discount":"47.00","req_date":"2 Weeks","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-11 12:23:40.512 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220023-11112024122340.txt === {"quote":"220023","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMAKNOX","shiptoName":"Yamazen- KNX","entry_date":"08-12-2024","cust_order_date":"08-12-2024","req_date":"03-20-2025","cust_po":"BT40 Milling Chuck","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"TD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Daishi Urata","drop_po":"","status":"0","user":"naoyat","conv_order":"","time":"11:47","extra":"","follow_up":"01-31-2025","web_id":"","follow_name":"Daishi Urata","follow_phone":"8654541282","follow_email":"daishiurata@yamazen.com","pic_user":"ericy","total_amt":"1154.34","total_gp":"552.26","total_gpm":"47.84","rev_type":"ADV","mod_date":"11-11-2024","mod_time":null,"mod_user":"ericy","reason":"","totalQty":"5","win_pct":"20","clo_date":"02-28-2025","notes":[{"comp":"1","quote":"220023","line":"2","data":"08-19-2024 17:59 - Discounts Recalculated"},{"comp":"1","quote":"220023","line":"1","data":"08-12-2024 11:52 - Discounts Recalculated"},{"comp":"1","quote":"220023","line":"0","data":"08-12-2024 11:49 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220023,"Line":0,"Comment":"11/11/2024 12:23 PM - ericy - F/U changed from 10/31/2024 to 10/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220023,"Line":1,"Comment":"11/11/2024 12:23 PM - ericy - F/U changed from 10/31/2024 to 1/31/2025 (Follow Up Manually Changed)"},{"comp":1,"quote":220023,"Line":2,"Comment":"11/11/2024 12:23 PM - ericy - CLO changed from 11/06/2024 to 02/28/2025 (CLO Date Updated)"},{"comp":1,"quote":220023,"Line":3,"Comment":"11/11/2024 12:23 PM - ericy - Req Date changed from 11/13/2024 to 03/20/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"220023","line":"1","part":"BT40-C25-70","qty":"2","price":"533.00","uom":"EA","discount":"47.00","req_date":"2 Weeks","branch":"1"},{"comp":"01","order":"220023","line":"2","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220023","line":"3","part":"BT40-C25-90","qty":"2","price":"533.00","uom":"EA","discount":"47.00","req_date":"2 Weeks","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-11 12:24:46.908 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218037-11112024122446.txt === {"quote":"218037","customer":"15195","name":null,"customerName":"OSG USA Inc.","comp":"01","open":"0","shipto":"OSGUSTCH","shiptoName":"OSG USA Inc","entry_date":"06-26-2024","cust_order_date":"06-26-2024","req_date":"12-20-2024","cust_po":"Special ShellMill","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Oji Kawaguchi","drop_po":"Q2410300","status":"0","user":"ericy","conv_order":"","time":"12:43","extra":"","follow_up":"01-31-2025","web_id":"","follow_name":"Oji Kawaguchi","follow_phone":"2242775183","follow_email":"oji.kawaguchi@osgtool.com","pic_user":"ericy","total_amt":"740.90","total_gp":"734.99","total_gpm":"99.20","rev_type":"STD","mod_date":"11-11-2024","mod_time":null,"mod_user":"ericy","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-29-2024","notes":[{"comp":"1","quote":"218037","line":"0","data":"06-26-2024 12:48 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":218037,"Line":0,"Comment":"07/20/2024 2:53 PM - ericy - F/U changed from 07/02/2024 to 8/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218037,"Line":1,"Comment":"07/20/2024 2:53 PM - ericy - CLO changed from 07/26/2024 to 09/20/2024 (CLO Date Updated)"},{"comp":1,"quote":218037,"Line":2,"Comment":"07/20/2024 2:53 PM - ericy - Req Date changed from 08/07/2024 to 11/22/2024 (Req Date Updated)"},{"comp":1,"quote":218037,"Line":3,"Comment":"10/03/2024 9:16 AM - ericy - CLO changed from 09/20/2024 to 11/19/2024 (CLO Date Updated)"},{"comp":1,"quote":218037,"Line":4,"Comment":"10/03/2024 9:17 AM - ericy - F/U changed from 08/30/2024 to 11/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218037,"Line":5,"Comment":"10/03/2024 9:17 AM - ericy - CLO changed from 11/19/2024 to 11/29/2024 (CLO Date Updated)"},{"comp":1,"quote":218037,"Line":6,"Comment":"10/03/2024 9:17 AM - ericy - Req Date changed from 11/22/2024 to 12/20/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"218037","line":"1","part":"SPECIAL-TL","qty":"1","price":"715.00","uom":"EA","discount":"0.00","req_date":"3month MFG","branch":"1"},{"comp":"01","order":"218037","line":"12","part":"C50-9000-EU","qty":"1","price":"37.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-11 12:25:02.086 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218037-11112024122501.txt === {"quote":"218037","customer":"15195","name":null,"customerName":"OSG USA Inc.","comp":"01","open":"0","shipto":"OSGUSTCH","shiptoName":"OSG USA Inc","entry_date":"06-26-2024","cust_order_date":"06-26-2024","req_date":"12-20-2024","cust_po":"Special ShellMill","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Oji Kawaguchi","drop_po":"Q2410300","status":"0","user":"ericy","conv_order":"","time":"12:43","extra":"","follow_up":"01-31-2025","web_id":"","follow_name":"Oji Kawaguchi","follow_phone":"2242775183","follow_email":"oji.kawaguchi@osgtool.com","pic_user":"ericy","total_amt":"740.90","total_gp":"734.99","total_gpm":"99.20","rev_type":"STD","mod_date":"11-11-2024","mod_time":null,"mod_user":"ericy","reason":"","totalQty":"2","win_pct":"20","clo_date":"02-28-2025","notes":[{"comp":"1","quote":"218037","line":"0","data":"06-26-2024 12:48 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":218037,"Line":0,"Comment":"07/20/2024 2:53 PM - ericy - F/U changed from 07/02/2024 to 8/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218037,"Line":1,"Comment":"07/20/2024 2:53 PM - ericy - CLO changed from 07/26/2024 to 09/20/2024 (CLO Date Updated)"},{"comp":1,"quote":218037,"Line":2,"Comment":"07/20/2024 2:53 PM - ericy - Req Date changed from 08/07/2024 to 11/22/2024 (Req Date Updated)"},{"comp":1,"quote":218037,"Line":3,"Comment":"10/03/2024 9:16 AM - ericy - CLO changed from 09/20/2024 to 11/19/2024 (CLO Date Updated)"},{"comp":1,"quote":218037,"Line":4,"Comment":"10/03/2024 9:17 AM - ericy - F/U changed from 08/30/2024 to 11/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218037,"Line":5,"Comment":"10/03/2024 9:17 AM - ericy - CLO changed from 11/19/2024 to 11/29/2024 (CLO Date Updated)"},{"comp":1,"quote":218037,"Line":6,"Comment":"10/03/2024 9:17 AM - ericy - Req Date changed from 11/22/2024 to 12/20/2024 (Req Date Updated)"},{"comp":1,"quote":218037,"Line":7,"Comment":"11/11/2024 12:24 PM - ericy - F/U changed from 11/15/2024 to 1/31/2025 (Follow Up Manually Changed)"},{"comp":1,"quote":218037,"Line":8,"Comment":"11/11/2024 12:24 PM - ericy - CLO changed from 11/29/2024 to 02/28/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"218037","line":"1","part":"SPECIAL-TL","qty":"1","price":"715.00","uom":"EA","discount":"0.00","req_date":"3month MFG","branch":"1"},{"comp":"01","order":"218037","line":"12","part":"C50-9000-EU","qty":"1","price":"37.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-11 12:25:14.575 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218037-11112024122514.txt === {"quote":"218037","customer":"15195","name":null,"customerName":"OSG USA Inc.","comp":"01","open":"0","shipto":"OSGUSTCH","shiptoName":"OSG USA Inc","entry_date":"06-26-2024","cust_order_date":"06-26-2024","req_date":"04-30-2025","cust_po":"Special ShellMill","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Oji Kawaguchi","drop_po":"Q2410300","status":"0","user":"ericy","conv_order":"","time":"12:43","extra":"","follow_up":"01-31-2025","web_id":"","follow_name":"Oji Kawaguchi","follow_phone":"2242775183","follow_email":"oji.kawaguchi@osgtool.com","pic_user":"ericy","total_amt":"740.90","total_gp":"734.99","total_gpm":"99.20","rev_type":"STD","mod_date":"11-11-2024","mod_time":null,"mod_user":"ericy","reason":"","totalQty":"2","win_pct":"20","clo_date":"02-28-2025","notes":[{"comp":"1","quote":"218037","line":"0","data":"06-26-2024 12:48 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":218037,"Line":0,"Comment":"07/20/2024 2:53 PM - ericy - F/U changed from 07/02/2024 to 8/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218037,"Line":1,"Comment":"07/20/2024 2:53 PM - ericy - CLO changed from 07/26/2024 to 09/20/2024 (CLO Date Updated)"},{"comp":1,"quote":218037,"Line":2,"Comment":"07/20/2024 2:53 PM - ericy - Req Date changed from 08/07/2024 to 11/22/2024 (Req Date Updated)"},{"comp":1,"quote":218037,"Line":3,"Comment":"10/03/2024 9:16 AM - ericy - CLO changed from 09/20/2024 to 11/19/2024 (CLO Date Updated)"},{"comp":1,"quote":218037,"Line":4,"Comment":"10/03/2024 9:17 AM - ericy - F/U changed from 08/30/2024 to 11/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218037,"Line":5,"Comment":"10/03/2024 9:17 AM - ericy - CLO changed from 11/19/2024 to 11/29/2024 (CLO Date Updated)"},{"comp":1,"quote":218037,"Line":6,"Comment":"10/03/2024 9:17 AM - ericy - Req Date changed from 11/22/2024 to 12/20/2024 (Req Date Updated)"},{"comp":1,"quote":218037,"Line":7,"Comment":"11/11/2024 12:24 PM - ericy - F/U changed from 11/15/2024 to 1/31/2025 (Follow Up Manually Changed)"},{"comp":1,"quote":218037,"Line":8,"Comment":"11/11/2024 12:24 PM - ericy - CLO changed from 11/29/2024 to 02/28/2025 (CLO Date Updated)"},{"comp":1,"quote":218037,"Line":9,"Comment":"11/11/2024 12:25 PM - ericy - Req Date changed from 12/20/2024 to 04/30/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"218037","line":"1","part":"SPECIAL-TL","qty":"1","price":"715.00","uom":"EA","discount":"0.00","req_date":"3month MFG","branch":"1"},{"comp":"01","order":"218037","line":"12","part":"C50-9000-EU","qty":"1","price":"37.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-11 13:03:58.006 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223965-11112024130357.txt === {"quote":"223965","customer":"4750","name":null,"customerName":"Drillmex 2005 Inc.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"11-05-2024","cust_order_date":"11-05-2024","req_date":"12-17-2024","cust_po":"NCAT50-SF0312-5.12CP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"12:39","extra":"","follow_up":"12-04-2024","web_id":"","follow_name":"Nancy Fiset","follow_phone":"450-922-1929","follow_email":"nancy.fiset@drillmex.com","pic_user":"briand","total_amt":"867.68","total_gp":"569.86","total_gpm":"65.68","rev_type":"ADV","mod_date":"11-11-2024","mod_time":null,"mod_user":"briand","reason":"2","totalQty":"2","win_pct":"20","clo_date":"12-05-2024","notes":[],"crmnotes":[{"comp":1,"quote":223965,"Line":0,"Comment":"11/11/2024 10:16 AM - briand - Sent Nancy an email asking for an update."},{"comp":1,"quote":223965,"Line":1,"Comment":"11/11/2024 10:16 AM - briand - F/U changed from 11/11/2024 to 12/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223965,"Line":2,"Comment":"11/11/2024 1:03 PM - briand - Nancy got back to me and said we can close this quote."}],"items":[{"comp":"01","order":"223965","line":"1","part":"NCAT50-SF0312-5.12CP","qty":"2","price":"638.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-11 13:07:14.119 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223083-11112024130713.txt === {"quote":"223083","customer":"2965","name":null,"customerName":"Butler Bros.","comp":"01","open":"0","shipto":"NORTTTO","shiptoName":"Northeast Tool & Mfg Co Inc","entry_date":"10-16-2024","cust_order_date":"10-16-2024","req_date":"11-27-2024","cust_po":"H63A-SF0250-3.15MT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"11","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"15:08","extra":"","follow_up":"11-13-2024","web_id":"","follow_name":"Daniel Warner","follow_phone":"207-784-6875","follow_email":"dwarner@butlerbros.com","pic_user":"briand","total_amt":"815.1","total_gp":"515.04","total_gpm":"63.19","rev_type":"ADV","mod_date":"11-11-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-20-2024","notes":[],"crmnotes":[{"comp":1,"quote":223083,"Line":0,"Comment":"10/18/2024 4:29 PM - briand - Cindy updated quote and sent to Danny."},{"comp":1,"quote":223083,"Line":1,"Comment":"10/18/2024 4:30 PM - briand - Sent to Danny today, 10/18"},{"comp":1,"quote":223083,"Line":2,"Comment":"10/18/2024 4:30 PM - briand - F/U changed from 10/22/2024 to 11/1/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223083,"Line":3,"Comment":"10/31/2024 8:54 AM - briand - Sent email to Danny to see if Northeast will be placing an order for this SF holder."},{"comp":1,"quote":223083,"Line":4,"Comment":"10/31/2024 8:55 AM - briand - Also asked him if NE would be ordering from Quotes 223212 and 223476 for H63A-SF6-80MT & H63A-SF4-80MT respectively."},{"comp":1,"quote":223083,"Line":5,"Comment":"10/31/2024 8:56 AM - briand - F/U changed from 11/01/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223083,"Line":6,"Comment":"11/11/2024 1:07 PM - briand - CLO changed from 11/16/2024 to 11/20/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223083","line":"1","part":"H63A-SF0250-3.15MT","qty":"3","price":"418.00","uom":"EA","discount":"35.00","req_date":"10~11 Weeks ARO","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-11 13:07:18.450 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223083-11112024130718.txt === {"quote":"223083","customer":"2965","name":null,"customerName":"Butler Bros.","comp":"01","open":"0","shipto":"NORTTTO","shiptoName":"Northeast Tool & Mfg Co Inc","entry_date":"10-16-2024","cust_order_date":"10-16-2024","req_date":"11-27-2024","cust_po":"H63A-SF0250-3.15MT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"11","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"15:08","extra":"","follow_up":"11-19-2024","web_id":"","follow_name":"Daniel Warner","follow_phone":"207-784-6875","follow_email":"dwarner@butlerbros.com","pic_user":"briand","total_amt":"815.1","total_gp":"515.04","total_gpm":"63.19","rev_type":"ADV","mod_date":"11-11-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-20-2024","notes":[],"crmnotes":[{"comp":1,"quote":223083,"Line":0,"Comment":"10/18/2024 4:29 PM - briand - Cindy updated quote and sent to Danny."},{"comp":1,"quote":223083,"Line":1,"Comment":"10/18/2024 4:30 PM - briand - Sent to Danny today, 10/18"},{"comp":1,"quote":223083,"Line":2,"Comment":"10/18/2024 4:30 PM - briand - F/U changed from 10/22/2024 to 11/1/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223083,"Line":3,"Comment":"10/31/2024 8:54 AM - briand - Sent email to Danny to see if Northeast will be placing an order for this SF holder."},{"comp":1,"quote":223083,"Line":4,"Comment":"10/31/2024 8:55 AM - briand - Also asked him if NE would be ordering from Quotes 223212 and 223476 for H63A-SF6-80MT & H63A-SF4-80MT respectively."},{"comp":1,"quote":223083,"Line":5,"Comment":"10/31/2024 8:56 AM - briand - F/U changed from 11/01/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223083,"Line":6,"Comment":"11/11/2024 1:07 PM - briand - CLO changed from 11/16/2024 to 11/20/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223083","line":"1","part":"H63A-SF0250-3.15MT","qty":"3","price":"418.00","uom":"EA","discount":"35.00","req_date":"10~11 Weeks ARO","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-11 13:17:09.904 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224106-11112024131709.txt === {"quote":"224106","customer":"3895","name":null,"customerName":"Creston Industrial Sales Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-07-2024","cust_order_date":"11-07-2024","req_date":"01-10-2025","cust_po":"075-032(C)","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"11:22","extra":"","follow_up":"11-15-2024","web_id":"","follow_name":"Dennis Robinson","follow_phone":"616-419-5262","follow_email":"dennisr@crestonindustrial.com","pic_user":"briand","total_amt":"142.5","total_gp":"101.94","total_gpm":"71.54","rev_type":"STD","mod_date":"11-11-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-09-2024","notes":[],"crmnotes":[{"comp":1,"quote":224106,"Line":0,"Comment":"11/08/2024 11:16 AM - briand - CLO changed from NaN/NaN/NaN to 12/09/2024 (CLO Date Updated)"},{"comp":1,"quote":224106,"Line":1,"Comment":"11/08/2024 11:16 AM - briand - Req Date changed from 11/07/2024 to 12/11/2024 (Req Date Updated)"},{"comp":1,"quote":224106,"Line":2,"Comment":"11/08/2024 11:16 AM - briand - F/U changed from 11/13/2024 to 11/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224106,"Line":3,"Comment":"11/11/2024 1:16 PM - briand - SO 994567 already shipped 2 of 3...9-11 weeks delivery and PO is slated for\nmid January 2025. Reminder on Outlook to keep an eye out for these so I can contact Dennis to let him know when it comes in."},{"comp":1,"quote":224106,"Line":4,"Comment":"11/11/2024 1:17 PM - briand - Req Date changed from 12/11/2024 to 01/10/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"224106","line":"1","part":"075-032(C)","qty":"1","price":"190.00","uom":"EA","discount":"25.00","req_date":"SEE NOTE BELOW:","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-11 13:17:18.853 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224106-11112024131718.txt === {"quote":"224106","customer":"3895","name":null,"customerName":"Creston Industrial Sales Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-07-2024","cust_order_date":"11-07-2024","req_date":"01-10-2025","cust_po":"075-032(C)","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"11:22","extra":"","follow_up":"11-15-2024","web_id":"","follow_name":"Dennis Robinson","follow_phone":"616-419-5262","follow_email":"dennisr@crestonindustrial.com","pic_user":"briand","total_amt":"142.5","total_gp":"101.94","total_gpm":"71.54","rev_type":"STD","mod_date":"11-11-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"01-09-2025","notes":[],"crmnotes":[{"comp":1,"quote":224106,"Line":0,"Comment":"11/08/2024 11:16 AM - briand - CLO changed from NaN/NaN/NaN to 12/09/2024 (CLO Date Updated)"},{"comp":1,"quote":224106,"Line":1,"Comment":"11/08/2024 11:16 AM - briand - Req Date changed from 11/07/2024 to 12/11/2024 (Req Date Updated)"},{"comp":1,"quote":224106,"Line":2,"Comment":"11/08/2024 11:16 AM - briand - F/U changed from 11/13/2024 to 11/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224106,"Line":3,"Comment":"11/11/2024 1:16 PM - briand - SO 994567 already shipped 2 of 3...9-11 weeks delivery and PO is slated for\nmid January 2025. Reminder on Outlook to keep an eye out for these so I can contact Dennis to let him know when it comes in."},{"comp":1,"quote":224106,"Line":4,"Comment":"11/11/2024 1:17 PM - briand - Req Date changed from 12/11/2024 to 01/10/2025 (Req Date Updated)"},{"comp":1,"quote":224106,"Line":5,"Comment":"11/11/2024 1:17 PM - briand - CLO changed from 12/09/2024 to 01/09/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224106","line":"1","part":"075-032(C)","qty":"1","price":"190.00","uom":"EA","discount":"25.00","req_date":"SEE NOTE BELOW:","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-11 13:17:30.089 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224106-11112024131729.txt === {"quote":"224106","customer":"3895","name":null,"customerName":"Creston Industrial Sales Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-07-2024","cust_order_date":"11-07-2024","req_date":"01-10-2025","cust_po":"075-032(C)","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"11:22","extra":"","follow_up":"01-08-2025","web_id":"","follow_name":"Dennis Robinson","follow_phone":"616-419-5262","follow_email":"dennisr@crestonindustrial.com","pic_user":"briand","total_amt":"142.5","total_gp":"101.94","total_gpm":"71.54","rev_type":"STD","mod_date":"11-11-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"01-09-2025","notes":[],"crmnotes":[{"comp":1,"quote":224106,"Line":0,"Comment":"11/08/2024 11:16 AM - briand - CLO changed from NaN/NaN/NaN to 12/09/2024 (CLO Date Updated)"},{"comp":1,"quote":224106,"Line":1,"Comment":"11/08/2024 11:16 AM - briand - Req Date changed from 11/07/2024 to 12/11/2024 (Req Date Updated)"},{"comp":1,"quote":224106,"Line":2,"Comment":"11/08/2024 11:16 AM - briand - F/U changed from 11/13/2024 to 11/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224106,"Line":3,"Comment":"11/11/2024 1:16 PM - briand - SO 994567 already shipped 2 of 3...9-11 weeks delivery and PO is slated for\nmid January 2025. Reminder on Outlook to keep an eye out for these so I can contact Dennis to let him know when it comes in."},{"comp":1,"quote":224106,"Line":4,"Comment":"11/11/2024 1:17 PM - briand - Req Date changed from 12/11/2024 to 01/10/2025 (Req Date Updated)"},{"comp":1,"quote":224106,"Line":5,"Comment":"11/11/2024 1:17 PM - briand - CLO changed from 12/09/2024 to 01/09/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224106","line":"1","part":"075-032(C)","qty":"1","price":"190.00","uom":"EA","discount":"25.00","req_date":"SEE NOTE BELOW:","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-11 13:17:49.054 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224106-11112024131748.txt === {"quote":"224106","customer":"3895","name":null,"customerName":"Creston Industrial Sales Inc.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"11-07-2024","cust_order_date":"11-07-2024","req_date":"01-10-2025","cust_po":"075-032(C)","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"11:22","extra":"","follow_up":"01-08-2025","web_id":"","follow_name":"Dennis Robinson","follow_phone":"616-419-5262","follow_email":"dennisr@crestonindustrial.com","pic_user":"briand","total_amt":"142.5","total_gp":"101.94","total_gpm":"71.54","rev_type":"STD","mod_date":"11-11-2024","mod_time":null,"mod_user":"briand","reason":"1","totalQty":"1","win_pct":"20","clo_date":"01-09-2025","notes":[],"crmnotes":[{"comp":1,"quote":224106,"Line":0,"Comment":"11/08/2024 11:16 AM - briand - CLO changed from NaN/NaN/NaN to 12/09/2024 (CLO Date Updated)"},{"comp":1,"quote":224106,"Line":1,"Comment":"11/08/2024 11:16 AM - briand - Req Date changed from 11/07/2024 to 12/11/2024 (Req Date Updated)"},{"comp":1,"quote":224106,"Line":2,"Comment":"11/08/2024 11:16 AM - briand - F/U changed from 11/13/2024 to 11/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224106,"Line":3,"Comment":"11/11/2024 1:16 PM - briand - SO 994567 already shipped 2 of 3...9-11 weeks delivery and PO is slated for\nmid January 2025. Reminder on Outlook to keep an eye out for these so I can contact Dennis to let him know when it comes in."},{"comp":1,"quote":224106,"Line":4,"Comment":"11/11/2024 1:17 PM - briand - Req Date changed from 12/11/2024 to 01/10/2025 (Req Date Updated)"},{"comp":1,"quote":224106,"Line":5,"Comment":"11/11/2024 1:17 PM - briand - CLO changed from 12/09/2024 to 01/09/2025 (CLO Date Updated)"},{"comp":1,"quote":224106,"Line":6,"Comment":"11/11/2024 1:17 PM - briand - F/U changed from 11/15/2024 to 1/8/2025 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224106","line":"1","part":"075-032(C)","qty":"1","price":"190.00","uom":"EA","discount":"25.00","req_date":"SEE NOTE BELOW:","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-11 13:22:23.371 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(34.7230698921904, -86.6272478691477, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(34.7230698921904, -86.6272478691477, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1824396 second/s. 2024-11-11 13:29:17.989 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222488-11112024132917.txt === {"quote":"222488","customer":"13485","name":null,"customerName":"Methods Machine Tools Inc. (MA)","comp":"01","open":"1","shipto":"METASTEL","shiptoName":"Methods Machine","entry_date":"10-03-2024","cust_order_date":"10-03-2024","req_date":"11-14-2024","cust_po":"QRT-5AX-TABLES","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Zac Borost","drop_po":"","status":"0","user":"kylem","conv_order":"","time":"13:39","extra":"","follow_up":"11-09-2024","web_id":"","follow_name":"Zac Borost","follow_phone":"","follow_email":"zborost@methodsmachine.com","pic_user":"stevel","total_amt":"165270.20","total_gp":"111841.78","total_gpm":"67.67","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"2","totalQty":"9","win_pct":"20","clo_date":"11-09-2024","notes":[],"crmnotes":[{"comp":1,"quote":222488,"Line":0,"Comment":"10/14/2024 7:01 AM - stevel - F/U changed from 10/16/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222488,"Line":1,"Comment":"10/14/2024 7:01 AM - stevel - CLO changed from 11/03/2024 to 11/09/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222488","line":"1","part":"5AX-201FA-M-AB","qty":"1","price":"56280.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222488","line":"3","part":"5AX-250FA-M","qty":"1","price":"67410.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222488","line":"4","part":"5AX-350FA-M","qty":"1","price":"79065.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222488","line":"5","part":"HYD-UNIT-NACHI-DC24V2","qty":"1","price":"7865.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222488","line":"7","part":"TCE-95947-2000R","qty":"1","price":"1320.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222488","line":"8","part":"TCE-95951-2000R","qty":"1","price":"1063.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222488","line":"9","part":"TCE-95948-2000T","qty":"1","price":"1320.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222488","line":"10","part":"TCE-95952-2000T","qty":"1","price":"1063.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222488","line":"11","part":"INSTALLATION-RT-5AX-MW","qty":"1","price":"14500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":9}}] 2024-11-11 13:30:31.673 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222738-11112024133031.txt === {"quote":"222738","customer":"E6704","name":null,"customerName":"5th Axis, Inc.","comp":"01","open":"1","shipto":"ATH","shiptoName":"5th Axis Inc","entry_date":"10-09-2024","cust_order_date":"10-09-2024","req_date":"11-20-2024","cust_po":"Scott Butler","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Scott Butler","drop_po":"CNCZ100-2W-120FA-M","status":"0","user":"stevel","conv_order":"","time":"12:20","extra":"","follow_up":"11-09-2024","web_id":"","follow_name":"Scott Butler","follow_phone":"","follow_email":"SButler@5thAxis.com","pic_user":"stevel","total_amt":"119184.00","total_gp":"84414.69","total_gpm":"68.23","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"5","totalQty":"24","win_pct":"20","clo_date":"11-09-2024","notes":[],"crmnotes":[{"comp":1,"quote":222738,"Line":0,"Comment":"10/14/2024 7:01 AM - stevel - F/U changed from 10/22/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222738,"Line":1,"Comment":"11/11/2024 1:30 PM - stevel - Ordered by Methods"}],"items":[{"comp":"01","order":"222738","line":"1","part":"CNCZ100-2W-120FA-M","qty":"4","price":"27195.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222738","line":"2","part":"PB-105-2W-120-MT2","qty":"4","price":"5022.00","uom":"EA","discount":"25.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222738","line":"3","part":"5C-AIR-FIXTURE-MLOCK-100","qty":"4","price":"4861.00","uom":"EA","discount":"25.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"222738","line":"4","part":"VH200-NO2","qty":"4","price":"267.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222738","line":"5","part":"TCE-95951-2500R","qty":"4","price":"1063.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222738","line":"6","part":"TCE-95947-2500R","qty":"4","price":"1320.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-11 13:30:58.630 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221092-11112024133058.txt === {"quote":"221092","customer":"3069","name":null,"customerName":"CNC Engineering Inc.","comp":"01","open":"0","shipto":"CNCENGCT","shiptoName":"CNC Engineering","entry_date":"09-04-2024","cust_order_date":"09-04-2024","req_date":"12-28-2024","cust_po":"Randy Conley","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Randy Conley","drop_po":"CNC1600FA","status":"0","user":"stevel","conv_order":"","time":"11:12","extra":"","follow_up":"11-09-2024","web_id":"","follow_name":"Randy Conley","follow_phone":"860-749-1780 x3045","follow_email":"rconley@cnc1.com","pic_user":"stevel","total_amt":"189076.5","total_gp":"76268.12","total_gpm":"40.34","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-09-2024","notes":[],"crmnotes":[{"comp":1,"quote":221092,"Line":0,"Comment":"09/23/2024 9:28 AM - stevel - F/U changed from 09/17/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221092,"Line":1,"Comment":"09/23/2024 9:28 AM - stevel - CLO changed from 10/04/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":221092,"Line":2,"Comment":"09/23/2024 9:28 AM - stevel - Req Date changed from 10/16/2024 to 03/08/2025 (Req Date Updated)"},{"comp":1,"quote":221092,"Line":3,"Comment":"10/21/2024 6:25 AM - stevel - F/U changed from 10/26/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221092,"Line":4,"Comment":"11/11/2024 1:30 PM - stevel - Req Date changed from 03/08/2025 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221092","line":"1","part":"CNC1600FA-M","qty":"1","price":"215700.00","uom":"EA","discount":"15.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"221092","line":"2","part":"HYD-UNIT-NACHI-AC110V","qty":"1","price":"7642.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-11 13:31:01.384 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221092-11112024133101.txt === {"quote":"221092","customer":"3069","name":null,"customerName":"CNC Engineering Inc.","comp":"01","open":"0","shipto":"CNCENGCT","shiptoName":"CNC Engineering","entry_date":"09-04-2024","cust_order_date":"09-04-2024","req_date":"12-28-2024","cust_po":"Randy Conley","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Randy Conley","drop_po":"CNC1600FA","status":"0","user":"stevel","conv_order":"","time":"11:12","extra":"","follow_up":"11-09-2024","web_id":"","follow_name":"Randy Conley","follow_phone":"860-749-1780 x3045","follow_email":"rconley@cnc1.com","pic_user":"stevel","total_amt":"189076.5","total_gp":"76268.12","total_gpm":"40.34","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":221092,"Line":0,"Comment":"09/23/2024 9:28 AM - stevel - F/U changed from 09/17/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221092,"Line":1,"Comment":"09/23/2024 9:28 AM - stevel - CLO changed from 10/04/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":221092,"Line":2,"Comment":"09/23/2024 9:28 AM - stevel - Req Date changed from 10/16/2024 to 03/08/2025 (Req Date Updated)"},{"comp":1,"quote":221092,"Line":3,"Comment":"10/21/2024 6:25 AM - stevel - F/U changed from 10/26/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221092,"Line":4,"Comment":"11/11/2024 1:30 PM - stevel - Req Date changed from 03/08/2025 to 12/28/2024 (Req Date Updated)"},{"comp":1,"quote":221092,"Line":5,"Comment":"11/11/2024 1:30 PM - stevel - CLO changed from 11/09/2024 to 12/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221092","line":"1","part":"CNC1600FA-M","qty":"1","price":"215700.00","uom":"EA","discount":"15.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"221092","line":"2","part":"HYD-UNIT-NACHI-AC110V","qty":"1","price":"7642.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-11 13:31:02.523 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221092-11112024133102.txt === {"quote":"221092","customer":"3069","name":null,"customerName":"CNC Engineering Inc.","comp":"01","open":"0","shipto":"CNCENGCT","shiptoName":"CNC Engineering","entry_date":"09-04-2024","cust_order_date":"09-04-2024","req_date":"12-28-2024","cust_po":"Randy Conley","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Randy Conley","drop_po":"CNC1600FA","status":"0","user":"stevel","conv_order":"","time":"11:12","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Randy Conley","follow_phone":"860-749-1780 x3045","follow_email":"rconley@cnc1.com","pic_user":"stevel","total_amt":"189076.5","total_gp":"76268.12","total_gpm":"40.34","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":221092,"Line":0,"Comment":"09/23/2024 9:28 AM - stevel - F/U changed from 09/17/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221092,"Line":1,"Comment":"09/23/2024 9:28 AM - stevel - CLO changed from 10/04/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":221092,"Line":2,"Comment":"09/23/2024 9:28 AM - stevel - Req Date changed from 10/16/2024 to 03/08/2025 (Req Date Updated)"},{"comp":1,"quote":221092,"Line":3,"Comment":"10/21/2024 6:25 AM - stevel - F/U changed from 10/26/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221092,"Line":4,"Comment":"11/11/2024 1:30 PM - stevel - Req Date changed from 03/08/2025 to 12/28/2024 (Req Date Updated)"},{"comp":1,"quote":221092,"Line":5,"Comment":"11/11/2024 1:30 PM - stevel - CLO changed from 11/09/2024 to 12/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221092","line":"1","part":"CNC1600FA-M","qty":"1","price":"215700.00","uom":"EA","discount":"15.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"221092","line":"2","part":"HYD-UNIT-NACHI-AC110V","qty":"1","price":"7642.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-11 13:31:52.928 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223811-11112024133152.txt === {"quote":"223811","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"LOCKORLA","shiptoName":"Lockheed Martin","entry_date":"11-01-2024","cust_order_date":"11-01-2024","req_date":"12-13-2024","cust_po":"Matt","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Matt Mowell","drop_po":"CNC1000AR21","status":"0","user":"stevel","conv_order":"","time":"08:36","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Matt Mowell","follow_phone":"","follow_email":"mattm@lyndexnikken.com","pic_user":"stevel","total_amt":"187995.70","total_gp":"87346.49","total_gpm":"46.46","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-01-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223811","line":"1","part":"CNC1000AR21-44-RU77","qty":"1","price":"185000.00","uom":"EA","discount":"10.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"223811","line":"2","part":"HYD-UNIT-NACHI-AC110V","qty":"1","price":"7642.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223811","line":"3","part":"RT-ACCS-SCALE","qty":"1","price":"15000.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223811","Line":"1","Company":"1","F_Line":"1","Comment":"Includes: 1000mm rotary table with Nikken AR21 control","Loc":"Y"},{"Quote":"223811","Line":"2","Company":"1","F_Line":"1","Comment":"Pump not required if the brake is not in use.","Loc":"Y"},{"Quote":"223811","Line":"3","Company":"1","F_Line":"1","Comment":"heidenhain glass Scale +/- 2 arc seconds","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-11 13:33:27.478 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221526-11112024133327.txt === {"quote":"221526","customer":"13485","name":null,"customerName":"Methods Machine Tools Inc. (MA)","comp":"01","open":"1","shipto":"METHGIL","shiptoName":"Methods Machine Tools","entry_date":"09-15-2024","cust_order_date":"09-15-2024","req_date":"11-16-2024","cust_po":"Zac Borost","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Zac Borost","drop_po":"5AX-150FA-M","status":"0","user":"stevel","conv_order":"","time":"10:47","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Zac Borost","follow_phone":"","follow_email":"zborost@methodsmachine.com","pic_user":"stevel","total_amt":"36586.2","total_gp":"22679.60","total_gpm":"61.99","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"2","totalQty":"5","win_pct":"20","clo_date":"11-16-2024","notes":[],"crmnotes":[{"comp":1,"quote":221526,"Line":0,"Comment":"10/14/2024 7:07 AM - stevel - F/U changed from 09/28/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221526,"Line":1,"Comment":"10/14/2024 7:07 AM - stevel - CLO changed from 10/15/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":221526,"Line":2,"Comment":"10/14/2024 7:08 AM - stevel - Req Date changed from 10/27/2024 to 11/16/2024 (Req Date Updated)"},{"comp":1,"quote":221526,"Line":3,"Comment":"11/11/2024 1:33 PM - stevel - Application does not fit part swing is too large"}],"items":[{"comp":"01","order":"221526","line":"1","part":"5AX-150FA-M","qty":"1","price":"47500.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"221526","line":"2","part":"TCE-95951-2500R","qty":"1","price":"1063.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221526","line":"3","part":"TCE-95947-2500R","qty":"1","price":"1320.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221526","line":"4","part":"TCE-95950-2500T","qty":"1","price":"1063.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221526","line":"5","part":"TCE-95948-2500T","qty":"1","price":"1320.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-11 13:33:46.264 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224010-11112024133346.txt === {"quote":"224010","customer":"13712","name":null,"customerName":"Morris Midwest (WI)","comp":"01","open":"0","shipto":"MORWAUK","shiptoName":"Morris Midwest","entry_date":"11-06-2024","cust_order_date":"11-06-2024","req_date":"12-18-2024","cust_po":"Victor Walsh","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"40","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Victor Walsh","drop_po":"5AXRED","status":"0","user":"stevel","conv_order":"","time":"08:06","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Victor Walsh","follow_phone":"(414) 586-0450","follow_email":"vwalsh@morrismidwest.com","pic_user":"stevel","total_amt":"144522.0","total_gp":"110390.03","total_gpm":"76.38","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-06-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224010","line":"1","part":"5AX-201OSP4-ME40","qty":"1","price":"61845.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224010","line":"2","part":"5AX-RED200-250OSP4B-M","qty":"1","price":"63500.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224010","line":"3","part":"5AX-250OSP4-M","qty":"1","price":"72135.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224010","line":"4","part":"HYD-UNIT-NACHI-OSP-5AX","qty":"1","price":"8980.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":4}}] 2024-11-11 13:33:52.008 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224010-11112024133351.txt === {"quote":"224010","customer":"13712","name":null,"customerName":"Morris Midwest (WI)","comp":"01","open":"0","shipto":"MORWAUK","shiptoName":"Morris Midwest","entry_date":"11-06-2024","cust_order_date":"11-06-2024","req_date":"12-18-2024","cust_po":"Victor Walsh","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"40","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Victor Walsh","drop_po":"5AXRED","status":"0","user":"stevel","conv_order":"","time":"08:06","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Victor Walsh","follow_phone":"(414) 586-0450","follow_email":"vwalsh@morrismidwest.com","pic_user":"stevel","total_amt":"144522.0","total_gp":"110390.03","total_gpm":"76.38","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-07-2024","notes":[],"crmnotes":[{"comp":1,"quote":224010,"Line":0,"Comment":"11/11/2024 1:33 PM - stevel - F/U changed from 11/19/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224010,"Line":1,"Comment":"11/11/2024 1:33 PM - stevel - CLO changed from 12/06/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224010","line":"1","part":"5AX-201OSP4-ME40","qty":"1","price":"61845.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224010","line":"2","part":"5AX-RED200-250OSP4B-M","qty":"1","price":"63500.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224010","line":"3","part":"5AX-250OSP4-M","qty":"1","price":"72135.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224010","line":"4","part":"HYD-UNIT-NACHI-OSP-5AX","qty":"1","price":"8980.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-11 13:34:01.181 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224073-11112024133400.txt === {"quote":"224073","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"MISCMECH","shiptoName":"Mischief Machine, Llc","entry_date":"11-06-2024","cust_order_date":"11-06-2024","req_date":"12-18-2024","cust_po":"Joe Potter","terms_code":"N30","ship_via":"U-GND","ship_collect":"NF-LIT","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Joe Potter","drop_po":"EZ-Zerobot","status":"0","user":"stevel","conv_order":"","time":"16:44","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Joe Potter","follow_phone":"","follow_email":"joe@mischiefmachine.com","pic_user":"stevel","total_amt":"180108.9","total_gp":"56805.34","total_gpm":"31.54","rev_type":"PCQC","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"37","win_pct":"20","clo_date":"12-06-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224073","line":"1","part":"EZBOT-100VL-BASE","qty":"1","price":"141584.00","uom":"EA","discount":"10.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224073","line":"2","part":"EZBOT-100V-ENCL","qty":"1","price":"9513.00","uom":"EA","discount":"10.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224073","line":"3","part":"EZBOT-EOAT-D200Z","qty":"1","price":"2250.00","uom":"EA","discount":"20.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224073","line":"4","part":"WH-ZLOX-P80Z-125BPR","qty":"1","price":"6712.00","uom":"EA","discount":"20.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224073","line":"5","part":"WH-ZV-M120A","qty":"10","price":"1129.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224073","line":"6","part":"WH-ZV-M80A","qty":"10","price":"1010.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224073","line":"7","part":"EZBOT-ACC-BRCK-M80/120A","qty":"10","price":"1200.00","uom":"EA","discount":"20.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224073","line":"8","part":"EZBOT-INTF-KIT","qty":"1","price":"2600.00","uom":"EA","discount":"20.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224073","line":"9","part":"EZBOT-INTF-PROBUS","qty":"1","price":"5000.00","uom":"EA","discount":"20.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224073","line":"10","part":"EZBOT-SFTW-EOAT-ACT","qty":"1","price":"5200.00","uom":"EA","discount":"20.00","req_date":"0 Stk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":10}}] 2024-11-11 13:34:39.772 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218035-11112024133439.txt === {"quote":"218035","customer":"7585","name":null,"customerName":"Gosiger Inc. (OH)","comp":"01","open":"0","shipto":"GOSBACON","shiptoName":"Gosiger Inc.","entry_date":"06-26-2024","cust_order_date":"06-26-2024","req_date":"11-09-2024","cust_po":"Andrew Carr","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Andrew Carr","drop_po":"CNCZ100-3W-120LA-M","status":"0","user":"stevel","conv_order":"","time":"12:32","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Andrew Carr","follow_phone":"330-416-4418","follow_email":"andrew.carr@gosiger.com","pic_user":"stevel","total_amt":"56301","total_gp":"45232.25","total_gpm":"80.34","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-09-2024","notes":[],"crmnotes":[{"comp":1,"quote":218035,"Line":0,"Comment":"07/09/2024 8:27 AM - stevel - F/U changed from 07/09/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218035,"Line":1,"Comment":"07/09/2024 8:27 AM - stevel - CLO changed from 07/26/2024 to 07/26/2024 (CLO Date Updated)"},{"comp":1,"quote":218035,"Line":2,"Comment":"07/30/2024 1:03 PM - stevel - F/U changed from 07/27/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218035,"Line":3,"Comment":"07/30/2024 1:03 PM - stevel - CLO changed from 07/26/2024 to 08/31/2024 (CLO Date Updated)"},{"comp":1,"quote":218035,"Line":4,"Comment":"07/30/2024 1:03 PM - stevel - Req Date changed from 08/07/2024 to 08/31/2024 (Req Date Updated)"},{"comp":1,"quote":218035,"Line":5,"Comment":"10/08/2024 10:42 AM - stevel - John is following up"},{"comp":1,"quote":218035,"Line":6,"Comment":"10/08/2024 10:42 AM - stevel - F/U changed from 08/31/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218035,"Line":7,"Comment":"10/08/2024 10:43 AM - stevel - CLO changed from 08/31/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":218035,"Line":8,"Comment":"10/08/2024 10:43 AM - stevel - Req Date changed from 08/31/2024 to 11/09/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"218035","line":"1","part":"CNCZ100-3W-120LMA-M","qty":"1","price":"41370.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"218035","line":"2","part":"CNCZ100-3W-120MA-M","qty":"1","price":"39060.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-11 13:34:45.446 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218035-11112024133445.txt === {"quote":"218035","customer":"7585","name":null,"customerName":"Gosiger Inc. (OH)","comp":"01","open":"0","shipto":"GOSBACON","shiptoName":"Gosiger Inc.","entry_date":"06-26-2024","cust_order_date":"06-26-2024","req_date":"11-09-2024","cust_po":"Andrew Carr","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Andrew Carr","drop_po":"CNCZ100-3W-120LA-M","status":"0","user":"stevel","conv_order":"","time":"12:32","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Andrew Carr","follow_phone":"330-416-4418","follow_email":"andrew.carr@gosiger.com","pic_user":"stevel","total_amt":"56301","total_gp":"45232.25","total_gpm":"80.34","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-07-2024","notes":[],"crmnotes":[{"comp":1,"quote":218035,"Line":0,"Comment":"07/09/2024 8:27 AM - stevel - F/U changed from 07/09/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218035,"Line":1,"Comment":"07/09/2024 8:27 AM - stevel - CLO changed from 07/26/2024 to 07/26/2024 (CLO Date Updated)"},{"comp":1,"quote":218035,"Line":2,"Comment":"07/30/2024 1:03 PM - stevel - F/U changed from 07/27/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218035,"Line":3,"Comment":"07/30/2024 1:03 PM - stevel - CLO changed from 07/26/2024 to 08/31/2024 (CLO Date Updated)"},{"comp":1,"quote":218035,"Line":4,"Comment":"07/30/2024 1:03 PM - stevel - Req Date changed from 08/07/2024 to 08/31/2024 (Req Date Updated)"},{"comp":1,"quote":218035,"Line":5,"Comment":"10/08/2024 10:42 AM - stevel - John is following up"},{"comp":1,"quote":218035,"Line":6,"Comment":"10/08/2024 10:42 AM - stevel - F/U changed from 08/31/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218035,"Line":7,"Comment":"10/08/2024 10:43 AM - stevel - CLO changed from 08/31/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":218035,"Line":8,"Comment":"10/08/2024 10:43 AM - stevel - Req Date changed from 08/31/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":218035,"Line":9,"Comment":"11/11/2024 1:34 PM - stevel - F/U changed from 11/09/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218035,"Line":10,"Comment":"11/11/2024 1:34 PM - stevel - CLO changed from 11/09/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"218035","line":"1","part":"CNCZ100-3W-120LMA-M","qty":"1","price":"41370.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"218035","line":"2","part":"CNCZ100-3W-120MA-M","qty":"1","price":"39060.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-11 13:34:50.062 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218035-11112024133449.txt === {"quote":"218035","customer":"7585","name":null,"customerName":"Gosiger Inc. (OH)","comp":"01","open":"0","shipto":"GOSBACON","shiptoName":"Gosiger Inc.","entry_date":"06-26-2024","cust_order_date":"06-26-2024","req_date":"12-07-2024","cust_po":"Andrew Carr","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Andrew Carr","drop_po":"CNCZ100-3W-120LA-M","status":"0","user":"stevel","conv_order":"","time":"12:32","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Andrew Carr","follow_phone":"330-416-4418","follow_email":"andrew.carr@gosiger.com","pic_user":"stevel","total_amt":"56301","total_gp":"45232.25","total_gpm":"80.34","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-07-2024","notes":[],"crmnotes":[{"comp":1,"quote":218035,"Line":0,"Comment":"07/09/2024 8:27 AM - stevel - F/U changed from 07/09/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218035,"Line":1,"Comment":"07/09/2024 8:27 AM - stevel - CLO changed from 07/26/2024 to 07/26/2024 (CLO Date Updated)"},{"comp":1,"quote":218035,"Line":2,"Comment":"07/30/2024 1:03 PM - stevel - F/U changed from 07/27/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218035,"Line":3,"Comment":"07/30/2024 1:03 PM - stevel - CLO changed from 07/26/2024 to 08/31/2024 (CLO Date Updated)"},{"comp":1,"quote":218035,"Line":4,"Comment":"07/30/2024 1:03 PM - stevel - Req Date changed from 08/07/2024 to 08/31/2024 (Req Date Updated)"},{"comp":1,"quote":218035,"Line":5,"Comment":"10/08/2024 10:42 AM - stevel - John is following up"},{"comp":1,"quote":218035,"Line":6,"Comment":"10/08/2024 10:42 AM - stevel - F/U changed from 08/31/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218035,"Line":7,"Comment":"10/08/2024 10:43 AM - stevel - CLO changed from 08/31/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":218035,"Line":8,"Comment":"10/08/2024 10:43 AM - stevel - Req Date changed from 08/31/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":218035,"Line":9,"Comment":"11/11/2024 1:34 PM - stevel - F/U changed from 11/09/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218035,"Line":10,"Comment":"11/11/2024 1:34 PM - stevel - CLO changed from 11/09/2024 to 12/07/2024 (CLO Date Updated)"},{"comp":1,"quote":218035,"Line":11,"Comment":"11/11/2024 1:34 PM - stevel - Req Date changed from 11/09/2024 to 12/07/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"218035","line":"1","part":"CNCZ100-3W-120LMA-M","qty":"1","price":"41370.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"218035","line":"2","part":"CNCZ100-3W-120MA-M","qty":"1","price":"39060.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-11 13:35:14.639 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-216266-11112024133514.txt === {"quote":"216266","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMSCHIL","shiptoName":"Yamazen, Inc.","entry_date":"05-17-2024","cust_order_date":"05-17-2024","req_date":"11-09-2024","cust_po":"Mark Kohmescher","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Mark Kohmescher","drop_po":"CNC321FA-M","status":"0","user":"stevel","conv_order":"","time":"09:12","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Mark Kohmescher","follow_phone":"","follow_email":"markkohmescher@yamazen.com","pic_user":"stevel","total_amt":"61003.90","total_gp":"60632.02","total_gpm":"99.39","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"5","win_pct":"20","clo_date":"11-09-2024","notes":[],"crmnotes":[{"comp":1,"quote":216266,"Line":0,"Comment":"06/17/2024 9:16 AM - stevel - Req Date changed from 06/28/2024 to 07/27/2024 (Req Date Updated)"},{"comp":1,"quote":216266,"Line":1,"Comment":"06/17/2024 9:16 AM - stevel - CLO changed from 06/17/2024 to 07/27/2024 (CLO Date Updated)"},{"comp":1,"quote":216266,"Line":2,"Comment":"06/17/2024 9:16 AM - stevel - F/U changed from 05/30/2024 to 7/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216266,"Line":3,"Comment":"07/09/2024 8:26 AM - stevel - Martin Trunnion project"},{"comp":1,"quote":216266,"Line":4,"Comment":"07/09/2024 8:27 AM - stevel - Req Date changed from 07/27/2024 to 08/24/2024 (Req Date Updated)"},{"comp":1,"quote":216266,"Line":5,"Comment":"07/09/2024 8:27 AM - stevel - CLO changed from 07/27/2024 to 08/17/2024 (CLO Date Updated)"},{"comp":1,"quote":216266,"Line":6,"Comment":"07/09/2024 8:27 AM - stevel - F/U changed from 07/06/2024 to 8/10/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216266,"Line":7,"Comment":"08/12/2024 8:46 AM - stevel - Martin Trunnion project"},{"comp":1,"quote":216266,"Line":8,"Comment":"08/12/2024 8:47 AM - stevel - F/U changed from 08/10/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216266,"Line":9,"Comment":"08/12/2024 8:47 AM - stevel - CLO changed from 08/17/2024 to 09/28/2024 (CLO Date Updated)"},{"comp":1,"quote":216266,"Line":10,"Comment":"08/12/2024 8:47 AM - stevel - Req Date changed from 08/24/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":216266,"Line":11,"Comment":"10/14/2024 7:07 AM - stevel - F/U changed from 09/28/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216266,"Line":12,"Comment":"10/14/2024 7:07 AM - stevel - CLO changed from 09/28/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":216266,"Line":13,"Comment":"10/14/2024 7:07 AM - stevel - Req Date changed from 09/28/2024 to 11/09/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"216266","line":"1","part":"CNC321FA-M-AHB","qty":"1","price":"33915.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"216266","line":"2","part":"CNC401FA-M-AHB","qty":"1","price":"35595.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"216266","line":"3","part":"TCE-95951-5000R","qty":"1","price":"1063.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216266","line":"4","part":"TCE-95947-5000R","qty":"1","price":"1214.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216266","line":"5","part":"INSTALLATION-RT-CNC-NE","qty":"1","price":"10753.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"216266","Line":"5","Company":"1","F_Line":"1","Comment":"Installation includes: Cable mounting and paremeter","Loc":"Y"},{"Quote":"216266","Line":"5","Company":"1","F_Line":"2","Comment":"changes.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-11 13:35:19.876 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-216266-11112024133519.txt === {"quote":"216266","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMSCHIL","shiptoName":"Yamazen, Inc.","entry_date":"05-17-2024","cust_order_date":"05-17-2024","req_date":"11-09-2024","cust_po":"Mark Kohmescher","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Mark Kohmescher","drop_po":"CNC321FA-M","status":"0","user":"stevel","conv_order":"","time":"09:12","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Mark Kohmescher","follow_phone":"","follow_email":"markkohmescher@yamazen.com","pic_user":"stevel","total_amt":"61003.90","total_gp":"60632.02","total_gpm":"99.39","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"5","win_pct":"20","clo_date":"12-07-2024","notes":[],"crmnotes":[{"comp":1,"quote":216266,"Line":0,"Comment":"06/17/2024 9:16 AM - stevel - Req Date changed from 06/28/2024 to 07/27/2024 (Req Date Updated)"},{"comp":1,"quote":216266,"Line":1,"Comment":"06/17/2024 9:16 AM - stevel - CLO changed from 06/17/2024 to 07/27/2024 (CLO Date Updated)"},{"comp":1,"quote":216266,"Line":2,"Comment":"06/17/2024 9:16 AM - stevel - F/U changed from 05/30/2024 to 7/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216266,"Line":3,"Comment":"07/09/2024 8:26 AM - stevel - Martin Trunnion project"},{"comp":1,"quote":216266,"Line":4,"Comment":"07/09/2024 8:27 AM - stevel - Req Date changed from 07/27/2024 to 08/24/2024 (Req Date Updated)"},{"comp":1,"quote":216266,"Line":5,"Comment":"07/09/2024 8:27 AM - stevel - CLO changed from 07/27/2024 to 08/17/2024 (CLO Date Updated)"},{"comp":1,"quote":216266,"Line":6,"Comment":"07/09/2024 8:27 AM - stevel - F/U changed from 07/06/2024 to 8/10/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216266,"Line":7,"Comment":"08/12/2024 8:46 AM - stevel - Martin Trunnion project"},{"comp":1,"quote":216266,"Line":8,"Comment":"08/12/2024 8:47 AM - stevel - F/U changed from 08/10/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216266,"Line":9,"Comment":"08/12/2024 8:47 AM - stevel - CLO changed from 08/17/2024 to 09/28/2024 (CLO Date Updated)"},{"comp":1,"quote":216266,"Line":10,"Comment":"08/12/2024 8:47 AM - stevel - Req Date changed from 08/24/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":216266,"Line":11,"Comment":"10/14/2024 7:07 AM - stevel - F/U changed from 09/28/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216266,"Line":12,"Comment":"10/14/2024 7:07 AM - stevel - CLO changed from 09/28/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":216266,"Line":13,"Comment":"10/14/2024 7:07 AM - stevel - Req Date changed from 09/28/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":216266,"Line":14,"Comment":"11/11/2024 1:35 PM - stevel - F/U changed from 11/09/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216266,"Line":15,"Comment":"11/11/2024 1:35 PM - stevel - CLO changed from 11/09/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"216266","line":"1","part":"CNC321FA-M-AHB","qty":"1","price":"33915.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"216266","line":"2","part":"CNC401FA-M-AHB","qty":"1","price":"35595.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"216266","line":"3","part":"TCE-95951-5000R","qty":"1","price":"1063.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216266","line":"4","part":"TCE-95947-5000R","qty":"1","price":"1214.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216266","line":"5","part":"INSTALLATION-RT-CNC-NE","qty":"1","price":"10753.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"216266","Line":"5","Company":"1","F_Line":"1","Comment":"Installation includes: Cable mounting and paremeter","Loc":"Y"},{"Quote":"216266","Line":"5","Company":"1","F_Line":"2","Comment":"changes.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-11 13:35:22.458 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-216266-11112024133522.txt === {"quote":"216266","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMSCHIL","shiptoName":"Yamazen, Inc.","entry_date":"05-17-2024","cust_order_date":"05-17-2024","req_date":"12-07-2024","cust_po":"Mark Kohmescher","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Mark Kohmescher","drop_po":"CNC321FA-M","status":"0","user":"stevel","conv_order":"","time":"09:12","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Mark Kohmescher","follow_phone":"","follow_email":"markkohmescher@yamazen.com","pic_user":"stevel","total_amt":"61003.90","total_gp":"60632.02","total_gpm":"99.39","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"5","win_pct":"20","clo_date":"12-07-2024","notes":[],"crmnotes":[{"comp":1,"quote":216266,"Line":0,"Comment":"06/17/2024 9:16 AM - stevel - Req Date changed from 06/28/2024 to 07/27/2024 (Req Date Updated)"},{"comp":1,"quote":216266,"Line":1,"Comment":"06/17/2024 9:16 AM - stevel - CLO changed from 06/17/2024 to 07/27/2024 (CLO Date Updated)"},{"comp":1,"quote":216266,"Line":2,"Comment":"06/17/2024 9:16 AM - stevel - F/U changed from 05/30/2024 to 7/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216266,"Line":3,"Comment":"07/09/2024 8:26 AM - stevel - Martin Trunnion project"},{"comp":1,"quote":216266,"Line":4,"Comment":"07/09/2024 8:27 AM - stevel - Req Date changed from 07/27/2024 to 08/24/2024 (Req Date Updated)"},{"comp":1,"quote":216266,"Line":5,"Comment":"07/09/2024 8:27 AM - stevel - CLO changed from 07/27/2024 to 08/17/2024 (CLO Date Updated)"},{"comp":1,"quote":216266,"Line":6,"Comment":"07/09/2024 8:27 AM - stevel - F/U changed from 07/06/2024 to 8/10/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216266,"Line":7,"Comment":"08/12/2024 8:46 AM - stevel - Martin Trunnion project"},{"comp":1,"quote":216266,"Line":8,"Comment":"08/12/2024 8:47 AM - stevel - F/U changed from 08/10/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216266,"Line":9,"Comment":"08/12/2024 8:47 AM - stevel - CLO changed from 08/17/2024 to 09/28/2024 (CLO Date Updated)"},{"comp":1,"quote":216266,"Line":10,"Comment":"08/12/2024 8:47 AM - stevel - Req Date changed from 08/24/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":216266,"Line":11,"Comment":"10/14/2024 7:07 AM - stevel - F/U changed from 09/28/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216266,"Line":12,"Comment":"10/14/2024 7:07 AM - stevel - CLO changed from 09/28/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":216266,"Line":13,"Comment":"10/14/2024 7:07 AM - stevel - Req Date changed from 09/28/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":216266,"Line":14,"Comment":"11/11/2024 1:35 PM - stevel - F/U changed from 11/09/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216266,"Line":15,"Comment":"11/11/2024 1:35 PM - stevel - CLO changed from 11/09/2024 to 12/07/2024 (CLO Date Updated)"},{"comp":1,"quote":216266,"Line":16,"Comment":"11/11/2024 1:35 PM - stevel - Req Date changed from 11/09/2024 to 12/07/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"216266","line":"1","part":"CNC321FA-M-AHB","qty":"1","price":"33915.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"216266","line":"2","part":"CNC401FA-M-AHB","qty":"1","price":"35595.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"216266","line":"3","part":"TCE-95951-5000R","qty":"1","price":"1063.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216266","line":"4","part":"TCE-95947-5000R","qty":"1","price":"1214.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216266","line":"5","part":"INSTALLATION-RT-CNC-NE","qty":"1","price":"10753.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"216266","Line":"5","Company":"1","F_Line":"1","Comment":"Installation includes: Cable mounting and paremeter","Loc":"Y"},{"Quote":"216266","Line":"5","Company":"1","F_Line":"2","Comment":"changes.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-11 13:35:36.674 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220136-11112024133536.txt === {"quote":"220136","customer":"13687","name":null,"customerName":"DMG Mori (IL)","comp":"01","open":"0","shipto":"DMGBOSTO","shiptoName":"DMG Mori Boston","entry_date":"08-14-2024","cust_order_date":"08-14-2024","req_date":"11-09-2024","cust_po":"Josh Michaud","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Josh Michaud","drop_po":"5AX-201FA-M","status":"0","user":"stevel","conv_order":"","time":"08:22","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Josh Michaud","follow_phone":"","follow_email":"jmichaud@dmgmori-usa.com","pic_user":"stevel","total_amt":"53896.00","total_gp":"40090.34","total_gpm":"74.38","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-09-2024","notes":[],"crmnotes":[{"comp":1,"quote":220136,"Line":0,"Comment":"08/28/2024 5:10 PM - stevel - F/U changed from 08/27/2024 to 9/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220136,"Line":1,"Comment":"10/14/2024 6:45 AM - stevel - Req Date changed from 09/25/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":220136,"Line":2,"Comment":"10/14/2024 6:45 AM - stevel - CLO changed from 09/14/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":220136,"Line":3,"Comment":"10/14/2024 6:45 AM - stevel - F/U changed from 09/14/2024 to 11/9/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"220136","line":"1","part":"5AX-201FA-M-AB","qty":"1","price":"56280.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220136","line":"2","part":"INSTALLATION-RT-5AX-NE","qty":"1","price":"14500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-11 13:35:42.580 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220136-11112024133542.txt === {"quote":"220136","customer":"13687","name":null,"customerName":"DMG Mori (IL)","comp":"01","open":"0","shipto":"DMGBOSTO","shiptoName":"DMG Mori Boston","entry_date":"08-14-2024","cust_order_date":"08-14-2024","req_date":"11-09-2024","cust_po":"Josh Michaud","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Josh Michaud","drop_po":"5AX-201FA-M","status":"0","user":"stevel","conv_order":"","time":"08:22","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Josh Michaud","follow_phone":"","follow_email":"jmichaud@dmgmori-usa.com","pic_user":"stevel","total_amt":"53896.00","total_gp":"40090.34","total_gpm":"74.38","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-07-2024","notes":[],"crmnotes":[{"comp":1,"quote":220136,"Line":0,"Comment":"08/28/2024 5:10 PM - stevel - F/U changed from 08/27/2024 to 9/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220136,"Line":1,"Comment":"10/14/2024 6:45 AM - stevel - Req Date changed from 09/25/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":220136,"Line":2,"Comment":"10/14/2024 6:45 AM - stevel - CLO changed from 09/14/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":220136,"Line":3,"Comment":"10/14/2024 6:45 AM - stevel - F/U changed from 09/14/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220136,"Line":4,"Comment":"11/11/2024 1:35 PM - stevel - F/U changed from 11/09/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220136,"Line":5,"Comment":"11/11/2024 1:35 PM - stevel - CLO changed from 11/09/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"220136","line":"1","part":"5AX-201FA-M-AB","qty":"1","price":"56280.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220136","line":"2","part":"INSTALLATION-RT-5AX-NE","qty":"1","price":"14500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-11 13:35:44.896 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220136-11112024133544.txt === {"quote":"220136","customer":"13687","name":null,"customerName":"DMG Mori (IL)","comp":"01","open":"0","shipto":"DMGBOSTO","shiptoName":"DMG Mori Boston","entry_date":"08-14-2024","cust_order_date":"08-14-2024","req_date":"12-07-2024","cust_po":"Josh Michaud","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Josh Michaud","drop_po":"5AX-201FA-M","status":"0","user":"stevel","conv_order":"","time":"08:22","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Josh Michaud","follow_phone":"","follow_email":"jmichaud@dmgmori-usa.com","pic_user":"stevel","total_amt":"53896.00","total_gp":"40090.34","total_gpm":"74.38","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-07-2024","notes":[],"crmnotes":[{"comp":1,"quote":220136,"Line":0,"Comment":"08/28/2024 5:10 PM - stevel - F/U changed from 08/27/2024 to 9/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220136,"Line":1,"Comment":"10/14/2024 6:45 AM - stevel - Req Date changed from 09/25/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":220136,"Line":2,"Comment":"10/14/2024 6:45 AM - stevel - CLO changed from 09/14/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":220136,"Line":3,"Comment":"10/14/2024 6:45 AM - stevel - F/U changed from 09/14/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220136,"Line":4,"Comment":"11/11/2024 1:35 PM - stevel - F/U changed from 11/09/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220136,"Line":5,"Comment":"11/11/2024 1:35 PM - stevel - CLO changed from 11/09/2024 to 12/07/2024 (CLO Date Updated)"},{"comp":1,"quote":220136,"Line":6,"Comment":"11/11/2024 1:35 PM - stevel - Req Date changed from 11/09/2024 to 12/07/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"220136","line":"1","part":"5AX-201FA-M-AB","qty":"1","price":"56280.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220136","line":"2","part":"INSTALLATION-RT-5AX-NE","qty":"1","price":"14500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-11 13:36:05.983 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218813-11112024133605.txt === {"quote":"218813","customer":"13700","name":null,"customerName":"The Robert E. Morris Company [CT]","comp":"01","open":"0","shipto":"THEROBEZ","shiptoName":"The Robert E. Morris Company","entry_date":"07-16-2024","cust_order_date":"07-16-2024","req_date":"12-21-2024","cust_po":"Sam Bedard","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Sam Bedard","drop_po":"5AX-201OSP4-ME","status":"0","user":"stevel","conv_order":"","time":"10:19","extra":"","follow_up":"11-09-2024","web_id":"","follow_name":"Sam Bedard","follow_phone":"","follow_email":"sbedard@robertemorris.com","pic_user":"stevel","total_amt":"43291.5","total_gp":"30366.19","total_gpm":"70.14","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-09-2024","notes":[],"crmnotes":[{"comp":1,"quote":218813,"Line":0,"Comment":"07/31/2024 1:33 PM - stevel - F/U changed from 07/29/2024 to 8/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218813,"Line":1,"Comment":"07/31/2024 1:33 PM - stevel - Email F/U has been sent to sbedard@robertemorris.com"},{"comp":1,"quote":218813,"Line":2,"Comment":"08/19/2024 9:13 AM - stevel - CLO changed from 08/16/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":218813,"Line":3,"Comment":"08/19/2024 9:14 AM - stevel - F/U changed from 08/17/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218813,"Line":4,"Comment":"08/19/2024 9:14 AM - stevel - Req Date changed from 08/27/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":218813,"Line":5,"Comment":"10/01/2024 2:46 PM - stevel - F/U changed from 09/21/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218813,"Line":6,"Comment":"10/01/2024 2:46 PM - stevel - CLO changed from 09/21/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":218813,"Line":7,"Comment":"10/01/2024 2:46 PM - stevel - Req Date changed from 09/28/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":218813,"Line":8,"Comment":"11/11/2024 1:36 PM - stevel - Req Date changed from 11/09/2024 to 12/21/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"218813","line":"1","part":"5AX-201OSP4-ME40","qty":"1","price":"61845.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"218813","Line":"1","Company":"1","F_Line":"1","Comment":"Includes cable sets.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-11 13:36:08.769 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218813-11112024133608.txt === {"quote":"218813","customer":"13700","name":null,"customerName":"The Robert E. Morris Company [CT]","comp":"01","open":"0","shipto":"THEROBEZ","shiptoName":"The Robert E. Morris Company","entry_date":"07-16-2024","cust_order_date":"07-16-2024","req_date":"12-21-2024","cust_po":"Sam Bedard","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Sam Bedard","drop_po":"5AX-201OSP4-ME","status":"0","user":"stevel","conv_order":"","time":"10:19","extra":"","follow_up":"11-09-2024","web_id":"","follow_name":"Sam Bedard","follow_phone":"","follow_email":"sbedard@robertemorris.com","pic_user":"stevel","total_amt":"43291.5","total_gp":"30366.19","total_gpm":"70.14","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":218813,"Line":0,"Comment":"07/31/2024 1:33 PM - stevel - F/U changed from 07/29/2024 to 8/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218813,"Line":1,"Comment":"07/31/2024 1:33 PM - stevel - Email F/U has been sent to sbedard@robertemorris.com"},{"comp":1,"quote":218813,"Line":2,"Comment":"08/19/2024 9:13 AM - stevel - CLO changed from 08/16/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":218813,"Line":3,"Comment":"08/19/2024 9:14 AM - stevel - F/U changed from 08/17/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218813,"Line":4,"Comment":"08/19/2024 9:14 AM - stevel - Req Date changed from 08/27/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":218813,"Line":5,"Comment":"10/01/2024 2:46 PM - stevel - F/U changed from 09/21/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218813,"Line":6,"Comment":"10/01/2024 2:46 PM - stevel - CLO changed from 09/21/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":218813,"Line":7,"Comment":"10/01/2024 2:46 PM - stevel - Req Date changed from 09/28/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":218813,"Line":8,"Comment":"11/11/2024 1:36 PM - stevel - Req Date changed from 11/09/2024 to 12/21/2024 (Req Date Updated)"},{"comp":1,"quote":218813,"Line":9,"Comment":"11/11/2024 1:36 PM - stevel - CLO changed from 11/09/2024 to 12/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"218813","line":"1","part":"5AX-201OSP4-ME40","qty":"1","price":"61845.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"218813","Line":"1","Company":"1","F_Line":"1","Comment":"Includes cable sets.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-11 13:36:09.432 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218813-11112024133609.txt === {"quote":"218813","customer":"13700","name":null,"customerName":"The Robert E. Morris Company [CT]","comp":"01","open":"0","shipto":"THEROBEZ","shiptoName":"The Robert E. Morris Company","entry_date":"07-16-2024","cust_order_date":"07-16-2024","req_date":"12-21-2024","cust_po":"Sam Bedard","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Sam Bedard","drop_po":"5AX-201OSP4-ME","status":"0","user":"stevel","conv_order":"","time":"10:19","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Sam Bedard","follow_phone":"","follow_email":"sbedard@robertemorris.com","pic_user":"stevel","total_amt":"43291.5","total_gp":"30366.19","total_gpm":"70.14","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":218813,"Line":0,"Comment":"07/31/2024 1:33 PM - stevel - F/U changed from 07/29/2024 to 8/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218813,"Line":1,"Comment":"07/31/2024 1:33 PM - stevel - Email F/U has been sent to sbedard@robertemorris.com"},{"comp":1,"quote":218813,"Line":2,"Comment":"08/19/2024 9:13 AM - stevel - CLO changed from 08/16/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":218813,"Line":3,"Comment":"08/19/2024 9:14 AM - stevel - F/U changed from 08/17/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218813,"Line":4,"Comment":"08/19/2024 9:14 AM - stevel - Req Date changed from 08/27/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":218813,"Line":5,"Comment":"10/01/2024 2:46 PM - stevel - F/U changed from 09/21/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218813,"Line":6,"Comment":"10/01/2024 2:46 PM - stevel - CLO changed from 09/21/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":218813,"Line":7,"Comment":"10/01/2024 2:46 PM - stevel - Req Date changed from 09/28/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":218813,"Line":8,"Comment":"11/11/2024 1:36 PM - stevel - Req Date changed from 11/09/2024 to 12/21/2024 (Req Date Updated)"},{"comp":1,"quote":218813,"Line":9,"Comment":"11/11/2024 1:36 PM - stevel - CLO changed from 11/09/2024 to 12/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"218813","line":"1","part":"5AX-201OSP4-ME40","qty":"1","price":"61845.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"218813","Line":"1","Company":"1","F_Line":"1","Comment":"Includes cable sets.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-11 13:36:57.079 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222615-11112024133656.txt === {"quote":"222615","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"XXXXX","shiptoName":"Lyndex-Nikken Inc.","entry_date":"10-07-2024","cust_order_date":"10-07-2024","req_date":"11-18-2024","cust_po":"Promo packages","terms_code":"N30","ship_via":"U-GND","ship_collect":"NF-LIT","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Barack Obama","drop_po":"","status":"0","user":"stevel","conv_order":"","time":"11:55","extra":"","follow_up":"05-31-2025","web_id":"","follow_name":"Barack Obama","follow_phone":"test","follow_email":"stevel@lyndexnikken.com","pic_user":"stevel","total_amt":"78871.00","total_gp":"52606.64","total_gpm":"66.70","rev_type":"PCQC","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"17","win_pct":"20","clo_date":"11-07-2024","notes":[],"crmnotes":[{"comp":1,"quote":222615,"Line":0,"Comment":"10/14/2024 8:26 AM - stevel - F/U changed from 10/20/2024 to 11/9/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222615","line":"1","part":"CNC180LAA21-400W","qty":"1","price":"16500.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222615","line":"2","part":"NCTZ200LAA21","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222615","line":"3","part":"TRUNNION-BASEPLATE","qty":"1","price":"3300.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222615","line":"4","part":"TRUNNION-STALLION-9/23","qty":"1","price":"3509.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222615","line":"5","part":"TAT-170","qty":"1","price":"6356.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222615","line":"6","part":"WH-ZV-P160","qty":"2","price":"5512.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222615","line":"7","part":"WH-ZV160-JAWS-M156-A","qty":"1","price":"189.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222615","line":"8","part":"WH-ZLOX-P80Z","qty":"1","price":"4475.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222615","line":"9","part":"WH-ZP120-BASE2-P200","qty":"1","price":"3943.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222615","line":"10","part":"WH-ZV-M120A","qty":"1","price":"1129.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222615","line":"11","part":"WH-ZV-M80A","qty":"1","price":"1010.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222615","line":"12","part":"WH-ZV-P160","qty":"1","price":"5512.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222615","line":"13","part":"WH-ZV-P100","qty":"1","price":"4312.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222615","line":"14","part":"WH-ZV-P160-ZBP","qty":"1","price":"6502.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222615","line":"15","part":"WH-ZV-P100-ZBP","qty":"1","price":"5280.00","uom":"EA","discount":"0.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"222615","line":"16","part":"TAT-105N-135","qty":"1","price":"5830.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":16}}] 2024-11-11 13:37:02.670 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222615-11112024133702.txt === {"quote":"222615","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"XXXXX","shiptoName":"Lyndex-Nikken Inc.","entry_date":"10-07-2024","cust_order_date":"10-07-2024","req_date":"11-18-2024","cust_po":"Promo packages","terms_code":"N30","ship_via":"U-GND","ship_collect":"NF-LIT","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Barack Obama","drop_po":"","status":"0","user":"stevel","conv_order":"","time":"11:55","extra":"","follow_up":"05-31-2025","web_id":"","follow_name":"Barack Obama","follow_phone":"test","follow_email":"stevel@lyndexnikken.com","pic_user":"stevel","total_amt":"78871.00","total_gp":"52606.64","total_gpm":"66.70","rev_type":"PCQC","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"17","win_pct":"20","clo_date":"05-31-2025","notes":[],"crmnotes":[{"comp":1,"quote":222615,"Line":0,"Comment":"10/14/2024 8:26 AM - stevel - F/U changed from 10/20/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222615,"Line":1,"Comment":"11/11/2024 1:36 PM - stevel - F/U changed from 11/09/2024 to 5/31/2025 (Follow Up Manually Changed)"},{"comp":1,"quote":222615,"Line":2,"Comment":"11/11/2024 1:36 PM - stevel - CLO changed from 11/07/2024 to 05/31/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222615","line":"1","part":"CNC180LAA21-400W","qty":"1","price":"16500.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222615","line":"2","part":"NCTZ200LAA21","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222615","line":"3","part":"TRUNNION-BASEPLATE","qty":"1","price":"3300.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222615","line":"4","part":"TRUNNION-STALLION-9/23","qty":"1","price":"3509.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222615","line":"5","part":"TAT-170","qty":"1","price":"6356.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222615","line":"6","part":"WH-ZV-P160","qty":"2","price":"5512.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222615","line":"7","part":"WH-ZV160-JAWS-M156-A","qty":"1","price":"189.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222615","line":"8","part":"WH-ZLOX-P80Z","qty":"1","price":"4475.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222615","line":"9","part":"WH-ZP120-BASE2-P200","qty":"1","price":"3943.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222615","line":"10","part":"WH-ZV-M120A","qty":"1","price":"1129.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222615","line":"11","part":"WH-ZV-M80A","qty":"1","price":"1010.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222615","line":"12","part":"WH-ZV-P160","qty":"1","price":"5512.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222615","line":"13","part":"WH-ZV-P100","qty":"1","price":"4312.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222615","line":"14","part":"WH-ZV-P160-ZBP","qty":"1","price":"6502.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222615","line":"15","part":"WH-ZV-P100-ZBP","qty":"1","price":"5280.00","uom":"EA","discount":"0.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"222615","line":"16","part":"TAT-105N-135","qty":"1","price":"5830.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":16}}] 2024-11-11 13:37:05.773 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222615-11112024133705.txt === {"quote":"222615","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"XXXXX","shiptoName":"Lyndex-Nikken Inc.","entry_date":"10-07-2024","cust_order_date":"10-07-2024","req_date":"05-31-2025","cust_po":"Promo packages","terms_code":"N30","ship_via":"U-GND","ship_collect":"NF-LIT","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Barack Obama","drop_po":"","status":"0","user":"stevel","conv_order":"","time":"11:55","extra":"","follow_up":"05-31-2025","web_id":"","follow_name":"Barack Obama","follow_phone":"test","follow_email":"stevel@lyndexnikken.com","pic_user":"stevel","total_amt":"78871.00","total_gp":"52606.64","total_gpm":"66.70","rev_type":"PCQC","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"17","win_pct":"20","clo_date":"05-31-2025","notes":[],"crmnotes":[{"comp":1,"quote":222615,"Line":0,"Comment":"10/14/2024 8:26 AM - stevel - F/U changed from 10/20/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222615,"Line":1,"Comment":"11/11/2024 1:36 PM - stevel - F/U changed from 11/09/2024 to 5/31/2025 (Follow Up Manually Changed)"},{"comp":1,"quote":222615,"Line":2,"Comment":"11/11/2024 1:36 PM - stevel - CLO changed from 11/07/2024 to 05/31/2025 (CLO Date Updated)"},{"comp":1,"quote":222615,"Line":3,"Comment":"11/11/2024 1:37 PM - stevel - Req Date changed from 11/18/2024 to 05/31/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"222615","line":"1","part":"CNC180LAA21-400W","qty":"1","price":"16500.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222615","line":"2","part":"NCTZ200LAA21","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222615","line":"3","part":"TRUNNION-BASEPLATE","qty":"1","price":"3300.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222615","line":"4","part":"TRUNNION-STALLION-9/23","qty":"1","price":"3509.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222615","line":"5","part":"TAT-170","qty":"1","price":"6356.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222615","line":"6","part":"WH-ZV-P160","qty":"2","price":"5512.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222615","line":"7","part":"WH-ZV160-JAWS-M156-A","qty":"1","price":"189.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222615","line":"8","part":"WH-ZLOX-P80Z","qty":"1","price":"4475.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222615","line":"9","part":"WH-ZP120-BASE2-P200","qty":"1","price":"3943.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222615","line":"10","part":"WH-ZV-M120A","qty":"1","price":"1129.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222615","line":"11","part":"WH-ZV-M80A","qty":"1","price":"1010.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222615","line":"12","part":"WH-ZV-P160","qty":"1","price":"5512.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222615","line":"13","part":"WH-ZV-P100","qty":"1","price":"4312.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222615","line":"14","part":"WH-ZV-P160-ZBP","qty":"1","price":"6502.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222615","line":"15","part":"WH-ZV-P100-ZBP","qty":"1","price":"5280.00","uom":"EA","discount":"0.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"222615","line":"16","part":"TAT-105N-135","qty":"1","price":"5830.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":16}}] 2024-11-11 13:37:27.088 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221088-11112024133726.txt === {"quote":"221088","customer":"8270","name":null,"customerName":"Hartwig Inc.","comp":"01","open":"0","shipto":"HARTWIGY","shiptoName":"Hartwig Inc.","entry_date":"09-04-2024","cust_order_date":"09-04-2024","req_date":"11-09-2024","cust_po":"Nick Berilla","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"30","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Nick Berilla","drop_po":"CNC260OSP4-M","status":"0","user":"stevel","conv_order":"","time":"11:00","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Nick Berilla","follow_phone":"314-540-2892","follow_email":"nick.berilla@hartwiginc.com","pic_user":"stevel","total_amt":"52210.2","total_gp":"35488.92","total_gpm":"67.97","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"8","win_pct":"20","clo_date":"11-09-2024","notes":[],"crmnotes":[{"comp":1,"quote":221088,"Line":0,"Comment":"10/14/2024 6:51 AM - stevel - Req Date changed from 10/16/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":221088,"Line":1,"Comment":"10/14/2024 6:51 AM - stevel - CLO changed from 10/04/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":221088,"Line":2,"Comment":"10/14/2024 6:51 AM - stevel - F/U changed from 09/17/2024 to 11/9/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"221088","line":"1","part":"CNC260OSP4-M","qty":"2","price":"25515.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221088","line":"2","part":"TCE-97617-2000R","qty":"2","price":"1012.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221088","line":"3","part":"TCE-E6384-2000R","qty":"2","price":"924.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221088","line":"4","part":"TAT-250","qty":"2","price":"11778.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"221088","Line":"1","Company":"1","F_Line":"1","Comment":"Includes cables","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-11 13:37:31.591 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221088-11112024133731.txt === {"quote":"221088","customer":"8270","name":null,"customerName":"Hartwig Inc.","comp":"01","open":"0","shipto":"HARTWIGY","shiptoName":"Hartwig Inc.","entry_date":"09-04-2024","cust_order_date":"09-04-2024","req_date":"11-09-2024","cust_po":"Nick Berilla","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"30","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Nick Berilla","drop_po":"CNC260OSP4-M","status":"0","user":"stevel","conv_order":"","time":"11:00","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Nick Berilla","follow_phone":"314-540-2892","follow_email":"nick.berilla@hartwiginc.com","pic_user":"stevel","total_amt":"52210.2","total_gp":"35488.92","total_gpm":"67.97","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"8","win_pct":"20","clo_date":"12-07-2024","notes":[],"crmnotes":[{"comp":1,"quote":221088,"Line":0,"Comment":"10/14/2024 6:51 AM - stevel - Req Date changed from 10/16/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":221088,"Line":1,"Comment":"10/14/2024 6:51 AM - stevel - CLO changed from 10/04/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":221088,"Line":2,"Comment":"10/14/2024 6:51 AM - stevel - F/U changed from 09/17/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221088,"Line":3,"Comment":"11/11/2024 1:37 PM - stevel - F/U changed from 11/09/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221088,"Line":4,"Comment":"11/11/2024 1:37 PM - stevel - CLO changed from 11/09/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221088","line":"1","part":"CNC260OSP4-M","qty":"2","price":"25515.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221088","line":"2","part":"TCE-97617-2000R","qty":"2","price":"1012.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221088","line":"3","part":"TCE-E6384-2000R","qty":"2","price":"924.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221088","line":"4","part":"TAT-250","qty":"2","price":"11778.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"221088","Line":"1","Company":"1","F_Line":"1","Comment":"Includes cables","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-11 13:37:34.371 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221088-11112024133734.txt === {"quote":"221088","customer":"8270","name":null,"customerName":"Hartwig Inc.","comp":"01","open":"0","shipto":"HARTWIGY","shiptoName":"Hartwig Inc.","entry_date":"09-04-2024","cust_order_date":"09-04-2024","req_date":"12-07-2024","cust_po":"Nick Berilla","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"30","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Nick Berilla","drop_po":"CNC260OSP4-M","status":"0","user":"stevel","conv_order":"","time":"11:00","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Nick Berilla","follow_phone":"314-540-2892","follow_email":"nick.berilla@hartwiginc.com","pic_user":"stevel","total_amt":"52210.2","total_gp":"35488.92","total_gpm":"67.97","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"8","win_pct":"20","clo_date":"12-07-2024","notes":[],"crmnotes":[{"comp":1,"quote":221088,"Line":0,"Comment":"10/14/2024 6:51 AM - stevel - Req Date changed from 10/16/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":221088,"Line":1,"Comment":"10/14/2024 6:51 AM - stevel - CLO changed from 10/04/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":221088,"Line":2,"Comment":"10/14/2024 6:51 AM - stevel - F/U changed from 09/17/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221088,"Line":3,"Comment":"11/11/2024 1:37 PM - stevel - F/U changed from 11/09/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221088,"Line":4,"Comment":"11/11/2024 1:37 PM - stevel - CLO changed from 11/09/2024 to 12/07/2024 (CLO Date Updated)"},{"comp":1,"quote":221088,"Line":5,"Comment":"11/11/2024 1:37 PM - stevel - Req Date changed from 11/09/2024 to 12/07/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221088","line":"1","part":"CNC260OSP4-M","qty":"2","price":"25515.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221088","line":"2","part":"TCE-97617-2000R","qty":"2","price":"1012.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221088","line":"3","part":"TCE-E6384-2000R","qty":"2","price":"924.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221088","line":"4","part":"TAT-250","qty":"2","price":"11778.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"221088","Line":"1","Company":"1","F_Line":"1","Comment":"Includes cables","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-11 13:38:02.482 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220266-11112024133802.txt === {"quote":"220266","customer":"13700TA","name":null,"customerName":"The Robert E. Morris Company (CT-TA","comp":"01","open":"0","shipto":"THEROBEZ","shiptoName":"The Robert E. Morris Company","entry_date":"08-16-2024","cust_order_date":"08-16-2024","req_date":"11-09-2024","cust_po":"John Dickman","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"John Dickman","drop_po":"5AX-201OSP3-M-AB","status":"0","user":"stevel","conv_order":"","time":"08:39","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"John Dickman","follow_phone":"508-450-9516","follow_email":"jdickman@robertemorris.com","pic_user":"stevel","total_amt":"40250","total_gp":"25575.31","total_gpm":"63.54","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-09-2024","notes":[],"crmnotes":[{"comp":1,"quote":220266,"Line":0,"Comment":"10/08/2024 10:29 AM - stevel - Encounter has been added"},{"comp":1,"quote":220266,"Line":1,"Comment":"10/08/2024 10:30 AM - stevel - F/U changed from 08/29/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220266,"Line":2,"Comment":"10/08/2024 10:30 AM - stevel - CLO changed from 09/16/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":220266,"Line":3,"Comment":"10/08/2024 10:30 AM - stevel - Req Date changed from 09/27/2024 to 11/09/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"220266","line":"1","part":"5AX-201OSP3-M-AB","qty":"1","price":"57500.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"}],"qlines":[{"Quote":"220266","Line":"1","Company":"1","F_Line":"1","Comment":"Includes cutting area cables","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-11 13:38:07.002 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220266-11112024133806.txt === {"quote":"220266","customer":"13700TA","name":null,"customerName":"The Robert E. Morris Company (CT-TA","comp":"01","open":"0","shipto":"THEROBEZ","shiptoName":"The Robert E. Morris Company","entry_date":"08-16-2024","cust_order_date":"08-16-2024","req_date":"11-09-2024","cust_po":"John Dickman","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"John Dickman","drop_po":"5AX-201OSP3-M-AB","status":"0","user":"stevel","conv_order":"","time":"08:39","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"John Dickman","follow_phone":"508-450-9516","follow_email":"jdickman@robertemorris.com","pic_user":"stevel","total_amt":"40250","total_gp":"25575.31","total_gpm":"63.54","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":220266,"Line":0,"Comment":"10/08/2024 10:29 AM - stevel - Encounter has been added"},{"comp":1,"quote":220266,"Line":1,"Comment":"10/08/2024 10:30 AM - stevel - F/U changed from 08/29/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220266,"Line":2,"Comment":"10/08/2024 10:30 AM - stevel - CLO changed from 09/16/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":220266,"Line":3,"Comment":"10/08/2024 10:30 AM - stevel - Req Date changed from 09/27/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":220266,"Line":4,"Comment":"11/11/2024 1:38 PM - stevel - F/U changed from 11/09/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220266,"Line":5,"Comment":"11/11/2024 1:38 PM - stevel - CLO changed from 11/09/2024 to 12/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"220266","line":"1","part":"5AX-201OSP3-M-AB","qty":"1","price":"57500.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"}],"qlines":[{"Quote":"220266","Line":"1","Company":"1","F_Line":"1","Comment":"Includes cutting area cables","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-11 13:38:09.861 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220266-11112024133809.txt === {"quote":"220266","customer":"13700TA","name":null,"customerName":"The Robert E. Morris Company (CT-TA","comp":"01","open":"0","shipto":"THEROBEZ","shiptoName":"The Robert E. Morris Company","entry_date":"08-16-2024","cust_order_date":"08-16-2024","req_date":"12-21-2024","cust_po":"John Dickman","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"John Dickman","drop_po":"5AX-201OSP3-M-AB","status":"0","user":"stevel","conv_order":"","time":"08:39","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"John Dickman","follow_phone":"508-450-9516","follow_email":"jdickman@robertemorris.com","pic_user":"stevel","total_amt":"40250","total_gp":"25575.31","total_gpm":"63.54","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":220266,"Line":0,"Comment":"10/08/2024 10:29 AM - stevel - Encounter has been added"},{"comp":1,"quote":220266,"Line":1,"Comment":"10/08/2024 10:30 AM - stevel - F/U changed from 08/29/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220266,"Line":2,"Comment":"10/08/2024 10:30 AM - stevel - CLO changed from 09/16/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":220266,"Line":3,"Comment":"10/08/2024 10:30 AM - stevel - Req Date changed from 09/27/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":220266,"Line":4,"Comment":"11/11/2024 1:38 PM - stevel - F/U changed from 11/09/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220266,"Line":5,"Comment":"11/11/2024 1:38 PM - stevel - CLO changed from 11/09/2024 to 12/21/2024 (CLO Date Updated)"},{"comp":1,"quote":220266,"Line":6,"Comment":"11/11/2024 1:38 PM - stevel - Req Date changed from 11/09/2024 to 12/21/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"220266","line":"1","part":"5AX-201OSP3-M-AB","qty":"1","price":"57500.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"}],"qlines":[{"Quote":"220266","Line":"1","Company":"1","F_Line":"1","Comment":"Includes cutting area cables","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-11 14:02:06.676 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219845-11112024140206.txt === {"quote":"219845","customer":"13485","name":null,"customerName":"Methods Machine Tools Inc. (MA)","comp":"01","open":"0","shipto":"METHGIL","shiptoName":"Methods Machine Tools","entry_date":"08-07-2024","cust_order_date":"08-07-2024","req_date":"12-07-2024","cust_po":"Zac Borost","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Zac Borost","drop_po":"CNC180FA-M","status":"0","user":"stevel","conv_order":"","time":"13:39","extra":"","follow_up":"11-09-2024","web_id":"","follow_name":"Zac Borost","follow_phone":"","follow_email":"zborost@methodsmachine.com","pic_user":"stevel","total_amt":"55885.00","total_gp":"34635.48","total_gpm":"61.98","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"5","win_pct":"20","clo_date":"11-09-2024","notes":[],"crmnotes":[{"comp":1,"quote":219845,"Line":0,"Comment":"08/19/2024 11:20 AM - stevel - F/U changed from 08/20/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219845,"Line":1,"Comment":"10/01/2024 2:47 PM - stevel - F/U changed from 09/07/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219845,"Line":2,"Comment":"10/01/2024 2:47 PM - stevel - CLO changed from 09/07/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":219845,"Line":3,"Comment":"10/01/2024 2:47 PM - stevel - Req Date changed from 09/18/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":219845,"Line":4,"Comment":"11/11/2024 2:02 PM - stevel - Req Date changed from 11/09/2024 to 12/07/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"219845","line":"1","part":"CNC260FA-M","qty":"1","price":"22680.00","uom":"EA","discount":"15.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"219845","line":"2","part":"TAT-250","qty":"1","price":"11778.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219845","line":"3","part":"HYD-UNIT-NACHI-AC110V","qty":"1","price":"7642.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219845","line":"5","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"8000.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"219845","line":"6","part":"TRUNNION-STALLION-12/48BK","qty":"1","price":"12100.00","uom":"EA","discount":"0.00","req_date":"B/O ETA","branch":"2"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-11 14:02:09.410 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219845-11112024140209.txt === {"quote":"219845","customer":"13485","name":null,"customerName":"Methods Machine Tools Inc. (MA)","comp":"01","open":"0","shipto":"METHGIL","shiptoName":"Methods Machine Tools","entry_date":"08-07-2024","cust_order_date":"08-07-2024","req_date":"12-07-2024","cust_po":"Zac Borost","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Zac Borost","drop_po":"CNC180FA-M","status":"0","user":"stevel","conv_order":"","time":"13:39","extra":"","follow_up":"11-09-2024","web_id":"","follow_name":"Zac Borost","follow_phone":"","follow_email":"zborost@methodsmachine.com","pic_user":"stevel","total_amt":"55885.00","total_gp":"34635.48","total_gpm":"61.98","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"5","win_pct":"20","clo_date":"12-07-2024","notes":[],"crmnotes":[{"comp":1,"quote":219845,"Line":0,"Comment":"08/19/2024 11:20 AM - stevel - F/U changed from 08/20/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219845,"Line":1,"Comment":"10/01/2024 2:47 PM - stevel - F/U changed from 09/07/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219845,"Line":2,"Comment":"10/01/2024 2:47 PM - stevel - CLO changed from 09/07/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":219845,"Line":3,"Comment":"10/01/2024 2:47 PM - stevel - Req Date changed from 09/18/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":219845,"Line":4,"Comment":"11/11/2024 2:02 PM - stevel - Req Date changed from 11/09/2024 to 12/07/2024 (Req Date Updated)"},{"comp":1,"quote":219845,"Line":5,"Comment":"11/11/2024 2:02 PM - stevel - CLO changed from 11/09/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"219845","line":"1","part":"CNC260FA-M","qty":"1","price":"22680.00","uom":"EA","discount":"15.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"219845","line":"2","part":"TAT-250","qty":"1","price":"11778.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219845","line":"3","part":"HYD-UNIT-NACHI-AC110V","qty":"1","price":"7642.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219845","line":"5","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"8000.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"219845","line":"6","part":"TRUNNION-STALLION-12/48BK","qty":"1","price":"12100.00","uom":"EA","discount":"0.00","req_date":"B/O ETA","branch":"2"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-11 14:02:10.101 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219845-11112024140209.txt === {"quote":"219845","customer":"13485","name":null,"customerName":"Methods Machine Tools Inc. (MA)","comp":"01","open":"0","shipto":"METHGIL","shiptoName":"Methods Machine Tools","entry_date":"08-07-2024","cust_order_date":"08-07-2024","req_date":"12-07-2024","cust_po":"Zac Borost","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Zac Borost","drop_po":"CNC180FA-M","status":"0","user":"stevel","conv_order":"","time":"13:39","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Zac Borost","follow_phone":"","follow_email":"zborost@methodsmachine.com","pic_user":"stevel","total_amt":"55885.00","total_gp":"34635.48","total_gpm":"61.98","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"5","win_pct":"20","clo_date":"12-07-2024","notes":[],"crmnotes":[{"comp":1,"quote":219845,"Line":0,"Comment":"08/19/2024 11:20 AM - stevel - F/U changed from 08/20/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219845,"Line":1,"Comment":"10/01/2024 2:47 PM - stevel - F/U changed from 09/07/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219845,"Line":2,"Comment":"10/01/2024 2:47 PM - stevel - CLO changed from 09/07/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":219845,"Line":3,"Comment":"10/01/2024 2:47 PM - stevel - Req Date changed from 09/18/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":219845,"Line":4,"Comment":"11/11/2024 2:02 PM - stevel - Req Date changed from 11/09/2024 to 12/07/2024 (Req Date Updated)"},{"comp":1,"quote":219845,"Line":5,"Comment":"11/11/2024 2:02 PM - stevel - CLO changed from 11/09/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"219845","line":"1","part":"CNC260FA-M","qty":"1","price":"22680.00","uom":"EA","discount":"15.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"219845","line":"2","part":"TAT-250","qty":"1","price":"11778.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219845","line":"3","part":"HYD-UNIT-NACHI-AC110V","qty":"1","price":"7642.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219845","line":"5","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"8000.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"219845","line":"6","part":"TRUNNION-STALLION-12/48BK","qty":"1","price":"12100.00","uom":"EA","discount":"0.00","req_date":"B/O ETA","branch":"2"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-11 14:02:41.370 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221970-11112024140241.txt === {"quote":"221970","customer":"13687","name":null,"customerName":"DMG Mori (IL)","comp":"01","open":"0","shipto":"CONEDR","shiptoName":"Cone Drive Operations Inc.","entry_date":"09-24-2024","cust_order_date":"08-02-2016","req_date":"11-09-2024","cust_po":"Chris Altosino","terms_code":"N30","ship_via":"U-GND","ship_collect":"trk","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Chris Altosino","drop_po":"260 NT50 Cone Drive","status":"0","user":"stevel","conv_order":"","time":"07:09","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"","follow_phone":"","follow_email":"","pic_user":"stevel","total_amt":"52464.80","total_gp":"0.00","total_gpm":"0.00","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"9","win_pct":"20","clo_date":"11-14-2024","notes":[],"crmnotes":[{"comp":1,"quote":221970,"Line":0,"Comment":"10/14/2024 6:59 AM - stevel - F/U changed from 09/30/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221970,"Line":1,"Comment":"10/14/2024 6:59 AM - stevel - Req Date changed from 09/24/2024 to 11/09/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221970","line":"1","part":"CNC260LZA-M","qty":"1","price":"20394.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"221970","line":"2","part":"RT-ACCESSORY","qty":"1","price":"10500.00","uom":"EA","discount":"10.00","req_date":"","branch":"1"},{"comp":"01","order":"221970","line":"3","part":"RT-ACCESSORY","qty":"1","price":"850.00","uom":"EA","discount":"10.00","req_date":"","branch":"1"},{"comp":"01","order":"221970","line":"4","part":"RT-ACCESSORY","qty":"1","price":"7100.00","uom":"EA","discount":"10.00","req_date":"","branch":"1"},{"comp":"01","order":"221970","line":"5","part":"RT-ACCESSORY","qty":"1","price":"1700.00","uom":"EA","discount":"30.00","req_date":"","branch":"1"},{"comp":"01","order":"221970","line":"6","part":"RT-ACCESSORY","qty":"1","price":"350.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"221970","line":"7","part":"RT-ACCESSORY","qty":"1","price":"400.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"221970","line":"8","part":"RT-ACCESSORY","qty":"1","price":"18144.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"221970","line":"9","part":"INSTALLATION-RT","qty":"1","price":"1500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"221970","Line":"2","Company":"1","F_Line":"1","Comment":"RNC 8380 +/- 2 Big Bore Scale with Mounting Kit","Loc":"Y"},{"Quote":"221970","Line":"3","Company":"1","F_Line":"1","Comment":"NT50 Taper Center Socket","Loc":"Y"},{"Quote":"221970","Line":"4","Company":"1","F_Line":"1","Comment":"Hydraulic Cylinder and Adapter for NT50 Socket","Loc":"Y"},{"Quote":"221970","Line":"5","Company":"1","F_Line":"1","Comment":"Power and Signal/Feedback Cable Set","Loc":"Y"},{"Quote":"221970","Line":"6","Company":"1","F_Line":"1","Comment":"Manual Lever Valve for Tailstock 2000 PSI","Loc":"Y"},{"Quote":"221970","Line":"7","Company":"1","F_Line":"1","Comment":"Hydraulic Hose Set","Loc":"Y"},{"Quote":"221970","Line":"8","Company":"1","F_Line":"1","Comment":"Special Hydraulic Tailstock per Customer","Loc":"Y"},{"Quote":"221970","Line":"8","Company":"1","F_Line":"2","Comment":"Drawing 500152-T-1SHT1 Rev Level B","Loc":"Y"},{"Quote":"221970","Line":"9","Company":"1","F_Line":"1","Comment":"Onsite Technican to facilitate Tailstock and","Loc":"Y"},{"Quote":"221970","Line":"9","Company":"1","F_Line":"2","Comment":"Rotary table setup.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":9}}] 2024-11-11 14:02:47.469 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221970-11112024140247.txt === {"quote":"221970","customer":"13687","name":null,"customerName":"DMG Mori (IL)","comp":"01","open":"0","shipto":"CONEDR","shiptoName":"Cone Drive Operations Inc.","entry_date":"09-24-2024","cust_order_date":"08-02-2016","req_date":"11-09-2024","cust_po":"Chris Altosino","terms_code":"N30","ship_via":"U-GND","ship_collect":"trk","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Chris Altosino","drop_po":"260 NT50 Cone Drive","status":"0","user":"stevel","conv_order":"","time":"07:09","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"","follow_phone":"","follow_email":"","pic_user":"stevel","total_amt":"52464.80","total_gp":"0.00","total_gpm":"0.00","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"9","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":221970,"Line":0,"Comment":"10/14/2024 6:59 AM - stevel - F/U changed from 09/30/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221970,"Line":1,"Comment":"10/14/2024 6:59 AM - stevel - Req Date changed from 09/24/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":221970,"Line":2,"Comment":"11/11/2024 2:02 PM - stevel - F/U changed from 11/09/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221970,"Line":3,"Comment":"11/11/2024 2:02 PM - stevel - CLO changed from 11/14/2024 to 12/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221970","line":"1","part":"CNC260LZA-M","qty":"1","price":"20394.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"221970","line":"2","part":"RT-ACCESSORY","qty":"1","price":"10500.00","uom":"EA","discount":"10.00","req_date":"","branch":"1"},{"comp":"01","order":"221970","line":"3","part":"RT-ACCESSORY","qty":"1","price":"850.00","uom":"EA","discount":"10.00","req_date":"","branch":"1"},{"comp":"01","order":"221970","line":"4","part":"RT-ACCESSORY","qty":"1","price":"7100.00","uom":"EA","discount":"10.00","req_date":"","branch":"1"},{"comp":"01","order":"221970","line":"5","part":"RT-ACCESSORY","qty":"1","price":"1700.00","uom":"EA","discount":"30.00","req_date":"","branch":"1"},{"comp":"01","order":"221970","line":"6","part":"RT-ACCESSORY","qty":"1","price":"350.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"221970","line":"7","part":"RT-ACCESSORY","qty":"1","price":"400.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"221970","line":"8","part":"RT-ACCESSORY","qty":"1","price":"18144.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"221970","line":"9","part":"INSTALLATION-RT","qty":"1","price":"1500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"221970","Line":"2","Company":"1","F_Line":"1","Comment":"RNC 8380 +/- 2 Big Bore Scale with Mounting Kit","Loc":"Y"},{"Quote":"221970","Line":"3","Company":"1","F_Line":"1","Comment":"NT50 Taper Center Socket","Loc":"Y"},{"Quote":"221970","Line":"4","Company":"1","F_Line":"1","Comment":"Hydraulic Cylinder and Adapter for NT50 Socket","Loc":"Y"},{"Quote":"221970","Line":"5","Company":"1","F_Line":"1","Comment":"Power and Signal/Feedback Cable Set","Loc":"Y"},{"Quote":"221970","Line":"6","Company":"1","F_Line":"1","Comment":"Manual Lever Valve for Tailstock 2000 PSI","Loc":"Y"},{"Quote":"221970","Line":"7","Company":"1","F_Line":"1","Comment":"Hydraulic Hose Set","Loc":"Y"},{"Quote":"221970","Line":"8","Company":"1","F_Line":"1","Comment":"Special Hydraulic Tailstock per Customer","Loc":"Y"},{"Quote":"221970","Line":"8","Company":"1","F_Line":"2","Comment":"Drawing 500152-T-1SHT1 Rev Level B","Loc":"Y"},{"Quote":"221970","Line":"9","Company":"1","F_Line":"1","Comment":"Onsite Technican to facilitate Tailstock and","Loc":"Y"},{"Quote":"221970","Line":"9","Company":"1","F_Line":"2","Comment":"Rotary table setup.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":9}}] 2024-11-11 14:02:49.974 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221970-11112024140249.txt === {"quote":"221970","customer":"13687","name":null,"customerName":"DMG Mori (IL)","comp":"01","open":"0","shipto":"CONEDR","shiptoName":"Cone Drive Operations Inc.","entry_date":"09-24-2024","cust_order_date":"08-02-2016","req_date":"12-28-2024","cust_po":"Chris Altosino","terms_code":"N30","ship_via":"U-GND","ship_collect":"trk","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Chris Altosino","drop_po":"260 NT50 Cone Drive","status":"0","user":"stevel","conv_order":"","time":"07:09","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"","follow_phone":"","follow_email":"","pic_user":"stevel","total_amt":"52464.80","total_gp":"0.00","total_gpm":"0.00","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"9","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":221970,"Line":0,"Comment":"10/14/2024 6:59 AM - stevel - F/U changed from 09/30/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221970,"Line":1,"Comment":"10/14/2024 6:59 AM - stevel - Req Date changed from 09/24/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":221970,"Line":2,"Comment":"11/11/2024 2:02 PM - stevel - F/U changed from 11/09/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221970,"Line":3,"Comment":"11/11/2024 2:02 PM - stevel - CLO changed from 11/14/2024 to 12/21/2024 (CLO Date Updated)"},{"comp":1,"quote":221970,"Line":4,"Comment":"11/11/2024 2:02 PM - stevel - Req Date changed from 11/09/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221970","line":"1","part":"CNC260LZA-M","qty":"1","price":"20394.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"221970","line":"2","part":"RT-ACCESSORY","qty":"1","price":"10500.00","uom":"EA","discount":"10.00","req_date":"","branch":"1"},{"comp":"01","order":"221970","line":"3","part":"RT-ACCESSORY","qty":"1","price":"850.00","uom":"EA","discount":"10.00","req_date":"","branch":"1"},{"comp":"01","order":"221970","line":"4","part":"RT-ACCESSORY","qty":"1","price":"7100.00","uom":"EA","discount":"10.00","req_date":"","branch":"1"},{"comp":"01","order":"221970","line":"5","part":"RT-ACCESSORY","qty":"1","price":"1700.00","uom":"EA","discount":"30.00","req_date":"","branch":"1"},{"comp":"01","order":"221970","line":"6","part":"RT-ACCESSORY","qty":"1","price":"350.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"221970","line":"7","part":"RT-ACCESSORY","qty":"1","price":"400.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"221970","line":"8","part":"RT-ACCESSORY","qty":"1","price":"18144.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"221970","line":"9","part":"INSTALLATION-RT","qty":"1","price":"1500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"221970","Line":"2","Company":"1","F_Line":"1","Comment":"RNC 8380 +/- 2 Big Bore Scale with Mounting Kit","Loc":"Y"},{"Quote":"221970","Line":"3","Company":"1","F_Line":"1","Comment":"NT50 Taper Center Socket","Loc":"Y"},{"Quote":"221970","Line":"4","Company":"1","F_Line":"1","Comment":"Hydraulic Cylinder and Adapter for NT50 Socket","Loc":"Y"},{"Quote":"221970","Line":"5","Company":"1","F_Line":"1","Comment":"Power and Signal/Feedback Cable Set","Loc":"Y"},{"Quote":"221970","Line":"6","Company":"1","F_Line":"1","Comment":"Manual Lever Valve for Tailstock 2000 PSI","Loc":"Y"},{"Quote":"221970","Line":"7","Company":"1","F_Line":"1","Comment":"Hydraulic Hose Set","Loc":"Y"},{"Quote":"221970","Line":"8","Company":"1","F_Line":"1","Comment":"Special Hydraulic Tailstock per Customer","Loc":"Y"},{"Quote":"221970","Line":"8","Company":"1","F_Line":"2","Comment":"Drawing 500152-T-1SHT1 Rev Level B","Loc":"Y"},{"Quote":"221970","Line":"9","Company":"1","F_Line":"1","Comment":"Onsite Technican to facilitate Tailstock and","Loc":"Y"},{"Quote":"221970","Line":"9","Company":"1","F_Line":"2","Comment":"Rotary table setup.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":9}}] 2024-11-11 14:04:39.279 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220494-11112024140439.txt === {"quote":"220494","customer":"E19340","name":null,"customerName":"Schultes Precision Manufacturing","comp":"01","open":"0","shipto":"SCHULTES","shiptoName":"Schultes Precision MFG","entry_date":"08-21-2024","cust_order_date":"12-09-2020","req_date":"11-09-2024","cust_po":"Russ Bonadonna Jr","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Russ Bonadonna Jr","drop_po":"5AX-130FA-M","status":"0","user":"stevel","conv_order":"","time":"12:08","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Russ","follow_phone":"","follow_email":"russ@schultes.com","pic_user":"stevel","total_amt":"93610.00","total_gp":"66898.14","total_gpm":"71.46","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"10","win_pct":"20","clo_date":"11-09-2024","notes":[],"crmnotes":[{"comp":1,"quote":220494,"Line":0,"Comment":"08/29/2024 9:20 AM - stevel - F/U changed from 08/27/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220494,"Line":1,"Comment":"08/29/2024 9:20 AM - stevel - CLO changed from NaN/NaN/NaN to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":220494,"Line":2,"Comment":"08/29/2024 9:20 AM - stevel - Req Date changed from 08/21/2024 to 09/21/2024 (Req Date Updated)"},{"comp":1,"quote":220494,"Line":3,"Comment":"10/14/2024 6:41 AM - stevel - Req Date changed from 09/21/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":220494,"Line":4,"Comment":"10/14/2024 6:41 AM - stevel - CLO changed from 09/21/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":220494,"Line":5,"Comment":"10/14/2024 6:41 AM - stevel - F/U changed from 09/21/2024 to 11/9/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"220494","line":"1","part":"5AX-130FA-M","qty":"2","price":"28000.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220494","line":"2","part":"TCD-A4089","qty":"2","price":"2030.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220494","line":"3","part":"CV2B30-0","qty":"2","price":"2940.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220494","line":"4","part":"5C-THREAD-NOSE","qty":"2","price":"1085.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220494","line":"5","part":"INSTALLATION-RT-5AX-MW","qty":"2","price":"12750.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"220494","Line":"5","Company":"1","F_Line":"1","Comment":"Installation includes:Dual axis drive unit short bar","Loc":"Y"},{"Quote":"220494","Line":"5","Company":"1","F_Line":"2","Comment":"fiber optic cables communications cables bulkhead","Loc":"Y"},{"Quote":"220494","Line":"5","Company":"1","F_Line":"3","Comment":"cables external cablesparameter changes service","Loc":"Y"},{"Quote":"220494","Line":"5","Company":"1","F_Line":"4","Comment":"time and travel.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-11 14:04:44.749 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220494-11112024140444.txt === {"quote":"220494","customer":"E19340","name":null,"customerName":"Schultes Precision Manufacturing","comp":"01","open":"0","shipto":"SCHULTES","shiptoName":"Schultes Precision MFG","entry_date":"08-21-2024","cust_order_date":"12-09-2020","req_date":"11-09-2024","cust_po":"Russ Bonadonna Jr","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Russ Bonadonna Jr","drop_po":"5AX-130FA-M","status":"0","user":"stevel","conv_order":"","time":"12:08","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Russ","follow_phone":"","follow_email":"russ@schultes.com","pic_user":"stevel","total_amt":"93610.00","total_gp":"66898.14","total_gpm":"71.46","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"10","win_pct":"20","clo_date":"12-07-2024","notes":[],"crmnotes":[{"comp":1,"quote":220494,"Line":0,"Comment":"08/29/2024 9:20 AM - stevel - F/U changed from 08/27/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220494,"Line":1,"Comment":"08/29/2024 9:20 AM - stevel - CLO changed from NaN/NaN/NaN to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":220494,"Line":2,"Comment":"08/29/2024 9:20 AM - stevel - Req Date changed from 08/21/2024 to 09/21/2024 (Req Date Updated)"},{"comp":1,"quote":220494,"Line":3,"Comment":"10/14/2024 6:41 AM - stevel - Req Date changed from 09/21/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":220494,"Line":4,"Comment":"10/14/2024 6:41 AM - stevel - CLO changed from 09/21/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":220494,"Line":5,"Comment":"10/14/2024 6:41 AM - stevel - F/U changed from 09/21/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220494,"Line":6,"Comment":"11/11/2024 2:04 PM - stevel - F/U changed from 11/09/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220494,"Line":7,"Comment":"11/11/2024 2:04 PM - stevel - CLO changed from 11/09/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"220494","line":"1","part":"5AX-130FA-M","qty":"2","price":"28000.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220494","line":"2","part":"TCD-A4089","qty":"2","price":"2030.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220494","line":"3","part":"CV2B30-0","qty":"2","price":"2940.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220494","line":"4","part":"5C-THREAD-NOSE","qty":"2","price":"1085.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220494","line":"5","part":"INSTALLATION-RT-5AX-MW","qty":"2","price":"12750.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"220494","Line":"5","Company":"1","F_Line":"1","Comment":"Installation includes:Dual axis drive unit short bar","Loc":"Y"},{"Quote":"220494","Line":"5","Company":"1","F_Line":"2","Comment":"fiber optic cables communications cables bulkhead","Loc":"Y"},{"Quote":"220494","Line":"5","Company":"1","F_Line":"3","Comment":"cables external cablesparameter changes service","Loc":"Y"},{"Quote":"220494","Line":"5","Company":"1","F_Line":"4","Comment":"time and travel.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-11 14:04:47.798 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220494-11112024140447.txt === {"quote":"220494","customer":"E19340","name":null,"customerName":"Schultes Precision Manufacturing","comp":"01","open":"0","shipto":"SCHULTES","shiptoName":"Schultes Precision MFG","entry_date":"08-21-2024","cust_order_date":"12-09-2020","req_date":"12-07-2024","cust_po":"Russ Bonadonna Jr","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Russ Bonadonna Jr","drop_po":"5AX-130FA-M","status":"0","user":"stevel","conv_order":"","time":"12:08","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Russ","follow_phone":"","follow_email":"russ@schultes.com","pic_user":"stevel","total_amt":"93610.00","total_gp":"66898.14","total_gpm":"71.46","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"10","win_pct":"20","clo_date":"12-07-2024","notes":[],"crmnotes":[{"comp":1,"quote":220494,"Line":0,"Comment":"08/29/2024 9:20 AM - stevel - F/U changed from 08/27/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220494,"Line":1,"Comment":"08/29/2024 9:20 AM - stevel - CLO changed from NaN/NaN/NaN to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":220494,"Line":2,"Comment":"08/29/2024 9:20 AM - stevel - Req Date changed from 08/21/2024 to 09/21/2024 (Req Date Updated)"},{"comp":1,"quote":220494,"Line":3,"Comment":"10/14/2024 6:41 AM - stevel - Req Date changed from 09/21/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":220494,"Line":4,"Comment":"10/14/2024 6:41 AM - stevel - CLO changed from 09/21/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":220494,"Line":5,"Comment":"10/14/2024 6:41 AM - stevel - F/U changed from 09/21/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220494,"Line":6,"Comment":"11/11/2024 2:04 PM - stevel - F/U changed from 11/09/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220494,"Line":7,"Comment":"11/11/2024 2:04 PM - stevel - CLO changed from 11/09/2024 to 12/07/2024 (CLO Date Updated)"},{"comp":1,"quote":220494,"Line":8,"Comment":"11/11/2024 2:04 PM - stevel - Req Date changed from 11/09/2024 to 12/07/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"220494","line":"1","part":"5AX-130FA-M","qty":"2","price":"28000.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220494","line":"2","part":"TCD-A4089","qty":"2","price":"2030.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220494","line":"3","part":"CV2B30-0","qty":"2","price":"2940.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220494","line":"4","part":"5C-THREAD-NOSE","qty":"2","price":"1085.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220494","line":"5","part":"INSTALLATION-RT-5AX-MW","qty":"2","price":"12750.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"220494","Line":"5","Company":"1","F_Line":"1","Comment":"Installation includes:Dual axis drive unit short bar","Loc":"Y"},{"Quote":"220494","Line":"5","Company":"1","F_Line":"2","Comment":"fiber optic cables communications cables bulkhead","Loc":"Y"},{"Quote":"220494","Line":"5","Company":"1","F_Line":"3","Comment":"cables external cablesparameter changes service","Loc":"Y"},{"Quote":"220494","Line":"5","Company":"1","F_Line":"4","Comment":"time and travel.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-11 14:17:18.695 [INFO] [CreateClient] [jsoncustomer.php] [C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\SMEDCOLC.txt]: {"id":"SMEDCOLC","name":"Smed OPS LLC","address1":"4707 East Park 30 Drive","address2":"","city":"Columbia City","state":"IN","zip":"46725","country":"USA","discount_level":null,"date_opened":"","salesman":"JG","phone":"2604904107","cr_limit":"","Created":"11-11-2024","Segment":"EU","Lat":0.0,"Long":0.0,"Distance":"0","Territory":57,"web_id":0,"Type":"ST","Active":"Y","website":null,"UserId":"webadmin","JAS":"N","customer_email":"jmarino@haggard-stocking.com"} [{"json":{"results":"updated","type":"customer"}}] 2024-11-11 15:06:02.707 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219924-11112024150602.txt === {"quote":"219924","customer":"5420","name":null,"customerName":"Ellison(IA,MO,WI)","comp":"01","open":"0","shipto":"ELLISONW","shiptoName":"Ellison Technologies","entry_date":"08-09-2024","cust_order_date":"08-09-2024","req_date":"11-09-2024","cust_po":"Kyle Hassen","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Kyle Hassen","drop_po":"CNC260FA-M","status":"0","user":"stevel","conv_order":"","time":"08:14","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Kyle Hassen","follow_phone":"","follow_email":"khassen@ellisontechnologies.com","pic_user":"stevel","total_amt":"29835.30","total_gp":"22458.07","total_gpm":"75.27","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-09-2024","notes":[],"crmnotes":[{"comp":1,"quote":219924,"Line":0,"Comment":"08/19/2024 11:31 AM - stevel - F/U changed from 08/22/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219924,"Line":1,"Comment":"10/14/2024 7:16 AM - stevel - F/U changed from 09/21/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219924,"Line":2,"Comment":"10/14/2024 7:16 AM - stevel - CLO changed from 09/09/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":219924,"Line":3,"Comment":"10/14/2024 7:16 AM - stevel - Req Date changed from 09/20/2024 to 11/09/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"219924","line":"1","part":"CNC260FA-M","qty":"1","price":"22680.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"219924","line":"2","part":"RT-CN260SD-4+1-R","qty":"1","price":"2399.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219924","line":"3","part":"TAS-100N","qty":"1","price":"5400.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219924","line":"4","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"8500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-11 15:06:07.025 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219924-11112024150606.txt === {"quote":"219924","customer":"5420","name":null,"customerName":"Ellison(IA,MO,WI)","comp":"01","open":"0","shipto":"ELLISONW","shiptoName":"Ellison Technologies","entry_date":"08-09-2024","cust_order_date":"08-09-2024","req_date":"11-09-2024","cust_po":"Kyle Hassen","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Kyle Hassen","drop_po":"CNC260FA-M","status":"0","user":"stevel","conv_order":"","time":"08:14","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Kyle Hassen","follow_phone":"","follow_email":"khassen@ellisontechnologies.com","pic_user":"stevel","total_amt":"29835.30","total_gp":"22458.07","total_gpm":"75.27","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":219924,"Line":0,"Comment":"08/19/2024 11:31 AM - stevel - F/U changed from 08/22/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219924,"Line":1,"Comment":"10/14/2024 7:16 AM - stevel - F/U changed from 09/21/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219924,"Line":2,"Comment":"10/14/2024 7:16 AM - stevel - CLO changed from 09/09/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":219924,"Line":3,"Comment":"10/14/2024 7:16 AM - stevel - Req Date changed from 09/20/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":219924,"Line":4,"Comment":"11/11/2024 3:06 PM - stevel - F/U changed from 11/09/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219924,"Line":5,"Comment":"11/11/2024 3:06 PM - stevel - CLO changed from 11/09/2024 to 12/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"219924","line":"1","part":"CNC260FA-M","qty":"1","price":"22680.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"219924","line":"2","part":"RT-CN260SD-4+1-R","qty":"1","price":"2399.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219924","line":"3","part":"TAS-100N","qty":"1","price":"5400.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219924","line":"4","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"8500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-11 15:06:09.109 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219924-11112024150608.txt === {"quote":"219924","customer":"5420","name":null,"customerName":"Ellison(IA,MO,WI)","comp":"01","open":"0","shipto":"ELLISONW","shiptoName":"Ellison Technologies","entry_date":"08-09-2024","cust_order_date":"08-09-2024","req_date":"12-28-2024","cust_po":"Kyle Hassen","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Kyle Hassen","drop_po":"CNC260FA-M","status":"0","user":"stevel","conv_order":"","time":"08:14","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Kyle Hassen","follow_phone":"","follow_email":"khassen@ellisontechnologies.com","pic_user":"stevel","total_amt":"29835.30","total_gp":"22458.07","total_gpm":"75.27","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":219924,"Line":0,"Comment":"08/19/2024 11:31 AM - stevel - F/U changed from 08/22/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219924,"Line":1,"Comment":"10/14/2024 7:16 AM - stevel - F/U changed from 09/21/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219924,"Line":2,"Comment":"10/14/2024 7:16 AM - stevel - CLO changed from 09/09/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":219924,"Line":3,"Comment":"10/14/2024 7:16 AM - stevel - Req Date changed from 09/20/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":219924,"Line":4,"Comment":"11/11/2024 3:06 PM - stevel - F/U changed from 11/09/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219924,"Line":5,"Comment":"11/11/2024 3:06 PM - stevel - CLO changed from 11/09/2024 to 12/21/2024 (CLO Date Updated)"},{"comp":1,"quote":219924,"Line":6,"Comment":"11/11/2024 3:06 PM - stevel - Req Date changed from 11/09/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"219924","line":"1","part":"CNC260FA-M","qty":"1","price":"22680.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"219924","line":"2","part":"RT-CN260SD-4+1-R","qty":"1","price":"2399.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219924","line":"3","part":"TAS-100N","qty":"1","price":"5400.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219924","line":"4","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"8500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-11 15:06:28.292 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221580-11112024150628.txt === {"quote":"221580","customer":"13687","name":null,"customerName":"DMG Mori (IL)","comp":"01","open":"0","shipto":"DMGHUG","shiptoName":"DMG MORI U.S.A Inc","entry_date":"09-16-2024","cust_order_date":"09-16-2024","req_date":"11-09-2024","cust_po":"Chad Hagermann","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Chad Hagermann","drop_po":"CNC260FA-M","status":"0","user":"stevel","conv_order":"","time":"14:38","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Chad Hagermann","follow_phone":"847-593-5400","follow_email":"CHagermann@dmgmori-usa.com","pic_user":"stevel","total_amt":"39724.60","total_gp":"34582.51","total_gpm":"87.06","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-09-2024","notes":[],"crmnotes":[{"comp":1,"quote":221580,"Line":0,"Comment":"09/24/2024 7:00 AM - stevel - F/U changed from 09/29/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221580,"Line":1,"Comment":"10/14/2024 8:19 AM - stevel - F/U changed from 10/12/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221580,"Line":2,"Comment":"10/14/2024 8:19 AM - stevel - CLO changed from 10/16/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":221580,"Line":3,"Comment":"10/14/2024 8:19 AM - stevel - Req Date changed from 10/28/2024 to 11/09/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221580","line":"1","part":"CNC260MA-M-HB","qty":"1","price":"23535.00","uom":"EA","discount":"30.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"221580","line":"2","part":"TAT-250","qty":"1","price":"11778.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221580","line":"3","part":"HYD-UNIT-NACHI-DC24V2","qty":"1","price":"7865.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221580","line":"4","part":"INSTALLATION-RT-CNC-SE","qty":"1","price":"9500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"221580","Line":"4","Company":"1","F_Line":"1","Comment":"Installation includes: Drive unit short bar fiber","Loc":"Y"},{"Quote":"221580","Line":"4","Company":"1","F_Line":"2","Comment":"optic cable communications cable bulkhead cables","Loc":"Y"},{"Quote":"221580","Line":"4","Company":"1","F_Line":"3","Comment":"external cables service time and travel.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-11 15:06:32.312 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221580-11112024150632.txt === {"quote":"221580","customer":"13687","name":null,"customerName":"DMG Mori (IL)","comp":"01","open":"0","shipto":"DMGHUG","shiptoName":"DMG MORI U.S.A Inc","entry_date":"09-16-2024","cust_order_date":"09-16-2024","req_date":"11-09-2024","cust_po":"Chad Hagermann","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Chad Hagermann","drop_po":"CNC260FA-M","status":"0","user":"stevel","conv_order":"","time":"14:38","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Chad Hagermann","follow_phone":"847-593-5400","follow_email":"CHagermann@dmgmori-usa.com","pic_user":"stevel","total_amt":"39724.60","total_gp":"34582.51","total_gpm":"87.06","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-07-2024","notes":[],"crmnotes":[{"comp":1,"quote":221580,"Line":0,"Comment":"09/24/2024 7:00 AM - stevel - F/U changed from 09/29/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221580,"Line":1,"Comment":"10/14/2024 8:19 AM - stevel - F/U changed from 10/12/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221580,"Line":2,"Comment":"10/14/2024 8:19 AM - stevel - CLO changed from 10/16/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":221580,"Line":3,"Comment":"10/14/2024 8:19 AM - stevel - Req Date changed from 10/28/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":221580,"Line":4,"Comment":"11/11/2024 3:06 PM - stevel - F/U changed from 11/09/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221580,"Line":5,"Comment":"11/11/2024 3:06 PM - stevel - CLO changed from 11/09/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221580","line":"1","part":"CNC260MA-M-HB","qty":"1","price":"23535.00","uom":"EA","discount":"30.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"221580","line":"2","part":"TAT-250","qty":"1","price":"11778.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221580","line":"3","part":"HYD-UNIT-NACHI-DC24V2","qty":"1","price":"7865.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221580","line":"4","part":"INSTALLATION-RT-CNC-SE","qty":"1","price":"9500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"221580","Line":"4","Company":"1","F_Line":"1","Comment":"Installation includes: Drive unit short bar fiber","Loc":"Y"},{"Quote":"221580","Line":"4","Company":"1","F_Line":"2","Comment":"optic cable communications cable bulkhead cables","Loc":"Y"},{"Quote":"221580","Line":"4","Company":"1","F_Line":"3","Comment":"external cables service time and travel.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-11 15:06:34.796 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221580-11112024150634.txt === {"quote":"221580","customer":"13687","name":null,"customerName":"DMG Mori (IL)","comp":"01","open":"0","shipto":"DMGHUG","shiptoName":"DMG MORI U.S.A Inc","entry_date":"09-16-2024","cust_order_date":"09-16-2024","req_date":"12-07-2024","cust_po":"Chad Hagermann","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Chad Hagermann","drop_po":"CNC260FA-M","status":"0","user":"stevel","conv_order":"","time":"14:38","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Chad Hagermann","follow_phone":"847-593-5400","follow_email":"CHagermann@dmgmori-usa.com","pic_user":"stevel","total_amt":"39724.60","total_gp":"34582.51","total_gpm":"87.06","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-07-2024","notes":[],"crmnotes":[{"comp":1,"quote":221580,"Line":0,"Comment":"09/24/2024 7:00 AM - stevel - F/U changed from 09/29/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221580,"Line":1,"Comment":"10/14/2024 8:19 AM - stevel - F/U changed from 10/12/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221580,"Line":2,"Comment":"10/14/2024 8:19 AM - stevel - CLO changed from 10/16/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":221580,"Line":3,"Comment":"10/14/2024 8:19 AM - stevel - Req Date changed from 10/28/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":221580,"Line":4,"Comment":"11/11/2024 3:06 PM - stevel - F/U changed from 11/09/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221580,"Line":5,"Comment":"11/11/2024 3:06 PM - stevel - CLO changed from 11/09/2024 to 12/07/2024 (CLO Date Updated)"},{"comp":1,"quote":221580,"Line":6,"Comment":"11/11/2024 3:06 PM - stevel - Req Date changed from 11/09/2024 to 12/07/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221580","line":"1","part":"CNC260MA-M-HB","qty":"1","price":"23535.00","uom":"EA","discount":"30.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"221580","line":"2","part":"TAT-250","qty":"1","price":"11778.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221580","line":"3","part":"HYD-UNIT-NACHI-DC24V2","qty":"1","price":"7865.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221580","line":"4","part":"INSTALLATION-RT-CNC-SE","qty":"1","price":"9500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"221580","Line":"4","Company":"1","F_Line":"1","Comment":"Installation includes: Drive unit short bar fiber","Loc":"Y"},{"Quote":"221580","Line":"4","Company":"1","F_Line":"2","Comment":"optic cable communications cable bulkhead cables","Loc":"Y"},{"Quote":"221580","Line":"4","Company":"1","F_Line":"3","Comment":"external cables service time and travel.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-11 15:06:54.116 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220957-11112024150653.txt === {"quote":"220957","customer":"5411","name":null,"customerName":"Ellison(IL,IN,OH)","comp":"01","open":"0","shipto":"ELLIWARR","shiptoName":"Ellison Technologies","entry_date":"08-30-2024","cust_order_date":"12-30-2024","req_date":"11-30-2024","cust_po":"Greg McCartney","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Qualiseal Technology","drop_po":"5AX-201FA-M","status":"0","user":"stevel","conv_order":"","time":"08:59","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Greg McCartney","follow_phone":"","follow_email":"gMcCartney@ellisontechnologies.com","pic_user":"stevel","total_amt":"51820.00","total_gp":"39247.54","total_gpm":"75.74","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"6","win_pct":"20","clo_date":"11-15-2024","notes":[],"crmnotes":[{"comp":1,"quote":220957,"Line":0,"Comment":"10/08/2024 12:27 PM - stevel - F/U changed from 09/21/2024 to 11/9/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"220957","line":"1","part":"5AX-201FA-M-AB","qty":"1","price":"56280.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220957","line":"2","part":"INSTALLATION-RT-5AX-MW","qty":"1","price":"15238.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"220957","line":"3","part":"TOOL-CERT-PROMO","qty":"1","price":"3000.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"220957","line":"4","part":".1_NEW_VMC","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"220957","line":"5","part":".2_DOOSAN","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"220957","line":"6","part":".3_ATC20","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"220957","Line":"3","Company":"1","F_Line":"1","Comment":"Includes: Dual axis drive unit short bar fiber optic","Loc":"Y"},{"Quote":"220957","Line":"3","Company":"1","F_Line":"2","Comment":"cables communications cables bulkhead cables 2-sets","Loc":"Y"},{"Quote":"220957","Line":"3","Company":"1","F_Line":"3","Comment":"external cables 2-sets parameter changes service","Loc":"Y"},{"Quote":"220957","Line":"3","Company":"1","F_Line":"4","Comment":"time and travel.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-11 15:06:58.808 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220957-11112024150658.txt === {"quote":"220957","customer":"5411","name":null,"customerName":"Ellison(IL,IN,OH)","comp":"01","open":"0","shipto":"ELLIWARR","shiptoName":"Ellison Technologies","entry_date":"08-30-2024","cust_order_date":"12-30-2024","req_date":"11-30-2024","cust_po":"Greg McCartney","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Qualiseal Technology","drop_po":"5AX-201FA-M","status":"0","user":"stevel","conv_order":"","time":"08:59","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Greg McCartney","follow_phone":"","follow_email":"gMcCartney@ellisontechnologies.com","pic_user":"stevel","total_amt":"51820.00","total_gp":"39247.54","total_gpm":"75.74","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"6","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":220957,"Line":0,"Comment":"10/08/2024 12:27 PM - stevel - F/U changed from 09/21/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220957,"Line":1,"Comment":"11/11/2024 3:06 PM - stevel - F/U changed from 11/09/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220957,"Line":2,"Comment":"11/11/2024 3:06 PM - stevel - CLO changed from 11/15/2024 to 12/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"220957","line":"1","part":"5AX-201FA-M-AB","qty":"1","price":"56280.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220957","line":"2","part":"INSTALLATION-RT-5AX-MW","qty":"1","price":"15238.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"220957","line":"3","part":"TOOL-CERT-PROMO","qty":"1","price":"3000.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"220957","line":"4","part":".1_NEW_VMC","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"220957","line":"5","part":".2_DOOSAN","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"220957","line":"6","part":".3_ATC20","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"220957","Line":"3","Company":"1","F_Line":"1","Comment":"Includes: Dual axis drive unit short bar fiber optic","Loc":"Y"},{"Quote":"220957","Line":"3","Company":"1","F_Line":"2","Comment":"cables communications cables bulkhead cables 2-sets","Loc":"Y"},{"Quote":"220957","Line":"3","Company":"1","F_Line":"3","Comment":"external cables 2-sets parameter changes service","Loc":"Y"},{"Quote":"220957","Line":"3","Company":"1","F_Line":"4","Comment":"time and travel.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-11 15:07:01.233 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220957-11112024150701.txt === {"quote":"220957","customer":"5411","name":null,"customerName":"Ellison(IL,IN,OH)","comp":"01","open":"0","shipto":"ELLIWARR","shiptoName":"Ellison Technologies","entry_date":"08-30-2024","cust_order_date":"12-30-2024","req_date":"12-28-2024","cust_po":"Greg McCartney","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Qualiseal Technology","drop_po":"5AX-201FA-M","status":"0","user":"stevel","conv_order":"","time":"08:59","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Greg McCartney","follow_phone":"","follow_email":"gMcCartney@ellisontechnologies.com","pic_user":"stevel","total_amt":"51820.00","total_gp":"39247.54","total_gpm":"75.74","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"6","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":220957,"Line":0,"Comment":"10/08/2024 12:27 PM - stevel - F/U changed from 09/21/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220957,"Line":1,"Comment":"11/11/2024 3:06 PM - stevel - F/U changed from 11/09/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220957,"Line":2,"Comment":"11/11/2024 3:06 PM - stevel - CLO changed from 11/15/2024 to 12/21/2024 (CLO Date Updated)"},{"comp":1,"quote":220957,"Line":3,"Comment":"11/11/2024 3:06 PM - stevel - Req Date changed from 11/30/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"220957","line":"1","part":"5AX-201FA-M-AB","qty":"1","price":"56280.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220957","line":"2","part":"INSTALLATION-RT-5AX-MW","qty":"1","price":"15238.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"220957","line":"3","part":"TOOL-CERT-PROMO","qty":"1","price":"3000.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"220957","line":"4","part":".1_NEW_VMC","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"220957","line":"5","part":".2_DOOSAN","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"220957","line":"6","part":".3_ATC20","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"220957","Line":"3","Company":"1","F_Line":"1","Comment":"Includes: Dual axis drive unit short bar fiber optic","Loc":"Y"},{"Quote":"220957","Line":"3","Company":"1","F_Line":"2","Comment":"cables communications cables bulkhead cables 2-sets","Loc":"Y"},{"Quote":"220957","Line":"3","Company":"1","F_Line":"3","Comment":"external cables 2-sets parameter changes service","Loc":"Y"},{"Quote":"220957","Line":"3","Company":"1","F_Line":"4","Comment":"time and travel.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-11 15:07:31.139 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220262-11112024150730.txt === {"quote":"220262","customer":"8092","name":null,"customerName":"Haas Factory Outlet (IL)","comp":"01","open":"0","shipto":"QUALHARB","shiptoName":"Technetics Group Chicago LLC","entry_date":"08-16-2024","cust_order_date":"08-16-2024","req_date":"12-28-2024","cust_po":"5AX 201","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Rudy Marotti","drop_po":"VF-4","status":"0","user":"stevel","conv_order":"","time":"08:08","extra":"","follow_up":"11-09-2024","web_id":"","follow_name":"Rudy Marotti","follow_phone":"","follow_email":"rmarotti@hfochicago.com","pic_user":"stevel","total_amt":"42263.50","total_gp":"25763.50","total_gpm":"60.96","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-09-2024","notes":[],"crmnotes":[{"comp":1,"quote":220262,"Line":0,"Comment":"08/19/2024 11:31 AM - stevel - F/U changed from 08/22/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220262,"Line":1,"Comment":"08/19/2024 11:31 AM - stevel - CLO changed from NaN/NaN/NaN to 09/28/2024 (CLO Date Updated)"},{"comp":1,"quote":220262,"Line":2,"Comment":"08/19/2024 11:32 AM - stevel - Req Date changed from 08/16/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":220262,"Line":3,"Comment":"10/14/2024 7:08 AM - stevel - F/U changed from 09/28/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220262,"Line":4,"Comment":"10/14/2024 7:08 AM - stevel - CLO changed from 09/28/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":220262,"Line":5,"Comment":"10/14/2024 7:08 AM - stevel - Req Date changed from 09/28/2024 to 11/16/2024 (Req Date Updated)"},{"comp":1,"quote":220262,"Line":6,"Comment":"11/11/2024 3:07 PM - stevel - Req Date changed from 11/16/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"220262","line":"1","part":"5AX-201YA-M","qty":"1","price":"56805.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220262","line":"2","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"2500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"220262","line":"3","part":"THANKS","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-11 15:07:31.639 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220262-11112024150731.txt === {"quote":"220262","customer":"8092","name":null,"customerName":"Haas Factory Outlet (IL)","comp":"01","open":"0","shipto":"QUALHARB","shiptoName":"Technetics Group Chicago LLC","entry_date":"08-16-2024","cust_order_date":"08-16-2024","req_date":"12-28-2024","cust_po":"5AX 201","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Rudy Marotti","drop_po":"VF-4","status":"0","user":"stevel","conv_order":"","time":"08:08","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Rudy Marotti","follow_phone":"","follow_email":"rmarotti@hfochicago.com","pic_user":"stevel","total_amt":"42263.50","total_gp":"25763.50","total_gpm":"60.96","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-09-2024","notes":[],"crmnotes":[{"comp":1,"quote":220262,"Line":0,"Comment":"08/19/2024 11:31 AM - stevel - F/U changed from 08/22/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220262,"Line":1,"Comment":"08/19/2024 11:31 AM - stevel - CLO changed from NaN/NaN/NaN to 09/28/2024 (CLO Date Updated)"},{"comp":1,"quote":220262,"Line":2,"Comment":"08/19/2024 11:32 AM - stevel - Req Date changed from 08/16/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":220262,"Line":3,"Comment":"10/14/2024 7:08 AM - stevel - F/U changed from 09/28/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220262,"Line":4,"Comment":"10/14/2024 7:08 AM - stevel - CLO changed from 09/28/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":220262,"Line":5,"Comment":"10/14/2024 7:08 AM - stevel - Req Date changed from 09/28/2024 to 11/16/2024 (Req Date Updated)"},{"comp":1,"quote":220262,"Line":6,"Comment":"11/11/2024 3:07 PM - stevel - Req Date changed from 11/16/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"220262","line":"1","part":"5AX-201YA-M","qty":"1","price":"56805.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220262","line":"2","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"2500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"220262","line":"3","part":"THANKS","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-11 15:07:36.182 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220262-11112024150735.txt === {"quote":"220262","customer":"8092","name":null,"customerName":"Haas Factory Outlet (IL)","comp":"01","open":"0","shipto":"QUALHARB","shiptoName":"Technetics Group Chicago LLC","entry_date":"08-16-2024","cust_order_date":"08-16-2024","req_date":"12-28-2024","cust_po":"5AX 201","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Rudy Marotti","drop_po":"VF-4","status":"0","user":"stevel","conv_order":"","time":"08:08","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Rudy Marotti","follow_phone":"","follow_email":"rmarotti@hfochicago.com","pic_user":"stevel","total_amt":"42263.50","total_gp":"25763.50","total_gpm":"60.96","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-28-2024","notes":[],"crmnotes":[{"comp":1,"quote":220262,"Line":0,"Comment":"08/19/2024 11:31 AM - stevel - F/U changed from 08/22/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220262,"Line":1,"Comment":"08/19/2024 11:31 AM - stevel - CLO changed from NaN/NaN/NaN to 09/28/2024 (CLO Date Updated)"},{"comp":1,"quote":220262,"Line":2,"Comment":"08/19/2024 11:32 AM - stevel - Req Date changed from 08/16/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":220262,"Line":3,"Comment":"10/14/2024 7:08 AM - stevel - F/U changed from 09/28/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220262,"Line":4,"Comment":"10/14/2024 7:08 AM - stevel - CLO changed from 09/28/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":220262,"Line":5,"Comment":"10/14/2024 7:08 AM - stevel - Req Date changed from 09/28/2024 to 11/16/2024 (Req Date Updated)"},{"comp":1,"quote":220262,"Line":6,"Comment":"11/11/2024 3:07 PM - stevel - Req Date changed from 11/16/2024 to 12/28/2024 (Req Date Updated)"},{"comp":1,"quote":220262,"Line":7,"Comment":"11/11/2024 3:07 PM - stevel - F/U changed from 11/09/2024 to 12/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220262,"Line":8,"Comment":"11/11/2024 3:07 PM - stevel - CLO changed from 11/09/2024 to 12/28/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"220262","line":"1","part":"5AX-201YA-M","qty":"1","price":"56805.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220262","line":"2","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"2500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"220262","line":"3","part":"THANKS","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-11 15:07:54.605 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222781-11112024150754.txt === {"quote":"222781","customer":"8092","name":null,"customerName":"Haas Factory Outlet (IL)","comp":"01","open":"0","shipto":"AAAAELK","shiptoName":"Haas Factory Outlet Chicago LLC","entry_date":"10-10-2024","cust_order_date":"10-10-2024","req_date":"11-21-2024","cust_po":"Rudy Marotti","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Rudy Marotti","drop_po":"5AX-201YA-M","status":"0","user":"stevel","conv_order":"","time":"08:19","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Rudy Marotti","follow_phone":"","follow_email":"rmarotti@hfochicago.com","pic_user":"stevel","total_amt":"41263.50","total_gp":"24763.50","total_gpm":"60.01","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-10-2024","notes":[],"crmnotes":[{"comp":1,"quote":222781,"Line":0,"Comment":"10/14/2024 7:02 AM - stevel - F/U changed from 10/23/2024 to 11/9/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222781","line":"1","part":"5AX-201YA-M","qty":"1","price":"56805.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222781","line":"2","part":"INSTALLATION-RT","qty":"1","price":"1500.00","uom":"EA","discount":"0.00","req_date":"","branch":"2"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-11 15:07:59.121 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222781-11112024150758.txt === {"quote":"222781","customer":"8092","name":null,"customerName":"Haas Factory Outlet (IL)","comp":"01","open":"0","shipto":"AAAAELK","shiptoName":"Haas Factory Outlet Chicago LLC","entry_date":"10-10-2024","cust_order_date":"10-10-2024","req_date":"11-21-2024","cust_po":"Rudy Marotti","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Rudy Marotti","drop_po":"5AX-201YA-M","status":"0","user":"stevel","conv_order":"","time":"08:19","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Rudy Marotti","follow_phone":"","follow_email":"rmarotti@hfochicago.com","pic_user":"stevel","total_amt":"41263.50","total_gp":"24763.50","total_gpm":"60.01","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-28-2024","notes":[],"crmnotes":[{"comp":1,"quote":222781,"Line":0,"Comment":"10/14/2024 7:02 AM - stevel - F/U changed from 10/23/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222781,"Line":1,"Comment":"11/11/2024 3:07 PM - stevel - F/U changed from 11/09/2024 to 12/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222781,"Line":2,"Comment":"11/11/2024 3:07 PM - stevel - CLO changed from 11/10/2024 to 12/28/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222781","line":"1","part":"5AX-201YA-M","qty":"1","price":"56805.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222781","line":"2","part":"INSTALLATION-RT","qty":"1","price":"1500.00","uom":"EA","discount":"0.00","req_date":"","branch":"2"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-11 15:08:01.265 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222781-11112024150801.txt === {"quote":"222781","customer":"8092","name":null,"customerName":"Haas Factory Outlet (IL)","comp":"01","open":"0","shipto":"AAAAELK","shiptoName":"Haas Factory Outlet Chicago LLC","entry_date":"10-10-2024","cust_order_date":"10-10-2024","req_date":"12-28-2024","cust_po":"Rudy Marotti","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Rudy Marotti","drop_po":"5AX-201YA-M","status":"0","user":"stevel","conv_order":"","time":"08:19","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Rudy Marotti","follow_phone":"","follow_email":"rmarotti@hfochicago.com","pic_user":"stevel","total_amt":"41263.50","total_gp":"24763.50","total_gpm":"60.01","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-28-2024","notes":[],"crmnotes":[{"comp":1,"quote":222781,"Line":0,"Comment":"10/14/2024 7:02 AM - stevel - F/U changed from 10/23/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222781,"Line":1,"Comment":"11/11/2024 3:07 PM - stevel - F/U changed from 11/09/2024 to 12/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222781,"Line":2,"Comment":"11/11/2024 3:07 PM - stevel - CLO changed from 11/10/2024 to 12/28/2024 (CLO Date Updated)"},{"comp":1,"quote":222781,"Line":3,"Comment":"11/11/2024 3:07 PM - stevel - Req Date changed from 11/21/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222781","line":"1","part":"5AX-201YA-M","qty":"1","price":"56805.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222781","line":"2","part":"INSTALLATION-RT","qty":"1","price":"1500.00","uom":"EA","discount":"0.00","req_date":"","branch":"2"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-11 15:08:21.558 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-216886-11112024150821.txt === {"quote":"216886","customer":"8270","name":null,"customerName":"Hartwig Inc.","comp":"01","open":"0","shipto":"HARTWIGY","shiptoName":"Hartwig Inc.","entry_date":"05-31-2024","cust_order_date":"05-31-2024","req_date":"12-28-2024","cust_po":"Nick Berilla","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"30","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Nick Berilla","drop_po":"CNC260OSP4-M","status":"0","user":"stevel","conv_order":"","time":"11:05","extra":"","follow_up":"11-09-2024","web_id":"","follow_name":"Nick Berilla","follow_phone":"314-540-2892","follow_email":"nick.berilla@hartwiginc.com","pic_user":"stevel","total_amt":"30069.0","total_gp":"24426.70","total_gpm":"81.24","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"5","win_pct":"20","clo_date":"11-02-2024","notes":[],"crmnotes":[{"comp":1,"quote":216886,"Line":0,"Comment":"06/17/2024 9:49 AM - stevel - F/U changed from 06/13/2024 to 7/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216886,"Line":1,"Comment":"06/17/2024 9:49 AM - stevel - CLO changed from 06/30/2024 to 08/03/2024 (CLO Date Updated)"},{"comp":1,"quote":216886,"Line":2,"Comment":"07/30/2024 10:40 AM - stevel - F/U changed from 07/20/2024 to 8/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216886,"Line":3,"Comment":"07/30/2024 10:40 AM - stevel - CLO changed from 08/03/2024 to 08/24/2024 (CLO Date Updated)"},{"comp":1,"quote":216886,"Line":4,"Comment":"07/30/2024 10:40 AM - stevel - Req Date changed from 07/12/2024 to 08/31/2024 (Req Date Updated)"},{"comp":1,"quote":216886,"Line":5,"Comment":"08/19/2024 9:13 AM - stevel - F/U changed from 08/17/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216886,"Line":6,"Comment":"08/19/2024 9:13 AM - stevel - CLO changed from 08/24/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":216886,"Line":7,"Comment":"08/19/2024 9:13 AM - stevel - Req Date changed from 08/31/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":216886,"Line":8,"Comment":"09/24/2024 6:59 AM - stevel - F/U changed from 09/21/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216886,"Line":9,"Comment":"09/24/2024 6:59 AM - stevel - CLO changed from 09/21/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":216886,"Line":10,"Comment":"09/24/2024 6:59 AM - stevel - Req Date changed from 09/28/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":216886,"Line":11,"Comment":"10/21/2024 6:25 AM - stevel - F/U changed from 10/26/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216886,"Line":12,"Comment":"11/11/2024 3:08 PM - stevel - Req Date changed from 11/09/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"216886","line":"1","part":"CNC260OSP4-M","qty":"1","price":"25515.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216886","line":"2","part":"RT-ACCS-WKHD","qty":"1","price":"8495.00","uom":"EA","discount":"10.00","req_date":"","branch":"1"},{"comp":"01","order":"216886","line":"3","part":"RT-ACCS-WKHD","qty":"1","price":"1500.00","uom":"EA","discount":"10.00","req_date":"","branch":"1"},{"comp":"01","order":"216886","line":"4","part":"RT-ACCS-WKHD","qty":"1","price":"1075.00","uom":"EA","discount":"10.00","req_date":"","branch":"1"},{"comp":"01","order":"216886","line":"5","part":"RT-ACCS-WKHD","qty":"1","price":"2495.00","uom":"EA","discount":"10.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"216886","Line":"1","Company":"1","F_Line":"1","Comment":"Includes cable set.","Loc":"Y"},{"Quote":"216886","Line":"2","Company":"1","F_Line":"1","Comment":"9730-02623 10 3-jaw MKIV Series Pneumatic Power","Loc":"Y"},{"Quote":"216886","Line":"2","Company":"1","F_Line":"2","Comment":"includes one set of 1.5mm x 60 degree serrated master","Loc":"Y"},{"Quote":"216886","Line":"2","Company":"1","F_Line":"3","Comment":"jaws t-nuts mounting bolts owner's manual","Loc":"Y"},{"Quote":"216886","Line":"3","Company":"1","F_Line":"1","Comment":"Adpter plate for chuck","Loc":"Y"},{"Quote":"216886","Line":"4","Company":"1","F_Line":"1","Comment":"Optional Lever Control Package for MKIV Series","Loc":"Y"},{"Quote":"216886","Line":"5","Company":"1","F_Line":"1","Comment":"Optional Foot Pedal Control Package for MKIV Series","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-11 15:08:23.673 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-216886-11112024150823.txt === {"quote":"216886","customer":"8270","name":null,"customerName":"Hartwig Inc.","comp":"01","open":"0","shipto":"HARTWIGY","shiptoName":"Hartwig Inc.","entry_date":"05-31-2024","cust_order_date":"05-31-2024","req_date":"12-28-2024","cust_po":"Nick Berilla","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"30","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Nick Berilla","drop_po":"CNC260OSP4-M","status":"0","user":"stevel","conv_order":"","time":"11:05","extra":"","follow_up":"11-09-2024","web_id":"","follow_name":"Nick Berilla","follow_phone":"314-540-2892","follow_email":"nick.berilla@hartwiginc.com","pic_user":"stevel","total_amt":"30069.0","total_gp":"24426.70","total_gpm":"81.24","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"5","win_pct":"20","clo_date":"12-28-2024","notes":[],"crmnotes":[{"comp":1,"quote":216886,"Line":0,"Comment":"06/17/2024 9:49 AM - stevel - F/U changed from 06/13/2024 to 7/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216886,"Line":1,"Comment":"06/17/2024 9:49 AM - stevel - CLO changed from 06/30/2024 to 08/03/2024 (CLO Date Updated)"},{"comp":1,"quote":216886,"Line":2,"Comment":"07/30/2024 10:40 AM - stevel - F/U changed from 07/20/2024 to 8/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216886,"Line":3,"Comment":"07/30/2024 10:40 AM - stevel - CLO changed from 08/03/2024 to 08/24/2024 (CLO Date Updated)"},{"comp":1,"quote":216886,"Line":4,"Comment":"07/30/2024 10:40 AM - stevel - Req Date changed from 07/12/2024 to 08/31/2024 (Req Date Updated)"},{"comp":1,"quote":216886,"Line":5,"Comment":"08/19/2024 9:13 AM - stevel - F/U changed from 08/17/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216886,"Line":6,"Comment":"08/19/2024 9:13 AM - stevel - CLO changed from 08/24/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":216886,"Line":7,"Comment":"08/19/2024 9:13 AM - stevel - Req Date changed from 08/31/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":216886,"Line":8,"Comment":"09/24/2024 6:59 AM - stevel - F/U changed from 09/21/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216886,"Line":9,"Comment":"09/24/2024 6:59 AM - stevel - CLO changed from 09/21/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":216886,"Line":10,"Comment":"09/24/2024 6:59 AM - stevel - Req Date changed from 09/28/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":216886,"Line":11,"Comment":"10/21/2024 6:25 AM - stevel - F/U changed from 10/26/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216886,"Line":12,"Comment":"11/11/2024 3:08 PM - stevel - Req Date changed from 11/09/2024 to 12/28/2024 (Req Date Updated)"},{"comp":1,"quote":216886,"Line":13,"Comment":"11/11/2024 3:08 PM - stevel - CLO changed from 11/02/2024 to 12/28/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"216886","line":"1","part":"CNC260OSP4-M","qty":"1","price":"25515.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216886","line":"2","part":"RT-ACCS-WKHD","qty":"1","price":"8495.00","uom":"EA","discount":"10.00","req_date":"","branch":"1"},{"comp":"01","order":"216886","line":"3","part":"RT-ACCS-WKHD","qty":"1","price":"1500.00","uom":"EA","discount":"10.00","req_date":"","branch":"1"},{"comp":"01","order":"216886","line":"4","part":"RT-ACCS-WKHD","qty":"1","price":"1075.00","uom":"EA","discount":"10.00","req_date":"","branch":"1"},{"comp":"01","order":"216886","line":"5","part":"RT-ACCS-WKHD","qty":"1","price":"2495.00","uom":"EA","discount":"10.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"216886","Line":"1","Company":"1","F_Line":"1","Comment":"Includes cable set.","Loc":"Y"},{"Quote":"216886","Line":"2","Company":"1","F_Line":"1","Comment":"9730-02623 10 3-jaw MKIV Series Pneumatic Power","Loc":"Y"},{"Quote":"216886","Line":"2","Company":"1","F_Line":"2","Comment":"includes one set of 1.5mm x 60 degree serrated master","Loc":"Y"},{"Quote":"216886","Line":"2","Company":"1","F_Line":"3","Comment":"jaws t-nuts mounting bolts owner's manual","Loc":"Y"},{"Quote":"216886","Line":"3","Company":"1","F_Line":"1","Comment":"Adpter plate for chuck","Loc":"Y"},{"Quote":"216886","Line":"4","Company":"1","F_Line":"1","Comment":"Optional Lever Control Package for MKIV Series","Loc":"Y"},{"Quote":"216886","Line":"5","Company":"1","F_Line":"1","Comment":"Optional Foot Pedal Control Package for MKIV Series","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-11 15:08:24.626 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-216886-11112024150824.txt === {"quote":"216886","customer":"8270","name":null,"customerName":"Hartwig Inc.","comp":"01","open":"0","shipto":"HARTWIGY","shiptoName":"Hartwig Inc.","entry_date":"05-31-2024","cust_order_date":"05-31-2024","req_date":"12-28-2024","cust_po":"Nick Berilla","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"30","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Nick Berilla","drop_po":"CNC260OSP4-M","status":"0","user":"stevel","conv_order":"","time":"11:05","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Nick Berilla","follow_phone":"314-540-2892","follow_email":"nick.berilla@hartwiginc.com","pic_user":"stevel","total_amt":"30069.0","total_gp":"24426.70","total_gpm":"81.24","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"5","win_pct":"20","clo_date":"12-28-2024","notes":[],"crmnotes":[{"comp":1,"quote":216886,"Line":0,"Comment":"06/17/2024 9:49 AM - stevel - F/U changed from 06/13/2024 to 7/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216886,"Line":1,"Comment":"06/17/2024 9:49 AM - stevel - CLO changed from 06/30/2024 to 08/03/2024 (CLO Date Updated)"},{"comp":1,"quote":216886,"Line":2,"Comment":"07/30/2024 10:40 AM - stevel - F/U changed from 07/20/2024 to 8/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216886,"Line":3,"Comment":"07/30/2024 10:40 AM - stevel - CLO changed from 08/03/2024 to 08/24/2024 (CLO Date Updated)"},{"comp":1,"quote":216886,"Line":4,"Comment":"07/30/2024 10:40 AM - stevel - Req Date changed from 07/12/2024 to 08/31/2024 (Req Date Updated)"},{"comp":1,"quote":216886,"Line":5,"Comment":"08/19/2024 9:13 AM - stevel - F/U changed from 08/17/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216886,"Line":6,"Comment":"08/19/2024 9:13 AM - stevel - CLO changed from 08/24/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":216886,"Line":7,"Comment":"08/19/2024 9:13 AM - stevel - Req Date changed from 08/31/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":216886,"Line":8,"Comment":"09/24/2024 6:59 AM - stevel - F/U changed from 09/21/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216886,"Line":9,"Comment":"09/24/2024 6:59 AM - stevel - CLO changed from 09/21/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":216886,"Line":10,"Comment":"09/24/2024 6:59 AM - stevel - Req Date changed from 09/28/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":216886,"Line":11,"Comment":"10/21/2024 6:25 AM - stevel - F/U changed from 10/26/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216886,"Line":12,"Comment":"11/11/2024 3:08 PM - stevel - Req Date changed from 11/09/2024 to 12/28/2024 (Req Date Updated)"},{"comp":1,"quote":216886,"Line":13,"Comment":"11/11/2024 3:08 PM - stevel - CLO changed from 11/02/2024 to 12/28/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"216886","line":"1","part":"CNC260OSP4-M","qty":"1","price":"25515.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216886","line":"2","part":"RT-ACCS-WKHD","qty":"1","price":"8495.00","uom":"EA","discount":"10.00","req_date":"","branch":"1"},{"comp":"01","order":"216886","line":"3","part":"RT-ACCS-WKHD","qty":"1","price":"1500.00","uom":"EA","discount":"10.00","req_date":"","branch":"1"},{"comp":"01","order":"216886","line":"4","part":"RT-ACCS-WKHD","qty":"1","price":"1075.00","uom":"EA","discount":"10.00","req_date":"","branch":"1"},{"comp":"01","order":"216886","line":"5","part":"RT-ACCS-WKHD","qty":"1","price":"2495.00","uom":"EA","discount":"10.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"216886","Line":"1","Company":"1","F_Line":"1","Comment":"Includes cable set.","Loc":"Y"},{"Quote":"216886","Line":"2","Company":"1","F_Line":"1","Comment":"9730-02623 10 3-jaw MKIV Series Pneumatic Power","Loc":"Y"},{"Quote":"216886","Line":"2","Company":"1","F_Line":"2","Comment":"includes one set of 1.5mm x 60 degree serrated master","Loc":"Y"},{"Quote":"216886","Line":"2","Company":"1","F_Line":"3","Comment":"jaws t-nuts mounting bolts owner's manual","Loc":"Y"},{"Quote":"216886","Line":"3","Company":"1","F_Line":"1","Comment":"Adpter plate for chuck","Loc":"Y"},{"Quote":"216886","Line":"4","Company":"1","F_Line":"1","Comment":"Optional Lever Control Package for MKIV Series","Loc":"Y"},{"Quote":"216886","Line":"5","Company":"1","F_Line":"1","Comment":"Optional Foot Pedal Control Package for MKIV Series","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-11 15:09:49.518 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221748-11112024150949.txt === {"quote":"221748","customer":"13485","name":null,"customerName":"Methods Machine Tools Inc. (MA)","comp":"01","open":"0","shipto":"METHUNIO","shiptoName":"Methods Machine Tools, Inc.-64","entry_date":"09-19-2024","cust_order_date":"09-19-2024","req_date":"11-09-2024","cust_po":"Rich Casey","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Rich Casey","drop_po":"5AX-RED200-500FA-MB","status":"0","user":"stevel","conv_order":"","time":"08:55","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Rich Casey","follow_phone":"","follow_email":"rcasey@methodsmachine.com","pic_user":"stevel","total_amt":"45500","total_gp":"21454.69","total_gpm":"47.15","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-09-2024","notes":[],"crmnotes":[{"comp":1,"quote":221748,"Line":0,"Comment":"10/14/2024 6:59 AM - stevel - Req Date changed from 10/31/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":221748,"Line":1,"Comment":"10/14/2024 6:59 AM - stevel - CLO changed from 10/19/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":221748,"Line":2,"Comment":"10/14/2024 6:59 AM - stevel - F/U changed from 10/02/2024 to 11/9/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"221748","line":"1","part":"5AX-RED200-500FAB-MB","qty":"1","price":"65000.00","uom":"EA","discount":"30.00","req_date":"B/O ETA","branch":"1"}],"qlines":[{"Quote":"221748","Line":"1","Company":"1","F_Line":"1","Comment":"Includes 9+1 rotary union and T-slotted Face Plate","Loc":"Y"},{"Quote":"221748","Line":"1","Company":"1","F_Line":"2","Comment":"external cables.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-11 15:09:55.911 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221748-11112024150955.txt === {"quote":"221748","customer":"13485","name":null,"customerName":"Methods Machine Tools Inc. (MA)","comp":"01","open":"0","shipto":"METHUNIO","shiptoName":"Methods Machine Tools, Inc.-64","entry_date":"09-19-2024","cust_order_date":"09-19-2024","req_date":"11-09-2024","cust_po":"Rich Casey","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Rich Casey","drop_po":"5AX-RED200-500FA-MB","status":"0","user":"stevel","conv_order":"","time":"08:55","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Rich Casey","follow_phone":"","follow_email":"rcasey@methodsmachine.com","pic_user":"stevel","total_amt":"45500","total_gp":"21454.69","total_gpm":"47.15","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-28-2024","notes":[],"crmnotes":[{"comp":1,"quote":221748,"Line":0,"Comment":"10/14/2024 6:59 AM - stevel - Req Date changed from 10/31/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":221748,"Line":1,"Comment":"10/14/2024 6:59 AM - stevel - CLO changed from 10/19/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":221748,"Line":2,"Comment":"10/14/2024 6:59 AM - stevel - F/U changed from 10/02/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221748,"Line":3,"Comment":"11/11/2024 3:09 PM - stevel - F/U changed from 11/09/2024 to 12/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221748,"Line":4,"Comment":"11/11/2024 3:09 PM - stevel - CLO changed from 11/09/2024 to 12/28/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221748","line":"1","part":"5AX-RED200-500FAB-MB","qty":"1","price":"65000.00","uom":"EA","discount":"30.00","req_date":"B/O ETA","branch":"1"}],"qlines":[{"Quote":"221748","Line":"1","Company":"1","F_Line":"1","Comment":"Includes 9+1 rotary union and T-slotted Face Plate","Loc":"Y"},{"Quote":"221748","Line":"1","Company":"1","F_Line":"2","Comment":"external cables.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-11 15:09:58.723 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221748-11112024150958.txt === {"quote":"221748","customer":"13485","name":null,"customerName":"Methods Machine Tools Inc. (MA)","comp":"01","open":"0","shipto":"METHUNIO","shiptoName":"Methods Machine Tools, Inc.-64","entry_date":"09-19-2024","cust_order_date":"09-19-2024","req_date":"12-28-2024","cust_po":"Rich Casey","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Rich Casey","drop_po":"5AX-RED200-500FA-MB","status":"0","user":"stevel","conv_order":"","time":"08:55","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Rich Casey","follow_phone":"","follow_email":"rcasey@methodsmachine.com","pic_user":"stevel","total_amt":"45500","total_gp":"21454.69","total_gpm":"47.15","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-28-2024","notes":[],"crmnotes":[{"comp":1,"quote":221748,"Line":0,"Comment":"10/14/2024 6:59 AM - stevel - Req Date changed from 10/31/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":221748,"Line":1,"Comment":"10/14/2024 6:59 AM - stevel - CLO changed from 10/19/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":221748,"Line":2,"Comment":"10/14/2024 6:59 AM - stevel - F/U changed from 10/02/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221748,"Line":3,"Comment":"11/11/2024 3:09 PM - stevel - F/U changed from 11/09/2024 to 12/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221748,"Line":4,"Comment":"11/11/2024 3:09 PM - stevel - CLO changed from 11/09/2024 to 12/28/2024 (CLO Date Updated)"},{"comp":1,"quote":221748,"Line":5,"Comment":"11/11/2024 3:09 PM - stevel - Req Date changed from 11/09/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221748","line":"1","part":"5AX-RED200-500FAB-MB","qty":"1","price":"65000.00","uom":"EA","discount":"30.00","req_date":"B/O ETA","branch":"1"}],"qlines":[{"Quote":"221748","Line":"1","Company":"1","F_Line":"1","Comment":"Includes 9+1 rotary union and T-slotted Face Plate","Loc":"Y"},{"Quote":"221748","Line":"1","Company":"1","F_Line":"2","Comment":"external cables.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-11 15:10:15.980 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-205734-11112024151015.txt === {"quote":"205734","customer":"3955","name":null,"customerName":"Current EDM, Inc.","comp":"01","open":"0","shipto":"CURRENTZ","shiptoName":"Current EDM, Inc.","entry_date":"10-18-2023","cust_order_date":"10-18-2023","req_date":"11-16-2024","cust_po":"QRT-CNC321/CNC202","terms_code":"N90","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"78","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Ed Kuklock","drop_po":"","status":"0","user":"kylem","conv_order":"","time":"14:28","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Ed Kuklock","follow_phone":"763-476-2290","follow_email":"ekuklock@currentedm.com","pic_user":"stevel","total_amt":"31879.00","total_gp":"18616.38","total_gpm":"58.40","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"49","clo_date":"11-09-2024","notes":[],"crmnotes":[{"comp":1,"quote":205734,"Line":0,"Comment":"10/24/2023 11:42 AM - stevel - Win% changed from 20 to 49"},{"comp":1,"quote":205734,"Line":1,"Comment":"10/24/2023 11:43 AM - stevel - F/U changed from 10/31/2023 to 11/11/2023 (Follow Up Manually Changed)"},{"comp":1,"quote":205734,"Line":2,"Comment":"10/24/2023 11:43 AM - stevel - Encounter has been added"},{"comp":1,"quote":205734,"Line":3,"Comment":"11/13/2023 8:38 AM - stevel - Req Date changed from 11/29/2023 to 01/06/2024 (Req Date Updated)"},{"comp":1,"quote":205734,"Line":4,"Comment":"11/13/2023 8:38 AM - stevel - CLO changed from 11/18/2023 to 12/09/2023 (CLO Date Updated)"},{"comp":1,"quote":205734,"Line":5,"Comment":"11/13/2023 8:38 AM - stevel - F/U changed from 11/11/2023 to 12/9/2023 (Follow Up Manually Changed)"},{"comp":1,"quote":205734,"Line":6,"Comment":"01/05/2024 3:28 PM - stevel - Req Date changed from 12/11/2023 to 02/10/2024 (Req Date Updated)"},{"comp":1,"quote":205734,"Line":7,"Comment":"01/05/2024 3:28 PM - stevel - CLO changed from 01/06/2024 to 02/10/2024 (CLO Date Updated)"},{"comp":1,"quote":205734,"Line":8,"Comment":"01/05/2024 3:28 PM - stevel - F/U changed from 01/06/2024 to 2/10/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":205734,"Line":9,"Comment":"02/26/2024 7:56 AM - stevel - Req Date changed from 02/10/2024 to 03/23/2024 (Req Date Updated)"},{"comp":1,"quote":205734,"Line":10,"Comment":"02/26/2024 7:56 AM - stevel - CLO changed from 02/10/2024 to 03/16/2024 (CLO Date Updated)"},{"comp":1,"quote":205734,"Line":11,"Comment":"02/26/2024 7:56 AM - stevel - F/U changed from 02/10/2024 to 3/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":205734,"Line":12,"Comment":"03/25/2024 8:56 AM - stevel - Req Date changed from 03/23/2024 to 05/04/2024 (Req Date Updated)"},{"comp":1,"quote":205734,"Line":13,"Comment":"03/25/2024 8:56 AM - stevel - CLO changed from 03/16/2024 to 04/26/2024 (CLO Date Updated)"},{"comp":1,"quote":205734,"Line":14,"Comment":"03/25/2024 8:56 AM - stevel - F/U changed from 03/16/2024 to 5/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":205734,"Line":15,"Comment":"03/25/2024 8:57 AM - stevel - F/U changed from 05/18/2024 to 5/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":205734,"Line":16,"Comment":"03/25/2024 8:57 AM - stevel - CLO changed from 04/26/2024 to 05/04/2024 (CLO Date Updated)"},{"comp":1,"quote":205734,"Line":17,"Comment":"05/20/2024 11:10 AM - stevel - Req Date changed from 05/04/2024 to 06/15/2024 (Req Date Updated)"},{"comp":1,"quote":205734,"Line":18,"Comment":"05/20/2024 11:10 AM - stevel - CLO changed from 05/04/2024 to 06/15/2024 (CLO Date Updated)"},{"comp":1,"quote":205734,"Line":19,"Comment":"05/20/2024 11:10 AM - stevel - F/U changed from 05/04/2024 to 6/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":205734,"Line":20,"Comment":"06/17/2024 9:50 AM - stevel - F/U changed from 06/15/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":205734,"Line":21,"Comment":"06/17/2024 9:50 AM - stevel - CLO changed from 06/15/2024 to 08/03/2024 (CLO Date Updated)"},{"comp":1,"quote":205734,"Line":22,"Comment":"06/17/2024 9:50 AM - stevel - Req Date changed from 06/15/2024 to 08/10/2024 (Req Date Updated)"},{"comp":1,"quote":205734,"Line":23,"Comment":"07/29/2024 9:43 AM - stevel - F/U changed from 07/27/2024 to 8/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":205734,"Line":24,"Comment":"07/29/2024 9:44 AM - stevel - CLO changed from 08/03/2024 to 08/24/2024 (CLO Date Updated)"},{"comp":1,"quote":205734,"Line":25,"Comment":"07/29/2024 9:44 AM - stevel - Req Date changed from 08/10/2024 to 08/24/2024 (Req Date Updated)"},{"comp":1,"quote":205734,"Line":26,"Comment":"08/19/2024 11:20 AM - stevel - F/U changed from 08/17/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":205734,"Line":27,"Comment":"08/19/2024 11:21 AM - stevel - CLO changed from 08/24/2024 to 09/28/2024 (CLO Date Updated)"},{"comp":1,"quote":205734,"Line":28,"Comment":"08/19/2024 11:21 AM - stevel - Req Date changed from 08/24/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":205734,"Line":29,"Comment":"09/24/2024 7:01 AM - stevel - F/U changed from 09/28/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":205734,"Line":30,"Comment":"09/24/2024 7:01 AM - stevel - CLO changed from 09/28/2024 to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":205734,"Line":31,"Comment":"09/24/2024 7:01 AM - stevel - Req Date changed from 09/28/2024 to 11/16/2024 (Req Date Updated)"},{"comp":1,"quote":205734,"Line":32,"Comment":"10/14/2024 8:21 AM - stevel - F/U changed from 10/19/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":205734,"Line":33,"Comment":"10/14/2024 8:21 AM - stevel - CLO changed from 10/26/2024 to 11/09/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"205734","line":"1","part":"CNC321ZA","qty":"1","price":"19379.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"205734","line":"2","part":"CNC202ZA","qty":"1","price":"12500.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-11 15:10:20.242 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-205734-11112024151020.txt === {"quote":"205734","customer":"3955","name":null,"customerName":"Current EDM, Inc.","comp":"01","open":"0","shipto":"CURRENTZ","shiptoName":"Current EDM, Inc.","entry_date":"10-18-2023","cust_order_date":"10-18-2023","req_date":"11-16-2024","cust_po":"QRT-CNC321/CNC202","terms_code":"N90","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"78","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Ed Kuklock","drop_po":"","status":"0","user":"kylem","conv_order":"","time":"14:28","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Ed Kuklock","follow_phone":"763-476-2290","follow_email":"ekuklock@currentedm.com","pic_user":"stevel","total_amt":"31879.00","total_gp":"18616.38","total_gpm":"58.40","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"49","clo_date":"12-28-2024","notes":[],"crmnotes":[{"comp":1,"quote":205734,"Line":0,"Comment":"10/24/2023 11:42 AM - stevel - Win% changed from 20 to 49"},{"comp":1,"quote":205734,"Line":1,"Comment":"10/24/2023 11:43 AM - stevel - F/U changed from 10/31/2023 to 11/11/2023 (Follow Up Manually Changed)"},{"comp":1,"quote":205734,"Line":2,"Comment":"10/24/2023 11:43 AM - stevel - Encounter has been added"},{"comp":1,"quote":205734,"Line":3,"Comment":"11/13/2023 8:38 AM - stevel - Req Date changed from 11/29/2023 to 01/06/2024 (Req Date Updated)"},{"comp":1,"quote":205734,"Line":4,"Comment":"11/13/2023 8:38 AM - stevel - CLO changed from 11/18/2023 to 12/09/2023 (CLO Date Updated)"},{"comp":1,"quote":205734,"Line":5,"Comment":"11/13/2023 8:38 AM - stevel - F/U changed from 11/11/2023 to 12/9/2023 (Follow Up Manually Changed)"},{"comp":1,"quote":205734,"Line":6,"Comment":"01/05/2024 3:28 PM - stevel - Req Date changed from 12/11/2023 to 02/10/2024 (Req Date Updated)"},{"comp":1,"quote":205734,"Line":7,"Comment":"01/05/2024 3:28 PM - stevel - CLO changed from 01/06/2024 to 02/10/2024 (CLO Date Updated)"},{"comp":1,"quote":205734,"Line":8,"Comment":"01/05/2024 3:28 PM - stevel - F/U changed from 01/06/2024 to 2/10/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":205734,"Line":9,"Comment":"02/26/2024 7:56 AM - stevel - Req Date changed from 02/10/2024 to 03/23/2024 (Req Date Updated)"},{"comp":1,"quote":205734,"Line":10,"Comment":"02/26/2024 7:56 AM - stevel - CLO changed from 02/10/2024 to 03/16/2024 (CLO Date Updated)"},{"comp":1,"quote":205734,"Line":11,"Comment":"02/26/2024 7:56 AM - stevel - F/U changed from 02/10/2024 to 3/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":205734,"Line":12,"Comment":"03/25/2024 8:56 AM - stevel - Req Date changed from 03/23/2024 to 05/04/2024 (Req Date Updated)"},{"comp":1,"quote":205734,"Line":13,"Comment":"03/25/2024 8:56 AM - stevel - CLO changed from 03/16/2024 to 04/26/2024 (CLO Date Updated)"},{"comp":1,"quote":205734,"Line":14,"Comment":"03/25/2024 8:56 AM - stevel - F/U changed from 03/16/2024 to 5/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":205734,"Line":15,"Comment":"03/25/2024 8:57 AM - stevel - F/U changed from 05/18/2024 to 5/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":205734,"Line":16,"Comment":"03/25/2024 8:57 AM - stevel - CLO changed from 04/26/2024 to 05/04/2024 (CLO Date Updated)"},{"comp":1,"quote":205734,"Line":17,"Comment":"05/20/2024 11:10 AM - stevel - Req Date changed from 05/04/2024 to 06/15/2024 (Req Date Updated)"},{"comp":1,"quote":205734,"Line":18,"Comment":"05/20/2024 11:10 AM - stevel - CLO changed from 05/04/2024 to 06/15/2024 (CLO Date Updated)"},{"comp":1,"quote":205734,"Line":19,"Comment":"05/20/2024 11:10 AM - stevel - F/U changed from 05/04/2024 to 6/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":205734,"Line":20,"Comment":"06/17/2024 9:50 AM - stevel - F/U changed from 06/15/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":205734,"Line":21,"Comment":"06/17/2024 9:50 AM - stevel - CLO changed from 06/15/2024 to 08/03/2024 (CLO Date Updated)"},{"comp":1,"quote":205734,"Line":22,"Comment":"06/17/2024 9:50 AM - stevel - Req Date changed from 06/15/2024 to 08/10/2024 (Req Date Updated)"},{"comp":1,"quote":205734,"Line":23,"Comment":"07/29/2024 9:43 AM - stevel - F/U changed from 07/27/2024 to 8/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":205734,"Line":24,"Comment":"07/29/2024 9:44 AM - stevel - CLO changed from 08/03/2024 to 08/24/2024 (CLO Date Updated)"},{"comp":1,"quote":205734,"Line":25,"Comment":"07/29/2024 9:44 AM - stevel - Req Date changed from 08/10/2024 to 08/24/2024 (Req Date Updated)"},{"comp":1,"quote":205734,"Line":26,"Comment":"08/19/2024 11:20 AM - stevel - F/U changed from 08/17/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":205734,"Line":27,"Comment":"08/19/2024 11:21 AM - stevel - CLO changed from 08/24/2024 to 09/28/2024 (CLO Date Updated)"},{"comp":1,"quote":205734,"Line":28,"Comment":"08/19/2024 11:21 AM - stevel - Req Date changed from 08/24/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":205734,"Line":29,"Comment":"09/24/2024 7:01 AM - stevel - F/U changed from 09/28/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":205734,"Line":30,"Comment":"09/24/2024 7:01 AM - stevel - CLO changed from 09/28/2024 to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":205734,"Line":31,"Comment":"09/24/2024 7:01 AM - stevel - Req Date changed from 09/28/2024 to 11/16/2024 (Req Date Updated)"},{"comp":1,"quote":205734,"Line":32,"Comment":"10/14/2024 8:21 AM - stevel - F/U changed from 10/19/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":205734,"Line":33,"Comment":"10/14/2024 8:21 AM - stevel - CLO changed from 10/26/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":205734,"Line":34,"Comment":"11/11/2024 3:10 PM - stevel - F/U changed from 11/09/2024 to 12/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":205734,"Line":35,"Comment":"11/11/2024 3:10 PM - stevel - CLO changed from 11/09/2024 to 12/28/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"205734","line":"1","part":"CNC321ZA","qty":"1","price":"19379.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"205734","line":"2","part":"CNC202ZA","qty":"1","price":"12500.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-11 15:10:22.522 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-205734-11112024151022.txt === {"quote":"205734","customer":"3955","name":null,"customerName":"Current EDM, Inc.","comp":"01","open":"0","shipto":"CURRENTZ","shiptoName":"Current EDM, Inc.","entry_date":"10-18-2023","cust_order_date":"10-18-2023","req_date":"12-28-2024","cust_po":"QRT-CNC321/CNC202","terms_code":"N90","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"78","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Ed Kuklock","drop_po":"","status":"0","user":"kylem","conv_order":"","time":"14:28","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Ed Kuklock","follow_phone":"763-476-2290","follow_email":"ekuklock@currentedm.com","pic_user":"stevel","total_amt":"31879.00","total_gp":"18616.38","total_gpm":"58.40","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"49","clo_date":"12-28-2024","notes":[],"crmnotes":[{"comp":1,"quote":205734,"Line":0,"Comment":"10/24/2023 11:42 AM - stevel - Win% changed from 20 to 49"},{"comp":1,"quote":205734,"Line":1,"Comment":"10/24/2023 11:43 AM - stevel - F/U changed from 10/31/2023 to 11/11/2023 (Follow Up Manually Changed)"},{"comp":1,"quote":205734,"Line":2,"Comment":"10/24/2023 11:43 AM - stevel - Encounter has been added"},{"comp":1,"quote":205734,"Line":3,"Comment":"11/13/2023 8:38 AM - stevel - Req Date changed from 11/29/2023 to 01/06/2024 (Req Date Updated)"},{"comp":1,"quote":205734,"Line":4,"Comment":"11/13/2023 8:38 AM - stevel - CLO changed from 11/18/2023 to 12/09/2023 (CLO Date Updated)"},{"comp":1,"quote":205734,"Line":5,"Comment":"11/13/2023 8:38 AM - stevel - F/U changed from 11/11/2023 to 12/9/2023 (Follow Up Manually Changed)"},{"comp":1,"quote":205734,"Line":6,"Comment":"01/05/2024 3:28 PM - stevel - Req Date changed from 12/11/2023 to 02/10/2024 (Req Date Updated)"},{"comp":1,"quote":205734,"Line":7,"Comment":"01/05/2024 3:28 PM - stevel - CLO changed from 01/06/2024 to 02/10/2024 (CLO Date Updated)"},{"comp":1,"quote":205734,"Line":8,"Comment":"01/05/2024 3:28 PM - stevel - F/U changed from 01/06/2024 to 2/10/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":205734,"Line":9,"Comment":"02/26/2024 7:56 AM - stevel - Req Date changed from 02/10/2024 to 03/23/2024 (Req Date Updated)"},{"comp":1,"quote":205734,"Line":10,"Comment":"02/26/2024 7:56 AM - stevel - CLO changed from 02/10/2024 to 03/16/2024 (CLO Date Updated)"},{"comp":1,"quote":205734,"Line":11,"Comment":"02/26/2024 7:56 AM - stevel - F/U changed from 02/10/2024 to 3/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":205734,"Line":12,"Comment":"03/25/2024 8:56 AM - stevel - Req Date changed from 03/23/2024 to 05/04/2024 (Req Date Updated)"},{"comp":1,"quote":205734,"Line":13,"Comment":"03/25/2024 8:56 AM - stevel - CLO changed from 03/16/2024 to 04/26/2024 (CLO Date Updated)"},{"comp":1,"quote":205734,"Line":14,"Comment":"03/25/2024 8:56 AM - stevel - F/U changed from 03/16/2024 to 5/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":205734,"Line":15,"Comment":"03/25/2024 8:57 AM - stevel - F/U changed from 05/18/2024 to 5/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":205734,"Line":16,"Comment":"03/25/2024 8:57 AM - stevel - CLO changed from 04/26/2024 to 05/04/2024 (CLO Date Updated)"},{"comp":1,"quote":205734,"Line":17,"Comment":"05/20/2024 11:10 AM - stevel - Req Date changed from 05/04/2024 to 06/15/2024 (Req Date Updated)"},{"comp":1,"quote":205734,"Line":18,"Comment":"05/20/2024 11:10 AM - stevel - CLO changed from 05/04/2024 to 06/15/2024 (CLO Date Updated)"},{"comp":1,"quote":205734,"Line":19,"Comment":"05/20/2024 11:10 AM - stevel - F/U changed from 05/04/2024 to 6/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":205734,"Line":20,"Comment":"06/17/2024 9:50 AM - stevel - F/U changed from 06/15/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":205734,"Line":21,"Comment":"06/17/2024 9:50 AM - stevel - CLO changed from 06/15/2024 to 08/03/2024 (CLO Date Updated)"},{"comp":1,"quote":205734,"Line":22,"Comment":"06/17/2024 9:50 AM - stevel - Req Date changed from 06/15/2024 to 08/10/2024 (Req Date Updated)"},{"comp":1,"quote":205734,"Line":23,"Comment":"07/29/2024 9:43 AM - stevel - F/U changed from 07/27/2024 to 8/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":205734,"Line":24,"Comment":"07/29/2024 9:44 AM - stevel - CLO changed from 08/03/2024 to 08/24/2024 (CLO Date Updated)"},{"comp":1,"quote":205734,"Line":25,"Comment":"07/29/2024 9:44 AM - stevel - Req Date changed from 08/10/2024 to 08/24/2024 (Req Date Updated)"},{"comp":1,"quote":205734,"Line":26,"Comment":"08/19/2024 11:20 AM - stevel - F/U changed from 08/17/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":205734,"Line":27,"Comment":"08/19/2024 11:21 AM - stevel - CLO changed from 08/24/2024 to 09/28/2024 (CLO Date Updated)"},{"comp":1,"quote":205734,"Line":28,"Comment":"08/19/2024 11:21 AM - stevel - Req Date changed from 08/24/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":205734,"Line":29,"Comment":"09/24/2024 7:01 AM - stevel - F/U changed from 09/28/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":205734,"Line":30,"Comment":"09/24/2024 7:01 AM - stevel - CLO changed from 09/28/2024 to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":205734,"Line":31,"Comment":"09/24/2024 7:01 AM - stevel - Req Date changed from 09/28/2024 to 11/16/2024 (Req Date Updated)"},{"comp":1,"quote":205734,"Line":32,"Comment":"10/14/2024 8:21 AM - stevel - F/U changed from 10/19/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":205734,"Line":33,"Comment":"10/14/2024 8:21 AM - stevel - CLO changed from 10/26/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":205734,"Line":34,"Comment":"11/11/2024 3:10 PM - stevel - F/U changed from 11/09/2024 to 12/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":205734,"Line":35,"Comment":"11/11/2024 3:10 PM - stevel - CLO changed from 11/09/2024 to 12/28/2024 (CLO Date Updated)"},{"comp":1,"quote":205734,"Line":36,"Comment":"11/11/2024 3:10 PM - stevel - Req Date changed from 11/16/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"205734","line":"1","part":"CNC321ZA","qty":"1","price":"19379.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"205734","line":"2","part":"CNC202ZA","qty":"1","price":"12500.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-11 15:10:45.156 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222985-11112024151044.txt === {"quote":"222985","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMSCHIL","shiptoName":"Yamazen, Inc.","entry_date":"10-15-2024","cust_order_date":"10-15-2024","req_date":"12-28-2024","cust_po":"Sonia Navarro","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Sonia Navarro","drop_po":"CNCZ180LSABR2","status":"0","user":"stevel","conv_order":"","time":"09:01","extra":"","follow_up":"11-09-2024","web_id":"","follow_name":"Sonia Navarro","follow_phone":"847-882-9056","follow_email":"sonianavarro@yamazen.com","pic_user":"stevel","total_amt":"20415.48","total_gp":"9457.08","total_gpm":"46.32","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-15-2024","notes":[],"crmnotes":[{"comp":1,"quote":222985,"Line":0,"Comment":"10/21/2024 6:26 AM - stevel - F/U changed from 10/28/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222985,"Line":1,"Comment":"11/11/2024 3:10 PM - stevel - Req Date changed from 11/26/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222985","line":"1","part":"CNCZ180LSA-BR2/S500-700X2","qty":"1","price":"19300.00","uom":"EA","discount":"42.00","req_date":"B/O ETA","branch":"2"},{"comp":"01","order":"222985","line":"2","part":"TRUNNION-BASEPLATE","qty":"1","price":"3300.00","uom":"EA","discount":"10.00","req_date":"B/O ETA","branch":"2"},{"comp":"01","order":"222985","line":"3","part":"TRUNNION-STALLION-5/18","qty":"1","price":"2850.00","uom":"EA","discount":"10.00","req_date":"B/O ETA","branch":"2"},{"comp":"01","order":"222985","line":"4","part":"TAT-170","qty":"1","price":"6356.00","uom":"EA","discount":"42.00","req_date":"0 Stk","branch":"2"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-11 15:10:47.447 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222985-11112024151047.txt === {"quote":"222985","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMSCHIL","shiptoName":"Yamazen, Inc.","entry_date":"10-15-2024","cust_order_date":"10-15-2024","req_date":"12-28-2024","cust_po":"Sonia Navarro","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Sonia Navarro","drop_po":"CNCZ180LSABR2","status":"0","user":"stevel","conv_order":"","time":"09:01","extra":"","follow_up":"11-09-2024","web_id":"","follow_name":"Sonia Navarro","follow_phone":"847-882-9056","follow_email":"sonianavarro@yamazen.com","pic_user":"stevel","total_amt":"20415.48","total_gp":"9457.08","total_gpm":"46.32","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-28-2024","notes":[],"crmnotes":[{"comp":1,"quote":222985,"Line":0,"Comment":"10/21/2024 6:26 AM - stevel - F/U changed from 10/28/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222985,"Line":1,"Comment":"11/11/2024 3:10 PM - stevel - Req Date changed from 11/26/2024 to 12/28/2024 (Req Date Updated)"},{"comp":1,"quote":222985,"Line":2,"Comment":"11/11/2024 3:10 PM - stevel - CLO changed from 11/15/2024 to 12/28/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222985","line":"1","part":"CNCZ180LSA-BR2/S500-700X2","qty":"1","price":"19300.00","uom":"EA","discount":"42.00","req_date":"B/O ETA","branch":"2"},{"comp":"01","order":"222985","line":"2","part":"TRUNNION-BASEPLATE","qty":"1","price":"3300.00","uom":"EA","discount":"10.00","req_date":"B/O ETA","branch":"2"},{"comp":"01","order":"222985","line":"3","part":"TRUNNION-STALLION-5/18","qty":"1","price":"2850.00","uom":"EA","discount":"10.00","req_date":"B/O ETA","branch":"2"},{"comp":"01","order":"222985","line":"4","part":"TAT-170","qty":"1","price":"6356.00","uom":"EA","discount":"42.00","req_date":"0 Stk","branch":"2"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-11 15:10:48.440 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222985-11112024151048.txt === {"quote":"222985","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMSCHIL","shiptoName":"Yamazen, Inc.","entry_date":"10-15-2024","cust_order_date":"10-15-2024","req_date":"12-28-2024","cust_po":"Sonia Navarro","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Sonia Navarro","drop_po":"CNCZ180LSABR2","status":"0","user":"stevel","conv_order":"","time":"09:01","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Sonia Navarro","follow_phone":"847-882-9056","follow_email":"sonianavarro@yamazen.com","pic_user":"stevel","total_amt":"20415.48","total_gp":"9457.08","total_gpm":"46.32","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-28-2024","notes":[],"crmnotes":[{"comp":1,"quote":222985,"Line":0,"Comment":"10/21/2024 6:26 AM - stevel - F/U changed from 10/28/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222985,"Line":1,"Comment":"11/11/2024 3:10 PM - stevel - Req Date changed from 11/26/2024 to 12/28/2024 (Req Date Updated)"},{"comp":1,"quote":222985,"Line":2,"Comment":"11/11/2024 3:10 PM - stevel - CLO changed from 11/15/2024 to 12/28/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222985","line":"1","part":"CNCZ180LSA-BR2/S500-700X2","qty":"1","price":"19300.00","uom":"EA","discount":"42.00","req_date":"B/O ETA","branch":"2"},{"comp":"01","order":"222985","line":"2","part":"TRUNNION-BASEPLATE","qty":"1","price":"3300.00","uom":"EA","discount":"10.00","req_date":"B/O ETA","branch":"2"},{"comp":"01","order":"222985","line":"3","part":"TRUNNION-STALLION-5/18","qty":"1","price":"2850.00","uom":"EA","discount":"10.00","req_date":"B/O ETA","branch":"2"},{"comp":"01","order":"222985","line":"4","part":"TAT-170","qty":"1","price":"6356.00","uom":"EA","discount":"42.00","req_date":"0 Stk","branch":"2"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-11 15:11:02.231 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221908-11112024151102.txt === {"quote":"221908","customer":"5420","name":null,"customerName":"Ellison(IA,MO,WI)","comp":"01","open":"0","shipto":"ELLISONW","shiptoName":"Ellison Technologies","entry_date":"09-23-2024","cust_order_date":"09-23-2024","req_date":"11-04-2024","cust_po":"Ron Ditter","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Ron Ditter","drop_po":"NCT200FA-M","status":"0","user":"stevel","conv_order":"","time":"08:44","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Ron Ditter","follow_phone":"","follow_email":"rditter@EllisonTechnologies.com","pic_user":"stevel","total_amt":"26618.10","total_gp":"20670.60","total_gpm":"77.66","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-09-2024","notes":[],"crmnotes":[{"comp":1,"quote":221908,"Line":0,"Comment":"10/14/2024 8:22 AM - stevel - F/U changed from 10/06/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221908,"Line":1,"Comment":"10/14/2024 8:22 AM - stevel - CLO changed from 10/23/2024 to 11/09/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221908","line":"1","part":"CNC260PLFA-M","qty":"1","price":"25883.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221908","line":"2","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"8500.00","uom":"EA","discount":"0.00","req_date":"","branch":"2"}],"qlines":[{"Quote":"221908","Line":"1","Company":"1","F_Line":"1","Comment":"Includes: Drive unit short bar fiber optic cable","Loc":"Y"},{"Quote":"221908","Line":"1","Company":"1","F_Line":"2","Comment":"communications cable bulkhead cablesexternal cables","Loc":"Y"},{"Quote":"221908","Line":"1","Company":"1","F_Line":"3","Comment":"parameter changes service time and travel.","Loc":"Y"},{"Quote":"221908","Line":"2","Company":"1","F_Line":"1","Comment":"Installation includes: Drive unit short bar fiber","Loc":"Y"},{"Quote":"221908","Line":"2","Company":"1","F_Line":"2","Comment":"optic cable communications cable bulkhead cables","Loc":"Y"},{"Quote":"221908","Line":"2","Company":"1","F_Line":"3","Comment":"external cables parameter changes service time and","Loc":"Y"},{"Quote":"221908","Line":"2","Company":"1","F_Line":"4","Comment":"travel.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-11 15:11:06.726 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221908-11112024151106.txt === {"quote":"221908","customer":"5420","name":null,"customerName":"Ellison(IA,MO,WI)","comp":"01","open":"0","shipto":"ELLISONW","shiptoName":"Ellison Technologies","entry_date":"09-23-2024","cust_order_date":"09-23-2024","req_date":"11-04-2024","cust_po":"Ron Ditter","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Ron Ditter","drop_po":"NCT200FA-M","status":"0","user":"stevel","conv_order":"","time":"08:44","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Ron Ditter","follow_phone":"","follow_email":"rditter@EllisonTechnologies.com","pic_user":"stevel","total_amt":"26618.10","total_gp":"20670.60","total_gpm":"77.66","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-28-2024","notes":[],"crmnotes":[{"comp":1,"quote":221908,"Line":0,"Comment":"10/14/2024 8:22 AM - stevel - F/U changed from 10/06/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221908,"Line":1,"Comment":"10/14/2024 8:22 AM - stevel - CLO changed from 10/23/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":221908,"Line":2,"Comment":"11/11/2024 3:11 PM - stevel - F/U changed from 11/09/2024 to 12/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221908,"Line":3,"Comment":"11/11/2024 3:11 PM - stevel - CLO changed from 11/09/2024 to 12/28/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221908","line":"1","part":"CNC260PLFA-M","qty":"1","price":"25883.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221908","line":"2","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"8500.00","uom":"EA","discount":"0.00","req_date":"","branch":"2"}],"qlines":[{"Quote":"221908","Line":"1","Company":"1","F_Line":"1","Comment":"Includes: Drive unit short bar fiber optic cable","Loc":"Y"},{"Quote":"221908","Line":"1","Company":"1","F_Line":"2","Comment":"communications cable bulkhead cablesexternal cables","Loc":"Y"},{"Quote":"221908","Line":"1","Company":"1","F_Line":"3","Comment":"parameter changes service time and travel.","Loc":"Y"},{"Quote":"221908","Line":"2","Company":"1","F_Line":"1","Comment":"Installation includes: Drive unit short bar fiber","Loc":"Y"},{"Quote":"221908","Line":"2","Company":"1","F_Line":"2","Comment":"optic cable communications cable bulkhead cables","Loc":"Y"},{"Quote":"221908","Line":"2","Company":"1","F_Line":"3","Comment":"external cables parameter changes service time and","Loc":"Y"},{"Quote":"221908","Line":"2","Company":"1","F_Line":"4","Comment":"travel.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-11 15:11:08.925 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221908-11112024151108.txt === {"quote":"221908","customer":"5420","name":null,"customerName":"Ellison(IA,MO,WI)","comp":"01","open":"0","shipto":"ELLISONW","shiptoName":"Ellison Technologies","entry_date":"09-23-2024","cust_order_date":"09-23-2024","req_date":"12-28-2024","cust_po":"Ron Ditter","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Ron Ditter","drop_po":"NCT200FA-M","status":"0","user":"stevel","conv_order":"","time":"08:44","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Ron Ditter","follow_phone":"","follow_email":"rditter@EllisonTechnologies.com","pic_user":"stevel","total_amt":"26618.10","total_gp":"20670.60","total_gpm":"77.66","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-28-2024","notes":[],"crmnotes":[{"comp":1,"quote":221908,"Line":0,"Comment":"10/14/2024 8:22 AM - stevel - F/U changed from 10/06/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221908,"Line":1,"Comment":"10/14/2024 8:22 AM - stevel - CLO changed from 10/23/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":221908,"Line":2,"Comment":"11/11/2024 3:11 PM - stevel - F/U changed from 11/09/2024 to 12/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221908,"Line":3,"Comment":"11/11/2024 3:11 PM - stevel - CLO changed from 11/09/2024 to 12/28/2024 (CLO Date Updated)"},{"comp":1,"quote":221908,"Line":4,"Comment":"11/11/2024 3:11 PM - stevel - Req Date changed from 11/04/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221908","line":"1","part":"CNC260PLFA-M","qty":"1","price":"25883.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221908","line":"2","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"8500.00","uom":"EA","discount":"0.00","req_date":"","branch":"2"}],"qlines":[{"Quote":"221908","Line":"1","Company":"1","F_Line":"1","Comment":"Includes: Drive unit short bar fiber optic cable","Loc":"Y"},{"Quote":"221908","Line":"1","Company":"1","F_Line":"2","Comment":"communications cable bulkhead cablesexternal cables","Loc":"Y"},{"Quote":"221908","Line":"1","Company":"1","F_Line":"3","Comment":"parameter changes service time and travel.","Loc":"Y"},{"Quote":"221908","Line":"2","Company":"1","F_Line":"1","Comment":"Installation includes: Drive unit short bar fiber","Loc":"Y"},{"Quote":"221908","Line":"2","Company":"1","F_Line":"2","Comment":"optic cable communications cable bulkhead cables","Loc":"Y"},{"Quote":"221908","Line":"2","Company":"1","F_Line":"3","Comment":"external cables parameter changes service time and","Loc":"Y"},{"Quote":"221908","Line":"2","Company":"1","F_Line":"4","Comment":"travel.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-11 15:11:23.989 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222642-11112024151123.txt === {"quote":"222642","customer":"18715","name":null,"customerName":"Rogers Machine Company","comp":"01","open":"0","shipto":"ROGERSM","shiptoName":"Rogers Machine Company","entry_date":"10-07-2024","cust_order_date":"10-07-2024","req_date":"11-18-2024","cust_po":"Matt Napolitano","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Matt Napolitano","drop_po":"CNC321YA","status":"0","user":"stevel","conv_order":"","time":"15:54","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Matt Napolitano","follow_phone":"989-754-3611","follow_email":"mattn@rmcengine.com","pic_user":"stevel","total_amt":"20496.0","total_gp":"12148.71","total_gpm":"59.27","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-07-2024","notes":[],"crmnotes":[{"comp":1,"quote":222642,"Line":0,"Comment":"10/21/2024 6:24 AM - stevel - F/U changed from 10/20/2024 to 11/9/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222642","line":"1","part":"CNC321YA","qty":"1","price":"25095.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222642","line":"2","part":"AY0200","qty":"1","price":"4185.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-11 15:11:28.696 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222642-11112024151128.txt === {"quote":"222642","customer":"18715","name":null,"customerName":"Rogers Machine Company","comp":"01","open":"0","shipto":"ROGERSM","shiptoName":"Rogers Machine Company","entry_date":"10-07-2024","cust_order_date":"10-07-2024","req_date":"11-18-2024","cust_po":"Matt Napolitano","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Matt Napolitano","drop_po":"CNC321YA","status":"0","user":"stevel","conv_order":"","time":"15:54","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Matt Napolitano","follow_phone":"989-754-3611","follow_email":"mattn@rmcengine.com","pic_user":"stevel","total_amt":"20496.0","total_gp":"12148.71","total_gpm":"59.27","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-28-2024","notes":[],"crmnotes":[{"comp":1,"quote":222642,"Line":0,"Comment":"10/21/2024 6:24 AM - stevel - F/U changed from 10/20/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222642,"Line":1,"Comment":"11/11/2024 3:11 PM - stevel - F/U changed from 11/09/2024 to 12/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222642,"Line":2,"Comment":"11/11/2024 3:11 PM - stevel - CLO changed from 11/07/2024 to 12/28/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222642","line":"1","part":"CNC321YA","qty":"1","price":"25095.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222642","line":"2","part":"AY0200","qty":"1","price":"4185.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-11 15:11:30.999 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222642-11112024151130.txt === {"quote":"222642","customer":"18715","name":null,"customerName":"Rogers Machine Company","comp":"01","open":"0","shipto":"ROGERSM","shiptoName":"Rogers Machine Company","entry_date":"10-07-2024","cust_order_date":"10-07-2024","req_date":"12-28-2024","cust_po":"Matt Napolitano","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Matt Napolitano","drop_po":"CNC321YA","status":"0","user":"stevel","conv_order":"","time":"15:54","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Matt Napolitano","follow_phone":"989-754-3611","follow_email":"mattn@rmcengine.com","pic_user":"stevel","total_amt":"20496.0","total_gp":"12148.71","total_gpm":"59.27","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-28-2024","notes":[],"crmnotes":[{"comp":1,"quote":222642,"Line":0,"Comment":"10/21/2024 6:24 AM - stevel - F/U changed from 10/20/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222642,"Line":1,"Comment":"11/11/2024 3:11 PM - stevel - F/U changed from 11/09/2024 to 12/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222642,"Line":2,"Comment":"11/11/2024 3:11 PM - stevel - CLO changed from 11/07/2024 to 12/28/2024 (CLO Date Updated)"},{"comp":1,"quote":222642,"Line":3,"Comment":"11/11/2024 3:11 PM - stevel - Req Date changed from 11/18/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222642","line":"1","part":"CNC321YA","qty":"1","price":"25095.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222642","line":"2","part":"AY0200","qty":"1","price":"4185.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-11 15:12:00.855 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223719-11112024151200.txt === {"quote":"223719","customer":"3150","name":null,"customerName":"CNC Pros, LLC","comp":"01","open":"0","shipto":"CNCPEOR","shiptoName":"CNC PROS, LLC","entry_date":"10-30-2024","cust_order_date":"10-30-2024","req_date":"12-11-2024","cust_po":"Chris Connor","terms_code":"N30","ship_via":"TRK","ship_collect":"","drop_ship":"N","territory":"72","salesman":"AB","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Chris Connor","drop_po":"5AX-201MA-M","status":"0","user":"stevel","conv_order":"","time":"13:44","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Chris","follow_phone":"","follow_email":"chriS@cnc-pros.com","pic_user":"stevel","total_amt":"55513.00","total_gp":"55513.00","total_gpm":"100.00","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-30-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223719","line":"1","part":"5AX-201MA-M-AB","qty":"1","price":"58590.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"223719","line":"2","part":"INSTALLATION-RT-5AX-W/SW","qty":"1","price":"14500.00","uom":"EA","discount":"0.00","req_date":"","branch":"2"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-11 15:12:05.893 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223719-11112024151205.txt === {"quote":"223719","customer":"3150","name":null,"customerName":"CNC Pros, LLC","comp":"01","open":"0","shipto":"CNCPEOR","shiptoName":"CNC PROS, LLC","entry_date":"10-30-2024","cust_order_date":"10-30-2024","req_date":"12-11-2024","cust_po":"Chris Connor","terms_code":"N30","ship_via":"TRK","ship_collect":"","drop_ship":"N","territory":"72","salesman":"AB","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Chris Connor","drop_po":"5AX-201MA-M","status":"0","user":"stevel","conv_order":"","time":"13:44","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Chris","follow_phone":"","follow_email":"chriS@cnc-pros.com","pic_user":"stevel","total_amt":"55513.00","total_gp":"55513.00","total_gpm":"100.00","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-28-2024","notes":[],"crmnotes":[{"comp":1,"quote":223719,"Line":0,"Comment":"11/11/2024 3:12 PM - stevel - F/U changed from 11/12/2024 to 12/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223719,"Line":1,"Comment":"11/11/2024 3:12 PM - stevel - CLO changed from 11/30/2024 to 12/28/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223719","line":"1","part":"5AX-201MA-M-AB","qty":"1","price":"58590.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"223719","line":"2","part":"INSTALLATION-RT-5AX-W/SW","qty":"1","price":"14500.00","uom":"EA","discount":"0.00","req_date":"","branch":"2"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-11 15:12:08.687 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223719-11112024151208.txt === {"quote":"223719","customer":"3150","name":null,"customerName":"CNC Pros, LLC","comp":"01","open":"0","shipto":"CNCPEOR","shiptoName":"CNC PROS, LLC","entry_date":"10-30-2024","cust_order_date":"10-30-2024","req_date":"12-28-2024","cust_po":"Chris Connor","terms_code":"N30","ship_via":"TRK","ship_collect":"","drop_ship":"N","territory":"72","salesman":"AB","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Chris Connor","drop_po":"5AX-201MA-M","status":"0","user":"stevel","conv_order":"","time":"13:44","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Chris","follow_phone":"","follow_email":"chriS@cnc-pros.com","pic_user":"stevel","total_amt":"55513.00","total_gp":"55513.00","total_gpm":"100.00","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-28-2024","notes":[],"crmnotes":[{"comp":1,"quote":223719,"Line":0,"Comment":"11/11/2024 3:12 PM - stevel - F/U changed from 11/12/2024 to 12/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223719,"Line":1,"Comment":"11/11/2024 3:12 PM - stevel - CLO changed from 11/30/2024 to 12/28/2024 (CLO Date Updated)"},{"comp":1,"quote":223719,"Line":2,"Comment":"11/11/2024 3:12 PM - stevel - Req Date changed from 12/11/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223719","line":"1","part":"5AX-201MA-M-AB","qty":"1","price":"58590.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"223719","line":"2","part":"INSTALLATION-RT-5AX-W/SW","qty":"1","price":"14500.00","uom":"EA","discount":"0.00","req_date":"","branch":"2"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-11 15:12:27.975 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223836-11112024151227.txt === {"quote":"223836","customer":"E17150","name":null,"customerName":"Fanuc America Corporation (MI)","comp":"01","open":"0","shipto":"FANUC","shiptoName":"Fanuc America Corporation","entry_date":"11-01-2024","cust_order_date":"11-01-2024","req_date":"12-13-2024","cust_po":"Antonio Amicone","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Antonio Amicone","drop_po":"EZ-ACART","status":"0","user":"stevel","conv_order":"","time":"12:55","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Antonio Amicone","follow_phone":"","follow_email":"antonio.amicone@fanucamerica.com","pic_user":"stevel","total_amt":"59616.25","total_gp":"36786.56","total_gpm":"61.71","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"7","win_pct":"20","clo_date":"12-01-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223836","line":"1","part":"EZ-ACART-BASE","qty":"1","price":"13125.00","uom":"EA","discount":"20.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"223836","line":"2","part":"EZ-ACART-GRD02-49","qty":"1","price":"1218.75","uom":"EA","discount":"20.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"223836","line":"3","part":"EZ-ACART-SCAN","qty":"1","price":"6500.00","uom":"EA","discount":"0.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"223836","line":"4","part":"EZ-ACC-CMP-UNVS","qty":"1","price":"500.00","uom":"EA","discount":"20.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"223836","line":"7","part":"EZ-MCART-GRD02-30","qty":"1","price":"9500.00","uom":"EA","discount":"20.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"223836","line":"10","part":"5AX-130FA-M","qty":"1","price":"42525.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223836","line":"11","part":"RT-ACCS-WKHD","qty":"1","price":"7500.00","uom":"EA","discount":"20.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223836","Line":"7","Company":"1","F_Line":"1","Comment":"EZ-ACART-1000 with mounting for CRX5","Loc":"Y"},{"Quote":"223836","Line":"7","Company":"1","F_Line":"2","Comment":"Includes 2 grid for 100pcs layout","Loc":"Y"},{"Quote":"223836","Line":"11","Company":"1","F_Line":"1","Comment":"Northfield Model 450 4'' DIA Air Chuck Only","Loc":"Y"},{"Quote":"223836","Line":"11","Company":"1","F_Line":"2","Comment":"(.0001'' / 2.54u TIR) AIR TUBE-DRY-STD ADAPTER PLATE","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":7}}] 2024-11-11 15:12:33.657 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223836-11112024151233.txt === {"quote":"223836","customer":"E17150","name":null,"customerName":"Fanuc America Corporation (MI)","comp":"01","open":"0","shipto":"FANUC","shiptoName":"Fanuc America Corporation","entry_date":"11-01-2024","cust_order_date":"11-01-2024","req_date":"12-13-2024","cust_po":"Antonio Amicone","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Antonio Amicone","drop_po":"EZ-ACART","status":"0","user":"stevel","conv_order":"","time":"12:55","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Antonio Amicone","follow_phone":"","follow_email":"antonio.amicone@fanucamerica.com","pic_user":"stevel","total_amt":"59616.25","total_gp":"36786.56","total_gpm":"61.71","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"7","win_pct":"20","clo_date":"12-28-2024","notes":[],"crmnotes":[{"comp":1,"quote":223836,"Line":0,"Comment":"11/11/2024 3:12 PM - stevel - F/U changed from 11/14/2024 to 12/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223836,"Line":1,"Comment":"11/11/2024 3:12 PM - stevel - CLO changed from 12/01/2024 to 12/28/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223836","line":"1","part":"EZ-ACART-BASE","qty":"1","price":"13125.00","uom":"EA","discount":"20.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"223836","line":"2","part":"EZ-ACART-GRD02-49","qty":"1","price":"1218.75","uom":"EA","discount":"20.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"223836","line":"3","part":"EZ-ACART-SCAN","qty":"1","price":"6500.00","uom":"EA","discount":"0.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"223836","line":"4","part":"EZ-ACC-CMP-UNVS","qty":"1","price":"500.00","uom":"EA","discount":"20.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"223836","line":"7","part":"EZ-MCART-GRD02-30","qty":"1","price":"9500.00","uom":"EA","discount":"20.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"223836","line":"10","part":"5AX-130FA-M","qty":"1","price":"42525.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223836","line":"11","part":"RT-ACCS-WKHD","qty":"1","price":"7500.00","uom":"EA","discount":"20.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223836","Line":"7","Company":"1","F_Line":"1","Comment":"EZ-ACART-1000 with mounting for CRX5","Loc":"Y"},{"Quote":"223836","Line":"7","Company":"1","F_Line":"2","Comment":"Includes 2 grid for 100pcs layout","Loc":"Y"},{"Quote":"223836","Line":"11","Company":"1","F_Line":"1","Comment":"Northfield Model 450 4'' DIA Air Chuck Only","Loc":"Y"},{"Quote":"223836","Line":"11","Company":"1","F_Line":"2","Comment":"(.0001'' / 2.54u TIR) AIR TUBE-DRY-STD ADAPTER PLATE","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-11 15:12:35.988 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223836-11112024151235.txt === {"quote":"223836","customer":"E17150","name":null,"customerName":"Fanuc America Corporation (MI)","comp":"01","open":"0","shipto":"FANUC","shiptoName":"Fanuc America Corporation","entry_date":"11-01-2024","cust_order_date":"11-01-2024","req_date":"12-28-2024","cust_po":"Antonio Amicone","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Antonio Amicone","drop_po":"EZ-ACART","status":"0","user":"stevel","conv_order":"","time":"12:55","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Antonio Amicone","follow_phone":"","follow_email":"antonio.amicone@fanucamerica.com","pic_user":"stevel","total_amt":"59616.25","total_gp":"36786.56","total_gpm":"61.71","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"7","win_pct":"20","clo_date":"12-28-2024","notes":[],"crmnotes":[{"comp":1,"quote":223836,"Line":0,"Comment":"11/11/2024 3:12 PM - stevel - F/U changed from 11/14/2024 to 12/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223836,"Line":1,"Comment":"11/11/2024 3:12 PM - stevel - CLO changed from 12/01/2024 to 12/28/2024 (CLO Date Updated)"},{"comp":1,"quote":223836,"Line":2,"Comment":"11/11/2024 3:12 PM - stevel - Req Date changed from 12/13/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223836","line":"1","part":"EZ-ACART-BASE","qty":"1","price":"13125.00","uom":"EA","discount":"20.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"223836","line":"2","part":"EZ-ACART-GRD02-49","qty":"1","price":"1218.75","uom":"EA","discount":"20.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"223836","line":"3","part":"EZ-ACART-SCAN","qty":"1","price":"6500.00","uom":"EA","discount":"0.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"223836","line":"4","part":"EZ-ACC-CMP-UNVS","qty":"1","price":"500.00","uom":"EA","discount":"20.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"223836","line":"7","part":"EZ-MCART-GRD02-30","qty":"1","price":"9500.00","uom":"EA","discount":"20.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"223836","line":"10","part":"5AX-130FA-M","qty":"1","price":"42525.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223836","line":"11","part":"RT-ACCS-WKHD","qty":"1","price":"7500.00","uom":"EA","discount":"20.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223836","Line":"7","Company":"1","F_Line":"1","Comment":"EZ-ACART-1000 with mounting for CRX5","Loc":"Y"},{"Quote":"223836","Line":"7","Company":"1","F_Line":"2","Comment":"Includes 2 grid for 100pcs layout","Loc":"Y"},{"Quote":"223836","Line":"11","Company":"1","F_Line":"1","Comment":"Northfield Model 450 4'' DIA Air Chuck Only","Loc":"Y"},{"Quote":"223836","Line":"11","Company":"1","F_Line":"2","Comment":"(.0001'' / 2.54u TIR) AIR TUBE-DRY-STD ADAPTER PLATE","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-11 15:12:55.791 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223851-11112024151255.txt === {"quote":"223851","customer":"1720","name":null,"customerName":"DXP Enterprises, Inc. (Appl Spec)","comp":"01","open":"0","shipto":"APPLICAZ","shiptoName":"Application Specialties Inc","entry_date":"11-01-2024","cust_order_date":"11-01-2024","req_date":"12-13-2024","cust_po":"Bob Taylor","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Bob Taylor","drop_po":"","status":"0","user":"stevel","conv_order":"","time":"15:17","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Bob Taylor","follow_phone":"253-691-6678 cell","follow_email":"bob.taylor@1asi.com","pic_user":"stevel","total_amt":"50646.25","total_gp":"40158.56","total_gpm":"79.29","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-01-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223851","line":"1","part":"5AX-130FA-M","qty":"1","price":"42525.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223851","line":"2","part":"INSTALLATION-RT-5AX-W/SW","qty":"1","price":"14500.00","uom":"EA","discount":"0.00","req_date":"","branch":"2"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-11 15:13:00.560 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223851-11112024151300.txt === {"quote":"223851","customer":"1720","name":null,"customerName":"DXP Enterprises, Inc. (Appl Spec)","comp":"01","open":"0","shipto":"APPLICAZ","shiptoName":"Application Specialties Inc","entry_date":"11-01-2024","cust_order_date":"11-01-2024","req_date":"12-13-2024","cust_po":"Bob Taylor","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Bob Taylor","drop_po":"","status":"0","user":"stevel","conv_order":"","time":"15:17","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Bob Taylor","follow_phone":"253-691-6678 cell","follow_email":"bob.taylor@1asi.com","pic_user":"stevel","total_amt":"50646.25","total_gp":"40158.56","total_gpm":"79.29","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":223851,"Line":0,"Comment":"11/11/2024 3:12 PM - stevel - F/U changed from 11/14/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223851,"Line":1,"Comment":"11/11/2024 3:12 PM - stevel - CLO changed from 12/01/2024 to 12/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223851","line":"1","part":"5AX-130FA-M","qty":"1","price":"42525.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223851","line":"2","part":"INSTALLATION-RT-5AX-W/SW","qty":"1","price":"14500.00","uom":"EA","discount":"0.00","req_date":"","branch":"2"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-11 15:13:03.273 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223851-11112024151303.txt === {"quote":"223851","customer":"1720","name":null,"customerName":"DXP Enterprises, Inc. (Appl Spec)","comp":"01","open":"0","shipto":"APPLICAZ","shiptoName":"Application Specialties Inc","entry_date":"11-01-2024","cust_order_date":"11-01-2024","req_date":"12-21-2024","cust_po":"Bob Taylor","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Bob Taylor","drop_po":"","status":"0","user":"stevel","conv_order":"","time":"15:17","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Bob Taylor","follow_phone":"253-691-6678 cell","follow_email":"bob.taylor@1asi.com","pic_user":"stevel","total_amt":"50646.25","total_gp":"40158.56","total_gpm":"79.29","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":223851,"Line":0,"Comment":"11/11/2024 3:12 PM - stevel - F/U changed from 11/14/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223851,"Line":1,"Comment":"11/11/2024 3:12 PM - stevel - CLO changed from 12/01/2024 to 12/21/2024 (CLO Date Updated)"},{"comp":1,"quote":223851,"Line":2,"Comment":"11/11/2024 3:13 PM - stevel - Req Date changed from 12/13/2024 to 12/21/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223851","line":"1","part":"5AX-130FA-M","qty":"1","price":"42525.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223851","line":"2","part":"INSTALLATION-RT-5AX-W/SW","qty":"1","price":"14500.00","uom":"EA","discount":"0.00","req_date":"","branch":"2"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-11 15:13:20.164 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223723-11112024151319.txt === {"quote":"223723","customer":"E17150","name":null,"customerName":"Fanuc America Corporation (MI)","comp":"01","open":"0","shipto":"FANUC","shiptoName":"Fanuc America Corporation","entry_date":"10-30-2024","cust_order_date":"10-30-2024","req_date":"12-11-2024","cust_po":"Antonio Amicone","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Antonio Amicone","drop_po":"EZ-ACART","status":"0","user":"stevel","conv_order":"","time":"14:45","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Antonio Amicone","follow_phone":"","follow_email":"Antonio.Amicone@fanucamerica.com","pic_user":"stevel","total_amt":"34605.00","total_gp":"13288.41","total_gpm":"38.40","rev_type":"PCQC","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"7","win_pct":"20","clo_date":"11-30-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223723","line":"1","part":"EZ-ACART-BASE","qty":"1","price":"13125.00","uom":"EA","discount":"20.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"223723","line":"2","part":"EZ-ACART-PREM","qty":"1","price":"17600.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223723","line":"3","part":"EZ-ACART-GRD01-169","qty":"1","price":"1218.75","uom":"EA","discount":"20.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"223723","line":"4","part":"EZ-ACART-GRD02-49","qty":"1","price":"1218.75","uom":"EA","discount":"20.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"223723","line":"5","part":"EZ-ACART-GRD03-25","qty":"1","price":"1218.75","uom":"EA","discount":"20.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"223723","line":"6","part":"EZ-ACC-CMP-UNVS","qty":"1","price":"750.00","uom":"EA","discount":"20.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"223723","line":"7","part":"EZ-ACART-SCAN","qty":"1","price":"6500.00","uom":"EA","discount":"0.00","req_date":"B/O ETA","branch":"2"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":7}}] 2024-11-11 15:13:24.700 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223723-11112024151324.txt === {"quote":"223723","customer":"E17150","name":null,"customerName":"Fanuc America Corporation (MI)","comp":"01","open":"0","shipto":"FANUC","shiptoName":"Fanuc America Corporation","entry_date":"10-30-2024","cust_order_date":"10-30-2024","req_date":"12-11-2024","cust_po":"Antonio Amicone","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Antonio Amicone","drop_po":"EZ-ACART","status":"0","user":"stevel","conv_order":"","time":"14:45","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Antonio Amicone","follow_phone":"","follow_email":"Antonio.Amicone@fanucamerica.com","pic_user":"stevel","total_amt":"34605.00","total_gp":"13288.41","total_gpm":"38.40","rev_type":"PCQC","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"7","win_pct":"20","clo_date":"12-28-2024","notes":[],"crmnotes":[{"comp":1,"quote":223723,"Line":0,"Comment":"11/11/2024 3:13 PM - stevel - F/U changed from 11/12/2024 to 12/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223723,"Line":1,"Comment":"11/11/2024 3:13 PM - stevel - CLO changed from 11/30/2024 to 12/28/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223723","line":"1","part":"EZ-ACART-BASE","qty":"1","price":"13125.00","uom":"EA","discount":"20.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"223723","line":"2","part":"EZ-ACART-PREM","qty":"1","price":"17600.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223723","line":"3","part":"EZ-ACART-GRD01-169","qty":"1","price":"1218.75","uom":"EA","discount":"20.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"223723","line":"4","part":"EZ-ACART-GRD02-49","qty":"1","price":"1218.75","uom":"EA","discount":"20.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"223723","line":"5","part":"EZ-ACART-GRD03-25","qty":"1","price":"1218.75","uom":"EA","discount":"20.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"223723","line":"6","part":"EZ-ACC-CMP-UNVS","qty":"1","price":"750.00","uom":"EA","discount":"20.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"223723","line":"7","part":"EZ-ACART-SCAN","qty":"1","price":"6500.00","uom":"EA","discount":"0.00","req_date":"B/O ETA","branch":"2"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-11 15:13:27.227 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223723-11112024151327.txt === {"quote":"223723","customer":"E17150","name":null,"customerName":"Fanuc America Corporation (MI)","comp":"01","open":"0","shipto":"FANUC","shiptoName":"Fanuc America Corporation","entry_date":"10-30-2024","cust_order_date":"10-30-2024","req_date":"12-28-2024","cust_po":"Antonio Amicone","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Antonio Amicone","drop_po":"EZ-ACART","status":"0","user":"stevel","conv_order":"","time":"14:45","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Antonio Amicone","follow_phone":"","follow_email":"Antonio.Amicone@fanucamerica.com","pic_user":"stevel","total_amt":"34605.00","total_gp":"13288.41","total_gpm":"38.40","rev_type":"PCQC","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"7","win_pct":"20","clo_date":"12-28-2024","notes":[],"crmnotes":[{"comp":1,"quote":223723,"Line":0,"Comment":"11/11/2024 3:13 PM - stevel - F/U changed from 11/12/2024 to 12/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223723,"Line":1,"Comment":"11/11/2024 3:13 PM - stevel - CLO changed from 11/30/2024 to 12/28/2024 (CLO Date Updated)"},{"comp":1,"quote":223723,"Line":2,"Comment":"11/11/2024 3:13 PM - stevel - Req Date changed from 12/11/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223723","line":"1","part":"EZ-ACART-BASE","qty":"1","price":"13125.00","uom":"EA","discount":"20.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"223723","line":"2","part":"EZ-ACART-PREM","qty":"1","price":"17600.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223723","line":"3","part":"EZ-ACART-GRD01-169","qty":"1","price":"1218.75","uom":"EA","discount":"20.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"223723","line":"4","part":"EZ-ACART-GRD02-49","qty":"1","price":"1218.75","uom":"EA","discount":"20.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"223723","line":"5","part":"EZ-ACART-GRD03-25","qty":"1","price":"1218.75","uom":"EA","discount":"20.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"223723","line":"6","part":"EZ-ACC-CMP-UNVS","qty":"1","price":"750.00","uom":"EA","discount":"20.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"223723","line":"7","part":"EZ-ACART-SCAN","qty":"1","price":"6500.00","uom":"EA","discount":"0.00","req_date":"B/O ETA","branch":"2"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-11 15:13:45.041 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223852-11112024151344.txt === {"quote":"223852","customer":"26350","name":null,"customerName":"Zenger's Inc.","comp":"01","open":"0","shipto":"ZENGERS","shiptoName":"Zenger's Inc.","entry_date":"11-01-2024","cust_order_date":"11-01-2024","req_date":"12-13-2024","cust_po":"Gabe Rodriguez","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Gabe Rodriguez","drop_po":"CNCZ105AA21","status":"0","user":"stevel","conv_order":"","time":"15:28","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Gabe Rodriguez","follow_phone":"847-455-5720x178","follow_email":"gabe@zengers.com","pic_user":"stevel","total_amt":"14837.6","total_gp":"9342.42","total_gpm":"62.96","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-01-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223852","line":"1","part":"CNCZ105AA21-400W","qty":"1","price":"15960.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223852","line":"2","part":"5C-MANUAL-FIXTURE-ST","qty":"1","price":"1496.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-11 15:13:50.456 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223852-11112024151350.txt === {"quote":"223852","customer":"26350","name":null,"customerName":"Zenger's Inc.","comp":"01","open":"0","shipto":"ZENGERS","shiptoName":"Zenger's Inc.","entry_date":"11-01-2024","cust_order_date":"11-01-2024","req_date":"12-13-2024","cust_po":"Gabe Rodriguez","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Gabe Rodriguez","drop_po":"CNCZ105AA21","status":"0","user":"stevel","conv_order":"","time":"15:28","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Gabe Rodriguez","follow_phone":"847-455-5720x178","follow_email":"gabe@zengers.com","pic_user":"stevel","total_amt":"14837.6","total_gp":"9342.42","total_gpm":"62.96","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":223852,"Line":0,"Comment":"11/11/2024 3:13 PM - stevel - F/U changed from 11/14/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223852,"Line":1,"Comment":"11/11/2024 3:13 PM - stevel - CLO changed from 12/01/2024 to 12/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223852","line":"1","part":"CNCZ105AA21-400W","qty":"1","price":"15960.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223852","line":"2","part":"5C-MANUAL-FIXTURE-ST","qty":"1","price":"1496.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-11 15:13:53.536 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223852-11112024151353.txt === {"quote":"223852","customer":"26350","name":null,"customerName":"Zenger's Inc.","comp":"01","open":"0","shipto":"ZENGERS","shiptoName":"Zenger's Inc.","entry_date":"11-01-2024","cust_order_date":"11-01-2024","req_date":"12-28-2024","cust_po":"Gabe Rodriguez","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Gabe Rodriguez","drop_po":"CNCZ105AA21","status":"0","user":"stevel","conv_order":"","time":"15:28","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Gabe Rodriguez","follow_phone":"847-455-5720x178","follow_email":"gabe@zengers.com","pic_user":"stevel","total_amt":"14837.6","total_gp":"9342.42","total_gpm":"62.96","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":223852,"Line":0,"Comment":"11/11/2024 3:13 PM - stevel - F/U changed from 11/14/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223852,"Line":1,"Comment":"11/11/2024 3:13 PM - stevel - CLO changed from 12/01/2024 to 12/21/2024 (CLO Date Updated)"},{"comp":1,"quote":223852,"Line":2,"Comment":"11/11/2024 3:13 PM - stevel - Req Date changed from 12/13/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223852","line":"1","part":"CNCZ105AA21-400W","qty":"1","price":"15960.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223852","line":"2","part":"5C-MANUAL-FIXTURE-ST","qty":"1","price":"1496.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-11 15:14:19.513 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224009-11112024151419.txt === {"quote":"224009","customer":"18685","name":null,"customerName":"AJ Rod Co., Inc.","comp":"01","open":"0","shipto":"AJNEWBRA","shiptoName":"AJ Rod Company - New Braunfels","entry_date":"11-06-2024","cust_order_date":"11-06-2024","req_date":"12-28-2024","cust_po":"Ray Passini","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"JH","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Ray Passini Jr.","drop_po":"5AX-350YA-M","status":"0","user":"stevel","conv_order":"","time":"07:49","extra":"","follow_up":"11-19-2024","web_id":"","follow_name":"Ray Passini Jr.","follow_phone":"713-921-6111","follow_email":"ray@ajrodco.com","pic_user":"stevel","total_amt":"66856.50","total_gp":"42382.29","total_gpm":"63.39","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"3","win_pct":"20","clo_date":null,"notes":[],"crmnotes":[{"comp":1,"quote":224009,"Line":0,"Comment":"11/11/2024 3:14 PM - stevel - Req Date changed from 12/18/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"224009","line":"1","part":"5AX-350YA-M","qty":"1","price":"75500.00","uom":"EA","discount":"25.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224009","line":"2","part":"HYD-UNIT-NACHI-AC110V","qty":"1","price":"7642.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224009","line":"3","part":"INSTALLATION-RT-5AX-SE","qty":"1","price":"4500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-11 15:14:20.539 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224009-11112024151420.txt === {"quote":"224009","customer":"18685","name":null,"customerName":"AJ Rod Co., Inc.","comp":"01","open":"0","shipto":"AJNEWBRA","shiptoName":"AJ Rod Company - New Braunfels","entry_date":"11-06-2024","cust_order_date":"11-06-2024","req_date":"12-28-2024","cust_po":"Ray Passini","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"JH","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Ray Passini Jr.","drop_po":"5AX-350YA-M","status":"0","user":"stevel","conv_order":"","time":"07:49","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Ray Passini Jr.","follow_phone":"713-921-6111","follow_email":"ray@ajrodco.com","pic_user":"stevel","total_amt":"66856.50","total_gp":"42382.29","total_gpm":"63.39","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"3","win_pct":"20","clo_date":null,"notes":[],"crmnotes":[{"comp":1,"quote":224009,"Line":0,"Comment":"11/11/2024 3:14 PM - stevel - Req Date changed from 12/18/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"224009","line":"1","part":"5AX-350YA-M","qty":"1","price":"75500.00","uom":"EA","discount":"25.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224009","line":"2","part":"HYD-UNIT-NACHI-AC110V","qty":"1","price":"7642.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224009","line":"3","part":"INSTALLATION-RT-5AX-SE","qty":"1","price":"4500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-11 15:14:25.973 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224009-11112024151425.txt === {"quote":"224009","customer":"18685","name":null,"customerName":"AJ Rod Co., Inc.","comp":"01","open":"0","shipto":"AJNEWBRA","shiptoName":"AJ Rod Company - New Braunfels","entry_date":"11-06-2024","cust_order_date":"11-06-2024","req_date":"12-28-2024","cust_po":"Ray Passini","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"JH","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Ray Passini Jr.","drop_po":"5AX-350YA-M","status":"0","user":"stevel","conv_order":"","time":"07:49","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Ray Passini Jr.","follow_phone":"713-921-6111","follow_email":"ray@ajrodco.com","pic_user":"stevel","total_amt":"66856.50","total_gp":"42382.29","total_gpm":"63.39","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":224009,"Line":0,"Comment":"11/11/2024 3:14 PM - stevel - Req Date changed from 12/18/2024 to 12/28/2024 (Req Date Updated)"},{"comp":1,"quote":224009,"Line":1,"Comment":"11/11/2024 3:14 PM - stevel - F/U changed from 11/19/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224009,"Line":2,"Comment":"11/11/2024 3:14 PM - stevel - CLO changed from NaN/NaN/NaN to 12/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224009","line":"1","part":"5AX-350YA-M","qty":"1","price":"75500.00","uom":"EA","discount":"25.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224009","line":"2","part":"HYD-UNIT-NACHI-AC110V","qty":"1","price":"7642.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224009","line":"3","part":"INSTALLATION-RT-5AX-SE","qty":"1","price":"4500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-11 15:14:41.484 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224115-11112024151441.txt === {"quote":"224115","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMSCHIL","shiptoName":"Yamazen, Inc.","entry_date":"11-07-2024","cust_order_date":"11-07-2024","req_date":"12-19-2024","cust_po":"Leslie Mora","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Leslie Mora","drop_po":"CNC260LFA-M","status":"0","user":"stevel","conv_order":"","time":"12:16","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Leslie Mora","follow_phone":"847-882-8800","follow_email":"lesliemora@yamazen.com","pic_user":"stevel","total_amt":"25596.50","total_gp":"19769.90","total_gpm":"77.24","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-07-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224115","line":"1","part":"CNC260LFA-M","qty":"1","price":"22995.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224115","line":"2","part":"INSTALLATION-RT-CNC-NE","qty":"1","price":"9500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"224115","Line":"2","Company":"1","F_Line":"1","Comment":"Installation includes: Drive unit short bar fiber","Loc":"Y"},{"Quote":"224115","Line":"2","Company":"1","F_Line":"2","Comment":"optic cable communications cable bulkhead cables","Loc":"Y"},{"Quote":"224115","Line":"2","Company":"1","F_Line":"3","Comment":"external cables parameter changes service time and","Loc":"Y"},{"Quote":"224115","Line":"2","Company":"1","F_Line":"4","Comment":"travel.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-11 15:14:48.728 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224115-11112024151448.txt === {"quote":"224115","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMSCHIL","shiptoName":"Yamazen, Inc.","entry_date":"11-07-2024","cust_order_date":"11-07-2024","req_date":"12-19-2024","cust_po":"Leslie Mora","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Leslie Mora","drop_po":"CNC260LFA-M","status":"0","user":"stevel","conv_order":"","time":"12:16","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Leslie Mora","follow_phone":"847-882-8800","follow_email":"lesliemora@yamazen.com","pic_user":"stevel","total_amt":"25596.50","total_gp":"19769.90","total_gpm":"77.24","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-28-2024","notes":[],"crmnotes":[{"comp":1,"quote":224115,"Line":0,"Comment":"11/11/2024 3:14 PM - stevel - F/U changed from 11/20/2024 to 12/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224115,"Line":1,"Comment":"11/11/2024 3:14 PM - stevel - CLO changed from 12/07/2024 to 12/28/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224115","line":"1","part":"CNC260LFA-M","qty":"1","price":"22995.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224115","line":"2","part":"INSTALLATION-RT-CNC-NE","qty":"1","price":"9500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"224115","Line":"2","Company":"1","F_Line":"1","Comment":"Installation includes: Drive unit short bar fiber","Loc":"Y"},{"Quote":"224115","Line":"2","Company":"1","F_Line":"2","Comment":"optic cable communications cable bulkhead cables","Loc":"Y"},{"Quote":"224115","Line":"2","Company":"1","F_Line":"3","Comment":"external cables parameter changes service time and","Loc":"Y"},{"Quote":"224115","Line":"2","Company":"1","F_Line":"4","Comment":"travel.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-11 15:14:52.091 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224115-11112024151451.txt === {"quote":"224115","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMSCHIL","shiptoName":"Yamazen, Inc.","entry_date":"11-07-2024","cust_order_date":"11-07-2024","req_date":"12-28-2024","cust_po":"Leslie Mora","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Leslie Mora","drop_po":"CNC260LFA-M","status":"0","user":"stevel","conv_order":"","time":"12:16","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Leslie Mora","follow_phone":"847-882-8800","follow_email":"lesliemora@yamazen.com","pic_user":"stevel","total_amt":"25596.50","total_gp":"19769.90","total_gpm":"77.24","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-28-2024","notes":[],"crmnotes":[{"comp":1,"quote":224115,"Line":0,"Comment":"11/11/2024 3:14 PM - stevel - F/U changed from 11/20/2024 to 12/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224115,"Line":1,"Comment":"11/11/2024 3:14 PM - stevel - CLO changed from 12/07/2024 to 12/28/2024 (CLO Date Updated)"},{"comp":1,"quote":224115,"Line":2,"Comment":"11/11/2024 3:14 PM - stevel - Req Date changed from 12/19/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"224115","line":"1","part":"CNC260LFA-M","qty":"1","price":"22995.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224115","line":"2","part":"INSTALLATION-RT-CNC-NE","qty":"1","price":"9500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"224115","Line":"2","Company":"1","F_Line":"1","Comment":"Installation includes: Drive unit short bar fiber","Loc":"Y"},{"Quote":"224115","Line":"2","Company":"1","F_Line":"2","Comment":"optic cable communications cable bulkhead cables","Loc":"Y"},{"Quote":"224115","Line":"2","Company":"1","F_Line":"3","Comment":"external cables parameter changes service time and","Loc":"Y"},{"Quote":"224115","Line":"2","Company":"1","F_Line":"4","Comment":"travel.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-11 15:15:19.895 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218092-11112024151519.txt === {"quote":"218092","customer":"19620","name":null,"customerName":"Source Machine Alliance","comp":"01","open":"0","shipto":"SOURMACH","shiptoName":"Source Machine","entry_date":"06-27-2024","cust_order_date":"06-27-2024","req_date":"11-09-2024","cust_po":"QRT-CNCZ105AA21","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"35","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"kylem","conv_order":"","time":"11:53","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"TSTE","follow_phone":"","follow_email":"TEST@TEST.COM","pic_user":"stevel","total_amt":"15989.25","total_gp":"9465.92","total_gpm":"59.20","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-09-2024","notes":[],"crmnotes":[{"comp":1,"quote":218092,"Line":0,"Comment":"07/12/2024 1:16 PM - stevel - CLO changed from 07/27/2024 to 08/10/2024 (CLO Date Updated)"},{"comp":1,"quote":218092,"Line":1,"Comment":"07/12/2024 1:16 PM - stevel - F/U changed from 07/10/2024 to 8/10/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218092,"Line":2,"Comment":"08/12/2024 8:51 AM - stevel - F/U changed from 08/10/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218092,"Line":3,"Comment":"08/12/2024 8:51 AM - stevel - CLO changed from 08/10/2024 to 09/28/2024 (CLO Date Updated)"},{"comp":1,"quote":218092,"Line":4,"Comment":"08/12/2024 8:51 AM - stevel - Req Date changed from 08/08/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":218092,"Line":5,"Comment":"10/14/2024 8:29 AM - stevel - F/U changed from 09/28/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218092,"Line":6,"Comment":"10/14/2024 8:29 AM - stevel - CLO changed from 09/28/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":218092,"Line":7,"Comment":"10/14/2024 8:29 AM - stevel - Req Date changed from 09/28/2024 to 11/09/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"218092","line":"1","part":"CNCZ105AA21-400W","qty":"1","price":"15960.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218092","line":"2","part":"5C-MANUAL-FIXTURE-ST","qty":"1","price":"1496.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218092","line":"3","part":"PBA-105","qty":"1","price":"3863.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-11 15:15:24.304 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218092-11112024151524.txt === {"quote":"218092","customer":"19620","name":null,"customerName":"Source Machine Alliance","comp":"01","open":"0","shipto":"SOURMACH","shiptoName":"Source Machine","entry_date":"06-27-2024","cust_order_date":"06-27-2024","req_date":"11-09-2024","cust_po":"QRT-CNCZ105AA21","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"35","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"kylem","conv_order":"","time":"11:53","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"TSTE","follow_phone":"","follow_email":"TEST@TEST.COM","pic_user":"stevel","total_amt":"15989.25","total_gp":"9465.92","total_gpm":"59.20","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-28-2024","notes":[],"crmnotes":[{"comp":1,"quote":218092,"Line":0,"Comment":"07/12/2024 1:16 PM - stevel - CLO changed from 07/27/2024 to 08/10/2024 (CLO Date Updated)"},{"comp":1,"quote":218092,"Line":1,"Comment":"07/12/2024 1:16 PM - stevel - F/U changed from 07/10/2024 to 8/10/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218092,"Line":2,"Comment":"08/12/2024 8:51 AM - stevel - F/U changed from 08/10/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218092,"Line":3,"Comment":"08/12/2024 8:51 AM - stevel - CLO changed from 08/10/2024 to 09/28/2024 (CLO Date Updated)"},{"comp":1,"quote":218092,"Line":4,"Comment":"08/12/2024 8:51 AM - stevel - Req Date changed from 08/08/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":218092,"Line":5,"Comment":"10/14/2024 8:29 AM - stevel - F/U changed from 09/28/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218092,"Line":6,"Comment":"10/14/2024 8:29 AM - stevel - CLO changed from 09/28/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":218092,"Line":7,"Comment":"10/14/2024 8:29 AM - stevel - Req Date changed from 09/28/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":218092,"Line":8,"Comment":"11/11/2024 3:15 PM - stevel - F/U changed from 11/09/2024 to 12/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218092,"Line":9,"Comment":"11/11/2024 3:15 PM - stevel - CLO changed from 11/09/2024 to 12/28/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"218092","line":"1","part":"CNCZ105AA21-400W","qty":"1","price":"15960.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218092","line":"2","part":"5C-MANUAL-FIXTURE-ST","qty":"1","price":"1496.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218092","line":"3","part":"PBA-105","qty":"1","price":"3863.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-11 15:15:27.072 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218092-11112024151526.txt === {"quote":"218092","customer":"19620","name":null,"customerName":"Source Machine Alliance","comp":"01","open":"0","shipto":"SOURMACH","shiptoName":"Source Machine","entry_date":"06-27-2024","cust_order_date":"06-27-2024","req_date":"12-28-2024","cust_po":"QRT-CNCZ105AA21","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"35","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"kylem","conv_order":"","time":"11:53","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"TSTE","follow_phone":"","follow_email":"TEST@TEST.COM","pic_user":"stevel","total_amt":"15989.25","total_gp":"9465.92","total_gpm":"59.20","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-28-2024","notes":[],"crmnotes":[{"comp":1,"quote":218092,"Line":0,"Comment":"07/12/2024 1:16 PM - stevel - CLO changed from 07/27/2024 to 08/10/2024 (CLO Date Updated)"},{"comp":1,"quote":218092,"Line":1,"Comment":"07/12/2024 1:16 PM - stevel - F/U changed from 07/10/2024 to 8/10/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218092,"Line":2,"Comment":"08/12/2024 8:51 AM - stevel - F/U changed from 08/10/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218092,"Line":3,"Comment":"08/12/2024 8:51 AM - stevel - CLO changed from 08/10/2024 to 09/28/2024 (CLO Date Updated)"},{"comp":1,"quote":218092,"Line":4,"Comment":"08/12/2024 8:51 AM - stevel - Req Date changed from 08/08/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":218092,"Line":5,"Comment":"10/14/2024 8:29 AM - stevel - F/U changed from 09/28/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218092,"Line":6,"Comment":"10/14/2024 8:29 AM - stevel - CLO changed from 09/28/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":218092,"Line":7,"Comment":"10/14/2024 8:29 AM - stevel - Req Date changed from 09/28/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":218092,"Line":8,"Comment":"11/11/2024 3:15 PM - stevel - F/U changed from 11/09/2024 to 12/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218092,"Line":9,"Comment":"11/11/2024 3:15 PM - stevel - CLO changed from 11/09/2024 to 12/28/2024 (CLO Date Updated)"},{"comp":1,"quote":218092,"Line":10,"Comment":"11/11/2024 3:15 PM - stevel - Req Date changed from 11/09/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"218092","line":"1","part":"CNCZ105AA21-400W","qty":"1","price":"15960.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218092","line":"2","part":"5C-MANUAL-FIXTURE-ST","qty":"1","price":"1496.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218092","line":"3","part":"PBA-105","qty":"1","price":"3863.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-11 15:15:44.180 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222249-11112024151543.txt === {"quote":"222249","customer":"23260","name":null,"customerName":"Waukesha Machine Tool","comp":"01","open":"0","shipto":"WAUKNEXT","shiptoName":"Waukesha Machine Tool","entry_date":"09-27-2024","cust_order_date":"09-27-2024","req_date":"11-08-2024","cust_po":"QRT-CNC260R/L","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"40","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Joe","drop_po":"","status":"0","user":"kylem","conv_order":"","time":"15:13","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Joe","follow_phone":"","follow_email":"joe@wmtcinc.com","pic_user":"stevel","total_amt":"36529.50","total_gp":"25107.46","total_gpm":"68.73","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"6","win_pct":"20","clo_date":"11-09-2024","notes":[],"crmnotes":[{"comp":1,"quote":222249,"Line":0,"Comment":"10/14/2024 6:43 AM - stevel - CLO changed from 10/27/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":222249,"Line":1,"Comment":"10/14/2024 6:43 AM - stevel - F/U changed from 10/10/2024 to 11/9/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222249","line":"1","part":"CNC260LOSP4-M","qty":"1","price":"26670.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222249","line":"2","part":"CNC260OSP4-M","qty":"1","price":"25515.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222249","line":"3","part":"TCE-97617-2000R","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222249","line":"4","part":"TCE-97617-2500R","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222249","line":"5","part":"TCE-E6384-2000R","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222249","line":"6","part":"TCE-E6384-2500R","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-11 15:15:48.874 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222249-11112024151548.txt === {"quote":"222249","customer":"23260","name":null,"customerName":"Waukesha Machine Tool","comp":"01","open":"0","shipto":"WAUKNEXT","shiptoName":"Waukesha Machine Tool","entry_date":"09-27-2024","cust_order_date":"09-27-2024","req_date":"11-08-2024","cust_po":"QRT-CNC260R/L","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"40","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Joe","drop_po":"","status":"0","user":"kylem","conv_order":"","time":"15:13","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Joe","follow_phone":"","follow_email":"joe@wmtcinc.com","pic_user":"stevel","total_amt":"36529.50","total_gp":"25107.46","total_gpm":"68.73","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"6","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":222249,"Line":0,"Comment":"10/14/2024 6:43 AM - stevel - CLO changed from 10/27/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":222249,"Line":1,"Comment":"10/14/2024 6:43 AM - stevel - F/U changed from 10/10/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222249,"Line":2,"Comment":"11/11/2024 3:15 PM - stevel - F/U changed from 11/09/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222249,"Line":3,"Comment":"11/11/2024 3:15 PM - stevel - CLO changed from 11/09/2024 to 12/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222249","line":"1","part":"CNC260LOSP4-M","qty":"1","price":"26670.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222249","line":"2","part":"CNC260OSP4-M","qty":"1","price":"25515.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222249","line":"3","part":"TCE-97617-2000R","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222249","line":"4","part":"TCE-97617-2500R","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222249","line":"5","part":"TCE-E6384-2000R","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222249","line":"6","part":"TCE-E6384-2500R","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-11 15:15:51.233 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222249-11112024151551.txt === {"quote":"222249","customer":"23260","name":null,"customerName":"Waukesha Machine Tool","comp":"01","open":"0","shipto":"WAUKNEXT","shiptoName":"Waukesha Machine Tool","entry_date":"09-27-2024","cust_order_date":"09-27-2024","req_date":"12-28-2024","cust_po":"QRT-CNC260R/L","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"40","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Joe","drop_po":"","status":"0","user":"kylem","conv_order":"","time":"15:13","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Joe","follow_phone":"","follow_email":"joe@wmtcinc.com","pic_user":"stevel","total_amt":"36529.50","total_gp":"25107.46","total_gpm":"68.73","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"6","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":222249,"Line":0,"Comment":"10/14/2024 6:43 AM - stevel - CLO changed from 10/27/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":222249,"Line":1,"Comment":"10/14/2024 6:43 AM - stevel - F/U changed from 10/10/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222249,"Line":2,"Comment":"11/11/2024 3:15 PM - stevel - F/U changed from 11/09/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222249,"Line":3,"Comment":"11/11/2024 3:15 PM - stevel - CLO changed from 11/09/2024 to 12/21/2024 (CLO Date Updated)"},{"comp":1,"quote":222249,"Line":4,"Comment":"11/11/2024 3:15 PM - stevel - Req Date changed from 11/08/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222249","line":"1","part":"CNC260LOSP4-M","qty":"1","price":"26670.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222249","line":"2","part":"CNC260OSP4-M","qty":"1","price":"25515.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222249","line":"3","part":"TCE-97617-2000R","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222249","line":"4","part":"TCE-97617-2500R","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222249","line":"5","part":"TCE-E6384-2000R","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222249","line":"6","part":"TCE-E6384-2500R","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-11 15:16:08.980 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222865-11112024151608.txt === {"quote":"222865","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"XXXXX","shiptoName":"Lyndex-Nikken Inc.","entry_date":"10-11-2024","cust_order_date":"10-11-2024","req_date":"12-28-2024","cust_po":"Ray Meuer","terms_code":"N30","ship_via":"U-GND","ship_collect":"NF-LIT","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Ray Meuer","drop_po":"CNCB350ZA","status":"0","user":"stevel","conv_order":"","time":"08:46","extra":"","follow_up":"11-09-2024","web_id":"","follow_name":"Ray Meuer","follow_phone":"","follow_email":"rmeuer@unisig.com","pic_user":"stevel","total_amt":"43576.25","total_gp":"42078.18","total_gpm":"96.56","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-11-2024","notes":[],"crmnotes":[{"comp":1,"quote":222865,"Line":0,"Comment":"10/21/2024 6:25 AM - stevel - F/U changed from 10/24/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222865,"Line":1,"Comment":"11/11/2024 3:16 PM - stevel - Req Date changed from 11/22/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222865","line":"1","part":"CNCB350ZA-M","qty":"1","price":"37250.00","uom":"EA","discount":"25.00","req_date":"B/O ETA","branch":"2"},{"comp":"01","order":"222865","line":"2","part":"AY0200","qty":"1","price":"4185.00","uom":"EA","discount":"25.00","req_date":"0 Stk","branch":"2"},{"comp":"01","order":"222865","line":"3","part":"RT-ACCS-SCALE","qty":"1","price":"12500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222865","Line":"3","Company":"1","F_Line":"1","Comment":"Heidenhain scale with mounting kit +/-3","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-11 15:16:11.479 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222865-11112024151611.txt === {"quote":"222865","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"XXXXX","shiptoName":"Lyndex-Nikken Inc.","entry_date":"10-11-2024","cust_order_date":"10-11-2024","req_date":"12-28-2024","cust_po":"Ray Meuer","terms_code":"N30","ship_via":"U-GND","ship_collect":"NF-LIT","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Ray Meuer","drop_po":"CNCB350ZA","status":"0","user":"stevel","conv_order":"","time":"08:46","extra":"","follow_up":"11-09-2024","web_id":"","follow_name":"Ray Meuer","follow_phone":"","follow_email":"rmeuer@unisig.com","pic_user":"stevel","total_amt":"43576.25","total_gp":"42078.18","total_gpm":"96.56","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":222865,"Line":0,"Comment":"10/21/2024 6:25 AM - stevel - F/U changed from 10/24/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222865,"Line":1,"Comment":"11/11/2024 3:16 PM - stevel - Req Date changed from 11/22/2024 to 12/28/2024 (Req Date Updated)"},{"comp":1,"quote":222865,"Line":2,"Comment":"11/11/2024 3:16 PM - stevel - CLO changed from 11/11/2024 to 12/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222865","line":"1","part":"CNCB350ZA-M","qty":"1","price":"37250.00","uom":"EA","discount":"25.00","req_date":"B/O ETA","branch":"2"},{"comp":"01","order":"222865","line":"2","part":"AY0200","qty":"1","price":"4185.00","uom":"EA","discount":"25.00","req_date":"0 Stk","branch":"2"},{"comp":"01","order":"222865","line":"3","part":"RT-ACCS-SCALE","qty":"1","price":"12500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222865","Line":"3","Company":"1","F_Line":"1","Comment":"Heidenhain scale with mounting kit +/-3","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-11 15:16:12.767 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222865-11112024151612.txt === {"quote":"222865","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"XXXXX","shiptoName":"Lyndex-Nikken Inc.","entry_date":"10-11-2024","cust_order_date":"10-11-2024","req_date":"12-28-2024","cust_po":"Ray Meuer","terms_code":"N30","ship_via":"U-GND","ship_collect":"NF-LIT","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Ray Meuer","drop_po":"CNCB350ZA","status":"0","user":"stevel","conv_order":"","time":"08:46","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Ray Meuer","follow_phone":"","follow_email":"rmeuer@unisig.com","pic_user":"stevel","total_amt":"43576.25","total_gp":"42078.18","total_gpm":"96.56","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":222865,"Line":0,"Comment":"10/21/2024 6:25 AM - stevel - F/U changed from 10/24/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222865,"Line":1,"Comment":"11/11/2024 3:16 PM - stevel - Req Date changed from 11/22/2024 to 12/28/2024 (Req Date Updated)"},{"comp":1,"quote":222865,"Line":2,"Comment":"11/11/2024 3:16 PM - stevel - CLO changed from 11/11/2024 to 12/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222865","line":"1","part":"CNCB350ZA-M","qty":"1","price":"37250.00","uom":"EA","discount":"25.00","req_date":"B/O ETA","branch":"2"},{"comp":"01","order":"222865","line":"2","part":"AY0200","qty":"1","price":"4185.00","uom":"EA","discount":"25.00","req_date":"0 Stk","branch":"2"},{"comp":"01","order":"222865","line":"3","part":"RT-ACCS-SCALE","qty":"1","price":"12500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222865","Line":"3","Company":"1","F_Line":"1","Comment":"Heidenhain scale with mounting kit +/-3","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-11 15:16:54.049 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220379-11112024151653.txt === {"quote":"220379","customer":"5420","name":null,"customerName":"Ellison(IA,MO,WI)","comp":"01","open":"0","shipto":"ELLISONW","shiptoName":"Ellison Technologies","entry_date":"08-19-2024","cust_order_date":"03-27-2024","req_date":"12-28-2024","cust_po":"Alex Knoebel","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Alex Knoebel","drop_po":"CNC302FA-M","status":"0","user":"stevel","conv_order":"","time":"15:30","extra":"","follow_up":"11-09-2024","web_id":"","follow_name":"Alex Knoebel","follow_phone":"","follow_email":"aknoebel@ellisontechnologies.com","pic_user":"stevel","total_amt":"33649.60","total_gp":"25435.56","total_gpm":"75.59","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-09-2024","notes":[],"crmnotes":[{"comp":1,"quote":220379,"Line":0,"Comment":"08/26/2024 12:11 PM - stevel - Req Date changed from 08/19/2024 to 09/21/2024 (Req Date Updated)"},{"comp":1,"quote":220379,"Line":1,"Comment":"08/26/2024 12:11 PM - stevel - CLO changed from NaN/NaN/NaN to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":220379,"Line":2,"Comment":"08/26/2024 12:11 PM - stevel - F/U changed from 08/25/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220379,"Line":3,"Comment":"10/01/2024 2:45 PM - stevel - F/U changed from 09/21/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220379,"Line":4,"Comment":"10/01/2024 2:45 PM - stevel - CLO changed from 09/21/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":220379,"Line":5,"Comment":"10/01/2024 2:45 PM - stevel - Req Date changed from 09/21/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":220379,"Line":6,"Comment":"11/11/2024 3:16 PM - stevel - Req Date changed from 11/09/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"220379","line":"2","part":"CNC302FA-M","qty":"1","price":"24150.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220379","line":"3","part":"TAT-250","qty":"1","price":"11778.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220379","line":"4","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"8500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-11 15:16:56.314 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220379-11112024151656.txt === {"quote":"220379","customer":"5420","name":null,"customerName":"Ellison(IA,MO,WI)","comp":"01","open":"0","shipto":"ELLISONW","shiptoName":"Ellison Technologies","entry_date":"08-19-2024","cust_order_date":"03-27-2024","req_date":"12-28-2024","cust_po":"Alex Knoebel","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Alex Knoebel","drop_po":"CNC302FA-M","status":"0","user":"stevel","conv_order":"","time":"15:30","extra":"","follow_up":"11-09-2024","web_id":"","follow_name":"Alex Knoebel","follow_phone":"","follow_email":"aknoebel@ellisontechnologies.com","pic_user":"stevel","total_amt":"33649.60","total_gp":"25435.56","total_gpm":"75.59","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-28-2024","notes":[],"crmnotes":[{"comp":1,"quote":220379,"Line":0,"Comment":"08/26/2024 12:11 PM - stevel - Req Date changed from 08/19/2024 to 09/21/2024 (Req Date Updated)"},{"comp":1,"quote":220379,"Line":1,"Comment":"08/26/2024 12:11 PM - stevel - CLO changed from NaN/NaN/NaN to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":220379,"Line":2,"Comment":"08/26/2024 12:11 PM - stevel - F/U changed from 08/25/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220379,"Line":3,"Comment":"10/01/2024 2:45 PM - stevel - F/U changed from 09/21/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220379,"Line":4,"Comment":"10/01/2024 2:45 PM - stevel - CLO changed from 09/21/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":220379,"Line":5,"Comment":"10/01/2024 2:45 PM - stevel - Req Date changed from 09/21/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":220379,"Line":6,"Comment":"11/11/2024 3:16 PM - stevel - Req Date changed from 11/09/2024 to 12/28/2024 (Req Date Updated)"},{"comp":1,"quote":220379,"Line":7,"Comment":"11/11/2024 3:16 PM - stevel - CLO changed from 11/09/2024 to 12/28/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"220379","line":"2","part":"CNC302FA-M","qty":"1","price":"24150.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220379","line":"3","part":"TAT-250","qty":"1","price":"11778.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220379","line":"4","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"8500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-11 15:16:56.927 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220379-11112024151656.txt === {"quote":"220379","customer":"5420","name":null,"customerName":"Ellison(IA,MO,WI)","comp":"01","open":"0","shipto":"ELLISONW","shiptoName":"Ellison Technologies","entry_date":"08-19-2024","cust_order_date":"03-27-2024","req_date":"12-28-2024","cust_po":"Alex Knoebel","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Alex Knoebel","drop_po":"CNC302FA-M","status":"0","user":"stevel","conv_order":"","time":"15:30","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Alex Knoebel","follow_phone":"","follow_email":"aknoebel@ellisontechnologies.com","pic_user":"stevel","total_amt":"33649.60","total_gp":"25435.56","total_gpm":"75.59","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-28-2024","notes":[],"crmnotes":[{"comp":1,"quote":220379,"Line":0,"Comment":"08/26/2024 12:11 PM - stevel - Req Date changed from 08/19/2024 to 09/21/2024 (Req Date Updated)"},{"comp":1,"quote":220379,"Line":1,"Comment":"08/26/2024 12:11 PM - stevel - CLO changed from NaN/NaN/NaN to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":220379,"Line":2,"Comment":"08/26/2024 12:11 PM - stevel - F/U changed from 08/25/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220379,"Line":3,"Comment":"10/01/2024 2:45 PM - stevel - F/U changed from 09/21/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220379,"Line":4,"Comment":"10/01/2024 2:45 PM - stevel - CLO changed from 09/21/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":220379,"Line":5,"Comment":"10/01/2024 2:45 PM - stevel - Req Date changed from 09/21/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":220379,"Line":6,"Comment":"11/11/2024 3:16 PM - stevel - Req Date changed from 11/09/2024 to 12/28/2024 (Req Date Updated)"},{"comp":1,"quote":220379,"Line":7,"Comment":"11/11/2024 3:16 PM - stevel - CLO changed from 11/09/2024 to 12/28/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"220379","line":"2","part":"CNC302FA-M","qty":"1","price":"24150.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220379","line":"3","part":"TAT-250","qty":"1","price":"11778.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220379","line":"4","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"8500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-11 15:17:14.334 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222710-11112024151714.txt === {"quote":"222710","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMSCHIL","shiptoName":"Yamazen, Inc.","entry_date":"10-08-2024","cust_order_date":"10-08-2024","req_date":"11-19-2024","cust_po":"Sonia Navarro","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Sonia Navarro","drop_po":"CNCZ180LAA21","status":"0","user":"stevel","conv_order":"","time":"16:39","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Sonia Navarro","follow_phone":"847-882-9056","follow_email":"sonianavarro@yamazen.com","pic_user":"stevel","total_amt":"38285","total_gp":"24792.82","total_gpm":"64.76","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-08-2024","notes":[],"crmnotes":[{"comp":1,"quote":222710,"Line":0,"Comment":"10/21/2024 6:24 AM - stevel - F/U changed from 10/21/2024 to 11/9/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222710","line":"1","part":"CNCZ180LAA21-400W","qty":"2","price":"25200.00","uom":"EA","discount":"35.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222710","line":"2","part":"RT-ACCESSORY","qty":"1","price":"6500.00","uom":"EA","discount":"15.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222710","Line":"2","Company":"1","F_Line":"1","Comment":"Sheet metal divider with junction box.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-11 15:17:19.144 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222710-11112024151718.txt === {"quote":"222710","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMSCHIL","shiptoName":"Yamazen, Inc.","entry_date":"10-08-2024","cust_order_date":"10-08-2024","req_date":"11-19-2024","cust_po":"Sonia Navarro","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Sonia Navarro","drop_po":"CNCZ180LAA21","status":"0","user":"stevel","conv_order":"","time":"16:39","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Sonia Navarro","follow_phone":"847-882-9056","follow_email":"sonianavarro@yamazen.com","pic_user":"stevel","total_amt":"38285","total_gp":"24792.82","total_gpm":"64.76","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-28-2024","notes":[],"crmnotes":[{"comp":1,"quote":222710,"Line":0,"Comment":"10/21/2024 6:24 AM - stevel - F/U changed from 10/21/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222710,"Line":1,"Comment":"11/11/2024 3:17 PM - stevel - F/U changed from 11/09/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222710,"Line":2,"Comment":"11/11/2024 3:17 PM - stevel - CLO changed from 11/08/2024 to 12/28/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222710","line":"1","part":"CNCZ180LAA21-400W","qty":"2","price":"25200.00","uom":"EA","discount":"35.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222710","line":"2","part":"RT-ACCESSORY","qty":"1","price":"6500.00","uom":"EA","discount":"15.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222710","Line":"2","Company":"1","F_Line":"1","Comment":"Sheet metal divider with junction box.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-11 15:17:21.511 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222710-11112024151721.txt === {"quote":"222710","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMSCHIL","shiptoName":"Yamazen, Inc.","entry_date":"10-08-2024","cust_order_date":"10-08-2024","req_date":"12-28-2024","cust_po":"Sonia Navarro","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Sonia Navarro","drop_po":"CNCZ180LAA21","status":"0","user":"stevel","conv_order":"","time":"16:39","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Sonia Navarro","follow_phone":"847-882-9056","follow_email":"sonianavarro@yamazen.com","pic_user":"stevel","total_amt":"38285","total_gp":"24792.82","total_gpm":"64.76","rev_type":"RT","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-28-2024","notes":[],"crmnotes":[{"comp":1,"quote":222710,"Line":0,"Comment":"10/21/2024 6:24 AM - stevel - F/U changed from 10/21/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222710,"Line":1,"Comment":"11/11/2024 3:17 PM - stevel - F/U changed from 11/09/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222710,"Line":2,"Comment":"11/11/2024 3:17 PM - stevel - CLO changed from 11/08/2024 to 12/28/2024 (CLO Date Updated)"},{"comp":1,"quote":222710,"Line":3,"Comment":"11/11/2024 3:17 PM - stevel - Req Date changed from 11/19/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222710","line":"1","part":"CNCZ180LAA21-400W","qty":"2","price":"25200.00","uom":"EA","discount":"35.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222710","line":"2","part":"RT-ACCESSORY","qty":"1","price":"6500.00","uom":"EA","discount":"15.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222710","Line":"2","Company":"1","F_Line":"1","Comment":"Sheet metal divider with junction box.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-11 15:17:42.408 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223111-11112024151742.txt === {"quote":"223111","customer":"1738","name":null,"customerName":"ApTex Inc","comp":"01","open":"0","shipto":"APTEXWAU","shiptoName":"Aptex-Whs 1","entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"11-28-2024","cust_po":"Pat Foti","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"40","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Pat Foti","drop_po":"Zero Clamp","status":"0","user":"stevel","conv_order":"","time":"10:34","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Pat Foti","follow_phone":"262-765-0180","follow_email":"foti@aptexinc.com","pic_user":"stevel","total_amt":"4694.4","total_gp":"2505.72","total_gpm":"53.38","rev_type":"PCQC","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"8","win_pct":"20","clo_date":"11-17-2024","notes":[],"crmnotes":[{"comp":1,"quote":223111,"Line":0,"Comment":"10/21/2024 6:26 AM - stevel - F/U changed from 10/30/2024 to 11/9/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223111","line":"1","part":"WH-ZP120-STD","qty":"4","price":"1371.00","uom":"EA","discount":"20.00","req_date":"B/O ETA","branch":"2"},{"comp":"01","order":"223111","line":"2","part":"WH-ZP120-STUD-18M12","qty":"4","price":"96.00","uom":"EA","discount":"20.00","req_date":"B/O ETA","branch":"2"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-11 15:17:49.370 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223111-11112024151749.txt === {"quote":"223111","customer":"1738","name":null,"customerName":"ApTex Inc","comp":"01","open":"0","shipto":"APTEXWAU","shiptoName":"Aptex-Whs 1","entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"11-28-2024","cust_po":"Pat Foti","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"40","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Pat Foti","drop_po":"Zero Clamp","status":"0","user":"stevel","conv_order":"","time":"10:34","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Pat Foti","follow_phone":"262-765-0180","follow_email":"foti@aptexinc.com","pic_user":"stevel","total_amt":"4694.4","total_gp":"2505.72","total_gpm":"53.38","rev_type":"PCQC","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"8","win_pct":"20","clo_date":"12-28-2024","notes":[],"crmnotes":[{"comp":1,"quote":223111,"Line":0,"Comment":"10/21/2024 6:26 AM - stevel - F/U changed from 10/30/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223111,"Line":1,"Comment":"11/11/2024 3:17 PM - stevel - F/U changed from 11/09/2024 to 12/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223111,"Line":2,"Comment":"11/11/2024 3:17 PM - stevel - CLO changed from 11/17/2024 to 12/28/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223111","line":"1","part":"WH-ZP120-STD","qty":"4","price":"1371.00","uom":"EA","discount":"20.00","req_date":"B/O ETA","branch":"2"},{"comp":"01","order":"223111","line":"2","part":"WH-ZP120-STUD-18M12","qty":"4","price":"96.00","uom":"EA","discount":"20.00","req_date":"B/O ETA","branch":"2"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-11 15:17:52.525 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223111-11112024151752.txt === {"quote":"223111","customer":"1738","name":null,"customerName":"ApTex Inc","comp":"01","open":"0","shipto":"APTEXWAU","shiptoName":"Aptex-Whs 1","entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"12-28-2024","cust_po":"Pat Foti","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"40","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Pat Foti","drop_po":"Zero Clamp","status":"0","user":"stevel","conv_order":"","time":"10:34","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Pat Foti","follow_phone":"262-765-0180","follow_email":"foti@aptexinc.com","pic_user":"stevel","total_amt":"4694.4","total_gp":"2505.72","total_gpm":"53.38","rev_type":"PCQC","mod_date":"11-11-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"8","win_pct":"20","clo_date":"12-28-2024","notes":[],"crmnotes":[{"comp":1,"quote":223111,"Line":0,"Comment":"10/21/2024 6:26 AM - stevel - F/U changed from 10/30/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223111,"Line":1,"Comment":"11/11/2024 3:17 PM - stevel - F/U changed from 11/09/2024 to 12/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223111,"Line":2,"Comment":"11/11/2024 3:17 PM - stevel - CLO changed from 11/17/2024 to 12/28/2024 (CLO Date Updated)"},{"comp":1,"quote":223111,"Line":3,"Comment":"11/11/2024 3:17 PM - stevel - Req Date changed from 11/28/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223111","line":"1","part":"WH-ZP120-STD","qty":"4","price":"1371.00","uom":"EA","discount":"20.00","req_date":"B/O ETA","branch":"2"},{"comp":"01","order":"223111","line":"2","part":"WH-ZP120-STUD-18M12","qty":"4","price":"96.00","uom":"EA","discount":"20.00","req_date":"B/O ETA","branch":"2"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-11 15:18:06.686 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222650-11112024151806.txt === {"quote":"222650","customer":"23260","name":null,"customerName":"Waukesha Machine Tool","comp":"01","open":"0","shipto":"WAUKNEXT","shiptoName":"Waukesha Machine Tool","entry_date":"10-07-2024","cust_order_date":"10-07-2024","req_date":"12-28-2024","cust_po":"Joe Howden","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"40","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Joe Howden","drop_po":"CNC321FA-M","status":"0","user":"stevel","conv_order":"","time":"16:45","extra":"","follow_up":"11-09-2024","web_id":"","follow_name":"Joe Howden","follow_phone":"","follow_email":"Joe Howden = -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1960687 second/s. 2024-11-12 06:09:44.294 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-12 07:43:47.849 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-12 08:32:46.455 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222609-11122024083246.txt === {"quote":"222609","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"HELIGEAR","shiptoName":"Heligear Acquisition Co","entry_date":"10-07-2024","cust_order_date":"10-07-2024","req_date":"11-26-2024","cust_po":"SK10-4AC","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"11:10","extra":"","follow_up":"11-12-2024","web_id":"","follow_name":"Cheryl Torres","follow_phone":"480-755-0415","follow_email":"torresch@mscdirect.com","pic_user":"rons","total_amt":"769.6","total_gp":"472.36","total_gpm":"61.38","rev_type":"ADV","mod_date":"11-12-2024","mod_time":null,"mod_user":"rons","reason":"2","totalQty":"4","win_pct":"20","clo_date":"11-20-2024","notes":[{"comp":"1","quote":"222609","line":"2","data":"back to her...shipping to \"Heligear\" in Arizona"},{"comp":"1","quote":"222609","line":"1","data":"price and delivery for 2 pieces on line 3 and get"},{"comp":"1","quote":"222609","line":"0","data":"10-07-2024 11:12-rons: told her I would check on"}],"crmnotes":[{"comp":1,"quote":222609,"Line":0,"Comment":"10/07/2024 4:33 PM - rons - 2x S25-SK10C-300 on log...waiting on P&D"},{"comp":1,"quote":222609,"Line":1,"Comment":"10/07/2024 4:33 PM - rons - F/U changed from 10/13/2024 to 10/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222609,"Line":2,"Comment":"10/09/2024 9:23 AM - rons - F/U changed from 10/09/2024 to 10/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222609,"Line":3,"Comment":"10/28/2024 4:31 PM - rons - F/U changed from 10/30/2024 to 10/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222609,"Line":4,"Comment":"10/28/2024 4:32 PM - rons - Cheryl said they're going through the purchasing process and wasn't aware of any other competitors; thought it was looking good and said about 2 weeks when asking timeframe..."},{"comp":1,"quote":222609,"Line":5,"Comment":"10/28/2024 4:33 PM - rons - F/U changed from 10/28/2024 to 11/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222609,"Line":6,"Comment":"10/28/2024 4:33 PM - rons - CLO changed from 11/07/2024 to 11/20/2024 (CLO Date Updated)"},{"comp":1,"quote":222609,"Line":7,"Comment":"10/28/2024 4:33 PM - rons - Req Date changed from 11/18/2024 to 11/26/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222609","line":"1","part":"SK10-4AC","qty":"1","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222609","line":"2","part":"SK10-10AC","qty":"1","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222609","line":"3","part":"S25-SK10C-300","qty":"2","price":"496.00","uom":"EA","discount":"35.00","req_date":"2 WEEKS","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-12 08:33:09.827 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222944-11122024083309.txt === {"quote":"222944","customer":"13410","name":null,"customerName":"Max Tool Inc.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-14-2024","cust_order_date":"10-14-2024","req_date":"11-25-2024","cust_po":"CAT40-SF14-80CP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"13:45","extra":"","follow_up":"11-12-2024","web_id":"","follow_name":"David Orr","follow_phone":"205-942-2466","follow_email":"david@maxtoolinc.com","pic_user":"rons","total_amt":"201.5","total_gp":"201.50","total_gpm":"100.00","rev_type":"ADV","mod_date":"11-12-2024","mod_time":null,"mod_user":"rons","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-14-2024","notes":[{"comp":"1","quote":"222944","line":"7","data":"send to mod"},{"comp":"1","quote":"222944","line":"6","data":"of final E/U...CAT40-SF14-80 in stock that we can"},{"comp":"1","quote":"222944","line":"5","data":"10-14-2024 13:46-rons: going to reseller, not sure"},{"comp":"1","quote":"222944","line":"4","data":"mod here in IL"},{"comp":"1","quote":"222944","line":"3","data":"10-15-2024 13:53-rons: double checking if we can"},{"comp":"1","quote":"222944","line":"2","data":"instead"},{"comp":"1","quote":"222944","line":"1","data":"timeframe and seeing if CAT40-SF14-80 will work"},{"comp":"1","quote":"222944","line":"0","data":"10-16-2024 09:18-rons: asking David customer's"}],"crmnotes":[{"comp":1,"quote":222944,"Line":0,"Comment":"10/16/2024 1:29 PM - rons - F/U changed from 10/20/2024 to 10/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222944,"Line":1,"Comment":"10/16/2024 1:30 PM - rons - David checking on timeframe and if they need coolant..."},{"comp":1,"quote":222944,"Line":2,"Comment":"10/17/2024 4:50 PM - rons - F/U changed from 10/20/2024 to 10/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222944,"Line":3,"Comment":"10/21/2024 1:48 PM - rons - F/U changed from 10/21/2024 to 11/12/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222944","line":"1","part":"CAT40-SF14-80CP","qty":"1","price":"310.00","uom":"EA","discount":"35.00","req_date":"1 WEEK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-12 08:35:29.352 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224178-11122024083529.txt === {"quote":"224178","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"WEBLONGB","shiptoName":"Weber Metals Inc","entry_date":"11-08-2024","cust_order_date":"11-08-2024","req_date":"12-20-2024","cust_po":"TQW-ER32/SK20(50)","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"14:00","extra":"","follow_up":"12-05-2024","web_id":"","follow_name":"Rebecca Kurash","follow_phone":"714-379-6556","follow_email":"Rebecca.Kurash@mscdirect.com","pic_user":"rons","total_amt":"66.3","total_gp":"26.26","total_gpm":"39.61","rev_type":"STD","mod_date":"11-12-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-08-2024","notes":[{"comp":"1","quote":"224178","line":"0","data":"11-08-2024 14:02 - Discounts Recalculated"}],"crmnotes":[],"items":[{"comp":"01","order":"224178","line":"1","part":"TQW-ER32/SK20(50)","qty":"1","price":"102.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-12 08:36:23.846 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224194-11122024083623.txt === {"quote":"224194","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"WESTRA","shiptoName":"PTSolutions - Rancho Cordova","entry_date":"11-08-2024","cust_order_date":"11-08-2024","req_date":"12-20-2024","cust_po":"800-064","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"16:25","extra":"","follow_up":"11-12-2024","web_id":"","follow_name":"Keith Derenne","follow_phone":"916-852-8911","follow_email":"keith.derenne@pts-tool.com","pic_user":"rons","total_amt":"88.08","total_gp":"55.66","total_gpm":"63.19","rev_type":"STD","mod_date":"11-12-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-08-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224194","line":"1","part":"800-064","qty":"1","price":"44.00","uom":"EA","discount":"58.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224194","line":"2","part":"830-064-3.25","qty":"1","price":"120.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-12 08:36:45.422 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224194-11122024083645.txt === {"quote":"224194","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"1","shipto":"WESTRA","shiptoName":"PTSolutions - Rancho Cordova","entry_date":"11-08-2024","cust_order_date":"11-08-2024","req_date":"12-20-2024","cust_po":"800-064","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"16:25","extra":"","follow_up":"11-12-2024","web_id":"","follow_name":"Keith Derenne","follow_phone":"916-852-8911","follow_email":"keith.derenne@pts-tool.com","pic_user":"rons","total_amt":"88.08","total_gp":"55.66","total_gpm":"63.19","rev_type":"STD","mod_date":"11-12-2024","mod_time":null,"mod_user":"rons","reason":"8","totalQty":"2","win_pct":"20","clo_date":"12-08-2024","notes":[],"crmnotes":[{"comp":1,"quote":224194,"Line":0,"Comment":"11/12/2024 8:36 AM - rons - F/U changed from 11/14/2024 to 11/12/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224194","line":"1","part":"800-064","qty":"1","price":"44.00","uom":"EA","discount":"58.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224194","line":"2","part":"830-064-3.25","qty":"1","price":"120.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-12 08:39:23.419 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223768-11122024083923.txt === {"quote":"223768","customer":"1770","name":null,"customerName":"Aronson-Campbell Industrial Supply","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-31-2024","cust_order_date":"10-31-2024","req_date":"12-12-2024","cust_po":"C5006-2500-6.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"11:26","extra":"","follow_up":"11-12-2024","web_id":"","follow_name":"Lenny Wood","follow_phone":"509-891-4047","follow_email":"lennyw@aronson-campbell.com","pic_user":"rons","total_amt":"158.6","total_gp":"91.03","total_gpm":"57.40","rev_type":"STD","mod_date":"11-12-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-30-2024","notes":[],"crmnotes":[{"comp":1,"quote":223768,"Line":0,"Comment":"11/04/2024 1:49 PM - rons - Motion also quoting this?"},{"comp":1,"quote":223768,"Line":1,"Comment":"11/04/2024 1:50 PM - rons - F/U changed from 11/06/2024 to 11/20/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223768","line":"1","part":"C5006-2500-6.00","qty":"1","price":"244.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-12 08:39:43.068 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223768-11122024083942.txt === {"quote":"223768","customer":"1770","name":null,"customerName":"Aronson-Campbell Industrial Supply","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-31-2024","cust_order_date":"10-31-2024","req_date":"12-12-2024","cust_po":"C5006-2500-6.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"11:26","extra":"","follow_up":"11-12-2024","web_id":"","follow_name":"Lenny Wood","follow_phone":"509-891-4047","follow_email":"lennyw@aronson-campbell.com","pic_user":"rons","total_amt":"158.6","total_gp":"91.03","total_gpm":"57.40","rev_type":"STD","mod_date":"11-12-2024","mod_time":null,"mod_user":"rons","reason":"5","totalQty":"1","win_pct":"20","clo_date":"11-30-2024","notes":[],"crmnotes":[{"comp":1,"quote":223768,"Line":0,"Comment":"11/04/2024 1:49 PM - rons - Motion also quoting this?"},{"comp":1,"quote":223768,"Line":1,"Comment":"11/04/2024 1:50 PM - rons - F/U changed from 11/06/2024 to 11/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223768,"Line":2,"Comment":"11/12/2024 8:39 AM - rons - F/U changed from 11/20/2024 to 11/12/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223768","line":"1","part":"C5006-2500-6.00","qty":"1","price":"244.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-12 08:41:31.064 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223420-11122024084130.txt === {"quote":"223420","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"MSCWSA","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"10-23-2024","cust_order_date":"10-23-2024","req_date":"12-04-2024","cust_po":"QCFC65-140-SER","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"13:31","extra":"","follow_up":"11-12-2024","web_id":"","follow_name":"Rhiannon Wallace","follow_phone":"916-617-2002","follow_email":"rhiannon.wallace@mscdirect.com","pic_user":"rons","total_amt":"835.72","total_gp":"397.81","total_gpm":"47.60","rev_type":"PCQC","mod_date":"11-12-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-23-2024","notes":[],"crmnotes":[{"comp":1,"quote":223420,"Line":0,"Comment":"10/23/2024 3:47 PM - rons - F/U changed from 10/29/2024 to 11/20/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223420","line":"1","part":"QCFC65-140-SER","qty":"1","price":"327.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223420","line":"2","part":"QCFC65-WRENCH","qty":"1","price":"902.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-12 08:41:40.123 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223420-11122024084139.txt === {"quote":"223420","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"MSCWSA","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"10-23-2024","cust_order_date":"10-23-2024","req_date":"12-04-2024","cust_po":"QCFC65-140-SER","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"13:31","extra":"","follow_up":"11-12-2024","web_id":"","follow_name":"Rhiannon Wallace","follow_phone":"916-617-2002","follow_email":"rhiannon.wallace@mscdirect.com","pic_user":"rons","total_amt":"835.72","total_gp":"397.81","total_gpm":"47.60","rev_type":"PCQC","mod_date":"11-12-2024","mod_time":null,"mod_user":"rons","reason":"1","totalQty":"2","win_pct":"20","clo_date":"11-23-2024","notes":[],"crmnotes":[{"comp":1,"quote":223420,"Line":0,"Comment":"10/23/2024 3:47 PM - rons - F/U changed from 10/29/2024 to 11/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223420,"Line":1,"Comment":"11/12/2024 8:41 AM - rons - F/U changed from 11/20/2024 to 11/12/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223420","line":"1","part":"QCFC65-140-SER","qty":"1","price":"327.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223420","line":"2","part":"QCFC65-WRENCH","qty":"1","price":"902.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-12 08:43:53.770 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223619-11122024084353.txt === {"quote":"223619","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"MSCIOWA","shiptoName":"MSC Industrial Supply Co.","entry_date":"10-29-2024","cust_order_date":"10-29-2024","req_date":"12-10-2024","cust_po":"E32-034(C)","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"10:18","extra":"","follow_up":"11-12-2024","web_id":"","follow_name":"Kate Kleinsmith","follow_phone":"","follow_email":"katelyn.kleinsmith@decotool.com","pic_user":"rons","total_amt":"62.4","total_gp":"42.92","total_gpm":"68.78","rev_type":"STD","mod_date":"11-12-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-29-2024","notes":[],"crmnotes":[{"comp":1,"quote":223619,"Line":0,"Comment":"10/29/2024 4:26 PM - rons - F/U changed from 11/04/2024 to 11/26/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223619","line":"1","part":"E32-034(C)","qty":"1","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-12 08:44:15.274 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223619-11122024084415.txt === {"quote":"223619","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"MSCIOWA","shiptoName":"MSC Industrial Supply Co.","entry_date":"10-29-2024","cust_order_date":"10-29-2024","req_date":"12-10-2024","cust_po":"E32-034(C)","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"10:18","extra":"","follow_up":"11-12-2024","web_id":"","follow_name":"Kate Kleinsmith","follow_phone":"","follow_email":"katelyn.kleinsmith@decotool.com","pic_user":"rons","total_amt":"62.4","total_gp":"42.92","total_gpm":"68.78","rev_type":"STD","mod_date":"11-12-2024","mod_time":null,"mod_user":"rons","reason":"1","totalQty":"1","win_pct":"20","clo_date":"11-29-2024","notes":[],"crmnotes":[{"comp":1,"quote":223619,"Line":0,"Comment":"10/29/2024 4:26 PM - rons - F/U changed from 11/04/2024 to 11/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223619,"Line":1,"Comment":"11/12/2024 8:43 AM - rons - F/U changed from 11/26/2024 to 11/12/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223619","line":"1","part":"E32-034(C)","qty":"1","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-12 09:13:43.038 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223392-11122024091342.txt === {"quote":"223392","customer":"8170","name":null,"customerName":"Mars Supply","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-23-2024","cust_order_date":"10-23-2024","req_date":"12-04-2024","cust_po":"C5006-40-4.50","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"35","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"10:28","extra":"","follow_up":"11-13-2024","web_id":"","follow_name":"Dale Ewasiuk","follow_phone":"612-781-6105","follow_email":"dewasiuk@marssupply.com","pic_user":"jennad","total_amt":"143.65","total_gp":"81.73","total_gpm":"56.90","rev_type":"STD","mod_date":"11-12-2024","mod_time":null,"mod_user":"jennad","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-23-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223392","line":"1","part":"C5006-40-4.50","qty":"1","price":"221.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-12 09:13:54.943 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223935-11122024091354.txt === {"quote":"223935","customer":"7305","name":null,"customerName":"Georgino Industrial Supply Inc.","comp":"01","open":"0","shipto":"BETTS","shiptoName":"Betts Industries Incorporated","entry_date":"11-05-2024","cust_order_date":"12-02-2024","req_date":"12-05-2024","cust_po":"MZMP5-ER40X-OFF-ICE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Replacement Quote for Repair","drop_po":"","status":"0","user":"briand","conv_order":"","time":"09:02","extra":"","follow_up":"11-20-2024","web_id":"","follow_name":"Michael Reigel","follow_phone":"814-637-5301","follow_email":"mreigel@georgino.com","pic_user":"briand","total_amt":"4410.72","total_gp":"2239.80","total_gpm":"50.78","rev_type":"LT","mod_date":"11-12-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-04-2024","notes":[{"comp":"1","quote":"223935","line":"4","data":"for this and not applying the IMTS promo."},{"comp":"1","quote":"223935","line":"3","data":"11-05-2024 09:06-briand: tt Alyssa, giving 40% off"},{"comp":"1","quote":"223935","line":"2","data":"Mako/ENG know so inspection fee is waived."},{"comp":"1","quote":"223935","line":"1","data":"RGA# LVR-61296. If they purchase, please let"},{"comp":"1","quote":"223935","line":"0","data":"11-05-2024 09:05-briand: Replacement quote for"}],"crmnotes":[{"comp":1,"quote":223935,"Line":0,"Comment":"11/06/2024 10:58 AM - briand - Req Date changed from 11/05/2024 to 12/05/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223935","line":"1","part":"MZMP5-ER40X-OFF-ICE","qty":"1","price":"7222.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223935","line":"2","part":"040-SPAN","qty":"1","price":"37.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223935","line":"3","part":"WRENCH-MIM-107566","qty":"1","price":"77.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-12 09:14:26.826 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223406-11122024091426.txt === {"quote":"223406","customer":"19919","name":null,"customerName":"Sumitomo Electric Carbide Inc. (IL)","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-23-2024","cust_order_date":"10-23-2024","req_date":"12-04-2024","cust_po":"B3007-0011-4.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"11:30","extra":"","follow_up":"11-13-2024","web_id":"","follow_name":"John","follow_phone":"847-636-1864","follow_email":"@","pic_user":"jennad","total_amt":"151.8","total_gp":"112.75","total_gpm":"74.28","rev_type":"STD","mod_date":"11-12-2024","mod_time":null,"mod_user":"jennad","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-23-2024","notes":[{"comp":"1","quote":"223406","line":"1","data":"would have to ask his salesperson"},{"comp":"1","quote":"223406","line":"0","data":"10-23-2024 11:30-jennad offered wrench, but John"}],"crmnotes":[],"items":[{"comp":"01","order":"223406","line":"1","part":"B3007-0011-4.00","qty":"1","price":"253.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-12 09:15:04.194 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223659-11122024091503.txt === {"quote":"223659","customer":"8005","name":null,"customerName":"H & C Tool Supply Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-29-2024","cust_order_date":"10-29-2024","req_date":"12-10-2024","cust_po":"100-206(C)","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"15:15","extra":"","follow_up":"12-02-2024","web_id":"","follow_name":"Chris Miller","follow_phone":"585-235-5700","follow_email":"chris.miller@hctoolsupply.com","pic_user":"briand","total_amt":"273.6","total_gp":"184.49","total_gpm":"67.43","rev_type":"STD","mod_date":"11-12-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-29-2024","notes":[],"crmnotes":[{"comp":1,"quote":223659,"Line":0,"Comment":"11/04/2024 2:07 PM - briand - F/U changed from 11/04/2024 to 11/13/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223659","line":"1","part":"100-206(C)","qty":"1","price":"190.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223659","line":"2","part":"100-208(C)","qty":"1","price":"190.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-12 09:15:08.461 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223434-11122024091508.txt === {"quote":"223434","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"1","shipto":"NNTCITAS","shiptoName":"PTSolutions - Itasca","entry_date":"10-23-2024","cust_order_date":"10-23-2024","req_date":"12-04-2024","cust_po":"C5008-0013","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"14:47","extra":"","follow_up":"11-13-2024","web_id":"","follow_name":"Silvia Medina","follow_phone":"800-556-9999 x129","follow_email":"smedina@pts-tools.com","pic_user":"jennad","total_amt":"299.86","total_gp":"154.68","total_gpm":"51.58","rev_type":"STD","mod_date":"11-12-2024","mod_time":null,"mod_user":"jennad","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-23-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223434","line":"1","part":"C5008-0013","qty":"1","price":"517.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-12 09:15:14.034 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223659-11122024091513.txt === {"quote":"223659","customer":"8005","name":null,"customerName":"H & C Tool Supply Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-29-2024","cust_order_date":"10-29-2024","req_date":"12-10-2024","cust_po":"100-206(C)","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"15:15","extra":"","follow_up":"12-02-2024","web_id":"","follow_name":"Chris Miller","follow_phone":"585-235-5700","follow_email":"chris.miller@hctoolsupply.com","pic_user":"briand","total_amt":"273.6","total_gp":"184.49","total_gpm":"67.43","rev_type":"STD","mod_date":"11-12-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-03-2024","notes":[],"crmnotes":[{"comp":1,"quote":223659,"Line":0,"Comment":"11/04/2024 2:07 PM - briand - F/U changed from 11/04/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223659,"Line":1,"Comment":"11/12/2024 9:15 AM - briand - F/U changed from 11/13/2024 to 12/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223659,"Line":2,"Comment":"11/12/2024 9:15 AM - briand - CLO changed from 11/29/2024 to 12/03/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223659","line":"1","part":"100-206(C)","qty":"1","price":"190.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223659","line":"2","part":"100-208(C)","qty":"1","price":"190.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-12 09:17:18.648 [INFO] In session is user: rafaeli 2024-11-12 09:17:21.540 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.2386177011271, -87.9773391294106, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.2386177011271, -87.9773391294106, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.4230556 second/s. 2024-11-12 09:19:04.472 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222914-11122024091904.txt === {"quote":"222914","customer":"1082","name":null,"customerName":"Abrasive-Tool Corporation","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-14-2024","cust_order_date":"10-14-2024","req_date":"12-12-2024","cust_po":"E11-196(C)","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"08:20","extra":"","follow_up":"11-13-2024","web_id":"","follow_name":"Tim Horr","follow_phone":"585-785-2238","follow_email":"tim_horr@abrasivetool.com","pic_user":"briand","total_amt":"114","total_gp":"84.44","total_gpm":"74.07","rev_type":"STD","mod_date":"11-12-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-14-2024","notes":[],"crmnotes":[{"comp":1,"quote":222914,"Line":0,"Comment":"10/21/2024 8:39 AM - briand - F/U changed from 10/20/2024 to 10/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222914,"Line":1,"Comment":"10/28/2024 9:27 AM - briand - F/U changed from 10/28/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222914,"Line":2,"Comment":"10/28/2024 9:27 AM - briand - Sent TIm an email asking if this newer quote is still active."},{"comp":1,"quote":222914,"Line":3,"Comment":"10/28/2024 9:38 AM - briand - Tim got back to me and said the quote is still active."},{"comp":1,"quote":222914,"Line":4,"Comment":"11/12/2024 9:18 AM - briand - Pushing this out a couple more weeks, if no order by then, will close."},{"comp":1,"quote":222914,"Line":5,"Comment":"11/12/2024 9:19 AM - briand - Req Date changed from 11/25/2024 to 12/12/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222914","line":"1","part":"E11-196(C)","qty":"2","price":"76.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-12 09:19:10.811 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222914-11122024091910.txt === {"quote":"222914","customer":"1082","name":null,"customerName":"Abrasive-Tool Corporation","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-14-2024","cust_order_date":"10-14-2024","req_date":"12-12-2024","cust_po":"E11-196(C)","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"08:20","extra":"","follow_up":"11-13-2024","web_id":"","follow_name":"Tim Horr","follow_phone":"585-785-2238","follow_email":"tim_horr@abrasivetool.com","pic_user":"briand","total_amt":"114","total_gp":"84.44","total_gpm":"74.07","rev_type":"STD","mod_date":"11-12-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-11-2024","notes":[],"crmnotes":[{"comp":1,"quote":222914,"Line":0,"Comment":"10/21/2024 8:39 AM - briand - F/U changed from 10/20/2024 to 10/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222914,"Line":1,"Comment":"10/28/2024 9:27 AM - briand - F/U changed from 10/28/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222914,"Line":2,"Comment":"10/28/2024 9:27 AM - briand - Sent TIm an email asking if this newer quote is still active."},{"comp":1,"quote":222914,"Line":3,"Comment":"10/28/2024 9:38 AM - briand - Tim got back to me and said the quote is still active."},{"comp":1,"quote":222914,"Line":4,"Comment":"11/12/2024 9:18 AM - briand - Pushing this out a couple more weeks, if no order by then, will close."},{"comp":1,"quote":222914,"Line":5,"Comment":"11/12/2024 9:19 AM - briand - Req Date changed from 11/25/2024 to 12/12/2024 (Req Date Updated)"},{"comp":1,"quote":222914,"Line":6,"Comment":"11/12/2024 9:19 AM - briand - CLO changed from 11/14/2024 to 12/11/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222914","line":"1","part":"E11-196(C)","qty":"2","price":"76.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-12 09:19:17.296 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222914-11122024091917.txt === {"quote":"222914","customer":"1082","name":null,"customerName":"Abrasive-Tool Corporation","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-14-2024","cust_order_date":"10-14-2024","req_date":"12-12-2024","cust_po":"E11-196(C)","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"08:20","extra":"","follow_up":"12-10-2024","web_id":"","follow_name":"Tim Horr","follow_phone":"585-785-2238","follow_email":"tim_horr@abrasivetool.com","pic_user":"briand","total_amt":"114","total_gp":"84.44","total_gpm":"74.07","rev_type":"STD","mod_date":"11-12-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-11-2024","notes":[],"crmnotes":[{"comp":1,"quote":222914,"Line":0,"Comment":"10/21/2024 8:39 AM - briand - F/U changed from 10/20/2024 to 10/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222914,"Line":1,"Comment":"10/28/2024 9:27 AM - briand - F/U changed from 10/28/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222914,"Line":2,"Comment":"10/28/2024 9:27 AM - briand - Sent TIm an email asking if this newer quote is still active."},{"comp":1,"quote":222914,"Line":3,"Comment":"10/28/2024 9:38 AM - briand - Tim got back to me and said the quote is still active."},{"comp":1,"quote":222914,"Line":4,"Comment":"11/12/2024 9:18 AM - briand - Pushing this out a couple more weeks, if no order by then, will close."},{"comp":1,"quote":222914,"Line":5,"Comment":"11/12/2024 9:19 AM - briand - Req Date changed from 11/25/2024 to 12/12/2024 (Req Date Updated)"},{"comp":1,"quote":222914,"Line":6,"Comment":"11/12/2024 9:19 AM - briand - CLO changed from 11/14/2024 to 12/11/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222914","line":"1","part":"E11-196(C)","qty":"2","price":"76.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-12 09:26:46.277 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.2383968171679, -87.9776811496256, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.2383968171679, -87.9776811496256, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2387982 second/s. 2024-11-12 09:39:18.449 [INFO] In session is user: mattm 2024-11-12 09:52:45.260 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\3740-497-3265.txt === {"customer":"3740","line":"A","dept":"EN","name":"Nick Kawabata","title":"E","phone":"866-272-5766","cell":"111-111-1111","fax":null,"email":"nickkawabata_lyndex_test4@gmail.com","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3265,"password":null,"webenabled":null,"linkedin":null,"city":"Elk Grove Village","state":"IL","address1":"1300 Jarvis Avenue","address2":null,"zip":"60007","country":"USA","userid":"nickk","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"BT","Active":"Y","lnrp":"N"} [{"json":{"results":"Contactc","type":"contactc","line":" 497"}}] 2024-11-12 10:19:18.012 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.0557329152099, -111.477467451504, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.0557329152099, -111.477467451504, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2142517 second/s. 2024-11-12 10:36:07.096 [INFO] In session is user: aaronb 2024-11-12 10:36:08.911 [INFO] In session is user: aaronb 2024-11-12 10:36:10.870 [INFO] In session is user: aaronb 2024-11-12 10:36:12.127 [INFO] In session is user: aaronb 2024-11-12 10:36:13.567 [INFO] In session is user: aaronb 2024-11-12 10:36:15.006 [INFO] In session is user: aaronb 2024-11-12 10:36:16.437 [INFO] In session is user: aaronb 2024-11-12 10:36:17.951 [INFO] In session is user: aaronb 2024-11-12 10:36:19.303 [INFO] In session is user: aaronb 2024-11-12 10:36:20.816 [INFO] In session is user: aaronb 2024-11-12 10:36:21.583 [INFO] In session is user: aaronb 2024-11-12 10:36:21.948 [INFO] In session is user: aaronb 2024-11-12 10:36:22.346 [INFO] In session is user: aaronb 2024-11-12 10:36:22.786 [INFO] In session is user: aaronb 2024-11-12 10:36:23.238 [INFO] In session is user: aaronb 2024-11-12 10:36:23.591 [INFO] In session is user: aaronb 2024-11-12 10:36:24.007 [INFO] In session is user: aaronb 2024-11-12 10:36:24.390 [INFO] In session is user: aaronb 2024-11-12 10:36:24.778 [INFO] In session is user: aaronb 2024-11-12 10:36:25.132 [INFO] In session is user: aaronb 2024-11-12 10:36:25.513 [INFO] In session is user: aaronb 2024-11-12 10:36:25.922 [INFO] In session is user: aaronb 2024-11-12 10:36:26.348 [INFO] In session is user: aaronb 2024-11-12 10:37:43.207 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219875-11122024103742.txt === {"quote":"219875","customer":"19585","name":null,"customerName":"Thomas Skinner & Son Ltd.","comp":"01","open":"1","shipto":"NOPQRSTW","shiptoName":"Thomas Skinner - Calgary Location","entry_date":"08-08-2024","cust_order_date":"11-08-2024","req_date":"11-08-2024","cust_po":"MZQT47-ER32Z-MS-OFF-C","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"Nucleus Energy","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"10:21","extra":"","follow_up":"11-08-2024","web_id":"","follow_name":"Ken Oswald","follow_phone":"403-450-3004 x594","follow_email":"koswald@tskinner.com","pic_user":"bethw","total_amt":"8750.40","total_gp":"3004.68","total_gpm":"34.34","rev_type":"LT","mod_date":"11-12-2024","mod_time":null,"mod_user":"bethw","reason":"2","totalQty":"5","win_pct":"20","clo_date":"11-08-2024","notes":[{"comp":"1","quote":"219875","line":"11","data":"Derek for update. This is for Nucleus Energy."},{"comp":"1","quote":"219875","line":"10","data":"I go to Derek Saltel. He's the OS. Sent QFU to"},{"comp":"1","quote":"219875","line":"9","data":"08-22-2024 16:14-bethw: spoke to Ken, he suggested"},{"comp":"1","quote":"219875","line":"8","data":"the live tool."},{"comp":"1","quote":"219875","line":"7","data":"08-26-2024 11:24-bethw: no response from Derek on"},{"comp":"1","quote":"219875","line":"6","data":"out and catching up in a few weeks."},{"comp":"1","quote":"219875","line":"5","data":"promo was for and I gave him 11/30/24. I'm pushin"},{"comp":"1","quote":"219875","line":"4","data":"this EU is ghosting him. He asked how long the"},{"comp":"1","quote":"219875","line":"3","data":"09-05-2024 15:20-bethw: Derek responded and said"},{"comp":"1","quote":"219875","line":"2","data":"this is the same customer."},{"comp":"1","quote":"219875","line":"1","data":"quote and may be the same here. Asked Derek if"},{"comp":"1","quote":"219875","line":"0","data":"09-16-2024 08:52-bethw: quoted # 221372 is a new"}],"crmnotes":[{"comp":1,"quote":219875,"Line":0,"Comment":"11/12/2024 10:37 AM - bethw - Have not seen any response. quote expired and closed."}],"items":[{"comp":"01","order":"219875","line":"1","part":"MZQT47-ER32Z-MS-OFF-ICE","qty":"1","price":"8635.00","uom":"EA","discount":"38.00","req_date":"ETA 1-2wks","branch":"1"},{"comp":"01","order":"219875","line":"2","part":"MZQT47-ER32Z-MS","qty":"1","price":"5255.00","uom":"EA","discount":"38.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219875","line":"3","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"219875","line":"4","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219875","line":"5","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":5}}] 2024-11-12 10:42:03.031 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222662-11122024104202.txt === {"quote":"222662","customer":"1720","name":null,"customerName":"DXP Enterprises, Inc. (Appl Spec)","comp":"01","open":"0","shipto":"TRESKE","shiptoName":"Treske Precision Machining Inc.","entry_date":"10-08-2024","cust_order_date":"11-08-2024","req_date":"11-19-2024","cust_po":"SPECIAL-TL","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"09:00","extra":"","follow_up":"11-19-2024","web_id":"","follow_name":"Hunt","follow_phone":"360-693-8312","follow_email":"hunt@1asi.com","pic_user":"bethw","total_amt":"4338.00","total_gp":"4338.00","total_gpm":"100.00","rev_type":"STD","mod_date":"11-12-2024","mod_time":null,"mod_user":"bethw","reason":"","totalQty":"9","win_pct":"20","clo_date":"11-08-2024","notes":[],"crmnotes":[{"comp":1,"quote":222662,"Line":0,"Comment":"11/12/2024 10:41 AM - bethw - Sent QFU to Hunt for update on status."}],"items":[{"comp":"01","order":"222662","line":"1","part":"SPECIAL-TL","qty":"3","price":"612.00","uom":"EA","discount":"0.00","req_date":"10-12wks ADA","branch":"1"},{"comp":"01","order":"222662","line":"2","part":"SPECIAL-TL","qty":"6","price":"417.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222662","Line":"1","Company":"1","F_Line":"1","Comment":"P/N: HSK63A-0750-9.00","Loc":"Y"},{"Quote":"222662","Line":"1","Company":"1","F_Line":"2","Comment":"HSK63A taper 3/4 end mill holder with 9.00 g.l. and","Loc":"Y"},{"Quote":"222662","Line":"1","Company":"1","F_Line":"3","Comment":"special 1.19 diameter at the nose","Loc":"Y"},{"Quote":"222662","Line":"2","Company":"1","F_Line":"1","Comment":"P/N: HSK63A-0750-9.00","Loc":"Y"},{"Quote":"222662","Line":"2","Company":"1","F_Line":"2","Comment":"HSK63A taper 3/4 end mill holder with 9.00 g.l. and","Loc":"Y"},{"Quote":"222662","Line":"2","Company":"1","F_Line":"3","Comment":"special 1.19 diameter at the nose.","Loc":"Y"}],"qcomms":[{"Quote":"222662","Line":"0","Comment":"These are non-standard stock items and considered"},{"Quote":"222662","Line":"1","Comment":"specials. Once a PO has been issued these items"},{"Quote":"222662","Line":"2","Comment":"cannot be cancelled or returned."}],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-12 10:44:22.863 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222668-11122024104422.txt === {"quote":"222668","customer":"13050","name":null,"customerName":"M & M Sales and Equipment","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-08-2024","cust_order_date":"11-08-2024","req_date":"11-19-2024","cust_po":"QCFC42-EMR-RING","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"09:37","extra":"","follow_up":"11-08-2024","web_id":"","follow_name":"Jeff Westhoff- DFW","follow_phone":"682-888-4033","follow_email":"jeffw@mmsls.net","pic_user":"bethw","total_amt":"554.4","total_gp":"273.15","total_gpm":"49.27","rev_type":"PCQC","mod_date":"11-12-2024","mod_time":null,"mod_user":"bethw","reason":"2","totalQty":"2","win_pct":"20","clo_date":"11-08-2024","notes":[],"crmnotes":[{"comp":1,"quote":222668,"Line":0,"Comment":"11/12/2024 10:44 AM - bethw - no activity in area, quote expired and closed."}],"items":[{"comp":"01","order":"222668","line":"1","part":"QCFC42-EMR-RING","qty":"1","price":"385.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222668","line":"2","part":"QCFC42-08M-EMR","qty":"1","price":"308.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-12 10:50:42.521 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.1879439485324, -86.4265665185143, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.1879439485324, -86.4265665185143, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2139788 second/s. 2024-11-12 10:50:44.990 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.1879439485324, -86.4265665185143, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.1879439485324, -86.4265665185143, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2363101 second/s. 2024-11-12 10:51:35.562 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222962-11122024105135.txt === {"quote":"222962","customer":"8900","name":null,"customerName":"Wm. F. Hurst Co., Inc.","comp":"01","open":"0","shipto":"SHUTMAKS","shiptoName":"Shuttle Aerospace Inc.","entry_date":"10-14-2024","cust_order_date":"10-14-2024","req_date":"11-26-2024","cust_po":"OKEX-ER32Z","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"30","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"16:29","extra":"","follow_up":"11-12-2024","web_id":"","follow_name":"Jona Chambers","follow_phone":"316-529-5737","follow_email":"jchambers@wmhurst.com","pic_user":"rons","total_amt":"5943.32","total_gp":"3277.01","total_gpm":"55.14","rev_type":"LT","mod_date":"11-12-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-14-2024","notes":[{"comp":"1","quote":"222962","line":"2","data":"accessories needed..."},{"comp":"1","quote":"222962","line":"1","data":"Aerospace in KS for a new Okuma LB3000, no other"},{"comp":"1","quote":"222962","line":"0","data":"10-14-2024 16:31-rons: shipping to Shuttle"}],"crmnotes":[{"comp":1,"quote":222962,"Line":0,"Comment":"10/15/2024 3:10 PM - rons - Jona emailed back...\"Upon previewing all the quotes we got in, we think the customer will be most pleased with your quote. My salesman will be presenting today. Thank you!\""},{"comp":1,"quote":222962,"Line":1,"Comment":"10/17/2024 4:50 PM - rons - F/U changed from 10/20/2024 to 10/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222962,"Line":2,"Comment":"10/21/2024 2:52 PM - rons - Buckeye also quoting this?"},{"comp":1,"quote":222962,"Line":3,"Comment":"10/21/2024 2:54 PM - rons - Jona getting back to me..."},{"comp":1,"quote":222962,"Line":4,"Comment":"10/21/2024 2:54 PM - rons - F/U changed from 10/21/2024 to 11/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222962,"Line":5,"Comment":"10/21/2024 3:30 PM - rons - F/U changed from 10/21/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222962,"Line":6,"Comment":"10/22/2024 9:29 AM - rons - F/U changed from 10/21/2024 to 11/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222962,"Line":7,"Comment":"11/12/2024 10:51 AM - rons - Jona was thinking they went with other vendor...spoke with her on the phone and am going to email her to have her check with sales rep where things stand..."},{"comp":1,"quote":222962,"Line":8,"Comment":"11/12/2024 10:51 AM - rons - Req Date changed from 11/25/2024 to 11/26/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222962","line":"1","part":"OKEX-ER32Z","qty":"1","price":"4124.00","uom":"EA","discount":"38.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222962","line":"2","part":"OKEX-ER32Z-ICE","qty":"1","price":"5462.00","uom":"EA","discount":"38.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222962","line":"3","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222962","Line":"3","Company":"1","F_Line":"1","Comment":"Please note additional 10% applied per IMTS promotion.","Loc":"Y"}],"qcomms":[{"Quote":"222962","Line":"0","Comment":"Please note additional 10% applied per IMTS promotion."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-12 10:51:45.595 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222962-11122024105145.txt === {"quote":"222962","customer":"8900","name":null,"customerName":"Wm. F. Hurst Co., Inc.","comp":"01","open":"0","shipto":"SHUTMAKS","shiptoName":"Shuttle Aerospace Inc.","entry_date":"10-14-2024","cust_order_date":"10-14-2024","req_date":"11-26-2024","cust_po":"OKEX-ER32Z","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"30","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"16:29","extra":"","follow_up":"11-12-2024","web_id":"","follow_name":"Jona Chambers","follow_phone":"316-529-5737","follow_email":"jchambers@wmhurst.com","pic_user":"rons","total_amt":"5943.32","total_gp":"3277.01","total_gpm":"55.14","rev_type":"LT","mod_date":"11-12-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-25-2024","notes":[{"comp":"1","quote":"222962","line":"2","data":"accessories needed..."},{"comp":"1","quote":"222962","line":"1","data":"Aerospace in KS for a new Okuma LB3000, no other"},{"comp":"1","quote":"222962","line":"0","data":"10-14-2024 16:31-rons: shipping to Shuttle"}],"crmnotes":[{"comp":1,"quote":222962,"Line":0,"Comment":"10/15/2024 3:10 PM - rons - Jona emailed back...\"Upon previewing all the quotes we got in, we think the customer will be most pleased with your quote. My salesman will be presenting today. Thank you!\""},{"comp":1,"quote":222962,"Line":1,"Comment":"10/17/2024 4:50 PM - rons - F/U changed from 10/20/2024 to 10/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222962,"Line":2,"Comment":"10/21/2024 2:52 PM - rons - Buckeye also quoting this?"},{"comp":1,"quote":222962,"Line":3,"Comment":"10/21/2024 2:54 PM - rons - Jona getting back to me..."},{"comp":1,"quote":222962,"Line":4,"Comment":"10/21/2024 2:54 PM - rons - F/U changed from 10/21/2024 to 11/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222962,"Line":5,"Comment":"10/21/2024 3:30 PM - rons - F/U changed from 10/21/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222962,"Line":6,"Comment":"10/22/2024 9:29 AM - rons - F/U changed from 10/21/2024 to 11/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222962,"Line":7,"Comment":"11/12/2024 10:51 AM - rons - Jona was thinking they went with other vendor...spoke with her on the phone and am going to email her to have her check with sales rep where things stand..."},{"comp":1,"quote":222962,"Line":8,"Comment":"11/12/2024 10:51 AM - rons - Req Date changed from 11/25/2024 to 11/26/2024 (Req Date Updated)"},{"comp":1,"quote":222962,"Line":9,"Comment":"11/12/2024 10:51 AM - rons - CLO changed from 11/14/2024 to 11/25/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222962","line":"1","part":"OKEX-ER32Z","qty":"1","price":"4124.00","uom":"EA","discount":"38.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222962","line":"2","part":"OKEX-ER32Z-ICE","qty":"1","price":"5462.00","uom":"EA","discount":"38.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222962","line":"3","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222962","Line":"3","Company":"1","F_Line":"1","Comment":"Please note additional 10% applied per IMTS promotion.","Loc":"Y"}],"qcomms":[{"Quote":"222962","Line":"0","Comment":"Please note additional 10% applied per IMTS promotion."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-12 10:51:51.731 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222962-11122024105151.txt === {"quote":"222962","customer":"8900","name":null,"customerName":"Wm. F. Hurst Co., Inc.","comp":"01","open":"0","shipto":"SHUTMAKS","shiptoName":"Shuttle Aerospace Inc.","entry_date":"10-14-2024","cust_order_date":"10-14-2024","req_date":"11-26-2024","cust_po":"OKEX-ER32Z","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"30","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"16:29","extra":"","follow_up":"11-22-2024","web_id":"","follow_name":"Jona Chambers","follow_phone":"316-529-5737","follow_email":"jchambers@wmhurst.com","pic_user":"rons","total_amt":"5943.32","total_gp":"3277.01","total_gpm":"55.14","rev_type":"LT","mod_date":"11-12-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-25-2024","notes":[{"comp":"1","quote":"222962","line":"2","data":"accessories needed..."},{"comp":"1","quote":"222962","line":"1","data":"Aerospace in KS for a new Okuma LB3000, no other"},{"comp":"1","quote":"222962","line":"0","data":"10-14-2024 16:31-rons: shipping to Shuttle"}],"crmnotes":[{"comp":1,"quote":222962,"Line":0,"Comment":"10/15/2024 3:10 PM - rons - Jona emailed back...\"Upon previewing all the quotes we got in, we think the customer will be most pleased with your quote. My salesman will be presenting today. Thank you!\""},{"comp":1,"quote":222962,"Line":1,"Comment":"10/17/2024 4:50 PM - rons - F/U changed from 10/20/2024 to 10/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222962,"Line":2,"Comment":"10/21/2024 2:52 PM - rons - Buckeye also quoting this?"},{"comp":1,"quote":222962,"Line":3,"Comment":"10/21/2024 2:54 PM - rons - Jona getting back to me..."},{"comp":1,"quote":222962,"Line":4,"Comment":"10/21/2024 2:54 PM - rons - F/U changed from 10/21/2024 to 11/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222962,"Line":5,"Comment":"10/21/2024 3:30 PM - rons - F/U changed from 10/21/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222962,"Line":6,"Comment":"10/22/2024 9:29 AM - rons - F/U changed from 10/21/2024 to 11/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222962,"Line":7,"Comment":"11/12/2024 10:51 AM - rons - Jona was thinking they went with other vendor...spoke with her on the phone and am going to email her to have her check with sales rep where things stand..."},{"comp":1,"quote":222962,"Line":8,"Comment":"11/12/2024 10:51 AM - rons - Req Date changed from 11/25/2024 to 11/26/2024 (Req Date Updated)"},{"comp":1,"quote":222962,"Line":9,"Comment":"11/12/2024 10:51 AM - rons - CLO changed from 11/14/2024 to 11/25/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222962","line":"1","part":"OKEX-ER32Z","qty":"1","price":"4124.00","uom":"EA","discount":"38.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222962","line":"2","part":"OKEX-ER32Z-ICE","qty":"1","price":"5462.00","uom":"EA","discount":"38.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222962","line":"3","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222962","Line":"3","Company":"1","F_Line":"1","Comment":"Please note additional 10% applied per IMTS promotion.","Loc":"Y"}],"qcomms":[{"Quote":"222962","Line":"0","Comment":"Please note additional 10% applied per IMTS promotion."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-12 10:53:43.593 [INFO] In session is user: aaronb 2024-11-12 10:53:44.201 [INFO] In session is user: aaronb 2024-11-12 10:53:44.708 [INFO] In session is user: aaronb 2024-11-12 10:53:45.252 [INFO] In session is user: aaronb 2024-11-12 10:53:45.656 [INFO] In session is user: aaronb 2024-11-12 10:53:46.055 [INFO] In session is user: aaronb 2024-11-12 10:53:46.550 [INFO] In session is user: aaronb 2024-11-12 10:53:47.088 [INFO] In session is user: aaronb 2024-11-12 10:53:47.635 [INFO] In session is user: aaronb 2024-11-12 10:53:48.232 [INFO] In session is user: aaronb 2024-11-12 10:53:48.648 [INFO] In session is user: aaronb 2024-11-12 10:53:49.038 [INFO] In session is user: aaronb 2024-11-12 10:53:49.386 [INFO] In session is user: aaronb 2024-11-12 10:53:50.080 [INFO] In session is user: aaronb 2024-11-12 10:53:50.592 [INFO] In session is user: aaronb 2024-11-12 10:53:50.947 [INFO] In session is user: aaronb 2024-11-12 10:53:51.381 [INFO] In session is user: aaronb 2024-11-12 10:53:51.921 [INFO] In session is user: aaronb 2024-11-12 10:53:52.268 [INFO] In session is user: aaronb 2024-11-12 10:53:52.662 [INFO] In session is user: aaronb 2024-11-12 10:53:53.088 [INFO] In session is user: aaronb 2024-11-12 10:53:53.508 [INFO] In session is user: aaronb 2024-11-12 10:53:53.903 [INFO] In session is user: aaronb 2024-11-12 10:53:54.568 [INFO] In session is user: aaronb 2024-11-12 10:53:55.028 [INFO] In session is user: aaronb 2024-11-12 10:53:55.479 [INFO] In session is user: aaronb 2024-11-12 10:53:55.976 [INFO] In session is user: aaronb 2024-11-12 10:53:56.384 [INFO] In session is user: aaronb 2024-11-12 10:53:56.783 [INFO] In session is user: aaronb 2024-11-12 10:53:57.189 [INFO] In session is user: aaronb 2024-11-12 10:53:57.580 [INFO] In session is user: aaronb 2024-11-12 10:53:57.994 [INFO] In session is user: aaronb 2024-11-12 10:53:58.448 [INFO] In session is user: aaronb 2024-11-12 10:53:58.916 [INFO] In session is user: aaronb 2024-11-12 10:53:59.321 [INFO] In session is user: aaronb 2024-11-12 10:53:59.716 [INFO] In session is user: aaronb 2024-11-12 10:54:00.750 [INFO] In session is user: aaronb 2024-11-12 10:54:01.346 [INFO] In session is user: aaronb 2024-11-12 10:54:01.850 [INFO] In session is user: aaronb 2024-11-12 10:54:02.477 [INFO] In session is user: aaronb 2024-11-12 10:54:02.931 [INFO] In session is user: aaronb 2024-11-12 10:54:03.366 [INFO] In session is user: aaronb 2024-11-12 10:54:03.864 [INFO] In session is user: aaronb 2024-11-12 10:54:04.426 [INFO] In session is user: aaronb 2024-11-12 10:54:04.864 [INFO] In session is user: aaronb 2024-11-12 10:54:05.281 [INFO] In session is user: aaronb 2024-11-12 10:54:05.754 [INFO] In session is user: aaronb 2024-11-12 10:54:06.167 [INFO] In session is user: aaronb 2024-11-12 10:54:06.593 [INFO] In session is user: aaronb 2024-11-12 10:54:07.085 [INFO] In session is user: aaronb 2024-11-12 10:54:07.628 [INFO] In session is user: aaronb 2024-11-12 10:54:08.037 [INFO] In session is user: aaronb 2024-11-12 10:54:08.527 [INFO] In session is user: aaronb 2024-11-12 10:54:09.016 [INFO] In session is user: aaronb 2024-11-12 10:54:09.451 [INFO] In session is user: aaronb 2024-11-12 10:54:10.060 [INFO] In session is user: aaronb 2024-11-12 10:54:10.431 [INFO] In session is user: aaronb 2024-11-12 10:54:10.785 [INFO] In session is user: aaronb 2024-11-12 10:54:11.158 [INFO] In session is user: aaronb 2024-11-12 10:54:11.732 [INFO] In session is user: aaronb 2024-11-12 10:54:16.030 [INFO] In session is user: aaronb 2024-11-12 10:54:16.333 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.1879439485324, -86.4265665185143, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.1879439485324, -86.4265665185143, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 10 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.5150196 second/s. 2024-11-12 10:54:16.524 [INFO] In session is user: aaronb 2024-11-12 10:54:16.911 [INFO] In session is user: aaronb 2024-11-12 10:54:17.268 [INFO] In session is user: aaronb 2024-11-12 10:54:17.708 [INFO] In session is user: aaronb 2024-11-12 10:54:18.274 [INFO] In session is user: aaronb 2024-11-12 10:54:18.622 [INFO] In session is user: aaronb 2024-11-12 10:54:19.013 [INFO] In session is user: aaronb 2024-11-12 10:54:19.554 [INFO] In session is user: aaronb 2024-11-12 10:54:20.546 [INFO] In session is user: aaronb 2024-11-12 10:54:20.897 [INFO] In session is user: aaronb 2024-11-12 10:54:21.265 [INFO] In session is user: aaronb 2024-11-12 10:54:21.806 [INFO] In session is user: aaronb 2024-11-12 10:54:22.310 [INFO] In session is user: aaronb 2024-11-12 10:54:22.679 [INFO] In session is user: aaronb 2024-11-12 10:54:23.229 [INFO] In session is user: aaronb 2024-11-12 10:54:23.630 [INFO] In session is user: aaronb 2024-11-12 10:54:23.996 [INFO] In session is user: aaronb 2024-11-12 10:54:24.380 [INFO] In session is user: aaronb 2024-11-12 10:54:24.876 [INFO] In session is user: aaronb 2024-11-12 10:54:25.233 [INFO] In session is user: aaronb 2024-11-12 10:54:25.601 [INFO] In session is user: aaronb 2024-11-12 10:54:26.001 [INFO] In session is user: aaronb 2024-11-12 10:54:26.375 [INFO] In session is user: aaronb 2024-11-12 10:54:26.905 [INFO] In session is user: aaronb 2024-11-12 10:54:27.342 [INFO] In session is user: aaronb 2024-11-12 10:54:27.715 [INFO] In session is user: aaronb 2024-11-12 10:54:28.104 [INFO] In session is user: aaronb 2024-11-12 10:54:28.485 [INFO] In session is user: aaronb 2024-11-12 10:54:28.848 [INFO] In session is user: aaronb 2024-11-12 10:54:29.310 [INFO] In session is user: aaronb 2024-11-12 10:54:29.693 [INFO] In session is user: aaronb 2024-11-12 10:54:30.134 [INFO] In session is user: aaronb 2024-11-12 10:54:30.502 [INFO] In session is user: aaronb 2024-11-12 10:54:30.874 [INFO] In session is user: aaronb 2024-11-12 10:54:31.248 [INFO] In session is user: aaronb 2024-11-12 10:54:31.673 [INFO] In session is user: aaronb 2024-11-12 10:54:32.023 [INFO] In session is user: aaronb 2024-11-12 10:54:32.415 [INFO] In session is user: aaronb 2024-11-12 10:54:32.761 [INFO] In session is user: aaronb 2024-11-12 10:54:33.168 [INFO] In session is user: aaronb 2024-11-12 10:54:33.532 [INFO] In session is user: aaronb 2024-11-12 10:54:33.933 [INFO] In session is user: aaronb 2024-11-12 10:54:36.091 [INFO] In session is user: aaronb 2024-11-12 10:54:36.522 [INFO] In session is user: aaronb 2024-11-12 10:54:36.950 [INFO] In session is user: aaronb 2024-11-12 10:54:37.426 [INFO] In session is user: aaronb 2024-11-12 10:54:37.811 [INFO] In session is user: aaronb 2024-11-12 10:54:38.182 [INFO] In session is user: aaronb 2024-11-12 10:54:38.543 [INFO] In session is user: aaronb 2024-11-12 10:54:38.975 [INFO] In session is user: aaronb 2024-11-12 10:54:39.383 [INFO] In session is user: aaronb 2024-11-12 10:54:39.735 [INFO] In session is user: aaronb 2024-11-12 10:54:40.286 [INFO] In session is user: aaronb 2024-11-12 10:54:40.656 [INFO] In session is user: aaronb 2024-11-12 10:54:40.989 [INFO] In session is user: aaronb 2024-11-12 10:54:41.328 [INFO] In session is user: aaronb 2024-11-12 10:54:41.975 [INFO] In session is user: aaronb 2024-11-12 10:54:42.478 [INFO] In session is user: aaronb 2024-11-12 10:54:42.900 [INFO] In session is user: aaronb 2024-11-12 10:54:43.439 [INFO] In session is user: aaronb 2024-11-12 10:54:43.807 [INFO] In session is user: aaronb 2024-11-12 10:54:44.164 [INFO] In session is user: aaronb 2024-11-12 10:54:44.607 [INFO] In session is user: aaronb 2024-11-12 10:54:45.059 [INFO] In session is user: aaronb 2024-11-12 10:54:45.778 [INFO] In session is user: aaronb 2024-11-12 10:54:46.560 [INFO] In session is user: aaronb 2024-11-12 10:54:47.458 [INFO] In session is user: aaronb 2024-11-12 10:54:50.622 [INFO] In session is user: aaronb 2024-11-12 10:56:25.955 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222685-11122024105625.txt === {"quote":"222685","customer":"2180","name":null,"customerName":"Bass Tool & Supply Co.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-08-2024","cust_order_date":"11-08-2024","req_date":"11-19-2024","cust_po":"C4006-8-2.50DIN","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"12:31","extra":"","follow_up":"11-19-2024","web_id":"","follow_name":"Jacob Furnace","follow_phone":"713-682-1889","follow_email":"jfurnace@basstool.com","pic_user":"bethw","total_amt":"104.4","total_gp":"103.40","total_gpm":"99.04","rev_type":"STD","mod_date":"11-12-2024","mod_time":null,"mod_user":"bethw","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-08-2024","notes":[],"crmnotes":[{"comp":1,"quote":222685,"Line":0,"Comment":"11/12/2024 10:56 AM - bethw - Sent final FU to Jacob and mentioned the item was on our Overstock list for an additional 20%. Close if no response"}],"items":[{"comp":"01","order":"222685","line":"1","part":"C4006-8-2.50DIN","qty":"1","price":"174.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-12 10:56:56.161 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223322-11122024105655.txt === {"quote":"223322","customer":"4550","name":null,"customerName":"DGI Supply a DoAll Company","comp":"01","open":"0","shipto":"ARIZON","shiptoName":"Arizona Archery Enterprise","entry_date":"10-22-2024","cust_order_date":"10-22-2024","req_date":"12-03-2024","cust_po":"H32E-SF0125-2.76","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"11:11","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Joe Alesi","follow_phone":"800-923-6255x61533","follow_email":"JAlesi@dgisupply.com","pic_user":"rons","total_amt":"7342.40","total_gp":"3779.79","total_gpm":"51.48","rev_type":"ADV","mod_date":"11-12-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"33","win_pct":"20","clo_date":"11-22-2024","notes":[{"comp":"1","quote":"223322","line":"2","data":"put line 2 & 3 on QF and will inform Joe on p&d"},{"comp":"1","quote":"223322","line":"1","data":"only for 1st item...crossing over from Misumi;"},{"comp":"1","quote":"223322","line":"0","data":"10-22-2024 12:48-rons: sent pricing & delivery"}],"crmnotes":[{"comp":1,"quote":223322,"Line":0,"Comment":"10/22/2024 2:42 PM - rons - F/U changed from 10/28/2024 to 11/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223322,"Line":1,"Comment":"11/12/2024 10:55 AM - rons - Joe getting back to us..."}],"items":[{"comp":"01","order":"223322","line":"1","part":"H32E-SF0125-2.76","qty":"1","price":"376.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223322","line":"3","part":"H32E-SF0250-2.76","qty":"1","price":"624.00","uom":"EA","discount":"0.00","req_date":"SEE COMMENT","branch":"1"},{"comp":"01","order":"223322","line":"4","part":"H32E-SF0375-2.95","qty":"1","price":"624.00","uom":"EA","discount":"0.00","req_date":"SEE COMMENT","branch":"1"},{"comp":"01","order":"223322","line":"6","part":"H32E-SF0250-2.76","qty":"5","price":"251.00","uom":"EA","discount":"0.00","req_date":"SEE COMMENT","branch":"1"},{"comp":"01","order":"223322","line":"7","part":"H32E-SF0375-2.95","qty":"5","price":"251.00","uom":"EA","discount":"0.00","req_date":"SEE COMMENT","branch":"1"},{"comp":"01","order":"223322","line":"9","part":"H32E-SF0250-2.76","qty":"10","price":"167.00","uom":"EA","discount":"0.00","req_date":"SEE COMMENT","branch":"1"},{"comp":"01","order":"223322","line":"10","part":"H32E-SF0375-2.95","qty":"10","price":"167.00","uom":"EA","discount":"0.00","req_date":"SEE COMMENT","branch":"1"}],"qlines":[{"Quote":"223322","Line":"3","Company":"1","F_Line":"1","Comment":"These are non-standard stock items and considered","Loc":"Y"},{"Quote":"223322","Line":"3","Company":"1","F_Line":"2","Comment":"specials. Once a PO has been issued items cannot be","Loc":"Y"},{"Quote":"223322","Line":"3","Company":"1","F_Line":"3","Comment":"cancelled or returned. Please allow 8 weeks mfg. after","Loc":"Y"},{"Quote":"223322","Line":"3","Company":"1","F_Line":"4","Comment":"approval drawing received and 2 weeks to ship.","Loc":"Y"},{"Quote":"223322","Line":"4","Company":"1","F_Line":"1","Comment":"These are non-standard stock items and considered","Loc":"Y"},{"Quote":"223322","Line":"4","Company":"1","F_Line":"2","Comment":"specials. Once a PO has been issued items cannot be","Loc":"Y"},{"Quote":"223322","Line":"4","Company":"1","F_Line":"3","Comment":"cancelled or returned. Please allow 8 weeks mfg. after","Loc":"Y"},{"Quote":"223322","Line":"4","Company":"1","F_Line":"4","Comment":"approval drawing received and 2 weeks to ship.","Loc":"Y"},{"Quote":"223322","Line":"6","Company":"1","F_Line":"1","Comment":"These are non-standard stock items and considered","Loc":"Y"},{"Quote":"223322","Line":"6","Company":"1","F_Line":"2","Comment":"specials. Once a PO has been issued items cannot be","Loc":"Y"},{"Quote":"223322","Line":"6","Company":"1","F_Line":"3","Comment":"cancelled or returned. Please allow 8 weeks mfg. after","Loc":"Y"},{"Quote":"223322","Line":"6","Company":"1","F_Line":"4","Comment":"approval drawing received and 2 weeks to ship.","Loc":"Y"},{"Quote":"223322","Line":"6","Company":"1","F_Line":"5","Comment":"Please note pricing only applies with qty. purchased.","Loc":"Y"},{"Quote":"223322","Line":"7","Company":"1","F_Line":"1","Comment":"These are non-standard stock items and considered","Loc":"Y"},{"Quote":"223322","Line":"7","Company":"1","F_Line":"2","Comment":"specials. Once a PO has been issued items cannot be","Loc":"Y"},{"Quote":"223322","Line":"7","Company":"1","F_Line":"3","Comment":"cancelled or returned. Please allow 8 weeks mfg. after","Loc":"Y"},{"Quote":"223322","Line":"7","Company":"1","F_Line":"4","Comment":"approval drawing received and 2 weeks to ship.","Loc":"Y"},{"Quote":"223322","Line":"7","Company":"1","F_Line":"5","Comment":"Please note pricing only applies with qty. purchased.","Loc":"Y"},{"Quote":"223322","Line":"9","Company":"1","F_Line":"1","Comment":"These are non-standard stock items and considered","Loc":"Y"},{"Quote":"223322","Line":"9","Company":"1","F_Line":"2","Comment":"specials. Once a PO has been issued items cannot be","Loc":"Y"},{"Quote":"223322","Line":"9","Company":"1","F_Line":"3","Comment":"cancelled or returned. Please allow 8 weeks mfg. after","Loc":"Y"},{"Quote":"223322","Line":"9","Company":"1","F_Line":"4","Comment":"approval drawing received and 2 weeks to ship.","Loc":"Y"},{"Quote":"223322","Line":"9","Company":"1","F_Line":"5","Comment":"Please note pricing only applies with qty. purchased.","Loc":"Y"},{"Quote":"223322","Line":"10","Company":"1","F_Line":"1","Comment":"These are non-standard stock items and considered","Loc":"Y"},{"Quote":"223322","Line":"10","Company":"1","F_Line":"2","Comment":"specials. Once a PO has been issued items cannot be","Loc":"Y"},{"Quote":"223322","Line":"10","Company":"1","F_Line":"3","Comment":"cancelled or returned. Please allow 8 weeks mfg. after","Loc":"Y"},{"Quote":"223322","Line":"10","Company":"1","F_Line":"4","Comment":"approval drawing received and 2 weeks to ship.","Loc":"Y"},{"Quote":"223322","Line":"10","Company":"1","F_Line":"5","Comment":"Please note pricing only applies with qty. purchased.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-12 11:07:11.248 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.17207902586, -86.4961852574629, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.17207902586, -86.4961852574629, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2807913 second/s. 2024-11-12 11:07:25.813 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224174-11122024110725.txt === {"quote":"224174","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"MSCMENWI","shiptoName":"MSC Industrial Supply Company","entry_date":"11-08-2024","cust_order_date":"11-08-2024","req_date":"12-20-2024","cust_po":"E32-016","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"13:34","extra":"","follow_up":"12-03-2024","web_id":"","follow_name":"Cheryl Fontecchio","follow_phone":"516-812-2000","follow_email":"cheryl.fontecchio@mscdirect.com","pic_user":"jennad","total_amt":"33.8","total_gp":"23.72","total_gpm":"70.18","rev_type":"STD","mod_date":"11-12-2024","mod_time":null,"mod_user":"jennad","reason":"1","totalQty":"1","win_pct":"20","clo_date":"12-08-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224174","line":"1","part":"E32-016","qty":"1","price":"52.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-12 11:25:10.797 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.1674117942066, -86.512063710743, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.1674117942066, -86.512063710743, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2068478 second/s. 2024-11-12 11:35:19.516 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222962-11122024113519.txt === {"quote":"222962","customer":"8900","name":null,"customerName":"Wm. F. Hurst Co., Inc.","comp":"01","open":"0","shipto":"SHUTMAKS","shiptoName":"Shuttle Aerospace Inc.","entry_date":"10-14-2024","cust_order_date":"10-14-2024","req_date":"11-26-2024","cust_po":"OKEX-ER32Z","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"30","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"16:29","extra":"","follow_up":"11-12-2024","web_id":"","follow_name":"Jona Chambers","follow_phone":"316-529-5737","follow_email":"jchambers@wmhurst.com","pic_user":"rons","total_amt":"5943.32","total_gp":"3277.01","total_gpm":"55.14","rev_type":"LT","mod_date":"11-12-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-25-2024","notes":[{"comp":"1","quote":"222962","line":"2","data":"accessories needed..."},{"comp":"1","quote":"222962","line":"1","data":"Aerospace in KS for a new Okuma LB3000, no other"},{"comp":"1","quote":"222962","line":"0","data":"10-14-2024 16:31-rons: shipping to Shuttle"}],"crmnotes":[{"comp":1,"quote":222962,"Line":0,"Comment":"10/15/2024 3:10 PM - rons - Jona emailed back...\"Upon previewing all the quotes we got in, we think the customer will be most pleased with your quote. My salesman will be presenting today. Thank you!\""},{"comp":1,"quote":222962,"Line":1,"Comment":"10/17/2024 4:50 PM - rons - F/U changed from 10/20/2024 to 10/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222962,"Line":2,"Comment":"10/21/2024 2:52 PM - rons - Buckeye also quoting this?"},{"comp":1,"quote":222962,"Line":3,"Comment":"10/21/2024 2:54 PM - rons - Jona getting back to me..."},{"comp":1,"quote":222962,"Line":4,"Comment":"10/21/2024 2:54 PM - rons - F/U changed from 10/21/2024 to 11/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222962,"Line":5,"Comment":"10/21/2024 3:30 PM - rons - F/U changed from 10/21/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222962,"Line":6,"Comment":"10/22/2024 9:29 AM - rons - F/U changed from 10/21/2024 to 11/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222962,"Line":7,"Comment":"11/12/2024 10:51 AM - rons - Jona was thinking they went with other vendor...spoke with her on the phone and am going to email her to have her check with sales rep where things stand..."},{"comp":1,"quote":222962,"Line":8,"Comment":"11/12/2024 10:51 AM - rons - Req Date changed from 11/25/2024 to 11/26/2024 (Req Date Updated)"},{"comp":1,"quote":222962,"Line":9,"Comment":"11/12/2024 10:51 AM - rons - CLO changed from 11/14/2024 to 11/25/2024 (CLO Date Updated)"},{"comp":1,"quote":222962,"Line":10,"Comment":"11/12/2024 10:51 AM - rons - F/U changed from 11/12/2024 to 11/22/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222962","line":"1","part":"OKEX-ER32Z","qty":"1","price":"4124.00","uom":"EA","discount":"38.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222962","line":"2","part":"OKEX-ER32Z-ICE","qty":"1","price":"5462.00","uom":"EA","discount":"38.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222962","line":"3","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222962","Line":"3","Company":"1","F_Line":"1","Comment":"Please note additional 10% applied per IMTS promotion.","Loc":"Y"}],"qcomms":[{"Quote":"222962","Line":"0","Comment":"Please note additional 10% applied per IMTS promotion."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-12 11:37:07.593 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222962-11122024113707.txt === {"quote":"222962","customer":"8900","name":null,"customerName":"Wm. F. Hurst Co., Inc.","comp":"01","open":"1","shipto":"SHUTMAKS","shiptoName":"Shuttle Aerospace Inc.","entry_date":"10-14-2024","cust_order_date":"10-14-2024","req_date":"11-26-2024","cust_po":"OKEX-ER32Z","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"30","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"16:29","extra":"","follow_up":"11-12-2024","web_id":"","follow_name":"Jona Chambers","follow_phone":"316-529-5737","follow_email":"jchambers@wmhurst.com","pic_user":"rons","total_amt":"5943.32","total_gp":"3277.01","total_gpm":"55.14","rev_type":"LT","mod_date":"11-12-2024","mod_time":null,"mod_user":"rons","reason":"2","totalQty":"3","win_pct":"20","clo_date":"11-25-2024","notes":[{"comp":"1","quote":"222962","line":"2","data":"accessories needed..."},{"comp":"1","quote":"222962","line":"1","data":"Aerospace in KS for a new Okuma LB3000, no other"},{"comp":"1","quote":"222962","line":"0","data":"10-14-2024 16:31-rons: shipping to Shuttle"}],"crmnotes":[{"comp":1,"quote":222962,"Line":0,"Comment":"10/15/2024 3:10 PM - rons - Jona emailed back...\"Upon previewing all the quotes we got in, we think the customer will be most pleased with your quote. My salesman will be presenting today. Thank you!\""},{"comp":1,"quote":222962,"Line":1,"Comment":"10/17/2024 4:50 PM - rons - F/U changed from 10/20/2024 to 10/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222962,"Line":2,"Comment":"10/21/2024 2:52 PM - rons - Buckeye also quoting this?"},{"comp":1,"quote":222962,"Line":3,"Comment":"10/21/2024 2:54 PM - rons - Jona getting back to me..."},{"comp":1,"quote":222962,"Line":4,"Comment":"10/21/2024 2:54 PM - rons - F/U changed from 10/21/2024 to 11/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222962,"Line":5,"Comment":"10/21/2024 3:30 PM - rons - F/U changed from 10/21/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222962,"Line":6,"Comment":"10/22/2024 9:29 AM - rons - F/U changed from 10/21/2024 to 11/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222962,"Line":7,"Comment":"11/12/2024 10:51 AM - rons - Jona was thinking they went with other vendor...spoke with her on the phone and am going to email her to have her check with sales rep where things stand..."},{"comp":1,"quote":222962,"Line":8,"Comment":"11/12/2024 10:51 AM - rons - Req Date changed from 11/25/2024 to 11/26/2024 (Req Date Updated)"},{"comp":1,"quote":222962,"Line":9,"Comment":"11/12/2024 10:51 AM - rons - CLO changed from 11/14/2024 to 11/25/2024 (CLO Date Updated)"},{"comp":1,"quote":222962,"Line":10,"Comment":"11/12/2024 10:51 AM - rons - F/U changed from 11/12/2024 to 11/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222962,"Line":11,"Comment":"11/12/2024 11:35 AM - rons - F/U changed from 11/22/2024 to 11/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222962,"Line":12,"Comment":"11/12/2024 11:36 AM - rons - \"My salesman said they went with MD Tooling.\"..."}],"items":[{"comp":"01","order":"222962","line":"1","part":"OKEX-ER32Z","qty":"1","price":"4124.00","uom":"EA","discount":"38.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222962","line":"2","part":"OKEX-ER32Z-ICE","qty":"1","price":"5462.00","uom":"EA","discount":"38.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222962","line":"3","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222962","Line":"3","Company":"1","F_Line":"1","Comment":"Please note additional 10% applied per IMTS promotion.","Loc":"Y"}],"qcomms":[{"Quote":"222962","Line":"0","Comment":"Please note additional 10% applied per IMTS promotion."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-12 12:34:29.265 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222662-11122024123429.txt === {"quote":"222662","customer":"1720","name":null,"customerName":"DXP Enterprises, Inc. (Appl Spec)","comp":"01","open":"0","shipto":"TRESKE","shiptoName":"Treske Precision Machining Inc.","entry_date":"10-08-2024","cust_order_date":"11-08-2024","req_date":"11-19-2024","cust_po":"SPECIAL-TL","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"09:00","extra":"","follow_up":"12-03-2024","web_id":"","follow_name":"Hunt","follow_phone":"360-693-8312","follow_email":"hunt@1asi.com","pic_user":"bethw","total_amt":"4338.00","total_gp":"4338.00","total_gpm":"100.00","rev_type":"STD","mod_date":"11-12-2024","mod_time":null,"mod_user":"bethw","reason":"","totalQty":"9","win_pct":"20","clo_date":"11-08-2024","notes":[],"crmnotes":[{"comp":1,"quote":222662,"Line":0,"Comment":"11/12/2024 10:41 AM - bethw - Sent QFU to Hunt for update on status."},{"comp":1,"quote":222662,"Line":1,"Comment":"11/12/2024 10:42 AM - bethw - F/U changed from 11/8/2024 to 11/19/2024 (Follow Up In 1 Week)"},{"comp":1,"quote":222662,"Line":2,"Comment":"11/12/2024 12:34 PM - bethw - Per Hunt, Treske is still thinking this over. They should have an answer soon."}],"items":[{"comp":"01","order":"222662","line":"1","part":"SPECIAL-TL","qty":"3","price":"612.00","uom":"EA","discount":"0.00","req_date":"10-12wks ADA","branch":"1"},{"comp":"01","order":"222662","line":"2","part":"SPECIAL-TL","qty":"6","price":"417.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222662","Line":"1","Company":"1","F_Line":"1","Comment":"P/N: HSK63A-0750-9.00","Loc":"Y"},{"Quote":"222662","Line":"1","Company":"1","F_Line":"2","Comment":"HSK63A taper 3/4 end mill holder with 9.00 g.l. and","Loc":"Y"},{"Quote":"222662","Line":"1","Company":"1","F_Line":"3","Comment":"special 1.19 diameter at the nose","Loc":"Y"},{"Quote":"222662","Line":"2","Company":"1","F_Line":"1","Comment":"P/N: HSK63A-0750-9.00","Loc":"Y"},{"Quote":"222662","Line":"2","Company":"1","F_Line":"2","Comment":"HSK63A taper 3/4 end mill holder with 9.00 g.l. and","Loc":"Y"},{"Quote":"222662","Line":"2","Company":"1","F_Line":"3","Comment":"special 1.19 diameter at the nose.","Loc":"Y"}],"qcomms":[{"Quote":"222662","Line":"0","Comment":"These are non-standard stock items and considered"},{"Quote":"222662","Line":"1","Comment":"specials. Once a PO has been issued these items"},{"Quote":"222662","Line":"2","Comment":"cannot be cancelled or returned."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-12 12:38:46.093 [INFO] In session is user: rafaeli 2024-11-12 13:00:18.005 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.1708203333333, -86.4982513333333, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.1708203333333, -86.4982513333333, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3041583 second/s. 2024-11-12 13:00:21.893 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.1708203333333, -86.4982513333333, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.1708203333333, -86.4982513333333, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1746681 second/s. 2024-11-12 13:00:40.538 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.1708203333333, -86.4982513333333, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.1708203333333, -86.4982513333333, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 10 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.324563 second/s. 2024-11-12 13:23:56.337 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.1307479162106, -86.4041803871155, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.1307479162106, -86.4041803871155, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2334277 second/s. 2024-11-12 13:31:13.213 [INFO] In session is user: rafaeli 2024-11-12 13:52:45.988 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222726-11122024135245.txt === {"quote":"222726","customer":"4490","name":null,"customerName":"Dixie Tool Crib","comp":"01","open":"1","shipto":"DIXIETO","shiptoName":"Dixie Tool Company","entry_date":"10-09-2024","cust_order_date":"11-09-2024","req_date":"11-20-2024","cust_po":"510-SET-24-MM","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"09:50","extra":"","follow_up":"11-09-2024","web_id":"","follow_name":"Brenda Zamora","follow_phone":"956-544-4333","follow_email":"brenda.zamora@dixietoolcompany.com","pic_user":"bethw","total_amt":"591.5","total_gp":"429.19","total_gpm":"72.56","rev_type":"STD","mod_date":"11-12-2024","mod_time":null,"mod_user":"bethw","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-09-2024","notes":[],"crmnotes":[{"comp":1,"quote":222726,"Line":0,"Comment":"11/12/2024 1:52 PM - bethw - no activity in area, quote expired and closed."}],"items":[{"comp":"01","order":"222726","line":"1","part":"510-SET-24-MM","qty":"1","price":"845.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-12 13:54:11.480 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222771-11122024135411.txt === {"quote":"222771","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"MSCHOUTX","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"10-09-2024","cust_order_date":"11-09-2024","req_date":"11-20-2024","cust_po":"E16-177","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"15:41","extra":"","follow_up":"11-09-2024","web_id":"","follow_name":"Roland","follow_phone":"","follow_email":"@","pic_user":"bethw","total_amt":"327.6","total_gp":"226.62","total_gpm":"69.18","rev_type":"STD","mod_date":"11-12-2024","mod_time":null,"mod_user":"bethw","reason":"1","totalQty":"12","win_pct":"20","clo_date":"11-09-2024","notes":[],"crmnotes":[{"comp":1,"quote":222771,"Line":0,"Comment":"11/12/2024 1:54 PM - bethw - converted to SO# 992186"}],"items":[{"comp":"01","order":"222771","line":"1","part":"E16-177","qty":"6","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222771","line":"2","part":"E16-012","qty":"6","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-12 13:56:30.588 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222805-11122024135630.txt === {"quote":"222805","customer":"2325","name":null,"customerName":"BlackHawk Industrial - Base Camp","comp":"01","open":"1","shipto":"FACTORYY","shiptoName":"Factory Outlet Tooling","entry_date":"10-10-2024","cust_order_date":"11-10-2024","req_date":"11-21-2024","cust_po":"CAT40-SF0375-3.15CP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"11:39","extra":"","follow_up":"11-10-2024","web_id":"","follow_name":"Tommy Thompson","follow_phone":"214-912-4212","follow_email":"tommy.thompson@blackhawkid.com","pic_user":"bethw","total_amt":"653.25","total_gp":"433.17","total_gpm":"66.31","rev_type":"ADV","mod_date":"11-12-2024","mod_time":null,"mod_user":"bethw","reason":"2","totalQty":"3","win_pct":"20","clo_date":"11-10-2024","notes":[],"crmnotes":[{"comp":1,"quote":222805,"Line":0,"Comment":"11/12/2024 1:56 PM - bethw - no activity in area, quote expired and closed."}],"items":[{"comp":"01","order":"222805","line":"1","part":"CAT40-SF0375-3.15CP","qty":"2","price":"310.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222805","line":"2","part":"CAT40-SF0375-6.30CP","qty":"1","price":"385.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-12 13:57:45.822 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222828-11122024135745.txt === {"quote":"222828","customer":"16940","name":null,"customerName":"Progressive Machine Tools, Inc.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-10-2024","cust_order_date":"11-10-2024","req_date":"11-21-2024","cust_po":"C5001-1250-1.75CP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"14:05","extra":"","follow_up":"11-10-2024","web_id":"","follow_name":"Micah Dewey","follow_phone":"918-760-9177","follow_email":"micah@pmt-usa.com","pic_user":"bethw","total_amt":"160.55","total_gp":"88.37","total_gpm":"55.04","rev_type":"STD","mod_date":"11-12-2024","mod_time":null,"mod_user":"bethw","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-10-2024","notes":[],"crmnotes":[{"comp":1,"quote":222828,"Line":0,"Comment":"11/12/2024 1:57 PM - bethw - no activity in area, quote expired and closed."}],"items":[{"comp":"01","order":"222828","line":"1","part":"C5001-1250-1.75CP","qty":"1","price":"247.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-12 14:11:30.933 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224155-11122024141130.txt === {"quote":"224155","customer":"7307","name":null,"customerName":"NEXT Industries, Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-08-2024","cust_order_date":"11-08-2024","req_date":"12-20-2024","cust_po":"BT50-SLA32-105","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"09:05","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Kyle Phalen","follow_phone":"586-803-3163","follow_email":"kphelan@nextind.com","pic_user":"briand","total_amt":"278.2","total_gp":"181.35","total_gpm":"65.19","rev_type":"STD","mod_date":"11-12-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-08-2024","notes":[{"comp":"1","quote":"224155","line":"5","data":"Phalen."},{"comp":"1","quote":"224155","line":"4","data":"just need pricing before I send quote to Kyle"},{"comp":"1","quote":"224155","line":"3","data":"no order or quotes since 2015. Stock at Nikken,"},{"comp":"1","quote":"224155","line":"2","data":"f1-08-2024 09:16-briand: Put on quote log because"},{"comp":"1","quote":"224155","line":"1","data":"Purchasing, $428.00, sent quote to Kyle."},{"comp":"1","quote":"224155","line":"0","data":"11-08-2024 09:24-briand: Pricing confirmed from"}],"crmnotes":[],"items":[{"comp":"01","order":"224155","line":"1","part":"BT50-SLA32-105","qty":"1","price":"428.00","uom":"EA","discount":"35.00","req_date":"2~3 weeks ARO","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-12 14:11:57.397 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224157-11122024141157.txt === {"quote":"224157","customer":"15265","name":null,"customerName":"Outillage Industriel Quebec","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-08-2024","cust_order_date":"11-08-2024","req_date":"12-20-2024","cust_po":"BT50-MTA3-180","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"09:19","extra":"","follow_up":"11-20-2024","web_id":"","follow_name":"Erick Lepage","follow_phone":"418-683-2527","follow_email":"erick.lepage@quebecindustriel.com","pic_user":"briand","total_amt":"417.95","total_gp":"275.47","total_gpm":"65.91","rev_type":"STD","mod_date":"11-12-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-08-2024","notes":[{"comp":"1","quote":"224157","line":"4","data":"pricing before sending quote to Erick."},{"comp":"1","quote":"224157","line":"3","data":"No orders or PO's since 2005 - need to confirm"},{"comp":"1","quote":"224157","line":"2","data":"11-08-2024 09:20-briand: Entered on quote log."},{"comp":"1","quote":"224157","line":"1","data":"Purchasing, $643.00, sent quote to Erick."},{"comp":"1","quote":"224157","line":"0","data":"11-08-2024 09:24-briand: Pricing confirmed by"}],"crmnotes":[],"items":[{"comp":"01","order":"224157","line":"1","part":"BT50-MTA3-180","qty":"1","price":"643.00","uom":"EA","discount":"35.00","req_date":"2~3 Weeks ARO","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-12 15:37:39.990 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220898-11122024153739.txt === {"quote":"220898","customer":"13170TA","name":null,"customerName":"Morris South (NC-TA)","comp":"01","open":"0","shipto":"MTDPRODC","shiptoName":"MTD Products","entry_date":"08-29-2024","cust_order_date":"08-29-2024","req_date":"11-09-2024","cust_po":"OKUMA MILLAC TOOLING","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brandon Anderson","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"09:18","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Brandon Anderson","follow_phone":"615-330-7009","follow_email":"banderson@morrissouth.com","pic_user":"fletcherp","total_amt":"39436.00","total_gp":"29952.31","total_gpm":"75.95","rev_type":"STD","mod_date":"11-12-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"108","win_pct":"20","clo_date":"11-09-2024","notes":[{"comp":"1","quote":"220898","line":"1","data":"08-29-2024 09:25 - Discounts Recalculated QS"},{"comp":"1","quote":"220898","line":"0","data":"08-29-2024 09:24 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220898,"Line":0,"Comment":"09/20/2024 10:44 PM - fletcherp - F/U changed from 09/11/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220898,"Line":1,"Comment":"09/27/2024 11:04 PM - fletcherp - F/U changed from 09/28/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220898,"Line":2,"Comment":"09/27/2024 11:04 PM - fletcherp - CLO changed from 09/29/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":220898,"Line":3,"Comment":"09/27/2024 11:04 PM - fletcherp - Req Date changed from 10/10/2024 to 11/02/2024 (Req Date Updated)"},{"comp":1,"quote":220898,"Line":4,"Comment":"10/18/2024 9:38 PM - fletcherp - F/U changed from 10/12/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220898,"Line":5,"Comment":"10/18/2024 9:38 PM - fletcherp - CLO changed from 10/19/2024 to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":220898,"Line":6,"Comment":"10/25/2024 9:24 PM - fletcherp - F/U changed from 10/26/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220898,"Line":7,"Comment":"10/25/2024 9:24 PM - fletcherp - CLO changed from 10/26/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":220898,"Line":8,"Comment":"10/25/2024 9:24 PM - fletcherp - Req Date changed from 11/02/2024 to 11/09/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"220898","line":"1","part":"C5005-0562-3.98(C)","qty":"2","price":"634.00","uom":"EA","discount":"0.00","req_date":"1 Stk","branch":"1"},{"comp":"01","order":"220898","line":"2","part":"C5005-0875-5.40(C)","qty":"4","price":"751.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"3","part":"NC5001-1500-2.00CP","qty":"1","price":"561.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"4","part":"NC5006-1500-4.50CP","qty":"2","price":"446.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"5","part":"NC5007-0040-4.00G","qty":"20","price":"506.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"6","part":"NC5007-0040-6.00G","qty":"17","price":"644.00","uom":"EA","discount":"0.00","req_date":"10 Stk; BAL 9/15","branch":"1"},{"comp":"01","order":"220898","line":"7","part":"NC50S6-2000-3.63","qty":"3","price":"439.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"8","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"9","part":"NCAT50-C1-105U-IDU","qty":"6","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"10","part":"NCAT50-C3/4-105U-IDU","qty":"3","price":"731.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"11","part":"NT05-016(S)","qty":"1","price":"48.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"12","part":"NT05-020(S)","qty":"1","price":"48.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"13","part":"NT10-024(S)","qty":"1","price":"75.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"14","part":"NT10-032(S)","qty":"1","price":"75.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"15","part":"NT10-040(S)","qty":"1","price":"75.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"16","part":"NT10-048(S)","qty":"1","price":"75.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"17","part":"E40-014","qty":"2","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"18","part":"E40-016","qty":"4","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"19","part":"E40-018","qty":"2","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"20","part":"E40-020","qty":"4","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"21","part":"E40-024","qty":"5","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"22","part":"E40-026","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"23","part":"E40-028","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"24","part":"E40-030","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"25","part":"E40-032","qty":"4","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"26","part":"E40-034","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"27","part":"E40-038","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"28","part":"E40-040","qty":"2","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"29","part":"E40-042","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"30","part":"E40-046","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"31","part":"E40-048","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"32","part":"E40-050","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"33","part":"E40-058","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"34","part":"E40-064","qty":"4","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"35","part":"KM1-5/8","qty":"2","price":"62.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"36","part":"TQW-150","qty":"1","price":"331.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"37","part":"TQW-E40-G","qty":"1","price":"167.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"38","part":"TQW-PS(30)/ER20","qty":"1","price":"132.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"39","part":"TCLA-50/100A/C10","qty":"1","price":"315.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":39}}] 2024-11-12 15:37:52.490 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220898-11122024153752.txt === {"quote":"220898","customer":"13170TA","name":null,"customerName":"Morris South (NC-TA)","comp":"01","open":"0","shipto":"MTDPRODC","shiptoName":"MTD Products","entry_date":"08-29-2024","cust_order_date":"08-29-2024","req_date":"11-09-2024","cust_po":"OKUMA MILLAC TOOLING","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brandon Anderson","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"09:18","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Brandon Anderson","follow_phone":"615-330-7009","follow_email":"banderson@morrissouth.com","pic_user":"fletcherp","total_amt":"39436.00","total_gp":"29952.31","total_gpm":"75.95","rev_type":"STD","mod_date":"11-12-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"108","win_pct":"20","clo_date":"11-23-2024","notes":[{"comp":"1","quote":"220898","line":"1","data":"08-29-2024 09:25 - Discounts Recalculated QS"},{"comp":"1","quote":"220898","line":"0","data":"08-29-2024 09:24 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220898,"Line":0,"Comment":"09/20/2024 10:44 PM - fletcherp - F/U changed from 09/11/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220898,"Line":1,"Comment":"09/27/2024 11:04 PM - fletcherp - F/U changed from 09/28/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220898,"Line":2,"Comment":"09/27/2024 11:04 PM - fletcherp - CLO changed from 09/29/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":220898,"Line":3,"Comment":"09/27/2024 11:04 PM - fletcherp - Req Date changed from 10/10/2024 to 11/02/2024 (Req Date Updated)"},{"comp":1,"quote":220898,"Line":4,"Comment":"10/18/2024 9:38 PM - fletcherp - F/U changed from 10/12/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220898,"Line":5,"Comment":"10/18/2024 9:38 PM - fletcherp - CLO changed from 10/19/2024 to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":220898,"Line":6,"Comment":"10/25/2024 9:24 PM - fletcherp - F/U changed from 10/26/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220898,"Line":7,"Comment":"10/25/2024 9:24 PM - fletcherp - CLO changed from 10/26/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":220898,"Line":8,"Comment":"10/25/2024 9:24 PM - fletcherp - Req Date changed from 11/02/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":220898,"Line":9,"Comment":"11/12/2024 3:37 PM - fletcherp - F/U changed from 11/09/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220898,"Line":10,"Comment":"11/12/2024 3:37 PM - fletcherp - CLO changed from 11/09/2024 to 11/23/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"220898","line":"1","part":"C5005-0562-3.98(C)","qty":"2","price":"634.00","uom":"EA","discount":"0.00","req_date":"1 Stk","branch":"1"},{"comp":"01","order":"220898","line":"2","part":"C5005-0875-5.40(C)","qty":"4","price":"751.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"3","part":"NC5001-1500-2.00CP","qty":"1","price":"561.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"4","part":"NC5006-1500-4.50CP","qty":"2","price":"446.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"5","part":"NC5007-0040-4.00G","qty":"20","price":"506.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"6","part":"NC5007-0040-6.00G","qty":"17","price":"644.00","uom":"EA","discount":"0.00","req_date":"10 Stk; BAL 9/15","branch":"1"},{"comp":"01","order":"220898","line":"7","part":"NC50S6-2000-3.63","qty":"3","price":"439.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"8","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"9","part":"NCAT50-C1-105U-IDU","qty":"6","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"10","part":"NCAT50-C3/4-105U-IDU","qty":"3","price":"731.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"11","part":"NT05-016(S)","qty":"1","price":"48.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"12","part":"NT05-020(S)","qty":"1","price":"48.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"13","part":"NT10-024(S)","qty":"1","price":"75.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"14","part":"NT10-032(S)","qty":"1","price":"75.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"15","part":"NT10-040(S)","qty":"1","price":"75.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"16","part":"NT10-048(S)","qty":"1","price":"75.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"17","part":"E40-014","qty":"2","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"18","part":"E40-016","qty":"4","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"19","part":"E40-018","qty":"2","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"20","part":"E40-020","qty":"4","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"21","part":"E40-024","qty":"5","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"22","part":"E40-026","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"23","part":"E40-028","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"24","part":"E40-030","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"25","part":"E40-032","qty":"4","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"26","part":"E40-034","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"27","part":"E40-038","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"28","part":"E40-040","qty":"2","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"29","part":"E40-042","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"30","part":"E40-046","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"31","part":"E40-048","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"32","part":"E40-050","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"33","part":"E40-058","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"34","part":"E40-064","qty":"4","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"35","part":"KM1-5/8","qty":"2","price":"62.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"36","part":"TQW-150","qty":"1","price":"331.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"37","part":"TQW-E40-G","qty":"1","price":"167.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"38","part":"TQW-PS(30)/ER20","qty":"1","price":"132.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"39","part":"TCLA-50/100A/C10","qty":"1","price":"315.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":39}}] 2024-11-12 15:38:02.305 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220898-11122024153801.txt === {"quote":"220898","customer":"13170TA","name":null,"customerName":"Morris South (NC-TA)","comp":"01","open":"0","shipto":"MTDPRODC","shiptoName":"MTD Products","entry_date":"08-29-2024","cust_order_date":"08-29-2024","req_date":"11-23-2024","cust_po":"OKUMA MILLAC TOOLING","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brandon Anderson","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"09:18","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Brandon Anderson","follow_phone":"615-330-7009","follow_email":"banderson@morrissouth.com","pic_user":"fletcherp","total_amt":"39436.00","total_gp":"29952.31","total_gpm":"75.95","rev_type":"STD","mod_date":"11-12-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"108","win_pct":"20","clo_date":"11-23-2024","notes":[{"comp":"1","quote":"220898","line":"1","data":"08-29-2024 09:25 - Discounts Recalculated QS"},{"comp":"1","quote":"220898","line":"0","data":"08-29-2024 09:24 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220898,"Line":0,"Comment":"09/20/2024 10:44 PM - fletcherp - F/U changed from 09/11/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220898,"Line":1,"Comment":"09/27/2024 11:04 PM - fletcherp - F/U changed from 09/28/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220898,"Line":2,"Comment":"09/27/2024 11:04 PM - fletcherp - CLO changed from 09/29/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":220898,"Line":3,"Comment":"09/27/2024 11:04 PM - fletcherp - Req Date changed from 10/10/2024 to 11/02/2024 (Req Date Updated)"},{"comp":1,"quote":220898,"Line":4,"Comment":"10/18/2024 9:38 PM - fletcherp - F/U changed from 10/12/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220898,"Line":5,"Comment":"10/18/2024 9:38 PM - fletcherp - CLO changed from 10/19/2024 to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":220898,"Line":6,"Comment":"10/25/2024 9:24 PM - fletcherp - F/U changed from 10/26/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220898,"Line":7,"Comment":"10/25/2024 9:24 PM - fletcherp - CLO changed from 10/26/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":220898,"Line":8,"Comment":"10/25/2024 9:24 PM - fletcherp - Req Date changed from 11/02/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":220898,"Line":9,"Comment":"11/12/2024 3:37 PM - fletcherp - F/U changed from 11/09/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220898,"Line":10,"Comment":"11/12/2024 3:37 PM - fletcherp - CLO changed from 11/09/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":220898,"Line":11,"Comment":"11/12/2024 3:37 PM - fletcherp - Req Date changed from 11/09/2024 to 11/23/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"220898","line":"1","part":"C5005-0562-3.98(C)","qty":"2","price":"634.00","uom":"EA","discount":"0.00","req_date":"1 Stk","branch":"1"},{"comp":"01","order":"220898","line":"2","part":"C5005-0875-5.40(C)","qty":"4","price":"751.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"3","part":"NC5001-1500-2.00CP","qty":"1","price":"561.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"4","part":"NC5006-1500-4.50CP","qty":"2","price":"446.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"5","part":"NC5007-0040-4.00G","qty":"20","price":"506.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"6","part":"NC5007-0040-6.00G","qty":"17","price":"644.00","uom":"EA","discount":"0.00","req_date":"10 Stk; BAL 9/15","branch":"1"},{"comp":"01","order":"220898","line":"7","part":"NC50S6-2000-3.63","qty":"3","price":"439.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"8","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"9","part":"NCAT50-C1-105U-IDU","qty":"6","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"10","part":"NCAT50-C3/4-105U-IDU","qty":"3","price":"731.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"11","part":"NT05-016(S)","qty":"1","price":"48.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"12","part":"NT05-020(S)","qty":"1","price":"48.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"13","part":"NT10-024(S)","qty":"1","price":"75.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"14","part":"NT10-032(S)","qty":"1","price":"75.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"15","part":"NT10-040(S)","qty":"1","price":"75.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"16","part":"NT10-048(S)","qty":"1","price":"75.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"17","part":"E40-014","qty":"2","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"18","part":"E40-016","qty":"4","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"19","part":"E40-018","qty":"2","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"20","part":"E40-020","qty":"4","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"21","part":"E40-024","qty":"5","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"22","part":"E40-026","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"23","part":"E40-028","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"24","part":"E40-030","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"25","part":"E40-032","qty":"4","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"26","part":"E40-034","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"27","part":"E40-038","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"28","part":"E40-040","qty":"2","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"29","part":"E40-042","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"30","part":"E40-046","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"31","part":"E40-048","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"32","part":"E40-050","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"33","part":"E40-058","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"34","part":"E40-064","qty":"4","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"35","part":"KM1-5/8","qty":"2","price":"62.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"36","part":"TQW-150","qty":"1","price":"331.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"37","part":"TQW-E40-G","qty":"1","price":"167.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"38","part":"TQW-PS(30)/ER20","qty":"1","price":"132.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"39","part":"TCLA-50/100A/C10","qty":"1","price":"315.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":39}}] 2024-11-12 15:40:18.250 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219539-11122024154018.txt === {"quote":"219539","customer":"1340","name":null,"customerName":"Metal Removal Technologies","comp":"01","open":"0","shipto":"SAINTJE","shiptoName":"Saint Jean Industries","entry_date":"07-31-2024","cust_order_date":"08-15-2024","req_date":"02-01-2025","cust_po":"HSK63 12MM WELDON RAH","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"26","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"22:11","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Josh Thomas","follow_phone":"501-288-0573","follow_email":"jthomas@metal-removal.com","pic_user":"fletcherp","total_amt":"62588.40","total_gp":"28326.42","total_gpm":"45.26","rev_type":"ADV","mod_date":"11-12-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"6","win_pct":"20","clo_date":"11-16-2024","notes":[],"crmnotes":[{"comp":1,"quote":219539,"Line":0,"Comment":"08/09/2024 11:03 PM - fletcherp - F/U changed from 08/06/2024 to 8/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219539,"Line":1,"Comment":"08/30/2024 9:16 PM - fletcherp - F/U changed from 08/24/2024 to 9/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219539,"Line":2,"Comment":"08/30/2024 9:16 PM - fletcherp - CLO changed from 09/01/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":219539,"Line":3,"Comment":"08/30/2024 9:17 PM - fletcherp - Req Date changed from 11/15/2024 to 12/21/2024 (Req Date Updated)"},{"comp":1,"quote":219539,"Line":4,"Comment":"09/20/2024 10:48 PM - fletcherp - F/U changed from 09/14/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219539,"Line":5,"Comment":"09/20/2024 10:48 PM - fletcherp - CLO changed from 09/21/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":219539,"Line":6,"Comment":"09/30/2024 8:42 AM - fletcherp - CLO changed from 10/05/2024 to 10/16/2024 (CLO Date Updated)"},{"comp":1,"quote":219539,"Line":7,"Comment":"09/30/2024 8:43 AM - fletcherp - Req Date changed from 12/21/2024 to 02/01/2025 (Req Date Updated)"},{"comp":1,"quote":219539,"Line":8,"Comment":"10/06/2024 10:53 PM - fletcherp - F/U changed from 10/05/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219539,"Line":9,"Comment":"10/06/2024 10:53 PM - fletcherp - CLO changed from 10/16/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":219539,"Line":10,"Comment":"11/08/2024 11:14 PM - fletcherp - F/U changed from 10/26/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219539,"Line":11,"Comment":"11/08/2024 11:14 PM - fletcherp - CLO changed from 11/02/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":219539,"Line":12,"Comment":"11/08/2024 11:15 PM - fletcherp - F/U changed from 11/16/2024 to 11/15/2024 (Order Approved Pending PO)"}],"items":[{"comp":"01","order":"219539","line":"1","part":"H63ARAM-SL12-280STEC-64FP","qty":"6","price":"10431.40","uom":"EA","discount":"0.00","req_date":"14 WEEKS ARO","branch":"1"}],"qlines":[{"Quote":"219539","Line":"1","Company":"1","F_Line":"1","Comment":"12 WEEKS MANUFACTURE; 2 WEEKS SHIPPING","Loc":"Y"},{"Quote":"219539","Line":"1","Company":"1","F_Line":"2","Comment":"EXPEDITED FREIGHT CAN BE PURCHASED IF NECESSARY","Loc":"Y"},{"Quote":"219539","Line":"1","Company":"1","F_Line":"3","Comment":"ASK FOR DIRECT AIR FREIGHT SHIPMENT QUOTE IF NEEDED","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-12 15:43:25.230 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219539-11122024154325.txt === {"quote":"219539","customer":"1340","name":null,"customerName":"Metal Removal Technologies","comp":"01","open":"0","shipto":"SAINTJE","shiptoName":"Saint Jean Industries","entry_date":"07-31-2024","cust_order_date":"08-15-2024","req_date":"03-01-2025","cust_po":"HSK63 12MM WELDON RAH","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"26","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"22:11","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Josh Thomas","follow_phone":"501-288-0573","follow_email":"jthomas@metal-removal.com","pic_user":"fletcherp","total_amt":"62588.40","total_gp":"28326.42","total_gpm":"45.26","rev_type":"ADV","mod_date":"11-12-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"6","win_pct":"20","clo_date":"11-16-2024","notes":[],"crmnotes":[{"comp":1,"quote":219539,"Line":0,"Comment":"08/09/2024 11:03 PM - fletcherp - F/U changed from 08/06/2024 to 8/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219539,"Line":1,"Comment":"08/30/2024 9:16 PM - fletcherp - F/U changed from 08/24/2024 to 9/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219539,"Line":2,"Comment":"08/30/2024 9:16 PM - fletcherp - CLO changed from 09/01/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":219539,"Line":3,"Comment":"08/30/2024 9:17 PM - fletcherp - Req Date changed from 11/15/2024 to 12/21/2024 (Req Date Updated)"},{"comp":1,"quote":219539,"Line":4,"Comment":"09/20/2024 10:48 PM - fletcherp - F/U changed from 09/14/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219539,"Line":5,"Comment":"09/20/2024 10:48 PM - fletcherp - CLO changed from 09/21/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":219539,"Line":6,"Comment":"09/30/2024 8:42 AM - fletcherp - CLO changed from 10/05/2024 to 10/16/2024 (CLO Date Updated)"},{"comp":1,"quote":219539,"Line":7,"Comment":"09/30/2024 8:43 AM - fletcherp - Req Date changed from 12/21/2024 to 02/01/2025 (Req Date Updated)"},{"comp":1,"quote":219539,"Line":8,"Comment":"10/06/2024 10:53 PM - fletcherp - F/U changed from 10/05/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219539,"Line":9,"Comment":"10/06/2024 10:53 PM - fletcherp - CLO changed from 10/16/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":219539,"Line":10,"Comment":"11/08/2024 11:14 PM - fletcherp - F/U changed from 10/26/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219539,"Line":11,"Comment":"11/08/2024 11:14 PM - fletcherp - CLO changed from 11/02/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":219539,"Line":12,"Comment":"11/08/2024 11:15 PM - fletcherp - F/U changed from 11/16/2024 to 11/15/2024 (Order Approved Pending PO)"},{"comp":1,"quote":219539,"Line":13,"Comment":"11/12/2024 3:40 PM - fletcherp - F/U changed from 11/15/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219539,"Line":14,"Comment":"11/12/2024 3:43 PM - fletcherp - Req Date changed from 02/01/2025 to 03/01/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"219539","line":"1","part":"H63ARAM-SL12-280STEC-64FP","qty":"6","price":"10431.40","uom":"EA","discount":"0.00","req_date":"14 WEEKS ARO","branch":"1"}],"qlines":[{"Quote":"219539","Line":"1","Company":"1","F_Line":"1","Comment":"12 WEEKS MANUFACTURE; 2 WEEKS SHIPPING","Loc":"Y"},{"Quote":"219539","Line":"1","Company":"1","F_Line":"2","Comment":"EXPEDITED FREIGHT CAN BE PURCHASED IF NECESSARY","Loc":"Y"},{"Quote":"219539","Line":"1","Company":"1","F_Line":"3","Comment":"ASK FOR DIRECT AIR FREIGHT SHIPMENT QUOTE IF NEEDED","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-12 15:47:16.932 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221601-11122024154716.txt === {"quote":"221601","customer":"13410","name":null,"customerName":"Max Tool Inc.","comp":"01","open":"1","shipto":"YULISTA","shiptoName":"Yulista Integrated Solutions","entry_date":"09-16-2024","cust_order_date":null,"req_date":"11-13-2024","cust_po":"HSK100A ER16","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Keith Dye","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"16:06","extra":"","follow_up":"11-09-2024","web_id":"","follow_name":"Keith Dye","follow_phone":"","follow_email":"KEITHD@gmail.com","pic_user":"fletcherp","total_amt":"15727.0","total_gp":"7281.02","total_gpm":"46.30","rev_type":"STD","mod_date":"11-12-2024","mod_time":null,"mod_user":"fletcherp","reason":"2","totalQty":"63","win_pct":"20","clo_date":"11-12-2024","notes":[{"comp":"1","quote":"221601","line":"1","data":"09-17-2024 09:28 - Discounts Recalculated QS"},{"comp":"1","quote":"221601","line":"0","data":"09-16-2024 16:09 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221601,"Line":0,"Comment":"10/14/2024 8:16 AM - alyssah - F/U changed from 10/09/2024 to 10/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221601,"Line":1,"Comment":"10/14/2024 8:16 AM - alyssah - CLO changed from 10/16/2024 to 10/28/2024 (CLO Date Updated)"},{"comp":1,"quote":221601,"Line":2,"Comment":"10/14/2024 8:16 AM - alyssah - F/U changed from 10/17/2024 to 10/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221601,"Line":3,"Comment":"10/30/2024 4:55 PM - alyssah - Req Date changed from 10/28/2024 to 11/13/2024 (Req Date Updated)"},{"comp":1,"quote":221601,"Line":4,"Comment":"10/30/2024 4:55 PM - alyssah - CLO changed from 10/28/2024 to 11/12/2024 (CLO Date Updated)"},{"comp":1,"quote":221601,"Line":5,"Comment":"10/30/2024 4:56 PM - alyssah - F/U changed from 10/22/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221601,"Line":6,"Comment":"10/30/2024 4:56 PM - alyssah - PIC changed from alyssah to fletcherp"}],"items":[{"comp":"01","order":"221601","line":"1","part":"HSK100A-0250-4.00","qty":"3","price":"498.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221601","line":"2","part":"HSK100A-0250-6.00","qty":"3","price":"469.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221601","line":"3","part":"HSK100A-0375-4.00","qty":"3","price":"498.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221601","line":"4","part":"HSK100A-0375-6.00","qty":"3","price":"580.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221601","line":"5","part":"HSK100A-0500-4.00","qty":"4","price":"456.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221601","line":"6","part":"HSK100A-0500-6.00","qty":"4","price":"548.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221601","line":"7","part":"HSK100A-0750-4.00","qty":"4","price":"456.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221601","line":"8","part":"HSK100A-0750-6.00","qty":"4","price":"548.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221601","line":"9","part":"HSK100A-1000-4.00","qty":"3","price":"456.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221601","line":"10","part":"HSK100A-1000-6.00","qty":"3","price":"548.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221601","line":"11","part":"HSK100A-ER16-4.00","qty":"3","price":"591.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221601","line":"12","part":"HSK100A-ER16-6.00","qty":"2","price":"715.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221601","line":"13","part":"HSK100A-ER32-4.00","qty":"2","price":"606.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221601","line":"14","part":"HSK100A-ER32-6.00","qty":"2","price":"658.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221601","line":"15","part":"HSK100-TUBE","qty":"3","price":"41.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221601","line":"16","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221601","line":"17","part":"016-SPAN","qty":"1","price":"17.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221601","line":"18","part":"HSK100A-NPU13C-145-IDU","qty":"2","price":"715.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221601","line":"19","part":"E16-SET-12","qty":"1","price":"512.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221601","line":"20","part":"E25-SET-19","qty":"1","price":"890.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221601","line":"21","part":"E32-SET-21","qty":"1","price":"1092.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221601","line":"22","part":"HSK100A-SM0750-4.00CP","qty":"1","price":"362.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221601","line":"23","part":"HSK100A-SM0750-6.00CP","qty":"1","price":"373.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221601","line":"24","part":"HSK100A-SM1000-4.00CP","qty":"1","price":"362.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221601","line":"25","part":"HSK100A-SM1000-6.00CP","qty":"1","price":"394.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221601","line":"26","part":"HSK100A-0187-4.00","qty":"3","price":"510.00","uom":"EA","discount":"50.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"221601","line":"27","part":"HSK100A-0187-6.00","qty":"3","price":"492.00","uom":"EA","discount":"50.00","req_date":"0 Stk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":27}}] 2024-11-12 15:48:20.764 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222776-11122024154820.txt === {"quote":"222776","customer":"20761","name":null,"customerName":"Toolsource, Inc.","comp":"01","open":"1","shipto":"STRAHUNT","shiptoName":"StrataG Solutions, LLC","entry_date":"10-09-2024","cust_order_date":"10-09-2024","req_date":"11-20-2024","cust_po":"CAT50 ANGLE HEADS","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Curtis Payne","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"17:17","extra":"","follow_up":"11-09-2024","web_id":"","follow_name":"Curtis Payne","follow_phone":"","follow_email":"tooling64@gmail.com","pic_user":"fletcherp","total_amt":"33910.25","total_gp":"16436.70","total_gpm":"48.47","rev_type":"ADV","mod_date":"11-12-2024","mod_time":null,"mod_user":"fletcherp","reason":"2","totalQty":"5","win_pct":"20","clo_date":"11-09-2024","notes":[{"comp":"1","quote":"222776","line":"0","data":"10-09-2024 17:20 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222776,"Line":0,"Comment":"10/25/2024 9:23 PM - fletcherp - F/U changed from 10/22/2024 to 11/9/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222776","line":"1","part":"C50RAM-ER32-180-110TP","qty":"1","price":"9744.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222776","line":"2","part":"C50RAM-ER32-180TS-110TP","qty":"1","price":"10537.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222776","line":"3","part":"C50RAM-ER40-215-110TP","qty":"1","price":"11443.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222776","line":"4","part":"C50RAM-ER40-215TS-110TP","qty":"1","price":"12463.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222776","line":"6","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"2-3 DAYS ARO","branch":"1"}],"qlines":[{"Quote":"222776","Line":"6","Company":"1","F_Line":"1","Comment":"CUSTOM DESIGNED POSITIONING BLOCK","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-12 15:48:58.787 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219538-11122024154858.txt === {"quote":"219538","customer":"8253","name":null,"customerName":"Hart Machine Tool","comp":"01","open":"0","shipto":"HARTMACH","shiptoName":"Hart Machine Tool","entry_date":"07-31-2024","cust_order_date":"07-31-2024","req_date":"11-09-2024","cust_po":"KITAMURA 3XV CNC180","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Terry Moore","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"22:01","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Terry Moore","follow_phone":"931-284-9446","follow_email":"tmoore@hartmachinetool.com","pic_user":"fletcherp","total_amt":"25465.90","total_gp":"18961.20","total_gpm":"74.46","rev_type":"RT","mod_date":"11-12-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"5","win_pct":"20","clo_date":"11-09-2024","notes":[{"comp":"1","quote":"219538","line":"0","data":"07-31-2024 22:02 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":219538,"Line":0,"Comment":"08/16/2024 9:45 PM - fletcherp - F/U changed from 08/13/2024 to 8/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219538,"Line":1,"Comment":"08/16/2024 9:45 PM - fletcherp - CLO changed from NaN/NaN/NaN to 08/31/2024 (CLO Date Updated)"},{"comp":1,"quote":219538,"Line":2,"Comment":"08/30/2024 9:14 PM - fletcherp - F/U changed from 08/24/2024 to 9/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219538,"Line":3,"Comment":"08/30/2024 9:14 PM - fletcherp - CLO changed from 08/31/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":219538,"Line":4,"Comment":"08/30/2024 9:14 PM - fletcherp - Req Date changed from 09/11/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":219538,"Line":5,"Comment":"09/20/2024 10:47 PM - fletcherp - F/U changed from 09/14/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219538,"Line":6,"Comment":"09/20/2024 10:47 PM - fletcherp - CLO changed from 09/21/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":219538,"Line":7,"Comment":"10/06/2024 10:52 PM - fletcherp - F/U changed from 10/05/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219538,"Line":8,"Comment":"10/06/2024 10:52 PM - fletcherp - CLO changed from 10/05/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":219538,"Line":9,"Comment":"10/06/2024 10:53 PM - fletcherp - Req Date changed from 10/05/2024 to 10/19/2024 (Req Date Updated)"},{"comp":1,"quote":219538,"Line":10,"Comment":"10/25/2024 9:17 PM - fletcherp - F/U changed from 10/19/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219538,"Line":11,"Comment":"10/25/2024 9:17 PM - fletcherp - CLO changed from 10/19/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":219538,"Line":12,"Comment":"10/25/2024 9:17 PM - fletcherp - Req Date changed from 10/19/2024 to 11/09/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"219538","line":"1","part":"CNC180MA-M","qty":"1","price":"16695.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219538","line":"2","part":"RT-ACCS-CABLE","qty":"1","price":"1550.00","uom":"EA","discount":"100.00","req_date":"MADE TO ORDER","branch":"1"},{"comp":"01","order":"219538","line":"3","part":"P-125S","qty":"1","price":"2681.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219538","line":"4","part":"5C-AIR-FIXTURE-MLOCK-180","qty":"1","price":"4861.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219538","line":"6","part":"INSTALLATION-RT-CNC-SE","qty":"1","price":"8500.00","uom":"EA","discount":"0.00","req_date":"TBD ARO","branch":"1"}],"qlines":[{"Quote":"219538","Line":"2","Company":"1","F_Line":"1","Comment":"EXTERNAL POWER/FEEDBACK CABLES FOR 4TH AXIS FOR","Loc":"Y"},{"Quote":"219538","Line":"2","Company":"1","F_Line":"2","Comment":"KITAMURA 3XV VERTICAL MACHINING CENTER","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-12 15:49:11.497 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219538-11122024154911.txt === {"quote":"219538","customer":"8253","name":null,"customerName":"Hart Machine Tool","comp":"01","open":"0","shipto":"HARTMACH","shiptoName":"Hart Machine Tool","entry_date":"07-31-2024","cust_order_date":"07-31-2024","req_date":"11-09-2024","cust_po":"KITAMURA 3XV CNC180","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Terry Moore","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"22:01","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Terry Moore","follow_phone":"931-284-9446","follow_email":"tmoore@hartmachinetool.com","pic_user":"fletcherp","total_amt":"25465.90","total_gp":"18961.20","total_gpm":"74.46","rev_type":"RT","mod_date":"11-12-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"5","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"219538","line":"0","data":"07-31-2024 22:02 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":219538,"Line":0,"Comment":"08/16/2024 9:45 PM - fletcherp - F/U changed from 08/13/2024 to 8/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219538,"Line":1,"Comment":"08/16/2024 9:45 PM - fletcherp - CLO changed from NaN/NaN/NaN to 08/31/2024 (CLO Date Updated)"},{"comp":1,"quote":219538,"Line":2,"Comment":"08/30/2024 9:14 PM - fletcherp - F/U changed from 08/24/2024 to 9/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219538,"Line":3,"Comment":"08/30/2024 9:14 PM - fletcherp - CLO changed from 08/31/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":219538,"Line":4,"Comment":"08/30/2024 9:14 PM - fletcherp - Req Date changed from 09/11/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":219538,"Line":5,"Comment":"09/20/2024 10:47 PM - fletcherp - F/U changed from 09/14/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219538,"Line":6,"Comment":"09/20/2024 10:47 PM - fletcherp - CLO changed from 09/21/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":219538,"Line":7,"Comment":"10/06/2024 10:52 PM - fletcherp - F/U changed from 10/05/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219538,"Line":8,"Comment":"10/06/2024 10:52 PM - fletcherp - CLO changed from 10/05/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":219538,"Line":9,"Comment":"10/06/2024 10:53 PM - fletcherp - Req Date changed from 10/05/2024 to 10/19/2024 (Req Date Updated)"},{"comp":1,"quote":219538,"Line":10,"Comment":"10/25/2024 9:17 PM - fletcherp - F/U changed from 10/19/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219538,"Line":11,"Comment":"10/25/2024 9:17 PM - fletcherp - CLO changed from 10/19/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":219538,"Line":12,"Comment":"10/25/2024 9:17 PM - fletcherp - Req Date changed from 10/19/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":219538,"Line":13,"Comment":"11/12/2024 3:48 PM - fletcherp - F/U changed from 11/09/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219538,"Line":14,"Comment":"11/12/2024 3:49 PM - fletcherp - CLO changed from 11/09/2024 to 11/30/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"219538","line":"1","part":"CNC180MA-M","qty":"1","price":"16695.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219538","line":"2","part":"RT-ACCS-CABLE","qty":"1","price":"1550.00","uom":"EA","discount":"100.00","req_date":"MADE TO ORDER","branch":"1"},{"comp":"01","order":"219538","line":"3","part":"P-125S","qty":"1","price":"2681.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219538","line":"4","part":"5C-AIR-FIXTURE-MLOCK-180","qty":"1","price":"4861.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219538","line":"6","part":"INSTALLATION-RT-CNC-SE","qty":"1","price":"8500.00","uom":"EA","discount":"0.00","req_date":"TBD ARO","branch":"1"}],"qlines":[{"Quote":"219538","Line":"2","Company":"1","F_Line":"1","Comment":"EXTERNAL POWER/FEEDBACK CABLES FOR 4TH AXIS FOR","Loc":"Y"},{"Quote":"219538","Line":"2","Company":"1","F_Line":"2","Comment":"KITAMURA 3XV VERTICAL MACHINING CENTER","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-12 15:49:19.852 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219538-11122024154919.txt === {"quote":"219538","customer":"8253","name":null,"customerName":"Hart Machine Tool","comp":"01","open":"0","shipto":"HARTMACH","shiptoName":"Hart Machine Tool","entry_date":"07-31-2024","cust_order_date":"07-31-2024","req_date":"11-30-2024","cust_po":"KITAMURA 3XV CNC180","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Terry Moore","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"22:01","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Terry Moore","follow_phone":"931-284-9446","follow_email":"tmoore@hartmachinetool.com","pic_user":"fletcherp","total_amt":"25465.90","total_gp":"18961.20","total_gpm":"74.46","rev_type":"RT","mod_date":"11-12-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"5","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"219538","line":"0","data":"07-31-2024 22:02 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":219538,"Line":0,"Comment":"08/16/2024 9:45 PM - fletcherp - F/U changed from 08/13/2024 to 8/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219538,"Line":1,"Comment":"08/16/2024 9:45 PM - fletcherp - CLO changed from NaN/NaN/NaN to 08/31/2024 (CLO Date Updated)"},{"comp":1,"quote":219538,"Line":2,"Comment":"08/30/2024 9:14 PM - fletcherp - F/U changed from 08/24/2024 to 9/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219538,"Line":3,"Comment":"08/30/2024 9:14 PM - fletcherp - CLO changed from 08/31/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":219538,"Line":4,"Comment":"08/30/2024 9:14 PM - fletcherp - Req Date changed from 09/11/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":219538,"Line":5,"Comment":"09/20/2024 10:47 PM - fletcherp - F/U changed from 09/14/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219538,"Line":6,"Comment":"09/20/2024 10:47 PM - fletcherp - CLO changed from 09/21/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":219538,"Line":7,"Comment":"10/06/2024 10:52 PM - fletcherp - F/U changed from 10/05/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219538,"Line":8,"Comment":"10/06/2024 10:52 PM - fletcherp - CLO changed from 10/05/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":219538,"Line":9,"Comment":"10/06/2024 10:53 PM - fletcherp - Req Date changed from 10/05/2024 to 10/19/2024 (Req Date Updated)"},{"comp":1,"quote":219538,"Line":10,"Comment":"10/25/2024 9:17 PM - fletcherp - F/U changed from 10/19/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219538,"Line":11,"Comment":"10/25/2024 9:17 PM - fletcherp - CLO changed from 10/19/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":219538,"Line":12,"Comment":"10/25/2024 9:17 PM - fletcherp - Req Date changed from 10/19/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":219538,"Line":13,"Comment":"11/12/2024 3:48 PM - fletcherp - F/U changed from 11/09/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219538,"Line":14,"Comment":"11/12/2024 3:49 PM - fletcherp - CLO changed from 11/09/2024 to 11/30/2024 (CLO Date Updated)"},{"comp":1,"quote":219538,"Line":15,"Comment":"11/12/2024 3:49 PM - fletcherp - Req Date changed from 11/09/2024 to 11/30/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"219538","line":"1","part":"CNC180MA-M","qty":"1","price":"16695.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219538","line":"2","part":"RT-ACCS-CABLE","qty":"1","price":"1550.00","uom":"EA","discount":"100.00","req_date":"MADE TO ORDER","branch":"1"},{"comp":"01","order":"219538","line":"3","part":"P-125S","qty":"1","price":"2681.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219538","line":"4","part":"5C-AIR-FIXTURE-MLOCK-180","qty":"1","price":"4861.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219538","line":"6","part":"INSTALLATION-RT-CNC-SE","qty":"1","price":"8500.00","uom":"EA","discount":"0.00","req_date":"TBD ARO","branch":"1"}],"qlines":[{"Quote":"219538","Line":"2","Company":"1","F_Line":"1","Comment":"EXTERNAL POWER/FEEDBACK CABLES FOR 4TH AXIS FOR","Loc":"Y"},{"Quote":"219538","Line":"2","Company":"1","F_Line":"2","Comment":"KITAMURA 3XV VERTICAL MACHINING CENTER","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-12 15:51:22.435 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223736-11122024155122.txt === {"quote":"223736","customer":"13680","name":null,"customerName":"Mitsui Seiki USA Inc.","comp":"01","open":"1","shipto":"AXSYS","shiptoName":"GENERAL DYNAMICS MISSION SYSTEMS, I","entry_date":"10-30-2024","cust_order_date":"10-30-2024","req_date":"12-11-2024","cust_po":"CNC501FA-M","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"helenp","conv_order":"","time":"16:22","extra":"","follow_up":"11-12-2024","web_id":"","follow_name":"Fletcher","follow_phone":"","follow_email":"fletcherp@lyndexnikken.com","pic_user":"fletcherp","total_amt":"52669.10","total_gp":"38174.21","total_gpm":"72.48","rev_type":"RT","mod_date":"11-12-2024","mod_time":null,"mod_user":"fletcherp","reason":"2","totalQty":"3","win_pct":"20","clo_date":null,"notes":[{"comp":"1","quote":"223736","line":"0","data":"10-30-2024 16:24 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223736","line":"1","part":"CNC501FA-M","qty":"1","price":"53445.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223736","line":"2","part":"AY0111","qty":"1","price":"7197.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223736","line":"3","part":"INSTALLATION-RT-CNC-SE","qty":"1","price":"9500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-12 15:52:42.629 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-196955-11122024155242.txt === {"quote":"196955","customer":"13680","name":null,"customerName":"Mitsui Seiki USA Inc.","comp":"01","open":"0","shipto":"AXSYS","shiptoName":"GENERAL DYNAMICS MISSION SYSTEMS, I","entry_date":"12-13-2023","cust_order_date":"01-15-2024","req_date":"11-09-2024","cust_po":"H5A/PMC/PS-95 PROJECTS","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Bryan Beck","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"10:24","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Bryan Beck","follow_phone":"","follow_email":"bryan.beck@gd-ms.com","pic_user":"fletcherp","total_amt":"192521.0","total_gp":"106724.07","total_gpm":"55.44","rev_type":"ADV","mod_date":"11-12-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"1585","win_pct":"95","clo_date":"11-09-2024","notes":[{"comp":"1","quote":"196955","line":"15","data":"04-21-2023 10:30 - Discounts Recalculated QS"},{"comp":"1","quote":"196955","line":"14","data":"04-21-2023 10:26 - Discounts Recalculated QS"},{"comp":"1","quote":"196955","line":"13","data":"08-01-2023 10:43-danaf updated stock"},{"comp":"1","quote":"196955","line":"12","data":"10,12,14,25 and 31 to quote log for updates"},{"comp":"1","quote":"196955","line":"11","data":"12-05-2023 14:14-danaf added lines 4 & 6 to CBO"},{"comp":"1","quote":"196955","line":"10","data":"SPVC: PS-P14, NBT40-SZF10C-90"},{"comp":"1","quote":"196955","line":"9","data":"CAT40-SZF10-90U-IDU 2pc 1wk/ bal 4mths MFG"},{"comp":"1","quote":"196955","line":"8","data":"NBT40-C3/4-105G 5pc 3wk mfg/ bal 3.5-4mths MFG"},{"comp":"1","quote":"196955","line":"7","data":"PS-P14 - 2.5mnths MFG / NBT40-SZF10C-90 stk Nik"},{"comp":"1","quote":"196955","line":"6","data":"CAT50-SK6-165UP-IDU/165U-IDU - 3.5-4mnths MFG"},{"comp":"1","quote":"196955","line":"5","data":"CAT50-C3/4-105UG-IDU/105U-IDU - 3.5-4mths MFG"},{"comp":"1","quote":"196955","line":"4","data":"as of now:"},{"comp":"1","quote":"196955","line":"3","data":"12-07-2023 11:18-karynm"},{"comp":"1","quote":"196955","line":"2","data":"12-19-2023 15:10-danaf updated ETAs again today"},{"comp":"1","quote":"196955","line":"1","data":"studs are attacehd."},{"comp":"1","quote":"196955","line":"0","data":"02-09-2024 08:40-danaf signed drawings for pull"}],"crmnotes":[{"comp":1,"quote":196955,"Line":0,"Comment":"06/20/2023 10:32 PM - fletcherp - F/U changed from 05/04/2023 to 7/8/2023 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":1,"Comment":"06/20/2023 10:33 PM - fletcherp - CLO changed from 05/21/2023 to 08/05/2023 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":2,"Comment":"06/20/2023 10:33 PM - fletcherp - Req Date changed from 06/02/2023 to 11/30/2023 (Req Date Updated)"},{"comp":1,"quote":196955,"Line":3,"Comment":"07/31/2023 11:05 AM - fletcherp - F/U changed from 07/08/2023 to 8/19/2023 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":4,"Comment":"07/31/2023 11:05 AM - fletcherp - CLO changed from 08/05/2023 to 08/26/2023 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":5,"Comment":"08/21/2023 11:32 AM - fletcherp - F/U changed from 08/19/2023 to 9/9/2023 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":6,"Comment":"08/21/2023 11:32 AM - fletcherp - CLO changed from 08/26/2023 to 09/16/2023 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":7,"Comment":"08/21/2023 11:33 AM - fletcherp - GD-MS received order from Raytheon for this contract. They will be placing this order within the next 3-4 weeks. May get split up into smaller purchases."},{"comp":1,"quote":196955,"Line":8,"Comment":"09/10/2023 11:13 PM - fletcherp - F/U changed from 09/09/2023 to 9/30/2023 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":9,"Comment":"09/10/2023 11:13 PM - fletcherp - CLO changed from 09/16/2023 to 09/30/2023 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":10,"Comment":"09/29/2023 8:04 AM - fletcherp - F/U changed from 09/30/2023 to 10/7/2023 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":11,"Comment":"09/29/2023 8:04 AM - fletcherp - CLO changed from 09/30/2023 to 10/07/2023 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":12,"Comment":"10/16/2023 10:47 AM - fletcherp - F/U changed from 10/07/2023 to 10/28/2023 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":13,"Comment":"10/16/2023 10:47 AM - fletcherp - CLO changed from 10/07/2023 to 11/11/2023 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":14,"Comment":"11/03/2023 11:42 PM - fletcherp - F/U changed from 10/28/2023 to 11/11/2023 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":15,"Comment":"11/17/2023 10:33 PM - fletcherp - F/U changed from 11/11/2023 to 12/2/2023 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":16,"Comment":"11/17/2023 10:33 PM - fletcherp - CLO changed from 11/11/2023 to 12/02/2023 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":17,"Comment":"11/17/2023 10:33 PM - fletcherp - Req Date changed from 11/30/2023 to 12/02/2023 (Req Date Updated)"},{"comp":1,"quote":196955,"Line":18,"Comment":"01/05/2024 9:21 PM - fletcherp - F/U changed from 01/01/2024 to 1/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":19,"Comment":"01/05/2024 9:21 PM - fletcherp - CLO changed from 01/20/2024 to 01/27/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":20,"Comment":"01/05/2024 9:21 PM - fletcherp - Req Date changed from 03/15/2023 to 04/06/2024 (Req Date Updated)"},{"comp":1,"quote":196955,"Line":21,"Comment":"01/05/2024 9:22 PM - fletcherp - Win% changed from 20 to 95"},{"comp":1,"quote":196955,"Line":22,"Comment":"01/05/2024 9:22 PM - fletcherp - Win% changed from 20 to 95"},{"comp":1,"quote":196955,"Line":23,"Comment":"01/05/2024 9:22 PM - fletcherp - Win% changed from 20 to 95"},{"comp":1,"quote":196955,"Line":24,"Comment":"01/05/2024 9:22 PM - fletcherp - Win% changed from 20 to 95"},{"comp":1,"quote":196955,"Line":25,"Comment":"01/26/2024 10:29 PM - fletcherp - F/U changed from 01/20/2024 to 2/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":26,"Comment":"01/26/2024 10:29 PM - fletcherp - CLO changed from 01/27/2024 to 02/03/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":27,"Comment":"02/04/2024 8:34 PM - fletcherp - F/U changed from 02/03/2024 to 2/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":28,"Comment":"02/04/2024 8:34 PM - fletcherp - CLO changed from 02/03/2024 to 02/17/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":29,"Comment":"02/04/2024 8:34 PM - fletcherp - Req Date changed from 04/06/2024 to 04/06/2024 (Req Date Updated)"},{"comp":1,"quote":196955,"Line":30,"Comment":"02/16/2024 9:13 PM - fletcherp - F/U changed from 02/19/2024 to 3/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":31,"Comment":"02/16/2024 9:13 PM - fletcherp - CLO changed from 02/17/2024 to 03/02/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":32,"Comment":"03/01/2024 10:42 PM - fletcherp - F/U changed from 03/02/2024 to 3/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":33,"Comment":"03/01/2024 10:42 PM - fletcherp - CLO changed from 03/02/2024 to 03/16/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":34,"Comment":"03/15/2024 11:04 PM - fletcherp - F/U changed from 03/16/2024 to 3/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":35,"Comment":"03/15/2024 11:04 PM - fletcherp - CLO changed from 03/16/2024 to 03/30/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":36,"Comment":"04/12/2024 10:09 PM - fletcherp - F/U changed from 04/16/2024 to 4/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":37,"Comment":"04/12/2024 10:09 PM - fletcherp - CLO changed from 03/30/2024 to 04/27/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":38,"Comment":"04/12/2024 10:09 PM - fletcherp - Req Date changed from 04/06/2024 to 04/27/2024 (Req Date Updated)"},{"comp":1,"quote":196955,"Line":39,"Comment":"04/26/2024 8:27 PM - fletcherp - F/U changed from 04/27/2024 to 5/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":40,"Comment":"04/26/2024 8:27 PM - fletcherp - CLO changed from 04/27/2024 to 05/18/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":41,"Comment":"04/26/2024 8:27 PM - fletcherp - Req Date changed from 04/27/2024 to 05/18/2024 (Req Date Updated)"},{"comp":1,"quote":196955,"Line":42,"Comment":"05/17/2024 10:50 PM - fletcherp - F/U changed from 05/18/2024 to 6/1/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":43,"Comment":"05/17/2024 10:51 PM - fletcherp - CLO changed from 05/18/2024 to 06/01/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":44,"Comment":"05/17/2024 10:51 PM - fletcherp - Req Date changed from 05/18/2024 to 06/01/2024 (Req Date Updated)"},{"comp":1,"quote":196955,"Line":45,"Comment":"05/31/2024 10:05 PM - fletcherp - F/U changed from 06/01/2024 to 6/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":46,"Comment":"05/31/2024 10:06 PM - fletcherp - CLO changed from 06/01/2024 to 06/22/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":47,"Comment":"05/31/2024 10:06 PM - fletcherp - Req Date changed from 06/01/2024 to 06/22/2024 (Req Date Updated)"},{"comp":1,"quote":196955,"Line":48,"Comment":"06/17/2024 10:04 AM - fletcherp - F/U changed from 06/22/2024 to 7/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":49,"Comment":"06/17/2024 10:05 AM - fletcherp - CLO changed from 06/22/2024 to 07/06/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":50,"Comment":"06/17/2024 10:05 AM - fletcherp - Req Date changed from 06/22/2024 to 07/06/2024 (Req Date Updated)"},{"comp":1,"quote":196955,"Line":51,"Comment":"07/12/2024 9:42 PM - fletcherp - F/U changed from 07/06/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":52,"Comment":"07/12/2024 9:42 PM - fletcherp - CLO changed from 07/06/2024 to 07/27/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":53,"Comment":"07/12/2024 9:42 PM - fletcherp - Req Date changed from 07/06/2024 to 07/27/2024 (Req Date Updated)"},{"comp":1,"quote":196955,"Line":54,"Comment":"07/12/2024 9:42 PM - fletcherp - CLO changed from 07/27/2024 to 07/27/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":55,"Comment":"07/26/2024 10:11 PM - fletcherp - F/U changed from 07/27/2024 to 8/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":56,"Comment":"07/26/2024 10:11 PM - fletcherp - CLO changed from 07/27/2024 to 08/03/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":57,"Comment":"07/26/2024 10:12 PM - fletcherp - Req Date changed from 07/27/2024 to 08/03/2024 (Req Date Updated)"},{"comp":1,"quote":196955,"Line":58,"Comment":"08/09/2024 11:00 PM - fletcherp - F/U changed from 08/03/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":59,"Comment":"08/09/2024 11:00 PM - fletcherp - CLO changed from 08/03/2024 to 08/31/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":60,"Comment":"08/09/2024 11:00 PM - fletcherp - Req Date changed from 08/03/2024 to 08/31/2024 (Req Date Updated)"},{"comp":1,"quote":196955,"Line":61,"Comment":"08/30/2024 9:19 PM - fletcherp - F/U changed from 08/31/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":62,"Comment":"08/30/2024 9:19 PM - fletcherp - CLO changed from 08/31/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":63,"Comment":"08/30/2024 9:19 PM - fletcherp - Req Date changed from 08/31/2024 to 09/21/2024 (Req Date Updated)"},{"comp":1,"quote":196955,"Line":64,"Comment":"09/27/2024 11:00 PM - fletcherp - F/U changed from 09/21/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":65,"Comment":"09/27/2024 11:01 PM - fletcherp - CLO changed from 09/21/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":66,"Comment":"09/27/2024 11:01 PM - fletcherp - Req Date changed from 09/21/2024 to 10/19/2024 (Req Date Updated)"},{"comp":1,"quote":196955,"Line":67,"Comment":"10/25/2024 9:20 PM - fletcherp - F/U changed from 10/19/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":68,"Comment":"10/25/2024 9:20 PM - fletcherp - CLO changed from 10/19/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":69,"Comment":"10/25/2024 9:20 PM - fletcherp - Req Date changed from 10/19/2024 to 11/09/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"196955","line":"2","part":"CAT50-SK10-165UP-IDU","qty":"42","price":"600.00","uom":"EA","discount":"50.00","req_date":"40pc 1Wk Bal 3/1","branch":"1"},{"comp":"01","order":"196955","line":"3","part":"CAT50-SK10-105UP-IDU","qty":"7","price":"569.00","uom":"EA","discount":"50.00","req_date":"ETA 1-2 Weeks","branch":"1"},{"comp":"01","order":"196955","line":"4","part":"CAT50-C3/4-105UG-IDU","qty":"107","price":"726.00","uom":"EA","discount":"50.00","req_date":"15-1wk/61 Mid Jan**","branch":"1"},{"comp":"01","order":"196955","line":"5","part":"CAT50-SZF10-105U-IDU","qty":"9","price":"693.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"196955","line":"6","part":"CAT50-SK6-165UP-IDU","qty":"34","price":"570.00","uom":"EA","discount":"50.00","req_date":"8pc-1week","branch":"1"},{"comp":"01","order":"196955","line":"7","part":"SK10-1/4A","qty":"58","price":"67.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"196955","line":"8","part":"SK6-1/8A","qty":"34","price":"65.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"196955","line":"9","part":"KM3/4-1/2","qty":"107","price":"59.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"196955","line":"10","part":"PS-P14","qty":"199","price":"87.00","uom":"EA","discount":"50.00","req_date":"3mths","branch":"1"},{"comp":"01","order":"196955","line":"12","part":"NBT40-SZF10C-90","qty":"67","price":"644.00","uom":"EA","discount":"50.00","req_date":"46pc 2wk/Bal **","branch":"1"},{"comp":"01","order":"196955","line":"13","part":"NBT40-C3/4-70G","qty":"10","price":"609.00","uom":"EA","discount":"50.00","req_date":"ETA 1 Week","branch":"1"},{"comp":"01","order":"196955","line":"14","part":"NBT40-C3/4-105G","qty":"33","price":"650.00","uom":"EA","discount":"50.00","req_date":"7Stk /5pc 4wk/**","branch":"1"},{"comp":"01","order":"196955","line":"15","part":"NBT40-SK6C-120P","qty":"45","price":"486.00","uom":"EA","discount":"50.00","req_date":"34Stk 9pc 1 week","branch":"1"},{"comp":"01","order":"196955","line":"16","part":"NBT40-SK6C-90P","qty":"15","price":"468.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"196955","line":"17","part":"NBT40-SK10C-120P","qty":"76","price":"488.00","uom":"EA","discount":"50.00","req_date":"22Stk Bal 4 weeks","branch":"1"},{"comp":"01","order":"196955","line":"18","part":"NBT40-SK10C-90P","qty":"15","price":"470.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"196955","line":"19","part":"SK10-3/8A","qty":"158","price":"67.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"196955","line":"20","part":"SK6-3/16A","qty":"60","price":"65.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"196955","line":"21","part":"KM3/4-5/8","qty":"43","price":"59.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"196955","line":"22","part":"B40-1500-EU","qty":"276","price":"40.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"196955","line":"24","part":"CAT40-SK6-90UP-IDU","qty":"18","price":"432.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"196955","line":"25","part":"CAT40-SZF10-90U-IDU","qty":"12","price":"573.00","uom":"EA","discount":"50.00","req_date":"2pc 2weeks/Bal 4Mths","branch":"1"},{"comp":"01","order":"196955","line":"26","part":"CAT40-C3/4-85UG-IDU","qty":"22","price":"572.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"196955","line":"27","part":"CAT40-SK10-90UP-IDU","qty":"16","price":"435.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"196955","line":"28","part":"SK6-1/4A","qty":"18","price":"65.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"196955","line":"29","part":"SK10-1/8A","qty":"28","price":"67.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"196955","line":"30","part":"KM3/4-3/8","qty":"15","price":"59.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"196955","line":"31","part":"PS-895","qty":"61","price":"212.00","uom":"EA","discount":"50.00","req_date":"ETA 3.5 Mos","branch":"1"}],"qlines":[{"Quote":"196955","Line":"3","Company":"1","F_Line":"1","Comment":"Stock Japan","Loc":"Y"},{"Quote":"196955","Line":"4","Company":"1","F_Line":"1","Comment":"**Balance of 31pcs Late April","Loc":"Y"},{"Quote":"196955","Line":"6","Company":"1","F_Line":"1","Comment":"**Balance of 26pcs ETA 4 mos ARO","Loc":"Y"},{"Quote":"196955","Line":"10","Company":"1","F_Line":"1","Comment":"Special- cannot be cancelled or returned","Loc":"Y"},{"Quote":"196955","Line":"12","Company":"1","F_Line":"1","Comment":"**Balance 21pcs 4mths MFG + SHIP","Loc":"Y"},{"Quote":"196955","Line":"12","Company":"1","F_Line":"2","Comment":"Special- cannot be cancelled or returned","Loc":"Y"},{"Quote":"196955","Line":"14","Company":"1","F_Line":"1","Comment":"**Balance 21pcs 3.5-4mths MFG + SHIP","Loc":"Y"},{"Quote":"196955","Line":"15","Company":"1","F_Line":"1","Comment":"Balance of 2 pcs 4 weeks","Loc":"Y"}],"qcomms":[{"Quote":"196955","Line":"0","Comment":"Please Note:"},{"Quote":"196955","Line":"1","Comment":"PS-P14 and NBT40-SZF10C-90 ~"},{"Quote":"196955","Line":"2","Comment":"These are non-standard stock items and considered"},{"Quote":"196955","Line":"3","Comment":"specials. Once a PO has been issued these items"},{"Quote":"196955","Line":"4","Comment":"cannot be cancelled or returned."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":28}}] 2024-11-12 15:52:59.380 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-196955-11122024155259.txt === {"quote":"196955","customer":"13680","name":null,"customerName":"Mitsui Seiki USA Inc.","comp":"01","open":"0","shipto":"AXSYS","shiptoName":"GENERAL DYNAMICS MISSION SYSTEMS, I","entry_date":"12-13-2023","cust_order_date":"01-15-2024","req_date":"11-09-2024","cust_po":"H5A/PMC/PS-95 PROJECTS","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Bryan Beck","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"10:24","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Bryan Beck","follow_phone":"","follow_email":"bryan.beck@gd-ms.com","pic_user":"fletcherp","total_amt":"192521.0","total_gp":"106724.07","total_gpm":"55.44","rev_type":"ADV","mod_date":"11-12-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"1585","win_pct":"95","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"196955","line":"15","data":"04-21-2023 10:30 - Discounts Recalculated QS"},{"comp":"1","quote":"196955","line":"14","data":"04-21-2023 10:26 - Discounts Recalculated QS"},{"comp":"1","quote":"196955","line":"13","data":"08-01-2023 10:43-danaf updated stock"},{"comp":"1","quote":"196955","line":"12","data":"10,12,14,25 and 31 to quote log for updates"},{"comp":"1","quote":"196955","line":"11","data":"12-05-2023 14:14-danaf added lines 4 & 6 to CBO"},{"comp":"1","quote":"196955","line":"10","data":"SPVC: PS-P14, NBT40-SZF10C-90"},{"comp":"1","quote":"196955","line":"9","data":"CAT40-SZF10-90U-IDU 2pc 1wk/ bal 4mths MFG"},{"comp":"1","quote":"196955","line":"8","data":"NBT40-C3/4-105G 5pc 3wk mfg/ bal 3.5-4mths MFG"},{"comp":"1","quote":"196955","line":"7","data":"PS-P14 - 2.5mnths MFG / NBT40-SZF10C-90 stk Nik"},{"comp":"1","quote":"196955","line":"6","data":"CAT50-SK6-165UP-IDU/165U-IDU - 3.5-4mnths MFG"},{"comp":"1","quote":"196955","line":"5","data":"CAT50-C3/4-105UG-IDU/105U-IDU - 3.5-4mths MFG"},{"comp":"1","quote":"196955","line":"4","data":"as of now:"},{"comp":"1","quote":"196955","line":"3","data":"12-07-2023 11:18-karynm"},{"comp":"1","quote":"196955","line":"2","data":"12-19-2023 15:10-danaf updated ETAs again today"},{"comp":"1","quote":"196955","line":"1","data":"studs are attacehd."},{"comp":"1","quote":"196955","line":"0","data":"02-09-2024 08:40-danaf signed drawings for pull"}],"crmnotes":[{"comp":1,"quote":196955,"Line":0,"Comment":"06/20/2023 10:32 PM - fletcherp - F/U changed from 05/04/2023 to 7/8/2023 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":1,"Comment":"06/20/2023 10:33 PM - fletcherp - CLO changed from 05/21/2023 to 08/05/2023 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":2,"Comment":"06/20/2023 10:33 PM - fletcherp - Req Date changed from 06/02/2023 to 11/30/2023 (Req Date Updated)"},{"comp":1,"quote":196955,"Line":3,"Comment":"07/31/2023 11:05 AM - fletcherp - F/U changed from 07/08/2023 to 8/19/2023 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":4,"Comment":"07/31/2023 11:05 AM - fletcherp - CLO changed from 08/05/2023 to 08/26/2023 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":5,"Comment":"08/21/2023 11:32 AM - fletcherp - F/U changed from 08/19/2023 to 9/9/2023 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":6,"Comment":"08/21/2023 11:32 AM - fletcherp - CLO changed from 08/26/2023 to 09/16/2023 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":7,"Comment":"08/21/2023 11:33 AM - fletcherp - GD-MS received order from Raytheon for this contract. They will be placing this order within the next 3-4 weeks. May get split up into smaller purchases."},{"comp":1,"quote":196955,"Line":8,"Comment":"09/10/2023 11:13 PM - fletcherp - F/U changed from 09/09/2023 to 9/30/2023 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":9,"Comment":"09/10/2023 11:13 PM - fletcherp - CLO changed from 09/16/2023 to 09/30/2023 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":10,"Comment":"09/29/2023 8:04 AM - fletcherp - F/U changed from 09/30/2023 to 10/7/2023 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":11,"Comment":"09/29/2023 8:04 AM - fletcherp - CLO changed from 09/30/2023 to 10/07/2023 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":12,"Comment":"10/16/2023 10:47 AM - fletcherp - F/U changed from 10/07/2023 to 10/28/2023 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":13,"Comment":"10/16/2023 10:47 AM - fletcherp - CLO changed from 10/07/2023 to 11/11/2023 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":14,"Comment":"11/03/2023 11:42 PM - fletcherp - F/U changed from 10/28/2023 to 11/11/2023 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":15,"Comment":"11/17/2023 10:33 PM - fletcherp - F/U changed from 11/11/2023 to 12/2/2023 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":16,"Comment":"11/17/2023 10:33 PM - fletcherp - CLO changed from 11/11/2023 to 12/02/2023 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":17,"Comment":"11/17/2023 10:33 PM - fletcherp - Req Date changed from 11/30/2023 to 12/02/2023 (Req Date Updated)"},{"comp":1,"quote":196955,"Line":18,"Comment":"01/05/2024 9:21 PM - fletcherp - F/U changed from 01/01/2024 to 1/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":19,"Comment":"01/05/2024 9:21 PM - fletcherp - CLO changed from 01/20/2024 to 01/27/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":20,"Comment":"01/05/2024 9:21 PM - fletcherp - Req Date changed from 03/15/2023 to 04/06/2024 (Req Date Updated)"},{"comp":1,"quote":196955,"Line":21,"Comment":"01/05/2024 9:22 PM - fletcherp - Win% changed from 20 to 95"},{"comp":1,"quote":196955,"Line":22,"Comment":"01/05/2024 9:22 PM - fletcherp - Win% changed from 20 to 95"},{"comp":1,"quote":196955,"Line":23,"Comment":"01/05/2024 9:22 PM - fletcherp - Win% changed from 20 to 95"},{"comp":1,"quote":196955,"Line":24,"Comment":"01/05/2024 9:22 PM - fletcherp - Win% changed from 20 to 95"},{"comp":1,"quote":196955,"Line":25,"Comment":"01/26/2024 10:29 PM - fletcherp - F/U changed from 01/20/2024 to 2/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":26,"Comment":"01/26/2024 10:29 PM - fletcherp - CLO changed from 01/27/2024 to 02/03/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":27,"Comment":"02/04/2024 8:34 PM - fletcherp - F/U changed from 02/03/2024 to 2/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":28,"Comment":"02/04/2024 8:34 PM - fletcherp - CLO changed from 02/03/2024 to 02/17/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":29,"Comment":"02/04/2024 8:34 PM - fletcherp - Req Date changed from 04/06/2024 to 04/06/2024 (Req Date Updated)"},{"comp":1,"quote":196955,"Line":30,"Comment":"02/16/2024 9:13 PM - fletcherp - F/U changed from 02/19/2024 to 3/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":31,"Comment":"02/16/2024 9:13 PM - fletcherp - CLO changed from 02/17/2024 to 03/02/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":32,"Comment":"03/01/2024 10:42 PM - fletcherp - F/U changed from 03/02/2024 to 3/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":33,"Comment":"03/01/2024 10:42 PM - fletcherp - CLO changed from 03/02/2024 to 03/16/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":34,"Comment":"03/15/2024 11:04 PM - fletcherp - F/U changed from 03/16/2024 to 3/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":35,"Comment":"03/15/2024 11:04 PM - fletcherp - CLO changed from 03/16/2024 to 03/30/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":36,"Comment":"04/12/2024 10:09 PM - fletcherp - F/U changed from 04/16/2024 to 4/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":37,"Comment":"04/12/2024 10:09 PM - fletcherp - CLO changed from 03/30/2024 to 04/27/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":38,"Comment":"04/12/2024 10:09 PM - fletcherp - Req Date changed from 04/06/2024 to 04/27/2024 (Req Date Updated)"},{"comp":1,"quote":196955,"Line":39,"Comment":"04/26/2024 8:27 PM - fletcherp - F/U changed from 04/27/2024 to 5/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":40,"Comment":"04/26/2024 8:27 PM - fletcherp - CLO changed from 04/27/2024 to 05/18/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":41,"Comment":"04/26/2024 8:27 PM - fletcherp - Req Date changed from 04/27/2024 to 05/18/2024 (Req Date Updated)"},{"comp":1,"quote":196955,"Line":42,"Comment":"05/17/2024 10:50 PM - fletcherp - F/U changed from 05/18/2024 to 6/1/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":43,"Comment":"05/17/2024 10:51 PM - fletcherp - CLO changed from 05/18/2024 to 06/01/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":44,"Comment":"05/17/2024 10:51 PM - fletcherp - Req Date changed from 05/18/2024 to 06/01/2024 (Req Date Updated)"},{"comp":1,"quote":196955,"Line":45,"Comment":"05/31/2024 10:05 PM - fletcherp - F/U changed from 06/01/2024 to 6/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":46,"Comment":"05/31/2024 10:06 PM - fletcherp - CLO changed from 06/01/2024 to 06/22/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":47,"Comment":"05/31/2024 10:06 PM - fletcherp - Req Date changed from 06/01/2024 to 06/22/2024 (Req Date Updated)"},{"comp":1,"quote":196955,"Line":48,"Comment":"06/17/2024 10:04 AM - fletcherp - F/U changed from 06/22/2024 to 7/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":49,"Comment":"06/17/2024 10:05 AM - fletcherp - CLO changed from 06/22/2024 to 07/06/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":50,"Comment":"06/17/2024 10:05 AM - fletcherp - Req Date changed from 06/22/2024 to 07/06/2024 (Req Date Updated)"},{"comp":1,"quote":196955,"Line":51,"Comment":"07/12/2024 9:42 PM - fletcherp - F/U changed from 07/06/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":52,"Comment":"07/12/2024 9:42 PM - fletcherp - CLO changed from 07/06/2024 to 07/27/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":53,"Comment":"07/12/2024 9:42 PM - fletcherp - Req Date changed from 07/06/2024 to 07/27/2024 (Req Date Updated)"},{"comp":1,"quote":196955,"Line":54,"Comment":"07/12/2024 9:42 PM - fletcherp - CLO changed from 07/27/2024 to 07/27/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":55,"Comment":"07/26/2024 10:11 PM - fletcherp - F/U changed from 07/27/2024 to 8/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":56,"Comment":"07/26/2024 10:11 PM - fletcherp - CLO changed from 07/27/2024 to 08/03/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":57,"Comment":"07/26/2024 10:12 PM - fletcherp - Req Date changed from 07/27/2024 to 08/03/2024 (Req Date Updated)"},{"comp":1,"quote":196955,"Line":58,"Comment":"08/09/2024 11:00 PM - fletcherp - F/U changed from 08/03/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":59,"Comment":"08/09/2024 11:00 PM - fletcherp - CLO changed from 08/03/2024 to 08/31/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":60,"Comment":"08/09/2024 11:00 PM - fletcherp - Req Date changed from 08/03/2024 to 08/31/2024 (Req Date Updated)"},{"comp":1,"quote":196955,"Line":61,"Comment":"08/30/2024 9:19 PM - fletcherp - F/U changed from 08/31/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":62,"Comment":"08/30/2024 9:19 PM - fletcherp - CLO changed from 08/31/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":63,"Comment":"08/30/2024 9:19 PM - fletcherp - Req Date changed from 08/31/2024 to 09/21/2024 (Req Date Updated)"},{"comp":1,"quote":196955,"Line":64,"Comment":"09/27/2024 11:00 PM - fletcherp - F/U changed from 09/21/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":65,"Comment":"09/27/2024 11:01 PM - fletcherp - CLO changed from 09/21/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":66,"Comment":"09/27/2024 11:01 PM - fletcherp - Req Date changed from 09/21/2024 to 10/19/2024 (Req Date Updated)"},{"comp":1,"quote":196955,"Line":67,"Comment":"10/25/2024 9:20 PM - fletcherp - F/U changed from 10/19/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":68,"Comment":"10/25/2024 9:20 PM - fletcherp - CLO changed from 10/19/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":69,"Comment":"10/25/2024 9:20 PM - fletcherp - Req Date changed from 10/19/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":196955,"Line":70,"Comment":"11/12/2024 3:52 PM - fletcherp - F/U changed from 11/09/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":71,"Comment":"11/12/2024 3:52 PM - fletcherp - CLO changed from 11/09/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"196955","line":"2","part":"CAT50-SK10-165UP-IDU","qty":"42","price":"600.00","uom":"EA","discount":"50.00","req_date":"40pc 1Wk Bal 3/1","branch":"1"},{"comp":"01","order":"196955","line":"3","part":"CAT50-SK10-105UP-IDU","qty":"7","price":"569.00","uom":"EA","discount":"50.00","req_date":"ETA 1-2 Weeks","branch":"1"},{"comp":"01","order":"196955","line":"4","part":"CAT50-C3/4-105UG-IDU","qty":"107","price":"726.00","uom":"EA","discount":"50.00","req_date":"15-1wk/61 Mid Jan**","branch":"1"},{"comp":"01","order":"196955","line":"5","part":"CAT50-SZF10-105U-IDU","qty":"9","price":"693.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"196955","line":"6","part":"CAT50-SK6-165UP-IDU","qty":"34","price":"570.00","uom":"EA","discount":"50.00","req_date":"8pc-1week","branch":"1"},{"comp":"01","order":"196955","line":"7","part":"SK10-1/4A","qty":"58","price":"67.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"196955","line":"8","part":"SK6-1/8A","qty":"34","price":"65.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"196955","line":"9","part":"KM3/4-1/2","qty":"107","price":"59.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"196955","line":"10","part":"PS-P14","qty":"199","price":"87.00","uom":"EA","discount":"50.00","req_date":"3mths","branch":"1"},{"comp":"01","order":"196955","line":"12","part":"NBT40-SZF10C-90","qty":"67","price":"644.00","uom":"EA","discount":"50.00","req_date":"46pc 2wk/Bal **","branch":"1"},{"comp":"01","order":"196955","line":"13","part":"NBT40-C3/4-70G","qty":"10","price":"609.00","uom":"EA","discount":"50.00","req_date":"ETA 1 Week","branch":"1"},{"comp":"01","order":"196955","line":"14","part":"NBT40-C3/4-105G","qty":"33","price":"650.00","uom":"EA","discount":"50.00","req_date":"7Stk /5pc 4wk/**","branch":"1"},{"comp":"01","order":"196955","line":"15","part":"NBT40-SK6C-120P","qty":"45","price":"486.00","uom":"EA","discount":"50.00","req_date":"34Stk 9pc 1 week","branch":"1"},{"comp":"01","order":"196955","line":"16","part":"NBT40-SK6C-90P","qty":"15","price":"468.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"196955","line":"17","part":"NBT40-SK10C-120P","qty":"76","price":"488.00","uom":"EA","discount":"50.00","req_date":"22Stk Bal 4 weeks","branch":"1"},{"comp":"01","order":"196955","line":"18","part":"NBT40-SK10C-90P","qty":"15","price":"470.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"196955","line":"19","part":"SK10-3/8A","qty":"158","price":"67.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"196955","line":"20","part":"SK6-3/16A","qty":"60","price":"65.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"196955","line":"21","part":"KM3/4-5/8","qty":"43","price":"59.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"196955","line":"22","part":"B40-1500-EU","qty":"276","price":"40.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"196955","line":"24","part":"CAT40-SK6-90UP-IDU","qty":"18","price":"432.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"196955","line":"25","part":"CAT40-SZF10-90U-IDU","qty":"12","price":"573.00","uom":"EA","discount":"50.00","req_date":"2pc 2weeks/Bal 4Mths","branch":"1"},{"comp":"01","order":"196955","line":"26","part":"CAT40-C3/4-85UG-IDU","qty":"22","price":"572.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"196955","line":"27","part":"CAT40-SK10-90UP-IDU","qty":"16","price":"435.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"196955","line":"28","part":"SK6-1/4A","qty":"18","price":"65.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"196955","line":"29","part":"SK10-1/8A","qty":"28","price":"67.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"196955","line":"30","part":"KM3/4-3/8","qty":"15","price":"59.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"196955","line":"31","part":"PS-895","qty":"61","price":"212.00","uom":"EA","discount":"50.00","req_date":"ETA 3.5 Mos","branch":"1"}],"qlines":[{"Quote":"196955","Line":"3","Company":"1","F_Line":"1","Comment":"Stock Japan","Loc":"Y"},{"Quote":"196955","Line":"4","Company":"1","F_Line":"1","Comment":"**Balance of 31pcs Late April","Loc":"Y"},{"Quote":"196955","Line":"6","Company":"1","F_Line":"1","Comment":"**Balance of 26pcs ETA 4 mos ARO","Loc":"Y"},{"Quote":"196955","Line":"10","Company":"1","F_Line":"1","Comment":"Special- cannot be cancelled or returned","Loc":"Y"},{"Quote":"196955","Line":"12","Company":"1","F_Line":"1","Comment":"**Balance 21pcs 4mths MFG + SHIP","Loc":"Y"},{"Quote":"196955","Line":"12","Company":"1","F_Line":"2","Comment":"Special- cannot be cancelled or returned","Loc":"Y"},{"Quote":"196955","Line":"14","Company":"1","F_Line":"1","Comment":"**Balance 21pcs 3.5-4mths MFG + SHIP","Loc":"Y"},{"Quote":"196955","Line":"15","Company":"1","F_Line":"1","Comment":"Balance of 2 pcs 4 weeks","Loc":"Y"}],"qcomms":[{"Quote":"196955","Line":"0","Comment":"Please Note:"},{"Quote":"196955","Line":"1","Comment":"PS-P14 and NBT40-SZF10C-90 ~"},{"Quote":"196955","Line":"2","Comment":"These are non-standard stock items and considered"},{"Quote":"196955","Line":"3","Comment":"specials. Once a PO has been issued these items"},{"Quote":"196955","Line":"4","Comment":"cannot be cancelled or returned."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":28}}] 2024-11-12 15:53:12.678 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-196955-11122024155312.txt === {"quote":"196955","customer":"13680","name":null,"customerName":"Mitsui Seiki USA Inc.","comp":"01","open":"0","shipto":"AXSYS","shiptoName":"GENERAL DYNAMICS MISSION SYSTEMS, I","entry_date":"12-13-2023","cust_order_date":"01-15-2024","req_date":"12-07-2024","cust_po":"H5A/PMC/PS-95 PROJECTS","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Bryan Beck","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"10:24","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Bryan Beck","follow_phone":"","follow_email":"bryan.beck@gd-ms.com","pic_user":"fletcherp","total_amt":"192521.0","total_gp":"106724.07","total_gpm":"55.44","rev_type":"ADV","mod_date":"11-12-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"1585","win_pct":"95","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"196955","line":"15","data":"04-21-2023 10:30 - Discounts Recalculated QS"},{"comp":"1","quote":"196955","line":"14","data":"04-21-2023 10:26 - Discounts Recalculated QS"},{"comp":"1","quote":"196955","line":"13","data":"08-01-2023 10:43-danaf updated stock"},{"comp":"1","quote":"196955","line":"12","data":"10,12,14,25 and 31 to quote log for updates"},{"comp":"1","quote":"196955","line":"11","data":"12-05-2023 14:14-danaf added lines 4 & 6 to CBO"},{"comp":"1","quote":"196955","line":"10","data":"SPVC: PS-P14, NBT40-SZF10C-90"},{"comp":"1","quote":"196955","line":"9","data":"CAT40-SZF10-90U-IDU 2pc 1wk/ bal 4mths MFG"},{"comp":"1","quote":"196955","line":"8","data":"NBT40-C3/4-105G 5pc 3wk mfg/ bal 3.5-4mths MFG"},{"comp":"1","quote":"196955","line":"7","data":"PS-P14 - 2.5mnths MFG / NBT40-SZF10C-90 stk Nik"},{"comp":"1","quote":"196955","line":"6","data":"CAT50-SK6-165UP-IDU/165U-IDU - 3.5-4mnths MFG"},{"comp":"1","quote":"196955","line":"5","data":"CAT50-C3/4-105UG-IDU/105U-IDU - 3.5-4mths MFG"},{"comp":"1","quote":"196955","line":"4","data":"as of now:"},{"comp":"1","quote":"196955","line":"3","data":"12-07-2023 11:18-karynm"},{"comp":"1","quote":"196955","line":"2","data":"12-19-2023 15:10-danaf updated ETAs again today"},{"comp":"1","quote":"196955","line":"1","data":"studs are attacehd."},{"comp":"1","quote":"196955","line":"0","data":"02-09-2024 08:40-danaf signed drawings for pull"}],"crmnotes":[{"comp":1,"quote":196955,"Line":0,"Comment":"06/20/2023 10:32 PM - fletcherp - F/U changed from 05/04/2023 to 7/8/2023 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":1,"Comment":"06/20/2023 10:33 PM - fletcherp - CLO changed from 05/21/2023 to 08/05/2023 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":2,"Comment":"06/20/2023 10:33 PM - fletcherp - Req Date changed from 06/02/2023 to 11/30/2023 (Req Date Updated)"},{"comp":1,"quote":196955,"Line":3,"Comment":"07/31/2023 11:05 AM - fletcherp - F/U changed from 07/08/2023 to 8/19/2023 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":4,"Comment":"07/31/2023 11:05 AM - fletcherp - CLO changed from 08/05/2023 to 08/26/2023 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":5,"Comment":"08/21/2023 11:32 AM - fletcherp - F/U changed from 08/19/2023 to 9/9/2023 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":6,"Comment":"08/21/2023 11:32 AM - fletcherp - CLO changed from 08/26/2023 to 09/16/2023 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":7,"Comment":"08/21/2023 11:33 AM - fletcherp - GD-MS received order from Raytheon for this contract. They will be placing this order within the next 3-4 weeks. May get split up into smaller purchases."},{"comp":1,"quote":196955,"Line":8,"Comment":"09/10/2023 11:13 PM - fletcherp - F/U changed from 09/09/2023 to 9/30/2023 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":9,"Comment":"09/10/2023 11:13 PM - fletcherp - CLO changed from 09/16/2023 to 09/30/2023 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":10,"Comment":"09/29/2023 8:04 AM - fletcherp - F/U changed from 09/30/2023 to 10/7/2023 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":11,"Comment":"09/29/2023 8:04 AM - fletcherp - CLO changed from 09/30/2023 to 10/07/2023 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":12,"Comment":"10/16/2023 10:47 AM - fletcherp - F/U changed from 10/07/2023 to 10/28/2023 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":13,"Comment":"10/16/2023 10:47 AM - fletcherp - CLO changed from 10/07/2023 to 11/11/2023 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":14,"Comment":"11/03/2023 11:42 PM - fletcherp - F/U changed from 10/28/2023 to 11/11/2023 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":15,"Comment":"11/17/2023 10:33 PM - fletcherp - F/U changed from 11/11/2023 to 12/2/2023 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":16,"Comment":"11/17/2023 10:33 PM - fletcherp - CLO changed from 11/11/2023 to 12/02/2023 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":17,"Comment":"11/17/2023 10:33 PM - fletcherp - Req Date changed from 11/30/2023 to 12/02/2023 (Req Date Updated)"},{"comp":1,"quote":196955,"Line":18,"Comment":"01/05/2024 9:21 PM - fletcherp - F/U changed from 01/01/2024 to 1/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":19,"Comment":"01/05/2024 9:21 PM - fletcherp - CLO changed from 01/20/2024 to 01/27/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":20,"Comment":"01/05/2024 9:21 PM - fletcherp - Req Date changed from 03/15/2023 to 04/06/2024 (Req Date Updated)"},{"comp":1,"quote":196955,"Line":21,"Comment":"01/05/2024 9:22 PM - fletcherp - Win% changed from 20 to 95"},{"comp":1,"quote":196955,"Line":22,"Comment":"01/05/2024 9:22 PM - fletcherp - Win% changed from 20 to 95"},{"comp":1,"quote":196955,"Line":23,"Comment":"01/05/2024 9:22 PM - fletcherp - Win% changed from 20 to 95"},{"comp":1,"quote":196955,"Line":24,"Comment":"01/05/2024 9:22 PM - fletcherp - Win% changed from 20 to 95"},{"comp":1,"quote":196955,"Line":25,"Comment":"01/26/2024 10:29 PM - fletcherp - F/U changed from 01/20/2024 to 2/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":26,"Comment":"01/26/2024 10:29 PM - fletcherp - CLO changed from 01/27/2024 to 02/03/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":27,"Comment":"02/04/2024 8:34 PM - fletcherp - F/U changed from 02/03/2024 to 2/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":28,"Comment":"02/04/2024 8:34 PM - fletcherp - CLO changed from 02/03/2024 to 02/17/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":29,"Comment":"02/04/2024 8:34 PM - fletcherp - Req Date changed from 04/06/2024 to 04/06/2024 (Req Date Updated)"},{"comp":1,"quote":196955,"Line":30,"Comment":"02/16/2024 9:13 PM - fletcherp - F/U changed from 02/19/2024 to 3/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":31,"Comment":"02/16/2024 9:13 PM - fletcherp - CLO changed from 02/17/2024 to 03/02/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":32,"Comment":"03/01/2024 10:42 PM - fletcherp - F/U changed from 03/02/2024 to 3/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":33,"Comment":"03/01/2024 10:42 PM - fletcherp - CLO changed from 03/02/2024 to 03/16/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":34,"Comment":"03/15/2024 11:04 PM - fletcherp - F/U changed from 03/16/2024 to 3/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":35,"Comment":"03/15/2024 11:04 PM - fletcherp - CLO changed from 03/16/2024 to 03/30/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":36,"Comment":"04/12/2024 10:09 PM - fletcherp - F/U changed from 04/16/2024 to 4/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":37,"Comment":"04/12/2024 10:09 PM - fletcherp - CLO changed from 03/30/2024 to 04/27/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":38,"Comment":"04/12/2024 10:09 PM - fletcherp - Req Date changed from 04/06/2024 to 04/27/2024 (Req Date Updated)"},{"comp":1,"quote":196955,"Line":39,"Comment":"04/26/2024 8:27 PM - fletcherp - F/U changed from 04/27/2024 to 5/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":40,"Comment":"04/26/2024 8:27 PM - fletcherp - CLO changed from 04/27/2024 to 05/18/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":41,"Comment":"04/26/2024 8:27 PM - fletcherp - Req Date changed from 04/27/2024 to 05/18/2024 (Req Date Updated)"},{"comp":1,"quote":196955,"Line":42,"Comment":"05/17/2024 10:50 PM - fletcherp - F/U changed from 05/18/2024 to 6/1/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":43,"Comment":"05/17/2024 10:51 PM - fletcherp - CLO changed from 05/18/2024 to 06/01/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":44,"Comment":"05/17/2024 10:51 PM - fletcherp - Req Date changed from 05/18/2024 to 06/01/2024 (Req Date Updated)"},{"comp":1,"quote":196955,"Line":45,"Comment":"05/31/2024 10:05 PM - fletcherp - F/U changed from 06/01/2024 to 6/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":46,"Comment":"05/31/2024 10:06 PM - fletcherp - CLO changed from 06/01/2024 to 06/22/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":47,"Comment":"05/31/2024 10:06 PM - fletcherp - Req Date changed from 06/01/2024 to 06/22/2024 (Req Date Updated)"},{"comp":1,"quote":196955,"Line":48,"Comment":"06/17/2024 10:04 AM - fletcherp - F/U changed from 06/22/2024 to 7/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":49,"Comment":"06/17/2024 10:05 AM - fletcherp - CLO changed from 06/22/2024 to 07/06/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":50,"Comment":"06/17/2024 10:05 AM - fletcherp - Req Date changed from 06/22/2024 to 07/06/2024 (Req Date Updated)"},{"comp":1,"quote":196955,"Line":51,"Comment":"07/12/2024 9:42 PM - fletcherp - F/U changed from 07/06/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":52,"Comment":"07/12/2024 9:42 PM - fletcherp - CLO changed from 07/06/2024 to 07/27/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":53,"Comment":"07/12/2024 9:42 PM - fletcherp - Req Date changed from 07/06/2024 to 07/27/2024 (Req Date Updated)"},{"comp":1,"quote":196955,"Line":54,"Comment":"07/12/2024 9:42 PM - fletcherp - CLO changed from 07/27/2024 to 07/27/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":55,"Comment":"07/26/2024 10:11 PM - fletcherp - F/U changed from 07/27/2024 to 8/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":56,"Comment":"07/26/2024 10:11 PM - fletcherp - CLO changed from 07/27/2024 to 08/03/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":57,"Comment":"07/26/2024 10:12 PM - fletcherp - Req Date changed from 07/27/2024 to 08/03/2024 (Req Date Updated)"},{"comp":1,"quote":196955,"Line":58,"Comment":"08/09/2024 11:00 PM - fletcherp - F/U changed from 08/03/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":59,"Comment":"08/09/2024 11:00 PM - fletcherp - CLO changed from 08/03/2024 to 08/31/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":60,"Comment":"08/09/2024 11:00 PM - fletcherp - Req Date changed from 08/03/2024 to 08/31/2024 (Req Date Updated)"},{"comp":1,"quote":196955,"Line":61,"Comment":"08/30/2024 9:19 PM - fletcherp - F/U changed from 08/31/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":62,"Comment":"08/30/2024 9:19 PM - fletcherp - CLO changed from 08/31/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":63,"Comment":"08/30/2024 9:19 PM - fletcherp - Req Date changed from 08/31/2024 to 09/21/2024 (Req Date Updated)"},{"comp":1,"quote":196955,"Line":64,"Comment":"09/27/2024 11:00 PM - fletcherp - F/U changed from 09/21/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":65,"Comment":"09/27/2024 11:01 PM - fletcherp - CLO changed from 09/21/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":66,"Comment":"09/27/2024 11:01 PM - fletcherp - Req Date changed from 09/21/2024 to 10/19/2024 (Req Date Updated)"},{"comp":1,"quote":196955,"Line":67,"Comment":"10/25/2024 9:20 PM - fletcherp - F/U changed from 10/19/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":68,"Comment":"10/25/2024 9:20 PM - fletcherp - CLO changed from 10/19/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":69,"Comment":"10/25/2024 9:20 PM - fletcherp - Req Date changed from 10/19/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":196955,"Line":70,"Comment":"11/12/2024 3:52 PM - fletcherp - F/U changed from 11/09/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":196955,"Line":71,"Comment":"11/12/2024 3:52 PM - fletcherp - CLO changed from 11/09/2024 to 12/07/2024 (CLO Date Updated)"},{"comp":1,"quote":196955,"Line":72,"Comment":"11/12/2024 3:53 PM - fletcherp - Req Date changed from 11/09/2024 to 12/07/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"196955","line":"2","part":"CAT50-SK10-165UP-IDU","qty":"42","price":"600.00","uom":"EA","discount":"50.00","req_date":"40pc 1Wk Bal 3/1","branch":"1"},{"comp":"01","order":"196955","line":"3","part":"CAT50-SK10-105UP-IDU","qty":"7","price":"569.00","uom":"EA","discount":"50.00","req_date":"ETA 1-2 Weeks","branch":"1"},{"comp":"01","order":"196955","line":"4","part":"CAT50-C3/4-105UG-IDU","qty":"107","price":"726.00","uom":"EA","discount":"50.00","req_date":"15-1wk/61 Mid Jan**","branch":"1"},{"comp":"01","order":"196955","line":"5","part":"CAT50-SZF10-105U-IDU","qty":"9","price":"693.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"196955","line":"6","part":"CAT50-SK6-165UP-IDU","qty":"34","price":"570.00","uom":"EA","discount":"50.00","req_date":"8pc-1week","branch":"1"},{"comp":"01","order":"196955","line":"7","part":"SK10-1/4A","qty":"58","price":"67.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"196955","line":"8","part":"SK6-1/8A","qty":"34","price":"65.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"196955","line":"9","part":"KM3/4-1/2","qty":"107","price":"59.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"196955","line":"10","part":"PS-P14","qty":"199","price":"87.00","uom":"EA","discount":"50.00","req_date":"3mths","branch":"1"},{"comp":"01","order":"196955","line":"12","part":"NBT40-SZF10C-90","qty":"67","price":"644.00","uom":"EA","discount":"50.00","req_date":"46pc 2wk/Bal **","branch":"1"},{"comp":"01","order":"196955","line":"13","part":"NBT40-C3/4-70G","qty":"10","price":"609.00","uom":"EA","discount":"50.00","req_date":"ETA 1 Week","branch":"1"},{"comp":"01","order":"196955","line":"14","part":"NBT40-C3/4-105G","qty":"33","price":"650.00","uom":"EA","discount":"50.00","req_date":"7Stk /5pc 4wk/**","branch":"1"},{"comp":"01","order":"196955","line":"15","part":"NBT40-SK6C-120P","qty":"45","price":"486.00","uom":"EA","discount":"50.00","req_date":"34Stk 9pc 1 week","branch":"1"},{"comp":"01","order":"196955","line":"16","part":"NBT40-SK6C-90P","qty":"15","price":"468.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"196955","line":"17","part":"NBT40-SK10C-120P","qty":"76","price":"488.00","uom":"EA","discount":"50.00","req_date":"22Stk Bal 4 weeks","branch":"1"},{"comp":"01","order":"196955","line":"18","part":"NBT40-SK10C-90P","qty":"15","price":"470.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"196955","line":"19","part":"SK10-3/8A","qty":"158","price":"67.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"196955","line":"20","part":"SK6-3/16A","qty":"60","price":"65.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"196955","line":"21","part":"KM3/4-5/8","qty":"43","price":"59.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"196955","line":"22","part":"B40-1500-EU","qty":"276","price":"40.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"196955","line":"24","part":"CAT40-SK6-90UP-IDU","qty":"18","price":"432.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"196955","line":"25","part":"CAT40-SZF10-90U-IDU","qty":"12","price":"573.00","uom":"EA","discount":"50.00","req_date":"2pc 2weeks/Bal 4Mths","branch":"1"},{"comp":"01","order":"196955","line":"26","part":"CAT40-C3/4-85UG-IDU","qty":"22","price":"572.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"196955","line":"27","part":"CAT40-SK10-90UP-IDU","qty":"16","price":"435.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"196955","line":"28","part":"SK6-1/4A","qty":"18","price":"65.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"196955","line":"29","part":"SK10-1/8A","qty":"28","price":"67.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"196955","line":"30","part":"KM3/4-3/8","qty":"15","price":"59.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"196955","line":"31","part":"PS-895","qty":"61","price":"212.00","uom":"EA","discount":"50.00","req_date":"ETA 3.5 Mos","branch":"1"}],"qlines":[{"Quote":"196955","Line":"3","Company":"1","F_Line":"1","Comment":"Stock Japan","Loc":"Y"},{"Quote":"196955","Line":"4","Company":"1","F_Line":"1","Comment":"**Balance of 31pcs Late April","Loc":"Y"},{"Quote":"196955","Line":"6","Company":"1","F_Line":"1","Comment":"**Balance of 26pcs ETA 4 mos ARO","Loc":"Y"},{"Quote":"196955","Line":"10","Company":"1","F_Line":"1","Comment":"Special- cannot be cancelled or returned","Loc":"Y"},{"Quote":"196955","Line":"12","Company":"1","F_Line":"1","Comment":"**Balance 21pcs 4mths MFG + SHIP","Loc":"Y"},{"Quote":"196955","Line":"12","Company":"1","F_Line":"2","Comment":"Special- cannot be cancelled or returned","Loc":"Y"},{"Quote":"196955","Line":"14","Company":"1","F_Line":"1","Comment":"**Balance 21pcs 3.5-4mths MFG + SHIP","Loc":"Y"},{"Quote":"196955","Line":"15","Company":"1","F_Line":"1","Comment":"Balance of 2 pcs 4 weeks","Loc":"Y"}],"qcomms":[{"Quote":"196955","Line":"0","Comment":"Please Note:"},{"Quote":"196955","Line":"1","Comment":"PS-P14 and NBT40-SZF10C-90 ~"},{"Quote":"196955","Line":"2","Comment":"These are non-standard stock items and considered"},{"Quote":"196955","Line":"3","Comment":"specials. Once a PO has been issued these items"},{"Quote":"196955","Line":"4","Comment":"cannot be cancelled or returned."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":28}}] 2024-11-12 16:06:58.895 [INFO] [CreateClient] [jsoncustomer.php] [C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\ADVAMENA.txt]: {"id":"ADVAMENA","name":"ADVANCED TOOLING SPECIALISTS","address1":"1435 MIDWAY ROAD","address2":"","city":"MENASHA","state":"WI","zip":"54952","country":"USA","discount_level":null,"date_opened":"","salesman":"JG","phone":"9207342573","cr_limit":"","Created":"11-12-2024","Segment":"EU","Lat":0.0,"Long":0.0,"Distance":"0","Territory":40,"web_id":0,"Type":"ST","Active":"Y","website":null,"UserId":"webadmin","JAS":"N","customer_email":"jenny@valleytool.net"} [{"json":{"results":"updated","type":"customer"}}] 2024-11-12 16:07:49.231 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222113-11122024160748.txt === {"quote":"222113","customer":"E1484","name":null,"customerName":"AH Group","comp":"01","open":"1","shipto":"JTEKTAU","shiptoName":"JTEKT Automotive","entry_date":"09-26-2024","cust_order_date":"09-26-2024","req_date":"11-07-2024","cust_po":"RT-Repair-RGA#TAR-61201","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"CNC202LFA SN:26502TCN","status":"0","user":"helenp","conv_order":"","time":"09:30","extra":"","follow_up":"10-28-2024","web_id":"","follow_name":"Jason Daniels","follow_phone":"586-855-7379","follow_email":"jdaniels@pts-tools.com","pic_user":"helenp","total_amt":"9521.50","total_gp":"7999.95","total_gpm":"84.02","rev_type":"RT","mod_date":"11-12-2024","mod_time":null,"mod_user":"helenp","reason":"5","totalQty":"135","win_pct":"20","clo_date":"10-26-2024","notes":[{"comp":"1","quote":"222113","line":"5","data":"09-26-2024 10:17 - Discounts Recalculated QS"},{"comp":"1","quote":"222113","line":"4","data":"Dup. QT#222468 to Stellar."},{"comp":"1","quote":"222113","line":"3","data":"10-15-2024 11:33-helenp Per Fletcher Alyssa send"},{"comp":"1","quote":"222113","line":"2","data":"their Oracle System so that POs can be issued."},{"comp":"1","quote":"222113","line":"1","data":"their corporate team to set up Repair Numbers in"},{"comp":"1","quote":"222113","line":"0","data":"10-15-2024 12:43-helenp Per Cody JTEKT is waiting"}],"crmnotes":[{"comp":1,"quote":222113,"Line":0,"Comment":"09/30/2024 11:47 AM - helenp - Send qt to AH Group repair department today"},{"comp":1,"quote":222113,"Line":1,"Comment":"11/12/2024 4:07 PM - helenp - Table will be repaired thru Stellar"}],"items":[{"comp":"01","order":"222113","line":"1","part":"REPAIR-ROTARY-TABLE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"222113","line":"2","part":"ROTARY-TABLE-LABOR","qty":"19","price":"159.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"222113","line":"3","part":"WW-CN180R003","qty":"1","price":"1757.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222113","line":"4","part":"9ECU-CNC180L-T","qty":"1","price":"2979.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222113","line":"5","part":"9FSL-164","qty":"1","price":"135.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222113","line":"6","part":"KIM-AR4","qty":"1","price":"44.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222113","line":"7","part":"P-6","qty":"5","price":"3.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222113","line":"8","part":"G-55","qty":"1","price":"3.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222113","line":"9","part":"NIK-IW0340-1100S","qty":"1","price":"62.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222113","line":"10","part":"G-145","qty":"2","price":"8.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222113","line":"11","part":"NIK-IW0340-950S","qty":"1","price":"59.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222113","line":"12","part":"NIK-IW0340-1350K","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222113","line":"13","part":"TC75X100X10","qty":"1","price":"23.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222113","line":"14","part":"G-130","qty":"1","price":"6.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222113","line":"15","part":"DS-1H-5","qty":"6","price":"23.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222113","line":"16","part":"4X11L","qty":"36","price":"7.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222113","line":"17","part":"CN171R035","qty":"36","price":"17.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222113","line":"18","part":"AS568-168","qty":"1","price":"8.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222113","line":"19","part":"AS568-174","qty":"1","price":"8.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222113","line":"20","part":"TG5200400-Z80N","qty":"5","price":"42.50","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222113","line":"21","part":"P-10","qty":"5","price":"3.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222113","line":"22","part":"CN105R034","qty":"7","price":"9.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222113","line":"23","part":"CN180R009","qty":"1","price":"25.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222113","Line":"1","Company":"1","F_Line":"1","Comment":"CNC202LFA SN: 26502TCN","Loc":"Y"},{"Quote":"222113","Line":"1","Company":"1","F_Line":"2","Comment":"RGA#TAR-61201","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":23}}] 2024-11-12 16:08:27.811 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222198-11122024160827.txt === {"quote":"222198","customer":"E1484","name":null,"customerName":"AH Group","comp":"01","open":"1","shipto":"AHGRMI","shiptoName":"AH Group","entry_date":"09-27-2024","cust_order_date":"10-28-2024","req_date":"11-08-2024","cust_po":"RT-Repair-RGA#TAR-61138","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"5AX-201FA-M SN:5701","status":"0","user":"helenp","conv_order":"","time":"08:40","extra":"","follow_up":"10-31-2024","web_id":"","follow_name":"Jason Daniels","follow_phone":"586-855-7379","follow_email":"jdaniels@pts-tools.com","pic_user":"helenp","total_amt":"28752.00","total_gp":"24752.18","total_gpm":"86.09","rev_type":"RT","mod_date":"11-12-2024","mod_time":null,"mod_user":"helenp","reason":"5","totalQty":"190","win_pct":"20","clo_date":"10-28-2024","notes":[{"comp":"1","quote":"222198","line":"5","data":"Oracle System so that POs can be issued."},{"comp":"1","quote":"222198","line":"4","data":"corporate team to set up Repair Numbers in their"},{"comp":"1","quote":"222198","line":"3","data":"10-15-2024 12:38-helenp Per Cody JTeKT waiting on"},{"comp":"1","quote":"222198","line":"2","data":"Dup. QT#222465 to Stellar."},{"comp":"1","quote":"222198","line":"1","data":"10-15-2024 11:31-helenp Per Fletcher Alyssa send"},{"comp":"1","quote":"222198","line":"0","data":"09-27-2024 08:41 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222198,"Line":0,"Comment":"11/12/2024 4:08 PM - helenp - Table will de repaired thru Stellar"}],"items":[{"comp":"01","order":"222198","line":"1","part":"REPAIR-ROTARY-TABLE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"222198","line":"2","part":"ROTARY-TABLE-LABOR","qty":"70","price":"159.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"222198","line":"3","part":"TCE-E6280/TCE-97596","qty":"1","price":"1968.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222198","line":"4","part":"TCE-E6279","qty":"1","price":"1290.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222198","line":"5","part":"TCE-97916","qty":"1","price":"1202.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222198","line":"6","part":"9ECU-5AX201R","qty":"1","price":"2700.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222198","line":"7","part":"9KECU-5AX201R","qty":"1","price":"3195.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222198","line":"8","part":"TG5100300-Z80N","qty":"8","price":"32.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222198","line":"9","part":"9FSL-170","qty":"1","price":"143.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222198","line":"10","part":"AS568-157","qty":"1","price":"5.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222198","line":"11","part":"AS568-260","qty":"1","price":"8.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222198","line":"12","part":"P-7","qty":"5","price":"3.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222198","line":"13","part":"SC32X45X8","qty":"1","price":"16.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222198","line":"14","part":"9FSL-190","qty":"1","price":"145.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222198","line":"15","part":"RB15013UUCCO","qty":"1","price":"1293.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222198","line":"16","part":"4X11L","qty":"30","price":"7.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222198","line":"17","part":"NH301R054","qty":"24","price":"18.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222198","line":"18","part":"P-90","qty":"1","price":"5.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222198","line":"19","part":"SUN-2BP-90","qty":"1","price":"51.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222198","line":"20","part":"P-150","qty":"1","price":"10.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222198","line":"21","part":"SUN-2BP-150","qty":"1","price":"61.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222198","line":"22","part":"7916","qty":"1","price":"407.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222198","line":"23","part":"TC90X115X13","qty":"1","price":"70.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222198","line":"24","part":"AS568-258","qty":"1","price":"7.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222198","line":"25","part":"CRBH11020AT1P5","qty":"1","price":"695.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222198","line":"26","part":"170X180X7.5","qty":"1","price":"222.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222198","line":"27","part":"AS568-167","qty":"1","price":"8.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222198","line":"28","part":"G-55","qty":"2","price":"3.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222198","line":"29","part":"P-6","qty":"10","price":"3.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222198","line":"30","part":"P-70","qty":"1","price":"5.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222198","line":"31","part":"G-50","qty":"1","price":"3.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222198","line":"32","part":"G-85","qty":"1","price":"3.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222198","line":"33","part":"AS568-171","qty":"1","price":"8.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222198","line":"34","part":"P-8","qty":"1","price":"3.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222198","line":"35","part":"P-9","qty":"1","price":"3.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222198","line":"36","part":"DT-1-8","qty":"2","price":"17.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222198","line":"37","part":"KIM-AR4","qty":"2","price":"44.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222198","line":"38","part":"AX204R040","qty":"1","price":"148.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222198","line":"39","part":"WW-AX203R012","qty":"1","price":"1236.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222198","line":"40","part":"AS568-164","qty":"1","price":"6.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222198","line":"41","part":"AS568-266","qty":"1","price":"10.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222198","line":"42","part":"WW-AX204R049","qty":"1","price":"1436.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222198","line":"43","part":"AS568-263","qty":"1","price":"9.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222198","line":"44","part":"G-130","qty":"1","price":"6.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222198","line":"45","part":"TC130X142X7","qty":"1","price":"136.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222198","line":"46","part":"CN202R038","qty":"1","price":"38.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222198","Line":"1","Company":"1","F_Line":"1","Comment":"5AX-201FA-M SN:5701","Loc":"Y"},{"Quote":"222198","Line":"1","Company":"1","F_Line":"2","Comment":"RGA#TAR-61138","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":46}}] 2024-11-12 16:10:28.607 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223732-11122024161028.txt === {"quote":"223732","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMOH","shiptoName":"Yamazen, Inc. - North Ohio Tech Ctr","entry_date":"10-30-2024","cust_order_date":"11-04-2024","req_date":"10-30-2024","cust_po":"Tailstock and Chuck","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"TD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Leslie Mora","drop_po":"","status":"0","user":"helenp","conv_order":"","time":"16:01","extra":"","follow_up":"11-15-2024","web_id":"","follow_name":"Leslie Mora","follow_phone":"847-882-8800","follow_email":"lesliemora@yamazen.com","pic_user":"helenp","total_amt":"3816.8","total_gp":"1846.24","total_gpm":"48.37","rev_type":"RT","mod_date":"11-12-2024","mod_time":null,"mod_user":"helenp","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-04-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223732","line":"1","part":"MT-170S","qty":"1","price":"1976.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223732","line":"2","part":"R-12A-SP-SET","qty":"1","price":"2795.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-12 16:32:32.338 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221839-11122024163232.txt === {"quote":"221839","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"GEORCOOK","shiptoName":"George Mitchell Mfg Co","entry_date":"09-20-2024","cust_order_date":null,"req_date":"11-01-2024","cust_po":"MAZAK QTN350MY TOOLS","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Cripps","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"09:10","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Jordan Cripps","follow_phone":"","follow_email":"jordan@afi-tools.com","pic_user":"gregb","total_amt":"34438.81","total_gp":"11454.47","total_gpm":"33.26","rev_type":"LT","mod_date":"11-12-2024","mod_time":null,"mod_user":"gregb","reason":"","totalQty":"41","win_pct":"20","clo_date":"10-20-2024","notes":[{"comp":"1","quote":"221839","line":"3","data":"09-20-2024 10:09 - Discounts Recalculated QS"},{"comp":"1","quote":"221839","line":"2","data":"09-20-2024 10:03 - Discounts Recalculated QS"},{"comp":"1","quote":"221839","line":"1","data":"09-20-2024 09:29 - Discounts Recalculated QS"},{"comp":"1","quote":"221839","line":"0","data":"09-20-2024 09:27 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221839,"Line":0,"Comment":"09/27/2024 11:07 PM - fletcherp - F/U changed from 09/29/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221839,"Line":1,"Comment":"09/27/2024 11:07 PM - fletcherp - PIC changed from fletcherp to gregb"}],"items":[{"comp":"01","order":"221839","line":"1","part":"MZQT5-C5X-OFF-ICE","qty":"2","price":"8476.29","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"2","part":"MZQT5-C5Z-ICE","qty":"2","price":"8634.20","uom":"EA","discount":"40.00","req_date":"FACTORY STOCK","branch":"1"},{"comp":"01","order":"221839","line":"3","part":"MZQT5-STC5X-L","qty":"1","price":"3441.18","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"4","part":"MZQT5-STC5X-R","qty":"1","price":"3441.18","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"5","part":"MZQT5-STC5Z-L","qty":"1","price":"3298.07","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"6","part":"MZQT5-STC5Z-R","qty":"1","price":"3298.07","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"7","part":"C5-SK20-70-EU","qty":"6","price":"625.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"8","part":"SK20-SET-10-A","qty":"1","price":"877.00","uom":"ST","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"9","part":"C5-EM0250-50","qty":"1","price":"403.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"10","part":"C5-EM0375-55","qty":"1","price":"403.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"11","part":"C5-EM0500-60","qty":"1","price":"403.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"12","part":"C5-EM0625-60","qty":"1","price":"403.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"13","part":"C5-ASHA-065-19.05CP","qty":"1","price":"559.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"14","part":"C5-ASHL-095-19.05CP","qty":"1","price":"548.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"15","part":"C5-ASHL-45-085-19.05CP","qty":"1","price":"548.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"16","part":"C5-ASHR-095-19.05CP","qty":"1","price":"548.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"17","part":"C5-ASHR-45-085-19.05CP","qty":"1","price":"548.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"18","part":"C5-TUBE","qty":"15","price":"78.00","uom":"EA","discount":"37.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"19","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"221839","line":"20","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"221839","Line":"2","Company":"1","F_Line":"1","Comment":"1-2 WEEKS DELIVERY FROM FACTORY STOCK","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":20}}] 2024-11-12 16:32:40.586 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221839-11122024163240.txt === {"quote":"221839","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"GEORCOOK","shiptoName":"George Mitchell Mfg Co","entry_date":"09-20-2024","cust_order_date":null,"req_date":"11-01-2024","cust_po":"MAZAK QTN350MY TOOLS","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Cripps","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"09:10","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Jordan Cripps","follow_phone":"","follow_email":"jordan@afi-tools.com","pic_user":"gregb","total_amt":"34438.81","total_gp":"11454.47","total_gpm":"33.26","rev_type":"LT","mod_date":"11-12-2024","mod_time":null,"mod_user":"gregb","reason":"","totalQty":"41","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"221839","line":"3","data":"09-20-2024 10:09 - Discounts Recalculated QS"},{"comp":"1","quote":"221839","line":"2","data":"09-20-2024 10:03 - Discounts Recalculated QS"},{"comp":"1","quote":"221839","line":"1","data":"09-20-2024 09:29 - Discounts Recalculated QS"},{"comp":"1","quote":"221839","line":"0","data":"09-20-2024 09:27 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221839,"Line":0,"Comment":"09/27/2024 11:07 PM - fletcherp - F/U changed from 09/29/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221839,"Line":1,"Comment":"09/27/2024 11:07 PM - fletcherp - PIC changed from fletcherp to gregb"},{"comp":1,"quote":221839,"Line":2,"Comment":"11/12/2024 4:32 PM - gregb - F/U changed from 10/12/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221839,"Line":3,"Comment":"11/12/2024 4:32 PM - gregb - CLO changed from 10/20/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221839","line":"1","part":"MZQT5-C5X-OFF-ICE","qty":"2","price":"8476.29","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"2","part":"MZQT5-C5Z-ICE","qty":"2","price":"8634.20","uom":"EA","discount":"40.00","req_date":"FACTORY STOCK","branch":"1"},{"comp":"01","order":"221839","line":"3","part":"MZQT5-STC5X-L","qty":"1","price":"3441.18","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"4","part":"MZQT5-STC5X-R","qty":"1","price":"3441.18","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"5","part":"MZQT5-STC5Z-L","qty":"1","price":"3298.07","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"6","part":"MZQT5-STC5Z-R","qty":"1","price":"3298.07","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"7","part":"C5-SK20-70-EU","qty":"6","price":"625.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"8","part":"SK20-SET-10-A","qty":"1","price":"877.00","uom":"ST","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"9","part":"C5-EM0250-50","qty":"1","price":"403.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"10","part":"C5-EM0375-55","qty":"1","price":"403.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"11","part":"C5-EM0500-60","qty":"1","price":"403.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"12","part":"C5-EM0625-60","qty":"1","price":"403.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"13","part":"C5-ASHA-065-19.05CP","qty":"1","price":"559.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"14","part":"C5-ASHL-095-19.05CP","qty":"1","price":"548.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"15","part":"C5-ASHL-45-085-19.05CP","qty":"1","price":"548.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"16","part":"C5-ASHR-095-19.05CP","qty":"1","price":"548.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"17","part":"C5-ASHR-45-085-19.05CP","qty":"1","price":"548.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"18","part":"C5-TUBE","qty":"15","price":"78.00","uom":"EA","discount":"37.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"19","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"221839","line":"20","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"221839","Line":"2","Company":"1","F_Line":"1","Comment":"1-2 WEEKS DELIVERY FROM FACTORY STOCK","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":20}}] 2024-11-12 16:44:10.696 [INFO] In session is user: rafaeli 2024-11-12 16:44:45.401 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222539-11122024164445.txt === {"quote":"222539","customer":"20315","name":null,"customerName":"Tennessee Machine Tool Supply","comp":"01","open":"0","shipto":"TENNINEX","shiptoName":"Tennessee Machine Tool Supply","entry_date":"10-04-2024","cust_order_date":"10-04-2024","req_date":"11-15-2024","cust_po":"HVJ Nozzle","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"27","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Joshua Rainey","drop_po":"","status":"0","user":"gregb","conv_order":"","time":"09:36","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Joshua Rainey","follow_phone":"706-331-6512","follow_email":"jprainey@tnmachinetool.com","pic_user":"gregb","total_amt":"11228.00","total_gp":"6821.33","total_gpm":"60.75","rev_type":"ADV","mod_date":"11-12-2024","mod_time":null,"mod_user":"gregb","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-04-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"222539","line":"1","part":"C40FHM-ER25-195ICE-65TP","qty":"1","price":"13944.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222539","line":"2","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-12 16:44:52.992 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222539-11122024164452.txt === {"quote":"222539","customer":"20315","name":null,"customerName":"Tennessee Machine Tool Supply","comp":"01","open":"0","shipto":"TENNINEX","shiptoName":"Tennessee Machine Tool Supply","entry_date":"10-04-2024","cust_order_date":"10-04-2024","req_date":"11-15-2024","cust_po":"HVJ Nozzle","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"27","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Joshua Rainey","drop_po":"","status":"0","user":"gregb","conv_order":"","time":"09:36","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Joshua Rainey","follow_phone":"706-331-6512","follow_email":"jprainey@tnmachinetool.com","pic_user":"gregb","total_amt":"11228.00","total_gp":"6821.33","total_gpm":"60.75","rev_type":"ADV","mod_date":"11-12-2024","mod_time":null,"mod_user":"gregb","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-07-2024","notes":[],"crmnotes":[{"comp":1,"quote":222539,"Line":0,"Comment":"11/12/2024 4:44 PM - gregb - F/U changed from 10/17/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222539,"Line":1,"Comment":"11/12/2024 4:44 PM - gregb - CLO changed from 11/04/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222539","line":"1","part":"C40FHM-ER25-195ICE-65TP","qty":"1","price":"13944.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222539","line":"2","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-12 16:46:08.458 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223267-11122024164608.txt === {"quote":"223267","customer":"1340","name":null,"customerName":"Metal Removal Technologies","comp":"01","open":"0","shipto":"METALREM","shiptoName":"Metal Removal Technologies-Bartlett","entry_date":"10-21-2024","cust_order_date":"10-21-2024","req_date":"12-02-2024","cust_po":"CAT40 RT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"26","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Jason Sandefur","drop_po":"","status":"0","user":"gregb","conv_order":"","time":"10:52","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Jason Sandefur","follow_phone":"615-653-1576","follow_email":"jsandefur@metal-removal.com","pic_user":"gregb","total_amt":"7818.00","total_gp":"4895.35","total_gpm":"62.62","rev_type":"ADV","mod_date":"11-12-2024","mod_time":null,"mod_user":"gregb","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-21-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223267","line":"1","part":"C40RAM-ER25-180-65TP","qty":"1","price":"7818.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-12 16:46:51.780 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223569-11122024164651.txt === {"quote":"223569","customer":"20315","name":null,"customerName":"Tennessee Machine Tool Supply","comp":"01","open":"0","shipto":"DENSOMAZ","shiptoName":"Denso Manufacturing Tennessee","entry_date":"10-28-2024","cust_order_date":"10-28-2024","req_date":"12-09-2024","cust_po":"NBT30 Hydraulic Chucks","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"27","salesman":"GB","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Charlie Humphreys","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"11:11","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Charlie Humphreys","follow_phone":"865-313-1262","follow_email":"charliehumphreys@tnmachinetool.com","pic_user":"gregb","total_amt":"16035.00","total_gp":"16035.00","total_gpm":"100.00","rev_type":"STD","mod_date":"11-12-2024","mod_time":null,"mod_user":"gregb","reason":"","totalQty":"18","win_pct":"20","clo_date":"11-28-2024","notes":[{"comp":"1","quote":"223569","line":"0","data":"n0-28-2024 11:13 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223569","line":"1","part":"SPECIAL-TL","qty":"3","price":"917.00","uom":"EA","discount":"0.00","req_date":"14 weeks ADA","branch":"1"},{"comp":"01","order":"223569","line":"2","part":"SPECIAL-TL","qty":"3","price":"917.00","uom":"EA","discount":"0.00","req_date":"14 weeks ADA","branch":"1"},{"comp":"01","order":"223569","line":"3","part":"SPECIAL-TL","qty":"3","price":"895.00","uom":"EA","discount":"0.00","req_date":"14 weeks ADA","branch":"1"},{"comp":"01","order":"223569","line":"4","part":"SPECIAL-TL","qty":"3","price":"872.00","uom":"EA","discount":"0.00","req_date":"14 weeks ADA","branch":"1"},{"comp":"01","order":"223569","line":"5","part":"SPECIAL-TL","qty":"3","price":"872.00","uom":"EA","discount":"0.00","req_date":"14 weeks ADA","branch":"1"},{"comp":"01","order":"223569","line":"6","part":"SPECIAL-TL","qty":"3","price":"872.00","uom":"EA","discount":"0.00","req_date":"14 weeks ADA","branch":"1"}],"qlines":[{"Quote":"223569","Line":"1","Company":"1","F_Line":"1","Comment":"NBT30 Hydraulic Chuck 3mm. d2 = 14mmd3=18mm70mm GL","Loc":"Y"},{"Quote":"223569","Line":"1","Company":"1","F_Line":"2","Comment":"e","Loc":"N"},{"Quote":"223569","Line":"2","Company":"1","F_Line":"1","Comment":"NBT30 Hydraulic Chuck 4mm. d2 = 14mmd3=18mm70mm GL","Loc":"Y"},{"Quote":"223569","Line":"3","Company":"1","F_Line":"1","Comment":"NBT30 Hydraulic Chuck 5mm. d2 = 14mmd3=18mm70mm GL","Loc":"Y"},{"Quote":"223569","Line":"4","Company":"1","F_Line":"1","Comment":"NBT30 Hydraulic Chuck 6mm. d2 = 14mmd3=18mm70mm GL","Loc":"Y"},{"Quote":"223569","Line":"5","Company":"1","F_Line":"1","Comment":"NBT30 Hydraulic Chuck 8mm. d2 = 14mmd3=18mm70mm GL","Loc":"Y"},{"Quote":"223569","Line":"6","Company":"1","F_Line":"1","Comment":"NBT30 Hydraulic Chuck 10mm. d2 = 14mmd3=18mm70mm GL","Loc":"Y"}],"qcomms":[{"Quote":"223569","Line":"0","Comment":"These are non-standard stock items and considered"},{"Quote":"223569","Line":"1","Comment":"specials. Once a PO has been issued these items"},{"Quote":"223569","Line":"2","Comment":"cannot be cancelled or returned."}],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":6}}] 2024-11-12 16:47:23.131 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223763-11122024164722.txt === {"quote":"223763","customer":"20315","name":null,"customerName":"Tennessee Machine Tool Supply","comp":"01","open":"0","shipto":"TENNINEX","shiptoName":"Tennessee Machine Tool Supply","entry_date":"10-31-2024","cust_order_date":"10-31-2024","req_date":"12-12-2024","cust_po":"Denso holders","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"27","salesman":"GB","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Charlie Humphreys","drop_po":"","status":"0","user":"gregb","conv_order":"","time":"10:15","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Charlie Humphreys","follow_phone":"865-313-1262","follow_email":"charliehumphreys@tnmachinetool.com","pic_user":"gregb","total_amt":"6883.00","total_gp":"3496.09","total_gpm":"50.79","rev_type":"STD","mod_date":"11-12-2024","mod_time":null,"mod_user":"gregb","reason":"","totalQty":"83","win_pct":"20","clo_date":"11-30-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223763","line":"1","part":"BT30-NPU13-95","qty":"4","price":"523.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"2","part":"BT30-NPU8-70","qty":"4","price":"488.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"3","part":"B30R5-0562-2.28(C)","qty":"6","price":"594.00","uom":"EA","discount":"45.00","req_date":"1 Stk","branch":"1"},{"comp":"01","order":"223763","line":"4","part":"NBT30-C12-55G","qty":"2","price":"644.00","uom":"EA","discount":"45.00","req_date":"1 to 2 weeks","branch":"1"},{"comp":"01","order":"223763","line":"5","part":"KM12-3","qty":"1","price":"65.00","uom":"EA","discount":"45.00","req_date":"japan stock","branch":"1"},{"comp":"01","order":"223763","line":"6","part":"KM12-4","qty":"1","price":"65.00","uom":"EA","discount":"45.00","req_date":"japan stock","branch":"1"},{"comp":"01","order":"223763","line":"7","part":"KM12-5","qty":"1","price":"65.00","uom":"EA","discount":"45.00","req_date":"japan stock","branch":"1"},{"comp":"01","order":"223763","line":"8","part":"KM12-6","qty":"1","price":"65.00","uom":"EA","discount":"45.00","req_date":"japan stock","branch":"1"},{"comp":"01","order":"223763","line":"9","part":"KM12-8","qty":"1","price":"71.00","uom":"EA","discount":"45.00","req_date":"japan stock","branch":"1"},{"comp":"01","order":"223763","line":"10","part":"KM12-10","qty":"1","price":"71.00","uom":"EA","discount":"45.00","req_date":"japan stock","branch":"1"},{"comp":"01","order":"223763","line":"11","part":"SE1-2.24X1.8","qty":"3","price":"48.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"12","part":"SE1-2.50X2.0","qty":"3","price":"48.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"13","part":"SE1-2.80X2.24","qty":"3","price":"48.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"14","part":"SE1-3.15X2.50","qty":"3","price":"48.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"15","part":"SE1-4.0X3.15","qty":"3","price":"48.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"16","part":"SE1-4.5X3.55","qty":"3","price":"48.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"17","part":"SE1-5.0X4.0","qty":"3","price":"48.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"18","part":"SE1-5.6X4.5","qty":"3","price":"48.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"19","part":"SE1-6.3X5.0","qty":"3","price":"48.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"20","part":"SE1-7.1X5.6","qty":"3","price":"48.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"21","part":"SE1-8.0X6.3","qty":"3","price":"48.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"22","part":"SE1-9.0X7.1","qty":"3","price":"48.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"23","part":"SE1-10.0X8.0","qty":"2","price":"48.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"24","part":"SE1-11.2X9.0","qty":"2","price":"48.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"25","part":"PS-130E","qty":"20","price":"29.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"26","part":"TCLA-30/50A/C5","qty":"1","price":"242.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"223763","Line":"4","Company":"1","F_Line":"1","Comment":"Standard holder in Japan stock.Swap with high speed nut","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":26}}] 2024-11-12 16:47:37.906 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224274-11122024164737.txt === {"quote":"224274","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"MSCMO","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"11-12-2024","cust_order_date":"11-12-2024","req_date":"12-24-2024","cust_po":"C5001-1500-4.00CP","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"08:57","extra":"","follow_up":"11-12-2024","web_id":"","follow_name":"Stephen Stites","follow_phone":"800-645-7270","follow_email":"stephen.stites@decotool.com","pic_user":"rons","total_amt":"160.48","total_gp":"80.99","total_gpm":"50.47","rev_type":"STD","mod_date":"11-12-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-12-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224274","line":"1","part":"C5001-1500-4.00CP","qty":"1","price":"272.00","uom":"EA","discount":"41.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-12 16:47:48.879 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224274-11122024164748.txt === {"quote":"224274","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"MSCMO","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"11-12-2024","cust_order_date":"11-12-2024","req_date":"12-24-2024","cust_po":"C5001-1500-4.00CP","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"08:57","extra":"","follow_up":"11-12-2024","web_id":"","follow_name":"Stephen Stites","follow_phone":"800-645-7270","follow_email":"stephen.stites@decotool.com","pic_user":"rons","total_amt":"160.48","total_gp":"80.99","total_gpm":"50.47","rev_type":"STD","mod_date":"11-12-2024","mod_time":null,"mod_user":"rons","reason":"1","totalQty":"1","win_pct":"20","clo_date":"12-12-2024","notes":[],"crmnotes":[{"comp":1,"quote":224274,"Line":0,"Comment":"11/12/2024 4:47 PM - rons - F/U changed from 11/18/2024 to 11/12/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224274","line":"1","part":"C5001-1500-4.00CP","qty":"1","price":"272.00","uom":"EA","discount":"41.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-12 16:49:02.816 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224069-11122024164902.txt === {"quote":"224069","customer":"8253","name":null,"customerName":"Hart Machine Tool","comp":"01","open":"0","shipto":"HARTMACH","shiptoName":"Hart Machine Tool","entry_date":"11-06-2024","cust_order_date":"11-06-2024","req_date":"12-18-2024","cust_po":"End mill Holders","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Rusty Evans","drop_po":"","status":"0","user":"gregb","conv_order":"","time":"16:13","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Rusty Evans","follow_phone":"941-915-8102","follow_email":"revans@hartmachinetool.com","pic_user":"gregb","total_amt":"489.45","total_gp":"277.86","total_gpm":"56.77","rev_type":"STD","mod_date":"11-12-2024","mod_time":null,"mod_user":"gregb","reason":"","totalQty":"6","win_pct":"20","clo_date":"12-06-2024","notes":[{"comp":"1","quote":"224069","line":"0","data":"11-06-2024 16:17 - Discounts Recalculated"}],"crmnotes":[],"items":[{"comp":"01","order":"224069","line":"1","part":"C4006-0500-2.50","qty":"3","price":"123.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224069","line":"2","part":"B4006-0500-2.50","qty":"3","price":"128.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-12 17:11:47.710 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223260-11122024171147.txt === {"quote":"223260","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"HOE","shiptoName":"Hoerbiger Corp.","entry_date":"10-21-2024","cust_order_date":"10-21-2024","req_date":"12-31-2024","cust_po":"NC4006-1500-4.50CP","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Lynn Nunez","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"10:11","extra":"","follow_up":"11-09-2024","web_id":"","follow_name":"Lynn Nunez","follow_phone":"574-524-1592","follow_email":"lynn.Nunez@mscdirect.com","pic_user":"mattm","total_amt":"16130.63","total_gp":"9461.10","total_gpm":"58.65","rev_type":"ADV","mod_date":"11-12-2024","mod_time":null,"mod_user":"mattm","reason":"","totalQty":"56","win_pct":"20","clo_date":"11-23-2024","notes":[{"comp":"1","quote":"223260","line":"4","data":"10-21-2024 10:17 - Discounts Recalculated QS"},{"comp":"1","quote":"223260","line":"3","data":"ok."},{"comp":"1","quote":"223260","line":"2","data":"quoted the andgle head before-said questionnare is"},{"comp":"1","quote":"223260","line":"1","data":"and ask about the end mill holder. He has already"},{"comp":"1","quote":"223260","line":"0","data":"10-21-2024 15:22-alyssah Matt will talk to Alexand"}],"crmnotes":[{"comp":1,"quote":223260,"Line":0,"Comment":"11/12/2024 6:11 PM - mattm - Req Date changed from 12/02/2024 to 12/31/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223260","line":"1","part":"NC4006-1500-4.50CP","qty":"4","price":"363.00","uom":"EA","discount":"41.00","req_date":"4/2025","branch":"1"},{"comp":"01","order":"223260","line":"2","part":"CCK3/4-12","qty":"7","price":"85.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223260","line":"3","part":"CKFN20(3/4)-12","qty":"7","price":"59.00","uom":"EA","discount":"35.00","req_date":"1 Stk/6pc 2 weeks","branch":"1"},{"comp":"01","order":"223260","line":"4","part":"CCK3/4-14","qty":"3","price":"71.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223260","line":"5","part":"CKFN20(3/4)-14","qty":"3","price":"59.00","uom":"EA","discount":"35.00","req_date":"2 weeks","branch":"1"},{"comp":"01","order":"223260","line":"6","part":"CCK3/4-16","qty":"3","price":"85.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223260","line":"7","part":"CKFN20(3/4)-16","qty":"3","price":"59.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223260","line":"8","part":"C4006-1000-2.00","qty":"10","price":"134.00","uom":"EA","discount":"41.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223260","line":"9","part":"CAT40-C3/4-85UG-IDU","qty":"10","price":"572.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223260","line":"10","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223260","line":"12","part":"C40-MRAM-IC","qty":"1","price":"5762.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223260","line":"13","part":"MRAM-ER11","qty":"1","price":"4396.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223260","line":"14","part":"PA65-CAT/BT","qty":"1","price":"931.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223260","line":"15","part":"PB-RAN40-BLANK","qty":"1","price":"348.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"},{"comp":"01","order":"223260","line":"16","part":"MODIFICATION-PB-BLNK","qty":"1","price":"330.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":15}}] 2024-11-12 17:11:58.247 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223260-11122024171158.txt === {"quote":"223260","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"HOE","shiptoName":"Hoerbiger Corp.","entry_date":"10-21-2024","cust_order_date":"10-21-2024","req_date":"12-31-2024","cust_po":"NC4006-1500-4.50CP","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Lynn Nunez","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"10:11","extra":"","follow_up":"11-09-2024","web_id":"","follow_name":"Lynn Nunez","follow_phone":"574-524-1592","follow_email":"lynn.Nunez@mscdirect.com","pic_user":"mattm","total_amt":"16130.63","total_gp":"9461.10","total_gpm":"58.65","rev_type":"ADV","mod_date":"11-12-2024","mod_time":null,"mod_user":"mattm","reason":"","totalQty":"56","win_pct":"20","clo_date":"12-21-2024","notes":[{"comp":"1","quote":"223260","line":"4","data":"10-21-2024 10:17 - Discounts Recalculated QS"},{"comp":"1","quote":"223260","line":"3","data":"ok."},{"comp":"1","quote":"223260","line":"2","data":"quoted the andgle head before-said questionnare is"},{"comp":"1","quote":"223260","line":"1","data":"and ask about the end mill holder. He has already"},{"comp":"1","quote":"223260","line":"0","data":"10-21-2024 15:22-alyssah Matt will talk to Alexand"}],"crmnotes":[{"comp":1,"quote":223260,"Line":0,"Comment":"11/12/2024 6:11 PM - mattm - Req Date changed from 12/02/2024 to 12/31/2024 (Req Date Updated)"},{"comp":1,"quote":223260,"Line":1,"Comment":"11/12/2024 6:11 PM - mattm - CLO changed from 11/23/2024 to 12/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223260","line":"1","part":"NC4006-1500-4.50CP","qty":"4","price":"363.00","uom":"EA","discount":"41.00","req_date":"4/2025","branch":"1"},{"comp":"01","order":"223260","line":"2","part":"CCK3/4-12","qty":"7","price":"85.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223260","line":"3","part":"CKFN20(3/4)-12","qty":"7","price":"59.00","uom":"EA","discount":"35.00","req_date":"1 Stk/6pc 2 weeks","branch":"1"},{"comp":"01","order":"223260","line":"4","part":"CCK3/4-14","qty":"3","price":"71.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223260","line":"5","part":"CKFN20(3/4)-14","qty":"3","price":"59.00","uom":"EA","discount":"35.00","req_date":"2 weeks","branch":"1"},{"comp":"01","order":"223260","line":"6","part":"CCK3/4-16","qty":"3","price":"85.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223260","line":"7","part":"CKFN20(3/4)-16","qty":"3","price":"59.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223260","line":"8","part":"C4006-1000-2.00","qty":"10","price":"134.00","uom":"EA","discount":"41.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223260","line":"9","part":"CAT40-C3/4-85UG-IDU","qty":"10","price":"572.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223260","line":"10","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223260","line":"12","part":"C40-MRAM-IC","qty":"1","price":"5762.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223260","line":"13","part":"MRAM-ER11","qty":"1","price":"4396.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223260","line":"14","part":"PA65-CAT/BT","qty":"1","price":"931.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223260","line":"15","part":"PB-RAN40-BLANK","qty":"1","price":"348.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"},{"comp":"01","order":"223260","line":"16","part":"MODIFICATION-PB-BLNK","qty":"1","price":"330.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":15}}] 2024-11-12 17:12:04.654 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223260-11122024171204.txt === {"quote":"223260","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"HOE","shiptoName":"Hoerbiger Corp.","entry_date":"10-21-2024","cust_order_date":"10-21-2024","req_date":"12-31-2024","cust_po":"NC4006-1500-4.50CP","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Lynn Nunez","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"10:11","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Lynn Nunez","follow_phone":"574-524-1592","follow_email":"lynn.Nunez@mscdirect.com","pic_user":"mattm","total_amt":"16130.63","total_gp":"9461.10","total_gpm":"58.65","rev_type":"ADV","mod_date":"11-12-2024","mod_time":null,"mod_user":"mattm","reason":"","totalQty":"56","win_pct":"20","clo_date":"12-21-2024","notes":[{"comp":"1","quote":"223260","line":"4","data":"10-21-2024 10:17 - Discounts Recalculated QS"},{"comp":"1","quote":"223260","line":"3","data":"ok."},{"comp":"1","quote":"223260","line":"2","data":"quoted the andgle head before-said questionnare is"},{"comp":"1","quote":"223260","line":"1","data":"and ask about the end mill holder. He has already"},{"comp":"1","quote":"223260","line":"0","data":"10-21-2024 15:22-alyssah Matt will talk to Alexand"}],"crmnotes":[{"comp":1,"quote":223260,"Line":0,"Comment":"11/12/2024 6:11 PM - mattm - Req Date changed from 12/02/2024 to 12/31/2024 (Req Date Updated)"},{"comp":1,"quote":223260,"Line":1,"Comment":"11/12/2024 6:11 PM - mattm - CLO changed from 11/23/2024 to 12/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223260","line":"1","part":"NC4006-1500-4.50CP","qty":"4","price":"363.00","uom":"EA","discount":"41.00","req_date":"4/2025","branch":"1"},{"comp":"01","order":"223260","line":"2","part":"CCK3/4-12","qty":"7","price":"85.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223260","line":"3","part":"CKFN20(3/4)-12","qty":"7","price":"59.00","uom":"EA","discount":"35.00","req_date":"1 Stk/6pc 2 weeks","branch":"1"},{"comp":"01","order":"223260","line":"4","part":"CCK3/4-14","qty":"3","price":"71.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223260","line":"5","part":"CKFN20(3/4)-14","qty":"3","price":"59.00","uom":"EA","discount":"35.00","req_date":"2 weeks","branch":"1"},{"comp":"01","order":"223260","line":"6","part":"CCK3/4-16","qty":"3","price":"85.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223260","line":"7","part":"CKFN20(3/4)-16","qty":"3","price":"59.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223260","line":"8","part":"C4006-1000-2.00","qty":"10","price":"134.00","uom":"EA","discount":"41.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223260","line":"9","part":"CAT40-C3/4-85UG-IDU","qty":"10","price":"572.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223260","line":"10","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223260","line":"12","part":"C40-MRAM-IC","qty":"1","price":"5762.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223260","line":"13","part":"MRAM-ER11","qty":"1","price":"4396.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223260","line":"14","part":"PA65-CAT/BT","qty":"1","price":"931.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223260","line":"15","part":"PB-RAN40-BLANK","qty":"1","price":"348.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"},{"comp":"01","order":"223260","line":"16","part":"MODIFICATION-PB-BLNK","qty":"1","price":"330.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":15}}] 2024-11-12 17:25:05.311 [INFO] In session is user: rafaeli 2024-11-12 17:44:44.159 [INFO] In session is user: rafaeli 2024-11-12 18:27:33.478 [INFO] In session is user: aaronb 2024-11-12 18:27:33.889 [INFO] In session is user: aaronb 2024-11-12 18:27:34.042 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.0598534969921, -111.473087528824, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.0598534969921, -111.473087528824, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1921066 second/s. 2024-11-12 18:27:34.290 [INFO] In session is user: aaronb 2024-11-12 18:27:34.666 [INFO] In session is user: aaronb 2024-11-12 18:27:35.078 [INFO] In session is user: aaronb 2024-11-12 18:27:35.430 [INFO] In session is user: aaronb 2024-11-12 18:27:35.789 [INFO] In session is user: aaronb 2024-11-12 18:27:36.285 [INFO] In session is user: aaronb 2024-11-12 18:27:36.755 [INFO] In session is user: aaronb 2024-11-12 18:27:37.244 [INFO] In session is user: aaronb 2024-11-12 18:27:37.689 [INFO] In session is user: aaronb 2024-11-12 18:27:38.052 [INFO] In session is user: aaronb 2024-11-12 18:27:39.610 [INFO] In session is user: aaronb 2024-11-12 18:27:40.021 [INFO] In session is user: aaronb 2024-11-12 18:27:40.470 [INFO] In session is user: aaronb 2024-11-12 18:27:40.881 [INFO] In session is user: aaronb 2024-11-12 18:27:41.404 [INFO] In session is user: aaronb 2024-11-12 18:27:41.832 [INFO] In session is user: aaronb 2024-11-12 18:27:42.366 [INFO] In session is user: aaronb 2024-11-12 18:27:42.853 [INFO] In session is user: aaronb 2024-11-12 18:27:43.436 [INFO] In session is user: aaronb 2024-11-12 18:27:43.926 [INFO] In session is user: aaronb 2024-11-12 18:27:44.408 [INFO] In session is user: aaronb 2024-11-12 18:27:44.952 [INFO] In session is user: aaronb 2024-11-12 18:27:45.344 [INFO] In session is user: aaronb 2024-11-12 18:27:45.729 [INFO] In session is user: aaronb 2024-11-12 18:27:46.168 [INFO] In session is user: aaronb 2024-11-12 18:27:46.617 [INFO] In session is user: aaronb 2024-11-12 18:27:47.154 [INFO] In session is user: aaronb 2024-11-12 18:27:47.628 [INFO] In session is user: aaronb 2024-11-12 18:27:48.093 [INFO] In session is user: aaronb 2024-11-12 18:27:48.589 [INFO] In session is user: aaronb 2024-11-12 18:27:49.053 [INFO] In session is user: aaronb 2024-11-12 18:27:49.550 [INFO] In session is user: aaronb 2024-11-12 18:27:50.012 [INFO] In session is user: aaronb 2024-11-12 18:27:50.416 [INFO] In session is user: aaronb 2024-11-12 18:27:50.930 [INFO] In session is user: aaronb 2024-11-12 18:27:51.634 [INFO] In session is user: aaronb 2024-11-12 18:27:52.108 [INFO] In session is user: aaronb 2024-11-12 18:27:52.591 [INFO] In session is user: aaronb 2024-11-12 18:27:53.049 [INFO] In session is user: aaronb 2024-11-12 18:27:53.545 [INFO] In session is user: aaronb 2024-11-12 18:27:54.027 [INFO] In session is user: aaronb 2024-11-12 18:27:54.545 [INFO] In session is user: aaronb 2024-11-12 18:27:54.992 [INFO] In session is user: aaronb 2024-11-12 18:27:55.506 [INFO] In session is user: aaronb 2024-11-12 18:27:56.208 [INFO] In session is user: aaronb 2024-11-12 18:27:56.771 [INFO] In session is user: aaronb 2024-11-12 18:27:57.293 [INFO] In session is user: aaronb 2024-11-12 18:27:57.753 [INFO] In session is user: aaronb 2024-11-12 18:27:58.243 [INFO] In session is user: aaronb 2024-11-12 18:27:58.731 [INFO] In session is user: aaronb 2024-11-12 18:27:59.146 [INFO] In session is user: aaronb 2024-11-12 18:27:59.629 [INFO] In session is user: aaronb 2024-11-12 18:28:00.087 [INFO] In session is user: aaronb 2024-11-12 18:28:00.568 [INFO] In session is user: aaronb 2024-11-12 18:28:01.083 [INFO] In session is user: aaronb 2024-11-12 18:28:01.533 [INFO] In session is user: aaronb 2024-11-12 18:28:02.210 [INFO] In session is user: aaronb 2024-11-12 18:28:02.558 [INFO] In session is user: aaronb 2024-11-12 18:28:02.989 [INFO] In session is user: aaronb 2024-11-12 18:49:09.646 [INFO] In session is user: rafaeli 2024-11-12 18:49:35.931 [INFO] In session is user: rafaeli 2024-11-12 18:49:39.427 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.2413665720674, -87.9979958104236, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.2413665720674, -87.9979958104236, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3211212 second/s. 2024-11-12 18:49:39.497 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.2413665720674, -87.9979958104236, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.2413665720674, -87.9979958104236, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3475326 second/s. 2024-11-12 21:16:27.482 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(41.7311105148684, -87.8354349957799, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(41.7311105148684, -87.8354349957799, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1586096 second/s. 2024-11-12 21:16:50.487 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222423-11122024211650.txt === {"quote":"222423","customer":"13712TA","name":null,"customerName":"Morris Midwest (WI-TA)","comp":"01","open":"0","shipto":"LOMBADDI","shiptoName":"Lombard Machining Inc","entry_date":"10-02-2024","cust_order_date":"10-02-2024","req_date":"01-25-2025","cust_po":"okuma Genos M560V","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tony Gerace","drop_po":"MCAT40","status":"0","user":"joshuav","conv_order":"","time":"13:57","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Tony Gerace","follow_phone":"(224) 783-0111","follow_email":"agerace@morrismidwest.com","pic_user":"joshuav","total_amt":"7334.00","total_gp":"5745.31","total_gpm":"78.34","rev_type":"ADV","mod_date":"11-12-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"28","win_pct":"20","clo_date":"01-18-2025","notes":[],"crmnotes":[{"comp":1,"quote":222423,"Line":0,"Comment":"10/11/2024 4:03 PM - joshuav - Req Date changed from 11/13/2024 to 01/25/2025 (Req Date Updated)"},{"comp":1,"quote":222423,"Line":1,"Comment":"10/11/2024 4:03 PM - joshuav - CLO changed from 11/02/2024 to 01/18/2025 (CLO Date Updated)"},{"comp":1,"quote":222423,"Line":2,"Comment":"10/11/2024 4:03 PM - joshuav - F/U changed from 10/15/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222423,"Line":3,"Comment":"11/12/2024 9:16 PM - joshuav - F/U Changed from 11/9/2024 to 12/7/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222423","line":"1","part":"NCAT40-SK16C-60U-IDU","qty":"7","price":"442.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222423","line":"2","part":"NCAT40-SK20-50U-IDU","qty":"1","price":"461.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222423","line":"3","part":"NCAT40-SK25C-90U-IDU","qty":"1","price":"498.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222423","line":"4","part":"SK16-3/8A","qty":"3","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222423","line":"5","part":"SK16-14","qty":"1","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222423","line":"6","part":"SK16-5/16A","qty":"1","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222423","line":"7","part":"SK16-1/4A","qty":"1","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222423","line":"8","part":"SK16-10.5","qty":"1","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222423","line":"9","part":"SK20-19.5","qty":"1","price":"88.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222423","line":"10","part":"SK25-25.4","qty":"1","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222423","line":"11","part":"GH16","qty":"1","price":"221.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222423","line":"12","part":"GH20","qty":"1","price":"245.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222423","line":"13","part":"GH25","qty":"1","price":"245.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222423","line":"14","part":"TQW-SK16(45)","qty":"1","price":"106.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222423","line":"15","part":"TQW-SK25(55)","qty":"1","price":"105.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222423","line":"16","part":"TQW-ER32/SK20(50)","qty":"1","price":"102.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222423","line":"17","part":"TQW-200","qty":"1","price":"364.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222423","line":"18","part":"TCLA-40/63A/C6","qty":"1","price":"242.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222423","line":"19","part":"PF-2","qty":"1","price":"771.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222423","line":"20","part":"SPINDLE-WIPE-#40","qty":"1","price":"118.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":20}}] 2024-11-12 21:17:06.714 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219699-11122024211706.txt === {"quote":"219699","customer":"13687","name":null,"customerName":"DMG Mori (IL)","comp":"01","open":"1","shipto":"DMGHUG","shiptoName":"DMG MORI U.S.A Inc","entry_date":"08-05-2024","cust_order_date":"08-05-2024","req_date":"11-30-2024","cust_po":"QCC-DL65-A8","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"11:42","extra":"","follow_up":"11-09-2024","web_id":"","follow_name":"Scott Gross","follow_phone":"(847) 593-5400","follow_email":"scott.gross@dmg-mori.com","pic_user":"joshuav","total_amt":"9474.00","total_gp":"5100.82","total_gpm":"53.84","rev_type":"PCQC","mod_date":"11-12-2024","mod_time":null,"mod_user":"joshuav","reason":"2","totalQty":"6","win_pct":"20","clo_date":"11-23-2024","notes":[{"comp":"1","quote":"219699","line":"2","data":"Gross on em chain."},{"comp":"1","quote":"219699","line":"1","data":"per TimR em \"DMG MORI CLX450TC\". Em'd to Scott"},{"comp":"1","quote":"219699","line":"0","data":"08-05-2024 11:44-jennad Starting quote for Joshua"}],"crmnotes":[{"comp":1,"quote":219699,"Line":0,"Comment":"08/06/2024 7:54 AM - joshuav - Req Date change from 9/16/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":219699,"Line":1,"Comment":"08/06/2024 7:54 AM - joshuav - CLO changed from 9/5/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":219699,"Line":2,"Comment":"08/06/2024 7:54 AM - joshuav - F/U Changed from 8/15/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219699,"Line":3,"Comment":"08/28/2024 8:25 AM - joshuav - F/U Changed from 8/31/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219699,"Line":4,"Comment":"09/24/2024 7:48 AM - joshuav - F/U Changed from 9/28/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219699,"Line":5,"Comment":"09/24/2024 7:52 AM - joshuav - Encounter has been added"},{"comp":1,"quote":219699,"Line":6,"Comment":"10/20/2024 8:45 PM - joshuav - F/U Changed from 10/19/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219699,"Line":7,"Comment":"11/12/2024 9:17 PM - joshuav - Closed"}],"items":[{"comp":"01","order":"219699","line":"1","part":"QCC-DL65-A8","qty":"2","price":"5516.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219699","line":"2","part":"MODIFICATION-DSCRW-THREAD","qty":"4","price":"300.00","uom":"EA","discount":"0.00","req_date":"1 Week ARO","branch":"1"}],"qlines":[{"Quote":"219699","Line":"2","Company":"1","F_Line":"1","Comment":"Quoted at NET price.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-12 21:17:40.875 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-207772-11122024211740.txt === {"quote":"207772","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMSCHIL","shiptoName":"Yamazen, Inc.","entry_date":"11-29-2023","cust_order_date":"11-29-2023","req_date":"01-04-2025","cust_po":"Brother M300X3","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Zak Mishinev","drop_po":"NBT30","status":"0","user":"joshuav","conv_order":"","time":"08:50","extra":"","follow_up":"11-09-2024","web_id":"","follow_name":"Zak Mishinev","follow_phone":"(248) 946-9187","follow_email":"zakmishinev@yamazen.com","pic_user":"joshuav","total_amt":"33897.13","total_gp":"29379.51","total_gpm":"86.67","rev_type":"STD","mod_date":"11-12-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"155","win_pct":"20","clo_date":"11-23-2024","notes":[{"comp":"1","quote":"207772","line":"1","data":"11-29-2023 09:11 - Discounts Recalculated QS"},{"comp":"1","quote":"207772","line":"0","data":"11-29-2023 09:10 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":207772,"Line":0,"Comment":"12/24/2023 1:51 AM - joshuav - F/U Changed from 12/23/2023 to 1/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":1,"Comment":"01/15/2024 10:46 AM - joshuav - F/U changed from 01/13/2024 to 1/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":2,"Comment":"01/22/2024 1:53 PM - joshuav - F/U changed from 01/20/2024 to 2/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":3,"Comment":"01/22/2024 1:54 PM - joshuav - Encounter has been added"},{"comp":1,"quote":207772,"Line":4,"Comment":"02/20/2024 8:45 AM - joshuav - F/U changed from 02/17/2024 to 3/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":5,"Comment":"03/02/2024 10:52 AM - joshuav - Req Date change from 3/30/2024 to 6/29/2024 (Req Date Updated)"},{"comp":1,"quote":207772,"Line":6,"Comment":"03/02/2024 10:52 AM - joshuav - CLO changed from 3/16/2024 to 6/22/2024 (CLO Date Updated)"},{"comp":1,"quote":207772,"Line":7,"Comment":"03/02/2024 10:52 AM - joshuav - F/U Changed from 3/2/2024 to 3/23/2024 (Follow Up in 3 Weeks)"},{"comp":1,"quote":207772,"Line":8,"Comment":"03/22/2024 7:59 AM - joshuav - F/U Changed from 3/23/2024 to 4/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":9,"Comment":"04/19/2024 11:00 AM - joshuav - F/U changed from 04/20/2024 to 5/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":10,"Comment":"04/19/2024 11:01 AM - joshuav - Customer is bidding on the jobs for these machines, as soon as we hear if they won the bids they will close the deals on machines and tooling."},{"comp":1,"quote":207772,"Line":11,"Comment":"04/19/2024 11:02 AM - joshuav - Encounter has been added"},{"comp":1,"quote":207772,"Line":12,"Comment":"05/20/2024 9:06 AM - joshuav - Req Date changed from 06/29/2024 to 08/31/2024 (Req Date Updated)"},{"comp":1,"quote":207772,"Line":13,"Comment":"05/20/2024 9:06 AM - joshuav - CLO changed from 06/22/2024 to 08/24/2024 (CLO Date Updated)"},{"comp":1,"quote":207772,"Line":14,"Comment":"05/20/2024 9:06 AM - joshuav - F/U changed from 05/25/2024 to 6/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":15,"Comment":"05/20/2024 9:07 AM - joshuav - Encounter has been added"},{"comp":1,"quote":207772,"Line":16,"Comment":"06/28/2024 11:04 AM - joshuav - F/U changed from 06/29/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":17,"Comment":"07/23/2024 1:10 PM - joshuav - F/U changed from 07/27/2024 to 8/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":18,"Comment":"07/31/2024 9:59 AM - joshuav - F/U changed from 08/03/2024 to 8/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":19,"Comment":"07/31/2024 9:59 AM - joshuav - Req Date changed from 08/31/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":207772,"Line":20,"Comment":"07/31/2024 9:59 AM - joshuav - CLO changed from 08/24/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":207772,"Line":21,"Comment":"07/31/2024 9:59 AM - joshuav - F/U changed from 08/17/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":22,"Comment":"08/29/2024 10:36 AM - joshuav - Req Date change from 9/28/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":207772,"Line":23,"Comment":"08/29/2024 10:36 AM - joshuav - CLO changed from 9/21/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":207772,"Line":24,"Comment":"08/29/2024 10:36 AM - joshuav - F/U Changed from 8/31/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":25,"Comment":"09/24/2024 7:38 AM - joshuav - F/U Changed from 9/28/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":26,"Comment":"10/20/2024 8:36 PM - joshuav - F/U Changed from 10/19/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":27,"Comment":"11/12/2024 9:17 PM - joshuav - Req Date change from 11/30/2024 to 1/4/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"207772","line":"1","part":"NBT30-SF0250-3.15CP","qty":"8","price":"380.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"2","part":"NBT30-SF0375-3.15CP","qty":"8","price":"380.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"3","part":"NBT30-SF0500-3.15CP","qty":"8","price":"380.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"5","part":"NB3001-0750-1.19CP","qty":"4","price":"261.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"6","part":"NB3001-1000-1.19CP","qty":"4","price":"291.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"8","part":"ST75-SF0250-6.30","qty":"8","price":"189.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"9","part":"ST75-SF0375-6.30","qty":"8","price":"189.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"10","part":"ST75-SF0500-6.30","qty":"8","price":"189.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"11","part":"NBT30-C3/4-70","qty":"8","price":"528.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"12","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"14","part":"SPECIAL-TL","qty":"5","price":"340.00","uom":"EA","discount":"0.00","req_date":"12-14 WKS ADA","branch":"1"},{"comp":"01","order":"207772","line":"15","part":"SPECIAL-TL","qty":"10","price":"227.00","uom":"EA","discount":"0.00","req_date":"12-14 WEEKS ADA","branch":"1"},{"comp":"01","order":"207772","line":"17","part":"SPECIAL-TL","qty":"5","price":"340.00","uom":"EA","discount":"0.00","req_date":"12-14 WEEKS ADA","branch":"1"},{"comp":"01","order":"207772","line":"18","part":"SPECIAL-TL","qty":"10","price":"227.00","uom":"EA","discount":"0.00","req_date":"12-14 WEEKS ADA","branch":"1"},{"comp":"01","order":"207772","line":"20","part":"SPECIAL-TL","qty":"5","price":"340.00","uom":"EA","discount":"0.00","req_date":"12-14 WEEKS ADA","branch":"1"},{"comp":"01","order":"207772","line":"21","part":"SPECIAL-TL","qty":"10","price":"227.00","uom":"EA","discount":"0.00","req_date":"12-14 WEEKS ADA","branch":"1"},{"comp":"01","order":"207772","line":"23","part":"SPECIAL-TL","qty":"5","price":"325.00","uom":"EA","discount":"0.00","req_date":"12-14wks ADA","branch":"1"},{"comp":"01","order":"207772","line":"24","part":"SPECIAL-TL","qty":"10","price":"217.00","uom":"EA","discount":"0.00","req_date":"12-14wks ADA","branch":"1"},{"comp":"01","order":"207772","line":"26","part":"SPECIAL-TL","qty":"5","price":"325.00","uom":"EA","discount":"0.00","req_date":"12-14wks ADA","branch":"1"},{"comp":"01","order":"207772","line":"27","part":"SPECIAL-TL","qty":"10","price":"217.00","uom":"EA","discount":"0.00","req_date":"12-14wks ADA","branch":"1"},{"comp":"01","order":"207772","line":"29","part":"SPECIAL-TL","qty":"5","price":"325.00","uom":"EA","discount":"0.00","req_date":"12-14wks ADA","branch":"1"},{"comp":"01","order":"207772","line":"30","part":"SPECIAL-TL","qty":"10","price":"217.00","uom":"EA","discount":"0.00","req_date":"12-14wks ADA","branch":"1"}],"qlines":[{"Quote":"207772","Line":"14","Company":"1","F_Line":"1","Comment":"NBT30-SF0250-6.30CP","Loc":"Y"},{"Quote":"207772","Line":"14","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 �Shrink Fit w/ 6.30gage length","Loc":"Y"},{"Quote":"207772","Line":"14","Company":"1","F_Line":"3","Comment":"pluggage coolant ports","Loc":"Y"},{"Quote":"207772","Line":"14","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"14","Company":"1","F_Line":"5","Comment":"SPECIAL ORDER = NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"14","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISCOUNTS","Loc":"Y"},{"Quote":"207772","Line":"15","Company":"1","F_Line":"1","Comment":"NBT30-SF0250-6.30CP","Loc":"Y"},{"Quote":"207772","Line":"15","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 �Shrink Fit w/ 6.30gage length","Loc":"Y"},{"Quote":"207772","Line":"15","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"15","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"15","Company":"1","F_Line":"5","Comment":"SPECIAL ORDER = NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"15","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISCOUNTS","Loc":"Y"},{"Quote":"207772","Line":"17","Company":"1","F_Line":"1","Comment":"NBT30-SF0375-6.30CP","Loc":"Y"},{"Quote":"207772","Line":"17","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 3/8 Shrink Fit w/ 6.30 gage length","Loc":"Y"},{"Quote":"207772","Line":"17","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"17","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"17","Company":"1","F_Line":"5","Comment":"SPECIAL ORDER = NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"17","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISCOUNTS","Loc":"Y"},{"Quote":"207772","Line":"18","Company":"1","F_Line":"1","Comment":"NBT30-SF0375-6.30CP","Loc":"Y"},{"Quote":"207772","Line":"18","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 3/8 Shrink Fit w/ 6.30 gage length","Loc":"Y"},{"Quote":"207772","Line":"18","Company":"1","F_Line":"3","Comment":"Pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"18","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"18","Company":"1","F_Line":"5","Comment":"SPECIAL ORDER = NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"18","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISCOUNTS","Loc":"Y"},{"Quote":"207772","Line":"20","Company":"1","F_Line":"1","Comment":"NBT30-SF0500-6.30CP","Loc":"Y"},{"Quote":"207772","Line":"20","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 1/2 Shrink Fit w/ 6.30 gage length","Loc":"Y"},{"Quote":"207772","Line":"20","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"20","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"20","Company":"1","F_Line":"5","Comment":"SPECIAL ORDER = NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"20","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISCOUNTS","Loc":"Y"},{"Quote":"207772","Line":"21","Company":"1","F_Line":"1","Comment":"NBT30-SF0500-6.30CP","Loc":"Y"},{"Quote":"207772","Line":"21","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 1/2 Shrink Fit w/ 6.30 gage length","Loc":"Y"},{"Quote":"207772","Line":"21","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"21","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"21","Company":"1","F_Line":"5","Comment":"SPECIAL ORDER = NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"21","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISCOUNTS","Loc":"Y"},{"Quote":"207772","Line":"23","Company":"1","F_Line":"1","Comment":"NBT30-SF0250-6.00CP","Loc":"Y"},{"Quote":"207772","Line":"23","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 1/4 Shrink Fit w/ 6.00 gage length","Loc":"Y"},{"Quote":"207772","Line":"23","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"23","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"23","Company":"1","F_Line":"5","Comment":"Special order - NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"23","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISOCUNTS","Loc":"Y"},{"Quote":"207772","Line":"24","Company":"1","F_Line":"1","Comment":"NBT30-SF0250-6.00CP","Loc":"Y"},{"Quote":"207772","Line":"24","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 1/4 Shrink Fit w/ 6.00 gage length","Loc":"Y"},{"Quote":"207772","Line":"24","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"24","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"24","Company":"1","F_Line":"5","Comment":"Special order - NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"24","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISOCUNTS","Loc":"Y"},{"Quote":"207772","Line":"26","Company":"1","F_Line":"1","Comment":"NBT30-SF0375-6.00CP","Loc":"Y"},{"Quote":"207772","Line":"26","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 3/8 Shrink Fit w/ 6.00 gage length","Loc":"Y"},{"Quote":"207772","Line":"26","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"26","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"26","Company":"1","F_Line":"5","Comment":"Special order - NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"26","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISOCUNTS","Loc":"Y"},{"Quote":"207772","Line":"27","Company":"1","F_Line":"1","Comment":"NBT30-SF0375-6.00CP","Loc":"Y"},{"Quote":"207772","Line":"27","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 3/8 Shrink Fit w/ 6.00 gage length","Loc":"Y"},{"Quote":"207772","Line":"27","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"27","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"27","Company":"1","F_Line":"5","Comment":"Special order - NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"27","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISOCUNTS","Loc":"Y"},{"Quote":"207772","Line":"29","Company":"1","F_Line":"1","Comment":"NBT30-SF0500-6.00CP","Loc":"Y"},{"Quote":"207772","Line":"29","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 1/2 Shrink Fit w/ 6.00 gage length","Loc":"Y"},{"Quote":"207772","Line":"29","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"29","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"29","Company":"1","F_Line":"5","Comment":"Special order - NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"29","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISOCUNTS","Loc":"Y"},{"Quote":"207772","Line":"30","Company":"1","F_Line":"1","Comment":"NBT30-SF0500-6.00CP","Loc":"Y"},{"Quote":"207772","Line":"30","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 1/2 Shrink Fit w/ 6.00 gage length","Loc":"Y"},{"Quote":"207772","Line":"30","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"30","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"30","Company":"1","F_Line":"5","Comment":"Special order - NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"30","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISOCUNTS","Loc":"Y"}],"qcomms":[{"Quote":"207772","Line":"0","Comment":"Lines 14-30:"},{"Quote":"207772","Line":"1","Comment":"These are non-standard stock items and considered"},{"Quote":"207772","Line":"2","Comment":"specials. Once a PO has been issued these items"},{"Quote":"207772","Line":"3","Comment":"cannot be cancelled or returned. Net Price quoted"},{"Quote":"207772","Line":"4","Comment":"for these lines no further discounts"}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":22}}] 2024-11-12 21:17:46.764 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-207772-11122024211746.txt === {"quote":"207772","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMSCHIL","shiptoName":"Yamazen, Inc.","entry_date":"11-29-2023","cust_order_date":"11-29-2023","req_date":"01-04-2025","cust_po":"Brother M300X3","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Zak Mishinev","drop_po":"NBT30","status":"0","user":"joshuav","conv_order":"","time":"08:50","extra":"","follow_up":"11-09-2024","web_id":"","follow_name":"Zak Mishinev","follow_phone":"(248) 946-9187","follow_email":"zakmishinev@yamazen.com","pic_user":"joshuav","total_amt":"33897.13","total_gp":"29379.51","total_gpm":"86.67","rev_type":"STD","mod_date":"11-12-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"155","win_pct":"20","clo_date":"12-28-2024","notes":[{"comp":"1","quote":"207772","line":"1","data":"11-29-2023 09:11 - Discounts Recalculated QS"},{"comp":"1","quote":"207772","line":"0","data":"11-29-2023 09:10 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":207772,"Line":0,"Comment":"12/24/2023 1:51 AM - joshuav - F/U Changed from 12/23/2023 to 1/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":1,"Comment":"01/15/2024 10:46 AM - joshuav - F/U changed from 01/13/2024 to 1/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":2,"Comment":"01/22/2024 1:53 PM - joshuav - F/U changed from 01/20/2024 to 2/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":3,"Comment":"01/22/2024 1:54 PM - joshuav - Encounter has been added"},{"comp":1,"quote":207772,"Line":4,"Comment":"02/20/2024 8:45 AM - joshuav - F/U changed from 02/17/2024 to 3/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":5,"Comment":"03/02/2024 10:52 AM - joshuav - Req Date change from 3/30/2024 to 6/29/2024 (Req Date Updated)"},{"comp":1,"quote":207772,"Line":6,"Comment":"03/02/2024 10:52 AM - joshuav - CLO changed from 3/16/2024 to 6/22/2024 (CLO Date Updated)"},{"comp":1,"quote":207772,"Line":7,"Comment":"03/02/2024 10:52 AM - joshuav - F/U Changed from 3/2/2024 to 3/23/2024 (Follow Up in 3 Weeks)"},{"comp":1,"quote":207772,"Line":8,"Comment":"03/22/2024 7:59 AM - joshuav - F/U Changed from 3/23/2024 to 4/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":9,"Comment":"04/19/2024 11:00 AM - joshuav - F/U changed from 04/20/2024 to 5/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":10,"Comment":"04/19/2024 11:01 AM - joshuav - Customer is bidding on the jobs for these machines, as soon as we hear if they won the bids they will close the deals on machines and tooling."},{"comp":1,"quote":207772,"Line":11,"Comment":"04/19/2024 11:02 AM - joshuav - Encounter has been added"},{"comp":1,"quote":207772,"Line":12,"Comment":"05/20/2024 9:06 AM - joshuav - Req Date changed from 06/29/2024 to 08/31/2024 (Req Date Updated)"},{"comp":1,"quote":207772,"Line":13,"Comment":"05/20/2024 9:06 AM - joshuav - CLO changed from 06/22/2024 to 08/24/2024 (CLO Date Updated)"},{"comp":1,"quote":207772,"Line":14,"Comment":"05/20/2024 9:06 AM - joshuav - F/U changed from 05/25/2024 to 6/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":15,"Comment":"05/20/2024 9:07 AM - joshuav - Encounter has been added"},{"comp":1,"quote":207772,"Line":16,"Comment":"06/28/2024 11:04 AM - joshuav - F/U changed from 06/29/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":17,"Comment":"07/23/2024 1:10 PM - joshuav - F/U changed from 07/27/2024 to 8/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":18,"Comment":"07/31/2024 9:59 AM - joshuav - F/U changed from 08/03/2024 to 8/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":19,"Comment":"07/31/2024 9:59 AM - joshuav - Req Date changed from 08/31/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":207772,"Line":20,"Comment":"07/31/2024 9:59 AM - joshuav - CLO changed from 08/24/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":207772,"Line":21,"Comment":"07/31/2024 9:59 AM - joshuav - F/U changed from 08/17/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":22,"Comment":"08/29/2024 10:36 AM - joshuav - Req Date change from 9/28/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":207772,"Line":23,"Comment":"08/29/2024 10:36 AM - joshuav - CLO changed from 9/21/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":207772,"Line":24,"Comment":"08/29/2024 10:36 AM - joshuav - F/U Changed from 8/31/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":25,"Comment":"09/24/2024 7:38 AM - joshuav - F/U Changed from 9/28/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":26,"Comment":"10/20/2024 8:36 PM - joshuav - F/U Changed from 10/19/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":27,"Comment":"11/12/2024 9:17 PM - joshuav - Req Date change from 11/30/2024 to 1/4/2025 (Req Date Updated)"},{"comp":1,"quote":207772,"Line":28,"Comment":"11/12/2024 9:17 PM - joshuav - CLO changed from 11/23/2024 to 12/28/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"207772","line":"1","part":"NBT30-SF0250-3.15CP","qty":"8","price":"380.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"2","part":"NBT30-SF0375-3.15CP","qty":"8","price":"380.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"3","part":"NBT30-SF0500-3.15CP","qty":"8","price":"380.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"5","part":"NB3001-0750-1.19CP","qty":"4","price":"261.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"6","part":"NB3001-1000-1.19CP","qty":"4","price":"291.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"8","part":"ST75-SF0250-6.30","qty":"8","price":"189.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"9","part":"ST75-SF0375-6.30","qty":"8","price":"189.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"10","part":"ST75-SF0500-6.30","qty":"8","price":"189.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"11","part":"NBT30-C3/4-70","qty":"8","price":"528.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"12","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"14","part":"SPECIAL-TL","qty":"5","price":"340.00","uom":"EA","discount":"0.00","req_date":"12-14 WKS ADA","branch":"1"},{"comp":"01","order":"207772","line":"15","part":"SPECIAL-TL","qty":"10","price":"227.00","uom":"EA","discount":"0.00","req_date":"12-14 WEEKS ADA","branch":"1"},{"comp":"01","order":"207772","line":"17","part":"SPECIAL-TL","qty":"5","price":"340.00","uom":"EA","discount":"0.00","req_date":"12-14 WEEKS ADA","branch":"1"},{"comp":"01","order":"207772","line":"18","part":"SPECIAL-TL","qty":"10","price":"227.00","uom":"EA","discount":"0.00","req_date":"12-14 WEEKS ADA","branch":"1"},{"comp":"01","order":"207772","line":"20","part":"SPECIAL-TL","qty":"5","price":"340.00","uom":"EA","discount":"0.00","req_date":"12-14 WEEKS ADA","branch":"1"},{"comp":"01","order":"207772","line":"21","part":"SPECIAL-TL","qty":"10","price":"227.00","uom":"EA","discount":"0.00","req_date":"12-14 WEEKS ADA","branch":"1"},{"comp":"01","order":"207772","line":"23","part":"SPECIAL-TL","qty":"5","price":"325.00","uom":"EA","discount":"0.00","req_date":"12-14wks ADA","branch":"1"},{"comp":"01","order":"207772","line":"24","part":"SPECIAL-TL","qty":"10","price":"217.00","uom":"EA","discount":"0.00","req_date":"12-14wks ADA","branch":"1"},{"comp":"01","order":"207772","line":"26","part":"SPECIAL-TL","qty":"5","price":"325.00","uom":"EA","discount":"0.00","req_date":"12-14wks ADA","branch":"1"},{"comp":"01","order":"207772","line":"27","part":"SPECIAL-TL","qty":"10","price":"217.00","uom":"EA","discount":"0.00","req_date":"12-14wks ADA","branch":"1"},{"comp":"01","order":"207772","line":"29","part":"SPECIAL-TL","qty":"5","price":"325.00","uom":"EA","discount":"0.00","req_date":"12-14wks ADA","branch":"1"},{"comp":"01","order":"207772","line":"30","part":"SPECIAL-TL","qty":"10","price":"217.00","uom":"EA","discount":"0.00","req_date":"12-14wks ADA","branch":"1"}],"qlines":[{"Quote":"207772","Line":"14","Company":"1","F_Line":"1","Comment":"NBT30-SF0250-6.30CP","Loc":"Y"},{"Quote":"207772","Line":"14","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 �Shrink Fit w/ 6.30gage length","Loc":"Y"},{"Quote":"207772","Line":"14","Company":"1","F_Line":"3","Comment":"pluggage coolant ports","Loc":"Y"},{"Quote":"207772","Line":"14","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"14","Company":"1","F_Line":"5","Comment":"SPECIAL ORDER = NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"14","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISCOUNTS","Loc":"Y"},{"Quote":"207772","Line":"15","Company":"1","F_Line":"1","Comment":"NBT30-SF0250-6.30CP","Loc":"Y"},{"Quote":"207772","Line":"15","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 �Shrink Fit w/ 6.30gage length","Loc":"Y"},{"Quote":"207772","Line":"15","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"15","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"15","Company":"1","F_Line":"5","Comment":"SPECIAL ORDER = NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"15","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISCOUNTS","Loc":"Y"},{"Quote":"207772","Line":"17","Company":"1","F_Line":"1","Comment":"NBT30-SF0375-6.30CP","Loc":"Y"},{"Quote":"207772","Line":"17","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 3/8 Shrink Fit w/ 6.30 gage length","Loc":"Y"},{"Quote":"207772","Line":"17","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"17","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"17","Company":"1","F_Line":"5","Comment":"SPECIAL ORDER = NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"17","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISCOUNTS","Loc":"Y"},{"Quote":"207772","Line":"18","Company":"1","F_Line":"1","Comment":"NBT30-SF0375-6.30CP","Loc":"Y"},{"Quote":"207772","Line":"18","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 3/8 Shrink Fit w/ 6.30 gage length","Loc":"Y"},{"Quote":"207772","Line":"18","Company":"1","F_Line":"3","Comment":"Pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"18","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"18","Company":"1","F_Line":"5","Comment":"SPECIAL ORDER = NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"18","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISCOUNTS","Loc":"Y"},{"Quote":"207772","Line":"20","Company":"1","F_Line":"1","Comment":"NBT30-SF0500-6.30CP","Loc":"Y"},{"Quote":"207772","Line":"20","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 1/2 Shrink Fit w/ 6.30 gage length","Loc":"Y"},{"Quote":"207772","Line":"20","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"20","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"20","Company":"1","F_Line":"5","Comment":"SPECIAL ORDER = NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"20","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISCOUNTS","Loc":"Y"},{"Quote":"207772","Line":"21","Company":"1","F_Line":"1","Comment":"NBT30-SF0500-6.30CP","Loc":"Y"},{"Quote":"207772","Line":"21","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 1/2 Shrink Fit w/ 6.30 gage length","Loc":"Y"},{"Quote":"207772","Line":"21","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"21","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"21","Company":"1","F_Line":"5","Comment":"SPECIAL ORDER = NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"21","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISCOUNTS","Loc":"Y"},{"Quote":"207772","Line":"23","Company":"1","F_Line":"1","Comment":"NBT30-SF0250-6.00CP","Loc":"Y"},{"Quote":"207772","Line":"23","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 1/4 Shrink Fit w/ 6.00 gage length","Loc":"Y"},{"Quote":"207772","Line":"23","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"23","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"23","Company":"1","F_Line":"5","Comment":"Special order - NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"23","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISOCUNTS","Loc":"Y"},{"Quote":"207772","Line":"24","Company":"1","F_Line":"1","Comment":"NBT30-SF0250-6.00CP","Loc":"Y"},{"Quote":"207772","Line":"24","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 1/4 Shrink Fit w/ 6.00 gage length","Loc":"Y"},{"Quote":"207772","Line":"24","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"24","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"24","Company":"1","F_Line":"5","Comment":"Special order - NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"24","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISOCUNTS","Loc":"Y"},{"Quote":"207772","Line":"26","Company":"1","F_Line":"1","Comment":"NBT30-SF0375-6.00CP","Loc":"Y"},{"Quote":"207772","Line":"26","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 3/8 Shrink Fit w/ 6.00 gage length","Loc":"Y"},{"Quote":"207772","Line":"26","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"26","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"26","Company":"1","F_Line":"5","Comment":"Special order - NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"26","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISOCUNTS","Loc":"Y"},{"Quote":"207772","Line":"27","Company":"1","F_Line":"1","Comment":"NBT30-SF0375-6.00CP","Loc":"Y"},{"Quote":"207772","Line":"27","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 3/8 Shrink Fit w/ 6.00 gage length","Loc":"Y"},{"Quote":"207772","Line":"27","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"27","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"27","Company":"1","F_Line":"5","Comment":"Special order - NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"27","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISOCUNTS","Loc":"Y"},{"Quote":"207772","Line":"29","Company":"1","F_Line":"1","Comment":"NBT30-SF0500-6.00CP","Loc":"Y"},{"Quote":"207772","Line":"29","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 1/2 Shrink Fit w/ 6.00 gage length","Loc":"Y"},{"Quote":"207772","Line":"29","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"29","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"29","Company":"1","F_Line":"5","Comment":"Special order - NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"29","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISOCUNTS","Loc":"Y"},{"Quote":"207772","Line":"30","Company":"1","F_Line":"1","Comment":"NBT30-SF0500-6.00CP","Loc":"Y"},{"Quote":"207772","Line":"30","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 1/2 Shrink Fit w/ 6.00 gage length","Loc":"Y"},{"Quote":"207772","Line":"30","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"30","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"30","Company":"1","F_Line":"5","Comment":"Special order - NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"30","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISOCUNTS","Loc":"Y"}],"qcomms":[{"Quote":"207772","Line":"0","Comment":"Lines 14-30:"},{"Quote":"207772","Line":"1","Comment":"These are non-standard stock items and considered"},{"Quote":"207772","Line":"2","Comment":"specials. Once a PO has been issued these items"},{"Quote":"207772","Line":"3","Comment":"cannot be cancelled or returned. Net Price quoted"},{"Quote":"207772","Line":"4","Comment":"for these lines no further discounts"}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":22}}] 2024-11-12 21:18:23.552 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-207772-11122024211823.txt === {"quote":"207772","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMSCHIL","shiptoName":"Yamazen, Inc.","entry_date":"11-29-2023","cust_order_date":"11-29-2023","req_date":"01-04-2025","cust_po":"Brother M300X3","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Zak Mishinev","drop_po":"NBT30","status":"0","user":"joshuav","conv_order":"","time":"08:50","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Zak Mishinev","follow_phone":"(248) 946-9187","follow_email":"zakmishinev@yamazen.com","pic_user":"joshuav","total_amt":"33897.13","total_gp":"29379.51","total_gpm":"86.67","rev_type":"STD","mod_date":"11-12-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"155","win_pct":"20","clo_date":"12-28-2024","notes":[{"comp":"1","quote":"207772","line":"1","data":"11-29-2023 09:11 - Discounts Recalculated QS"},{"comp":"1","quote":"207772","line":"0","data":"11-29-2023 09:10 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":207772,"Line":0,"Comment":"12/24/2023 1:51 AM - joshuav - F/U Changed from 12/23/2023 to 1/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":1,"Comment":"01/15/2024 10:46 AM - joshuav - F/U changed from 01/13/2024 to 1/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":2,"Comment":"01/22/2024 1:53 PM - joshuav - F/U changed from 01/20/2024 to 2/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":3,"Comment":"01/22/2024 1:54 PM - joshuav - Encounter has been added"},{"comp":1,"quote":207772,"Line":4,"Comment":"02/20/2024 8:45 AM - joshuav - F/U changed from 02/17/2024 to 3/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":5,"Comment":"03/02/2024 10:52 AM - joshuav - Req Date change from 3/30/2024 to 6/29/2024 (Req Date Updated)"},{"comp":1,"quote":207772,"Line":6,"Comment":"03/02/2024 10:52 AM - joshuav - CLO changed from 3/16/2024 to 6/22/2024 (CLO Date Updated)"},{"comp":1,"quote":207772,"Line":7,"Comment":"03/02/2024 10:52 AM - joshuav - F/U Changed from 3/2/2024 to 3/23/2024 (Follow Up in 3 Weeks)"},{"comp":1,"quote":207772,"Line":8,"Comment":"03/22/2024 7:59 AM - joshuav - F/U Changed from 3/23/2024 to 4/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":9,"Comment":"04/19/2024 11:00 AM - joshuav - F/U changed from 04/20/2024 to 5/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":10,"Comment":"04/19/2024 11:01 AM - joshuav - Customer is bidding on the jobs for these machines, as soon as we hear if they won the bids they will close the deals on machines and tooling."},{"comp":1,"quote":207772,"Line":11,"Comment":"04/19/2024 11:02 AM - joshuav - Encounter has been added"},{"comp":1,"quote":207772,"Line":12,"Comment":"05/20/2024 9:06 AM - joshuav - Req Date changed from 06/29/2024 to 08/31/2024 (Req Date Updated)"},{"comp":1,"quote":207772,"Line":13,"Comment":"05/20/2024 9:06 AM - joshuav - CLO changed from 06/22/2024 to 08/24/2024 (CLO Date Updated)"},{"comp":1,"quote":207772,"Line":14,"Comment":"05/20/2024 9:06 AM - joshuav - F/U changed from 05/25/2024 to 6/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":15,"Comment":"05/20/2024 9:07 AM - joshuav - Encounter has been added"},{"comp":1,"quote":207772,"Line":16,"Comment":"06/28/2024 11:04 AM - joshuav - F/U changed from 06/29/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":17,"Comment":"07/23/2024 1:10 PM - joshuav - F/U changed from 07/27/2024 to 8/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":18,"Comment":"07/31/2024 9:59 AM - joshuav - F/U changed from 08/03/2024 to 8/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":19,"Comment":"07/31/2024 9:59 AM - joshuav - Req Date changed from 08/31/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":207772,"Line":20,"Comment":"07/31/2024 9:59 AM - joshuav - CLO changed from 08/24/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":207772,"Line":21,"Comment":"07/31/2024 9:59 AM - joshuav - F/U changed from 08/17/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":22,"Comment":"08/29/2024 10:36 AM - joshuav - Req Date change from 9/28/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":207772,"Line":23,"Comment":"08/29/2024 10:36 AM - joshuav - CLO changed from 9/21/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":207772,"Line":24,"Comment":"08/29/2024 10:36 AM - joshuav - F/U Changed from 8/31/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":25,"Comment":"09/24/2024 7:38 AM - joshuav - F/U Changed from 9/28/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":26,"Comment":"10/20/2024 8:36 PM - joshuav - F/U Changed from 10/19/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":27,"Comment":"11/12/2024 9:17 PM - joshuav - Req Date change from 11/30/2024 to 1/4/2025 (Req Date Updated)"},{"comp":1,"quote":207772,"Line":28,"Comment":"11/12/2024 9:17 PM - joshuav - CLO changed from 11/23/2024 to 12/28/2024 (CLO Date Updated)"},{"comp":1,"quote":207772,"Line":29,"Comment":"11/12/2024 9:18 PM - joshuav - F/U Changed from 11/9/2024 to 11/16/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"207772","line":"1","part":"NBT30-SF0250-3.15CP","qty":"8","price":"380.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"2","part":"NBT30-SF0375-3.15CP","qty":"8","price":"380.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"3","part":"NBT30-SF0500-3.15CP","qty":"8","price":"380.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"5","part":"NB3001-0750-1.19CP","qty":"4","price":"261.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"6","part":"NB3001-1000-1.19CP","qty":"4","price":"291.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"8","part":"ST75-SF0250-6.30","qty":"8","price":"189.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"9","part":"ST75-SF0375-6.30","qty":"8","price":"189.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"10","part":"ST75-SF0500-6.30","qty":"8","price":"189.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"11","part":"NBT30-C3/4-70","qty":"8","price":"528.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"12","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"14","part":"SPECIAL-TL","qty":"5","price":"340.00","uom":"EA","discount":"0.00","req_date":"12-14 WKS ADA","branch":"1"},{"comp":"01","order":"207772","line":"15","part":"SPECIAL-TL","qty":"10","price":"227.00","uom":"EA","discount":"0.00","req_date":"12-14 WEEKS ADA","branch":"1"},{"comp":"01","order":"207772","line":"17","part":"SPECIAL-TL","qty":"5","price":"340.00","uom":"EA","discount":"0.00","req_date":"12-14 WEEKS ADA","branch":"1"},{"comp":"01","order":"207772","line":"18","part":"SPECIAL-TL","qty":"10","price":"227.00","uom":"EA","discount":"0.00","req_date":"12-14 WEEKS ADA","branch":"1"},{"comp":"01","order":"207772","line":"20","part":"SPECIAL-TL","qty":"5","price":"340.00","uom":"EA","discount":"0.00","req_date":"12-14 WEEKS ADA","branch":"1"},{"comp":"01","order":"207772","line":"21","part":"SPECIAL-TL","qty":"10","price":"227.00","uom":"EA","discount":"0.00","req_date":"12-14 WEEKS ADA","branch":"1"},{"comp":"01","order":"207772","line":"23","part":"SPECIAL-TL","qty":"5","price":"325.00","uom":"EA","discount":"0.00","req_date":"12-14wks ADA","branch":"1"},{"comp":"01","order":"207772","line":"24","part":"SPECIAL-TL","qty":"10","price":"217.00","uom":"EA","discount":"0.00","req_date":"12-14wks ADA","branch":"1"},{"comp":"01","order":"207772","line":"26","part":"SPECIAL-TL","qty":"5","price":"325.00","uom":"EA","discount":"0.00","req_date":"12-14wks ADA","branch":"1"},{"comp":"01","order":"207772","line":"27","part":"SPECIAL-TL","qty":"10","price":"217.00","uom":"EA","discount":"0.00","req_date":"12-14wks ADA","branch":"1"},{"comp":"01","order":"207772","line":"29","part":"SPECIAL-TL","qty":"5","price":"325.00","uom":"EA","discount":"0.00","req_date":"12-14wks ADA","branch":"1"},{"comp":"01","order":"207772","line":"30","part":"SPECIAL-TL","qty":"10","price":"217.00","uom":"EA","discount":"0.00","req_date":"12-14wks ADA","branch":"1"}],"qlines":[{"Quote":"207772","Line":"14","Company":"1","F_Line":"1","Comment":"NBT30-SF0250-6.30CP","Loc":"Y"},{"Quote":"207772","Line":"14","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 �Shrink Fit w/ 6.30gage length","Loc":"Y"},{"Quote":"207772","Line":"14","Company":"1","F_Line":"3","Comment":"pluggage coolant ports","Loc":"Y"},{"Quote":"207772","Line":"14","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"14","Company":"1","F_Line":"5","Comment":"SPECIAL ORDER = NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"14","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISCOUNTS","Loc":"Y"},{"Quote":"207772","Line":"15","Company":"1","F_Line":"1","Comment":"NBT30-SF0250-6.30CP","Loc":"Y"},{"Quote":"207772","Line":"15","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 �Shrink Fit w/ 6.30gage length","Loc":"Y"},{"Quote":"207772","Line":"15","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"15","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"15","Company":"1","F_Line":"5","Comment":"SPECIAL ORDER = NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"15","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISCOUNTS","Loc":"Y"},{"Quote":"207772","Line":"17","Company":"1","F_Line":"1","Comment":"NBT30-SF0375-6.30CP","Loc":"Y"},{"Quote":"207772","Line":"17","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 3/8 Shrink Fit w/ 6.30 gage length","Loc":"Y"},{"Quote":"207772","Line":"17","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"17","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"17","Company":"1","F_Line":"5","Comment":"SPECIAL ORDER = NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"17","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISCOUNTS","Loc":"Y"},{"Quote":"207772","Line":"18","Company":"1","F_Line":"1","Comment":"NBT30-SF0375-6.30CP","Loc":"Y"},{"Quote":"207772","Line":"18","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 3/8 Shrink Fit w/ 6.30 gage length","Loc":"Y"},{"Quote":"207772","Line":"18","Company":"1","F_Line":"3","Comment":"Pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"18","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"18","Company":"1","F_Line":"5","Comment":"SPECIAL ORDER = NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"18","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISCOUNTS","Loc":"Y"},{"Quote":"207772","Line":"20","Company":"1","F_Line":"1","Comment":"NBT30-SF0500-6.30CP","Loc":"Y"},{"Quote":"207772","Line":"20","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 1/2 Shrink Fit w/ 6.30 gage length","Loc":"Y"},{"Quote":"207772","Line":"20","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"20","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"20","Company":"1","F_Line":"5","Comment":"SPECIAL ORDER = NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"20","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISCOUNTS","Loc":"Y"},{"Quote":"207772","Line":"21","Company":"1","F_Line":"1","Comment":"NBT30-SF0500-6.30CP","Loc":"Y"},{"Quote":"207772","Line":"21","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 1/2 Shrink Fit w/ 6.30 gage length","Loc":"Y"},{"Quote":"207772","Line":"21","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"21","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"21","Company":"1","F_Line":"5","Comment":"SPECIAL ORDER = NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"21","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISCOUNTS","Loc":"Y"},{"Quote":"207772","Line":"23","Company":"1","F_Line":"1","Comment":"NBT30-SF0250-6.00CP","Loc":"Y"},{"Quote":"207772","Line":"23","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 1/4 Shrink Fit w/ 6.00 gage length","Loc":"Y"},{"Quote":"207772","Line":"23","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"23","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"23","Company":"1","F_Line":"5","Comment":"Special order - NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"23","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISOCUNTS","Loc":"Y"},{"Quote":"207772","Line":"24","Company":"1","F_Line":"1","Comment":"NBT30-SF0250-6.00CP","Loc":"Y"},{"Quote":"207772","Line":"24","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 1/4 Shrink Fit w/ 6.00 gage length","Loc":"Y"},{"Quote":"207772","Line":"24","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"24","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"24","Company":"1","F_Line":"5","Comment":"Special order - NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"24","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISOCUNTS","Loc":"Y"},{"Quote":"207772","Line":"26","Company":"1","F_Line":"1","Comment":"NBT30-SF0375-6.00CP","Loc":"Y"},{"Quote":"207772","Line":"26","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 3/8 Shrink Fit w/ 6.00 gage length","Loc":"Y"},{"Quote":"207772","Line":"26","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"26","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"26","Company":"1","F_Line":"5","Comment":"Special order - NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"26","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISOCUNTS","Loc":"Y"},{"Quote":"207772","Line":"27","Company":"1","F_Line":"1","Comment":"NBT30-SF0375-6.00CP","Loc":"Y"},{"Quote":"207772","Line":"27","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 3/8 Shrink Fit w/ 6.00 gage length","Loc":"Y"},{"Quote":"207772","Line":"27","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"27","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"27","Company":"1","F_Line":"5","Comment":"Special order - NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"27","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISOCUNTS","Loc":"Y"},{"Quote":"207772","Line":"29","Company":"1","F_Line":"1","Comment":"NBT30-SF0500-6.00CP","Loc":"Y"},{"Quote":"207772","Line":"29","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 1/2 Shrink Fit w/ 6.00 gage length","Loc":"Y"},{"Quote":"207772","Line":"29","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"29","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"29","Company":"1","F_Line":"5","Comment":"Special order - NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"29","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISOCUNTS","Loc":"Y"},{"Quote":"207772","Line":"30","Company":"1","F_Line":"1","Comment":"NBT30-SF0500-6.00CP","Loc":"Y"},{"Quote":"207772","Line":"30","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 1/2 Shrink Fit w/ 6.00 gage length","Loc":"Y"},{"Quote":"207772","Line":"30","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"30","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"30","Company":"1","F_Line":"5","Comment":"Special order - NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"30","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISOCUNTS","Loc":"Y"}],"qcomms":[{"Quote":"207772","Line":"0","Comment":"Lines 14-30:"},{"Quote":"207772","Line":"1","Comment":"These are non-standard stock items and considered"},{"Quote":"207772","Line":"2","Comment":"specials. Once a PO has been issued these items"},{"Quote":"207772","Line":"3","Comment":"cannot be cancelled or returned. Net Price quoted"},{"Quote":"207772","Line":"4","Comment":"for these lines no further discounts"}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":22}}] 2024-11-12 21:19:01.127 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224148-11122024211900.txt === {"quote":"224148","customer":"3925","name":null,"customerName":"Steiner Metalworking & Ind. Supply","comp":"01","open":"0","shipto":"AAC","shiptoName":"A&C Mold Company Inc.","entry_date":"11-07-2024","cust_order_date":"11-07-2024","req_date":"03-01-2025","cust_po":"","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Suzanne Bach","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"16:59","extra":"","follow_up":"11-13-2024","web_id":"","follow_name":"Suzanne Bach","follow_phone":"8479461346","follow_email":"suzannebach@engman-taylor.com","pic_user":"joshuav","total_amt":"361.8","total_gp":"243.42","total_gpm":"67.28","rev_type":"STD","mod_date":"11-12-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"12","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"224148","line":"0","data":"11-07-2024 17:03 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224148,"Line":0,"Comment":"11/12/2024 9:18 PM - joshuav - Req Date change from 12/19/2024 to 3/1/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"224148","line":"1","part":"E16-026","qty":"3","price":"42.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224148","line":"2","part":"E20-028","qty":"3","price":"53.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224148","line":"3","part":"E20-032","qty":"3","price":"53.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224148","line":"4","part":"E20-177","qty":"3","price":"53.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":4}}] 2024-11-12 21:19:07.164 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224148-11122024211906.txt === {"quote":"224148","customer":"3925","name":null,"customerName":"Steiner Metalworking & Ind. Supply","comp":"01","open":"0","shipto":"AAC","shiptoName":"A&C Mold Company Inc.","entry_date":"11-07-2024","cust_order_date":"11-07-2024","req_date":"03-01-2025","cust_po":"","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Suzanne Bach","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"16:59","extra":"","follow_up":"11-13-2024","web_id":"","follow_name":"Suzanne Bach","follow_phone":"8479461346","follow_email":"suzannebach@engman-taylor.com","pic_user":"joshuav","total_amt":"361.8","total_gp":"243.42","total_gpm":"67.28","rev_type":"STD","mod_date":"11-12-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"12","win_pct":"20","clo_date":"01-25-2025","notes":[{"comp":"1","quote":"224148","line":"0","data":"11-07-2024 17:03 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224148,"Line":0,"Comment":"11/12/2024 9:18 PM - joshuav - Req Date change from 12/19/2024 to 3/1/2025 (Req Date Updated)"},{"comp":1,"quote":224148,"Line":1,"Comment":"11/12/2024 9:19 PM - joshuav - CLO changed from 12/7/2024 to 1/25/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224148","line":"1","part":"E16-026","qty":"3","price":"42.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224148","line":"2","part":"E20-028","qty":"3","price":"53.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224148","line":"3","part":"E20-032","qty":"3","price":"53.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224148","line":"4","part":"E20-177","qty":"3","price":"53.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-12 21:19:16.986 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224148-11122024211916.txt === {"quote":"224148","customer":"3925","name":null,"customerName":"Steiner Metalworking & Ind. Supply","comp":"01","open":"0","shipto":"AAC","shiptoName":"A&C Mold Company Inc.","entry_date":"11-07-2024","cust_order_date":"11-07-2024","req_date":"03-01-2025","cust_po":"","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Suzanne Bach","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"16:59","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Suzanne Bach","follow_phone":"8479461346","follow_email":"suzannebach@engman-taylor.com","pic_user":"joshuav","total_amt":"361.8","total_gp":"243.42","total_gpm":"67.28","rev_type":"STD","mod_date":"11-12-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"12","win_pct":"20","clo_date":"01-25-2025","notes":[{"comp":"1","quote":"224148","line":"0","data":"11-07-2024 17:03 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224148,"Line":0,"Comment":"11/12/2024 9:18 PM - joshuav - Req Date change from 12/19/2024 to 3/1/2025 (Req Date Updated)"},{"comp":1,"quote":224148,"Line":1,"Comment":"11/12/2024 9:19 PM - joshuav - CLO changed from 12/7/2024 to 1/25/2025 (CLO Date Updated)"},{"comp":1,"quote":224148,"Line":2,"Comment":"11/12/2024 9:19 PM - joshuav - F/U Changed from 11/13/2024 to 12/7/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224148","line":"1","part":"E16-026","qty":"3","price":"42.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224148","line":"2","part":"E20-028","qty":"3","price":"53.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224148","line":"3","part":"E20-032","qty":"3","price":"53.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224148","line":"4","part":"E20-177","qty":"3","price":"53.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-12 21:19:33.998 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219819-11122024211933.txt === {"quote":"219819","customer":"13712","name":null,"customerName":"Morris Midwest (WI)","comp":"01","open":"0","shipto":"CDEGIKKL","shiptoName":"Morris Midwest, LLC.","entry_date":"08-07-2024","cust_order_date":null,"req_date":"01-11-2025","cust_po":"Don Spathe","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"40","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Don Spathe","drop_po":"CNC202OSP4-M","status":"0","user":"stevel","conv_order":"","time":"09:36","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Don Spathe","follow_phone":"","follow_email":"dspaethe@morrismidwest.com","pic_user":"joshuav","total_amt":"27231.75","total_gp":"17685.20","total_gpm":"64.94","rev_type":"RT","mod_date":"11-12-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"4","win_pct":"20","clo_date":"01-04-2025","notes":[],"crmnotes":[{"comp":1,"quote":219819,"Line":0,"Comment":"08/19/2024 11:31 AM - stevel - F/U changed from 08/20/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219819,"Line":1,"Comment":"10/14/2024 7:10 AM - stevel - F/U changed from 09/07/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219819,"Line":2,"Comment":"10/14/2024 7:10 AM - stevel - CLO changed from 09/07/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":219819,"Line":3,"Comment":"10/14/2024 7:10 AM - stevel - Req Date changed from 09/18/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":219819,"Line":4,"Comment":"10/14/2024 7:10 AM - stevel - TODO: Joshua Villa to follow up"},{"comp":1,"quote":219819,"Line":5,"Comment":"10/14/2024 7:11 AM - stevel - PIC changed from stevel to joshuav"},{"comp":1,"quote":219819,"Line":6,"Comment":"10/25/2024 8:21 PM - joshuav - Req Date change from 11/9/2024 to 1/11/2025 (Req Date Updated)"},{"comp":1,"quote":219819,"Line":7,"Comment":"10/25/2024 8:21 PM - joshuav - CLO changed from 11/9/2024 to 1/4/2025 (CLO Date Updated)"},{"comp":1,"quote":219819,"Line":8,"Comment":"11/12/2024 9:19 PM - joshuav - F/U Changed from 11/9/2024 to 12/7/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"219819","line":"1","part":"CNC202OSP4-M","qty":"1","price":"22365.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219819","line":"2","part":"CNC180OSP4-M","qty":"1","price":"19530.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219819","line":"3","part":"TCE-97617-2000R","qty":"1","price":"1012.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219819","line":"4","part":"TCE-E6384-2000R","qty":"1","price":"924.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"219819","Line":"1","Company":"1","F_Line":"1","Comment":"IMTS Special pricing","Loc":"Y"},{"Quote":"219819","Line":"2","Company":"1","F_Line":"1","Comment":"IMTS Special Pricing","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-12 21:19:52.131 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224046-11122024211951.txt === {"quote":"224046","customer":"13712TA","name":null,"customerName":"Morris Midwest (WI-TA)","comp":"01","open":"0","shipto":"CDEGIKKL","shiptoName":"Morris Midwest, LLC.","entry_date":"11-06-2024","cust_order_date":"11-06-2024","req_date":"02-22-2025","cust_po":"","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"William Schroeder","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"13:00","extra":"","follow_up":"11-12-2024","web_id":"","follow_name":"William Schroeder","follow_phone":"","follow_email":"wschroerder@morrismidwest.com","pic_user":"joshuav","total_amt":"8558.10","total_gp":"4488.97","total_gpm":"52.45","rev_type":"STD","mod_date":"11-12-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"37","win_pct":"20","clo_date":"12-06-2024","notes":[{"comp":"1","quote":"224046","line":"0","data":"11-06-2024 13:08 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224046,"Line":0,"Comment":"11/12/2024 9:19 PM - joshuav - Req Date change from 12/18/2024 to 2/22/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"224046","line":"1","part":"HSK63A-SM0750-3.00CP","qty":"2","price":"254.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224046","line":"2","part":"HSK63A-SM0750-5.00CP","qty":"1","price":"261.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224046","line":"3","part":"HSK63A-ER32-4.00","qty":"10","price":"419.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224046","line":"4","part":"HSK63A-ER16-3.00","qty":"6","price":"409.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224046","line":"5","part":"HSK63A-ER16-5.00","qty":"6","price":"410.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224046","line":"6","part":"HSK63A-1000-4.50","qty":"2","price":"363.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224046","line":"7","part":"HSK63A-1250-4.50","qty":"2","price":"363.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224046","line":"8","part":"H63A-SF0500-4.72CP","qty":"2","price":"405.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224046","line":"9","part":"H63A-SF0375-4.72CP","qty":"2","price":"418.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224046","line":"10","part":"H63A-SF0250-4.72CP","qty":"2","price":"418.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224046","line":"11","part":"H63A-SF0125-4.72CP","qty":"2","price":"417.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":11}}] 2024-11-12 21:19:59.249 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224046-11122024211959.txt === {"quote":"224046","customer":"13712TA","name":null,"customerName":"Morris Midwest (WI-TA)","comp":"01","open":"0","shipto":"CDEGIKKL","shiptoName":"Morris Midwest, LLC.","entry_date":"11-06-2024","cust_order_date":"11-06-2024","req_date":"02-22-2025","cust_po":"","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"William Schroeder","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"13:00","extra":"","follow_up":"11-12-2024","web_id":"","follow_name":"William Schroeder","follow_phone":"","follow_email":"wschroerder@morrismidwest.com","pic_user":"joshuav","total_amt":"8558.10","total_gp":"4488.97","total_gpm":"52.45","rev_type":"STD","mod_date":"11-12-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"37","win_pct":"20","clo_date":"02-15-2025","notes":[{"comp":"1","quote":"224046","line":"0","data":"11-06-2024 13:08 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224046,"Line":0,"Comment":"11/12/2024 9:19 PM - joshuav - Req Date change from 12/18/2024 to 2/22/2025 (Req Date Updated)"},{"comp":1,"quote":224046,"Line":1,"Comment":"11/12/2024 9:19 PM - joshuav - CLO changed from 12/6/2024 to 2/15/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224046","line":"1","part":"HSK63A-SM0750-3.00CP","qty":"2","price":"254.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224046","line":"2","part":"HSK63A-SM0750-5.00CP","qty":"1","price":"261.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224046","line":"3","part":"HSK63A-ER32-4.00","qty":"10","price":"419.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224046","line":"4","part":"HSK63A-ER16-3.00","qty":"6","price":"409.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224046","line":"5","part":"HSK63A-ER16-5.00","qty":"6","price":"410.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224046","line":"6","part":"HSK63A-1000-4.50","qty":"2","price":"363.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224046","line":"7","part":"HSK63A-1250-4.50","qty":"2","price":"363.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224046","line":"8","part":"H63A-SF0500-4.72CP","qty":"2","price":"405.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224046","line":"9","part":"H63A-SF0375-4.72CP","qty":"2","price":"418.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224046","line":"10","part":"H63A-SF0250-4.72CP","qty":"2","price":"418.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224046","line":"11","part":"H63A-SF0125-4.72CP","qty":"2","price":"417.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":11}}] 2024-11-12 21:20:05.969 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224046-11122024212005.txt === {"quote":"224046","customer":"13712TA","name":null,"customerName":"Morris Midwest (WI-TA)","comp":"01","open":"0","shipto":"CDEGIKKL","shiptoName":"Morris Midwest, LLC.","entry_date":"11-06-2024","cust_order_date":"11-06-2024","req_date":"02-22-2025","cust_po":"","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"William Schroeder","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"13:00","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"William Schroeder","follow_phone":"","follow_email":"wschroerder@morrismidwest.com","pic_user":"joshuav","total_amt":"8558.10","total_gp":"4488.97","total_gpm":"52.45","rev_type":"STD","mod_date":"11-12-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"37","win_pct":"20","clo_date":"02-15-2025","notes":[{"comp":"1","quote":"224046","line":"0","data":"11-06-2024 13:08 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224046,"Line":0,"Comment":"11/12/2024 9:19 PM - joshuav - Req Date change from 12/18/2024 to 2/22/2025 (Req Date Updated)"},{"comp":1,"quote":224046,"Line":1,"Comment":"11/12/2024 9:19 PM - joshuav - CLO changed from 12/6/2024 to 2/15/2025 (CLO Date Updated)"},{"comp":1,"quote":224046,"Line":2,"Comment":"11/12/2024 9:20 PM - joshuav - F/U Changed from 11/12/2024 to 12/14/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224046","line":"1","part":"HSK63A-SM0750-3.00CP","qty":"2","price":"254.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224046","line":"2","part":"HSK63A-SM0750-5.00CP","qty":"1","price":"261.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224046","line":"3","part":"HSK63A-ER32-4.00","qty":"10","price":"419.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224046","line":"4","part":"HSK63A-ER16-3.00","qty":"6","price":"409.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224046","line":"5","part":"HSK63A-ER16-5.00","qty":"6","price":"410.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224046","line":"6","part":"HSK63A-1000-4.50","qty":"2","price":"363.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224046","line":"7","part":"HSK63A-1250-4.50","qty":"2","price":"363.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224046","line":"8","part":"H63A-SF0500-4.72CP","qty":"2","price":"405.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224046","line":"9","part":"H63A-SF0375-4.72CP","qty":"2","price":"418.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224046","line":"10","part":"H63A-SF0250-4.72CP","qty":"2","price":"418.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224046","line":"11","part":"H63A-SF0125-4.72CP","qty":"2","price":"417.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":11}}] 2024-11-12 21:20:52.576 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-207772-11122024212052.txt === {"quote":"207772","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMSCHIL","shiptoName":"Yamazen, Inc.","entry_date":"11-29-2023","cust_order_date":"11-29-2023","req_date":"01-04-2025","cust_po":"Brother M300X3","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Zak Mishinev","drop_po":"NBT30","status":"0","user":"joshuav","conv_order":"","time":"08:50","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Zak Mishinev","follow_phone":"(248) 946-9187","follow_email":"zakmishinev@yamazen.com","pic_user":"joshuav","total_amt":"33897.13","total_gp":"29379.51","total_gpm":"86.67","rev_type":"STD","mod_date":"11-12-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"155","win_pct":"20","clo_date":"12-28-2024","notes":[{"comp":"1","quote":"207772","line":"1","data":"11-29-2023 09:11 - Discounts Recalculated QS"},{"comp":"1","quote":"207772","line":"0","data":"11-29-2023 09:10 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":207772,"Line":0,"Comment":"12/24/2023 1:51 AM - joshuav - F/U Changed from 12/23/2023 to 1/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":1,"Comment":"01/15/2024 10:46 AM - joshuav - F/U changed from 01/13/2024 to 1/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":2,"Comment":"01/22/2024 1:53 PM - joshuav - F/U changed from 01/20/2024 to 2/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":3,"Comment":"01/22/2024 1:54 PM - joshuav - Encounter has been added"},{"comp":1,"quote":207772,"Line":4,"Comment":"02/20/2024 8:45 AM - joshuav - F/U changed from 02/17/2024 to 3/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":5,"Comment":"03/02/2024 10:52 AM - joshuav - Req Date change from 3/30/2024 to 6/29/2024 (Req Date Updated)"},{"comp":1,"quote":207772,"Line":6,"Comment":"03/02/2024 10:52 AM - joshuav - CLO changed from 3/16/2024 to 6/22/2024 (CLO Date Updated)"},{"comp":1,"quote":207772,"Line":7,"Comment":"03/02/2024 10:52 AM - joshuav - F/U Changed from 3/2/2024 to 3/23/2024 (Follow Up in 3 Weeks)"},{"comp":1,"quote":207772,"Line":8,"Comment":"03/22/2024 7:59 AM - joshuav - F/U Changed from 3/23/2024 to 4/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":9,"Comment":"04/19/2024 11:00 AM - joshuav - F/U changed from 04/20/2024 to 5/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":10,"Comment":"04/19/2024 11:01 AM - joshuav - Customer is bidding on the jobs for these machines, as soon as we hear if they won the bids they will close the deals on machines and tooling."},{"comp":1,"quote":207772,"Line":11,"Comment":"04/19/2024 11:02 AM - joshuav - Encounter has been added"},{"comp":1,"quote":207772,"Line":12,"Comment":"05/20/2024 9:06 AM - joshuav - Req Date changed from 06/29/2024 to 08/31/2024 (Req Date Updated)"},{"comp":1,"quote":207772,"Line":13,"Comment":"05/20/2024 9:06 AM - joshuav - CLO changed from 06/22/2024 to 08/24/2024 (CLO Date Updated)"},{"comp":1,"quote":207772,"Line":14,"Comment":"05/20/2024 9:06 AM - joshuav - F/U changed from 05/25/2024 to 6/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":15,"Comment":"05/20/2024 9:07 AM - joshuav - Encounter has been added"},{"comp":1,"quote":207772,"Line":16,"Comment":"06/28/2024 11:04 AM - joshuav - F/U changed from 06/29/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":17,"Comment":"07/23/2024 1:10 PM - joshuav - F/U changed from 07/27/2024 to 8/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":18,"Comment":"07/31/2024 9:59 AM - joshuav - F/U changed from 08/03/2024 to 8/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":19,"Comment":"07/31/2024 9:59 AM - joshuav - Req Date changed from 08/31/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":207772,"Line":20,"Comment":"07/31/2024 9:59 AM - joshuav - CLO changed from 08/24/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":207772,"Line":21,"Comment":"07/31/2024 9:59 AM - joshuav - F/U changed from 08/17/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":22,"Comment":"08/29/2024 10:36 AM - joshuav - Req Date change from 9/28/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":207772,"Line":23,"Comment":"08/29/2024 10:36 AM - joshuav - CLO changed from 9/21/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":207772,"Line":24,"Comment":"08/29/2024 10:36 AM - joshuav - F/U Changed from 8/31/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":25,"Comment":"09/24/2024 7:38 AM - joshuav - F/U Changed from 9/28/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":26,"Comment":"10/20/2024 8:36 PM - joshuav - F/U Changed from 10/19/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":27,"Comment":"11/12/2024 9:17 PM - joshuav - Req Date change from 11/30/2024 to 1/4/2025 (Req Date Updated)"},{"comp":1,"quote":207772,"Line":28,"Comment":"11/12/2024 9:17 PM - joshuav - CLO changed from 11/23/2024 to 12/28/2024 (CLO Date Updated)"},{"comp":1,"quote":207772,"Line":29,"Comment":"11/12/2024 9:18 PM - joshuav - F/U Changed from 11/9/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":30,"Comment":"11/12/2024 9:20 PM - joshuav - F/U Changed from 11/16/2024 to 11/30/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"207772","line":"1","part":"NBT30-SF0250-3.15CP","qty":"8","price":"380.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"2","part":"NBT30-SF0375-3.15CP","qty":"8","price":"380.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"3","part":"NBT30-SF0500-3.15CP","qty":"8","price":"380.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"5","part":"NB3001-0750-1.19CP","qty":"4","price":"261.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"6","part":"NB3001-1000-1.19CP","qty":"4","price":"291.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"8","part":"ST75-SF0250-6.30","qty":"8","price":"189.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"9","part":"ST75-SF0375-6.30","qty":"8","price":"189.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"10","part":"ST75-SF0500-6.30","qty":"8","price":"189.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"11","part":"NBT30-C3/4-70","qty":"8","price":"528.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"12","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"14","part":"SPECIAL-TL","qty":"5","price":"340.00","uom":"EA","discount":"0.00","req_date":"12-14 WKS ADA","branch":"1"},{"comp":"01","order":"207772","line":"15","part":"SPECIAL-TL","qty":"10","price":"227.00","uom":"EA","discount":"0.00","req_date":"12-14 WEEKS ADA","branch":"1"},{"comp":"01","order":"207772","line":"17","part":"SPECIAL-TL","qty":"5","price":"340.00","uom":"EA","discount":"0.00","req_date":"12-14 WEEKS ADA","branch":"1"},{"comp":"01","order":"207772","line":"18","part":"SPECIAL-TL","qty":"10","price":"227.00","uom":"EA","discount":"0.00","req_date":"12-14 WEEKS ADA","branch":"1"},{"comp":"01","order":"207772","line":"20","part":"SPECIAL-TL","qty":"5","price":"340.00","uom":"EA","discount":"0.00","req_date":"12-14 WEEKS ADA","branch":"1"},{"comp":"01","order":"207772","line":"21","part":"SPECIAL-TL","qty":"10","price":"227.00","uom":"EA","discount":"0.00","req_date":"12-14 WEEKS ADA","branch":"1"},{"comp":"01","order":"207772","line":"23","part":"SPECIAL-TL","qty":"5","price":"325.00","uom":"EA","discount":"0.00","req_date":"12-14wks ADA","branch":"1"},{"comp":"01","order":"207772","line":"24","part":"SPECIAL-TL","qty":"10","price":"217.00","uom":"EA","discount":"0.00","req_date":"12-14wks ADA","branch":"1"},{"comp":"01","order":"207772","line":"26","part":"SPECIAL-TL","qty":"5","price":"325.00","uom":"EA","discount":"0.00","req_date":"12-14wks ADA","branch":"1"},{"comp":"01","order":"207772","line":"27","part":"SPECIAL-TL","qty":"10","price":"217.00","uom":"EA","discount":"0.00","req_date":"12-14wks ADA","branch":"1"},{"comp":"01","order":"207772","line":"29","part":"SPECIAL-TL","qty":"5","price":"325.00","uom":"EA","discount":"0.00","req_date":"12-14wks ADA","branch":"1"},{"comp":"01","order":"207772","line":"30","part":"SPECIAL-TL","qty":"10","price":"217.00","uom":"EA","discount":"0.00","req_date":"12-14wks ADA","branch":"1"}],"qlines":[{"Quote":"207772","Line":"14","Company":"1","F_Line":"1","Comment":"NBT30-SF0250-6.30CP","Loc":"Y"},{"Quote":"207772","Line":"14","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 �Shrink Fit w/ 6.30gage length","Loc":"Y"},{"Quote":"207772","Line":"14","Company":"1","F_Line":"3","Comment":"pluggage coolant ports","Loc":"Y"},{"Quote":"207772","Line":"14","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"14","Company":"1","F_Line":"5","Comment":"SPECIAL ORDER = NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"14","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISCOUNTS","Loc":"Y"},{"Quote":"207772","Line":"15","Company":"1","F_Line":"1","Comment":"NBT30-SF0250-6.30CP","Loc":"Y"},{"Quote":"207772","Line":"15","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 �Shrink Fit w/ 6.30gage length","Loc":"Y"},{"Quote":"207772","Line":"15","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"15","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"15","Company":"1","F_Line":"5","Comment":"SPECIAL ORDER = NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"15","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISCOUNTS","Loc":"Y"},{"Quote":"207772","Line":"17","Company":"1","F_Line":"1","Comment":"NBT30-SF0375-6.30CP","Loc":"Y"},{"Quote":"207772","Line":"17","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 3/8 Shrink Fit w/ 6.30 gage length","Loc":"Y"},{"Quote":"207772","Line":"17","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"17","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"17","Company":"1","F_Line":"5","Comment":"SPECIAL ORDER = NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"17","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISCOUNTS","Loc":"Y"},{"Quote":"207772","Line":"18","Company":"1","F_Line":"1","Comment":"NBT30-SF0375-6.30CP","Loc":"Y"},{"Quote":"207772","Line":"18","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 3/8 Shrink Fit w/ 6.30 gage length","Loc":"Y"},{"Quote":"207772","Line":"18","Company":"1","F_Line":"3","Comment":"Pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"18","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"18","Company":"1","F_Line":"5","Comment":"SPECIAL ORDER = NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"18","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISCOUNTS","Loc":"Y"},{"Quote":"207772","Line":"20","Company":"1","F_Line":"1","Comment":"NBT30-SF0500-6.30CP","Loc":"Y"},{"Quote":"207772","Line":"20","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 1/2 Shrink Fit w/ 6.30 gage length","Loc":"Y"},{"Quote":"207772","Line":"20","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"20","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"20","Company":"1","F_Line":"5","Comment":"SPECIAL ORDER = NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"20","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISCOUNTS","Loc":"Y"},{"Quote":"207772","Line":"21","Company":"1","F_Line":"1","Comment":"NBT30-SF0500-6.30CP","Loc":"Y"},{"Quote":"207772","Line":"21","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 1/2 Shrink Fit w/ 6.30 gage length","Loc":"Y"},{"Quote":"207772","Line":"21","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"21","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"21","Company":"1","F_Line":"5","Comment":"SPECIAL ORDER = NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"21","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISCOUNTS","Loc":"Y"},{"Quote":"207772","Line":"23","Company":"1","F_Line":"1","Comment":"NBT30-SF0250-6.00CP","Loc":"Y"},{"Quote":"207772","Line":"23","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 1/4 Shrink Fit w/ 6.00 gage length","Loc":"Y"},{"Quote":"207772","Line":"23","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"23","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"23","Company":"1","F_Line":"5","Comment":"Special order - NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"23","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISOCUNTS","Loc":"Y"},{"Quote":"207772","Line":"24","Company":"1","F_Line":"1","Comment":"NBT30-SF0250-6.00CP","Loc":"Y"},{"Quote":"207772","Line":"24","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 1/4 Shrink Fit w/ 6.00 gage length","Loc":"Y"},{"Quote":"207772","Line":"24","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"24","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"24","Company":"1","F_Line":"5","Comment":"Special order - NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"24","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISOCUNTS","Loc":"Y"},{"Quote":"207772","Line":"26","Company":"1","F_Line":"1","Comment":"NBT30-SF0375-6.00CP","Loc":"Y"},{"Quote":"207772","Line":"26","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 3/8 Shrink Fit w/ 6.00 gage length","Loc":"Y"},{"Quote":"207772","Line":"26","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"26","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"26","Company":"1","F_Line":"5","Comment":"Special order - NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"26","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISOCUNTS","Loc":"Y"},{"Quote":"207772","Line":"27","Company":"1","F_Line":"1","Comment":"NBT30-SF0375-6.00CP","Loc":"Y"},{"Quote":"207772","Line":"27","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 3/8 Shrink Fit w/ 6.00 gage length","Loc":"Y"},{"Quote":"207772","Line":"27","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"27","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"27","Company":"1","F_Line":"5","Comment":"Special order - NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"27","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISOCUNTS","Loc":"Y"},{"Quote":"207772","Line":"29","Company":"1","F_Line":"1","Comment":"NBT30-SF0500-6.00CP","Loc":"Y"},{"Quote":"207772","Line":"29","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 1/2 Shrink Fit w/ 6.00 gage length","Loc":"Y"},{"Quote":"207772","Line":"29","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"29","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"29","Company":"1","F_Line":"5","Comment":"Special order - NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"29","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISOCUNTS","Loc":"Y"},{"Quote":"207772","Line":"30","Company":"1","F_Line":"1","Comment":"NBT30-SF0500-6.00CP","Loc":"Y"},{"Quote":"207772","Line":"30","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 1/2 Shrink Fit w/ 6.00 gage length","Loc":"Y"},{"Quote":"207772","Line":"30","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"30","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"30","Company":"1","F_Line":"5","Comment":"Special order - NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"30","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISOCUNTS","Loc":"Y"}],"qcomms":[{"Quote":"207772","Line":"0","Comment":"Lines 14-30:"},{"Quote":"207772","Line":"1","Comment":"These are non-standard stock items and considered"},{"Quote":"207772","Line":"2","Comment":"specials. Once a PO has been issued these items"},{"Quote":"207772","Line":"3","Comment":"cannot be cancelled or returned. Net Price quoted"},{"Quote":"207772","Line":"4","Comment":"for these lines no further discounts"}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":22}}] 2024-11-12 21:54:47.130 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.2385315629054, -87.9969237494345, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.2385315629054, -87.9969237494345, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1682743 second/s. 2024-11-12 21:55:11.550 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.2385315629054, -87.9969237494345, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.2385315629054, -87.9969237494345, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 10 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3405232 second/s. 2024-11-12 22:12:33.761 [INFO] In session is user: ericy 2024-11-12 22:47:18.752 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(37.9914097627979, -84.4007657189708, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(37.9914097627979, -84.4007657189708, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1664471 second/s. 2024-11-12 23:06:37.338 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(29.6522407457015, -82.3374733875785, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(29.6522407457015, -82.3374733875785, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2036821 second/s. 2024-11-13 06:05:30.781 [INFO] In session is user: mattm 2024-11-13 06:06:09.695 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223639-11132024060609.txt === {"quote":"223639","customer":"4550","name":null,"customerName":"DGI Supply a DoAll Company","comp":"01","open":"0","shipto":"HOGGE","shiptoName":"Hogge Precision Parts","entry_date":"10-29-2024","cust_order_date":"10-29-2024","req_date":"12-31-2024","cust_po":"CAT40 Taper+ tooling","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Dave Wheeler","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"12:20","extra":"","follow_up":"11-11-2024","web_id":"","follow_name":"Dave Wheeler","follow_phone":"","follow_email":"dwheeler@dgisupply.com","pic_user":"mattm","total_amt":"34015.96","total_gp":"21272.89","total_gpm":"62.54","rev_type":"STD","mod_date":"11-13-2024","mod_time":null,"mod_user":"mattm","reason":"","totalQty":"129","win_pct":"20","clo_date":"11-21-2024","notes":[{"comp":"1","quote":"223639","line":"2","data":"10-29-2024 12:32 - Discounts Recalculated QS"},{"comp":"1","quote":"223639","line":"1","data":"with the EU on this first before we send the quote"},{"comp":"1","quote":"223639","line":"0","data":"10-31-2024 09:38-alyssah Matt is visiting"}],"crmnotes":[{"comp":1,"quote":223639,"Line":0,"Comment":"11/01/2024 12:36 PM - mattm - Encounter has been added"},{"comp":1,"quote":223639,"Line":1,"Comment":"11/01/2024 10:45 PM - mattm - Encounter has been added"},{"comp":1,"quote":223639,"Line":2,"Comment":"11/01/2024 10:46 PM - mattm - Encounter has been added"},{"comp":1,"quote":223639,"Line":3,"Comment":"11/01/2024 10:48 PM - mattm - Encounter has been added"},{"comp":1,"quote":223639,"Line":4,"Comment":"11/01/2024 10:50 PM - mattm - Encounter has been added"},{"comp":1,"quote":223639,"Line":5,"Comment":"11/13/2024 7:06 AM - mattm - Req Date change from 12/10/2024 to 12/31/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223639","line":"1","part":"NC4006-1500-4.50CP","qty":"4","price":"363.00","uom":"EA","discount":"46.00","req_date":"March","branch":"1"},{"comp":"01","order":"223639","line":"2","part":"NC4006-1250-4.00CP","qty":"4","price":"275.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223639","line":"3","part":"NC4006-1000-2.00","qty":"6","price":"221.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223639","line":"4","part":"NC4006-0750-3.00CP","qty":"10","price":"268.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223639","line":"5","part":"NC4006-0625-3.00CP","qty":"10","price":"218.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223639","line":"6","part":"NC4006-0500-2.50CP","qty":"10","price":"268.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223639","line":"8","part":"NCAT40-C3/4-70U-IDU","qty":"5","price":"562.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223639","line":"11","part":"NC4007-0016-2.25G","qty":"8","price":"311.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223639","line":"12","part":"NC4007-0016-3.50G","qty":"8","price":"322.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223639","line":"13","part":"NC4007-0020-2.50G","qty":"15","price":"319.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223639","line":"14","part":"NC4007-0020-4.00G","qty":"15","price":"311.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223639","line":"15","part":"NC4007-0032-3.13G","qty":"8","price":"322.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223639","line":"16","part":"NC4007-0032-5.00G","qty":"8","price":"357.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223639","line":"17","part":"E16-SET-09-MM","qty":"6","price":"382.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223639","line":"18","part":"E20-SET-17(C)-MM","qty":"6","price":"1513.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223639","line":"19","part":"E32-SET-21(C)-MM","qty":"6","price":"2016.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":16}}] 2024-11-13 06:06:26.405 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223639-11132024060626.txt === {"quote":"223639","customer":"4550","name":null,"customerName":"DGI Supply a DoAll Company","comp":"01","open":"0","shipto":"HOGGE","shiptoName":"Hogge Precision Parts","entry_date":"10-29-2024","cust_order_date":"10-29-2024","req_date":"12-31-2024","cust_po":"CAT40 Taper+ tooling","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Dave Wheeler","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"12:20","extra":"","follow_up":"11-11-2024","web_id":"","follow_name":"Dave Wheeler","follow_phone":"","follow_email":"dwheeler@dgisupply.com","pic_user":"mattm","total_amt":"34015.96","total_gp":"21272.89","total_gpm":"62.54","rev_type":"STD","mod_date":"11-13-2024","mod_time":null,"mod_user":"mattm","reason":"","totalQty":"129","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"223639","line":"2","data":"10-29-2024 12:32 - Discounts Recalculated QS"},{"comp":"1","quote":"223639","line":"1","data":"with the EU on this first before we send the quote"},{"comp":"1","quote":"223639","line":"0","data":"10-31-2024 09:38-alyssah Matt is visiting"}],"crmnotes":[{"comp":1,"quote":223639,"Line":0,"Comment":"11/01/2024 12:36 PM - mattm - Encounter has been added"},{"comp":1,"quote":223639,"Line":1,"Comment":"11/01/2024 10:45 PM - mattm - Encounter has been added"},{"comp":1,"quote":223639,"Line":2,"Comment":"11/01/2024 10:46 PM - mattm - Encounter has been added"},{"comp":1,"quote":223639,"Line":3,"Comment":"11/01/2024 10:48 PM - mattm - Encounter has been added"},{"comp":1,"quote":223639,"Line":4,"Comment":"11/01/2024 10:50 PM - mattm - Encounter has been added"},{"comp":1,"quote":223639,"Line":5,"Comment":"11/13/2024 7:06 AM - mattm - Req Date change from 12/10/2024 to 12/31/2024 (Req Date Updated)"},{"comp":1,"quote":223639,"Line":6,"Comment":"11/13/2024 7:06 AM - mattm - CLO changed from 11/21/2024 to 12/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223639","line":"1","part":"NC4006-1500-4.50CP","qty":"4","price":"363.00","uom":"EA","discount":"46.00","req_date":"March","branch":"1"},{"comp":"01","order":"223639","line":"2","part":"NC4006-1250-4.00CP","qty":"4","price":"275.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223639","line":"3","part":"NC4006-1000-2.00","qty":"6","price":"221.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223639","line":"4","part":"NC4006-0750-3.00CP","qty":"10","price":"268.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223639","line":"5","part":"NC4006-0625-3.00CP","qty":"10","price":"218.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223639","line":"6","part":"NC4006-0500-2.50CP","qty":"10","price":"268.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223639","line":"8","part":"NCAT40-C3/4-70U-IDU","qty":"5","price":"562.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223639","line":"11","part":"NC4007-0016-2.25G","qty":"8","price":"311.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223639","line":"12","part":"NC4007-0016-3.50G","qty":"8","price":"322.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223639","line":"13","part":"NC4007-0020-2.50G","qty":"15","price":"319.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223639","line":"14","part":"NC4007-0020-4.00G","qty":"15","price":"311.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223639","line":"15","part":"NC4007-0032-3.13G","qty":"8","price":"322.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223639","line":"16","part":"NC4007-0032-5.00G","qty":"8","price":"357.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223639","line":"17","part":"E16-SET-09-MM","qty":"6","price":"382.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223639","line":"18","part":"E20-SET-17(C)-MM","qty":"6","price":"1513.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223639","line":"19","part":"E32-SET-21(C)-MM","qty":"6","price":"2016.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":16}}] 2024-11-13 06:06:38.820 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223639-11132024060638.txt === {"quote":"223639","customer":"4550","name":null,"customerName":"DGI Supply a DoAll Company","comp":"01","open":"0","shipto":"HOGGE","shiptoName":"Hogge Precision Parts","entry_date":"10-29-2024","cust_order_date":"10-29-2024","req_date":"12-31-2024","cust_po":"CAT40 Taper+ tooling","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Dave Wheeler","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"12:20","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Dave Wheeler","follow_phone":"","follow_email":"dwheeler@dgisupply.com","pic_user":"mattm","total_amt":"34015.96","total_gp":"21272.89","total_gpm":"62.54","rev_type":"STD","mod_date":"11-13-2024","mod_time":null,"mod_user":"mattm","reason":"","totalQty":"129","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"223639","line":"2","data":"10-29-2024 12:32 - Discounts Recalculated QS"},{"comp":"1","quote":"223639","line":"1","data":"with the EU on this first before we send the quote"},{"comp":"1","quote":"223639","line":"0","data":"10-31-2024 09:38-alyssah Matt is visiting"}],"crmnotes":[{"comp":1,"quote":223639,"Line":0,"Comment":"11/01/2024 12:36 PM - mattm - Encounter has been added"},{"comp":1,"quote":223639,"Line":1,"Comment":"11/01/2024 10:45 PM - mattm - Encounter has been added"},{"comp":1,"quote":223639,"Line":2,"Comment":"11/01/2024 10:46 PM - mattm - Encounter has been added"},{"comp":1,"quote":223639,"Line":3,"Comment":"11/01/2024 10:48 PM - mattm - Encounter has been added"},{"comp":1,"quote":223639,"Line":4,"Comment":"11/01/2024 10:50 PM - mattm - Encounter has been added"},{"comp":1,"quote":223639,"Line":5,"Comment":"11/13/2024 7:06 AM - mattm - Req Date change from 12/10/2024 to 12/31/2024 (Req Date Updated)"},{"comp":1,"quote":223639,"Line":6,"Comment":"11/13/2024 7:06 AM - mattm - CLO changed from 11/21/2024 to 12/14/2024 (CLO Date Updated)"},{"comp":1,"quote":223639,"Line":7,"Comment":"11/13/2024 7:06 AM - mattm - F/U Changed from 11/11/2024 to 12/14/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223639","line":"1","part":"NC4006-1500-4.50CP","qty":"4","price":"363.00","uom":"EA","discount":"46.00","req_date":"March","branch":"1"},{"comp":"01","order":"223639","line":"2","part":"NC4006-1250-4.00CP","qty":"4","price":"275.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223639","line":"3","part":"NC4006-1000-2.00","qty":"6","price":"221.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223639","line":"4","part":"NC4006-0750-3.00CP","qty":"10","price":"268.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223639","line":"5","part":"NC4006-0625-3.00CP","qty":"10","price":"218.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223639","line":"6","part":"NC4006-0500-2.50CP","qty":"10","price":"268.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223639","line":"8","part":"NCAT40-C3/4-70U-IDU","qty":"5","price":"562.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223639","line":"11","part":"NC4007-0016-2.25G","qty":"8","price":"311.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223639","line":"12","part":"NC4007-0016-3.50G","qty":"8","price":"322.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223639","line":"13","part":"NC4007-0020-2.50G","qty":"15","price":"319.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223639","line":"14","part":"NC4007-0020-4.00G","qty":"15","price":"311.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223639","line":"15","part":"NC4007-0032-3.13G","qty":"8","price":"322.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223639","line":"16","part":"NC4007-0032-5.00G","qty":"8","price":"357.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223639","line":"17","part":"E16-SET-09-MM","qty":"6","price":"382.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223639","line":"18","part":"E20-SET-17(C)-MM","qty":"6","price":"1513.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223639","line":"19","part":"E32-SET-21(C)-MM","qty":"6","price":"2016.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":16}}] 2024-11-13 06:06:54.596 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223799-11132024060654.txt === {"quote":"223799","customer":"4550","name":null,"customerName":"DGI Supply a DoAll Company","comp":"01","open":"0","shipto":"HOGGE","shiptoName":"Hogge Precision Parts","entry_date":"10-31-2024","cust_order_date":"11-12-2024","req_date":"12-31-2024","cust_po":"MATS NCAT40","terms_code":"N30","ship_via":"TRK","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Dave Wheller","drop_po":"","status":"0","user":"karynm","conv_order":"","time":"15:49","extra":"","follow_up":"11-12-2024","web_id":"","follow_name":"Dave Wheller","follow_phone":"","follow_email":"dwheeler@dgisupply.com","pic_user":"mattm","total_amt":"66972.57","total_gp":"44468.77","total_gpm":"66.40","rev_type":"STD","mod_date":"11-13-2024","mod_time":null,"mod_user":"mattm","reason":"","totalQty":"354","win_pct":"20","clo_date":"11-12-2024","notes":[{"comp":"1","quote":"223799","line":"4","data":"10-31-2024 16:15 - Discounts Recalculated QS"},{"comp":"1","quote":"223799","line":"3","data":"some EMH and added accessories"},{"comp":"1","quote":"223799","line":"2","data":"Matt had him try torque test, giving opts in"},{"comp":"1","quote":"223799","line":"1","data":"dup of 223633 because it was locked"},{"comp":"1","quote":"223799","line":"0","data":"10-31-2024 15:50-karynm for Matt M"}],"crmnotes":[{"comp":1,"quote":223799,"Line":0,"Comment":"11/13/2024 7:06 AM - mattm - Req Date change from 11/23/2024 to 12/31/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223799","line":"1","part":"C40-1500-MATS-EU","qty":"100","price":"40.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"4","part":"NC4006-1500-4.50CP","qty":"4","price":"363.00","uom":"EA","discount":"46.00","req_date":"MID NOV","branch":"1"},{"comp":"01","order":"223799","line":"5","part":"NC4006-1250-4.00CP","qty":"4","price":"275.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"8","part":"NCAT40-C1-85U-IDU","qty":"6","price":"584.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"9","part":"NCAT40-C3/4-85U-IDU","qty":"10","price":"565.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"10","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"11","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"14","part":"NCAT40-SK16C-90U-IDU","qty":"10","price":"442.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"15","part":"SK16-5/8A","qty":"10","price":"82.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"16","part":"NCAT40-SK16C-90U-IDU","qty":"10","price":"442.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"17","part":"SK16-1/2A","qty":"10","price":"82.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"18","part":"NCAT40-SK16C-90U-IDU","qty":"10","price":"442.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"19","part":"SK16-3/8A","qty":"10","price":"82.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"20","part":"NCAT40-SK16C-90U-IDU","qty":"8","price":"442.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"21","part":"SK16-1/4A","qty":"8","price":"82.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"22","part":"NCAT40-SK16C-90U-IDU","qty":"4","price":"442.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"23","part":"SK16-6AC","qty":"4","price":"180.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"24","part":"NCAT40-SK16C-90U-IDU","qty":"4","price":"442.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"25","part":"SK16-8AC","qty":"4","price":"180.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"26","part":"NCAT40-SK16C-90U-IDU","qty":"4","price":"442.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"27","part":"SK16-10AC","qty":"4","price":"109.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"28","part":"NCAT40-SK16C-90U-IDU","qty":"4","price":"442.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"29","part":"SK16-12AC","qty":"4","price":"109.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"30","part":"NCAT40-SK16C-90U-IDU","qty":"4","price":"442.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"31","part":"SK16-14AC","qty":"4","price":"109.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"32","part":"TQW-150","qty":"1","price":"331.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"33","part":"TQW-SK16(45)","qty":"1","price":"106.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"36","part":"NC4007-0016-2.25G","qty":"8","price":"311.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"37","part":"NC4007-0016-3.50G","qty":"8","price":"322.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"38","part":"NC4007-0020-2.50G","qty":"15","price":"319.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"39","part":"NC4007-0020-4.00G","qty":"15","price":"311.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"40","part":"NC4007-0032-3.13G","qty":"8","price":"322.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"41","part":"NC4007-0032-5.00G","qty":"8","price":"357.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"42","part":"TQW-E16-G","qty":"1","price":"140.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"43","part":"TQW-E20-G","qty":"1","price":"140.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"44","part":"TQW-E32-G","qty":"1","price":"153.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"47","part":"E16-SET-09-MM","qty":"6","price":"382.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"48","part":"E16-SET-13(C)-MM","qty":"6","price":"923.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"49","part":"E20-SET-11-MM","qty":"6","price":"583.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"50","part":"E20-SET-17(C)-MM","qty":"6","price":"1513.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"51","part":"E32-SET-18-MM","qty":"6","price":"936.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"52","part":"E32-SET-21(C)-MM","qty":"6","price":"2016.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"55","part":"NCL-ICAT40","qty":"1","price":"255.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"56","part":"RACK-180DA/SK16/ER25","qty":"1","price":"56.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"57","part":"RACK-ER16/SK10","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"58","part":"RACK-ER20/1TAP","qty":"1","price":"61.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"59","part":"RACK-ER32/2TAP","qty":"1","price":"68.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"63","part":"NC4006-1000-2.00","qty":"1","price":"221.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"64","part":"NC4006-0750-3.00CP","qty":"1","price":"268.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"65","part":"NC4006-0625-3.00CP","qty":"1","price":"218.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"66","part":"NC4006-0500-2.50CP","qty":"1","price":"268.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"223799","Line":"4","Company":"1","F_Line":"1","Comment":"only avail 4.5 gl","Loc":"Y"},{"Quote":"223799","Line":"5","Company":"1","F_Line":"1","Comment":"only avail 4 gl","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":51}}] 2024-11-13 06:07:08.565 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223799-11132024060708.txt === {"quote":"223799","customer":"4550","name":null,"customerName":"DGI Supply a DoAll Company","comp":"01","open":"0","shipto":"HOGGE","shiptoName":"Hogge Precision Parts","entry_date":"10-31-2024","cust_order_date":"11-12-2024","req_date":"12-31-2024","cust_po":"MATS NCAT40","terms_code":"N30","ship_via":"TRK","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Dave Wheller","drop_po":"","status":"0","user":"karynm","conv_order":"","time":"15:49","extra":"","follow_up":"11-12-2024","web_id":"","follow_name":"Dave Wheller","follow_phone":"","follow_email":"dwheeler@dgisupply.com","pic_user":"mattm","total_amt":"66972.57","total_gp":"44468.77","total_gpm":"66.40","rev_type":"STD","mod_date":"11-13-2024","mod_time":null,"mod_user":"mattm","reason":"","totalQty":"354","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"223799","line":"4","data":"10-31-2024 16:15 - Discounts Recalculated QS"},{"comp":"1","quote":"223799","line":"3","data":"some EMH and added accessories"},{"comp":"1","quote":"223799","line":"2","data":"Matt had him try torque test, giving opts in"},{"comp":"1","quote":"223799","line":"1","data":"dup of 223633 because it was locked"},{"comp":"1","quote":"223799","line":"0","data":"10-31-2024 15:50-karynm for Matt M"}],"crmnotes":[{"comp":1,"quote":223799,"Line":0,"Comment":"11/13/2024 7:06 AM - mattm - Req Date change from 11/23/2024 to 12/31/2024 (Req Date Updated)"},{"comp":1,"quote":223799,"Line":1,"Comment":"11/13/2024 7:07 AM - mattm - CLO changed from 11/12/2024 to 12/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223799","line":"1","part":"C40-1500-MATS-EU","qty":"100","price":"40.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"4","part":"NC4006-1500-4.50CP","qty":"4","price":"363.00","uom":"EA","discount":"46.00","req_date":"MID NOV","branch":"1"},{"comp":"01","order":"223799","line":"5","part":"NC4006-1250-4.00CP","qty":"4","price":"275.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"8","part":"NCAT40-C1-85U-IDU","qty":"6","price":"584.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"9","part":"NCAT40-C3/4-85U-IDU","qty":"10","price":"565.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"10","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"11","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"14","part":"NCAT40-SK16C-90U-IDU","qty":"10","price":"442.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"15","part":"SK16-5/8A","qty":"10","price":"82.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"16","part":"NCAT40-SK16C-90U-IDU","qty":"10","price":"442.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"17","part":"SK16-1/2A","qty":"10","price":"82.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"18","part":"NCAT40-SK16C-90U-IDU","qty":"10","price":"442.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"19","part":"SK16-3/8A","qty":"10","price":"82.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"20","part":"NCAT40-SK16C-90U-IDU","qty":"8","price":"442.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"21","part":"SK16-1/4A","qty":"8","price":"82.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"22","part":"NCAT40-SK16C-90U-IDU","qty":"4","price":"442.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"23","part":"SK16-6AC","qty":"4","price":"180.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"24","part":"NCAT40-SK16C-90U-IDU","qty":"4","price":"442.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"25","part":"SK16-8AC","qty":"4","price":"180.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"26","part":"NCAT40-SK16C-90U-IDU","qty":"4","price":"442.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"27","part":"SK16-10AC","qty":"4","price":"109.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"28","part":"NCAT40-SK16C-90U-IDU","qty":"4","price":"442.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"29","part":"SK16-12AC","qty":"4","price":"109.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"30","part":"NCAT40-SK16C-90U-IDU","qty":"4","price":"442.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"31","part":"SK16-14AC","qty":"4","price":"109.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"32","part":"TQW-150","qty":"1","price":"331.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"33","part":"TQW-SK16(45)","qty":"1","price":"106.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"36","part":"NC4007-0016-2.25G","qty":"8","price":"311.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"37","part":"NC4007-0016-3.50G","qty":"8","price":"322.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"38","part":"NC4007-0020-2.50G","qty":"15","price":"319.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"39","part":"NC4007-0020-4.00G","qty":"15","price":"311.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"40","part":"NC4007-0032-3.13G","qty":"8","price":"322.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"41","part":"NC4007-0032-5.00G","qty":"8","price":"357.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"42","part":"TQW-E16-G","qty":"1","price":"140.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"43","part":"TQW-E20-G","qty":"1","price":"140.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"44","part":"TQW-E32-G","qty":"1","price":"153.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"47","part":"E16-SET-09-MM","qty":"6","price":"382.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"48","part":"E16-SET-13(C)-MM","qty":"6","price":"923.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"49","part":"E20-SET-11-MM","qty":"6","price":"583.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"50","part":"E20-SET-17(C)-MM","qty":"6","price":"1513.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"51","part":"E32-SET-18-MM","qty":"6","price":"936.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"52","part":"E32-SET-21(C)-MM","qty":"6","price":"2016.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"55","part":"NCL-ICAT40","qty":"1","price":"255.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"56","part":"RACK-180DA/SK16/ER25","qty":"1","price":"56.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"57","part":"RACK-ER16/SK10","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"58","part":"RACK-ER20/1TAP","qty":"1","price":"61.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"59","part":"RACK-ER32/2TAP","qty":"1","price":"68.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"63","part":"NC4006-1000-2.00","qty":"1","price":"221.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"64","part":"NC4006-0750-3.00CP","qty":"1","price":"268.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"65","part":"NC4006-0625-3.00CP","qty":"1","price":"218.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"66","part":"NC4006-0500-2.50CP","qty":"1","price":"268.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"223799","Line":"4","Company":"1","F_Line":"1","Comment":"only avail 4.5 gl","Loc":"Y"},{"Quote":"223799","Line":"5","Company":"1","F_Line":"1","Comment":"only avail 4 gl","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":51}}] 2024-11-13 06:07:21.735 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223799-11132024060721.txt === {"quote":"223799","customer":"4550","name":null,"customerName":"DGI Supply a DoAll Company","comp":"01","open":"0","shipto":"HOGGE","shiptoName":"Hogge Precision Parts","entry_date":"10-31-2024","cust_order_date":"11-12-2024","req_date":"12-31-2024","cust_po":"MATS NCAT40","terms_code":"N30","ship_via":"TRK","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Dave Wheller","drop_po":"","status":"0","user":"karynm","conv_order":"","time":"15:49","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Dave Wheller","follow_phone":"","follow_email":"dwheeler@dgisupply.com","pic_user":"mattm","total_amt":"66972.57","total_gp":"44468.77","total_gpm":"66.40","rev_type":"STD","mod_date":"11-13-2024","mod_time":null,"mod_user":"mattm","reason":"","totalQty":"354","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"223799","line":"4","data":"10-31-2024 16:15 - Discounts Recalculated QS"},{"comp":"1","quote":"223799","line":"3","data":"some EMH and added accessories"},{"comp":"1","quote":"223799","line":"2","data":"Matt had him try torque test, giving opts in"},{"comp":"1","quote":"223799","line":"1","data":"dup of 223633 because it was locked"},{"comp":"1","quote":"223799","line":"0","data":"10-31-2024 15:50-karynm for Matt M"}],"crmnotes":[{"comp":1,"quote":223799,"Line":0,"Comment":"11/13/2024 7:06 AM - mattm - Req Date change from 11/23/2024 to 12/31/2024 (Req Date Updated)"},{"comp":1,"quote":223799,"Line":1,"Comment":"11/13/2024 7:07 AM - mattm - CLO changed from 11/12/2024 to 12/14/2024 (CLO Date Updated)"},{"comp":1,"quote":223799,"Line":2,"Comment":"11/13/2024 7:07 AM - mattm - F/U Changed from 11/12/2024 to 12/14/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223799","line":"1","part":"C40-1500-MATS-EU","qty":"100","price":"40.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"4","part":"NC4006-1500-4.50CP","qty":"4","price":"363.00","uom":"EA","discount":"46.00","req_date":"MID NOV","branch":"1"},{"comp":"01","order":"223799","line":"5","part":"NC4006-1250-4.00CP","qty":"4","price":"275.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"8","part":"NCAT40-C1-85U-IDU","qty":"6","price":"584.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"9","part":"NCAT40-C3/4-85U-IDU","qty":"10","price":"565.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"10","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"11","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"14","part":"NCAT40-SK16C-90U-IDU","qty":"10","price":"442.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"15","part":"SK16-5/8A","qty":"10","price":"82.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"16","part":"NCAT40-SK16C-90U-IDU","qty":"10","price":"442.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"17","part":"SK16-1/2A","qty":"10","price":"82.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"18","part":"NCAT40-SK16C-90U-IDU","qty":"10","price":"442.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"19","part":"SK16-3/8A","qty":"10","price":"82.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"20","part":"NCAT40-SK16C-90U-IDU","qty":"8","price":"442.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"21","part":"SK16-1/4A","qty":"8","price":"82.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"22","part":"NCAT40-SK16C-90U-IDU","qty":"4","price":"442.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"23","part":"SK16-6AC","qty":"4","price":"180.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"24","part":"NCAT40-SK16C-90U-IDU","qty":"4","price":"442.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"25","part":"SK16-8AC","qty":"4","price":"180.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"26","part":"NCAT40-SK16C-90U-IDU","qty":"4","price":"442.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"27","part":"SK16-10AC","qty":"4","price":"109.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"28","part":"NCAT40-SK16C-90U-IDU","qty":"4","price":"442.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"29","part":"SK16-12AC","qty":"4","price":"109.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"30","part":"NCAT40-SK16C-90U-IDU","qty":"4","price":"442.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"31","part":"SK16-14AC","qty":"4","price":"109.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"32","part":"TQW-150","qty":"1","price":"331.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"33","part":"TQW-SK16(45)","qty":"1","price":"106.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"36","part":"NC4007-0016-2.25G","qty":"8","price":"311.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"37","part":"NC4007-0016-3.50G","qty":"8","price":"322.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"38","part":"NC4007-0020-2.50G","qty":"15","price":"319.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"39","part":"NC4007-0020-4.00G","qty":"15","price":"311.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"40","part":"NC4007-0032-3.13G","qty":"8","price":"322.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"41","part":"NC4007-0032-5.00G","qty":"8","price":"357.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"42","part":"TQW-E16-G","qty":"1","price":"140.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"43","part":"TQW-E20-G","qty":"1","price":"140.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"44","part":"TQW-E32-G","qty":"1","price":"153.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"47","part":"E16-SET-09-MM","qty":"6","price":"382.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"48","part":"E16-SET-13(C)-MM","qty":"6","price":"923.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"49","part":"E20-SET-11-MM","qty":"6","price":"583.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"50","part":"E20-SET-17(C)-MM","qty":"6","price":"1513.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"51","part":"E32-SET-18-MM","qty":"6","price":"936.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"52","part":"E32-SET-21(C)-MM","qty":"6","price":"2016.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"55","part":"NCL-ICAT40","qty":"1","price":"255.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"56","part":"RACK-180DA/SK16/ER25","qty":"1","price":"56.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"57","part":"RACK-ER16/SK10","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"58","part":"RACK-ER20/1TAP","qty":"1","price":"61.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"59","part":"RACK-ER32/2TAP","qty":"1","price":"68.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"63","part":"NC4006-1000-2.00","qty":"1","price":"221.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"64","part":"NC4006-0750-3.00CP","qty":"1","price":"268.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"65","part":"NC4006-0625-3.00CP","qty":"1","price":"218.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223799","line":"66","part":"NC4006-0500-2.50CP","qty":"1","price":"268.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"223799","Line":"4","Company":"1","F_Line":"1","Comment":"only avail 4.5 gl","Loc":"Y"},{"Quote":"223799","Line":"5","Company":"1","F_Line":"1","Comment":"only avail 4 gl","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":51}}] 2024-11-13 07:09:27.590 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220614-11132024070927.txt === {"quote":"220614","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"1","shipto":"NOPSUWYA","shiptoName":"PTSolutions - Fort Wayne","entry_date":"08-23-2024","cust_order_date":"10-23-2024","req_date":"11-04-2024","cust_po":"NCAT40-C1.1/4SL-105U-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"TD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Andy Simmons","drop_po":"Randall Bearing","status":"0","user":"danas","conv_order":"","time":"07:27","extra":"","follow_up":"10-05-2024","web_id":"","follow_name":"Andy Simmons","follow_phone":"260-705-9133","follow_email":"asimmons@pts-tools.com","pic_user":"danas","total_amt":"385.44","total_gp":"260.26","total_gpm":"67.52","rev_type":"ADV","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"2","totalQty":"1","win_pct":"20","clo_date":"10-23-2024","notes":[{"comp":"1","quote":"220614","line":"0","data":"08-23-2024 07:28 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"220614","line":"1","part":"NCAT40-C1.1/4SL-105U-IDU","qty":"1","price":"584.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-13 07:13:14.261 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219804-11132024071314.txt === {"quote":"219804","customer":"1095","name":null,"customerName":"Absolute Machine Tools, Inc. (OH)","comp":"01","open":"0","shipto":"ABSONEXT","shiptoName":"Absolute Machine Tools, Inc.","entry_date":"08-07-2024","cust_order_date":"08-07-2024","req_date":"09-28-2024","cust_po":"CAT50U-NX4-192","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"NC","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jim Fink","drop_po":"YouJi HBM-130","status":"0","user":"danas","conv_order":"","time":"06:53","extra":"","follow_up":"10-07-2024","web_id":"","follow_name":"Jim Fink","follow_phone":"440-960-6911","follow_email":"jfink@absolutemachine.com","pic_user":"danas","total_amt":"7517.06","total_gp":"5522.45","total_gpm":"73.47","rev_type":"ADV","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"5","win_pct":"20","clo_date":"12-31-2024","notes":[{"comp":"1","quote":"219804","line":"0","data":"08-07-2024 06:57 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":219804,"Line":0,"Comment":"08/12/2024 12:20 PM - danas - F/U changed from 08/13/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219804,"Line":1,"Comment":"08/12/2024 12:20 PM - danas - CLO changed from 09/07/2024 to 09/28/2024 (CLO Date Updated)"},{"comp":1,"quote":219804,"Line":2,"Comment":"08/12/2024 12:20 PM - danas - Req Date changed from 09/18/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":219804,"Line":3,"Comment":"09/11/2024 2:54 PM - danas - F/U changed from 8/31/2024 to 09/18/2024 (Follow Up In 1 Week)"},{"comp":1,"quote":219804,"Line":4,"Comment":"09/16/2024 8:47 AM - danas - emailed Jim Fink for update"},{"comp":1,"quote":219804,"Line":5,"Comment":"09/16/2024 8:47 AM - danas - F/U changed from 9/18/2024 to 10/07/2024 (Follow Up In 3 Week)"},{"comp":1,"quote":219804,"Line":6,"Comment":"09/16/2024 8:53 AM - danas - Encounter has been added"},{"comp":1,"quote":219804,"Line":7,"Comment":"10/07/2024 8:51 PM - danas - Emailed for update"},{"comp":1,"quote":219804,"Line":8,"Comment":"11/13/2024 8:12 AM - danas - Encounter has been added"},{"comp":1,"quote":219804,"Line":9,"Comment":"11/13/2024 8:13 AM - danas - CLO changed from 09/28/2024 to 12/31/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"219804","line":"1","part":"CAT50U-NX4-192","qty":"1","price":"4619.00","uom":"EA","discount":"25.00","req_date":"4-8 weeks","branch":"1"},{"comp":"01","order":"219804","line":"3","part":"CAT50U-NX5-151","qty":"1","price":"3347.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219804","line":"6","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"2-4W","branch":"1"},{"comp":"01","order":"219804","line":"8","part":"SK16-SET-09-A","qty":"1","price":"738.00","uom":"ST","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219804","line":"9","part":"SK10-SET-05-A","qty":"1","price":"335.00","uom":"ST","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"219804","Line":"6","Company":"1","F_Line":"1","Comment":"Approval drawing required.","Loc":"Y"}],"qcomms":[{"Quote":"219804","Line":"0","Comment":"For You-Ji HBM-130 Boring Mill"},{"Quote":"219804","Line":"1","Comment":"Customer to supply spindle base adapter of"},{"Quote":"219804","Line":"2","Comment":"custom height."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-13 07:13:27.516 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219804-11132024071327.txt === {"quote":"219804","customer":"1095","name":null,"customerName":"Absolute Machine Tools, Inc. (OH)","comp":"01","open":"0","shipto":"ABSONEXT","shiptoName":"Absolute Machine Tools, Inc.","entry_date":"08-07-2024","cust_order_date":"08-07-2024","req_date":"09-28-2024","cust_po":"CAT50U-NX4-192","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"NC","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jim Fink","drop_po":"YouJi HBM-130","status":"0","user":"danas","conv_order":"","time":"06:53","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Jim Fink","follow_phone":"440-960-6911","follow_email":"jfink@absolutemachine.com","pic_user":"danas","total_amt":"7517.06","total_gp":"5522.45","total_gpm":"73.47","rev_type":"ADV","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"5","win_pct":"20","clo_date":"12-31-2024","notes":[{"comp":"1","quote":"219804","line":"0","data":"08-07-2024 06:57 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":219804,"Line":0,"Comment":"08/12/2024 12:20 PM - danas - F/U changed from 08/13/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219804,"Line":1,"Comment":"08/12/2024 12:20 PM - danas - CLO changed from 09/07/2024 to 09/28/2024 (CLO Date Updated)"},{"comp":1,"quote":219804,"Line":2,"Comment":"08/12/2024 12:20 PM - danas - Req Date changed from 09/18/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":219804,"Line":3,"Comment":"09/11/2024 2:54 PM - danas - F/U changed from 8/31/2024 to 09/18/2024 (Follow Up In 1 Week)"},{"comp":1,"quote":219804,"Line":4,"Comment":"09/16/2024 8:47 AM - danas - emailed Jim Fink for update"},{"comp":1,"quote":219804,"Line":5,"Comment":"09/16/2024 8:47 AM - danas - F/U changed from 9/18/2024 to 10/07/2024 (Follow Up In 3 Week)"},{"comp":1,"quote":219804,"Line":6,"Comment":"09/16/2024 8:53 AM - danas - Encounter has been added"},{"comp":1,"quote":219804,"Line":7,"Comment":"10/07/2024 8:51 PM - danas - Emailed for update"},{"comp":1,"quote":219804,"Line":8,"Comment":"11/13/2024 8:12 AM - danas - Encounter has been added"},{"comp":1,"quote":219804,"Line":9,"Comment":"11/13/2024 8:13 AM - danas - CLO changed from 09/28/2024 to 12/31/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"219804","line":"1","part":"CAT50U-NX4-192","qty":"1","price":"4619.00","uom":"EA","discount":"25.00","req_date":"4-8 weeks","branch":"1"},{"comp":"01","order":"219804","line":"3","part":"CAT50U-NX5-151","qty":"1","price":"3347.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219804","line":"6","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"2-4W","branch":"1"},{"comp":"01","order":"219804","line":"8","part":"SK16-SET-09-A","qty":"1","price":"738.00","uom":"ST","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219804","line":"9","part":"SK10-SET-05-A","qty":"1","price":"335.00","uom":"ST","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"219804","Line":"6","Company":"1","F_Line":"1","Comment":"Approval drawing required.","Loc":"Y"}],"qcomms":[{"Quote":"219804","Line":"0","Comment":"For You-Ji HBM-130 Boring Mill"},{"Quote":"219804","Line":"1","Comment":"Customer to supply spindle base adapter of"},{"Quote":"219804","Line":"2","Comment":"custom height."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-13 07:14:02.002 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222271-11132024071401.txt === {"quote":"222271","customer":"20275","name":null,"customerName":"Technical Equipment Sales Co.","comp":"01","open":"1","shipto":"TTXXX","shiptoName":"T&T Machine","entry_date":"09-30-2024","cust_order_date":"09-30-2024","req_date":"11-11-2024","cust_po":"CNC201FA-M","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Matt Pasquino","drop_po":"for Makino PS105 Oi-MF HV","status":"0","user":"danas","conv_order":"","time":"09:32","extra":"","follow_up":"10-13-2024","web_id":"","follow_name":"Matt Pasquino","follow_phone":"","follow_email":"pasquino.matt@gmail.com","pic_user":"danas","total_amt":"26272.90","total_gp":"21117.14","total_gpm":"80.38","rev_type":"RT","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"2","totalQty":"6","win_pct":"20","clo_date":"10-30-2024","notes":[{"comp":"1","quote":"222271","line":"0","data":"09-30-2024 09:35 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222271,"Line":0,"Comment":"11/13/2024 8:13 AM - danas - customer unable to secure financing. dead"}],"items":[{"comp":"01","order":"222271","line":"1","part":"CNC202FA-M","qty":"1","price":"19530.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222271","line":"2","part":"R-7-SP-SET","qty":"1","price":"1217.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222271","line":"3","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"9500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"222271","line":"4","part":"TOOL-CERT","qty":"1","price":"5000.00","uom":"EA","discount":"55.00","req_date":"","branch":"1"},{"comp":"01","order":"222271","line":"5","part":"TOOL-CERT-PROMO","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"222271","line":"6","part":"NOTE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222271","Line":"6","Company":"1","F_Line":"1","Comment":"For Makino PS105 400v drives.","Loc":"Y"},{"Quote":"222271","Line":"6","Company":"1","F_Line":"2","Comment":"Data sheets required for order.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":6}}] 2024-11-13 07:14:21.691 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-217578-11132024071421.txt === {"quote":"217578","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"TMIIALBU","shiptoName":"TMI Inc.","entry_date":"06-14-2024","cust_order_date":"06-14-2024","req_date":"10-31-2024","cust_po":"CAT40-NX5-153","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"TD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Drew Hanus","drop_po":"","status":"0","user":"danas","conv_order":"","time":"15:58","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Drew Hanus","follow_phone":"419-509-5436","follow_email":"drewhanus@yamazen.com","pic_user":"danas","total_amt":"3035.76","total_gp":"2170.13","total_gpm":"71.49","rev_type":"ADV","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"3","win_pct":"20","clo_date":"10-31-2024","notes":[],"crmnotes":[{"comp":1,"quote":217578,"Line":0,"Comment":"06/27/2024 8:13 AM - danas - F/U changed from 6/20/2024 to 07/18/2024 (Follow Up In 3 Week)"},{"comp":1,"quote":217578,"Line":1,"Comment":"07/18/2024 10:43 AM - danas - F/U changed from 07/18/2024 to 8/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217578,"Line":2,"Comment":"07/18/2024 10:45 AM - danas - Encounter has been added"},{"comp":1,"quote":217578,"Line":3,"Comment":"07/18/2024 12:26 PM - danas - CLO changed from 07/14/2024 to 08/30/2024 (CLO Date Updated)"},{"comp":1,"quote":217578,"Line":4,"Comment":"07/18/2024 12:26 PM - danas - Req Date changed from 07/26/2024 to 08/30/2024 (Req Date Updated)"},{"comp":1,"quote":217578,"Line":5,"Comment":"08/12/2024 11:36 AM - danas - CLO changed from 08/30/2024 to 09/28/2024 (CLO Date Updated)"},{"comp":1,"quote":217578,"Line":6,"Comment":"08/12/2024 11:36 AM - danas - Req Date changed from 08/30/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":217578,"Line":7,"Comment":"08/12/2024 11:37 AM - danas - F/U changed from 08/02/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217578,"Line":8,"Comment":"08/12/2024 11:39 AM - danas - Encounter has been added"},{"comp":1,"quote":217578,"Line":9,"Comment":"09/11/2024 2:53 PM - danas - F/U changed from 8/31/2024 to 10/02/2024 (Follow Up In 3 Week)"},{"comp":1,"quote":217578,"Line":10,"Comment":"09/16/2024 10:11 AM - danas - CLO changed from 09/28/2024 to 10/31/2024 (CLO Date Updated)"},{"comp":1,"quote":217578,"Line":11,"Comment":"09/16/2024 10:12 AM - danas - Req Date changed from 09/28/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":217578,"Line":12,"Comment":"10/07/2024 8:55 PM - danas - F/U changed from 10/2/2024 to 10/14/2024 (Follow Up In 1 Week)"}],"items":[{"comp":"01","order":"217578","line":"1","part":"CAT40U-NX5-153","qty":"1","price":"3347.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217578","line":"2","part":"MODIFICATION-PB-BLNK","qty":"1","price":"490.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"217578","line":"3","part":"SK10-1/8A","qty":"1","price":"67.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"217578","Line":"0","Comment":"Wrenches included! 1:5 Speeder"},{"Quote":"217578","Line":"1","Comment":"Recommend qualifying tool clamp force"},{"Quote":"217578","Line":"2","Comment":"Stop block required"}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-13 07:15:14.691 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-217578-11132024071514.txt === {"quote":"217578","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"TMIIALBU","shiptoName":"TMI Inc.","entry_date":"06-14-2024","cust_order_date":"06-14-2024","req_date":"10-31-2024","cust_po":"CAT40-NX5-153","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"TD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Drew Hanus","drop_po":"","status":"0","user":"danas","conv_order":"","time":"15:58","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Drew Hanus","follow_phone":"419-509-5436","follow_email":"drewhanus@yamazen.com","pic_user":"danas","total_amt":"3035.76","total_gp":"2170.13","total_gpm":"71.49","rev_type":"ADV","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-31-2024","notes":[],"crmnotes":[{"comp":1,"quote":217578,"Line":0,"Comment":"06/27/2024 8:13 AM - danas - F/U changed from 6/20/2024 to 07/18/2024 (Follow Up In 3 Week)"},{"comp":1,"quote":217578,"Line":1,"Comment":"07/18/2024 10:43 AM - danas - F/U changed from 07/18/2024 to 8/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217578,"Line":2,"Comment":"07/18/2024 10:45 AM - danas - Encounter has been added"},{"comp":1,"quote":217578,"Line":3,"Comment":"07/18/2024 12:26 PM - danas - CLO changed from 07/14/2024 to 08/30/2024 (CLO Date Updated)"},{"comp":1,"quote":217578,"Line":4,"Comment":"07/18/2024 12:26 PM - danas - Req Date changed from 07/26/2024 to 08/30/2024 (Req Date Updated)"},{"comp":1,"quote":217578,"Line":5,"Comment":"08/12/2024 11:36 AM - danas - CLO changed from 08/30/2024 to 09/28/2024 (CLO Date Updated)"},{"comp":1,"quote":217578,"Line":6,"Comment":"08/12/2024 11:36 AM - danas - Req Date changed from 08/30/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":217578,"Line":7,"Comment":"08/12/2024 11:37 AM - danas - F/U changed from 08/02/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217578,"Line":8,"Comment":"08/12/2024 11:39 AM - danas - Encounter has been added"},{"comp":1,"quote":217578,"Line":9,"Comment":"09/11/2024 2:53 PM - danas - F/U changed from 8/31/2024 to 10/02/2024 (Follow Up In 3 Week)"},{"comp":1,"quote":217578,"Line":10,"Comment":"09/16/2024 10:11 AM - danas - CLO changed from 09/28/2024 to 10/31/2024 (CLO Date Updated)"},{"comp":1,"quote":217578,"Line":11,"Comment":"09/16/2024 10:12 AM - danas - Req Date changed from 09/28/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":217578,"Line":12,"Comment":"10/07/2024 8:55 PM - danas - F/U changed from 10/2/2024 to 10/14/2024 (Follow Up In 1 Week)"},{"comp":1,"quote":217578,"Line":13,"Comment":"11/13/2024 8:14 AM - danas - F/U changed from 10/14/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217578,"Line":14,"Comment":"11/13/2024 8:14 AM - danas - EU visit"},{"comp":1,"quote":217578,"Line":15,"Comment":"11/13/2024 8:15 AM - danas - CLO changed from 10/31/2024 to 12/31/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"217578","line":"1","part":"CAT40U-NX5-153","qty":"1","price":"3347.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217578","line":"2","part":"MODIFICATION-PB-BLNK","qty":"1","price":"490.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"217578","line":"3","part":"SK10-1/8A","qty":"1","price":"67.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"217578","Line":"0","Comment":"Wrenches included! 1:5 Speeder"},{"Quote":"217578","Line":"1","Comment":"Recommend qualifying tool clamp force"},{"Quote":"217578","Line":"2","Comment":"Stop block required"}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-13 07:15:23.022 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-217578-11132024071522.txt === {"quote":"217578","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"TMIIALBU","shiptoName":"TMI Inc.","entry_date":"06-14-2024","cust_order_date":"06-14-2024","req_date":"12-31-2024","cust_po":"CAT40-NX5-153","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"TD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Drew Hanus","drop_po":"","status":"0","user":"danas","conv_order":"","time":"15:58","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Drew Hanus","follow_phone":"419-509-5436","follow_email":"drewhanus@yamazen.com","pic_user":"danas","total_amt":"3035.76","total_gp":"2170.13","total_gpm":"71.49","rev_type":"ADV","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-31-2024","notes":[],"crmnotes":[{"comp":1,"quote":217578,"Line":0,"Comment":"06/27/2024 8:13 AM - danas - F/U changed from 6/20/2024 to 07/18/2024 (Follow Up In 3 Week)"},{"comp":1,"quote":217578,"Line":1,"Comment":"07/18/2024 10:43 AM - danas - F/U changed from 07/18/2024 to 8/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217578,"Line":2,"Comment":"07/18/2024 10:45 AM - danas - Encounter has been added"},{"comp":1,"quote":217578,"Line":3,"Comment":"07/18/2024 12:26 PM - danas - CLO changed from 07/14/2024 to 08/30/2024 (CLO Date Updated)"},{"comp":1,"quote":217578,"Line":4,"Comment":"07/18/2024 12:26 PM - danas - Req Date changed from 07/26/2024 to 08/30/2024 (Req Date Updated)"},{"comp":1,"quote":217578,"Line":5,"Comment":"08/12/2024 11:36 AM - danas - CLO changed from 08/30/2024 to 09/28/2024 (CLO Date Updated)"},{"comp":1,"quote":217578,"Line":6,"Comment":"08/12/2024 11:36 AM - danas - Req Date changed from 08/30/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":217578,"Line":7,"Comment":"08/12/2024 11:37 AM - danas - F/U changed from 08/02/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217578,"Line":8,"Comment":"08/12/2024 11:39 AM - danas - Encounter has been added"},{"comp":1,"quote":217578,"Line":9,"Comment":"09/11/2024 2:53 PM - danas - F/U changed from 8/31/2024 to 10/02/2024 (Follow Up In 3 Week)"},{"comp":1,"quote":217578,"Line":10,"Comment":"09/16/2024 10:11 AM - danas - CLO changed from 09/28/2024 to 10/31/2024 (CLO Date Updated)"},{"comp":1,"quote":217578,"Line":11,"Comment":"09/16/2024 10:12 AM - danas - Req Date changed from 09/28/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":217578,"Line":12,"Comment":"10/07/2024 8:55 PM - danas - F/U changed from 10/2/2024 to 10/14/2024 (Follow Up In 1 Week)"},{"comp":1,"quote":217578,"Line":13,"Comment":"11/13/2024 8:14 AM - danas - F/U changed from 10/14/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217578,"Line":14,"Comment":"11/13/2024 8:14 AM - danas - EU visit"},{"comp":1,"quote":217578,"Line":15,"Comment":"11/13/2024 8:15 AM - danas - CLO changed from 10/31/2024 to 12/31/2024 (CLO Date Updated)"},{"comp":1,"quote":217578,"Line":16,"Comment":"11/13/2024 8:15 AM - danas - Req Date changed from 10/31/2024 to 12/31/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"217578","line":"1","part":"CAT40U-NX5-153","qty":"1","price":"3347.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217578","line":"2","part":"MODIFICATION-PB-BLNK","qty":"1","price":"490.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"217578","line":"3","part":"SK10-1/8A","qty":"1","price":"67.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"217578","Line":"0","Comment":"Wrenches included! 1:5 Speeder"},{"Quote":"217578","Line":"1","Comment":"Recommend qualifying tool clamp force"},{"Quote":"217578","Line":"2","Comment":"Stop block required"}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-13 07:16:27.036 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220615-11132024071626.txt === {"quote":"220615","customer":"13720","name":null,"customerName":"Motch & Eichele Company, LLC","comp":"01","open":"0","shipto":"JJJIGI","shiptoName":"The Motch & Eichele Company","entry_date":"08-23-2024","cust_order_date":"10-23-2024","req_date":"11-04-2024","cust_po":"CNC260PFA-M","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"NC","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jeff Remaley","drop_po":"Stolle / Supertech Grindr","status":"0","user":"danas","conv_order":"","time":"07:45","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Jeff Remaley","follow_phone":"330-564-8820","follow_email":"jremaley49@gmail.com","pic_user":"danas","total_amt":"25625.50","total_gp":"20206.71","total_gpm":"78.85","rev_type":"RT","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"2","win_pct":"20","clo_date":"10-23-2024","notes":[],"crmnotes":[{"comp":1,"quote":220615,"Line":0,"Comment":"10/07/2024 8:50 PM - danas - F/U changed from 10/5/2024 to 10/14/2024 (Follow Up In 1 Week)"}],"items":[{"comp":"01","order":"220615","line":"2","part":"CNCZ260FA-M","qty":"1","price":"24465.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220615","line":"3","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"8500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"220615","Line":"10","Company":"1","F_Line":"1","Comment":"FANUC CONTROL","Loc":"Y"},{"Quote":"220615","Line":"10","Company":"1","F_Line":"2","Comment":"DATA SHEETS AND MACHINE LAYOUT DRAWING REQUIRED","Loc":"Y"},{"Quote":"220615","Line":"10","Company":"1","F_Line":"3","Comment":"AT TIME OF ORDER","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-13 07:16:41.929 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220615-11132024071641.txt === {"quote":"220615","customer":"13720","name":null,"customerName":"Motch & Eichele Company, LLC","comp":"01","open":"0","shipto":"JJJIGI","shiptoName":"The Motch & Eichele Company","entry_date":"08-23-2024","cust_order_date":"10-23-2024","req_date":"11-04-2024","cust_po":"CNC260PFA-M","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"NC","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jeff Remaley","drop_po":"Stolle / Supertech Grindr","status":"0","user":"danas","conv_order":"","time":"07:45","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Jeff Remaley","follow_phone":"330-564-8820","follow_email":"jremaley49@gmail.com","pic_user":"danas","total_amt":"25625.50","total_gp":"20206.71","total_gpm":"78.85","rev_type":"RT","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"2","win_pct":"20","clo_date":"03-01-2025","notes":[],"crmnotes":[{"comp":1,"quote":220615,"Line":0,"Comment":"10/07/2024 8:50 PM - danas - F/U changed from 10/5/2024 to 10/14/2024 (Follow Up In 1 Week)"},{"comp":1,"quote":220615,"Line":1,"Comment":"11/13/2024 8:16 AM - danas - F/U changed from 10/14/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220615,"Line":2,"Comment":"11/13/2024 8:16 AM - danas - CLO changed from 10/23/2024 to 03/01/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"220615","line":"2","part":"CNCZ260FA-M","qty":"1","price":"24465.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220615","line":"3","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"8500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"220615","Line":"10","Company":"1","F_Line":"1","Comment":"FANUC CONTROL","Loc":"Y"},{"Quote":"220615","Line":"10","Company":"1","F_Line":"2","Comment":"DATA SHEETS AND MACHINE LAYOUT DRAWING REQUIRED","Loc":"Y"},{"Quote":"220615","Line":"10","Company":"1","F_Line":"3","Comment":"AT TIME OF ORDER","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-13 07:16:54.085 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220615-11132024071653.txt === {"quote":"220615","customer":"13720","name":null,"customerName":"Motch & Eichele Company, LLC","comp":"01","open":"0","shipto":"JJJIGI","shiptoName":"The Motch & Eichele Company","entry_date":"08-23-2024","cust_order_date":"10-23-2024","req_date":"03-01-2025","cust_po":"CNC260PFA-M","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"NC","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jeff Remaley","drop_po":"Stolle / Supertech Grindr","status":"0","user":"danas","conv_order":"","time":"07:45","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Jeff Remaley","follow_phone":"330-564-8820","follow_email":"jremaley49@gmail.com","pic_user":"danas","total_amt":"25625.50","total_gp":"20206.71","total_gpm":"78.85","rev_type":"RT","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"2","win_pct":"20","clo_date":"03-01-2025","notes":[],"crmnotes":[{"comp":1,"quote":220615,"Line":0,"Comment":"10/07/2024 8:50 PM - danas - F/U changed from 10/5/2024 to 10/14/2024 (Follow Up In 1 Week)"},{"comp":1,"quote":220615,"Line":1,"Comment":"11/13/2024 8:16 AM - danas - F/U changed from 10/14/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220615,"Line":2,"Comment":"11/13/2024 8:16 AM - danas - CLO changed from 10/23/2024 to 03/01/2025 (CLO Date Updated)"},{"comp":1,"quote":220615,"Line":3,"Comment":"11/13/2024 8:16 AM - danas - Req Date changed from 11/04/2024 to 03/01/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"220615","line":"2","part":"CNCZ260FA-M","qty":"1","price":"24465.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220615","line":"3","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"8500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"220615","Line":"10","Company":"1","F_Line":"1","Comment":"FANUC CONTROL","Loc":"Y"},{"Quote":"220615","Line":"10","Company":"1","F_Line":"2","Comment":"DATA SHEETS AND MACHINE LAYOUT DRAWING REQUIRED","Loc":"Y"},{"Quote":"220615","Line":"10","Company":"1","F_Line":"3","Comment":"AT TIME OF ORDER","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-13 07:19:22.605 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219098-11132024071922.txt === {"quote":"219098","customer":"2325","name":null,"customerName":"BlackHawk Industrial - Base Camp","comp":"01","open":"1","shipto":"KYOMUN","shiptoName":"Kyocera SGS Precision Tools, Inc.","entry_date":"07-23-2024","cust_order_date":"07-23-2024","req_date":"10-31-2024","cust_po":"CAT40-C3/4-90","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"TD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tom Breiding-Kyocera SGS PIC","drop_po":"SPC","status":"0","user":"danas","conv_order":"","time":"06:38","extra":"","follow_up":"10-14-2024","web_id":"","follow_name":"Scott Zander","follow_phone":"","follow_email":"scottz@techtoolakron.com","pic_user":"danas","total_amt":"1074.0","total_gp":"700.74","total_gpm":"65.25","rev_type":"ADV","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"2","totalQty":"6","win_pct":"20","clo_date":"10-31-2024","notes":[{"comp":"1","quote":"219098","line":"1","data":"07-23-2024 07:40 - Discounts Recalculated"},{"comp":"1","quote":"219098","line":"0","data":"07-23-2024 06:40 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":219098,"Line":0,"Comment":"08/12/2024 12:10 PM - danas - F/U changed from 07/29/2024 to 8/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219098,"Line":1,"Comment":"08/16/2024 3:44 PM - danas - CLO changed from 08/23/2024 to 08/31/2024 (CLO Date Updated)"},{"comp":1,"quote":219098,"Line":2,"Comment":"08/16/2024 3:44 PM - danas - F/U changed from 08/17/2024 to 8/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219098,"Line":3,"Comment":"09/11/2024 2:20 PM - danas - F/U changed from 8/21/2024 to 10/02/2024 (Follow Up In 3 Week)"},{"comp":1,"quote":219098,"Line":4,"Comment":"09/16/2024 10:10 AM - danas - CLO changed from 08/31/2024 to 10/31/2024 (CLO Date Updated)"},{"comp":1,"quote":219098,"Line":5,"Comment":"09/16/2024 10:10 AM - danas - Req Date changed from 09/03/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":219098,"Line":6,"Comment":"10/07/2024 8:49 PM - danas - F/U changed from 10/2/2024 to 10/14/2024 (Follow Up In 1 Week)"}],"items":[{"comp":"01","order":"219098","line":"1","part":"CAT40-C3/4-85U-IDU","qty":"1","price":"526.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219098","line":"2","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219098","line":"3","part":"CAT40-C1-85U-IDU","qty":"1","price":"549.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219098","line":"4","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219098","line":"5","part":"CAT40-C1.1/4SL-105U-IDU","qty":"1","price":"578.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219098","line":"6","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"219098","Line":"0","Comment":"SPECIAL DISCOUNT FOR SGS R&D FACILITY. PLEASE PROVIDE"},{"Quote":"219098","Line":"1","Comment":"20% OFF TO TOM BRIEDING."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-13 07:19:56.314 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220274-11132024071956.txt === {"quote":"220274","customer":"5411","name":null,"customerName":"Ellison(IL,IN,OH)","comp":"01","open":"0","shipto":"RELIMED","shiptoName":"Reliance Medical","entry_date":"09-16-2024","cust_order_date":"09-16-2024","req_date":"10-27-2024","cust_po":"5AX-201FA-M-AB","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Mike Sess","drop_po":"DNM 5700","status":"0","user":"danas","conv_order":"","time":"09:39","extra":"","follow_up":"10-14-2024","web_id":"","follow_name":"Mike Sess","follow_phone":"(513) 874-2736","follow_email":"msess@ellisontechnologies.com","pic_user":"danas","total_amt":"52747.90","total_gp":"38557.44","total_gpm":"73.10","rev_type":"RT","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-31-2024","notes":[{"comp":"1","quote":"220274","line":"0","data":"08-16-2024 09:41 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220274,"Line":0,"Comment":"10/07/2024 8:00 PM - danas - txt sent, and Mike working on providing update"},{"comp":1,"quote":220274,"Line":1,"Comment":"10/07/2024 8:00 PM - danas - F/U changed from 9/29/2024 to 10/14/2024 (Follow Up In 1 Week)"},{"comp":1,"quote":220274,"Line":2,"Comment":"11/13/2024 8:19 AM - danas - CLO changed from 10/16/2024 to 12/31/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"220274","line":"1","part":"5AX-201FA-M-AB","qty":"1","price":"56280.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220274","line":"2","part":"R-7-SP-SET","qty":"1","price":"1217.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220274","line":"3","part":"INSTALLATION-RT-5AX-MW","qty":"1","price":"12500.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"}],"qlines":[{"Quote":"220274","Line":"3","Company":"1","F_Line":"1","Comment":"price matched Koma","Loc":"N"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-13 07:19:58.927 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220274-11132024071958.txt === {"quote":"220274","customer":"5411","name":null,"customerName":"Ellison(IL,IN,OH)","comp":"01","open":"0","shipto":"RELIMED","shiptoName":"Reliance Medical","entry_date":"09-16-2024","cust_order_date":"09-16-2024","req_date":"12-31-2024","cust_po":"5AX-201FA-M-AB","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Mike Sess","drop_po":"DNM 5700","status":"0","user":"danas","conv_order":"","time":"09:39","extra":"","follow_up":"10-14-2024","web_id":"","follow_name":"Mike Sess","follow_phone":"(513) 874-2736","follow_email":"msess@ellisontechnologies.com","pic_user":"danas","total_amt":"52747.90","total_gp":"38557.44","total_gpm":"73.10","rev_type":"RT","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-31-2024","notes":[{"comp":"1","quote":"220274","line":"0","data":"08-16-2024 09:41 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220274,"Line":0,"Comment":"10/07/2024 8:00 PM - danas - txt sent, and Mike working on providing update"},{"comp":1,"quote":220274,"Line":1,"Comment":"10/07/2024 8:00 PM - danas - F/U changed from 9/29/2024 to 10/14/2024 (Follow Up In 1 Week)"},{"comp":1,"quote":220274,"Line":2,"Comment":"11/13/2024 8:19 AM - danas - CLO changed from 10/16/2024 to 12/31/2024 (CLO Date Updated)"},{"comp":1,"quote":220274,"Line":3,"Comment":"11/13/2024 8:19 AM - danas - Req Date changed from 10/27/2024 to 12/31/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"220274","line":"1","part":"5AX-201FA-M-AB","qty":"1","price":"56280.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220274","line":"2","part":"R-7-SP-SET","qty":"1","price":"1217.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220274","line":"3","part":"INSTALLATION-RT-5AX-MW","qty":"1","price":"12500.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"}],"qlines":[{"Quote":"220274","Line":"3","Company":"1","F_Line":"1","Comment":"price matched Koma","Loc":"N"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-13 07:21:09.636 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220274-11132024072109.txt === {"quote":"220274","customer":"5411","name":null,"customerName":"Ellison(IL,IN,OH)","comp":"01","open":"0","shipto":"RELIMED","shiptoName":"Reliance Medical","entry_date":"09-16-2024","cust_order_date":"09-16-2024","req_date":"12-31-2024","cust_po":"5AX-201FA-M-AB","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Mike Sess","drop_po":"DNM 5700","status":"0","user":"danas","conv_order":"","time":"09:39","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Mike Sess","follow_phone":"(513) 874-2736","follow_email":"msess@ellisontechnologies.com","pic_user":"danas","total_amt":"52747.90","total_gp":"38557.44","total_gpm":"73.10","rev_type":"RT","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-31-2024","notes":[{"comp":"1","quote":"220274","line":"0","data":"08-16-2024 09:41 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220274,"Line":0,"Comment":"10/07/2024 8:00 PM - danas - txt sent, and Mike working on providing update"},{"comp":1,"quote":220274,"Line":1,"Comment":"10/07/2024 8:00 PM - danas - F/U changed from 9/29/2024 to 10/14/2024 (Follow Up In 1 Week)"},{"comp":1,"quote":220274,"Line":2,"Comment":"11/13/2024 8:19 AM - danas - CLO changed from 10/16/2024 to 12/31/2024 (CLO Date Updated)"},{"comp":1,"quote":220274,"Line":3,"Comment":"11/13/2024 8:19 AM - danas - Req Date changed from 10/27/2024 to 12/31/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"220274","line":"1","part":"5AX-201FA-M-AB","qty":"1","price":"56280.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220274","line":"2","part":"R-7-SP-SET","qty":"1","price":"1217.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220274","line":"3","part":"INSTALLATION-RT-5AX-MW","qty":"1","price":"12500.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"}],"qlines":[{"Quote":"220274","Line":"3","Company":"1","F_Line":"1","Comment":"price matched Koma","Loc":"N"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-13 07:22:07.973 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220635-11132024072207.txt === {"quote":"220635","customer":"20275","name":null,"customerName":"Technical Equipment Sales Co.","comp":"01","open":"0","shipto":"TECHPMEN","shiptoName":"Technical Equipment Sales Co.","entry_date":"08-23-2024","cust_order_date":"10-23-2024","req_date":"11-04-2024","cust_po":"QCC-DL80-A8","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Andy Pasquino","drop_po":"Cleveland Screw","status":"0","user":"danas","conv_order":"","time":"10:29","extra":"","follow_up":"10-14-2024","web_id":"","follow_name":"Andy Pasquino","follow_phone":"","follow_email":"apasquino@techequip.com","pic_user":"danas","total_amt":"9007.25","total_gp":"3528.40","total_gpm":"39.17","rev_type":"PCQC","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"6","win_pct":"20","clo_date":"12-31-2024","notes":[{"comp":"1","quote":"220635","line":"0","data":"08-23-2024 10:31 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220635,"Line":0,"Comment":"10/07/2024 8:56 PM - danas - For Cleveland Screw project. Pending update"},{"comp":1,"quote":220635,"Line":1,"Comment":"10/07/2024 8:56 PM - danas - F/U changed from 10/5/2024 to 10/14/2024 (Follow Up In 1 Week)"},{"comp":1,"quote":220635,"Line":2,"Comment":"11/13/2024 8:22 AM - danas - CLO changed from 10/23/2024 to 12/31/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"220635","line":"3","part":"QCC-DL80-A8","qty":"1","price":"5950.00","uom":"ST","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220635","line":"4","part":"QCFC80-WRENCH","qty":"1","price":"620.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220635","line":"6","part":"QCC-DL65-A5","qty":"1","price":"5950.00","uom":"ST","discount":"40.00","req_date":"6-8W","branch":"1"},{"comp":"01","order":"220635","line":"7","part":"QCFC65-WRENCH","qty":"1","price":"620.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220635","line":"9","part":"QCFC80-192-SER","qty":"1","price":"526.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220635","line":"10","part":"QCFC65-164-SMO","qty":"1","price":"327.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"220635","Line":"2","Company":"1","F_Line":"1","Comment":"ROYAL PN: 46170","Loc":"N"},{"Quote":"220635","Line":"3","Company":"1","F_Line":"1","Comment":"ROYAL 46170","Loc":"N"},{"Quote":"220635","Line":"3","Company":"1","F_Line":"2","Comment":"PRICE MATCHED ROYAL PRODUCTS","Loc":"N"},{"Quote":"220635","Line":"5","Company":"1","F_Line":"1","Comment":"ROYAL PN: 46150","Loc":"N"},{"Quote":"220635","Line":"6","Company":"1","F_Line":"1","Comment":"SP ADD QCC-DL65-110 W/ ADAPTER","Loc":"Y"},{"Quote":"220635","Line":"6","Company":"1","F_Line":"2","Comment":"ROYAL #46150","Loc":"N"},{"Quote":"220635","Line":"6","Company":"1","F_Line":"3","Comment":"PRICE MATCHED ROYAL PRODUCTS","Loc":"N"},{"Quote":"220635","Line":"9","Company":"1","F_Line":"1","Comment":"COMPARE TO ROYAL @ $565 ea.","Loc":"Y"},{"Quote":"220635","Line":"10","Company":"1","F_Line":"1","Comment":"COMPARE TO ROYAL @ $366 ea.","Loc":"Y"}],"qcomms":[],"qcommi":[{"Quote":"220635","Line":"0","Comment":"PRICE MATCHED ROYAL TO BUILD MARKET SHARE-DANA"}]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-13 07:22:16.804 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220635-11132024072216.txt === {"quote":"220635","customer":"20275","name":null,"customerName":"Technical Equipment Sales Co.","comp":"01","open":"0","shipto":"TECHPMEN","shiptoName":"Technical Equipment Sales Co.","entry_date":"08-23-2024","cust_order_date":"10-23-2024","req_date":"12-31-2024","cust_po":"QCC-DL80-A8","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Andy Pasquino","drop_po":"Cleveland Screw","status":"0","user":"danas","conv_order":"","time":"10:29","extra":"","follow_up":"10-14-2024","web_id":"","follow_name":"Andy Pasquino","follow_phone":"","follow_email":"apasquino@techequip.com","pic_user":"danas","total_amt":"9007.25","total_gp":"3528.40","total_gpm":"39.17","rev_type":"PCQC","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"6","win_pct":"20","clo_date":"12-31-2024","notes":[{"comp":"1","quote":"220635","line":"0","data":"08-23-2024 10:31 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220635,"Line":0,"Comment":"10/07/2024 8:56 PM - danas - For Cleveland Screw project. Pending update"},{"comp":1,"quote":220635,"Line":1,"Comment":"10/07/2024 8:56 PM - danas - F/U changed from 10/5/2024 to 10/14/2024 (Follow Up In 1 Week)"},{"comp":1,"quote":220635,"Line":2,"Comment":"11/13/2024 8:22 AM - danas - CLO changed from 10/23/2024 to 12/31/2024 (CLO Date Updated)"},{"comp":1,"quote":220635,"Line":3,"Comment":"11/13/2024 8:22 AM - danas - Req Date changed from 11/04/2024 to 12/31/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"220635","line":"3","part":"QCC-DL80-A8","qty":"1","price":"5950.00","uom":"ST","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220635","line":"4","part":"QCFC80-WRENCH","qty":"1","price":"620.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220635","line":"6","part":"QCC-DL65-A5","qty":"1","price":"5950.00","uom":"ST","discount":"40.00","req_date":"6-8W","branch":"1"},{"comp":"01","order":"220635","line":"7","part":"QCFC65-WRENCH","qty":"1","price":"620.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220635","line":"9","part":"QCFC80-192-SER","qty":"1","price":"526.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220635","line":"10","part":"QCFC65-164-SMO","qty":"1","price":"327.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"220635","Line":"2","Company":"1","F_Line":"1","Comment":"ROYAL PN: 46170","Loc":"N"},{"Quote":"220635","Line":"3","Company":"1","F_Line":"1","Comment":"ROYAL 46170","Loc":"N"},{"Quote":"220635","Line":"3","Company":"1","F_Line":"2","Comment":"PRICE MATCHED ROYAL PRODUCTS","Loc":"N"},{"Quote":"220635","Line":"5","Company":"1","F_Line":"1","Comment":"ROYAL PN: 46150","Loc":"N"},{"Quote":"220635","Line":"6","Company":"1","F_Line":"1","Comment":"SP ADD QCC-DL65-110 W/ ADAPTER","Loc":"Y"},{"Quote":"220635","Line":"6","Company":"1","F_Line":"2","Comment":"ROYAL #46150","Loc":"N"},{"Quote":"220635","Line":"6","Company":"1","F_Line":"3","Comment":"PRICE MATCHED ROYAL PRODUCTS","Loc":"N"},{"Quote":"220635","Line":"9","Company":"1","F_Line":"1","Comment":"COMPARE TO ROYAL @ $565 ea.","Loc":"Y"},{"Quote":"220635","Line":"10","Company":"1","F_Line":"1","Comment":"COMPARE TO ROYAL @ $366 ea.","Loc":"Y"}],"qcomms":[],"qcommi":[{"Quote":"220635","Line":"0","Comment":"PRICE MATCHED ROYAL TO BUILD MARKET SHARE-DANA"}]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-13 07:46:34.634 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.2402336616732, -87.9928947422792, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.2402336616732, -87.9928947422792, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1980831 second/s. 2024-11-13 07:49:22.720 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220635-11132024074922.txt === {"quote":"220635","customer":"20275","name":null,"customerName":"Technical Equipment Sales Co.","comp":"01","open":"0","shipto":"TECHPMEN","shiptoName":"Technical Equipment Sales Co.","entry_date":"08-23-2024","cust_order_date":"10-23-2024","req_date":"12-31-2024","cust_po":"QCC-DL80-A8","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Andy Pasquino","drop_po":"Cleveland Screw","status":"0","user":"danas","conv_order":"","time":"10:29","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Andy Pasquino","follow_phone":"","follow_email":"apasquino@techequip.com","pic_user":"danas","total_amt":"9007.25","total_gp":"3528.40","total_gpm":"39.17","rev_type":"PCQC","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"6","win_pct":"20","clo_date":"12-31-2024","notes":[{"comp":"1","quote":"220635","line":"0","data":"08-23-2024 10:31 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220635,"Line":0,"Comment":"10/07/2024 8:56 PM - danas - For Cleveland Screw project. Pending update"},{"comp":1,"quote":220635,"Line":1,"Comment":"10/07/2024 8:56 PM - danas - F/U changed from 10/5/2024 to 10/14/2024 (Follow Up In 1 Week)"},{"comp":1,"quote":220635,"Line":2,"Comment":"11/13/2024 8:22 AM - danas - CLO changed from 10/23/2024 to 12/31/2024 (CLO Date Updated)"},{"comp":1,"quote":220635,"Line":3,"Comment":"11/13/2024 8:22 AM - danas - Req Date changed from 11/04/2024 to 12/31/2024 (Req Date Updated)"},{"comp":1,"quote":220635,"Line":4,"Comment":"11/13/2024 8:41 AM - danas - Encounter has been added"}],"items":[{"comp":"01","order":"220635","line":"3","part":"QCC-DL80-A8","qty":"1","price":"5950.00","uom":"ST","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220635","line":"4","part":"QCFC80-WRENCH","qty":"1","price":"620.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220635","line":"6","part":"QCC-DL65-A5","qty":"1","price":"5950.00","uom":"ST","discount":"40.00","req_date":"6-8W","branch":"1"},{"comp":"01","order":"220635","line":"7","part":"QCFC65-WRENCH","qty":"1","price":"620.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220635","line":"9","part":"QCFC80-192-SER","qty":"1","price":"526.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220635","line":"10","part":"QCFC65-164-SMO","qty":"1","price":"327.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"220635","Line":"2","Company":"1","F_Line":"1","Comment":"ROYAL PN: 46170","Loc":"N"},{"Quote":"220635","Line":"3","Company":"1","F_Line":"1","Comment":"ROYAL 46170","Loc":"N"},{"Quote":"220635","Line":"3","Company":"1","F_Line":"2","Comment":"PRICE MATCHED ROYAL PRODUCTS","Loc":"N"},{"Quote":"220635","Line":"5","Company":"1","F_Line":"1","Comment":"ROYAL PN: 46150","Loc":"N"},{"Quote":"220635","Line":"6","Company":"1","F_Line":"1","Comment":"SP ADD QCC-DL65-110 W/ ADAPTER","Loc":"Y"},{"Quote":"220635","Line":"6","Company":"1","F_Line":"2","Comment":"ROYAL #46150","Loc":"N"},{"Quote":"220635","Line":"6","Company":"1","F_Line":"3","Comment":"PRICE MATCHED ROYAL PRODUCTS","Loc":"N"},{"Quote":"220635","Line":"9","Company":"1","F_Line":"1","Comment":"COMPARE TO ROYAL @ $565 ea.","Loc":"Y"},{"Quote":"220635","Line":"10","Company":"1","F_Line":"1","Comment":"COMPARE TO ROYAL @ $366 ea.","Loc":"Y"}],"qcomms":[],"qcommi":[{"Quote":"220635","Line":"0","Comment":"PRICE MATCHED ROYAL TO BUILD MARKET SHARE-DANA"}]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-13 07:51:28.646 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222045-11132024075128.txt === {"quote":"222045","customer":"5411","name":null,"customerName":"Ellison(IL,IN,OH)","comp":"01","open":"0","shipto":"ELLHAM","shiptoName":"Ellison Technologies, Inc.","entry_date":"09-25-2024","cust_order_date":"09-25-2024","req_date":"11-06-2024","cust_po":"HSK100 Angle Head","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Mike Sess","drop_po":"","status":"0","user":"mirandag","conv_order":"","time":"09:18","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Mike Sess","follow_phone":"(513) 874-2736","follow_email":"msess@ellisontechnologies.com","pic_user":"danas","total_amt":"10998.64","total_gp":"10998.64","total_gpm":"100.00","rev_type":"LT","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"1","win_pct":"20","clo_date":"10-25-2024","notes":[{"comp":"1","quote":"222045","line":"0","data":"09-25-2024 09:19 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222045,"Line":0,"Comment":"10/07/2024 8:47 PM - danas - Requested update from Rhinestahl and Mike"},{"comp":1,"quote":222045,"Line":1,"Comment":"10/07/2024 8:47 PM - danas - F/U changed from 10/1/2024 to 10/14/2024 (Follow Up In 1 Week)"}],"items":[{"comp":"01","order":"222045","line":"1","part":"SPECIAL-LV-MI","qty":"1","price":"10998.64","uom":"EA","discount":"0.00","req_date":"2-4 Weeks ADA","branch":"1"}],"qlines":[{"Quote":"222045","Line":"1","Company":"1","F_Line":"1","Comment":"Angle Head Type ZW Size 9:","Loc":"Y"},{"Quote":"222045","Line":"1","Company":"1","F_Line":"2","Comment":"Shaft: HSK100(DIN 69893-A) Standard-Torque-Arm(ISO9524)","Loc":"Y"},{"Quote":"222045","Line":"1","Company":"1","F_Line":"3","Comment":"with locking mechanism (no stop block)","Loc":"Y"},{"Quote":"222045","Line":"1","Company":"1","F_Line":"4","Comment":"Requires customer-size adjustment; recommend 3-pin","Loc":"Y"},{"Quote":"222045","Line":"1","Company":"1","F_Line":"5","Comment":"support. A=80mm/D=20mm/SW18 Tooling: MI-63 Quick Change","Loc":"Y"},{"Quote":"222045","Line":"1","Company":"1","F_Line":"6","Comment":"System (MI-Insert sold separately) Coolant: Central","Loc":"Y"},{"Quote":"222045","Line":"1","Company":"1","F_Line":"7","Comment":"Thru-Spindle External via nozzles/pipes. No reversal","Loc":"Y"},{"Quote":"222045","Line":"1","Company":"1","F_Line":"8","Comment":"of rotation. Length: L=270mm/L1=152mm. Angular Head:","Loc":"Y"},{"Quote":"222045","Line":"1","Company":"1","F_Line":"9","Comment":"360 Degrees Adjustable. Gear Ratio: 1:1. Max Coolant","Loc":"Y"},{"Quote":"222045","Line":"1","Company":"1","F_Line":"10","Comment":"Pressure: 70 Bar Max Torque: 150Nm Max Rev Speed:5K rpm","Loc":"Y"}],"qcomms":[{"Quote":"222045","Line":"0","Comment":"These are custom application units for specific"},{"Quote":"222045","Line":"1","Comment":"applications and considered specials. Once a PO has"},{"Quote":"222045","Line":"2","Comment":"been placed these units are non-cancellable and"},{"Quote":"222045","Line":"3","Comment":"non-returnable."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-13 07:51:34.061 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222045-11132024075133.txt === {"quote":"222045","customer":"5411","name":null,"customerName":"Ellison(IL,IN,OH)","comp":"01","open":"0","shipto":"ELLHAM","shiptoName":"Ellison Technologies, Inc.","entry_date":"09-25-2024","cust_order_date":"09-25-2024","req_date":"11-06-2024","cust_po":"HSK100 Angle Head","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Mike Sess","drop_po":"","status":"0","user":"mirandag","conv_order":"","time":"09:18","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Mike Sess","follow_phone":"(513) 874-2736","follow_email":"msess@ellisontechnologies.com","pic_user":"danas","total_amt":"10998.64","total_gp":"10998.64","total_gpm":"100.00","rev_type":"LT","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-31-2024","notes":[{"comp":"1","quote":"222045","line":"0","data":"09-25-2024 09:19 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222045,"Line":0,"Comment":"10/07/2024 8:47 PM - danas - Requested update from Rhinestahl and Mike"},{"comp":1,"quote":222045,"Line":1,"Comment":"10/07/2024 8:47 PM - danas - F/U changed from 10/1/2024 to 10/14/2024 (Follow Up In 1 Week)"},{"comp":1,"quote":222045,"Line":2,"Comment":"11/13/2024 8:51 AM - danas - F/U changed from 10/14/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222045,"Line":3,"Comment":"11/13/2024 8:51 AM - danas - CLO changed from 10/25/2024 to 12/31/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222045","line":"1","part":"SPECIAL-LV-MI","qty":"1","price":"10998.64","uom":"EA","discount":"0.00","req_date":"2-4 Weeks ADA","branch":"1"}],"qlines":[{"Quote":"222045","Line":"1","Company":"1","F_Line":"1","Comment":"Angle Head Type ZW Size 9:","Loc":"Y"},{"Quote":"222045","Line":"1","Company":"1","F_Line":"2","Comment":"Shaft: HSK100(DIN 69893-A) Standard-Torque-Arm(ISO9524)","Loc":"Y"},{"Quote":"222045","Line":"1","Company":"1","F_Line":"3","Comment":"with locking mechanism (no stop block)","Loc":"Y"},{"Quote":"222045","Line":"1","Company":"1","F_Line":"4","Comment":"Requires customer-size adjustment; recommend 3-pin","Loc":"Y"},{"Quote":"222045","Line":"1","Company":"1","F_Line":"5","Comment":"support. A=80mm/D=20mm/SW18 Tooling: MI-63 Quick Change","Loc":"Y"},{"Quote":"222045","Line":"1","Company":"1","F_Line":"6","Comment":"System (MI-Insert sold separately) Coolant: Central","Loc":"Y"},{"Quote":"222045","Line":"1","Company":"1","F_Line":"7","Comment":"Thru-Spindle External via nozzles/pipes. No reversal","Loc":"Y"},{"Quote":"222045","Line":"1","Company":"1","F_Line":"8","Comment":"of rotation. Length: L=270mm/L1=152mm. Angular Head:","Loc":"Y"},{"Quote":"222045","Line":"1","Company":"1","F_Line":"9","Comment":"360 Degrees Adjustable. Gear Ratio: 1:1. Max Coolant","Loc":"Y"},{"Quote":"222045","Line":"1","Company":"1","F_Line":"10","Comment":"Pressure: 70 Bar Max Torque: 150Nm Max Rev Speed:5K rpm","Loc":"Y"}],"qcomms":[{"Quote":"222045","Line":"0","Comment":"These are custom application units for specific"},{"Quote":"222045","Line":"1","Comment":"applications and considered specials. Once a PO has"},{"Quote":"222045","Line":"2","Comment":"been placed these units are non-cancellable and"},{"Quote":"222045","Line":"3","Comment":"non-returnable."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-13 07:51:36.035 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222045-11132024075135.txt === {"quote":"222045","customer":"5411","name":null,"customerName":"Ellison(IL,IN,OH)","comp":"01","open":"0","shipto":"ELLHAM","shiptoName":"Ellison Technologies, Inc.","entry_date":"09-25-2024","cust_order_date":"09-25-2024","req_date":"12-31-2024","cust_po":"HSK100 Angle Head","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Mike Sess","drop_po":"","status":"0","user":"mirandag","conv_order":"","time":"09:18","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Mike Sess","follow_phone":"(513) 874-2736","follow_email":"msess@ellisontechnologies.com","pic_user":"danas","total_amt":"10998.64","total_gp":"10998.64","total_gpm":"100.00","rev_type":"LT","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-31-2024","notes":[{"comp":"1","quote":"222045","line":"0","data":"09-25-2024 09:19 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222045,"Line":0,"Comment":"10/07/2024 8:47 PM - danas - Requested update from Rhinestahl and Mike"},{"comp":1,"quote":222045,"Line":1,"Comment":"10/07/2024 8:47 PM - danas - F/U changed from 10/1/2024 to 10/14/2024 (Follow Up In 1 Week)"},{"comp":1,"quote":222045,"Line":2,"Comment":"11/13/2024 8:51 AM - danas - F/U changed from 10/14/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222045,"Line":3,"Comment":"11/13/2024 8:51 AM - danas - CLO changed from 10/25/2024 to 12/31/2024 (CLO Date Updated)"},{"comp":1,"quote":222045,"Line":4,"Comment":"11/13/2024 8:51 AM - danas - Req Date changed from 11/06/2024 to 12/31/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222045","line":"1","part":"SPECIAL-LV-MI","qty":"1","price":"10998.64","uom":"EA","discount":"0.00","req_date":"2-4 Weeks ADA","branch":"1"}],"qlines":[{"Quote":"222045","Line":"1","Company":"1","F_Line":"1","Comment":"Angle Head Type ZW Size 9:","Loc":"Y"},{"Quote":"222045","Line":"1","Company":"1","F_Line":"2","Comment":"Shaft: HSK100(DIN 69893-A) Standard-Torque-Arm(ISO9524)","Loc":"Y"},{"Quote":"222045","Line":"1","Company":"1","F_Line":"3","Comment":"with locking mechanism (no stop block)","Loc":"Y"},{"Quote":"222045","Line":"1","Company":"1","F_Line":"4","Comment":"Requires customer-size adjustment; recommend 3-pin","Loc":"Y"},{"Quote":"222045","Line":"1","Company":"1","F_Line":"5","Comment":"support. A=80mm/D=20mm/SW18 Tooling: MI-63 Quick Change","Loc":"Y"},{"Quote":"222045","Line":"1","Company":"1","F_Line":"6","Comment":"System (MI-Insert sold separately) Coolant: Central","Loc":"Y"},{"Quote":"222045","Line":"1","Company":"1","F_Line":"7","Comment":"Thru-Spindle External via nozzles/pipes. No reversal","Loc":"Y"},{"Quote":"222045","Line":"1","Company":"1","F_Line":"8","Comment":"of rotation. Length: L=270mm/L1=152mm. Angular Head:","Loc":"Y"},{"Quote":"222045","Line":"1","Company":"1","F_Line":"9","Comment":"360 Degrees Adjustable. Gear Ratio: 1:1. Max Coolant","Loc":"Y"},{"Quote":"222045","Line":"1","Company":"1","F_Line":"10","Comment":"Pressure: 70 Bar Max Torque: 150Nm Max Rev Speed:5K rpm","Loc":"Y"}],"qcomms":[{"Quote":"222045","Line":"0","Comment":"These are custom application units for specific"},{"Quote":"222045","Line":"1","Comment":"applications and considered specials. Once a PO has"},{"Quote":"222045","Line":"2","Comment":"been placed these units are non-cancellable and"},{"Quote":"222045","Line":"3","Comment":"non-returnable."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-13 08:48:09.174 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224044-11132024084808.txt === {"quote":"224044","customer":"2325","name":null,"customerName":"BlackHawk Industrial - Base Camp","comp":"01","open":"0","shipto":"HAWKPA","shiptoName":"Blackhawk Industrial","entry_date":"11-06-2024","cust_order_date":"11-06-2024","req_date":"12-18-2024","cust_po":"B4001-0750-1.75CP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Connor Nagel","drop_po":"","status":"0","user":"jingz","conv_order":"","time":"12:37","extra":"","follow_up":"11-29-2024","web_id":"","follow_name":"Connor Nagel","follow_phone":"","follow_email":"connor.nagel@blackhawkid.com","pic_user":"jingz","total_amt":"202.88","total_gp":"101.58","total_gpm":"50.07","rev_type":"STD","mod_date":"11-13-2024","mod_time":null,"mod_user":"jingz","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-06-2024","notes":[{"comp":"1","quote":"224044","line":"0","data":"11-06-2024 12:42 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"224044","line":"1","part":"B4001-0750-1.75CP","qty":"1","price":"149.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224044","line":"2","part":"B4007-0008-4.00M","qty":"1","price":"193.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224044","line":"3","part":"WRENCH-ER08-MINI","qty":"1","price":"28.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-13 08:48:22.740 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224116-11132024084822.txt === {"quote":"224116","customer":"19575","name":null,"customerName":"Single Source Technologies","comp":"01","open":"0","shipto":"SSTCTG","shiptoName":"SST-CTG AH","entry_date":"11-07-2024","cust_order_date":"11-07-2024","req_date":"12-19-2024","cust_po":"E40-SET-23-MM","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Kristal Harrison","drop_po":"","status":"0","user":"jingz","conv_order":"","time":"12:43","extra":"","follow_up":"11-29-2024","web_id":"","follow_name":"Kristal Harrison","follow_phone":"248-232-6265","follow_email":"kristal.harrison@sstconsumables.com","pic_user":"jingz","total_amt":"1126.08","total_gp":"828.81","total_gpm":"73.60","rev_type":"STD","mod_date":"11-13-2024","mod_time":null,"mod_user":"jingz","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"224116","line":"0","data":"11-07-2024 12:45 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"224116","line":"1","part":"E40-SET-23-MM","qty":"1","price":"1564.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-13 08:49:19.635 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221554-11132024084919.txt === {"quote":"221554","customer":"5411","name":null,"customerName":"Ellison(IL,IN,OH)","comp":"01","open":"0","shipto":"KELCDADA","shiptoName":"Kelcor Machine & Tool","entry_date":"09-16-2024","cust_order_date":"09-16-2024","req_date":"10-31-2024","cust_po":"5AX-201FA-M-AB","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Aaron Evans","drop_po":"DNM 5700","status":"0","user":"danas","conv_order":"","time":"12:12","extra":"","follow_up":"12-06-2024","web_id":"","follow_name":"Aaron Evans","follow_phone":"","follow_email":"aevans@ellisontechnologies.com","pic_user":"danas","total_amt":"52747.90","total_gp":"39790.64","total_gpm":"75.44","rev_type":"RT","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"3","win_pct":"20","clo_date":"10-16-2024","notes":[],"crmnotes":[{"comp":1,"quote":221554,"Line":0,"Comment":"10/07/2024 7:59 PM - danas - txt for update"},{"comp":1,"quote":221554,"Line":1,"Comment":"10/07/2024 7:59 PM - danas - F/U changed from 9/27/2024 to 10/14/2024 (Follow Up In 1 Week)"}],"items":[{"comp":"01","order":"221554","line":"1","part":"5AX-201FA-M-AB","qty":"1","price":"56280.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221554","line":"2","part":"R-7-SP-SET","qty":"1","price":"1217.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221554","line":"3","part":"INSTALLATION-RT-5AX-MW","qty":"1","price":"12500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"221554","Line":"3","Company":"1","F_Line":"1","Comment":"price matched Koma","Loc":"N"}],"qcomms":[{"Quote":"221554","Line":"0","Comment":"For DN Solutions DNM5700"}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-13 08:49:37.677 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224214-11132024084937.txt === {"quote":"224214","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"MSCGA","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"11-11-2024","cust_order_date":"11-11-2024","req_date":"12-23-2024","cust_po":"KM1.1/4-9/16","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Ferrell Frazier","drop_po":"","status":"0","user":"jingz","conv_order":"","time":"09:45","extra":"","follow_up":"11-29-2024","web_id":"","follow_name":"Ferrell Frazier","follow_phone":"678-818-9092","follow_email":"frazierf@mscdirect.com","pic_user":"jingz","total_amt":"83.2","total_gp":"59.82","total_gpm":"71.90","rev_type":"ADV","mod_date":"11-13-2024","mod_time":null,"mod_user":"jingz","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-11-2024","notes":[{"comp":"1","quote":"224214","line":"0","data":"11-11-2024 09:51 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"224214","line":"1","part":"KM1.1/4-9/16","qty":"2","price":"64.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-13 08:49:40.960 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221554-11132024084940.txt === {"quote":"221554","customer":"5411","name":null,"customerName":"Ellison(IL,IN,OH)","comp":"01","open":"0","shipto":"KELCDADA","shiptoName":"Kelcor Machine & Tool","entry_date":"09-16-2024","cust_order_date":"09-16-2024","req_date":"12-31-2024","cust_po":"5AX-201FA-M-AB","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Aaron Evans","drop_po":"DNM 5700","status":"0","user":"danas","conv_order":"","time":"12:12","extra":"","follow_up":"12-06-2024","web_id":"","follow_name":"Aaron Evans","follow_phone":"","follow_email":"aevans@ellisontechnologies.com","pic_user":"danas","total_amt":"52747.90","total_gp":"39790.64","total_gpm":"75.44","rev_type":"RT","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"3","win_pct":"20","clo_date":"10-16-2024","notes":[],"crmnotes":[{"comp":1,"quote":221554,"Line":0,"Comment":"10/07/2024 7:59 PM - danas - txt for update"},{"comp":1,"quote":221554,"Line":1,"Comment":"10/07/2024 7:59 PM - danas - F/U changed from 9/27/2024 to 10/14/2024 (Follow Up In 1 Week)"},{"comp":1,"quote":221554,"Line":2,"Comment":"11/13/2024 9:49 AM - danas - F/U changed from 10/14/2024 to 12/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221554,"Line":3,"Comment":"11/13/2024 9:49 AM - danas - Req Date changed from 10/31/2024 to 12/31/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221554","line":"1","part":"5AX-201FA-M-AB","qty":"1","price":"56280.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221554","line":"2","part":"R-7-SP-SET","qty":"1","price":"1217.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221554","line":"3","part":"INSTALLATION-RT-5AX-MW","qty":"1","price":"12500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"221554","Line":"3","Company":"1","F_Line":"1","Comment":"price matched Koma","Loc":"N"}],"qcomms":[{"Quote":"221554","Line":"0","Comment":"For DN Solutions DNM5700"}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-13 08:49:43.298 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221554-11132024084943.txt === {"quote":"221554","customer":"5411","name":null,"customerName":"Ellison(IL,IN,OH)","comp":"01","open":"0","shipto":"KELCDADA","shiptoName":"Kelcor Machine & Tool","entry_date":"09-16-2024","cust_order_date":"09-16-2024","req_date":"12-31-2024","cust_po":"5AX-201FA-M-AB","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Aaron Evans","drop_po":"DNM 5700","status":"0","user":"danas","conv_order":"","time":"12:12","extra":"","follow_up":"12-06-2024","web_id":"","follow_name":"Aaron Evans","follow_phone":"","follow_email":"aevans@ellisontechnologies.com","pic_user":"danas","total_amt":"52747.90","total_gp":"39790.64","total_gpm":"75.44","rev_type":"RT","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-31-2024","notes":[],"crmnotes":[{"comp":1,"quote":221554,"Line":0,"Comment":"10/07/2024 7:59 PM - danas - txt for update"},{"comp":1,"quote":221554,"Line":1,"Comment":"10/07/2024 7:59 PM - danas - F/U changed from 9/27/2024 to 10/14/2024 (Follow Up In 1 Week)"},{"comp":1,"quote":221554,"Line":2,"Comment":"11/13/2024 9:49 AM - danas - F/U changed from 10/14/2024 to 12/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221554,"Line":3,"Comment":"11/13/2024 9:49 AM - danas - Req Date changed from 10/31/2024 to 12/31/2024 (Req Date Updated)"},{"comp":1,"quote":221554,"Line":4,"Comment":"11/13/2024 9:49 AM - danas - CLO changed from 10/16/2024 to 12/31/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221554","line":"1","part":"5AX-201FA-M-AB","qty":"1","price":"56280.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221554","line":"2","part":"R-7-SP-SET","qty":"1","price":"1217.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221554","line":"3","part":"INSTALLATION-RT-5AX-MW","qty":"1","price":"12500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"221554","Line":"3","Company":"1","F_Line":"1","Comment":"price matched Koma","Loc":"N"}],"qcomms":[{"Quote":"221554","Line":"0","Comment":"For DN Solutions DNM5700"}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-13 08:50:53.434 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224239-11132024085053.txt === {"quote":"224239","customer":"8098","name":null,"customerName":"Haas Factory Outlet (TOH)","comp":"01","open":"0","shipto":"CLIPP","shiptoName":"Clippard Instruments Lab Inc.","entry_date":"11-11-2024","cust_order_date":"11-11-2024","req_date":"12-23-2024","cust_po":"TOOL-CERT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Kyle Shearer","drop_po":"","status":"0","user":"jingz","conv_order":"","time":"12:57","extra":"","follow_up":"11-29-2024","web_id":"","follow_name":"Greg Pratt","follow_phone":"","follow_email":"gmpratt87@gmail.com","pic_user":"jingz","total_amt":"13132.00","total_gp":"10112.73","total_gpm":"77.01","rev_type":"STD","mod_date":"11-13-2024","mod_time":null,"mod_user":"jingz","reason":"","totalQty":"58","win_pct":"20","clo_date":"12-11-2024","notes":[{"comp":"1","quote":"224239","line":"0","data":"11-11-2024 13:02 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"224239","line":"1","part":"C4007-0011-4.00","qty":"20","price":"257.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224239","line":"2","part":"C4007-0011-6.00","qty":"10","price":"270.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224239","line":"3","part":"011-HEX","qty":"1","price":"21.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224239","line":"4","part":"CAT40-ER16-4.00","qty":"20","price":"197.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224239","line":"5","part":"CAT40-ER16-6.00","qty":"6","price":"219.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224239","line":"6","part":"016-SPAN","qty":"1","price":"17.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":6}}] 2024-11-13 08:51:46.546 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221026-11132024085146.txt === {"quote":"221026","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"1","shipto":"FOUNNORT","shiptoName":"Foundation Manufacturing","entry_date":"09-03-2024","cust_order_date":"10-03-2024","req_date":"12-15-2024","cust_po":"WH-ZV-P160-ZBP","terms_code":"N30","ship_via":"U-GND","ship_collect":"NF-LIT","drop_ship":"N","territory":"99","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Dana Smith","drop_po":"Air Vise Brand Alternativ","status":"0","user":"danas","conv_order":"","time":"10:03","extra":"","follow_up":"10-16-2024","web_id":"","follow_name":"Dana Smith","follow_phone":"","follow_email":"danas@lyndexnikken.com","pic_user":"danas","total_amt":"7721.00","total_gp":"3750.55","total_gpm":"48.58","rev_type":"PCQC","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"2","totalQty":"5","win_pct":"20","clo_date":"11-03-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"221026","line":"1","part":"WH-ZV-P160-ZBP","qty":"1","price":"6502.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"221026","line":"2","part":"WH-ZV120-JAWS-M183-A","qty":"1","price":"174.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"221026","line":"3","part":"WH-ZV120-JAWS-M183-S","qty":"1","price":"272.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"221026","line":"4","part":"WH-ZV160-JAWS-BASE","qty":"1","price":"584.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"221026","line":"5","part":"WH-ZV160-JAWS-M156-A","qty":"1","price":"189.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":5}}] 2024-11-13 08:52:59.831 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222858-11132024085259.txt === {"quote":"222858","customer":"12030","name":null,"customerName":"L&M Tool and Industrial Supply Inc.","comp":"01","open":"1","shipto":"UVXXAABD","shiptoName":"L&M Tool and Industrial Supply Inc.","entry_date":"10-11-2024","cust_order_date":"10-11-2024","req_date":"11-22-2024","cust_po":"BMT55-OD10X-MSD","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"NC","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"Sam Niro","drop_po":"Bill McCauley-Boyce","status":"0","user":"danas","conv_order":"","time":"06:13","extra":"","follow_up":"10-17-2024","web_id":"","follow_name":"Sam Niro","follow_phone":"216-548-4320","follow_email":"SNIRO@LMTOOLSUPPLY.COM","pic_user":"danas","total_amt":"1753.2","total_gp":"1114.43","total_gpm":"63.57","rev_type":"LT","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"2","totalQty":"3","win_pct":"20","clo_date":"11-11-2024","notes":[{"comp":"1","quote":"222858","line":"0","data":"10-11-2024 06:14 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"222858","line":"1","part":"BMT55-OD10X-MSD","qty":"2","price":"810.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222858","line":"2","part":"BMT45-OD75X-MS","qty":"1","price":"571.50","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222858","Line":"1","Company":"1","F_Line":"1","Comment":"List Price = $900.00ea.","Loc":"Y"},{"Quote":"222858","Line":"1","Company":"1","F_Line":"2","Comment":"Spec. Disc. applied","Loc":"Y"},{"Quote":"222858","Line":"2","Company":"1","F_Line":"1","Comment":"List Price = $635.00ea.","Loc":"Y"},{"Quote":"222858","Line":"2","Company":"1","F_Line":"2","Comment":"Spec. Disc. applied","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-13 08:53:13.985 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221244-11132024085313.txt === {"quote":"221244","customer":"12458","name":null,"customerName":"Lloyd Gage & Tool","comp":"01","open":"1","shipto":"VOSSCLEV","shiptoName":"Voss Industries","entry_date":"09-06-2024","cust_order_date":"10-06-2024","req_date":"11-18-2024","cust_po":"MZMP46-STC4X-L-MS","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"NC","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Patrick Barth","drop_po":"Special order","status":"0","user":"danas","conv_order":"","time":"16:13","extra":"","follow_up":"10-19-2024","web_id":"","follow_name":"Patrick Barth","follow_phone":"(216) 524-1926","follow_email":"pbarth@lloydgage.com","pic_user":"danas","total_amt":"11100.55","total_gp":"8568.82","total_gpm":"77.19","rev_type":"LT","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"2","totalQty":"9","win_pct":"20","clo_date":"11-06-2024","notes":[{"comp":"1","quote":"221244","line":"0","data":"09-09-2024 10:49 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"221244","line":"1","part":"SPECIAL-LV-MI","qty":"1","price":"3759.00","uom":"EA","discount":"20.00","req_date":"4w","branch":"1"},{"comp":"01","order":"221244","line":"2","part":"SPECIAL-LV-MI","qty":"1","price":"3759.00","uom":"EA","discount":"20.00","req_date":"12w","branch":"1"},{"comp":"01","order":"221244","line":"3","part":"C4-DWLNR-27050-08CP","qty":"2","price":"358.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221244","line":"4","part":"C4-DWLNL-27050-08CP","qty":"2","price":"358.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221244","line":"5","part":"MZMP47-ER25X-OFF-HSC","qty":"1","price":"5271.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221244","line":"6","part":"WRENCH-MIM-107446","qty":"1","price":"35.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221244","line":"7","part":"WRENCH-ER25I","qty":"1","price":"139.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"221244","Line":"1","Company":"1","F_Line":"1","Comment":"MZMP46-STC4X-L-MS","Loc":"Y"},{"Quote":"221244","Line":"1","Company":"1","F_Line":"2","Comment":"Dual Tool Single Station C4 Static Holder","Loc":"Y"},{"Quote":"221244","Line":"1","Company":"1","F_Line":"3","Comment":"Left Hand Orientation","Loc":"Y"},{"Quote":"221244","Line":"2","Company":"1","F_Line":"1","Comment":"MZMP46-STC4X-R-MS","Loc":"Y"},{"Quote":"221244","Line":"2","Company":"1","F_Line":"2","Comment":"Dual Tool Single Station C4 Static Holder","Loc":"Y"},{"Quote":"221244","Line":"2","Company":"1","F_Line":"3","Comment":"Right Hand Orientation","Loc":"Y"}],"qcomms":[{"Quote":"221244","Line":"0","Comment":"Non-standard stock items are considered"},{"Quote":"221244","Line":"1","Comment":"specials. Once a PO has been issued these items"},{"Quote":"221244","Line":"2","Comment":"cannot be cancelled or returned."}],"qcommi":[{"Quote":"221244","Line":"0","Comment":"note line item is price matched to Sandvik."}]} [{"json":{"results":"success","type":"quote","items":7}}] 2024-11-13 08:53:40.039 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-210402-11132024085339.txt === {"quote":"210402","customer":"5411","name":null,"customerName":"Ellison(IL,IN,OH)","comp":"01","open":"0","shipto":"KEB","shiptoName":"KEB Industries","entry_date":"01-24-2024","cust_order_date":null,"req_date":"11-01-2024","cust_po":"CNCZ105FA-M","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Nick Sowards","drop_po":"Doosan SVM-4100","status":"0","user":"nickc","conv_order":"","time":"14:42","extra":"","follow_up":"11-29-2024","web_id":"","follow_name":"Nick Sowards","follow_phone":"330-844-3052","follow_email":"nsowards@ellisontechnologies.com","pic_user":"danas","total_amt":"20778.40","total_gp":"15615.02","total_gpm":"75.15","rev_type":"RT","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-01-2024","notes":[{"comp":"1","quote":"210402","line":"0","data":"01-24-2024 14:42 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":210402,"Line":0,"Comment":"02/08/2024 8:15 AM - stevel - F/U changed from 02/06/2024 to 2/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":210402,"Line":1,"Comment":"02/26/2024 2:56 PM - stevel - Req Date changed from 03/06/2024 to 04/06/2024 (Req Date Updated)"},{"comp":1,"quote":210402,"Line":2,"Comment":"02/26/2024 2:56 PM - stevel - CLO changed from 02/24/2024 to 03/30/2024 (CLO Date Updated)"},{"comp":1,"quote":210402,"Line":3,"Comment":"02/26/2024 2:56 PM - stevel - F/U changed from 02/24/2024 to 3/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":210402,"Line":4,"Comment":"04/01/2024 6:00 PM - stevel - Req Date changed from 04/06/2024 to 05/04/2024 (Req Date Updated)"},{"comp":1,"quote":210402,"Line":5,"Comment":"04/01/2024 6:00 PM - stevel - CLO changed from 03/30/2024 to 05/04/2024 (CLO Date Updated)"},{"comp":1,"quote":210402,"Line":6,"Comment":"04/01/2024 6:00 PM - stevel - F/U changed from 03/23/2024 to 5/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":210402,"Line":7,"Comment":"04/19/2024 6:39 PM - danas - PIC changed from stevel to danas"},{"comp":1,"quote":210402,"Line":8,"Comment":"05/01/2024 10:31 AM - danas - F/U changed from 05/04/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":210402,"Line":9,"Comment":"05/01/2024 10:31 AM - danas - CLO changed from 05/04/2024 to 11/01/2024 (CLO Date Updated)"},{"comp":1,"quote":210402,"Line":10,"Comment":"05/01/2024 10:32 AM - danas - Req Date changed from 05/04/2024 to 11/01/2024 (Req Date Updated)"},{"comp":1,"quote":210402,"Line":11,"Comment":"05/01/2024 10:43 AM - danas - met with Nick Sowards. Project not likely to pop until after IMTS"},{"comp":1,"quote":210402,"Line":12,"Comment":"05/16/2024 3:30 PM - danas - Encounter has been added"},{"comp":1,"quote":210402,"Line":13,"Comment":"09/29/2024 9:31 PM - danas - F/U changed from 09/21/2024 to 10/19/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"210402","line":"1","part":"CNCZ105FA-M","qty":"1","price":"13755.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"210402","line":"2","part":"5C-AIR-FIXTURE-MLOCK-100","qty":"1","price":"4861.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"210402","line":"3","part":"5C-MANUAL-FIXTURE-ST","qty":"1","price":"1496.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"210402","line":"4","part":"RT-ACCS-INSTALL-PKG-4TH","qty":"1","price":"6700.00","uom":"EA","discount":"0.00","req_date":"As Needed","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-13 08:53:51.724 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-210402-11132024085351.txt === {"quote":"210402","customer":"5411","name":null,"customerName":"Ellison(IL,IN,OH)","comp":"01","open":"0","shipto":"KEB","shiptoName":"KEB Industries","entry_date":"01-24-2024","cust_order_date":null,"req_date":"11-01-2024","cust_po":"CNCZ105FA-M","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Nick Sowards","drop_po":"Doosan SVM-4100","status":"0","user":"nickc","conv_order":"","time":"14:42","extra":"","follow_up":"11-29-2024","web_id":"","follow_name":"Nick Sowards","follow_phone":"330-844-3052","follow_email":"nsowards@ellisontechnologies.com","pic_user":"danas","total_amt":"20778.40","total_gp":"15615.02","total_gpm":"75.15","rev_type":"RT","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-31-2024","notes":[{"comp":"1","quote":"210402","line":"0","data":"01-24-2024 14:42 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":210402,"Line":0,"Comment":"02/08/2024 8:15 AM - stevel - F/U changed from 02/06/2024 to 2/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":210402,"Line":1,"Comment":"02/26/2024 2:56 PM - stevel - Req Date changed from 03/06/2024 to 04/06/2024 (Req Date Updated)"},{"comp":1,"quote":210402,"Line":2,"Comment":"02/26/2024 2:56 PM - stevel - CLO changed from 02/24/2024 to 03/30/2024 (CLO Date Updated)"},{"comp":1,"quote":210402,"Line":3,"Comment":"02/26/2024 2:56 PM - stevel - F/U changed from 02/24/2024 to 3/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":210402,"Line":4,"Comment":"04/01/2024 6:00 PM - stevel - Req Date changed from 04/06/2024 to 05/04/2024 (Req Date Updated)"},{"comp":1,"quote":210402,"Line":5,"Comment":"04/01/2024 6:00 PM - stevel - CLO changed from 03/30/2024 to 05/04/2024 (CLO Date Updated)"},{"comp":1,"quote":210402,"Line":6,"Comment":"04/01/2024 6:00 PM - stevel - F/U changed from 03/23/2024 to 5/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":210402,"Line":7,"Comment":"04/19/2024 6:39 PM - danas - PIC changed from stevel to danas"},{"comp":1,"quote":210402,"Line":8,"Comment":"05/01/2024 10:31 AM - danas - F/U changed from 05/04/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":210402,"Line":9,"Comment":"05/01/2024 10:31 AM - danas - CLO changed from 05/04/2024 to 11/01/2024 (CLO Date Updated)"},{"comp":1,"quote":210402,"Line":10,"Comment":"05/01/2024 10:32 AM - danas - Req Date changed from 05/04/2024 to 11/01/2024 (Req Date Updated)"},{"comp":1,"quote":210402,"Line":11,"Comment":"05/01/2024 10:43 AM - danas - met with Nick Sowards. Project not likely to pop until after IMTS"},{"comp":1,"quote":210402,"Line":12,"Comment":"05/16/2024 3:30 PM - danas - Encounter has been added"},{"comp":1,"quote":210402,"Line":13,"Comment":"09/29/2024 9:31 PM - danas - F/U changed from 09/21/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":210402,"Line":14,"Comment":"11/13/2024 9:53 AM - danas - F/U changed from 10/19/2024 to 11/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":210402,"Line":15,"Comment":"11/13/2024 9:53 AM - danas - CLO changed from 11/01/2024 to 12/31/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"210402","line":"1","part":"CNCZ105FA-M","qty":"1","price":"13755.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"210402","line":"2","part":"5C-AIR-FIXTURE-MLOCK-100","qty":"1","price":"4861.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"210402","line":"3","part":"5C-MANUAL-FIXTURE-ST","qty":"1","price":"1496.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"210402","line":"4","part":"RT-ACCS-INSTALL-PKG-4TH","qty":"1","price":"6700.00","uom":"EA","discount":"0.00","req_date":"As Needed","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-13 08:54:00.566 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-210402-11132024085400.txt === {"quote":"210402","customer":"5411","name":null,"customerName":"Ellison(IL,IN,OH)","comp":"01","open":"0","shipto":"KEB","shiptoName":"KEB Industries","entry_date":"01-24-2024","cust_order_date":null,"req_date":"12-31-2024","cust_po":"CNCZ105FA-M","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Nick Sowards","drop_po":"Doosan SVM-4100","status":"0","user":"nickc","conv_order":"","time":"14:42","extra":"","follow_up":"11-29-2024","web_id":"","follow_name":"Nick Sowards","follow_phone":"330-844-3052","follow_email":"nsowards@ellisontechnologies.com","pic_user":"danas","total_amt":"20778.40","total_gp":"15615.02","total_gpm":"75.15","rev_type":"RT","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-31-2024","notes":[{"comp":"1","quote":"210402","line":"0","data":"01-24-2024 14:42 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":210402,"Line":0,"Comment":"02/08/2024 8:15 AM - stevel - F/U changed from 02/06/2024 to 2/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":210402,"Line":1,"Comment":"02/26/2024 2:56 PM - stevel - Req Date changed from 03/06/2024 to 04/06/2024 (Req Date Updated)"},{"comp":1,"quote":210402,"Line":2,"Comment":"02/26/2024 2:56 PM - stevel - CLO changed from 02/24/2024 to 03/30/2024 (CLO Date Updated)"},{"comp":1,"quote":210402,"Line":3,"Comment":"02/26/2024 2:56 PM - stevel - F/U changed from 02/24/2024 to 3/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":210402,"Line":4,"Comment":"04/01/2024 6:00 PM - stevel - Req Date changed from 04/06/2024 to 05/04/2024 (Req Date Updated)"},{"comp":1,"quote":210402,"Line":5,"Comment":"04/01/2024 6:00 PM - stevel - CLO changed from 03/30/2024 to 05/04/2024 (CLO Date Updated)"},{"comp":1,"quote":210402,"Line":6,"Comment":"04/01/2024 6:00 PM - stevel - F/U changed from 03/23/2024 to 5/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":210402,"Line":7,"Comment":"04/19/2024 6:39 PM - danas - PIC changed from stevel to danas"},{"comp":1,"quote":210402,"Line":8,"Comment":"05/01/2024 10:31 AM - danas - F/U changed from 05/04/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":210402,"Line":9,"Comment":"05/01/2024 10:31 AM - danas - CLO changed from 05/04/2024 to 11/01/2024 (CLO Date Updated)"},{"comp":1,"quote":210402,"Line":10,"Comment":"05/01/2024 10:32 AM - danas - Req Date changed from 05/04/2024 to 11/01/2024 (Req Date Updated)"},{"comp":1,"quote":210402,"Line":11,"Comment":"05/01/2024 10:43 AM - danas - met with Nick Sowards. Project not likely to pop until after IMTS"},{"comp":1,"quote":210402,"Line":12,"Comment":"05/16/2024 3:30 PM - danas - Encounter has been added"},{"comp":1,"quote":210402,"Line":13,"Comment":"09/29/2024 9:31 PM - danas - F/U changed from 09/21/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":210402,"Line":14,"Comment":"11/13/2024 9:53 AM - danas - F/U changed from 10/19/2024 to 11/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":210402,"Line":15,"Comment":"11/13/2024 9:53 AM - danas - CLO changed from 11/01/2024 to 12/31/2024 (CLO Date Updated)"},{"comp":1,"quote":210402,"Line":16,"Comment":"11/13/2024 9:53 AM - danas - Req Date changed from 11/01/2024 to 12/31/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"210402","line":"1","part":"CNCZ105FA-M","qty":"1","price":"13755.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"210402","line":"2","part":"5C-AIR-FIXTURE-MLOCK-100","qty":"1","price":"4861.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"210402","line":"3","part":"5C-MANUAL-FIXTURE-ST","qty":"1","price":"1496.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"210402","line":"4","part":"RT-ACCS-INSTALL-PKG-4TH","qty":"1","price":"6700.00","uom":"EA","discount":"0.00","req_date":"As Needed","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-13 09:19:53.862 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221039-11132024091953.txt === {"quote":"221039","customer":"5411","name":null,"customerName":"Ellison(IL,IN,OH)","comp":"01","open":"1","shipto":"ELLHAM","shiptoName":"Ellison Technologies, Inc.","entry_date":"09-03-2024","cust_order_date":"10-03-2024","req_date":"11-15-2024","cust_po":"CNC260PFA-M","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Aaron Evans","drop_po":"DN SVM4100","status":"0","user":"danas","conv_order":"","time":"11:59","extra":"","follow_up":"10-16-2024","web_id":"","follow_name":"Aaron Evans","follow_phone":"937-478-3291","follow_email":"aevans@ellisontechnologies.com","pic_user":"danas","total_amt":"26663.75","total_gp":"19827.20","total_gpm":"74.36","rev_type":"RT","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"2","totalQty":"3","win_pct":"20","clo_date":"11-03-2024","notes":[{"comp":"1","quote":"221039","line":"0","data":"09-03-2024 12:00 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"221039","line":"1","part":"CNC260PFA-M","qty":"1","price":"25883.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221039","line":"2","part":"R-9-SP-SET","qty":"1","price":"1914.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221039","line":"3","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"8500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"221039","Line":"0","Comment":"special pricing for IMTS deal!"}],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-13 09:23:36.937 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223081-11132024092336.txt === {"quote":"223081","customer":"2918","name":null,"customerName":"Buckeye Industrial Supply Co.","comp":"01","open":"0","shipto":"INNOCELI","shiptoName":"Innovative Machining Solutions","entry_date":"10-16-2024","cust_order_date":"10-16-2024","req_date":"11-27-2024","cust_po":"OKEX-ER32X-ICE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Kyle Seitz-OSS","drop_po":"LB3000II-MW","status":"0","user":"mirandag","conv_order":"","time":"14:58","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Russ Schultz","follow_phone":"513-793-8010","follow_email":"russell@bisbuckeye.com","pic_user":"danas","total_amt":"6710.20","total_gp":"4043.89","total_gpm":"60.26","rev_type":"LT","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"223081","line":"0","data":"10-16-2024 15:01 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223081,"Line":0,"Comment":"11/13/2024 10:23 AM - danas - Encounter has been added"}],"items":[{"comp":"01","order":"223081","line":"1","part":"OKEX-ER32Z","qty":"1","price":"4124.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223081","line":"2","part":"OKEX-ER32Z-ICE","qty":"1","price":"5462.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223081","line":"5","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223081","Line":"2","Company":"1","F_Line":"1","Comment":"External coolant filter required! 25um or better","Loc":"Y"}],"qcomms":[{"Quote":"223081","Line":"0","Comment":"For LB3000-II EX (MYW)"}],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-13 09:24:02.129 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221283-11132024092401.txt === {"quote":"221283","customer":"13687","name":null,"customerName":"DMG Mori (IL)","comp":"01","open":"0","shipto":"HMETOOLO","shiptoName":"HME-TOOL","entry_date":"09-09-2024","cust_order_date":"10-09-2024","req_date":"11-21-2024","cust_po":"Tool Cert Budget","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Leigh Guilkey","drop_po":"DMU50","status":"0","user":"danas","conv_order":"","time":"13:37","extra":"","follow_up":"10-22-2024","web_id":"","follow_name":"Leigh Guilkey","follow_phone":"216-930-4133","follow_email":"lguilkey@dmgmori-usa.com","pic_user":"danas","total_amt":"8154.00","total_gp":"6175.26","total_gpm":"75.73","rev_type":"STD","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"28","win_pct":"20","clo_date":"12-31-2024","notes":[],"crmnotes":[{"comp":1,"quote":221283,"Line":0,"Comment":"11/13/2024 10:23 AM - danas - CLO changed from 11/09/2024 to 12/31/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221283","line":"1","part":"C4001-0750-4.00CP","qty":"1","price":"170.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"2","part":"CAT40-C1-85U-IDU","qty":"1","price":"549.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"3","part":"KM1-1/2","qty":"1","price":"62.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"4","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"5","part":"C4005-0562-2.91","qty":"1","price":"395.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"6","part":"NT05-016","qty":"1","price":"48.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"7","part":"C4005-0875-3.86","qty":"1","price":"438.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"8","part":"NT10-032","qty":"1","price":"75.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"9","part":"C4006-0250-4.00","qty":"1","price":"150.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"10","part":"C4006-0375-4.00","qty":"1","price":"150.00","uom":"EA","discount":"0.00","req_date":"\\TOCK","branch":"1"},{"comp":"01","order":"221283","line":"11","part":"C4006-0500-4.00","qty":"1","price":"139.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"12","part":"C4006-0750-4.00","qty":"1","price":"144.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"13","part":"C4007-0032-3.13","qty":"4","price":"258.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"14","part":"C4007-0032-5.00","qty":"4","price":"285.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"15","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"16","part":"E32-SET-21","qty":"1","price":"1092.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"17","part":"CAT40-SK16-90U-IDU","qty":"2","price":"406.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"18","part":"CAT40-SK16-120U-IDU","qty":"2","price":"457.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"19","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"20","part":"SK16-SET-09-A","qty":"1","price":"738.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"221283","Line":"0","Comment":"TC BUDGET FOR DMU50"}],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":20}}] 2024-11-13 09:24:02.910 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221283-11132024092402.txt === {"quote":"221283","customer":"13687","name":null,"customerName":"DMG Mori (IL)","comp":"01","open":"0","shipto":"HMETOOLO","shiptoName":"HME-TOOL","entry_date":"09-09-2024","cust_order_date":"10-09-2024","req_date":"11-21-2024","cust_po":"Tool Cert Budget","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Leigh Guilkey","drop_po":"DMU50","status":"0","user":"danas","conv_order":"","time":"13:37","extra":"","follow_up":"11-29-2024","web_id":"","follow_name":"Leigh Guilkey","follow_phone":"216-930-4133","follow_email":"lguilkey@dmgmori-usa.com","pic_user":"danas","total_amt":"8154.00","total_gp":"6175.26","total_gpm":"75.73","rev_type":"STD","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"28","win_pct":"20","clo_date":"12-31-2024","notes":[],"crmnotes":[{"comp":1,"quote":221283,"Line":0,"Comment":"11/13/2024 10:23 AM - danas - CLO changed from 11/09/2024 to 12/31/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221283","line":"1","part":"C4001-0750-4.00CP","qty":"1","price":"170.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"2","part":"CAT40-C1-85U-IDU","qty":"1","price":"549.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"3","part":"KM1-1/2","qty":"1","price":"62.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"4","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"5","part":"C4005-0562-2.91","qty":"1","price":"395.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"6","part":"NT05-016","qty":"1","price":"48.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"7","part":"C4005-0875-3.86","qty":"1","price":"438.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"8","part":"NT10-032","qty":"1","price":"75.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"9","part":"C4006-0250-4.00","qty":"1","price":"150.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"10","part":"C4006-0375-4.00","qty":"1","price":"150.00","uom":"EA","discount":"0.00","req_date":"\\TOCK","branch":"1"},{"comp":"01","order":"221283","line":"11","part":"C4006-0500-4.00","qty":"1","price":"139.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"12","part":"C4006-0750-4.00","qty":"1","price":"144.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"13","part":"C4007-0032-3.13","qty":"4","price":"258.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"14","part":"C4007-0032-5.00","qty":"4","price":"285.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"15","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"16","part":"E32-SET-21","qty":"1","price":"1092.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"17","part":"CAT40-SK16-90U-IDU","qty":"2","price":"406.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"18","part":"CAT40-SK16-120U-IDU","qty":"2","price":"457.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"19","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"20","part":"SK16-SET-09-A","qty":"1","price":"738.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"221283","Line":"0","Comment":"TC BUDGET FOR DMU50"}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":20}}] 2024-11-13 09:25:54.148 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224285-11132024092553.txt === {"quote":"224285","customer":"E5476","name":null,"customerName":"Empire Dynamics Machinery LLC","comp":"01","open":"0","shipto":"EMPIREDY","shiptoName":"Empire Dynamics","entry_date":"11-12-2024","cust_order_date":"08-14-2024","req_date":"11-12-2024","cust_po":"C8 Special holders","terms_code":"CCARD","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Keeley Paull","drop_po":"","status":"0","user":"briand","conv_order":"","time":"10:30","extra":"","follow_up":"11-27-2024","web_id":"","follow_name":"Keeley Paull","follow_phone":"518-892-8435","follow_email":"kpaull@empiredynamics.us","pic_user":"briand","total_amt":"8432.00","total_gp":"8432.00","total_gpm":"100.00","rev_type":"STD","mod_date":"11-13-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"16","win_pct":"20","clo_date":null,"notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224285","line":"2","part":"SPECIAL-TL","qty":"16","price":"527.00","uom":"EA","discount":"0.00","req_date":"10~11 Weeks ADA","branch":"1"}],"qlines":[{"Quote":"224285","Line":"2","Company":"1","F_Line":"1","Comment":"C8 Shell Mill Holder coolant thru with IDChip Hole","Loc":"Y"},{"Quote":"224285","Line":"2","Company":"1","F_Line":"2","Comment":"GL 11.81 >> 6.890","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-13 09:26:02.989 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224285-11132024092602.txt === {"quote":"224285","customer":"E5476","name":null,"customerName":"Empire Dynamics Machinery LLC","comp":"01","open":"0","shipto":"EMPIREDY","shiptoName":"Empire Dynamics","entry_date":"11-12-2024","cust_order_date":"08-14-2024","req_date":"11-12-2024","cust_po":"C8 Special holders","terms_code":"CCARD","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Keeley Paull","drop_po":"","status":"0","user":"briand","conv_order":"","time":"10:30","extra":"","follow_up":"11-27-2024","web_id":"","follow_name":"Keeley Paull","follow_phone":"518-892-8435","follow_email":"kpaull@empiredynamics.us","pic_user":"briand","total_amt":"8432.00","total_gp":"8432.00","total_gpm":"100.00","rev_type":"STD","mod_date":"11-13-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"16","win_pct":"20","clo_date":"12-02-2024","notes":[],"crmnotes":[{"comp":1,"quote":224285,"Line":0,"Comment":"11/13/2024 9:25 AM - briand - F/U changed from 11/18/2024 to 11/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224285,"Line":1,"Comment":"11/13/2024 9:25 AM - briand - CLO changed from NaN/NaN/NaN to 12/02/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224285","line":"2","part":"SPECIAL-TL","qty":"16","price":"527.00","uom":"EA","discount":"0.00","req_date":"10~11 Weeks ADA","branch":"1"}],"qlines":[{"Quote":"224285","Line":"2","Company":"1","F_Line":"1","Comment":"C8 Shell Mill Holder coolant thru with IDChip Hole","Loc":"Y"},{"Quote":"224285","Line":"2","Company":"1","F_Line":"2","Comment":"GL 11.81 >> 6.890","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-13 09:26:10.992 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224285-11132024092610.txt === {"quote":"224285","customer":"E5476","name":null,"customerName":"Empire Dynamics Machinery LLC","comp":"01","open":"0","shipto":"EMPIREDY","shiptoName":"Empire Dynamics","entry_date":"11-12-2024","cust_order_date":"08-14-2024","req_date":"12-03-2024","cust_po":"C8 Special holders","terms_code":"CCARD","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Keeley Paull","drop_po":"","status":"0","user":"briand","conv_order":"","time":"10:30","extra":"","follow_up":"11-27-2024","web_id":"","follow_name":"Keeley Paull","follow_phone":"518-892-8435","follow_email":"kpaull@empiredynamics.us","pic_user":"briand","total_amt":"8432.00","total_gp":"8432.00","total_gpm":"100.00","rev_type":"STD","mod_date":"11-13-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"16","win_pct":"20","clo_date":"12-02-2024","notes":[],"crmnotes":[{"comp":1,"quote":224285,"Line":0,"Comment":"11/13/2024 9:25 AM - briand - F/U changed from 11/18/2024 to 11/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224285,"Line":1,"Comment":"11/13/2024 9:25 AM - briand - CLO changed from NaN/NaN/NaN to 12/02/2024 (CLO Date Updated)"},{"comp":1,"quote":224285,"Line":2,"Comment":"11/13/2024 9:26 AM - briand - Req Date changed from 11/12/2024 to 12/03/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"224285","line":"2","part":"SPECIAL-TL","qty":"16","price":"527.00","uom":"EA","discount":"0.00","req_date":"10~11 Weeks ADA","branch":"1"}],"qlines":[{"Quote":"224285","Line":"2","Company":"1","F_Line":"1","Comment":"C8 Shell Mill Holder coolant thru with IDChip Hole","Loc":"Y"},{"Quote":"224285","Line":"2","Company":"1","F_Line":"2","Comment":"GL 11.81 >> 6.890","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-13 09:27:38.321 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223325-11132024092738.txt === {"quote":"223325","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"1","shipto":"PTSCLVLD","shiptoName":"PTSolutions - Cleveland","entry_date":"10-22-2024","cust_order_date":"10-22-2024","req_date":"12-03-2024","cust_po":"CAT40-C3/4-85U-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Boris Smoljan","drop_po":"","status":"0","user":"danas","conv_order":"","time":"11:16","extra":"","follow_up":"10-28-2024","web_id":"","follow_name":"Boris Smoljan","follow_phone":"216-956-3552","follow_email":"boris.smoljan@pts-tools.com","pic_user":"danas","total_amt":"585.00","total_gp":"461.86","total_gpm":"78.95","rev_type":"ADV","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"2","totalQty":"2","win_pct":"20","clo_date":"11-22-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223325","line":"1","part":"CAT40-C3/4-85U-IDU","qty":"1","price":"526.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223325","line":"2","part":"KM3/4-6","qty":"1","price":"59.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-13 09:28:13.443 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218246-11132024092813.txt === {"quote":"218246","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"MSCOH","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"07-02-2024","cust_order_date":"08-13-2022","req_date":"12-31-2024","cust_po":"PRE-E346PLUS-I40","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"TD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Scott Harenberg","drop_po":"For Honeywell Columbus","status":"0","user":"danas","conv_order":"","time":"06:54","extra":"","follow_up":"10-28-2024","web_id":"","follow_name":"Scott Harenberg","follow_phone":"","follow_email":"HarenbuS@mscdirect.com","pic_user":"danas","total_amt":"43645.00","total_gp":"21177.12","total_gpm":"48.52","rev_type":"ADV","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"2","totalQty":"16","win_pct":"20","clo_date":"12-31-2024","notes":[{"comp":"1","quote":"218246","line":"0","data":"07-02-2024 07:02 - Discounts Recalculated"}],"crmnotes":[{"comp":1,"quote":218246,"Line":0,"Comment":"08/12/2024 12:09 PM - danas - F/U changed from 07/28/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218246,"Line":1,"Comment":"08/16/2024 5:41 PM - danas - Emailed EU for update. Both suppliers quoting project have been quiet."},{"comp":1,"quote":218246,"Line":2,"Comment":"09/11/2024 2:44 PM - danas - Still alive...\"They need to run through an elongated approval process...\""},{"comp":1,"quote":218246,"Line":3,"Comment":"09/11/2024 2:50 PM - danas - Encounter has been added"},{"comp":1,"quote":218246,"Line":4,"Comment":"09/16/2024 8:32 AM - danas - F/U changed from 08/31/2024 to 9/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218246,"Line":5,"Comment":"09/16/2024 8:33 AM - danas - CLO changed from 08/28/2024 to 12/31/2024 (CLO Date Updated)"},{"comp":1,"quote":218246,"Line":6,"Comment":"09/16/2024 8:33 AM - danas - Req Date changed from 08/02/2024 to 12/31/2024 (Req Date Updated)"},{"comp":1,"quote":218246,"Line":7,"Comment":"10/07/2024 8:46 PM - danas - Stuck with procurement"},{"comp":1,"quote":218246,"Line":8,"Comment":"10/07/2024 8:46 PM - danas - F/U changed from 9/30/2024 to 10/28/2024 (Follow Up In 3 Week)"}],"items":[{"comp":"01","order":"218246","line":"3","part":"PRE-E346PLUS-I40","qty":"1","price":"16600.00","uom":"EA","discount":"25.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"218246","line":"4","part":"PRE-E346PLUS-STD","qty":"1","price":"1940.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218246","line":"5","part":"PRE-E346BA-I40","qty":"1","price":"24800.00","uom":"EA","discount":"25.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"218246","line":"6","part":"PRE-E346PLUS-STD","qty":"1","price":"1940.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218246","line":"9","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218246","line":"10","part":"PRE-SPDL-I50","qty":"1","price":"970.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218246","line":"11","part":"PRE-GAUGE-C50","qty":"1","price":"760.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218246","line":"12","part":"PRE-SPDL-C6","qty":"1","price":"4080.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218246","line":"13","part":"PRE-GAUGE-C6","qty":"1","price":"2720.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218246","line":"14","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218246","line":"15","part":"PRE-PRNT-ROLL-QL800","qty":"5","price":"30.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218246","line":"16","part":"PRE-INST/TRAINING","qty":"1","price":"2500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":12}}] 2024-11-13 09:28:46.733 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220462-11132024092846.txt === {"quote":"220462","customer":"20275","name":null,"customerName":"Technical Equipment Sales Co.","comp":"01","open":"1","shipto":"TECHPMEN","shiptoName":"Technical Equipment Sales Co.","entry_date":"08-20-2024","cust_order_date":"10-20-2024","req_date":"11-01-2024","cust_po":"QCC-DL65-A6","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Andy Pasquino","drop_po":"Assembly Spec.","status":"0","user":"danas","conv_order":"","time":"19:48","extra":"","follow_up":"10-28-2024","web_id":"","follow_name":"Andy Pasquino","follow_phone":"","follow_email":"apasquino@techequip.com","pic_user":"danas","total_amt":"6606.00","total_gp":"2871.11","total_gpm":"43.46","rev_type":"PCQC","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"2","totalQty":"6","win_pct":"20","clo_date":"10-20-2024","notes":[{"comp":"1","quote":"220462","line":"0","data":"08-20-2024 19:54 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220462,"Line":0,"Comment":"10/07/2024 8:49 PM - danas - Project dependent on capital project for LMTT1800SY"},{"comp":1,"quote":220462,"Line":1,"Comment":"10/07/2024 8:49 PM - danas - F/U changed from 10/2/2024 to 10/28/2024 (Follow Up In 3 Week)"}],"items":[{"comp":"01","order":"220462","line":"1","part":"QCC-DL65-A6","qty":"2","price":"5120.00","uom":"EA","discount":"40.00","req_date":"2-3W","branch":"1"},{"comp":"01","order":"220462","line":"2","part":"QCFC65-WRENCH","qty":"1","price":"616.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220462","line":"3","part":"MODIFICATION-DSCRW-THREAD","qty":"2","price":"0.00","uom":"EA","discount":"0.00","req_date":"2w","branch":"1"},{"comp":"01","order":"220462","line":"4","part":"NOTE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"220462","Line":"2","Company":"1","F_Line":"1","Comment":"price match Royal","Loc":"N"},{"Quote":"220462","Line":"3","Company":"1","F_Line":"1","Comment":"THREADING CHARGE WAIVED","Loc":"Y"},{"Quote":"220462","Line":"4","Company":"1","F_Line":"1","Comment":"FOR HYUNDAI WIA LMTT1800SY A2-6 MAIN SUB","Loc":"Y"},{"Quote":"220462","Line":"4","Company":"1","F_Line":"2","Comment":"SPINDLE SPECS RECORDED","Loc":"Y"}],"qcomms":[],"qcommi":[{"Quote":"220462","Line":"0","Comment":"Quoted exactly as Royal 46130"},{"Quote":"220462","Line":"1","Comment":"Royal doesn't charge for drawtube adapter machining"}]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-13 09:29:56.630 [INFO] [CreateClient] [jsoncustomer.php] [C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\MOUNEAEA.txt]: {"id":"MOUNEAEA","name":"MOUNTAIN BASE MFG.","address1":"180 PLEASANT STREET, SUITE 1","address2":"","city":"EASTHAMPTON","state":"MA","zip":"01027","country":"USA","discount_level":null,"date_opened":"","salesman":"JG","phone":"413-527-9590","cr_limit":"","Created":"11-13-2024","Segment":"EU","Lat":0.0,"Long":0.0,"Distance":"0","Territory":10,"web_id":0,"Type":"ST","Active":"Y","website":null,"UserId":"webadmin","JAS":"N","customer_email":"rkoziol@lindcospringfield.com"} [{"json":{"results":"success","type":"customer"}}] 2024-11-13 09:51:33.151 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220134-11132024095132.txt === {"quote":"220134","customer":"20275","name":null,"customerName":"Technical Equipment Sales Co.","comp":"01","open":"0","shipto":"EMERIC","shiptoName":"Ken Emerick Machine Inc","entry_date":"08-13-2024","cust_order_date":"10-13-2024","req_date":"12-24-2024","cust_po":"TC Budget","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Dana","drop_po":"HW KF5600II","status":"0","user":"danas","conv_order":"","time":"21:11","extra":"","follow_up":"10-26-2024","web_id":"","follow_name":"Dana","follow_phone":"","follow_email":"danas@lyndexnikken.com","pic_user":"danas","total_amt":"6960.00","total_gp":"5266.67","total_gpm":"75.67","rev_type":"ADV","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"29","win_pct":"20","clo_date":"07-31-2025","notes":[{"comp":"1","quote":"220134","line":"0","data":"08-13-2024 21:14 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220134,"Line":0,"Comment":"11/13/2024 10:51 AM - danas - CLO changed from 12/13/2024 to 07/31/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"220134","line":"1","part":"CAT40-SK16-60U-IDU","qty":"3","price":"406.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220134","line":"2","part":"CAT40-SK16-90U-IDU","qty":"3","price":"406.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220134","line":"3","part":"CAT40-SK16-120U-IDU","qty":"3","price":"457.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220134","line":"4","part":"C40S-4500(H)-EU","qty":"9","price":"32.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220134","line":"5","part":"SK16-1/8A","qty":"1","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220134","line":"6","part":"SK16-5/8A","qty":"1","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220134","line":"7","part":"SK16-7","qty":"1","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220134","line":"8","part":"SK16-SET-09-A","qty":"1","price":"738.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220134","line":"9","part":"9HC16","qty":"2","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220134","line":"11","part":"QCFC65-044-SER","qty":"1","price":"327.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220134","line":"12","part":"QCFC65-044-SMO","qty":"1","price":"327.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220134","line":"13","part":"QCFC65-028-HEX","qty":"1","price":"501.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220134","line":"14","part":"QCFC65-032-SMO","qty":"1","price":"325.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220134","line":"15","part":"QCFC65-132-SMO","qty":"1","price":"327.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":14}}] 2024-11-13 09:51:34.013 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220134-11132024095133.txt === {"quote":"220134","customer":"20275","name":null,"customerName":"Technical Equipment Sales Co.","comp":"01","open":"0","shipto":"EMERIC","shiptoName":"Ken Emerick Machine Inc","entry_date":"08-13-2024","cust_order_date":"10-13-2024","req_date":"12-24-2024","cust_po":"TC Budget","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Dana","drop_po":"HW KF5600II","status":"0","user":"danas","conv_order":"","time":"21:11","extra":"","follow_up":"02-28-2025","web_id":"","follow_name":"Dana","follow_phone":"","follow_email":"danas@lyndexnikken.com","pic_user":"danas","total_amt":"6960.00","total_gp":"5266.67","total_gpm":"75.67","rev_type":"ADV","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"29","win_pct":"20","clo_date":"07-31-2025","notes":[{"comp":"1","quote":"220134","line":"0","data":"08-13-2024 21:14 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220134,"Line":0,"Comment":"11/13/2024 10:51 AM - danas - CLO changed from 12/13/2024 to 07/31/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"220134","line":"1","part":"CAT40-SK16-60U-IDU","qty":"3","price":"406.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220134","line":"2","part":"CAT40-SK16-90U-IDU","qty":"3","price":"406.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220134","line":"3","part":"CAT40-SK16-120U-IDU","qty":"3","price":"457.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220134","line":"4","part":"C40S-4500(H)-EU","qty":"9","price":"32.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220134","line":"5","part":"SK16-1/8A","qty":"1","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220134","line":"6","part":"SK16-5/8A","qty":"1","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220134","line":"7","part":"SK16-7","qty":"1","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220134","line":"8","part":"SK16-SET-09-A","qty":"1","price":"738.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220134","line":"9","part":"9HC16","qty":"2","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220134","line":"11","part":"QCFC65-044-SER","qty":"1","price":"327.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220134","line":"12","part":"QCFC65-044-SMO","qty":"1","price":"327.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220134","line":"13","part":"QCFC65-028-HEX","qty":"1","price":"501.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220134","line":"14","part":"QCFC65-032-SMO","qty":"1","price":"325.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220134","line":"15","part":"QCFC65-132-SMO","qty":"1","price":"327.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":14}}] 2024-11-13 09:52:59.051 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-214547-11132024095258.txt === {"quote":"214547","customer":"20275","name":null,"customerName":"Technical Equipment Sales Co.","comp":"01","open":"0","shipto":"FIVES","shiptoName":"Fives North American","entry_date":"04-11-2024","cust_order_date":"04-11-2024","req_date":"10-31-2024","cust_po":"Fives Cleveland Tool Cert","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Andy Pasquino","drop_po":"","status":"0","user":"mirandag","conv_order":"","time":"10:17","extra":"","follow_up":"11-09-2024","web_id":"","follow_name":"Andy Pasquino","follow_phone":"","follow_email":"apasquino@techequip.com","pic_user":"danas","total_amt":"50000","total_gp":"50000.00","total_gpm":"100.00","rev_type":"STD","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"1","win_pct":"20","clo_date":"10-31-2024","notes":[{"comp":"1","quote":"214547","line":"3","data":"04-11-2024 10:17 - Discounts Recalculated QS"},{"comp":"1","quote":"214547","line":"2","data":"04-11-2024 11:21-mirandag cleared to give 50% disc"},{"comp":"1","quote":"214547","line":"1","data":"CAT50 Taper"},{"comp":"1","quote":"214547","line":"0","data":"04-11-2024 11:21-mirandag Machine is Makino a81/"}],"crmnotes":[{"comp":1,"quote":214547,"Line":0,"Comment":"04/26/2024 10:23 AM - danas - F/U changed from 04/24/2024 to 6/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214547,"Line":1,"Comment":"04/26/2024 10:23 AM - danas - CLO changed from 05/11/2024 to 08/31/2024 (CLO Date Updated)"},{"comp":1,"quote":214547,"Line":2,"Comment":"04/26/2024 10:25 AM - danas - Encounter has been added"},{"comp":1,"quote":214547,"Line":3,"Comment":"06/25/2024 12:52 PM - danas - Met with EU. Word is that this capex has stalled due to implementation of ERP system and reduced new sales orders. Business has steady back log but with new orders falling, ownership is holding release of Makino expansion."},{"comp":1,"quote":214547,"Line":4,"Comment":"06/25/2024 12:53 PM - danas - Req Date changed from 05/23/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":214547,"Line":5,"Comment":"06/25/2024 12:53 PM - danas - CLO changed from 08/31/2024 to 10/31/2024 (CLO Date Updated)"},{"comp":1,"quote":214547,"Line":6,"Comment":"06/25/2024 12:53 PM - danas - F/U changed from 06/14/2024 to 9/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214547,"Line":7,"Comment":"09/11/2024 2:54 PM - danas - F/U changed from 09/02/2024 to 10/31/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"214547","line":"1","part":"TOOL-CERT","qty":"1","price":"100000.00","uom":"EA","discount":"50.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-13 09:53:15.702 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-214547-11132024095315.txt === {"quote":"214547","customer":"20275","name":null,"customerName":"Technical Equipment Sales Co.","comp":"01","open":"0","shipto":"FIVES","shiptoName":"Fives North American","entry_date":"04-11-2024","cust_order_date":"04-11-2024","req_date":"10-31-2024","cust_po":"Fives Cleveland Tool Cert","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Andy Pasquino","drop_po":"","status":"0","user":"mirandag","conv_order":"","time":"10:17","extra":"","follow_up":"11-09-2024","web_id":"","follow_name":"Andy Pasquino","follow_phone":"","follow_email":"apasquino@techequip.com","pic_user":"danas","total_amt":"50000","total_gp":"50000.00","total_gpm":"100.00","rev_type":"STD","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"1","win_pct":"20","clo_date":"04-30-2025","notes":[{"comp":"1","quote":"214547","line":"3","data":"04-11-2024 10:17 - Discounts Recalculated QS"},{"comp":"1","quote":"214547","line":"2","data":"04-11-2024 11:21-mirandag cleared to give 50% disc"},{"comp":"1","quote":"214547","line":"1","data":"CAT50 Taper"},{"comp":"1","quote":"214547","line":"0","data":"04-11-2024 11:21-mirandag Machine is Makino a81/"}],"crmnotes":[{"comp":1,"quote":214547,"Line":0,"Comment":"04/26/2024 10:23 AM - danas - F/U changed from 04/24/2024 to 6/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214547,"Line":1,"Comment":"04/26/2024 10:23 AM - danas - CLO changed from 05/11/2024 to 08/31/2024 (CLO Date Updated)"},{"comp":1,"quote":214547,"Line":2,"Comment":"04/26/2024 10:25 AM - danas - Encounter has been added"},{"comp":1,"quote":214547,"Line":3,"Comment":"06/25/2024 12:52 PM - danas - Met with EU. Word is that this capex has stalled due to implementation of ERP system and reduced new sales orders. Business has steady back log but with new orders falling, ownership is holding release of Makino expansion."},{"comp":1,"quote":214547,"Line":4,"Comment":"06/25/2024 12:53 PM - danas - Req Date changed from 05/23/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":214547,"Line":5,"Comment":"06/25/2024 12:53 PM - danas - CLO changed from 08/31/2024 to 10/31/2024 (CLO Date Updated)"},{"comp":1,"quote":214547,"Line":6,"Comment":"06/25/2024 12:53 PM - danas - F/U changed from 06/14/2024 to 9/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214547,"Line":7,"Comment":"09/11/2024 2:54 PM - danas - F/U changed from 09/02/2024 to 10/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214547,"Line":8,"Comment":"11/13/2024 10:52 AM - danas - F/U changed from 10/31/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214547,"Line":9,"Comment":"11/13/2024 10:53 AM - danas - CLO changed from 10/31/2024 to 04/30/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"214547","line":"1","part":"TOOL-CERT","qty":"1","price":"100000.00","uom":"EA","discount":"50.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-13 09:53:26.827 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-214547-11132024095326.txt === {"quote":"214547","customer":"20275","name":null,"customerName":"Technical Equipment Sales Co.","comp":"01","open":"0","shipto":"FIVES","shiptoName":"Fives North American","entry_date":"04-11-2024","cust_order_date":"04-11-2024","req_date":"04-30-2025","cust_po":"Fives Cleveland Tool Cert","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Andy Pasquino","drop_po":"","status":"0","user":"mirandag","conv_order":"","time":"10:17","extra":"","follow_up":"11-09-2024","web_id":"","follow_name":"Andy Pasquino","follow_phone":"","follow_email":"apasquino@techequip.com","pic_user":"danas","total_amt":"50000","total_gp":"50000.00","total_gpm":"100.00","rev_type":"STD","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"1","win_pct":"20","clo_date":"04-30-2025","notes":[{"comp":"1","quote":"214547","line":"3","data":"04-11-2024 10:17 - Discounts Recalculated QS"},{"comp":"1","quote":"214547","line":"2","data":"04-11-2024 11:21-mirandag cleared to give 50% disc"},{"comp":"1","quote":"214547","line":"1","data":"CAT50 Taper"},{"comp":"1","quote":"214547","line":"0","data":"04-11-2024 11:21-mirandag Machine is Makino a81/"}],"crmnotes":[{"comp":1,"quote":214547,"Line":0,"Comment":"04/26/2024 10:23 AM - danas - F/U changed from 04/24/2024 to 6/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214547,"Line":1,"Comment":"04/26/2024 10:23 AM - danas - CLO changed from 05/11/2024 to 08/31/2024 (CLO Date Updated)"},{"comp":1,"quote":214547,"Line":2,"Comment":"04/26/2024 10:25 AM - danas - Encounter has been added"},{"comp":1,"quote":214547,"Line":3,"Comment":"06/25/2024 12:52 PM - danas - Met with EU. Word is that this capex has stalled due to implementation of ERP system and reduced new sales orders. Business has steady back log but with new orders falling, ownership is holding release of Makino expansion."},{"comp":1,"quote":214547,"Line":4,"Comment":"06/25/2024 12:53 PM - danas - Req Date changed from 05/23/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":214547,"Line":5,"Comment":"06/25/2024 12:53 PM - danas - CLO changed from 08/31/2024 to 10/31/2024 (CLO Date Updated)"},{"comp":1,"quote":214547,"Line":6,"Comment":"06/25/2024 12:53 PM - danas - F/U changed from 06/14/2024 to 9/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214547,"Line":7,"Comment":"09/11/2024 2:54 PM - danas - F/U changed from 09/02/2024 to 10/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214547,"Line":8,"Comment":"11/13/2024 10:52 AM - danas - F/U changed from 10/31/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214547,"Line":9,"Comment":"11/13/2024 10:53 AM - danas - CLO changed from 10/31/2024 to 04/30/2025 (CLO Date Updated)"},{"comp":1,"quote":214547,"Line":10,"Comment":"11/13/2024 10:53 AM - danas - Req Date changed from 10/31/2024 to 04/30/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"214547","line":"1","part":"TOOL-CERT","qty":"1","price":"100000.00","uom":"EA","discount":"50.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-13 09:56:24.560 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222523-11132024095624.txt === {"quote":"222523","customer":"5411","name":null,"customerName":"Ellison(IL,IN,OH)","comp":"01","open":"0","shipto":"RDTOLEDO","shiptoName":"R&D Custom Machine and Tool","entry_date":"10-03-2024","cust_order_date":"10-03-2024","req_date":"11-14-2024","cust_po":"5AX-201FA-M-AB","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Pete Intihar","drop_po":"FOR SMT M500V","status":"0","user":"danas","conv_order":"","time":"18:16","extra":"","follow_up":"11-20-2024","web_id":"","follow_name":"Pete Intihar","follow_phone":"216-314-5182","follow_email":"peteintihar60@yahoo.com","pic_user":"danas","total_amt":"60968.30","total_gp":"45838.59","total_gpm":"75.18","rev_type":"RT","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-03-2024","notes":[],"crmnotes":[{"comp":1,"quote":222523,"Line":0,"Comment":"10/15/2024 6:40 PM - danas - F/U changed from 10/16/2024 to 11/1/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222523,"Line":1,"Comment":"11/13/2024 10:55 AM - danas - Encounter has been added"}],"items":[{"comp":"01","order":"222523","line":"1","part":"5AX-250FA-M","qty":"1","price":"60669.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222523","line":"2","part":"SPECIAL-RT","qty":"1","price":"4000.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222523","line":"3","part":"INSTALLATION-RT-5AX-MW","qty":"1","price":"14500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222523","Line":"1","Company":"1","F_Line":"1","Comment":"IMTS Demo Unit WH2","Loc":"Y"},{"Quote":"222523","Line":"1","Company":"1","F_Line":"2","Comment":"List Price = $67410.00","Loc":"Y"},{"Quote":"222523","Line":"2","Company":"1","F_Line":"1","Comment":"For Samsung M500V Oi-MF. 4th-5th prep confirmed","Loc":"Y"},{"Quote":"222523","Line":"2","Company":"1","F_Line":"2","Comment":"To replace existing Koma 4th axis.","Loc":"Y"},{"Quote":"222523","Line":"2","Company":"1","F_Line":"3","Comment":"Hydraulic booster cost","Loc":"Y"},{"Quote":"222523","Line":"3","Company":"1","F_Line":"1","Comment":"Air Hydraulic Booster 2 circuits (24VDC)","Loc":"Y"},{"Quote":"222523","Line":"3","Company":"1","F_Line":"2","Comment":"Only required for 5AX-250FA-M","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-13 09:56:35.611 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222523-11132024095635.txt === {"quote":"222523","customer":"5411","name":null,"customerName":"Ellison(IL,IN,OH)","comp":"01","open":"0","shipto":"RDTOLEDO","shiptoName":"R&D Custom Machine and Tool","entry_date":"10-03-2024","cust_order_date":"10-03-2024","req_date":"11-14-2024","cust_po":"5AX-201FA-M-AB","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Pete Intihar","drop_po":"FOR SMT M500V","status":"0","user":"danas","conv_order":"","time":"18:16","extra":"","follow_up":"11-20-2024","web_id":"","follow_name":"Pete Intihar","follow_phone":"216-314-5182","follow_email":"peteintihar60@yahoo.com","pic_user":"danas","total_amt":"60968.30","total_gp":"45838.59","total_gpm":"75.18","rev_type":"RT","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-31-2024","notes":[],"crmnotes":[{"comp":1,"quote":222523,"Line":0,"Comment":"10/15/2024 6:40 PM - danas - F/U changed from 10/16/2024 to 11/1/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222523,"Line":1,"Comment":"11/13/2024 10:55 AM - danas - Encounter has been added"},{"comp":1,"quote":222523,"Line":2,"Comment":"11/13/2024 10:56 AM - danas - F/U changed from 11/01/2024 to 11/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222523,"Line":3,"Comment":"11/13/2024 10:56 AM - danas - CLO changed from 11/03/2024 to 12/31/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222523","line":"1","part":"5AX-250FA-M","qty":"1","price":"60669.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222523","line":"2","part":"SPECIAL-RT","qty":"1","price":"4000.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222523","line":"3","part":"INSTALLATION-RT-5AX-MW","qty":"1","price":"14500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222523","Line":"1","Company":"1","F_Line":"1","Comment":"IMTS Demo Unit WH2","Loc":"Y"},{"Quote":"222523","Line":"1","Company":"1","F_Line":"2","Comment":"List Price = $67410.00","Loc":"Y"},{"Quote":"222523","Line":"2","Company":"1","F_Line":"1","Comment":"For Samsung M500V Oi-MF. 4th-5th prep confirmed","Loc":"Y"},{"Quote":"222523","Line":"2","Company":"1","F_Line":"2","Comment":"To replace existing Koma 4th axis.","Loc":"Y"},{"Quote":"222523","Line":"2","Company":"1","F_Line":"3","Comment":"Hydraulic booster cost","Loc":"Y"},{"Quote":"222523","Line":"3","Company":"1","F_Line":"1","Comment":"Air Hydraulic Booster 2 circuits (24VDC)","Loc":"Y"},{"Quote":"222523","Line":"3","Company":"1","F_Line":"2","Comment":"Only required for 5AX-250FA-M","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-13 09:57:27.558 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222523-11132024095727.txt === {"quote":"222523","customer":"5411","name":null,"customerName":"Ellison(IL,IN,OH)","comp":"01","open":"0","shipto":"RDTOLEDO","shiptoName":"R&D Custom Machine and Tool","entry_date":"10-03-2024","cust_order_date":"10-03-2024","req_date":"11-14-2024","cust_po":"5AX-201FA-M-AB","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Pete Intihar","drop_po":"FOR SMT M500V","status":"0","user":"danas","conv_order":"","time":"18:16","extra":"","follow_up":"11-20-2024","web_id":"","follow_name":"Pete Intihar","follow_phone":"216-314-5182","follow_email":"peteintihar60@yahoo.com","pic_user":"danas","total_amt":"60968.30","total_gp":"45838.59","total_gpm":"75.18","rev_type":"RT","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"3","win_pct":"30","clo_date":"12-31-2024","notes":[],"crmnotes":[{"comp":1,"quote":222523,"Line":0,"Comment":"10/15/2024 6:40 PM - danas - F/U changed from 10/16/2024 to 11/1/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222523,"Line":1,"Comment":"11/13/2024 10:55 AM - danas - Encounter has been added"},{"comp":1,"quote":222523,"Line":2,"Comment":"11/13/2024 10:56 AM - danas - F/U changed from 11/01/2024 to 11/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222523,"Line":3,"Comment":"11/13/2024 10:56 AM - danas - CLO changed from 11/03/2024 to 12/31/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222523","line":"1","part":"5AX-250FA-M","qty":"1","price":"60669.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222523","line":"2","part":"SPECIAL-RT","qty":"1","price":"4000.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222523","line":"3","part":"INSTALLATION-RT-5AX-MW","qty":"1","price":"14500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222523","Line":"1","Company":"1","F_Line":"1","Comment":"IMTS Demo Unit WH2","Loc":"Y"},{"Quote":"222523","Line":"1","Company":"1","F_Line":"2","Comment":"List Price = $67410.00","Loc":"Y"},{"Quote":"222523","Line":"2","Company":"1","F_Line":"1","Comment":"For Samsung M500V Oi-MF. 4th-5th prep confirmed","Loc":"Y"},{"Quote":"222523","Line":"2","Company":"1","F_Line":"2","Comment":"To replace existing Koma 4th axis.","Loc":"Y"},{"Quote":"222523","Line":"2","Company":"1","F_Line":"3","Comment":"Hydraulic booster cost","Loc":"Y"},{"Quote":"222523","Line":"3","Company":"1","F_Line":"1","Comment":"Air Hydraulic Booster 2 circuits (24VDC)","Loc":"Y"},{"Quote":"222523","Line":"3","Company":"1","F_Line":"2","Comment":"Only required for 5AX-250FA-M","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-13 09:58:45.567 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-216559-11132024095845.txt === {"quote":"216559","customer":"5411","name":null,"customerName":"Ellison(IL,IN,OH)","comp":"01","open":"0","shipto":"HUNGHYD","shiptoName":"Hunger Hydraulics C.C,. Ltd.","entry_date":"05-23-2024","cust_order_date":"05-23-2024","req_date":"03-31-2025","cust_po":"INSTALLATION-RT-CNC-MW","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Pete Intihar","drop_po":"YAMA-SEIKI VP-2016","status":"0","user":"danas","conv_order":"","time":"09:14","extra":"","follow_up":"11-29-2024","web_id":"","follow_name":"Pete Intihar","follow_phone":"216-314-5182","follow_email":"peteintihar60@yahoo.com","pic_user":"danas","total_amt":"8866.8","total_gp":"8866.80","total_gpm":"100.00","rev_type":"RT","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"1","win_pct":"20","clo_date":"03-31-2025","notes":[],"crmnotes":[{"comp":1,"quote":216559,"Line":0,"Comment":"06/11/2024 6:23 PM - danas - F/U changed from 06/15/2024 to 8/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216559,"Line":1,"Comment":"06/25/2024 9:50 AM - danas - Klaus waiting to next FY to purchase."},{"comp":1,"quote":216559,"Line":2,"Comment":"06/25/2024 9:51 AM - danas - CLO changed from 06/23/2024 to 03/31/2025 (CLO Date Updated)"},{"comp":1,"quote":216559,"Line":3,"Comment":"06/25/2024 9:51 AM - danas - Req Date changed from 07/04/2024 to 03/31/2025 (Req Date Updated)"},{"comp":1,"quote":216559,"Line":4,"Comment":"08/12/2024 12:11 PM - danas - F/U changed from 08/05/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216559,"Line":5,"Comment":"09/16/2024 8:55 AM - danas - F/U changed from 09/28/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216559,"Line":6,"Comment":"09/16/2024 8:59 AM - danas - discussed project with Klaus. Still under consideration as he has money in his 24' budget. Not a need, but a want. He would prefer this table on his larger Yama Seiki mill."}],"items":[{"comp":"01","order":"216559","line":"1","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"9852.00","uom":"EA","discount":"10.00","req_date":"8 weeks","branch":"1"}],"qlines":[{"Quote":"216559","Line":"1","Company":"1","F_Line":"1","Comment":"PRICE REMOVES RT CABLES AS THESE ARE ALREADY SUPPLIED","Loc":"Y"},{"Quote":"216559","Line":"1","Company":"1","F_Line":"2","Comment":"WITH EXISTING TABLE","Loc":"Y"}],"qcomms":[{"Quote":"216559","Line":"0","Comment":"FOR YAMA-SEIKI VP-2016 BRIDGE MILL. CUSTOM MACHINE I/F"},{"Quote":"216559","Line":"1","Comment":"TO SUPPORT EXISTING CNC321FAB BUILT FOR TOYODA STEALTH"},{"Quote":"216559","Line":"2","Comment":"WITH 2.3M CABLE SET. $2000 CREDIT APPLIED FOR NOT"},{"Quote":"216559","Line":"3","Comment":"SUPPLYING TABLE WIRING KIT."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-13 10:01:37.305 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222574-11132024100137.txt === {"quote":"222574","customer":"5900","name":null,"customerName":"EWIE Company Inc.","comp":"01","open":"1","shipto":"FORDD","shiptoName":"Ford Dearborn Tool & Die","entry_date":"10-04-2024","cust_order_date":"10-04-2024","req_date":"11-15-2024","cust_po":"CAT50 Holders","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"ATTN: ROGUE COMPLEX","drop_po":"","status":"0","user":"briand","conv_order":"","time":"15:51","extra":"","follow_up":"11-13-2024","web_id":"","follow_name":"Kevin Kokko","follow_phone":"248-921-9924","follow_email":"kkokko@ewie.com","pic_user":"briand","total_amt":"2453.78","total_gp":"1617.18","total_gpm":"65.91","rev_type":"ADV","mod_date":"11-13-2024","mod_time":null,"mod_user":"briand","reason":"2","totalQty":"7","win_pct":"20","clo_date":"11-14-2024","notes":[{"comp":"1","quote":"222574","line":"5","data":"10-04-2024 16:01-briandounts Recalculated QS"},{"comp":"1","quote":"222574","line":"4","data":"the 2024 IMTS toolholder promotion."},{"comp":"1","quote":"222574","line":"3","data":"holders as well as the additional 5% discount for"},{"comp":"1","quote":"222574","line":"2","data":"10-04-2024 16:01-briand: Added wrenches for both"},{"comp":"1","quote":"222574","line":"1","data":"Kokko at Ewie, updated on quote."},{"comp":"1","quote":"222574","line":"0","data":"10-14-2024 14:37-briand: Got the EU from Kevin"}],"crmnotes":[{"comp":1,"quote":222574,"Line":0,"Comment":"10/10/2024 9:33 AM - briand - F/U changed from 10/10/2024 to 10/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222574,"Line":1,"Comment":"10/14/2024 11:32 AM - briand - F/U changed from 10/18/2024 to 10/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222574,"Line":2,"Comment":"10/14/2024 11:55 AM - briand - Sent email to Kevin asking him for any updates on this newer quote."},{"comp":1,"quote":222574,"Line":3,"Comment":"10/14/2024 1:56 PM - briand - Kevin said \"This is in the hands of the plant now.\" Waiting to hear back from him as to who the EU is."},{"comp":1,"quote":222574,"Line":4,"Comment":"10/14/2024 2:38 PM - briand - Kevin said EU is Ford Dearborn Tool & Die in the Rouge complex. Updated quote in NERP"},{"comp":1,"quote":222574,"Line":5,"Comment":"10/28/2024 4:48 PM - briand - F/U changed from 10/29/2024 to 11/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222574,"Line":6,"Comment":"11/04/2024 8:31 AM - briand - CLO changed from 11/04/2024 to 11/14/2024 (CLO Date Updated)"},{"comp":1,"quote":222574,"Line":7,"Comment":"11/04/2024 8:31 AM - briand - F/U changed from 11/05/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222574,"Line":8,"Comment":"11/13/2024 10:01 AM - briand - No order on system, closing quote."}],"items":[{"comp":"01","order":"222574","line":"1","part":"CAT50-C3/4-135UG-IDU","qty":"2","price":"874.00","uom":"EA","discount":"37.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222574","line":"2","part":"GH20","qty":"1","price":"245.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222574","line":"3","part":"CAT50-C1-135UG-IDU","qty":"2","price":"809.00","uom":"EA","discount":"37.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222574","line":"4","part":"GH25","qty":"1","price":"245.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222574","line":"5","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222574","Line":"5","Company":"1","F_Line":"1","Comment":"Additional 5% discount added for the 2024 IMTS","Loc":"Y"},{"Quote":"222574","Line":"5","Company":"1","F_Line":"2","Comment":"Toolholder Promotion. Discount is for the holders","Loc":"Y"},{"Quote":"222574","Line":"5","Company":"1","F_Line":"3","Comment":"only and not the wrenches.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-13 10:07:03.845 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222998-11132024100703.txt === {"quote":"222998","customer":"5385","name":null,"customerName":"Elliott Matsuura Canada Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-15-2024","cust_order_date":"10-15-2024","req_date":"11-26-2024","cust_po":"NA25","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"11:20","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Varun Gupta","follow_phone":"(905) 829-2211 x145","follow_email":"vgupta@elliottmachinery.com","pic_user":"briand","total_amt":"1323.0","total_gp":"773.00","total_gpm":"58.43","rev_type":"LT","mod_date":"11-13-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"10","win_pct":"20","clo_date":"11-15-2024","notes":[{"comp":"1","quote":"222998","line":"1","data":"the delivery log."},{"comp":"1","quote":"222998","line":"0","data":"10-15-2024 11:22-briand: Added NA25 to the"}],"crmnotes":[{"comp":1,"quote":222998,"Line":0,"Comment":"10/18/2024 4:23 PM - briand - F/U changed from 10/21/2024 to 10/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222998,"Line":1,"Comment":"10/22/2024 10:38 AM - briand - F/U changed from 10/24/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222998,"Line":2,"Comment":"11/13/2024 10:06 AM - briand - Sent Varun a request for update on this quote. If not response by the 18th, will close."}],"items":[{"comp":"01","order":"222998","line":"1","part":"NA25","qty":"10","price":"147.00","uom":"EA","discount":"10.00","req_date":"SEE COMMENT","branch":"1"}],"qlines":[{"Quote":"222998","Line":"1","Company":"1","F_Line":"1","Comment":"5 available in one (1) week ARO.","Loc":"Y"},{"Quote":"222998","Line":"1","Company":"1","F_Line":"2","Comment":"Balance of other five (5) 3~4 weeks ARO.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-13 10:07:12.612 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222998-11132024100712.txt === {"quote":"222998","customer":"5385","name":null,"customerName":"Elliott Matsuura Canada Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-15-2024","cust_order_date":"10-15-2024","req_date":"11-26-2024","cust_po":"NA25","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"11:20","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Varun Gupta","follow_phone":"(905) 829-2211 x145","follow_email":"vgupta@elliottmachinery.com","pic_user":"briand","total_amt":"1323.0","total_gp":"773.00","total_gpm":"58.43","rev_type":"LT","mod_date":"11-13-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"10","win_pct":"20","clo_date":"11-19-2024","notes":[{"comp":"1","quote":"222998","line":"1","data":"the delivery log."},{"comp":"1","quote":"222998","line":"0","data":"10-15-2024 11:22-briand: Added NA25 to the"}],"crmnotes":[{"comp":1,"quote":222998,"Line":0,"Comment":"10/18/2024 4:23 PM - briand - F/U changed from 10/21/2024 to 10/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222998,"Line":1,"Comment":"10/22/2024 10:38 AM - briand - F/U changed from 10/24/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222998,"Line":2,"Comment":"11/13/2024 10:06 AM - briand - Sent Varun a request for update on this quote. If not response by the 18th, will close."},{"comp":1,"quote":222998,"Line":3,"Comment":"11/13/2024 10:07 AM - briand - F/U changed from 11/13/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222998,"Line":4,"Comment":"11/13/2024 10:07 AM - briand - CLO changed from 11/15/2024 to 11/19/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222998","line":"1","part":"NA25","qty":"10","price":"147.00","uom":"EA","discount":"10.00","req_date":"SEE COMMENT","branch":"1"}],"qlines":[{"Quote":"222998","Line":"1","Company":"1","F_Line":"1","Comment":"5 available in one (1) week ARO.","Loc":"Y"},{"Quote":"222998","Line":"1","Company":"1","F_Line":"2","Comment":"Balance of other five (5) 3~4 weeks ARO.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-13 10:09:46.826 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223305-11132024100946.txt === {"quote":"223305","customer":"8098","name":null,"customerName":"Haas Factory Outlet (TOH)","comp":"01","open":"0","shipto":"UPSLLC","shiptoName":"Under Pressure systems LLC","entry_date":"10-21-2024","cust_order_date":"10-21-2024","req_date":"12-02-2024","cust_po":"QCFC65 5K Certificate","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Gene Plants","drop_po":"","status":"0","user":"danas","conv_order":"","time":"19:58","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Gene Plants","follow_phone":"330-599-8133","follow_email":"gplants@hfomidwest.com","pic_user":"danas","total_amt":"3500.00","total_gp":"3500.00","total_gpm":"100.00","rev_type":"STD","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"2","win_pct":"20","clo_date":null,"notes":[{"comp":"1","quote":"223305","line":"0","data":"10-21-2024 20:03 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223305,"Line":0,"Comment":"11/13/2024 11:09 AM - danas - Encounter has been added"}],"items":[{"comp":"01","order":"223305","line":"1","part":"TOOL-CERT","qty":"1","price":"5000.00","uom":"EA","discount":"30.00","req_date":"","branch":"1"},{"comp":"01","order":"223305","line":"2","part":"PROMOTION-IMTS","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223305","Line":"1","Company":"1","F_Line":"1","Comment":"PCQC65 Collet Certificate","Loc":"Y"}],"qcomms":[{"Quote":"223305","Line":"0","Comment":"EU responsible for UPS or FedEx charges. Please advise"},{"Quote":"223305","Line":"1","Comment":"them of this. There is no minimum on fulfillment. Use"},{"Quote":"223305","Line":"2","Comment":"as needed."}],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-13 10:10:04.870 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223101-11132024101004.txt === {"quote":"223101","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"MSCIOWA","shiptoName":"MSC Industrial Supply Co.","entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"11-28-2024","cust_po":"E40-014","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"09:17","extra":"","follow_up":"11-13-2024","web_id":"","follow_name":"Caylla Leahr (Townsley)","follow_phone":"563-386-5970","follow_email":"Caylla.Leahr@mscdirect.com","pic_user":"rons","total_amt":"44.2","total_gp":"30.37","total_gpm":"68.71","rev_type":"STD","mod_date":"11-13-2024","mod_time":null,"mod_user":"rons","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-17-2024","notes":[],"crmnotes":[{"comp":1,"quote":223101,"Line":0,"Comment":"10/21/2024 2:31 PM - rons - F/U changed from 10/23/2024 to 11/13/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223101","line":"1","part":"E40-014","qty":"1","price":"68.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-13 10:10:23.388 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223643-11132024101023.txt === {"quote":"223643","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"1","shipto":"SIMMOH","shiptoName":"Simmers Machine","entry_date":"10-29-2024","cust_order_date":"10-29-2024","req_date":"12-10-2024","cust_po":"Tooling cert budget exp.","terms_code":"N30","ship_via":"U-GND","ship_collect":"NF-LIT","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Joe Simmers","drop_po":"expansion","status":"0","user":"danas","conv_order":"","time":"13:08","extra":"","follow_up":"11-04-2024","web_id":"","follow_name":"Joe Simmers","follow_phone":"","follow_email":"simmers27@gmail.com","pic_user":"danas","total_amt":"15891.00","total_gp":"12556.21","total_gpm":"79.01","rev_type":"ADV","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"1","totalQty":"49","win_pct":"20","clo_date":"11-29-2024","notes":[{"comp":"1","quote":"223643","line":"0","data":"10-29-2024 13:34 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223643","line":"1","part":"CAT40-MMC8C-85U-D-IDU","qty":"2","price":"477.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223643","line":"2","part":"NCAT40-MMC8C-90U-IDU","qty":"3","price":"777.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223643","line":"3","part":"NCAT40-MMC12C-90U-IDU","qty":"2","price":"846.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223643","line":"4","part":"NCAT40-VC13-60U-IDU","qty":"2","price":"528.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223643","line":"5","part":"CAT40-SK16-60U-IDU","qty":"2","price":"406.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223643","line":"6","part":"CAT40-SK16-90U-IDU","qty":"2","price":"406.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223643","line":"7","part":"CAT40-SK10-60U-IDU","qty":"4","price":"379.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223643","line":"8","part":"CAT40-SK10-90U-IDU","qty":"4","price":"379.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223643","line":"9","part":"NCAT40-VC6-90U-IDU","qty":"2","price":"528.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223643","line":"10","part":"VMK8-1/8JB","qty":"3","price":"210.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223643","line":"11","part":"VMK8-3/16J","qty":"3","price":"161.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223643","line":"12","part":"VMK8-1/4J","qty":"3","price":"161.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223643","line":"13","part":"VMK8-3/8J","qty":"1","price":"161.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223643","line":"14","part":"VMK12-1/4J","qty":"3","price":"165.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223643","line":"15","part":"VMK12-3/8J","qty":"2","price":"165.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223643","line":"16","part":"VMK12-3/16J","qty":"1","price":"165.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223643","line":"17","part":"VMK12-1/2J","qty":"1","price":"165.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223643","line":"18","part":"VCK6-1/8","qty":"2","price":"121.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223643","line":"19","part":"VCK6-3/16","qty":"2","price":"121.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223643","line":"20","part":"VCK6-1/4","qty":"2","price":"121.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223643","line":"21","part":"VCK13-1/4","qty":"1","price":"133.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223643","line":"22","part":"VCK13-3/8","qty":"1","price":"133.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223643","line":"23","part":"TCLA-30/50A/C5","qty":"1","price":"242.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":23}}] 2024-11-13 10:10:28.882 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223113-11132024101028.txt === {"quote":"223113","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"1","shipto":"PTSAKRON","shiptoName":"PTSolutions - Akron","entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"11-28-2024","cust_po":"163-052","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"11:04","extra":"","follow_up":"11-13-2024","web_id":"","follow_name":"Craig Novak","follow_phone":"216-272-3438","follow_email":"craig.novak@pts-tools.com","pic_user":"rons","total_amt":"65.1","total_gp":"24.70","total_gpm":"37.94","rev_type":"STD","mod_date":"11-13-2024","mod_time":null,"mod_user":"rons","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-17-2024","notes":[],"crmnotes":[{"comp":1,"quote":223113,"Line":0,"Comment":"10/21/2024 2:39 PM - rons - F/U changed from 10/23/2024 to 11/13/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223113","line":"1","part":"163-052","qty":"1","price":"105.00","uom":"EA","discount":"38.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-13 10:11:21.305 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223360-11132024101121.txt === {"quote":"223360","customer":"10540","name":null,"customerName":"Johnston Industrial Supply","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-22-2024","cust_order_date":"10-22-2024","req_date":"12-03-2024","cust_po":"850-048-1.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"30","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"15:09","extra":"","follow_up":"11-13-2024","web_id":"","follow_name":"Sales","follow_phone":"417-869-1887","follow_email":"sales@johnstoncompanies.com","pic_user":"rons","total_amt":"229.50","total_gp":"146.23","total_gpm":"63.72","rev_type":"STD","mod_date":"11-13-2024","mod_time":null,"mod_user":"rons","reason":"2","totalQty":"2","win_pct":"20","clo_date":"11-22-2024","notes":[{"comp":"1","quote":"223360","line":"0","data":"10-22-2024 15:10-rons: shipping to Missouri"}],"crmnotes":[{"comp":1,"quote":223360,"Line":0,"Comment":"10/22/2024 4:03 PM - rons - F/U changed from 10/28/2024 to 11/13/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223360","line":"1","part":"850-048-1.00","qty":"1","price":"153.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223360","line":"2","part":"850-064-1.00","qty":"1","price":"153.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-13 10:11:50.214 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224162-11132024101150.txt === {"quote":"224162","customer":"1245","name":null,"customerName":"All Industrial Tool Supply","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-08-2024","cust_order_date":"11-08-2024","req_date":"12-20-2024","cust_po":"500-064","terms_code":"CCARD","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"10:34","extra":"","follow_up":"12-06-2024","web_id":"","follow_name":"","follow_phone":"","follow_email":"","pic_user":"rons","total_amt":"29.75","total_gp":"0.00","total_gpm":"0.00","rev_type":"STD","mod_date":"11-13-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-08-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224162","line":"1","part":"500-064","qty":"1","price":"35.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-13 10:12:33.113 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223785-11132024101232.txt === {"quote":"223785","customer":"11500","name":null,"customerName":"Knox Machinery Inc.","comp":"01","open":"0","shipto":"HONECOLU","shiptoName":"Honeywell-Cap System 1000T","entry_date":"10-31-2024","cust_order_date":"08-13-2022","req_date":"10-31-2024","cust_po":"PRE-E346PLUS-I40","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Adam Gehret","drop_po":"","status":"0","user":"danas","conv_order":"","time":"14:20","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Adam Gehret","follow_phone":"937-743-2641","follow_email":"agehret@knoxmachinery.com","pic_user":"danas","total_amt":"23590.00","total_gp":"13443.39","total_gpm":"56.99","rev_type":"ADV","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"14","win_pct":"20","clo_date":null,"notes":[],"crmnotes":[{"comp":1,"quote":223785,"Line":0,"Comment":"11/13/2024 11:11 AM - danas - Encounter has been added"}],"items":[{"comp":"01","order":"223785","line":"3","part":"PRE-E346PLUS-I40","qty":"1","price":"16600.00","uom":"EA","discount":"25.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"223785","line":"4","part":"PRE-E346PLUS-STD","qty":"1","price":"1940.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"9","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"10","part":"PRE-SPDL-I50","qty":"1","price":"970.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"11","part":"PRE-GAUGE-C50","qty":"1","price":"760.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"12","part":"PRE-SPDL-C6","qty":"1","price":"4080.00","uom":"EA","discount":"25.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"223785","line":"13","part":"PRE-GAUGE-C6","qty":"1","price":"2720.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"14","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"15","part":"PRE-PRNT-ROLL-QL800","qty":"5","price":"30.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"16","part":"PRE-INST/TRAINING","qty":"1","price":"2500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":10}}] 2024-11-13 10:12:47.846 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223785-11132024101247.txt === {"quote":"223785","customer":"11500","name":null,"customerName":"Knox Machinery Inc.","comp":"01","open":"0","shipto":"HONECOLU","shiptoName":"Honeywell-Cap System 1000T","entry_date":"10-31-2024","cust_order_date":"08-13-2022","req_date":"10-31-2024","cust_po":"PRE-E346PLUS-I40","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Adam Gehret","drop_po":"","status":"0","user":"danas","conv_order":"","time":"14:20","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Adam Gehret","follow_phone":"937-743-2641","follow_email":"agehret@knoxmachinery.com","pic_user":"danas","total_amt":"23590.00","total_gp":"13443.39","total_gpm":"56.99","rev_type":"ADV","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"14","win_pct":"20","clo_date":"12-31-2024","notes":[],"crmnotes":[{"comp":1,"quote":223785,"Line":0,"Comment":"11/13/2024 11:11 AM - danas - Encounter has been added"},{"comp":1,"quote":223785,"Line":1,"Comment":"11/13/2024 11:12 AM - danas - F/U changed from 11/06/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223785,"Line":2,"Comment":"11/13/2024 11:12 AM - danas - CLO changed from NaN/NaN/NaN to 12/31/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223785","line":"3","part":"PRE-E346PLUS-I40","qty":"1","price":"16600.00","uom":"EA","discount":"25.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"223785","line":"4","part":"PRE-E346PLUS-STD","qty":"1","price":"1940.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"9","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"10","part":"PRE-SPDL-I50","qty":"1","price":"970.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"11","part":"PRE-GAUGE-C50","qty":"1","price":"760.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"12","part":"PRE-SPDL-C6","qty":"1","price":"4080.00","uom":"EA","discount":"25.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"223785","line":"13","part":"PRE-GAUGE-C6","qty":"1","price":"2720.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"14","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"15","part":"PRE-PRNT-ROLL-QL800","qty":"5","price":"30.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"16","part":"PRE-INST/TRAINING","qty":"1","price":"2500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":10}}] 2024-11-13 10:13:03.711 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-214547-11132024101303.txt === {"quote":"214547","customer":"20275","name":null,"customerName":"Technical Equipment Sales Co.","comp":"01","open":"0","shipto":"FIVES","shiptoName":"Fives North American","entry_date":"04-11-2024","cust_order_date":"04-11-2024","req_date":"04-30-2025","cust_po":"Fives Cleveland Tool Cert","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Andy Pasquino","drop_po":"","status":"0","user":"mirandag","conv_order":"","time":"10:17","extra":"","follow_up":"12-09-2024","web_id":"","follow_name":"Andy Pasquino","follow_phone":"","follow_email":"apasquino@techequip.com","pic_user":"danas","total_amt":"50000","total_gp":"50000.00","total_gpm":"100.00","rev_type":"STD","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"1","win_pct":"20","clo_date":"04-30-2025","notes":[{"comp":"1","quote":"214547","line":"3","data":"04-11-2024 10:17 - Discounts Recalculated QS"},{"comp":"1","quote":"214547","line":"2","data":"04-11-2024 11:21-mirandag cleared to give 50% disc"},{"comp":"1","quote":"214547","line":"1","data":"CAT50 Taper"},{"comp":"1","quote":"214547","line":"0","data":"04-11-2024 11:21-mirandag Machine is Makino a81/"}],"crmnotes":[{"comp":1,"quote":214547,"Line":0,"Comment":"04/26/2024 10:23 AM - danas - F/U changed from 04/24/2024 to 6/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214547,"Line":1,"Comment":"04/26/2024 10:23 AM - danas - CLO changed from 05/11/2024 to 08/31/2024 (CLO Date Updated)"},{"comp":1,"quote":214547,"Line":2,"Comment":"04/26/2024 10:25 AM - danas - Encounter has been added"},{"comp":1,"quote":214547,"Line":3,"Comment":"06/25/2024 12:52 PM - danas - Met with EU. Word is that this capex has stalled due to implementation of ERP system and reduced new sales orders. Business has steady back log but with new orders falling, ownership is holding release of Makino expansion."},{"comp":1,"quote":214547,"Line":4,"Comment":"06/25/2024 12:53 PM - danas - Req Date changed from 05/23/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":214547,"Line":5,"Comment":"06/25/2024 12:53 PM - danas - CLO changed from 08/31/2024 to 10/31/2024 (CLO Date Updated)"},{"comp":1,"quote":214547,"Line":6,"Comment":"06/25/2024 12:53 PM - danas - F/U changed from 06/14/2024 to 9/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214547,"Line":7,"Comment":"09/11/2024 2:54 PM - danas - F/U changed from 09/02/2024 to 10/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214547,"Line":8,"Comment":"11/13/2024 10:52 AM - danas - F/U changed from 10/31/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214547,"Line":9,"Comment":"11/13/2024 10:53 AM - danas - CLO changed from 10/31/2024 to 04/30/2025 (CLO Date Updated)"},{"comp":1,"quote":214547,"Line":10,"Comment":"11/13/2024 10:53 AM - danas - Req Date changed from 10/31/2024 to 04/30/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"214547","line":"1","part":"TOOL-CERT","qty":"1","price":"100000.00","uom":"EA","discount":"50.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-13 10:13:19.939 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224307-11132024101319.txt === {"quote":"224307","customer":"4550","name":null,"customerName":"DGI Supply a DoAll Company","comp":"01","open":"0","shipto":"AMAAME","shiptoName":"Amada America Inc.","entry_date":"11-12-2024","cust_order_date":"11-12-2024","req_date":"12-24-2024","cust_po":"BT50-C25-105","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"13:13","extra":"","follow_up":"11-27-2024","web_id":"","follow_name":"Tristan Pinamonti","follow_phone":"800-923-6255x60123","follow_email":"tpinamonti@dgisupply.com","pic_user":"rons","total_amt":"487.5","total_gp":"307.46","total_gpm":"63.07","rev_type":"ADV","mod_date":"11-13-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-12-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224307","line":"1","part":"BT50-C25-105","qty":"1","price":"704.00","uom":"EA","discount":"35.00","req_date":"2 WEEKS","branch":"1"},{"comp":"01","order":"224307","line":"2","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-13 10:13:30.778 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222194-11132024101330.txt === {"quote":"222194","customer":"5411","name":null,"customerName":"Ellison(IL,IN,OH)","comp":"01","open":"1","shipto":"ELLIBREC","shiptoName":"Ellison Technologies, Inc.","entry_date":"09-27-2024","cust_order_date":"11-27-2024","req_date":"12-08-2024","cust_po":"BMT55-C4X-ICE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Nick Sowards","drop_po":"PUMA 2100SY","status":"0","user":"danas","conv_order":"","time":"08:05","extra":"","follow_up":"11-10-2024","web_id":"","follow_name":"Nick Sowards","follow_phone":"(216) 347-9566","follow_email":"nsowards@ellisontechnologies.com","pic_user":"danas","total_amt":"17834.48","total_gp":"9485.07","total_gpm":"53.18","rev_type":"LT","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"2","totalQty":"7","win_pct":"20","clo_date":"11-27-2024","notes":[{"comp":"1","quote":"222194","line":"0","data":"09-27-2024 08:09 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"222194","line":"1","part":"BMT55-C4X-ICE","qty":"1","price":"4095.86","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222194","line":"2","part":"BMT55-C4Z-ICE-70","qty":"1","price":"5901.98","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222194","line":"3","part":"BMT55-STC4X-MS-IC","qty":"1","price":"3522.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222194","line":"4","part":"BMT55-STC4Z-MD-IC","qty":"1","price":"3835.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222194","line":"5","part":"BMT55-STC4Z-MS-IC","qty":"1","price":"3852.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222194","line":"6","part":"BMT55-STC4Z-IC","qty":"1","price":"2151.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222194","line":"7","part":"BMT55-STC4X-IC","qty":"1","price":"2120.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":7}}] 2024-11-13 10:13:55.249 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224323-11132024101355.txt === {"quote":"224323","customer":"2325","name":null,"customerName":"BlackHawk Industrial - Base Camp","comp":"01","open":"0","shipto":"BLKAR","shiptoName":"BlackHawk Industrial","entry_date":"11-12-2024","cust_order_date":"11-12-2024","req_date":"12-24-2024","cust_po":"820-020","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"15:30","extra":"","follow_up":"12-04-2024","web_id":"","follow_name":"Steve","follow_phone":"319-930-9889","follow_email":"sales@blackhawkid.com","pic_user":"rons","total_amt":"26.25","total_gp":"16.57","total_gpm":"63.12","rev_type":"STD","mod_date":"11-13-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-12-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224323","line":"1","part":"820-020","qty":"1","price":"35.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-13 10:15:30.844 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223805-11132024101530.txt === {"quote":"223805","customer":"12030","name":null,"customerName":"L&M Tool and Industrial Supply Inc.","comp":"01","open":"0","shipto":"UVXXAABD","shiptoName":"L&M Tool and Industrial Supply Inc.","entry_date":"10-31-2024","cust_order_date":"10-31-2024","req_date":"12-12-2024","cust_po":"MRAM-ER25","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Don Haverlack","drop_po":"","status":"0","user":"danas","conv_order":"","time":"19:37","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Don Haverlack","follow_phone":"330-807-3973","follow_email":"dhaverlack@lmtoolsupply.com","pic_user":"danas","total_amt":"16778.40","total_gp":"9686.99","total_gpm":"57.73","rev_type":"ADV","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"9","win_pct":"20","clo_date":null,"notes":[],"crmnotes":[{"comp":1,"quote":223805,"Line":0,"Comment":"11/13/2024 11:14 AM - danas - Encounter has been added"}],"items":[{"comp":"01","order":"223805","line":"2","part":"MRAM-ER25L","qty":"1","price":"4654.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223805","line":"3","part":"C40-MRAM","qty":"1","price":"3028.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223805","line":"4","part":"PA110-CAT","qty":"1","price":"1086.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223805","line":"5","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"223805","line":"8","part":"MRAM-MI40L","qty":"1","price":"5561.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223805","line":"9","part":"C40-MRAM","qty":"1","price":"3028.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223805","line":"10","part":"PA110-CAT","qty":"1","price":"1086.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223805","line":"11","part":"MI40-ER25I","qty":"1","price":"605.00","uom":"EA","discount":"20.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"223805","line":"12","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"223805","Line":"0","Comment":"WRENCHES INCLUDED"}],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":9}}] 2024-11-13 10:16:00.439 [INFO] In session is user: rafaeli 2024-11-13 10:16:05.907 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224117-11132024101605.txt === {"quote":"224117","customer":"8098","name":null,"customerName":"Haas Factory Outlet (TOH)","comp":"01","open":"1","shipto":"HAASTWIN","shiptoName":"Haas Factory Outlet","entry_date":"11-07-2024","cust_order_date":"11-07-2024","req_date":"12-19-2024","cust_po":"C4006-0125-2.36","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Matt Coso","drop_po":"","status":"0","user":"danas","conv_order":"","time":"12:45","extra":"","follow_up":"11-13-2024","web_id":"","follow_name":"Matt Coso","follow_phone":"440-503-9476","follow_email":"cosonation@gmail.com","pic_user":"danas","total_amt":"343.85","total_gp":"191.51","total_gpm":"55.70","rev_type":"STD","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"1","totalQty":"4","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"224117","line":"0","data":"11-07-2024 12:47 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"224117","line":"1","part":"C4006-0125-2.36","qty":"1","price":"144.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224117","line":"2","part":"C4006-0187-2.50","qty":"1","price":"144.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224117","line":"3","part":"C4006-0250-2.50","qty":"1","price":"123.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224117","line":"4","part":"C4006-0375-2.50","qty":"1","price":"118.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":4}}] 2024-11-13 10:17:04.363 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219804-11132024101704.txt === {"quote":"219804","customer":"1095","name":null,"customerName":"Absolute Machine Tools, Inc. (OH)","comp":"01","open":"1","shipto":"ABSONEXT","shiptoName":"Absolute Machine Tools, Inc.","entry_date":"08-07-2024","cust_order_date":"08-07-2024","req_date":"09-28-2024","cust_po":"CAT50U-NX4-192","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jim Fink","drop_po":"YouJi HBM-130","status":"0","user":"danas","conv_order":"","time":"06:53","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Jim Fink","follow_phone":"440-960-6911","follow_email":"jfink@absolutemachine.com","pic_user":"danas","total_amt":"7517.06","total_gp":"5522.45","total_gpm":"73.47","rev_type":"ADV","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"2","totalQty":"5","win_pct":"20","clo_date":"12-31-2024","notes":[{"comp":"1","quote":"219804","line":"0","data":"08-07-2024 06:57 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":219804,"Line":0,"Comment":"08/12/2024 12:20 PM - danas - F/U changed from 08/13/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219804,"Line":1,"Comment":"08/12/2024 12:20 PM - danas - CLO changed from 09/07/2024 to 09/28/2024 (CLO Date Updated)"},{"comp":1,"quote":219804,"Line":2,"Comment":"08/12/2024 12:20 PM - danas - Req Date changed from 09/18/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":219804,"Line":3,"Comment":"09/11/2024 2:54 PM - danas - F/U changed from 8/31/2024 to 09/18/2024 (Follow Up In 1 Week)"},{"comp":1,"quote":219804,"Line":4,"Comment":"09/16/2024 8:47 AM - danas - emailed Jim Fink for update"},{"comp":1,"quote":219804,"Line":5,"Comment":"09/16/2024 8:47 AM - danas - F/U changed from 9/18/2024 to 10/07/2024 (Follow Up In 3 Week)"},{"comp":1,"quote":219804,"Line":6,"Comment":"09/16/2024 8:53 AM - danas - Encounter has been added"},{"comp":1,"quote":219804,"Line":7,"Comment":"10/07/2024 8:51 PM - danas - Emailed for update"},{"comp":1,"quote":219804,"Line":8,"Comment":"11/13/2024 8:12 AM - danas - Encounter has been added"},{"comp":1,"quote":219804,"Line":9,"Comment":"11/13/2024 8:13 AM - danas - CLO changed from 09/28/2024 to 12/31/2024 (CLO Date Updated)"},{"comp":1,"quote":219804,"Line":10,"Comment":"11/13/2024 8:13 AM - danas - F/U changed from 10/07/2024 to 11/23/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"219804","line":"1","part":"CAT50U-NX4-192","qty":"1","price":"4619.00","uom":"EA","discount":"25.00","req_date":"4-8 weeks","branch":"1"},{"comp":"01","order":"219804","line":"3","part":"CAT50U-NX5-151","qty":"1","price":"3347.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219804","line":"6","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"2-4W","branch":"1"},{"comp":"01","order":"219804","line":"8","part":"SK16-SET-09-A","qty":"1","price":"738.00","uom":"ST","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219804","line":"9","part":"SK10-SET-05-A","qty":"1","price":"335.00","uom":"ST","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"219804","Line":"6","Company":"1","F_Line":"1","Comment":"Approval drawing required.","Loc":"Y"}],"qcomms":[{"Quote":"219804","Line":"0","Comment":"For You-Ji HBM-130 Boring Mill"},{"Quote":"219804","Line":"1","Comment":"Customer to supply spindle base adapter of"},{"Quote":"219804","Line":"2","Comment":"custom height."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-13 10:17:52.372 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223492-11132024101752.txt === {"quote":"223492","customer":"3367","name":null,"customerName":"W.C. Chapman & Sons Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-24-2024","cust_order_date":"10-24-2024","req_date":"12-05-2024","cust_po":"MNL12-ER32X","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"14:27","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Justin Phelps","follow_phone":"410-686-6860","follow_email":"justinp@wcchapman.com","pic_user":"briand","total_amt":"1597.22","total_gp":"1115.38","total_gpm":"69.83","rev_type":"LT","mod_date":"11-13-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-24-2024","notes":[],"crmnotes":[{"comp":1,"quote":223492,"Line":0,"Comment":"10/29/2024 9:02 AM - briand - F/U changed from 10/30/2024 to 11/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223492,"Line":1,"Comment":"11/13/2024 10:17 AM - briand - Sent Justin an email asking for status on this quote."}],"items":[{"comp":"01","order":"223492","line":"1","part":"MNL12-ER32X","qty":"1","price":"2312.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223492","line":"2","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223492","line":"3","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223492","line":"4","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223492","Line":"4","Company":"1","F_Line":"1","Comment":"Additional 5% discount applied for the 2024 IMTS","Loc":"Y"},{"Quote":"223492","Line":"4","Company":"1","F_Line":"2","Comment":"Promotion for Live Tooling for $500-$5000 List.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-13 10:18:01.702 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223492-11132024101801.txt === {"quote":"223492","customer":"3367","name":null,"customerName":"W.C. Chapman & Sons Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-24-2024","cust_order_date":"10-24-2024","req_date":"12-05-2024","cust_po":"MNL12-ER32X","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"14:27","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Justin Phelps","follow_phone":"410-686-6860","follow_email":"justinp@wcchapman.com","pic_user":"briand","total_amt":"1597.22","total_gp":"1115.38","total_gpm":"69.83","rev_type":"LT","mod_date":"11-13-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-26-2024","notes":[],"crmnotes":[{"comp":1,"quote":223492,"Line":0,"Comment":"10/29/2024 9:02 AM - briand - F/U changed from 10/30/2024 to 11/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223492,"Line":1,"Comment":"11/13/2024 10:17 AM - briand - Sent Justin an email asking for status on this quote."},{"comp":1,"quote":223492,"Line":2,"Comment":"11/13/2024 10:17 AM - briand - F/U changed from 11/15/2024 to 11/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223492,"Line":3,"Comment":"11/13/2024 10:17 AM - briand - CLO changed from 11/24/2024 to 11/26/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223492","line":"1","part":"MNL12-ER32X","qty":"1","price":"2312.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223492","line":"2","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223492","line":"3","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223492","line":"4","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223492","Line":"4","Company":"1","F_Line":"1","Comment":"Additional 5% discount applied for the 2024 IMTS","Loc":"Y"},{"Quote":"223492","Line":"4","Company":"1","F_Line":"2","Comment":"Promotion for Live Tooling for $500-$5000 List.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-13 10:18:12.416 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220826-11132024101812.txt === {"quote":"220826","customer":"12030","name":null,"customerName":"L&M Tool and Industrial Supply Inc.","comp":"01","open":"0","shipto":"UVXXAABD","shiptoName":"L&M Tool and Industrial Supply Inc.","entry_date":"08-28-2024","cust_order_date":"08-28-2024","req_date":"12-29-2024","cust_po":"Govt Tooling Package","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"NC","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Kevin Pierce","drop_po":"","status":"0","user":"mirandag","conv_order":"","time":"09:55","extra":"","follow_up":"12-29-2024","web_id":"","follow_name":"Kevin Pierce","follow_phone":"330-328-5694","follow_email":"kpierce@lmtoolsupply.com","pic_user":"danas","total_amt":"39178.81","total_gp":"25077.67","total_gpm":"64.01","rev_type":"STD","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"92","win_pct":"20","clo_date":"12-24-2025","notes":[{"comp":"1","quote":"220826","line":"0","data":"08-28-2024 10:00 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220826,"Line":0,"Comment":"11/13/2024 11:18 AM - danas - CLO changed from 12/29/2024 to 12/24/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"220826","line":"1","part":"NC5006-0500-2.63CP","qty":"3","price":"372.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"2","part":"NC5006-0625-3.00CP","qty":"3","price":"372.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"3","part":"NC5006-1500-4.50CP","qty":"3","price":"446.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"4","part":"NC5006-1000-6.00CP","qty":"3","price":"478.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"5","part":"NC5006-1250-6.00CP","qty":"3","price":"392.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"6","part":"NC5007-0040-4.00G","qty":"10","price":"506.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"7","part":"E40-SET-25","qty":"5","price":"1700.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"8","part":"C5005-0562-3.98(C)","qty":"3","price":"634.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"9","part":"C5005-0875-5.40(C)","qty":"3","price":"751.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"10","part":"C5005-1375-8.34(C)","qty":"3","price":"1064.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"11","part":"NT05-SET-10(S)","qty":"3","price":"480.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"12","part":"NT10-SET-10(S)","qty":"3","price":"750.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"13","part":"NT15-SET-07(S)","qty":"3","price":"1050.00","uom":"ST","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"14","part":"NCAT50-C3/4-135UG-IDU","qty":"3","price":"847.00","uom":"EA","discount":"28.00","req_date":"1 Week","branch":"1"},{"comp":"01","order":"220826","line":"15","part":"NCAT50-C1-135U-IDU","qty":"3","price":"821.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"16","part":"NCAT50-C1.1/4-105U-IDU","qty":"3","price":"736.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"17","part":"NC5001-0750-1.75CP","qty":"3","price":"466.00","uom":"EA","discount":"35.00","req_date":"2 Stk","branch":"1"},{"comp":"01","order":"220826","line":"18","part":"NC5001-0750-4.00CP","qty":"3","price":"423.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"19","part":"NC5001-1000-1.75CP","qty":"3","price":"446.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"20","part":"NC5001-1000-4.00CP","qty":"3","price":"521.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"21","part":"NC5001-1250-1.75CP","qty":"3","price":"542.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"22","part":"NC5001-1250-6.00CP","qty":"3","price":"629.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"23","part":"NC5001-1500-2.00CP","qty":"3","price":"561.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"24","part":"NC5001-1500-4.00CP","qty":"3","price":"505.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"25","part":"NC5001-2000-2.00CP","qty":"3","price":"631.00","uom":"EA","discount":"35.00","req_date":"2 Stk","branch":"1"},{"comp":"01","order":"220826","line":"26","part":"NC50F1-2000-4.00CP","qty":"3","price":"638.00","uom":"EA","discount":"35.00","req_date":"2 Stk","branch":"1"},{"comp":"01","order":"220826","line":"27","part":"TQW-E40-G","qty":"1","price":"167.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"28","part":"TQW-HANDLE14X18","qty":"1","price":"53.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"29","part":"GH20","qty":"1","price":"245.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"30","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"31","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":31}}] 2024-11-13 10:18:29.532 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220826-11132024101829.txt === {"quote":"220826","customer":"12030","name":null,"customerName":"L&M Tool and Industrial Supply Inc.","comp":"01","open":"0","shipto":"UVXXAABD","shiptoName":"L&M Tool and Industrial Supply Inc.","entry_date":"08-28-2024","cust_order_date":"08-28-2024","req_date":"12-24-2025","cust_po":"Govt Tooling Package","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"NC","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Kevin Pierce","drop_po":"","status":"0","user":"mirandag","conv_order":"","time":"09:55","extra":"","follow_up":"12-29-2024","web_id":"","follow_name":"Kevin Pierce","follow_phone":"330-328-5694","follow_email":"kpierce@lmtoolsupply.com","pic_user":"danas","total_amt":"39178.81","total_gp":"25077.67","total_gpm":"64.01","rev_type":"STD","mod_date":"11-13-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"92","win_pct":"20","clo_date":"12-24-2025","notes":[{"comp":"1","quote":"220826","line":"0","data":"08-28-2024 10:00 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220826,"Line":0,"Comment":"11/13/2024 11:18 AM - danas - CLO changed from 12/29/2024 to 12/24/2025 (CLO Date Updated)"},{"comp":1,"quote":220826,"Line":1,"Comment":"11/13/2024 11:18 AM - danas - Req Date changed from 12/29/2024 to 12/24/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"220826","line":"1","part":"NC5006-0500-2.63CP","qty":"3","price":"372.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"2","part":"NC5006-0625-3.00CP","qty":"3","price":"372.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"3","part":"NC5006-1500-4.50CP","qty":"3","price":"446.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"4","part":"NC5006-1000-6.00CP","qty":"3","price":"478.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"5","part":"NC5006-1250-6.00CP","qty":"3","price":"392.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"6","part":"NC5007-0040-4.00G","qty":"10","price":"506.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"7","part":"E40-SET-25","qty":"5","price":"1700.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"8","part":"C5005-0562-3.98(C)","qty":"3","price":"634.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"9","part":"C5005-0875-5.40(C)","qty":"3","price":"751.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"10","part":"C5005-1375-8.34(C)","qty":"3","price":"1064.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"11","part":"NT05-SET-10(S)","qty":"3","price":"480.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"12","part":"NT10-SET-10(S)","qty":"3","price":"750.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"13","part":"NT15-SET-07(S)","qty":"3","price":"1050.00","uom":"ST","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"14","part":"NCAT50-C3/4-135UG-IDU","qty":"3","price":"847.00","uom":"EA","discount":"28.00","req_date":"1 Week","branch":"1"},{"comp":"01","order":"220826","line":"15","part":"NCAT50-C1-135U-IDU","qty":"3","price":"821.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"16","part":"NCAT50-C1.1/4-105U-IDU","qty":"3","price":"736.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"17","part":"NC5001-0750-1.75CP","qty":"3","price":"466.00","uom":"EA","discount":"35.00","req_date":"2 Stk","branch":"1"},{"comp":"01","order":"220826","line":"18","part":"NC5001-0750-4.00CP","qty":"3","price":"423.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"19","part":"NC5001-1000-1.75CP","qty":"3","price":"446.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"20","part":"NC5001-1000-4.00CP","qty":"3","price":"521.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"21","part":"NC5001-1250-1.75CP","qty":"3","price":"542.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"22","part":"NC5001-1250-6.00CP","qty":"3","price":"629.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"23","part":"NC5001-1500-2.00CP","qty":"3","price":"561.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"24","part":"NC5001-1500-4.00CP","qty":"3","price":"505.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"25","part":"NC5001-2000-2.00CP","qty":"3","price":"631.00","uom":"EA","discount":"35.00","req_date":"2 Stk","branch":"1"},{"comp":"01","order":"220826","line":"26","part":"NC50F1-2000-4.00CP","qty":"3","price":"638.00","uom":"EA","discount":"35.00","req_date":"2 Stk","branch":"1"},{"comp":"01","order":"220826","line":"27","part":"TQW-E40-G","qty":"1","price":"167.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"28","part":"TQW-HANDLE14X18","qty":"1","price":"53.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"29","part":"GH20","qty":"1","price":"245.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"30","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220826","line":"31","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":31}}] 2024-11-13 10:18:35.390 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224337-11132024101835.txt === {"quote":"224337","customer":"2325","name":null,"customerName":"BlackHawk Industrial - Base Camp","comp":"01","open":"0","shipto":"BLACKMO","shiptoName":"Blackhawk Industrial","entry_date":"11-13-2024","cust_order_date":"11-13-2024","req_date":"12-25-2024","cust_po":"SKN-16B","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"08:53","extra":"","follow_up":"12-05-2024","web_id":"","follow_name":"Jeremy Haberberger","follow_phone":"314-910-1974","follow_email":"jeremy.haberberger@blackhawkid.com","pic_user":"rons","total_amt":"64.8","total_gp":"47.51","total_gpm":"73.32","rev_type":"ADV","mod_date":"11-13-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-13-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224337","line":"1","part":"SKN-16B","qty":"1","price":"81.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-13 10:20:55.138 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222998-11132024102054.txt === {"quote":"222998","customer":"5385","name":null,"customerName":"Elliott Matsuura Canada Inc.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-15-2024","cust_order_date":"10-15-2024","req_date":"11-26-2024","cust_po":"NA25","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"11:20","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Varun Gupta","follow_phone":"(905) 829-2211 x145","follow_email":"vgupta@elliottmachinery.com","pic_user":"briand","total_amt":"1323.0","total_gp":"773.00","total_gpm":"58.43","rev_type":"LT","mod_date":"11-13-2024","mod_time":null,"mod_user":"briand","reason":"2","totalQty":"10","win_pct":"20","clo_date":"11-19-2024","notes":[{"comp":"1","quote":"222998","line":"1","data":"the delivery log."},{"comp":"1","quote":"222998","line":"0","data":"10-15-2024 11:22-briand: Added NA25 to the"}],"crmnotes":[{"comp":1,"quote":222998,"Line":0,"Comment":"10/18/2024 4:23 PM - briand - F/U changed from 10/21/2024 to 10/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222998,"Line":1,"Comment":"10/22/2024 10:38 AM - briand - F/U changed from 10/24/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222998,"Line":2,"Comment":"11/13/2024 10:06 AM - briand - Sent Varun a request for update on this quote. If not response by the 18th, will close."},{"comp":1,"quote":222998,"Line":3,"Comment":"11/13/2024 10:07 AM - briand - F/U changed from 11/13/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222998,"Line":4,"Comment":"11/13/2024 10:07 AM - briand - CLO changed from 11/15/2024 to 11/19/2024 (CLO Date Updated)"},{"comp":1,"quote":222998,"Line":5,"Comment":"11/13/2024 10:20 AM - briand - Varun got back to me and said the quote is dead as the customer refrained from placing an order. Closing quote."}],"items":[{"comp":"01","order":"222998","line":"1","part":"NA25","qty":"10","price":"147.00","uom":"EA","discount":"10.00","req_date":"SEE COMMENT","branch":"1"}],"qlines":[{"Quote":"222998","Line":"1","Company":"1","F_Line":"1","Comment":"5 available in one (1) week ARO.","Loc":"Y"},{"Quote":"222998","Line":"1","Company":"1","F_Line":"2","Comment":"Balance of other five (5) 3~4 weeks ARO.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-13 10:21:40.335 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224089-11132024102140.txt === {"quote":"224089","customer":"7650","name":null,"customerName":"W.W. Grainger, Inc.","comp":"01","open":"0","shipto":"MOLEXNEB","shiptoName":"Molex","entry_date":"11-07-2024","cust_order_date":"11-07-2024","req_date":"12-19-2024","cust_po":"C40-1500-MORI-EU","terms_code":"23060","ship_via":"F-FGS","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"09:05","extra":"","follow_up":"11-13-2024","web_id":"","follow_name":"Sales","follow_phone":"816-266-2540","follow_email":"sales@grainger.com","pic_user":"rons","total_amt":"1344.0","total_gp":"1148.80","total_gpm":"85.48","rev_type":"STD","mod_date":"11-13-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"40","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"224089","line":"3","data":"11-07-2024 09:32-rons: shipping to Nebraska"},{"comp":"1","quote":"224089","line":"2","data":"machine"},{"comp":"1","quote":"224089","line":"1","data":"email...updating quantities & E/U for DMG Mori"},{"comp":"1","quote":"224089","line":"0","data":"11-07-2024 10:53-rons: same request came through"}],"crmnotes":[{"comp":1,"quote":224089,"Line":0,"Comment":"11/11/2024 11:27 AM - rons - F/U changed from 11/13/2024 to 11/27/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224089","line":"1","part":"C40-1500-MORI-EU","qty":"40","price":"48.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-13 10:21:48.272 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224089-11132024102148.txt === {"quote":"224089","customer":"7650","name":null,"customerName":"W.W. Grainger, Inc.","comp":"01","open":"1","shipto":"MOLEXNEB","shiptoName":"Molex","entry_date":"11-07-2024","cust_order_date":"11-07-2024","req_date":"12-19-2024","cust_po":"C40-1500-MORI-EU","terms_code":"23060","ship_via":"F-FGS","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"09:05","extra":"","follow_up":"11-13-2024","web_id":"","follow_name":"Sales","follow_phone":"816-266-2540","follow_email":"sales@grainger.com","pic_user":"rons","total_amt":"1344.0","total_gp":"1148.80","total_gpm":"85.48","rev_type":"STD","mod_date":"11-13-2024","mod_time":null,"mod_user":"rons","reason":"1","totalQty":"40","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"224089","line":"3","data":"11-07-2024 09:32-rons: shipping to Nebraska"},{"comp":"1","quote":"224089","line":"2","data":"machine"},{"comp":"1","quote":"224089","line":"1","data":"email...updating quantities & E/U for DMG Mori"},{"comp":"1","quote":"224089","line":"0","data":"11-07-2024 10:53-rons: same request came through"}],"crmnotes":[{"comp":1,"quote":224089,"Line":0,"Comment":"11/11/2024 11:27 AM - rons - F/U changed from 11/13/2024 to 11/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224089,"Line":1,"Comment":"11/13/2024 10:21 AM - rons - F/U changed from 11/27/2024 to 11/13/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224089","line":"1","part":"C40-1500-MORI-EU","qty":"40","price":"48.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-13 10:23:32.454 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223683-11132024102332.txt === {"quote":"223683","customer":"2950","name":null,"customerName":"Vallen Integrated Supply, Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-30-2024","cust_order_date":"10-30-2024","req_date":"12-11-2024","cust_po":"H100A-SF8-160CP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"08:17","extra":"","follow_up":"12-04-2024","web_id":"","follow_name":"Kari McIntire","follow_phone":"231-666-1100","follow_email":"kari.mcintire@vallen.com","pic_user":"briand","total_amt":"1221.12","total_gp":"851.15","total_gpm":"69.70","rev_type":"ADV","mod_date":"11-13-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"223683","line":"7","data":"coolant. Also added Kari's contact info in NERP."},{"comp":"1","quote":"223683","line":"6","data":"include plugs if the customer isn't running"},{"comp":"1","quote":"223683","line":"5","data":"I told her in Order Ack email that they will"},{"comp":"1","quote":"223683","line":"4","data":"ask for CP's however these only come w/ them and"},{"comp":"1","quote":"223683","line":"3","data":"case the customer wanted to review. She didn't"},{"comp":"1","quote":"223683","line":"2","data":"three. Sent the PDF & STEP drawings of each in"},{"comp":"1","quote":"223683","line":"1","data":"GL on the CAT40 SF holders so she asked for all"},{"comp":"1","quote":"223683","line":"0","data":"10-30-2024 08:23-briand: Kari wasn't sure of the"}],"crmnotes":[{"comp":1,"quote":223683,"Line":0,"Comment":"11/04/2024 10:44 AM - briand - F/U changed from 11/05/2024 to 11/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223683,"Line":1,"Comment":"11/13/2024 10:23 AM - briand - Sent Kari an email asking if this quote is still active."}],"items":[{"comp":"01","order":"223683","line":"1","part":"H100A-SF8-160CP","qty":"1","price":"649.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223683","line":"2","part":"CAT40-SF0250-3.15CP","qty":"1","price":"310.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223683","line":"3","part":"CAT40-SF0250-5.12CP","qty":"1","price":"352.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223683","line":"4","part":"CAT40-SF0250-6.30CP","qty":"1","price":"385.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-13 10:24:02.645 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223683-11132024102402.txt === {"quote":"223683","customer":"2950","name":null,"customerName":"Vallen Integrated Supply, Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-30-2024","cust_order_date":"10-30-2024","req_date":"12-11-2024","cust_po":"H100A-SF8-160CP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"08:17","extra":"","follow_up":"12-04-2024","web_id":"","follow_name":"Kari McIntire","follow_phone":"231-666-1100","follow_email":"kari.mcintire@vallen.com","pic_user":"briand","total_amt":"1221.12","total_gp":"851.15","total_gpm":"69.70","rev_type":"ADV","mod_date":"11-13-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-06-2024","notes":[{"comp":"1","quote":"223683","line":"7","data":"coolant. Also added Kari's contact info in NERP."},{"comp":"1","quote":"223683","line":"6","data":"include plugs if the customer isn't running"},{"comp":"1","quote":"223683","line":"5","data":"I told her in Order Ack email that they will"},{"comp":"1","quote":"223683","line":"4","data":"ask for CP's however these only come w/ them and"},{"comp":"1","quote":"223683","line":"3","data":"case the customer wanted to review. She didn't"},{"comp":"1","quote":"223683","line":"2","data":"three. Sent the PDF & STEP drawings of each in"},{"comp":"1","quote":"223683","line":"1","data":"GL on the CAT40 SF holders so she asked for all"},{"comp":"1","quote":"223683","line":"0","data":"10-30-2024 08:23-briand: Kari wasn't sure of the"}],"crmnotes":[{"comp":1,"quote":223683,"Line":0,"Comment":"11/04/2024 10:44 AM - briand - F/U changed from 11/05/2024 to 11/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223683,"Line":1,"Comment":"11/13/2024 10:23 AM - briand - Sent Kari an email asking if this quote is still active."},{"comp":1,"quote":223683,"Line":2,"Comment":"11/13/2024 10:23 AM - briand - F/U changed from 11/15/2024 to 12/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223683,"Line":3,"Comment":"11/13/2024 10:23 AM - briand - CLO changed from 11/30/2024 to 12/06/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223683","line":"1","part":"H100A-SF8-160CP","qty":"1","price":"649.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223683","line":"2","part":"CAT40-SF0250-3.15CP","qty":"1","price":"310.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223683","line":"3","part":"CAT40-SF0250-5.12CP","qty":"1","price":"352.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223683","line":"4","part":"CAT40-SF0250-6.30CP","qty":"1","price":"385.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-13 10:31:00.034 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224210-11132024103059.txt === {"quote":"224210","customer":"16110","name":null,"customerName":"P.F. Markey Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-11-2024","cust_order_date":"11-11-2024","req_date":"12-23-2024","cust_po":"C5006-1250-6.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"Annette Wilson","drop_po":"","status":"0","user":"briand","conv_order":"","time":"09:39","extra":"","follow_up":"11-27-2024","web_id":"","follow_name":"Annette Wilson","follow_phone":"989-600-4332","follow_email":"annettewilson@pfmarkey.com","pic_user":"briand","total_amt":"153.4","total_gp":"90.86","total_gpm":"59.23","rev_type":"STD","mod_date":"11-13-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-11-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224210","line":"1","part":"C5006-1250-6.00","qty":"1","price":"236.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-13 10:40:32.423 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224235-11132024104032.txt === {"quote":"224235","customer":"5015","name":null,"customerName":"E & R Industrial Sales Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-11-2024","cust_order_date":"11-11-2024","req_date":"12-23-2024","cust_po":"CAT40-SZF6-150U-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"12:40","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"Brendon Ogden","follow_phone":"610-485-9700","follow_email":"bogden@erindustrial.com","pic_user":"briand","total_amt":"448.56","total_gp":"291.57","total_gpm":"65.00","rev_type":"ADV","mod_date":"11-13-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-11-2024","notes":[{"comp":"1","quote":"224235","line":"7","data":"pricing from Purchasing."},{"comp":"1","quote":"224235","line":"6","data":"request and will let him know as soon as I have"},{"comp":"1","quote":"224235","line":"5","data":"I let Brandon know by email that I received his"},{"comp":"1","quote":"224235","line":"4","data":"and also added wrench in case they need one."},{"comp":"1","quote":"224235","line":"3","data":"quote in case price increased. Put on Quote Log"},{"comp":"1","quote":"224235","line":"2","data":"Still want to confirm pricing before sending"},{"comp":"1","quote":"224235","line":"1","data":"2023. E&R had a quote back in 2/2024 for $600.00."},{"comp":"1","quote":"224235","line":"0","data":"11-11-2024 12:44-briand: No orders or PO's since"}],"crmnotes":[{"comp":1,"quote":224235,"Line":0,"Comment":"11/13/2024 10:40 AM - briand - Quote emailed to Brendon today. Keeping pricing the same as prior quote from 2/2024."}],"items":[{"comp":"01","order":"224235","line":"1","part":"CAT40-SZF6-150U-IDU","qty":"1","price":"600.00","uom":"EA","discount":"28.00","req_date":"1~2 Weeks ARO","branch":"1"},{"comp":"01","order":"224235","line":"2","part":"SKL-6W","qty":"1","price":"23.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-13 11:12:24.766 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223082-11132024111224.txt === {"quote":"223082","customer":"13687","name":null,"customerName":"DMG Mori (IL)","comp":"01","open":"0","shipto":"DMGMORWA","shiptoName":"DMG Mori USA, Inc.","entry_date":"10-16-2024","cust_order_date":"10-16-2024","req_date":"11-27-2024","cust_po":"H100A-MRAM-IC","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"15:03","extra":"","follow_up":"11-20-2024","web_id":"","follow_name":"Bret Hawkins","follow_phone":"360-605-5258","follow_email":"bhawkins@dmgmori-usa.com","pic_user":"bethw","total_amt":"37442.18","total_gp":"27766.62","total_gpm":"74.16","rev_type":"ADV","mod_date":"11-13-2024","mod_time":null,"mod_user":"bethw","reason":"","totalQty":"12","win_pct":"20","clo_date":"11-16-2024","notes":[],"crmnotes":[{"comp":1,"quote":223082,"Line":0,"Comment":"10/25/2024 3:35 PM - bethw - Sent QFU to Bret."},{"comp":1,"quote":223082,"Line":1,"Comment":"10/25/2024 3:35 PM - bethw - F/U changed from 10/22/2024 to 11/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223082,"Line":2,"Comment":"11/13/2024 11:11 AM - bethw - Sent another QFU to Ryan this time, asked for update or if active. Close if no\nresponse."}],"items":[{"comp":"01","order":"223082","line":"1","part":"H100A-MRAM-IC","qty":"2","price":"6515.00","uom":"EA","discount":"25.00","req_date":"1 Stock bal pending","branch":"1"},{"comp":"01","order":"223082","line":"2","part":"MRAM-EXT-100","qty":"2","price":"1912.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223082","line":"3","part":"MRAM-ER16L-IC","qty":"2","price":"5118.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223082","line":"6","part":"SPECIAL-TL","qty":"1","price":"4540.90","uom":"EA","discount":"0.00","req_date":"see comments","branch":"1"},{"comp":"01","order":"223082","line":"7","part":"SPECIAL-TL","qty":"2","price":"2851.85","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"223082","line":"8","part":"SPECIAL-TL","qty":"3","price":"2293.36","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"}],"qlines":[{"Quote":"223082","Line":"6","Company":"1","F_Line":"1","Comment":"Modular Locking Unit A 118 suitable for HSK100","Loc":"Y"},{"Quote":"223082","Line":"6","Company":"1","F_Line":"2","Comment":"DMG DMC125","Loc":"Y"}],"qcomms":[{"Quote":"223082","Line":"0","Comment":"These are non-standard stock items and considered"},{"Quote":"223082","Line":"1","Comment":"specials. Once a PO has been issued these items"},{"Quote":"223082","Line":"2","Comment":"cannot be cancelled or returned."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-13 11:17:07.433 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223922-11132024111707.txt === {"quote":"223922","customer":"1720","name":null,"customerName":"DXP Enterprises, Inc. (Appl Spec)","comp":"01","open":"0","shipto":"TRESKE","shiptoName":"Treske Precision Machining Inc.","entry_date":"11-04-2024","cust_order_date":"11-04-2024","req_date":"12-16-2024","cust_po":"SPECIAL-TL-SF","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"16:20","extra":"","follow_up":"11-20-2024","web_id":"","follow_name":"Hunt Potter","follow_phone":"360-737-9811","follow_email":"hunt@1asi.com","pic_user":"bethw","total_amt":"10422.00","total_gp":"10422.00","total_gpm":"100.00","rev_type":"ADV","mod_date":"11-13-2024","mod_time":null,"mod_user":"bethw","reason":"","totalQty":"16","win_pct":"20","clo_date":"12-04-2024","notes":[{"comp":"1","quote":"223922","line":"2","data":"inadvertently uploaded wrong PO.. disregard."},{"comp":"1","quote":"223922","line":"1","data":"Hunt to have the quote updated. Sent to Purch team"},{"comp":"1","quote":"223922","line":"0","data":"11-07-2024 08:19-bethw: recvd revised drawing from"}],"crmnotes":[{"comp":1,"quote":223922,"Line":0,"Comment":"11/13/2024 11:17 AM - bethw - Treske had some questions on the coolant hole size and it was determined that they are ok with 10.5-12mm . No price change per factory."}],"items":[{"comp":"01","order":"223922","line":"1","part":"SPECIAL-TL-SF","qty":"6","price":"792.00","uom":"EA","discount":"0.00","req_date":"see comments","branch":"1"},{"comp":"01","order":"223922","line":"2","part":"SPECIAL-TL-SF","qty":"10","price":"567.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223922","Line":"1","Company":"1","F_Line":"1","Comment":"P/N: CAT40-SF0750-9.00","Loc":"Y"},{"Quote":"223922","Line":"1","Company":"1","F_Line":"2","Comment":"CAT40 taper 3/4 shrink fit holder with 9.00 gauge","Loc":"Y"},{"Quote":"223922","Line":"1","Company":"1","F_Line":"3","Comment":"length in front of the flange . Drawings provided.","Loc":"Y"}],"qcomms":[{"Quote":"223922","Line":"0","Comment":"These are non-standard stock items and considered"},{"Quote":"223922","Line":"1","Comment":"specials. Once a PO has been issued these items"},{"Quote":"223922","Line":"2","Comment":"cannot be cancelled or returned."}],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-13 11:38:38.040 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.1939953333333, -86.7764113333333, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.1939953333333, -86.7764113333333, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.20175 second/s. 2024-11-13 11:39:37.475 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.1904813333333, -86.7902368333333, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.1904813333333, -86.7902368333333, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1903745 second/s. 2024-11-13 11:48:41.113 [INFO] In session is user: fletcherp 2024-11-13 11:48:41.399 [INFO] In session is user: fletcherp 2024-11-13 11:48:41.768 [INFO] In session is user: fletcherp 2024-11-13 11:48:42.081 [INFO] In session is user: fletcherp 2024-11-13 11:48:42.413 [INFO] In session is user: fletcherp 2024-11-13 11:48:42.833 [INFO] In session is user: fletcherp 2024-11-13 11:48:43.300 [INFO] In session is user: fletcherp 2024-11-13 12:01:58.551 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.2653, -88.011, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.2653, -88.011, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 20 ROWS ONLY Customer and Shipto From Location process took -0.6108833 second/s. 2024-11-13 12:19:09.905 [INFO] In session is user: rafaeli 2024-11-13 12:19:10.380 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.2126312144037, -87.9582664041591, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.2126312144037, -87.9582664041591, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3721431 second/s. 2024-11-13 12:24:16.332 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.2035629080848, -87.9338656302444, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.2035629080848, -87.9338656302444, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.358885 second/s. 2024-11-13 12:43:59.177 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-13 12:59:17.507 [INFO] In session is user: rafaeli 2024-11-13 12:59:17.983 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.2118488592474, -87.9552400623517, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.2118488592474, -87.9552400623517, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3592899 second/s. 2024-11-13 13:04:44.738 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.2386848547869, -87.9770004545492, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.2386848547869, -87.9770004545492, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3477837 second/s. 2024-11-13 13:04:45.878 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.2386848547869, -87.9770004545492, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.2386848547869, -87.9770004545492, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.4107811 second/s. 2024-11-13 13:34:07.314 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223070-11132024133407.txt === {"quote":"223070","customer":"4050","name":null,"customerName":"D-B Industrial Supply Co.,Inc.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-16-2024","cust_order_date":"10-16-2024","req_date":"11-27-2024","cust_po":"C5002-1250-6.28","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"13:38","extra":"","follow_up":"11-13-2024","web_id":"","follow_name":"Carlos","follow_phone":"714-364-7530","follow_email":"carlos@dbindustrial.com","pic_user":"rons","total_amt":"1350","total_gp":"759.05","total_gpm":"56.23","rev_type":"STD","mod_date":"11-13-2024","mod_time":null,"mod_user":"rons","reason":"2","totalQty":"5","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"223070","line":"3","data":"when moving up one bucket"},{"comp":"1","quote":"223070","line":"2","data":"breaks...checked discount schedule, additional 3%"},{"comp":"1","quote":"223070","line":"1","data":"5/7 remaining pieces on shelf...asked about qty."},{"comp":"1","quote":"223070","line":"0","data":"10-16-2024 14:10-rons: E/U is looking to purchase"}],"crmnotes":[{"comp":1,"quote":223070,"Line":0,"Comment":"10/21/2024 1:33 PM - rons - F/U changed from 10/22/2024 to 11/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223070,"Line":1,"Comment":"11/08/2024 2:47 PM - rons - F/U changed from 11/08/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223070,"Line":2,"Comment":"11/08/2024 2:47 PM - rons - Carlos getting back to me...called & emailed"}],"items":[{"comp":"01","order":"223070","line":"1","part":"C5002-1250-6.28","qty":"5","price":"375.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"223070","Line":"1","Company":"1","F_Line":"1","Comment":"Please note additional discount applies to qty. breaks","Loc":"Y"},{"Quote":"223070","Line":"1","Company":"1","F_Line":"2","Comment":"and must be purchased all at once.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-13 13:36:45.042 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223726-11132024133644.txt === {"quote":"223726","customer":"1245","name":null,"customerName":"All Industrial Tool Supply","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-30-2024","cust_order_date":"10-30-2024","req_date":"12-11-2024","cust_po":"C40RAM-ER11-208ST-65TP","terms_code":"CCARD","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"15:27","extra":"","follow_up":"11-27-2024","web_id":"","follow_name":"Matt","follow_phone":"714-897-1700","follow_email":"sales@allindustrial.com","pic_user":"rons","total_amt":"9167.90","total_gp":"5126.83","total_gpm":"55.92","rev_type":"ADV","mod_date":"11-13-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"223726","line":"3","data":"machine is DN Solutions DVF 6500, CAT40 taper"},{"comp":"1","quote":"223726","line":"2","data":"put C40RAM-ER11-208ST-65TP on log for p&d - the"},{"comp":"1","quote":"223726","line":"1","data":"Matt called in requesting C40RAM-ER11-208ST-65FP;"},{"comp":"1","quote":"223726","line":"0","data":"10-30-2024 15:29-rons: shipping to California..."}],"crmnotes":[{"comp":1,"quote":223726,"Line":0,"Comment":"11/04/2024 1:47 PM - rons - F/U changed from 11/05/2024 to 11/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223726,"Line":1,"Comment":"11/04/2024 5:13 PM - rons - F/U changed from 11/04/2024 to 11/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223726,"Line":2,"Comment":"11/07/2024 8:44 AM - rons - F/U changed from 11/06/2024 to 11/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223726,"Line":3,"Comment":"11/07/2024 4:44 PM - rons - F/U changed from 11/07/2024 to 11/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223726,"Line":4,"Comment":"11/08/2024 2:47 PM - rons - F/U changed from 11/08/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223726,"Line":5,"Comment":"11/13/2024 1:36 PM - rons - Matt getting back to me..."}],"items":[{"comp":"01","order":"223726","line":"1","part":"C40RAM-ER11-208ST-65TP","qty":"1","price":"11997.00","uom":"EA","discount":"30.00","req_date":"SEE COMMENT","branch":"1"},{"comp":"01","order":"223726","line":"2","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"1 WEEK","branch":"1"}],"qlines":[{"Quote":"223726","Line":"1","Company":"1","F_Line":"1","Comment":"These are custom application units. Application must be","Loc":"Y"},{"Quote":"223726","Line":"1","Company":"1","F_Line":"2","Comment":"approved. Once a PO has been issued these cannot be","Loc":"Y"},{"Quote":"223726","Line":"1","Company":"1","F_Line":"3","Comment":"cancelled or returned. 6 week delivery upon approval","Loc":"Y"},{"Quote":"223726","Line":"1","Company":"1","F_Line":"4","Comment":"drawing signed.","Loc":"Y"},{"Quote":"223726","Line":"2","Company":"1","F_Line":"1","Comment":"Lyndex-Nikken can make positioning block upon receipt","Loc":"Y"},{"Quote":"223726","Line":"2","Company":"1","F_Line":"2","Comment":"of spindle drawing information.","Loc":"Y"}],"qcomms":[{"Quote":"223726","Line":"0","Comment":"These are custom application units. Application must be"},{"Quote":"223726","Line":"1","Comment":"approved. Once a PO has been issued these cannot be"},{"Quote":"223726","Line":"2","Comment":"cancelled or returned."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-13 13:37:57.771 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222632-11132024133757.txt === {"quote":"222632","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"DESCCHIN","shiptoName":"Desco","entry_date":"10-07-2024","cust_order_date":"10-07-2024","req_date":"12-18-2024","cust_po":"C40RAM-ER32-180-65TP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"14:27","extra":"","follow_up":"11-13-2024","web_id":"","follow_name":"Brett Taylor","follow_phone":"916-549-9435","follow_email":"brett.taylor@pts-tools.com","pic_user":"rons","total_amt":"7823.00","total_gp":"4453.50","total_gpm":"56.93","rev_type":"ADV","mod_date":"11-13-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-14-2024","notes":[{"comp":"1","quote":"222632","line":"3","data":"internal coolant"},{"comp":"1","quote":"222632","line":"2","data":"is a Haas VF-2 and doesn't think the machine has"},{"comp":"1","quote":"222632","line":"1","data":"wanted a quote on an angle head for Desco; machine"},{"comp":"1","quote":"222632","line":"0","data":"10-07-2024 14:38-rons: Brett Taylor called and"}],"crmnotes":[{"comp":1,"quote":222632,"Line":0,"Comment":"10/10/2024 11:18 AM - rons - F/U changed from 10/13/2024 to 10/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":1,"Comment":"10/17/2024 4:49 PM - rons - F/U changed from 10/17/2024 to 10/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":2,"Comment":"10/21/2024 4:42 PM - rons - F/U changed from 10/21/2024 to 10/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":3,"Comment":"10/22/2024 3:01 PM - rons - Brett getting back to me..."},{"comp":1,"quote":222632,"Line":4,"Comment":"10/22/2024 3:01 PM - rons - F/U changed from 10/22/2024 to 10/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":5,"Comment":"10/22/2024 4:01 PM - rons - \"Hi Ron, I can’t give you a specific timeline. It is part of an overall restructuring of their manufacturing process for a specific item and there are several steps involved. I’ll try to get you a heads up as we get close. Thank you.\""},{"comp":1,"quote":222632,"Line":6,"Comment":"10/30/2024 10:10 AM - rons - F/U changed from 10/31/2024 to 11/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":7,"Comment":"11/07/2024 8:42 AM - rons - F/U changed from 11/06/2024 to 11/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":8,"Comment":"11/07/2024 4:44 PM - rons - F/U changed from 11/07/2024 to 11/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":9,"Comment":"11/07/2024 4:44 PM - rons - CLO changed from 11/07/2024 to 11/12/2024 (CLO Date Updated)"},{"comp":1,"quote":222632,"Line":10,"Comment":"11/08/2024 2:49 PM - rons - Brett getting back to me..."},{"comp":1,"quote":222632,"Line":11,"Comment":"11/08/2024 2:49 PM - rons - CLO changed from 11/12/2024 to 11/14/2024 (CLO Date Updated)"},{"comp":1,"quote":222632,"Line":12,"Comment":"11/08/2024 2:49 PM - rons - F/U changed from 11/08/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":13,"Comment":"11/13/2024 1:37 PM - rons - Req Date changed from 11/18/2024 to 12/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222632","line":"1","part":"C40RAM-ER32-180-65TP","qty":"1","price":"9404.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222632","line":"2","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-13 13:38:05.345 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222632-11132024133805.txt === {"quote":"222632","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"DESCCHIN","shiptoName":"Desco","entry_date":"10-07-2024","cust_order_date":"10-07-2024","req_date":"12-18-2024","cust_po":"C40RAM-ER32-180-65TP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"14:27","extra":"","follow_up":"11-13-2024","web_id":"","follow_name":"Brett Taylor","follow_phone":"916-549-9435","follow_email":"brett.taylor@pts-tools.com","pic_user":"rons","total_amt":"7823.00","total_gp":"4453.50","total_gpm":"56.93","rev_type":"ADV","mod_date":"11-13-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-17-2024","notes":[{"comp":"1","quote":"222632","line":"3","data":"internal coolant"},{"comp":"1","quote":"222632","line":"2","data":"is a Haas VF-2 and doesn't think the machine has"},{"comp":"1","quote":"222632","line":"1","data":"wanted a quote on an angle head for Desco; machine"},{"comp":"1","quote":"222632","line":"0","data":"10-07-2024 14:38-rons: Brett Taylor called and"}],"crmnotes":[{"comp":1,"quote":222632,"Line":0,"Comment":"10/10/2024 11:18 AM - rons - F/U changed from 10/13/2024 to 10/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":1,"Comment":"10/17/2024 4:49 PM - rons - F/U changed from 10/17/2024 to 10/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":2,"Comment":"10/21/2024 4:42 PM - rons - F/U changed from 10/21/2024 to 10/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":3,"Comment":"10/22/2024 3:01 PM - rons - Brett getting back to me..."},{"comp":1,"quote":222632,"Line":4,"Comment":"10/22/2024 3:01 PM - rons - F/U changed from 10/22/2024 to 10/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":5,"Comment":"10/22/2024 4:01 PM - rons - \"Hi Ron, I can’t give you a specific timeline. It is part of an overall restructuring of their manufacturing process for a specific item and there are several steps involved. I’ll try to get you a heads up as we get close. Thank you.\""},{"comp":1,"quote":222632,"Line":6,"Comment":"10/30/2024 10:10 AM - rons - F/U changed from 10/31/2024 to 11/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":7,"Comment":"11/07/2024 8:42 AM - rons - F/U changed from 11/06/2024 to 11/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":8,"Comment":"11/07/2024 4:44 PM - rons - F/U changed from 11/07/2024 to 11/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":9,"Comment":"11/07/2024 4:44 PM - rons - CLO changed from 11/07/2024 to 11/12/2024 (CLO Date Updated)"},{"comp":1,"quote":222632,"Line":10,"Comment":"11/08/2024 2:49 PM - rons - Brett getting back to me..."},{"comp":1,"quote":222632,"Line":11,"Comment":"11/08/2024 2:49 PM - rons - CLO changed from 11/12/2024 to 11/14/2024 (CLO Date Updated)"},{"comp":1,"quote":222632,"Line":12,"Comment":"11/08/2024 2:49 PM - rons - F/U changed from 11/08/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":13,"Comment":"11/13/2024 1:37 PM - rons - Req Date changed from 11/18/2024 to 12/18/2024 (Req Date Updated)"},{"comp":1,"quote":222632,"Line":14,"Comment":"11/13/2024 1:38 PM - rons - CLO changed from 11/14/2024 to 12/17/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222632","line":"1","part":"C40RAM-ER32-180-65TP","qty":"1","price":"9404.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222632","line":"2","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-13 13:38:16.773 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222632-11132024133816.txt === {"quote":"222632","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"DESCCHIN","shiptoName":"Desco","entry_date":"10-07-2024","cust_order_date":"10-07-2024","req_date":"12-18-2024","cust_po":"C40RAM-ER32-180-65TP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"14:27","extra":"","follow_up":"11-27-2024","web_id":"","follow_name":"Brett Taylor","follow_phone":"916-549-9435","follow_email":"brett.taylor@pts-tools.com","pic_user":"rons","total_amt":"7823.00","total_gp":"4453.50","total_gpm":"56.93","rev_type":"ADV","mod_date":"11-13-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-17-2024","notes":[{"comp":"1","quote":"222632","line":"3","data":"internal coolant"},{"comp":"1","quote":"222632","line":"2","data":"is a Haas VF-2 and doesn't think the machine has"},{"comp":"1","quote":"222632","line":"1","data":"wanted a quote on an angle head for Desco; machine"},{"comp":"1","quote":"222632","line":"0","data":"10-07-2024 14:38-rons: Brett Taylor called and"}],"crmnotes":[{"comp":1,"quote":222632,"Line":0,"Comment":"10/10/2024 11:18 AM - rons - F/U changed from 10/13/2024 to 10/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":1,"Comment":"10/17/2024 4:49 PM - rons - F/U changed from 10/17/2024 to 10/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":2,"Comment":"10/21/2024 4:42 PM - rons - F/U changed from 10/21/2024 to 10/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":3,"Comment":"10/22/2024 3:01 PM - rons - Brett getting back to me..."},{"comp":1,"quote":222632,"Line":4,"Comment":"10/22/2024 3:01 PM - rons - F/U changed from 10/22/2024 to 10/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":5,"Comment":"10/22/2024 4:01 PM - rons - \"Hi Ron, I can’t give you a specific timeline. It is part of an overall restructuring of their manufacturing process for a specific item and there are several steps involved. I’ll try to get you a heads up as we get close. Thank you.\""},{"comp":1,"quote":222632,"Line":6,"Comment":"10/30/2024 10:10 AM - rons - F/U changed from 10/31/2024 to 11/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":7,"Comment":"11/07/2024 8:42 AM - rons - F/U changed from 11/06/2024 to 11/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":8,"Comment":"11/07/2024 4:44 PM - rons - F/U changed from 11/07/2024 to 11/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":9,"Comment":"11/07/2024 4:44 PM - rons - CLO changed from 11/07/2024 to 11/12/2024 (CLO Date Updated)"},{"comp":1,"quote":222632,"Line":10,"Comment":"11/08/2024 2:49 PM - rons - Brett getting back to me..."},{"comp":1,"quote":222632,"Line":11,"Comment":"11/08/2024 2:49 PM - rons - CLO changed from 11/12/2024 to 11/14/2024 (CLO Date Updated)"},{"comp":1,"quote":222632,"Line":12,"Comment":"11/08/2024 2:49 PM - rons - F/U changed from 11/08/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":13,"Comment":"11/13/2024 1:37 PM - rons - Req Date changed from 11/18/2024 to 12/18/2024 (Req Date Updated)"},{"comp":1,"quote":222632,"Line":14,"Comment":"11/13/2024 1:38 PM - rons - CLO changed from 11/14/2024 to 12/17/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222632","line":"1","part":"C40RAM-ER32-180-65TP","qty":"1","price":"9404.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222632","line":"2","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-13 13:42:14.275 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224246-11132024134214.txt === {"quote":"224246","customer":"20894","name":null,"customerName":"Triumph Tool Ltd.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-11-2024","cust_order_date":"11-11-2024","req_date":"12-23-2024","cust_po":"BT30-SL12-60","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"14:10","extra":"","follow_up":"11-19-2024","web_id":"","follow_name":"Noel Amaya","follow_phone":"519-836-4811 ext 231","follow_email":"noela@triumphtool.com","pic_user":"briand","total_amt":"626.4","total_gp":"390.92","total_gpm":"62.41","rev_type":"STD","mod_date":"11-13-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-11-2024","notes":[{"comp":"1","quote":"224246","line":"9","data":"contacts at Triumph."},{"comp":"1","quote":"224246","line":"8","data":"send him the quote. Added Noel to the customer"},{"comp":"1","quote":"224246","line":"7","data":"let him know that as soon as I have pricing, I'll"},{"comp":"1","quote":"224246","line":"6","data":"is looking for 4. I emailed Noel at Triumph to"},{"comp":"1","quote":"224246","line":"5","data":"We currently have 6 in stock at Nikken - Triumph"},{"comp":"1","quote":"224246","line":"4","data":"Requested pricing confirmation from Purchasing."},{"comp":"1","quote":"224246","line":"3","data":"11-11-2024 14:24-briand: No orders since 2023."},{"comp":"1","quote":"224246","line":"2","data":"cc'd Territory 56."},{"comp":"1","quote":"224246","line":"1","data":"Purchasing, emailed quote to Noel for review."},{"comp":"1","quote":"224246","line":"0","data":"11-12-2024 09:57-briand: Pricing in from"}],"crmnotes":[],"items":[{"comp":"01","order":"224246","line":"1","part":"BT30-SL12-60","qty":"4","price":"261.00","uom":"EA","discount":"40.00","req_date":"1~2 Weeks ARO","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-13 13:42:29.960 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224339-11132024134229.txt === {"quote":"224339","customer":"2325","name":null,"customerName":"BlackHawk Industrial - Base Camp","comp":"01","open":"0","shipto":"BLKIL","shiptoName":"BlackHawk Industrial","entry_date":"11-13-2024","cust_order_date":"11-13-2024","req_date":"12-25-2024","cust_po":"300-021","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"08:58","extra":"","follow_up":"12-04-2024","web_id":"","follow_name":"Accounts Payable","follow_phone":"","follow_email":"aphelp@blackhawkid.com","pic_user":"rons","total_amt":"65.8","total_gp":"39.86","total_gpm":"60.58","rev_type":"STD","mod_date":"11-13-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-13-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224339","line":"1","part":"300-021","qty":"1","price":"94.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-13 13:43:22.045 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224346-11132024134321.txt === {"quote":"224346","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"WESTCOAN","shiptoName":"PTSolutions - Anaheim","entry_date":"11-13-2024","cust_order_date":"11-13-2024","req_date":"12-25-2024","cust_po":"E32-787","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"09:45","extra":"","follow_up":"12-06-2024","web_id":"","follow_name":"Sales","follow_phone":"","follow_email":"sales@pts-tools.com","pic_user":"rons","total_amt":"34.32","total_gp":"24.58","total_gpm":"71.62","rev_type":"STD","mod_date":"11-13-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-13-2024","notes":[{"comp":"1","quote":"224346","line":"0","data":"11-13-2024 09:46-rons: shipping to San Diego, CA"}],"crmnotes":[],"items":[{"comp":"01","order":"224346","line":"1","part":"E32-787","qty":"1","price":"52.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-13 13:43:47.420 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224350-11132024134347.txt === {"quote":"224350","customer":"16930","name":null,"customerName":"Productivity Inc.","comp":"01","open":"0","shipto":"ROCHROCB","shiptoName":"Rochester Precision Machine","entry_date":"11-13-2024","cust_order_date":"11-13-2024","req_date":"12-25-2024","cust_po":"MNL12-BG12Z-MS","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"35","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"09:54","extra":"","follow_up":"12-04-2024","web_id":"","follow_name":"Sales","follow_phone":"763-267-6038","follow_email":"sales@productivity.com","pic_user":"rons","total_amt":"1541.4","total_gp":"1159.62","total_gpm":"75.23","rev_type":"LT","mod_date":"11-13-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-13-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224350","line":"1","part":"MNL12-BG12Z-MS","qty":"2","price":"1101.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-13 13:44:04.273 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224352-11132024134404.txt === {"quote":"224352","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"MSCSALT","shiptoName":"MSC Industrial Supply Co.","entry_date":"11-13-2024","cust_order_date":"11-13-2024","req_date":"12-25-2024","cust_po":"NBT30-SK10C-60P","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"10:01","extra":"","follow_up":"12-04-2024","web_id":"","follow_name":"Sales","follow_phone":"801-972-3182","follow_email":"sales@mscdirect.com","pic_user":"rons","total_amt":"1410.5","total_gp":"982.25","total_gpm":"69.64","rev_type":"ADV","mod_date":"11-13-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"5","win_pct":"20","clo_date":"12-13-2024","notes":[{"comp":"1","quote":"224352","line":"0","data":"11-13-2024 10:02-rons: shipping to Salt Lake City"}],"crmnotes":[],"items":[{"comp":"01","order":"224352","line":"1","part":"NBT30-SK10C-60P","qty":"5","price":"434.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-13 13:44:21.407 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224363-11132024134421.txt === {"quote":"224363","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"REXPEARL","shiptoName":"PTSolutions - Pearland","entry_date":"11-13-2024","cust_order_date":"11-13-2024","req_date":"12-25-2024","cust_po":"018-SET-17","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"11:25","extra":"","follow_up":"12-05-2024","web_id":"","follow_name":"Cam Currie","follow_phone":"281-236-4389","follow_email":"ccurrie@pts-tools.com","pic_user":"rons","total_amt":"280.5","total_gp":"280.50","total_gpm":"100.00","rev_type":"STD","mod_date":"11-13-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-13-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224363","line":"1","part":"018-SET-17","qty":"1","price":"425.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-13 13:46:07.145 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224288-11132024134606.txt === {"quote":"224288","customer":"21750","name":null,"customerName":"US Tool Group","comp":"01","open":"0","shipto":"USGRO","shiptoName":"US Tool Group","entry_date":"11-12-2024","cust_order_date":"11-12-2024","req_date":"12-24-2024","cust_po":"C5016-0437-4.00","terms_code":"21030","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"30","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Molly Smith","drop_po":"","status":"0","user":"rons","conv_order":"","time":"10:58","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Molly Smith","follow_phone":"573-431-3856x7461","follow_email":"molly.smith@ustg.ne","pic_user":"rons","total_amt":"86.80","total_gp":"23.05","total_gpm":"26.56","rev_type":"STD","mod_date":"11-13-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-29-2024","notes":[{"comp":"1","quote":"224288","line":"0","data":"11-12-2024 10:59 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224288,"Line":0,"Comment":"11/13/2024 1:46 PM - rons - CLO changed from NaN/NaN/NaN to 11/29/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224288","line":"1","part":"C5016-0437-4.00","qty":"1","price":"217.00","uom":"EA","discount":"60.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224288","line":"2","part":"PROMOTION-OS","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"224288","Line":"2","Company":"1","F_Line":"1","Comment":"Please note additional 20% applied per overstock promo.","Loc":"Y"},{"Quote":"224288","Line":"2","Company":"1","F_Line":"2","Comment":"These items cannot be cancelled or returned upon","Loc":"Y"},{"Quote":"224288","Line":"2","Company":"1","F_Line":"3","Comment":"receipt of PO/order.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-13 13:46:10.177 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224288-11132024134609.txt === {"quote":"224288","customer":"21750","name":null,"customerName":"US Tool Group","comp":"01","open":"0","shipto":"USGRO","shiptoName":"US Tool Group","entry_date":"11-12-2024","cust_order_date":"11-12-2024","req_date":"12-24-2024","cust_po":"C5016-0437-4.00","terms_code":"21030","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"30","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Molly Smith","drop_po":"","status":"0","user":"rons","conv_order":"","time":"10:58","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Molly Smith","follow_phone":"573-431-3856x7461","follow_email":"molly.smith@ustg.ne","pic_user":"rons","total_amt":"86.80","total_gp":"23.05","total_gpm":"26.56","rev_type":"STD","mod_date":"11-13-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-29-2024","notes":[{"comp":"1","quote":"224288","line":"0","data":"11-12-2024 10:59 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224288,"Line":0,"Comment":"11/13/2024 1:46 PM - rons - CLO changed from NaN/NaN/NaN to 11/29/2024 (CLO Date Updated)"},{"comp":1,"quote":224288,"Line":1,"Comment":"11/13/2024 1:46 PM - rons - Req Date changed from 12/24/2024 to 12/24/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"224288","line":"1","part":"C5016-0437-4.00","qty":"1","price":"217.00","uom":"EA","discount":"60.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224288","line":"2","part":"PROMOTION-OS","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"224288","Line":"2","Company":"1","F_Line":"1","Comment":"Please note additional 20% applied per overstock promo.","Loc":"Y"},{"Quote":"224288","Line":"2","Company":"1","F_Line":"2","Comment":"These items cannot be cancelled or returned upon","Loc":"Y"},{"Quote":"224288","Line":"2","Company":"1","F_Line":"3","Comment":"receipt of PO/order.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-13 13:58:41.804 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.491499, -86.656521, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.491499, -86.656521, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 20 ROWS ONLY Customer and Shipto From Location process took -0.2032027 second/s. 2024-11-13 14:03:11.025 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(40.2769259, -76.0198903, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(40.2769259, -76.0198903, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2096933 second/s. 2024-11-13 14:03:52.090 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(40.2877021, -76.0135274, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(40.2877021, -76.0135274, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1967628 second/s. 2024-11-13 14:04:34.115 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(40.2957041, -76.001991, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(40.2957041, -76.001991, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2047369 second/s. 2024-11-13 14:05:21.036 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(40.3073384, -75.9993336, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(40.3073384, -75.9993336, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1717492 second/s. 2024-11-13 14:07:33.920 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(40.3310307, -75.9737009, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(40.3310307, -75.9737009, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2477742 second/s. 2024-11-13 14:08:27.034 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(40.3419675, -75.9680661, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(40.3419675, -75.9680661, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2114836 second/s. 2024-11-13 14:10:00.141 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(40.3536778, -75.9670277, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(40.3536778, -75.9670277, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2087741 second/s. 2024-11-13 14:10:52.138 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(40.3599655, -75.9802736, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(40.3599655, -75.9802736, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1993293 second/s. 2024-11-13 14:15:15.736 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\FABWORTN-0-3266.txt === {"customer":"FABWORTN","line":"A","dept":"M","name":"Mike Houge","title":"OWN","phone":"615-547-9609","cell":"615-547-9609","fax":null,"email":"mhouge@fab-worxinc.com","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3266,"password":null,"webenabled":null,"linkedin":null,"city":"Mount Juliet","state":"TN","address1":"5510 East Division Street","address2":null,"zip":"37122","country":"USA","userid":"gregb","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"ST","Active":"Y","lnrp":"N"} [{"json":{"results":"Contacts","type":"contacts","line":"0"}}] 2024-11-13 14:22:26.626 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\EMPCO-0-3266.txt === {"customer":"EMPCO","line":"A","dept":"M","name":"Rodney Empco","title":"MPS","phone":"615-773-2200","cell":"615-773-2200","fax":null,"email":"rodneyempco@tds.net","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3266,"password":null,"webenabled":null,"linkedin":null,"city":"Mount Juliet","state":"TN","address1":"66 Athens Drive","address2":null,"zip":"37122","country":"USA","userid":"gregb","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"ST","Active":"Y","lnrp":"N"} [{"json":{"results":"Contacts","type":"contacts","line":"0"}}] 2024-11-13 14:33:28.576 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\PERMOBIL-0-3266.txt === {"customer":"PERMOBIL","line":"A","dept":"M","name":"Perry Hall","title":"OM","phone":"615-547-1889","cell":"615-547-1889","fax":null,"email":"perry.hall@permobil.com","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3266,"password":null,"webenabled":null,"linkedin":null,"city":"Lebanon","state":"TN","address1":"300 Duke Dr","address2":null,"zip":"37090","country":"USA","userid":"gregb","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"ST","Active":"Y","lnrp":"N"} [{"json":{"results":"Contacts","type":"contacts","line":"0"}}] 2024-11-13 14:35:42.005 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\PERMOBIL-1-3266.txt === {"customer":"PERMOBIL","line":"A","dept":"M","name":"Gabe Helmuth","title":"MPS","phone":"615-547-1889","cell":"615-547-1889","fax":null,"email":"gabe.helmuth@permobil.com","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3266,"password":null,"webenabled":null,"linkedin":null,"city":"Lebanon","state":"TN","address1":"300 Duke Dr","address2":null,"zip":"37090","country":"USA","userid":"gregb","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"ST","Active":"Y","lnrp":"N"} [{"json":{"results":"Contacts","type":"contacts","line":"1"}}] 2024-11-13 14:38:55.186 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.491499, -86.656521, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.491499, -86.656521, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 20 ROWS ONLY Customer and Shipto From Location process took -0.2104917 second/s. 2024-11-13 14:39:13.197 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.491499, -86.656521, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.491499, -86.656521, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 50 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 20 ROWS ONLY Customer and Shipto From Location process took -0.2453007 second/s. 2024-11-13 14:39:28.901 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.491499, -86.656521, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.491499, -86.656521, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 20 ROWS ONLY Customer and Shipto From Location process took -0.1430609 second/s. 2024-11-13 14:39:35.446 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.491499, -86.656521, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.491499, -86.656521, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 50 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 20 ROWS ONLY Customer and Shipto From Location process took -0.1542536 second/s. 2024-11-13 14:39:52.618 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.491499, -86.656521, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.491499, -86.656521, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 50 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 20 ROWS FETCH NEXT 20 ROWS ONLY Customer and Shipto From Location process took -0.2115755 second/s. 2024-11-13 14:39:54.087 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.491499, -86.656521, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.491499, -86.656521, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 50 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 40 ROWS FETCH NEXT 20 ROWS ONLY Customer and Shipto From Location process took -0.2230627 second/s. 2024-11-13 14:39:54.410 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.491499, -86.656521, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.491499, -86.656521, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 50 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 60 ROWS FETCH NEXT 20 ROWS ONLY Customer and Shipto From Location process took -0.1832284 second/s. 2024-11-13 14:39:59.131 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.491499, -86.656521, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.491499, -86.656521, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 50 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 80 ROWS FETCH NEXT 20 ROWS ONLY Customer and Shipto From Location process took -0.2069547 second/s. 2024-11-13 14:40:02.298 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.491499, -86.656521, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.491499, -86.656521, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 50 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 100 ROWS FETCH NEXT 20 ROWS ONLY Customer and Shipto From Location process took -0.2719597 second/s. 2024-11-13 14:40:06.627 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.491499, -86.656521, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.491499, -86.656521, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 50 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 120 ROWS FETCH NEXT 20 ROWS ONLY Customer and Shipto From Location process took -0.1623164 second/s. 2024-11-13 14:40:06.851 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.491499, -86.656521, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.491499, -86.656521, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 50 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 140 ROWS FETCH NEXT 20 ROWS ONLY Customer and Shipto From Location process took -0.2108165 second/s. 2024-11-13 14:40:11.587 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.491499, -86.656521, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.491499, -86.656521, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 50 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 160 ROWS FETCH NEXT 20 ROWS ONLY Customer and Shipto From Location process took -0.1607117 second/s. 2024-11-13 14:42:36.298 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.491499, -86.656521, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.491499, -86.656521, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 50 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 20 ROWS ONLY Customer and Shipto From Location process took -0.1389844 second/s. 2024-11-13 14:47:26.828 [INFO] [CreateClient] [jsoncustomer.php] [C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\TEKNMOUN.txt]: {"id":"TEKNMOUN","name":"Teknia","address1":"94 Belinda PKWY","address2":"","city":"Mount Juliet","state":"TN","zip":"37122","country":"USA","discount_level":null,"date_opened":"","salesman":null,"phone":"615-754-6600","cr_limit":"","Created":"11-13-2024","Segment":"EU","Lat":0.0,"Long":0.0,"Distance":"0","Territory":27,"web_id":1,"Type":"ST","Active":"Y","website":null,"UserId":"gregb","JAS":"N","customer_email":""} [{"json":{"results":"success","type":"customer"}}] 2024-11-13 14:47:27.140 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\TEKNMOUN-0-3266.txt === {"customer":"TEKNMOUN","line":"A","dept":"M","name":"Josh Rich","title":"OM","phone":"615-754-6600","cell":"615-754-6600","fax":null,"email":"josh.rich@tekniagroup.com","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3266,"password":null,"webenabled":null,"linkedin":null,"city":"Mount Juliet","state":"TN","address1":"94 Belinda PKWY","address2":null,"zip":"37122","country":"USA","userid":"gregb","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"ST","Active":"Y","lnrp":"N"} [{"json":{"results":"Contacts","type":"contacts","line":"0"}}] 2024-11-13 14:49:41.410 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.491499, -86.656521, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.491499, -86.656521, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 20 ROWS ONLY Customer and Shipto From Location process took -0.2099492 second/s. 2024-11-13 14:52:25.381 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223551-11132024145225.txt === {"quote":"223551","customer":"13330","name":null,"customerName":"Manufacturing Solutions of MN Inc.","comp":"01","open":"0","shipto":"RADL","shiptoName":"R&D Leverage","entry_date":"10-25-2024","cust_order_date":"10-25-2024","req_date":"12-06-2024","cust_po":"H40E-SF0250-3.15","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"35","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"17:00","extra":"","follow_up":"11-14-2024","web_id":"","follow_name":"Mark Marchant - KS locati","follow_phone":"816-585-4745","follow_email":"mark.marchant@shopmsi.com","pic_user":"rons","total_amt":"2647.92","total_gp":"1397.40","total_gpm":"52.77","rev_type":"ADV","mod_date":"11-13-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"15","win_pct":"20","clo_date":"11-25-2024","notes":[],"crmnotes":[{"comp":1,"quote":223551,"Line":0,"Comment":"10/28/2024 1:52 PM - rons - F/U changed from 10/31/2024 to 11/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":1,"Comment":"11/04/2024 1:52 PM - rons - F/U changed from 11/06/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":2,"Comment":"11/07/2024 10:06 AM - rons - F/U changed from 11/13/2024 to 11/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":3,"Comment":"11/08/2024 2:51 PM - rons - F/U changed from 11/08/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":4,"Comment":"11/11/2024 4:25 PM - rons - F/U changed from 11/11/2024 to 11/13/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223551","line":"1","part":"H40E-SF0250-3.15","qty":"2","price":"242.00","uom":"EA","discount":"34.00","req_date":"1 STOCK + TBD","branch":"1"},{"comp":"01","order":"223551","line":"3","part":"H40E-SF0125-3.15","qty":"7","price":"326.00","uom":"EA","discount":"34.00","req_date":"3 STOCK + TBD","branch":"1"},{"comp":"01","order":"223551","line":"5","part":"H40E-SF0187-2.36","qty":"1","price":"326.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223551","line":"7","part":"H40E-SF0375-3.15","qty":"1","price":"264.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223551","line":"12","part":"H40E-SF4-70","qty":"2","price":"328.00","uom":"EA","discount":"34.00","req_date":"5-6 WEEKS","branch":"1"},{"comp":"01","order":"223551","line":"14","part":"H40E-SF6-80","qty":"2","price":"0.00","uom":"EA","discount":"34.00","req_date":"TBD","branch":"1"}],"qlines":[{"Quote":"223551","Line":"14","Company":"1","F_Line":"1","Comment":"WAITING ON PRICING & DELIVERY FROM FACTORY","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-13 15:10:32.549 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221181-11132024151032.txt === {"quote":"221181","customer":"1340","name":null,"customerName":"Metal Removal Technologies","comp":"01","open":"1","shipto":"METALREM","shiptoName":"Metal Removal Technologies-Bartlett","entry_date":"09-05-2024","cust_order_date":"09-05-2024","req_date":"10-17-2024","cust_po":"E346+","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"26","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jason","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"16:22","extra":"","follow_up":"09-28-2024","web_id":"","follow_name":"Jason","follow_phone":"901-421-5607","follow_email":"jsandefur@metal-removal.com>","pic_user":"gregb","total_amt":"14416.0","total_gp":"6401.38","total_gpm":"44.40","rev_type":"ADV","mod_date":"11-13-2024","mod_time":null,"mod_user":"gregb","reason":"2","totalQty":"8","win_pct":"20","clo_date":"09-28-2024","notes":[{"comp":"1","quote":"221181","line":"0","data":"09-05-2024 16:25 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221181,"Line":0,"Comment":"09/20/2024 10:48 PM - fletcherp - F/U changed from 09/18/2024 to 9/28/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"221181","line":"1","part":"PRE-E346PLUS-I40","qty":"1","price":"16600.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221181","line":"2","part":"PRE-SPDL-I50","qty":"1","price":"970.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221181","line":"3","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221181","line":"4","part":"PRE-GAUGE-C50","qty":"1","price":"760.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221181","line":"5","part":"PRE-E346PLUS-STD","qty":"1","price":"1940.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221181","line":"6","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221181","line":"7","part":"PRE-PRNT-ROLL-QL800","qty":"1","price":"30.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221181","line":"8","part":"PRE-INST/TRAINING","qty":"1","price":"1800.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":8}}] 2024-11-13 15:11:03.063 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221182-11132024151102.txt === {"quote":"221182","customer":"1340","name":null,"customerName":"Metal Removal Technologies","comp":"01","open":"1","shipto":"METALREM","shiptoName":"Metal Removal Technologies-Bartlett","entry_date":"09-05-2024","cust_order_date":"09-05-2024","req_date":"10-17-2024","cust_po":"E236+","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"26","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Jason","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"16:26","extra":"","follow_up":"09-28-2024","web_id":"","follow_name":"Jason","follow_phone":"","follow_email":"jsaon@metal-removal.com","pic_user":"gregb","total_amt":"10116.0","total_gp":"5237.75","total_gpm":"51.78","rev_type":"ADV","mod_date":"11-13-2024","mod_time":null,"mod_user":"gregb","reason":"2","totalQty":"8","win_pct":"20","clo_date":"10-05-2024","notes":[{"comp":"1","quote":"221182","line":"0","data":"09-05-2024 16:29 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"221182","line":"1","part":"PRE-E236PLUS-I40","qty":"1","price":"9500.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221182","line":"2","part":"PRE-SPDL-I50","qty":"1","price":"970.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221182","line":"3","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221182","line":"4","part":"PRE-GAUGE-C50","qty":"1","price":"760.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221182","line":"5","part":"PRE-PRNT-04B080M","qty":"1","price":"610.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221182","line":"6","part":"PRE-PRNT-ROLL-04B080M","qty":"1","price":"10.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221182","line":"7","part":"PRE-E346N-STD","qty":"1","price":"1600.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221182","line":"8","part":"PRE-INST/TRAINING","qty":"1","price":"1800.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":8}}] 2024-11-13 15:22:53.309 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.0556408781866, -111.477556005224, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.0556408781866, -111.477556005224, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2448547 second/s. 2024-11-13 16:02:02.739 [INFO] In session is user: nickm 2024-11-13 16:02:03.428 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(40.7107259057206, -74.5668657886548, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(40.7107259057206, -74.5668657886548, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1719104 second/s. 2024-11-13 17:53:20.322 [INFO] In session is user: rafaeli 2024-11-13 17:53:20.837 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.2403946871947, -87.9713158087081, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.2403946871947, -87.9713158087081, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.4078456 second/s. 2024-11-13 17:59:01.043 [INFO] In session is user: rafaeli 2024-11-13 17:59:01.630 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.2380533772521, -87.9470760397611, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.2380533772521, -87.9470760397611, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.448986 second/s. 2024-11-13 18:14:53.014 [INFO] In session is user: rafaeli 2024-11-13 18:14:53.068 [INFO] In session is user: rafaeli 2024-11-13 18:14:53.600 [INFO] In session is user: rafaeli 2024-11-13 18:14:54.179 [INFO] In session is user: rafaeli 2024-11-13 18:14:54.711 [INFO] In session is user: rafaeli 2024-11-13 18:14:55.427 [INFO] In session is user: rafaeli 2024-11-13 18:14:56.022 [INFO] In session is user: rafaeli 2024-11-13 18:14:56.621 [INFO] In session is user: rafaeli 2024-11-13 18:14:57.201 [INFO] In session is user: rafaeli 2024-11-13 18:14:57.793 [INFO] In session is user: rafaeli 2024-11-13 18:14:58.318 [INFO] In session is user: rafaeli 2024-11-13 18:14:59.064 [INFO] In session is user: rafaeli 2024-11-13 18:14:59.629 [INFO] In session is user: rafaeli 2024-11-13 18:15:00.185 [INFO] In session is user: rafaeli 2024-11-13 18:15:00.729 [INFO] In session is user: rafaeli 2024-11-13 18:15:01.398 [INFO] In session is user: rafaeli 2024-11-13 18:15:02.024 [INFO] In session is user: rafaeli 2024-11-13 18:15:02.601 [INFO] In session is user: rafaeli 2024-11-13 18:15:03.147 [INFO] In session is user: rafaeli 2024-11-13 18:15:03.702 [INFO] In session is user: rafaeli 2024-11-13 18:15:04.270 [INFO] In session is user: rafaeli 2024-11-13 18:15:04.863 [INFO] In session is user: rafaeli 2024-11-13 18:15:05.445 [INFO] In session is user: rafaeli 2024-11-13 18:15:05.983 [INFO] In session is user: rafaeli 2024-11-13 18:15:06.508 [INFO] In session is user: rafaeli 2024-11-13 18:15:07.068 [INFO] In session is user: rafaeli 2024-11-13 18:19:53.799 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.2405479269805, -87.9896101605419, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.2405479269805, -87.9896101605419, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3938515 second/s. 2024-11-13 18:24:53.011 [INFO] In session is user: rafaeli 2024-11-13 18:24:53.538 [INFO] In session is user: rafaeli 2024-11-13 18:24:54.049 [INFO] In session is user: rafaeli 2024-11-13 18:24:54.604 [INFO] In session is user: rafaeli 2024-11-13 18:24:55.151 [INFO] In session is user: rafaeli 2024-11-13 18:24:55.661 [INFO] In session is user: rafaeli 2024-11-13 18:24:56.174 [INFO] In session is user: rafaeli 2024-11-13 18:24:56.720 [INFO] In session is user: rafaeli 2024-11-13 18:24:57.263 [INFO] In session is user: rafaeli 2024-11-13 18:24:57.794 [INFO] In session is user: rafaeli 2024-11-13 18:24:58.301 [INFO] In session is user: rafaeli 2024-11-13 18:24:58.841 [INFO] In session is user: rafaeli 2024-11-13 18:24:59.401 [INFO] In session is user: rafaeli 2024-11-13 18:24:59.955 [INFO] In session is user: rafaeli 2024-11-13 18:25:00.486 [INFO] In session is user: rafaeli 2024-11-13 18:25:00.989 [INFO] In session is user: rafaeli 2024-11-13 18:25:01.563 [INFO] In session is user: rafaeli 2024-11-13 18:25:02.131 [INFO] In session is user: rafaeli 2024-11-13 18:25:02.675 [INFO] In session is user: rafaeli 2024-11-13 18:25:03.282 [INFO] In session is user: rafaeli 2024-11-13 18:25:03.811 [INFO] In session is user: rafaeli 2024-11-13 18:25:04.374 [INFO] In session is user: rafaeli 2024-11-13 18:25:04.942 [INFO] In session is user: rafaeli 2024-11-13 18:25:05.522 [INFO] In session is user: rafaeli 2024-11-13 18:25:06.102 [INFO] In session is user: rafaeli 2024-11-13 18:25:06.751 [INFO] In session is user: rafaeli 2024-11-13 18:25:07.274 [INFO] In session is user: rafaeli 2024-11-13 18:25:07.870 [INFO] In session is user: rafaeli 2024-11-13 18:25:08.426 [INFO] In session is user: rafaeli 2024-11-13 18:25:08.968 [INFO] In session is user: rafaeli 2024-11-13 18:25:09.482 [INFO] In session is user: rafaeli 2024-11-13 18:25:10.062 [INFO] In session is user: rafaeli 2024-11-13 18:25:10.580 [INFO] In session is user: rafaeli 2024-11-13 18:25:11.103 [INFO] In session is user: rafaeli 2024-11-13 18:25:11.658 [INFO] In session is user: rafaeli 2024-11-13 18:25:12.232 [INFO] In session is user: rafaeli 2024-11-13 18:25:12.790 [INFO] In session is user: rafaeli 2024-11-13 18:25:13.333 [INFO] In session is user: rafaeli 2024-11-13 18:25:13.904 [INFO] In session is user: rafaeli 2024-11-13 18:25:14.470 [INFO] In session is user: rafaeli 2024-11-13 18:25:15.024 [INFO] In session is user: rafaeli 2024-11-13 18:25:15.539 [INFO] In session is user: rafaeli 2024-11-13 18:25:16.103 [INFO] In session is user: rafaeli 2024-11-13 18:25:16.634 [INFO] In session is user: rafaeli 2024-11-13 18:25:17.184 [INFO] In session is user: rafaeli 2024-11-13 18:35:06.981 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.231533205564, -87.9942551462268, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.231533205564, -87.9942551462268, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3983498 second/s. 2024-11-13 18:45:08.946 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.1708711972054, -88.0141887109453, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.1708711972054, -88.0141887109453, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3374248 second/s. 2024-11-13 18:50:08.566 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.1535435802729, -88.0186216050962, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.1535435802729, -88.0186216050962, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3278537 second/s. 2024-11-13 18:55:08.756 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.0993461039296, -88.0223115780334, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.0993461039296, -88.0223115780334, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.4678 second/s. 2024-11-13 19:00:09.685 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.0418817408614, -88.031747542278, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.0418817408614, -88.031747542278, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.4670031 second/s. 2024-11-13 20:25:51.065 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-13 20:25:55.162 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.0459240510986, -88.029059117511, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.0459240510986, -88.029059117511, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.4247619 second/s. 2024-11-13 20:30:50.560 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.1040754369656, -88.0110258720199, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.1040754369656, -88.0110258720199, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3279207 second/s. 2024-11-13 20:35:52.061 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.1538207819301, -88.0281322216368, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.1538207819301, -88.0281322216368, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3191061 second/s. 2024-11-13 20:40:51.715 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.1756085213834, -87.9899001516341, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.1756085213834, -87.9899001516341, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3670416 second/s. 2024-11-13 20:45:52.881 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.2275292946369, -87.9940265480815, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.2275292946369, -87.9940265480815, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.4265119 second/s. 2024-11-13 20:50:52.515 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.2400256685087, -87.9939724631269, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.2400256685087, -87.9939724631269, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.4211726 second/s. 2024-11-13 20:55:53.009 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.2422813689901, -87.9447718762332, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.2422813689901, -87.9447718762332, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.4877025 second/s. 2024-11-13 21:00:53.690 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.2599636201145, -87.9476297830054, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.2599636201145, -87.9476297830054, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3791767 second/s. 2024-11-13 21:34:35.798 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-13 21:39:37.208 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.2405984445182, -87.9797043334, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.2405984445182, -87.9797043334, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3483911 second/s. 2024-11-13 21:45:00.125 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.2383172616425, -87.9968471000155, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.2383172616425, -87.9968471000155, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3241002 second/s. 2024-11-14 04:38:13.313 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-14 06:41:52.932 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-14 06:43:34.692 [INFO] In session is user: chrisb 2024-11-14 07:09:04.985 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223280-11142024070904.txt === {"quote":"223280","customer":"10610","name":null,"customerName":"Jones Machinery Inc.","comp":"01","open":"0","shipto":"MAGPOWIN","shiptoName":"Magna Powertrain of America","entry_date":"10-21-2024","cust_order_date":"10-21-2024","req_date":"12-02-2024","cust_po":"CNC180FA-M on DMC43VCD","terms_code":"N30","ship_via":"TRK","ship_collect":"","drop_ship":"N","territory":"45","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"Attn: Derek Edon","drop_po":"Two Machine Package","status":"0","user":"chrisb","conv_order":"","time":"13:32","extra":"","follow_up":"12-06-2024","web_id":"","follow_name":"Derek Edon","follow_phone":"(513) 825-5000","follow_email":"Derek@jonesmachinery.com","pic_user":"chrisb","total_amt":"81559.20","total_gp":"64268.40","total_gpm":"78.80","rev_type":"RT","mod_date":"11-14-2024","mod_time":null,"mod_user":"chrisb","reason":"","totalQty":"10","win_pct":"20","clo_date":"11-21-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223280","line":"1","part":"CNC180FA-M","qty":"4","price":"16905.00","uom":"EA","discount":"30.00","req_date":"2 Stk / 2 4-6 Wks","branch":"1"},{"comp":"01","order":"223280","line":"2","part":"RT-CN180SD-3+1-L","qty":"4","price":"1509.00","uom":"EA","discount":"30.00","req_date":"3 Stk / 1 6-8 Wks","branch":"1"},{"comp":"01","order":"223280","line":"3","part":"INSTALLATION-RT-5AX-MW","qty":"2","price":"15000.00","uom":"EA","discount":"0.00","req_date":"TBD By Customer","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-14 07:09:17.656 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223280-11142024070917.txt === {"quote":"223280","customer":"10610","name":null,"customerName":"Jones Machinery Inc.","comp":"01","open":"0","shipto":"MAGPOWIN","shiptoName":"Magna Powertrain of America","entry_date":"10-21-2024","cust_order_date":"10-21-2024","req_date":"12-02-2024","cust_po":"CNC180FA-M on DMC43VCD","terms_code":"N30","ship_via":"TRK","ship_collect":"","drop_ship":"N","territory":"45","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"Attn: Derek Edon","drop_po":"Two Machine Package","status":"0","user":"chrisb","conv_order":"","time":"13:32","extra":"","follow_up":"12-06-2024","web_id":"","follow_name":"Derek Edon","follow_phone":"(513) 825-5000","follow_email":"Derek@jonesmachinery.com","pic_user":"chrisb","total_amt":"81559.20","total_gp":"64268.40","total_gpm":"78.80","rev_type":"RT","mod_date":"11-14-2024","mod_time":null,"mod_user":"chrisb","reason":"","totalQty":"10","win_pct":"20","clo_date":"12-30-2024","notes":[],"crmnotes":[{"comp":1,"quote":223280,"Line":0,"Comment":"11/14/2024 8:09 AM - chrisb - F/U changed from 11/05/2024 to 12/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223280,"Line":1,"Comment":"11/14/2024 8:09 AM - chrisb - CLO changed from 11/21/2024 to 12/30/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223280","line":"1","part":"CNC180FA-M","qty":"4","price":"16905.00","uom":"EA","discount":"30.00","req_date":"2 Stk / 2 4-6 Wks","branch":"1"},{"comp":"01","order":"223280","line":"2","part":"RT-CN180SD-3+1-L","qty":"4","price":"1509.00","uom":"EA","discount":"30.00","req_date":"3 Stk / 1 6-8 Wks","branch":"1"},{"comp":"01","order":"223280","line":"3","part":"INSTALLATION-RT-5AX-MW","qty":"2","price":"15000.00","uom":"EA","discount":"0.00","req_date":"TBD By Customer","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-14 07:09:24.688 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223280-11142024070924.txt === {"quote":"223280","customer":"10610","name":null,"customerName":"Jones Machinery Inc.","comp":"01","open":"0","shipto":"MAGPOWIN","shiptoName":"Magna Powertrain of America","entry_date":"10-21-2024","cust_order_date":"10-21-2024","req_date":"12-31-2024","cust_po":"CNC180FA-M on DMC43VCD","terms_code":"N30","ship_via":"TRK","ship_collect":"","drop_ship":"N","territory":"45","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"Attn: Derek Edon","drop_po":"Two Machine Package","status":"0","user":"chrisb","conv_order":"","time":"13:32","extra":"","follow_up":"12-06-2024","web_id":"","follow_name":"Derek Edon","follow_phone":"(513) 825-5000","follow_email":"Derek@jonesmachinery.com","pic_user":"chrisb","total_amt":"81559.20","total_gp":"64268.40","total_gpm":"78.80","rev_type":"RT","mod_date":"11-14-2024","mod_time":null,"mod_user":"chrisb","reason":"","totalQty":"10","win_pct":"20","clo_date":"12-30-2024","notes":[],"crmnotes":[{"comp":1,"quote":223280,"Line":0,"Comment":"11/14/2024 8:09 AM - chrisb - F/U changed from 11/05/2024 to 12/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223280,"Line":1,"Comment":"11/14/2024 8:09 AM - chrisb - CLO changed from 11/21/2024 to 12/30/2024 (CLO Date Updated)"},{"comp":1,"quote":223280,"Line":2,"Comment":"11/14/2024 8:09 AM - chrisb - Req Date changed from 12/02/2024 to 12/31/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223280","line":"1","part":"CNC180FA-M","qty":"4","price":"16905.00","uom":"EA","discount":"30.00","req_date":"2 Stk / 2 4-6 Wks","branch":"1"},{"comp":"01","order":"223280","line":"2","part":"RT-CN180SD-3+1-L","qty":"4","price":"1509.00","uom":"EA","discount":"30.00","req_date":"3 Stk / 1 6-8 Wks","branch":"1"},{"comp":"01","order":"223280","line":"3","part":"INSTALLATION-RT-5AX-MW","qty":"2","price":"15000.00","uom":"EA","discount":"0.00","req_date":"TBD By Customer","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-14 07:09:52.157 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220079-11142024070951.txt === {"quote":"220079","customer":"16246","name":null,"customerName":"PDQ Workholding","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"08-13-2024","cust_order_date":"08-13-2024","req_date":"11-13-2024","cust_po":"CNC321YA-M on HAAS EC1600","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"57","salesman":"CB","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Attn: James Jackson","drop_po":"","status":"0","user":"chrisb","conv_order":"","time":"10:11","extra":"","follow_up":"11-11-2024","web_id":"","follow_name":"James Jackson","follow_phone":"555-555-5555","follow_email":"jjackson@pdqwh.com","pic_user":"chrisb","total_amt":"29789.00","total_gp":"28290.93","total_gpm":"94.97","rev_type":"RT","mod_date":"11-14-2024","mod_time":null,"mod_user":"chrisb","reason":"2","totalQty":"3","win_pct":"20","clo_date":"11-12-2024","notes":[],"crmnotes":[{"comp":1,"quote":220079,"Line":0,"Comment":"08/27/2024 8:09 AM - chrisb - F/U changed from 08/31/2024 to 9/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220079,"Line":1,"Comment":"09/18/2024 10:48 AM - chrisb - F/U changed from 09/08/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220079,"Line":2,"Comment":"10/31/2024 9:58 AM - chrisb - F/U changed from 10/12/2024 to 11/11/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"220079","line":"1","part":"CNC321YA-M","qty":"1","price":"29085.00","uom":"EA","discount":"30.00","req_date":"2-3 Weeks","branch":"1"},{"comp":"01","order":"220079","line":"2","part":"AY0200","qty":"1","price":"4185.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220079","line":"3","part":"INSTALLATION-RT","qty":"1","price":"6500.00","uom":"EA","discount":"0.00","req_date":"TBD by PDQ","branch":"1"}],"qlines":[{"Quote":"220079","Line":"3","Company":"1","F_Line":"1","Comment":"Installation includes travel and labor for physically","Loc":"Y"},{"Quote":"220079","Line":"3","Company":"1","F_Line":"2","Comment":"installing rotary table onto Haas EC1600 machine.","Loc":"Y"},{"Quote":"220079","Line":"3","Company":"1","F_Line":"3","Comment":"Lyndex will provide the cable set going from rotary","Loc":"Y"},{"Quote":"220079","Line":"3","Company":"1","F_Line":"4","Comment":"table to bulkhead connection. Any software options or","Loc":"Y"},{"Quote":"220079","Line":"3","Company":"1","F_Line":"5","Comment":"other hardware needed from Haas will be the End Users","Loc":"Y"},{"Quote":"220079","Line":"3","Company":"1","F_Line":"6","Comment":"responsibility as only they can request the items from","Loc":"Y"},{"Quote":"220079","Line":"3","Company":"1","F_Line":"7","Comment":"Haas.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-14 07:10:57.695 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223555-11142024071057.txt === {"quote":"223555","customer":"16600","name":null,"customerName":"Powell Tool Supply, Inc.","comp":"01","open":"0","shipto":"DAMAN","shiptoName":"Daman Products Co. Inc.","entry_date":"10-28-2024","cust_order_date":"10-28-2024","req_date":"12-09-2024","cust_po":"CAT50 Holders","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"57","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"Attn: Shawn Luczkowski","drop_po":"","status":"0","user":"chrisb","conv_order":"","time":"07:44","extra":"","follow_up":"11-27-2024","web_id":"","follow_name":"Shawn Luczkowski","follow_phone":"574-292-5492","follow_email":"sluczkowski@powelltool.com","pic_user":"chrisb","total_amt":"6982.8","total_gp":"3823.66","total_gpm":"54.76","rev_type":"ADV","mod_date":"11-14-2024","mod_time":null,"mod_user":"chrisb","reason":"","totalQty":"25","win_pct":"20","clo_date":"11-28-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223555","line":"1","part":"C5007-0032-6.00","qty":"10","price":"368.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223555","line":"2","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223555","line":"4","part":"CAT50-HC1250-3.50","qty":"3","price":"825.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223555","line":"5","part":"CAT50-C1.1/4-105U-IDU","qty":"3","price":"683.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223555","line":"6","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223555","line":"8","part":"CAT50-C2-125U-IDU","qty":"2","price":"1271.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223555","line":"9","part":"KM2-1.1/2","qty":"2","price":"121.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223555","line":"10","part":"9HC50","qty":"1","price":"83.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223555","line":"12","part":"C5001-1500-2.00CP","qty":"2","price":"247.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":9}}] 2024-11-14 07:11:16.512 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220257-11142024071116.txt === {"quote":"220257","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"1","shipto":"SITESCC","shiptoName":"Sites Medical","entry_date":"08-16-2024","cust_order_date":"08-16-2024","req_date":"11-16-2024","cust_po":"BT30 Tooling Package","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Attn: Reggie Gonzalez","drop_po":"New Machine","status":"0","user":"chrisb","conv_order":"","time":"02:30","extra":"","follow_up":"11-14-2024","web_id":"","follow_name":"Chris Blaine","follow_phone":"260-570-5059","follow_email":"chrisb@lyndexnikken.com","pic_user":"chrisb","total_amt":"16745.00","total_gp":"13134.03","total_gpm":"78.44","rev_type":"ADV","mod_date":"11-14-2024","mod_time":null,"mod_user":"chrisb","reason":"8","totalQty":"34","win_pct":"20","clo_date":"11-15-2024","notes":[],"crmnotes":[{"comp":1,"quote":220257,"Line":0,"Comment":"09/18/2024 10:53 AM - chrisb - F/U changed from 09/15/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220257,"Line":1,"Comment":"10/31/2024 10:02 AM - chrisb - F/U changed from 10/12/2024 to 11/14/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"220257","line":"1","part":"BT30-SK6-60P","qty":"1","price":"396.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220257","line":"2","part":"BT30-SK6-90P","qty":"1","price":"412.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220257","line":"3","part":"SK6-SET-16-MM","qty":"1","price":"1251.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220257","line":"4","part":"GH6","qty":"1","price":"138.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220257","line":"5","part":"BT30-SK10-60P","qty":"1","price":"399.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220257","line":"6","part":"BT30-SK10-90P","qty":"1","price":"414.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220257","line":"7","part":"SK10-SET-05-A","qty":"1","price":"335.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220257","line":"8","part":"SK10-SET-05-AC","qty":"1","price":"518.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220257","line":"9","part":"SK10-SET-08-AC-MM","qty":"1","price":"805.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220257","line":"10","part":"SK10-SET-19-MM","qty":"1","price":"1329.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220257","line":"11","part":"GH10","qty":"1","price":"154.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220257","line":"12","part":"BT30-SK16-60P","qty":"1","price":"438.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220257","line":"13","part":"BT30-SK16-90P","qty":"1","price":"446.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220257","line":"14","part":"SK16-SET-04-AC","qty":"1","price":"628.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220257","line":"15","part":"SK16-SET-09-A","qty":"1","price":"738.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220257","line":"16","part":"SK16-SET-11-AC-MM","qty":"1","price":"1722.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220257","line":"17","part":"SK16-SET-27-MM","qty":"1","price":"2214.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220257","line":"18","part":"GH16","qty":"1","price":"221.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220257","line":"19","part":"TQW-025","qty":"1","price":"364.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220257","line":"20","part":"TQW-GH06(14X18)","qty":"1","price":"113.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220257","line":"21","part":"TQW-GH10(14X18)","qty":"1","price":"113.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220257","line":"22","part":"TQW-GH16","qty":"1","price":"138.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220257","line":"23","part":"NCL-BT30","qty":"1","price":"266.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220257","line":"24","part":"TCLA-30/50A/C5","qty":"1","price":"242.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220257","line":"25","part":"RACK-ER11/SK6","qty":"1","price":"56.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220257","line":"26","part":"RACK-ER16/SK10","qty":"1","price":"42.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220257","line":"27","part":"RACK-180DA/SK16/ER25","qty":"1","price":"56.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220257","line":"28","part":"TQW-PS(13)","qty":"1","price":"83.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220257","line":"31","part":"NBT30-SK6C-60P","qty":"1","price":"431.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220257","line":"32","part":"NBT30-SK6C-90P","qty":"1","price":"447.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220257","line":"33","part":"NBT30-SK10C-60P","qty":"1","price":"434.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220257","line":"34","part":"NBT30-SK10C-90P","qty":"1","price":"448.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220257","line":"35","part":"NBT30-SK16C-60P","qty":"1","price":"473.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220257","line":"36","part":"NBT30-SK16C-90P","qty":"1","price":"481.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":34}}] 2024-11-14 07:11:28.928 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221682-11142024071128.txt === {"quote":"221682","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"RATHBU","shiptoName":"Rathburn Tools & Mfg","entry_date":"09-18-2024","cust_order_date":"09-18-2024","req_date":"12-18-2024","cust_po":"5AX-201 on S700XD1","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Attn: Ryan Miller","drop_po":"","status":"0","user":"chrisb","conv_order":"","time":"09:03","extra":"","follow_up":"11-29-2024","web_id":"","follow_name":"Ryan Miller","follow_phone":"(260) 409-1492","follow_email":"ryanmiller@yamazen.com","pic_user":"chrisb","total_amt":"27608","total_gp":"14068.51","total_gpm":"50.96","rev_type":"RT","mod_date":"11-14-2024","mod_time":null,"mod_user":"chrisb","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-17-2024","notes":[],"crmnotes":[{"comp":1,"quote":221682,"Line":0,"Comment":"10/06/2024 11:20 PM - chrisb - F/U changed from 10/04/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221682,"Line":1,"Comment":"10/06/2024 11:20 PM - chrisb - CLO changed from 10/18/2024 to 12/17/2024 (CLO Date Updated)"},{"comp":1,"quote":221682,"Line":2,"Comment":"10/06/2024 11:21 PM - chrisb - Req Date changed from 10/30/2024 to 12/18/2024 (Req Date Updated)"},{"comp":1,"quote":221682,"Line":3,"Comment":"10/31/2024 10:10 AM - chrisb - F/U changed from 10/25/2024 to 11/16/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"221682","line":"1","part":"5AX-201SA-BR3/S357XD1","qty":"1","price":"47600.00","uom":"EA","discount":"42.00","req_date":"STOCK 1 Week","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-14 07:33:02.713 [INFO] In session is user: rafaeli 2024-11-14 07:33:03.188 [INFO] In session is user: rafaeli 2024-11-14 07:33:03.366 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.2403351509255, -87.9912601113044, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.2403351509255, -87.9912601113044, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.4037896 second/s. 2024-11-14 07:33:03.663 [INFO] In session is user: rafaeli 2024-11-14 07:33:04.120 [INFO] In session is user: rafaeli 2024-11-14 07:33:04.587 [INFO] In session is user: rafaeli 2024-11-14 07:33:05.054 [INFO] In session is user: rafaeli 2024-11-14 07:33:05.536 [INFO] In session is user: rafaeli 2024-11-14 07:33:05.980 [INFO] In session is user: rafaeli 2024-11-14 07:33:06.471 [INFO] In session is user: rafaeli 2024-11-14 07:33:06.900 [INFO] In session is user: rafaeli 2024-11-14 07:33:07.361 [INFO] In session is user: rafaeli 2024-11-14 07:33:07.826 [INFO] In session is user: rafaeli 2024-11-14 07:33:08.318 [INFO] In session is user: rafaeli 2024-11-14 07:33:08.819 [INFO] In session is user: rafaeli 2024-11-14 07:33:09.299 [INFO] In session is user: rafaeli 2024-11-14 07:33:09.786 [INFO] In session is user: rafaeli 2024-11-14 07:33:10.289 [INFO] In session is user: rafaeli 2024-11-14 07:33:10.783 [INFO] In session is user: rafaeli 2024-11-14 07:33:11.334 [INFO] In session is user: rafaeli 2024-11-14 07:33:11.821 [INFO] In session is user: rafaeli 2024-11-14 07:46:18.136 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-217607-11142024074617.txt === {"quote":"217607","customer":"13687","name":null,"customerName":"DMG Mori (IL)","comp":"01","open":"0","shipto":"URSCHEL","shiptoName":"Urschel Laboratories Inc.","entry_date":"06-17-2024","cust_order_date":"06-17-2024","req_date":"11-28-2024","cust_po":"NVX7000 & CNC321FA-M","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Attn: Andrew Thornburg","drop_po":"W/ Heidenhain Scale","status":"0","user":"chrisb","conv_order":"","time":"12:18","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"Andrew Thornburg","follow_phone":"765-465-1132","follow_email":"athornburg@dmgmori-usa.com","pic_user":"chrisb","total_amt":"43730.50","total_gp":"36194.70","total_gpm":"82.77","rev_type":"RT","mod_date":"11-14-2024","mod_time":null,"mod_user":"chrisb","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-27-2024","notes":[],"crmnotes":[{"comp":1,"quote":217607,"Line":0,"Comment":"06/28/2024 2:26 AM - chrisb - F/U changed from 07/05/2024 to 7/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217607,"Line":1,"Comment":"07/17/2024 12:06 PM - chrisb - F/U changed from 07/13/2024 to 8/10/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217607,"Line":2,"Comment":"07/18/2024 8:04 AM - chrisb - CLO changed from 07/17/2024 to 09/16/2024 (CLO Date Updated)"},{"comp":1,"quote":217607,"Line":3,"Comment":"07/18/2024 8:05 AM - chrisb - Req Date changed from 07/29/2024 to 09/17/2024 (Req Date Updated)"},{"comp":1,"quote":217607,"Line":4,"Comment":"08/12/2024 8:36 AM - chrisb - F/U changed from 08/10/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217607,"Line":5,"Comment":"08/12/2024 8:42 AM - chrisb - Encounter has been added"},{"comp":1,"quote":217607,"Line":6,"Comment":"08/28/2024 8:53 AM - chrisb - F/U changed from 08/31/2024 to 9/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217607,"Line":7,"Comment":"09/18/2024 10:46 AM - chrisb - Req Date changed from 09/17/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":217607,"Line":8,"Comment":"09/18/2024 10:46 AM - chrisb - CLO changed from 09/16/2024 to 09/27/2024 (CLO Date Updated)"},{"comp":1,"quote":217607,"Line":9,"Comment":"09/18/2024 10:46 AM - chrisb - F/U changed from 09/08/2024 to 9/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217607,"Line":10,"Comment":"10/06/2024 11:28 PM - chrisb - F/U changed from 09/26/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217607,"Line":11,"Comment":"10/06/2024 11:28 PM - chrisb - CLO changed from 09/27/2024 to 11/27/2024 (CLO Date Updated)"},{"comp":1,"quote":217607,"Line":12,"Comment":"10/06/2024 11:28 PM - chrisb - Req Date changed from 09/28/2024 to 11/28/2024 (Req Date Updated)"},{"comp":1,"quote":217607,"Line":13,"Comment":"10/31/2024 9:39 AM - chrisb - F/U changed from 10/12/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217607,"Line":14,"Comment":"10/31/2024 9:45 AM - chrisb - Encounter has been added"}],"items":[{"comp":"01","order":"217607","line":"1","part":"CNC321FA-M","qty":"1","price":"27930.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217607","line":"2","part":"AY0200","qty":"1","price":"4185.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217607","line":"3","part":"SCALE-KIT-CNC321-RCN8390F","qty":"1","price":"12500.00","uom":"EA","discount":"0.00","req_date":"16-20 Weeks","branch":"1"},{"comp":"01","order":"217607","line":"4","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"8750.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"}],"qlines":[{"Quote":"217607","Line":"3","Company":"1","F_Line":"1","Comment":"NET Pricing Only","Loc":"Y"},{"Quote":"217607","Line":"4","Company":"1","F_Line":"1","Comment":"NET Pricing Only","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-14 07:46:38.733 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220680-11142024074638.txt === {"quote":"220680","customer":"13435","name":null,"customerName":"Meredith Machinery LLC","comp":"01","open":"0","shipto":"MERCGEA","shiptoName":"Meredith Machinery","entry_date":"08-23-2024","cust_order_date":"07-10-2024","req_date":"11-23-2024","cust_po":"Cory Arnholt","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"47","salesman":"KH","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Cory Arnholt","drop_po":"5AX-201HFA-M W/ 6PT RJ","status":"0","user":"chrisb","conv_order":"","time":"17:40","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Cory Arnholt","follow_phone":"812-350-0981","follow_email":"cory.arnholt@meredithmachinery.com","pic_user":"chrisb","total_amt":"166224.32","total_gp":"110832.00","total_gpm":"66.68","rev_type":"RT","mod_date":"11-14-2024","mod_time":null,"mod_user":"chrisb","reason":"","totalQty":"24","win_pct":"20","clo_date":"11-22-2024","notes":[],"crmnotes":[{"comp":1,"quote":220680,"Line":0,"Comment":"09/18/2024 10:44 AM - chrisb - F/U changed from 09/08/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220680,"Line":1,"Comment":"10/06/2024 11:21 PM - chrisb - F/U changed from 10/05/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220680,"Line":2,"Comment":"10/30/2024 2:49 PM - chrisb - F/U changed from 10/12/2024 to 11/16/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"220680","line":"1","part":"5AX-201HFA-M","qty":"4","price":"53900.00","uom":"EA","discount":"33.00","req_date":"2 Stk/2pc 10-12 Wks","branch":"1"},{"comp":"01","order":"220680","line":"2","part":"TCD-E6147","qty":"4","price":"3358.00","uom":"EA","discount":"33.00","req_date":"1 Stk/3pc 10-12 Wks","branch":"1"},{"comp":"01","order":"220680","line":"3","part":"TCE-95951-2500R","qty":"4","price":"1063.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220680","line":"4","part":"TCE-95947-2500R","qty":"4","price":"1320.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220680","line":"5","part":"TCE-95950-2500T","qty":"4","price":"1063.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220680","line":"6","part":"TCE-95948-2500T","qty":"4","price":"1320.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-14 07:47:16.675 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222969-11142024074716.txt === {"quote":"222969","customer":"16600","name":null,"customerName":"Powell Tool Supply, Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-14-2024","cust_order_date":"10-14-2024","req_date":"12-31-2024","cust_po":"SPECIAL ARBOR SCREW","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"57","salesman":"CB","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Attn: Shawn Luczkowski","drop_po":"MIN Qty 5pcs","status":"0","user":"chrisb","conv_order":"","time":"20:28","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Shawn Luczkowski","follow_phone":"574-292-5492","follow_email":"sluczkowski@powelltool.com","pic_user":"chrisb","total_amt":"157.5","total_gp":"157.50","total_gpm":"100.00","rev_type":"STD","mod_date":"11-14-2024","mod_time":null,"mod_user":"chrisb","reason":"","totalQty":"5","win_pct":"20","clo_date":"12-30-2024","notes":[],"crmnotes":[{"comp":1,"quote":222969,"Line":0,"Comment":"10/31/2024 10:13 AM - chrisb - F/U changed from 10/28/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222969,"Line":1,"Comment":"10/31/2024 10:14 AM - chrisb - CLO changed from 11/14/2024 to 12/31/2024 (CLO Date Updated)"},{"comp":1,"quote":222969,"Line":2,"Comment":"10/31/2024 10:14 AM - chrisb - CLO changed from 12/31/2024 to 12/30/2024 (CLO Date Updated)"},{"comp":1,"quote":222969,"Line":3,"Comment":"10/31/2024 10:14 AM - chrisb - Req Date changed from 11/25/2024 to 12/31/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222969","line":"1","part":"SPECIAL-TL","qty":"5","price":"35.00","uom":"EA","discount":"10.00","req_date":"4-6 Weeks","branch":"1"}],"qlines":[{"Quote":"222969","Line":"1","Company":"1","F_Line":"1","Comment":"Special made arbor screw. Min qty 5pcs - Made to match","Loc":"Y"},{"Quote":"222969","Line":"1","Company":"1","F_Line":"2","Comment":"customer supplied drawing/specificatoins.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-14 07:47:37.957 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221723-11142024074737.txt === {"quote":"221723","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMSCHIL","shiptoName":"Yamazen, Inc.","entry_date":"09-18-2024","cust_order_date":"09-18-2024","req_date":"12-18-2024","cust_po":"Sonia Navarro","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Sonia Navarro","drop_po":"CNCZ180SABR3-R650XD1 set","status":"0","user":"stevel","conv_order":"","time":"14:21","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Sonia Navarro","follow_phone":"","follow_email":"sonianavarro@yamazen.com","pic_user":"chrisb","total_amt":"64683.92","total_gp":"46722.30","total_gpm":"72.23","rev_type":"RT","mod_date":"11-14-2024","mod_time":null,"mod_user":"chrisb","reason":"","totalQty":"6","win_pct":"20","clo_date":"12-17-2024","notes":[],"crmnotes":[{"comp":1,"quote":221723,"Line":0,"Comment":"10/06/2024 11:29 PM - chrisb - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221723,"Line":1,"Comment":"10/06/2024 11:29 PM - chrisb - CLO changed from 10/18/2024 to 10/29/2024 (CLO Date Updated)"},{"comp":1,"quote":221723,"Line":2,"Comment":"10/31/2024 10:11 AM - chrisb - F/U changed from 10/25/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221723,"Line":3,"Comment":"10/31/2024 10:12 AM - chrisb - CLO changed from 10/29/2024 to 12/17/2024 (CLO Date Updated)"},{"comp":1,"quote":221723,"Line":4,"Comment":"10/31/2024 10:12 AM - chrisb - Req Date changed from 10/30/2024 to 12/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221723","line":"1","part":"CNCZ180SA-BR3/R650XD1","qty":"2","price":"43050.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221723","line":"2","part":"TAT-170","qty":"4","price":"6356.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"221723","Line":"1","Company":"1","F_Line":"1","Comment":"***Description is wrong. This is a two table set***","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-14 07:47:57.291 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222168-11142024074757.txt === {"quote":"222168","customer":"17860","name":null,"customerName":"Quality Mill, a Martin Supply Co.","comp":"01","open":"0","shipto":"CATEFRAN","shiptoName":"Caterpillar Reman Powertrain","entry_date":"09-26-2024","cust_order_date":"09-26-2024","req_date":"12-26-2024","cust_po":"E346BA 40 + 50 TAPER","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"57","salesman":"CB","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Beckwith","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"15:05","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"David Beckwith","follow_phone":"812.585.0699","follow_email":"dbeckwith@martinsupply.com","pic_user":"chrisb","total_amt":"23048","total_gp":"21550.27","total_gpm":"93.50","rev_type":"ADV","mod_date":"11-14-2024","mod_time":null,"mod_user":"chrisb","reason":"","totalQty":"12","win_pct":"20","clo_date":"12-25-2024","notes":[],"crmnotes":[{"comp":1,"quote":222168,"Line":0,"Comment":"10/06/2024 11:39 PM - chrisb - F/U changed from 10/09/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222168,"Line":1,"Comment":"10/31/2024 9:58 AM - chrisb - F/U changed from 10/12/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222168,"Line":2,"Comment":"10/31/2024 9:58 AM - chrisb - CLO changed from 10/26/2024 to 12/25/2024 (CLO Date Updated)"},{"comp":1,"quote":222168,"Line":3,"Comment":"10/31/2024 9:58 AM - chrisb - Req Date changed from 11/07/2024 to 12/26/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222168","line":"1","part":"PRE-E346BA-I50","qty":"1","price":"24800.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222168","line":"2","part":"PRE-GAUGE-C50","qty":"1","price":"760.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222168","line":"3","part":"PRE-SPDL-I40A","qty":"1","price":"2200.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222168","line":"4","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222168","line":"5","part":"PRE-INST/TRAINING","qty":"1","price":"2700.00","uom":"EA","discount":"100.00","req_date":"TBD","branch":"1"},{"comp":"01","order":"222168","line":"6","part":"PROMOTION-IMTS24PRE","qty":"1","price":"1000.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"222168","line":"8","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222168","line":"9","part":"PRE-PRNT-ROLL-QL800","qty":"5","price":"30.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222168","Line":"6","Company":"1","F_Line":"1","Comment":"TOOLING CERTIFICATE FOR $1000 WITH THE PURCHASE","Loc":"Y"},{"Quote":"222168","Line":"6","Company":"1","F_Line":"2","Comment":"OF THIS PRESETTER PRIOR TO 11/30/24. MUST BE","Loc":"Y"},{"Quote":"222168","Line":"6","Company":"1","F_Line":"3","Comment":"DROP SHIPPED TO END USER.","Loc":"Y"}],"qcomms":[{"Quote":"222168","Line":"0","Comment":"ONCE INVOICED THESE ITEMS MAY NOT BE RETURNED"},{"Quote":"222168","Line":"1","Comment":"OR EXCHANGED."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":8}}] 2024-11-14 07:48:49.256 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220682-11142024074849.txt === {"quote":"220682","customer":"13435","name":null,"customerName":"Meredith Machinery LLC","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"08-23-2024","cust_order_date":"08-23-2024","req_date":"11-23-2024","cust_po":"Cory Arnholt","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"47","salesman":"KH","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Cory Arnholt","drop_po":"CNCZ180FA-M W/ CST or TAT","status":"0","user":"chrisb","conv_order":"","time":"18:19","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Cory Arnholt","follow_phone":"812-350-0981","follow_email":"cory.arnholt@meredithmachinery.com","pic_user":"chrisb","total_amt":"44102.08","total_gp":"41952.48","total_gpm":"95.13","rev_type":"RT","mod_date":"11-14-2024","mod_time":null,"mod_user":"chrisb","reason":"","totalQty":"10","win_pct":"20","clo_date":"11-22-2024","notes":[],"crmnotes":[{"comp":1,"quote":220682,"Line":0,"Comment":"09/18/2024 10:48 AM - chrisb - F/U changed from 09/08/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220682,"Line":1,"Comment":"10/06/2024 11:30 PM - chrisb - F/U changed from 10/05/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220682,"Line":2,"Comment":"10/31/2024 9:56 AM - chrisb - F/U changed from 10/12/2024 to 11/16/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"220682","line":"1","part":"CNCZ180BFA-M","qty":"2","price":"21210.00","uom":"EA","discount":"33.00","req_date":"10-12 Wks","branch":"1"},{"comp":"01","order":"220682","line":"2","part":"TCE-95947-2000R","qty":"2","price":"1320.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220682","line":"3","part":"TCE-95951-2000R","qty":"2","price":"1063.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220682","line":"5","part":"CST100-135","qty":"2","price":"3489.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220682","line":"7","part":"TAT-105N-135","qty":"2","price":"5830.00","uom":"EA","discount":"33.00","req_date":"0 Stk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-14 07:49:08.516 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220456-11142024074908.txt === {"quote":"220456","customer":"16246","name":null,"customerName":"PDQ Workholding","comp":"01","open":"0","shipto":"PDQWKHOL","shiptoName":"PDQ Workholding & Tooling","entry_date":"08-20-2024","cust_order_date":"08-20-2024","req_date":"11-20-2024","cust_po":"Jeff Likes","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"57","salesman":"CB","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jeff Likes","drop_po":"CNC321BFA-M","status":"0","user":"stevel","conv_order":"","time":"16:17","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jeff Likes","follow_phone":"","follow_email":"bbb@bbb.bbb","pic_user":"chrisb","total_amt":"54292.50","total_gp":"38118.61","total_gpm":"70.21","rev_type":"RT","mod_date":"11-14-2024","mod_time":null,"mod_user":"chrisb","reason":"","totalQty":"5","win_pct":"20","clo_date":"11-19-2024","notes":[],"crmnotes":[{"comp":1,"quote":220456,"Line":0,"Comment":"08/28/2024 8:53 AM - chrisb - F/U changed from 09/02/2024 to 9/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220456,"Line":1,"Comment":"09/18/2024 10:50 AM - chrisb - Req Date changed from 10/01/2024 to 11/20/2024 (Req Date Updated)"},{"comp":1,"quote":220456,"Line":2,"Comment":"09/18/2024 10:50 AM - chrisb - CLO changed from 09/20/2024 to 11/20/2024 (CLO Date Updated)"},{"comp":1,"quote":220456,"Line":3,"Comment":"09/18/2024 10:50 AM - chrisb - CLO changed from 11/20/2024 to 11/19/2024 (CLO Date Updated)"},{"comp":1,"quote":220456,"Line":4,"Comment":"09/18/2024 10:51 AM - chrisb - F/U changed from 09/08/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220456,"Line":5,"Comment":"10/06/2024 11:28 PM - chrisb - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220456,"Line":6,"Comment":"10/31/2024 10:10 AM - chrisb - F/U changed from 10/25/2024 to 11/16/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"220456","line":"1","part":"CNC321BFA-M","qty":"1","price":"31395.00","uom":"EA","discount":"25.00","req_date":"Will Advise","branch":"1"},{"comp":"01","order":"220456","line":"2","part":"TCD-69044-R","qty":"2","price":"6500.00","uom":"EA","discount":"25.00","req_date":"Will Advise","branch":"1"},{"comp":"01","order":"220456","line":"3","part":"TAT-321","qty":"1","price":"13995.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220456","line":"4","part":"INSTALLATION-RT-CNC-MX","qty":"1","price":"10500.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-14 07:50:17.151 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221725-11142024075016.txt === {"quote":"221725","customer":"3525","name":null,"customerName":"Cline Tool & Service Company","comp":"01","open":"1","shipto":"ALLIINDB","shiptoName":"Allison Transmission Inc.","entry_date":"09-18-2024","cust_order_date":"09-18-2024","req_date":"12-18-2024","cust_po":"5AX-130FA-M & Cable Sets","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"37","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Attn: Jonathan Steinmetz","drop_po":"","status":"0","user":"chrisb","conv_order":"","time":"14:32","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Jonathan Steinmetz","follow_phone":"3179891255","follow_email":"jsteinmetz@clinetool.com","pic_user":"chrisb","total_amt":"37513.6","total_gp":"26515.21","total_gpm":"70.68","rev_type":"RT","mod_date":"11-14-2024","mod_time":null,"mod_user":"chrisb","reason":"B","totalQty":"5","win_pct":"20","clo_date":"12-17-2024","notes":[{"comp":"1","quote":"221725","line":"0","data":"09-18-2024 15:11 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221725,"Line":0,"Comment":"10/06/2024 11:33 PM - chrisb - F/U changed from 10/05/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221725,"Line":1,"Comment":"10/30/2024 2:20 PM - chrisb - F/U changed from 10/12/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221725,"Line":2,"Comment":"10/30/2024 2:20 PM - chrisb - CLO changed from 10/18/2024 to 12/17/2024 (CLO Date Updated)"},{"comp":1,"quote":221725,"Line":3,"Comment":"10/30/2024 2:20 PM - chrisb - Req Date changed from 10/30/2024 to 12/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221725","line":"1","part":"5AX-130FA-M","qty":"1","price":"42525.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221725","line":"2","part":"TCE-95947-1800R","qty":"1","price":"1027.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221725","line":"3","part":"TCE-95951-1800R","qty":"1","price":"1063.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221725","line":"4","part":"TCE-95948-1800T","qty":"1","price":"1214.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221725","line":"5","part":"TCE-95950-1800T","qty":"1","price":"1063.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-14 07:50:47.615 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222180-11142024075047.txt === {"quote":"222180","customer":"17860","name":null,"customerName":"Quality Mill, a Martin Supply Co.","comp":"01","open":"0","shipto":"CATEFRAN","shiptoName":"Caterpillar Reman Powertrain","entry_date":"09-26-2024","cust_order_date":"09-26-2024","req_date":"12-26-2024","cust_po":"TID X 8 FOR E346BA","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"57","salesman":"CB","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Beckwith","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"16:00","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Lyndex-Nikken -","follow_phone":"�������","follow_email":"beckwith@martinsupply.com","pic_user":"chrisb","total_amt":"43316.00","total_gp":"12810.46","total_gpm":"29.57","rev_type":"ADV","mod_date":"11-14-2024","mod_time":null,"mod_user":"chrisb","reason":"","totalQty":"29","win_pct":"20","clo_date":"12-25-2024","notes":[],"crmnotes":[{"comp":1,"quote":222180,"Line":0,"Comment":"10/06/2024 11:19 PM - chrisb - F/U changed from 10/02/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222180,"Line":1,"Comment":"10/06/2024 11:20 PM - chrisb - Req Date changed from 09/26/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":222180,"Line":2,"Comment":"10/31/2024 10:00 AM - chrisb - Req Date changed from 11/30/2024 to 12/26/2024 (Req Date Updated)"},{"comp":1,"quote":222180,"Line":3,"Comment":"10/31/2024 10:00 AM - chrisb - CLO changed from 10/31/2024 to 12/25/2024 (CLO Date Updated)"},{"comp":1,"quote":222180,"Line":4,"Comment":"10/31/2024 10:00 AM - chrisb - F/U changed from 10/12/2024 to 11/16/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222180","line":"3","part":"PRE-TID-12TRE","qty":"1","price":"700.00","uom":"EA","discount":"20.00","req_date":"3-4 WEEKS","branch":"1"},{"comp":"01","order":"222180","line":"4","part":"PRE-TID-TMK","qty":"1","price":"2500.00","uom":"EA","discount":"20.00","req_date":"3-4 WEEKS","branch":"1"},{"comp":"01","order":"222180","line":"5","part":"PRE-TID-IPC","qty":"1","price":"2100.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222180","line":"6","part":"PRE-TID-12TSPV","qty":"1","price":"600.00","uom":"EA","discount":"20.00","req_date":"3-4 WEEKS","branch":"1"},{"comp":"01","order":"222180","line":"7","part":"PRE-TID-12TEN","qty":"1","price":"220.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222180","line":"8","part":"PRE-INST/TRAINING","qty":"1","price":"3100.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"},{"comp":"01","order":"222180","line":"11","part":"PRE-TID-TMK","qty":"7","price":"2500.00","uom":"EA","discount":"20.00","req_date":"3-4 WEEKS","branch":"1"},{"comp":"01","order":"222180","line":"12","part":"PRE-TID-IPC","qty":"7","price":"2100.00","uom":"EA","discount":"20.00","req_date":"3-4 WEEKS","branch":"1"},{"comp":"01","order":"222180","line":"13","part":"PRE-TID-12TSPV","qty":"7","price":"600.00","uom":"EA","discount":"20.00","req_date":"3-4 WEEKS","branch":"1"},{"comp":"01","order":"222180","line":"14","part":"PRE-INST/TRAINING","qty":"2","price":"3100.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"222180","Line":"0","Comment":"ONCE INVOICED THESE ITEMS MAY NOT BE RETURNED"},{"Quote":"222180","Line":"1","Comment":"OR EXCHANGED."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":10}}] 2024-11-14 07:51:33.958 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220860-11142024075133.txt === {"quote":"220860","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"AEROLI","shiptoName":"Aero Metals","entry_date":"08-28-2024","cust_order_date":"08-28-2024","req_date":"11-28-2024","cust_po":"Brother TC-S2DN-0","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Attn: David Foelber / Ryan Miller","drop_po":"Retrofit with RT","status":"0","user":"chrisb","conv_order":"","time":"14:05","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"Ryan Miller","follow_phone":"(260) 409-1492","follow_email":"ryanmiller@yamazen.com","pic_user":"chrisb","total_amt":"13725.00","total_gp":"9249.27","total_gpm":"67.39","rev_type":"RT","mod_date":"11-14-2024","mod_time":null,"mod_user":"chrisb","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-27-2024","notes":[],"crmnotes":[{"comp":1,"quote":220860,"Line":0,"Comment":"09/18/2024 10:55 AM - chrisb - F/U changed from 09/15/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220860,"Line":1,"Comment":"09/18/2024 10:55 AM - chrisb - Req Date changed from 10/09/2024 to 11/28/2024 (Req Date Updated)"},{"comp":1,"quote":220860,"Line":2,"Comment":"09/18/2024 10:55 AM - chrisb - CLO changed from 09/28/2024 to 11/27/2024 (CLO Date Updated)"},{"comp":1,"quote":220860,"Line":3,"Comment":"10/06/2024 11:36 PM - chrisb - F/U changed from 10/05/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220860,"Line":4,"Comment":"10/31/2024 9:59 AM - chrisb - F/U changed from 10/12/2024 to 11/16/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"220860","line":"1","part":"CNCZ180LSA-BR","qty":"1","price":"17500.00","uom":"EA","discount":"42.00","req_date":"4-6 Weeks","branch":"1"},{"comp":"01","order":"220860","line":"2","part":"RT-ACCESSORY","qty":"1","price":"3575.00","uom":"EA","discount":"0.00","req_date":"4-6 Weeks","branch":"1"}],"qlines":[{"Quote":"220860","Line":"2","Company":"1","F_Line":"1","Comment":"This is a NET price only - No discount applies.","Loc":"Y"},{"Quote":"220860","Line":"2","Company":"1","F_Line":"2","Comment":"This is a certified refurbished servo motor for","Loc":"Y"},{"Quote":"220860","Line":"2","Company":"1","F_Line":"3","Comment":"the rotary table to be installed by Yamazen on customer","Loc":"Y"},{"Quote":"220860","Line":"2","Company":"1","F_Line":"4","Comment":"TC-S2DN-0 Brother machine. Standard warranty does not","Loc":"Y"},{"Quote":"220860","Line":"2","Company":"1","F_Line":"5","Comment":"apply to servo motor.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-14 07:57:55.282 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.491888182514, -86.6563364733683, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.491888182514, -86.6563364733683, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2057113 second/s. 2024-11-14 08:10:04.229 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224304-11142024081003.txt === {"quote":"224304","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"PENNTOO","shiptoName":"Penn Tool Co.","entry_date":"11-12-2024","cust_order_date":"11-12-2024","req_date":"12-24-2024","cust_po":"QCFC65-EMR-RING","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Janet Dover","drop_po":"","status":"0","user":"jingz","conv_order":"","time":"12:47","extra":"","follow_up":"11-22-2024","web_id":"","follow_name":"Janet Dover","follow_phone":"800-521-9520x886104","follow_email":"doverj@mscdirect.com","pic_user":"jingz","total_amt":"340.68","total_gp":"211.72","total_gpm":"62.15","rev_type":"PCQC","mod_date":"11-14-2024","mod_time":null,"mod_user":"jingz","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-12-2024","notes":[{"comp":"1","quote":"224304","line":"0","data":"11-12-2024 12:48 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"224304","line":"1","part":"QCFC65-EMR-RING","qty":"1","price":"501.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-14 08:10:21.441 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224388-11142024081021.txt === {"quote":"224388","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"WILLWMEY","shiptoName":"William Meyer & Sons, Inc.","entry_date":"11-13-2024","cust_order_date":"11-13-2024","req_date":"12-25-2024","cust_po":"NC5007-0032-8.00G","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Bill Mehrtens","drop_po":"","status":"0","user":"jingz","conv_order":"","time":"14:39","extra":"","follow_up":"11-22-2024","web_id":"","follow_name":"Bill Mehrtens","follow_phone":"717.861.1363","follow_email":"mehrtenw@mscdirect.com","pic_user":"jingz","total_amt":"344.56","total_gp":"184.40","total_gpm":"53.52","rev_type":"STD","mod_date":"11-14-2024","mod_time":null,"mod_user":"jingz","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-13-2024","notes":[{"comp":"1","quote":"224388","line":"0","data":"11-13-2024 14:41 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"224388","line":"1","part":"NC5007-0032-8.00G","qty":"1","price":"584.00","uom":"EA","discount":"41.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-14 08:10:36.041 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224359-11142024081035.txt === {"quote":"224359","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"AFIFLSC","shiptoName":"Alternatives For Industry","entry_date":"11-13-2024","cust_order_date":"11-13-2024","req_date":"12-25-2024","cust_po":"SKJ16-3C","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Paul Heger","drop_po":"","status":"0","user":"jingz","conv_order":"","time":"11:13","extra":"","follow_up":"11-22-2024","web_id":"","follow_name":"Paul Heger","follow_phone":"800-511-2915","follow_email":"paul@afi-tools.com","pic_user":"jingz","total_amt":"189.15","total_gp":"126.75","total_gpm":"67.01","rev_type":"ADV","mod_date":"11-14-2024","mod_time":null,"mod_user":"jingz","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-13-2024","notes":[{"comp":"1","quote":"224359","line":"5","data":"11-13-2024 11:14 - Discounts Recalculated QS"},{"comp":"1","quote":"224359","line":"4","data":"no need to re-confirm prices in quotation log"},{"comp":"1","quote":"224359","line":"3","data":"there were new quotes this year"},{"comp":"1","quote":"224359","line":"2","data":"price won't fluctuate too much"},{"comp":"1","quote":"224359","line":"1","data":"parent company with plenty stock,"},{"comp":"1","quote":"224359","line":"0","data":"11-13-2024 12:45-jingz per karyn."}],"crmnotes":[],"items":[{"comp":"01","order":"224359","line":"1","part":"SKJ16-3C","qty":"1","price":"97.00","uom":"EA","discount":"35.00","req_date":"2 WEEKS","branch":"1"},{"comp":"01","order":"224359","line":"2","part":"SKJ16-3C","qty":"2","price":"97.00","uom":"EA","discount":"35.00","req_date":"2 WEEKS","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"224359","Line":"0","Comment":"These are non-standard stock items and considered"},{"Quote":"224359","Line":"1","Comment":"specials. Once a PO has been issued these items"},{"Quote":"224359","Line":"2","Comment":"cannot be cancelled or returned."}],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-14 08:11:06.472 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224383-11142024081106.txt === {"quote":"224383","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"MSCIYORK","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"11-13-2024","cust_order_date":"11-13-2024","req_date":"12-25-2024","cust_po":"E40-064","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Dave Frable","drop_po":"","status":"0","user":"jingz","conv_order":"","time":"13:56","extra":"","follow_up":"11-22-2024","web_id":"","follow_name":"Dave Frable","follow_phone":"570-954-8035","follow_email":"Dave.Frable@mscdirect.com","pic_user":"jingz","total_amt":"348.91","total_gp":"210.18","total_gpm":"60.24","rev_type":"STD","mod_date":"11-14-2024","mod_time":null,"mod_user":"jingz","reason":"","totalQty":"6","win_pct":"20","clo_date":"12-13-2024","notes":[{"comp":"1","quote":"224383","line":"0","data":"11-13-2024 14:03 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"224383","line":"1","part":"E40-064","qty":"1","price":"68.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224383","line":"2","part":"E32-629(C)","qty":"1","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224383","line":"3","part":"E32-551","qty":"1","price":"52.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224383","line":"4","part":"E32-027(C)","qty":"1","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224383","line":"5","part":"E20-NUT-G","qty":"1","price":"45.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224383","line":"6","part":"C4003-0003-1.58","qty":"1","price":"179.00","uom":"EA","discount":"41.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":6}}] 2024-11-14 08:22:59.245 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223614-11142024082259.txt === {"quote":"223614","customer":"20894","name":null,"customerName":"Triumph Tool Ltd.","comp":"01","open":"0","shipto":"TRIUMCAN","shiptoName":"Triumph Tool","entry_date":"10-29-2024","cust_order_date":"11-20-2024","req_date":"12-06-2024","cust_po":"CAT40 Shrink Fit Holders","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"David McGuire","drop_po":"","status":"0","user":"briand","conv_order":"","time":"09:47","extra":"","follow_up":"11-15-2024","web_id":"","follow_name":"David McGuire","follow_phone":"519-791-9529","follow_email":"davidm@triumphtool.com","pic_user":"briand","total_amt":"9326.40","total_gp":"5672.16","total_gpm":"60.82","rev_type":"ADV","mod_date":"11-14-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"41","win_pct":"20","clo_date":"11-29-2024","notes":[{"comp":"1","quote":"223614","line":"3","data":"10-29-2024 09:50 - Discounts Recalculated QS"},{"comp":"1","quote":"223614","line":"2","data":"sent to her and CC'd territory."},{"comp":"1","quote":"223614","line":"1","data":"for dual contact SF holders, updated in NERP and"},{"comp":"1","quote":"223614","line":"0","data":"10-29-2024 16:14-briand: Patrice at Triumph asked"}],"crmnotes":[{"comp":1,"quote":223614,"Line":0,"Comment":"11/14/2024 8:22 AM - briand - Sent email to Patrice asking for status on this quote."},{"comp":1,"quote":223614,"Line":1,"Comment":"11/14/2024 8:22 AM - briand - Req Date changed from 11/25/2024 to 12/06/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223614","line":"1","part":"NCAT40-SF0750-3.15CP","qty":"8","price":"387.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223614","line":"2","part":"NCAT40-SF0500-3.15CP","qty":"8","price":"387.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223614","line":"3","part":"NCAT40-SF0500-6.30CP","qty":"8","price":"462.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223614","line":"4","part":"NCAT40-SF0375-3.15CP","qty":"8","price":"387.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223614","line":"5","part":"NCAT40-SF0250-3.15CP","qty":"8","price":"387.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223614","line":"6","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223614","Line":"6","Company":"1","F_Line":"1","Comment":"Additional 10% discount applied for 2024 IMTS Promotion","Loc":"Y"},{"Quote":"223614","Line":"6","Company":"1","F_Line":"2","Comment":"for Advanced Tooling. If List falls below $5000 we","Loc":"Y"},{"Quote":"223614","Line":"6","Company":"1","F_Line":"3","Comment":"can only apply an additional 5% discount.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":6}}] 2024-11-14 08:23:05.300 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223614-11142024082305.txt === {"quote":"223614","customer":"20894","name":null,"customerName":"Triumph Tool Ltd.","comp":"01","open":"0","shipto":"TRIUMCAN","shiptoName":"Triumph Tool","entry_date":"10-29-2024","cust_order_date":"11-20-2024","req_date":"12-06-2024","cust_po":"CAT40 Shrink Fit Holders","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"David McGuire","drop_po":"","status":"0","user":"briand","conv_order":"","time":"09:47","extra":"","follow_up":"11-15-2024","web_id":"","follow_name":"David McGuire","follow_phone":"519-791-9529","follow_email":"davidm@triumphtool.com","pic_user":"briand","total_amt":"9326.40","total_gp":"5672.16","total_gpm":"60.82","rev_type":"ADV","mod_date":"11-14-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"41","win_pct":"20","clo_date":"12-05-2024","notes":[{"comp":"1","quote":"223614","line":"3","data":"10-29-2024 09:50 - Discounts Recalculated QS"},{"comp":"1","quote":"223614","line":"2","data":"sent to her and CC'd territory."},{"comp":"1","quote":"223614","line":"1","data":"for dual contact SF holders, updated in NERP and"},{"comp":"1","quote":"223614","line":"0","data":"10-29-2024 16:14-briand: Patrice at Triumph asked"}],"crmnotes":[{"comp":1,"quote":223614,"Line":0,"Comment":"11/14/2024 8:22 AM - briand - Sent email to Patrice asking for status on this quote."},{"comp":1,"quote":223614,"Line":1,"Comment":"11/14/2024 8:22 AM - briand - Req Date changed from 11/25/2024 to 12/06/2024 (Req Date Updated)"},{"comp":1,"quote":223614,"Line":2,"Comment":"11/14/2024 8:23 AM - briand - CLO changed from 11/29/2024 to 12/05/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223614","line":"1","part":"NCAT40-SF0750-3.15CP","qty":"8","price":"387.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223614","line":"2","part":"NCAT40-SF0500-3.15CP","qty":"8","price":"387.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223614","line":"3","part":"NCAT40-SF0500-6.30CP","qty":"8","price":"462.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223614","line":"4","part":"NCAT40-SF0375-3.15CP","qty":"8","price":"387.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223614","line":"5","part":"NCAT40-SF0250-3.15CP","qty":"8","price":"387.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223614","line":"6","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223614","Line":"6","Company":"1","F_Line":"1","Comment":"Additional 10% discount applied for 2024 IMTS Promotion","Loc":"Y"},{"Quote":"223614","Line":"6","Company":"1","F_Line":"2","Comment":"for Advanced Tooling. If List falls below $5000 we","Loc":"Y"},{"Quote":"223614","Line":"6","Company":"1","F_Line":"3","Comment":"can only apply an additional 5% discount.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-14 08:23:10.859 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223614-11142024082310.txt === {"quote":"223614","customer":"20894","name":null,"customerName":"Triumph Tool Ltd.","comp":"01","open":"0","shipto":"TRIUMCAN","shiptoName":"Triumph Tool","entry_date":"10-29-2024","cust_order_date":"11-20-2024","req_date":"12-06-2024","cust_po":"CAT40 Shrink Fit Holders","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"David McGuire","drop_po":"","status":"0","user":"briand","conv_order":"","time":"09:47","extra":"","follow_up":"12-04-2024","web_id":"","follow_name":"David McGuire","follow_phone":"519-791-9529","follow_email":"davidm@triumphtool.com","pic_user":"briand","total_amt":"9326.40","total_gp":"5672.16","total_gpm":"60.82","rev_type":"ADV","mod_date":"11-14-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"41","win_pct":"20","clo_date":"12-05-2024","notes":[{"comp":"1","quote":"223614","line":"3","data":"10-29-2024 09:50 - Discounts Recalculated QS"},{"comp":"1","quote":"223614","line":"2","data":"sent to her and CC'd territory."},{"comp":"1","quote":"223614","line":"1","data":"for dual contact SF holders, updated in NERP and"},{"comp":"1","quote":"223614","line":"0","data":"10-29-2024 16:14-briand: Patrice at Triumph asked"}],"crmnotes":[{"comp":1,"quote":223614,"Line":0,"Comment":"11/14/2024 8:22 AM - briand - Sent email to Patrice asking for status on this quote."},{"comp":1,"quote":223614,"Line":1,"Comment":"11/14/2024 8:22 AM - briand - Req Date changed from 11/25/2024 to 12/06/2024 (Req Date Updated)"},{"comp":1,"quote":223614,"Line":2,"Comment":"11/14/2024 8:23 AM - briand - CLO changed from 11/29/2024 to 12/05/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223614","line":"1","part":"NCAT40-SF0750-3.15CP","qty":"8","price":"387.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223614","line":"2","part":"NCAT40-SF0500-3.15CP","qty":"8","price":"387.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223614","line":"3","part":"NCAT40-SF0500-6.30CP","qty":"8","price":"462.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223614","line":"4","part":"NCAT40-SF0375-3.15CP","qty":"8","price":"387.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223614","line":"5","part":"NCAT40-SF0250-3.15CP","qty":"8","price":"387.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223614","line":"6","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223614","Line":"6","Company":"1","F_Line":"1","Comment":"Additional 10% discount applied for 2024 IMTS Promotion","Loc":"Y"},{"Quote":"223614","Line":"6","Company":"1","F_Line":"2","Comment":"for Advanced Tooling. If List falls below $5000 we","Loc":"Y"},{"Quote":"223614","Line":"6","Company":"1","F_Line":"3","Comment":"can only apply an additional 5% discount.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-14 08:35:39.256 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223089-11142024083539.txt === {"quote":"223089","customer":"19345","name":null,"customerName":"Searcy Industrial Products, Inc.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-16-2024","cust_order_date":"10-16-2024","req_date":"11-27-2024","cust_po":"C5006-32-4.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"26","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"15:49","extra":"","follow_up":"11-14-2024","web_id":"","follow_name":"Ann Fortune","follow_phone":"501-268-8012","follow_email":"ann@searcyindustrialproducts.com","pic_user":"rons","total_amt":"143.65","total_gp":"81.73","total_gpm":"56.90","rev_type":"STD","mod_date":"11-14-2024","mod_time":null,"mod_user":"rons","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-16-2024","notes":[],"crmnotes":[{"comp":1,"quote":223089,"Line":0,"Comment":"10/21/2024 2:56 PM - rons - F/U changed from 10/22/2024 to 11/14/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223089","line":"1","part":"C5006-32-4.00","qty":"1","price":"221.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-14 08:36:30.007 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223262-11142024083629.txt === {"quote":"223262","customer":"17783","name":null,"customerName":"Quality Carbide Grind, Inc.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-21-2024","cust_order_date":"10-21-2024","req_date":"12-02-2024","cust_po":"A3/8-24","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"10:18","extra":"","follow_up":"11-14-2024","web_id":"","follow_name":"Pat Bray","follow_phone":"519-737-7825","follow_email":"patbray@qcgcarbide.com","pic_user":"rons","total_amt":"114.0","total_gp":"95.80","total_gpm":"84.04","rev_type":"STD","mod_date":"11-14-2024","mod_time":null,"mod_user":"rons","reason":"2","totalQty":"5","win_pct":"20","clo_date":"11-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":223262,"Line":0,"Comment":"10/21/2024 1:38 PM - rons - F/U changed from 10/27/2024 to 11/14/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223262","line":"1","part":"A3/8-24","qty":"5","price":"24.00","uom":"EA","discount":"5.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-14 08:37:19.331 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223019-11142024083719.txt === {"quote":"223019","customer":"8565","name":null,"customerName":"Hoffmann Quality Tools USA, Inc.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-15-2024","cust_order_date":"10-15-2024","req_date":"11-26-2024","cust_po":"C4001-16-50CP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"27","salesman":"GB","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"14:50","extra":"","follow_up":"11-14-2024","web_id":"","follow_name":"Greg Hartsfield","follow_phone":"865-292-0314","follow_email":"g.hartsfield@hoffmann-group.com","pic_user":"rons","total_amt":"90.75","total_gp":"55.30","total_gpm":"60.94","rev_type":"STD","mod_date":"11-14-2024","mod_time":null,"mod_user":"rons","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-15-2024","notes":[{"comp":"1","quote":"223019","line":"2","data":"10-16-2024 08:54-rons: added to QF log, line 2056"},{"comp":"1","quote":"223019","line":"1","data":"to Greg"},{"comp":"1","quote":"223019","line":"0","data":"10-21-2024 13:05-rons: QF updated, sending pricing"}],"crmnotes":[{"comp":1,"quote":223019,"Line":0,"Comment":"10/22/2024 2:45 PM - rons - F/U changed from 11/03/2024 to 11/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223019,"Line":1,"Comment":"11/04/2024 1:40 PM - rons - F/U changed from 11/05/2024 to 11/14/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223019","line":"1","part":"C4001-16-50CP","qty":"1","price":"121.00","uom":"EA","discount":"25.00","req_date":"6 WEEKS","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-14 08:40:25.397 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224387-11142024084025.txt === {"quote":"224387","customer":"13728","name":null,"customerName":"Motion Industries, Inc.","comp":"01","open":"0","shipto":"MOTCLEV","shiptoName":"Motion Industries","entry_date":"11-13-2024","cust_order_date":null,"req_date":"12-25-2024","cust_po":"BMT65-BG20Z-C","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"14:17","extra":"","follow_up":"11-19-2024","web_id":"","follow_name":"Brad Johnson","follow_phone":"","follow_email":"brad.johnson2@motion.com","pic_user":"mirandag","total_amt":"1161.36","total_gp":"720","total_gpm":"62","rev_type":"LT","mod_date":"11-14-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-13-2024","notes":[{"comp":"1","quote":"224387","line":"0","data":"11-13-2024 14:18-rons: shipping to Ohio"}],"crmnotes":[{"comp":1,"quote":224387,"Line":0,"Comment":"11/14/2024 8:39 AM - rons - Technical Equipment Sales also quoting this...quote 224393; E/U is Forrest Machine Products"}],"items":[{"comp":"01","order":"224387","line":"1","part":"BMT65-BG20Z-C","qty":"1","price":"831.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224387","line":"2","part":"BMT65-BG15Z-C","qty":"1","price":"782.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-14 09:00:31.767 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223614-11142024090031.txt === {"quote":"223614","customer":"20894","name":null,"customerName":"Triumph Tool Ltd.","comp":"01","open":"1","shipto":"TRIUMCAN","shiptoName":"Triumph Tool","entry_date":"10-29-2024","cust_order_date":"11-20-2024","req_date":"12-06-2024","cust_po":"CAT40 Shrink Fit Holders","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David McGuire","drop_po":"","status":"0","user":"briand","conv_order":"","time":"09:47","extra":"","follow_up":"12-04-2024","web_id":"","follow_name":"David McGuire","follow_phone":"519-791-9529","follow_email":"davidm@triumphtool.com","pic_user":"briand","total_amt":"9326.40","total_gp":"5672.72","total_gpm":"60.82","rev_type":"ADV","mod_date":"11-14-2024","mod_time":null,"mod_user":"briand","reason":"4","totalQty":"41","win_pct":"20","clo_date":"12-05-2024","notes":[{"comp":"1","quote":"223614","line":"3","data":"10-29-2024 09:50 - Discounts Recalculated QS"},{"comp":"1","quote":"223614","line":"2","data":"sent to her and CC'd territory."},{"comp":"1","quote":"223614","line":"1","data":"for dual contact SF holders, updated in NERP and"},{"comp":"1","quote":"223614","line":"0","data":"10-29-2024 16:14-briand: Patrice at Triumph asked"}],"crmnotes":[{"comp":1,"quote":223614,"Line":0,"Comment":"11/14/2024 8:22 AM - briand - Sent email to Patrice asking for status on this quote."},{"comp":1,"quote":223614,"Line":1,"Comment":"11/14/2024 8:22 AM - briand - Req Date changed from 11/25/2024 to 12/06/2024 (Req Date Updated)"},{"comp":1,"quote":223614,"Line":2,"Comment":"11/14/2024 8:23 AM - briand - CLO changed from 11/29/2024 to 12/05/2024 (CLO Date Updated)"},{"comp":1,"quote":223614,"Line":3,"Comment":"11/14/2024 8:23 AM - briand - F/U changed from 11/15/2024 to 12/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223614,"Line":4,"Comment":"11/14/2024 9:00 AM - briand - I followed up with Patrice, she had David McGuire get back to me. I wanted a status on the quote. David said that the customer came back to them and said they found these holders on liquidation at $75/each. He appreciated the f/u on the quote, non active, closing quote."}],"items":[{"comp":"01","order":"223614","line":"1","part":"NCAT40-SF0750-3.15CP","qty":"8","price":"387.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223614","line":"2","part":"NCAT40-SF0500-3.15CP","qty":"8","price":"387.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223614","line":"3","part":"NCAT40-SF0500-6.30CP","qty":"8","price":"462.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223614","line":"4","part":"NCAT40-SF0375-3.15CP","qty":"8","price":"387.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223614","line":"5","part":"NCAT40-SF0250-3.15CP","qty":"8","price":"387.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223614","line":"6","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223614","Line":"6","Company":"1","F_Line":"1","Comment":"Additional 10% discount applied for 2024 IMTS Promotion","Loc":"Y"},{"Quote":"223614","Line":"6","Company":"1","F_Line":"2","Comment":"for Advanced Tooling. If List falls below $5000 we","Loc":"Y"},{"Quote":"223614","Line":"6","Company":"1","F_Line":"3","Comment":"can only apply an additional 5% discount.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-14 10:01:11.237 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(41.7312399196649, -87.8356018325173, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(41.7312399196649, -87.8356018325173, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1785528 second/s. 2024-11-14 10:14:03.453 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224290-11142024101403.txt === {"quote":"224290","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-12-2024","cust_order_date":"11-12-2024","req_date":"12-24-2024","cust_po":"HSK63A-SK10C-105P-IDU","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"11:02","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"Tyleace Hinton","follow_phone":"734-953-8864","follow_email":"tyleace.hinton@mscdirect.com","pic_user":"briand","total_amt":"448.5","total_gp":"322.03","total_gpm":"71.80","rev_type":"ADV","mod_date":"11-14-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-12-2024","notes":[{"comp":"1","quote":"224290","line":"1","data":"quote."},{"comp":"1","quote":"224290","line":"0","data":"11-12-2024 11:03-briand: Added the wrench to the"}],"crmnotes":[],"items":[{"comp":"01","order":"224290","line":"1","part":"HSK63A-SK10C-105P-IDU","qty":"1","price":"536.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224290","line":"2","part":"GH10","qty":"1","price":"154.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-14 10:45:37.354 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(41.7543471744673, -87.8726026509776, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(41.7543471744673, -87.8726026509776, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2381138 second/s. 2024-11-14 10:58:43.068 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222928-11142024105842.txt === {"quote":"222928","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"1","shipto":"MANITOWO","shiptoName":"Manitowoc Visual Nontax","entry_date":"10-14-2024","cust_order_date":"11-14-2024","req_date":"11-25-2024","cust_po":"C50-MRAM-IC","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"11:06","extra":"","follow_up":"11-14-2024","web_id":"","follow_name":"Brad Johnson","follow_phone":"","follow_email":"bjohnson@pts-tools.com","pic_user":"jennad","total_amt":"11847.75","total_gp":"6358.07","total_gpm":"53.66","rev_type":"ADV","mod_date":"11-14-2024","mod_time":null,"mod_user":"jennad","reason":"2","totalQty":"5","win_pct":"20","clo_date":"11-14-2024","notes":[{"comp":"1","quote":"222928","line":"5","data":"cancelled or return upon PO or order"},{"comp":"1","quote":"222928","line":"4","data":"and email these must be approved and cannot be"},{"comp":"1","quote":"222928","line":"3","data":"questionnaire needed, however reiterate on quote"},{"comp":"1","quote":"222928","line":"2","data":"to send Brad a quote for new replacements...no"},{"comp":"1","quote":"222928","line":"1","data":"however 5 items are unrepairable; instructed"},{"comp":"1","quote":"222928","line":"0","data":"10-14-2024 11:10-rons: repair quoted for 3 items,"}],"crmnotes":[{"comp":1,"quote":222928,"Line":0,"Comment":"10/16/2024 10:24 AM - rons - F/U changed from 10/20/2024 to 10/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222928,"Line":1,"Comment":"10/16/2024 10:25 AM - rons - PIC changed from rons to jennad"}],"items":[{"comp":"01","order":"222928","line":"1","part":"C50-MRAM-IC","qty":"1","price":"6534.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222928","line":"2","part":"PA110-CAT","qty":"2","price":"1086.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222928","line":"3","part":"MRAM-EXT-100","qty":"1","price":"1912.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222928","line":"4","part":"MRAM-ER25-IC","qty":"1","price":"5179.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222928","Line":"4","Company":"1","F_Line":"1","Comment":"These are custom application units. Application must be","Loc":"Y"},{"Quote":"222928","Line":"4","Company":"1","F_Line":"2","Comment":"approved. Once a PO has been issued these cannot be","Loc":"Y"},{"Quote":"222928","Line":"4","Company":"1","F_Line":"3","Comment":"cancelled or returned.","Loc":"Y"}],"qcomms":[{"Quote":"222928","Line":"0","Comment":"These are custom application units. Application must be"},{"Quote":"222928","Line":"1","Comment":"approved. Once a PO has been issued these cannot be"},{"Quote":"222928","Line":"2","Comment":"cancelled or returned."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-14 10:58:51.578 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224163-11142024105851.txt === {"quote":"224163","customer":"13750","name":null,"customerName":"Municipal Machinery, Inc.","comp":"01","open":"0","shipto":"JETTMETL","shiptoName":"Jett Metals LLC","entry_date":"11-08-2024","cust_order_date":"11-08-2024","req_date":"12-20-2024","cust_po":"MZMP5-ER40X-OFF-ICE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"57","salesman":"CB","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"10:41","extra":"","follow_up":"11-14-2024","web_id":"","follow_name":"Mike O'Neil","follow_phone":"314-931-2042","follow_email":"moneil@municipaltool.com","pic_user":"rons","total_amt":"4333.20","total_gp":"2162.28","total_gpm":"49.90","rev_type":"LT","mod_date":"11-14-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-08-2024","notes":[{"comp":"1","quote":"224163","line":"2","data":"Missouri"},{"comp":"1","quote":"224163","line":"1","data":"Multiplex W300...shipping to Jett Metals in"},{"comp":"1","quote":"224163","line":"0","data":"11-08-2024 10:52-rons: this is for a Mazak"}],"crmnotes":[{"comp":1,"quote":224163,"Line":0,"Comment":"11/11/2024 4:34 PM - rons - F/U changed from 11/14/2024 to 11/19/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224163","line":"1","part":"MZMP5-ER40X-OFF-ICE","qty":"1","price":"7222.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224163","line":"2","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"224163","line":"3","part":"WRENCH-MIM-107566","qty":"1","price":"77.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224163","line":"4","part":"040-SPAN","qty":"1","price":"37.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"224163","Line":"2","Company":"1","F_Line":"1","Comment":"Please note additional 10% applied per IMTS promo.","Loc":"Y"}],"qcomms":[{"Quote":"224163","Line":"0","Comment":"Please note additional 10% applied per IMTS promo."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-14 10:59:06.834 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224163-11142024105906.txt === {"quote":"224163","customer":"13750","name":null,"customerName":"Municipal Machinery, Inc.","comp":"01","open":"1","shipto":"JETTMETL","shiptoName":"Jett Metals LLC","entry_date":"11-08-2024","cust_order_date":"11-08-2024","req_date":"12-20-2024","cust_po":"MZMP5-ER40X-OFF-ICE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"57","salesman":"CB","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"10:41","extra":"","follow_up":"11-14-2024","web_id":"","follow_name":"Mike O'Neil","follow_phone":"314-931-2042","follow_email":"moneil@municipaltool.com","pic_user":"rons","total_amt":"4333.20","total_gp":"2162.28","total_gpm":"49.90","rev_type":"LT","mod_date":"11-14-2024","mod_time":null,"mod_user":"rons","reason":"1","totalQty":"4","win_pct":"20","clo_date":"12-08-2024","notes":[{"comp":"1","quote":"224163","line":"2","data":"Missouri"},{"comp":"1","quote":"224163","line":"1","data":"Multiplex W300...shipping to Jett Metals in"},{"comp":"1","quote":"224163","line":"0","data":"11-08-2024 10:52-rons: this is for a Mazak"}],"crmnotes":[{"comp":1,"quote":224163,"Line":0,"Comment":"11/11/2024 4:34 PM - rons - F/U changed from 11/14/2024 to 11/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224163,"Line":1,"Comment":"11/14/2024 10:58 AM - rons - F/U changed from 11/19/2024 to 11/14/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224163","line":"1","part":"MZMP5-ER40X-OFF-ICE","qty":"1","price":"7222.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224163","line":"2","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"224163","line":"3","part":"WRENCH-MIM-107566","qty":"1","price":"77.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224163","line":"4","part":"040-SPAN","qty":"1","price":"37.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"224163","Line":"2","Company":"1","F_Line":"1","Comment":"Please note additional 10% applied per IMTS promo.","Loc":"Y"}],"qcomms":[{"Quote":"224163","Line":"0","Comment":"Please note additional 10% applied per IMTS promo."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-14 11:12:26.373 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223467-11142024111226.txt === {"quote":"223467","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"1","shipto":"NNTCITAS","shiptoName":"PTSolutions - Itasca","entry_date":"10-24-2024","cust_order_date":"10-24-2024","req_date":"12-05-2024","cust_po":"TCLA-40/63A/C6","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"11:07","extra":"","follow_up":"11-14-2024","web_id":"","follow_name":"Danny Monks","follow_phone":"708-284-6795","follow_email":"dmonks@pts-tools.com","pic_user":"jennad","total_amt":"159.72","total_gp":"80.70","total_gpm":"50.53","rev_type":"STD","mod_date":"11-14-2024","mod_time":null,"mod_user":"jennad","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-24-2024","notes":[{"comp":"1","quote":"223467","line":"1","data":"40-LCFX"},{"comp":"1","quote":"223467","line":"0","data":"10-24-2024 11:11-jennad alternative for DCNA"}],"crmnotes":[],"items":[{"comp":"01","order":"223467","line":"1","part":"TCLA-40/63A/C6","qty":"1","price":"242.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-14 11:13:03.456 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223459-11142024111303.txt === {"quote":"223459","customer":"1738","name":null,"customerName":"ApTex Inc","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-24-2024","cust_order_date":"10-24-2024","req_date":"12-05-2024","cust_po":"ET32-551","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"40","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"09:47","extra":"","follow_up":"11-14-2024","web_id":"","follow_name":"Laura Limberatos","follow_phone":"262-970-4855","follow_email":"limberatos@aptexinc.com","pic_user":"jennad","total_amt":"138.24","total_gp":"115.21","total_gpm":"83.34","rev_type":"STD","mod_date":"11-14-2024","mod_time":null,"mod_user":"jennad","reason":"2","totalQty":"2","win_pct":"20","clo_date":"11-24-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223459","line":"1","part":"ET32-551","qty":"1","price":"140.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223459","line":"2","part":"E32-472","qty":"1","price":"52.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-14 12:10:46.302 [INFO] In session is user: rafaeli 2024-11-14 12:10:51.339 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.2233962255519, -87.9708263338072, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.2233962255519, -87.9708263338072, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3088767 second/s. 2024-11-14 12:10:54.670 [INFO] In session is user: rafaeli 2024-11-14 12:10:55.230 [INFO] In session is user: rafaeli 2024-11-14 12:10:55.788 [INFO] In session is user: rafaeli 2024-11-14 12:10:56.389 [INFO] In session is user: rafaeli 2024-11-14 12:10:56.946 [INFO] In session is user: rafaeli 2024-11-14 12:10:57.462 [INFO] In session is user: rafaeli 2024-11-14 12:10:57.983 [INFO] In session is user: rafaeli 2024-11-14 12:10:58.502 [INFO] In session is user: rafaeli 2024-11-14 12:10:58.981 [INFO] In session is user: rafaeli 2024-11-14 12:16:00.244 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.2033069944434, -87.9361928660739, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.2033069944434, -87.9361928660739, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.37158 second/s. 2024-11-14 12:24:11.583 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.1386712127173, -85.5078652315754, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.1386712127173, -85.5078652315754, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.161323 second/s. 2024-11-14 12:24:41.768 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.138659582885, -85.5078576352204, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.138659582885, -85.5078576352204, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1619151 second/s. 2024-11-14 12:39:16.533 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.1399903333333, -85.5274005, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.1399903333333, -85.5274005, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3098972 second/s. 2024-11-14 12:39:24.868 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.138659582885, -85.5078576352204, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.138659582885, -85.5078576352204, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 10 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.5516476 second/s. 2024-11-14 12:52:20.994 [INFO] In session is user: joshuav 2024-11-14 12:52:24.288 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(41.8163227313952, -87.9256622295396, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(41.8163227313952, -87.9256622295396, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1728034 second/s. 2024-11-14 12:52:34.754 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(41.8172282732837, -87.9218122181957, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(41.8172282732837, -87.9218122181957, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2053702 second/s. 2024-11-14 12:52:37.280 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(41.8172282732837, -87.9218122181957, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(41.8172282732837, -87.9218122181957, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1855473 second/s. 2024-11-14 12:52:47.665 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(41.8172282732837, -87.9218122181957, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(41.8172282732837, -87.9218122181957, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 10 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3174752 second/s. 2024-11-14 12:53:30.160 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(41.8172282732837, -87.9218122181957, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(41.8172282732837, -87.9218122181957, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 20 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.368087 second/s. 2024-11-14 12:54:23.037 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(41.8172282732837, -87.9218122181957, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(41.8172282732837, -87.9218122181957, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 30 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3896313 second/s. 2024-11-14 12:54:45.758 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(41.8024863206971, -87.9103483494141, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(41.8024863206971, -87.9103483494141, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 30 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1688648 second/s. 2024-11-14 12:54:46.056 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(41.8024863206971, -87.9103483494141, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(41.8024863206971, -87.9103483494141, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2411552 second/s. 2024-11-14 13:00:01.968 [INFO] In session is user: rafaeli 2024-11-14 13:00:02.442 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.2056839920295, -87.9415681500888, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.2056839920295, -87.9415681500888, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.4313847 second/s. 2024-11-14 13:05:02.539 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.2315483588592, -87.9769263429701, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.2315483588592, -87.9769263429701, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.4158443 second/s. 2024-11-14 13:05:38.951 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.1414298191867, -85.5012036420895, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.1414298191867, -85.5012036420895, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2035273 second/s. 2024-11-14 13:07:52.011 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(41.7311797075107, -87.8356226859939, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(41.7311797075107, -87.8356226859939, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2567388 second/s. 2024-11-14 13:07:52.135 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(41.7311797075107, -87.8356226859939, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(41.7311797075107, -87.8356226859939, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 30 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3775443 second/s. 2024-11-14 13:10:03.900 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.2386041499622, -87.9776830810284, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.2386041499622, -87.9776830810284, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3567434 second/s. 2024-11-14 13:15:57.917 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.1537167044961, -85.4762223442468, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.1537167044961, -85.4762223442468, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.177704 second/s. 2024-11-14 13:28:21.395 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222103-11142024132821.txt === {"quote":"222103","customer":"1082","name":null,"customerName":"Abrasive-Tool Corporation","comp":"01","open":"1","shipto":"ALLEEAST","shiptoName":"Allen Tool Phoenix","entry_date":"09-26-2024","cust_order_date":"09-26-2024","req_date":"11-21-2024","cust_po":"NCAT40-SK13C-150UP-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tim Horr","drop_po":"","status":"0","user":"briand","conv_order":"","time":"08:48","extra":"","follow_up":"11-19-2024","web_id":"","follow_name":"Tim Horr","follow_phone":"585-785-2238","follow_email":"tim_horr@abrasivetool.com","pic_user":"briand","total_amt":"985.50","total_gp":"666.32","total_gpm":"67.61","rev_type":"ADV","mod_date":"11-14-2024","mod_time":null,"mod_user":"briand","reason":"2","totalQty":"4","win_pct":"20","clo_date":"11-20-2024","notes":[{"comp":"1","quote":"222103","line":"10","data":"quote."},{"comp":"1","quote":"222103","line":"9","data":"09-26-2024 08:48-briand: Added wrenches to the"},{"comp":"1","quote":"222103","line":"8","data":"wants delivery on both. Put on Delivery/CBO Log."},{"comp":"1","quote":"222103","line":"7","data":"convert the HS one in Japan to Standard however he"},{"comp":"1","quote":"222103","line":"6","data":"well: NCAT40-SK13C-150U-IDU. He's aware we can"},{"comp":"1","quote":"222103","line":"5","data":"that we get Delivery on the Standard holder as"},{"comp":"1","quote":"222103","line":"4","data":"09-26-2024 09:15-briand: Tim from Abrasive asked"},{"comp":"1","quote":"222103","line":"3","data":"Letting him know ETA Week of February 3rd ARO."},{"comp":"1","quote":"222103","line":"2","data":"Updated quote and sent to him and CC'd Alyssa."},{"comp":"1","quote":"222103","line":"1","data":"3.5 months for the Standard NCAT40-SK13C-150U-IDU."},{"comp":"1","quote":"222103","line":"0","data":"09-26-2024 10:29-briand: Purchasing said MFG is"}],"crmnotes":[{"comp":1,"quote":222103,"Line":0,"Comment":"10/22/2024 8:24 AM - briand - Req Date changed from 11/07/2024 to 02/03/2025 (Req Date Updated)"},{"comp":1,"quote":222103,"Line":1,"Comment":"10/22/2024 8:24 AM - briand - F/U changed from 10/21/2024 to 11/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222103,"Line":2,"Comment":"10/22/2024 8:24 AM - briand - CLO changed from 10/26/2024 to 11/06/2024 (CLO Date Updated)"},{"comp":1,"quote":222103,"Line":3,"Comment":"10/22/2024 11:42 AM - briand - F/U changed from 10/21/2024 to 10/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222103,"Line":4,"Comment":"10/22/2024 11:42 AM - briand - CLO changed from 10/26/2024 to 10/30/2024 (CLO Date Updated)"},{"comp":1,"quote":222103,"Line":5,"Comment":"10/29/2024 8:50 AM - briand - CLO changed from 10/30/2024 to 11/06/2024 (CLO Date Updated)"},{"comp":1,"quote":222103,"Line":6,"Comment":"10/29/2024 8:50 AM - briand - F/U changed from 10/28/2024 to 11/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222103,"Line":7,"Comment":"11/04/2024 2:33 PM - briand - Sent Tim an email requesting an update on the quote. If no response, will close."},{"comp":1,"quote":222103,"Line":8,"Comment":"11/04/2024 2:33 PM - briand - Req Date changed from 11/07/2024 to 11/21/2024 (Req Date Updated)"},{"comp":1,"quote":222103,"Line":9,"Comment":"11/04/2024 2:33 PM - briand - CLO changed from 11/06/2024 to 11/20/2024 (CLO Date Updated)"},{"comp":1,"quote":222103,"Line":10,"Comment":"11/04/2024 2:33 PM - briand - F/U changed from 11/05/2024 to 11/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222103,"Line":11,"Comment":"11/14/2024 1:28 PM - briand - No reply from Tim. Closing quote."}],"items":[{"comp":"01","order":"222103","line":"1","part":"NCAT40-SK13C-150UP-IDU","qty":"1","price":"568.00","uom":"EA","discount":"25.00","req_date":"Delivery 2~3 wks ARO","branch":"1"},{"comp":"01","order":"222103","line":"2","part":"GH12","qty":"1","price":"218.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222103","line":"3","part":"NCAT40-SK13C-150U-IDU","qty":"1","price":"511.00","uom":"EA","discount":"25.00","req_date":"ETA Week of 2/3/2025","branch":"1"},{"comp":"01","order":"222103","line":"4","part":"016-SPAN","qty":"1","price":"17.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-14 13:29:42.393 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222875-11142024132942.txt === {"quote":"222875","customer":"19585","name":null,"customerName":"Thomas Skinner & Son Ltd.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-11-2024","cust_order_date":"10-11-2024","req_date":"11-22-2024","cust_po":"NB4001-0750-1.75CP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"09:42","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Millie Sharma","follow_phone":"204-925-9300 X 275","follow_email":"msharma@tskinner.com","pic_user":"briand","total_amt":"128.18","total_gp":"88.92","total_gpm":"69.37","rev_type":"STD","mod_date":"11-14-2024","mod_time":null,"mod_user":"briand","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-19-2024","notes":[],"crmnotes":[{"comp":1,"quote":222875,"Line":0,"Comment":"10/15/2024 9:22 AM - briand - F/U changed from 10/17/2024 to 10/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222875,"Line":1,"Comment":"10/28/2024 10:06 AM - briand - Sent email to Millie to see if this newer quote is still active."},{"comp":1,"quote":222875,"Line":2,"Comment":"10/28/2024 10:06 AM - briand - F/U changed from 10/29/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222875,"Line":3,"Comment":"10/28/2024 10:06 AM - briand - CLO changed from 11/11/2024 to 11/12/2024 (CLO Date Updated)"},{"comp":1,"quote":222875,"Line":4,"Comment":"11/11/2024 10:18 AM - briand - CLO changed from 11/12/2024 to 11/18/2024 (CLO Date Updated)"},{"comp":1,"quote":222875,"Line":5,"Comment":"11/11/2024 10:23 AM - briand - F/U changed from 11/11/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222875,"Line":6,"Comment":"11/11/2024 10:23 AM - briand - CLO changed from 11/18/2024 to 11/19/2024 (CLO Date Updated)"},{"comp":1,"quote":222875,"Line":7,"Comment":"11/14/2024 1:29 PM - briand - No reply, closing quote."}],"items":[{"comp":"01","order":"222875","line":"1","part":"NB4001-0750-1.75CP","qty":"1","price":"221.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-14 13:44:20.959 [INFO] In session is user: luism 2024-11-14 13:56:32.065 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.08847, -85.724025, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.08847, -85.724025, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 20 ROWS ONLY Customer and Shipto From Location process took -0.212237 second/s. 2024-11-14 13:56:38.762 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.08847, -85.724025, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.08847, -85.724025, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 20 ROWS FETCH NEXT 20 ROWS ONLY Customer and Shipto From Location process took -0.1935655 second/s. 2024-11-14 13:56:39.817 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.08847, -85.724025, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.08847, -85.724025, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 40 ROWS FETCH NEXT 20 ROWS ONLY Customer and Shipto From Location process took -0.1890324 second/s. 2024-11-14 13:56:50.526 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.08847, -85.724025, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.08847, -85.724025, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 50 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 20 ROWS ONLY Customer and Shipto From Location process took -0.4086757 second/s. 2024-11-14 13:57:24.962 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.08847, -85.724025, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.08847, -85.724025, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 50 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 20 ROWS FETCH NEXT 20 ROWS ONLY Customer and Shipto From Location process took -0.2510503 second/s. 2024-11-14 13:57:25.839 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.08847, -85.724025, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.08847, -85.724025, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 50 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 40 ROWS FETCH NEXT 20 ROWS ONLY Customer and Shipto From Location process took -0.2267054 second/s. 2024-11-14 13:57:30.745 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.08847, -85.724025, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.08847, -85.724025, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 50 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 60 ROWS FETCH NEXT 20 ROWS ONLY Customer and Shipto From Location process took -0.3682599 second/s. 2024-11-14 13:57:30.774 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.08847, -85.724025, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.08847, -85.724025, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 50 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 80 ROWS FETCH NEXT 20 ROWS ONLY Customer and Shipto From Location process took -0.2622827 second/s. 2024-11-14 13:57:33.441 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.08847, -85.724025, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.08847, -85.724025, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 50 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 100 ROWS FETCH NEXT 20 ROWS ONLY Customer and Shipto From Location process took -0.2032396 second/s. 2024-11-14 13:57:36.016 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.08847, -85.724025, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.08847, -85.724025, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 50 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 120 ROWS FETCH NEXT 20 ROWS ONLY Customer and Shipto From Location process took -0.2046111 second/s. 2024-11-14 14:02:57.877 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\DACCO-0-3266.txt === {"customer":"DACCO","line":"A","dept":"EN","name":"John Cope","title":"PE","phone":"931-528-7581","cell":"931-528-7581","fax":null,"email":"jcope@transtar1.com","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3266,"password":null,"webenabled":null,"linkedin":null,"city":"Cookeville","state":"TN","address1":"741 Dacco Drive","address2":null,"zip":"38506","country":"USA","userid":"gregb","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"ST","Active":"Y","lnrp":"N"} [{"json":{"results":"Contacts","type":"contacts","line":"0"}}] 2024-11-14 14:03:54.615 [INFO] In session is user: harryk 2024-11-14 14:03:57.848 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(38.0700980833333, -84.4754526833333, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(38.0700980833333, -84.4754526833333, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1656737 second/s. 2024-11-14 14:10:40.016 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\MEYEOAKL-2-3266.txt === {"customer":"MEYEOAKL","line":"A","dept":"EN","name":"JJ Schiappa","title":"ST","phone":"708-425-9080","cell":"708-280-5642","fax":null,"email":"Schiapja@gmail.com","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3266,"password":null,"webenabled":null,"linkedin":null,"city":"Oak Lawn","state":"IL","address1":"4601 Southwest Highway","address2":null,"zip":"60453","country":"USA","userid":"joshuav","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"ST","Active":"Y","lnrp":"N"} [{"json":{"results":"Contacts","type":"contacts","line":"2"}}] 2024-11-14 14:32:52.602 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223083-11142024143252.txt === {"quote":"223083","customer":"2965","name":null,"customerName":"Butler Bros.","comp":"01","open":"0","shipto":"NORTTTO","shiptoName":"Northeast Tool & Mfg Co Inc","entry_date":"10-16-2024","cust_order_date":"10-16-2024","req_date":"11-27-2024","cust_po":"H63A-SF0250-3.15MT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"11","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"15:08","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Daniel Warner","follow_phone":"207-784-6875","follow_email":"dwarner@butlerbros.com","pic_user":"briand","total_amt":"815.1","total_gp":"515.04","total_gpm":"63.19","rev_type":"ADV","mod_date":"11-14-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-20-2024","notes":[],"crmnotes":[{"comp":1,"quote":223083,"Line":0,"Comment":"10/18/2024 4:29 PM - briand - Cindy updated quote and sent to Danny."},{"comp":1,"quote":223083,"Line":1,"Comment":"10/18/2024 4:30 PM - briand - Sent to Danny today, 10/18"},{"comp":1,"quote":223083,"Line":2,"Comment":"10/18/2024 4:30 PM - briand - F/U changed from 10/22/2024 to 11/1/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223083,"Line":3,"Comment":"10/31/2024 8:54 AM - briand - Sent email to Danny to see if Northeast will be placing an order for this SF holder."},{"comp":1,"quote":223083,"Line":4,"Comment":"10/31/2024 8:55 AM - briand - Also asked him if NE would be ordering from Quotes 223212 and 223476 for H63A-SF6-80MT & H63A-SF4-80MT respectively."},{"comp":1,"quote":223083,"Line":5,"Comment":"10/31/2024 8:56 AM - briand - F/U changed from 11/01/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223083,"Line":6,"Comment":"11/11/2024 1:07 PM - briand - CLO changed from 11/16/2024 to 11/20/2024 (CLO Date Updated)"},{"comp":1,"quote":223083,"Line":7,"Comment":"11/11/2024 1:07 PM - briand - F/U changed from 11/13/2024 to 11/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223083,"Line":8,"Comment":"11/14/2024 2:32 PM - briand - Sent email to Danny asking him if this quote (plus Q #'s 223212 & 223476) for the \"MT\" Shrink Fit holders are still active."}],"items":[{"comp":"01","order":"223083","line":"1","part":"H63A-SF0250-3.15MT","qty":"3","price":"418.00","uom":"EA","discount":"35.00","req_date":"10~11 Weeks ARO","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-14 14:33:00.970 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223083-11142024143300.txt === {"quote":"223083","customer":"2965","name":null,"customerName":"Butler Bros.","comp":"01","open":"0","shipto":"NORTTTO","shiptoName":"Northeast Tool & Mfg Co Inc","entry_date":"10-16-2024","cust_order_date":"10-16-2024","req_date":"11-27-2024","cust_po":"H63A-SF0250-3.15MT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"11","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"15:08","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Daniel Warner","follow_phone":"207-784-6875","follow_email":"dwarner@butlerbros.com","pic_user":"briand","total_amt":"815.1","total_gp":"515.04","total_gpm":"63.19","rev_type":"ADV","mod_date":"11-14-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-25-2024","notes":[],"crmnotes":[{"comp":1,"quote":223083,"Line":0,"Comment":"10/18/2024 4:29 PM - briand - Cindy updated quote and sent to Danny."},{"comp":1,"quote":223083,"Line":1,"Comment":"10/18/2024 4:30 PM - briand - Sent to Danny today, 10/18"},{"comp":1,"quote":223083,"Line":2,"Comment":"10/18/2024 4:30 PM - briand - F/U changed from 10/22/2024 to 11/1/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223083,"Line":3,"Comment":"10/31/2024 8:54 AM - briand - Sent email to Danny to see if Northeast will be placing an order for this SF holder."},{"comp":1,"quote":223083,"Line":4,"Comment":"10/31/2024 8:55 AM - briand - Also asked him if NE would be ordering from Quotes 223212 and 223476 for H63A-SF6-80MT & H63A-SF4-80MT respectively."},{"comp":1,"quote":223083,"Line":5,"Comment":"10/31/2024 8:56 AM - briand - F/U changed from 11/01/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223083,"Line":6,"Comment":"11/11/2024 1:07 PM - briand - CLO changed from 11/16/2024 to 11/20/2024 (CLO Date Updated)"},{"comp":1,"quote":223083,"Line":7,"Comment":"11/11/2024 1:07 PM - briand - F/U changed from 11/13/2024 to 11/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223083,"Line":8,"Comment":"11/14/2024 2:32 PM - briand - Sent email to Danny asking him if this quote (plus Q #'s 223212 & 223476) for the \"MT\" Shrink Fit holders are still active."},{"comp":1,"quote":223083,"Line":9,"Comment":"11/14/2024 2:32 PM - briand - F/U changed from 11/19/2024 to 11/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223083,"Line":10,"Comment":"11/14/2024 2:32 PM - briand - CLO changed from 11/20/2024 to 11/25/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223083","line":"1","part":"H63A-SF0250-3.15MT","qty":"3","price":"418.00","uom":"EA","discount":"35.00","req_date":"10~11 Weeks ARO","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-14 14:58:47.347 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224361-11142024145847.txt === {"quote":"224361","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"1","shipto":"AFIFLSC","shiptoName":"Alternatives For Industry","entry_date":"11-13-2024","cust_order_date":"11-13-2024","req_date":"12-25-2024","cust_po":"C40-1500-MATS-EU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Paul Heger","drop_po":"","status":"0","user":"jingz","conv_order":"","time":"11:22","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"Paul Heger","follow_phone":"800-511-2915","follow_email":"paul@afi-tools.com","pic_user":"jingz","total_amt":"86.4","total_gp":"70.52","total_gpm":"81.62","rev_type":"STD","mod_date":"11-14-2024","mod_time":null,"mod_user":"jingz","reason":"1","totalQty":"4","win_pct":"20","clo_date":"12-25-2024","notes":[{"comp":"1","quote":"224361","line":"0","data":"11-13-2024 11:28 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"224361","line":"1","part":"C40-1500-MATS-EU","qty":"4","price":"40.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-14 15:14:44.023 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.055756841817, -111.477492805674, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.055756841817, -111.477492805674, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2473934 second/s. 2024-11-14 15:15:47.400 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.678645198443, -117.913196376955, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.678645198443, -117.913196376955, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2018212 second/s. 2024-11-14 15:21:39.990 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(34.587023, -112.429033, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(34.587023, -112.429033, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1740807 second/s. 2024-11-14 15:35:12.591 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(34.587023, -112.429033, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(34.587023, -112.429033, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1722981 second/s. 2024-11-14 15:35:12.894 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(34.587023, -112.429033, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(34.587023, -112.429033, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2642564 second/s. 2024-11-14 15:37:15.526 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(34.587023, -112.429033, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(34.587023, -112.429033, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1856477 second/s. 2024-11-14 15:37:15.764 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(34.587023, -112.429033, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(34.587023, -112.429033, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1705044 second/s. 2024-11-14 15:40:13.986 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(34.587023, -112.429033, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(34.587023, -112.429033, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 10 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3666072 second/s. 2024-11-14 15:45:15.980 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(34.587023, -112.429033, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(34.587023, -112.429033, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 20 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3165902 second/s. 2024-11-14 15:49:40.630 [INFO] [CreateClient] [jsoncustomer.php] [C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\CACIMOCK.txt]: {"id":"CACIMOCK","name":"CAC INDUSTRIES","address1":"160 SPARROW LANE","address2":"","city":"MOCKSVILLE","state":"NC","zip":"27028","country":"USA","discount_level":null,"date_opened":"","salesman":"JG","phone":"336-624-4492","cr_limit":"","Created":"11-14-2024","Segment":"EU","Lat":0.0,"Long":0.0,"Distance":"0","Territory":20,"web_id":0,"Type":"ST","Active":"Y","website":null,"UserId":"webadmin","JAS":"N","customer_email":"rshevlin@phillipscorp.com"} [{"json":{"results":"success","type":"customer"}}] 2024-11-14 16:03:54.211 [INFO] [CreateClient] [jsoncustomer.php] [C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\KOKORICH.txt]: {"id":"KOKORICH","name":"Kokoku Rubber Inc.","address1":"120 Hanger Circle","address2":"","city":"Richmond","state":"KY","zip":"40475","country":"USA","discount_level":null,"date_opened":"","salesman":null,"phone":"859-623-7096","cr_limit":"","Created":"11-14-2024","Segment":"EU","Lat":0.0,"Long":0.0,"Distance":"0","Territory":47,"web_id":1,"Type":"ST","Active":"Y","website":null,"UserId":"harryk","JAS":"Y","customer_email":""} [{"json":{"results":"success","type":"customer"}}] 2024-11-14 16:03:54.504 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\KOKORICH-0-3266.txt === {"customer":"KOKORICH","line":"A","dept":"EN","name":"Eddie Kimura","title":"ME","phone":"859-623-7096","cell":"859-623-7096","fax":null,"email":"t.kimura@kokoku-intech.com","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3266,"password":null,"webenabled":null,"linkedin":null,"city":"Richmond","state":"KY","address1":"120 Hanger Circle","address2":null,"zip":"40475","country":"USA","userid":"harryk","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"ST","Active":"Y","lnrp":"N"} [{"json":{"results":"Contacts","type":"contacts","line":"0"}}] 2024-11-14 16:11:29.272 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(38.2686547469704, -85.5802528002165, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(38.2686547469704, -85.5802528002165, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1809495 second/s. 2024-11-14 16:39:42.024 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223551-11142024163941.txt === {"quote":"223551","customer":"13330","name":null,"customerName":"Manufacturing Solutions of MN Inc.","comp":"01","open":"0","shipto":"RADL","shiptoName":"R&D Leverage","entry_date":"10-25-2024","cust_order_date":"10-25-2024","req_date":"12-06-2024","cust_po":"H40E-SF0250-3.15","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"35","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"17:00","extra":"","follow_up":"11-19-2024","web_id":"","follow_name":"Mark Marchant - KS locati","follow_phone":"816-585-4745","follow_email":"mark.marchant@shopmsi.com","pic_user":"rons","total_amt":"2647.92","total_gp":"1397.40","total_gpm":"52.77","rev_type":"ADV","mod_date":"11-14-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"15","win_pct":"20","clo_date":"11-25-2024","notes":[],"crmnotes":[{"comp":1,"quote":223551,"Line":0,"Comment":"10/28/2024 1:52 PM - rons - F/U changed from 10/31/2024 to 11/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":1,"Comment":"11/04/2024 1:52 PM - rons - F/U changed from 11/06/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":2,"Comment":"11/07/2024 10:06 AM - rons - F/U changed from 11/13/2024 to 11/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":3,"Comment":"11/08/2024 2:51 PM - rons - F/U changed from 11/08/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":4,"Comment":"11/11/2024 4:25 PM - rons - F/U changed from 11/11/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":5,"Comment":"11/13/2024 2:52 PM - rons - F/U changed from 11/13/2024 to 11/14/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223551","line":"1","part":"H40E-SF0250-3.15","qty":"2","price":"242.00","uom":"EA","discount":"34.00","req_date":"1 STOCK + TBD","branch":"1"},{"comp":"01","order":"223551","line":"3","part":"H40E-SF0125-3.15","qty":"7","price":"326.00","uom":"EA","discount":"34.00","req_date":"3 STOCK + TBD","branch":"1"},{"comp":"01","order":"223551","line":"5","part":"H40E-SF0187-2.36","qty":"1","price":"326.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223551","line":"7","part":"H40E-SF0375-3.15","qty":"1","price":"264.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223551","line":"12","part":"H40E-SF4-70","qty":"2","price":"328.00","uom":"EA","discount":"34.00","req_date":"5-6 WEEKS","branch":"1"},{"comp":"01","order":"223551","line":"14","part":"H40E-SF6-80","qty":"2","price":"0.00","uom":"EA","discount":"34.00","req_date":"TBD","branch":"1"}],"qlines":[{"Quote":"223551","Line":"14","Company":"1","F_Line":"1","Comment":"WAITING ON PRICING & DELIVERY FROM FACTORY","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-14 17:29:37.031 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.233998287148, -87.9770558961055, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.233998287148, -87.9770558961055, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3623465 second/s. 2024-11-14 17:34:37.749 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.2384190665636, -87.9971856237677, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.2384190665636, -87.9971856237677, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3303126 second/s. 2024-11-14 20:24:40.746 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.236312832508, -87.9939773069098, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.236312832508, -87.9939773069098, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3524747 second/s. 2024-11-14 21:16:13.576 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\15195-20-3266.txt === {"customer":"15195","line":"A","dept":"M","name":"Akio Terakawa","title":"OM","phone":"(630) 790-1400","cell":"(630) 303-2806","fax":null,"email":"akio.terakawa@osgtool.com","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3266,"password":null,"webenabled":null,"linkedin":null,"city":"Bensenville","state":"IL","address1":"759 Industrial Drive","address2":null,"zip":"60106","country":"USA","userid":"ericy","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"BT","Active":"Y","lnrp":"N"} [{"json":{"results":"Contactc","type":"contactc","line":" 20"}}] 2024-11-14 21:52:36.247 [INFO] In session is user: ericy 2024-11-14 21:52:36.760 [INFO] In session is user: ericy 2024-11-14 21:52:37.018 [INFO] In session is user: ericy 2024-11-14 21:52:37.372 [INFO] In session is user: ericy 2024-11-14 21:52:38.082 [INFO] In session is user: ericy 2024-11-14 21:52:38.437 [INFO] In session is user: ericy 2024-11-14 21:52:39.181 [INFO] In session is user: ericy 2024-11-14 21:52:39.431 [INFO] In session is user: ericy 2024-11-14 21:52:39.716 [INFO] In session is user: ericy 2024-11-14 21:52:39.957 [INFO] In session is user: ericy 2024-11-14 21:52:40.238 [INFO] In session is user: ericy 2024-11-14 21:52:41.400 [INFO] In session is user: ericy 2024-11-14 21:52:41.835 [INFO] In session is user: ericy 2024-11-14 21:52:42.389 [INFO] In session is user: ericy 2024-11-14 21:52:42.926 [INFO] In session is user: ericy 2024-11-14 21:52:43.387 [INFO] In session is user: ericy 2024-11-14 21:52:43.681 [INFO] In session is user: ericy 2024-11-14 21:52:43.939 [INFO] In session is user: ericy 2024-11-14 21:52:44.499 [INFO] In session is user: ericy 2024-11-14 21:52:44.800 [INFO] In session is user: ericy 2024-11-14 21:52:45.160 [INFO] In session is user: ericy 2024-11-14 21:52:45.457 [INFO] In session is user: ericy 2024-11-14 21:52:45.803 [INFO] In session is user: ericy 2024-11-14 21:52:46.123 [INFO] In session is user: ericy 2024-11-14 21:52:46.439 [INFO] In session is user: ericy 2024-11-14 21:52:46.763 [INFO] In session is user: ericy 2024-11-14 21:52:47.043 [INFO] In session is user: ericy 2024-11-15 05:29:57.427 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\SUSSSEX-0-3267.txt === {"customer":"SUSSSEX","line":"A","dept":"M","name":"Nick Diaz","title":"PJM","phone":"630-978-9990","cell":"630-978-9990","fax":null,"email":"ND@TrigonAmerica.com","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3267,"password":null,"webenabled":null,"linkedin":null,"city":"Aurora","state":"IL","address1":"4000 Sussex Avenue","address2":null,"zip":"60504","country":"USA","userid":"francescof","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"ST","Active":"Y","lnrp":"N"} [{"json":{"results":"Contacts","type":"contacts","line":"0"}}] 2024-11-15 05:55:57.965 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\GWSTOOL-0-3267.txt === {"customer":"GWSTOOL","line":"A","dept":"M","name":"Michael Lepart","title":"RSM","phone":"815-985-8009","cell":"815-985-8009","fax":null,"email":"michael.lepart@gwstoolgroup.com","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3267,"password":null,"webenabled":null,"linkedin":null,"city":"Springfield","state":"MA","address1":"616 Dwight Street","address2":null,"zip":"01104","country":"USA","userid":"francescof","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"ST","Active":"Y","lnrp":"N"} [{"json":{"results":"Contacts","type":"contacts","line":"0"}}] 2024-11-15 06:00:28.648 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\SPRINGAR-0-3267.txt === {"customer":"SPRINGAR","line":"A","dept":"EN","name":"Lucas Britt","title":"MFE","phone":"309-944-8913","cell":"309-944-8913","fax":null,"email":"lucasb@springfieldarmory.com","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3267,"password":null,"webenabled":null,"linkedin":null,"city":"Geneseo","state":"IL","address1":"650 Weber Drive","address2":null,"zip":"61254","country":"USA","userid":"francescof","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"ST","Active":"Y","lnrp":"N"} [{"json":{"results":"Contacts","type":"contacts","line":"0"}}] 2024-11-15 07:28:43.212 [INFO] In session is user: nickk 2024-11-15 07:30:07.854 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\3740-498-3267.txt === {"customer":"3740","line":"A","dept":"EN","name":"NickK KawabataA","title":"CO","phone":"866-272-5766","cell":"111-111-1111","fax":null,"email":"nickkawabata_lyndex_test6@gmail.com","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3267,"password":null,"webenabled":null,"linkedin":null,"city":"Elk Grove Village","state":"IL","address1":"1300 Jarvis Avenue","address2":null,"zip":"60007","country":"USA","userid":"nickk","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"BT","Active":"Y","lnrp":"N"} [{"json":{"results":"Contactc","type":"contactc","line":" 498"}}] 2024-11-15 07:32:39.079 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(34.6253902788503, -86.5725467832484, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(34.6253902788503, -86.5725467832484, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2679576 second/s. 2024-11-15 07:38:11.161 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\KOKORICH-1-3268.txt === {"customer":"KOKORICH","line":"A","dept":"M","name":"Jumpei Tsunoda","title":"QM","phone":"859-623-7096","cell":"859-623-7096","fax":null,"email":"tsunoda@kokoku-ky.com","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3268,"password":null,"webenabled":null,"linkedin":null,"city":"Richmond","state":"KY","address1":"120 Hanger Circle","address2":null,"zip":"40475","country":"USA","userid":"harryk","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"ST","Active":"Y","lnrp":"N"} [{"json":{"results":"Contacts","type":"contacts","line":"1"}}] 2024-11-15 07:40:49.036 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\KOKORICH-2-3268.txt === {"customer":"KOKORICH","line":"A","dept":"EN","name":"Tomoki Tom Murakami","title":"E","phone":"859-623-7096","cell":"859-623-7096","fax":null,"email":"murakami@kokoku-ky.com","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3268,"password":null,"webenabled":null,"linkedin":null,"city":"Richmond","state":"KY","address1":"120 Hanger Circle","address2":null,"zip":"40475","country":"USA","userid":"harryk","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"ST","Active":"Y","lnrp":"N"} [{"json":{"results":"Contacts","type":"contacts","line":"2"}}] 2024-11-15 07:57:26.259 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\BLAAAAE-8-3268.txt === {"customer":"BLAAAAE","line":"A","dept":"S","name":"Mark Calabrese","title":"AM","phone":"773-736-9960 ext 0","cell":"773-736-9960","fax":null,"email":"mark.calabrese@blackhawkid.com","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3268,"password":null,"webenabled":null,"linkedin":null,"city":"Carol Stream","state":"IL","address1":"245 E. Lies Road","address2":null,"zip":"60188","country":"USA","userid":"francescof","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"ST","Active":"Y","lnrp":"N"} [{"json":{"results":"Contacts","type":"contacts","line":"8"}}] 2024-11-15 08:08:21.828 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223513-11152024080821.txt === {"quote":"223513","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"1","shipto":"KMTOOL","shiptoName":"PTSolutions - Menomonee Falls","entry_date":"10-25-2024","cust_order_date":"10-25-2024","req_date":"12-06-2024","cust_po":"TQW-ER32/SK20/TG75(50)","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"10:09","extra":"","follow_up":"11-15-2024","web_id":"","follow_name":"Corey Grace","follow_phone":"262-242-7866x1337","follow_email":"cgrace@pts-tools.com","pic_user":"jennad","total_amt":"69.3","total_gp":"36.46","total_gpm":"52.61","rev_type":"STD","mod_date":"11-15-2024","mod_time":null,"mod_user":"jennad","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-25-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223513","line":"1","part":"TQW-ER32/SK20/TG75(50)","qty":"1","price":"105.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-15 08:16:05.030 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223525-11152024081604.txt === {"quote":"223525","customer":"4207","name":null,"customerName":"DCT Industrial Supply Company","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-25-2024","cust_order_date":"10-25-2024","req_date":"12-06-2024","cust_po":"330-088","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"11:49","extra":"","follow_up":"11-15-2024","web_id":"","follow_name":"Kayla Moreno","follow_phone":"309-699-4727","follow_email":"kmoreno@dctisc.com","pic_user":"jennad","total_amt":"81.2","total_gp":"46.77","total_gpm":"57.60","rev_type":"STD","mod_date":"11-15-2024","mod_time":null,"mod_user":"jennad","reason":"1","totalQty":"1","win_pct":"20","clo_date":"11-25-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223525","line":"1","part":"330-088","qty":"1","price":"116.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-15 08:17:33.419 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223507-11152024081733.txt === {"quote":"223507","customer":"16235","name":null,"customerName":"PDQ Tooling Inc.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-25-2024","cust_order_date":"10-25-2024","req_date":"12-06-2024","cust_po":"100-212(C)","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"40","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"08:43","extra":"","follow_up":"11-15-2024","web_id":"","follow_name":"Steve","follow_phone":"414-313-6893","follow_email":"steve@pdqtool.com","pic_user":"jennad","total_amt":"171","total_gp":"127.27","total_gpm":"74.43","rev_type":"STD","mod_date":"11-15-2024","mod_time":null,"mod_user":"jennad","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-25-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223507","line":"1","part":"100-212(C)","qty":"1","price":"190.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-15 08:18:17.137 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223137-11152024081816.txt === {"quote":"223137","customer":"5900","name":null,"customerName":"EWIE Company Inc.","comp":"01","open":"1","shipto":"TCWOOD","shiptoName":"Woodward Inc. Loves Park","entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"11-28-2024","cust_po":"HSK100-TUBE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"13:49","extra":"","follow_up":"11-15-2024","web_id":"","follow_name":"Naomi Henneman","follow_phone":"","follow_email":"nhenneman@ewie.com","pic_user":"jennad","total_amt":"408.02","total_gp":"267.53","total_gpm":"65.57","rev_type":"ADV","mod_date":"11-15-2024","mod_time":null,"mod_user":"jennad","reason":"2","totalQty":"3","win_pct":"20","clo_date":"11-17-2024","notes":[],"crmnotes":[{"comp":1,"quote":223137,"Line":0,"Comment":"11/06/2024 2:54 PM - jennad - F/U changed from 11/07/2024 to 11/15/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223137","line":"1","part":"H100A-SF0437-3.74CP","qty":"1","price":"495.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223137","line":"2","part":"HSK100-TUBE","qty":"1","price":"41.00","uom":"EA","discount":"22.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223137","line":"3","part":"HSK100-WRENCH","qty":"1","price":"58.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-15 08:19:54.491 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223050-11152024081954.txt === {"quote":"223050","customer":"6470","name":null,"customerName":"Fleetwood Industrial Supply","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-16-2024","cust_order_date":"10-16-2024","req_date":"11-27-2024","cust_po":"C6-TB40-352","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"mirandag","conv_order":"","time":"09:43","extra":"","follow_up":"11-15-2024","web_id":"","follow_name":"Kyle Zikmund","follow_phone":"630-543-0190","follow_email":"kyle@fleetwoodtools.com","pic_user":"jennad","total_amt":"1391.52","total_gp":"644.61","total_gpm":"46.32","rev_type":"ADV","mod_date":"11-15-2024","mod_time":null,"mod_user":"jennad","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"223050","line":"1","data":"he hung up on me before I could ask name."},{"comp":"1","quote":"223050","line":"0","data":"10-16-2024 09:43-mirandag unsure if it was Kyle,"}],"crmnotes":[{"comp":1,"quote":223050,"Line":0,"Comment":"11/05/2024 9:16 AM - jennad - F/U changed from 11/06/2024 to 11/15/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223050","line":"1","part":"C6-TB40-352","qty":"1","price":"1784.00","uom":"EA","discount":"22.00","req_date":"11-13 Weeks","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-15 09:57:01.584 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\3925-39-3268.txt === {"customer":"3925","line":"A","dept":"OS","name":"Mark Golik","title":"OSR","phone":"847-871-5200","cell":"847-871-5200","fax":null,"email":"mgolik@stnr.com","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3268,"password":null,"webenabled":null,"linkedin":null,"city":"Elk Grove Village","state":"IL","address1":"1250 Touhy Avenue","address2":null,"zip":"60007","country":"USA","userid":"francescof","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"BT","Active":"Y","lnrp":"N"} [{"json":{"results":"Contactc","type":"contactc","line":" 39"}}] 2024-11-15 09:57:58.416 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\3925-40-3269.txt === {"customer":"3925","line":"A","dept":"OS","name":"Don Di Giovanni","title":"OSR","phone":"847-871-5200","cell":"847-871-5200","fax":null,"email":"ddigiovanni@stnr.com","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3269,"password":null,"webenabled":null,"linkedin":null,"city":"Elk Grove Village","state":"IL","address1":"1250 Touhy Avenue","address2":null,"zip":"60007","country":"USA","userid":"francescof","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"BT","Active":"Y","lnrp":"N"} [{"json":{"results":"Contactc","type":"contactc","line":" 40"}}] 2024-11-15 09:59:20.764 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\3925-41-3270.txt === {"customer":"3925","line":"A","dept":"OS","name":"Bill Sanchez","title":"OSR","phone":"847-871-5200","cell":"847-871-5200","fax":null,"email":"bsanchez@stnr.com","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3270,"password":null,"webenabled":null,"linkedin":null,"city":"Elk Grove Village","state":"IL","address1":"1250 Touhy Avenue","address2":null,"zip":"60007","country":"USA","userid":"francescof","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"BT","Active":"Y","lnrp":"N"} [{"json":{"results":"Contactc","type":"contactc","line":" 41"}}] 2024-11-15 10:03:45.575 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222177-11152024100345.txt === {"quote":"222177","customer":"1425","name":null,"customerName":"Allendale Machinery","comp":"01","open":"1","shipto":"ONKOS","shiptoName":"Onkos Surgical","entry_date":"09-26-2024","cust_order_date":"09-26-2024","req_date":"11-18-2024","cust_po":"CAT40-SK10-90U-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Nevieta Singh","drop_po":"","status":"0","user":"briand","conv_order":"","time":"15:49","extra":"","follow_up":"11-14-2024","web_id":"","follow_name":"Nevieta Singh","follow_phone":"201-327-5215","follow_email":"Nsingh@allendalemachinery.com","pic_user":"briand","total_amt":"7655.28","total_gp":"5215.05","total_gpm":"68.12","rev_type":"ADV","mod_date":"11-15-2024","mod_time":null,"mod_user":"briand","reason":"2","totalQty":"52","win_pct":"20","clo_date":"11-15-2024","notes":[{"comp":"1","quote":"222177","line":"2","data":"packages of Standard Tooling and 40% on Advanced."},{"comp":"1","quote":"222177","line":"1","data":"with Allendale to give 45% discount on non cert"},{"comp":"1","quote":"222177","line":"0","data":"09-26-2024 15:56-briand: Nick has an arrangement"}],"crmnotes":[{"comp":1,"quote":222177,"Line":0,"Comment":"10/02/2024 9:57 AM - briand - F/U changed from 10/02/2024 to 10/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222177,"Line":1,"Comment":"10/10/2024 9:39 AM - briand - F/U changed from 10/11/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222177,"Line":2,"Comment":"10/10/2024 9:39 AM - briand - Sent Nevieta an email to see if this newer quote is still active."},{"comp":1,"quote":222177,"Line":3,"Comment":"10/21/2024 10:48 AM - briand - F/U changed from 10/25/2024 to 10/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222177,"Line":4,"Comment":"10/22/2024 11:00 AM - briand - Req Date changed from 11/07/2024 to 11/14/2024 (Req Date Updated)"},{"comp":1,"quote":222177,"Line":5,"Comment":"10/22/2024 11:00 AM - briand - CLO changed from 10/26/2024 to 11/13/2024 (CLO Date Updated)"},{"comp":1,"quote":222177,"Line":6,"Comment":"10/22/2024 11:01 AM - briand - F/U changed from 10/24/2024 to 11/1/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222177,"Line":7,"Comment":"10/22/2024 11:01 AM - briand - Sent Nevieta an email to see if this newer quote is still active - cc'd Alyssa."},{"comp":1,"quote":222177,"Line":8,"Comment":"10/29/2024 10:52 AM - briand - Still waiting for a response from Nevieta, will push out a few more weeks and check back in with her."},{"comp":1,"quote":222177,"Line":9,"Comment":"10/29/2024 10:52 AM - briand - F/U changed from 11/01/2024 to 11/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222177,"Line":10,"Comment":"10/29/2024 10:52 AM - briand - CLO changed from 11/13/2024 to 11/15/2024 (CLO Date Updated)"},{"comp":1,"quote":222177,"Line":11,"Comment":"10/29/2024 10:52 AM - briand - Req Date changed from 11/14/2024 to 11/18/2024 (Req Date Updated)"},{"comp":1,"quote":222177,"Line":12,"Comment":"11/15/2024 10:03 AM - briand - No reply from Nevieta, closing quote."}],"items":[{"comp":"01","order":"222177","line":"1","part":"CAT40-SK10-90U-IDU","qty":"3","price":"379.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222177","line":"2","part":"CAT40-SK10-120U-IDU","qty":"3","price":"397.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222177","line":"3","part":"CAT40-SK10-150U-IDU","qty":"3","price":"431.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222177","line":"4","part":"CAT40-SK10-180U-IDU","qty":"3","price":"425.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222177","line":"5","part":"CAT40-SK16-90U-IDU","qty":"3","price":"406.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222177","line":"6","part":"CAT40-SK16-120U-IDU","qty":"3","price":"457.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222177","line":"7","part":"CAT40-SK16-150U-IDU","qty":"3","price":"476.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222177","line":"8","part":"CAT40-SK16-180U-IDU","qty":"3","price":"519.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222177","line":"9","part":"SKL-10","qty":"1","price":"31.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222177","line":"10","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222177","line":"11","part":"SK10-SET-05-AC","qty":"1","price":"518.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222177","line":"12","part":"SK16-SET-04-AC","qty":"1","price":"628.00","uom":"EA","discount":"28.00","req_date":"Stock","branch":"1"},{"comp":"01","order":"222177","line":"13","part":"C40S-4500(H)-EU","qty":"24","price":"32.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222177","Line":"13","Company":"1","F_Line":"1","Comment":"NOTE: C40-4500(H)-EU was discontinued due to thin","Loc":"Y"},{"Quote":"222177","Line":"13","Company":"1","F_Line":"2","Comment":"flange. Drawing attached to quote for C40S-4500(H)-EU.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":13}}] 2024-11-15 10:04:27.316 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222613-11152024100427.txt === {"quote":"222613","customer":"3367","name":null,"customerName":"W.C. Chapman & Sons Inc.","comp":"01","open":"0","shipto":"FJBENGIN","shiptoName":"FJB Engineering Co","entry_date":"10-07-2024","cust_order_date":"10-07-2024","req_date":"11-18-2024","cust_po":"NCAT40-SK16C-60U-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"11:33","extra":"","follow_up":"12-04-2024","web_id":"","follow_name":"Justin Phelps","follow_phone":"410-686-6860","follow_email":"justinp@wcchapman.com","pic_user":"briand","total_amt":"2106.96","total_gp":"1375.02","total_gpm":"65.26","rev_type":"ADV","mod_date":"11-15-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"37","win_pct":"20","clo_date":"11-15-2024","notes":[{"comp":"1","quote":"222613","line":"2","data":"He said the EU is FJB Engineering."},{"comp":"1","quote":"222613","line":"1","data":"studs to be added to the quote for a Haas 750."},{"comp":"1","quote":"222613","line":"0","data":"11-06-2024 10:36-briand: Justin asked for pull"}],"crmnotes":[{"comp":1,"quote":222613,"Line":0,"Comment":"10/11/2024 2:24 PM - briand - F/U changed from 10/13/2024 to 11/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222613,"Line":1,"Comment":"11/04/2024 3:23 PM - briand - CLO changed from 11/07/2024 to 11/15/2024 (CLO Date Updated)"},{"comp":1,"quote":222613,"Line":2,"Comment":"11/04/2024 3:24 PM - briand - F/U changed from 11/04/2024 to 11/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222613,"Line":3,"Comment":"11/04/2024 3:24 PM - briand - Sent Justin an email to see if this quote is still active."},{"comp":1,"quote":222613,"Line":4,"Comment":"11/05/2024 8:14 AM - briand - Justin said that he has followed up a couple of time with the customer and asked to keep this open."}],"items":[{"comp":"01","order":"222613","line":"1","part":"NCAT40-SK16C-60U-IDU","qty":"4","price":"442.00","uom":"EA","discount":"39.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222613","line":"2","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"222613","line":"3","part":"C4004-0001-1.75","qty":"2","price":"224.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222613","line":"4","part":"C4004-0002-2.36","qty":"1","price":"152.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222613","line":"5","part":"SK16-5/8A","qty":"1","price":"82.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222613","line":"6","part":"SK16-1/2A","qty":"1","price":"82.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222613","line":"7","part":"SK16-3/8A","qty":"1","price":"82.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222613","line":"8","part":"SK16-1/4A","qty":"1","price":"82.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222613","line":"9","part":"C40S-4500(H)-EU","qty":"25","price":"32.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222613","Line":"2","Company":"1","F_Line":"1","Comment":"Additional 5% discount applied for the 2024 IMTS","Loc":"Y"},{"Quote":"222613","Line":"2","Company":"1","F_Line":"2","Comment":"promotion for toolholders.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":9}}] 2024-11-15 10:04:34.998 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222613-11152024100434.txt === {"quote":"222613","customer":"3367","name":null,"customerName":"W.C. Chapman & Sons Inc.","comp":"01","open":"0","shipto":"FJBENGIN","shiptoName":"FJB Engineering Co","entry_date":"10-07-2024","cust_order_date":"10-07-2024","req_date":"11-18-2024","cust_po":"NCAT40-SK16C-60U-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"11:33","extra":"","follow_up":"12-04-2024","web_id":"","follow_name":"Justin Phelps","follow_phone":"410-686-6860","follow_email":"justinp@wcchapman.com","pic_user":"briand","total_amt":"2106.96","total_gp":"1375.02","total_gpm":"65.26","rev_type":"ADV","mod_date":"11-15-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"37","win_pct":"20","clo_date":"12-05-2024","notes":[{"comp":"1","quote":"222613","line":"2","data":"He said the EU is FJB Engineering."},{"comp":"1","quote":"222613","line":"1","data":"studs to be added to the quote for a Haas 750."},{"comp":"1","quote":"222613","line":"0","data":"11-06-2024 10:36-briand: Justin asked for pull"}],"crmnotes":[{"comp":1,"quote":222613,"Line":0,"Comment":"10/11/2024 2:24 PM - briand - F/U changed from 10/13/2024 to 11/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222613,"Line":1,"Comment":"11/04/2024 3:23 PM - briand - CLO changed from 11/07/2024 to 11/15/2024 (CLO Date Updated)"},{"comp":1,"quote":222613,"Line":2,"Comment":"11/04/2024 3:24 PM - briand - F/U changed from 11/04/2024 to 11/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222613,"Line":3,"Comment":"11/04/2024 3:24 PM - briand - Sent Justin an email to see if this quote is still active."},{"comp":1,"quote":222613,"Line":4,"Comment":"11/05/2024 8:14 AM - briand - Justin said that he has followed up a couple of time with the customer and asked to keep this open."},{"comp":1,"quote":222613,"Line":5,"Comment":"11/15/2024 10:04 AM - briand - F/U changed from 11/14/2024 to 12/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222613,"Line":6,"Comment":"11/15/2024 10:04 AM - briand - CLO changed from 11/15/2024 to 12/05/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222613","line":"1","part":"NCAT40-SK16C-60U-IDU","qty":"4","price":"442.00","uom":"EA","discount":"39.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222613","line":"2","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"222613","line":"3","part":"C4004-0001-1.75","qty":"2","price":"224.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222613","line":"4","part":"C4004-0002-2.36","qty":"1","price":"152.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222613","line":"5","part":"SK16-5/8A","qty":"1","price":"82.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222613","line":"6","part":"SK16-1/2A","qty":"1","price":"82.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222613","line":"7","part":"SK16-3/8A","qty":"1","price":"82.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222613","line":"8","part":"SK16-1/4A","qty":"1","price":"82.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222613","line":"9","part":"C40S-4500(H)-EU","qty":"25","price":"32.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222613","Line":"2","Company":"1","F_Line":"1","Comment":"Additional 5% discount applied for the 2024 IMTS","Loc":"Y"},{"Quote":"222613","Line":"2","Company":"1","F_Line":"2","Comment":"promotion for toolholders.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":9}}] 2024-11-15 10:04:47.468 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222613-11152024100447.txt === {"quote":"222613","customer":"3367","name":null,"customerName":"W.C. Chapman & Sons Inc.","comp":"01","open":"0","shipto":"FJBENGIN","shiptoName":"FJB Engineering Co","entry_date":"10-07-2024","cust_order_date":"10-07-2024","req_date":"12-09-2024","cust_po":"NCAT40-SK16C-60U-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"11:33","extra":"","follow_up":"12-04-2024","web_id":"","follow_name":"Justin Phelps","follow_phone":"410-686-6860","follow_email":"justinp@wcchapman.com","pic_user":"briand","total_amt":"2106.96","total_gp":"1375.02","total_gpm":"65.26","rev_type":"ADV","mod_date":"11-15-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"37","win_pct":"20","clo_date":"12-05-2024","notes":[{"comp":"1","quote":"222613","line":"2","data":"He said the EU is FJB Engineering."},{"comp":"1","quote":"222613","line":"1","data":"studs to be added to the quote for a Haas 750."},{"comp":"1","quote":"222613","line":"0","data":"11-06-2024 10:36-briand: Justin asked for pull"}],"crmnotes":[{"comp":1,"quote":222613,"Line":0,"Comment":"10/11/2024 2:24 PM - briand - F/U changed from 10/13/2024 to 11/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222613,"Line":1,"Comment":"11/04/2024 3:23 PM - briand - CLO changed from 11/07/2024 to 11/15/2024 (CLO Date Updated)"},{"comp":1,"quote":222613,"Line":2,"Comment":"11/04/2024 3:24 PM - briand - F/U changed from 11/04/2024 to 11/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222613,"Line":3,"Comment":"11/04/2024 3:24 PM - briand - Sent Justin an email to see if this quote is still active."},{"comp":1,"quote":222613,"Line":4,"Comment":"11/05/2024 8:14 AM - briand - Justin said that he has followed up a couple of time with the customer and asked to keep this open."},{"comp":1,"quote":222613,"Line":5,"Comment":"11/15/2024 10:04 AM - briand - F/U changed from 11/14/2024 to 12/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222613,"Line":6,"Comment":"11/15/2024 10:04 AM - briand - CLO changed from 11/15/2024 to 12/05/2024 (CLO Date Updated)"},{"comp":1,"quote":222613,"Line":7,"Comment":"11/15/2024 10:04 AM - briand - Req Date changed from 11/18/2024 to 12/09/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222613","line":"1","part":"NCAT40-SK16C-60U-IDU","qty":"4","price":"442.00","uom":"EA","discount":"39.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222613","line":"2","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"222613","line":"3","part":"C4004-0001-1.75","qty":"2","price":"224.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222613","line":"4","part":"C4004-0002-2.36","qty":"1","price":"152.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222613","line":"5","part":"SK16-5/8A","qty":"1","price":"82.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222613","line":"6","part":"SK16-1/2A","qty":"1","price":"82.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222613","line":"7","part":"SK16-3/8A","qty":"1","price":"82.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222613","line":"8","part":"SK16-1/4A","qty":"1","price":"82.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222613","line":"9","part":"C40S-4500(H)-EU","qty":"25","price":"32.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222613","Line":"2","Company":"1","F_Line":"1","Comment":"Additional 5% discount applied for the 2024 IMTS","Loc":"Y"},{"Quote":"222613","Line":"2","Company":"1","F_Line":"2","Comment":"promotion for toolholders.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":9}}] 2024-11-15 10:55:02.429 [INFO] In session is user: oenm 2024-11-15 10:55:42.378 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223028-11152024105542.txt === {"quote":"223028","customer":"3367","name":null,"customerName":"W.C. Chapman & Sons Inc.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-15-2024","cust_order_date":"10-15-2024","req_date":"11-26-2024","cust_po":"ER16 Collets","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"15:32","extra":"","follow_up":"11-15-2024","web_id":"","follow_name":"Michael Ringgold","follow_phone":"410-686-6860","follow_email":"michael@wcchapman.com","pic_user":"briand","total_amt":"85.80","total_gp":"59.93","total_gpm":"69.85","rev_type":"STD","mod_date":"11-15-2024","mod_time":null,"mod_user":"briand","reason":"2","totalQty":"3","win_pct":"20","clo_date":"11-15-2024","notes":[],"crmnotes":[{"comp":1,"quote":223028,"Line":0,"Comment":"10/21/2024 8:41 AM - briand - F/U changed from 10/21/2024 to 10/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223028,"Line":1,"Comment":"10/28/2024 10:12 AM - briand - F/U changed from 10/29/2024 to 11/1/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223028,"Line":2,"Comment":"10/31/2024 8:43 AM - briand - F/U changed from 11/01/2024 to 11/15/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223028","line":"1","part":"E16-078","qty":"1","price":"46.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223028","line":"2","part":"E16-118","qty":"1","price":"42.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223028","line":"3","part":"E16-177","qty":"1","price":"42.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-15 11:25:38.882 [INFO] [CreateClient] [jsoncustomer.php] [C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\LEONMELB.txt]: {"id":"LEONMELB","name":"Leonardo Drs","address1":"100 North Babcock Street","address2":"","city":"Melbourne","state":"FL","zip":"32935","country":"USA","discount_level":null,"date_opened":"","salesman":null,"phone":"321-622-1363","cr_limit":"","Created":"11-15-2024","Segment":"EU","Lat":0.0,"Long":0.0,"Distance":"0","Territory":24,"web_id":0,"Type":"ST","Active":"Y","website":null,"UserId":"oenm","JAS":"N","customer_email":""} [{"json":{"results":"success","type":"customer"}}] 2024-11-15 11:25:39.180 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\LEONMELB-0-3271.txt === {"customer":"LEONMELB","line":"A","dept":"M","name":"george crossley","title":"MS","phone":"321-622-1363","cell":"321-522-6894","fax":null,"email":"george.crossley@drs.com","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3271,"password":null,"webenabled":null,"linkedin":null,"city":"melbourne","state":"FL","address1":"100 north babcock street","address2":null,"zip":"32935","country":"USA","userid":"oenm","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"ST","Active":"Y","lnrp":"N"} [{"json":{"results":"Contacts","type":"contacts","line":"0"}}] 2024-11-15 11:39:40.672 [INFO] [CreateClient] [jsoncustomer.php] [C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\TSEICLEA.txt]: {"id":"TSEICLEA","name":"Tse Industries Inc","address1":"4370 112Th Terrace North","address2":"","city":"Clearwater","state":"FL","zip":"33762","country":"USA","discount_level":null,"date_opened":"","salesman":null,"phone":"800-237-7634","cr_limit":"","Created":"11-15-2024","Segment":"EU","Lat":0.0,"Long":0.0,"Distance":"0","Territory":24,"web_id":1,"Type":"ST","Active":"Y","website":null,"UserId":"oenm","JAS":"N","customer_email":""} [{"json":{"results":"success","type":"customer"}}] 2024-11-15 11:39:40.968 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\TSEICLEA-0-3271.txt === {"customer":"TSEICLEA","line":"A","dept":"M","name":"vicente morales lara","title":"MS","phone":"800-237-7634","cell":"727-831-7040","fax":null,"email":"vicente.morales@tseind.com","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3271,"password":null,"webenabled":null,"linkedin":null,"city":"clearwater","state":"FL","address1":"4370 112th terrace north","address2":null,"zip":"33762","country":"USA","userid":"oenm","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"ST","Active":"Y","lnrp":"N"} [{"json":{"results":"Contacts","type":"contacts","line":"0"}}] 2024-11-15 11:41:55.322 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-15 13:26:10.645 [INFO] [CreateClient] [jsoncustomer.php] [C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\FOXVKAKA.txt]: {"id":"FOXVKAKA","name":"FOX VALLEY TOOL & DIE PLANT #1","address1":"2310 E. MAIN STREET","address2":"","city":"KAUKAUNA","state":"WI","zip":"54130","country":"USA","discount_level":null,"date_opened":"","salesman":"JG","phone":"9207342573","cr_limit":"","Created":"11-15-2024","Segment":"EU","Lat":0.0,"Long":0.0,"Distance":"0","Territory":40,"web_id":2,"Type":"ST","Active":"Y","website":null,"UserId":"webadmin","JAS":"N","customer_email":"jenny@valleytool.net"} [{"json":{"results":"success","type":"customer"}}] 2024-11-15 13:36:21.735 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223939-11152024133621.txt === {"quote":"223939","customer":"13050","name":null,"customerName":"M & M Sales and Equipment","comp":"01","open":"0","shipto":"JMORSUVV","shiptoName":"M & M Sales & Equipment, Inc","entry_date":"11-05-2024","cust_order_date":"11-05-2024","req_date":"12-17-2024","cust_po":"c4006-1500-4.50","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"09:45","extra":"","follow_up":"12-05-2024","web_id":"","follow_name":"Marvin Gaskins-Waco","follow_phone":"432-888-5720 cell","follow_email":"marving@mmsls.net","pic_user":"bethw","total_amt":"119.6","total_gp":"67.48","total_gpm":"56.42","rev_type":"STD","mod_date":"11-15-2024","mod_time":null,"mod_user":"bethw","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-05-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223939","line":"1","part":"C4006-1500-4.50","qty":"1","price":"184.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-15 13:38:04.470 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221372-11152024133804.txt === {"quote":"221372","customer":"19585","name":null,"customerName":"Thomas Skinner & Son Ltd.","comp":"01","open":"1","shipto":"NOPQRSTW","shiptoName":"Thomas Skinner - Calgary Location","entry_date":"09-11-2024","cust_order_date":"11-11-2024","req_date":"11-11-2024","cust_po":"MZQT47-ER25-AD-ICE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Nucleus Energy, AB","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"10:43","extra":"","follow_up":"11-11-2024","web_id":"","follow_name":"Derek Saltel","follow_phone":"403-369-3807 direct","follow_email":"dsaltel@tskinner.com","pic_user":"bethw","total_amt":"11257.82","total_gp":"4717.57","total_gpm":"41.90","rev_type":"LT","mod_date":"11-15-2024","mod_time":null,"mod_user":"bethw","reason":"2","totalQty":"7","win_pct":"20","clo_date":"11-11-2024","notes":[{"comp":"1","quote":"221372","line":"7","data":"Price has changed but will honor this quote only."},{"comp":"1","quote":"221372","line":"6","data":"EU"},{"comp":"1","quote":"221372","line":"5","data":"Checking with Derek to see if this is the same"},{"comp":"1","quote":"221372","line":"4","data":"09-16-2024 08:53-bethw: Also quoted on Q# 219875."},{"comp":"1","quote":"221372","line":"3","data":"if closed."},{"comp":"1","quote":"221372","line":"2","data":"Sent reply that we held pricing but it will change"},{"comp":"1","quote":"221372","line":"1","data":"pondering this. Derek thinks is project based."},{"comp":"1","quote":"221372","line":"0","data":"10-16-2024 10:37-bethw: Customer is still"}],"crmnotes":[{"comp":1,"quote":221372,"Line":0,"Comment":"10/15/2024 5:01 PM - bethw - Sent Derek QFU for update."},{"comp":1,"quote":221372,"Line":1,"Comment":"10/15/2024 5:01 PM - bethw - F/U changed from 10/13/2024 to 10/22/2024 (Follow Up In 1 Week)"},{"comp":1,"quote":221372,"Line":2,"Comment":"11/15/2024 1:37 PM - bethw - Sent QFU on 11/13 but no response. quote is expired and now closed."}],"items":[{"comp":"01","order":"221372","line":"1","part":"MZQT47-ER25-AD-ICE","qty":"1","price":"9114.00","uom":"EA","discount":"38.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221372","line":"2","part":"WRENCH-MIM-107446","qty":"1","price":"35.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221372","line":"3","part":"WRENCH-ER25I","qty":"1","price":"139.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221372","line":"4","part":"MZQT47-ER32Z-MS-OFF-ICE","qty":"1","price":"8635.00","uom":"EA","discount":"38.00","req_date":"ETA 2wks","branch":"1"},{"comp":"01","order":"221372","line":"5","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"221372","line":"6","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221372","line":"7","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-15 13:41:53.157 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222751-11152024134152.txt === {"quote":"222751","customer":"2325","name":null,"customerName":"BlackHawk Industrial - Base Camp","comp":"01","open":"0","shipto":"MCTULSA","shiptoName":"McElroy Manufacturing Co.","entry_date":"10-09-2024","cust_order_date":"10-09-2024","req_date":"11-20-2024","cust_po":"BMT55-C4X-ICE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"14:12","extra":"","follow_up":"11-22-2024","web_id":"","follow_name":"Jeremiah Brock","follow_phone":"918-610-4700","follow_email":"Jeremiah.Brock@blackhawkid.com","pic_user":"bethw","total_amt":"9679.52","total_gp":"3996.93","total_gpm":"41.29","rev_type":"LT","mod_date":"11-15-2024","mod_time":null,"mod_user":"bethw","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-09-2024","notes":[{"comp":"1","quote":"222751","line":"0","data":"10-10-2024 10:13-bethw: ETA on C4Z 11/1"}],"crmnotes":[{"comp":1,"quote":222751,"Line":0,"Comment":"10/17/2024 2:53 PM - bethw - F/U changed from 10/15/2024 to 10/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222751,"Line":1,"Comment":"10/25/2024 3:43 PM - bethw - F/U changed from 10/23/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222751,"Line":2,"Comment":"11/15/2024 1:41 PM - bethw - Sent QFU to Jeremiah and Customer Service for update on status."}],"items":[{"comp":"01","order":"222751","line":"1","part":"BMT55-C4X-ICE","qty":"1","price":"4095.86","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222751","line":"2","part":"BMT55-C4Z-ICE-85","qty":"1","price":"5948.04","uom":"EA","discount":"30.00","req_date":"ETA 11/1","branch":"1"},{"comp":"01","order":"222751","line":"3","part":"BMT55-STC4Y-MD-IC","qty":"1","price":"3784.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-15 13:43:26.880 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222901-11152024134326.txt === {"quote":"222901","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"MSCTX","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"10-11-2024","cust_order_date":"11-11-2024","req_date":"11-22-2024","cust_po":"C50RAM-MI40-180TS-110TP","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"13:36","extra":"","follow_up":"11-11-2024","web_id":"","follow_name":"Harley Shuder","follow_phone":"","follow_email":"harley.schuder@mscdirect.com","pic_user":"bethw","total_amt":"9656.40","total_gp":"4992.42","total_gpm":"51.70","rev_type":"ADV","mod_date":"11-15-2024","mod_time":null,"mod_user":"bethw","reason":"5","totalQty":"3","win_pct":"20","clo_date":"11-11-2024","notes":[{"comp":"1","quote":"222901","line":"1","data":"quoting this same AH for Beacon Ind. Both Dallas"},{"comp":"1","quote":"222901","line":"0","data":"10-11-2024 14:18-bethw: Techni-Tool may also be"}],"crmnotes":[{"comp":1,"quote":222901,"Line":0,"Comment":"11/15/2024 1:43 PM - bethw - Techni-Tool recvd SO# 994103, quote closed."}],"items":[{"comp":"01","order":"222901","line":"1","part":"C50RAM-MI40-180TS-110TP","qty":"1","price":"10503.00","uom":"EA","discount":"20.00","req_date":"ETA 3wks","branch":"1"},{"comp":"01","order":"222901","line":"2","part":"MI40-ER25I","qty":"1","price":"605.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222901","line":"3","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-15 13:44:28.057 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222913-11152024134427.txt === {"quote":"222913","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"MSCPEW","shiptoName":"MSC","entry_date":"10-11-2024","cust_order_date":"11-11-2024","req_date":"11-22-2024","cust_po":"QCFC65-074-SMO","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"16:50","extra":"","follow_up":"11-11-2024","web_id":"","follow_name":"Esther Batesel","follow_phone":"","follow_email":"esther.batesel@mscdirect.com","pic_user":"bethw","total_amt":"222.36","total_gp":"98.06","total_gpm":"44.10","rev_type":"PCQC","mod_date":"11-15-2024","mod_time":null,"mod_user":"bethw","reason":"1","totalQty":"1","win_pct":"20","clo_date":"11-11-2024","notes":[],"crmnotes":[{"comp":1,"quote":222913,"Line":0,"Comment":"11/15/2024 1:44 PM - bethw - converted to SO# 992373"}],"items":[{"comp":"01","order":"222913","line":"1","part":"QCFC65-074-SMO","qty":"1","price":"327.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-15 13:45:21.040 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224021-11152024134520.txt === {"quote":"224021","customer":"3650","name":null,"customerName":"Columbus Service Supply Corp.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"11-06-2024","cust_order_date":"11-06-2024","req_date":"12-18-2024","cust_po":"NT05-SET-10","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"09:29","extra":"","follow_up":"11-12-2024","web_id":"","follow_name":"TJ Allen","follow_phone":"614-885-0431","follow_email":"tj@columbusservicesupply.com","pic_user":"bethw","total_amt":"408","total_gp":"255.54","total_gpm":"62.63","rev_type":"STD","mod_date":"11-15-2024","mod_time":null,"mod_user":"bethw","reason":"1","totalQty":"1","win_pct":"20","clo_date":"12-06-2024","notes":[{"comp":"1","quote":"224021","line":"0","data":"11-06-2024 09:29-bethw: Live Chat"}],"crmnotes":[{"comp":1,"quote":224021,"Line":0,"Comment":"11/15/2024 1:45 PM - bethw - converted to SO# 994469"}],"items":[{"comp":"01","order":"224021","line":"1","part":"NT05-SET-10","qty":"1","price":"480.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-15 13:46:23.130 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224133-11152024134622.txt === {"quote":"224133","customer":"13410","name":null,"customerName":"Max Tool Inc.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"11-07-2024","cust_order_date":"11-07-2024","req_date":"12-19-2024","cust_po":"CAT40-MMC8-180U","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"15:05","extra":"","follow_up":"11-13-2024","web_id":"","follow_name":"Tammy Brewer","follow_phone":"256-859-3100","follow_email":"tammy.brewer@maxtoolinc.com","pic_user":"bethw","total_amt":"2254.2","total_gp":"2254.17","total_gpm":"100.00","rev_type":"ADV","mod_date":"11-15-2024","mod_time":null,"mod_user":"bethw","reason":"1","totalQty":"3","win_pct":"20","clo_date":"12-07-2024","notes":[],"crmnotes":[{"comp":1,"quote":224133,"Line":0,"Comment":"11/15/2024 1:46 PM - bethw - converted to SO# 994622"}],"items":[{"comp":"01","order":"224133","line":"1","part":"CAT40-MMC8-180U","qty":"3","price":"1156.00","uom":"EA","discount":"35.00","req_date":"0 Stk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-15 13:50:01.614 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222956-11152024135001.txt === {"quote":"222956","customer":"16940","name":null,"customerName":"Progressive Machine Tools, Inc.","comp":"01","open":"0","shipto":"SIMMONMA","shiptoName":"Simmons Machine Works","entry_date":"10-14-2024","cust_order_date":"11-14-2024","req_date":"11-25-2024","cust_po":"MZQT5-CT40X-OFF","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"14:47","extra":"","follow_up":"11-22-2024","web_id":"","follow_name":"Micah Dewey","follow_phone":"918-760-9177","follow_email":"micah@pmt-usa.com","pic_user":"bethw","total_amt":"8050.20","total_gp":"2750.05","total_gpm":"34.16","rev_type":"LT","mod_date":"11-15-2024","mod_time":null,"mod_user":"bethw","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-14-2024","notes":[],"crmnotes":[{"comp":1,"quote":222956,"Line":0,"Comment":"11/15/2024 1:49 PM - bethw - Sent QFU to Mark. Pointed out Promo ends"}],"items":[{"comp":"01","order":"222956","line":"1","part":"MZQT5-CT40X-OFF","qty":"1","price":"6654.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222956","line":"2","part":"MZQT5-CT40Z","qty":"1","price":"6763.00","uom":"EA","discount":"40.00","req_date":"ETA 11/15","branch":"1"},{"comp":"01","order":"222956","line":"3","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-15 13:52:35.950 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223466-11152024135235.txt === {"quote":"223466","customer":"13363","name":null,"customerName":"Martin Inc.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-24-2024","cust_order_date":"10-24-2024","req_date":"12-05-2024","cust_po":"H63A-SF3-80MT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"10:58","extra":"","follow_up":"11-14-2024","web_id":"","follow_name":"Kathy?","follow_phone":"800-828-8116","follow_email":"@","pic_user":"bethw","total_amt":"405.36","total_gp":"283.05","total_gpm":"69.83","rev_type":"ADV","mod_date":"11-15-2024","mod_time":null,"mod_user":"bethw","reason":"5","totalQty":"2","win_pct":"20","clo_date":"11-24-2024","notes":[],"crmnotes":[{"comp":1,"quote":223466,"Line":0,"Comment":"11/15/2024 1:52 PM - bethw - possibly purchased from PTSolutions. Quote expired and closed"}],"items":[{"comp":"01","order":"223466","line":"1","part":"H63A-SF3-80MT","qty":"1","price":"398.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223466","line":"2","part":"VMK12-5/16J","qty":"1","price":"165.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-15 13:54:40.054 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224172-11152024135439.txt === {"quote":"224172","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"ONBOAR","shiptoName":"Onboard Systems","entry_date":"11-08-2024","cust_order_date":"11-08-2024","req_date":"12-20-2024","cust_po":"SPECIAL-TL","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"13:04","extra":"","follow_up":"12-09-2024","web_id":"","follow_name":"Jeff Posner","follow_phone":"","follow_email":"@","pic_user":"bethw","total_amt":"5592.96","total_gp":"4231.04","total_gpm":"75.65","rev_type":"STD","mod_date":"11-15-2024","mod_time":null,"mod_user":"bethw","reason":"","totalQty":"66","win_pct":"20","clo_date":"12-08-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224172","line":"1","part":"SPECIAL-TL","qty":"1","price":"228.06","uom":"EA","discount":"0.00","req_date":"ship 1wk","branch":"1"},{"comp":"01","order":"224172","line":"2","part":"CAT40-ER16-2.76","qty":"14","price":"194.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224172","line":"3","part":"SPECIAL-TL","qty":"2","price":"162.52","uom":"EA","discount":"0.00","req_date":"ship 1wk","branch":"1"},{"comp":"01","order":"224172","line":"4","part":"CAT40-SK16-60U-IDU","qty":"2","price":"406.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224172","line":"5","part":"CAT40-ER32-2.76","qty":"4","price":"209.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224172","line":"6","part":"SPECIAL-TL","qty":"3","price":"191.22","uom":"EA","discount":"0.00","req_date":"ship 1wk","branch":"1"},{"comp":"01","order":"224172","line":"7","part":"SPECIAL-TL","qty":"1","price":"455.44","uom":"EA","discount":"0.00","req_date":"ship 1wk","branch":"1"},{"comp":"01","order":"224172","line":"8","part":"NCAT40-C1-85U-IDU","qty":"1","price":"584.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224172","line":"9","part":"NCAT40-C1.1/4SL-105U-IDU","qty":"1","price":"584.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224172","line":"10","part":"C40S-9000-EU","qty":"37","price":"30.00","uom":"EA","discount":"42.00","req_date":"30 ETA 11/22 b/o 1/6","branch":"1"}],"qlines":[{"Quote":"224172","Line":"1","Company":"1","F_Line":"1","Comment":"P/N: NC4001-0750-1.75CPDIN-M","Loc":"Y"},{"Quote":"224172","Line":"1","Company":"1","F_Line":"2","Comment":"Dual Contact CAT40 3/4 Shell Mill Holder with","Loc":"Y"},{"Quote":"224172","Line":"1","Company":"1","F_Line":"3","Comment":"1.75 gauge length coolant ports DIN Modified","Loc":"Y"},{"Quote":"224172","Line":"3","Company":"1","F_Line":"1","Comment":"P/N: CAT40-ER16-2.76DIN-M","Loc":"Y"},{"Quote":"224172","Line":"3","Company":"1","F_Line":"2","Comment":"CAT40 taper ER16 Collet Chuck with 2.76 gauge length","Loc":"Y"},{"Quote":"224172","Line":"3","Company":"1","F_Line":"3","Comment":"DIN Modified.","Loc":"Y"},{"Quote":"224172","Line":"6","Company":"1","F_Line":"1","Comment":"P/N: CAT40-ER32-2.76DIN-M","Loc":"Y"},{"Quote":"224172","Line":"6","Company":"1","F_Line":"2","Comment":"CAT40 taper ER32 Collet Chuck with 2.76 gauge length","Loc":"Y"},{"Quote":"224172","Line":"6","Company":"1","F_Line":"3","Comment":"DIN Modified","Loc":"Y"},{"Quote":"224172","Line":"7","Company":"1","F_Line":"1","Comment":"P/N: NCAT40-C1-85U-IDU-DIN-M","Loc":"Y"},{"Quote":"224172","Line":"7","Company":"1","F_Line":"2","Comment":"Dual Contact CAT40 taper 1 Milling Chuck with","Loc":"Y"},{"Quote":"224172","Line":"7","Company":"1","F_Line":"3","Comment":"85mm gauge length DIN Modified","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":10}}] 2024-11-15 14:04:24.227 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224164-11152024140423.txt === {"quote":"224164","customer":"2185","name":null,"customerName":"Stellar Industrial Supply, Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-08-2024","cust_order_date":"11-08-2024","req_date":"12-20-2024","cust_po":"SK10-3/8AC","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"10:43","extra":"","follow_up":"12-09-2024","web_id":"","follow_name":"Anna","follow_phone":"","follow_email":"@","pic_user":"bethw","total_amt":"130.56","total_gp":"96.16","total_gpm":"73.65","rev_type":"ADV","mod_date":"11-15-2024","mod_time":null,"mod_user":"bethw","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-08-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224164","line":"1","part":"SK10-3/8AC","qty":"1","price":"96.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224164","line":"2","part":"SK10-1/4AC","qty":"1","price":"96.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-15 14:05:34.471 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222971-11152024140534.txt === {"quote":"222971","customer":"1770","name":null,"customerName":"Aronson-Campbell Industrial Supply","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-15-2024","cust_order_date":"11-15-2024","req_date":"11-26-2024","cust_po":"ER8-SET-09-MM","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"07:54","extra":"","follow_up":"11-15-2024","web_id":"","follow_name":"Arloa Blaurock","follow_phone":"425-372-2005","follow_email":"arloab@aronson-campbell.com","pic_user":"bethw","total_amt":"1846.88","total_gp":"1265.44","total_gpm":"68.52","rev_type":"STD","mod_date":"11-15-2024","mod_time":null,"mod_user":"bethw","reason":"2","totalQty":"11","win_pct":"20","clo_date":"11-15-2024","notes":[],"crmnotes":[{"comp":1,"quote":222971,"Line":0,"Comment":"11/15/2024 2:05 PM - bethw - no activity in area, quote expired and closed."}],"items":[{"comp":"01","order":"222971","line":"1","part":"ER8-SET-09-MM","qty":"2","price":"610.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222971","line":"2","part":"E11-SET-14","qty":"2","price":"626.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222971","line":"3","part":"E11-010","qty":"1","price":"43.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222971","line":"4","part":"08-NASPAN","qty":"3","price":"46.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222971","line":"5","part":"011-HEX","qty":"3","price":"21.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":5}}] 2024-11-15 14:28:42.492 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222974-11152024142842.txt === {"quote":"222974","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"ZIES","shiptoName":"Ziese Products","entry_date":"10-15-2024","cust_order_date":"11-15-2024","req_date":"11-26-2024","cust_po":"MZMP47-ER32Z-ICE","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"08:32","extra":"","follow_up":"11-22-2024","web_id":"","follow_name":"Angie","follow_phone":"317-375-7584","follow_email":"@","pic_user":"bethw","total_amt":"5956.8","total_gp":"2820.62","total_gpm":"47.35","rev_type":"LT","mod_date":"11-15-2024","mod_time":null,"mod_user":"bethw","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-15-2024","notes":[],"crmnotes":[{"comp":1,"quote":222974,"Line":0,"Comment":"11/15/2024 2:28 PM - bethw - This was quoted by someone out of Indianapolis, I sent a QFU to Darren Evans who is a MWS and has worked with Ziese Products. Asked him if he is interested in following up with the EU"}],"items":[{"comp":"01","order":"222974","line":"1","part":"MZMP47-ER32Z-ICE","qty":"2","price":"4380.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} 222974-CRM_Quote_UPDATE_FAILED_(LOCKED) [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-15 14:46:26.662 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222976-11152024144626.txt === {"quote":"222976","customer":"18685","name":null,"customerName":"AJ Rod Co., Inc.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-15-2024","cust_order_date":"11-15-2024","req_date":"11-26-2024","cust_po":"C32GUX-NK2020","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"08:37","extra":"","follow_up":"11-15-2024","web_id":"","follow_name":"J.R. Saenz","follow_phone":"713-921-6111 x 122","follow_email":"jr.saenz@ajrodco.com","pic_user":"bethw","total_amt":"333.2","total_gp":"232.20","total_gpm":"69.69","rev_type":"STD","mod_date":"11-15-2024","mod_time":null,"mod_user":"bethw","reason":"5","totalQty":"1","win_pct":"20","clo_date":"11-15-2024","notes":[],"crmnotes":[{"comp":1,"quote":222976,"Line":0,"Comment":"11/15/2024 2:46 PM - bethw - Groves Ind recvd SO# 993878"}],"items":[{"comp":"01","order":"222976","line":"1","part":"C32GUX-NK2020","qty":"1","price":"392.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-15 14:46:35.950 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222976-11152024144635.txt === {"quote":"222976","customer":"18685","name":null,"customerName":"AJ Rod Co., Inc.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-15-2024","cust_order_date":"11-15-2024","req_date":"11-26-2024","cust_po":"C32GUX-NK2020","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"08:37","extra":"","follow_up":"11-15-2024","web_id":"","follow_name":"J.R. Saenz","follow_phone":"713-921-6111 x 122","follow_email":"jr.saenz@ajrodco.com","pic_user":"bethw","total_amt":"333.2","total_gp":"232.20","total_gpm":"69.69","rev_type":"STD","mod_date":"11-15-2024","mod_time":null,"mod_user":"bethw","reason":"5","totalQty":"1","win_pct":"20","clo_date":"11-15-2024","notes":[],"crmnotes":[{"comp":1,"quote":222976,"Line":0,"Comment":"11/15/2024 2:46 PM - bethw - Groves Ind recvd SO# 993878"},{"comp":1,"quote":222976,"Line":1,"Comment":"11/15/2024 2:46 PM - bethw - Closed"}],"items":[{"comp":"01","order":"222976","line":"1","part":"C32GUX-NK2020","qty":"1","price":"392.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-15 14:47:46.267 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222994-11152024144746.txt === {"quote":"222994","customer":"19585","name":null,"customerName":"Thomas Skinner & Son Ltd.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-15-2024","cust_order_date":"11-15-2024","req_date":"11-26-2024","cust_po":"NT05-016(S)","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"10:39","extra":"","follow_up":"11-15-2024","web_id":"","follow_name":"Dana Koch","follow_phone":"403-720-3201 x 311","follow_email":"dkoch@tskinner.com","pic_user":"bethw","total_amt":"31.68","total_gp":"16.74","total_gpm":"52.84","rev_type":"STD","mod_date":"11-15-2024","mod_time":null,"mod_user":"bethw","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-15-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"222994","line":"1","part":"NT05-016(S)","qty":"1","price":"48.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-15 14:48:50.311 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223030-11152024144850.txt === {"quote":"223030","customer":"9569","name":null,"customerName":"Industrial Tooling & Supply","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-15-2024","cust_order_date":"11-15-2024","req_date":"11-26-2024","cust_po":"NC5-63-C32-90","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"15:35","extra":"","follow_up":"11-15-2024","web_id":"","follow_name":"Crystal Stahle","follow_phone":"256-831-3500","follow_email":"cstahle@its-supply.com","pic_user":"bethw","total_amt":"2880.00","total_gp":"1445.52","total_gpm":"50.19","rev_type":"ADV","mod_date":"11-15-2024","mod_time":null,"mod_user":"bethw","reason":"2","totalQty":"12","win_pct":"20","clo_date":"11-15-2024","notes":[],"crmnotes":[{"comp":1,"quote":223030,"Line":0,"Comment":"11/15/2024 2:48 PM - bethw - no activity in area, quote expired and closed."}],"items":[{"comp":"01","order":"223030","line":"1","part":"NC5-63-C32-90","qty":"6","price":"480.00","uom":"EA","discount":"0.00","req_date":"Mfg 3wks + 1-2w ship","branch":"1"},{"comp":"01","order":"223030","line":"2","part":"PS-868","qty":"6","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223030","Line":"1","Company":"1","F_Line":"1","Comment":"Installed with PS-868 at the factory","Loc":"Y"},{"Quote":"223030","Line":"1","Company":"1","F_Line":"2","Comment":"Quoted as NET pricing non-returnablenon-cancellable","Loc":"Y"}],"qcomms":[{"Quote":"223030","Line":"0","Comment":"These are non-standard stock items and considered"},{"Quote":"223030","Line":"1","Comment":"specials. Once a PO has been issued these items"},{"Quote":"223030","Line":"2","Comment":"cannot be cancelled or returned."}],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-15 14:49:47.010 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223048-11152024144946.txt === {"quote":"223048","customer":"3980","name":null,"customerName":"Cutting Tools Inc.","comp":"01","open":"1","shipto":"CUTTN","shiptoName":"Cutting Tools Inc.","entry_date":"10-16-2024","cust_order_date":"11-16-2024","req_date":"11-27-2024","cust_po":"C4006-0125-1.38","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"47","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"09:35","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"TJ Peters","follow_phone":"615-391-0200","follow_email":"tjpeters@cuttingtoolsinc.com","pic_user":"bethw","total_amt":"702.0","total_gp":"381.32","total_gpm":"54.32","rev_type":"STD","mod_date":"11-15-2024","mod_time":null,"mod_user":"bethw","reason":"2","totalQty":"8","win_pct":"20","clo_date":"11-16-2024","notes":[],"crmnotes":[{"comp":1,"quote":223048,"Line":0,"Comment":"11/15/2024 2:49 PM - bethw - no activity in area, quote expired and closed."}],"items":[{"comp":"01","order":"223048","line":"1","part":"C4006-0125-1.38","qty":"2","price":"161.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223048","line":"2","part":"C40S6-0187-1.38","qty":"2","price":"183.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223048","line":"3","part":"C4006-0250-2.50","qty":"2","price":"123.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223048","line":"4","part":"C4006-0375-1.38","qty":"2","price":"118.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":4}}] 2024-11-15 14:51:19.922 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223054-11152024145119.txt === {"quote":"223054","customer":"2180","name":null,"customerName":"Bass Tool & Supply Co.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-16-2024","cust_order_date":"11-16-2024","req_date":"11-27-2024","cust_po":"C6-C1.1/4-75","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"10:07","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Roman Flores","follow_phone":"713-682-1889","follow_email":"rflores@basstool.com","pic_user":"bethw","total_amt":"510.68","total_gp":"205.47","total_gpm":"40.23","rev_type":"ADV","mod_date":"11-15-2024","mod_time":null,"mod_user":"bethw","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-16-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223054","line":"1","part":"C6-C1.1/4-75","qty":"1","price":"751.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-15 14:54:59.086 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223073-11152024145458.txt === {"quote":"223073","customer":"1340","name":null,"customerName":"Metal Removal Technologies","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-16-2024","cust_order_date":"11-16-2024","req_date":"11-27-2024","cust_po":"OKEX-BG12Z","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"26","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"14:05","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Jeff Graves","follow_phone":"901-421-5607","follow_email":"jgraves@metal-removal.com","pic_user":"bethw","total_amt":"646.1","total_gp":"401.26","total_gpm":"62.10","rev_type":"LT","mod_date":"11-15-2024","mod_time":null,"mod_user":"bethw","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-16-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223073","line":"1","part":"OKEX-BG12Z","qty":"1","price":"923.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-15 14:56:26.586 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223208-11152024145626.txt === {"quote":"223208","customer":"1340","name":null,"customerName":"Metal Removal Technologies","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-18-2024","cust_order_date":"11-18-2024","req_date":"11-29-2024","cust_po":"OKEX-BG12Z-C","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"26","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"10:42","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jeff Graves","follow_phone":"901-421-5607","follow_email":"jgraves@metal-removal.com","pic_user":"bethw","total_amt":"578.9","total_gp":"343.73","total_gpm":"59.38","rev_type":"LT","mod_date":"11-15-2024","mod_time":null,"mod_user":"bethw","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-18-2024","notes":[],"crmnotes":[{"comp":1,"quote":223208,"Line":0,"Comment":"11/15/2024 2:56 PM - bethw - no activity in area, quote expired and closed."}],"items":[{"comp":"01","order":"223208","line":"1","part":"OKEX-BG12Z-C","qty":"1","price":"827.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-15 15:00:11.734 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223088-11152024150011.txt === {"quote":"223088","customer":"2180","name":null,"customerName":"Bass Tool & Supply Co.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-16-2024","cust_order_date":"11-16-2024","req_date":"11-27-2024","cust_po":"S7506-0250-6.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"15:36","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Tom Boni","follow_phone":"713-682-5038","follow_email":"tboni@basstool.com","pic_user":"bethw","total_amt":"705.84","total_gp":"412.89","total_gpm":"58.50","rev_type":"STD","mod_date":"11-15-2024","mod_time":null,"mod_user":"bethw","reason":"5","totalQty":"9","win_pct":"20","clo_date":"11-16-2024","notes":[],"crmnotes":[{"comp":1,"quote":223088,"Line":0,"Comment":"11/15/2024 2:59 PM - bethw - Vallen recvd SO# 994204"}],"items":[{"comp":"01","order":"223088","line":"1","part":"S7506-0250-6.00","qty":"3","price":"112.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223088","line":"2","part":"S7506-0187-6.00","qty":"3","price":"122.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223088","line":"3","part":"S7506-0125-6.00","qty":"3","price":"112.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-15 15:01:32.566 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223084-11152024150132.txt === {"quote":"223084","customer":"2185","name":null,"customerName":"Stellar Industrial Supply, Inc.","comp":"01","open":"1","shipto":"FFHILNPP","shiptoName":"07-Spokane/Stellar Industrial","entry_date":"10-16-2024","cust_order_date":"11-16-2024","req_date":"11-27-2024","cust_po":"E16-118","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"15:10","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Matt","follow_phone":"","follow_email":"MBadgley@stellarindustrial.com","pic_user":"bethw","total_amt":"342.72","total_gp":"242.44","total_gpm":"70.74","rev_type":"STD","mod_date":"11-15-2024","mod_time":null,"mod_user":"bethw","reason":"2","totalQty":"12","win_pct":"20","clo_date":"11-16-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223084","line":"1","part":"E16-118","qty":"4","price":"42.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223084","line":"2","part":"E16-137","qty":"4","price":"42.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223084","line":"3","part":"E16-157","qty":"4","price":"42.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-15 15:03:51.148 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224263-11152024150350.txt === {"quote":"224263","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"REXPEARL","shiptoName":"PTSolutions - Pearland","entry_date":"11-11-2024","cust_order_date":"11-11-2024","req_date":"12-23-2024","cust_po":"MZQT5-CT40Z-ICE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"16:14","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"Cam Currie","follow_phone":"281-236-4389","follow_email":"ccurrie@pts-tools.com","pic_user":"bethw","total_amt":"5037.00","total_gp":"1969.23","total_gpm":"39.10","rev_type":"LT","mod_date":"11-15-2024","mod_time":null,"mod_user":"bethw","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-11-2024","notes":[{"comp":"1","quote":"224263","line":"1","data":"old Rex Supply. IMTS promo applies."},{"comp":"1","quote":"224263","line":"0","data":"11-11-2024 16:15-bethw: This PTSolutions is the"}],"crmnotes":[{"comp":1,"quote":224263,"Line":0,"Comment":"11/15/2024 3:03 PM - bethw - Sent another quote for used inventory. The customer is looking at purchasing 1 new and possibly using the used tool as a loaner. Tim is ok with that but would prefer they purchase the used one."}],"items":[{"comp":"01","order":"224263","line":"1","part":"MZQT5-CT40Z-ICE","qty":"1","price":"7956.00","uom":"EA","discount":"38.00","req_date":"ETA 12/27","branch":"1"},{"comp":"01","order":"224263","line":"2","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"224263","line":"3","part":"WRENCH-MIM-195980","qty":"2","price":"79.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-15 15:04:43.756 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223130-11152024150443.txt === {"quote":"223130","customer":"17883","name":null,"customerName":"Quality Tools & Services, Inc.","comp":"01","open":"1","shipto":"QUALIZZ","shiptoName":"Quality Tools & Services Lafayette","entry_date":"10-17-2024","cust_order_date":"11-17-2024","req_date":"11-28-2024","cust_po":"830-080-3.25","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"12:48","extra":"","follow_up":"11-17-2024","web_id":"","follow_name":"Mark Derouen","follow_phone":"337-252-0783","follow_email":"mderouen@qtstools.com","pic_user":"bethw","total_amt":"87.6","total_gp":"62.46","total_gpm":"71.30","rev_type":"STD","mod_date":"11-15-2024","mod_time":null,"mod_user":"bethw","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-17-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223130","line":"1","part":"830-080-3.25","qty":"1","price":"146.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-15 15:05:13.291 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223130-11152024150513.txt === {"quote":"223130","customer":"17883","name":null,"customerName":"Quality Tools & Services, Inc.","comp":"01","open":"1","shipto":"QUALIZZ","shiptoName":"Quality Tools & Services Lafayette","entry_date":"10-17-2024","cust_order_date":"11-17-2024","req_date":"11-28-2024","cust_po":"830-080-3.25","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"12:48","extra":"","follow_up":"11-17-2024","web_id":"","follow_name":"Mark Derouen","follow_phone":"337-252-0783","follow_email":"mderouen@qtstools.com","pic_user":"bethw","total_amt":"87.6","total_gp":"62.46","total_gpm":"71.30","rev_type":"STD","mod_date":"11-15-2024","mod_time":null,"mod_user":"bethw","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-17-2024","notes":[],"crmnotes":[{"comp":1,"quote":223130,"Line":0,"Comment":"11/15/2024 3:04 PM - bethw - Closed"}],"items":[{"comp":"01","order":"223130","line":"1","part":"830-080-3.25","qty":"1","price":"146.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-15 15:11:05.915 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.3097405567199, -111.741832007432, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.3097405567199, -111.741832007432, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1779886 second/s. 2024-11-15 15:35:56.431 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223534-11152024153556.txt === {"quote":"223534","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"QUALMA","shiptoName":"Quality Machining","entry_date":"10-25-2024","cust_order_date":"11-15-2024","req_date":"11-22-2024","cust_po":"RA-200","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Shane Rhoades","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"13:00","extra":"","follow_up":"11-07-2024","web_id":"","follow_name":"Shane Rhoades","follow_phone":"717-861-5830","follow_email":"Shane.Rhoades@mscdirect.com","pic_user":"alyssah","total_amt":"1702.80","total_gp":"1313.58","total_gpm":"77.14","rev_type":"ADV","mod_date":"11-15-2024","mod_time":null,"mod_user":"alyssah","reason":"2","totalQty":"2","win_pct":"20","clo_date":"11-21-2024","notes":[{"comp":"1","quote":"223534","line":"0","data":"10-25-2024 13:07 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223534,"Line":0,"Comment":"11/08/2024 4:32 PM - alyssah - CLO changed from 11/14/2024 to 11/21/2024 (CLO Date Updated)"},{"comp":1,"quote":223534,"Line":1,"Comment":"11/08/2024 4:32 PM - alyssah - Req Date changed from 11/20/2024 to 11/22/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223534","line":"1","part":"RA-200","qty":"1","price":"1166.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223534","line":"2","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"}],"qlines":[{"Quote":"223534","Line":"2","Company":"1","F_Line":"1","Comment":"Quoted at Net price","Loc":"Y"}],"qcomms":[],"qcommi":[]} 223534-CRM_Quote_UPDATE_FAILED_(LOCKED) [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-15 15:36:56.268 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223899-11152024153656.txt === {"quote":"223899","customer":"8005","name":null,"customerName":"H & C Tool Supply Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-04-2024","cust_order_date":"11-04-2024","req_date":"12-16-2024","cust_po":"EZ-SMARTT-V01","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"13:27","extra":"","follow_up":"11-29-2024","web_id":"","follow_name":"Nancy Olson","follow_phone":"585-895-2703","follow_email":"nancy.olson@hctoolsupply.com","pic_user":"alyssah","total_amt":"1870","total_gp":"1266.80","total_gpm":"67.74","rev_type":"PCQC","mod_date":"11-15-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-04-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223899","line":"1","part":"EZ-SMARTT-V01","qty":"1","price":"2200.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} 223899-CRM_Quote_UPDATE_FAILED_(LOCKED) [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-15 15:37:15.962 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223179-11152024153715.txt === {"quote":"223179","customer":"7305","name":null,"customerName":"Georgino Industrial Supply Inc.","comp":"01","open":"0","shipto":"GEORPENF","shiptoName":"Georgino Industrial Supply Co.","entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"11-28-2024","cust_po":"MNL12-BG-12Z-MS","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Annie Simon","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"16:50","extra":"","follow_up":"11-22-2024","web_id":"","follow_name":"Annie Simon","follow_phone":"814-455-7777","follow_email":"asimon@georgino.com","pic_user":"alyssah","total_amt":"1576.50","total_gp":"1035.58","total_gpm":"65.69","rev_type":"LT","mod_date":"11-15-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-17-2024","notes":[{"comp":"1","quote":"223179","line":"0","data":"10-17-2024 16:51 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223179","line":"1","part":"MNL12-BG12Z-MS","qty":"1","price":"1101.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223179","line":"2","part":"MNZ20-BG12Z","qty":"1","price":"587.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223179","line":"3","part":"T13067","qty":"1","price":"414.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-15 15:37:21.357 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223179-11152024153721.txt === {"quote":"223179","customer":"7305","name":null,"customerName":"Georgino Industrial Supply Inc.","comp":"01","open":"1","shipto":"GEORPENF","shiptoName":"Georgino Industrial Supply Co.","entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"11-28-2024","cust_po":"MNL12-BG-12Z-MS","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Annie Simon","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"16:50","extra":"","follow_up":"11-22-2024","web_id":"","follow_name":"Annie Simon","follow_phone":"814-455-7777","follow_email":"asimon@georgino.com","pic_user":"alyssah","total_amt":"1576.50","total_gp":"1035.58","total_gpm":"65.69","rev_type":"LT","mod_date":"11-15-2024","mod_time":null,"mod_user":"alyssah","reason":"2","totalQty":"3","win_pct":"20","clo_date":"11-17-2024","notes":[{"comp":"1","quote":"223179","line":"0","data":"10-17-2024 16:51 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223179,"Line":0,"Comment":"11/15/2024 3:37 PM - alyssah - F/U changed from 11/10/2024 to 11/22/2024 (Order Approved Pending PO)"}],"items":[{"comp":"01","order":"223179","line":"1","part":"MNL12-BG12Z-MS","qty":"1","price":"1101.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223179","line":"2","part":"MNZ20-BG12Z","qty":"1","price":"587.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223179","line":"3","part":"T13067","qty":"1","price":"414.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-15 15:38:05.708 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223180-11152024153805.txt === {"quote":"223180","customer":"11068","name":null,"customerName":"Kline Industrial Tool, Inc.","comp":"01","open":"1","shipto":"KLINEIN","shiptoName":"Kline Industrial Tool, Inc","entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"11-28-2024","cust_po":"MNL12-BG12Z-MSD","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Kevin Smith","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"16:52","extra":"","follow_up":"11-10-2024","web_id":"","follow_name":"Kevin Smith","follow_phone":"717-891-7919","follow_email":"ksmith@klineindustrial.com","pic_user":"alyssah","total_amt":"802.4","total_gp":"485.64","total_gpm":"60.52","rev_type":"LT","mod_date":"11-15-2024","mod_time":null,"mod_user":"alyssah","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-20-2024","notes":[{"comp":"1","quote":"223180","line":"0","data":"10-17-2024 16:53 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223180","line":"1","part":"MNL12-BG12Z-MSD","qty":"1","price":"1003.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-15 15:38:35.979 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223999-11152024153835.txt === {"quote":"223999","customer":"13671","name":null,"customerName":"Mitsubishi Materials U.S.A. Corp.","comp":"01","open":"1","shipto":"MITSSCH","shiptoName":"Mitsubishi Materials","entry_date":"11-05-2024","cust_order_date":"11-05-2024","req_date":"12-17-2024","cust_po":"A12MM-P1.75","terms_code":"N30","ship_via":"U-GND","ship_collect":"9X2865","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Jacob Vaughn","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"15:50","extra":"","follow_up":"11-11-2024","web_id":"","follow_name":"Jacob Vaughn","follow_phone":"949-526-9289","follow_email":"jvaughn@mmus.com","pic_user":"alyssah","total_amt":"24.00","total_gp":"21.49","total_gpm":"89.54","rev_type":"STD","mod_date":"11-15-2024","mod_time":null,"mod_user":"alyssah","reason":"8","totalQty":"1","win_pct":"20","clo_date":"12-05-2024","notes":[{"comp":"1","quote":"223999","line":"0","data":"11-05-2024 15:50 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223999","line":"1","part":"A12MM-P1.75","qty":"1","price":"24.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-15 15:38:57.685 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223207-11152024153857.txt === {"quote":"223207","customer":"13700TA","name":null,"customerName":"The Robert E. Morris Company (CT-TA","comp":"01","open":"1","shipto":"THEROBEZ","shiptoName":"The Robert E. Morris Company","entry_date":"10-18-2024","cust_order_date":"10-18-2024","req_date":"11-29-2024","cust_po":"CAT50 pull stud","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Matt Zaleski","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"10:33","extra":"","follow_up":"11-11-2024","web_id":"","follow_name":"Matt Zaleski","follow_phone":"516-477-1584","follow_email":"mzaleski@robertemorris.com","pic_user":"alyssah","total_amt":"17000","total_gp":"11460.00","total_gpm":"67.41","rev_type":"STD","mod_date":"11-15-2024","mod_time":null,"mod_user":"alyssah","reason":"8","totalQty":"1000","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"223207","line":"0","data":"10-18-2024 10:36 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223207","line":"1","part":"C50-STD-EU","qty":"1000","price":"34.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-15 15:39:35.367 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224002-11152024153935.txt === {"quote":"224002","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"11-05-2024","cust_order_date":"11-05-2024","req_date":"12-17-2024","cust_po":"KM20-1/2","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"16:16","extra":"","follow_up":"11-11-2024","web_id":"","follow_name":"Adam Prey","follow_phone":"920-739-0242","follow_email":"ap@mscdirenct.com","pic_user":"alyssah","total_amt":"69.55","total_gp":"51.60","total_gpm":"74.19","rev_type":"ADV","mod_date":"11-15-2024","mod_time":null,"mod_user":"alyssah","reason":"8","totalQty":"1","win_pct":"20","clo_date":"12-05-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224002","line":"1","part":"KM20-1/2","qty":"1","price":"107.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-15 15:40:05.266 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223243-11152024154005.txt === {"quote":"223243","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"APPMACH","shiptoName":"Applied Machine Solutions","entry_date":"10-18-2024","cust_order_date":"10-18-2024","req_date":"11-29-2024","cust_po":"E25-SET-19","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"David Lipscomb","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"16:03","extra":"","follow_up":"11-11-2024","web_id":"","follow_name":"David Lipscomb","follow_phone":"678-727-6167","follow_email":"d.lipscomb@appliedmachine.com","pic_user":"alyssah","total_amt":"640.8","total_gp":"460.58","total_gpm":"71.88","rev_type":"STD","mod_date":"11-15-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-28-2024","notes":[{"comp":"1","quote":"223243","line":"0","data":"10-18-2024 16:15 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223243,"Line":0,"Comment":"11/15/2024 3:39 PM - alyssah - CLO changed from 11/18/2024 to 11/28/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223243","line":"1","part":"E25-SET-19","qty":"1","price":"890.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-15 15:40:09.418 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223243-11152024154009.txt === {"quote":"223243","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"APPMACH","shiptoName":"Applied Machine Solutions","entry_date":"10-18-2024","cust_order_date":"10-18-2024","req_date":"11-29-2024","cust_po":"E25-SET-19","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"David Lipscomb","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"16:03","extra":"","follow_up":"11-27-2024","web_id":"","follow_name":"David Lipscomb","follow_phone":"678-727-6167","follow_email":"d.lipscomb@appliedmachine.com","pic_user":"alyssah","total_amt":"640.8","total_gp":"460.58","total_gpm":"71.88","rev_type":"STD","mod_date":"11-15-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-28-2024","notes":[{"comp":"1","quote":"223243","line":"0","data":"10-18-2024 16:15 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223243,"Line":0,"Comment":"11/15/2024 3:39 PM - alyssah - CLO changed from 11/18/2024 to 11/28/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223243","line":"1","part":"E25-SET-19","qty":"1","price":"890.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-15 15:52:36.148 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(37.9891945684812, -84.432050977647, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(37.9891945684812, -84.432050977647, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2296029 second/s. 2024-11-15 16:04:52.554 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222518-11152024160452.txt === {"quote":"222518","customer":"13410","name":null,"customerName":"Max Tool Inc.","comp":"01","open":"1","shipto":"ALABCALE","shiptoName":"MPI","entry_date":"10-03-2024","cust_order_date":"10-03-2024","req_date":"11-14-2024","cust_po":"C50-1500(ISO)-EU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Wade Davis","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"16:45","extra":"","follow_up":"11-12-2024","web_id":"","follow_name":"Wade Davis","follow_phone":"(205) 942-2466","follow_email":"wade@maxtoolinc.com","pic_user":"alyssah","total_amt":"1020","total_gp":"686.40","total_gpm":"67.29","rev_type":"STD","mod_date":"11-15-2024","mod_time":null,"mod_user":"alyssah","reason":"2","totalQty":"60","win_pct":"20","clo_date":"11-13-2024","notes":[{"comp":"1","quote":"222518","line":"0","data":"10-03-2024 16:45 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222518,"Line":0,"Comment":"10/31/2024 11:29 AM - alyssah - CLO changed from 11/03/2024 to 11/13/2024 (CLO Date Updated)"},{"comp":1,"quote":222518,"Line":1,"Comment":"10/31/2024 11:29 AM - alyssah - F/U changed from 10/26/2024 to 11/10/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222518,"Line":2,"Comment":"11/08/2024 4:44 PM - alyssah - F/U changed from 11/10/2024 to 11/12/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222518","line":"1","part":"C50-1500(ISO)-EU","qty":"60","price":"34.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-15 16:06:40.735 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222540-11152024160640.txt === {"quote":"222540","customer":"19165","name":null,"customerName":"Salem Tools","comp":"01","open":"1","shipto":"CUMMINNC","shiptoName":"Cummins Recon Plant","entry_date":"10-04-2024","cust_order_date":"10-04-2024","req_date":"11-22-2024","cust_po":"CAT50-HC1000-3.50","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"AM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"09:50","extra":"","follow_up":"11-12-2024","web_id":"","follow_name":"Melissa Fobare","follow_phone":"866-354-4238","follow_email":"mfobare@salemtools.com","pic_user":"alyssah","total_amt":"14582.40","total_gp":"6609.60","total_gpm":"45.33","rev_type":"ADV","mod_date":"11-15-2024","mod_time":null,"mod_user":"alyssah","reason":"2","totalQty":"31","win_pct":"20","clo_date":"11-13-2024","notes":[{"comp":"1","quote":"222540","line":"17","data":"of the other 10 since we have 5 in stock in IL."},{"comp":"1","quote":"222540","line":"16","data":"HC within 2 weeks. Added to the CBO for delivery"},{"comp":"1","quote":"222540","line":"15","data":"is so I can update the quote. Needs 15 of these"},{"comp":"1","quote":"222540","line":"14","data":"10% discount applied. Asked Melissa who the EU"},{"comp":"1","quote":"222540","line":"13","data":"2024 IMTS promo, over $5,000 List so additional"},{"comp":"1","quote":"222540","line":"12","data":"10-04-2024 09:54-briand: Cindy said ok to add the"},{"comp":"1","quote":"222540","line":"11","data":"when I send the quote and CC Alyssa and Andrew."},{"comp":"1","quote":"222540","line":"10","data":"Cummins will use these. Will send drawing to her"},{"comp":"1","quote":"222540","line":"9","data":"asked for from Techniks however we will see if"},{"comp":"1","quote":"222540","line":"8","data":"NOTE: This holder isn't exact to the cross she"},{"comp":"1","quote":"222540","line":"7","data":"Purchasing to provide delivery on the other 10."},{"comp":"1","quote":"222540","line":"6","data":"I updated on the quote. Just waiting for"},{"comp":"1","quote":"222540","line":"5","data":"10-04-2024 10:07-briand: Melissa gave me the EU &"},{"comp":"1","quote":"222540","line":"4","data":"aware of this request."},{"comp":"1","quote":"222540","line":"3","data":"her to review. CC'd Alyssa and Andrew so they are"},{"comp":"1","quote":"222540","line":"2","data":"sent the drawings for the CAT50-HC1000-3.50 for"},{"comp":"1","quote":"222540","line":"1","data":"asked me to send the quote for the 5 we have. Also"},{"comp":"1","quote":"222540","line":"0","data":"10-07-2024 08:06-briand: Melissa emailed me and"}],"crmnotes":[{"comp":1,"quote":222540,"Line":0,"Comment":"10/14/2024 8:17 AM - alyssah - F/U changed from 10/10/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222540,"Line":1,"Comment":"10/31/2024 11:28 AM - alyssah - F/U changed from 10/25/2024 to 11/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222540,"Line":2,"Comment":"10/31/2024 11:28 AM - alyssah - Req Date changed from 11/15/2024 to 11/22/2024 (Req Date Updated)"},{"comp":1,"quote":222540,"Line":3,"Comment":"10/31/2024 11:28 AM - alyssah - CLO changed from 11/04/2024 to 11/13/2024 (CLO Date Updated)"},{"comp":1,"quote":222540,"Line":4,"Comment":"10/31/2024 11:28 AM - alyssah - F/U changed from 11/03/2024 to 11/12/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222540","line":"1","part":"CAT50-HC1000-3.50","qty":"15","price":"784.00","uom":"EA","discount":"38.00","req_date":"5 in stock, Bal TBD","branch":"1"},{"comp":"01","order":"222540","line":"2","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"222540","line":"4","part":"NCAT50-HC1000-3.50","qty":"15","price":"784.00","uom":"EA","discount":"38.00","req_date":"12 Stk/3 tbd","branch":"1"}],"qlines":[{"Quote":"222540","Line":"2","Company":"1","F_Line":"1","Comment":"Additional 10% discount applied for the 2024 IMTS","Loc":"Y"},{"Quote":"222540","Line":"2","Company":"1","F_Line":"2","Comment":"promotion for over $5000 List. If the List falls","Loc":"Y"},{"Quote":"222540","Line":"2","Company":"1","F_Line":"3","Comment":"below $5000 then only a 5% discount will be applied.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-15 16:06:52.030 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224184-11152024160651.txt === {"quote":"224184","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"1","shipto":"YAMAKNOX","shiptoName":"Yamazen- KNX","entry_date":"11-08-2024","cust_order_date":"11-08-2024","req_date":"12-20-2024","cust_po":"B40-1500-EU","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"14:43","extra":"","follow_up":"11-14-2024","web_id":"","follow_name":"Daishi Urata","follow_phone":"8654541282","follow_email":"daishiurata@yamazen.com","pic_user":"alyssah","total_amt":"20","total_gp":"15.49","total_gpm":"77.45","rev_type":"STD","mod_date":"11-15-2024","mod_time":null,"mod_user":"alyssah","reason":"2","totalQty":"1","win_pct":"20","clo_date":"12-08-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224184","line":"1","part":"B40-1500-EU","qty":"1","price":"40.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-15 16:07:11.303 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224112-11152024160711.txt === {"quote":"224112","customer":"9569","name":null,"customerName":"Industrial Tooling & Supply","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"11-07-2024","cust_order_date":"11-07-2024","req_date":"12-19-2024","cust_po":"B50R5-1375-5.23","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"11:49","extra":"","follow_up":"11-13-2024","web_id":"","follow_name":"Amanda McClamroch","follow_phone":"334-834-0090","follow_email":"amcclamroch@its-supply.com","pic_user":"alyssah","total_amt":"780.00","total_gp":"778.00","total_gpm":"99.74","rev_type":"STD","mod_date":"11-15-2024","mod_time":null,"mod_user":"alyssah","reason":"8","totalQty":"3","win_pct":"20","clo_date":"12-07-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224112","line":"1","part":"B50R5-1375-5.23","qty":"2","price":"975.00","uom":"EA","discount":"60.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224112","line":"4","part":"PROMOTION-OS","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"224112","Line":"4","Company":"1","F_Line":"1","Comment":"*This item qualifies for the additional 20% discount","Loc":"Y"},{"Quote":"224112","Line":"4","Company":"1","F_Line":"2","Comment":"under the OVERSTOCK promo. This is final sale.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-15 16:08:14.494 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223353-11152024160814.txt === {"quote":"223353","customer":"20315","name":null,"customerName":"Tennessee Machine Tool Supply","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-22-2024","cust_order_date":"10-22-2024","req_date":"12-03-2024","cust_po":"CAT40-MMC8C-90U-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"27","salesman":"GB","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"14:48","extra":"","follow_up":"11-13-2024","web_id":"","follow_name":"Charlie Humphreys","follow_phone":"865-313-1262","follow_email":"charliehumphreys@tnmachinetool.com","pic_user":"alyssah","total_amt":"1030.46","total_gp":"710.36","total_gpm":"68.94","rev_type":"ADV","mod_date":"11-15-2024","mod_time":null,"mod_user":"alyssah","reason":"2","totalQty":"3","win_pct":"20","clo_date":"11-22-2024","notes":[],"crmnotes":[{"comp":1,"quote":223353,"Line":0,"Comment":"10/31/2024 11:30 AM - alyssah - F/U changed from 10/28/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223353,"Line":1,"Comment":"11/04/2024 8:08 AM - bethw - Per Charlie Humphreys, he is still waiting for a decision from the customer on this. He will let me know what they say as soon as they let him know."}],"items":[{"comp":"01","order":"223353","line":"1","part":"CAT40-MMC8C-90U-IDU","qty":"1","price":"718.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223353","line":"2","part":"CAT40-MMC8C-120U-IDU","qty":"1","price":"820.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223353","line":"3","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-15 16:10:21.114 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222561-11152024161020.txt === {"quote":"222561","customer":"13700TA","name":null,"customerName":"The Robert E. Morris Company (CT-TA","comp":"01","open":"0","shipto":"JOLIN","shiptoName":"Jolin Machine Co.","entry_date":"10-04-2024","cust_order_date":"10-04-2024","req_date":"11-29-2024","cust_po":"C4003-0033-1.61","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Matt Zaleski","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"13:52","extra":"","follow_up":"11-14-2024","web_id":"","follow_name":"Matt Zaleski","follow_phone":"516-477-1584","follow_email":"mzaleski@robertemorris.com","pic_user":"alyssah","total_amt":"3585.0","total_gp":"1900.84","total_gpm":"53.02","rev_type":"STD","mod_date":"11-15-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"40","win_pct":"20","clo_date":"11-15-2024","notes":[{"comp":"1","quote":"222561","line":"1","data":"10-04-2024 13:53 - Discounts Recalculated QS"},{"comp":"1","quote":"222561","line":"0","data":"10-04-2024 13:57-alyssah Tool Cert, new machine"}],"crmnotes":[{"comp":1,"quote":222561,"Line":0,"Comment":"10/31/2024 11:29 AM - alyssah - CLO changed from 11/04/2024 to 11/14/2024 (CLO Date Updated)"},{"comp":1,"quote":222561,"Line":1,"Comment":"10/31/2024 11:29 AM - alyssah - F/U changed from 10/27/2024 to 11/10/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222561,"Line":2,"Comment":"11/08/2024 4:45 PM - alyssah - CLO changed from 11/14/2024 to 11/15/2024 (CLO Date Updated)"},{"comp":1,"quote":222561,"Line":3,"Comment":"11/08/2024 4:45 PM - alyssah - F/U changed from 11/10/2024 to 11/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222561,"Line":4,"Comment":"11/15/2024 4:10 PM - alyssah - Req Date changed from 11/15/2024 to 11/29/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222561","line":"1","part":"C4003-0033-1.61","qty":"7","price":"149.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"2","part":"C4006-0500-2.50","qty":"1","price":"123.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"3","part":"C4006-0750-3.00","qty":"1","price":"123.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"4","part":"C4006-1250-4.00","qty":"1","price":"166.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"5","part":"C4007-0040-3.13","qty":"12","price":"276.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"6","part":"E40-157","qty":"2","price":"68.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"7","part":"E40-275","qty":"2","price":"68.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"8","part":"E40-314","qty":"2","price":"68.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"9","part":"E40-393","qty":"2","price":"68.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"10","part":"E40-511","qty":"2","price":"68.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"11","part":"E40-767","qty":"2","price":"68.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"12","part":"040-SPAN","qty":"1","price":"37.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"14","part":"CAT40-SF0500-3.15CP","qty":"1","price":"310.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"15","part":"CAT40-SF0750-3.15CP","qty":"1","price":"310.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"16","part":"CAT40-SF0187-3.15","qty":"1","price":"310.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"17","part":"CAT40-SF0250-3.15CP","qty":"1","price":"310.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"18","part":"CAT40-SF1000-3.94CP","qty":"1","price":"310.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":17}}] 2024-11-15 16:10:26.110 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222561-11152024161025.txt === {"quote":"222561","customer":"13700TA","name":null,"customerName":"The Robert E. Morris Company (CT-TA","comp":"01","open":"0","shipto":"JOLIN","shiptoName":"Jolin Machine Co.","entry_date":"10-04-2024","cust_order_date":"10-04-2024","req_date":"11-29-2024","cust_po":"C4003-0033-1.61","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Matt Zaleski","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"13:52","extra":"","follow_up":"11-14-2024","web_id":"","follow_name":"Matt Zaleski","follow_phone":"516-477-1584","follow_email":"mzaleski@robertemorris.com","pic_user":"alyssah","total_amt":"3585.0","total_gp":"1900.84","total_gpm":"53.02","rev_type":"STD","mod_date":"11-15-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"40","win_pct":"20","clo_date":"11-28-2024","notes":[{"comp":"1","quote":"222561","line":"1","data":"10-04-2024 13:53 - Discounts Recalculated QS"},{"comp":"1","quote":"222561","line":"0","data":"10-04-2024 13:57-alyssah Tool Cert, new machine"}],"crmnotes":[{"comp":1,"quote":222561,"Line":0,"Comment":"10/31/2024 11:29 AM - alyssah - CLO changed from 11/04/2024 to 11/14/2024 (CLO Date Updated)"},{"comp":1,"quote":222561,"Line":1,"Comment":"10/31/2024 11:29 AM - alyssah - F/U changed from 10/27/2024 to 11/10/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222561,"Line":2,"Comment":"11/08/2024 4:45 PM - alyssah - CLO changed from 11/14/2024 to 11/15/2024 (CLO Date Updated)"},{"comp":1,"quote":222561,"Line":3,"Comment":"11/08/2024 4:45 PM - alyssah - F/U changed from 11/10/2024 to 11/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222561,"Line":4,"Comment":"11/15/2024 4:10 PM - alyssah - Req Date changed from 11/15/2024 to 11/29/2024 (Req Date Updated)"},{"comp":1,"quote":222561,"Line":5,"Comment":"11/15/2024 4:10 PM - alyssah - CLO changed from 11/15/2024 to 11/28/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222561","line":"1","part":"C4003-0033-1.61","qty":"7","price":"149.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"2","part":"C4006-0500-2.50","qty":"1","price":"123.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"3","part":"C4006-0750-3.00","qty":"1","price":"123.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"4","part":"C4006-1250-4.00","qty":"1","price":"166.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"5","part":"C4007-0040-3.13","qty":"12","price":"276.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"6","part":"E40-157","qty":"2","price":"68.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"7","part":"E40-275","qty":"2","price":"68.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"8","part":"E40-314","qty":"2","price":"68.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"9","part":"E40-393","qty":"2","price":"68.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"10","part":"E40-511","qty":"2","price":"68.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"11","part":"E40-767","qty":"2","price":"68.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"12","part":"040-SPAN","qty":"1","price":"37.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"14","part":"CAT40-SF0500-3.15CP","qty":"1","price":"310.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"15","part":"CAT40-SF0750-3.15CP","qty":"1","price":"310.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"16","part":"CAT40-SF0187-3.15","qty":"1","price":"310.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"17","part":"CAT40-SF0250-3.15CP","qty":"1","price":"310.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"18","part":"CAT40-SF1000-3.94CP","qty":"1","price":"310.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":17}}] 2024-11-15 16:10:29.092 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222561-11152024161028.txt === {"quote":"222561","customer":"13700TA","name":null,"customerName":"The Robert E. Morris Company (CT-TA","comp":"01","open":"0","shipto":"JOLIN","shiptoName":"Jolin Machine Co.","entry_date":"10-04-2024","cust_order_date":"10-04-2024","req_date":"11-29-2024","cust_po":"C4003-0033-1.61","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Matt Zaleski","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"13:52","extra":"","follow_up":"11-27-2024","web_id":"","follow_name":"Matt Zaleski","follow_phone":"516-477-1584","follow_email":"mzaleski@robertemorris.com","pic_user":"alyssah","total_amt":"3585.0","total_gp":"1900.84","total_gpm":"53.02","rev_type":"STD","mod_date":"11-15-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"40","win_pct":"20","clo_date":"11-28-2024","notes":[{"comp":"1","quote":"222561","line":"1","data":"10-04-2024 13:53 - Discounts Recalculated QS"},{"comp":"1","quote":"222561","line":"0","data":"10-04-2024 13:57-alyssah Tool Cert, new machine"}],"crmnotes":[{"comp":1,"quote":222561,"Line":0,"Comment":"10/31/2024 11:29 AM - alyssah - CLO changed from 11/04/2024 to 11/14/2024 (CLO Date Updated)"},{"comp":1,"quote":222561,"Line":1,"Comment":"10/31/2024 11:29 AM - alyssah - F/U changed from 10/27/2024 to 11/10/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222561,"Line":2,"Comment":"11/08/2024 4:45 PM - alyssah - CLO changed from 11/14/2024 to 11/15/2024 (CLO Date Updated)"},{"comp":1,"quote":222561,"Line":3,"Comment":"11/08/2024 4:45 PM - alyssah - F/U changed from 11/10/2024 to 11/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222561,"Line":4,"Comment":"11/15/2024 4:10 PM - alyssah - Req Date changed from 11/15/2024 to 11/29/2024 (Req Date Updated)"},{"comp":1,"quote":222561,"Line":5,"Comment":"11/15/2024 4:10 PM - alyssah - CLO changed from 11/15/2024 to 11/28/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222561","line":"1","part":"C4003-0033-1.61","qty":"7","price":"149.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"2","part":"C4006-0500-2.50","qty":"1","price":"123.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"3","part":"C4006-0750-3.00","qty":"1","price":"123.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"4","part":"C4006-1250-4.00","qty":"1","price":"166.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"5","part":"C4007-0040-3.13","qty":"12","price":"276.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"6","part":"E40-157","qty":"2","price":"68.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"7","part":"E40-275","qty":"2","price":"68.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"8","part":"E40-314","qty":"2","price":"68.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"9","part":"E40-393","qty":"2","price":"68.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"10","part":"E40-511","qty":"2","price":"68.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"11","part":"E40-767","qty":"2","price":"68.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"12","part":"040-SPAN","qty":"1","price":"37.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"14","part":"CAT40-SF0500-3.15CP","qty":"1","price":"310.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"15","part":"CAT40-SF0750-3.15CP","qty":"1","price":"310.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"16","part":"CAT40-SF0187-3.15","qty":"1","price":"310.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"17","part":"CAT40-SF0250-3.15CP","qty":"1","price":"310.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"18","part":"CAT40-SF1000-3.94CP","qty":"1","price":"310.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":17}}] 2024-11-15 16:11:28.010 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223016-11152024161127.txt === {"quote":"223016","customer":"1990","name":null,"customerName":"AZA Sales Company Inc.","comp":"01","open":"1","shipto":"AZA","shiptoName":"A.Z.A. Sales","entry_date":"10-15-2024","cust_order_date":"10-15-2024","req_date":"11-26-2024","cust_po":"CAT40-NPU8","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Andy","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"14:25","extra":"","follow_up":"11-14-2024","web_id":"","follow_name":"Andy","follow_phone":"631-979-9261","follow_email":"azasales@aza.com","pic_user":"alyssah","total_amt":"815.80","total_gp":"553.40","total_gpm":"67.84","rev_type":"STD","mod_date":"11-15-2024","mod_time":null,"mod_user":"alyssah","reason":"2","totalQty":"9","win_pct":"20","clo_date":"11-15-2024","notes":[{"comp":"1","quote":"223016","line":"0","data":"10-15-2024 15:16 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223016,"Line":0,"Comment":"11/08/2024 4:35 PM - alyssah - F/U changed from 11/08/2024 to 11/14/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223016","line":"1","part":"CAT40-NPU8-80U-IDU","qty":"1","price":"488.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223016","line":"2","part":"C4007-0011-2.50","qty":"1","price":"200.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223016","line":"3","part":"E11-016","qty":"1","price":"43.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223016","line":"4","part":"E20-024","qty":"1","price":"53.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223016","line":"5","part":"C4007-0020-2.50","qty":"1","price":"261.00","uom":"EA","discount":"30.00","req_date":"November","branch":"1"},{"comp":"01","order":"223016","line":"6","part":"E11-008","qty":"1","price":"43.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223016","line":"7","part":"011-HEX","qty":"1","price":"21.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223016","line":"8","part":"020-SPAN","qty":"1","price":"19.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223016","line":"9","part":"NPU8-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":9}}] 2024-11-15 16:12:04.892 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223462-11152024161204.txt === {"quote":"223462","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"FHIJLORT","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"10-24-2024","cust_order_date":"10-24-2024","req_date":"12-05-2024","cust_po":"160-SET-29","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"10:19","extra":"","follow_up":"11-14-2024","web_id":"","follow_name":"Matt","follow_phone":"407-851-8089","follow_email":"schiltzm@msc-direct.com","pic_user":"alyssah","total_amt":"1548.0","total_gp":"719.70","total_gpm":"46.49","rev_type":"STD","mod_date":"11-15-2024","mod_time":null,"mod_user":"alyssah","reason":"2","totalQty":"2","win_pct":"20","clo_date":"11-24-2024","notes":[{"comp":"1","quote":"223462","line":"3","data":"updated..."},{"comp":"1","quote":"223462","line":"2","data":"Em quote to schiltzm@msc-direct.com (Matt) when"},{"comp":"1","quote":"223462","line":"1","data":"10-24-2024 10:20-jennad Added to CBO log."},{"comp":"1","quote":"223462","line":"0","data":"10-24-2024 13:50-jennad Em'd quote ot Matt"}],"crmnotes":[],"items":[{"comp":"01","order":"223462","line":"1","part":"160-SET-29","qty":"1","price":"2494.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223462","line":"2","part":"160-047","qty":"1","price":"86.00","uom":"EA","discount":"40.00","req_date":"ETA ~11/22","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-15 16:13:34.860 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223462-11152024161334.txt === {"quote":"223462","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"FHIJLORT","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"10-24-2024","cust_order_date":"10-24-2024","req_date":"12-05-2024","cust_po":"160-SET-29","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"10:19","extra":"","follow_up":"11-14-2024","web_id":"","follow_name":"Matt","follow_phone":"407-851-8089","follow_email":"schiltzm@msc-direct.com","pic_user":"alyssah","total_amt":"1548.0","total_gp":"719.70","total_gpm":"46.49","rev_type":"STD","mod_date":"11-15-2024","mod_time":null,"mod_user":"alyssah","reason":"2","totalQty":"2","win_pct":"20","clo_date":"11-24-2024","notes":[{"comp":"1","quote":"223462","line":"3","data":"updated..."},{"comp":"1","quote":"223462","line":"2","data":"Em quote to schiltzm@msc-direct.com (Matt) when"},{"comp":"1","quote":"223462","line":"1","data":"10-24-2024 10:20-jennad Added to CBO log."},{"comp":"1","quote":"223462","line":"0","data":"10-24-2024 13:50-jennad Em'd quote ot Matt"}],"crmnotes":[{"comp":1,"quote":223462,"Line":0,"Comment":"11/15/2024 4:12 PM - alyssah - Closed"}],"items":[{"comp":"01","order":"223462","line":"1","part":"160-SET-29","qty":"1","price":"2494.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223462","line":"2","part":"160-047","qty":"1","price":"86.00","uom":"EA","discount":"40.00","req_date":"ETA ~11/22","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-15 16:13:53.004 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223384-11152024161352.txt === {"quote":"223384","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"PTGREENV","shiptoName":"PTSolutions - Greenville","entry_date":"10-23-2024","cust_order_date":"10-23-2024","req_date":"12-04-2024","cust_po":"CAT50-C1.1/4-105UG-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Kelly Mitchell","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"09:28","extra":"","follow_up":"11-15-2024","web_id":"","follow_name":"Kelly Mitchell","follow_phone":"864.271.2871x3827","follow_email":"kelly.mitchell@pts-tools.com","pic_user":"alyssah","total_amt":"17128.22","total_gp":"11526.04","total_gpm":"67.29","rev_type":"ADV","mod_date":"11-15-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"62","win_pct":"20","clo_date":"11-29-2024","notes":[{"comp":"1","quote":"223384","line":"0","data":"10-23-2024 09:30 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223384,"Line":0,"Comment":"11/15/2024 4:13 PM - alyssah - CLO changed from 11/23/2024 to 11/29/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223384","line":"1","part":"CAT50-C1.1/4-105UG-IDU","qty":"4","price":"762.00","uom":"EA","discount":"39.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223384","line":"2","part":"CCK1.1/4-1","qty":"4","price":"85.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223384","line":"3","part":"CKFN32(1.1/4)-1C","qty":"4","price":"69.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223384","line":"4","part":"CAT50-MMC12C-135U-IDU","qty":"14","price":"973.00","uom":"EA","discount":"39.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223384","line":"5","part":"VMK12-1/2J","qty":"14","price":"165.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223384","line":"6","part":"CAT50-MMC8C-135U-IDU","qty":"4","price":"950.00","uom":"EA","discount":"39.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223384","line":"7","part":"VMK8-1/8JB","qty":"4","price":"210.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223384","line":"8","part":"CAT50-C1-105U-IDU","qty":"2","price":"666.00","uom":"EA","discount":"39.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223384","line":"9","part":"CAT50-C1.1/4-105U-IDU","qty":"2","price":"683.00","uom":"EA","discount":"39.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223384","line":"10","part":"CCK1.1/4-1","qty":"2","price":"85.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223384","line":"11","part":"CKFN32(1.1/4)-1C","qty":"2","price":"69.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223384","line":"12","part":"GH32","qty":"1","price":"307.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223384","line":"13","part":"WRENCH-ALLEN6","qty":"2","price":"31.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223384","line":"14","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223384","line":"15","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223384","line":"17","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223384","Line":"17","Company":"1","F_Line":"1","Comment":"Additional 5% discount added to holders per promotion","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":16}}] 2024-11-15 16:13:56.169 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223384-11152024161355.txt === {"quote":"223384","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"PTGREENV","shiptoName":"PTSolutions - Greenville","entry_date":"10-23-2024","cust_order_date":"10-23-2024","req_date":"12-04-2024","cust_po":"CAT50-C1.1/4-105UG-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Kelly Mitchell","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"09:28","extra":"","follow_up":"11-28-2024","web_id":"","follow_name":"Kelly Mitchell","follow_phone":"864.271.2871x3827","follow_email":"kelly.mitchell@pts-tools.com","pic_user":"alyssah","total_amt":"17128.22","total_gp":"11526.04","total_gpm":"67.29","rev_type":"ADV","mod_date":"11-15-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"62","win_pct":"20","clo_date":"11-29-2024","notes":[{"comp":"1","quote":"223384","line":"0","data":"10-23-2024 09:30 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223384,"Line":0,"Comment":"11/15/2024 4:13 PM - alyssah - CLO changed from 11/23/2024 to 11/29/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223384","line":"1","part":"CAT50-C1.1/4-105UG-IDU","qty":"4","price":"762.00","uom":"EA","discount":"39.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223384","line":"2","part":"CCK1.1/4-1","qty":"4","price":"85.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223384","line":"3","part":"CKFN32(1.1/4)-1C","qty":"4","price":"69.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223384","line":"4","part":"CAT50-MMC12C-135U-IDU","qty":"14","price":"973.00","uom":"EA","discount":"39.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223384","line":"5","part":"VMK12-1/2J","qty":"14","price":"165.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223384","line":"6","part":"CAT50-MMC8C-135U-IDU","qty":"4","price":"950.00","uom":"EA","discount":"39.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223384","line":"7","part":"VMK8-1/8JB","qty":"4","price":"210.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223384","line":"8","part":"CAT50-C1-105U-IDU","qty":"2","price":"666.00","uom":"EA","discount":"39.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223384","line":"9","part":"CAT50-C1.1/4-105U-IDU","qty":"2","price":"683.00","uom":"EA","discount":"39.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223384","line":"10","part":"CCK1.1/4-1","qty":"2","price":"85.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223384","line":"11","part":"CKFN32(1.1/4)-1C","qty":"2","price":"69.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223384","line":"12","part":"GH32","qty":"1","price":"307.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223384","line":"13","part":"WRENCH-ALLEN6","qty":"2","price":"31.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223384","line":"14","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223384","line":"15","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223384","line":"17","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223384","Line":"17","Company":"1","F_Line":"1","Comment":"Additional 5% discount added to holders per promotion","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":16}}] 2024-11-15 16:16:30.061 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223394-11152024161629.txt === {"quote":"223394","customer":"2965","name":null,"customerName":"Butler Bros.","comp":"01","open":"0","shipto":"BUTLANY","shiptoName":"Butler Bros New York Division","entry_date":"10-23-2024","cust_order_date":"10-23-2024","req_date":"12-04-2024","cust_po":"Right Angle Drill Head","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"11","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Ted Harrison","drop_po":"110 Metal Works","status":"0","user":"alyssah","conv_order":"","time":"10:29","extra":"","follow_up":"11-29-2024","web_id":"","follow_name":"Ted Harrison","follow_phone":"315-729-9222","follow_email":"tharrison@butlerbros.com","pic_user":"alyssah","total_amt":"13038.09","total_gp":"6944.68","total_gpm":"53.26","rev_type":"ADV","mod_date":"11-15-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"8","win_pct":"20","clo_date":"12-01-2024","notes":[{"comp":"1","quote":"223394","line":"0","data":"10-23-2024 10:52 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223394","line":"2","part":"C40-MRAM","qty":"1","price":"3028.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223394","line":"3","part":"PA65-CAT/BT","qty":"1","price":"931.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223394","line":"4","part":"MRAM-ER20","qty":"1","price":"4523.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223394","line":"5","part":"PB-RAN40-HAAS-MODULAR","qty":"1","price":"448.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223394","line":"8","part":"C40-MRAM","qty":"1","price":"3028.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223394","line":"9","part":"PA65-CAT/BT","qty":"1","price":"931.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223394","line":"10","part":"MRAM-ER16","qty":"1","price":"4192.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223394","line":"11","part":"PB-RAN40-HAAS-MODULAR","qty":"1","price":"448.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":8}}] 2024-11-15 16:17:17.311 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223152-11152024161717.txt === {"quote":"223152","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"HOE","shiptoName":"Hoerbiger Corp.","entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"11-28-2024","cust_po":"HSK63A-C3/4-95G","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Lynn","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"14:41","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Lynn","follow_phone":"","follow_email":"Lynn.Nunez@mscdirect.com","pic_user":"alyssah","total_amt":"1360.45","total_gp":"886.04","total_gpm":"65.13","rev_type":"ADV","mod_date":"11-15-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"8","win_pct":"20","clo_date":"11-27-2024","notes":[{"comp":"1","quote":"223152","line":"0","data":"10-17-2024 14:44 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223152,"Line":0,"Comment":"11/08/2024 4:44 PM - alyssah - F/U changed from 11/10/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223152,"Line":1,"Comment":"11/15/2024 4:17 PM - alyssah - CLO changed from 11/17/2024 to 11/27/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223152","line":"1","part":"HSK63A-C3/4-95G","qty":"1","price":"578.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223152","line":"2","part":"HSK63A-C1-100G-IDU","qty":"1","price":"733.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223152","line":"3","part":"CCK3/4-1/2","qty":"1","price":"85.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223152","line":"4","part":"CKFN20(3/4)-1/2","qty":"1","price":"59.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223152","line":"5","part":"CCK1-3/4","qty":"1","price":"85.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223152","line":"6","part":"CKFN25(1)-3/4C","qty":"1","price":"63.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223152","line":"7","part":"GH20","qty":"1","price":"245.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223152","line":"8","part":"GH25","qty":"1","price":"245.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":8}}] 2024-11-15 16:17:20.462 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223152-11152024161720.txt === {"quote":"223152","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"HOE","shiptoName":"Hoerbiger Corp.","entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"11-28-2024","cust_po":"HSK63A-C3/4-95G","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Lynn","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"14:41","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"Lynn","follow_phone":"","follow_email":"Lynn.Nunez@mscdirect.com","pic_user":"alyssah","total_amt":"1360.45","total_gp":"886.04","total_gpm":"65.13","rev_type":"ADV","mod_date":"11-15-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"8","win_pct":"20","clo_date":"11-27-2024","notes":[{"comp":"1","quote":"223152","line":"0","data":"10-17-2024 14:44 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223152,"Line":0,"Comment":"11/08/2024 4:44 PM - alyssah - F/U changed from 11/10/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223152,"Line":1,"Comment":"11/15/2024 4:17 PM - alyssah - CLO changed from 11/17/2024 to 11/27/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223152","line":"1","part":"HSK63A-C3/4-95G","qty":"1","price":"578.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223152","line":"2","part":"HSK63A-C1-100G-IDU","qty":"1","price":"733.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223152","line":"3","part":"CCK3/4-1/2","qty":"1","price":"85.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223152","line":"4","part":"CKFN20(3/4)-1/2","qty":"1","price":"59.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223152","line":"5","part":"CCK1-3/4","qty":"1","price":"85.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223152","line":"6","part":"CKFN25(1)-3/4C","qty":"1","price":"63.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223152","line":"7","part":"GH20","qty":"1","price":"245.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223152","line":"8","part":"GH25","qty":"1","price":"245.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":8}}] 2024-11-15 16:17:37.275 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224230-11152024161737.txt === {"quote":"224230","customer":"13170TA","name":null,"customerName":"Morris South (NC-TA)","comp":"01","open":"0","shipto":"EMELNORC","shiptoName":"Emelody World Wide","entry_date":"11-11-2024","cust_order_date":"11-11-2024","req_date":"12-23-2024","cust_po":"Tooling Certificate","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"David Burdett","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"11:35","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"David Burdett","follow_phone":"7045236008","follow_email":"dburdett@morrissouth.com","pic_user":"alyssah","total_amt":"1350","total_gp":"1350.00","total_gpm":"100.00","rev_type":"STD","mod_date":"11-15-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-11-2024","notes":[{"comp":"1","quote":"224230","line":"0","data":"11-11-2024 11:36 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"224230","line":"1","part":"TOOL-CERT","qty":"1","price":"3000.00","uom":"EA","discount":"55.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-15 16:40:31.046 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222751-11152024164030.txt === {"quote":"222751","customer":"2325","name":null,"customerName":"BlackHawk Industrial - Base Camp","comp":"01","open":"0","shipto":"MCTULSA","shiptoName":"McElroy Manufacturing Co.","entry_date":"10-09-2024","cust_order_date":"10-09-2024","req_date":"11-20-2024","cust_po":"BMT55-C4X-ICE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"14:12","extra":"","follow_up":"12-16-2024","web_id":"","follow_name":"Jeremiah Brock","follow_phone":"918-610-4700","follow_email":"Jeremiah.Brock@blackhawkid.com","pic_user":"bethw","total_amt":"9679.52","total_gp":"3996.93","total_gpm":"41.29","rev_type":"LT","mod_date":"11-15-2024","mod_time":null,"mod_user":"bethw","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-09-2024","notes":[{"comp":"1","quote":"222751","line":"0","data":"10-10-2024 10:13-bethw: ETA on C4Z 11/1"}],"crmnotes":[{"comp":1,"quote":222751,"Line":0,"Comment":"10/17/2024 2:53 PM - bethw - F/U changed from 10/15/2024 to 10/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222751,"Line":1,"Comment":"10/25/2024 3:43 PM - bethw - F/U changed from 10/23/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222751,"Line":2,"Comment":"11/15/2024 1:41 PM - bethw - Sent QFU to Jeremiah and Customer Service for update on status."},{"comp":1,"quote":222751,"Line":3,"Comment":"11/15/2024 1:41 PM - bethw - F/U changed from 11/11/2024 to 11/22/2024 (Follow Up In 1 Week)"},{"comp":1,"quote":222751,"Line":4,"Comment":"11/15/2024 4:40 PM - bethw - Per Jeremiah, the customer stated the order may be around mid December."}],"items":[{"comp":"01","order":"222751","line":"1","part":"BMT55-C4X-ICE","qty":"1","price":"4095.86","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222751","line":"2","part":"BMT55-C4Z-ICE-85","qty":"1","price":"5948.04","uom":"EA","discount":"30.00","req_date":"ETA 11/1","branch":"1"},{"comp":"01","order":"222751","line":"3","part":"BMT55-STC4Y-MD-IC","qty":"1","price":"3784.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-15 16:58:37.759 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-215488-11152024165837.txt === {"quote":"215488","customer":"E19069","name":null,"customerName":"Samot Industria Mecanica SdeRLdeCV","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"04-30-2024","cust_order_date":"04-30-2024","req_date":"09-11-2024","cust_po":"RT-ACCS-CABLE","terms_code":"PPD","ship_via":"TBD","ship_collect":"","drop_ship":"N","territory":"95","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"EXW Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"Eric Calixto","drop_po":"","status":"0","user":"luism","conv_order":"","time":"18:19","extra":"","follow_up":"08-16-2024","web_id":"","follow_name":"Eric Calixto","follow_phone":"472 748 9030","follow_email":"eric.calixto@samot.com.mx","pic_user":"luism","total_amt":"3450.00","total_gp":"3450.00","total_gpm":"100.00","rev_type":"RT","mod_date":"11-15-2024","mod_time":null,"mod_user":"luism","reason":"2","totalQty":"1","win_pct":"20","clo_date":"08-30-2024","notes":[{"comp":"1","quote":"215488","line":"1","data":"to quote Delivery"},{"comp":"1","quote":"215488","line":"0","data":"06-03-2024 14:14-luism, waiting for Broker's info"}],"crmnotes":[],"items":[{"comp":"01","order":"215488","line":"1","part":"RT-ACCS-CABLE","qty":"1","price":"3450.00","uom":"EA","discount":"0.00","req_date":"1-2 Weeks","branch":"1"}],"qlines":[{"Quote":"215488","Line":"1","Company":"1","F_Line":"1","Comment":"Set of cables for Doosan VC3600","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-15 17:32:10.671 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-215558-11152024173210.txt === {"quote":"215558","customer":"13086","name":null,"customerName":"Manufactura Dasers S DE RL DE CV","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"05-02-2024","cust_order_date":"05-02-2024","req_date":"10-13-2024","cust_po":"RT-ACCS-CABLE","terms_code":"PPD","ship_via":"TBD","ship_collect":"","drop_ship":"N","territory":"95","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"EXW Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Pedro Suarez","drop_po":"","status":"0","user":"luism","conv_order":"","time":"08:04","extra":"","follow_up":"09-27-2024","web_id":"","follow_name":"Pedro Suarez","follow_phone":"","follow_email":"pedro@dasers.com","pic_user":"luism","total_amt":"3105.00","total_gp":"3105.00","total_gpm":"100.00","rev_type":"RT","mod_date":"11-15-2024","mod_time":null,"mod_user":"luism","reason":"2","totalQty":"1","win_pct":"20","clo_date":"10-02-2024","notes":[{"comp":"1","quote":"215558","line":"1","data":"te."},{"comp":"1","quote":"215558","line":"0","data":"06-14-2024 17:46-luism, spoke to customer, no upda"}],"crmnotes":[],"items":[{"comp":"01","order":"215558","line":"1","part":"RT-ACCS-CABLE","qty":"1","price":"3105.00","uom":"EA","discount":"0.00","req_date":"1-2 Weeks","branch":"1"}],"qlines":[{"Quote":"215558","Line":"1","Company":"1","F_Line":"1","Comment":"Set of Cables for Doosan VC3600","Loc":"Y"},{"Quote":"215558","Line":"1","Company":"1","F_Line":"2","Comment":"8m and 1m cables.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-15 17:34:52.571 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-217993-11152024173452.txt === {"quote":"217993","customer":"E19069","name":null,"customerName":"Samot Industria Mecanica SdeRLdeCV","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"06-25-2024","cust_order_date":"06-25-2024","req_date":"11-06-2024","cust_po":"CNCZ100-4W-120YA-M","terms_code":"PPD","ship_via":"TBD","ship_collect":"","drop_ship":"N","territory":"95","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"EXW Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"Eric Calixto","drop_po":"","status":"0","user":"luism","conv_order":"","time":"16:26","extra":"","follow_up":"10-21-2024","web_id":"","follow_name":"Eric Calixto","follow_phone":"472-748-9030","follow_email":"eric.calixto@samot.com.mx","pic_user":"luism","total_amt":"89495.50","total_gp":"75716.97","total_gpm":"84.60","rev_type":"RT","mod_date":"11-15-2024","mod_time":null,"mod_user":"luism","reason":"2","totalQty":"2","win_pct":"20","clo_date":"10-25-2024","notes":[{"comp":"1","quote":"217993","line":"0","data":"07-08-2024 18:12-luism updated quote w/o motor"}],"crmnotes":[],"items":[{"comp":"01","order":"217993","line":"1","part":"CNCZ100-4W-120YA-M","qty":"1","price":"47821.00","uom":"EA","discount":"0.00","req_date":"2 Weeks","branch":"1"},{"comp":"01","order":"217993","line":"2","part":"CNCZ100-4W-120YA","qty":"1","price":"41674.50","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-15 17:45:04.150 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-215939-11152024174503.txt === {"quote":"215939","customer":"1091","name":null,"customerName":"Abrasivos, Herramientas","comp":"01","open":"1","shipto":"MPPQRTVY","shiptoName":"Abremaq","entry_date":"05-10-2024","cust_order_date":"05-10-2024","req_date":"10-31-2024","cust_po":"SPECIAL-TL","terms_code":"N30","ship_via":"TBD","ship_collect":"","drop_ship":"N","territory":"95","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"EXW Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Karla Segura","drop_po":"","status":"0","user":"gerardoo","conv_order":"","time":"09:02","extra":"","follow_up":"10-26-2024","web_id":"","follow_name":"LUIS MEJIA","follow_phone":"4461334630","follow_email":"luism@lyndexnikken.com","pic_user":"luism","total_amt":"598.00","total_gp":"584.96","total_gpm":"97.82","rev_type":"STD","mod_date":"11-15-2024","mod_time":null,"mod_user":"luism","reason":"2","totalQty":"2","win_pct":"20","clo_date":"10-31-2024","notes":[{"comp":"1","quote":"215939","line":"0","data":"08-13-2024 17:31-luism Project alive fup 2 months"}],"crmnotes":[],"items":[{"comp":"01","order":"215939","line":"3","part":"SPECIAL-TL","qty":"1","price":"572.00","uom":"EA","discount":"0.00","req_date":"22 Weeks","branch":"1"},{"comp":"01","order":"215939","line":"4","part":"CAT50-NMTB-ADPT","qty":"1","price":"40.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"215939","Line":"3","Company":"1","F_Line":"1","Comment":"Special Item can't be cancelled or returned once the","Loc":"Y"},{"Quote":"215939","Line":"3","Company":"1","F_Line":"2","Comment":"order is placed","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-15 21:27:16.284 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222343-11152024212716.txt === {"quote":"222343","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"NANNEY","shiptoName":"Nanney And Son, Inc. (NSI)","entry_date":"10-01-2024","cust_order_date":null,"req_date":"11-12-2024","cust_po":"Drake Nanney","terms_code":"N30","ship_via":"U-GND","ship_collect":"NF-LIT","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Drake Nanney","drop_po":"EZ-ACART","status":"0","user":"stevel","conv_order":"","time":"11:52","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Drake Nanney","follow_phone":"","follow_email":"dnanney@nsi.com","pic_user":"fletcherp","total_amt":"64088.75","total_gp":"25018.25","total_gpm":"39.04","rev_type":"PCQC","mod_date":"11-15-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"7","win_pct":"20","clo_date":"11-01-2024","notes":[],"crmnotes":[{"comp":1,"quote":222343,"Line":0,"Comment":"10/14/2024 8:21 AM - stevel - F/U changed from 10/14/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222343,"Line":1,"Comment":"10/14/2024 8:21 AM - stevel - PIC changed from stevel to fletcherp"}],"items":[{"comp":"01","order":"222343","line":"1","part":"EZ-ACART-BASE-LN1813","qty":"1","price":"56875.00","uom":"EA","discount":"0.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"222343","line":"2","part":"EZ-EOAT-QC1","qty":"1","price":"554.00","uom":"EA","discount":"0.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"222343","line":"3","part":"EZ-EOAT-3FG15","qty":"1","price":"5441.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222343","line":"4","part":"EZ-ACART-GRD02-49","qty":"1","price":"1218.75","uom":"EA","discount":"0.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"222343","line":"5","part":"EZ-HUB-SMART1","qty":"1","price":"5680.00","uom":"EA","discount":"100.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222343","line":"6","part":"EZ-AUTODOOR","qty":"1","price":"5500.00","uom":"EA","discount":"100.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"222343","line":"7","part":"EZ-INSTALLATION","qty":"1","price":"10000.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-15 21:27:24.499 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222343-11152024212724.txt === {"quote":"222343","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"NANNEY","shiptoName":"Nanney And Son, Inc. (NSI)","entry_date":"10-01-2024","cust_order_date":null,"req_date":"11-12-2024","cust_po":"Drake Nanney","terms_code":"N30","ship_via":"U-GND","ship_collect":"NF-LIT","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Drake Nanney","drop_po":"EZ-ACART","status":"0","user":"stevel","conv_order":"","time":"11:52","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Drake Nanney","follow_phone":"","follow_email":"dnanney@nsi.com","pic_user":"fletcherp","total_amt":"64088.75","total_gp":"25018.25","total_gpm":"39.04","rev_type":"PCQC","mod_date":"11-15-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"7","win_pct":"20","clo_date":"11-30-2024","notes":[],"crmnotes":[{"comp":1,"quote":222343,"Line":0,"Comment":"10/14/2024 8:21 AM - stevel - F/U changed from 10/14/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222343,"Line":1,"Comment":"10/14/2024 8:21 AM - stevel - PIC changed from stevel to fletcherp"},{"comp":1,"quote":222343,"Line":2,"Comment":"11/15/2024 9:27 PM - fletcherp - F/U changed from 11/09/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222343,"Line":3,"Comment":"11/15/2024 9:27 PM - fletcherp - CLO changed from 11/01/2024 to 11/30/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222343","line":"1","part":"EZ-ACART-BASE-LN1813","qty":"1","price":"56875.00","uom":"EA","discount":"0.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"222343","line":"2","part":"EZ-EOAT-QC1","qty":"1","price":"554.00","uom":"EA","discount":"0.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"222343","line":"3","part":"EZ-EOAT-3FG15","qty":"1","price":"5441.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222343","line":"4","part":"EZ-ACART-GRD02-49","qty":"1","price":"1218.75","uom":"EA","discount":"0.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"222343","line":"5","part":"EZ-HUB-SMART1","qty":"1","price":"5680.00","uom":"EA","discount":"100.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222343","line":"6","part":"EZ-AUTODOOR","qty":"1","price":"5500.00","uom":"EA","discount":"100.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"222343","line":"7","part":"EZ-INSTALLATION","qty":"1","price":"10000.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-15 21:27:30.914 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222343-11152024212730.txt === {"quote":"222343","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"NANNEY","shiptoName":"Nanney And Son, Inc. (NSI)","entry_date":"10-01-2024","cust_order_date":null,"req_date":"11-30-2024","cust_po":"Drake Nanney","terms_code":"N30","ship_via":"U-GND","ship_collect":"NF-LIT","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Drake Nanney","drop_po":"EZ-ACART","status":"0","user":"stevel","conv_order":"","time":"11:52","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Drake Nanney","follow_phone":"","follow_email":"dnanney@nsi.com","pic_user":"fletcherp","total_amt":"64088.75","total_gp":"25018.25","total_gpm":"39.04","rev_type":"PCQC","mod_date":"11-15-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"7","win_pct":"20","clo_date":"11-30-2024","notes":[],"crmnotes":[{"comp":1,"quote":222343,"Line":0,"Comment":"10/14/2024 8:21 AM - stevel - F/U changed from 10/14/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222343,"Line":1,"Comment":"10/14/2024 8:21 AM - stevel - PIC changed from stevel to fletcherp"},{"comp":1,"quote":222343,"Line":2,"Comment":"11/15/2024 9:27 PM - fletcherp - F/U changed from 11/09/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222343,"Line":3,"Comment":"11/15/2024 9:27 PM - fletcherp - CLO changed from 11/01/2024 to 11/30/2024 (CLO Date Updated)"},{"comp":1,"quote":222343,"Line":4,"Comment":"11/15/2024 9:27 PM - fletcherp - Req Date changed from 11/12/2024 to 11/30/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222343","line":"1","part":"EZ-ACART-BASE-LN1813","qty":"1","price":"56875.00","uom":"EA","discount":"0.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"222343","line":"2","part":"EZ-EOAT-QC1","qty":"1","price":"554.00","uom":"EA","discount":"0.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"222343","line":"3","part":"EZ-EOAT-3FG15","qty":"1","price":"5441.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222343","line":"4","part":"EZ-ACART-GRD02-49","qty":"1","price":"1218.75","uom":"EA","discount":"0.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"222343","line":"5","part":"EZ-HUB-SMART1","qty":"1","price":"5680.00","uom":"EA","discount":"100.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222343","line":"6","part":"EZ-AUTODOOR","qty":"1","price":"5500.00","uom":"EA","discount":"100.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"222343","line":"7","part":"EZ-INSTALLATION","qty":"1","price":"10000.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-15 21:28:35.067 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222343-11152024212834.txt === {"quote":"222343","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"NANNEY","shiptoName":"Nanney And Son, Inc. (NSI)","entry_date":"10-01-2024","cust_order_date":null,"req_date":"11-30-2024","cust_po":"Drake Nanney","terms_code":"N30","ship_via":"U-GND","ship_collect":"NF-LIT","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Drake Nanney","drop_po":"EZ-ACART","status":"0","user":"stevel","conv_order":"","time":"11:52","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Drake Nanney","follow_phone":"","follow_email":"dnanney@nsi.com","pic_user":"fletcherp","total_amt":"64088.75","total_gp":"25018.25","total_gpm":"39.04","rev_type":"PCQC","mod_date":"11-15-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"7","win_pct":"75","clo_date":"11-30-2024","notes":[],"crmnotes":[{"comp":1,"quote":222343,"Line":0,"Comment":"10/14/2024 8:21 AM - stevel - F/U changed from 10/14/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222343,"Line":1,"Comment":"10/14/2024 8:21 AM - stevel - PIC changed from stevel to fletcherp"},{"comp":1,"quote":222343,"Line":2,"Comment":"11/15/2024 9:27 PM - fletcherp - F/U changed from 11/09/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222343,"Line":3,"Comment":"11/15/2024 9:27 PM - fletcherp - CLO changed from 11/01/2024 to 11/30/2024 (CLO Date Updated)"},{"comp":1,"quote":222343,"Line":4,"Comment":"11/15/2024 9:27 PM - fletcherp - Req Date changed from 11/12/2024 to 11/30/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222343","line":"1","part":"EZ-ACART-BASE-LN1813","qty":"1","price":"56875.00","uom":"EA","discount":"0.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"222343","line":"2","part":"EZ-EOAT-QC1","qty":"1","price":"554.00","uom":"EA","discount":"0.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"222343","line":"3","part":"EZ-EOAT-3FG15","qty":"1","price":"5441.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222343","line":"4","part":"EZ-ACART-GRD02-49","qty":"1","price":"1218.75","uom":"EA","discount":"0.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"222343","line":"5","part":"EZ-HUB-SMART1","qty":"1","price":"5680.00","uom":"EA","discount":"100.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222343","line":"6","part":"EZ-AUTODOOR","qty":"1","price":"5500.00","uom":"EA","discount":"100.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"222343","line":"7","part":"EZ-INSTALLATION","qty":"1","price":"10000.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-15 21:28:53.249 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222593-11152024212853.txt === {"quote":"222593","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"BRUNNERA","shiptoName":"Brunner and Lay Inc.","entry_date":"10-07-2024","cust_order_date":"10-07-2024","req_date":"11-18-2024","cust_po":"EZ-AUTOCART DNM5700","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jason Wilt","drop_po":"EZ-ACART","status":"0","user":"stevel","conv_order":"","time":"09:28","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Larry Prickett","follow_phone":"501-268-8012","follow_email":"larry@searcyindustrialproducts.com","pic_user":"fletcherp","total_amt":"122334.68","total_gp":"72137.79","total_gpm":"58.97","rev_type":"PCQC","mod_date":"11-15-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"12","win_pct":"20","clo_date":"11-09-2024","notes":[],"crmnotes":[{"comp":1,"quote":222593,"Line":0,"Comment":"10/25/2024 9:21 PM - fletcherp - F/U changed from 10/20/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222593,"Line":1,"Comment":"10/25/2024 9:21 PM - fletcherp - CLO changed from 11/07/2024 to 11/09/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222593","line":"1","part":"EZ-ACART-BASE-LN1813","qty":"1","price":"56875.00","uom":"EA","discount":"15.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"222593","line":"2","part":"EZ-ACART-GRD02-49","qty":"1","price":"1218.75","uom":"EA","discount":"15.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222593","line":"3","part":"EZ-EOAT-QC2","qty":"1","price":"2623.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222593","line":"4","part":"EZ-EOAT-3FG15","qty":"2","price":"5441.00","uom":"EA","discount":"0.00","req_date":"1 Stk","branch":"1"},{"comp":"01","order":"222593","line":"5","part":"EZ-ACART-SCAN","qty":"2","price":"6900.00","uom":"EA","discount":"0.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"222593","line":"6","part":"EZ-AUTODOOR","qty":"1","price":"5500.00","uom":"EA","discount":"0.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"222593","line":"7","part":"EZ-INSTALLATION","qty":"1","price":"3500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"222593","line":"8","part":"EZ-AUTODOOR","qty":"1","price":"7900.00","uom":"EA","discount":"0.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"222593","line":"9","part":"EZ-INSTALLATION","qty":"1","price":"3750.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"222593","line":"10","part":"EZ-INSTALLATION","qty":"1","price":"25000.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222593","Line":"6","Company":"1","F_Line":"1","Comment":"Lathe autodoor for Lynx for operator door.","Loc":"Y"},{"Quote":"222593","Line":"7","Company":"1","F_Line":"1","Comment":"Installation of Lynx autodoor","Loc":"Y"},{"Quote":"222593","Line":"8","Company":"1","F_Line":"1","Comment":"Auto door for milling machine side panel type.","Loc":"Y"},{"Quote":"222593","Line":"9","Company":"1","F_Line":"1","Comment":"Installation of mill side panel autodoor","Loc":"Y"},{"Quote":"222593","Line":"10","Company":"1","F_Line":"1","Comment":"Includes: Robot integration programming part run off","Loc":"Y"},{"Quote":"222593","Line":"10","Company":"1","F_Line":"2","Comment":"and training. 10days on site","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":10}}] 2024-11-15 21:29:01.708 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222593-11152024212901.txt === {"quote":"222593","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"BRUNNERA","shiptoName":"Brunner and Lay Inc.","entry_date":"10-07-2024","cust_order_date":"10-07-2024","req_date":"11-18-2024","cust_po":"EZ-AUTOCART DNM5700","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jason Wilt","drop_po":"EZ-ACART","status":"0","user":"stevel","conv_order":"","time":"09:28","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Larry Prickett","follow_phone":"501-268-8012","follow_email":"larry@searcyindustrialproducts.com","pic_user":"fletcherp","total_amt":"122334.68","total_gp":"72137.79","total_gpm":"58.97","rev_type":"PCQC","mod_date":"11-15-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"12","win_pct":"20","clo_date":"11-30-2024","notes":[],"crmnotes":[{"comp":1,"quote":222593,"Line":0,"Comment":"10/25/2024 9:21 PM - fletcherp - F/U changed from 10/20/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222593,"Line":1,"Comment":"10/25/2024 9:21 PM - fletcherp - CLO changed from 11/07/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":222593,"Line":2,"Comment":"11/15/2024 9:28 PM - fletcherp - F/U changed from 11/09/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222593,"Line":3,"Comment":"11/15/2024 9:28 PM - fletcherp - CLO changed from 11/09/2024 to 11/30/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222593","line":"1","part":"EZ-ACART-BASE-LN1813","qty":"1","price":"56875.00","uom":"EA","discount":"15.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"222593","line":"2","part":"EZ-ACART-GRD02-49","qty":"1","price":"1218.75","uom":"EA","discount":"15.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222593","line":"3","part":"EZ-EOAT-QC2","qty":"1","price":"2623.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222593","line":"4","part":"EZ-EOAT-3FG15","qty":"2","price":"5441.00","uom":"EA","discount":"0.00","req_date":"1 Stk","branch":"1"},{"comp":"01","order":"222593","line":"5","part":"EZ-ACART-SCAN","qty":"2","price":"6900.00","uom":"EA","discount":"0.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"222593","line":"6","part":"EZ-AUTODOOR","qty":"1","price":"5500.00","uom":"EA","discount":"0.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"222593","line":"7","part":"EZ-INSTALLATION","qty":"1","price":"3500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"222593","line":"8","part":"EZ-AUTODOOR","qty":"1","price":"7900.00","uom":"EA","discount":"0.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"222593","line":"9","part":"EZ-INSTALLATION","qty":"1","price":"3750.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"222593","line":"10","part":"EZ-INSTALLATION","qty":"1","price":"25000.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222593","Line":"6","Company":"1","F_Line":"1","Comment":"Lathe autodoor for Lynx for operator door.","Loc":"Y"},{"Quote":"222593","Line":"7","Company":"1","F_Line":"1","Comment":"Installation of Lynx autodoor","Loc":"Y"},{"Quote":"222593","Line":"8","Company":"1","F_Line":"1","Comment":"Auto door for milling machine side panel type.","Loc":"Y"},{"Quote":"222593","Line":"9","Company":"1","F_Line":"1","Comment":"Installation of mill side panel autodoor","Loc":"Y"},{"Quote":"222593","Line":"10","Company":"1","F_Line":"1","Comment":"Includes: Robot integration programming part run off","Loc":"Y"},{"Quote":"222593","Line":"10","Company":"1","F_Line":"2","Comment":"and training. 10days on site","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":10}}] 2024-11-15 21:29:06.645 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222593-11152024212906.txt === {"quote":"222593","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"BRUNNERA","shiptoName":"Brunner and Lay Inc.","entry_date":"10-07-2024","cust_order_date":"10-07-2024","req_date":"11-30-2024","cust_po":"EZ-AUTOCART DNM5700","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jason Wilt","drop_po":"EZ-ACART","status":"0","user":"stevel","conv_order":"","time":"09:28","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Larry Prickett","follow_phone":"501-268-8012","follow_email":"larry@searcyindustrialproducts.com","pic_user":"fletcherp","total_amt":"122334.68","total_gp":"72137.79","total_gpm":"58.97","rev_type":"PCQC","mod_date":"11-15-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"12","win_pct":"20","clo_date":"11-30-2024","notes":[],"crmnotes":[{"comp":1,"quote":222593,"Line":0,"Comment":"10/25/2024 9:21 PM - fletcherp - F/U changed from 10/20/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222593,"Line":1,"Comment":"10/25/2024 9:21 PM - fletcherp - CLO changed from 11/07/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":222593,"Line":2,"Comment":"11/15/2024 9:28 PM - fletcherp - F/U changed from 11/09/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222593,"Line":3,"Comment":"11/15/2024 9:28 PM - fletcherp - CLO changed from 11/09/2024 to 11/30/2024 (CLO Date Updated)"},{"comp":1,"quote":222593,"Line":4,"Comment":"11/15/2024 9:29 PM - fletcherp - Req Date changed from 11/18/2024 to 11/30/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222593","line":"1","part":"EZ-ACART-BASE-LN1813","qty":"1","price":"56875.00","uom":"EA","discount":"15.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"222593","line":"2","part":"EZ-ACART-GRD02-49","qty":"1","price":"1218.75","uom":"EA","discount":"15.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222593","line":"3","part":"EZ-EOAT-QC2","qty":"1","price":"2623.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222593","line":"4","part":"EZ-EOAT-3FG15","qty":"2","price":"5441.00","uom":"EA","discount":"0.00","req_date":"1 Stk","branch":"1"},{"comp":"01","order":"222593","line":"5","part":"EZ-ACART-SCAN","qty":"2","price":"6900.00","uom":"EA","discount":"0.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"222593","line":"6","part":"EZ-AUTODOOR","qty":"1","price":"5500.00","uom":"EA","discount":"0.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"222593","line":"7","part":"EZ-INSTALLATION","qty":"1","price":"3500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"222593","line":"8","part":"EZ-AUTODOOR","qty":"1","price":"7900.00","uom":"EA","discount":"0.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"222593","line":"9","part":"EZ-INSTALLATION","qty":"1","price":"3750.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"222593","line":"10","part":"EZ-INSTALLATION","qty":"1","price":"25000.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222593","Line":"6","Company":"1","F_Line":"1","Comment":"Lathe autodoor for Lynx for operator door.","Loc":"Y"},{"Quote":"222593","Line":"7","Company":"1","F_Line":"1","Comment":"Installation of Lynx autodoor","Loc":"Y"},{"Quote":"222593","Line":"8","Company":"1","F_Line":"1","Comment":"Auto door for milling machine side panel type.","Loc":"Y"},{"Quote":"222593","Line":"9","Company":"1","F_Line":"1","Comment":"Installation of mill side panel autodoor","Loc":"Y"},{"Quote":"222593","Line":"10","Company":"1","F_Line":"1","Comment":"Includes: Robot integration programming part run off","Loc":"Y"},{"Quote":"222593","Line":"10","Company":"1","F_Line":"2","Comment":"and training. 10days on site","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":10}}] 2024-11-15 21:29:40.468 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222593-11152024212940.txt === {"quote":"222593","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"BRUNNERA","shiptoName":"Brunner and Lay Inc.","entry_date":"10-07-2024","cust_order_date":"10-07-2024","req_date":"11-30-2024","cust_po":"EZ-AUTOCART DNM5700","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jason Wilt","drop_po":"EZ-ACART","status":"0","user":"stevel","conv_order":"","time":"09:28","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Larry Prickett","follow_phone":"501-268-8012","follow_email":"larry@searcyindustrialproducts.com","pic_user":"fletcherp","total_amt":"122334.68","total_gp":"72137.79","total_gpm":"58.97","rev_type":"PCQC","mod_date":"11-15-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"12","win_pct":"100","clo_date":"11-30-2024","notes":[],"crmnotes":[{"comp":1,"quote":222593,"Line":0,"Comment":"10/25/2024 9:21 PM - fletcherp - F/U changed from 10/20/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222593,"Line":1,"Comment":"10/25/2024 9:21 PM - fletcherp - CLO changed from 11/07/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":222593,"Line":2,"Comment":"11/15/2024 9:28 PM - fletcherp - F/U changed from 11/09/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222593,"Line":3,"Comment":"11/15/2024 9:28 PM - fletcherp - CLO changed from 11/09/2024 to 11/30/2024 (CLO Date Updated)"},{"comp":1,"quote":222593,"Line":4,"Comment":"11/15/2024 9:29 PM - fletcherp - Req Date changed from 11/18/2024 to 11/30/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222593","line":"1","part":"EZ-ACART-BASE-LN1813","qty":"1","price":"56875.00","uom":"EA","discount":"15.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"222593","line":"2","part":"EZ-ACART-GRD02-49","qty":"1","price":"1218.75","uom":"EA","discount":"15.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222593","line":"3","part":"EZ-EOAT-QC2","qty":"1","price":"2623.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222593","line":"4","part":"EZ-EOAT-3FG15","qty":"2","price":"5441.00","uom":"EA","discount":"0.00","req_date":"1 Stk","branch":"1"},{"comp":"01","order":"222593","line":"5","part":"EZ-ACART-SCAN","qty":"2","price":"6900.00","uom":"EA","discount":"0.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"222593","line":"6","part":"EZ-AUTODOOR","qty":"1","price":"5500.00","uom":"EA","discount":"0.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"222593","line":"7","part":"EZ-INSTALLATION","qty":"1","price":"3500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"222593","line":"8","part":"EZ-AUTODOOR","qty":"1","price":"7900.00","uom":"EA","discount":"0.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"222593","line":"9","part":"EZ-INSTALLATION","qty":"1","price":"3750.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"222593","line":"10","part":"EZ-INSTALLATION","qty":"1","price":"25000.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222593","Line":"6","Company":"1","F_Line":"1","Comment":"Lathe autodoor for Lynx for operator door.","Loc":"Y"},{"Quote":"222593","Line":"7","Company":"1","F_Line":"1","Comment":"Installation of Lynx autodoor","Loc":"Y"},{"Quote":"222593","Line":"8","Company":"1","F_Line":"1","Comment":"Auto door for milling machine side panel type.","Loc":"Y"},{"Quote":"222593","Line":"9","Company":"1","F_Line":"1","Comment":"Installation of mill side panel autodoor","Loc":"Y"},{"Quote":"222593","Line":"10","Company":"1","F_Line":"1","Comment":"Includes: Robot integration programming part run off","Loc":"Y"},{"Quote":"222593","Line":"10","Company":"1","F_Line":"2","Comment":"and training. 10days on site","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":10}}] 2024-11-15 21:29:59.194 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223606-11152024212958.txt === {"quote":"223606","customer":"13170TA","name":null,"customerName":"Morris South (NC-TA)","comp":"01","open":"0","shipto":"CUMMMORR","shiptoName":"Cummins-Meritor","entry_date":"10-29-2024","cust_order_date":"10-29-2024","req_date":"12-10-2024","cust_po":"5AX-201 OKUMA M560V","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Brandon Anderson","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"08:51","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Brandon Anderson","follow_phone":"615-330-7009","follow_email":"banderson@morrissouth.com","pic_user":"fletcherp","total_amt":"74120.4","total_gp":"46857.34","total_gpm":"63.22","rev_type":"RT","mod_date":"11-15-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"6","win_pct":"20","clo_date":"11-29-2024","notes":[{"comp":"1","quote":"223606","line":"0","data":"10-29-2024 08:54 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223606","line":"1","part":"5AX-201OSP4-ME40","qty":"2","price":"58900.00","uom":"EA","discount":"40.00","req_date":"1-2 WEEKS ARO","branch":"1"},{"comp":"01","order":"223606","line":"2","part":"RN-AX201SD-4+N-A","qty":"2","price":"2867.00","uom":"EA","discount":"40.00","req_date":"1-2 WEEKS ARO","branch":"1"},{"comp":"01","order":"223606","line":"3","part":"RT-ACCS-CABLE","qty":"2","price":"3100.00","uom":"EA","discount":"100.00","req_date":"1-2 WEEKS ARO","branch":"1"}],"qlines":[{"Quote":"223606","Line":"3","Company":"1","F_Line":"1","Comment":"EXTERNAL POWER/FEEDBACK CABLES FOR 4TH/5TH AXES","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-15 21:30:06.545 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223606-11152024213006.txt === {"quote":"223606","customer":"13170TA","name":null,"customerName":"Morris South (NC-TA)","comp":"01","open":"0","shipto":"CUMMMORR","shiptoName":"Cummins-Meritor","entry_date":"10-29-2024","cust_order_date":"10-29-2024","req_date":"12-10-2024","cust_po":"5AX-201 OKUMA M560V","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Brandon Anderson","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"08:51","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Brandon Anderson","follow_phone":"615-330-7009","follow_email":"banderson@morrissouth.com","pic_user":"fletcherp","total_amt":"74120.4","total_gp":"46857.34","total_gpm":"63.22","rev_type":"RT","mod_date":"11-15-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"6","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"223606","line":"0","data":"10-29-2024 08:54 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223606,"Line":0,"Comment":"11/15/2024 9:29 PM - fletcherp - F/U changed from 11/11/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223606,"Line":1,"Comment":"11/15/2024 9:30 PM - fletcherp - CLO changed from 11/29/2024 to 11/30/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223606","line":"1","part":"5AX-201OSP4-ME40","qty":"2","price":"58900.00","uom":"EA","discount":"40.00","req_date":"1-2 WEEKS ARO","branch":"1"},{"comp":"01","order":"223606","line":"2","part":"RN-AX201SD-4+N-A","qty":"2","price":"2867.00","uom":"EA","discount":"40.00","req_date":"1-2 WEEKS ARO","branch":"1"},{"comp":"01","order":"223606","line":"3","part":"RT-ACCS-CABLE","qty":"2","price":"3100.00","uom":"EA","discount":"100.00","req_date":"1-2 WEEKS ARO","branch":"1"}],"qlines":[{"Quote":"223606","Line":"3","Company":"1","F_Line":"1","Comment":"EXTERNAL POWER/FEEDBACK CABLES FOR 4TH/5TH AXES","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-15 21:30:15.553 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223235-11152024213015.txt === {"quote":"223235","customer":"1340","name":null,"customerName":"Metal Removal Technologies","comp":"01","open":"1","shipto":"METALREM","shiptoName":"Metal Removal Technologies-Bartlett","entry_date":"10-18-2024","cust_order_date":"10-18-2024","req_date":"11-29-2024","cust_po":"NCAT40-SK16C-60U-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"26","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Josh Thomas","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"14:46","extra":"","follow_up":"11-11-2024","web_id":"","follow_name":"Josh Thomas","follow_phone":"501-288-0573","follow_email":"jthomas@metal-removal.com","pic_user":"fletcherp","total_amt":"280.5","total_gp":"162.65","total_gpm":"57.99","rev_type":"ADV","mod_date":"11-15-2024","mod_time":null,"mod_user":"fletcherp","reason":"2","totalQty":"3","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"223235","line":"0","data":"10-18-2024 14:51 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223235","line":"1","part":"NCAT40-SK16C-60U-IDU","qty":"1","price":"442.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223235","line":"2","part":"SK16-1/2A","qty":"1","price":"82.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223235","line":"3","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-15 21:30:49.429 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223784-11152024213049.txt === {"quote":"223784","customer":"13410","name":null,"customerName":"Max Tool Inc.","comp":"01","open":"0","shipto":"MASTCHAT","shiptoName":"Master Machine, Inc.","entry_date":"10-31-2024","cust_order_date":"10-31-2024","req_date":"12-12-2024","cust_po":"SHRINK FIT + EXT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Lee Cleveland","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"14:12","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Lee Cleveland","follow_phone":"931-580-5123","follow_email":"lee.cleveland@maxtoolinc.com","pic_user":"fletcherp","total_amt":"10938.00","total_gp":"4232.98","total_gpm":"38.70","rev_type":"ADV","mod_date":"11-15-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"18","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"223784","line":"5","data":"10-31-2024 14:22 - Discounts Recalculated QS"},{"comp":"1","quote":"223784","line":"4","data":"10-31-2024 14:19 - Discounts Recalculated QS"},{"comp":"1","quote":"223784","line":"3","data":"10-31-2024 14:17 - Discounts Recalculated QS"},{"comp":"1","quote":"223784","line":"2","data":"open until then"},{"comp":"1","quote":"223784","line":"1","data":"sending seperate order for holders, keep quote"},{"comp":"1","quote":"223784","line":"0","data":"11-11-2024 13:41-alyssah PO sent in for SF Unit"}],"crmnotes":[],"items":[{"comp":"01","order":"223784","line":"1","part":"SF-START2-UNIT-200","qty":"1","price":"7500.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223784","line":"2","part":"SF-POT-HSK80/C8","qty":"2","price":"100.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223784","line":"3","part":"C8-SF0500-3.54CP","qty":"1","price":"640.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223784","line":"4","part":"C8-SF0500-5.12CP","qty":"1","price":"703.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223784","line":"5","part":"C8-SF0625-3.74CP","qty":"1","price":"640.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223784","line":"6","part":"C8-SF0625-5.12CP","qty":"1","price":"703.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223784","line":"7","part":"C8-SF0750-3.74CP","qty":"1","price":"640.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223784","line":"8","part":"C8-SF0750-5.12CP","qty":"1","price":"703.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223784","line":"9","part":"ST50-SF0125-6.30","qty":"1","price":"189.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223784","line":"10","part":"ST50-SF0187-6.30","qty":"1","price":"189.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223784","line":"11","part":"ST62-SF0125-6.30","qty":"1","price":"189.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223784","line":"12","part":"ST62-SF0187-6.30","qty":"1","price":"189.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223784","line":"13","part":"ST62-SF0250-6.30","qty":"1","price":"189.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223784","line":"14","part":"ST75-SF0250-6.30","qty":"1","price":"189.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223784","line":"15","part":"ST75-SF0312-6.30","qty":"1","price":"189.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223784","line":"16","part":"ST75-SF0375-6.30","qty":"1","price":"189.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223784","line":"17","part":"ST75-SF0500-6.30","qty":"1","price":"189.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":17}}] 2024-11-15 21:30:59.537 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224105-11152024213059.txt === {"quote":"224105","customer":"1340","name":null,"customerName":"Metal Removal Technologies","comp":"01","open":"1","shipto":"PATHMEMP","shiptoName":"Pathway Precision Manufacturing","entry_date":"11-07-2024","cust_order_date":"11-07-2024","req_date":"12-19-2024","cust_po":"HSK63A 22M SM HOLDER","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"26","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Gabe Davis","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"11:04","extra":"","follow_up":"11-13-2024","web_id":"","follow_name":"Gabe Davis","follow_phone":"901-421-5607","follow_email":"gdavis@metal-removal.com","pic_user":"fletcherp","total_amt":"225.5","total_gp":"125.73","total_gpm":"55.76","rev_type":"STD","mod_date":"11-15-2024","mod_time":null,"mod_user":"fletcherp","reason":"2","totalQty":"1","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"224105","line":"0","data":"11-07-2024 11:09 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"224105","line":"1","part":"HSK63A-FMC22-60","qty":"1","price":"451.00","uom":"EA","discount":"50.00","req_date":"FACTORY 1 WEEK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-15 21:31:08.001 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224134-11152024213107.txt === {"quote":"224134","customer":"8565","name":null,"customerName":"Hoffmann Quality Tools USA, Inc.","comp":"01","open":"1","shipto":"TEGRAX","shiptoName":"Tegra Medical","entry_date":"11-07-2024","cust_order_date":"11-07-2024","req_date":"12-19-2024","cust_po":"HSK63 SK16 J HOLDERS","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"27","salesman":"GB","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Garrett Jones","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"15:11","extra":"","follow_up":"11-13-2024","web_id":"","follow_name":"Garrett Jones","follow_phone":"","follow_email":"jones.garrett@hoffmann-group.com","pic_user":"fletcherp","total_amt":"1161.95","total_gp":"997.29","total_gpm":"85.83","rev_type":"ADV","mod_date":"11-15-2024","mod_time":null,"mod_user":"fletcherp","reason":"2","totalQty":"2","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"224134","line":"1","data":"11-07-2024 15:13 - Discounts Recalculated QS"},{"comp":"1","quote":"224134","line":"0","data":"11-07-2024 15:12 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"224134","line":"1","part":"HSK63A-SK16C-120P-J-IDU","qty":"1","price":"640.00","uom":"EA","discount":"15.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224134","line":"2","part":"HSK63A-SK16C-150P-J","qty":"1","price":"727.00","uom":"EA","discount":"15.00","req_date":"0 Stk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-15 21:31:18.368 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223856-11152024213118.txt === {"quote":"223856","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"BKARABB","shiptoName":"B-K Manufacturing","entry_date":"11-01-2024","cust_order_date":"11-01-2024","req_date":"12-13-2024","cust_po":"BMT85 HWACHEON TOOLS","terms_code":"N30","ship_via":"BW","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Ross Kinstler","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"15:50","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Ross Kinstler","follow_phone":"","follow_email":"ross@afi-tools.com","pic_user":"fletcherp","total_amt":"31520.00","total_gp":"11997.04","total_gpm":"38.06","rev_type":"LT","mod_date":"11-15-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-01-2024","notes":[{"comp":"1","quote":"223856","line":"0","data":"11-01-2024 15:51 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223856","line":"1","part":"BMT85-C5Z-85-ICE","qty":"4","price":"7880.00","uom":"EA","discount":"0.00","req_date":"SEE COMMENTS BELOW","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-15 21:31:31.027 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223831-11152024213130.txt === {"quote":"223831","customer":"13410","name":null,"customerName":"Max Tool Inc.","comp":"01","open":"1","shipto":"LEKTRONI","shiptoName":"Lektron Inc","entry_date":"11-01-2024","cust_order_date":"11-01-2024","req_date":"12-13-2024","cust_po":"SHRINK COOLING RINGS","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Tammy Brewer","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"12:10","extra":"","follow_up":"11-14-2024","web_id":"","follow_name":"Tammy Brewer","follow_phone":"256-859-3100","follow_email":"tammy.brewer@maxtoolinc.com","pic_user":"fletcherp","total_amt":"0","total_gp":"0.00","total_gpm":"0.00","rev_type":"STD","mod_date":"11-15-2024","mod_time":null,"mod_user":"fletcherp","reason":"2","totalQty":"0","win_pct":"20","clo_date":"12-01-2024","notes":[],"crmnotes":[],"items":[],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":0}}] 2024-11-15 21:31:40.455 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222069-11152024213140.txt === {"quote":"222069","customer":"19345","name":null,"customerName":"Searcy Industrial Products, Inc.","comp":"01","open":"0","shipto":"BRUNNERA","shiptoName":"Brunner and Lay Inc.","entry_date":"09-25-2024","cust_order_date":"09-24-2024","req_date":"11-16-2024","cust_po":"5AX-201 DNM5700","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"26","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"LARRY PRICKETT","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"13:16","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Larry Prickett","follow_phone":"","follow_email":"larry@searcyindustrialproducts.com","pic_user":"fletcherp","total_amt":"56490.90","total_gp":"43212.22","total_gpm":"76.49","rev_type":"RT","mod_date":"11-15-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"5","win_pct":"100","clo_date":"11-16-2024","notes":[],"crmnotes":[{"comp":1,"quote":222069,"Line":0,"Comment":"09/27/2024 11:09 PM - fletcherp - F/U changed from 10/01/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222069,"Line":1,"Comment":"09/27/2024 11:09 PM - fletcherp - CLO changed from NaN/NaN/NaN to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":222069,"Line":2,"Comment":"10/25/2024 9:19 PM - fletcherp - F/U changed from 10/19/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222069,"Line":3,"Comment":"10/25/2024 9:19 PM - fletcherp - CLO changed from 10/26/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":222069,"Line":4,"Comment":"10/25/2024 9:19 PM - fletcherp - Req Date changed from 11/01/2024 to 11/02/2024 (Req Date Updated)"},{"comp":1,"quote":222069,"Line":5,"Comment":"10/25/2024 9:20 PM - fletcherp - Win% changed from 20 to 100"},{"comp":1,"quote":222069,"Line":6,"Comment":"11/08/2024 11:22 PM - fletcherp - F/U changed from 11/02/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222069,"Line":7,"Comment":"11/08/2024 11:22 PM - fletcherp - CLO changed from 11/02/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":222069,"Line":8,"Comment":"11/08/2024 11:22 PM - fletcherp - Req Date changed from 11/02/2024 to 11/16/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222069","line":"1","part":"5AX-201FA-M-AB","qty":"1","price":"53600.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222069","line":"2","part":"RN-AX201SD-4+N-A","qty":"1","price":"2867.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222069","line":"3","part":"RT-ACCS-WKHD","qty":"2","price":"1760.00","uom":"EA","discount":"30.00","req_date":"","branch":"1"},{"comp":"01","order":"222069","line":"4","part":"INSTALLATION-RT-5AX-SE","qty":"1","price":"14500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222069","Line":"3","Company":"1","F_Line":"1","Comment":"(1) ADAPTER PLATE TO MOUNT TO T-SLOTS ON ROTARY TABLE","Loc":"Y"},{"Quote":"222069","Line":"3","Company":"1","F_Line":"2","Comment":"(1) CHUCK PLATE FOR MOUNTING SCHUNK TPS125-26/Z","Loc":"Y"},{"Quote":"222069","Line":"3","Company":"1","F_Line":"3","Comment":"SELF CONTAINED 3-JAW AIR CHUCK","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-15 21:31:48.532 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222069-11152024213148.txt === {"quote":"222069","customer":"19345","name":null,"customerName":"Searcy Industrial Products, Inc.","comp":"01","open":"0","shipto":"BRUNNERA","shiptoName":"Brunner and Lay Inc.","entry_date":"09-25-2024","cust_order_date":"09-24-2024","req_date":"11-16-2024","cust_po":"5AX-201 DNM5700","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"26","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"LARRY PRICKETT","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"13:16","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Larry Prickett","follow_phone":"","follow_email":"larry@searcyindustrialproducts.com","pic_user":"fletcherp","total_amt":"56490.90","total_gp":"43212.22","total_gpm":"76.49","rev_type":"RT","mod_date":"11-15-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"5","win_pct":"100","clo_date":"11-23-2024","notes":[],"crmnotes":[{"comp":1,"quote":222069,"Line":0,"Comment":"09/27/2024 11:09 PM - fletcherp - F/U changed from 10/01/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222069,"Line":1,"Comment":"09/27/2024 11:09 PM - fletcherp - CLO changed from NaN/NaN/NaN to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":222069,"Line":2,"Comment":"10/25/2024 9:19 PM - fletcherp - F/U changed from 10/19/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222069,"Line":3,"Comment":"10/25/2024 9:19 PM - fletcherp - CLO changed from 10/26/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":222069,"Line":4,"Comment":"10/25/2024 9:19 PM - fletcherp - Req Date changed from 11/01/2024 to 11/02/2024 (Req Date Updated)"},{"comp":1,"quote":222069,"Line":5,"Comment":"10/25/2024 9:20 PM - fletcherp - Win% changed from 20 to 100"},{"comp":1,"quote":222069,"Line":6,"Comment":"11/08/2024 11:22 PM - fletcherp - F/U changed from 11/02/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222069,"Line":7,"Comment":"11/08/2024 11:22 PM - fletcherp - CLO changed from 11/02/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":222069,"Line":8,"Comment":"11/08/2024 11:22 PM - fletcherp - Req Date changed from 11/02/2024 to 11/16/2024 (Req Date Updated)"},{"comp":1,"quote":222069,"Line":9,"Comment":"11/15/2024 9:31 PM - fletcherp - F/U changed from 11/16/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222069,"Line":10,"Comment":"11/15/2024 9:31 PM - fletcherp - CLO changed from 11/16/2024 to 11/23/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222069","line":"1","part":"5AX-201FA-M-AB","qty":"1","price":"53600.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222069","line":"2","part":"RN-AX201SD-4+N-A","qty":"1","price":"2867.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222069","line":"3","part":"RT-ACCS-WKHD","qty":"2","price":"1760.00","uom":"EA","discount":"30.00","req_date":"","branch":"1"},{"comp":"01","order":"222069","line":"4","part":"INSTALLATION-RT-5AX-SE","qty":"1","price":"14500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222069","Line":"3","Company":"1","F_Line":"1","Comment":"(1) ADAPTER PLATE TO MOUNT TO T-SLOTS ON ROTARY TABLE","Loc":"Y"},{"Quote":"222069","Line":"3","Company":"1","F_Line":"2","Comment":"(1) CHUCK PLATE FOR MOUNTING SCHUNK TPS125-26/Z","Loc":"Y"},{"Quote":"222069","Line":"3","Company":"1","F_Line":"3","Comment":"SELF CONTAINED 3-JAW AIR CHUCK","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-15 21:31:53.241 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222069-11152024213153.txt === {"quote":"222069","customer":"19345","name":null,"customerName":"Searcy Industrial Products, Inc.","comp":"01","open":"0","shipto":"BRUNNERA","shiptoName":"Brunner and Lay Inc.","entry_date":"09-25-2024","cust_order_date":"09-24-2024","req_date":"11-23-2024","cust_po":"5AX-201 DNM5700","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"26","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"LARRY PRICKETT","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"13:16","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Larry Prickett","follow_phone":"","follow_email":"larry@searcyindustrialproducts.com","pic_user":"fletcherp","total_amt":"56490.90","total_gp":"43212.22","total_gpm":"76.49","rev_type":"RT","mod_date":"11-15-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"5","win_pct":"100","clo_date":"11-23-2024","notes":[],"crmnotes":[{"comp":1,"quote":222069,"Line":0,"Comment":"09/27/2024 11:09 PM - fletcherp - F/U changed from 10/01/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222069,"Line":1,"Comment":"09/27/2024 11:09 PM - fletcherp - CLO changed from NaN/NaN/NaN to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":222069,"Line":2,"Comment":"10/25/2024 9:19 PM - fletcherp - F/U changed from 10/19/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222069,"Line":3,"Comment":"10/25/2024 9:19 PM - fletcherp - CLO changed from 10/26/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":222069,"Line":4,"Comment":"10/25/2024 9:19 PM - fletcherp - Req Date changed from 11/01/2024 to 11/02/2024 (Req Date Updated)"},{"comp":1,"quote":222069,"Line":5,"Comment":"10/25/2024 9:20 PM - fletcherp - Win% changed from 20 to 100"},{"comp":1,"quote":222069,"Line":6,"Comment":"11/08/2024 11:22 PM - fletcherp - F/U changed from 11/02/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222069,"Line":7,"Comment":"11/08/2024 11:22 PM - fletcherp - CLO changed from 11/02/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":222069,"Line":8,"Comment":"11/08/2024 11:22 PM - fletcherp - Req Date changed from 11/02/2024 to 11/16/2024 (Req Date Updated)"},{"comp":1,"quote":222069,"Line":9,"Comment":"11/15/2024 9:31 PM - fletcherp - F/U changed from 11/16/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222069,"Line":10,"Comment":"11/15/2024 9:31 PM - fletcherp - CLO changed from 11/16/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":222069,"Line":11,"Comment":"11/15/2024 9:31 PM - fletcherp - Req Date changed from 11/16/2024 to 11/23/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222069","line":"1","part":"5AX-201FA-M-AB","qty":"1","price":"53600.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222069","line":"2","part":"RN-AX201SD-4+N-A","qty":"1","price":"2867.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222069","line":"3","part":"RT-ACCS-WKHD","qty":"2","price":"1760.00","uom":"EA","discount":"30.00","req_date":"","branch":"1"},{"comp":"01","order":"222069","line":"4","part":"INSTALLATION-RT-5AX-SE","qty":"1","price":"14500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222069","Line":"3","Company":"1","F_Line":"1","Comment":"(1) ADAPTER PLATE TO MOUNT TO T-SLOTS ON ROTARY TABLE","Loc":"Y"},{"Quote":"222069","Line":"3","Company":"1","F_Line":"2","Comment":"(1) CHUCK PLATE FOR MOUNTING SCHUNK TPS125-26/Z","Loc":"Y"},{"Quote":"222069","Line":"3","Company":"1","F_Line":"3","Comment":"SELF CONTAINED 3-JAW AIR CHUCK","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-15 21:32:00.483 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219539-11152024213200.txt === {"quote":"219539","customer":"1340","name":null,"customerName":"Metal Removal Technologies","comp":"01","open":"0","shipto":"SAINTJE","shiptoName":"Saint Jean Industries","entry_date":"07-31-2024","cust_order_date":"08-15-2024","req_date":"03-01-2025","cust_po":"HSK63 12MM WELDON RAH","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"26","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"22:11","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Josh Thomas","follow_phone":"501-288-0573","follow_email":"jthomas@metal-removal.com","pic_user":"fletcherp","total_amt":"62588.40","total_gp":"28326.42","total_gpm":"45.26","rev_type":"ADV","mod_date":"11-15-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"6","win_pct":"20","clo_date":"11-16-2024","notes":[],"crmnotes":[{"comp":1,"quote":219539,"Line":0,"Comment":"08/09/2024 11:03 PM - fletcherp - F/U changed from 08/06/2024 to 8/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219539,"Line":1,"Comment":"08/30/2024 9:16 PM - fletcherp - F/U changed from 08/24/2024 to 9/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219539,"Line":2,"Comment":"08/30/2024 9:16 PM - fletcherp - CLO changed from 09/01/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":219539,"Line":3,"Comment":"08/30/2024 9:17 PM - fletcherp - Req Date changed from 11/15/2024 to 12/21/2024 (Req Date Updated)"},{"comp":1,"quote":219539,"Line":4,"Comment":"09/20/2024 10:48 PM - fletcherp - F/U changed from 09/14/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219539,"Line":5,"Comment":"09/20/2024 10:48 PM - fletcherp - CLO changed from 09/21/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":219539,"Line":6,"Comment":"09/30/2024 8:42 AM - fletcherp - CLO changed from 10/05/2024 to 10/16/2024 (CLO Date Updated)"},{"comp":1,"quote":219539,"Line":7,"Comment":"09/30/2024 8:43 AM - fletcherp - Req Date changed from 12/21/2024 to 02/01/2025 (Req Date Updated)"},{"comp":1,"quote":219539,"Line":8,"Comment":"10/06/2024 10:53 PM - fletcherp - F/U changed from 10/05/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219539,"Line":9,"Comment":"10/06/2024 10:53 PM - fletcherp - CLO changed from 10/16/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":219539,"Line":10,"Comment":"11/08/2024 11:14 PM - fletcherp - F/U changed from 10/26/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219539,"Line":11,"Comment":"11/08/2024 11:14 PM - fletcherp - CLO changed from 11/02/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":219539,"Line":12,"Comment":"11/08/2024 11:15 PM - fletcherp - F/U changed from 11/16/2024 to 11/15/2024 (Order Approved Pending PO)"},{"comp":1,"quote":219539,"Line":13,"Comment":"11/12/2024 3:40 PM - fletcherp - F/U changed from 11/15/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219539,"Line":14,"Comment":"11/12/2024 3:43 PM - fletcherp - Req Date changed from 02/01/2025 to 03/01/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"219539","line":"1","part":"H63ARAM-SL12-280STEC-64FP","qty":"6","price":"10431.40","uom":"EA","discount":"0.00","req_date":"14 WEEKS ARO","branch":"1"}],"qlines":[{"Quote":"219539","Line":"1","Company":"1","F_Line":"1","Comment":"12 WEEKS MANUFACTURE; 2 WEEKS SHIPPING","Loc":"Y"},{"Quote":"219539","Line":"1","Company":"1","F_Line":"2","Comment":"EXPEDITED FREIGHT CAN BE PURCHASED IF NECESSARY","Loc":"Y"},{"Quote":"219539","Line":"1","Company":"1","F_Line":"3","Comment":"ASK FOR DIRECT AIR FREIGHT SHIPMENT QUOTE IF NEEDED","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-15 21:32:07.224 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219539-11152024213207.txt === {"quote":"219539","customer":"1340","name":null,"customerName":"Metal Removal Technologies","comp":"01","open":"0","shipto":"SAINTJE","shiptoName":"Saint Jean Industries","entry_date":"07-31-2024","cust_order_date":"08-15-2024","req_date":"03-01-2025","cust_po":"HSK63 12MM WELDON RAH","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"26","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"22:11","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Josh Thomas","follow_phone":"501-288-0573","follow_email":"jthomas@metal-removal.com","pic_user":"fletcherp","total_amt":"62588.40","total_gp":"28326.42","total_gpm":"45.26","rev_type":"ADV","mod_date":"11-15-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"6","win_pct":"20","clo_date":"11-23-2024","notes":[],"crmnotes":[{"comp":1,"quote":219539,"Line":0,"Comment":"08/09/2024 11:03 PM - fletcherp - F/U changed from 08/06/2024 to 8/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219539,"Line":1,"Comment":"08/30/2024 9:16 PM - fletcherp - F/U changed from 08/24/2024 to 9/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219539,"Line":2,"Comment":"08/30/2024 9:16 PM - fletcherp - CLO changed from 09/01/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":219539,"Line":3,"Comment":"08/30/2024 9:17 PM - fletcherp - Req Date changed from 11/15/2024 to 12/21/2024 (Req Date Updated)"},{"comp":1,"quote":219539,"Line":4,"Comment":"09/20/2024 10:48 PM - fletcherp - F/U changed from 09/14/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219539,"Line":5,"Comment":"09/20/2024 10:48 PM - fletcherp - CLO changed from 09/21/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":219539,"Line":6,"Comment":"09/30/2024 8:42 AM - fletcherp - CLO changed from 10/05/2024 to 10/16/2024 (CLO Date Updated)"},{"comp":1,"quote":219539,"Line":7,"Comment":"09/30/2024 8:43 AM - fletcherp - Req Date changed from 12/21/2024 to 02/01/2025 (Req Date Updated)"},{"comp":1,"quote":219539,"Line":8,"Comment":"10/06/2024 10:53 PM - fletcherp - F/U changed from 10/05/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219539,"Line":9,"Comment":"10/06/2024 10:53 PM - fletcherp - CLO changed from 10/16/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":219539,"Line":10,"Comment":"11/08/2024 11:14 PM - fletcherp - F/U changed from 10/26/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219539,"Line":11,"Comment":"11/08/2024 11:14 PM - fletcherp - CLO changed from 11/02/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":219539,"Line":12,"Comment":"11/08/2024 11:15 PM - fletcherp - F/U changed from 11/16/2024 to 11/15/2024 (Order Approved Pending PO)"},{"comp":1,"quote":219539,"Line":13,"Comment":"11/12/2024 3:40 PM - fletcherp - F/U changed from 11/15/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219539,"Line":14,"Comment":"11/12/2024 3:43 PM - fletcherp - Req Date changed from 02/01/2025 to 03/01/2025 (Req Date Updated)"},{"comp":1,"quote":219539,"Line":15,"Comment":"11/15/2024 9:32 PM - fletcherp - F/U changed from 11/16/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219539,"Line":16,"Comment":"11/15/2024 9:32 PM - fletcherp - CLO changed from 11/16/2024 to 11/23/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"219539","line":"1","part":"H63ARAM-SL12-280STEC-64FP","qty":"6","price":"10431.40","uom":"EA","discount":"0.00","req_date":"14 WEEKS ARO","branch":"1"}],"qlines":[{"Quote":"219539","Line":"1","Company":"1","F_Line":"1","Comment":"12 WEEKS MANUFACTURE; 2 WEEKS SHIPPING","Loc":"Y"},{"Quote":"219539","Line":"1","Company":"1","F_Line":"2","Comment":"EXPEDITED FREIGHT CAN BE PURCHASED IF NECESSARY","Loc":"Y"},{"Quote":"219539","Line":"1","Company":"1","F_Line":"3","Comment":"ASK FOR DIRECT AIR FREIGHT SHIPMENT QUOTE IF NEEDED","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-15 21:32:30.188 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222069-11152024213229.txt === {"quote":"222069","customer":"19345","name":null,"customerName":"Searcy Industrial Products, Inc.","comp":"01","open":"0","shipto":"BRUNNERA","shiptoName":"Brunner and Lay Inc.","entry_date":"09-25-2024","cust_order_date":"09-24-2024","req_date":"11-23-2024","cust_po":"5AX-201 DNM5700","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"26","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"LARRY PRICKETT","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"13:16","extra":"","follow_up":"11-22-2024","web_id":"","follow_name":"Larry Prickett","follow_phone":"","follow_email":"larry@searcyindustrialproducts.com","pic_user":"fletcherp","total_amt":"56490.90","total_gp":"43212.22","total_gpm":"76.49","rev_type":"RT","mod_date":"11-15-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"5","win_pct":"100","clo_date":"11-23-2024","notes":[],"crmnotes":[{"comp":1,"quote":222069,"Line":0,"Comment":"09/27/2024 11:09 PM - fletcherp - F/U changed from 10/01/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222069,"Line":1,"Comment":"09/27/2024 11:09 PM - fletcherp - CLO changed from NaN/NaN/NaN to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":222069,"Line":2,"Comment":"10/25/2024 9:19 PM - fletcherp - F/U changed from 10/19/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222069,"Line":3,"Comment":"10/25/2024 9:19 PM - fletcherp - CLO changed from 10/26/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":222069,"Line":4,"Comment":"10/25/2024 9:19 PM - fletcherp - Req Date changed from 11/01/2024 to 11/02/2024 (Req Date Updated)"},{"comp":1,"quote":222069,"Line":5,"Comment":"10/25/2024 9:20 PM - fletcherp - Win% changed from 20 to 100"},{"comp":1,"quote":222069,"Line":6,"Comment":"11/08/2024 11:22 PM - fletcherp - F/U changed from 11/02/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222069,"Line":7,"Comment":"11/08/2024 11:22 PM - fletcherp - CLO changed from 11/02/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":222069,"Line":8,"Comment":"11/08/2024 11:22 PM - fletcherp - Req Date changed from 11/02/2024 to 11/16/2024 (Req Date Updated)"},{"comp":1,"quote":222069,"Line":9,"Comment":"11/15/2024 9:31 PM - fletcherp - F/U changed from 11/16/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222069,"Line":10,"Comment":"11/15/2024 9:31 PM - fletcherp - CLO changed from 11/16/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":222069,"Line":11,"Comment":"11/15/2024 9:31 PM - fletcherp - Req Date changed from 11/16/2024 to 11/23/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222069","line":"1","part":"5AX-201FA-M-AB","qty":"1","price":"53600.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222069","line":"2","part":"RN-AX201SD-4+N-A","qty":"1","price":"2867.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222069","line":"3","part":"RT-ACCS-WKHD","qty":"2","price":"1760.00","uom":"EA","discount":"30.00","req_date":"","branch":"1"},{"comp":"01","order":"222069","line":"4","part":"INSTALLATION-RT-5AX-SE","qty":"1","price":"14500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222069","Line":"3","Company":"1","F_Line":"1","Comment":"(1) ADAPTER PLATE TO MOUNT TO T-SLOTS ON ROTARY TABLE","Loc":"Y"},{"Quote":"222069","Line":"3","Company":"1","F_Line":"2","Comment":"(1) CHUCK PLATE FOR MOUNTING SCHUNK TPS125-26/Z","Loc":"Y"},{"Quote":"222069","Line":"3","Company":"1","F_Line":"3","Comment":"SELF CONTAINED 3-JAW AIR CHUCK","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-15 21:32:44.148 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223538-11152024213243.txt === {"quote":"223538","customer":"13410","name":null,"customerName":"Max Tool Inc.","comp":"01","open":"0","shipto":"DYNET","shiptoName":"Dynetics, Incorporated","entry_date":"10-25-2024","cust_order_date":"10-25-2024","req_date":"12-06-2024","cust_po":"BMT85 CAPTO C5 LT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Keith Dye","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"13:35","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Keith Dye","follow_phone":"","follow_email":"dpitool@gmail.com","pic_user":"fletcherp","total_amt":"15450.00","total_gp":"6632.89","total_gpm":"42.93","rev_type":"LT","mod_date":"11-15-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-25-2024","notes":[{"comp":"1","quote":"223538","line":"0","data":"10-25-2024 13:36 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223538,"Line":0,"Comment":"11/08/2024 11:19 PM - fletcherp - F/U changed from 10/31/2024 to 11/16/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223538","line":"1","part":"BMT85-C5X-ICE","qty":"1","price":"6950.00","uom":"EA","discount":"0.00","req_date":"FACTORY STOCK","branch":"1"},{"comp":"01","order":"223538","line":"2","part":"BMT85-C5Z-85-ICE","qty":"1","price":"8500.00","uom":"EA","discount":"0.00","req_date":"FACTORY STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-15 21:37:16.649 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223672-11152024213716.txt === {"quote":"223672","customer":"3525","name":null,"customerName":"Cline Tool & Service Company","comp":"01","open":"1","shipto":"MAHLMOMO","shiptoName":"MAHLE ENGINE COMPONENTS","entry_date":"10-29-2024","cust_order_date":"10-23-2024","req_date":"12-01-2024","cust_po":"SPECIAL BMT68 MI40","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"37","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Chris Crawford","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"16:28","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Chris Crawford","follow_phone":"641-792-7081","follow_email":"ccrawford@clinetool.com","pic_user":"fletcherp","total_amt":"122405.56","total_gp":"122405.56","total_gpm":"100.00","rev_type":"LT","mod_date":"11-15-2024","mod_time":null,"mod_user":"fletcherp","reason":"2","totalQty":"22","win_pct":"20","clo_date":"11-23-2024","notes":[],"crmnotes":[{"comp":1,"quote":223672,"Line":0,"Comment":"11/08/2024 11:25 PM - fletcherp - F/U changed from 11/04/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223672,"Line":1,"Comment":"11/08/2024 11:25 PM - fletcherp - CLO changed from 11/15/2024 to 11/23/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223672","line":"3","part":"SPECIAL-LV-MI","qty":"2","price":"5970.22","uom":"EA","discount":"0.00","req_date":"18-20 WEEKS ARO","branch":"1"},{"comp":"01","order":"223672","line":"4","part":"SPECIAL-LV-MI","qty":"4","price":"5707.10","uom":"EA","discount":"0.00","req_date":"18-20 WEEKS ARO","branch":"1"},{"comp":"01","order":"223672","line":"5","part":"SPECIAL-LV-MI","qty":"6","price":"5620.52","uom":"EA","discount":"0.00","req_date":"18-20 WEEKS ARO","branch":"1"},{"comp":"01","order":"223672","line":"6","part":"SPECIAL-LV-MI","qty":"10","price":"5391.36","uom":"EA","discount":"0.00","req_date":"18-20 WEEKS ARO","branch":"1"}],"qlines":[{"Quote":"223672","Line":"3","Company":"1","F_Line":"1","Comment":"SHANK: BMT68","Loc":"Y"},{"Quote":"223672","Line":"3","Company":"1","F_Line":"2","Comment":"TOOLING INTERFACE: MIMATIC MI40 QUICK CHANGE","Loc":"Y"},{"Quote":"223672","Line":"3","Company":"1","F_Line":"3","Comment":"COOLANT: INTERNAL THRU SPINDLE & EXTERNAL THRU PIPING","Loc":"Y"},{"Quote":"223672","Line":"3","Company":"1","F_Line":"4","Comment":"ROTATION: OUTPUT IS REVERSAL TO INPUT","Loc":"Y"},{"Quote":"223672","Line":"3","Company":"1","F_Line":"5","Comment":"CENTER HEIGHT: 80MM","Loc":"Y"},{"Quote":"223672","Line":"3","Company":"1","F_Line":"6","Comment":"GEAR RATIO: 1:2 (6500 INPUT = 13000 OUTPUT)","Loc":"Y"},{"Quote":"223672","Line":"3","Company":"1","F_Line":"7","Comment":"DRAWING # 00063776","Loc":"Y"},{"Quote":"223672","Line":"3","Company":"1","F_Line":"8","Comment":"TOOL WEIGHT: APPROX. 8.5 KG","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-15 21:38:02.122 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223673-11152024213801.txt === {"quote":"223673","customer":"3525","name":null,"customerName":"Cline Tool & Service Company","comp":"01","open":"1","shipto":"MAHLMOMO","shiptoName":"MAHLE ENGINE COMPONENTS","entry_date":"10-29-2024","cust_order_date":"10-23-2024","req_date":"01-01-2025","cust_po":"SPECIAL BMT68 HYDROFLEX","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"37","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Chris Crawford","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"16:32","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Chris Crawford","follow_phone":"641-792-7081","follow_email":"ccrawford@clinetool.com","pic_user":"fletcherp","total_amt":"119642.02","total_gp":"119642.02","total_gpm":"100.00","rev_type":"LT","mod_date":"11-15-2024","mod_time":null,"mod_user":"fletcherp","reason":"2","totalQty":"22","win_pct":"20","clo_date":"12-01-2023","notes":[],"crmnotes":[{"comp":1,"quote":223673,"Line":0,"Comment":"11/08/2024 11:26 PM - fletcherp - F/U changed from 11/04/2024 to 11/16/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223673","line":"3","part":"SPECIAL-LV-MI","qty":"2","price":"6024.54","uom":"EA","discount":"0.00","req_date":"18-20 WEEKS ARO","branch":"1"},{"comp":"01","order":"223673","line":"4","part":"SPECIAL-LV-MI","qty":"4","price":"5763.12","uom":"EA","discount":"0.00","req_date":"18-20 WEEKS ARO","branch":"1"},{"comp":"01","order":"223673","line":"5","part":"SPECIAL-LV-MI","qty":"6","price":"5427.01","uom":"EA","discount":"0.00","req_date":"18-20 WEEKS ARO","branch":"1"},{"comp":"01","order":"223673","line":"6","part":"SPECIAL-LV-MI","qty":"10","price":"5197.84","uom":"EA","discount":"0.00","req_date":"18-20 WEEKS ARO","branch":"1"}],"qlines":[{"Quote":"223673","Line":"3","Company":"1","F_Line":"1","Comment":"SHANK: BMT68","Loc":"Y"},{"Quote":"223673","Line":"3","Company":"1","F_Line":"2","Comment":"TOOLING INTERFACE: HYDRO-FLEX 20 HOLDER SYSTEM","Loc":"Y"},{"Quote":"223673","Line":"3","Company":"1","F_Line":"3","Comment":"COOLANT: INTERNAL THRU SPINDLE & EXTERNAL THRU PIPING","Loc":"Y"},{"Quote":"223673","Line":"3","Company":"1","F_Line":"4","Comment":"ROTATION: OUTPUT IS REVERSAL TO INPUT","Loc":"Y"},{"Quote":"223673","Line":"3","Company":"1","F_Line":"5","Comment":"CENTER HEIGHT: 80MM","Loc":"Y"},{"Quote":"223673","Line":"3","Company":"1","F_Line":"6","Comment":"GEAR RATIO: 1:2 (6500 INPUT = 13000 OUTPUT)","Loc":"Y"},{"Quote":"223673","Line":"3","Company":"1","F_Line":"7","Comment":"DRAWING # 00063776-C3","Loc":"Y"},{"Quote":"223673","Line":"3","Company":"1","F_Line":"8","Comment":"TOOL WEIGHT: APPROX. 8.5 KG","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-15 21:38:19.604 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223955-11152024213819.txt === {"quote":"223955","customer":"13170","name":null,"customerName":"Morris South (NC)","comp":"01","open":"0","shipto":"MORRISS","shiptoName":"Morris South","entry_date":"11-05-2024","cust_order_date":"11-05-2024","req_date":"12-17-2024","cust_po":"5AX-130 OKUMA","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"AM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Patrick Sanders","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"10:52","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Patrick Sanders","follow_phone":"","follow_email":"psanders@morrissouth.com","pic_user":"fletcherp","total_amt":"33736.5","total_gp":"22084.13","total_gpm":"65.46","rev_type":"RT","mod_date":"11-15-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-05-2024","notes":[{"comp":"1","quote":"223955","line":"0","data":"11-05-2024 11:03 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223955","line":"1","part":"5AX-130OSP4-M","qty":"1","price":"48195.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223955","line":"2","part":"RT-ACCS-CABLE","qty":"1","price":"3100.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223955","Line":"2","Company":"1","F_Line":"1","Comment":"EXTERNAL POWER/FEEDBACK CABLES FOR 4TH/5TH AXES","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-15 21:38:45.431 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224273-11152024213845.txt === {"quote":"224273","customer":"19165","name":null,"customerName":"Salem Tools","comp":"01","open":"1","shipto":"VULCMANS","shiptoName":"Vulcan Energy Services","entry_date":"11-12-2024","cust_order_date":"11-11-2024","req_date":"11-12-2024","cust_po":"lb4000 2\" ID bore","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"AM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"Y","drop_att":"Molly Gaughran","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"08:50","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Molly Gaughran","follow_phone":"855-882-2437","follow_email":"mgaughran@salemtools.com","pic_user":"fletcherp","total_amt":"1195.60","total_gp":"418.46","total_gpm":"35.00","rev_type":"LT","mod_date":"11-15-2024","mod_time":null,"mod_user":"fletcherp","reason":"2","totalQty":"2","win_pct":"20","clo_date":null,"notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224273","line":"1","part":"OKE4-BG20Z-C","qty":"2","price":"597.80","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-15 21:39:03.987 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224146-11152024213903.txt === {"quote":"224146","customer":"6150","name":null,"customerName":"Fastenal Company Purchasing (MN)","comp":"01","open":"0","shipto":"FLOWCOOK","shiptoName":"FLOWSERVE","entry_date":"11-07-2024","cust_order_date":"11-07-2024","req_date":"12-19-2024","cust_po":"E236+ PRESETTER","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"35","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"STEVE CUMMINS","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"16:44","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"STEVE CUMMINS","follow_phone":"","follow_email":"scummins@fastenal.com","pic_user":"fletcherp","total_amt":"7410","total_gp":"3709.38","total_gpm":"50.06","rev_type":"ADV","mod_date":"11-15-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"224146","line":"1","data":"11-07-2024 16:48 - Discounts Recalculated"},{"comp":"1","quote":"224146","line":"0","data":"11-07-2024 16:45 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"224146","line":"1","part":"PRE-E236PLUS-I50","qty":"1","price":"9500.00","uom":"EA","discount":"22.00","req_date":"0 Stk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-15 21:39:42.325 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222069-11152024213942.txt === {"quote":"222069","customer":"19345","name":null,"customerName":"Searcy Industrial Products, Inc.","comp":"01","open":"0","shipto":"BRUNNERA","shiptoName":"Brunner and Lay Inc.","entry_date":"09-25-2024","cust_order_date":"09-24-2024","req_date":"11-23-2024","cust_po":"5AX-201 DNM5700","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"26","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"LARRY PRICKETT","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"13:16","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Larry Prickett","follow_phone":"","follow_email":"larry@searcyindustrialproducts.com","pic_user":"fletcherp","total_amt":"56490.90","total_gp":"43212.22","total_gpm":"76.49","rev_type":"RT","mod_date":"11-15-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"5","win_pct":"100","clo_date":"11-23-2024","notes":[],"crmnotes":[{"comp":1,"quote":222069,"Line":0,"Comment":"09/27/2024 11:09 PM - fletcherp - F/U changed from 10/01/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222069,"Line":1,"Comment":"09/27/2024 11:09 PM - fletcherp - CLO changed from NaN/NaN/NaN to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":222069,"Line":2,"Comment":"10/25/2024 9:19 PM - fletcherp - F/U changed from 10/19/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222069,"Line":3,"Comment":"10/25/2024 9:19 PM - fletcherp - CLO changed from 10/26/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":222069,"Line":4,"Comment":"10/25/2024 9:19 PM - fletcherp - Req Date changed from 11/01/2024 to 11/02/2024 (Req Date Updated)"},{"comp":1,"quote":222069,"Line":5,"Comment":"10/25/2024 9:20 PM - fletcherp - Win% changed from 20 to 100"},{"comp":1,"quote":222069,"Line":6,"Comment":"11/08/2024 11:22 PM - fletcherp - F/U changed from 11/02/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222069,"Line":7,"Comment":"11/08/2024 11:22 PM - fletcherp - CLO changed from 11/02/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":222069,"Line":8,"Comment":"11/08/2024 11:22 PM - fletcherp - Req Date changed from 11/02/2024 to 11/16/2024 (Req Date Updated)"},{"comp":1,"quote":222069,"Line":9,"Comment":"11/15/2024 9:31 PM - fletcherp - F/U changed from 11/16/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222069,"Line":10,"Comment":"11/15/2024 9:31 PM - fletcherp - CLO changed from 11/16/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":222069,"Line":11,"Comment":"11/15/2024 9:31 PM - fletcherp - Req Date changed from 11/16/2024 to 11/23/2024 (Req Date Updated)"},{"comp":1,"quote":222069,"Line":12,"Comment":"11/15/2024 9:32 PM - fletcherp - F/U changed from 11/23/2024 to 11/22/2024 (Order Approved Pending PO)"}],"items":[{"comp":"01","order":"222069","line":"1","part":"5AX-201FA-M-AB","qty":"1","price":"53600.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222069","line":"2","part":"RN-AX201SD-4+N-A","qty":"1","price":"2867.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222069","line":"3","part":"RT-ACCS-WKHD","qty":"2","price":"1760.00","uom":"EA","discount":"30.00","req_date":"","branch":"1"},{"comp":"01","order":"222069","line":"4","part":"INSTALLATION-RT-5AX-SE","qty":"1","price":"14500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222069","Line":"3","Company":"1","F_Line":"1","Comment":"(1) ADAPTER PLATE TO MOUNT TO T-SLOTS ON ROTARY TABLE","Loc":"Y"},{"Quote":"222069","Line":"3","Company":"1","F_Line":"2","Comment":"(1) CHUCK PLATE FOR MOUNTING SCHUNK TPS125-26/Z","Loc":"Y"},{"Quote":"222069","Line":"3","Company":"1","F_Line":"3","Comment":"SELF CONTAINED 3-JAW AIR CHUCK","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-15 21:41:17.486 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223842-11152024214117.txt === {"quote":"223842","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"1","shipto":"BKARABB","shiptoName":"B-K Manufacturing","entry_date":"11-01-2024","cust_order_date":"11-01-2024","req_date":"12-13-2024","cust_po":"HWACHEON 90 DEG LT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Ross Kinstler","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"14:00","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Ross Kinstler","follow_phone":"","follow_email":"ross@afi-tools.com","pic_user":"fletcherp","total_amt":"6350.68","total_gp":"1458.06","total_gpm":"22.96","rev_type":"LT","mod_date":"11-15-2024","mod_time":null,"mod_user":"fletcherp","reason":"2","totalQty":"2","win_pct":"20","clo_date":"12-01-2024","notes":[{"comp":"1","quote":"223842","line":"0","data":"11-01-2024 14:06 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223842,"Line":0,"Comment":"11/08/2024 11:28 PM - fletcherp - F/U changed from 11/07/2024 to 11/23/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223842","line":"1","part":"BMT85-C5Z-85-ICE","qty":"1","price":"6274.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"223842","line":"3","part":"PS-132","qty":"1","price":"142.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-15 21:48:34.841 [INFO] In session is user: fletcherp 2024-11-16 16:42:34.763 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-16 19:16:08.404 [INFO] In session is user: kenh 2024-11-16 19:16:08.700 [INFO] In session is user: kenh 2024-11-16 19:16:08.945 [INFO] In session is user: kenh 2024-11-16 19:16:09.185 [INFO] In session is user: kenh 2024-11-16 19:16:09.517 [INFO] In session is user: kenh 2024-11-16 19:16:09.799 [INFO] In session is user: kenh 2024-11-16 19:16:10.072 [INFO] In session is user: kenh 2024-11-16 19:16:10.369 [INFO] In session is user: kenh 2024-11-16 19:16:10.649 [INFO] In session is user: kenh 2024-11-16 19:16:10.895 [INFO] In session is user: kenh 2024-11-16 19:16:11.141 [INFO] In session is user: kenh 2024-11-16 19:16:11.416 [INFO] In session is user: kenh 2024-11-16 19:16:11.674 [INFO] In session is user: kenh 2024-11-16 19:16:11.965 [INFO] In session is user: kenh 2024-11-16 19:16:12.256 [INFO] In session is user: kenh 2024-11-16 19:16:12.514 [INFO] In session is user: kenh 2024-11-16 19:16:12.784 [INFO] In session is user: kenh 2024-11-16 19:16:13.047 [INFO] In session is user: kenh 2024-11-16 19:16:13.281 [INFO] In session is user: kenh 2024-11-16 19:16:13.513 [INFO] In session is user: kenh 2024-11-16 19:16:13.776 [INFO] In session is user: kenh 2024-11-16 19:16:14.051 [INFO] In session is user: kenh 2024-11-16 19:16:14.279 [INFO] In session is user: kenh 2024-11-16 19:16:14.584 [INFO] In session is user: kenh 2024-11-16 19:16:14.799 [INFO] In session is user: kenh 2024-11-16 19:16:15.793 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(37.991474848276, -84.4007957261842, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(37.991474848276, -84.4007957261842, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1684676 second/s. 2024-11-17 01:15:47.615 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-18 06:17:34.001 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-18 07:27:04.391 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(41.1160231288905, -74.0201833192948, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(41.1160231288905, -74.0201833192948, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -1.3005095 second/s. 2024-11-18 07:50:31.901 [INFO] In session is user: bethw 2024-11-18 08:01:58.613 [INFO] In session is user: briand 2024-11-18 08:03:41.189 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222673-11182024080340.txt === {"quote":"222673","customer":"13705TA","name":null,"customerName":"Morris Great Lakes TA","comp":"01","open":"0","shipto":"SHORMACH","shiptoName":"Shore Machining","entry_date":"10-08-2024","cust_order_date":"10-08-2024","req_date":"12-04-2024","cust_po":"OKEX-ER32X","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brandon Cline","drop_po":"","status":"0","user":"briand","conv_order":"","time":"10:15","extra":"","follow_up":"11-15-2024","web_id":"","follow_name":"Brandon Cline","follow_phone":"412-852-5862","follow_email":"bcline@morrisgreatlakes.com","pic_user":"briand","total_amt":"17509.68","total_gp":"12048.80","total_gpm":"68.81","rev_type":"LT","mod_date":"11-18-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"13","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"222673","line":"5","data":"Brandon."},{"comp":"1","quote":"222673","line":"4","data":"review everything before I sent the quote to"},{"comp":"1","quote":"222673","line":"3","data":"and 1.1/4\" for the boring bars. I had Alyssa"},{"comp":"1","quote":"222673","line":"2","data":"review. We only had the 3/4\" in the quad turning"},{"comp":"1","quote":"222673","line":"1","data":"sent the .PDF and .STEP drawings to Brandon for"},{"comp":"1","quote":"222673","line":"0","data":"10-10-2024 16:29-briand: Forgot to add that we"}],"crmnotes":[{"comp":1,"quote":222673,"Line":0,"Comment":"10/10/2024 4:25 PM - briand - F/U changed from 10/14/2024 to 10/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222673,"Line":1,"Comment":"10/21/2024 10:27 AM - briand - F/U changed from 10/22/2024 to 10/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222673,"Line":2,"Comment":"10/28/2024 4:32 PM - briand - Sent Brandon a status update request and cc'd Alyssa to see how this is going."},{"comp":1,"quote":222673,"Line":3,"Comment":"10/28/2024 4:32 PM - briand - F/U changed from 10/28/2024 to 11/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222673,"Line":4,"Comment":"10/28/2024 4:33 PM - briand - F/U changed from 11/26/2024 to 11/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222673,"Line":5,"Comment":"11/05/2024 10:32 AM - briand - CLO changed from 11/08/2024 to 11/18/2024 (CLO Date Updated)"},{"comp":1,"quote":222673,"Line":6,"Comment":"11/05/2024 10:32 AM - briand - F/U changed from 11/06/2024 to 11/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222673,"Line":7,"Comment":"11/18/2024 8:03 AM - briand - No response from Brandon, will push this out another week or so and check in w/ him again."},{"comp":1,"quote":222673,"Line":8,"Comment":"11/18/2024 8:03 AM - briand - Req Date changed from 11/19/2024 to 12/04/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222673","line":"1","part":"OKEX-ER32X","qty":"3","price":"2163.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222673","line":"2","part":"OKEX-ER32Z","qty":"3","price":"4124.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222673","line":"3","part":"OKEX-OD75X-MSD","qty":"1","price":"1048.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222673","line":"4","part":"OKEX-OD10X-MS","qty":"3","price":"643.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222673","line":"5","part":"OKEX-BG12Z-C","qty":"3","price":"827.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-18 08:03:46.204 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222673-11182024080345.txt === {"quote":"222673","customer":"13705TA","name":null,"customerName":"Morris Great Lakes TA","comp":"01","open":"0","shipto":"SHORMACH","shiptoName":"Shore Machining","entry_date":"10-08-2024","cust_order_date":"10-08-2024","req_date":"12-04-2024","cust_po":"OKEX-ER32X","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brandon Cline","drop_po":"","status":"0","user":"briand","conv_order":"","time":"10:15","extra":"","follow_up":"11-15-2024","web_id":"","follow_name":"Brandon Cline","follow_phone":"412-852-5862","follow_email":"bcline@morrisgreatlakes.com","pic_user":"briand","total_amt":"17509.68","total_gp":"12048.80","total_gpm":"68.81","rev_type":"LT","mod_date":"11-18-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"13","win_pct":"20","clo_date":"12-03-2024","notes":[{"comp":"1","quote":"222673","line":"5","data":"Brandon."},{"comp":"1","quote":"222673","line":"4","data":"review everything before I sent the quote to"},{"comp":"1","quote":"222673","line":"3","data":"and 1.1/4\" for the boring bars. I had Alyssa"},{"comp":"1","quote":"222673","line":"2","data":"review. We only had the 3/4\" in the quad turning"},{"comp":"1","quote":"222673","line":"1","data":"sent the .PDF and .STEP drawings to Brandon for"},{"comp":"1","quote":"222673","line":"0","data":"10-10-2024 16:29-briand: Forgot to add that we"}],"crmnotes":[{"comp":1,"quote":222673,"Line":0,"Comment":"10/10/2024 4:25 PM - briand - F/U changed from 10/14/2024 to 10/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222673,"Line":1,"Comment":"10/21/2024 10:27 AM - briand - F/U changed from 10/22/2024 to 10/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222673,"Line":2,"Comment":"10/28/2024 4:32 PM - briand - Sent Brandon a status update request and cc'd Alyssa to see how this is going."},{"comp":1,"quote":222673,"Line":3,"Comment":"10/28/2024 4:32 PM - briand - F/U changed from 10/28/2024 to 11/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222673,"Line":4,"Comment":"10/28/2024 4:33 PM - briand - F/U changed from 11/26/2024 to 11/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222673,"Line":5,"Comment":"11/05/2024 10:32 AM - briand - CLO changed from 11/08/2024 to 11/18/2024 (CLO Date Updated)"},{"comp":1,"quote":222673,"Line":6,"Comment":"11/05/2024 10:32 AM - briand - F/U changed from 11/06/2024 to 11/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222673,"Line":7,"Comment":"11/18/2024 8:03 AM - briand - No response from Brandon, will push this out another week or so and check in w/ him again."},{"comp":1,"quote":222673,"Line":8,"Comment":"11/18/2024 8:03 AM - briand - Req Date changed from 11/19/2024 to 12/04/2024 (Req Date Updated)"},{"comp":1,"quote":222673,"Line":9,"Comment":"11/18/2024 8:03 AM - briand - CLO changed from 11/18/2024 to 12/03/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222673","line":"1","part":"OKEX-ER32X","qty":"3","price":"2163.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222673","line":"2","part":"OKEX-ER32Z","qty":"3","price":"4124.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222673","line":"3","part":"OKEX-OD75X-MSD","qty":"1","price":"1048.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222673","line":"4","part":"OKEX-OD10X-MS","qty":"3","price":"643.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222673","line":"5","part":"OKEX-BG12Z-C","qty":"3","price":"827.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-18 08:03:51.086 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222673-11182024080350.txt === {"quote":"222673","customer":"13705TA","name":null,"customerName":"Morris Great Lakes TA","comp":"01","open":"0","shipto":"SHORMACH","shiptoName":"Shore Machining","entry_date":"10-08-2024","cust_order_date":"10-08-2024","req_date":"12-04-2024","cust_po":"OKEX-ER32X","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brandon Cline","drop_po":"","status":"0","user":"briand","conv_order":"","time":"10:15","extra":"","follow_up":"12-02-2024","web_id":"","follow_name":"Brandon Cline","follow_phone":"412-852-5862","follow_email":"bcline@morrisgreatlakes.com","pic_user":"briand","total_amt":"17509.68","total_gp":"12048.80","total_gpm":"68.81","rev_type":"LT","mod_date":"11-18-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"13","win_pct":"20","clo_date":"12-03-2024","notes":[{"comp":"1","quote":"222673","line":"5","data":"Brandon."},{"comp":"1","quote":"222673","line":"4","data":"review everything before I sent the quote to"},{"comp":"1","quote":"222673","line":"3","data":"and 1.1/4\" for the boring bars. I had Alyssa"},{"comp":"1","quote":"222673","line":"2","data":"review. We only had the 3/4\" in the quad turning"},{"comp":"1","quote":"222673","line":"1","data":"sent the .PDF and .STEP drawings to Brandon for"},{"comp":"1","quote":"222673","line":"0","data":"10-10-2024 16:29-briand: Forgot to add that we"}],"crmnotes":[{"comp":1,"quote":222673,"Line":0,"Comment":"10/10/2024 4:25 PM - briand - F/U changed from 10/14/2024 to 10/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222673,"Line":1,"Comment":"10/21/2024 10:27 AM - briand - F/U changed from 10/22/2024 to 10/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222673,"Line":2,"Comment":"10/28/2024 4:32 PM - briand - Sent Brandon a status update request and cc'd Alyssa to see how this is going."},{"comp":1,"quote":222673,"Line":3,"Comment":"10/28/2024 4:32 PM - briand - F/U changed from 10/28/2024 to 11/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222673,"Line":4,"Comment":"10/28/2024 4:33 PM - briand - F/U changed from 11/26/2024 to 11/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222673,"Line":5,"Comment":"11/05/2024 10:32 AM - briand - CLO changed from 11/08/2024 to 11/18/2024 (CLO Date Updated)"},{"comp":1,"quote":222673,"Line":6,"Comment":"11/05/2024 10:32 AM - briand - F/U changed from 11/06/2024 to 11/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222673,"Line":7,"Comment":"11/18/2024 8:03 AM - briand - No response from Brandon, will push this out another week or so and check in w/ him again."},{"comp":1,"quote":222673,"Line":8,"Comment":"11/18/2024 8:03 AM - briand - Req Date changed from 11/19/2024 to 12/04/2024 (Req Date Updated)"},{"comp":1,"quote":222673,"Line":9,"Comment":"11/18/2024 8:03 AM - briand - CLO changed from 11/18/2024 to 12/03/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222673","line":"1","part":"OKEX-ER32X","qty":"3","price":"2163.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222673","line":"2","part":"OKEX-ER32Z","qty":"3","price":"4124.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222673","line":"3","part":"OKEX-OD75X-MSD","qty":"1","price":"1048.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222673","line":"4","part":"OKEX-OD10X-MS","qty":"3","price":"643.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222673","line":"5","part":"OKEX-BG12Z-C","qty":"3","price":"827.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-18 08:05:22.359 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223896-11182024080522.txt === {"quote":"223896","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"MPSUWYZA","shiptoName":"Graham-White Mfg. Co.","entry_date":"11-04-2024","cust_order_date":"11-04-2024","req_date":"12-16-2024","cust_po":"BT30-BHS20-96-X2-L","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"ATTN: Wabtec","drop_po":"","status":"0","user":"briand","conv_order":"","time":"12:34","extra":"","follow_up":"12-03-2024","web_id":"","follow_name":"Sonia Navarro","follow_phone":"847-882-9056","follow_email":"sonianavarro@yamazen.com","pic_user":"briand","total_amt":"2960.72","total_gp":"1944.25","total_gpm":"65.67","rev_type":"LT","mod_date":"11-18-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"5","win_pct":"20","clo_date":"12-04-2024","notes":[{"comp":"1","quote":"223896","line":"10","data":"11-04-2024 12:43 - Discounts Recalculated QS"},{"comp":"1","quote":"223896","line":"9","data":"11-04-2024 12:36 - Discounts Recalculated QS"},{"comp":"1","quote":"223896","line":"8","data":"facility is owned by Wabtec."},{"comp":"1","quote":"223896","line":"7","data":"Salem, VA. Graham-White came up in NERP as this"},{"comp":"1","quote":"223896","line":"6","data":"let her know. She said this is for Wabtec in"},{"comp":"1","quote":"223896","line":"5","data":"delivery info & confirmation of pricing. I did"},{"comp":"1","quote":"223896","line":"4","data":"Quote Log. Will send to Sonia when I have the"},{"comp":"1","quote":"223896","line":"3","data":"11-04-2024 13:35-briand: Added all items to the"},{"comp":"1","quote":"223896","line":"2","data":"CC'd Territory 20 since Ship To is Virginia."},{"comp":"1","quote":"223896","line":"1","data":"been updated, sent quote to Sonia this morning."},{"comp":"1","quote":"223896","line":"0","data":"11-06-2024 08:17-briand: Items on Quote Log have"}],"crmnotes":[],"items":[{"comp":"01","order":"223896","line":"1","part":"BT30-BHS20-96-X2-L","qty":"1","price":"1442.00","uom":"EA","discount":"32.00","req_date":"1~2 Weeks ARO","branch":"1"},{"comp":"01","order":"223896","line":"2","part":"BT30-BHSH20-79-X2-R","qty":"1","price":"1442.00","uom":"EA","discount":"32.00","req_date":"16~18 Weeks ARO","branch":"1"},{"comp":"01","order":"223896","line":"3","part":"BT30-BHC20-38","qty":"1","price":"1034.00","uom":"EA","discount":"32.00","req_date":"1~2 Weeks ARO","branch":"1"},{"comp":"01","order":"223896","line":"4","part":"LEA20S-6C","qty":"1","price":"218.00","uom":"EA","discount":"32.00","req_date":"1~2 Weeks ARO","branch":"1"},{"comp":"01","order":"223896","line":"5","part":"LEA20S-8C","qty":"1","price":"218.00","uom":"EA","discount":"32.00","req_date":"1~2 Weeks ARO","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":5}}] 2024-11-18 08:11:45.753 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224315-11182024081145.txt === {"quote":"224315","customer":"13205","name":null,"customerName":"Machinery Systems Inc.","comp":"01","open":"1","shipto":"N","shiptoName":"Josam","entry_date":"11-12-2024","cust_order_date":"11-12-2024","req_date":"12-24-2024","cust_po":"SP: SK25-14","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"karynm","conv_order":"","time":"14:37","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Chris B","follow_phone":"","follow_email":"chrisb@","pic_user":"karynm","total_amt":"224.00","total_gp":"224.00","total_gpm":"100.00","rev_type":"STD","mod_date":"11-18-2024","mod_time":null,"mod_user":"karynm","reason":"2","totalQty":"1","win_pct":"20","clo_date":"12-12-2024","notes":[{"comp":"1","quote":"224315","line":"3","data":"*cannot be returned or cancelled"},{"comp":"1","quote":"224315","line":"2","data":"1pc stk at Nikken Japan as of now"},{"comp":"1","quote":"224315","line":"1","data":"may be used for TC"},{"comp":"1","quote":"224315","line":"0","data":"11-13-2024 09:52-karynm P&D sent to Chris b"}],"crmnotes":[],"items":[{"comp":"01","order":"224315","line":"1","part":"SPECIAL-TL-NIKKEN","qty":"1","price":"224.00","uom":"EA","discount":"0.00","req_date":"*1pc 1-2wks","branch":"1"}],"qlines":[{"Quote":"224315","Line":"1","Company":"1","F_Line":"1","Comment":"SK25-14","Loc":"Y"},{"Quote":"224315","Line":"1","Company":"1","F_Line":"2","Comment":"SK25 series collet 14mm ID","Loc":"Y"}],"qcomms":[{"Quote":"224315","Line":"0","Comment":"These are non-standard stock items and considered"},{"Quote":"224315","Line":"1","Comment":"specials. Once a PO has been issued these items"},{"Quote":"224315","Line":"2","Comment":"cannot be cancelled or returned."}],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-18 08:14:31.139 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223653-11182024081430.txt === {"quote":"223653","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-29-2024","cust_order_date":"10-29-2024","req_date":"12-10-2024","cust_po":"SKJ10-3/16","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"14:29","extra":"","follow_up":"11-19-2024","web_id":"","follow_name":"Amber Hamilton","follow_phone":"321-213-8842","follow_email":"amber.hamilton@mscdirect.com","pic_user":"briand","total_amt":"1646.95","total_gp":"1175.16","total_gpm":"71.35","rev_type":"ADV","mod_date":"11-18-2024","mod_time":null,"mod_user":"briand","reason":"1","totalQty":"19","win_pct":"20","clo_date":"11-29-2024","notes":[{"comp":"1","quote":"223653","line":"10","data":"11-06-2024 13:10 - Discounts Recalculated QS"},{"comp":"1","quote":"223653","line":"9","data":"35%."},{"comp":"1","quote":"223653","line":"8","data":"similar items show 35% so I changed from 0% to"},{"comp":"1","quote":"223653","line":"7","data":"to the quote. No discout listed in NERP however"},{"comp":"1","quote":"223653","line":"6","data":"I have the P&D for this item. Also added wrench"},{"comp":"1","quote":"223653","line":"5","data":"the quote log (Line 2164). Will send quote when"},{"comp":"1","quote":"223653","line":"4","data":"info. Also, the CKFN20(3/4)-3/4DC was put on"},{"comp":"1","quote":"223653","line":"3","data":"10-29-2024 14:42-briand: Asked Amber for EU"},{"comp":"1","quote":"223653","line":"2","data":"be safe. Sent quote to her today."},{"comp":"1","quote":"223653","line":"1","data":"MFG is 12 weeks, will tell Amber 13~14 just to"},{"comp":"1","quote":"223653","line":"0","data":"10-30-2024 08:33-briand: Recd P&D from Purchasing."}],"crmnotes":[{"comp":1,"quote":223653,"Line":0,"Comment":"11/04/2024 8:33 AM - briand - F/U changed from 11/04/2024 to 11/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223653,"Line":1,"Comment":"11/18/2024 8:14 AM - briand - SO # 994166, order closed"}],"items":[{"comp":"01","order":"223653","line":"1","part":"SKJ10-3/16","qty":"2","price":"32.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223653","line":"2","part":"SKJ16-3/16","qty":"2","price":"75.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223653","line":"3","part":"SK16-1/4AC","qty":"2","price":"180.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223653","line":"4","part":"SKN-16BJ","qty":"3","price":"95.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223653","line":"5","part":"CAT40-SK10-90U-IDU","qty":"2","price":"379.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223653","line":"6","part":"SKL-10","qty":"1","price":"31.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223653","line":"7","part":"SKG-18L","qty":"5","price":"17.00","uom":"EA","discount":"10.00","req_date":"3 Stk, bal 2~3 weeks","branch":"1"},{"comp":"01","order":"223653","line":"8","part":"CKFN20(3/4)-3/4DC","qty":"2","price":"214.00","uom":"EA","discount":"0.00","req_date":"14~16 Weeks ARO","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":8}}] 2024-11-18 08:15:09.408 [INFO] In session is user: rons 2024-11-18 08:15:24.639 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223562-11182024081524.txt === {"quote":"223562","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"PTSCHAT","shiptoName":"PTSolutions - Chatsworth","entry_date":"10-28-2024","cust_order_date":"10-28-2024","req_date":"12-09-2024","cust_po":"H63A-SF0187-6.30CP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"10:14","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"R. Moreno","follow_phone":"818-649-7467","follow_email":"rmoreno@pts-tools.com","pic_user":"rons","total_amt":"6144.12","total_gp":"3496.77","total_gpm":"56.91","rev_type":"STD","mod_date":"11-18-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"18","win_pct":"20","clo_date":"11-28-2024","notes":[{"comp":"1","quote":"223562","line":"1","data":"2 items on log for P&D"},{"comp":"1","quote":"223562","line":"0","data":"10-28-2024 10:32-rons: shipping to \"Chapman\"...put"}],"crmnotes":[{"comp":1,"quote":223562,"Line":0,"Comment":"11/04/2024 8:45 AM - rons - F/U changed from 11/03/2024 to 11/4/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223562","line":"1","part":"H63A-SF0187-6.30CP","qty":"3","price":"462.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223562","line":"2","part":"H100A-SF0187-6.30","qty":"3","price":"798.00","uom":"EA","discount":"34.00","req_date":"2-3 WEEKS","branch":"1"},{"comp":"01","order":"223562","line":"3","part":"HSK63A-0187-3.00","qty":"3","price":"449.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223562","line":"4","part":"HSK63A-0187-5.00","qty":"3","price":"369.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223562","line":"5","part":"HSK100A-0187-4.00","qty":"3","price":"320.00","uom":"EA","discount":"0.00","req_date":"MFG. 22 WEEKS","branch":"1"},{"comp":"01","order":"223562","line":"6","part":"HSK100A-0187-6.00","qty":"3","price":"422.00","uom":"EA","discount":"0.00","req_date":"MFG. 22 WEEKS","branch":"1"}],"qlines":[{"Quote":"223562","Line":"5","Company":"1","F_Line":"1","Comment":"These are non-standard stock items and considered","Loc":"Y"},{"Quote":"223562","Line":"5","Company":"1","F_Line":"2","Comment":"specials. Once a PO has been issued items cannot be","Loc":"Y"},{"Quote":"223562","Line":"5","Company":"1","F_Line":"3","Comment":"cancelled or returned.","Loc":"Y"},{"Quote":"223562","Line":"6","Company":"1","F_Line":"1","Comment":"These are non-standard stock items and considered","Loc":"Y"},{"Quote":"223562","Line":"6","Company":"1","F_Line":"2","Comment":"specials. Once a PO has been issued items cannot be","Loc":"Y"},{"Quote":"223562","Line":"6","Company":"1","F_Line":"3","Comment":"cancelled or returned.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-18 08:16:15.735 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223165-11182024081615.txt === {"quote":"223165","customer":"1720","name":null,"customerName":"DXP Enterprises, Inc. (Appl Spec)","comp":"01","open":"0","shipto":"TRESKE","shiptoName":"Treske Precision Machining Inc.","entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"11-28-2024","cust_po":"HSK63A-BLANK-13.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"15:58","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Hunt Potter","follow_phone":"360-737-9811","follow_email":"hunt@1asi.com","pic_user":"rons","total_amt":"925.2","total_gp":"378.09","total_gpm":"40.87","rev_type":"STD","mod_date":"11-18-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-17-2024","notes":[],"crmnotes":[{"comp":1,"quote":223165,"Line":0,"Comment":"10/21/2024 1:37 PM - rons - F/U changed from 10/23/2024 to 11/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223165,"Line":1,"Comment":"11/04/2024 1:41 PM - rons - F/U changed from 11/05/2024 to 11/15/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223165","line":"1","part":"HSK63A-BLANK-13.00","qty":"3","price":"514.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-18 08:20:31.341 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223814-11182024082030.txt === {"quote":"223814","customer":"19575","name":null,"customerName":"Single Source Technologies","comp":"01","open":"0","shipto":"PARAFENT","shiptoName":"Paragon Manufacturing Corp.","entry_date":"11-01-2024","cust_order_date":"11-01-2024","req_date":"12-13-2024","cust_po":"HSK40A-C16-80","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Rick Grabarek","drop_po":"","status":"0","user":"briand","conv_order":"","time":"09:06","extra":"","follow_up":"12-06-2024","web_id":"","follow_name":"Rick Grabarek","follow_phone":"248-232-6268","follow_email":"rgrabarek@singlesourcetech.com","pic_user":"briand","total_amt":"6670.79","total_gp":"4783.01","total_gpm":"71.70","rev_type":"STD","mod_date":"11-18-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"54","win_pct":"20","clo_date":"12-01-2024","notes":[],"crmnotes":[{"comp":1,"quote":223814,"Line":0,"Comment":"11/05/2024 10:29 AM - briand - F/U changed from 11/07/2024 to 11/19/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223814","line":"1","part":"HSK40A-C16-80","qty":"1","price":"596.00","uom":"EA","discount":"28.00","req_date":"2~3 Weeks ARO","branch":"1"},{"comp":"01","order":"223814","line":"2","part":"HSK40-TUBE","qty":"1","price":"31.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"3","part":"HSK40-WRENCH","qty":"1","price":"47.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"4","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"5","part":"KM16-12","qty":"1","price":"71.00","uom":"EA","discount":"28.00","req_date":"2~3 Weeks ARO","branch":"1"},{"comp":"01","order":"223814","line":"6","part":"KM16-10","qty":"1","price":"71.00","uom":"EA","discount":"28.00","req_date":"2~3 Weeks ARO","branch":"1"},{"comp":"01","order":"223814","line":"7","part":"KM16-8","qty":"1","price":"71.00","uom":"EA","discount":"28.00","req_date":"2~3 Weeks ARO","branch":"1"},{"comp":"01","order":"223814","line":"8","part":"KM16-6","qty":"1","price":"65.00","uom":"EA","discount":"28.00","req_date":"2~3 Weeks ARO","branch":"1"},{"comp":"01","order":"223814","line":"9","part":"KM16-1/2","qty":"1","price":"81.00","uom":"EA","discount":"28.00","req_date":"2~3 Weeks ARO","branch":"1"},{"comp":"01","order":"223814","line":"10","part":"KM16-3/8","qty":"1","price":"96.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"11","part":"KM16-1/4","qty":"1","price":"91.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"13","part":"SPECIAL-TL-NIKKEN","qty":"1","price":"596.00","uom":"EA","discount":"28.00","req_date":"Mid/End December","branch":"1"},{"comp":"01","order":"223814","line":"14","part":"HSK40-TUBE","qty":"1","price":"31.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"15","part":"HSK40-WRENCH","qty":"1","price":"47.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"16","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"17","part":"KM20-16","qty":"1","price":"78.00","uom":"EA","discount":"28.00","req_date":"2~3 Weeks ARO","branch":"1"},{"comp":"01","order":"223814","line":"18","part":"KM20-12","qty":"1","price":"78.00","uom":"EA","discount":"28.00","req_date":"2~3 Weeks ARO","branch":"1"},{"comp":"01","order":"223814","line":"19","part":"KM20-10","qty":"1","price":"78.00","uom":"EA","discount":"28.00","req_date":"2~3 Weeks ARO","branch":"1"},{"comp":"01","order":"223814","line":"20","part":"KM20-5/8","qty":"1","price":"105.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"21","part":"KM20-1/2","qty":"1","price":"107.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"22","part":"KM20-3/8","qty":"1","price":"107.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"24","part":"HSK40A-ER11-75","qty":"1","price":"395.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"25","part":"HSK40-TUBE","qty":"1","price":"31.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"26","part":"HSK40-WRENCH","qty":"1","price":"47.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"27","part":"011-HEX","qty":"1","price":"21.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"28","part":"E11-004","qty":"1","price":"49.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"29","part":"E11-008","qty":"1","price":"43.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"30","part":"E11-016","qty":"1","price":"43.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"31","part":"E11-SET-14","qty":"1","price":"626.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"32","part":"E11-SET-06(C)","qty":"1","price":"456.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"34","part":"HSK40A-ER16-75","qty":"1","price":"431.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"35","part":"HSK40-TUBE","qty":"1","price":"31.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"36","part":"HSK40-WRENCH","qty":"1","price":"47.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"37","part":"016-SPAN","qty":"1","price":"17.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"38","part":"E16-004","qty":"1","price":"46.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"39","part":"E16-008","qty":"1","price":"42.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"40","part":"E16-016","qty":"1","price":"42.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"41","part":"E16-024","qty":"1","price":"42.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"42","part":"E16-SET-12","qty":"1","price":"512.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"43","part":"E16-SET-11(C)","qty":"1","price":"781.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"45","part":"HSK40A-ER25-80","qty":"1","price":"452.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"46","part":"HSK40-TUBE","qty":"1","price":"31.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"47","part":"HSK40-WRENCH","qty":"1","price":"47.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"48","part":"025-SPAN","qty":"1","price":"19.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"49","part":"E25-004","qty":"1","price":"54.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"50","part":"E25-008","qty":"1","price":"46.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"51","part":"E25-016","qty":"1","price":"46.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"52","part":"E25-024","qty":"1","price":"46.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"53","part":"E25-032","qty":"1","price":"46.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"54","part":"E25-SET-19","qty":"1","price":"890.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"55","part":"E25-SET-13(C)","qty":"1","price":"1209.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"57","part":"HSK40A-SM0750-60CP","qty":"1","price":"211.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"58","part":"HSK40-TUBE","qty":"1","price":"31.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"59","part":"HSK40-WRENCH","qty":"1","price":"47.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"223814","Line":"13","Company":"1","F_Line":"1","Comment":"HSK40A-C20-100","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":54}}] 2024-11-18 08:20:45.149 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223814-11182024082044.txt === {"quote":"223814","customer":"19575","name":null,"customerName":"Single Source Technologies","comp":"01","open":"0","shipto":"PARAFENT","shiptoName":"Paragon Manufacturing Corp.","entry_date":"11-01-2024","cust_order_date":"11-01-2024","req_date":"12-13-2024","cust_po":"HSK40A-C16-80","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Rick Grabarek","drop_po":"","status":"0","user":"briand","conv_order":"","time":"09:06","extra":"","follow_up":"12-06-2024","web_id":"","follow_name":"Rick Grabarek","follow_phone":"248-232-6268","follow_email":"rgrabarek@singlesourcetech.com","pic_user":"briand","total_amt":"6670.79","total_gp":"4783.01","total_gpm":"71.70","rev_type":"STD","mod_date":"11-18-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"54","win_pct":"20","clo_date":"12-06-2024","notes":[],"crmnotes":[{"comp":1,"quote":223814,"Line":0,"Comment":"11/05/2024 10:29 AM - briand - F/U changed from 11/07/2024 to 11/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223814,"Line":1,"Comment":"11/18/2024 8:20 AM - briand - F/U changed from 11/19/2024 to 12/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223814,"Line":2,"Comment":"11/18/2024 8:20 AM - briand - CLO changed from 12/01/2024 to 12/06/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223814","line":"1","part":"HSK40A-C16-80","qty":"1","price":"596.00","uom":"EA","discount":"28.00","req_date":"2~3 Weeks ARO","branch":"1"},{"comp":"01","order":"223814","line":"2","part":"HSK40-TUBE","qty":"1","price":"31.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"3","part":"HSK40-WRENCH","qty":"1","price":"47.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"4","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"5","part":"KM16-12","qty":"1","price":"71.00","uom":"EA","discount":"28.00","req_date":"2~3 Weeks ARO","branch":"1"},{"comp":"01","order":"223814","line":"6","part":"KM16-10","qty":"1","price":"71.00","uom":"EA","discount":"28.00","req_date":"2~3 Weeks ARO","branch":"1"},{"comp":"01","order":"223814","line":"7","part":"KM16-8","qty":"1","price":"71.00","uom":"EA","discount":"28.00","req_date":"2~3 Weeks ARO","branch":"1"},{"comp":"01","order":"223814","line":"8","part":"KM16-6","qty":"1","price":"65.00","uom":"EA","discount":"28.00","req_date":"2~3 Weeks ARO","branch":"1"},{"comp":"01","order":"223814","line":"9","part":"KM16-1/2","qty":"1","price":"81.00","uom":"EA","discount":"28.00","req_date":"2~3 Weeks ARO","branch":"1"},{"comp":"01","order":"223814","line":"10","part":"KM16-3/8","qty":"1","price":"96.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"11","part":"KM16-1/4","qty":"1","price":"91.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"13","part":"SPECIAL-TL-NIKKEN","qty":"1","price":"596.00","uom":"EA","discount":"28.00","req_date":"Mid/End December","branch":"1"},{"comp":"01","order":"223814","line":"14","part":"HSK40-TUBE","qty":"1","price":"31.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"15","part":"HSK40-WRENCH","qty":"1","price":"47.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"16","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"17","part":"KM20-16","qty":"1","price":"78.00","uom":"EA","discount":"28.00","req_date":"2~3 Weeks ARO","branch":"1"},{"comp":"01","order":"223814","line":"18","part":"KM20-12","qty":"1","price":"78.00","uom":"EA","discount":"28.00","req_date":"2~3 Weeks ARO","branch":"1"},{"comp":"01","order":"223814","line":"19","part":"KM20-10","qty":"1","price":"78.00","uom":"EA","discount":"28.00","req_date":"2~3 Weeks ARO","branch":"1"},{"comp":"01","order":"223814","line":"20","part":"KM20-5/8","qty":"1","price":"105.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"21","part":"KM20-1/2","qty":"1","price":"107.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"22","part":"KM20-3/8","qty":"1","price":"107.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"24","part":"HSK40A-ER11-75","qty":"1","price":"395.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"25","part":"HSK40-TUBE","qty":"1","price":"31.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"26","part":"HSK40-WRENCH","qty":"1","price":"47.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"27","part":"011-HEX","qty":"1","price":"21.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"28","part":"E11-004","qty":"1","price":"49.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"29","part":"E11-008","qty":"1","price":"43.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"30","part":"E11-016","qty":"1","price":"43.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"31","part":"E11-SET-14","qty":"1","price":"626.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"32","part":"E11-SET-06(C)","qty":"1","price":"456.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"34","part":"HSK40A-ER16-75","qty":"1","price":"431.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"35","part":"HSK40-TUBE","qty":"1","price":"31.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"36","part":"HSK40-WRENCH","qty":"1","price":"47.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"37","part":"016-SPAN","qty":"1","price":"17.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"38","part":"E16-004","qty":"1","price":"46.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"39","part":"E16-008","qty":"1","price":"42.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"40","part":"E16-016","qty":"1","price":"42.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"41","part":"E16-024","qty":"1","price":"42.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"42","part":"E16-SET-12","qty":"1","price":"512.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"43","part":"E16-SET-11(C)","qty":"1","price":"781.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"45","part":"HSK40A-ER25-80","qty":"1","price":"452.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"46","part":"HSK40-TUBE","qty":"1","price":"31.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"47","part":"HSK40-WRENCH","qty":"1","price":"47.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"48","part":"025-SPAN","qty":"1","price":"19.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"49","part":"E25-004","qty":"1","price":"54.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"50","part":"E25-008","qty":"1","price":"46.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"51","part":"E25-016","qty":"1","price":"46.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"52","part":"E25-024","qty":"1","price":"46.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"53","part":"E25-032","qty":"1","price":"46.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"54","part":"E25-SET-19","qty":"1","price":"890.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"55","part":"E25-SET-13(C)","qty":"1","price":"1209.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"57","part":"HSK40A-SM0750-60CP","qty":"1","price":"211.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"58","part":"HSK40-TUBE","qty":"1","price":"31.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"59","part":"HSK40-WRENCH","qty":"1","price":"47.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"223814","Line":"13","Company":"1","F_Line":"1","Comment":"HSK40A-C20-100","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":54}}] 2024-11-18 08:20:52.903 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223814-11182024082052.txt === {"quote":"223814","customer":"19575","name":null,"customerName":"Single Source Technologies","comp":"01","open":"0","shipto":"PARAFENT","shiptoName":"Paragon Manufacturing Corp.","entry_date":"11-01-2024","cust_order_date":"11-01-2024","req_date":"12-13-2024","cust_po":"HSK40A-C16-80","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Rick Grabarek","drop_po":"","status":"0","user":"briand","conv_order":"","time":"09:06","extra":"","follow_up":"12-04-2024","web_id":"","follow_name":"Rick Grabarek","follow_phone":"248-232-6268","follow_email":"rgrabarek@singlesourcetech.com","pic_user":"briand","total_amt":"6670.79","total_gp":"4783.01","total_gpm":"71.70","rev_type":"STD","mod_date":"11-18-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"54","win_pct":"20","clo_date":"12-06-2024","notes":[],"crmnotes":[{"comp":1,"quote":223814,"Line":0,"Comment":"11/05/2024 10:29 AM - briand - F/U changed from 11/07/2024 to 11/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223814,"Line":1,"Comment":"11/18/2024 8:20 AM - briand - F/U changed from 11/19/2024 to 12/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223814,"Line":2,"Comment":"11/18/2024 8:20 AM - briand - CLO changed from 12/01/2024 to 12/06/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223814","line":"1","part":"HSK40A-C16-80","qty":"1","price":"596.00","uom":"EA","discount":"28.00","req_date":"2~3 Weeks ARO","branch":"1"},{"comp":"01","order":"223814","line":"2","part":"HSK40-TUBE","qty":"1","price":"31.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"3","part":"HSK40-WRENCH","qty":"1","price":"47.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"4","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"5","part":"KM16-12","qty":"1","price":"71.00","uom":"EA","discount":"28.00","req_date":"2~3 Weeks ARO","branch":"1"},{"comp":"01","order":"223814","line":"6","part":"KM16-10","qty":"1","price":"71.00","uom":"EA","discount":"28.00","req_date":"2~3 Weeks ARO","branch":"1"},{"comp":"01","order":"223814","line":"7","part":"KM16-8","qty":"1","price":"71.00","uom":"EA","discount":"28.00","req_date":"2~3 Weeks ARO","branch":"1"},{"comp":"01","order":"223814","line":"8","part":"KM16-6","qty":"1","price":"65.00","uom":"EA","discount":"28.00","req_date":"2~3 Weeks ARO","branch":"1"},{"comp":"01","order":"223814","line":"9","part":"KM16-1/2","qty":"1","price":"81.00","uom":"EA","discount":"28.00","req_date":"2~3 Weeks ARO","branch":"1"},{"comp":"01","order":"223814","line":"10","part":"KM16-3/8","qty":"1","price":"96.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"11","part":"KM16-1/4","qty":"1","price":"91.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"13","part":"SPECIAL-TL-NIKKEN","qty":"1","price":"596.00","uom":"EA","discount":"28.00","req_date":"Mid/End December","branch":"1"},{"comp":"01","order":"223814","line":"14","part":"HSK40-TUBE","qty":"1","price":"31.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"15","part":"HSK40-WRENCH","qty":"1","price":"47.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"16","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"17","part":"KM20-16","qty":"1","price":"78.00","uom":"EA","discount":"28.00","req_date":"2~3 Weeks ARO","branch":"1"},{"comp":"01","order":"223814","line":"18","part":"KM20-12","qty":"1","price":"78.00","uom":"EA","discount":"28.00","req_date":"2~3 Weeks ARO","branch":"1"},{"comp":"01","order":"223814","line":"19","part":"KM20-10","qty":"1","price":"78.00","uom":"EA","discount":"28.00","req_date":"2~3 Weeks ARO","branch":"1"},{"comp":"01","order":"223814","line":"20","part":"KM20-5/8","qty":"1","price":"105.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"21","part":"KM20-1/2","qty":"1","price":"107.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"22","part":"KM20-3/8","qty":"1","price":"107.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"24","part":"HSK40A-ER11-75","qty":"1","price":"395.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"25","part":"HSK40-TUBE","qty":"1","price":"31.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"26","part":"HSK40-WRENCH","qty":"1","price":"47.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"27","part":"011-HEX","qty":"1","price":"21.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"28","part":"E11-004","qty":"1","price":"49.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"29","part":"E11-008","qty":"1","price":"43.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"30","part":"E11-016","qty":"1","price":"43.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"31","part":"E11-SET-14","qty":"1","price":"626.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"32","part":"E11-SET-06(C)","qty":"1","price":"456.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"34","part":"HSK40A-ER16-75","qty":"1","price":"431.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"35","part":"HSK40-TUBE","qty":"1","price":"31.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"36","part":"HSK40-WRENCH","qty":"1","price":"47.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"37","part":"016-SPAN","qty":"1","price":"17.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"38","part":"E16-004","qty":"1","price":"46.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"39","part":"E16-008","qty":"1","price":"42.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"40","part":"E16-016","qty":"1","price":"42.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"41","part":"E16-024","qty":"1","price":"42.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"42","part":"E16-SET-12","qty":"1","price":"512.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"43","part":"E16-SET-11(C)","qty":"1","price":"781.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"45","part":"HSK40A-ER25-80","qty":"1","price":"452.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"46","part":"HSK40-TUBE","qty":"1","price":"31.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"47","part":"HSK40-WRENCH","qty":"1","price":"47.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"48","part":"025-SPAN","qty":"1","price":"19.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"49","part":"E25-004","qty":"1","price":"54.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"50","part":"E25-008","qty":"1","price":"46.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"51","part":"E25-016","qty":"1","price":"46.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"52","part":"E25-024","qty":"1","price":"46.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"53","part":"E25-032","qty":"1","price":"46.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"54","part":"E25-SET-19","qty":"1","price":"890.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"55","part":"E25-SET-13(C)","qty":"1","price":"1209.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"57","part":"HSK40A-SM0750-60CP","qty":"1","price":"211.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"58","part":"HSK40-TUBE","qty":"1","price":"31.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223814","line":"59","part":"HSK40-WRENCH","qty":"1","price":"47.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"223814","Line":"13","Company":"1","F_Line":"1","Comment":"HSK40A-C20-100","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":54}}] 2024-11-18 08:33:47.838 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223882-11182024083347.txt === {"quote":"223882","customer":"MM","name":null,"customerName":"Matt Mowell","comp":"01","open":"0","shipto":"MMX","shiptoName":"Matt Mowell","entry_date":"11-04-2024","cust_order_date":"11-04-2024","req_date":"12-16-2024","cust_po":"SK16 kits","terms_code":"TRUNK","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"karynm","conv_order":"","time":"10:53","extra":"","follow_up":"12-20-2024","web_id":"","follow_name":"7:38","follow_phone":"","follow_email":"2018-11-02T00:00:00","pic_user":"karynm","total_amt":"4065.00","total_gp":"3136.35","total_gpm":"77.15","rev_type":"ADV","mod_date":"11-18-2024","mod_time":null,"mod_user":"karynm","reason":"","totalQty":"30","win_pct":"20","clo_date":"11-23-2024","notes":[{"comp":"1","quote":"223882","line":"0","data":"11-04-2024 11:18-karynm for Matt and Oen to sell"}],"crmnotes":[{"comp":1,"quote":223882,"Line":0,"Comment":"11/05/2024 8:35 AM - karynm - F/U changed from 11/17/2024 to 11/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223882,"Line":1,"Comment":"11/05/2024 8:35 AM - karynm - CLO changed from NaN/NaN/NaN to 11/23/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223882","line":"2","part":"CAT40-SK16-60U-IDU","qty":"5","price":"406.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223882","line":"3","part":"SK16-3/8A","qty":"5","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223882","line":"4","part":"SK16-1/2A","qty":"5","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223882","line":"5","part":"SK16-5/8A","qty":"5","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223882","line":"6","part":"9HC16","qty":"5","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223882","line":"7","part":"PROMO-DEMOCASE-FOAM","qty":"5","price":"124.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-18 08:33:59.549 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223882-11182024083359.txt === {"quote":"223882","customer":"MM","name":null,"customerName":"Matt Mowell","comp":"01","open":"0","shipto":"MMX","shiptoName":"Matt Mowell","entry_date":"11-04-2024","cust_order_date":"11-04-2024","req_date":"12-16-2024","cust_po":"SK16 kits","terms_code":"TRUNK","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"karynm","conv_order":"","time":"10:53","extra":"","follow_up":"12-20-2024","web_id":"","follow_name":"7:38","follow_phone":"","follow_email":"2018-11-02T00:00:00","pic_user":"karynm","total_amt":"4065.00","total_gp":"3136.35","total_gpm":"77.15","rev_type":"ADV","mod_date":"11-18-2024","mod_time":null,"mod_user":"karynm","reason":"","totalQty":"30","win_pct":"20","clo_date":"12-23-2024","notes":[{"comp":"1","quote":"223882","line":"0","data":"11-04-2024 11:18-karynm for Matt and Oen to sell"}],"crmnotes":[{"comp":1,"quote":223882,"Line":0,"Comment":"11/05/2024 8:35 AM - karynm - F/U changed from 11/17/2024 to 11/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223882,"Line":1,"Comment":"11/05/2024 8:35 AM - karynm - CLO changed from NaN/NaN/NaN to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":223882,"Line":2,"Comment":"11/18/2024 8:33 AM - karynm - F/U changed from 11/21/2024 to 12/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223882,"Line":3,"Comment":"11/18/2024 8:33 AM - karynm - CLO changed from 11/23/2024 to 12/23/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223882","line":"2","part":"CAT40-SK16-60U-IDU","qty":"5","price":"406.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223882","line":"3","part":"SK16-3/8A","qty":"5","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223882","line":"4","part":"SK16-1/2A","qty":"5","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223882","line":"5","part":"SK16-5/8A","qty":"5","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223882","line":"6","part":"9HC16","qty":"5","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223882","line":"7","part":"PROMO-DEMOCASE-FOAM","qty":"5","price":"124.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-18 08:34:15.258 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223882-11182024083415.txt === {"quote":"223882","customer":"MM","name":null,"customerName":"Matt Mowell","comp":"01","open":"0","shipto":"MMX","shiptoName":"Matt Mowell","entry_date":"11-04-2024","cust_order_date":"11-04-2024","req_date":"12-27-2024","cust_po":"SK16 kits","terms_code":"TRUNK","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"karynm","conv_order":"","time":"10:53","extra":"","follow_up":"12-20-2024","web_id":"","follow_name":"7:38","follow_phone":"","follow_email":"2018-11-02T00:00:00","pic_user":"karynm","total_amt":"4065.00","total_gp":"3136.35","total_gpm":"77.15","rev_type":"ADV","mod_date":"11-18-2024","mod_time":null,"mod_user":"karynm","reason":"","totalQty":"30","win_pct":"20","clo_date":"12-23-2024","notes":[{"comp":"1","quote":"223882","line":"0","data":"11-04-2024 11:18-karynm for Matt and Oen to sell"}],"crmnotes":[{"comp":1,"quote":223882,"Line":0,"Comment":"11/05/2024 8:35 AM - karynm - F/U changed from 11/17/2024 to 11/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223882,"Line":1,"Comment":"11/05/2024 8:35 AM - karynm - CLO changed from NaN/NaN/NaN to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":223882,"Line":2,"Comment":"11/18/2024 8:33 AM - karynm - F/U changed from 11/21/2024 to 12/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223882,"Line":3,"Comment":"11/18/2024 8:33 AM - karynm - CLO changed from 11/23/2024 to 12/23/2024 (CLO Date Updated)"},{"comp":1,"quote":223882,"Line":4,"Comment":"11/18/2024 8:34 AM - karynm - Req Date changed from 12/16/2024 to 12/27/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223882","line":"2","part":"CAT40-SK16-60U-IDU","qty":"5","price":"406.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223882","line":"3","part":"SK16-3/8A","qty":"5","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223882","line":"4","part":"SK16-1/2A","qty":"5","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223882","line":"5","part":"SK16-5/8A","qty":"5","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223882","line":"6","part":"9HC16","qty":"5","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223882","line":"7","part":"PROMO-DEMOCASE-FOAM","qty":"5","price":"124.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-18 08:34:56.764 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224027-11182024083456.txt === {"quote":"224027","customer":"1082","name":null,"customerName":"Abrasive-Tool Corporation","comp":"01","open":"1","shipto":"GOULD","shiptoName":"ITT Corp - Gould Pumps SFO","entry_date":"11-06-2024","cust_order_date":"09-27-2024","req_date":"04-04-2025","cust_po":"CAT50 Taper to MT6","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Mike Hanna","drop_po":"Updated - Longer Taper","status":"0","user":"briand","conv_order":"","time":"10:05","extra":"","follow_up":"11-19-2024","web_id":"","follow_name":"Mike Hanna Sr","follow_phone":"585-254-4500","follow_email":"mike@abrasivetool.com","pic_user":"briand","total_amt":"2110.00","total_gp":"1230.00","total_gpm":"58.29","rev_type":"STD","mod_date":"11-18-2024","mod_time":null,"mod_user":"briand","reason":"1","totalQty":"2","win_pct":"20","clo_date":"03-31-2025","notes":[{"comp":"1","quote":"224027","line":"6","data":"222235 and 222767."},{"comp":"1","quote":"224027","line":"5","data":"SO # 993659. Old quotes, both closed, are"},{"comp":"1","quote":"224027","line":"4","data":"and CC Territory 19. This Quote is tied to"},{"comp":"1","quote":"224027","line":"3","data":"going w/ GP 45%. Sending updated quote to Mike"},{"comp":"1","quote":"224027","line":"2","data":"has been a change in price. tt Alyssa, we're"},{"comp":"1","quote":"224027","line":"1","data":"Mike's requested change in specifications, there"},{"comp":"1","quote":"224027","line":"0","data":"11-06-2024 10:06-briand: Per Kyoko, due to the"}],"crmnotes":[{"comp":1,"quote":224027,"Line":0,"Comment":"11/07/2024 10:05 AM - briand - We are still waiting for ITT Gould to review and sign approved drawing. We will need an updated PO from Mike due to the pricing change."},{"comp":1,"quote":224027,"Line":1,"Comment":"11/07/2024 10:05 AM - briand - F/U changed from 11/12/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224027,"Line":2,"Comment":"11/07/2024 10:06 AM - briand - Req Date changed from 11/06/2024 to 04/04/2025 (Req Date Updated)"},{"comp":1,"quote":224027,"Line":3,"Comment":"11/08/2024 11:17 AM - briand - F/U changed from 11/18/2024 to 11/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224027,"Line":4,"Comment":"11/08/2024 11:17 AM - briand - CLO changed from 03/31/2024 to 03/31/2025 (CLO Date Updated)"},{"comp":1,"quote":224027,"Line":5,"Comment":"11/18/2024 8:34 AM - briand - We received signed approval drawing late last week. Attached to SO and sent to Kyoko - manufacturing can begin. Mike Hanna also sent updated PO with the price increase due to length increase."}],"items":[{"comp":"01","order":"224027","line":"1","part":"C5004-0006-10.55","qty":"2","price":"1055.00","uom":"EA","discount":"0.00","req_date":"22~24 Weeks ADA","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-18 08:36:52.733 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224344-11182024083652.txt === {"quote":"224344","customer":"16110","name":null,"customerName":"P.F. Markey Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-13-2024","cust_order_date":"11-13-2024","req_date":"12-25-2024","cust_po":"HSK63A-SK6-80P","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"09:37","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"Lauryn","follow_phone":"989-793-0900","follow_email":"insidesales@pfmarkey.com","pic_user":"briand","total_amt":"1886.60","total_gp":"950.80","total_gpm":"50.40","rev_type":"ADV","mod_date":"11-18-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"9","win_pct":"20","clo_date":"12-13-2024","notes":[{"comp":"1","quote":"224344","line":"6","data":"have 6 in stock in IL and there are 16 at Nikken."},{"comp":"1","quote":"224344","line":"5","data":"wrench in case customer needs one. We currently"},{"comp":"1","quote":"224344","line":"4","data":"been received. Additional 20% applied. Added the"},{"comp":"1","quote":"224344","line":"3","data":"cannot be cancelled or returned once a PO has"},{"comp":"1","quote":"224344","line":"2","data":"the holder is on our Overstock promotion and"},{"comp":"1","quote":"224344","line":"1","data":"quote to: insidesales@pfmarkey.com Let her know"},{"comp":"1","quote":"224344","line":"0","data":"11-13-2024 09:48-briand: Lauryn said to send the"}],"crmnotes":[],"items":[{"comp":"01","order":"224344","line":"1","part":"HSK63A-SK6-80P","qty":"7","price":"491.00","uom":"EA","discount":"48.00","req_date":"SEE COMMENT","branch":"1"},{"comp":"01","order":"224344","line":"2","part":"PROMOTION-OS","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"224344","line":"3","part":"GH6","qty":"1","price":"138.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"224344","Line":"1","Company":"1","F_Line":"1","Comment":"Currently 6 in stock balance would be 1~2 weeks ARO.","Loc":"Y"},{"Quote":"224344","Line":"2","Company":"1","F_Line":"1","Comment":"Please note additional 20% applied per Overstock","Loc":"Y"},{"Quote":"224344","Line":"2","Company":"1","F_Line":"2","Comment":"Promotion. Once a purchase order has been received","Loc":"Y"},{"Quote":"224344","Line":"2","Company":"1","F_Line":"3","Comment":"this item cannot be cancelled or returned.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-18 08:38:11.244 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221616-11182024083811.txt === {"quote":"221616","customer":"13671","name":null,"customerName":"Mitsubishi Materials U.S.A. Corp.","comp":"01","open":"1","shipto":"MITSUMI","shiptoName":"Mitsubishi Materials U.S.A","entry_date":"09-17-2024","cust_order_date":"12-17-2024","req_date":"12-20-2024","cust_po":"Special PSC 5 to CAT50","terms_code":"N30","ship_via":"U-GND","ship_collect":"9X2865","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Walter Danek","drop_po":"","status":"0","user":"briand","conv_order":"","time":"09:42","extra":"","follow_up":"11-19-2024","web_id":"","follow_name":"Walter Danek","follow_phone":"810-229-4567 Ext 264","follow_email":"wdanek@mmus.com","pic_user":"briand","total_amt":"4741.00","total_gp":"4741.00","total_gpm":"100.00","rev_type":"STD","mod_date":"11-18-2024","mod_time":null,"mod_user":"briand","reason":"2","totalQty":"6","win_pct":"20","clo_date":"11-20-2024","notes":[{"comp":"1","quote":"221616","line":"5","data":"09-17-2024 09:44 - Discounts Recalculated QS"},{"comp":"1","quote":"221616","line":"4","data":"and Alyssa."},{"comp":"1","quote":"221616","line":"3","data":"Walter at Mitsubishi via email and will CC: Cindy"},{"comp":"1","quote":"221616","line":"2","data":"to enter all the info for the quote. Sending to"},{"comp":"1","quote":"221616","line":"1","data":"for Quantities 1~4 and 5~10. Cindy showed me how"},{"comp":"1","quote":"221616","line":"0","data":"09-24-2024 11:34-briand: Recd info from Purchasing"}],"crmnotes":[{"comp":1,"quote":221616,"Line":0,"Comment":"10/03/2024 9:20 AM - briand - F/U changed from 10/04/2024 to 10/10/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221616,"Line":1,"Comment":"10/04/2024 10:23 AM - briand - F/U changed from 10/04/2024 to 10/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221616,"Line":2,"Comment":"10/10/2024 4:37 PM - briand - Sent Walter an email to see if this quote is still active. NOTE: We didn't send the actual quote until 9/24 so it's still fairly new."},{"comp":1,"quote":221616,"Line":3,"Comment":"10/11/2024 2:24 PM - briand - CLO changed from 10/17/2024 to 11/11/2024 (CLO Date Updated)"},{"comp":1,"quote":221616,"Line":4,"Comment":"10/11/2024 2:25 PM - briand - F/U changed from 10/14/2024 to 11/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221616,"Line":5,"Comment":"11/05/2024 8:36 AM - briand - Sent Walter another email requesting status of the quote."},{"comp":1,"quote":221616,"Line":6,"Comment":"11/05/2024 8:36 AM - briand - CLO changed from 11/11/2024 to 11/20/2024 (CLO Date Updated)"},{"comp":1,"quote":221616,"Line":7,"Comment":"11/05/2024 8:36 AM - briand - F/U changed from 11/07/2024 to 11/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221616,"Line":8,"Comment":"11/18/2024 8:38 AM - briand - No reply from Walter. Quote is 2 months old. Closing."}],"items":[{"comp":"01","order":"221616","line":"1","part":"SPECIAL-TL","qty":"1","price":"1951.00","uom":"EA","discount":"0.00","req_date":"10 Weeks ARO","branch":"1"},{"comp":"01","order":"221616","line":"2","part":"SPECIAL-TL","qty":"5","price":"558.00","uom":"EA","discount":"0.00","req_date":"10 Weeks ARO","branch":"1"}],"qlines":[{"Quote":"221616","Line":"1","Company":"1","F_Line":"1","Comment":"Part Number TBD >> PSC5 Female to CAT50 Male Adapter","Loc":"Y"},{"Quote":"221616","Line":"1","Company":"1","F_Line":"2","Comment":"Quoted at NET price for 1~4 tools.","Loc":"Y"},{"Quote":"221616","Line":"2","Company":"1","F_Line":"1","Comment":"Part Number TBD >> PSC5 Female to CAT50 Male Adapter","Loc":"Y"},{"Quote":"221616","Line":"2","Company":"1","F_Line":"2","Comment":"Quoted at NET price for 5~10 tools.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-18 08:39:10.176 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223935-11182024083909.txt === {"quote":"223935","customer":"7305","name":null,"customerName":"Georgino Industrial Supply Inc.","comp":"01","open":"0","shipto":"BETTS","shiptoName":"Betts Industries Incorporated","entry_date":"11-05-2024","cust_order_date":"12-02-2024","req_date":"12-05-2024","cust_po":"MZMP5-ER40X-OFF-ICE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Replacement Quote for Repair","drop_po":"","status":"0","user":"briand","conv_order":"","time":"09:02","extra":"","follow_up":"12-03-2024","web_id":"","follow_name":"Michael Reigel","follow_phone":"814-637-5301","follow_email":"mreigel@georgino.com","pic_user":"briand","total_amt":"4410.72","total_gp":"2239.80","total_gpm":"50.78","rev_type":"LT","mod_date":"11-18-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-04-2024","notes":[{"comp":"1","quote":"223935","line":"4","data":"for this and not applying the IMTS promo."},{"comp":"1","quote":"223935","line":"3","data":"11-05-2024 09:06-briand: tt Alyssa, giving 40% off"},{"comp":"1","quote":"223935","line":"2","data":"Mako/ENG know so inspection fee is waived."},{"comp":"1","quote":"223935","line":"1","data":"RGA# LVR-61296. If they purchase, please let"},{"comp":"1","quote":"223935","line":"0","data":"11-05-2024 09:05-briand: Replacement quote for"}],"crmnotes":[{"comp":1,"quote":223935,"Line":0,"Comment":"11/06/2024 10:58 AM - briand - Req Date changed from 11/05/2024 to 12/05/2024 (Req Date Updated)"},{"comp":1,"quote":223935,"Line":1,"Comment":"11/12/2024 9:13 AM - briand - F/U changed from 11/13/2024 to 11/20/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223935","line":"1","part":"MZMP5-ER40X-OFF-ICE","qty":"1","price":"7222.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223935","line":"2","part":"040-SPAN","qty":"1","price":"37.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223935","line":"3","part":"WRENCH-MIM-107566","qty":"1","price":"77.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-18 08:40:29.700 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224456-11182024084029.txt === {"quote":"224456","customer":"16831","name":null,"customerName":"Prestige Extreme Distribution","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-14-2024","cust_order_date":"11-14-2024","req_date":"12-26-2024","cust_po":"NCAT50-C1.1/4-105U-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"13:51","extra":"","follow_up":"12-09-2024","web_id":"","follow_name":"Juli Davis","follow_phone":"586-415-8480","follow_email":"julid@prestige-grp.com","pic_user":"briand","total_amt":"1055.36","total_gp":"728.99","total_gpm":"69.08","rev_type":"ADV","mod_date":"11-18-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"5","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"224456","line":"1","data":"and IMTS promotional discount."},{"comp":"1","quote":"224456","line":"0","data":"11-14-2024 14:15-briand: Added wrenches to quote"}],"crmnotes":[],"items":[{"comp":"01","order":"224456","line":"1","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224456","line":"2","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224456","line":"3","part":"NCAT50-C1-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224456","line":"4","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224456","line":"6","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"224456","Line":"6","Company":"1","F_Line":"1","Comment":"Additional 5% discount applied to both holders for","Loc":"Y"},{"Quote":"224456","Line":"6","Company":"1","F_Line":"2","Comment":"the 2024 IMTS Promotion for Advanced Tooling.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":5}}] 2024-11-18 08:43:52.387 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223125-11182024084352.txt === {"quote":"223125","customer":"2950","name":null,"customerName":"Vallen Integrated Supply, Inc.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"11-28-2024","cust_po":"500-012","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"April Wheatley","drop_po":"","status":"0","user":"briand","conv_order":"","time":"12:22","extra":"","follow_up":"11-19-2024","web_id":"","follow_name":"April Wheatley","follow_phone":"516-479-3946","follow_email":"april.wheatley@vallen.com","pic_user":"briand","total_amt":"236.25","total_gp":"173.70","total_gpm":"73.52","rev_type":"STD","mod_date":"11-18-2024","mod_time":null,"mod_user":"briand","reason":"2","totalQty":"9","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"223125","line":"2","data":"over, also attached this quote to theirs."},{"comp":"1","quote":"223125","line":"1","data":"electronic quote form. Completed form and sent"},{"comp":"1","quote":"223125","line":"0","data":"10-17-2024 12:23-briand: April Wheatley sent over"}],"crmnotes":[{"comp":1,"quote":223125,"Line":0,"Comment":"10/18/2024 4:29 PM - briand - F/U changed from 10/23/2024 to 11/1/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223125,"Line":1,"Comment":"10/31/2024 9:01 AM - briand - Sent April an email asking for quote status. Her email is: april.wheatley@vallen.com - this quote was submitted electronically to her at Vallen."},{"comp":1,"quote":223125,"Line":2,"Comment":"10/31/2024 9:01 AM - briand - F/U changed from 11/01/2024 to 11/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223125,"Line":3,"Comment":"10/31/2024 9:01 AM - briand - CLO changed from 11/17/2024 to 11/18/2024 (CLO Date Updated)"},{"comp":1,"quote":223125,"Line":4,"Comment":"11/18/2024 8:43 AM - briand - No response from April, closing quote"}],"items":[{"comp":"01","order":"223125","line":"1","part":"500-012","qty":"9","price":"35.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-18 08:45:14.716 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224269-11182024084514.txt === {"quote":"224269","customer":"19745","name":null,"customerName":"Sowa Tool & Machine Co. LTD.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-12-2024","cust_order_date":"11-12-2024","req_date":"12-24-2024","cust_po":"TQW-ER32/SK20(50)","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"08:09","extra":"","follow_up":"12-06-2024","web_id":"","follow_name":"Julie Reinhardt","follow_phone":"519-748-5750","follow_email":"jreinhardt@sowatool.com","pic_user":"briand","total_amt":"183.6","total_gp":"103.52","total_gpm":"56.38","rev_type":"STD","mod_date":"11-18-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-12-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224269","line":"1","part":"TQW-ER32/SK20(50)","qty":"2","price":"102.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-18 08:48:48.990 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223357-11182024084848.txt === {"quote":"223357","customer":"19578","name":null,"customerName":"Single Source Technologies - Canada","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-22-2024","cust_order_date":"10-22-2024","req_date":"12-03-2024","cust_po":"SPECIAL-TL","terms_code":"N45","ship_via":"U-ST","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Sebastian Tardiff","drop_po":"","status":"0","user":"briand","conv_order":"","time":"14:58","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Sebastien Tardif","follow_phone":"519-991-4273","follow_email":"sebastian.tardif@singlesourcetech.com","pic_user":"briand","total_amt":"2073.6","total_gp":"2073.60","total_gpm":"100.00","rev_type":"STD","mod_date":"11-18-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"6","win_pct":"20","clo_date":"11-26-2024","notes":[],"crmnotes":[{"comp":1,"quote":223357,"Line":0,"Comment":"10/28/2024 4:39 PM - briand - Forgot to mention that I sent the quote and drawing to Sebastian last Friday, 10/25"},{"comp":1,"quote":223357,"Line":1,"Comment":"10/28/2024 4:39 PM - briand - F/U changed from 10/28/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223357,"Line":2,"Comment":"11/11/2024 8:05 AM - briand - Sent Sebastian an email asking for an update on the quote."},{"comp":1,"quote":223357,"Line":3,"Comment":"11/11/2024 8:05 AM - briand - F/U changed from 11/11/2024 to 11/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223357,"Line":4,"Comment":"11/18/2024 8:48 AM - briand - Sebastian said he's reaching out to the customer and see if they will proceed w/ the order. He will follow up with me after he hears from the customer."},{"comp":1,"quote":223357,"Line":5,"Comment":"11/18/2024 8:48 AM - briand - CLO changed from 11/22/2024 to 11/26/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223357","line":"1","part":"SPECIAL-TL","qty":"6","price":"480.00","uom":"EA","discount":"28.00","req_date":"SEE COMMENT","branch":"1"}],"qlines":[{"Quote":"223357","Line":"1","Company":"1","F_Line":"1","Comment":"HSK50A-HC10-85: 10mm Hydraulic Chuck with 85mm GL","Loc":"Y"},{"Quote":"223357","Line":"1","Company":"1","F_Line":"2","Comment":"Currently two (2) in stock at the factory.","Loc":"Y"},{"Quote":"223357","Line":"1","Company":"1","F_Line":"3","Comment":"Balance would be 12~14 weeks ARO.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-18 08:48:53.869 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223357-11182024084853.txt === {"quote":"223357","customer":"19578","name":null,"customerName":"Single Source Technologies - Canada","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-22-2024","cust_order_date":"10-22-2024","req_date":"12-03-2024","cust_po":"SPECIAL-TL","terms_code":"N45","ship_via":"U-ST","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Sebastian Tardiff","drop_po":"","status":"0","user":"briand","conv_order":"","time":"14:58","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Sebastien Tardif","follow_phone":"519-991-4273","follow_email":"sebastian.tardif@singlesourcetech.com","pic_user":"briand","total_amt":"2073.6","total_gp":"2073.60","total_gpm":"100.00","rev_type":"STD","mod_date":"11-18-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"6","win_pct":"20","clo_date":"11-26-2024","notes":[],"crmnotes":[{"comp":1,"quote":223357,"Line":0,"Comment":"10/28/2024 4:39 PM - briand - Forgot to mention that I sent the quote and drawing to Sebastian last Friday, 10/25"},{"comp":1,"quote":223357,"Line":1,"Comment":"10/28/2024 4:39 PM - briand - F/U changed from 10/28/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223357,"Line":2,"Comment":"11/11/2024 8:05 AM - briand - Sent Sebastian an email asking for an update on the quote."},{"comp":1,"quote":223357,"Line":3,"Comment":"11/11/2024 8:05 AM - briand - F/U changed from 11/11/2024 to 11/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223357,"Line":4,"Comment":"11/18/2024 8:48 AM - briand - Sebastian said he's reaching out to the customer and see if they will proceed w/ the order. He will follow up with me after he hears from the customer."},{"comp":1,"quote":223357,"Line":5,"Comment":"11/18/2024 8:48 AM - briand - CLO changed from 11/22/2024 to 11/26/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223357","line":"1","part":"SPECIAL-TL","qty":"6","price":"480.00","uom":"EA","discount":"28.00","req_date":"SEE COMMENT","branch":"1"}],"qlines":[{"Quote":"223357","Line":"1","Company":"1","F_Line":"1","Comment":"HSK50A-HC10-85: 10mm Hydraulic Chuck with 85mm GL","Loc":"Y"},{"Quote":"223357","Line":"1","Company":"1","F_Line":"2","Comment":"Currently two (2) in stock at the factory.","Loc":"Y"},{"Quote":"223357","Line":"1","Company":"1","F_Line":"3","Comment":"Balance would be 12~14 weeks ARO.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-18 08:53:08.283 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224279-11182024085308.txt === {"quote":"224279","customer":"6225","name":null,"customerName":"Ferguson Enterprises Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-12-2024","cust_order_date":"11-12-2024","req_date":"12-24-2024","cust_po":"500-042","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"09:26","extra":"","follow_up":"12-10-2024","web_id":"","follow_name":"Jayson Hesse","follow_phone":"(603)-934-1337","follow_email":"jayson.hesse@ferguson.com","pic_user":"briand","total_amt":"78.75","total_gp":"54.18","total_gpm":"68.80","rev_type":"STD","mod_date":"11-18-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-12-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224279","line":"1","part":"500-042","qty":"1","price":"35.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224279","line":"2","part":"500-040","qty":"2","price":"35.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-18 08:54:38.850 [INFO] In session is user: jennad 2024-11-18 08:58:42.077 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224291-11182024085841.txt === {"quote":"224291","customer":"23290","name":null,"customerName":"Wayne Tool & Supply Company,Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-12-2024","cust_order_date":"11-12-2024","req_date":"12-24-2024","cust_po":"C4006-0250-2.50","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"11:14","extra":"","follow_up":"12-09-2024","web_id":"","follow_name":"Rob Nichols Jr.","follow_phone":"201-998-7200","follow_email":"rn@waynetool.com","pic_user":"briand","total_amt":"168.7","total_gp":"97.79","total_gpm":"57.97","rev_type":"STD","mod_date":"11-18-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-12-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224291","line":"1","part":"C4006-0250-2.50","qty":"1","price":"123.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224291","line":"2","part":"C4006-0625-3.00","qty":"1","price":"118.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-18 09:04:33.459 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223165-11182024090433.txt === {"quote":"223165","customer":"1720","name":null,"customerName":"DXP Enterprises, Inc. (Appl Spec)","comp":"01","open":"0","shipto":"TRESKE","shiptoName":"Treske Precision Machining Inc.","entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"11-28-2024","cust_po":"HSK63A-BLANK-13.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"15:58","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Hunt Potter","follow_phone":"360-737-9811","follow_email":"hunt@1asi.com","pic_user":"rons","total_amt":"925.2","total_gp":"378.09","total_gpm":"40.87","rev_type":"STD","mod_date":"11-18-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-27-2024","notes":[],"crmnotes":[{"comp":1,"quote":223165,"Line":0,"Comment":"10/21/2024 1:37 PM - rons - F/U changed from 10/23/2024 to 11/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223165,"Line":1,"Comment":"11/04/2024 1:41 PM - rons - F/U changed from 11/05/2024 to 11/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223165,"Line":2,"Comment":"11/18/2024 8:16 AM - rons - F/U changed from 11/15/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223165,"Line":3,"Comment":"11/18/2024 9:04 AM - rons - CLO changed from 11/17/2024 to 11/27/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223165","line":"1","part":"HSK63A-BLANK-13.00","qty":"3","price":"514.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-18 09:16:01.538 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223755-11182024091601.txt === {"quote":"223755","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"HOERBI","shiptoName":"Hoerbiger Corporation","entry_date":"10-31-2024","cust_order_date":"11-09-2024","req_date":"11-30-2024","cust_po":"Hoerbiger VC Test","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"09:16","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Lynn","follow_phone":"504-733-4744","follow_email":"lynn.nunez@mscdirect.com","pic_user":"alyssah","total_amt":"785.29","total_gp":"553.40","total_gpm":"70.47","rev_type":"ADV","mod_date":"11-18-2024","mod_time":null,"mod_user":"mattm","reason":"2","totalQty":"6","win_pct":"20","clo_date":"11-19-2024","notes":[{"comp":"1","quote":"223755","line":"1","data":"purposes only-do not ship, from so# 984730"},{"comp":"1","quote":"223755","line":"0","data":"10-31-2024 09:18-alyssah This is for invoicing"}],"crmnotes":[{"comp":1,"quote":223755,"Line":0,"Comment":"11/07/2024 4:40 PM - alyssah - F/U changed from 11/06/2024 to 11/18/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223755","line":"1","part":"HSK63A-VC13-90-IDU","qty":"1","price":"604.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223755","line":"2","part":"VCK13-8","qty":"1","price":"133.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223755","line":"3","part":"VCN-13BJ","qty":"1","price":"130.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223755","line":"4","part":"SKJ16-8C","qty":"1","price":"47.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223755","line":"5","part":"SKJL-16","qty":"1","price":"17.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223755","line":"6","part":"GH16","qty":"1","price":"221.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-18 09:21:41.696 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223950-11182024092141.txt === {"quote":"223950","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"HOE","shiptoName":"Hoerbiger Corp.","entry_date":"11-05-2024","cust_order_date":"10-21-2024","req_date":"11-05-2024","cust_po":"C40-MRAM-IC","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Lynn Nunez","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"10:13","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Lynn Nunez","follow_phone":"","follow_email":"lynn.nunz@mscdirect.com","pic_user":"mattm","total_amt":"20577.20","total_gp":"9414.66","total_gpm":"45.75","rev_type":"ADV","mod_date":"11-18-2024","mod_time":null,"mod_user":"mattm","reason":"2","totalQty":"8","win_pct":"20","clo_date":"11-28-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223950","line":"1","part":"C40-MRAM-IC","qty":"2","price":"5762.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223950","line":"2","part":"MRAM-ER11ST","qty":"2","price":"6905.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223950","line":"3","part":"PA65-CAT/BT","qty":"2","price":"931.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223950","line":"4","part":"MODIFICATION-PB-BLNK","qty":"2","price":"770.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"223950","Line":"0","Comment":"These are custom application units. Application must be"},{"Quote":"223950","Line":"1","Comment":"approved. Once a PO has been issued these items"},{"Quote":"223950","Line":"2","Comment":"cannot be cancelled or returned."}],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":4}}] 2024-11-18 09:22:04.868 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223908-11182024092204.txt === {"quote":"223908","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"HOE","shiptoName":"Hoerbiger Corp.","entry_date":"11-04-2024","cust_order_date":"11-04-2024","req_date":"12-16-2024","cust_po":"MRAM-ER11ST","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Lynn","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"15:06","extra":"","follow_up":"11-27-2024","web_id":"","follow_name":"Lynn","follow_phone":"","follow_email":"lynn.nunezr@mscdirect.com","pic_user":"alyssah","total_amt":"5524","total_gp":"2569.07","total_gpm":"46.51","rev_type":"ADV","mod_date":"11-18-2024","mod_time":null,"mod_user":"mattm","reason":"2","totalQty":"1","win_pct":"20","clo_date":"12-04-2024","notes":[{"comp":"1","quote":"223908","line":"0","data":"11-04-2024 15:07 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223908","line":"1","part":"MRAM-ER11ST","qty":"1","price":"6905.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-18 09:23:20.867 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223260-11182024092320.txt === {"quote":"223260","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"HOE","shiptoName":"Hoerbiger Corp.","entry_date":"10-21-2024","cust_order_date":"10-21-2024","req_date":"12-31-2024","cust_po":"NC4006-1500-4.50CP","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Lynn Nunez","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"10:11","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Lynn Nunez","follow_phone":"574-524-1592","follow_email":"lynn.Nunez@mscdirect.com","pic_user":"mattm","total_amt":"16130.63","total_gp":"9461.10","total_gpm":"58.65","rev_type":"ADV","mod_date":"11-18-2024","mod_time":null,"mod_user":"mattm","reason":"8","totalQty":"56","win_pct":"20","clo_date":"12-21-2024","notes":[{"comp":"1","quote":"223260","line":"4","data":"10-21-2024 10:17 - Discounts Recalculated QS"},{"comp":"1","quote":"223260","line":"3","data":"ok."},{"comp":"1","quote":"223260","line":"2","data":"quoted the andgle head before-said questionnare is"},{"comp":"1","quote":"223260","line":"1","data":"and ask about the end mill holder. He has already"},{"comp":"1","quote":"223260","line":"0","data":"10-21-2024 15:22-alyssah Matt will talk to Alexand"}],"crmnotes":[{"comp":1,"quote":223260,"Line":0,"Comment":"11/12/2024 6:11 PM - mattm - Req Date changed from 12/02/2024 to 12/31/2024 (Req Date Updated)"},{"comp":1,"quote":223260,"Line":1,"Comment":"11/12/2024 6:11 PM - mattm - CLO changed from 11/23/2024 to 12/21/2024 (CLO Date Updated)"},{"comp":1,"quote":223260,"Line":2,"Comment":"11/12/2024 6:12 PM - mattm - F/U changed from 11/09/2024 to 12/21/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223260","line":"1","part":"NC4006-1500-4.50CP","qty":"4","price":"363.00","uom":"EA","discount":"41.00","req_date":"4/2025","branch":"1"},{"comp":"01","order":"223260","line":"2","part":"CCK3/4-12","qty":"7","price":"85.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223260","line":"3","part":"CKFN20(3/4)-12","qty":"7","price":"59.00","uom":"EA","discount":"35.00","req_date":"1 Stk/6pc 2 weeks","branch":"1"},{"comp":"01","order":"223260","line":"4","part":"CCK3/4-14","qty":"3","price":"71.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223260","line":"5","part":"CKFN20(3/4)-14","qty":"3","price":"59.00","uom":"EA","discount":"35.00","req_date":"2 weeks","branch":"1"},{"comp":"01","order":"223260","line":"6","part":"CCK3/4-16","qty":"3","price":"85.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223260","line":"7","part":"CKFN20(3/4)-16","qty":"3","price":"59.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223260","line":"8","part":"C4006-1000-2.00","qty":"10","price":"134.00","uom":"EA","discount":"41.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223260","line":"9","part":"CAT40-C3/4-85UG-IDU","qty":"10","price":"572.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223260","line":"10","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223260","line":"12","part":"C40-MRAM-IC","qty":"1","price":"5762.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223260","line":"13","part":"MRAM-ER11","qty":"1","price":"4396.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223260","line":"14","part":"PA65-CAT/BT","qty":"1","price":"931.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223260","line":"15","part":"PB-RAN40-BLANK","qty":"1","price":"348.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"},{"comp":"01","order":"223260","line":"16","part":"MODIFICATION-PB-BLNK","qty":"1","price":"330.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":15}}] 2024-11-18 09:24:23.552 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223754-11182024092423.txt === {"quote":"223754","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"HOE","shiptoName":"Hoerbiger Corp.","entry_date":"10-31-2024","cust_order_date":"10-31-2024","req_date":"12-12-2024","cust_po":"HSK63A-C3/4-95G-IDU","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Lynn","drop_po":"test tooling 997073","status":"0","user":"alyssah","conv_order":"","time":"09:08","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Lynn","follow_phone":"","follow_email":"lynnnl@mscdirect.com","pic_user":"alyssah","total_amt":"1993.10","total_gp":"1341.10","total_gpm":"67.29","rev_type":"ADV","mod_date":"11-18-2024","mod_time":null,"mod_user":"mattm","reason":"","totalQty":"17","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"223754","line":"3","data":"10-31-2024 09:13 - Discounts Recalculated QS"},{"comp":"1","quote":"223754","line":"2","data":"Matts consigment 977073"},{"comp":"1","quote":"223754","line":"1","data":"only-DO NOT ship, customer alreayd has from"},{"comp":"1","quote":"223754","line":"0","data":"10-31-2024 09:14-alyssah For Invoice purposes"}],"crmnotes":[],"items":[{"comp":"01","order":"223754","line":"1","part":"HSK63A-C3/4-95G-IDU","qty":"1","price":"670.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223754","line":"2","part":"HSK63A-C1-100G-IDU","qty":"1","price":"733.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223754","line":"3","part":"CCK3/4-3/8","qty":"1","price":"85.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223754","line":"4","part":"CKFN20(3/4)-3/8","qty":"1","price":"59.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223754","line":"5","part":"CCK3/4-1/2","qty":"1","price":"85.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223754","line":"6","part":"CKFN20(3/4)-1/2","qty":"1","price":"59.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223754","line":"7","part":"CCKL20","qty":"1","price":"14.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223754","line":"8","part":"CCK1-3/4","qty":"1","price":"85.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223754","line":"9","part":"CKFN25(1)-3/4C","qty":"1","price":"63.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223754","line":"10","part":"CCKL25","qty":"1","price":"13.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223754","line":"13","part":"SK16-8AC","qty":"1","price":"180.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223754","line":"14","part":"TQW-200","qty":"1","price":"364.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223754","line":"15","part":"TQW-GH16","qty":"1","price":"138.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223754","line":"16","part":"GH20","qty":"1","price":"245.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223754","line":"17","part":"TQW-GH25","qty":"1","price":"138.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223754","line":"18","part":"HSK63-TUBE","qty":"1","price":"36.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223754","line":"19","part":"HSK63-WRENCH","qty":"1","price":"91.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":17}}] 2024-11-18 09:25:37.546 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223152-11182024092537.txt === {"quote":"223152","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"HOE","shiptoName":"Hoerbiger Corp.","entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"11-28-2024","cust_po":"HSK63A-C3/4-95G","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Lynn","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"14:41","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"Lynn","follow_phone":"","follow_email":"Lynn.Nunez@mscdirect.com","pic_user":"alyssah","total_amt":"1360.45","total_gp":"886.04","total_gpm":"65.13","rev_type":"ADV","mod_date":"11-18-2024","mod_time":null,"mod_user":"mattm","reason":"2","totalQty":"8","win_pct":"20","clo_date":"11-27-2024","notes":[{"comp":"1","quote":"223152","line":"0","data":"10-17-2024 14:44 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223152,"Line":0,"Comment":"11/08/2024 4:44 PM - alyssah - F/U changed from 11/10/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223152,"Line":1,"Comment":"11/15/2024 4:17 PM - alyssah - CLO changed from 11/17/2024 to 11/27/2024 (CLO Date Updated)"},{"comp":1,"quote":223152,"Line":2,"Comment":"11/15/2024 4:17 PM - alyssah - F/U changed from 11/16/2024 to 11/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223152,"Line":3,"Comment":"11/18/2024 10:25 AM - mattm - closing duplicate"}],"items":[{"comp":"01","order":"223152","line":"1","part":"HSK63A-C3/4-95G","qty":"1","price":"578.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223152","line":"2","part":"HSK63A-C1-100G-IDU","qty":"1","price":"733.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223152","line":"3","part":"CCK3/4-1/2","qty":"1","price":"85.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223152","line":"4","part":"CKFN20(3/4)-1/2","qty":"1","price":"59.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223152","line":"5","part":"CCK1-3/4","qty":"1","price":"85.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223152","line":"6","part":"CKFN25(1)-3/4C","qty":"1","price":"63.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223152","line":"7","part":"GH20","qty":"1","price":"245.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223152","line":"8","part":"GH25","qty":"1","price":"245.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":8}}] 2024-11-18 09:26:17.212 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220809-11182024092616.txt === {"quote":"220809","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"HOE","shiptoName":"Hoerbiger Corp.","entry_date":"08-27-2024","cust_order_date":"09-30-2024","req_date":"11-29-2024","cust_po":"MRAM","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Lynn Nunez","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"15:19","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Lynn Nunez","follow_phone":"915-449-0723","follow_email":"Lynn.Nunez@mscdirect.com","pic_user":"mattm","total_amt":"13590.67","total_gp":"7956.31","total_gpm":"58.54","rev_type":"ADV","mod_date":"11-18-2024","mod_time":null,"mod_user":"mattm","reason":"2","totalQty":"29","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"220809","line":"2","data":"08-27-2024 15:23 - Discounts Recalculated QS"},{"comp":"1","quote":"220809","line":"1","data":"still sending questionnare"},{"comp":"1","quote":"220809","line":"0","data":"08-27-2024 16:35-alyssah Matt said he quoted befor"}],"crmnotes":[{"comp":1,"quote":220809,"Line":0,"Comment":"09/06/2024 11:56 AM - mattm - Req Date changed from 10/08/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":220809,"Line":1,"Comment":"09/06/2024 11:56 AM - mattm - CLO changed from 09/27/2024 to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":220809,"Line":2,"Comment":"09/06/2024 11:56 AM - mattm - F/U changed from 09/10/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220809,"Line":3,"Comment":"10/28/2024 8:58 AM - mattm - Req Date change from 10/31/2024 to 11/29/2024 (Req Date Updated)"},{"comp":1,"quote":220809,"Line":4,"Comment":"10/28/2024 8:58 AM - mattm - CLO changed from 10/26/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":220809,"Line":5,"Comment":"10/28/2024 8:58 AM - mattm - F/U Changed from 10/26/2024 to 11/16/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"220809","line":"1","part":"C4006-1000-2.00","qty":"17","price":"134.00","uom":"EA","discount":"41.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220809","line":"2","part":"CAT40-C3/4-85UG-IDU","qty":"6","price":"572.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220809","line":"3","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220809","line":"4","part":"C40-MRAM-IC","qty":"1","price":"5762.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220809","line":"5","part":"MRAM-ER11","qty":"1","price":"4396.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220809","line":"6","part":"PA65-CAT/BT","qty":"1","price":"931.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220809","line":"7","part":"PB-RAN40-BLANK","qty":"1","price":"348.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"220809","line":"8","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":8}}] 2024-11-18 09:28:36.437 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224320-11182024092836.txt === {"quote":"224320","customer":"19633","name":null,"customerName":"SourcePro, Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-12-2024","cust_order_date":"11-12-2024","req_date":"12-24-2024","cust_po":"KM1.1/4-1","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"15:13","extra":"","follow_up":"11-27-2024","web_id":"","follow_name":"Daniel Holton","follow_phone":"734-441-1914","follow_email":"dholton@sourcepro.com","pic_user":"briand","total_amt":"174.08","total_gp":"120.91","total_gpm":"69.46","rev_type":"ADV","mod_date":"11-18-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-12-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224320","line":"1","part":"KM1.1/4-1","qty":"1","price":"64.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224320","line":"2","part":"KM1.1/4-1/2","qty":"1","price":"64.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224320","line":"3","part":"KM1.1/4-25","qty":"1","price":"64.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224320","line":"4","part":"KM1.1/4-5/8","qty":"1","price":"64.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":4}}] 2024-11-18 09:31:13.567 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-217006-11182024093113.txt === {"quote":"217006","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"HOE","shiptoName":"Hoerbiger Corp.","entry_date":"06-04-2024","cust_order_date":"06-04-2024","req_date":"11-29-2024","cust_po":"CAT40-C1-85UG-IDU","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Lynn Nunez","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"10:14","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Lynn Nunez","follow_phone":"","follow_email":"Lynn.Nunez@mscdirect.com","pic_user":"mattm","total_amt":"17118.18","total_gp":"10347.59","total_gpm":"60.45","rev_type":"ADV","mod_date":"11-18-2024","mod_time":null,"mod_user":"mattm","reason":"8","totalQty":"35","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"217006","line":"0","data":"06-04-2024 10:21 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":217006,"Line":0,"Comment":"07/03/2024 5:56 PM - mattm - F/U Changed from 7/7/2024 to 7/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217006,"Line":1,"Comment":"07/16/2024 9:50 AM - mattm - Waiting on po, it’s coming"},{"comp":1,"quote":217006,"Line":2,"Comment":"07/16/2024 9:51 AM - mattm - F/U Changed from 7/14/2024 to 8/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217006,"Line":3,"Comment":"07/16/2024 9:51 AM - mattm - CLO changed from 7/14/2024 to 8/24/2024 (CLO Date Updated)"},{"comp":1,"quote":217006,"Line":4,"Comment":"08/15/2024 8:02 AM - mattm - Req Date changed from 07/16/2024 to 09/06/2024 (Req Date Updated)"},{"comp":1,"quote":217006,"Line":5,"Comment":"08/26/2024 1:40 PM - mattm - Active project, will discuss at IMTS"},{"comp":1,"quote":217006,"Line":6,"Comment":"08/26/2024 1:46 PM - mattm - Req Date change from 9/6/2024 to 10/28/2024 (Req Date Updated)"},{"comp":1,"quote":217006,"Line":7,"Comment":"08/26/2024 1:48 PM - mattm - CLO changed from 8/24/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":217006,"Line":8,"Comment":"08/26/2024 1:49 PM - mattm - F/U Changed from 8/24/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217006,"Line":9,"Comment":"08/26/2024 1:58 PM - mattm - CLO changed from 8/24/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":217006,"Line":10,"Comment":"08/26/2024 1:58 PM - mattm - F/U Changed from 8/24/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217006,"Line":11,"Comment":"10/23/2024 1:49 PM - mattm - Req Date change from 10/28/2024 to 11/29/2024 (Req Date Updated)"},{"comp":1,"quote":217006,"Line":12,"Comment":"10/23/2024 1:50 PM - mattm - CLO changed from 10/19/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":217006,"Line":13,"Comment":"10/23/2024 1:50 PM - mattm - F/U Changed from 10/19/2024 to 11/16/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"217006","line":"1","part":"CAT40-C1-85UG-IDU","qty":"14","price":"630.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217006","line":"2","part":"CAT40-C3/4-85UG-IDU","qty":"14","price":"572.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217006","line":"3","part":"MRAM-ER11ST","qty":"1","price":"6905.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217006","line":"4","part":"C4006-1000-4.00","qty":"4","price":"143.00","uom":"EA","discount":"41.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217006","line":"5","part":"GH25","qty":"1","price":"245.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217006","line":"6","part":"GH20","qty":"1","price":"245.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-18 09:48:40.665 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223520-11182024094840.txt === {"quote":"223520","customer":"9970","name":null,"customerName":"Iwen Tool Supply Co.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-25-2024","cust_order_date":"10-25-2024","req_date":"12-06-2024","cust_po":"E32-008","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"11:16","extra":"","follow_up":"11-19-2024","web_id":"","follow_name":"Rick Hayes","follow_phone":"989-777-7908 x108","follow_email":"rick.hayes@iwentool.com","pic_user":"briand","total_amt":"70.72","total_gp":"50.43","total_gpm":"71.31","rev_type":"STD","mod_date":"11-18-2024","mod_time":null,"mod_user":"briand","reason":"2","totalQty":"2","win_pct":"20","clo_date":"11-25-2024","notes":[],"crmnotes":[{"comp":1,"quote":223520,"Line":0,"Comment":"10/31/2024 8:40 AM - briand - F/U changed from 10/31/2024 to 11/19/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223520","line":"1","part":"E32-008","qty":"1","price":"52.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223520","line":"2","part":"E32-012","qty":"1","price":"52.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-18 09:52:40.666 [INFO] In session is user: stevel 2024-11-18 09:53:10.157 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221973-11182024095309.txt === {"quote":"221973","customer":"13687","name":null,"customerName":"DMG Mori (IL)","comp":"01","open":"0","shipto":"CONEDR","shiptoName":"Cone Drive Operations Inc.","entry_date":"09-24-2024","cust_order_date":"08-02-2016","req_date":"12-01-2024","cust_po":"Johs Kris","terms_code":"N30","ship_via":"U-GND","ship_collect":"trk","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Josh Kris","drop_po":"260 NT50 Cone Drive","status":"0","user":"stevel","conv_order":"","time":"08:41","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Josh Kris","follow_phone":"","follow_email":"JKRIS@dmgmori-usa.com","pic_user":"stevel","total_amt":"57570.90","total_gp":"56973.52","total_gpm":"98.96","rev_type":"RT","mod_date":"11-18-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"8","win_pct":"20","clo_date":"12-01-2024","notes":[],"crmnotes":[{"comp":1,"quote":221973,"Line":0,"Comment":"10/01/2024 2:44 PM - stevel - F/U changed from 09/30/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221973,"Line":1,"Comment":"10/21/2024 6:26 AM - stevel - F/U changed from 11/02/2024 to 11/16/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"221973","line":"1","part":"CNC260LZA-M","qty":"1","price":"22950.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"221973","line":"2","part":"RT-ACCESSORY","qty":"1","price":"11000.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"221973","line":"3","part":"RT-ACCESSORY","qty":"1","price":"1100.00","uom":"EA","discount":"10.00","req_date":"","branch":"1"},{"comp":"01","order":"221973","line":"4","part":"RT-ACCESSORY","qty":"1","price":"7950.00","uom":"EA","discount":"10.00","req_date":"","branch":"1"},{"comp":"01","order":"221973","line":"5","part":"RT-ACCESSORY","qty":"1","price":"1700.00","uom":"EA","discount":"30.00","req_date":"","branch":"1"},{"comp":"01","order":"221973","line":"6","part":"100843","qty":"1","price":"1837.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221973","line":"7","part":"RT-ACCESSORY","qty":"1","price":"550.00","uom":"EA","discount":"30.00","req_date":"","branch":"1"},{"comp":"01","order":"221973","line":"8","part":"RT-ACCESSORY","qty":"1","price":"19500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"221973","Line":"2","Company":"1","F_Line":"1","Comment":"RNC 8381 +/- 2 Big Bore Scale with Mounting Kit","Loc":"Y"},{"Quote":"221973","Line":"3","Company":"1","F_Line":"1","Comment":"NT50 Taper Center Socket","Loc":"Y"},{"Quote":"221973","Line":"4","Company":"1","F_Line":"1","Comment":"Hydraulic Cylinder and Adapter for NT50 Socket","Loc":"Y"},{"Quote":"221973","Line":"5","Company":"1","F_Line":"1","Comment":"Power and Signal/Feedback Cable Set","Loc":"Y"},{"Quote":"221973","Line":"7","Company":"1","F_Line":"1","Comment":"Hydraulic Hose Set","Loc":"Y"},{"Quote":"221973","Line":"8","Company":"1","F_Line":"1","Comment":"Special Hydraulic Tailstock per Customer","Loc":"Y"},{"Quote":"221973","Line":"8","Company":"1","F_Line":"2","Comment":"Drawing 500152-T-1SHT1 Rev Level B","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":8}}] 2024-11-18 09:53:34.034 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-217850-11182024095333.txt === {"quote":"217850","customer":"20925","name":null,"customerName":"Turn-Key Solutions, Inc.","comp":"01","open":"0","shipto":"FGHHIIKM","shiptoName":"Turn-Key Solutions, Inc.","entry_date":"06-21-2024","cust_order_date":"06-21-2024","req_date":"11-16-2024","cust_po":"Greg Maskell","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Greg Maskell","drop_po":"CNCZ180LSABR2","status":"0","user":"stevel","conv_order":"","time":"11:28","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Greg Maskell","follow_phone":"616-949-9606","follow_email":"greg@turn-keysolutionsinc.com","pic_user":"stevel","total_amt":"30135","total_gp":"18973.83","total_gpm":"62.96","rev_type":"RT","mod_date":"11-18-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-16-2024","notes":[],"crmnotes":[{"comp":1,"quote":217850,"Line":0,"Comment":"07/09/2024 8:19 AM - stevel - F/U changed from 07/04/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217850,"Line":1,"Comment":"07/09/2024 8:19 AM - stevel - CLO changed from 07/21/2024 to 08/03/2024 (CLO Date Updated)"},{"comp":1,"quote":217850,"Line":2,"Comment":"07/29/2024 9:44 AM - stevel - F/U changed from 07/27/2024 to 8/10/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217850,"Line":3,"Comment":"08/12/2024 8:43 AM - stevel - F/U changed from 08/10/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217850,"Line":4,"Comment":"08/12/2024 8:43 AM - stevel - CLO changed from 08/03/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":217850,"Line":5,"Comment":"08/12/2024 8:44 AM - stevel - Req Date changed from 08/02/2024 to 09/21/2024 (Req Date Updated)"},{"comp":1,"quote":217850,"Line":6,"Comment":"10/14/2024 7:12 AM - stevel - F/U changed from 09/21/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217850,"Line":7,"Comment":"10/14/2024 7:12 AM - stevel - CLO changed from 09/21/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":217850,"Line":8,"Comment":"10/14/2024 7:12 AM - stevel - Req Date changed from 09/21/2024 to 11/16/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"217850","line":"1","part":"CNCZ180SA-BR2-QT/R450","qty":"1","price":"43050.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-18 09:53:38.973 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-217850-11182024095338.txt === {"quote":"217850","customer":"20925","name":null,"customerName":"Turn-Key Solutions, Inc.","comp":"01","open":"0","shipto":"FGHHIIKM","shiptoName":"Turn-Key Solutions, Inc.","entry_date":"06-21-2024","cust_order_date":"06-21-2024","req_date":"11-16-2024","cust_po":"Greg Maskell","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Greg Maskell","drop_po":"CNCZ180LSABR2","status":"0","user":"stevel","conv_order":"","time":"11:28","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Greg Maskell","follow_phone":"616-949-9606","follow_email":"greg@turn-keysolutionsinc.com","pic_user":"stevel","total_amt":"30135","total_gp":"18973.83","total_gpm":"62.96","rev_type":"RT","mod_date":"11-18-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":217850,"Line":0,"Comment":"07/09/2024 8:19 AM - stevel - F/U changed from 07/04/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217850,"Line":1,"Comment":"07/09/2024 8:19 AM - stevel - CLO changed from 07/21/2024 to 08/03/2024 (CLO Date Updated)"},{"comp":1,"quote":217850,"Line":2,"Comment":"07/29/2024 9:44 AM - stevel - F/U changed from 07/27/2024 to 8/10/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217850,"Line":3,"Comment":"08/12/2024 8:43 AM - stevel - F/U changed from 08/10/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217850,"Line":4,"Comment":"08/12/2024 8:43 AM - stevel - CLO changed from 08/03/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":217850,"Line":5,"Comment":"08/12/2024 8:44 AM - stevel - Req Date changed from 08/02/2024 to 09/21/2024 (Req Date Updated)"},{"comp":1,"quote":217850,"Line":6,"Comment":"10/14/2024 7:12 AM - stevel - F/U changed from 09/21/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217850,"Line":7,"Comment":"10/14/2024 7:12 AM - stevel - CLO changed from 09/21/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":217850,"Line":8,"Comment":"10/14/2024 7:12 AM - stevel - Req Date changed from 09/21/2024 to 11/16/2024 (Req Date Updated)"},{"comp":1,"quote":217850,"Line":9,"Comment":"11/18/2024 9:53 AM - stevel - F/U changed from 11/16/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217850,"Line":10,"Comment":"11/18/2024 9:53 AM - stevel - CLO changed from 11/16/2024 to 12/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"217850","line":"1","part":"CNCZ180SA-BR2-QT/R450","qty":"1","price":"43050.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-18 09:53:41.880 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-217850-11182024095341.txt === {"quote":"217850","customer":"20925","name":null,"customerName":"Turn-Key Solutions, Inc.","comp":"01","open":"0","shipto":"FGHHIIKM","shiptoName":"Turn-Key Solutions, Inc.","entry_date":"06-21-2024","cust_order_date":"06-21-2024","req_date":"12-28-2024","cust_po":"Greg Maskell","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Greg Maskell","drop_po":"CNCZ180LSABR2","status":"0","user":"stevel","conv_order":"","time":"11:28","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Greg Maskell","follow_phone":"616-949-9606","follow_email":"greg@turn-keysolutionsinc.com","pic_user":"stevel","total_amt":"30135","total_gp":"18973.83","total_gpm":"62.96","rev_type":"RT","mod_date":"11-18-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":217850,"Line":0,"Comment":"07/09/2024 8:19 AM - stevel - F/U changed from 07/04/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217850,"Line":1,"Comment":"07/09/2024 8:19 AM - stevel - CLO changed from 07/21/2024 to 08/03/2024 (CLO Date Updated)"},{"comp":1,"quote":217850,"Line":2,"Comment":"07/29/2024 9:44 AM - stevel - F/U changed from 07/27/2024 to 8/10/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217850,"Line":3,"Comment":"08/12/2024 8:43 AM - stevel - F/U changed from 08/10/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217850,"Line":4,"Comment":"08/12/2024 8:43 AM - stevel - CLO changed from 08/03/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":217850,"Line":5,"Comment":"08/12/2024 8:44 AM - stevel - Req Date changed from 08/02/2024 to 09/21/2024 (Req Date Updated)"},{"comp":1,"quote":217850,"Line":6,"Comment":"10/14/2024 7:12 AM - stevel - F/U changed from 09/21/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217850,"Line":7,"Comment":"10/14/2024 7:12 AM - stevel - CLO changed from 09/21/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":217850,"Line":8,"Comment":"10/14/2024 7:12 AM - stevel - Req Date changed from 09/21/2024 to 11/16/2024 (Req Date Updated)"},{"comp":1,"quote":217850,"Line":9,"Comment":"11/18/2024 9:53 AM - stevel - F/U changed from 11/16/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217850,"Line":10,"Comment":"11/18/2024 9:53 AM - stevel - CLO changed from 11/16/2024 to 12/21/2024 (CLO Date Updated)"},{"comp":1,"quote":217850,"Line":11,"Comment":"11/18/2024 9:53 AM - stevel - Req Date changed from 11/16/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"217850","line":"1","part":"CNCZ180SA-BR2-QT/R450","qty":"1","price":"43050.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-18 09:54:08.185 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223356-11182024095407.txt === {"quote":"223356","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMAHUNT","shiptoName":"Yamazen, Inc.","entry_date":"10-22-2024","cust_order_date":"10-22-2024","req_date":"12-03-2024","cust_po":"Lou Carman","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Lou Carman","drop_po":"CNC180FA-M","status":"0","user":"stevel","conv_order":"","time":"14:55","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Lou Carman","follow_phone":"","follow_email":"loucarman@yamazen.com","pic_user":"stevel","total_amt":"21333.50","total_gp":"17430.73","total_gpm":"81.71","rev_type":"RT","mod_date":"11-18-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-22-2024","notes":[],"crmnotes":[{"comp":1,"quote":223356,"Line":0,"Comment":"11/01/2024 8:48 AM - stevel - F/U changed from 11/04/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223356,"Line":1,"Comment":"11/01/2024 8:48 AM - stevel - TODO: Discuss project in CT"}],"items":[{"comp":"01","order":"223356","line":"1","part":"CNC180FA-M","qty":"1","price":"16905.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223356","line":"2","part":"INSTALLATION-RT-CNC-NE","qty":"1","price":"9500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-18 09:54:12.993 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223356-11182024095412.txt === {"quote":"223356","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMAHUNT","shiptoName":"Yamazen, Inc.","entry_date":"10-22-2024","cust_order_date":"10-22-2024","req_date":"12-03-2024","cust_po":"Lou Carman","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Lou Carman","drop_po":"CNC180FA-M","status":"0","user":"stevel","conv_order":"","time":"14:55","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Lou Carman","follow_phone":"","follow_email":"loucarman@yamazen.com","pic_user":"stevel","total_amt":"21333.50","total_gp":"17430.73","total_gpm":"81.71","rev_type":"RT","mod_date":"11-18-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":223356,"Line":0,"Comment":"11/01/2024 8:48 AM - stevel - F/U changed from 11/04/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223356,"Line":1,"Comment":"11/01/2024 8:48 AM - stevel - TODO: Discuss project in CT"},{"comp":1,"quote":223356,"Line":2,"Comment":"11/18/2024 9:54 AM - stevel - F/U changed from 11/16/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223356,"Line":3,"Comment":"11/18/2024 9:54 AM - stevel - CLO changed from 11/22/2024 to 12/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223356","line":"1","part":"CNC180FA-M","qty":"1","price":"16905.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223356","line":"2","part":"INSTALLATION-RT-CNC-NE","qty":"1","price":"9500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-18 09:54:15.552 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223356-11182024095415.txt === {"quote":"223356","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMAHUNT","shiptoName":"Yamazen, Inc.","entry_date":"10-22-2024","cust_order_date":"10-22-2024","req_date":"12-28-2024","cust_po":"Lou Carman","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Lou Carman","drop_po":"CNC180FA-M","status":"0","user":"stevel","conv_order":"","time":"14:55","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Lou Carman","follow_phone":"","follow_email":"loucarman@yamazen.com","pic_user":"stevel","total_amt":"21333.50","total_gp":"17430.73","total_gpm":"81.71","rev_type":"RT","mod_date":"11-18-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":223356,"Line":0,"Comment":"11/01/2024 8:48 AM - stevel - F/U changed from 11/04/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223356,"Line":1,"Comment":"11/01/2024 8:48 AM - stevel - TODO: Discuss project in CT"},{"comp":1,"quote":223356,"Line":2,"Comment":"11/18/2024 9:54 AM - stevel - F/U changed from 11/16/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223356,"Line":3,"Comment":"11/18/2024 9:54 AM - stevel - CLO changed from 11/22/2024 to 12/21/2024 (CLO Date Updated)"},{"comp":1,"quote":223356,"Line":4,"Comment":"11/18/2024 9:54 AM - stevel - Req Date changed from 12/03/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223356","line":"1","part":"CNC180FA-M","qty":"1","price":"16905.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223356","line":"2","part":"INSTALLATION-RT-CNC-NE","qty":"1","price":"9500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-18 09:55:52.193 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223809-11182024095551.txt === {"quote":"223809","customer":"19633","name":null,"customerName":"SourcePro, Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-01-2024","cust_order_date":"11-01-2024","req_date":"12-13-2024","cust_po":"025-SPAN","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"08:24","extra":"","follow_up":"12-02-2024","web_id":"","follow_name":"SourcePro Purchasing Team","follow_phone":"734-441-1914","follow_email":"srichner@sourcepro.com","pic_user":"briand","total_amt":"12.92","total_gp":"7.99","total_gpm":"61.84","rev_type":"STD","mod_date":"11-18-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-01-2024","notes":[],"crmnotes":[{"comp":1,"quote":223809,"Line":0,"Comment":"11/05/2024 10:54 AM - briand - F/U changed from 11/07/2024 to 11/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223809,"Line":1,"Comment":"11/18/2024 9:54 AM - briand - They ordered 2 of these wrenches but on 10/28. Will keep this open another few weeks to see if another order is coming."}],"items":[{"comp":"01","order":"223809","line":"1","part":"025-SPAN","qty":"1","price":"19.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-18 09:56:02.552 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223809-11182024095602.txt === {"quote":"223809","customer":"19633","name":null,"customerName":"SourcePro, Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-01-2024","cust_order_date":"11-01-2024","req_date":"12-13-2024","cust_po":"025-SPAN","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"08:24","extra":"","follow_up":"12-02-2024","web_id":"","follow_name":"SourcePro Purchasing Team","follow_phone":"734-441-1914","follow_email":"srichner@sourcepro.com","pic_user":"briand","total_amt":"12.92","total_gp":"7.99","total_gpm":"61.84","rev_type":"STD","mod_date":"11-18-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-03-2024","notes":[],"crmnotes":[{"comp":1,"quote":223809,"Line":0,"Comment":"11/05/2024 10:54 AM - briand - F/U changed from 11/07/2024 to 11/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223809,"Line":1,"Comment":"11/18/2024 9:54 AM - briand - They ordered 2 of these wrenches but on 10/28. Will keep this open another few weeks to see if another order is coming."},{"comp":1,"quote":223809,"Line":2,"Comment":"11/18/2024 9:55 AM - briand - F/U changed from 11/20/2024 to 12/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223809,"Line":3,"Comment":"11/18/2024 9:55 AM - briand - CLO changed from 12/01/2024 to 12/03/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223809","line":"1","part":"025-SPAN","qty":"1","price":"19.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-18 09:56:38.163 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223586-11182024095637.txt === {"quote":"223586","customer":"2325","name":null,"customerName":"BlackHawk Industrial - Base Camp","comp":"01","open":"1","shipto":"AAAASTAC","shiptoName":"BlackHawk Industrial","entry_date":"10-28-2024","cust_order_date":"10-28-2024","req_date":"12-09-2024","cust_po":"020-EXT-750","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"13:41","extra":"","follow_up":"11-19-2024","web_id":"","follow_name":"Steve","follow_phone":"","follow_email":"@","pic_user":"jennad","total_amt":"193.05","total_gp":"108.63","total_gpm":"56.27","rev_type":"STD","mod_date":"11-18-2024","mod_time":null,"mod_user":"jennad","reason":"5","totalQty":"4","win_pct":"20","clo_date":"11-28-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223586","line":"1","part":"020-EXT-750","qty":"1","price":"81.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223586","line":"2","part":"010-EXT-100","qty":"3","price":"72.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-18 09:57:33.173 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223628-11182024095732.txt === {"quote":"223628","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"RAZWGLEM","shiptoName":"RA Zweig,INC","entry_date":"10-29-2024","cust_order_date":"11-29-2024","req_date":"12-10-2024","cust_po":"E11-EXT-750","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"11:07","extra":"","follow_up":"11-19-2024","web_id":"","follow_name":"Jennifer Stowers","follow_phone":"262-345-7112","follow_email":"Jennifer.Stowers@mscdirect.com","pic_user":"jennad","total_amt":"384.8","total_gp":"232.60","total_gpm":"60.45","rev_type":"STD","mod_date":"11-18-2024","mod_time":null,"mod_user":"jennad","reason":"1","totalQty":"4","win_pct":"20","clo_date":"11-29-2024","notes":[],"crmnotes":[{"comp":1,"quote":223628,"Line":0,"Comment":"10/29/2024 4:27 PM - rons - PIC changed from rons to jennad"}],"items":[{"comp":"01","order":"223628","line":"1","part":"E11-EXT-750","qty":"4","price":"148.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-18 09:58:05.023 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223905-11182024095804.txt === {"quote":"223905","customer":"7650","name":null,"customerName":"W.W. Grainger, Inc.","comp":"01","open":"0","shipto":"YORKCASK","shiptoName":"York Casket Company","entry_date":"11-04-2024","cust_order_date":"11-04-2024","req_date":"12-16-2024","cust_po":"TCLA-40/63A/C6","terms_code":"23060","ship_via":"F-FGS","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"14:49","extra":"","follow_up":"12-03-2024","web_id":"","follow_name":"Frederick Wason","follow_phone":"224-601-3837","follow_email":"frederick.wason@grainger.com","pic_user":"briand","total_amt":"181.5","total_gp":"102.55","total_gpm":"56.50","rev_type":"STD","mod_date":"11-18-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-04-2024","notes":[],"crmnotes":[{"comp":1,"quote":223905,"Line":0,"Comment":"11/05/2024 11:00 AM - briand - F/U changed from 11/10/2024 to 11/20/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223905","line":"1","part":"TCLA-40/63A/C6","qty":"1","price":"242.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-18 09:58:36.179 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223649-11182024095835.txt === {"quote":"223649","customer":"19948","name":null,"customerName":"Sussex Tool & Supply Inc.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-29-2024","cust_order_date":"11-29-2024","req_date":"12-10-2024","cust_po":"C4007-0180-4.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"40","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"14:10","extra":"","follow_up":"11-19-2024","web_id":"","follow_name":"Angie","follow_phone":"262-251-4020x1","follow_email":"sales@sussextool.com","pic_user":"jennad","total_amt":"489.00","total_gp":"245.68","total_gpm":"50.24","rev_type":"STD","mod_date":"11-18-2024","mod_time":null,"mod_user":"jennad","reason":"2","totalQty":"4","win_pct":"20","clo_date":"11-29-2024","notes":[],"crmnotes":[{"comp":1,"quote":223649,"Line":0,"Comment":"10/29/2024 4:27 PM - rons - PIC changed from rons to jennad"}],"items":[{"comp":"01","order":"223649","line":"1","part":"C4007-0180-4.00","qty":"4","price":"163.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-18 09:59:39.633 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223468-11182024095939.txt === {"quote":"223468","customer":"7650","name":null,"customerName":"W.W. Grainger, Inc.","comp":"01","open":"1","shipto":"WWGRALF","shiptoName":"W.W. Grainger, Inc.","entry_date":"10-24-2024","cust_order_date":"10-24-2024","req_date":"12-05-2024","cust_po":"TCLA-40/63A/C6","terms_code":"23060","ship_via":"F-FGS","ship_collect":"783534037","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Giovanni Alfaro","drop_po":"","status":"0","user":"briand","conv_order":"","time":"11:13","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Giovanni Alfaro","follow_phone":"224-601-3560","follow_email":"giovanni.alfaro@grainger.com","pic_user":"briand","total_amt":"181.5","total_gp":"102.48","total_gpm":"56.46","rev_type":"STD","mod_date":"11-18-2024","mod_time":null,"mod_user":"briand","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-24-2024","notes":[{"comp":"1","quote":"223468","line":"0","data":"10-24-2024 11:15 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223468,"Line":0,"Comment":"11/04/2024 2:22 PM - briand - Sent Giovanni an email to see if this newer quote is still active."},{"comp":1,"quote":223468,"Line":1,"Comment":"11/04/2024 2:23 PM - briand - F/U changed from 11/06/2024 to 11/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223468,"Line":2,"Comment":"11/18/2024 9:59 AM - briand - No reply, closing quote. Grainger also RFQ on 11/4, Q# 223905 for the same item."}],"items":[{"comp":"01","order":"223468","line":"1","part":"TCLA-40/63A/C6","qty":"1","price":"242.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-18 10:00:21.677 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223656-11182024100021.txt === {"quote":"223656","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"1","shipto":"AFCOLZ","shiptoName":"AFCO Products, INC","entry_date":"10-29-2024","cust_order_date":"10-29-2024","req_date":"12-10-2024","cust_po":"B3007-0025-2.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"Ally Katz","drop_po":"","status":"0","user":"briand","conv_order":"","time":"14:49","extra":"","follow_up":"11-19-2024","web_id":"","follow_name":"Ally Katz","follow_phone":"586-755-7750","follow_email":"akatz@pts-tools.com","pic_user":"jennad","total_amt":"875.38","total_gp":"573.34","total_gpm":"65.50","rev_type":"ADV","mod_date":"11-18-2024","mod_time":null,"mod_user":"jennad","reason":"5","totalQty":"17","win_pct":"20","clo_date":"11-29-2024","notes":[{"comp":"1","quote":"223656","line":"2","data":"quote. Added wrench for holder."},{"comp":"1","quote":"223656","line":"1","data":"AFCO Products in Lake Zurich, IL, updated on"},{"comp":"1","quote":"223656","line":"0","data":"10-29-2024 14:49-briand: Ally said EU is"}],"crmnotes":[{"comp":1,"quote":223656,"Line":0,"Comment":"11/18/2024 10:00 AM - jennad - Got by Yamazen"}],"items":[{"comp":"01","order":"223656","line":"1","part":"B3007-0025-2.00","qty":"2","price":"242.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223656","line":"2","part":"025-SPAN","qty":"1","price":"19.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223656","line":"3","part":"SK10-6","qty":"5","price":"67.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223656","line":"4","part":"SK10-4","qty":"2","price":"67.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223656","line":"5","part":"SK10-1/8A","qty":"1","price":"67.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223656","line":"6","part":"SK10-3","qty":"1","price":"67.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223656","line":"7","part":"SK10-5/16A","qty":"1","price":"67.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223656","line":"8","part":"E20-393","qty":"2","price":"53.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223656","line":"9","part":"E20-032","qty":"2","price":"53.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":9}}] 2024-11-18 10:04:00.772 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224157-11182024100400.txt === {"quote":"224157","customer":"15265","name":null,"customerName":"Outillage Industriel Quebec","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-08-2024","cust_order_date":"11-08-2024","req_date":"12-20-2024","cust_po":"BT50-MTA3-180","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"09:19","extra":"","follow_up":"12-06-2024","web_id":"","follow_name":"Erick Lepage","follow_phone":"418-683-2527","follow_email":"erick.lepage@quebecindustriel.com","pic_user":"briand","total_amt":"417.95","total_gp":"275.47","total_gpm":"65.91","rev_type":"STD","mod_date":"11-18-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-08-2024","notes":[{"comp":"1","quote":"224157","line":"4","data":"pricing before sending quote to Erick."},{"comp":"1","quote":"224157","line":"3","data":"No orders or PO's since 2005 - need to confirm"},{"comp":"1","quote":"224157","line":"2","data":"11-08-2024 09:20-briand: Entered on quote log."},{"comp":"1","quote":"224157","line":"1","data":"Purchasing, $643.00, sent quote to Erick."},{"comp":"1","quote":"224157","line":"0","data":"11-08-2024 09:24-briand: Pricing confirmed by"}],"crmnotes":[{"comp":1,"quote":224157,"Line":0,"Comment":"11/12/2024 2:11 PM - briand - F/U changed from 11/14/2024 to 11/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224157,"Line":1,"Comment":"11/18/2024 10:03 AM - briand - Outillage also asked for quote on 11/6 under Q# 224050 - will leave this open in case this isn't a duplicate somehow."}],"items":[{"comp":"01","order":"224157","line":"1","part":"BT50-MTA3-180","qty":"1","price":"643.00","uom":"EA","discount":"35.00","req_date":"2~3 Weeks ARO","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-18 10:11:57.991 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223083-11182024101157.txt === {"quote":"223083","customer":"2965","name":null,"customerName":"Butler Bros.","comp":"01","open":"0","shipto":"NORTTTO","shiptoName":"Northeast Tool & Mfg Co Inc","entry_date":"10-16-2024","cust_order_date":"10-16-2024","req_date":"12-11-2024","cust_po":"H63A-SF0250-3.15MT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"11","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"15:08","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Daniel Warner","follow_phone":"207-784-6875","follow_email":"dwarner@butlerbros.com","pic_user":"briand","total_amt":"815.1","total_gp":"515.04","total_gpm":"63.19","rev_type":"ADV","mod_date":"11-18-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-25-2024","notes":[],"crmnotes":[{"comp":1,"quote":223083,"Line":0,"Comment":"10/18/2024 4:29 PM - briand - Cindy updated quote and sent to Danny."},{"comp":1,"quote":223083,"Line":1,"Comment":"10/18/2024 4:30 PM - briand - Sent to Danny today, 10/18"},{"comp":1,"quote":223083,"Line":2,"Comment":"10/18/2024 4:30 PM - briand - F/U changed from 10/22/2024 to 11/1/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223083,"Line":3,"Comment":"10/31/2024 8:54 AM - briand - Sent email to Danny to see if Northeast will be placing an order for this SF holder."},{"comp":1,"quote":223083,"Line":4,"Comment":"10/31/2024 8:55 AM - briand - Also asked him if NE would be ordering from Quotes 223212 and 223476 for H63A-SF6-80MT & H63A-SF4-80MT respectively."},{"comp":1,"quote":223083,"Line":5,"Comment":"10/31/2024 8:56 AM - briand - F/U changed from 11/01/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223083,"Line":6,"Comment":"11/11/2024 1:07 PM - briand - CLO changed from 11/16/2024 to 11/20/2024 (CLO Date Updated)"},{"comp":1,"quote":223083,"Line":7,"Comment":"11/11/2024 1:07 PM - briand - F/U changed from 11/13/2024 to 11/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223083,"Line":8,"Comment":"11/14/2024 2:32 PM - briand - Sent email to Danny asking him if this quote (plus Q #'s 223212 & 223476) for the \"MT\" Shrink Fit holders are still active."},{"comp":1,"quote":223083,"Line":9,"Comment":"11/14/2024 2:32 PM - briand - F/U changed from 11/19/2024 to 11/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223083,"Line":10,"Comment":"11/14/2024 2:32 PM - briand - CLO changed from 11/20/2024 to 11/25/2024 (CLO Date Updated)"},{"comp":1,"quote":223083,"Line":11,"Comment":"11/18/2024 10:11 AM - briand - Danny said that he's checking back w/ the customer and will let me know on all three quotes for similar \"MT\" SF holders."},{"comp":1,"quote":223083,"Line":12,"Comment":"11/18/2024 10:11 AM - briand - Req Date changed from 11/27/2024 to 12/11/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223083","line":"1","part":"H63A-SF0250-3.15MT","qty":"3","price":"418.00","uom":"EA","discount":"35.00","req_date":"10~11 Weeks ARO","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-18 10:12:04.091 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223083-11182024101203.txt === {"quote":"223083","customer":"2965","name":null,"customerName":"Butler Bros.","comp":"01","open":"0","shipto":"NORTTTO","shiptoName":"Northeast Tool & Mfg Co Inc","entry_date":"10-16-2024","cust_order_date":"10-16-2024","req_date":"12-11-2024","cust_po":"H63A-SF0250-3.15MT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"11","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"15:08","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Daniel Warner","follow_phone":"207-784-6875","follow_email":"dwarner@butlerbros.com","pic_user":"briand","total_amt":"815.1","total_gp":"515.04","total_gpm":"63.19","rev_type":"ADV","mod_date":"11-18-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-10-2024","notes":[],"crmnotes":[{"comp":1,"quote":223083,"Line":0,"Comment":"10/18/2024 4:29 PM - briand - Cindy updated quote and sent to Danny."},{"comp":1,"quote":223083,"Line":1,"Comment":"10/18/2024 4:30 PM - briand - Sent to Danny today, 10/18"},{"comp":1,"quote":223083,"Line":2,"Comment":"10/18/2024 4:30 PM - briand - F/U changed from 10/22/2024 to 11/1/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223083,"Line":3,"Comment":"10/31/2024 8:54 AM - briand - Sent email to Danny to see if Northeast will be placing an order for this SF holder."},{"comp":1,"quote":223083,"Line":4,"Comment":"10/31/2024 8:55 AM - briand - Also asked him if NE would be ordering from Quotes 223212 and 223476 for H63A-SF6-80MT & H63A-SF4-80MT respectively."},{"comp":1,"quote":223083,"Line":5,"Comment":"10/31/2024 8:56 AM - briand - F/U changed from 11/01/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223083,"Line":6,"Comment":"11/11/2024 1:07 PM - briand - CLO changed from 11/16/2024 to 11/20/2024 (CLO Date Updated)"},{"comp":1,"quote":223083,"Line":7,"Comment":"11/11/2024 1:07 PM - briand - F/U changed from 11/13/2024 to 11/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223083,"Line":8,"Comment":"11/14/2024 2:32 PM - briand - Sent email to Danny asking him if this quote (plus Q #'s 223212 & 223476) for the \"MT\" Shrink Fit holders are still active."},{"comp":1,"quote":223083,"Line":9,"Comment":"11/14/2024 2:32 PM - briand - F/U changed from 11/19/2024 to 11/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223083,"Line":10,"Comment":"11/14/2024 2:32 PM - briand - CLO changed from 11/20/2024 to 11/25/2024 (CLO Date Updated)"},{"comp":1,"quote":223083,"Line":11,"Comment":"11/18/2024 10:11 AM - briand - Danny said that he's checking back w/ the customer and will let me know on all three quotes for similar \"MT\" SF holders."},{"comp":1,"quote":223083,"Line":12,"Comment":"11/18/2024 10:11 AM - briand - Req Date changed from 11/27/2024 to 12/11/2024 (Req Date Updated)"},{"comp":1,"quote":223083,"Line":13,"Comment":"11/18/2024 10:11 AM - briand - CLO changed from 11/25/2024 to 12/10/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223083","line":"1","part":"H63A-SF0250-3.15MT","qty":"3","price":"418.00","uom":"EA","discount":"35.00","req_date":"10~11 Weeks ARO","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-18 10:12:09.366 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223083-11182024101209.txt === {"quote":"223083","customer":"2965","name":null,"customerName":"Butler Bros.","comp":"01","open":"0","shipto":"NORTTTO","shiptoName":"Northeast Tool & Mfg Co Inc","entry_date":"10-16-2024","cust_order_date":"10-16-2024","req_date":"12-11-2024","cust_po":"H63A-SF0250-3.15MT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"11","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"15:08","extra":"","follow_up":"12-09-2024","web_id":"","follow_name":"Daniel Warner","follow_phone":"207-784-6875","follow_email":"dwarner@butlerbros.com","pic_user":"briand","total_amt":"815.1","total_gp":"515.04","total_gpm":"63.19","rev_type":"ADV","mod_date":"11-18-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-10-2024","notes":[],"crmnotes":[{"comp":1,"quote":223083,"Line":0,"Comment":"10/18/2024 4:29 PM - briand - Cindy updated quote and sent to Danny."},{"comp":1,"quote":223083,"Line":1,"Comment":"10/18/2024 4:30 PM - briand - Sent to Danny today, 10/18"},{"comp":1,"quote":223083,"Line":2,"Comment":"10/18/2024 4:30 PM - briand - F/U changed from 10/22/2024 to 11/1/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223083,"Line":3,"Comment":"10/31/2024 8:54 AM - briand - Sent email to Danny to see if Northeast will be placing an order for this SF holder."},{"comp":1,"quote":223083,"Line":4,"Comment":"10/31/2024 8:55 AM - briand - Also asked him if NE would be ordering from Quotes 223212 and 223476 for H63A-SF6-80MT & H63A-SF4-80MT respectively."},{"comp":1,"quote":223083,"Line":5,"Comment":"10/31/2024 8:56 AM - briand - F/U changed from 11/01/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223083,"Line":6,"Comment":"11/11/2024 1:07 PM - briand - CLO changed from 11/16/2024 to 11/20/2024 (CLO Date Updated)"},{"comp":1,"quote":223083,"Line":7,"Comment":"11/11/2024 1:07 PM - briand - F/U changed from 11/13/2024 to 11/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223083,"Line":8,"Comment":"11/14/2024 2:32 PM - briand - Sent email to Danny asking him if this quote (plus Q #'s 223212 & 223476) for the \"MT\" Shrink Fit holders are still active."},{"comp":1,"quote":223083,"Line":9,"Comment":"11/14/2024 2:32 PM - briand - F/U changed from 11/19/2024 to 11/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223083,"Line":10,"Comment":"11/14/2024 2:32 PM - briand - CLO changed from 11/20/2024 to 11/25/2024 (CLO Date Updated)"},{"comp":1,"quote":223083,"Line":11,"Comment":"11/18/2024 10:11 AM - briand - Danny said that he's checking back w/ the customer and will let me know on all three quotes for similar \"MT\" SF holders."},{"comp":1,"quote":223083,"Line":12,"Comment":"11/18/2024 10:11 AM - briand - Req Date changed from 11/27/2024 to 12/11/2024 (Req Date Updated)"},{"comp":1,"quote":223083,"Line":13,"Comment":"11/18/2024 10:11 AM - briand - CLO changed from 11/25/2024 to 12/10/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223083","line":"1","part":"H63A-SF0250-3.15MT","qty":"3","price":"418.00","uom":"EA","discount":"35.00","req_date":"10~11 Weeks ARO","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-18 10:20:55.280 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224330-11182024102055.txt === {"quote":"224330","customer":"8270","name":null,"customerName":"Hartwig Inc.","comp":"01","open":"0","shipto":"GREATPKS","shiptoName":"Great Plains Industries","entry_date":"11-12-2024","cust_order_date":"11-12-2024","req_date":"12-24-2024","cust_po":"OKEX-ER32Z-MS","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"30","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Tim Finn","drop_po":"","status":"0","user":"rons","conv_order":"","time":"17:01","extra":"","follow_up":"12-04-2024","web_id":"","follow_name":"Tim Finn","follow_phone":"","follow_email":"Tim.Finn@HartwigInc.com","pic_user":"rons","total_amt":"3954.00","total_gp":"2112.70","total_gpm":"53.43","rev_type":"LT","mod_date":"11-18-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-12-2024","notes":[{"comp":"1","quote":"224330","line":"2","data":"11-12-2024 17:02 - Discounts Recalculated QS"},{"comp":"1","quote":"224330","line":"1","data":"waiting to hear back on end user"},{"comp":"1","quote":"224330","line":"0","data":"11-12-2024 17:14-rons: this is for Okuma LB3000EX;"}],"crmnotes":[{"comp":1,"quote":224330,"Line":0,"Comment":"11/13/2024 10:17 AM - rons - Tim spoke with customer and stated they need a dual head (not quad) and with internal coolant if possible...sent options and he is confirming with customer on their timeframe and center height...quad output might be overkill, however hopefully stock in IL with additional 20% is enticing..."},{"comp":1,"quote":224330,"Line":1,"Comment":"11/18/2024 10:20 AM - rons - Tim waiting on feedback from customer..."}],"items":[{"comp":"01","order":"224330","line":"1","part":"OKEX-ER32Z-MS","qty":"1","price":"6590.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224330","line":"2","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"224330","Line":"2","Company":"1","F_Line":"1","Comment":"Please note additional 10% applied per IMTS promotion.","Loc":"Y"}],"qcomms":[{"Quote":"224330","Line":"0","Comment":"Please note additional 10% applied per IMTS promotion."}],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-18 10:23:10.081 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223623-11182024102309.txt === {"quote":"223623","customer":"5900","name":null,"customerName":"EWIE Company Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-29-2024","cust_order_date":"10-29-2024","req_date":"12-10-2024","cust_po":"E16-014","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"10:34","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Brandon Kintner","follow_phone":"517-673-1689","follow_email":"bkintner@psmicorp.com","pic_user":"briand","total_amt":"57.12","total_gp":"40.58","total_gpm":"71.04","rev_type":"STD","mod_date":"11-18-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-09-2024","notes":[],"crmnotes":[{"comp":1,"quote":223623,"Line":0,"Comment":"11/04/2024 2:06 PM - briand - F/U changed from 11/04/2024 to 11/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223623,"Line":1,"Comment":"11/11/2024 10:30 AM - briand - Sent Brandon an email asking for an update on this"},{"comp":1,"quote":223623,"Line":2,"Comment":"11/11/2024 10:30 AM - briand - F/U changed from 11/12/2024 to 11/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223623,"Line":3,"Comment":"11/18/2024 10:23 AM - briand - CLO changed from 11/29/2024 to 12/09/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223623","line":"1","part":"E16-014","qty":"2","price":"42.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-18 10:23:15.824 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223623-11182024102315.txt === {"quote":"223623","customer":"5900","name":null,"customerName":"EWIE Company Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-29-2024","cust_order_date":"10-29-2024","req_date":"12-10-2024","cust_po":"E16-014","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"10:34","extra":"","follow_up":"12-06-2024","web_id":"","follow_name":"Brandon Kintner","follow_phone":"517-673-1689","follow_email":"bkintner@psmicorp.com","pic_user":"briand","total_amt":"57.12","total_gp":"40.58","total_gpm":"71.04","rev_type":"STD","mod_date":"11-18-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-09-2024","notes":[],"crmnotes":[{"comp":1,"quote":223623,"Line":0,"Comment":"11/04/2024 2:06 PM - briand - F/U changed from 11/04/2024 to 11/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223623,"Line":1,"Comment":"11/11/2024 10:30 AM - briand - Sent Brandon an email asking for an update on this"},{"comp":1,"quote":223623,"Line":2,"Comment":"11/11/2024 10:30 AM - briand - F/U changed from 11/12/2024 to 11/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223623,"Line":3,"Comment":"11/18/2024 10:23 AM - briand - CLO changed from 11/29/2024 to 12/09/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223623","line":"1","part":"E16-014","qty":"2","price":"42.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-18 10:27:21.465 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223623-11182024102721.txt === {"quote":"223623","customer":"5900","name":null,"customerName":"EWIE Company Inc.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-29-2024","cust_order_date":"10-29-2024","req_date":"12-10-2024","cust_po":"E16-014","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"10:34","extra":"","follow_up":"12-06-2024","web_id":"","follow_name":"Brandon Kintner","follow_phone":"517-673-1689","follow_email":"bkintner@psmicorp.com","pic_user":"briand","total_amt":"57.12","total_gp":"40.58","total_gpm":"71.04","rev_type":"STD","mod_date":"11-18-2024","mod_time":null,"mod_user":"briand","reason":"1","totalQty":"2","win_pct":"20","clo_date":"12-09-2024","notes":[],"crmnotes":[{"comp":1,"quote":223623,"Line":0,"Comment":"11/04/2024 2:06 PM - briand - F/U changed from 11/04/2024 to 11/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223623,"Line":1,"Comment":"11/11/2024 10:30 AM - briand - Sent Brandon an email asking for an update on this"},{"comp":1,"quote":223623,"Line":2,"Comment":"11/11/2024 10:30 AM - briand - F/U changed from 11/12/2024 to 11/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223623,"Line":3,"Comment":"11/18/2024 10:23 AM - briand - CLO changed from 11/29/2024 to 12/09/2024 (CLO Date Updated)"},{"comp":1,"quote":223623,"Line":4,"Comment":"11/18/2024 10:23 AM - briand - F/U changed from 11/21/2024 to 12/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223623,"Line":5,"Comment":"11/18/2024 10:27 AM - briand - Brandon said order placed for the E16-014(C), closing quote"}],"items":[{"comp":"01","order":"223623","line":"1","part":"E16-014","qty":"2","price":"42.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-18 10:31:44.713 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223165-11182024103144.txt === {"quote":"223165","customer":"1720","name":null,"customerName":"DXP Enterprises, Inc. (Appl Spec)","comp":"01","open":"0","shipto":"TRESKE","shiptoName":"Treske Precision Machining Inc.","entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"11-28-2024","cust_po":"HSK63A-BLANK-13.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"15:58","extra":"","follow_up":"12-25-2024","web_id":"","follow_name":"Hunt Potter","follow_phone":"360-737-9811","follow_email":"hunt@1asi.com","pic_user":"rons","total_amt":"925.2","total_gp":"378.09","total_gpm":"40.87","rev_type":"STD","mod_date":"11-18-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-27-2024","notes":[],"crmnotes":[{"comp":1,"quote":223165,"Line":0,"Comment":"10/21/2024 1:37 PM - rons - F/U changed from 10/23/2024 to 11/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223165,"Line":1,"Comment":"11/04/2024 1:41 PM - rons - F/U changed from 11/05/2024 to 11/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223165,"Line":2,"Comment":"11/18/2024 8:16 AM - rons - F/U changed from 11/15/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223165,"Line":3,"Comment":"11/18/2024 9:04 AM - rons - CLO changed from 11/17/2024 to 11/27/2024 (CLO Date Updated)"},{"comp":1,"quote":223165,"Line":4,"Comment":"11/18/2024 10:31 AM - rons - Hunt getting back to me..."}],"items":[{"comp":"01","order":"223165","line":"1","part":"HSK63A-BLANK-13.00","qty":"3","price":"514.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-18 10:32:52.222 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223562-11182024103252.txt === {"quote":"223562","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"PTSCHAT","shiptoName":"PTSolutions - Chatsworth","entry_date":"10-28-2024","cust_order_date":"10-28-2024","req_date":"12-09-2024","cust_po":"H63A-SF0187-6.30CP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"10:14","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"R. Moreno","follow_phone":"818-649-7467","follow_email":"rmoreno@pts-tools.com","pic_user":"rons","total_amt":"6144.12","total_gp":"3496.77","total_gpm":"56.91","rev_type":"STD","mod_date":"11-18-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"18","win_pct":"20","clo_date":"11-28-2024","notes":[{"comp":"1","quote":"223562","line":"1","data":"2 items on log for P&D"},{"comp":"1","quote":"223562","line":"0","data":"10-28-2024 10:32-rons: shipping to \"Chapman\"...put"}],"crmnotes":[{"comp":1,"quote":223562,"Line":0,"Comment":"11/04/2024 8:45 AM - rons - F/U changed from 11/03/2024 to 11/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223562,"Line":1,"Comment":"11/18/2024 8:15 AM - rons - F/U changed from 11/17/2024 to 11/18/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223562","line":"1","part":"H63A-SF0187-6.30CP","qty":"3","price":"462.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223562","line":"2","part":"H100A-SF0187-6.30","qty":"3","price":"798.00","uom":"EA","discount":"34.00","req_date":"2-3 WEEKS","branch":"1"},{"comp":"01","order":"223562","line":"3","part":"HSK63A-0187-3.00","qty":"3","price":"449.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223562","line":"4","part":"HSK63A-0187-5.00","qty":"3","price":"369.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223562","line":"5","part":"HSK100A-0187-4.00","qty":"3","price":"320.00","uom":"EA","discount":"0.00","req_date":"MFG. 22 WEEKS","branch":"1"},{"comp":"01","order":"223562","line":"6","part":"HSK100A-0187-6.00","qty":"3","price":"422.00","uom":"EA","discount":"0.00","req_date":"MFG. 22 WEEKS","branch":"1"}],"qlines":[{"Quote":"223562","Line":"5","Company":"1","F_Line":"1","Comment":"These are non-standard stock items and considered","Loc":"Y"},{"Quote":"223562","Line":"5","Company":"1","F_Line":"2","Comment":"specials. Once a PO has been issued items cannot be","Loc":"Y"},{"Quote":"223562","Line":"5","Company":"1","F_Line":"3","Comment":"cancelled or returned.","Loc":"Y"},{"Quote":"223562","Line":"6","Company":"1","F_Line":"1","Comment":"These are non-standard stock items and considered","Loc":"Y"},{"Quote":"223562","Line":"6","Company":"1","F_Line":"2","Comment":"specials. Once a PO has been issued items cannot be","Loc":"Y"},{"Quote":"223562","Line":"6","Company":"1","F_Line":"3","Comment":"cancelled or returned.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-18 10:34:15.163 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224155-11182024103414.txt === {"quote":"224155","customer":"7307","name":null,"customerName":"NEXT Industries, Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-08-2024","cust_order_date":"11-08-2024","req_date":"12-20-2024","cust_po":"BT50-SLA32-105","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"09:05","extra":"","follow_up":"12-03-2024","web_id":"","follow_name":"Kyle Phalen","follow_phone":"586-803-3163","follow_email":"kphelan@nextind.com","pic_user":"briand","total_amt":"278.2","total_gp":"181.35","total_gpm":"65.19","rev_type":"STD","mod_date":"11-18-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-08-2024","notes":[{"comp":"1","quote":"224155","line":"5","data":"Phalen."},{"comp":"1","quote":"224155","line":"4","data":"just need pricing before I send quote to Kyle"},{"comp":"1","quote":"224155","line":"3","data":"no order or quotes since 2015. Stock at Nikken,"},{"comp":"1","quote":"224155","line":"2","data":"f1-08-2024 09:16-briand: Put on quote log because"},{"comp":"1","quote":"224155","line":"1","data":"Purchasing, $428.00, sent quote to Kyle."},{"comp":"1","quote":"224155","line":"0","data":"11-08-2024 09:24-briand: Pricing confirmed from"}],"crmnotes":[{"comp":1,"quote":224155,"Line":0,"Comment":"11/12/2024 2:11 PM - briand - F/U changed from 11/14/2024 to 11/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224155,"Line":1,"Comment":"11/18/2024 10:33 AM - briand - Sent Kyle an email to see if this quote is still active."}],"items":[{"comp":"01","order":"224155","line":"1","part":"BT50-SLA32-105","qty":"1","price":"428.00","uom":"EA","discount":"35.00","req_date":"2~3 weeks ARO","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-18 10:34:18.609 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224377-11182024103418.txt === {"quote":"224377","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"MSCIYORK","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"11-13-2024","cust_order_date":"11-13-2024","req_date":"12-25-2024","cust_po":"E32-SET-17(C)","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"12:41","extra":"","follow_up":"12-11-2024","web_id":"","follow_name":"Demetria Jefferson","follow_phone":"717-861-5837","follow_email":"demetria.jefferson@mscdirect.com","pic_user":"rons","total_amt":"1156.35","total_gp":"791.91","total_gpm":"68.48","rev_type":"STD","mod_date":"11-18-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-13-2024","notes":[{"comp":"1","quote":"224377","line":"2","data":"to send email and ask her to check end user"},{"comp":"1","quote":"224377","line":"1","data":"this was shipping to; area code showed PA...going"},{"comp":"1","quote":"224377","line":"0","data":"11-13-2024 12:53-rons: she wasn't sure of where"}],"crmnotes":[],"items":[{"comp":"01","order":"224377","line":"1","part":"E32-SET-17(C)","qty":"1","price":"1632.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224377","line":"2","part":"ET20-367(C)","qty":"1","price":"147.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-18 10:35:13.230 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224379-11182024103512.txt === {"quote":"224379","customer":"2180","name":null,"customerName":"Bass Tool & Supply Co.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-13-2024","cust_order_date":"11-13-2024","req_date":"12-25-2024","cust_po":"E16-SET-12","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"13:17","extra":"","follow_up":"12-10-2024","web_id":"","follow_name":"Sales","follow_phone":"713-275-5938","follow_email":"sales@basstool.com","pic_user":"rons","total_amt":"348.16","total_gp":"242.27","total_gpm":"69.59","rev_type":"STD","mod_date":"11-18-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-13-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224379","line":"1","part":"E16-SET-12","qty":"1","price":"512.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-18 10:36:29.489 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224492-11182024103629.txt === {"quote":"224492","customer":"4207","name":null,"customerName":"DCT Industrial Supply Company","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-15-2024","cust_order_date":"11-15-2024","req_date":"12-27-2024","cust_po":"SKJ25-5/8","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"08:59","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Debbie Dioneda","follow_phone":"636-441-2112","follow_email":"ddioneda@dctisc.com","pic_user":"rons","total_amt":"28.38","total_gp":"19.36","total_gpm":"68.22","rev_type":"ADV","mod_date":"11-18-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-15-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224492","line":"1","part":"SKJ25-5/8","qty":"1","price":"43.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-18 10:36:38.804 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224492-11182024103638.txt === {"quote":"224492","customer":"4207","name":null,"customerName":"DCT Industrial Supply Company","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"11-15-2024","cust_order_date":"11-15-2024","req_date":"12-27-2024","cust_po":"SKJ25-5/8","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"08:59","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Debbie Dioneda","follow_phone":"636-441-2112","follow_email":"ddioneda@dctisc.com","pic_user":"rons","total_amt":"28.38","total_gp":"19.36","total_gpm":"68.22","rev_type":"ADV","mod_date":"11-18-2024","mod_time":null,"mod_user":"rons","reason":"1","totalQty":"1","win_pct":"20","clo_date":"12-15-2024","notes":[],"crmnotes":[{"comp":1,"quote":224492,"Line":0,"Comment":"11/18/2024 10:36 AM - rons - F/U changed from 11/21/2024 to 11/18/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224492","line":"1","part":"SKJ25-5/8","qty":"1","price":"43.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-18 10:36:56.758 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224525-11182024103656.txt === {"quote":"224525","customer":"1747","name":null,"customerName":"Arizona CNC Equipment, LLC","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-15-2024","cust_order_date":"11-15-2024","req_date":"12-27-2024","cust_po":"C4 Tooling","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"72","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"14:22","extra":"","follow_up":"12-05-2024","web_id":"","follow_name":"Aaron Boughter","follow_phone":"480-415-3766","follow_email":"aaronb@lyndexnikken.com","pic_user":"rons","total_amt":"0.00","total_gp":"0.00","total_gpm":"0.00","rev_type":"STD","mod_date":"11-18-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"14","win_pct":"20","clo_date":"12-15-2024","notes":[{"comp":"1","quote":"224525","line":"2","data":"on a TC from Arizona CNC Equipment"},{"comp":"1","quote":"224525","line":"1","data":"Arizona - they're going through us for C4 tooling"},{"comp":"1","quote":"224525","line":"0","data":"11-15-2024 14:30-rons: customer is CSS Mfg. in"}],"crmnotes":[],"items":[{"comp":"01","order":"224525","line":"1","part":"SPECIAL-TL","qty":"3","price":"0.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"},{"comp":"01","order":"224525","line":"2","part":"SPECIAL-TL","qty":"3","price":"0.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"},{"comp":"01","order":"224525","line":"3","part":"SPECIAL-TL","qty":"3","price":"0.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"},{"comp":"01","order":"224525","line":"4","part":"SPECIAL-TL","qty":"5","price":"0.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"}],"qlines":[{"Quote":"224525","Line":"1","Company":"1","F_Line":"1","Comment":"Placeholder for C4-BBDH0187-060CP (for .1875 b-bar).","Loc":"Y"},{"Quote":"224525","Line":"2","Company":"1","F_Line":"1","Comment":"Placeholder for C4-BBDH0312-060CP (for .3125 b-bar).","Loc":"Y"},{"Quote":"224525","Line":"3","Company":"1","F_Line":"1","Comment":"Placeholder for C4-BBDH0500-075CP (for .500 b-bar).","Loc":"Y"},{"Quote":"224525","Line":"4","Company":"1","F_Line":"1","Comment":"Placeholder for C4-ASHR-23104-16 (Sandvik part number).","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":4}}] 2024-11-18 10:37:10.727 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224528-11182024103710.txt === {"quote":"224528","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"PPISSTAN","shiptoName":"PPI Stainless Div- The Alliance","entry_date":"11-15-2024","cust_order_date":"11-15-2024","req_date":"12-27-2024","cust_po":"KM1.1/4-1/8","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"karynm","conv_order":"","time":"14:47","extra":"","follow_up":"12-10-2024","web_id":"","follow_name":"Lindsey Swestka","follow_phone":"515-334-0707","follow_email":"swestkal@mscdirect.com","pic_user":"rons","total_amt":"41.6","total_gp":"26.13","total_gpm":"62.81","rev_type":"ADV","mod_date":"11-18-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-15-2024","notes":[{"comp":"1","quote":"224528","line":"7","data":"holder instead as that is a standard"},{"comp":"1","quote":"224528","line":"6","data":"if they can use for 1\" or 3/4\" MC"},{"comp":"1","quote":"224528","line":"5","data":"11-15-2024 14:49-karynm pending she will see"},{"comp":"1","quote":"224528","line":"4","data":"to get P&D...E/U is PPI Stainless"},{"comp":"1","quote":"224528","line":"3","data":"from Gabe Wilkinson at Deco Tool/MSC...put on log"},{"comp":"1","quote":"224528","line":"2","data":"11-15-2024 15:39-rons: duplicate request came in"},{"comp":"1","quote":"224528","line":"1","data":"and will send over to Gabe"},{"comp":"1","quote":"224528","line":"0","data":"11-18-2024 08:51-rons: updated pricing from QF log"}],"crmnotes":[],"items":[{"comp":"01","order":"224528","line":"1","part":"KM1.1/4-1/8","qty":"1","price":"64.00","uom":"EA","discount":"35.00","req_date":"3 MONTHS","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"224528","Line":"0","Comment":"These are non-standard stock items and considered"},{"Quote":"224528","Line":"1","Comment":"specials. Once a PO has been issued these items"},{"Quote":"224528","Line":"2","Comment":"cannot be cancelled or returned."}],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-18 10:37:29.495 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224535-11182024103729.txt === {"quote":"224535","customer":"16840","name":null,"customerName":"PSMI Production Service Mgmt.,Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-15-2024","cust_order_date":"11-15-2024","req_date":"12-27-2024","cust_po":"KM3/4-5/8","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"16:16","extra":"","follow_up":"12-04-2024","web_id":"","follow_name":"Allie Mckenzie","follow_phone":"319-240-2130","follow_email":"amckenzie@psmicorp.com","pic_user":"rons","total_amt":"40.12","total_gp":"26.87","total_gpm":"66.97","rev_type":"ADV","mod_date":"11-18-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-15-2024","notes":[{"comp":"1","quote":"224535","line":"0","data":"11-15-2024 16:18-rons: RFQ from rep in Iowa"}],"crmnotes":[],"items":[{"comp":"01","order":"224535","line":"1","part":"KM3/4-5/8","qty":"1","price":"59.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-18 10:38:32.960 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223906-11182024103832.txt === {"quote":"223906","customer":"16840","name":null,"customerName":"PSMI Production Service Mgmt.,Inc.","comp":"01","open":"0","shipto":"JOHND","shiptoName":"John Deere Des Moines Works","entry_date":"11-04-2024","cust_order_date":"11-04-2024","req_date":"12-16-2024","cust_po":"E40-1003(C)","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"14:55","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Trevor Goodall","follow_phone":"563-579-0618","follow_email":"tgoodall@psmicorp.com","pic_user":"rons","total_amt":"299.2","total_gp":"216.22","total_gpm":"72.27","rev_type":"STD","mod_date":"11-18-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-04-2024","notes":[],"crmnotes":[{"comp":1,"quote":223906,"Line":0,"Comment":"11/08/2024 3:03 PM - rons - F/U changed from 11/10/2024 to 11/27/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223906","line":"1","part":"E40-1003(C)","qty":"2","price":"110.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223906","line":"2","part":"E40-885(C)","qty":"2","price":"110.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-18 10:38:39.044 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223906-11182024103838.txt === {"quote":"223906","customer":"16840","name":null,"customerName":"PSMI Production Service Mgmt.,Inc.","comp":"01","open":"1","shipto":"JOHND","shiptoName":"John Deere Des Moines Works","entry_date":"11-04-2024","cust_order_date":"11-04-2024","req_date":"12-16-2024","cust_po":"E40-1003(C)","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"14:55","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Trevor Goodall","follow_phone":"563-579-0618","follow_email":"tgoodall@psmicorp.com","pic_user":"rons","total_amt":"299.2","total_gp":"216.22","total_gpm":"72.27","rev_type":"STD","mod_date":"11-18-2024","mod_time":null,"mod_user":"rons","reason":"1","totalQty":"4","win_pct":"20","clo_date":"12-04-2024","notes":[],"crmnotes":[{"comp":1,"quote":223906,"Line":0,"Comment":"11/08/2024 3:03 PM - rons - F/U changed from 11/10/2024 to 11/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223906,"Line":1,"Comment":"11/18/2024 10:38 AM - rons - F/U changed from 11/27/2024 to 11/18/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223906","line":"1","part":"E40-1003(C)","qty":"2","price":"110.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223906","line":"2","part":"E40-885(C)","qty":"2","price":"110.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-18 10:43:33.201 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224521-11182024104332.txt === {"quote":"224521","customer":"2950","name":null,"customerName":"Vallen Integrated Supply, Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-15-2024","cust_order_date":"11-15-2024","req_date":"12-27-2024","cust_po":"HSK63A-SM1000-3.00CP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"13:28","extra":"","follow_up":"12-12-2024","web_id":"","follow_name":"Steve Falcone","follow_phone":"516-479-3779","follow_email":"steven.falcone@vallen.com","pic_user":"briand","total_amt":"289.90","total_gp":"159.38","total_gpm":"54.98","rev_type":"STD","mod_date":"11-18-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-15-2024","notes":[{"comp":"1","quote":"224521","line":"2","data":"form and attached this quote for their records."},{"comp":"1","quote":"224521","line":"1","data":"request from Vallen. Completed their online"},{"comp":"1","quote":"224521","line":"0","data":"11-15-2024 13:29-briand: Recd electronic quote"}],"crmnotes":[],"items":[{"comp":"01","order":"224521","line":"1","part":"HSK63A-SM1000-3.00CP","qty":"2","price":"223.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-18 10:59:00.370 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.0557528185035, -111.477490626379, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.0557528185035, -111.477490626379, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3234776 second/s. 2024-11-18 11:13:19.379 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221850-11182024111319.txt === {"quote":"221850","customer":"3906","name":null,"customerName":"Kenneth Crosby, a DXP Company","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"09-20-2024","cust_order_date":"09-20-2024","req_date":"12-18-2024","cust_po":"HSK63A-SM1000-3.00CP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Deb Lewis","drop_po":"","status":"0","user":"briand","conv_order":"","time":"10:23","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Debbie Lewis","follow_phone":"508-497-0048x8244","follow_email":"debora.lewis@dxpe.com","pic_user":"briand","total_amt":"244.08","total_gp":"111.69","total_gpm":"45.76","rev_type":"STD","mod_date":"11-18-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-22-2024","notes":[],"crmnotes":[{"comp":1,"quote":221850,"Line":0,"Comment":"09/26/2024 11:04 AM - briand - F/U changed from 09/26/2024 to 10/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221850,"Line":1,"Comment":"10/03/2024 8:51 AM - briand - Sent Debbie an email asking if this newer quote is still active."},{"comp":1,"quote":221850,"Line":2,"Comment":"10/03/2024 8:51 AM - briand - F/U changed from 10/04/2024 to 10/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221850,"Line":3,"Comment":"10/03/2024 8:51 AM - briand - CLO changed from 10/20/2024 to 10/22/2024 (CLO Date Updated)"},{"comp":1,"quote":221850,"Line":4,"Comment":"10/03/2024 9:07 AM - briand - Debbie got back to me and said quote isn't dead, it's part of a much larger bid and they are just waiting for the order."},{"comp":1,"quote":221850,"Line":5,"Comment":"10/21/2024 8:42 AM - briand - Req Date changed from 11/01/2024 to 11/26/2024 (Req Date Updated)"},{"comp":1,"quote":221850,"Line":6,"Comment":"10/21/2024 8:42 AM - briand - CLO changed from 10/22/2024 to 11/22/2024 (CLO Date Updated)"},{"comp":1,"quote":221850,"Line":7,"Comment":"10/21/2024 8:42 AM - briand - F/U changed from 10/21/2024 to 11/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221850,"Line":8,"Comment":"11/18/2024 11:13 AM - briand - Req Date changed from 11/26/2024 to 12/18/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221850","line":"1","part":"HSK63A-SM1000-3.00CP","qty":"1","price":"223.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221850","line":"2","part":"HSK63A-SM1000-5.00CP","qty":"1","price":"229.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-18 11:13:26.426 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221850-11182024111326.txt === {"quote":"221850","customer":"3906","name":null,"customerName":"Kenneth Crosby, a DXP Company","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"09-20-2024","cust_order_date":"09-20-2024","req_date":"12-18-2024","cust_po":"HSK63A-SM1000-3.00CP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Deb Lewis","drop_po":"","status":"0","user":"briand","conv_order":"","time":"10:23","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Debbie Lewis","follow_phone":"508-497-0048x8244","follow_email":"debora.lewis@dxpe.com","pic_user":"briand","total_amt":"244.08","total_gp":"111.69","total_gpm":"45.76","rev_type":"STD","mod_date":"11-18-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-17-2024","notes":[],"crmnotes":[{"comp":1,"quote":221850,"Line":0,"Comment":"09/26/2024 11:04 AM - briand - F/U changed from 09/26/2024 to 10/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221850,"Line":1,"Comment":"10/03/2024 8:51 AM - briand - Sent Debbie an email asking if this newer quote is still active."},{"comp":1,"quote":221850,"Line":2,"Comment":"10/03/2024 8:51 AM - briand - F/U changed from 10/04/2024 to 10/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221850,"Line":3,"Comment":"10/03/2024 8:51 AM - briand - CLO changed from 10/20/2024 to 10/22/2024 (CLO Date Updated)"},{"comp":1,"quote":221850,"Line":4,"Comment":"10/03/2024 9:07 AM - briand - Debbie got back to me and said quote isn't dead, it's part of a much larger bid and they are just waiting for the order."},{"comp":1,"quote":221850,"Line":5,"Comment":"10/21/2024 8:42 AM - briand - Req Date changed from 11/01/2024 to 11/26/2024 (Req Date Updated)"},{"comp":1,"quote":221850,"Line":6,"Comment":"10/21/2024 8:42 AM - briand - CLO changed from 10/22/2024 to 11/22/2024 (CLO Date Updated)"},{"comp":1,"quote":221850,"Line":7,"Comment":"10/21/2024 8:42 AM - briand - F/U changed from 10/21/2024 to 11/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221850,"Line":8,"Comment":"11/18/2024 11:13 AM - briand - Req Date changed from 11/26/2024 to 12/18/2024 (Req Date Updated)"},{"comp":1,"quote":221850,"Line":9,"Comment":"11/18/2024 11:13 AM - briand - CLO changed from 11/22/2024 to 12/17/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221850","line":"1","part":"HSK63A-SM1000-3.00CP","qty":"1","price":"223.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221850","line":"2","part":"HSK63A-SM1000-5.00CP","qty":"1","price":"229.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-18 11:13:31.807 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221850-11182024111331.txt === {"quote":"221850","customer":"3906","name":null,"customerName":"Kenneth Crosby, a DXP Company","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"09-20-2024","cust_order_date":"09-20-2024","req_date":"12-18-2024","cust_po":"HSK63A-SM1000-3.00CP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Deb Lewis","drop_po":"","status":"0","user":"briand","conv_order":"","time":"10:23","extra":"","follow_up":"12-16-2024","web_id":"","follow_name":"Debbie Lewis","follow_phone":"508-497-0048x8244","follow_email":"debora.lewis@dxpe.com","pic_user":"briand","total_amt":"244.08","total_gp":"111.69","total_gpm":"45.76","rev_type":"STD","mod_date":"11-18-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-17-2024","notes":[],"crmnotes":[{"comp":1,"quote":221850,"Line":0,"Comment":"09/26/2024 11:04 AM - briand - F/U changed from 09/26/2024 to 10/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221850,"Line":1,"Comment":"10/03/2024 8:51 AM - briand - Sent Debbie an email asking if this newer quote is still active."},{"comp":1,"quote":221850,"Line":2,"Comment":"10/03/2024 8:51 AM - briand - F/U changed from 10/04/2024 to 10/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221850,"Line":3,"Comment":"10/03/2024 8:51 AM - briand - CLO changed from 10/20/2024 to 10/22/2024 (CLO Date Updated)"},{"comp":1,"quote":221850,"Line":4,"Comment":"10/03/2024 9:07 AM - briand - Debbie got back to me and said quote isn't dead, it's part of a much larger bid and they are just waiting for the order."},{"comp":1,"quote":221850,"Line":5,"Comment":"10/21/2024 8:42 AM - briand - Req Date changed from 11/01/2024 to 11/26/2024 (Req Date Updated)"},{"comp":1,"quote":221850,"Line":6,"Comment":"10/21/2024 8:42 AM - briand - CLO changed from 10/22/2024 to 11/22/2024 (CLO Date Updated)"},{"comp":1,"quote":221850,"Line":7,"Comment":"10/21/2024 8:42 AM - briand - F/U changed from 10/21/2024 to 11/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221850,"Line":8,"Comment":"11/18/2024 11:13 AM - briand - Req Date changed from 11/26/2024 to 12/18/2024 (Req Date Updated)"},{"comp":1,"quote":221850,"Line":9,"Comment":"11/18/2024 11:13 AM - briand - CLO changed from 11/22/2024 to 12/17/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221850","line":"1","part":"HSK63A-SM1000-3.00CP","qty":"1","price":"223.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221850","line":"2","part":"HSK63A-SM1000-5.00CP","qty":"1","price":"229.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-18 11:14:26.268 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224472-11182024111426.txt === {"quote":"224472","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-14-2024","cust_order_date":"11-14-2024","req_date":"12-26-2024","cust_po":"K3/4-SZF10C-80","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"16:52","extra":"","follow_up":"12-10-2024","web_id":"","follow_name":"Chance Parker","follow_phone":"516-812-2000","follow_email":"Chance.Parker@mscdirect.com","pic_user":"rons","total_amt":"659.10","total_gp":"362.47","total_gpm":"54.99","rev_type":"ADV","mod_date":"11-18-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-14-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224472","line":"1","part":"K3/4-SZF10C-80","qty":"1","price":"880.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224472","line":"2","part":"SK10-10","qty":"1","price":"67.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224472","line":"3","part":"SK10-9.5","qty":"1","price":"67.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-18 11:18:45.580 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222481-11182024111845.txt === {"quote":"222481","customer":"21750","name":null,"customerName":"US Tool Group","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-03-2024","cust_order_date":"10-03-2024","req_date":"11-26-2024","cust_po":"CKFN20(3/4)-5/8C","terms_code":"21030","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"30","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"12:49","extra":"","follow_up":"11-22-2024","web_id":"","follow_name":"Lindsay Warf","follow_phone":"757-595-5424 x7812","follow_email":"lindsay.warf@ustg.net","pic_user":"briand","total_amt":"799.68","total_gp":"542.00","total_gpm":"67.78","rev_type":"ADV","mod_date":"11-18-2024","mod_time":null,"mod_user":"briand","reason":"1","totalQty":"16","win_pct":"20","clo_date":"11-25-2024","notes":[],"crmnotes":[{"comp":1,"quote":222481,"Line":0,"Comment":"10/08/2024 11:09 AM - briand - F/U changed from 10/09/2024 to 10/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222481,"Line":1,"Comment":"10/14/2024 12:05 PM - briand - Sent Lindsay a request for update on this newer quote."},{"comp":1,"quote":222481,"Line":2,"Comment":"10/18/2024 2:15 PM - briand - F/U changed from 10/18/2024 to 10/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222481,"Line":3,"Comment":"10/28/2024 10:03 AM - briand - F/U changed from 10/29/2024 to 11/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222481,"Line":4,"Comment":"10/28/2024 10:03 AM - briand - CLO changed from 11/03/2024 to 11/05/2024 (CLO Date Updated)"},{"comp":1,"quote":222481,"Line":5,"Comment":"11/04/2024 2:08 PM - briand - No reply from Lindsay, will bump this out a couple weeks and if no reply, will close it out."},{"comp":1,"quote":222481,"Line":6,"Comment":"11/04/2024 2:09 PM - briand - F/U changed from 11/04/2024 to 11/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222481,"Line":7,"Comment":"11/05/2024 10:38 AM - briand - CLO changed from 11/05/2024 to 11/25/2024 (CLO Date Updated)"},{"comp":1,"quote":222481,"Line":8,"Comment":"11/05/2024 10:38 AM - briand - Req Date changed from 11/14/2024 to 11/26/2024 (Req Date Updated)"},{"comp":1,"quote":222481,"Line":9,"Comment":"11/18/2024 11:18 AM - briand - SO # 993240 created 10/23, closing quote."}],"items":[{"comp":"01","order":"222481","line":"1","part":"CKFN20(3/4)-5/8C","qty":"8","price":"62.00","uom":"EA","discount":"32.00","req_date":"7 Stk, Bal 2~3 Weeks","branch":"1"},{"comp":"01","order":"222481","line":"2","part":"CCK3/4-5/8","qty":"8","price":"85.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-18 11:27:12.115 [INFO] In session is user: gregb 2024-11-18 11:32:20.375 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.2090461431464, -87.9332154617532, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.2090461431464, -87.9332154617532, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1987271 second/s. 2024-11-18 11:39:29.784 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223347-11182024113929.txt === {"quote":"223347","customer":"20560","name":null,"customerName":"Tool-Krib Supply Company","comp":"01","open":"1","shipto":"MJSPFRAN","shiptoName":"Mjs Precision","entry_date":"10-22-2024","cust_order_date":"08-22-2024","req_date":"11-22-2024","cust_po":"CAT40-ZMAC42-150UV","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Emerson Maletski","drop_po":"","status":"0","user":"briand","conv_order":"","time":"14:04","extra":"","follow_up":"11-19-2024","web_id":"","follow_name":"Emerson Maletski","follow_phone":"973-808-4550 ext 21","follow_email":"emaletski@toolkrib.com","pic_user":"briand","total_amt":"448.00","total_gp":"448.00","total_gpm":"100.00","rev_type":"STD","mod_date":"11-18-2024","mod_time":null,"mod_user":"briand","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-20-2024","notes":[{"comp":"1","quote":"223347","line":"21","data":"to Emerson."},{"comp":"1","quote":"223347","line":"20","data":"Excel sheet. Will document when quote is sent"},{"comp":"1","quote":"223347","line":"19","data":"didn't see any in stock on the Resources-Factory"},{"comp":"1","quote":"223347","line":"18","data":"on the Quote Log to see if P&D are the same. I"},{"comp":"1","quote":"223347","line":"17","data":"for item. Alyssa said ok to Dup and I put info"},{"comp":"1","quote":"223347","line":"16","data":"Emerson Maletski at Tool Krib to get a re-quote"},{"comp":"1","quote":"223347","line":"15","data":"10-22-2024 14:05-briand: Recd request from"},{"comp":"1","quote":"223347","line":"14","data":"cc'd Alyssa."},{"comp":"1","quote":"223347","line":"13","data":"now 16~18 weeks ARO. Sent Emerson updated quote &"},{"comp":"1","quote":"223347","line":"12","data":"Log. P&D changed, we're at $448 and Delivery is"},{"comp":"1","quote":"223347","line":"11","data":"10-24-2024 08:06-briand: Recd pricing on Quote"},{"comp":"1","quote":"223347","line":"10","data":"forwarded to him and cc'd Alyssa."},{"comp":"1","quote":"223347","line":"9","data":"him that was sent to Emerson; he said yes so I"},{"comp":"1","quote":"223347","line":"8","data":"I asked if he wanted me to forward the quote to"},{"comp":"1","quote":"223347","line":"7","data":"check (and check w/ Alyssa) and get back to him."},{"comp":"1","quote":"223347","line":"6","data":"that the customer could order. I told him I'll"},{"comp":"1","quote":"223347","line":"5","data":"comparable to what's being requested (in stock)"},{"comp":"1","quote":"223347","line":"4","data":"one in August. He asked if we had anything"},{"comp":"1","quote":"223347","line":"3","data":"on this new one. We had to requote due to last"},{"comp":"1","quote":"223347","line":"2","data":"quote 220600 and had questions about lead time"},{"comp":"1","quote":"223347","line":"1","data":"OSR Steve Zaugg. He was reviewing the original"},{"comp":"1","quote":"223347","line":"0","data":"10-28-2024 09:35-briand: Recd call from Tool Krib"}],"crmnotes":[{"comp":1,"quote":223347,"Line":0,"Comment":"10/24/2024 9:39 AM - briand - Quote was sent to Emerson today and cc'd Alyssa."},{"comp":1,"quote":223347,"Line":1,"Comment":"10/24/2024 9:39 AM - briand - F/U changed from 10/28/2024 to 11/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223347,"Line":2,"Comment":"10/24/2024 9:39 AM - briand - CLO changed from NaN/NaN/NaN to 11/11/2024 (CLO Date Updated)"},{"comp":1,"quote":223347,"Line":3,"Comment":"10/24/2024 9:39 AM - briand - Req Date changed from 10/22/2024 to 11/22/2024 (Req Date Updated)"},{"comp":1,"quote":223347,"Line":4,"Comment":"11/05/2024 10:56 AM - briand - CLO changed from 11/11/2024 to 11/20/2024 (CLO Date Updated)"},{"comp":1,"quote":223347,"Line":5,"Comment":"11/05/2024 10:56 AM - briand - F/U changed from 11/08/2024 to 11/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223347,"Line":6,"Comment":"11/18/2024 11:39 AM - briand - Closing this quote. I forgot to put a note in that I sent Steve Zaugg at Tool-Krib the drawings for the CAT40-ZMAC42-150UV on 10/30/2024 by email: szaugg@toolkrib.com He didn't think the customer was going to buy this because they should've done it back in August. The lead time is what wasn't good for them."}],"items":[{"comp":"01","order":"223347","line":"1","part":"SPECIAL-TL-NIKKEN","qty":"1","price":"448.00","uom":"EA","discount":"0.00","req_date":"16~18 weeks ARO","branch":"1"}],"qlines":[{"Quote":"223347","Line":"1","Company":"1","F_Line":"1","Comment":"CAT40-ZMAC42-150UV","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-18 11:44:03.084 [INFO] In session is user: danas 2024-11-18 11:46:49.914 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223407-11182024114649.txt === {"quote":"223407","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YOUNLIVE","shiptoName":"Young & Franklin Tool Works","entry_date":"10-23-2024","cust_order_date":"10-23-2024","req_date":"12-04-2024","cust_po":"HSK63A-ER20-75","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Leslie Mora","drop_po":"","status":"0","user":"briand","conv_order":"","time":"11:36","extra":"","follow_up":"12-13-2024","web_id":"","follow_name":"Leslie Mora","follow_phone":"800-228-2969 x1044","follow_email":"lesliemora@yamazen.com","pic_user":"briand","total_amt":"622.04","total_gp":"179.80","total_gpm":"28.90","rev_type":"STD","mod_date":"11-18-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"6","win_pct":"20","clo_date":"11-23-2024","notes":[],"crmnotes":[{"comp":1,"quote":223407,"Line":0,"Comment":"10/29/2024 8:52 AM - briand - F/U changed from 10/29/2024 to 11/21/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223407","line":"1","part":"HSK63A-ER20-75","qty":"1","price":"418.00","uom":"EA","discount":"50.00","req_date":"Currently 1 in Stock","branch":"1"},{"comp":"01","order":"223407","line":"2","part":"020-SPAN","qty":"1","price":"19.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223407","line":"3","part":"HSK63A-ER20S-100","qty":"1","price":"358.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223407","line":"4","part":"HSK63A-ER20S-160","qty":"1","price":"374.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223407","line":"5","part":"E20-NUT-S","qty":"1","price":"24.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223407","line":"6","part":"WRENCH-ER20-HEX","qty":"1","price":"29.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-18 11:46:58.565 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223613-11182024114658.txt === {"quote":"223613","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"XXXXX","shiptoName":"Lyndex-Nikken Inc.","entry_date":"10-29-2024","cust_order_date":"10-29-2024","req_date":"12-10-2024","cust_po":"","terms_code":"N30","ship_via":"U-GND","ship_collect":"NF-LIT","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Steve Lenihan","drop_po":"","status":"0","user":"stevel","conv_order":"","time":"09:43","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Steve Lenihan","follow_phone":"","follow_email":"stevel@lyndexnikken.com","pic_user":"stevel","total_amt":"19795.2","total_gp":"8870.32","total_gpm":"44.81","rev_type":"RT","mod_date":"11-18-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"5","win_pct":"20","clo_date":"11-29-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223613","line":"1","part":"CNC180AA21-400W","qty":"1","price":"16500.00","uom":"EA","discount":"20.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"223613","line":"2","part":"TRUNNION-STALLION-S1","qty":"1","price":"3769.00","uom":"EA","discount":"20.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"223613","line":"3","part":"WH-ZLOX-P80Z","qty":"1","price":"4475.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223613","line":"4","part":"WH-ZV-M80A","qty":"2","price":"1010.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":4}}] 2024-11-18 11:47:03.902 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223613-11182024114703.txt === {"quote":"223613","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"XXXXX","shiptoName":"Lyndex-Nikken Inc.","entry_date":"10-29-2024","cust_order_date":"10-29-2024","req_date":"12-10-2024","cust_po":"","terms_code":"N30","ship_via":"U-GND","ship_collect":"NF-LIT","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Steve Lenihan","drop_po":"","status":"0","user":"stevel","conv_order":"","time":"09:43","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Steve Lenihan","follow_phone":"","follow_email":"stevel@lyndexnikken.com","pic_user":"stevel","total_amt":"19795.2","total_gp":"8870.32","total_gpm":"44.81","rev_type":"RT","mod_date":"11-18-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"5","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":223613,"Line":0,"Comment":"11/18/2024 11:46 AM - stevel - F/U changed from 11/11/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223613,"Line":1,"Comment":"11/18/2024 11:46 AM - stevel - CLO changed from 11/29/2024 to 12/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223613","line":"1","part":"CNC180AA21-400W","qty":"1","price":"16500.00","uom":"EA","discount":"20.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"223613","line":"2","part":"TRUNNION-STALLION-S1","qty":"1","price":"3769.00","uom":"EA","discount":"20.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"223613","line":"3","part":"WH-ZLOX-P80Z","qty":"1","price":"4475.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223613","line":"4","part":"WH-ZV-M80A","qty":"2","price":"1010.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-18 11:47:04.872 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223407-11182024114704.txt === {"quote":"223407","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YOUNLIVE","shiptoName":"Young & Franklin Tool Works","entry_date":"10-23-2024","cust_order_date":"10-23-2024","req_date":"12-13-2024","cust_po":"HSK63A-ER20-75","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Leslie Mora","drop_po":"","status":"0","user":"briand","conv_order":"","time":"11:36","extra":"","follow_up":"12-13-2024","web_id":"","follow_name":"Leslie Mora","follow_phone":"800-228-2969 x1044","follow_email":"lesliemora@yamazen.com","pic_user":"briand","total_amt":"622.04","total_gp":"179.80","total_gpm":"28.90","rev_type":"STD","mod_date":"11-18-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"6","win_pct":"20","clo_date":"11-23-2024","notes":[],"crmnotes":[{"comp":1,"quote":223407,"Line":0,"Comment":"10/29/2024 8:52 AM - briand - F/U changed from 10/29/2024 to 11/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223407,"Line":1,"Comment":"11/18/2024 11:46 AM - briand - F/U changed from 11/21/2024 to 12/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223407,"Line":2,"Comment":"11/18/2024 11:46 AM - briand - Req Date changed from 12/04/2024 to 12/13/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223407","line":"1","part":"HSK63A-ER20-75","qty":"1","price":"418.00","uom":"EA","discount":"50.00","req_date":"Currently 1 in Stock","branch":"1"},{"comp":"01","order":"223407","line":"2","part":"020-SPAN","qty":"1","price":"19.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223407","line":"3","part":"HSK63A-ER20S-100","qty":"1","price":"358.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223407","line":"4","part":"HSK63A-ER20S-160","qty":"1","price":"374.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223407","line":"5","part":"E20-NUT-S","qty":"1","price":"24.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223407","line":"6","part":"WRENCH-ER20-HEX","qty":"1","price":"29.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-18 11:47:07.105 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223613-11182024114706.txt === {"quote":"223613","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"XXXXX","shiptoName":"Lyndex-Nikken Inc.","entry_date":"10-29-2024","cust_order_date":"10-29-2024","req_date":"12-28-2024","cust_po":"","terms_code":"N30","ship_via":"U-GND","ship_collect":"NF-LIT","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Steve Lenihan","drop_po":"","status":"0","user":"stevel","conv_order":"","time":"09:43","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Steve Lenihan","follow_phone":"","follow_email":"stevel@lyndexnikken.com","pic_user":"stevel","total_amt":"19795.2","total_gp":"8870.32","total_gpm":"44.81","rev_type":"RT","mod_date":"11-18-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"5","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":223613,"Line":0,"Comment":"11/18/2024 11:46 AM - stevel - F/U changed from 11/11/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223613,"Line":1,"Comment":"11/18/2024 11:46 AM - stevel - CLO changed from 11/29/2024 to 12/21/2024 (CLO Date Updated)"},{"comp":1,"quote":223613,"Line":2,"Comment":"11/18/2024 11:47 AM - stevel - Req Date changed from 12/10/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223613","line":"1","part":"CNC180AA21-400W","qty":"1","price":"16500.00","uom":"EA","discount":"20.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"223613","line":"2","part":"TRUNNION-STALLION-S1","qty":"1","price":"3769.00","uom":"EA","discount":"20.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"223613","line":"3","part":"WH-ZLOX-P80Z","qty":"1","price":"4475.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223613","line":"4","part":"WH-ZV-M80A","qty":"2","price":"1010.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-18 11:47:11.177 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223407-11182024114710.txt === {"quote":"223407","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YOUNLIVE","shiptoName":"Young & Franklin Tool Works","entry_date":"10-23-2024","cust_order_date":"10-23-2024","req_date":"12-13-2024","cust_po":"HSK63A-ER20-75","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Leslie Mora","drop_po":"","status":"0","user":"briand","conv_order":"","time":"11:36","extra":"","follow_up":"12-13-2024","web_id":"","follow_name":"Leslie Mora","follow_phone":"800-228-2969 x1044","follow_email":"lesliemora@yamazen.com","pic_user":"briand","total_amt":"622.04","total_gp":"179.80","total_gpm":"28.90","rev_type":"STD","mod_date":"11-18-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"6","win_pct":"20","clo_date":"12-12-2024","notes":[],"crmnotes":[{"comp":1,"quote":223407,"Line":0,"Comment":"10/29/2024 8:52 AM - briand - F/U changed from 10/29/2024 to 11/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223407,"Line":1,"Comment":"11/18/2024 11:46 AM - briand - F/U changed from 11/21/2024 to 12/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223407,"Line":2,"Comment":"11/18/2024 11:46 AM - briand - Req Date changed from 12/04/2024 to 12/13/2024 (Req Date Updated)"},{"comp":1,"quote":223407,"Line":3,"Comment":"11/18/2024 11:47 AM - briand - CLO changed from 11/23/2024 to 12/12/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223407","line":"1","part":"HSK63A-ER20-75","qty":"1","price":"418.00","uom":"EA","discount":"50.00","req_date":"Currently 1 in Stock","branch":"1"},{"comp":"01","order":"223407","line":"2","part":"020-SPAN","qty":"1","price":"19.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223407","line":"3","part":"HSK63A-ER20S-100","qty":"1","price":"358.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223407","line":"4","part":"HSK63A-ER20S-160","qty":"1","price":"374.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223407","line":"5","part":"E20-NUT-S","qty":"1","price":"24.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223407","line":"6","part":"WRENCH-ER20-HEX","qty":"1","price":"29.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-18 11:47:15.988 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223407-11182024114715.txt === {"quote":"223407","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YOUNLIVE","shiptoName":"Young & Franklin Tool Works","entry_date":"10-23-2024","cust_order_date":"10-23-2024","req_date":"12-13-2024","cust_po":"HSK63A-ER20-75","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Leslie Mora","drop_po":"","status":"0","user":"briand","conv_order":"","time":"11:36","extra":"","follow_up":"12-11-2024","web_id":"","follow_name":"Leslie Mora","follow_phone":"800-228-2969 x1044","follow_email":"lesliemora@yamazen.com","pic_user":"briand","total_amt":"622.04","total_gp":"179.80","total_gpm":"28.90","rev_type":"STD","mod_date":"11-18-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"6","win_pct":"20","clo_date":"12-12-2024","notes":[],"crmnotes":[{"comp":1,"quote":223407,"Line":0,"Comment":"10/29/2024 8:52 AM - briand - F/U changed from 10/29/2024 to 11/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223407,"Line":1,"Comment":"11/18/2024 11:46 AM - briand - F/U changed from 11/21/2024 to 12/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223407,"Line":2,"Comment":"11/18/2024 11:46 AM - briand - Req Date changed from 12/04/2024 to 12/13/2024 (Req Date Updated)"},{"comp":1,"quote":223407,"Line":3,"Comment":"11/18/2024 11:47 AM - briand - CLO changed from 11/23/2024 to 12/12/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223407","line":"1","part":"HSK63A-ER20-75","qty":"1","price":"418.00","uom":"EA","discount":"50.00","req_date":"Currently 1 in Stock","branch":"1"},{"comp":"01","order":"223407","line":"2","part":"020-SPAN","qty":"1","price":"19.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223407","line":"3","part":"HSK63A-ER20S-100","qty":"1","price":"358.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223407","line":"4","part":"HSK63A-ER20S-160","qty":"1","price":"374.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223407","line":"5","part":"E20-NUT-S","qty":"1","price":"24.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223407","line":"6","part":"WRENCH-ER20-HEX","qty":"1","price":"29.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-18 11:47:33.194 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223631-11182024114732.txt === {"quote":"223631","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"TRUNNION","shiptoName":"Martin Trunnion Table","entry_date":"10-29-2024","cust_order_date":"10-29-2024","req_date":"12-28-2024","cust_po":"Michael Martin","terms_code":"N30","ship_via":"U-GND","ship_collect":"NF-LIT","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Michael Martin","drop_po":"Support Tables","status":"0","user":"stevel","conv_order":"","time":"11:14","extra":"","follow_up":"11-11-2024","web_id":"","follow_name":"Michael Martin","follow_phone":"","follow_email":"michael@trunniontable.com","pic_user":"stevel","total_amt":"18740.8","total_gp":"12080.56","total_gpm":"64.46","rev_type":"RT","mod_date":"11-18-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-29-2024","notes":[],"crmnotes":[{"comp":1,"quote":223631,"Line":0,"Comment":"11/18/2024 11:47 AM - stevel - Req Date changed from 12/10/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223631","line":"1","part":"TAT-105","qty":"1","price":"5298.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223631","line":"2","part":"TAT-170","qty":"1","price":"6356.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223631","line":"3","part":"TAT-250","qty":"1","price":"11778.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223631","line":"4","part":"TAS-100N","qty":"1","price":"5400.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":4}}] 2024-11-18 11:47:36.169 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223631-11182024114735.txt === {"quote":"223631","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"TRUNNION","shiptoName":"Martin Trunnion Table","entry_date":"10-29-2024","cust_order_date":"10-29-2024","req_date":"12-28-2024","cust_po":"Michael Martin","terms_code":"N30","ship_via":"U-GND","ship_collect":"NF-LIT","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Michael Martin","drop_po":"Support Tables","status":"0","user":"stevel","conv_order":"","time":"11:14","extra":"","follow_up":"11-11-2024","web_id":"","follow_name":"Michael Martin","follow_phone":"","follow_email":"michael@trunniontable.com","pic_user":"stevel","total_amt":"18740.8","total_gp":"12080.56","total_gpm":"64.46","rev_type":"RT","mod_date":"11-18-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":223631,"Line":0,"Comment":"11/18/2024 11:47 AM - stevel - Req Date changed from 12/10/2024 to 12/28/2024 (Req Date Updated)"},{"comp":1,"quote":223631,"Line":1,"Comment":"11/18/2024 11:47 AM - stevel - CLO changed from 11/29/2024 to 12/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223631","line":"1","part":"TAT-105","qty":"1","price":"5298.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223631","line":"2","part":"TAT-170","qty":"1","price":"6356.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223631","line":"3","part":"TAT-250","qty":"1","price":"11778.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223631","line":"4","part":"TAS-100N","qty":"1","price":"5400.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-18 11:47:37.181 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223631-11182024114736.txt === {"quote":"223631","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"TRUNNION","shiptoName":"Martin Trunnion Table","entry_date":"10-29-2024","cust_order_date":"10-29-2024","req_date":"12-28-2024","cust_po":"Michael Martin","terms_code":"N30","ship_via":"U-GND","ship_collect":"NF-LIT","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Michael Martin","drop_po":"Support Tables","status":"0","user":"stevel","conv_order":"","time":"11:14","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Michael Martin","follow_phone":"","follow_email":"michael@trunniontable.com","pic_user":"stevel","total_amt":"18740.8","total_gp":"12080.56","total_gpm":"64.46","rev_type":"RT","mod_date":"11-18-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":223631,"Line":0,"Comment":"11/18/2024 11:47 AM - stevel - Req Date changed from 12/10/2024 to 12/28/2024 (Req Date Updated)"},{"comp":1,"quote":223631,"Line":1,"Comment":"11/18/2024 11:47 AM - stevel - CLO changed from 11/29/2024 to 12/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223631","line":"1","part":"TAT-105","qty":"1","price":"5298.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223631","line":"2","part":"TAT-170","qty":"1","price":"6356.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223631","line":"3","part":"TAT-250","qty":"1","price":"11778.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223631","line":"4","part":"TAS-100N","qty":"1","price":"5400.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-18 11:48:13.729 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223676-11182024114813.txt === {"quote":"223676","customer":"2840","name":null,"customerName":"Brooks Associates Inc.","comp":"01","open":"0","shipto":"AAAANORW","shiptoName":"Brooks Associates Inc.","entry_date":"10-29-2024","cust_order_date":"10-29-2024","req_date":"12-28-2024","cust_po":"Andy Simpson","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Andy Simpson","drop_po":"CNC202FA-M","status":"0","user":"stevel","conv_order":"","time":"16:34","extra":"","follow_up":"11-11-2024","web_id":"","follow_name":"Andy Simpson","follow_phone":"","follow_email":"asimpson@brooksmachinery.com","pic_user":"stevel","total_amt":"15547.7","total_gp":"10247.58","total_gpm":"65.91","rev_type":"RT","mod_date":"11-18-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-29-2024","notes":[],"crmnotes":[{"comp":1,"quote":223676,"Line":0,"Comment":"11/18/2024 11:48 AM - stevel - Req Date changed from 12/10/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223676","line":"1","part":"CNC202FA-M","qty":"1","price":"19530.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223676","line":"2","part":"P-125S","qty":"1","price":"2681.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-18 11:48:16.694 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223676-11182024114816.txt === {"quote":"223676","customer":"2840","name":null,"customerName":"Brooks Associates Inc.","comp":"01","open":"0","shipto":"AAAANORW","shiptoName":"Brooks Associates Inc.","entry_date":"10-29-2024","cust_order_date":"10-29-2024","req_date":"12-28-2024","cust_po":"Andy Simpson","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Andy Simpson","drop_po":"CNC202FA-M","status":"0","user":"stevel","conv_order":"","time":"16:34","extra":"","follow_up":"11-11-2024","web_id":"","follow_name":"Andy Simpson","follow_phone":"","follow_email":"asimpson@brooksmachinery.com","pic_user":"stevel","total_amt":"15547.7","total_gp":"10247.58","total_gpm":"65.91","rev_type":"RT","mod_date":"11-18-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":223676,"Line":0,"Comment":"11/18/2024 11:48 AM - stevel - Req Date changed from 12/10/2024 to 12/28/2024 (Req Date Updated)"},{"comp":1,"quote":223676,"Line":1,"Comment":"11/18/2024 11:48 AM - stevel - CLO changed from 11/29/2024 to 12/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223676","line":"1","part":"CNC202FA-M","qty":"1","price":"19530.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223676","line":"2","part":"P-125S","qty":"1","price":"2681.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-18 11:48:17.588 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223676-11182024114817.txt === {"quote":"223676","customer":"2840","name":null,"customerName":"Brooks Associates Inc.","comp":"01","open":"0","shipto":"AAAANORW","shiptoName":"Brooks Associates Inc.","entry_date":"10-29-2024","cust_order_date":"10-29-2024","req_date":"12-28-2024","cust_po":"Andy Simpson","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Andy Simpson","drop_po":"CNC202FA-M","status":"0","user":"stevel","conv_order":"","time":"16:34","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Andy Simpson","follow_phone":"","follow_email":"asimpson@brooksmachinery.com","pic_user":"stevel","total_amt":"15547.7","total_gp":"10247.58","total_gpm":"65.91","rev_type":"RT","mod_date":"11-18-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":223676,"Line":0,"Comment":"11/18/2024 11:48 AM - stevel - Req Date changed from 12/10/2024 to 12/28/2024 (Req Date Updated)"},{"comp":1,"quote":223676,"Line":1,"Comment":"11/18/2024 11:48 AM - stevel - CLO changed from 11/29/2024 to 12/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223676","line":"1","part":"CNC202FA-M","qty":"1","price":"19530.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223676","line":"2","part":"P-125S","qty":"1","price":"2681.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-18 11:48:35.881 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221764-11182024114835.txt === {"quote":"221764","customer":"20925","name":null,"customerName":"Turn-Key Solutions, Inc.","comp":"01","open":"0","shipto":"TURNKEYC","shiptoName":"Turn-Key Solutions, Inc.","entry_date":"09-19-2024","cust_order_date":"09-19-2024","req_date":"11-30-2024","cust_po":"Dennis Czerwinski","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Dennis Czerwinski","drop_po":"CNCZ100-2W-120SABR2","status":"0","user":"stevel","conv_order":"","time":"09:54","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Dennis Czerwinski","follow_phone":"","follow_email":"dennis@turn-keysolutionsinc.com","pic_user":"stevel","total_amt":"44614.5","total_gp":"44614.50","total_gpm":"100.00","rev_type":"RT","mod_date":"11-18-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-23-2024","notes":[],"crmnotes":[{"comp":1,"quote":221764,"Line":0,"Comment":"10/14/2024 7:18 AM - stevel - F/U changed from 10/02/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221764,"Line":1,"Comment":"10/14/2024 7:18 AM - stevel - CLO changed from 10/19/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":221764,"Line":2,"Comment":"10/14/2024 7:18 AM - stevel - Req Date changed from 10/31/2024 to 11/30/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221764","line":"1","part":"CNCZ100-2W-120SA-BR2-QT4S","qty":"1","price":"63735.00","uom":"EA","discount":"30.00","req_date":"B/O ETA","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-18 11:48:45.399 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221764-11182024114845.txt === {"quote":"221764","customer":"20925","name":null,"customerName":"Turn-Key Solutions, Inc.","comp":"01","open":"0","shipto":"TURNKEYC","shiptoName":"Turn-Key Solutions, Inc.","entry_date":"09-19-2024","cust_order_date":"09-19-2024","req_date":"11-30-2024","cust_po":"Dennis Czerwinski","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Dennis Czerwinski","drop_po":"CNCZ100-2W-120SABR2","status":"0","user":"stevel","conv_order":"","time":"09:54","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Dennis Czerwinski","follow_phone":"","follow_email":"dennis@turn-keysolutionsinc.com","pic_user":"stevel","total_amt":"44614.5","total_gp":"44614.50","total_gpm":"100.00","rev_type":"RT","mod_date":"11-18-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":221764,"Line":0,"Comment":"10/14/2024 7:18 AM - stevel - F/U changed from 10/02/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221764,"Line":1,"Comment":"10/14/2024 7:18 AM - stevel - CLO changed from 10/19/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":221764,"Line":2,"Comment":"10/14/2024 7:18 AM - stevel - Req Date changed from 10/31/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":221764,"Line":3,"Comment":"11/18/2024 11:48 AM - stevel - F/U changed from 11/16/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221764,"Line":4,"Comment":"11/18/2024 11:48 AM - stevel - CLO changed from 11/23/2024 to 12/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221764","line":"1","part":"CNCZ100-2W-120SA-BR2-QT4S","qty":"1","price":"63735.00","uom":"EA","discount":"30.00","req_date":"B/O ETA","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-18 11:48:49.090 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221764-11182024114848.txt === {"quote":"221764","customer":"20925","name":null,"customerName":"Turn-Key Solutions, Inc.","comp":"01","open":"0","shipto":"TURNKEYC","shiptoName":"Turn-Key Solutions, Inc.","entry_date":"09-19-2024","cust_order_date":"09-19-2024","req_date":"12-28-2024","cust_po":"Dennis Czerwinski","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Dennis Czerwinski","drop_po":"CNCZ100-2W-120SABR2","status":"0","user":"stevel","conv_order":"","time":"09:54","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Dennis Czerwinski","follow_phone":"","follow_email":"dennis@turn-keysolutionsinc.com","pic_user":"stevel","total_amt":"44614.5","total_gp":"44614.50","total_gpm":"100.00","rev_type":"RT","mod_date":"11-18-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":221764,"Line":0,"Comment":"10/14/2024 7:18 AM - stevel - F/U changed from 10/02/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221764,"Line":1,"Comment":"10/14/2024 7:18 AM - stevel - CLO changed from 10/19/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":221764,"Line":2,"Comment":"10/14/2024 7:18 AM - stevel - Req Date changed from 10/31/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":221764,"Line":3,"Comment":"11/18/2024 11:48 AM - stevel - F/U changed from 11/16/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221764,"Line":4,"Comment":"11/18/2024 11:48 AM - stevel - CLO changed from 11/23/2024 to 12/21/2024 (CLO Date Updated)"},{"comp":1,"quote":221764,"Line":5,"Comment":"11/18/2024 11:48 AM - stevel - Req Date changed from 11/30/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221764","line":"1","part":"CNCZ100-2W-120SA-BR2-QT4S","qty":"1","price":"63735.00","uom":"EA","discount":"30.00","req_date":"B/O ETA","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-18 11:49:14.152 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-216887-11182024114913.txt === {"quote":"216887","customer":"5420","name":null,"customerName":"Ellison(IA,MO,WI)","comp":"01","open":"0","shipto":"QAULIF","shiptoName":"Allis Roller LLC","entry_date":"05-31-2024","cust_order_date":"05-31-2024","req_date":"12-28-2024","cust_po":"Michael Manthei","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Michael Manthei","drop_po":"CNC321FA-M","status":"0","user":"stevel","conv_order":"","time":"11:08","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Michael Manthei","follow_phone":"","follow_email":"mmanthei@ellisontechnologies.com","pic_user":"stevel","total_amt":"37295.60","total_gp":"28364.47","total_gpm":"76.05","rev_type":"RT","mod_date":"11-18-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-16-2024","notes":[],"crmnotes":[{"comp":1,"quote":216887,"Line":0,"Comment":"06/17/2024 9:49 AM - stevel - F/U changed from 06/13/2024 to 7/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216887,"Line":1,"Comment":"06/17/2024 9:49 AM - stevel - CLO changed from 06/30/2024 to 07/27/2024 (CLO Date Updated)"},{"comp":1,"quote":216887,"Line":2,"Comment":"06/17/2024 9:49 AM - stevel - Req Date changed from 07/12/2024 to 08/03/2024 (Req Date Updated)"},{"comp":1,"quote":216887,"Line":3,"Comment":"07/30/2024 1:08 PM - stevel - F/U changed from 07/20/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216887,"Line":4,"Comment":"07/30/2024 1:08 PM - stevel - CLO changed from 07/27/2024 to 08/31/2024 (CLO Date Updated)"},{"comp":1,"quote":216887,"Line":5,"Comment":"07/30/2024 1:08 PM - stevel - Req Date changed from 08/03/2024 to 08/31/2024 (Req Date Updated)"},{"comp":1,"quote":216887,"Line":6,"Comment":"10/14/2024 7:09 AM - stevel - F/U changed from 08/31/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216887,"Line":7,"Comment":"10/14/2024 7:09 AM - stevel - CLO changed from 08/31/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":216887,"Line":8,"Comment":"10/14/2024 7:09 AM - stevel - Req Date changed from 08/31/2024 to 11/23/2024 (Req Date Updated)"},{"comp":1,"quote":216887,"Line":9,"Comment":"11/18/2024 11:49 AM - stevel - Req Date changed from 11/23/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"216887","line":"1","part":"CNC321FA-M","qty":"1","price":"27930.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216887","line":"2","part":"TAT-250","qty":"1","price":"11778.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"2"},{"comp":"01","order":"216887","line":"3","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"9500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"216887","Line":"1","Company":"1","F_Line":"1","Comment":"Center Height 230MM needs riser for 2ft swing","Loc":"Y"},{"Quote":"216887","Line":"2","Company":"1","F_Line":"1","Comment":"Center Height 170MM need riser to match CNC321 and","Loc":"Y"},{"Quote":"216887","Line":"2","Company":"1","F_Line":"2","Comment":"2ft swing request.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-18 11:49:16.991 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-216887-11182024114916.txt === {"quote":"216887","customer":"5420","name":null,"customerName":"Ellison(IA,MO,WI)","comp":"01","open":"0","shipto":"QAULIF","shiptoName":"Allis Roller LLC","entry_date":"05-31-2024","cust_order_date":"05-31-2024","req_date":"12-28-2024","cust_po":"Michael Manthei","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Michael Manthei","drop_po":"CNC321FA-M","status":"0","user":"stevel","conv_order":"","time":"11:08","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Michael Manthei","follow_phone":"","follow_email":"mmanthei@ellisontechnologies.com","pic_user":"stevel","total_amt":"37295.60","total_gp":"28364.47","total_gpm":"76.05","rev_type":"RT","mod_date":"11-18-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":216887,"Line":0,"Comment":"06/17/2024 9:49 AM - stevel - F/U changed from 06/13/2024 to 7/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216887,"Line":1,"Comment":"06/17/2024 9:49 AM - stevel - CLO changed from 06/30/2024 to 07/27/2024 (CLO Date Updated)"},{"comp":1,"quote":216887,"Line":2,"Comment":"06/17/2024 9:49 AM - stevel - Req Date changed from 07/12/2024 to 08/03/2024 (Req Date Updated)"},{"comp":1,"quote":216887,"Line":3,"Comment":"07/30/2024 1:08 PM - stevel - F/U changed from 07/20/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216887,"Line":4,"Comment":"07/30/2024 1:08 PM - stevel - CLO changed from 07/27/2024 to 08/31/2024 (CLO Date Updated)"},{"comp":1,"quote":216887,"Line":5,"Comment":"07/30/2024 1:08 PM - stevel - Req Date changed from 08/03/2024 to 08/31/2024 (Req Date Updated)"},{"comp":1,"quote":216887,"Line":6,"Comment":"10/14/2024 7:09 AM - stevel - F/U changed from 08/31/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216887,"Line":7,"Comment":"10/14/2024 7:09 AM - stevel - CLO changed from 08/31/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":216887,"Line":8,"Comment":"10/14/2024 7:09 AM - stevel - Req Date changed from 08/31/2024 to 11/23/2024 (Req Date Updated)"},{"comp":1,"quote":216887,"Line":9,"Comment":"11/18/2024 11:49 AM - stevel - Req Date changed from 11/23/2024 to 12/28/2024 (Req Date Updated)"},{"comp":1,"quote":216887,"Line":10,"Comment":"11/18/2024 11:49 AM - stevel - CLO changed from 11/16/2024 to 12/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"216887","line":"1","part":"CNC321FA-M","qty":"1","price":"27930.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216887","line":"2","part":"TAT-250","qty":"1","price":"11778.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"2"},{"comp":"01","order":"216887","line":"3","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"9500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"216887","Line":"1","Company":"1","F_Line":"1","Comment":"Center Height 230MM needs riser for 2ft swing","Loc":"Y"},{"Quote":"216887","Line":"2","Company":"1","F_Line":"1","Comment":"Center Height 170MM need riser to match CNC321 and","Loc":"Y"},{"Quote":"216887","Line":"2","Company":"1","F_Line":"2","Comment":"2ft swing request.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-18 11:49:18.182 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-216887-11182024114917.txt === {"quote":"216887","customer":"5420","name":null,"customerName":"Ellison(IA,MO,WI)","comp":"01","open":"0","shipto":"QAULIF","shiptoName":"Allis Roller LLC","entry_date":"05-31-2024","cust_order_date":"05-31-2024","req_date":"12-28-2024","cust_po":"Michael Manthei","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Michael Manthei","drop_po":"CNC321FA-M","status":"0","user":"stevel","conv_order":"","time":"11:08","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Michael Manthei","follow_phone":"","follow_email":"mmanthei@ellisontechnologies.com","pic_user":"stevel","total_amt":"37295.60","total_gp":"28364.47","total_gpm":"76.05","rev_type":"RT","mod_date":"11-18-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":216887,"Line":0,"Comment":"06/17/2024 9:49 AM - stevel - F/U changed from 06/13/2024 to 7/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216887,"Line":1,"Comment":"06/17/2024 9:49 AM - stevel - CLO changed from 06/30/2024 to 07/27/2024 (CLO Date Updated)"},{"comp":1,"quote":216887,"Line":2,"Comment":"06/17/2024 9:49 AM - stevel - Req Date changed from 07/12/2024 to 08/03/2024 (Req Date Updated)"},{"comp":1,"quote":216887,"Line":3,"Comment":"07/30/2024 1:08 PM - stevel - F/U changed from 07/20/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216887,"Line":4,"Comment":"07/30/2024 1:08 PM - stevel - CLO changed from 07/27/2024 to 08/31/2024 (CLO Date Updated)"},{"comp":1,"quote":216887,"Line":5,"Comment":"07/30/2024 1:08 PM - stevel - Req Date changed from 08/03/2024 to 08/31/2024 (Req Date Updated)"},{"comp":1,"quote":216887,"Line":6,"Comment":"10/14/2024 7:09 AM - stevel - F/U changed from 08/31/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216887,"Line":7,"Comment":"10/14/2024 7:09 AM - stevel - CLO changed from 08/31/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":216887,"Line":8,"Comment":"10/14/2024 7:09 AM - stevel - Req Date changed from 08/31/2024 to 11/23/2024 (Req Date Updated)"},{"comp":1,"quote":216887,"Line":9,"Comment":"11/18/2024 11:49 AM - stevel - Req Date changed from 11/23/2024 to 12/28/2024 (Req Date Updated)"},{"comp":1,"quote":216887,"Line":10,"Comment":"11/18/2024 11:49 AM - stevel - CLO changed from 11/16/2024 to 12/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"216887","line":"1","part":"CNC321FA-M","qty":"1","price":"27930.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216887","line":"2","part":"TAT-250","qty":"1","price":"11778.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"2"},{"comp":"01","order":"216887","line":"3","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"9500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"216887","Line":"1","Company":"1","F_Line":"1","Comment":"Center Height 230MM needs riser for 2ft swing","Loc":"Y"},{"Quote":"216887","Line":"2","Company":"1","F_Line":"1","Comment":"Center Height 170MM need riser to match CNC321 and","Loc":"Y"},{"Quote":"216887","Line":"2","Company":"1","F_Line":"2","Comment":"2ft swing request.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-18 11:49:40.053 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224298-11182024114939.txt === {"quote":"224298","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"MARUKAU","shiptoName":"Maruka USA Inc.","entry_date":"11-12-2024","cust_order_date":"01-28-2015","req_date":"12-28-2024","cust_po":"CNC202FA-M","terms_code":"N30","ship_via":"BW","ship_collect":"","drop_ship":"N","territory":"99","salesman":"HA","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"N","ship_cmpt":"N","drop_att":"Landon Thompson","drop_po":"Basic Accessories","status":"0","user":"stevel","conv_order":"","time":"12:26","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Barack Obama","follow_phone":"test","follow_email":"stevel@lyndex.com","pic_user":"stevel","total_amt":"12673.55","total_gp":"9146.68","total_gpm":"72.17","rev_type":"ADV","mod_date":"11-18-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"71","win_pct":"20","clo_date":null,"notes":[],"crmnotes":[{"comp":1,"quote":224298,"Line":0,"Comment":"11/18/2024 11:49 AM - stevel - Req Date changed from 11/12/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"224298","line":"1","part":"BT30-VC13-90","qty":"21","price":"453.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224298","line":"2","part":"VCK13-1/8","qty":"18","price":"90.25","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224298","line":"3","part":"VCK13-3/16","qty":"3","price":"90.25","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224298","line":"4","part":"VCK13-1/4","qty":"4","price":"90.25","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224298","line":"5","part":"VCK13-3/8","qty":"3","price":"90.25","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224298","line":"6","part":"GH16","qty":"1","price":"155.80","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224298","line":"7","part":"B30-4500","qty":"21","price":"22.75","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":7}}] 2024-11-18 11:49:40.756 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224298-11182024114940.txt === {"quote":"224298","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"MARUKAU","shiptoName":"Maruka USA Inc.","entry_date":"11-12-2024","cust_order_date":"01-28-2015","req_date":"12-28-2024","cust_po":"CNC202FA-M","terms_code":"N30","ship_via":"BW","ship_collect":"","drop_ship":"N","territory":"99","salesman":"HA","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"N","ship_cmpt":"N","drop_att":"Landon Thompson","drop_po":"Basic Accessories","status":"0","user":"stevel","conv_order":"","time":"12:26","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Barack Obama","follow_phone":"test","follow_email":"stevel@lyndex.com","pic_user":"stevel","total_amt":"12673.55","total_gp":"9146.68","total_gpm":"72.17","rev_type":"ADV","mod_date":"11-18-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"71","win_pct":"20","clo_date":null,"notes":[],"crmnotes":[{"comp":1,"quote":224298,"Line":0,"Comment":"11/18/2024 11:49 AM - stevel - Req Date changed from 11/12/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"224298","line":"1","part":"BT30-VC13-90","qty":"21","price":"453.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224298","line":"2","part":"VCK13-1/8","qty":"18","price":"90.25","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224298","line":"3","part":"VCK13-3/16","qty":"3","price":"90.25","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224298","line":"4","part":"VCK13-1/4","qty":"4","price":"90.25","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224298","line":"5","part":"VCK13-3/8","qty":"3","price":"90.25","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224298","line":"6","part":"GH16","qty":"1","price":"155.80","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224298","line":"7","part":"B30-4500","qty":"21","price":"22.75","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-18 11:49:46.046 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224298-11182024114945.txt === {"quote":"224298","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"MARUKAU","shiptoName":"Maruka USA Inc.","entry_date":"11-12-2024","cust_order_date":"01-28-2015","req_date":"12-28-2024","cust_po":"CNC202FA-M","terms_code":"N30","ship_via":"BW","ship_collect":"","drop_ship":"N","territory":"99","salesman":"HA","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"N","ship_cmpt":"N","drop_att":"Landon Thompson","drop_po":"Basic Accessories","status":"0","user":"stevel","conv_order":"","time":"12:26","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Barack Obama","follow_phone":"test","follow_email":"stevel@lyndex.com","pic_user":"stevel","total_amt":"12673.55","total_gp":"9146.68","total_gpm":"72.17","rev_type":"ADV","mod_date":"11-18-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"71","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":224298,"Line":0,"Comment":"11/18/2024 11:49 AM - stevel - Req Date changed from 11/12/2024 to 12/28/2024 (Req Date Updated)"},{"comp":1,"quote":224298,"Line":1,"Comment":"11/18/2024 11:49 AM - stevel - F/U changed from 11/18/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224298,"Line":2,"Comment":"11/18/2024 11:49 AM - stevel - CLO changed from NaN/NaN/NaN to 12/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224298","line":"1","part":"BT30-VC13-90","qty":"21","price":"453.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224298","line":"2","part":"VCK13-1/8","qty":"18","price":"90.25","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224298","line":"3","part":"VCK13-3/16","qty":"3","price":"90.25","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224298","line":"4","part":"VCK13-1/4","qty":"4","price":"90.25","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224298","line":"5","part":"VCK13-3/8","qty":"3","price":"90.25","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224298","line":"6","part":"GH16","qty":"1","price":"155.80","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224298","line":"7","part":"B30-4500","qty":"21","price":"22.75","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-18 11:50:04.812 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224299-11182024115004.txt === {"quote":"224299","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"XXXXX","shiptoName":"Lyndex-Nikken Inc.","entry_date":"11-12-2024","cust_order_date":"01-06-2015","req_date":"12-28-2024","cust_po":"CNCZ105FA-M","terms_code":"N30","ship_via":"BW","ship_collect":"","drop_ship":"N","territory":"99","salesman":"HA","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"N","ship_cmpt":"N","drop_att":"","drop_po":"Basic Accessories","status":"0","user":"stevel","conv_order":"","time":"12:33","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Barack Obama","follow_phone":"test","follow_email":"stevel@lyndex.com","pic_user":"stevel","total_amt":"15495.00","total_gp":"11086.46","total_gpm":"71.55","rev_type":"RT","mod_date":"11-18-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"5","win_pct":"20","clo_date":null,"notes":[],"crmnotes":[{"comp":1,"quote":224299,"Line":0,"Comment":"11/18/2024 11:49 AM - stevel - Req Date changed from 11/12/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"224299","line":"1","part":"CNCZ105FA-M","qty":"1","price":"11800.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224299","line":"2","part":"5C-MANUAL-FIXTURE-ST","qty":"1","price":"1200.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224299","line":"3","part":"MT-135","qty":"1","price":"995.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224299","line":"4","part":"TCE-95947-2300R","qty":"1","price":"800.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224299","line":"5","part":"TCE-95951-2300R","qty":"1","price":"700.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":5}}] 2024-11-18 11:50:07.098 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224299-11182024115006.txt === {"quote":"224299","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"XXXXX","shiptoName":"Lyndex-Nikken Inc.","entry_date":"11-12-2024","cust_order_date":"01-06-2015","req_date":"12-28-2024","cust_po":"CNCZ105FA-M","terms_code":"N30","ship_via":"BW","ship_collect":"","drop_ship":"N","territory":"99","salesman":"HA","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"N","ship_cmpt":"N","drop_att":"","drop_po":"Basic Accessories","status":"0","user":"stevel","conv_order":"","time":"12:33","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Barack Obama","follow_phone":"test","follow_email":"stevel@lyndex.com","pic_user":"stevel","total_amt":"15495.00","total_gp":"11086.46","total_gpm":"71.55","rev_type":"RT","mod_date":"11-18-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"5","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":224299,"Line":0,"Comment":"11/18/2024 11:49 AM - stevel - Req Date changed from 11/12/2024 to 12/28/2024 (Req Date Updated)"},{"comp":1,"quote":224299,"Line":1,"Comment":"11/18/2024 11:50 AM - stevel - CLO changed from NaN/NaN/NaN to 12/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224299","line":"1","part":"CNCZ105FA-M","qty":"1","price":"11800.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224299","line":"2","part":"5C-MANUAL-FIXTURE-ST","qty":"1","price":"1200.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224299","line":"3","part":"MT-135","qty":"1","price":"995.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224299","line":"4","part":"TCE-95947-2300R","qty":"1","price":"800.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224299","line":"5","part":"TCE-95951-2300R","qty":"1","price":"700.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-18 11:50:08.543 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224299-11182024115008.txt === {"quote":"224299","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"XXXXX","shiptoName":"Lyndex-Nikken Inc.","entry_date":"11-12-2024","cust_order_date":"01-06-2015","req_date":"12-28-2024","cust_po":"CNCZ105FA-M","terms_code":"N30","ship_via":"BW","ship_collect":"","drop_ship":"N","territory":"99","salesman":"HA","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"N","ship_cmpt":"N","drop_att":"","drop_po":"Basic Accessories","status":"0","user":"stevel","conv_order":"","time":"12:33","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Barack Obama","follow_phone":"test","follow_email":"stevel@lyndex.com","pic_user":"stevel","total_amt":"15495.00","total_gp":"11086.46","total_gpm":"71.55","rev_type":"RT","mod_date":"11-18-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"5","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":224299,"Line":0,"Comment":"11/18/2024 11:49 AM - stevel - Req Date changed from 11/12/2024 to 12/28/2024 (Req Date Updated)"},{"comp":1,"quote":224299,"Line":1,"Comment":"11/18/2024 11:50 AM - stevel - CLO changed from NaN/NaN/NaN to 12/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224299","line":"1","part":"CNCZ105FA-M","qty":"1","price":"11800.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224299","line":"2","part":"5C-MANUAL-FIXTURE-ST","qty":"1","price":"1200.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224299","line":"3","part":"MT-135","qty":"1","price":"995.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224299","line":"4","part":"TCE-95947-2300R","qty":"1","price":"800.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224299","line":"5","part":"TCE-95951-2300R","qty":"1","price":"700.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-18 12:06:08.848 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222743-11182024120608.txt === {"quote":"222743","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"PRECGRAN","shiptoName":"Precision Aerospace","entry_date":"10-09-2024","cust_order_date":"10-09-2024","req_date":"12-05-2024","cust_po":"CAT50 Tooling","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"John Bennett","drop_po":"","status":"0","user":"briand","conv_order":"","time":"13:29","extra":"","follow_up":"11-19-2024","web_id":"","follow_name":"John Bennett","follow_phone":"800-645-7270 820961","follow_email":"bennettj@mscdirect.com","pic_user":"briand","total_amt":"2392.44","total_gp":"1425.44","total_gpm":"59.58","rev_type":"ADV","mod_date":"11-18-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"12","win_pct":"20","clo_date":"11-20-2024","notes":[],"crmnotes":[{"comp":1,"quote":222743,"Line":0,"Comment":"10/11/2024 2:30 PM - briand - F/U changed from 10/15/2024 to 10/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222743,"Line":1,"Comment":"10/28/2024 4:37 PM - briand - F/U changed from 10/28/2024 to 10/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222743,"Line":2,"Comment":"10/30/2024 10:19 AM - briand - Req Date changed from 11/20/2024 to 11/21/2024 (Req Date Updated)"},{"comp":1,"quote":222743,"Line":3,"Comment":"10/30/2024 10:19 AM - briand - CLO changed from 11/09/2024 to 11/20/2024 (CLO Date Updated)"},{"comp":1,"quote":222743,"Line":4,"Comment":"10/30/2024 10:19 AM - briand - F/U changed from 10/31/2024 to 11/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222743,"Line":5,"Comment":"10/30/2024 10:33 AM - briand - Sent John an email for status on this newer quote request for Precision Aerospace"},{"comp":1,"quote":222743,"Line":6,"Comment":"11/05/2024 10:35 AM - briand - F/U changed from 11/08/2024 to 11/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222743,"Line":7,"Comment":"11/18/2024 12:05 PM - briand - No response from John yet. Will push this out a couple weeks, if nothing, will close. MSC ordered some of these holders on other PO's however it wasn't for Precision Aerospace - some place in IA"},{"comp":1,"quote":222743,"Line":8,"Comment":"11/18/2024 12:06 PM - briand - Req Date changed from 11/21/2024 to 12/05/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222743","line":"1","part":"CAT50-SK25-105U-IDU","qty":"1","price":"559.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222743","line":"2","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222743","line":"3","part":"C5007-0032-4.00","qty":"1","price":"334.00","uom":"EA","discount":"41.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222743","line":"4","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222743","line":"5","part":"CAT50-SF0375-6.30CP","qty":"1","price":"638.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222743","line":"6","part":"CAT50-SF12-80CP","qty":"1","price":"495.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222743","line":"7","part":"CAT50-SF0500-3.38CP","qty":"1","price":"465.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222743","line":"8","part":"C5006-1500-4.50","qty":"1","price":"213.00","uom":"EA","discount":"41.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222743","line":"9","part":"C5007-0016-4.12","qty":"1","price":"316.00","uom":"EA","discount":"41.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222743","line":"10","part":"016-SPAN","qty":"1","price":"17.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222743","line":"11","part":"CAT50-SF0750-6.30CP","qty":"1","price":"638.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222743","line":"12","part":"C5006-1250-4.00","qty":"1","price":"213.00","uom":"EA","discount":"41.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":12}}] 2024-11-18 12:06:14.339 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222743-11182024120614.txt === {"quote":"222743","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"PRECGRAN","shiptoName":"Precision Aerospace","entry_date":"10-09-2024","cust_order_date":"10-09-2024","req_date":"12-05-2024","cust_po":"CAT50 Tooling","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"John Bennett","drop_po":"","status":"0","user":"briand","conv_order":"","time":"13:29","extra":"","follow_up":"11-19-2024","web_id":"","follow_name":"John Bennett","follow_phone":"800-645-7270 820961","follow_email":"bennettj@mscdirect.com","pic_user":"briand","total_amt":"2392.44","total_gp":"1425.44","total_gpm":"59.58","rev_type":"ADV","mod_date":"11-18-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"12","win_pct":"20","clo_date":"12-04-2024","notes":[],"crmnotes":[{"comp":1,"quote":222743,"Line":0,"Comment":"10/11/2024 2:30 PM - briand - F/U changed from 10/15/2024 to 10/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222743,"Line":1,"Comment":"10/28/2024 4:37 PM - briand - F/U changed from 10/28/2024 to 10/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222743,"Line":2,"Comment":"10/30/2024 10:19 AM - briand - Req Date changed from 11/20/2024 to 11/21/2024 (Req Date Updated)"},{"comp":1,"quote":222743,"Line":3,"Comment":"10/30/2024 10:19 AM - briand - CLO changed from 11/09/2024 to 11/20/2024 (CLO Date Updated)"},{"comp":1,"quote":222743,"Line":4,"Comment":"10/30/2024 10:19 AM - briand - F/U changed from 10/31/2024 to 11/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222743,"Line":5,"Comment":"10/30/2024 10:33 AM - briand - Sent John an email for status on this newer quote request for Precision Aerospace"},{"comp":1,"quote":222743,"Line":6,"Comment":"11/05/2024 10:35 AM - briand - F/U changed from 11/08/2024 to 11/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222743,"Line":7,"Comment":"11/18/2024 12:05 PM - briand - No response from John yet. Will push this out a couple weeks, if nothing, will close. MSC ordered some of these holders on other PO's however it wasn't for Precision Aerospace - some place in IA"},{"comp":1,"quote":222743,"Line":8,"Comment":"11/18/2024 12:06 PM - briand - Req Date changed from 11/21/2024 to 12/05/2024 (Req Date Updated)"},{"comp":1,"quote":222743,"Line":9,"Comment":"11/18/2024 12:06 PM - briand - CLO changed from 11/20/2024 to 12/04/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222743","line":"1","part":"CAT50-SK25-105U-IDU","qty":"1","price":"559.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222743","line":"2","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222743","line":"3","part":"C5007-0032-4.00","qty":"1","price":"334.00","uom":"EA","discount":"41.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222743","line":"4","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222743","line":"5","part":"CAT50-SF0375-6.30CP","qty":"1","price":"638.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222743","line":"6","part":"CAT50-SF12-80CP","qty":"1","price":"495.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222743","line":"7","part":"CAT50-SF0500-3.38CP","qty":"1","price":"465.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222743","line":"8","part":"C5006-1500-4.50","qty":"1","price":"213.00","uom":"EA","discount":"41.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222743","line":"9","part":"C5007-0016-4.12","qty":"1","price":"316.00","uom":"EA","discount":"41.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222743","line":"10","part":"016-SPAN","qty":"1","price":"17.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222743","line":"11","part":"CAT50-SF0750-6.30CP","qty":"1","price":"638.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222743","line":"12","part":"C5006-1250-4.00","qty":"1","price":"213.00","uom":"EA","discount":"41.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":12}}] 2024-11-18 12:06:18.987 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222743-11182024120618.txt === {"quote":"222743","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"PRECGRAN","shiptoName":"Precision Aerospace","entry_date":"10-09-2024","cust_order_date":"10-09-2024","req_date":"12-05-2024","cust_po":"CAT50 Tooling","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"John Bennett","drop_po":"","status":"0","user":"briand","conv_order":"","time":"13:29","extra":"","follow_up":"12-03-2024","web_id":"","follow_name":"John Bennett","follow_phone":"800-645-7270 820961","follow_email":"bennettj@mscdirect.com","pic_user":"briand","total_amt":"2392.44","total_gp":"1425.44","total_gpm":"59.58","rev_type":"ADV","mod_date":"11-18-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"12","win_pct":"20","clo_date":"12-04-2024","notes":[],"crmnotes":[{"comp":1,"quote":222743,"Line":0,"Comment":"10/11/2024 2:30 PM - briand - F/U changed from 10/15/2024 to 10/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222743,"Line":1,"Comment":"10/28/2024 4:37 PM - briand - F/U changed from 10/28/2024 to 10/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222743,"Line":2,"Comment":"10/30/2024 10:19 AM - briand - Req Date changed from 11/20/2024 to 11/21/2024 (Req Date Updated)"},{"comp":1,"quote":222743,"Line":3,"Comment":"10/30/2024 10:19 AM - briand - CLO changed from 11/09/2024 to 11/20/2024 (CLO Date Updated)"},{"comp":1,"quote":222743,"Line":4,"Comment":"10/30/2024 10:19 AM - briand - F/U changed from 10/31/2024 to 11/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222743,"Line":5,"Comment":"10/30/2024 10:33 AM - briand - Sent John an email for status on this newer quote request for Precision Aerospace"},{"comp":1,"quote":222743,"Line":6,"Comment":"11/05/2024 10:35 AM - briand - F/U changed from 11/08/2024 to 11/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222743,"Line":7,"Comment":"11/18/2024 12:05 PM - briand - No response from John yet. Will push this out a couple weeks, if nothing, will close. MSC ordered some of these holders on other PO's however it wasn't for Precision Aerospace - some place in IA"},{"comp":1,"quote":222743,"Line":8,"Comment":"11/18/2024 12:06 PM - briand - Req Date changed from 11/21/2024 to 12/05/2024 (Req Date Updated)"},{"comp":1,"quote":222743,"Line":9,"Comment":"11/18/2024 12:06 PM - briand - CLO changed from 11/20/2024 to 12/04/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222743","line":"1","part":"CAT50-SK25-105U-IDU","qty":"1","price":"559.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222743","line":"2","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222743","line":"3","part":"C5007-0032-4.00","qty":"1","price":"334.00","uom":"EA","discount":"41.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222743","line":"4","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222743","line":"5","part":"CAT50-SF0375-6.30CP","qty":"1","price":"638.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222743","line":"6","part":"CAT50-SF12-80CP","qty":"1","price":"495.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222743","line":"7","part":"CAT50-SF0500-3.38CP","qty":"1","price":"465.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222743","line":"8","part":"C5006-1500-4.50","qty":"1","price":"213.00","uom":"EA","discount":"41.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222743","line":"9","part":"C5007-0016-4.12","qty":"1","price":"316.00","uom":"EA","discount":"41.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222743","line":"10","part":"016-SPAN","qty":"1","price":"17.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222743","line":"11","part":"CAT50-SF0750-6.30CP","qty":"1","price":"638.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222743","line":"12","part":"C5006-1250-4.00","qty":"1","price":"213.00","uom":"EA","discount":"41.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":12}}] 2024-11-18 12:46:18.000 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223165-11182024124617.txt === {"quote":"223165","customer":"1720","name":null,"customerName":"DXP Enterprises, Inc. (Appl Spec)","comp":"01","open":"0","shipto":"TRESKE","shiptoName":"Treske Precision Machining Inc.","entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"11-28-2024","cust_po":"HSK63A-BLANK-13.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"15:58","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Hunt Potter","follow_phone":"360-737-9811","follow_email":"hunt@1asi.com","pic_user":"rons","total_amt":"925.2","total_gp":"378.09","total_gpm":"40.87","rev_type":"STD","mod_date":"11-18-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-27-2024","notes":[],"crmnotes":[{"comp":1,"quote":223165,"Line":0,"Comment":"10/21/2024 1:37 PM - rons - F/U changed from 10/23/2024 to 11/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223165,"Line":1,"Comment":"11/04/2024 1:41 PM - rons - F/U changed from 11/05/2024 to 11/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223165,"Line":2,"Comment":"11/18/2024 8:16 AM - rons - F/U changed from 11/15/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223165,"Line":3,"Comment":"11/18/2024 9:04 AM - rons - CLO changed from 11/17/2024 to 11/27/2024 (CLO Date Updated)"},{"comp":1,"quote":223165,"Line":4,"Comment":"11/18/2024 10:31 AM - rons - Hunt getting back to me..."},{"comp":1,"quote":223165,"Line":5,"Comment":"11/18/2024 10:31 AM - rons - F/U changed from 11/18/2024 to 12/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223165,"Line":6,"Comment":"11/18/2024 12:46 PM - rons - \"Treske says this quote is no longer needed. You can kill the quote.\""}],"items":[{"comp":"01","order":"223165","line":"1","part":"HSK63A-BLANK-13.00","qty":"3","price":"514.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-18 12:46:24.423 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223165-11182024124624.txt === {"quote":"223165","customer":"1720","name":null,"customerName":"DXP Enterprises, Inc. (Appl Spec)","comp":"01","open":"1","shipto":"TRESKE","shiptoName":"Treske Precision Machining Inc.","entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"11-28-2024","cust_po":"HSK63A-BLANK-13.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"15:58","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Hunt Potter","follow_phone":"360-737-9811","follow_email":"hunt@1asi.com","pic_user":"rons","total_amt":"925.2","total_gp":"378.09","total_gpm":"40.87","rev_type":"STD","mod_date":"11-18-2024","mod_time":null,"mod_user":"rons","reason":"2","totalQty":"3","win_pct":"20","clo_date":"11-27-2024","notes":[],"crmnotes":[{"comp":1,"quote":223165,"Line":0,"Comment":"10/21/2024 1:37 PM - rons - F/U changed from 10/23/2024 to 11/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223165,"Line":1,"Comment":"11/04/2024 1:41 PM - rons - F/U changed from 11/05/2024 to 11/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223165,"Line":2,"Comment":"11/18/2024 8:16 AM - rons - F/U changed from 11/15/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223165,"Line":3,"Comment":"11/18/2024 9:04 AM - rons - CLO changed from 11/17/2024 to 11/27/2024 (CLO Date Updated)"},{"comp":1,"quote":223165,"Line":4,"Comment":"11/18/2024 10:31 AM - rons - Hunt getting back to me..."},{"comp":1,"quote":223165,"Line":5,"Comment":"11/18/2024 10:31 AM - rons - F/U changed from 11/18/2024 to 12/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223165,"Line":6,"Comment":"11/18/2024 12:46 PM - rons - \"Treske says this quote is no longer needed. You can kill the quote.\""},{"comp":1,"quote":223165,"Line":7,"Comment":"11/18/2024 12:46 PM - rons - F/U changed from 12/25/2024 to 11/18/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223165","line":"1","part":"HSK63A-BLANK-13.00","qty":"3","price":"514.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-18 14:22:51.356 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223598-11182024142251.txt === {"quote":"223598","customer":"18380","name":null,"customerName":"Reliable Machine Tool Co.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-28-2024","cust_order_date":"10-28-2024","req_date":"12-09-2024","cust_po":"CAT50-C2-125U-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"37","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"15:57","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"Chris Luke","follow_phone":"319-533-8988","follow_email":"chrisl@relmach.com","pic_user":"rons","total_amt":"800.73","total_gp":"533.28","total_gpm":"66.60","rev_type":"ADV","mod_date":"11-18-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-28-2024","notes":[],"crmnotes":[{"comp":1,"quote":223598,"Line":0,"Comment":"10/29/2024 4:25 PM - rons - F/U changed from 11/03/2024 to 11/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223598,"Line":1,"Comment":"11/18/2024 2:22 PM - rons - Chris getting back to me..."}],"items":[{"comp":"01","order":"223598","line":"1","part":"CAT50-C2-125U-IDU","qty":"1","price":"1271.00","uom":"EA","discount":"37.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223598","line":"2","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223598","Line":"2","Company":"1","F_Line":"1","Comment":"Please note additional 5% applied per IMTS promo.","Loc":"Y"}],"qcomms":[{"Quote":"223598","Line":"0","Comment":"Please note additional 5% applied per IMTS promo."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-18 14:25:22.375 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224466-11182024142522.txt === {"quote":"224466","customer":"9050","name":null,"customerName":"Vallen Distribution, Inc.","comp":"01","open":"0","shipto":"JOHND","shiptoName":"John Deere Des Moines Works","entry_date":"11-14-2024","cust_order_date":"11-14-2024","req_date":"12-26-2024","cust_po":"C50R5-0562-2.87(C)","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"15:48","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Heather Truesdale","follow_phone":"515-850-6693","follow_email":"heather.truesdale@vallen.com","pic_user":"rons","total_amt":"1117.35","total_gp":"585.24","total_gpm":"52.38","rev_type":"STD","mod_date":"11-18-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-14-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224466","line":"1","part":"C50R5-0562-2.87(C)","qty":"3","price":"573.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-18 14:25:35.074 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224466-11182024142534.txt === {"quote":"224466","customer":"9050","name":null,"customerName":"Vallen Distribution, Inc.","comp":"01","open":"1","shipto":"JOHND","shiptoName":"John Deere Des Moines Works","entry_date":"11-14-2024","cust_order_date":"11-14-2024","req_date":"12-26-2024","cust_po":"C50R5-0562-2.87(C)","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"15:48","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Heather Truesdale","follow_phone":"515-850-6693","follow_email":"heather.truesdale@vallen.com","pic_user":"rons","total_amt":"1117.35","total_gp":"585.24","total_gpm":"52.38","rev_type":"STD","mod_date":"11-18-2024","mod_time":null,"mod_user":"rons","reason":"1","totalQty":"3","win_pct":"20","clo_date":"12-14-2024","notes":[],"crmnotes":[{"comp":1,"quote":224466,"Line":0,"Comment":"11/18/2024 2:25 PM - rons - F/U changed from 11/20/2024 to 11/18/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224466","line":"1","part":"C50R5-0562-2.87(C)","qty":"3","price":"573.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-18 16:05:21.719 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223598-11182024160521.txt === {"quote":"223598","customer":"18380","name":null,"customerName":"Reliable Machine Tool Co.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-28-2024","cust_order_date":"10-28-2024","req_date":"12-09-2024","cust_po":"CAT50-C2-125U-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"37","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"15:57","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Chris Luke","follow_phone":"319-533-8988","follow_email":"chrisl@relmach.com","pic_user":"rons","total_amt":"800.73","total_gp":"533.28","total_gpm":"66.60","rev_type":"ADV","mod_date":"11-18-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-28-2024","notes":[],"crmnotes":[{"comp":1,"quote":223598,"Line":0,"Comment":"10/29/2024 4:25 PM - rons - F/U changed from 11/03/2024 to 11/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223598,"Line":1,"Comment":"11/18/2024 2:22 PM - rons - Chris getting back to me..."},{"comp":1,"quote":223598,"Line":2,"Comment":"11/18/2024 2:22 PM - rons - F/U changed from 11/19/2024 to 11/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223598,"Line":3,"Comment":"11/18/2024 4:05 PM - rons - \"Customer was tooling up for a New machine to run a similar part.\nCustomer cancel the addition.\"..."}],"items":[{"comp":"01","order":"223598","line":"1","part":"CAT50-C2-125U-IDU","qty":"1","price":"1271.00","uom":"EA","discount":"37.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223598","line":"2","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223598","Line":"2","Company":"1","F_Line":"1","Comment":"Please note additional 5% applied per IMTS promo.","Loc":"Y"}],"qcomms":[{"Quote":"223598","Line":"0","Comment":"Please note additional 5% applied per IMTS promo."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-18 16:05:33.629 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223598-11182024160533.txt === {"quote":"223598","customer":"18380","name":null,"customerName":"Reliable Machine Tool Co.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-28-2024","cust_order_date":"10-28-2024","req_date":"12-09-2024","cust_po":"CAT50-C2-125U-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"37","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"15:57","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Chris Luke","follow_phone":"319-533-8988","follow_email":"chrisl@relmach.com","pic_user":"rons","total_amt":"800.73","total_gp":"533.28","total_gpm":"66.60","rev_type":"ADV","mod_date":"11-18-2024","mod_time":null,"mod_user":"rons","reason":"2","totalQty":"2","win_pct":"20","clo_date":"11-28-2024","notes":[],"crmnotes":[{"comp":1,"quote":223598,"Line":0,"Comment":"10/29/2024 4:25 PM - rons - F/U changed from 11/03/2024 to 11/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223598,"Line":1,"Comment":"11/18/2024 2:22 PM - rons - Chris getting back to me..."},{"comp":1,"quote":223598,"Line":2,"Comment":"11/18/2024 2:22 PM - rons - F/U changed from 11/19/2024 to 11/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223598,"Line":3,"Comment":"11/18/2024 4:05 PM - rons - \"Customer was tooling up for a New machine to run a similar part.\nCustomer cancel the addition.\"..."},{"comp":1,"quote":223598,"Line":4,"Comment":"11/18/2024 4:05 PM - rons - F/U changed from 11/26/2024 to 11/18/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223598","line":"1","part":"CAT50-C2-125U-IDU","qty":"1","price":"1271.00","uom":"EA","discount":"37.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223598","line":"2","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223598","Line":"2","Company":"1","F_Line":"1","Comment":"Please note additional 5% applied per IMTS promo.","Loc":"Y"}],"qcomms":[{"Quote":"223598","Line":"0","Comment":"Please note additional 5% applied per IMTS promo."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-18 16:21:36.454 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(39.6389730368179, -86.1251122132746, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(39.6389730368179, -86.1251122132746, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2070826 second/s. 2024-11-18 19:06:14.573 [INFO] In session is user: ctstest 2024-11-18 19:07:59.957 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\1010-9-3271.txt === {"customer":"1010","line":"A","dept":"A","name":"test test 2","title":"AA","phone":"973-808-2220","cell":"12312","fax":null,"email":"dalba@onlinects","remarks1":"test","remarks2":"test","remarks3":"test","web_id":3271,"password":null,"webenabled":null,"linkedin":"asdas","city":"West Caldwell","state":"NJ","address1":"1140 Bloomfield Ave.","address2":null,"zip":"07006","country":"USA","userid":"ctstest","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"BT","Active":"Y","lnrp":"N"} [{"json":{"results":"Contactc","type":"contactc","line":" 9"}}] 2024-11-18 19:18:22.450 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-18 19:20:15.914 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\1010-10-3271.txt === {"customer":"1010","line":"A","dept":"A","name":"test test","title":"AA","phone":"973-808-2220","cell":"123123","fax":null,"email":"dalba@onlinects","remarks1":"test","remarks2":"test","remarks3":"test","web_id":3271,"password":null,"webenabled":null,"linkedin":null,"city":"West Caldwell","state":"NJ","address1":"1140 Bloomfield Ave.","address2":null,"zip":"07006","country":"USA","userid":"ctstest","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"BT","Active":"Y","lnrp":"N"} [{"json":{"results":"Contactc","type":"contactc","line":" 10"}}] 2024-11-18 19:26:39.895 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-19 07:13:26.702 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(34.6254243934274, -86.5727201345026, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(34.6254243934274, -86.5727201345026, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.4282921 second/s. 2024-11-19 07:14:10.858 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\3740-499-3272.txt === {"customer":"3740","line":"A","dept":"EN","name":"NickAA KawabataAA","title":"CE","phone":"866-272-5766","cell":"111-111-1111","fax":null,"email":"nickkawabata_lyndex_test7@gmail.com","remarks1":"Test by Nick Kawabata 11/19/2024","remarks2":null,"remarks3":null,"web_id":3272,"password":null,"webenabled":"Y","linkedin":null,"city":"Elk Grove Village","state":"IL","address1":"1300 Jarvis Avenue","address2":null,"zip":"60007","country":"USA","userid":"nickk","username":null,"CZ_flag":"Y","AC_flag":"Y","QT_flag":"Y","OR_flag":"Y","Type":"BT","Active":"Y","lnrp":"N"} [{"json":{"results":"Contactc","type":"contactc","line":" 499"}}] 2024-11-19 07:14:30.508 [INFO] In session is user: nickk 2024-11-19 07:14:30.912 [INFO] In session is user: nickk 2024-11-19 07:14:31.105 [INFO] In session is user: nickk 2024-11-19 07:14:31.296 [INFO] In session is user: nickk 2024-11-19 07:14:31.568 [INFO] In session is user: nickk 2024-11-19 07:14:31.782 [INFO] In session is user: nickk 2024-11-19 07:14:32.030 [INFO] In session is user: nickk 2024-11-19 07:14:32.309 [INFO] In session is user: nickk 2024-11-19 07:14:32.559 [INFO] In session is user: nickk 2024-11-19 07:14:32.785 [INFO] In session is user: nickk 2024-11-19 07:14:33.030 [INFO] In session is user: nickk 2024-11-19 07:14:33.287 [INFO] In session is user: nickk 2024-11-19 07:14:33.502 [INFO] In session is user: nickk 2024-11-19 07:14:33.745 [INFO] In session is user: nickk 2024-11-19 07:14:33.976 [INFO] In session is user: nickk 2024-11-19 07:14:34.190 [INFO] In session is user: nickk 2024-11-19 07:14:34.413 [INFO] In session is user: nickk 2024-11-19 07:14:34.618 [INFO] In session is user: nickk 2024-11-19 07:14:34.872 [INFO] In session is user: nickk 2024-11-19 07:14:35.095 [INFO] In session is user: nickk 2024-11-19 07:14:35.315 [INFO] In session is user: nickk 2024-11-19 07:14:35.527 [INFO] In session is user: nickk 2024-11-19 07:14:35.746 [INFO] In session is user: nickk 2024-11-19 07:14:35.972 [INFO] In session is user: nickk 2024-11-19 07:14:36.226 [INFO] In session is user: nickk 2024-11-19 07:14:36.426 [INFO] In session is user: nickk 2024-11-19 07:14:36.651 [INFO] In session is user: nickk 2024-11-19 07:14:36.857 [INFO] In session is user: nickk 2024-11-19 07:14:37.060 [INFO] In session is user: nickk 2024-11-19 07:14:37.267 [INFO] In session is user: nickk 2024-11-19 07:14:37.461 [INFO] In session is user: nickk 2024-11-19 07:14:37.649 [INFO] In session is user: nickk 2024-11-19 07:14:37.849 [INFO] In session is user: nickk 2024-11-19 07:14:38.040 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.0728136326023, -87.7425003484779, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.0728136326023, -87.7425003484779, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.25289 second/s. 2024-11-19 07:14:38.055 [INFO] In session is user: nickk 2024-11-19 07:14:38.259 [INFO] In session is user: nickk 2024-11-19 07:14:38.483 [INFO] In session is user: nickk 2024-11-19 07:14:38.704 [INFO] In session is user: nickk 2024-11-19 07:14:38.884 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(34.6254243934274, -86.5727201345026, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(34.6254243934274, -86.5727201345026, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3226648 second/s. 2024-11-19 07:14:38.912 [INFO] In session is user: nickk 2024-11-19 07:14:39.139 [INFO] In session is user: nickk 2024-11-19 07:14:39.370 [INFO] In session is user: nickk 2024-11-19 07:14:39.578 [INFO] In session is user: nickk 2024-11-19 07:14:39.827 [INFO] In session is user: nickk 2024-11-19 07:14:40.054 [INFO] In session is user: nickk 2024-11-19 07:14:40.262 [INFO] In session is user: nickk 2024-11-19 07:14:40.461 [INFO] In session is user: nickk 2024-11-19 07:14:40.702 [INFO] In session is user: nickk 2024-11-19 07:14:40.896 [INFO] In session is user: nickk 2024-11-19 07:14:41.143 [INFO] In session is user: nickk 2024-11-19 07:14:41.345 [INFO] In session is user: nickk 2024-11-19 07:14:41.542 [INFO] In session is user: nickk 2024-11-19 07:14:41.755 [INFO] In session is user: nickk 2024-11-19 07:14:41.968 [INFO] In session is user: nickk 2024-11-19 07:14:42.191 [INFO] In session is user: nickk 2024-11-19 07:14:42.411 [INFO] In session is user: nickk 2024-11-19 07:14:42.641 [INFO] In session is user: nickk 2024-11-19 07:14:42.809 [INFO] In session is user: nickk 2024-11-19 07:14:43.044 [INFO] In session is user: nickk 2024-11-19 07:14:43.277 [INFO] In session is user: nickk 2024-11-19 07:14:43.485 [INFO] In session is user: nickk 2024-11-19 07:14:43.674 [INFO] In session is user: nickk 2024-11-19 07:14:43.883 [INFO] In session is user: nickk 2024-11-19 07:14:44.088 [INFO] In session is user: nickk 2024-11-19 07:14:44.292 [INFO] In session is user: nickk 2024-11-19 07:14:44.501 [INFO] In session is user: nickk 2024-11-19 07:14:44.696 [INFO] In session is user: nickk 2024-11-19 07:14:44.910 [INFO] In session is user: nickk 2024-11-19 07:14:45.135 [INFO] In session is user: nickk 2024-11-19 07:14:45.353 [INFO] In session is user: nickk 2024-11-19 07:14:45.533 [INFO] In session is user: nickk 2024-11-19 07:14:45.694 [INFO] In session is user: nickk 2024-11-19 07:14:45.899 [INFO] In session is user: nickk 2024-11-19 07:14:46.146 [INFO] In session is user: nickk 2024-11-19 07:14:46.351 [INFO] In session is user: nickk 2024-11-19 07:14:46.556 [INFO] In session is user: nickk 2024-11-19 07:14:46.801 [INFO] In session is user: nickk 2024-11-19 07:14:47.033 [INFO] In session is user: nickk 2024-11-19 07:14:47.287 [INFO] In session is user: nickk 2024-11-19 07:14:47.496 [INFO] In session is user: nickk 2024-11-19 07:14:47.733 [INFO] In session is user: nickk 2024-11-19 07:14:47.948 [INFO] In session is user: nickk 2024-11-19 07:14:48.170 [INFO] In session is user: nickk 2024-11-19 07:14:48.446 [INFO] In session is user: nickk 2024-11-19 07:14:48.693 [INFO] In session is user: nickk 2024-11-19 07:14:48.889 [INFO] In session is user: nickk 2024-11-19 07:14:49.103 [INFO] In session is user: nickk 2024-11-19 07:14:49.318 [INFO] In session is user: nickk 2024-11-19 07:14:49.557 [INFO] In session is user: nickk 2024-11-19 07:14:49.812 [INFO] In session is user: nickk 2024-11-19 07:14:50.019 [INFO] In session is user: nickk 2024-11-19 07:14:50.266 [INFO] In session is user: nickk 2024-11-19 07:14:50.547 [INFO] In session is user: nickk 2024-11-19 07:14:50.754 [INFO] In session is user: nickk 2024-11-19 07:14:50.973 [INFO] In session is user: nickk 2024-11-19 07:14:51.201 [INFO] In session is user: nickk 2024-11-19 07:14:51.427 [INFO] In session is user: nickk 2024-11-19 07:14:51.651 [INFO] In session is user: nickk 2024-11-19 07:14:51.858 [INFO] In session is user: nickk 2024-11-19 07:14:52.068 [INFO] In session is user: nickk 2024-11-19 07:14:52.280 [INFO] In session is user: nickk 2024-11-19 07:14:52.514 [INFO] In session is user: nickk 2024-11-19 07:14:52.721 [INFO] In session is user: nickk 2024-11-19 07:14:52.908 [INFO] In session is user: nickk 2024-11-19 07:14:53.107 [INFO] In session is user: nickk 2024-11-19 07:14:53.299 [INFO] In session is user: nickk 2024-11-19 07:14:53.485 [INFO] In session is user: nickk 2024-11-19 07:14:53.699 [INFO] In session is user: nickk 2024-11-19 07:14:54.012 [INFO] In session is user: nickk 2024-11-19 07:14:54.252 [INFO] In session is user: nickk 2024-11-19 07:14:54.486 [INFO] In session is user: nickk 2024-11-19 07:14:54.673 [INFO] In session is user: nickk 2024-11-19 07:14:54.914 [INFO] In session is user: nickk 2024-11-19 07:14:55.127 [INFO] In session is user: nickk 2024-11-19 07:14:55.364 [INFO] In session is user: nickk 2024-11-19 07:14:55.599 [INFO] In session is user: nickk 2024-11-19 07:14:55.843 [INFO] In session is user: nickk 2024-11-19 07:14:56.057 [INFO] In session is user: nickk 2024-11-19 07:14:56.316 [INFO] In session is user: nickk 2024-11-19 07:14:56.541 [INFO] In session is user: nickk 2024-11-19 07:14:56.765 [INFO] In session is user: nickk 2024-11-19 07:14:57.016 [INFO] In session is user: nickk 2024-11-19 07:14:57.286 [INFO] In session is user: nickk 2024-11-19 07:14:57.512 [INFO] In session is user: nickk 2024-11-19 07:14:57.767 [INFO] In session is user: nickk 2024-11-19 07:14:58.015 [INFO] In session is user: nickk 2024-11-19 07:14:58.259 [INFO] In session is user: nickk 2024-11-19 07:14:58.504 [INFO] In session is user: nickk 2024-11-19 07:14:58.746 [INFO] In session is user: nickk 2024-11-19 07:14:58.999 [INFO] In session is user: nickk 2024-11-19 07:14:59.239 [INFO] In session is user: nickk 2024-11-19 07:14:59.466 [INFO] In session is user: nickk 2024-11-19 07:14:59.694 [INFO] In session is user: nickk 2024-11-19 07:14:59.916 [INFO] In session is user: nickk 2024-11-19 07:15:00.199 [INFO] In session is user: nickk 2024-11-19 07:15:00.477 [INFO] In session is user: nickk 2024-11-19 07:15:00.745 [INFO] In session is user: nickk 2024-11-19 07:15:00.958 [INFO] In session is user: nickk 2024-11-19 07:15:01.258 [INFO] In session is user: nickk 2024-11-19 07:15:01.492 [INFO] In session is user: nickk 2024-11-19 07:15:01.731 [INFO] In session is user: nickk 2024-11-19 07:15:02.003 [INFO] In session is user: nickk 2024-11-19 07:15:02.250 [INFO] In session is user: nickk 2024-11-19 07:15:02.525 [INFO] In session is user: nickk 2024-11-19 07:15:02.773 [INFO] In session is user: nickk 2024-11-19 07:15:03.016 [INFO] In session is user: nickk 2024-11-19 07:15:03.256 [INFO] In session is user: nickk 2024-11-19 07:15:03.511 [INFO] In session is user: nickk 2024-11-19 07:15:03.755 [INFO] In session is user: nickk 2024-11-19 07:15:04.030 [INFO] In session is user: nickk 2024-11-19 07:15:04.270 [INFO] In session is user: nickk 2024-11-19 07:15:04.515 [INFO] In session is user: nickk 2024-11-19 07:15:05.168 [INFO] In session is user: nickk 2024-11-19 07:15:05.411 [INFO] In session is user: nickk 2024-11-19 07:15:05.669 [INFO] In session is user: nickk 2024-11-19 07:15:05.934 [INFO] In session is user: nickk 2024-11-19 07:15:06.178 [INFO] In session is user: nickk 2024-11-19 07:15:06.398 [INFO] In session is user: nickk 2024-11-19 07:15:06.646 [INFO] In session is user: nickk 2024-11-19 07:15:06.935 [INFO] In session is user: nickk 2024-11-19 07:15:07.177 [INFO] In session is user: nickk 2024-11-19 07:15:07.399 [INFO] In session is user: nickk 2024-11-19 07:15:07.635 [INFO] In session is user: nickk 2024-11-19 07:15:07.910 [INFO] In session is user: nickk 2024-11-19 07:15:08.156 [INFO] In session is user: nickk 2024-11-19 07:15:08.379 [INFO] In session is user: nickk 2024-11-19 07:15:08.622 [INFO] In session is user: nickk 2024-11-19 07:15:08.912 [INFO] In session is user: nickk 2024-11-19 07:15:09.190 [INFO] In session is user: nickk 2024-11-19 07:15:09.442 [INFO] In session is user: nickk 2024-11-19 07:15:09.926 [INFO] In session is user: nickk 2024-11-19 07:15:10.151 [INFO] In session is user: nickk 2024-11-19 07:15:10.384 [INFO] In session is user: nickk 2024-11-19 07:15:10.662 [INFO] In session is user: nickk 2024-11-19 07:15:10.892 [INFO] In session is user: nickk 2024-11-19 07:15:11.096 [INFO] In session is user: nickk 2024-11-19 07:15:11.356 [INFO] In session is user: nickk 2024-11-19 07:15:11.613 [INFO] In session is user: nickk 2024-11-19 07:15:11.840 [INFO] In session is user: nickk 2024-11-19 07:15:12.081 [INFO] In session is user: nickk 2024-11-19 07:15:12.312 [INFO] In session is user: nickk 2024-11-19 07:15:12.561 [INFO] In session is user: nickk 2024-11-19 07:15:12.824 [INFO] In session is user: nickk 2024-11-19 07:15:13.058 [INFO] In session is user: nickk 2024-11-19 07:15:13.317 [INFO] In session is user: nickk 2024-11-19 07:15:13.548 [INFO] In session is user: nickk 2024-11-19 07:15:13.808 [INFO] In session is user: nickk 2024-11-19 07:15:14.086 [INFO] In session is user: nickk 2024-11-19 07:15:14.331 [INFO] In session is user: nickk 2024-11-19 07:15:14.579 [INFO] In session is user: nickk 2024-11-19 07:15:14.797 [INFO] In session is user: nickk 2024-11-19 07:15:15.002 [INFO] In session is user: nickk 2024-11-19 07:15:15.274 [INFO] In session is user: nickk 2024-11-19 07:15:15.550 [INFO] In session is user: nickk 2024-11-19 07:15:15.808 [INFO] In session is user: nickk 2024-11-19 07:15:16.021 [INFO] In session is user: nickk 2024-11-19 07:15:16.277 [INFO] In session is user: nickk 2024-11-19 07:15:16.491 [INFO] In session is user: nickk 2024-11-19 07:15:16.763 [INFO] In session is user: nickk 2024-11-19 07:15:17.035 [INFO] In session is user: nickk 2024-11-19 07:15:17.344 [INFO] In session is user: nickk 2024-11-19 07:15:17.544 [INFO] In session is user: nickk 2024-11-19 07:15:17.775 [INFO] In session is user: nickk 2024-11-19 07:15:18.041 [INFO] In session is user: nickk 2024-11-19 07:15:18.323 [INFO] In session is user: nickk 2024-11-19 07:15:18.554 [INFO] In session is user: nickk 2024-11-19 07:15:18.814 [INFO] In session is user: nickk 2024-11-19 07:15:19.050 [INFO] In session is user: nickk 2024-11-19 07:15:19.298 [INFO] In session is user: nickk 2024-11-19 07:15:19.528 [INFO] In session is user: nickk 2024-11-19 07:15:19.853 [INFO] In session is user: nickk 2024-11-19 07:15:20.111 [INFO] In session is user: nickk 2024-11-19 07:15:20.344 [INFO] In session is user: nickk 2024-11-19 07:15:20.537 [INFO] In session is user: nickk 2024-11-19 07:15:20.791 [INFO] In session is user: nickk 2024-11-19 07:15:21.014 [INFO] In session is user: nickk 2024-11-19 07:15:21.348 [INFO] In session is user: nickk 2024-11-19 07:15:21.610 [INFO] In session is user: nickk 2024-11-19 07:15:21.879 [INFO] In session is user: nickk 2024-11-19 07:15:22.112 [INFO] In session is user: nickk 2024-11-19 07:15:22.321 [INFO] In session is user: nickk 2024-11-19 07:15:22.506 [INFO] In session is user: nickk 2024-11-19 07:15:22.723 [INFO] In session is user: nickk 2024-11-19 07:15:22.931 [INFO] In session is user: nickk 2024-11-19 07:15:23.150 [INFO] In session is user: nickk 2024-11-19 07:15:23.372 [INFO] In session is user: nickk 2024-11-19 07:15:23.576 [INFO] In session is user: nickk 2024-11-19 07:15:23.813 [INFO] In session is user: nickk 2024-11-19 07:15:24.053 [INFO] In session is user: nickk 2024-11-19 07:15:24.259 [INFO] In session is user: nickk 2024-11-19 07:15:24.482 [INFO] In session is user: nickk 2024-11-19 07:15:24.704 [INFO] In session is user: nickk 2024-11-19 07:15:24.921 [INFO] In session is user: nickk 2024-11-19 07:15:25.143 [INFO] In session is user: nickk 2024-11-19 07:15:25.406 [INFO] In session is user: nickk 2024-11-19 07:15:25.617 [INFO] In session is user: nickk 2024-11-19 07:15:25.815 [INFO] In session is user: nickk 2024-11-19 07:15:26.024 [INFO] In session is user: nickk 2024-11-19 07:15:26.248 [INFO] In session is user: nickk 2024-11-19 07:15:26.456 [INFO] In session is user: nickk 2024-11-19 07:15:26.671 [INFO] In session is user: nickk 2024-11-19 07:15:26.875 [INFO] In session is user: nickk 2024-11-19 07:15:27.097 [INFO] In session is user: nickk 2024-11-19 07:15:27.273 [INFO] In session is user: nickk 2024-11-19 07:15:27.514 [INFO] In session is user: nickk 2024-11-19 07:15:27.726 [INFO] In session is user: nickk 2024-11-19 07:15:27.936 [INFO] In session is user: nickk 2024-11-19 07:15:28.206 [INFO] In session is user: nickk 2024-11-19 07:15:28.465 [INFO] In session is user: nickk 2024-11-19 07:15:28.665 [INFO] In session is user: nickk 2024-11-19 07:15:28.920 [INFO] In session is user: nickk 2024-11-19 07:15:29.134 [INFO] In session is user: nickk 2024-11-19 07:15:29.322 [INFO] In session is user: nickk 2024-11-19 07:15:29.522 [INFO] In session is user: nickk 2024-11-19 07:15:29.714 [INFO] In session is user: nickk 2024-11-19 07:15:29.918 [INFO] In session is user: nickk 2024-11-19 07:15:30.126 [INFO] In session is user: nickk 2024-11-19 07:15:30.377 [INFO] In session is user: nickk 2024-11-19 07:15:30.592 [INFO] In session is user: nickk 2024-11-19 07:15:30.779 [INFO] In session is user: nickk 2024-11-19 07:15:31.009 [INFO] In session is user: nickk 2024-11-19 07:15:31.251 [INFO] In session is user: nickk 2024-11-19 07:15:31.453 [INFO] In session is user: nickk 2024-11-19 07:15:31.663 [INFO] In session is user: nickk 2024-11-19 07:15:31.872 [INFO] In session is user: nickk 2024-11-19 07:15:32.051 [INFO] In session is user: nickk 2024-11-19 07:15:32.260 [INFO] In session is user: nickk 2024-11-19 07:15:32.476 [INFO] In session is user: nickk 2024-11-19 07:15:32.751 [INFO] In session is user: nickk 2024-11-19 07:15:32.943 [INFO] In session is user: nickk 2024-11-19 07:15:33.113 [INFO] In session is user: nickk 2024-11-19 07:15:33.357 [INFO] In session is user: nickk 2024-11-19 07:15:33.575 [INFO] In session is user: nickk 2024-11-19 07:15:33.802 [INFO] In session is user: nickk 2024-11-19 07:15:34.053 [INFO] In session is user: nickk 2024-11-19 07:15:34.328 [INFO] In session is user: nickk 2024-11-19 07:15:34.539 [INFO] In session is user: nickk 2024-11-19 07:15:34.771 [INFO] In session is user: nickk 2024-11-19 07:15:34.992 [INFO] In session is user: nickk 2024-11-19 07:15:35.206 [INFO] In session is user: nickk 2024-11-19 07:15:35.390 [INFO] In session is user: nickk 2024-11-19 07:15:35.595 [INFO] In session is user: nickk 2024-11-19 07:15:35.804 [INFO] In session is user: nickk 2024-11-19 07:15:36.064 [INFO] In session is user: nickk 2024-11-19 07:15:36.273 [INFO] In session is user: nickk 2024-11-19 07:15:36.498 [INFO] In session is user: nickk 2024-11-19 07:15:36.730 [INFO] In session is user: nickk 2024-11-19 07:15:36.939 [INFO] In session is user: nickk 2024-11-19 07:15:37.189 [INFO] In session is user: nickk 2024-11-19 07:15:37.389 [INFO] In session is user: nickk 2024-11-19 07:15:37.630 [INFO] In session is user: nickk 2024-11-19 07:15:37.854 [INFO] In session is user: nickk 2024-11-19 07:15:38.070 [INFO] In session is user: nickk 2024-11-19 07:15:38.268 [INFO] In session is user: nickk 2024-11-19 07:15:38.450 [INFO] In session is user: nickk 2024-11-19 07:15:38.666 [INFO] In session is user: nickk 2024-11-19 07:15:38.893 [INFO] In session is user: nickk 2024-11-19 07:15:39.078 [INFO] In session is user: nickk 2024-11-19 07:15:39.292 [INFO] In session is user: nickk 2024-11-19 07:15:39.526 [INFO] In session is user: nickk 2024-11-19 07:15:39.704 [INFO] In session is user: nickk 2024-11-19 07:15:39.959 [INFO] In session is user: nickk 2024-11-19 07:15:40.193 [INFO] In session is user: nickk 2024-11-19 07:15:40.408 [INFO] In session is user: nickk 2024-11-19 07:15:40.625 [INFO] In session is user: nickk 2024-11-19 07:15:40.845 [INFO] In session is user: nickk 2024-11-19 07:15:41.048 [INFO] In session is user: nickk 2024-11-19 07:15:41.276 [INFO] In session is user: nickk 2024-11-19 07:15:41.458 [INFO] In session is user: nickk 2024-11-19 07:15:41.656 [INFO] In session is user: nickk 2024-11-19 07:15:41.867 [INFO] In session is user: nickk 2024-11-19 07:15:42.121 [INFO] In session is user: nickk 2024-11-19 07:15:42.390 [INFO] In session is user: nickk 2024-11-19 07:15:42.599 [INFO] In session is user: nickk 2024-11-19 07:15:42.827 [INFO] In session is user: nickk 2024-11-19 07:15:43.018 [INFO] In session is user: nickk 2024-11-19 07:15:43.471 [INFO] In session is user: nickk 2024-11-19 07:15:43.703 [INFO] In session is user: nickk 2024-11-19 07:15:43.913 [INFO] In session is user: nickk 2024-11-19 07:15:44.115 [INFO] In session is user: nickk 2024-11-19 07:15:44.354 [INFO] In session is user: nickk 2024-11-19 07:15:44.570 [INFO] In session is user: nickk 2024-11-19 07:15:44.781 [INFO] In session is user: nickk 2024-11-19 07:15:45.005 [INFO] In session is user: nickk 2024-11-19 07:15:45.198 [INFO] In session is user: nickk 2024-11-19 07:15:45.440 [INFO] In session is user: nickk 2024-11-19 07:15:45.646 [INFO] In session is user: nickk 2024-11-19 07:15:45.841 [INFO] In session is user: nickk 2024-11-19 07:15:46.066 [INFO] In session is user: nickk 2024-11-19 07:15:46.299 [INFO] In session is user: nickk 2024-11-19 07:15:46.538 [INFO] In session is user: nickk 2024-11-19 07:15:46.756 [INFO] In session is user: nickk 2024-11-19 07:15:46.981 [INFO] In session is user: nickk 2024-11-19 07:15:47.274 [INFO] In session is user: nickk 2024-11-19 07:15:47.500 [INFO] In session is user: nickk 2024-11-19 07:15:47.712 [INFO] In session is user: nickk 2024-11-19 07:15:47.925 [INFO] In session is user: nickk 2024-11-19 07:15:48.164 [INFO] In session is user: nickk 2024-11-19 07:15:48.355 [INFO] In session is user: nickk 2024-11-19 07:15:48.573 [INFO] In session is user: nickk 2024-11-19 07:15:48.782 [INFO] In session is user: nickk 2024-11-19 07:15:49.010 [INFO] In session is user: nickk 2024-11-19 07:15:49.235 [INFO] In session is user: nickk 2024-11-19 07:15:49.431 [INFO] In session is user: nickk 2024-11-19 07:15:49.669 [INFO] In session is user: nickk 2024-11-19 07:15:49.902 [INFO] In session is user: nickk 2024-11-19 07:15:50.164 [INFO] In session is user: nickk 2024-11-19 07:15:50.349 [INFO] In session is user: nickk 2024-11-19 07:15:50.535 [INFO] In session is user: nickk 2024-11-19 07:15:50.791 [INFO] In session is user: nickk 2024-11-19 07:15:51.000 [INFO] In session is user: nickk 2024-11-19 07:15:51.205 [INFO] In session is user: nickk 2024-11-19 07:15:51.424 [INFO] In session is user: nickk 2024-11-19 07:15:51.636 [INFO] In session is user: nickk 2024-11-19 07:15:51.875 [INFO] In session is user: nickk 2024-11-19 07:15:52.194 [INFO] In session is user: nickk 2024-11-19 07:15:52.477 [INFO] In session is user: nickk 2024-11-19 07:15:52.883 [INFO] In session is user: nickk 2024-11-19 07:15:53.191 [INFO] In session is user: nickk 2024-11-19 07:15:53.405 [INFO] In session is user: nickk 2024-11-19 07:15:53.638 [INFO] In session is user: nickk 2024-11-19 07:15:53.905 [INFO] In session is user: nickk 2024-11-19 07:15:54.112 [INFO] In session is user: nickk 2024-11-19 07:15:54.291 [INFO] In session is user: nickk 2024-11-19 07:15:54.532 [INFO] In session is user: nickk 2024-11-19 07:15:54.749 [INFO] In session is user: nickk 2024-11-19 07:15:54.991 [INFO] In session is user: nickk 2024-11-19 07:15:55.227 [INFO] In session is user: nickk 2024-11-19 07:15:55.426 [INFO] In session is user: nickk 2024-11-19 07:15:55.643 [INFO] In session is user: nickk 2024-11-19 07:15:55.876 [INFO] In session is user: nickk 2024-11-19 07:15:56.102 [INFO] In session is user: nickk 2024-11-19 07:15:56.319 [INFO] In session is user: nickk 2024-11-19 07:15:56.539 [INFO] In session is user: nickk 2024-11-19 07:15:56.758 [INFO] In session is user: nickk 2024-11-19 07:15:56.970 [INFO] In session is user: nickk 2024-11-19 07:15:57.195 [INFO] In session is user: nickk 2024-11-19 07:15:57.425 [INFO] In session is user: nickk 2024-11-19 07:15:57.641 [INFO] In session is user: nickk 2024-11-19 07:15:57.827 [INFO] In session is user: nickk 2024-11-19 07:15:58.063 [INFO] In session is user: nickk 2024-11-19 07:15:58.313 [INFO] In session is user: nickk 2024-11-19 07:15:58.548 [INFO] In session is user: nickk 2024-11-19 07:15:58.736 [INFO] In session is user: nickk 2024-11-19 07:15:58.940 [INFO] In session is user: nickk 2024-11-19 07:15:59.216 [INFO] In session is user: nickk 2024-11-19 07:15:59.445 [INFO] In session is user: nickk 2024-11-19 07:15:59.675 [INFO] In session is user: nickk 2024-11-19 07:15:59.869 [INFO] In session is user: nickk 2024-11-19 07:16:00.076 [INFO] In session is user: nickk 2024-11-19 07:16:00.317 [INFO] In session is user: nickk 2024-11-19 07:16:00.597 [INFO] In session is user: nickk 2024-11-19 07:16:00.812 [INFO] In session is user: nickk 2024-11-19 07:16:01.038 [INFO] In session is user: nickk 2024-11-19 07:16:01.270 [INFO] In session is user: nickk 2024-11-19 07:16:01.535 [INFO] In session is user: nickk 2024-11-19 07:16:01.728 [INFO] In session is user: nickk 2024-11-19 07:16:01.912 [INFO] In session is user: nickk 2024-11-19 07:16:02.125 [INFO] In session is user: nickk 2024-11-19 07:16:02.341 [INFO] In session is user: nickk 2024-11-19 07:16:02.552 [INFO] In session is user: nickk 2024-11-19 07:16:02.762 [INFO] In session is user: nickk 2024-11-19 07:16:02.993 [INFO] In session is user: nickk 2024-11-19 07:16:03.226 [INFO] In session is user: nickk 2024-11-19 07:16:03.410 [INFO] In session is user: nickk 2024-11-19 07:16:03.669 [INFO] In session is user: nickk 2024-11-19 07:16:03.896 [INFO] In session is user: nickk 2024-11-19 07:16:04.109 [INFO] In session is user: nickk 2024-11-19 07:16:04.359 [INFO] In session is user: nickk 2024-11-19 07:16:04.599 [INFO] In session is user: nickk 2024-11-19 07:16:04.797 [INFO] In session is user: nickk 2024-11-19 07:16:05.026 [INFO] In session is user: nickk 2024-11-19 07:16:05.298 [INFO] In session is user: nickk 2024-11-19 07:16:05.478 [INFO] In session is user: nickk 2024-11-19 07:16:05.705 [INFO] In session is user: nickk 2024-11-19 07:16:05.911 [INFO] In session is user: nickk 2024-11-19 07:16:06.112 [INFO] In session is user: nickk 2024-11-19 07:16:06.315 [INFO] In session is user: nickk 2024-11-19 07:16:06.546 [INFO] In session is user: nickk 2024-11-19 07:16:06.807 [INFO] In session is user: nickk 2024-11-19 07:16:07.032 [INFO] In session is user: nickk 2024-11-19 07:16:07.272 [INFO] In session is user: nickk 2024-11-19 07:16:07.510 [INFO] In session is user: nickk 2024-11-19 07:16:07.695 [INFO] In session is user: nickk 2024-11-19 07:16:07.891 [INFO] In session is user: nickk 2024-11-19 07:16:08.137 [INFO] In session is user: nickk 2024-11-19 07:16:08.343 [INFO] In session is user: nickk 2024-11-19 07:16:08.585 [INFO] In session is user: nickk 2024-11-19 07:16:08.809 [INFO] In session is user: nickk 2024-11-19 07:16:09.048 [INFO] In session is user: nickk 2024-11-19 07:16:09.273 [INFO] In session is user: nickk 2024-11-19 07:16:09.502 [INFO] In session is user: nickk 2024-11-19 07:16:09.716 [INFO] In session is user: nickk 2024-11-19 07:16:09.945 [INFO] In session is user: nickk 2024-11-19 07:16:10.113 [INFO] In session is user: nickk 2024-11-19 07:16:10.322 [INFO] In session is user: nickk 2024-11-19 07:16:10.563 [INFO] In session is user: nickk 2024-11-19 07:16:10.781 [INFO] In session is user: nickk 2024-11-19 07:16:11.015 [INFO] In session is user: nickk 2024-11-19 07:16:11.226 [INFO] In session is user: nickk 2024-11-19 07:16:11.437 [INFO] In session is user: nickk 2024-11-19 07:16:11.651 [INFO] In session is user: nickk 2024-11-19 07:16:11.896 [INFO] In session is user: nickk 2024-11-19 07:16:12.132 [INFO] In session is user: nickk 2024-11-19 07:16:12.373 [INFO] In session is user: nickk 2024-11-19 07:16:12.604 [INFO] In session is user: nickk 2024-11-19 07:16:12.841 [INFO] In session is user: nickk 2024-11-19 07:16:13.067 [INFO] In session is user: nickk 2024-11-19 07:16:13.375 [INFO] In session is user: nickk 2024-11-19 07:16:13.596 [INFO] In session is user: nickk 2024-11-19 07:16:13.836 [INFO] In session is user: nickk 2024-11-19 07:16:14.029 [INFO] In session is user: nickk 2024-11-19 07:16:14.220 [INFO] In session is user: nickk 2024-11-19 07:16:14.419 [INFO] In session is user: nickk 2024-11-19 07:16:14.626 [INFO] In session is user: nickk 2024-11-19 07:16:14.851 [INFO] In session is user: nickk 2024-11-19 07:16:15.056 [INFO] In session is user: nickk 2024-11-19 07:16:15.269 [INFO] In session is user: nickk 2024-11-19 07:16:15.475 [INFO] In session is user: nickk 2024-11-19 07:16:15.708 [INFO] In session is user: nickk 2024-11-19 07:16:15.910 [INFO] In session is user: nickk 2024-11-19 07:16:16.147 [INFO] In session is user: nickk 2024-11-19 07:16:16.357 [INFO] In session is user: nickk 2024-11-19 07:16:16.615 [INFO] In session is user: nickk 2024-11-19 07:16:16.822 [INFO] In session is user: nickk 2024-11-19 07:16:17.023 [INFO] In session is user: nickk 2024-11-19 07:16:17.250 [INFO] In session is user: nickk 2024-11-19 07:16:17.510 [INFO] In session is user: nickk 2024-11-19 07:16:17.748 [INFO] In session is user: nickk 2024-11-19 07:16:17.932 [INFO] In session is user: nickk 2024-11-19 07:16:18.144 [INFO] In session is user: nickk 2024-11-19 07:16:18.392 [INFO] In session is user: nickk 2024-11-19 07:16:18.602 [INFO] In session is user: nickk 2024-11-19 07:16:18.801 [INFO] In session is user: nickk 2024-11-19 07:16:19.008 [INFO] In session is user: nickk 2024-11-19 07:16:19.255 [INFO] In session is user: nickk 2024-11-19 07:16:19.482 [INFO] In session is user: nickk 2024-11-19 07:16:19.714 [INFO] In session is user: nickk 2024-11-19 07:16:19.941 [INFO] In session is user: nickk 2024-11-19 07:16:20.124 [INFO] In session is user: nickk 2024-11-19 07:16:20.330 [INFO] In session is user: nickk 2024-11-19 07:16:20.591 [INFO] In session is user: nickk 2024-11-19 07:16:20.839 [INFO] In session is user: nickk 2024-11-19 07:16:21.081 [INFO] In session is user: nickk 2024-11-19 07:16:21.332 [INFO] In session is user: nickk 2024-11-19 07:16:21.578 [INFO] In session is user: nickk 2024-11-19 07:16:21.781 [INFO] In session is user: nickk 2024-11-19 07:16:21.999 [INFO] In session is user: nickk 2024-11-19 07:16:22.174 [INFO] In session is user: nickk 2024-11-19 07:16:22.371 [INFO] In session is user: nickk 2024-11-19 07:16:22.573 [INFO] In session is user: nickk 2024-11-19 07:16:22.788 [INFO] In session is user: nickk 2024-11-19 07:16:22.988 [INFO] In session is user: nickk 2024-11-19 07:16:23.195 [INFO] In session is user: nickk 2024-11-19 07:16:23.406 [INFO] In session is user: nickk 2024-11-19 07:16:23.646 [INFO] In session is user: nickk 2024-11-19 07:16:23.882 [INFO] In session is user: nickk 2024-11-19 07:16:24.088 [INFO] In session is user: nickk 2024-11-19 07:16:24.507 [INFO] In session is user: nickk 2024-11-19 07:16:24.738 [INFO] In session is user: nickk 2024-11-19 07:16:24.924 [INFO] In session is user: nickk 2024-11-19 07:16:25.157 [INFO] In session is user: nickk 2024-11-19 07:16:25.406 [INFO] In session is user: nickk 2024-11-19 07:16:25.635 [INFO] In session is user: nickk 2024-11-19 07:16:25.882 [INFO] In session is user: nickk 2024-11-19 07:16:26.109 [INFO] In session is user: nickk 2024-11-19 07:16:26.339 [INFO] In session is user: nickk 2024-11-19 07:16:26.550 [INFO] In session is user: nickk 2024-11-19 07:16:26.793 [INFO] In session is user: nickk 2024-11-19 07:16:27.021 [INFO] In session is user: nickk 2024-11-19 07:16:27.229 [INFO] In session is user: nickk 2024-11-19 07:16:27.479 [INFO] In session is user: nickk 2024-11-19 07:16:27.688 [INFO] In session is user: nickk 2024-11-19 07:16:27.887 [INFO] In session is user: nickk 2024-11-19 07:16:28.132 [INFO] In session is user: nickk 2024-11-19 07:16:28.373 [INFO] In session is user: nickk 2024-11-19 07:16:28.604 [INFO] In session is user: nickk 2024-11-19 07:16:28.792 [INFO] In session is user: nickk 2024-11-19 07:16:29.228 [INFO] In session is user: nickk 2024-11-19 07:16:29.494 [INFO] In session is user: nickk 2024-11-19 07:16:29.767 [INFO] In session is user: nickk 2024-11-19 07:16:30.151 [INFO] In session is user: nickk 2024-11-19 07:16:30.358 [INFO] In session is user: nickk 2024-11-19 07:16:30.544 [INFO] In session is user: nickk 2024-11-19 07:16:30.722 [INFO] In session is user: nickk 2024-11-19 07:16:30.931 [INFO] In session is user: nickk 2024-11-19 07:16:31.106 [INFO] In session is user: nickk 2024-11-19 07:16:31.336 [INFO] In session is user: nickk 2024-11-19 07:16:31.594 [INFO] In session is user: nickk 2024-11-19 07:16:31.796 [INFO] In session is user: nickk 2024-11-19 07:16:32.027 [INFO] In session is user: nickk 2024-11-19 07:16:32.246 [INFO] In session is user: nickk 2024-11-19 07:16:32.431 [INFO] In session is user: nickk 2024-11-19 07:16:32.644 [INFO] In session is user: nickk 2024-11-19 07:16:32.842 [INFO] In session is user: nickk 2024-11-19 07:16:33.084 [INFO] In session is user: nickk 2024-11-19 07:16:33.316 [INFO] In session is user: nickk 2024-11-19 07:16:33.544 [INFO] In session is user: nickk 2024-11-19 07:16:33.755 [INFO] In session is user: nickk 2024-11-19 07:16:34.036 [INFO] In session is user: nickk 2024-11-19 07:16:34.280 [INFO] In session is user: nickk 2024-11-19 07:16:34.496 [INFO] In session is user: nickk 2024-11-19 07:16:34.703 [INFO] In session is user: nickk 2024-11-19 07:16:34.931 [INFO] In session is user: nickk 2024-11-19 07:16:35.193 [INFO] In session is user: nickk 2024-11-19 07:16:35.442 [INFO] In session is user: nickk 2024-11-19 07:16:35.679 [INFO] In session is user: nickk 2024-11-19 07:16:35.855 [INFO] In session is user: nickk 2024-11-19 07:16:36.091 [INFO] In session is user: nickk 2024-11-19 07:16:36.300 [INFO] In session is user: nickk 2024-11-19 07:16:36.536 [INFO] In session is user: nickk 2024-11-19 07:16:36.738 [INFO] In session is user: nickk 2024-11-19 07:16:36.954 [INFO] In session is user: nickk 2024-11-19 07:16:37.146 [INFO] In session is user: nickk 2024-11-19 07:16:37.335 [INFO] In session is user: nickk 2024-11-19 07:16:37.551 [INFO] In session is user: nickk 2024-11-19 07:16:37.798 [INFO] In session is user: nickk 2024-11-19 07:16:38.035 [INFO] In session is user: nickk 2024-11-19 07:16:38.295 [INFO] In session is user: nickk 2024-11-19 07:16:38.497 [INFO] In session is user: nickk 2024-11-19 07:16:38.714 [INFO] In session is user: nickk 2024-11-19 07:16:38.924 [INFO] In session is user: nickk 2024-11-19 07:16:39.149 [INFO] In session is user: nickk 2024-11-19 07:16:39.379 [INFO] In session is user: nickk 2024-11-19 07:16:39.615 [INFO] In session is user: nickk 2024-11-19 07:16:39.794 [INFO] In session is user: nickk 2024-11-19 07:16:40.020 [INFO] In session is user: nickk 2024-11-19 07:16:40.262 [INFO] In session is user: nickk 2024-11-19 07:16:40.483 [INFO] In session is user: nickk 2024-11-19 07:16:40.723 [INFO] In session is user: nickk 2024-11-19 07:16:40.948 [INFO] In session is user: nickk 2024-11-19 07:16:41.204 [INFO] In session is user: nickk 2024-11-19 07:16:41.409 [INFO] In session is user: nickk 2024-11-19 07:16:41.693 [INFO] In session is user: nickk 2024-11-19 07:16:41.887 [INFO] In session is user: nickk 2024-11-19 07:16:42.131 [INFO] In session is user: nickk 2024-11-19 07:16:42.349 [INFO] In session is user: nickk 2024-11-19 07:16:42.588 [INFO] In session is user: nickk 2024-11-19 07:16:42.781 [INFO] In session is user: nickk 2024-11-19 07:16:42.999 [INFO] In session is user: nickk 2024-11-19 07:16:43.201 [INFO] In session is user: nickk 2024-11-19 07:16:43.430 [INFO] In session is user: nickk 2024-11-19 07:16:43.678 [INFO] In session is user: nickk 2024-11-19 07:16:43.892 [INFO] In session is user: nickk 2024-11-19 07:16:44.078 [INFO] In session is user: nickk 2024-11-19 07:16:44.330 [INFO] In session is user: nickk 2024-11-19 07:16:44.611 [INFO] In session is user: nickk 2024-11-19 07:16:44.847 [INFO] In session is user: nickk 2024-11-19 07:16:45.077 [INFO] In session is user: nickk 2024-11-19 07:16:45.335 [INFO] In session is user: nickk 2024-11-19 07:16:45.594 [INFO] In session is user: nickk 2024-11-19 07:16:45.801 [INFO] In session is user: nickk 2024-11-19 07:16:46.056 [INFO] In session is user: nickk 2024-11-19 07:16:46.290 [INFO] In session is user: nickk 2024-11-19 07:16:46.487 [INFO] In session is user: nickk 2024-11-19 07:16:46.696 [INFO] In session is user: nickk 2024-11-19 07:16:46.907 [INFO] In session is user: nickk 2024-11-19 07:16:47.139 [INFO] In session is user: nickk 2024-11-19 07:16:47.336 [INFO] In session is user: nickk 2024-11-19 07:16:47.579 [INFO] In session is user: nickk 2024-11-19 07:16:47.806 [INFO] In session is user: nickk 2024-11-19 07:16:48.063 [INFO] In session is user: nickk 2024-11-19 07:16:48.309 [INFO] In session is user: nickk 2024-11-19 07:16:48.491 [INFO] In session is user: nickk 2024-11-19 07:16:48.705 [INFO] In session is user: nickk 2024-11-19 07:16:48.914 [INFO] In session is user: nickk 2024-11-19 07:16:49.318 [INFO] In session is user: nickk 2024-11-19 07:16:49.519 [INFO] In session is user: nickk 2024-11-19 07:16:49.730 [INFO] In session is user: nickk 2024-11-19 07:16:50.000 [INFO] In session is user: nickk 2024-11-19 07:16:50.439 [INFO] In session is user: nickk 2024-11-19 07:16:50.730 [INFO] In session is user: nickk 2024-11-19 07:16:50.922 [INFO] In session is user: nickk 2024-11-19 07:16:51.138 [INFO] In session is user: nickk 2024-11-19 07:16:51.381 [INFO] In session is user: nickk 2024-11-19 07:16:51.606 [INFO] In session is user: nickk 2024-11-19 07:16:51.842 [INFO] In session is user: nickk 2024-11-19 07:16:52.073 [INFO] In session is user: nickk 2024-11-19 07:16:52.282 [INFO] In session is user: nickk 2024-11-19 07:16:52.533 [INFO] In session is user: nickk 2024-11-19 07:16:52.757 [INFO] In session is user: nickk 2024-11-19 07:16:52.965 [INFO] In session is user: nickk 2024-11-19 07:16:53.121 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\3740-500-3273.txt === {"customer":"3740","line":"A","dept":"S","name":"NickAAA KawabataAAA","title":"AM","phone":"(866) 272-5766","cell":"(111) 111-1111","fax":null,"email":"nickkawabata_lyndex_test8@gmail.com","remarks1":"Test by Nick 11/19/2024","remarks2":null,"remarks3":null,"web_id":3273,"password":null,"webenabled":"Y","linkedin":null,"city":"Elk Grove Village","state":"IL","address1":"1300 Jarvis Avenue","address2":null,"zip":"60007","country":"USA","userid":"nickk","username":null,"CZ_flag":"Y","AC_flag":"Y","QT_flag":"Y","OR_flag":"Y","Type":"BT","Active":"Y","lnrp":"N"} [{"json":{"results":"Contactc","type":"contactc","line":" 500"}}] 2024-11-19 07:16:53.214 [INFO] In session is user: nickk 2024-11-19 07:16:53.501 [INFO] In session is user: nickk 2024-11-19 07:16:53.734 [INFO] In session is user: nickk 2024-11-19 07:16:53.938 [INFO] In session is user: nickk 2024-11-19 07:16:54.155 [INFO] In session is user: nickk 2024-11-19 07:16:54.415 [INFO] In session is user: nickk 2024-11-19 07:16:54.592 [INFO] In session is user: nickk 2024-11-19 07:16:54.851 [INFO] In session is user: nickk 2024-11-19 07:16:55.029 [INFO] In session is user: nickk 2024-11-19 07:16:55.207 [INFO] In session is user: nickk 2024-11-19 07:16:55.415 [INFO] In session is user: nickk 2024-11-19 07:16:55.620 [INFO] In session is user: nickk 2024-11-19 07:16:55.836 [INFO] In session is user: nickk 2024-11-19 07:16:56.034 [INFO] In session is user: nickk 2024-11-19 07:16:56.241 [INFO] In session is user: nickk 2024-11-19 07:16:56.448 [INFO] In session is user: nickk 2024-11-19 07:16:56.671 [INFO] In session is user: nickk 2024-11-19 07:16:56.960 [INFO] In session is user: nickk 2024-11-19 07:16:57.188 [INFO] In session is user: nickk 2024-11-19 07:16:57.393 [INFO] In session is user: nickk 2024-11-19 07:16:57.616 [INFO] In session is user: nickk 2024-11-19 07:16:57.860 [INFO] In session is user: nickk 2024-11-19 07:16:58.106 [INFO] In session is user: nickk 2024-11-19 07:16:58.356 [INFO] In session is user: nickk 2024-11-19 07:16:58.576 [INFO] In session is user: nickk 2024-11-19 07:16:58.761 [INFO] In session is user: nickk 2024-11-19 07:16:59.010 [INFO] In session is user: nickk 2024-11-19 07:16:59.233 [INFO] In session is user: nickk 2024-11-19 07:16:59.455 [INFO] In session is user: nickk 2024-11-19 07:16:59.665 [INFO] In session is user: nickk 2024-11-19 07:16:59.912 [INFO] In session is user: nickk 2024-11-19 07:17:00.116 [INFO] In session is user: nickk 2024-11-19 07:17:00.337 [INFO] In session is user: nickk 2024-11-19 07:17:00.553 [INFO] In session is user: nickk 2024-11-19 07:17:00.805 [INFO] In session is user: nickk 2024-11-19 07:17:01.040 [INFO] In session is user: nickk 2024-11-19 07:17:01.268 [INFO] In session is user: nickk 2024-11-19 07:17:01.497 [INFO] In session is user: nickk 2024-11-19 07:17:01.753 [INFO] In session is user: nickk 2024-11-19 07:17:02.096 [INFO] In session is user: nickk 2024-11-19 07:17:02.343 [INFO] In session is user: nickk 2024-11-19 07:17:02.593 [INFO] In session is user: nickk 2024-11-19 07:17:02.810 [INFO] In session is user: nickk 2024-11-19 07:17:03.021 [INFO] In session is user: nickk 2024-11-19 07:17:03.230 [INFO] In session is user: nickk 2024-11-19 07:17:03.481 [INFO] In session is user: nickk 2024-11-19 07:17:03.707 [INFO] In session is user: nickk 2024-11-19 07:17:03.938 [INFO] In session is user: nickk 2024-11-19 07:17:04.182 [INFO] In session is user: nickk 2024-11-19 07:17:04.383 [INFO] In session is user: nickk 2024-11-19 07:17:04.627 [INFO] In session is user: nickk 2024-11-19 07:17:04.872 [INFO] In session is user: nickk 2024-11-19 07:17:05.066 [INFO] In session is user: nickk 2024-11-19 07:17:05.264 [INFO] In session is user: nickk 2024-11-19 07:17:05.468 [INFO] In session is user: nickk 2024-11-19 07:17:05.667 [INFO] In session is user: nickk 2024-11-19 07:17:05.869 [INFO] In session is user: nickk 2024-11-19 07:17:06.118 [INFO] In session is user: nickk 2024-11-19 07:17:06.336 [INFO] In session is user: nickk 2024-11-19 07:17:06.570 [INFO] In session is user: nickk 2024-11-19 07:17:06.799 [INFO] In session is user: nickk 2024-11-19 07:17:07.026 [INFO] In session is user: nickk 2024-11-19 07:17:07.209 [INFO] In session is user: nickk 2024-11-19 07:17:07.438 [INFO] In session is user: nickk 2024-11-19 07:17:07.675 [INFO] In session is user: nickk 2024-11-19 07:17:07.878 [INFO] In session is user: nickk 2024-11-19 07:17:08.113 [INFO] In session is user: nickk 2024-11-19 07:17:08.320 [INFO] In session is user: nickk 2024-11-19 07:17:08.551 [INFO] In session is user: nickk 2024-11-19 07:17:08.795 [INFO] In session is user: nickk 2024-11-19 07:17:09.013 [INFO] In session is user: nickk 2024-11-19 07:17:09.255 [INFO] In session is user: nickk 2024-11-19 07:17:09.513 [INFO] In session is user: nickk 2024-11-19 07:17:09.798 [INFO] In session is user: nickk 2024-11-19 07:17:09.987 [INFO] In session is user: nickk 2024-11-19 07:17:10.227 [INFO] In session is user: nickk 2024-11-19 07:17:10.430 [INFO] In session is user: nickk 2024-11-19 07:17:10.664 [INFO] In session is user: nickk 2024-11-19 07:17:10.867 [INFO] In session is user: nickk 2024-11-19 07:17:11.084 [INFO] In session is user: nickk 2024-11-19 07:17:11.319 [INFO] In session is user: nickk 2024-11-19 07:17:11.548 [INFO] In session is user: nickk 2024-11-19 07:17:11.771 [INFO] In session is user: nickk 2024-11-19 07:17:11.996 [INFO] In session is user: nickk 2024-11-19 07:17:12.219 [INFO] In session is user: nickk 2024-11-19 07:17:12.421 [INFO] In session is user: nickk 2024-11-19 07:17:12.640 [INFO] In session is user: nickk 2024-11-19 07:17:12.877 [INFO] In session is user: nickk 2024-11-19 07:17:13.086 [INFO] In session is user: nickk 2024-11-19 07:17:13.270 [INFO] In session is user: nickk 2024-11-19 07:17:13.545 [INFO] In session is user: nickk 2024-11-19 07:17:13.791 [INFO] In session is user: nickk 2024-11-19 07:17:14.016 [INFO] In session is user: nickk 2024-11-19 07:17:14.197 [INFO] In session is user: nickk 2024-11-19 07:17:14.409 [INFO] In session is user: nickk 2024-11-19 07:17:14.610 [INFO] In session is user: nickk 2024-11-19 07:17:14.816 [INFO] In session is user: nickk 2024-11-19 07:17:15.017 [INFO] In session is user: nickk 2024-11-19 07:17:15.252 [INFO] In session is user: nickk 2024-11-19 07:17:15.483 [INFO] In session is user: nickk 2024-11-19 07:17:15.693 [INFO] In session is user: nickk 2024-11-19 07:17:15.950 [INFO] In session is user: nickk 2024-11-19 07:17:16.156 [INFO] In session is user: nickk 2024-11-19 07:17:16.393 [INFO] In session is user: nickk 2024-11-19 07:17:16.614 [INFO] In session is user: nickk 2024-11-19 07:17:16.933 [INFO] In session is user: nickk 2024-11-19 07:17:17.269 [INFO] In session is user: nickk 2024-11-19 07:17:17.789 [INFO] In session is user: nickk 2024-11-19 07:17:18.391 [INFO] In session is user: nickk 2024-11-19 07:17:18.692 [INFO] In session is user: nickk 2024-11-19 07:17:19.167 [INFO] In session is user: nickk 2024-11-19 07:17:19.494 [INFO] In session is user: nickk 2024-11-19 07:17:19.684 [INFO] In session is user: nickk 2024-11-19 07:17:19.901 [INFO] In session is user: nickk 2024-11-19 07:17:20.119 [INFO] In session is user: nickk 2024-11-19 07:17:20.355 [INFO] In session is user: nickk 2024-11-19 07:17:20.562 [INFO] In session is user: nickk 2024-11-19 07:17:20.800 [INFO] In session is user: nickk 2024-11-19 07:17:21.005 [INFO] In session is user: nickk 2024-11-19 07:17:21.215 [INFO] In session is user: nickk 2024-11-19 07:17:21.422 [INFO] In session is user: nickk 2024-11-19 07:17:21.657 [INFO] In session is user: nickk 2024-11-19 07:17:21.841 [INFO] In session is user: nickk 2024-11-19 07:17:22.050 [INFO] In session is user: nickk 2024-11-19 07:17:22.251 [INFO] In session is user: nickk 2024-11-19 07:17:22.480 [INFO] In session is user: nickk 2024-11-19 07:17:22.695 [INFO] In session is user: nickk 2024-11-19 07:17:22.908 [INFO] In session is user: nickk 2024-11-19 07:17:23.110 [INFO] In session is user: nickk 2024-11-19 07:17:23.344 [INFO] In session is user: nickk 2024-11-19 07:17:23.632 [INFO] In session is user: nickk 2024-11-19 07:17:23.805 [INFO] In session is user: nickk 2024-11-19 07:17:24.054 [INFO] In session is user: nickk 2024-11-19 07:17:24.307 [INFO] In session is user: nickk 2024-11-19 07:17:24.548 [INFO] In session is user: nickk 2024-11-19 07:17:24.747 [INFO] In session is user: nickk 2024-11-19 07:17:25.011 [INFO] In session is user: nickk 2024-11-19 07:17:25.236 [INFO] In session is user: nickk 2024-11-19 07:17:25.596 [INFO] In session is user: nickk 2024-11-19 07:17:25.843 [INFO] In session is user: nickk 2024-11-19 07:17:26.104 [INFO] In session is user: nickk 2024-11-19 07:17:26.399 [INFO] In session is user: nickk 2024-11-19 07:17:26.636 [INFO] In session is user: nickk 2024-11-19 07:17:26.892 [INFO] In session is user: nickk 2024-11-19 07:17:27.373 [INFO] In session is user: nickk 2024-11-19 07:17:27.603 [INFO] In session is user: nickk 2024-11-19 07:17:27.831 [INFO] In session is user: nickk 2024-11-19 07:17:28.165 [INFO] In session is user: nickk 2024-11-19 07:17:28.523 [INFO] In session is user: nickk 2024-11-19 07:17:28.837 [INFO] In session is user: nickk 2024-11-19 07:17:29.166 [INFO] In session is user: nickk 2024-11-19 07:17:29.556 [INFO] In session is user: nickk 2024-11-19 07:17:29.789 [INFO] In session is user: nickk 2024-11-19 07:17:30.070 [INFO] In session is user: nickk 2024-11-19 07:17:30.294 [INFO] In session is user: nickk 2024-11-19 07:17:30.590 [INFO] In session is user: nickk 2024-11-19 07:17:30.821 [INFO] In session is user: nickk 2024-11-19 07:17:31.063 [INFO] In session is user: nickk 2024-11-19 07:17:31.368 [INFO] In session is user: nickk 2024-11-19 07:17:31.712 [INFO] In session is user: nickk 2024-11-19 07:17:32.097 [INFO] In session is user: nickk 2024-11-19 07:17:32.489 [INFO] In session is user: nickk 2024-11-19 07:17:32.734 [INFO] In session is user: nickk 2024-11-19 07:17:33.052 [INFO] In session is user: nickk 2024-11-19 07:17:33.317 [INFO] In session is user: nickk 2024-11-19 07:17:33.515 [INFO] In session is user: nickk 2024-11-19 07:17:33.939 [INFO] In session is user: nickk 2024-11-19 07:17:34.287 [INFO] In session is user: nickk 2024-11-19 07:17:34.720 [INFO] In session is user: nickk 2024-11-19 07:17:35.051 [INFO] In session is user: nickk 2024-11-19 07:17:35.385 [INFO] In session is user: nickk 2024-11-19 07:17:35.686 [INFO] In session is user: nickk 2024-11-19 07:17:35.972 [INFO] In session is user: nickk 2024-11-19 07:17:36.242 [INFO] In session is user: nickk 2024-11-19 07:17:36.490 [INFO] In session is user: nickk 2024-11-19 07:17:36.765 [INFO] In session is user: nickk 2024-11-19 07:17:37.015 [INFO] In session is user: nickk 2024-11-19 07:17:37.303 [INFO] In session is user: nickk 2024-11-19 07:17:37.594 [INFO] In session is user: nickk 2024-11-19 07:17:37.890 [INFO] In session is user: nickk 2024-11-19 07:17:38.178 [INFO] In session is user: nickk 2024-11-19 07:17:38.467 [INFO] In session is user: nickk 2024-11-19 07:17:38.764 [INFO] In session is user: nickk 2024-11-19 07:17:39.073 [INFO] In session is user: nickk 2024-11-19 07:17:39.347 [INFO] In session is user: nickk 2024-11-19 07:17:39.750 [INFO] In session is user: nickk 2024-11-19 07:17:40.115 [INFO] In session is user: nickk 2024-11-19 07:17:40.411 [INFO] In session is user: nickk 2024-11-19 07:17:40.685 [INFO] In session is user: nickk 2024-11-19 07:17:41.103 [INFO] In session is user: nickk 2024-11-19 07:17:41.497 [INFO] In session is user: nickk 2024-11-19 07:17:41.812 [INFO] In session is user: nickk 2024-11-19 07:17:42.126 [INFO] In session is user: nickk 2024-11-19 07:17:42.539 [INFO] In session is user: nickk 2024-11-19 07:17:42.789 [INFO] In session is user: nickk 2024-11-19 07:17:43.087 [INFO] In session is user: nickk 2024-11-19 07:17:43.465 [INFO] In session is user: nickk 2024-11-19 07:17:43.788 [INFO] In session is user: nickk 2024-11-19 07:17:44.200 [INFO] In session is user: nickk 2024-11-19 07:17:44.500 [INFO] In session is user: nickk 2024-11-19 07:17:44.739 [INFO] In session is user: nickk 2024-11-19 07:17:45.075 [INFO] In session is user: nickk 2024-11-19 07:17:45.324 [INFO] In session is user: nickk 2024-11-19 07:17:45.661 [INFO] In session is user: nickk 2024-11-19 07:17:46.066 [INFO] In session is user: nickk 2024-11-19 07:17:46.342 [INFO] In session is user: nickk 2024-11-19 07:17:46.578 [INFO] In session is user: nickk 2024-11-19 07:17:46.926 [INFO] In session is user: nickk 2024-11-19 07:17:47.394 [INFO] In session is user: nickk 2024-11-19 07:17:47.799 [INFO] In session is user: nickk 2024-11-19 07:17:48.087 [INFO] In session is user: nickk 2024-11-19 07:17:48.469 [INFO] In session is user: nickk 2024-11-19 07:17:48.945 [INFO] In session is user: nickk 2024-11-19 07:17:49.351 [INFO] In session is user: nickk 2024-11-19 07:17:49.769 [INFO] In session is user: nickk 2024-11-19 07:17:50.035 [INFO] In session is user: nickk 2024-11-19 07:17:50.392 [INFO] In session is user: nickk 2024-11-19 07:17:50.656 [INFO] In session is user: nickk 2024-11-19 07:17:50.855 [INFO] In session is user: nickk 2024-11-19 07:17:51.265 [INFO] In session is user: nickk 2024-11-19 07:17:51.573 [INFO] In session is user: nickk 2024-11-19 07:17:51.776 [INFO] In session is user: nickk 2024-11-19 07:17:52.007 [INFO] In session is user: nickk 2024-11-19 07:17:52.220 [INFO] In session is user: nickk 2024-11-19 07:17:52.463 [INFO] In session is user: nickk 2024-11-19 07:17:52.683 [INFO] In session is user: nickk 2024-11-19 07:17:52.878 [INFO] In session is user: nickk 2024-11-19 07:17:53.061 [INFO] In session is user: nickk 2024-11-19 07:17:53.307 [INFO] In session is user: nickk 2024-11-19 07:17:53.550 [INFO] In session is user: nickk 2024-11-19 07:17:53.768 [INFO] In session is user: nickk 2024-11-19 07:17:54.013 [INFO] In session is user: nickk 2024-11-19 07:17:54.246 [INFO] In session is user: nickk 2024-11-19 07:17:54.507 [INFO] In session is user: nickk 2024-11-19 07:17:54.744 [INFO] In session is user: nickk 2024-11-19 07:17:54.953 [INFO] In session is user: nickk 2024-11-19 07:17:55.163 [INFO] In session is user: nickk 2024-11-19 07:17:55.355 [INFO] In session is user: nickk 2024-11-19 07:17:55.590 [INFO] In session is user: nickk 2024-11-19 07:17:55.834 [INFO] In session is user: nickk 2024-11-19 07:17:56.091 [INFO] In session is user: nickk 2024-11-19 07:17:56.352 [INFO] In session is user: nickk 2024-11-19 07:17:56.547 [INFO] In session is user: nickk 2024-11-19 07:17:56.776 [INFO] In session is user: nickk 2024-11-19 07:17:56.996 [INFO] In session is user: nickk 2024-11-19 07:17:57.251 [INFO] In session is user: nickk 2024-11-19 07:17:57.483 [INFO] In session is user: nickk 2024-11-19 07:17:57.686 [INFO] In session is user: nickk 2024-11-19 07:17:57.939 [INFO] In session is user: nickk 2024-11-19 07:17:58.215 [INFO] In session is user: nickk 2024-11-19 07:17:58.423 [INFO] In session is user: nickk 2024-11-19 07:17:58.626 [INFO] In session is user: nickk 2024-11-19 07:17:58.876 [INFO] In session is user: nickk 2024-11-19 07:17:59.135 [INFO] In session is user: nickk 2024-11-19 07:17:59.344 [INFO] In session is user: nickk 2024-11-19 07:17:59.544 [INFO] In session is user: nickk 2024-11-19 07:17:59.734 [INFO] In session is user: nickk 2024-11-19 07:17:59.926 [INFO] In session is user: nickk 2024-11-19 07:18:00.198 [INFO] In session is user: nickk 2024-11-19 07:18:00.443 [INFO] In session is user: nickk 2024-11-19 07:18:00.710 [INFO] In session is user: nickk 2024-11-19 07:18:00.928 [INFO] In session is user: nickk 2024-11-19 07:18:01.185 [INFO] In session is user: nickk 2024-11-19 07:18:01.441 [INFO] In session is user: nickk 2024-11-19 07:18:01.675 [INFO] In session is user: nickk 2024-11-19 07:18:01.915 [INFO] In session is user: nickk 2024-11-19 07:18:02.120 [INFO] In session is user: nickk 2024-11-19 07:41:57.157 [INFO] In session is user: bethw 2024-11-19 07:51:24.375 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224500-11192024075124.txt === {"quote":"224500","customer":"5900","name":null,"customerName":"EWIE Company Inc.","comp":"01","open":"0","shipto":"FORDD","shiptoName":"Ford Dearborn Tool & Die","entry_date":"11-15-2024","cust_order_date":"11-15-2024","req_date":"12-27-2024","cust_po":"Tap Collets","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Kevin Kokko","drop_po":"","status":"0","user":"briand","conv_order":"","time":"09:41","extra":"","follow_up":"12-03-2024","web_id":"","follow_name":"Kevin Kokko","follow_phone":"248-921-9924","follow_email":"kkokko@ewie.com","pic_user":"briand","total_amt":"153","total_gp":"100.76","total_gpm":"65.86","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-15-2024","notes":[{"comp":"1","quote":"224500","line":"0","data":"11-15-2024 09:43 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"224500","line":"1","part":"SE2-9.0X7.1","qty":"1","price":"75.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224500","line":"2","part":"SE2-12.5X10.0","qty":"1","price":"75.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224500","line":"3","part":"SE2-14.0X11.2","qty":"1","price":"75.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-19 07:52:17.499 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224504-11192024075217.txt === {"quote":"224504","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"DGJLLNPQ","shiptoName":"Borg Warner-Turbo Systems","entry_date":"11-15-2024","cust_order_date":"11-15-2024","req_date":"12-27-2024","cust_po":"SKL-6W","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"Shanna Broe","drop_po":"","status":"0","user":"briand","conv_order":"","time":"10:45","extra":"","follow_up":"12-03-2024","web_id":"","follow_name":"Shanna Broe","follow_phone":"828-654-2591","follow_email":"shanna.broe@mscdirect.com","pic_user":"briand","total_amt":"14.95","total_gp":"10.67","total_gpm":"71.37","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-15-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224504","line":"1","part":"SKL-6W","qty":"1","price":"23.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-19 07:53:10.077 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223476-11192024075309.txt === {"quote":"223476","customer":"2965","name":null,"customerName":"Butler Bros.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-24-2024","cust_order_date":"10-24-2024","req_date":"12-05-2024","cust_po":"H63A-SF4-80MT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"11","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"12:45","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"Daniel Warner","follow_phone":"207-784-6875","follow_email":"dwarner@butlerbros.com","pic_user":"briand","total_amt":"258.7","total_gp":"141.56","total_gpm":"54.72","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-04-2024","notes":[{"comp":"1","quote":"223476","line":"8","data":"needs one."},{"comp":"1","quote":"223476","line":"7","data":"Danny I'll call him when I have delivery. He only"},{"comp":"1","quote":"223476","line":"6","data":"this SF holder, 8 at ELCO, entered on CBO and told"},{"comp":"1","quote":"223476","line":"5","data":"10-24-2024 12:46-briand: Danny called looking for"},{"comp":"1","quote":"223476","line":"4","data":"delivery."},{"comp":"1","quote":"223476","line":"3","data":"off is 11/4 (need a PO by then) for end of Nov"},{"comp":"1","quote":"223476","line":"2","data":"just send him quote and cc'd Alyssa. Next Air cut"},{"comp":"1","quote":"223476","line":"1","data":"Danny however hes ooo today. Gave him details and"},{"comp":"1","quote":"223476","line":"0","data":"10-25-2024 08:44-briand: Called and LMOVM for"}],"crmnotes":[{"comp":1,"quote":223476,"Line":0,"Comment":"11/05/2024 10:58 AM - briand - F/U changed from 11/08/2024 to 11/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223476,"Line":1,"Comment":"11/05/2024 10:58 AM - briand - CLO changed from 11/24/2024 to 11/25/2024 (CLO Date Updated)"},{"comp":1,"quote":223476,"Line":2,"Comment":"11/07/2024 10:07 AM - briand - Waiting for Danny to get back to us on this quote plus 223083 for the H63A-SF0250-3.15MT"},{"comp":1,"quote":223476,"Line":3,"Comment":"11/07/2024 10:07 AM - briand - F/U changed from 11/08/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223476,"Line":4,"Comment":"11/11/2024 10:37 AM - briand - F/U changed from 11/13/2024 to 11/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223476,"Line":5,"Comment":"11/19/2024 7:53 AM - briand - CLO changed from 11/24/2024 to 12/04/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223476","line":"1","part":"H63A-SF4-80MT","qty":"1","price":"398.00","uom":"EA","discount":"35.00","req_date":"SEE COMMENT BELOW:","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-19 07:53:14.989 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223476-11192024075314.txt === {"quote":"223476","customer":"2965","name":null,"customerName":"Butler Bros.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-24-2024","cust_order_date":"10-24-2024","req_date":"12-05-2024","cust_po":"H63A-SF4-80MT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"11","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"12:45","extra":"","follow_up":"12-03-2024","web_id":"","follow_name":"Daniel Warner","follow_phone":"207-784-6875","follow_email":"dwarner@butlerbros.com","pic_user":"briand","total_amt":"258.7","total_gp":"141.56","total_gpm":"54.72","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-04-2024","notes":[{"comp":"1","quote":"223476","line":"8","data":"needs one."},{"comp":"1","quote":"223476","line":"7","data":"Danny I'll call him when I have delivery. He only"},{"comp":"1","quote":"223476","line":"6","data":"this SF holder, 8 at ELCO, entered on CBO and told"},{"comp":"1","quote":"223476","line":"5","data":"10-24-2024 12:46-briand: Danny called looking for"},{"comp":"1","quote":"223476","line":"4","data":"delivery."},{"comp":"1","quote":"223476","line":"3","data":"off is 11/4 (need a PO by then) for end of Nov"},{"comp":"1","quote":"223476","line":"2","data":"just send him quote and cc'd Alyssa. Next Air cut"},{"comp":"1","quote":"223476","line":"1","data":"Danny however hes ooo today. Gave him details and"},{"comp":"1","quote":"223476","line":"0","data":"10-25-2024 08:44-briand: Called and LMOVM for"}],"crmnotes":[{"comp":1,"quote":223476,"Line":0,"Comment":"11/05/2024 10:58 AM - briand - F/U changed from 11/08/2024 to 11/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223476,"Line":1,"Comment":"11/05/2024 10:58 AM - briand - CLO changed from 11/24/2024 to 11/25/2024 (CLO Date Updated)"},{"comp":1,"quote":223476,"Line":2,"Comment":"11/07/2024 10:07 AM - briand - Waiting for Danny to get back to us on this quote plus 223083 for the H63A-SF0250-3.15MT"},{"comp":1,"quote":223476,"Line":3,"Comment":"11/07/2024 10:07 AM - briand - F/U changed from 11/08/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223476,"Line":4,"Comment":"11/11/2024 10:37 AM - briand - F/U changed from 11/13/2024 to 11/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223476,"Line":5,"Comment":"11/19/2024 7:53 AM - briand - CLO changed from 11/24/2024 to 12/04/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223476","line":"1","part":"H63A-SF4-80MT","qty":"1","price":"398.00","uom":"EA","discount":"35.00","req_date":"SEE COMMENT BELOW:","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-19 07:56:26.486 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(41.7311190383054, -87.8353896089576, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(41.7311190383054, -87.8353896089576, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1866153 second/s. 2024-11-19 07:56:54.648 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219720-11192024075654.txt === {"quote":"219720","customer":"13712TA","name":null,"customerName":"Morris Midwest (WI-TA)","comp":"01","open":"0","shipto":"LOVE","shiptoName":"Lovejoy Incorporated","entry_date":"08-05-2024","cust_order_date":"08-05-2024","req_date":"01-04-2025","cust_po":"E346","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tony Gerace","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"14:39","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Tony Gerace","follow_phone":"(224) 783-0111","follow_email":"agerace@morrismidwest.com","pic_user":"joshuav","total_amt":"10380.0","total_gp":"4770.41","total_gpm":"45.96","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"16","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"219720","line":"0","data":"08-05-2024 14:42 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":219720,"Line":0,"Comment":"08/18/2024 9:56 AM - joshuav - Req Date change from 9/16/2024 to 12/14/2024 (Req Date Updated)"},{"comp":1,"quote":219720,"Line":1,"Comment":"08/18/2024 9:56 AM - joshuav - CLO changed from 9/5/2024 to 11/30/2024 (CLO Date Updated)"},{"comp":1,"quote":219720,"Line":2,"Comment":"08/18/2024 9:56 AM - joshuav - F/U Changed from 8/18/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219720,"Line":3,"Comment":"09/24/2024 7:47 AM - joshuav - F/U Changed from 9/28/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219720,"Line":4,"Comment":"10/23/2024 3:41 PM - joshuav - F/U changed from 10/26/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219720,"Line":5,"Comment":"11/19/2024 7:56 AM - joshuav - Req Date change from 12/14/2024 to 1/4/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"219720","line":"1","part":"PRE-E346N-I50","qty":"1","price":"13500.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219720","line":"2","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219720","line":"3","part":"PRE-GAUGE-C50","qty":"1","price":"760.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219720","line":"4","part":"PRE-INST/TRAINING","qty":"1","price":"2000.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"219720","line":"5","part":"PRE-PRNT-04B080M","qty":"1","price":"610.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219720","line":"6","part":"PRE-PRNT-ROLL-04B080M","qty":"10","price":"10.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219720","line":"7","part":"PRE-SPDL-I40","qty":"1","price":"970.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-19 07:57:00.078 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219720-11192024075659.txt === {"quote":"219720","customer":"13712TA","name":null,"customerName":"Morris Midwest (WI-TA)","comp":"01","open":"0","shipto":"LOVE","shiptoName":"Lovejoy Incorporated","entry_date":"08-05-2024","cust_order_date":"08-05-2024","req_date":"01-04-2025","cust_po":"E346","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tony Gerace","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"14:39","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Tony Gerace","follow_phone":"(224) 783-0111","follow_email":"agerace@morrismidwest.com","pic_user":"joshuav","total_amt":"10380.0","total_gp":"4770.41","total_gpm":"45.96","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"16","win_pct":"20","clo_date":"12-28-2024","notes":[{"comp":"1","quote":"219720","line":"0","data":"08-05-2024 14:42 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":219720,"Line":0,"Comment":"08/18/2024 9:56 AM - joshuav - Req Date change from 9/16/2024 to 12/14/2024 (Req Date Updated)"},{"comp":1,"quote":219720,"Line":1,"Comment":"08/18/2024 9:56 AM - joshuav - CLO changed from 9/5/2024 to 11/30/2024 (CLO Date Updated)"},{"comp":1,"quote":219720,"Line":2,"Comment":"08/18/2024 9:56 AM - joshuav - F/U Changed from 8/18/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219720,"Line":3,"Comment":"09/24/2024 7:47 AM - joshuav - F/U Changed from 9/28/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219720,"Line":4,"Comment":"10/23/2024 3:41 PM - joshuav - F/U changed from 10/26/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219720,"Line":5,"Comment":"11/19/2024 7:56 AM - joshuav - Req Date change from 12/14/2024 to 1/4/2025 (Req Date Updated)"},{"comp":1,"quote":219720,"Line":6,"Comment":"11/19/2024 7:56 AM - joshuav - CLO changed from 11/30/2024 to 12/28/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"219720","line":"1","part":"PRE-E346N-I50","qty":"1","price":"13500.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219720","line":"2","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219720","line":"3","part":"PRE-GAUGE-C50","qty":"1","price":"760.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219720","line":"4","part":"PRE-INST/TRAINING","qty":"1","price":"2000.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"219720","line":"5","part":"PRE-PRNT-04B080M","qty":"1","price":"610.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219720","line":"6","part":"PRE-PRNT-ROLL-04B080M","qty":"10","price":"10.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219720","line":"7","part":"PRE-SPDL-I40","qty":"1","price":"970.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-19 07:57:06.933 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219720-11192024075706.txt === {"quote":"219720","customer":"13712TA","name":null,"customerName":"Morris Midwest (WI-TA)","comp":"01","open":"0","shipto":"LOVE","shiptoName":"Lovejoy Incorporated","entry_date":"08-05-2024","cust_order_date":"08-05-2024","req_date":"01-04-2025","cust_po":"E346","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tony Gerace","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"14:39","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Tony Gerace","follow_phone":"(224) 783-0111","follow_email":"agerace@morrismidwest.com","pic_user":"joshuav","total_amt":"10380.0","total_gp":"4770.41","total_gpm":"45.96","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"16","win_pct":"20","clo_date":"12-28-2024","notes":[{"comp":"1","quote":"219720","line":"0","data":"08-05-2024 14:42 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":219720,"Line":0,"Comment":"08/18/2024 9:56 AM - joshuav - Req Date change from 9/16/2024 to 12/14/2024 (Req Date Updated)"},{"comp":1,"quote":219720,"Line":1,"Comment":"08/18/2024 9:56 AM - joshuav - CLO changed from 9/5/2024 to 11/30/2024 (CLO Date Updated)"},{"comp":1,"quote":219720,"Line":2,"Comment":"08/18/2024 9:56 AM - joshuav - F/U Changed from 8/18/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219720,"Line":3,"Comment":"09/24/2024 7:47 AM - joshuav - F/U Changed from 9/28/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219720,"Line":4,"Comment":"10/23/2024 3:41 PM - joshuav - F/U changed from 10/26/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219720,"Line":5,"Comment":"11/19/2024 7:56 AM - joshuav - Req Date change from 12/14/2024 to 1/4/2025 (Req Date Updated)"},{"comp":1,"quote":219720,"Line":6,"Comment":"11/19/2024 7:56 AM - joshuav - CLO changed from 11/30/2024 to 12/28/2024 (CLO Date Updated)"},{"comp":1,"quote":219720,"Line":7,"Comment":"11/19/2024 7:57 AM - joshuav - F/U Changed from 11/16/2024 to 12/14/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"219720","line":"1","part":"PRE-E346N-I50","qty":"1","price":"13500.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219720","line":"2","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219720","line":"3","part":"PRE-GAUGE-C50","qty":"1","price":"760.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219720","line":"4","part":"PRE-INST/TRAINING","qty":"1","price":"2000.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"219720","line":"5","part":"PRE-PRNT-04B080M","qty":"1","price":"610.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219720","line":"6","part":"PRE-PRNT-ROLL-04B080M","qty":"10","price":"10.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219720","line":"7","part":"PRE-SPDL-I40","qty":"1","price":"970.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-19 07:57:26.670 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-211683-11192024075726.txt === {"quote":"211683","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"1","shipto":"YAMAZDIV","shiptoName":"Yamazen, Inc. Tooling Div","entry_date":"02-15-2024","cust_order_date":"02-15-2024","req_date":"11-30-2024","cust_po":"PBA-180","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Angie Ibarra","drop_po":"Brother W1000xd1","status":"0","user":"joshuav","conv_order":"","time":"09:57","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Angie Ibarra","follow_phone":"847-882-9056","follow_email":"angieibarra@yamazen.com","pic_user":"joshuav","total_amt":"3589.6","total_gp":"2061.78","total_gpm":"57.44","rev_type":"RT","mod_date":"11-19-2024","mod_time":null,"mod_user":"joshuav","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-23-2024","notes":[{"comp":"1","quote":"211683","line":"1","data":"02-15-2024 10:00 - Discounts Recalculated QS"},{"comp":"1","quote":"211683","line":"0","data":"02-15-2024 09:58 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":211683,"Line":0,"Comment":"02/20/2024 9:29 AM - joshuav - Req Date changed from 03/28/2024 to 06/01/2024 (Req Date Updated)"},{"comp":1,"quote":211683,"Line":1,"Comment":"02/20/2024 9:29 AM - joshuav - CLO changed from 03/15/2024 to 05/25/2024 (CLO Date Updated)"},{"comp":1,"quote":211683,"Line":2,"Comment":"02/20/2024 9:29 AM - joshuav - F/U changed from 02/28/2024 to 4/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":211683,"Line":3,"Comment":"04/06/2024 8:25 PM - joshuav - F/U Changed from 4/6/2024 to 5/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":211683,"Line":4,"Comment":"05/10/2024 1:08 PM - joshuav - Req Date change from 6/1/2024 to 8/31/2024 (Req Date Updated)"},{"comp":1,"quote":211683,"Line":5,"Comment":"05/10/2024 1:08 PM - joshuav - CLO changed from 5/25/2024 to 8/24/2024 (CLO Date Updated)"},{"comp":1,"quote":211683,"Line":6,"Comment":"05/10/2024 1:09 PM - joshuav - F/U Changed from 5/11/2024 to 5/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":211683,"Line":7,"Comment":"05/25/2024 10:47 PM - joshuav - F/U Changed from 5/25/2024 to 6/1/2024 (Follow Up in 1 Week)"},{"comp":1,"quote":211683,"Line":8,"Comment":"06/03/2024 2:14 PM - joshuav - F/U Changed from 6/1/2024 to 7/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":211683,"Line":9,"Comment":"07/13/2024 9:03 AM - joshuav - F/U Changed from 7/13/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":211683,"Line":10,"Comment":"07/26/2024 10:21 PM - joshuav - F/U Changed from 7/27/2024 to 8/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":211683,"Line":11,"Comment":"07/31/2024 10:00 AM - joshuav - Req Date changed from 08/31/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":211683,"Line":12,"Comment":"07/31/2024 10:00 AM - joshuav - CLO changed from 08/24/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":211683,"Line":13,"Comment":"07/31/2024 10:00 AM - joshuav - F/U changed from 08/03/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":211683,"Line":14,"Comment":"09/01/2024 10:45 AM - joshuav - F/U Changed from 8/31/2024 to 9/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":211683,"Line":15,"Comment":"09/21/2024 11:52 AM - joshuav - Req Date change from 9/28/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":211683,"Line":16,"Comment":"09/21/2024 11:52 AM - joshuav - CLO changed from 9/21/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":211683,"Line":17,"Comment":"09/21/2024 11:52 AM - joshuav - F/U Changed from 9/14/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":211683,"Line":18,"Comment":"10/23/2024 3:12 PM - joshuav - F/U changed from 10/26/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":211683,"Line":19,"Comment":"11/19/2024 7:57 AM - joshuav - Closed"}],"items":[{"comp":"01","order":"211683","line":"1","part":"PBA-180","qty":"1","price":"4487.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-19 07:57:38.568 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-214134-11192024075738.txt === {"quote":"214134","customer":"1470","name":null,"customerName":"Alwin Machinery Sales LLC","comp":"01","open":"0","shipto":"ALWIN","shiptoName":"Alwin Machinery","entry_date":"04-03-2024","cust_order_date":"04-03-2024","req_date":"12-28-2024","cust_po":"","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Christy Alwin","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"16:06","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Christy Alwin","follow_phone":"(331) 442-0679","follow_email":"office@alwinmachinery.com","pic_user":"joshuav","total_amt":"5528.40","total_gp":"3694.70","total_gpm":"66.83","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"40","win_pct":"20","clo_date":"11-23-2024","notes":[{"comp":"1","quote":"214134","line":"0","data":"04-03-2024 16:13 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":214134,"Line":0,"Comment":"04/06/2024 8:29 PM - joshuav - Req Date change from 5/15/2024 to 7/27/2024 (Req Date Updated)"},{"comp":1,"quote":214134,"Line":1,"Comment":"04/06/2024 8:29 PM - joshuav - CLO changed from 5/3/2024 to 7/20/2024 (CLO Date Updated)"},{"comp":1,"quote":214134,"Line":2,"Comment":"04/06/2024 8:29 PM - joshuav - F/U Changed from 4/9/2024 to 5/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214134,"Line":3,"Comment":"05/17/2024 11:27 AM - joshuav - F/U changed from 05/18/2024 to 7/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214134,"Line":4,"Comment":"07/02/2024 1:11 PM - joshuav - F/U changed from 07/06/2024 to 7/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214134,"Line":5,"Comment":"07/13/2024 9:03 AM - joshuav - Req Date change from 7/27/2024 to 8/31/2024 (Req Date Updated)"},{"comp":1,"quote":214134,"Line":6,"Comment":"07/13/2024 9:03 AM - joshuav - CLO changed from 7/20/2024 to 8/24/2024 (CLO Date Updated)"},{"comp":1,"quote":214134,"Line":7,"Comment":"07/13/2024 9:03 AM - joshuav - F/U Changed from 7/13/2024 to 8/3/2024 (Follow Up in 3 Weeks)"},{"comp":1,"quote":214134,"Line":8,"Comment":"07/31/2024 10:25 AM - joshuav - Req Date changed from 08/31/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":214134,"Line":9,"Comment":"07/31/2024 10:25 AM - joshuav - CLO changed from 08/24/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":214134,"Line":10,"Comment":"07/31/2024 10:25 AM - joshuav - F/U changed from 08/03/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214134,"Line":11,"Comment":"09/01/2024 10:47 AM - joshuav - F/U Changed from 8/31/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214134,"Line":12,"Comment":"09/08/2024 12:33 PM - joshuav - Req Date change from 9/28/2024 to 10/26/2024 (Req Date Updated)"},{"comp":1,"quote":214134,"Line":13,"Comment":"09/08/2024 12:33 PM - joshuav - CLO changed from 9/21/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":214134,"Line":14,"Comment":"09/08/2024 12:33 PM - joshuav - F/U Changed from 9/7/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214134,"Line":15,"Comment":"10/03/2024 9:03 AM - Joshuav - F/U Changed from 9/28/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214134,"Line":16,"Comment":"10/11/2024 3:57 PM - joshuav - F/U changed from 10/12/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214134,"Line":17,"Comment":"10/11/2024 3:57 PM - joshuav - CLO changed from 10/19/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":214134,"Line":18,"Comment":"10/11/2024 3:57 PM - joshuav - Req Date changed from 10/26/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":214134,"Line":19,"Comment":"10/23/2024 3:20 PM - joshuav - F/U changed from 10/26/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214134,"Line":20,"Comment":"11/19/2024 7:57 AM - joshuav - Req Date change from 11/30/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"214134","line":"1","part":"C4007-0016-2.25","qty":"10","price":"253.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"214134","line":"2","part":"E16-008","qty":"10","price":"42.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"214134","line":"3","part":"CAT40-NPU13-105U-IDU","qty":"10","price":"523.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"214134","line":"4","part":"C40-STD-EU","qty":"10","price":"28.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-19 07:57:43.881 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-214134-11192024075743.txt === {"quote":"214134","customer":"1470","name":null,"customerName":"Alwin Machinery Sales LLC","comp":"01","open":"0","shipto":"ALWIN","shiptoName":"Alwin Machinery","entry_date":"04-03-2024","cust_order_date":"04-03-2024","req_date":"12-28-2024","cust_po":"","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Christy Alwin","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"16:06","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Christy Alwin","follow_phone":"(331) 442-0679","follow_email":"office@alwinmachinery.com","pic_user":"joshuav","total_amt":"5528.40","total_gp":"3694.70","total_gpm":"66.83","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"40","win_pct":"20","clo_date":"12-21-2024","notes":[{"comp":"1","quote":"214134","line":"0","data":"04-03-2024 16:13 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":214134,"Line":0,"Comment":"04/06/2024 8:29 PM - joshuav - Req Date change from 5/15/2024 to 7/27/2024 (Req Date Updated)"},{"comp":1,"quote":214134,"Line":1,"Comment":"04/06/2024 8:29 PM - joshuav - CLO changed from 5/3/2024 to 7/20/2024 (CLO Date Updated)"},{"comp":1,"quote":214134,"Line":2,"Comment":"04/06/2024 8:29 PM - joshuav - F/U Changed from 4/9/2024 to 5/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214134,"Line":3,"Comment":"05/17/2024 11:27 AM - joshuav - F/U changed from 05/18/2024 to 7/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214134,"Line":4,"Comment":"07/02/2024 1:11 PM - joshuav - F/U changed from 07/06/2024 to 7/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214134,"Line":5,"Comment":"07/13/2024 9:03 AM - joshuav - Req Date change from 7/27/2024 to 8/31/2024 (Req Date Updated)"},{"comp":1,"quote":214134,"Line":6,"Comment":"07/13/2024 9:03 AM - joshuav - CLO changed from 7/20/2024 to 8/24/2024 (CLO Date Updated)"},{"comp":1,"quote":214134,"Line":7,"Comment":"07/13/2024 9:03 AM - joshuav - F/U Changed from 7/13/2024 to 8/3/2024 (Follow Up in 3 Weeks)"},{"comp":1,"quote":214134,"Line":8,"Comment":"07/31/2024 10:25 AM - joshuav - Req Date changed from 08/31/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":214134,"Line":9,"Comment":"07/31/2024 10:25 AM - joshuav - CLO changed from 08/24/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":214134,"Line":10,"Comment":"07/31/2024 10:25 AM - joshuav - F/U changed from 08/03/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214134,"Line":11,"Comment":"09/01/2024 10:47 AM - joshuav - F/U Changed from 8/31/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214134,"Line":12,"Comment":"09/08/2024 12:33 PM - joshuav - Req Date change from 9/28/2024 to 10/26/2024 (Req Date Updated)"},{"comp":1,"quote":214134,"Line":13,"Comment":"09/08/2024 12:33 PM - joshuav - CLO changed from 9/21/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":214134,"Line":14,"Comment":"09/08/2024 12:33 PM - joshuav - F/U Changed from 9/7/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214134,"Line":15,"Comment":"10/03/2024 9:03 AM - Joshuav - F/U Changed from 9/28/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214134,"Line":16,"Comment":"10/11/2024 3:57 PM - joshuav - F/U changed from 10/12/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214134,"Line":17,"Comment":"10/11/2024 3:57 PM - joshuav - CLO changed from 10/19/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":214134,"Line":18,"Comment":"10/11/2024 3:57 PM - joshuav - Req Date changed from 10/26/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":214134,"Line":19,"Comment":"10/23/2024 3:20 PM - joshuav - F/U changed from 10/26/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214134,"Line":20,"Comment":"11/19/2024 7:57 AM - joshuav - Req Date change from 11/30/2024 to 12/28/2024 (Req Date Updated)"},{"comp":1,"quote":214134,"Line":21,"Comment":"11/19/2024 7:57 AM - joshuav - CLO changed from 11/23/2024 to 12/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"214134","line":"1","part":"C4007-0016-2.25","qty":"10","price":"253.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"214134","line":"2","part":"E16-008","qty":"10","price":"42.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"214134","line":"3","part":"CAT40-NPU13-105U-IDU","qty":"10","price":"523.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"214134","line":"4","part":"C40-STD-EU","qty":"10","price":"28.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-19 07:57:51.102 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-214134-11192024075750.txt === {"quote":"214134","customer":"1470","name":null,"customerName":"Alwin Machinery Sales LLC","comp":"01","open":"0","shipto":"ALWIN","shiptoName":"Alwin Machinery","entry_date":"04-03-2024","cust_order_date":"04-03-2024","req_date":"12-28-2024","cust_po":"","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Christy Alwin","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"16:06","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Christy Alwin","follow_phone":"(331) 442-0679","follow_email":"office@alwinmachinery.com","pic_user":"joshuav","total_amt":"5528.40","total_gp":"3694.70","total_gpm":"66.83","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"40","win_pct":"20","clo_date":"12-21-2024","notes":[{"comp":"1","quote":"214134","line":"0","data":"04-03-2024 16:13 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":214134,"Line":0,"Comment":"04/06/2024 8:29 PM - joshuav - Req Date change from 5/15/2024 to 7/27/2024 (Req Date Updated)"},{"comp":1,"quote":214134,"Line":1,"Comment":"04/06/2024 8:29 PM - joshuav - CLO changed from 5/3/2024 to 7/20/2024 (CLO Date Updated)"},{"comp":1,"quote":214134,"Line":2,"Comment":"04/06/2024 8:29 PM - joshuav - F/U Changed from 4/9/2024 to 5/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214134,"Line":3,"Comment":"05/17/2024 11:27 AM - joshuav - F/U changed from 05/18/2024 to 7/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214134,"Line":4,"Comment":"07/02/2024 1:11 PM - joshuav - F/U changed from 07/06/2024 to 7/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214134,"Line":5,"Comment":"07/13/2024 9:03 AM - joshuav - Req Date change from 7/27/2024 to 8/31/2024 (Req Date Updated)"},{"comp":1,"quote":214134,"Line":6,"Comment":"07/13/2024 9:03 AM - joshuav - CLO changed from 7/20/2024 to 8/24/2024 (CLO Date Updated)"},{"comp":1,"quote":214134,"Line":7,"Comment":"07/13/2024 9:03 AM - joshuav - F/U Changed from 7/13/2024 to 8/3/2024 (Follow Up in 3 Weeks)"},{"comp":1,"quote":214134,"Line":8,"Comment":"07/31/2024 10:25 AM - joshuav - Req Date changed from 08/31/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":214134,"Line":9,"Comment":"07/31/2024 10:25 AM - joshuav - CLO changed from 08/24/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":214134,"Line":10,"Comment":"07/31/2024 10:25 AM - joshuav - F/U changed from 08/03/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214134,"Line":11,"Comment":"09/01/2024 10:47 AM - joshuav - F/U Changed from 8/31/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214134,"Line":12,"Comment":"09/08/2024 12:33 PM - joshuav - Req Date change from 9/28/2024 to 10/26/2024 (Req Date Updated)"},{"comp":1,"quote":214134,"Line":13,"Comment":"09/08/2024 12:33 PM - joshuav - CLO changed from 9/21/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":214134,"Line":14,"Comment":"09/08/2024 12:33 PM - joshuav - F/U Changed from 9/7/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214134,"Line":15,"Comment":"10/03/2024 9:03 AM - Joshuav - F/U Changed from 9/28/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214134,"Line":16,"Comment":"10/11/2024 3:57 PM - joshuav - F/U changed from 10/12/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214134,"Line":17,"Comment":"10/11/2024 3:57 PM - joshuav - CLO changed from 10/19/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":214134,"Line":18,"Comment":"10/11/2024 3:57 PM - joshuav - Req Date changed from 10/26/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":214134,"Line":19,"Comment":"10/23/2024 3:20 PM - joshuav - F/U changed from 10/26/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214134,"Line":20,"Comment":"11/19/2024 7:57 AM - joshuav - Req Date change from 11/30/2024 to 12/28/2024 (Req Date Updated)"},{"comp":1,"quote":214134,"Line":21,"Comment":"11/19/2024 7:57 AM - joshuav - CLO changed from 11/23/2024 to 12/21/2024 (CLO Date Updated)"},{"comp":1,"quote":214134,"Line":22,"Comment":"11/19/2024 7:57 AM - joshuav - F/U Changed from 11/16/2024 to 12/14/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"214134","line":"1","part":"C4007-0016-2.25","qty":"10","price":"253.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"214134","line":"2","part":"E16-008","qty":"10","price":"42.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"214134","line":"3","part":"CAT40-NPU13-105U-IDU","qty":"10","price":"523.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"214134","line":"4","part":"C40-STD-EU","qty":"10","price":"28.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-19 07:58:14.490 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224308-11192024075814.txt === {"quote":"224308","customer":"3925","name":null,"customerName":"Steiner Metalworking & Ind. Supply","comp":"01","open":"0","shipto":"ACMEI","shiptoName":"Acme Industries","entry_date":"11-12-2024","cust_order_date":"11-12-2024","req_date":"02-22-2025","cust_po":"HSK100A-0750-4.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Jon Gruber","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"13:35","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jon Gruber","follow_phone":"847-228-0400","follow_email":"jgruber@stnr.com","pic_user":"joshuav","total_amt":"1094.4","total_gp":"563.60","total_gpm":"51.50","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-12-2024","notes":[{"comp":"1","quote":"224308","line":"0","data":"11-12-2024 13:36 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224308,"Line":0,"Comment":"11/19/2024 7:58 AM - joshuav - Req Date change from 12/24/2024 to 2/22/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"224308","line":"1","part":"HSK100A-0750-4.00","qty":"4","price":"456.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-19 07:58:21.160 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224308-11192024075820.txt === {"quote":"224308","customer":"3925","name":null,"customerName":"Steiner Metalworking & Ind. Supply","comp":"01","open":"0","shipto":"ACMEI","shiptoName":"Acme Industries","entry_date":"11-12-2024","cust_order_date":"11-12-2024","req_date":"02-22-2025","cust_po":"HSK100A-0750-4.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Jon Gruber","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"13:35","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jon Gruber","follow_phone":"847-228-0400","follow_email":"jgruber@stnr.com","pic_user":"joshuav","total_amt":"1094.4","total_gp":"563.60","total_gpm":"51.50","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"4","win_pct":"20","clo_date":"02-15-2025","notes":[{"comp":"1","quote":"224308","line":"0","data":"11-12-2024 13:36 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224308,"Line":0,"Comment":"11/19/2024 7:58 AM - joshuav - Req Date change from 12/24/2024 to 2/22/2025 (Req Date Updated)"},{"comp":1,"quote":224308,"Line":1,"Comment":"11/19/2024 7:58 AM - joshuav - CLO changed from 12/12/2024 to 2/15/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224308","line":"1","part":"HSK100A-0750-4.00","qty":"4","price":"456.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-19 07:58:31.093 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224308-11192024075830.txt === {"quote":"224308","customer":"3925","name":null,"customerName":"Steiner Metalworking & Ind. Supply","comp":"01","open":"0","shipto":"ACMEI","shiptoName":"Acme Industries","entry_date":"11-12-2024","cust_order_date":"11-12-2024","req_date":"02-22-2025","cust_po":"HSK100A-0750-4.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Jon Gruber","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"13:35","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Jon Gruber","follow_phone":"847-228-0400","follow_email":"jgruber@stnr.com","pic_user":"joshuav","total_amt":"1094.4","total_gp":"563.60","total_gpm":"51.50","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"4","win_pct":"20","clo_date":"02-15-2025","notes":[{"comp":"1","quote":"224308","line":"0","data":"11-12-2024 13:36 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224308,"Line":0,"Comment":"11/19/2024 7:58 AM - joshuav - Req Date change from 12/24/2024 to 2/22/2025 (Req Date Updated)"},{"comp":1,"quote":224308,"Line":1,"Comment":"11/19/2024 7:58 AM - joshuav - CLO changed from 12/12/2024 to 2/15/2025 (CLO Date Updated)"},{"comp":1,"quote":224308,"Line":2,"Comment":"11/19/2024 7:58 AM - joshuav - F/U Changed from 11/18/2024 to 12/21/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224308","line":"1","part":"HSK100A-0750-4.00","qty":"4","price":"456.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-19 07:58:49.651 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-217979-11192024075849.txt === {"quote":"217979","customer":"13712TA","name":null,"customerName":"Morris Midwest (WI-TA)","comp":"01","open":"0","shipto":"QUANPREC","shiptoName":"Quantum Precision Inc.","entry_date":"06-25-2024","cust_order_date":"06-25-2024","req_date":"01-04-2025","cust_po":"CAT40 SF","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tony Gerace","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"14:58","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Tony Gerace","follow_phone":"(224) 783-0111","follow_email":"agerace@morrismidwest.com","pic_user":"joshuav","total_amt":"1116","total_gp":"686.66","total_gpm":"61.53","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"6","win_pct":"60","clo_date":"11-23-2024","notes":[{"comp":"1","quote":"217979","line":"0","data":"06-25-2024 14:59 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":217979,"Line":0,"Comment":"06/28/2024 11:09 AM - joshuav - Req Date changed from 08/06/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":217979,"Line":1,"Comment":"06/28/2024 11:09 AM - joshuav - CLO changed from 07/25/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":217979,"Line":2,"Comment":"06/28/2024 11:09 AM - joshuav - F/U changed from 07/01/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217979,"Line":3,"Comment":"07/23/2024 1:10 PM - joshuav - Req Date changed from 09/28/2024 to 10/26/2024 (Req Date Updated)"},{"comp":1,"quote":217979,"Line":4,"Comment":"07/23/2024 1:10 PM - joshuav - CLO changed from 09/21/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":217979,"Line":5,"Comment":"07/23/2024 1:10 PM - joshuav - F/U changed from 07/27/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217979,"Line":6,"Comment":"08/28/2024 8:18 AM - joshuav - F/U Changed from 8/31/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217979,"Line":7,"Comment":"09/24/2024 7:36 AM - joshuav - Win% changed from 20 to 60"},{"comp":1,"quote":217979,"Line":8,"Comment":"09/24/2024 7:36 AM - joshuav - Req Date change from 10/26/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":217979,"Line":9,"Comment":"09/24/2024 7:36 AM - joshuav - Req Date change from 11/30/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":217979,"Line":10,"Comment":"09/24/2024 7:36 AM - joshuav - CLO changed from 10/19/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":217979,"Line":11,"Comment":"09/24/2024 7:37 AM - joshuav - F/U Changed from 9/28/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217979,"Line":12,"Comment":"10/21/2024 8:40 AM - joshuav - F/U Changed from 10/26/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217979,"Line":13,"Comment":"11/19/2024 7:58 AM - joshuav - Req Date change from 11/30/2024 to 1/4/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"217979","line":"1","part":"CAT40-SF0125-3.15","qty":"4","price":"310.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217979","line":"2","part":"CAT40-SF0250-3.15CP","qty":"1","price":"310.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217979","line":"3","part":"CAT40-SF0750-3.15CP","qty":"1","price":"310.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-19 07:58:54.815 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-217979-11192024075854.txt === {"quote":"217979","customer":"13712TA","name":null,"customerName":"Morris Midwest (WI-TA)","comp":"01","open":"0","shipto":"QUANPREC","shiptoName":"Quantum Precision Inc.","entry_date":"06-25-2024","cust_order_date":"06-25-2024","req_date":"01-04-2025","cust_po":"CAT40 SF","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tony Gerace","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"14:58","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Tony Gerace","follow_phone":"(224) 783-0111","follow_email":"agerace@morrismidwest.com","pic_user":"joshuav","total_amt":"1116","total_gp":"686.66","total_gpm":"61.53","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"6","win_pct":"60","clo_date":"12-28-2024","notes":[{"comp":"1","quote":"217979","line":"0","data":"06-25-2024 14:59 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":217979,"Line":0,"Comment":"06/28/2024 11:09 AM - joshuav - Req Date changed from 08/06/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":217979,"Line":1,"Comment":"06/28/2024 11:09 AM - joshuav - CLO changed from 07/25/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":217979,"Line":2,"Comment":"06/28/2024 11:09 AM - joshuav - F/U changed from 07/01/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217979,"Line":3,"Comment":"07/23/2024 1:10 PM - joshuav - Req Date changed from 09/28/2024 to 10/26/2024 (Req Date Updated)"},{"comp":1,"quote":217979,"Line":4,"Comment":"07/23/2024 1:10 PM - joshuav - CLO changed from 09/21/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":217979,"Line":5,"Comment":"07/23/2024 1:10 PM - joshuav - F/U changed from 07/27/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217979,"Line":6,"Comment":"08/28/2024 8:18 AM - joshuav - F/U Changed from 8/31/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217979,"Line":7,"Comment":"09/24/2024 7:36 AM - joshuav - Win% changed from 20 to 60"},{"comp":1,"quote":217979,"Line":8,"Comment":"09/24/2024 7:36 AM - joshuav - Req Date change from 10/26/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":217979,"Line":9,"Comment":"09/24/2024 7:36 AM - joshuav - Req Date change from 11/30/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":217979,"Line":10,"Comment":"09/24/2024 7:36 AM - joshuav - CLO changed from 10/19/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":217979,"Line":11,"Comment":"09/24/2024 7:37 AM - joshuav - F/U Changed from 9/28/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217979,"Line":12,"Comment":"10/21/2024 8:40 AM - joshuav - F/U Changed from 10/26/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217979,"Line":13,"Comment":"11/19/2024 7:58 AM - joshuav - Req Date change from 11/30/2024 to 1/4/2025 (Req Date Updated)"},{"comp":1,"quote":217979,"Line":14,"Comment":"11/19/2024 7:58 AM - joshuav - CLO changed from 11/23/2024 to 12/28/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"217979","line":"1","part":"CAT40-SF0125-3.15","qty":"4","price":"310.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217979","line":"2","part":"CAT40-SF0250-3.15CP","qty":"1","price":"310.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217979","line":"3","part":"CAT40-SF0750-3.15CP","qty":"1","price":"310.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-19 07:59:01.898 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-217979-11192024075901.txt === {"quote":"217979","customer":"13712TA","name":null,"customerName":"Morris Midwest (WI-TA)","comp":"01","open":"0","shipto":"QUANPREC","shiptoName":"Quantum Precision Inc.","entry_date":"06-25-2024","cust_order_date":"06-25-2024","req_date":"01-04-2025","cust_po":"CAT40 SF","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tony Gerace","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"14:58","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Tony Gerace","follow_phone":"(224) 783-0111","follow_email":"agerace@morrismidwest.com","pic_user":"joshuav","total_amt":"1116","total_gp":"686.66","total_gpm":"61.53","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"6","win_pct":"60","clo_date":"12-28-2024","notes":[{"comp":"1","quote":"217979","line":"0","data":"06-25-2024 14:59 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":217979,"Line":0,"Comment":"06/28/2024 11:09 AM - joshuav - Req Date changed from 08/06/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":217979,"Line":1,"Comment":"06/28/2024 11:09 AM - joshuav - CLO changed from 07/25/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":217979,"Line":2,"Comment":"06/28/2024 11:09 AM - joshuav - F/U changed from 07/01/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217979,"Line":3,"Comment":"07/23/2024 1:10 PM - joshuav - Req Date changed from 09/28/2024 to 10/26/2024 (Req Date Updated)"},{"comp":1,"quote":217979,"Line":4,"Comment":"07/23/2024 1:10 PM - joshuav - CLO changed from 09/21/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":217979,"Line":5,"Comment":"07/23/2024 1:10 PM - joshuav - F/U changed from 07/27/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217979,"Line":6,"Comment":"08/28/2024 8:18 AM - joshuav - F/U Changed from 8/31/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217979,"Line":7,"Comment":"09/24/2024 7:36 AM - joshuav - Win% changed from 20 to 60"},{"comp":1,"quote":217979,"Line":8,"Comment":"09/24/2024 7:36 AM - joshuav - Req Date change from 10/26/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":217979,"Line":9,"Comment":"09/24/2024 7:36 AM - joshuav - Req Date change from 11/30/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":217979,"Line":10,"Comment":"09/24/2024 7:36 AM - joshuav - CLO changed from 10/19/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":217979,"Line":11,"Comment":"09/24/2024 7:37 AM - joshuav - F/U Changed from 9/28/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217979,"Line":12,"Comment":"10/21/2024 8:40 AM - joshuav - F/U Changed from 10/26/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217979,"Line":13,"Comment":"11/19/2024 7:58 AM - joshuav - Req Date change from 11/30/2024 to 1/4/2025 (Req Date Updated)"},{"comp":1,"quote":217979,"Line":14,"Comment":"11/19/2024 7:58 AM - joshuav - CLO changed from 11/23/2024 to 12/28/2024 (CLO Date Updated)"},{"comp":1,"quote":217979,"Line":15,"Comment":"11/19/2024 7:59 AM - joshuav - F/U Changed from 11/16/2024 to 12/14/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"217979","line":"1","part":"CAT40-SF0125-3.15","qty":"4","price":"310.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217979","line":"2","part":"CAT40-SF0250-3.15CP","qty":"1","price":"310.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217979","line":"3","part":"CAT40-SF0750-3.15CP","qty":"1","price":"310.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-19 07:59:58.458 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223947-11192024075958.txt === {"quote":"223947","customer":"8092","name":null,"customerName":"Haas Factory Outlet (IL)","comp":"01","open":"0","shipto":"AAAAELK","shiptoName":"Haas Factory Outlet Chicago LLC","entry_date":"11-05-2024","cust_order_date":"11-05-2024","req_date":"03-01-2025","cust_po":"bmt65-co32mmx","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Rudy Marotti","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"10:06","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Rudy Marotti","follow_phone":"","follow_email":"rmarotti@hfochicago.com","pic_user":"joshuav","total_amt":"644","total_gp":"384.68","total_gpm":"59.73","rev_type":"LT","mod_date":"11-19-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-05-2024","notes":[{"comp":"1","quote":"223947","line":"0","data":"11-05-2024 10:08 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223947,"Line":0,"Comment":"11/19/2024 7:59 AM - joshuav - Req Date change from 12/17/2024 to 3/1/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"223947","line":"1","part":"BMT65-CO32MMX","qty":"1","price":"920.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-19 08:00:11.045 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223947-11192024080010.txt === {"quote":"223947","customer":"8092","name":null,"customerName":"Haas Factory Outlet (IL)","comp":"01","open":"0","shipto":"AAAAELK","shiptoName":"Haas Factory Outlet Chicago LLC","entry_date":"11-05-2024","cust_order_date":"11-05-2024","req_date":"03-01-2025","cust_po":"bmt65-co32mmx","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Rudy Marotti","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"10:06","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Rudy Marotti","follow_phone":"","follow_email":"rmarotti@hfochicago.com","pic_user":"joshuav","total_amt":"644","total_gp":"384.68","total_gpm":"59.73","rev_type":"LT","mod_date":"11-19-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"1","win_pct":"20","clo_date":"02-22-2025","notes":[{"comp":"1","quote":"223947","line":"0","data":"11-05-2024 10:08 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223947,"Line":0,"Comment":"11/19/2024 7:59 AM - joshuav - Req Date change from 12/17/2024 to 3/1/2025 (Req Date Updated)"},{"comp":1,"quote":223947,"Line":1,"Comment":"11/19/2024 8:00 AM - joshuav - CLO changed from 12/5/2024 to 2/22/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223947","line":"1","part":"BMT65-CO32MMX","qty":"1","price":"920.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-19 08:00:17.433 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223947-11192024080017.txt === {"quote":"223947","customer":"8092","name":null,"customerName":"Haas Factory Outlet (IL)","comp":"01","open":"0","shipto":"AAAAELK","shiptoName":"Haas Factory Outlet Chicago LLC","entry_date":"11-05-2024","cust_order_date":"11-05-2024","req_date":"03-01-2025","cust_po":"bmt65-co32mmx","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Rudy Marotti","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"10:06","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Rudy Marotti","follow_phone":"","follow_email":"rmarotti@hfochicago.com","pic_user":"joshuav","total_amt":"644","total_gp":"384.68","total_gpm":"59.73","rev_type":"LT","mod_date":"11-19-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"1","win_pct":"20","clo_date":"02-22-2025","notes":[{"comp":"1","quote":"223947","line":"0","data":"11-05-2024 10:08 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223947,"Line":0,"Comment":"11/19/2024 7:59 AM - joshuav - Req Date change from 12/17/2024 to 3/1/2025 (Req Date Updated)"},{"comp":1,"quote":223947,"Line":1,"Comment":"11/19/2024 8:00 AM - joshuav - CLO changed from 12/5/2024 to 2/22/2025 (CLO Date Updated)"},{"comp":1,"quote":223947,"Line":2,"Comment":"11/19/2024 8:00 AM - joshuav - F/U Changed from 11/18/2024 to 12/21/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223947","line":"1","part":"BMT65-CO32MMX","qty":"1","price":"920.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-19 08:00:34.009 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224316-11192024080033.txt === {"quote":"224316","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMAZDIV","shiptoName":"Yamazen, Inc. Tooling Div","entry_date":"11-12-2024","cust_order_date":"11-12-2024","req_date":"03-01-2025","cust_po":"","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Greg Hobbs","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"14:49","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Greg Hobbs","follow_phone":"(847) 882-8800","follow_email":"greghobbs@yamazen.com","pic_user":"joshuav","total_amt":"1290.55","total_gp":"830.50","total_gpm":"64.35","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"5","win_pct":"20","clo_date":"12-12-2024","notes":[{"comp":"1","quote":"224316","line":"0","data":"11-12-2024 14:50 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224316,"Line":0,"Comment":"11/19/2024 8:00 AM - joshuav - Req Date change from 12/24/2024 to 3/1/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"224316","line":"1","part":"NBT30-SK16C-120","qty":"5","price":"487.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-19 08:00:39.908 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224316-11192024080039.txt === {"quote":"224316","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMAZDIV","shiptoName":"Yamazen, Inc. Tooling Div","entry_date":"11-12-2024","cust_order_date":"11-12-2024","req_date":"03-01-2025","cust_po":"","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Greg Hobbs","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"14:49","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Greg Hobbs","follow_phone":"(847) 882-8800","follow_email":"greghobbs@yamazen.com","pic_user":"joshuav","total_amt":"1290.55","total_gp":"830.50","total_gpm":"64.35","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"5","win_pct":"20","clo_date":"02-22-2025","notes":[{"comp":"1","quote":"224316","line":"0","data":"11-12-2024 14:50 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224316,"Line":0,"Comment":"11/19/2024 8:00 AM - joshuav - Req Date change from 12/24/2024 to 3/1/2025 (Req Date Updated)"},{"comp":1,"quote":224316,"Line":1,"Comment":"11/19/2024 8:00 AM - joshuav - CLO changed from 12/12/2024 to 2/22/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224316","line":"1","part":"NBT30-SK16C-120","qty":"5","price":"487.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-19 08:00:45.851 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224316-11192024080045.txt === {"quote":"224316","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMAZDIV","shiptoName":"Yamazen, Inc. Tooling Div","entry_date":"11-12-2024","cust_order_date":"11-12-2024","req_date":"03-01-2025","cust_po":"","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Greg Hobbs","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"14:49","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Greg Hobbs","follow_phone":"(847) 882-8800","follow_email":"greghobbs@yamazen.com","pic_user":"joshuav","total_amt":"1290.55","total_gp":"830.50","total_gpm":"64.35","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"5","win_pct":"20","clo_date":"02-22-2025","notes":[{"comp":"1","quote":"224316","line":"0","data":"11-12-2024 14:50 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224316,"Line":0,"Comment":"11/19/2024 8:00 AM - joshuav - Req Date change from 12/24/2024 to 3/1/2025 (Req Date Updated)"},{"comp":1,"quote":224316,"Line":1,"Comment":"11/19/2024 8:00 AM - joshuav - CLO changed from 12/12/2024 to 2/22/2025 (CLO Date Updated)"},{"comp":1,"quote":224316,"Line":2,"Comment":"11/19/2024 8:00 AM - joshuav - F/U Changed from 11/18/2024 to 12/21/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224316","line":"1","part":"NBT30-SK16C-120","qty":"5","price":"487.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-19 08:01:02.691 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224453-11192024080102.txt === {"quote":"224453","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"MEYEOAKL","shiptoName":"Meyer Tool & Mfg.","entry_date":"11-14-2024","cust_order_date":"11-14-2024","req_date":"03-01-2025","cust_po":"5C collets","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Danny Monks","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"13:15","extra":"","follow_up":"11-20-2024","web_id":"","follow_name":"Danny Monks","follow_phone":"708-284-6795","follow_email":"dmonks@pts-tools.com","pic_user":"joshuav","total_amt":"141.96","total_gp":"80.68","total_gpm":"56.83","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"6","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"224453","line":"2","data":"11-14-2024 13:18 - Discounts Recalculated QS"},{"comp":"1","quote":"224453","line":"1","data":"11-14-2024 13:17 - Discounts Recalculated QS"},{"comp":"1","quote":"224453","line":"0","data":"11-14-2024 13:17 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224453,"Line":0,"Comment":"11/19/2024 8:01 AM - joshuav - Req Date change from 12/26/2024 to 3/1/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"224453","line":"1","part":"570-HEX","qty":"2","price":"99.00","uom":"EA","discount":"58.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224453","line":"2","part":"500-032","qty":"2","price":"35.00","uom":"EA","discount":"58.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224453","line":"3","part":"500-064","qty":"2","price":"35.00","uom":"EA","discount":"58.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-19 08:01:08.559 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224453-11192024080108.txt === {"quote":"224453","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"MEYEOAKL","shiptoName":"Meyer Tool & Mfg.","entry_date":"11-14-2024","cust_order_date":"11-14-2024","req_date":"03-01-2025","cust_po":"5C collets","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Danny Monks","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"13:15","extra":"","follow_up":"11-20-2024","web_id":"","follow_name":"Danny Monks","follow_phone":"708-284-6795","follow_email":"dmonks@pts-tools.com","pic_user":"joshuav","total_amt":"141.96","total_gp":"80.68","total_gpm":"56.83","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"6","win_pct":"20","clo_date":"01-25-2025","notes":[{"comp":"1","quote":"224453","line":"2","data":"11-14-2024 13:18 - Discounts Recalculated QS"},{"comp":"1","quote":"224453","line":"1","data":"11-14-2024 13:17 - Discounts Recalculated QS"},{"comp":"1","quote":"224453","line":"0","data":"11-14-2024 13:17 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224453,"Line":0,"Comment":"11/19/2024 8:01 AM - joshuav - Req Date change from 12/26/2024 to 3/1/2025 (Req Date Updated)"},{"comp":1,"quote":224453,"Line":1,"Comment":"11/19/2024 8:01 AM - joshuav - CLO changed from 12/14/2024 to 1/25/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224453","line":"1","part":"570-HEX","qty":"2","price":"99.00","uom":"EA","discount":"58.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224453","line":"2","part":"500-032","qty":"2","price":"35.00","uom":"EA","discount":"58.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224453","line":"3","part":"500-064","qty":"2","price":"35.00","uom":"EA","discount":"58.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-19 08:01:20.990 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224453-11192024080120.txt === {"quote":"224453","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"MEYEOAKL","shiptoName":"Meyer Tool & Mfg.","entry_date":"11-14-2024","cust_order_date":"11-14-2024","req_date":"03-01-2025","cust_po":"5C collets","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Danny Monks","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"13:15","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Danny Monks","follow_phone":"708-284-6795","follow_email":"dmonks@pts-tools.com","pic_user":"joshuav","total_amt":"141.96","total_gp":"80.68","total_gpm":"56.83","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"6","win_pct":"20","clo_date":"01-25-2025","notes":[{"comp":"1","quote":"224453","line":"2","data":"11-14-2024 13:18 - Discounts Recalculated QS"},{"comp":"1","quote":"224453","line":"1","data":"11-14-2024 13:17 - Discounts Recalculated QS"},{"comp":"1","quote":"224453","line":"0","data":"11-14-2024 13:17 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224453,"Line":0,"Comment":"11/19/2024 8:01 AM - joshuav - Req Date change from 12/26/2024 to 3/1/2025 (Req Date Updated)"},{"comp":1,"quote":224453,"Line":1,"Comment":"11/19/2024 8:01 AM - joshuav - CLO changed from 12/14/2024 to 1/25/2025 (CLO Date Updated)"},{"comp":1,"quote":224453,"Line":2,"Comment":"11/19/2024 8:01 AM - joshuav - F/U Changed from 11/20/2024 to 12/21/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224453","line":"1","part":"570-HEX","qty":"2","price":"99.00","uom":"EA","discount":"58.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224453","line":"2","part":"500-032","qty":"2","price":"35.00","uom":"EA","discount":"58.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224453","line":"3","part":"500-064","qty":"2","price":"35.00","uom":"EA","discount":"58.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-19 08:01:43.356 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224537-11192024080143.txt === {"quote":"224537","customer":"13712TA","name":null,"customerName":"Morris Midwest (WI-TA)","comp":"01","open":"0","shipto":"CDEGIKKL","shiptoName":"Morris Midwest, LLC.","entry_date":"11-15-2024","cust_order_date":"11-15-2024","req_date":"03-29-2025","cust_po":"","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Steve Lewis","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"19:07","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Steve Lewis","follow_phone":"414-586-0450","follow_email":"slewis@morrismidwest.com","pic_user":"joshuav","total_amt":"650.4","total_gp":"343.94","total_gpm":"52.88","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-15-2024","notes":[{"comp":"1","quote":"224537","line":"0","data":"11-15-2024 19:08 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224537,"Line":0,"Comment":"11/19/2024 8:01 AM - joshuav - Req Date change from 12/27/2024 to 3/29/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"224537","line":"1","part":"C6-SK10-90-EU","qty":"2","price":"542.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-19 08:01:53.173 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224537-11192024080152.txt === {"quote":"224537","customer":"13712TA","name":null,"customerName":"Morris Midwest (WI-TA)","comp":"01","open":"0","shipto":"CDEGIKKL","shiptoName":"Morris Midwest, LLC.","entry_date":"11-15-2024","cust_order_date":"11-15-2024","req_date":"03-29-2025","cust_po":"","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Steve Lewis","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"19:07","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Steve Lewis","follow_phone":"414-586-0450","follow_email":"slewis@morrismidwest.com","pic_user":"joshuav","total_amt":"650.4","total_gp":"343.94","total_gpm":"52.88","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"2","win_pct":"20","clo_date":"02-22-2025","notes":[{"comp":"1","quote":"224537","line":"0","data":"11-15-2024 19:08 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224537,"Line":0,"Comment":"11/19/2024 8:01 AM - joshuav - Req Date change from 12/27/2024 to 3/29/2025 (Req Date Updated)"},{"comp":1,"quote":224537,"Line":1,"Comment":"11/19/2024 8:01 AM - joshuav - CLO changed from 12/15/2024 to 2/22/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224537","line":"1","part":"C6-SK10-90-EU","qty":"2","price":"542.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-19 08:02:07.031 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224537-11192024080206.txt === {"quote":"224537","customer":"13712TA","name":null,"customerName":"Morris Midwest (WI-TA)","comp":"01","open":"0","shipto":"CDEGIKKL","shiptoName":"Morris Midwest, LLC.","entry_date":"11-15-2024","cust_order_date":"11-15-2024","req_date":"03-29-2025","cust_po":"","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Steve Lewis","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"19:07","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Steve Lewis","follow_phone":"414-586-0450","follow_email":"slewis@morrismidwest.com","pic_user":"joshuav","total_amt":"650.4","total_gp":"343.94","total_gpm":"52.88","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"2","win_pct":"20","clo_date":"02-22-2025","notes":[{"comp":"1","quote":"224537","line":"0","data":"11-15-2024 19:08 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224537,"Line":0,"Comment":"11/19/2024 8:01 AM - joshuav - Req Date change from 12/27/2024 to 3/29/2025 (Req Date Updated)"},{"comp":1,"quote":224537,"Line":1,"Comment":"11/19/2024 8:01 AM - joshuav - CLO changed from 12/15/2024 to 2/22/2025 (CLO Date Updated)"},{"comp":1,"quote":224537,"Line":2,"Comment":"11/19/2024 8:02 AM - joshuav - F/U Changed from 11/21/2024 to 12/21/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224537","line":"1","part":"C6-SK10-90-EU","qty":"2","price":"542.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-19 08:02:35.812 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-211885-11192024080235.txt === {"quote":"211885","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMSCHIL","shiptoName":"Yamazen, Inc.","entry_date":"02-20-2024","cust_order_date":null,"req_date":"01-04-2025","cust_po":"Leslie Mora","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Leslie Mora","drop_po":"CNC180FA-M","status":"0","user":"stevel","conv_order":"","time":"10:01","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Leslie Mora","follow_phone":"847-882-8800","follow_email":"lesliemora@yamazen.com","pic_user":"joshuav","total_amt":"23057.20","total_gp":"18147.46","total_gpm":"78.71","rev_type":"RT","mod_date":"11-19-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-28-2024","notes":[],"crmnotes":[{"comp":1,"quote":211885,"Line":0,"Comment":"03/06/2024 4:36 PM - stevel - Req Date changed from 04/02/2024 to 04/02/2024 (Req Date Updated)"},{"comp":1,"quote":211885,"Line":1,"Comment":"03/06/2024 4:36 PM - stevel - CLO changed from 03/20/2024 to 03/30/2024 (CLO Date Updated)"},{"comp":1,"quote":211885,"Line":2,"Comment":"03/06/2024 4:36 PM - stevel - F/U changed from 03/04/2024 to 3/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":211885,"Line":3,"Comment":"03/06/2024 4:37 PM - stevel - Encounter has been added"},{"comp":1,"quote":211885,"Line":4,"Comment":"04/15/2024 2:59 PM - stevel - F/U changed from 03/30/2024 to 5/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":211885,"Line":5,"Comment":"04/15/2024 2:59 PM - stevel - CLO changed from 03/30/2024 to 05/11/2024 (CLO Date Updated)"},{"comp":1,"quote":211885,"Line":6,"Comment":"04/15/2024 2:59 PM - stevel - Req Date changed from 04/02/2024 to 05/11/2024 (Req Date Updated)"},{"comp":1,"quote":211885,"Line":7,"Comment":"04/15/2024 3:00 PM - stevel - TODO: Joshua to follow up"},{"comp":1,"quote":211885,"Line":8,"Comment":"04/15/2024 3:00 PM - stevel - PIC changed from stevel to joshuav"},{"comp":1,"quote":211885,"Line":9,"Comment":"04/30/2024 10:23 AM - joshuav - Req Date changed from 05/11/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":211885,"Line":10,"Comment":"04/30/2024 10:23 AM - joshuav - CLO changed from 05/11/2024 to 09/14/2024 (CLO Date Updated)"},{"comp":1,"quote":211885,"Line":11,"Comment":"04/30/2024 10:24 AM - joshuav - F/U changed from 05/11/2024 to 5/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":211885,"Line":12,"Comment":"05/17/2024 11:29 AM - joshuav - F/U changed from 05/18/2024 to 6/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":211885,"Line":13,"Comment":"06/11/2024 10:45 AM - joshuav - F/U changed from 06/15/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":211885,"Line":14,"Comment":"07/23/2024 12:53 PM - joshuav - called and emailed she is looking into it and will let me know."},{"comp":1,"quote":211885,"Line":15,"Comment":"07/23/2024 12:55 PM - joshuav - Encounter has been added"},{"comp":1,"quote":211885,"Line":16,"Comment":"07/23/2024 1:03 PM - joshuav - F/U changed from 07/27/2024 to 8/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":211885,"Line":17,"Comment":"07/23/2024 1:04 PM - joshuav - F/U changed from 08/24/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":211885,"Line":18,"Comment":"08/28/2024 8:29 AM - joshuav - F/U Changed from 8/31/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":211885,"Line":19,"Comment":"09/07/2024 10:57 AM - joshuav - Req Date change from 9/28/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":211885,"Line":20,"Comment":"09/07/2024 10:57 AM - joshuav - CLO changed from 9/14/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":211885,"Line":21,"Comment":"09/07/2024 10:57 AM - joshuav - F/U Changed from 9/7/2024 to 9/28/2024 (Follow Up in 3 Weeks)"},{"comp":1,"quote":211885,"Line":22,"Comment":"09/07/2024 10:58 AM - joshuav - F/U Changed from 9/7/2024 to 9/28/2024 (Follow Up in 3 Weeks)"},{"comp":1,"quote":211885,"Line":23,"Comment":"09/24/2024 7:47 AM - joshuav - F/U Changed from 9/28/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":211885,"Line":24,"Comment":"10/23/2024 3:22 PM - joshuav - Req Date changed from 11/30/2024 to 01/04/2025 (Req Date Updated)"},{"comp":1,"quote":211885,"Line":25,"Comment":"10/23/2024 3:22 PM - joshuav - CLO changed from 11/23/2024 to 12/28/2024 (CLO Date Updated)"},{"comp":1,"quote":211885,"Line":26,"Comment":"10/23/2024 3:22 PM - joshuav - F/U changed from 10/26/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":211885,"Line":27,"Comment":"11/19/2024 8:02 AM - joshuav - F/U Changed from 11/23/2024 to 12/14/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"211885","line":"1","part":"CNC180FA-M","qty":"1","price":"16905.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"211885","line":"2","part":"R-6-SP-SET","qty":"1","price":"1210.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"211885","line":"3","part":"P-125S","qty":"1","price":"2681.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"211885","line":"4","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"8500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"211885","Line":"4","Company":"1","F_Line":"1","Comment":"Includes: Drive unit short bar fiber optic cable","Loc":"Y"},{"Quote":"211885","Line":"4","Company":"1","F_Line":"2","Comment":"communications cable bulkhead cables external cables","Loc":"Y"},{"Quote":"211885","Line":"4","Company":"1","F_Line":"3","Comment":"parameter changes service time and travel.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-19 08:52:53.075 [INFO] In session is user: fletcherp 2024-11-19 09:03:55.863 [INFO] In session is user: jamesh 2024-11-19 09:06:22.553 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223700-11192024090622.txt === {"quote":"223700","customer":"16930","name":null,"customerName":"Productivity Inc.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-30-2024","cust_order_date":"10-30-2024","req_date":"12-11-2024","cust_po":"NB3007-0011-2.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"35","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"10:27","extra":"","follow_up":"11-20-2024","web_id":"","follow_name":"Todd Hanson","follow_phone":"","follow_email":"todd@productivity.com","pic_user":"jennad","total_amt":"151.89","total_gp":"97.37","total_gpm":"64.11","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"jennad","reason":"2","totalQty":"2","win_pct":"20","clo_date":"11-30-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223700","line":"1","part":"NB3007-0011-2.00","qty":"1","price":"256.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223700","line":"2","part":"011-HEX","qty":"1","price":"21.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-19 09:07:05.605 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223701-11192024090705.txt === {"quote":"223701","customer":"4550","name":null,"customerName":"DGI Supply a DoAll Company","comp":"01","open":"1","shipto":"DGIAFJ","shiptoName":"DGI Supply - Menomonee Falls","entry_date":"10-30-2024","cust_order_date":"10-30-2024","req_date":"12-11-2024","cust_po":"C4001-22-50CP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"10:40","extra":"","follow_up":"11-20-2024","web_id":"","follow_name":"Debbie Gricus","follow_phone":"","follow_email":"dgricus@doall.com","pic_user":"jennad","total_amt":"78.3","total_gp":"41.91","total_gpm":"53.52","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"jennad","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-30-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223701","line":"1","part":"C4001-22-50CP","qty":"1","price":"145.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-19 09:37:43.834 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223777-11192024093743.txt === {"quote":"223777","customer":"6985","name":null,"customerName":"S.L. Fusco, Inc.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-31-2024","cust_order_date":"10-31-2024","req_date":"12-12-2024","cust_po":"C4007-0016-3.50","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"13:24","extra":"","follow_up":"11-19-2024","web_id":"","follow_name":"Irene","follow_phone":"310-868-5784","follow_email":"sales@slfusco.com","pic_user":"rons","total_amt":"412.8","total_gp":"287.92","total_gpm":"69.75","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"rons","reason":"2","totalQty":"2","win_pct":"20","clo_date":"11-30-2024","notes":[],"crmnotes":[{"comp":1,"quote":223777,"Line":0,"Comment":"11/04/2024 1:51 PM - rons - F/U changed from 11/06/2024 to 11/19/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223777","line":"1","part":"C4007-0016-3.50","qty":"2","price":"258.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-19 09:38:07.739 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223069-11192024093807.txt === {"quote":"223069","customer":"16930","name":null,"customerName":"Productivity Inc.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-16-2024","cust_order_date":"10-16-2024","req_date":"11-27-2024","cust_po":"330-040","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"35","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"13:33","extra":"","follow_up":"11-19-2024","web_id":"","follow_name":"Aaron Miqueli","follow_phone":"763-267-6055","follow_email":"amiqueli@productivity.com","pic_user":"rons","total_amt":"81.2","total_gp":"46.77","total_gpm":"57.60","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"rons","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-20-2024","notes":[{"comp":"1","quote":"223069","line":"0","data":"10-16-2024 13:33-rons: shipping to MN"}],"crmnotes":[{"comp":1,"quote":223069,"Line":0,"Comment":"10/21/2024 1:31 PM - rons - F/U changed from 10/22/2024 to 11/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223069,"Line":1,"Comment":"11/07/2024 9:49 AM - rons - CLO changed from 11/16/2024 to 11/20/2024 (CLO Date Updated)"},{"comp":1,"quote":223069,"Line":2,"Comment":"11/07/2024 9:50 AM - rons - F/U changed from 11/08/2024 to 11/19/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223069","line":"1","part":"330-040","qty":"1","price":"116.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-19 09:38:45.948 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223437-11192024093845.txt === {"quote":"223437","customer":"19745","name":null,"customerName":"Sowa Tool & Machine Co. LTD.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-23-2024","cust_order_date":"10-23-2024","req_date":"12-04-2024","cust_po":"020-EXT-750S","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"15:58","extra":"","follow_up":"11-19-2024","web_id":"","follow_name":"Jeff","follow_phone":"519-748-5750","follow_email":"Jeff@sowatool.com","pic_user":"rons","total_amt":"62.1","total_gp":"41.22","total_gpm":"66.38","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"rons","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-23-2024","notes":[],"crmnotes":[{"comp":1,"quote":223437,"Line":0,"Comment":"10/28/2024 11:25 AM - rons - F/U changed from 10/29/2024 to 11/19/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223437","line":"1","part":"020-EXT-750S","qty":"1","price":"69.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-19 09:39:05.321 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223401-11192024093905.txt === {"quote":"223401","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"1","shipto":"MARSSEAT","shiptoName":"PTSolutions - Seattle","entry_date":"10-23-2024","cust_order_date":"10-23-2024","req_date":"12-04-2024","cust_po":"SK16-1/8A","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"11:02","extra":"","follow_up":"11-19-2024","web_id":"","follow_name":"John","follow_phone":"503-786-0310","follow_email":"sales@pts-tools.com","pic_user":"rons","total_amt":"54.12","total_gp":"39.43","total_gpm":"72.86","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"rons","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-23-2024","notes":[{"comp":"1","quote":"223401","line":"0","data":"10-23-2024 11:04-rons: shipping to Idaho"}],"crmnotes":[{"comp":1,"quote":223401,"Line":0,"Comment":"10/28/2024 11:24 AM - rons - F/U changed from 10/29/2024 to 11/19/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223401","line":"1","part":"SK16-1/8A","qty":"1","price":"82.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-19 09:40:25.245 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.1757416666667, -86.5117621666667, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.1757416666667, -86.5117621666667, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1650417 second/s. 2024-11-19 09:40:36.696 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.1757416666667, -86.5117621666667, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.1757416666667, -86.5117621666667, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1385183 second/s. 2024-11-19 09:41:49.042 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.1757416666667, -86.5117621666667, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.1757416666667, -86.5117621666667, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 10 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3775477 second/s. 2024-11-19 09:42:13.843 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.1757416666667, -86.5117621666667, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.1757416666667, -86.5117621666667, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 20 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3098231 second/s. 2024-11-19 09:45:30.177 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.1731872659602, -86.5177525194559, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.1731872659602, -86.5177525194559, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1991967 second/s. 2024-11-19 09:53:02.194 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.1706153333333, -86.4987388333333, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.1706153333333, -86.4987388333333, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2583335 second/s. 2024-11-19 10:16:07.468 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224346-11192024101607.txt === {"quote":"224346","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"WESTCOAN","shiptoName":"PTSolutions - Anaheim","entry_date":"11-13-2024","cust_order_date":"11-13-2024","req_date":"12-25-2024","cust_po":"E32-787","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"09:45","extra":"","follow_up":"11-19-2024","web_id":"","follow_name":"Sales","follow_phone":"","follow_email":"sales@pts-tools.com","pic_user":"rons","total_amt":"34.32","total_gp":"24.58","total_gpm":"71.62","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-13-2024","notes":[{"comp":"1","quote":"224346","line":"0","data":"11-13-2024 09:46-rons: shipping to San Diego, CA"}],"crmnotes":[{"comp":1,"quote":224346,"Line":0,"Comment":"11/13/2024 1:43 PM - rons - F/U changed from 11/19/2024 to 12/6/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224346","line":"1","part":"E32-787","qty":"1","price":"52.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-19 10:16:15.176 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224346-11192024101614.txt === {"quote":"224346","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"1","shipto":"WESTCOAN","shiptoName":"PTSolutions - Anaheim","entry_date":"11-13-2024","cust_order_date":"11-13-2024","req_date":"12-25-2024","cust_po":"E32-787","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"09:45","extra":"","follow_up":"11-19-2024","web_id":"","follow_name":"Sales","follow_phone":"","follow_email":"sales@pts-tools.com","pic_user":"rons","total_amt":"34.32","total_gp":"24.58","total_gpm":"71.62","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"rons","reason":"1","totalQty":"1","win_pct":"20","clo_date":"12-13-2024","notes":[{"comp":"1","quote":"224346","line":"0","data":"11-13-2024 09:46-rons: shipping to San Diego, CA"}],"crmnotes":[{"comp":1,"quote":224346,"Line":0,"Comment":"11/13/2024 1:43 PM - rons - F/U changed from 11/19/2024 to 12/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224346,"Line":1,"Comment":"11/19/2024 10:16 AM - rons - F/U changed from 12/06/2024 to 11/19/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224346","line":"1","part":"E32-787","qty":"1","price":"52.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-19 10:31:41.605 [INFO] [CreateClient] [jsoncustomer.php] [C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\NICKMUNN.txt]: {"id":"NICKMUNN","name":"Nick's Test Company7","address1":"1472 Armour Blvd","address2":"","city":"Mundelein","state":"IL","zip":"60060","country":"USA","discount_level":null,"date_opened":"","salesman":null,"phone":"111-111-1111","cr_limit":"","Created":"11-19-2024","Segment":"EU","Lat":0.0,"Long":0.0,"Distance":"0","Territory":50,"web_id":0,"Type":"ST","Active":"Y","website":null,"UserId":"nickk","JAS":"N","customer_email":""} [{"json":{"results":"success","type":"customer"}}] 2024-11-19 10:31:42.007 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\NICKMUNN-0-3274.txt === {"customer":"NICKMUNN","line":"A","dept":"OS","name":"NickAAAA1 KawabataAAAA1","title":"B","phone":"111-111-1111","cell":"111-111-1111","fax":null,"email":"nickkawabata_lyndex_test9@gmail.com","remarks1":"Test by Nick 11/19/2024","remarks2":null,"remarks3":null,"web_id":3274,"password":null,"webenabled":null,"linkedin":null,"city":"Mundelein","state":"IL","address1":"1472 Armour Blvd","address2":null,"zip":"60060","country":"USA","userid":"nickk","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"ST","Active":"Y","lnrp":"N"} [{"json":{"results":"Contacts","type":"contacts","line":"0"}}] 2024-11-19 10:41:30.620 [INFO] In session is user: gregb 2024-11-19 10:41:33.528 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.1707764857955, -86.4982527921765, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.1707764857955, -86.4982527921765, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2481256 second/s. 2024-11-19 10:41:35.305 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.1707764857955, -86.4982527921765, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.1707764857955, -86.4982527921765, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1851575 second/s. 2024-11-19 10:41:41.513 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.1707764857955, -86.4982527921765, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.1707764857955, -86.4982527921765, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 10 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3684238 second/s. 2024-11-19 10:42:07.547 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.1707764857955, -86.4982527921765, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.1707764857955, -86.4982527921765, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 20 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3227272 second/s. 2024-11-19 10:42:59.085 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223952-11192024104258.txt === {"quote":"223952","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"1","shipto":"JONASSE","shiptoName":"PTSolutions - Green Bay","entry_date":"11-05-2024","cust_order_date":"11-05-2024","req_date":"12-17-2024","cust_po":"MZMP5-ER40Z-ICE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"10:46","extra":"","follow_up":"12-05-2024","web_id":"","follow_name":"kstormoen@pts-tools.com","follow_phone":"1800-686-5311x1347","follow_email":"kstormoen@pts-tools.com","pic_user":"jennad","total_amt":"5537.16","total_gp":"3180.10","total_gpm":"57.43","rev_type":"LT","mod_date":"11-19-2024","mod_time":null,"mod_user":"jennad","reason":"2","totalQty":"3","win_pct":"20","clo_date":"12-05-2024","notes":[],"crmnotes":[{"comp":1,"quote":223952,"Line":0,"Comment":"11/19/2024 9:49 AM - jennad - Follow-Up: Left Kevin EM"},{"comp":1,"quote":223952,"Line":1,"Comment":"11/19/2024 10:42 AM - jennad - Per Kevin, has not heard back from customer. Most likely dead"}],"items":[{"comp":"01","order":"223952","line":"1","part":"MZMP5-ER40Z-ICE","qty":"1","price":"7586.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223952","line":"2","part":"WRENCH-MIM-107566","qty":"1","price":"77.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223952","line":"3","part":"040-SPAN","qty":"1","price":"37.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} 223952-CRM_Quote_UPDATE_FAILED_(LOCKED) [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-19 10:47:42.960 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223952-11192024104742.txt === {"quote":"223952","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"1","shipto":"JONASSE","shiptoName":"PTSolutions - Green Bay","entry_date":"11-05-2024","cust_order_date":"11-05-2024","req_date":"12-17-2024","cust_po":"MZMP5-ER40Z-ICE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"10:46","extra":"","follow_up":"12-05-2024","web_id":"","follow_name":"kstormoen@pts-tools.com","follow_phone":"1800-686-5311x1347","follow_email":"kstormoen@pts-tools.com","pic_user":"jennad","total_amt":"5537.16","total_gp":"3180.10","total_gpm":"57.43","rev_type":"LT","mod_date":"11-19-2024","mod_time":null,"mod_user":"jennad","reason":"2","totalQty":"3","win_pct":"20","clo_date":"12-05-2024","notes":[],"crmnotes":[{"comp":1,"quote":223952,"Line":0,"Comment":"11/19/2024 9:49 AM - jennad - Follow-Up: Left Kevin EM"},{"comp":1,"quote":223952,"Line":1,"Comment":"11/19/2024 10:42 AM - jennad - Per Kevin, has not heard back from customer. Most likely dead"},{"comp":1,"quote":223952,"Line":2,"Comment":"11/19/2024 10:42 AM - jennad - Closed"}],"items":[{"comp":"01","order":"223952","line":"1","part":"MZMP5-ER40Z-ICE","qty":"1","price":"7586.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223952","line":"2","part":"WRENCH-MIM-107566","qty":"1","price":"77.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223952","line":"3","part":"040-SPAN","qty":"1","price":"37.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-19 11:01:40.873 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224487-11192024110140.txt === {"quote":"224487","customer":"2325","name":null,"customerName":"BlackHawk Industrial - Base Camp","comp":"01","open":"1","shipto":"BLACPOMP","shiptoName":"Blackhawk Industrial - Pompano","entry_date":"11-15-2024","cust_order_date":"11-15-2024","req_date":"12-27-2024","cust_po":"NT05-032","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Karen Joynt","drop_po":"","status":"0","user":"jingz","conv_order":"","time":"08:41","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Karen Joynt","follow_phone":"580-252-6780","follow_email":"karen.joynt@blackhawkid.com","pic_user":"jingz","total_amt":"62.4","total_gp":"33.32","total_gpm":"53.40","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"jingz","reason":"1","totalQty":"2","win_pct":"20","clo_date":"12-15-2024","notes":[{"comp":"1","quote":"224487","line":"0","data":"11-15-2024 08:43 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"224487","line":"1","part":"NT05-032","qty":"2","price":"48.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-19 11:09:28.667 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224214-11192024110928.txt === {"quote":"224214","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"MSCGA","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"11-11-2024","cust_order_date":"11-11-2024","req_date":"12-23-2024","cust_po":"KM1.1/4-9/16","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Ferrell Frazier","drop_po":"","status":"0","user":"jingz","conv_order":"","time":"09:45","extra":"","follow_up":"11-29-2024","web_id":"","follow_name":"Ferrell Frazier","follow_phone":"678-818-9092","follow_email":"frazierf@mscdirect.com","pic_user":"jingz","total_amt":"83.2","total_gp":"59.82","total_gpm":"71.90","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"jingz","reason":"1","totalQty":"2","win_pct":"20","clo_date":"12-11-2024","notes":[{"comp":"1","quote":"224214","line":"0","data":"11-11-2024 09:51 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224214,"Line":0,"Comment":"11/13/2024 8:49 AM - jingz - F/U changed from 11/17/2024 to 11/29/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224214","line":"1","part":"KM1.1/4-9/16","qty":"2","price":"64.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-19 11:12:10.239 [INFO] In session is user: joshuav 2024-11-19 11:13:18.443 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224304-11192024111318.txt === {"quote":"224304","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"PENNTOO","shiptoName":"Penn Tool Co.","entry_date":"11-12-2024","cust_order_date":"11-12-2024","req_date":"12-24-2024","cust_po":"QCFC65-EMR-RING","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Janet Dover","drop_po":"","status":"0","user":"jingz","conv_order":"","time":"12:47","extra":"","follow_up":"12-02-2024","web_id":"","follow_name":"Janet Dover","follow_phone":"800-521-9520x886104","follow_email":"doverj@mscdirect.com","pic_user":"jingz","total_amt":"340.68","total_gp":"211.72","total_gpm":"62.15","rev_type":"PCQC","mod_date":"11-19-2024","mod_time":null,"mod_user":"jingz","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-12-2024","notes":[{"comp":"1","quote":"224304","line":"0","data":"11-12-2024 12:48 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224304,"Line":0,"Comment":"11/14/2024 8:10 AM - jingz - F/U changed from 11/18/2024 to 11/22/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224304","line":"1","part":"QCFC65-EMR-RING","qty":"1","price":"501.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-19 11:13:29.119 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224388-11192024111328.txt === {"quote":"224388","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"WILLWMEY","shiptoName":"William Meyer & Sons, Inc.","entry_date":"11-13-2024","cust_order_date":"11-13-2024","req_date":"12-25-2024","cust_po":"NC5007-0032-8.00G","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Bill Mehrtens","drop_po":"","status":"0","user":"jingz","conv_order":"","time":"14:39","extra":"","follow_up":"12-02-2024","web_id":"","follow_name":"Bill Mehrtens","follow_phone":"717.861.1363","follow_email":"mehrtenw@mscdirect.com","pic_user":"jingz","total_amt":"344.56","total_gp":"184.40","total_gpm":"53.52","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"jingz","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-13-2024","notes":[{"comp":"1","quote":"224388","line":"0","data":"11-13-2024 14:41 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224388,"Line":0,"Comment":"11/14/2024 8:10 AM - jingz - F/U changed from 11/19/2024 to 11/22/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224388","line":"1","part":"NC5007-0032-8.00G","qty":"1","price":"584.00","uom":"EA","discount":"41.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-19 11:13:38.330 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224383-11192024111338.txt === {"quote":"224383","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"MSCIYORK","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"11-13-2024","cust_order_date":"11-13-2024","req_date":"12-25-2024","cust_po":"E40-064","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Dave Frable","drop_po":"","status":"0","user":"jingz","conv_order":"","time":"13:56","extra":"","follow_up":"12-02-2024","web_id":"","follow_name":"Dave Frable","follow_phone":"570-954-8035","follow_email":"Dave.Frable@mscdirect.com","pic_user":"jingz","total_amt":"348.91","total_gp":"210.18","total_gpm":"60.24","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"jingz","reason":"","totalQty":"6","win_pct":"20","clo_date":"12-13-2024","notes":[{"comp":"1","quote":"224383","line":"0","data":"11-13-2024 14:03 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224383,"Line":0,"Comment":"11/14/2024 8:11 AM - jingz - F/U changed from 11/19/2024 to 11/22/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224383","line":"1","part":"E40-064","qty":"1","price":"68.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224383","line":"2","part":"E32-629(C)","qty":"1","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224383","line":"3","part":"E32-551","qty":"1","price":"52.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224383","line":"4","part":"E32-027(C)","qty":"1","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224383","line":"5","part":"E20-NUT-G","qty":"1","price":"45.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224383","line":"6","part":"C4003-0003-1.58","qty":"1","price":"179.00","uom":"EA","discount":"41.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-19 11:13:48.179 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224435-11192024111347.txt === {"quote":"224435","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"NORTHRNV","shiptoName":"NORTHROP GRUMMAN","entry_date":"11-14-2024","cust_order_date":"11-14-2024","req_date":"12-26-2024","cust_po":"NT05-010","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Eva Cooper","drop_po":"","status":"0","user":"jingz","conv_order":"","time":"09:24","extra":"","follow_up":"12-02-2024","web_id":"","follow_name":"Eva Cooper","follow_phone":"800-645-7270x487050","follow_email":"eva.cooper@mscdirect.com","pic_user":"jingz","total_amt":"298.99","total_gp":"145.28","total_gpm":"48.59","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"jingz","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"224435","line":"0","data":"11-14-2024 09:25 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"224435","line":"1","part":"NT05-010","qty":"1","price":"48.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224435","line":"2","part":"NT05-020","qty":"1","price":"48.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224435","line":"3","part":"C40R5-0562-2.84","qty":"1","price":"353.00","uom":"EA","discount":"41.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224435","line":"4","part":"PS-B64-1-EU","qty":"1","price":"48.00","uom":"EA","discount":"41.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":4}}] 2024-11-19 11:13:59.366 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224310-11192024111359.txt === {"quote":"224310","customer":"16600","name":null,"customerName":"Powell Tool Supply, Inc.","comp":"01","open":"0","shipto":"POWESOUT","shiptoName":"Powell Tool Supply, Inc","entry_date":"11-12-2024","cust_order_date":"11-12-2024","req_date":"12-24-2024","cust_po":"ER20-3/16\"5/32\"11/64\"","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"57","salesman":"CB","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Jeremy Melvin","drop_po":"","status":"0","user":"jingz","conv_order":"","time":"13:57","extra":"","follow_up":"12-02-2024","web_id":"","follow_name":"Jeremy Melvin","follow_phone":"574-289-4811 x2589","follow_email":"jmelvin@powelltool.com","pic_user":"jingz","total_amt":"253.64","total_gp":"177.53","total_gpm":"69.99","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"jingz","reason":"","totalQty":"5","win_pct":"20","clo_date":"12-12-2024","notes":[{"comp":"1","quote":"224310","line":"1","data":"11-12-2024 14:08 - Discounts Recalculated QS"},{"comp":"1","quote":"224310","line":"0","data":"11-12-2024 14:03 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"224310","line":"1","part":"E20-012","qty":"1","price":"53.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224310","line":"2","part":"E20-010","qty":"1","price":"53.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224310","line":"3","part":"E20-012(C)","qty":"1","price":"89.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224310","line":"4","part":"E20-010(C)","qty":"1","price":"89.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224310","line":"5","part":"E20-011(C)","qty":"1","price":"89.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":5}}] 2024-11-19 11:14:08.960 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224044-11192024111408.txt === {"quote":"224044","customer":"2325","name":null,"customerName":"BlackHawk Industrial - Base Camp","comp":"01","open":"0","shipto":"HAWKPA","shiptoName":"Blackhawk Industrial","entry_date":"11-06-2024","cust_order_date":"11-06-2024","req_date":"12-18-2024","cust_po":"B4001-0750-1.75CP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Connor Nagel","drop_po":"","status":"0","user":"jingz","conv_order":"","time":"12:37","extra":"","follow_up":"12-02-2024","web_id":"","follow_name":"Connor Nagel","follow_phone":"","follow_email":"connor.nagel@blackhawkid.com","pic_user":"jingz","total_amt":"202.88","total_gp":"101.58","total_gpm":"50.07","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"jingz","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-06-2024","notes":[{"comp":"1","quote":"224044","line":"0","data":"11-06-2024 12:42 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224044,"Line":0,"Comment":"11/13/2024 8:48 AM - jingz - F/U changed from 11/12/2024 to 11/29/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224044","line":"1","part":"B4001-0750-1.75CP","qty":"1","price":"149.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224044","line":"2","part":"B4007-0008-4.00M","qty":"1","price":"193.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224044","line":"3","part":"WRENCH-ER08-MINI","qty":"1","price":"28.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-19 11:14:18.784 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224116-11192024111418.txt === {"quote":"224116","customer":"19575","name":null,"customerName":"Single Source Technologies","comp":"01","open":"0","shipto":"SSTCTG","shiptoName":"SST-CTG AH","entry_date":"11-07-2024","cust_order_date":"11-07-2024","req_date":"12-19-2024","cust_po":"E40-SET-23-MM","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Kristal Harrison","drop_po":"","status":"0","user":"jingz","conv_order":"","time":"12:43","extra":"","follow_up":"12-02-2024","web_id":"","follow_name":"Kristal Harrison","follow_phone":"248-232-6265","follow_email":"kristal.harrison@sstconsumables.com","pic_user":"jingz","total_amt":"1126.08","total_gp":"828.81","total_gpm":"73.60","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"jingz","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"224116","line":"0","data":"11-07-2024 12:45 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224116,"Line":0,"Comment":"11/13/2024 8:48 AM - jingz - F/U changed from 11/13/2024 to 11/29/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224116","line":"1","part":"E40-SET-23-MM","qty":"1","price":"1564.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-19 11:15:53.097 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-19 11:22:50.828 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224581-11192024112250.txt === {"quote":"224581","customer":"2325","name":null,"customerName":"BlackHawk Industrial - Base Camp","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-18-2024","cust_order_date":"11-18-2024","req_date":"12-30-2024","cust_po":"SKL-6W","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"15:34","extra":"","follow_up":"12-12-2024","web_id":"","follow_name":"Jill Grochala","follow_phone":"716-687-5445","follow_email":"jill.grochala@blackhawkid.com","pic_user":"briand","total_amt":"171.60","total_gp":"104.62","total_gpm":"60.97","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"8","win_pct":"20","clo_date":"12-18-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224581","line":"1","part":"SKL-6W","qty":"2","price":"23.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224581","line":"2","part":"SKL-10","qty":"2","price":"31.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224581","line":"3","part":"9HC16","qty":"2","price":"37.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224581","line":"4","part":"9HC22","qty":"2","price":"41.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":4}}] 2024-11-19 11:26:09.330 [INFO] In session is user: luism 2024-11-19 11:26:10.328 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223809-11192024112610.txt === {"quote":"223809","customer":"19633","name":null,"customerName":"SourcePro, Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-01-2024","cust_order_date":"11-01-2024","req_date":"12-13-2024","cust_po":"025-SPAN","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"08:24","extra":"","follow_up":"12-03-2024","web_id":"","follow_name":"SourcePro Purchasing Team","follow_phone":"734-441-1914","follow_email":"srichner@sourcepro.com","pic_user":"briand","total_amt":"12.92","total_gp":"7.99","total_gpm":"61.84","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-03-2024","notes":[],"crmnotes":[{"comp":1,"quote":223809,"Line":0,"Comment":"11/05/2024 10:54 AM - briand - F/U changed from 11/07/2024 to 11/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223809,"Line":1,"Comment":"11/18/2024 9:54 AM - briand - They ordered 2 of these wrenches but on 10/28. Will keep this open another few weeks to see if another order is coming."},{"comp":1,"quote":223809,"Line":2,"Comment":"11/18/2024 9:55 AM - briand - F/U changed from 11/20/2024 to 12/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223809,"Line":3,"Comment":"11/18/2024 9:55 AM - briand - CLO changed from 12/01/2024 to 12/03/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223809","line":"1","part":"025-SPAN","qty":"1","price":"19.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-19 11:27:05.819 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224157-11192024112705.txt === {"quote":"224157","customer":"15265","name":null,"customerName":"Outillage Industriel Quebec","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-08-2024","cust_order_date":"11-08-2024","req_date":"12-20-2024","cust_po":"BT50-MTA3-180","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"09:19","extra":"","follow_up":"12-09-2024","web_id":"","follow_name":"Erick Lepage","follow_phone":"418-683-2527","follow_email":"erick.lepage@quebecindustriel.com","pic_user":"briand","total_amt":"417.95","total_gp":"275.47","total_gpm":"65.91","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-08-2024","notes":[{"comp":"1","quote":"224157","line":"4","data":"pricing before sending quote to Erick."},{"comp":"1","quote":"224157","line":"3","data":"No orders or PO's since 2005 - need to confirm"},{"comp":"1","quote":"224157","line":"2","data":"11-08-2024 09:20-briand: Entered on quote log."},{"comp":"1","quote":"224157","line":"1","data":"Purchasing, $643.00, sent quote to Erick."},{"comp":"1","quote":"224157","line":"0","data":"11-08-2024 09:24-briand: Pricing confirmed by"}],"crmnotes":[{"comp":1,"quote":224157,"Line":0,"Comment":"11/12/2024 2:11 PM - briand - F/U changed from 11/14/2024 to 11/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224157,"Line":1,"Comment":"11/18/2024 10:03 AM - briand - Outillage also asked for quote on 11/6 under Q# 224050 - will leave this open in case this isn't a duplicate somehow."},{"comp":1,"quote":224157,"Line":2,"Comment":"11/18/2024 10:03 AM - briand - F/U changed from 11/20/2024 to 12/6/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224157","line":"1","part":"BT50-MTA3-180","qty":"1","price":"643.00","uom":"EA","discount":"35.00","req_date":"2~3 Weeks ARO","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-19 11:27:15.925 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224157-11192024112715.txt === {"quote":"224157","customer":"15265","name":null,"customerName":"Outillage Industriel Quebec","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-08-2024","cust_order_date":"11-08-2024","req_date":"12-20-2024","cust_po":"BT50-MTA3-180","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"09:19","extra":"","follow_up":"12-09-2024","web_id":"","follow_name":"Erick Lepage","follow_phone":"418-683-2527","follow_email":"erick.lepage@quebecindustriel.com","pic_user":"briand","total_amt":"417.95","total_gp":"275.47","total_gpm":"65.91","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-10-2024","notes":[{"comp":"1","quote":"224157","line":"4","data":"pricing before sending quote to Erick."},{"comp":"1","quote":"224157","line":"3","data":"No orders or PO's since 2005 - need to confirm"},{"comp":"1","quote":"224157","line":"2","data":"11-08-2024 09:20-briand: Entered on quote log."},{"comp":"1","quote":"224157","line":"1","data":"Purchasing, $643.00, sent quote to Erick."},{"comp":"1","quote":"224157","line":"0","data":"11-08-2024 09:24-briand: Pricing confirmed by"}],"crmnotes":[{"comp":1,"quote":224157,"Line":0,"Comment":"11/12/2024 2:11 PM - briand - F/U changed from 11/14/2024 to 11/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224157,"Line":1,"Comment":"11/18/2024 10:03 AM - briand - Outillage also asked for quote on 11/6 under Q# 224050 - will leave this open in case this isn't a duplicate somehow."},{"comp":1,"quote":224157,"Line":2,"Comment":"11/18/2024 10:03 AM - briand - F/U changed from 11/20/2024 to 12/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224157,"Line":3,"Comment":"11/19/2024 11:27 AM - briand - F/U changed from 12/06/2024 to 12/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224157,"Line":4,"Comment":"11/19/2024 11:27 AM - briand - CLO changed from 12/08/2024 to 12/10/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224157","line":"1","part":"BT50-MTA3-180","qty":"1","price":"643.00","uom":"EA","discount":"35.00","req_date":"2~3 Weeks ARO","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-19 11:29:23.871 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224269-11192024112923.txt === {"quote":"224269","customer":"19745","name":null,"customerName":"Sowa Tool & Machine Co. LTD.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-12-2024","cust_order_date":"11-12-2024","req_date":"12-24-2024","cust_po":"TQW-ER32/SK20(50)","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"08:09","extra":"","follow_up":"12-11-2024","web_id":"","follow_name":"Julie Reinhardt","follow_phone":"519-748-5750","follow_email":"jreinhardt@sowatool.com","pic_user":"briand","total_amt":"183.6","total_gp":"103.52","total_gpm":"56.38","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-12-2024","notes":[],"crmnotes":[{"comp":1,"quote":224269,"Line":0,"Comment":"11/18/2024 8:45 AM - briand - F/U changed from 11/18/2024 to 12/6/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224269","line":"1","part":"TQW-ER32/SK20(50)","qty":"2","price":"102.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-19 11:30:15.909 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224291-11192024113015.txt === {"quote":"224291","customer":"23290","name":null,"customerName":"Wayne Tool & Supply Company,Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-12-2024","cust_order_date":"11-12-2024","req_date":"12-24-2024","cust_po":"C4006-0250-2.50","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"11:14","extra":"","follow_up":"12-10-2024","web_id":"","follow_name":"Rob Nichols Jr.","follow_phone":"201-998-7200","follow_email":"rn@waynetool.com","pic_user":"briand","total_amt":"168.7","total_gp":"97.79","total_gpm":"57.97","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-12-2024","notes":[],"crmnotes":[{"comp":1,"quote":224291,"Line":0,"Comment":"11/18/2024 8:58 AM - briand - F/U changed from 11/18/2024 to 12/9/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224291","line":"1","part":"C4006-0250-2.50","qty":"1","price":"123.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224291","line":"2","part":"C4006-0625-3.00","qty":"1","price":"118.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-19 11:30:37.963 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224456-11192024113037.txt === {"quote":"224456","customer":"16831","name":null,"customerName":"Prestige Extreme Distribution","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-14-2024","cust_order_date":"11-14-2024","req_date":"12-26-2024","cust_po":"NCAT50-C1.1/4-105U-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"13:51","extra":"","follow_up":"12-11-2024","web_id":"","follow_name":"Juli Davis","follow_phone":"586-415-8480","follow_email":"julid@prestige-grp.com","pic_user":"briand","total_amt":"1055.36","total_gp":"728.99","total_gpm":"69.08","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"5","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"224456","line":"1","data":"and IMTS promotional discount."},{"comp":"1","quote":"224456","line":"0","data":"11-14-2024 14:15-briand: Added wrenches to quote"}],"crmnotes":[{"comp":1,"quote":224456,"Line":0,"Comment":"11/18/2024 8:40 AM - briand - F/U changed from 11/20/2024 to 12/9/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224456","line":"1","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224456","line":"2","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224456","line":"3","part":"NCAT50-C1-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224456","line":"4","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224456","line":"6","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"224456","Line":"6","Company":"1","F_Line":"1","Comment":"Additional 5% discount applied to both holders for","Loc":"Y"},{"Quote":"224456","Line":"6","Company":"1","F_Line":"2","Comment":"the 2024 IMTS Promotion for Advanced Tooling.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-19 13:29:52.227 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224225-11192024132952.txt === {"quote":"224225","customer":"13750","name":null,"customerName":"Municipal Machinery, Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-11-2024","cust_order_date":"11-11-2024","req_date":"12-23-2024","cust_po":"MZMP5-BG20Z-C","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"57","salesman":"CB","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"11:00","extra":"","follow_up":"12-04-2024","web_id":"","follow_name":"Nick Carron","follow_phone":"314-994-9905","follow_email":"ncarron@municipalmach.com","pic_user":"rons","total_amt":"1105.65","total_gp":"629.59","total_gpm":"56.94","rev_type":"LT","mod_date":"11-19-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-11-2024","notes":[{"comp":"1","quote":"224225","line":"0","data":"11-11-2024 11:01-rons: shipping to Imperial, MO"}],"crmnotes":[{"comp":1,"quote":224225,"Line":0,"Comment":"11/11/2024 4:36 PM - rons - F/U changed from 11/17/2024 to 11/19/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224225","line":"1","part":"MZMP5-BG20Z-C","qty":"1","price":"1701.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224225","line":"2","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"224225","Line":"2","Company":"1","F_Line":"1","Comment":"Please note additional 5% applied per IMTS promo.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-19 13:32:55.768 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\POLYTECH-2-3274.txt === {"customer":"POLYTECH","line":"A","dept":"EN","name":"Justin Menear","title":"CM","phone":"860-928-7911","cell":"860-928-7911","fax":null,"email":"jmenear@ensingerusa.com","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3274,"password":null,"webenabled":null,"linkedin":null,"city":"Huntersville","state":"NC","address1":"13728 Statesville Road","address2":null,"zip":"28078","country":"USA","userid":"mattm","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"ST","Active":"Y","lnrp":"N"} [{"json":{"results":"Contacts","type":"contacts","line":"2"}}] 2024-11-19 13:48:06.746 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224574-11192024134806.txt === {"quote":"224574","customer":"9525","name":null,"customerName":"Industrial Mill& Maintenance Supply","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-18-2024","cust_order_date":null,"req_date":"12-30-2024","cust_po":"CAT50U-NX5-151","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"14:44","extra":"","follow_up":"11-24-2024","web_id":"","follow_name":"Cody Fountain","follow_phone":"903-387-3964","follow_email":"cfountain@industrialmill.com","pic_user":"bethw","total_amt":"22188.00","total_gp":"17374","total_gpm":"78","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"15","win_pct":"20","clo_date":"12-18-2024","notes":[{"comp":"1","quote":"224574","line":"8","data":"Beth"},{"comp":"1","quote":"224574","line":"7","data":"information along with pricing after checking with"},{"comp":"1","quote":"224574","line":"6","data":"machines...will be sending over questionnaire and"},{"comp":"1","quote":"224574","line":"5","data":"option along with positioning blocks for different"},{"comp":"1","quote":"224574","line":"4","data":"Haas, and other machines...included air cool"},{"comp":"1","quote":"224574","line":"3","data":"interested in 5 spindle speeders for Hyundai,"},{"comp":"1","quote":"224574","line":"2","data":"11-18-2024 14:55-rons: customer in Texas is"},{"comp":"1","quote":"224574","line":"1","data":"with Beth tomorrow for review"},{"comp":"1","quote":"224574","line":"0","data":"11-18-2024 16:03-rons: added to QF log...working"}],"crmnotes":[],"items":[{"comp":"01","order":"224574","line":"1","part":"CAT50U-NX5-151","qty":"5","price":"3347.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224574","line":"2","part":"NXE-COOL","qty":"5","price":"990.00","uom":"EA","discount":"0.00","req_date":"2 STOCK + 3 TBD","branch":"1"},{"comp":"01","order":"224574","line":"3","part":"MODIFICATION-PB-SP","qty":"5","price":"770.00","uom":"EA","discount":"0.00","req_date":"1 WEEK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-19 14:03:47.570 [INFO] In session is user: joshuav 2024-11-19 14:03:50.111 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(41.731148967549, -87.8353985749506, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(41.731148967549, -87.8353985749506, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2008348 second/s. 2024-11-19 14:10:42.462 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224070-11192024141042.txt === {"quote":"224070","customer":"16806","name":null,"customerName":"Premier Engineering LLC","comp":"01","open":"1","shipto":"AEROBLOO","shiptoName":"Aerotech Machining, Inc.","entry_date":"11-06-2024","cust_order_date":"11-06-2024","req_date":"12-18-2024","cust_po":"NCAT50 SK holders","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"16:26","extra":"","follow_up":"11-12-2024","web_id":"","follow_name":"Becky Kramer","follow_phone":"","follow_email":"becky@premierengineering.com","pic_user":"oenm","total_amt":"2482.2","total_gp":"1573.72","total_gpm":"63.40","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"2","totalQty":"22","win_pct":"20","clo_date":"12-06-2024","notes":[{"comp":"1","quote":"224070","line":"0","data":"11-06-2024 16:30 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224070,"Line":0,"Comment":"11/19/2024 3:10 PM - oenm - Duplicate quote. closing"}],"items":[{"comp":"01","order":"224070","line":"1","part":"NCAT50-SK16C-105U-IDU","qty":"1","price":"602.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224070","line":"2","part":"NCAT50-SK16C-195U-IDU","qty":"1","price":"725.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224070","line":"3","part":"SK16-1/8A","qty":"1","price":"82.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224070","line":"4","part":"SK16-1/4A","qty":"1","price":"82.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224070","line":"5","part":"SK16-3/8A","qty":"1","price":"82.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224070","line":"6","part":"SK16-1/2A","qty":"1","price":"82.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224070","line":"8","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224070","line":"10","part":"NCAT50-SK25C-105U-IDU","qty":"1","price":"611.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224070","line":"11","part":"NCAT50-SK25C-195U-IDU","qty":"1","price":"794.00","uom":"EA","discount":"40.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224070","line":"12","part":"SK25-1/4A","qty":"1","price":"100.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224070","line":"13","part":"SK25-3/8A","qty":"1","price":"100.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224070","line":"14","part":"SK25-1/2A","qty":"1","price":"100.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224070","line":"15","part":"SK25-3/4A","qty":"1","price":"100.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224070","line":"17","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224070","line":"20","part":"SKN-16BJ","qty":"2","price":"95.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224070","line":"21","part":"SKJ16-1/8","qty":"1","price":"75.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224070","line":"22","part":"SKJ16-1/4","qty":"1","price":"35.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224070","line":"25","part":"SKN-25BJ","qty":"1","price":"118.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224070","line":"26","part":"SKJ25-1/4","qty":"1","price":"43.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224070","line":"27","part":"SKJ25-3/8","qty":"1","price":"95.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224070","line":"28","part":"SKJ25-1/2","qty":"1","price":"43.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":21}}] 2024-11-19 14:11:55.148 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222141-11192024141154.txt === {"quote":"222141","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"1","shipto":"GFMCO","shiptoName":"Golden's Foundry & Mach(GFMCO) LLC","entry_date":"09-26-2024","cust_order_date":null,"req_date":"11-22-2024","cust_po":"CAT40 3/4 Shell Mill 14","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Garret Reed","drop_po":"","status":"0","user":"mirandag","conv_order":"","time":"12:01","extra":"","follow_up":"11-14-2024","web_id":"","follow_name":"Garret Reed","follow_phone":"941-751-1520","follow_email":"garret@afi-tools.com","pic_user":"oenm","total_amt":"414.00","total_gp":"414.00","total_gpm":"100.00","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-14-2024","notes":[{"comp":"1","quote":"222141","line":"4","data":"09-26-2024 12:01 - Discounts Recalculated QS"},{"comp":"1","quote":"222141","line":"3","data":"this"},{"comp":"1","quote":"222141","line":"2","data":"sounded like there was nowhere else he could get"},{"comp":"1","quote":"222141","line":"1","data":"he wanted us to quote this as a special, he"},{"comp":"1","quote":"222141","line":"0","data":"09-30-2024 10:55-mirandag got a call from Garret-"}],"crmnotes":[{"comp":1,"quote":222141,"Line":0,"Comment":"10/12/2024 7:37 AM - mattm - Req Date changed from 11/07/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":222141,"Line":1,"Comment":"10/12/2024 7:37 AM - mattm - F/U changed from 10/09/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222141,"Line":2,"Comment":"10/12/2024 7:38 AM - mattm - PIC changed from alyssah to oenm"},{"comp":1,"quote":222141,"Line":3,"Comment":"11/05/2024 1:06 PM - oenm - F/U changed from 10/26/2024 to 11/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222141,"Line":4,"Comment":"11/05/2024 1:06 PM - oenm - CLO changed from 10/26/2024 to 11/14/2024 (CLO Date Updated)"},{"comp":1,"quote":222141,"Line":5,"Comment":"11/05/2024 1:06 PM - oenm - Req Date changed from 10/31/2024 to 11/22/2024 (Req Date Updated)"},{"comp":1,"quote":222141,"Line":6,"Comment":"11/19/2024 3:11 PM - oenm - Duplicate"}],"items":[{"comp":"01","order":"222141","line":"1","part":"SPECIAL-TL","qty":"1","price":"414.00","uom":"EA","discount":"0.00","req_date":"8 weeks ADA","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"222141","Line":"0","Comment":"These are non-standard stock items and considered"},{"Quote":"222141","Line":"1","Comment":"specials. Once a PO has been issued these items"},{"Quote":"222141","Line":"2","Comment":"cannot be cancelled or returned."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-19 14:13:27.025 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221808-11192024141326.txt === {"quote":"221808","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"AMSJAGA","shiptoName":"Applied Machine Solutions,Inc.","entry_date":"09-19-2024","cust_order_date":null,"req_date":"11-22-2024","cust_po":"C4006-0250-4.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Susan Stute","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"14:33","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Susan Stute","follow_phone":"678-880-0893","follow_email":"s.stute@appliedmachine.com","pic_user":"oenm","total_amt":"2588.91","total_gp":"1536.03","total_gpm":"59.33","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"21","win_pct":"20","clo_date":"11-14-2024","notes":[{"comp":"1","quote":"221808","line":"0","data":"09-19-2024 14:35 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221808,"Line":0,"Comment":"10/04/2024 3:11 PM - alyssah - F/U changed from 09/25/2024 to 10/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221808,"Line":1,"Comment":"10/18/2024 4:20 PM - alyssah - CLO changed from 10/19/2024 to 10/30/2024 (CLO Date Updated)"},{"comp":1,"quote":221808,"Line":2,"Comment":"10/18/2024 4:20 PM - alyssah - F/U changed from 10/16/2024 to 10/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221808,"Line":3,"Comment":"10/18/2024 4:20 PM - alyssah - F/U changed from 10/29/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221808,"Line":4,"Comment":"10/18/2024 4:21 PM - alyssah - PIC changed from alyssah to oenm"},{"comp":1,"quote":221808,"Line":5,"Comment":"11/05/2024 1:07 PM - oenm - F/U changed from 10/26/2024 to 11/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221808,"Line":6,"Comment":"11/05/2024 1:07 PM - oenm - CLO changed from 10/30/2024 to 11/14/2024 (CLO Date Updated)"},{"comp":1,"quote":221808,"Line":7,"Comment":"11/05/2024 1:07 PM - oenm - Req Date changed from 10/31/2024 to 11/22/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221808","line":"1","part":"C4006-0250-4.00","qty":"3","price":"150.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221808","line":"2","part":"C4006-0375-4.00","qty":"3","price":"150.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221808","line":"3","part":"C4006-0500-4.00","qty":"3","price":"139.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221808","line":"4","part":"C4007-0016-3.50","qty":"6","price":"258.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221808","line":"5","part":"C4007-0025-4.00","qty":"3","price":"270.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221808","line":"6","part":"TCLA-40/63A/C6","qty":"1","price":"242.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221808","line":"7","part":"016-SPAN","qty":"1","price":"17.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221808","line":"8","part":"025-SPAN","qty":"1","price":"19.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":8}}] 2024-11-19 14:13:33.779 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221808-11192024141333.txt === {"quote":"221808","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"AMSJAGA","shiptoName":"Applied Machine Solutions,Inc.","entry_date":"09-19-2024","cust_order_date":null,"req_date":"11-22-2024","cust_po":"C4006-0250-4.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Susan Stute","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"14:33","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Susan Stute","follow_phone":"678-880-0893","follow_email":"s.stute@appliedmachine.com","pic_user":"oenm","total_amt":"2588.91","total_gp":"1536.03","total_gpm":"59.33","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"21","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"221808","line":"0","data":"09-19-2024 14:35 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221808,"Line":0,"Comment":"10/04/2024 3:11 PM - alyssah - F/U changed from 09/25/2024 to 10/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221808,"Line":1,"Comment":"10/18/2024 4:20 PM - alyssah - CLO changed from 10/19/2024 to 10/30/2024 (CLO Date Updated)"},{"comp":1,"quote":221808,"Line":2,"Comment":"10/18/2024 4:20 PM - alyssah - F/U changed from 10/16/2024 to 10/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221808,"Line":3,"Comment":"10/18/2024 4:20 PM - alyssah - F/U changed from 10/29/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221808,"Line":4,"Comment":"10/18/2024 4:21 PM - alyssah - PIC changed from alyssah to oenm"},{"comp":1,"quote":221808,"Line":5,"Comment":"11/05/2024 1:07 PM - oenm - F/U changed from 10/26/2024 to 11/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221808,"Line":6,"Comment":"11/05/2024 1:07 PM - oenm - CLO changed from 10/30/2024 to 11/14/2024 (CLO Date Updated)"},{"comp":1,"quote":221808,"Line":7,"Comment":"11/05/2024 1:07 PM - oenm - Req Date changed from 10/31/2024 to 11/22/2024 (Req Date Updated)"},{"comp":1,"quote":221808,"Line":8,"Comment":"11/19/2024 3:13 PM - oenm - F/U changed from 11/14/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221808,"Line":9,"Comment":"11/19/2024 3:13 PM - oenm - CLO changed from 11/14/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221808","line":"1","part":"C4006-0250-4.00","qty":"3","price":"150.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221808","line":"2","part":"C4006-0375-4.00","qty":"3","price":"150.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221808","line":"3","part":"C4006-0500-4.00","qty":"3","price":"139.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221808","line":"4","part":"C4007-0016-3.50","qty":"6","price":"258.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221808","line":"5","part":"C4007-0025-4.00","qty":"3","price":"270.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221808","line":"6","part":"TCLA-40/63A/C6","qty":"1","price":"242.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221808","line":"7","part":"016-SPAN","qty":"1","price":"17.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221808","line":"8","part":"025-SPAN","qty":"1","price":"19.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":8}}] 2024-11-19 14:13:40.222 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221808-11192024141340.txt === {"quote":"221808","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"AMSJAGA","shiptoName":"Applied Machine Solutions,Inc.","entry_date":"09-19-2024","cust_order_date":null,"req_date":"12-14-2024","cust_po":"C4006-0250-4.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Susan Stute","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"14:33","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Susan Stute","follow_phone":"678-880-0893","follow_email":"s.stute@appliedmachine.com","pic_user":"oenm","total_amt":"2588.91","total_gp":"1536.03","total_gpm":"59.33","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"21","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"221808","line":"0","data":"09-19-2024 14:35 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221808,"Line":0,"Comment":"10/04/2024 3:11 PM - alyssah - F/U changed from 09/25/2024 to 10/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221808,"Line":1,"Comment":"10/18/2024 4:20 PM - alyssah - CLO changed from 10/19/2024 to 10/30/2024 (CLO Date Updated)"},{"comp":1,"quote":221808,"Line":2,"Comment":"10/18/2024 4:20 PM - alyssah - F/U changed from 10/16/2024 to 10/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221808,"Line":3,"Comment":"10/18/2024 4:20 PM - alyssah - F/U changed from 10/29/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221808,"Line":4,"Comment":"10/18/2024 4:21 PM - alyssah - PIC changed from alyssah to oenm"},{"comp":1,"quote":221808,"Line":5,"Comment":"11/05/2024 1:07 PM - oenm - F/U changed from 10/26/2024 to 11/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221808,"Line":6,"Comment":"11/05/2024 1:07 PM - oenm - CLO changed from 10/30/2024 to 11/14/2024 (CLO Date Updated)"},{"comp":1,"quote":221808,"Line":7,"Comment":"11/05/2024 1:07 PM - oenm - Req Date changed from 10/31/2024 to 11/22/2024 (Req Date Updated)"},{"comp":1,"quote":221808,"Line":8,"Comment":"11/19/2024 3:13 PM - oenm - F/U changed from 11/14/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221808,"Line":9,"Comment":"11/19/2024 3:13 PM - oenm - CLO changed from 11/14/2024 to 12/07/2024 (CLO Date Updated)"},{"comp":1,"quote":221808,"Line":10,"Comment":"11/19/2024 3:13 PM - oenm - Req Date changed from 11/22/2024 to 12/14/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221808","line":"1","part":"C4006-0250-4.00","qty":"3","price":"150.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221808","line":"2","part":"C4006-0375-4.00","qty":"3","price":"150.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221808","line":"3","part":"C4006-0500-4.00","qty":"3","price":"139.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221808","line":"4","part":"C4007-0016-3.50","qty":"6","price":"258.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221808","line":"5","part":"C4007-0025-4.00","qty":"3","price":"270.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221808","line":"6","part":"TCLA-40/63A/C6","qty":"1","price":"242.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221808","line":"7","part":"016-SPAN","qty":"1","price":"17.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221808","line":"8","part":"025-SPAN","qty":"1","price":"19.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":8}}] 2024-11-19 14:14:05.987 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223006-11192024141405.txt === {"quote":"223006","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"ARBISE","shiptoName":"Arbiser Machine","entry_date":"10-15-2024","cust_order_date":"10-15-2024","req_date":"11-26-2024","cust_po":"5ax201 rotary","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Kevin Abrams","drop_po":"","status":"0","user":"oenm","conv_order":"","time":"13:25","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Kevin Abrams","follow_phone":"941-739-6566","follow_email":"kevina@afi-tools.com","pic_user":"oenm","total_amt":"47844","total_gp":"31344.00","total_gpm":"65.51","rev_type":"RT","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-15-2024","notes":[{"comp":"1","quote":"223006","line":"0","data":"10-15-2024 13:31 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223006","line":"1","part":"5AX-201YA-M","qty":"1","price":"56805.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223006","line":"2","part":"RT-ACCS-CABLE","qty":"2","price":"1500.00","uom":"EA","discount":"20.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223006","Line":"2","Company":"1","F_Line":"1","Comment":"Requires 2 sets. Power and feed back cables from the","Loc":"Y"},{"Quote":"223006","Line":"2","Company":"1","F_Line":"2","Comment":"nikken table to the Haas Bulkhead","Loc":"Y"},{"Quote":"223006","Line":"2","Company":"1","F_Line":"3","Comment":"Requires Haas 4th and 5th Axis Interface and Haas","Loc":"Y"},{"Quote":"223006","Line":"2","Company":"1","F_Line":"4","Comment":"3rd Party Software Option","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-19 14:14:12.740 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223006-11192024141412.txt === {"quote":"223006","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"ARBISE","shiptoName":"Arbiser Machine","entry_date":"10-15-2024","cust_order_date":"10-15-2024","req_date":"11-26-2024","cust_po":"5ax201 rotary","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Kevin Abrams","drop_po":"","status":"0","user":"oenm","conv_order":"","time":"13:25","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Kevin Abrams","follow_phone":"941-739-6566","follow_email":"kevina@afi-tools.com","pic_user":"oenm","total_amt":"47844","total_gp":"31344.00","total_gpm":"65.51","rev_type":"RT","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"223006","line":"0","data":"10-15-2024 13:31 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223006,"Line":0,"Comment":"11/19/2024 3:13 PM - oenm - F/U changed from 11/15/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223006,"Line":1,"Comment":"11/19/2024 3:14 PM - oenm - CLO changed from 11/15/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223006","line":"1","part":"5AX-201YA-M","qty":"1","price":"56805.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223006","line":"2","part":"RT-ACCS-CABLE","qty":"2","price":"1500.00","uom":"EA","discount":"20.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223006","Line":"2","Company":"1","F_Line":"1","Comment":"Requires 2 sets. Power and feed back cables from the","Loc":"Y"},{"Quote":"223006","Line":"2","Company":"1","F_Line":"2","Comment":"nikken table to the Haas Bulkhead","Loc":"Y"},{"Quote":"223006","Line":"2","Company":"1","F_Line":"3","Comment":"Requires Haas 4th and 5th Axis Interface and Haas","Loc":"Y"},{"Quote":"223006","Line":"2","Company":"1","F_Line":"4","Comment":"3rd Party Software Option","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-19 14:14:20.318 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223006-11192024141420.txt === {"quote":"223006","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"ARBISE","shiptoName":"Arbiser Machine","entry_date":"10-15-2024","cust_order_date":"10-15-2024","req_date":"12-14-2024","cust_po":"5ax201 rotary","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Kevin Abrams","drop_po":"","status":"0","user":"oenm","conv_order":"","time":"13:25","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Kevin Abrams","follow_phone":"941-739-6566","follow_email":"kevina@afi-tools.com","pic_user":"oenm","total_amt":"47844","total_gp":"31344.00","total_gpm":"65.51","rev_type":"RT","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"223006","line":"0","data":"10-15-2024 13:31 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223006,"Line":0,"Comment":"11/19/2024 3:13 PM - oenm - F/U changed from 11/15/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223006,"Line":1,"Comment":"11/19/2024 3:14 PM - oenm - CLO changed from 11/15/2024 to 12/07/2024 (CLO Date Updated)"},{"comp":1,"quote":223006,"Line":2,"Comment":"11/19/2024 3:14 PM - oenm - Req Date changed from 11/26/2024 to 12/14/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223006","line":"1","part":"5AX-201YA-M","qty":"1","price":"56805.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223006","line":"2","part":"RT-ACCS-CABLE","qty":"2","price":"1500.00","uom":"EA","discount":"20.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223006","Line":"2","Company":"1","F_Line":"1","Comment":"Requires 2 sets. Power and feed back cables from the","Loc":"Y"},{"Quote":"223006","Line":"2","Company":"1","F_Line":"2","Comment":"nikken table to the Haas Bulkhead","Loc":"Y"},{"Quote":"223006","Line":"2","Company":"1","F_Line":"3","Comment":"Requires Haas 4th and 5th Axis Interface and Haas","Loc":"Y"},{"Quote":"223006","Line":"2","Company":"1","F_Line":"4","Comment":"3rd Party Software Option","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-19 14:14:47.946 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223007-11192024141447.txt === {"quote":"223007","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"ARBISE","shiptoName":"Arbiser Machine","entry_date":"10-15-2024","cust_order_date":"10-15-2024","req_date":"11-26-2024","cust_po":"nct200 rotary","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Kevin Abrams","drop_po":"","status":"0","user":"oenm","conv_order":"","time":"13:32","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Kevin Abrams","follow_phone":"941-739-6566","follow_email":"kevina@afi-tools.com","pic_user":"oenm","total_amt":"17412","total_gp":"17412.00","total_gpm":"100.00","rev_type":"RT","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-15-2024","notes":[{"comp":"1","quote":"223007","line":"0","data":"10-15-2024 13:34 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223007","line":"1","part":"NCT200YA-M","qty":"1","price":"20265.00","uom":"EA","discount":"20.00","req_date":"Stock","branch":"1"},{"comp":"01","order":"223007","line":"2","part":"RT-ACCS-CABLE","qty":"1","price":"1500.00","uom":"EA","discount":"20.00","req_date":"Stock","branch":"1"}],"qlines":[{"Quote":"223007","Line":"1","Company":"1","F_Line":"1","Comment":"ships 2-3 weeks ARO","Loc":"Y"},{"Quote":"223007","Line":"2","Company":"1","F_Line":"1","Comment":"Requires 1 set. Power and feed back cables from the","Loc":"Y"},{"Quote":"223007","Line":"2","Company":"1","F_Line":"2","Comment":"Nikken table to the Haas Bulkhead","Loc":"Y"},{"Quote":"223007","Line":"2","Company":"1","F_Line":"3","Comment":"Requires Haas 4th axis Interface and Haas","Loc":"Y"},{"Quote":"223007","Line":"2","Company":"1","F_Line":"4","Comment":"3rd Party Software","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-19 14:14:54.735 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223007-11192024141454.txt === {"quote":"223007","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"ARBISE","shiptoName":"Arbiser Machine","entry_date":"10-15-2024","cust_order_date":"10-15-2024","req_date":"11-26-2024","cust_po":"nct200 rotary","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Kevin Abrams","drop_po":"","status":"0","user":"oenm","conv_order":"","time":"13:32","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Kevin Abrams","follow_phone":"941-739-6566","follow_email":"kevina@afi-tools.com","pic_user":"oenm","total_amt":"17412","total_gp":"17412.00","total_gpm":"100.00","rev_type":"RT","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"223007","line":"0","data":"10-15-2024 13:34 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223007,"Line":0,"Comment":"11/19/2024 3:14 PM - oenm - F/U changed from 11/15/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223007,"Line":1,"Comment":"11/19/2024 3:14 PM - oenm - CLO changed from 11/15/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223007","line":"1","part":"NCT200YA-M","qty":"1","price":"20265.00","uom":"EA","discount":"20.00","req_date":"Stock","branch":"1"},{"comp":"01","order":"223007","line":"2","part":"RT-ACCS-CABLE","qty":"1","price":"1500.00","uom":"EA","discount":"20.00","req_date":"Stock","branch":"1"}],"qlines":[{"Quote":"223007","Line":"1","Company":"1","F_Line":"1","Comment":"ships 2-3 weeks ARO","Loc":"Y"},{"Quote":"223007","Line":"2","Company":"1","F_Line":"1","Comment":"Requires 1 set. Power and feed back cables from the","Loc":"Y"},{"Quote":"223007","Line":"2","Company":"1","F_Line":"2","Comment":"Nikken table to the Haas Bulkhead","Loc":"Y"},{"Quote":"223007","Line":"2","Company":"1","F_Line":"3","Comment":"Requires Haas 4th axis Interface and Haas","Loc":"Y"},{"Quote":"223007","Line":"2","Company":"1","F_Line":"4","Comment":"3rd Party Software","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-19 14:14:59.892 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223007-11192024141459.txt === {"quote":"223007","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"ARBISE","shiptoName":"Arbiser Machine","entry_date":"10-15-2024","cust_order_date":"10-15-2024","req_date":"12-14-2024","cust_po":"nct200 rotary","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Kevin Abrams","drop_po":"","status":"0","user":"oenm","conv_order":"","time":"13:32","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Kevin Abrams","follow_phone":"941-739-6566","follow_email":"kevina@afi-tools.com","pic_user":"oenm","total_amt":"17412","total_gp":"17412.00","total_gpm":"100.00","rev_type":"RT","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"223007","line":"0","data":"10-15-2024 13:34 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223007,"Line":0,"Comment":"11/19/2024 3:14 PM - oenm - F/U changed from 11/15/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223007,"Line":1,"Comment":"11/19/2024 3:14 PM - oenm - CLO changed from 11/15/2024 to 12/07/2024 (CLO Date Updated)"},{"comp":1,"quote":223007,"Line":2,"Comment":"11/19/2024 3:14 PM - oenm - Req Date changed from 11/26/2024 to 12/14/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223007","line":"1","part":"NCT200YA-M","qty":"1","price":"20265.00","uom":"EA","discount":"20.00","req_date":"Stock","branch":"1"},{"comp":"01","order":"223007","line":"2","part":"RT-ACCS-CABLE","qty":"1","price":"1500.00","uom":"EA","discount":"20.00","req_date":"Stock","branch":"1"}],"qlines":[{"Quote":"223007","Line":"1","Company":"1","F_Line":"1","Comment":"ships 2-3 weeks ARO","Loc":"Y"},{"Quote":"223007","Line":"2","Company":"1","F_Line":"1","Comment":"Requires 1 set. Power and feed back cables from the","Loc":"Y"},{"Quote":"223007","Line":"2","Company":"1","F_Line":"2","Comment":"Nikken table to the Haas Bulkhead","Loc":"Y"},{"Quote":"223007","Line":"2","Company":"1","F_Line":"3","Comment":"Requires Haas 4th axis Interface and Haas","Loc":"Y"},{"Quote":"223007","Line":"2","Company":"1","F_Line":"4","Comment":"3rd Party Software","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-19 14:15:18.789 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223022-11192024141518.txt === {"quote":"223022","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"ARBISE","shiptoName":"Arbiser Machine","entry_date":"10-15-2024","cust_order_date":"10-15-2024","req_date":"11-26-2024","cust_po":"Bt40 Tooling Arbiser","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Kevin Abrams","drop_po":"","status":"0","user":"oenm","conv_order":"","time":"15:04","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Kevin Abrams","follow_phone":"941-739-6566","follow_email":"kevina@afi-tools.com","pic_user":"oenm","total_amt":"1602.34","total_gp":"1015.64","total_gpm":"63.38","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"9","win_pct":"20","clo_date":"11-15-2024","notes":[{"comp":"1","quote":"223022","line":"0","data":"10-15-2024 15:27 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223022","line":"1","part":"B4007-0032-3.13","qty":"1","price":"253.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223022","line":"2","part":"BT40-ER32-70","qty":"1","price":"191.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223022","line":"3","part":"BT40-NPU13-80","qty":"1","price":"523.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223022","line":"4","part":"B40R5-0562-2.87(C)","qty":"1","price":"474.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223022","line":"5","part":"SK16-SET-09-A","qty":"1","price":"738.00","uom":"ST","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223022","line":"6","part":"SK10-SET-05-A","qty":"1","price":"335.00","uom":"ST","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223022","line":"7","part":"SK6-1/8A","qty":"1","price":"65.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223022","line":"8","part":"SK6-1/4A","qty":"1","price":"65.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223022","line":"9","part":"SK6-3/16A","qty":"1","price":"65.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":9}}] 2024-11-19 14:15:25.899 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223022-11192024141525.txt === {"quote":"223022","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"ARBISE","shiptoName":"Arbiser Machine","entry_date":"10-15-2024","cust_order_date":"10-15-2024","req_date":"11-26-2024","cust_po":"Bt40 Tooling Arbiser","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Kevin Abrams","drop_po":"","status":"0","user":"oenm","conv_order":"","time":"15:04","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Kevin Abrams","follow_phone":"941-739-6566","follow_email":"kevina@afi-tools.com","pic_user":"oenm","total_amt":"1602.34","total_gp":"1015.64","total_gpm":"63.38","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"9","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"223022","line":"0","data":"10-15-2024 15:27 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223022,"Line":0,"Comment":"11/19/2024 3:15 PM - oenm - F/U changed from 11/15/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223022,"Line":1,"Comment":"11/19/2024 3:15 PM - oenm - CLO changed from 11/15/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223022","line":"1","part":"B4007-0032-3.13","qty":"1","price":"253.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223022","line":"2","part":"BT40-ER32-70","qty":"1","price":"191.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223022","line":"3","part":"BT40-NPU13-80","qty":"1","price":"523.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223022","line":"4","part":"B40R5-0562-2.87(C)","qty":"1","price":"474.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223022","line":"5","part":"SK16-SET-09-A","qty":"1","price":"738.00","uom":"ST","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223022","line":"6","part":"SK10-SET-05-A","qty":"1","price":"335.00","uom":"ST","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223022","line":"7","part":"SK6-1/8A","qty":"1","price":"65.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223022","line":"8","part":"SK6-1/4A","qty":"1","price":"65.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223022","line":"9","part":"SK6-3/16A","qty":"1","price":"65.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":9}}] 2024-11-19 14:15:30.567 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223022-11192024141530.txt === {"quote":"223022","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"ARBISE","shiptoName":"Arbiser Machine","entry_date":"10-15-2024","cust_order_date":"10-15-2024","req_date":"12-14-2024","cust_po":"Bt40 Tooling Arbiser","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Kevin Abrams","drop_po":"","status":"0","user":"oenm","conv_order":"","time":"15:04","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Kevin Abrams","follow_phone":"941-739-6566","follow_email":"kevina@afi-tools.com","pic_user":"oenm","total_amt":"1602.34","total_gp":"1015.64","total_gpm":"63.38","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"9","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"223022","line":"0","data":"10-15-2024 15:27 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223022,"Line":0,"Comment":"11/19/2024 3:15 PM - oenm - F/U changed from 11/15/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223022,"Line":1,"Comment":"11/19/2024 3:15 PM - oenm - CLO changed from 11/15/2024 to 12/07/2024 (CLO Date Updated)"},{"comp":1,"quote":223022,"Line":2,"Comment":"11/19/2024 3:15 PM - oenm - Req Date changed from 11/26/2024 to 12/14/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223022","line":"1","part":"B4007-0032-3.13","qty":"1","price":"253.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223022","line":"2","part":"BT40-ER32-70","qty":"1","price":"191.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223022","line":"3","part":"BT40-NPU13-80","qty":"1","price":"523.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223022","line":"4","part":"B40R5-0562-2.87(C)","qty":"1","price":"474.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223022","line":"5","part":"SK16-SET-09-A","qty":"1","price":"738.00","uom":"ST","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223022","line":"6","part":"SK10-SET-05-A","qty":"1","price":"335.00","uom":"ST","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223022","line":"7","part":"SK6-1/8A","qty":"1","price":"65.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223022","line":"8","part":"SK6-1/4A","qty":"1","price":"65.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223022","line":"9","part":"SK6-3/16A","qty":"1","price":"65.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":9}}] 2024-11-19 14:16:07.429 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218423-11192024141607.txt === {"quote":"218423","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"1","shipto":"AMERVALD","shiptoName":"American Drill Bushing","entry_date":"07-08-2024","cust_order_date":"07-08-2024","req_date":"11-23-2024","cust_po":"EZ-SMARTT-V01","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"15:19","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Jake Adam","follow_phone":"386-855-0023","follow_email":"jake@afi-tools.com","pic_user":"oenm","total_amt":"1760","total_gp":"1122.00","total_gpm":"63.75","rev_type":"PCQC","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-16-2024","notes":[],"crmnotes":[{"comp":1,"quote":218423,"Line":0,"Comment":"07/11/2024 2:43 PM - oenm - F/U changed from 07/14/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218423,"Line":1,"Comment":"08/08/2024 12:19 PM - oenm - F/U changed from 07/27/2024 to 9/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218423,"Line":2,"Comment":"08/08/2024 12:19 PM - oenm - CLO changed from 08/08/2024 to 09/16/2024 (CLO Date Updated)"},{"comp":1,"quote":218423,"Line":3,"Comment":"08/08/2024 12:19 PM - oenm - Req Date changed from 08/19/2024 to 09/23/2024 (Req Date Updated)"},{"comp":1,"quote":218423,"Line":4,"Comment":"09/19/2024 8:54 AM - oenm - F/U Changed from 9/16/2024 to 9/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218423,"Line":5,"Comment":"09/19/2024 8:54 AM - oenm - CLO changed from 9/16/2024 to 9/29/2024 (CLO Date Updated)"},{"comp":1,"quote":218423,"Line":6,"Comment":"09/19/2024 8:55 AM - oenm - Req Date change from 9/23/2024 to 9/30/2024 (Req Date Updated)"},{"comp":1,"quote":218423,"Line":7,"Comment":"09/24/2024 9:21 AM - oenm - F/U changed from 09/29/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218423,"Line":8,"Comment":"09/24/2024 9:21 AM - oenm - CLO changed from 09/29/2024 to 10/12/2024 (CLO Date Updated)"},{"comp":1,"quote":218423,"Line":9,"Comment":"09/24/2024 9:21 AM - oenm - Req Date changed from 09/30/2024 to 10/19/2024 (Req Date Updated)"},{"comp":1,"quote":218423,"Line":10,"Comment":"10/04/2024 11:30 AM - oenm - F/U changed from 10/05/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218423,"Line":11,"Comment":"10/11/2024 12:42 PM - oenm - F/U changed from 10/12/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218423,"Line":12,"Comment":"10/11/2024 12:42 PM - oenm - CLO changed from 10/12/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":218423,"Line":13,"Comment":"10/11/2024 12:42 PM - oenm - Req Date changed from 10/19/2024 to 10/25/2024 (Req Date Updated)"},{"comp":1,"quote":218423,"Line":14,"Comment":"10/18/2024 4:55 PM - oenm - F/U changed from 10/19/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218423,"Line":15,"Comment":"10/18/2024 4:55 PM - oenm - CLO changed from 10/19/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":218423,"Line":16,"Comment":"10/18/2024 4:56 PM - oenm - Req Date changed from 10/25/2024 to 11/16/2024 (Req Date Updated)"},{"comp":1,"quote":218423,"Line":17,"Comment":"11/06/2024 4:12 PM - oenm - F/U changed from 11/09/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218423,"Line":18,"Comment":"11/06/2024 4:12 PM - oenm - CLO changed from 11/09/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":218423,"Line":19,"Comment":"11/06/2024 4:12 PM - oenm - Req Date changed from 11/16/2024 to 11/23/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"218423","line":"1","part":"EZ-SMARTT-V01","qty":"1","price":"2200.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-19 14:16:23.307 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219590-11192024141622.txt === {"quote":"219590","customer":"19575","name":null,"customerName":"Single Source Technologies","comp":"01","open":"0","shipto":"GTI","shiptoName":"GTI Precision Components","entry_date":"08-01-2024","cust_order_date":null,"req_date":"11-29-2024","cust_po":"HSK63A-SK10C-105P","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Bob Ash","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"13:33","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Bob Ash","follow_phone":"256-200-1100","follow_email":"bob.ash@sstconsumables.com","pic_user":"oenm","total_amt":"29356.08","total_gp":"19426.66","total_gpm":"66.18","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"266","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"219590","line":"1","data":"08-01-2024 13:46 - Discounts Recalculated QS"},{"comp":"1","quote":"219590","line":"0","data":"08-01-2024 13:55-alyssah GTI Precision"}],"crmnotes":[{"comp":1,"quote":219590,"Line":0,"Comment":"08/15/2024 7:29 AM - mattm - CLO changed from 8/24/2024 to 8/31/2024 (CLO Date Updated)"},{"comp":1,"quote":219590,"Line":1,"Comment":"08/15/2024 7:29 AM - mattm - F/U Changed from 8/14/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219590,"Line":2,"Comment":"09/03/2024 6:28 PM - mattm - Req Date change from 9/12/2024 to 9/13/2024 (Req Date Updated)"},{"comp":1,"quote":219590,"Line":3,"Comment":"09/03/2024 6:28 PM - mattm - CLO changed from 8/31/2024 to 9/7/2024 (CLO Date Updated)"},{"comp":1,"quote":219590,"Line":4,"Comment":"09/03/2024 6:29 PM - mattm - F/U Changed from 8/31/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219590,"Line":5,"Comment":"09/06/2024 11:55 AM - mattm - Encounter has been added"},{"comp":1,"quote":219590,"Line":6,"Comment":"09/06/2024 11:55 AM - mattm - Req Date changed from 09/13/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":219590,"Line":7,"Comment":"09/06/2024 11:55 AM - mattm - CLO changed from 09/07/2024 to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":219590,"Line":8,"Comment":"09/06/2024 11:56 AM - mattm - F/U changed from 09/07/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219590,"Line":9,"Comment":"10/12/2024 7:30 AM - mattm - active project. Mike is going thru all of the holders and collets that he has first and then finishing with a revised list"},{"comp":1,"quote":219590,"Line":10,"Comment":"10/12/2024 7:30 AM - mattm - Req Date changed from 10/31/2024 to 11/29/2024 (Req Date Updated)"},{"comp":1,"quote":219590,"Line":11,"Comment":"10/12/2024 7:31 AM - mattm - CLO changed from 10/26/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":219590,"Line":12,"Comment":"10/12/2024 7:31 AM - mattm - F/U changed from 10/26/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219590,"Line":13,"Comment":"10/12/2024 7:31 AM - mattm - PIC changed from mattm to oenm"}],"items":[{"comp":"01","order":"219590","line":"1","part":"HSK63A-SK10C-105P-IDU","qty":"1","price":"536.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"2","part":"SK10-1","qty":"1","price":"123.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"3","part":"HSK63A-SK10C-105P-IDU","qty":"1","price":"536.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"4","part":"SK10-1.5","qty":"1","price":"117.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"5","part":"HSK63A-SK10C-105P-IDU","qty":"2","price":"536.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"6","part":"SK10-2","qty":"2","price":"81.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"7","part":"HSK63A-SK10C-105P-IDU","qty":"3","price":"536.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"8","part":"SK10-3","qty":"3","price":"67.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"9","part":"HSK63A-SK10C-105P-IDU","qty":"4","price":"536.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"10","part":"SK10-4","qty":"4","price":"67.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"11","part":"HSK63A-SK10C-105P-IDU","qty":"4","price":"536.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"12","part":"SK10-6","qty":"4","price":"67.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"13","part":"HSK63A-SK10C-105P-IDU","qty":"4","price":"536.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"14","part":"SK10-8","qty":"4","price":"67.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"15","part":"HSK63A-SK16C-120P-IDU","qty":"2","price":"637.00","uom":"EA","discount":"28.00","req_date":"2-3 days","branch":"1"},{"comp":"01","order":"219590","line":"16","part":"SK16-10","qty":"2","price":"82.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"17","part":"HSK63A-SK16C-120P-IDU","qty":"4","price":"637.00","uom":"EA","discount":"28.00","req_date":"2-3 days","branch":"1"},{"comp":"01","order":"219590","line":"18","part":"SK16-12","qty":"4","price":"82.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"19","part":"HSK63A-SK16C-120P-IDU","qty":"2","price":"637.00","uom":"EA","discount":"28.00","req_date":"2-3 days","branch":"1"},{"comp":"01","order":"219590","line":"20","part":"SK16-16","qty":"2","price":"82.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"21","part":"HSK63A-ER16S-100","qty":"40","price":"327.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"22","part":"E16-NUT-G","qty":"40","price":"43.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"23","part":"HSK63A-ER25S-80","qty":"20","price":"317.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"24","part":"E25-NUT-G","qty":"20","price":"20.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"25","part":"HSK63-TUBE","qty":"87","price":"36.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"26","part":"GH10","qty":"1","price":"154.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"27","part":"GH16","qty":"1","price":"221.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"28","part":"TQW-HANDLE14X18","qty":"1","price":"53.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"29","part":"TQW-E16-G","qty":"1","price":"140.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"30","part":"TQW-E25-G","qty":"1","price":"153.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":30}}] 2024-11-19 14:16:30.976 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219590-11192024141630.txt === {"quote":"219590","customer":"19575","name":null,"customerName":"Single Source Technologies","comp":"01","open":"0","shipto":"GTI","shiptoName":"GTI Precision Components","entry_date":"08-01-2024","cust_order_date":null,"req_date":"11-29-2024","cust_po":"HSK63A-SK10C-105P","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Bob Ash","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"13:33","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Bob Ash","follow_phone":"256-200-1100","follow_email":"bob.ash@sstconsumables.com","pic_user":"oenm","total_amt":"29356.08","total_gp":"19426.66","total_gpm":"66.18","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"266","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"219590","line":"1","data":"08-01-2024 13:46 - Discounts Recalculated QS"},{"comp":"1","quote":"219590","line":"0","data":"08-01-2024 13:55-alyssah GTI Precision"}],"crmnotes":[{"comp":1,"quote":219590,"Line":0,"Comment":"08/15/2024 7:29 AM - mattm - CLO changed from 8/24/2024 to 8/31/2024 (CLO Date Updated)"},{"comp":1,"quote":219590,"Line":1,"Comment":"08/15/2024 7:29 AM - mattm - F/U Changed from 8/14/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219590,"Line":2,"Comment":"09/03/2024 6:28 PM - mattm - Req Date change from 9/12/2024 to 9/13/2024 (Req Date Updated)"},{"comp":1,"quote":219590,"Line":3,"Comment":"09/03/2024 6:28 PM - mattm - CLO changed from 8/31/2024 to 9/7/2024 (CLO Date Updated)"},{"comp":1,"quote":219590,"Line":4,"Comment":"09/03/2024 6:29 PM - mattm - F/U Changed from 8/31/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219590,"Line":5,"Comment":"09/06/2024 11:55 AM - mattm - Encounter has been added"},{"comp":1,"quote":219590,"Line":6,"Comment":"09/06/2024 11:55 AM - mattm - Req Date changed from 09/13/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":219590,"Line":7,"Comment":"09/06/2024 11:55 AM - mattm - CLO changed from 09/07/2024 to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":219590,"Line":8,"Comment":"09/06/2024 11:56 AM - mattm - F/U changed from 09/07/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219590,"Line":9,"Comment":"10/12/2024 7:30 AM - mattm - active project. Mike is going thru all of the holders and collets that he has first and then finishing with a revised list"},{"comp":1,"quote":219590,"Line":10,"Comment":"10/12/2024 7:30 AM - mattm - Req Date changed from 10/31/2024 to 11/29/2024 (Req Date Updated)"},{"comp":1,"quote":219590,"Line":11,"Comment":"10/12/2024 7:31 AM - mattm - CLO changed from 10/26/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":219590,"Line":12,"Comment":"10/12/2024 7:31 AM - mattm - F/U changed from 10/26/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219590,"Line":13,"Comment":"10/12/2024 7:31 AM - mattm - PIC changed from mattm to oenm"},{"comp":1,"quote":219590,"Line":14,"Comment":"11/19/2024 3:16 PM - oenm - F/U changed from 11/16/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219590,"Line":15,"Comment":"11/19/2024 3:16 PM - oenm - CLO changed from 11/16/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"219590","line":"1","part":"HSK63A-SK10C-105P-IDU","qty":"1","price":"536.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"2","part":"SK10-1","qty":"1","price":"123.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"3","part":"HSK63A-SK10C-105P-IDU","qty":"1","price":"536.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"4","part":"SK10-1.5","qty":"1","price":"117.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"5","part":"HSK63A-SK10C-105P-IDU","qty":"2","price":"536.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"6","part":"SK10-2","qty":"2","price":"81.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"7","part":"HSK63A-SK10C-105P-IDU","qty":"3","price":"536.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"8","part":"SK10-3","qty":"3","price":"67.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"9","part":"HSK63A-SK10C-105P-IDU","qty":"4","price":"536.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"10","part":"SK10-4","qty":"4","price":"67.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"11","part":"HSK63A-SK10C-105P-IDU","qty":"4","price":"536.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"12","part":"SK10-6","qty":"4","price":"67.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"13","part":"HSK63A-SK10C-105P-IDU","qty":"4","price":"536.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"14","part":"SK10-8","qty":"4","price":"67.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"15","part":"HSK63A-SK16C-120P-IDU","qty":"2","price":"637.00","uom":"EA","discount":"28.00","req_date":"2-3 days","branch":"1"},{"comp":"01","order":"219590","line":"16","part":"SK16-10","qty":"2","price":"82.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"17","part":"HSK63A-SK16C-120P-IDU","qty":"4","price":"637.00","uom":"EA","discount":"28.00","req_date":"2-3 days","branch":"1"},{"comp":"01","order":"219590","line":"18","part":"SK16-12","qty":"4","price":"82.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"19","part":"HSK63A-SK16C-120P-IDU","qty":"2","price":"637.00","uom":"EA","discount":"28.00","req_date":"2-3 days","branch":"1"},{"comp":"01","order":"219590","line":"20","part":"SK16-16","qty":"2","price":"82.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"21","part":"HSK63A-ER16S-100","qty":"40","price":"327.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"22","part":"E16-NUT-G","qty":"40","price":"43.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"23","part":"HSK63A-ER25S-80","qty":"20","price":"317.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"24","part":"E25-NUT-G","qty":"20","price":"20.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"25","part":"HSK63-TUBE","qty":"87","price":"36.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"26","part":"GH10","qty":"1","price":"154.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"27","part":"GH16","qty":"1","price":"221.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"28","part":"TQW-HANDLE14X18","qty":"1","price":"53.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"29","part":"TQW-E16-G","qty":"1","price":"140.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"30","part":"TQW-E25-G","qty":"1","price":"153.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":30}}] 2024-11-19 14:16:37.377 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219590-11192024141637.txt === {"quote":"219590","customer":"19575","name":null,"customerName":"Single Source Technologies","comp":"01","open":"0","shipto":"GTI","shiptoName":"GTI Precision Components","entry_date":"08-01-2024","cust_order_date":null,"req_date":"12-14-2024","cust_po":"HSK63A-SK10C-105P","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Bob Ash","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"13:33","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Bob Ash","follow_phone":"256-200-1100","follow_email":"bob.ash@sstconsumables.com","pic_user":"oenm","total_amt":"29356.08","total_gp":"19426.66","total_gpm":"66.18","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"266","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"219590","line":"1","data":"08-01-2024 13:46 - Discounts Recalculated QS"},{"comp":"1","quote":"219590","line":"0","data":"08-01-2024 13:55-alyssah GTI Precision"}],"crmnotes":[{"comp":1,"quote":219590,"Line":0,"Comment":"08/15/2024 7:29 AM - mattm - CLO changed from 8/24/2024 to 8/31/2024 (CLO Date Updated)"},{"comp":1,"quote":219590,"Line":1,"Comment":"08/15/2024 7:29 AM - mattm - F/U Changed from 8/14/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219590,"Line":2,"Comment":"09/03/2024 6:28 PM - mattm - Req Date change from 9/12/2024 to 9/13/2024 (Req Date Updated)"},{"comp":1,"quote":219590,"Line":3,"Comment":"09/03/2024 6:28 PM - mattm - CLO changed from 8/31/2024 to 9/7/2024 (CLO Date Updated)"},{"comp":1,"quote":219590,"Line":4,"Comment":"09/03/2024 6:29 PM - mattm - F/U Changed from 8/31/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219590,"Line":5,"Comment":"09/06/2024 11:55 AM - mattm - Encounter has been added"},{"comp":1,"quote":219590,"Line":6,"Comment":"09/06/2024 11:55 AM - mattm - Req Date changed from 09/13/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":219590,"Line":7,"Comment":"09/06/2024 11:55 AM - mattm - CLO changed from 09/07/2024 to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":219590,"Line":8,"Comment":"09/06/2024 11:56 AM - mattm - F/U changed from 09/07/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219590,"Line":9,"Comment":"10/12/2024 7:30 AM - mattm - active project. Mike is going thru all of the holders and collets that he has first and then finishing with a revised list"},{"comp":1,"quote":219590,"Line":10,"Comment":"10/12/2024 7:30 AM - mattm - Req Date changed from 10/31/2024 to 11/29/2024 (Req Date Updated)"},{"comp":1,"quote":219590,"Line":11,"Comment":"10/12/2024 7:31 AM - mattm - CLO changed from 10/26/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":219590,"Line":12,"Comment":"10/12/2024 7:31 AM - mattm - F/U changed from 10/26/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219590,"Line":13,"Comment":"10/12/2024 7:31 AM - mattm - PIC changed from mattm to oenm"},{"comp":1,"quote":219590,"Line":14,"Comment":"11/19/2024 3:16 PM - oenm - F/U changed from 11/16/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219590,"Line":15,"Comment":"11/19/2024 3:16 PM - oenm - CLO changed from 11/16/2024 to 12/07/2024 (CLO Date Updated)"},{"comp":1,"quote":219590,"Line":16,"Comment":"11/19/2024 3:16 PM - oenm - Req Date changed from 11/29/2024 to 12/14/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"219590","line":"1","part":"HSK63A-SK10C-105P-IDU","qty":"1","price":"536.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"2","part":"SK10-1","qty":"1","price":"123.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"3","part":"HSK63A-SK10C-105P-IDU","qty":"1","price":"536.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"4","part":"SK10-1.5","qty":"1","price":"117.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"5","part":"HSK63A-SK10C-105P-IDU","qty":"2","price":"536.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"6","part":"SK10-2","qty":"2","price":"81.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"7","part":"HSK63A-SK10C-105P-IDU","qty":"3","price":"536.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"8","part":"SK10-3","qty":"3","price":"67.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"9","part":"HSK63A-SK10C-105P-IDU","qty":"4","price":"536.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"10","part":"SK10-4","qty":"4","price":"67.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"11","part":"HSK63A-SK10C-105P-IDU","qty":"4","price":"536.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"12","part":"SK10-6","qty":"4","price":"67.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"13","part":"HSK63A-SK10C-105P-IDU","qty":"4","price":"536.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"14","part":"SK10-8","qty":"4","price":"67.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"15","part":"HSK63A-SK16C-120P-IDU","qty":"2","price":"637.00","uom":"EA","discount":"28.00","req_date":"2-3 days","branch":"1"},{"comp":"01","order":"219590","line":"16","part":"SK16-10","qty":"2","price":"82.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"17","part":"HSK63A-SK16C-120P-IDU","qty":"4","price":"637.00","uom":"EA","discount":"28.00","req_date":"2-3 days","branch":"1"},{"comp":"01","order":"219590","line":"18","part":"SK16-12","qty":"4","price":"82.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"19","part":"HSK63A-SK16C-120P-IDU","qty":"2","price":"637.00","uom":"EA","discount":"28.00","req_date":"2-3 days","branch":"1"},{"comp":"01","order":"219590","line":"20","part":"SK16-16","qty":"2","price":"82.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"21","part":"HSK63A-ER16S-100","qty":"40","price":"327.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"22","part":"E16-NUT-G","qty":"40","price":"43.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"23","part":"HSK63A-ER25S-80","qty":"20","price":"317.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"24","part":"E25-NUT-G","qty":"20","price":"20.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"25","part":"HSK63-TUBE","qty":"87","price":"36.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"26","part":"GH10","qty":"1","price":"154.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"27","part":"GH16","qty":"1","price":"221.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"28","part":"TQW-HANDLE14X18","qty":"1","price":"53.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"29","part":"TQW-E16-G","qty":"1","price":"140.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219590","line":"30","part":"TQW-E25-G","qty":"1","price":"153.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":30}}] 2024-11-19 14:18:56.459 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220510-11192024141856.txt === {"quote":"220510","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"KTEMABLE","shiptoName":"KTE Co","entry_date":"08-21-2024","cust_order_date":"08-21-2024","req_date":"11-23-2024","cust_po":"KTE -346B","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brian Abrams","drop_po":"","status":"0","user":"mattm","conv_order":"","time":"14:31","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Brian Abrams","follow_phone":"770-932-3939","follow_email":"brian@afi-tools.com","pic_user":"oenm","total_amt":"15638.4","total_gp":"8016.03","total_gpm":"51.26","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"10","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"220510","line":"1","data":"08-21-2024 14:49 - Discounts Recalculated QS"},{"comp":"1","quote":"220510","line":"0","data":"08-21-2024 14:40 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220510,"Line":0,"Comment":"10/18/2024 5:16 PM - oenm - F/U changed from 10/19/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220510,"Line":1,"Comment":"10/18/2024 5:16 PM - oenm - CLO changed from 10/19/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":220510,"Line":2,"Comment":"10/18/2024 5:16 PM - oenm - Req Date changed from 10/30/2024 to 11/03/2024 (Req Date Updated)"},{"comp":1,"quote":220510,"Line":3,"Comment":"11/06/2024 4:07 PM - oenm - F/U changed from 11/02/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220510,"Line":4,"Comment":"11/06/2024 4:07 PM - oenm - CLO changed from 11/02/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":220510,"Line":5,"Comment":"11/06/2024 4:07 PM - oenm - Req Date changed from 11/03/2024 to 11/23/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"220510","line":"1","part":"PRE-E346PLUS-I40","qty":"1","price":"16600.00","uom":"EA","discount":"28.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"220510","line":"2","part":"PRE-E346PLUS-STD","qty":"1","price":"1940.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220510","line":"3","part":"PRE-GAUGE-C4","qty":"1","price":"2130.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220510","line":"4","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220510","line":"5","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220510","line":"6","part":"PRE-PRNT-ROLL-QL800","qty":"5","price":"30.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-19 14:19:03.745 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220510-11192024141903.txt === {"quote":"220510","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"KTEMABLE","shiptoName":"KTE Co","entry_date":"08-21-2024","cust_order_date":"08-21-2024","req_date":"11-23-2024","cust_po":"KTE -346B","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brian Abrams","drop_po":"","status":"0","user":"mattm","conv_order":"","time":"14:31","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Brian Abrams","follow_phone":"770-932-3939","follow_email":"brian@afi-tools.com","pic_user":"oenm","total_amt":"15638.4","total_gp":"8016.03","total_gpm":"51.26","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"10","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"220510","line":"1","data":"08-21-2024 14:49 - Discounts Recalculated QS"},{"comp":"1","quote":"220510","line":"0","data":"08-21-2024 14:40 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220510,"Line":0,"Comment":"10/18/2024 5:16 PM - oenm - F/U changed from 10/19/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220510,"Line":1,"Comment":"10/18/2024 5:16 PM - oenm - CLO changed from 10/19/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":220510,"Line":2,"Comment":"10/18/2024 5:16 PM - oenm - Req Date changed from 10/30/2024 to 11/03/2024 (Req Date Updated)"},{"comp":1,"quote":220510,"Line":3,"Comment":"11/06/2024 4:07 PM - oenm - F/U changed from 11/02/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220510,"Line":4,"Comment":"11/06/2024 4:07 PM - oenm - CLO changed from 11/02/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":220510,"Line":5,"Comment":"11/06/2024 4:07 PM - oenm - Req Date changed from 11/03/2024 to 11/23/2024 (Req Date Updated)"},{"comp":1,"quote":220510,"Line":6,"Comment":"11/19/2024 3:18 PM - oenm - F/U changed from 11/16/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220510,"Line":7,"Comment":"11/19/2024 3:18 PM - oenm - CLO changed from 11/16/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"220510","line":"1","part":"PRE-E346PLUS-I40","qty":"1","price":"16600.00","uom":"EA","discount":"28.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"220510","line":"2","part":"PRE-E346PLUS-STD","qty":"1","price":"1940.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220510","line":"3","part":"PRE-GAUGE-C4","qty":"1","price":"2130.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220510","line":"4","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220510","line":"5","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220510","line":"6","part":"PRE-PRNT-ROLL-QL800","qty":"5","price":"30.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-19 14:19:12.420 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220510-11192024141912.txt === {"quote":"220510","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"KTEMABLE","shiptoName":"KTE Co","entry_date":"08-21-2024","cust_order_date":"08-21-2024","req_date":"12-14-2024","cust_po":"KTE -346B","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brian Abrams","drop_po":"","status":"0","user":"mattm","conv_order":"","time":"14:31","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Brian Abrams","follow_phone":"770-932-3939","follow_email":"brian@afi-tools.com","pic_user":"oenm","total_amt":"15638.4","total_gp":"8016.03","total_gpm":"51.26","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"10","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"220510","line":"1","data":"08-21-2024 14:49 - Discounts Recalculated QS"},{"comp":"1","quote":"220510","line":"0","data":"08-21-2024 14:40 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220510,"Line":0,"Comment":"10/18/2024 5:16 PM - oenm - F/U changed from 10/19/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220510,"Line":1,"Comment":"10/18/2024 5:16 PM - oenm - CLO changed from 10/19/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":220510,"Line":2,"Comment":"10/18/2024 5:16 PM - oenm - Req Date changed from 10/30/2024 to 11/03/2024 (Req Date Updated)"},{"comp":1,"quote":220510,"Line":3,"Comment":"11/06/2024 4:07 PM - oenm - F/U changed from 11/02/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220510,"Line":4,"Comment":"11/06/2024 4:07 PM - oenm - CLO changed from 11/02/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":220510,"Line":5,"Comment":"11/06/2024 4:07 PM - oenm - Req Date changed from 11/03/2024 to 11/23/2024 (Req Date Updated)"},{"comp":1,"quote":220510,"Line":6,"Comment":"11/19/2024 3:18 PM - oenm - F/U changed from 11/16/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220510,"Line":7,"Comment":"11/19/2024 3:18 PM - oenm - CLO changed from 11/16/2024 to 12/07/2024 (CLO Date Updated)"},{"comp":1,"quote":220510,"Line":8,"Comment":"11/19/2024 3:19 PM - oenm - Req Date changed from 11/23/2024 to 12/14/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"220510","line":"1","part":"PRE-E346PLUS-I40","qty":"1","price":"16600.00","uom":"EA","discount":"28.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"220510","line":"2","part":"PRE-E346PLUS-STD","qty":"1","price":"1940.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220510","line":"3","part":"PRE-GAUGE-C4","qty":"1","price":"2130.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220510","line":"4","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220510","line":"5","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220510","line":"6","part":"PRE-PRNT-ROLL-QL800","qty":"5","price":"30.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-19 14:23:00.819 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221912-11192024142300.txt === {"quote":"221912","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"APPMACH","shiptoName":"Applied Machine Solutions","entry_date":"09-23-2024","cust_order_date":null,"req_date":"11-23-2024","cust_po":"BMT65-ER32X-ICE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Lipscomb","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"09:45","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"David Lipscomb","follow_phone":"678-727-6167","follow_email":"d.lipscomb@appliedmachine.com","pic_user":"oenm","total_amt":"8906.8","total_gp":"5310.53","total_gpm":"59.62","rev_type":"LT","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"10","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"221912","line":"0","data":"09-23-2024 09:55 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221912,"Line":0,"Comment":"10/18/2024 4:16 PM - alyssah - CLO changed from 10/23/2024 to 10/31/2024 (CLO Date Updated)"},{"comp":1,"quote":221912,"Line":1,"Comment":"10/18/2024 4:16 PM - alyssah - F/U changed from 10/16/2024 to 10/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221912,"Line":2,"Comment":"10/18/2024 4:16 PM - alyssah - PIC changed from alyssah to oenm"},{"comp":1,"quote":221912,"Line":3,"Comment":"11/06/2024 4:06 PM - oenm - F/U changed from 10/30/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221912,"Line":4,"Comment":"11/06/2024 4:06 PM - oenm - CLO changed from 10/31/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":221912,"Line":5,"Comment":"11/06/2024 4:06 PM - oenm - Req Date changed from 11/04/2024 to 11/23/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221912","line":"1","part":"BMT65-ER32X-ICE","qty":"1","price":"3320.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221912","line":"2","part":"BMT65-ER32Z-72-ICE","qty":"1","price":"4712.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221912","line":"3","part":"BMT65-OD10X","qty":"3","price":"664.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221912","line":"4","part":"BMT65-BG15Z-C","qty":"2","price":"782.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221912","line":"5","part":"BMT65-CO32MMX","qty":"1","price":"920.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221912","line":"7","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221912","line":"8","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-19 14:23:07.729 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221912-11192024142307.txt === {"quote":"221912","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"APPMACH","shiptoName":"Applied Machine Solutions","entry_date":"09-23-2024","cust_order_date":null,"req_date":"11-23-2024","cust_po":"BMT65-ER32X-ICE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Lipscomb","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"09:45","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"David Lipscomb","follow_phone":"678-727-6167","follow_email":"d.lipscomb@appliedmachine.com","pic_user":"oenm","total_amt":"8906.8","total_gp":"5310.53","total_gpm":"59.62","rev_type":"LT","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"10","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"221912","line":"0","data":"09-23-2024 09:55 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221912,"Line":0,"Comment":"10/18/2024 4:16 PM - alyssah - CLO changed from 10/23/2024 to 10/31/2024 (CLO Date Updated)"},{"comp":1,"quote":221912,"Line":1,"Comment":"10/18/2024 4:16 PM - alyssah - F/U changed from 10/16/2024 to 10/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221912,"Line":2,"Comment":"10/18/2024 4:16 PM - alyssah - PIC changed from alyssah to oenm"},{"comp":1,"quote":221912,"Line":3,"Comment":"11/06/2024 4:06 PM - oenm - F/U changed from 10/30/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221912,"Line":4,"Comment":"11/06/2024 4:06 PM - oenm - CLO changed from 10/31/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":221912,"Line":5,"Comment":"11/06/2024 4:06 PM - oenm - Req Date changed from 11/04/2024 to 11/23/2024 (Req Date Updated)"},{"comp":1,"quote":221912,"Line":6,"Comment":"11/19/2024 3:22 PM - oenm - F/U changed from 11/16/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221912,"Line":7,"Comment":"11/19/2024 3:22 PM - oenm - CLO changed from 11/16/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221912","line":"1","part":"BMT65-ER32X-ICE","qty":"1","price":"3320.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221912","line":"2","part":"BMT65-ER32Z-72-ICE","qty":"1","price":"4712.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221912","line":"3","part":"BMT65-OD10X","qty":"3","price":"664.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221912","line":"4","part":"BMT65-BG15Z-C","qty":"2","price":"782.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221912","line":"5","part":"BMT65-CO32MMX","qty":"1","price":"920.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221912","line":"7","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221912","line":"8","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-19 14:23:13.704 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221912-11192024142313.txt === {"quote":"221912","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"APPMACH","shiptoName":"Applied Machine Solutions","entry_date":"09-23-2024","cust_order_date":null,"req_date":"12-14-2024","cust_po":"BMT65-ER32X-ICE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Lipscomb","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"09:45","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"David Lipscomb","follow_phone":"678-727-6167","follow_email":"d.lipscomb@appliedmachine.com","pic_user":"oenm","total_amt":"8906.8","total_gp":"5310.53","total_gpm":"59.62","rev_type":"LT","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"10","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"221912","line":"0","data":"09-23-2024 09:55 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221912,"Line":0,"Comment":"10/18/2024 4:16 PM - alyssah - CLO changed from 10/23/2024 to 10/31/2024 (CLO Date Updated)"},{"comp":1,"quote":221912,"Line":1,"Comment":"10/18/2024 4:16 PM - alyssah - F/U changed from 10/16/2024 to 10/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221912,"Line":2,"Comment":"10/18/2024 4:16 PM - alyssah - PIC changed from alyssah to oenm"},{"comp":1,"quote":221912,"Line":3,"Comment":"11/06/2024 4:06 PM - oenm - F/U changed from 10/30/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221912,"Line":4,"Comment":"11/06/2024 4:06 PM - oenm - CLO changed from 10/31/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":221912,"Line":5,"Comment":"11/06/2024 4:06 PM - oenm - Req Date changed from 11/04/2024 to 11/23/2024 (Req Date Updated)"},{"comp":1,"quote":221912,"Line":6,"Comment":"11/19/2024 3:22 PM - oenm - F/U changed from 11/16/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221912,"Line":7,"Comment":"11/19/2024 3:22 PM - oenm - CLO changed from 11/16/2024 to 12/07/2024 (CLO Date Updated)"},{"comp":1,"quote":221912,"Line":8,"Comment":"11/19/2024 3:23 PM - oenm - Req Date changed from 11/23/2024 to 12/14/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221912","line":"1","part":"BMT65-ER32X-ICE","qty":"1","price":"3320.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221912","line":"2","part":"BMT65-ER32Z-72-ICE","qty":"1","price":"4712.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221912","line":"3","part":"BMT65-OD10X","qty":"3","price":"664.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221912","line":"4","part":"BMT65-BG15Z-C","qty":"2","price":"782.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221912","line":"5","part":"BMT65-CO32MMX","qty":"1","price":"920.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221912","line":"7","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221912","line":"8","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-19 14:23:45.852 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220972-11192024142345.txt === {"quote":"220972","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"1","shipto":"AMSJAGA","shiptoName":"Applied Machine Solutions,Inc.","entry_date":"08-30-2024","cust_order_date":"08-30-2024","req_date":"11-23-2024","cust_po":"Advanced tooling package","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Lipscomb","drop_po":"","status":"0","user":"oenm","conv_order":"","time":"10:41","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"David Lipscomb","follow_phone":"678-727-6167","follow_email":"d.lipscomb@appliedmachine.com","pic_user":"oenm","total_amt":"856.00","total_gp":"699.79","total_gpm":"81.75","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"2","totalQty":"3","win_pct":"20","clo_date":"11-16-2024","notes":[],"crmnotes":[{"comp":1,"quote":220972,"Line":0,"Comment":"09/24/2024 9:21 AM - oenm - F/U changed from 09/30/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220972,"Line":1,"Comment":"09/24/2024 9:22 AM - oenm - CLO changed from 09/30/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":220972,"Line":2,"Comment":"09/24/2024 9:22 AM - oenm - Req Date changed from 10/11/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":220972,"Line":3,"Comment":"10/18/2024 5:23 PM - oenm - F/U changed from 10/26/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220972,"Line":4,"Comment":"11/06/2024 4:07 PM - oenm - F/U changed from 11/02/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220972,"Line":5,"Comment":"11/06/2024 4:07 PM - oenm - CLO changed from 11/02/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":220972,"Line":6,"Comment":"11/06/2024 4:07 PM - oenm - Req Date changed from 11/09/2024 to 11/23/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"220972","line":"1","part":"TCLA-40/63A/C6","qty":"1","price":"242.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220972","line":"2","part":"NC4001-0750-1.75CP","qty":"2","price":"307.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-19 14:25:04.674 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222833-11192024142504.txt === {"quote":"222833","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"AFIGAIGA","shiptoName":"Alternatives For Industry","entry_date":"10-10-2024","cust_order_date":"10-10-2024","req_date":"11-21-2024","cust_po":"Zero Clamp","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Joe","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"14:27","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Joe","follow_phone":"941-739-6566","follow_email":"joe@afi-tools.com","pic_user":"oenm","total_amt":"6380.85","total_gp":"3071.51","total_gpm":"48.14","rev_type":"PCQC","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"15","win_pct":"20","clo_date":"11-16-2024","notes":[],"crmnotes":[{"comp":1,"quote":222833,"Line":0,"Comment":"10/18/2024 5:21 PM - oenm - F/U changed from 10/23/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222833,"Line":1,"Comment":"10/18/2024 5:21 PM - oenm - CLO changed from 11/10/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":222833,"Line":2,"Comment":"11/06/2024 4:09 PM - oenm - F/U changed from 11/02/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222833,"Line":3,"Comment":"11/06/2024 4:09 PM - oenm - CLO changed from 11/02/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":222833,"Line":4,"Comment":"11/06/2024 4:09 PM - oenm - Req Date changed from 11/21/2024 to 11/21/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222833","line":"1","part":"WH-ZLOX-P80Z","qty":"1","price":"4475.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222833","line":"2","part":"WH-ZV-M80A","qty":"1","price":"1010.00","uom":"EA","discount":"27.00","req_date":"1 week","branch":"1"},{"comp":"01","order":"222833","line":"3","part":"WH-ZP90-STUD-12M10","qty":"4","price":"83.00","uom":"EA","discount":"20.00","req_date":"1 week","branch":"1"},{"comp":"01","order":"222833","line":"4","part":"WH-ZV80-JAWS-EXT","qty":"2","price":"562.00","uom":"EA","discount":"20.00","req_date":"1 week","branch":"1"},{"comp":"01","order":"222833","line":"5","part":"WH-ZV80-JAWS-R87","qty":"2","price":"267.00","uom":"EA","discount":"20.00","req_date":"1 week","branch":"1"},{"comp":"01","order":"222833","line":"6","part":"WH-ZV80-JAWS-F87","qty":"2","price":"305.00","uom":"EA","discount":"20.00","req_date":"1 week","branch":"1"},{"comp":"01","order":"222833","line":"7","part":"WH-ZV80-JAWS-M153-A","qty":"2","price":"152.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222833","line":"8","part":"WH-ZV-ACC-WES","qty":"1","price":"67.00","uom":"EA","discount":"20.00","req_date":"1 week","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":8}}] 2024-11-19 14:25:22.422 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222833-11192024142522.txt === {"quote":"222833","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"AFIGAIGA","shiptoName":"Alternatives For Industry","entry_date":"10-10-2024","cust_order_date":"10-10-2024","req_date":"11-21-2024","cust_po":"Zero Clamp","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Joe","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"14:27","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Joe","follow_phone":"941-739-6566","follow_email":"joe@afi-tools.com","pic_user":"oenm","total_amt":"6380.85","total_gp":"3071.51","total_gpm":"48.14","rev_type":"PCQC","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"15","win_pct":"20","clo_date":"12-07-2024","notes":[],"crmnotes":[{"comp":1,"quote":222833,"Line":0,"Comment":"10/18/2024 5:21 PM - oenm - F/U changed from 10/23/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222833,"Line":1,"Comment":"10/18/2024 5:21 PM - oenm - CLO changed from 11/10/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":222833,"Line":2,"Comment":"11/06/2024 4:09 PM - oenm - F/U changed from 11/02/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222833,"Line":3,"Comment":"11/06/2024 4:09 PM - oenm - CLO changed from 11/02/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":222833,"Line":4,"Comment":"11/06/2024 4:09 PM - oenm - Req Date changed from 11/21/2024 to 11/21/2024 (Req Date Updated)"},{"comp":1,"quote":222833,"Line":5,"Comment":"11/19/2024 3:24 PM - oenm - F/U changed from 11/16/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222833,"Line":6,"Comment":"11/19/2024 3:25 PM - oenm - CLO changed from 11/16/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222833","line":"1","part":"WH-ZLOX-P80Z","qty":"1","price":"4475.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222833","line":"2","part":"WH-ZV-M80A","qty":"1","price":"1010.00","uom":"EA","discount":"27.00","req_date":"1 week","branch":"1"},{"comp":"01","order":"222833","line":"3","part":"WH-ZP90-STUD-12M10","qty":"4","price":"83.00","uom":"EA","discount":"20.00","req_date":"1 week","branch":"1"},{"comp":"01","order":"222833","line":"4","part":"WH-ZV80-JAWS-EXT","qty":"2","price":"562.00","uom":"EA","discount":"20.00","req_date":"1 week","branch":"1"},{"comp":"01","order":"222833","line":"5","part":"WH-ZV80-JAWS-R87","qty":"2","price":"267.00","uom":"EA","discount":"20.00","req_date":"1 week","branch":"1"},{"comp":"01","order":"222833","line":"6","part":"WH-ZV80-JAWS-F87","qty":"2","price":"305.00","uom":"EA","discount":"20.00","req_date":"1 week","branch":"1"},{"comp":"01","order":"222833","line":"7","part":"WH-ZV80-JAWS-M153-A","qty":"2","price":"152.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222833","line":"8","part":"WH-ZV-ACC-WES","qty":"1","price":"67.00","uom":"EA","discount":"20.00","req_date":"1 week","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":8}}] 2024-11-19 14:25:32.123 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222833-11192024142531.txt === {"quote":"222833","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"AFIGAIGA","shiptoName":"Alternatives For Industry","entry_date":"10-10-2024","cust_order_date":"10-10-2024","req_date":"12-14-2024","cust_po":"Zero Clamp","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Joe","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"14:27","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Joe","follow_phone":"941-739-6566","follow_email":"joe@afi-tools.com","pic_user":"oenm","total_amt":"6380.85","total_gp":"3071.51","total_gpm":"48.14","rev_type":"PCQC","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"15","win_pct":"20","clo_date":"12-07-2024","notes":[],"crmnotes":[{"comp":1,"quote":222833,"Line":0,"Comment":"10/18/2024 5:21 PM - oenm - F/U changed from 10/23/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222833,"Line":1,"Comment":"10/18/2024 5:21 PM - oenm - CLO changed from 11/10/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":222833,"Line":2,"Comment":"11/06/2024 4:09 PM - oenm - F/U changed from 11/02/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222833,"Line":3,"Comment":"11/06/2024 4:09 PM - oenm - CLO changed from 11/02/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":222833,"Line":4,"Comment":"11/06/2024 4:09 PM - oenm - Req Date changed from 11/21/2024 to 11/21/2024 (Req Date Updated)"},{"comp":1,"quote":222833,"Line":5,"Comment":"11/19/2024 3:24 PM - oenm - F/U changed from 11/16/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222833,"Line":6,"Comment":"11/19/2024 3:25 PM - oenm - CLO changed from 11/16/2024 to 12/07/2024 (CLO Date Updated)"},{"comp":1,"quote":222833,"Line":7,"Comment":"11/19/2024 3:25 PM - oenm - Req Date changed from 11/21/2024 to 12/14/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222833","line":"1","part":"WH-ZLOX-P80Z","qty":"1","price":"4475.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222833","line":"2","part":"WH-ZV-M80A","qty":"1","price":"1010.00","uom":"EA","discount":"27.00","req_date":"1 week","branch":"1"},{"comp":"01","order":"222833","line":"3","part":"WH-ZP90-STUD-12M10","qty":"4","price":"83.00","uom":"EA","discount":"20.00","req_date":"1 week","branch":"1"},{"comp":"01","order":"222833","line":"4","part":"WH-ZV80-JAWS-EXT","qty":"2","price":"562.00","uom":"EA","discount":"20.00","req_date":"1 week","branch":"1"},{"comp":"01","order":"222833","line":"5","part":"WH-ZV80-JAWS-R87","qty":"2","price":"267.00","uom":"EA","discount":"20.00","req_date":"1 week","branch":"1"},{"comp":"01","order":"222833","line":"6","part":"WH-ZV80-JAWS-F87","qty":"2","price":"305.00","uom":"EA","discount":"20.00","req_date":"1 week","branch":"1"},{"comp":"01","order":"222833","line":"7","part":"WH-ZV80-JAWS-M153-A","qty":"2","price":"152.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222833","line":"8","part":"WH-ZV-ACC-WES","qty":"1","price":"67.00","uom":"EA","discount":"20.00","req_date":"1 week","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":8}}] 2024-11-19 14:26:23.451 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-217969-11192024142623.txt === {"quote":"217969","customer":"16806","name":null,"customerName":"Premier Engineering LLC","comp":"01","open":"0","shipto":"MCCAGA","shiptoName":"McCauley Propeller Sys.","entry_date":"06-25-2024","cust_order_date":null,"req_date":"11-22-2024","cust_po":"NCAT40 tooling","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"Tool Certificate","status":"0","user":"alyssah","conv_order":"","time":"13:22","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Tim Kramer","follow_phone":"","follow_email":"timk@premierengineering.com","pic_user":"oenm","total_amt":"27523.00","total_gp":"21931.49","total_gpm":"79.68","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"187","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"217969","line":"0","data":"06-25-2024 13:38 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":217969,"Line":0,"Comment":"07/19/2024 3:44 PM - alyssah - PIC changed from alyssah to mattm"},{"comp":1,"quote":217969,"Line":1,"Comment":"07/22/2024 9:34 AM - mattm - Req Date change from 8/6/2024 to 8/30/2024 (Req Date Updated)"},{"comp":1,"quote":217969,"Line":2,"Comment":"07/22/2024 9:34 AM - mattm - CLO changed from 7/25/2024 to 8/24/2024 (CLO Date Updated)"},{"comp":1,"quote":217969,"Line":3,"Comment":"07/22/2024 9:35 AM - mattm - F/U Changed from 7/18/2024 to 8/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217969,"Line":4,"Comment":"08/26/2024 1:40 PM - mattm - Still active. They have not pulled this trigger , spoke with Tim Kramer about this last week"},{"comp":1,"quote":217969,"Line":5,"Comment":"08/26/2024 1:42 PM - mattm - Req Date change from 8/30/2024 to 9/30/2024 (Req Date Updated)"},{"comp":1,"quote":217969,"Line":6,"Comment":"08/26/2024 1:42 PM - mattm - CLO changed from 8/24/2024 to 9/21/2024 (CLO Date Updated)"},{"comp":1,"quote":217969,"Line":7,"Comment":"08/26/2024 1:42 PM - mattm - F/U Changed from 8/24/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217969,"Line":8,"Comment":"09/24/2024 10:01 AM - mattm - Checked with Tim Kramer with Premier Engineering, this company has not purchased holders to his knowledge and they are not running the new machine yet"},{"comp":1,"quote":217969,"Line":9,"Comment":"09/24/2024 10:01 AM - mattm - Req Date changed from 09/30/2024 to 11/22/2024 (Req Date Updated)"},{"comp":1,"quote":217969,"Line":10,"Comment":"09/24/2024 10:01 AM - mattm - CLO changed from 09/21/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":217969,"Line":11,"Comment":"09/24/2024 10:01 AM - mattm - F/U changed from 09/21/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217969,"Line":12,"Comment":"10/12/2024 7:32 AM - mattm - PIC changed from mattm to oenm"}],"items":[{"comp":"01","order":"217969","line":"1","part":"NC4006-0750-3.00CP","qty":"1","price":"268.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"2","part":"NC4001-1000-1.75CP","qty":"1","price":"327.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"3","part":"NCAT40-C1.1/4SL-105U-IDU","qty":"2","price":"584.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"4","part":"NCAT40-C1-105U-IDU","qty":"2","price":"705.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"5","part":"NCAT40-C3/4-85U-IDU","qty":"2","price":"565.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"6","part":"CCK3/4-5/8","qty":"1","price":"85.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"7","part":"CKFN20(3/4)-5/8","qty":"1","price":"59.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"8","part":"CCK3/4-1/2","qty":"1","price":"85.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"9","part":"CKFN20(3/4)-1/2","qty":"1","price":"59.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"10","part":"CCKL20","qty":"1","price":"14.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"11","part":"NCAT40-SK16C-90U-IDU","qty":"10","price":"442.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"12","part":"NCAT40-SK16C-150U-IDU","qty":"10","price":"529.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"13","part":"SK16-5/8A","qty":"20","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"14","part":"SK16-1/2A","qty":"20","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"15","part":"SK16-3/8A","qty":"20","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"16","part":"SK16-1/4A","qty":"20","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"17","part":"SK16-1/8A","qty":"20","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"18","part":"NC4007-0025-2.50G","qty":"6","price":"311.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"19","part":"E25-SET-13(C)","qty":"1","price":"1209.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"20","part":"TQW-HANDLE14X18","qty":"1","price":"53.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"21","part":"TQW-E25-G","qty":"1","price":"153.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"22","part":"TQW-200","qty":"1","price":"364.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"23","part":"TQW-SK16(45)","qty":"1","price":"106.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"24","part":"C40-STD-EU","qty":"40","price":"28.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"25","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"26","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"27","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":27}}] 2024-11-19 14:26:30.181 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-217969-11192024142629.txt === {"quote":"217969","customer":"16806","name":null,"customerName":"Premier Engineering LLC","comp":"01","open":"0","shipto":"MCCAGA","shiptoName":"McCauley Propeller Sys.","entry_date":"06-25-2024","cust_order_date":null,"req_date":"11-22-2024","cust_po":"NCAT40 tooling","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"Tool Certificate","status":"0","user":"alyssah","conv_order":"","time":"13:22","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Tim Kramer","follow_phone":"","follow_email":"timk@premierengineering.com","pic_user":"oenm","total_amt":"27523.00","total_gp":"21931.49","total_gpm":"79.68","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"187","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"217969","line":"0","data":"06-25-2024 13:38 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":217969,"Line":0,"Comment":"07/19/2024 3:44 PM - alyssah - PIC changed from alyssah to mattm"},{"comp":1,"quote":217969,"Line":1,"Comment":"07/22/2024 9:34 AM - mattm - Req Date change from 8/6/2024 to 8/30/2024 (Req Date Updated)"},{"comp":1,"quote":217969,"Line":2,"Comment":"07/22/2024 9:34 AM - mattm - CLO changed from 7/25/2024 to 8/24/2024 (CLO Date Updated)"},{"comp":1,"quote":217969,"Line":3,"Comment":"07/22/2024 9:35 AM - mattm - F/U Changed from 7/18/2024 to 8/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217969,"Line":4,"Comment":"08/26/2024 1:40 PM - mattm - Still active. They have not pulled this trigger , spoke with Tim Kramer about this last week"},{"comp":1,"quote":217969,"Line":5,"Comment":"08/26/2024 1:42 PM - mattm - Req Date change from 8/30/2024 to 9/30/2024 (Req Date Updated)"},{"comp":1,"quote":217969,"Line":6,"Comment":"08/26/2024 1:42 PM - mattm - CLO changed from 8/24/2024 to 9/21/2024 (CLO Date Updated)"},{"comp":1,"quote":217969,"Line":7,"Comment":"08/26/2024 1:42 PM - mattm - F/U Changed from 8/24/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217969,"Line":8,"Comment":"09/24/2024 10:01 AM - mattm - Checked with Tim Kramer with Premier Engineering, this company has not purchased holders to his knowledge and they are not running the new machine yet"},{"comp":1,"quote":217969,"Line":9,"Comment":"09/24/2024 10:01 AM - mattm - Req Date changed from 09/30/2024 to 11/22/2024 (Req Date Updated)"},{"comp":1,"quote":217969,"Line":10,"Comment":"09/24/2024 10:01 AM - mattm - CLO changed from 09/21/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":217969,"Line":11,"Comment":"09/24/2024 10:01 AM - mattm - F/U changed from 09/21/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217969,"Line":12,"Comment":"10/12/2024 7:32 AM - mattm - PIC changed from mattm to oenm"},{"comp":1,"quote":217969,"Line":13,"Comment":"11/19/2024 3:26 PM - oenm - F/U changed from 11/16/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217969,"Line":14,"Comment":"11/19/2024 3:26 PM - oenm - CLO changed from 11/16/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"217969","line":"1","part":"NC4006-0750-3.00CP","qty":"1","price":"268.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"2","part":"NC4001-1000-1.75CP","qty":"1","price":"327.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"3","part":"NCAT40-C1.1/4SL-105U-IDU","qty":"2","price":"584.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"4","part":"NCAT40-C1-105U-IDU","qty":"2","price":"705.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"5","part":"NCAT40-C3/4-85U-IDU","qty":"2","price":"565.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"6","part":"CCK3/4-5/8","qty":"1","price":"85.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"7","part":"CKFN20(3/4)-5/8","qty":"1","price":"59.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"8","part":"CCK3/4-1/2","qty":"1","price":"85.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"9","part":"CKFN20(3/4)-1/2","qty":"1","price":"59.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"10","part":"CCKL20","qty":"1","price":"14.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"11","part":"NCAT40-SK16C-90U-IDU","qty":"10","price":"442.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"12","part":"NCAT40-SK16C-150U-IDU","qty":"10","price":"529.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"13","part":"SK16-5/8A","qty":"20","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"14","part":"SK16-1/2A","qty":"20","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"15","part":"SK16-3/8A","qty":"20","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"16","part":"SK16-1/4A","qty":"20","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"17","part":"SK16-1/8A","qty":"20","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"18","part":"NC4007-0025-2.50G","qty":"6","price":"311.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"19","part":"E25-SET-13(C)","qty":"1","price":"1209.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"20","part":"TQW-HANDLE14X18","qty":"1","price":"53.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"21","part":"TQW-E25-G","qty":"1","price":"153.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"22","part":"TQW-200","qty":"1","price":"364.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"23","part":"TQW-SK16(45)","qty":"1","price":"106.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"24","part":"C40-STD-EU","qty":"40","price":"28.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"25","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"26","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"27","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":27}}] 2024-11-19 14:26:35.445 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-217969-11192024142635.txt === {"quote":"217969","customer":"16806","name":null,"customerName":"Premier Engineering LLC","comp":"01","open":"0","shipto":"MCCAGA","shiptoName":"McCauley Propeller Sys.","entry_date":"06-25-2024","cust_order_date":null,"req_date":"12-14-2024","cust_po":"NCAT40 tooling","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"Tool Certificate","status":"0","user":"alyssah","conv_order":"","time":"13:22","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Tim Kramer","follow_phone":"","follow_email":"timk@premierengineering.com","pic_user":"oenm","total_amt":"27523.00","total_gp":"21931.49","total_gpm":"79.68","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"187","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"217969","line":"0","data":"06-25-2024 13:38 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":217969,"Line":0,"Comment":"07/19/2024 3:44 PM - alyssah - PIC changed from alyssah to mattm"},{"comp":1,"quote":217969,"Line":1,"Comment":"07/22/2024 9:34 AM - mattm - Req Date change from 8/6/2024 to 8/30/2024 (Req Date Updated)"},{"comp":1,"quote":217969,"Line":2,"Comment":"07/22/2024 9:34 AM - mattm - CLO changed from 7/25/2024 to 8/24/2024 (CLO Date Updated)"},{"comp":1,"quote":217969,"Line":3,"Comment":"07/22/2024 9:35 AM - mattm - F/U Changed from 7/18/2024 to 8/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217969,"Line":4,"Comment":"08/26/2024 1:40 PM - mattm - Still active. They have not pulled this trigger , spoke with Tim Kramer about this last week"},{"comp":1,"quote":217969,"Line":5,"Comment":"08/26/2024 1:42 PM - mattm - Req Date change from 8/30/2024 to 9/30/2024 (Req Date Updated)"},{"comp":1,"quote":217969,"Line":6,"Comment":"08/26/2024 1:42 PM - mattm - CLO changed from 8/24/2024 to 9/21/2024 (CLO Date Updated)"},{"comp":1,"quote":217969,"Line":7,"Comment":"08/26/2024 1:42 PM - mattm - F/U Changed from 8/24/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217969,"Line":8,"Comment":"09/24/2024 10:01 AM - mattm - Checked with Tim Kramer with Premier Engineering, this company has not purchased holders to his knowledge and they are not running the new machine yet"},{"comp":1,"quote":217969,"Line":9,"Comment":"09/24/2024 10:01 AM - mattm - Req Date changed from 09/30/2024 to 11/22/2024 (Req Date Updated)"},{"comp":1,"quote":217969,"Line":10,"Comment":"09/24/2024 10:01 AM - mattm - CLO changed from 09/21/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":217969,"Line":11,"Comment":"09/24/2024 10:01 AM - mattm - F/U changed from 09/21/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217969,"Line":12,"Comment":"10/12/2024 7:32 AM - mattm - PIC changed from mattm to oenm"},{"comp":1,"quote":217969,"Line":13,"Comment":"11/19/2024 3:26 PM - oenm - F/U changed from 11/16/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217969,"Line":14,"Comment":"11/19/2024 3:26 PM - oenm - CLO changed from 11/16/2024 to 12/07/2024 (CLO Date Updated)"},{"comp":1,"quote":217969,"Line":15,"Comment":"11/19/2024 3:26 PM - oenm - Req Date changed from 11/22/2024 to 12/14/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"217969","line":"1","part":"NC4006-0750-3.00CP","qty":"1","price":"268.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"2","part":"NC4001-1000-1.75CP","qty":"1","price":"327.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"3","part":"NCAT40-C1.1/4SL-105U-IDU","qty":"2","price":"584.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"4","part":"NCAT40-C1-105U-IDU","qty":"2","price":"705.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"5","part":"NCAT40-C3/4-85U-IDU","qty":"2","price":"565.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"6","part":"CCK3/4-5/8","qty":"1","price":"85.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"7","part":"CKFN20(3/4)-5/8","qty":"1","price":"59.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"8","part":"CCK3/4-1/2","qty":"1","price":"85.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"9","part":"CKFN20(3/4)-1/2","qty":"1","price":"59.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"10","part":"CCKL20","qty":"1","price":"14.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"11","part":"NCAT40-SK16C-90U-IDU","qty":"10","price":"442.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"12","part":"NCAT40-SK16C-150U-IDU","qty":"10","price":"529.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"13","part":"SK16-5/8A","qty":"20","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"14","part":"SK16-1/2A","qty":"20","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"15","part":"SK16-3/8A","qty":"20","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"16","part":"SK16-1/4A","qty":"20","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"17","part":"SK16-1/8A","qty":"20","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"18","part":"NC4007-0025-2.50G","qty":"6","price":"311.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"19","part":"E25-SET-13(C)","qty":"1","price":"1209.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"20","part":"TQW-HANDLE14X18","qty":"1","price":"53.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"21","part":"TQW-E25-G","qty":"1","price":"153.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"22","part":"TQW-200","qty":"1","price":"364.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"23","part":"TQW-SK16(45)","qty":"1","price":"106.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"24","part":"C40-STD-EU","qty":"40","price":"28.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"25","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"26","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217969","line":"27","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":27}}] 2024-11-19 14:26:43.663 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222010-11192024142643.txt === {"quote":"222010","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"EURMACH","shiptoName":"Euro Machine","entry_date":"09-24-2024","cust_order_date":"09-24-2024","req_date":"11-23-2024","cust_po":"Euro Machine e346ba","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"joe smith","drop_po":"","status":"0","user":"mattm","conv_order":"","time":"13:39","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"joe smith","follow_phone":"404-661-2889","follow_email":"joe@afi-tools.com","pic_user":"oenm","total_amt":"21574.8","total_gp":"9420.06","total_gpm":"43.66","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"11","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"222010","line":"2","data":"09-24-2024 14:03 - Discounts Recalculated QS"},{"comp":"1","quote":"222010","line":"1","data":"09-24-2024 13:59 - Discounts Recalculated QS"},{"comp":"1","quote":"222010","line":"0","data":"09-24-2024 13:58 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222010,"Line":0,"Comment":"11/06/2024 4:06 PM - oenm - F/U changed from 10/26/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222010,"Line":1,"Comment":"11/06/2024 4:06 PM - oenm - CLO changed from 10/26/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":222010,"Line":2,"Comment":"11/06/2024 4:06 PM - oenm - Req Date changed from 11/05/2024 to 11/23/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222010","line":"1","part":"PRE-E346BA-I40","qty":"1","price":"24800.00","uom":"EA","discount":"28.00","req_date":"","branch":"1"},{"comp":"01","order":"222010","line":"2","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222010","line":"3","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222010","line":"4","part":"PRE-SPDL-I50A","qty":"1","price":"2200.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222010","line":"5","part":"PRE-E346PLUS-STD","qty":"1","price":"1940.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222010","line":"6","part":"PRE-PRNT-ROLL-DYMO","qty":"5","price":"25.00","uom":"ST","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222010","line":"7","part":"PRE-INST/TRAINING","qty":"1","price":"3500.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-19 14:26:50.804 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222010-11192024142650.txt === {"quote":"222010","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"EURMACH","shiptoName":"Euro Machine","entry_date":"09-24-2024","cust_order_date":"09-24-2024","req_date":"11-23-2024","cust_po":"Euro Machine e346ba","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"joe smith","drop_po":"","status":"0","user":"mattm","conv_order":"","time":"13:39","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"joe smith","follow_phone":"404-661-2889","follow_email":"joe@afi-tools.com","pic_user":"oenm","total_amt":"21574.8","total_gp":"9420.06","total_gpm":"43.66","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"11","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"222010","line":"2","data":"09-24-2024 14:03 - Discounts Recalculated QS"},{"comp":"1","quote":"222010","line":"1","data":"09-24-2024 13:59 - Discounts Recalculated QS"},{"comp":"1","quote":"222010","line":"0","data":"09-24-2024 13:58 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222010,"Line":0,"Comment":"11/06/2024 4:06 PM - oenm - F/U changed from 10/26/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222010,"Line":1,"Comment":"11/06/2024 4:06 PM - oenm - CLO changed from 10/26/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":222010,"Line":2,"Comment":"11/06/2024 4:06 PM - oenm - Req Date changed from 11/05/2024 to 11/23/2024 (Req Date Updated)"},{"comp":1,"quote":222010,"Line":3,"Comment":"11/19/2024 3:26 PM - oenm - F/U changed from 11/16/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222010,"Line":4,"Comment":"11/19/2024 3:26 PM - oenm - CLO changed from 11/16/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222010","line":"1","part":"PRE-E346BA-I40","qty":"1","price":"24800.00","uom":"EA","discount":"28.00","req_date":"","branch":"1"},{"comp":"01","order":"222010","line":"2","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222010","line":"3","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222010","line":"4","part":"PRE-SPDL-I50A","qty":"1","price":"2200.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222010","line":"5","part":"PRE-E346PLUS-STD","qty":"1","price":"1940.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222010","line":"6","part":"PRE-PRNT-ROLL-DYMO","qty":"5","price":"25.00","uom":"ST","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222010","line":"7","part":"PRE-INST/TRAINING","qty":"1","price":"3500.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-19 14:26:57.371 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222010-11192024142657.txt === {"quote":"222010","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"EURMACH","shiptoName":"Euro Machine","entry_date":"09-24-2024","cust_order_date":"09-24-2024","req_date":"12-14-2024","cust_po":"Euro Machine e346ba","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"joe smith","drop_po":"","status":"0","user":"mattm","conv_order":"","time":"13:39","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"joe smith","follow_phone":"404-661-2889","follow_email":"joe@afi-tools.com","pic_user":"oenm","total_amt":"21574.8","total_gp":"9420.06","total_gpm":"43.66","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"11","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"222010","line":"2","data":"09-24-2024 14:03 - Discounts Recalculated QS"},{"comp":"1","quote":"222010","line":"1","data":"09-24-2024 13:59 - Discounts Recalculated QS"},{"comp":"1","quote":"222010","line":"0","data":"09-24-2024 13:58 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222010,"Line":0,"Comment":"11/06/2024 4:06 PM - oenm - F/U changed from 10/26/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222010,"Line":1,"Comment":"11/06/2024 4:06 PM - oenm - CLO changed from 10/26/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":222010,"Line":2,"Comment":"11/06/2024 4:06 PM - oenm - Req Date changed from 11/05/2024 to 11/23/2024 (Req Date Updated)"},{"comp":1,"quote":222010,"Line":3,"Comment":"11/19/2024 3:26 PM - oenm - F/U changed from 11/16/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222010,"Line":4,"Comment":"11/19/2024 3:26 PM - oenm - CLO changed from 11/16/2024 to 12/07/2024 (CLO Date Updated)"},{"comp":1,"quote":222010,"Line":5,"Comment":"11/19/2024 3:26 PM - oenm - Req Date changed from 11/23/2024 to 12/14/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222010","line":"1","part":"PRE-E346BA-I40","qty":"1","price":"24800.00","uom":"EA","discount":"28.00","req_date":"","branch":"1"},{"comp":"01","order":"222010","line":"2","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222010","line":"3","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222010","line":"4","part":"PRE-SPDL-I50A","qty":"1","price":"2200.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222010","line":"5","part":"PRE-E346PLUS-STD","qty":"1","price":"1940.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222010","line":"6","part":"PRE-PRNT-ROLL-DYMO","qty":"5","price":"25.00","uom":"ST","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222010","line":"7","part":"PRE-INST/TRAINING","qty":"1","price":"3500.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-19 14:27:45.554 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218493-11192024142745.txt === {"quote":"218493","customer":"13170","name":null,"customerName":"Morris South (NC)","comp":"01","open":"1","shipto":"MORRI","shiptoName":"Morris South, LLC","entry_date":"07-09-2024","cust_order_date":"07-09-2024","req_date":"11-23-2024","cust_po":"Delta Conversion GA","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"AM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Burdett","drop_po":"","status":"0","user":"mattm","conv_order":"","time":"14:35","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"David Burdett","follow_phone":"(470) 372-7847","follow_email":"dkburdett@morrissouth.com","pic_user":"oenm","total_amt":"9000.00","total_gp":"9000.00","total_gpm":"100.00","rev_type":"RT","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"218493","line":"0","data":"07-09-2024 14:38 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":218493,"Line":0,"Comment":"08/08/2024 12:33 PM - oenm - F/U changed from 08/24/2024 to 9/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218493,"Line":1,"Comment":"08/08/2024 12:33 PM - oenm - CLO changed from 08/24/2024 to 09/16/2024 (CLO Date Updated)"},{"comp":1,"quote":218493,"Line":2,"Comment":"08/08/2024 12:33 PM - oenm - Req Date changed from 08/30/2024 to 09/23/2024 (Req Date Updated)"},{"comp":1,"quote":218493,"Line":3,"Comment":"09/24/2024 9:26 AM - oenm - F/U changed from 09/16/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218493,"Line":4,"Comment":"09/24/2024 9:26 AM - oenm - CLO changed from 09/16/2024 to 10/12/2024 (CLO Date Updated)"},{"comp":1,"quote":218493,"Line":5,"Comment":"09/24/2024 9:26 AM - oenm - Req Date changed from 09/23/2024 to 10/19/2024 (Req Date Updated)"},{"comp":1,"quote":218493,"Line":6,"Comment":"10/04/2024 11:11 AM - oenm - F/U changed from 10/05/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218493,"Line":7,"Comment":"10/11/2024 12:46 PM - oenm - F/U changed from 10/12/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218493,"Line":8,"Comment":"10/11/2024 12:46 PM - oenm - CLO changed from 10/12/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":218493,"Line":9,"Comment":"10/11/2024 12:46 PM - oenm - Req Date changed from 10/19/2024 to 10/26/2024 (Req Date Updated)"},{"comp":1,"quote":218493,"Line":10,"Comment":"10/18/2024 5:03 PM - oenm - F/U changed from 10/19/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218493,"Line":11,"Comment":"10/18/2024 5:03 PM - oenm - CLO changed from 10/19/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":218493,"Line":12,"Comment":"11/06/2024 4:13 PM - oenm - F/U changed from 11/09/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218493,"Line":13,"Comment":"11/06/2024 4:13 PM - oenm - CLO changed from 11/09/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":218493,"Line":14,"Comment":"11/06/2024 4:13 PM - oenm - Req Date changed from 10/26/2024 to 11/23/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"218493","line":"1","part":"RT-MODIFICATION","qty":"1","price":"9000.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"218493","Line":"1","Company":"1","F_Line":"1","Comment":"Conversion: CNC401","Loc":"Y"},{"Quote":"218493","Line":"1","Company":"1","F_Line":"2","Comment":"Serial 10339 from Mazak VTC200B with Mazatrol 640M","Loc":"Y"},{"Quote":"218493","Line":"1","Company":"1","F_Line":"3","Comment":"to Okuma Genos M560 Serial Number 256130 with OSP300","Loc":"Y"},{"Quote":"218493","Line":"1","Company":"1","F_Line":"4","Comment":"This quote doe not include any repairs for the table","Loc":"Y"},{"Quote":"218493","Line":"1","Company":"1","F_Line":"5","Comment":"Lyndex Nikken will contact Morris South if there are","Loc":"Y"},{"Quote":"218493","Line":"1","Company":"1","F_Line":"6","Comment":"any repairs required.","Loc":"Y"},{"Quote":"218493","Line":"1","Company":"1","F_Line":"7","Comment":"Delivery/Turn Around Time: Ships out 1 week after we","Loc":"Y"},{"Quote":"218493","Line":"1","Company":"1","F_Line":"8","Comment":"receive the table.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-19 14:28:06.716 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222879-11192024142806.txt === {"quote":"222879","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"GERRESCH","shiptoName":"Gerresheimer Medical Systems","entry_date":"10-11-2024","cust_order_date":"10-11-2024","req_date":"11-22-2024","cust_po":"Rotary Table NCT200","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Lipscomb","drop_po":"","status":"0","user":"oenm","conv_order":"","time":"10:12","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"David Lipscomb","follow_phone":"678-727-6167","follow_email":"d.lipscomb@appliedmachine.com","pic_user":"oenm","total_amt":"15235.5","total_gp":"15235.50","total_gpm":"100.00","rev_type":"RT","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"222879","line":"0","data":"10-11-2024 10:15 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222879,"Line":0,"Comment":"11/06/2024 4:13 PM - oenm - F/U changed from 11/11/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222879,"Line":1,"Comment":"11/06/2024 4:14 PM - oenm - CLO changed from 11/11/2024 to 11/16/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222879","line":"1","part":"NCT200YA-M","qty":"1","price":"20265.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222879","line":"2","part":"RT-ACCS-CABLE","qty":"1","price":"1500.00","uom":"EA","discount":"30.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222879","Line":"2","Company":"1","F_Line":"1","Comment":"Cable set- power/feedbackcable from RT to machine tool","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-19 14:28:15.631 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222879-11192024142815.txt === {"quote":"222879","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"GERRESCH","shiptoName":"Gerresheimer Medical Systems","entry_date":"10-11-2024","cust_order_date":"10-11-2024","req_date":"11-22-2024","cust_po":"Rotary Table NCT200","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Lipscomb","drop_po":"","status":"0","user":"oenm","conv_order":"","time":"10:12","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"David Lipscomb","follow_phone":"678-727-6167","follow_email":"d.lipscomb@appliedmachine.com","pic_user":"oenm","total_amt":"15235.5","total_gp":"15235.50","total_gpm":"100.00","rev_type":"RT","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"222879","line":"0","data":"10-11-2024 10:15 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222879,"Line":0,"Comment":"11/06/2024 4:13 PM - oenm - F/U changed from 11/11/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222879,"Line":1,"Comment":"11/06/2024 4:14 PM - oenm - CLO changed from 11/11/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":222879,"Line":2,"Comment":"11/19/2024 3:28 PM - oenm - F/U changed from 11/16/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222879,"Line":3,"Comment":"11/19/2024 3:28 PM - oenm - CLO changed from 11/16/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222879","line":"1","part":"NCT200YA-M","qty":"1","price":"20265.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222879","line":"2","part":"RT-ACCS-CABLE","qty":"1","price":"1500.00","uom":"EA","discount":"30.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222879","Line":"2","Company":"1","F_Line":"1","Comment":"Cable set- power/feedbackcable from RT to machine tool","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-19 14:28:24.157 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222879-11192024142823.txt === {"quote":"222879","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"GERRESCH","shiptoName":"Gerresheimer Medical Systems","entry_date":"10-11-2024","cust_order_date":"10-11-2024","req_date":"12-14-2024","cust_po":"Rotary Table NCT200","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Lipscomb","drop_po":"","status":"0","user":"oenm","conv_order":"","time":"10:12","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"David Lipscomb","follow_phone":"678-727-6167","follow_email":"d.lipscomb@appliedmachine.com","pic_user":"oenm","total_amt":"15235.5","total_gp":"15235.50","total_gpm":"100.00","rev_type":"RT","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"222879","line":"0","data":"10-11-2024 10:15 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222879,"Line":0,"Comment":"11/06/2024 4:13 PM - oenm - F/U changed from 11/11/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222879,"Line":1,"Comment":"11/06/2024 4:14 PM - oenm - CLO changed from 11/11/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":222879,"Line":2,"Comment":"11/19/2024 3:28 PM - oenm - F/U changed from 11/16/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222879,"Line":3,"Comment":"11/19/2024 3:28 PM - oenm - CLO changed from 11/16/2024 to 12/07/2024 (CLO Date Updated)"},{"comp":1,"quote":222879,"Line":4,"Comment":"11/19/2024 3:28 PM - oenm - Req Date changed from 11/22/2024 to 12/14/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222879","line":"1","part":"NCT200YA-M","qty":"1","price":"20265.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222879","line":"2","part":"RT-ACCS-CABLE","qty":"1","price":"1500.00","uom":"EA","discount":"30.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222879","Line":"2","Company":"1","F_Line":"1","Comment":"Cable set- power/feedbackcable from RT to machine tool","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-19 14:29:50.920 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222383-11192024142950.txt === {"quote":"222383","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"GERRESCH","shiptoName":"Gerresheimer Medical Systems","entry_date":"10-01-2024","cust_order_date":"10-01-2024","req_date":"11-23-2024","cust_po":"CAT40U-NX5-153","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Lipscomb","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"17:03","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"David Lipscomb","follow_phone":"678-727-6167","follow_email":"d.lipscomb@appliedmachine.com","pic_user":"oenm","total_amt":"11545.75","total_gp":"7296.46","total_gpm":"63.20","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"7","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"222383","line":"0","data":"10-01-2024 17:04 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222383,"Line":0,"Comment":"10/11/2024 12:46 PM - oenm - F/U changed from 10/14/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222383,"Line":1,"Comment":"10/11/2024 12:46 PM - oenm - CLO changed from 11/01/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":222383,"Line":2,"Comment":"10/18/2024 5:16 PM - oenm - F/U changed from 10/19/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222383,"Line":3,"Comment":"10/18/2024 5:16 PM - oenm - CLO changed from 10/19/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":222383,"Line":4,"Comment":"10/18/2024 5:16 PM - oenm - Req Date changed from 11/12/2024 to 11/03/2024 (Req Date Updated)"},{"comp":1,"quote":222383,"Line":5,"Comment":"11/06/2024 4:08 PM - oenm - F/U changed from 11/02/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222383,"Line":6,"Comment":"11/06/2024 4:08 PM - oenm - CLO changed from 11/02/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":222383,"Line":7,"Comment":"11/06/2024 4:09 PM - oenm - Req Date changed from 11/03/2024 to 11/23/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222383","line":"1","part":"CAT40U-NX5-153","qty":"1","price":"3347.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222383","line":"2","part":"NXE-COOL","qty":"1","price":"990.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222383","line":"3","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"222383","line":"5","part":"C40-MRAM","qty":"1","price":"3028.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222383","line":"6","part":"PA65-CAT/BT","qty":"1","price":"931.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222383","line":"7","part":"MRAM-ER25","qty":"1","price":"4913.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222383","line":"8","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-19 14:29:59.341 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222383-11192024142959.txt === {"quote":"222383","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"GERRESCH","shiptoName":"Gerresheimer Medical Systems","entry_date":"10-01-2024","cust_order_date":"10-01-2024","req_date":"11-23-2024","cust_po":"CAT40U-NX5-153","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Lipscomb","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"17:03","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"David Lipscomb","follow_phone":"678-727-6167","follow_email":"d.lipscomb@appliedmachine.com","pic_user":"oenm","total_amt":"11545.75","total_gp":"7296.46","total_gpm":"63.20","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"7","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"222383","line":"0","data":"10-01-2024 17:04 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222383,"Line":0,"Comment":"10/11/2024 12:46 PM - oenm - F/U changed from 10/14/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222383,"Line":1,"Comment":"10/11/2024 12:46 PM - oenm - CLO changed from 11/01/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":222383,"Line":2,"Comment":"10/18/2024 5:16 PM - oenm - F/U changed from 10/19/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222383,"Line":3,"Comment":"10/18/2024 5:16 PM - oenm - CLO changed from 10/19/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":222383,"Line":4,"Comment":"10/18/2024 5:16 PM - oenm - Req Date changed from 11/12/2024 to 11/03/2024 (Req Date Updated)"},{"comp":1,"quote":222383,"Line":5,"Comment":"11/06/2024 4:08 PM - oenm - F/U changed from 11/02/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222383,"Line":6,"Comment":"11/06/2024 4:08 PM - oenm - CLO changed from 11/02/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":222383,"Line":7,"Comment":"11/06/2024 4:09 PM - oenm - Req Date changed from 11/03/2024 to 11/23/2024 (Req Date Updated)"},{"comp":1,"quote":222383,"Line":8,"Comment":"11/19/2024 3:29 PM - oenm - F/U changed from 11/16/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222383,"Line":9,"Comment":"11/19/2024 3:29 PM - oenm - CLO changed from 11/16/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222383","line":"1","part":"CAT40U-NX5-153","qty":"1","price":"3347.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222383","line":"2","part":"NXE-COOL","qty":"1","price":"990.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222383","line":"3","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"222383","line":"5","part":"C40-MRAM","qty":"1","price":"3028.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222383","line":"6","part":"PA65-CAT/BT","qty":"1","price":"931.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222383","line":"7","part":"MRAM-ER25","qty":"1","price":"4913.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222383","line":"8","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-19 14:30:08.753 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222383-11192024143008.txt === {"quote":"222383","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"GERRESCH","shiptoName":"Gerresheimer Medical Systems","entry_date":"10-01-2024","cust_order_date":"10-01-2024","req_date":"12-14-2024","cust_po":"CAT40U-NX5-153","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Lipscomb","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"17:03","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"David Lipscomb","follow_phone":"678-727-6167","follow_email":"d.lipscomb@appliedmachine.com","pic_user":"oenm","total_amt":"11545.75","total_gp":"7296.46","total_gpm":"63.20","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"7","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"222383","line":"0","data":"10-01-2024 17:04 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222383,"Line":0,"Comment":"10/11/2024 12:46 PM - oenm - F/U changed from 10/14/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222383,"Line":1,"Comment":"10/11/2024 12:46 PM - oenm - CLO changed from 11/01/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":222383,"Line":2,"Comment":"10/18/2024 5:16 PM - oenm - F/U changed from 10/19/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222383,"Line":3,"Comment":"10/18/2024 5:16 PM - oenm - CLO changed from 10/19/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":222383,"Line":4,"Comment":"10/18/2024 5:16 PM - oenm - Req Date changed from 11/12/2024 to 11/03/2024 (Req Date Updated)"},{"comp":1,"quote":222383,"Line":5,"Comment":"11/06/2024 4:08 PM - oenm - F/U changed from 11/02/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222383,"Line":6,"Comment":"11/06/2024 4:08 PM - oenm - CLO changed from 11/02/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":222383,"Line":7,"Comment":"11/06/2024 4:09 PM - oenm - Req Date changed from 11/03/2024 to 11/23/2024 (Req Date Updated)"},{"comp":1,"quote":222383,"Line":8,"Comment":"11/19/2024 3:29 PM - oenm - F/U changed from 11/16/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222383,"Line":9,"Comment":"11/19/2024 3:29 PM - oenm - CLO changed from 11/16/2024 to 12/07/2024 (CLO Date Updated)"},{"comp":1,"quote":222383,"Line":10,"Comment":"11/19/2024 3:29 PM - oenm - Req Date changed from 11/23/2024 to 12/14/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222383","line":"1","part":"CAT40U-NX5-153","qty":"1","price":"3347.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222383","line":"2","part":"NXE-COOL","qty":"1","price":"990.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222383","line":"3","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"222383","line":"5","part":"C40-MRAM","qty":"1","price":"3028.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222383","line":"6","part":"PA65-CAT/BT","qty":"1","price":"931.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222383","line":"7","part":"MRAM-ER25","qty":"1","price":"4913.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222383","line":"8","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-19 14:30:26.381 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221785-11192024143026.txt === {"quote":"221785","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"AMSJAGA","shiptoName":"Applied Machine Solutions,Inc.","entry_date":"09-19-2024","cust_order_date":"09-19-2024","req_date":"11-23-2024","cust_po":"Tool package 3 axis","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Lipscomb","drop_po":"","status":"0","user":"oenm","conv_order":"","time":"12:09","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"David Lipscomb","follow_phone":"678-727-6167","follow_email":"d.lipscomb@appliedmachine.com","pic_user":"oenm","total_amt":"11384.00","total_gp":"9109.05","total_gpm":"80.02","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"34","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"221785","line":"0","data":"09-19-2024 12:51 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221785,"Line":0,"Comment":"10/04/2024 11:11 AM - oenm - F/U changed from 10/12/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221785,"Line":1,"Comment":"10/18/2024 5:14 PM - oenm - F/U changed from 10/19/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221785,"Line":2,"Comment":"10/18/2024 5:14 PM - oenm - CLO changed from 10/19/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":221785,"Line":3,"Comment":"10/18/2024 5:15 PM - oenm - Req Date changed from 10/31/2024 to 11/16/2024 (Req Date Updated)"},{"comp":1,"quote":221785,"Line":4,"Comment":"11/06/2024 4:12 PM - oenm - F/U changed from 11/09/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221785,"Line":5,"Comment":"11/06/2024 4:12 PM - oenm - CLO changed from 11/09/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":221785,"Line":6,"Comment":"11/06/2024 4:13 PM - oenm - Req Date changed from 11/16/2024 to 11/23/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221785","line":"1","part":"C4001-0750-1.75CP","qty":"1","price":"130.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"2","part":"C4001-1000-1.75CP","qty":"1","price":"133.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"3","part":"CAT40-C1-85U-IDU","qty":"1","price":"549.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"4","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"5","part":"1000TL-3(C)","qty":"1","price":"93.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"6","part":"CAT40-C3/4-85U-IDU","qty":"1","price":"526.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"7","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"8","part":"CCK3/4-5/8","qty":"1","price":"85.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"9","part":"CKFN20(3/4)-5/8","qty":"1","price":"59.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"10","part":"CCK3/4-1/2","qty":"1","price":"85.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"11","part":"CKFN20(3/4)-1/2","qty":"1","price":"59.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"12","part":"CCKL20","qty":"1","price":"14.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"13","part":"CAT40-SK10-90U-IDU","qty":"5","price":"379.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"14","part":"SK10-SET-05-A","qty":"1","price":"335.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"15","part":"SK10-SET-19-MM","qty":"1","price":"1329.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"16","part":"RACK-ER16/SK10","qty":"2","price":"42.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"17","part":"CAT40-SK16-90U-IDU","qty":"5","price":"406.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"18","part":"SK16-SET-09-A","qty":"1","price":"738.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"19","part":"SK16-SET-27-MM","qty":"1","price":"2214.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"20","part":"RACK-180DA/SK16/ER25","qty":"2","price":"56.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"21","part":"TQW-200","qty":"1","price":"364.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"22","part":"TQW-SK10","qty":"1","price":"102.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"23","part":"TQW-SK16(45)","qty":"1","price":"106.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"24","part":"NCL-ICAT40","qty":"1","price":"255.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":24}}] 2024-11-19 14:30:32.940 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221785-11192024143032.txt === {"quote":"221785","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"AMSJAGA","shiptoName":"Applied Machine Solutions,Inc.","entry_date":"09-19-2024","cust_order_date":"09-19-2024","req_date":"11-23-2024","cust_po":"Tool package 3 axis","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Lipscomb","drop_po":"","status":"0","user":"oenm","conv_order":"","time":"12:09","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"David Lipscomb","follow_phone":"678-727-6167","follow_email":"d.lipscomb@appliedmachine.com","pic_user":"oenm","total_amt":"11384.00","total_gp":"9109.05","total_gpm":"80.02","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"34","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"221785","line":"0","data":"09-19-2024 12:51 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221785,"Line":0,"Comment":"10/04/2024 11:11 AM - oenm - F/U changed from 10/12/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221785,"Line":1,"Comment":"10/18/2024 5:14 PM - oenm - F/U changed from 10/19/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221785,"Line":2,"Comment":"10/18/2024 5:14 PM - oenm - CLO changed from 10/19/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":221785,"Line":3,"Comment":"10/18/2024 5:15 PM - oenm - Req Date changed from 10/31/2024 to 11/16/2024 (Req Date Updated)"},{"comp":1,"quote":221785,"Line":4,"Comment":"11/06/2024 4:12 PM - oenm - F/U changed from 11/09/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221785,"Line":5,"Comment":"11/06/2024 4:12 PM - oenm - CLO changed from 11/09/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":221785,"Line":6,"Comment":"11/06/2024 4:13 PM - oenm - Req Date changed from 11/16/2024 to 11/23/2024 (Req Date Updated)"},{"comp":1,"quote":221785,"Line":7,"Comment":"11/19/2024 3:30 PM - oenm - F/U changed from 11/16/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221785,"Line":8,"Comment":"11/19/2024 3:30 PM - oenm - CLO changed from 11/16/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221785","line":"1","part":"C4001-0750-1.75CP","qty":"1","price":"130.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"2","part":"C4001-1000-1.75CP","qty":"1","price":"133.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"3","part":"CAT40-C1-85U-IDU","qty":"1","price":"549.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"4","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"5","part":"1000TL-3(C)","qty":"1","price":"93.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"6","part":"CAT40-C3/4-85U-IDU","qty":"1","price":"526.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"7","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"8","part":"CCK3/4-5/8","qty":"1","price":"85.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"9","part":"CKFN20(3/4)-5/8","qty":"1","price":"59.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"10","part":"CCK3/4-1/2","qty":"1","price":"85.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"11","part":"CKFN20(3/4)-1/2","qty":"1","price":"59.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"12","part":"CCKL20","qty":"1","price":"14.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"13","part":"CAT40-SK10-90U-IDU","qty":"5","price":"379.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"14","part":"SK10-SET-05-A","qty":"1","price":"335.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"15","part":"SK10-SET-19-MM","qty":"1","price":"1329.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"16","part":"RACK-ER16/SK10","qty":"2","price":"42.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"17","part":"CAT40-SK16-90U-IDU","qty":"5","price":"406.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"18","part":"SK16-SET-09-A","qty":"1","price":"738.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"19","part":"SK16-SET-27-MM","qty":"1","price":"2214.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"20","part":"RACK-180DA/SK16/ER25","qty":"2","price":"56.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"21","part":"TQW-200","qty":"1","price":"364.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"22","part":"TQW-SK10","qty":"1","price":"102.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"23","part":"TQW-SK16(45)","qty":"1","price":"106.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"24","part":"NCL-ICAT40","qty":"1","price":"255.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":24}}] 2024-11-19 14:30:39.013 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221785-11192024143038.txt === {"quote":"221785","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"AMSJAGA","shiptoName":"Applied Machine Solutions,Inc.","entry_date":"09-19-2024","cust_order_date":"09-19-2024","req_date":"12-14-2024","cust_po":"Tool package 3 axis","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Lipscomb","drop_po":"","status":"0","user":"oenm","conv_order":"","time":"12:09","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"David Lipscomb","follow_phone":"678-727-6167","follow_email":"d.lipscomb@appliedmachine.com","pic_user":"oenm","total_amt":"11384.00","total_gp":"9109.05","total_gpm":"80.02","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"34","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"221785","line":"0","data":"09-19-2024 12:51 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221785,"Line":0,"Comment":"10/04/2024 11:11 AM - oenm - F/U changed from 10/12/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221785,"Line":1,"Comment":"10/18/2024 5:14 PM - oenm - F/U changed from 10/19/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221785,"Line":2,"Comment":"10/18/2024 5:14 PM - oenm - CLO changed from 10/19/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":221785,"Line":3,"Comment":"10/18/2024 5:15 PM - oenm - Req Date changed from 10/31/2024 to 11/16/2024 (Req Date Updated)"},{"comp":1,"quote":221785,"Line":4,"Comment":"11/06/2024 4:12 PM - oenm - F/U changed from 11/09/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221785,"Line":5,"Comment":"11/06/2024 4:12 PM - oenm - CLO changed from 11/09/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":221785,"Line":6,"Comment":"11/06/2024 4:13 PM - oenm - Req Date changed from 11/16/2024 to 11/23/2024 (Req Date Updated)"},{"comp":1,"quote":221785,"Line":7,"Comment":"11/19/2024 3:30 PM - oenm - F/U changed from 11/16/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221785,"Line":8,"Comment":"11/19/2024 3:30 PM - oenm - CLO changed from 11/16/2024 to 12/07/2024 (CLO Date Updated)"},{"comp":1,"quote":221785,"Line":9,"Comment":"11/19/2024 3:30 PM - oenm - Req Date changed from 11/23/2024 to 12/14/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221785","line":"1","part":"C4001-0750-1.75CP","qty":"1","price":"130.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"2","part":"C4001-1000-1.75CP","qty":"1","price":"133.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"3","part":"CAT40-C1-85U-IDU","qty":"1","price":"549.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"4","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"5","part":"1000TL-3(C)","qty":"1","price":"93.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"6","part":"CAT40-C3/4-85U-IDU","qty":"1","price":"526.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"7","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"8","part":"CCK3/4-5/8","qty":"1","price":"85.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"9","part":"CKFN20(3/4)-5/8","qty":"1","price":"59.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"10","part":"CCK3/4-1/2","qty":"1","price":"85.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"11","part":"CKFN20(3/4)-1/2","qty":"1","price":"59.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"12","part":"CCKL20","qty":"1","price":"14.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"13","part":"CAT40-SK10-90U-IDU","qty":"5","price":"379.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"14","part":"SK10-SET-05-A","qty":"1","price":"335.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"15","part":"SK10-SET-19-MM","qty":"1","price":"1329.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"16","part":"RACK-ER16/SK10","qty":"2","price":"42.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"17","part":"CAT40-SK16-90U-IDU","qty":"5","price":"406.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"18","part":"SK16-SET-09-A","qty":"1","price":"738.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"19","part":"SK16-SET-27-MM","qty":"1","price":"2214.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"20","part":"RACK-180DA/SK16/ER25","qty":"2","price":"56.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"21","part":"TQW-200","qty":"1","price":"364.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"22","part":"TQW-SK10","qty":"1","price":"102.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"23","part":"TQW-SK16(45)","qty":"1","price":"106.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221785","line":"24","part":"NCL-ICAT40","qty":"1","price":"255.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":24}}] 2024-11-19 14:32:35.746 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221033-11192024143235.txt === {"quote":"221033","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"AMSJAGA","shiptoName":"Applied Machine Solutions,Inc.","entry_date":"09-03-2024","cust_order_date":"09-03-2024","req_date":"11-23-2024","cust_po":"Spindle speeder cat40u-nx","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Lipscomb","drop_po":"","status":"0","user":"oenm","conv_order":"","time":"11:27","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"David Lipscomb","follow_phone":"678-727-6167","follow_email":"d.lipscomb@appliedmachine.com","pic_user":"oenm","total_amt":"3521.45","total_gp":"2605.13","total_gpm":"73.98","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"7","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"221033","line":"0","data":"09-03-2024 11:34 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221033,"Line":0,"Comment":"10/04/2024 11:08 AM - oenm - F/U changed from 10/03/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221033,"Line":1,"Comment":"10/04/2024 11:08 AM - oenm - CLO changed from 10/03/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":221033,"Line":2,"Comment":"10/04/2024 11:09 AM - oenm - Req Date changed from 10/15/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":221033,"Line":3,"Comment":"11/06/2024 4:10 PM - oenm - F/U changed from 11/02/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221033,"Line":4,"Comment":"11/06/2024 4:10 PM - oenm - CLO changed from 11/02/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":221033,"Line":5,"Comment":"11/06/2024 4:10 PM - oenm - Req Date changed from 11/09/2024 to 11/23/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221033","line":"1","part":"CAT40U-NX5-153","qty":"1","price":"3347.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221033","line":"2","part":"SK10-1/8A","qty":"1","price":"67.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221033","line":"3","part":"SK10-3/16A","qty":"1","price":"67.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221033","line":"4","part":"SK10-5/16A","qty":"1","price":"67.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221033","line":"5","part":"SK10-1/4A","qty":"1","price":"67.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221033","line":"6","part":"SK10-3/8A","qty":"1","price":"67.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221033","line":"7","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-19 14:32:44.168 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221033-11192024143243.txt === {"quote":"221033","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"AMSJAGA","shiptoName":"Applied Machine Solutions,Inc.","entry_date":"09-03-2024","cust_order_date":"09-03-2024","req_date":"11-23-2024","cust_po":"Spindle speeder cat40u-nx","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Lipscomb","drop_po":"","status":"0","user":"oenm","conv_order":"","time":"11:27","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"David Lipscomb","follow_phone":"678-727-6167","follow_email":"d.lipscomb@appliedmachine.com","pic_user":"oenm","total_amt":"3521.45","total_gp":"2605.13","total_gpm":"73.98","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"7","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"221033","line":"0","data":"09-03-2024 11:34 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221033,"Line":0,"Comment":"10/04/2024 11:08 AM - oenm - F/U changed from 10/03/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221033,"Line":1,"Comment":"10/04/2024 11:08 AM - oenm - CLO changed from 10/03/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":221033,"Line":2,"Comment":"10/04/2024 11:09 AM - oenm - Req Date changed from 10/15/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":221033,"Line":3,"Comment":"11/06/2024 4:10 PM - oenm - F/U changed from 11/02/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221033,"Line":4,"Comment":"11/06/2024 4:10 PM - oenm - CLO changed from 11/02/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":221033,"Line":5,"Comment":"11/06/2024 4:10 PM - oenm - Req Date changed from 11/09/2024 to 11/23/2024 (Req Date Updated)"},{"comp":1,"quote":221033,"Line":6,"Comment":"11/19/2024 3:32 PM - oenm - F/U changed from 11/16/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221033,"Line":7,"Comment":"11/19/2024 3:32 PM - oenm - CLO changed from 11/16/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221033","line":"1","part":"CAT40U-NX5-153","qty":"1","price":"3347.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221033","line":"2","part":"SK10-1/8A","qty":"1","price":"67.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221033","line":"3","part":"SK10-3/16A","qty":"1","price":"67.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221033","line":"4","part":"SK10-5/16A","qty":"1","price":"67.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221033","line":"5","part":"SK10-1/4A","qty":"1","price":"67.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221033","line":"6","part":"SK10-3/8A","qty":"1","price":"67.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221033","line":"7","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-19 14:32:51.743 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221033-11192024143251.txt === {"quote":"221033","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"AMSJAGA","shiptoName":"Applied Machine Solutions,Inc.","entry_date":"09-03-2024","cust_order_date":"09-03-2024","req_date":"12-14-2024","cust_po":"Spindle speeder cat40u-nx","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Lipscomb","drop_po":"","status":"0","user":"oenm","conv_order":"","time":"11:27","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"David Lipscomb","follow_phone":"678-727-6167","follow_email":"d.lipscomb@appliedmachine.com","pic_user":"oenm","total_amt":"3521.45","total_gp":"2605.13","total_gpm":"73.98","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"7","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"221033","line":"0","data":"09-03-2024 11:34 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221033,"Line":0,"Comment":"10/04/2024 11:08 AM - oenm - F/U changed from 10/03/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221033,"Line":1,"Comment":"10/04/2024 11:08 AM - oenm - CLO changed from 10/03/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":221033,"Line":2,"Comment":"10/04/2024 11:09 AM - oenm - Req Date changed from 10/15/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":221033,"Line":3,"Comment":"11/06/2024 4:10 PM - oenm - F/U changed from 11/02/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221033,"Line":4,"Comment":"11/06/2024 4:10 PM - oenm - CLO changed from 11/02/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":221033,"Line":5,"Comment":"11/06/2024 4:10 PM - oenm - Req Date changed from 11/09/2024 to 11/23/2024 (Req Date Updated)"},{"comp":1,"quote":221033,"Line":6,"Comment":"11/19/2024 3:32 PM - oenm - F/U changed from 11/16/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221033,"Line":7,"Comment":"11/19/2024 3:32 PM - oenm - CLO changed from 11/16/2024 to 12/07/2024 (CLO Date Updated)"},{"comp":1,"quote":221033,"Line":8,"Comment":"11/19/2024 3:32 PM - oenm - Req Date changed from 11/23/2024 to 12/14/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221033","line":"1","part":"CAT40U-NX5-153","qty":"1","price":"3347.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221033","line":"2","part":"SK10-1/8A","qty":"1","price":"67.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221033","line":"3","part":"SK10-3/16A","qty":"1","price":"67.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221033","line":"4","part":"SK10-5/16A","qty":"1","price":"67.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221033","line":"5","part":"SK10-1/4A","qty":"1","price":"67.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221033","line":"6","part":"SK10-3/8A","qty":"1","price":"67.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221033","line":"7","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-19 14:33:44.004 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222885-11192024143343.txt === {"quote":"222885","customer":"16806","name":null,"customerName":"Premier Engineering LLC","comp":"01","open":"1","shipto":"PREMERIN","shiptoName":"Premier Engineering Co.","entry_date":"10-11-2024","cust_order_date":"10-11-2024","req_date":"11-23-2024","cust_po":"Tool cert","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tim Kramer","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"11:07","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Tim Kramer","follow_phone":"678-442-8382","follow_email":"timk@premierengineering.com","pic_user":"oenm","total_amt":"12500","total_gp":"12500.00","total_gpm":"100.00","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"222885","line":"0","data":"10-11-2024 11:07 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222885,"Line":0,"Comment":"10/18/2024 5:22 PM - oenm - F/U changed from 10/26/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222885,"Line":1,"Comment":"11/06/2024 4:10 PM - oenm - F/U changed from 11/02/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222885,"Line":2,"Comment":"11/06/2024 4:10 PM - oenm - CLO changed from 11/11/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":222885,"Line":3,"Comment":"11/06/2024 4:10 PM - oenm - Req Date changed from 11/01/2024 to 11/23/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222885","line":"1","part":"TOOL-CERT","qty":"1","price":"25000.00","uom":"EA","discount":"50.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-19 14:34:13.329 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222601-11192024143413.txt === {"quote":"222601","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"1","shipto":"JEFFRIEG","shiptoName":"JEFFRIES MACHINE CO","entry_date":"10-07-2024","cust_order_date":"10-07-2024","req_date":"11-23-2024","cust_po":"Option #1 - smallest part","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"09:39","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Ronnie Spicer","follow_phone":"(941) 739-6566","follow_email":"ronnie@afi-tools.com","pic_user":"oenm","total_amt":"9767.83","total_gp":"6094.45","total_gpm":"62.39","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"1","totalQty":"6","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"222601","line":"0","data":"10-07-2024 10:01 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222601,"Line":0,"Comment":"10/18/2024 5:20 PM - oenm - F/U changed from 10/20/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222601,"Line":1,"Comment":"10/18/2024 5:20 PM - oenm - CLO changed from 11/07/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":222601,"Line":2,"Comment":"11/06/2024 4:11 PM - oenm - F/U changed from 11/02/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222601,"Line":3,"Comment":"11/06/2024 4:11 PM - oenm - CLO changed from 11/02/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":222601,"Line":4,"Comment":"11/06/2024 4:11 PM - oenm - Req Date changed from 11/18/2024 to 11/23/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222601","line":"1","part":"C50-MRAM","qty":"1","price":"3619.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222601","line":"2","part":"PA110-CAT","qty":"1","price":"1086.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222601","line":"3","part":"MRAM-ER25L","qty":"1","price":"4654.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222601","line":"4","part":"MRAM-EXT-100","qty":"1","price":"1912.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222601","line":"5","part":"MODIFICATION-PB-SP","qty":"2","price":"770.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-19 14:34:55.774 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222602-11192024143455.txt === {"quote":"222602","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"1","shipto":"JEFFRIEG","shiptoName":"JEFFRIES MACHINE CO","entry_date":"10-07-2024","cust_order_date":"10-07-2024","req_date":"11-23-2024","cust_po":"Option #2 - largest part","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"10:05","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Ronnie Spicer","follow_phone":"(941) 739-6566","follow_email":"ronnie@afi-tools.com","pic_user":"oenm","total_amt":"11984.84","total_gp":"7318.10","total_gpm":"61.06","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"8","totalQty":"7","win_pct":"20","clo_date":"11-16-2024","notes":[],"crmnotes":[{"comp":1,"quote":222602,"Line":0,"Comment":"10/11/2024 12:46 PM - oenm - F/U changed from 10/13/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222602,"Line":1,"Comment":"10/18/2024 5:19 PM - oenm - F/U changed from 10/19/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222602,"Line":2,"Comment":"10/18/2024 5:19 PM - oenm - CLO changed from 10/30/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":222602,"Line":3,"Comment":"10/18/2024 5:19 PM - oenm - Req Date changed from 10/07/2024 to 11/03/2024 (Req Date Updated)"},{"comp":1,"quote":222602,"Line":4,"Comment":"11/06/2024 4:11 PM - oenm - F/U changed from 11/02/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222602,"Line":5,"Comment":"11/06/2024 4:11 PM - oenm - CLO changed from 11/02/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":222602,"Line":6,"Comment":"11/06/2024 4:11 PM - oenm - Req Date changed from 11/03/2024 to 11/23/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222602","line":"1","part":"C50-MRAM","qty":"1","price":"3619.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222602","line":"2","part":"PA110-CAT","qty":"1","price":"1086.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222602","line":"3","part":"MRAM-ER25","qty":"1","price":"4913.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222602","line":"4","part":"MRAM-EXT-200","qty":"2","price":"2345.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222602","line":"5","part":"MODIFICATION-PB-SP","qty":"2","price":"770.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-19 14:35:10.203 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222888-11192024143509.txt === {"quote":"222888","customer":"16806","name":null,"customerName":"Premier Engineering LLC","comp":"01","open":"0","shipto":"AEROBLOO","shiptoName":"Aerotech Machining, Inc.","entry_date":"10-11-2024","cust_order_date":"10-11-2024","req_date":"11-23-2024","cust_po":"Tool Certificate","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"11:16","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Tim","follow_phone":"678-442-8382","follow_email":"timk@premierengineering.com","pic_user":"oenm","total_amt":"15000","total_gp":"15000.00","total_gpm":"100.00","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"222888","line":"0","data":"10-11-2024 11:22-alyssah FOr customer purpose"}],"crmnotes":[{"comp":1,"quote":222888,"Line":0,"Comment":"11/06/2024 4:05 PM - oenm - F/U changed from 10/26/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222888,"Line":1,"Comment":"11/06/2024 4:05 PM - oenm - CLO changed from 10/26/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":222888,"Line":2,"Comment":"11/06/2024 4:05 PM - oenm - F/U changed from 11/02/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222888,"Line":3,"Comment":"11/06/2024 4:05 PM - oenm - Req Date changed from 11/02/2024 to 11/23/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222888","line":"1","part":"TOOL-CERT","qty":"1","price":"25000.00","uom":"EA","discount":"40.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-19 14:35:16.578 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222888-11192024143516.txt === {"quote":"222888","customer":"16806","name":null,"customerName":"Premier Engineering LLC","comp":"01","open":"0","shipto":"AEROBLOO","shiptoName":"Aerotech Machining, Inc.","entry_date":"10-11-2024","cust_order_date":"10-11-2024","req_date":"11-23-2024","cust_po":"Tool Certificate","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"11:16","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Tim","follow_phone":"678-442-8382","follow_email":"timk@premierengineering.com","pic_user":"oenm","total_amt":"15000","total_gp":"15000.00","total_gpm":"100.00","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"222888","line":"0","data":"10-11-2024 11:22-alyssah FOr customer purpose"}],"crmnotes":[{"comp":1,"quote":222888,"Line":0,"Comment":"11/06/2024 4:05 PM - oenm - F/U changed from 10/26/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222888,"Line":1,"Comment":"11/06/2024 4:05 PM - oenm - CLO changed from 10/26/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":222888,"Line":2,"Comment":"11/06/2024 4:05 PM - oenm - F/U changed from 11/02/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222888,"Line":3,"Comment":"11/06/2024 4:05 PM - oenm - Req Date changed from 11/02/2024 to 11/23/2024 (Req Date Updated)"},{"comp":1,"quote":222888,"Line":4,"Comment":"11/19/2024 3:35 PM - oenm - F/U changed from 11/16/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222888,"Line":5,"Comment":"11/19/2024 3:35 PM - oenm - CLO changed from 11/16/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222888","line":"1","part":"TOOL-CERT","qty":"1","price":"25000.00","uom":"EA","discount":"40.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-19 14:35:23.756 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222888-11192024143523.txt === {"quote":"222888","customer":"16806","name":null,"customerName":"Premier Engineering LLC","comp":"01","open":"0","shipto":"AEROBLOO","shiptoName":"Aerotech Machining, Inc.","entry_date":"10-11-2024","cust_order_date":"10-11-2024","req_date":"12-14-2024","cust_po":"Tool Certificate","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"11:16","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Tim","follow_phone":"678-442-8382","follow_email":"timk@premierengineering.com","pic_user":"oenm","total_amt":"15000","total_gp":"15000.00","total_gpm":"100.00","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"222888","line":"0","data":"10-11-2024 11:22-alyssah FOr customer purpose"}],"crmnotes":[{"comp":1,"quote":222888,"Line":0,"Comment":"11/06/2024 4:05 PM - oenm - F/U changed from 10/26/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222888,"Line":1,"Comment":"11/06/2024 4:05 PM - oenm - CLO changed from 10/26/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":222888,"Line":2,"Comment":"11/06/2024 4:05 PM - oenm - F/U changed from 11/02/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222888,"Line":3,"Comment":"11/06/2024 4:05 PM - oenm - Req Date changed from 11/02/2024 to 11/23/2024 (Req Date Updated)"},{"comp":1,"quote":222888,"Line":4,"Comment":"11/19/2024 3:35 PM - oenm - F/U changed from 11/16/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222888,"Line":5,"Comment":"11/19/2024 3:35 PM - oenm - CLO changed from 11/16/2024 to 12/07/2024 (CLO Date Updated)"},{"comp":1,"quote":222888,"Line":6,"Comment":"11/19/2024 3:35 PM - oenm - Req Date changed from 11/23/2024 to 12/14/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222888","line":"1","part":"TOOL-CERT","qty":"1","price":"25000.00","uom":"EA","discount":"40.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-19 14:36:39.216 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222715-11192024143638.txt === {"quote":"222715","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"GERRESCH","shiptoName":"Gerresheimer Medical Systems","entry_date":"10-09-2024","cust_order_date":"10-09-2024","req_date":"11-20-2024","cust_po":"Rotary table cnc180ya","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Lipscomb","drop_po":"","status":"0","user":"oenm","conv_order":"","time":"08:22","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"David Lipscomb","follow_phone":"678-727-6167","follow_email":"d.lipscomb@appliedmachine.com","pic_user":"oenm","total_amt":"24635.20","total_gp":"19099.87","total_gpm":"77.53","rev_type":"RT","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"222715","line":"0","data":"10-09-2024 08:27 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222715,"Line":0,"Comment":"11/06/2024 4:12 PM - oenm - F/U changed from 11/09/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222715,"Line":1,"Comment":"11/06/2024 4:12 PM - oenm - CLO changed from 11/09/2024 to 11/16/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222715","line":"1","part":"TAT-170","qty":"1","price":"6356.00","uom":"EA","discount":"30.00","req_date":"STOCK ships 2/3 week","branch":"1"},{"comp":"01","order":"222715","line":"2","part":"TRUNNION-STALLION-9/23","qty":"1","price":"3509.00","uom":"EA","discount":"0.00","req_date":"8 to 10 weeks ARO","branch":"1"},{"comp":"01","order":"222715","line":"3","part":"TRUNNION-BASEPLATE","qty":"1","price":"3300.00","uom":"EA","discount":"0.00","req_date":"8-10 weeks ARO","branch":"1"},{"comp":"01","order":"222715","line":"4","part":"CNC180YA-M","qty":"1","price":"19110.00","uom":"EA","discount":"30.00","req_date":"Ships 2/3 weeks ARO","branch":"1"}],"qlines":[{"Quote":"222715","Line":"2","Company":"1","F_Line":"1","Comment":"*this is your net price","Loc":"Y"},{"Quote":"222715","Line":"3","Company":"1","F_Line":"1","Comment":"*This is your net price","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-19 14:36:47.042 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222715-11192024143646.txt === {"quote":"222715","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"GERRESCH","shiptoName":"Gerresheimer Medical Systems","entry_date":"10-09-2024","cust_order_date":"10-09-2024","req_date":"11-20-2024","cust_po":"Rotary table cnc180ya","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Lipscomb","drop_po":"","status":"0","user":"oenm","conv_order":"","time":"08:22","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"David Lipscomb","follow_phone":"678-727-6167","follow_email":"d.lipscomb@appliedmachine.com","pic_user":"oenm","total_amt":"24635.20","total_gp":"19099.87","total_gpm":"77.53","rev_type":"RT","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"222715","line":"0","data":"10-09-2024 08:27 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222715,"Line":0,"Comment":"11/06/2024 4:12 PM - oenm - F/U changed from 11/09/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222715,"Line":1,"Comment":"11/06/2024 4:12 PM - oenm - CLO changed from 11/09/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":222715,"Line":2,"Comment":"11/19/2024 3:36 PM - oenm - F/U changed from 11/16/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222715,"Line":3,"Comment":"11/19/2024 3:36 PM - oenm - CLO changed from 11/16/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222715","line":"1","part":"TAT-170","qty":"1","price":"6356.00","uom":"EA","discount":"30.00","req_date":"STOCK ships 2/3 week","branch":"1"},{"comp":"01","order":"222715","line":"2","part":"TRUNNION-STALLION-9/23","qty":"1","price":"3509.00","uom":"EA","discount":"0.00","req_date":"8 to 10 weeks ARO","branch":"1"},{"comp":"01","order":"222715","line":"3","part":"TRUNNION-BASEPLATE","qty":"1","price":"3300.00","uom":"EA","discount":"0.00","req_date":"8-10 weeks ARO","branch":"1"},{"comp":"01","order":"222715","line":"4","part":"CNC180YA-M","qty":"1","price":"19110.00","uom":"EA","discount":"30.00","req_date":"Ships 2/3 weeks ARO","branch":"1"}],"qlines":[{"Quote":"222715","Line":"2","Company":"1","F_Line":"1","Comment":"*this is your net price","Loc":"Y"},{"Quote":"222715","Line":"3","Company":"1","F_Line":"1","Comment":"*This is your net price","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-19 14:36:57.582 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222715-11192024143657.txt === {"quote":"222715","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"GERRESCH","shiptoName":"Gerresheimer Medical Systems","entry_date":"10-09-2024","cust_order_date":"10-09-2024","req_date":"12-14-2024","cust_po":"Rotary table cnc180ya","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Lipscomb","drop_po":"","status":"0","user":"oenm","conv_order":"","time":"08:22","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"David Lipscomb","follow_phone":"678-727-6167","follow_email":"d.lipscomb@appliedmachine.com","pic_user":"oenm","total_amt":"24635.20","total_gp":"19099.87","total_gpm":"77.53","rev_type":"RT","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"222715","line":"0","data":"10-09-2024 08:27 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222715,"Line":0,"Comment":"11/06/2024 4:12 PM - oenm - F/U changed from 11/09/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222715,"Line":1,"Comment":"11/06/2024 4:12 PM - oenm - CLO changed from 11/09/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":222715,"Line":2,"Comment":"11/19/2024 3:36 PM - oenm - F/U changed from 11/16/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222715,"Line":3,"Comment":"11/19/2024 3:36 PM - oenm - CLO changed from 11/16/2024 to 12/07/2024 (CLO Date Updated)"},{"comp":1,"quote":222715,"Line":4,"Comment":"11/19/2024 3:36 PM - oenm - Req Date changed from 11/20/2024 to 12/14/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222715","line":"1","part":"TAT-170","qty":"1","price":"6356.00","uom":"EA","discount":"30.00","req_date":"STOCK ships 2/3 week","branch":"1"},{"comp":"01","order":"222715","line":"2","part":"TRUNNION-STALLION-9/23","qty":"1","price":"3509.00","uom":"EA","discount":"0.00","req_date":"8 to 10 weeks ARO","branch":"1"},{"comp":"01","order":"222715","line":"3","part":"TRUNNION-BASEPLATE","qty":"1","price":"3300.00","uom":"EA","discount":"0.00","req_date":"8-10 weeks ARO","branch":"1"},{"comp":"01","order":"222715","line":"4","part":"CNC180YA-M","qty":"1","price":"19110.00","uom":"EA","discount":"30.00","req_date":"Ships 2/3 weeks ARO","branch":"1"}],"qlines":[{"Quote":"222715","Line":"2","Company":"1","F_Line":"1","Comment":"*this is your net price","Loc":"Y"},{"Quote":"222715","Line":"3","Company":"1","F_Line":"1","Comment":"*This is your net price","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-19 14:37:06.127 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222889-11192024143705.txt === {"quote":"222889","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"GERRESCH","shiptoName":"Gerresheimer Medical Systems","entry_date":"10-11-2024","cust_order_date":"10-11-2024","req_date":"11-22-2024","cust_po":"RT nct200","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Lipscomb","drop_po":"","status":"0","user":"oenm","conv_order":"","time":"11:27","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"David Lipscomb","follow_phone":"678-727-6167","follow_email":"d.lipscomb@appliedmachine.com","pic_user":"oenm","total_amt":"15235.5","total_gp":"15235.50","total_gpm":"100.00","rev_type":"RT","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"222889","line":"0","data":"10-11-2024 11:28 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222889,"Line":0,"Comment":"11/06/2024 4:14 PM - oenm - F/U changed from 11/11/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222889,"Line":1,"Comment":"11/06/2024 4:14 PM - oenm - CLO changed from 11/11/2024 to 11/16/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222889","line":"1","part":"NCT200YA-M","qty":"1","price":"20265.00","uom":"EA","discount":"30.00","req_date":"stock 2-3 weeks ARO","branch":"1"},{"comp":"01","order":"222889","line":"2","part":"RT-ACCS-CABLE","qty":"1","price":"1500.00","uom":"EA","discount":"30.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222889","Line":"2","Company":"1","F_Line":"1","Comment":"Power/Feedback cable from RT to machinetool- cable set","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-19 14:37:13.822 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222889-11192024143713.txt === {"quote":"222889","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"GERRESCH","shiptoName":"Gerresheimer Medical Systems","entry_date":"10-11-2024","cust_order_date":"10-11-2024","req_date":"11-22-2024","cust_po":"RT nct200","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Lipscomb","drop_po":"","status":"0","user":"oenm","conv_order":"","time":"11:27","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"David Lipscomb","follow_phone":"678-727-6167","follow_email":"d.lipscomb@appliedmachine.com","pic_user":"oenm","total_amt":"15235.5","total_gp":"15235.50","total_gpm":"100.00","rev_type":"RT","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"222889","line":"0","data":"10-11-2024 11:28 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222889,"Line":0,"Comment":"11/06/2024 4:14 PM - oenm - F/U changed from 11/11/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222889,"Line":1,"Comment":"11/06/2024 4:14 PM - oenm - CLO changed from 11/11/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":222889,"Line":2,"Comment":"11/19/2024 3:36 PM - oenm - F/U changed from 11/16/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222889,"Line":3,"Comment":"11/19/2024 3:37 PM - oenm - CLO changed from 11/16/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222889","line":"1","part":"NCT200YA-M","qty":"1","price":"20265.00","uom":"EA","discount":"30.00","req_date":"stock 2-3 weeks ARO","branch":"1"},{"comp":"01","order":"222889","line":"2","part":"RT-ACCS-CABLE","qty":"1","price":"1500.00","uom":"EA","discount":"30.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222889","Line":"2","Company":"1","F_Line":"1","Comment":"Power/Feedback cable from RT to machinetool- cable set","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-19 14:37:19.860 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222889-11192024143719.txt === {"quote":"222889","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"0","shipto":"GERRESCH","shiptoName":"Gerresheimer Medical Systems","entry_date":"10-11-2024","cust_order_date":"10-11-2024","req_date":"12-14-2024","cust_po":"RT nct200","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Lipscomb","drop_po":"","status":"0","user":"oenm","conv_order":"","time":"11:27","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"David Lipscomb","follow_phone":"678-727-6167","follow_email":"d.lipscomb@appliedmachine.com","pic_user":"oenm","total_amt":"15235.5","total_gp":"15235.50","total_gpm":"100.00","rev_type":"RT","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"222889","line":"0","data":"10-11-2024 11:28 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222889,"Line":0,"Comment":"11/06/2024 4:14 PM - oenm - F/U changed from 11/11/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222889,"Line":1,"Comment":"11/06/2024 4:14 PM - oenm - CLO changed from 11/11/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":222889,"Line":2,"Comment":"11/19/2024 3:36 PM - oenm - F/U changed from 11/16/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222889,"Line":3,"Comment":"11/19/2024 3:37 PM - oenm - CLO changed from 11/16/2024 to 12/07/2024 (CLO Date Updated)"},{"comp":1,"quote":222889,"Line":4,"Comment":"11/19/2024 3:37 PM - oenm - Req Date changed from 11/22/2024 to 12/14/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222889","line":"1","part":"NCT200YA-M","qty":"1","price":"20265.00","uom":"EA","discount":"30.00","req_date":"stock 2-3 weeks ARO","branch":"1"},{"comp":"01","order":"222889","line":"2","part":"RT-ACCS-CABLE","qty":"1","price":"1500.00","uom":"EA","discount":"30.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222889","Line":"2","Company":"1","F_Line":"1","Comment":"Power/Feedback cable from RT to machinetool- cable set","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-19 14:37:26.803 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223371-11192024143726.txt === {"quote":"223371","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"GFMCO","shiptoName":"Golden's Foundry & Mach(GFMCO) LLC","entry_date":"10-22-2024","cust_order_date":"10-22-2024","req_date":"12-03-2024","cust_po":"CAT50 C1.1/4 16.5\"GL","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jake","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"16:42","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Ronnie Spicer","follow_phone":"(941) 739-6566","follow_email":"ronnie@afi-tools.com","pic_user":"oenm","total_amt":"4230.00","total_gp":"4230.00","total_gpm":"100.00","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-22-2024","notes":[{"comp":"1","quote":"223371","line":"0","data":"10-22-2024 17:01 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223371,"Line":0,"Comment":"11/06/2024 4:11 PM - oenm - F/U changed from 11/08/2024 to 11/16/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223371","line":"1","part":"SPECIAL-TL-NIKKEN","qty":"3","price":"1410.00","uom":"EA","discount":"0.00","req_date":"18 weeks ARO","branch":"1"}],"qlines":[{"Quote":"223371","Line":"1","Company":"1","F_Line":"1","Comment":"CAT50 C1.1/4 16.5(419.1mm) gage length","Loc":"Y"},{"Quote":"223371","Line":"1","Company":"1","F_Line":"2","Comment":"CAT50 Milling Chuck 1.1/4 ID","Loc":"Y"}],"qcomms":[{"Quote":"223371","Line":"0","Comment":"These are non-standard stock items and considered"},{"Quote":"223371","Line":"1","Comment":"specials. Once a PO has been issued these items"},{"Quote":"223371","Line":"2","Comment":"cannot be cancelled or returned."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-19 14:37:33.617 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223371-11192024143733.txt === {"quote":"223371","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"GFMCO","shiptoName":"Golden's Foundry & Mach(GFMCO) LLC","entry_date":"10-22-2024","cust_order_date":"10-22-2024","req_date":"12-03-2024","cust_po":"CAT50 C1.1/4 16.5\"GL","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jake","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"16:42","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Ronnie Spicer","follow_phone":"(941) 739-6566","follow_email":"ronnie@afi-tools.com","pic_user":"oenm","total_amt":"4230.00","total_gp":"4230.00","total_gpm":"100.00","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"223371","line":"0","data":"10-22-2024 17:01 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223371,"Line":0,"Comment":"11/06/2024 4:11 PM - oenm - F/U changed from 11/08/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223371,"Line":1,"Comment":"11/19/2024 3:37 PM - oenm - F/U changed from 11/16/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223371,"Line":2,"Comment":"11/19/2024 3:37 PM - oenm - CLO changed from 11/22/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223371","line":"1","part":"SPECIAL-TL-NIKKEN","qty":"3","price":"1410.00","uom":"EA","discount":"0.00","req_date":"18 weeks ARO","branch":"1"}],"qlines":[{"Quote":"223371","Line":"1","Company":"1","F_Line":"1","Comment":"CAT50 C1.1/4 16.5(419.1mm) gage length","Loc":"Y"},{"Quote":"223371","Line":"1","Company":"1","F_Line":"2","Comment":"CAT50 Milling Chuck 1.1/4 ID","Loc":"Y"}],"qcomms":[{"Quote":"223371","Line":"0","Comment":"These are non-standard stock items and considered"},{"Quote":"223371","Line":"1","Comment":"specials. Once a PO has been issued these items"},{"Quote":"223371","Line":"2","Comment":"cannot be cancelled or returned."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-19 14:37:39.371 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223371-11192024143739.txt === {"quote":"223371","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"GFMCO","shiptoName":"Golden's Foundry & Mach(GFMCO) LLC","entry_date":"10-22-2024","cust_order_date":"10-22-2024","req_date":"12-14-2024","cust_po":"CAT50 C1.1/4 16.5\"GL","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jake","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"16:42","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Ronnie Spicer","follow_phone":"(941) 739-6566","follow_email":"ronnie@afi-tools.com","pic_user":"oenm","total_amt":"4230.00","total_gp":"4230.00","total_gpm":"100.00","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"223371","line":"0","data":"10-22-2024 17:01 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223371,"Line":0,"Comment":"11/06/2024 4:11 PM - oenm - F/U changed from 11/08/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223371,"Line":1,"Comment":"11/19/2024 3:37 PM - oenm - F/U changed from 11/16/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223371,"Line":2,"Comment":"11/19/2024 3:37 PM - oenm - CLO changed from 11/22/2024 to 12/07/2024 (CLO Date Updated)"},{"comp":1,"quote":223371,"Line":3,"Comment":"11/19/2024 3:37 PM - oenm - Req Date changed from 12/03/2024 to 12/14/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223371","line":"1","part":"SPECIAL-TL-NIKKEN","qty":"3","price":"1410.00","uom":"EA","discount":"0.00","req_date":"18 weeks ARO","branch":"1"}],"qlines":[{"Quote":"223371","Line":"1","Company":"1","F_Line":"1","Comment":"CAT50 C1.1/4 16.5(419.1mm) gage length","Loc":"Y"},{"Quote":"223371","Line":"1","Company":"1","F_Line":"2","Comment":"CAT50 Milling Chuck 1.1/4 ID","Loc":"Y"}],"qcomms":[{"Quote":"223371","Line":"0","Comment":"These are non-standard stock items and considered"},{"Quote":"223371","Line":"1","Comment":"specials. Once a PO has been issued these items"},{"Quote":"223371","Line":"2","Comment":"cannot be cancelled or returned."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-19 14:38:03.412 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219873-11192024143803.txt === {"quote":"219873","customer":"6465","name":null,"customerName":"Flint Machine Tools Inc.","comp":"01","open":"0","shipto":"FLINTMA","shiptoName":"Flint Machine Tools Inc.","entry_date":"08-08-2024","cust_order_date":null,"req_date":"11-30-2024","cust_po":"ECS Quick Change Collet","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brandon Mollett","drop_po":"","status":"0","user":"mattm","conv_order":"","time":"10:07","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Brandon Mollett","follow_phone":"(470) 955-0659","follow_email":"brandonmollettfmt@gmail.com","pic_user":"oenm","total_amt":"12347.25","total_gp":"7006.12","total_gpm":"56.74","rev_type":"PCQC","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"15","win_pct":"20","clo_date":"11-21-2024","notes":[{"comp":"1","quote":"219873","line":"3","data":"08-08-2024 11:16 - Discounts Recalculated QS"},{"comp":"1","quote":"219873","line":"2","data":"08-08-2024 10:42 - Discounts Recalculated QS"},{"comp":"1","quote":"219873","line":"1","data":"08-08-2024 10:17 - Discounts Recalculated QS"},{"comp":"1","quote":"219873","line":"0","data":"08-08-2024 10:16 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":219873,"Line":0,"Comment":"08/26/2024 1:55 PM - mattm - CLO changed from 8/24/2024 to 9/14/2024 (CLO Date Updated)"},{"comp":1,"quote":219873,"Line":1,"Comment":"08/26/2024 1:55 PM - mattm - F/U Changed from 8/24/2024 to 9/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219873,"Line":2,"Comment":"09/06/2024 11:57 AM - mattm - Req Date changed from 09/19/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":219873,"Line":3,"Comment":"09/06/2024 11:57 AM - mattm - CLO changed from 09/14/2024 to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":219873,"Line":4,"Comment":"09/06/2024 11:57 AM - mattm - F/U changed from 09/14/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219873,"Line":5,"Comment":"09/06/2024 11:57 AM - mattm - PIC changed from mattm to oenm"},{"comp":1,"quote":219873,"Line":6,"Comment":"10/18/2024 5:25 PM - oenm - F/U changed from 10/26/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219873,"Line":7,"Comment":"10/18/2024 5:25 PM - oenm - F/U changed from 11/02/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219873,"Line":8,"Comment":"11/05/2024 1:08 PM - oenm - F/U changed from 10/26/2024 to 11/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219873,"Line":9,"Comment":"11/05/2024 1:08 PM - oenm - CLO changed from 10/26/2024 to 11/21/2024 (CLO Date Updated)"},{"comp":1,"quote":219873,"Line":10,"Comment":"11/05/2024 1:09 PM - oenm - Req Date changed from 10/31/2024 to 11/30/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"219873","line":"1","part":"QCC-DL80-BASE-A6","qty":"1","price":"1659.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"2","part":"QCC-DL80-BODY","qty":"1","price":"4366.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"3","part":"QCC-DL80-ADPT","qty":"1","price":"407.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"4","part":"QCC-DL65-BASE-A5","qty":"1","price":"897.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"5","part":"QCC-DL65-BODY","qty":"1","price":"3756.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"6","part":"QCC-DL65-ADPT-75","qty":"1","price":"338.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"7","part":"QCFC80-WRENCH","qty":"1","price":"899.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"8","part":"QCFC80-EMR-RING","qty":"1","price":"512.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"9","part":"QCFC80-208-SMO","qty":"1","price":"526.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"10","part":"QCFC80-128-SER","qty":"1","price":"526.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"11","part":"QCFC65-EMR-RING","qty":"1","price":"501.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"12","part":"QCFC65-WRENCH","qty":"1","price":"902.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"13","part":"QCFC65-20M-EMR","qty":"1","price":"374.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"14","part":"MODIFICATION-DSCRW-THREAD","qty":"2","price":"300.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":14}}] 2024-11-19 14:38:11.596 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219873-11192024143811.txt === {"quote":"219873","customer":"6465","name":null,"customerName":"Flint Machine Tools Inc.","comp":"01","open":"0","shipto":"FLINTMA","shiptoName":"Flint Machine Tools Inc.","entry_date":"08-08-2024","cust_order_date":null,"req_date":"11-30-2024","cust_po":"ECS Quick Change Collet","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brandon Mollett","drop_po":"","status":"0","user":"mattm","conv_order":"","time":"10:07","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Brandon Mollett","follow_phone":"(470) 955-0659","follow_email":"brandonmollettfmt@gmail.com","pic_user":"oenm","total_amt":"12347.25","total_gp":"7006.12","total_gpm":"56.74","rev_type":"PCQC","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"15","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"219873","line":"3","data":"08-08-2024 11:16 - Discounts Recalculated QS"},{"comp":"1","quote":"219873","line":"2","data":"08-08-2024 10:42 - Discounts Recalculated QS"},{"comp":"1","quote":"219873","line":"1","data":"08-08-2024 10:17 - Discounts Recalculated QS"},{"comp":"1","quote":"219873","line":"0","data":"08-08-2024 10:16 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":219873,"Line":0,"Comment":"08/26/2024 1:55 PM - mattm - CLO changed from 8/24/2024 to 9/14/2024 (CLO Date Updated)"},{"comp":1,"quote":219873,"Line":1,"Comment":"08/26/2024 1:55 PM - mattm - F/U Changed from 8/24/2024 to 9/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219873,"Line":2,"Comment":"09/06/2024 11:57 AM - mattm - Req Date changed from 09/19/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":219873,"Line":3,"Comment":"09/06/2024 11:57 AM - mattm - CLO changed from 09/14/2024 to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":219873,"Line":4,"Comment":"09/06/2024 11:57 AM - mattm - F/U changed from 09/14/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219873,"Line":5,"Comment":"09/06/2024 11:57 AM - mattm - PIC changed from mattm to oenm"},{"comp":1,"quote":219873,"Line":6,"Comment":"10/18/2024 5:25 PM - oenm - F/U changed from 10/26/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219873,"Line":7,"Comment":"10/18/2024 5:25 PM - oenm - F/U changed from 11/02/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219873,"Line":8,"Comment":"11/05/2024 1:08 PM - oenm - F/U changed from 10/26/2024 to 11/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219873,"Line":9,"Comment":"11/05/2024 1:08 PM - oenm - CLO changed from 10/26/2024 to 11/21/2024 (CLO Date Updated)"},{"comp":1,"quote":219873,"Line":10,"Comment":"11/05/2024 1:09 PM - oenm - Req Date changed from 10/31/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":219873,"Line":11,"Comment":"11/19/2024 3:37 PM - oenm - F/U changed from 11/21/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219873,"Line":12,"Comment":"11/19/2024 3:38 PM - oenm - CLO changed from 11/21/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"219873","line":"1","part":"QCC-DL80-BASE-A6","qty":"1","price":"1659.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"2","part":"QCC-DL80-BODY","qty":"1","price":"4366.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"3","part":"QCC-DL80-ADPT","qty":"1","price":"407.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"4","part":"QCC-DL65-BASE-A5","qty":"1","price":"897.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"5","part":"QCC-DL65-BODY","qty":"1","price":"3756.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"6","part":"QCC-DL65-ADPT-75","qty":"1","price":"338.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"7","part":"QCFC80-WRENCH","qty":"1","price":"899.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"8","part":"QCFC80-EMR-RING","qty":"1","price":"512.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"9","part":"QCFC80-208-SMO","qty":"1","price":"526.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"10","part":"QCFC80-128-SER","qty":"1","price":"526.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"11","part":"QCFC65-EMR-RING","qty":"1","price":"501.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"12","part":"QCFC65-WRENCH","qty":"1","price":"902.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"13","part":"QCFC65-20M-EMR","qty":"1","price":"374.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"14","part":"MODIFICATION-DSCRW-THREAD","qty":"2","price":"300.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":14}}] 2024-11-19 14:38:17.656 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219873-11192024143817.txt === {"quote":"219873","customer":"6465","name":null,"customerName":"Flint Machine Tools Inc.","comp":"01","open":"0","shipto":"FLINTMA","shiptoName":"Flint Machine Tools Inc.","entry_date":"08-08-2024","cust_order_date":null,"req_date":"12-14-2024","cust_po":"ECS Quick Change Collet","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brandon Mollett","drop_po":"","status":"0","user":"mattm","conv_order":"","time":"10:07","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Brandon Mollett","follow_phone":"(470) 955-0659","follow_email":"brandonmollettfmt@gmail.com","pic_user":"oenm","total_amt":"12347.25","total_gp":"7006.12","total_gpm":"56.74","rev_type":"PCQC","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"15","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"219873","line":"3","data":"08-08-2024 11:16 - Discounts Recalculated QS"},{"comp":"1","quote":"219873","line":"2","data":"08-08-2024 10:42 - Discounts Recalculated QS"},{"comp":"1","quote":"219873","line":"1","data":"08-08-2024 10:17 - Discounts Recalculated QS"},{"comp":"1","quote":"219873","line":"0","data":"08-08-2024 10:16 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":219873,"Line":0,"Comment":"08/26/2024 1:55 PM - mattm - CLO changed from 8/24/2024 to 9/14/2024 (CLO Date Updated)"},{"comp":1,"quote":219873,"Line":1,"Comment":"08/26/2024 1:55 PM - mattm - F/U Changed from 8/24/2024 to 9/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219873,"Line":2,"Comment":"09/06/2024 11:57 AM - mattm - Req Date changed from 09/19/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":219873,"Line":3,"Comment":"09/06/2024 11:57 AM - mattm - CLO changed from 09/14/2024 to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":219873,"Line":4,"Comment":"09/06/2024 11:57 AM - mattm - F/U changed from 09/14/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219873,"Line":5,"Comment":"09/06/2024 11:57 AM - mattm - PIC changed from mattm to oenm"},{"comp":1,"quote":219873,"Line":6,"Comment":"10/18/2024 5:25 PM - oenm - F/U changed from 10/26/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219873,"Line":7,"Comment":"10/18/2024 5:25 PM - oenm - F/U changed from 11/02/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219873,"Line":8,"Comment":"11/05/2024 1:08 PM - oenm - F/U changed from 10/26/2024 to 11/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219873,"Line":9,"Comment":"11/05/2024 1:08 PM - oenm - CLO changed from 10/26/2024 to 11/21/2024 (CLO Date Updated)"},{"comp":1,"quote":219873,"Line":10,"Comment":"11/05/2024 1:09 PM - oenm - Req Date changed from 10/31/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":219873,"Line":11,"Comment":"11/19/2024 3:37 PM - oenm - F/U changed from 11/21/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219873,"Line":12,"Comment":"11/19/2024 3:38 PM - oenm - CLO changed from 11/21/2024 to 12/07/2024 (CLO Date Updated)"},{"comp":1,"quote":219873,"Line":13,"Comment":"11/19/2024 3:38 PM - oenm - Req Date changed from 11/30/2024 to 12/14/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"219873","line":"1","part":"QCC-DL80-BASE-A6","qty":"1","price":"1659.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"2","part":"QCC-DL80-BODY","qty":"1","price":"4366.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"3","part":"QCC-DL80-ADPT","qty":"1","price":"407.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"4","part":"QCC-DL65-BASE-A5","qty":"1","price":"897.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"5","part":"QCC-DL65-BODY","qty":"1","price":"3756.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"6","part":"QCC-DL65-ADPT-75","qty":"1","price":"338.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"7","part":"QCFC80-WRENCH","qty":"1","price":"899.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"8","part":"QCFC80-EMR-RING","qty":"1","price":"512.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"9","part":"QCFC80-208-SMO","qty":"1","price":"526.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"10","part":"QCFC80-128-SER","qty":"1","price":"526.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"11","part":"QCFC65-EMR-RING","qty":"1","price":"501.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"12","part":"QCFC65-WRENCH","qty":"1","price":"902.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"13","part":"QCFC65-20M-EMR","qty":"1","price":"374.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219873","line":"14","part":"MODIFICATION-DSCRW-THREAD","qty":"2","price":"300.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":14}}] 2024-11-19 14:38:25.321 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223330-11192024143825.txt === {"quote":"223330","customer":"6465","name":null,"customerName":"Flint Machine Tools Inc.","comp":"01","open":"0","shipto":"EXTRUCON","shiptoName":"Extrusion Control & Supply","entry_date":"10-22-2024","cust_order_date":"10-31-2024","req_date":"11-22-2024","cust_po":"ECS Quick Change Collet","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brandon Mollett","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"11:48","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Brandon Mollett","follow_phone":"(470) 955-0659","follow_email":"brandonmollettfmt@gmail.com","pic_user":"oenm","total_amt":"16263.00","total_gp":"10920.93","total_gpm":"67.15","rev_type":"PCQC","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"15","win_pct":"20","clo_date":"11-21-2024","notes":[{"comp":"1","quote":"223330","line":"1","data":"to take into Extrusion Control & Supply"},{"comp":"1","quote":"223330","line":"0","data":"10-22-2024 11:53-alyssah List price dup for Oen"}],"crmnotes":[{"comp":1,"quote":223330,"Line":0,"Comment":"11/05/2024 1:09 PM - oenm - F/U changed from 10/28/2024 to 11/21/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223330","line":"1","part":"QCC-DL80-BASE-A6","qty":"1","price":"1659.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"2","part":"QCC-DL80-BODY","qty":"1","price":"4366.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"3","part":"QCC-DL80-ADPT","qty":"1","price":"407.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"4","part":"QCC-DL65-BASE-A5","qty":"1","price":"897.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"5","part":"QCC-DL65-BODY","qty":"1","price":"3756.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"6","part":"QCC-DL65-ADPT-75","qty":"1","price":"338.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"7","part":"QCFC80-WRENCH","qty":"1","price":"899.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"8","part":"QCFC80-EMR-RING","qty":"1","price":"512.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"9","part":"QCFC80-208-SMO","qty":"1","price":"526.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"10","part":"QCFC80-128-SER","qty":"1","price":"526.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"11","part":"QCFC65-EMR-RING","qty":"1","price":"501.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"12","part":"QCFC65-WRENCH","qty":"1","price":"902.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"13","part":"QCFC65-20M-EMR","qty":"1","price":"374.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"14","part":"MODIFICATION-DSCRW-THREAD","qty":"2","price":"300.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":14}}] 2024-11-19 14:38:33.719 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223330-11192024143833.txt === {"quote":"223330","customer":"6465","name":null,"customerName":"Flint Machine Tools Inc.","comp":"01","open":"0","shipto":"EXTRUCON","shiptoName":"Extrusion Control & Supply","entry_date":"10-22-2024","cust_order_date":"10-31-2024","req_date":"11-22-2024","cust_po":"ECS Quick Change Collet","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brandon Mollett","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"11:48","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Brandon Mollett","follow_phone":"(470) 955-0659","follow_email":"brandonmollettfmt@gmail.com","pic_user":"oenm","total_amt":"16263.00","total_gp":"10920.93","total_gpm":"67.15","rev_type":"PCQC","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"15","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"223330","line":"1","data":"to take into Extrusion Control & Supply"},{"comp":"1","quote":"223330","line":"0","data":"10-22-2024 11:53-alyssah List price dup for Oen"}],"crmnotes":[{"comp":1,"quote":223330,"Line":0,"Comment":"11/05/2024 1:09 PM - oenm - F/U changed from 10/28/2024 to 11/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223330,"Line":1,"Comment":"11/19/2024 3:38 PM - oenm - F/U changed from 11/21/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223330,"Line":2,"Comment":"11/19/2024 3:38 PM - oenm - CLO changed from 11/21/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223330","line":"1","part":"QCC-DL80-BASE-A6","qty":"1","price":"1659.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"2","part":"QCC-DL80-BODY","qty":"1","price":"4366.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"3","part":"QCC-DL80-ADPT","qty":"1","price":"407.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"4","part":"QCC-DL65-BASE-A5","qty":"1","price":"897.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"5","part":"QCC-DL65-BODY","qty":"1","price":"3756.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"6","part":"QCC-DL65-ADPT-75","qty":"1","price":"338.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"7","part":"QCFC80-WRENCH","qty":"1","price":"899.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"8","part":"QCFC80-EMR-RING","qty":"1","price":"512.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"9","part":"QCFC80-208-SMO","qty":"1","price":"526.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"10","part":"QCFC80-128-SER","qty":"1","price":"526.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"11","part":"QCFC65-EMR-RING","qty":"1","price":"501.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"12","part":"QCFC65-WRENCH","qty":"1","price":"902.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"13","part":"QCFC65-20M-EMR","qty":"1","price":"374.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"14","part":"MODIFICATION-DSCRW-THREAD","qty":"2","price":"300.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":14}}] 2024-11-19 14:38:55.880 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223330-11192024143855.txt === {"quote":"223330","customer":"6465","name":null,"customerName":"Flint Machine Tools Inc.","comp":"01","open":"0","shipto":"EXTRUCON","shiptoName":"Extrusion Control & Supply","entry_date":"10-22-2024","cust_order_date":"10-31-2024","req_date":"12-14-2024","cust_po":"ECS Quick Change Collet","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brandon Mollett","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"11:48","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Brandon Mollett","follow_phone":"(470) 955-0659","follow_email":"brandonmollettfmt@gmail.com","pic_user":"oenm","total_amt":"16263.00","total_gp":"10920.93","total_gpm":"67.15","rev_type":"PCQC","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"15","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"223330","line":"1","data":"to take into Extrusion Control & Supply"},{"comp":"1","quote":"223330","line":"0","data":"10-22-2024 11:53-alyssah List price dup for Oen"}],"crmnotes":[{"comp":1,"quote":223330,"Line":0,"Comment":"11/05/2024 1:09 PM - oenm - F/U changed from 10/28/2024 to 11/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223330,"Line":1,"Comment":"11/19/2024 3:38 PM - oenm - F/U changed from 11/21/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223330,"Line":2,"Comment":"11/19/2024 3:38 PM - oenm - CLO changed from 11/21/2024 to 12/07/2024 (CLO Date Updated)"},{"comp":1,"quote":223330,"Line":3,"Comment":"11/19/2024 3:38 PM - oenm - Req Date changed from 11/22/2024 to 12/14/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223330","line":"1","part":"QCC-DL80-BASE-A6","qty":"1","price":"1659.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"2","part":"QCC-DL80-BODY","qty":"1","price":"4366.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"3","part":"QCC-DL80-ADPT","qty":"1","price":"407.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"4","part":"QCC-DL65-BASE-A5","qty":"1","price":"897.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"5","part":"QCC-DL65-BODY","qty":"1","price":"3756.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"6","part":"QCC-DL65-ADPT-75","qty":"1","price":"338.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"7","part":"QCFC80-WRENCH","qty":"1","price":"899.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"8","part":"QCFC80-EMR-RING","qty":"1","price":"512.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"9","part":"QCFC80-208-SMO","qty":"1","price":"526.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"10","part":"QCFC80-128-SER","qty":"1","price":"526.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"11","part":"QCFC65-EMR-RING","qty":"1","price":"501.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"12","part":"QCFC65-WRENCH","qty":"1","price":"902.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"13","part":"QCFC65-20M-EMR","qty":"1","price":"374.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223330","line":"14","part":"MODIFICATION-DSCRW-THREAD","qty":"2","price":"300.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":14}}] 2024-11-19 14:39:13.848 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223734-11192024143913.txt === {"quote":"223734","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"AFIGAIGA","shiptoName":"Alternatives For Industry","entry_date":"10-30-2024","cust_order_date":"10-30-2024","req_date":"12-11-2024","cust_po":"WH-MRV120-800","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Jake Adam","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"16:15","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Jake Adam","follow_phone":"386-855-0023","follow_email":"jake@afi-tools.com","pic_user":"oenm","total_amt":"3797.33","total_gp":"1695.23","total_gpm":"44.64","rev_type":"PCQC","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"6","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"223734","line":"0","data":"10-30-2024 16:16 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223734","line":"1","part":"WH-MRV120-800","qty":"1","price":"3661.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223734","line":"2","part":"WH-MRV-ACC-CLMP","qty":"1","price":"296.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223734","line":"3","part":"WH-MRV120-JAW-M-A","qty":"1","price":"142.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223734","line":"4","part":"WH-MRV120-JAW-GF","qty":"1","price":"106.00","uom":"EA","discount":"20.00","req_date":"3-4 weeks ARO","branch":"1"},{"comp":"01","order":"223734","line":"5","part":"WH-MRV120-JAW-BFIX","qty":"1","price":"795.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223734","line":"6","part":"WH-ZV-ACC-WES","qty":"1","price":"67.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":6}}] 2024-11-19 14:39:20.412 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223734-11192024143920.txt === {"quote":"223734","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"AFIGAIGA","shiptoName":"Alternatives For Industry","entry_date":"10-30-2024","cust_order_date":"10-30-2024","req_date":"12-11-2024","cust_po":"WH-MRV120-800","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Jake Adam","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"16:15","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Jake Adam","follow_phone":"386-855-0023","follow_email":"jake@afi-tools.com","pic_user":"oenm","total_amt":"3797.33","total_gp":"1695.23","total_gpm":"44.64","rev_type":"PCQC","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"6","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"223734","line":"0","data":"10-30-2024 16:16 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223734,"Line":0,"Comment":"11/19/2024 3:39 PM - oenm - F/U changed from 11/22/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223734,"Line":1,"Comment":"11/19/2024 3:39 PM - oenm - CLO changed from 11/30/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223734","line":"1","part":"WH-MRV120-800","qty":"1","price":"3661.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223734","line":"2","part":"WH-MRV-ACC-CLMP","qty":"1","price":"296.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223734","line":"3","part":"WH-MRV120-JAW-M-A","qty":"1","price":"142.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223734","line":"4","part":"WH-MRV120-JAW-GF","qty":"1","price":"106.00","uom":"EA","discount":"20.00","req_date":"3-4 weeks ARO","branch":"1"},{"comp":"01","order":"223734","line":"5","part":"WH-MRV120-JAW-BFIX","qty":"1","price":"795.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223734","line":"6","part":"WH-ZV-ACC-WES","qty":"1","price":"67.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-19 14:39:27.532 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223734-11192024143927.txt === {"quote":"223734","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"AFIGAIGA","shiptoName":"Alternatives For Industry","entry_date":"10-30-2024","cust_order_date":"10-30-2024","req_date":"12-14-2024","cust_po":"WH-MRV120-800","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Jake Adam","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"16:15","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Jake Adam","follow_phone":"386-855-0023","follow_email":"jake@afi-tools.com","pic_user":"oenm","total_amt":"3797.33","total_gp":"1695.23","total_gpm":"44.64","rev_type":"PCQC","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"6","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"223734","line":"0","data":"10-30-2024 16:16 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223734,"Line":0,"Comment":"11/19/2024 3:39 PM - oenm - F/U changed from 11/22/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223734,"Line":1,"Comment":"11/19/2024 3:39 PM - oenm - CLO changed from 11/30/2024 to 12/07/2024 (CLO Date Updated)"},{"comp":1,"quote":223734,"Line":2,"Comment":"11/19/2024 3:39 PM - oenm - Req Date changed from 12/11/2024 to 12/14/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223734","line":"1","part":"WH-MRV120-800","qty":"1","price":"3661.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223734","line":"2","part":"WH-MRV-ACC-CLMP","qty":"1","price":"296.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223734","line":"3","part":"WH-MRV120-JAW-M-A","qty":"1","price":"142.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223734","line":"4","part":"WH-MRV120-JAW-GF","qty":"1","price":"106.00","uom":"EA","discount":"20.00","req_date":"3-4 weeks ARO","branch":"1"},{"comp":"01","order":"223734","line":"5","part":"WH-MRV120-JAW-BFIX","qty":"1","price":"795.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223734","line":"6","part":"WH-ZV-ACC-WES","qty":"1","price":"67.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-19 14:39:56.418 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220434-11192024143956.txt === {"quote":"220434","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"KTEMABLE","shiptoName":"KTE Co","entry_date":"08-20-2024","cust_order_date":"08-20-2024","req_date":"11-23-2024","cust_po":"KTE - Long Reach - Puma","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brian Abrams","drop_po":"","status":"0","user":"mattm","conv_order":"","time":"13:26","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Brian Abrams","follow_phone":"770-932-3939","follow_email":"brian@afi-tools.com","pic_user":"oenm","total_amt":"3851.01","total_gp":"1721.01","total_gpm":"44.69","rev_type":"LT","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"9","win_pct":"20","clo_date":"11-22-2024","notes":[{"comp":"1","quote":"220434","line":"1","data":"08-20-2024 13:32 - Discounts Recalculated QS"},{"comp":"1","quote":"220434","line":"0","data":"08-20-2024 13:30 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220434,"Line":0,"Comment":"09/18/2024 8:29 AM - oenm - Setting up meeting to follow up "},{"comp":1,"quote":220434,"Line":1,"Comment":"09/18/2024 8:30 AM - oenm - Req Date change from 10/1/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":220434,"Line":2,"Comment":"09/18/2024 8:30 AM - oenm - CLO changed from 9/7/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":220434,"Line":3,"Comment":"09/18/2024 8:30 AM - oenm - F/U Changed from 9/7/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220434,"Line":4,"Comment":"10/18/2024 5:15 PM - oenm - F/U changed from 10/19/2024 to 11/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220434,"Line":5,"Comment":"10/18/2024 5:15 PM - oenm - CLO changed from 10/19/2024 to 11/22/2024 (CLO Date Updated)"},{"comp":1,"quote":220434,"Line":6,"Comment":"10/18/2024 5:15 PM - oenm - Req Date changed from 10/31/2024 to 11/23/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"220434","line":"2","part":"BMT55-C4X-ICE","qty":"1","price":"4095.86","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220434","line":"3","part":"C4-ER16-70","qty":"1","price":"431.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220434","line":"4","part":"C4-EXC4-40","qty":"1","price":"510.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220434","line":"5","part":"016-SPAN","qty":"1","price":"17.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220434","line":"6","part":"PROMOTION-LT-AFI","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"220434","line":"8","part":"C4-SK10-60","qty":"1","price":"625.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220434","line":"9","part":"SKL-10","qty":"1","price":"31.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220434","line":"12","part":"K3/4-SK10-100","qty":"1","price":"209.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220434","line":"13","part":"K3/4CM-MMC8-80","qty":"1","price":"445.00","uom":"EA","discount":"35.00","req_date":"2-3 weeks ARO","branch":"1"}],"qlines":[{"Quote":"220434","Line":"12","Company":"1","F_Line":"1","Comment":"Hold in ER32 Live Tool with 3/4 Collet","Loc":"Y"},{"Quote":"220434","Line":"13","Company":"1","F_Line":"1","Comment":"Hold in ER32 Live Tool with 3/4 Collet","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":9}}] 2024-11-19 14:40:03.708 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220434-11192024144003.txt === {"quote":"220434","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"KTEMABLE","shiptoName":"KTE Co","entry_date":"08-20-2024","cust_order_date":"08-20-2024","req_date":"11-23-2024","cust_po":"KTE - Long Reach - Puma","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brian Abrams","drop_po":"","status":"0","user":"mattm","conv_order":"","time":"13:26","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Brian Abrams","follow_phone":"770-932-3939","follow_email":"brian@afi-tools.com","pic_user":"oenm","total_amt":"3851.01","total_gp":"1721.01","total_gpm":"44.69","rev_type":"LT","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"9","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"220434","line":"1","data":"08-20-2024 13:32 - Discounts Recalculated QS"},{"comp":"1","quote":"220434","line":"0","data":"08-20-2024 13:30 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220434,"Line":0,"Comment":"09/18/2024 8:29 AM - oenm - Setting up meeting to follow up "},{"comp":1,"quote":220434,"Line":1,"Comment":"09/18/2024 8:30 AM - oenm - Req Date change from 10/1/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":220434,"Line":2,"Comment":"09/18/2024 8:30 AM - oenm - CLO changed from 9/7/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":220434,"Line":3,"Comment":"09/18/2024 8:30 AM - oenm - F/U Changed from 9/7/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220434,"Line":4,"Comment":"10/18/2024 5:15 PM - oenm - F/U changed from 10/19/2024 to 11/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220434,"Line":5,"Comment":"10/18/2024 5:15 PM - oenm - CLO changed from 10/19/2024 to 11/22/2024 (CLO Date Updated)"},{"comp":1,"quote":220434,"Line":6,"Comment":"10/18/2024 5:15 PM - oenm - Req Date changed from 10/31/2024 to 11/23/2024 (Req Date Updated)"},{"comp":1,"quote":220434,"Line":7,"Comment":"11/19/2024 3:39 PM - oenm - F/U changed from 11/22/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220434,"Line":8,"Comment":"11/19/2024 3:39 PM - oenm - CLO changed from 11/22/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"220434","line":"2","part":"BMT55-C4X-ICE","qty":"1","price":"4095.86","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220434","line":"3","part":"C4-ER16-70","qty":"1","price":"431.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220434","line":"4","part":"C4-EXC4-40","qty":"1","price":"510.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220434","line":"5","part":"016-SPAN","qty":"1","price":"17.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220434","line":"6","part":"PROMOTION-LT-AFI","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"220434","line":"8","part":"C4-SK10-60","qty":"1","price":"625.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220434","line":"9","part":"SKL-10","qty":"1","price":"31.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220434","line":"12","part":"K3/4-SK10-100","qty":"1","price":"209.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220434","line":"13","part":"K3/4CM-MMC8-80","qty":"1","price":"445.00","uom":"EA","discount":"35.00","req_date":"2-3 weeks ARO","branch":"1"}],"qlines":[{"Quote":"220434","Line":"12","Company":"1","F_Line":"1","Comment":"Hold in ER32 Live Tool with 3/4 Collet","Loc":"Y"},{"Quote":"220434","Line":"13","Company":"1","F_Line":"1","Comment":"Hold in ER32 Live Tool with 3/4 Collet","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":9}}] 2024-11-19 14:40:08.908 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220434-11192024144008.txt === {"quote":"220434","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"KTEMABLE","shiptoName":"KTE Co","entry_date":"08-20-2024","cust_order_date":"08-20-2024","req_date":"12-14-2024","cust_po":"KTE - Long Reach - Puma","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brian Abrams","drop_po":"","status":"0","user":"mattm","conv_order":"","time":"13:26","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Brian Abrams","follow_phone":"770-932-3939","follow_email":"brian@afi-tools.com","pic_user":"oenm","total_amt":"3851.01","total_gp":"1721.01","total_gpm":"44.69","rev_type":"LT","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"9","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"220434","line":"1","data":"08-20-2024 13:32 - Discounts Recalculated QS"},{"comp":"1","quote":"220434","line":"0","data":"08-20-2024 13:30 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220434,"Line":0,"Comment":"09/18/2024 8:29 AM - oenm - Setting up meeting to follow up "},{"comp":1,"quote":220434,"Line":1,"Comment":"09/18/2024 8:30 AM - oenm - Req Date change from 10/1/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":220434,"Line":2,"Comment":"09/18/2024 8:30 AM - oenm - CLO changed from 9/7/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":220434,"Line":3,"Comment":"09/18/2024 8:30 AM - oenm - F/U Changed from 9/7/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220434,"Line":4,"Comment":"10/18/2024 5:15 PM - oenm - F/U changed from 10/19/2024 to 11/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220434,"Line":5,"Comment":"10/18/2024 5:15 PM - oenm - CLO changed from 10/19/2024 to 11/22/2024 (CLO Date Updated)"},{"comp":1,"quote":220434,"Line":6,"Comment":"10/18/2024 5:15 PM - oenm - Req Date changed from 10/31/2024 to 11/23/2024 (Req Date Updated)"},{"comp":1,"quote":220434,"Line":7,"Comment":"11/19/2024 3:39 PM - oenm - F/U changed from 11/22/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220434,"Line":8,"Comment":"11/19/2024 3:39 PM - oenm - CLO changed from 11/22/2024 to 12/07/2024 (CLO Date Updated)"},{"comp":1,"quote":220434,"Line":9,"Comment":"11/19/2024 3:40 PM - oenm - Req Date changed from 11/23/2024 to 12/14/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"220434","line":"2","part":"BMT55-C4X-ICE","qty":"1","price":"4095.86","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220434","line":"3","part":"C4-ER16-70","qty":"1","price":"431.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220434","line":"4","part":"C4-EXC4-40","qty":"1","price":"510.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220434","line":"5","part":"016-SPAN","qty":"1","price":"17.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220434","line":"6","part":"PROMOTION-LT-AFI","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"220434","line":"8","part":"C4-SK10-60","qty":"1","price":"625.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220434","line":"9","part":"SKL-10","qty":"1","price":"31.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220434","line":"12","part":"K3/4-SK10-100","qty":"1","price":"209.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220434","line":"13","part":"K3/4CM-MMC8-80","qty":"1","price":"445.00","uom":"EA","discount":"35.00","req_date":"2-3 weeks ARO","branch":"1"}],"qlines":[{"Quote":"220434","Line":"12","Company":"1","F_Line":"1","Comment":"Hold in ER32 Live Tool with 3/4 Collet","Loc":"Y"},{"Quote":"220434","Line":"13","Company":"1","F_Line":"1","Comment":"Hold in ER32 Live Tool with 3/4 Collet","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":9}}] 2024-11-19 14:41:58.928 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218781-11192024144158.txt === {"quote":"218781","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"THEROUTE","shiptoName":"The Router Mill, LLC","entry_date":"07-15-2024","cust_order_date":"07-15-2024","req_date":"11-23-2024","cust_po":"Router Mill New Tool Up","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Rob Glenn","drop_po":"","status":"0","user":"oenm","conv_order":"","time":"14:57","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Rob Glenn","follow_phone":"941-739-6566","follow_email":"rob@afi-tools.com","pic_user":"oenm","total_amt":"6310.5","total_gp":"3315.54","total_gpm":"52.54","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"33","win_pct":"20","clo_date":"11-22-2024","notes":[{"comp":"1","quote":"218781","line":"0","data":"07-15-2024 15:25 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":218781,"Line":0,"Comment":"08/08/2024 12:10 PM - oenm - F/U changed from 08/10/2024 to 9/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218781,"Line":1,"Comment":"08/08/2024 12:10 PM - oenm - CLO changed from 08/15/2024 to 09/09/2024 (CLO Date Updated)"},{"comp":1,"quote":218781,"Line":2,"Comment":"08/08/2024 12:10 PM - oenm - Req Date changed from 08/26/2024 to 09/16/2024 (Req Date Updated)"},{"comp":1,"quote":218781,"Line":3,"Comment":"09/18/2024 8:33 AM - oenm - Going to visit this week to follow up "},{"comp":1,"quote":218781,"Line":4,"Comment":"09/18/2024 8:34 AM - oenm - Req Date change from 9/16/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":218781,"Line":5,"Comment":"09/18/2024 8:34 AM - oenm - CLO changed from 9/9/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":218781,"Line":6,"Comment":"09/18/2024 8:34 AM - oenm - F/U Changed from 9/9/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218781,"Line":7,"Comment":"10/18/2024 5:13 PM - oenm - F/U changed from 10/19/2024 to 11/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218781,"Line":8,"Comment":"10/18/2024 5:13 PM - oenm - CLO changed from 10/19/2024 to 11/22/2024 (CLO Date Updated)"},{"comp":1,"quote":218781,"Line":9,"Comment":"10/18/2024 5:14 PM - oenm - Req Date changed from 10/31/2024 to 11/23/2024 (Req Date Updated)"},{"comp":1,"quote":218781,"Line":10,"Comment":"11/19/2024 3:41 PM - oenm - keeping open for follow up after the first of the year"}],"items":[{"comp":"01","order":"218781","line":"1","part":"H63A-SF0125-3.15MT","qty":"2","price":"356.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218781","line":"2","part":"H63A-SF0187-4.72CP","qty":"1","price":"418.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218781","line":"3","part":"H63A-SF0250-6.30MT","qty":"1","price":"398.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218781","line":"4","part":"H63A-SF0375-3.35MT","qty":"2","price":"462.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218781","line":"5","part":"H63A-SF0500-3.54MT","qty":"2","price":"382.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218781","line":"6","part":"H63A-SF0750-6.30","qty":"2","price":"364.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218781","line":"7","part":"HSK63A-ER16S-100","qty":"10","price":"327.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218781","line":"8","part":"HSK63A-ER32S-100","qty":"10","price":"358.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218781","line":"9","part":"HSK63A-SM1000-3.00CP","qty":"1","price":"223.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218781","line":"10","part":"E16-SET-12","qty":"1","price":"512.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218781","line":"11","part":"E32-SET-21","qty":"1","price":"1092.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":11}}] 2024-11-19 14:42:15.663 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218781-11192024144215.txt === {"quote":"218781","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"THEROUTE","shiptoName":"The Router Mill, LLC","entry_date":"07-15-2024","cust_order_date":"07-15-2024","req_date":"11-23-2024","cust_po":"Router Mill New Tool Up","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Rob Glenn","drop_po":"","status":"0","user":"oenm","conv_order":"","time":"14:57","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Rob Glenn","follow_phone":"941-739-6566","follow_email":"rob@afi-tools.com","pic_user":"oenm","total_amt":"6310.5","total_gp":"3315.54","total_gpm":"52.54","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"33","win_pct":"20","clo_date":"12-21-2024","notes":[{"comp":"1","quote":"218781","line":"0","data":"07-15-2024 15:25 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":218781,"Line":0,"Comment":"08/08/2024 12:10 PM - oenm - F/U changed from 08/10/2024 to 9/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218781,"Line":1,"Comment":"08/08/2024 12:10 PM - oenm - CLO changed from 08/15/2024 to 09/09/2024 (CLO Date Updated)"},{"comp":1,"quote":218781,"Line":2,"Comment":"08/08/2024 12:10 PM - oenm - Req Date changed from 08/26/2024 to 09/16/2024 (Req Date Updated)"},{"comp":1,"quote":218781,"Line":3,"Comment":"09/18/2024 8:33 AM - oenm - Going to visit this week to follow up "},{"comp":1,"quote":218781,"Line":4,"Comment":"09/18/2024 8:34 AM - oenm - Req Date change from 9/16/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":218781,"Line":5,"Comment":"09/18/2024 8:34 AM - oenm - CLO changed from 9/9/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":218781,"Line":6,"Comment":"09/18/2024 8:34 AM - oenm - F/U Changed from 9/9/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218781,"Line":7,"Comment":"10/18/2024 5:13 PM - oenm - F/U changed from 10/19/2024 to 11/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218781,"Line":8,"Comment":"10/18/2024 5:13 PM - oenm - CLO changed from 10/19/2024 to 11/22/2024 (CLO Date Updated)"},{"comp":1,"quote":218781,"Line":9,"Comment":"10/18/2024 5:14 PM - oenm - Req Date changed from 10/31/2024 to 11/23/2024 (Req Date Updated)"},{"comp":1,"quote":218781,"Line":10,"Comment":"11/19/2024 3:41 PM - oenm - keeping open for follow up after the first of the year"},{"comp":1,"quote":218781,"Line":11,"Comment":"11/19/2024 3:41 PM - oenm - F/U changed from 11/22/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218781,"Line":12,"Comment":"11/19/2024 3:41 PM - oenm - CLO changed from 11/22/2024 to 12/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"218781","line":"1","part":"H63A-SF0125-3.15MT","qty":"2","price":"356.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218781","line":"2","part":"H63A-SF0187-4.72CP","qty":"1","price":"418.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218781","line":"3","part":"H63A-SF0250-6.30MT","qty":"1","price":"398.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218781","line":"4","part":"H63A-SF0375-3.35MT","qty":"2","price":"462.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218781","line":"5","part":"H63A-SF0500-3.54MT","qty":"2","price":"382.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218781","line":"6","part":"H63A-SF0750-6.30","qty":"2","price":"364.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218781","line":"7","part":"HSK63A-ER16S-100","qty":"10","price":"327.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218781","line":"8","part":"HSK63A-ER32S-100","qty":"10","price":"358.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218781","line":"9","part":"HSK63A-SM1000-3.00CP","qty":"1","price":"223.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218781","line":"10","part":"E16-SET-12","qty":"1","price":"512.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218781","line":"11","part":"E32-SET-21","qty":"1","price":"1092.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":11}}] 2024-11-19 14:42:25.926 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218781-11192024144225.txt === {"quote":"218781","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"THEROUTE","shiptoName":"The Router Mill, LLC","entry_date":"07-15-2024","cust_order_date":"07-15-2024","req_date":"12-28-2024","cust_po":"Router Mill New Tool Up","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Rob Glenn","drop_po":"","status":"0","user":"oenm","conv_order":"","time":"14:57","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Rob Glenn","follow_phone":"941-739-6566","follow_email":"rob@afi-tools.com","pic_user":"oenm","total_amt":"6310.5","total_gp":"3315.54","total_gpm":"52.54","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"33","win_pct":"20","clo_date":"12-21-2024","notes":[{"comp":"1","quote":"218781","line":"0","data":"07-15-2024 15:25 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":218781,"Line":0,"Comment":"08/08/2024 12:10 PM - oenm - F/U changed from 08/10/2024 to 9/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218781,"Line":1,"Comment":"08/08/2024 12:10 PM - oenm - CLO changed from 08/15/2024 to 09/09/2024 (CLO Date Updated)"},{"comp":1,"quote":218781,"Line":2,"Comment":"08/08/2024 12:10 PM - oenm - Req Date changed from 08/26/2024 to 09/16/2024 (Req Date Updated)"},{"comp":1,"quote":218781,"Line":3,"Comment":"09/18/2024 8:33 AM - oenm - Going to visit this week to follow up "},{"comp":1,"quote":218781,"Line":4,"Comment":"09/18/2024 8:34 AM - oenm - Req Date change from 9/16/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":218781,"Line":5,"Comment":"09/18/2024 8:34 AM - oenm - CLO changed from 9/9/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":218781,"Line":6,"Comment":"09/18/2024 8:34 AM - oenm - F/U Changed from 9/9/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218781,"Line":7,"Comment":"10/18/2024 5:13 PM - oenm - F/U changed from 10/19/2024 to 11/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218781,"Line":8,"Comment":"10/18/2024 5:13 PM - oenm - CLO changed from 10/19/2024 to 11/22/2024 (CLO Date Updated)"},{"comp":1,"quote":218781,"Line":9,"Comment":"10/18/2024 5:14 PM - oenm - Req Date changed from 10/31/2024 to 11/23/2024 (Req Date Updated)"},{"comp":1,"quote":218781,"Line":10,"Comment":"11/19/2024 3:41 PM - oenm - keeping open for follow up after the first of the year"},{"comp":1,"quote":218781,"Line":11,"Comment":"11/19/2024 3:41 PM - oenm - F/U changed from 11/22/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218781,"Line":12,"Comment":"11/19/2024 3:41 PM - oenm - CLO changed from 11/22/2024 to 12/21/2024 (CLO Date Updated)"},{"comp":1,"quote":218781,"Line":13,"Comment":"11/19/2024 3:42 PM - oenm - Req Date changed from 11/23/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"218781","line":"1","part":"H63A-SF0125-3.15MT","qty":"2","price":"356.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218781","line":"2","part":"H63A-SF0187-4.72CP","qty":"1","price":"418.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218781","line":"3","part":"H63A-SF0250-6.30MT","qty":"1","price":"398.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218781","line":"4","part":"H63A-SF0375-3.35MT","qty":"2","price":"462.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218781","line":"5","part":"H63A-SF0500-3.54MT","qty":"2","price":"382.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218781","line":"6","part":"H63A-SF0750-6.30","qty":"2","price":"364.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218781","line":"7","part":"HSK63A-ER16S-100","qty":"10","price":"327.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218781","line":"8","part":"HSK63A-ER32S-100","qty":"10","price":"358.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218781","line":"9","part":"HSK63A-SM1000-3.00CP","qty":"1","price":"223.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218781","line":"10","part":"E16-SET-12","qty":"1","price":"512.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218781","line":"11","part":"E32-SET-21","qty":"1","price":"1092.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":11}}] 2024-11-19 14:42:35.241 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-216189-11192024144235.txt === {"quote":"216189","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"THEROUTE","shiptoName":"The Router Mill, LLC","entry_date":"05-16-2024","cust_order_date":"05-07-2024","req_date":"11-23-2024","cust_po":"C40-MRAM-IC","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"08:05","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Aaron","follow_phone":"","follow_email":"aaron@afi.com","pic_user":"oenm","total_amt":"11991.56","total_gp":"6116.09","total_gpm":"51.00","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-22-2024","notes":[],"crmnotes":[{"comp":1,"quote":216189,"Line":0,"Comment":"05/20/2024 1:55 PM - oenm - F/U changed from 05/22/2024 to 6/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216189,"Line":1,"Comment":"05/20/2024 1:56 PM - oenm - CLO changed from 05/30/2024 to 06/02/2024 (CLO Date Updated)"},{"comp":1,"quote":216189,"Line":2,"Comment":"05/28/2024 3:54 PM - oenm - F/U changed from 06/02/2024 to 6/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216189,"Line":3,"Comment":"05/28/2024 3:54 PM - oenm - CLO changed from 06/02/2024 to 06/29/2024 (CLO Date Updated)"},{"comp":1,"quote":216189,"Line":4,"Comment":"05/28/2024 3:54 PM - oenm - Req Date changed from 06/16/2024 to 06/30/2024 (Req Date Updated)"},{"comp":1,"quote":216189,"Line":5,"Comment":"06/28/2024 1:40 PM - oenm - F/U changed from 06/29/2024 to 7/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216189,"Line":6,"Comment":"06/28/2024 1:40 PM - oenm - CLO changed from 06/29/2024 to 07/13/2024 (CLO Date Updated)"},{"comp":1,"quote":216189,"Line":7,"Comment":"06/28/2024 1:40 PM - oenm - Req Date changed from 06/30/2024 to 07/13/2024 (Req Date Updated)"},{"comp":1,"quote":216189,"Line":8,"Comment":"07/11/2024 1:50 PM - oenm - F/U changed from 07/13/2024 to 8/10/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216189,"Line":9,"Comment":"07/11/2024 1:50 PM - oenm - CLO changed from 07/13/2024 to 08/10/2024 (CLO Date Updated)"},{"comp":1,"quote":216189,"Line":10,"Comment":"07/11/2024 1:50 PM - oenm - Req Date changed from 07/13/2024 to 08/10/2024 (Req Date Updated)"},{"comp":1,"quote":216189,"Line":11,"Comment":"08/08/2024 11:37 AM - oenm - F/U changed from 08/10/2024 to 9/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216189,"Line":12,"Comment":"08/08/2024 11:37 AM - oenm - CLO changed from 08/10/2024 to 09/09/2024 (CLO Date Updated)"},{"comp":1,"quote":216189,"Line":13,"Comment":"08/08/2024 11:38 AM - oenm - Req Date changed from 08/10/2024 to 09/16/2024 (Req Date Updated)"},{"comp":1,"quote":216189,"Line":14,"Comment":"09/18/2024 8:33 AM - oenm - Going to visit this week for follow up "},{"comp":1,"quote":216189,"Line":15,"Comment":"09/18/2024 8:34 AM - oenm - Req Date change from 9/16/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":216189,"Line":16,"Comment":"09/18/2024 8:35 AM - oenm - CLO changed from 9/9/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":216189,"Line":17,"Comment":"09/18/2024 8:35 AM - oenm - F/U Changed from 9/9/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216189,"Line":18,"Comment":"10/18/2024 4:57 PM - oenm - F/U changed from 10/19/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216189,"Line":19,"Comment":"10/18/2024 4:57 PM - oenm - CLO changed from 10/19/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":216189,"Line":20,"Comment":"10/18/2024 4:59 PM - oenm - Req Date changed from 10/31/2024 to 11/16/2024 (Req Date Updated)"},{"comp":1,"quote":216189,"Line":21,"Comment":"10/18/2024 5:12 PM - oenm - F/U changed from 11/09/2024 to 11/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216189,"Line":22,"Comment":"10/18/2024 5:12 PM - oenm - CLO changed from 11/09/2024 to 11/22/2024 (CLO Date Updated)"},{"comp":1,"quote":216189,"Line":23,"Comment":"10/18/2024 5:12 PM - oenm - Req Date changed from 11/16/2024 to 11/23/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"216189","line":"1","part":"C40-MRAM-IC","qty":"1","price":"5762.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216189","line":"2","part":"PA65-CAT/BT","qty":"1","price":"931.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216189","line":"3","part":"MRAM-ER20ST","qty":"1","price":"8679.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216189","line":"4","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"216189","Line":"4","Company":"1","F_Line":"1","Comment":"Net pricing","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-19 14:42:44.728 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-216189-11192024144244.txt === {"quote":"216189","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"THEROUTE","shiptoName":"The Router Mill, LLC","entry_date":"05-16-2024","cust_order_date":"05-07-2024","req_date":"11-23-2024","cust_po":"C40-MRAM-IC","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"08:05","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Aaron","follow_phone":"","follow_email":"aaron@afi.com","pic_user":"oenm","total_amt":"11991.56","total_gp":"6116.09","total_gpm":"51.00","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":216189,"Line":0,"Comment":"05/20/2024 1:55 PM - oenm - F/U changed from 05/22/2024 to 6/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216189,"Line":1,"Comment":"05/20/2024 1:56 PM - oenm - CLO changed from 05/30/2024 to 06/02/2024 (CLO Date Updated)"},{"comp":1,"quote":216189,"Line":2,"Comment":"05/28/2024 3:54 PM - oenm - F/U changed from 06/02/2024 to 6/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216189,"Line":3,"Comment":"05/28/2024 3:54 PM - oenm - CLO changed from 06/02/2024 to 06/29/2024 (CLO Date Updated)"},{"comp":1,"quote":216189,"Line":4,"Comment":"05/28/2024 3:54 PM - oenm - Req Date changed from 06/16/2024 to 06/30/2024 (Req Date Updated)"},{"comp":1,"quote":216189,"Line":5,"Comment":"06/28/2024 1:40 PM - oenm - F/U changed from 06/29/2024 to 7/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216189,"Line":6,"Comment":"06/28/2024 1:40 PM - oenm - CLO changed from 06/29/2024 to 07/13/2024 (CLO Date Updated)"},{"comp":1,"quote":216189,"Line":7,"Comment":"06/28/2024 1:40 PM - oenm - Req Date changed from 06/30/2024 to 07/13/2024 (Req Date Updated)"},{"comp":1,"quote":216189,"Line":8,"Comment":"07/11/2024 1:50 PM - oenm - F/U changed from 07/13/2024 to 8/10/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216189,"Line":9,"Comment":"07/11/2024 1:50 PM - oenm - CLO changed from 07/13/2024 to 08/10/2024 (CLO Date Updated)"},{"comp":1,"quote":216189,"Line":10,"Comment":"07/11/2024 1:50 PM - oenm - Req Date changed from 07/13/2024 to 08/10/2024 (Req Date Updated)"},{"comp":1,"quote":216189,"Line":11,"Comment":"08/08/2024 11:37 AM - oenm - F/U changed from 08/10/2024 to 9/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216189,"Line":12,"Comment":"08/08/2024 11:37 AM - oenm - CLO changed from 08/10/2024 to 09/09/2024 (CLO Date Updated)"},{"comp":1,"quote":216189,"Line":13,"Comment":"08/08/2024 11:38 AM - oenm - Req Date changed from 08/10/2024 to 09/16/2024 (Req Date Updated)"},{"comp":1,"quote":216189,"Line":14,"Comment":"09/18/2024 8:33 AM - oenm - Going to visit this week for follow up "},{"comp":1,"quote":216189,"Line":15,"Comment":"09/18/2024 8:34 AM - oenm - Req Date change from 9/16/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":216189,"Line":16,"Comment":"09/18/2024 8:35 AM - oenm - CLO changed from 9/9/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":216189,"Line":17,"Comment":"09/18/2024 8:35 AM - oenm - F/U Changed from 9/9/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216189,"Line":18,"Comment":"10/18/2024 4:57 PM - oenm - F/U changed from 10/19/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216189,"Line":19,"Comment":"10/18/2024 4:57 PM - oenm - CLO changed from 10/19/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":216189,"Line":20,"Comment":"10/18/2024 4:59 PM - oenm - Req Date changed from 10/31/2024 to 11/16/2024 (Req Date Updated)"},{"comp":1,"quote":216189,"Line":21,"Comment":"10/18/2024 5:12 PM - oenm - F/U changed from 11/09/2024 to 11/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216189,"Line":22,"Comment":"10/18/2024 5:12 PM - oenm - CLO changed from 11/09/2024 to 11/22/2024 (CLO Date Updated)"},{"comp":1,"quote":216189,"Line":23,"Comment":"10/18/2024 5:12 PM - oenm - Req Date changed from 11/16/2024 to 11/23/2024 (Req Date Updated)"},{"comp":1,"quote":216189,"Line":24,"Comment":"11/19/2024 3:42 PM - oenm - F/U changed from 11/22/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216189,"Line":25,"Comment":"11/19/2024 3:42 PM - oenm - CLO changed from 11/22/2024 to 12/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"216189","line":"1","part":"C40-MRAM-IC","qty":"1","price":"5762.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216189","line":"2","part":"PA65-CAT/BT","qty":"1","price":"931.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216189","line":"3","part":"MRAM-ER20ST","qty":"1","price":"8679.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216189","line":"4","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"216189","Line":"4","Company":"1","F_Line":"1","Comment":"Net pricing","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-19 14:42:51.124 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-216189-11192024144250.txt === {"quote":"216189","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"THEROUTE","shiptoName":"The Router Mill, LLC","entry_date":"05-16-2024","cust_order_date":"05-07-2024","req_date":"12-28-2024","cust_po":"C40-MRAM-IC","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"08:05","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Aaron","follow_phone":"","follow_email":"aaron@afi.com","pic_user":"oenm","total_amt":"11991.56","total_gp":"6116.09","total_gpm":"51.00","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":216189,"Line":0,"Comment":"05/20/2024 1:55 PM - oenm - F/U changed from 05/22/2024 to 6/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216189,"Line":1,"Comment":"05/20/2024 1:56 PM - oenm - CLO changed from 05/30/2024 to 06/02/2024 (CLO Date Updated)"},{"comp":1,"quote":216189,"Line":2,"Comment":"05/28/2024 3:54 PM - oenm - F/U changed from 06/02/2024 to 6/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216189,"Line":3,"Comment":"05/28/2024 3:54 PM - oenm - CLO changed from 06/02/2024 to 06/29/2024 (CLO Date Updated)"},{"comp":1,"quote":216189,"Line":4,"Comment":"05/28/2024 3:54 PM - oenm - Req Date changed from 06/16/2024 to 06/30/2024 (Req Date Updated)"},{"comp":1,"quote":216189,"Line":5,"Comment":"06/28/2024 1:40 PM - oenm - F/U changed from 06/29/2024 to 7/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216189,"Line":6,"Comment":"06/28/2024 1:40 PM - oenm - CLO changed from 06/29/2024 to 07/13/2024 (CLO Date Updated)"},{"comp":1,"quote":216189,"Line":7,"Comment":"06/28/2024 1:40 PM - oenm - Req Date changed from 06/30/2024 to 07/13/2024 (Req Date Updated)"},{"comp":1,"quote":216189,"Line":8,"Comment":"07/11/2024 1:50 PM - oenm - F/U changed from 07/13/2024 to 8/10/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216189,"Line":9,"Comment":"07/11/2024 1:50 PM - oenm - CLO changed from 07/13/2024 to 08/10/2024 (CLO Date Updated)"},{"comp":1,"quote":216189,"Line":10,"Comment":"07/11/2024 1:50 PM - oenm - Req Date changed from 07/13/2024 to 08/10/2024 (Req Date Updated)"},{"comp":1,"quote":216189,"Line":11,"Comment":"08/08/2024 11:37 AM - oenm - F/U changed from 08/10/2024 to 9/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216189,"Line":12,"Comment":"08/08/2024 11:37 AM - oenm - CLO changed from 08/10/2024 to 09/09/2024 (CLO Date Updated)"},{"comp":1,"quote":216189,"Line":13,"Comment":"08/08/2024 11:38 AM - oenm - Req Date changed from 08/10/2024 to 09/16/2024 (Req Date Updated)"},{"comp":1,"quote":216189,"Line":14,"Comment":"09/18/2024 8:33 AM - oenm - Going to visit this week for follow up "},{"comp":1,"quote":216189,"Line":15,"Comment":"09/18/2024 8:34 AM - oenm - Req Date change from 9/16/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":216189,"Line":16,"Comment":"09/18/2024 8:35 AM - oenm - CLO changed from 9/9/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":216189,"Line":17,"Comment":"09/18/2024 8:35 AM - oenm - F/U Changed from 9/9/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216189,"Line":18,"Comment":"10/18/2024 4:57 PM - oenm - F/U changed from 10/19/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216189,"Line":19,"Comment":"10/18/2024 4:57 PM - oenm - CLO changed from 10/19/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":216189,"Line":20,"Comment":"10/18/2024 4:59 PM - oenm - Req Date changed from 10/31/2024 to 11/16/2024 (Req Date Updated)"},{"comp":1,"quote":216189,"Line":21,"Comment":"10/18/2024 5:12 PM - oenm - F/U changed from 11/09/2024 to 11/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216189,"Line":22,"Comment":"10/18/2024 5:12 PM - oenm - CLO changed from 11/09/2024 to 11/22/2024 (CLO Date Updated)"},{"comp":1,"quote":216189,"Line":23,"Comment":"10/18/2024 5:12 PM - oenm - Req Date changed from 11/16/2024 to 11/23/2024 (Req Date Updated)"},{"comp":1,"quote":216189,"Line":24,"Comment":"11/19/2024 3:42 PM - oenm - F/U changed from 11/22/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216189,"Line":25,"Comment":"11/19/2024 3:42 PM - oenm - CLO changed from 11/22/2024 to 12/21/2024 (CLO Date Updated)"},{"comp":1,"quote":216189,"Line":26,"Comment":"11/19/2024 3:42 PM - oenm - Req Date changed from 11/23/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"216189","line":"1","part":"C40-MRAM-IC","qty":"1","price":"5762.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216189","line":"2","part":"PA65-CAT/BT","qty":"1","price":"931.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216189","line":"3","part":"MRAM-ER20ST","qty":"1","price":"8679.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216189","line":"4","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"216189","Line":"4","Company":"1","F_Line":"1","Comment":"Net pricing","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-19 14:42:57.105 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-217302-11192024144256.txt === {"quote":"217302","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"THEROUTE","shiptoName":"The Router Mill, LLC","entry_date":"06-10-2024","cust_order_date":"06-10-2024","req_date":"10-26-2024","cust_po":"C40-MRAM-IC","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Kevin Abrams","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"14:16","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Kevin Abrams","follow_phone":"941-739-6566","follow_email":"kevina@afi-tools.com","pic_user":"oenm","total_amt":"10490.68","total_gp":"5410.61","total_gpm":"51.58","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"7","win_pct":"20","clo_date":"11-22-2024","notes":[{"comp":"1","quote":"217302","line":"0","data":"06-10-2024 14:17 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":217302,"Line":0,"Comment":"06/28/2024 1:44 PM - oenm - F/U changed from 07/03/2024 to 7/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217302,"Line":1,"Comment":"06/28/2024 1:44 PM - oenm - CLO changed from 07/10/2024 to 07/13/2024 (CLO Date Updated)"},{"comp":1,"quote":217302,"Line":2,"Comment":"07/11/2024 1:52 PM - oenm - F/U changed from 07/13/2024 to 8/10/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217302,"Line":3,"Comment":"07/11/2024 1:52 PM - oenm - CLO changed from 07/13/2024 to 08/10/2024 (CLO Date Updated)"},{"comp":1,"quote":217302,"Line":4,"Comment":"07/11/2024 1:52 PM - oenm - Req Date changed from 07/22/2024 to 08/10/2024 (Req Date Updated)"},{"comp":1,"quote":217302,"Line":5,"Comment":"08/08/2024 11:36 AM - oenm - F/U changed from 08/10/2024 to 9/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217302,"Line":6,"Comment":"08/08/2024 11:36 AM - oenm - CLO changed from 08/10/2024 to 09/09/2024 (CLO Date Updated)"},{"comp":1,"quote":217302,"Line":7,"Comment":"08/08/2024 11:36 AM - oenm - Req Date changed from 08/10/2024 to 09/16/2024 (Req Date Updated)"},{"comp":1,"quote":217302,"Line":8,"Comment":"09/18/2024 8:33 AM - oenm - Going to visit this week for follow up "},{"comp":1,"quote":217302,"Line":9,"Comment":"09/18/2024 8:36 AM - oenm - Req Date change from 9/16/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":217302,"Line":10,"Comment":"09/18/2024 8:36 AM - oenm - CLO changed from 9/9/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":217302,"Line":11,"Comment":"09/18/2024 8:36 AM - oenm - F/U Changed from 9/9/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217302,"Line":12,"Comment":"10/18/2024 5:13 PM - oenm - F/U changed from 10/19/2024 to 11/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217302,"Line":13,"Comment":"10/18/2024 5:13 PM - oenm - CLO changed from 10/19/2024 to 11/22/2024 (CLO Date Updated)"},{"comp":1,"quote":217302,"Line":14,"Comment":"10/18/2024 5:13 PM - oenm - Req Date changed from 10/31/2024 to 10/26/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"217302","line":"1","part":"C40-MRAM-IC","qty":"1","price":"5762.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217302","line":"2","part":"PA65-CAT/BT","qty":"1","price":"931.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217302","line":"3","part":"MRAM-MI32L","qty":"1","price":"4808.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217302","line":"4","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"217302","line":"5","part":"MI40-ER20I","qty":"3","price":"605.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"217302","Line":"0","Comment":"Completed Angle head questionnaire required at time"},{"Quote":"217302","Line":"1","Comment":"of order."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-19 14:43:06.013 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-217302-11192024144305.txt === {"quote":"217302","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"THEROUTE","shiptoName":"The Router Mill, LLC","entry_date":"06-10-2024","cust_order_date":"06-10-2024","req_date":"10-26-2024","cust_po":"C40-MRAM-IC","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Kevin Abrams","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"14:16","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Kevin Abrams","follow_phone":"941-739-6566","follow_email":"kevina@afi-tools.com","pic_user":"oenm","total_amt":"10490.68","total_gp":"5410.61","total_gpm":"51.58","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"7","win_pct":"20","clo_date":"12-21-2024","notes":[{"comp":"1","quote":"217302","line":"0","data":"06-10-2024 14:17 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":217302,"Line":0,"Comment":"06/28/2024 1:44 PM - oenm - F/U changed from 07/03/2024 to 7/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217302,"Line":1,"Comment":"06/28/2024 1:44 PM - oenm - CLO changed from 07/10/2024 to 07/13/2024 (CLO Date Updated)"},{"comp":1,"quote":217302,"Line":2,"Comment":"07/11/2024 1:52 PM - oenm - F/U changed from 07/13/2024 to 8/10/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217302,"Line":3,"Comment":"07/11/2024 1:52 PM - oenm - CLO changed from 07/13/2024 to 08/10/2024 (CLO Date Updated)"},{"comp":1,"quote":217302,"Line":4,"Comment":"07/11/2024 1:52 PM - oenm - Req Date changed from 07/22/2024 to 08/10/2024 (Req Date Updated)"},{"comp":1,"quote":217302,"Line":5,"Comment":"08/08/2024 11:36 AM - oenm - F/U changed from 08/10/2024 to 9/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217302,"Line":6,"Comment":"08/08/2024 11:36 AM - oenm - CLO changed from 08/10/2024 to 09/09/2024 (CLO Date Updated)"},{"comp":1,"quote":217302,"Line":7,"Comment":"08/08/2024 11:36 AM - oenm - Req Date changed from 08/10/2024 to 09/16/2024 (Req Date Updated)"},{"comp":1,"quote":217302,"Line":8,"Comment":"09/18/2024 8:33 AM - oenm - Going to visit this week for follow up "},{"comp":1,"quote":217302,"Line":9,"Comment":"09/18/2024 8:36 AM - oenm - Req Date change from 9/16/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":217302,"Line":10,"Comment":"09/18/2024 8:36 AM - oenm - CLO changed from 9/9/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":217302,"Line":11,"Comment":"09/18/2024 8:36 AM - oenm - F/U Changed from 9/9/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217302,"Line":12,"Comment":"10/18/2024 5:13 PM - oenm - F/U changed from 10/19/2024 to 11/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217302,"Line":13,"Comment":"10/18/2024 5:13 PM - oenm - CLO changed from 10/19/2024 to 11/22/2024 (CLO Date Updated)"},{"comp":1,"quote":217302,"Line":14,"Comment":"10/18/2024 5:13 PM - oenm - Req Date changed from 10/31/2024 to 10/26/2024 (Req Date Updated)"},{"comp":1,"quote":217302,"Line":15,"Comment":"11/19/2024 3:42 PM - oenm - F/U changed from 11/22/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217302,"Line":16,"Comment":"11/19/2024 3:42 PM - oenm - CLO changed from 11/22/2024 to 12/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"217302","line":"1","part":"C40-MRAM-IC","qty":"1","price":"5762.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217302","line":"2","part":"PA65-CAT/BT","qty":"1","price":"931.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217302","line":"3","part":"MRAM-MI32L","qty":"1","price":"4808.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217302","line":"4","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"217302","line":"5","part":"MI40-ER20I","qty":"3","price":"605.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"217302","Line":"0","Comment":"Completed Angle head questionnaire required at time"},{"Quote":"217302","Line":"1","Comment":"of order."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-19 14:43:11.180 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-217302-11192024144310.txt === {"quote":"217302","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"THEROUTE","shiptoName":"The Router Mill, LLC","entry_date":"06-10-2024","cust_order_date":"06-10-2024","req_date":"12-28-2024","cust_po":"C40-MRAM-IC","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Kevin Abrams","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"14:16","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Kevin Abrams","follow_phone":"941-739-6566","follow_email":"kevina@afi-tools.com","pic_user":"oenm","total_amt":"10490.68","total_gp":"5410.61","total_gpm":"51.58","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"7","win_pct":"20","clo_date":"12-21-2024","notes":[{"comp":"1","quote":"217302","line":"0","data":"06-10-2024 14:17 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":217302,"Line":0,"Comment":"06/28/2024 1:44 PM - oenm - F/U changed from 07/03/2024 to 7/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217302,"Line":1,"Comment":"06/28/2024 1:44 PM - oenm - CLO changed from 07/10/2024 to 07/13/2024 (CLO Date Updated)"},{"comp":1,"quote":217302,"Line":2,"Comment":"07/11/2024 1:52 PM - oenm - F/U changed from 07/13/2024 to 8/10/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217302,"Line":3,"Comment":"07/11/2024 1:52 PM - oenm - CLO changed from 07/13/2024 to 08/10/2024 (CLO Date Updated)"},{"comp":1,"quote":217302,"Line":4,"Comment":"07/11/2024 1:52 PM - oenm - Req Date changed from 07/22/2024 to 08/10/2024 (Req Date Updated)"},{"comp":1,"quote":217302,"Line":5,"Comment":"08/08/2024 11:36 AM - oenm - F/U changed from 08/10/2024 to 9/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217302,"Line":6,"Comment":"08/08/2024 11:36 AM - oenm - CLO changed from 08/10/2024 to 09/09/2024 (CLO Date Updated)"},{"comp":1,"quote":217302,"Line":7,"Comment":"08/08/2024 11:36 AM - oenm - Req Date changed from 08/10/2024 to 09/16/2024 (Req Date Updated)"},{"comp":1,"quote":217302,"Line":8,"Comment":"09/18/2024 8:33 AM - oenm - Going to visit this week for follow up "},{"comp":1,"quote":217302,"Line":9,"Comment":"09/18/2024 8:36 AM - oenm - Req Date change from 9/16/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":217302,"Line":10,"Comment":"09/18/2024 8:36 AM - oenm - CLO changed from 9/9/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":217302,"Line":11,"Comment":"09/18/2024 8:36 AM - oenm - F/U Changed from 9/9/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217302,"Line":12,"Comment":"10/18/2024 5:13 PM - oenm - F/U changed from 10/19/2024 to 11/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217302,"Line":13,"Comment":"10/18/2024 5:13 PM - oenm - CLO changed from 10/19/2024 to 11/22/2024 (CLO Date Updated)"},{"comp":1,"quote":217302,"Line":14,"Comment":"10/18/2024 5:13 PM - oenm - Req Date changed from 10/31/2024 to 10/26/2024 (Req Date Updated)"},{"comp":1,"quote":217302,"Line":15,"Comment":"11/19/2024 3:42 PM - oenm - F/U changed from 11/22/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217302,"Line":16,"Comment":"11/19/2024 3:42 PM - oenm - CLO changed from 11/22/2024 to 12/21/2024 (CLO Date Updated)"},{"comp":1,"quote":217302,"Line":17,"Comment":"11/19/2024 3:43 PM - oenm - Req Date changed from 10/26/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"217302","line":"1","part":"C40-MRAM-IC","qty":"1","price":"5762.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217302","line":"2","part":"PA65-CAT/BT","qty":"1","price":"931.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217302","line":"3","part":"MRAM-MI32L","qty":"1","price":"4808.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217302","line":"4","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"217302","line":"5","part":"MI40-ER20I","qty":"3","price":"605.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"217302","Line":"0","Comment":"Completed Angle head questionnaire required at time"},{"Quote":"217302","Line":"1","Comment":"of order."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-19 14:44:36.923 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223440-11192024144436.txt === {"quote":"223440","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"LHARRIS","shiptoName":"L3Harris","entry_date":"10-23-2024","cust_order_date":"10-23-2024","req_date":"12-04-2024","cust_po":"CAT40 tooling pckg","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Orrison","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"16:32","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"David Orrison","follow_phone":"3219566550","follow_email":"david@afi-tools.com","pic_user":"oenm","total_amt":"2747.5","total_gp":"1313.69","total_gpm":"47.81","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"29","win_pct":"20","clo_date":"11-23-2024","notes":[{"comp":"1","quote":"223440","line":"2","data":"10-23-2024 16:35 - Discounts Recalculated QS"},{"comp":"1","quote":"223440","line":"1","data":"discount"},{"comp":"1","quote":"223440","line":"0","data":"10-23-2024 16:42-alyssah Per Matt, new machine"}],"crmnotes":[{"comp":1,"quote":223440,"Line":0,"Comment":"11/06/2024 4:11 PM - oenm - F/U changed from 11/05/2024 to 11/23/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223440","line":"1","part":"C4007-0016-3.50","qty":"10","price":"258.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"2","part":"C4007-0032-3.13","qty":"4","price":"258.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"3","part":"C4001-0750-1.75CP","qty":"1","price":"130.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"4","part":"C4001-1500-2.00CP","qty":"1","price":"233.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"5","part":"C4006-0125-2.36","qty":"1","price":"144.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"6","part":"C4006-0187-2.50","qty":"1","price":"144.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"7","part":"C4006-0250-2.50","qty":"1","price":"123.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"8","part":"C4006-0312-2.50","qty":"1","price":"139.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"9","part":"C4006-0375-2.50","qty":"1","price":"118.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"10","part":"C4006-0500-2.50","qty":"1","price":"123.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"11","part":"C4006-0500-4.00","qty":"1","price":"139.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"12","part":"C4006-0625-3.00","qty":"1","price":"118.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"13","part":"C4006-0625-4.00","qty":"1","price":"166.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"14","part":"C4006-0750-3.00","qty":"1","price":"123.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"15","part":"C4006-1000-4.00","qty":"1","price":"143.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"16","part":"016-SPAN","qty":"1","price":"17.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"17","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":17}}] 2024-11-19 14:44:44.811 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223440-11192024144444.txt === {"quote":"223440","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"LHARRIS","shiptoName":"L3Harris","entry_date":"10-23-2024","cust_order_date":"10-23-2024","req_date":"12-04-2024","cust_po":"CAT40 tooling pckg","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Orrison","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"16:32","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"David Orrison","follow_phone":"3219566550","follow_email":"david@afi-tools.com","pic_user":"oenm","total_amt":"2747.5","total_gp":"1313.69","total_gpm":"47.81","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"29","win_pct":"20","clo_date":"12-21-2024","notes":[{"comp":"1","quote":"223440","line":"2","data":"10-23-2024 16:35 - Discounts Recalculated QS"},{"comp":"1","quote":"223440","line":"1","data":"discount"},{"comp":"1","quote":"223440","line":"0","data":"10-23-2024 16:42-alyssah Per Matt, new machine"}],"crmnotes":[{"comp":1,"quote":223440,"Line":0,"Comment":"11/06/2024 4:11 PM - oenm - F/U changed from 11/05/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223440,"Line":1,"Comment":"11/19/2024 3:44 PM - oenm - F/U changed from 11/23/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223440,"Line":2,"Comment":"11/19/2024 3:44 PM - oenm - CLO changed from 11/23/2024 to 12/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223440","line":"1","part":"C4007-0016-3.50","qty":"10","price":"258.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"2","part":"C4007-0032-3.13","qty":"4","price":"258.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"3","part":"C4001-0750-1.75CP","qty":"1","price":"130.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"4","part":"C4001-1500-2.00CP","qty":"1","price":"233.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"5","part":"C4006-0125-2.36","qty":"1","price":"144.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"6","part":"C4006-0187-2.50","qty":"1","price":"144.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"7","part":"C4006-0250-2.50","qty":"1","price":"123.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"8","part":"C4006-0312-2.50","qty":"1","price":"139.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"9","part":"C4006-0375-2.50","qty":"1","price":"118.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"10","part":"C4006-0500-2.50","qty":"1","price":"123.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"11","part":"C4006-0500-4.00","qty":"1","price":"139.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"12","part":"C4006-0625-3.00","qty":"1","price":"118.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"13","part":"C4006-0625-4.00","qty":"1","price":"166.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"14","part":"C4006-0750-3.00","qty":"1","price":"123.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"15","part":"C4006-1000-4.00","qty":"1","price":"143.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"16","part":"016-SPAN","qty":"1","price":"17.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"17","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":17}}] 2024-11-19 14:44:50.751 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223440-11192024144450.txt === {"quote":"223440","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"LHARRIS","shiptoName":"L3Harris","entry_date":"10-23-2024","cust_order_date":"10-23-2024","req_date":"12-28-2024","cust_po":"CAT40 tooling pckg","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Orrison","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"16:32","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"David Orrison","follow_phone":"3219566550","follow_email":"david@afi-tools.com","pic_user":"oenm","total_amt":"2747.5","total_gp":"1313.69","total_gpm":"47.81","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"29","win_pct":"20","clo_date":"12-21-2024","notes":[{"comp":"1","quote":"223440","line":"2","data":"10-23-2024 16:35 - Discounts Recalculated QS"},{"comp":"1","quote":"223440","line":"1","data":"discount"},{"comp":"1","quote":"223440","line":"0","data":"10-23-2024 16:42-alyssah Per Matt, new machine"}],"crmnotes":[{"comp":1,"quote":223440,"Line":0,"Comment":"11/06/2024 4:11 PM - oenm - F/U changed from 11/05/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223440,"Line":1,"Comment":"11/19/2024 3:44 PM - oenm - F/U changed from 11/23/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223440,"Line":2,"Comment":"11/19/2024 3:44 PM - oenm - CLO changed from 11/23/2024 to 12/21/2024 (CLO Date Updated)"},{"comp":1,"quote":223440,"Line":3,"Comment":"11/19/2024 3:44 PM - oenm - Req Date changed from 12/04/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223440","line":"1","part":"C4007-0016-3.50","qty":"10","price":"258.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"2","part":"C4007-0032-3.13","qty":"4","price":"258.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"3","part":"C4001-0750-1.75CP","qty":"1","price":"130.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"4","part":"C4001-1500-2.00CP","qty":"1","price":"233.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"5","part":"C4006-0125-2.36","qty":"1","price":"144.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"6","part":"C4006-0187-2.50","qty":"1","price":"144.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"7","part":"C4006-0250-2.50","qty":"1","price":"123.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"8","part":"C4006-0312-2.50","qty":"1","price":"139.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"9","part":"C4006-0375-2.50","qty":"1","price":"118.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"10","part":"C4006-0500-2.50","qty":"1","price":"123.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"11","part":"C4006-0500-4.00","qty":"1","price":"139.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"12","part":"C4006-0625-3.00","qty":"1","price":"118.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"13","part":"C4006-0625-4.00","qty":"1","price":"166.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"14","part":"C4006-0750-3.00","qty":"1","price":"123.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"15","part":"C4006-1000-4.00","qty":"1","price":"143.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"16","part":"016-SPAN","qty":"1","price":"17.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223440","line":"17","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":17}}] 2024-11-19 14:45:57.636 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223904-11192024144557.txt === {"quote":"223904","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"BANDT","shiptoName":"B&T Arms","entry_date":"11-04-2024","cust_order_date":"11-04-2024","req_date":"11-23-2024","cust_po":"BMT55-C4Z-ICE-85","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jack Gay","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"14:45","extra":"","follow_up":"11-19-2024","web_id":"","follow_name":"Jack Gay","follow_phone":"941-739-6566","follow_email":"jack@afi-tools.com","pic_user":"oenm","total_amt":"3568.82","total_gp":"540.15","total_gpm":"15.14","rev_type":"LT","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-23-2024","notes":[],"crmnotes":[{"comp":1,"quote":223904,"Line":0,"Comment":"11/06/2024 4:13 PM - oenm - F/U changed from 11/10/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223904,"Line":1,"Comment":"11/06/2024 4:13 PM - oenm - CLO changed from 11/25/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":223904,"Line":2,"Comment":"11/06/2024 4:13 PM - oenm - Req Date changed from 11/25/2024 to 11/23/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223904","line":"1","part":"BMT55-C4Z-ICE-85","qty":"1","price":"5948.04","uom":"EA","discount":"40.00","req_date":"End November","branch":"1"},{"comp":"01","order":"223904","line":"5","part":"PROMOTION-LT-AFI","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-19 14:46:03.807 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223904-11192024144603.txt === {"quote":"223904","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"BANDT","shiptoName":"B&T Arms","entry_date":"11-04-2024","cust_order_date":"11-04-2024","req_date":"11-23-2024","cust_po":"BMT55-C4Z-ICE-85","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jack Gay","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"14:45","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Jack Gay","follow_phone":"941-739-6566","follow_email":"jack@afi-tools.com","pic_user":"oenm","total_amt":"3568.82","total_gp":"540.15","total_gpm":"15.14","rev_type":"LT","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-23-2024","notes":[],"crmnotes":[{"comp":1,"quote":223904,"Line":0,"Comment":"11/06/2024 4:13 PM - oenm - F/U changed from 11/10/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223904,"Line":1,"Comment":"11/06/2024 4:13 PM - oenm - CLO changed from 11/25/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":223904,"Line":2,"Comment":"11/06/2024 4:13 PM - oenm - Req Date changed from 11/25/2024 to 11/23/2024 (Req Date Updated)"},{"comp":1,"quote":223904,"Line":3,"Comment":"11/19/2024 3:45 PM - oenm - F/U changed from 11/23/2024 to 11/19/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223904","line":"1","part":"BMT55-C4Z-ICE-85","qty":"1","price":"5948.04","uom":"EA","discount":"40.00","req_date":"End November","branch":"1"},{"comp":"01","order":"223904","line":"5","part":"PROMOTION-LT-AFI","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-19 14:46:10.689 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223904-11192024144610.txt === {"quote":"223904","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"BANDT","shiptoName":"B&T Arms","entry_date":"11-04-2024","cust_order_date":"11-04-2024","req_date":"11-23-2024","cust_po":"BMT55-C4Z-ICE-85","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jack Gay","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"14:45","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Jack Gay","follow_phone":"941-739-6566","follow_email":"jack@afi-tools.com","pic_user":"oenm","total_amt":"3568.82","total_gp":"540.15","total_gpm":"15.14","rev_type":"LT","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-14-2024","notes":[],"crmnotes":[{"comp":1,"quote":223904,"Line":0,"Comment":"11/06/2024 4:13 PM - oenm - F/U changed from 11/10/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223904,"Line":1,"Comment":"11/06/2024 4:13 PM - oenm - CLO changed from 11/25/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":223904,"Line":2,"Comment":"11/06/2024 4:13 PM - oenm - Req Date changed from 11/25/2024 to 11/23/2024 (Req Date Updated)"},{"comp":1,"quote":223904,"Line":3,"Comment":"11/19/2024 3:45 PM - oenm - F/U changed from 11/23/2024 to 11/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223904,"Line":4,"Comment":"11/19/2024 3:45 PM - oenm - F/U changed from 11/19/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223904,"Line":5,"Comment":"11/19/2024 3:46 PM - oenm - CLO changed from 11/23/2024 to 12/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223904","line":"1","part":"BMT55-C4Z-ICE-85","qty":"1","price":"5948.04","uom":"EA","discount":"40.00","req_date":"End November","branch":"1"},{"comp":"01","order":"223904","line":"5","part":"PROMOTION-LT-AFI","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-19 14:46:16.621 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223904-11192024144616.txt === {"quote":"223904","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"BANDT","shiptoName":"B&T Arms","entry_date":"11-04-2024","cust_order_date":"11-04-2024","req_date":"12-21-2024","cust_po":"BMT55-C4Z-ICE-85","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jack Gay","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"14:45","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Jack Gay","follow_phone":"941-739-6566","follow_email":"jack@afi-tools.com","pic_user":"oenm","total_amt":"3568.82","total_gp":"540.15","total_gpm":"15.14","rev_type":"LT","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-14-2024","notes":[],"crmnotes":[{"comp":1,"quote":223904,"Line":0,"Comment":"11/06/2024 4:13 PM - oenm - F/U changed from 11/10/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223904,"Line":1,"Comment":"11/06/2024 4:13 PM - oenm - CLO changed from 11/25/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":223904,"Line":2,"Comment":"11/06/2024 4:13 PM - oenm - Req Date changed from 11/25/2024 to 11/23/2024 (Req Date Updated)"},{"comp":1,"quote":223904,"Line":3,"Comment":"11/19/2024 3:45 PM - oenm - F/U changed from 11/23/2024 to 11/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223904,"Line":4,"Comment":"11/19/2024 3:45 PM - oenm - F/U changed from 11/19/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223904,"Line":5,"Comment":"11/19/2024 3:46 PM - oenm - CLO changed from 11/23/2024 to 12/14/2024 (CLO Date Updated)"},{"comp":1,"quote":223904,"Line":6,"Comment":"11/19/2024 3:46 PM - oenm - Req Date changed from 11/23/2024 to 12/21/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223904","line":"1","part":"BMT55-C4Z-ICE-85","qty":"1","price":"5948.04","uom":"EA","discount":"40.00","req_date":"End November","branch":"1"},{"comp":"01","order":"223904","line":"5","part":"PROMOTION-LT-AFI","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-19 14:46:38.514 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223914-11192024144638.txt === {"quote":"223914","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"STORVALD","shiptoName":"Storey Machining Services","entry_date":"11-04-2024","cust_order_date":"11-04-2024","req_date":"11-04-2024","cust_po":"Rail vise quote","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Jake","drop_po":"","status":"0","user":"oenm","conv_order":"","time":"15:43","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Jake Adam","follow_phone":"386-855-0023","follow_email":"jake@afi-tools.com","pic_user":"oenm","total_amt":"6380.53","total_gp":"2994.54","total_gpm":"46.93","rev_type":"PCQC","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"12","win_pct":"20","clo_date":"11-24-2024","notes":[{"comp":"1","quote":"223914","line":"0","data":"11-04-2024 15:46 - Discounts Recalculated"}],"crmnotes":[],"items":[{"comp":"01","order":"223914","line":"1","part":"WH-MRV120-800","qty":"1","price":"3661.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223914","line":"2","part":"WH-MRV120-ACC-MP10","qty":"2","price":"60.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223914","line":"3","part":"WH-MRV120-ACC-MP30","qty":"2","price":"61.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223914","line":"4","part":"WH-MRV120-JAW-BFIX","qty":"1","price":"795.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223914","line":"5","part":"WH-MRV120-JAW-BPAR","qty":"2","price":"1473.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223914","line":"6","part":"WH-MRV120-JAW-R","qty":"2","price":"197.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223914","line":"7","part":"WH-MRV120-JAW-F","qty":"2","price":"129.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":7}}] 2024-11-19 14:46:52.966 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223914-11192024144652.txt === {"quote":"223914","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"STORVALD","shiptoName":"Storey Machining Services","entry_date":"11-04-2024","cust_order_date":"11-04-2024","req_date":"11-04-2024","cust_po":"Rail vise quote","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Jake","drop_po":"","status":"0","user":"oenm","conv_order":"","time":"15:43","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Jake Adam","follow_phone":"386-855-0023","follow_email":"jake@afi-tools.com","pic_user":"oenm","total_amt":"6380.53","total_gp":"2994.54","total_gpm":"46.93","rev_type":"PCQC","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"12","win_pct":"20","clo_date":"11-24-2024","notes":[{"comp":"1","quote":"223914","line":"0","data":"11-04-2024 15:46 - Discounts Recalculated"}],"crmnotes":[{"comp":1,"quote":223914,"Line":0,"Comment":"11/19/2024 3:46 PM - oenm - F/U changed from 11/24/2024 to 12/7/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223914","line":"1","part":"WH-MRV120-800","qty":"1","price":"3661.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223914","line":"2","part":"WH-MRV120-ACC-MP10","qty":"2","price":"60.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223914","line":"3","part":"WH-MRV120-ACC-MP30","qty":"2","price":"61.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223914","line":"4","part":"WH-MRV120-JAW-BFIX","qty":"1","price":"795.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223914","line":"5","part":"WH-MRV120-JAW-BPAR","qty":"2","price":"1473.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223914","line":"6","part":"WH-MRV120-JAW-R","qty":"2","price":"197.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223914","line":"7","part":"WH-MRV120-JAW-F","qty":"2","price":"129.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-19 14:47:00.114 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223914-11192024144659.txt === {"quote":"223914","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"STORVALD","shiptoName":"Storey Machining Services","entry_date":"11-04-2024","cust_order_date":"11-04-2024","req_date":"11-04-2024","cust_po":"Rail vise quote","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Jake","drop_po":"","status":"0","user":"oenm","conv_order":"","time":"15:43","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Jake Adam","follow_phone":"386-855-0023","follow_email":"jake@afi-tools.com","pic_user":"oenm","total_amt":"6380.53","total_gp":"2994.54","total_gpm":"46.93","rev_type":"PCQC","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"12","win_pct":"20","clo_date":"12-21-2024","notes":[{"comp":"1","quote":"223914","line":"0","data":"11-04-2024 15:46 - Discounts Recalculated"}],"crmnotes":[{"comp":1,"quote":223914,"Line":0,"Comment":"11/19/2024 3:46 PM - oenm - F/U changed from 11/24/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223914,"Line":1,"Comment":"11/19/2024 3:46 PM - oenm - F/U changed from 12/07/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223914,"Line":2,"Comment":"11/19/2024 3:46 PM - oenm - CLO changed from 11/24/2024 to 12/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223914","line":"1","part":"WH-MRV120-800","qty":"1","price":"3661.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223914","line":"2","part":"WH-MRV120-ACC-MP10","qty":"2","price":"60.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223914","line":"3","part":"WH-MRV120-ACC-MP30","qty":"2","price":"61.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223914","line":"4","part":"WH-MRV120-JAW-BFIX","qty":"1","price":"795.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223914","line":"5","part":"WH-MRV120-JAW-BPAR","qty":"2","price":"1473.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223914","line":"6","part":"WH-MRV120-JAW-R","qty":"2","price":"197.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223914","line":"7","part":"WH-MRV120-JAW-F","qty":"2","price":"129.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-19 14:47:07.272 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223914-11192024144707.txt === {"quote":"223914","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"STORVALD","shiptoName":"Storey Machining Services","entry_date":"11-04-2024","cust_order_date":"11-04-2024","req_date":"12-28-2024","cust_po":"Rail vise quote","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Jake","drop_po":"","status":"0","user":"oenm","conv_order":"","time":"15:43","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Jake Adam","follow_phone":"386-855-0023","follow_email":"jake@afi-tools.com","pic_user":"oenm","total_amt":"6380.53","total_gp":"2994.54","total_gpm":"46.93","rev_type":"PCQC","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"12","win_pct":"20","clo_date":"12-21-2024","notes":[{"comp":"1","quote":"223914","line":"0","data":"11-04-2024 15:46 - Discounts Recalculated"}],"crmnotes":[{"comp":1,"quote":223914,"Line":0,"Comment":"11/19/2024 3:46 PM - oenm - F/U changed from 11/24/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223914,"Line":1,"Comment":"11/19/2024 3:46 PM - oenm - F/U changed from 12/07/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223914,"Line":2,"Comment":"11/19/2024 3:46 PM - oenm - CLO changed from 11/24/2024 to 12/21/2024 (CLO Date Updated)"},{"comp":1,"quote":223914,"Line":3,"Comment":"11/19/2024 3:46 PM - oenm - Req Date changed from 11/04/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223914","line":"1","part":"WH-MRV120-800","qty":"1","price":"3661.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223914","line":"2","part":"WH-MRV120-ACC-MP10","qty":"2","price":"60.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223914","line":"3","part":"WH-MRV120-ACC-MP30","qty":"2","price":"61.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223914","line":"4","part":"WH-MRV120-JAW-BFIX","qty":"1","price":"795.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223914","line":"5","part":"WH-MRV120-JAW-BPAR","qty":"2","price":"1473.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223914","line":"6","part":"WH-MRV120-JAW-R","qty":"2","price":"197.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223914","line":"7","part":"WH-MRV120-JAW-F","qty":"2","price":"129.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-19 14:47:55.249 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223526-11192024144754.txt === {"quote":"223526","customer":"21378","name":null,"customerName":"Unbridled Technologies LLC","comp":"01","open":"1","shipto":"UNBRIDLE","shiptoName":"Unbridled Technologies LLC","entry_date":"10-25-2024","cust_order_date":"10-25-2024","req_date":"12-06-2024","cust_po":"RT 5ax-250","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"oen mowell","drop_po":"","status":"0","user":"oenm","conv_order":"","time":"11:50","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"oen mowell","follow_phone":"678-449-1488","follow_email":"oenm@lyndexnikken.com","pic_user":"oenm","total_amt":"68036.40","total_gp":"50140.29","total_gpm":"73.70","rev_type":"RT","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"2","totalQty":"3","win_pct":"20","clo_date":"11-25-2024","notes":[{"comp":"1","quote":"223526","line":"1","data":"10-25-2024 12:41 - Discounts Recalculated QS"},{"comp":"1","quote":"223526","line":"0","data":"10-25-2024 11:53 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223526","line":"1","part":"5AX-250FA-M","qty":"1","price":"67410.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223526","line":"2","part":"RT-ACCS-INSTALL-PKG-5TH","qty":"1","price":"15500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"223526","line":"3","part":"HYD-UNIT-NACHI-AC110V","qty":"1","price":"7642.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"223526","Line":"2","Company":"1","F_Line":"1","Comment":"inculdes interfaces/cables/install","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-19 14:48:04.873 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223531-11192024144804.txt === {"quote":"223531","customer":"21378","name":null,"customerName":"Unbridled Technologies LLC","comp":"01","open":"1","shipto":"UNBRIDLE","shiptoName":"Unbridled Technologies LLC","entry_date":"10-25-2024","cust_order_date":"10-25-2024","req_date":"12-06-2024","cust_po":"Dual RT 5ax-2mt-170","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"oen mowell","drop_po":"","status":"0","user":"oenm","conv_order":"","time":"11:55","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"oen mowell","follow_phone":"678-449-1488","follow_email":"oenm@lyndexnikken.com","pic_user":"oenm","total_amt":"68000.00","total_gp":"68000.00","total_gpm":"100.00","rev_type":"RT","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"2","totalQty":"2","win_pct":"20","clo_date":"11-25-2024","notes":[{"comp":"1","quote":"223531","line":"0","data":"10-25-2024 12:01 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223531","line":"1","part":"5AX-2MT-170-200FA-M","qty":"1","price":"75000.00","uom":"EA","discount":"30.00","req_date":"4-5 months ARO","branch":"1"},{"comp":"01","order":"223531","line":"2","part":"RT-ACCS-INSTALL-PKG-5TH","qty":"1","price":"15500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223531","Line":"2","Company":"1","F_Line":"1","Comment":"INCLUDEDS INTERFACE/CABLES/INSTALL","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-19 14:48:23.098 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223876-11192024144822.txt === {"quote":"223876","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"AFIGAIGA","shiptoName":"Alternatives For Industry","entry_date":"11-04-2024","cust_order_date":"11-04-2024","req_date":"12-16-2024","cust_po":"MNL12-CZ-ICE-10K","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Jake Adam","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"10:13","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Jake Adam","follow_phone":"386-855-0023","follow_email":"jake@afi-tools.com","pic_user":"oenm","total_amt":"4419.58","total_gp":"1660.55","total_gpm":"37.57","rev_type":"LT","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-04-2024","notes":[{"comp":"1","quote":"223876","line":"0","data":"11-04-2024 10:15 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223876","line":"1","part":"MNL12-C5Z-ICE-10K","qty":"1","price":"7365.97","uom":"EA","discount":"40.00","req_date":"2 weeks","branch":"1"},{"comp":"01","order":"223876","line":"4","part":"PROMOTION-LT-AFI","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-19 14:48:31.309 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223876-11192024144831.txt === {"quote":"223876","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"AFIGAIGA","shiptoName":"Alternatives For Industry","entry_date":"11-04-2024","cust_order_date":"11-04-2024","req_date":"12-16-2024","cust_po":"MNL12-CZ-ICE-10K","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Jake Adam","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"10:13","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Jake Adam","follow_phone":"386-855-0023","follow_email":"jake@afi-tools.com","pic_user":"oenm","total_amt":"4419.58","total_gp":"1660.55","total_gpm":"37.57","rev_type":"LT","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"223876","line":"0","data":"11-04-2024 10:15 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223876,"Line":0,"Comment":"11/19/2024 3:48 PM - oenm - F/U changed from 11/27/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223876,"Line":1,"Comment":"11/19/2024 3:48 PM - oenm - CLO changed from 12/04/2024 to 12/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223876","line":"1","part":"MNL12-C5Z-ICE-10K","qty":"1","price":"7365.97","uom":"EA","discount":"40.00","req_date":"2 weeks","branch":"1"},{"comp":"01","order":"223876","line":"4","part":"PROMOTION-LT-AFI","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-19 14:48:38.554 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223876-11192024144838.txt === {"quote":"223876","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"AFIGAIGA","shiptoName":"Alternatives For Industry","entry_date":"11-04-2024","cust_order_date":"11-04-2024","req_date":"12-21-2024","cust_po":"MNL12-CZ-ICE-10K","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Jake Adam","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"10:13","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Jake Adam","follow_phone":"386-855-0023","follow_email":"jake@afi-tools.com","pic_user":"oenm","total_amt":"4419.58","total_gp":"1660.55","total_gpm":"37.57","rev_type":"LT","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"223876","line":"0","data":"11-04-2024 10:15 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223876,"Line":0,"Comment":"11/19/2024 3:48 PM - oenm - F/U changed from 11/27/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223876,"Line":1,"Comment":"11/19/2024 3:48 PM - oenm - CLO changed from 12/04/2024 to 12/14/2024 (CLO Date Updated)"},{"comp":1,"quote":223876,"Line":2,"Comment":"11/19/2024 3:48 PM - oenm - Req Date changed from 12/16/2024 to 12/21/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223876","line":"1","part":"MNL12-C5Z-ICE-10K","qty":"1","price":"7365.97","uom":"EA","discount":"40.00","req_date":"2 weeks","branch":"1"},{"comp":"01","order":"223876","line":"4","part":"PROMOTION-LT-AFI","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-19 14:49:46.462 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.4251959305406, -111.903832975371, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.4251959305406, -111.903832975371, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2073784 second/s. 2024-11-19 14:50:19.743 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223903-11192024145019.txt === {"quote":"223903","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"BANDT","shiptoName":"B&T Arms","entry_date":"11-04-2024","cust_order_date":"11-04-2024","req_date":"12-16-2024","cust_po":"BMT55-C4Z-ICE-85","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Jack Gay","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"14:29","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Jack Gay","follow_phone":"941-739-6566","follow_email":"jack@afi-tools.com","pic_user":"oenm","total_amt":"6026.33","total_gp":"1463.50","total_gpm":"24.29","rev_type":"LT","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-04-2024","notes":[{"comp":"1","quote":"223903","line":"0","data":"11-04-2024 14:30 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223903","line":"1","part":"BMT55-C4Z-ICE-85","qty":"1","price":"5948.04","uom":"EA","discount":"40.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"223903","line":"2","part":"BMT55-C4X-ICE","qty":"1","price":"4095.86","uom":"EA","discount":"40.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"223903","line":"5","part":"PROMOTION-LT-AFI","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-19 14:50:26.452 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223903-11192024145026.txt === {"quote":"223903","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"BANDT","shiptoName":"B&T Arms","entry_date":"11-04-2024","cust_order_date":"11-04-2024","req_date":"12-16-2024","cust_po":"BMT55-C4Z-ICE-85","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Jack Gay","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"14:29","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Jack Gay","follow_phone":"941-739-6566","follow_email":"jack@afi-tools.com","pic_user":"oenm","total_amt":"6026.33","total_gp":"1463.50","total_gpm":"24.29","rev_type":"LT","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"223903","line":"0","data":"11-04-2024 14:30 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223903,"Line":0,"Comment":"11/19/2024 3:50 PM - oenm - F/U changed from 11/27/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223903,"Line":1,"Comment":"11/19/2024 3:50 PM - oenm - CLO changed from 12/04/2024 to 12/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223903","line":"1","part":"BMT55-C4Z-ICE-85","qty":"1","price":"5948.04","uom":"EA","discount":"40.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"223903","line":"2","part":"BMT55-C4X-ICE","qty":"1","price":"4095.86","uom":"EA","discount":"40.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"223903","line":"5","part":"PROMOTION-LT-AFI","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-19 14:50:32.641 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223903-11192024145032.txt === {"quote":"223903","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"BANDT","shiptoName":"B&T Arms","entry_date":"11-04-2024","cust_order_date":"11-04-2024","req_date":"12-21-2024","cust_po":"BMT55-C4Z-ICE-85","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Jack Gay","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"14:29","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Jack Gay","follow_phone":"941-739-6566","follow_email":"jack@afi-tools.com","pic_user":"oenm","total_amt":"6026.33","total_gp":"1463.50","total_gpm":"24.29","rev_type":"LT","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"223903","line":"0","data":"11-04-2024 14:30 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223903,"Line":0,"Comment":"11/19/2024 3:50 PM - oenm - F/U changed from 11/27/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223903,"Line":1,"Comment":"11/19/2024 3:50 PM - oenm - CLO changed from 12/04/2024 to 12/14/2024 (CLO Date Updated)"},{"comp":1,"quote":223903,"Line":2,"Comment":"11/19/2024 3:50 PM - oenm - Req Date changed from 12/16/2024 to 12/21/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223903","line":"1","part":"BMT55-C4Z-ICE-85","qty":"1","price":"5948.04","uom":"EA","discount":"40.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"223903","line":"2","part":"BMT55-C4X-ICE","qty":"1","price":"4095.86","uom":"EA","discount":"40.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"223903","line":"5","part":"PROMOTION-LT-AFI","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-19 14:50:45.567 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224040-11192024145045.txt === {"quote":"224040","customer":"16806","name":null,"customerName":"Premier Engineering LLC","comp":"01","open":"0","shipto":"AEROBLOO","shiptoName":"Aerotech Machining, Inc.","entry_date":"11-06-2024","cust_order_date":"11-06-2024","req_date":"12-18-2024","cust_po":"NCAT50 tooling","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"09:57","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Joey","follow_phone":"","follow_email":"Joet@aerotech.com","pic_user":"oenm","total_amt":"26802.0","total_gp":"14673.82","total_gpm":"54.75","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"81","win_pct":"20","clo_date":"12-06-2024","notes":[{"comp":"1","quote":"224040","line":"2","data":"11-06-2024 12:23 - Discounts Recalculated QS"},{"comp":"1","quote":"224040","line":"1","data":"month, looking for tooling Jan"},{"comp":"1","quote":"224040","line":"0","data":"11-06-2024 16:24-alyssaH machine coming end of"}],"crmnotes":[],"items":[{"comp":"01","order":"224040","line":"2","part":"NCAT50-HC0250-6.00SL","qty":"2","price":"1589.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224040","line":"3","part":"NCAT50-HC0375-6.00SL","qty":"2","price":"1589.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224040","line":"4","part":"NCAT50-HC0375-3.50","qty":"2","price":"924.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224040","line":"5","part":"NCAT50-HC0500-3.50","qty":"6","price":"924.00","uom":"EA","discount":"40.00","req_date":"2 Stk","branch":"1"},{"comp":"01","order":"224040","line":"6","part":"NCAT50-HC0500-5.00","qty":"6","price":"1023.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224040","line":"7","part":"NCAT50-HC0750-3.50","qty":"2","price":"924.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224040","line":"8","part":"NCAT50-HC0750-6.50","qty":"2","price":"1484.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224040","line":"9","part":"NCAT50-HC1000-3.50","qty":"2","price":"924.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224040","line":"12","part":"NC5007-0032-4.00G","qty":"6","price":"449.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224040","line":"13","part":"NC5007-0032-6.00G","qty":"6","price":"506.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224040","line":"14","part":"NC5007-0032-8.00G","qty":"6","price":"584.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224040","line":"15","part":"E32-SET-17(C)","qty":"2","price":"1632.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224040","line":"16","part":"E32-008","qty":"6","price":"52.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224040","line":"17","part":"E32-016(C)","qty":"6","price":"96.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224040","line":"18","part":"E32-024(C)","qty":"6","price":"96.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224040","line":"19","part":"E32-032(C)","qty":"6","price":"96.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224040","line":"20","part":"E32-048(C)","qty":"6","price":"96.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224040","line":"21","part":"TQW-HANDLE14X18","qty":"1","price":"53.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224040","line":"22","part":"TQW-E32-G","qty":"1","price":"153.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224040","line":"25","part":"NC5001-1000-4.00CP","qty":"1","price":"521.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224040","line":"26","part":"NC5001-0750-6.00CP","qty":"1","price":"523.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224040","line":"27","part":"NC5001-0750-8.00CP","qty":"1","price":"644.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224040","line":"28","part":"NC5001-1000-4.00CP","qty":"1","price":"521.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224040","line":"29","part":"NC5001-1000-6.00CP","qty":"1","price":"591.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":24}}] 2024-11-19 14:50:53.687 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224040-11192024145053.txt === {"quote":"224040","customer":"16806","name":null,"customerName":"Premier Engineering LLC","comp":"01","open":"0","shipto":"AEROBLOO","shiptoName":"Aerotech Machining, Inc.","entry_date":"11-06-2024","cust_order_date":"11-06-2024","req_date":"12-18-2024","cust_po":"NCAT50 tooling","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"09:57","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Joey","follow_phone":"","follow_email":"Joet@aerotech.com","pic_user":"oenm","total_amt":"26802.0","total_gp":"14673.82","total_gpm":"54.75","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"oenm","reason":"","totalQty":"81","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"224040","line":"2","data":"11-06-2024 12:23 - Discounts Recalculated QS"},{"comp":"1","quote":"224040","line":"1","data":"month, looking for tooling Jan"},{"comp":"1","quote":"224040","line":"0","data":"11-06-2024 16:24-alyssaH machine coming end of"}],"crmnotes":[{"comp":1,"quote":224040,"Line":0,"Comment":"11/19/2024 3:50 PM - oenm - F/U changed from 11/29/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224040,"Line":1,"Comment":"11/19/2024 3:50 PM - oenm - CLO changed from 12/06/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224040","line":"2","part":"NCAT50-HC0250-6.00SL","qty":"2","price":"1589.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224040","line":"3","part":"NCAT50-HC0375-6.00SL","qty":"2","price":"1589.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224040","line":"4","part":"NCAT50-HC0375-3.50","qty":"2","price":"924.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224040","line":"5","part":"NCAT50-HC0500-3.50","qty":"6","price":"924.00","uom":"EA","discount":"40.00","req_date":"2 Stk","branch":"1"},{"comp":"01","order":"224040","line":"6","part":"NCAT50-HC0500-5.00","qty":"6","price":"1023.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224040","line":"7","part":"NCAT50-HC0750-3.50","qty":"2","price":"924.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224040","line":"8","part":"NCAT50-HC0750-6.50","qty":"2","price":"1484.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224040","line":"9","part":"NCAT50-HC1000-3.50","qty":"2","price":"924.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224040","line":"12","part":"NC5007-0032-4.00G","qty":"6","price":"449.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224040","line":"13","part":"NC5007-0032-6.00G","qty":"6","price":"506.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224040","line":"14","part":"NC5007-0032-8.00G","qty":"6","price":"584.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224040","line":"15","part":"E32-SET-17(C)","qty":"2","price":"1632.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224040","line":"16","part":"E32-008","qty":"6","price":"52.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224040","line":"17","part":"E32-016(C)","qty":"6","price":"96.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224040","line":"18","part":"E32-024(C)","qty":"6","price":"96.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224040","line":"19","part":"E32-032(C)","qty":"6","price":"96.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224040","line":"20","part":"E32-048(C)","qty":"6","price":"96.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224040","line":"21","part":"TQW-HANDLE14X18","qty":"1","price":"53.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224040","line":"22","part":"TQW-E32-G","qty":"1","price":"153.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224040","line":"25","part":"NC5001-1000-4.00CP","qty":"1","price":"521.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224040","line":"26","part":"NC5001-0750-6.00CP","qty":"1","price":"523.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224040","line":"27","part":"NC5001-0750-8.00CP","qty":"1","price":"644.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224040","line":"28","part":"NC5001-1000-4.00CP","qty":"1","price":"521.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224040","line":"29","part":"NC5001-1000-6.00CP","qty":"1","price":"591.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":24}}] 2024-11-19 15:04:03.939 [INFO] In session is user: marii 2024-11-19 15:13:19.211 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223922-11192024151318.txt === {"quote":"223922","customer":"1720","name":null,"customerName":"DXP Enterprises, Inc. (Appl Spec)","comp":"01","open":"1","shipto":"TRESKE","shiptoName":"Treske Precision Machining Inc.","entry_date":"11-04-2024","cust_order_date":"12-04-2024","req_date":"12-16-2024","cust_po":"SPECIAL-TL-SF","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"16:20","extra":"","follow_up":"12-04-2024","web_id":"","follow_name":"Hunt Potter","follow_phone":"360-737-9811","follow_email":"hunt@1asi.com","pic_user":"bethw","total_amt":"21237.00","total_gp":"21237.00","total_gpm":"100.00","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"bethw","reason":"1","totalQty":"31","win_pct":"20","clo_date":"12-04-2024","notes":[{"comp":"1","quote":"223922","line":"5","data":"inadvertently uploaded wrong PO.. disregard."},{"comp":"1","quote":"223922","line":"4","data":"Hunt to have the quote updated. Sent to Purch team"},{"comp":"1","quote":"223922","line":"3","data":"11-07-2024 08:19-bethw: recvd revised drawing from"},{"comp":"1","quote":"223922","line":"2","data":"add NEW to QF or if continuation."},{"comp":"1","quote":"223922","line":"1","data":"HSK63. Sent info to Purch to ask if we should"},{"comp":"1","quote":"223922","line":"0","data":"11-18-2024 16:48-bethw: Recvd new RFQ for CAT40 &"}],"crmnotes":[{"comp":1,"quote":223922,"Line":0,"Comment":"11/13/2024 11:17 AM - bethw - Treske had some questions on the coolant hole size and it was determined that they are ok with 10.5-12mm . No price change per factory."},{"comp":1,"quote":223922,"Line":1,"Comment":"11/13/2024 11:17 AM - bethw - F/U changed from 11/10/2024 to 11/20/2024 (Follow Up In 1 Week)"},{"comp":1,"quote":223922,"Line":2,"Comment":"11/19/2024 3:13 PM - bethw - converted to SO# 995486 and to SO# 995496"}],"items":[{"comp":"01","order":"223922","line":"1","part":"SPECIAL-TL-SF","qty":"6","price":"792.00","uom":"EA","discount":"0.00","req_date":"see comments","branch":"1"},{"comp":"01","order":"223922","line":"2","part":"SPECIAL-TL-SF","qty":"10","price":"567.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"223922","line":"3","part":"SPECIAL-TL-SF","qty":"5","price":"927.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"223922","line":"4","part":"SPECIAL-TL-SF","qty":"10","price":"618.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223922","Line":"1","Company":"1","F_Line":"1","Comment":"P/N: CAT40-SF0750-9.00","Loc":"Y"},{"Quote":"223922","Line":"1","Company":"1","F_Line":"2","Comment":"CAT40 taper 3/4 shrink fit holder with 9.00 gauge","Loc":"Y"},{"Quote":"223922","Line":"1","Company":"1","F_Line":"3","Comment":"length in front of the flange . Drawings provided.","Loc":"Y"},{"Quote":"223922","Line":"3","Company":"1","F_Line":"1","Comment":"P/N: HSK63A-SF0750-9.00","Loc":"Y"},{"Quote":"223922","Line":"3","Company":"1","F_Line":"2","Comment":"HSK63A Taper 3/4 Shrink Fit Holder with 9.00 gauge","Loc":"Y"},{"Quote":"223922","Line":"3","Company":"1","F_Line":"3","Comment":"length in front of the flange. Drawings provided.","Loc":"Y"}],"qcomms":[{"Quote":"223922","Line":"0","Comment":"These are non-standard stock items and considered"},{"Quote":"223922","Line":"1","Comment":"specials. Once a PO has been issued these items"},{"Quote":"223922","Line":"2","Comment":"cannot be cancelled or returned."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-19 15:21:29.279 [INFO] [CreateClient] [jsoncustomer.php] [C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\FOXKAUKA.txt]: {"id":"FOXKAUKA","name":"FOX VALLEY TOOL & DIE PLANT # 1","address1":"2310 E MAIN STREET","address2":"","city":"KAUKAUNA","state":"WI","zip":"54130","country":"USA","discount_level":null,"date_opened":"","salesman":"JG","phone":"9207342573","cr_limit":"","Created":"11-19-2024","Segment":"EU","Lat":0.0,"Long":0.0,"Distance":"0","Territory":40,"web_id":1,"Type":"ST","Active":"Y","website":null,"UserId":"webadmin","JAS":"N","customer_email":"jenny@valleytool.net"} [{"json":{"results":"success","type":"customer"}}] 2024-11-19 15:31:58.363 [INFO] In session is user: fletcherp 2024-11-19 15:31:58.751 [INFO] In session is user: fletcherp 2024-11-19 15:31:59.166 [INFO] In session is user: fletcherp 2024-11-19 15:31:59.480 [INFO] In session is user: fletcherp 2024-11-19 15:31:59.888 [INFO] In session is user: fletcherp 2024-11-19 15:32:00.223 [INFO] In session is user: fletcherp 2024-11-19 15:32:00.673 [INFO] In session is user: fletcherp 2024-11-19 15:32:01.048 [INFO] In session is user: fletcherp 2024-11-19 15:32:01.468 [INFO] In session is user: fletcherp 2024-11-19 15:32:01.895 [INFO] In session is user: fletcherp 2024-11-19 15:32:02.311 [INFO] In session is user: fletcherp 2024-11-19 15:32:02.694 [INFO] In session is user: fletcherp 2024-11-19 15:32:03.131 [INFO] In session is user: fletcherp 2024-11-19 15:32:03.545 [INFO] In session is user: fletcherp 2024-11-19 15:32:03.963 [INFO] In session is user: fletcherp 2024-11-19 15:32:04.353 [INFO] In session is user: fletcherp 2024-11-19 15:32:04.790 [INFO] In session is user: fletcherp 2024-11-19 15:32:05.249 [INFO] In session is user: fletcherp 2024-11-19 15:32:05.653 [INFO] In session is user: fletcherp 2024-11-19 15:32:06.058 [INFO] In session is user: fletcherp 2024-11-19 15:32:06.488 [INFO] In session is user: fletcherp 2024-11-19 15:32:06.889 [INFO] In session is user: fletcherp 2024-11-19 15:32:07.331 [INFO] In session is user: fletcherp 2024-11-19 15:32:07.708 [INFO] In session is user: fletcherp 2024-11-19 15:32:08.110 [INFO] In session is user: fletcherp 2024-11-19 15:32:08.549 [INFO] In session is user: fletcherp 2024-11-19 15:32:08.933 [INFO] In session is user: fletcherp 2024-11-19 15:32:09.286 [INFO] In session is user: fletcherp 2024-11-19 15:32:09.701 [INFO] In session is user: fletcherp 2024-11-19 15:32:10.090 [INFO] In session is user: fletcherp 2024-11-19 15:32:10.502 [INFO] In session is user: fletcherp 2024-11-19 15:32:10.910 [INFO] In session is user: fletcherp 2024-11-19 15:32:11.289 [INFO] In session is user: fletcherp 2024-11-19 15:32:11.714 [INFO] In session is user: fletcherp 2024-11-19 15:32:12.098 [INFO] In session is user: fletcherp 2024-11-19 15:32:12.541 [INFO] In session is user: fletcherp 2024-11-19 15:32:12.965 [INFO] In session is user: fletcherp 2024-11-19 15:32:13.402 [INFO] In session is user: fletcherp 2024-11-19 15:32:13.803 [INFO] In session is user: fletcherp 2024-11-19 15:32:14.196 [INFO] In session is user: fletcherp 2024-11-19 15:32:14.637 [INFO] In session is user: fletcherp 2024-11-19 15:32:15.066 [INFO] In session is user: fletcherp 2024-11-19 15:32:15.474 [INFO] In session is user: fletcherp 2024-11-19 15:32:15.882 [INFO] In session is user: fletcherp 2024-11-19 15:32:15.984 [INFO] In session is user: fletcherp 2024-11-19 15:32:16.296 [INFO] In session is user: fletcherp 2024-11-19 15:32:16.668 [INFO] In session is user: fletcherp 2024-11-19 15:32:17.091 [INFO] In session is user: fletcherp 2024-11-19 15:32:17.445 [INFO] In session is user: fletcherp 2024-11-19 15:32:17.871 [INFO] In session is user: fletcherp 2024-11-19 15:32:18.347 [INFO] In session is user: fletcherp 2024-11-19 15:32:18.746 [INFO] In session is user: fletcherp 2024-11-19 15:32:19.256 [INFO] In session is user: fletcherp 2024-11-19 15:32:19.863 [INFO] In session is user: fletcherp 2024-11-19 15:32:20.332 [INFO] In session is user: fletcherp 2024-11-19 15:32:20.820 [INFO] In session is user: fletcherp 2024-11-19 15:32:21.266 [INFO] In session is user: fletcherp 2024-11-19 15:32:21.704 [INFO] In session is user: fletcherp 2024-11-19 15:32:22.120 [INFO] In session is user: fletcherp 2024-11-19 15:32:22.565 [INFO] In session is user: fletcherp 2024-11-19 15:32:22.970 [INFO] In session is user: fletcherp 2024-11-19 15:32:23.388 [INFO] In session is user: fletcherp 2024-11-19 15:32:23.883 [INFO] In session is user: fletcherp 2024-11-19 15:32:24.290 [INFO] In session is user: fletcherp 2024-11-19 15:32:24.743 [INFO] In session is user: fletcherp 2024-11-19 15:32:25.162 [INFO] In session is user: fletcherp 2024-11-19 15:32:25.586 [INFO] In session is user: fletcherp 2024-11-19 15:32:26.012 [INFO] In session is user: fletcherp 2024-11-19 15:32:26.457 [INFO] In session is user: fletcherp 2024-11-19 15:32:26.915 [INFO] In session is user: fletcherp 2024-11-19 15:32:27.294 [INFO] In session is user: fletcherp 2024-11-19 15:32:27.867 [INFO] In session is user: fletcherp 2024-11-19 15:32:28.299 [INFO] In session is user: fletcherp 2024-11-19 15:32:28.704 [INFO] In session is user: fletcherp 2024-11-19 15:32:29.112 [INFO] In session is user: fletcherp 2024-11-19 15:32:29.524 [INFO] In session is user: fletcherp 2024-11-19 15:32:29.990 [INFO] In session is user: fletcherp 2024-11-19 15:32:30.402 [INFO] In session is user: fletcherp 2024-11-19 15:32:30.805 [INFO] In session is user: fletcherp 2024-11-19 15:32:31.251 [INFO] In session is user: fletcherp 2024-11-19 15:32:31.707 [INFO] In session is user: fletcherp 2024-11-19 15:32:32.134 [INFO] In session is user: fletcherp 2024-11-19 15:32:32.870 [INFO] In session is user: fletcherp 2024-11-19 15:32:33.261 [INFO] In session is user: fletcherp 2024-11-19 15:32:33.693 [INFO] In session is user: fletcherp 2024-11-19 15:32:34.116 [INFO] In session is user: fletcherp 2024-11-19 15:32:34.520 [INFO] In session is user: fletcherp 2024-11-19 15:32:34.955 [INFO] In session is user: fletcherp 2024-11-19 15:32:35.323 [INFO] In session is user: fletcherp 2024-11-19 15:32:35.715 [INFO] In session is user: fletcherp 2024-11-19 15:32:36.114 [INFO] In session is user: fletcherp 2024-11-19 15:32:36.515 [INFO] In session is user: fletcherp 2024-11-19 15:32:36.950 [INFO] In session is user: fletcherp 2024-11-19 15:32:37.366 [INFO] In session is user: fletcherp 2024-11-19 15:32:37.791 [INFO] In session is user: fletcherp 2024-11-19 15:32:38.243 [INFO] In session is user: fletcherp 2024-11-19 15:32:38.677 [INFO] In session is user: fletcherp 2024-11-19 15:32:39.081 [INFO] In session is user: fletcherp 2024-11-19 15:32:39.537 [INFO] In session is user: fletcherp 2024-11-19 15:32:39.940 [INFO] In session is user: fletcherp 2024-11-19 15:32:40.401 [INFO] In session is user: fletcherp 2024-11-19 15:32:40.811 [INFO] In session is user: fletcherp 2024-11-19 15:32:41.227 [INFO] In session is user: fletcherp 2024-11-19 15:32:41.641 [INFO] In session is user: fletcherp 2024-11-19 15:32:42.084 [INFO] In session is user: fletcherp 2024-11-19 15:32:42.476 [INFO] In session is user: fletcherp 2024-11-19 15:32:42.883 [INFO] In session is user: fletcherp 2024-11-19 15:32:43.249 [INFO] In session is user: fletcherp 2024-11-19 15:32:43.636 [INFO] In session is user: fletcherp 2024-11-19 15:32:44.025 [INFO] In session is user: fletcherp 2024-11-19 15:32:44.409 [INFO] In session is user: fletcherp 2024-11-19 15:32:44.798 [INFO] In session is user: fletcherp 2024-11-19 15:32:45.270 [INFO] In session is user: fletcherp 2024-11-19 15:32:45.709 [INFO] In session is user: fletcherp 2024-11-19 15:32:46.106 [INFO] In session is user: fletcherp 2024-11-19 15:32:46.517 [INFO] In session is user: fletcherp 2024-11-19 15:32:46.926 [INFO] In session is user: fletcherp 2024-11-19 15:32:47.354 [INFO] In session is user: fletcherp 2024-11-19 15:32:47.781 [INFO] In session is user: fletcherp 2024-11-19 15:32:48.231 [INFO] In session is user: fletcherp 2024-11-19 15:32:48.668 [INFO] In session is user: fletcherp 2024-11-19 15:32:49.112 [INFO] In session is user: fletcherp 2024-11-19 15:32:49.519 [INFO] In session is user: fletcherp 2024-11-19 15:32:49.876 [INFO] In session is user: fletcherp 2024-11-19 15:32:50.361 [INFO] In session is user: fletcherp 2024-11-19 15:32:50.797 [INFO] In session is user: fletcherp 2024-11-19 15:32:51.214 [INFO] In session is user: fletcherp 2024-11-19 15:32:51.600 [INFO] In session is user: fletcherp 2024-11-19 15:32:52.003 [INFO] In session is user: fletcherp 2024-11-19 15:32:52.395 [INFO] In session is user: fletcherp 2024-11-19 15:32:52.800 [INFO] In session is user: fletcherp 2024-11-19 15:32:53.173 [INFO] In session is user: fletcherp 2024-11-19 15:32:53.585 [INFO] In session is user: fletcherp 2024-11-19 15:32:53.988 [INFO] In session is user: fletcherp 2024-11-19 15:32:54.345 [INFO] In session is user: fletcherp 2024-11-19 15:32:54.720 [INFO] In session is user: fletcherp 2024-11-19 15:32:55.126 [INFO] In session is user: fletcherp 2024-11-19 15:32:55.520 [INFO] In session is user: fletcherp 2024-11-19 15:32:55.943 [INFO] In session is user: fletcherp 2024-11-19 15:32:56.346 [INFO] In session is user: fletcherp 2024-11-19 15:32:56.764 [INFO] In session is user: fletcherp 2024-11-19 15:32:57.140 [INFO] In session is user: fletcherp 2024-11-19 15:32:57.533 [INFO] In session is user: fletcherp 2024-11-19 15:32:58.014 [INFO] In session is user: fletcherp 2024-11-19 15:32:58.442 [INFO] In session is user: fletcherp 2024-11-19 15:32:58.843 [INFO] In session is user: fletcherp 2024-11-19 15:32:59.255 [INFO] In session is user: fletcherp 2024-11-19 15:32:59.669 [INFO] In session is user: fletcherp 2024-11-19 15:33:00.079 [INFO] In session is user: fletcherp 2024-11-19 15:33:00.485 [INFO] In session is user: fletcherp 2024-11-19 15:33:00.964 [INFO] In session is user: fletcherp 2024-11-19 15:33:01.446 [INFO] In session is user: fletcherp 2024-11-19 15:33:02.005 [INFO] In session is user: fletcherp 2024-11-19 15:33:02.402 [INFO] In session is user: fletcherp 2024-11-19 15:33:02.865 [INFO] In session is user: fletcherp 2024-11-19 15:33:03.250 [INFO] In session is user: fletcherp 2024-11-19 15:33:03.659 [INFO] In session is user: fletcherp 2024-11-19 15:33:04.074 [INFO] In session is user: fletcherp 2024-11-19 15:33:04.809 [INFO] In session is user: fletcherp 2024-11-19 15:33:05.259 [INFO] In session is user: fletcherp 2024-11-19 15:33:05.665 [INFO] In session is user: fletcherp 2024-11-19 15:33:06.074 [INFO] In session is user: fletcherp 2024-11-19 15:33:06.510 [INFO] In session is user: fletcherp 2024-11-19 15:33:06.935 [INFO] In session is user: fletcherp 2024-11-19 15:33:07.337 [INFO] In session is user: fletcherp 2024-11-19 15:33:07.737 [INFO] In session is user: fletcherp 2024-11-19 15:33:08.115 [INFO] In session is user: fletcherp 2024-11-19 15:33:08.547 [INFO] In session is user: fletcherp 2024-11-19 15:33:08.934 [INFO] In session is user: fletcherp 2024-11-19 15:33:09.345 [INFO] In session is user: fletcherp 2024-11-19 15:33:09.754 [INFO] In session is user: fletcherp 2024-11-19 15:33:10.184 [INFO] In session is user: fletcherp 2024-11-19 15:33:10.580 [INFO] In session is user: fletcherp 2024-11-19 15:33:10.960 [INFO] In session is user: fletcherp 2024-11-19 15:33:11.342 [INFO] In session is user: fletcherp 2024-11-19 15:33:11.703 [INFO] In session is user: fletcherp 2024-11-19 15:33:12.159 [INFO] In session is user: fletcherp 2024-11-19 15:33:12.537 [INFO] In session is user: fletcherp 2024-11-19 15:33:12.924 [INFO] In session is user: fletcherp 2024-11-19 15:33:13.312 [INFO] In session is user: fletcherp 2024-11-19 15:33:13.687 [INFO] In session is user: fletcherp 2024-11-19 15:33:14.070 [INFO] In session is user: fletcherp 2024-11-19 15:33:14.456 [INFO] In session is user: fletcherp 2024-11-19 15:33:14.882 [INFO] In session is user: fletcherp 2024-11-19 15:33:15.290 [INFO] In session is user: fletcherp 2024-11-19 15:33:15.702 [INFO] In session is user: fletcherp 2024-11-19 15:33:16.177 [INFO] In session is user: fletcherp 2024-11-19 15:33:16.572 [INFO] In session is user: fletcherp 2024-11-19 15:33:16.966 [INFO] In session is user: fletcherp 2024-11-19 15:33:17.400 [INFO] In session is user: fletcherp 2024-11-19 15:33:17.838 [INFO] In session is user: fletcherp 2024-11-19 15:33:18.222 [INFO] In session is user: fletcherp 2024-11-19 15:33:18.646 [INFO] In session is user: fletcherp 2024-11-19 15:33:19.133 [INFO] In session is user: fletcherp 2024-11-19 15:33:19.538 [INFO] In session is user: fletcherp 2024-11-19 15:33:19.920 [INFO] In session is user: fletcherp 2024-11-19 15:33:20.299 [INFO] In session is user: fletcherp 2024-11-19 15:33:20.669 [INFO] In session is user: fletcherp 2024-11-19 15:33:21.093 [INFO] In session is user: fletcherp 2024-11-19 15:33:21.498 [INFO] In session is user: fletcherp 2024-11-19 15:33:21.880 [INFO] In session is user: fletcherp 2024-11-19 15:33:22.318 [INFO] In session is user: fletcherp 2024-11-19 15:33:22.745 [INFO] In session is user: fletcherp 2024-11-19 15:33:23.121 [INFO] In session is user: fletcherp 2024-11-19 15:33:23.533 [INFO] In session is user: fletcherp 2024-11-19 15:33:23.951 [INFO] In session is user: fletcherp 2024-11-19 15:33:24.324 [INFO] In session is user: fletcherp 2024-11-19 15:33:24.702 [INFO] In session is user: fletcherp 2024-11-19 15:33:25.083 [INFO] In session is user: fletcherp 2024-11-19 15:33:25.480 [INFO] In session is user: fletcherp 2024-11-19 15:33:25.889 [INFO] In session is user: fletcherp 2024-11-19 15:33:26.296 [INFO] In session is user: fletcherp 2024-11-19 15:33:26.689 [INFO] In session is user: fletcherp 2024-11-19 15:33:27.085 [INFO] In session is user: fletcherp 2024-11-19 15:33:27.455 [INFO] In session is user: fletcherp 2024-11-19 15:33:27.868 [INFO] In session is user: fletcherp 2024-11-19 15:33:28.262 [INFO] In session is user: fletcherp 2024-11-19 15:33:28.677 [INFO] In session is user: fletcherp 2024-11-19 15:33:29.094 [INFO] In session is user: fletcherp 2024-11-19 15:33:29.479 [INFO] In session is user: fletcherp 2024-11-19 15:33:29.881 [INFO] In session is user: fletcherp 2024-11-19 15:33:30.290 [INFO] In session is user: fletcherp 2024-11-19 15:33:30.725 [INFO] In session is user: fletcherp 2024-11-19 15:33:31.124 [INFO] In session is user: fletcherp 2024-11-19 15:33:31.534 [INFO] In session is user: fletcherp 2024-11-19 15:33:31.921 [INFO] In session is user: fletcherp 2024-11-19 15:33:32.309 [INFO] In session is user: fletcherp 2024-11-19 15:33:32.699 [INFO] In session is user: fletcherp 2024-11-19 15:33:33.151 [INFO] In session is user: fletcherp 2024-11-19 15:33:33.605 [INFO] In session is user: fletcherp 2024-11-19 15:33:34.003 [INFO] In session is user: fletcherp 2024-11-19 15:33:34.443 [INFO] In session is user: fletcherp 2024-11-19 15:33:34.896 [INFO] In session is user: fletcherp 2024-11-19 15:33:35.271 [INFO] In session is user: fletcherp 2024-11-19 15:33:35.669 [INFO] In session is user: fletcherp 2024-11-19 15:33:36.074 [INFO] In session is user: fletcherp 2024-11-19 15:33:36.481 [INFO] In session is user: fletcherp 2024-11-19 15:33:36.967 [INFO] In session is user: fletcherp 2024-11-19 15:33:37.323 [INFO] In session is user: fletcherp 2024-11-19 15:33:37.702 [INFO] In session is user: fletcherp 2024-11-19 15:33:38.094 [INFO] In session is user: fletcherp 2024-11-19 15:33:38.508 [INFO] In session is user: fletcherp 2024-11-19 15:33:38.913 [INFO] In session is user: fletcherp 2024-11-19 15:33:39.305 [INFO] In session is user: fletcherp 2024-11-19 15:33:39.707 [INFO] In session is user: fletcherp 2024-11-19 15:33:40.116 [INFO] In session is user: fletcherp 2024-11-19 15:33:40.527 [INFO] In session is user: fletcherp 2024-11-19 15:33:40.930 [INFO] In session is user: fletcherp 2024-11-19 15:33:41.364 [INFO] In session is user: fletcherp 2024-11-19 15:33:41.733 [INFO] In session is user: fletcherp 2024-11-19 15:33:42.160 [INFO] In session is user: fletcherp 2024-11-19 15:33:42.569 [INFO] In session is user: fletcherp 2024-11-19 15:33:42.942 [INFO] In session is user: fletcherp 2024-11-19 15:33:43.331 [INFO] In session is user: fletcherp 2024-11-19 15:33:43.734 [INFO] In session is user: fletcherp 2024-11-19 15:33:44.123 [INFO] In session is user: fletcherp 2024-11-19 15:33:44.550 [INFO] In session is user: fletcherp 2024-11-19 15:33:44.931 [INFO] In session is user: fletcherp 2024-11-19 15:33:45.344 [INFO] In session is user: fletcherp 2024-11-19 15:33:45.739 [INFO] In session is user: fletcherp 2024-11-19 15:33:46.186 [INFO] In session is user: fletcherp 2024-11-19 15:33:46.589 [INFO] In session is user: fletcherp 2024-11-19 15:33:46.956 [INFO] In session is user: fletcherp 2024-11-19 15:33:47.342 [INFO] In session is user: fletcherp 2024-11-19 15:33:47.719 [INFO] In session is user: fletcherp 2024-11-19 15:33:48.111 [INFO] In session is user: fletcherp 2024-11-19 15:33:48.488 [INFO] In session is user: fletcherp 2024-11-19 15:33:48.906 [INFO] In session is user: fletcherp 2024-11-19 15:33:49.419 [INFO] In session is user: fletcherp 2024-11-19 15:33:49.797 [INFO] In session is user: fletcherp 2024-11-19 15:33:50.260 [INFO] In session is user: fletcherp 2024-11-19 15:33:50.655 [INFO] In session is user: fletcherp 2024-11-19 15:33:51.070 [INFO] In session is user: fletcherp 2024-11-19 15:33:51.452 [INFO] In session is user: fletcherp 2024-11-19 15:33:51.867 [INFO] In session is user: fletcherp 2024-11-19 15:33:52.242 [INFO] In session is user: fletcherp 2024-11-19 15:33:52.607 [INFO] In session is user: fletcherp 2024-11-19 15:33:52.999 [INFO] In session is user: fletcherp 2024-11-19 15:33:53.380 [INFO] In session is user: fletcherp 2024-11-19 15:33:53.752 [INFO] In session is user: fletcherp 2024-11-19 15:33:54.115 [INFO] In session is user: fletcherp 2024-11-19 15:33:54.565 [INFO] In session is user: fletcherp 2024-11-19 15:33:54.949 [INFO] In session is user: fletcherp 2024-11-19 15:33:55.380 [INFO] In session is user: fletcherp 2024-11-19 15:33:55.835 [INFO] In session is user: fletcherp 2024-11-19 15:33:56.236 [INFO] In session is user: fletcherp 2024-11-19 15:33:56.660 [INFO] In session is user: fletcherp 2024-11-19 15:33:57.072 [INFO] In session is user: fletcherp 2024-11-19 15:33:57.489 [INFO] In session is user: fletcherp 2024-11-19 15:33:57.891 [INFO] In session is user: fletcherp 2024-11-19 15:33:58.289 [INFO] In session is user: fletcherp 2024-11-19 15:33:58.662 [INFO] In session is user: fletcherp 2024-11-19 15:33:59.092 [INFO] In session is user: fletcherp 2024-11-19 15:33:59.512 [INFO] In session is user: fletcherp 2024-11-19 15:33:59.891 [INFO] In session is user: fletcherp 2024-11-19 15:34:00.296 [INFO] In session is user: fletcherp 2024-11-19 15:34:00.721 [INFO] In session is user: fletcherp 2024-11-19 15:34:01.110 [INFO] In session is user: fletcherp 2024-11-19 15:34:01.530 [INFO] In session is user: fletcherp 2024-11-19 15:34:01.932 [INFO] In session is user: fletcherp 2024-11-19 15:34:02.322 [INFO] In session is user: fletcherp 2024-11-19 15:34:02.722 [INFO] In session is user: fletcherp 2024-11-19 15:34:03.120 [INFO] In session is user: fletcherp 2024-11-19 15:34:03.524 [INFO] In session is user: fletcherp 2024-11-19 15:34:03.906 [INFO] In session is user: fletcherp 2024-11-19 15:34:04.328 [INFO] In session is user: fletcherp 2024-11-19 15:34:04.730 [INFO] In session is user: fletcherp 2024-11-19 15:34:05.149 [INFO] In session is user: fletcherp 2024-11-19 15:34:05.551 [INFO] In session is user: fletcherp 2024-11-19 15:34:05.962 [INFO] In session is user: fletcherp 2024-11-19 15:34:06.361 [INFO] In session is user: fletcherp 2024-11-19 15:34:06.776 [INFO] In session is user: fletcherp 2024-11-19 15:34:07.193 [INFO] In session is user: fletcherp 2024-11-19 15:34:07.557 [INFO] In session is user: fletcherp 2024-11-19 15:34:07.983 [INFO] In session is user: fletcherp 2024-11-19 15:34:08.401 [INFO] In session is user: fletcherp 2024-11-19 15:34:08.838 [INFO] In session is user: fletcherp 2024-11-19 15:34:09.280 [INFO] In session is user: fletcherp 2024-11-19 15:34:09.741 [INFO] In session is user: fletcherp 2024-11-19 15:34:10.124 [INFO] In session is user: fletcherp 2024-11-19 15:34:10.544 [INFO] In session is user: fletcherp 2024-11-19 15:34:10.954 [INFO] In session is user: fletcherp 2024-11-19 15:34:11.367 [INFO] In session is user: fletcherp 2024-11-19 15:34:11.757 [INFO] In session is user: fletcherp 2024-11-19 15:34:12.174 [INFO] In session is user: fletcherp 2024-11-19 15:34:12.607 [INFO] In session is user: fletcherp 2024-11-19 15:34:13.024 [INFO] In session is user: fletcherp 2024-11-19 15:34:13.465 [INFO] In session is user: fletcherp 2024-11-19 15:34:13.876 [INFO] In session is user: fletcherp 2024-11-19 15:34:14.235 [INFO] In session is user: fletcherp 2024-11-19 15:34:14.644 [INFO] In session is user: fletcherp 2024-11-19 15:34:15.053 [INFO] In session is user: fletcherp 2024-11-19 15:34:15.472 [INFO] In session is user: fletcherp 2024-11-19 15:34:15.887 [INFO] In session is user: fletcherp 2024-11-19 15:34:16.292 [INFO] In session is user: fletcherp 2024-11-19 15:34:16.681 [INFO] In session is user: fletcherp 2024-11-19 15:34:17.047 [INFO] In session is user: fletcherp 2024-11-19 15:34:17.519 [INFO] In session is user: fletcherp 2024-11-19 15:34:17.925 [INFO] In session is user: fletcherp 2024-11-19 15:34:18.311 [INFO] In session is user: fletcherp 2024-11-19 15:34:18.721 [INFO] In session is user: fletcherp 2024-11-19 15:34:19.185 [INFO] In session is user: fletcherp 2024-11-19 15:34:19.565 [INFO] In session is user: fletcherp 2024-11-19 15:34:19.987 [INFO] In session is user: fletcherp 2024-11-19 15:34:20.387 [INFO] In session is user: fletcherp 2024-11-19 15:34:20.815 [INFO] In session is user: fletcherp 2024-11-19 15:34:21.228 [INFO] In session is user: fletcherp 2024-11-19 15:34:21.645 [INFO] In session is user: fletcherp 2024-11-19 15:34:22.047 [INFO] In session is user: fletcherp 2024-11-19 15:34:22.454 [INFO] In session is user: fletcherp 2024-11-19 15:34:22.840 [INFO] In session is user: fletcherp 2024-11-19 15:34:23.256 [INFO] In session is user: fletcherp 2024-11-19 15:34:23.641 [INFO] In session is user: fletcherp 2024-11-19 15:34:24.059 [INFO] In session is user: fletcherp 2024-11-19 15:34:24.447 [INFO] In session is user: fletcherp 2024-11-19 15:34:24.866 [INFO] In session is user: fletcherp 2024-11-19 15:34:25.244 [INFO] In session is user: fletcherp 2024-11-19 15:34:25.661 [INFO] In session is user: fletcherp 2024-11-19 15:34:26.150 [INFO] In session is user: fletcherp 2024-11-19 15:34:26.544 [INFO] In session is user: fletcherp 2024-11-19 15:34:26.964 [INFO] In session is user: fletcherp 2024-11-19 15:34:27.398 [INFO] In session is user: fletcherp 2024-11-19 15:34:27.781 [INFO] In session is user: fletcherp 2024-11-19 15:34:28.222 [INFO] In session is user: fletcherp 2024-11-19 15:34:28.594 [INFO] In session is user: fletcherp 2024-11-19 15:34:28.981 [INFO] In session is user: fletcherp 2024-11-19 15:34:29.394 [INFO] In session is user: fletcherp 2024-11-19 15:34:29.787 [INFO] In session is user: fletcherp 2024-11-19 15:34:30.234 [INFO] In session is user: fletcherp 2024-11-19 15:34:30.679 [INFO] In session is user: fletcherp 2024-11-19 15:34:31.355 [INFO] In session is user: fletcherp 2024-11-19 15:34:31.731 [INFO] In session is user: fletcherp 2024-11-19 15:34:32.149 [INFO] In session is user: fletcherp 2024-11-19 15:34:32.600 [INFO] In session is user: fletcherp 2024-11-19 15:34:33.071 [INFO] In session is user: fletcherp 2024-11-19 15:34:33.476 [INFO] In session is user: fletcherp 2024-11-19 15:34:33.927 [INFO] In session is user: fletcherp 2024-11-19 15:34:34.282 [INFO] In session is user: fletcherp 2024-11-19 15:34:34.657 [INFO] In session is user: fletcherp 2024-11-19 15:34:35.029 [INFO] In session is user: fletcherp 2024-11-19 15:34:35.416 [INFO] In session is user: fletcherp 2024-11-19 15:34:35.815 [INFO] In session is user: fletcherp 2024-11-19 15:34:36.239 [INFO] In session is user: fletcherp 2024-11-19 15:34:36.649 [INFO] In session is user: fletcherp 2024-11-19 15:34:37.051 [INFO] In session is user: fletcherp 2024-11-19 15:34:37.401 [INFO] In session is user: fletcherp 2024-11-19 15:34:37.821 [INFO] In session is user: fletcherp 2024-11-19 15:34:38.189 [INFO] In session is user: fletcherp 2024-11-19 15:34:38.594 [INFO] In session is user: fletcherp 2024-11-19 15:34:39.001 [INFO] In session is user: fletcherp 2024-11-19 15:34:39.382 [INFO] In session is user: fletcherp 2024-11-19 15:34:39.738 [INFO] In session is user: fletcherp 2024-11-19 15:34:40.234 [INFO] In session is user: fletcherp 2024-11-19 15:34:40.648 [INFO] In session is user: fletcherp 2024-11-19 15:34:41.056 [INFO] In session is user: fletcherp 2024-11-19 15:34:41.419 [INFO] In session is user: fletcherp 2024-11-19 15:34:41.814 [INFO] In session is user: fletcherp 2024-11-19 15:34:42.197 [INFO] In session is user: fletcherp 2024-11-19 15:34:42.589 [INFO] In session is user: fletcherp 2024-11-19 15:34:43.032 [INFO] In session is user: fletcherp 2024-11-19 15:34:43.484 [INFO] In session is user: fletcherp 2024-11-19 15:34:43.839 [INFO] In session is user: fletcherp 2024-11-19 15:34:44.219 [INFO] In session is user: fletcherp 2024-11-19 15:34:44.577 [INFO] In session is user: fletcherp 2024-11-19 15:34:44.957 [INFO] In session is user: fletcherp 2024-11-19 15:34:45.369 [INFO] In session is user: fletcherp 2024-11-19 15:34:45.928 [INFO] In session is user: fletcherp 2024-11-19 15:34:46.288 [INFO] In session is user: fletcherp 2024-11-19 15:34:46.680 [INFO] In session is user: fletcherp 2024-11-19 15:34:47.040 [INFO] In session is user: fletcherp 2024-11-19 15:34:47.433 [INFO] In session is user: fletcherp 2024-11-19 15:34:47.814 [INFO] In session is user: fletcherp 2024-11-19 15:34:48.200 [INFO] In session is user: fletcherp 2024-11-19 15:34:48.648 [INFO] In session is user: fletcherp 2024-11-19 15:34:49.051 [INFO] In session is user: fletcherp 2024-11-19 15:34:49.492 [INFO] In session is user: fletcherp 2024-11-19 15:34:49.870 [INFO] In session is user: fletcherp 2024-11-19 15:34:50.273 [INFO] In session is user: fletcherp 2024-11-19 15:34:50.693 [INFO] In session is user: fletcherp 2024-11-19 15:34:51.109 [INFO] In session is user: fletcherp 2024-11-19 15:34:51.581 [INFO] In session is user: fletcherp 2024-11-19 15:34:51.986 [INFO] In session is user: fletcherp 2024-11-19 15:34:52.425 [INFO] In session is user: fletcherp 2024-11-19 15:34:52.791 [INFO] In session is user: fletcherp 2024-11-19 15:34:53.153 [INFO] In session is user: fletcherp 2024-11-19 15:34:53.603 [INFO] In session is user: fletcherp 2024-11-19 15:34:54.128 [INFO] In session is user: fletcherp 2024-11-19 15:34:54.512 [INFO] In session is user: fletcherp 2024-11-19 16:20:55.053 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222974-11192024162054.txt === {"quote":"222974","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"ZIES","shiptoName":"Ziese Products","entry_date":"10-15-2024","cust_order_date":"11-15-2024","req_date":"11-26-2024","cust_po":"MZMP47-ER32Z-ICE","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"08:32","extra":"","follow_up":"11-15-2024","web_id":"","follow_name":"Angie","follow_phone":"317-375-7584","follow_email":"@","pic_user":"bethw","total_amt":"5956.8","total_gp":"2820.62","total_gpm":"47.35","rev_type":"LT","mod_date":"11-19-2024","mod_time":null,"mod_user":"bethw","reason":"2","totalQty":"2","win_pct":"20","clo_date":"11-15-2024","notes":[],"crmnotes":[{"comp":1,"quote":222974,"Line":0,"Comment":"11/15/2024 2:28 PM - bethw - This was quoted by someone out of Indianapolis, I sent a QFU to Darren Evans who is a MWS and has worked with Ziese Products. Asked him if he is interested in following up with the EU"},{"comp":1,"quote":222974,"Line":1,"Comment":"11/15/2024 2:28 PM - bethw - F/U changed from 11/15/2024 to 11/22/2024 (Follow Up In 1 Week)"},{"comp":1,"quote":222974,"Line":2,"Comment":"11/19/2024 4:20 PM - bethw - Ziese Products has many live tools at their facility. I have sent a few QFU but no response. Quote expired and closed."}],"items":[{"comp":"01","order":"222974","line":"1","part":"MZMP47-ER32Z-ICE","qty":"2","price":"4380.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-19 16:21:55.956 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223143-11192024162155.txt === {"quote":"223143","customer":"4490","name":null,"customerName":"Dixie Tool Crib","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-17-2024","cust_order_date":"11-17-2024","req_date":"11-28-2024","cust_po":"500-032","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"14:01","extra":"","follow_up":"11-17-2024","web_id":"","follow_name":"Jackie","follow_phone":"","follow_email":"@","pic_user":"bethw","total_amt":"24.5","total_gp":"17.55","total_gpm":"71.63","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"bethw","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-17-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223143","line":"1","part":"500-032","qty":"1","price":"35.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-19 16:24:24.303 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220793-11192024162424.txt === {"quote":"220793","customer":"4602","name":null,"customerName":"DGI Supply a DoAll Company (ON)","comp":"01","open":"1","shipto":"AAAADELT","shiptoName":"DGI Supply - Vancouver","entry_date":"08-27-2024","cust_order_date":"10-23-2024","req_date":"10-23-2024","cust_po":"NCAT40-NPU13-105U-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"FF","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"13:40","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Clifford Ho","follow_phone":"800-923-6255 x89340","follow_email":"cho@dgisupply.ca","pic_user":"bethw","total_amt":"15728.70","total_gp":"10100.77","total_gpm":"64.22","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"bethw","reason":"2","totalQty":"100","win_pct":"20","clo_date":"10-23-2024","notes":[{"comp":"1","quote":"220793","line":"12","data":"the coolant portion of the same quote."},{"comp":"1","quote":"220793","line":"11","data":"status. Also see Q# 220867 that Ron did for all"},{"comp":"1","quote":"220793","line":"10","data":"09-04-2024 14:54-bethw: sent Clifford a QFU for"},{"comp":"1","quote":"220793","line":"9","data":"\"SK\"."},{"comp":"1","quote":"220793","line":"8","data":"RESPONSE: Per Ken, no we are not up against the"},{"comp":"1","quote":"220793","line":"7","data":"who are they quoting against our SK ?"},{"comp":"1","quote":"220793","line":"6","data":"quote from another MFG. Sent SK videos and asked"},{"comp":"1","quote":"220793","line":"5","data":"for their new CNC. They have requested additional"},{"comp":"1","quote":"220793","line":"4","data":"RESPONSE: The customer has not made a decision yet"},{"comp":"1","quote":"220793","line":"3","data":"Ken for update."},{"comp":"1","quote":"220793","line":"2","data":"09-23-2024 09:52-bethw: Sent QFU to Clifford and"},{"comp":"1","quote":"220793","line":"1","data":"an update."},{"comp":"1","quote":"220793","line":"0","data":"10-10-2024 14:36-bethw: Sent another FU to Ken for"}],"crmnotes":[{"comp":1,"quote":220793,"Line":0,"Comment":"10/10/2024 4:53 PM - bethw - Sent Ken QFU.. His response is the customer has not made a decision as yet. They are waiting on the machine arrival. It is a Fed Govt account and they move at a different pace then most shops. Push out another 4 weeks."},{"comp":1,"quote":220793,"Line":1,"Comment":"10/10/2024 4:53 PM - bethw - F/U changed from 10/23/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220793,"Line":2,"Comment":"11/19/2024 4:24 PM - bethw - no further activity. This may be budget for another time. Quote expired and closed."}],"items":[{"comp":"01","order":"220793","line":"1","part":"NCAT40-NPU13-105U-IDU","qty":"6","price":"558.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220793","line":"2","part":"NPU13-SPAN","qty":"1","price":"26.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220793","line":"3","part":"NCAT40-SK25C-90U-IDU","qty":"6","price":"498.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220793","line":"4","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220793","line":"5","part":"SK25-25.4","qty":"1","price":"100.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220793","line":"6","part":"SK25-3/4A","qty":"1","price":"100.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220793","line":"7","part":"SK25-5/8A","qty":"1","price":"100.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220793","line":"8","part":"NCAT40-SK16C-60U-IDU","qty":"10","price":"442.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220793","line":"9","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220793","line":"10","part":"SK16-SET-09-A","qty":"1","price":"738.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220793","line":"11","part":"SK16-1/2A","qty":"2","price":"82.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220793","line":"12","part":"SK16-3/8A","qty":"2","price":"82.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220793","line":"13","part":"NCAT40-SK10C-60U-IDU","qty":"10","price":"408.00","uom":"EA","discount":"35.00","req_date":"ETA pending","branch":"1"},{"comp":"01","order":"220793","line":"14","part":"NCAT40-SK10C-90U-IDU","qty":"10","price":"414.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220793","line":"15","part":"SKL-10","qty":"1","price":"31.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220793","line":"16","part":"SK10-SET-05-A","qty":"1","price":"335.00","uom":"ST","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220793","line":"17","part":"SK10-1/4A","qty":"4","price":"67.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220793","line":"18","part":"SK10-1/8A","qty":"4","price":"67.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220793","line":"19","part":"C40R5-0562-2.84","qty":"2","price":"353.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220793","line":"20","part":"NT05-SET-10","qty":"1","price":"480.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220793","line":"21","part":"C40R5-0875-3.50","qty":"2","price":"363.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220793","line":"22","part":"NT10-SET-10","qty":"1","price":"750.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220793","line":"23","part":"C40-1500-EU","qty":"30","price":"40.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220793","line":"24","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":24}}] 2024-11-19 16:25:24.225 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223193-11192024162523.txt === {"quote":"223193","customer":"18685","name":null,"customerName":"AJ Rod Co., Inc.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-18-2024","cust_order_date":"11-18-2024","req_date":"11-29-2024","cust_po":"HSK63A-ER32-4.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"09:38","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Mike Blackwell","follow_phone":"(713) 921-6111","follow_email":"mblackwell@ajrodco.com","pic_user":"bethw","total_amt":"2200.08","total_gp":"1372.44","total_gpm":"62.38","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"bethw","reason":"5","totalQty":"9","win_pct":"20","clo_date":"11-18-2024","notes":[],"crmnotes":[{"comp":1,"quote":223193,"Line":0,"Comment":"11/19/2024 4:25 PM - bethw - Bass Tool recvd SO# 992952 for Tesla"}],"items":[{"comp":"01","order":"223193","line":"1","part":"HSK63A-ER32-4.00","qty":"4","price":"419.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223193","line":"3","part":"HSK63A-SK10C-105-IDU","qty":"4","price":"474.00","uom":"EA","discount":"37.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223193","line":"4","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-19 16:27:28.267 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223197-11192024162728.txt === {"quote":"223197","customer":"2180","name":null,"customerName":"Bass Tool & Supply Co.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-18-2024","cust_order_date":"11-18-2024","req_date":"11-29-2024","cust_po":"OK116-20200","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"09:54","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Steve Bowen","follow_phone":"713-682-1889 x5918","follow_email":"sbowen@basstool.com","pic_user":"bethw","total_amt":"229.5","total_gp":"168.85","total_gpm":"73.57","rev_type":"LT","mod_date":"11-19-2024","mod_time":null,"mod_user":"bethw","reason":"5","totalQty":"1","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"223197","line":"1","data":"from NY."},{"comp":"1","quote":"223197","line":"0","data":"10-18-2024 09:54-bethw: This customer called Bass"}],"crmnotes":[{"comp":1,"quote":223197,"Line":0,"Comment":"11/19/2024 4:27 PM - bethw - This was purchased through Robert E Morris. See SO# 992963. They likely asked Bass as Bass can sometimes go outside the area. The customer called Bass."}],"items":[{"comp":"01","order":"223197","line":"1","part":"OK116-20200","qty":"1","price":"270.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-19 16:31:37.086 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223205-11192024163136.txt === {"quote":"223205","customer":"4602","name":null,"customerName":"DGI Supply a DoAll Company (ON)","comp":"01","open":"1","shipto":"DIGSEDMO","shiptoName":"DGI Supply - Edmonton","entry_date":"10-18-2024","cust_order_date":"11-18-2024","req_date":"11-29-2024","cust_po":"HSK63A-HC0500-90","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"10:33","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Stuart Sharpe","follow_phone":"416-675-4672","follow_email":"ssharpe@dgisupply.ca","pic_user":"bethw","total_amt":"2428.02","total_gp":"1285.21","total_gpm":"52.93","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"bethw","reason":"4","totalQty":"5","win_pct":"20","clo_date":"11-18-2024","notes":[],"crmnotes":[{"comp":1,"quote":223205,"Line":0,"Comment":"11/19/2024 4:31 PM - bethw - Stuart asked for \"a new machine discount\" offered an extra 2% but not sure if this is not enough. I never received a reply. Quote expired and closed."}],"items":[{"comp":"01","order":"223205","line":"1","part":"HSK63A-HC0500-90","qty":"2","price":"769.00","uom":"EA","discount":"37.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223205","line":"2","part":"HSK63A-HC0375-85","qty":"2","price":"772.00","uom":"EA","discount":"37.00","req_date":"1 Stk 1 ETA pending","branch":"1"},{"comp":"01","order":"223205","line":"3","part":"HSK63A-HC0750-100","qty":"1","price":"772.00","uom":"EA","discount":"37.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-19 16:32:15.244 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223551-11192024163214.txt === {"quote":"223551","customer":"13330","name":null,"customerName":"Manufacturing Solutions of MN Inc.","comp":"01","open":"0","shipto":"RADL","shiptoName":"R&D Leverage","entry_date":"10-25-2024","cust_order_date":"10-25-2024","req_date":"12-06-2024","cust_po":"H40E-SF0250-3.15","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"35","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"17:00","extra":"","follow_up":"11-20-2024","web_id":"","follow_name":"Mark Marchant - KS locati","follow_phone":"816-585-4745","follow_email":"mark.marchant@shopmsi.com","pic_user":"rons","total_amt":"2647.92","total_gp":"1397.40","total_gpm":"52.77","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"15","win_pct":"20","clo_date":"11-25-2024","notes":[],"crmnotes":[{"comp":1,"quote":223551,"Line":0,"Comment":"10/28/2024 1:52 PM - rons - F/U changed from 10/31/2024 to 11/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":1,"Comment":"11/04/2024 1:52 PM - rons - F/U changed from 11/06/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":2,"Comment":"11/07/2024 10:06 AM - rons - F/U changed from 11/13/2024 to 11/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":3,"Comment":"11/08/2024 2:51 PM - rons - F/U changed from 11/08/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":4,"Comment":"11/11/2024 4:25 PM - rons - F/U changed from 11/11/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":5,"Comment":"11/13/2024 2:52 PM - rons - F/U changed from 11/13/2024 to 11/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":6,"Comment":"11/14/2024 4:39 PM - rons - F/U changed from 11/14/2024 to 11/19/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223551","line":"1","part":"H40E-SF0250-3.15","qty":"2","price":"242.00","uom":"EA","discount":"34.00","req_date":"1 STOCK + TBD","branch":"1"},{"comp":"01","order":"223551","line":"3","part":"H40E-SF0125-3.15","qty":"7","price":"326.00","uom":"EA","discount":"34.00","req_date":"3 STOCK + TBD","branch":"1"},{"comp":"01","order":"223551","line":"5","part":"H40E-SF0187-2.36","qty":"1","price":"326.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223551","line":"7","part":"H40E-SF0375-3.15","qty":"1","price":"264.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223551","line":"12","part":"H40E-SF4-70","qty":"2","price":"328.00","uom":"EA","discount":"34.00","req_date":"5-6 WEEKS","branch":"1"},{"comp":"01","order":"223551","line":"14","part":"H40E-SF6-80","qty":"2","price":"0.00","uom":"EA","discount":"34.00","req_date":"TBD","branch":"1"}],"qlines":[{"Quote":"223551","Line":"14","Company":"1","F_Line":"1","Comment":"WAITING ON PRICING & DELIVERY FROM FACTORY","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-19 16:32:29.078 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223210-11192024163228.txt === {"quote":"223210","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"1","shipto":"PTSOKLAO","shiptoName":"PTSolutions - Oklahoma City","entry_date":"10-18-2024","cust_order_date":"11-18-2024","req_date":"11-29-2024","cust_po":"W1000-TC2-4.02(C)","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"10:55","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Kristine Myers","follow_phone":"405-235-2621 x1429","follow_email":"kmyers@pts-tools.com","pic_user":"bethw","total_amt":"766.92","total_gp":"403.69","total_gpm":"52.64","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"bethw","reason":"2","totalQty":"2","win_pct":"20","clo_date":"11-18-2024","notes":[],"crmnotes":[{"comp":1,"quote":223210,"Line":0,"Comment":"11/19/2024 4:32 PM - bethw - no activity in area, quote expired and is closed."}],"items":[{"comp":"01","order":"223210","line":"1","part":"W1000-TC2-4.02(C)","qty":"1","price":"549.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223210","line":"2","part":"W1205-0875-4.02(C)","qty":"1","price":"613.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-19 16:42:26.524 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223971-11192024164226.txt === {"quote":"223971","customer":"19948","name":null,"customerName":"Sussex Tool & Supply Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-05-2024","cust_order_date":"11-05-2024","req_date":"12-17-2024","cust_po":"520-025","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"40","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"13:36","extra":"","follow_up":"11-19-2024","web_id":"","follow_name":"Rick Billings","follow_phone":"262-251-4020","follow_email":"rick@sussextool.com","pic_user":"rons","total_amt":"245.0","total_gp":"169.58","total_gpm":"69.22","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"10","win_pct":"20","clo_date":"12-05-2024","notes":[{"comp":"1","quote":"223971","line":"4","data":"quantity break pricing..."},{"comp":"1","quote":"223971","line":"3","data":"sending quote with additional 5% per 5C collet"},{"comp":"1","quote":"223971","line":"2","data":"said hey let me email this over, might be easier;"},{"comp":"1","quote":"223971","line":"1","data":"11-05-2024 13:42-rons: Rick called in and then"},{"comp":"1","quote":"223971","line":"0","data":"11-05-2024 14:13-rons: shipping to Illinois"}],"crmnotes":[{"comp":1,"quote":223971,"Line":0,"Comment":"11/08/2024 3:05 PM - rons - F/U changed from 11/11/2024 to 11/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223971,"Line":1,"Comment":"11/12/2024 10:05 AM - rons - DXP also quoting this..."}],"items":[{"comp":"01","order":"223971","line":"1","part":"520-025","qty":"2","price":"35.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223971","line":"2","part":"520-020","qty":"2","price":"35.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223971","line":"3","part":"520-017","qty":"2","price":"35.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223971","line":"4","part":"520-015","qty":"2","price":"35.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223971","line":"5","part":"520-012","qty":"2","price":"35.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-19 16:42:56.680 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223971-11192024164256.txt === {"quote":"223971","customer":"19948","name":null,"customerName":"Sussex Tool & Supply Inc.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"11-05-2024","cust_order_date":"11-05-2024","req_date":"12-17-2024","cust_po":"520-025","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"40","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"13:36","extra":"","follow_up":"11-19-2024","web_id":"","follow_name":"Rick Billings","follow_phone":"262-251-4020","follow_email":"rick@sussextool.com","pic_user":"rons","total_amt":"245.0","total_gp":"169.58","total_gpm":"69.22","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"rons","reason":"5","totalQty":"10","win_pct":"20","clo_date":"12-05-2024","notes":[{"comp":"1","quote":"223971","line":"4","data":"quantity break pricing..."},{"comp":"1","quote":"223971","line":"3","data":"sending quote with additional 5% per 5C collet"},{"comp":"1","quote":"223971","line":"2","data":"said hey let me email this over, might be easier;"},{"comp":"1","quote":"223971","line":"1","data":"11-05-2024 13:42-rons: Rick called in and then"},{"comp":"1","quote":"223971","line":"0","data":"11-05-2024 14:13-rons: shipping to Illinois"}],"crmnotes":[{"comp":1,"quote":223971,"Line":0,"Comment":"11/08/2024 3:05 PM - rons - F/U changed from 11/11/2024 to 11/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223971,"Line":1,"Comment":"11/12/2024 10:05 AM - rons - DXP also quoting this..."},{"comp":1,"quote":223971,"Line":2,"Comment":"11/19/2024 4:42 PM - rons - F/U changed from 11/27/2024 to 11/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223971,"Line":3,"Comment":"11/19/2024 4:42 PM - rons - PTSolutions received order..."}],"items":[{"comp":"01","order":"223971","line":"1","part":"520-025","qty":"2","price":"35.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223971","line":"2","part":"520-020","qty":"2","price":"35.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223971","line":"3","part":"520-017","qty":"2","price":"35.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223971","line":"4","part":"520-015","qty":"2","price":"35.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223971","line":"5","part":"520-012","qty":"2","price":"35.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-19 16:45:39.430 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224241-11192024164539.txt === {"quote":"224241","customer":"2325","name":null,"customerName":"BlackHawk Industrial - Base Camp","comp":"01","open":"0","shipto":"BLACKENT","shiptoName":"BlackHawk Industrial - Seattle","entry_date":"11-11-2024","cust_order_date":"11-11-2024","req_date":"12-23-2024","cust_po":"B4007-0011-4.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"13:20","extra":"","follow_up":"11-19-2024","web_id":"","follow_name":"Accounts Payable","follow_phone":"","follow_email":"aphelp@blackhawkid.com","pic_user":"rons","total_amt":"111.78","total_gp":"60.06","total_gpm":"53.73","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-11-2024","notes":[],"crmnotes":[{"comp":1,"quote":224241,"Line":0,"Comment":"11/11/2024 4:36 PM - rons - F/U changed from 11/17/2024 to 11/27/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224241","line":"1","part":"B4007-0011-4.00","qty":"1","price":"207.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-19 17:31:30.048 [INFO] In session is user: fletcherp 2024-11-19 17:31:30.615 [INFO] In session is user: fletcherp 2024-11-19 17:31:31.073 [INFO] In session is user: fletcherp 2024-11-19 17:31:31.476 [INFO] In session is user: fletcherp 2024-11-19 17:31:31.886 [INFO] In session is user: fletcherp 2024-11-19 17:31:32.384 [INFO] In session is user: fletcherp 2024-11-19 17:31:32.849 [INFO] In session is user: fletcherp 2024-11-19 17:31:33.467 [INFO] In session is user: fletcherp 2024-11-19 17:31:34.058 [INFO] In session is user: fletcherp 2024-11-19 17:31:34.563 [INFO] In session is user: fletcherp 2024-11-19 17:31:35.113 [INFO] In session is user: fletcherp 2024-11-19 17:31:35.594 [INFO] In session is user: fletcherp 2024-11-19 17:31:36.183 [INFO] In session is user: fletcherp 2024-11-19 17:31:36.664 [INFO] In session is user: fletcherp 2024-11-19 17:31:37.209 [INFO] In session is user: fletcherp 2024-11-19 17:31:37.726 [INFO] In session is user: fletcherp 2024-11-19 17:31:38.194 [INFO] In session is user: fletcherp 2024-11-19 17:31:38.655 [INFO] In session is user: fletcherp 2024-11-19 17:31:39.118 [INFO] In session is user: fletcherp 2024-11-19 17:31:39.532 [INFO] In session is user: fletcherp 2024-11-19 17:31:40.009 [INFO] In session is user: fletcherp 2024-11-19 17:31:40.452 [INFO] In session is user: fletcherp 2024-11-19 17:31:40.895 [INFO] In session is user: fletcherp 2024-11-19 17:31:41.475 [INFO] In session is user: fletcherp 2024-11-19 17:31:41.928 [INFO] In session is user: fletcherp 2024-11-19 17:31:42.365 [INFO] In session is user: fletcherp 2024-11-19 17:31:42.822 [INFO] In session is user: fletcherp 2024-11-19 17:31:43.255 [INFO] In session is user: fletcherp 2024-11-19 17:31:43.685 [INFO] In session is user: fletcherp 2024-11-19 17:31:44.124 [INFO] In session is user: fletcherp 2024-11-19 17:31:44.511 [INFO] In session is user: fletcherp 2024-11-19 17:31:44.955 [INFO] In session is user: fletcherp 2024-11-19 17:31:45.374 [INFO] In session is user: fletcherp 2024-11-19 17:31:45.761 [INFO] In session is user: fletcherp 2024-11-19 17:31:46.187 [INFO] In session is user: fletcherp 2024-11-19 17:31:46.614 [INFO] In session is user: fletcherp 2024-11-19 17:31:47.029 [INFO] In session is user: fletcherp 2024-11-19 17:31:47.458 [INFO] In session is user: fletcherp 2024-11-19 17:31:47.850 [INFO] In session is user: fletcherp 2024-11-19 17:31:48.278 [INFO] In session is user: fletcherp 2024-11-19 17:31:48.681 [INFO] In session is user: fletcherp 2024-11-19 17:31:49.096 [INFO] In session is user: fletcherp 2024-11-19 17:31:49.520 [INFO] In session is user: fletcherp 2024-11-19 17:31:50.120 [INFO] In session is user: fletcherp 2024-11-19 17:31:50.561 [INFO] In session is user: fletcherp 2024-11-19 17:31:51.025 [INFO] In session is user: fletcherp 2024-11-19 17:31:51.487 [INFO] In session is user: fletcherp 2024-11-19 17:31:51.905 [INFO] In session is user: fletcherp 2024-11-19 17:31:52.270 [INFO] In session is user: fletcherp 2024-11-19 17:31:52.738 [INFO] In session is user: fletcherp 2024-11-19 17:31:53.127 [INFO] In session is user: fletcherp 2024-11-19 17:31:53.579 [INFO] In session is user: fletcherp 2024-11-19 17:31:54.010 [INFO] In session is user: fletcherp 2024-11-19 17:31:54.444 [INFO] In session is user: fletcherp 2024-11-19 17:31:54.874 [INFO] In session is user: fletcherp 2024-11-19 17:31:55.284 [INFO] In session is user: fletcherp 2024-11-19 17:31:55.688 [INFO] In session is user: fletcherp 2024-11-19 17:31:56.127 [INFO] In session is user: fletcherp 2024-11-19 17:31:56.573 [INFO] In session is user: fletcherp 2024-11-19 17:31:57.005 [INFO] In session is user: fletcherp 2024-11-19 17:31:57.455 [INFO] In session is user: fletcherp 2024-11-19 17:31:57.860 [INFO] In session is user: fletcherp 2024-11-19 17:31:58.291 [INFO] In session is user: fletcherp 2024-11-19 17:31:58.665 [INFO] In session is user: fletcherp 2024-11-19 17:31:59.099 [INFO] In session is user: fletcherp 2024-11-19 17:31:59.545 [INFO] In session is user: fletcherp 2024-11-19 17:32:00.002 [INFO] In session is user: fletcherp 2024-11-19 17:32:00.429 [INFO] In session is user: fletcherp 2024-11-19 17:32:00.857 [INFO] In session is user: fletcherp 2024-11-19 17:32:01.242 [INFO] In session is user: fletcherp 2024-11-19 17:32:01.683 [INFO] In session is user: fletcherp 2024-11-19 17:32:02.144 [INFO] In session is user: fletcherp 2024-11-19 17:32:02.603 [INFO] In session is user: fletcherp 2024-11-19 17:32:03.048 [INFO] In session is user: fletcherp 2024-11-19 17:32:03.477 [INFO] In session is user: fletcherp 2024-11-19 17:32:04.065 [INFO] In session is user: fletcherp 2024-11-19 17:32:04.487 [INFO] In session is user: fletcherp 2024-11-19 17:32:04.897 [INFO] In session is user: fletcherp 2024-11-19 17:32:05.293 [INFO] In session is user: fletcherp 2024-11-19 17:32:05.721 [INFO] In session is user: fletcherp 2024-11-19 17:32:06.115 [INFO] In session is user: fletcherp 2024-11-19 17:32:06.541 [INFO] In session is user: fletcherp 2024-11-19 17:32:06.959 [INFO] In session is user: fletcherp 2024-11-19 17:32:07.371 [INFO] In session is user: fletcherp 2024-11-19 17:32:07.792 [INFO] In session is user: fletcherp 2024-11-19 17:32:08.203 [INFO] In session is user: fletcherp 2024-11-19 17:32:08.650 [INFO] In session is user: fletcherp 2024-11-19 17:32:09.067 [INFO] In session is user: fletcherp 2024-11-19 17:32:09.451 [INFO] In session is user: fletcherp 2024-11-19 17:32:09.828 [INFO] In session is user: fletcherp 2024-11-19 17:32:10.249 [INFO] In session is user: fletcherp 2024-11-19 17:32:10.673 [INFO] In session is user: fletcherp 2024-11-19 17:32:11.119 [INFO] In session is user: fletcherp 2024-11-19 17:32:11.522 [INFO] In session is user: fletcherp 2024-11-19 17:32:11.918 [INFO] In session is user: fletcherp 2024-11-19 17:32:12.334 [INFO] In session is user: fletcherp 2024-11-19 17:32:12.842 [INFO] In session is user: fletcherp 2024-11-19 17:32:13.244 [INFO] In session is user: fletcherp 2024-11-19 17:32:13.648 [INFO] In session is user: fletcherp 2024-11-19 17:32:14.060 [INFO] In session is user: fletcherp 2024-11-19 17:32:14.448 [INFO] In session is user: fletcherp 2024-11-19 17:32:14.838 [INFO] In session is user: fletcherp 2024-11-19 17:32:15.278 [INFO] In session is user: fletcherp 2024-11-19 17:32:15.722 [INFO] In session is user: fletcherp 2024-11-19 17:32:16.161 [INFO] In session is user: fletcherp 2024-11-19 17:32:16.573 [INFO] In session is user: fletcherp 2024-11-19 17:32:16.975 [INFO] In session is user: fletcherp 2024-11-19 17:32:17.408 [INFO] In session is user: fletcherp 2024-11-19 17:32:17.856 [INFO] In session is user: fletcherp 2024-11-19 17:32:18.265 [INFO] In session is user: fletcherp 2024-11-19 17:32:18.651 [INFO] In session is user: fletcherp 2024-11-19 17:32:19.082 [INFO] In session is user: fletcherp 2024-11-19 17:32:19.488 [INFO] In session is user: fletcherp 2024-11-19 17:32:19.889 [INFO] In session is user: fletcherp 2024-11-19 17:32:20.266 [INFO] In session is user: fletcherp 2024-11-19 17:32:20.614 [INFO] In session is user: fletcherp 2024-11-19 17:32:21.354 [INFO] In session is user: fletcherp 2024-11-19 17:32:21.854 [INFO] In session is user: fletcherp 2024-11-19 17:32:22.227 [INFO] In session is user: fletcherp 2024-11-19 17:32:22.667 [INFO] In session is user: fletcherp 2024-11-19 17:32:23.147 [INFO] In session is user: fletcherp 2024-11-19 17:32:23.567 [INFO] In session is user: fletcherp 2024-11-19 17:32:23.916 [INFO] In session is user: fletcherp 2024-11-19 17:32:24.267 [INFO] In session is user: fletcherp 2024-11-19 17:32:24.680 [INFO] In session is user: fletcherp 2024-11-19 17:32:25.064 [INFO] In session is user: fletcherp 2024-11-19 17:32:25.424 [INFO] In session is user: fletcherp 2024-11-19 17:32:25.805 [INFO] In session is user: fletcherp 2024-11-19 17:32:26.181 [INFO] In session is user: fletcherp 2024-11-19 17:32:26.606 [INFO] In session is user: fletcherp 2024-11-19 17:32:27.009 [INFO] In session is user: fletcherp 2024-11-19 17:32:27.414 [INFO] In session is user: fletcherp 2024-11-19 17:32:28.066 [INFO] In session is user: fletcherp 2024-11-19 17:32:28.464 [INFO] In session is user: fletcherp 2024-11-19 17:32:28.870 [INFO] In session is user: fletcherp 2024-11-19 17:32:29.274 [INFO] In session is user: fletcherp 2024-11-19 17:32:29.704 [INFO] In session is user: fletcherp 2024-11-19 17:32:30.130 [INFO] In session is user: fletcherp 2024-11-19 17:32:30.546 [INFO] In session is user: fletcherp 2024-11-19 17:32:30.935 [INFO] In session is user: fletcherp 2024-11-19 17:32:31.306 [INFO] In session is user: fletcherp 2024-11-19 17:32:31.696 [INFO] In session is user: fletcherp 2024-11-19 17:32:32.127 [INFO] In session is user: fletcherp 2024-11-19 17:32:32.507 [INFO] In session is user: fletcherp 2024-11-19 17:32:32.909 [INFO] In session is user: fletcherp 2024-11-19 17:32:33.335 [INFO] In session is user: fletcherp 2024-11-19 17:32:33.733 [INFO] In session is user: fletcherp 2024-11-19 17:32:34.148 [INFO] In session is user: fletcherp 2024-11-19 17:32:34.574 [INFO] In session is user: fletcherp 2024-11-19 17:32:35.002 [INFO] In session is user: fletcherp 2024-11-19 17:32:35.424 [INFO] In session is user: fletcherp 2024-11-19 17:32:35.925 [INFO] In session is user: fletcherp 2024-11-19 17:32:36.341 [INFO] In session is user: fletcherp 2024-11-19 17:32:36.742 [INFO] In session is user: fletcherp 2024-11-19 17:32:37.161 [INFO] In session is user: fletcherp 2024-11-19 17:32:37.536 [INFO] In session is user: fletcherp 2024-11-19 17:32:37.926 [INFO] In session is user: fletcherp 2024-11-19 17:32:38.275 [INFO] In session is user: fletcherp 2024-11-19 17:32:38.703 [INFO] In session is user: fletcherp 2024-11-19 17:32:39.124 [INFO] In session is user: fletcherp 2024-11-19 17:32:39.555 [INFO] In session is user: fletcherp 2024-11-19 17:32:40.003 [INFO] In session is user: fletcherp 2024-11-19 17:32:40.449 [INFO] In session is user: fletcherp 2024-11-19 17:32:40.900 [INFO] In session is user: fletcherp 2024-11-19 17:32:41.340 [INFO] In session is user: fletcherp 2024-11-19 17:32:41.762 [INFO] In session is user: fletcherp 2024-11-19 17:32:42.201 [INFO] In session is user: fletcherp 2024-11-19 17:32:42.661 [INFO] In session is user: fletcherp 2024-11-19 17:32:43.102 [INFO] In session is user: fletcherp 2024-11-19 17:32:43.552 [INFO] In session is user: fletcherp 2024-11-19 17:32:44.029 [INFO] In session is user: fletcherp 2024-11-19 17:32:44.824 [INFO] In session is user: fletcherp 2024-11-19 17:32:45.272 [INFO] In session is user: fletcherp 2024-11-19 17:32:45.764 [INFO] In session is user: fletcherp 2024-11-19 17:32:46.216 [INFO] In session is user: fletcherp 2024-11-19 17:32:46.674 [INFO] In session is user: fletcherp 2024-11-19 17:32:47.094 [INFO] In session is user: fletcherp 2024-11-19 17:32:47.531 [INFO] In session is user: fletcherp 2024-11-19 21:10:17.522 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222015-11192024211017.txt === {"quote":"222015","customer":"20039","name":null,"customerName":"T&S Tool & Supply Co.","comp":"01","open":"1","shipto":"NPRRTVXZ","shiptoName":"T&S Tool & Supply Company","entry_date":"09-24-2024","cust_order_date":"09-24-2024","req_date":"11-05-2024","cust_po":"Live Tooling Package","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"NC","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Jamie D. Thomas","drop_po":"","status":"0","user":"mirandag","conv_order":"","time":"14:07","extra":"","follow_up":"09-30-2024","web_id":"","follow_name":"Jamie D. Thomas","follow_phone":"","follow_email":"Jamie@tstool.com","pic_user":"danas","total_amt":"135615.00","total_gp":"135615.00","total_gpm":"100.00","rev_type":"LT","mod_date":"11-19-2024","mod_time":null,"mod_user":"danas","reason":"2","totalQty":"14","win_pct":"20","clo_date":"10-24-2024","notes":[{"comp":"1","quote":"222015","line":"0","data":"09-24-2024 14:09 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222015,"Line":0,"Comment":"11/19/2024 10:10 PM - danas - Spoke w/ Jamie Thomas again and the project went silent. Could not tell me end user."}],"items":[{"comp":"01","order":"222015","line":"1","part":"SPECIAL-LV-MI","qty":"1","price":"16230.00","uom":"EA","discount":"0.00","req_date":"See Below:","branch":"1"},{"comp":"01","order":"222015","line":"2","part":"SPECIAL-LV-MI","qty":"2","price":"11630.00","uom":"EA","discount":"0.00","req_date":"See Below:","branch":"1"},{"comp":"01","order":"222015","line":"3","part":"SPECIAL-LV-MI","qty":"1","price":"17970.00","uom":"EA","discount":"0.00","req_date":"See Below:","branch":"1"},{"comp":"01","order":"222015","line":"4","part":"SPECIAL-LV-MI","qty":"2","price":"13730.00","uom":"EA","discount":"0.00","req_date":"See Below:","branch":"1"},{"comp":"01","order":"222015","line":"6","part":"SPECIAL-LV-MI","qty":"1","price":"10730.00","uom":"EA","discount":"0.00","req_date":"See Below:","branch":"1"},{"comp":"01","order":"222015","line":"7","part":"SPECIAL-LV-MI","qty":"2","price":"8945.00","uom":"EA","discount":"0.00","req_date":"See Below:","branch":"1"},{"comp":"01","order":"222015","line":"8","part":"SPECIAL-LV-MI","qty":"1","price":"7965.00","uom":"EA","discount":"0.00","req_date":"See Below:","branch":"1"},{"comp":"01","order":"222015","line":"9","part":"SPECIAL-LV-MI","qty":"2","price":"6455.00","uom":"EA","discount":"0.00","req_date":"See Below:","branch":"1"},{"comp":"01","order":"222015","line":"10","part":"SPECIAL-LV-MI","qty":"1","price":"600.00","uom":"EA","discount":"0.00","req_date":"1-2 Weeks","branch":"1"},{"comp":"01","order":"222015","line":"11","part":"SPECIAL-LV-MI","qty":"1","price":"600.00","uom":"EA","discount":"0.00","req_date":"1-2 Weeks","branch":"1"}],"qlines":[{"Quote":"222015","Line":"1","Company":"1","F_Line":"1","Comment":"Angle Unit i=1:1 VDI 50 Mazak CT-4500 MI-63 IC","Loc":"Y"},{"Quote":"222015","Line":"1","Company":"1","F_Line":"2","Comment":"90Degree Angle Version","Loc":"Y"},{"Quote":"222015","Line":"1","Company":"1","F_Line":"3","Comment":"Delivery: 2 Weeks Design 14 Weeks After Signed Drawing","Loc":"Y"},{"Quote":"222015","Line":"1","Company":"1","F_Line":"4","Comment":"Approval","Loc":"Y"},{"Quote":"222015","Line":"2","Company":"1","F_Line":"1","Comment":"Angle Unit i=1:1 VDI 50 Mazak CT-4500 MI-63 IC","Loc":"Y"},{"Quote":"222015","Line":"2","Company":"1","F_Line":"2","Comment":"90Degree Angle Version","Loc":"Y"},{"Quote":"222015","Line":"2","Company":"1","F_Line":"3","Comment":"Delivery: 2 Weeks Design 14 Weeks After Signed Drawing","Loc":"Y"},{"Quote":"222015","Line":"2","Company":"1","F_Line":"4","Comment":"Approval","Loc":"Y"},{"Quote":"222015","Line":"3","Company":"1","F_Line":"1","Comment":"Winkel Borh-/Frashalter i=1:1 �50 Mazak CT4500 C5","Loc":"Y"},{"Quote":"222015","Line":"3","Company":"1","F_Line":"2","Comment":"90Degree Angle Version","Loc":"Y"},{"Quote":"222015","Line":"3","Company":"1","F_Line":"3","Comment":"Delivery: 2 Weeks Design 14 Weeks After Signed Drawing","Loc":"Y"},{"Quote":"222015","Line":"3","Company":"1","F_Line":"4","Comment":"Approval","Loc":"Y"},{"Quote":"222015","Line":"4","Company":"1","F_Line":"1","Comment":"Winkel Borh-/Frashalter i=1:1 �50 Mazak CT4500 C5","Loc":"Y"},{"Quote":"222015","Line":"4","Company":"1","F_Line":"2","Comment":"90Degree Angle Version","Loc":"Y"},{"Quote":"222015","Line":"4","Company":"1","F_Line":"3","Comment":"Delivery: 2 Weeks Design 14 Weeks After Signed Drawing","Loc":"Y"},{"Quote":"222015","Line":"4","Company":"1","F_Line":"4","Comment":"Approval","Loc":"Y"},{"Quote":"222015","Line":"6","Company":"1","F_Line":"1","Comment":"Gerader Bohr-/Frashalter i=1:1�50 Mazak CT4500 C5","Loc":"Y"},{"Quote":"222015","Line":"6","Company":"1","F_Line":"2","Comment":"Delivery: 2 Weeks Design 14 Weeks After Signed Drawing","Loc":"Y"},{"Quote":"222015","Line":"6","Company":"1","F_Line":"3","Comment":"Approval","Loc":"Y"},{"Quote":"222015","Line":"7","Company":"1","F_Line":"1","Comment":"Gerader Bohr-/Frashalter i=1:1 �50 Mazak CT4500 C5","Loc":"Y"},{"Quote":"222015","Line":"7","Company":"1","F_Line":"3","Comment":"Delivery: 2 Weeks Design 14 Weeks After Signed Drawing","Loc":"Y"},{"Quote":"222015","Line":"7","Company":"1","F_Line":"4","Comment":"Approval","Loc":"Y"},{"Quote":"222015","Line":"8","Company":"1","F_Line":"1","Comment":"Straight Unit i=1:1 VDI50 Mazak CT4500 MI-63 IC","Loc":"Y"},{"Quote":"222015","Line":"8","Company":"1","F_Line":"2","Comment":"Delivery: 2 Weeks Design 14 Weeks After Signed Drawing","Loc":"Y"},{"Quote":"222015","Line":"8","Company":"1","F_Line":"3","Comment":"Approval","Loc":"Y"},{"Quote":"222015","Line":"9","Company":"1","F_Line":"1","Comment":"Straight Unit i=1:1 VDI50 Mazak CT4500 MI-63 IC","Loc":"Y"},{"Quote":"222015","Line":"9","Company":"1","F_Line":"2","Comment":"Delivery: 2 Weeks Design 14 Weeks After Signed Drawing","Loc":"Y"},{"Quote":"222015","Line":"9","Company":"1","F_Line":"3","Comment":"Approval","Loc":"Y"},{"Quote":"222015","Line":"10","Company":"1","F_Line":"1","Comment":"MI63 ER32 Collet Chuck Short Type No Wrench","Loc":"Y"},{"Quote":"222015","Line":"11","Company":"1","F_Line":"1","Comment":"MI63 ER40 Collet Chuck Short Type No Wrench","Loc":"Y"}],"qcomms":[{"Quote":"222015","Line":"0","Comment":"These are custom application units and considered"},{"Quote":"222015","Line":"1","Comment":"specials. Once a PO has been placed these items cannot"},{"Quote":"222015","Line":"2","Comment":"be cancelled or returned."}],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":10}}] 2024-11-19 21:12:49.215 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223091-11192024211248.txt === {"quote":"223091","customer":"2918","name":null,"customerName":"Buckeye Industrial Supply Co.","comp":"01","open":"0","shipto":"BUCKEY","shiptoName":"Buckeye Industrial Supply","entry_date":"10-16-2024","cust_order_date":"10-16-2024","req_date":"11-27-2024","cust_po":"HSK63A Tooling","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Russ Schultz","drop_po":"","status":"0","user":"mirandag","conv_order":"","time":"16:07","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"Russ Schultz","follow_phone":"513-793-8010","follow_email":"russell@bisbuckeye.com","pic_user":"danas","total_amt":"40401.28","total_gp":"22124.04","total_gpm":"54.76","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"162","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"223091","line":"2","data":"10-16-2024 16:29 - Discounts Recalculated QS"},{"comp":"1","quote":"223091","line":"1","data":"10-16-2024 16:11 - Discounts Recalculated QS"},{"comp":"1","quote":"223091","line":"0","data":"10-16-2024 16:08 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223091","line":"1","part":"HSK63A-ER16-3.00","qty":"86","price":"409.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223091","line":"2","part":"HSK63A-ER16-5.00","qty":"52","price":"410.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223091","line":"3","part":"HSK63A-SK6C-100-IDU","qty":"18","price":"433.00","uom":"EA","discount":"32.00","req_date":"18 Stk","branch":"1"},{"comp":"01","order":"223091","line":"4","part":"HSK63A-SK6C-100","qty":"4","price":"433.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223091","line":"5","part":"016-SPAN","qty":"1","price":"17.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223091","line":"6","part":"SKL-6W","qty":"1","price":"23.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":6}}] 2024-11-19 21:14:45.749 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223381-11192024211445.txt === {"quote":"223381","customer":"12030","name":null,"customerName":"L&M Tool and Industrial Supply Inc.","comp":"01","open":"0","shipto":"TRUCAS","shiptoName":"Olympus Trucast, Inc.","entry_date":"10-23-2024","cust_order_date":"10-23-2024","req_date":"12-04-2024","cust_po":"CAT40-SF0125-3.15","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Don Haverlack","drop_po":"package disc.","status":"0","user":"danas","conv_order":"","time":"09:08","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"Don Haverlack","follow_phone":"330-807-3973","follow_email":"dhaverlack@lmtoolsupply.com","pic_user":"danas","total_amt":"4454.08","total_gp":"2723.45","total_gpm":"61.15","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"21","win_pct":"20","clo_date":"11-23-2024","notes":[{"comp":"1","quote":"223381","line":"0","data":"10-23-2024 09:18 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223381,"Line":0,"Comment":"11/13/2024 10:50 AM - danas - Encounter has been added"},{"comp":1,"quote":223381,"Line":1,"Comment":"11/19/2024 10:14 PM - danas - Encounter has been added"}],"items":[{"comp":"01","order":"223381","line":"1","part":"CAT40-SF0125-6.30","qty":"5","price":"385.00","uom":"EA","discount":"38.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223381","line":"2","part":"CAT40-SF0187-3.15","qty":"2","price":"310.00","uom":"EA","discount":"38.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223381","line":"3","part":"CAT40-SF0187-5.12","qty":"2","price":"352.00","uom":"EA","discount":"38.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223381","line":"4","part":"CAT40-SF0250-3.15CP","qty":"2","price":"310.00","uom":"EA","discount":"38.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223381","line":"5","part":"CAT40-SF0250-6.30CP","qty":"2","price":"385.00","uom":"EA","discount":"38.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223381","line":"6","part":"CAT40-SF0375-3.15CP","qty":"2","price":"310.00","uom":"EA","discount":"38.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223381","line":"7","part":"CAT40-SF0125-6.30MT","qty":"5","price":"385.00","uom":"EA","discount":"38.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223381","line":"8","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"10.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":8}}] 2024-11-19 21:15:01.919 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-209861-11192024211501.txt === {"quote":"209861","customer":"5411","name":null,"customerName":"Ellison(IL,IN,OH)","comp":"01","open":"0","shipto":"RXJCNEWP","shiptoName":"R&J Cylinder & Machine, Inc","entry_date":"01-16-2024","cust_order_date":null,"req_date":"12-06-2024","cust_po":"Right Angle Head Options","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Ron Sandy","drop_po":"Doosan DBC-130II","status":"0","user":"nickc","conv_order":"","time":"10:50","extra":"","follow_up":"12-10-2024","web_id":"","follow_name":"Casey Smith","follow_phone":"(330) 607-6458","follow_email":"12smithcasey@gmail.com","pic_user":"danas","total_amt":"35029.00","total_gp":"18766.96","total_gpm":"53.58","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"15","win_pct":"45","clo_date":"12-06-2024","notes":[{"comp":"1","quote":"209861","line":"4","data":"tap and mill)"},{"comp":"1","quote":"209861","line":"3","data":"Casey on options (for face mill with it and drill"},{"comp":"1","quote":"209861","line":"2","data":"01-31-2024 11:55-karynm email chain sent to"},{"comp":"1","quote":"209861","line":"1","data":"summertime"},{"comp":"1","quote":"209861","line":"0","data":"03-27-2024 09:51-karynm per Casey still active pos"}],"crmnotes":[{"comp":1,"quote":209861,"Line":0,"Comment":"01/27/2024 8:56 AM - nickc - F/U changed from 01/29/2024 to 2/10/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":209861,"Line":1,"Comment":"01/27/2024 8:56 AM - nickc - Win% changed from 20 to 45"},{"comp":1,"quote":209861,"Line":2,"Comment":"02/16/2024 3:57 PM - karynm - Nick checked Beg of Feb and still was current. Casey said check in with him end of Feb"},{"comp":1,"quote":209861,"Line":3,"Comment":"02/16/2024 3:57 PM - karynm - F/U changed from 02/16/2024 to 3/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":209861,"Line":4,"Comment":"02/16/2024 3:57 PM - karynm - CLO changed from 02/18/2024 to 03/06/2024 (CLO Date Updated)"},{"comp":1,"quote":209861,"Line":5,"Comment":"02/16/2024 3:58 PM - karynm - Req Date changed from 02/27/2024 to 03/08/2024 (Req Date Updated)"},{"comp":1,"quote":209861,"Line":6,"Comment":"02/19/2024 10:25 AM - karynm - F/U changed from 03/05/2024 to 3/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":209861,"Line":7,"Comment":"02/19/2024 10:25 AM - karynm - CLO changed from 03/06/2024 to 04/05/2024 (CLO Date Updated)"},{"comp":1,"quote":209861,"Line":8,"Comment":"02/19/2024 10:25 AM - karynm - Req Date changed from 03/08/2024 to 04/19/2024 (Req Date Updated)"},{"comp":1,"quote":209861,"Line":9,"Comment":"02/19/2024 10:26 AM - karynm - I spoke to Casey and he says this is still active. Customer is doing another job and once finished hopes they will get second job lined up and need this. Revisit at end of March"},{"comp":1,"quote":209861,"Line":10,"Comment":"03/27/2024 9:52 AM - karynm - F/U changed from 03/29/2024 to 5/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":209861,"Line":11,"Comment":"03/27/2024 9:52 AM - karynm - CLO changed from 04/05/2024 to 05/24/2024 (CLO Date Updated)"},{"comp":1,"quote":209861,"Line":12,"Comment":"03/27/2024 9:52 AM - karynm - Req Date changed from 04/19/2024 to 05/31/2024 (Req Date Updated)"},{"comp":1,"quote":209861,"Line":13,"Comment":"04/19/2024 6:40 PM - danas - PIC changed from karynm to danas"},{"comp":1,"quote":209861,"Line":14,"Comment":"04/29/2024 2:45 PM - danas - F/U changed from 05/17/2024 to 6/1/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":209861,"Line":15,"Comment":"04/29/2024 2:46 PM - danas - Encounter has been added"},{"comp":1,"quote":209861,"Line":16,"Comment":"06/26/2024 6:57 AM - danas - F/U changed from 6/1/2024 to 07/17/2024 (Follow Up In 3 Week)"},{"comp":1,"quote":209861,"Line":17,"Comment":"07/18/2024 10:36 AM - danas - F/U changed from 07/17/2024 to 11/1/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":209861,"Line":18,"Comment":"07/18/2024 10:36 AM - danas - CLO changed from 05/24/2024 to 12/06/2024 (CLO Date Updated)"},{"comp":1,"quote":209861,"Line":19,"Comment":"07/18/2024 10:36 AM - danas - Req Date changed from 05/31/2024 to 12/06/2024 (Req Date Updated)"},{"comp":1,"quote":209861,"Line":20,"Comment":"07/18/2024 10:37 AM - danas - Part of DoD project that is hanging out there. Casey has forecasted November time frame"}],"items":[{"comp":"01","order":"209861","line":"3","part":"C50RAM-MI63-215-110TP","qty":"1","price":"12010.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"209861","line":"4","part":"C50RAM-MI63-215IC-110TP","qty":"1","price":"13555.00","uom":"EA","discount":"25.00","req_date":"Will Advise","branch":"1"},{"comp":"01","order":"209861","line":"5","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"As Needed","branch":"1"},{"comp":"01","order":"209861","line":"6","part":"MI63-ER40","qty":"1","price":"726.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"209861","line":"7","part":"MI63-ER40I","qty":"1","price":"726.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"209861","line":"8","part":"400-480","qty":"1","price":"217.00","uom":"EA","discount":"25.00","req_date":"1-2 WEEKS","branch":"1"},{"comp":"01","order":"209861","line":"9","part":"MI63-EM3/4","qty":"1","price":"780.00","uom":"EA","discount":"25.00","req_date":"Will Advise","branch":"1"},{"comp":"01","order":"209861","line":"10","part":"MI63-EM1/2","qty":"1","price":"780.00","uom":"EA","discount":"25.00","req_date":"Will Advise","branch":"1"},{"comp":"01","order":"209861","line":"14","part":"C50-MRAM-IC","qty":"1","price":"6534.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"209861","line":"15","part":"PA110-CAT","qty":"1","price":"1086.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"209861","line":"16","part":"MRAM-MI40-IC","qty":"1","price":"6735.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"209861","line":"17","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"As Needed","branch":"1"},{"comp":"01","order":"209861","line":"18","part":"MI40-ER25I","qty":"1","price":"605.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"209861","line":"19","part":"250-367","qty":"1","price":"259.00","uom":"EA","discount":"25.00","req_date":"1-2 WEEKS","branch":"1"},{"comp":"01","order":"209861","line":"20","part":"MI40-EM1/2","qty":"1","price":"639.00","uom":"EA","discount":"25.00","req_date":"Will Advise","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":15}}] 2024-11-19 21:20:06.519 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223305-11192024212006.txt === {"quote":"223305","customer":"8098","name":null,"customerName":"Haas Factory Outlet (TOH)","comp":"01","open":"1","shipto":"UPSLLC","shiptoName":"Under Pressure systems LLC","entry_date":"10-21-2024","cust_order_date":"10-21-2024","req_date":"12-02-2024","cust_po":"QCFC65 5K Certificate","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Gene Plants","drop_po":"","status":"0","user":"danas","conv_order":"","time":"19:58","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Gene Plants","follow_phone":"330-599-8133","follow_email":"gplants@hfomidwest.com","pic_user":"danas","total_amt":"3500.00","total_gp":"3500.00","total_gpm":"100.00","rev_type":"STD","mod_date":"11-19-2024","mod_time":null,"mod_user":"danas","reason":"1","totalQty":"2","win_pct":"20","clo_date":"11-21-2024","notes":[{"comp":"1","quote":"223305","line":"0","data":"10-21-2024 20:03 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223305,"Line":0,"Comment":"11/13/2024 11:09 AM - danas - Encounter has been added"},{"comp":1,"quote":223305,"Line":1,"Comment":"11/13/2024 11:09 AM - danas - F/U changed from 11/03/2024 to 11/18/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223305","line":"1","part":"TOOL-CERT","qty":"1","price":"5000.00","uom":"EA","discount":"30.00","req_date":"","branch":"1"},{"comp":"01","order":"223305","line":"2","part":"PROMOTION-IMTS","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223305","Line":"1","Company":"1","F_Line":"1","Comment":"PCQC65 Collet Certificate","Loc":"Y"}],"qcomms":[{"Quote":"223305","Line":"0","Comment":"EU responsible for UPS or FedEx charges. Please advise"},{"Quote":"223305","Line":"1","Comment":"them of this. There is no minimum on fulfillment. Use"},{"Quote":"223305","Line":"2","Comment":"as needed."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-19 21:20:19.544 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223785-11192024212019.txt === {"quote":"223785","customer":"11500","name":null,"customerName":"Knox Machinery Inc.","comp":"01","open":"0","shipto":"HONECOLU","shiptoName":"Honeywell-Cap System 1000T","entry_date":"10-31-2024","cust_order_date":"11-18-2024","req_date":"11-29-2024","cust_po":"PRE-E346PLUS-I40","terms_code":"N30","ship_via":"BW","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Adam Gehret","drop_po":"","status":"0","user":"danas","conv_order":"","time":"14:20","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"Adam Gehret","follow_phone":"937-743-2641","follow_email":"agehret@knoxmachinery.com","pic_user":"danas","total_amt":"19750.00","total_gp":"9603.58","total_gpm":"48.63","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"15","win_pct":"20","clo_date":"11-22-2024","notes":[],"crmnotes":[{"comp":1,"quote":223785,"Line":0,"Comment":"11/13/2024 11:11 AM - danas - Encounter has been added"},{"comp":1,"quote":223785,"Line":1,"Comment":"11/13/2024 11:12 AM - danas - F/U changed from 11/06/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223785,"Line":2,"Comment":"11/13/2024 11:12 AM - danas - CLO changed from NaN/NaN/NaN to 12/31/2024 (CLO Date Updated)"},{"comp":1,"quote":223785,"Line":3,"Comment":"11/19/2024 10:17 PM - danas - Encounter has been added"}],"items":[{"comp":"01","order":"223785","line":"3","part":"PRE-E346PLUS-I40","qty":"1","price":"16600.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"4","part":"PRE-E346PLUS-STD","qty":"1","price":"1940.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"9","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"10","part":"PRE-SPDL-I50","qty":"1","price":"970.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"11","part":"PRE-GAUGE-C50","qty":"1","price":"760.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"12","part":"PRE-SPDL-C6","qty":"1","price":"4080.00","uom":"EA","discount":"25.00","req_date":"STOCK-OTHER","branch":"1"},{"comp":"01","order":"223785","line":"13","part":"PRE-GAUGE-C6","qty":"1","price":"700.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"14","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"15","part":"PRE-PRNT-ROLL-QL800","qty":"5","price":"30.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"16","part":"PRE-INST/TRAINING","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"223785","line":"17","part":"PROMOTION-IMTS24PRE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223785","Line":"13","Company":"1","F_Line":"1","Comment":"List= $2720","Loc":"Y"},{"Quote":"223785","Line":"13","Company":"1","F_Line":"2","Comment":"Promotion applied to this item in lieu of TC","Loc":"Y"}],"qcomms":[{"Quote":"223785","Line":"0","Comment":"Discounts valid with order shipping by end of"},{"Quote":"223785","Line":"1","Comment":"November 2024."},{"Quote":"223785","Line":"2","Comment":"Please advise freight collect number. Must be"},{"Quote":"223785","Line":"3","Comment":"air ride."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":11}}] 2024-11-19 21:20:32.921 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224381-11192024212032.txt === {"quote":"224381","customer":"3650","name":null,"customerName":"Columbus Service Supply Corp.","comp":"01","open":"0","shipto":"YSK","shiptoName":"YSK Corporation *P1","entry_date":"11-13-2024","cust_order_date":"11-13-2024","req_date":"12-25-2024","cust_po":"NBT30-SK10C-90","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"John (JACK) Christy","drop_po":"","status":"0","user":"danas","conv_order":"","time":"13:32","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"John (JACK) Christy","follow_phone":"614-204-3801","follow_email":"jchris27@columbus.rr.com","pic_user":"danas","total_amt":"3957.60","total_gp":"2693.73","total_gpm":"68.06","rev_type":"ADV","mod_date":"11-19-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"70","win_pct":"20","clo_date":"12-13-2024","notes":[{"comp":"1","quote":"224381","line":"2","data":"11-13-2024 13:48 - Discounts Recalculated"},{"comp":"1","quote":"224381","line":"1","data":"11-13-2024 13:48 - Discounts Recalculated"},{"comp":"1","quote":"224381","line":"0","data":"11-13-2024 13:38 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"224381","line":"1","part":"NBT30-SK10C-90","qty":"6","price":"384.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224381","line":"2","part":"SK10-10","qty":"6","price":"67.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224381","line":"3","part":"SK10-8.5","qty":"3","price":"67.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224381","line":"4","part":"SKG10-10HG","qty":"3","price":"87.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224381","line":"5","part":"PS-132","qty":"52","price":"51.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"224381","Line":"0","Comment":"SPECIAL PACKAGE DISCOUNT FOR JACK TO WIN AT YSK!"}],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":5}}] 2024-11-19 21:21:00.851 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222523-11192024212100.txt === {"quote":"222523","customer":"5411","name":null,"customerName":"Ellison(IL,IN,OH)","comp":"01","open":"0","shipto":"RDTOLEDO","shiptoName":"R&D Custom Machine and Tool","entry_date":"10-03-2024","cust_order_date":"10-03-2024","req_date":"11-14-2024","cust_po":"5AX-201FA-M-AB","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Pete Intihar","drop_po":"FOR SMT M500V","status":"0","user":"danas","conv_order":"","time":"18:16","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"Pete Intihar","follow_phone":"216-314-5182","follow_email":"peteintihar60@yahoo.com","pic_user":"danas","total_amt":"60968.30","total_gp":"45838.59","total_gpm":"75.18","rev_type":"RT","mod_date":"11-19-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"3","win_pct":"30","clo_date":"12-31-2024","notes":[],"crmnotes":[{"comp":1,"quote":222523,"Line":0,"Comment":"10/15/2024 6:40 PM - danas - F/U changed from 10/16/2024 to 11/1/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222523,"Line":1,"Comment":"11/13/2024 10:55 AM - danas - Encounter has been added"},{"comp":1,"quote":222523,"Line":2,"Comment":"11/13/2024 10:56 AM - danas - F/U changed from 11/01/2024 to 11/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222523,"Line":3,"Comment":"11/13/2024 10:56 AM - danas - CLO changed from 11/03/2024 to 12/31/2024 (CLO Date Updated)"},{"comp":1,"quote":222523,"Line":4,"Comment":"11/13/2024 10:57 AM - danas - Win% changed from 20 to 30"}],"items":[{"comp":"01","order":"222523","line":"1","part":"5AX-250FA-M","qty":"1","price":"60669.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222523","line":"2","part":"SPECIAL-RT","qty":"1","price":"4000.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222523","line":"3","part":"INSTALLATION-RT-5AX-MW","qty":"1","price":"14500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222523","Line":"1","Company":"1","F_Line":"1","Comment":"IMTS Demo Unit WH2","Loc":"Y"},{"Quote":"222523","Line":"1","Company":"1","F_Line":"2","Comment":"List Price = $67410.00","Loc":"Y"},{"Quote":"222523","Line":"2","Company":"1","F_Line":"1","Comment":"For Samsung M500V Oi-MF. 4th-5th prep confirmed","Loc":"Y"},{"Quote":"222523","Line":"2","Company":"1","F_Line":"2","Comment":"To replace existing Koma 4th axis.","Loc":"Y"},{"Quote":"222523","Line":"2","Company":"1","F_Line":"3","Comment":"Hydraulic booster cost","Loc":"Y"},{"Quote":"222523","Line":"3","Company":"1","F_Line":"1","Comment":"Air Hydraulic Booster 2 circuits (24VDC)","Loc":"Y"},{"Quote":"222523","Line":"3","Company":"1","F_Line":"2","Comment":"Only required for 5AX-250FA-M","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-19 21:21:07.899 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222523-11192024212107.txt === {"quote":"222523","customer":"5411","name":null,"customerName":"Ellison(IL,IN,OH)","comp":"01","open":"0","shipto":"RDTOLEDO","shiptoName":"R&D Custom Machine and Tool","entry_date":"10-03-2024","cust_order_date":"10-03-2024","req_date":"11-14-2024","cust_po":"5AX-201FA-M-AB","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Pete Intihar","drop_po":"FOR SMT M500V","status":"0","user":"danas","conv_order":"","time":"18:16","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"Pete Intihar","follow_phone":"216-314-5182","follow_email":"peteintihar60@yahoo.com","pic_user":"danas","total_amt":"60968.30","total_gp":"45838.59","total_gpm":"75.18","rev_type":"RT","mod_date":"11-19-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"3","win_pct":"30","clo_date":"12-31-2024","notes":[],"crmnotes":[{"comp":1,"quote":222523,"Line":0,"Comment":"10/15/2024 6:40 PM - danas - F/U changed from 10/16/2024 to 11/1/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222523,"Line":1,"Comment":"11/13/2024 10:55 AM - danas - Encounter has been added"},{"comp":1,"quote":222523,"Line":2,"Comment":"11/13/2024 10:56 AM - danas - F/U changed from 11/01/2024 to 11/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222523,"Line":3,"Comment":"11/13/2024 10:56 AM - danas - CLO changed from 11/03/2024 to 12/31/2024 (CLO Date Updated)"},{"comp":1,"quote":222523,"Line":4,"Comment":"11/13/2024 10:57 AM - danas - Win% changed from 20 to 30"},{"comp":1,"quote":222523,"Line":5,"Comment":"11/19/2024 10:20 PM - danas - F/U changed from 11/20/2024 to 11/26/2024 (Order Approved Pending PO)"}],"items":[{"comp":"01","order":"222523","line":"1","part":"5AX-250FA-M","qty":"1","price":"60669.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222523","line":"2","part":"SPECIAL-RT","qty":"1","price":"4000.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222523","line":"3","part":"INSTALLATION-RT-5AX-MW","qty":"1","price":"14500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222523","Line":"1","Company":"1","F_Line":"1","Comment":"IMTS Demo Unit WH2","Loc":"Y"},{"Quote":"222523","Line":"1","Company":"1","F_Line":"2","Comment":"List Price = $67410.00","Loc":"Y"},{"Quote":"222523","Line":"2","Company":"1","F_Line":"1","Comment":"For Samsung M500V Oi-MF. 4th-5th prep confirmed","Loc":"Y"},{"Quote":"222523","Line":"2","Company":"1","F_Line":"2","Comment":"To replace existing Koma 4th axis.","Loc":"Y"},{"Quote":"222523","Line":"2","Company":"1","F_Line":"3","Comment":"Hydraulic booster cost","Loc":"Y"},{"Quote":"222523","Line":"3","Company":"1","F_Line":"1","Comment":"Air Hydraulic Booster 2 circuits (24VDC)","Loc":"Y"},{"Quote":"222523","Line":"3","Company":"1","F_Line":"2","Comment":"Only required for 5AX-250FA-M","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-19 21:21:49.660 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224506-11192024212149.txt === {"quote":"224506","customer":"5411","name":null,"customerName":"Ellison(IL,IN,OH)","comp":"01","open":"1","shipto":"RDTOLEDO","shiptoName":"R&D Custom Machine and Tool","entry_date":"11-15-2024","cust_order_date":"11-03-2024","req_date":"11-15-2024","cust_po":"5AX-201FA-M-AB","terms_code":"N30","ship_via":"BW","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Pete Intihar","drop_po":"FOR SMT M500V","status":"0","user":"danas","conv_order":"","time":"11:15","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Pete Intihar","follow_phone":"216-314-5182","follow_email":"peteintihar60@yahoo.com","pic_user":"danas","total_amt":"66498.90","total_gp":"47548.55","total_gpm":"71.50","rev_type":"RT","mod_date":"11-19-2024","mod_time":null,"mod_user":"danas","reason":"1","totalQty":"12","win_pct":"20","clo_date":null,"notes":[{"comp":"1","quote":"224506","line":"0","data":"11-15-2024 11:16 - Discounts Recalculated"}],"crmnotes":[],"items":[{"comp":"01","order":"224506","line":"1","part":"5AX-250FA-M","qty":"1","price":"60669.00","uom":"EA","discount":"30.00","req_date":"B/O ETA","branch":"2"},{"comp":"01","order":"224506","line":"2","part":"SPECIAL-RT","qty":"1","price":"4000.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224506","line":"3","part":"INSTALLATION-RT-5AX-MW","qty":"1","price":"14500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"224506","line":"5","part":"WH-ZLOX-P80Z-85BPR","qty":"1","price":"1955.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224506","line":"6","part":"WH-ZLOX-P80Z","qty":"1","price":"4475.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224506","line":"7","part":"WH-ZV-M80A","qty":"2","price":"1010.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224506","line":"8","part":"WH-ZV80-JAWS-R87","qty":"2","price":"267.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224506","line":"9","part":"WH-ZV80-JAWS-F87","qty":"2","price":"305.00","uom":"EA","discount":"10.00","req_date":"1 Stk","branch":"1"},{"comp":"01","order":"224506","line":"10","part":"PROMOTION-IMTS24CLAMP","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"224506","Line":"2","Company":"1","F_Line":"1","Comment":"For Samsung M500V Oi-MF. 4th-5th prep confirmed","Loc":"Y"},{"Quote":"224506","Line":"2","Company":"1","F_Line":"2","Comment":"To replace existing Koma 4th axis.","Loc":"Y"},{"Quote":"224506","Line":"3","Company":"1","F_Line":"1","Comment":"Air Hydraulic Booster 2 circuits (24VDC)","Loc":"Y"},{"Quote":"224506","Line":"3","Company":"1","F_Line":"2","Comment":"Only required for 5AX-250FA-M","Loc":"Y"},{"Quote":"224506","Line":"6","Company":"1","F_Line":"1","Comment":"adapter plate","Loc":"Y"},{"Quote":"224506","Line":"7","Company":"1","F_Line":"1","Comment":"IMTS Promo","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":9}}] 2024-11-19 21:22:21.962 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220274-11192024212221.txt === {"quote":"220274","customer":"5411","name":null,"customerName":"Ellison(IL,IN,OH)","comp":"01","open":"0","shipto":"RELIMED","shiptoName":"Reliance Medical","entry_date":"09-16-2024","cust_order_date":"09-16-2024","req_date":"12-31-2024","cust_po":"5AX-201FA-M-AB","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Mike Sess","drop_po":"DNM 5700","status":"0","user":"danas","conv_order":"","time":"09:39","extra":"","follow_up":"12-10-2024","web_id":"","follow_name":"Mike Sess","follow_phone":"(513) 874-2736","follow_email":"msess@ellisontechnologies.com","pic_user":"danas","total_amt":"52747.90","total_gp":"38557.44","total_gpm":"73.10","rev_type":"RT","mod_date":"11-19-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-31-2024","notes":[{"comp":"1","quote":"220274","line":"0","data":"08-16-2024 09:41 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220274,"Line":0,"Comment":"10/07/2024 8:00 PM - danas - txt sent, and Mike working on providing update"},{"comp":1,"quote":220274,"Line":1,"Comment":"10/07/2024 8:00 PM - danas - F/U changed from 9/29/2024 to 10/14/2024 (Follow Up In 1 Week)"},{"comp":1,"quote":220274,"Line":2,"Comment":"11/13/2024 8:19 AM - danas - CLO changed from 10/16/2024 to 12/31/2024 (CLO Date Updated)"},{"comp":1,"quote":220274,"Line":3,"Comment":"11/13/2024 8:19 AM - danas - Req Date changed from 10/27/2024 to 12/31/2024 (Req Date Updated)"},{"comp":1,"quote":220274,"Line":4,"Comment":"11/13/2024 8:21 AM - danas - F/U changed from 10/14/2024 to 11/23/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"220274","line":"1","part":"5AX-201FA-M-AB","qty":"1","price":"56280.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220274","line":"2","part":"R-7-SP-SET","qty":"1","price":"1217.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220274","line":"3","part":"INSTALLATION-RT-5AX-MW","qty":"1","price":"12500.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"}],"qlines":[{"Quote":"220274","Line":"3","Company":"1","F_Line":"1","Comment":"price matched Koma","Loc":"N"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-19 21:25:19.537 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222045-11192024212519.txt === {"quote":"222045","customer":"5411","name":null,"customerName":"Ellison(IL,IN,OH)","comp":"01","open":"1","shipto":"ELLHAM","shiptoName":"Ellison Technologies, Inc.","entry_date":"09-25-2024","cust_order_date":"09-25-2024","req_date":"12-31-2024","cust_po":"HSK100 Angle Head","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Mike Sess","drop_po":"","status":"0","user":"mirandag","conv_order":"","time":"09:18","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Mike Sess","follow_phone":"(513) 874-2736","follow_email":"msess@ellisontechnologies.com","pic_user":"danas","total_amt":"10998.64","total_gp":"10998.64","total_gpm":"100.00","rev_type":"LT","mod_date":"11-19-2024","mod_time":null,"mod_user":"danas","reason":"2","totalQty":"1","win_pct":"20","clo_date":"12-31-2024","notes":[{"comp":"1","quote":"222045","line":"0","data":"09-25-2024 09:19 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222045,"Line":0,"Comment":"10/07/2024 8:47 PM - danas - Requested update from Rhinestahl and Mike"},{"comp":1,"quote":222045,"Line":1,"Comment":"10/07/2024 8:47 PM - danas - F/U changed from 10/1/2024 to 10/14/2024 (Follow Up In 1 Week)"},{"comp":1,"quote":222045,"Line":2,"Comment":"11/13/2024 8:51 AM - danas - F/U changed from 10/14/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222045,"Line":3,"Comment":"11/13/2024 8:51 AM - danas - CLO changed from 10/25/2024 to 12/31/2024 (CLO Date Updated)"},{"comp":1,"quote":222045,"Line":4,"Comment":"11/13/2024 8:51 AM - danas - Req Date changed from 11/06/2024 to 12/31/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222045","line":"1","part":"SPECIAL-LV-MI","qty":"1","price":"10998.64","uom":"EA","discount":"0.00","req_date":"2-4 Weeks ADA","branch":"1"}],"qlines":[{"Quote":"222045","Line":"1","Company":"1","F_Line":"1","Comment":"Angle Head Type ZW Size 9:","Loc":"Y"},{"Quote":"222045","Line":"1","Company":"1","F_Line":"2","Comment":"Shaft: HSK100(DIN 69893-A) Standard-Torque-Arm(ISO9524)","Loc":"Y"},{"Quote":"222045","Line":"1","Company":"1","F_Line":"3","Comment":"with locking mechanism (no stop block)","Loc":"Y"},{"Quote":"222045","Line":"1","Company":"1","F_Line":"4","Comment":"Requires customer-size adjustment; recommend 3-pin","Loc":"Y"},{"Quote":"222045","Line":"1","Company":"1","F_Line":"5","Comment":"support. A=80mm/D=20mm/SW18 Tooling: MI-63 Quick Change","Loc":"Y"},{"Quote":"222045","Line":"1","Company":"1","F_Line":"6","Comment":"System (MI-Insert sold separately) Coolant: Central","Loc":"Y"},{"Quote":"222045","Line":"1","Company":"1","F_Line":"7","Comment":"Thru-Spindle External via nozzles/pipes. No reversal","Loc":"Y"},{"Quote":"222045","Line":"1","Company":"1","F_Line":"8","Comment":"of rotation. Length: L=270mm/L1=152mm. Angular Head:","Loc":"Y"},{"Quote":"222045","Line":"1","Company":"1","F_Line":"9","Comment":"360 Degrees Adjustable. Gear Ratio: 1:1. Max Coolant","Loc":"Y"},{"Quote":"222045","Line":"1","Company":"1","F_Line":"10","Comment":"Pressure: 70 Bar Max Torque: 150Nm Max Rev Speed:5K rpm","Loc":"Y"}],"qcomms":[{"Quote":"222045","Line":"0","Comment":"These are custom application units for specific"},{"Quote":"222045","Line":"1","Comment":"applications and considered specials. Once a PO has"},{"Quote":"222045","Line":"2","Comment":"been placed these units are non-cancellable and"},{"Quote":"222045","Line":"3","Comment":"non-returnable."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-20 01:06:32.533 [INFO] In session is user: ericy 2024-11-20 01:06:32.918 [INFO] In session is user: ericy 2024-11-20 01:06:33.295 [INFO] In session is user: ericy 2024-11-20 01:06:33.730 [INFO] In session is user: ericy 2024-11-20 01:06:34.178 [INFO] In session is user: ericy 2024-11-20 01:06:34.574 [INFO] In session is user: ericy 2024-11-20 01:06:34.869 [INFO] In session is user: ericy 2024-11-20 01:06:35.364 [INFO] In session is user: ericy 2024-11-20 01:06:35.776 [INFO] In session is user: ericy 2024-11-20 01:06:36.009 [INFO] In session is user: ericy 2024-11-20 01:06:36.340 [INFO] In session is user: ericy 2024-11-20 01:06:36.664 [INFO] In session is user: ericy 2024-11-20 01:06:37.005 [INFO] In session is user: ericy 2024-11-20 01:06:37.293 [INFO] In session is user: ericy 2024-11-20 01:06:37.570 [INFO] In session is user: ericy 2024-11-20 01:06:37.866 [INFO] In session is user: ericy 2024-11-20 01:06:38.170 [INFO] In session is user: ericy 2024-11-20 01:06:38.452 [INFO] In session is user: ericy 2024-11-20 01:06:38.751 [INFO] In session is user: ericy 2024-11-20 01:06:39.027 [INFO] In session is user: ericy 2024-11-20 01:06:39.249 [INFO] In session is user: ericy 2024-11-20 01:06:39.628 [INFO] In session is user: ericy 2024-11-20 01:06:40.003 [INFO] In session is user: ericy 2024-11-20 01:06:40.418 [INFO] In session is user: ericy 2024-11-20 01:06:40.807 [INFO] In session is user: ericy 2024-11-20 01:06:41.295 [INFO] In session is user: ericy 2024-11-20 01:06:41.662 [INFO] In session is user: ericy 2024-11-20 01:06:41.959 [INFO] In session is user: ericy 2024-11-20 01:06:42.221 [INFO] In session is user: ericy 2024-11-20 01:06:42.534 [INFO] In session is user: ericy 2024-11-20 01:06:42.881 [INFO] In session is user: ericy 2024-11-20 01:06:43.286 [INFO] In session is user: ericy 2024-11-20 01:06:43.496 [INFO] In session is user: ericy 2024-11-20 01:06:43.760 [INFO] In session is user: ericy 2024-11-20 01:06:44.082 [INFO] In session is user: ericy 2024-11-20 01:06:44.349 [INFO] In session is user: ericy 2024-11-20 01:06:44.604 [INFO] In session is user: ericy 2024-11-20 01:06:44.882 [INFO] In session is user: ericy 2024-11-20 01:06:45.109 [INFO] In session is user: ericy 2024-11-20 01:06:45.413 [INFO] In session is user: ericy 2024-11-20 01:06:45.705 [INFO] In session is user: ericy 2024-11-20 01:06:45.965 [INFO] In session is user: ericy 2024-11-20 01:06:46.175 [INFO] In session is user: ericy 2024-11-20 01:06:46.527 [INFO] In session is user: ericy 2024-11-20 01:06:46.925 [INFO] In session is user: ericy 2024-11-20 01:06:47.196 [INFO] In session is user: ericy 2024-11-20 01:06:47.439 [INFO] In session is user: ericy 2024-11-20 01:06:47.722 [INFO] In session is user: ericy 2024-11-20 01:06:48.007 [INFO] In session is user: ericy 2024-11-20 01:06:48.288 [INFO] In session is user: ericy 2024-11-20 01:06:48.591 [INFO] In session is user: ericy 2024-11-20 01:06:48.861 [INFO] In session is user: ericy 2024-11-20 01:06:49.134 [INFO] In session is user: ericy 2024-11-20 01:06:49.379 [INFO] In session is user: ericy 2024-11-20 01:06:49.737 [INFO] In session is user: ericy 2024-11-20 01:06:50.123 [INFO] In session is user: ericy 2024-11-20 01:06:50.363 [INFO] In session is user: ericy 2024-11-20 01:06:50.665 [INFO] In session is user: ericy 2024-11-20 01:06:50.946 [INFO] In session is user: ericy 2024-11-20 01:06:51.252 [INFO] In session is user: ericy 2024-11-20 01:06:51.566 [INFO] In session is user: ericy 2024-11-20 01:06:51.847 [INFO] In session is user: ericy 2024-11-20 01:06:52.158 [INFO] In session is user: ericy 2024-11-20 01:06:52.466 [INFO] In session is user: ericy 2024-11-20 01:06:52.768 [INFO] In session is user: ericy 2024-11-20 01:06:53.096 [INFO] In session is user: ericy 2024-11-20 01:06:53.328 [INFO] In session is user: ericy 2024-11-20 01:06:53.621 [INFO] In session is user: ericy 2024-11-20 01:06:53.912 [INFO] In session is user: ericy 2024-11-20 01:06:54.184 [INFO] In session is user: ericy 2024-11-20 01:06:54.501 [INFO] In session is user: ericy 2024-11-20 01:06:54.841 [INFO] In session is user: ericy 2024-11-20 01:06:55.116 [INFO] In session is user: ericy 2024-11-20 01:06:55.331 [INFO] In session is user: ericy 2024-11-20 01:06:55.706 [INFO] In session is user: ericy 2024-11-20 01:06:56.128 [INFO] In session is user: ericy 2024-11-20 01:06:56.435 [INFO] In session is user: ericy 2024-11-20 01:06:56.718 [INFO] In session is user: ericy 2024-11-20 01:06:56.929 [INFO] In session is user: ericy 2024-11-20 01:06:57.327 [INFO] In session is user: ericy 2024-11-20 01:06:57.637 [INFO] In session is user: ericy 2024-11-20 01:06:57.922 [INFO] In session is user: ericy 2024-11-20 01:06:58.166 [INFO] In session is user: ericy 2024-11-20 01:06:58.515 [INFO] In session is user: ericy 2024-11-20 01:06:58.866 [INFO] In session is user: ericy 2024-11-20 01:06:59.125 [INFO] In session is user: ericy 2024-11-20 01:06:59.447 [INFO] In session is user: ericy 2024-11-20 01:06:59.852 [INFO] In session is user: ericy 2024-11-20 01:07:00.144 [INFO] In session is user: ericy 2024-11-20 01:07:00.473 [INFO] In session is user: ericy 2024-11-20 01:07:00.755 [INFO] In session is user: ericy 2024-11-20 01:07:01.007 [INFO] In session is user: ericy 2024-11-20 01:07:01.285 [INFO] In session is user: ericy 2024-11-20 01:07:01.542 [INFO] In session is user: ericy 2024-11-20 01:07:01.808 [INFO] In session is user: ericy 2024-11-20 01:07:02.099 [INFO] In session is user: ericy 2024-11-20 01:07:02.387 [INFO] In session is user: ericy 2024-11-20 01:07:02.779 [INFO] In session is user: ericy 2024-11-20 01:07:03.047 [INFO] In session is user: ericy 2024-11-20 07:13:12.229 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(41.1160560278605, -74.0203470178638, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(41.1160560278605, -74.0203470178638, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.610623 second/s. 2024-11-20 07:38:31.151 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220241-11202024073830.txt === {"quote":"220241","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"1","shipto":"BANDT","shiptoName":"B&T Arms","entry_date":"08-15-2024","cust_order_date":"08-15-2024","req_date":"11-22-2024","cust_po":"C4 SK tooling","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jack Gay","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"14:12","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Jack Gay","follow_phone":"941-739-6566","follow_email":"jack@afi-tools.com","pic_user":"mattm","total_amt":"2133.95","total_gp":"1394.99","total_gpm":"65.37","rev_type":"ADV","mod_date":"11-20-2024","mod_time":null,"mod_user":"mattm","reason":"1","totalQty":"10","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"220241","line":"0","data":"08-15-2024 14:15 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220241,"Line":0,"Comment":"08/22/2024 8:57 AM - mattm - CLO changed from 9/15/2024 to 9/21/2024 (CLO Date Updated)"},{"comp":1,"quote":220241,"Line":1,"Comment":"08/22/2024 8:57 AM - mattm - F/U Changed from 8/21/2024 to 8/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220241,"Line":2,"Comment":"08/22/2024 8:57 AM - mattm - F/U Changed from 8/22/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220241,"Line":3,"Comment":"09/24/2024 9:43 AM - mattm - active project"},{"comp":1,"quote":220241,"Line":4,"Comment":"09/24/2024 9:43 AM - mattm - Req Date changed from 09/26/2024 to 11/22/2024 (Req Date Updated)"},{"comp":1,"quote":220241,"Line":5,"Comment":"09/24/2024 9:43 AM - mattm - CLO changed from 09/21/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":220241,"Line":6,"Comment":"09/24/2024 9:43 AM - mattm - F/U changed from 09/21/2024 to 11/16/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"220241","line":"1","part":"C4-SK20-70-EU","qty":"1","price":"595.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220241","line":"2","part":"C4-SK16-60-EU","qty":"1","price":"625.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220241","line":"3","part":"C4-SK13-60-EU","qty":"1","price":"625.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220241","line":"4","part":"C4-SK10-60-EU","qty":"1","price":"625.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220241","line":"5","part":"C4-SK6-60-EU","qty":"1","price":"664.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220241","line":"6","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220241","line":"7","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220241","line":"8","part":"016-SPAN","qty":"1","price":"17.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220241","line":"9","part":"SKL-10","qty":"1","price":"31.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220241","line":"10","part":"SKL-6W","qty":"1","price":"23.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":10}}] 2024-11-20 07:39:41.699 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218839-11202024073941.txt === {"quote":"218839","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"HOERBI","shiptoName":"Hoerbiger Corporation","entry_date":"07-16-2024","cust_order_date":"07-16-2024","req_date":"12-27-2024","cust_po":"NBT30-VC6-45","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Lynn Nunez","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"14:03","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Lynn Nunez","follow_phone":"915-449-0723","follow_email":"Lynn.Nunez@mscdirect.com","pic_user":"mattm","total_amt":"28458.0","total_gp":"17963.88","total_gpm":"63.12","rev_type":"ADV","mod_date":"11-20-2024","mod_time":null,"mod_user":"mattm","reason":"","totalQty":"217","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"218839","line":"0","data":"07-16-2024 15:28-alyssah Added to CBO for delivery"}],"crmnotes":[{"comp":1,"quote":218839,"Line":0,"Comment":"08/13/2024 4:41 PM - mattm - Current Project, waiting on approval "},{"comp":1,"quote":218839,"Line":1,"Comment":"08/13/2024 4:42 PM - mattm - Req Date change from 8/27/2024 to 9/28/2024 (Req Date Updated)"},{"comp":1,"quote":218839,"Line":2,"Comment":"08/13/2024 4:42 PM - mattm - CLO changed from 8/16/2024 to 8/13/2024 (CLO Date Updated)"},{"comp":1,"quote":218839,"Line":3,"Comment":"08/13/2024 4:42 PM - mattm - CLO changed from 8/13/2024 to 9/21/2024 (CLO Date Updated)"},{"comp":1,"quote":218839,"Line":4,"Comment":"08/13/2024 4:43 PM - mattm - F/U Changed from 8/9/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218839,"Line":5,"Comment":"09/24/2024 10:06 AM - mattm - Req Date changed from 09/28/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":218839,"Line":6,"Comment":"09/24/2024 10:06 AM - mattm - CLO changed from 09/21/2024 to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":218839,"Line":7,"Comment":"09/24/2024 10:06 AM - mattm - F/U changed from 09/21/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218839,"Line":8,"Comment":"10/28/2024 8:56 AM - mattm - Req Date change from 10/31/2024 to 11/29/2024 (Req Date Updated)"},{"comp":1,"quote":218839,"Line":9,"Comment":"10/28/2024 8:56 AM - mattm - CLO changed from 10/26/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":218839,"Line":10,"Comment":"10/28/2024 8:56 AM - mattm - F/U Changed from 10/26/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218839,"Line":11,"Comment":"11/20/2024 8:39 AM - mattm - Still active"},{"comp":1,"quote":218839,"Line":12,"Comment":"11/20/2024 8:39 AM - mattm - Req Date changed from 11/29/2024 to 12/27/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"218839","line":"1","part":"NBT30-VC6-45","qty":"31","price":"524.00","uom":"EA","discount":"40.00","req_date":"1 Stk/8 2-wks/22 3mo","branch":"1"},{"comp":"01","order":"218839","line":"2","part":"VCK6-3","qty":"31","price":"121.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218839","line":"3","part":"VCN-6BJ","qty":"31","price":"107.00","uom":"EA","discount":"40.00","req_date":"19 Stk/12 2-weeks","branch":"1"},{"comp":"01","order":"218839","line":"4","part":"SKJ10-3","qty":"31","price":"32.00","uom":"EA","discount":"40.00","req_date":"19 Stk/12 2 weeks","branch":"1"},{"comp":"01","order":"218839","line":"6","part":"NBT30-C3/4-75G","qty":"31","price":"602.00","uom":"EA","discount":"40.00","req_date":"12pc stk/19 2-3 days","branch":"1"},{"comp":"01","order":"218839","line":"7","part":"CCK3/4-1/2","qty":"31","price":"85.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218839","line":"8","part":"CKFN20(3/4)-1/2","qty":"31","price":"59.00","uom":"EA","discount":"40.00","req_date":"14 Stk/26pc 2-weeks","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-20 07:39:49.476 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218839-11202024073949.txt === {"quote":"218839","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"HOERBI","shiptoName":"Hoerbiger Corporation","entry_date":"07-16-2024","cust_order_date":"07-16-2024","req_date":"12-27-2024","cust_po":"NBT30-VC6-45","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Lynn Nunez","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"14:03","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Lynn Nunez","follow_phone":"915-449-0723","follow_email":"Lynn.Nunez@mscdirect.com","pic_user":"mattm","total_amt":"28458.0","total_gp":"17963.88","total_gpm":"63.12","rev_type":"ADV","mod_date":"11-20-2024","mod_time":null,"mod_user":"mattm","reason":"","totalQty":"217","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"218839","line":"0","data":"07-16-2024 15:28-alyssah Added to CBO for delivery"}],"crmnotes":[{"comp":1,"quote":218839,"Line":0,"Comment":"08/13/2024 4:41 PM - mattm - Current Project, waiting on approval "},{"comp":1,"quote":218839,"Line":1,"Comment":"08/13/2024 4:42 PM - mattm - Req Date change from 8/27/2024 to 9/28/2024 (Req Date Updated)"},{"comp":1,"quote":218839,"Line":2,"Comment":"08/13/2024 4:42 PM - mattm - CLO changed from 8/16/2024 to 8/13/2024 (CLO Date Updated)"},{"comp":1,"quote":218839,"Line":3,"Comment":"08/13/2024 4:42 PM - mattm - CLO changed from 8/13/2024 to 9/21/2024 (CLO Date Updated)"},{"comp":1,"quote":218839,"Line":4,"Comment":"08/13/2024 4:43 PM - mattm - F/U Changed from 8/9/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218839,"Line":5,"Comment":"09/24/2024 10:06 AM - mattm - Req Date changed from 09/28/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":218839,"Line":6,"Comment":"09/24/2024 10:06 AM - mattm - CLO changed from 09/21/2024 to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":218839,"Line":7,"Comment":"09/24/2024 10:06 AM - mattm - F/U changed from 09/21/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218839,"Line":8,"Comment":"10/28/2024 8:56 AM - mattm - Req Date change from 10/31/2024 to 11/29/2024 (Req Date Updated)"},{"comp":1,"quote":218839,"Line":9,"Comment":"10/28/2024 8:56 AM - mattm - CLO changed from 10/26/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":218839,"Line":10,"Comment":"10/28/2024 8:56 AM - mattm - F/U Changed from 10/26/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218839,"Line":11,"Comment":"11/20/2024 8:39 AM - mattm - Still active"},{"comp":1,"quote":218839,"Line":12,"Comment":"11/20/2024 8:39 AM - mattm - Req Date changed from 11/29/2024 to 12/27/2024 (Req Date Updated)"},{"comp":1,"quote":218839,"Line":13,"Comment":"11/20/2024 8:39 AM - mattm - CLO changed from 11/16/2024 to 12/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"218839","line":"1","part":"NBT30-VC6-45","qty":"31","price":"524.00","uom":"EA","discount":"40.00","req_date":"1 Stk/8 2-wks/22 3mo","branch":"1"},{"comp":"01","order":"218839","line":"2","part":"VCK6-3","qty":"31","price":"121.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218839","line":"3","part":"VCN-6BJ","qty":"31","price":"107.00","uom":"EA","discount":"40.00","req_date":"19 Stk/12 2-weeks","branch":"1"},{"comp":"01","order":"218839","line":"4","part":"SKJ10-3","qty":"31","price":"32.00","uom":"EA","discount":"40.00","req_date":"19 Stk/12 2 weeks","branch":"1"},{"comp":"01","order":"218839","line":"6","part":"NBT30-C3/4-75G","qty":"31","price":"602.00","uom":"EA","discount":"40.00","req_date":"12pc stk/19 2-3 days","branch":"1"},{"comp":"01","order":"218839","line":"7","part":"CCK3/4-1/2","qty":"31","price":"85.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218839","line":"8","part":"CKFN20(3/4)-1/2","qty":"31","price":"59.00","uom":"EA","discount":"40.00","req_date":"14 Stk/26pc 2-weeks","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-20 07:39:56.676 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218839-11202024073956.txt === {"quote":"218839","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"HOERBI","shiptoName":"Hoerbiger Corporation","entry_date":"07-16-2024","cust_order_date":"07-16-2024","req_date":"12-27-2024","cust_po":"NBT30-VC6-45","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Lynn Nunez","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"14:03","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Lynn Nunez","follow_phone":"915-449-0723","follow_email":"Lynn.Nunez@mscdirect.com","pic_user":"mattm","total_amt":"28458.0","total_gp":"17963.88","total_gpm":"63.12","rev_type":"ADV","mod_date":"11-20-2024","mod_time":null,"mod_user":"mattm","reason":"","totalQty":"217","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"218839","line":"0","data":"07-16-2024 15:28-alyssah Added to CBO for delivery"}],"crmnotes":[{"comp":1,"quote":218839,"Line":0,"Comment":"08/13/2024 4:41 PM - mattm - Current Project, waiting on approval "},{"comp":1,"quote":218839,"Line":1,"Comment":"08/13/2024 4:42 PM - mattm - Req Date change from 8/27/2024 to 9/28/2024 (Req Date Updated)"},{"comp":1,"quote":218839,"Line":2,"Comment":"08/13/2024 4:42 PM - mattm - CLO changed from 8/16/2024 to 8/13/2024 (CLO Date Updated)"},{"comp":1,"quote":218839,"Line":3,"Comment":"08/13/2024 4:42 PM - mattm - CLO changed from 8/13/2024 to 9/21/2024 (CLO Date Updated)"},{"comp":1,"quote":218839,"Line":4,"Comment":"08/13/2024 4:43 PM - mattm - F/U Changed from 8/9/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218839,"Line":5,"Comment":"09/24/2024 10:06 AM - mattm - Req Date changed from 09/28/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":218839,"Line":6,"Comment":"09/24/2024 10:06 AM - mattm - CLO changed from 09/21/2024 to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":218839,"Line":7,"Comment":"09/24/2024 10:06 AM - mattm - F/U changed from 09/21/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218839,"Line":8,"Comment":"10/28/2024 8:56 AM - mattm - Req Date change from 10/31/2024 to 11/29/2024 (Req Date Updated)"},{"comp":1,"quote":218839,"Line":9,"Comment":"10/28/2024 8:56 AM - mattm - CLO changed from 10/26/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":218839,"Line":10,"Comment":"10/28/2024 8:56 AM - mattm - F/U Changed from 10/26/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218839,"Line":11,"Comment":"11/20/2024 8:39 AM - mattm - Still active"},{"comp":1,"quote":218839,"Line":12,"Comment":"11/20/2024 8:39 AM - mattm - Req Date changed from 11/29/2024 to 12/27/2024 (Req Date Updated)"},{"comp":1,"quote":218839,"Line":13,"Comment":"11/20/2024 8:39 AM - mattm - CLO changed from 11/16/2024 to 12/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"218839","line":"1","part":"NBT30-VC6-45","qty":"31","price":"524.00","uom":"EA","discount":"40.00","req_date":"1 Stk/8 2-wks/22 3mo","branch":"1"},{"comp":"01","order":"218839","line":"2","part":"VCK6-3","qty":"31","price":"121.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218839","line":"3","part":"VCN-6BJ","qty":"31","price":"107.00","uom":"EA","discount":"40.00","req_date":"19 Stk/12 2-weeks","branch":"1"},{"comp":"01","order":"218839","line":"4","part":"SKJ10-3","qty":"31","price":"32.00","uom":"EA","discount":"40.00","req_date":"19 Stk/12 2 weeks","branch":"1"},{"comp":"01","order":"218839","line":"6","part":"NBT30-C3/4-75G","qty":"31","price":"602.00","uom":"EA","discount":"40.00","req_date":"12pc stk/19 2-3 days","branch":"1"},{"comp":"01","order":"218839","line":"7","part":"CCK3/4-1/2","qty":"31","price":"85.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218839","line":"8","part":"CKFN20(3/4)-1/2","qty":"31","price":"59.00","uom":"EA","discount":"40.00","req_date":"14 Stk/26pc 2-weeks","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-20 07:40:47.810 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221160-11202024074047.txt === {"quote":"221160","customer":"13170","name":null,"customerName":"Morris South (NC)","comp":"01","open":"0","shipto":"GEGASTUR","shiptoName":"GE Power System COI Replenishment","entry_date":"09-05-2024","cust_order_date":"09-05-2024","req_date":"01-31-2025","cust_po":"GE Greenville 1600","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"AM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Kent Burdett","drop_po":"","status":"0","user":"mattm","conv_order":"","time":"12:43","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Kent Burdett","follow_phone":"704-523-6008","follow_email":"kburdett@morrissouth.com","pic_user":"mattm","total_amt":"936520.80","total_gp":"474970.84","total_gpm":"50.72","rev_type":"RT","mod_date":"11-20-2024","mod_time":null,"mod_user":"mattm","reason":"","totalQty":"12","win_pct":"20","clo_date":"11-16-2024","notes":[],"crmnotes":[{"comp":1,"quote":221160,"Line":0,"Comment":"10/28/2024 8:54 AM - mattm - Req Date change from 10/26/2025 to 11/29/2024 (Req Date Updated)"},{"comp":1,"quote":221160,"Line":1,"Comment":"10/28/2024 8:54 AM - mattm - CLO changed from 10/26/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":221160,"Line":2,"Comment":"10/28/2024 8:55 AM - mattm - F/U Changed from 10/26/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221160,"Line":3,"Comment":"11/20/2024 8:40 AM - mattm - Project still active"},{"comp":1,"quote":221160,"Line":4,"Comment":"11/20/2024 8:40 AM - mattm - Req Date changed from 11/29/2024 to 01/31/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"221160","line":"1","part":"CNC1600FA-M","qty":"4","price":"214545.00","uom":"EA","discount":"0.00","req_date":"12 Months ARO","branch":"1"},{"comp":"01","order":"221160","line":"2","part":"HYD-UNIT-NACHI-AC110V","qty":"4","price":"7642.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221160","line":"3","part":"RT-ACCS-SCALE","qty":"4","price":"15000.00","uom":"EA","discount":"0.00","req_date":"15 Weeks ARO","branch":"1"}],"qlines":[{"Quote":"221160","Line":"1","Company":"1","F_Line":"1","Comment":"Would be CNC1600 with Okuma Motor - you can removed the","Loc":"Y"},{"Quote":"221160","Line":"1","Company":"1","F_Line":"2","Comment":"FA-M and repalce with OPS4-M","Loc":"Y"},{"Quote":"221160","Line":"1","Company":"1","F_Line":"3","Comment":"****** Morris South - NET PRICE********","Loc":"Y"},{"Quote":"221160","Line":"3","Company":"1","F_Line":"1","Comment":"Heidenhain Scale +/-2 with scale mounting kit.","Loc":"Y"},{"Quote":"221160","Line":"3","Company":"1","F_Line":"2","Comment":"Note: The table will require a riser to provide space","Loc":"Y"},{"Quote":"221160","Line":"3","Company":"1","F_Line":"3","Comment":"for the scale.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-20 07:40:56.418 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221160-11202024074056.txt === {"quote":"221160","customer":"13170","name":null,"customerName":"Morris South (NC)","comp":"01","open":"0","shipto":"GEGASTUR","shiptoName":"GE Power System COI Replenishment","entry_date":"09-05-2024","cust_order_date":"09-05-2024","req_date":"01-31-2025","cust_po":"GE Greenville 1600","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"AM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Kent Burdett","drop_po":"","status":"0","user":"mattm","conv_order":"","time":"12:43","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Kent Burdett","follow_phone":"704-523-6008","follow_email":"kburdett@morrissouth.com","pic_user":"mattm","total_amt":"936520.80","total_gp":"474970.84","total_gpm":"50.72","rev_type":"RT","mod_date":"11-20-2024","mod_time":null,"mod_user":"mattm","reason":"","totalQty":"12","win_pct":"20","clo_date":"01-18-2025","notes":[],"crmnotes":[{"comp":1,"quote":221160,"Line":0,"Comment":"10/28/2024 8:54 AM - mattm - Req Date change from 10/26/2025 to 11/29/2024 (Req Date Updated)"},{"comp":1,"quote":221160,"Line":1,"Comment":"10/28/2024 8:54 AM - mattm - CLO changed from 10/26/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":221160,"Line":2,"Comment":"10/28/2024 8:55 AM - mattm - F/U Changed from 10/26/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221160,"Line":3,"Comment":"11/20/2024 8:40 AM - mattm - Project still active"},{"comp":1,"quote":221160,"Line":4,"Comment":"11/20/2024 8:40 AM - mattm - Req Date changed from 11/29/2024 to 01/31/2025 (Req Date Updated)"},{"comp":1,"quote":221160,"Line":5,"Comment":"11/20/2024 8:40 AM - mattm - CLO changed from 11/16/2024 to 01/18/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221160","line":"1","part":"CNC1600FA-M","qty":"4","price":"214545.00","uom":"EA","discount":"0.00","req_date":"12 Months ARO","branch":"1"},{"comp":"01","order":"221160","line":"2","part":"HYD-UNIT-NACHI-AC110V","qty":"4","price":"7642.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221160","line":"3","part":"RT-ACCS-SCALE","qty":"4","price":"15000.00","uom":"EA","discount":"0.00","req_date":"15 Weeks ARO","branch":"1"}],"qlines":[{"Quote":"221160","Line":"1","Company":"1","F_Line":"1","Comment":"Would be CNC1600 with Okuma Motor - you can removed the","Loc":"Y"},{"Quote":"221160","Line":"1","Company":"1","F_Line":"2","Comment":"FA-M and repalce with OPS4-M","Loc":"Y"},{"Quote":"221160","Line":"1","Company":"1","F_Line":"3","Comment":"****** Morris South - NET PRICE********","Loc":"Y"},{"Quote":"221160","Line":"3","Company":"1","F_Line":"1","Comment":"Heidenhain Scale +/-2 with scale mounting kit.","Loc":"Y"},{"Quote":"221160","Line":"3","Company":"1","F_Line":"2","Comment":"Note: The table will require a riser to provide space","Loc":"Y"},{"Quote":"221160","Line":"3","Company":"1","F_Line":"3","Comment":"for the scale.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-20 07:41:03.920 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221160-11202024074103.txt === {"quote":"221160","customer":"13170","name":null,"customerName":"Morris South (NC)","comp":"01","open":"0","shipto":"GEGASTUR","shiptoName":"GE Power System COI Replenishment","entry_date":"09-05-2024","cust_order_date":"09-05-2024","req_date":"01-31-2025","cust_po":"GE Greenville 1600","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"AM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Kent Burdett","drop_po":"","status":"0","user":"mattm","conv_order":"","time":"12:43","extra":"","follow_up":"01-18-2025","web_id":"","follow_name":"Kent Burdett","follow_phone":"704-523-6008","follow_email":"kburdett@morrissouth.com","pic_user":"mattm","total_amt":"936520.80","total_gp":"474970.84","total_gpm":"50.72","rev_type":"RT","mod_date":"11-20-2024","mod_time":null,"mod_user":"mattm","reason":"","totalQty":"12","win_pct":"20","clo_date":"01-18-2025","notes":[],"crmnotes":[{"comp":1,"quote":221160,"Line":0,"Comment":"10/28/2024 8:54 AM - mattm - Req Date change from 10/26/2025 to 11/29/2024 (Req Date Updated)"},{"comp":1,"quote":221160,"Line":1,"Comment":"10/28/2024 8:54 AM - mattm - CLO changed from 10/26/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":221160,"Line":2,"Comment":"10/28/2024 8:55 AM - mattm - F/U Changed from 10/26/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221160,"Line":3,"Comment":"11/20/2024 8:40 AM - mattm - Project still active"},{"comp":1,"quote":221160,"Line":4,"Comment":"11/20/2024 8:40 AM - mattm - Req Date changed from 11/29/2024 to 01/31/2025 (Req Date Updated)"},{"comp":1,"quote":221160,"Line":5,"Comment":"11/20/2024 8:40 AM - mattm - CLO changed from 11/16/2024 to 01/18/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221160","line":"1","part":"CNC1600FA-M","qty":"4","price":"214545.00","uom":"EA","discount":"0.00","req_date":"12 Months ARO","branch":"1"},{"comp":"01","order":"221160","line":"2","part":"HYD-UNIT-NACHI-AC110V","qty":"4","price":"7642.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221160","line":"3","part":"RT-ACCS-SCALE","qty":"4","price":"15000.00","uom":"EA","discount":"0.00","req_date":"15 Weeks ARO","branch":"1"}],"qlines":[{"Quote":"221160","Line":"1","Company":"1","F_Line":"1","Comment":"Would be CNC1600 with Okuma Motor - you can removed the","Loc":"Y"},{"Quote":"221160","Line":"1","Company":"1","F_Line":"2","Comment":"FA-M and repalce with OPS4-M","Loc":"Y"},{"Quote":"221160","Line":"1","Company":"1","F_Line":"3","Comment":"****** Morris South - NET PRICE********","Loc":"Y"},{"Quote":"221160","Line":"3","Company":"1","F_Line":"1","Comment":"Heidenhain Scale +/-2 with scale mounting kit.","Loc":"Y"},{"Quote":"221160","Line":"3","Company":"1","F_Line":"2","Comment":"Note: The table will require a riser to provide space","Loc":"Y"},{"Quote":"221160","Line":"3","Company":"1","F_Line":"3","Comment":"for the scale.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-20 07:42:06.582 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221794-11202024074206.txt === {"quote":"221794","customer":"8115","name":null,"customerName":"Trident Southeast LLC","comp":"01","open":"0","shipto":"TRISE","shiptoName":"Trident Southeast LLC","entry_date":"09-19-2024","cust_order_date":"11-08-2023","req_date":"01-31-2025","cust_po":"5AX-201 (2 UNITS)","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Victor Perez","drop_po":"","status":"0","user":"mattm","conv_order":"","time":"12:57","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Victor Perez","follow_phone":"813-459-0434","follow_email":"vperez@haasflorida.com","pic_user":"mattm","total_amt":"74830.00","total_gp":"41830.00","total_gpm":"55.90","rev_type":"RT","mod_date":"11-20-2024","mod_time":null,"mod_user":"mattm","reason":"","totalQty":"7","win_pct":"20","clo_date":"11-16-2024","notes":[],"crmnotes":[{"comp":1,"quote":221794,"Line":0,"Comment":"10/28/2024 8:57 AM - mattm - Req Date change from 10/31/2024 to 11/29/2024 (Req Date Updated)"},{"comp":1,"quote":221794,"Line":1,"Comment":"10/28/2024 8:57 AM - mattm - CLO changed from 10/26/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":221794,"Line":2,"Comment":"10/28/2024 8:57 AM - mattm - F/U Changed from 10/26/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221794,"Line":3,"Comment":"11/20/2024 8:41 AM - mattm - Project still active - waiting for approval"},{"comp":1,"quote":221794,"Line":4,"Comment":"11/20/2024 8:42 AM - mattm - Req Date changed from 11/29/2024 to 01/31/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"221794","line":"1","part":"5AX-201YA-M","qty":"2","price":"54100.00","uom":"EA","discount":"35.00","req_date":"1 Stk","branch":"1"},{"comp":"01","order":"221794","line":"2","part":"RT-ACCS-CABLE","qty":"2","price":"3100.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"221794","line":"3","part":"AIR-LINE-KIT-HAAS-5AX","qty":"2","price":"85.00","uom":"EA","discount":"100.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"221794","line":"4","part":"RT-INSTALLATION","qty":"1","price":"4500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"221794","Line":"2","Company":"1","F_Line":"1","Comment":"EXTERNAL POWER/FEEDBACK CABLES FOR 4TH/5TH AXES","Loc":"Y"},{"Quote":"221794","Line":"4","Company":"1","F_Line":"1","Comment":"RT Install - Does not include 4th/5th interface","Loc":"Y"},{"Quote":"221794","Line":"4","Company":"1","F_Line":"2","Comment":"The Machine would need to have the factory 4th/5th","Loc":"Y"},{"Quote":"221794","Line":"4","Company":"1","F_Line":"3","Comment":"Interface and 3rd Party Rotary Option","Loc":"Y"},{"Quote":"221794","Line":"4","Company":"1","F_Line":"4","Comment":"Price includes - Travel & Labor","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-20 07:42:14.747 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221794-11202024074214.txt === {"quote":"221794","customer":"8115","name":null,"customerName":"Trident Southeast LLC","comp":"01","open":"0","shipto":"TRISE","shiptoName":"Trident Southeast LLC","entry_date":"09-19-2024","cust_order_date":"11-08-2023","req_date":"01-31-2025","cust_po":"5AX-201 (2 UNITS)","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Victor Perez","drop_po":"","status":"0","user":"mattm","conv_order":"","time":"12:57","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Victor Perez","follow_phone":"813-459-0434","follow_email":"vperez@haasflorida.com","pic_user":"mattm","total_amt":"74830.00","total_gp":"41830.00","total_gpm":"55.90","rev_type":"RT","mod_date":"11-20-2024","mod_time":null,"mod_user":"mattm","reason":"","totalQty":"7","win_pct":"20","clo_date":"01-18-2025","notes":[],"crmnotes":[{"comp":1,"quote":221794,"Line":0,"Comment":"10/28/2024 8:57 AM - mattm - Req Date change from 10/31/2024 to 11/29/2024 (Req Date Updated)"},{"comp":1,"quote":221794,"Line":1,"Comment":"10/28/2024 8:57 AM - mattm - CLO changed from 10/26/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":221794,"Line":2,"Comment":"10/28/2024 8:57 AM - mattm - F/U Changed from 10/26/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221794,"Line":3,"Comment":"11/20/2024 8:41 AM - mattm - Project still active - waiting for approval"},{"comp":1,"quote":221794,"Line":4,"Comment":"11/20/2024 8:42 AM - mattm - Req Date changed from 11/29/2024 to 01/31/2025 (Req Date Updated)"},{"comp":1,"quote":221794,"Line":5,"Comment":"11/20/2024 8:42 AM - mattm - CLO changed from 11/16/2024 to 01/18/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221794","line":"1","part":"5AX-201YA-M","qty":"2","price":"54100.00","uom":"EA","discount":"35.00","req_date":"1 Stk","branch":"1"},{"comp":"01","order":"221794","line":"2","part":"RT-ACCS-CABLE","qty":"2","price":"3100.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"221794","line":"3","part":"AIR-LINE-KIT-HAAS-5AX","qty":"2","price":"85.00","uom":"EA","discount":"100.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"221794","line":"4","part":"RT-INSTALLATION","qty":"1","price":"4500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"221794","Line":"2","Company":"1","F_Line":"1","Comment":"EXTERNAL POWER/FEEDBACK CABLES FOR 4TH/5TH AXES","Loc":"Y"},{"Quote":"221794","Line":"4","Company":"1","F_Line":"1","Comment":"RT Install - Does not include 4th/5th interface","Loc":"Y"},{"Quote":"221794","Line":"4","Company":"1","F_Line":"2","Comment":"The Machine would need to have the factory 4th/5th","Loc":"Y"},{"Quote":"221794","Line":"4","Company":"1","F_Line":"3","Comment":"Interface and 3rd Party Rotary Option","Loc":"Y"},{"Quote":"221794","Line":"4","Company":"1","F_Line":"4","Comment":"Price includes - Travel & Labor","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-20 07:42:22.919 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221794-11202024074222.txt === {"quote":"221794","customer":"8115","name":null,"customerName":"Trident Southeast LLC","comp":"01","open":"0","shipto":"TRISE","shiptoName":"Trident Southeast LLC","entry_date":"09-19-2024","cust_order_date":"11-08-2023","req_date":"01-31-2025","cust_po":"5AX-201 (2 UNITS)","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Victor Perez","drop_po":"","status":"0","user":"mattm","conv_order":"","time":"12:57","extra":"","follow_up":"01-18-2025","web_id":"","follow_name":"Victor Perez","follow_phone":"813-459-0434","follow_email":"vperez@haasflorida.com","pic_user":"mattm","total_amt":"74830.00","total_gp":"41830.00","total_gpm":"55.90","rev_type":"RT","mod_date":"11-20-2024","mod_time":null,"mod_user":"mattm","reason":"","totalQty":"7","win_pct":"20","clo_date":"01-18-2025","notes":[],"crmnotes":[{"comp":1,"quote":221794,"Line":0,"Comment":"10/28/2024 8:57 AM - mattm - Req Date change from 10/31/2024 to 11/29/2024 (Req Date Updated)"},{"comp":1,"quote":221794,"Line":1,"Comment":"10/28/2024 8:57 AM - mattm - CLO changed from 10/26/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":221794,"Line":2,"Comment":"10/28/2024 8:57 AM - mattm - F/U Changed from 10/26/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221794,"Line":3,"Comment":"11/20/2024 8:41 AM - mattm - Project still active - waiting for approval"},{"comp":1,"quote":221794,"Line":4,"Comment":"11/20/2024 8:42 AM - mattm - Req Date changed from 11/29/2024 to 01/31/2025 (Req Date Updated)"},{"comp":1,"quote":221794,"Line":5,"Comment":"11/20/2024 8:42 AM - mattm - CLO changed from 11/16/2024 to 01/18/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221794","line":"1","part":"5AX-201YA-M","qty":"2","price":"54100.00","uom":"EA","discount":"35.00","req_date":"1 Stk","branch":"1"},{"comp":"01","order":"221794","line":"2","part":"RT-ACCS-CABLE","qty":"2","price":"3100.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"221794","line":"3","part":"AIR-LINE-KIT-HAAS-5AX","qty":"2","price":"85.00","uom":"EA","discount":"100.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"221794","line":"4","part":"RT-INSTALLATION","qty":"1","price":"4500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"221794","Line":"2","Company":"1","F_Line":"1","Comment":"EXTERNAL POWER/FEEDBACK CABLES FOR 4TH/5TH AXES","Loc":"Y"},{"Quote":"221794","Line":"4","Company":"1","F_Line":"1","Comment":"RT Install - Does not include 4th/5th interface","Loc":"Y"},{"Quote":"221794","Line":"4","Company":"1","F_Line":"2","Comment":"The Machine would need to have the factory 4th/5th","Loc":"Y"},{"Quote":"221794","Line":"4","Company":"1","F_Line":"3","Comment":"Interface and 3rd Party Rotary Option","Loc":"Y"},{"Quote":"221794","Line":"4","Company":"1","F_Line":"4","Comment":"Price includes - Travel & Labor","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-20 07:43:15.705 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-217122-11202024074315.txt === {"quote":"217122","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"1","shipto":"ALTERNAT","shiptoName":"AFI - Sarasota","entry_date":"06-05-2024","cust_order_date":"06-05-2024","req_date":"11-29-2024","cust_po":"TORCH TIP E346+","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Branden","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"16:22","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Branden","follow_phone":"","follow_email":"branden@afi-tools.com","pic_user":"mattm","total_amt":"16048.8","total_gp":"15174.00","total_gpm":"94.55","rev_type":"ADV","mod_date":"11-20-2024","mod_time":null,"mod_user":"mattm","reason":"2","totalQty":"9","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"217122","line":"0","data":"06-05-2024 16:25 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":217122,"Line":0,"Comment":"06/17/2024 1:13 PM - mattm - F/U changed from 06/18/2024 to 7/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217122,"Line":1,"Comment":"06/17/2024 1:13 PM - mattm - CLO changed from 07/05/2024 to 07/20/2024 (CLO Date Updated)"},{"comp":1,"quote":217122,"Line":2,"Comment":"06/17/2024 1:13 PM - mattm - Req Date changed from 07/17/2024 to 07/31/2024 (Req Date Updated)"},{"comp":1,"quote":217122,"Line":3,"Comment":"07/17/2024 10:35 PM - mattm - F/U Changed from 7/20/2024 to 8/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217122,"Line":4,"Comment":"08/15/2024 8:04 AM - mattm - Encounter has been added"},{"comp":1,"quote":217122,"Line":5,"Comment":"08/16/2024 8:03 AM - mattm - Req Date changed from 07/31/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":217122,"Line":6,"Comment":"08/16/2024 8:03 AM - mattm - CLO changed from 07/20/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":217122,"Line":7,"Comment":"08/16/2024 8:03 AM - mattm - F/U changed from 08/24/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":217122,"Line":8,"Comment":"08/16/2024 8:04 AM - mattm - Encounter has been added"},{"comp":1,"quote":217122,"Line":9,"Comment":"10/23/2024 1:50 PM - mattm - Req Date change from 10/31/2024 to 11/29/2024 (Req Date Updated)"},{"comp":1,"quote":217122,"Line":10,"Comment":"10/23/2024 1:51 PM - mattm - CLO changed from 10/19/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":217122,"Line":11,"Comment":"10/23/2024 1:51 PM - mattm - F/U Changed from 10/19/2024 to 11/16/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"217122","line":"1","part":"SPECIAL-PRE","qty":"1","price":"19900.00","uom":"EA","discount":"28.00","req_date":"4-5 WEEKS ARO","branch":"1"},{"comp":"01","order":"217122","line":"2","part":"PRE-E346PLUS-STD","qty":"1","price":"1940.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217122","line":"3","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217122","line":"4","part":"PRE-PRNT-ROLL-QL800","qty":"5","price":"30.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"217122","line":"5","part":"PRE-INST/TRAINING","qty":"1","price":"2500.00","uom":"EA","discount":"100.00","req_date":"TBD","branch":"1"}],"qlines":[{"Quote":"217122","Line":"1","Company":"1","F_Line":"1","Comment":"PRE-E346PLUS-BMT45 - BMT45 PRESETTER","Loc":"Y"}],"qcomms":[{"Quote":"217122","Line":"0","Comment":"ONCE THESE ITEMS ARE INVOICED THEY MAY NOT BE"},{"Quote":"217122","Line":"1","Comment":"RETURNED OR EXCHANGED."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-20 07:44:11.002 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-216626-11202024074410.txt === {"quote":"216626","customer":"19575","name":null,"customerName":"Single Source Technologies","comp":"01","open":"0","shipto":"HENMAC","shiptoName":"Henderson Machine","entry_date":"05-24-2024","cust_order_date":"05-24-2024","req_date":"12-31-2024","cust_po":"E46LA CAT50","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Benton Guest","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"10:48","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Benton Guest","follow_phone":"321-446-3567","follow_email":"Ben.Guest@singlesourcetech.com","pic_user":"mattm","total_amt":"52812.50","total_gp":"26909.89","total_gpm":"50.95","rev_type":"ADV","mod_date":"11-20-2024","mod_time":null,"mod_user":"mattm","reason":"","totalQty":"12","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"216626","line":"0","data":"05-24-2024 12:17 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":216626,"Line":0,"Comment":"05/31/2024 3:10 PM - mattm - F/U changed from 06/06/2024 to 6/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216626,"Line":1,"Comment":"05/31/2024 3:10 PM - mattm - CLO changed from 06/24/2024 to 06/22/2024 (CLO Date Updated)"},{"comp":1,"quote":216626,"Line":2,"Comment":"06/24/2024 1:13 PM - mattm - Req Date changed from 07/05/2024 to 07/31/2024 (Req Date Updated)"},{"comp":1,"quote":216626,"Line":3,"Comment":"06/24/2024 1:13 PM - mattm - CLO changed from 06/22/2024 to 07/27/2024 (CLO Date Updated)"},{"comp":1,"quote":216626,"Line":4,"Comment":"06/24/2024 1:13 PM - mattm - F/U changed from 06/22/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216626,"Line":5,"Comment":"07/29/2024 4:55 PM - mattm - Req Date changed from 07/31/2024 to 08/30/2024 (Req Date Updated)"},{"comp":1,"quote":216626,"Line":6,"Comment":"07/29/2024 4:55 PM - mattm - CLO changed from 07/27/2024 to 08/24/2024 (CLO Date Updated)"},{"comp":1,"quote":216626,"Line":7,"Comment":"07/29/2024 4:55 PM - mattm - F/U changed from 07/27/2024 to 8/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216626,"Line":8,"Comment":"08/26/2024 1:53 PM - mattm - Req Date change from 8/30/2024 to 9/13/2024 (Req Date Updated)"},{"comp":1,"quote":216626,"Line":9,"Comment":"08/26/2024 1:53 PM - mattm - CLO changed from 8/24/2024 to 8/31/2024 (CLO Date Updated)"},{"comp":1,"quote":216626,"Line":10,"Comment":"08/26/2024 1:54 PM - mattm - F/U Changed from 8/24/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216626,"Line":11,"Comment":"09/03/2024 6:29 PM - mattm - CLO changed from 8/31/2024 to 9/7/2024 (CLO Date Updated)"},{"comp":1,"quote":216626,"Line":12,"Comment":"09/03/2024 6:29 PM - mattm - F/U Changed from 8/31/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216626,"Line":13,"Comment":"09/06/2024 11:42 AM - mattm - Encounter has been added"},{"comp":1,"quote":216626,"Line":14,"Comment":"09/06/2024 11:51 AM - mattm - Req Date changed from 09/13/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":216626,"Line":15,"Comment":"09/06/2024 11:52 AM - mattm - CLO changed from 09/07/2024 to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":216626,"Line":16,"Comment":"09/06/2024 11:52 AM - mattm - F/U changed from 09/07/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216626,"Line":17,"Comment":"10/28/2024 8:57 AM - mattm - Req Date change from 10/31/2024 to 11/29/2024 (Req Date Updated)"},{"comp":1,"quote":216626,"Line":18,"Comment":"10/28/2024 8:58 AM - mattm - CLO changed from 10/26/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":216626,"Line":19,"Comment":"10/28/2024 8:58 AM - mattm - F/U Changed from 10/26/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216626,"Line":20,"Comment":"11/20/2024 8:44 AM - mattm - Req Date changed from 11/29/2024 to 12/31/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"216626","line":"1","part":"PRE-E46LA-I50","qty":"1","price":"52000.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216626","line":"2","part":"PRE-GAUGE-C50","qty":"1","price":"760.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216626","line":"3","part":"PRE-SPDL-I40RA","qty":"1","price":"3370.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216626","line":"4","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216626","line":"5","part":"PRE-SPDL-H63RMA","qty":"1","price":"5230.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216626","line":"6","part":"PRE-GAUGE-H63","qty":"1","price":"1040.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216626","line":"7","part":"PRE-TTS-12TTS","qty":"1","price":"1400.00","uom":"EA","discount":"25.00","req_date":"2-3 WEEKS ARO","branch":"1"},{"comp":"01","order":"216626","line":"8","part":"PRE-TID-12TRE","qty":"1","price":"0.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216626","line":"9","part":"PRE-TID-12TEN","qty":"1","price":"220.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216626","line":"10","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216626","line":"11","part":"PRE-PRNT-ROLL-QL800","qty":"1","price":"30.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216626","line":"12","part":"PRE-INST/TRAINING","qty":"1","price":"4100.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"216626","Line":"0","Comment":"ONCE INVOICED THESE ITEMS MAY NOT BE RETURNED"},{"Quote":"216626","Line":"1","Comment":"OR EXCHANGED."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":12}}] 2024-11-20 07:44:20.412 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-216626-11202024074420.txt === {"quote":"216626","customer":"19575","name":null,"customerName":"Single Source Technologies","comp":"01","open":"0","shipto":"HENMAC","shiptoName":"Henderson Machine","entry_date":"05-24-2024","cust_order_date":"05-24-2024","req_date":"12-31-2024","cust_po":"E46LA CAT50","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Benton Guest","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"10:48","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Benton Guest","follow_phone":"321-446-3567","follow_email":"Ben.Guest@singlesourcetech.com","pic_user":"mattm","total_amt":"52812.50","total_gp":"26909.89","total_gpm":"50.95","rev_type":"ADV","mod_date":"11-20-2024","mod_time":null,"mod_user":"mattm","reason":"","totalQty":"12","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"216626","line":"0","data":"05-24-2024 12:17 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":216626,"Line":0,"Comment":"05/31/2024 3:10 PM - mattm - F/U changed from 06/06/2024 to 6/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216626,"Line":1,"Comment":"05/31/2024 3:10 PM - mattm - CLO changed from 06/24/2024 to 06/22/2024 (CLO Date Updated)"},{"comp":1,"quote":216626,"Line":2,"Comment":"06/24/2024 1:13 PM - mattm - Req Date changed from 07/05/2024 to 07/31/2024 (Req Date Updated)"},{"comp":1,"quote":216626,"Line":3,"Comment":"06/24/2024 1:13 PM - mattm - CLO changed from 06/22/2024 to 07/27/2024 (CLO Date Updated)"},{"comp":1,"quote":216626,"Line":4,"Comment":"06/24/2024 1:13 PM - mattm - F/U changed from 06/22/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216626,"Line":5,"Comment":"07/29/2024 4:55 PM - mattm - Req Date changed from 07/31/2024 to 08/30/2024 (Req Date Updated)"},{"comp":1,"quote":216626,"Line":6,"Comment":"07/29/2024 4:55 PM - mattm - CLO changed from 07/27/2024 to 08/24/2024 (CLO Date Updated)"},{"comp":1,"quote":216626,"Line":7,"Comment":"07/29/2024 4:55 PM - mattm - F/U changed from 07/27/2024 to 8/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216626,"Line":8,"Comment":"08/26/2024 1:53 PM - mattm - Req Date change from 8/30/2024 to 9/13/2024 (Req Date Updated)"},{"comp":1,"quote":216626,"Line":9,"Comment":"08/26/2024 1:53 PM - mattm - CLO changed from 8/24/2024 to 8/31/2024 (CLO Date Updated)"},{"comp":1,"quote":216626,"Line":10,"Comment":"08/26/2024 1:54 PM - mattm - F/U Changed from 8/24/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216626,"Line":11,"Comment":"09/03/2024 6:29 PM - mattm - CLO changed from 8/31/2024 to 9/7/2024 (CLO Date Updated)"},{"comp":1,"quote":216626,"Line":12,"Comment":"09/03/2024 6:29 PM - mattm - F/U Changed from 8/31/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216626,"Line":13,"Comment":"09/06/2024 11:42 AM - mattm - Encounter has been added"},{"comp":1,"quote":216626,"Line":14,"Comment":"09/06/2024 11:51 AM - mattm - Req Date changed from 09/13/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":216626,"Line":15,"Comment":"09/06/2024 11:52 AM - mattm - CLO changed from 09/07/2024 to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":216626,"Line":16,"Comment":"09/06/2024 11:52 AM - mattm - F/U changed from 09/07/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216626,"Line":17,"Comment":"10/28/2024 8:57 AM - mattm - Req Date change from 10/31/2024 to 11/29/2024 (Req Date Updated)"},{"comp":1,"quote":216626,"Line":18,"Comment":"10/28/2024 8:58 AM - mattm - CLO changed from 10/26/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":216626,"Line":19,"Comment":"10/28/2024 8:58 AM - mattm - F/U Changed from 10/26/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216626,"Line":20,"Comment":"11/20/2024 8:44 AM - mattm - Req Date changed from 11/29/2024 to 12/31/2024 (Req Date Updated)"},{"comp":1,"quote":216626,"Line":21,"Comment":"11/20/2024 8:44 AM - mattm - CLO changed from 11/16/2024 to 12/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"216626","line":"1","part":"PRE-E46LA-I50","qty":"1","price":"52000.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216626","line":"2","part":"PRE-GAUGE-C50","qty":"1","price":"760.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216626","line":"3","part":"PRE-SPDL-I40RA","qty":"1","price":"3370.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216626","line":"4","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216626","line":"5","part":"PRE-SPDL-H63RMA","qty":"1","price":"5230.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216626","line":"6","part":"PRE-GAUGE-H63","qty":"1","price":"1040.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216626","line":"7","part":"PRE-TTS-12TTS","qty":"1","price":"1400.00","uom":"EA","discount":"25.00","req_date":"2-3 WEEKS ARO","branch":"1"},{"comp":"01","order":"216626","line":"8","part":"PRE-TID-12TRE","qty":"1","price":"0.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216626","line":"9","part":"PRE-TID-12TEN","qty":"1","price":"220.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216626","line":"10","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216626","line":"11","part":"PRE-PRNT-ROLL-QL800","qty":"1","price":"30.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216626","line":"12","part":"PRE-INST/TRAINING","qty":"1","price":"4100.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"216626","Line":"0","Comment":"ONCE INVOICED THESE ITEMS MAY NOT BE RETURNED"},{"Quote":"216626","Line":"1","Comment":"OR EXCHANGED."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":12}}] 2024-11-20 07:44:26.789 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-216626-11202024074426.txt === {"quote":"216626","customer":"19575","name":null,"customerName":"Single Source Technologies","comp":"01","open":"0","shipto":"HENMAC","shiptoName":"Henderson Machine","entry_date":"05-24-2024","cust_order_date":"05-24-2024","req_date":"12-31-2024","cust_po":"E46LA CAT50","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Benton Guest","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"10:48","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Benton Guest","follow_phone":"321-446-3567","follow_email":"Ben.Guest@singlesourcetech.com","pic_user":"mattm","total_amt":"52812.50","total_gp":"26909.89","total_gpm":"50.95","rev_type":"ADV","mod_date":"11-20-2024","mod_time":null,"mod_user":"mattm","reason":"","totalQty":"12","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"216626","line":"0","data":"05-24-2024 12:17 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":216626,"Line":0,"Comment":"05/31/2024 3:10 PM - mattm - F/U changed from 06/06/2024 to 6/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216626,"Line":1,"Comment":"05/31/2024 3:10 PM - mattm - CLO changed from 06/24/2024 to 06/22/2024 (CLO Date Updated)"},{"comp":1,"quote":216626,"Line":2,"Comment":"06/24/2024 1:13 PM - mattm - Req Date changed from 07/05/2024 to 07/31/2024 (Req Date Updated)"},{"comp":1,"quote":216626,"Line":3,"Comment":"06/24/2024 1:13 PM - mattm - CLO changed from 06/22/2024 to 07/27/2024 (CLO Date Updated)"},{"comp":1,"quote":216626,"Line":4,"Comment":"06/24/2024 1:13 PM - mattm - F/U changed from 06/22/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216626,"Line":5,"Comment":"07/29/2024 4:55 PM - mattm - Req Date changed from 07/31/2024 to 08/30/2024 (Req Date Updated)"},{"comp":1,"quote":216626,"Line":6,"Comment":"07/29/2024 4:55 PM - mattm - CLO changed from 07/27/2024 to 08/24/2024 (CLO Date Updated)"},{"comp":1,"quote":216626,"Line":7,"Comment":"07/29/2024 4:55 PM - mattm - F/U changed from 07/27/2024 to 8/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216626,"Line":8,"Comment":"08/26/2024 1:53 PM - mattm - Req Date change from 8/30/2024 to 9/13/2024 (Req Date Updated)"},{"comp":1,"quote":216626,"Line":9,"Comment":"08/26/2024 1:53 PM - mattm - CLO changed from 8/24/2024 to 8/31/2024 (CLO Date Updated)"},{"comp":1,"quote":216626,"Line":10,"Comment":"08/26/2024 1:54 PM - mattm - F/U Changed from 8/24/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216626,"Line":11,"Comment":"09/03/2024 6:29 PM - mattm - CLO changed from 8/31/2024 to 9/7/2024 (CLO Date Updated)"},{"comp":1,"quote":216626,"Line":12,"Comment":"09/03/2024 6:29 PM - mattm - F/U Changed from 8/31/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216626,"Line":13,"Comment":"09/06/2024 11:42 AM - mattm - Encounter has been added"},{"comp":1,"quote":216626,"Line":14,"Comment":"09/06/2024 11:51 AM - mattm - Req Date changed from 09/13/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":216626,"Line":15,"Comment":"09/06/2024 11:52 AM - mattm - CLO changed from 09/07/2024 to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":216626,"Line":16,"Comment":"09/06/2024 11:52 AM - mattm - F/U changed from 09/07/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216626,"Line":17,"Comment":"10/28/2024 8:57 AM - mattm - Req Date change from 10/31/2024 to 11/29/2024 (Req Date Updated)"},{"comp":1,"quote":216626,"Line":18,"Comment":"10/28/2024 8:58 AM - mattm - CLO changed from 10/26/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":216626,"Line":19,"Comment":"10/28/2024 8:58 AM - mattm - F/U Changed from 10/26/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216626,"Line":20,"Comment":"11/20/2024 8:44 AM - mattm - Req Date changed from 11/29/2024 to 12/31/2024 (Req Date Updated)"},{"comp":1,"quote":216626,"Line":21,"Comment":"11/20/2024 8:44 AM - mattm - CLO changed from 11/16/2024 to 12/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"216626","line":"1","part":"PRE-E46LA-I50","qty":"1","price":"52000.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216626","line":"2","part":"PRE-GAUGE-C50","qty":"1","price":"760.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216626","line":"3","part":"PRE-SPDL-I40RA","qty":"1","price":"3370.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216626","line":"4","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216626","line":"5","part":"PRE-SPDL-H63RMA","qty":"1","price":"5230.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216626","line":"6","part":"PRE-GAUGE-H63","qty":"1","price":"1040.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216626","line":"7","part":"PRE-TTS-12TTS","qty":"1","price":"1400.00","uom":"EA","discount":"25.00","req_date":"2-3 WEEKS ARO","branch":"1"},{"comp":"01","order":"216626","line":"8","part":"PRE-TID-12TRE","qty":"1","price":"0.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216626","line":"9","part":"PRE-TID-12TEN","qty":"1","price":"220.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216626","line":"10","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216626","line":"11","part":"PRE-PRNT-ROLL-QL800","qty":"1","price":"30.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"216626","line":"12","part":"PRE-INST/TRAINING","qty":"1","price":"4100.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"216626","Line":"0","Comment":"ONCE INVOICED THESE ITEMS MAY NOT BE RETURNED"},{"Quote":"216626","Line":"1","Comment":"OR EXCHANGED."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":12}}] 2024-11-20 07:44:56.643 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220475-11202024074456.txt === {"quote":"220475","customer":"19575","name":null,"customerName":"Single Source Technologies","comp":"01","open":"0","shipto":"CENTARMS","shiptoName":"Century Arms","entry_date":"08-21-2024","cust_order_date":"09-10-2024","req_date":"12-31-2024","cust_po":"HSK63A-Tooling","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Rick Grabarek","drop_po":"","status":"0","user":"briand","conv_order":"","time":"09:55","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Rick Grabarek","follow_phone":"248-232-6268","follow_email":"rgrabarek@singlesourcetech.com","pic_user":"mattm","total_amt":"31163.52","total_gp":"20004.01","total_gpm":"64.19","rev_type":"STD","mod_date":"11-20-2024","mod_time":null,"mod_user":"mattm","reason":"","totalQty":"108","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"220475","line":"7","data":"Sending quote to Cindy/Alyssa for review."},{"comp":"1","quote":"220475","line":"6","data":"HSK63A-R0875-3.70(C) on the CBO as it is a \"SP.\""},{"comp":"1","quote":"220475","line":"5","data":"in, this is Alyssa's territory. Had to put the"},{"comp":"1","quote":"220475","line":"4","data":"08-21-2024 10:12-briand: Rick sent quote request"},{"comp":"1","quote":"220475","line":"3","data":"Rick know."},{"comp":"1","quote":"220475","line":"2","data":"Summer Break is over 8/27. Will need to let"},{"comp":"1","quote":"220475","line":"1","data":"not be available for aforementioned holder until"},{"comp":"1","quote":"220475","line":"0","data":"08-21-2024 10:19-briand: Kyoko said pricing will"}],"crmnotes":[{"comp":1,"quote":220475,"Line":0,"Comment":"09/06/2024 12:01 PM - mattm - Req Date changed from 09/15/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":220475,"Line":1,"Comment":"09/06/2024 12:01 PM - mattm - CLO changed from 09/08/2024 to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":220475,"Line":2,"Comment":"09/06/2024 12:01 PM - mattm - F/U changed from 09/07/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220475,"Line":3,"Comment":"10/28/2024 8:52 AM - mattm - Req Date change from 10/31/2024 to 11/29/2024 (Req Date Updated)"},{"comp":1,"quote":220475,"Line":4,"Comment":"10/28/2024 8:52 AM - mattm - CLO changed from 10/26/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":220475,"Line":5,"Comment":"10/28/2024 8:52 AM - mattm - F/U Changed from 10/26/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220475,"Line":6,"Comment":"11/20/2024 8:44 AM - mattm - Req Date changed from 11/29/2024 to 12/31/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"220475","line":"1","part":"HSK63A-R0562-2.76(C)","qty":"6","price":"875.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"2","part":"HSK63A-R0875-3.70(C)","qty":"6","price":"853.00","uom":"EA","discount":"35.00","req_date":"8-9 weeks ARO","branch":"1"},{"comp":"01","order":"220475","line":"3","part":"NT05-SET-10","qty":"2","price":"480.00","uom":"EA","discount":"28.00","req_date":"Stock","branch":"1"},{"comp":"01","order":"220475","line":"4","part":"NT10-SET-10","qty":"2","price":"750.00","uom":"EA","discount":"28.00","req_date":"Stock","branch":"1"},{"comp":"01","order":"220475","line":"5","part":"NT05-SET-10(S)","qty":"2","price":"480.00","uom":"EA","discount":"28.00","req_date":"Stock","branch":"1"},{"comp":"01","order":"220475","line":"6","part":"NT10-SET-10(S)","qty":"2","price":"750.00","uom":"EA","discount":"28.00","req_date":"Stock","branch":"1"},{"comp":"01","order":"220475","line":"7","part":"HSK63A-ER16-3.00","qty":"6","price":"409.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"8","part":"HSK63A-ER16-5.00","qty":"6","price":"410.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"9","part":"016-SPAN","qty":"1","price":"17.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"10","part":"E16-SET-12","qty":"2","price":"512.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"11","part":"E16-SET-09-MM","qty":"2","price":"382.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"12","part":"E16-SET-11(C)","qty":"2","price":"781.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"13","part":"E16-SET-13(C)-MM","qty":"2","price":"923.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"14","part":"HSK63A-ER25-3.00","qty":"6","price":"403.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"15","part":"HSK63A-ER25-5.00","qty":"6","price":"488.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"16","part":"025-SPAN","qty":"1","price":"19.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"17","part":"E25-SET-19","qty":"2","price":"890.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"18","part":"E25-SET-14-MM","qty":"2","price":"644.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"19","part":"E25-SET-13(C)","qty":"2","price":"1209.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"20","part":"E25-SET-21(C)-MM","qty":"2","price":"1953.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"21","part":"HSK63A-NPU13C-135-IDU","qty":"4","price":"969.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"22","part":"NPU13-SPAN","qty":"1","price":"26.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"23","part":"HSK63-TUBE","qty":"40","price":"36.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"24","part":"HSK63-WRENCH","qty":"1","price":"91.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"220475","Line":"2","Company":"1","F_Line":"1","Comment":"This holder is a special non-standard stock.","Loc":"Y"},{"Quote":"220475","Line":"2","Company":"1","F_Line":"2","Comment":"Once a PO has been received this item cannot be","Loc":"Y"},{"Quote":"220475","Line":"2","Company":"1","F_Line":"3","Comment":"cancelled or returned.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":24}}] 2024-11-20 07:45:05.806 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220475-11202024074505.txt === {"quote":"220475","customer":"19575","name":null,"customerName":"Single Source Technologies","comp":"01","open":"0","shipto":"CENTARMS","shiptoName":"Century Arms","entry_date":"08-21-2024","cust_order_date":"09-10-2024","req_date":"12-31-2024","cust_po":"HSK63A-Tooling","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Rick Grabarek","drop_po":"","status":"0","user":"briand","conv_order":"","time":"09:55","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Rick Grabarek","follow_phone":"248-232-6268","follow_email":"rgrabarek@singlesourcetech.com","pic_user":"mattm","total_amt":"31163.52","total_gp":"20004.01","total_gpm":"64.19","rev_type":"STD","mod_date":"11-20-2024","mod_time":null,"mod_user":"mattm","reason":"","totalQty":"108","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"220475","line":"7","data":"Sending quote to Cindy/Alyssa for review."},{"comp":"1","quote":"220475","line":"6","data":"HSK63A-R0875-3.70(C) on the CBO as it is a \"SP.\""},{"comp":"1","quote":"220475","line":"5","data":"in, this is Alyssa's territory. Had to put the"},{"comp":"1","quote":"220475","line":"4","data":"08-21-2024 10:12-briand: Rick sent quote request"},{"comp":"1","quote":"220475","line":"3","data":"Rick know."},{"comp":"1","quote":"220475","line":"2","data":"Summer Break is over 8/27. Will need to let"},{"comp":"1","quote":"220475","line":"1","data":"not be available for aforementioned holder until"},{"comp":"1","quote":"220475","line":"0","data":"08-21-2024 10:19-briand: Kyoko said pricing will"}],"crmnotes":[{"comp":1,"quote":220475,"Line":0,"Comment":"09/06/2024 12:01 PM - mattm - Req Date changed from 09/15/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":220475,"Line":1,"Comment":"09/06/2024 12:01 PM - mattm - CLO changed from 09/08/2024 to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":220475,"Line":2,"Comment":"09/06/2024 12:01 PM - mattm - F/U changed from 09/07/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220475,"Line":3,"Comment":"10/28/2024 8:52 AM - mattm - Req Date change from 10/31/2024 to 11/29/2024 (Req Date Updated)"},{"comp":1,"quote":220475,"Line":4,"Comment":"10/28/2024 8:52 AM - mattm - CLO changed from 10/26/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":220475,"Line":5,"Comment":"10/28/2024 8:52 AM - mattm - F/U Changed from 10/26/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220475,"Line":6,"Comment":"11/20/2024 8:44 AM - mattm - Req Date changed from 11/29/2024 to 12/31/2024 (Req Date Updated)"},{"comp":1,"quote":220475,"Line":7,"Comment":"11/20/2024 8:45 AM - mattm - CLO changed from 11/16/2024 to 12/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"220475","line":"1","part":"HSK63A-R0562-2.76(C)","qty":"6","price":"875.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"2","part":"HSK63A-R0875-3.70(C)","qty":"6","price":"853.00","uom":"EA","discount":"35.00","req_date":"8-9 weeks ARO","branch":"1"},{"comp":"01","order":"220475","line":"3","part":"NT05-SET-10","qty":"2","price":"480.00","uom":"EA","discount":"28.00","req_date":"Stock","branch":"1"},{"comp":"01","order":"220475","line":"4","part":"NT10-SET-10","qty":"2","price":"750.00","uom":"EA","discount":"28.00","req_date":"Stock","branch":"1"},{"comp":"01","order":"220475","line":"5","part":"NT05-SET-10(S)","qty":"2","price":"480.00","uom":"EA","discount":"28.00","req_date":"Stock","branch":"1"},{"comp":"01","order":"220475","line":"6","part":"NT10-SET-10(S)","qty":"2","price":"750.00","uom":"EA","discount":"28.00","req_date":"Stock","branch":"1"},{"comp":"01","order":"220475","line":"7","part":"HSK63A-ER16-3.00","qty":"6","price":"409.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"8","part":"HSK63A-ER16-5.00","qty":"6","price":"410.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"9","part":"016-SPAN","qty":"1","price":"17.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"10","part":"E16-SET-12","qty":"2","price":"512.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"11","part":"E16-SET-09-MM","qty":"2","price":"382.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"12","part":"E16-SET-11(C)","qty":"2","price":"781.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"13","part":"E16-SET-13(C)-MM","qty":"2","price":"923.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"14","part":"HSK63A-ER25-3.00","qty":"6","price":"403.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"15","part":"HSK63A-ER25-5.00","qty":"6","price":"488.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"16","part":"025-SPAN","qty":"1","price":"19.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"17","part":"E25-SET-19","qty":"2","price":"890.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"18","part":"E25-SET-14-MM","qty":"2","price":"644.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"19","part":"E25-SET-13(C)","qty":"2","price":"1209.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"20","part":"E25-SET-21(C)-MM","qty":"2","price":"1953.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"21","part":"HSK63A-NPU13C-135-IDU","qty":"4","price":"969.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"22","part":"NPU13-SPAN","qty":"1","price":"26.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"23","part":"HSK63-TUBE","qty":"40","price":"36.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"24","part":"HSK63-WRENCH","qty":"1","price":"91.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"220475","Line":"2","Company":"1","F_Line":"1","Comment":"This holder is a special non-standard stock.","Loc":"Y"},{"Quote":"220475","Line":"2","Company":"1","F_Line":"2","Comment":"Once a PO has been received this item cannot be","Loc":"Y"},{"Quote":"220475","Line":"2","Company":"1","F_Line":"3","Comment":"cancelled or returned.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":24}}] 2024-11-20 07:45:16.189 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220475-11202024074515.txt === {"quote":"220475","customer":"19575","name":null,"customerName":"Single Source Technologies","comp":"01","open":"0","shipto":"CENTARMS","shiptoName":"Century Arms","entry_date":"08-21-2024","cust_order_date":"09-10-2024","req_date":"12-31-2024","cust_po":"HSK63A-Tooling","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Rick Grabarek","drop_po":"","status":"0","user":"briand","conv_order":"","time":"09:55","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Rick Grabarek","follow_phone":"248-232-6268","follow_email":"rgrabarek@singlesourcetech.com","pic_user":"mattm","total_amt":"31163.52","total_gp":"20004.01","total_gpm":"64.19","rev_type":"STD","mod_date":"11-20-2024","mod_time":null,"mod_user":"mattm","reason":"","totalQty":"108","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"220475","line":"7","data":"Sending quote to Cindy/Alyssa for review."},{"comp":"1","quote":"220475","line":"6","data":"HSK63A-R0875-3.70(C) on the CBO as it is a \"SP.\""},{"comp":"1","quote":"220475","line":"5","data":"in, this is Alyssa's territory. Had to put the"},{"comp":"1","quote":"220475","line":"4","data":"08-21-2024 10:12-briand: Rick sent quote request"},{"comp":"1","quote":"220475","line":"3","data":"Rick know."},{"comp":"1","quote":"220475","line":"2","data":"Summer Break is over 8/27. Will need to let"},{"comp":"1","quote":"220475","line":"1","data":"not be available for aforementioned holder until"},{"comp":"1","quote":"220475","line":"0","data":"08-21-2024 10:19-briand: Kyoko said pricing will"}],"crmnotes":[{"comp":1,"quote":220475,"Line":0,"Comment":"09/06/2024 12:01 PM - mattm - Req Date changed from 09/15/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":220475,"Line":1,"Comment":"09/06/2024 12:01 PM - mattm - CLO changed from 09/08/2024 to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":220475,"Line":2,"Comment":"09/06/2024 12:01 PM - mattm - F/U changed from 09/07/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220475,"Line":3,"Comment":"10/28/2024 8:52 AM - mattm - Req Date change from 10/31/2024 to 11/29/2024 (Req Date Updated)"},{"comp":1,"quote":220475,"Line":4,"Comment":"10/28/2024 8:52 AM - mattm - CLO changed from 10/26/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":220475,"Line":5,"Comment":"10/28/2024 8:52 AM - mattm - F/U Changed from 10/26/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220475,"Line":6,"Comment":"11/20/2024 8:44 AM - mattm - Req Date changed from 11/29/2024 to 12/31/2024 (Req Date Updated)"},{"comp":1,"quote":220475,"Line":7,"Comment":"11/20/2024 8:45 AM - mattm - CLO changed from 11/16/2024 to 12/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"220475","line":"1","part":"HSK63A-R0562-2.76(C)","qty":"6","price":"875.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"2","part":"HSK63A-R0875-3.70(C)","qty":"6","price":"853.00","uom":"EA","discount":"35.00","req_date":"8-9 weeks ARO","branch":"1"},{"comp":"01","order":"220475","line":"3","part":"NT05-SET-10","qty":"2","price":"480.00","uom":"EA","discount":"28.00","req_date":"Stock","branch":"1"},{"comp":"01","order":"220475","line":"4","part":"NT10-SET-10","qty":"2","price":"750.00","uom":"EA","discount":"28.00","req_date":"Stock","branch":"1"},{"comp":"01","order":"220475","line":"5","part":"NT05-SET-10(S)","qty":"2","price":"480.00","uom":"EA","discount":"28.00","req_date":"Stock","branch":"1"},{"comp":"01","order":"220475","line":"6","part":"NT10-SET-10(S)","qty":"2","price":"750.00","uom":"EA","discount":"28.00","req_date":"Stock","branch":"1"},{"comp":"01","order":"220475","line":"7","part":"HSK63A-ER16-3.00","qty":"6","price":"409.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"8","part":"HSK63A-ER16-5.00","qty":"6","price":"410.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"9","part":"016-SPAN","qty":"1","price":"17.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"10","part":"E16-SET-12","qty":"2","price":"512.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"11","part":"E16-SET-09-MM","qty":"2","price":"382.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"12","part":"E16-SET-11(C)","qty":"2","price":"781.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"13","part":"E16-SET-13(C)-MM","qty":"2","price":"923.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"14","part":"HSK63A-ER25-3.00","qty":"6","price":"403.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"15","part":"HSK63A-ER25-5.00","qty":"6","price":"488.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"16","part":"025-SPAN","qty":"1","price":"19.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"17","part":"E25-SET-19","qty":"2","price":"890.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"18","part":"E25-SET-14-MM","qty":"2","price":"644.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"19","part":"E25-SET-13(C)","qty":"2","price":"1209.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"20","part":"E25-SET-21(C)-MM","qty":"2","price":"1953.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"21","part":"HSK63A-NPU13C-135-IDU","qty":"4","price":"969.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"22","part":"NPU13-SPAN","qty":"1","price":"26.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"23","part":"HSK63-TUBE","qty":"40","price":"36.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220475","line":"24","part":"HSK63-WRENCH","qty":"1","price":"91.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"220475","Line":"2","Company":"1","F_Line":"1","Comment":"This holder is a special non-standard stock.","Loc":"Y"},{"Quote":"220475","Line":"2","Company":"1","F_Line":"2","Comment":"Once a PO has been received this item cannot be","Loc":"Y"},{"Quote":"220475","Line":"2","Company":"1","F_Line":"3","Comment":"cancelled or returned.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":24}}] 2024-11-20 08:18:04.479 [INFO] In session is user: danas 2024-11-20 08:30:04.448 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221879-11202024083004.txt === {"quote":"221879","customer":"3906","name":null,"customerName":"Kenneth Crosby, a DXP Company","comp":"01","open":"0","shipto":"PLANSEE","shiptoName":"Plansee USA","entry_date":"09-20-2024","cust_order_date":"11-30-2024","req_date":"12-05-2024","cust_po":"OKLT-ER32X-ICE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Attn: Liz","drop_po":"","status":"0","user":"briand","conv_order":"","time":"14:14","extra":"","follow_up":"12-05-2024","web_id":"","follow_name":"Liz DeMore","follow_phone":"508-497-9653","follow_email":"ldemore@dxpe.com","pic_user":"briand","total_amt":"12621.00","total_gp":"5429.60","total_gpm":"43.02","rev_type":"LT","mod_date":"11-20-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"10","win_pct":"20","clo_date":"11-21-2024","notes":[{"comp":"1","quote":"221879","line":"12","data":"Liz."},{"comp":"1","quote":"221879","line":"11","data":"Live Tools to quote and sent promotional flyer to"},{"comp":"1","quote":"221879","line":"10","data":"a reply. Applied additional 10% IMTS promo for"},{"comp":"1","quote":"221879","line":"9","data":"waiting for delivery time, expect 2~3 biz days for"},{"comp":"1","quote":"221879","line":"8","data":"stock, 1 at the factory and the balance we are"},{"comp":"1","quote":"221879","line":"7","data":"Sent Quote to Liz at Crosby stating we have 2 in"},{"comp":"1","quote":"221879","line":"6","data":"enter the OKLT-ER32X-ICE on the Mimatic Log."},{"comp":"1","quote":"221879","line":"5","data":"09-20-2024 14:36-briand: Jenna showed me how to"},{"comp":"1","quote":"221879","line":"4","data":"09-25-2024 15:35-cindyt: Brian is sending to Liz."},{"comp":"1","quote":"221879","line":"3","data":"open."},{"comp":"1","quote":"221879","line":"2","data":"karen.taylor@dxpe.com, who said the quote is still"},{"comp":"1","quote":"221879","line":"1","data":"Liz forwarded the email to Karen Taylor at DXP,"},{"comp":"1","quote":"221879","line":"0","data":"10-10-2024 10:01-briand: Put note in CRM,"}],"crmnotes":[{"comp":1,"quote":221879,"Line":0,"Comment":"10/02/2024 10:53 AM - briand - F/U changed from 10/05/2024 to 10/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221879,"Line":1,"Comment":"10/03/2024 9:23 AM - briand - F/U changed from 10/05/2024 to 10/10/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221879,"Line":2,"Comment":"10/03/2024 9:23 AM - briand - CLO changed from 10/10/2024 to 10/11/2024 (CLO Date Updated)"},{"comp":1,"quote":221879,"Line":3,"Comment":"10/10/2024 9:35 AM - briand - CLO changed from 10/11/2024 to 10/30/2024 (CLO Date Updated)"},{"comp":1,"quote":221879,"Line":4,"Comment":"10/10/2024 9:35 AM - briand - F/U changed from 10/10/2024 to 10/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221879,"Line":5,"Comment":"10/10/2024 9:35 AM - briand - Sent Liz an email asking if the quote is still active."},{"comp":1,"quote":221879,"Line":6,"Comment":"10/10/2024 9:55 AM - briand - Liz forwarded the email to Karen Taylor at DXP (karen.taylor@dxpe.com) and Karen said that this quote is still open."},{"comp":1,"quote":221879,"Line":7,"Comment":"10/29/2024 9:00 AM - briand - Sent Karen Taylor an email asking for an update; auto-reply says she's currently out of the office. Will await her reply."},{"comp":1,"quote":221879,"Line":8,"Comment":"10/29/2024 9:01 AM - briand - CLO changed from 10/30/2024 to 11/12/2024 (CLO Date Updated)"},{"comp":1,"quote":221879,"Line":9,"Comment":"10/29/2024 9:01 AM - briand - F/U changed from 10/29/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221879,"Line":10,"Comment":"11/11/2024 9:20 AM - briand - No reply from Karen Taylor, re-sent request for update. We're approaching the 60 day mark and if no reply by then, will close and we will have to requote at that time."},{"comp":1,"quote":221879,"Line":11,"Comment":"11/11/2024 9:20 AM - briand - CLO changed from 11/12/2024 to 11/21/2024 (CLO Date Updated)"},{"comp":1,"quote":221879,"Line":12,"Comment":"11/11/2024 9:20 AM - briand - F/U changed from 11/11/2024 to 11/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221879,"Line":13,"Comment":"11/20/2024 8:29 AM - briand - Resent email to Karen Taylor, cc'd Cindy. Asked Karen if this quote is still active. Cindy said she's hard to get a hold of. Last reply was 10/10 and she said it was still open. Need an update here."}],"items":[{"comp":"01","order":"221879","line":"1","part":"OKLT-ER32X-ICE","qty":"7","price":"3005.00","uom":"EA","discount":"40.00","req_date":"SEE COMMENT","branch":"1"},{"comp":"01","order":"221879","line":"2","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"221879","line":"3","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221879","line":"4","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"221879","Line":"1","Company":"1","F_Line":"1","Comment":"Currently 2 in stock in IL 1 other at the factory &","Loc":"Y"},{"Quote":"221879","Line":"1","Company":"1","F_Line":"2","Comment":"delivery is approximately 2~3 Weeks. Delivery for","Loc":"Y"},{"Quote":"221879","Line":"1","Company":"1","F_Line":"3","Comment":"other 4 is 4~5 weeks.","Loc":"Y"},{"Quote":"221879","Line":"2","Company":"1","F_Line":"1","Comment":"Additional 10% discount added for the 2024 IMTS","Loc":"Y"},{"Quote":"221879","Line":"2","Company":"1","F_Line":"2","Comment":"promotion for spending over $5000 list. If List","Loc":"Y"},{"Quote":"221879","Line":"2","Company":"1","F_Line":"3","Comment":"amount drops between $500-$5000 then we will only","Loc":"Y"},{"Quote":"221879","Line":"2","Company":"1","F_Line":"4","Comment":"apply a 5% (additional discount - see promotional flyer","Loc":"Y"},{"Quote":"221879","Line":"2","Company":"1","F_Line":"5","Comment":"in quote email.","Loc":"Y"}],"qcomms":[],"qcommi":[]} 221879-CRM_Quote_UPDATE_FAILED_(LOCKED) [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-20 08:30:15.013 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221879-11202024083014.txt === {"quote":"221879","customer":"3906","name":null,"customerName":"Kenneth Crosby, a DXP Company","comp":"01","open":"0","shipto":"PLANSEE","shiptoName":"Plansee USA","entry_date":"09-20-2024","cust_order_date":"11-30-2024","req_date":"12-05-2024","cust_po":"OKLT-ER32X-ICE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Attn: Liz","drop_po":"","status":"0","user":"briand","conv_order":"","time":"14:14","extra":"","follow_up":"12-05-2024","web_id":"","follow_name":"Liz DeMore","follow_phone":"508-497-9653","follow_email":"ldemore@dxpe.com","pic_user":"briand","total_amt":"12621.00","total_gp":"5429.60","total_gpm":"43.02","rev_type":"LT","mod_date":"11-20-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"10","win_pct":"20","clo_date":"12-04-2024","notes":[{"comp":"1","quote":"221879","line":"12","data":"Liz."},{"comp":"1","quote":"221879","line":"11","data":"Live Tools to quote and sent promotional flyer to"},{"comp":"1","quote":"221879","line":"10","data":"a reply. Applied additional 10% IMTS promo for"},{"comp":"1","quote":"221879","line":"9","data":"waiting for delivery time, expect 2~3 biz days for"},{"comp":"1","quote":"221879","line":"8","data":"stock, 1 at the factory and the balance we are"},{"comp":"1","quote":"221879","line":"7","data":"Sent Quote to Liz at Crosby stating we have 2 in"},{"comp":"1","quote":"221879","line":"6","data":"enter the OKLT-ER32X-ICE on the Mimatic Log."},{"comp":"1","quote":"221879","line":"5","data":"09-20-2024 14:36-briand: Jenna showed me how to"},{"comp":"1","quote":"221879","line":"4","data":"09-25-2024 15:35-cindyt: Brian is sending to Liz."},{"comp":"1","quote":"221879","line":"3","data":"open."},{"comp":"1","quote":"221879","line":"2","data":"karen.taylor@dxpe.com, who said the quote is still"},{"comp":"1","quote":"221879","line":"1","data":"Liz forwarded the email to Karen Taylor at DXP,"},{"comp":"1","quote":"221879","line":"0","data":"10-10-2024 10:01-briand: Put note in CRM,"}],"crmnotes":[{"comp":1,"quote":221879,"Line":0,"Comment":"10/02/2024 10:53 AM - briand - F/U changed from 10/05/2024 to 10/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221879,"Line":1,"Comment":"10/03/2024 9:23 AM - briand - F/U changed from 10/05/2024 to 10/10/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221879,"Line":2,"Comment":"10/03/2024 9:23 AM - briand - CLO changed from 10/10/2024 to 10/11/2024 (CLO Date Updated)"},{"comp":1,"quote":221879,"Line":3,"Comment":"10/10/2024 9:35 AM - briand - CLO changed from 10/11/2024 to 10/30/2024 (CLO Date Updated)"},{"comp":1,"quote":221879,"Line":4,"Comment":"10/10/2024 9:35 AM - briand - F/U changed from 10/10/2024 to 10/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221879,"Line":5,"Comment":"10/10/2024 9:35 AM - briand - Sent Liz an email asking if the quote is still active."},{"comp":1,"quote":221879,"Line":6,"Comment":"10/10/2024 9:55 AM - briand - Liz forwarded the email to Karen Taylor at DXP (karen.taylor@dxpe.com) and Karen said that this quote is still open."},{"comp":1,"quote":221879,"Line":7,"Comment":"10/29/2024 9:00 AM - briand - Sent Karen Taylor an email asking for an update; auto-reply says she's currently out of the office. Will await her reply."},{"comp":1,"quote":221879,"Line":8,"Comment":"10/29/2024 9:01 AM - briand - CLO changed from 10/30/2024 to 11/12/2024 (CLO Date Updated)"},{"comp":1,"quote":221879,"Line":9,"Comment":"10/29/2024 9:01 AM - briand - F/U changed from 10/29/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221879,"Line":10,"Comment":"11/11/2024 9:20 AM - briand - No reply from Karen Taylor, re-sent request for update. We're approaching the 60 day mark and if no reply by then, will close and we will have to requote at that time."},{"comp":1,"quote":221879,"Line":11,"Comment":"11/11/2024 9:20 AM - briand - CLO changed from 11/12/2024 to 11/21/2024 (CLO Date Updated)"},{"comp":1,"quote":221879,"Line":12,"Comment":"11/11/2024 9:20 AM - briand - F/U changed from 11/11/2024 to 11/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221879,"Line":13,"Comment":"11/20/2024 8:29 AM - briand - Resent email to Karen Taylor, cc'd Cindy. Asked Karen if this quote is still active. Cindy said she's hard to get a hold of. Last reply was 10/10 and she said it was still open. Need an update here."},{"comp":1,"quote":221879,"Line":14,"Comment":"11/20/2024 8:30 AM - briand - F/U changed from 11/20/2024 to 12/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221879,"Line":15,"Comment":"11/20/2024 8:30 AM - briand - CLO changed from 11/21/2024 to 12/04/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221879","line":"1","part":"OKLT-ER32X-ICE","qty":"7","price":"3005.00","uom":"EA","discount":"40.00","req_date":"SEE COMMENT","branch":"1"},{"comp":"01","order":"221879","line":"2","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"221879","line":"3","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221879","line":"4","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"221879","Line":"1","Company":"1","F_Line":"1","Comment":"Currently 2 in stock in IL 1 other at the factory &","Loc":"Y"},{"Quote":"221879","Line":"1","Company":"1","F_Line":"2","Comment":"delivery is approximately 2~3 Weeks. Delivery for","Loc":"Y"},{"Quote":"221879","Line":"1","Company":"1","F_Line":"3","Comment":"other 4 is 4~5 weeks.","Loc":"Y"},{"Quote":"221879","Line":"2","Company":"1","F_Line":"1","Comment":"Additional 10% discount added for the 2024 IMTS","Loc":"Y"},{"Quote":"221879","Line":"2","Company":"1","F_Line":"2","Comment":"promotion for spending over $5000 list. If List","Loc":"Y"},{"Quote":"221879","Line":"2","Company":"1","F_Line":"3","Comment":"amount drops between $500-$5000 then we will only","Loc":"Y"},{"Quote":"221879","Line":"2","Company":"1","F_Line":"4","Comment":"apply a 5% (additional discount - see promotional flyer","Loc":"Y"},{"Quote":"221879","Line":"2","Company":"1","F_Line":"5","Comment":"in quote email.","Loc":"Y"}],"qcomms":[],"qcommi":[]} 221879-CRM_Quote_UPDATE_FAILED_(LOCKED) [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-20 08:30:19.457 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221879-11202024083019.txt === {"quote":"221879","customer":"3906","name":null,"customerName":"Kenneth Crosby, a DXP Company","comp":"01","open":"0","shipto":"PLANSEE","shiptoName":"Plansee USA","entry_date":"09-20-2024","cust_order_date":"11-30-2024","req_date":"12-05-2024","cust_po":"OKLT-ER32X-ICE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Attn: Liz","drop_po":"","status":"0","user":"briand","conv_order":"","time":"14:14","extra":"","follow_up":"12-03-2024","web_id":"","follow_name":"Liz DeMore","follow_phone":"508-497-9653","follow_email":"ldemore@dxpe.com","pic_user":"briand","total_amt":"12621.00","total_gp":"5429.60","total_gpm":"43.02","rev_type":"LT","mod_date":"11-20-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"10","win_pct":"20","clo_date":"12-04-2024","notes":[{"comp":"1","quote":"221879","line":"12","data":"Liz."},{"comp":"1","quote":"221879","line":"11","data":"Live Tools to quote and sent promotional flyer to"},{"comp":"1","quote":"221879","line":"10","data":"a reply. Applied additional 10% IMTS promo for"},{"comp":"1","quote":"221879","line":"9","data":"waiting for delivery time, expect 2~3 biz days for"},{"comp":"1","quote":"221879","line":"8","data":"stock, 1 at the factory and the balance we are"},{"comp":"1","quote":"221879","line":"7","data":"Sent Quote to Liz at Crosby stating we have 2 in"},{"comp":"1","quote":"221879","line":"6","data":"enter the OKLT-ER32X-ICE on the Mimatic Log."},{"comp":"1","quote":"221879","line":"5","data":"09-20-2024 14:36-briand: Jenna showed me how to"},{"comp":"1","quote":"221879","line":"4","data":"09-25-2024 15:35-cindyt: Brian is sending to Liz."},{"comp":"1","quote":"221879","line":"3","data":"open."},{"comp":"1","quote":"221879","line":"2","data":"karen.taylor@dxpe.com, who said the quote is still"},{"comp":"1","quote":"221879","line":"1","data":"Liz forwarded the email to Karen Taylor at DXP,"},{"comp":"1","quote":"221879","line":"0","data":"10-10-2024 10:01-briand: Put note in CRM,"}],"crmnotes":[{"comp":1,"quote":221879,"Line":0,"Comment":"10/02/2024 10:53 AM - briand - F/U changed from 10/05/2024 to 10/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221879,"Line":1,"Comment":"10/03/2024 9:23 AM - briand - F/U changed from 10/05/2024 to 10/10/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221879,"Line":2,"Comment":"10/03/2024 9:23 AM - briand - CLO changed from 10/10/2024 to 10/11/2024 (CLO Date Updated)"},{"comp":1,"quote":221879,"Line":3,"Comment":"10/10/2024 9:35 AM - briand - CLO changed from 10/11/2024 to 10/30/2024 (CLO Date Updated)"},{"comp":1,"quote":221879,"Line":4,"Comment":"10/10/2024 9:35 AM - briand - F/U changed from 10/10/2024 to 10/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221879,"Line":5,"Comment":"10/10/2024 9:35 AM - briand - Sent Liz an email asking if the quote is still active."},{"comp":1,"quote":221879,"Line":6,"Comment":"10/10/2024 9:55 AM - briand - Liz forwarded the email to Karen Taylor at DXP (karen.taylor@dxpe.com) and Karen said that this quote is still open."},{"comp":1,"quote":221879,"Line":7,"Comment":"10/29/2024 9:00 AM - briand - Sent Karen Taylor an email asking for an update; auto-reply says she's currently out of the office. Will await her reply."},{"comp":1,"quote":221879,"Line":8,"Comment":"10/29/2024 9:01 AM - briand - CLO changed from 10/30/2024 to 11/12/2024 (CLO Date Updated)"},{"comp":1,"quote":221879,"Line":9,"Comment":"10/29/2024 9:01 AM - briand - F/U changed from 10/29/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221879,"Line":10,"Comment":"11/11/2024 9:20 AM - briand - No reply from Karen Taylor, re-sent request for update. We're approaching the 60 day mark and if no reply by then, will close and we will have to requote at that time."},{"comp":1,"quote":221879,"Line":11,"Comment":"11/11/2024 9:20 AM - briand - CLO changed from 11/12/2024 to 11/21/2024 (CLO Date Updated)"},{"comp":1,"quote":221879,"Line":12,"Comment":"11/11/2024 9:20 AM - briand - F/U changed from 11/11/2024 to 11/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221879,"Line":13,"Comment":"11/20/2024 8:29 AM - briand - Resent email to Karen Taylor, cc'd Cindy. Asked Karen if this quote is still active. Cindy said she's hard to get a hold of. Last reply was 10/10 and she said it was still open. Need an update here."},{"comp":1,"quote":221879,"Line":14,"Comment":"11/20/2024 8:30 AM - briand - F/U changed from 11/20/2024 to 12/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221879,"Line":15,"Comment":"11/20/2024 8:30 AM - briand - CLO changed from 11/21/2024 to 12/04/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221879","line":"1","part":"OKLT-ER32X-ICE","qty":"7","price":"3005.00","uom":"EA","discount":"40.00","req_date":"SEE COMMENT","branch":"1"},{"comp":"01","order":"221879","line":"2","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"221879","line":"3","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221879","line":"4","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"221879","Line":"1","Company":"1","F_Line":"1","Comment":"Currently 2 in stock in IL 1 other at the factory &","Loc":"Y"},{"Quote":"221879","Line":"1","Company":"1","F_Line":"2","Comment":"delivery is approximately 2~3 Weeks. Delivery for","Loc":"Y"},{"Quote":"221879","Line":"1","Company":"1","F_Line":"3","Comment":"other 4 is 4~5 weeks.","Loc":"Y"},{"Quote":"221879","Line":"2","Company":"1","F_Line":"1","Comment":"Additional 10% discount added for the 2024 IMTS","Loc":"Y"},{"Quote":"221879","Line":"2","Company":"1","F_Line":"2","Comment":"promotion for spending over $5000 list. If List","Loc":"Y"},{"Quote":"221879","Line":"2","Company":"1","F_Line":"3","Comment":"amount drops between $500-$5000 then we will only","Loc":"Y"},{"Quote":"221879","Line":"2","Company":"1","F_Line":"4","Comment":"apply a 5% (additional discount - see promotional flyer","Loc":"Y"},{"Quote":"221879","Line":"2","Company":"1","F_Line":"5","Comment":"in quote email.","Loc":"Y"}],"qcomms":[],"qcommi":[]} 221879-CRM_Quote_UPDATE_FAILED_(LOCKED) [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-20 08:33:14.791 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224550-11202024083314.txt === {"quote":"224550","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"MOTSTAMP","shiptoName":"Motor City Stamping","entry_date":"11-18-2024","cust_order_date":"11-18-2024","req_date":"12-30-2024","cust_po":"DSR-40544","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Patti Winans","drop_po":"","status":"0","user":"briand","conv_order":"","time":"11:02","extra":"","follow_up":"12-19-2024","web_id":"","follow_name":"Patti Winans","follow_phone":"800-645-7270-886416","follow_email":"patti.winans@mscdirect.com","pic_user":"briand","total_amt":"603.85","total_gp":"404.02","total_gpm":"66.91","rev_type":"ADV","mod_date":"11-20-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"8","win_pct":"20","clo_date":"12-18-2024","notes":[{"comp":"1","quote":"224550","line":"5","data":"11-18-2024 11:04 - Discounts Recalculated QS"},{"comp":"1","quote":"224550","line":"4","data":"EU info has been received."},{"comp":"1","quote":"224550","line":"3","data":"addresses on our system. Will document when the"},{"comp":"1","quote":"224550","line":"2","data":"Chesterfield, MI 48051, however we have 35 Ship To"},{"comp":"1","quote":"224550","line":"1","data":"the EU info. She said in email RFG shipping to"},{"comp":"1","quote":"224550","line":"0","data":"11-18-2024 11:05-briand: Asked the MSC rep for"}],"crmnotes":[],"items":[{"comp":"01","order":"224550","line":"1","part":"SK16-14AC","qty":"1","price":"109.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224550","line":"2","part":"SK16-12AC","qty":"1","price":"109.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224550","line":"3","part":"SK16-10AC","qty":"1","price":"109.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224550","line":"4","part":"SK16-8AC","qty":"1","price":"180.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224550","line":"5","part":"SK16-1/2AC","qty":"1","price":"134.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224550","line":"6","part":"SK10-8AC","qty":"1","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224550","line":"7","part":"SK10-5/16AC","qty":"1","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224550","line":"8","part":"SK10-1/4AC","qty":"1","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":8}}] 2024-11-20 08:33:23.619 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224550-11202024083323.txt === {"quote":"224550","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"MOTSTAMP","shiptoName":"Motor City Stamping","entry_date":"11-18-2024","cust_order_date":"11-18-2024","req_date":"12-30-2024","cust_po":"DSR-40544","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Patti Winans","drop_po":"","status":"0","user":"briand","conv_order":"","time":"11:02","extra":"","follow_up":"12-19-2024","web_id":"","follow_name":"Patti Winans","follow_phone":"800-645-7270-886416","follow_email":"patti.winans@mscdirect.com","pic_user":"briand","total_amt":"603.85","total_gp":"404.02","total_gpm":"66.91","rev_type":"ADV","mod_date":"11-20-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"8","win_pct":"20","clo_date":"12-20-2024","notes":[{"comp":"1","quote":"224550","line":"5","data":"11-18-2024 11:04 - Discounts Recalculated QS"},{"comp":"1","quote":"224550","line":"4","data":"EU info has been received."},{"comp":"1","quote":"224550","line":"3","data":"addresses on our system. Will document when the"},{"comp":"1","quote":"224550","line":"2","data":"Chesterfield, MI 48051, however we have 35 Ship To"},{"comp":"1","quote":"224550","line":"1","data":"the EU info. She said in email RFG shipping to"},{"comp":"1","quote":"224550","line":"0","data":"11-18-2024 11:05-briand: Asked the MSC rep for"}],"crmnotes":[{"comp":1,"quote":224550,"Line":0,"Comment":"11/20/2024 8:33 AM - briand - F/U changed from 11/24/2024 to 12/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224550,"Line":1,"Comment":"11/20/2024 8:33 AM - briand - CLO changed from 12/18/2024 to 12/20/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224550","line":"1","part":"SK16-14AC","qty":"1","price":"109.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224550","line":"2","part":"SK16-12AC","qty":"1","price":"109.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224550","line":"3","part":"SK16-10AC","qty":"1","price":"109.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224550","line":"4","part":"SK16-8AC","qty":"1","price":"180.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224550","line":"5","part":"SK16-1/2AC","qty":"1","price":"134.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224550","line":"6","part":"SK10-8AC","qty":"1","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224550","line":"7","part":"SK10-5/16AC","qty":"1","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224550","line":"8","part":"SK10-1/4AC","qty":"1","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":8}}] 2024-11-20 08:34:20.144 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224571-11202024083419.txt === {"quote":"224571","customer":"7650","name":null,"customerName":"W.W. Grainger, Inc.","comp":"01","open":"0","shipto":"NATLGRID","shiptoName":"National Grid","entry_date":"11-18-2024","cust_order_date":"11-18-2024","req_date":"12-30-2024","cust_po":"830-048-2.37","terms_code":"23060","ship_via":"F-FGS","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"13:52","extra":"","follow_up":"12-19-2024","web_id":"","follow_name":"Denipher DeSantos","follow_phone":"847-535-1000","follow_email":"denipher.desantos@grainger.com","pic_user":"briand","total_amt":"68.6","total_gp":"46.94","total_gpm":"68.43","rev_type":"STD","mod_date":"11-20-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-18-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224571","line":"1","part":"830-048-2.37","qty":"1","price":"98.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-20 08:34:28.777 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224571-11202024083428.txt === {"quote":"224571","customer":"7650","name":null,"customerName":"W.W. Grainger, Inc.","comp":"01","open":"0","shipto":"NATLGRID","shiptoName":"National Grid","entry_date":"11-18-2024","cust_order_date":"11-18-2024","req_date":"12-30-2024","cust_po":"830-048-2.37","terms_code":"23060","ship_via":"F-FGS","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"13:52","extra":"","follow_up":"12-19-2024","web_id":"","follow_name":"Denipher DeSantos","follow_phone":"847-535-1000","follow_email":"denipher.desantos@grainger.com","pic_user":"briand","total_amt":"68.6","total_gp":"46.94","total_gpm":"68.43","rev_type":"STD","mod_date":"11-20-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-20-2024","notes":[],"crmnotes":[{"comp":1,"quote":224571,"Line":0,"Comment":"11/20/2024 8:34 AM - briand - F/U changed from 11/24/2024 to 12/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224571,"Line":1,"Comment":"11/20/2024 8:34 AM - briand - CLO changed from 12/18/2024 to 12/20/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224571","line":"1","part":"830-048-2.37","qty":"1","price":"98.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-20 08:45:08.040 [INFO] In session is user: danas 2024-11-20 09:39:07.018 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223697-11202024093906.txt === {"quote":"223697","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"1","shipto":"MARSHALL","shiptoName":"PTSolutions - Phoenix","entry_date":"10-30-2024","cust_order_date":"10-30-2024","req_date":"12-11-2024","cust_po":"E25-EXT-100","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"09:48","extra":"","follow_up":"11-20-2024","web_id":"","follow_name":"Brianna Zamarron","follow_phone":"602-269-6295x1418","follow_email":"bzamarron@pts-tools.com","pic_user":"rons","total_amt":"281.16","total_gp":"164.62","total_gpm":"58.55","rev_type":"STD","mod_date":"11-20-2024","mod_time":null,"mod_user":"rons","reason":"2","totalQty":"2","win_pct":"20","clo_date":"11-30-2024","notes":[],"crmnotes":[{"comp":1,"quote":223697,"Line":0,"Comment":"11/04/2024 1:42 PM - rons - F/U changed from 11/05/2024 to 11/20/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223697","line":"1","part":"E25-EXT-100","qty":"2","price":"213.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-20 09:40:03.778 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223285-11202024094003.txt === {"quote":"223285","customer":"16115","name":null,"customerName":"Pacific Industrial Supply","comp":"01","open":"1","shipto":"IVERELC","shiptoName":"Iverson Tool Corp","entry_date":"10-21-2024","cust_order_date":"10-21-2024","req_date":"12-02-2024","cust_po":"9HC16","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Jeff Brown","drop_po":"","status":"0","user":"rons","conv_order":"","time":"13:59","extra":"","follow_up":"11-20-2024","web_id":"","follow_name":"Jeff Brown","follow_phone":"714-642-5340","follow_email":"jeff@pacificindustrialsupply.com","pic_user":"rons","total_amt":"66.30","total_gp":"45.78","total_gpm":"69.05","rev_type":"STD","mod_date":"11-20-2024","mod_time":null,"mod_user":"rons","reason":"2","totalQty":"2","win_pct":"20","clo_date":"11-21-2024","notes":[{"comp":"1","quote":"223285","line":"0","data":"10-21-2024 14:02 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223285,"Line":0,"Comment":"10/22/2024 2:08 PM - rons - F/U changed from 10/27/2024 to 11/20/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223285","line":"1","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223285","line":"2","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-20 09:40:35.057 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223745-11202024094034.txt === {"quote":"223745","customer":"4602","name":null,"customerName":"DGI Supply a DoAll Company (ON)","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-31-2024","cust_order_date":"10-31-2024","req_date":"12-12-2024","cust_po":"NC4007-0025-4.00G","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"08:25","extra":"","follow_up":"11-20-2024","web_id":"","follow_name":"Clifford Ho","follow_phone":"800-923-6255x89340","follow_email":"cho@dgisupply.ca","pic_user":"rons","total_amt":"177.12","total_gp":"97.77","total_gpm":"55.20","rev_type":"STD","mod_date":"11-20-2024","mod_time":null,"mod_user":"rons","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-30-2024","notes":[],"crmnotes":[{"comp":1,"quote":223745,"Line":0,"Comment":"11/04/2024 1:48 PM - rons - F/U changed from 11/06/2024 to 11/20/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223745","line":"1","part":"NC4007-0025-4.00G","qty":"1","price":"328.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-20 09:41:41.358 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223295-11202024094141.txt === {"quote":"223295","customer":"4550","name":null,"customerName":"DGI Supply a DoAll Company","comp":"01","open":"1","shipto":"DGISKENT","shiptoName":"DGI Supply","entry_date":"10-21-2024","cust_order_date":"10-21-2024","req_date":"12-02-2024","cust_po":"010-004","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"15:25","extra":"","follow_up":"11-20-2024","web_id":"","follow_name":"Jeanette","follow_phone":"616-984-0419","follow_email":"sales@dgisupply.com","pic_user":"rons","total_amt":"14.95","total_gp":"9.03","total_gpm":"60.40","rev_type":"STD","mod_date":"11-20-2024","mod_time":null,"mod_user":"rons","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":223295,"Line":0,"Comment":"10/22/2024 2:08 PM - rons - F/U changed from 10/27/2024 to 11/20/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223295","line":"1","part":"010-004","qty":"1","price":"23.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-20 09:42:02.281 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223404-11202024094202.txt === {"quote":"223404","customer":"2185","name":null,"customerName":"Stellar Industrial Supply, Inc.","comp":"01","open":"1","shipto":"STELLCAV","shiptoName":"Stellar Industrial","entry_date":"10-23-2024","cust_order_date":"10-23-2024","req_date":"12-04-2024","cust_po":"820-003","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"11:16","extra":"","follow_up":"11-20-2024","web_id":"","follow_name":"Patrick Briggs","follow_phone":"805-964-6749","follow_email":"pbriggs@stellarindustrial.com","pic_user":"rons","total_amt":"188.25","total_gp":"135.49","total_gpm":"71.97","rev_type":"STD","mod_date":"11-20-2024","mod_time":null,"mod_user":"rons","reason":"2","totalQty":"7","win_pct":"20","clo_date":"11-23-2024","notes":[{"comp":"1","quote":"223404","line":"1","data":"location in Ventura, CA"},{"comp":"1","quote":"223404","line":"0","data":"10-23-2024 11:17-rons: set to ship to Stellar"}],"crmnotes":[{"comp":1,"quote":223404,"Line":0,"Comment":"10/23/2024 3:45 PM - rons - F/U changed from 10/29/2024 to 11/20/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223404","line":"1","part":"820-003","qty":"1","price":"41.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223404","line":"2","part":"820-004","qty":"1","price":"35.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223404","line":"3","part":"820-005","qty":"1","price":"35.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223404","line":"4","part":"820-006","qty":"1","price":"35.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223404","line":"5","part":"820-008","qty":"1","price":"35.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223404","line":"6","part":"820-010","qty":"1","price":"35.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223404","line":"7","part":"820-012","qty":"1","price":"35.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-20 09:42:45.013 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223477-11202024094244.txt === {"quote":"223477","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"1","shipto":"MARSSEAT","shiptoName":"PTSolutions - Seattle","entry_date":"10-24-2024","cust_order_date":"10-24-2024","req_date":"12-05-2024","cust_po":"300-084","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"12:53","extra":"","follow_up":"11-20-2024","web_id":"","follow_name":"Robert Schultz","follow_phone":"425-308-4559","follow_email":"robert.schultz@pts-tools.com","pic_user":"rons","total_amt":"58.28","total_gp":"31.66","total_gpm":"54.32","rev_type":"STD","mod_date":"11-20-2024","mod_time":null,"mod_user":"rons","reason":"1","totalQty":"1","win_pct":"20","clo_date":"11-24-2024","notes":[],"crmnotes":[{"comp":1,"quote":223477,"Line":0,"Comment":"10/29/2024 3:19 PM - rons - F/U changed from 10/30/2024 to 11/20/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223477","line":"1","part":"300-084","qty":"1","price":"94.00","uom":"EA","discount":"38.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-20 09:43:03.602 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223481-11202024094303.txt === {"quote":"223481","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-24-2024","cust_order_date":"10-24-2024","req_date":"12-05-2024","cust_po":"H63A-SF0625-4.72","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"13:24","extra":"","follow_up":"11-20-2024","web_id":"","follow_name":"Todd Heath","follow_phone":"941-739-6566","follow_email":"todd@afi-tools.com","pic_user":"rons","total_amt":"132.30","total_gp":"52.49","total_gpm":"39.67","rev_type":"ADV","mod_date":"11-20-2024","mod_time":null,"mod_user":"rons","reason":"2","totalQty":"2","win_pct":"20","clo_date":"11-24-2024","notes":[{"comp":"1","quote":"223481","line":"1","data":"in Alabama"},{"comp":"1","quote":"223481","line":"0","data":"10-24-2024 13:25-rons: shipping to DB Technologies"}],"crmnotes":[{"comp":1,"quote":223481,"Line":0,"Comment":"10/28/2024 1:27 PM - rons - F/U changed from 10/30/2024 to 11/20/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223481","line":"1","part":"H63A-SF0625-4.72","qty":"1","price":"294.00","uom":"EA","discount":"55.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223481","line":"2","part":"PROMOTION-OS","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223481","Line":"1","Company":"1","F_Line":"1","Comment":"Please note additional 20% applied on overstock promo.","Loc":"Y"},{"Quote":"223481","Line":"1","Company":"1","F_Line":"2","Comment":"Once PO and order has been issued this cannot be","Loc":"Y"},{"Quote":"223481","Line":"1","Company":"1","F_Line":"3","Comment":"cancelled or returned.","Loc":"Y"}],"qcomms":[{"Quote":"223481","Line":"0","Comment":"Please note additional 20% applied on overstock promo."},{"Quote":"223481","Line":"1","Comment":"Once PO and order has been issued this cannot be"},{"Quote":"223481","Line":"2","Comment":"cancelled or returned."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-20 09:45:00.663 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224559-11202024094500.txt === {"quote":"224559","customer":"4207","name":null,"customerName":"DCT Industrial Supply Company","comp":"01","open":"0","shipto":"MAA","shiptoName":"DCT Industrial Supply Co","entry_date":"11-18-2024","cust_order_date":"11-18-2024","req_date":"12-30-2024","cust_po":"CAT40-UMT200UH","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"12:35","extra":"","follow_up":"12-04-2024","web_id":"","follow_name":"Cheryl Ferguson","follow_phone":"636-441-2112","follow_email":"cferguson@dctisc.com","pic_user":"rons","total_amt":"1250.7","total_gp":"810.36","total_gpm":"64.79","rev_type":"ADV","mod_date":"11-20-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-18-2024","notes":[{"comp":"1","quote":"224559","line":"1","data":"to confirm pricing & delivery for Cheryl"},{"comp":"1","quote":"224559","line":"0","data":"11-18-2024 12:39-rons: added to quotation file"}],"crmnotes":[],"items":[{"comp":"01","order":"224559","line":"1","part":"CAT40-UMT200UH","qty":"1","price":"1895.00","uom":"EA","discount":"34.00","req_date":"SEE COMMENT","branch":"1"}],"qlines":[{"Quote":"224559","Line":"1","Company":"1","F_Line":"1","Comment":"These are non-standard stock items and considered","Loc":"Y"},{"Quote":"224559","Line":"1","Company":"1","F_Line":"2","Comment":"specials. Once a PO has been issued these items cannot","Loc":"Y"},{"Quote":"224559","Line":"1","Company":"1","F_Line":"3","Comment":"be cancelled or returned. 2 months mtfg. upon signed","Loc":"Y"},{"Quote":"224559","Line":"1","Company":"1","F_Line":"4","Comment":"approval drawing plus 2 week delivery.","Loc":"Y"}],"qcomms":[{"Quote":"224559","Line":"0","Comment":"These are non-standard stock items and considered"},{"Quote":"224559","Line":"1","Comment":"specials. Once a PO has been issued these items cannot"},{"Quote":"224559","Line":"2","Comment":"be cancelled or returned."}],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-20 09:45:10.573 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224572-11202024094510.txt === {"quote":"224572","customer":"20642","name":null,"customerName":"Tooling Associates","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-18-2024","cust_order_date":"11-18-2024","req_date":"12-30-2024","cust_po":"KM1.1/4-15/32","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"30","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"14:00","extra":"","follow_up":"12-04-2024","web_id":"","follow_name":"Chuck Shadow","follow_phone":"314-517-8794","follow_email":"cshadow@toolingassoc.com","pic_user":"rons","total_amt":"185.25","total_gp":"128.53","total_gpm":"69.38","rev_type":"ADV","mod_date":"11-20-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-18-2024","notes":[{"comp":"1","quote":"224572","line":"1","data":"price & delivery"},{"comp":"1","quote":"224572","line":"0","data":"11-18-2024 14:03-rons: added to QF log to confirm"}],"crmnotes":[],"items":[{"comp":"01","order":"224572","line":"1","part":"KM1.1/4-15/32","qty":"1","price":"247.00","uom":"EA","discount":"25.00","req_date":"2 WEEKS","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-20 09:45:54.172 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224607-11202024094553.txt === {"quote":"224607","customer":"16940","name":null,"customerName":"Progressive Machine Tools, Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-19-2024","cust_order_date":"11-19-2024","req_date":"12-31-2024","cust_po":"ET32-255","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"10:39","extra":"","follow_up":"12-05-2024","web_id":"","follow_name":"Mark Gomez","follow_phone":"405-997-9700","follow_email":"mark@pmt-usa.com","pic_user":"rons","total_amt":"100.8","total_gp":"72.80","total_gpm":"72.22","rev_type":"STD","mod_date":"11-20-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-19-2024","notes":[{"comp":"1","quote":"224607","line":"0","data":"11-19-2024 10:39-rons: shipping to OK"}],"crmnotes":[],"items":[{"comp":"01","order":"224607","line":"1","part":"ET32-255","qty":"1","price":"140.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-20 09:46:11.199 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224626-11202024094610.txt === {"quote":"224626","customer":"3966","name":null,"customerName":"Cutting Edge Tool Supply,Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-19-2024","cust_order_date":"11-19-2024","req_date":"12-31-2024","cust_po":"850-048-1.00","terms_code":"CCARD","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"75","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"13:34","extra":"","follow_up":"12-05-2024","web_id":"","follow_name":"Allen","follow_phone":"","follow_email":"allenrgordy@yahoo.com","pic_user":"rons","total_amt":"367.2","total_gp":"242.15","total_gpm":"65.94","rev_type":"STD","mod_date":"11-20-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-19-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224626","line":"1","part":"850-048-1.00","qty":"1","price":"153.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224626","line":"2","part":"850-064-1.00","qty":"2","price":"153.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-20 10:14:04.818 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(41.731148967549, -87.8353985749506, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(41.731148967549, -87.8353985749506, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.4454761 second/s. 2024-11-20 10:19:24.953 [INFO] In session is user: cindyt 2024-11-20 10:34:56.609 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223570-11202024103456.txt === {"quote":"223570","customer":"2965","name":null,"customerName":"Butler Bros.","comp":"01","open":"0","shipto":"GENELECT","shiptoName":"General Electric Company","entry_date":"10-28-2024","cust_order_date":"11-20-2024","req_date":"11-25-2024","cust_po":"PRE-HTR6A-I50","terms_code":"N30","ship_via":"TBD","ship_collect":"","drop_ship":"N","territory":"11","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Ezra Rines","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"11:15","extra":"","follow_up":"11-28-2024","web_id":"","follow_name":"Ezra Rines","follow_phone":"207-740-3106","follow_email":"erines@butlerbros.com","pic_user":"cindyt","total_amt":"41920.00","total_gp":"22557.04","total_gpm":"53.81","rev_type":"ADV","mod_date":"11-20-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"12","win_pct":"20","clo_date":"11-17-2024","notes":[{"comp":"1","quote":"223570","line":"2","data":"They might buy both or just one."},{"comp":"1","quote":"223570","line":"1","data":"this is a repeat quote and order from 2022."},{"comp":"1","quote":"223570","line":"0","data":"10-28-2024 12:46-cindyt: Per Eric Hartman"}],"crmnotes":[{"comp":1,"quote":223570,"Line":0,"Comment":"11/20/2024 10:34 AM - cindyt - Encounter has been added"}],"items":[{"comp":"01","order":"223570","line":"1","part":"PRE-HTR6A-I50","qty":"1","price":"36400.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223570","line":"2","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223570","line":"3","part":"PRE-PRNT-ROLL-QL800","qty":"1","price":"30.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223570","line":"4","part":"PROMOTION-IMTS24PRE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"223570","line":"5","part":"TOOL-CERT-PROMO","qty":"1","price":"2000.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"223570","line":"8","part":"PRE-E346PLUS-I50","qty":"1","price":"16600.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223570","line":"9","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223570","line":"10","part":"PRE-PRNT-ROLL-QL800","qty":"1","price":"30.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223570","line":"11","part":"PRE-E346PLUS-STD","qty":"1","price":"1940.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223570","line":"12","part":"PROMOTION-IMTS24PRE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"223570","line":"13","part":"TOOL-CERT-PROMO","qty":"1","price":"750.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"223570","line":"15","part":"PRE-INST/TRAINING","qty":"1","price":"3000.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":12}}] 2024-11-20 10:35:08.348 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223570-11202024103508.txt === {"quote":"223570","customer":"2965","name":null,"customerName":"Butler Bros.","comp":"01","open":"0","shipto":"GENELECT","shiptoName":"General Electric Company","entry_date":"10-28-2024","cust_order_date":"11-20-2024","req_date":"11-25-2024","cust_po":"PRE-HTR6A-I50","terms_code":"N30","ship_via":"TBD","ship_collect":"","drop_ship":"N","territory":"11","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Ezra Rines","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"11:15","extra":"","follow_up":"11-28-2024","web_id":"","follow_name":"Ezra Rines","follow_phone":"207-740-3106","follow_email":"erines@butlerbros.com","pic_user":"cindyt","total_amt":"41920.00","total_gp":"22557.04","total_gpm":"53.81","rev_type":"ADV","mod_date":"11-20-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"12","win_pct":"20","clo_date":"11-29-2024","notes":[{"comp":"1","quote":"223570","line":"2","data":"They might buy both or just one."},{"comp":"1","quote":"223570","line":"1","data":"this is a repeat quote and order from 2022."},{"comp":"1","quote":"223570","line":"0","data":"10-28-2024 12:46-cindyt: Per Eric Hartman"}],"crmnotes":[{"comp":1,"quote":223570,"Line":0,"Comment":"11/20/2024 10:34 AM - cindyt - Encounter has been added"},{"comp":1,"quote":223570,"Line":1,"Comment":"11/20/2024 10:34 AM - cindyt - F/U changed from 11/10/2024 to 11/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223570,"Line":2,"Comment":"11/20/2024 10:35 AM - cindyt - CLO changed from 11/17/2024 to 11/29/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223570","line":"1","part":"PRE-HTR6A-I50","qty":"1","price":"36400.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223570","line":"2","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223570","line":"3","part":"PRE-PRNT-ROLL-QL800","qty":"1","price":"30.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223570","line":"4","part":"PROMOTION-IMTS24PRE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"223570","line":"5","part":"TOOL-CERT-PROMO","qty":"1","price":"2000.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"223570","line":"8","part":"PRE-E346PLUS-I50","qty":"1","price":"16600.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223570","line":"9","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223570","line":"10","part":"PRE-PRNT-ROLL-QL800","qty":"1","price":"30.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223570","line":"11","part":"PRE-E346PLUS-STD","qty":"1","price":"1940.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223570","line":"12","part":"PROMOTION-IMTS24PRE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"223570","line":"13","part":"TOOL-CERT-PROMO","qty":"1","price":"750.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"223570","line":"15","part":"PRE-INST/TRAINING","qty":"1","price":"3000.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":12}}] 2024-11-20 10:35:18.444 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223570-11202024103518.txt === {"quote":"223570","customer":"2965","name":null,"customerName":"Butler Bros.","comp":"01","open":"0","shipto":"GENELECT","shiptoName":"General Electric Company","entry_date":"10-28-2024","cust_order_date":"11-20-2024","req_date":"11-21-2024","cust_po":"PRE-HTR6A-I50","terms_code":"N30","ship_via":"TBD","ship_collect":"","drop_ship":"N","territory":"11","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Ezra Rines","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"11:15","extra":"","follow_up":"11-28-2024","web_id":"","follow_name":"Ezra Rines","follow_phone":"207-740-3106","follow_email":"erines@butlerbros.com","pic_user":"cindyt","total_amt":"41920.00","total_gp":"22557.04","total_gpm":"53.81","rev_type":"ADV","mod_date":"11-20-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"12","win_pct":"20","clo_date":"11-29-2024","notes":[{"comp":"1","quote":"223570","line":"2","data":"They might buy both or just one."},{"comp":"1","quote":"223570","line":"1","data":"this is a repeat quote and order from 2022."},{"comp":"1","quote":"223570","line":"0","data":"10-28-2024 12:46-cindyt: Per Eric Hartman"}],"crmnotes":[{"comp":1,"quote":223570,"Line":0,"Comment":"11/20/2024 10:34 AM - cindyt - Encounter has been added"},{"comp":1,"quote":223570,"Line":1,"Comment":"11/20/2024 10:34 AM - cindyt - F/U changed from 11/10/2024 to 11/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223570,"Line":2,"Comment":"11/20/2024 10:35 AM - cindyt - CLO changed from 11/17/2024 to 11/29/2024 (CLO Date Updated)"},{"comp":1,"quote":223570,"Line":3,"Comment":"11/20/2024 10:35 AM - cindyt - Req Date changed from 11/25/2024 to 11/21/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223570","line":"1","part":"PRE-HTR6A-I50","qty":"1","price":"36400.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223570","line":"2","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223570","line":"3","part":"PRE-PRNT-ROLL-QL800","qty":"1","price":"30.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223570","line":"4","part":"PROMOTION-IMTS24PRE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"223570","line":"5","part":"TOOL-CERT-PROMO","qty":"1","price":"2000.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"223570","line":"8","part":"PRE-E346PLUS-I50","qty":"1","price":"16600.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223570","line":"9","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223570","line":"10","part":"PRE-PRNT-ROLL-QL800","qty":"1","price":"30.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223570","line":"11","part":"PRE-E346PLUS-STD","qty":"1","price":"1940.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223570","line":"12","part":"PROMOTION-IMTS24PRE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"223570","line":"13","part":"TOOL-CERT-PROMO","qty":"1","price":"750.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"223570","line":"15","part":"PRE-INST/TRAINING","qty":"1","price":"3000.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":12}}] 2024-11-20 10:37:37.921 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224421-11202024103737.txt === {"quote":"224421","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"ADVAWESB","shiptoName":"Advance Manufacturing Co","entry_date":"11-14-2024","cust_order_date":"12-05-2024","req_date":"12-10-2024","cust_po":"BT50 Tooling","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Ed Ziemba","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"08:17","extra":"","follow_up":"11-29-2024","web_id":"","follow_name":"Ed Ziemba","follow_phone":"413-348-5895","follow_email":"ziembae@mscdirect.com","pic_user":"cindyt","total_amt":"18899.38","total_gp":"11008.25","total_gpm":"58.25","rev_type":"STD","mod_date":"11-20-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"109","win_pct":"20","clo_date":"12-04-2024","notes":[{"comp":"1","quote":"224421","line":"0","data":"11-19-2024 10:13-cindyt: Order is coming."}],"crmnotes":[{"comp":1,"quote":224421,"Line":0,"Comment":"11/20/2024 10:37 AM - cindyt - Encounter has been added"}],"items":[{"comp":"01","order":"224421","line":"1","part":"B5006-0250-6.00","qty":"5","price":"363.00","uom":"EA","discount":"48.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224421","line":"2","part":"B5006-0375-2.75","qty":"4","price":"289.00","uom":"EA","discount":"48.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224421","line":"3","part":"B5006-0375-6.00","qty":"4","price":"285.00","uom":"EA","discount":"48.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224421","line":"4","part":"B5006-0500-3.00","qty":"5","price":"294.00","uom":"EA","discount":"48.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224421","line":"5","part":"B5006-0500-6.00","qty":"12","price":"300.00","uom":"EA","discount":"48.00","req_date":"5 Stk/Bal 2~3 Weeks","branch":"1"},{"comp":"01","order":"224421","line":"6","part":"B5016-0625-6.00","qty":"5","price":"311.00","uom":"EA","discount":"48.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224421","line":"7","part":"B5006-0750-3.00","qty":"23","price":"294.00","uom":"EA","discount":"48.00","req_date":"16 Stk/ Bal 2~3 Wks","branch":"1"},{"comp":"01","order":"224421","line":"8","part":"B5006-0750-6.00","qty":"20","price":"300.00","uom":"EA","discount":"48.00","req_date":"11 Stk/Bal 2~3 Wks","branch":"1"},{"comp":"01","order":"224421","line":"9","part":"B5006-1000-4.00","qty":"6","price":"326.00","uom":"EA","discount":"48.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224421","line":"10","part":"B5006-1000-6.00","qty":"8","price":"326.00","uom":"EA","discount":"48.00","req_date":"5 Stk/Bal 2~3 Wks","branch":"1"},{"comp":"01","order":"224421","line":"11","part":"B5006-1250-4.00","qty":"4","price":"326.00","uom":"EA","discount":"48.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224421","line":"12","part":"BT50-SK6-165","qty":"2","price":"539.00","uom":"EA","discount":"45.00","req_date":"1~2 Weeks","branch":"1"},{"comp":"01","order":"224421","line":"13","part":"BT50-SK10C-165","qty":"4","price":"646.00","uom":"EA","discount":"45.00","req_date":"1~2 Weeks","branch":"1"},{"comp":"01","order":"224421","line":"14","part":"BT50-SK16-105","qty":"4","price":"549.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224421","line":"15","part":"B5001-0750-1.75CP","qty":"3","price":"261.00","uom":"EA","discount":"48.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":15}}] 2024-11-20 10:37:51.475 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224421-11202024103751.txt === {"quote":"224421","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"ADVAWESB","shiptoName":"Advance Manufacturing Co","entry_date":"11-14-2024","cust_order_date":"12-05-2024","req_date":"12-10-2024","cust_po":"BT50 Tooling","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Ed Ziemba","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"08:17","extra":"","follow_up":"11-29-2024","web_id":"","follow_name":"Ed Ziemba","follow_phone":"413-348-5895","follow_email":"ziembae@mscdirect.com","pic_user":"cindyt","total_amt":"18899.38","total_gp":"11008.25","total_gpm":"58.25","rev_type":"STD","mod_date":"11-20-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"109","win_pct":"20","clo_date":"12-04-2024","notes":[{"comp":"1","quote":"224421","line":"0","data":"11-19-2024 10:13-cindyt: Order is coming."}],"crmnotes":[{"comp":1,"quote":224421,"Line":0,"Comment":"11/20/2024 10:37 AM - cindyt - Encounter has been added"},{"comp":1,"quote":224421,"Line":1,"Comment":"11/20/2024 10:37 AM - cindyt - F/U changed from 11/20/2024 to 11/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224421,"Line":2,"Comment":"11/20/2024 10:37 AM - cindyt - CLO changed from 12/04/2024 to 12/04/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224421","line":"1","part":"B5006-0250-6.00","qty":"5","price":"363.00","uom":"EA","discount":"48.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224421","line":"2","part":"B5006-0375-2.75","qty":"4","price":"289.00","uom":"EA","discount":"48.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224421","line":"3","part":"B5006-0375-6.00","qty":"4","price":"285.00","uom":"EA","discount":"48.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224421","line":"4","part":"B5006-0500-3.00","qty":"5","price":"294.00","uom":"EA","discount":"48.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224421","line":"5","part":"B5006-0500-6.00","qty":"12","price":"300.00","uom":"EA","discount":"48.00","req_date":"5 Stk/Bal 2~3 Weeks","branch":"1"},{"comp":"01","order":"224421","line":"6","part":"B5016-0625-6.00","qty":"5","price":"311.00","uom":"EA","discount":"48.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224421","line":"7","part":"B5006-0750-3.00","qty":"23","price":"294.00","uom":"EA","discount":"48.00","req_date":"16 Stk/ Bal 2~3 Wks","branch":"1"},{"comp":"01","order":"224421","line":"8","part":"B5006-0750-6.00","qty":"20","price":"300.00","uom":"EA","discount":"48.00","req_date":"11 Stk/Bal 2~3 Wks","branch":"1"},{"comp":"01","order":"224421","line":"9","part":"B5006-1000-4.00","qty":"6","price":"326.00","uom":"EA","discount":"48.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224421","line":"10","part":"B5006-1000-6.00","qty":"8","price":"326.00","uom":"EA","discount":"48.00","req_date":"5 Stk/Bal 2~3 Wks","branch":"1"},{"comp":"01","order":"224421","line":"11","part":"B5006-1250-4.00","qty":"4","price":"326.00","uom":"EA","discount":"48.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224421","line":"12","part":"BT50-SK6-165","qty":"2","price":"539.00","uom":"EA","discount":"45.00","req_date":"1~2 Weeks","branch":"1"},{"comp":"01","order":"224421","line":"13","part":"BT50-SK10C-165","qty":"4","price":"646.00","uom":"EA","discount":"45.00","req_date":"1~2 Weeks","branch":"1"},{"comp":"01","order":"224421","line":"14","part":"BT50-SK16-105","qty":"4","price":"549.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224421","line":"15","part":"B5001-0750-1.75CP","qty":"3","price":"261.00","uom":"EA","discount":"48.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":15}}] 2024-11-20 10:37:57.145 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224421-11202024103756.txt === {"quote":"224421","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"ADVAWESB","shiptoName":"Advance Manufacturing Co","entry_date":"11-14-2024","cust_order_date":"12-05-2024","req_date":"12-10-2024","cust_po":"BT50 Tooling","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Ed Ziemba","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"08:17","extra":"","follow_up":"11-29-2024","web_id":"","follow_name":"Ed Ziemba","follow_phone":"413-348-5895","follow_email":"ziembae@mscdirect.com","pic_user":"cindyt","total_amt":"18899.38","total_gp":"11008.25","total_gpm":"58.25","rev_type":"STD","mod_date":"11-20-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"109","win_pct":"20","clo_date":"12-04-2024","notes":[{"comp":"1","quote":"224421","line":"0","data":"11-19-2024 10:13-cindyt: Order is coming."}],"crmnotes":[{"comp":1,"quote":224421,"Line":0,"Comment":"11/20/2024 10:37 AM - cindyt - Encounter has been added"},{"comp":1,"quote":224421,"Line":1,"Comment":"11/20/2024 10:37 AM - cindyt - F/U changed from 11/20/2024 to 11/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224421,"Line":2,"Comment":"11/20/2024 10:37 AM - cindyt - CLO changed from 12/04/2024 to 12/04/2024 (CLO Date Updated)"},{"comp":1,"quote":224421,"Line":3,"Comment":"11/20/2024 10:37 AM - cindyt - Req Date changed from 12/10/2024 to 12/10/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"224421","line":"1","part":"B5006-0250-6.00","qty":"5","price":"363.00","uom":"EA","discount":"48.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224421","line":"2","part":"B5006-0375-2.75","qty":"4","price":"289.00","uom":"EA","discount":"48.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224421","line":"3","part":"B5006-0375-6.00","qty":"4","price":"285.00","uom":"EA","discount":"48.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224421","line":"4","part":"B5006-0500-3.00","qty":"5","price":"294.00","uom":"EA","discount":"48.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224421","line":"5","part":"B5006-0500-6.00","qty":"12","price":"300.00","uom":"EA","discount":"48.00","req_date":"5 Stk/Bal 2~3 Weeks","branch":"1"},{"comp":"01","order":"224421","line":"6","part":"B5016-0625-6.00","qty":"5","price":"311.00","uom":"EA","discount":"48.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224421","line":"7","part":"B5006-0750-3.00","qty":"23","price":"294.00","uom":"EA","discount":"48.00","req_date":"16 Stk/ Bal 2~3 Wks","branch":"1"},{"comp":"01","order":"224421","line":"8","part":"B5006-0750-6.00","qty":"20","price":"300.00","uom":"EA","discount":"48.00","req_date":"11 Stk/Bal 2~3 Wks","branch":"1"},{"comp":"01","order":"224421","line":"9","part":"B5006-1000-4.00","qty":"6","price":"326.00","uom":"EA","discount":"48.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224421","line":"10","part":"B5006-1000-6.00","qty":"8","price":"326.00","uom":"EA","discount":"48.00","req_date":"5 Stk/Bal 2~3 Wks","branch":"1"},{"comp":"01","order":"224421","line":"11","part":"B5006-1250-4.00","qty":"4","price":"326.00","uom":"EA","discount":"48.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224421","line":"12","part":"BT50-SK6-165","qty":"2","price":"539.00","uom":"EA","discount":"45.00","req_date":"1~2 Weeks","branch":"1"},{"comp":"01","order":"224421","line":"13","part":"BT50-SK10C-165","qty":"4","price":"646.00","uom":"EA","discount":"45.00","req_date":"1~2 Weeks","branch":"1"},{"comp":"01","order":"224421","line":"14","part":"BT50-SK16-105","qty":"4","price":"549.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224421","line":"15","part":"B5001-0750-1.75CP","qty":"3","price":"261.00","uom":"EA","discount":"48.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":15}}] 2024-11-20 10:40:04.385 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221557-11202024104004.txt === {"quote":"221557","customer":"21750","name":null,"customerName":"US Tool Group","comp":"01","open":"1","shipto":"COLLOAKV","shiptoName":"Collins Aerospace C/O US Tool Group","entry_date":"09-16-2024","cust_order_date":"11-15-2024","req_date":"11-25-2024","cust_po":"C8-RDC6-120-QC","terms_code":"21030","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"30","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"12:54","extra":"","follow_up":"11-05-2024","web_id":"","follow_name":"Kim Orchard","follow_phone":"365-773-2244","follow_email":"kim.orchard@ustg.net","pic_user":"cindyt","total_amt":"11077.20","total_gp":"6828.15","total_gpm":"61.64","rev_type":"ADV","mod_date":"11-20-2024","mod_time":null,"mod_user":"cindyt","reason":"9","totalQty":"16","win_pct":"20","clo_date":"11-07-2024","notes":[{"comp":"1","quote":"221557","line":"1","data":"USTG. Ron is trying to get in there."},{"comp":"1","quote":"221557","line":"0","data":"10-17-2024 13:58-cindyt: Also quoted 221558 for"}],"crmnotes":[{"comp":1,"quote":221557,"Line":0,"Comment":"10/14/2024 10:52 AM - cindyt - Encounter has been added"},{"comp":1,"quote":221557,"Line":1,"Comment":"10/14/2024 10:53 AM - cindyt - F/U changed from 10/06/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221557,"Line":2,"Comment":"10/14/2024 10:53 AM - cindyt - CLO changed from 10/16/2024 to 11/07/2024 (CLO Date Updated)"},{"comp":1,"quote":221557,"Line":3,"Comment":"10/14/2024 10:53 AM - cindyt - Req Date changed from 10/28/2024 to 11/13/2024 (Req Date Updated)"},{"comp":1,"quote":221557,"Line":4,"Comment":"11/20/2024 10:39 AM - cindyt - Encounter has been added"}],"items":[{"comp":"01","order":"221557","line":"1","part":"C8-RDC6-120-QC","qty":"6","price":"1181.00","uom":"EA","discount":"32.00","req_date":"4 Stk bal 10-12wks","branch":"1"},{"comp":"01","order":"221557","line":"2","part":"C8-C1-105","qty":"8","price":"901.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221557","line":"3","part":"C8-C1.1/4-135","qty":"1","price":"991.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221557","line":"4","part":"C8-SM0750-4.00","qty":"1","price":"1005.00","uom":"EA","discount":"32.00","req_date":"ETA 10-12wks","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-20 10:43:57.897 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223698-11202024104357.txt === {"quote":"223698","customer":"20894","name":null,"customerName":"Triumph Tool Ltd.","comp":"01","open":"0","shipto":"TRIUMCAN","shiptoName":"Triumph Tool","entry_date":"10-30-2024","cust_order_date":"11-15-2024","req_date":"11-20-2024","cust_po":"SF-START2-Unit-200","terms_code":"N30","ship_via":"TRK","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Terry Santos","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"09:50","extra":"","follow_up":"11-28-2024","web_id":"","follow_name":"Terry Santos","follow_phone":"416-427-6242","follow_email":"terrys@triumphtool.com","pic_user":"cindyt","total_amt":"9000.00","total_gp":"3815.38","total_gpm":"42.39","rev_type":"ADV","mod_date":"11-20-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"7","win_pct":"20","clo_date":"11-14-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223698","line":"1","part":"SF-START2-UNIT-200","qty":"1","price":"12000.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223698","line":"2","part":"SF-POT-#40","qty":"2","price":"130.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223698","line":"3","part":"SF-RACK-POT","qty":"1","price":"120.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223698","line":"4","part":"SF-RACK-HEAT-RING","qty":"1","price":"120.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223698","line":"5","part":"SF-COIL-CLIP-KIT","qty":"1","price":"87.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223698","line":"6","part":"PROMOTION-IMTS24SF","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223698","Line":"6","Company":"1","F_Line":"1","Comment":"IMTS24 Promotion: Get a $1000.00 tooling certificate","Loc":"Y"},{"Quote":"223698","Line":"6","Company":"1","F_Line":"2","Comment":"with the purchase of a START2 unit.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":6}}] 2024-11-20 10:44:09.229 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223698-11202024104409.txt === {"quote":"223698","customer":"20894","name":null,"customerName":"Triumph Tool Ltd.","comp":"01","open":"0","shipto":"TRIUMCAN","shiptoName":"Triumph Tool","entry_date":"10-30-2024","cust_order_date":"11-15-2024","req_date":"11-20-2024","cust_po":"SF-START2-Unit-200","terms_code":"N30","ship_via":"TRK","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Terry Santos","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"09:50","extra":"","follow_up":"11-28-2024","web_id":"","follow_name":"Terry Santos","follow_phone":"416-427-6242","follow_email":"terrys@triumphtool.com","pic_user":"cindyt","total_amt":"9000.00","total_gp":"3815.38","total_gpm":"42.39","rev_type":"ADV","mod_date":"11-20-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"7","win_pct":"20","clo_date":"11-29-2024","notes":[],"crmnotes":[{"comp":1,"quote":223698,"Line":0,"Comment":"11/20/2024 10:43 AM - cindyt - F/U changed from 11/05/2024 to 11/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223698,"Line":1,"Comment":"11/20/2024 10:44 AM - cindyt - CLO changed from 11/14/2024 to 11/29/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223698","line":"1","part":"SF-START2-UNIT-200","qty":"1","price":"12000.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223698","line":"2","part":"SF-POT-#40","qty":"2","price":"130.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223698","line":"3","part":"SF-RACK-POT","qty":"1","price":"120.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223698","line":"4","part":"SF-RACK-HEAT-RING","qty":"1","price":"120.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223698","line":"5","part":"SF-COIL-CLIP-KIT","qty":"1","price":"87.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223698","line":"6","part":"PROMOTION-IMTS24SF","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223698","Line":"6","Company":"1","F_Line":"1","Comment":"IMTS24 Promotion: Get a $1000.00 tooling certificate","Loc":"Y"},{"Quote":"223698","Line":"6","Company":"1","F_Line":"2","Comment":"with the purchase of a START2 unit.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-20 10:44:19.027 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223698-11202024104418.txt === {"quote":"223698","customer":"20894","name":null,"customerName":"Triumph Tool Ltd.","comp":"01","open":"0","shipto":"TRIUMCAN","shiptoName":"Triumph Tool","entry_date":"10-30-2024","cust_order_date":"11-15-2024","req_date":"12-10-2024","cust_po":"SF-START2-Unit-200","terms_code":"N30","ship_via":"TRK","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Terry Santos","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"09:50","extra":"","follow_up":"11-28-2024","web_id":"","follow_name":"Terry Santos","follow_phone":"416-427-6242","follow_email":"terrys@triumphtool.com","pic_user":"cindyt","total_amt":"9000.00","total_gp":"3815.38","total_gpm":"42.39","rev_type":"ADV","mod_date":"11-20-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"7","win_pct":"20","clo_date":"11-29-2024","notes":[],"crmnotes":[{"comp":1,"quote":223698,"Line":0,"Comment":"11/20/2024 10:43 AM - cindyt - F/U changed from 11/05/2024 to 11/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223698,"Line":1,"Comment":"11/20/2024 10:44 AM - cindyt - CLO changed from 11/14/2024 to 11/29/2024 (CLO Date Updated)"},{"comp":1,"quote":223698,"Line":2,"Comment":"11/20/2024 10:44 AM - cindyt - Req Date changed from 11/20/2024 to 12/10/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223698","line":"1","part":"SF-START2-UNIT-200","qty":"1","price":"12000.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223698","line":"2","part":"SF-POT-#40","qty":"2","price":"130.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223698","line":"3","part":"SF-RACK-POT","qty":"1","price":"120.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223698","line":"4","part":"SF-RACK-HEAT-RING","qty":"1","price":"120.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223698","line":"5","part":"SF-COIL-CLIP-KIT","qty":"1","price":"87.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223698","line":"6","part":"PROMOTION-IMTS24SF","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223698","Line":"6","Company":"1","F_Line":"1","Comment":"IMTS24 Promotion: Get a $1000.00 tooling certificate","Loc":"Y"},{"Quote":"223698","Line":"6","Company":"1","F_Line":"2","Comment":"with the purchase of a START2 unit.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-20 10:52:11.426 [INFO] In session is user: luism 2024-11-20 11:32:07.063 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.1351249331475, -86.7467308227001, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.1351249331475, -86.7467308227001, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 20 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2072313 second/s. 2024-11-20 11:32:07.936 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.1351249331475, -86.7467308227001, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.1351249331475, -86.7467308227001, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2325666 second/s. 2024-11-20 11:32:10.260 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.1351249331475, -86.7467308227001, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.1351249331475, -86.7467308227001, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2143612 second/s. 2024-11-20 11:44:29.255 [INFO] In session is user: gregb 2024-11-20 11:46:09.929 [INFO] In session is user: gregb 2024-11-20 11:46:13.202 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.1406438971844, -86.7466002944419, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.1406438971844, -86.7466002944419, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3669354 second/s. 2024-11-20 11:46:13.236 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.1406438971844, -86.7466002944419, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.1406438971844, -86.7466002944419, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3418902 second/s. 2024-11-20 11:56:24.213 [INFO] In session is user: luism 2024-11-20 12:10:40.997 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(32.0888127386869, -81.1775562354188, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(32.0888127386869, -81.1775562354188, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1922792 second/s. 2024-11-20 12:18:40.456 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.1391846666667, -86.7468091666667, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.1391846666667, -86.7468091666667, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1561334 second/s. 2024-11-20 12:18:49.959 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.1391846666667, -86.7468091666667, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.1391846666667, -86.7468091666667, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 10 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3761483 second/s. 2024-11-20 12:19:22.250 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.1391846666667, -86.7468091666667, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.1391846666667, -86.7468091666667, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 20 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3995877 second/s. 2024-11-20 12:29:20.833 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.1451223984862, -86.7159293279356, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.1451223984862, -86.7159293279356, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2840073 second/s. 2024-11-20 12:29:20.840 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.1451223984862, -86.7159293279356, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.1451223984862, -86.7159293279356, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2834318 second/s. 2024-11-20 12:34:21.242 [INFO] In session is user: gregb 2024-11-20 12:34:21.985 [INFO] In session is user: gregb 2024-11-20 12:34:22.598 [INFO] In session is user: gregb 2024-11-20 12:35:05.034 [INFO] In session is user: gregb 2024-11-20 12:35:05.546 [INFO] In session is user: gregb 2024-11-20 12:35:06.045 [INFO] In session is user: gregb 2024-11-20 12:35:06.545 [INFO] In session is user: gregb 2024-11-20 12:35:07.082 [INFO] In session is user: gregb 2024-11-20 12:35:07.555 [INFO] In session is user: gregb 2024-11-20 12:35:08.062 [INFO] In session is user: gregb 2024-11-20 12:35:12.077 [INFO] In session is user: gregb 2024-11-20 12:35:12.591 [INFO] In session is user: gregb 2024-11-20 12:35:13.103 [INFO] In session is user: gregb 2024-11-20 12:35:38.011 [INFO] In session is user: gregb 2024-11-20 12:35:38.518 [INFO] In session is user: gregb 2024-11-20 12:35:39.053 [INFO] In session is user: gregb 2024-11-20 12:35:39.634 [INFO] In session is user: gregb 2024-11-20 12:35:40.132 [INFO] In session is user: gregb 2024-11-20 12:35:40.675 [INFO] In session is user: gregb 2024-11-20 12:35:41.173 [INFO] In session is user: gregb 2024-11-20 12:35:41.697 [INFO] In session is user: gregb 2024-11-20 12:35:42.168 [INFO] In session is user: gregb 2024-11-20 12:41:11.452 [INFO] In session is user: gregb 2024-11-20 12:56:59.221 [INFO] In session is user: gregb 2024-11-20 12:56:59.954 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.1511768833917, -86.6259913478681, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.1511768833917, -86.6259913478681, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.5495384 second/s. 2024-11-20 12:57:00.022 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.1511768833917, -86.6259913478681, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.1511768833917, -86.6259913478681, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.692953 second/s. 2024-11-20 12:57:00.066 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.1511768833917, -86.6259913478681, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.1511768833917, -86.6259913478681, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.5215511 second/s. 2024-11-20 13:06:23.320 [INFO] In session is user: duked 2024-11-20 13:06:23.960 [INFO] In session is user: duked 2024-11-20 13:06:24.547 [INFO] In session is user: duked 2024-11-20 13:06:25.319 [INFO] In session is user: duked 2024-11-20 13:06:25.973 [INFO] In session is user: duked 2024-11-20 13:06:26.372 [INFO] In session is user: duked 2024-11-20 13:06:26.848 [INFO] In session is user: duked 2024-11-20 13:06:27.407 [INFO] In session is user: duked 2024-11-20 13:06:28.196 [INFO] In session is user: duked 2024-11-20 13:06:28.824 [INFO] In session is user: duked 2024-11-20 13:06:29.297 [INFO] In session is user: duked 2024-11-20 13:06:30.005 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.3761045829747, -111.981121732047, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.3761045829747, -111.981121732047, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2832673 second/s. 2024-11-20 13:06:30.080 [INFO] In session is user: duked 2024-11-20 13:06:30.751 [INFO] In session is user: duked 2024-11-20 13:06:31.387 [INFO] In session is user: duked 2024-11-20 13:06:32.011 [INFO] In session is user: duked 2024-11-20 13:06:32.679 [INFO] In session is user: duked 2024-11-20 13:06:33.332 [INFO] In session is user: duked 2024-11-20 13:06:33.963 [INFO] In session is user: duked 2024-11-20 13:06:34.622 [INFO] In session is user: duked 2024-11-20 13:06:35.269 [INFO] In session is user: duked 2024-11-20 13:06:35.732 [INFO] In session is user: duked 2024-11-20 13:06:36.558 [INFO] In session is user: duked 2024-11-20 13:06:36.929 [INFO] In session is user: duked 2024-11-20 13:06:37.344 [INFO] In session is user: duked 2024-11-20 13:06:37.672 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.3761045829747, -111.981121732047, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.3761045829747, -111.981121732047, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1432113 second/s. 2024-11-20 13:06:37.802 [INFO] In session is user: duked 2024-11-20 13:06:38.343 [INFO] In session is user: duked 2024-11-20 13:06:39.040 [INFO] In session is user: duked 2024-11-20 13:06:39.726 [INFO] In session is user: duked 2024-11-20 13:06:40.384 [INFO] In session is user: duked 2024-11-20 13:06:40.997 [INFO] In session is user: duked 2024-11-20 13:06:41.677 [INFO] In session is user: duked 2024-11-20 13:06:42.274 [INFO] In session is user: duked 2024-11-20 13:06:42.979 [INFO] In session is user: duked 2024-11-20 13:06:43.109 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.3761045829747, -111.981121732047, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.3761045829747, -111.981121732047, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 10 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3761326 second/s. 2024-11-20 13:06:43.555 [INFO] In session is user: duked 2024-11-20 13:06:44.188 [INFO] In session is user: duked 2024-11-20 13:06:44.758 [INFO] In session is user: duked 2024-11-20 13:06:45.475 [INFO] In session is user: duked 2024-11-20 13:06:46.152 [INFO] In session is user: duked 2024-11-20 13:06:46.541 [INFO] In session is user: duked 2024-11-20 13:06:46.978 [INFO] In session is user: duked 2024-11-20 13:06:47.745 [INFO] In session is user: duked 2024-11-20 13:06:48.439 [INFO] In session is user: duked 2024-11-20 13:06:49.454 [INFO] In session is user: duked 2024-11-20 13:06:50.528 [INFO] In session is user: duked 2024-11-20 13:06:51.242 [INFO] In session is user: duked 2024-11-20 13:06:51.895 [INFO] In session is user: duked 2024-11-20 13:06:52.523 [INFO] In session is user: duked 2024-11-20 13:06:53.161 [INFO] In session is user: duked 2024-11-20 13:06:53.788 [INFO] In session is user: duked 2024-11-20 13:06:54.476 [INFO] In session is user: duked 2024-11-20 13:06:55.274 [INFO] In session is user: duked 2024-11-20 13:06:56.048 [INFO] In session is user: duked 2024-11-20 13:06:56.674 [INFO] In session is user: duked 2024-11-20 13:06:57.330 [INFO] In session is user: duked 2024-11-20 13:06:57.525 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.3761045829747, -111.981121732047, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.3761045829747, -111.981121732047, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 20 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3542374 second/s. 2024-11-20 13:06:58.287 [INFO] In session is user: duked 2024-11-20 13:06:58.927 [INFO] In session is user: duked 2024-11-20 13:06:59.480 [INFO] In session is user: duked 2024-11-20 13:07:00.221 [INFO] In session is user: duked 2024-11-20 13:07:01.121 [INFO] In session is user: duked 2024-11-20 13:07:01.798 [INFO] In session is user: duked 2024-11-20 13:07:02.479 [INFO] In session is user: duked 2024-11-20 13:07:03.086 [INFO] In session is user: duked 2024-11-20 13:07:03.729 [INFO] In session is user: duked 2024-11-20 13:07:04.358 [INFO] In session is user: duked 2024-11-20 13:07:04.999 [INFO] In session is user: duked 2024-11-20 13:07:05.636 [INFO] In session is user: duked 2024-11-20 13:07:06.206 [INFO] In session is user: duked 2024-11-20 13:07:06.920 [INFO] In session is user: duked 2024-11-20 13:07:07.522 [INFO] In session is user: duked 2024-11-20 13:07:08.206 [INFO] In session is user: duked 2024-11-20 13:07:08.860 [INFO] In session is user: duked 2024-11-20 13:07:09.495 [INFO] In session is user: duked 2024-11-20 13:07:09.949 [INFO] In session is user: duked 2024-11-20 13:07:10.629 [INFO] In session is user: duked 2024-11-20 13:07:11.083 [INFO] In session is user: duked 2024-11-20 13:07:11.714 [INFO] In session is user: duked 2024-11-20 13:07:12.393 [INFO] In session is user: duked 2024-11-20 13:07:13.076 [INFO] In session is user: duked 2024-11-20 13:07:13.963 [INFO] In session is user: duked 2024-11-20 13:07:14.593 [INFO] In session is user: duked 2024-11-20 13:07:15.237 [INFO] In session is user: duked 2024-11-20 13:07:15.877 [INFO] In session is user: duked 2024-11-20 13:07:16.525 [INFO] In session is user: duked 2024-11-20 13:07:17.165 [INFO] In session is user: duked 2024-11-20 13:07:17.797 [INFO] In session is user: duked 2024-11-20 13:07:18.342 [INFO] In session is user: duked 2024-11-20 13:07:19.132 [INFO] In session is user: duked 2024-11-20 13:07:19.645 [INFO] In session is user: duked 2024-11-20 13:07:20.427 [INFO] In session is user: duked 2024-11-20 13:07:21.131 [INFO] In session is user: duked 2024-11-20 13:07:21.959 [INFO] In session is user: duked 2024-11-20 13:07:22.480 [INFO] In session is user: duked 2024-11-20 13:07:23.119 [INFO] In session is user: duked 2024-11-20 13:07:23.912 [INFO] In session is user: duked 2024-11-20 13:07:24.516 [INFO] In session is user: duked 2024-11-20 13:07:24.948 [INFO] In session is user: duked 2024-11-20 13:07:25.790 [INFO] In session is user: duked 2024-11-20 13:07:26.452 [INFO] In session is user: duked 2024-11-20 13:07:26.987 [INFO] In session is user: duked 2024-11-20 13:07:27.768 [INFO] In session is user: duked 2024-11-20 13:07:28.299 [INFO] In session is user: duked 2024-11-20 13:07:29.054 [INFO] In session is user: duked 2024-11-20 13:07:29.554 [INFO] In session is user: duked 2024-11-20 13:07:30.302 [INFO] In session is user: duked 2024-11-20 13:07:30.940 [INFO] In session is user: duked 2024-11-20 13:07:31.593 [INFO] In session is user: duked 2024-11-20 13:07:32.251 [INFO] In session is user: duked 2024-11-20 13:07:32.782 [INFO] In session is user: duked 2024-11-20 13:07:33.428 [INFO] In session is user: duked 2024-11-20 13:07:34.418 [INFO] In session is user: duked 2024-11-20 13:07:35.029 [INFO] In session is user: duked 2024-11-20 13:07:35.738 [INFO] In session is user: duked 2024-11-20 13:07:36.420 [INFO] In session is user: duked 2024-11-20 13:07:37.036 [INFO] In session is user: duked 2024-11-20 13:07:37.593 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.3761045829747, -111.981121732047, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.3761045829747, -111.981121732047, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 30 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3208088 second/s. 2024-11-20 13:07:37.636 [INFO] In session is user: duked 2024-11-20 13:07:38.287 [INFO] In session is user: duked 2024-11-20 13:07:38.870 [INFO] In session is user: duked 2024-11-20 13:07:39.618 [INFO] In session is user: duked 2024-11-20 13:07:40.226 [INFO] In session is user: duked 2024-11-20 13:07:41.044 [INFO] In session is user: duked 2024-11-20 13:07:41.824 [INFO] In session is user: duked 2024-11-20 13:07:42.500 [INFO] In session is user: duked 2024-11-20 13:07:43.339 [INFO] In session is user: duked 2024-11-20 13:07:44.028 [INFO] In session is user: duked 2024-11-20 13:07:44.754 [INFO] In session is user: duked 2024-11-20 13:07:45.666 [INFO] In session is user: duked 2024-11-20 13:07:46.470 [INFO] In session is user: duked 2024-11-20 13:07:47.291 [INFO] In session is user: duked 2024-11-20 13:07:47.893 [INFO] In session is user: duked 2024-11-20 13:07:48.529 [INFO] In session is user: duked 2024-11-20 13:07:49.092 [INFO] In session is user: duked 2024-11-20 13:07:49.704 [INFO] In session is user: duked 2024-11-20 13:07:50.564 [INFO] In session is user: duked 2024-11-20 13:07:51.514 [INFO] In session is user: duked 2024-11-20 13:07:52.367 [INFO] In session is user: duked 2024-11-20 13:07:53.026 [INFO] In session is user: duked 2024-11-20 13:07:53.651 [INFO] In session is user: duked 2024-11-20 13:07:54.303 [INFO] In session is user: duked 2024-11-20 13:07:54.918 [INFO] In session is user: duked 2024-11-20 13:07:55.593 [INFO] In session is user: duked 2024-11-20 13:07:56.204 [INFO] In session is user: duked 2024-11-20 13:07:56.922 [INFO] In session is user: duked 2024-11-20 13:07:57.523 [INFO] In session is user: duked 2024-11-20 13:07:58.152 [INFO] In session is user: duked 2024-11-20 13:07:58.771 [INFO] In session is user: duked 2024-11-20 13:07:59.419 [INFO] In session is user: duked 2024-11-20 13:08:00.086 [INFO] In session is user: duked 2024-11-20 13:08:00.687 [INFO] In session is user: duked 2024-11-20 13:08:01.366 [INFO] In session is user: duked 2024-11-20 13:08:02.013 [INFO] In session is user: duked 2024-11-20 13:08:02.577 [INFO] In session is user: duked 2024-11-20 13:08:03.259 [INFO] In session is user: duked 2024-11-20 13:08:03.937 [INFO] In session is user: duked 2024-11-20 13:08:04.580 [INFO] In session is user: duked 2024-11-20 13:08:05.530 [INFO] In session is user: duked 2024-11-20 13:08:06.118 [INFO] In session is user: duked 2024-11-20 13:08:06.807 [INFO] In session is user: duked 2024-11-20 13:08:07.428 [INFO] In session is user: duked 2024-11-20 13:08:08.060 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-215632-11202024130807.txt === {"quote":"215632","customer":"19575","name":null,"customerName":"Single Source Technologies","comp":"01","open":"0","shipto":"HENMAC","shiptoName":"Henderson Machine","entry_date":"05-03-2024","cust_order_date":"05-03-2024","req_date":"12-31-2024","cust_po":"SF-START2-UNIT-200","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Rick Grabarek","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"11:14","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Rick Grabarek","follow_phone":"248-232-6268","follow_email":"rick.grabarek@singlesourcetech.com","pic_user":"mattm","total_amt":"23550","total_gp":"13489.21","total_gpm":"57.28","rev_type":"ADV","mod_date":"11-20-2024","mod_time":null,"mod_user":"mattm","reason":"","totalQty":"6","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"215632","line":"7","data":"05-03-2024 11:16 - Discounts Recalculated QS"},{"comp":"1","quote":"215632","line":"6","data":"for Henderson to follow up on this."},{"comp":"1","quote":"215632","line":"5","data":"to spend that much. Will link Matt with the OSS"},{"comp":"1","quote":"215632","line":"4","data":"pre-setter. They are looking at cost, don't want"},{"comp":"1","quote":"215632","line":"3","data":"they are just in the shopping phase of a SF and"},{"comp":"1","quote":"215632","line":"2","data":"They do not need any holders at this time he said"},{"comp":"1","quote":"215632","line":"1","data":"a new machine, it was not from them."},{"comp":"1","quote":"215632","line":"0","data":"05-03-2024 11:20-alyssah Per Rick, they bought"}],"crmnotes":[{"comp":1,"quote":215632,"Line":0,"Comment":"05/28/2024 4:00 PM - mattm - Req Date changed from 06/14/2024 to 06/28/2024 (Req Date Updated)"},{"comp":1,"quote":215632,"Line":1,"Comment":"05/28/2024 4:00 PM - mattm - CLO changed from 06/09/2024 to 05/25/2024 (CLO Date Updated)"},{"comp":1,"quote":215632,"Line":2,"Comment":"05/28/2024 4:02 PM - mattm - CLO changed from 05/25/2024 to 06/22/2024 (CLO Date Updated)"},{"comp":1,"quote":215632,"Line":3,"Comment":"05/28/2024 4:03 PM - mattm - F/U changed from 05/26/2024 to 6/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215632,"Line":4,"Comment":"06/24/2024 1:12 PM - mattm - Req Date changed from 06/28/2024 to 07/31/2024 (Req Date Updated)"},{"comp":1,"quote":215632,"Line":5,"Comment":"06/24/2024 1:12 PM - mattm - CLO changed from 06/22/2024 to 07/27/2024 (CLO Date Updated)"},{"comp":1,"quote":215632,"Line":6,"Comment":"06/24/2024 1:12 PM - mattm - F/U changed from 06/22/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215632,"Line":7,"Comment":"07/29/2024 5:00 PM - mattm - Req Date changed from 07/31/2024 to 08/30/2024 (Req Date Updated)"},{"comp":1,"quote":215632,"Line":8,"Comment":"07/29/2024 5:01 PM - mattm - CLO changed from 07/27/2024 to 08/24/2024 (CLO Date Updated)"},{"comp":1,"quote":215632,"Line":9,"Comment":"07/29/2024 5:01 PM - mattm - F/U changed from 07/27/2024 to 8/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215632,"Line":10,"Comment":"08/26/2024 1:52 PM - mattm - Req Date change from 8/30/2024 to 9/13/2024 (Req Date Updated)"},{"comp":1,"quote":215632,"Line":11,"Comment":"08/26/2024 1:53 PM - mattm - CLO changed from 8/24/2024 to 8/31/2024 (CLO Date Updated)"},{"comp":1,"quote":215632,"Line":12,"Comment":"08/26/2024 1:53 PM - mattm - F/U Changed from 8/24/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215632,"Line":13,"Comment":"09/03/2024 6:31 PM - mattm - CLO changed from 8/31/2024 to 9/7/2024 (CLO Date Updated)"},{"comp":1,"quote":215632,"Line":14,"Comment":"09/03/2024 6:31 PM - mattm - F/U Changed from 8/31/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215632,"Line":15,"Comment":"09/06/2024 11:40 AM - mattm - Encounter has been added"},{"comp":1,"quote":215632,"Line":16,"Comment":"09/06/2024 11:41 AM - mattm - Req Date changed from 09/13/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":215632,"Line":17,"Comment":"09/06/2024 11:41 AM - mattm - CLO changed from 09/07/2024 to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":215632,"Line":18,"Comment":"09/06/2024 11:41 AM - mattm - F/U changed from 09/07/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215632,"Line":19,"Comment":"10/28/2024 8:53 AM - mattm - Req Date change from 10/31/2024 to 11/29/2024 (Req Date Updated)"},{"comp":1,"quote":215632,"Line":20,"Comment":"10/28/2024 8:53 AM - mattm - CLO changed from 10/26/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":215632,"Line":21,"Comment":"10/28/2024 8:53 AM - mattm - F/U Changed from 10/26/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215632,"Line":22,"Comment":"11/20/2024 2:08 PM - mattm - Req Date changed from 11/29/2024 to 12/31/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"215632","line":"1","part":"SF-START2-UNIT-200","qty":"1","price":"12000.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"215632","line":"2","part":"SF-POT-#50","qty":"2","price":"130.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"215632","line":"4","part":"SF-FI6-UNIT-200","qty":"1","price":"19400.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"215632","line":"5","part":"SF-POT-#50","qty":"2","price":"130.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-20 13:08:08.088 [INFO] In session is user: duked 2024-11-20 13:08:08.717 [INFO] In session is user: duked 2024-11-20 13:08:09.322 [INFO] In session is user: duked 2024-11-20 13:08:10.073 [INFO] In session is user: duked 2024-11-20 13:08:10.930 [INFO] In session is user: duked 2024-11-20 13:08:11.574 [INFO] In session is user: duked 2024-11-20 13:08:12.152 [INFO] In session is user: duked 2024-11-20 13:08:12.915 [INFO] In session is user: duked 2024-11-20 13:08:13.541 [INFO] In session is user: duked 2024-11-20 13:08:14.035 [INFO] In session is user: duked 2024-11-20 13:08:14.790 [INFO] In session is user: duked 2024-11-20 13:08:15.404 [INFO] In session is user: duked 2024-11-20 13:08:15.570 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-215632-11202024130815.txt === {"quote":"215632","customer":"19575","name":null,"customerName":"Single Source Technologies","comp":"01","open":"0","shipto":"HENMAC","shiptoName":"Henderson Machine","entry_date":"05-03-2024","cust_order_date":"05-03-2024","req_date":"12-31-2024","cust_po":"SF-START2-UNIT-200","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Rick Grabarek","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"11:14","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Rick Grabarek","follow_phone":"248-232-6268","follow_email":"rick.grabarek@singlesourcetech.com","pic_user":"mattm","total_amt":"23550","total_gp":"13489.21","total_gpm":"57.28","rev_type":"ADV","mod_date":"11-20-2024","mod_time":null,"mod_user":"mattm","reason":"","totalQty":"6","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"215632","line":"7","data":"05-03-2024 11:16 - Discounts Recalculated QS"},{"comp":"1","quote":"215632","line":"6","data":"for Henderson to follow up on this."},{"comp":"1","quote":"215632","line":"5","data":"to spend that much. Will link Matt with the OSS"},{"comp":"1","quote":"215632","line":"4","data":"pre-setter. They are looking at cost, don't want"},{"comp":"1","quote":"215632","line":"3","data":"they are just in the shopping phase of a SF and"},{"comp":"1","quote":"215632","line":"2","data":"They do not need any holders at this time he said"},{"comp":"1","quote":"215632","line":"1","data":"a new machine, it was not from them."},{"comp":"1","quote":"215632","line":"0","data":"05-03-2024 11:20-alyssah Per Rick, they bought"}],"crmnotes":[{"comp":1,"quote":215632,"Line":0,"Comment":"05/28/2024 4:00 PM - mattm - Req Date changed from 06/14/2024 to 06/28/2024 (Req Date Updated)"},{"comp":1,"quote":215632,"Line":1,"Comment":"05/28/2024 4:00 PM - mattm - CLO changed from 06/09/2024 to 05/25/2024 (CLO Date Updated)"},{"comp":1,"quote":215632,"Line":2,"Comment":"05/28/2024 4:02 PM - mattm - CLO changed from 05/25/2024 to 06/22/2024 (CLO Date Updated)"},{"comp":1,"quote":215632,"Line":3,"Comment":"05/28/2024 4:03 PM - mattm - F/U changed from 05/26/2024 to 6/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215632,"Line":4,"Comment":"06/24/2024 1:12 PM - mattm - Req Date changed from 06/28/2024 to 07/31/2024 (Req Date Updated)"},{"comp":1,"quote":215632,"Line":5,"Comment":"06/24/2024 1:12 PM - mattm - CLO changed from 06/22/2024 to 07/27/2024 (CLO Date Updated)"},{"comp":1,"quote":215632,"Line":6,"Comment":"06/24/2024 1:12 PM - mattm - F/U changed from 06/22/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215632,"Line":7,"Comment":"07/29/2024 5:00 PM - mattm - Req Date changed from 07/31/2024 to 08/30/2024 (Req Date Updated)"},{"comp":1,"quote":215632,"Line":8,"Comment":"07/29/2024 5:01 PM - mattm - CLO changed from 07/27/2024 to 08/24/2024 (CLO Date Updated)"},{"comp":1,"quote":215632,"Line":9,"Comment":"07/29/2024 5:01 PM - mattm - F/U changed from 07/27/2024 to 8/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215632,"Line":10,"Comment":"08/26/2024 1:52 PM - mattm - Req Date change from 8/30/2024 to 9/13/2024 (Req Date Updated)"},{"comp":1,"quote":215632,"Line":11,"Comment":"08/26/2024 1:53 PM - mattm - CLO changed from 8/24/2024 to 8/31/2024 (CLO Date Updated)"},{"comp":1,"quote":215632,"Line":12,"Comment":"08/26/2024 1:53 PM - mattm - F/U Changed from 8/24/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215632,"Line":13,"Comment":"09/03/2024 6:31 PM - mattm - CLO changed from 8/31/2024 to 9/7/2024 (CLO Date Updated)"},{"comp":1,"quote":215632,"Line":14,"Comment":"09/03/2024 6:31 PM - mattm - F/U Changed from 8/31/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215632,"Line":15,"Comment":"09/06/2024 11:40 AM - mattm - Encounter has been added"},{"comp":1,"quote":215632,"Line":16,"Comment":"09/06/2024 11:41 AM - mattm - Req Date changed from 09/13/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":215632,"Line":17,"Comment":"09/06/2024 11:41 AM - mattm - CLO changed from 09/07/2024 to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":215632,"Line":18,"Comment":"09/06/2024 11:41 AM - mattm - F/U changed from 09/07/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215632,"Line":19,"Comment":"10/28/2024 8:53 AM - mattm - Req Date change from 10/31/2024 to 11/29/2024 (Req Date Updated)"},{"comp":1,"quote":215632,"Line":20,"Comment":"10/28/2024 8:53 AM - mattm - CLO changed from 10/26/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":215632,"Line":21,"Comment":"10/28/2024 8:53 AM - mattm - F/U Changed from 10/26/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215632,"Line":22,"Comment":"11/20/2024 2:08 PM - mattm - Req Date changed from 11/29/2024 to 12/31/2024 (Req Date Updated)"},{"comp":1,"quote":215632,"Line":23,"Comment":"11/20/2024 2:08 PM - mattm - CLO changed from 11/16/2024 to 12/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"215632","line":"1","part":"SF-START2-UNIT-200","qty":"1","price":"12000.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"215632","line":"2","part":"SF-POT-#50","qty":"2","price":"130.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"215632","line":"4","part":"SF-FI6-UNIT-200","qty":"1","price":"19400.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"215632","line":"5","part":"SF-POT-#50","qty":"2","price":"130.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-20 13:08:16.046 [INFO] In session is user: duked 2024-11-20 13:08:16.694 [INFO] In session is user: duked 2024-11-20 13:08:17.286 [INFO] In session is user: duked 2024-11-20 13:08:18.066 [INFO] In session is user: duked 2024-11-20 13:08:18.972 [INFO] In session is user: duked 2024-11-20 13:08:19.564 [INFO] In session is user: duked 2024-11-20 13:08:20.236 [INFO] In session is user: duked 2024-11-20 13:08:20.839 [INFO] In session is user: duked 2024-11-20 13:08:21.488 [INFO] In session is user: duked 2024-11-20 13:08:22.135 [INFO] In session is user: duked 2024-11-20 13:08:22.231 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-215632-11202024130822.txt === {"quote":"215632","customer":"19575","name":null,"customerName":"Single Source Technologies","comp":"01","open":"0","shipto":"HENMAC","shiptoName":"Henderson Machine","entry_date":"05-03-2024","cust_order_date":"05-03-2024","req_date":"12-31-2024","cust_po":"SF-START2-UNIT-200","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Rick Grabarek","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"11:14","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Rick Grabarek","follow_phone":"248-232-6268","follow_email":"rick.grabarek@singlesourcetech.com","pic_user":"mattm","total_amt":"23550","total_gp":"13489.21","total_gpm":"57.28","rev_type":"ADV","mod_date":"11-20-2024","mod_time":null,"mod_user":"mattm","reason":"","totalQty":"6","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"215632","line":"7","data":"05-03-2024 11:16 - Discounts Recalculated QS"},{"comp":"1","quote":"215632","line":"6","data":"for Henderson to follow up on this."},{"comp":"1","quote":"215632","line":"5","data":"to spend that much. Will link Matt with the OSS"},{"comp":"1","quote":"215632","line":"4","data":"pre-setter. They are looking at cost, don't want"},{"comp":"1","quote":"215632","line":"3","data":"they are just in the shopping phase of a SF and"},{"comp":"1","quote":"215632","line":"2","data":"They do not need any holders at this time he said"},{"comp":"1","quote":"215632","line":"1","data":"a new machine, it was not from them."},{"comp":"1","quote":"215632","line":"0","data":"05-03-2024 11:20-alyssah Per Rick, they bought"}],"crmnotes":[{"comp":1,"quote":215632,"Line":0,"Comment":"05/28/2024 4:00 PM - mattm - Req Date changed from 06/14/2024 to 06/28/2024 (Req Date Updated)"},{"comp":1,"quote":215632,"Line":1,"Comment":"05/28/2024 4:00 PM - mattm - CLO changed from 06/09/2024 to 05/25/2024 (CLO Date Updated)"},{"comp":1,"quote":215632,"Line":2,"Comment":"05/28/2024 4:02 PM - mattm - CLO changed from 05/25/2024 to 06/22/2024 (CLO Date Updated)"},{"comp":1,"quote":215632,"Line":3,"Comment":"05/28/2024 4:03 PM - mattm - F/U changed from 05/26/2024 to 6/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215632,"Line":4,"Comment":"06/24/2024 1:12 PM - mattm - Req Date changed from 06/28/2024 to 07/31/2024 (Req Date Updated)"},{"comp":1,"quote":215632,"Line":5,"Comment":"06/24/2024 1:12 PM - mattm - CLO changed from 06/22/2024 to 07/27/2024 (CLO Date Updated)"},{"comp":1,"quote":215632,"Line":6,"Comment":"06/24/2024 1:12 PM - mattm - F/U changed from 06/22/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215632,"Line":7,"Comment":"07/29/2024 5:00 PM - mattm - Req Date changed from 07/31/2024 to 08/30/2024 (Req Date Updated)"},{"comp":1,"quote":215632,"Line":8,"Comment":"07/29/2024 5:01 PM - mattm - CLO changed from 07/27/2024 to 08/24/2024 (CLO Date Updated)"},{"comp":1,"quote":215632,"Line":9,"Comment":"07/29/2024 5:01 PM - mattm - F/U changed from 07/27/2024 to 8/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215632,"Line":10,"Comment":"08/26/2024 1:52 PM - mattm - Req Date change from 8/30/2024 to 9/13/2024 (Req Date Updated)"},{"comp":1,"quote":215632,"Line":11,"Comment":"08/26/2024 1:53 PM - mattm - CLO changed from 8/24/2024 to 8/31/2024 (CLO Date Updated)"},{"comp":1,"quote":215632,"Line":12,"Comment":"08/26/2024 1:53 PM - mattm - F/U Changed from 8/24/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215632,"Line":13,"Comment":"09/03/2024 6:31 PM - mattm - CLO changed from 8/31/2024 to 9/7/2024 (CLO Date Updated)"},{"comp":1,"quote":215632,"Line":14,"Comment":"09/03/2024 6:31 PM - mattm - F/U Changed from 8/31/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215632,"Line":15,"Comment":"09/06/2024 11:40 AM - mattm - Encounter has been added"},{"comp":1,"quote":215632,"Line":16,"Comment":"09/06/2024 11:41 AM - mattm - Req Date changed from 09/13/2024 to 10/31/2024 (Req Date Updated)"},{"comp":1,"quote":215632,"Line":17,"Comment":"09/06/2024 11:41 AM - mattm - CLO changed from 09/07/2024 to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":215632,"Line":18,"Comment":"09/06/2024 11:41 AM - mattm - F/U changed from 09/07/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215632,"Line":19,"Comment":"10/28/2024 8:53 AM - mattm - Req Date change from 10/31/2024 to 11/29/2024 (Req Date Updated)"},{"comp":1,"quote":215632,"Line":20,"Comment":"10/28/2024 8:53 AM - mattm - CLO changed from 10/26/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":215632,"Line":21,"Comment":"10/28/2024 8:53 AM - mattm - F/U Changed from 10/26/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215632,"Line":22,"Comment":"11/20/2024 2:08 PM - mattm - Req Date changed from 11/29/2024 to 12/31/2024 (Req Date Updated)"},{"comp":1,"quote":215632,"Line":23,"Comment":"11/20/2024 2:08 PM - mattm - CLO changed from 11/16/2024 to 12/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"215632","line":"1","part":"SF-START2-UNIT-200","qty":"1","price":"12000.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"215632","line":"2","part":"SF-POT-#50","qty":"2","price":"130.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"215632","line":"4","part":"SF-FI6-UNIT-200","qty":"1","price":"19400.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"215632","line":"5","part":"SF-POT-#50","qty":"2","price":"130.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-20 13:08:22.569 [INFO] In session is user: duked 2024-11-20 13:08:23.111 [INFO] In session is user: duked 2024-11-20 13:08:23.744 [INFO] In session is user: duked 2024-11-20 13:08:24.380 [INFO] In session is user: duked 2024-11-20 13:08:25.034 [INFO] In session is user: duked 2024-11-20 13:08:25.629 [INFO] In session is user: duked 2024-11-20 13:08:26.341 [INFO] In session is user: duked 2024-11-20 13:08:26.961 [INFO] In session is user: duked 2024-11-20 13:08:27.586 [INFO] In session is user: duked 2024-11-20 13:08:28.196 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.3761045829747, -111.981121732047, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.3761045829747, -111.981121732047, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 40 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3779209 second/s. 2024-11-20 13:08:28.219 [INFO] In session is user: duked 2024-11-20 13:08:28.879 [INFO] In session is user: duked 2024-11-20 13:08:29.504 [INFO] In session is user: duked 2024-11-20 13:08:30.189 [INFO] In session is user: duked 2024-11-20 13:08:30.848 [INFO] In session is user: duked 2024-11-20 13:08:31.453 [INFO] In session is user: duked 2024-11-20 13:08:32.109 [INFO] In session is user: duked 2024-11-20 13:08:32.564 [INFO] In session is user: duked 2024-11-20 13:08:33.372 [INFO] In session is user: duked 2024-11-20 13:08:33.966 [INFO] In session is user: duked 2024-11-20 13:28:03.580 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223665-11202024132803.txt === {"quote":"223665","customer":"13485","name":null,"customerName":"Methods Machine Tools Inc. (MA)","comp":"01","open":"1","shipto":"BAYSCHOO","shiptoName":"Bayside High School","entry_date":"10-29-2024","cust_order_date":"10-29-2024","req_date":"12-10-2024","cust_po":"BT30 Tooling List/TC","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"16:01","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"a","follow_phone":"","follow_email":"lex@abs.com","pic_user":"mattm","total_amt":"5007.00","total_gp":"3921.97","total_gpm":"78.33","rev_type":"STD","mod_date":"11-20-2024","mod_time":null,"mod_user":"mattm","reason":"1","totalQty":"36","win_pct":"20","clo_date":"11-29-2024","notes":[{"comp":"1","quote":"223665","line":"0","data":"10-29-2024 16:07 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223665","line":"1","part":"B3001-0750-1.19CP","qty":"1","price":"130.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223665","line":"2","part":"B3006-0250-2.36","qty":"1","price":"117.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223665","line":"3","part":"B3006-0375-2.36","qty":"1","price":"117.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223665","line":"4","part":"B3006-0500-2.36","qty":"1","price":"117.00","uom":"EA","discount":"0.00","req_date":"1-2 weeks","branch":"1"},{"comp":"01","order":"223665","line":"5","part":"BT30-ER32-70","qty":"9","price":"174.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223665","line":"6","part":"E32-SET-21","qty":"1","price":"1092.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223665","line":"7","part":"ET32-255","qty":"1","price":"140.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223665","line":"8","part":"ET32-381","qty":"1","price":"140.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223665","line":"9","part":"ET32-367","qty":"1","price":"140.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223665","line":"10","part":"BT30-C3/4-75","qty":"1","price":"520.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223665","line":"11","part":"KM3/4-1/2","qty":"1","price":"59.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223665","line":"12","part":"B30-TOOLJAW","qty":"1","price":"441.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223665","line":"13","part":"B30-6000-EU","qty":"14","price":"26.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223665","line":"14","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223665","line":"15","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":15}}] 2024-11-20 13:58:21.428 [INFO] In session is user: aaronb 2024-11-20 14:04:23.767 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.3776959077884, -111.974367309968, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.3776959077884, -111.974367309968, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3269919 second/s. 2024-11-20 14:13:38.722 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.324821399952, -111.972459558279, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.324821399952, -111.972459558279, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1653141 second/s. 2024-11-20 14:14:19.146 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.3130802314809, -111.972490419568, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.3130802314809, -111.972490419568, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.236134 second/s. 2024-11-20 14:25:20.702 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223277-11202024142520.txt === {"quote":"223277","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"1","shipto":"REXPEARL","shiptoName":"PTSolutions - Pearland","entry_date":"10-21-2024","cust_order_date":"10-21-2024","req_date":"12-02-2024","cust_po":"MNL12-ER32X","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"12:47","extra":"","follow_up":"11-20-2024","web_id":"","follow_name":"Dale","follow_phone":"945-226-7526","follow_email":"sales@pts-tools.com","pic_user":"rons","total_amt":"1664.64","total_gp":"1200.38","total_gpm":"72.11","rev_type":"LT","mod_date":"11-20-2024","mod_time":null,"mod_user":"rons","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":223277,"Line":0,"Comment":"10/22/2024 2:07 PM - rons - F/U changed from 10/27/2024 to 11/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223277,"Line":1,"Comment":"11/07/2024 8:44 AM - rons - F/U changed from 11/06/2024 to 11/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223277,"Line":2,"Comment":"11/13/2024 10:19 AM - rons - W.C. Chapman & Sons also quoting this..."}],"items":[{"comp":"01","order":"223277","line":"1","part":"MNL12-ER32X","qty":"1","price":"2312.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-20 14:27:16.234 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223551-11202024142716.txt === {"quote":"223551","customer":"13330","name":null,"customerName":"Manufacturing Solutions of MN Inc.","comp":"01","open":"0","shipto":"RADL","shiptoName":"R&D Leverage","entry_date":"10-25-2024","cust_order_date":"10-25-2024","req_date":"12-06-2024","cust_po":"H40E-SF0250-3.15","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"35","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"17:00","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Mark Marchant - KS locati","follow_phone":"816-585-4745","follow_email":"mark.marchant@shopmsi.com","pic_user":"rons","total_amt":"2647.92","total_gp":"1397.40","total_gpm":"52.77","rev_type":"ADV","mod_date":"11-20-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"15","win_pct":"20","clo_date":"11-25-2024","notes":[],"crmnotes":[{"comp":1,"quote":223551,"Line":0,"Comment":"10/28/2024 1:52 PM - rons - F/U changed from 10/31/2024 to 11/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":1,"Comment":"11/04/2024 1:52 PM - rons - F/U changed from 11/06/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":2,"Comment":"11/07/2024 10:06 AM - rons - F/U changed from 11/13/2024 to 11/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":3,"Comment":"11/08/2024 2:51 PM - rons - F/U changed from 11/08/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":4,"Comment":"11/11/2024 4:25 PM - rons - F/U changed from 11/11/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":5,"Comment":"11/13/2024 2:52 PM - rons - F/U changed from 11/13/2024 to 11/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":6,"Comment":"11/14/2024 4:39 PM - rons - F/U changed from 11/14/2024 to 11/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":7,"Comment":"11/19/2024 4:32 PM - rons - F/U changed from 11/19/2024 to 11/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":8,"Comment":"11/20/2024 2:27 PM - rons - Mark getting back to me..."}],"items":[{"comp":"01","order":"223551","line":"1","part":"H40E-SF0250-3.15","qty":"2","price":"242.00","uom":"EA","discount":"34.00","req_date":"1 STOCK + TBD","branch":"1"},{"comp":"01","order":"223551","line":"3","part":"H40E-SF0125-3.15","qty":"7","price":"326.00","uom":"EA","discount":"34.00","req_date":"3 STOCK + TBD","branch":"1"},{"comp":"01","order":"223551","line":"5","part":"H40E-SF0187-2.36","qty":"1","price":"326.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223551","line":"7","part":"H40E-SF0375-3.15","qty":"1","price":"264.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223551","line":"12","part":"H40E-SF4-70","qty":"2","price":"328.00","uom":"EA","discount":"34.00","req_date":"5-6 WEEKS","branch":"1"},{"comp":"01","order":"223551","line":"14","part":"H40E-SF6-80","qty":"2","price":"0.00","uom":"EA","discount":"34.00","req_date":"TBD","branch":"1"}],"qlines":[{"Quote":"223551","Line":"14","Company":"1","F_Line":"1","Comment":"WAITING ON PRICING & DELIVERY FROM FACTORY","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-20 14:28:44.872 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224669-11202024142844.txt === {"quote":"224669","customer":"16840","name":null,"customerName":"PSMI Production Service Mgmt.,Inc.","comp":"01","open":"0","shipto":"JOHNDIA","shiptoName":"John Deere Dubuque","entry_date":"11-20-2024","cust_order_date":"11-20-2024","req_date":"01-01-2025","cust_po":"KM3/4-5/8","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"08:19","extra":"","follow_up":"12-11-2024","web_id":"","follow_name":"Brandon Wright","follow_phone":"734-677-0454","follow_email":"bwright@psmicorp.com","pic_user":"rons","total_amt":"40.12","total_gp":"26.87","total_gpm":"66.97","rev_type":"ADV","mod_date":"11-20-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-20-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224669","line":"1","part":"KM3/4-5/8","qty":"1","price":"59.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-20 14:53:23.157 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-20 15:29:34.057 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223725-11202024152933.txt === {"quote":"223725","customer":"2325","name":null,"customerName":"BlackHawk Industrial - Base Camp","comp":"01","open":"1","shipto":"BCEC","shiptoName":"CNC Specialty Store LLC","entry_date":"10-30-2024","cust_order_date":"10-30-2024","req_date":"12-11-2024","cust_po":"C6-TB40-352","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"15:24","extra":"","follow_up":"11-20-2024","web_id":"","follow_name":"Gary Vaubel","follow_phone":"","follow_email":"Gary.Vaubel@blackhawkid.com","pic_user":"jennad","total_amt":"1284.48","total_gp":"614.43","total_gpm":"47.83","rev_type":"ADV","mod_date":"11-20-2024","mod_time":null,"mod_user":"jennad","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-30-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223725","line":"1","part":"C6-TB40-352","qty":"1","price":"1784.00","uom":"EA","discount":"28.00","req_date":"ETA ~1/15/25","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-20 15:31:47.663 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224503-11202024153147.txt === {"quote":"224503","customer":"19948","name":null,"customerName":"Sussex Tool & Supply Inc.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"11-15-2024","cust_order_date":"11-15-2024","req_date":"12-27-2024","cust_po":"C4011-1250-4.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"40","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"10:27","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Nicole Cheesman","follow_phone":"262-251-4020x1","follow_email":"nicole@sussextool.com","pic_user":"jennad","total_amt":"210.00","total_gp":"131.94","total_gpm":"62.83","rev_type":"STD","mod_date":"11-20-2024","mod_time":null,"mod_user":"jennad","reason":"1","totalQty":"2","win_pct":"20","clo_date":"12-15-2024","notes":[{"comp":"1","quote":"224503","line":"1","data":"SO#995238"},{"comp":"1","quote":"224503","line":"0","data":"11-15-2024 10:27-jennad Reference for PD on"}],"crmnotes":[],"items":[{"comp":"01","order":"224503","line":"1","part":"C4011-1250-4.00","qty":"1","price":"253.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224503","line":"2","part":"C40S-4500-EU","qty":"1","price":"27.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-20 15:32:23.019 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223747-11202024153222.txt === {"quote":"223747","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"EFFHHKNP","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"10-31-2024","cust_order_date":"10-31-2024","req_date":"12-12-2024","cust_po":"C5006-32-4.00","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"08:30","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Angela Kirby","follow_phone":"","follow_email":"Angela.Kirby@mscdirect.com","pic_user":"jennad","total_amt":"260.78","total_gp":"136.94","total_gpm":"52.51","rev_type":"STD","mod_date":"11-20-2024","mod_time":null,"mod_user":"jennad","reason":"1","totalQty":"2","win_pct":"20","clo_date":"11-30-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223747","line":"1","part":"C5006-32-4.00","qty":"2","price":"221.00","uom":"EA","discount":"41.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-20 15:32:56.948 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223849-11202024153256.txt === {"quote":"223849","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"1","shipto":"NNTCITAS","shiptoName":"PTSolutions - Itasca","entry_date":"11-01-2024","cust_order_date":"11-01-2024","req_date":"12-13-2024","cust_po":"C4007-0040-3.13","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"15:05","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Donn Cropper","follow_phone":"224-595-2041","follow_email":"dcropper@pts-tools.com","pic_user":"jennad","total_amt":"599.14","total_gp":"350.72","total_gpm":"58.54","rev_type":"STD","mod_date":"11-20-2024","mod_time":null,"mod_user":"jennad","reason":"1","totalQty":"4","win_pct":"20","clo_date":"12-01-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223849","line":"2","part":"C4007-0040-3.13","qty":"1","price":"276.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223849","line":"3","part":"C4007-0040-5.00","qty":"1","price":"279.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223849","line":"6","part":"CAT40-ER40-3.15","qty":"1","price":"219.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223849","line":"7","part":"CAT40-ER40-6.00","qty":"1","price":"259.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":4}}] 2024-11-20 15:34:35.675 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223744-11202024153435.txt === {"quote":"223744","customer":"2325","name":null,"customerName":"BlackHawk Industrial - Base Camp","comp":"01","open":"1","shipto":"BLKHWKBD","shiptoName":"Blackhawk Industrial","entry_date":"10-31-2024","cust_order_date":"10-31-2024","req_date":"12-12-2024","cust_po":"NC5007-0025-8.00G","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"08:18","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Jeff Nyquist","follow_phone":"218-963-8050","follow_email":"jeff.nyquist@blackhawkid.com","pic_user":"jennad","total_amt":"842.08","total_gp":"359.82","total_gpm":"42.73","rev_type":"STD","mod_date":"11-20-2024","mod_time":null,"mod_user":"jennad","reason":"2","totalQty":"7","win_pct":"20","clo_date":"11-30-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223744","line":"1","part":"NC5007-0025-8.00G","qty":"1","price":"564.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223744","line":"2","part":"NC5037-0020-8.00","qty":"1","price":"518.00","uom":"EA","discount":"66.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223744","line":"3","part":"PROMOTION-OS","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"223744","line":"6","part":"TQW-150","qty":"1","price":"331.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223744","line":"7","part":"TQW-HANDLE14X18","qty":"1","price":"53.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223744","line":"8","part":"TQW-E25-G","qty":"1","price":"153.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223744","line":"10","part":"020-SPAN","qty":"1","price":"19.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"223744","Line":"2","Company":"1","F_Line":"1","Comment":"Additional 20% Overstock promo discount applied. This","Loc":"Y"},{"Quote":"223744","Line":"2","Company":"1","F_Line":"2","Comment":"item cannot be cancelled or returned after receipt of","Loc":"Y"},{"Quote":"223744","Line":"2","Company":"1","F_Line":"3","Comment":"PO.","Loc":"Y"},{"Quote":"223744","Line":"3","Company":"1","F_Line":"1","Comment":"Valid only for NC5037-0020-8.00","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":7}}] 2024-11-20 16:03:23.287 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223615-11202024160323.txt === {"quote":"223615","customer":"2325","name":null,"customerName":"BlackHawk Industrial - Base Camp","comp":"01","open":"1","shipto":"POLANEWB","shiptoName":"Polamer Precision, Inc","entry_date":"10-29-2024","cust_order_date":"11-19-2024","req_date":"11-24-2024","cust_po":"CAT50 Shrink Fit Tooling","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Steve Macduff","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"09:47","extra":"","follow_up":"11-11-2024","web_id":"","follow_name":"Steve Macduff","follow_phone":"413-382-7270","follow_email":"Steve.Macduff@blackhawkid.com","pic_user":"cindyt","total_amt":"6229.85","total_gp":"3609.77","total_gpm":"57.94","rev_type":"ADV","mod_date":"11-20-2024","mod_time":null,"mod_user":"cindyt","reason":"2","totalQty":"20","win_pct":"20","clo_date":"11-17-2024","notes":[{"comp":"1","quote":"223615","line":"0","data":"10-29-2024 09:49 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223615","line":"1","part":"CAT50-SF0500-6.30CP","qty":"6","price":"638.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223615","line":"2","part":"CAT50-SF0250-6.30CP","qty":"8","price":"638.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223615","line":"3","part":"CAT50-SF0500-3.15CP","qty":"5","price":"479.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223615","line":"5","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223615","Line":"5","Company":"1","F_Line":"1","Comment":"Please Note: Extra 10% has been added on to these","Loc":"Y"},{"Quote":"223615","Line":"5","Company":"1","F_Line":"2","Comment":"toolholders. Customer must have $5000.00 list or","Loc":"Y"},{"Quote":"223615","Line":"5","Company":"1","F_Line":"3","Comment":"or higher to maintain the 45% discount. This promotion","Loc":"Y"},{"Quote":"223615","Line":"5","Company":"1","F_Line":"4","Comment":"is good until November 29 2024.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":4}}] 2024-11-20 16:16:02.397 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-20 16:28:51.126 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223453-11202024162850.txt === {"quote":"223453","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"TEXT","shiptoName":"Textron Systems Corp.","entry_date":"10-24-2024","cust_order_date":"11-15-2024","req_date":"11-20-2024","cust_po":"SK Collet Sets","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Rich Duplessie","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"09:15","extra":"","follow_up":"10-30-2024","web_id":"","follow_name":"Rich Duplessie","follow_phone":"413-531-4787","follow_email":"duplessw@mscdirect.com","pic_user":"cindyt","total_amt":"5705.70","total_gp":"4090.84","total_gpm":"71.70","rev_type":"ADV","mod_date":"11-20-2024","mod_time":null,"mod_user":"cindyt","reason":"4","totalQty":"8","win_pct":"20","clo_date":"11-14-2024","notes":[{"comp":"1","quote":"223453","line":"0","data":"10-24-2024 09:17 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223453","line":"1","part":"SK10-SET-05-A","qty":"2","price":"335.00","uom":"ST","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223453","line":"2","part":"SK10-SET-19-MM","qty":"2","price":"1329.00","uom":"ST","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223453","line":"3","part":"SK20-SET-10-A","qty":"2","price":"877.00","uom":"ST","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223453","line":"4","part":"SK20-SET-21-MM","qty":"2","price":"1848.00","uom":"ST","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":4}}] 2024-11-20 16:48:22.179 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224277-11202024164821.txt === {"quote":"224277","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"LIGHCHAR","shiptoName":"Lightsource","entry_date":"11-12-2024","cust_order_date":"11-12-2024","req_date":"12-24-2024","cust_po":"BMT55-ER32X-ICE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Phyllis","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"08:52","extra":"","follow_up":"12-03-2024","web_id":"","follow_name":"Phyllis","follow_phone":"704-865-3484 X1763","follow_email":"Phyllis.Garrison@pts-tools.com","pic_user":"cindyt","total_amt":"5247.72","total_gp":"3031.68","total_gpm":"57.77","rev_type":"LT","mod_date":"11-20-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"4","win_pct":"20","clo_date":null,"notes":[{"comp":"1","quote":"224277","line":"1","data":"11-12-2024 09:11 - Discounts Recalculated QS"},{"comp":"1","quote":"224277","line":"0","data":"11-12-2024 09:10 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224277,"Line":0,"Comment":"11/20/2024 4:46 PM - cindyt - Encounter has been added"}],"items":[{"comp":"01","order":"224277","line":"1","part":"BMT55-ER32X-ICE","qty":"1","price":"2785.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224277","line":"2","part":"BMT55-ER32Z-85-ICE","qty":"1","price":"4311.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224277","line":"3","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224277","line":"4","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":4}}] 2024-11-20 16:48:35.820 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224277-11202024164835.txt === {"quote":"224277","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"LIGHCHAR","shiptoName":"Lightsource","entry_date":"11-12-2024","cust_order_date":"11-12-2024","req_date":"12-24-2024","cust_po":"BMT55-ER32X-ICE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Phyllis","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"08:52","extra":"","follow_up":"12-03-2024","web_id":"","follow_name":"Phyllis","follow_phone":"704-865-3484 X1763","follow_email":"Phyllis.Garrison@pts-tools.com","pic_user":"cindyt","total_amt":"5247.72","total_gp":"3031.68","total_gpm":"57.77","rev_type":"LT","mod_date":"11-20-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-11-2024","notes":[{"comp":"1","quote":"224277","line":"1","data":"11-12-2024 09:11 - Discounts Recalculated QS"},{"comp":"1","quote":"224277","line":"0","data":"11-12-2024 09:10 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224277,"Line":0,"Comment":"11/20/2024 4:46 PM - cindyt - Encounter has been added"},{"comp":1,"quote":224277,"Line":1,"Comment":"11/20/2024 4:48 PM - cindyt - F/U changed from 11/25/2024 to 12/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224277,"Line":2,"Comment":"11/20/2024 4:48 PM - cindyt - CLO changed from NaN/NaN/NaN to 12/11/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224277","line":"1","part":"BMT55-ER32X-ICE","qty":"1","price":"2785.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224277","line":"2","part":"BMT55-ER32Z-85-ICE","qty":"1","price":"4311.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224277","line":"3","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224277","line":"4","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-20 16:48:46.165 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224277-11202024164845.txt === {"quote":"224277","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"LIGHCHAR","shiptoName":"Lightsource","entry_date":"11-12-2024","cust_order_date":"11-12-2024","req_date":"12-20-2024","cust_po":"BMT55-ER32X-ICE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Phyllis","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"08:52","extra":"","follow_up":"12-03-2024","web_id":"","follow_name":"Phyllis","follow_phone":"704-865-3484 X1763","follow_email":"Phyllis.Garrison@pts-tools.com","pic_user":"cindyt","total_amt":"5247.72","total_gp":"3031.68","total_gpm":"57.77","rev_type":"LT","mod_date":"11-20-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-11-2024","notes":[{"comp":"1","quote":"224277","line":"1","data":"11-12-2024 09:11 - Discounts Recalculated QS"},{"comp":"1","quote":"224277","line":"0","data":"11-12-2024 09:10 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224277,"Line":0,"Comment":"11/20/2024 4:46 PM - cindyt - Encounter has been added"},{"comp":1,"quote":224277,"Line":1,"Comment":"11/20/2024 4:48 PM - cindyt - F/U changed from 11/25/2024 to 12/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224277,"Line":2,"Comment":"11/20/2024 4:48 PM - cindyt - CLO changed from NaN/NaN/NaN to 12/11/2024 (CLO Date Updated)"},{"comp":1,"quote":224277,"Line":3,"Comment":"11/20/2024 4:48 PM - cindyt - Req Date changed from 12/24/2024 to 12/20/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"224277","line":"1","part":"BMT55-ER32X-ICE","qty":"1","price":"2785.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224277","line":"2","part":"BMT55-ER32Z-85-ICE","qty":"1","price":"4311.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224277","line":"3","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224277","line":"4","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-20 16:49:11.472 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223584-11202024164911.txt === {"quote":"223584","customer":"4602","name":null,"customerName":"DGI Supply a DoAll Company (ON)","comp":"01","open":"1","shipto":"DGISUPP","shiptoName":"DGI Supply - Oakville","entry_date":"10-28-2024","cust_order_date":"11-15-2024","req_date":"11-20-2024","cust_po":"CAT50 EM Holders","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Robert Reid","drop_po":"Brampton Engineering","status":"0","user":"cindyt","conv_order":"","time":"13:04","extra":"","follow_up":"11-10-2024","web_id":"","follow_name":"Robert Reid","follow_phone":"800-923-6255x89353","follow_email":"RReid@dgisupply.com","pic_user":"cindyt","total_amt":"5210.0","total_gp":"2417.25","total_gpm":"46.40","rev_type":"STD","mod_date":"11-20-2024","mod_time":null,"mod_user":"cindyt","reason":"2","totalQty":"48","win_pct":"20","clo_date":"11-14-2024","notes":[{"comp":"1","quote":"223584","line":"0","data":"10-28-2024 13:32 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223584","line":"1","part":"C5006-1000-2.00","qty":"6","price":"225.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223584","line":"2","part":"C5006-0750-1.75","qty":"22","price":"213.00","uom":"EA","discount":"50.00","req_date":"7 Stk","branch":"1"},{"comp":"01","order":"223584","line":"3","part":"C50S6-0625-1.75","qty":"3","price":"208.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223584","line":"4","part":"C50S6-0500-1.75","qty":"10","price":"208.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223584","line":"5","part":"C50S6-0375-1.38","qty":"7","price":"240.00","uom":"EA","discount":"50.00","req_date":"7 Stk","branch":"1"}],"qlines":[{"Quote":"223584","Line":"5","Company":"1","F_Line":"1","Comment":"We currently have 7 holders in stock and then they are","Loc":"Y"},{"Quote":"223584","Line":"5","Company":"1","F_Line":"2","Comment":"discontinued. I can offer C5006-0375-2.50 and have 10","Loc":"Y"},{"Quote":"223584","Line":"5","Company":"1","F_Line":"3","Comment":"in stock if you want a quote.","Loc":"Y"},{"Quote":"223584","Line":"5","Company":"1","F_Line":"4","Comment":"We can call the C50S6-0375-1.38 considered complete","Loc":"Y"},{"Quote":"223584","Line":"5","Company":"1","F_Line":"5","Comment":"for an order of 7.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":5}}] 2024-11-20 16:49:44.448 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223677-11202024164944.txt === {"quote":"223677","customer":"20894","name":null,"customerName":"Triumph Tool Ltd.","comp":"01","open":"1","shipto":"TRIUMCAN","shiptoName":"Triumph Tool","entry_date":"10-29-2024","cust_order_date":"11-20-2024","req_date":"11-25-2024","cust_po":"NCAT40 Shrink Fit","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Terry Santos","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"16:40","extra":"","follow_up":"11-04-2024","web_id":"","follow_name":"Terry Santos","follow_phone":"416-427-6242","follow_email":"terrys@triumphtool.com","pic_user":"cindyt","total_amt":"4787.90","total_gp":"2865.79","total_gpm":"59.85","rev_type":"ADV","mod_date":"11-20-2024","mod_time":null,"mod_user":"cindyt","reason":"4","totalQty":"24","win_pct":"20","clo_date":"11-23-2024","notes":[{"comp":"1","quote":"223677","line":"0","data":"10-29-2024 16:42 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223677","line":"1","part":"CAT40-SF4-80","qty":"6","price":"310.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223677","line":"2","part":"CAT40-SF3-80","qty":"4","price":"310.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223677","line":"3","part":"NCAT40-SF6-80CP","qty":"4","price":"418.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223677","line":"4","part":"NCAT40-SF0125-3.15","qty":"4","price":"387.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223677","line":"5","part":"NCAT40-SF0625-3.15CP","qty":"2","price":"387.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223677","line":"6","part":"NCAT40-SF0375-3.15CP","qty":"1","price":"387.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223677","line":"7","part":"NCAT40-SF0312-3.15CP","qty":"1","price":"387.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223677","line":"8","part":"NCAT40-SF0250-3.15CP","qty":"1","price":"387.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223677","line":"10","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223677","Line":"10","Company":"1","F_Line":"1","Comment":"Please note: Extra 10% added to the discount on this","Loc":"Y"},{"Quote":"223677","Line":"10","Company":"1","F_Line":"2","Comment":"quote. If order goes under $5000.00 list price","Loc":"Y"},{"Quote":"223677","Line":"10","Company":"1","F_Line":"3","Comment":"disocunt will be 27%.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":9}}] 2024-11-20 16:50:55.849 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223489-11202024165055.txt === {"quote":"223489","customer":"4750","name":null,"customerName":"Drillmex 2005 Inc.","comp":"01","open":"1","shipto":"NFIINDUS","shiptoName":"NFI Industries","entry_date":"10-24-2024","cust_order_date":"11-15-2024","req_date":"11-20-2024","cust_po":"MNL12-C5Z-ICE-10K","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Simon Mailloux","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"14:03","extra":"","follow_up":"11-06-2024","web_id":"","follow_name":"Simon Mailloux","follow_phone":"","follow_email":"Simon Mailloux ","pic_user":"cindyt","total_amt":"4787.88","total_gp":"2028.85","total_gpm":"42.37","rev_type":"LT","mod_date":"11-20-2024","mod_time":null,"mod_user":"cindyt","reason":"2","totalQty":"2","win_pct":"20","clo_date":"11-14-2024","notes":[{"comp":"1","quote":"223489","line":"1","data":"agressive because we are up against WTO & Heimatec"},{"comp":"1","quote":"223489","line":"0","data":"10-24-2024 14:13-cindyt: Per Ron K we have to be"}],"crmnotes":[],"items":[{"comp":"01","order":"223489","line":"1","part":"MNL12-C5Z-ICE-10K","qty":"1","price":"7365.97","uom":"EA","discount":"35.00","req_date":"2~3 Weeks ARO","branch":"1"},{"comp":"01","order":"223489","line":"4","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223489","Line":"4","Company":"1","F_Line":"1","Comment":"Please note: IMTS24 promo 10% extra has been added to","Loc":"Y"},{"Quote":"223489","Line":"4","Company":"1","F_Line":"2","Comment":"the discount on this quote. Promotion ends 11/27/2024","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-21 07:12:07.159 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224370-11212024071206.txt === {"quote":"224370","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"EDCOTOOH","shiptoName":"EXCO Engineering USA","entry_date":"11-13-2024","cust_order_date":"11-13-2024","req_date":"12-25-2024","cust_po":"Exco Eng USA RFQ","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Justin Wiggins","drop_po":"","status":"0","user":"mirandag","conv_order":"","time":"11:44","extra":"","follow_up":"12-03-2024","web_id":"","follow_name":"Justin Wiggins","follow_phone":"800-236-6020 ex1549","follow_email":"justin.wiggins@pts-tools.com","pic_user":"mirandag","total_amt":"7248.37","total_gp":"4795.60","total_gpm":"66.16","rev_type":"ADV","mod_date":"11-21-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"63","win_pct":"20","clo_date":"12-13-2024","notes":[{"comp":"1","quote":"224370","line":"3","data":"11-13-2024 11:49 - Discounts Recalculated QS"},{"comp":"1","quote":"224370","line":"2","data":"I should be sneaky with it."},{"comp":"1","quote":"224370","line":"1","data":"didnt want to explain IMTS promo tho so Dana said"},{"comp":"1","quote":"224370","line":"0","data":"11-13-2024 12:08-mirandag IMTS promotion given,"}],"crmnotes":[],"items":[{"comp":"01","order":"224370","line":"1","part":"SKN-10K","qty":"4","price":"54.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224370","line":"2","part":"SKN-6WK","qty":"4","price":"54.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224370","line":"3","part":"CAT40-SK10-120U-IDU","qty":"6","price":"397.00","uom":"EA","discount":"39.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224370","line":"4","part":"CAT40-SK6-120U-IDU","qty":"4","price":"395.00","uom":"EA","discount":"39.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224370","line":"5","part":"CAT40-C3/4-85U-IDU","qty":"2","price":"526.00","uom":"EA","discount":"39.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224370","line":"6","part":"SKL-10","qty":"1","price":"31.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224370","line":"7","part":"SKL-6","qty":"1","price":"21.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224370","line":"8","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224370","line":"9","part":"CAT40-SF0375-3.15CP","qty":"4","price":"310.00","uom":"EA","discount":"39.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224370","line":"10","part":"CAT40-SF0500-3.15CP","qty":"4","price":"310.00","uom":"EA","discount":"39.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224370","line":"11","part":"CAT40-SF6-160CP","qty":"5","price":"385.00","uom":"EA","discount":"39.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224370","line":"12","part":"CAT40-SF0625-3.15CP","qty":"2","price":"310.00","uom":"EA","discount":"39.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224370","line":"13","part":"PS-B64-1-EU","qty":"25","price":"48.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":13}}] 2024-11-21 07:13:11.833 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222855-11212024071311.txt === {"quote":"222855","customer":"20275","name":null,"customerName":"Technical Equipment Sales Co.","comp":"01","open":"0","shipto":"TECHPMEN","shiptoName":"Technical Equipment Sales Co.","entry_date":"10-10-2024","cust_order_date":"11-10-2024","req_date":"11-21-2024","cust_po":"CNC202FA-M","terms_code":"N30","ship_via":"BW","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Kyle Pankuch","drop_po":"HW KF4600","status":"0","user":"danas","conv_order":"","time":"21:25","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Kyle Pankuch","follow_phone":"(513) 874-0160","follow_email":"kpankuch19@gmail.com","pic_user":"danas","total_amt":"22171.00","total_gp":"17400.04","total_gpm":"78.48","rev_type":"RT","mod_date":"11-21-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-30-2024","notes":[],"crmnotes":[{"comp":1,"quote":222855,"Line":0,"Comment":"11/21/2024 8:13 AM - danas - CLO changed from 11/10/2024 to 12/30/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222855","line":"1","part":"CNC202FA-M","qty":"1","price":"19530.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222855","line":"2","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"8500.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-21 07:13:20.359 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222855-11212024071320.txt === {"quote":"222855","customer":"20275","name":null,"customerName":"Technical Equipment Sales Co.","comp":"01","open":"0","shipto":"TECHPMEN","shiptoName":"Technical Equipment Sales Co.","entry_date":"10-10-2024","cust_order_date":"11-10-2024","req_date":"12-31-2024","cust_po":"CNC202FA-M","terms_code":"N30","ship_via":"BW","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Kyle Pankuch","drop_po":"HW KF4600","status":"0","user":"danas","conv_order":"","time":"21:25","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Kyle Pankuch","follow_phone":"(513) 874-0160","follow_email":"kpankuch19@gmail.com","pic_user":"danas","total_amt":"22171.00","total_gp":"17400.04","total_gpm":"78.48","rev_type":"RT","mod_date":"11-21-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-30-2024","notes":[],"crmnotes":[{"comp":1,"quote":222855,"Line":0,"Comment":"11/21/2024 8:13 AM - danas - CLO changed from 11/10/2024 to 12/30/2024 (CLO Date Updated)"},{"comp":1,"quote":222855,"Line":1,"Comment":"11/21/2024 8:13 AM - danas - Req Date changed from 11/21/2024 to 12/31/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222855","line":"1","part":"CNC202FA-M","qty":"1","price":"19530.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222855","line":"2","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"8500.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-21 07:13:42.262 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223081-11212024071342.txt === {"quote":"223081","customer":"2918","name":null,"customerName":"Buckeye Industrial Supply Co.","comp":"01","open":"0","shipto":"INNOCELI","shiptoName":"Innovative Machining Solutions","entry_date":"10-16-2024","cust_order_date":"10-16-2024","req_date":"11-27-2024","cust_po":"OKEX-ER32X-ICE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Kyle Seitz-OSS","drop_po":"LB3000II-MW","status":"0","user":"mirandag","conv_order":"","time":"14:58","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Russ Schultz","follow_phone":"513-793-8010","follow_email":"russell@bisbuckeye.com","pic_user":"danas","total_amt":"6710.20","total_gp":"4043.89","total_gpm":"60.26","rev_type":"LT","mod_date":"11-21-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-31-2024","notes":[{"comp":"1","quote":"223081","line":"0","data":"10-16-2024 15:01 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223081,"Line":0,"Comment":"11/13/2024 10:23 AM - danas - Encounter has been added"},{"comp":1,"quote":223081,"Line":1,"Comment":"11/13/2024 10:23 AM - danas - F/U changed from 10/22/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223081,"Line":2,"Comment":"11/21/2024 8:13 AM - danas - CLO changed from 11/16/2024 to 12/31/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223081","line":"1","part":"OKEX-ER32Z","qty":"1","price":"4124.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223081","line":"2","part":"OKEX-ER32Z-ICE","qty":"1","price":"5462.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223081","line":"5","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223081","Line":"2","Company":"1","F_Line":"1","Comment":"External coolant filter required! 25um or better","Loc":"Y"}],"qcomms":[{"Quote":"223081","Line":"0","Comment":"For LB3000-II EX (MYW)"}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-21 07:13:49.538 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223081-11212024071349.txt === {"quote":"223081","customer":"2918","name":null,"customerName":"Buckeye Industrial Supply Co.","comp":"01","open":"0","shipto":"INNOCELI","shiptoName":"Innovative Machining Solutions","entry_date":"10-16-2024","cust_order_date":"10-16-2024","req_date":"12-31-2024","cust_po":"OKEX-ER32X-ICE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Kyle Seitz-OSS","drop_po":"LB3000II-MW","status":"0","user":"mirandag","conv_order":"","time":"14:58","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Russ Schultz","follow_phone":"513-793-8010","follow_email":"russell@bisbuckeye.com","pic_user":"danas","total_amt":"6710.20","total_gp":"4043.89","total_gpm":"60.26","rev_type":"LT","mod_date":"11-21-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-31-2024","notes":[{"comp":"1","quote":"223081","line":"0","data":"10-16-2024 15:01 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223081,"Line":0,"Comment":"11/13/2024 10:23 AM - danas - Encounter has been added"},{"comp":1,"quote":223081,"Line":1,"Comment":"11/13/2024 10:23 AM - danas - F/U changed from 10/22/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223081,"Line":2,"Comment":"11/21/2024 8:13 AM - danas - CLO changed from 11/16/2024 to 12/31/2024 (CLO Date Updated)"},{"comp":1,"quote":223081,"Line":3,"Comment":"11/21/2024 8:13 AM - danas - Req Date changed from 11/27/2024 to 12/31/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223081","line":"1","part":"OKEX-ER32Z","qty":"1","price":"4124.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223081","line":"2","part":"OKEX-ER32Z-ICE","qty":"1","price":"5462.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223081","line":"5","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223081","Line":"2","Company":"1","F_Line":"1","Comment":"External coolant filter required! 25um or better","Loc":"Y"}],"qcomms":[{"Quote":"223081","Line":"0","Comment":"For LB3000-II EX (MYW)"}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-21 07:14:09.420 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223805-11212024071409.txt === {"quote":"223805","customer":"12030","name":null,"customerName":"L&M Tool and Industrial Supply Inc.","comp":"01","open":"0","shipto":"UVXXAABD","shiptoName":"L&M Tool and Industrial Supply Inc.","entry_date":"10-31-2024","cust_order_date":"10-31-2024","req_date":"12-12-2024","cust_po":"MRAM-ER25","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Don Haverlack","drop_po":"","status":"0","user":"danas","conv_order":"","time":"19:37","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Don Haverlack","follow_phone":"330-807-3973","follow_email":"dhaverlack@lmtoolsupply.com","pic_user":"danas","total_amt":"16778.40","total_gp":"9686.99","total_gpm":"57.73","rev_type":"ADV","mod_date":"11-21-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"9","win_pct":"20","clo_date":"12-13-2024","notes":[],"crmnotes":[{"comp":1,"quote":223805,"Line":0,"Comment":"11/13/2024 11:14 AM - danas - Encounter has been added"},{"comp":1,"quote":223805,"Line":1,"Comment":"11/13/2024 11:15 AM - danas - F/U changed from 11/13/2024 to 11/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223805,"Line":2,"Comment":"11/21/2024 8:14 AM - danas - CLO changed from 11/30/2024 to 12/13/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223805","line":"2","part":"MRAM-ER25L","qty":"1","price":"4654.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223805","line":"3","part":"C40-MRAM","qty":"1","price":"3028.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223805","line":"4","part":"PA110-CAT","qty":"1","price":"1086.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223805","line":"5","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"223805","line":"8","part":"MRAM-MI40L","qty":"1","price":"5561.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223805","line":"9","part":"C40-MRAM","qty":"1","price":"3028.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223805","line":"10","part":"PA110-CAT","qty":"1","price":"1086.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223805","line":"11","part":"MI40-ER25I","qty":"1","price":"605.00","uom":"EA","discount":"20.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"223805","line":"12","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"223805","Line":"0","Comment":"WRENCHES INCLUDED"}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":9}}] 2024-11-21 07:14:31.482 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222523-11212024071431.txt === {"quote":"222523","customer":"5411","name":null,"customerName":"Ellison(IL,IN,OH)","comp":"01","open":"0","shipto":"RDTOLEDO","shiptoName":"R&D Custom Machine and Tool","entry_date":"10-03-2024","cust_order_date":"10-03-2024","req_date":"12-31-2024","cust_po":"5AX-201FA-M-AB","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Pete Intihar","drop_po":"FOR SMT M500V","status":"0","user":"danas","conv_order":"","time":"18:16","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"Pete Intihar","follow_phone":"216-314-5182","follow_email":"peteintihar60@yahoo.com","pic_user":"danas","total_amt":"60968.30","total_gp":"45838.59","total_gpm":"75.18","rev_type":"RT","mod_date":"11-21-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"3","win_pct":"30","clo_date":"12-31-2024","notes":[],"crmnotes":[{"comp":1,"quote":222523,"Line":0,"Comment":"10/15/2024 6:40 PM - danas - F/U changed from 10/16/2024 to 11/1/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222523,"Line":1,"Comment":"11/13/2024 10:55 AM - danas - Encounter has been added"},{"comp":1,"quote":222523,"Line":2,"Comment":"11/13/2024 10:56 AM - danas - F/U changed from 11/01/2024 to 11/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222523,"Line":3,"Comment":"11/13/2024 10:56 AM - danas - CLO changed from 11/03/2024 to 12/31/2024 (CLO Date Updated)"},{"comp":1,"quote":222523,"Line":4,"Comment":"11/13/2024 10:57 AM - danas - Win% changed from 20 to 30"},{"comp":1,"quote":222523,"Line":5,"Comment":"11/19/2024 10:20 PM - danas - F/U changed from 11/20/2024 to 11/26/2024 (Order Approved Pending PO)"},{"comp":1,"quote":222523,"Line":6,"Comment":"11/19/2024 10:21 PM - danas - F/U changed from 11/26/2024 to 11/26/2024 (Follow Up In 1 Week)"},{"comp":1,"quote":222523,"Line":7,"Comment":"11/21/2024 8:14 AM - danas - Req Date changed from 11/14/2024 to 12/31/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222523","line":"1","part":"5AX-250FA-M","qty":"1","price":"60669.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222523","line":"2","part":"SPECIAL-RT","qty":"1","price":"4000.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222523","line":"3","part":"INSTALLATION-RT-5AX-MW","qty":"1","price":"14500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222523","Line":"1","Company":"1","F_Line":"1","Comment":"IMTS Demo Unit WH2","Loc":"Y"},{"Quote":"222523","Line":"1","Company":"1","F_Line":"2","Comment":"List Price = $67410.00","Loc":"Y"},{"Quote":"222523","Line":"2","Company":"1","F_Line":"1","Comment":"For Samsung M500V Oi-MF. 4th-5th prep confirmed","Loc":"Y"},{"Quote":"222523","Line":"2","Company":"1","F_Line":"2","Comment":"To replace existing Koma 4th axis.","Loc":"Y"},{"Quote":"222523","Line":"2","Company":"1","F_Line":"3","Comment":"Hydraulic booster cost","Loc":"Y"},{"Quote":"222523","Line":"3","Company":"1","F_Line":"1","Comment":"Air Hydraulic Booster 2 circuits (24VDC)","Loc":"Y"},{"Quote":"222523","Line":"3","Company":"1","F_Line":"2","Comment":"Only required for 5AX-250FA-M","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-21 07:14:47.685 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223785-11212024071447.txt === {"quote":"223785","customer":"11500","name":null,"customerName":"Knox Machinery Inc.","comp":"01","open":"0","shipto":"HONECOLU","shiptoName":"Honeywell-Cap System 1000T","entry_date":"10-31-2024","cust_order_date":"11-18-2024","req_date":"12-31-2024","cust_po":"PRE-E346PLUS-I40","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Adam Gehret","drop_po":"","status":"0","user":"danas","conv_order":"","time":"14:20","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"Adam Gehret","follow_phone":"937-743-2641","follow_email":"agehret@knoxmachinery.com","pic_user":"danas","total_amt":"19750.00","total_gp":"9603.58","total_gpm":"48.63","rev_type":"ADV","mod_date":"11-21-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"15","win_pct":"20","clo_date":"11-22-2024","notes":[],"crmnotes":[{"comp":1,"quote":223785,"Line":0,"Comment":"11/13/2024 11:11 AM - danas - Encounter has been added"},{"comp":1,"quote":223785,"Line":1,"Comment":"11/13/2024 11:12 AM - danas - F/U changed from 11/06/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223785,"Line":2,"Comment":"11/13/2024 11:12 AM - danas - CLO changed from NaN/NaN/NaN to 12/31/2024 (CLO Date Updated)"},{"comp":1,"quote":223785,"Line":3,"Comment":"11/19/2024 10:17 PM - danas - Encounter has been added"},{"comp":1,"quote":223785,"Line":4,"Comment":"11/19/2024 10:20 PM - danas - F/U changed from 11/18/2024 to 11/26/2024 (Follow Up In 1 Week)"},{"comp":1,"quote":223785,"Line":5,"Comment":"11/21/2024 8:14 AM - danas - Req Date changed from 11/29/2024 to 12/31/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223785","line":"3","part":"PRE-E346PLUS-I40","qty":"1","price":"16600.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"4","part":"PRE-E346PLUS-STD","qty":"1","price":"1940.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"9","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"10","part":"PRE-SPDL-I50","qty":"1","price":"970.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"11","part":"PRE-GAUGE-C50","qty":"1","price":"760.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"12","part":"PRE-SPDL-C6","qty":"1","price":"4080.00","uom":"EA","discount":"25.00","req_date":"STOCK-OTHER","branch":"1"},{"comp":"01","order":"223785","line":"13","part":"PRE-GAUGE-C6","qty":"1","price":"700.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"14","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"15","part":"PRE-PRNT-ROLL-QL800","qty":"5","price":"30.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"16","part":"PRE-INST/TRAINING","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"223785","line":"17","part":"PROMOTION-IMTS24PRE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223785","Line":"13","Company":"1","F_Line":"1","Comment":"List= $2720","Loc":"Y"},{"Quote":"223785","Line":"13","Company":"1","F_Line":"2","Comment":"Promotion applied to this item in lieu of TC","Loc":"Y"}],"qcomms":[{"Quote":"223785","Line":"0","Comment":"Discounts valid with order shipping by end of"},{"Quote":"223785","Line":"1","Comment":"November 2024."},{"Quote":"223785","Line":"2","Comment":"Please advise freight collect number. Must be"},{"Quote":"223785","Line":"3","Comment":"air ride."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":11}}] 2024-11-21 07:21:15.019 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223785-11212024072114.txt === {"quote":"223785","customer":"11500","name":null,"customerName":"Knox Machinery Inc.","comp":"01","open":"0","shipto":"HONECOLU","shiptoName":"Honeywell-Cap System 1000T","entry_date":"10-31-2024","cust_order_date":"11-18-2024","req_date":"12-31-2024","cust_po":"PRE-E346PLUS-I40","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Adam Gehret","drop_po":"","status":"0","user":"danas","conv_order":"","time":"14:20","extra":"","follow_up":"12-06-2024","web_id":"","follow_name":"Adam Gehret","follow_phone":"937-743-2641","follow_email":"agehret@knoxmachinery.com","pic_user":"danas","total_amt":"19750.00","total_gp":"9603.58","total_gpm":"48.63","rev_type":"ADV","mod_date":"11-21-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"15","win_pct":"20","clo_date":"11-22-2024","notes":[],"crmnotes":[{"comp":1,"quote":223785,"Line":0,"Comment":"11/13/2024 11:11 AM - danas - Encounter has been added"},{"comp":1,"quote":223785,"Line":1,"Comment":"11/13/2024 11:12 AM - danas - F/U changed from 11/06/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223785,"Line":2,"Comment":"11/13/2024 11:12 AM - danas - CLO changed from NaN/NaN/NaN to 12/31/2024 (CLO Date Updated)"},{"comp":1,"quote":223785,"Line":3,"Comment":"11/19/2024 10:17 PM - danas - Encounter has been added"},{"comp":1,"quote":223785,"Line":4,"Comment":"11/19/2024 10:20 PM - danas - F/U changed from 11/18/2024 to 11/26/2024 (Follow Up In 1 Week)"},{"comp":1,"quote":223785,"Line":5,"Comment":"11/21/2024 8:14 AM - danas - Req Date changed from 11/29/2024 to 12/31/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223785","line":"3","part":"PRE-E346PLUS-I40","qty":"1","price":"16600.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"4","part":"PRE-E346PLUS-STD","qty":"1","price":"1940.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"9","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"10","part":"PRE-SPDL-I50","qty":"1","price":"970.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"11","part":"PRE-GAUGE-C50","qty":"1","price":"760.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"12","part":"PRE-SPDL-C6","qty":"1","price":"4080.00","uom":"EA","discount":"25.00","req_date":"STOCK-OTHER","branch":"1"},{"comp":"01","order":"223785","line":"13","part":"PRE-GAUGE-C6","qty":"1","price":"700.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"14","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"15","part":"PRE-PRNT-ROLL-QL800","qty":"5","price":"30.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"16","part":"PRE-INST/TRAINING","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"223785","line":"17","part":"PROMOTION-IMTS24PRE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223785","Line":"13","Company":"1","F_Line":"1","Comment":"List= $2720","Loc":"Y"},{"Quote":"223785","Line":"13","Company":"1","F_Line":"2","Comment":"Promotion applied to this item in lieu of TC","Loc":"Y"}],"qcomms":[{"Quote":"223785","Line":"0","Comment":"Discounts valid with order shipping by end of"},{"Quote":"223785","Line":"1","Comment":"November 2024."},{"Quote":"223785","Line":"2","Comment":"Please advise freight collect number. Must be"},{"Quote":"223785","Line":"3","Comment":"air ride."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":11}}] 2024-11-21 07:21:25.469 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223785-11212024072125.txt === {"quote":"223785","customer":"11500","name":null,"customerName":"Knox Machinery Inc.","comp":"01","open":"0","shipto":"HONECOLU","shiptoName":"Honeywell-Cap System 1000T","entry_date":"10-31-2024","cust_order_date":"11-18-2024","req_date":"12-31-2024","cust_po":"PRE-E346PLUS-I40","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Adam Gehret","drop_po":"","status":"0","user":"danas","conv_order":"","time":"14:20","extra":"","follow_up":"12-06-2024","web_id":"","follow_name":"Adam Gehret","follow_phone":"937-743-2641","follow_email":"agehret@knoxmachinery.com","pic_user":"danas","total_amt":"19750.00","total_gp":"9603.58","total_gpm":"48.63","rev_type":"ADV","mod_date":"11-21-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"15","win_pct":"20","clo_date":"11-29-2024","notes":[],"crmnotes":[{"comp":1,"quote":223785,"Line":0,"Comment":"11/13/2024 11:11 AM - danas - Encounter has been added"},{"comp":1,"quote":223785,"Line":1,"Comment":"11/13/2024 11:12 AM - danas - F/U changed from 11/06/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223785,"Line":2,"Comment":"11/13/2024 11:12 AM - danas - CLO changed from NaN/NaN/NaN to 12/31/2024 (CLO Date Updated)"},{"comp":1,"quote":223785,"Line":3,"Comment":"11/19/2024 10:17 PM - danas - Encounter has been added"},{"comp":1,"quote":223785,"Line":4,"Comment":"11/19/2024 10:20 PM - danas - F/U changed from 11/18/2024 to 11/26/2024 (Follow Up In 1 Week)"},{"comp":1,"quote":223785,"Line":5,"Comment":"11/21/2024 8:14 AM - danas - Req Date changed from 11/29/2024 to 12/31/2024 (Req Date Updated)"},{"comp":1,"quote":223785,"Line":6,"Comment":"11/21/2024 8:21 AM - danas - F/U changed from 11/26/2024 to 12/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223785,"Line":7,"Comment":"11/21/2024 8:21 AM - danas - CLO changed from 11/22/2024 to 11/29/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223785","line":"3","part":"PRE-E346PLUS-I40","qty":"1","price":"16600.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"4","part":"PRE-E346PLUS-STD","qty":"1","price":"1940.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"9","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"10","part":"PRE-SPDL-I50","qty":"1","price":"970.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"11","part":"PRE-GAUGE-C50","qty":"1","price":"760.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"12","part":"PRE-SPDL-C6","qty":"1","price":"4080.00","uom":"EA","discount":"25.00","req_date":"STOCK-OTHER","branch":"1"},{"comp":"01","order":"223785","line":"13","part":"PRE-GAUGE-C6","qty":"1","price":"700.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"14","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"15","part":"PRE-PRNT-ROLL-QL800","qty":"5","price":"30.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"16","part":"PRE-INST/TRAINING","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"223785","line":"17","part":"PROMOTION-IMTS24PRE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223785","Line":"13","Company":"1","F_Line":"1","Comment":"List= $2720","Loc":"Y"},{"Quote":"223785","Line":"13","Company":"1","F_Line":"2","Comment":"Promotion applied to this item in lieu of TC","Loc":"Y"}],"qcomms":[{"Quote":"223785","Line":"0","Comment":"Discounts valid with order shipping by end of"},{"Quote":"223785","Line":"1","Comment":"November 2024."},{"Quote":"223785","Line":"2","Comment":"Please advise freight collect number. Must be"},{"Quote":"223785","Line":"3","Comment":"air ride."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":11}}] 2024-11-21 07:21:40.860 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223785-11212024072140.txt === {"quote":"223785","customer":"11500","name":null,"customerName":"Knox Machinery Inc.","comp":"01","open":"0","shipto":"HONECOLU","shiptoName":"Honeywell-Cap System 1000T","entry_date":"10-31-2024","cust_order_date":"11-18-2024","req_date":"12-31-2024","cust_po":"PRE-E346PLUS-I40","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Adam Gehret","drop_po":"","status":"0","user":"danas","conv_order":"","time":"14:20","extra":"","follow_up":"12-06-2024","web_id":"","follow_name":"Adam Gehret","follow_phone":"937-743-2641","follow_email":"agehret@knoxmachinery.com","pic_user":"danas","total_amt":"19750.00","total_gp":"9603.58","total_gpm":"48.63","rev_type":"ADV","mod_date":"11-21-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"15","win_pct":"20","clo_date":"11-27-2024","notes":[],"crmnotes":[{"comp":1,"quote":223785,"Line":0,"Comment":"11/13/2024 11:11 AM - danas - Encounter has been added"},{"comp":1,"quote":223785,"Line":1,"Comment":"11/13/2024 11:12 AM - danas - F/U changed from 11/06/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223785,"Line":2,"Comment":"11/13/2024 11:12 AM - danas - CLO changed from NaN/NaN/NaN to 12/31/2024 (CLO Date Updated)"},{"comp":1,"quote":223785,"Line":3,"Comment":"11/19/2024 10:17 PM - danas - Encounter has been added"},{"comp":1,"quote":223785,"Line":4,"Comment":"11/19/2024 10:20 PM - danas - F/U changed from 11/18/2024 to 11/26/2024 (Follow Up In 1 Week)"},{"comp":1,"quote":223785,"Line":5,"Comment":"11/21/2024 8:14 AM - danas - Req Date changed from 11/29/2024 to 12/31/2024 (Req Date Updated)"},{"comp":1,"quote":223785,"Line":6,"Comment":"11/21/2024 8:21 AM - danas - F/U changed from 11/26/2024 to 12/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223785,"Line":7,"Comment":"11/21/2024 8:21 AM - danas - CLO changed from 11/22/2024 to 11/29/2024 (CLO Date Updated)"},{"comp":1,"quote":223785,"Line":8,"Comment":"11/21/2024 8:21 AM - danas - CLO changed from 11/29/2024 to 11/27/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223785","line":"3","part":"PRE-E346PLUS-I40","qty":"1","price":"16600.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"4","part":"PRE-E346PLUS-STD","qty":"1","price":"1940.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"9","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"10","part":"PRE-SPDL-I50","qty":"1","price":"970.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"11","part":"PRE-GAUGE-C50","qty":"1","price":"760.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"12","part":"PRE-SPDL-C6","qty":"1","price":"4080.00","uom":"EA","discount":"25.00","req_date":"STOCK-OTHER","branch":"1"},{"comp":"01","order":"223785","line":"13","part":"PRE-GAUGE-C6","qty":"1","price":"700.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"14","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"15","part":"PRE-PRNT-ROLL-QL800","qty":"5","price":"30.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223785","line":"16","part":"PRE-INST/TRAINING","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"223785","line":"17","part":"PROMOTION-IMTS24PRE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223785","Line":"13","Company":"1","F_Line":"1","Comment":"List= $2720","Loc":"Y"},{"Quote":"223785","Line":"13","Company":"1","F_Line":"2","Comment":"Promotion applied to this item in lieu of TC","Loc":"Y"}],"qcomms":[{"Quote":"223785","Line":"0","Comment":"Discounts valid with order shipping by end of"},{"Quote":"223785","Line":"1","Comment":"November 2024."},{"Quote":"223785","Line":"2","Comment":"Please advise freight collect number. Must be"},{"Quote":"223785","Line":"3","Comment":"air ride."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":11}}] 2024-11-21 07:38:14.408 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221283-11212024073814.txt === {"quote":"221283","customer":"13687","name":null,"customerName":"DMG Mori (IL)","comp":"01","open":"0","shipto":"HMETOOLO","shiptoName":"HME-TOOL","entry_date":"09-09-2024","cust_order_date":"10-09-2024","req_date":"12-31-2024","cust_po":"Tool Cert Budget","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Leigh Guilkey","drop_po":"DMU50","status":"0","user":"danas","conv_order":"","time":"13:37","extra":"","follow_up":"11-29-2024","web_id":"","follow_name":"Leigh Guilkey","follow_phone":"216-930-4133","follow_email":"lguilkey@dmgmori-usa.com","pic_user":"danas","total_amt":"8154.00","total_gp":"6175.26","total_gpm":"75.73","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"28","win_pct":"20","clo_date":"12-31-2024","notes":[],"crmnotes":[{"comp":1,"quote":221283,"Line":0,"Comment":"11/13/2024 10:23 AM - danas - CLO changed from 11/09/2024 to 12/31/2024 (CLO Date Updated)"},{"comp":1,"quote":221283,"Line":1,"Comment":"11/13/2024 10:24 AM - danas - F/U changed from 10/22/2024 to 11/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221283,"Line":2,"Comment":"11/13/2024 10:27 AM - danas - Encounter has been added"},{"comp":1,"quote":221283,"Line":3,"Comment":"11/21/2024 8:38 AM - danas - Req Date changed from 11/21/2024 to 12/31/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221283","line":"1","part":"C4001-0750-4.00CP","qty":"1","price":"170.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"2","part":"CAT40-C1-85U-IDU","qty":"1","price":"549.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"3","part":"KM1-1/2","qty":"1","price":"62.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"4","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"5","part":"C4005-0562-2.91","qty":"1","price":"395.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"6","part":"NT05-016","qty":"1","price":"48.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"7","part":"C4005-0875-3.86","qty":"1","price":"438.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"8","part":"NT10-032","qty":"1","price":"75.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"9","part":"C4006-0250-4.00","qty":"1","price":"150.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"10","part":"C4006-0375-4.00","qty":"1","price":"150.00","uom":"EA","discount":"0.00","req_date":"\\TOCK","branch":"1"},{"comp":"01","order":"221283","line":"11","part":"C4006-0500-4.00","qty":"1","price":"139.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"12","part":"C4006-0750-4.00","qty":"1","price":"144.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"13","part":"C4007-0032-3.13","qty":"4","price":"258.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"14","part":"C4007-0032-5.00","qty":"4","price":"285.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"15","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"16","part":"E32-SET-21","qty":"1","price":"1092.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"17","part":"CAT40-SK16-90U-IDU","qty":"2","price":"406.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"18","part":"CAT40-SK16-120U-IDU","qty":"2","price":"457.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"19","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221283","line":"20","part":"SK16-SET-09-A","qty":"1","price":"738.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"221283","Line":"0","Comment":"TC BUDGET FOR DMU50"}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":20}}] 2024-11-21 07:51:57.681 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223925-11212024075157.txt === {"quote":"223925","customer":"12030","name":null,"customerName":"L&M Tool and Industrial Supply Inc.","comp":"01","open":"0","shipto":"NORMAN","shiptoName":"Norman Noble, Inc.","entry_date":"11-04-2024","cust_order_date":"12-04-2024","req_date":"02-28-2025","cust_po":"PRE-E346VPLUS-I40","terms_code":"N30","ship_via":"BW","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Don Haverlack","drop_po":"W/ HSK40 spindle","status":"0","user":"danas","conv_order":"","time":"17:07","extra":"","follow_up":"12-17-2024","web_id":"","follow_name":"Don Haverlack","follow_phone":"330-807-3973","follow_email":"dhaverlack@lmtoolsupply.com","pic_user":"danas","total_amt":"19072","total_gp":"10828.40","total_gpm":"56.78","rev_type":"ADV","mod_date":"11-21-2024","mod_time":null,"mod_user":"danas","reason":"","totalQty":"7","win_pct":"20","clo_date":"12-04-2024","notes":[{"comp":"1","quote":"223925","line":"0","data":"11-04-2024 17:13 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223925,"Line":0,"Comment":"11/21/2024 8:51 AM - danas - Req Date changed from 12/16/2024 to 02/28/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"223925","line":"1","part":"PRE-E346VPLUS-I40","qty":"1","price":"18900.00","uom":"EA","discount":"20.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"223925","line":"2","part":"PRE-SPDL-H40","qty":"1","price":"2840.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223925","line":"3","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223925","line":"4","part":"PRE-GAUGE-H40","qty":"1","price":"1200.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223925","line":"5","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223925","line":"6","part":"PRE-PRNT-ROLL-QL800","qty":"2","price":"30.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":6}}] 2024-11-21 08:00:40.505 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221879-11212024080040.txt === {"quote":"221879","customer":"3906","name":null,"customerName":"Kenneth Crosby, a DXP Company","comp":"01","open":"1","shipto":"PLANSEE","shiptoName":"Plansee USA","entry_date":"09-20-2024","cust_order_date":"11-30-2024","req_date":"12-05-2024","cust_po":"OKLT-ER32X-ICE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Attn: Liz","drop_po":"","status":"0","user":"briand","conv_order":"","time":"14:14","extra":"","follow_up":"11-20-2024","web_id":"","follow_name":"Liz DeMore","follow_phone":"508-497-9653","follow_email":"ldemore@dxpe.com","pic_user":"briand","total_amt":"12621.00","total_gp":"5429.60","total_gpm":"43.02","rev_type":"LT","mod_date":"11-21-2024","mod_time":null,"mod_user":"briand","reason":"2","totalQty":"10","win_pct":"20","clo_date":"11-21-2024","notes":[{"comp":"1","quote":"221879","line":"12","data":"Liz."},{"comp":"1","quote":"221879","line":"11","data":"Live Tools to quote and sent promotional flyer to"},{"comp":"1","quote":"221879","line":"10","data":"a reply. Applied additional 10% IMTS promo for"},{"comp":"1","quote":"221879","line":"9","data":"waiting for delivery time, expect 2~3 biz days for"},{"comp":"1","quote":"221879","line":"8","data":"stock, 1 at the factory and the balance we are"},{"comp":"1","quote":"221879","line":"7","data":"Sent Quote to Liz at Crosby stating we have 2 in"},{"comp":"1","quote":"221879","line":"6","data":"enter the OKLT-ER32X-ICE on the Mimatic Log."},{"comp":"1","quote":"221879","line":"5","data":"09-20-2024 14:36-briand: Jenna showed me how to"},{"comp":"1","quote":"221879","line":"4","data":"09-25-2024 15:35-cindyt: Brian is sending to Liz."},{"comp":"1","quote":"221879","line":"3","data":"open."},{"comp":"1","quote":"221879","line":"2","data":"karen.taylor@dxpe.com, who said the quote is still"},{"comp":"1","quote":"221879","line":"1","data":"Liz forwarded the email to Karen Taylor at DXP,"},{"comp":"1","quote":"221879","line":"0","data":"10-10-2024 10:01-briand: Put note in CRM,"}],"crmnotes":[{"comp":1,"quote":221879,"Line":0,"Comment":"10/02/2024 10:53 AM - briand - F/U changed from 10/05/2024 to 10/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221879,"Line":1,"Comment":"10/03/2024 9:23 AM - briand - F/U changed from 10/05/2024 to 10/10/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221879,"Line":2,"Comment":"10/03/2024 9:23 AM - briand - CLO changed from 10/10/2024 to 10/11/2024 (CLO Date Updated)"},{"comp":1,"quote":221879,"Line":3,"Comment":"10/10/2024 9:35 AM - briand - CLO changed from 10/11/2024 to 10/30/2024 (CLO Date Updated)"},{"comp":1,"quote":221879,"Line":4,"Comment":"10/10/2024 9:35 AM - briand - F/U changed from 10/10/2024 to 10/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221879,"Line":5,"Comment":"10/10/2024 9:35 AM - briand - Sent Liz an email asking if the quote is still active."},{"comp":1,"quote":221879,"Line":6,"Comment":"10/10/2024 9:55 AM - briand - Liz forwarded the email to Karen Taylor at DXP (karen.taylor@dxpe.com) and Karen said that this quote is still open."},{"comp":1,"quote":221879,"Line":7,"Comment":"10/29/2024 9:00 AM - briand - Sent Karen Taylor an email asking for an update; auto-reply says she's currently out of the office. Will await her reply."},{"comp":1,"quote":221879,"Line":8,"Comment":"10/29/2024 9:01 AM - briand - CLO changed from 10/30/2024 to 11/12/2024 (CLO Date Updated)"},{"comp":1,"quote":221879,"Line":9,"Comment":"10/29/2024 9:01 AM - briand - F/U changed from 10/29/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221879,"Line":10,"Comment":"11/11/2024 9:20 AM - briand - No reply from Karen Taylor, re-sent request for update. We're approaching the 60 day mark and if no reply by then, will close and we will have to requote at that time."},{"comp":1,"quote":221879,"Line":11,"Comment":"11/11/2024 9:20 AM - briand - CLO changed from 11/12/2024 to 11/21/2024 (CLO Date Updated)"},{"comp":1,"quote":221879,"Line":12,"Comment":"11/11/2024 9:20 AM - briand - F/U changed from 11/11/2024 to 11/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221879,"Line":13,"Comment":"11/20/2024 8:29 AM - briand - Resent email to Karen Taylor, cc'd Cindy. Asked Karen if this quote is still active. Cindy said she's hard to get a hold of. Last reply was 10/10 and she said it was still open. Need an update here."},{"comp":1,"quote":221879,"Line":14,"Comment":"11/20/2024 8:30 AM - briand - F/U changed from 11/20/2024 to 12/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221879,"Line":15,"Comment":"11/20/2024 8:30 AM - briand - CLO changed from 11/21/2024 to 12/04/2024 (CLO Date Updated)"},{"comp":1,"quote":221879,"Line":16,"Comment":"11/20/2024 8:30 AM - briand - F/U changed from 12/05/2024 to 12/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221879,"Line":17,"Comment":"11/20/2024 8:38 AM - briand - Karen got back to me and cc'd Cindy. She said, \"Let me look into this and get back to you, thank you for the follow up.\""},{"comp":1,"quote":221879,"Line":18,"Comment":"11/21/2024 8:00 AM - briand - Karyn got back and said \"The customer advised that as of right now the quote is closed, however, they are buying two machines that use these (tools on the quote). It's going to take some time for them to get them, but when they do, they will most likely have to order these and possibly more. Thank you for checking in.\" I thanked her for her follow up and asked if these machines were coming in in Q2 of next year and to contact us to quote the tooling when the timing is right."}],"items":[{"comp":"01","order":"221879","line":"1","part":"OKLT-ER32X-ICE","qty":"7","price":"3005.00","uom":"EA","discount":"40.00","req_date":"SEE COMMENT","branch":"1"},{"comp":"01","order":"221879","line":"2","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"221879","line":"3","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221879","line":"4","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"221879","Line":"1","Company":"1","F_Line":"1","Comment":"Currently 2 in stock in IL 1 other at the factory &","Loc":"Y"},{"Quote":"221879","Line":"1","Company":"1","F_Line":"2","Comment":"delivery is approximately 2~3 Weeks. Delivery for","Loc":"Y"},{"Quote":"221879","Line":"1","Company":"1","F_Line":"3","Comment":"other 4 is 4~5 weeks.","Loc":"Y"},{"Quote":"221879","Line":"2","Company":"1","F_Line":"1","Comment":"Additional 10% discount added for the 2024 IMTS","Loc":"Y"},{"Quote":"221879","Line":"2","Company":"1","F_Line":"2","Comment":"promotion for spending over $5000 list. If List","Loc":"Y"},{"Quote":"221879","Line":"2","Company":"1","F_Line":"3","Comment":"amount drops between $500-$5000 then we will only","Loc":"Y"},{"Quote":"221879","Line":"2","Company":"1","F_Line":"4","Comment":"apply a 5% (additional discount - see promotional flyer","Loc":"Y"},{"Quote":"221879","Line":"2","Company":"1","F_Line":"5","Comment":"in quote email.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-21 08:01:53.878 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221839-11212024080153.txt === {"quote":"221839","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"GEORCOOK","shiptoName":"George Mitchell Mfg Co","entry_date":"09-20-2024","cust_order_date":null,"req_date":"11-01-2024","cust_po":"MAZAK QTN350MY TOOLS","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Cripps","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"09:10","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Jordan Cripps","follow_phone":"","follow_email":"jordan@afi-tools.com","pic_user":"gregb","total_amt":"34438.81","total_gp":"11454.47","total_gpm":"33.26","rev_type":"LT","mod_date":"11-21-2024","mod_time":null,"mod_user":"gregb","reason":"","totalQty":"41","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"221839","line":"3","data":"09-20-2024 10:09 - Discounts Recalculated QS"},{"comp":"1","quote":"221839","line":"2","data":"09-20-2024 10:03 - Discounts Recalculated QS"},{"comp":"1","quote":"221839","line":"1","data":"09-20-2024 09:29 - Discounts Recalculated QS"},{"comp":"1","quote":"221839","line":"0","data":"09-20-2024 09:27 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221839,"Line":0,"Comment":"09/27/2024 11:07 PM - fletcherp - F/U changed from 09/29/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221839,"Line":1,"Comment":"09/27/2024 11:07 PM - fletcherp - PIC changed from fletcherp to gregb"},{"comp":1,"quote":221839,"Line":2,"Comment":"11/12/2024 4:32 PM - gregb - F/U changed from 10/12/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221839,"Line":3,"Comment":"11/12/2024 4:32 PM - gregb - CLO changed from 10/20/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221839","line":"1","part":"MZQT5-C5X-OFF-ICE","qty":"2","price":"8476.29","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"2","part":"MZQT5-C5Z-ICE","qty":"2","price":"8634.20","uom":"EA","discount":"40.00","req_date":"FACTORY STOCK","branch":"1"},{"comp":"01","order":"221839","line":"3","part":"MZQT5-STC5X-L","qty":"1","price":"3441.18","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"4","part":"MZQT5-STC5X-R","qty":"1","price":"3441.18","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"5","part":"MZQT5-STC5Z-L","qty":"1","price":"3298.07","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"6","part":"MZQT5-STC5Z-R","qty":"1","price":"3298.07","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"7","part":"C5-SK20-70-EU","qty":"6","price":"625.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"8","part":"SK20-SET-10-A","qty":"1","price":"877.00","uom":"ST","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"9","part":"C5-EM0250-50","qty":"1","price":"403.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"10","part":"C5-EM0375-55","qty":"1","price":"403.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"11","part":"C5-EM0500-60","qty":"1","price":"403.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"12","part":"C5-EM0625-60","qty":"1","price":"403.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"13","part":"C5-ASHA-065-19.05CP","qty":"1","price":"559.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"14","part":"C5-ASHL-095-19.05CP","qty":"1","price":"548.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"15","part":"C5-ASHL-45-085-19.05CP","qty":"1","price":"548.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"16","part":"C5-ASHR-095-19.05CP","qty":"1","price":"548.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"17","part":"C5-ASHR-45-085-19.05CP","qty":"1","price":"548.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"18","part":"C5-TUBE","qty":"15","price":"78.00","uom":"EA","discount":"37.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"19","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"221839","line":"20","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"221839","Line":"2","Company":"1","F_Line":"1","Comment":"1-2 WEEKS DELIVERY FROM FACTORY STOCK","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":20}}] 2024-11-21 08:02:09.913 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221839-11212024080209.txt === {"quote":"221839","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"GEORCOOK","shiptoName":"George Mitchell Mfg Co","entry_date":"09-20-2024","cust_order_date":null,"req_date":"12-28-2024","cust_po":"MAZAK QTN350MY TOOLS","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jordan Cripps","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"09:10","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Jordan Cripps","follow_phone":"","follow_email":"jordan@afi-tools.com","pic_user":"gregb","total_amt":"34438.81","total_gp":"11454.47","total_gpm":"33.26","rev_type":"LT","mod_date":"11-21-2024","mod_time":null,"mod_user":"gregb","reason":"","totalQty":"41","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"221839","line":"3","data":"09-20-2024 10:09 - Discounts Recalculated QS"},{"comp":"1","quote":"221839","line":"2","data":"09-20-2024 10:03 - Discounts Recalculated QS"},{"comp":"1","quote":"221839","line":"1","data":"09-20-2024 09:29 - Discounts Recalculated QS"},{"comp":"1","quote":"221839","line":"0","data":"09-20-2024 09:27 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221839,"Line":0,"Comment":"09/27/2024 11:07 PM - fletcherp - F/U changed from 09/29/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221839,"Line":1,"Comment":"09/27/2024 11:07 PM - fletcherp - PIC changed from fletcherp to gregb"},{"comp":1,"quote":221839,"Line":2,"Comment":"11/12/2024 4:32 PM - gregb - F/U changed from 10/12/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221839,"Line":3,"Comment":"11/12/2024 4:32 PM - gregb - CLO changed from 10/20/2024 to 12/07/2024 (CLO Date Updated)"},{"comp":1,"quote":221839,"Line":4,"Comment":"11/21/2024 8:01 AM - gregb - F/U changed from 11/23/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221839,"Line":5,"Comment":"11/21/2024 8:01 AM - gregb - Req Date changed from 11/01/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221839","line":"1","part":"MZQT5-C5X-OFF-ICE","qty":"2","price":"8476.29","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"2","part":"MZQT5-C5Z-ICE","qty":"2","price":"8634.20","uom":"EA","discount":"40.00","req_date":"FACTORY STOCK","branch":"1"},{"comp":"01","order":"221839","line":"3","part":"MZQT5-STC5X-L","qty":"1","price":"3441.18","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"4","part":"MZQT5-STC5X-R","qty":"1","price":"3441.18","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"5","part":"MZQT5-STC5Z-L","qty":"1","price":"3298.07","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"6","part":"MZQT5-STC5Z-R","qty":"1","price":"3298.07","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"7","part":"C5-SK20-70-EU","qty":"6","price":"625.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"8","part":"SK20-SET-10-A","qty":"1","price":"877.00","uom":"ST","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"9","part":"C5-EM0250-50","qty":"1","price":"403.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"10","part":"C5-EM0375-55","qty":"1","price":"403.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"11","part":"C5-EM0500-60","qty":"1","price":"403.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"12","part":"C5-EM0625-60","qty":"1","price":"403.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"13","part":"C5-ASHA-065-19.05CP","qty":"1","price":"559.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"14","part":"C5-ASHL-095-19.05CP","qty":"1","price":"548.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"15","part":"C5-ASHL-45-085-19.05CP","qty":"1","price":"548.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"16","part":"C5-ASHR-095-19.05CP","qty":"1","price":"548.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"17","part":"C5-ASHR-45-085-19.05CP","qty":"1","price":"548.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"18","part":"C5-TUBE","qty":"15","price":"78.00","uom":"EA","discount":"37.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221839","line":"19","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"221839","line":"20","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"221839","Line":"2","Company":"1","F_Line":"1","Comment":"1-2 WEEKS DELIVERY FROM FACTORY STOCK","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":20}}] 2024-11-21 08:04:27.418 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222539-11212024080427.txt === {"quote":"222539","customer":"20315","name":null,"customerName":"Tennessee Machine Tool Supply","comp":"01","open":"0","shipto":"TENNINEX","shiptoName":"Tennessee Machine Tool Supply","entry_date":"10-04-2024","cust_order_date":"10-04-2024","req_date":"11-15-2024","cust_po":"HVJ Nozzle","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"27","salesman":"GB","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Joshua Rainey","drop_po":"","status":"0","user":"gregb","conv_order":"","time":"09:36","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Joshua Rainey","follow_phone":"706-331-6512","follow_email":"jprainey@tnmachinetool.com","pic_user":"gregb","total_amt":"11228.00","total_gp":"6821.33","total_gpm":"60.75","rev_type":"ADV","mod_date":"11-21-2024","mod_time":null,"mod_user":"gregb","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-07-2024","notes":[],"crmnotes":[{"comp":1,"quote":222539,"Line":0,"Comment":"11/12/2024 4:44 PM - gregb - F/U changed from 10/17/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222539,"Line":1,"Comment":"11/12/2024 4:44 PM - gregb - CLO changed from 11/04/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222539","line":"1","part":"C40FHM-ER25-195ICE-65TP","qty":"1","price":"13944.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222539","line":"2","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-21 08:05:04.912 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222539-11212024080504.txt === {"quote":"222539","customer":"20315","name":null,"customerName":"Tennessee Machine Tool Supply","comp":"01","open":"0","shipto":"TENNINEX","shiptoName":"Tennessee Machine Tool Supply","entry_date":"10-04-2024","cust_order_date":"10-04-2024","req_date":"12-28-2024","cust_po":"HVJ Nozzle","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"27","salesman":"GB","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Joshua Rainey","drop_po":"","status":"0","user":"gregb","conv_order":"","time":"09:36","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Joshua Rainey","follow_phone":"706-331-6512","follow_email":"jprainey@tnmachinetool.com","pic_user":"gregb","total_amt":"11228.00","total_gp":"6821.33","total_gpm":"60.75","rev_type":"ADV","mod_date":"11-21-2024","mod_time":null,"mod_user":"gregb","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-07-2024","notes":[],"crmnotes":[{"comp":1,"quote":222539,"Line":0,"Comment":"11/12/2024 4:44 PM - gregb - F/U changed from 10/17/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222539,"Line":1,"Comment":"11/12/2024 4:44 PM - gregb - CLO changed from 11/04/2024 to 12/07/2024 (CLO Date Updated)"},{"comp":1,"quote":222539,"Line":2,"Comment":"11/21/2024 8:04 AM - gregb - F/U changed from 11/23/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222539,"Line":3,"Comment":"11/21/2024 8:04 AM - gregb - Req Date changed from 11/15/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222539","line":"1","part":"C40FHM-ER25-195ICE-65TP","qty":"1","price":"13944.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222539","line":"2","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-21 08:08:11.826 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223267-11212024080811.txt === {"quote":"223267","customer":"1340","name":null,"customerName":"Metal Removal Technologies","comp":"01","open":"0","shipto":"METALREM","shiptoName":"Metal Removal Technologies-Bartlett","entry_date":"10-21-2024","cust_order_date":"10-21-2024","req_date":"12-02-2024","cust_po":"CAT40 RT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"26","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jason Sandefur","drop_po":"","status":"0","user":"gregb","conv_order":"","time":"10:52","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Jason Sandefur","follow_phone":"615-653-1576","follow_email":"jsandefur@metal-removal.com","pic_user":"gregb","total_amt":"7818.00","total_gp":"4895.35","total_gpm":"62.62","rev_type":"ADV","mod_date":"11-21-2024","mod_time":null,"mod_user":"gregb","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":223267,"Line":0,"Comment":"11/12/2024 4:46 PM - gregb - F/U changed from 11/03/2024 to 11/16/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223267","line":"1","part":"C40RAM-ER25-180-65TP","qty":"1","price":"7818.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-21 08:08:33.265 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223267-11212024080833.txt === {"quote":"223267","customer":"1340","name":null,"customerName":"Metal Removal Technologies","comp":"01","open":"0","shipto":"METALREM","shiptoName":"Metal Removal Technologies-Bartlett","entry_date":"10-21-2024","cust_order_date":"10-21-2024","req_date":"12-02-2024","cust_po":"CAT40 RT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"26","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jason Sandefur","drop_po":"","status":"0","user":"gregb","conv_order":"","time":"10:52","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Jason Sandefur","follow_phone":"615-653-1576","follow_email":"jsandefur@metal-removal.com","pic_user":"gregb","total_amt":"7818.00","total_gp":"4895.35","total_gpm":"62.62","rev_type":"ADV","mod_date":"11-21-2024","mod_time":null,"mod_user":"gregb","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-07-2024","notes":[],"crmnotes":[{"comp":1,"quote":223267,"Line":0,"Comment":"11/12/2024 4:46 PM - gregb - F/U changed from 11/03/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223267,"Line":1,"Comment":"11/21/2024 8:08 AM - gregb - F/U changed from 11/16/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223267,"Line":2,"Comment":"11/21/2024 8:08 AM - gregb - CLO changed from 11/21/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223267","line":"1","part":"C40RAM-ER25-180-65TP","qty":"1","price":"7818.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-21 08:08:46.679 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223267-11212024080846.txt === {"quote":"223267","customer":"1340","name":null,"customerName":"Metal Removal Technologies","comp":"01","open":"0","shipto":"METALREM","shiptoName":"Metal Removal Technologies-Bartlett","entry_date":"10-21-2024","cust_order_date":"10-21-2024","req_date":"12-28-2024","cust_po":"CAT40 RT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"26","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jason Sandefur","drop_po":"","status":"0","user":"gregb","conv_order":"","time":"10:52","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Jason Sandefur","follow_phone":"615-653-1576","follow_email":"jsandefur@metal-removal.com","pic_user":"gregb","total_amt":"7818.00","total_gp":"4895.35","total_gpm":"62.62","rev_type":"ADV","mod_date":"11-21-2024","mod_time":null,"mod_user":"gregb","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-07-2024","notes":[],"crmnotes":[{"comp":1,"quote":223267,"Line":0,"Comment":"11/12/2024 4:46 PM - gregb - F/U changed from 11/03/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223267,"Line":1,"Comment":"11/21/2024 8:08 AM - gregb - F/U changed from 11/16/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223267,"Line":2,"Comment":"11/21/2024 8:08 AM - gregb - CLO changed from 11/21/2024 to 12/07/2024 (CLO Date Updated)"},{"comp":1,"quote":223267,"Line":3,"Comment":"11/21/2024 8:08 AM - gregb - Req Date changed from 12/02/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223267","line":"1","part":"C40RAM-ER25-180-65TP","qty":"1","price":"7818.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-21 08:09:16.751 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223569-11212024080916.txt === {"quote":"223569","customer":"20315","name":null,"customerName":"Tennessee Machine Tool Supply","comp":"01","open":"0","shipto":"DENSOMAZ","shiptoName":"Denso Manufacturing Tennessee","entry_date":"10-28-2024","cust_order_date":"10-28-2024","req_date":"12-09-2024","cust_po":"NBT30 Hydraulic Chucks","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"27","salesman":"GB","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Charlie Humphreys","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"11:11","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Charlie Humphreys","follow_phone":"865-313-1262","follow_email":"charliehumphreys@tnmachinetool.com","pic_user":"gregb","total_amt":"16035.00","total_gp":"16035.00","total_gpm":"100.00","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"gregb","reason":"","totalQty":"18","win_pct":"20","clo_date":"11-28-2024","notes":[{"comp":"1","quote":"223569","line":"0","data":"n0-28-2024 11:13 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223569,"Line":0,"Comment":"11/12/2024 4:46 PM - gregb - F/U changed from 11/05/2024 to 11/16/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223569","line":"1","part":"SPECIAL-TL","qty":"3","price":"917.00","uom":"EA","discount":"0.00","req_date":"14 weeks ADA","branch":"1"},{"comp":"01","order":"223569","line":"2","part":"SPECIAL-TL","qty":"3","price":"917.00","uom":"EA","discount":"0.00","req_date":"14 weeks ADA","branch":"1"},{"comp":"01","order":"223569","line":"3","part":"SPECIAL-TL","qty":"3","price":"895.00","uom":"EA","discount":"0.00","req_date":"14 weeks ADA","branch":"1"},{"comp":"01","order":"223569","line":"4","part":"SPECIAL-TL","qty":"3","price":"872.00","uom":"EA","discount":"0.00","req_date":"14 weeks ADA","branch":"1"},{"comp":"01","order":"223569","line":"5","part":"SPECIAL-TL","qty":"3","price":"872.00","uom":"EA","discount":"0.00","req_date":"14 weeks ADA","branch":"1"},{"comp":"01","order":"223569","line":"6","part":"SPECIAL-TL","qty":"3","price":"872.00","uom":"EA","discount":"0.00","req_date":"14 weeks ADA","branch":"1"}],"qlines":[{"Quote":"223569","Line":"1","Company":"1","F_Line":"1","Comment":"NBT30 Hydraulic Chuck 3mm. d2 = 14mmd3=18mm70mm GL","Loc":"Y"},{"Quote":"223569","Line":"1","Company":"1","F_Line":"2","Comment":"e","Loc":"N"},{"Quote":"223569","Line":"2","Company":"1","F_Line":"1","Comment":"NBT30 Hydraulic Chuck 4mm. d2 = 14mmd3=18mm70mm GL","Loc":"Y"},{"Quote":"223569","Line":"3","Company":"1","F_Line":"1","Comment":"NBT30 Hydraulic Chuck 5mm. d2 = 14mmd3=18mm70mm GL","Loc":"Y"},{"Quote":"223569","Line":"4","Company":"1","F_Line":"1","Comment":"NBT30 Hydraulic Chuck 6mm. d2 = 14mmd3=18mm70mm GL","Loc":"Y"},{"Quote":"223569","Line":"5","Company":"1","F_Line":"1","Comment":"NBT30 Hydraulic Chuck 8mm. d2 = 14mmd3=18mm70mm GL","Loc":"Y"},{"Quote":"223569","Line":"6","Company":"1","F_Line":"1","Comment":"NBT30 Hydraulic Chuck 10mm. d2 = 14mmd3=18mm70mm GL","Loc":"Y"}],"qcomms":[{"Quote":"223569","Line":"0","Comment":"These are non-standard stock items and considered"},{"Quote":"223569","Line":"1","Comment":"specials. Once a PO has been issued these items"},{"Quote":"223569","Line":"2","Comment":"cannot be cancelled or returned."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-21 08:09:30.565 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223569-11212024080930.txt === {"quote":"223569","customer":"20315","name":null,"customerName":"Tennessee Machine Tool Supply","comp":"01","open":"0","shipto":"DENSOMAZ","shiptoName":"Denso Manufacturing Tennessee","entry_date":"10-28-2024","cust_order_date":"10-28-2024","req_date":"12-09-2024","cust_po":"NBT30 Hydraulic Chucks","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"27","salesman":"GB","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Charlie Humphreys","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"11:11","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Charlie Humphreys","follow_phone":"865-313-1262","follow_email":"charliehumphreys@tnmachinetool.com","pic_user":"gregb","total_amt":"16035.00","total_gp":"16035.00","total_gpm":"100.00","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"gregb","reason":"","totalQty":"18","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"223569","line":"0","data":"n0-28-2024 11:13 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223569,"Line":0,"Comment":"11/12/2024 4:46 PM - gregb - F/U changed from 11/05/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223569,"Line":1,"Comment":"11/21/2024 8:09 AM - gregb - F/U changed from 11/16/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223569,"Line":2,"Comment":"11/21/2024 8:09 AM - gregb - CLO changed from 11/28/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223569","line":"1","part":"SPECIAL-TL","qty":"3","price":"917.00","uom":"EA","discount":"0.00","req_date":"14 weeks ADA","branch":"1"},{"comp":"01","order":"223569","line":"2","part":"SPECIAL-TL","qty":"3","price":"917.00","uom":"EA","discount":"0.00","req_date":"14 weeks ADA","branch":"1"},{"comp":"01","order":"223569","line":"3","part":"SPECIAL-TL","qty":"3","price":"895.00","uom":"EA","discount":"0.00","req_date":"14 weeks ADA","branch":"1"},{"comp":"01","order":"223569","line":"4","part":"SPECIAL-TL","qty":"3","price":"872.00","uom":"EA","discount":"0.00","req_date":"14 weeks ADA","branch":"1"},{"comp":"01","order":"223569","line":"5","part":"SPECIAL-TL","qty":"3","price":"872.00","uom":"EA","discount":"0.00","req_date":"14 weeks ADA","branch":"1"},{"comp":"01","order":"223569","line":"6","part":"SPECIAL-TL","qty":"3","price":"872.00","uom":"EA","discount":"0.00","req_date":"14 weeks ADA","branch":"1"}],"qlines":[{"Quote":"223569","Line":"1","Company":"1","F_Line":"1","Comment":"NBT30 Hydraulic Chuck 3mm. d2 = 14mmd3=18mm70mm GL","Loc":"Y"},{"Quote":"223569","Line":"1","Company":"1","F_Line":"2","Comment":"e","Loc":"N"},{"Quote":"223569","Line":"2","Company":"1","F_Line":"1","Comment":"NBT30 Hydraulic Chuck 4mm. d2 = 14mmd3=18mm70mm GL","Loc":"Y"},{"Quote":"223569","Line":"3","Company":"1","F_Line":"1","Comment":"NBT30 Hydraulic Chuck 5mm. d2 = 14mmd3=18mm70mm GL","Loc":"Y"},{"Quote":"223569","Line":"4","Company":"1","F_Line":"1","Comment":"NBT30 Hydraulic Chuck 6mm. d2 = 14mmd3=18mm70mm GL","Loc":"Y"},{"Quote":"223569","Line":"5","Company":"1","F_Line":"1","Comment":"NBT30 Hydraulic Chuck 8mm. d2 = 14mmd3=18mm70mm GL","Loc":"Y"},{"Quote":"223569","Line":"6","Company":"1","F_Line":"1","Comment":"NBT30 Hydraulic Chuck 10mm. d2 = 14mmd3=18mm70mm GL","Loc":"Y"}],"qcomms":[{"Quote":"223569","Line":"0","Comment":"These are non-standard stock items and considered"},{"Quote":"223569","Line":"1","Comment":"specials. Once a PO has been issued these items"},{"Quote":"223569","Line":"2","Comment":"cannot be cancelled or returned."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-21 08:09:40.192 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223569-11212024080939.txt === {"quote":"223569","customer":"20315","name":null,"customerName":"Tennessee Machine Tool Supply","comp":"01","open":"0","shipto":"DENSOMAZ","shiptoName":"Denso Manufacturing Tennessee","entry_date":"10-28-2024","cust_order_date":"10-28-2024","req_date":"12-28-2024","cust_po":"NBT30 Hydraulic Chucks","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"27","salesman":"GB","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Charlie Humphreys","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"11:11","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Charlie Humphreys","follow_phone":"865-313-1262","follow_email":"charliehumphreys@tnmachinetool.com","pic_user":"gregb","total_amt":"16035.00","total_gp":"16035.00","total_gpm":"100.00","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"gregb","reason":"","totalQty":"18","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"223569","line":"0","data":"n0-28-2024 11:13 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223569,"Line":0,"Comment":"11/12/2024 4:46 PM - gregb - F/U changed from 11/05/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223569,"Line":1,"Comment":"11/21/2024 8:09 AM - gregb - F/U changed from 11/16/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223569,"Line":2,"Comment":"11/21/2024 8:09 AM - gregb - CLO changed from 11/28/2024 to 12/07/2024 (CLO Date Updated)"},{"comp":1,"quote":223569,"Line":3,"Comment":"11/21/2024 8:09 AM - gregb - Req Date changed from 12/09/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223569","line":"1","part":"SPECIAL-TL","qty":"3","price":"917.00","uom":"EA","discount":"0.00","req_date":"14 weeks ADA","branch":"1"},{"comp":"01","order":"223569","line":"2","part":"SPECIAL-TL","qty":"3","price":"917.00","uom":"EA","discount":"0.00","req_date":"14 weeks ADA","branch":"1"},{"comp":"01","order":"223569","line":"3","part":"SPECIAL-TL","qty":"3","price":"895.00","uom":"EA","discount":"0.00","req_date":"14 weeks ADA","branch":"1"},{"comp":"01","order":"223569","line":"4","part":"SPECIAL-TL","qty":"3","price":"872.00","uom":"EA","discount":"0.00","req_date":"14 weeks ADA","branch":"1"},{"comp":"01","order":"223569","line":"5","part":"SPECIAL-TL","qty":"3","price":"872.00","uom":"EA","discount":"0.00","req_date":"14 weeks ADA","branch":"1"},{"comp":"01","order":"223569","line":"6","part":"SPECIAL-TL","qty":"3","price":"872.00","uom":"EA","discount":"0.00","req_date":"14 weeks ADA","branch":"1"}],"qlines":[{"Quote":"223569","Line":"1","Company":"1","F_Line":"1","Comment":"NBT30 Hydraulic Chuck 3mm. d2 = 14mmd3=18mm70mm GL","Loc":"Y"},{"Quote":"223569","Line":"1","Company":"1","F_Line":"2","Comment":"e","Loc":"N"},{"Quote":"223569","Line":"2","Company":"1","F_Line":"1","Comment":"NBT30 Hydraulic Chuck 4mm. d2 = 14mmd3=18mm70mm GL","Loc":"Y"},{"Quote":"223569","Line":"3","Company":"1","F_Line":"1","Comment":"NBT30 Hydraulic Chuck 5mm. d2 = 14mmd3=18mm70mm GL","Loc":"Y"},{"Quote":"223569","Line":"4","Company":"1","F_Line":"1","Comment":"NBT30 Hydraulic Chuck 6mm. d2 = 14mmd3=18mm70mm GL","Loc":"Y"},{"Quote":"223569","Line":"5","Company":"1","F_Line":"1","Comment":"NBT30 Hydraulic Chuck 8mm. d2 = 14mmd3=18mm70mm GL","Loc":"Y"},{"Quote":"223569","Line":"6","Company":"1","F_Line":"1","Comment":"NBT30 Hydraulic Chuck 10mm. d2 = 14mmd3=18mm70mm GL","Loc":"Y"}],"qcomms":[{"Quote":"223569","Line":"0","Comment":"These are non-standard stock items and considered"},{"Quote":"223569","Line":"1","Comment":"specials. Once a PO has been issued these items"},{"Quote":"223569","Line":"2","Comment":"cannot be cancelled or returned."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-21 08:10:42.604 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223763-11212024081042.txt === {"quote":"223763","customer":"20315","name":null,"customerName":"Tennessee Machine Tool Supply","comp":"01","open":"0","shipto":"TENNINEX","shiptoName":"Tennessee Machine Tool Supply","entry_date":"10-31-2024","cust_order_date":"10-31-2024","req_date":"12-12-2024","cust_po":"Denso holders","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"27","salesman":"GB","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Charlie Humphreys","drop_po":"","status":"0","user":"gregb","conv_order":"","time":"10:15","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Charlie Humphreys","follow_phone":"865-313-1262","follow_email":"charliehumphreys@tnmachinetool.com","pic_user":"gregb","total_amt":"6883.00","total_gp":"3496.09","total_gpm":"50.79","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"gregb","reason":"","totalQty":"83","win_pct":"20","clo_date":"11-30-2024","notes":[],"crmnotes":[{"comp":1,"quote":223763,"Line":0,"Comment":"11/12/2024 4:47 PM - gregb - F/U changed from 11/06/2024 to 11/16/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223763","line":"1","part":"BT30-NPU13-95","qty":"4","price":"523.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"2","part":"BT30-NPU8-70","qty":"4","price":"488.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"3","part":"B30R5-0562-2.28(C)","qty":"6","price":"594.00","uom":"EA","discount":"45.00","req_date":"1 Stk","branch":"1"},{"comp":"01","order":"223763","line":"4","part":"NBT30-C12-55G","qty":"2","price":"644.00","uom":"EA","discount":"45.00","req_date":"1 to 2 weeks","branch":"1"},{"comp":"01","order":"223763","line":"5","part":"KM12-3","qty":"1","price":"65.00","uom":"EA","discount":"45.00","req_date":"japan stock","branch":"1"},{"comp":"01","order":"223763","line":"6","part":"KM12-4","qty":"1","price":"65.00","uom":"EA","discount":"45.00","req_date":"japan stock","branch":"1"},{"comp":"01","order":"223763","line":"7","part":"KM12-5","qty":"1","price":"65.00","uom":"EA","discount":"45.00","req_date":"japan stock","branch":"1"},{"comp":"01","order":"223763","line":"8","part":"KM12-6","qty":"1","price":"65.00","uom":"EA","discount":"45.00","req_date":"japan stock","branch":"1"},{"comp":"01","order":"223763","line":"9","part":"KM12-8","qty":"1","price":"71.00","uom":"EA","discount":"45.00","req_date":"japan stock","branch":"1"},{"comp":"01","order":"223763","line":"10","part":"KM12-10","qty":"1","price":"71.00","uom":"EA","discount":"45.00","req_date":"japan stock","branch":"1"},{"comp":"01","order":"223763","line":"11","part":"SE1-2.24X1.8","qty":"3","price":"48.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"12","part":"SE1-2.50X2.0","qty":"3","price":"48.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"13","part":"SE1-2.80X2.24","qty":"3","price":"48.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"14","part":"SE1-3.15X2.50","qty":"3","price":"48.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"15","part":"SE1-4.0X3.15","qty":"3","price":"48.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"16","part":"SE1-4.5X3.55","qty":"3","price":"48.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"17","part":"SE1-5.0X4.0","qty":"3","price":"48.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"18","part":"SE1-5.6X4.5","qty":"3","price":"48.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"19","part":"SE1-6.3X5.0","qty":"3","price":"48.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"20","part":"SE1-7.1X5.6","qty":"3","price":"48.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"21","part":"SE1-8.0X6.3","qty":"3","price":"48.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"22","part":"SE1-9.0X7.1","qty":"3","price":"48.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"23","part":"SE1-10.0X8.0","qty":"2","price":"48.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"24","part":"SE1-11.2X9.0","qty":"2","price":"48.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"25","part":"PS-130E","qty":"20","price":"29.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"26","part":"TCLA-30/50A/C5","qty":"1","price":"242.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"223763","Line":"4","Company":"1","F_Line":"1","Comment":"Standard holder in Japan stock.Swap with high speed nut","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":26}}] 2024-11-21 08:11:09.939 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223763-11212024081109.txt === {"quote":"223763","customer":"20315","name":null,"customerName":"Tennessee Machine Tool Supply","comp":"01","open":"0","shipto":"TENNINEX","shiptoName":"Tennessee Machine Tool Supply","entry_date":"10-31-2024","cust_order_date":"10-31-2024","req_date":"12-12-2024","cust_po":"Denso holders","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"27","salesman":"GB","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Charlie Humphreys","drop_po":"","status":"0","user":"gregb","conv_order":"","time":"10:15","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Charlie Humphreys","follow_phone":"865-313-1262","follow_email":"charliehumphreys@tnmachinetool.com","pic_user":"gregb","total_amt":"6883.00","total_gp":"3496.09","total_gpm":"50.79","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"gregb","reason":"","totalQty":"83","win_pct":"20","clo_date":"12-07-2024","notes":[],"crmnotes":[{"comp":1,"quote":223763,"Line":0,"Comment":"11/12/2024 4:47 PM - gregb - F/U changed from 11/06/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223763,"Line":1,"Comment":"11/21/2024 8:10 AM - gregb - F/U changed from 11/16/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223763,"Line":2,"Comment":"11/21/2024 8:11 AM - gregb - CLO changed from 11/30/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223763","line":"1","part":"BT30-NPU13-95","qty":"4","price":"523.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"2","part":"BT30-NPU8-70","qty":"4","price":"488.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"3","part":"B30R5-0562-2.28(C)","qty":"6","price":"594.00","uom":"EA","discount":"45.00","req_date":"1 Stk","branch":"1"},{"comp":"01","order":"223763","line":"4","part":"NBT30-C12-55G","qty":"2","price":"644.00","uom":"EA","discount":"45.00","req_date":"1 to 2 weeks","branch":"1"},{"comp":"01","order":"223763","line":"5","part":"KM12-3","qty":"1","price":"65.00","uom":"EA","discount":"45.00","req_date":"japan stock","branch":"1"},{"comp":"01","order":"223763","line":"6","part":"KM12-4","qty":"1","price":"65.00","uom":"EA","discount":"45.00","req_date":"japan stock","branch":"1"},{"comp":"01","order":"223763","line":"7","part":"KM12-5","qty":"1","price":"65.00","uom":"EA","discount":"45.00","req_date":"japan stock","branch":"1"},{"comp":"01","order":"223763","line":"8","part":"KM12-6","qty":"1","price":"65.00","uom":"EA","discount":"45.00","req_date":"japan stock","branch":"1"},{"comp":"01","order":"223763","line":"9","part":"KM12-8","qty":"1","price":"71.00","uom":"EA","discount":"45.00","req_date":"japan stock","branch":"1"},{"comp":"01","order":"223763","line":"10","part":"KM12-10","qty":"1","price":"71.00","uom":"EA","discount":"45.00","req_date":"japan stock","branch":"1"},{"comp":"01","order":"223763","line":"11","part":"SE1-2.24X1.8","qty":"3","price":"48.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"12","part":"SE1-2.50X2.0","qty":"3","price":"48.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"13","part":"SE1-2.80X2.24","qty":"3","price":"48.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"14","part":"SE1-3.15X2.50","qty":"3","price":"48.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"15","part":"SE1-4.0X3.15","qty":"3","price":"48.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"16","part":"SE1-4.5X3.55","qty":"3","price":"48.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"17","part":"SE1-5.0X4.0","qty":"3","price":"48.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"18","part":"SE1-5.6X4.5","qty":"3","price":"48.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"19","part":"SE1-6.3X5.0","qty":"3","price":"48.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"20","part":"SE1-7.1X5.6","qty":"3","price":"48.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"21","part":"SE1-8.0X6.3","qty":"3","price":"48.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"22","part":"SE1-9.0X7.1","qty":"3","price":"48.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"23","part":"SE1-10.0X8.0","qty":"2","price":"48.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"24","part":"SE1-11.2X9.0","qty":"2","price":"48.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"25","part":"PS-130E","qty":"20","price":"29.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223763","line":"26","part":"TCLA-30/50A/C5","qty":"1","price":"242.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"223763","Line":"4","Company":"1","F_Line":"1","Comment":"Standard holder in Japan stock.Swap with high speed nut","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":26}}] 2024-11-21 08:11:20.013 [INFO] [CreateClient] [jsoncustomer.php] [C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\SIMSFEFE.txt]: {"id":"SIMSFEFE","name":"SIM SURGICAL","address1":"2076 FENTON LOGISTICS PARK BLVD","address2":"","city":"FENTON","state":"MO","zip":"63026","country":"USA","discount_level":null,"date_opened":"","salesman":"JG","phone":"3148949090","cr_limit":"","Created":"11-21-2024","Segment":"EU","Lat":0.0,"Long":0.0,"Distance":"0","Territory":30,"web_id":0,"Type":"ST","Active":"Y","website":null,"UserId":"webadmin","JAS":"N","customer_email":"rsteuber@technitoolinc.com"} [{"json":{"results":"success","type":"customer"}}] 2024-11-21 08:11:46.895 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219712-11212024081146.txt === {"quote":"219712","customer":"8115","name":null,"customerName":"Trident Southeast LLC","comp":"01","open":"0","shipto":"BLUEOPAT","shiptoName":"Blue Origin Florida LLC","entry_date":"08-05-2024","cust_order_date":null,"req_date":"01-31-2025","cust_po":"Victor Perez","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Victor Perez","drop_po":"CNC260YA-M","status":"0","user":"stevel","conv_order":"","time":"13:34","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Victor Perez","follow_phone":"813-459-0434","follow_email":"vperez@haasflorida.com","pic_user":"mattm","total_amt":"74936.90","total_gp":"28634.06","total_gpm":"38.21","rev_type":"RT","mod_date":"11-21-2024","mod_time":null,"mod_user":"mattm","reason":"","totalQty":"10","win_pct":"20","clo_date":"11-16-2024","notes":[],"crmnotes":[{"comp":1,"quote":219712,"Line":0,"Comment":"08/16/2024 7:13 AM - mattm - Req Date changed from 09/16/2024 to 09/30/2024 (Req Date Updated)"},{"comp":1,"quote":219712,"Line":1,"Comment":"08/16/2024 7:13 AM - mattm - CLO changed from 09/05/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":219712,"Line":2,"Comment":"08/16/2024 7:13 AM - mattm - F/U changed from 08/18/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219712,"Line":3,"Comment":"08/16/2024 7:14 AM - mattm - PIC changed from stevel to mattm"},{"comp":1,"quote":219712,"Line":4,"Comment":"08/16/2024 7:17 AM - mattm - Encounter has been added"},{"comp":1,"quote":219712,"Line":5,"Comment":"09/24/2024 9:45 AM - mattm - F/U changed from 9/21/2024 to 10/01/2024 (Order Approved Pending PO)"},{"comp":1,"quote":219712,"Line":6,"Comment":"09/24/2024 9:45 AM - mattm - Req Date changed from 09/30/2024 to 11/22/2024 (Req Date Updated)"},{"comp":1,"quote":219712,"Line":7,"Comment":"09/24/2024 9:45 AM - mattm - CLO changed from 09/21/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":219712,"Line":8,"Comment":"09/24/2024 9:46 AM - mattm - F/U changed from 10/01/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219712,"Line":9,"Comment":"11/21/2024 9:11 AM - mattm - project is still active - waiting on approval"},{"comp":1,"quote":219712,"Line":10,"Comment":"11/21/2024 9:11 AM - mattm - Req Date changed from 11/22/2024 to 01/31/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"219712","line":"1","part":"CNC260YA-M","qty":"2","price":"23835.00","uom":"EA","discount":"35.00","req_date":"6-8 WEEKS ARO","branch":"1"},{"comp":"01","order":"219712","line":"2","part":"TAT-250","qty":"2","price":"11778.00","uom":"EA","discount":"35.00","req_date":"6-8 WEEKS ARO","branch":"1"},{"comp":"01","order":"219712","line":"4","part":"TRUNNION-STALLION-12/48BK","qty":"2","price":"10900.00","uom":"EA","discount":"20.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"219712","line":"5","part":"RT-ACCESSORY","qty":"2","price":"3100.00","uom":"EA","discount":"20.00","req_date":"6-8 WEEKS ARO","branch":"1"},{"comp":"01","order":"219712","line":"6","part":"TRUNNION-BASEPLATE","qty":"2","price":"3900.00","uom":"EA","discount":"20.00","req_date":"6-8 WEEKS ARO","branch":"1"}],"qlines":[{"Quote":"219712","Line":"1","Company":"1","F_Line":"1","Comment":"IMTS 2024 additional 5% discount","Loc":"Y"},{"Quote":"219712","Line":"1","Company":"1","F_Line":"2","Comment":"Ends 11/30/2024","Loc":"Y"},{"Quote":"219712","Line":"2","Company":"1","F_Line":"1","Comment":"IMTS 2024 additional 5% discount","Loc":"Y"},{"Quote":"219712","Line":"2","Company":"1","F_Line":"2","Comment":"Ends 11/30/2024","Loc":"Y"},{"Quote":"219712","Line":"4","Company":"1","F_Line":"1","Comment":"12 X 36.5 STALLION TRUNNION W/ 2 GRID PATTERN","Loc":"Y"},{"Quote":"219712","Line":"4","Company":"1","F_Line":"2","Comment":"1/2-13 THREAD W/ .501 LOCATOR BUSHING INCLUDED","Loc":"Y"},{"Quote":"219712","Line":"5","Company":"1","F_Line":"1","Comment":"PACKAGE INCLUDES (1) 1 X 36 X 12 ALUMINUM TOOLING","Loc":"Y"},{"Quote":"219712","Line":"5","Company":"1","F_Line":"2","Comment":"PLATE. (6) SLS-16-.75 (6) SLR-16","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-21 08:11:54.049 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219712-11212024081153.txt === {"quote":"219712","customer":"8115","name":null,"customerName":"Trident Southeast LLC","comp":"01","open":"0","shipto":"BLUEOPAT","shiptoName":"Blue Origin Florida LLC","entry_date":"08-05-2024","cust_order_date":null,"req_date":"01-31-2025","cust_po":"Victor Perez","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Victor Perez","drop_po":"CNC260YA-M","status":"0","user":"stevel","conv_order":"","time":"13:34","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Victor Perez","follow_phone":"813-459-0434","follow_email":"vperez@haasflorida.com","pic_user":"mattm","total_amt":"74936.90","total_gp":"28634.06","total_gpm":"38.21","rev_type":"RT","mod_date":"11-21-2024","mod_time":null,"mod_user":"mattm","reason":"","totalQty":"10","win_pct":"20","clo_date":"01-18-2025","notes":[],"crmnotes":[{"comp":1,"quote":219712,"Line":0,"Comment":"08/16/2024 7:13 AM - mattm - Req Date changed from 09/16/2024 to 09/30/2024 (Req Date Updated)"},{"comp":1,"quote":219712,"Line":1,"Comment":"08/16/2024 7:13 AM - mattm - CLO changed from 09/05/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":219712,"Line":2,"Comment":"08/16/2024 7:13 AM - mattm - F/U changed from 08/18/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219712,"Line":3,"Comment":"08/16/2024 7:14 AM - mattm - PIC changed from stevel to mattm"},{"comp":1,"quote":219712,"Line":4,"Comment":"08/16/2024 7:17 AM - mattm - Encounter has been added"},{"comp":1,"quote":219712,"Line":5,"Comment":"09/24/2024 9:45 AM - mattm - F/U changed from 9/21/2024 to 10/01/2024 (Order Approved Pending PO)"},{"comp":1,"quote":219712,"Line":6,"Comment":"09/24/2024 9:45 AM - mattm - Req Date changed from 09/30/2024 to 11/22/2024 (Req Date Updated)"},{"comp":1,"quote":219712,"Line":7,"Comment":"09/24/2024 9:45 AM - mattm - CLO changed from 09/21/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":219712,"Line":8,"Comment":"09/24/2024 9:46 AM - mattm - F/U changed from 10/01/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219712,"Line":9,"Comment":"11/21/2024 9:11 AM - mattm - project is still active - waiting on approval"},{"comp":1,"quote":219712,"Line":10,"Comment":"11/21/2024 9:11 AM - mattm - Req Date changed from 11/22/2024 to 01/31/2025 (Req Date Updated)"},{"comp":1,"quote":219712,"Line":11,"Comment":"11/21/2024 9:11 AM - mattm - CLO changed from 11/16/2024 to 01/18/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"219712","line":"1","part":"CNC260YA-M","qty":"2","price":"23835.00","uom":"EA","discount":"35.00","req_date":"6-8 WEEKS ARO","branch":"1"},{"comp":"01","order":"219712","line":"2","part":"TAT-250","qty":"2","price":"11778.00","uom":"EA","discount":"35.00","req_date":"6-8 WEEKS ARO","branch":"1"},{"comp":"01","order":"219712","line":"4","part":"TRUNNION-STALLION-12/48BK","qty":"2","price":"10900.00","uom":"EA","discount":"20.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"219712","line":"5","part":"RT-ACCESSORY","qty":"2","price":"3100.00","uom":"EA","discount":"20.00","req_date":"6-8 WEEKS ARO","branch":"1"},{"comp":"01","order":"219712","line":"6","part":"TRUNNION-BASEPLATE","qty":"2","price":"3900.00","uom":"EA","discount":"20.00","req_date":"6-8 WEEKS ARO","branch":"1"}],"qlines":[{"Quote":"219712","Line":"1","Company":"1","F_Line":"1","Comment":"IMTS 2024 additional 5% discount","Loc":"Y"},{"Quote":"219712","Line":"1","Company":"1","F_Line":"2","Comment":"Ends 11/30/2024","Loc":"Y"},{"Quote":"219712","Line":"2","Company":"1","F_Line":"1","Comment":"IMTS 2024 additional 5% discount","Loc":"Y"},{"Quote":"219712","Line":"2","Company":"1","F_Line":"2","Comment":"Ends 11/30/2024","Loc":"Y"},{"Quote":"219712","Line":"4","Company":"1","F_Line":"1","Comment":"12 X 36.5 STALLION TRUNNION W/ 2 GRID PATTERN","Loc":"Y"},{"Quote":"219712","Line":"4","Company":"1","F_Line":"2","Comment":"1/2-13 THREAD W/ .501 LOCATOR BUSHING INCLUDED","Loc":"Y"},{"Quote":"219712","Line":"5","Company":"1","F_Line":"1","Comment":"PACKAGE INCLUDES (1) 1 X 36 X 12 ALUMINUM TOOLING","Loc":"Y"},{"Quote":"219712","Line":"5","Company":"1","F_Line":"2","Comment":"PLATE. (6) SLS-16-.75 (6) SLR-16","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-21 08:11:59.586 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219712-11212024081159.txt === {"quote":"219712","customer":"8115","name":null,"customerName":"Trident Southeast LLC","comp":"01","open":"0","shipto":"BLUEOPAT","shiptoName":"Blue Origin Florida LLC","entry_date":"08-05-2024","cust_order_date":null,"req_date":"01-31-2025","cust_po":"Victor Perez","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Victor Perez","drop_po":"CNC260YA-M","status":"0","user":"stevel","conv_order":"","time":"13:34","extra":"","follow_up":"01-18-2025","web_id":"","follow_name":"Victor Perez","follow_phone":"813-459-0434","follow_email":"vperez@haasflorida.com","pic_user":"mattm","total_amt":"74936.90","total_gp":"28634.06","total_gpm":"38.21","rev_type":"RT","mod_date":"11-21-2024","mod_time":null,"mod_user":"mattm","reason":"","totalQty":"10","win_pct":"20","clo_date":"01-18-2025","notes":[],"crmnotes":[{"comp":1,"quote":219712,"Line":0,"Comment":"08/16/2024 7:13 AM - mattm - Req Date changed from 09/16/2024 to 09/30/2024 (Req Date Updated)"},{"comp":1,"quote":219712,"Line":1,"Comment":"08/16/2024 7:13 AM - mattm - CLO changed from 09/05/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":219712,"Line":2,"Comment":"08/16/2024 7:13 AM - mattm - F/U changed from 08/18/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219712,"Line":3,"Comment":"08/16/2024 7:14 AM - mattm - PIC changed from stevel to mattm"},{"comp":1,"quote":219712,"Line":4,"Comment":"08/16/2024 7:17 AM - mattm - Encounter has been added"},{"comp":1,"quote":219712,"Line":5,"Comment":"09/24/2024 9:45 AM - mattm - F/U changed from 9/21/2024 to 10/01/2024 (Order Approved Pending PO)"},{"comp":1,"quote":219712,"Line":6,"Comment":"09/24/2024 9:45 AM - mattm - Req Date changed from 09/30/2024 to 11/22/2024 (Req Date Updated)"},{"comp":1,"quote":219712,"Line":7,"Comment":"09/24/2024 9:45 AM - mattm - CLO changed from 09/21/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":219712,"Line":8,"Comment":"09/24/2024 9:46 AM - mattm - F/U changed from 10/01/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219712,"Line":9,"Comment":"11/21/2024 9:11 AM - mattm - project is still active - waiting on approval"},{"comp":1,"quote":219712,"Line":10,"Comment":"11/21/2024 9:11 AM - mattm - Req Date changed from 11/22/2024 to 01/31/2025 (Req Date Updated)"},{"comp":1,"quote":219712,"Line":11,"Comment":"11/21/2024 9:11 AM - mattm - CLO changed from 11/16/2024 to 01/18/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"219712","line":"1","part":"CNC260YA-M","qty":"2","price":"23835.00","uom":"EA","discount":"35.00","req_date":"6-8 WEEKS ARO","branch":"1"},{"comp":"01","order":"219712","line":"2","part":"TAT-250","qty":"2","price":"11778.00","uom":"EA","discount":"35.00","req_date":"6-8 WEEKS ARO","branch":"1"},{"comp":"01","order":"219712","line":"4","part":"TRUNNION-STALLION-12/48BK","qty":"2","price":"10900.00","uom":"EA","discount":"20.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"219712","line":"5","part":"RT-ACCESSORY","qty":"2","price":"3100.00","uom":"EA","discount":"20.00","req_date":"6-8 WEEKS ARO","branch":"1"},{"comp":"01","order":"219712","line":"6","part":"TRUNNION-BASEPLATE","qty":"2","price":"3900.00","uom":"EA","discount":"20.00","req_date":"6-8 WEEKS ARO","branch":"1"}],"qlines":[{"Quote":"219712","Line":"1","Company":"1","F_Line":"1","Comment":"IMTS 2024 additional 5% discount","Loc":"Y"},{"Quote":"219712","Line":"1","Company":"1","F_Line":"2","Comment":"Ends 11/30/2024","Loc":"Y"},{"Quote":"219712","Line":"2","Company":"1","F_Line":"1","Comment":"IMTS 2024 additional 5% discount","Loc":"Y"},{"Quote":"219712","Line":"2","Company":"1","F_Line":"2","Comment":"Ends 11/30/2024","Loc":"Y"},{"Quote":"219712","Line":"4","Company":"1","F_Line":"1","Comment":"12 X 36.5 STALLION TRUNNION W/ 2 GRID PATTERN","Loc":"Y"},{"Quote":"219712","Line":"4","Company":"1","F_Line":"2","Comment":"1/2-13 THREAD W/ .501 LOCATOR BUSHING INCLUDED","Loc":"Y"},{"Quote":"219712","Line":"5","Company":"1","F_Line":"1","Comment":"PACKAGE INCLUDES (1) 1 X 36 X 12 ALUMINUM TOOLING","Loc":"Y"},{"Quote":"219712","Line":"5","Company":"1","F_Line":"2","Comment":"PLATE. (6) SLS-16-.75 (6) SLR-16","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-21 08:12:23.151 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223559-11212024081222.txt === {"quote":"223559","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"1","shipto":"AFIAMEL","shiptoName":"Alternatives for Industry","entry_date":"10-28-2024","cust_order_date":"10-28-2024","req_date":"12-09-2024","cust_po":"FabAir Co","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Jack Gay","drop_po":"","status":"0","user":"stevel","conv_order":"","time":"09:09","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Brian Abrams","follow_phone":"770-932-3939","follow_email":"brian@afi-tools.com","pic_user":"mattm","total_amt":"33220.80","total_gp":"23042.88","total_gpm":"69.36","rev_type":"RT","mod_date":"11-21-2024","mod_time":null,"mod_user":"mattm","reason":"2","totalQty":"7","win_pct":"20","clo_date":"11-16-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223559","line":"1","part":"CNC180FA-M","qty":"1","price":"16905.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223559","line":"2","part":"TRUNNION-STALLION-S1","qty":"1","price":"3796.00","uom":"EA","discount":"20.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"223559","line":"3","part":"WH-ZLOX-P80Z","qty":"2","price":"4475.00","uom":"EA","discount":"20.00","req_date":"1 Stk","branch":"1"},{"comp":"01","order":"223559","line":"4","part":"WH-ZV-M120A","qty":"1","price":"1129.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223559","line":"5","part":"WH-ZV-M80A","qty":"1","price":"1010.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223559","line":"6","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"9500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223559","Line":"4","Company":"1","F_Line":"1","Comment":"Chose either size vise","Loc":"Y"},{"Quote":"223559","Line":"5","Company":"1","F_Line":"1","Comment":"Choose either size vise","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":6}}] 2024-11-21 08:12:55.475 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224411-11212024081255.txt === {"quote":"224411","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"AFIAMEL","shiptoName":"Alternatives for Industry","entry_date":"11-13-2024","cust_order_date":"11-13-2024","req_date":"12-25-2024","cust_po":"OKEX-ER25Z-MSD","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Jack","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"16:30","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Jack","follow_phone":"3219566550","follow_email":"jack@afi-tools.com","pic_user":"mattm","total_amt":"32670.30","total_gp":"11552.52","total_gpm":"35.36","rev_type":"LT","mod_date":"11-21-2024","mod_time":null,"mod_user":"mattm","reason":"","totalQty":"8","win_pct":"20","clo_date":"12-13-2024","notes":[{"comp":"1","quote":"224411","line":"0","data":"11-13-2024 17:02 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"224411","line":"1","part":"OKEX-ER25Z-MD-ICE-90","qty":"2","price":"9793.00","uom":"EA","discount":"40.00","req_date":"March","branch":"1"},{"comp":"01","order":"224411","line":"2","part":"OKEX-ER25Y-MD","qty":"2","price":"6521.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224411","line":"3","part":"OKEX-ER25Z-MSD","qty":"2","price":"10817.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224411","line":"6","part":"WRENCH-MIM-107446","qty":"1","price":"35.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224411","line":"7","part":"WRENCH-ER25I","qty":"1","price":"139.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":5}}] 2024-11-21 08:13:06.789 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224411-11212024081306.txt === {"quote":"224411","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"AFIAMEL","shiptoName":"Alternatives for Industry","entry_date":"11-13-2024","cust_order_date":"11-13-2024","req_date":"12-25-2024","cust_po":"OKEX-ER25Z-MSD","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Jack","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"16:30","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Jack","follow_phone":"3219566550","follow_email":"jack@afi-tools.com","pic_user":"mattm","total_amt":"32670.30","total_gp":"11552.52","total_gpm":"35.36","rev_type":"LT","mod_date":"11-21-2024","mod_time":null,"mod_user":"mattm","reason":"","totalQty":"8","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"224411","line":"0","data":"11-13-2024 17:02 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224411,"Line":0,"Comment":"11/21/2024 9:12 AM - mattm - F/U changed from 11/19/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224411,"Line":1,"Comment":"11/21/2024 9:13 AM - mattm - CLO changed from 12/13/2024 to 12/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224411","line":"1","part":"OKEX-ER25Z-MD-ICE-90","qty":"2","price":"9793.00","uom":"EA","discount":"40.00","req_date":"March","branch":"1"},{"comp":"01","order":"224411","line":"2","part":"OKEX-ER25Y-MD","qty":"2","price":"6521.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224411","line":"3","part":"OKEX-ER25Z-MSD","qty":"2","price":"10817.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224411","line":"6","part":"WRENCH-MIM-107446","qty":"1","price":"35.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224411","line":"7","part":"WRENCH-ER25I","qty":"1","price":"139.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-21 08:23:51.446 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224486-11212024082351.txt === {"quote":"224486","customer":"2325","name":null,"customerName":"BlackHawk Industrial - Base Camp","comp":"01","open":"0","shipto":"GOMACO","shiptoName":"Gomaco Corporation","entry_date":"11-15-2024","cust_order_date":"11-15-2024","req_date":"12-27-2024","cust_po":"C5003-0003-1.75","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"08:39","extra":"","follow_up":"12-13-2024","web_id":"","follow_name":"Joe Secord","follow_phone":"","follow_email":"Joe.Secord@blackhawkid.com","pic_user":"rons","total_amt":"187.92","total_gp":"79.82","total_gpm":"42.48","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-15-2024","notes":[{"comp":"1","quote":"224486","line":"1","data":"Gomaco, the E/U contact is Brad Minor..."},{"comp":"1","quote":"224486","line":"0","data":"11-15-2024 08:40-rons: RFQ from Tony, customer is"}],"crmnotes":[],"items":[{"comp":"01","order":"224486","line":"1","part":"C5003-0003-1.75","qty":"2","price":"174.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-21 08:24:16.130 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222849-11212024082415.txt === {"quote":"222849","customer":"5900","name":null,"customerName":"EWIE Company Inc.","comp":"01","open":"0","shipto":"WOODLINC","shiptoName":"Woodward Lincoln Campus","entry_date":"10-10-2024","cust_order_date":"10-10-2024","req_date":"12-05-2024","cust_po":"SF-FI6-UNIT-200","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"16:42","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Darrell Schielke","follow_phone":"","follow_email":"dschielke@ewie.com","pic_user":"rons","total_amt":"15132","total_gp":"9134.97","total_gpm":"60.37","rev_type":"ADV","mod_date":"11-21-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-04-2024","notes":[{"comp":"1","quote":"222849","line":"5","data":"to Darrell at Woodward in Fort Collins"},{"comp":"1","quote":"222849","line":"4","data":"10-10-2024 16:43-rons: RFQ from Pete in CO going"},{"comp":"1","quote":"222849","line":"3","data":"to know which SF pot part # to use..."},{"comp":"1","quote":"222849","line":"2","data":"already included in price...please confirm taper"},{"comp":"1","quote":"222849","line":"1","data":"discount...parts don't come in crate, however"},{"comp":"1","quote":"222849","line":"0","data":"10-15-2024 11:36-rons: added SF parts at 100%"}],"crmnotes":[{"comp":1,"quote":222849,"Line":0,"Comment":"10/16/2024 8:42 AM - rons - F/U changed from 10/16/2024 to 11/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222849,"Line":1,"Comment":"11/07/2024 8:41 AM - rons - F/U changed from 11/06/2024 to 11/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222849,"Line":2,"Comment":"11/07/2024 9:45 AM - rons - Pete getting back to me on updates..."},{"comp":1,"quote":222849,"Line":3,"Comment":"11/07/2024 9:45 AM - rons - CLO changed from 11/10/2024 to 11/19/2024 (CLO Date Updated)"},{"comp":1,"quote":222849,"Line":4,"Comment":"11/07/2024 9:46 AM - rons - F/U changed from 11/07/2024 to 11/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222849,"Line":5,"Comment":"11/07/2024 3:41 PM - rons - Pete recently met with them and said this is still under consideration..."},{"comp":1,"quote":222849,"Line":6,"Comment":"11/07/2024 3:41 PM - rons - Req Date changed from 11/21/2024 to 12/05/2024 (Req Date Updated)"},{"comp":1,"quote":222849,"Line":7,"Comment":"11/07/2024 3:41 PM - rons - CLO changed from 11/19/2024 to 11/28/2024 (CLO Date Updated)"},{"comp":1,"quote":222849,"Line":8,"Comment":"11/07/2024 3:42 PM - rons - F/U changed from 11/14/2024 to 11/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222849,"Line":9,"Comment":"11/21/2024 8:24 AM - rons - CLO changed from 11/28/2024 to 12/04/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222849","line":"1","part":"SF-FI6-UNIT-200","qty":"1","price":"19400.00","uom":"EA","discount":"22.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222849","line":"2","part":"SF-COIL-CLIP-KIT","qty":"1","price":"87.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222849","line":"3","part":"SF-POT-#40","qty":"2","price":"130.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222849","Line":"3","Company":"1","F_Line":"1","Comment":"Please confirm taper to know which SF-POT # to use.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-21 08:24:19.692 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222849-11212024082419.txt === {"quote":"222849","customer":"5900","name":null,"customerName":"EWIE Company Inc.","comp":"01","open":"0","shipto":"WOODLINC","shiptoName":"Woodward Lincoln Campus","entry_date":"10-10-2024","cust_order_date":"10-10-2024","req_date":"12-05-2024","cust_po":"SF-FI6-UNIT-200","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"16:42","extra":"","follow_up":"12-03-2024","web_id":"","follow_name":"Darrell Schielke","follow_phone":"","follow_email":"dschielke@ewie.com","pic_user":"rons","total_amt":"15132","total_gp":"9134.97","total_gpm":"60.37","rev_type":"ADV","mod_date":"11-21-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-04-2024","notes":[{"comp":"1","quote":"222849","line":"5","data":"to Darrell at Woodward in Fort Collins"},{"comp":"1","quote":"222849","line":"4","data":"10-10-2024 16:43-rons: RFQ from Pete in CO going"},{"comp":"1","quote":"222849","line":"3","data":"to know which SF pot part # to use..."},{"comp":"1","quote":"222849","line":"2","data":"already included in price...please confirm taper"},{"comp":"1","quote":"222849","line":"1","data":"discount...parts don't come in crate, however"},{"comp":"1","quote":"222849","line":"0","data":"10-15-2024 11:36-rons: added SF parts at 100%"}],"crmnotes":[{"comp":1,"quote":222849,"Line":0,"Comment":"10/16/2024 8:42 AM - rons - F/U changed from 10/16/2024 to 11/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222849,"Line":1,"Comment":"11/07/2024 8:41 AM - rons - F/U changed from 11/06/2024 to 11/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222849,"Line":2,"Comment":"11/07/2024 9:45 AM - rons - Pete getting back to me on updates..."},{"comp":1,"quote":222849,"Line":3,"Comment":"11/07/2024 9:45 AM - rons - CLO changed from 11/10/2024 to 11/19/2024 (CLO Date Updated)"},{"comp":1,"quote":222849,"Line":4,"Comment":"11/07/2024 9:46 AM - rons - F/U changed from 11/07/2024 to 11/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222849,"Line":5,"Comment":"11/07/2024 3:41 PM - rons - Pete recently met with them and said this is still under consideration..."},{"comp":1,"quote":222849,"Line":6,"Comment":"11/07/2024 3:41 PM - rons - Req Date changed from 11/21/2024 to 12/05/2024 (Req Date Updated)"},{"comp":1,"quote":222849,"Line":7,"Comment":"11/07/2024 3:41 PM - rons - CLO changed from 11/19/2024 to 11/28/2024 (CLO Date Updated)"},{"comp":1,"quote":222849,"Line":8,"Comment":"11/07/2024 3:42 PM - rons - F/U changed from 11/14/2024 to 11/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222849,"Line":9,"Comment":"11/21/2024 8:24 AM - rons - CLO changed from 11/28/2024 to 12/04/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222849","line":"1","part":"SF-FI6-UNIT-200","qty":"1","price":"19400.00","uom":"EA","discount":"22.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222849","line":"2","part":"SF-COIL-CLIP-KIT","qty":"1","price":"87.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222849","line":"3","part":"SF-POT-#40","qty":"2","price":"130.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222849","Line":"3","Company":"1","F_Line":"1","Comment":"Please confirm taper to know which SF-POT # to use.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-21 08:25:25.561 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223542-11212024082525.txt === {"quote":"223542","customer":"16930","name":null,"customerName":"Productivity Inc.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-25-2024","cust_order_date":"10-25-2024","req_date":"12-06-2024","cust_po":"810-SET-13","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"35","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"13:42","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Scott Dickey","follow_phone":"402-330-2323","follow_email":"sdickey@productivity.com","pic_user":"rons","total_amt":"326.2","total_gp":"253.32","total_gpm":"77.66","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"rons","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-25-2024","notes":[{"comp":"1","quote":"223542","line":"1","data":"Community School District in Iowa"},{"comp":"1","quote":"223542","line":"0","data":"10-25-2024 13:45-rons: shipping to North Scott"}],"crmnotes":[{"comp":1,"quote":223542,"Line":0,"Comment":"10/28/2024 1:40 PM - rons - F/U changed from 10/31/2024 to 11/21/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223542","line":"1","part":"810-SET-13","qty":"1","price":"466.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-21 08:26:24.130 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224288-11212024082623.txt === {"quote":"224288","customer":"21750","name":null,"customerName":"US Tool Group","comp":"01","open":"0","shipto":"USGRO","shiptoName":"US Tool Group","entry_date":"11-12-2024","cust_order_date":"11-12-2024","req_date":"12-24-2024","cust_po":"C5016-0437-4.00","terms_code":"21030","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"30","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Molly Smith","drop_po":"","status":"0","user":"rons","conv_order":"","time":"10:58","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Molly Smith","follow_phone":"573-431-3856x7461","follow_email":"molly.smith@ustg.ne","pic_user":"rons","total_amt":"86.80","total_gp":"23.05","total_gpm":"26.56","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-11-2024","notes":[{"comp":"1","quote":"224288","line":"0","data":"11-12-2024 10:59 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224288,"Line":0,"Comment":"11/13/2024 1:46 PM - rons - CLO changed from NaN/NaN/NaN to 11/29/2024 (CLO Date Updated)"},{"comp":1,"quote":224288,"Line":1,"Comment":"11/13/2024 1:46 PM - rons - Req Date changed from 12/24/2024 to 12/24/2024 (Req Date Updated)"},{"comp":1,"quote":224288,"Line":2,"Comment":"11/21/2024 8:26 AM - rons - CLO changed from 11/29/2024 to 12/11/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224288","line":"1","part":"C5016-0437-4.00","qty":"1","price":"217.00","uom":"EA","discount":"60.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224288","line":"2","part":"PROMOTION-OS","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"224288","Line":"2","Company":"1","F_Line":"1","Comment":"Please note additional 20% applied per overstock promo.","Loc":"Y"},{"Quote":"224288","Line":"2","Company":"1","F_Line":"2","Comment":"These items cannot be cancelled or returned upon","Loc":"Y"},{"Quote":"224288","Line":"2","Company":"1","F_Line":"3","Comment":"receipt of PO/order.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-21 08:26:34.001 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224288-11212024082633.txt === {"quote":"224288","customer":"21750","name":null,"customerName":"US Tool Group","comp":"01","open":"0","shipto":"USGRO","shiptoName":"US Tool Group","entry_date":"11-12-2024","cust_order_date":"11-12-2024","req_date":"12-24-2024","cust_po":"C5016-0437-4.00","terms_code":"21030","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"30","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Molly Smith","drop_po":"","status":"0","user":"rons","conv_order":"","time":"10:58","extra":"","follow_up":"12-09-2024","web_id":"","follow_name":"Molly Smith","follow_phone":"573-431-3856x7461","follow_email":"molly.smith@ustg.ne","pic_user":"rons","total_amt":"86.80","total_gp":"23.05","total_gpm":"26.56","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-11-2024","notes":[{"comp":"1","quote":"224288","line":"0","data":"11-12-2024 10:59 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224288,"Line":0,"Comment":"11/13/2024 1:46 PM - rons - CLO changed from NaN/NaN/NaN to 11/29/2024 (CLO Date Updated)"},{"comp":1,"quote":224288,"Line":1,"Comment":"11/13/2024 1:46 PM - rons - Req Date changed from 12/24/2024 to 12/24/2024 (Req Date Updated)"},{"comp":1,"quote":224288,"Line":2,"Comment":"11/21/2024 8:26 AM - rons - CLO changed from 11/29/2024 to 12/11/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224288","line":"1","part":"C5016-0437-4.00","qty":"1","price":"217.00","uom":"EA","discount":"60.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224288","line":"2","part":"PROMOTION-OS","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"224288","Line":"2","Company":"1","F_Line":"1","Comment":"Please note additional 20% applied per overstock promo.","Loc":"Y"},{"Quote":"224288","Line":"2","Company":"1","F_Line":"2","Comment":"These items cannot be cancelled or returned upon","Loc":"Y"},{"Quote":"224288","Line":"2","Company":"1","F_Line":"3","Comment":"receipt of PO/order.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-21 08:34:53.954 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224666-11212024083453.txt === {"quote":"224666","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"MSCMISSO","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"11-20-2024","cust_order_date":"11-20-2024","req_date":"01-01-2025","cust_po":"QCFC65-136-SMO","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"08:11","extra":"","follow_up":"12-11-2024","web_id":"","follow_name":"Sales","follow_phone":"","follow_email":"sales@mscdirect.com","pic_user":"rons","total_amt":"1058.08","total_gp":"489.68","total_gpm":"46.28","rev_type":"PCQC","mod_date":"11-21-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-20-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224666","line":"1","part":"QCFC65-136-SMO","qty":"1","price":"327.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224666","line":"2","part":"QCFC65-WRENCH","qty":"1","price":"902.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224666","line":"3","part":"QCFC65-152-SMO","qty":"1","price":"327.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-21 08:38:07.785 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224069-11212024083807.txt === {"quote":"224069","customer":"8253","name":null,"customerName":"Hart Machine Tool","comp":"01","open":"0","shipto":"HARTMACH","shiptoName":"Hart Machine Tool","entry_date":"11-06-2024","cust_order_date":"11-06-2024","req_date":"12-18-2024","cust_po":"End mill Holders","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Rusty Evans","drop_po":"","status":"0","user":"gregb","conv_order":"","time":"16:13","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Rusty Evans","follow_phone":"941-915-8102","follow_email":"revans@hartmachinetool.com","pic_user":"gregb","total_amt":"489.45","total_gp":"277.86","total_gpm":"56.77","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"gregb","reason":"","totalQty":"6","win_pct":"20","clo_date":"12-06-2024","notes":[{"comp":"1","quote":"224069","line":"0","data":"11-06-2024 16:17 - Discounts Recalculated"}],"crmnotes":[{"comp":1,"quote":224069,"Line":0,"Comment":"11/12/2024 4:49 PM - gregb - F/U changed from 11/12/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224069,"Line":1,"Comment":"11/12/2024 4:50 PM - gregb - Encounter has been added"}],"items":[{"comp":"01","order":"224069","line":"1","part":"C4006-0500-2.50","qty":"3","price":"123.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224069","line":"2","part":"B4006-0500-2.50","qty":"3","price":"128.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-21 09:37:25.943 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224701-11212024093725.txt === {"quote":"224701","customer":"20010","name":null,"customerName":"T & L Tooling, Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-20-2024","cust_order_date":"11-20-2024","req_date":"01-01-2025","cust_po":"166-001S","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"75","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"11:28","extra":"","follow_up":"12-17-2024","web_id":"","follow_name":"Brenda Meyer","follow_phone":"801-468-1117","follow_email":"sales@tltooling.com","pic_user":"rons","total_amt":"79.5","total_gp":"44.34","total_gpm":"55.77","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-20-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224701","line":"1","part":"166-001S","qty":"1","price":"106.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-21 09:38:09.020 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224715-11212024093808.txt === {"quote":"224715","customer":"18427","name":null,"customerName":"Republic Lagun Machine Tool Co.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-20-2024","cust_order_date":"11-20-2024","req_date":"01-01-2025","cust_po":"N4003-0003-0.61","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"13:24","extra":"","follow_up":"12-18-2024","web_id":"","follow_name":"Carmen M.","follow_phone":"310-518-1100","follow_email":"carmenm@lagun.com","pic_user":"rons","total_amt":"232.7","total_gp":"102.50","total_gpm":"44.05","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-20-2024","notes":[],"crmnotes":[{"comp":1,"quote":224715,"Line":0,"Comment":"11/21/2024 9:37 AM - rons - Aronson-Campbell quoting this too..."}],"items":[{"comp":"01","order":"224715","line":"1","part":"N4003-0003-0.61","qty":"1","price":"162.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224715","line":"2","part":"N4003-0033-0.65","qty":"1","price":"196.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-21 09:38:45.581 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224731-11212024093845.txt === {"quote":"224731","customer":"20280","name":null,"customerName":"Techni-Tool Inc. (TX)","comp":"01","open":"0","shipto":"TECHNIMO","shiptoName":"Techni-Tool, Inc.","entry_date":"11-20-2024","cust_order_date":"11-20-2024","req_date":"01-01-2025","cust_po":"C40S6-0187-1.38","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"14:47","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Sarah Harper","follow_phone":"314-894-9090","follow_email":"sharper@technitoolinc.com","pic_user":"rons","total_amt":"116.91","total_gp":"56.47","total_gpm":"48.30","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-20-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224731","line":"1","part":"C40S6-0187-1.38","qty":"1","price":"183.00","uom":"EA","discount":"55.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224731","line":"2","part":"PROMOTION-OS","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"224731","line":"3","part":"NT05-006(S)","qty":"1","price":"48.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"224731","Line":"2","Company":"1","F_Line":"1","Comment":"Please note additional 20% applied per overstock promo.","Loc":"Y"},{"Quote":"224731","Line":"2","Company":"1","F_Line":"2","Comment":"This item cannot be cancelled or returned upon receipt","Loc":"Y"},{"Quote":"224731","Line":"2","Company":"1","F_Line":"3","Comment":"of PO/order.","Loc":"Y"}],"qcomms":[{"Quote":"224731","Line":"0","Comment":"Please note additional 20% applied to line 1 per"},{"Quote":"224731","Line":"1","Comment":"overstock promo. This item cannot be cancelled or"},{"Quote":"224731","Line":"2","Comment":"returned upon receipt of PO/order."}],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-21 09:39:10.864 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224731-11212024093910.txt === {"quote":"224731","customer":"20280","name":null,"customerName":"Techni-Tool Inc. (TX)","comp":"01","open":"1","shipto":"TECHNIMO","shiptoName":"Techni-Tool, Inc.","entry_date":"11-20-2024","cust_order_date":"11-20-2024","req_date":"01-01-2025","cust_po":"C40S6-0187-1.38","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"14:47","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Sarah Harper","follow_phone":"314-894-9090","follow_email":"sharper@technitoolinc.com","pic_user":"rons","total_amt":"116.91","total_gp":"56.47","total_gpm":"48.30","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"rons","reason":"1","totalQty":"3","win_pct":"20","clo_date":"12-20-2024","notes":[],"crmnotes":[{"comp":1,"quote":224731,"Line":0,"Comment":"11/21/2024 9:38 AM - rons - F/U changed from 11/26/2024 to 11/21/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224731","line":"1","part":"C40S6-0187-1.38","qty":"1","price":"183.00","uom":"EA","discount":"55.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224731","line":"2","part":"PROMOTION-OS","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"224731","line":"3","part":"NT05-006(S)","qty":"1","price":"48.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"224731","Line":"2","Company":"1","F_Line":"1","Comment":"Please note additional 20% applied per overstock promo.","Loc":"Y"},{"Quote":"224731","Line":"2","Company":"1","F_Line":"2","Comment":"This item cannot be cancelled or returned upon receipt","Loc":"Y"},{"Quote":"224731","Line":"2","Company":"1","F_Line":"3","Comment":"of PO/order.","Loc":"Y"}],"qcomms":[{"Quote":"224731","Line":"0","Comment":"Please note additional 20% applied to line 1 per"},{"Quote":"224731","Line":"1","Comment":"overstock promo. This item cannot be cancelled or"},{"Quote":"224731","Line":"2","Comment":"returned upon receipt of PO/order."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-21 09:39:51.717 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224747-11212024093951.txt === {"quote":"224747","customer":"20280","name":null,"customerName":"Techni-Tool Inc. (TX)","comp":"01","open":"0","shipto":"TECHNIMO","shiptoName":"Techni-Tool, Inc.","entry_date":"11-20-2024","cust_order_date":"11-20-2024","req_date":"01-01-2025","cust_po":"C4005-0562-2.91","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"16:04","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Rachel Steuber","follow_phone":"314-894-9090","follow_email":"rsteuber@technitoolinc.com","pic_user":"rons","total_amt":"604.50","total_gp":"274.45","total_gpm":"45.40","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-20-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224747","line":"1","part":"C4005-0562-2.91","qty":"1","price":"395.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224747","line":"2","part":"C4005-0562-3.98(C)","qty":"1","price":"535.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-21 09:39:59.575 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224747-11212024093959.txt === {"quote":"224747","customer":"20280","name":null,"customerName":"Techni-Tool Inc. (TX)","comp":"01","open":"1","shipto":"TECHNIMO","shiptoName":"Techni-Tool, Inc.","entry_date":"11-20-2024","cust_order_date":"11-20-2024","req_date":"01-01-2025","cust_po":"C4005-0562-2.91","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"16:04","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Rachel Steuber","follow_phone":"314-894-9090","follow_email":"rsteuber@technitoolinc.com","pic_user":"rons","total_amt":"604.50","total_gp":"274.45","total_gpm":"45.40","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"rons","reason":"8","totalQty":"2","win_pct":"20","clo_date":"12-20-2024","notes":[],"crmnotes":[{"comp":1,"quote":224747,"Line":0,"Comment":"11/21/2024 9:39 AM - rons - F/U changed from 11/26/2024 to 11/21/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224747","line":"1","part":"C4005-0562-2.91","qty":"1","price":"395.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224747","line":"2","part":"C4005-0562-3.98(C)","qty":"1","price":"535.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-21 09:40:33.745 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224763-11212024094033.txt === {"quote":"224763","customer":"13410","name":null,"customerName":"Max Tool Inc.","comp":"01","open":"0","shipto":"CPINORAU","shiptoName":"Max Tool - North Augusta, SC","entry_date":"11-21-2024","cust_order_date":"11-21-2024","req_date":"01-02-2025","cust_po":"500-024","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"08:28","extra":"","follow_up":"12-17-2024","web_id":"","follow_name":"Ethan Burton","follow_phone":"","follow_email":"ethan.burton@maxtoolinc.com","pic_user":"rons","total_amt":"26.25","total_gp":"17.34","total_gpm":"66.06","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-21-2024","notes":[{"comp":"1","quote":"224763","line":"1","data":"130 Trilogy Rd Mullins,SC"},{"comp":"1","quote":"224763","line":"0","data":"11-21-2024 08:29-rons: shipping to Multi Tech..."}],"crmnotes":[],"items":[{"comp":"01","order":"224763","line":"1","part":"500-024","qty":"1","price":"35.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-21 09:54:03.911 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221582-11212024095403.txt === {"quote":"221582","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"1","shipto":"MORGAN","shiptoName":"Morgan Advanced Materials","entry_date":"09-16-2024","cust_order_date":null,"req_date":"12-27-2024","cust_po":"E46BA PRESETTER","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Don Best","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"14:42","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Don Best","follow_phone":"803-429-2725","follow_email":"don@afi-tools.com","pic_user":"mattm","total_amt":"37168.00","total_gp":"30601.24","total_gpm":"82.33","rev_type":"ADV","mod_date":"11-21-2024","mod_time":null,"mod_user":"mattm","reason":"J","totalQty":"17","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"221582","line":"0","data":"09-16-2024 15:20 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221582,"Line":0,"Comment":"10/11/2024 7:16 AM - andrewm - F/U changed from 09/29/2024 to 10/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221582,"Line":1,"Comment":"11/05/2024 9:18 AM - andrewm - F/U changed from 10/15/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221582,"Line":2,"Comment":"11/05/2024 9:18 AM - andrewm - CLO changed from 10/16/2024 to 12/14/2024 (CLO Date Updated)"},{"comp":1,"quote":221582,"Line":3,"Comment":"11/05/2024 9:18 AM - andrewm - Req Date changed from 10/28/2024 to 12/27/2024 (Req Date Updated)"},{"comp":1,"quote":221582,"Line":4,"Comment":"11/05/2024 9:18 AM - andrewm - PIC changed from andrewm to mattm"},{"comp":1,"quote":221582,"Line":5,"Comment":"11/21/2024 10:53 AM - mattm - Purchased Kaiser Presetter - Service guy lives in Greenville, they ordered the Presetter 4 weeks ago"}],"items":[{"comp":"01","order":"221582","line":"1","part":"PRE-E46BA-I40","qty":"1","price":"38300.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221582","line":"2","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221582","line":"3","part":"PRE-SPDL-I30-E46BAP-CAX","qty":"1","price":"3300.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221582","line":"4","part":"PRE-GAUGE-B30/I30","qty":"1","price":"550.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221582","line":"5","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221582","line":"6","part":"PRE-PRNT-ROLL-QL800","qty":"5","price":"30.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221582","line":"7","part":"PRE-INST/TRAINING","qty":"1","price":"3500.00","uom":"EA","discount":"100.00","req_date":"TBD","branch":"1"},{"comp":"01","order":"221582","line":"8","part":"PROMOTION-IMTS24PRE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"221582","line":"10","part":"PRE-TID-12TMKE","qty":"1","price":"2100.00","uom":"EA","discount":"28.00","req_date":"2-3 WEEKS","branch":"1"},{"comp":"01","order":"221582","line":"11","part":"PRE-TID-12TRE","qty":"1","price":"450.00","uom":"EA","discount":"28.00","req_date":"2-3 WEEKS","branch":"1"},{"comp":"01","order":"221582","line":"12","part":"PRE-TID-IPC","qty":"1","price":"1800.00","uom":"EA","discount":"28.00","req_date":"2-3 WEEKS","branch":"1"},{"comp":"01","order":"221582","line":"13","part":"PRE-TID-12TSPV","qty":"1","price":"600.00","uom":"EA","discount":"28.00","req_date":"2-3 WEEKS","branch":"1"},{"comp":"01","order":"221582","line":"14","part":"PRE-INST/TRAINING","qty":"1","price":"2500.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"}],"qlines":[{"Quote":"221582","Line":"8","Company":"1","F_Line":"1","Comment":"FREE $1500 TOOL CERT INCLUDED WITH PURCHASE OF","Loc":"Y"},{"Quote":"221582","Line":"8","Company":"1","F_Line":"2","Comment":"A PRE-E46CA-I40.","Loc":"Y"}],"qcomms":[{"Quote":"221582","Line":"0","Comment":"ONCE INVOICED THESE ITEMS MAY NOT BE RETURNED"},{"Quote":"221582","Line":"1","Comment":"OR EXCHANGED."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":13}}] 2024-11-21 11:16:54.965 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223570-11212024111654.txt === {"quote":"223570","customer":"2965","name":null,"customerName":"Butler Bros.","comp":"01","open":"1","shipto":"GENELECT","shiptoName":"General Electric Company","entry_date":"10-28-2024","cust_order_date":"11-20-2024","req_date":"11-21-2024","cust_po":"PRE-HTR6A-I50","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"11","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Ezra Rines","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"11:15","extra":"","follow_up":"11-28-2024","web_id":"","follow_name":"Ezra Rines","follow_phone":"207-740-3106","follow_email":"erines@butlerbros.com","pic_user":"cindyt","total_amt":"41920.00","total_gp":"22573.41","total_gpm":"53.85","rev_type":"ADV","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"2","totalQty":"12","win_pct":"20","clo_date":"11-29-2024","notes":[{"comp":"1","quote":"223570","line":"4","data":"They might buy both or just one."},{"comp":"1","quote":"223570","line":"3","data":"this is a repeat quote and order from 2022."},{"comp":"1","quote":"223570","line":"2","data":"10-28-2024 12:46-cindyt: Per Eric Hartman"},{"comp":"1","quote":"223570","line":"1","data":"it is dead."},{"comp":"1","quote":"223570","line":"0","data":"11-21-2024 08:04-cindyt: Close per Ezra he thinks"}],"crmnotes":[{"comp":1,"quote":223570,"Line":0,"Comment":"11/20/2024 10:34 AM - cindyt - Encounter has been added"},{"comp":1,"quote":223570,"Line":1,"Comment":"11/20/2024 10:34 AM - cindyt - F/U changed from 11/10/2024 to 11/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223570,"Line":2,"Comment":"11/20/2024 10:35 AM - cindyt - CLO changed from 11/17/2024 to 11/29/2024 (CLO Date Updated)"},{"comp":1,"quote":223570,"Line":3,"Comment":"11/20/2024 10:35 AM - cindyt - Req Date changed from 11/25/2024 to 11/21/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223570","line":"1","part":"PRE-HTR6A-I50","qty":"1","price":"36400.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223570","line":"2","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223570","line":"3","part":"PRE-PRNT-ROLL-QL800","qty":"1","price":"30.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223570","line":"4","part":"PROMOTION-IMTS24PRE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"223570","line":"5","part":"TOOL-CERT-PROMO","qty":"1","price":"2000.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"223570","line":"8","part":"PRE-E346PLUS-I50","qty":"1","price":"16600.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223570","line":"9","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223570","line":"10","part":"PRE-PRNT-ROLL-QL800","qty":"1","price":"30.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223570","line":"11","part":"PRE-E346PLUS-STD","qty":"1","price":"1940.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223570","line":"12","part":"PROMOTION-IMTS24PRE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"223570","line":"13","part":"TOOL-CERT-PROMO","qty":"1","price":"750.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"223570","line":"15","part":"PRE-INST/TRAINING","qty":"1","price":"3000.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":12}}] 2024-11-21 11:23:57.484 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222916-11212024112357.txt === {"quote":"222916","customer":"18407","name":null,"customerName":"Remco Supply, Inc.","comp":"01","open":"0","shipto":"BRYANTOO","shiptoName":"Bryan Tool & Machining Inc","entry_date":"10-14-2024","cust_order_date":"11-02-2024","req_date":"11-29-2024","cust_po":"C40 Angle Heads","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"AM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Wayne Gosnell","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"09:15","extra":"","follow_up":"12-06-2024","web_id":"","follow_name":"Wayne Gosnell","follow_phone":"540-255-6207","follow_email":"wgosnell@verizon.net","pic_user":"cindyt","total_amt":"23151.72","total_gp":"12437.51","total_gpm":"53.72","rev_type":"ADV","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"9","win_pct":"20","clo_date":"11-28-2024","notes":[{"comp":"1","quote":"222916","line":"2","data":"and may request price for 5~6 heads."},{"comp":"1","quote":"222916","line":"1","data":"Tool will probably just choose one of these"},{"comp":"1","quote":"222916","line":"0","data":"10-14-2024 14:07-cindyt: Ok per Tim R and Bryan"}],"crmnotes":[{"comp":1,"quote":222916,"Line":0,"Comment":"11/01/2024 4:42 PM - cindyt - F/U changed from 10/27/2024 to 11/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222916,"Line":1,"Comment":"11/01/2024 4:42 PM - cindyt - CLO changed from 11/01/2024 to 11/28/2024 (CLO Date Updated)"},{"comp":1,"quote":222916,"Line":2,"Comment":"11/01/2024 4:42 PM - cindyt - Req Date changed from 11/07/2024 to 11/29/2024 (Req Date Updated)"},{"comp":1,"quote":222916,"Line":3,"Comment":"11/21/2024 11:23 AM - cindyt - Encounter has been added"}],"items":[{"comp":"01","order":"222916","line":"1","part":"C40RAM-ER32-180-65TP","qty":"1","price":"9404.00","uom":"EA","discount":"22.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222916","line":"2","part":"C40RAM-ER32-180TS-65TP","qty":"1","price":"9631.00","uom":"EA","discount":"22.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222916","line":"3","part":"C40RAM-MI50-180-65TP","qty":"1","price":"8724.00","uom":"EA","discount":"22.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222916","line":"4","part":"MI50-ER32I","qty":"1","price":"688.00","uom":"EA","discount":"22.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222916","line":"5","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222916","line":"6","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222916","line":"7","part":"MI50-ER32","qty":"1","price":"641.00","uom":"EA","discount":"22.00","req_date":"ETA to L-N 10-21","branch":"1"},{"comp":"01","order":"222916","line":"8","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222916","line":"9","part":"PB-RAN40-HAAS-MODULAR","qty":"1","price":"448.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":9}}] 2024-11-21 11:24:08.613 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222916-11212024112408.txt === {"quote":"222916","customer":"18407","name":null,"customerName":"Remco Supply, Inc.","comp":"01","open":"0","shipto":"BRYANTOO","shiptoName":"Bryan Tool & Machining Inc","entry_date":"10-14-2024","cust_order_date":"11-02-2024","req_date":"11-29-2024","cust_po":"C40 Angle Heads","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"AM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Wayne Gosnell","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"09:15","extra":"","follow_up":"12-06-2024","web_id":"","follow_name":"Wayne Gosnell","follow_phone":"540-255-6207","follow_email":"wgosnell@verizon.net","pic_user":"cindyt","total_amt":"23151.72","total_gp":"12437.51","total_gpm":"53.72","rev_type":"ADV","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"9","win_pct":"20","clo_date":"12-23-2024","notes":[{"comp":"1","quote":"222916","line":"2","data":"and may request price for 5~6 heads."},{"comp":"1","quote":"222916","line":"1","data":"Tool will probably just choose one of these"},{"comp":"1","quote":"222916","line":"0","data":"10-14-2024 14:07-cindyt: Ok per Tim R and Bryan"}],"crmnotes":[{"comp":1,"quote":222916,"Line":0,"Comment":"11/01/2024 4:42 PM - cindyt - F/U changed from 10/27/2024 to 11/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222916,"Line":1,"Comment":"11/01/2024 4:42 PM - cindyt - CLO changed from 11/01/2024 to 11/28/2024 (CLO Date Updated)"},{"comp":1,"quote":222916,"Line":2,"Comment":"11/01/2024 4:42 PM - cindyt - Req Date changed from 11/07/2024 to 11/29/2024 (Req Date Updated)"},{"comp":1,"quote":222916,"Line":3,"Comment":"11/21/2024 11:23 AM - cindyt - Encounter has been added"},{"comp":1,"quote":222916,"Line":4,"Comment":"11/21/2024 11:23 AM - cindyt - F/U changed from 11/22/2024 to 12/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222916,"Line":5,"Comment":"11/21/2024 11:24 AM - cindyt - CLO changed from 11/28/2024 to 12/23/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222916","line":"1","part":"C40RAM-ER32-180-65TP","qty":"1","price":"9404.00","uom":"EA","discount":"22.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222916","line":"2","part":"C40RAM-ER32-180TS-65TP","qty":"1","price":"9631.00","uom":"EA","discount":"22.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222916","line":"3","part":"C40RAM-MI50-180-65TP","qty":"1","price":"8724.00","uom":"EA","discount":"22.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222916","line":"4","part":"MI50-ER32I","qty":"1","price":"688.00","uom":"EA","discount":"22.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222916","line":"5","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222916","line":"6","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222916","line":"7","part":"MI50-ER32","qty":"1","price":"641.00","uom":"EA","discount":"22.00","req_date":"ETA to L-N 10-21","branch":"1"},{"comp":"01","order":"222916","line":"8","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222916","line":"9","part":"PB-RAN40-HAAS-MODULAR","qty":"1","price":"448.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":9}}] 2024-11-21 11:24:22.729 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222916-11212024112422.txt === {"quote":"222916","customer":"18407","name":null,"customerName":"Remco Supply, Inc.","comp":"01","open":"0","shipto":"BRYANTOO","shiptoName":"Bryan Tool & Machining Inc","entry_date":"10-14-2024","cust_order_date":"11-02-2024","req_date":"01-09-2025","cust_po":"C40 Angle Heads","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"AM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Wayne Gosnell","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"09:15","extra":"","follow_up":"12-06-2024","web_id":"","follow_name":"Wayne Gosnell","follow_phone":"540-255-6207","follow_email":"wgosnell@verizon.net","pic_user":"cindyt","total_amt":"23151.72","total_gp":"12437.51","total_gpm":"53.72","rev_type":"ADV","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"9","win_pct":"20","clo_date":"12-23-2024","notes":[{"comp":"1","quote":"222916","line":"2","data":"and may request price for 5~6 heads."},{"comp":"1","quote":"222916","line":"1","data":"Tool will probably just choose one of these"},{"comp":"1","quote":"222916","line":"0","data":"10-14-2024 14:07-cindyt: Ok per Tim R and Bryan"}],"crmnotes":[{"comp":1,"quote":222916,"Line":0,"Comment":"11/01/2024 4:42 PM - cindyt - F/U changed from 10/27/2024 to 11/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222916,"Line":1,"Comment":"11/01/2024 4:42 PM - cindyt - CLO changed from 11/01/2024 to 11/28/2024 (CLO Date Updated)"},{"comp":1,"quote":222916,"Line":2,"Comment":"11/01/2024 4:42 PM - cindyt - Req Date changed from 11/07/2024 to 11/29/2024 (Req Date Updated)"},{"comp":1,"quote":222916,"Line":3,"Comment":"11/21/2024 11:23 AM - cindyt - Encounter has been added"},{"comp":1,"quote":222916,"Line":4,"Comment":"11/21/2024 11:23 AM - cindyt - F/U changed from 11/22/2024 to 12/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222916,"Line":5,"Comment":"11/21/2024 11:24 AM - cindyt - CLO changed from 11/28/2024 to 12/23/2024 (CLO Date Updated)"},{"comp":1,"quote":222916,"Line":6,"Comment":"11/21/2024 11:24 AM - cindyt - Req Date changed from 11/29/2024 to 01/09/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"222916","line":"1","part":"C40RAM-ER32-180-65TP","qty":"1","price":"9404.00","uom":"EA","discount":"22.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222916","line":"2","part":"C40RAM-ER32-180TS-65TP","qty":"1","price":"9631.00","uom":"EA","discount":"22.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222916","line":"3","part":"C40RAM-MI50-180-65TP","qty":"1","price":"8724.00","uom":"EA","discount":"22.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222916","line":"4","part":"MI50-ER32I","qty":"1","price":"688.00","uom":"EA","discount":"22.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222916","line":"5","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222916","line":"6","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222916","line":"7","part":"MI50-ER32","qty":"1","price":"641.00","uom":"EA","discount":"22.00","req_date":"ETA to L-N 10-21","branch":"1"},{"comp":"01","order":"222916","line":"8","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222916","line":"9","part":"PB-RAN40-HAAS-MODULAR","qty":"1","price":"448.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":9}}] 2024-11-21 11:25:19.336 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224728-11212024112519.txt === {"quote":"224728","customer":"1530","name":null,"customerName":"AHB Tooling & Machinery Inc","comp":"01","open":"0","shipto":"CASEME","shiptoName":"Casemer Tool & Machine Inc.","entry_date":"11-20-2024","cust_order_date":"11-29-2024","req_date":"12-05-2024","cust_po":"SF-START2 SF Machine","terms_code":"N30","ship_via":"TRK","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Bob Frazier","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"14:26","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"Bob Frazier","follow_phone":"248-953-4509","follow_email":"bob.frazier@ahbinc.com","pic_user":"cindyt","total_amt":"8582","total_gp":"3575.23","total_gpm":"41.66","rev_type":"ADV","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"8","win_pct":"20","clo_date":null,"notes":[{"comp":"1","quote":"224728","line":"1","data":"w/ IMTS24 promo. He is aware it expires 11/30."},{"comp":"1","quote":"224728","line":"0","data":"11-20-2024 14:37-cindyt: Sent quote to Bob along"}],"crmnotes":[],"items":[{"comp":"01","order":"224728","line":"1","part":"SF-START2-UNIT-200","qty":"1","price":"12000.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224728","line":"2","part":"SF-POT-#40","qty":"2","price":"130.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224728","line":"3","part":"SF-POT-#50","qty":"2","price":"130.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224728","line":"4","part":"SF-RACK-POT","qty":"1","price":"120.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224728","line":"5","part":"SF-RACK-HEAT-RING","qty":"1","price":"120.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224728","line":"6","part":"SF-COIL-CLIP-KIT","qty":"1","price":"87.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":6}}] 2024-11-21 11:25:32.431 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224728-11212024112532.txt === {"quote":"224728","customer":"1530","name":null,"customerName":"AHB Tooling & Machinery Inc","comp":"01","open":"0","shipto":"CASEME","shiptoName":"Casemer Tool & Machine Inc.","entry_date":"11-20-2024","cust_order_date":"11-29-2024","req_date":"12-05-2024","cust_po":"SF-START2 SF Machine","terms_code":"N30","ship_via":"TRK","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Bob Frazier","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"14:26","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"Bob Frazier","follow_phone":"248-953-4509","follow_email":"bob.frazier@ahbinc.com","pic_user":"cindyt","total_amt":"8582","total_gp":"3575.23","total_gpm":"41.66","rev_type":"ADV","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"8","win_pct":"20","clo_date":"11-29-2024","notes":[{"comp":"1","quote":"224728","line":"1","data":"w/ IMTS24 promo. He is aware it expires 11/30."},{"comp":"1","quote":"224728","line":"0","data":"11-20-2024 14:37-cindyt: Sent quote to Bob along"}],"crmnotes":[{"comp":1,"quote":224728,"Line":0,"Comment":"11/21/2024 11:25 AM - cindyt - F/U changed from 11/26/2024 to 11/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224728,"Line":1,"Comment":"11/21/2024 11:25 AM - cindyt - CLO changed from NaN/NaN/NaN to 11/29/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224728","line":"1","part":"SF-START2-UNIT-200","qty":"1","price":"12000.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224728","line":"2","part":"SF-POT-#40","qty":"2","price":"130.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224728","line":"3","part":"SF-POT-#50","qty":"2","price":"130.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224728","line":"4","part":"SF-RACK-POT","qty":"1","price":"120.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224728","line":"5","part":"SF-RACK-HEAT-RING","qty":"1","price":"120.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224728","line":"6","part":"SF-COIL-CLIP-KIT","qty":"1","price":"87.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-21 11:25:41.602 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224728-11212024112541.txt === {"quote":"224728","customer":"1530","name":null,"customerName":"AHB Tooling & Machinery Inc","comp":"01","open":"0","shipto":"CASEME","shiptoName":"Casemer Tool & Machine Inc.","entry_date":"11-20-2024","cust_order_date":"11-29-2024","req_date":"11-06-2024","cust_po":"SF-START2 SF Machine","terms_code":"N30","ship_via":"TRK","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Bob Frazier","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"14:26","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"Bob Frazier","follow_phone":"248-953-4509","follow_email":"bob.frazier@ahbinc.com","pic_user":"cindyt","total_amt":"8582","total_gp":"3575.23","total_gpm":"41.66","rev_type":"ADV","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"8","win_pct":"20","clo_date":"11-29-2024","notes":[{"comp":"1","quote":"224728","line":"1","data":"w/ IMTS24 promo. He is aware it expires 11/30."},{"comp":"1","quote":"224728","line":"0","data":"11-20-2024 14:37-cindyt: Sent quote to Bob along"}],"crmnotes":[{"comp":1,"quote":224728,"Line":0,"Comment":"11/21/2024 11:25 AM - cindyt - F/U changed from 11/26/2024 to 11/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224728,"Line":1,"Comment":"11/21/2024 11:25 AM - cindyt - CLO changed from NaN/NaN/NaN to 11/29/2024 (CLO Date Updated)"},{"comp":1,"quote":224728,"Line":2,"Comment":"11/21/2024 11:25 AM - cindyt - Req Date changed from 12/05/2024 to 11/06/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"224728","line":"1","part":"SF-START2-UNIT-200","qty":"1","price":"12000.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224728","line":"2","part":"SF-POT-#40","qty":"2","price":"130.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224728","line":"3","part":"SF-POT-#50","qty":"2","price":"130.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224728","line":"4","part":"SF-RACK-POT","qty":"1","price":"120.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224728","line":"5","part":"SF-RACK-HEAT-RING","qty":"1","price":"120.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224728","line":"6","part":"SF-COIL-CLIP-KIT","qty":"1","price":"87.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-21 11:28:09.326 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224245-11212024112809.txt === {"quote":"224245","customer":"3906","name":null,"customerName":"Kenneth Crosby, a DXP Company","comp":"01","open":"1","shipto":"KPG","shiptoName":"KPG Machine","entry_date":"11-11-2024","cust_order_date":"11-27-2024","req_date":"12-02-2024","cust_po":"CAT40 & NCAT40","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Steve Lewis","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"14:07","extra":"","follow_up":"11-17-2024","web_id":"","follow_name":"Steve Lewis","follow_phone":"713-396-8243","follow_email":"steve.lewis@dxpe.com","pic_user":"cindyt","total_amt":"5149.00","total_gp":"4056.12","total_gpm":"78.77","rev_type":"ADV","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"2","totalQty":"31","win_pct":"20","clo_date":"11-26-2024","notes":[],"crmnotes":[{"comp":1,"quote":224245,"Line":0,"Comment":"11/21/2024 11:27 AM - cindyt - Encounter has been added"}],"items":[{"comp":"01","order":"224245","line":"1","part":"CAT40-SK16-60U-IDU","qty":"3","price":"406.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224245","line":"2","part":"NCAT40-SK16C-60U-IDU","qty":"1","price":"442.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224245","line":"3","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224245","line":"4","part":"SK16-1/2A","qty":"4","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224245","line":"5","part":"SKJ16-1/2","qty":"4","price":"35.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224245","line":"6","part":"SK16-3/8A","qty":"4","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224245","line":"7","part":"SKJ16-3/8","qty":"4","price":"35.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224245","line":"8","part":"SKN-16BJ","qty":"4","price":"95.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224245","line":"9","part":"SKJL-16","qty":"1","price":"17.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224245","line":"11","part":"NC4006-1500-4.50CP","qty":"1","price":"363.00","uom":"EA","discount":"0.00","req_date":"4~5 Weeks","branch":"1"},{"comp":"01","order":"224245","line":"12","part":"C4006-1500-4.50","qty":"1","price":"184.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224245","line":"13","part":"ATC-ALIGN-CAT40","qty":"1","price":"1135.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224245","line":"15","part":"TQW-150","qty":"1","price":"331.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224245","line":"16","part":"TQW-SK16(45)","qty":"1","price":"106.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":14}}] 2024-11-21 11:29:19.560 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222535-11212024112919.txt === {"quote":"222535","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"WATEMILF","shiptoName":"Waters Corporation","entry_date":"10-04-2024","cust_order_date":"10-04-2024","req_date":"11-29-2024","cust_po":"CAT40-SK6F-150U-M","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tracey Lacasse","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"09:15","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Tracey Lacasse","follow_phone":"800-752-7505","follow_email":"tracey.lacasse@mscdirect.com","pic_user":"cindyt","total_amt":"2060.70","total_gp":"2060.70","total_gpm":"100.00","rev_type":"ADV","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"1","totalQty":"12","win_pct":"20","clo_date":"11-27-2024","notes":[],"crmnotes":[{"comp":1,"quote":222535,"Line":0,"Comment":"11/01/2024 4:49 PM - cindyt - F/U changed from 10/27/2024 to 11/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222535,"Line":1,"Comment":"11/01/2024 4:49 PM - cindyt - CLO changed from 11/04/2024 to 11/27/2024 (CLO Date Updated)"},{"comp":1,"quote":222535,"Line":2,"Comment":"11/01/2024 4:49 PM - cindyt - Req Date changed from 11/15/2024 to 11/29/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222535","line":"1","part":"CAT40-SK6F-150U-M","qty":"6","price":"413.00","uom":"EA","discount":"35.00","req_date":"3-4 days ARO","branch":"1"},{"comp":"01","order":"222535","line":"2","part":"MODIFICATION-DIN2","qty":"6","price":"75.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-21 11:29:51.045 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223255-11212024112950.txt === {"quote":"223255","customer":"3970","name":null,"customerName":"Cutting Tool Control Inc.","comp":"01","open":"1","shipto":"NOVOMOWA","shiptoName":"Novo Modo LLC","entry_date":"10-21-2024","cust_order_date":"10-21-2024","req_date":"12-02-2024","cust_po":"Straight Shank SF","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Brock Lowry","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"09:25","extra":"","follow_up":"10-27-2024","web_id":"","follow_name":"Brock Lowry","follow_phone":"206-789-7277","follow_email":"cuttingtoolcontrol@msn.com","pic_user":"cindyt","total_amt":"1176.10","total_gp":"878.70","total_gpm":"74.71","rev_type":"ADV","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"2","totalQty":"27","win_pct":"20","clo_date":"11-21-2024","notes":[{"comp":"1","quote":"223255","line":"0","data":"10-21-2024 09:27 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223255","line":"1","part":"S62SF-3-4.00-3","qty":"2","price":"197.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223255","line":"2","part":"PROMOTION-EUOS","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"223255","line":"3","part":"ST75-SF6-6.30","qty":"2","price":"189.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223255","line":"4","part":"ST75-SF8-6.30","qty":"2","price":"189.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223255","line":"6","part":"HSK63-TUBE","qty":"20","price":"36.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"223255","Line":"2","Company":"1","F_Line":"1","Comment":"Please Note: Discount reflects extra 20% on above","Loc":"Y"},{"Quote":"223255","Line":"2","Company":"1","F_Line":"2","Comment":"holder. These are on our Overstock promotion.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":5}}] 2024-11-21 11:30:58.336 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223681-11212024113058.txt === {"quote":"223681","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"TURBOANH","shiptoName":"Turbocam","entry_date":"10-30-2024","cust_order_date":"11-20-2024","req_date":"11-25-2024","cust_po":"HSK63A-SK10C-105-IDU","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Jennifer","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"07:52","extra":"","follow_up":"11-12-2024","web_id":"","follow_name":"Jennifer","follow_phone":"603-203-5294","follow_email":"hodilj@mscdirect.com","pic_user":"cindyt","total_amt":"971.80","total_gp":"672.45","total_gpm":"69.20","rev_type":"ADV","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"2","totalQty":"15","win_pct":"20","clo_date":null,"notes":[{"comp":"1","quote":"223681","line":"0","data":"10-30-2024 07:57 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223681","line":"1","part":"HSK63A-SK10C-105-IDU","qty":"2","price":"474.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223681","line":"2","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"223681","line":"3","part":"SKN-10KJ","qty":"2","price":"68.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223681","line":"4","part":"SK10-5.5","qty":"1","price":"67.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223681","line":"5","part":"SKJ10-5.5C","qty":"1","price":"40.00","uom":"EA","discount":"35.00","req_date":"1~2 Weeks","branch":"1"},{"comp":"01","order":"223681","line":"6","part":"SK10-7","qty":"1","price":"67.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223681","line":"7","part":"SKJ10-7C","qty":"1","price":"40.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223681","line":"8","part":"SK10-8.5","qty":"1","price":"67.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223681","line":"9","part":"SKJ10-8.5C","qty":"1","price":"40.00","uom":"EA","discount":"35.00","req_date":"1~2 Weeks","branch":"1"},{"comp":"01","order":"223681","line":"10","part":"SKL-10","qty":"1","price":"31.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223681","line":"11","part":"SKJL-10","qty":"1","price":"12.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223681","line":"12","part":"HSK63-TUBE","qty":"2","price":"36.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"223681","Line":"2","Company":"1","F_Line":"1","Comment":"Please Note: IMTS24 promotion 5% extra added to the","Loc":"Y"},{"Quote":"223681","Line":"2","Company":"1","F_Line":"2","Comment":"discount for the HSK63A-SK10C-105-IDU.","Loc":"Y"},{"Quote":"223681","Line":"2","Company":"1","F_Line":"3","Comment":"Please e-mail me the order to me so we can make sure","Loc":"Y"},{"Quote":"223681","Line":"2","Company":"1","F_Line":"4","Comment":"the promo is applied to the holder.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":12}}] 2024-11-21 12:10:25.728 [INFO] In session is user: luism 2024-11-21 12:20:30.640 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223344-11212024122030.txt === {"quote":"223344","customer":"5900","name":null,"customerName":"EWIE Company Inc.","comp":"01","open":"1","shipto":"TCWOOD","shiptoName":"Woodward Inc. Loves Park","entry_date":"10-22-2024","cust_order_date":"10-22-2024","req_date":"12-03-2024","cust_po":"HSK63A-HC0500-90","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"13:37","extra":"","follow_up":"11-22-2024","web_id":"","follow_name":"Brandon Kintner","follow_phone":"517-673-1689","follow_email":"bkintner@psmicorp.com","pic_user":"jennad","total_amt":"522.92","total_gp":"320.67","total_gpm":"61.32","rev_type":"ADV","mod_date":"11-21-2024","mod_time":null,"mod_user":"jennad","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-22-2024","notes":[],"crmnotes":[{"comp":1,"quote":223344,"Line":0,"Comment":"11/11/2024 8:22 AM - jennad - F/U changed from 11/12/2024 to 11/22/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223344","line":"1","part":"HSK63A-HC0500-90","qty":"1","price":"769.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-21 12:41:04.963 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222796-11212024124104.txt === {"quote":"222796","customer":"13485","name":null,"customerName":"Methods Machine Tools Inc. (MA)","comp":"01","open":"1","shipto":"METHODNC","shiptoName":"Methods Machine Tools Inc. - NC","entry_date":"10-10-2024","cust_order_date":"10-10-2024","req_date":"11-21-2024","cust_po":"NBT30-NPU13-95","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Bill Goransson","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"10:29","extra":"","follow_up":"10-16-2024","web_id":"","follow_name":"Bill Goransson","follow_phone":"704-302-5047","follow_email":"bgoransson@methodsmachine.com","pic_user":"cindyt","total_amt":"706.44","total_gp":"447.01","total_gpm":"63.28","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"1","totalQty":"2","win_pct":"20","clo_date":"11-10-2024","notes":[{"comp":"1","quote":"222796","line":"0","data":"10-10-2024 10:29 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"222796","line":"1","part":"NBT30-NPU13-95","qty":"1","price":"695.00","uom":"EA","discount":"42.00","req_date":"1~2 Weeks ARO","branch":"1"},{"comp":"01","order":"222796","line":"2","part":"BT30-NPU13-95","qty":"1","price":"523.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-21 12:42:15.950 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223212-11212024124215.txt === {"quote":"223212","customer":"2965","name":null,"customerName":"Butler Bros.","comp":"01","open":"1","shipto":"NORTTTO","shiptoName":"Northeast Tool & Mfg Co Inc","entry_date":"10-18-2024","cust_order_date":"11-15-2024","req_date":"12-19-2024","cust_po":"H63A-SF6-80MT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"11","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Daniel Warner","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"10:52","extra":"","follow_up":"11-22-2024","web_id":"","follow_name":"Daniel Warner","follow_phone":"207-784-6875","follow_email":"dwarner@butlerbros.com","pic_user":"cindyt","total_amt":"612.00","total_gp":"274.17","total_gpm":"44.80","rev_type":"ADV","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"2","totalQty":"4","win_pct":"20","clo_date":"12-12-2024","notes":[{"comp":"1","quote":"223212","line":"1","data":"pricing, in stock at vendor"},{"comp":"1","quote":"223212","line":"0","data":"10-18-2024 11:05-cindyt: Added to the log for"}],"crmnotes":[{"comp":1,"quote":223212,"Line":0,"Comment":"11/01/2024 4:51 PM - cindyt - F/U changed from 10/24/2024 to 11/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223212,"Line":1,"Comment":"11/01/2024 4:51 PM - cindyt - CLO changed from 11/01/2024 to 12/12/2024 (CLO Date Updated)"},{"comp":1,"quote":223212,"Line":2,"Comment":"11/01/2024 4:52 PM - cindyt - Req Date changed from 11/20/2024 to 12/19/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223212","line":"1","part":"H63A-SF6-80MT","qty":"3","price":"340.00","uom":"EA","discount":"40.00","req_date":"ETA to L-N 11/23","branch":"1"},{"comp":"01","order":"223212","line":"2","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223212","Line":"1","Company":"1","F_Line":"1","Comment":"Delivery is based upon receipt of order 11/01","Loc":"Y"},{"Quote":"223212","Line":"1","Company":"1","F_Line":"2","Comment":"IMTS promotion 5% extra added to the discount.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-21 12:43:46.142 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223847-11212024124345.txt === {"quote":"223847","customer":"9970","name":null,"customerName":"Iwen Tool Supply Co.","comp":"01","open":"1","shipto":"IWENTOO","shiptoName":"Iwen Tool Supply Company","entry_date":"11-01-2024","cust_order_date":"11-18-2024","req_date":"11-23-2024","cust_po":"NCAT40-SK16C-90U-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Kurtis Jones","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"14:49","extra":"","follow_up":"11-07-2024","web_id":"","follow_name":"Kurtis Jones","follow_phone":"800-968-4936","follow_email":"kurtis.jones@iwentool.com","pic_user":"cindyt","total_amt":"608.5","total_gp":"376.31","total_gpm":"61.84","rev_type":"ADV","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"2","totalQty":"3","win_pct":"20","clo_date":"11-17-2024","notes":[{"comp":"1","quote":"223847","line":"2","data":"from ER."},{"comp":"1","quote":"223847","line":"1","data":"he is trying to switch the customer to SK"},{"comp":"1","quote":"223847","line":"0","data":"11-01-2024 15:01-cindyt: Discount per Blake"}],"crmnotes":[],"items":[{"comp":"01","order":"223847","line":"1","part":"NCAT40-SK16C-90U-IDU","qty":"1","price":"442.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223847","line":"2","part":"SK16-SET-09-A","qty":"1","price":"738.00","uom":"ST","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223847","line":"3","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-21 12:45:06.585 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223461-11212024124506.txt === {"quote":"223461","customer":"20894","name":null,"customerName":"Triumph Tool Ltd.","comp":"01","open":"1","shipto":"TRIUMCAN","shiptoName":"Triumph Tool","entry_date":"10-24-2024","cust_order_date":"11-11-2024","req_date":"11-13-2024","cust_po":"HSK40A Toolholder","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Matt Deyman","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"09:46","extra":"","follow_up":"10-30-2024","web_id":"","follow_name":"Matt Deyman","follow_phone":"14168050759","follow_email":"mattd@triumphtool.com","pic_user":"cindyt","total_amt":"484.76","total_gp":"298.04","total_gpm":"61.48","rev_type":"ADV","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"5","totalQty":"3","win_pct":"20","clo_date":"11-24-2024","notes":[{"comp":"1","quote":"223461","line":"1","data":"223556."},{"comp":"1","quote":"223461","line":"0","data":"10-28-2024 08:02-cindyt: Also quoted DGI Canada"}],"crmnotes":[],"items":[{"comp":"01","order":"223461","line":"1","part":"HSK40A-0750-75","qty":"1","price":"273.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223461","line":"2","part":"K3/4-MMC8C-100","qty":"1","price":"354.00","uom":"EA","discount":"32.00","req_date":"ETA to l-N End Nov","branch":"1"},{"comp":"01","order":"223461","line":"3","part":"VMK8-10","qty":"1","price":"118.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-21 12:46:36.450 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223766-11212024124636.txt === {"quote":"223766","customer":"20894","name":null,"customerName":"Triumph Tool Ltd.","comp":"01","open":"1","shipto":"TRIUMCAN","shiptoName":"Triumph Tool","entry_date":"10-31-2024","cust_order_date":"11-19-2024","req_date":"11-23-2024","cust_po":"CAT50 Tooling","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Bill Prout","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"11:10","extra":"","follow_up":"11-06-2024","web_id":"","follow_name":"Bill Prout","follow_phone":"519-836-4811","follow_email":"billp@triumphtool.com","pic_user":"cindyt","total_amt":"425.5","total_gp":"182.58","total_gpm":"42.91","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"2","totalQty":"2","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"223766","line":"0","data":"10-31-2024 11:11 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223766","line":"1","part":"C5001-0750-8.00CP","qty":"1","price":"334.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223766","line":"2","part":"C5008-0013","qty":"1","price":"517.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-21 12:47:31.686 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223491-11212024124731.txt === {"quote":"223491","customer":"4850","name":null,"customerName":"Duramill Industrial Supplies","comp":"01","open":"1","shipto":"DURAMEDW","shiptoName":"Duramill Industrial Supplies","entry_date":"10-24-2024","cust_order_date":"01-19-2025","req_date":"01-25-2025","cust_po":"ZK38-7/8U","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Maureen Earle","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"14:17","extra":"","follow_up":"11-15-2024","web_id":"","follow_name":"Maureen Earle","follow_phone":"905-738-8665 x4226","follow_email":"mearle@duramill.ca","pic_user":"cindyt","total_amt":"364.8","total_gp":"264.08","total_gpm":"72.39","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-21-2024","notes":[{"comp":"1","quote":"223491","line":"0","data":"10-24-2024 14:19 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223491","line":"1","part":"ZK38-7/8U","qty":"1","price":"456.00","uom":"EA","discount":"20.00","req_date":"13~14 Weeks ARO","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-21 13:05:23.492 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223463-11212024130523.txt === {"quote":"223463","customer":"7650","name":null,"customerName":"W.W. Grainger, Inc.","comp":"01","open":"1","shipto":"GLOBALST","shiptoName":"Global Steering Systems LLC","entry_date":"10-24-2024","cust_order_date":"10-24-2024","req_date":"12-05-2024","cust_po":"B30R5-0562-2.36","terms_code":"23060","ship_via":"F-FGS","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"10:32","extra":"","follow_up":"11-14-2024","web_id":"","follow_name":"Antonio Diaz","follow_phone":"","follow_email":"antonio.diaz@grainger.com","pic_user":"cindyt","total_amt":"268.8","total_gp":"154.71","total_gpm":"57.56","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-24-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223463","line":"1","part":"B30R5-0562-2.36","qty":"1","price":"384.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-21 13:10:53.507 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223032-11212024131053.txt === {"quote":"223032","customer":"20894","name":null,"customerName":"Triumph Tool Ltd.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-15-2024","cust_order_date":"10-15-2024","req_date":"11-26-2024","cust_po":"160-084","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"15:52","extra":"","follow_up":"10-21-2024","web_id":"","follow_name":"Chris Martelli","follow_phone":"19058502323","follow_email":"chrism@triumphtool.com","pic_user":"cindyt","total_amt":"120.4","total_gp":"63.86","total_gpm":"53.04","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"2","totalQty":"2","win_pct":"20","clo_date":"11-15-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223032","line":"1","part":"160-084","qty":"1","price":"86.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223032","line":"2","part":"160-096","qty":"1","price":"86.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-21 13:12:16.092 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222908-11212024131215.txt === {"quote":"222908","customer":"5018","name":null,"customerName":"E.M. Precise Tool Ltd.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-11-2024","cust_order_date":"10-11-2024","req_date":"11-22-2024","cust_po":"9HC16","terms_code":"N30","ship_via":"U-ST","ship_collect":"","drop_ship":"N","territory":"56","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"15:21","extra":"","follow_up":"10-17-2024","web_id":"","follow_name":"Adam","follow_phone":"","follow_email":"@","pic_user":"cindyt","total_amt":"27.75","total_gp":"17.90","total_gpm":"64.50","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-11-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"222908","line":"1","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-21 13:13:21.668 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222978-11212024131321.txt === {"quote":"222978","customer":"14550","name":null,"customerName":"Norchuk Supply Company","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-15-2024","cust_order_date":"10-15-2024","req_date":"11-26-2024","cust_po":"500-024","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"08:44","extra":"","follow_up":"11-05-2024","web_id":"","follow_name":"Kimberley W.","follow_phone":"","follow_email":"sales@norchuk.com","pic_user":"cindyt","total_amt":"26.25","total_gp":"17.42","total_gpm":"66.36","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-15-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"222978","line":"1","part":"500-024","qty":"1","price":"35.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-21 13:28:19.897 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224058-11212024132819.txt === {"quote":"224058","customer":"5018","name":null,"customerName":"E.M. Precise Tool Ltd.","comp":"01","open":"1","shipto":"EMPSTONE","shiptoName":"E.M. Precise Eng Canada","entry_date":"11-06-2024","cust_order_date":"02-15-2025","req_date":"02-20-2025","cust_po":"H63T tooling","terms_code":"N30","ship_via":"U-ST","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Peter","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"15:02","extra":"","follow_up":"11-22-2024","web_id":"","follow_name":"Peter","follow_phone":"905-664-2644","follow_email":"plemmen@emprecise.com","pic_user":"cindyt","total_amt":"0.00","total_gp":"0.00","total_gpm":"0.00","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"4","totalQty":"11","win_pct":"20","clo_date":"12-06-2024","notes":[{"comp":"1","quote":"224058","line":"3","data":"11-06-2024 15:07 - Discounts Recalculated QS"},{"comp":"1","quote":"224058","line":"2","data":"complete specials."},{"comp":"1","quote":"224058","line":"1","data":"higher than customer price point because"},{"comp":"1","quote":"224058","line":"0","data":"11-08-2024 12:17-alyssah Per Kyoko SAB price is"}],"crmnotes":[{"comp":1,"quote":224058,"Line":0,"Comment":"11/21/2024 1:27 PM - cindyt - Encounter has been added"}],"items":[{"comp":"01","order":"224058","line":"1","part":"SPECIAL-TL","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"12~14 weeks ADA","branch":"1"},{"comp":"01","order":"224058","line":"2","part":"SPECIAL-TL","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"12~14 weeks ADA","branch":"1"},{"comp":"01","order":"224058","line":"3","part":"SPECIAL-TL","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"12~14 weeks ADA","branch":"1"},{"comp":"01","order":"224058","line":"4","part":"SPECIAL-TL","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"12~14 weeks ADA","branch":"1"},{"comp":"01","order":"224058","line":"5","part":"SPECIAL-TL","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"12~14 weeks ADA","branch":"1"},{"comp":"01","order":"224058","line":"6","part":"SPECIAL-TL","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"12~14 weeks ADA","branch":"1"},{"comp":"01","order":"224058","line":"7","part":"SPECIAL-TL","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"12~14 weeks ADA","branch":"1"},{"comp":"01","order":"224058","line":"8","part":"SPECIAL-TL","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"12~14 weeks ADA","branch":"1"},{"comp":"01","order":"224058","line":"9","part":"SPECIAL-TL","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"12~14 weeks ADA","branch":"1"},{"comp":"01","order":"224058","line":"10","part":"SPECIAL-TL","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"12~14 weeks ADA","branch":"1"},{"comp":"01","order":"224058","line":"11","part":"SPECIAL-TL","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"12~14 weeks ADA","branch":"1"}],"qlines":[{"Quote":"224058","Line":"1","Company":"1","F_Line":"1","Comment":"H63TH-DCLNL-DX12","Loc":"Y"},{"Quote":"224058","Line":"2","Company":"1","F_Line":"1","Comment":"H63TH-DCMNN-L12","Loc":"Y"},{"Quote":"224058","Line":"3","Company":"1","F_Line":"1","Comment":"H63TH-DDNNN-L15","Loc":"Y"},{"Quote":"224058","Line":"4","Company":"1","F_Line":"1","Comment":"H63TH-PRDCN-H15 (12?)","Loc":"Y"},{"Quote":"224058","Line":"5","Company":"1","F_Line":"1","Comment":"H63TH-SVVBN-L16","Loc":"Y"},{"Quote":"224058","Line":"6","Company":"1","F_Line":"1","Comment":"H63TH-A25KDCLNR12","Loc":"Y"},{"Quote":"224058","Line":"7","Company":"1","F_Line":"1","Comment":"H63TH-A32LDCLNR12","Loc":"Y"},{"Quote":"224058","Line":"8","Company":"1","F_Line":"1","Comment":"H63TH-MMTER-DX16","Loc":"Y"},{"Quote":"224058","Line":"9","Company":"1","F_Line":"1","Comment":"H63TH-MMTENR-L16","Loc":"Y"},{"Quote":"224058","Line":"10","Company":"1","F_Line":"1","Comment":"H63TH-DCLNL-L12-3","Loc":"Y"},{"Quote":"224058","Line":"11","Company":"1","F_Line":"1","Comment":"H63TH-DDJNL-L15-3","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":11}}] 2024-11-21 14:12:03.860 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224805-11212024141203.txt === {"quote":"224805","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"MSCCL","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"11-21-2024","cust_order_date":"11-21-2024","req_date":"01-02-2025","cust_po":"SK10-1/4AC","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"13:25","extra":"","follow_up":"12-03-2024","web_id":"","follow_name":"Greg Talent","follow_phone":"","follow_email":"talentg@mscdirect.com","pic_user":"rons","total_amt":"1719.90","total_gp":"1209.22","total_gpm":"70.31","rev_type":"ADV","mod_date":"11-21-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"28","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224805","line":"1","part":"SK10-1/4AC","qty":"2","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224805","line":"2","part":"SK10-5/16AC","qty":"2","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224805","line":"3","part":"SK10-4A","qty":"2","price":"64.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224805","line":"4","part":"SK10-4AC","qty":"2","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224805","line":"5","part":"SK10-6AC","qty":"2","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224805","line":"6","part":"SK10-8AC","qty":"2","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224805","line":"7","part":"SK10-10A","qty":"2","price":"64.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224805","line":"8","part":"SK10-10AC","qty":"2","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224805","line":"9","part":"SK10-1/4A","qty":"2","price":"67.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224805","line":"10","part":"SK10-5/16A","qty":"2","price":"67.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224805","line":"11","part":"SK10-3/8AC","qty":"2","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224805","line":"12","part":"SK16-3/8AC","qty":"2","price":"180.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224805","line":"13","part":"SK16-5/8AC","qty":"2","price":"134.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224805","line":"14","part":"SK16-3A","qty":"2","price":"75.00","uom":"EA","discount":"35.00","req_date":"2 WEEKS","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":14}}] 2024-11-21 14:12:51.543 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224805-11212024141251.txt === {"quote":"224805","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"MSCCL","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"11-21-2024","cust_order_date":null,"req_date":"01-02-2025","cust_po":"SK10-1/4AC","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"13:25","extra":"","follow_up":"12-03-2024","web_id":"","follow_name":"Greg Talent","follow_phone":"","follow_email":"talentg@mscdirect.com","pic_user":"mirandag","total_amt":"1719.90","total_gp":"1209","total_gpm":"70","rev_type":"ADV","mod_date":"11-21-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"28","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":224805,"Line":0,"Comment":"11/21/2024 2:12 PM - rons - F/U changed from 11/27/2024 to 12/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224805,"Line":1,"Comment":"11/21/2024 2:12 PM - rons - MSC rep based out of IL working OH territory..."}],"items":[{"comp":"01","order":"224805","line":"1","part":"SK10-1/4AC","qty":"2","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224805","line":"2","part":"SK10-5/16AC","qty":"2","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224805","line":"3","part":"SK10-4A","qty":"2","price":"64.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224805","line":"4","part":"SK10-4AC","qty":"2","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224805","line":"5","part":"SK10-6AC","qty":"2","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224805","line":"6","part":"SK10-8AC","qty":"2","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224805","line":"7","part":"SK10-10A","qty":"2","price":"64.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224805","line":"8","part":"SK10-10AC","qty":"2","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224805","line":"9","part":"SK10-1/4A","qty":"2","price":"67.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224805","line":"10","part":"SK10-5/16A","qty":"2","price":"67.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224805","line":"11","part":"SK10-3/8AC","qty":"2","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224805","line":"12","part":"SK16-3/8AC","qty":"2","price":"180.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224805","line":"13","part":"SK16-5/8AC","qty":"2","price":"134.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224805","line":"14","part":"SK16-3A","qty":"2","price":"75.00","uom":"EA","discount":"35.00","req_date":"2 WEEKS","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":14}}] 2024-11-21 14:13:09.905 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224806-11212024141309.txt === {"quote":"224806","customer":"16160","name":null,"customerName":"Paragon Supply Co., Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-21-2024","cust_order_date":"11-21-2024","req_date":"01-02-2025","cust_po":"9HC25","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"13:32","extra":"","follow_up":"12-03-2024","web_id":"","follow_name":"Josh Wall","follow_phone":"440-365-8040","follow_email":"jwall@paragon-supply.com","pic_user":"rons","total_amt":"41.4","total_gp":"32.63","total_gpm":"78.82","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224806","line":"1","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-21 14:13:18.686 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224806-11212024141318.txt === {"quote":"224806","customer":"16160","name":null,"customerName":"Paragon Supply Co., Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-21-2024","cust_order_date":null,"req_date":"01-02-2025","cust_po":"9HC25","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"13:32","extra":"","follow_up":"12-03-2024","web_id":"","follow_name":"Josh Wall","follow_phone":"440-365-8040","follow_email":"jwall@paragon-supply.com","pic_user":"mirandag","total_amt":"41.4","total_gp":"33","total_gpm":"79","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":224806,"Line":0,"Comment":"11/21/2024 2:13 PM - rons - F/U changed from 11/27/2024 to 12/3/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224806","line":"1","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-21 14:19:25.501 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(34.6375782927822, -112.334591942013, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(34.6375782927822, -112.334591942013, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.6086318 second/s. 2024-11-21 14:19:50.687 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(34.6375782927822, -112.334591942013, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(34.6375782927822, -112.334591942013, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.289175 second/s. 2024-11-21 14:21:02.626 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(34.6373689307545, -112.334488743406, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(34.6373689307545, -112.334488743406, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 10 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3717319 second/s. 2024-11-21 14:23:32.850 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(34.6373689307545, -112.334488743406, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(34.6373689307545, -112.334488743406, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 9.22337203685478E+18 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 20 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3339055 second/s. 2024-11-21 14:45:15.172 [INFO] [CreateClient] [jsoncustomer.php] [C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\GWSTNASH.txt]: {"id":"GWSTNASH","name":"Gws Tool Group","address1":"739 Fesslers Ln.","address2":"","city":"Nashville","state":"TN","zip":"37210","country":"USA","discount_level":null,"date_opened":"","salesman":null,"phone":"615-242-7341","cr_limit":"","Created":"11-21-2024","Segment":"EU","Lat":0.0,"Long":0.0,"Distance":"0","Territory":27,"web_id":1,"Type":"ST","Active":"Y","website":null,"UserId":"gregb","JAS":"N","customer_email":""} [{"json":{"results":"success","type":"customer"}}] 2024-11-21 14:45:15.667 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\GWSTNASH-0-3274.txt === {"customer":"GWSTNASH","line":"A","dept":"M","name":"Rick Philips","title":"CME","phone":"615-242-7341","cell":"615-242-7341","fax":null,"email":"rick.philips@gwstoolgroup.com","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3274,"password":null,"webenabled":null,"linkedin":null,"city":"Nashville","state":"TN","address1":"739 Fesslers Ln.","address2":null,"zip":"37210","country":"USA","userid":"gregb","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"ST","Active":"Y","lnrp":"N"} [{"json":{"results":"Contacts","type":"contacts","line":"0"}}] 2024-11-21 14:49:18.812 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\HAMINASH-1-3274.txt === {"customer":"HAMINASH","line":"A","dept":"M","name":"David Latiolais","title":"PEM","phone":"615-254-8819","cell":"615-337-8605","fax":null,"email":"dlatch@hamiltonmachine.com","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3274,"password":null,"webenabled":null,"linkedin":null,"city":"Nashville","state":"TN","address1":"464 Woodtcrest","address2":null,"zip":"37210","country":"USA","userid":"gregb","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"ST","Active":"Y","lnrp":"N"} [{"json":{"results":"Contacts","type":"contacts","line":"1"}}] 2024-11-21 14:52:20.867 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221971-11212024145220.txt === {"quote":"221971","customer":"8298","name":null,"customerName":"Haskins Industrial, Inc.","comp":"01","open":"0","shipto":"HASKINS","shiptoName":"Haskins Industrial Incorporated","entry_date":"09-24-2024","cust_order_date":"01-17-2025","req_date":"01-23-2025","cust_po":"For Boart","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Andy Desjardins","drop_po":"BMT55 Nakamura","status":"0","user":"cindyt","conv_order":"","time":"07:34","extra":"","follow_up":"12-12-2024","web_id":"","follow_name":"Andy Desjardins","follow_phone":"705-840-8586","follow_email":"adesjardins@haskinsindustrial.com","pic_user":"cindyt","total_amt":"37249.00","total_gp":"37232.24","total_gpm":"99.96","rev_type":"LT","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"6","win_pct":"20","clo_date":"11-15-2024","notes":[{"comp":"1","quote":"221971","line":"2","data":"Also quoting BMT65 #221977"},{"comp":"1","quote":"221971","line":"1","data":"to Boart with Andy. on 10-31"},{"comp":"1","quote":"221971","line":"0","data":"09-24-2024 08:32-cindyt: Ron is going up there"}],"crmnotes":[{"comp":1,"quote":221971,"Line":0,"Comment":"10/14/2024 11:20 AM - cindyt - Encounter has been added"},{"comp":1,"quote":221971,"Line":1,"Comment":"10/14/2024 11:20 AM - cindyt - F/U changed from 10/07/2024 to 11/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221971,"Line":2,"Comment":"10/14/2024 11:21 AM - cindyt - CLO changed from 10/24/2024 to 11/15/2024 (CLO Date Updated)"},{"comp":1,"quote":221971,"Line":3,"Comment":"10/14/2024 11:21 AM - cindyt - Req Date changed from 01/23/2025 to 01/23/2025 (Req Date Updated)"},{"comp":1,"quote":221971,"Line":4,"Comment":"11/21/2024 2:52 PM - cindyt - Encounter has been added"}],"items":[{"comp":"01","order":"221971","line":"1","part":"SPECIAL-LV-MI","qty":"1","price":"12574.00","uom":"EA","discount":"0.00","req_date":"See Below","branch":"1"},{"comp":"01","order":"221971","line":"2","part":"SPECIAL-LV-MI","qty":"3","price":"8225.00","uom":"EA","discount":"0.00","req_date":"See Below","branch":"1"},{"comp":"01","order":"221971","line":"3","part":"020-SPAN","qty":"1","price":"19.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221971","line":"4","part":"WRENCH-MIM-107608","qty":"1","price":"35.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"221971","Line":"1","Company":"1","F_Line":"1","Comment":"Part# TBD Nakamura live Fixed Angle Head 95� BMT55","Loc":"Y"},{"Quote":"221971","Line":"1","Company":"1","F_Line":"2","Comment":"Shank size: 75/104mmDihedral-drive size: SW = 8 mm","Loc":"Y"},{"Quote":"221971","Line":"1","Company":"1","F_Line":"3","Comment":"Tooling Interface:ER20 (0.5-13.0mm) according to","Loc":"Y"},{"Quote":"221971","Line":"1","Company":"1","F_Line":"4","Comment":"DIN 6499Internal coolant through the spindle. External","Loc":"Y"},{"Quote":"221971","Line":"1","Company":"1","F_Line":"5","Comment":"coolant over pipes filtration grade: max.0.05 mm","Loc":"Y"},{"Quote":"221971","Line":"1","Company":"1","F_Line":"6","Comment":"Continuous dryrun possible with sufficient cooling","Loc":"Y"},{"Quote":"221971","Line":"1","Company":"1","F_Line":"7","Comment":"phase.Maximum temperature: 90�C (194�F). No reversal","Loc":"Y"},{"Quote":"221971","Line":"1","Company":"1","F_Line":"8","Comment":"of rotation direction.Length(L):130mm Gear Ratio:","Loc":"Y"},{"Quote":"221971","Line":"1","Company":"1","F_Line":"9","Comment":"i(n1/n2) = 1:1 Maximum torque: 30 Nm Maximum","Loc":"Y"},{"Quote":"221971","Line":"1","Company":"1","F_Line":"10","Comment":"revolution speed:9000rpm weight approx.9kg.","Loc":"Y"},{"Quote":"221971","Line":"2","Company":"1","F_Line":"1","Comment":"Net price quote for 3 tools.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-21 14:52:38.961 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221971-11212024145238.txt === {"quote":"221971","customer":"8298","name":null,"customerName":"Haskins Industrial, Inc.","comp":"01","open":"0","shipto":"HASKINS","shiptoName":"Haskins Industrial Incorporated","entry_date":"09-24-2024","cust_order_date":"01-17-2025","req_date":"01-23-2025","cust_po":"For Boart","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Andy Desjardins","drop_po":"BMT55 Nakamura","status":"0","user":"cindyt","conv_order":"","time":"07:34","extra":"","follow_up":"12-12-2024","web_id":"","follow_name":"Andy Desjardins","follow_phone":"705-840-8586","follow_email":"adesjardins@haskinsindustrial.com","pic_user":"cindyt","total_amt":"37249.00","total_gp":"37232.24","total_gpm":"99.96","rev_type":"LT","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"6","win_pct":"20","clo_date":"01-23-2025","notes":[{"comp":"1","quote":"221971","line":"2","data":"Also quoting BMT65 #221977"},{"comp":"1","quote":"221971","line":"1","data":"to Boart with Andy. on 10-31"},{"comp":"1","quote":"221971","line":"0","data":"09-24-2024 08:32-cindyt: Ron is going up there"}],"crmnotes":[{"comp":1,"quote":221971,"Line":0,"Comment":"10/14/2024 11:20 AM - cindyt - Encounter has been added"},{"comp":1,"quote":221971,"Line":1,"Comment":"10/14/2024 11:20 AM - cindyt - F/U changed from 10/07/2024 to 11/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221971,"Line":2,"Comment":"10/14/2024 11:21 AM - cindyt - CLO changed from 10/24/2024 to 11/15/2024 (CLO Date Updated)"},{"comp":1,"quote":221971,"Line":3,"Comment":"10/14/2024 11:21 AM - cindyt - Req Date changed from 01/23/2025 to 01/23/2025 (Req Date Updated)"},{"comp":1,"quote":221971,"Line":4,"Comment":"11/21/2024 2:52 PM - cindyt - Encounter has been added"},{"comp":1,"quote":221971,"Line":5,"Comment":"11/21/2024 2:52 PM - cindyt - F/U changed from 11/8/2024 to 12/12/2024 (Follow Up In 3 Week)"},{"comp":1,"quote":221971,"Line":6,"Comment":"11/21/2024 2:52 PM - cindyt - CLO changed from 11/15/2024 to 01/23/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221971","line":"1","part":"SPECIAL-LV-MI","qty":"1","price":"12574.00","uom":"EA","discount":"0.00","req_date":"See Below","branch":"1"},{"comp":"01","order":"221971","line":"2","part":"SPECIAL-LV-MI","qty":"3","price":"8225.00","uom":"EA","discount":"0.00","req_date":"See Below","branch":"1"},{"comp":"01","order":"221971","line":"3","part":"020-SPAN","qty":"1","price":"19.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221971","line":"4","part":"WRENCH-MIM-107608","qty":"1","price":"35.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"221971","Line":"1","Company":"1","F_Line":"1","Comment":"Part# TBD Nakamura live Fixed Angle Head 95� BMT55","Loc":"Y"},{"Quote":"221971","Line":"1","Company":"1","F_Line":"2","Comment":"Shank size: 75/104mmDihedral-drive size: SW = 8 mm","Loc":"Y"},{"Quote":"221971","Line":"1","Company":"1","F_Line":"3","Comment":"Tooling Interface:ER20 (0.5-13.0mm) according to","Loc":"Y"},{"Quote":"221971","Line":"1","Company":"1","F_Line":"4","Comment":"DIN 6499Internal coolant through the spindle. External","Loc":"Y"},{"Quote":"221971","Line":"1","Company":"1","F_Line":"5","Comment":"coolant over pipes filtration grade: max.0.05 mm","Loc":"Y"},{"Quote":"221971","Line":"1","Company":"1","F_Line":"6","Comment":"Continuous dryrun possible with sufficient cooling","Loc":"Y"},{"Quote":"221971","Line":"1","Company":"1","F_Line":"7","Comment":"phase.Maximum temperature: 90�C (194�F). No reversal","Loc":"Y"},{"Quote":"221971","Line":"1","Company":"1","F_Line":"8","Comment":"of rotation direction.Length(L):130mm Gear Ratio:","Loc":"Y"},{"Quote":"221971","Line":"1","Company":"1","F_Line":"9","Comment":"i(n1/n2) = 1:1 Maximum torque: 30 Nm Maximum","Loc":"Y"},{"Quote":"221971","Line":"1","Company":"1","F_Line":"10","Comment":"revolution speed:9000rpm weight approx.9kg.","Loc":"Y"},{"Quote":"221971","Line":"2","Company":"1","F_Line":"1","Comment":"Net price quote for 3 tools.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-21 14:52:47.327 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221971-11212024145247.txt === {"quote":"221971","customer":"8298","name":null,"customerName":"Haskins Industrial, Inc.","comp":"01","open":"0","shipto":"HASKINS","shiptoName":"Haskins Industrial Incorporated","entry_date":"09-24-2024","cust_order_date":"01-17-2025","req_date":"03-28-2025","cust_po":"For Boart","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Andy Desjardins","drop_po":"BMT55 Nakamura","status":"0","user":"cindyt","conv_order":"","time":"07:34","extra":"","follow_up":"12-12-2024","web_id":"","follow_name":"Andy Desjardins","follow_phone":"705-840-8586","follow_email":"adesjardins@haskinsindustrial.com","pic_user":"cindyt","total_amt":"37249.00","total_gp":"37232.24","total_gpm":"99.96","rev_type":"LT","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"6","win_pct":"20","clo_date":"01-23-2025","notes":[{"comp":"1","quote":"221971","line":"2","data":"Also quoting BMT65 #221977"},{"comp":"1","quote":"221971","line":"1","data":"to Boart with Andy. on 10-31"},{"comp":"1","quote":"221971","line":"0","data":"09-24-2024 08:32-cindyt: Ron is going up there"}],"crmnotes":[{"comp":1,"quote":221971,"Line":0,"Comment":"10/14/2024 11:20 AM - cindyt - Encounter has been added"},{"comp":1,"quote":221971,"Line":1,"Comment":"10/14/2024 11:20 AM - cindyt - F/U changed from 10/07/2024 to 11/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221971,"Line":2,"Comment":"10/14/2024 11:21 AM - cindyt - CLO changed from 10/24/2024 to 11/15/2024 (CLO Date Updated)"},{"comp":1,"quote":221971,"Line":3,"Comment":"10/14/2024 11:21 AM - cindyt - Req Date changed from 01/23/2025 to 01/23/2025 (Req Date Updated)"},{"comp":1,"quote":221971,"Line":4,"Comment":"11/21/2024 2:52 PM - cindyt - Encounter has been added"},{"comp":1,"quote":221971,"Line":5,"Comment":"11/21/2024 2:52 PM - cindyt - F/U changed from 11/8/2024 to 12/12/2024 (Follow Up In 3 Week)"},{"comp":1,"quote":221971,"Line":6,"Comment":"11/21/2024 2:52 PM - cindyt - CLO changed from 11/15/2024 to 01/23/2025 (CLO Date Updated)"},{"comp":1,"quote":221971,"Line":7,"Comment":"11/21/2024 2:52 PM - cindyt - Req Date changed from 01/23/2025 to 03/28/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"221971","line":"1","part":"SPECIAL-LV-MI","qty":"1","price":"12574.00","uom":"EA","discount":"0.00","req_date":"See Below","branch":"1"},{"comp":"01","order":"221971","line":"2","part":"SPECIAL-LV-MI","qty":"3","price":"8225.00","uom":"EA","discount":"0.00","req_date":"See Below","branch":"1"},{"comp":"01","order":"221971","line":"3","part":"020-SPAN","qty":"1","price":"19.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221971","line":"4","part":"WRENCH-MIM-107608","qty":"1","price":"35.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"221971","Line":"1","Company":"1","F_Line":"1","Comment":"Part# TBD Nakamura live Fixed Angle Head 95� BMT55","Loc":"Y"},{"Quote":"221971","Line":"1","Company":"1","F_Line":"2","Comment":"Shank size: 75/104mmDihedral-drive size: SW = 8 mm","Loc":"Y"},{"Quote":"221971","Line":"1","Company":"1","F_Line":"3","Comment":"Tooling Interface:ER20 (0.5-13.0mm) according to","Loc":"Y"},{"Quote":"221971","Line":"1","Company":"1","F_Line":"4","Comment":"DIN 6499Internal coolant through the spindle. External","Loc":"Y"},{"Quote":"221971","Line":"1","Company":"1","F_Line":"5","Comment":"coolant over pipes filtration grade: max.0.05 mm","Loc":"Y"},{"Quote":"221971","Line":"1","Company":"1","F_Line":"6","Comment":"Continuous dryrun possible with sufficient cooling","Loc":"Y"},{"Quote":"221971","Line":"1","Company":"1","F_Line":"7","Comment":"phase.Maximum temperature: 90�C (194�F). No reversal","Loc":"Y"},{"Quote":"221971","Line":"1","Company":"1","F_Line":"8","Comment":"of rotation direction.Length(L):130mm Gear Ratio:","Loc":"Y"},{"Quote":"221971","Line":"1","Company":"1","F_Line":"9","Comment":"i(n1/n2) = 1:1 Maximum torque: 30 Nm Maximum","Loc":"Y"},{"Quote":"221971","Line":"1","Company":"1","F_Line":"10","Comment":"revolution speed:9000rpm weight approx.9kg.","Loc":"Y"},{"Quote":"221971","Line":"2","Company":"1","F_Line":"1","Comment":"Net price quote for 3 tools.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-21 14:52:56.407 [INFO] [CreateClient] [jsoncustomer.php] [C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\HAMILEBA.txt]: {"id":"HAMILEBA","name":"Hamilton Machine","address1":"300 Babb Drive","address2":"","city":"Lebanon","state":"TN","zip":"37087","country":"USA","discount_level":null,"date_opened":"","salesman":null,"phone":"615-449-2969","cr_limit":"","Created":"11-21-2024","Segment":"EU","Lat":0.0,"Long":0.0,"Distance":"0","Territory":27,"web_id":2,"Type":"ST","Active":"Y","website":null,"UserId":"gregb","JAS":"N","customer_email":""} [{"json":{"results":"success","type":"customer"}}] 2024-11-21 14:52:56.715 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\HAMILEBA-0-3274.txt === {"customer":"HAMILEBA","line":"A","dept":"M","name":"Jayson Bowers","title":"MS","phone":"615-449-2969","cell":"615-330-8198","fax":null,"email":"jbowers@hamiltonmachine.com","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3274,"password":null,"webenabled":null,"linkedin":null,"city":"Lebanon","state":"TN","address1":"300 Babb Drive","address2":null,"zip":"37087","country":"USA","userid":"gregb","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"ST","Active":"Y","lnrp":"N"} [{"json":{"results":"Contacts","type":"contacts","line":"0"}}] 2024-11-21 14:54:43.266 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221977-11212024145443.txt === {"quote":"221977","customer":"8298","name":null,"customerName":"Haskins Industrial, Inc.","comp":"01","open":"0","shipto":"HASKINS","shiptoName":"Haskins Industrial Incorporated","entry_date":"09-24-2024","cust_order_date":"01-17-2025","req_date":"01-23-2025","cust_po":"For Boart","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Andy Desjardins","drop_po":"BMT65 Nakamura","status":"0","user":"cindyt","conv_order":"","time":"08:39","extra":"","follow_up":"12-19-2024","web_id":"","follow_name":"Andy Desjardins","follow_phone":"705-840-8586","follow_email":"adesjardins@haskinsindustrial.com","pic_user":"cindyt","total_amt":"48882.00","total_gp":"48832.20","total_gpm":"99.90","rev_type":"LT","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"8","win_pct":"20","clo_date":"11-15-2024","notes":[{"comp":"1","quote":"221977","line":"1","data":"Also quoting BMT55 #221971."},{"comp":"1","quote":"221977","line":"0","data":"09-24-2024 10:06-cindyt: Sent quote to Andy."}],"crmnotes":[{"comp":1,"quote":221977,"Line":0,"Comment":"10/14/2024 11:22 AM - cindyt - F/U changed from 09/30/2024 to 11/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221977,"Line":1,"Comment":"10/14/2024 11:22 AM - cindyt - CLO changed from 10/24/2024 to 11/15/2024 (CLO Date Updated)"},{"comp":1,"quote":221977,"Line":2,"Comment":"10/14/2024 11:22 AM - cindyt - Req Date changed from 01/23/2025 to 01/23/2025 (Req Date Updated)"},{"comp":1,"quote":221977,"Line":3,"Comment":"11/21/2024 2:54 PM - cindyt - Encounter has been added"}],"items":[{"comp":"01","order":"221977","line":"1","part":"SPECIAL-LV-MI","qty":"1","price":"12632.00","uom":"EA","discount":"0.00","req_date":"See Below","branch":"1"},{"comp":"01","order":"221977","line":"2","part":"SPECIAL-LV-MI","qty":"5","price":"7250.00","uom":"EA","discount":"0.00","req_date":"See Below","branch":"1"},{"comp":"01","order":"221977","line":"3","part":"WRENCH-ER20I","qty":"1","price":"120.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221977","line":"4","part":"WRENCH-MIM-107608","qty":"1","price":"35.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"221977","Line":"1","Company":"1","F_Line":"1","Comment":"Part# TBDNakamura live Fixed Angle Head 95� BMT65","Loc":"Y"},{"Quote":"221977","Line":"1","Company":"1","F_Line":"2","Comment":"Shank size: 83/112mmDihedral-drive size: SW = 10 mm","Loc":"Y"},{"Quote":"221977","Line":"1","Company":"1","F_Line":"3","Comment":"Tooling interface: ER20 (0.5-13.0mm) according to","Loc":"Y"},{"Quote":"221977","Line":"1","Company":"1","F_Line":"4","Comment":"DIN 6499Internal coolant through the spindle.External","Loc":"Y"},{"Quote":"221977","Line":"1","Company":"1","F_Line":"5","Comment":"coolant over pipes filtration grade: max 0.05mm.","Loc":"Y"},{"Quote":"221977","Line":"1","Company":"1","F_Line":"6","Comment":"Continuous dryrun possible with sufficient cooling","Loc":"Y"},{"Quote":"221977","Line":"1","Company":"1","F_Line":"7","Comment":"phase.Maximum temperature: 90�C (194�F).No reversal of","Loc":"Y"},{"Quote":"221977","Line":"1","Company":"1","F_Line":"8","Comment":"rotation direction.Length (L): 130mm Gear ratio:","Loc":"Y"},{"Quote":"221977","Line":"1","Company":"1","F_Line":"9","Comment":"i(n1/n2) = 1:1Maximum torque: 30 NmMaximum","Loc":"Y"},{"Quote":"221977","Line":"1","Company":"1","F_Line":"10","Comment":"revolution speed:9000rpmWeight:approx. 9kg.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-21 14:54:54.479 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221977-11212024145454.txt === {"quote":"221977","customer":"8298","name":null,"customerName":"Haskins Industrial, Inc.","comp":"01","open":"0","shipto":"HASKINS","shiptoName":"Haskins Industrial Incorporated","entry_date":"09-24-2024","cust_order_date":"01-17-2025","req_date":"01-23-2025","cust_po":"For Boart","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Andy Desjardins","drop_po":"BMT65 Nakamura","status":"0","user":"cindyt","conv_order":"","time":"08:39","extra":"","follow_up":"12-19-2024","web_id":"","follow_name":"Andy Desjardins","follow_phone":"705-840-8586","follow_email":"adesjardins@haskinsindustrial.com","pic_user":"cindyt","total_amt":"48882.00","total_gp":"48832.20","total_gpm":"99.90","rev_type":"LT","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"8","win_pct":"20","clo_date":"01-08-2025","notes":[{"comp":"1","quote":"221977","line":"1","data":"Also quoting BMT55 #221971."},{"comp":"1","quote":"221977","line":"0","data":"09-24-2024 10:06-cindyt: Sent quote to Andy."}],"crmnotes":[{"comp":1,"quote":221977,"Line":0,"Comment":"10/14/2024 11:22 AM - cindyt - F/U changed from 09/30/2024 to 11/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221977,"Line":1,"Comment":"10/14/2024 11:22 AM - cindyt - CLO changed from 10/24/2024 to 11/15/2024 (CLO Date Updated)"},{"comp":1,"quote":221977,"Line":2,"Comment":"10/14/2024 11:22 AM - cindyt - Req Date changed from 01/23/2025 to 01/23/2025 (Req Date Updated)"},{"comp":1,"quote":221977,"Line":3,"Comment":"11/21/2024 2:54 PM - cindyt - Encounter has been added"},{"comp":1,"quote":221977,"Line":4,"Comment":"11/21/2024 2:54 PM - cindyt - F/U changed from 11/08/2024 to 12/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221977,"Line":5,"Comment":"11/21/2024 2:54 PM - cindyt - CLO changed from 11/15/2024 to 01/08/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221977","line":"1","part":"SPECIAL-LV-MI","qty":"1","price":"12632.00","uom":"EA","discount":"0.00","req_date":"See Below","branch":"1"},{"comp":"01","order":"221977","line":"2","part":"SPECIAL-LV-MI","qty":"5","price":"7250.00","uom":"EA","discount":"0.00","req_date":"See Below","branch":"1"},{"comp":"01","order":"221977","line":"3","part":"WRENCH-ER20I","qty":"1","price":"120.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221977","line":"4","part":"WRENCH-MIM-107608","qty":"1","price":"35.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"221977","Line":"1","Company":"1","F_Line":"1","Comment":"Part# TBDNakamura live Fixed Angle Head 95� BMT65","Loc":"Y"},{"Quote":"221977","Line":"1","Company":"1","F_Line":"2","Comment":"Shank size: 83/112mmDihedral-drive size: SW = 10 mm","Loc":"Y"},{"Quote":"221977","Line":"1","Company":"1","F_Line":"3","Comment":"Tooling interface: ER20 (0.5-13.0mm) according to","Loc":"Y"},{"Quote":"221977","Line":"1","Company":"1","F_Line":"4","Comment":"DIN 6499Internal coolant through the spindle.External","Loc":"Y"},{"Quote":"221977","Line":"1","Company":"1","F_Line":"5","Comment":"coolant over pipes filtration grade: max 0.05mm.","Loc":"Y"},{"Quote":"221977","Line":"1","Company":"1","F_Line":"6","Comment":"Continuous dryrun possible with sufficient cooling","Loc":"Y"},{"Quote":"221977","Line":"1","Company":"1","F_Line":"7","Comment":"phase.Maximum temperature: 90�C (194�F).No reversal of","Loc":"Y"},{"Quote":"221977","Line":"1","Company":"1","F_Line":"8","Comment":"rotation direction.Length (L): 130mm Gear ratio:","Loc":"Y"},{"Quote":"221977","Line":"1","Company":"1","F_Line":"9","Comment":"i(n1/n2) = 1:1Maximum torque: 30 NmMaximum","Loc":"Y"},{"Quote":"221977","Line":"1","Company":"1","F_Line":"10","Comment":"revolution speed:9000rpmWeight:approx. 9kg.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-21 14:55:03.818 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221977-11212024145503.txt === {"quote":"221977","customer":"8298","name":null,"customerName":"Haskins Industrial, Inc.","comp":"01","open":"0","shipto":"HASKINS","shiptoName":"Haskins Industrial Incorporated","entry_date":"09-24-2024","cust_order_date":"01-17-2025","req_date":"03-27-2025","cust_po":"For Boart","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Andy Desjardins","drop_po":"BMT65 Nakamura","status":"0","user":"cindyt","conv_order":"","time":"08:39","extra":"","follow_up":"12-19-2024","web_id":"","follow_name":"Andy Desjardins","follow_phone":"705-840-8586","follow_email":"adesjardins@haskinsindustrial.com","pic_user":"cindyt","total_amt":"48882.00","total_gp":"48832.20","total_gpm":"99.90","rev_type":"LT","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"8","win_pct":"20","clo_date":"01-08-2025","notes":[{"comp":"1","quote":"221977","line":"1","data":"Also quoting BMT55 #221971."},{"comp":"1","quote":"221977","line":"0","data":"09-24-2024 10:06-cindyt: Sent quote to Andy."}],"crmnotes":[{"comp":1,"quote":221977,"Line":0,"Comment":"10/14/2024 11:22 AM - cindyt - F/U changed from 09/30/2024 to 11/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221977,"Line":1,"Comment":"10/14/2024 11:22 AM - cindyt - CLO changed from 10/24/2024 to 11/15/2024 (CLO Date Updated)"},{"comp":1,"quote":221977,"Line":2,"Comment":"10/14/2024 11:22 AM - cindyt - Req Date changed from 01/23/2025 to 01/23/2025 (Req Date Updated)"},{"comp":1,"quote":221977,"Line":3,"Comment":"11/21/2024 2:54 PM - cindyt - Encounter has been added"},{"comp":1,"quote":221977,"Line":4,"Comment":"11/21/2024 2:54 PM - cindyt - F/U changed from 11/08/2024 to 12/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221977,"Line":5,"Comment":"11/21/2024 2:54 PM - cindyt - CLO changed from 11/15/2024 to 01/08/2025 (CLO Date Updated)"},{"comp":1,"quote":221977,"Line":6,"Comment":"11/21/2024 2:55 PM - cindyt - Req Date changed from 01/23/2025 to 03/27/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"221977","line":"1","part":"SPECIAL-LV-MI","qty":"1","price":"12632.00","uom":"EA","discount":"0.00","req_date":"See Below","branch":"1"},{"comp":"01","order":"221977","line":"2","part":"SPECIAL-LV-MI","qty":"5","price":"7250.00","uom":"EA","discount":"0.00","req_date":"See Below","branch":"1"},{"comp":"01","order":"221977","line":"3","part":"WRENCH-ER20I","qty":"1","price":"120.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221977","line":"4","part":"WRENCH-MIM-107608","qty":"1","price":"35.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"221977","Line":"1","Company":"1","F_Line":"1","Comment":"Part# TBDNakamura live Fixed Angle Head 95� BMT65","Loc":"Y"},{"Quote":"221977","Line":"1","Company":"1","F_Line":"2","Comment":"Shank size: 83/112mmDihedral-drive size: SW = 10 mm","Loc":"Y"},{"Quote":"221977","Line":"1","Company":"1","F_Line":"3","Comment":"Tooling interface: ER20 (0.5-13.0mm) according to","Loc":"Y"},{"Quote":"221977","Line":"1","Company":"1","F_Line":"4","Comment":"DIN 6499Internal coolant through the spindle.External","Loc":"Y"},{"Quote":"221977","Line":"1","Company":"1","F_Line":"5","Comment":"coolant over pipes filtration grade: max 0.05mm.","Loc":"Y"},{"Quote":"221977","Line":"1","Company":"1","F_Line":"6","Comment":"Continuous dryrun possible with sufficient cooling","Loc":"Y"},{"Quote":"221977","Line":"1","Company":"1","F_Line":"7","Comment":"phase.Maximum temperature: 90�C (194�F).No reversal of","Loc":"Y"},{"Quote":"221977","Line":"1","Company":"1","F_Line":"8","Comment":"rotation direction.Length (L): 130mm Gear ratio:","Loc":"Y"},{"Quote":"221977","Line":"1","Company":"1","F_Line":"9","Comment":"i(n1/n2) = 1:1Maximum torque: 30 NmMaximum","Loc":"Y"},{"Quote":"221977","Line":"1","Company":"1","F_Line":"10","Comment":"revolution speed:9000rpmWeight:approx. 9kg.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-21 14:55:05.550 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.491475, -86.656639, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.491475, -86.656639, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 50 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 20 ROWS ONLY Customer and Shipto From Location process took -0.2229164 second/s. 2024-11-21 14:55:24.560 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.491475, -86.656639, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.491475, -86.656639, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 50 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 20 ROWS FETCH NEXT 20 ROWS ONLY Customer and Shipto From Location process took -0.2118451 second/s. 2024-11-21 14:55:42.261 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.491475, -86.656639, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.491475, -86.656639, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 50 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 40 ROWS FETCH NEXT 20 ROWS ONLY Customer and Shipto From Location process took -0.1842136 second/s. 2024-11-21 14:55:42.492 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.491475, -86.656639, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.491475, -86.656639, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 50 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 60 ROWS FETCH NEXT 20 ROWS ONLY Customer and Shipto From Location process took -0.2070381 second/s. 2024-11-21 14:56:21.168 [INFO] GEOCODE ERROR MESSAGE: ZERO_RESULTS 2024-11-21 14:56:32.212 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.491475, -86.656639, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.491475, -86.656639, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 20 ROWS ONLY Customer and Shipto From Location process took -0.1670222 second/s. 2024-11-21 14:56:51.085 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.149263, -86.732969, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.149263, -86.732969, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 50 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 20 ROWS ONLY Customer and Shipto From Location process took -0.1860304 second/s. 2024-11-21 14:57:30.001 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.149263, -86.732969, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.149263, -86.732969, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 50 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 20 ROWS FETCH NEXT 20 ROWS ONLY Customer and Shipto From Location process took -0.1879413 second/s. 2024-11-21 14:57:30.258 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.149263, -86.732969, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.149263, -86.732969, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 50 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 40 ROWS FETCH NEXT 20 ROWS ONLY Customer and Shipto From Location process took -0.1824992 second/s. 2024-11-21 14:57:30.798 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.149263, -86.732969, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.149263, -86.732969, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 50 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 60 ROWS FETCH NEXT 20 ROWS ONLY Customer and Shipto From Location process took -0.2169112 second/s. 2024-11-21 14:57:31.019 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.149263, -86.732969, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.149263, -86.732969, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 50 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 80 ROWS FETCH NEXT 20 ROWS ONLY Customer and Shipto From Location process took -0.2715779 second/s. 2024-11-21 14:57:36.186 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(36.149263, -86.732969, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(36.149263, -86.732969, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 50 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 100 ROWS FETCH NEXT 20 ROWS ONLY Customer and Shipto From Location process took -0.2537386 second/s. 2024-11-21 14:58:05.440 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222093-11212024145805.txt === {"quote":"222093","customer":"20894","name":null,"customerName":"Triumph Tool Ltd.","comp":"01","open":"1","shipto":"TRIUMCAN","shiptoName":"Triumph Tool","entry_date":"09-25-2024","cust_order_date":"01-25-2025","req_date":"01-23-2025","cust_po":"TOS Dual Capto R/A Head","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"FF","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Don Brekelmans","drop_po":"Tiger Cat","status":"0","user":"cindyt","conv_order":"","time":"15:52","extra":"","follow_up":"10-29-2024","web_id":"","follow_name":"Don Brekelmans","follow_phone":"800-265-4955","follow_email":"donb@triumphtool.com","pic_user":"cindyt","total_amt":"139396.00","total_gp":"139396.00","total_gpm":"100.00","rev_type":"ADV","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"2","totalQty":"3","win_pct":"20","clo_date":"10-30-2024","notes":[{"comp":"1","quote":"222093","line":"3","data":"clarified when PO is received."},{"comp":"1","quote":"222093","line":"2","data":"There are a few dimensions that would need to be"},{"comp":"1","quote":"222093","line":"1","data":"Makuch"},{"comp":"1","quote":"222093","line":"0","data":"09-25-2024 16:20-cindyt: For Tiger Cat, per Rich"}],"crmnotes":[{"comp":1,"quote":222093,"Line":0,"Comment":"10/08/2024 3:29 PM - cindyt - Encounter has been added"},{"comp":1,"quote":222093,"Line":1,"Comment":"10/08/2024 3:29 PM - cindyt - F/U changed from 10/08/2024 to 10/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222093,"Line":2,"Comment":"10/08/2024 4:55 PM - cindyt - Encounter has been added"},{"comp":1,"quote":222093,"Line":3,"Comment":"10/08/2024 4:55 PM - cindyt - F/U changed from 10/15/2024 to 10/29/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222093","line":"1","part":"SPECIAL-AH","qty":"1","price":"52356.00","uom":"EA","discount":"0.00","req_date":"See Below","branch":"1"},{"comp":"01","order":"222093","line":"2","part":"SPECIAL-AH","qty":"2","price":"43520.00","uom":"EA","discount":"0.00","req_date":"See Comment","branch":"1"}],"qlines":[{"Quote":"222093","Line":"1","Company":"1","F_Line":"1","Comment":"Part Number TBD","Loc":"Y"},{"Quote":"222093","Line":"1","Company":"1","F_Line":"2","Comment":"CAT50 AGH; TWIN CAPTO C5;","Loc":"Y"},{"Quote":"222093","Line":"1","Company":"1","F_Line":"3","Comment":"Special flange mount design to go over spindle","Loc":"Y"},{"Quote":"222093","Line":"1","Company":"1","F_Line":"4","Comment":"liner/Guide.1:1 GEAR MAX 150Nm; 2000RPM;","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-21 15:01:31.580 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\DESTACO-3-3274.txt === {"customer":"DESTACO","line":"A","dept":"EN","name":"Chris Squires","title":"E","phone":"248-836-6848","cell":"989-350-0834","fax":null,"email":"csquires@destaco.com","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3274,"password":null,"webenabled":null,"linkedin":null,"city":"Mount Juliet","state":"TN","address1":"210 Mundy Memorial Drive","address2":null,"zip":"37122","country":"USA","userid":"gregb","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"ST","Active":"Y","lnrp":"N"} [{"json":{"results":"Contacts","type":"contacts","line":"3"}}] 2024-11-21 15:04:07.088 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222206-11212024150406.txt === {"quote":"222206","customer":"18715","name":null,"customerName":"Rogers Machine Company","comp":"01","open":"0","shipto":"ROGERSM","shiptoName":"Rogers Machine Company","entry_date":"09-27-2024","cust_order_date":"11-30-2024","req_date":"12-05-2024","cust_po":"PRE-E236PLUS-I40","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tami Brocke","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"09:36","extra":"","follow_up":"12-18-2024","web_id":"","follow_name":"Tami Brocke","follow_phone":"989-754-3611","follow_email":"tbrocke@rmcengine.com","pic_user":"cindyt","total_amt":"53675","total_gp":"24914.69","total_gpm":"46.42","rev_type":"ADV","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"9","win_pct":"20","clo_date":"11-27-2024","notes":[{"comp":"1","quote":"222206","line":"1","data":"with a rotarty table that Steve L quoted."},{"comp":"1","quote":"222206","line":"0","data":"10-23-2024 16:37-cindyt: Keep Open this is going"}],"crmnotes":[{"comp":1,"quote":222206,"Line":0,"Comment":"10/22/2024 2:14 PM - cindyt - Encounter has been added"},{"comp":1,"quote":222206,"Line":1,"Comment":"10/22/2024 2:15 PM - cindyt - F/U changed from 10/20/2024 to 11/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222206,"Line":2,"Comment":"10/22/2024 2:15 PM - cindyt - CLO changed from 10/24/2024 to 11/28/2024 (CLO Date Updated)"},{"comp":1,"quote":222206,"Line":3,"Comment":"10/22/2024 2:15 PM - cindyt - Req Date changed from 10/30/2024 to 12/03/2024 (Req Date Updated)"},{"comp":1,"quote":222206,"Line":4,"Comment":"11/21/2024 3:03 PM - cindyt - Encounter has been added"}],"items":[{"comp":"01","order":"222206","line":"1","part":"PRE-E236PLUS-I40","qty":"1","price":"9500.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222206","line":"2","part":"PRE-E236PLUS-I40","qty":"3","price":"9500.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222206","line":"3","part":"PRE-E236PLUS-I40","qty":"5","price":"9500.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222206","Line":"1","Company":"1","F_Line":"1","Comment":"Discount reflects a purchase order of 1~2 pre-setters.","Loc":"Y"},{"Quote":"222206","Line":"2","Company":"1","F_Line":"1","Comment":"Discount reflects a purchase order of 3~4 pre-setters.","Loc":"Y"},{"Quote":"222206","Line":"3","Company":"1","F_Line":"1","Comment":"Discount reflects a purchase order of 4+ pre-setters.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-21 15:04:19.803 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222206-11212024150419.txt === {"quote":"222206","customer":"18715","name":null,"customerName":"Rogers Machine Company","comp":"01","open":"0","shipto":"ROGERSM","shiptoName":"Rogers Machine Company","entry_date":"09-27-2024","cust_order_date":"11-30-2024","req_date":"12-05-2024","cust_po":"PRE-E236PLUS-I40","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tami Brocke","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"09:36","extra":"","follow_up":"12-18-2024","web_id":"","follow_name":"Tami Brocke","follow_phone":"989-754-3611","follow_email":"tbrocke@rmcengine.com","pic_user":"cindyt","total_amt":"53675","total_gp":"24914.69","total_gpm":"46.42","rev_type":"ADV","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"9","win_pct":"20","clo_date":"12-16-2024","notes":[{"comp":"1","quote":"222206","line":"1","data":"with a rotarty table that Steve L quoted."},{"comp":"1","quote":"222206","line":"0","data":"10-23-2024 16:37-cindyt: Keep Open this is going"}],"crmnotes":[{"comp":1,"quote":222206,"Line":0,"Comment":"10/22/2024 2:14 PM - cindyt - Encounter has been added"},{"comp":1,"quote":222206,"Line":1,"Comment":"10/22/2024 2:15 PM - cindyt - F/U changed from 10/20/2024 to 11/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222206,"Line":2,"Comment":"10/22/2024 2:15 PM - cindyt - CLO changed from 10/24/2024 to 11/28/2024 (CLO Date Updated)"},{"comp":1,"quote":222206,"Line":3,"Comment":"10/22/2024 2:15 PM - cindyt - Req Date changed from 10/30/2024 to 12/03/2024 (Req Date Updated)"},{"comp":1,"quote":222206,"Line":4,"Comment":"11/21/2024 3:03 PM - cindyt - Encounter has been added"},{"comp":1,"quote":222206,"Line":5,"Comment":"11/21/2024 3:04 PM - cindyt - F/U changed from 11/15/2024 to 12/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222206,"Line":6,"Comment":"11/21/2024 3:04 PM - cindyt - CLO changed from 11/27/2024 to 12/16/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222206","line":"1","part":"PRE-E236PLUS-I40","qty":"1","price":"9500.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222206","line":"2","part":"PRE-E236PLUS-I40","qty":"3","price":"9500.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222206","line":"3","part":"PRE-E236PLUS-I40","qty":"5","price":"9500.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222206","Line":"1","Company":"1","F_Line":"1","Comment":"Discount reflects a purchase order of 1~2 pre-setters.","Loc":"Y"},{"Quote":"222206","Line":"2","Company":"1","F_Line":"1","Comment":"Discount reflects a purchase order of 3~4 pre-setters.","Loc":"Y"},{"Quote":"222206","Line":"3","Company":"1","F_Line":"1","Comment":"Discount reflects a purchase order of 4+ pre-setters.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-21 15:04:32.296 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222206-11212024150432.txt === {"quote":"222206","customer":"18715","name":null,"customerName":"Rogers Machine Company","comp":"01","open":"0","shipto":"ROGERSM","shiptoName":"Rogers Machine Company","entry_date":"09-27-2024","cust_order_date":"11-30-2024","req_date":"12-27-2024","cust_po":"PRE-E236PLUS-I40","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tami Brocke","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"09:36","extra":"","follow_up":"12-18-2024","web_id":"","follow_name":"Tami Brocke","follow_phone":"989-754-3611","follow_email":"tbrocke@rmcengine.com","pic_user":"cindyt","total_amt":"53675","total_gp":"24914.69","total_gpm":"46.42","rev_type":"ADV","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"9","win_pct":"20","clo_date":"12-16-2024","notes":[{"comp":"1","quote":"222206","line":"1","data":"with a rotarty table that Steve L quoted."},{"comp":"1","quote":"222206","line":"0","data":"10-23-2024 16:37-cindyt: Keep Open this is going"}],"crmnotes":[{"comp":1,"quote":222206,"Line":0,"Comment":"10/22/2024 2:14 PM - cindyt - Encounter has been added"},{"comp":1,"quote":222206,"Line":1,"Comment":"10/22/2024 2:15 PM - cindyt - F/U changed from 10/20/2024 to 11/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222206,"Line":2,"Comment":"10/22/2024 2:15 PM - cindyt - CLO changed from 10/24/2024 to 11/28/2024 (CLO Date Updated)"},{"comp":1,"quote":222206,"Line":3,"Comment":"10/22/2024 2:15 PM - cindyt - Req Date changed from 10/30/2024 to 12/03/2024 (Req Date Updated)"},{"comp":1,"quote":222206,"Line":4,"Comment":"11/21/2024 3:03 PM - cindyt - Encounter has been added"},{"comp":1,"quote":222206,"Line":5,"Comment":"11/21/2024 3:04 PM - cindyt - F/U changed from 11/15/2024 to 12/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222206,"Line":6,"Comment":"11/21/2024 3:04 PM - cindyt - CLO changed from 11/27/2024 to 12/16/2024 (CLO Date Updated)"},{"comp":1,"quote":222206,"Line":7,"Comment":"11/21/2024 3:04 PM - cindyt - Req Date changed from 12/05/2024 to 12/27/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222206","line":"1","part":"PRE-E236PLUS-I40","qty":"1","price":"9500.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222206","line":"2","part":"PRE-E236PLUS-I40","qty":"3","price":"9500.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222206","line":"3","part":"PRE-E236PLUS-I40","qty":"5","price":"9500.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222206","Line":"1","Company":"1","F_Line":"1","Comment":"Discount reflects a purchase order of 1~2 pre-setters.","Loc":"Y"},{"Quote":"222206","Line":"2","Company":"1","F_Line":"1","Comment":"Discount reflects a purchase order of 3~4 pre-setters.","Loc":"Y"},{"Quote":"222206","Line":"3","Company":"1","F_Line":"1","Comment":"Discount reflects a purchase order of 4+ pre-setters.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-21 15:21:47.292 [INFO] In session is user: duked 2024-11-21 15:21:47.666 [INFO] In session is user: duked 2024-11-21 15:21:47.676 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(34.5782374278078, -112.349639784622, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(34.5782374278078, -112.349639784622, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 40 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2884704 second/s. 2024-11-21 15:21:47.677 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(34.5782374278078, -112.349639784622, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(34.5782374278078, -112.349639784622, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2681869 second/s. 2024-11-21 15:21:48.177 [INFO] In session is user: duked 2024-11-21 15:21:48.859 [INFO] In session is user: duked 2024-11-21 15:21:49.499 [INFO] In session is user: duked 2024-11-21 15:21:50.009 [INFO] In session is user: duked 2024-11-21 15:21:50.476 [INFO] In session is user: duked 2024-11-21 15:21:51.121 [INFO] In session is user: duked 2024-11-21 15:21:51.701 [INFO] In session is user: duked 2024-11-21 15:21:52.480 [INFO] In session is user: duked 2024-11-21 15:21:53.080 [INFO] In session is user: duked 2024-11-21 15:21:53.705 [INFO] In session is user: duked 2024-11-21 15:21:54.344 [INFO] In session is user: duked 2024-11-21 15:21:54.891 [INFO] In session is user: duked 2024-11-21 15:21:55.624 [INFO] In session is user: duked 2024-11-21 15:21:56.570 [INFO] In session is user: duked 2024-11-21 15:21:57.209 [INFO] In session is user: duked 2024-11-21 15:21:57.771 [INFO] In session is user: duked 2024-11-21 15:21:58.412 [INFO] In session is user: duked 2024-11-21 15:21:59.139 [INFO] In session is user: duked 2024-11-21 15:21:59.784 [INFO] In session is user: duked 2024-11-21 15:22:00.393 [INFO] In session is user: duked 2024-11-21 15:22:01.177 [INFO] In session is user: duked 2024-11-21 15:22:01.692 [INFO] In session is user: duked 2024-11-21 15:22:02.331 [INFO] In session is user: duked 2024-11-21 15:22:02.983 [INFO] In session is user: duked 2024-11-21 15:31:26.735 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(34.5834394363221, -112.348339489756, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(34.5834394363221, -112.348339489756, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2030676 second/s. 2024-11-21 15:31:42.711 [INFO] In session is user: duked 2024-11-21 15:31:43.274 [INFO] In session is user: duked 2024-11-21 15:31:43.771 [INFO] In session is user: duked 2024-11-21 15:31:44.880 [INFO] In session is user: duked 2024-11-21 15:31:45.444 [INFO] In session is user: duked 2024-11-21 15:31:46.136 [INFO] In session is user: duked 2024-11-21 15:31:46.785 [INFO] In session is user: duked 2024-11-21 15:31:47.434 [INFO] In session is user: duked 2024-11-21 15:31:49.942 [INFO] In session is user: duked 2024-11-21 15:31:50.451 [INFO] In session is user: duked 2024-11-21 15:31:50.875 [INFO] In session is user: duked 2024-11-21 15:31:51.256 [INFO] In session is user: duked 2024-11-21 15:31:51.661 [INFO] In session is user: duked 2024-11-21 15:31:52.056 [INFO] In session is user: duked 2024-11-21 15:31:52.483 [INFO] In session is user: duked 2024-11-21 15:31:52.904 [INFO] In session is user: duked 2024-11-21 15:31:53.306 [INFO] In session is user: duked 2024-11-21 15:31:53.723 [INFO] In session is user: duked 2024-11-21 15:31:54.140 [INFO] In session is user: duked 2024-11-21 15:31:54.601 [INFO] In session is user: duked 2024-11-21 15:31:55.052 [INFO] In session is user: duked 2024-11-21 15:31:55.446 [INFO] In session is user: duked 2024-11-21 15:31:55.817 [INFO] In session is user: duked 2024-11-21 15:31:56.578 [INFO] In session is user: duked 2024-11-21 15:31:57.057 [INFO] In session is user: duked 2024-11-21 15:31:57.465 [INFO] In session is user: duked 2024-11-21 15:31:58.144 [INFO] In session is user: duked 2024-11-21 15:31:58.587 [INFO] In session is user: duked 2024-11-21 15:31:59.024 [INFO] In session is user: duked 2024-11-21 15:31:59.643 [INFO] In session is user: duked 2024-11-21 15:32:00.121 [INFO] In session is user: duked 2024-11-21 15:32:00.521 [INFO] In session is user: duked 2024-11-21 15:32:00.937 [INFO] In session is user: duked 2024-11-21 15:32:01.344 [INFO] In session is user: duked 2024-11-21 15:32:01.755 [INFO] In session is user: duked 2024-11-21 15:32:02.175 [INFO] In session is user: duked 2024-11-21 15:32:02.596 [INFO] In session is user: duked 2024-11-21 15:32:03.013 [INFO] In session is user: duked 2024-11-21 15:32:03.602 [INFO] In session is user: duked 2024-11-21 15:32:04.126 [INFO] In session is user: duked 2024-11-21 15:32:04.617 [INFO] In session is user: duked 2024-11-21 15:32:05.095 [INFO] In session is user: duked 2024-11-21 15:32:05.476 [INFO] In session is user: duked 2024-11-21 15:32:05.897 [INFO] In session is user: duked 2024-11-21 15:32:06.385 [INFO] In session is user: duked 2024-11-21 15:32:06.835 [INFO] In session is user: duked 2024-11-21 15:32:07.344 [INFO] In session is user: duked 2024-11-21 15:32:07.948 [INFO] In session is user: duked 2024-11-21 15:32:08.425 [INFO] In session is user: duked 2024-11-21 15:32:08.773 [INFO] In session is user: duked 2024-11-21 15:32:09.255 [INFO] In session is user: duked 2024-11-21 15:32:09.787 [INFO] In session is user: duked 2024-11-21 15:32:10.167 [INFO] In session is user: duked 2024-11-21 15:32:10.701 [INFO] In session is user: duked 2024-11-21 15:32:11.212 [INFO] In session is user: duked 2024-11-21 15:32:11.610 [INFO] In session is user: duked 2024-11-21 15:32:12.142 [INFO] In session is user: duked 2024-11-21 15:32:12.635 [INFO] In session is user: duked 2024-11-21 15:32:13.015 [INFO] In session is user: duked 2024-11-21 15:32:13.431 [INFO] In session is user: duked 2024-11-21 15:32:13.897 [INFO] In session is user: duked 2024-11-21 15:32:14.381 [INFO] In session is user: duked 2024-11-21 15:32:14.826 [INFO] In session is user: duked 2024-11-21 15:32:15.308 [INFO] In session is user: duked 2024-11-21 15:32:15.820 [INFO] In session is user: duked 2024-11-21 15:32:16.288 [INFO] In session is user: duked 2024-11-21 15:32:16.754 [INFO] In session is user: duked 2024-11-21 15:32:17.268 [INFO] In session is user: duked 2024-11-21 15:32:17.727 [INFO] In session is user: duked 2024-11-21 15:32:18.214 [INFO] In session is user: duked 2024-11-21 15:32:18.734 [INFO] In session is user: duked 2024-11-21 15:32:19.201 [INFO] In session is user: duked 2024-11-21 15:32:19.681 [INFO] In session is user: duked 2024-11-21 15:32:20.157 [INFO] In session is user: duked 2024-11-21 15:32:20.562 [INFO] In session is user: duked 2024-11-21 15:32:21.082 [INFO] In session is user: duked 2024-11-21 15:32:21.573 [INFO] In session is user: duked 2024-11-21 15:32:22.078 [INFO] In session is user: duked 2024-11-21 15:32:22.523 [INFO] In session is user: duked 2024-11-21 15:32:23.014 [INFO] In session is user: duked 2024-11-21 15:32:23.499 [INFO] In session is user: duked 2024-11-21 15:32:23.988 [INFO] In session is user: duked 2024-11-21 15:32:24.468 [INFO] In session is user: duked 2024-11-21 15:32:24.933 [INFO] In session is user: duked 2024-11-21 15:32:25.452 [INFO] In session is user: duked 2024-11-21 15:32:25.901 [INFO] In session is user: duked 2024-11-21 15:32:26.413 [INFO] In session is user: duked 2024-11-21 15:32:26.879 [INFO] In session is user: duked 2024-11-21 15:32:27.334 [INFO] In session is user: duked 2024-11-21 15:32:27.817 [INFO] In session is user: duked 2024-11-21 15:32:28.314 [INFO] In session is user: duked 2024-11-21 15:32:28.766 [INFO] In session is user: duked 2024-11-21 15:32:29.274 [INFO] In session is user: duked 2024-11-21 15:32:29.740 [INFO] In session is user: duked 2024-11-21 15:32:30.217 [INFO] In session is user: duked 2024-11-21 15:32:30.710 [INFO] In session is user: duked 2024-11-21 15:32:31.233 [INFO] In session is user: duked 2024-11-21 15:32:31.653 [INFO] In session is user: duked 2024-11-21 15:32:32.242 [INFO] In session is user: duked 2024-11-21 15:32:32.723 [INFO] In session is user: duked 2024-11-21 15:32:33.174 [INFO] In session is user: duked 2024-11-21 15:32:33.606 [INFO] In session is user: duked 2024-11-21 15:32:34.026 [INFO] In session is user: duked 2024-11-21 15:32:34.433 [INFO] In session is user: duked 2024-11-21 15:32:34.874 [INFO] In session is user: duked 2024-11-21 15:32:35.395 [INFO] In session is user: duked 2024-11-21 15:32:35.853 [INFO] In session is user: duked 2024-11-21 15:32:36.332 [INFO] In session is user: duked 2024-11-21 15:32:36.727 [INFO] In session is user: duked 2024-11-21 15:32:37.159 [INFO] In session is user: duked 2024-11-21 15:32:37.709 [INFO] In session is user: duked 2024-11-21 15:32:38.124 [INFO] In session is user: duked 2024-11-21 15:32:38.560 [INFO] In session is user: duked 2024-11-21 15:32:39.052 [INFO] In session is user: duked 2024-11-21 15:32:39.526 [INFO] In session is user: duked 2024-11-21 15:33:36.047 [INFO] In session is user: duked 2024-11-21 15:33:36.876 [INFO] In session is user: duked 2024-11-21 15:33:37.452 [INFO] In session is user: duked 2024-11-21 15:33:38.505 [INFO] In session is user: duked 2024-11-21 15:33:39.103 [INFO] In session is user: duked 2024-11-21 15:33:39.679 [INFO] In session is user: duked 2024-11-21 15:33:40.373 [INFO] In session is user: duked 2024-11-21 15:33:41.011 [INFO] In session is user: duked 2024-11-21 15:33:41.679 [INFO] In session is user: duked 2024-11-21 15:33:42.263 [INFO] In session is user: duked 2024-11-21 15:33:42.960 [INFO] In session is user: duked 2024-11-21 15:33:43.916 [INFO] In session is user: duked 2024-11-21 15:33:44.558 [INFO] In session is user: duked 2024-11-21 15:33:45.183 [INFO] In session is user: duked 2024-11-21 15:33:45.824 [INFO] In session is user: duked 2024-11-21 15:33:46.387 [INFO] In session is user: duked 2024-11-21 15:33:47.091 [INFO] In session is user: duked 2024-11-21 15:33:47.734 [INFO] In session is user: duked 2024-11-21 15:33:48.380 [INFO] In session is user: duked 2024-11-21 15:33:49.030 [INFO] In session is user: duked 2024-11-21 15:33:49.660 [INFO] In session is user: duked 2024-11-21 15:33:50.290 [INFO] In session is user: duked 2024-11-21 15:33:50.936 [INFO] In session is user: duked 2024-11-21 15:33:51.611 [INFO] In session is user: duked 2024-11-21 15:33:52.248 [INFO] In session is user: duked 2024-11-21 15:33:52.863 [INFO] In session is user: duked 2024-11-21 15:33:53.503 [INFO] In session is user: duked 2024-11-21 15:33:54.020 [INFO] In session is user: duked 2024-11-21 15:33:54.706 [INFO] In session is user: duked 2024-11-21 15:33:55.422 [INFO] In session is user: duked 2024-11-21 15:33:56.067 [INFO] In session is user: duked 2024-11-21 15:33:56.723 [INFO] In session is user: duked 2024-11-21 15:33:57.333 [INFO] In session is user: duked 2024-11-21 15:33:57.980 [INFO] In session is user: duked 2024-11-21 15:33:58.543 [INFO] In session is user: duked 2024-11-21 15:33:59.249 [INFO] In session is user: duked 2024-11-21 15:33:59.889 [INFO] In session is user: duked 2024-11-21 15:34:00.568 [INFO] In session is user: duked 2024-11-21 15:34:01.180 [INFO] In session is user: duked 2024-11-21 15:34:01.817 [INFO] In session is user: duked 2024-11-21 15:34:02.443 [INFO] In session is user: duked 2024-11-21 15:34:03.126 [INFO] In session is user: duked 2024-11-21 15:34:03.664 [INFO] In session is user: duked 2024-11-21 15:34:04.373 [INFO] In session is user: duked 2024-11-21 15:34:05.024 [INFO] In session is user: duked 2024-11-21 15:34:05.566 [INFO] In session is user: duked 2024-11-21 15:34:06.315 [INFO] In session is user: duked 2024-11-21 15:34:06.962 [INFO] In session is user: duked 2024-11-21 16:00:46.979 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224347-11212024160046.txt === {"quote":"224347","customer":"10108","name":null,"customerName":"Jupiter Machine Tool, Inc.","comp":"01","open":"0","shipto":"DIXIMACH","shiptoName":"Dixie Machine Shop","entry_date":"11-13-2024","cust_order_date":"11-13-2024","req_date":"12-25-2024","cust_po":"NCAT40-SK10C-90UP-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"09:48","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"David Andersen","follow_phone":"(309) 371-8575","follow_email":"david.andersen@jupitermt.com","pic_user":"bethw","total_amt":"6233.0","total_gp":"3560.66","total_gpm":"57.13","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"bethw","reason":"","totalQty":"30","win_pct":"20","clo_date":"12-13-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224347","line":"1","part":"NCAT40-SK10C-90UP-IDU","qty":"2","price":"470.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224347","line":"2","part":"SK10-SET-05-A","qty":"1","price":"335.00","uom":"ST","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224347","line":"3","part":"E32-SET-21","qty":"1","price":"1092.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224347","line":"4","part":"E40-SET-25","qty":"1","price":"1700.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224347","line":"5","part":"NCAT40-SK16C-60UP-IDU","qty":"3","price":"495.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224347","line":"6","part":"SK16-SET-09-A","qty":"2","price":"738.00","uom":"ST","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224347","line":"7","part":"NC4007-0032-3.13G","qty":"2","price":"322.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224347","line":"8","part":"NC4007-0040-3.13G","qty":"2","price":"362.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224347","line":"9","part":"NCAT40-C1-85UG-IDU","qty":"1","price":"684.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224347","line":"10","part":"TQW-150","qty":"1","price":"331.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224347","line":"11","part":"TQW-GH10(14X18)","qty":"1","price":"113.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224347","line":"12","part":"TQW-GH16","qty":"1","price":"138.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224347","line":"13","part":"TQW-GH25","qty":"1","price":"138.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224347","line":"14","part":"KM1-1/2","qty":"1","price":"62.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224347","line":"15","part":"KM1-3/4","qty":"1","price":"62.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224347","line":"16","part":"NC4001-0750-1.75CP","qty":"2","price":"307.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224347","line":"17","part":"NC4001-1000-1.75CP","qty":"2","price":"327.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224347","line":"18","part":"NC4006-0500-2.50CP","qty":"1","price":"268.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224347","line":"19","part":"NC4006-0750-3.00CP","qty":"1","price":"268.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224347","line":"20","part":"NC4006-1000-2.00","qty":"1","price":"221.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224347","line":"21","part":"NC4006-1250-4.00CP","qty":"1","price":"275.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224347","line":"22","part":"TCLA-40/63A/C6","qty":"1","price":"242.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":22}}] 2024-11-21 16:01:54.443 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222685-11212024160154.txt === {"quote":"222685","customer":"2180","name":null,"customerName":"Bass Tool & Supply Co.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-08-2024","cust_order_date":"11-08-2024","req_date":"11-19-2024","cust_po":"C4006-8-2.50DIN","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"JH","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"12:31","extra":"","follow_up":"11-19-2024","web_id":"","follow_name":"Jacob Furnace","follow_phone":"713-682-1889","follow_email":"jfurnace@basstool.com","pic_user":"bethw","total_amt":"69.60","total_gp":"68.60","total_gpm":"98.56","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"bethw","reason":"2","totalQty":"2","win_pct":"20","clo_date":"11-08-2024","notes":[],"crmnotes":[{"comp":1,"quote":222685,"Line":0,"Comment":"11/12/2024 10:56 AM - bethw - Sent final FU to Jacob and mentioned the item was on our Overstock list for an additional 20%. Close if no response"},{"comp":1,"quote":222685,"Line":1,"Comment":"11/12/2024 10:56 AM - bethw - F/U changed from 11/8/2024 to 11/19/2024 (Follow Up In 1 Week)"},{"comp":1,"quote":222685,"Line":2,"Comment":"11/21/2024 4:01 PM - bethw - no activity in area, quote expired and closed."}],"items":[{"comp":"01","order":"222685","line":"1","part":"C4006-8-2.50DIN","qty":"1","price":"174.00","uom":"EA","discount":"60.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222685","line":"2","part":"PROMOTION-OS","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-21 16:02:35.594 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224439-11212024160235.txt === {"quote":"224439","customer":"13410","name":null,"customerName":"Max Tool Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-14-2024","cust_order_date":"11-14-2024","req_date":"12-26-2024","cust_po":"HSK63A-RDC5-90","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"09:45","extra":"","follow_up":"12-16-2024","web_id":"","follow_name":"Danny Williams","follow_phone":"205-222-0442","follow_email":"danny@maxtoolinc.com","pic_user":"bethw","total_amt":"1541.80","total_gp":"923.49","total_gpm":"59.90","rev_type":"ADV","mod_date":"11-21-2024","mod_time":null,"mod_user":"bethw","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-14-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224439","line":"1","part":"HSK63A-RDC5-90","qty":"1","price":"767.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224439","line":"2","part":"HSK63A-RDC5-115-QC","qty":"1","price":"1605.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-21 16:03:43.616 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\PMCWHITE-1-3274.txt === {"customer":"PMCWHITE","line":"A","dept":"A","name":"Teri Feldmann","title":"PA","phone":"615-672-3103","cell":"615-672-3103","fax":null,"email":"teri.feldmann@pmclonestar.com","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3274,"password":null,"webenabled":null,"linkedin":null,"city":"White House","state":"TN","address1":"107 SCT Drive","address2":null,"zip":"37188","country":"USA","userid":"gregb","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"ST","Active":"Y","lnrp":"N"} [{"json":{"results":"Contacts","type":"contacts","line":"1"}}] 2024-11-21 16:04:13.381 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223082-11212024160413.txt === {"quote":"223082","customer":"13687","name":null,"customerName":"DMG Mori (IL)","comp":"01","open":"1","shipto":"DMGMORWA","shiptoName":"DMG Mori USA, Inc.","entry_date":"10-16-2024","cust_order_date":"10-16-2024","req_date":"11-27-2024","cust_po":"H100A-MRAM-IC","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"15:03","extra":"","follow_up":"11-20-2024","web_id":"","follow_name":"Bret Hawkins","follow_phone":"360-605-5258","follow_email":"bhawkins@dmgmori-usa.com","pic_user":"bethw","total_amt":"37442.18","total_gp":"27766.62","total_gpm":"74.16","rev_type":"ADV","mod_date":"11-21-2024","mod_time":null,"mod_user":"bethw","reason":"2","totalQty":"12","win_pct":"20","clo_date":"11-16-2024","notes":[],"crmnotes":[{"comp":1,"quote":223082,"Line":0,"Comment":"10/25/2024 3:35 PM - bethw - Sent QFU to Bret."},{"comp":1,"quote":223082,"Line":1,"Comment":"10/25/2024 3:35 PM - bethw - F/U changed from 10/22/2024 to 11/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223082,"Line":2,"Comment":"11/13/2024 11:11 AM - bethw - Sent another QFU to Ryan this time, asked for update or if active. Close if no\nresponse."},{"comp":1,"quote":223082,"Line":3,"Comment":"11/13/2024 11:12 AM - bethw - F/U changed from 11/15/2024 to 11/20/2024 (Follow Up In 1 Week)"},{"comp":1,"quote":223082,"Line":4,"Comment":"11/21/2024 4:04 PM - bethw - No response from FU. Quote expired and closed."}],"items":[{"comp":"01","order":"223082","line":"1","part":"H100A-MRAM-IC","qty":"2","price":"6515.00","uom":"EA","discount":"25.00","req_date":"1 Stock bal pending","branch":"1"},{"comp":"01","order":"223082","line":"2","part":"MRAM-EXT-100","qty":"2","price":"1912.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223082","line":"3","part":"MRAM-ER16L-IC","qty":"2","price":"5118.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223082","line":"6","part":"SPECIAL-TL","qty":"1","price":"4540.90","uom":"EA","discount":"0.00","req_date":"see comments","branch":"1"},{"comp":"01","order":"223082","line":"7","part":"SPECIAL-TL","qty":"2","price":"2851.85","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"223082","line":"8","part":"SPECIAL-TL","qty":"3","price":"2293.36","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"}],"qlines":[{"Quote":"223082","Line":"6","Company":"1","F_Line":"1","Comment":"Modular Locking Unit A 118 suitable for HSK100","Loc":"Y"},{"Quote":"223082","Line":"6","Company":"1","F_Line":"2","Comment":"DMG DMC125","Loc":"Y"}],"qcomms":[{"Quote":"223082","Line":"0","Comment":"These are non-standard stock items and considered"},{"Quote":"223082","Line":"1","Comment":"specials. Once a PO has been issued these items"},{"Quote":"223082","Line":"2","Comment":"cannot be cancelled or returned."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-21 16:07:21.534 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222206-11212024160721.txt === {"quote":"222206","customer":"18715","name":null,"customerName":"Rogers Machine Company","comp":"01","open":"1","shipto":"ROGERSM","shiptoName":"Rogers Machine Company","entry_date":"09-27-2024","cust_order_date":"11-30-2024","req_date":"12-27-2024","cust_po":"PRE-E236PLUS-I40","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tami Brocke","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"09:36","extra":"","follow_up":"12-18-2024","web_id":"","follow_name":"Tami Brocke","follow_phone":"989-754-3611","follow_email":"tbrocke@rmcengine.com","pic_user":"cindyt","total_amt":"53675","total_gp":"24914.69","total_gpm":"46.42","rev_type":"ADV","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"2","totalQty":"9","win_pct":"20","clo_date":"12-16-2024","notes":[{"comp":"1","quote":"222206","line":"1","data":"with a rotarty table that Steve L quoted."},{"comp":"1","quote":"222206","line":"0","data":"10-23-2024 16:37-cindyt: Keep Open this is going"}],"crmnotes":[{"comp":1,"quote":222206,"Line":0,"Comment":"10/22/2024 2:14 PM - cindyt - Encounter has been added"},{"comp":1,"quote":222206,"Line":1,"Comment":"10/22/2024 2:15 PM - cindyt - F/U changed from 10/20/2024 to 11/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222206,"Line":2,"Comment":"10/22/2024 2:15 PM - cindyt - CLO changed from 10/24/2024 to 11/28/2024 (CLO Date Updated)"},{"comp":1,"quote":222206,"Line":3,"Comment":"10/22/2024 2:15 PM - cindyt - Req Date changed from 10/30/2024 to 12/03/2024 (Req Date Updated)"},{"comp":1,"quote":222206,"Line":4,"Comment":"11/21/2024 3:03 PM - cindyt - Encounter has been added"},{"comp":1,"quote":222206,"Line":5,"Comment":"11/21/2024 3:04 PM - cindyt - F/U changed from 11/15/2024 to 12/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222206,"Line":6,"Comment":"11/21/2024 3:04 PM - cindyt - CLO changed from 11/27/2024 to 12/16/2024 (CLO Date Updated)"},{"comp":1,"quote":222206,"Line":7,"Comment":"11/21/2024 3:04 PM - cindyt - Req Date changed from 12/05/2024 to 12/27/2024 (Req Date Updated)"},{"comp":1,"quote":222206,"Line":8,"Comment":"11/21/2024 4:06 PM - cindyt - Encounter has been added"}],"items":[{"comp":"01","order":"222206","line":"1","part":"PRE-E236PLUS-I40","qty":"1","price":"9500.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222206","line":"2","part":"PRE-E236PLUS-I40","qty":"3","price":"9500.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222206","line":"3","part":"PRE-E236PLUS-I40","qty":"5","price":"9500.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222206","Line":"1","Company":"1","F_Line":"1","Comment":"Discount reflects a purchase order of 1~2 pre-setters.","Loc":"Y"},{"Quote":"222206","Line":"2","Company":"1","F_Line":"1","Comment":"Discount reflects a purchase order of 3~4 pre-setters.","Loc":"Y"},{"Quote":"222206","Line":"3","Company":"1","F_Line":"1","Comment":"Discount reflects a purchase order of 4+ pre-setters.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-21 16:09:29.123 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223253-11212024160928.txt === {"quote":"223253","customer":"20280","name":null,"customerName":"Techni-Tool Inc. (TX)","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-21-2024","cust_order_date":"11-21-2024","req_date":"12-02-2024","cust_po":"MNL12-ER32X","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"09:21","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"Bob Shively","follow_phone":"972-412-4550","follow_email":"bshively@technitoolinc.com","pic_user":"bethw","total_amt":"3892.56","total_gp":"2842.66","total_gpm":"73.03","rev_type":"LT","mod_date":"11-21-2024","mod_time":null,"mod_user":"bethw","reason":"","totalQty":"5","win_pct":"20","clo_date":"11-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":223253,"Line":0,"Comment":"11/21/2024 4:09 PM - bethw - Sent Bob a QFU and mentioned the IMTS promo ending Nov 30th. Close if no response."}],"items":[{"comp":"01","order":"223253","line":"1","part":"MNL12-ER32X","qty":"1","price":"2312.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223253","line":"2","part":"MNL12-ER32X-10K","qty":"1","price":"2808.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223253","line":"3","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"223253","line":"4","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223253","line":"5","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":5}}] 2024-11-21 16:10:53.563 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223257-11212024161053.txt === {"quote":"223257","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"MSCTX","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"10-21-2024","cust_order_date":"11-21-2024","req_date":"12-02-2024","cust_po":"IC300","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"09:56","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Tommy Myrick","follow_phone":"214-638-0900","follow_email":"tom.myrick@mscdirect.com","pic_user":"bethw","total_amt":"3849.20","total_gp":"2294.38","total_gpm":"59.61","rev_type":"ADV","mod_date":"11-21-2024","mod_time":null,"mod_user":"bethw","reason":"1","totalQty":"4","win_pct":"20","clo_date":"11-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":223257,"Line":0,"Comment":"11/21/2024 4:10 PM - bethw - converted to SO# 993542"}],"items":[{"comp":"01","order":"223257","line":"1","part":"IC300","qty":"1","price":"883.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223257","line":"2","part":"MRAM-NSK-M17","qty":"1","price":"1980.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223257","line":"3","part":"PA80-CAT","qty":"1","price":"986.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223257","line":"4","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":4}}] 2024-11-21 16:12:37.277 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223279-11212024161237.txt === {"quote":"223279","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"1","shipto":"PTSOLUOK","shiptoName":"PTSolutions - Oklahoma City","entry_date":"10-21-2024","cust_order_date":"11-21-2024","req_date":"12-02-2024","cust_po":"C5007-0032-12.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"13:20","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Chris Turner","follow_phone":"405-235-2621 x1434","follow_email":"cturner@pts-tools.com","pic_user":"bethw","total_amt":"1261.5","total_gp":"722.13","total_gpm":"57.24","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"bethw","reason":"1","totalQty":"3","win_pct":"20","clo_date":"11-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":223279,"Line":0,"Comment":"11/21/2024 4:12 PM - bethw - It appears this item was purchased 3 days before this quote on SO# 992965. Maybe a price check?"}],"items":[{"comp":"01","order":"223279","line":"1","part":"C5007-0032-12.00","qty":"3","price":"725.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-21 16:19:21.856 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223294-11212024161921.txt === {"quote":"223294","customer":"3355","name":null,"customerName":"Champions Machine Tool Sales","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-21-2024","cust_order_date":"11-21-2024","req_date":"12-02-2024","cust_po":"BMT65-ER32X-ICE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"14:59","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"Patrick Vroenen","follow_phone":"936-330-5753 cell","follow_email":"pvroenen@championscnc.com","pic_user":"bethw","total_amt":"7123.2","total_gp":"4620.30","total_gpm":"64.86","rev_type":"LT","mod_date":"11-21-2024","mod_time":null,"mod_user":"bethw","reason":"","totalQty":"5","win_pct":"20","clo_date":"11-21-2024","notes":[{"comp":"1","quote":"223294","line":"0","data":"10-21-2024 15:21-bethw: Patrick is LNRP member."}],"crmnotes":[{"comp":1,"quote":223294,"Line":0,"Comment":"11/21/2024 4:19 PM - bethw - Sent Patrick a FU."}],"items":[{"comp":"01","order":"223294","line":"1","part":"BMT65-ER32X-ICE","qty":"3","price":"3320.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223294","line":"2","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223294","line":"3","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-21 16:21:25.753 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223307-11212024162125.txt === {"quote":"223307","customer":"2119","name":null,"customerName":"Ballard Industrial","comp":"01","open":"1","shipto":"CEDRICRI","shiptoName":"Cedric Rivier","entry_date":"10-22-2024","cust_order_date":"11-22-2024","req_date":"12-03-2024","cust_po":"NCAT40-SK20C-90U-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"08:04","extra":"","follow_up":"11-22-2024","web_id":"","follow_name":"Sam Wrisley","follow_phone":"253-553-9440","follow_email":"sam.wrisley@ballardindustrial.com","pic_user":"bethw","total_amt":"2840.50","total_gp":"2020.39","total_gpm":"71.13","rev_type":"ADV","mod_date":"11-21-2024","mod_time":null,"mod_user":"bethw","reason":"2","totalQty":"9","win_pct":"20","clo_date":"11-22-2024","notes":[],"crmnotes":[{"comp":1,"quote":223307,"Line":0,"Comment":"11/21/2024 4:21 PM - bethw - This is a new distributor but there is no activity. quote closed."}],"items":[{"comp":"01","order":"223307","line":"1","part":"NCAT40-SK20C-90U-IDU","qty":"5","price":"478.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223307","line":"2","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"223307","line":"3","part":"SK20-SET-10-A","qty":"1","price":"877.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223307","line":"4","part":"TQW-150","qty":"1","price":"331.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223307","line":"5","part":"TQW-ER32/SK20(50)","qty":"1","price":"102.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":5}}] 2024-11-21 16:22:12.962 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223317-11212024162212.txt === {"quote":"223317","customer":"2180","name":null,"customerName":"Bass Tool & Supply Co.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-22-2024","cust_order_date":"11-22-2024","req_date":"12-03-2024","cust_po":"C5001-1250-4.00CP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"09:23","extra":"","follow_up":"11-22-2024","web_id":"","follow_name":"Robert Paredes","follow_phone":"713-682-1889 x5945","follow_email":"rparedes@basstool.com","pic_user":"bethw","total_amt":"173.4","total_gp":"86.59","total_gpm":"49.94","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"bethw","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-22-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223317","line":"1","part":"C5001-1250-4.00CP","qty":"1","price":"289.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-21 16:22:17.698 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222466-11212024162217.txt === {"quote":"222466","customer":"13700TA","name":null,"customerName":"The Robert E. Morris Company (CT-TA","comp":"01","open":"1","shipto":"SMITH","shiptoName":"Smith & Wesson Inc.","entry_date":"10-09-2024","cust_order_date":"01-05-2024","req_date":"03-07-2025","cust_po":"Okuma L370 Per Print","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Vinnie Carra","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"11:00","extra":"","follow_up":"11-15-2024","web_id":"","follow_name":"Vinnie Carra","follow_phone":"860-687-3300","follow_email":"vcarra@robertemorris.com","pic_user":"cindyt","total_amt":"70955.00","total_gp":"70880.36","total_gpm":"99.89","rev_type":"LT","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"2","totalQty":"9","win_pct":"20","clo_date":"11-15-2024","notes":[{"comp":"1","quote":"222466","line":"6","data":"on this quote."},{"comp":"1","quote":"222466","line":"5","data":"and sent Ben the Koma drawing which is also upload"},{"comp":"1","quote":"222466","line":"4","data":"10-03-2024 13:30-cindyt: Added to Mimatic log"},{"comp":"1","quote":"222466","line":"3","data":"included with holder."},{"comp":"1","quote":"222466","line":"2","data":"if we get it at no charge. Wrenches are not"},{"comp":"1","quote":"222466","line":"1","data":"Wrench-Mim-107642 to the order"},{"comp":"1","quote":"222466","line":"0","data":"10-09-2024 10:38-cindyt: Wrench-ER32I"}],"crmnotes":[{"comp":1,"quote":222466,"Line":0,"Comment":"11/21/2024 4:21 PM - cindyt - Encounter has been added"}],"items":[{"comp":"01","order":"222466","line":"1","part":"SPECIAL-LV-MI","qty":"2","price":"12690.00","uom":"EA","discount":"0.00","req_date":"17 Weeks ARO","branch":"1"},{"comp":"01","order":"222466","line":"2","part":"SPECIAL-LV-MI","qty":"5","price":"9115.00","uom":"EA","discount":"0.00","req_date":"17 Weeks ARO","branch":"1"},{"comp":"01","order":"222466","line":"3","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222466","line":"4","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222466","Line":"1","Company":"1","F_Line":"1","Comment":"Quoted at NET price for 2 tools.","Loc":"Y"},{"Quote":"222466","Line":"2","Company":"1","F_Line":"1","Comment":"Net Price quoted for 5 tools.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":4}}] 2024-11-21 16:23:03.352 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222502-11212024162303.txt === {"quote":"222502","customer":"19578","name":null,"customerName":"Single Source Technologies - Canada","comp":"01","open":"1","shipto":"SSTMIS","shiptoName":"Single Source Technologies","entry_date":"10-03-2024","cust_order_date":"12-05-2024","req_date":"12-10-2024","cust_po":"ZKG16 Tap Collets","terms_code":"N45","ship_via":"U-ST","ship_collect":"R8E428","drop_ship":"N","territory":"56","salesman":"FF","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Rachel Hughson","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"14:20","extra":"","follow_up":"10-23-2024","web_id":"","follow_name":"Rachel Hughson","follow_phone":"519-999-0719","follow_email":"rachel.hughson@singlesourcetech.com","pic_user":"cindyt","total_amt":"493.20","total_gp":"341.95","total_gpm":"69.33","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"2","totalQty":"2","win_pct":"20","clo_date":"10-30-2024","notes":[{"comp":"1","quote":"222502","line":"0","data":"10-03-2024 14:40-cindyt: Added to the quote log"}],"crmnotes":[{"comp":1,"quote":222502,"Line":0,"Comment":"10/07/2024 4:07 PM - jingz - F/U changed from 10/09/2024 to 10/23/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222502","line":"1","part":"ZKG16-1/4PU","qty":"1","price":"685.00","uom":"EA","discount":"28.00","req_date":"10~11 Weeks ARO","branch":"1"},{"comp":"01","order":"222502","line":"2","part":"SPECIAL-TL-NIKKEN","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"}],"qlines":[{"Quote":"222502","Line":"2","Company":"1","F_Line":"1","Comment":"ZKG16 TorqueControl Pipe Tap Collet .700 X .531 3/8PU","Loc":"Y"},{"Quote":"222502","Line":"2","Company":"1","F_Line":"2","Comment":"NO QUOTE","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-21 16:24:39.371 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222546-11212024162439.txt === {"quote":"222546","customer":"3970","name":null,"customerName":"Cutting Tool Control Inc.","comp":"01","open":"1","shipto":"FIVEAXIS","shiptoName":"Five Axis Industries","entry_date":"10-04-2024","cust_order_date":"12-30-2024","req_date":"01-15-2024","cust_po":"NCAT50-HC0750-3.50","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Josh Robinette","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"11:04","extra":"","follow_up":"10-30-2024","web_id":"","follow_name":"Josh Robinette","follow_phone":"206-789-7277","follow_email":"cuttingtoolcontrol@msn.com","pic_user":"cindyt","total_amt":"37594.50","total_gp":"27053.30","total_gpm":"71.96","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"2","totalQty":"120","win_pct":"20","clo_date":"01-15-2024","notes":[{"comp":"1","quote":"222546","line":"3","data":"till he makes up his mind."},{"comp":"1","quote":"222546","line":"2","data":"his new Toyoda. Keep the CAT50 ones on the quote"},{"comp":"1","quote":"222546","line":"1","data":"changed his mind and is going to use HSK100A on"},{"comp":"1","quote":"222546","line":"0","data":"10-22-2024 15:47-cindyt: Eric at Five Axis"}],"crmnotes":[{"comp":1,"quote":222546,"Line":0,"Comment":"10/22/2024 3:40 PM - cindyt - Encounter has been added"},{"comp":1,"quote":222546,"Line":1,"Comment":"10/22/2024 3:41 PM - cindyt - F/U changed from 10/30/2024 to 12/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222546,"Line":2,"Comment":"10/22/2024 3:41 PM - cindyt - CLO changed from 01/15/2024 to 01/07/2025 (CLO Date Updated)"},{"comp":1,"quote":222546,"Line":3,"Comment":"10/22/2024 3:41 PM - cindyt - Req Date changed from 01/15/2024 to 01/14/2025 (Req Date Updated)"},{"comp":1,"quote":222546,"Line":4,"Comment":"11/21/2024 4:24 PM - cindyt - Encounter has been added"}],"items":[{"comp":"01","order":"222546","line":"1","part":"NCAT50-HC0750-3.50","qty":"23","price":"490.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222546","line":"2","part":"NCAT50-HC0750-3.50","qty":"17","price":"528.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222546","line":"3","part":"C50-4500(H)-EU","qty":"40","price":"14.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222546","line":"5","part":"SPECIAL-TL","qty":"40","price":"733.00","uom":"EA","discount":"25.00","req_date":"See Comment","branch":"1"}],"qlines":[{"Quote":"222546","Line":"1","Company":"1","F_Line":"1","Comment":"Pricing reflects Overstock Promo","Loc":"Y"},{"Quote":"222546","Line":"2","Company":"1","F_Line":"1","Comment":"Delivery: 4-pcs 2~3 Weeks / Balance 13-pcs 12 Weeks","Loc":"Y"},{"Quote":"222546","Line":"2","Company":"1","F_Line":"2","Comment":"upon receipt of order.","Loc":"Y"},{"Quote":"222546","Line":"5","Company":"1","F_Line":"1","Comment":"HSK100A-HC20-90 HSK100A Hydraulic Chuck 20mm 8K","Loc":"Y"},{"Quote":"222546","Line":"5","Company":"1","F_Line":"2","Comment":"Delivery as of 10/24: 10-pcs 3~4 weeks ARO","Loc":"Y"},{"Quote":"222546","Line":"5","Company":"1","F_Line":"3","Comment":"Balance 12~13 Weeks.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-21 16:24:52.319 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223317-11212024162452.txt === {"quote":"223317","customer":"2180","name":null,"customerName":"Bass Tool & Supply Co.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-22-2024","cust_order_date":"11-22-2024","req_date":"12-03-2024","cust_po":"C5001-1250-4.00CP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"09:23","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"Robert Paredes","follow_phone":"713-682-1889 x5945","follow_email":"rparedes@basstool.com","pic_user":"bethw","total_amt":"173.4","total_gp":"86.59","total_gpm":"49.94","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"bethw","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-22-2024","notes":[],"crmnotes":[{"comp":1,"quote":223317,"Line":0,"Comment":"11/21/2024 4:22 PM - bethw - Closed"}],"items":[{"comp":"01","order":"223317","line":"1","part":"C5001-1250-4.00CP","qty":"1","price":"289.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-21 16:25:57.251 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222637-11212024162557.txt === {"quote":"222637","customer":"19585","name":null,"customerName":"Thomas Skinner & Son Ltd.","comp":"01","open":"1","shipto":"THOMEDMO","shiptoName":"Thomas Skinner - Edmonton Location","entry_date":"10-07-2024","cust_order_date":"10-25-2024","req_date":"10-30-2024","cust_po":"Haas DS30","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Jason Dilk","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"15:02","extra":"","follow_up":"10-13-2024","web_id":"","follow_name":"Jason Dilk","follow_phone":"204-925-9300x225","follow_email":"jdilk@tskinner.com","pic_user":"cindyt","total_amt":"4475.50","total_gp":"2321.63","total_gpm":"51.87","rev_type":"LT","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"2","totalQty":"5","win_pct":"20","clo_date":"10-24-2024","notes":[{"comp":"1","quote":"222637","line":"0","data":"10-07-2024 15:04 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"222637","line":"1","part":"BMT65-ER32X","qty":"1","price":"2678.00","uom":"EA","discount":"38.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222637","line":"2","part":"BMT65-ER32Z","qty":"1","price":"4317.00","uom":"EA","discount":"38.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222637","line":"3","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222637","line":"4","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222637","line":"6","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222637","Line":"6","Company":"1","F_Line":"1","Comment":"Please Note: I have added the IMTS Live 10% to the","Loc":"Y"},{"Quote":"222637","Line":"6","Company":"1","F_Line":"2","Comment":"discount on this quote. See attachement with e-mail","Loc":"Y"},{"Quote":"222637","Line":"6","Company":"1","F_Line":"3","Comment":"for promotion rules.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":5}}] 2024-11-21 16:26:30.364 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222666-11212024162630.txt === {"quote":"222666","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"1","shipto":"MAPCO","shiptoName":"Mapco Manufacturing","entry_date":"10-08-2024","cust_order_date":"10-25-2024","req_date":"10-30-2024","cust_po":"ER Collet Sets","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"TD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Jeff Dixon","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"09:11","extra":"","follow_up":"10-14-2024","web_id":"","follow_name":"Jeff Dixon","follow_phone":"800-323-6773","follow_email":"jdixon@ptstools.com","pic_user":"cindyt","total_amt":"5442.36","total_gp":"3545.42","total_gpm":"65.14","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"2","totalQty":"6","win_pct":"20","clo_date":"10-24-2024","notes":[{"comp":"1","quote":"222666","line":"0","data":"10-08-2024 09:18 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"222666","line":"1","part":"E16-SET-13(C)-MM","qty":"2","price":"923.00","uom":"EA","discount":"38.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222666","line":"2","part":"E20-SET-17(C)-MM","qty":"2","price":"1513.00","uom":"EA","discount":"38.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222666","line":"3","part":"E25-SET-21(C)-MM","qty":"2","price":"1953.00","uom":"EA","discount":"38.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-21 16:27:25.058 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222671-11212024162724.txt === {"quote":"222671","customer":"1030","name":null,"customerName":"A & M Industrial Supply","comp":"01","open":"1","shipto":"INDECO","shiptoName":"Indeco North America","entry_date":"10-08-2024","cust_order_date":"10-08-2024","req_date":"11-19-2024","cust_po":"C50-9000-Mori","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Donna DuClos","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"10:01","extra":"","follow_up":"10-14-2024","web_id":"","follow_name":"Donna DuClos","follow_phone":"800-864-2660 X461","follow_email":"duclos@am-ind.com","pic_user":"cindyt","total_amt":"177.0","total_gp":"145.95","total_gpm":"82.46","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"1","totalQty":"5","win_pct":"20","clo_date":"11-08-2024","notes":[{"comp":"1","quote":"222671","line":"0","data":"10-08-2024 10:02 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"222671","line":"1","part":"C50-9000-MORI-EU","qty":"5","price":"59.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-21 16:27:57.890 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222696-11212024162757.txt === {"quote":"222696","customer":"19585","name":null,"customerName":"Thomas Skinner & Son Ltd.","comp":"01","open":"1","shipto":"THOMEDMO","shiptoName":"Thomas Skinner - Edmonton Location","entry_date":"10-08-2024","cust_order_date":"10-28-2024","req_date":"10-30-2024","cust_po":"C50RAM-ER25-215ST-110TP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Jason Dilk","drop_po":"Machine Nigata 800","status":"0","user":"cindyt","conv_order":"","time":"14:21","extra":"","follow_up":"10-25-2024","web_id":"","follow_name":"Jason Dilk","follow_phone":"204-925-9300x225","follow_email":"jdilk@tskinner.com","pic_user":"cindyt","total_amt":"9811.20","total_gp":"5562.09","total_gpm":"56.69","rev_type":"ADV","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"4","totalQty":"2","win_pct":"20","clo_date":"10-27-2024","notes":[{"comp":"1","quote":"222696","line":"1","data":"this head. = thru drawings sent from Jason Dilk."},{"comp":"1","quote":"222696","line":"0","data":"10-08-2024 14:27-cindyt: Tim Reeves has suggested"}],"crmnotes":[],"items":[{"comp":"01","order":"222696","line":"1","part":"C50RAM-ER25-215ST-110TP","qty":"1","price":"12916.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222696","line":"2","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222696","Line":"2","Company":"1","F_Line":"1","Comment":"Quoted at NET price. and we will need spindle","Loc":"Y"},{"Quote":"222696","Line":"2","Company":"1","F_Line":"2","Comment":"dimensional information to create a design. We need","Loc":"Y"},{"Quote":"222696","Line":"2","Company":"1","F_Line":"3","Comment":"the machine make and model and will they need to ATC?","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-21 16:28:02.199 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223336-11212024162801.txt === {"quote":"223336","customer":"18685","name":null,"customerName":"AJ Rod Co., Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-22-2024","cust_order_date":"11-22-2024","req_date":"12-03-2024","cust_po":"C4507-0750-3.50","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"12:54","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"Danette Irvin","follow_phone":"972-206-2414","follow_email":"danette@ajrodco.com","pic_user":"bethw","total_amt":"89.60","total_gp":"84.60","total_gpm":"94.42","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"bethw","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-22-2024","notes":[],"crmnotes":[{"comp":1,"quote":223336,"Line":0,"Comment":"11/21/2024 4:27 PM - bethw - Sent QFU to Danette."}],"items":[{"comp":"01","order":"223336","line":"1","part":"C4507-0750-3.50","qty":"1","price":"224.00","uom":"EA","discount":"60.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223336","line":"2","part":"PROMOTION-EUOS","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-21 16:30:05.933 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223253-11212024163005.txt === {"quote":"223253","customer":"20280","name":null,"customerName":"Techni-Tool Inc. (TX)","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-21-2024","cust_order_date":"11-21-2024","req_date":"12-02-2024","cust_po":"MNL12-ER32X","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"JH","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"09:21","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"Bob Shively","follow_phone":"972-412-4550","follow_email":"bshively@technitoolinc.com","pic_user":"bethw","total_amt":"3892.56","total_gp":"2842.66","total_gpm":"73.03","rev_type":"LT","mod_date":"11-21-2024","mod_time":null,"mod_user":"bethw","reason":"2","totalQty":"5","win_pct":"20","clo_date":"11-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":223253,"Line":0,"Comment":"11/21/2024 4:09 PM - bethw - Sent Bob a QFU and mentioned the IMTS promo ending Nov 30th. Close if no response."},{"comp":1,"quote":223253,"Line":1,"Comment":"11/21/2024 4:09 PM - bethw - F/U changed from 11/21/2024 to 11/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223253,"Line":2,"Comment":"11/21/2024 4:29 PM - bethw - Per Bob, they mentioned they were holding off, they have had a slow down, quote expired and closed."}],"items":[{"comp":"01","order":"223253","line":"1","part":"MNL12-ER32X","qty":"1","price":"2312.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223253","line":"2","part":"MNL12-ER32X-10K","qty":"1","price":"2808.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223253","line":"3","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"223253","line":"4","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223253","line":"5","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-21 16:30:42.979 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222769-11212024163042.txt === {"quote":"222769","customer":"8135","name":null,"customerName":"Haggard & Stocking Associates Inc.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-09-2024","cust_order_date":"10-09-2024","req_date":"11-20-2024","cust_po":"NB3007-0020-2.50G","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"57","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"15:27","extra":"","follow_up":"10-30-2024","web_id":"","follow_name":"Davin Gray","follow_phone":"317-788-1645","follow_email":"davin.gray@haggard-stocking.com","pic_user":"cindyt","total_amt":"1193.32","total_gp":"694.35","total_gpm":"58.19","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"2","totalQty":"8","win_pct":"20","clo_date":"11-09-2024","notes":[{"comp":"1","quote":"222769","line":"0","data":"10-09-2024 15:28-jennad ship-to MA"}],"crmnotes":[],"items":[{"comp":"01","order":"222769","line":"1","part":"NB3007-0020-2.50G","qty":"5","price":"279.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222769","line":"2","part":"TQW-E20-G","qty":"1","price":"140.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222769","line":"3","part":"TQW-150","qty":"1","price":"331.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222769","line":"4","part":"TQW-HANDLE14X18","qty":"1","price":"53.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":4}}] 2024-11-21 16:32:23.398 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222815-11212024163223.txt === {"quote":"222815","customer":"20894","name":null,"customerName":"Triumph Tool Ltd.","comp":"01","open":"1","shipto":"TRIUMCAN","shiptoName":"Triumph Tool","entry_date":"10-10-2024","cust_order_date":"10-25-2024","req_date":"10-30-2024","cust_po":"HSK40E SK16 80P","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"FF","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Matt Deyman","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"12:34","extra":"","follow_up":"10-16-2024","web_id":"","follow_name":"Matt Deyman","follow_phone":"14168050759","follow_email":"mattd@triumphtool.com","pic_user":"cindyt","total_amt":"596.36","total_gp":"537.90","total_gpm":"90.20","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"2","totalQty":"3","win_pct":"20","clo_date":"10-24-2024","notes":[{"comp":"1","quote":"222815","line":"0","data":"10-10-2024 12:35 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"222815","line":"1","part":"SPECIAL-TL-NIKKEN","qty":"1","price":"583.00","uom":"EA","discount":"32.00","req_date":"1~2 Days ARO","branch":"1"},{"comp":"01","order":"222815","line":"2","part":"GH16","qty":"1","price":"221.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222815","line":"3","part":"SK16-10A","qty":"1","price":"73.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222815","Line":"1","Company":"1","F_Line":"1","Comment":"HSK40A-SK16-80P HSK40A Slim Chuck SK16 HiSpeed 30K","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-21 16:33:45.236 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222897-11212024163345.txt === {"quote":"222897","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"1","shipto":"TPTIARAY","shiptoName":"Tiara Yachts Incorporated","entry_date":"10-11-2024","cust_order_date":"12-20-2024","req_date":"12-23-2024","cust_po":"HSK63F-C1.1/4-110G","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Lea Burger","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"13:04","extra":"","follow_up":"10-17-2024","web_id":"","follow_name":"Lea Burger","follow_phone":"800-326-8665 X 1225","follow_email":"lea.burger@pts-tools.com","pic_user":"cindyt","total_amt":"2158.20","total_gp":"1085.14","total_gpm":"50.28","rev_type":"ADV","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"2","totalQty":"5","win_pct":"20","clo_date":"10-30-2024","notes":[{"comp":"1","quote":"222897","line":"0","data":"10-11-2024 13:13-cindyt:Added to mod log"}],"crmnotes":[],"items":[{"comp":"01","order":"222897","line":"1","part":"HSK63F-C1.1/4-110G","qty":"1","price":"1012.00","uom":"EA","discount":"34.00","req_date":"17 Weeks ARO","branch":"1"},{"comp":"01","order":"222897","line":"2","part":"HSK63F-C1.1/4-110G","qty":"1","price":"996.00","uom":"EA","discount":"34.00","req_date":"17 Weeks ARO","branch":"1"},{"comp":"01","order":"222897","line":"3","part":"GH32","qty":"1","price":"307.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222897","line":"9","part":"HSK63F-C32-110G","qty":"1","price":"648.00","uom":"EA","discount":"34.00","req_date":"1~2 Weeks ARO","branch":"1"},{"comp":"01","order":"222897","line":"10","part":"GH32","qty":"1","price":"307.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222897","Line":"1","Company":"1","F_Line":"1","Comment":"Please Advise: Does the customer need Makino drive","Loc":"Y"},{"Quote":"222897","Line":"1","Company":"1","F_Line":"2","Comment":"pins? Price reflects 1 to 9 toolholders and Makino Pins","Loc":"Y"},{"Quote":"222897","Line":"1","Company":"1","F_Line":"3","Comment":"installed.","Loc":"Y"},{"Quote":"222897","Line":"2","Company":"1","F_Line":"1","Comment":"Price reflects 1 to 9 toolholders and no Makino Pins.","Loc":"Y"},{"Quote":"222897","Line":"9","Company":"1","F_Line":"1","Comment":"Here is another option depending on what size shank","Loc":"Y"},{"Quote":"222897","Line":"9","Company":"1","F_Line":"2","Comment":"they are holding. This holder has no Makino pins.","Loc":"Y"},{"Quote":"222897","Line":"9","Company":"1","F_Line":"3","Comment":"However if they need them we can install in house.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":5}}] 2024-11-21 16:34:34.567 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223340-11212024163434.txt === {"quote":"223340","customer":"1340","name":null,"customerName":"Metal Removal Technologies","comp":"01","open":"1","shipto":"TURNATHE","shiptoName":"InTech America","entry_date":"10-22-2024","cust_order_date":"11-22-2024","req_date":"12-03-2024","cust_po":"TQW-SK06","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"26","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"13:18","extra":"","follow_up":"11-22-2024","web_id":"","follow_name":"Heather Marshall","follow_phone":"901-421-5607","follow_email":"hmarshall@metal-removal.com","pic_user":"bethw","total_amt":"449.5","total_gp":"146.66","total_gpm":"32.63","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"bethw","reason":"2","totalQty":"4","win_pct":"20","clo_date":"11-22-2024","notes":[],"crmnotes":[{"comp":1,"quote":223340,"Line":0,"Comment":"11/21/2024 4:34 PM - bethw - no activity in area, quote expired and closed."}],"items":[{"comp":"01","order":"223340","line":"1","part":"TQW-SK06","qty":"1","price":"102.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223340","line":"2","part":"TQW-SK10","qty":"1","price":"102.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223340","line":"3","part":"TQW-025","qty":"1","price":"364.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223340","line":"4","part":"TQW-150","qty":"1","price":"331.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":4}}] 2024-11-21 16:35:30.947 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223359-11212024163530.txt === {"quote":"223359","customer":"6150","name":null,"customerName":"Fastenal Company Purchasing (MN)","comp":"01","open":"1","shipto":"FASTBRYA","shiptoName":"Fastenal Company","entry_date":"10-22-2024","cust_order_date":"11-22-2024","req_date":"12-03-2024","cust_po":"E32-032(C)","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"35","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"15:06","extra":"","follow_up":"11-22-2024","web_id":"","follow_name":"Jake (Shannon MS Store)","follow_phone":"","follow_email":"ms010@stores.fastenal.com","pic_user":"bethw","total_amt":"65.28","total_gp":"46.72","total_gpm":"71.57","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"bethw","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-22-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223359","line":"1","part":"E32-032(C)","qty":"1","price":"96.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-21 16:37:05.074 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222956-11212024163704.txt === {"quote":"222956","customer":"16940","name":null,"customerName":"Progressive Machine Tools, Inc.","comp":"01","open":"1","shipto":"SIMMONMA","shiptoName":"Simmons Machine Works","entry_date":"10-14-2024","cust_order_date":"11-14-2024","req_date":"11-25-2024","cust_po":"MZQT5-CT40X-OFF","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"JH","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"14:47","extra":"","follow_up":"11-22-2024","web_id":"","follow_name":"Micah Dewey","follow_phone":"918-760-9177","follow_email":"micah@pmt-usa.com","pic_user":"bethw","total_amt":"8050.20","total_gp":"2750.05","total_gpm":"34.16","rev_type":"LT","mod_date":"11-21-2024","mod_time":null,"mod_user":"bethw","reason":"2","totalQty":"3","win_pct":"20","clo_date":"11-14-2024","notes":[],"crmnotes":[{"comp":1,"quote":222956,"Line":0,"Comment":"11/15/2024 1:49 PM - bethw - Sent QFU to Mark. Pointed out Promo ends"},{"comp":1,"quote":222956,"Line":1,"Comment":"11/15/2024 1:49 PM - bethw - F/U changed from 11/14/2024 to 11/22/2024 (Follow Up In 1 Week)"},{"comp":1,"quote":222956,"Line":2,"Comment":"11/21/2024 4:36 PM - bethw - No activity, no response, nothing, nada. quote expired and closed."}],"items":[{"comp":"01","order":"222956","line":"1","part":"MZQT5-CT40X-OFF","qty":"1","price":"6654.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222956","line":"2","part":"MZQT5-CT40Z","qty":"1","price":"6763.00","uom":"EA","discount":"40.00","req_date":"ETA 11/15","branch":"1"},{"comp":"01","order":"222956","line":"3","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-21 16:38:04.962 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223092-11212024163804.txt === {"quote":"223092","customer":"3906","name":null,"customerName":"Kenneth Crosby, a DXP Company","comp":"01","open":"1","shipto":"EAX","shiptoName":"EA Patten","entry_date":"10-16-2024","cust_order_date":"10-16-2024","req_date":"11-27-2024","cust_po":"ER Tooling","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Steve Lewis","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"16:09","extra":"","follow_up":"10-29-2024","web_id":"","follow_name":"Steve Lewis","follow_phone":"713-396-8243","follow_email":"steve.lewis@dxpe.com","pic_user":"cindyt","total_amt":"4698.00","total_gp":"3218.29","total_gpm":"68.50","rev_type":"ADV","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"2","totalQty":"18","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"223092","line":"0","data":"10-16-2024 16:13 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223092,"Line":0,"Comment":"11/21/2024 4:37 PM - cindyt - Encounter has been added"}],"items":[{"comp":"01","order":"223092","line":"1","part":"E11-SET-12-MM","qty":"3","price":"534.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223092","line":"2","part":"E11-SET-14","qty":"3","price":"626.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223092","line":"3","part":"CAT40-SK16-90U-IDU","qty":"10","price":"406.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223092","line":"4","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"223092","line":"5","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"223092","Line":"4","Company":"1","F_Line":"1","Comment":"Please Note: I added the IMTS promo 5% extra to the","Loc":"Y"},{"Quote":"223092","Line":"4","Company":"1","F_Line":"2","Comment":"discount for the CAT40-SK16-90U-IDU","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":5}}] 2024-11-21 16:38:45.545 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223323-11212024163845.txt === {"quote":"223323","customer":"4490","name":null,"customerName":"Dixie Tool Crib","comp":"01","open":"0","shipto":"METCOTX","shiptoName":"Consolidated Metco Inc.","entry_date":"10-22-2024","cust_order_date":"11-22-2024","req_date":"12-03-2024","cust_po":"MRAM-ER25TS","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"11:11","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"Alejandra Escobedo","follow_phone":"","follow_email":"alejandra.escobedo@dixietoolcompany.com","pic_user":"bethw","total_amt":"7201.5","total_gp":"4678.26","total_gpm":"64.96","rev_type":"ADV","mod_date":"11-21-2024","mod_time":null,"mod_user":"bethw","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-22-2024","notes":[{"comp":"1","quote":"223323","line":"2","data":"purchase."},{"comp":"1","quote":"223323","line":"1","data":"these items previously and should be approved for"},{"comp":"1","quote":"223323","line":"0","data":"10-22-2024 13:40-bethw: This EU has purchased"}],"crmnotes":[{"comp":1,"quote":223323,"Line":0,"Comment":"11/21/2024 4:24 PM - bethw - Sent QFU to Alejandra for update."},{"comp":1,"quote":223323,"Line":1,"Comment":"11/21/2024 4:38 PM - bethw - Per Alejandra, she is still waiting for her customer to respond, she will keep me posted."}],"items":[{"comp":"01","order":"223323","line":"1","part":"MRAM-ER25TS","qty":"1","price":"9602.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-21 16:42:07.978 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223102-11212024164207.txt === {"quote":"223102","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"ROCKTECH","shiptoName":"Rockville Technology","entry_date":"10-17-2024","cust_order_date":"11-10-2024","req_date":"11-15-2024","cust_po":"NBT40 Tooling","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Pete Spada","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"09:18","extra":"","follow_up":"12-19-2024","web_id":"","follow_name":"Pete Spada","follow_phone":"203-565-4265","follow_email":"peterspada@yamazen.com","pic_user":"cindyt","total_amt":"26548.94","total_gp":"17800.88","total_gpm":"67.05","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"108","win_pct":"20","clo_date":"11-09-2024","notes":[{"comp":"1","quote":"223102","line":"0","data":"10-17-2024 09:30 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223102,"Line":0,"Comment":"11/21/2024 4:41 PM - cindyt - Encounter has been added"}],"items":[{"comp":"01","order":"223102","line":"1","part":"NBT40-C1-70G","qty":"8","price":"667.00","uom":"EA","discount":"47.00","req_date":"1~2 Days","branch":"1"},{"comp":"01","order":"223102","line":"2","part":"KM1-SET-08-MM","qty":"1","price":"496.00","uom":"ST","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"3","part":"KM1-SET-10","qty":"1","price":"620.00","uom":"ST","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"4","part":"GH25","qty":"1","price":"245.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"5","part":"NBT40-C1.1/4-85G","qty":"4","price":"667.00","uom":"EA","discount":"47.00","req_date":"1~2 Weeks","branch":"1"},{"comp":"01","order":"223102","line":"6","part":"KM1.1/4-SET-08-MM","qty":"1","price":"512.00","uom":"ST","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"7","part":"KM1.1/4-SET-11","qty":"1","price":"704.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"8","part":"GH32","qty":"1","price":"307.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"9","part":"NB4007-0032-3.13G","qty":"12","price":"311.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"10","part":"E32-SET-18-MM","qty":"1","price":"936.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"11","part":"E32-SET-21","qty":"1","price":"1092.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"12","part":"NB4007-0020-4.00G","qty":"12","price":"311.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"13","part":"E20-SET-11-MM","qty":"1","price":"583.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"14","part":"E20-SET-15","qty":"1","price":"809.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"15","part":"NB4007-0016-3.50","qty":"5","price":"241.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"16","part":"E16-SET-09-MM","qty":"1","price":"382.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"17","part":"E16-SET-12","qty":"1","price":"512.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"18","part":"016-SPAN","qty":"1","price":"17.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"19","part":"SPECIAL-TL","qty":"7","price":"426.00","uom":"EA","discount":"50.00","req_date":"21~22 Weeks ARO","branch":"1"},{"comp":"01","order":"223102","line":"21","part":"TQW-HANDLE14X18","qty":"1","price":"53.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"22","part":"TQW-E32-G","qty":"1","price":"153.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"23","part":"TQW-E20-G","qty":"1","price":"140.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"24","part":"TQW-E16-G","qty":"1","price":"140.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"27","part":"SPECIAL-TL-NIKKEN","qty":"24","price":"483.00","uom":"EA","discount":"47.00","req_date":"1~2 Weeks ARO","branch":"1"},{"comp":"01","order":"223102","line":"28","part":"SK13-SET-07-A","qty":"1","price":"499.00","uom":"ST","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"29","part":"SK13-SET-21-MM","qty":"1","price":"1451.00","uom":"ST","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"30","part":"GH12","qty":"1","price":"218.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"31","part":"NBT40-SK25C-90P","qty":"12","price":"550.00","uom":"EA","discount":"47.00","req_date":"1~2 Weeks ARO","branch":"1"},{"comp":"01","order":"223102","line":"32","part":"SK25-SET-08-A","qty":"1","price":"800.00","uom":"ST","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"33","part":"SK25-SET-19-MM","qty":"1","price":"1900.00","uom":"ST","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"34","part":"GH25","qty":"1","price":"245.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"36","part":"B40-1500(R)-EU","qty":"1","price":"42.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"223102","Line":"15","Company":"1","F_Line":"1","Comment":"Please Note: This holder is being discontinued once","Loc":"Y"},{"Quote":"223102","Line":"15","Company":"1","F_Line":"2","Comment":"the 5 holders are gone. We will offer the","Loc":"Y"},{"Quote":"223102","Line":"15","Company":"1","F_Line":"3","Comment":"NB4007-0016-4.00G in it place. See quote below.","Loc":"Y"},{"Quote":"223102","Line":"19","Company":"1","F_Line":"1","Comment":"NB4007-0016-4.00G NBT40 DualContact ER16 Collet Chuck","Loc":"Y"},{"Quote":"223102","Line":"19","Company":"1","F_Line":"2","Comment":"smoothBearingNut 25K","Loc":"Y"},{"Quote":"223102","Line":"27","Company":"1","F_Line":"1","Comment":"NBT40-SK13C-90P NBT40 DualContact Slim Chuck SK13","Loc":"Y"},{"Quote":"223102","Line":"27","Company":"1","F_Line":"2","Comment":"Coolant HiSpeed 30K","Loc":"Y"},{"Quote":"223102","Line":"27","Company":"1","F_Line":"3","Comment":"These would take the place of the ER16 & ER20 chucks.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":32}}] 2024-11-21 16:42:20.496 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223102-11212024164220.txt === {"quote":"223102","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"ROCKTECH","shiptoName":"Rockville Technology","entry_date":"10-17-2024","cust_order_date":"11-10-2024","req_date":"11-15-2024","cust_po":"NBT40 Tooling","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Pete Spada","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"09:18","extra":"","follow_up":"12-19-2024","web_id":"","follow_name":"Pete Spada","follow_phone":"203-565-4265","follow_email":"peterspada@yamazen.com","pic_user":"cindyt","total_amt":"26548.94","total_gp":"17800.88","total_gpm":"67.05","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"108","win_pct":"20","clo_date":"01-07-2025","notes":[{"comp":"1","quote":"223102","line":"0","data":"10-17-2024 09:30 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223102,"Line":0,"Comment":"11/21/2024 4:41 PM - cindyt - Encounter has been added"},{"comp":1,"quote":223102,"Line":1,"Comment":"11/21/2024 4:42 PM - cindyt - F/U changed from 10/23/2024 to 12/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223102,"Line":2,"Comment":"11/21/2024 4:42 PM - cindyt - CLO changed from 11/09/2024 to 01/07/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223102","line":"1","part":"NBT40-C1-70G","qty":"8","price":"667.00","uom":"EA","discount":"47.00","req_date":"1~2 Days","branch":"1"},{"comp":"01","order":"223102","line":"2","part":"KM1-SET-08-MM","qty":"1","price":"496.00","uom":"ST","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"3","part":"KM1-SET-10","qty":"1","price":"620.00","uom":"ST","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"4","part":"GH25","qty":"1","price":"245.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"5","part":"NBT40-C1.1/4-85G","qty":"4","price":"667.00","uom":"EA","discount":"47.00","req_date":"1~2 Weeks","branch":"1"},{"comp":"01","order":"223102","line":"6","part":"KM1.1/4-SET-08-MM","qty":"1","price":"512.00","uom":"ST","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"7","part":"KM1.1/4-SET-11","qty":"1","price":"704.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"8","part":"GH32","qty":"1","price":"307.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"9","part":"NB4007-0032-3.13G","qty":"12","price":"311.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"10","part":"E32-SET-18-MM","qty":"1","price":"936.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"11","part":"E32-SET-21","qty":"1","price":"1092.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"12","part":"NB4007-0020-4.00G","qty":"12","price":"311.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"13","part":"E20-SET-11-MM","qty":"1","price":"583.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"14","part":"E20-SET-15","qty":"1","price":"809.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"15","part":"NB4007-0016-3.50","qty":"5","price":"241.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"16","part":"E16-SET-09-MM","qty":"1","price":"382.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"17","part":"E16-SET-12","qty":"1","price":"512.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"18","part":"016-SPAN","qty":"1","price":"17.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"19","part":"SPECIAL-TL","qty":"7","price":"426.00","uom":"EA","discount":"50.00","req_date":"21~22 Weeks ARO","branch":"1"},{"comp":"01","order":"223102","line":"21","part":"TQW-HANDLE14X18","qty":"1","price":"53.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"22","part":"TQW-E32-G","qty":"1","price":"153.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"23","part":"TQW-E20-G","qty":"1","price":"140.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"24","part":"TQW-E16-G","qty":"1","price":"140.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"27","part":"SPECIAL-TL-NIKKEN","qty":"24","price":"483.00","uom":"EA","discount":"47.00","req_date":"1~2 Weeks ARO","branch":"1"},{"comp":"01","order":"223102","line":"28","part":"SK13-SET-07-A","qty":"1","price":"499.00","uom":"ST","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"29","part":"SK13-SET-21-MM","qty":"1","price":"1451.00","uom":"ST","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"30","part":"GH12","qty":"1","price":"218.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"31","part":"NBT40-SK25C-90P","qty":"12","price":"550.00","uom":"EA","discount":"47.00","req_date":"1~2 Weeks ARO","branch":"1"},{"comp":"01","order":"223102","line":"32","part":"SK25-SET-08-A","qty":"1","price":"800.00","uom":"ST","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"33","part":"SK25-SET-19-MM","qty":"1","price":"1900.00","uom":"ST","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"34","part":"GH25","qty":"1","price":"245.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"36","part":"B40-1500(R)-EU","qty":"1","price":"42.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"223102","Line":"15","Company":"1","F_Line":"1","Comment":"Please Note: This holder is being discontinued once","Loc":"Y"},{"Quote":"223102","Line":"15","Company":"1","F_Line":"2","Comment":"the 5 holders are gone. We will offer the","Loc":"Y"},{"Quote":"223102","Line":"15","Company":"1","F_Line":"3","Comment":"NB4007-0016-4.00G in it place. See quote below.","Loc":"Y"},{"Quote":"223102","Line":"19","Company":"1","F_Line":"1","Comment":"NB4007-0016-4.00G NBT40 DualContact ER16 Collet Chuck","Loc":"Y"},{"Quote":"223102","Line":"19","Company":"1","F_Line":"2","Comment":"smoothBearingNut 25K","Loc":"Y"},{"Quote":"223102","Line":"27","Company":"1","F_Line":"1","Comment":"NBT40-SK13C-90P NBT40 DualContact Slim Chuck SK13","Loc":"Y"},{"Quote":"223102","Line":"27","Company":"1","F_Line":"2","Comment":"Coolant HiSpeed 30K","Loc":"Y"},{"Quote":"223102","Line":"27","Company":"1","F_Line":"3","Comment":"These would take the place of the ER16 & ER20 chucks.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":32}}] 2024-11-21 16:42:30.513 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223102-11212024164230.txt === {"quote":"223102","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"ROCKTECH","shiptoName":"Rockville Technology","entry_date":"10-17-2024","cust_order_date":"11-10-2024","req_date":"01-14-2025","cust_po":"NBT40 Tooling","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Pete Spada","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"09:18","extra":"","follow_up":"12-19-2024","web_id":"","follow_name":"Pete Spada","follow_phone":"203-565-4265","follow_email":"peterspada@yamazen.com","pic_user":"cindyt","total_amt":"26548.94","total_gp":"17800.88","total_gpm":"67.05","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"","totalQty":"108","win_pct":"20","clo_date":"01-07-2025","notes":[{"comp":"1","quote":"223102","line":"0","data":"10-17-2024 09:30 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223102,"Line":0,"Comment":"11/21/2024 4:41 PM - cindyt - Encounter has been added"},{"comp":1,"quote":223102,"Line":1,"Comment":"11/21/2024 4:42 PM - cindyt - F/U changed from 10/23/2024 to 12/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223102,"Line":2,"Comment":"11/21/2024 4:42 PM - cindyt - CLO changed from 11/09/2024 to 01/07/2025 (CLO Date Updated)"},{"comp":1,"quote":223102,"Line":3,"Comment":"11/21/2024 4:42 PM - cindyt - Req Date changed from 11/15/2024 to 01/14/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"223102","line":"1","part":"NBT40-C1-70G","qty":"8","price":"667.00","uom":"EA","discount":"47.00","req_date":"1~2 Days","branch":"1"},{"comp":"01","order":"223102","line":"2","part":"KM1-SET-08-MM","qty":"1","price":"496.00","uom":"ST","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"3","part":"KM1-SET-10","qty":"1","price":"620.00","uom":"ST","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"4","part":"GH25","qty":"1","price":"245.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"5","part":"NBT40-C1.1/4-85G","qty":"4","price":"667.00","uom":"EA","discount":"47.00","req_date":"1~2 Weeks","branch":"1"},{"comp":"01","order":"223102","line":"6","part":"KM1.1/4-SET-08-MM","qty":"1","price":"512.00","uom":"ST","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"7","part":"KM1.1/4-SET-11","qty":"1","price":"704.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"8","part":"GH32","qty":"1","price":"307.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"9","part":"NB4007-0032-3.13G","qty":"12","price":"311.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"10","part":"E32-SET-18-MM","qty":"1","price":"936.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"11","part":"E32-SET-21","qty":"1","price":"1092.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"12","part":"NB4007-0020-4.00G","qty":"12","price":"311.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"13","part":"E20-SET-11-MM","qty":"1","price":"583.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"14","part":"E20-SET-15","qty":"1","price":"809.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"15","part":"NB4007-0016-3.50","qty":"5","price":"241.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"16","part":"E16-SET-09-MM","qty":"1","price":"382.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"17","part":"E16-SET-12","qty":"1","price":"512.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"18","part":"016-SPAN","qty":"1","price":"17.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"19","part":"SPECIAL-TL","qty":"7","price":"426.00","uom":"EA","discount":"50.00","req_date":"21~22 Weeks ARO","branch":"1"},{"comp":"01","order":"223102","line":"21","part":"TQW-HANDLE14X18","qty":"1","price":"53.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"22","part":"TQW-E32-G","qty":"1","price":"153.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"23","part":"TQW-E20-G","qty":"1","price":"140.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"24","part":"TQW-E16-G","qty":"1","price":"140.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"27","part":"SPECIAL-TL-NIKKEN","qty":"24","price":"483.00","uom":"EA","discount":"47.00","req_date":"1~2 Weeks ARO","branch":"1"},{"comp":"01","order":"223102","line":"28","part":"SK13-SET-07-A","qty":"1","price":"499.00","uom":"ST","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"29","part":"SK13-SET-21-MM","qty":"1","price":"1451.00","uom":"ST","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"30","part":"GH12","qty":"1","price":"218.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"31","part":"NBT40-SK25C-90P","qty":"12","price":"550.00","uom":"EA","discount":"47.00","req_date":"1~2 Weeks ARO","branch":"1"},{"comp":"01","order":"223102","line":"32","part":"SK25-SET-08-A","qty":"1","price":"800.00","uom":"ST","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"33","part":"SK25-SET-19-MM","qty":"1","price":"1900.00","uom":"ST","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"34","part":"GH25","qty":"1","price":"245.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223102","line":"36","part":"B40-1500(R)-EU","qty":"1","price":"42.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"223102","Line":"15","Company":"1","F_Line":"1","Comment":"Please Note: This holder is being discontinued once","Loc":"Y"},{"Quote":"223102","Line":"15","Company":"1","F_Line":"2","Comment":"the 5 holders are gone. We will offer the","Loc":"Y"},{"Quote":"223102","Line":"15","Company":"1","F_Line":"3","Comment":"NB4007-0016-4.00G in it place. See quote below.","Loc":"Y"},{"Quote":"223102","Line":"19","Company":"1","F_Line":"1","Comment":"NB4007-0016-4.00G NBT40 DualContact ER16 Collet Chuck","Loc":"Y"},{"Quote":"223102","Line":"19","Company":"1","F_Line":"2","Comment":"smoothBearingNut 25K","Loc":"Y"},{"Quote":"223102","Line":"27","Company":"1","F_Line":"1","Comment":"NBT40-SK13C-90P NBT40 DualContact Slim Chuck SK13","Loc":"Y"},{"Quote":"223102","Line":"27","Company":"1","F_Line":"2","Comment":"Coolant HiSpeed 30K","Loc":"Y"},{"Quote":"223102","Line":"27","Company":"1","F_Line":"3","Comment":"These would take the place of the ER16 & ER20 chucks.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":32}}] 2024-11-21 16:43:40.693 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223322-11212024164340.txt === {"quote":"223322","customer":"4550","name":null,"customerName":"DGI Supply a DoAll Company","comp":"01","open":"0","shipto":"ARIZON","shiptoName":"Arizona Archery Enterprise","entry_date":"10-22-2024","cust_order_date":"10-22-2024","req_date":"12-03-2024","cust_po":"H32E-SF0125-2.76","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"11:11","extra":"","follow_up":"12-02-2024","web_id":"","follow_name":"Joe Alesi","follow_phone":"800-923-6255x61533","follow_email":"JAlesi@dgisupply.com","pic_user":"rons","total_amt":"7342.40","total_gp":"3779.79","total_gpm":"51.48","rev_type":"ADV","mod_date":"11-21-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"33","win_pct":"20","clo_date":"11-22-2024","notes":[{"comp":"1","quote":"223322","line":"2","data":"put line 2 & 3 on QF and will inform Joe on p&d"},{"comp":"1","quote":"223322","line":"1","data":"only for 1st item...crossing over from Misumi;"},{"comp":"1","quote":"223322","line":"0","data":"10-22-2024 12:48-rons: sent pricing & delivery"}],"crmnotes":[{"comp":1,"quote":223322,"Line":0,"Comment":"10/22/2024 2:42 PM - rons - F/U changed from 10/28/2024 to 11/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223322,"Line":1,"Comment":"11/12/2024 10:55 AM - rons - Joe getting back to us..."},{"comp":1,"quote":223322,"Line":2,"Comment":"11/12/2024 10:56 AM - rons - F/U changed from 11/12/2024 to 11/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223322,"Line":3,"Comment":"11/21/2024 4:43 PM - rons - Joe was working with company they acquired...not really working this area anymore and he is focused on Midwest now; checking with rep he is working with and getting back to me..."}],"items":[{"comp":"01","order":"223322","line":"1","part":"H32E-SF0125-2.76","qty":"1","price":"376.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223322","line":"3","part":"H32E-SF0250-2.76","qty":"1","price":"624.00","uom":"EA","discount":"0.00","req_date":"SEE COMMENT","branch":"1"},{"comp":"01","order":"223322","line":"4","part":"H32E-SF0375-2.95","qty":"1","price":"624.00","uom":"EA","discount":"0.00","req_date":"SEE COMMENT","branch":"1"},{"comp":"01","order":"223322","line":"6","part":"H32E-SF0250-2.76","qty":"5","price":"251.00","uom":"EA","discount":"0.00","req_date":"SEE COMMENT","branch":"1"},{"comp":"01","order":"223322","line":"7","part":"H32E-SF0375-2.95","qty":"5","price":"251.00","uom":"EA","discount":"0.00","req_date":"SEE COMMENT","branch":"1"},{"comp":"01","order":"223322","line":"9","part":"H32E-SF0250-2.76","qty":"10","price":"167.00","uom":"EA","discount":"0.00","req_date":"SEE COMMENT","branch":"1"},{"comp":"01","order":"223322","line":"10","part":"H32E-SF0375-2.95","qty":"10","price":"167.00","uom":"EA","discount":"0.00","req_date":"SEE COMMENT","branch":"1"}],"qlines":[{"Quote":"223322","Line":"3","Company":"1","F_Line":"1","Comment":"These are non-standard stock items and considered","Loc":"Y"},{"Quote":"223322","Line":"3","Company":"1","F_Line":"2","Comment":"specials. Once a PO has been issued items cannot be","Loc":"Y"},{"Quote":"223322","Line":"3","Company":"1","F_Line":"3","Comment":"cancelled or returned. Please allow 8 weeks mfg. after","Loc":"Y"},{"Quote":"223322","Line":"3","Company":"1","F_Line":"4","Comment":"approval drawing received and 2 weeks to ship.","Loc":"Y"},{"Quote":"223322","Line":"4","Company":"1","F_Line":"1","Comment":"These are non-standard stock items and considered","Loc":"Y"},{"Quote":"223322","Line":"4","Company":"1","F_Line":"2","Comment":"specials. Once a PO has been issued items cannot be","Loc":"Y"},{"Quote":"223322","Line":"4","Company":"1","F_Line":"3","Comment":"cancelled or returned. Please allow 8 weeks mfg. after","Loc":"Y"},{"Quote":"223322","Line":"4","Company":"1","F_Line":"4","Comment":"approval drawing received and 2 weeks to ship.","Loc":"Y"},{"Quote":"223322","Line":"6","Company":"1","F_Line":"1","Comment":"These are non-standard stock items and considered","Loc":"Y"},{"Quote":"223322","Line":"6","Company":"1","F_Line":"2","Comment":"specials. Once a PO has been issued items cannot be","Loc":"Y"},{"Quote":"223322","Line":"6","Company":"1","F_Line":"3","Comment":"cancelled or returned. Please allow 8 weeks mfg. after","Loc":"Y"},{"Quote":"223322","Line":"6","Company":"1","F_Line":"4","Comment":"approval drawing received and 2 weeks to ship.","Loc":"Y"},{"Quote":"223322","Line":"6","Company":"1","F_Line":"5","Comment":"Please note pricing only applies with qty. purchased.","Loc":"Y"},{"Quote":"223322","Line":"7","Company":"1","F_Line":"1","Comment":"These are non-standard stock items and considered","Loc":"Y"},{"Quote":"223322","Line":"7","Company":"1","F_Line":"2","Comment":"specials. Once a PO has been issued items cannot be","Loc":"Y"},{"Quote":"223322","Line":"7","Company":"1","F_Line":"3","Comment":"cancelled or returned. Please allow 8 weeks mfg. after","Loc":"Y"},{"Quote":"223322","Line":"7","Company":"1","F_Line":"4","Comment":"approval drawing received and 2 weeks to ship.","Loc":"Y"},{"Quote":"223322","Line":"7","Company":"1","F_Line":"5","Comment":"Please note pricing only applies with qty. purchased.","Loc":"Y"},{"Quote":"223322","Line":"9","Company":"1","F_Line":"1","Comment":"These are non-standard stock items and considered","Loc":"Y"},{"Quote":"223322","Line":"9","Company":"1","F_Line":"2","Comment":"specials. Once a PO has been issued items cannot be","Loc":"Y"},{"Quote":"223322","Line":"9","Company":"1","F_Line":"3","Comment":"cancelled or returned. Please allow 8 weeks mfg. after","Loc":"Y"},{"Quote":"223322","Line":"9","Company":"1","F_Line":"4","Comment":"approval drawing received and 2 weeks to ship.","Loc":"Y"},{"Quote":"223322","Line":"9","Company":"1","F_Line":"5","Comment":"Please note pricing only applies with qty. purchased.","Loc":"Y"},{"Quote":"223322","Line":"10","Company":"1","F_Line":"1","Comment":"These are non-standard stock items and considered","Loc":"Y"},{"Quote":"223322","Line":"10","Company":"1","F_Line":"2","Comment":"specials. Once a PO has been issued items cannot be","Loc":"Y"},{"Quote":"223322","Line":"10","Company":"1","F_Line":"3","Comment":"cancelled or returned. Please allow 8 weeks mfg. after","Loc":"Y"},{"Quote":"223322","Line":"10","Company":"1","F_Line":"4","Comment":"approval drawing received and 2 weeks to ship.","Loc":"Y"},{"Quote":"223322","Line":"10","Company":"1","F_Line":"5","Comment":"Please note pricing only applies with qty. purchased.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-21 16:43:50.569 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223322-11212024164350.txt === {"quote":"223322","customer":"4550","name":null,"customerName":"DGI Supply a DoAll Company","comp":"01","open":"0","shipto":"ARIZON","shiptoName":"Arizona Archery Enterprise","entry_date":"10-22-2024","cust_order_date":"10-22-2024","req_date":"12-03-2024","cust_po":"H32E-SF0125-2.76","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"11:11","extra":"","follow_up":"12-02-2024","web_id":"","follow_name":"Joe Alesi","follow_phone":"800-923-6255x61533","follow_email":"JAlesi@dgisupply.com","pic_user":"rons","total_amt":"7342.40","total_gp":"3779.79","total_gpm":"51.48","rev_type":"ADV","mod_date":"11-21-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"33","win_pct":"20","clo_date":"12-03-2024","notes":[{"comp":"1","quote":"223322","line":"2","data":"put line 2 & 3 on QF and will inform Joe on p&d"},{"comp":"1","quote":"223322","line":"1","data":"only for 1st item...crossing over from Misumi;"},{"comp":"1","quote":"223322","line":"0","data":"10-22-2024 12:48-rons: sent pricing & delivery"}],"crmnotes":[{"comp":1,"quote":223322,"Line":0,"Comment":"10/22/2024 2:42 PM - rons - F/U changed from 10/28/2024 to 11/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223322,"Line":1,"Comment":"11/12/2024 10:55 AM - rons - Joe getting back to us..."},{"comp":1,"quote":223322,"Line":2,"Comment":"11/12/2024 10:56 AM - rons - F/U changed from 11/12/2024 to 11/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223322,"Line":3,"Comment":"11/21/2024 4:43 PM - rons - Joe was working with company they acquired...not really working this area anymore and he is focused on Midwest now; checking with rep he is working with and getting back to me..."},{"comp":1,"quote":223322,"Line":4,"Comment":"11/21/2024 4:43 PM - rons - F/U changed from 11/21/2024 to 12/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223322,"Line":5,"Comment":"11/21/2024 4:43 PM - rons - CLO changed from 11/22/2024 to 12/03/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223322","line":"1","part":"H32E-SF0125-2.76","qty":"1","price":"376.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223322","line":"3","part":"H32E-SF0250-2.76","qty":"1","price":"624.00","uom":"EA","discount":"0.00","req_date":"SEE COMMENT","branch":"1"},{"comp":"01","order":"223322","line":"4","part":"H32E-SF0375-2.95","qty":"1","price":"624.00","uom":"EA","discount":"0.00","req_date":"SEE COMMENT","branch":"1"},{"comp":"01","order":"223322","line":"6","part":"H32E-SF0250-2.76","qty":"5","price":"251.00","uom":"EA","discount":"0.00","req_date":"SEE COMMENT","branch":"1"},{"comp":"01","order":"223322","line":"7","part":"H32E-SF0375-2.95","qty":"5","price":"251.00","uom":"EA","discount":"0.00","req_date":"SEE COMMENT","branch":"1"},{"comp":"01","order":"223322","line":"9","part":"H32E-SF0250-2.76","qty":"10","price":"167.00","uom":"EA","discount":"0.00","req_date":"SEE COMMENT","branch":"1"},{"comp":"01","order":"223322","line":"10","part":"H32E-SF0375-2.95","qty":"10","price":"167.00","uom":"EA","discount":"0.00","req_date":"SEE COMMENT","branch":"1"}],"qlines":[{"Quote":"223322","Line":"3","Company":"1","F_Line":"1","Comment":"These are non-standard stock items and considered","Loc":"Y"},{"Quote":"223322","Line":"3","Company":"1","F_Line":"2","Comment":"specials. Once a PO has been issued items cannot be","Loc":"Y"},{"Quote":"223322","Line":"3","Company":"1","F_Line":"3","Comment":"cancelled or returned. Please allow 8 weeks mfg. after","Loc":"Y"},{"Quote":"223322","Line":"3","Company":"1","F_Line":"4","Comment":"approval drawing received and 2 weeks to ship.","Loc":"Y"},{"Quote":"223322","Line":"4","Company":"1","F_Line":"1","Comment":"These are non-standard stock items and considered","Loc":"Y"},{"Quote":"223322","Line":"4","Company":"1","F_Line":"2","Comment":"specials. Once a PO has been issued items cannot be","Loc":"Y"},{"Quote":"223322","Line":"4","Company":"1","F_Line":"3","Comment":"cancelled or returned. Please allow 8 weeks mfg. after","Loc":"Y"},{"Quote":"223322","Line":"4","Company":"1","F_Line":"4","Comment":"approval drawing received and 2 weeks to ship.","Loc":"Y"},{"Quote":"223322","Line":"6","Company":"1","F_Line":"1","Comment":"These are non-standard stock items and considered","Loc":"Y"},{"Quote":"223322","Line":"6","Company":"1","F_Line":"2","Comment":"specials. Once a PO has been issued items cannot be","Loc":"Y"},{"Quote":"223322","Line":"6","Company":"1","F_Line":"3","Comment":"cancelled or returned. Please allow 8 weeks mfg. after","Loc":"Y"},{"Quote":"223322","Line":"6","Company":"1","F_Line":"4","Comment":"approval drawing received and 2 weeks to ship.","Loc":"Y"},{"Quote":"223322","Line":"6","Company":"1","F_Line":"5","Comment":"Please note pricing only applies with qty. purchased.","Loc":"Y"},{"Quote":"223322","Line":"7","Company":"1","F_Line":"1","Comment":"These are non-standard stock items and considered","Loc":"Y"},{"Quote":"223322","Line":"7","Company":"1","F_Line":"2","Comment":"specials. Once a PO has been issued items cannot be","Loc":"Y"},{"Quote":"223322","Line":"7","Company":"1","F_Line":"3","Comment":"cancelled or returned. Please allow 8 weeks mfg. after","Loc":"Y"},{"Quote":"223322","Line":"7","Company":"1","F_Line":"4","Comment":"approval drawing received and 2 weeks to ship.","Loc":"Y"},{"Quote":"223322","Line":"7","Company":"1","F_Line":"5","Comment":"Please note pricing only applies with qty. purchased.","Loc":"Y"},{"Quote":"223322","Line":"9","Company":"1","F_Line":"1","Comment":"These are non-standard stock items and considered","Loc":"Y"},{"Quote":"223322","Line":"9","Company":"1","F_Line":"2","Comment":"specials. Once a PO has been issued items cannot be","Loc":"Y"},{"Quote":"223322","Line":"9","Company":"1","F_Line":"3","Comment":"cancelled or returned. Please allow 8 weeks mfg. after","Loc":"Y"},{"Quote":"223322","Line":"9","Company":"1","F_Line":"4","Comment":"approval drawing received and 2 weeks to ship.","Loc":"Y"},{"Quote":"223322","Line":"9","Company":"1","F_Line":"5","Comment":"Please note pricing only applies with qty. purchased.","Loc":"Y"},{"Quote":"223322","Line":"10","Company":"1","F_Line":"1","Comment":"These are non-standard stock items and considered","Loc":"Y"},{"Quote":"223322","Line":"10","Company":"1","F_Line":"2","Comment":"specials. Once a PO has been issued items cannot be","Loc":"Y"},{"Quote":"223322","Line":"10","Company":"1","F_Line":"3","Comment":"cancelled or returned. Please allow 8 weeks mfg. after","Loc":"Y"},{"Quote":"223322","Line":"10","Company":"1","F_Line":"4","Comment":"approval drawing received and 2 weeks to ship.","Loc":"Y"},{"Quote":"223322","Line":"10","Company":"1","F_Line":"5","Comment":"Please note pricing only applies with qty. purchased.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-21 16:44:01.137 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223322-11212024164400.txt === {"quote":"223322","customer":"4550","name":null,"customerName":"DGI Supply a DoAll Company","comp":"01","open":"0","shipto":"ARIZON","shiptoName":"Arizona Archery Enterprise","entry_date":"10-22-2024","cust_order_date":"10-22-2024","req_date":"12-04-2024","cust_po":"H32E-SF0125-2.76","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"11:11","extra":"","follow_up":"12-02-2024","web_id":"","follow_name":"Joe Alesi","follow_phone":"800-923-6255x61533","follow_email":"JAlesi@dgisupply.com","pic_user":"rons","total_amt":"7342.40","total_gp":"3779.79","total_gpm":"51.48","rev_type":"ADV","mod_date":"11-21-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"33","win_pct":"20","clo_date":"12-03-2024","notes":[{"comp":"1","quote":"223322","line":"2","data":"put line 2 & 3 on QF and will inform Joe on p&d"},{"comp":"1","quote":"223322","line":"1","data":"only for 1st item...crossing over from Misumi;"},{"comp":"1","quote":"223322","line":"0","data":"10-22-2024 12:48-rons: sent pricing & delivery"}],"crmnotes":[{"comp":1,"quote":223322,"Line":0,"Comment":"10/22/2024 2:42 PM - rons - F/U changed from 10/28/2024 to 11/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223322,"Line":1,"Comment":"11/12/2024 10:55 AM - rons - Joe getting back to us..."},{"comp":1,"quote":223322,"Line":2,"Comment":"11/12/2024 10:56 AM - rons - F/U changed from 11/12/2024 to 11/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223322,"Line":3,"Comment":"11/21/2024 4:43 PM - rons - Joe was working with company they acquired...not really working this area anymore and he is focused on Midwest now; checking with rep he is working with and getting back to me..."},{"comp":1,"quote":223322,"Line":4,"Comment":"11/21/2024 4:43 PM - rons - F/U changed from 11/21/2024 to 12/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223322,"Line":5,"Comment":"11/21/2024 4:43 PM - rons - CLO changed from 11/22/2024 to 12/03/2024 (CLO Date Updated)"},{"comp":1,"quote":223322,"Line":6,"Comment":"11/21/2024 4:43 PM - rons - Req Date changed from 12/03/2024 to 12/04/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223322","line":"1","part":"H32E-SF0125-2.76","qty":"1","price":"376.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223322","line":"3","part":"H32E-SF0250-2.76","qty":"1","price":"624.00","uom":"EA","discount":"0.00","req_date":"SEE COMMENT","branch":"1"},{"comp":"01","order":"223322","line":"4","part":"H32E-SF0375-2.95","qty":"1","price":"624.00","uom":"EA","discount":"0.00","req_date":"SEE COMMENT","branch":"1"},{"comp":"01","order":"223322","line":"6","part":"H32E-SF0250-2.76","qty":"5","price":"251.00","uom":"EA","discount":"0.00","req_date":"SEE COMMENT","branch":"1"},{"comp":"01","order":"223322","line":"7","part":"H32E-SF0375-2.95","qty":"5","price":"251.00","uom":"EA","discount":"0.00","req_date":"SEE COMMENT","branch":"1"},{"comp":"01","order":"223322","line":"9","part":"H32E-SF0250-2.76","qty":"10","price":"167.00","uom":"EA","discount":"0.00","req_date":"SEE COMMENT","branch":"1"},{"comp":"01","order":"223322","line":"10","part":"H32E-SF0375-2.95","qty":"10","price":"167.00","uom":"EA","discount":"0.00","req_date":"SEE COMMENT","branch":"1"}],"qlines":[{"Quote":"223322","Line":"3","Company":"1","F_Line":"1","Comment":"These are non-standard stock items and considered","Loc":"Y"},{"Quote":"223322","Line":"3","Company":"1","F_Line":"2","Comment":"specials. Once a PO has been issued items cannot be","Loc":"Y"},{"Quote":"223322","Line":"3","Company":"1","F_Line":"3","Comment":"cancelled or returned. Please allow 8 weeks mfg. after","Loc":"Y"},{"Quote":"223322","Line":"3","Company":"1","F_Line":"4","Comment":"approval drawing received and 2 weeks to ship.","Loc":"Y"},{"Quote":"223322","Line":"4","Company":"1","F_Line":"1","Comment":"These are non-standard stock items and considered","Loc":"Y"},{"Quote":"223322","Line":"4","Company":"1","F_Line":"2","Comment":"specials. Once a PO has been issued items cannot be","Loc":"Y"},{"Quote":"223322","Line":"4","Company":"1","F_Line":"3","Comment":"cancelled or returned. Please allow 8 weeks mfg. after","Loc":"Y"},{"Quote":"223322","Line":"4","Company":"1","F_Line":"4","Comment":"approval drawing received and 2 weeks to ship.","Loc":"Y"},{"Quote":"223322","Line":"6","Company":"1","F_Line":"1","Comment":"These are non-standard stock items and considered","Loc":"Y"},{"Quote":"223322","Line":"6","Company":"1","F_Line":"2","Comment":"specials. Once a PO has been issued items cannot be","Loc":"Y"},{"Quote":"223322","Line":"6","Company":"1","F_Line":"3","Comment":"cancelled or returned. Please allow 8 weeks mfg. after","Loc":"Y"},{"Quote":"223322","Line":"6","Company":"1","F_Line":"4","Comment":"approval drawing received and 2 weeks to ship.","Loc":"Y"},{"Quote":"223322","Line":"6","Company":"1","F_Line":"5","Comment":"Please note pricing only applies with qty. purchased.","Loc":"Y"},{"Quote":"223322","Line":"7","Company":"1","F_Line":"1","Comment":"These are non-standard stock items and considered","Loc":"Y"},{"Quote":"223322","Line":"7","Company":"1","F_Line":"2","Comment":"specials. Once a PO has been issued items cannot be","Loc":"Y"},{"Quote":"223322","Line":"7","Company":"1","F_Line":"3","Comment":"cancelled or returned. Please allow 8 weeks mfg. after","Loc":"Y"},{"Quote":"223322","Line":"7","Company":"1","F_Line":"4","Comment":"approval drawing received and 2 weeks to ship.","Loc":"Y"},{"Quote":"223322","Line":"7","Company":"1","F_Line":"5","Comment":"Please note pricing only applies with qty. purchased.","Loc":"Y"},{"Quote":"223322","Line":"9","Company":"1","F_Line":"1","Comment":"These are non-standard stock items and considered","Loc":"Y"},{"Quote":"223322","Line":"9","Company":"1","F_Line":"2","Comment":"specials. Once a PO has been issued items cannot be","Loc":"Y"},{"Quote":"223322","Line":"9","Company":"1","F_Line":"3","Comment":"cancelled or returned. Please allow 8 weeks mfg. after","Loc":"Y"},{"Quote":"223322","Line":"9","Company":"1","F_Line":"4","Comment":"approval drawing received and 2 weeks to ship.","Loc":"Y"},{"Quote":"223322","Line":"9","Company":"1","F_Line":"5","Comment":"Please note pricing only applies with qty. purchased.","Loc":"Y"},{"Quote":"223322","Line":"10","Company":"1","F_Line":"1","Comment":"These are non-standard stock items and considered","Loc":"Y"},{"Quote":"223322","Line":"10","Company":"1","F_Line":"2","Comment":"specials. Once a PO has been issued items cannot be","Loc":"Y"},{"Quote":"223322","Line":"10","Company":"1","F_Line":"3","Comment":"cancelled or returned. Please allow 8 weeks mfg. after","Loc":"Y"},{"Quote":"223322","Line":"10","Company":"1","F_Line":"4","Comment":"approval drawing received and 2 weeks to ship.","Loc":"Y"},{"Quote":"223322","Line":"10","Company":"1","F_Line":"5","Comment":"Please note pricing only applies with qty. purchased.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-21 16:44:26.563 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223221-11212024164426.txt === {"quote":"223221","customer":"20894","name":null,"customerName":"Triumph Tool Ltd.","comp":"01","open":"1","shipto":"TRIUMCAN","shiptoName":"Triumph Tool","entry_date":"10-18-2024","cust_order_date":"10-18-2024","req_date":"11-29-2024","cust_po":"TPT15-148","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Luke Rabley","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"12:38","extra":"","follow_up":"10-24-2024","web_id":"","follow_name":"Luke Rabley","follow_phone":"15192225417","follow_email":"luker@triumphtool.com","pic_user":"cindyt","total_amt":"715.36","total_gp":"366.92","total_gpm":"51.29","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"2","totalQty":"2","win_pct":"20","clo_date":"11-18-2024","notes":[{"comp":"1","quote":"223221","line":"0","data":"10-18-2024 12:39 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223221","line":"1","part":"TPT15-048","qty":"1","price":"347.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223221","line":"2","part":"C40R5-1375-6.24","qty":"1","price":"799.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-21 16:45:10.717 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223237-11212024164510.txt === {"quote":"223237","customer":"20894","name":null,"customerName":"Triumph Tool Ltd.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-18-2024","cust_order_date":"10-18-2024","req_date":"11-29-2024","cust_po":"C40R5-1375-6.24","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"14:59","extra":"","follow_up":"10-24-2024","web_id":"","follow_name":"Eric Scruton","follow_phone":"519-836-4811","follow_email":"erics@triumphtool.com","pic_user":"cindyt","total_amt":"715.36","total_gp":"366.92","total_gpm":"51.29","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"2","totalQty":"2","win_pct":"20","clo_date":"11-18-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223237","line":"1","part":"C40R5-1375-6.24","qty":"1","price":"799.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223237","line":"2","part":"TPT15-048","qty":"1","price":"347.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-21 16:48:06.023 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223306-11212024164805.txt === {"quote":"223306","customer":"4602","name":null,"customerName":"DGI Supply a DoAll Company (ON)","comp":"01","open":"1","shipto":"DGISUPP","shiptoName":"DGI Supply - Oakville","entry_date":"10-22-2024","cust_order_date":"11-29-2024","req_date":"12-03-2024","cust_po":"BT40 Tooling","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Robert Reid","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"07:52","extra":"","follow_up":"11-15-2024","web_id":"","follow_name":"Robert Reid","follow_phone":"613-331-6164x89353","follow_email":"RReid@dgisupply.com","pic_user":"cindyt","total_amt":"6779.64","total_gp":"3819.03","total_gpm":"56.33","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"2","totalQty":"59","win_pct":"20","clo_date":"11-28-2024","notes":[{"comp":"1","quote":"223306","line":"3","data":"they have not changed the spindle out BT40."},{"comp":"1","quote":"223306","line":"2","data":"weeks. Rhod said it would be a few weeks because"},{"comp":"1","quote":"223306","line":"1","data":"at DGI and is suppose to visit end user in a few"},{"comp":"1","quote":"223306","line":"0","data":"10-24-2024 08:17-cindyt: Ron K spoke with Rhod"}],"crmnotes":[],"items":[{"comp":"01","order":"223306","line":"1","part":"B4007-0016-3.50","qty":"6","price":"278.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223306","line":"2","part":"B4007-0016-5.00","qty":"7","price":"307.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223306","line":"3","part":"016-SPAN","qty":"1","price":"17.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223306","line":"4","part":"B4007-0020-2.50","qty":"4","price":"242.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223306","line":"5","part":"B4007-0020-4.00","qty":"4","price":"253.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223306","line":"6","part":"020-SPAN","qty":"1","price":"19.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223306","line":"7","part":"B4007-0025-2.25","qty":"4","price":"242.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223306","line":"8","part":"B4007-0025-4.00","qty":"4","price":"253.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223306","line":"9","part":"025-SPAN","qty":"1","price":"19.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223306","line":"10","part":"B4007-0032-3.13","qty":"6","price":"253.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223306","line":"11","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223306","line":"12","part":"B4006-0375-2.50","qty":"2","price":"128.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223306","line":"13","part":"B4006-0500-2.50","qty":"2","price":"128.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223306","line":"14","part":"B4006-0750-2.50","qty":"2","price":"128.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223306","line":"15","part":"B4006-1000-2.00","qty":"2","price":"128.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223306","line":"16","part":"B4001-0750-1.75CP","qty":"2","price":"149.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223306","line":"17","part":"B4001-1000-1.75CP","qty":"2","price":"149.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223306","line":"18","part":"B4001-1250B","qty":"2","price":"218.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223306","line":"19","part":"B4001-1500-2.00CP","qty":"2","price":"229.00","uom":"EA","discount":"46.00","req_date":"7~8 Weeks ARO","branch":"1"},{"comp":"01","order":"223306","line":"20","part":"B4004-0001-1.75","qty":"1","price":"168.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223306","line":"21","part":"B4004-0002-2.36","qty":"1","price":"160.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223306","line":"22","part":"B4004-0003-3.00","qty":"1","price":"162.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223306","line":"23","part":"B4004-0004-3.54","qty":"1","price":"162.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":23}}] 2024-11-21 16:49:25.173 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223523-11212024164924.txt === {"quote":"223523","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"1","shipto":"PTSGRAND","shiptoName":"PTSolutions - Grand Rapids","entry_date":"10-25-2024","cust_order_date":"01-19-2025","req_date":"10-25-2024","cust_po":"ZK38-7/8U","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Dave Nelson","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"11:27","extra":"","follow_up":"10-31-2024","web_id":"","follow_name":"Dave Nelson","follow_phone":"800-366-3600","follow_email":"dnelson@pts-tools.com","pic_user":"cindyt","total_amt":"300.96","total_gp":"200.24","total_gpm":"66.53","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"4","totalQty":"1","win_pct":"20","clo_date":null,"notes":[{"comp":"1","quote":"223523","line":"0","data":"10-25-2024 15:00-cindyt: Also quoting Duramill"}],"crmnotes":[],"items":[{"comp":"01","order":"223523","line":"1","part":"ZK38-7/8U","qty":"1","price":"456.00","uom":"EA","discount":"34.00","req_date":"13~14 Weeks ARO","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-21 16:50:53.614 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223377-11212024165053.txt === {"quote":"223377","customer":"13410","name":null,"customerName":"Max Tool Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-23-2024","cust_order_date":"11-23-2024","req_date":"12-04-2024","cust_po":"H63A-SF0250-6.30CP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"09:01","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Danny Williams","follow_phone":"205-222-0442","follow_email":"danny@maxtoolinc.com","pic_user":"bethw","total_amt":"1501.5","total_gp":"954.67","total_gpm":"63.58","rev_type":"ADV","mod_date":"11-21-2024","mod_time":null,"mod_user":"bethw","reason":"","totalQty":"5","win_pct":"20","clo_date":"11-23-2024","notes":[],"crmnotes":[{"comp":1,"quote":223377,"Line":0,"Comment":"11/21/2024 4:50 PM - bethw - Sent QFU for update on status"}],"items":[{"comp":"01","order":"223377","line":"1","part":"H63A-SF0250-6.30CP","qty":"1","price":"462.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223377","line":"2","part":"H63A-SF0375-6.30CP","qty":"1","price":"462.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223377","line":"3","part":"H63A-SF0500-6.30CP","qty":"1","price":"462.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223377","line":"4","part":"H63A-SF0625-6.30CP","qty":"1","price":"462.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223377","line":"5","part":"H63A-SF1000-6.30CP","qty":"1","price":"462.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":5}}] 2024-11-21 16:52:15.319 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223558-11212024165215.txt === {"quote":"223558","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"1","shipto":"PRIMEMI","shiptoName":"Prime Way Tool & Engineering","entry_date":"10-28-2024","cust_order_date":"11-15-2024","req_date":"11-20-2024","cust_po":"BT30 ER16","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Leslie Mora","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"08:53","extra":"","follow_up":"11-03-2024","web_id":"","follow_name":"Leslie Mora","follow_phone":"847-882-8800","follow_email":"lesliemora@yamazen.com","pic_user":"cindyt","total_amt":"1027.18","total_gp":"524.31","total_gpm":"51.04","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"2","totalQty":"7","win_pct":"20","clo_date":"11-14-2024","notes":[{"comp":"1","quote":"223558","line":"0","data":"10-28-2024 08:57 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223558","line":"1","part":"B3007-0016-2.36","qty":"2","price":"201.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223558","line":"2","part":"B3007-0016-4.00","qty":"1","price":"215.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223558","line":"3","part":"TQW-025","qty":"1","price":"364.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223558","line":"4","part":"TQW-ER16/SK13(30)","qty":"1","price":"98.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223558","line":"5","part":"E16-SET-09-MM","qty":"1","price":"382.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223558","line":"6","part":"E16-SET-12","qty":"1","price":"512.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":6}}] 2024-11-21 16:54:17.206 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223558-11212024165416.txt === {"quote":"223558","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"1","shipto":"PRIMEMI","shiptoName":"Prime Way Tool & Engineering","entry_date":"10-28-2024","cust_order_date":"11-15-2024","req_date":"11-20-2024","cust_po":"BT30 ER16","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Leslie Mora","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"08:53","extra":"","follow_up":"11-03-2024","web_id":"","follow_name":"Leslie Mora","follow_phone":"847-882-8800","follow_email":"lesliemora@yamazen.com","pic_user":"cindyt","total_amt":"1027.18","total_gp":"524.31","total_gpm":"51.04","rev_type":"STD","mod_date":"11-21-2024","mod_time":null,"mod_user":"cindyt","reason":"2","totalQty":"7","win_pct":"20","clo_date":"11-14-2024","notes":[{"comp":"1","quote":"223558","line":"0","data":"10-28-2024 08:57 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223558,"Line":0,"Comment":"11/21/2024 4:52 PM - cindyt - Closed"}],"items":[{"comp":"01","order":"223558","line":"1","part":"B3007-0016-2.36","qty":"2","price":"201.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223558","line":"2","part":"B3007-0016-4.00","qty":"1","price":"215.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223558","line":"3","part":"TQW-025","qty":"1","price":"364.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223558","line":"4","part":"TQW-ER16/SK13(30)","qty":"1","price":"98.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223558","line":"5","part":"E16-SET-09-MM","qty":"1","price":"382.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223558","line":"6","part":"E16-SET-12","qty":"1","price":"512.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-21 21:07:30.500 [INFO] In session is user: rafaeli 2024-11-21 21:07:33.087 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.2392985666881, -87.9960291566583, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.2392985666881, -87.9960291566583, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1771954 second/s. 2024-11-21 21:17:07.106 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-22 00:37:31.304 [INFO] In session is user: rafaeli 2024-11-22 06:41:13.473 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220891-11222024064113.txt === {"quote":"220891","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"1","shipto":"CONNIN","shiptoName":"Conn-Selmer","entry_date":"08-29-2024","cust_order_date":"08-29-2024","req_date":"11-29-2024","cust_po":"MNL12-OD75Y-MD","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Matt Morrison / Jim Rowe","drop_po":"","status":"0","user":"chrisb","conv_order":"","time":"06:36","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Jim Rowe","follow_phone":"574-524-0189","follow_email":"jrowe@pts-tools.com","pic_user":"chrisb","total_amt":"638.3","total_gp":"397.55","total_gpm":"62.28","rev_type":"LT","mod_date":"11-22-2024","mod_time":null,"mod_user":"chrisb","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-28-2024","notes":[],"crmnotes":[{"comp":1,"quote":220891,"Line":0,"Comment":"09/18/2024 10:56 AM - chrisb - F/U changed from 09/15/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220891,"Line":1,"Comment":"09/18/2024 10:56 AM - chrisb - CLO changed from 09/29/2024 to 11/28/2024 (CLO Date Updated)"},{"comp":1,"quote":220891,"Line":2,"Comment":"09/18/2024 10:57 AM - chrisb - Req Date changed from 10/10/2024 to 11/29/2024 (Req Date Updated)"},{"comp":1,"quote":220891,"Line":3,"Comment":"10/31/2024 10:02 AM - chrisb - F/U changed from 10/12/2024 to 11/16/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"220891","line":"1","part":"MNL12-OD75Y-MD","qty":"1","price":"982.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-22 06:43:40.622 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221918-11222024064340.txt === {"quote":"221918","customer":"4207","name":null,"customerName":"DCT Industrial Supply Company","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"09-23-2024","cust_order_date":"09-23-2024","req_date":"12-23-2024","cust_po":"5AX-250YA-M w/ CAT50 POT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Attn: Jamie Gahwiler","drop_po":"HAAS VF6","status":"0","user":"chrisb","conv_order":"","time":"11:00","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Jamie Gahwiler","follow_phone":"(217) 520-3636","follow_email":"jgahwiler@dctisc.com","pic_user":"chrisb","total_amt":"63391.25","total_gp":"60296.14","total_gpm":"95.12","rev_type":"RT","mod_date":"11-22-2024","mod_time":null,"mod_user":"chrisb","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-22-2024","notes":[],"crmnotes":[{"comp":1,"quote":221918,"Line":0,"Comment":"10/31/2024 9:57 AM - chrisb - Req Date changed from 11/04/2024 to 12/23/2024 (Req Date Updated)"},{"comp":1,"quote":221918,"Line":1,"Comment":"10/31/2024 9:57 AM - chrisb - CLO changed from 10/23/2024 to 12/22/2024 (CLO Date Updated)"},{"comp":1,"quote":221918,"Line":2,"Comment":"10/31/2024 9:57 AM - chrisb - F/U changed from 10/12/2024 to 11/16/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"221918","line":"1","part":"5AX-250YA-M","qty":"1","price":"70245.00","uom":"EA","discount":"25.00","req_date":"6-8 Weeks","branch":"1"},{"comp":"01","order":"221918","line":"2","part":"HYD-UNIT-NACHI-AC110V","qty":"1","price":"7642.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221918","line":"3","part":"TCD-A6079","qty":"1","price":"1968.00","uom":"EA","discount":"25.00","req_date":"8-10 Weeks","branch":"1"},{"comp":"01","order":"221918","line":"4","part":"INSTALLATION-RT-5AX-MW","qty":"1","price":"3500.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-22 06:45:37.014 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221042-11222024064536.txt === {"quote":"221042","customer":"13435","name":null,"customerName":"Meredith Machinery LLC","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"09-03-2024","cust_order_date":"08-23-2024","req_date":"12-03-2024","cust_po":"Cory Arnholt","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"47","salesman":"KH","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Cory Arnholt","drop_po":"CNCZ180FA-M W/ CST or TAT","status":"0","user":"chrisb","conv_order":"","time":"13:01","extra":"","follow_up":"11-29-2024","web_id":"","follow_name":"","follow_phone":"","follow_email":"","pic_user":"chrisb","total_amt":"49120.38","total_gp":"0.00","total_gpm":"0.00","rev_type":"RT","mod_date":"11-22-2024","mod_time":null,"mod_user":"chrisb","reason":"","totalQty":"12","win_pct":"20","clo_date":"11-30-2024","notes":[],"crmnotes":[{"comp":1,"quote":221042,"Line":0,"Comment":"09/18/2024 10:51 AM - chrisb - F/U changed from 09/09/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221042,"Line":1,"Comment":"09/18/2024 10:52 AM - chrisb - Req Date changed from 09/03/2024 to 12/03/2024 (Req Date Updated)"},{"comp":1,"quote":221042,"Line":2,"Comment":"09/18/2024 10:52 AM - chrisb - CLO changed from 10/18/2024 to 11/30/2024 (CLO Date Updated)"},{"comp":1,"quote":221042,"Line":3,"Comment":"10/06/2024 11:38 PM - chrisb - F/U changed from 10/05/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221042,"Line":4,"Comment":"10/31/2024 10:03 AM - chrisb - F/U changed from 10/12/2024 to 11/16/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"221042","line":"1","part":"CNCZ180FA-M","qty":"2","price":"17955.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221042","line":"2","part":"TCE-95947-2000R","qty":"2","price":"1320.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221042","line":"3","part":"TCE-95951-2000R","qty":"2","price":"1063.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221042","line":"4","part":"RT-ACCESSORY","qty":"2","price":"7000.00","uom":"EA","discount":"33.00","req_date":"","branch":"1"},{"comp":"01","order":"221042","line":"6","part":"CST100-135","qty":"2","price":"3489.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221042","line":"8","part":"TAT-105N-135","qty":"2","price":"5830.00","uom":"EA","discount":"33.00","req_date":"0 Stk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-22 06:45:54.144 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222330-11222024064553.txt === {"quote":"222330","customer":"13435","name":null,"customerName":"Meredith Machinery LLC","comp":"01","open":"0","shipto":"MEDTRN","shiptoName":"Medtronic Sofamor Danek Mfg.","entry_date":"10-01-2024","cust_order_date":"10-01-2024","req_date":"12-31-2024","cust_po":"NKA01-45000","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"47","salesman":"KH","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"mirandag","conv_order":"","time":"10:00","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Tony Ganser","follow_phone":"574-320-4176","follow_email":"tony.ganser@meredithmachinery.com","pic_user":"chrisb","total_amt":"62801.24","total_gp":"32075.43","total_gpm":"51.07","rev_type":"LT","mod_date":"11-22-2024","mod_time":null,"mod_user":"chrisb","reason":"","totalQty":"26","win_pct":"20","clo_date":"12-30-2024","notes":[],"crmnotes":[{"comp":1,"quote":222330,"Line":0,"Comment":"10/06/2024 11:39 PM - chrisb - F/U changed from 10/07/2024 to 10/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222330,"Line":1,"Comment":"10/31/2024 10:08 AM - chrisb - Req Date changed from 11/12/2024 to 12/31/2024 (Req Date Updated)"},{"comp":1,"quote":222330,"Line":2,"Comment":"10/31/2024 10:08 AM - chrisb - CLO changed from 11/01/2024 to 12/30/2024 (CLO Date Updated)"},{"comp":1,"quote":222330,"Line":3,"Comment":"10/31/2024 10:08 AM - chrisb - F/U changed from 10/18/2024 to 11/16/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222330","line":"1","part":"NKA01-45000","qty":"7","price":"2987.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222330","line":"2","part":"NKA01-46000","qty":"9","price":"5092.00","uom":"EA","discount":"30.00","req_date":"5 Stk","branch":"1"},{"comp":"01","order":"222330","line":"3","part":"NKA01-13000","qty":"7","price":"3267.00","uom":"EA","discount":"30.00","req_date":"1.5 Months","branch":"1"},{"comp":"01","order":"222330","line":"4","part":"SP-21","qty":"1","price":"44.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222330","line":"5","part":"SP-30","qty":"1","price":"44.00","uom":"EA","discount":"28.00","req_date":"1 Week","branch":"1"},{"comp":"01","order":"222330","line":"6","part":"020-SPAN","qty":"1","price":"19.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222330","Line":"2","Company":"1","F_Line":"1","Comment":"ETA for remaining 4 pcs is: 1.5 Months.","Loc":"Y"}],"qcomms":[{"Quote":"222330","Line":"0","Comment":"The NKA01-13000t is non-standard stock and considered a"},{"Quote":"222330","Line":"1","Comment":"special. Once a PO has been issued this item"},{"Quote":"222330","Line":"2","Comment":"cannot be cancelled or returned."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-22 06:47:29.967 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221043-11222024064729.txt === {"quote":"221043","customer":"13435","name":null,"customerName":"Meredith Machinery LLC","comp":"01","open":"0","shipto":"MERIN","shiptoName":"Meredith Machinery","entry_date":"09-03-2024","cust_order_date":"08-23-2024","req_date":"12-03-2024","cust_po":"Cory Arnholt","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"47","salesman":"KH","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Cory Arnholt","drop_po":"CNCZ180FA-M W/ CST or TAT","status":"0","user":"chrisb","conv_order":"","time":"13:07","extra":"","follow_up":"11-29-2024","web_id":"","follow_name":"Cory Arnholt","follow_phone":"812-350-0981","follow_email":"cory.arnholt@meredithmachinery.com","pic_user":"chrisb","total_amt":"49120.38","total_gp":"37465.76","total_gpm":"76.27","rev_type":"RT","mod_date":"11-22-2024","mod_time":null,"mod_user":"chrisb","reason":"","totalQty":"12","win_pct":"20","clo_date":"12-02-2024","notes":[],"crmnotes":[{"comp":1,"quote":221043,"Line":0,"Comment":"09/19/2024 7:02 AM - chrisb - F/U changed from 09/18/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221043,"Line":1,"Comment":"10/31/2024 10:03 AM - chrisb - F/U changed from 10/12/2024 to 11/16/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"221043","line":"1","part":"CNCZ180FA-M","qty":"2","price":"17955.00","uom":"EA","discount":"33.00","req_date":"STOCK 1-2 Weeks","branch":"1"},{"comp":"01","order":"221043","line":"2","part":"TCE-95947-2000R","qty":"2","price":"1320.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221043","line":"3","part":"TCE-95951-2000R","qty":"2","price":"1063.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221043","line":"4","part":"RT-ACCESSORY","qty":"2","price":"7000.00","uom":"EA","discount":"33.00","req_date":"8-10 Weeks","branch":"1"},{"comp":"01","order":"221043","line":"7","part":"CST100-135","qty":"2","price":"3489.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221043","line":"9","part":"TAT-105N-135","qty":"2","price":"5830.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"221043","Line":"4","Company":"1","F_Line":"1","Comment":"6 Port Rotary Union 3000psi max. This will be the same","Loc":"Y"},{"Quote":"221043","Line":"4","Company":"1","F_Line":"2","Comment":"style as the standard rotary union just with higher","Loc":"Y"},{"Quote":"221043","Line":"4","Company":"1","F_Line":"3","Comment":"pressure range. Made to order and once ordered","Loc":"Y"},{"Quote":"221043","Line":"4","Company":"1","F_Line":"4","Comment":"cannot be canceled.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-22 06:47:44.784 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222043-11222024064744.txt === {"quote":"222043","customer":"13435","name":null,"customerName":"Meredith Machinery LLC","comp":"01","open":"0","shipto":"MERIN","shiptoName":"Meredith Machinery","entry_date":"09-25-2024","cust_order_date":"09-25-2024","req_date":"12-25-2024","cust_po":"5AX-130FA-M on Robodrill","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"47","salesman":"KH","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Attn: Ken Hoefflin","drop_po":"","status":"0","user":"chrisb","conv_order":"","time":"08:53","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Ken Hoefflin","follow_phone":"502-523-4010","follow_email":"ken.hoefflin@meredithmachinery.com","pic_user":"chrisb","total_amt":"30145.05","total_gp":"19150.17","total_gpm":"63.53","rev_type":"RT","mod_date":"11-22-2024","mod_time":null,"mod_user":"chrisb","reason":"","totalQty":"5","win_pct":"20","clo_date":"12-24-2024","notes":[],"crmnotes":[{"comp":1,"quote":222043,"Line":0,"Comment":"10/31/2024 10:08 AM - chrisb - F/U changed from 10/15/2024 to 11/16/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222043","line":"1","part":"5AX-130FA-M","qty":"1","price":"42525.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222043","line":"2","part":"TCE-95947-1800R","qty":"1","price":"1027.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222043","line":"3","part":"TCE-95951-1800R","qty":"1","price":"899.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222043","line":"4","part":"TCE-95948-1800T","qty":"1","price":"1027.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222043","line":"5","part":"TCE-95950-1800T","qty":"1","price":"899.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-22 06:51:01.227 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220464-11222024065101.txt === {"quote":"220464","customer":"5411","name":null,"customerName":"Ellison(IL,IN,OH)","comp":"01","open":"1","shipto":"AMGAIN","shiptoName":"AMG Engineering","entry_date":"08-21-2024","cust_order_date":"08-21-2024","req_date":"11-21-2024","cust_po":"Repeat from 2022 Order","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Attn: Kelly Potter","drop_po":"5AX-4MT-105-120FA-M","status":"0","user":"chrisb","conv_order":"","time":"08:25","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Kelly Potter","follow_phone":"317-318-5858","follow_email":"kpotter@ellisontechnologies.com","pic_user":"chrisb","total_amt":"87485.00","total_gp":"79687.48","total_gpm":"91.09","rev_type":"RT","mod_date":"11-22-2024","mod_time":null,"mod_user":"chrisb","reason":"2","totalQty":"7","win_pct":"20","clo_date":"11-20-2024","notes":[],"crmnotes":[{"comp":1,"quote":220464,"Line":0,"Comment":"09/18/2024 10:43 AM - chrisb - Encounter has been added"},{"comp":1,"quote":220464,"Line":1,"Comment":"09/18/2024 10:44 AM - chrisb - F/U changed from 09/05/2024 to 10/1/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220464,"Line":2,"Comment":"09/18/2024 10:44 AM - chrisb - CLO changed from 10/01/2024 to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":220464,"Line":3,"Comment":"10/31/2024 10:08 AM - chrisb - F/U changed from 10/20/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220464,"Line":4,"Comment":"10/31/2024 10:09 AM - chrisb - CLO changed from 10/26/2024 to 11/20/2024 (CLO Date Updated)"},{"comp":1,"quote":220464,"Line":5,"Comment":"10/31/2024 10:09 AM - chrisb - Req Date changed from 10/31/2024 to 11/21/2024 (Req Date Updated)"},{"comp":1,"quote":220464,"Line":6,"Comment":"11/22/2024 7:50 AM - chrisb - Encounter has been added"}],"items":[{"comp":"01","order":"220464","line":"1","part":"5AX-4MT-105-120FA-M","qty":"1","price":"84200.00","uom":"EA","discount":"30.00","req_date":"6-8 Weeks","branch":"1"},{"comp":"01","order":"220464","line":"2","part":"HYD-UNIT-NACHI-DC24V-3PSP","qty":"1","price":"10010.00","uom":"ST","discount":"30.00","req_date":"4-6 Weeks","branch":"1"},{"comp":"01","order":"220464","line":"3","part":"INSTALLATION-RT-5AX-MW","qty":"1","price":"13250.00","uom":"EA","discount":"0.00","req_date":"TBD By Customer","branch":"1"},{"comp":"01","order":"220464","line":"4","part":"TCD-A4089","qty":"4","price":"2960.00","uom":"EA","discount":"30.00","req_date":"1 Stk/3pcd 4-6 Weeks","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-22 06:51:27.090 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222083-11222024065126.txt === {"quote":"222083","customer":"17860","name":null,"customerName":"Quality Mill, a Martin Supply Co.","comp":"01","open":"0","shipto":"MIDRANGE","shiptoName":"Cummins Inc","entry_date":"09-25-2024","cust_order_date":"09-25-2024","req_date":"12-25-2024","cust_po":"E346BA PRESETTER","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"57","salesman":"CB","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Aaron Fitzgerald","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"13:56","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Customer Service","follow_phone":"","follow_email":"customerservice@qualitymill.com","pic_user":"chrisb","total_amt":"24432","total_gp":"22318.59","total_gpm":"91.35","rev_type":"ADV","mod_date":"11-22-2024","mod_time":null,"mod_user":"chrisb","reason":"","totalQty":"13","win_pct":"20","clo_date":"12-24-2024","notes":[],"crmnotes":[{"comp":1,"quote":222083,"Line":0,"Comment":"10/06/2024 11:39 PM - chrisb - F/U changed from 10/08/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222083,"Line":1,"Comment":"10/31/2024 9:59 AM - chrisb - Req Date changed from 11/06/2024 to 12/25/2024 (Req Date Updated)"},{"comp":1,"quote":222083,"Line":2,"Comment":"10/31/2024 9:59 AM - chrisb - CLO changed from 10/25/2024 to 12/24/2024 (CLO Date Updated)"},{"comp":1,"quote":222083,"Line":3,"Comment":"10/31/2024 9:59 AM - chrisb - F/U changed from 10/12/2024 to 11/16/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222083","line":"1","part":"PRE-E346BA-I40","qty":"1","price":"24800.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222083","line":"2","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222083","line":"3","part":"PRE-SPDL-I30A","qty":"1","price":"2200.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222083","line":"4","part":"PRE-GAUGE-B30/I30","qty":"1","price":"550.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222083","line":"5","part":"PRE-INST/TRAINING","qty":"1","price":"2700.00","uom":"EA","discount":"100.00","req_date":"TBD","branch":"1"},{"comp":"01","order":"222083","line":"6","part":"PROMOTION-IMTS24PRE","qty":"1","price":"1000.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"222083","line":"8","part":"PRE-E346PLUS-STD","qty":"1","price":"1940.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222083","line":"9","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222083","line":"10","part":"PRE-PRNT-ROLL-QL800","qty":"5","price":"30.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222083","Line":"6","Company":"1","F_Line":"1","Comment":"TOOLING CERTIFICATE FOR $1000 WITH THE PURCHASE","Loc":"Y"},{"Quote":"222083","Line":"6","Company":"1","F_Line":"2","Comment":"OF THIS PRESETTER PRIOR TO 11/30/24. MUST BE","Loc":"Y"},{"Quote":"222083","Line":"6","Company":"1","F_Line":"3","Comment":"DROP SHIPPED TO END USER.","Loc":"Y"}],"qcomms":[{"Quote":"222083","Line":"0","Comment":"ONCE INVOICED THESE ITEMS MAY NOT BE RETURNED OR"},{"Quote":"222083","Line":"1","Comment":"EXCHANGED."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":9}}] 2024-11-22 06:51:44.712 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222543-11222024065144.txt === {"quote":"222543","customer":"5411","name":null,"customerName":"Ellison(IL,IN,OH)","comp":"01","open":"0","shipto":"AMGAIN","shiptoName":"AMG Engineering","entry_date":"10-04-2024","cust_order_date":"10-04-2024","req_date":"12-31-2024","cust_po":"Single Spindle option","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Attn: Kelly Potter","drop_po":"","status":"0","user":"chrisb","conv_order":"","time":"09:57","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Kelly Potter","follow_phone":"317-318-5858","follow_email":"kpotter@ellisontechnologies.com","pic_user":"chrisb","total_amt":"45089.50","total_gp":"33836.13","total_gpm":"75.04","rev_type":"RT","mod_date":"11-22-2024","mod_time":null,"mod_user":"chrisb","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-30-2024","notes":[],"crmnotes":[{"comp":1,"quote":222543,"Line":0,"Comment":"10/06/2024 11:12 PM - chrisb - F/U changed from 01/18/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222543,"Line":1,"Comment":"10/06/2024 11:15 PM - chrisb - Encounter has been added"},{"comp":1,"quote":222543,"Line":2,"Comment":"10/31/2024 10:11 AM - chrisb - Req Date changed from 11/15/2024 to 12/31/2024 (Req Date Updated)"},{"comp":1,"quote":222543,"Line":3,"Comment":"10/31/2024 10:11 AM - chrisb - CLO changed from 11/04/2024 to 12/30/2024 (CLO Date Updated)"},{"comp":1,"quote":222543,"Line":4,"Comment":"10/31/2024 10:11 AM - chrisb - F/U changed from 10/25/2024 to 11/16/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222543","line":"1","part":"5AX-130FA-M","qty":"1","price":"42525.00","uom":"EA","discount":"30.00","req_date":"STOCK 1 Week","branch":"1"},{"comp":"01","order":"222543","line":"2","part":"TCD-A4316-P","qty":"1","price":"2960.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222543","line":"3","part":"INSTALLATION-RT-5AX-MW","qty":"1","price":"13250.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"}],"qlines":[{"Quote":"222543","Line":"3","Company":"1","F_Line":"1","Comment":"This is a NET charge only no discount applies.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-22 06:51:59.244 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220456-11222024065159.txt === {"quote":"220456","customer":"16246","name":null,"customerName":"PDQ Workholding","comp":"01","open":"1","shipto":"PDQWKHOL","shiptoName":"PDQ Workholding & Tooling","entry_date":"08-20-2024","cust_order_date":"08-20-2024","req_date":"11-20-2024","cust_po":"Jeff Likes","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"57","salesman":"CB","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jeff Likes","drop_po":"CNC321BFA-M","status":"0","user":"stevel","conv_order":"","time":"16:17","extra":"","follow_up":"11-18-2024","web_id":"","follow_name":"Jeff Likes","follow_phone":"","follow_email":"bbb@bbb.bbb","pic_user":"chrisb","total_amt":"54292.50","total_gp":"38118.61","total_gpm":"70.21","rev_type":"RT","mod_date":"11-22-2024","mod_time":null,"mod_user":"chrisb","reason":"2","totalQty":"5","win_pct":"20","clo_date":"11-19-2024","notes":[],"crmnotes":[{"comp":1,"quote":220456,"Line":0,"Comment":"08/28/2024 8:53 AM - chrisb - F/U changed from 09/02/2024 to 9/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220456,"Line":1,"Comment":"09/18/2024 10:50 AM - chrisb - Req Date changed from 10/01/2024 to 11/20/2024 (Req Date Updated)"},{"comp":1,"quote":220456,"Line":2,"Comment":"09/18/2024 10:50 AM - chrisb - CLO changed from 09/20/2024 to 11/20/2024 (CLO Date Updated)"},{"comp":1,"quote":220456,"Line":3,"Comment":"09/18/2024 10:50 AM - chrisb - CLO changed from 11/20/2024 to 11/19/2024 (CLO Date Updated)"},{"comp":1,"quote":220456,"Line":4,"Comment":"09/18/2024 10:51 AM - chrisb - F/U changed from 09/08/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220456,"Line":5,"Comment":"10/06/2024 11:28 PM - chrisb - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220456,"Line":6,"Comment":"10/31/2024 10:10 AM - chrisb - F/U changed from 10/25/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220456,"Line":7,"Comment":"11/14/2024 8:49 AM - chrisb - F/U changed from 11/16/2024 to 11/18/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"220456","line":"1","part":"CNC321BFA-M","qty":"1","price":"31395.00","uom":"EA","discount":"25.00","req_date":"Will Advise","branch":"1"},{"comp":"01","order":"220456","line":"2","part":"TCD-69044-R","qty":"2","price":"6500.00","uom":"EA","discount":"25.00","req_date":"Will Advise","branch":"1"},{"comp":"01","order":"220456","line":"3","part":"TAT-321","qty":"1","price":"13995.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220456","line":"4","part":"INSTALLATION-RT-CNC-MX","qty":"1","price":"10500.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-22 06:52:16.803 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223860-11222024065216.txt === {"quote":"223860","customer":"16600","name":null,"customerName":"Powell Tool Supply, Inc.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"11-04-2024","cust_order_date":"11-04-2024","req_date":"12-16-2024","cust_po":"ER40 Torque Wrench","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"57","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"Attn: Shawn Luczkowski","drop_po":"","status":"0","user":"chrisb","conv_order":"","time":"05:13","extra":"","follow_up":"11-20-2024","web_id":"","follow_name":"Shawn Luczkowski","follow_phone":"574-289-3504","follow_email":"sluczkowski@powelltool.com","pic_user":"chrisb","total_amt":"301.92","total_gp":"141.86","total_gpm":"46.99","rev_type":"STD","mod_date":"11-22-2024","mod_time":null,"mod_user":"chrisb","reason":"1","totalQty":"2","win_pct":"20","clo_date":"12-04-2024","notes":[{"comp":"1","quote":"223860","line":"0","data":"11-04-2024 05:15 - Discounts Recalculated"}],"crmnotes":[],"items":[{"comp":"01","order":"223860","line":"1","part":"TQW-ER40/C1(60)","qty":"1","price":"113.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223860","line":"2","part":"TQW-150","qty":"1","price":"331.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"223860","Line":"1","Company":"1","F_Line":"1","Comment":"ER40 Attachment","Loc":"Y"},{"Quote":"223860","Line":"2","Company":"1","F_Line":"1","Comment":"Torque Wrench","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-22 06:55:16.959 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220680-11222024065516.txt === {"quote":"220680","customer":"13435","name":null,"customerName":"Meredith Machinery LLC","comp":"01","open":"1","shipto":"MERCGEA","shiptoName":"Meredith Machinery","entry_date":"08-23-2024","cust_order_date":"07-10-2024","req_date":"11-23-2024","cust_po":"Cory Arnholt","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"47","salesman":"KH","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Cory Arnholt","drop_po":"5AX-201HFA-M W/ 6PT RJ","status":"0","user":"chrisb","conv_order":"","time":"17:40","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Cory Arnholt","follow_phone":"812-350-0981","follow_email":"cory.arnholt@meredithmachinery.com","pic_user":"chrisb","total_amt":"166224.32","total_gp":"110832.00","total_gpm":"66.68","rev_type":"RT","mod_date":"11-22-2024","mod_time":null,"mod_user":"chrisb","reason":"2","totalQty":"24","win_pct":"20","clo_date":"11-22-2024","notes":[],"crmnotes":[{"comp":1,"quote":220680,"Line":0,"Comment":"09/18/2024 10:44 AM - chrisb - F/U changed from 09/08/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220680,"Line":1,"Comment":"10/06/2024 11:21 PM - chrisb - F/U changed from 10/05/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220680,"Line":2,"Comment":"10/30/2024 2:49 PM - chrisb - F/U changed from 10/12/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220680,"Line":3,"Comment":"11/14/2024 8:46 AM - chrisb - F/U changed from 11/16/2024 to 11/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220680,"Line":4,"Comment":"11/22/2024 7:54 AM - chrisb - Encounter has been added"}],"items":[{"comp":"01","order":"220680","line":"1","part":"5AX-201HFA-M","qty":"4","price":"53900.00","uom":"EA","discount":"33.00","req_date":"2 Stk/2pc 10-12 Wks","branch":"1"},{"comp":"01","order":"220680","line":"2","part":"TCD-E6147","qty":"4","price":"3358.00","uom":"EA","discount":"33.00","req_date":"1 Stk/3pc 10-12 Wks","branch":"1"},{"comp":"01","order":"220680","line":"3","part":"TCE-95951-2500R","qty":"4","price":"1063.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220680","line":"4","part":"TCE-95947-2500R","qty":"4","price":"1320.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220680","line":"5","part":"TCE-95950-2500T","qty":"4","price":"1063.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220680","line":"6","part":"TCE-95948-2500T","qty":"4","price":"1320.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-22 06:56:36.346 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220682-11222024065636.txt === {"quote":"220682","customer":"13435","name":null,"customerName":"Meredith Machinery LLC","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"08-23-2024","cust_order_date":"08-23-2024","req_date":"11-23-2024","cust_po":"Cory Arnholt","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"47","salesman":"KH","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Cory Arnholt","drop_po":"CNCZ180FA-M W/ CST or TAT","status":"0","user":"chrisb","conv_order":"","time":"18:19","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Cory Arnholt","follow_phone":"812-350-0981","follow_email":"cory.arnholt@meredithmachinery.com","pic_user":"chrisb","total_amt":"44102.08","total_gp":"41952.48","total_gpm":"95.13","rev_type":"RT","mod_date":"11-22-2024","mod_time":null,"mod_user":"chrisb","reason":"2","totalQty":"10","win_pct":"20","clo_date":"11-22-2024","notes":[],"crmnotes":[{"comp":1,"quote":220682,"Line":0,"Comment":"09/18/2024 10:48 AM - chrisb - F/U changed from 09/08/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220682,"Line":1,"Comment":"10/06/2024 11:30 PM - chrisb - F/U changed from 10/05/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220682,"Line":2,"Comment":"10/31/2024 9:56 AM - chrisb - F/U changed from 10/12/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220682,"Line":3,"Comment":"11/14/2024 8:48 AM - chrisb - F/U changed from 11/16/2024 to 11/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220682,"Line":4,"Comment":"11/22/2024 7:56 AM - chrisb - Encounter has been added"}],"items":[{"comp":"01","order":"220682","line":"1","part":"CNCZ180BFA-M","qty":"2","price":"21210.00","uom":"EA","discount":"33.00","req_date":"10-12 Wks","branch":"1"},{"comp":"01","order":"220682","line":"2","part":"TCE-95947-2000R","qty":"2","price":"1320.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220682","line":"3","part":"TCE-95951-2000R","qty":"2","price":"1063.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220682","line":"5","part":"CST100-135","qty":"2","price":"3489.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220682","line":"7","part":"TAT-105N-135","qty":"2","price":"5830.00","uom":"EA","discount":"33.00","req_date":"0 Stk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-22 06:59:30.213 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223927-11222024065930.txt === {"quote":"223927","customer":"16600","name":null,"customerName":"Powell Tool Supply, Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-05-2024","cust_order_date":"11-05-2024","req_date":"12-17-2024","cust_po":"NBT30-HC0500-2.50","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"57","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"chrisb","conv_order":"","time":"07:50","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Shawn Luczkowski","follow_phone":"574-289-3504","follow_email":"sluczkowski@powelltool.com","pic_user":"chrisb","total_amt":"928.88","total_gp":"513.10","total_gpm":"55.24","rev_type":"ADV","mod_date":"11-22-2024","mod_time":null,"mod_user":"chrisb","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-05-2024","notes":[{"comp":"1","quote":"223927","line":"0","data":"11-05-2024 07:50 - Discounts Recalculated"}],"crmnotes":[],"items":[{"comp":"01","order":"223927","line":"1","part":"NBT30-HC0500-2.50","qty":"2","price":"683.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-22 06:59:42.834 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223927-11222024065942.txt === {"quote":"223927","customer":"16600","name":null,"customerName":"Powell Tool Supply, Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-05-2024","cust_order_date":"11-05-2024","req_date":"12-17-2024","cust_po":"NBT30-HC0500-2.50","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"57","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"chrisb","conv_order":"","time":"07:50","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Shawn Luczkowski","follow_phone":"574-289-3504","follow_email":"sluczkowski@powelltool.com","pic_user":"chrisb","total_amt":"928.88","total_gp":"513.10","total_gpm":"55.24","rev_type":"ADV","mod_date":"11-22-2024","mod_time":null,"mod_user":"chrisb","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-16-2024","notes":[{"comp":"1","quote":"223927","line":"0","data":"11-05-2024 07:50 - Discounts Recalculated"}],"crmnotes":[{"comp":1,"quote":223927,"Line":0,"Comment":"11/22/2024 7:59 AM - chrisb - F/U changed from 11/26/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223927,"Line":1,"Comment":"11/22/2024 7:59 AM - chrisb - CLO changed from 12/05/2024 to 12/16/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223927","line":"1","part":"NBT30-HC0500-2.50","qty":"2","price":"683.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-22 07:00:17.216 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223928-11222024070016.txt === {"quote":"223928","customer":"4070","name":null,"customerName":"DXP Enterprises Inc.","comp":"01","open":"0","shipto":"STEEBUTL","shiptoName":"Steel Dynamics Inc.","entry_date":"11-05-2024","cust_order_date":"11-05-2024","req_date":"12-29-2024","cust_po":"Duplicate from qt#187397","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"Attn: Niles Vance","drop_po":"","status":"0","user":"chrisb","conv_order":"","time":"07:55","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Niles Vance","follow_phone":"260-242-0280","follow_email":"niles.vance@dxpe.com","pic_user":"chrisb","total_amt":"1815.98","total_gp":"1230.26","total_gpm":"67.75","rev_type":"STD","mod_date":"11-22-2024","mod_time":null,"mod_user":"chrisb","reason":"","totalQty":"20","win_pct":"20","clo_date":"12-26-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223928","line":"1","part":"NC4006-0500-2.50CP","qty":"1","price":"250.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223928","line":"2","part":"NC4006-0625-3.00CP","qty":"1","price":"204.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223928","line":"3","part":"NC4006-0750-3.00CP","qty":"1","price":"250.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223928","line":"4","part":"NC4006-1000-4.00CP","qty":"1","price":"255.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223928","line":"5","part":"NC4006-1500-4.50CP","qty":"1","price":"339.00","uom":"EA","discount":"42.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"223928","line":"6","part":"NC4001-0750-1.75CP","qty":"2","price":"292.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223928","line":"7","part":"NC4001-1000-1.75CP","qty":"2","price":"311.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223928","line":"8","part":"NC4006-1250-4.00CP","qty":"1","price":"257.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223928","line":"9","part":"C40-1500-MATS-EU","qty":"10","price":"37.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":9}}] 2024-11-22 07:00:35.538 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223929-11222024070035.txt === {"quote":"223929","customer":"4070","name":null,"customerName":"DXP Enterprises Inc.","comp":"01","open":"0","shipto":"STEEBUTL","shiptoName":"Steel Dynamics Inc.","entry_date":"11-05-2024","cust_order_date":"11-05-2024","req_date":"12-29-2024","cust_po":"New Tooling - OKUMA M560V","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"TD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Attn: Niles Vance","drop_po":"CAT40 TaperPlus","status":"0","user":"chrisb","conv_order":"","time":"07:59","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Niles Vance","follow_phone":"260-242-0280","follow_email":"niles.vance@dxpe.com","pic_user":"chrisb","total_amt":"15652.85","total_gp":"9233.78","total_gpm":"58.99","rev_type":"ADV","mod_date":"11-22-2024","mod_time":null,"mod_user":"chrisb","reason":"","totalQty":"90","win_pct":"20","clo_date":"12-26-2024","notes":[{"comp":"1","quote":"223929","line":"0","data":"11-09-2024 10:28 - Discounts Recalculated"}],"crmnotes":[],"items":[{"comp":"01","order":"223929","line":"1","part":"NC4001-0750-1.75CP","qty":"2","price":"292.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223929","line":"2","part":"NC4001-0750-4.00CP","qty":"1","price":"321.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223929","line":"3","part":"NCAT40-NPU13-105U-IDU","qty":"2","price":"507.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223929","line":"4","part":"C4007-0040-3.13","qty":"5","price":"240.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223929","line":"5","part":"C4007-0040-5.00","qty":"5","price":"243.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223929","line":"6","part":"E40-SET-23-MM","qty":"1","price":"1380.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223929","line":"7","part":"E40-SET-25","qty":"1","price":"1500.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223929","line":"8","part":"E40-SET-33(C)-MM","qty":"1","price":"3201.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223929","line":"9","part":"E40-SET-6(C)","qty":"1","price":"582.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223929","line":"10","part":"NCAT40-C1.1/4SL-105U-IDU","qty":"5","price":"556.00","uom":"EA","discount":"44.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223929","line":"11","part":"NCAT40-C1.1/4SL-85U-IDU","qty":"5","price":"556.00","uom":"EA","discount":"44.00","req_date":"4 Stk","branch":"1"},{"comp":"01","order":"223929","line":"12","part":"NCAT40-C1.1/4SL-120U-IDU","qty":"5","price":"510.00","uom":"EA","discount":"44.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223929","line":"13","part":"NCAT40-C3/4-85U-IDU","qty":"5","price":"538.00","uom":"EA","discount":"44.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223929","line":"14","part":"KM1.1/4-SET-08-MM","qty":"2","price":"488.00","uom":"EA","discount":"44.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"223929","line":"15","part":"KM1.1/4-SET-11","qty":"2","price":"671.00","uom":"EA","discount":"44.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"223929","line":"16","part":"KM3/4-SET-07-MM","qty":"1","price":"377.00","uom":"EA","discount":"44.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"223929","line":"17","part":"KM3/4-SET-09","qty":"1","price":"504.00","uom":"EA","discount":"44.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"223929","line":"18","part":"TCLA-40/63A/C6","qty":"1","price":"220.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223929","line":"19","part":"NPU13-SPAN","qty":"1","price":"24.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223929","line":"20","part":"040-SPAN","qty":"1","price":"34.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223929","line":"21","part":"9HC22","qty":"1","price":"37.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223929","line":"22","part":"9HC32","qty":"1","price":"45.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223929","line":"27","part":"PS-B64-1-EU","qty":"30","price":"48.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223929","line":"30","part":"TQW-150","qty":"1","price":"331.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223929","line":"31","part":"TQW-ER40/C1(60)","qty":"1","price":"93.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223929","line":"32","part":"TQW-C3/4(50)","qty":"1","price":"93.00","uom":"EA","discount":"35.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"223929","line":"33","part":"TQW-C1.1/4(72)","qty":"1","price":"93.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223929","line":"34","part":"TQW-PS(19)","qty":"1","price":"93.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223929","line":"36","part":".1_NEW_VMC","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"223929","line":"37","part":".2_OKUMA","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"223929","line":"38","part":".3_ATC30","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"223929","line":"39","part":".4_PIONEER/HPI","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"223929","line":"40","part":".5_MATERIAL","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":33}}] 2024-11-22 07:00:51.340 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223985-11222024070051.txt === {"quote":"223985","customer":"E1070","name":null,"customerName":"Affco Machine Sales","comp":"01","open":"0","shipto":"MAGPOWIN","shiptoName":"Magna Powertrain of America","entry_date":"11-05-2024","cust_order_date":"11-05-2024","req_date":"12-17-2024","cust_po":"CNC180FA-M on AWEA VPCM","terms_code":"N30","ship_via":"TRK","ship_collect":"","drop_ship":"N","territory":"57","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"Attn: Mark Bakx","drop_po":"2 machines - 4 tables","status":"0","user":"chrisb","conv_order":"","time":"14:30","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Mark Bakx","follow_phone":"317-514-4357","follow_email":"mbakx@affcomachinesales.com","pic_user":"chrisb","total_amt":"93512.00","total_gp":"75299.04","total_gpm":"80.52","rev_type":"RT","mod_date":"11-22-2024","mod_time":null,"mod_user":"chrisb","reason":"","totalQty":"18","win_pct":"20","clo_date":"12-05-2024","notes":[{"comp":"1","quote":"223985","line":"0","data":"11-05-2024 14:33 - Discounts Recalculated"}],"crmnotes":[],"items":[{"comp":"01","order":"223985","line":"1","part":"CNC180FA-M","qty":"4","price":"16905.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223985","line":"2","part":"RT-CN180SD-3+1-L","qty":"4","price":"1509.00","uom":"EA","discount":"25.00","req_date":"3 Stk","branch":"1"},{"comp":"01","order":"223985","line":"3","part":"INSTALLATION-RT-5AX-MW","qty":"2","price":"16000.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223985","line":"8","part":"TCE-95947-1500R","qty":"4","price":"1027.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223985","line":"9","part":"TCE-95951-1500R","qty":"4","price":"1063.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"223985","Line":"3","Company":"1","F_Line":"1","Comment":"This is a NET charge for installing two tables per","Loc":"Y"},{"Quote":"223985","Line":"3","Company":"1","F_Line":"2","Comment":"machine.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":5}}] 2024-11-22 07:01:06.476 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223985-11222024070106.txt === {"quote":"223985","customer":"E1070","name":null,"customerName":"Affco Machine Sales","comp":"01","open":"0","shipto":"MAGPOWIN","shiptoName":"Magna Powertrain of America","entry_date":"11-05-2024","cust_order_date":"11-05-2024","req_date":"02-05-2025","cust_po":"CNC180FA-M on AWEA VPCM","terms_code":"N30","ship_via":"TRK","ship_collect":"","drop_ship":"N","territory":"57","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"Attn: Mark Bakx","drop_po":"2 machines - 4 tables","status":"0","user":"chrisb","conv_order":"","time":"14:30","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Mark Bakx","follow_phone":"317-514-4357","follow_email":"mbakx@affcomachinesales.com","pic_user":"chrisb","total_amt":"93512.00","total_gp":"75299.04","total_gpm":"80.52","rev_type":"RT","mod_date":"11-22-2024","mod_time":null,"mod_user":"chrisb","reason":"","totalQty":"18","win_pct":"20","clo_date":"12-05-2024","notes":[{"comp":"1","quote":"223985","line":"0","data":"11-05-2024 14:33 - Discounts Recalculated"}],"crmnotes":[{"comp":1,"quote":223985,"Line":0,"Comment":"11/22/2024 8:00 AM - chrisb - F/U changed from 11/26/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223985,"Line":1,"Comment":"11/22/2024 8:01 AM - chrisb - Req Date changed from 12/17/2024 to 02/05/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"223985","line":"1","part":"CNC180FA-M","qty":"4","price":"16905.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223985","line":"2","part":"RT-CN180SD-3+1-L","qty":"4","price":"1509.00","uom":"EA","discount":"25.00","req_date":"3 Stk","branch":"1"},{"comp":"01","order":"223985","line":"3","part":"INSTALLATION-RT-5AX-MW","qty":"2","price":"16000.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223985","line":"8","part":"TCE-95947-1500R","qty":"4","price":"1027.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223985","line":"9","part":"TCE-95951-1500R","qty":"4","price":"1063.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"223985","Line":"3","Company":"1","F_Line":"1","Comment":"This is a NET charge for installing two tables per","Loc":"Y"},{"Quote":"223985","Line":"3","Company":"1","F_Line":"2","Comment":"machine.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-22 07:01:17.903 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223985-11222024070117.txt === {"quote":"223985","customer":"E1070","name":null,"customerName":"Affco Machine Sales","comp":"01","open":"0","shipto":"MAGPOWIN","shiptoName":"Magna Powertrain of America","entry_date":"11-05-2024","cust_order_date":"11-05-2024","req_date":"02-05-2025","cust_po":"CNC180FA-M on AWEA VPCM","terms_code":"N30","ship_via":"TRK","ship_collect":"","drop_ship":"N","territory":"57","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"Attn: Mark Bakx","drop_po":"2 machines - 4 tables","status":"0","user":"chrisb","conv_order":"","time":"14:30","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Mark Bakx","follow_phone":"317-514-4357","follow_email":"mbakx@affcomachinesales.com","pic_user":"chrisb","total_amt":"93512.00","total_gp":"75299.04","total_gpm":"80.52","rev_type":"RT","mod_date":"11-22-2024","mod_time":null,"mod_user":"chrisb","reason":"","totalQty":"18","win_pct":"20","clo_date":"02-04-2025","notes":[{"comp":"1","quote":"223985","line":"0","data":"11-05-2024 14:33 - Discounts Recalculated"}],"crmnotes":[{"comp":1,"quote":223985,"Line":0,"Comment":"11/22/2024 8:00 AM - chrisb - F/U changed from 11/26/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223985,"Line":1,"Comment":"11/22/2024 8:01 AM - chrisb - Req Date changed from 12/17/2024 to 02/05/2025 (Req Date Updated)"},{"comp":1,"quote":223985,"Line":2,"Comment":"11/22/2024 8:01 AM - chrisb - CLO changed from 12/05/2024 to 02/04/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223985","line":"1","part":"CNC180FA-M","qty":"4","price":"16905.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223985","line":"2","part":"RT-CN180SD-3+1-L","qty":"4","price":"1509.00","uom":"EA","discount":"25.00","req_date":"3 Stk","branch":"1"},{"comp":"01","order":"223985","line":"3","part":"INSTALLATION-RT-5AX-MW","qty":"2","price":"16000.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223985","line":"8","part":"TCE-95947-1500R","qty":"4","price":"1027.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223985","line":"9","part":"TCE-95951-1500R","qty":"4","price":"1063.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"223985","Line":"3","Company":"1","F_Line":"1","Comment":"This is a NET charge for installing two tables per","Loc":"Y"},{"Quote":"223985","Line":"3","Company":"1","F_Line":"2","Comment":"machine.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-22 07:01:29.029 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224008-11222024070128.txt === {"quote":"224008","customer":"17860","name":null,"customerName":"Quality Mill, a Martin Supply Co.","comp":"01","open":"0","shipto":"MAGPOWIN","shiptoName":"Magna Powertrain of America","entry_date":"11-05-2024","cust_order_date":"11-05-2024","req_date":"12-17-2024","cust_po":"Rotary table Installation","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"57","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"Attn: Jill Marshman/Andrew Ebbert","drop_po":"Customer owned table","status":"0","user":"chrisb","conv_order":"","time":"20:12","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Jill Raper-Marshman","follow_phone":"765-623-5067","follow_email":"jmarshman@qualitymill.com","pic_user":"chrisb","total_amt":"9000.00","total_gp":"9000.00","total_gpm":"100.00","rev_type":"RT","mod_date":"11-22-2024","mod_time":null,"mod_user":"chrisb","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-05-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224008","line":"1","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"9000.00","uom":"EA","discount":"0.00","req_date":"TBD by customer","branch":"1"}],"qlines":[{"Quote":"224008","Line":"1","Company":"1","F_Line":"1","Comment":"This is a net charge for Lyndex Nikken to install an","Loc":"Y"},{"Quote":"224008","Line":"1","Company":"1","F_Line":"2","Comment":"existing CNC180FA-M table on a Campro or DMC VMC.","Loc":"Y"},{"Quote":"224008","Line":"1","Company":"1","F_Line":"3","Comment":"Customer is responsible for any options needed on VMC","Loc":"Y"},{"Quote":"224008","Line":"1","Company":"1","F_Line":"4","Comment":"to enable rotary integration. Lyndex will supply axis","Loc":"Y"},{"Quote":"224008","Line":"1","Company":"1","F_Line":"5","Comment":"card if needed and other installation components.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-22 07:01:39.856 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224008-11222024070139.txt === {"quote":"224008","customer":"17860","name":null,"customerName":"Quality Mill, a Martin Supply Co.","comp":"01","open":"0","shipto":"MAGPOWIN","shiptoName":"Magna Powertrain of America","entry_date":"11-05-2024","cust_order_date":"11-05-2024","req_date":"12-17-2024","cust_po":"Rotary table Installation","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"57","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"Attn: Jill Marshman/Andrew Ebbert","drop_po":"Customer owned table","status":"0","user":"chrisb","conv_order":"","time":"20:12","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Jill Raper-Marshman","follow_phone":"765-623-5067","follow_email":"jmarshman@qualitymill.com","pic_user":"chrisb","total_amt":"9000.00","total_gp":"9000.00","total_gpm":"100.00","rev_type":"RT","mod_date":"11-22-2024","mod_time":null,"mod_user":"chrisb","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-16-2024","notes":[],"crmnotes":[{"comp":1,"quote":224008,"Line":0,"Comment":"11/22/2024 8:01 AM - chrisb - F/U changed from 11/26/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224008,"Line":1,"Comment":"11/22/2024 8:01 AM - chrisb - CLO changed from 12/05/2024 to 12/16/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224008","line":"1","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"9000.00","uom":"EA","discount":"0.00","req_date":"TBD by customer","branch":"1"}],"qlines":[{"Quote":"224008","Line":"1","Company":"1","F_Line":"1","Comment":"This is a net charge for Lyndex Nikken to install an","Loc":"Y"},{"Quote":"224008","Line":"1","Company":"1","F_Line":"2","Comment":"existing CNC180FA-M table on a Campro or DMC VMC.","Loc":"Y"},{"Quote":"224008","Line":"1","Company":"1","F_Line":"3","Comment":"Customer is responsible for any options needed on VMC","Loc":"Y"},{"Quote":"224008","Line":"1","Company":"1","F_Line":"4","Comment":"to enable rotary integration. Lyndex will supply axis","Loc":"Y"},{"Quote":"224008","Line":"1","Company":"1","F_Line":"5","Comment":"card if needed and other installation components.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-22 07:01:52.957 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224280-11222024070152.txt === {"quote":"224280","customer":"E1070","name":null,"customerName":"Affco Machine Sales","comp":"01","open":"0","shipto":"MAGPOWIN","shiptoName":"Magna Powertrain of America","entry_date":"11-12-2024","cust_order_date":"11-05-2024","req_date":"12-30-2024","cust_po":"CNCZ180FA-M on AWEA VPCM","terms_code":"N30","ship_via":"TRK","ship_collect":"","drop_ship":"N","territory":"57","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"Attn: Marc Bakx","drop_po":"2 machines - 4 tables","status":"0","user":"chrisb","conv_order":"","time":"09:33","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Marc Bakx","follow_phone":"555555555","follow_email":"aslfekjsa@abc.com","pic_user":"chrisb","total_amt":"96662.00","total_gp":"75085.88","total_gpm":"77.68","rev_type":"RT","mod_date":"11-22-2024","mod_time":null,"mod_user":"chrisb","reason":"","totalQty":"18","win_pct":"20","clo_date":"12-29-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224280","line":"1","part":"CNCZ180FA-M","qty":"4","price":"17955.00","uom":"ST","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224280","line":"2","part":"RT-CN180SD-3+1-L","qty":"4","price":"1509.00","uom":"EA","discount":"25.00","req_date":"3 Stk","branch":"1"},{"comp":"01","order":"224280","line":"3","part":"INSTALLATION-RT-5AX-MW","qty":"2","price":"16000.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"224280","line":"8","part":"TCE-95947-1500R","qty":"4","price":"1027.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224280","line":"9","part":"TCE-95951-1500R","qty":"4","price":"1063.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"224280","Line":"3","Company":"1","F_Line":"1","Comment":"This is a NET charge for installing two tables per","Loc":"Y"},{"Quote":"224280","Line":"3","Company":"1","F_Line":"2","Comment":"machine.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":5}}] 2024-11-22 07:02:07.298 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224289-11222024070207.txt === {"quote":"224289","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"N","shiptoName":"Josam","entry_date":"11-12-2024","cust_order_date":"11-12-2024","req_date":"12-30-2024","cust_po":"Tooling Cert New Mazak","terms_code":"N30","ship_via":"U-GND","ship_collect":"NF-LIT","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Micah Slauter","drop_po":"CAT40 Tooling","status":"0","user":"chrisb","conv_order":"","time":"11:00","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Micah Slauter","follow_phone":"2192430265","follow_email":"mslauter@josam.com","pic_user":"chrisb","total_amt":"8190.00","total_gp":"6073.88","total_gpm":"74.16","rev_type":"ADV","mod_date":"11-22-2024","mod_time":null,"mod_user":"chrisb","reason":"","totalQty":"43","win_pct":"20","clo_date":"12-25-2024","notes":[{"comp":"1","quote":"224289","line":"2","data":"11-12-2024 11:30 - Discounts Recalculated QS"},{"comp":"1","quote":"224289","line":"1","data":"11-12-2024 11:29 - Discounts Recalculated QS"},{"comp":"1","quote":"224289","line":"0","data":"11-12-2024 11:27 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"224289","line":"1","part":"C40R5-0875-3.50(C)","qty":"3","price":"535.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224289","line":"2","part":"NT10-024(S)","qty":"1","price":"75.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224289","line":"3","part":"NT10-040(S)","qty":"1","price":"75.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224289","line":"4","part":"NT10-048(S)","qty":"1","price":"75.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224289","line":"5","part":"CAT40-C3/4-85U-IDU","qty":"1","price":"526.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224289","line":"6","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224289","line":"7","part":"CAT40-HC0500-2.50","qty":"1","price":"630.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224289","line":"8","part":"CAT40-HC1000-2.50","qty":"1","price":"630.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224289","line":"9","part":"KM1-5/8","qty":"1","price":"62.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224289","line":"10","part":"CAT40-NPU13-105U-IDU","qty":"1","price":"523.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224289","line":"11","part":"NPU13-SPAN","qty":"1","price":"26.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224289","line":"12","part":"CAT40-SK16-90U-IDU","qty":"4","price":"406.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224289","line":"13","part":"SK16-10","qty":"3","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224289","line":"14","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224289","line":"15","part":"CAT40-SK25-90U-IDU","qty":"2","price":"462.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224289","line":"16","part":"SK25-18","qty":"2","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224289","line":"17","part":"SK16-14","qty":"1","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224289","line":"18","part":"C4006-1250-2.00","qty":"1","price":"134.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224289","line":"19","part":"C40-STD-EU","qty":"15","price":"28.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224289","line":"20","part":"NCL-ICAT40","qty":"1","price":"255.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":20}}] 2024-11-22 07:04:01.428 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223555-11222024070401.txt === {"quote":"223555","customer":"16600","name":null,"customerName":"Powell Tool Supply, Inc.","comp":"01","open":"1","shipto":"DAMAN","shiptoName":"Daman Products Co. Inc.","entry_date":"10-28-2024","cust_order_date":"10-28-2024","req_date":"12-09-2024","cust_po":"CAT50 Holders","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"57","salesman":"CB","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Attn: Shawn Luczkowski","drop_po":"","status":"0","user":"chrisb","conv_order":"","time":"07:44","extra":"","follow_up":"11-27-2024","web_id":"","follow_name":"Shawn Luczkowski","follow_phone":"574-292-5492","follow_email":"sluczkowski@powelltool.com","pic_user":"chrisb","total_amt":"6982.8","total_gp":"3823.66","total_gpm":"54.76","rev_type":"ADV","mod_date":"11-22-2024","mod_time":null,"mod_user":"chrisb","reason":"1","totalQty":"25","win_pct":"20","clo_date":"11-28-2024","notes":[],"crmnotes":[{"comp":1,"quote":223555,"Line":0,"Comment":"11/14/2024 8:10 AM - chrisb - F/U changed from 11/12/2024 to 11/27/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223555","line":"1","part":"C5007-0032-6.00","qty":"10","price":"368.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223555","line":"2","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223555","line":"4","part":"CAT50-HC1250-3.50","qty":"3","price":"825.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223555","line":"5","part":"CAT50-C1.1/4-105U-IDU","qty":"3","price":"683.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223555","line":"6","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223555","line":"8","part":"CAT50-C2-125U-IDU","qty":"2","price":"1271.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223555","line":"9","part":"KM2-1.1/2","qty":"2","price":"121.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223555","line":"10","part":"9HC50","qty":"1","price":"83.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223555","line":"12","part":"C5001-1500-2.00CP","qty":"2","price":"247.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":9}}] 2024-11-22 07:04:19.466 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221682-11222024070419.txt === {"quote":"221682","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"RATHBU","shiptoName":"Rathburn Tools & Mfg","entry_date":"09-18-2024","cust_order_date":"09-18-2024","req_date":"12-18-2024","cust_po":"5AX-201 on S700XD1","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Attn: Ryan Miller","drop_po":"","status":"0","user":"chrisb","conv_order":"","time":"09:03","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Ryan Miller","follow_phone":"(260) 409-1492","follow_email":"ryanmiller@yamazen.com","pic_user":"chrisb","total_amt":"27608","total_gp":"14068.51","total_gpm":"50.96","rev_type":"RT","mod_date":"11-22-2024","mod_time":null,"mod_user":"chrisb","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-17-2024","notes":[],"crmnotes":[{"comp":1,"quote":221682,"Line":0,"Comment":"10/06/2024 11:20 PM - chrisb - F/U changed from 10/04/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221682,"Line":1,"Comment":"10/06/2024 11:20 PM - chrisb - CLO changed from 10/18/2024 to 12/17/2024 (CLO Date Updated)"},{"comp":1,"quote":221682,"Line":2,"Comment":"10/06/2024 11:21 PM - chrisb - Req Date changed from 10/30/2024 to 12/18/2024 (Req Date Updated)"},{"comp":1,"quote":221682,"Line":3,"Comment":"10/31/2024 10:10 AM - chrisb - F/U changed from 10/25/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221682,"Line":4,"Comment":"11/14/2024 8:11 AM - chrisb - F/U changed from 11/16/2024 to 11/29/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"221682","line":"1","part":"5AX-201SA-BR3/S357XD1","qty":"1","price":"47600.00","uom":"EA","discount":"42.00","req_date":"STOCK 1 Week","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-22 07:05:28.708 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222168-11222024070528.txt === {"quote":"222168","customer":"17860","name":null,"customerName":"Quality Mill, a Martin Supply Co.","comp":"01","open":"0","shipto":"CATEFRAN","shiptoName":"Caterpillar Reman Powertrain","entry_date":"09-26-2024","cust_order_date":"09-26-2024","req_date":"12-26-2024","cust_po":"E346BA 40 + 50 TAPER","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"57","salesman":"CB","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Beckwith","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"15:05","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"David Beckwith","follow_phone":"812.585.0699","follow_email":"dbeckwith@martinsupply.com","pic_user":"chrisb","total_amt":"23048","total_gp":"21550.27","total_gpm":"93.50","rev_type":"ADV","mod_date":"11-22-2024","mod_time":null,"mod_user":"chrisb","reason":"","totalQty":"12","win_pct":"20","clo_date":"12-25-2024","notes":[],"crmnotes":[{"comp":1,"quote":222168,"Line":0,"Comment":"10/06/2024 11:39 PM - chrisb - F/U changed from 10/09/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222168,"Line":1,"Comment":"10/31/2024 9:58 AM - chrisb - F/U changed from 10/12/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222168,"Line":2,"Comment":"10/31/2024 9:58 AM - chrisb - CLO changed from 10/26/2024 to 12/25/2024 (CLO Date Updated)"},{"comp":1,"quote":222168,"Line":3,"Comment":"10/31/2024 9:58 AM - chrisb - Req Date changed from 11/07/2024 to 12/26/2024 (Req Date Updated)"},{"comp":1,"quote":222168,"Line":4,"Comment":"11/14/2024 8:47 AM - chrisb - F/U changed from 11/16/2024 to 11/30/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222168","line":"1","part":"PRE-E346BA-I50","qty":"1","price":"24800.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222168","line":"2","part":"PRE-GAUGE-C50","qty":"1","price":"760.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222168","line":"3","part":"PRE-SPDL-I40A","qty":"1","price":"2200.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222168","line":"4","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222168","line":"5","part":"PRE-INST/TRAINING","qty":"1","price":"2700.00","uom":"EA","discount":"100.00","req_date":"TBD","branch":"1"},{"comp":"01","order":"222168","line":"6","part":"PROMOTION-IMTS24PRE","qty":"1","price":"1000.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"222168","line":"8","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222168","line":"9","part":"PRE-PRNT-ROLL-QL800","qty":"5","price":"30.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222168","Line":"6","Company":"1","F_Line":"1","Comment":"TOOLING CERTIFICATE FOR $1000 WITH THE PURCHASE","Loc":"Y"},{"Quote":"222168","Line":"6","Company":"1","F_Line":"2","Comment":"OF THIS PRESETTER PRIOR TO 11/30/24. MUST BE","Loc":"Y"},{"Quote":"222168","Line":"6","Company":"1","F_Line":"3","Comment":"DROP SHIPPED TO END USER.","Loc":"Y"}],"qcomms":[{"Quote":"222168","Line":"0","Comment":"ONCE INVOICED THESE ITEMS MAY NOT BE RETURNED"},{"Quote":"222168","Line":"1","Comment":"OR EXCHANGED."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":8}}] 2024-11-22 07:05:43.994 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221723-11222024070543.txt === {"quote":"221723","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMSCHIL","shiptoName":"Yamazen, Inc.","entry_date":"09-18-2024","cust_order_date":"09-18-2024","req_date":"12-18-2024","cust_po":"Sonia Navarro","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Sonia Navarro","drop_po":"CNCZ180SABR3-R650XD1 set","status":"0","user":"stevel","conv_order":"","time":"14:21","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Sonia Navarro","follow_phone":"","follow_email":"sonianavarro@yamazen.com","pic_user":"chrisb","total_amt":"64683.92","total_gp":"46722.30","total_gpm":"72.23","rev_type":"RT","mod_date":"11-22-2024","mod_time":null,"mod_user":"chrisb","reason":"","totalQty":"6","win_pct":"20","clo_date":"12-17-2024","notes":[],"crmnotes":[{"comp":1,"quote":221723,"Line":0,"Comment":"10/06/2024 11:29 PM - chrisb - F/U changed from 10/05/2024 to 10/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221723,"Line":1,"Comment":"10/06/2024 11:29 PM - chrisb - CLO changed from 10/18/2024 to 10/29/2024 (CLO Date Updated)"},{"comp":1,"quote":221723,"Line":2,"Comment":"10/31/2024 10:11 AM - chrisb - F/U changed from 10/25/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221723,"Line":3,"Comment":"10/31/2024 10:12 AM - chrisb - CLO changed from 10/29/2024 to 12/17/2024 (CLO Date Updated)"},{"comp":1,"quote":221723,"Line":4,"Comment":"10/31/2024 10:12 AM - chrisb - Req Date changed from 10/30/2024 to 12/18/2024 (Req Date Updated)"},{"comp":1,"quote":221723,"Line":5,"Comment":"11/14/2024 8:47 AM - chrisb - F/U changed from 11/16/2024 to 11/30/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"221723","line":"1","part":"CNCZ180SA-BR3/R650XD1","qty":"2","price":"43050.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221723","line":"2","part":"TAT-170","qty":"4","price":"6356.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"221723","Line":"1","Company":"1","F_Line":"1","Comment":"***Description is wrong. This is a two table set***","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-22 07:06:05.901 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222969-11222024070605.txt === {"quote":"222969","customer":"16600","name":null,"customerName":"Powell Tool Supply, Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-14-2024","cust_order_date":"10-14-2024","req_date":"12-31-2024","cust_po":"SPECIAL ARBOR SCREW","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"57","salesman":"CB","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Attn: Shawn Luczkowski","drop_po":"MIN Qty 5pcs","status":"0","user":"chrisb","conv_order":"","time":"20:28","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Shawn Luczkowski","follow_phone":"574-292-5492","follow_email":"sluczkowski@powelltool.com","pic_user":"chrisb","total_amt":"157.5","total_gp":"157.50","total_gpm":"100.00","rev_type":"STD","mod_date":"11-22-2024","mod_time":null,"mod_user":"chrisb","reason":"","totalQty":"5","win_pct":"20","clo_date":"12-30-2024","notes":[],"crmnotes":[{"comp":1,"quote":222969,"Line":0,"Comment":"10/31/2024 10:13 AM - chrisb - F/U changed from 10/28/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222969,"Line":1,"Comment":"10/31/2024 10:14 AM - chrisb - CLO changed from 11/14/2024 to 12/31/2024 (CLO Date Updated)"},{"comp":1,"quote":222969,"Line":2,"Comment":"10/31/2024 10:14 AM - chrisb - CLO changed from 12/31/2024 to 12/30/2024 (CLO Date Updated)"},{"comp":1,"quote":222969,"Line":3,"Comment":"10/31/2024 10:14 AM - chrisb - Req Date changed from 11/25/2024 to 12/31/2024 (Req Date Updated)"},{"comp":1,"quote":222969,"Line":4,"Comment":"11/14/2024 8:47 AM - chrisb - F/U changed from 11/16/2024 to 11/30/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222969","line":"1","part":"SPECIAL-TL","qty":"5","price":"35.00","uom":"EA","discount":"10.00","req_date":"4-6 Weeks","branch":"1"}],"qlines":[{"Quote":"222969","Line":"1","Company":"1","F_Line":"1","Comment":"Special made arbor screw. Min qty 5pcs - Made to match","Loc":"Y"},{"Quote":"222969","Line":"1","Company":"1","F_Line":"2","Comment":"customer supplied drawing/specificatoins.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-22 07:06:20.795 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222180-11222024070620.txt === {"quote":"222180","customer":"17860","name":null,"customerName":"Quality Mill, a Martin Supply Co.","comp":"01","open":"0","shipto":"CATEFRAN","shiptoName":"Caterpillar Reman Powertrain","entry_date":"09-26-2024","cust_order_date":"09-26-2024","req_date":"12-26-2024","cust_po":"TID X 8 FOR E346BA","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"57","salesman":"CB","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Beckwith","drop_po":"","status":"0","user":"frankf","conv_order":"","time":"16:00","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Lyndex-Nikken -","follow_phone":"�������","follow_email":"beckwith@martinsupply.com","pic_user":"chrisb","total_amt":"43316.00","total_gp":"12810.46","total_gpm":"29.57","rev_type":"ADV","mod_date":"11-22-2024","mod_time":null,"mod_user":"chrisb","reason":"","totalQty":"29","win_pct":"20","clo_date":"12-25-2024","notes":[],"crmnotes":[{"comp":1,"quote":222180,"Line":0,"Comment":"10/06/2024 11:19 PM - chrisb - F/U changed from 10/02/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222180,"Line":1,"Comment":"10/06/2024 11:20 PM - chrisb - Req Date changed from 09/26/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":222180,"Line":2,"Comment":"10/31/2024 10:00 AM - chrisb - Req Date changed from 11/30/2024 to 12/26/2024 (Req Date Updated)"},{"comp":1,"quote":222180,"Line":3,"Comment":"10/31/2024 10:00 AM - chrisb - CLO changed from 10/31/2024 to 12/25/2024 (CLO Date Updated)"},{"comp":1,"quote":222180,"Line":4,"Comment":"10/31/2024 10:00 AM - chrisb - F/U changed from 10/12/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222180,"Line":5,"Comment":"11/14/2024 8:50 AM - chrisb - F/U changed from 11/16/2024 to 11/30/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222180","line":"3","part":"PRE-TID-12TRE","qty":"1","price":"700.00","uom":"EA","discount":"20.00","req_date":"3-4 WEEKS","branch":"1"},{"comp":"01","order":"222180","line":"4","part":"PRE-TID-TMK","qty":"1","price":"2500.00","uom":"EA","discount":"20.00","req_date":"3-4 WEEKS","branch":"1"},{"comp":"01","order":"222180","line":"5","part":"PRE-TID-IPC","qty":"1","price":"2100.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222180","line":"6","part":"PRE-TID-12TSPV","qty":"1","price":"600.00","uom":"EA","discount":"20.00","req_date":"3-4 WEEKS","branch":"1"},{"comp":"01","order":"222180","line":"7","part":"PRE-TID-12TEN","qty":"1","price":"220.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222180","line":"8","part":"PRE-INST/TRAINING","qty":"1","price":"3100.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"},{"comp":"01","order":"222180","line":"11","part":"PRE-TID-TMK","qty":"7","price":"2500.00","uom":"EA","discount":"20.00","req_date":"3-4 WEEKS","branch":"1"},{"comp":"01","order":"222180","line":"12","part":"PRE-TID-IPC","qty":"7","price":"2100.00","uom":"EA","discount":"20.00","req_date":"3-4 WEEKS","branch":"1"},{"comp":"01","order":"222180","line":"13","part":"PRE-TID-12TSPV","qty":"7","price":"600.00","uom":"EA","discount":"20.00","req_date":"3-4 WEEKS","branch":"1"},{"comp":"01","order":"222180","line":"14","part":"PRE-INST/TRAINING","qty":"2","price":"3100.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"222180","Line":"0","Comment":"ONCE INVOICED THESE ITEMS MAY NOT BE RETURNED"},{"Quote":"222180","Line":"1","Comment":"OR EXCHANGED."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":10}}] 2024-11-22 07:06:35.446 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223861-11222024070635.txt === {"quote":"223861","customer":"1230","name":null,"customerName":"Ahaus Tool & Engineering, Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-04-2024","cust_order_date":"11-04-2024","req_date":"12-16-2024","cust_po":"Roots Blowers Fixture","terms_code":"N30","ship_via":"TRK","ship_collect":"","drop_ship":"N","territory":"57","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"Attn: Eric Partin","drop_po":"2 Doosan MYNC 6500/50II","status":"0","user":"chrisb","conv_order":"","time":"05:53","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Eric Partin","follow_phone":"765-969-1537","follow_email":"epartin@ahaus.com","pic_user":"chrisb","total_amt":"92678.00","total_gp":"64263.38","total_gpm":"69.34","rev_type":"RT","mod_date":"11-22-2024","mod_time":null,"mod_user":"chrisb","reason":"","totalQty":"12","win_pct":"20","clo_date":"12-04-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223861","line":"1","part":"CNC260LFA-M","qty":"2","price":"22995.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223861","line":"2","part":"TAT-250","qty":"2","price":"11778.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223861","line":"3","part":"TCD-37143","qty":"2","price":"2269.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223861","line":"4","part":"RT-CN260SD-4+1-R","qty":"2","price":"2399.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223861","line":"5","part":"HYD-UNIT-NACHI-DC24V-3PSP","qty":"2","price":"11011.00","uom":"ST","discount":"25.00","req_date":"Will Advise","branch":"1"},{"comp":"01","order":"223861","line":"6","part":"INSTALLATION-RT-CNC-MW","qty":"2","price":"8500.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"223861","Line":"5","Company":"1","F_Line":"1","Comment":"3 Port Manifold--2 Standard / 1 with Pressure reducer","Loc":"Y"},{"Quote":"223861","Line":"5","Company":"1","F_Line":"2","Comment":"plus check valve.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":6}}] 2024-11-22 07:06:53.547 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223861-11222024070653.txt === {"quote":"223861","customer":"1230","name":null,"customerName":"Ahaus Tool & Engineering, Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-04-2024","cust_order_date":"11-04-2024","req_date":"02-04-2025","cust_po":"Roots Blowers Fixture","terms_code":"N30","ship_via":"TRK","ship_collect":"","drop_ship":"N","territory":"57","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"Attn: Eric Partin","drop_po":"2 Doosan MYNC 6500/50II","status":"0","user":"chrisb","conv_order":"","time":"05:53","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Eric Partin","follow_phone":"765-969-1537","follow_email":"epartin@ahaus.com","pic_user":"chrisb","total_amt":"92678.00","total_gp":"64263.38","total_gpm":"69.34","rev_type":"RT","mod_date":"11-22-2024","mod_time":null,"mod_user":"chrisb","reason":"","totalQty":"12","win_pct":"20","clo_date":"12-04-2024","notes":[],"crmnotes":[{"comp":1,"quote":223861,"Line":0,"Comment":"11/22/2024 8:06 AM - chrisb - F/U changed from 12/01/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223861,"Line":1,"Comment":"11/22/2024 8:06 AM - chrisb - Req Date changed from 12/16/2024 to 02/04/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"223861","line":"1","part":"CNC260LFA-M","qty":"2","price":"22995.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223861","line":"2","part":"TAT-250","qty":"2","price":"11778.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223861","line":"3","part":"TCD-37143","qty":"2","price":"2269.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223861","line":"4","part":"RT-CN260SD-4+1-R","qty":"2","price":"2399.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223861","line":"5","part":"HYD-UNIT-NACHI-DC24V-3PSP","qty":"2","price":"11011.00","uom":"ST","discount":"25.00","req_date":"Will Advise","branch":"1"},{"comp":"01","order":"223861","line":"6","part":"INSTALLATION-RT-CNC-MW","qty":"2","price":"8500.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"223861","Line":"5","Company":"1","F_Line":"1","Comment":"3 Port Manifold--2 Standard / 1 with Pressure reducer","Loc":"Y"},{"Quote":"223861","Line":"5","Company":"1","F_Line":"2","Comment":"plus check valve.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-22 07:07:02.580 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223861-11222024070702.txt === {"quote":"223861","customer":"1230","name":null,"customerName":"Ahaus Tool & Engineering, Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-04-2024","cust_order_date":"11-04-2024","req_date":"02-04-2025","cust_po":"Roots Blowers Fixture","terms_code":"N30","ship_via":"TRK","ship_collect":"","drop_ship":"N","territory":"57","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"Attn: Eric Partin","drop_po":"2 Doosan MYNC 6500/50II","status":"0","user":"chrisb","conv_order":"","time":"05:53","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Eric Partin","follow_phone":"765-969-1537","follow_email":"epartin@ahaus.com","pic_user":"chrisb","total_amt":"92678.00","total_gp":"64263.38","total_gpm":"69.34","rev_type":"RT","mod_date":"11-22-2024","mod_time":null,"mod_user":"chrisb","reason":"","totalQty":"12","win_pct":"20","clo_date":"02-03-2025","notes":[],"crmnotes":[{"comp":1,"quote":223861,"Line":0,"Comment":"11/22/2024 8:06 AM - chrisb - F/U changed from 12/01/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223861,"Line":1,"Comment":"11/22/2024 8:06 AM - chrisb - Req Date changed from 12/16/2024 to 02/04/2025 (Req Date Updated)"},{"comp":1,"quote":223861,"Line":2,"Comment":"11/22/2024 8:06 AM - chrisb - CLO changed from 12/04/2024 to 02/03/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223861","line":"1","part":"CNC260LFA-M","qty":"2","price":"22995.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223861","line":"2","part":"TAT-250","qty":"2","price":"11778.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223861","line":"3","part":"TCD-37143","qty":"2","price":"2269.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223861","line":"4","part":"RT-CN260SD-4+1-R","qty":"2","price":"2399.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223861","line":"5","part":"HYD-UNIT-NACHI-DC24V-3PSP","qty":"2","price":"11011.00","uom":"ST","discount":"25.00","req_date":"Will Advise","branch":"1"},{"comp":"01","order":"223861","line":"6","part":"INSTALLATION-RT-CNC-MW","qty":"2","price":"8500.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"223861","Line":"5","Company":"1","F_Line":"1","Comment":"3 Port Manifold--2 Standard / 1 with Pressure reducer","Loc":"Y"},{"Quote":"223861","Line":"5","Company":"1","F_Line":"2","Comment":"plus check valve.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-22 07:07:18.997 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224416-11222024070718.txt === {"quote":"224416","customer":"13257","name":null,"customerName":"MAG Industrial Automation Systems","comp":"01","open":"0","shipto":"MAGPOWIN","shiptoName":"Magna Powertrain of America","entry_date":"11-14-2024","cust_order_date":"10-21-2024","req_date":"01-01-1901","cust_po":"CNC180FA-M on DMC43VCD","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"Attn: Michael Sim","drop_po":"Two Machine Package","status":"0","user":"chrisb","conv_order":"","time":"06:45","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"","follow_phone":"","follow_email":"","pic_user":"chrisb","total_amt":"81559.20","total_gp":"64268.40","total_gpm":"78.80","rev_type":"RT","mod_date":"11-22-2024","mod_time":null,"mod_user":"chrisb","reason":"","totalQty":"10","win_pct":"20","clo_date":"12-25-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224416","line":"1","part":"CNC180FA-M","qty":"4","price":"16905.00","uom":"EA","discount":"30.00","req_date":"2 Stk","branch":"1"},{"comp":"01","order":"224416","line":"2","part":"RT-CN180SD-3+1-L","qty":"4","price":"1509.00","uom":"EA","discount":"30.00","req_date":"3 Stk","branch":"1"},{"comp":"01","order":"224416","line":"3","part":"INSTALLATION-RT-5AX-MW","qty":"2","price":"15000.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"224416","Line":"1","Company":"1","F_Line":"1","Comment":"Rotary table with Fanuc servo motor.","Loc":"Y"},{"Quote":"224416","Line":"3","Company":"1","F_Line":"1","Comment":"Machines must have enabled options to add additional","Loc":"Y"},{"Quote":"224416","Line":"3","Company":"1","F_Line":"2","Comment":"axis. Will need to add two axis to each machine.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-22 07:07:33.401 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224300-11222024070733.txt === {"quote":"224300","customer":"E1070","name":null,"customerName":"Affco Machine Sales","comp":"01","open":"0","shipto":"MAGPOWIN","shiptoName":"Magna Powertrain of America","entry_date":"11-12-2024","cust_order_date":"11-05-2024","req_date":"12-30-2024","cust_po":"Rotary table Installation","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"57","salesman":"CB","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"Attn: Marc Bakx/Andrew Ebbert","drop_po":"Customer owned table","status":"0","user":"chrisb","conv_order":"","time":"12:39","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"","follow_phone":"","follow_email":"","pic_user":"chrisb","total_amt":"9000.00","total_gp":"9000.00","total_gpm":"100.00","rev_type":"RT","mod_date":"11-22-2024","mod_time":null,"mod_user":"chrisb","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-25-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224300","line":"1","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"9000.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"224300","Line":"1","Company":"1","F_Line":"1","Comment":"This is a net charge for Lyndex Nikken to install an","Loc":"Y"},{"Quote":"224300","Line":"1","Company":"1","F_Line":"2","Comment":"existing CNC180FA-M table on a Campro or DMC VMC.","Loc":"Y"},{"Quote":"224300","Line":"1","Company":"1","F_Line":"3","Comment":"Customer is responsible for any options needed on VMC","Loc":"Y"},{"Quote":"224300","Line":"1","Company":"1","F_Line":"4","Comment":"to enable rotary integration. Lyndex will supply axis","Loc":"Y"},{"Quote":"224300","Line":"1","Company":"1","F_Line":"5","Comment":"card if needed and other installation components.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-22 07:13:53.994 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\N-0-3274.txt === {"customer":"N","line":"A","dept":"M","name":"Micah Slauter","title":"PS","phone":"800-365-6726","cell":"219-243-0265","fax":null,"email":"mslauter@josam.com","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3274,"password":null,"webenabled":null,"linkedin":null,"city":"Michigan City","state":"IN","address1":"525 West Highway 20","address2":null,"zip":"46360","country":"USA","userid":"chrisb","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"ST","Active":"Y","lnrp":"N"} [{"json":{"results":"Contacts","type":"contacts","line":"0"}}] 2024-11-22 07:30:38.895 [INFO] In session is user: danas 2024-11-22 08:27:40.607 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222749-11222024082740.txt === {"quote":"222749","customer":"2325","name":null,"customerName":"BlackHawk Industrial - Base Camp","comp":"01","open":"1","shipto":"KOHLKOWI","shiptoName":"Kohler Company","entry_date":"10-09-2024","cust_order_date":"10-09-2024","req_date":"11-22-2024","cust_po":"C6-TB40-352","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"14:03","extra":"","follow_up":"11-22-2024","web_id":"","follow_name":"Gary Vaubel","follow_phone":"","follow_email":"Gary.VAubel@blackhawkid.com","pic_user":"jennad","total_amt":"1284.48","total_gp":"537.57","total_gpm":"41.85","rev_type":"ADV","mod_date":"11-22-2024","mod_time":null,"mod_user":"jennad","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-22-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"222749","line":"1","part":"C6-TB40-352","qty":"1","price":"1784.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-22 10:35:50.464 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223551-11222024103550.txt === {"quote":"223551","customer":"13330","name":null,"customerName":"Manufacturing Solutions of MN Inc.","comp":"01","open":"0","shipto":"RADL","shiptoName":"R&D Leverage","entry_date":"10-25-2024","cust_order_date":"10-25-2024","req_date":"12-06-2024","cust_po":"H40E-SF0250-3.15","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"35","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"17:00","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Mark Marchant - KS locati","follow_phone":"816-585-4745","follow_email":"mark.marchant@shopmsi.com","pic_user":"rons","total_amt":"2647.92","total_gp":"1397.40","total_gpm":"52.77","rev_type":"ADV","mod_date":"11-22-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"15","win_pct":"20","clo_date":"11-26-2024","notes":[],"crmnotes":[{"comp":1,"quote":223551,"Line":0,"Comment":"10/28/2024 1:52 PM - rons - F/U changed from 10/31/2024 to 11/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":1,"Comment":"11/04/2024 1:52 PM - rons - F/U changed from 11/06/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":2,"Comment":"11/07/2024 10:06 AM - rons - F/U changed from 11/13/2024 to 11/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":3,"Comment":"11/08/2024 2:51 PM - rons - F/U changed from 11/08/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":4,"Comment":"11/11/2024 4:25 PM - rons - F/U changed from 11/11/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":5,"Comment":"11/13/2024 2:52 PM - rons - F/U changed from 11/13/2024 to 11/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":6,"Comment":"11/14/2024 4:39 PM - rons - F/U changed from 11/14/2024 to 11/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":7,"Comment":"11/19/2024 4:32 PM - rons - F/U changed from 11/19/2024 to 11/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":8,"Comment":"11/20/2024 2:27 PM - rons - Mark getting back to me..."},{"comp":1,"quote":223551,"Line":9,"Comment":"11/20/2024 2:27 PM - rons - F/U changed from 11/20/2024 to 11/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":10,"Comment":"11/22/2024 10:35 AM - rons - CLO changed from 11/25/2024 to 11/26/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223551","line":"1","part":"H40E-SF0250-3.15","qty":"2","price":"242.00","uom":"EA","discount":"34.00","req_date":"1 STOCK + TBD","branch":"1"},{"comp":"01","order":"223551","line":"3","part":"H40E-SF0125-3.15","qty":"7","price":"326.00","uom":"EA","discount":"34.00","req_date":"3 STOCK + TBD","branch":"1"},{"comp":"01","order":"223551","line":"5","part":"H40E-SF0187-2.36","qty":"1","price":"326.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223551","line":"7","part":"H40E-SF0375-3.15","qty":"1","price":"264.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223551","line":"12","part":"H40E-SF4-70","qty":"2","price":"328.00","uom":"EA","discount":"34.00","req_date":"5-6 WEEKS","branch":"1"},{"comp":"01","order":"223551","line":"14","part":"H40E-SF6-80","qty":"2","price":"0.00","uom":"EA","discount":"34.00","req_date":"TBD","branch":"1"}],"qlines":[{"Quote":"223551","Line":"14","Company":"1","F_Line":"1","Comment":"WAITING ON PRICING & DELIVERY FROM FACTORY","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-22 10:36:47.669 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224769-11222024103647.txt === {"quote":"224769","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"ADAMDUBU","shiptoName":"The Adams Company","entry_date":"11-21-2024","cust_order_date":"11-21-2024","req_date":"01-02-2025","cust_po":"SK25-25.4AC","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"08:45","extra":"","follow_up":"12-04-2024","web_id":"","follow_name":"Abby Vozenilek","follow_phone":"","follow_email":"abby.vozenilek@mscdirect.com","pic_user":"rons","total_amt":"629.85","total_gp":"442.33","total_gpm":"70.23","rev_type":"ADV","mod_date":"11-22-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224769","line":"1","part":"SK25-25.4AC","qty":"1","price":"187.00","uom":"EA","discount":"35.00","req_date":"2 WEEKS","branch":"1"},{"comp":"01","order":"224769","line":"2","part":"NCAT50-C1-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224769","line":"3","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-22 10:37:00.040 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224770-11222024103659.txt === {"quote":"224770","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"ADAMDUBU","shiptoName":"The Adams Company","entry_date":"11-21-2024","cust_order_date":"11-21-2024","req_date":"01-02-2025","cust_po":"SK25-25.4AC","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"08:47","extra":"","follow_up":"12-04-2024","web_id":"","follow_name":"Al Carstensen","follow_phone":"316-558-8225x1449","follow_email":"acarstensen@pts-tools.com","pic_user":"rons","total_amt":"639.54","total_gp":"452.02","total_gpm":"70.68","rev_type":"ADV","mod_date":"11-22-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224770","line":"1","part":"SK25-25.4AC","qty":"1","price":"187.00","uom":"EA","discount":"34.00","req_date":"2 WEEKS","branch":"1"},{"comp":"01","order":"224770","line":"2","part":"NCAT50-C1-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224770","line":"3","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-22 10:38:25.724 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224810-11222024103825.txt === {"quote":"224810","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"MSCMISSO","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"11-21-2024","cust_order_date":"11-21-2024","req_date":"01-02-2025","cust_po":"B3001-1000-1.19CP","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"14:16","extra":"","follow_up":"12-04-2024","web_id":"","follow_name":"Ricky Hochecker","follow_phone":"","follow_email":"richard.hochecker@mscdirect.com","pic_user":"rons","total_amt":"89.09","total_gp":"51.14","total_gpm":"57.40","rev_type":"STD","mod_date":"11-22-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224810","line":"1","part":"B3001-1000-1.19CP","qty":"1","price":"151.00","uom":"EA","discount":"41.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-22 10:57:57.509 [INFO] In session is user: jimg 2024-11-22 11:41:30.323 [INFO] In session is user: kenh 2024-11-22 13:29:35.962 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224011-11222024132935.txt === {"quote":"224011","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-06-2024","cust_order_date":"11-06-2024","req_date":"12-18-2024","cust_po":"300-018","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"08:27","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"Christine Gawronski","follow_phone":"215-956-9650","follow_email":"christine.gawronski@mscdirect.com","pic_user":"briand","total_amt":"56.4","total_gp":"30.72","total_gpm":"54.47","rev_type":"STD","mod_date":"11-22-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-11-2024","notes":[{"comp":"1","quote":"224011","line":"3","data":"email about this."},{"comp":"1","quote":"224011","line":"2","data":"P&D from Purchasing. Notified Christine via"},{"comp":"1","quote":"224011","line":"1","data":"Quote Log. Will send to Christine once I have"},{"comp":"1","quote":"224011","line":"0","data":"11-06-2024 08:30-briand: Added 300-018 to the"}],"crmnotes":[{"comp":1,"quote":224011,"Line":0,"Comment":"11/11/2024 10:34 AM - briand - Purchasing said lead time for 300-018 would be mid/end December 2024. I did suggest the 3J Emergency Steel Collet. I did send her PDF, STEP and DXF drawings."},{"comp":1,"quote":224011,"Line":1,"Comment":"11/11/2024 10:34 AM - briand - F/U changed from 11/12/2024 to 11/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224011,"Line":2,"Comment":"11/22/2024 1:29 PM - briand - CLO changed from 12/06/2024 to 12/11/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224011","line":"1","part":"300-018","qty":"1","price":"94.00","uom":"EA","discount":"40.00","req_date":"0 Stk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-22 13:35:30.540 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224680-11222024133530.txt === {"quote":"224680","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"11-20-2024","cust_order_date":"11-20-2024","req_date":"01-01-2025","cust_po":"030-EXT-500","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"08:54","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"Tom Carpenter - Deco Wichita","follow_phone":"316-558-8740","follow_email":"tom.carpenter@decotool.com","pic_user":"briand","total_amt":"228.8","total_gp":"128.64","total_gpm":"56.22","rev_type":"STD","mod_date":"11-22-2024","mod_time":null,"mod_user":"briand","reason":"1","totalQty":"4","win_pct":"20","clo_date":"12-20-2024","notes":[],"crmnotes":[{"comp":1,"quote":224680,"Line":0,"Comment":"11/22/2024 1:34 PM - briand - SO # 995606 created 11/20, closing quote"}],"items":[{"comp":"01","order":"224680","line":"1","part":"030-EXT-500","qty":"4","price":"88.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-22 13:38:04.131 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224729-11222024133803.txt === {"quote":"224729","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"11-20-2024","cust_order_date":"11-20-2024","req_date":"01-01-2025","cust_po":"C4001-1250-2.00CP","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"14:36","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"Zach Desmet","follow_phone":"402-331-4082","follow_email":"zachary.desmet@decotool.com","pic_user":"briand","total_amt":"195.88","total_gp":"112.60","total_gpm":"57.48","rev_type":"STD","mod_date":"11-22-2024","mod_time":null,"mod_user":"briand","reason":"1","totalQty":"2","win_pct":"20","clo_date":"12-20-2024","notes":[],"crmnotes":[{"comp":1,"quote":224729,"Line":0,"Comment":"11/22/2024 1:37 PM - briand - SO 995837, created 11/22, closing quote."}],"items":[{"comp":"01","order":"224729","line":"1","part":"C4001-1250-2.00CP","qty":"2","price":"166.00","uom":"EA","discount":"41.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-22 13:40:28.890 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224748-11222024134028.txt === {"quote":"224748","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"11-20-2024","cust_order_date":"11-20-2024","req_date":"01-01-2025","cust_po":"C4001-1250-2.00CP","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"16:10","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"Zach Desmet","follow_phone":"402-331-4082","follow_email":"zachary.desmet@decotool.com","pic_user":"briand","total_amt":"506.22","total_gp":"319.86","total_gpm":"63.19","rev_type":"STD","mod_date":"11-22-2024","mod_time":null,"mod_user":"briand","reason":"2","totalQty":"4","win_pct":"20","clo_date":"12-20-2024","notes":[],"crmnotes":[{"comp":1,"quote":224748,"Line":0,"Comment":"11/22/2024 1:40 PM - briand - Duplicate, closing quote."}],"items":[{"comp":"01","order":"224748","line":"1","part":"C4001-1250-2.00CP","qty":"2","price":"166.00","uom":"EA","discount":"41.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224748","line":"2","part":"C4001-1250-4.00CP","qty":"2","price":"263.00","uom":"EA","discount":"41.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-22 13:41:43.885 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222150-11222024134143.txt === {"quote":"222150","customer":"19475","name":null,"customerName":"Shively Bros. Inc.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"09-26-2024","cust_order_date":"09-26-2024","req_date":"11-27-2024","cust_po":"C5006-0625-4.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"13:05","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Julie Bartels","follow_phone":"989-777-3900 x322","follow_email":"julie.bartels@shivelybros.com","pic_user":"briand","total_amt":"550.65","total_gp":"369.00","total_gpm":"67.01","rev_type":"ADV","mod_date":"11-22-2024","mod_time":null,"mod_user":"briand","reason":"2","totalQty":"4","win_pct":"20","clo_date":"11-26-2024","notes":[{"comp":"1","quote":"222150","line":"1","data":"quote for the SK holder."},{"comp":"1","quote":"222150","line":"0","data":"09-26-2024 13:10-briand: Added the wrench to the"}],"crmnotes":[{"comp":1,"quote":222150,"Line":0,"Comment":"10/02/2024 9:17 AM - briand - F/U changed from 10/02/2024 to 10/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222150,"Line":1,"Comment":"10/02/2024 9:17 AM - briand - Sent email to Julie asking if this new quote is still active."},{"comp":1,"quote":222150,"Line":2,"Comment":"10/03/2024 7:57 AM - briand - Julie said the quote is still active and she's waiting on the customer for approval to move forward."},{"comp":1,"quote":222150,"Line":3,"Comment":"10/15/2024 9:09 AM - briand - CLO changed from 10/26/2024 to 11/06/2024 (CLO Date Updated)"},{"comp":1,"quote":222150,"Line":4,"Comment":"10/15/2024 9:09 AM - briand - F/U changed from 10/17/2024 to 11/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222150,"Line":5,"Comment":"11/05/2024 10:39 AM - briand - Req Date changed from 11/07/2024 to 11/27/2024 (Req Date Updated)"},{"comp":1,"quote":222150,"Line":6,"Comment":"11/05/2024 10:39 AM - briand - CLO changed from 11/06/2024 to 11/26/2024 (CLO Date Updated)"},{"comp":1,"quote":222150,"Line":7,"Comment":"11/05/2024 10:40 AM - briand - F/U changed from 11/05/2024 to 11/25/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222150","line":"1","part":"C5006-0625-4.00","qty":"1","price":"198.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222150","line":"2","part":"CAT50-SK16-105U-IDU","qty":"1","price":"549.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222150","line":"3","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"222150","line":"4","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222150","Line":"3","Company":"1","F_Line":"1","Comment":"Additional 5% discount applied to above holder for the","Loc":"Y"},{"Quote":"222150","Line":"3","Company":"1","F_Line":"2","Comment":"2024 IMTS Promotion for List being over $500","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-22 14:11:28.094 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.4160770492556, -112.009067128728, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.4160770492556, -112.009067128728, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2087973 second/s. 2024-11-22 16:40:28.576 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223399-11222024164028.txt === {"quote":"223399","customer":"2325","name":null,"customerName":"BlackHawk Industrial - Base Camp","comp":"01","open":"1","shipto":"BLACKTWA","shiptoName":"Blackhawk Industrial - Seattle","entry_date":"10-23-2024","cust_order_date":"11-23-2024","req_date":"11-23-2024","cust_po":"HSK63A-C1-100G-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"10:56","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Jason Schmidt","follow_phone":"206-607-1109","follow_email":"jason.schmidt@blackhawkid.com","pic_user":"bethw","total_amt":"27646.41","total_gp":"18466.77","total_gpm":"66.80","rev_type":"ADV","mod_date":"11-22-2024","mod_time":null,"mod_user":"bethw","reason":"5","totalQty":"73","win_pct":"20","clo_date":"11-23-2024","notes":[{"comp":"1","quote":"223399","line":"3","data":"Treske. Promo price not provided on this quote."},{"comp":"1","quote":"223399","line":"2","data":"PTSolutions and DXP/ASI are also quoting this to"},{"comp":"1","quote":"223399","line":"1","data":"10-23-2024 10:57 - Discounts Recalculated"},{"comp":"1","quote":"223399","line":"0","data":"10-23-2024 10:57 - Discounts Recalculated"}],"crmnotes":[{"comp":1,"quote":223399,"Line":0,"Comment":"11/22/2024 4:40 PM - bethw - DXP/ASI recvd SO# 993477"}],"items":[{"comp":"01","order":"223399","line":"1","part":"HSK63A-C1-100G-IDU","qty":"10","price":"733.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223399","line":"2","part":"HSK63A-C3/4-95G-IDU","qty":"3","price":"670.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223399","line":"3","part":"HSK63A-MMC8C-107-AT-IDU","qty":"25","price":"676.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223399","line":"4","part":"HSK63A-SK6C-100P-IDU","qty":"6","price":"495.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223399","line":"5","part":"HSK63A-VC13-120","qty":"5","price":"563.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223399","line":"6","part":"HSK63A-VC13-90-IDU","qty":"12","price":"604.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223399","line":"7","part":"HSK63A-ER16S-100","qty":"12","price":"327.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":7}}] 2024-11-22 16:41:35.945 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223413-11222024164135.txt === {"quote":"223413","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"MSCIFTWO","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"10-23-2024","cust_order_date":"11-23-2024","req_date":"12-04-2024","cust_po":"SK16-1/4A","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"12:34","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"MaryElla","follow_phone":"","follow_email":"@","pic_user":"bethw","total_amt":"319.8","total_gp":"227.60","total_gpm":"71.17","rev_type":"ADV","mod_date":"11-22-2024","mod_time":null,"mod_user":"bethw","reason":"1","totalQty":"6","win_pct":"20","clo_date":"11-23-2024","notes":[],"crmnotes":[{"comp":1,"quote":223413,"Line":0,"Comment":"11/22/2024 4:41 PM - bethw - converted to SO# 995805"}],"items":[{"comp":"01","order":"223413","line":"1","part":"SK16-1/4A","qty":"2","price":"82.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223413","line":"2","part":"SK16-3","qty":"2","price":"82.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223413","line":"3","part":"SK16-5","qty":"2","price":"82.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-22 16:42:42.022 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223416-11222024164241.txt === {"quote":"223416","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"1","shipto":"JLMNOPRT","shiptoName":"Western Tool & Supply - Portland","entry_date":"10-23-2024","cust_order_date":"11-23-2024","req_date":"12-04-2024","cust_po":"HSK63A-C1-100G-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"12:42","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Jamie Dominquez","follow_phone":"","follow_email":"@","pic_user":"bethw","total_amt":"28196.10","total_gp":"19016.46","total_gpm":"67.44","rev_type":"ADV","mod_date":"11-22-2024","mod_time":null,"mod_user":"bethw","reason":"5","totalQty":"73","win_pct":"20","clo_date":"11-23-2024","notes":[{"comp":"1","quote":"223416","line":"1","data":"also quoting Treske. No IMTS promo is provided."},{"comp":"1","quote":"223416","line":"0","data":"10-23-2024 13:06-bethw: Blackhawk and DXP/ASI are"}],"crmnotes":[{"comp":1,"quote":223416,"Line":0,"Comment":"11/22/2024 4:42 PM - bethw - DXP/ASI recvd SO# 993477"}],"items":[{"comp":"01","order":"223416","line":"1","part":"HSK63A-C1-100G-IDU","qty":"10","price":"733.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223416","line":"2","part":"HSK63A-C3/4-95G-IDU","qty":"3","price":"670.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223416","line":"3","part":"HSK63A-MMC8C-107-AT-IDU","qty":"25","price":"676.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223416","line":"4","part":"HSK63A-SK6C-100P-IDU","qty":"6","price":"495.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223416","line":"5","part":"HSK63A-VC13-120","qty":"5","price":"563.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223416","line":"6","part":"HSK63A-VC13-90-IDU","qty":"12","price":"604.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223416","line":"7","part":"HSK63A-ER16S-100","qty":"12","price":"327.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":7}}] 2024-11-22 16:44:38.177 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223419-11222024164437.txt === {"quote":"223419","customer":"2185","name":null,"customerName":"Stellar Industrial Supply, Inc.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-23-2024","cust_order_date":"11-23-2024","req_date":"12-04-2024","cust_po":"E20-SET-15","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"13:30","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Jake Braun","follow_phone":"503-261-7198","follow_email":"jbraun@stellarindustrial.com","pic_user":"bethw","total_amt":"550.12","total_gp":"389.33","total_gpm":"70.77","rev_type":"STD","mod_date":"11-22-2024","mod_time":null,"mod_user":"bethw","reason":"2","totalQty":"15","win_pct":"20","clo_date":"11-23-2024","notes":[],"crmnotes":[{"comp":1,"quote":223419,"Line":0,"Comment":"11/22/2024 4:44 PM - bethw - Stellar requested a broken open set perhaps to see all the sizes included. quote expired and closed."}],"items":[{"comp":"01","order":"223419","line":"2","part":"E20-004","qty":"1","price":"60.00","uom":"EA","discount":"32.00","req_date":"12-04-2024","branch":"1"},{"comp":"01","order":"223419","line":"3","part":"E20-006","qty":"1","price":"60.00","uom":"EA","discount":"32.00","req_date":"12-04-2024","branch":"1"},{"comp":"01","order":"223419","line":"4","part":"E20-008","qty":"1","price":"53.00","uom":"EA","discount":"32.00","req_date":"12-04-2024","branch":"1"},{"comp":"01","order":"223419","line":"5","part":"E20-010","qty":"1","price":"53.00","uom":"EA","discount":"32.00","req_date":"12-04-2024","branch":"1"},{"comp":"01","order":"223419","line":"6","part":"E20-012","qty":"1","price":"53.00","uom":"EA","discount":"32.00","req_date":"12-04-2024","branch":"1"},{"comp":"01","order":"223419","line":"7","part":"E20-014","qty":"1","price":"53.00","uom":"EA","discount":"32.00","req_date":"12-04-2024","branch":"1"},{"comp":"01","order":"223419","line":"8","part":"E20-016","qty":"1","price":"53.00","uom":"EA","discount":"32.00","req_date":"12-04-2024","branch":"1"},{"comp":"01","order":"223419","line":"9","part":"E20-018","qty":"1","price":"53.00","uom":"EA","discount":"32.00","req_date":"12-04-2024","branch":"1"},{"comp":"01","order":"223419","line":"10","part":"E20-020","qty":"1","price":"53.00","uom":"EA","discount":"32.00","req_date":"12-04-2024","branch":"1"},{"comp":"01","order":"223419","line":"11","part":"E20-022","qty":"1","price":"53.00","uom":"EA","discount":"32.00","req_date":"12-04-2024","branch":"1"},{"comp":"01","order":"223419","line":"12","part":"E20-024","qty":"1","price":"53.00","uom":"EA","discount":"32.00","req_date":"12-04-2024","branch":"1"},{"comp":"01","order":"223419","line":"13","part":"E20-026","qty":"1","price":"53.00","uom":"EA","discount":"32.00","req_date":"12-04-2024","branch":"1"},{"comp":"01","order":"223419","line":"14","part":"E20-028","qty":"1","price":"53.00","uom":"EA","discount":"32.00","req_date":"12-04-2024","branch":"1"},{"comp":"01","order":"223419","line":"15","part":"E20-030","qty":"1","price":"53.00","uom":"EA","discount":"32.00","req_date":"12-04-2024","branch":"1"},{"comp":"01","order":"223419","line":"16","part":"E20-032","qty":"1","price":"53.00","uom":"EA","discount":"32.00","req_date":"12-04-2024","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":15}}] 2024-11-22 16:45:44.231 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223431-11222024164544.txt === {"quote":"223431","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"MSCIFTWO","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"10-23-2024","cust_order_date":"11-23-2024","req_date":"12-04-2024","cust_po":"B4005-0562-2.91","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"14:40","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Tina","follow_phone":"","follow_email":"@","pic_user":"bethw","total_amt":"233.05","total_gp":"102.11","total_gpm":"43.81","rev_type":"STD","mod_date":"11-22-2024","mod_time":null,"mod_user":"bethw","reason":"1","totalQty":"1","win_pct":"20","clo_date":"11-23-2024","notes":[],"crmnotes":[{"comp":1,"quote":223431,"Line":0,"Comment":"11/22/2024 4:45 PM - bethw - converted to SO# 993403"}],"items":[{"comp":"01","order":"223431","line":"1","part":"B4005-0562-2.91","qty":"1","price":"395.00","uom":"EA","discount":"41.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-22 16:46:56.479 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224574-11222024164656.txt === {"quote":"224574","customer":"9525","name":null,"customerName":"Industrial Mill& Maintenance Supply","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"11-18-2024","cust_order_date":null,"req_date":"12-30-2024","cust_po":"CAT50U-NX5-151","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"JH","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"14:44","extra":"","follow_up":"11-24-2024","web_id":"","follow_name":"Cody Fountain","follow_phone":"903-387-3964","follow_email":"cfountain@industrialmill.com","pic_user":"bethw","total_amt":"22188.00","total_gp":"17373.75","total_gpm":"78.30","rev_type":"ADV","mod_date":"11-22-2024","mod_time":null,"mod_user":"bethw","reason":"2","totalQty":"15","win_pct":"20","clo_date":"12-18-2024","notes":[{"comp":"1","quote":"224574","line":"8","data":"Beth"},{"comp":"1","quote":"224574","line":"7","data":"information along with pricing after checking with"},{"comp":"1","quote":"224574","line":"6","data":"machines...will be sending over questionnaire and"},{"comp":"1","quote":"224574","line":"5","data":"option along with positioning blocks for different"},{"comp":"1","quote":"224574","line":"4","data":"Haas, and other machines...included air cool"},{"comp":"1","quote":"224574","line":"3","data":"interested in 5 spindle speeders for Hyundai,"},{"comp":"1","quote":"224574","line":"2","data":"11-18-2024 14:55-rons: customer in Texas is"},{"comp":"1","quote":"224574","line":"1","data":"with Beth tomorrow for review"},{"comp":"1","quote":"224574","line":"0","data":"11-18-2024 16:03-rons: added to QF log...working"}],"crmnotes":[{"comp":1,"quote":224574,"Line":0,"Comment":"11/19/2024 1:48 PM - rons - PIC changed from rons to bethw"},{"comp":1,"quote":224574,"Line":1,"Comment":"11/22/2024 4:46 PM - bethw - Sent all information to Cody and LVM but no return call. We may have overkilled on the quote information. Quote closed."}],"items":[{"comp":"01","order":"224574","line":"1","part":"CAT50U-NX5-151","qty":"5","price":"3347.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224574","line":"2","part":"NXE-COOL","qty":"5","price":"990.00","uom":"EA","discount":"0.00","req_date":"2 STOCK + 3 TBD","branch":"1"},{"comp":"01","order":"224574","line":"3","part":"MODIFICATION-PB-SP","qty":"5","price":"770.00","uom":"EA","discount":"0.00","req_date":"1 WEEK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-22 16:47:53.266 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223486-11222024164753.txt === {"quote":"223486","customer":"19585","name":null,"customerName":"Thomas Skinner & Son Ltd.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-24-2024","cust_order_date":"11-24-2024","req_date":"12-05-2024","cust_po":"C4007-1000-3.50","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"13:45","extra":"","follow_up":"11-24-2024","web_id":"","follow_name":"Grace Brown","follow_phone":"403-450-3012","follow_email":"gbrown@tskinner.com","pic_user":"bethw","total_amt":"115.42","total_gp":"56.06","total_gpm":"48.57","rev_type":"STD","mod_date":"11-22-2024","mod_time":null,"mod_user":"bethw","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-24-2024","notes":[],"crmnotes":[{"comp":1,"quote":223486,"Line":0,"Comment":"11/22/2024 4:47 PM - bethw - no activity in area, quote expired and closed."}],"items":[{"comp":"01","order":"223486","line":"1","part":"C4007-1000-3.50","qty":"1","price":"199.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-22 16:49:12.435 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223495-11222024164912.txt === {"quote":"223495","customer":"9569","name":null,"customerName":"Industrial Tooling & Supply","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-24-2024","cust_order_date":"11-24-2024","req_date":"02-25-2025","cust_po":"NCAT50-SK25C-195U-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"14:50","extra":"","follow_up":"11-24-2024","web_id":"","follow_name":"Kayla Titus","follow_phone":"251-621-5106 x 451","follow_email":"ktitus@its-supply.com","pic_user":"bethw","total_amt":"977.29","total_gp":"598.15","total_gpm":"61.20","rev_type":"ADV","mod_date":"11-22-2024","mod_time":null,"mod_user":"bethw","reason":"1","totalQty":"4","win_pct":"20","clo_date":"11-24-2024","notes":[{"comp":"1","quote":"223495","line":"14","data":"ktitus@its-supply.co and CC Territory 25."},{"comp":"1","quote":"223495","line":"13","data":"to Beth. I'll send acknowledgement to"},{"comp":"1","quote":"223495","line":"12","data":"ARO just in case). This is AL so I'll change PIC"},{"comp":"1","quote":"223495","line":"11","data":"3.5 months (so I'll let Kayla know 16~18 weeks"},{"comp":"1","quote":"223495","line":"10","data":"10-25-2024 08:49-briand: Purchasing said MFG is"},{"comp":"1","quote":"223495","line":"9","data":"Territory 25 in on the email."},{"comp":"1","quote":"223495","line":"8","data":"wrench in case the customer needs it. CC'd"},{"comp":"1","quote":"223495","line":"7","data":"and sent Kayla the flyer. Also included the 9HC22"},{"comp":"1","quote":"223495","line":"6","data":"qualify for the 2024 IMTS promo and I added that"},{"comp":"1","quote":"223495","line":"5","data":"both holders and put them on the quote. They"},{"comp":"1","quote":"223495","line":"4","data":"time on the -195U-IDU. Sent her drawings for"},{"comp":"1","quote":"223495","line":"3","data":"talked to Kayla and she doesn't like the lead"},{"comp":"1","quote":"223495","line":"2","data":"me to see if Kayla can use the -165U-IDU. I"},{"comp":"1","quote":"223495","line":"1","data":"she said the -195U-IDU is a weird GL, she asked"},{"comp":"1","quote":"223495","line":"0","data":"10-25-2024 09:49-briand: Sent Beth teams message,"}],"crmnotes":[{"comp":1,"quote":223495,"Line":0,"Comment":"11/22/2024 4:49 PM - bethw - converted to SO# 993918"}],"items":[{"comp":"01","order":"223495","line":"1","part":"NCAT50-SK25C-195U-IDU","qty":"1","price":"794.00","uom":"EA","discount":"37.00","req_date":"SEE COMMENT BELOW","branch":"1"},{"comp":"01","order":"223495","line":"2","part":"NCAT50-SK25C-165U-IDU","qty":"1","price":"713.00","uom":"EA","discount":"37.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223495","line":"3","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"223495","line":"5","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"223495","Line":"3","Company":"1","F_Line":"1","Comment":"Additional 5% discount has been applied to these","Loc":"Y"},{"Quote":"223495","Line":"3","Company":"1","F_Line":"2","Comment":"holders for the 2024 IMTS Promotion for Advanced","Loc":"Y"},{"Quote":"223495","Line":"3","Company":"1","F_Line":"3","Comment":"Tooling.","Loc":"Y"},{"Quote":"223495","Line":"5","Company":"1","F_Line":"1","Comment":"This wrench can be used for either holders listed","Loc":"Y"},{"Quote":"223495","Line":"5","Company":"1","F_Line":"2","Comment":"above.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":4}}] 2024-11-22 16:50:33.660 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223509-11222024165033.txt === {"quote":"223509","customer":"6150","name":null,"customerName":"Fastenal Company Purchasing (MN)","comp":"01","open":"1","shipto":"GENERDYN","shiptoName":"General Dynamics OTS Inc","entry_date":"10-25-2024","cust_order_date":"11-25-2024","req_date":"12-06-2024","cust_po":"CAT40-SF0500-3.15CP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"35","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"09:12","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"@","follow_phone":"","follow_email":"al063@stores.fastenal.com","pic_user":"bethw","total_amt":"843.2","total_gp":"569.76","total_gpm":"67.57","rev_type":"ADV","mod_date":"11-22-2024","mod_time":null,"mod_user":"bethw","reason":"2","totalQty":"4","win_pct":"20","clo_date":"11-25-2024","notes":[],"crmnotes":[{"comp":1,"quote":223509,"Line":0,"Comment":"11/22/2024 4:50 PM - bethw - no activity in area, quote expired and closed."}],"items":[{"comp":"01","order":"223509","line":"1","part":"CAT40-SF0500-3.15CP","qty":"4","price":"310.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-22 16:59:44.607 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224734-11222024165944.txt === {"quote":"224734","customer":"13363","name":null,"customerName":"Martin Inc.","comp":"01","open":"1","shipto":"MARTINSX","shiptoName":"Martin Supply","entry_date":"01-25-2024","cust_order_date":"03-20-2024","req_date":"01-01-2025","cust_po":"C4006-1500-4.50","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Lindsay","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"15:08","extra":"","follow_up":"01-20-2024","web_id":"","follow_name":"Lindsay","follow_phone":"662-346-3459","follow_email":"lisa.ellis@martinsupply.com","pic_user":"alyssah","total_amt":"137.8","total_gp":"81.22","total_gpm":"58.94","rev_type":"STD","mod_date":"11-22-2024","mod_time":null,"mod_user":"alyssah","reason":"2","totalQty":"2","win_pct":"20","clo_date":"11-20-2024","notes":[{"comp":"1","quote":"224734","line":"0","data":"11-20-2024 15:09 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"224734","line":"1","part":"C4006-1500-4.50","qty":"1","price":"184.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224734","line":"2","part":"C40-STD-EU","qty":"1","price":"28.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-22 16:59:56.015 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223534-11222024165955.txt === {"quote":"223534","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"QUALMA","shiptoName":"Quality Machining","entry_date":"10-25-2024","cust_order_date":"11-15-2024","req_date":"11-22-2024","cust_po":"RA-200","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Shane Rhoades","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"13:00","extra":"","follow_up":"11-07-2024","web_id":"","follow_name":"Shane Rhoades","follow_phone":"717-861-5830","follow_email":"Shane.Rhoades@mscdirect.com","pic_user":"alyssah","total_amt":"1702.80","total_gp":"1313.58","total_gpm":"77.14","rev_type":"ADV","mod_date":"11-22-2024","mod_time":null,"mod_user":"alyssah","reason":"2","totalQty":"2","win_pct":"20","clo_date":"11-21-2024","notes":[{"comp":"1","quote":"223534","line":"0","data":"10-25-2024 13:07 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223534,"Line":0,"Comment":"11/08/2024 4:32 PM - alyssah - CLO changed from 11/14/2024 to 11/21/2024 (CLO Date Updated)"},{"comp":1,"quote":223534,"Line":1,"Comment":"11/08/2024 4:32 PM - alyssah - Req Date changed from 11/20/2024 to 11/22/2024 (Req Date Updated)"},{"comp":1,"quote":223534,"Line":2,"Comment":"11/15/2024 3:35 PM - alyssah - Closed"}],"items":[{"comp":"01","order":"223534","line":"1","part":"RA-200","qty":"1","price":"1166.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223534","line":"2","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"}],"qlines":[{"Quote":"223534","Line":"2","Company":"1","F_Line":"1","Comment":"Quoted at Net price","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-22 17:00:27.873 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223899-11222024170027.txt === {"quote":"223899","customer":"8005","name":null,"customerName":"H & C Tool Supply Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-04-2024","cust_order_date":"11-04-2024","req_date":"12-16-2024","cust_po":"EZ-SMARTT-V01","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"13:27","extra":"","follow_up":"11-29-2024","web_id":"","follow_name":"Nancy Olson","follow_phone":"585-895-2703","follow_email":"nancy.olson@hctoolsupply.com","pic_user":"alyssah","total_amt":"1870","total_gp":"1266.80","total_gpm":"67.74","rev_type":"PCQC","mod_date":"11-22-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-04-2024","notes":[],"crmnotes":[{"comp":1,"quote":223899,"Line":0,"Comment":"11/15/2024 3:36 PM - alyssah - F/U changed from 11/10/2024 to 11/29/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223899","line":"1","part":"EZ-SMARTT-V01","qty":"1","price":"2200.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-22 17:00:34.765 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224309-11222024170034.txt === {"quote":"224309","customer":"8340","name":null,"customerName":"Herr Tool Sales, Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-12-2024","cust_order_date":"11-12-2024","req_date":"12-24-2024","cust_po":"MZQT5-BG20Z-C","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"13:51","extra":"","follow_up":"11-29-2024","web_id":"","follow_name":"Tom Herr","follow_phone":"717-751-4400","follow_email":"tom@herrtoolsales.com","pic_user":"alyssah","total_amt":"960.8","total_gp":"597.11","total_gpm":"62.15","rev_type":"LT","mod_date":"11-22-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-12-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224309","line":"1","part":"MZQT5-BG20Z-C","qty":"1","price":"1201.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-22 17:00:41.602 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224409-11222024170041.txt === {"quote":"224409","customer":"11068","name":null,"customerName":"Kline Industrial Tool, Inc.","comp":"01","open":"0","shipto":"KLINEIN","shiptoName":"Kline Industrial Tool, Inc","entry_date":"11-13-2024","cust_order_date":"11-13-2024","req_date":"12-25-2024","cust_po":"BMT65-ER32Z-ICE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Kevin Smith","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"16:16","extra":"","follow_up":"11-29-2024","web_id":"","follow_name":"Kevin Smith","follow_phone":"717-891-7919","follow_email":"ksmith@klineindustrial.com","pic_user":"alyssah","total_amt":"4100.80","total_gp":"2782.11","total_gpm":"67.84","rev_type":"LT","mod_date":"11-22-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-13-2024","notes":[{"comp":"1","quote":"224409","line":"0","data":"11-13-2024 16:16 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"224409","line":"1","part":"BMT65-ER32Z-ICE","qty":"1","price":"4916.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224409","line":"2","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224409","line":"3","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224409","line":"5","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"224409","Line":"5","Company":"1","F_Line":"1","Comment":"Additional 5% discount added to the 15% standard disct","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":4}}] 2024-11-22 17:01:34.737 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222801-11222024170134.txt === {"quote":"222801","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"MILIT","shiptoName":"Military Systems Group Inc.","entry_date":"10-10-2024","cust_order_date":"10-10-2024","req_date":"11-21-2024","cust_po":"MZQT47-ER32Z-MS-OFF","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Whitney Drake","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"11:14","extra":"","follow_up":"11-19-2024","web_id":"","follow_name":"Whitney Drake","follow_phone":"615-516-7772","follow_email":"whitney.drake@mscdirect.com","pic_user":"alyssah","total_amt":"5796.82","total_gp":"2159.16","total_gpm":"37.25","rev_type":"LT","mod_date":"11-22-2024","mod_time":null,"mod_user":"alyssah","reason":"2","totalQty":"3","win_pct":"20","clo_date":"11-20-2024","notes":[{"comp":"1","quote":"222801","line":"0","data":"10-10-2024 11:15 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222801,"Line":0,"Comment":"10/18/2024 4:25 PM - alyssah - F/U changed from 10/23/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222801,"Line":1,"Comment":"11/08/2024 4:39 PM - alyssah - F/U changed from 11/09/2024 to 11/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222801,"Line":2,"Comment":"11/08/2024 4:39 PM - alyssah - CLO changed from 11/10/2024 to 11/20/2024 (CLO Date Updated)"},{"comp":1,"quote":222801,"Line":3,"Comment":"11/08/2024 4:39 PM - alyssah - F/U changed from 11/14/2024 to 11/19/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222801","line":"1","part":"MZQT47-ER32Z-MS-OFF","qty":"1","price":"8324.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222801","line":"2","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222801","line":"3","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-22 17:01:51.571 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224335-11222024170151.txt === {"quote":"224335","customer":"20512","name":null,"customerName":"Tomita U.S.A. Inc.","comp":"01","open":"0","shipto":"NISSEIGA","shiptoName":"Nissei ASB","entry_date":"11-13-2024","cust_order_date":"11-13-2024","req_date":"12-25-2024","cust_po":"HSK63A-0500-4.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"08:14","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Mtanaka","follow_phone":"937-974-0886","follow_email":"mtanaka@tomitaglobal.com","pic_user":"alyssah","total_amt":"2499.70","total_gp":"1676.09","total_gpm":"67.05","rev_type":"ADV","mod_date":"11-22-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"9","win_pct":"20","clo_date":"12-13-2024","notes":[{"comp":"1","quote":"224335","line":"0","data":"11-13-2024 08:29 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"224335","line":"1","part":"HSK63A-ER32S-160","qty":"1","price":"382.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224335","line":"2","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224335","line":"4","part":"HSK63A-0500-4.00","qty":"1","price":"369.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224335","line":"6","part":"H63A-SF4-80MT","qty":"1","price":"398.00","uom":"EA","discount":"25.00","req_date":"3-4 weeks","branch":"1"},{"comp":"01","order":"224335","line":"8","part":"H63A-SF12-90CP","qty":"1","price":"385.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224335","line":"9","part":"H63A-SF12-120CP","qty":"1","price":"429.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224335","line":"10","part":"H63A-SF12-160CP","qty":"1","price":"506.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224335","line":"12","part":"H63A-SF16-95CP","qty":"1","price":"385.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224335","line":"13","part":"H63A-SF16-160CP","qty":"1","price":"506.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":9}}] 2024-11-22 17:01:58.879 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222806-11222024170158.txt === {"quote":"222806","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"MECOCOTN","shiptoName":"Meco Corporation","entry_date":"10-10-2024","cust_order_date":"10-10-2024","req_date":"11-21-2024","cust_po":"HSK63A-C1-100G-IDU","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Sharon","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"11:42","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Sharon","follow_phone":"516-812-2000","follow_email":"sharon.stahl@mscdirect.com","pic_user":"alyssah","total_amt":"8289.05","total_gp":"4978.93","total_gpm":"60.07","rev_type":"STD","mod_date":"11-22-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"57","win_pct":"20","clo_date":"11-20-2024","notes":[{"comp":"1","quote":"222806","line":"1","data":"Acct)"},{"comp":"1","quote":"222806","line":"0","data":"10-10-2024 12:09-alyssah Per FP 45% (Kevin Youngs"}],"crmnotes":[{"comp":1,"quote":222806,"Line":0,"Comment":"10/31/2024 11:30 AM - alyssah - CLO changed from 11/03/2024 to 11/13/2024 (CLO Date Updated)"},{"comp":1,"quote":222806,"Line":1,"Comment":"10/31/2024 11:30 AM - alyssah - F/U changed from 10/29/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222806,"Line":2,"Comment":"11/08/2024 4:41 PM - alyssah - CLO changed from 11/13/2024 to 11/20/2024 (CLO Date Updated)"},{"comp":1,"quote":222806,"Line":3,"Comment":"11/08/2024 4:41 PM - alyssah - F/U changed from 11/09/2024 to 11/19/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222806","line":"1","part":"HSK63A-C1-100G-IDU","qty":"3","price":"733.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"2","part":"HSK63A-C1-130G","qty":"1","price":"684.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"3","part":"KM1-1/2","qty":"2","price":"62.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"4","part":"KM1-1/4","qty":"2","price":"62.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"5","part":"KM1-1/8","qty":"2","price":"62.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"6","part":"KM1-7/8","qty":"2","price":"62.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"7","part":"KM1-3/16","qty":"2","price":"62.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"8","part":"KM1-3/4","qty":"2","price":"62.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"9","part":"KM1-3/8","qty":"2","price":"62.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"10","part":"KM1-5/16","qty":"2","price":"62.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"11","part":"KM1-5/8","qty":"2","price":"62.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"12","part":"KM1-7/16","qty":"2","price":"62.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"13","part":"GH25","qty":"2","price":"245.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"14","part":"HSK63A-ER25-3.00","qty":"5","price":"403.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"15","part":"HSK63A-ER25-5.00","qty":"5","price":"488.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"16","part":"HSK63-TUBE","qty":"10","price":"36.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"17","part":"HSK63-WRENCH","qty":"2","price":"91.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"18","part":"E25-SET-19","qty":"2","price":"890.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"19","part":"E25-SET-13(C)","qty":"2","price":"1209.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"20","part":"025-SPAN","qty":"4","price":"19.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222806","line":"21","part":"HP-4","qty":"1","price":"1187.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":21}}] 2024-11-22 17:02:06.959 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224028-11222024170206.txt === {"quote":"224028","customer":"1055","name":null,"customerName":"A.W. Miller Technical Sales Inc.","comp":"01","open":"0","shipto":"LAWRTREN","shiptoName":"Lawrence Mold & Tool Company","entry_date":"11-06-2024","cust_order_date":"11-06-2024","req_date":"12-18-2024","cust_po":"KM32 Sleeves","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Erin Hrobocinski","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"10:06","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Erin Hrobocinski","follow_phone":"716-652-8282","follow_email":"ehrobocinski@awmiller.com","pic_user":"alyssah","total_amt":"3206.4","total_gp":"3496.53","total_gpm":"65.92","rev_type":"ADV","mod_date":"11-22-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"63","win_pct":"20","clo_date":"12-06-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224028","line":"1","part":"KM32-6","qty":"1","price":"90.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224028","line":"2","part":"KM32-8","qty":"1","price":"90.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224028","line":"3","part":"KM32-10","qty":"1","price":"90.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224028","line":"4","part":"KM32-12","qty":"1","price":"90.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224028","line":"5","part":"KM32-14","qty":"1","price":"90.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224028","line":"6","part":"KM32-16","qty":"1","price":"90.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224028","line":"7","part":"KM32-5/16","qty":"1","price":"90.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224028","line":"8","part":"KM32-3/8","qty":"1","price":"90.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224028","line":"9","part":"KM32-7/16","qty":"1","price":"90.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224028","line":"10","part":"KM32-9/16","qty":"1","price":"90.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224028","line":"11","part":"KM32-13/16","qty":"1","price":"105.00","uom":"EA","discount":"40.00","req_date":"TBD","branch":"1"},{"comp":"01","order":"224028","line":"12","part":"KM20-1/8","qty":"1","price":"98.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224028","line":"13","part":"KM20-3/16","qty":"1","price":"105.00","uom":"EA","discount":"40.00","req_date":"2-3 weeks","branch":"1"},{"comp":"01","order":"224028","line":"14","part":"KM20-1/4","qty":"3","price":"98.00","uom":"EA","discount":"40.00","req_date":"2-3 weeks","branch":"1"},{"comp":"01","order":"224028","line":"15","part":"KM20-5/16","qty":"3","price":"105.00","uom":"EA","discount":"40.00","req_date":"2-3 weeks","branch":"1"},{"comp":"01","order":"224028","line":"16","part":"KM20-3/8","qty":"3","price":"107.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224028","line":"17","part":"KM20-7/16","qty":"3","price":"105.00","uom":"EA","discount":"40.00","req_date":"2-3 weeks","branch":"1"},{"comp":"01","order":"224028","line":"18","part":"KM20-1/2","qty":"3","price":"107.00","uom":"EA","discount":"40.00","req_date":"1 Stk/2pc 2-3 weeks","branch":"1"},{"comp":"01","order":"224028","line":"19","part":"KM20-3","qty":"5","price":"70.00","uom":"EA","discount":"40.00","req_date":"2-3 weeks","branch":"1"},{"comp":"01","order":"224028","line":"20","part":"KM20-4","qty":"5","price":"70.00","uom":"EA","discount":"40.00","req_date":"2-3 weeks","branch":"1"},{"comp":"01","order":"224028","line":"21","part":"KM20-6","qty":"5","price":"70.00","uom":"EA","discount":"40.00","req_date":"4 Stk/1pc 2-3 weeks","branch":"1"},{"comp":"01","order":"224028","line":"22","part":"KM20-8","qty":"5","price":"70.00","uom":"EA","discount":"40.00","req_date":"2-3 weeks","branch":"1"},{"comp":"01","order":"224028","line":"23","part":"KM20-10","qty":"5","price":"78.00","uom":"EA","discount":"40.00","req_date":"2-3 weeks","branch":"1"},{"comp":"01","order":"224028","line":"24","part":"KM20-12","qty":"5","price":"78.00","uom":"EA","discount":"40.00","req_date":"2-3 weeks","branch":"1"},{"comp":"01","order":"224028","line":"25","part":"KM20-14","qty":"5","price":"78.00","uom":"EA","discount":"40.00","req_date":"2-3 weeks","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":25}}] 2024-11-22 17:02:26.777 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223518-11222024170226.txt === {"quote":"223518","customer":"4550","name":null,"customerName":"DGI Supply a DoAll Company","comp":"01","open":"1","shipto":"ELSNER","shiptoName":"Elsner Engineering Works","entry_date":"10-25-2024","cust_order_date":"11-15-2024","req_date":"11-20-2024","cust_po":"BMT55-SK20Z-ICE Z","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Michael Clark","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"10:33","extra":"","follow_up":"11-19-2024","web_id":"","follow_name":"Michael Clark","follow_phone":"717-805-6101","follow_email":"mclark@dgisupply.com","pic_user":"alyssah","total_amt":"2959.45","total_gp":"1563.53","total_gpm":"52.83","rev_type":"LT","mod_date":"11-22-2024","mod_time":null,"mod_user":"alyssah","reason":"5","totalQty":"4","win_pct":"20","clo_date":"11-19-2024","notes":[{"comp":"1","quote":"223518","line":"0","data":"10-25-2024 10:39 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223518,"Line":0,"Comment":"10/31/2024 11:31 AM - alyssah - F/U changed from 10/31/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223518,"Line":1,"Comment":"11/08/2024 4:41 PM - alyssah - CLO changed from 11/14/2024 to 11/19/2024 (CLO Date Updated)"},{"comp":1,"quote":223518,"Line":2,"Comment":"11/08/2024 4:41 PM - alyssah - F/U changed from 11/09/2024 to 11/19/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223518","line":"1","part":"BMT55-SK20Z-ICE","qty":"1","price":"4477.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223518","line":"2","part":"WRENCH-MIM-107446","qty":"1","price":"35.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223518","line":"3","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223518","line":"5","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223518","Line":"5","Company":"1","F_Line":"1","Comment":"Please Note: IMTS promotion 5% extra added to the","Loc":"Y"},{"Quote":"223518","Line":"5","Company":"1","F_Line":"2","Comment":"discount on the holder only.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-22 17:02:36.390 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224374-11222024170236.txt === {"quote":"224374","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"MSCAMNY","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"11-13-2024","cust_order_date":"11-13-2024","req_date":"12-25-2024","cust_po":"E32-314(C)","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"12:07","extra":"","follow_up":"11-19-2024","web_id":"","follow_name":"David","follow_phone":"","follow_email":"@","pic_user":"alyssah","total_amt":"62.4","total_gp":"43.70","total_gpm":"70.03","rev_type":"STD","mod_date":"11-22-2024","mod_time":null,"mod_user":"alyssah","reason":"2","totalQty":"1","win_pct":"20","clo_date":"12-13-2024","notes":[{"comp":"1","quote":"224374","line":"0","data":"11-13-2024 12:07-jennad ship-to NY"}],"crmnotes":[],"items":[{"comp":"01","order":"224374","line":"1","part":"E32-314(C)","qty":"1","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-22 17:02:54.803 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224380-11222024170254.txt === {"quote":"224380","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-13-2024","cust_order_date":"11-13-2024","req_date":"12-25-2024","cust_po":"T05-006(S)","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"13:21","extra":"","follow_up":"12-01-2024","web_id":"","follow_name":"Paul Heger","follow_phone":"800-511-2915","follow_email":"paul@afi-tools.com","pic_user":"alyssah","total_amt":"140.4","total_gp":"73.07","total_gpm":"52.04","rev_type":"STD","mod_date":"11-22-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-13-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224380","line":"1","part":"T05-006(S)","qty":"1","price":"108.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224380","line":"2","part":"T05-008(S)","qty":"1","price":"108.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-22 17:03:04.295 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224480-11222024170304.txt === {"quote":"224480","customer":"2185","name":null,"customerName":"Stellar Industrial Supply, Inc.","comp":"01","open":"0","shipto":"KNOXKNOX","shiptoName":"25-Knoxville/Stellar Industrial","entry_date":"11-15-2024","cust_order_date":"12-05-2024","req_date":"12-10-2024","cust_po":"MNL12-ER32Z","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Jeff Catlett - TN","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"08:12","extra":"","follow_up":"11-29-2024","web_id":"","follow_name":"Jeff Catlett - TN","follow_phone":"865-525-6195","follow_email":"jcatlett@stellarindustrial.com","pic_user":"alyssah","total_amt":"2871.40","total_gp":"2090.13","total_gpm":"72.79","rev_type":"LT","mod_date":"11-22-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-04-2024","notes":[{"comp":"1","quote":"224480","line":"0","data":"11-15-2024 08:13 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"224480","line":"1","part":"MNL12-ER32Z","qty":"1","price":"4102.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224480","line":"2","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224480","line":"3","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224480","line":"5","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"224480","Line":"5","Company":"1","F_Line":"1","Comment":"Live Tool IMTS24 promo extra 5% added to the discount","Loc":"Y"},{"Quote":"224480","Line":"5","Company":"1","F_Line":"2","Comment":"on this quote.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":4}}] 2024-11-22 17:03:10.931 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222791-11222024170310.txt === {"quote":"222791","customer":"13705TA","name":null,"customerName":"Morris Great Lakes TA","comp":"01","open":"0","shipto":"FELDSYR","shiptoName":"Feldmeier Equipment, INC.","entry_date":"10-10-2024","cust_order_date":"10-10-2024","req_date":"11-29-2024","cust_po":"OKV1-ER50Z","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Dave Schulte","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"09:53","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Dave Schulte","follow_phone":"256-258-5517","follow_email":"dgschulte@morrisgroupinc.com","pic_user":"alyssah","total_amt":"8320.00","total_gp":"4160.62","total_gpm":"50.01","rev_type":"LT","mod_date":"11-22-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-22-2024","notes":[{"comp":"1","quote":"222791","line":"0","data":"10-10-2024 09:54 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222791,"Line":0,"Comment":"10/18/2024 4:15 PM - alyssah - F/U changed from 10/16/2024 to 10/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222791,"Line":1,"Comment":"10/31/2024 11:32 AM - alyssah - F/U changed from 10/31/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222791,"Line":2,"Comment":"11/08/2024 4:37 PM - alyssah - Req Date changed from 11/21/2024 to 11/29/2024 (Req Date Updated)"},{"comp":1,"quote":222791,"Line":3,"Comment":"11/08/2024 4:37 PM - alyssah - CLO changed from 11/10/2024 to 11/22/2024 (CLO Date Updated)"},{"comp":1,"quote":222791,"Line":4,"Comment":"11/08/2024 4:37 PM - alyssah - F/U changed from 11/09/2024 to 11/21/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222791","line":"1","part":"OKV1-ER50Z","qty":"1","price":"8320.00","uom":"EA","discount":"0.00","req_date":"4 months ARO","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-22 17:03:27.209 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223361-11222024170326.txt === {"quote":"223361","customer":"1055","name":null,"customerName":"A.W. Miller Technical Sales Inc.","comp":"01","open":"1","shipto":"AWMILL","shiptoName":"A.W. Miller Technical Sales Inc.","entry_date":"10-22-2024","cust_order_date":"11-22-2024","req_date":"11-24-2024","cust_po":"NCAT40 tooling","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Troy Martz","drop_po":"York Precision Machining","status":"0","user":"alyssah","conv_order":"","time":"15:13","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Troy","follow_phone":"716-912-1205","follow_email":"tmartz@awmiller.com","pic_user":"alyssah","total_amt":"20717.0","total_gp":"10694.44","total_gpm":"51.62","rev_type":"STD","mod_date":"11-22-2024","mod_time":null,"mod_user":"alyssah","reason":"1","totalQty":"228","win_pct":"20","clo_date":"11-23-2024","notes":[{"comp":"1","quote":"223361","line":"0","data":"11-13-2024 14:44 - Created Order# 995038"}],"crmnotes":[{"comp":1,"quote":223361,"Line":0,"Comment":"10/31/2024 11:32 AM - alyssah - F/U changed from 11/02/2024 to 11/21/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223361","line":"1","part":"NC4007-0016-3.50G","qty":"1","price":"322.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223361","line":"2","part":"NC4007-0016-2.25G","qty":"1","price":"311.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223361","line":"3","part":"E16-NUT-MINI","qty":"1","price":"61.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223361","line":"4","part":"E16-SET-12","qty":"1","price":"512.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223361","line":"5","part":"E16-314","qty":"2","price":"42.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223361","line":"6","part":"NC4007-0020-4.00G","qty":"20","price":"311.00","uom":"EA","discount":"50.00","req_date":"19 Stk/1pc Nov","branch":"1"},{"comp":"01","order":"223361","line":"7","part":"E20-SET-15","qty":"1","price":"809.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223361","line":"8","part":"E20-314","qty":"4","price":"53.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223361","line":"9","part":"E20-393","qty":"4","price":"53.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223361","line":"10","part":"E20-472","qty":"2","price":"53.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223361","line":"11","part":"NC4007-0032-3.13G","qty":"18","price":"322.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223361","line":"12","part":"E32-SET-21","qty":"1","price":"1092.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223361","line":"13","part":"E32-629","qty":"2","price":"52.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223361","line":"14","part":"NC4007-0040-3.13G","qty":"18","price":"362.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223361","line":"15","part":"E40-064","qty":"3","price":"68.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223361","line":"16","part":"NC4006-0500-4.00CP","qty":"2","price":"241.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223361","line":"17","part":"NC4006-0625-3.00CP","qty":"10","price":"218.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223361","line":"18","part":"NC4006-0625-3.00CP","qty":"4","price":"218.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223361","line":"19","part":"NC4006-0750-3.00CP","qty":"2","price":"268.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223361","line":"20","part":"NC4006-1000-4.00CP","qty":"9","price":"273.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223361","line":"21","part":"NC4006-1000-2.00","qty":"9","price":"221.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223361","line":"22","part":"NC4006-1250-4.00CP","qty":"7","price":"275.00","uom":"EA","discount":"50.00","req_date":"5 Stk/2pc Nov","branch":"1"},{"comp":"01","order":"223361","line":"23","part":"NC4006-1500-4.50CP","qty":"2","price":"363.00","uom":"EA","discount":"50.00","req_date":"pending","branch":"1"},{"comp":"01","order":"223361","line":"24","part":"C4001-27-50CP","qty":"1","price":"152.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223361","line":"25","part":"NC4001-1000-4.00CP","qty":"8","price":"330.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223361","line":"26","part":"CAT40-TB1.3/4-14.00NF","qty":"1","price":"1676.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223361","line":"27","part":"C40-STD-EU","qty":"88","price":"28.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223361","line":"28","part":"TQW-E16-G","qty":"1","price":"140.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223361","line":"29","part":"WRENCH-ER16-MINI","qty":"1","price":"21.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223361","line":"30","part":"TQW-E20-G","qty":"1","price":"140.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223361","line":"31","part":"TQW-E25-G","qty":"1","price":"153.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223361","line":"32","part":"TQW-E32-G","qty":"1","price":"153.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223361","line":"33","part":"TQW-E40-G","qty":"1","price":"167.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":33}}] 2024-11-22 17:03:41.932 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223717-11222024170341.txt === {"quote":"223717","customer":"4550","name":null,"customerName":"DGI Supply a DoAll Company","comp":"01","open":"1","shipto":"DGINEWPA","shiptoName":"DGI Supply","entry_date":"10-30-2024","cust_order_date":"10-30-2024","req_date":"12-11-2024","cust_po":"SK16-11.5","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Leia","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"13:34","extra":"","follow_up":"11-22-2024","web_id":"","follow_name":"Leia","follow_phone":"847-360-9400","follow_email":"levans@dgisupply.com","pic_user":"alyssah","total_amt":"198.05","total_gp":"140.82","total_gpm":"71.10","rev_type":"ADV","mod_date":"11-22-2024","mod_time":null,"mod_user":"alyssah","reason":"2","totalQty":"4","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"223717","line":"0","data":"10-30-2024 13:35 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223717","line":"1","part":"SK16-11.5","qty":"2","price":"82.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223717","line":"2","part":"SKN-16B","qty":"1","price":"81.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223717","line":"3","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-22 17:03:54.660 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222532-11222024170354.txt === {"quote":"222532","customer":"2185","name":null,"customerName":"Stellar Industrial Supply, Inc.","comp":"01","open":"1","shipto":"MILIT","shiptoName":"Military Systems Group Inc.","entry_date":"10-04-2024","cust_order_date":"10-04-2024","req_date":"11-25-2024","cust_po":"MZQT47-ER32Z-MS-OFF","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Taylor Grant","drop_po":"","status":"0","user":"cindyt","conv_order":"","time":"09:06","extra":"","follow_up":"11-22-2024","web_id":"","follow_name":"Taylor Grant","follow_phone":"865-525-6195","follow_email":"tgrant@stellarindustrial.com","pic_user":"alyssah","total_amt":"5553.40","total_gp":"1915.74","total_gpm":"34.50","rev_type":"LT","mod_date":"11-22-2024","mod_time":null,"mod_user":"alyssah","reason":"2","totalQty":"4","win_pct":"20","clo_date":"11-23-2024","notes":[{"comp":"1","quote":"222532","line":"0","data":"10-04-2024 09:07 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222532,"Line":0,"Comment":"10/23/2024 2:11 PM - alyssah - F/U changed from 10/17/2024 to 10/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222532,"Line":1,"Comment":"10/31/2024 11:31 AM - alyssah - CLO changed from 11/04/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":222532,"Line":2,"Comment":"10/31/2024 11:31 AM - alyssah - F/U changed from 10/30/2024 to 11/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222532,"Line":3,"Comment":"11/08/2024 4:35 PM - alyssah - F/U changed from 11/08/2024 to 11/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222532,"Line":4,"Comment":"11/08/2024 4:35 PM - alyssah - CLO changed from 11/09/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":222532,"Line":5,"Comment":"11/08/2024 4:35 PM - alyssah - Req Date changed from 11/15/2024 to 11/25/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222532","line":"1","part":"MZQT47-ER32Z-MS-OFF","qty":"1","price":"8324.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222532","line":"2","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222532","line":"3","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222532","line":"5","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222532","Line":"5","Company":"1","F_Line":"1","Comment":"IMTS24 Promotion 10% extra added to the discount on","Loc":"Y"},{"Quote":"222532","Line":"5","Company":"1","F_Line":"2","Comment":"this quote.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-22 17:04:08.109 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223382-11222024170407.txt === {"quote":"223382","customer":"6150","name":null,"customerName":"Fastenal Company Purchasing (MN)","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-23-2024","cust_order_date":"10-23-2024","req_date":"12-04-2024","cust_po":"OKL3-ER32X","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"35","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"09:16","extra":"","follow_up":"11-22-2024","web_id":"","follow_name":"Andrew","follow_phone":"812-584-8227","follow_email":"aferguso@fastenal.com","pic_user":"alyssah","total_amt":"2391","total_gp":"1811.58","total_gpm":"75.77","rev_type":"LT","mod_date":"11-22-2024","mod_time":null,"mod_user":"alyssah","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-23-2024","notes":[],"crmnotes":[{"comp":1,"quote":223382,"Line":0,"Comment":"10/31/2024 11:30 AM - alyssah - F/U changed from 10/29/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223382,"Line":1,"Comment":"11/08/2024 4:36 PM - alyssah - F/U changed from 11/09/2024 to 11/22/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223382","line":"1","part":"OKL3-ER32X","qty":"1","price":"3188.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-22 17:04:19.108 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223746-11222024170418.txt === {"quote":"223746","customer":"3980","name":null,"customerName":"Cutting Tools Inc.","comp":"01","open":"1","shipto":"CUTTN","shiptoName":"Cutting Tools Inc.","entry_date":"10-31-2024","cust_order_date":"10-31-2024","req_date":"12-12-2024","cust_po":"NCAT40-C3/4-85U-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"47","salesman":"KH","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"TJ Peters","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"08:26","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"TJ Peters","follow_phone":"615-391-0200","follow_email":"tjpeters@cuttingtoolsinc.com","pic_user":"alyssah","total_amt":"452.20","total_gp":"309.36","total_gpm":"68.41","rev_type":"ADV","mod_date":"11-22-2024","mod_time":null,"mod_user":"alyssah","reason":"1","totalQty":"3","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"223746","line":"0","data":"10-31-2024 08:27 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223746","line":"1","part":"NCAT40-C3/4-85U-IDU","qty":"1","price":"565.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223746","line":"2","part":"KM3/4-1/2","qty":"1","price":"59.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223746","line":"3","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-22 17:04:29.447 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224552-11222024170429.txt === {"quote":"224552","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"FHIJLORT","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"11-18-2024","cust_order_date":"11-18-2024","req_date":"12-30-2024","cust_po":"BT40-SF0187-3.54","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Kris","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"11:13","extra":"","follow_up":"11-24-2024","web_id":"","follow_name":"Kris","follow_phone":"775-758-7100","follow_email":"kristen.christy@mscdirect.com","pic_user":"alyssah","total_amt":"186","total_gp":"109.84","total_gpm":"59.05","rev_type":"ADV","mod_date":"11-22-2024","mod_time":null,"mod_user":"alyssah","reason":"2","totalQty":"1","win_pct":"20","clo_date":"12-18-2024","notes":[{"comp":"1","quote":"224552","line":"0","data":"11-18-2024 11:18 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"224552","line":"1","part":"BT40-SF0187-3.54","qty":"1","price":"310.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-22 17:05:02.491 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224583-11222024170502.txt === {"quote":"224583","customer":"20315","name":null,"customerName":"Tennessee Machine Tool Supply","comp":"01","open":"1","shipto":"TENNINEX","shiptoName":"Tennessee Machine Tool Supply","entry_date":"11-18-2024","cust_order_date":"07-10-2024","req_date":"11-18-2024","cust_po":"ALPS BT50 SHRINK","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"27","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Hunter","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"15:35","extra":"","follow_up":"11-24-2024","web_id":"","follow_name":"BLaine","follow_phone":"865-724-2516","follow_email":"caleb@tnmachinetool.com","pic_user":"alyssah","total_amt":"816.00","total_gp":"453.00","total_gpm":"100.00","rev_type":"ADV","mod_date":"11-22-2024","mod_time":null,"mod_user":"alyssah","reason":"2","totalQty":"3","win_pct":"20","clo_date":null,"notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224583","line":"1","part":"SPECIAL-TL-SF","qty":"1","price":"453.00","uom":"EA","discount":"0.00","req_date":"7-8 weeks ARO","branch":"1"},{"comp":"01","order":"224583","line":"2","part":"SPECIAL-TL-SF","qty":"1","price":"363.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224583","line":"3","part":"SPECIAL-TL-SF","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"}],"qlines":[{"Quote":"224583","Line":"1","Company":"1","F_Line":"1","Comment":"BT50-2TG6S-200","Loc":"Y"},{"Quote":"224583","Line":"2","Company":"1","F_Line":"1","Comment":"BT50-2TG10S-200","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-22 17:05:14.088 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223533-11222024170513.txt === {"quote":"223533","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"MSCGA","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"10-25-2024","cust_order_date":"11-25-2024","req_date":"12-06-2024","cust_po":"H63A-SF3-80MT","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"12:48","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Darrell Keith","follow_phone":"800-645-7270 x884415","follow_email":"keithd@mscdirect.com","pic_user":"alyssah","total_amt":"346.05","total_gp":"223.74","total_gpm":"64.66","rev_type":"ADV","mod_date":"11-22-2024","mod_time":null,"mod_user":"alyssah","reason":"1","totalQty":"2","win_pct":"20","clo_date":"11-25-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223533","line":"1","part":"H63A-SF3-80MT","qty":"1","price":"398.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223533","line":"2","part":"VMK12-5/16J","qty":"1","price":"165.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-22 22:33:16.590 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224497-11222024223316.txt === {"quote":"224497","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"BKMFG","shiptoName":"B-K Aerospace","entry_date":"11-15-2024","cust_order_date":"11-15-2024","req_date":"04-01-2025","cust_po":"FLANGE MOUNT H100A RAH","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"Ross Kinstler","drop_po":"SPECIAL ANGLE HEAD","status":"0","user":"bethw","conv_order":"","time":"09:28","extra":"","follow_up":"11-29-2024","web_id":"","follow_name":"Fletcher","follow_phone":"","follow_email":"@","pic_user":"fletcherp","total_amt":"103135.18","total_gp":"103135.18","total_gpm":"100.00","rev_type":"ADV","mod_date":"11-22-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-15-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224497","line":"1","part":"SPECIAL-AH","qty":"1","price":"39479.14","uom":"EA","discount":"0.00","req_date":"18-20 WEEKS ARO","branch":"1"},{"comp":"01","order":"224497","line":"2","part":"SPECIAL-AH","qty":"2","price":"31828.02","uom":"EA","discount":"0.00","req_date":"18-20 WEEKS ARO","branch":"1"}],"qlines":[{"Quote":"224497","Line":"1","Company":"1","F_Line":"1","Comment":"P/N: TBD ARO","Loc":"Y"},{"Quote":"224497","Line":"1","Company":"1","F_Line":"2","Comment":"FLANGE MOUNTED HSK100A CAPTO C4 OUTPUT SPECIAL RIGHT","Loc":"Y"},{"Quote":"224497","Line":"1","Company":"1","F_Line":"3","Comment":"ANGLE HEAD; APPROXIMATELY 400MM GAUGE LENGTH;","Loc":"Y"},{"Quote":"224497","Line":"1","Company":"1","F_Line":"4","Comment":"DESIGNED TO BE DRIVEN BY SIEMENS CERAMIC BEARINGS","Loc":"Y"},{"Quote":"224497","Line":"1","Company":"1","F_Line":"5","Comment":"DIRECT DRIVE SPINDLE; WILL HAVE A SIDE PORT FOR","Loc":"Y"},{"Quote":"224497","Line":"1","Company":"1","F_Line":"6","Comment":"COOLANT TO BE PIPED IN FOR COOLANT THRU THE CAPTO","Loc":"Y"},{"Quote":"224497","Line":"1","Company":"1","F_Line":"7","Comment":"C4 SPINDLE OUTPUT.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-23 00:59:42.541 [INFO] In session is user: ericy 2024-11-23 02:17:06.401 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-23 18:52:02.989 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(39.6634875052047, -86.0902566556689, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(39.6634875052047, -86.0902566556689, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3941372 second/s. 2024-11-24 07:16:21.185 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-24 10:05:34.605 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(41.731148967549, -87.8353985749506, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(41.731148967549, -87.8353985749506, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3360143 second/s. 2024-11-24 10:05:50.974 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221903-11242024100550.txt === {"quote":"221903","customer":"6470","name":null,"customerName":"Fleetwood Industrial Supply","comp":"01","open":"0","shipto":"DIRECTAE","shiptoName":"Direct AeroSystems, Inc","entry_date":"09-23-2024","cust_order_date":"09-23-2024","req_date":"01-04-2025","cust_po":"HSK80F","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Marty Gleeson","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"07:05","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Marty Gleeson","follow_phone":"630-709-5743","follow_email":"marty@fleetwoodtools.com","pic_user":"joshuav","total_amt":"7265.04","total_gp":"4462.50","total_gpm":"61.42","rev_type":"ADV","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"46","win_pct":"20","clo_date":"12-28-2024","notes":[{"comp":"1","quote":"221903","line":"3","data":"09-23-2024 07:26 - Discounts Recalculated QS"},{"comp":"1","quote":"221903","line":"2","data":"09-23-2024 07:21 - Discounts Recalculated QS"},{"comp":"1","quote":"221903","line":"1","data":"09-23-2024 07:10 - Discounts Recalculated QS"},{"comp":"1","quote":"221903","line":"0","data":"09-23-2024 07:09 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221903,"Line":0,"Comment":"10/03/2024 9:04 AM - Joshuav - Req Date change from 11/4/2024 to 1/4/2025 (Req Date Updated)"},{"comp":1,"quote":221903,"Line":1,"Comment":"10/03/2024 9:04 AM - Joshuav - CLO changed from 10/23/2024 to 12/28/2024 (CLO Date Updated)"},{"comp":1,"quote":221903,"Line":2,"Comment":"10/03/2024 9:05 AM - Joshuav - F/U Changed from 10/6/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221903,"Line":3,"Comment":"10/23/2024 3:38 PM - joshuav - F/U changed from 10/26/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221903,"Line":4,"Comment":"10/23/2024 3:39 PM - joshuav - Encounter has been added"},{"comp":1,"quote":221903,"Line":5,"Comment":"11/24/2024 10:05 AM - joshuav - F/U Changed from 11/23/2024 to 12/14/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"221903","line":"1","part":"H80F-SF0125-3.00B","qty":"3","price":"624.00","uom":"EA","discount":"52.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221903","line":"2","part":"H80F-SF0250-3.00B","qty":"3","price":"446.00","uom":"EA","discount":"52.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221903","line":"3","part":"HSK80F-SF0375-2.56BC","qty":"3","price":"572.00","uom":"EA","discount":"52.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221903","line":"5","part":"HSK80F-SF0625-3.15BC","qty":"3","price":"572.00","uom":"EA","discount":"52.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221903","line":"6","part":"H80F-SF0625-6.00B","qty":"3","price":"811.00","uom":"EA","discount":"52.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221903","line":"7","part":"H80F-SF0750-3.15B","qty":"3","price":"448.00","uom":"EA","discount":"52.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221903","line":"8","part":"H80F-SF1000-3.00B","qty":"3","price":"509.00","uom":"EA","discount":"52.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221903","line":"9","part":"H80F-SF0500-2.95B","qty":"1","price":"650.00","uom":"EA","discount":"52.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221903","line":"10","part":"H80F-SF0500-4.00B","qty":"1","price":"737.00","uom":"EA","discount":"52.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221903","line":"11","part":"HSK80F-SF0500-3.00B","qty":"1","price":"700.00","uom":"EA","discount":"52.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221903","line":"12","part":"HSK63-TUBE","qty":"21","price":"36.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221903","line":"13","part":"PROMOTION-OS","qty":"1","price":"0.00","uom":"EA","discount":"20.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":12}}] 2024-11-24 10:06:02.656 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-214553-11242024100602.txt === {"quote":"214553","customer":"8092","name":null,"customerName":"Haas Factory Outlet (IL)","comp":"01","open":"0","shipto":"LAKESOUT","shiptoName":"Lakeview Precision Machining","entry_date":"04-11-2024","cust_order_date":"10-14-2022","req_date":"02-08-2025","cust_po":"c40ra-0025m","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Rudy Marotti","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"10:58","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Rudy Marotti","follow_phone":"","follow_email":"rmarotti@hfochicago.com","pic_user":"joshuav","total_amt":"6455.25","total_gp":"3314.81","total_gpm":"51.35","rev_type":"ADV","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"2","win_pct":"20","clo_date":"02-01-2025","notes":[],"crmnotes":[{"comp":1,"quote":214553,"Line":0,"Comment":"04/11/2024 11:24 AM - joshuav - Req Date changed from 04/11/2024 to 08/31/2024 (Req Date Updated)"},{"comp":1,"quote":214553,"Line":1,"Comment":"04/11/2024 11:24 AM - joshuav - CLO changed from NaN/NaN/NaN to 08/24/2024 (CLO Date Updated)"},{"comp":1,"quote":214553,"Line":2,"Comment":"04/11/2024 11:24 AM - joshuav - F/U changed from 04/17/2024 to 5/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214553,"Line":3,"Comment":"05/24/2024 10:35 AM - joshuav - F/U Changed from 5/25/2024 to 6/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214553,"Line":4,"Comment":"06/21/2024 7:51 AM - joshuav - F/U Changed from 6/22/2024 to 7/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214553,"Line":5,"Comment":"07/19/2024 10:28 PM - joshuav - F/U Changed from 7/20/2024 to 8/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214553,"Line":6,"Comment":"07/31/2024 10:01 AM - joshuav - Req Date changed from 08/31/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":214553,"Line":7,"Comment":"07/31/2024 10:01 AM - joshuav - CLO changed from 08/24/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":214553,"Line":8,"Comment":"07/31/2024 10:01 AM - joshuav - F/U changed from 08/03/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214553,"Line":9,"Comment":"08/29/2024 10:36 AM - joshuav - F/U Changed from 8/31/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214553,"Line":10,"Comment":"09/07/2024 10:56 AM - joshuav - Req Date change from 9/28/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":214553,"Line":11,"Comment":"09/07/2024 10:56 AM - joshuav - CLO changed from 9/21/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":214553,"Line":12,"Comment":"09/07/2024 10:56 AM - joshuav - F/U Changed from 9/7/2024 to 9/28/2024 (Follow Up in 3 Weeks)"},{"comp":1,"quote":214553,"Line":13,"Comment":"09/24/2024 7:47 AM - joshuav - F/U Changed from 9/28/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214553,"Line":14,"Comment":"10/23/2024 3:21 PM - joshuav - F/U changed from 10/26/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214553,"Line":15,"Comment":"10/23/2024 3:21 PM - joshuav - CLO changed from 11/23/2024 to 02/01/2025 (CLO Date Updated)"},{"comp":1,"quote":214553,"Line":16,"Comment":"10/23/2024 3:21 PM - joshuav - Req Date changed from 11/30/2024 to 02/08/2025 (Req Date Updated)"},{"comp":1,"quote":214553,"Line":17,"Comment":"11/24/2024 10:06 AM - joshuav - F/U Changed from 11/23/2024 to 12/28/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"214553","line":"1","part":"C40RA-0025M","qty":"1","price":"8200.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"214553","line":"2","part":"PB-RAN40-HAAS-MODULAR","qty":"1","price":"407.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-24 10:06:21.650 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220258-11242024100621.txt === {"quote":"220258","customer":"8092","name":null,"customerName":"Haas Factory Outlet (IL)","comp":"01","open":"0","shipto":"QUALHARB","shiptoName":"Technetics Group Chicago LLC","entry_date":"08-16-2024","cust_order_date":"08-16-2024","req_date":"02-22-2025","cust_po":"5AX 201","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Rudy Marotti","drop_po":"VF-4","status":"0","user":"joshuav","conv_order":"","time":"07:48","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Rudy Marotti","follow_phone":"","follow_email":"rmarotti@hfochicago.com","pic_user":"joshuav","total_amt":"45444","total_gp":"28944.00","total_gpm":"63.69","rev_type":"RT","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"220258","line":"0","data":"08-16-2024 07:48 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220258,"Line":0,"Comment":"08/21/2024 8:29 AM - joshuav - Req Date changed from 09/27/2024 to 12/28/2024 (Req Date Updated)"},{"comp":1,"quote":220258,"Line":1,"Comment":"08/21/2024 8:29 AM - joshuav - CLO changed from 09/16/2024 to 12/14/2024 (CLO Date Updated)"},{"comp":1,"quote":220258,"Line":2,"Comment":"08/21/2024 8:29 AM - joshuav - F/U changed from 08/29/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220258,"Line":3,"Comment":"09/24/2024 7:38 AM - joshuav - F/U Changed from 9/28/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220258,"Line":4,"Comment":"10/23/2024 3:34 PM - joshuav - F/U changed from 10/26/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220258,"Line":5,"Comment":"11/24/2024 10:06 AM - joshuav - Req Date change from 12/28/2024 to 2/22/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"220258","line":"1","part":"5AX-201YA-M","qty":"1","price":"56805.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-24 10:06:28.425 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220258-11242024100628.txt === {"quote":"220258","customer":"8092","name":null,"customerName":"Haas Factory Outlet (IL)","comp":"01","open":"0","shipto":"QUALHARB","shiptoName":"Technetics Group Chicago LLC","entry_date":"08-16-2024","cust_order_date":"08-16-2024","req_date":"02-22-2025","cust_po":"5AX 201","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Rudy Marotti","drop_po":"VF-4","status":"0","user":"joshuav","conv_order":"","time":"07:48","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Rudy Marotti","follow_phone":"","follow_email":"rmarotti@hfochicago.com","pic_user":"joshuav","total_amt":"45444","total_gp":"28944.00","total_gpm":"63.69","rev_type":"RT","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"1","win_pct":"20","clo_date":"02-15-2025","notes":[{"comp":"1","quote":"220258","line":"0","data":"08-16-2024 07:48 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220258,"Line":0,"Comment":"08/21/2024 8:29 AM - joshuav - Req Date changed from 09/27/2024 to 12/28/2024 (Req Date Updated)"},{"comp":1,"quote":220258,"Line":1,"Comment":"08/21/2024 8:29 AM - joshuav - CLO changed from 09/16/2024 to 12/14/2024 (CLO Date Updated)"},{"comp":1,"quote":220258,"Line":2,"Comment":"08/21/2024 8:29 AM - joshuav - F/U changed from 08/29/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220258,"Line":3,"Comment":"09/24/2024 7:38 AM - joshuav - F/U Changed from 9/28/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220258,"Line":4,"Comment":"10/23/2024 3:34 PM - joshuav - F/U changed from 10/26/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220258,"Line":5,"Comment":"11/24/2024 10:06 AM - joshuav - Req Date change from 12/28/2024 to 2/22/2025 (Req Date Updated)"},{"comp":1,"quote":220258,"Line":6,"Comment":"11/24/2024 10:06 AM - joshuav - CLO changed from 12/14/2024 to 2/15/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"220258","line":"1","part":"5AX-201YA-M","qty":"1","price":"56805.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-24 10:19:36.624 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222253-11242024101936.txt === {"quote":"222253","customer":"13712TA","name":null,"customerName":"Morris Midwest (WI-TA)","comp":"01","open":"0","shipto":"CDEGIKKL","shiptoName":"Morris Midwest, LLC.","entry_date":"09-27-2024","cust_order_date":"09-27-2024","req_date":"01-04-2025","cust_po":"ER32 live tool","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tony Gerace","drop_po":"OKUMA LB3000","status":"0","user":"joshuav","conv_order":"","time":"15:39","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Tony Gerace","follow_phone":"(224) 783-0111","follow_email":"agerace@morrismidwest.com","pic_user":"joshuav","total_amt":"3985.14","total_gp":"2295.40","total_gpm":"57.60","rev_type":"LT","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"6","win_pct":"20","clo_date":"12-28-2024","notes":[{"comp":"1","quote":"222253","line":"1","data":"09-30-2024 14:04 - Discounts Recalculated QS"},{"comp":"1","quote":"222253","line":"0","data":"09-27-2024 15:46 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222253,"Line":0,"Comment":"10/03/2024 9:06 AM - Joshuav - Req Date change from 11/8/2024 to 1/4/2025 (Req Date Updated)"},{"comp":1,"quote":222253,"Line":1,"Comment":"10/03/2024 9:06 AM - Joshuav - CLO changed from 10/27/2024 to 12/28/2024 (CLO Date Updated)"},{"comp":1,"quote":222253,"Line":2,"Comment":"10/03/2024 9:33 AM - Joshuav - F/U Changed from 10/10/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222253,"Line":3,"Comment":"10/23/2024 3:22 PM - joshuav - F/U changed from 10/26/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222253,"Line":4,"Comment":"11/24/2024 10:19 AM - joshuav - F/U Changed from 11/23/2024 to 12/14/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222253","line":"1","part":"OKEX-ER32X","qty":"1","price":"2163.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222253","line":"2","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222253","line":"3","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222253","line":"4","part":"OKEX-ER32X-ICE","qty":"1","price":"3267.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222253","line":"5","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222253","line":"6","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-24 10:19:51.381 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220258-11242024101951.txt === {"quote":"220258","customer":"8092","name":null,"customerName":"Haas Factory Outlet (IL)","comp":"01","open":"0","shipto":"QUALHARB","shiptoName":"Technetics Group Chicago LLC","entry_date":"08-16-2024","cust_order_date":"08-16-2024","req_date":"02-22-2025","cust_po":"5AX 201","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Rudy Marotti","drop_po":"VF-4","status":"0","user":"joshuav","conv_order":"","time":"07:48","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Rudy Marotti","follow_phone":"","follow_email":"rmarotti@hfochicago.com","pic_user":"joshuav","total_amt":"45444","total_gp":"28944.00","total_gpm":"63.69","rev_type":"RT","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"1","win_pct":"20","clo_date":"02-15-2025","notes":[{"comp":"1","quote":"220258","line":"0","data":"08-16-2024 07:48 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220258,"Line":0,"Comment":"08/21/2024 8:29 AM - joshuav - Req Date changed from 09/27/2024 to 12/28/2024 (Req Date Updated)"},{"comp":1,"quote":220258,"Line":1,"Comment":"08/21/2024 8:29 AM - joshuav - CLO changed from 09/16/2024 to 12/14/2024 (CLO Date Updated)"},{"comp":1,"quote":220258,"Line":2,"Comment":"08/21/2024 8:29 AM - joshuav - F/U changed from 08/29/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220258,"Line":3,"Comment":"09/24/2024 7:38 AM - joshuav - F/U Changed from 9/28/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220258,"Line":4,"Comment":"10/23/2024 3:34 PM - joshuav - F/U changed from 10/26/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220258,"Line":5,"Comment":"11/24/2024 10:06 AM - joshuav - Req Date change from 12/28/2024 to 2/22/2025 (Req Date Updated)"},{"comp":1,"quote":220258,"Line":6,"Comment":"11/24/2024 10:06 AM - joshuav - CLO changed from 12/14/2024 to 2/15/2025 (CLO Date Updated)"},{"comp":1,"quote":220258,"Line":7,"Comment":"11/24/2024 10:19 AM - joshuav - F/U Changed from 11/23/2024 to 12/28/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"220258","line":"1","part":"5AX-201YA-M","qty":"1","price":"56805.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-24 10:20:09.082 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220386-11242024102008.txt === {"quote":"220386","customer":"16740","name":null,"customerName":"Precision Plus Machines Inc.","comp":"01","open":"1","shipto":"ERAIELKG","shiptoName":"ERA Industries","entry_date":"08-19-2024","cust_order_date":"08-19-2024","req_date":"12-07-2024","cust_po":"","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Imad Tsay","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"16:16","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Imad Tsay","follow_phone":"","follow_email":"parts@ppmsales.net","pic_user":"joshuav","total_amt":"3172","total_gp":"1389.58","total_gpm":"43.81","rev_type":"STD","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"1","totalQty":"122","win_pct":"80","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"220386","line":"1","data":"08-19-2024 16:23 - Discounts Recalculated QS"},{"comp":"1","quote":"220386","line":"0","data":"08-19-2024 16:17 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220386,"Line":0,"Comment":"08/21/2024 8:28 AM - joshuav - Req Date changed from 09/30/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":220386,"Line":1,"Comment":"08/21/2024 8:28 AM - joshuav - CLO changed from 09/19/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":220386,"Line":2,"Comment":"08/21/2024 8:28 AM - joshuav - F/U changed from 08/25/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220386,"Line":3,"Comment":"08/21/2024 8:36 AM - joshuav - Win% changed from 20 to 80"},{"comp":1,"quote":220386,"Line":4,"Comment":"09/24/2024 7:41 AM - joshuav - F/U Changed from 9/28/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220386,"Line":5,"Comment":"10/23/2024 3:40 PM - joshuav - Req Date changed from 11/30/2024 to 12/07/2024 (Req Date Updated)"},{"comp":1,"quote":220386,"Line":6,"Comment":"10/23/2024 3:40 PM - joshuav - CLO changed from 11/23/2024 to 11/30/2024 (CLO Date Updated)"},{"comp":1,"quote":220386,"Line":7,"Comment":"10/23/2024 3:40 PM - joshuav - F/U changed from 10/26/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220386,"Line":8,"Comment":"11/24/2024 10:20 AM - joshuav - Closed"}],"items":[{"comp":"01","order":"220386","line":"1","part":"PS-73","qty":"122","price":"40.00","uom":"EA","discount":"35.00","req_date":"ETA 1-3 weeks","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-24 10:20:21.009 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223368-11242024102020.txt === {"quote":"223368","customer":"13712TA","name":null,"customerName":"Morris Midwest (WI-TA)","comp":"01","open":"0","shipto":"DURINDUS","shiptoName":"Durex Industries","entry_date":"10-22-2024","cust_order_date":"10-22-2024","req_date":"02-08-2025","cust_po":"MiniMini chuck","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tony Gerace","drop_po":"Scott","status":"0","user":"joshuav","conv_order":"","time":"16:37","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Tony Gerace","follow_phone":"(224) 783-0111","follow_email":"agerace@morrismidwest.com","pic_user":"joshuav","total_amt":"508.75","total_gp":"316.01","total_gpm":"62.11","rev_type":"ADV","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"4","win_pct":"20","clo_date":"02-01-2025","notes":[{"comp":"1","quote":"223368","line":"1","data":"10-22-2024 16:45 - Discounts Recalculated QS"},{"comp":"1","quote":"223368","line":"0","data":"10-22-2024 16:40 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223368,"Line":0,"Comment":"10/23/2024 3:48 PM - joshuav - F/U changed from 10/28/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223368,"Line":1,"Comment":"10/23/2024 3:48 PM - joshuav - CLO changed from 11/22/2024 to 02/01/2025 (CLO Date Updated)"},{"comp":1,"quote":223368,"Line":2,"Comment":"10/23/2024 3:48 PM - joshuav - Req Date changed from 12/03/2024 to 02/08/2025 (Req Date Updated)"},{"comp":1,"quote":223368,"Line":3,"Comment":"11/24/2024 10:20 AM - joshuav - F/U Changed from 11/23/2024 to 12/28/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223368","line":"1","part":"C6-MMC8C-120-AT","qty":"1","price":"782.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223368","line":"2","part":"VMK8-6","qty":"1","price":"118.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223368","line":"3","part":"EA573KL-15","qty":"1","price":"25.00","uom":"EA","discount":"45.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"223368","line":"4","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"5.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-24 10:20:49.868 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-203897-11242024102049.txt === {"quote":"203897","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMAZDIV","shiptoName":"Yamazen, Inc. Tooling Div","entry_date":"09-13-2023","cust_order_date":"09-13-2023","req_date":"12-28-2024","cust_po":"PBA-170 T-200A","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Evan Nealt","drop_po":"Brother S700","status":"0","user":"joshuav","conv_order":"","time":"16:09","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Evan Nealt","follow_phone":"(847) 373-2677","follow_email":"evannealt@yamazen.com","pic_user":"joshuav","total_amt":"5604.75","total_gp":"3144.75","total_gpm":"56.11","rev_type":"RT","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"2","win_pct":"60","clo_date":"12-21-2024","notes":[{"comp":"1","quote":"203897","line":"1","data":"09-13-2023 17:08 - Discounts Recalculated QS"},{"comp":"1","quote":"203897","line":"0","data":"09-13-2023 16:13 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":203897,"Line":0,"Comment":"09/22/2023 3:42 PM - joshuav - F/U changed from 09/26/2023 to 10/14/2023 (Follow Up Manually Changed)"},{"comp":1,"quote":203897,"Line":1,"Comment":"09/22/2023 3:42 PM - joshuav - CLO changed from 10/13/2023 to 12/23/2023 (CLO Date Updated)"},{"comp":1,"quote":203897,"Line":2,"Comment":"09/22/2023 3:42 PM - joshuav - Req Date changed from 10/25/2023 to 12/30/2023 (Req Date Updated)"},{"comp":1,"quote":203897,"Line":3,"Comment":"10/14/2023 4:02 PM - joshuav - F/U Changed from 10/14/2023 to 10/21/2023 (Follow Up in 1 Week)"},{"comp":1,"quote":203897,"Line":4,"Comment":"10/21/2023 8:00 AM - joshuav - F/U Changed from 10/21/2023 to 10/28/2023 (Follow Up in 1 Week)"},{"comp":1,"quote":203897,"Line":5,"Comment":"10/28/2023 10:14 PM - joshuav - F/U Changed from 10/28/2023 to 11/18/2023 (Follow Up in 3 Weeks)"},{"comp":1,"quote":203897,"Line":6,"Comment":"11/18/2023 9:19 AM - joshuav - F/U Changed from 11/18/2023 to 11/25/2023 (Follow Up in 1 Week)"},{"comp":1,"quote":203897,"Line":7,"Comment":"11/25/2023 11:52 PM - joshuav - F/U Changed from 11/25/2023 to 12/2/2023 (Follow Up in 1 Week)"},{"comp":1,"quote":203897,"Line":8,"Comment":"01/22/2024 2:45 PM - joshuav - F/U changed from 01/27/2024 to 2/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":203897,"Line":9,"Comment":"01/22/2024 2:46 PM - joshuav - CLO changed from 02/17/2024 to 05/04/2024 (CLO Date Updated)"},{"comp":1,"quote":203897,"Line":10,"Comment":"01/22/2024 2:46 PM - joshuav - Req Date changed from 02/24/2024 to 05/11/2024 (Req Date Updated)"},{"comp":1,"quote":203897,"Line":11,"Comment":"01/22/2024 2:47 PM - joshuav - Encounter has been added"},{"comp":1,"quote":203897,"Line":12,"Comment":"02/20/2024 9:19 AM - joshuav - F/U changed from 02/24/2024 to 3/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":203897,"Line":13,"Comment":"02/20/2024 9:20 AM - joshuav - Encounter has been added"},{"comp":1,"quote":203897,"Line":14,"Comment":"03/16/2024 8:55 AM - joshuav - Order coming sent Evan updated quote with si plate pricing"},{"comp":1,"quote":203897,"Line":15,"Comment":"03/16/2024 8:56 AM - joshuav - Win% changed from 20 to 60"},{"comp":1,"quote":203897,"Line":16,"Comment":"03/16/2024 8:56 AM - joshuav - F/U Changed from 3/16/2024 to 4/6/2024 (Follow Up in 3 Weeks)"},{"comp":1,"quote":203897,"Line":17,"Comment":"04/06/2024 8:27 PM - joshuav - F/U Changed from 4/6/2024 to 4/27/2024 (Follow Up in 3 Weeks)"},{"comp":1,"quote":203897,"Line":18,"Comment":"04/19/2024 9:07 AM - joshuav - Req Date changed from 05/11/2024 to 07/27/2024 (Req Date Updated)"},{"comp":1,"quote":203897,"Line":19,"Comment":"04/19/2024 9:07 AM - joshuav - CLO changed from 05/04/2024 to 07/20/2024 (CLO Date Updated)"},{"comp":1,"quote":203897,"Line":20,"Comment":"04/19/2024 9:07 AM - joshuav - F/U changed from 04/27/2024 to 5/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":203897,"Line":21,"Comment":"05/17/2024 11:21 AM - joshuav - F/U changed from 05/18/2024 to 6/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":203897,"Line":22,"Comment":"06/06/2024 9:58 AM - joshuav - F/U changed from 06/08/2024 to 7/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":203897,"Line":23,"Comment":"07/02/2024 1:09 PM - joshuav - Req Date changed from 07/27/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":203897,"Line":24,"Comment":"07/02/2024 1:09 PM - joshuav - CLO changed from 07/20/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":203897,"Line":25,"Comment":"07/02/2024 1:09 PM - joshuav - F/U changed from 07/06/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":203897,"Line":26,"Comment":"07/23/2024 1:08 PM - joshuav - F/U changed from 07/27/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":203897,"Line":27,"Comment":"07/23/2024 1:09 PM - joshuav - Encounter has been added"},{"comp":1,"quote":203897,"Line":28,"Comment":"09/01/2024 10:48 AM - joshuav - Req Date change from 9/28/2024 to 12/28/2024 (Req Date Updated)"},{"comp":1,"quote":203897,"Line":29,"Comment":"09/01/2024 10:48 AM - joshuav - CLO changed from 9/21/2024 to 12/21/2024 (CLO Date Updated)"},{"comp":1,"quote":203897,"Line":30,"Comment":"09/01/2024 10:48 AM - joshuav - F/U Changed from 8/31/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":203897,"Line":31,"Comment":"09/08/2024 12:29 PM - joshuav - F/U Changed from 9/7/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":203897,"Line":32,"Comment":"10/10/2024 7:46 AM - joshuav - F/U Changed from 10/5/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":203897,"Line":33,"Comment":"11/06/2024 10:35 PM - joshuav - F/U Changed from 11/2/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":203897,"Line":34,"Comment":"11/24/2024 10:20 AM - joshuav - F/U Changed from 11/23/2024 to 12/14/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"203897","line":"1","part":"PBA-170-MT2-CONF","qty":"1","price":"6793.00","uom":"EA","discount":"25.00","req_date":"1-2 weeks ARO","branch":"1"},{"comp":"01","order":"203897","line":"2","part":"RT-ACCS-SUBPLATE","qty":"1","price":"600.00","uom":"EA","discount":"15.00","req_date":"1-2 wks ARO","branch":"1"}],"qlines":[{"Quote":"203897","Line":"2","Company":"1","F_Line":"1","Comment":"19 mm thick subplate- cust needs to reach 189mm center","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-24 10:21:06.333 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222912-11242024102106.txt === {"quote":"222912","customer":"13712TA","name":null,"customerName":"Morris Midwest (WI-TA)","comp":"01","open":"0","shipto":"LOMBADDI","shiptoName":"Lombard Machining Inc","entry_date":"10-11-2024","cust_order_date":"10-11-2024","req_date":"01-25-2025","cust_po":"","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tony Gerace","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"16:06","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Tony Gerace","follow_phone":"(224) 783-0111","follow_email":"agerace@morrismidwest.com","pic_user":"joshuav","total_amt":"5385.00","total_gp":"1024.41","total_gpm":"42.27","rev_type":"STD","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"26","win_pct":"40","clo_date":"01-18-2025","notes":[],"crmnotes":[{"comp":1,"quote":222912,"Line":0,"Comment":"10/21/2024 8:33 AM - joshuav - Req Date change from 11/22/2024 to 1/25/2025 (Req Date Updated)"},{"comp":1,"quote":222912,"Line":1,"Comment":"10/21/2024 8:33 AM - joshuav - CLO changed from 11/11/2024 to 1/18/2025 (CLO Date Updated)"},{"comp":1,"quote":222912,"Line":2,"Comment":"10/21/2024 8:33 AM - joshuav - F/U Changed from 10/24/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222912,"Line":3,"Comment":"10/21/2024 8:33 AM - joshuav - Win% changed from 20 to 40"},{"comp":1,"quote":222912,"Line":4,"Comment":"11/24/2024 10:21 AM - joshuav - F/U Changed from 11/23/2024 to 12/28/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222912","line":"1","part":"NC4007-0025-2.50G","qty":"7","price":"311.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222912","line":"2","part":"NC4007-0032-3.13G","qty":"1","price":"322.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222912","line":"3","part":"NC4007-0040-3.13G","qty":"1","price":"362.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222912","line":"4","part":"E25-024","qty":"1","price":"46.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222912","line":"5","part":"E25-551","qty":"1","price":"46.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222912","line":"6","part":"E25-020(C)","qty":"1","price":"93.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222912","line":"7","part":"E25-016","qty":"1","price":"46.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222912","line":"8","part":"E25-433","qty":"1","price":"46.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222912","line":"9","part":"E32-767","qty":"1","price":"52.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222912","line":"10","part":"E40-064","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222912","line":"11","part":"TQW-HANDLE14X18","qty":"3","price":"53.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222912","line":"12","part":"TQW-E25-G","qty":"1","price":"153.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222912","line":"13","part":"TQW-E32-G","qty":"1","price":"153.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222912","line":"14","part":"TQW-E40-G","qty":"1","price":"167.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222912","line":"15","part":"TQW-200","qty":"1","price":"364.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222912","line":"16","part":"TCLA-40/63A/C6","qty":"1","price":"242.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222912","line":"17","part":"PF-2","qty":"1","price":"771.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222912","line":"18","part":"SPINDLE-WIPE-#40","qty":"1","price":"118.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":18}}] 2024-11-24 10:21:27.278 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-203898-11242024102127.txt === {"quote":"203898","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMAZDIV","shiptoName":"Yamazen, Inc. Tooling Div","entry_date":"09-13-2023","cust_order_date":"09-13-2023","req_date":"12-28-2024","cust_po":"P-170S T-200A","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Evan Nealt","drop_po":"Brother W1000","status":"0","user":"joshuav","conv_order":"","time":"16:14","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Evan Nealt","follow_phone":"(847) 373-2677","follow_email":"evannealt@yamazen.com","pic_user":"joshuav","total_amt":"2566.5","total_gp":"1437.87","total_gpm":"56.02","rev_type":"RT","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"2","win_pct":"60","clo_date":"12-21-2024","notes":[{"comp":"1","quote":"203898","line":"0","data":"09-13-2023 16:17 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":203898,"Line":0,"Comment":"09/22/2023 3:43 PM - joshuav - Req Date changed from 10/25/2023 to 12/30/2023 (Req Date Updated)"},{"comp":1,"quote":203898,"Line":1,"Comment":"09/22/2023 3:43 PM - joshuav - CLO changed from 10/13/2023 to 12/23/2023 (CLO Date Updated)"},{"comp":1,"quote":203898,"Line":2,"Comment":"09/22/2023 3:43 PM - joshuav - F/U changed from 09/26/2023 to 10/14/2023 (Follow Up Manually Changed)"},{"comp":1,"quote":203898,"Line":3,"Comment":"10/14/2023 11:04 AM - joshuav - F/U Changed from 10/14/2023 to 10/21/2023 (Follow Up in 1 Week)"},{"comp":1,"quote":203898,"Line":4,"Comment":"10/21/2023 8:03 AM - joshuav - F/U Changed from 10/21/2023 to 10/28/2023 (Follow Up in 1 Week)"},{"comp":1,"quote":203898,"Line":5,"Comment":"10/28/2023 10:15 PM - joshuav - F/U Changed from 10/28/2023 to 11/18/2023 (Follow Up in 3 Weeks)"},{"comp":1,"quote":203898,"Line":6,"Comment":"11/18/2023 9:20 AM - joshuav - F/U Changed from 11/18/2023 to 11/25/2023 (Follow Up in 1 Week)"},{"comp":1,"quote":203898,"Line":7,"Comment":"11/25/2023 11:54 PM - joshuav - F/U Changed from 11/25/2023 to 12/2/2023 (Follow Up in 1 Week)"},{"comp":1,"quote":203898,"Line":8,"Comment":"01/22/2024 2:54 PM - joshuav - Req Date changed from 02/24/2024 to 05/11/2024 (Req Date Updated)"},{"comp":1,"quote":203898,"Line":9,"Comment":"01/22/2024 2:54 PM - joshuav - CLO changed from 02/17/2024 to 05/04/2024 (CLO Date Updated)"},{"comp":1,"quote":203898,"Line":10,"Comment":"01/22/2024 2:54 PM - joshuav - F/U changed from 01/27/2024 to 2/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":203898,"Line":11,"Comment":"01/22/2024 2:55 PM - joshuav - Encounter has been added"},{"comp":1,"quote":203898,"Line":12,"Comment":"02/20/2024 9:21 AM - joshuav - F/U changed from 02/24/2024 to 3/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":203898,"Line":13,"Comment":"03/24/2024 8:45 AM - joshuav - F/U Changed from 3/30/2024 to 4/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":203898,"Line":14,"Comment":"04/06/2024 8:27 PM - joshuav - F/U Changed from 4/6/2024 to 4/27/2024 (Follow Up in 3 Weeks)"},{"comp":1,"quote":203898,"Line":15,"Comment":"04/19/2024 9:52 AM - joshuav - Encounter has been added"},{"comp":1,"quote":203898,"Line":16,"Comment":"04/19/2024 9:52 AM - joshuav - Win% changed from 20 to 60"},{"comp":1,"quote":203898,"Line":17,"Comment":"04/19/2024 9:53 AM - joshuav - Req Date changed from 05/11/2024 to 07/06/2024 (Req Date Updated)"},{"comp":1,"quote":203898,"Line":18,"Comment":"04/19/2024 9:53 AM - joshuav - CLO changed from 05/04/2024 to 06/29/2024 (CLO Date Updated)"},{"comp":1,"quote":203898,"Line":19,"Comment":"04/19/2024 9:53 AM - joshuav - F/U changed from 04/27/2024 to 5/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":203898,"Line":20,"Comment":"05/25/2024 10:46 PM - joshuav - F/U Changed from 5/25/2024 to 6/1/2024 (Follow Up in 1 Week)"},{"comp":1,"quote":203898,"Line":21,"Comment":"06/03/2024 2:13 PM - joshuav - F/U Changed from 6/1/2024 to 6/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":203898,"Line":22,"Comment":"06/06/2024 10:01 AM - joshuav - Req Date changed from 07/06/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":203898,"Line":23,"Comment":"06/06/2024 10:01 AM - joshuav - CLO changed from 06/29/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":203898,"Line":24,"Comment":"06/06/2024 10:01 AM - joshuav - F/U changed from 06/08/2024 to 7/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":203898,"Line":25,"Comment":"07/02/2024 1:11 PM - joshuav - F/U changed from 07/06/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":203898,"Line":26,"Comment":"07/23/2024 1:11 PM - joshuav - F/U changed from 07/27/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":203898,"Line":27,"Comment":"09/01/2024 10:47 AM - joshuav - Req Date change from 9/28/2024 to 12/28/2024 (Req Date Updated)"},{"comp":1,"quote":203898,"Line":28,"Comment":"09/01/2024 10:48 AM - joshuav - CLO changed from 9/21/2024 to 12/21/2024 (CLO Date Updated)"},{"comp":1,"quote":203898,"Line":29,"Comment":"09/01/2024 10:48 AM - joshuav - F/U Changed from 8/31/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":203898,"Line":30,"Comment":"09/08/2024 12:29 PM - joshuav - F/U Changed from 9/7/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":203898,"Line":31,"Comment":"10/10/2024 7:49 AM - joshuav - F/U Changed from 10/5/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":203898,"Line":32,"Comment":"11/06/2024 10:37 PM - joshuav - F/U Changed from 11/2/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":203898,"Line":33,"Comment":"11/24/2024 10:21 AM - joshuav - F/U Changed from 11/23/2024 to 12/14/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"203898","line":"1","part":"P-170S","qty":"1","price":"2742.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"203898","line":"2","part":"RT-ACCS-SUBPLATE","qty":"1","price":"600.00","uom":"EA","discount":"15.00","req_date":"1-2 weeks ARO","branch":"1"}],"qlines":[{"Quote":"203898","Line":"2","Company":"1","F_Line":"1","Comment":"19mm thick plate-wants to be at 189 mm center height","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-24 10:21:41.300 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223182-11242024102141.txt === {"quote":"223182","customer":"13712TA","name":null,"customerName":"Morris Midwest (WI-TA)","comp":"01","open":"0","shipto":"DURINDUS","shiptoName":"Durex Industries","entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"01-25-2025","cust_po":"","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tony Gerace","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"17:47","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Tony Gerace","follow_phone":"(224) 783-0111","follow_email":"agerace@morrismidwest.com","pic_user":"joshuav","total_amt":"120.0","total_gp":"52.20","total_gpm":"43.50","rev_type":"STD","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"2","win_pct":"20","clo_date":"01-18-2025","notes":[{"comp":"1","quote":"223182","line":"0","data":"10-17-2024 17:48 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223182,"Line":0,"Comment":"10/21/2024 8:35 AM - joshuav - Req Date change from 11/28/2024 to 1/25/2025 (Req Date Updated)"},{"comp":1,"quote":223182,"Line":1,"Comment":"10/21/2024 8:35 AM - joshuav - CLO changed from 11/17/2024 to 1/18/2025 (CLO Date Updated)"},{"comp":1,"quote":223182,"Line":2,"Comment":"10/21/2024 8:37 AM - joshuav - Encounter has been added"},{"comp":1,"quote":223182,"Line":3,"Comment":"10/21/2024 8:37 AM - joshuav - F/U Changed from 10/23/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223182,"Line":4,"Comment":"11/24/2024 10:21 AM - joshuav - F/U Changed from 11/23/2024 to 12/28/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223182","line":"1","part":"TQW-ER16/SK13(30)","qty":"1","price":"98.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223182","line":"2","part":"TQW-ER32/SK20(50)","qty":"1","price":"102.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-24 10:21:57.164 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221292-11242024102156.txt === {"quote":"221292","customer":"5900","name":null,"customerName":"EWIE Company Inc.","comp":"01","open":"0","shipto":"TCWOOD","shiptoName":"Woodward Inc. Loves Park","entry_date":"09-09-2024","cust_order_date":"09-09-2024","req_date":"12-28-2024","cust_po":"","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Phillip Collingwood","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"15:05","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Phillip Collingwood","follow_phone":"","follow_email":"pcollingwood@psmicorp.com","pic_user":"joshuav","total_amt":"839.80","total_gp":"578.43","total_gpm":"68.88","rev_type":"ADV","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"8","win_pct":"20","clo_date":"12-21-2024","notes":[{"comp":"1","quote":"221292","line":"0","data":"09-09-2024 15:09 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221292,"Line":0,"Comment":"09/21/2024 11:53 AM - joshuav - Req Date change from 10/21/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":221292,"Line":1,"Comment":"09/21/2024 11:53 AM - joshuav - CLO changed from 10/9/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":221292,"Line":2,"Comment":"09/21/2024 11:53 AM - joshuav - F/U Changed from 9/15/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221292,"Line":3,"Comment":"10/23/2024 4:26 PM - joshuav - Encounter has been added"},{"comp":1,"quote":221292,"Line":4,"Comment":"10/23/2024 4:38 PM - joshuav - Req Date changed from 11/30/2024 to 12/28/2024 (Req Date Updated)"},{"comp":1,"quote":221292,"Line":5,"Comment":"10/23/2024 4:38 PM - joshuav - CLO changed from 11/23/2024 to 12/21/2024 (CLO Date Updated)"},{"comp":1,"quote":221292,"Line":6,"Comment":"10/25/2024 8:20 PM - joshuav - F/U Changed from 10/26/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221292,"Line":7,"Comment":"11/24/2024 10:21 AM - joshuav - F/U Changed from 11/23/2024 to 12/7/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"221292","line":"1","part":"SK10-2.75","qty":"1","price":"81.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221292","line":"2","part":"ER8-EXT-500M","qty":"1","price":"167.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221292","line":"3","part":"SKJ10-3/8C","qty":"1","price":"40.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221292","line":"4","part":"SK25-24.5","qty":"1","price":"100.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221292","line":"5","part":"SK6-2.75","qty":"1","price":"83.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221292","line":"6","part":"SK6-1.25","qty":"1","price":"88.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221292","line":"7","part":"HSK100A-SK6C-105-IDU","qty":"1","price":"591.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221292","line":"8","part":"SKN-6WKJ","qty":"1","price":"68.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":8}}] 2024-11-24 10:22:12.902 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-216324-11242024102212.txt === {"quote":"216324","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMAZDIV","shiptoName":"Yamazen, Inc. Tooling Div","entry_date":"05-17-2024","cust_order_date":"05-17-2024","req_date":"02-22-2025","cust_po":"5ax-130BASA-BR2-QT","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Angie Ibarra","drop_po":"R650X2","status":"0","user":"joshuav","conv_order":"","time":"14:43","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Angie Ibarra","follow_phone":"847-882-9056","follow_email":"angieibarra@yamazen.com","pic_user":"joshuav","total_amt":"35206","total_gp":"19364.38","total_gpm":"55.00","rev_type":"RT","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-21-2024","notes":[{"comp":"1","quote":"216324","line":"3","data":"05-17-2024 16:05 - Discounts Recalculated QS"},{"comp":"1","quote":"216324","line":"2","data":"05-17-2024 15:19 - Discounts Recalculated QS"},{"comp":"1","quote":"216324","line":"1","data":"05-17-2024 14:50 - Discounts Recalculated QS"},{"comp":"1","quote":"216324","line":"0","data":"05-17-2024 14:44 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":216324,"Line":0,"Comment":"05/25/2024 10:49 PM - joshuav - F/U Changed from 5/30/2024 to 6/1/2024 (Follow Up in 1 Week)"},{"comp":1,"quote":216324,"Line":1,"Comment":"05/28/2024 11:30 AM - joshuav - Req Date changed from 06/28/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":216324,"Line":2,"Comment":"05/28/2024 11:30 AM - joshuav - CLO changed from 06/17/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":216324,"Line":3,"Comment":"05/28/2024 11:30 AM - joshuav - F/U changed from 06/01/2024 to 7/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216324,"Line":4,"Comment":"07/02/2024 1:12 PM - joshuav - F/U changed from 07/06/2024 to 8/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216324,"Line":5,"Comment":"08/18/2024 9:54 AM - joshuav - F/U Changed from 8/17/2024 to 9/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216324,"Line":6,"Comment":"09/21/2024 11:32 AM - joshuav - Req Date change from 9/28/2024 to 12/28/2024 (Req Date Updated)"},{"comp":1,"quote":216324,"Line":7,"Comment":"09/21/2024 11:32 AM - joshuav - CLO changed from 9/21/2024 to 12/21/2024 (CLO Date Updated)"},{"comp":1,"quote":216324,"Line":8,"Comment":"09/21/2024 11:32 AM - joshuav - F/U Changed from 9/14/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216324,"Line":9,"Comment":"10/21/2024 8:37 AM - joshuav - F/U Changed from 10/26/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216324,"Line":10,"Comment":"11/24/2024 10:22 AM - joshuav - Req Date change from 12/28/2024 to 2/22/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"216324","line":"3","part":"5AX-130BASA-BR2-QT/R6X2-1","qty":"1","price":"60700.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-24 10:22:19.060 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-216324-11242024102218.txt === {"quote":"216324","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMAZDIV","shiptoName":"Yamazen, Inc. Tooling Div","entry_date":"05-17-2024","cust_order_date":"05-17-2024","req_date":"02-22-2025","cust_po":"5ax-130BASA-BR2-QT","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Angie Ibarra","drop_po":"R650X2","status":"0","user":"joshuav","conv_order":"","time":"14:43","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Angie Ibarra","follow_phone":"847-882-9056","follow_email":"angieibarra@yamazen.com","pic_user":"joshuav","total_amt":"35206","total_gp":"19364.38","total_gpm":"55.00","rev_type":"RT","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"1","win_pct":"20","clo_date":"02-15-2025","notes":[{"comp":"1","quote":"216324","line":"3","data":"05-17-2024 16:05 - Discounts Recalculated QS"},{"comp":"1","quote":"216324","line":"2","data":"05-17-2024 15:19 - Discounts Recalculated QS"},{"comp":"1","quote":"216324","line":"1","data":"05-17-2024 14:50 - Discounts Recalculated QS"},{"comp":"1","quote":"216324","line":"0","data":"05-17-2024 14:44 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":216324,"Line":0,"Comment":"05/25/2024 10:49 PM - joshuav - F/U Changed from 5/30/2024 to 6/1/2024 (Follow Up in 1 Week)"},{"comp":1,"quote":216324,"Line":1,"Comment":"05/28/2024 11:30 AM - joshuav - Req Date changed from 06/28/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":216324,"Line":2,"Comment":"05/28/2024 11:30 AM - joshuav - CLO changed from 06/17/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":216324,"Line":3,"Comment":"05/28/2024 11:30 AM - joshuav - F/U changed from 06/01/2024 to 7/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216324,"Line":4,"Comment":"07/02/2024 1:12 PM - joshuav - F/U changed from 07/06/2024 to 8/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216324,"Line":5,"Comment":"08/18/2024 9:54 AM - joshuav - F/U Changed from 8/17/2024 to 9/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216324,"Line":6,"Comment":"09/21/2024 11:32 AM - joshuav - Req Date change from 9/28/2024 to 12/28/2024 (Req Date Updated)"},{"comp":1,"quote":216324,"Line":7,"Comment":"09/21/2024 11:32 AM - joshuav - CLO changed from 9/21/2024 to 12/21/2024 (CLO Date Updated)"},{"comp":1,"quote":216324,"Line":8,"Comment":"09/21/2024 11:32 AM - joshuav - F/U Changed from 9/14/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216324,"Line":9,"Comment":"10/21/2024 8:37 AM - joshuav - F/U Changed from 10/26/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216324,"Line":10,"Comment":"11/24/2024 10:22 AM - joshuav - Req Date change from 12/28/2024 to 2/22/2025 (Req Date Updated)"},{"comp":1,"quote":216324,"Line":11,"Comment":"11/24/2024 10:22 AM - joshuav - CLO changed from 12/21/2024 to 2/15/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"216324","line":"3","part":"5AX-130BASA-BR2-QT/R6X2-1","qty":"1","price":"60700.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-24 10:22:30.177 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-216324-11242024102229.txt === {"quote":"216324","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMAZDIV","shiptoName":"Yamazen, Inc. Tooling Div","entry_date":"05-17-2024","cust_order_date":"05-17-2024","req_date":"02-22-2025","cust_po":"5ax-130BASA-BR2-QT","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Angie Ibarra","drop_po":"R650X2","status":"0","user":"joshuav","conv_order":"","time":"14:43","extra":"","follow_up":"01-04-2025","web_id":"","follow_name":"Angie Ibarra","follow_phone":"847-882-9056","follow_email":"angieibarra@yamazen.com","pic_user":"joshuav","total_amt":"35206","total_gp":"19364.38","total_gpm":"55.00","rev_type":"RT","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"1","win_pct":"20","clo_date":"02-15-2025","notes":[{"comp":"1","quote":"216324","line":"3","data":"05-17-2024 16:05 - Discounts Recalculated QS"},{"comp":"1","quote":"216324","line":"2","data":"05-17-2024 15:19 - Discounts Recalculated QS"},{"comp":"1","quote":"216324","line":"1","data":"05-17-2024 14:50 - Discounts Recalculated QS"},{"comp":"1","quote":"216324","line":"0","data":"05-17-2024 14:44 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":216324,"Line":0,"Comment":"05/25/2024 10:49 PM - joshuav - F/U Changed from 5/30/2024 to 6/1/2024 (Follow Up in 1 Week)"},{"comp":1,"quote":216324,"Line":1,"Comment":"05/28/2024 11:30 AM - joshuav - Req Date changed from 06/28/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":216324,"Line":2,"Comment":"05/28/2024 11:30 AM - joshuav - CLO changed from 06/17/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":216324,"Line":3,"Comment":"05/28/2024 11:30 AM - joshuav - F/U changed from 06/01/2024 to 7/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216324,"Line":4,"Comment":"07/02/2024 1:12 PM - joshuav - F/U changed from 07/06/2024 to 8/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216324,"Line":5,"Comment":"08/18/2024 9:54 AM - joshuav - F/U Changed from 8/17/2024 to 9/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216324,"Line":6,"Comment":"09/21/2024 11:32 AM - joshuav - Req Date change from 9/28/2024 to 12/28/2024 (Req Date Updated)"},{"comp":1,"quote":216324,"Line":7,"Comment":"09/21/2024 11:32 AM - joshuav - CLO changed from 9/21/2024 to 12/21/2024 (CLO Date Updated)"},{"comp":1,"quote":216324,"Line":8,"Comment":"09/21/2024 11:32 AM - joshuav - F/U Changed from 9/14/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216324,"Line":9,"Comment":"10/21/2024 8:37 AM - joshuav - F/U Changed from 10/26/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":216324,"Line":10,"Comment":"11/24/2024 10:22 AM - joshuav - Req Date change from 12/28/2024 to 2/22/2025 (Req Date Updated)"},{"comp":1,"quote":216324,"Line":11,"Comment":"11/24/2024 10:22 AM - joshuav - CLO changed from 12/21/2024 to 2/15/2025 (CLO Date Updated)"},{"comp":1,"quote":216324,"Line":12,"Comment":"11/24/2024 10:22 AM - joshuav - F/U Changed from 11/23/2024 to 1/4/2025 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"216324","line":"3","part":"5AX-130BASA-BR2-QT/R6X2-1","qty":"1","price":"60700.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-24 10:22:43.903 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223366-11242024102243.txt === {"quote":"223366","customer":"13712TA","name":null,"customerName":"Morris Midwest (WI-TA)","comp":"01","open":"0","shipto":"DURINDUS","shiptoName":"Durex Industries","entry_date":"10-22-2024","cust_order_date":"10-22-2024","req_date":"02-08-2025","cust_po":"ER Collets","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tony Gerace","drop_po":"Jonathan","status":"0","user":"joshuav","conv_order":"","time":"16:35","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Tony Gerace","follow_phone":"(224) 783-0111","follow_email":"agerace@morrismidwest.com","pic_user":"joshuav","total_amt":"1704.6","total_gp":"1125.86","total_gpm":"66.05","rev_type":"STD","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"2","win_pct":"20","clo_date":"02-01-2025","notes":[{"comp":"1","quote":"223366","line":"0","data":"10-22-2024 16:37 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223366,"Line":0,"Comment":"10/23/2024 3:47 PM - joshuav - F/U changed from 10/28/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223366,"Line":1,"Comment":"10/23/2024 3:47 PM - joshuav - CLO changed from 11/22/2024 to 02/01/2025 (CLO Date Updated)"},{"comp":1,"quote":223366,"Line":2,"Comment":"10/23/2024 3:48 PM - joshuav - Req Date changed from 12/03/2024 to 02/08/2025 (Req Date Updated)"},{"comp":1,"quote":223366,"Line":3,"Comment":"11/24/2024 10:22 AM - joshuav - F/U Changed from 11/23/2024 to 12/28/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223366","line":"1","part":"E32-SET-17(C)","qty":"1","price":"1632.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223366","line":"2","part":"E25-SET-13(C)","qty":"1","price":"1209.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-24 10:22:59.079 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223369-11242024102258.txt === {"quote":"223369","customer":"13712TA","name":null,"customerName":"Morris Midwest (WI-TA)","comp":"01","open":"0","shipto":"DURINDUS","shiptoName":"Durex Industries","entry_date":"10-22-2024","cust_order_date":"10-22-2024","req_date":"02-08-2025","cust_po":"","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tony Gerace","drop_po":"Maria","status":"0","user":"joshuav","conv_order":"","time":"16:48","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Tony Gerace","follow_phone":"(224) 783-0111","follow_email":"agerace@morrismidwest.com","pic_user":"joshuav","total_amt":"706.98","total_gp":"390.82","total_gpm":"55.28","rev_type":"STD","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"5","win_pct":"20","clo_date":"02-01-2025","notes":[{"comp":"1","quote":"223369","line":"0","data":"10-22-2024 16:50 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223369,"Line":0,"Comment":"10/23/2024 3:48 PM - joshuav - F/U changed from 10/28/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223369,"Line":1,"Comment":"10/23/2024 3:48 PM - joshuav - CLO changed from 11/22/2024 to 02/01/2025 (CLO Date Updated)"},{"comp":1,"quote":223369,"Line":2,"Comment":"10/23/2024 3:48 PM - joshuav - Req Date changed from 12/03/2024 to 02/08/2025 (Req Date Updated)"},{"comp":1,"quote":223369,"Line":3,"Comment":"11/24/2024 10:22 AM - joshuav - F/U Changed from 11/23/2024 to 12/28/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223369","line":"1","part":"TQW-150","qty":"1","price":"331.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223369","line":"2","part":"TQW-ER32/SK20(50)","qty":"1","price":"102.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223369","line":"3","part":"C4007-0011-4.00","qty":"3","price":"257.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-24 10:23:33.814 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224417-11242024102333.txt === {"quote":"224417","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMAZDIV","shiptoName":"Yamazen, Inc. Tooling Div","entry_date":"11-14-2024","cust_order_date":"11-14-2024","req_date":"03-15-2025","cust_po":"","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Sonia Navarro","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"07:26","extra":"","follow_up":"11-27-2024","web_id":"","follow_name":"Sonia Navarro","follow_phone":"847-882-9056","follow_email":"sonianavarro@yamazen.com","pic_user":"joshuav","total_amt":"11085.72","total_gp":"7034.31","total_gpm":"63.45","rev_type":"ADV","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"55","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"224417","line":"0","data":"11-14-2024 07:31 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224417,"Line":0,"Comment":"11/24/2024 10:23 AM - joshuav - Req Date change from 12/26/2024 to 3/15/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"224417","line":"1","part":"NB3001-0750-1.19CP","qty":"2","price":"261.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"2","part":"NBT30-SF0125-3.15","qty":"1","price":"380.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"3","part":"NBT30-SF0187-3.15","qty":"1","price":"380.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"4","part":"NBT30-SF0250-3.15CP","qty":"2","price":"380.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"5","part":"NBT30-SF0375-3.15CP","qty":"2","price":"380.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"6","part":"NBT30-SF0500-3.15CP","qty":"2","price":"380.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"7","part":"NBT30-SF0625-3.15CP","qty":"1","price":"380.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"8","part":"NBT30-SF0750-3.15CP","qty":"1","price":"380.00","uom":"EA","discount":"47.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224417","line":"9","part":"NBT30-SK6C-120","qty":"10","price":"412.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"10","part":"NBT30-SK10C-120","qty":"10","price":"443.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"11","part":"NBT30-SK16C-90","qty":"5","price":"424.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"12","part":"SK6-6AC","qty":"2","price":"93.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"13","part":"SK6-5AC","qty":"2","price":"111.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"14","part":"SK6-4AC","qty":"2","price":"93.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"15","part":"SK6-3AC","qty":"2","price":"129.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"16","part":"SK6-3/16AC","qty":"2","price":"93.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"17","part":"SK6-1/8AC","qty":"2","price":"129.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"18","part":"SK10-SET-05-AC","qty":"2","price":"518.00","uom":"ST","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"19","part":"SK10-SET-05-A","qty":"2","price":"335.00","uom":"ST","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"20","part":"SK16-SET-09-A","qty":"1","price":"738.00","uom":"ST","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"21","part":"SK16-SET-27-MM","qty":"1","price":"2214.00","uom":"ST","discount":"47.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":21}}] 2024-11-24 10:23:40.307 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224417-11242024102340.txt === {"quote":"224417","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMAZDIV","shiptoName":"Yamazen, Inc. Tooling Div","entry_date":"11-14-2024","cust_order_date":"11-14-2024","req_date":"03-15-2025","cust_po":"","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Sonia Navarro","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"07:26","extra":"","follow_up":"11-27-2024","web_id":"","follow_name":"Sonia Navarro","follow_phone":"847-882-9056","follow_email":"sonianavarro@yamazen.com","pic_user":"joshuav","total_amt":"11085.72","total_gp":"7034.31","total_gpm":"63.45","rev_type":"ADV","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"55","win_pct":"20","clo_date":"03-08-2025","notes":[{"comp":"1","quote":"224417","line":"0","data":"11-14-2024 07:31 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224417,"Line":0,"Comment":"11/24/2024 10:23 AM - joshuav - Req Date change from 12/26/2024 to 3/15/2025 (Req Date Updated)"},{"comp":1,"quote":224417,"Line":1,"Comment":"11/24/2024 10:23 AM - joshuav - CLO changed from 12/14/2024 to 3/8/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224417","line":"1","part":"NB3001-0750-1.19CP","qty":"2","price":"261.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"2","part":"NBT30-SF0125-3.15","qty":"1","price":"380.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"3","part":"NBT30-SF0187-3.15","qty":"1","price":"380.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"4","part":"NBT30-SF0250-3.15CP","qty":"2","price":"380.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"5","part":"NBT30-SF0375-3.15CP","qty":"2","price":"380.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"6","part":"NBT30-SF0500-3.15CP","qty":"2","price":"380.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"7","part":"NBT30-SF0625-3.15CP","qty":"1","price":"380.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"8","part":"NBT30-SF0750-3.15CP","qty":"1","price":"380.00","uom":"EA","discount":"47.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224417","line":"9","part":"NBT30-SK6C-120","qty":"10","price":"412.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"10","part":"NBT30-SK10C-120","qty":"10","price":"443.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"11","part":"NBT30-SK16C-90","qty":"5","price":"424.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"12","part":"SK6-6AC","qty":"2","price":"93.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"13","part":"SK6-5AC","qty":"2","price":"111.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"14","part":"SK6-4AC","qty":"2","price":"93.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"15","part":"SK6-3AC","qty":"2","price":"129.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"16","part":"SK6-3/16AC","qty":"2","price":"93.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"17","part":"SK6-1/8AC","qty":"2","price":"129.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"18","part":"SK10-SET-05-AC","qty":"2","price":"518.00","uom":"ST","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"19","part":"SK10-SET-05-A","qty":"2","price":"335.00","uom":"ST","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"20","part":"SK16-SET-09-A","qty":"1","price":"738.00","uom":"ST","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"21","part":"SK16-SET-27-MM","qty":"1","price":"2214.00","uom":"ST","discount":"47.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":21}}] 2024-11-24 10:23:49.754 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224417-11242024102349.txt === {"quote":"224417","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMAZDIV","shiptoName":"Yamazen, Inc. Tooling Div","entry_date":"11-14-2024","cust_order_date":"11-14-2024","req_date":"03-15-2025","cust_po":"","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Sonia Navarro","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"07:26","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Sonia Navarro","follow_phone":"847-882-9056","follow_email":"sonianavarro@yamazen.com","pic_user":"joshuav","total_amt":"11085.72","total_gp":"7034.31","total_gpm":"63.45","rev_type":"ADV","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"55","win_pct":"20","clo_date":"03-08-2025","notes":[{"comp":"1","quote":"224417","line":"0","data":"11-14-2024 07:31 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224417,"Line":0,"Comment":"11/24/2024 10:23 AM - joshuav - Req Date change from 12/26/2024 to 3/15/2025 (Req Date Updated)"},{"comp":1,"quote":224417,"Line":1,"Comment":"11/24/2024 10:23 AM - joshuav - CLO changed from 12/14/2024 to 3/8/2025 (CLO Date Updated)"},{"comp":1,"quote":224417,"Line":2,"Comment":"11/24/2024 10:23 AM - joshuav - F/U Changed from 11/27/2024 to 12/21/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224417","line":"1","part":"NB3001-0750-1.19CP","qty":"2","price":"261.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"2","part":"NBT30-SF0125-3.15","qty":"1","price":"380.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"3","part":"NBT30-SF0187-3.15","qty":"1","price":"380.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"4","part":"NBT30-SF0250-3.15CP","qty":"2","price":"380.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"5","part":"NBT30-SF0375-3.15CP","qty":"2","price":"380.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"6","part":"NBT30-SF0500-3.15CP","qty":"2","price":"380.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"7","part":"NBT30-SF0625-3.15CP","qty":"1","price":"380.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"8","part":"NBT30-SF0750-3.15CP","qty":"1","price":"380.00","uom":"EA","discount":"47.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224417","line":"9","part":"NBT30-SK6C-120","qty":"10","price":"412.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"10","part":"NBT30-SK10C-120","qty":"10","price":"443.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"11","part":"NBT30-SK16C-90","qty":"5","price":"424.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"12","part":"SK6-6AC","qty":"2","price":"93.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"13","part":"SK6-5AC","qty":"2","price":"111.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"14","part":"SK6-4AC","qty":"2","price":"93.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"15","part":"SK6-3AC","qty":"2","price":"129.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"16","part":"SK6-3/16AC","qty":"2","price":"93.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"17","part":"SK6-1/8AC","qty":"2","price":"129.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"18","part":"SK10-SET-05-AC","qty":"2","price":"518.00","uom":"ST","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"19","part":"SK10-SET-05-A","qty":"2","price":"335.00","uom":"ST","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"20","part":"SK16-SET-09-A","qty":"1","price":"738.00","uom":"ST","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224417","line":"21","part":"SK16-SET-27-MM","qty":"1","price":"2214.00","uom":"ST","discount":"47.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":21}}] 2024-11-24 10:24:08.700 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218237-11242024102408.txt === {"quote":"218237","customer":"13712TA","name":null,"customerName":"Morris Midwest (WI-TA)","comp":"01","open":"0","shipto":"WATLBATA","shiptoName":"Cast Aluminum Solutions","entry_date":"07-01-2024","cust_order_date":"07-01-2024","req_date":"12-28-2024","cust_po":"e346n","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tony gerace","drop_po":"bt30 cat50","status":"0","user":"joshuav","conv_order":"","time":"15:13","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Tony gerace","follow_phone":"","follow_email":"anthonyg@morris.com","pic_user":"joshuav","total_amt":"11520.0","total_gp":"4705.77","total_gpm":"40.85","rev_type":"ADV","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"17","win_pct":"20","clo_date":"12-21-2024","notes":[{"comp":"1","quote":"218237","line":"1","data":"07-01-2024 15:52 - Discounts Recalculated QS"},{"comp":"1","quote":"218237","line":"0","data":"07-01-2024 15:21 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":218237,"Line":0,"Comment":"07/02/2024 1:14 PM - joshuav - F/U changed from 07/14/2024 to 7/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218237,"Line":1,"Comment":"07/19/2024 10:25 PM - joshuav - Req Date change from 8/12/2024 to 8/31/2024 (Req Date Updated)"},{"comp":1,"quote":218237,"Line":2,"Comment":"07/19/2024 10:25 PM - joshuav - CLO changed from 8/1/2024 to 8/24/2024 (CLO Date Updated)"},{"comp":1,"quote":218237,"Line":3,"Comment":"07/19/2024 10:25 PM - joshuav - F/U Changed from 7/20/2024 to 8/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218237,"Line":4,"Comment":"07/31/2024 9:59 AM - joshuav - F/U changed from 08/03/2024 to 8/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218237,"Line":5,"Comment":"07/31/2024 9:59 AM - joshuav - CLO changed from 08/24/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":218237,"Line":6,"Comment":"07/31/2024 9:59 AM - joshuav - Req Date changed from 08/31/2024 to 10/26/2024 (Req Date Updated)"},{"comp":1,"quote":218237,"Line":7,"Comment":"08/21/2024 8:27 AM - joshuav - F/U changed from 08/24/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218237,"Line":8,"Comment":"09/07/2024 10:54 AM - joshuav - F/U Changed from 9/7/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218237,"Line":9,"Comment":"09/24/2024 7:38 AM - joshuav - Req Date change from 10/26/2024 to 12/28/2024 (Req Date Updated)"},{"comp":1,"quote":218237,"Line":10,"Comment":"09/24/2024 7:39 AM - joshuav - CLO changed from 10/19/2024 to 12/21/2024 (CLO Date Updated)"},{"comp":1,"quote":218237,"Line":11,"Comment":"09/24/2024 7:39 AM - joshuav - F/U Changed from 9/28/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218237,"Line":12,"Comment":"10/23/2024 3:13 PM - joshuav - F/U changed from 10/26/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218237,"Line":13,"Comment":"11/24/2024 10:24 AM - joshuav - F/U Changed from 11/30/2024 to 12/14/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"218237","line":"1","part":"PRE-E346N-I30","qty":"1","price":"13500.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218237","line":"2","part":"PRE-GAUGE-B30/I30","qty":"1","price":"550.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218237","line":"3","part":"PRE-GAUGE-B50/I50","qty":"1","price":"760.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218237","line":"4","part":"PRE-PRNT-04B080M","qty":"1","price":"610.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218237","line":"5","part":"PRE-PRNT-ROLL-04B080M","qty":"10","price":"10.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218237","line":"6","part":"PRE-SPDL-I50","qty":"1","price":"970.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218237","line":"7","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218237","line":"8","part":"PRE-SPDL-I40","qty":"1","price":"970.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":8}}] 2024-11-24 10:24:21.834 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-214885-11242024102421.txt === {"quote":"214885","customer":"13712TA","name":null,"customerName":"Morris Midwest (WI-TA)","comp":"01","open":"0","shipto":"CDEGIKKL","shiptoName":"Morris Midwest, LLC.","entry_date":"04-17-2024","cust_order_date":"04-17-2024","req_date":"01-11-2025","cust_po":"Okuma MB5000","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Joe Hart","drop_po":"CAT40","status":"0","user":"joshuav","conv_order":"","time":"16:36","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Joe Hart","follow_phone":"(708) 533-7606","follow_email":"jhart@morrismidwest.com","pic_user":"joshuav","total_amt":"35471.63","total_gp":"20502.18","total_gpm":"57.80","rev_type":"ADV","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"7","win_pct":"20","clo_date":"01-04-2025","notes":[{"comp":"1","quote":"214885","line":"2","data":"04-18-2024 12:36 - Discounts Recalculated QS"},{"comp":"1","quote":"214885","line":"1","data":"04-17-2024 16:49 - Discounts Recalculated QS"},{"comp":"1","quote":"214885","line":"0","data":"04-17-2024 16:39 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":214885,"Line":0,"Comment":"04/19/2024 9:59 AM - joshuav - F/U changed from 04/30/2024 to 5/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214885,"Line":1,"Comment":"04/19/2024 9:59 AM - joshuav - CLO changed from 05/17/2024 to 08/03/2024 (CLO Date Updated)"},{"comp":1,"quote":214885,"Line":2,"Comment":"04/19/2024 9:59 AM - joshuav - Req Date changed from 05/29/2024 to 08/10/2024 (Req Date Updated)"},{"comp":1,"quote":214885,"Line":3,"Comment":"05/17/2024 11:23 AM - joshuav - F/U changed from 05/18/2024 to 6/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214885,"Line":4,"Comment":"05/17/2024 11:24 AM - joshuav - Encounter has been added"},{"comp":1,"quote":214885,"Line":5,"Comment":"06/06/2024 9:58 AM - joshuav - F/U changed from 06/08/2024 to 7/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214885,"Line":6,"Comment":"07/02/2024 1:12 PM - joshuav - F/U changed from 07/06/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214885,"Line":7,"Comment":"07/23/2024 1:14 PM - joshuav - F/U changed from 07/27/2024 to 8/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214885,"Line":8,"Comment":"07/31/2024 10:05 AM - joshuav - Req Date changed from 08/10/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":214885,"Line":9,"Comment":"07/31/2024 10:05 AM - joshuav - CLO changed from 08/03/2024 to 08/24/2024 (CLO Date Updated)"},{"comp":1,"quote":214885,"Line":10,"Comment":"07/31/2024 10:06 AM - joshuav - CLO changed from 08/24/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":214885,"Line":11,"Comment":"07/31/2024 10:06 AM - joshuav - F/U changed from 08/03/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214885,"Line":12,"Comment":"07/31/2024 10:08 AM - joshuav - Encounter has been added"},{"comp":1,"quote":214885,"Line":13,"Comment":"09/01/2024 10:46 AM - joshuav - F/U Changed from 8/31/2024 to 9/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214885,"Line":14,"Comment":"09/08/2024 12:28 PM - joshuav - F/U Changed from 9/7/2024 to 9/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214885,"Line":15,"Comment":"09/21/2024 11:52 AM - joshuav - Req Date change from 9/28/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":214885,"Line":16,"Comment":"09/21/2024 11:52 AM - joshuav - CLO changed from 9/21/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":214885,"Line":17,"Comment":"09/21/2024 11:52 AM - joshuav - F/U Changed from 9/14/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214885,"Line":18,"Comment":"10/23/2024 3:26 PM - joshuav - F/U changed from 10/26/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":214885,"Line":19,"Comment":"10/23/2024 3:26 PM - joshuav - CLO changed from 11/23/2024 to 01/04/2025 (CLO Date Updated)"},{"comp":1,"quote":214885,"Line":20,"Comment":"10/23/2024 3:26 PM - joshuav - Req Date changed from 11/30/2024 to 01/11/2025 (Req Date Updated)"},{"comp":1,"quote":214885,"Line":21,"Comment":"11/24/2024 10:24 AM - joshuav - F/U Changed from 11/30/2024 to 12/28/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"214885","line":"1","part":"C40RA-0025M","qty":"2","price":"9020.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"214885","line":"2","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"214885","line":"3","part":"E25-275(C)","qty":"1","price":"93.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"214885","line":"4","part":"250-318","qty":"1","price":"259.00","uom":"EA","discount":"25.00","req_date":"ETA PND","branch":"1"},{"comp":"01","order":"214885","line":"5","part":"C40FHM-ER25-195ICE-65TP","qty":"2","price":"13944.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[{"Quote":"214885","Line":"0","Comment":"t : 50000.00 �"},{"Quote":"214885","Line":"1","Comment":"� Cntry : USA � Parts"},{"Quote":"214885","Line":"2","Comment":"�������������������������������������������������������"},{"Quote":"214885","Line":"3","Comment":"�Quote# �Entry Date�Customer PO# �Part Num"},{"Quote":"214885","Line":"4","Comment":"����������������ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½"},{"Quote":"214885","Line":"5","Comment":"� 214865�04-17-2024�5AX-201 QUOTE FOR M560 �5AX-201O"},{"Quote":"214885","Line":"6","Comment":"� 214865�04-17-2024�5AX-201 QUOTE FOR M560 �RT-ACCS-"},{"Quote":"214885","Line":"7","Comment":"� 214865�04-17-2024�5AX-201 QUOTE FOR M560 �RN-AX201"},{"Quote":"214885","Line":"8","Comment":"� 214865�04-17-2024�5AX-201 QUOTE FOR M560 �P-170S"},{"Quote":"214885","Line":"9","Comment":"� 214865�04-17-2024�5AX-201 QUOTE FOR M560 �PBA-180"},{"Quote":"214885","Line":"10","Comment":"� 214865�04-17-2024�5AX-201 QUOTE FOR M560 �R-8-SP-S"},{"Quote":"214885","Line":"11","Comment":"� 214526�04-10-2024�Teems Fab �TOOL-CER"},{"Quote":"214885","Line":"12","Comment":"� 214487�04-10-2024�HATHOR6A & E346+ UNITS �PRE-HTR6"}]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-24 10:24:36.083 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221862-11242024102435.txt === {"quote":"221862","customer":"13712TA","name":null,"customerName":"Morris Midwest (WI-TA)","comp":"01","open":"0","shipto":"QUANTPRE","shiptoName":"QUANTUM PRECISION INC","entry_date":"09-20-2024","cust_order_date":"09-20-2024","req_date":"01-04-2025","cust_po":"E346BA","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tony Gerace","drop_po":"CAT40 BT30","status":"0","user":"joshuav","conv_order":"","time":"11:58","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Tony Gerace","follow_phone":"(224) 783-0111","follow_email":"agerace@morrismidwest.com","pic_user":"joshuav","total_amt":"21562.5","total_gp":"10004.64","total_gpm":"46.40","rev_type":"ADV","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"17","win_pct":"20","clo_date":"12-28-2024","notes":[{"comp":"1","quote":"221862","line":"0","data":"09-20-2024 12:03 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221862,"Line":0,"Comment":"09/21/2024 11:56 AM - joshuav - Req Date change from 11/1/2024 to 1/4/2025 (Req Date Updated)"},{"comp":1,"quote":221862,"Line":1,"Comment":"09/21/2024 11:56 AM - joshuav - CLO changed from 10/20/2024 to 12/28/2024 (CLO Date Updated)"},{"comp":1,"quote":221862,"Line":2,"Comment":"09/21/2024 11:57 AM - joshuav - F/U Changed from 10/3/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221862,"Line":3,"Comment":"10/21/2024 8:38 AM - joshuav - Encounter has been added"},{"comp":1,"quote":221862,"Line":4,"Comment":"10/21/2024 8:39 AM - joshuav - F/U Changed from 10/26/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221862,"Line":5,"Comment":"11/24/2024 10:24 AM - joshuav - F/U Changed from 11/30/2024 to 12/14/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"221862","line":"1","part":"PRE-E346BA-I40","qty":"1","price":"24800.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221862","line":"2","part":"PRE-GAUGE-B30/I30","qty":"1","price":"550.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221862","line":"3","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221862","line":"4","part":"PRE-INST/TRAINING","qty":"1","price":"2000.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"221862","line":"5","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221862","line":"6","part":"PRE-PRNT-ROLL-QL800","qty":"10","price":"30.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221862","line":"7","part":"PRE-SPDL-I30A","qty":"1","price":"2200.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221862","line":"8","part":"PROMOTION-IMTS24PRE","qty":"1","price":"1000.00","uom":"EA","discount":"100.00","req_date":"$1000 Tooling cert","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":8}}] 2024-11-24 10:25:16.718 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-209616-11242024102516.txt === {"quote":"209616","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMAZDIV","shiptoName":"Yamazen, Inc. Tooling Div","entry_date":"01-11-2024","cust_order_date":"01-11-2024","req_date":"02-22-2025","cust_po":"CNCZ100-2W-120SA-BR3/w100","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Greg Hobbs","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"08:54","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Greg Hobbs","follow_phone":"(847) 882-8800","follow_email":"greghobbs@yamazen.com","pic_user":"joshuav","total_amt":"31120.74","total_gp":"17008.83","total_gpm":"54.65","rev_type":"RT","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-21-2024","notes":[{"comp":"1","quote":"209616","line":"1","data":"01-11-2024 09:30 - Discounts Recalculated QS"},{"comp":"1","quote":"209616","line":"0","data":"01-11-2024 09:00 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":209616,"Line":0,"Comment":"01/22/2024 1:56 PM - joshuav - Req Date changed from 02/22/2024 to 06/01/2024 (Req Date Updated)"},{"comp":1,"quote":209616,"Line":1,"Comment":"01/22/2024 1:56 PM - joshuav - CLO changed from 02/11/2024 to 05/25/2024 (CLO Date Updated)"},{"comp":1,"quote":209616,"Line":2,"Comment":"01/22/2024 1:56 PM - joshuav - F/U changed from 01/24/2024 to 2/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":209616,"Line":3,"Comment":"02/15/2024 9:04 AM - joshuav - F/U changed from 02/17/2024 to 3/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":209616,"Line":4,"Comment":"02/15/2024 9:05 AM - joshuav - Encounter has been added"},{"comp":1,"quote":209616,"Line":5,"Comment":"03/24/2024 8:47 AM - joshuav - F/U Changed from 3/30/2024 to 4/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":209616,"Line":6,"Comment":"04/19/2024 9:08 AM - joshuav - F/U changed from 04/27/2024 to 5/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":209616,"Line":7,"Comment":"05/10/2024 12:08 PM - joshuav - Req Date change from 6/1/2024 to 8/31/2024 (Req Date Updated)"},{"comp":1,"quote":209616,"Line":8,"Comment":"05/10/2024 12:08 PM - joshuav - CLO changed from 5/25/2024 to 8/17/2024 (CLO Date Updated)"},{"comp":1,"quote":209616,"Line":9,"Comment":"05/10/2024 12:08 PM - joshuav - F/U Changed from 5/11/2024 to 6/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":209616,"Line":10,"Comment":"06/28/2024 11:04 AM - joshuav - F/U changed from 06/29/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":209616,"Line":11,"Comment":"07/23/2024 1:03 PM - joshuav - F/U changed from 07/27/2024 to 8/10/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":209616,"Line":12,"Comment":"07/23/2024 1:03 PM - joshuav - Req Date changed from 08/31/2024 to 10/26/2024 (Req Date Updated)"},{"comp":1,"quote":209616,"Line":13,"Comment":"07/23/2024 1:03 PM - joshuav - CLO changed from 08/17/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":209616,"Line":14,"Comment":"07/23/2024 1:04 PM - joshuav - F/U changed from 08/10/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":209616,"Line":15,"Comment":"08/29/2024 10:37 AM - joshuav - F/U Changed from 8/31/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":209616,"Line":16,"Comment":"09/24/2024 7:37 AM - joshuav - Req Date change from 10/26/2024 to 12/28/2024 (Req Date Updated)"},{"comp":1,"quote":209616,"Line":17,"Comment":"09/24/2024 7:37 AM - joshuav - CLO changed from 10/19/2024 to 12/21/2024 (CLO Date Updated)"},{"comp":1,"quote":209616,"Line":18,"Comment":"09/24/2024 7:37 AM - joshuav - F/U Changed from 9/28/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":209616,"Line":19,"Comment":"10/23/2024 3:21 PM - joshuav - F/U changed from 10/26/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":209616,"Line":20,"Comment":"11/24/2024 10:25 AM - joshuav - Req Date change from 12/28/2024 to 2/22/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"209616","line":"1","part":"CNCZ100-2W-120SA-BR3/W100","qty":"1","price":"36750.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"209616","line":"2","part":"PB-105-2W-120","qty":"1","price":"5173.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"209616","line":"3","part":"5C-AIR-FIXTURE-MLOCK-100","qty":"2","price":"4861.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-24 10:25:23.497 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-209616-11242024102523.txt === {"quote":"209616","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMAZDIV","shiptoName":"Yamazen, Inc. Tooling Div","entry_date":"01-11-2024","cust_order_date":"01-11-2024","req_date":"02-22-2025","cust_po":"CNCZ100-2W-120SA-BR3/w100","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Greg Hobbs","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"08:54","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Greg Hobbs","follow_phone":"(847) 882-8800","follow_email":"greghobbs@yamazen.com","pic_user":"joshuav","total_amt":"31120.74","total_gp":"17008.83","total_gpm":"54.65","rev_type":"RT","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"4","win_pct":"20","clo_date":"02-15-2025","notes":[{"comp":"1","quote":"209616","line":"1","data":"01-11-2024 09:30 - Discounts Recalculated QS"},{"comp":"1","quote":"209616","line":"0","data":"01-11-2024 09:00 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":209616,"Line":0,"Comment":"01/22/2024 1:56 PM - joshuav - Req Date changed from 02/22/2024 to 06/01/2024 (Req Date Updated)"},{"comp":1,"quote":209616,"Line":1,"Comment":"01/22/2024 1:56 PM - joshuav - CLO changed from 02/11/2024 to 05/25/2024 (CLO Date Updated)"},{"comp":1,"quote":209616,"Line":2,"Comment":"01/22/2024 1:56 PM - joshuav - F/U changed from 01/24/2024 to 2/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":209616,"Line":3,"Comment":"02/15/2024 9:04 AM - joshuav - F/U changed from 02/17/2024 to 3/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":209616,"Line":4,"Comment":"02/15/2024 9:05 AM - joshuav - Encounter has been added"},{"comp":1,"quote":209616,"Line":5,"Comment":"03/24/2024 8:47 AM - joshuav - F/U Changed from 3/30/2024 to 4/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":209616,"Line":6,"Comment":"04/19/2024 9:08 AM - joshuav - F/U changed from 04/27/2024 to 5/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":209616,"Line":7,"Comment":"05/10/2024 12:08 PM - joshuav - Req Date change from 6/1/2024 to 8/31/2024 (Req Date Updated)"},{"comp":1,"quote":209616,"Line":8,"Comment":"05/10/2024 12:08 PM - joshuav - CLO changed from 5/25/2024 to 8/17/2024 (CLO Date Updated)"},{"comp":1,"quote":209616,"Line":9,"Comment":"05/10/2024 12:08 PM - joshuav - F/U Changed from 5/11/2024 to 6/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":209616,"Line":10,"Comment":"06/28/2024 11:04 AM - joshuav - F/U changed from 06/29/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":209616,"Line":11,"Comment":"07/23/2024 1:03 PM - joshuav - F/U changed from 07/27/2024 to 8/10/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":209616,"Line":12,"Comment":"07/23/2024 1:03 PM - joshuav - Req Date changed from 08/31/2024 to 10/26/2024 (Req Date Updated)"},{"comp":1,"quote":209616,"Line":13,"Comment":"07/23/2024 1:03 PM - joshuav - CLO changed from 08/17/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":209616,"Line":14,"Comment":"07/23/2024 1:04 PM - joshuav - F/U changed from 08/10/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":209616,"Line":15,"Comment":"08/29/2024 10:37 AM - joshuav - F/U Changed from 8/31/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":209616,"Line":16,"Comment":"09/24/2024 7:37 AM - joshuav - Req Date change from 10/26/2024 to 12/28/2024 (Req Date Updated)"},{"comp":1,"quote":209616,"Line":17,"Comment":"09/24/2024 7:37 AM - joshuav - CLO changed from 10/19/2024 to 12/21/2024 (CLO Date Updated)"},{"comp":1,"quote":209616,"Line":18,"Comment":"09/24/2024 7:37 AM - joshuav - F/U Changed from 9/28/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":209616,"Line":19,"Comment":"10/23/2024 3:21 PM - joshuav - F/U changed from 10/26/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":209616,"Line":20,"Comment":"11/24/2024 10:25 AM - joshuav - Req Date change from 12/28/2024 to 2/22/2025 (Req Date Updated)"},{"comp":1,"quote":209616,"Line":21,"Comment":"11/24/2024 10:25 AM - joshuav - CLO changed from 12/21/2024 to 2/15/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"209616","line":"1","part":"CNCZ100-2W-120SA-BR3/W100","qty":"1","price":"36750.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"209616","line":"2","part":"PB-105-2W-120","qty":"1","price":"5173.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"209616","line":"3","part":"5C-AIR-FIXTURE-MLOCK-100","qty":"2","price":"4861.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-24 10:25:30.726 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-209616-11242024102530.txt === {"quote":"209616","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMAZDIV","shiptoName":"Yamazen, Inc. Tooling Div","entry_date":"01-11-2024","cust_order_date":"01-11-2024","req_date":"02-22-2025","cust_po":"CNCZ100-2W-120SA-BR3/w100","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Greg Hobbs","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"08:54","extra":"","follow_up":"01-11-2025","web_id":"","follow_name":"Greg Hobbs","follow_phone":"(847) 882-8800","follow_email":"greghobbs@yamazen.com","pic_user":"joshuav","total_amt":"31120.74","total_gp":"17008.83","total_gpm":"54.65","rev_type":"RT","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"4","win_pct":"20","clo_date":"02-15-2025","notes":[{"comp":"1","quote":"209616","line":"1","data":"01-11-2024 09:30 - Discounts Recalculated QS"},{"comp":"1","quote":"209616","line":"0","data":"01-11-2024 09:00 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":209616,"Line":0,"Comment":"01/22/2024 1:56 PM - joshuav - Req Date changed from 02/22/2024 to 06/01/2024 (Req Date Updated)"},{"comp":1,"quote":209616,"Line":1,"Comment":"01/22/2024 1:56 PM - joshuav - CLO changed from 02/11/2024 to 05/25/2024 (CLO Date Updated)"},{"comp":1,"quote":209616,"Line":2,"Comment":"01/22/2024 1:56 PM - joshuav - F/U changed from 01/24/2024 to 2/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":209616,"Line":3,"Comment":"02/15/2024 9:04 AM - joshuav - F/U changed from 02/17/2024 to 3/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":209616,"Line":4,"Comment":"02/15/2024 9:05 AM - joshuav - Encounter has been added"},{"comp":1,"quote":209616,"Line":5,"Comment":"03/24/2024 8:47 AM - joshuav - F/U Changed from 3/30/2024 to 4/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":209616,"Line":6,"Comment":"04/19/2024 9:08 AM - joshuav - F/U changed from 04/27/2024 to 5/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":209616,"Line":7,"Comment":"05/10/2024 12:08 PM - joshuav - Req Date change from 6/1/2024 to 8/31/2024 (Req Date Updated)"},{"comp":1,"quote":209616,"Line":8,"Comment":"05/10/2024 12:08 PM - joshuav - CLO changed from 5/25/2024 to 8/17/2024 (CLO Date Updated)"},{"comp":1,"quote":209616,"Line":9,"Comment":"05/10/2024 12:08 PM - joshuav - F/U Changed from 5/11/2024 to 6/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":209616,"Line":10,"Comment":"06/28/2024 11:04 AM - joshuav - F/U changed from 06/29/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":209616,"Line":11,"Comment":"07/23/2024 1:03 PM - joshuav - F/U changed from 07/27/2024 to 8/10/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":209616,"Line":12,"Comment":"07/23/2024 1:03 PM - joshuav - Req Date changed from 08/31/2024 to 10/26/2024 (Req Date Updated)"},{"comp":1,"quote":209616,"Line":13,"Comment":"07/23/2024 1:03 PM - joshuav - CLO changed from 08/17/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":209616,"Line":14,"Comment":"07/23/2024 1:04 PM - joshuav - F/U changed from 08/10/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":209616,"Line":15,"Comment":"08/29/2024 10:37 AM - joshuav - F/U Changed from 8/31/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":209616,"Line":16,"Comment":"09/24/2024 7:37 AM - joshuav - Req Date change from 10/26/2024 to 12/28/2024 (Req Date Updated)"},{"comp":1,"quote":209616,"Line":17,"Comment":"09/24/2024 7:37 AM - joshuav - CLO changed from 10/19/2024 to 12/21/2024 (CLO Date Updated)"},{"comp":1,"quote":209616,"Line":18,"Comment":"09/24/2024 7:37 AM - joshuav - F/U Changed from 9/28/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":209616,"Line":19,"Comment":"10/23/2024 3:21 PM - joshuav - F/U changed from 10/26/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":209616,"Line":20,"Comment":"11/24/2024 10:25 AM - joshuav - Req Date change from 12/28/2024 to 2/22/2025 (Req Date Updated)"},{"comp":1,"quote":209616,"Line":21,"Comment":"11/24/2024 10:25 AM - joshuav - CLO changed from 12/21/2024 to 2/15/2025 (CLO Date Updated)"},{"comp":1,"quote":209616,"Line":22,"Comment":"11/24/2024 10:25 AM - joshuav - F/U Changed from 11/30/2024 to 1/11/2025 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"209616","line":"1","part":"CNCZ100-2W-120SA-BR3/W100","qty":"1","price":"36750.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"209616","line":"2","part":"PB-105-2W-120","qty":"1","price":"5173.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"209616","line":"3","part":"5C-AIR-FIXTURE-MLOCK-100","qty":"2","price":"4861.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-24 10:25:46.958 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220463-11242024102546.txt === {"quote":"220463","customer":"13712TA","name":null,"customerName":"Morris Midwest (WI-TA)","comp":"01","open":"0","shipto":"CDEGIKKL","shiptoName":"Morris Midwest, LLC.","entry_date":"08-21-2024","cust_order_date":"08-21-2024","req_date":"12-28-2024","cust_po":"","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Steve Lewis","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"08:22","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Steve Lewis","follow_phone":"414-586-0450","follow_email":"slewis@morrismidwest.com","pic_user":"joshuav","total_amt":"2682.0","total_gp":"1119.70","total_gpm":"41.75","rev_type":"STD","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"10","win_pct":"40","clo_date":"12-21-2024","notes":[{"comp":"1","quote":"220463","line":"0","data":"08-21-2024 08:23 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220463,"Line":0,"Comment":"08/23/2024 7:58 PM - joshuav - Req Date change from 10/2/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":220463,"Line":1,"Comment":"08/23/2024 7:58 PM - joshuav - CLO changed from 9/21/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":220463,"Line":2,"Comment":"08/23/2024 7:58 PM - joshuav - F/U Changed from 8/27/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220463,"Line":3,"Comment":"09/24/2024 7:41 AM - joshuav - Win% changed from 20 to 40"},{"comp":1,"quote":220463,"Line":4,"Comment":"09/24/2024 7:41 AM - joshuav - CLO changed from 11/16/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":220463,"Line":5,"Comment":"09/24/2024 7:42 AM - joshuav - F/U Changed from 9/28/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220463,"Line":6,"Comment":"10/23/2024 4:22 PM - joshuav - Req Date changed from 11/30/2024 to 12/28/2024 (Req Date Updated)"},{"comp":1,"quote":220463,"Line":7,"Comment":"10/23/2024 4:22 PM - joshuav - CLO changed from 11/23/2024 to 12/21/2024 (CLO Date Updated)"},{"comp":1,"quote":220463,"Line":8,"Comment":"10/23/2024 4:22 PM - joshuav - F/U changed from 10/26/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220463,"Line":9,"Comment":"11/24/2024 10:25 AM - joshuav - F/U Changed from 11/30/2024 to 12/14/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"220463","line":"1","part":"C6-ER32-60","qty":"10","price":"447.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-24 10:26:12.600 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218449-11242024102612.txt === {"quote":"218449","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"WATLBATA","shiptoName":"Cast Aluminum Solutions","entry_date":"07-09-2024","cust_order_date":"07-09-2024","req_date":"12-28-2024","cust_po":"Brother BT30","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Zak Mishinev","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"09:10","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Zak Mishinev","follow_phone":"(248) 946-9187","follow_email":"zakmishinev@yamazen.com","pic_user":"joshuav","total_amt":"11859.00","total_gp":"9223.06","total_gpm":"77.77","rev_type":"ADV","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"47","win_pct":"68","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":218449,"Line":0,"Comment":"07/13/2024 9:09 AM - joshuav - Req Date change from 8/20/2024 to 10/26/2024 (Req Date Updated)"},{"comp":1,"quote":218449,"Line":1,"Comment":"07/13/2024 9:09 AM - joshuav - CLO changed from 8/9/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":218449,"Line":2,"Comment":"07/13/2024 9:09 AM - joshuav - F/U Changed from 7/15/2024 to 8/3/2024 (Follow Up in 3 Weeks)"},{"comp":1,"quote":218449,"Line":3,"Comment":"07/13/2024 9:09 AM - joshuav - F/U Changed from 7/15/2024 to 8/3/2024 (Follow Up in 3 Weeks)"},{"comp":1,"quote":218449,"Line":4,"Comment":"07/31/2024 10:04 AM - joshuav - F/U changed from 08/03/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218449,"Line":5,"Comment":"08/21/2024 8:30 AM - joshuav - F/U changed from 08/31/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218449,"Line":6,"Comment":"08/21/2024 8:31 AM - joshuav - Win% changed from 20 to 68"},{"comp":1,"quote":218449,"Line":7,"Comment":"09/21/2024 11:56 AM - joshuav - F/U Changed from 9/28/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218449,"Line":8,"Comment":"10/11/2024 3:58 PM - joshuav - F/U changed from 10/12/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218449,"Line":9,"Comment":"10/11/2024 3:58 PM - joshuav - CLO changed from 10/19/2024 to 12/21/2024 (CLO Date Updated)"},{"comp":1,"quote":218449,"Line":10,"Comment":"10/11/2024 3:58 PM - joshuav - Req Date changed from 10/26/2024 to 12/28/2024 (Req Date Updated)"},{"comp":1,"quote":218449,"Line":11,"Comment":"11/06/2024 10:36 PM - joshuav - F/U Changed from 11/2/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218449,"Line":12,"Comment":"11/24/2024 10:26 AM - joshuav - F/U Changed from 11/30/2024 to 12/14/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"218449","line":"1","part":"BT30-SK10-90","qty":"15","price":"350.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218449","line":"2","part":"BT30-SK16-90","qty":"2","price":"390.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218449","line":"3","part":"BT30-SK25-90","qty":"6","price":"441.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218449","line":"4","part":"B3001-0750-1.19CP","qty":"1","price":"130.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218449","line":"5","part":"SK10-4.5","qty":"4","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218449","line":"6","part":"SK10-4","qty":"1","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218449","line":"7","part":"SK10-5","qty":"2","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218449","line":"8","part":"SK10-9","qty":"3","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218449","line":"9","part":"SK10-9.5","qty":"2","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218449","line":"10","part":"SK10-1/4A","qty":"1","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218449","line":"11","part":"SK10-3/16A","qty":"1","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218449","line":"12","part":"SK10-3/8A","qty":"1","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218449","line":"13","part":"SK16-1/2A","qty":"2","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218449","line":"14","part":"SK25-25.4","qty":"2","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218449","line":"15","part":"SK25-3/4A","qty":"1","price":"100.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218449","line":"16","part":"NBT30-C3/4-70","qty":"3","price":"528.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":16}}] 2024-11-24 10:26:27.526 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-213790-11242024102627.txt === {"quote":"213790","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMSCHIL","shiptoName":"Yamazen, Inc.","entry_date":"03-26-2024","cust_order_date":null,"req_date":"01-25-2025","cust_po":"Leslie Mora","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Leslie Mora","drop_po":"CNC260FA-M VX1000","status":"0","user":"stevel","conv_order":"","time":"10:16","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Leslie Mora","follow_phone":"847-882-8800","follow_email":"lesliemora@yamazen.com","pic_user":"joshuav","total_amt":"21950.50","total_gp":"16961.08","total_gpm":"77.27","rev_type":"RT","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"4","win_pct":"20","clo_date":"01-11-2025","notes":[],"crmnotes":[{"comp":1,"quote":213790,"Line":0,"Comment":"04/15/2024 3:02 PM - stevel - F/U changed from 04/08/2024 to 5/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213790,"Line":1,"Comment":"04/15/2024 3:02 PM - stevel - CLO changed from 04/26/2024 to 05/11/2024 (CLO Date Updated)"},{"comp":1,"quote":213790,"Line":2,"Comment":"04/15/2024 3:02 PM - stevel - TODO: Joshua to follow up"},{"comp":1,"quote":213790,"Line":3,"Comment":"04/15/2024 3:02 PM - stevel - PIC changed from stevel to joshuav"},{"comp":1,"quote":213790,"Line":4,"Comment":"04/30/2024 10:24 AM - joshuav - Req Date changed from 05/07/2024 to 08/03/2024 (Req Date Updated)"},{"comp":1,"quote":213790,"Line":5,"Comment":"04/30/2024 10:25 AM - joshuav - CLO changed from 05/11/2024 to 07/27/2024 (CLO Date Updated)"},{"comp":1,"quote":213790,"Line":6,"Comment":"04/30/2024 10:25 AM - joshuav - F/U changed from 05/11/2024 to 5/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213790,"Line":7,"Comment":"05/17/2024 11:26 AM - joshuav - F/U changed from 05/18/2024 to 6/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213790,"Line":8,"Comment":"06/28/2024 11:08 AM - joshuav - Req Date changed from 08/03/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":213790,"Line":9,"Comment":"06/28/2024 11:08 AM - joshuav - CLO changed from 07/27/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":213790,"Line":10,"Comment":"06/28/2024 11:09 AM - joshuav - F/U changed from 06/29/2024 to 8/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213790,"Line":11,"Comment":"07/31/2024 10:03 AM - joshuav - F/U changed from 08/03/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213790,"Line":12,"Comment":"08/28/2024 7:34 AM - joshuav - Req Date change from 9/28/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":213790,"Line":13,"Comment":"08/28/2024 7:34 AM - joshuav - CLO changed from 9/21/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":213790,"Line":14,"Comment":"08/28/2024 7:34 AM - joshuav - F/U Changed from 8/31/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213790,"Line":15,"Comment":"10/10/2024 7:47 AM - joshuav - F/U Changed from 10/5/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213790,"Line":16,"Comment":"11/06/2024 10:34 PM - joshuav - Req Date change from 11/30/2024 to 1/25/2025 (Req Date Updated)"},{"comp":1,"quote":213790,"Line":17,"Comment":"11/06/2024 10:34 PM - joshuav - CLO changed from 11/23/2024 to 1/11/2025 (CLO Date Updated)"},{"comp":1,"quote":213790,"Line":18,"Comment":"11/06/2024 10:34 PM - joshuav - F/U Changed from 11/2/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213790,"Line":19,"Comment":"11/24/2024 10:26 AM - joshuav - F/U Changed from 11/30/2024 to 12/14/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"213790","line":"1","part":"NCT200FA-M4","qty":"1","price":"19215.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213790","line":"2","part":"TCE-95951-3000R","qty":"1","price":"1063.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213790","line":"3","part":"TCE-95947-3000R","qty":"1","price":"1214.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213790","line":"4","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"8500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"213790","Line":"4","Company":"1","F_Line":"1","Comment":"Installation includes: Drive unit short bar fiber","Loc":"Y"},{"Quote":"213790","Line":"4","Company":"1","F_Line":"2","Comment":"optic cable communications cable bulkhead cables","Loc":"Y"},{"Quote":"213790","Line":"4","Company":"1","F_Line":"3","Comment":"external cables parameter changes service time and","Loc":"Y"},{"Quote":"213790","Line":"4","Company":"1","F_Line":"4","Comment":"travel.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-24 10:27:15.730 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-207772-11242024102715.txt === {"quote":"207772","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMSCHIL","shiptoName":"Yamazen, Inc.","entry_date":"11-29-2023","cust_order_date":"11-29-2023","req_date":"01-04-2025","cust_po":"Brother M300X3","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Zak Mishinev","drop_po":"NBT30","status":"0","user":"joshuav","conv_order":"","time":"08:50","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Zak Mishinev","follow_phone":"(248) 946-9187","follow_email":"zakmishinev@yamazen.com","pic_user":"joshuav","total_amt":"33897.13","total_gp":"29379.51","total_gpm":"86.67","rev_type":"STD","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"155","win_pct":"20","clo_date":"12-28-2024","notes":[{"comp":"1","quote":"207772","line":"1","data":"11-29-2023 09:11 - Discounts Recalculated QS"},{"comp":"1","quote":"207772","line":"0","data":"11-29-2023 09:10 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":207772,"Line":0,"Comment":"12/24/2023 1:51 AM - joshuav - F/U Changed from 12/23/2023 to 1/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":1,"Comment":"01/15/2024 10:46 AM - joshuav - F/U changed from 01/13/2024 to 1/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":2,"Comment":"01/22/2024 1:53 PM - joshuav - F/U changed from 01/20/2024 to 2/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":3,"Comment":"01/22/2024 1:54 PM - joshuav - Encounter has been added"},{"comp":1,"quote":207772,"Line":4,"Comment":"02/20/2024 8:45 AM - joshuav - F/U changed from 02/17/2024 to 3/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":5,"Comment":"03/02/2024 10:52 AM - joshuav - Req Date change from 3/30/2024 to 6/29/2024 (Req Date Updated)"},{"comp":1,"quote":207772,"Line":6,"Comment":"03/02/2024 10:52 AM - joshuav - CLO changed from 3/16/2024 to 6/22/2024 (CLO Date Updated)"},{"comp":1,"quote":207772,"Line":7,"Comment":"03/02/2024 10:52 AM - joshuav - F/U Changed from 3/2/2024 to 3/23/2024 (Follow Up in 3 Weeks)"},{"comp":1,"quote":207772,"Line":8,"Comment":"03/22/2024 7:59 AM - joshuav - F/U Changed from 3/23/2024 to 4/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":9,"Comment":"04/19/2024 11:00 AM - joshuav - F/U changed from 04/20/2024 to 5/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":10,"Comment":"04/19/2024 11:01 AM - joshuav - Customer is bidding on the jobs for these machines, as soon as we hear if they won the bids they will close the deals on machines and tooling."},{"comp":1,"quote":207772,"Line":11,"Comment":"04/19/2024 11:02 AM - joshuav - Encounter has been added"},{"comp":1,"quote":207772,"Line":12,"Comment":"05/20/2024 9:06 AM - joshuav - Req Date changed from 06/29/2024 to 08/31/2024 (Req Date Updated)"},{"comp":1,"quote":207772,"Line":13,"Comment":"05/20/2024 9:06 AM - joshuav - CLO changed from 06/22/2024 to 08/24/2024 (CLO Date Updated)"},{"comp":1,"quote":207772,"Line":14,"Comment":"05/20/2024 9:06 AM - joshuav - F/U changed from 05/25/2024 to 6/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":15,"Comment":"05/20/2024 9:07 AM - joshuav - Encounter has been added"},{"comp":1,"quote":207772,"Line":16,"Comment":"06/28/2024 11:04 AM - joshuav - F/U changed from 06/29/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":17,"Comment":"07/23/2024 1:10 PM - joshuav - F/U changed from 07/27/2024 to 8/3/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":18,"Comment":"07/31/2024 9:59 AM - joshuav - F/U changed from 08/03/2024 to 8/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":19,"Comment":"07/31/2024 9:59 AM - joshuav - Req Date changed from 08/31/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":207772,"Line":20,"Comment":"07/31/2024 9:59 AM - joshuav - CLO changed from 08/24/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":207772,"Line":21,"Comment":"07/31/2024 9:59 AM - joshuav - F/U changed from 08/17/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":22,"Comment":"08/29/2024 10:36 AM - joshuav - Req Date change from 9/28/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":207772,"Line":23,"Comment":"08/29/2024 10:36 AM - joshuav - CLO changed from 9/21/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":207772,"Line":24,"Comment":"08/29/2024 10:36 AM - joshuav - F/U Changed from 8/31/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":25,"Comment":"09/24/2024 7:38 AM - joshuav - F/U Changed from 9/28/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":26,"Comment":"10/20/2024 8:36 PM - joshuav - F/U Changed from 10/19/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":27,"Comment":"11/12/2024 9:17 PM - joshuav - Req Date change from 11/30/2024 to 1/4/2025 (Req Date Updated)"},{"comp":1,"quote":207772,"Line":28,"Comment":"11/12/2024 9:17 PM - joshuav - CLO changed from 11/23/2024 to 12/28/2024 (CLO Date Updated)"},{"comp":1,"quote":207772,"Line":29,"Comment":"11/12/2024 9:18 PM - joshuav - F/U Changed from 11/9/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":30,"Comment":"11/12/2024 9:20 PM - joshuav - F/U Changed from 11/16/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":207772,"Line":31,"Comment":"11/24/2024 10:27 AM - joshuav - F/U Changed from 11/30/2024 to 12/21/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"207772","line":"1","part":"NBT30-SF0250-3.15CP","qty":"8","price":"380.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"2","part":"NBT30-SF0375-3.15CP","qty":"8","price":"380.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"3","part":"NBT30-SF0500-3.15CP","qty":"8","price":"380.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"5","part":"NB3001-0750-1.19CP","qty":"4","price":"261.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"6","part":"NB3001-1000-1.19CP","qty":"4","price":"291.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"8","part":"ST75-SF0250-6.30","qty":"8","price":"189.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"9","part":"ST75-SF0375-6.30","qty":"8","price":"189.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"10","part":"ST75-SF0500-6.30","qty":"8","price":"189.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"11","part":"NBT30-C3/4-70","qty":"8","price":"528.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"12","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"207772","line":"14","part":"SPECIAL-TL","qty":"5","price":"340.00","uom":"EA","discount":"0.00","req_date":"12-14 WKS ADA","branch":"1"},{"comp":"01","order":"207772","line":"15","part":"SPECIAL-TL","qty":"10","price":"227.00","uom":"EA","discount":"0.00","req_date":"12-14 WEEKS ADA","branch":"1"},{"comp":"01","order":"207772","line":"17","part":"SPECIAL-TL","qty":"5","price":"340.00","uom":"EA","discount":"0.00","req_date":"12-14 WEEKS ADA","branch":"1"},{"comp":"01","order":"207772","line":"18","part":"SPECIAL-TL","qty":"10","price":"227.00","uom":"EA","discount":"0.00","req_date":"12-14 WEEKS ADA","branch":"1"},{"comp":"01","order":"207772","line":"20","part":"SPECIAL-TL","qty":"5","price":"340.00","uom":"EA","discount":"0.00","req_date":"12-14 WEEKS ADA","branch":"1"},{"comp":"01","order":"207772","line":"21","part":"SPECIAL-TL","qty":"10","price":"227.00","uom":"EA","discount":"0.00","req_date":"12-14 WEEKS ADA","branch":"1"},{"comp":"01","order":"207772","line":"23","part":"SPECIAL-TL","qty":"5","price":"325.00","uom":"EA","discount":"0.00","req_date":"12-14wks ADA","branch":"1"},{"comp":"01","order":"207772","line":"24","part":"SPECIAL-TL","qty":"10","price":"217.00","uom":"EA","discount":"0.00","req_date":"12-14wks ADA","branch":"1"},{"comp":"01","order":"207772","line":"26","part":"SPECIAL-TL","qty":"5","price":"325.00","uom":"EA","discount":"0.00","req_date":"12-14wks ADA","branch":"1"},{"comp":"01","order":"207772","line":"27","part":"SPECIAL-TL","qty":"10","price":"217.00","uom":"EA","discount":"0.00","req_date":"12-14wks ADA","branch":"1"},{"comp":"01","order":"207772","line":"29","part":"SPECIAL-TL","qty":"5","price":"325.00","uom":"EA","discount":"0.00","req_date":"12-14wks ADA","branch":"1"},{"comp":"01","order":"207772","line":"30","part":"SPECIAL-TL","qty":"10","price":"217.00","uom":"EA","discount":"0.00","req_date":"12-14wks ADA","branch":"1"}],"qlines":[{"Quote":"207772","Line":"14","Company":"1","F_Line":"1","Comment":"NBT30-SF0250-6.30CP","Loc":"Y"},{"Quote":"207772","Line":"14","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 �Shrink Fit w/ 6.30gage length","Loc":"Y"},{"Quote":"207772","Line":"14","Company":"1","F_Line":"3","Comment":"pluggage coolant ports","Loc":"Y"},{"Quote":"207772","Line":"14","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"14","Company":"1","F_Line":"5","Comment":"SPECIAL ORDER = NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"14","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISCOUNTS","Loc":"Y"},{"Quote":"207772","Line":"15","Company":"1","F_Line":"1","Comment":"NBT30-SF0250-6.30CP","Loc":"Y"},{"Quote":"207772","Line":"15","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 �Shrink Fit w/ 6.30gage length","Loc":"Y"},{"Quote":"207772","Line":"15","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"15","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"15","Company":"1","F_Line":"5","Comment":"SPECIAL ORDER = NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"15","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISCOUNTS","Loc":"Y"},{"Quote":"207772","Line":"17","Company":"1","F_Line":"1","Comment":"NBT30-SF0375-6.30CP","Loc":"Y"},{"Quote":"207772","Line":"17","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 3/8 Shrink Fit w/ 6.30 gage length","Loc":"Y"},{"Quote":"207772","Line":"17","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"17","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"17","Company":"1","F_Line":"5","Comment":"SPECIAL ORDER = NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"17","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISCOUNTS","Loc":"Y"},{"Quote":"207772","Line":"18","Company":"1","F_Line":"1","Comment":"NBT30-SF0375-6.30CP","Loc":"Y"},{"Quote":"207772","Line":"18","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 3/8 Shrink Fit w/ 6.30 gage length","Loc":"Y"},{"Quote":"207772","Line":"18","Company":"1","F_Line":"3","Comment":"Pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"18","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"18","Company":"1","F_Line":"5","Comment":"SPECIAL ORDER = NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"18","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISCOUNTS","Loc":"Y"},{"Quote":"207772","Line":"20","Company":"1","F_Line":"1","Comment":"NBT30-SF0500-6.30CP","Loc":"Y"},{"Quote":"207772","Line":"20","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 1/2 Shrink Fit w/ 6.30 gage length","Loc":"Y"},{"Quote":"207772","Line":"20","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"20","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"20","Company":"1","F_Line":"5","Comment":"SPECIAL ORDER = NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"20","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISCOUNTS","Loc":"Y"},{"Quote":"207772","Line":"21","Company":"1","F_Line":"1","Comment":"NBT30-SF0500-6.30CP","Loc":"Y"},{"Quote":"207772","Line":"21","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 1/2 Shrink Fit w/ 6.30 gage length","Loc":"Y"},{"Quote":"207772","Line":"21","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"21","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"21","Company":"1","F_Line":"5","Comment":"SPECIAL ORDER = NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"21","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISCOUNTS","Loc":"Y"},{"Quote":"207772","Line":"23","Company":"1","F_Line":"1","Comment":"NBT30-SF0250-6.00CP","Loc":"Y"},{"Quote":"207772","Line":"23","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 1/4 Shrink Fit w/ 6.00 gage length","Loc":"Y"},{"Quote":"207772","Line":"23","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"23","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"23","Company":"1","F_Line":"5","Comment":"Special order - NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"23","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISOCUNTS","Loc":"Y"},{"Quote":"207772","Line":"24","Company":"1","F_Line":"1","Comment":"NBT30-SF0250-6.00CP","Loc":"Y"},{"Quote":"207772","Line":"24","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 1/4 Shrink Fit w/ 6.00 gage length","Loc":"Y"},{"Quote":"207772","Line":"24","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"24","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"24","Company":"1","F_Line":"5","Comment":"Special order - NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"24","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISOCUNTS","Loc":"Y"},{"Quote":"207772","Line":"26","Company":"1","F_Line":"1","Comment":"NBT30-SF0375-6.00CP","Loc":"Y"},{"Quote":"207772","Line":"26","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 3/8 Shrink Fit w/ 6.00 gage length","Loc":"Y"},{"Quote":"207772","Line":"26","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"26","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"26","Company":"1","F_Line":"5","Comment":"Special order - NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"26","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISOCUNTS","Loc":"Y"},{"Quote":"207772","Line":"27","Company":"1","F_Line":"1","Comment":"NBT30-SF0375-6.00CP","Loc":"Y"},{"Quote":"207772","Line":"27","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 3/8 Shrink Fit w/ 6.00 gage length","Loc":"Y"},{"Quote":"207772","Line":"27","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"27","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"27","Company":"1","F_Line":"5","Comment":"Special order - NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"27","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISOCUNTS","Loc":"Y"},{"Quote":"207772","Line":"29","Company":"1","F_Line":"1","Comment":"NBT30-SF0500-6.00CP","Loc":"Y"},{"Quote":"207772","Line":"29","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 1/2 Shrink Fit w/ 6.00 gage length","Loc":"Y"},{"Quote":"207772","Line":"29","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"29","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"29","Company":"1","F_Line":"5","Comment":"Special order - NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"29","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISOCUNTS","Loc":"Y"},{"Quote":"207772","Line":"30","Company":"1","F_Line":"1","Comment":"NBT30-SF0500-6.00CP","Loc":"Y"},{"Quote":"207772","Line":"30","Company":"1","F_Line":"2","Comment":"Dual Contact BT30 1/2 Shrink Fit w/ 6.00 gage length","Loc":"Y"},{"Quote":"207772","Line":"30","Company":"1","F_Line":"3","Comment":"pluggable coolant ports","Loc":"Y"},{"Quote":"207772","Line":"30","Company":"1","F_Line":"4","Comment":"DRAWING APPROVAL REQUIRED","Loc":"Y"},{"Quote":"207772","Line":"30","Company":"1","F_Line":"5","Comment":"Special order - NON-CANCELABLE/NON-RETURNABLE","Loc":"Y"},{"Quote":"207772","Line":"30","Company":"1","F_Line":"6","Comment":"NET PRICE QUOTED NO FURTHER DISOCUNTS","Loc":"Y"}],"qcomms":[{"Quote":"207772","Line":"0","Comment":"Lines 14-30:"},{"Quote":"207772","Line":"1","Comment":"These are non-standard stock items and considered"},{"Quote":"207772","Line":"2","Comment":"specials. Once a PO has been issued these items"},{"Quote":"207772","Line":"3","Comment":"cannot be cancelled or returned. Net Price quoted"},{"Quote":"207772","Line":"4","Comment":"for these lines no further discounts"}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":22}}] 2024-11-24 10:27:28.127 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-213958-11242024102727.txt === {"quote":"213958","customer":"13198","name":null,"customerName":"Machinery Source Corporation","comp":"01","open":"0","shipto":"MACHBELV","shiptoName":"Machinery Source Corporation","entry_date":"03-28-2024","cust_order_date":null,"req_date":"02-22-2025","cust_po":"Dennis Visser","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Dennis Visser","drop_po":"NCT200FA-M","status":"0","user":"stevel","conv_order":"","time":"15:32","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Dennis Visser","follow_phone":"(815) 597-5677","follow_email":"dennisvisser@machinerysource.com","pic_user":"joshuav","total_amt":"20950.50","total_gp":"16213.06","total_gpm":"77.39","rev_type":"RT","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"2","win_pct":"20","clo_date":"02-08-2025","notes":[],"crmnotes":[{"comp":1,"quote":213958,"Line":0,"Comment":"04/15/2024 2:57 PM - stevel - CLO changed from 04/28/2024 to 05/04/2024 (CLO Date Updated)"},{"comp":1,"quote":213958,"Line":1,"Comment":"04/15/2024 2:57 PM - stevel - F/U changed from 04/10/2024 to 5/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213958,"Line":2,"Comment":"04/15/2024 2:57 PM - stevel - TODO: Joshua to follow up"},{"comp":1,"quote":213958,"Line":3,"Comment":"04/15/2024 2:58 PM - stevel - PIC changed from stevel to joshuav"},{"comp":1,"quote":213958,"Line":4,"Comment":"04/26/2024 4:54 PM - joshuav - Req Date changed from 05/09/2024 to 07/13/2024 (Req Date Updated)"},{"comp":1,"quote":213958,"Line":5,"Comment":"04/26/2024 4:54 PM - joshuav - CLO changed from 05/04/2024 to 07/06/2024 (CLO Date Updated)"},{"comp":1,"quote":213958,"Line":6,"Comment":"04/26/2024 4:54 PM - joshuav - F/U changed from 05/04/2024 to 5/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213958,"Line":7,"Comment":"05/17/2024 11:22 AM - joshuav - F/U changed from 05/18/2024 to 6/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213958,"Line":8,"Comment":"06/06/2024 10:02 AM - joshuav - F/U changed from 06/08/2024 to 6/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213958,"Line":9,"Comment":"06/21/2024 7:52 AM - joshuav - F/U Changed from 6/22/2024 to 6/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213958,"Line":10,"Comment":"06/28/2024 11:04 AM - joshuav - Req Date changed from 07/13/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":213958,"Line":11,"Comment":"06/28/2024 11:04 AM - joshuav - CLO changed from 07/06/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":213958,"Line":12,"Comment":"06/28/2024 11:04 AM - joshuav - F/U changed from 06/29/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213958,"Line":13,"Comment":"07/23/2024 1:02 PM - joshuav - Encounter has been added"},{"comp":1,"quote":213958,"Line":14,"Comment":"07/23/2024 1:09 PM - joshuav - F/U changed from 07/27/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213958,"Line":15,"Comment":"08/28/2024 7:35 AM - joshuav - Req Date change from 9/28/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":213958,"Line":16,"Comment":"08/28/2024 7:35 AM - joshuav - CLO changed from 9/21/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":213958,"Line":17,"Comment":"08/28/2024 7:35 AM - joshuav - F/U Changed from 8/31/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213958,"Line":18,"Comment":"10/10/2024 7:48 AM - joshuav - F/U Changed from 10/5/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213958,"Line":19,"Comment":"11/06/2024 10:37 PM - joshuav - Req Date change from 11/30/2024 to 2/22/2025 (Req Date Updated)"},{"comp":1,"quote":213958,"Line":20,"Comment":"11/06/2024 10:37 PM - joshuav - CLO changed from 11/23/2024 to 2/8/2025 (CLO Date Updated)"},{"comp":1,"quote":213958,"Line":21,"Comment":"11/06/2024 10:37 PM - joshuav - F/U Changed from 11/2/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":213958,"Line":22,"Comment":"11/24/2024 10:27 AM - joshuav - F/U Changed from 11/30/2024 to 12/21/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"213958","line":"1","part":"NCT200FA-M4","qty":"1","price":"19215.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"213958","line":"2","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"7500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-24 10:27:47.194 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221962-11242024102746.txt === {"quote":"221962","customer":"13712TA","name":null,"customerName":"Morris Midwest (WI-TA)","comp":"01","open":"0","shipto":"DURINDUS","shiptoName":"Durex Industries","entry_date":"09-23-2024","cust_order_date":"09-23-2024","req_date":"01-04-2025","cust_po":"CAT40 ER11","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tony Gerace","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"15:55","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Tony Gerace","follow_phone":"(224) 783-0111","follow_email":"agerace@morrismidwest.com","pic_user":"joshuav","total_amt":"2650.60","total_gp":"1658.40","total_gpm":"62.57","rev_type":"STD","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"20","win_pct":"20","clo_date":"12-28-2024","notes":[{"comp":"1","quote":"221962","line":"0","data":"09-23-2024 15:56 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221962,"Line":0,"Comment":"09/24/2024 7:45 AM - joshuav - Req Date change from 11/4/2024 to 1/4/2025 (Req Date Updated)"},{"comp":1,"quote":221962,"Line":1,"Comment":"09/24/2024 7:45 AM - joshuav - CLO changed from 10/23/2024 to 12/28/2024 (CLO Date Updated)"},{"comp":1,"quote":221962,"Line":2,"Comment":"09/24/2024 7:46 AM - joshuav - F/U Changed from 9/29/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221962,"Line":3,"Comment":"10/23/2024 3:41 PM - joshuav - F/U changed from 10/26/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221962,"Line":4,"Comment":"11/24/2024 10:27 AM - joshuav - F/U Changed from 11/30/2024 to 12/21/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"221962","line":"1","part":"C4007-0011-2.50","qty":"10","price":"200.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221962","line":"2","part":"C4007-0011-4.00","qty":"10","price":"257.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-24 10:28:08.914 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223104-11242024102808.txt === {"quote":"223104","customer":"16740","name":null,"customerName":"Precision Plus Machines Inc.","comp":"01","open":"0","shipto":"ERAIELKG","shiptoName":"ERA Industries","entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"02-08-2025","cust_po":"","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Imad Tsay","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"09:38","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Imad Tsay","follow_phone":"","follow_email":"parts@ppmsales.net","pic_user":"joshuav","total_amt":"22456.82","total_gp":"15023.88","total_gpm":"66.90","rev_type":"ADV","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"106","win_pct":"20","clo_date":"01-18-2025","notes":[{"comp":"1","quote":"223104","line":"2","data":"10-17-2024 10:00 - Discounts Recalculated QS"},{"comp":"1","quote":"223104","line":"1","data":"10-17-2024 09:53 - Discounts Recalculated QS"},{"comp":"1","quote":"223104","line":"0","data":"10-17-2024 09:50 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223104,"Line":0,"Comment":"10/21/2024 8:32 AM - joshuav - Req Date change from 11/28/2024 to 1/25/2025 (Req Date Updated)"},{"comp":1,"quote":223104,"Line":1,"Comment":"10/21/2024 8:32 AM - joshuav - CLO changed from 11/17/2024 to 1/18/2025 (CLO Date Updated)"},{"comp":1,"quote":223104,"Line":2,"Comment":"10/21/2024 8:33 AM - joshuav - F/U Changed from 10/23/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223104,"Line":3,"Comment":"11/24/2024 10:28 AM - joshuav - Req Date change from 1/25/2025 to 2/8/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"223104","line":"1","part":"BT40-SF0125-3.54","qty":"10","price":"310.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223104","line":"2","part":"BT40-SF0187-3.54","qty":"10","price":"310.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223104","line":"3","part":"BT40-SF0250-3.54CP","qty":"15","price":"310.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223104","line":"4","part":"BT40-SF0312-3.54CP","qty":"10","price":"310.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223104","line":"5","part":"BT40-SF0375-3.54CP","qty":"10","price":"310.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223104","line":"6","part":"BT40-SF0500-3.54CP","qty":"10","price":"310.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223104","line":"7","part":"BT40-SF0625-3.54CP","qty":"5","price":"310.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223104","line":"8","part":"BT40-SF6-90","qty":"5","price":"283.00","uom":"EA","discount":"28.00","req_date":"3 in stk RMD 2-4wks","branch":"1"},{"comp":"01","order":"223104","line":"10","part":"BT40-SF0250-6.30","qty":"2","price":"343.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223104","line":"11","part":"B4007-0016-3.50","qty":"15","price":"278.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223104","line":"12","part":"B4007-0016-5.00","qty":"2","price":"307.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223104","line":"13","part":"B4007-0032-3.13","qty":"10","price":"253.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223104","line":"14","part":"BT40-SF10-90","qty":"2","price":"283.00","uom":"EA","discount":"0.00","req_date":"ETA 2-4 weeks","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":13}}] 2024-11-24 10:28:16.531 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223104-11242024102816.txt === {"quote":"223104","customer":"16740","name":null,"customerName":"Precision Plus Machines Inc.","comp":"01","open":"0","shipto":"ERAIELKG","shiptoName":"ERA Industries","entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"02-08-2025","cust_po":"","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Imad Tsay","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"09:38","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Imad Tsay","follow_phone":"","follow_email":"parts@ppmsales.net","pic_user":"joshuav","total_amt":"22456.82","total_gp":"15023.88","total_gpm":"66.90","rev_type":"ADV","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"106","win_pct":"20","clo_date":"02-01-2025","notes":[{"comp":"1","quote":"223104","line":"2","data":"10-17-2024 10:00 - Discounts Recalculated QS"},{"comp":"1","quote":"223104","line":"1","data":"10-17-2024 09:53 - Discounts Recalculated QS"},{"comp":"1","quote":"223104","line":"0","data":"10-17-2024 09:50 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223104,"Line":0,"Comment":"10/21/2024 8:32 AM - joshuav - Req Date change from 11/28/2024 to 1/25/2025 (Req Date Updated)"},{"comp":1,"quote":223104,"Line":1,"Comment":"10/21/2024 8:32 AM - joshuav - CLO changed from 11/17/2024 to 1/18/2025 (CLO Date Updated)"},{"comp":1,"quote":223104,"Line":2,"Comment":"10/21/2024 8:33 AM - joshuav - F/U Changed from 10/23/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223104,"Line":3,"Comment":"11/24/2024 10:28 AM - joshuav - Req Date change from 1/25/2025 to 2/8/2025 (Req Date Updated)"},{"comp":1,"quote":223104,"Line":4,"Comment":"11/24/2024 10:28 AM - joshuav - CLO changed from 1/18/2025 to 2/1/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223104","line":"1","part":"BT40-SF0125-3.54","qty":"10","price":"310.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223104","line":"2","part":"BT40-SF0187-3.54","qty":"10","price":"310.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223104","line":"3","part":"BT40-SF0250-3.54CP","qty":"15","price":"310.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223104","line":"4","part":"BT40-SF0312-3.54CP","qty":"10","price":"310.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223104","line":"5","part":"BT40-SF0375-3.54CP","qty":"10","price":"310.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223104","line":"6","part":"BT40-SF0500-3.54CP","qty":"10","price":"310.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223104","line":"7","part":"BT40-SF0625-3.54CP","qty":"5","price":"310.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223104","line":"8","part":"BT40-SF6-90","qty":"5","price":"283.00","uom":"EA","discount":"28.00","req_date":"3 in stk RMD 2-4wks","branch":"1"},{"comp":"01","order":"223104","line":"10","part":"BT40-SF0250-6.30","qty":"2","price":"343.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223104","line":"11","part":"B4007-0016-3.50","qty":"15","price":"278.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223104","line":"12","part":"B4007-0016-5.00","qty":"2","price":"307.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223104","line":"13","part":"B4007-0032-3.13","qty":"10","price":"253.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223104","line":"14","part":"BT40-SF10-90","qty":"2","price":"283.00","uom":"EA","discount":"0.00","req_date":"ETA 2-4 weeks","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":13}}] 2024-11-24 10:28:26.444 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223104-11242024102826.txt === {"quote":"223104","customer":"16740","name":null,"customerName":"Precision Plus Machines Inc.","comp":"01","open":"0","shipto":"ERAIELKG","shiptoName":"ERA Industries","entry_date":"10-17-2024","cust_order_date":"10-17-2024","req_date":"02-08-2025","cust_po":"","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Imad Tsay","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"09:38","extra":"","follow_up":"01-11-2025","web_id":"","follow_name":"Imad Tsay","follow_phone":"","follow_email":"parts@ppmsales.net","pic_user":"joshuav","total_amt":"22456.82","total_gp":"15023.88","total_gpm":"66.90","rev_type":"ADV","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"106","win_pct":"20","clo_date":"02-01-2025","notes":[{"comp":"1","quote":"223104","line":"2","data":"10-17-2024 10:00 - Discounts Recalculated QS"},{"comp":"1","quote":"223104","line":"1","data":"10-17-2024 09:53 - Discounts Recalculated QS"},{"comp":"1","quote":"223104","line":"0","data":"10-17-2024 09:50 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223104,"Line":0,"Comment":"10/21/2024 8:32 AM - joshuav - Req Date change from 11/28/2024 to 1/25/2025 (Req Date Updated)"},{"comp":1,"quote":223104,"Line":1,"Comment":"10/21/2024 8:32 AM - joshuav - CLO changed from 11/17/2024 to 1/18/2025 (CLO Date Updated)"},{"comp":1,"quote":223104,"Line":2,"Comment":"10/21/2024 8:33 AM - joshuav - F/U Changed from 10/23/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223104,"Line":3,"Comment":"11/24/2024 10:28 AM - joshuav - Req Date change from 1/25/2025 to 2/8/2025 (Req Date Updated)"},{"comp":1,"quote":223104,"Line":4,"Comment":"11/24/2024 10:28 AM - joshuav - CLO changed from 1/18/2025 to 2/1/2025 (CLO Date Updated)"},{"comp":1,"quote":223104,"Line":5,"Comment":"11/24/2024 10:28 AM - joshuav - F/U Changed from 11/30/2024 to 1/11/2025 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223104","line":"1","part":"BT40-SF0125-3.54","qty":"10","price":"310.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223104","line":"2","part":"BT40-SF0187-3.54","qty":"10","price":"310.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223104","line":"3","part":"BT40-SF0250-3.54CP","qty":"15","price":"310.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223104","line":"4","part":"BT40-SF0312-3.54CP","qty":"10","price":"310.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223104","line":"5","part":"BT40-SF0375-3.54CP","qty":"10","price":"310.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223104","line":"6","part":"BT40-SF0500-3.54CP","qty":"10","price":"310.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223104","line":"7","part":"BT40-SF0625-3.54CP","qty":"5","price":"310.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223104","line":"8","part":"BT40-SF6-90","qty":"5","price":"283.00","uom":"EA","discount":"28.00","req_date":"3 in stk RMD 2-4wks","branch":"1"},{"comp":"01","order":"223104","line":"10","part":"BT40-SF0250-6.30","qty":"2","price":"343.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223104","line":"11","part":"B4007-0016-3.50","qty":"15","price":"278.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223104","line":"12","part":"B4007-0016-5.00","qty":"2","price":"307.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223104","line":"13","part":"B4007-0032-3.13","qty":"10","price":"253.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223104","line":"14","part":"BT40-SF10-90","qty":"2","price":"283.00","uom":"EA","discount":"0.00","req_date":"ETA 2-4 weeks","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":13}}] 2024-11-24 10:28:47.884 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221055-11242024102847.txt === {"quote":"221055","customer":"13712TA","name":null,"customerName":"Morris Midwest (WI-TA)","comp":"01","open":"0","shipto":"CDEGIKKL","shiptoName":"Morris Midwest, LLC.","entry_date":"09-03-2024","cust_order_date":"09-03-2024","req_date":"12-28-2024","cust_po":"","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Steve Lewis","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"14:12","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Steve Lewis","follow_phone":"414-586-0450","follow_email":"slewis@morrismidwest.com","pic_user":"joshuav","total_amt":"32652.48","total_gp":"21519.72","total_gpm":"65.91","rev_type":"ADV","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"180","win_pct":"20","clo_date":"12-21-2024","notes":[{"comp":"1","quote":"221055","line":"1","data":"09-03-2024 14:35 - Discounts Recalculated QS"},{"comp":"1","quote":"221055","line":"0","data":"09-03-2024 14:19 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221055,"Line":0,"Comment":"09/08/2024 12:30 PM - joshuav - Req Date change from 10/15/2024 to 12/28/2024 (Req Date Updated)"},{"comp":1,"quote":221055,"Line":1,"Comment":"09/08/2024 12:30 PM - joshuav - CLO changed from 10/3/2024 to 12/21/2024 (CLO Date Updated)"},{"comp":1,"quote":221055,"Line":2,"Comment":"09/08/2024 12:31 PM - joshuav - F/U Changed from 9/9/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221055,"Line":3,"Comment":"10/23/2024 3:34 PM - joshuav - F/U changed from 10/26/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221055,"Line":4,"Comment":"11/24/2024 10:28 AM - joshuav - F/U Changed from 11/30/2024 to 12/14/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"221055","line":"1","part":"HSK100A-1250-4.00","qty":"1","price":"456.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"2","part":"HSK100A-C1.1/4-115-IDU","qty":"6","price":"856.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"3","part":"HSK100A-SK10C-105-IDU","qty":"6","price":"683.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"4","part":"HSK100A-SK10C-105-IDU","qty":"1","price":"683.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"5","part":"HSK100A-SK10C-120-IDU","qty":"7","price":"688.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"6","part":"HSK100A-SK10C-150-IDU","qty":"12","price":"672.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"7","part":"HSK100A-SK10C-200-IDU","qty":"2","price":"847.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"8","part":"HSK100A-SK16C-120-IDU","qty":"10","price":"709.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"9","part":"HSK100A-SK16C-200","qty":"4","price":"770.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"10","part":"HSK100A-SK16C-150","qty":"5","price":"760.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"11","part":"HSK100A-SK25C-145-IDU","qty":"6","price":"670.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"12","part":"HSK100A-SK25C-145-IDU","qty":"1","price":"670.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"13","part":"HSK100A-SK6C-105","qty":"5","price":"591.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"14","part":"KM1.1/4-1","qty":"2","price":"64.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"15","part":"SK10-10","qty":"2","price":"67.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"16","part":"SK10-10","qty":"5","price":"67.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"17","part":"SK10-3.5","qty":"1","price":"67.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"18","part":"SK10-4","qty":"1","price":"67.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"19","part":"SK10-6","qty":"1","price":"67.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"20","part":"SK10-6.5","qty":"4","price":"67.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"21","part":"SK10-7","qty":"1","price":"67.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"22","part":"SK10-7","qty":"1","price":"67.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"23","part":"SK10-7.5","qty":"3","price":"67.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"24","part":"SK10-8","qty":"1","price":"67.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"25","part":"SK10-8","qty":"5","price":"67.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"26","part":"SK10-8","qty":"1","price":"67.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"27","part":"SK10-8.5","qty":"1","price":"67.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"28","part":"SK10-9.5","qty":"1","price":"67.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"29","part":"SK16-1/2A","qty":"1","price":"82.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"30","part":"SK16-10.5","qty":"1","price":"82.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"31","part":"SK16-11.5","qty":"1","price":"82.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"32","part":"SK16-12","qty":"1","price":"82.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"33","part":"SK16-12","qty":"6","price":"82.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"34","part":"SK16-13","qty":"2","price":"82.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"35","part":"SK16-14","qty":"1","price":"82.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"36","part":"SK16-14","qty":"3","price":"82.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"37","part":"SK16-16","qty":"2","price":"82.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"38","part":"SK16-8","qty":"1","price":"82.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"39","part":"SK25-19.5","qty":"1","price":"100.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"40","part":"SK25-17.5","qty":"1","price":"100.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"41","part":"SK25-19.5","qty":"1","price":"100.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"42","part":"SK25-20","qty":"1","price":"100.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"43","part":"SK25-25.4","qty":"1","price":"100.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"44","part":"SK25-3/4A","qty":"2","price":"100.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"45","part":"SK6-4","qty":"1","price":"65.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"46","part":"SK6-6","qty":"4","price":"65.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"47","part":"SKJ10-10C","qty":"5","price":"40.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"48","part":"SKJ10-6C","qty":"1","price":"40.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"49","part":"SKJ10-7C","qty":"1","price":"40.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"50","part":"SKJ10-8C","qty":"6","price":"40.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"51","part":"SKJ16-12C","qty":"1","price":"47.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"52","part":"SKJ16-16C","qty":"2","price":"47.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"53","part":"SKJ16-9/16C","qty":"3","price":"47.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"54","part":"SKJ25-11/16C","qty":"1","price":"59.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"55","part":"SKJ25-20C","qty":"1","price":"59.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"56","part":"SKJ25-3/4C","qty":"1","price":"59.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"57","part":"SKJ6-6C","qty":"4","price":"40.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"58","part":"SKN-10KJ","qty":"13","price":"68.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"59","part":"SKN-10KJ","qty":"1","price":"68.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"60","part":"SKN-16BJ","qty":"6","price":"95.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"61","part":"SKN-25BJ","qty":"1","price":"118.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"62","part":"SKN-25BJ","qty":"2","price":"118.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221055","line":"63","part":"SKN-6WKJ","qty":"4","price":"68.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":63}}] 2024-11-24 10:29:37.270 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221080-11242024102937.txt === {"quote":"221080","customer":"13712TA","name":null,"customerName":"Morris Midwest (WI-TA)","comp":"01","open":"0","shipto":"CDEGIKKL","shiptoName":"Morris Midwest, LLC.","entry_date":"09-04-2024","cust_order_date":"09-04-2024","req_date":"12-28-2024","cust_po":"jt4","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Steve Lewis","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"09:55","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Steve Lewis","follow_phone":"414-586-0450","follow_email":"slewis@morrismidwest.com","pic_user":"joshuav","total_amt":"684","total_gp":"926.20","total_gpm":"81.25","rev_type":"STD","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-21-2024","notes":[{"comp":"1","quote":"221080","line":"4","data":"09-04-2024 10:08 - Discounts Recalculated QS"},{"comp":"1","quote":"221080","line":"3","data":"09-04-2024 10:08 - Discounts Recalculated QS"},{"comp":"1","quote":"221080","line":"2","data":"time. Em'd to Joshua."},{"comp":"1","quote":"221080","line":"1","data":"time is end of September. Estimating ~5 Wk lead"},{"comp":"1","quote":"221080","line":"0","data":"09-04-2024 15:08-jennad Added to quote log. MFG"}],"crmnotes":[{"comp":1,"quote":221080,"Line":0,"Comment":"09/08/2024 12:31 PM - joshuav - Req Date change from 10/16/2024 to 12/28/2024 (Req Date Updated)"},{"comp":1,"quote":221080,"Line":1,"Comment":"09/08/2024 12:32 PM - joshuav - CLO changed from 10/4/2024 to 12/21/2024 (CLO Date Updated)"},{"comp":1,"quote":221080,"Line":2,"Comment":"09/08/2024 12:32 PM - joshuav - F/U Changed from 9/10/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221080,"Line":3,"Comment":"10/10/2024 7:50 AM - joshuav - F/U Changed from 10/12/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221080,"Line":4,"Comment":"11/06/2024 10:36 PM - joshuav - F/U Changed from 11/2/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221080,"Line":5,"Comment":"11/24/2024 10:29 AM - joshuav - F/U Changed from 11/30/2024 to 12/14/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"221080","line":"1","part":"18N","qty":"1","price":"1140.00","uom":"EA","discount":"40.00","req_date":"~5 Weeks","branch":"1"}],"qlines":[{"Quote":"221080","Line":"1","Company":"1","F_Line":"1","Comment":"Please note: This is special non-standard stock. Once","Loc":"Y"},{"Quote":"221080","Line":"1","Company":"1","F_Line":"2","Comment":"a PO is placed it cannot be cancelled or returned.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-24 10:29:49.285 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219164-11242024102949.txt === {"quote":"219164","customer":"13712TA","name":null,"customerName":"Morris Midwest (WI-TA)","comp":"01","open":"0","shipto":"CDEGIKKL","shiptoName":"Morris Midwest, LLC.","entry_date":"07-24-2024","cust_order_date":"07-24-2024","req_date":"02-01-2025","cust_po":"","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Steve Lewis","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"08:53","extra":"","follow_up":"01-04-2025","web_id":"","follow_name":"Steve Lewis","follow_phone":"414-586-0450","follow_email":"slewis@morrismidwest.com","pic_user":"joshuav","total_amt":"15272.66","total_gp":"8342.68","total_gpm":"54.62","rev_type":"STD","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"81","win_pct":"20","clo_date":"01-25-2025","notes":[{"comp":"1","quote":"219164","line":"4","data":"07-24-2024 09:13 - Discounts Recalculated QS"},{"comp":"1","quote":"219164","line":"3","data":"assemble balance on MOD log."},{"comp":"1","quote":"219164","line":"2","data":"CAT50 Rigid Tap Holder #1 8pcs. If ordered,"},{"comp":"1","quote":"219164","line":"1","data":"CAT50 Rigid Tap Holder #2 6pcs. Adding Line 2"},{"comp":"1","quote":"219164","line":"0","data":"08-08-2024 14:30-jennad Replacing Line 1 with"}],"crmnotes":[{"comp":1,"quote":219164,"Line":0,"Comment":"07/26/2024 10:21 PM - joshuav - Req Date change from 9/4/2024 to 11/9/2024 (Req Date Updated)"},{"comp":1,"quote":219164,"Line":1,"Comment":"07/26/2024 10:22 PM - joshuav - CLO changed from 8/24/2024 to 11/2/2024 (CLO Date Updated)"},{"comp":1,"quote":219164,"Line":2,"Comment":"07/26/2024 10:22 PM - joshuav - F/U Changed from 7/30/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219164,"Line":3,"Comment":"08/28/2024 8:17 AM - joshuav - F/U Changed from 8/31/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219164,"Line":4,"Comment":"09/24/2024 7:42 AM - joshuav - F/U Changed from 9/28/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219164,"Line":5,"Comment":"10/23/2024 3:15 PM - joshuav - F/U changed from 10/26/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219164,"Line":6,"Comment":"10/23/2024 3:15 PM - joshuav - CLO changed from 11/02/2024 to 01/25/2025 (CLO Date Updated)"},{"comp":1,"quote":219164,"Line":7,"Comment":"10/23/2024 3:16 PM - joshuav - Req Date changed from 11/09/2024 to 02/01/2025 (Req Date Updated)"},{"comp":1,"quote":219164,"Line":8,"Comment":"11/24/2024 10:29 AM - joshuav - F/U Changed from 11/30/2024 to 1/4/2025 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"219164","line":"1","part":"C50R5-0875-3.50(C)","qty":"6","price":"663.00","uom":"EA","discount":"42.00","req_date":"1 Stk/Bal 2-3 days","branch":"1"},{"comp":"01","order":"219164","line":"2","part":"C50R5-0562-2.87(C)","qty":"8","price":"573.00","uom":"EA","discount":"42.00","req_date":"2 Stk/Bal 2-3 days","branch":"1"},{"comp":"01","order":"219164","line":"3","part":"SE2-18.0X14.0","qty":"2","price":"75.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219164","line":"4","part":"C5006-16-3.00","qty":"2","price":"186.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219164","line":"5","part":"CAT50-SK25-105U-IDU","qty":"14","price":"559.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219164","line":"6","part":"SK25-3/4AC","qty":"10","price":"187.00","uom":"EA","discount":"40.00","req_date":"9 stk RMD due 8/8","branch":"2"},{"comp":"01","order":"219164","line":"7","part":"SK25-25.4AC","qty":"5","price":"187.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"2"},{"comp":"01","order":"219164","line":"8","part":"SK25-7/8AC","qty":"2","price":"187.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"2"},{"comp":"01","order":"219164","line":"9","part":"C5007-0025-4.00","qty":"10","price":"311.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219164","line":"10","part":"E25-022(C)","qty":"2","price":"93.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219164","line":"11","part":"E25-014(C)","qty":"2","price":"93.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219164","line":"12","part":"E25-040(C)","qty":"2","price":"93.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219164","line":"13","part":"E25-032(C)","qty":"2","price":"93.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219164","line":"14","part":"C5006-1250-4.00","qty":"1","price":"213.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"2"},{"comp":"01","order":"219164","line":"15","part":"E32-EXT-125","qty":"2","price":"231.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219164","line":"16","part":"TCLA-50/100A/C10","qty":"1","price":"315.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219164","line":"17","part":"E25-393(C)","qty":"2","price":"93.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219164","line":"18","part":"E25-236(C)","qty":"2","price":"93.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219164","line":"19","part":"E25-472(C)","qty":"6","price":"93.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":19}}] 2024-11-24 10:30:08.247 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221158-11242024103008.txt === {"quote":"221158","customer":"4990","name":null,"customerName":"Dynomax Inc.","comp":"01","open":"0","shipto":"DYNOMAX","shiptoName":"Dynomax Inc","entry_date":"09-05-2024","cust_order_date":"09-05-2024","req_date":"12-28-2024","cust_po":"","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Mike Gawlik","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"12:28","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Mike Gawlik","follow_phone":"","follow_email":"mgawlik@dynomaxinc.com","pic_user":"joshuav","total_amt":"2973.6","total_gp":"2193.48","total_gpm":"73.77","rev_type":"ADV","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"36","win_pct":"20","clo_date":"12-21-2024","notes":[{"comp":"1","quote":"221158","line":"0","data":"09-05-2024 12:29 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221158,"Line":0,"Comment":"09/08/2024 12:31 PM - joshuav - Req Date change from 10/17/2024 to 12/28/2024 (Req Date Updated)"},{"comp":1,"quote":221158,"Line":1,"Comment":"09/08/2024 12:31 PM - joshuav - CLO changed from 10/5/2024 to 12/21/2024 (CLO Date Updated)"},{"comp":1,"quote":221158,"Line":2,"Comment":"09/08/2024 12:31 PM - joshuav - F/U Changed from 9/11/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221158,"Line":3,"Comment":"10/21/2024 8:39 AM - joshuav - F/U Changed from 10/26/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221158,"Line":4,"Comment":"11/24/2024 10:30 AM - joshuav - F/U Changed from 11/30/2024 to 12/14/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"221158","line":"1","part":"VMK8-1/8","qty":"12","price":"118.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221158","line":"2","part":"VMK8-3/16","qty":"12","price":"118.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221158","line":"3","part":"VMK8-1/4","qty":"12","price":"118.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-24 10:30:34.430 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219447-11242024103034.txt === {"quote":"219447","customer":"13687","name":null,"customerName":"DMG Mori (IL)","comp":"01","open":"0","shipto":"DMGHUG","shiptoName":"DMG MORI U.S.A Inc","entry_date":"07-30-2024","cust_order_date":"07-30-2024","req_date":"01-04-2025","cust_po":"Q65 deadlength","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Scott Gross","drop_po":"CLX450TC","status":"0","user":"joshuav","conv_order":"","time":"15:57","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Scott Gross","follow_phone":"(847) 593-5400","follow_email":"scott.gross@dmg-mori.com","pic_user":"joshuav","total_amt":"2731.50","total_gp":"1749.00","total_gpm":"64.03","rev_type":"PCQC","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-28-2024","notes":[{"comp":"1","quote":"219447","line":"0","data":"07-30-2024 16:10 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":219447,"Line":0,"Comment":"07/31/2024 10:26 AM - joshuav - Req Date changed from 09/10/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":219447,"Line":1,"Comment":"07/31/2024 10:26 AM - joshuav - CLO changed from 08/30/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":219447,"Line":2,"Comment":"07/31/2024 10:26 AM - joshuav - F/U changed from 08/12/2024 to 8/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219447,"Line":3,"Comment":"07/31/2024 10:31 AM - joshuav - Encounter has been added"},{"comp":1,"quote":219447,"Line":4,"Comment":"08/29/2024 10:38 AM - joshuav - F/U Changed from 8/31/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219447,"Line":5,"Comment":"09/24/2024 7:52 AM - joshuav - F/U Changed from 9/28/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219447,"Line":6,"Comment":"10/23/2024 3:40 PM - joshuav - F/U changed from 10/26/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219447,"Line":7,"Comment":"10/23/2024 3:40 PM - joshuav - CLO changed from 11/02/2024 to 12/28/2024 (CLO Date Updated)"},{"comp":1,"quote":219447,"Line":8,"Comment":"10/23/2024 3:40 PM - joshuav - Req Date changed from 11/09/2024 to 01/04/2025 (Req Date Updated)"},{"comp":1,"quote":219447,"Line":9,"Comment":"11/24/2024 10:30 AM - joshuav - F/U Changed from 11/30/2024 to 12/21/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"219447","line":"2","part":"QCC-DL65-BASE-A8","qty":"2","price":"1421.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219447","line":"3","part":"MODIFICATION-DSCRW-THREAD","qty":"2","price":"300.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-24 10:30:48.179 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219522-11242024103047.txt === {"quote":"219522","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMAZDIV","shiptoName":"Yamazen, Inc. Tooling Div","entry_date":"07-31-2024","cust_order_date":"07-31-2024","req_date":"01-04-2025","cust_po":"","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Angie Ibarra","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"15:35","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Angie Ibarra","follow_phone":"847-882-9056","follow_email":"angieibarra@yamazen.com","pic_user":"joshuav","total_amt":"4491.03","total_gp":"2068.14","total_gpm":"46.05","rev_type":"STD","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"63","win_pct":"20","clo_date":"12-28-2024","notes":[{"comp":"1","quote":"219522","line":"2","data":"07-31-2024 16:10 - Discounts Recalculated QS"},{"comp":"1","quote":"219522","line":"1","data":"07-31-2024 16:07 - Discounts Recalculated QS"},{"comp":"1","quote":"219522","line":"0","data":"07-31-2024 15:44 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":219522,"Line":0,"Comment":"08/03/2024 10:27 AM - joshuav - F/U Changed from 8/6/2024 to 8/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219522,"Line":1,"Comment":"08/21/2024 8:27 AM - joshuav - F/U changed from 08/24/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219522,"Line":2,"Comment":"08/21/2024 8:27 AM - joshuav - CLO changed from 08/31/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":219522,"Line":3,"Comment":"08/21/2024 8:27 AM - joshuav - Req Date changed from 09/11/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":219522,"Line":4,"Comment":"09/21/2024 11:54 AM - joshuav - Req Date change from 11/9/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":219522,"Line":5,"Comment":"09/21/2024 11:54 AM - joshuav - CLO changed from 11/2/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":219522,"Line":6,"Comment":"09/21/2024 11:54 AM - joshuav - F/U Changed from 9/21/2024 to 10/12/2024 (Follow Up in 3 Weeks)"},{"comp":1,"quote":219522,"Line":7,"Comment":"10/11/2024 3:58 PM - joshuav - F/U changed from 10/12/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219522,"Line":8,"Comment":"11/06/2024 10:34 PM - joshuav - Req Date change from 11/30/2024 to 1/4/2025 (Req Date Updated)"},{"comp":1,"quote":219522,"Line":9,"Comment":"11/06/2024 10:34 PM - joshuav - CLO changed from 11/23/2024 to 12/28/2024 (CLO Date Updated)"},{"comp":1,"quote":219522,"Line":10,"Comment":"11/06/2024 10:34 PM - joshuav - F/U Changed from 11/2/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219522,"Line":11,"Comment":"11/24/2024 10:30 AM - joshuav - F/U Changed from 11/30/2024 to 12/21/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"219522","line":"1","part":"NB3007-0016-5.00G","qty":"26","price":"282.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219522","line":"2","part":"NB3007-0032-5.00G","qty":"1","price":"311.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219522","line":"3","part":"E32-787","qty":"1","price":"52.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219522","line":"4","part":"B30-6000-EU","qty":"27","price":"26.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219522","line":"5","part":"E16-006","qty":"1","price":"46.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219522","line":"6","part":"E16-010","qty":"3","price":"42.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219522","line":"7","part":"E16-012","qty":"2","price":"42.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219522","line":"8","part":"TQW-E32-G","qty":"1","price":"153.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219522","line":"9","part":"TQW-E16-G","qty":"1","price":"140.00","uom":"EA","discount":"47.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":9}}] 2024-11-24 10:31:09.456 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224611-11242024103109.txt === {"quote":"224611","customer":"8092","name":null,"customerName":"Haas Factory Outlet (IL)","comp":"01","open":"0","shipto":"ACEBENIL","shiptoName":"Ace Metal Crafts BLDG #2","entry_date":"11-19-2024","cust_order_date":"11-19-2024","req_date":"03-08-2025","cust_po":"HAAS VF-9","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Rudy Marotti","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"11:37","extra":"","follow_up":"12-02-2024","web_id":"","follow_name":"Rudy Marotti","follow_phone":"","follow_email":"rmarotti@hfochicago.com","pic_user":"joshuav","total_amt":"18913.50","total_gp":"18913.50","total_gpm":"100.00","rev_type":"RT","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-19-2024","notes":[{"comp":"1","quote":"224611","line":"0","data":"11-19-2024 11:38 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224611,"Line":0,"Comment":"11/24/2024 10:31 AM - joshuav - Req Date change from 12/31/2024 to 3/8/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"224611","line":"1","part":"CNC302YA-M","qty":"1","price":"25305.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224611","line":"2","part":"RT-INSTALLATION","qty":"1","price":"1200.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-24 10:31:15.615 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224611-11242024103115.txt === {"quote":"224611","customer":"8092","name":null,"customerName":"Haas Factory Outlet (IL)","comp":"01","open":"0","shipto":"ACEBENIL","shiptoName":"Ace Metal Crafts BLDG #2","entry_date":"11-19-2024","cust_order_date":"11-19-2024","req_date":"03-08-2025","cust_po":"HAAS VF-9","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Rudy Marotti","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"11:37","extra":"","follow_up":"12-02-2024","web_id":"","follow_name":"Rudy Marotti","follow_phone":"","follow_email":"rmarotti@hfochicago.com","pic_user":"joshuav","total_amt":"18913.50","total_gp":"18913.50","total_gpm":"100.00","rev_type":"RT","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"2","win_pct":"20","clo_date":"03-01-2025","notes":[{"comp":"1","quote":"224611","line":"0","data":"11-19-2024 11:38 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224611,"Line":0,"Comment":"11/24/2024 10:31 AM - joshuav - Req Date change from 12/31/2024 to 3/8/2025 (Req Date Updated)"},{"comp":1,"quote":224611,"Line":1,"Comment":"11/24/2024 10:31 AM - joshuav - CLO changed from 12/19/2024 to 3/1/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224611","line":"1","part":"CNC302YA-M","qty":"1","price":"25305.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224611","line":"2","part":"RT-INSTALLATION","qty":"1","price":"1200.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-24 10:31:25.549 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224611-11242024103125.txt === {"quote":"224611","customer":"8092","name":null,"customerName":"Haas Factory Outlet (IL)","comp":"01","open":"0","shipto":"ACEBENIL","shiptoName":"Ace Metal Crafts BLDG #2","entry_date":"11-19-2024","cust_order_date":"11-19-2024","req_date":"03-08-2025","cust_po":"HAAS VF-9","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Rudy Marotti","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"11:37","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Rudy Marotti","follow_phone":"","follow_email":"rmarotti@hfochicago.com","pic_user":"joshuav","total_amt":"18913.50","total_gp":"18913.50","total_gpm":"100.00","rev_type":"RT","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"2","win_pct":"20","clo_date":"03-01-2025","notes":[{"comp":"1","quote":"224611","line":"0","data":"11-19-2024 11:38 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224611,"Line":0,"Comment":"11/24/2024 10:31 AM - joshuav - Req Date change from 12/31/2024 to 3/8/2025 (Req Date Updated)"},{"comp":1,"quote":224611,"Line":1,"Comment":"11/24/2024 10:31 AM - joshuav - CLO changed from 12/19/2024 to 3/1/2025 (CLO Date Updated)"},{"comp":1,"quote":224611,"Line":2,"Comment":"11/24/2024 10:31 AM - joshuav - F/U Changed from 12/2/2024 to 12/21/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224611","line":"1","part":"CNC302YA-M","qty":"1","price":"25305.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224611","line":"2","part":"RT-INSTALLATION","qty":"1","price":"1200.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-24 10:31:53.776 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224662-11242024103153.txt === {"quote":"224662","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"EFFHHKNP","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"11-20-2024","cust_order_date":"11-20-2024","req_date":"03-29-2025","cust_po":"E236+ E346+","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Joseph Wallace","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"07:34","extra":"","follow_up":"12-03-2024","web_id":"","follow_name":"Joseph Wallace","follow_phone":"","follow_email":"joseph.wallace@mscdirect.com","pic_user":"joshuav","total_amt":"12605.00","total_gp":"7204.44","total_gpm":"57.16","rev_type":"ADV","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"17","win_pct":"20","clo_date":"12-20-2024","notes":[{"comp":"1","quote":"224662","line":"2","data":"11-21-2024 08:38 - Discounts Recalculated QS"},{"comp":"1","quote":"224662","line":"1","data":"11-20-2024 07:57 - Discounts Recalculated QS"},{"comp":"1","quote":"224662","line":"0","data":"11-20-2024 07:41 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224662,"Line":0,"Comment":"11/24/2024 10:31 AM - joshuav - Req Date change from 1/1/2025 to 3/29/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"224662","line":"1","part":"PRE-E236PLUS-I50","qty":"1","price":"9500.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224662","line":"2","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224662","line":"3","part":"PRE-INST/TRAINING","qty":"1","price":"2000.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"224662","line":"4","part":"PRE-PRNT-04B080M","qty":"1","price":"610.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224662","line":"5","part":"PRE-PRNT-ROLL-04B080M","qty":"10","price":"10.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224662","line":"6","part":"PRE-E346N-STD","qty":"1","price":"1600.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224662","line":"7","part":"PRE-GAUGE-C50","qty":"1","price":"760.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224662","line":"8","part":"PRE-SPDL-I40","qty":"1","price":"970.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":8}}] 2024-11-24 10:32:01.291 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224662-11242024103201.txt === {"quote":"224662","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"EFFHHKNP","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"11-20-2024","cust_order_date":"11-20-2024","req_date":"03-29-2025","cust_po":"E236+ E346+","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Joseph Wallace","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"07:34","extra":"","follow_up":"12-03-2024","web_id":"","follow_name":"Joseph Wallace","follow_phone":"","follow_email":"joseph.wallace@mscdirect.com","pic_user":"joshuav","total_amt":"12605.00","total_gp":"7204.44","total_gpm":"57.16","rev_type":"ADV","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"17","win_pct":"20","clo_date":"03-22-2025","notes":[{"comp":"1","quote":"224662","line":"2","data":"11-21-2024 08:38 - Discounts Recalculated QS"},{"comp":"1","quote":"224662","line":"1","data":"11-20-2024 07:57 - Discounts Recalculated QS"},{"comp":"1","quote":"224662","line":"0","data":"11-20-2024 07:41 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224662,"Line":0,"Comment":"11/24/2024 10:31 AM - joshuav - Req Date change from 1/1/2025 to 3/29/2025 (Req Date Updated)"},{"comp":1,"quote":224662,"Line":1,"Comment":"11/24/2024 10:31 AM - joshuav - CLO changed from 12/20/2024 to 3/22/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224662","line":"1","part":"PRE-E236PLUS-I50","qty":"1","price":"9500.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224662","line":"2","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224662","line":"3","part":"PRE-INST/TRAINING","qty":"1","price":"2000.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"224662","line":"4","part":"PRE-PRNT-04B080M","qty":"1","price":"610.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224662","line":"5","part":"PRE-PRNT-ROLL-04B080M","qty":"10","price":"10.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224662","line":"6","part":"PRE-E346N-STD","qty":"1","price":"1600.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224662","line":"7","part":"PRE-GAUGE-C50","qty":"1","price":"760.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224662","line":"8","part":"PRE-SPDL-I40","qty":"1","price":"970.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":8}}] 2024-11-24 10:32:11.813 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224662-11242024103211.txt === {"quote":"224662","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"EFFHHKNP","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"11-20-2024","cust_order_date":"11-20-2024","req_date":"03-29-2025","cust_po":"E236+ E346+","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Joseph Wallace","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"07:34","extra":"","follow_up":"01-18-2025","web_id":"","follow_name":"Joseph Wallace","follow_phone":"","follow_email":"joseph.wallace@mscdirect.com","pic_user":"joshuav","total_amt":"12605.00","total_gp":"7204.44","total_gpm":"57.16","rev_type":"ADV","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"17","win_pct":"20","clo_date":"03-22-2025","notes":[{"comp":"1","quote":"224662","line":"2","data":"11-21-2024 08:38 - Discounts Recalculated QS"},{"comp":"1","quote":"224662","line":"1","data":"11-20-2024 07:57 - Discounts Recalculated QS"},{"comp":"1","quote":"224662","line":"0","data":"11-20-2024 07:41 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224662,"Line":0,"Comment":"11/24/2024 10:31 AM - joshuav - Req Date change from 1/1/2025 to 3/29/2025 (Req Date Updated)"},{"comp":1,"quote":224662,"Line":1,"Comment":"11/24/2024 10:31 AM - joshuav - CLO changed from 12/20/2024 to 3/22/2025 (CLO Date Updated)"},{"comp":1,"quote":224662,"Line":2,"Comment":"11/24/2024 10:32 AM - joshuav - F/U Changed from 12/3/2024 to 1/18/2025 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224662","line":"1","part":"PRE-E236PLUS-I50","qty":"1","price":"9500.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224662","line":"2","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224662","line":"3","part":"PRE-INST/TRAINING","qty":"1","price":"2000.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"224662","line":"4","part":"PRE-PRNT-04B080M","qty":"1","price":"610.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224662","line":"5","part":"PRE-PRNT-ROLL-04B080M","qty":"10","price":"10.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224662","line":"6","part":"PRE-E346N-STD","qty":"1","price":"1600.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224662","line":"7","part":"PRE-GAUGE-C50","qty":"1","price":"760.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224662","line":"8","part":"PRE-SPDL-I40","qty":"1","price":"970.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":8}}] 2024-11-24 10:32:30.819 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224663-11242024103230.txt === {"quote":"224663","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"EFFHHKNP","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"11-20-2024","cust_order_date":"11-20-2024","req_date":"03-29-2025","cust_po":"E346+","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Joseph Wallace","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"07:43","extra":"","follow_up":"12-03-2024","web_id":"","follow_name":"Joseph Wallace","follow_phone":"","follow_email":"Joseph.wallace@mscdirect.com","pic_user":"joshuav","total_amt":"18102.50","total_gp":"10091.29","total_gpm":"55.75","rev_type":"ADV","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"17","win_pct":"20","clo_date":"12-20-2024","notes":[{"comp":"1","quote":"224663","line":"1","data":"11-21-2024 08:40 - Discounts Recalculated QS"},{"comp":"1","quote":"224663","line":"0","data":"11-20-2024 07:45 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224663,"Line":0,"Comment":"11/24/2024 10:32 AM - joshuav - Req Date change from 1/1/2025 to 3/29/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"224663","line":"1","part":"PRE-E346PLUS-I50","qty":"1","price":"16600.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224663","line":"2","part":"PRE-E346PLUS-STD","qty":"1","price":"1940.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224663","line":"3","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224663","line":"4","part":"PRE-INST/TRAINING","qty":"1","price":"2000.00","uom":"EA","discount":"0.00","req_date":"Install and Training","branch":"1"},{"comp":"01","order":"224663","line":"5","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224663","line":"6","part":"PRE-PRNT-ROLL-QL800","qty":"10","price":"30.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224663","line":"7","part":"PRE-GAUGE-C50","qty":"1","price":"760.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224663","line":"8","part":"PRE-SPDL-I40","qty":"1","price":"970.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":8}}] 2024-11-24 10:32:37.436 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224663-11242024103237.txt === {"quote":"224663","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"EFFHHKNP","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"11-20-2024","cust_order_date":"11-20-2024","req_date":"03-29-2025","cust_po":"E346+","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Joseph Wallace","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"07:43","extra":"","follow_up":"12-03-2024","web_id":"","follow_name":"Joseph Wallace","follow_phone":"","follow_email":"Joseph.wallace@mscdirect.com","pic_user":"joshuav","total_amt":"18102.50","total_gp":"10091.29","total_gpm":"55.75","rev_type":"ADV","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"17","win_pct":"20","clo_date":"03-22-2025","notes":[{"comp":"1","quote":"224663","line":"1","data":"11-21-2024 08:40 - Discounts Recalculated QS"},{"comp":"1","quote":"224663","line":"0","data":"11-20-2024 07:45 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224663,"Line":0,"Comment":"11/24/2024 10:32 AM - joshuav - Req Date change from 1/1/2025 to 3/29/2025 (Req Date Updated)"},{"comp":1,"quote":224663,"Line":1,"Comment":"11/24/2024 10:32 AM - joshuav - CLO changed from 12/20/2024 to 3/22/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224663","line":"1","part":"PRE-E346PLUS-I50","qty":"1","price":"16600.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224663","line":"2","part":"PRE-E346PLUS-STD","qty":"1","price":"1940.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224663","line":"3","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224663","line":"4","part":"PRE-INST/TRAINING","qty":"1","price":"2000.00","uom":"EA","discount":"0.00","req_date":"Install and Training","branch":"1"},{"comp":"01","order":"224663","line":"5","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224663","line":"6","part":"PRE-PRNT-ROLL-QL800","qty":"10","price":"30.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224663","line":"7","part":"PRE-GAUGE-C50","qty":"1","price":"760.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224663","line":"8","part":"PRE-SPDL-I40","qty":"1","price":"970.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":8}}] 2024-11-24 10:32:45.180 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224663-11242024103244.txt === {"quote":"224663","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"EFFHHKNP","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"11-20-2024","cust_order_date":"11-20-2024","req_date":"03-29-2025","cust_po":"E346+","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Joseph Wallace","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"07:43","extra":"","follow_up":"01-25-2025","web_id":"","follow_name":"Joseph Wallace","follow_phone":"","follow_email":"Joseph.wallace@mscdirect.com","pic_user":"joshuav","total_amt":"18102.50","total_gp":"10091.29","total_gpm":"55.75","rev_type":"ADV","mod_date":"11-24-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"17","win_pct":"20","clo_date":"03-22-2025","notes":[{"comp":"1","quote":"224663","line":"1","data":"11-21-2024 08:40 - Discounts Recalculated QS"},{"comp":"1","quote":"224663","line":"0","data":"11-20-2024 07:45 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224663,"Line":0,"Comment":"11/24/2024 10:32 AM - joshuav - Req Date change from 1/1/2025 to 3/29/2025 (Req Date Updated)"},{"comp":1,"quote":224663,"Line":1,"Comment":"11/24/2024 10:32 AM - joshuav - CLO changed from 12/20/2024 to 3/22/2025 (CLO Date Updated)"},{"comp":1,"quote":224663,"Line":2,"Comment":"11/24/2024 10:32 AM - joshuav - F/U Changed from 12/3/2024 to 1/25/2025 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224663","line":"1","part":"PRE-E346PLUS-I50","qty":"1","price":"16600.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224663","line":"2","part":"PRE-E346PLUS-STD","qty":"1","price":"1940.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224663","line":"3","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224663","line":"4","part":"PRE-INST/TRAINING","qty":"1","price":"2000.00","uom":"EA","discount":"0.00","req_date":"Install and Training","branch":"1"},{"comp":"01","order":"224663","line":"5","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224663","line":"6","part":"PRE-PRNT-ROLL-QL800","qty":"10","price":"30.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224663","line":"7","part":"PRE-GAUGE-C50","qty":"1","price":"760.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224663","line":"8","part":"PRE-SPDL-I40","qty":"1","price":"970.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":8}}] 2024-11-24 18:40:07.807 [INFO] In session is user: osmart 2024-11-24 18:40:47.249 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222060-11242024184047.txt === {"quote":"222060","customer":"5655","name":null,"customerName":"Equimec S. DE R.L. DE C.V.","comp":"01","open":"1","shipto":"EQUIMECN","shiptoName":"Equimec S. DE R.L. DE C.V.","entry_date":"09-25-2024","cust_order_date":"09-25-2024","req_date":"12-08-2024","cust_po":"5AX-550FA-M","terms_code":"N45","ship_via":"TBD","ship_collect":"","drop_ship":"N","territory":"95","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"EXW Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"EDUARDO MULAS","drop_po":"Aernnova VS8000","status":"0","user":"osmart","conv_order":"","time":"11:17","extra":"","follow_up":"11-10-2024","web_id":"","follow_name":"EDUARDO MULAS","follow_phone":"442 2259088","follow_email":"emulas@equimec.com.mx","pic_user":"osmart","total_amt":"163275.00","total_gp":"163275.00","total_gpm":"100.00","rev_type":"RT","mod_date":"11-24-2024","mod_time":null,"mod_user":"osmart","reason":"2","totalQty":"3","win_pct":"20","clo_date":"12-08-2024","notes":[{"comp":"1","quote":"222060","line":"0","data":"09-25-2024 11:19 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"222060","line":"1","part":"5AX-550FA-M","qty":"1","price":"169000.00","uom":"EA","discount":"20.00","req_date":"5~6months","branch":"1"},{"comp":"01","order":"222060","line":"2","part":"RT-ACCESSORY","qty":"1","price":"9500.00","uom":"EA","discount":"15.00","req_date":"TBC","branch":"1"},{"comp":"01","order":"222060","line":"4","part":"INSTALLATION-RT-5AX-MX","qty":"1","price":"20000.00","uom":"EA","discount":"0.00","req_date":"TBC","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-24 18:41:20.323 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221525-11242024184120.txt === {"quote":"221525","customer":"3657","name":null,"customerName":"Comercializadora Armesteel,S.De R.L","comp":"01","open":"0","shipto":"COMERCIA","shiptoName":"Comercializadora Armesteel,S.De R.L","entry_date":"09-14-2024","cust_order_date":"09-14-2024","req_date":"12-07-2024","cust_po":"CNC601FA-M","terms_code":"PPD","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"95","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Cesar Mendoza","drop_po":"","status":"0","user":"osmart","conv_order":"","time":"12:31","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Cesar Mendoza","follow_phone":"555-413-5461","follow_email":"camt7402@gmail.com","pic_user":"osmart","total_amt":"52027.50","total_gp":"36472.81","total_gpm":"70.10","rev_type":"RT","mod_date":"11-24-2024","mod_time":null,"mod_user":"osmart","reason":"","totalQty":"2","win_pct":"44","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"221525","line":"0","data":"09-14-2024 12:32 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221525,"Line":0,"Comment":"10/06/2024 11:17 PM - osmart - Win% changed from 20 to 44"},{"comp":1,"quote":221525,"Line":1,"Comment":"10/06/2024 11:17 PM - osmart - F/U changed from 09/27/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221525,"Line":2,"Comment":"10/06/2024 11:17 PM - osmart - CLO changed from 10/14/2024 to 12/07/2024 (CLO Date Updated)"},{"comp":1,"quote":221525,"Line":3,"Comment":"10/06/2024 11:18 PM - osmart - Req Date changed from 10/26/2024 to 12/07/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221525","line":"1","part":"CNC601FA-M","qty":"1","price":"59325.00","uom":"EA","discount":"30.00","req_date":"6 Weeks","branch":"1"},{"comp":"01","order":"221525","line":"3","part":"INSTALLATION-RT-CNC-MX","qty":"1","price":"10500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-24 18:41:35.216 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221525-11242024184135.txt === {"quote":"221525","customer":"3657","name":null,"customerName":"Comercializadora Armesteel,S.De R.L","comp":"01","open":"0","shipto":"COMERCIA","shiptoName":"Comercializadora Armesteel,S.De R.L","entry_date":"09-14-2024","cust_order_date":"09-14-2024","req_date":"12-07-2024","cust_po":"CNC601FA-M","terms_code":"PPD","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"95","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Cesar Mendoza","drop_po":"","status":"0","user":"osmart","conv_order":"","time":"12:31","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Cesar Mendoza","follow_phone":"555-413-5461","follow_email":"camt7402@gmail.com","pic_user":"osmart","total_amt":"52027.50","total_gp":"36472.81","total_gpm":"70.10","rev_type":"RT","mod_date":"11-24-2024","mod_time":null,"mod_user":"osmart","reason":"","totalQty":"2","win_pct":"44","clo_date":"12-28-2024","notes":[{"comp":"1","quote":"221525","line":"0","data":"09-14-2024 12:32 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221525,"Line":0,"Comment":"10/06/2024 11:17 PM - osmart - Win% changed from 20 to 44"},{"comp":1,"quote":221525,"Line":1,"Comment":"10/06/2024 11:17 PM - osmart - F/U changed from 09/27/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221525,"Line":2,"Comment":"10/06/2024 11:17 PM - osmart - CLO changed from 10/14/2024 to 12/07/2024 (CLO Date Updated)"},{"comp":1,"quote":221525,"Line":3,"Comment":"10/06/2024 11:18 PM - osmart - Req Date changed from 10/26/2024 to 12/07/2024 (Req Date Updated)"},{"comp":1,"quote":221525,"Line":4,"Comment":"11/24/2024 6:41 PM - osmart - F/U changed from 11/09/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221525,"Line":5,"Comment":"11/24/2024 6:41 PM - osmart - CLO changed from 12/07/2024 to 12/28/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221525","line":"1","part":"CNC601FA-M","qty":"1","price":"59325.00","uom":"EA","discount":"30.00","req_date":"6 Weeks","branch":"1"},{"comp":"01","order":"221525","line":"3","part":"INSTALLATION-RT-CNC-MX","qty":"1","price":"10500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-24 18:41:41.612 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221525-11242024184141.txt === {"quote":"221525","customer":"3657","name":null,"customerName":"Comercializadora Armesteel,S.De R.L","comp":"01","open":"0","shipto":"COMERCIA","shiptoName":"Comercializadora Armesteel,S.De R.L","entry_date":"09-14-2024","cust_order_date":"09-14-2024","req_date":"12-28-2024","cust_po":"CNC601FA-M","terms_code":"PPD","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"95","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Cesar Mendoza","drop_po":"","status":"0","user":"osmart","conv_order":"","time":"12:31","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Cesar Mendoza","follow_phone":"555-413-5461","follow_email":"camt7402@gmail.com","pic_user":"osmart","total_amt":"52027.50","total_gp":"36472.81","total_gpm":"70.10","rev_type":"RT","mod_date":"11-24-2024","mod_time":null,"mod_user":"osmart","reason":"","totalQty":"2","win_pct":"44","clo_date":"12-28-2024","notes":[{"comp":"1","quote":"221525","line":"0","data":"09-14-2024 12:32 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221525,"Line":0,"Comment":"10/06/2024 11:17 PM - osmart - Win% changed from 20 to 44"},{"comp":1,"quote":221525,"Line":1,"Comment":"10/06/2024 11:17 PM - osmart - F/U changed from 09/27/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221525,"Line":2,"Comment":"10/06/2024 11:17 PM - osmart - CLO changed from 10/14/2024 to 12/07/2024 (CLO Date Updated)"},{"comp":1,"quote":221525,"Line":3,"Comment":"10/06/2024 11:18 PM - osmart - Req Date changed from 10/26/2024 to 12/07/2024 (Req Date Updated)"},{"comp":1,"quote":221525,"Line":4,"Comment":"11/24/2024 6:41 PM - osmart - F/U changed from 11/09/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221525,"Line":5,"Comment":"11/24/2024 6:41 PM - osmart - CLO changed from 12/07/2024 to 12/28/2024 (CLO Date Updated)"},{"comp":1,"quote":221525,"Line":6,"Comment":"11/24/2024 6:41 PM - osmart - Req Date changed from 12/07/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221525","line":"1","part":"CNC601FA-M","qty":"1","price":"59325.00","uom":"EA","discount":"30.00","req_date":"6 Weeks","branch":"1"},{"comp":"01","order":"221525","line":"3","part":"INSTALLATION-RT-CNC-MX","qty":"1","price":"10500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-24 18:42:02.401 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220004-11242024184202.txt === {"quote":"220004","customer":"11061","name":null,"customerName":"KBR Brasil Com de Maq e Equip Ltda","comp":"01","open":"0","shipto":"KBRBRA","shiptoName":"KBR Brasil Com de Maq e Equip Ltda","entry_date":"08-12-2024","cust_order_date":"08-12-2024","req_date":"11-09-2024","cust_po":"CNC260FA-M sn 8170","terms_code":"PPD","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Sandro Henrique Kozak","drop_po":"NTC Komatsu N3Q","status":"0","user":"osmart","conv_order":"","time":"09:36","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Sandro Henrique Kozak","follow_phone":"","follow_email":"sandro@kbrbrasil.com.br","pic_user":"osmart","total_amt":"34388.00","total_gp":"26187.13","total_gpm":"76.15","rev_type":"RT","mod_date":"11-24-2024","mod_time":null,"mod_user":"osmart","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-09-2024","notes":[{"comp":"1","quote":"220004","line":"0","data":"08-12-2024 09:38 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220004,"Line":0,"Comment":"10/06/2024 11:22 PM - osmart - F/U changed from 08/30/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220004,"Line":1,"Comment":"10/06/2024 11:22 PM - osmart - CLO changed from 09/28/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":220004,"Line":2,"Comment":"10/06/2024 11:22 PM - osmart - Req Date changed from 09/28/2024 to 11/09/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"220004","line":"2","part":"CNC260FA-M","qty":"1","price":"21004.00","uom":"EA","discount":"0.00","req_date":"30/OCT/2024","branch":"1"},{"comp":"01","order":"220004","line":"6","part":"TAT-200N","qty":"1","price":"13384.00","uom":"EA","discount":"0.00","req_date":"30/OCT/2024","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-24 18:42:10.139 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220004-11242024184209.txt === {"quote":"220004","customer":"11061","name":null,"customerName":"KBR Brasil Com de Maq e Equip Ltda","comp":"01","open":"0","shipto":"KBRBRA","shiptoName":"KBR Brasil Com de Maq e Equip Ltda","entry_date":"08-12-2024","cust_order_date":"08-12-2024","req_date":"11-09-2024","cust_po":"CNC260FA-M sn 8170","terms_code":"PPD","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Sandro Henrique Kozak","drop_po":"NTC Komatsu N3Q","status":"0","user":"osmart","conv_order":"","time":"09:36","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Sandro Henrique Kozak","follow_phone":"","follow_email":"sandro@kbrbrasil.com.br","pic_user":"osmart","total_amt":"34388.00","total_gp":"26187.13","total_gpm":"76.15","rev_type":"RT","mod_date":"11-24-2024","mod_time":null,"mod_user":"osmart","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-28-2024","notes":[{"comp":"1","quote":"220004","line":"0","data":"08-12-2024 09:38 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220004,"Line":0,"Comment":"10/06/2024 11:22 PM - osmart - F/U changed from 08/30/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220004,"Line":1,"Comment":"10/06/2024 11:22 PM - osmart - CLO changed from 09/28/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":220004,"Line":2,"Comment":"10/06/2024 11:22 PM - osmart - Req Date changed from 09/28/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":220004,"Line":3,"Comment":"11/24/2024 6:41 PM - osmart - F/U changed from 11/09/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220004,"Line":4,"Comment":"11/24/2024 6:42 PM - osmart - CLO changed from 11/09/2024 to 12/28/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"220004","line":"2","part":"CNC260FA-M","qty":"1","price":"21004.00","uom":"EA","discount":"0.00","req_date":"30/OCT/2024","branch":"1"},{"comp":"01","order":"220004","line":"6","part":"TAT-200N","qty":"1","price":"13384.00","uom":"EA","discount":"0.00","req_date":"30/OCT/2024","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-24 18:42:16.917 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220004-11242024184216.txt === {"quote":"220004","customer":"11061","name":null,"customerName":"KBR Brasil Com de Maq e Equip Ltda","comp":"01","open":"0","shipto":"KBRBRA","shiptoName":"KBR Brasil Com de Maq e Equip Ltda","entry_date":"08-12-2024","cust_order_date":"08-12-2024","req_date":"12-28-2024","cust_po":"CNC260FA-M sn 8170","terms_code":"PPD","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Sandro Henrique Kozak","drop_po":"NTC Komatsu N3Q","status":"0","user":"osmart","conv_order":"","time":"09:36","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Sandro Henrique Kozak","follow_phone":"","follow_email":"sandro@kbrbrasil.com.br","pic_user":"osmart","total_amt":"34388.00","total_gp":"26187.13","total_gpm":"76.15","rev_type":"RT","mod_date":"11-24-2024","mod_time":null,"mod_user":"osmart","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-28-2024","notes":[{"comp":"1","quote":"220004","line":"0","data":"08-12-2024 09:38 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220004,"Line":0,"Comment":"10/06/2024 11:22 PM - osmart - F/U changed from 08/30/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220004,"Line":1,"Comment":"10/06/2024 11:22 PM - osmart - CLO changed from 09/28/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":220004,"Line":2,"Comment":"10/06/2024 11:22 PM - osmart - Req Date changed from 09/28/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":220004,"Line":3,"Comment":"11/24/2024 6:41 PM - osmart - F/U changed from 11/09/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220004,"Line":4,"Comment":"11/24/2024 6:42 PM - osmart - CLO changed from 11/09/2024 to 12/28/2024 (CLO Date Updated)"},{"comp":1,"quote":220004,"Line":5,"Comment":"11/24/2024 6:42 PM - osmart - Req Date changed from 11/09/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"220004","line":"2","part":"CNC260FA-M","qty":"1","price":"21004.00","uom":"EA","discount":"0.00","req_date":"30/OCT/2024","branch":"1"},{"comp":"01","order":"220004","line":"6","part":"TAT-200N","qty":"1","price":"13384.00","uom":"EA","discount":"0.00","req_date":"30/OCT/2024","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-24 19:12:47.390 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222527-11242024191247.txt === {"quote":"222527","customer":"25003","name":null,"customerName":"Yamazen Mexicana S.A. DE C.V.","comp":"01","open":"0","shipto":"YAMAZMEX","shiptoName":"Yamazen Mexicana S.A. De C.V","entry_date":"10-03-2024","cust_order_date":"10-03-2024","req_date":"11-14-2024","cust_po":"CNCZ321MA s/n 9081 Repair","terms_code":"N60","ship_via":"TBA","ship_collect":"","drop_ship":"N","territory":"95","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"EXW Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Hikaru Kajino","drop_po":"","status":"0","user":"osmart","conv_order":"","time":"21:55","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Hikaru Kajino","follow_phone":"","follow_email":"kajino@yamazen.com.mx","pic_user":"osmart","total_amt":"13950.00","total_gp":"13950.00","total_gpm":"100.00","rev_type":"RT","mod_date":"11-24-2024","mod_time":null,"mod_user":"osmart","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-03-2024","notes":[{"comp":"1","quote":"222527","line":"0","data":"10-03-2024 21:59 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"222527","line":"1","part":"RT-REPAIR-CNC321/401","qty":"1","price":"13950.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-24 19:12:55.829 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222527-11242024191255.txt === {"quote":"222527","customer":"25003","name":null,"customerName":"Yamazen Mexicana S.A. DE C.V.","comp":"01","open":"0","shipto":"YAMAZMEX","shiptoName":"Yamazen Mexicana S.A. De C.V","entry_date":"10-03-2024","cust_order_date":"10-03-2024","req_date":"11-14-2024","cust_po":"CNCZ321MA s/n 9081 Repair","terms_code":"N60","ship_via":"TBA","ship_collect":"","drop_ship":"N","territory":"95","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"EXW Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Hikaru Kajino","drop_po":"","status":"0","user":"osmart","conv_order":"","time":"21:55","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Hikaru Kajino","follow_phone":"","follow_email":"kajino@yamazen.com.mx","pic_user":"osmart","total_amt":"13950.00","total_gp":"13950.00","total_gpm":"100.00","rev_type":"RT","mod_date":"11-24-2024","mod_time":null,"mod_user":"osmart","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-28-2024","notes":[{"comp":"1","quote":"222527","line":"0","data":"10-03-2024 21:59 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222527,"Line":0,"Comment":"11/24/2024 7:12 PM - osmart - F/U changed from 10/16/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222527,"Line":1,"Comment":"11/24/2024 7:12 PM - osmart - CLO changed from 11/03/2024 to 12/28/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222527","line":"1","part":"RT-REPAIR-CNC321/401","qty":"1","price":"13950.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-24 19:13:02.475 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222527-11242024191302.txt === {"quote":"222527","customer":"25003","name":null,"customerName":"Yamazen Mexicana S.A. DE C.V.","comp":"01","open":"0","shipto":"YAMAZMEX","shiptoName":"Yamazen Mexicana S.A. De C.V","entry_date":"10-03-2024","cust_order_date":"10-03-2024","req_date":"12-28-2024","cust_po":"CNCZ321MA s/n 9081 Repair","terms_code":"N60","ship_via":"TBA","ship_collect":"","drop_ship":"N","territory":"95","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"EXW Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Hikaru Kajino","drop_po":"","status":"0","user":"osmart","conv_order":"","time":"21:55","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Hikaru Kajino","follow_phone":"","follow_email":"kajino@yamazen.com.mx","pic_user":"osmart","total_amt":"13950.00","total_gp":"13950.00","total_gpm":"100.00","rev_type":"RT","mod_date":"11-24-2024","mod_time":null,"mod_user":"osmart","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-28-2024","notes":[{"comp":"1","quote":"222527","line":"0","data":"10-03-2024 21:59 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222527,"Line":0,"Comment":"11/24/2024 7:12 PM - osmart - F/U changed from 10/16/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222527,"Line":1,"Comment":"11/24/2024 7:12 PM - osmart - CLO changed from 11/03/2024 to 12/28/2024 (CLO Date Updated)"},{"comp":1,"quote":222527,"Line":2,"Comment":"11/24/2024 7:12 PM - osmart - Req Date changed from 11/14/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222527","line":"1","part":"RT-REPAIR-CNC321/401","qty":"1","price":"13950.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-24 19:16:42.095 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224482-11242024191641.txt === {"quote":"224482","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"CAPORETT","shiptoName":"Caporetto Ind. Com. e Servicos Ltda","entry_date":"11-15-2024","cust_order_date":"11-12-2024","req_date":"11-15-2024","cust_po":"NBT40-MDQ26-65","terms_code":"PUPRO","ship_via":"TBD","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"EXW Osaka, Japan","type":"E","ship_cmpt":"N","drop_att":"Augusto da Silva","drop_po":"","status":"0","user":"osmart","conv_order":"","time":"08:14","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Jose Augusto da Silva","follow_phone":"","follow_email":"augusto@caporetto.com.br","pic_user":"osmart","total_amt":"3407.00","total_gp":"2602.48","total_gpm":"76.39","rev_type":"ADV","mod_date":"11-24-2024","mod_time":null,"mod_user":"osmart","reason":"","totalQty":"9","win_pct":"20","clo_date":null,"notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224482","line":"1","part":"NBT40-MDQ26-65","qty":"2","price":"549.00","uom":"EA","discount":"0.00","req_date":"1 Stk","branch":"1"},{"comp":"01","order":"224482","line":"2","part":"SPECIAL-TL","qty":"1","price":"372.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224482","line":"4","part":"SPECIAL-TL","qty":"1","price":"409.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224482","line":"6","part":"9-ZMAC20-40V","qty":"1","price":"338.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224482","line":"7","part":"12-ZMAC25-40V","qty":"1","price":"338.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224482","line":"9","part":"3MP-C2(T1500Z)","qty":"1","price":"228.00","uom":"ST","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224482","line":"11","part":"3MP-T2(NS9530)","qty":"1","price":"276.00","uom":"ST","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224482","line":"13","part":"3MP-E2(ST10P)","qty":"1","price":"348.00","uom":"ST","discount":"0.00","req_date":"0 Stk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":8}}] 2024-11-24 19:16:51.356 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224482-11242024191651.txt === {"quote":"224482","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"CAPORETT","shiptoName":"Caporetto Ind. Com. e Servicos Ltda","entry_date":"11-15-2024","cust_order_date":"11-12-2024","req_date":"11-15-2024","cust_po":"NBT40-MDQ26-65","terms_code":"PUPRO","ship_via":"TBD","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"EXW Osaka, Japan","type":"E","ship_cmpt":"N","drop_att":"Augusto da Silva","drop_po":"","status":"0","user":"osmart","conv_order":"","time":"08:14","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Jose Augusto da Silva","follow_phone":"","follow_email":"augusto@caporetto.com.br","pic_user":"osmart","total_amt":"3407.00","total_gp":"2602.48","total_gpm":"76.39","rev_type":"ADV","mod_date":"11-24-2024","mod_time":null,"mod_user":"osmart","reason":"","totalQty":"9","win_pct":"20","clo_date":"12-28-2024","notes":[],"crmnotes":[{"comp":1,"quote":224482,"Line":0,"Comment":"11/24/2024 7:16 PM - osmart - F/U changed from 11/21/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224482,"Line":1,"Comment":"11/24/2024 7:16 PM - osmart - CLO changed from NaN/NaN/NaN to 12/28/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224482","line":"1","part":"NBT40-MDQ26-65","qty":"2","price":"549.00","uom":"EA","discount":"0.00","req_date":"1 Stk","branch":"1"},{"comp":"01","order":"224482","line":"2","part":"SPECIAL-TL","qty":"1","price":"372.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224482","line":"4","part":"SPECIAL-TL","qty":"1","price":"409.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224482","line":"6","part":"9-ZMAC20-40V","qty":"1","price":"338.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224482","line":"7","part":"12-ZMAC25-40V","qty":"1","price":"338.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224482","line":"9","part":"3MP-C2(T1500Z)","qty":"1","price":"228.00","uom":"ST","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224482","line":"11","part":"3MP-T2(NS9530)","qty":"1","price":"276.00","uom":"ST","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224482","line":"13","part":"3MP-E2(ST10P)","qty":"1","price":"348.00","uom":"ST","discount":"0.00","req_date":"0 Stk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":8}}] 2024-11-24 19:16:57.463 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224482-11242024191657.txt === {"quote":"224482","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"CAPORETT","shiptoName":"Caporetto Ind. Com. e Servicos Ltda","entry_date":"11-15-2024","cust_order_date":"11-12-2024","req_date":"12-28-2024","cust_po":"NBT40-MDQ26-65","terms_code":"PUPRO","ship_via":"TBD","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"EXW Osaka, Japan","type":"E","ship_cmpt":"N","drop_att":"Augusto da Silva","drop_po":"","status":"0","user":"osmart","conv_order":"","time":"08:14","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Jose Augusto da Silva","follow_phone":"","follow_email":"augusto@caporetto.com.br","pic_user":"osmart","total_amt":"3407.00","total_gp":"2602.48","total_gpm":"76.39","rev_type":"ADV","mod_date":"11-24-2024","mod_time":null,"mod_user":"osmart","reason":"","totalQty":"9","win_pct":"20","clo_date":"12-28-2024","notes":[],"crmnotes":[{"comp":1,"quote":224482,"Line":0,"Comment":"11/24/2024 7:16 PM - osmart - F/U changed from 11/21/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224482,"Line":1,"Comment":"11/24/2024 7:16 PM - osmart - CLO changed from NaN/NaN/NaN to 12/28/2024 (CLO Date Updated)"},{"comp":1,"quote":224482,"Line":2,"Comment":"11/24/2024 7:16 PM - osmart - Req Date changed from 11/15/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"224482","line":"1","part":"NBT40-MDQ26-65","qty":"2","price":"549.00","uom":"EA","discount":"0.00","req_date":"1 Stk","branch":"1"},{"comp":"01","order":"224482","line":"2","part":"SPECIAL-TL","qty":"1","price":"372.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224482","line":"4","part":"SPECIAL-TL","qty":"1","price":"409.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224482","line":"6","part":"9-ZMAC20-40V","qty":"1","price":"338.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224482","line":"7","part":"12-ZMAC25-40V","qty":"1","price":"338.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224482","line":"9","part":"3MP-C2(T1500Z)","qty":"1","price":"228.00","uom":"ST","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224482","line":"11","part":"3MP-T2(NS9530)","qty":"1","price":"276.00","uom":"ST","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224482","line":"13","part":"3MP-E2(ST10P)","qty":"1","price":"348.00","uom":"ST","discount":"0.00","req_date":"0 Stk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":8}}] 2024-11-24 19:17:06.203 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224482-11242024191705.txt === {"quote":"224482","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"CAPORETT","shiptoName":"Caporetto Ind. Com. e Servicos Ltda","entry_date":"11-15-2024","cust_order_date":"11-12-2024","req_date":"12-28-2024","cust_po":"NBT40-MDQ26-65","terms_code":"PUPRO","ship_via":"TBD","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"EXW Osaka, Japan","type":"E","ship_cmpt":"N","drop_att":"Augusto da Silva","drop_po":"","status":"0","user":"osmart","conv_order":"","time":"08:14","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Jose Augusto da Silva","follow_phone":"","follow_email":"augusto@caporetto.com.br","pic_user":"osmart","total_amt":"3407.00","total_gp":"2602.48","total_gpm":"76.39","rev_type":"ADV","mod_date":"11-24-2024","mod_time":null,"mod_user":"osmart","reason":"","totalQty":"9","win_pct":"60","clo_date":"12-28-2024","notes":[],"crmnotes":[{"comp":1,"quote":224482,"Line":0,"Comment":"11/24/2024 7:16 PM - osmart - F/U changed from 11/21/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224482,"Line":1,"Comment":"11/24/2024 7:16 PM - osmart - CLO changed from NaN/NaN/NaN to 12/28/2024 (CLO Date Updated)"},{"comp":1,"quote":224482,"Line":2,"Comment":"11/24/2024 7:16 PM - osmart - Req Date changed from 11/15/2024 to 12/28/2024 (Req Date Updated)"},{"comp":1,"quote":224482,"Line":3,"Comment":"11/24/2024 7:16 PM - osmart - Win% changed from 20 to 60"}],"items":[{"comp":"01","order":"224482","line":"1","part":"NBT40-MDQ26-65","qty":"2","price":"549.00","uom":"EA","discount":"0.00","req_date":"1 Stk","branch":"1"},{"comp":"01","order":"224482","line":"2","part":"SPECIAL-TL","qty":"1","price":"372.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224482","line":"4","part":"SPECIAL-TL","qty":"1","price":"409.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224482","line":"6","part":"9-ZMAC20-40V","qty":"1","price":"338.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224482","line":"7","part":"12-ZMAC25-40V","qty":"1","price":"338.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224482","line":"9","part":"3MP-C2(T1500Z)","qty":"1","price":"228.00","uom":"ST","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224482","line":"11","part":"3MP-T2(NS9530)","qty":"1","price":"276.00","uom":"ST","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224482","line":"13","part":"3MP-E2(ST10P)","qty":"1","price":"348.00","uom":"ST","discount":"0.00","req_date":"0 Stk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":8}}] 2024-11-24 19:18:16.027 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221249-11242024191815.txt === {"quote":"221249","customer":"15155","name":null,"customerName":"Ope. Comercial Innovax SA de CV","comp":"01","open":"0","shipto":"INNOVMEX","shiptoName":"INNOVAX GRUPO INDUSTRIAL","entry_date":"09-06-2024","cust_order_date":"09-06-2024","req_date":"11-09-2024","cust_po":"TAT-250","terms_code":"PUPRO","ship_via":"TBD","ship_collect":"","drop_ship":"N","territory":"95","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"EXW Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Jose Bertin Mondragon","drop_po":"","status":"0","user":"osmart","conv_order":"","time":"17:39","extra":"","follow_up":"10-19-2024","web_id":"","follow_name":"Jose Bertin Mondragon","follow_phone":"","follow_email":"bertin.mondragon@innovax.com.mx","pic_user":"osmart","total_amt":"11778.00","total_gp":"9190.58","total_gpm":"78.03","rev_type":"RT","mod_date":"09-06-2024","mod_time":null,"mod_user":"osmart","reason":"","totalQty":"1","win_pct":"70","clo_date":"11-09-2024","notes":[{"comp":"1","quote":"221249","line":"0","data":"09-06-2024 17:41 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"221249","line":"1","part":"TAT-250","qty":"1","price":"11778.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-24 19:19:30.417 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222527-11242024191930.txt === {"quote":"222527","customer":"25003","name":null,"customerName":"Yamazen Mexicana S.A. DE C.V.","comp":"01","open":"0","shipto":"YAMAZMEX","shiptoName":"Yamazen Mexicana S.A. De C.V","entry_date":"10-03-2024","cust_order_date":"10-03-2024","req_date":"12-28-2024","cust_po":"CNCZ321MA s/n 9081 Repair","terms_code":"N60","ship_via":"TBA","ship_collect":"","drop_ship":"N","territory":"95","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"EXW Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Hikaru Kajino","drop_po":"","status":"0","user":"osmart","conv_order":"","time":"21:55","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Hikaru Kajino","follow_phone":"","follow_email":"kajino@yamazen.com.mx","pic_user":"osmart","total_amt":"13950.00","total_gp":"13950.00","total_gpm":"100.00","rev_type":"RT","mod_date":"11-24-2024","mod_time":null,"mod_user":"osmart","reason":"","totalQty":"1","win_pct":"56","clo_date":"12-28-2024","notes":[{"comp":"1","quote":"222527","line":"0","data":"10-03-2024 21:59 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222527,"Line":0,"Comment":"11/24/2024 7:12 PM - osmart - F/U changed from 10/16/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222527,"Line":1,"Comment":"11/24/2024 7:12 PM - osmart - CLO changed from 11/03/2024 to 12/28/2024 (CLO Date Updated)"},{"comp":1,"quote":222527,"Line":2,"Comment":"11/24/2024 7:12 PM - osmart - Req Date changed from 11/14/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222527","line":"1","part":"RT-REPAIR-CNC321/401","qty":"1","price":"13950.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-24 19:19:54.383 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-200903-11242024191954.txt === {"quote":"200903","customer":"8312","name":null,"customerName":"Hemaq, S.A. de C.V.","comp":"01","open":"1","shipto":"CARGOTX","shiptoName":"Cargoquin Inc.","entry_date":"07-11-2023","cust_order_date":"02-22-2023","req_date":"12-14-2024","cust_po":"CNC202OSP4-M + P-125S","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"95","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Francisco de la Rosa","drop_po":"Okuma M560V (repeat)","status":"0","user":"osmart","conv_order":"","time":"14:21","extra":"","follow_up":"11-09-2024","web_id":"","follow_name":"Francisco De La Rosa","follow_phone":"8116530841","follow_email":"fdelarosa@hemaq.com","pic_user":"osmart","total_amt":"36297.2","total_gp":"24591.76","total_gpm":"67.75","rev_type":"RT","mod_date":"11-24-2024","mod_time":null,"mod_user":"osmart","reason":"2","totalQty":"8","win_pct":"54","clo_date":"12-14-2024","notes":[],"crmnotes":[{"comp":1,"quote":200903,"Line":0,"Comment":"08/13/2023 4:37 PM - osmart - F/U changed from 07/22/2023 to 9/16/2023 (Follow Up Manually Changed)"},{"comp":1,"quote":200903,"Line":1,"Comment":"08/13/2023 4:37 PM - osmart - CLO changed from 08/12/2023 to 10/07/2023 (CLO Date Updated)"},{"comp":1,"quote":200903,"Line":2,"Comment":"08/13/2023 4:38 PM - osmart - Req Date changed from 08/12/2023 to 10/07/2023 (Req Date Updated)"},{"comp":1,"quote":200903,"Line":3,"Comment":"08/13/2023 4:39 PM - osmart - Win% changed from 20 to 49"},{"comp":1,"quote":200903,"Line":4,"Comment":"10/02/2023 9:01 AM - osmart - F/U changed from 09/16/2023 to 11/25/2023 (Follow Up Manually Changed)"},{"comp":1,"quote":200903,"Line":5,"Comment":"10/02/2023 9:01 AM - osmart - CLO changed from 10/07/2023 to 12/16/2023 (CLO Date Updated)"},{"comp":1,"quote":200903,"Line":6,"Comment":"10/02/2023 9:02 AM - osmart - Req Date changed from 10/07/2023 to 12/16/2023 (Req Date Updated)"},{"comp":1,"quote":200903,"Line":7,"Comment":"01/28/2024 4:21 PM - osmart - Win% changed from 49 to 54"},{"comp":1,"quote":200903,"Line":8,"Comment":"01/28/2024 4:22 PM - osmart - F/U changed from 01/27/2024 to 2/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":200903,"Line":9,"Comment":"01/28/2024 4:22 PM - osmart - CLO changed from 02/10/2024 to 03/30/2024 (CLO Date Updated)"},{"comp":1,"quote":200903,"Line":10,"Comment":"01/28/2024 4:22 PM - osmart - Req Date changed from 02/10/2024 to 03/30/2024 (Req Date Updated)"},{"comp":1,"quote":200903,"Line":11,"Comment":"02/25/2024 11:23 PM - osmart - F/U changed from 02/24/2024 to 3/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":200903,"Line":12,"Comment":"02/25/2024 11:23 PM - osmart - CLO changed from 03/30/2024 to 04/27/2024 (CLO Date Updated)"},{"comp":1,"quote":200903,"Line":13,"Comment":"02/25/2024 11:23 PM - osmart - Req Date changed from 03/30/2024 to 04/27/2024 (Req Date Updated)"},{"comp":1,"quote":200903,"Line":14,"Comment":"03/24/2024 10:37 PM - osmart - F/U changed from 03/30/2024 to 4/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":200903,"Line":15,"Comment":"04/28/2024 1:55 PM - osmart - F/U changed from 04/20/2024 to 5/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":200903,"Line":16,"Comment":"04/28/2024 1:55 PM - osmart - CLO changed from 04/27/2024 to 06/08/2024 (CLO Date Updated)"},{"comp":1,"quote":200903,"Line":17,"Comment":"04/28/2024 1:55 PM - osmart - Req Date changed from 04/27/2024 to 06/08/2024 (Req Date Updated)"},{"comp":1,"quote":200903,"Line":18,"Comment":"06/09/2024 9:19 PM - osmart - F/U changed from 05/25/2024 to 6/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":200903,"Line":19,"Comment":"06/09/2024 9:20 PM - osmart - CLO changed from 06/08/2024 to 08/03/2024 (CLO Date Updated)"},{"comp":1,"quote":200903,"Line":20,"Comment":"07/07/2024 10:27 PM - osmart - F/U changed from 06/29/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":200903,"Line":21,"Comment":"07/07/2024 10:27 PM - osmart - Req Date changed from 06/08/2024 to 08/03/2024 (Req Date Updated)"},{"comp":1,"quote":200903,"Line":22,"Comment":"08/18/2024 11:10 PM - osmart - F/U changed from 07/27/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":200903,"Line":23,"Comment":"08/18/2024 11:10 PM - osmart - CLO changed from 08/03/2024 to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":200903,"Line":24,"Comment":"08/18/2024 11:10 PM - osmart - Req Date changed from 08/03/2024 to 10/26/2024 (Req Date Updated)"},{"comp":1,"quote":200903,"Line":25,"Comment":"10/06/2024 11:21 PM - osmart - F/U changed from 09/28/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":200903,"Line":26,"Comment":"10/06/2024 11:21 PM - osmart - CLO changed from 10/26/2024 to 12/14/2024 (CLO Date Updated)"},{"comp":1,"quote":200903,"Line":27,"Comment":"10/06/2024 11:21 PM - osmart - Req Date changed from 10/26/2024 to 12/14/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"200903","line":"1","part":"CNC202OSP4-M","qty":"2","price":"21300.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"200903","line":"2","part":"P-125S","qty":"2","price":"2437.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"200903","line":"4","part":"TCE-A3616","qty":"2","price":"801.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"200903","line":"5","part":"TCE-C4189","qty":"2","price":"902.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-24 19:20:35.881 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218539-11242024192035.txt === {"quote":"218539","customer":"MX","name":null,"customerName":"Herramientas Lyndex-Nikken SA de CV","comp":"01","open":"1","shipto":"MDX","shiptoName":"Herramientas Lyndex-Nikken SA de CV","entry_date":"07-10-2024","cust_order_date":"07-10-2024","req_date":"11-16-2024","cust_po":"PRE-E346BA-I40","terms_code":"SPCL","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"95","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Gerardo Otamendi","drop_po":"","status":"0","user":"osmart","conv_order":"","time":"11:59","extra":"","follow_up":"10-19-2024","web_id":"","follow_name":"Gerardo Otamendi","follow_phone":"+524422911489","follow_email":"gerardoo@lyndexnikken.com","pic_user":"osmart","total_amt":"37927.00","total_gp":"33504.99","total_gpm":"88.34","rev_type":"ADV","mod_date":"11-24-2024","mod_time":null,"mod_user":"osmart","reason":"2","totalQty":"21","win_pct":"20","clo_date":"11-16-2024","notes":[{"comp":"1","quote":"218539","line":"0","data":"07-10-2024 12:02 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":218539,"Line":0,"Comment":"10/06/2024 11:20 PM - osmart - F/U changed from 08/31/2024 to 10/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218539,"Line":1,"Comment":"10/06/2024 11:20 PM - osmart - F/U changed from 10/11/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218539,"Line":2,"Comment":"10/06/2024 11:20 PM - osmart - CLO changed from 08/31/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":218539,"Line":3,"Comment":"10/06/2024 11:20 PM - osmart - Req Date changed from 08/31/2024 to 11/16/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"218539","line":"1","part":"PRE-E346BA-I40","qty":"1","price":"24800.00","uom":"EA","discount":"0.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"218539","line":"2","part":"PRE-E346PLUS-STD","qty":"1","price":"1940.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218539","line":"3","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218539","line":"4","part":"PRE-GAUGE-H63","qty":"1","price":"1040.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218539","line":"5","part":"PRE-SPDL-H63RA","qty":"1","price":"4670.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218539","line":"6","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218539","line":"7","part":"PRE-PRNT-ROLL-QL800","qty":"5","price":"30.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218539","line":"8","part":"S.EMAC6110-K01","qty":"1","price":"2761.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218539","line":"9","part":"CAT40-Q26-95U-IDU","qty":"1","price":"340.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218539","line":"10","part":"HSK63A-SK16-105-IDU","qty":"1","price":"555.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218539","line":"11","part":"SK16-16A","qty":"1","price":"73.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218539","line":"12","part":"NCAT40-SK10C-120U-IDU","qty":"1","price":"432.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218539","line":"13","part":"SK10-1/4A","qty":"1","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218539","line":"14","part":"SK10-3/8A","qty":"1","price":"67.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218539","line":"15","part":"SK10-8A","qty":"1","price":"64.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218539","line":"16","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218539","line":"17","part":"SKL-10","qty":"1","price":"31.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":17}}] 2024-11-24 19:21:10.779 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221525-11242024192110.txt === {"quote":"221525","customer":"3657","name":null,"customerName":"Comercializadora Armesteel,S.De R.L","comp":"01","open":"0","shipto":"COMERCIA","shiptoName":"Comercializadora Armesteel,S.De R.L","entry_date":"09-14-2024","cust_order_date":"09-14-2024","req_date":"12-28-2024","cust_po":"CNC601FA-M","terms_code":"PPD","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"95","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Cesar Mendoza","drop_po":"","status":"0","user":"osmart","conv_order":"","time":"12:31","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Cesar Mendoza","follow_phone":"555-413-5461","follow_email":"camt7402@gmail.com","pic_user":"osmart","total_amt":"52027.50","total_gp":"36472.81","total_gpm":"70.10","rev_type":"RT","mod_date":"11-24-2024","mod_time":null,"mod_user":"osmart","reason":"","totalQty":"2","win_pct":"65","clo_date":"12-28-2024","notes":[{"comp":"1","quote":"221525","line":"0","data":"09-14-2024 12:32 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221525,"Line":0,"Comment":"10/06/2024 11:17 PM - osmart - Win% changed from 20 to 44"},{"comp":1,"quote":221525,"Line":1,"Comment":"10/06/2024 11:17 PM - osmart - F/U changed from 09/27/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221525,"Line":2,"Comment":"10/06/2024 11:17 PM - osmart - CLO changed from 10/14/2024 to 12/07/2024 (CLO Date Updated)"},{"comp":1,"quote":221525,"Line":3,"Comment":"10/06/2024 11:18 PM - osmart - Req Date changed from 10/26/2024 to 12/07/2024 (Req Date Updated)"},{"comp":1,"quote":221525,"Line":4,"Comment":"11/24/2024 6:41 PM - osmart - F/U changed from 11/09/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221525,"Line":5,"Comment":"11/24/2024 6:41 PM - osmart - CLO changed from 12/07/2024 to 12/28/2024 (CLO Date Updated)"},{"comp":1,"quote":221525,"Line":6,"Comment":"11/24/2024 6:41 PM - osmart - Req Date changed from 12/07/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221525","line":"1","part":"CNC601FA-M","qty":"1","price":"59325.00","uom":"EA","discount":"30.00","req_date":"6 Weeks","branch":"1"},{"comp":"01","order":"221525","line":"3","part":"INSTALLATION-RT-CNC-MX","qty":"1","price":"10500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-24 19:22:14.699 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221186-11242024192214.txt === {"quote":"221186","customer":"11061","name":null,"customerName":"KBR Brasil Com de Maq e Equip Ltda","comp":"01","open":"0","shipto":"KBRBRA","shiptoName":"KBR Brasil Com de Maq e Equip Ltda","entry_date":"09-05-2024","cust_order_date":"09-05-2024","req_date":"11-30-2024","cust_po":"CNC2025AX-201 sn 4291","terms_code":"PPD","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Sandro Henrique Kozak","drop_po":"","status":"0","user":"osmart","conv_order":"","time":"22:08","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Sandro Henrique Kozak","follow_phone":"","follow_email":"sandro@kbrbrasil.com.br","pic_user":"osmart","total_amt":"615.6","total_gp":"479.98","total_gpm":"77.97","rev_type":"RT","mod_date":"11-24-2024","mod_time":null,"mod_user":"osmart","reason":"","totalQty":"32","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"221186","line":"0","data":"09-05-2024 22:13 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221186,"Line":0,"Comment":"10/06/2024 11:25 PM - osmart - F/U changed from 9/28/2024 to 10/13/2024 (Order Approved Pending PO)"},{"comp":1,"quote":221186,"Line":1,"Comment":"10/06/2024 11:25 PM - osmart - F/U changed from 10/13/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221186,"Line":2,"Comment":"10/06/2024 11:25 PM - osmart - CLO changed from 10/12/2024 to 11/30/2024 (CLO Date Updated)"},{"comp":1,"quote":221186,"Line":3,"Comment":"10/06/2024 11:25 PM - osmart - Req Date changed from 10/12/2024 to 11/30/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221186","line":"1","part":"9FSL-170","qty":"1","price":"143.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221186","line":"2","part":"CN202R005","qty":"1","price":"331.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221186","line":"3","part":"4X11L","qty":"30","price":"7.00","uom":"EA","discount":"10.00","req_date":"0 Stk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-24 19:22:26.928 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221186-11242024192226.txt === {"quote":"221186","customer":"11061","name":null,"customerName":"KBR Brasil Com de Maq e Equip Ltda","comp":"01","open":"0","shipto":"KBRBRA","shiptoName":"KBR Brasil Com de Maq e Equip Ltda","entry_date":"09-05-2024","cust_order_date":"09-05-2024","req_date":"11-30-2024","cust_po":"CNC2025AX-201 sn 4291","terms_code":"PPD","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Sandro Henrique Kozak","drop_po":"","status":"0","user":"osmart","conv_order":"","time":"22:08","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Sandro Henrique Kozak","follow_phone":"","follow_email":"sandro@kbrbrasil.com.br","pic_user":"osmart","total_amt":"615.6","total_gp":"479.98","total_gpm":"77.97","rev_type":"RT","mod_date":"11-24-2024","mod_time":null,"mod_user":"osmart","reason":"","totalQty":"32","win_pct":"20","clo_date":"12-28-2024","notes":[{"comp":"1","quote":"221186","line":"0","data":"09-05-2024 22:13 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221186,"Line":0,"Comment":"10/06/2024 11:25 PM - osmart - F/U changed from 9/28/2024 to 10/13/2024 (Order Approved Pending PO)"},{"comp":1,"quote":221186,"Line":1,"Comment":"10/06/2024 11:25 PM - osmart - F/U changed from 10/13/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221186,"Line":2,"Comment":"10/06/2024 11:25 PM - osmart - CLO changed from 10/12/2024 to 11/30/2024 (CLO Date Updated)"},{"comp":1,"quote":221186,"Line":3,"Comment":"10/06/2024 11:25 PM - osmart - Req Date changed from 10/12/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":221186,"Line":4,"Comment":"11/24/2024 7:22 PM - osmart - F/U changed from 11/09/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221186,"Line":5,"Comment":"11/24/2024 7:22 PM - osmart - CLO changed from 11/30/2024 to 12/28/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221186","line":"1","part":"9FSL-170","qty":"1","price":"143.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221186","line":"2","part":"CN202R005","qty":"1","price":"331.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221186","line":"3","part":"4X11L","qty":"30","price":"7.00","uom":"EA","discount":"10.00","req_date":"0 Stk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-24 19:22:35.149 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221186-11242024192234.txt === {"quote":"221186","customer":"11061","name":null,"customerName":"KBR Brasil Com de Maq e Equip Ltda","comp":"01","open":"0","shipto":"KBRBRA","shiptoName":"KBR Brasil Com de Maq e Equip Ltda","entry_date":"09-05-2024","cust_order_date":"09-05-2024","req_date":"12-28-2024","cust_po":"CNC2025AX-201 sn 4291","terms_code":"PPD","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"OT","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Sandro Henrique Kozak","drop_po":"","status":"0","user":"osmart","conv_order":"","time":"22:08","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Sandro Henrique Kozak","follow_phone":"","follow_email":"sandro@kbrbrasil.com.br","pic_user":"osmart","total_amt":"615.6","total_gp":"479.98","total_gpm":"77.97","rev_type":"RT","mod_date":"11-24-2024","mod_time":null,"mod_user":"osmart","reason":"","totalQty":"32","win_pct":"20","clo_date":"12-28-2024","notes":[{"comp":"1","quote":"221186","line":"0","data":"09-05-2024 22:13 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":221186,"Line":0,"Comment":"10/06/2024 11:25 PM - osmart - F/U changed from 9/28/2024 to 10/13/2024 (Order Approved Pending PO)"},{"comp":1,"quote":221186,"Line":1,"Comment":"10/06/2024 11:25 PM - osmart - F/U changed from 10/13/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221186,"Line":2,"Comment":"10/06/2024 11:25 PM - osmart - CLO changed from 10/12/2024 to 11/30/2024 (CLO Date Updated)"},{"comp":1,"quote":221186,"Line":3,"Comment":"10/06/2024 11:25 PM - osmart - Req Date changed from 10/12/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":221186,"Line":4,"Comment":"11/24/2024 7:22 PM - osmart - F/U changed from 11/09/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221186,"Line":5,"Comment":"11/24/2024 7:22 PM - osmart - CLO changed from 11/30/2024 to 12/28/2024 (CLO Date Updated)"},{"comp":1,"quote":221186,"Line":6,"Comment":"11/24/2024 7:22 PM - osmart - Req Date changed from 11/30/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221186","line":"1","part":"9FSL-170","qty":"1","price":"143.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221186","line":"2","part":"CN202R005","qty":"1","price":"331.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221186","line":"3","part":"4X11L","qty":"30","price":"7.00","uom":"EA","discount":"10.00","req_date":"0 Stk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-25 07:36:42.175 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(41.1170425400627, -74.0231628399679, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(41.1170425400627, -74.0231628399679, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3503429 second/s. 2024-11-25 08:03:41.079 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224014-11252024080340.txt === {"quote":"224014","customer":"2325","name":null,"customerName":"BlackHawk Industrial - Base Camp","comp":"01","open":"1","shipto":"SPXFLOW","shiptoName":"SPX Flow US LLC","entry_date":"11-06-2024","cust_order_date":"11-06-2024","req_date":"12-18-2024","cust_po":"CAT50-C3/4-105U-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"09:01","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"Tim Jones","follow_phone":"(608) 927-7330","follow_email":"tim.jones@blackhawkid.com","pic_user":"jennad","total_amt":"455.65","total_gp":"315.89","total_gpm":"69.33","rev_type":"ADV","mod_date":"11-25-2024","mod_time":null,"mod_user":"jennad","reason":"1","totalQty":"2","win_pct":"20","clo_date":"12-06-2024","notes":[],"crmnotes":[{"comp":1,"quote":224014,"Line":0,"Comment":"11/11/2024 8:21 AM - jennad - F/U changed from 11/12/2024 to 11/26/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224014","line":"1","part":"CAT50-C3/4-105U-IDU","qty":"1","price":"660.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224014","line":"2","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-25 08:05:47.761 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223992-11252024080547.txt === {"quote":"223992","customer":"13204","name":null,"customerName":"DXP Enterprises, Inc. (Mach Tool)","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"11-05-2024","cust_order_date":"11-05-2024","req_date":"12-17-2024","cust_po":"520-025","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"14:55","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"Mandy Kosieniak","follow_phone":"","follow_email":"mandy.kosieniak@dxpe.com","pic_user":"jennad","total_amt":"245.0","total_gp":"169.58","total_gpm":"69.22","rev_type":"STD","mod_date":"11-25-2024","mod_time":null,"mod_user":"jennad","reason":"5","totalQty":"10","win_pct":"20","clo_date":"12-05-2024","notes":[{"comp":"1","quote":"223992","line":"1","data":"1-9 pcs 25%, 10-29pcs 30%"},{"comp":"1","quote":"223992","line":"0","data":"11-05-2024 14:57-jennad 5C QTY Break:"}],"crmnotes":[],"items":[{"comp":"01","order":"223992","line":"1","part":"520-025","qty":"2","price":"35.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223992","line":"2","part":"520-020","qty":"2","price":"35.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223992","line":"3","part":"520-017","qty":"2","price":"35.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223992","line":"4","part":"520-015","qty":"2","price":"35.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223992","line":"5","part":"520-012","qty":"2","price":"35.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":5}}] 2024-11-25 08:14:19.213 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(47.3926912481407, -122.161113945881, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(47.3926912481407, -122.161113945881, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2572575 second/s. 2024-11-25 08:17:02.049 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223938-11252024081701.txt === {"quote":"223938","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"MSCPEW","shiptoName":"MSC","entry_date":"11-05-2024","cust_order_date":"11-05-2024","req_date":"12-17-2024","cust_po":"QCFC65-144-SMO","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"09:33","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"Mike","follow_phone":"","follow_email":"@","pic_user":"jennad","total_amt":"222.36","total_gp":"101.32","total_gpm":"45.57","rev_type":"PCQC","mod_date":"11-25-2024","mod_time":null,"mod_user":"jennad","reason":"1","totalQty":"1","win_pct":"20","clo_date":"12-05-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223938","line":"1","part":"QCFC65-144-SMO","qty":"1","price":"327.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-25 08:18:27.185 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223933-11252024081826.txt === {"quote":"223933","customer":"19948","name":null,"customerName":"Sussex Tool & Supply Inc.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"11-05-2024","cust_order_date":"11-05-2024","req_date":"12-17-2024","cust_po":"ET20-220","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"40","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"08:40","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"Adam Brookings","follow_phone":"630-383-9020","follow_email":"adam@sussextool.com","pic_user":"jennad","total_amt":"207.4","total_gp":"166.62","total_gpm":"80.34","rev_type":"STD","mod_date":"11-25-2024","mod_time":null,"mod_user":"jennad","reason":"2","totalQty":"2","win_pct":"20","clo_date":"12-05-2024","notes":[{"comp":"1","quote":"223933","line":"2","data":"Square on our tap collets may be too big"},{"comp":"1","quote":"223933","line":"1","data":".218x.161 and .315x.235"},{"comp":"1","quote":"223933","line":"0","data":"11-05-2024 08:40-jennad for sizes"}],"crmnotes":[],"items":[{"comp":"01","order":"223933","line":"1","part":"ET20-220","qty":"1","price":"122.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223933","line":"2","part":"ET20-315","qty":"1","price":"122.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-25 08:20:11.641 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223932-11252024082011.txt === {"quote":"223932","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"11-05-2024","cust_order_date":"11-05-2024","req_date":"12-17-2024","cust_po":"QCFC42-080-SMO","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"08:32","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"Debbie Mader","follow_phone":"920-734-9146","follow_email":"maderd@mscdirect.com","pic_user":"jennad","total_amt":"179.52","total_gp":"71.69","total_gpm":"39.93","rev_type":"PCQC","mod_date":"11-25-2024","mod_time":null,"mod_user":"jennad","reason":"2","totalQty":"1","win_pct":"20","clo_date":"12-05-2024","notes":[{"comp":"1","quote":"223932","line":"2","data":"ETA, updated CBO log"},{"comp":"1","quote":"223932","line":"1","data":"11-05-2024 08:33-jennad ship to SD. Checking"},{"comp":"1","quote":"223932","line":"0","data":"11-06-2024 13:14-jennad ETA ~12/6 em'd debbie"}],"crmnotes":[],"items":[{"comp":"01","order":"223932","line":"1","part":"QCFC42-080-SMO","qty":"1","price":"264.00","uom":"EA","discount":"32.00","req_date":"ETA ~12/6 to LN","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-25 08:20:38.814 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223874-11252024082038.txt === {"quote":"223874","customer":"19948","name":null,"customerName":"Sussex Tool & Supply Inc.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"11-04-2024","cust_order_date":"11-04-2024","req_date":"12-16-2024","cust_po":"ET32-381","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"40","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"10:05","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"Cathy Orton","follow_phone":"262-251-4020x2","follow_email":"gordon@sussextool.com","pic_user":"jennad","total_amt":"119","total_gp":"91.27","total_gpm":"76.70","rev_type":"STD","mod_date":"11-25-2024","mod_time":null,"mod_user":"jennad","reason":"2","totalQty":"1","win_pct":"20","clo_date":"12-04-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223874","line":"1","part":"ET32-381","qty":"1","price":"140.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-25 08:21:35.940 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223865-11252024082135.txt === {"quote":"223865","customer":"8170","name":null,"customerName":"Mars Supply","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"11-04-2024","cust_order_date":"11-04-2024","req_date":"12-16-2024","cust_po":"160-024","terms_code":"N30","ship_via":"U-1DA","ship_collect":"","drop_ship":"N","territory":"35","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"08:28","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":".","follow_phone":"","follow_email":"@","pic_user":"jennad","total_amt":"61.92","total_gp":"27.45","total_gpm":"44.33","rev_type":"STD","mod_date":"11-25-2024","mod_time":null,"mod_user":"jennad","reason":"5","totalQty":"1","win_pct":"20","clo_date":"12-04-2024","notes":[],"crmnotes":[{"comp":1,"quote":223865,"Line":0,"Comment":"11/25/2024 8:21 AM - jennad - Got by PTSolutions 994470"}],"items":[{"comp":"01","order":"223865","line":"1","part":"160-024","qty":"1","price":"86.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-25 08:25:09.550 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222176-11252024082509.txt === {"quote":"222176","customer":"3525","name":null,"customerName":"Cline Tool & Service Company","comp":"01","open":"1","shipto":"FOREROSC","shiptoName":"Forest City Gear Company","entry_date":"09-26-2024","cust_order_date":"09-26-2024","req_date":"11-26-2024","cust_po":"NCAT40-C3/4-70U-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"37","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"15:47","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"Matt McKay","follow_phone":"8158714191","follow_email":"mmckay@clinetool.com","pic_user":"jennad","total_amt":"450.16","total_gp":"283.45","total_gpm":"62.97","rev_type":"ADV","mod_date":"11-25-2024","mod_time":null,"mod_user":"jennad","reason":"2","totalQty":"3","win_pct":"20","clo_date":"11-26-2024","notes":[],"crmnotes":[{"comp":1,"quote":222176,"Line":0,"Comment":"10/15/2024 12:27 PM - jennad - Follow-Up: Em'd Matt McKay. Per Ryan original RFQ, he leant milling chuck from torque test kit to E/U. Once they buy, he will get his holder back."},{"comp":1,"quote":222176,"Line":1,"Comment":"10/28/2024 9:07 AM - jennad - Follow-Up: Left RyanM VM on if he ever got his milling chuck back from Forest City Gear"},{"comp":1,"quote":222176,"Line":2,"Comment":"10/28/2024 9:08 AM - jennad - F/U changed from 10/29/2024 to 11/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222176,"Line":3,"Comment":"10/28/2024 11:56 AM - jennad - Per RyanM phone, his milling chuck is still with Forest City Gear. He will touch base with them about it"}],"items":[{"comp":"01","order":"222176","line":"1","part":"NCAT40-C3/4-70U-IDU","qty":"1","price":"562.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222176","line":"2","part":"KM3/4-1/2","qty":"1","price":"59.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222176","line":"3","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-25 08:57:30.119 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223357-11252024085729.txt === {"quote":"223357","customer":"19578","name":null,"customerName":"Single Source Technologies - Canada","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-22-2024","cust_order_date":"10-22-2024","req_date":"12-03-2024","cust_po":"SPECIAL-TL","terms_code":"N45","ship_via":"U-ST","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Sebastian Tardiff","drop_po":"","status":"0","user":"briand","conv_order":"","time":"14:58","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Sebastien Tardif","follow_phone":"519-991-4273","follow_email":"sebastian.tardif@singlesourcetech.com","pic_user":"briand","total_amt":"2073.6","total_gp":"2073.60","total_gpm":"100.00","rev_type":"STD","mod_date":"11-25-2024","mod_time":null,"mod_user":"briand","reason":"2","totalQty":"6","win_pct":"20","clo_date":"11-26-2024","notes":[{"comp":"1","quote":"223357","line":"5","data":"back from him if a PO will be sent in."},{"comp":"1","quote":"223357","line":"4","data":"to him to review w/ customer - awaiting contact"},{"comp":"1","quote":"223357","line":"3","data":"12-14 weeks just in case). Drawing was sent"},{"comp":"1","quote":"223357","line":"2","data":"stock there - balance 10-11 weeks (told Sebastian"},{"comp":"1","quote":"223357","line":"1","data":"holder, HSK50A-HC10-85, is at GEWEFA - 2 in"},{"comp":"1","quote":"223357","line":"0","data":"11-18-2024 11:58-briand: Forgot to add here,"}],"crmnotes":[{"comp":1,"quote":223357,"Line":0,"Comment":"10/28/2024 4:39 PM - briand - Forgot to mention that I sent the quote and drawing to Sebastian last Friday, 10/25"},{"comp":1,"quote":223357,"Line":1,"Comment":"10/28/2024 4:39 PM - briand - F/U changed from 10/28/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223357,"Line":2,"Comment":"11/11/2024 8:05 AM - briand - Sent Sebastian an email asking for an update on the quote."},{"comp":1,"quote":223357,"Line":3,"Comment":"11/11/2024 8:05 AM - briand - F/U changed from 11/11/2024 to 11/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223357,"Line":4,"Comment":"11/18/2024 8:48 AM - briand - Sebastian said he's reaching out to the customer and see if they will proceed w/ the order. He will follow up with me after he hears from the customer."},{"comp":1,"quote":223357,"Line":5,"Comment":"11/18/2024 8:48 AM - briand - CLO changed from 11/22/2024 to 11/26/2024 (CLO Date Updated)"},{"comp":1,"quote":223357,"Line":6,"Comment":"11/18/2024 8:48 AM - briand - F/U changed from 11/21/2024 to 11/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223357,"Line":7,"Comment":"11/25/2024 8:57 AM - briand - No response on an order, closing quote."}],"items":[{"comp":"01","order":"223357","line":"1","part":"SPECIAL-TL","qty":"6","price":"480.00","uom":"EA","discount":"28.00","req_date":"SEE COMMENT","branch":"1"}],"qlines":[{"Quote":"223357","Line":"1","Company":"1","F_Line":"1","Comment":"HSK50A-HC10-85: 10mm Hydraulic Chuck with 85mm GL","Loc":"Y"},{"Quote":"223357","Line":"1","Company":"1","F_Line":"2","Comment":"Currently two (2) in stock at the factory.","Loc":"Y"},{"Quote":"223357","Line":"1","Company":"1","F_Line":"3","Comment":"Balance would be 12~14 weeks ARO.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-25 09:01:32.602 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223460-11252024090132.txt === {"quote":"223460","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"KINGPHPA","shiptoName":"Kingsbury, Inc.","entry_date":"10-24-2024","cust_order_date":"10-24-2024","req_date":"12-12-2024","cust_po":"ER Collets and Sets","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Sandy Innerst","drop_po":"","status":"0","user":"briand","conv_order":"","time":"09:58","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Sandy Innerst","follow_phone":"800-645-7270 x821786","follow_email":"innersts@mscdirect.com","pic_user":"briand","total_amt":"4370.60","total_gp":"3016.92","total_gpm":"69.03","rev_type":"STD","mod_date":"11-25-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"36","win_pct":"20","clo_date":"11-26-2024","notes":[{"comp":"1","quote":"223460","line":"6","data":"10-24-2024 10:03 - Discounts Recalculated QS"},{"comp":"1","quote":"223460","line":"5","data":"entered."},{"comp":"1","quote":"223460","line":"4","data":"days. Will update here if more quotes are"},{"comp":"1","quote":"223460","line":"3","data":"we will see others come in today or the next few"},{"comp":"1","quote":"223460","line":"2","data":"the ER Collets and Sets at this time. I'm sure"},{"comp":"1","quote":"223460","line":"1","data":"cannot find any other quotes for Kingsbury for"},{"comp":"1","quote":"223460","line":"0","data":"10-24-2024 10:09-briand: Sandy Innerst gave me EU,"}],"crmnotes":[{"comp":1,"quote":223460,"Line":0,"Comment":"10/29/2024 10:43 AM - briand - F/U changed from 10/31/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223460,"Line":1,"Comment":"11/11/2024 8:08 AM - briand - Sent Sandy a request for an update on this quote to see if Kingsbury is still considering placing an order."},{"comp":1,"quote":223460,"Line":2,"Comment":"11/11/2024 8:08 AM - briand - F/U changed from 11/11/2024 to 11/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223460,"Line":3,"Comment":"11/11/2024 8:08 AM - briand - CLO changed from 11/24/2024 to 11/26/2024 (CLO Date Updated)"},{"comp":1,"quote":223460,"Line":4,"Comment":"11/11/2024 8:50 AM - briand - Sandy got back to me. She cc'd Kevin O'Neil, Kevin.ONeil2@mscdirect.com, and he replied and said that he's meeting w/ Kingsbury later this week and he'll give an update after he meets w/ them."},{"comp":1,"quote":223460,"Line":5,"Comment":"11/25/2024 9:01 AM - briand - Sent email to Kevin and Sandy to see if Kingsbury will be placing an order."},{"comp":1,"quote":223460,"Line":6,"Comment":"11/25/2024 9:01 AM - briand - Req Date changed from 12/05/2024 to 12/12/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223460","line":"1","part":"E16-039","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"2","part":"E16-059","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"3","part":"E16-078","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"4","part":"E16-098","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"5","part":"E16-118","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"6","part":"E16-137","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"7","part":"E16-157","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"8","part":"E16-177","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"9","part":"E16-196","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"10","part":"E16-216","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"11","part":"E16-236","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"12","part":"E16-255","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"13","part":"E16-275","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"14","part":"E16-295","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"15","part":"E16-314","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"16","part":"E16-334","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"17","part":"E16-354","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"18","part":"E16-374","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"19","part":"E16-393","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"20","part":"E16-002","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"21","part":"E16-004","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"22","part":"E16-006","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"23","part":"E16-008","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"24","part":"E16-010","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"25","part":"E16-012","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"26","part":"E16-014","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"27","part":"E16-016","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"28","part":"E16-018","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"29","part":"E16-020","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"30","part":"E16-022","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"31","part":"E16-024","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"32","part":"E16-026","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"33","part":"E16-SET-11(C)","qty":"1","price":"781.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"34","part":"E16-SET-13(C)-MM","qty":"1","price":"923.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"35","part":"E32-SET-21(C)-MM","qty":"1","price":"2016.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"36","part":"E32-SET-17(C)","qty":"1","price":"1632.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":36}}] 2024-11-25 09:01:38.803 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223460-11252024090138.txt === {"quote":"223460","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"KINGPHPA","shiptoName":"Kingsbury, Inc.","entry_date":"10-24-2024","cust_order_date":"10-24-2024","req_date":"12-12-2024","cust_po":"ER Collets and Sets","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Sandy Innerst","drop_po":"","status":"0","user":"briand","conv_order":"","time":"09:58","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Sandy Innerst","follow_phone":"800-645-7270 x821786","follow_email":"innersts@mscdirect.com","pic_user":"briand","total_amt":"4370.60","total_gp":"3016.92","total_gpm":"69.03","rev_type":"STD","mod_date":"11-25-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"36","win_pct":"20","clo_date":"12-11-2024","notes":[{"comp":"1","quote":"223460","line":"6","data":"10-24-2024 10:03 - Discounts Recalculated QS"},{"comp":"1","quote":"223460","line":"5","data":"entered."},{"comp":"1","quote":"223460","line":"4","data":"days. Will update here if more quotes are"},{"comp":"1","quote":"223460","line":"3","data":"we will see others come in today or the next few"},{"comp":"1","quote":"223460","line":"2","data":"the ER Collets and Sets at this time. I'm sure"},{"comp":"1","quote":"223460","line":"1","data":"cannot find any other quotes for Kingsbury for"},{"comp":"1","quote":"223460","line":"0","data":"10-24-2024 10:09-briand: Sandy Innerst gave me EU,"}],"crmnotes":[{"comp":1,"quote":223460,"Line":0,"Comment":"10/29/2024 10:43 AM - briand - F/U changed from 10/31/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223460,"Line":1,"Comment":"11/11/2024 8:08 AM - briand - Sent Sandy a request for an update on this quote to see if Kingsbury is still considering placing an order."},{"comp":1,"quote":223460,"Line":2,"Comment":"11/11/2024 8:08 AM - briand - F/U changed from 11/11/2024 to 11/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223460,"Line":3,"Comment":"11/11/2024 8:08 AM - briand - CLO changed from 11/24/2024 to 11/26/2024 (CLO Date Updated)"},{"comp":1,"quote":223460,"Line":4,"Comment":"11/11/2024 8:50 AM - briand - Sandy got back to me. She cc'd Kevin O'Neil, Kevin.ONeil2@mscdirect.com, and he replied and said that he's meeting w/ Kingsbury later this week and he'll give an update after he meets w/ them."},{"comp":1,"quote":223460,"Line":5,"Comment":"11/25/2024 9:01 AM - briand - Sent email to Kevin and Sandy to see if Kingsbury will be placing an order."},{"comp":1,"quote":223460,"Line":6,"Comment":"11/25/2024 9:01 AM - briand - Req Date changed from 12/05/2024 to 12/12/2024 (Req Date Updated)"},{"comp":1,"quote":223460,"Line":7,"Comment":"11/25/2024 9:01 AM - briand - CLO changed from 11/26/2024 to 12/11/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223460","line":"1","part":"E16-039","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"2","part":"E16-059","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"3","part":"E16-078","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"4","part":"E16-098","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"5","part":"E16-118","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"6","part":"E16-137","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"7","part":"E16-157","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"8","part":"E16-177","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"9","part":"E16-196","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"10","part":"E16-216","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"11","part":"E16-236","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"12","part":"E16-255","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"13","part":"E16-275","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"14","part":"E16-295","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"15","part":"E16-314","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"16","part":"E16-334","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"17","part":"E16-354","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"18","part":"E16-374","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"19","part":"E16-393","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"20","part":"E16-002","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"21","part":"E16-004","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"22","part":"E16-006","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"23","part":"E16-008","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"24","part":"E16-010","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"25","part":"E16-012","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"26","part":"E16-014","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"27","part":"E16-016","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"28","part":"E16-018","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"29","part":"E16-020","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"30","part":"E16-022","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"31","part":"E16-024","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"32","part":"E16-026","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"33","part":"E16-SET-11(C)","qty":"1","price":"781.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"34","part":"E16-SET-13(C)-MM","qty":"1","price":"923.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"35","part":"E32-SET-21(C)-MM","qty":"1","price":"2016.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"36","part":"E32-SET-17(C)","qty":"1","price":"1632.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":36}}] 2024-11-25 09:01:44.481 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223460-11252024090144.txt === {"quote":"223460","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"KINGPHPA","shiptoName":"Kingsbury, Inc.","entry_date":"10-24-2024","cust_order_date":"10-24-2024","req_date":"12-12-2024","cust_po":"ER Collets and Sets","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Sandy Innerst","drop_po":"","status":"0","user":"briand","conv_order":"","time":"09:58","extra":"","follow_up":"12-10-2024","web_id":"","follow_name":"Sandy Innerst","follow_phone":"800-645-7270 x821786","follow_email":"innersts@mscdirect.com","pic_user":"briand","total_amt":"4370.60","total_gp":"3016.92","total_gpm":"69.03","rev_type":"STD","mod_date":"11-25-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"36","win_pct":"20","clo_date":"12-11-2024","notes":[{"comp":"1","quote":"223460","line":"6","data":"10-24-2024 10:03 - Discounts Recalculated QS"},{"comp":"1","quote":"223460","line":"5","data":"entered."},{"comp":"1","quote":"223460","line":"4","data":"days. Will update here if more quotes are"},{"comp":"1","quote":"223460","line":"3","data":"we will see others come in today or the next few"},{"comp":"1","quote":"223460","line":"2","data":"the ER Collets and Sets at this time. I'm sure"},{"comp":"1","quote":"223460","line":"1","data":"cannot find any other quotes for Kingsbury for"},{"comp":"1","quote":"223460","line":"0","data":"10-24-2024 10:09-briand: Sandy Innerst gave me EU,"}],"crmnotes":[{"comp":1,"quote":223460,"Line":0,"Comment":"10/29/2024 10:43 AM - briand - F/U changed from 10/31/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223460,"Line":1,"Comment":"11/11/2024 8:08 AM - briand - Sent Sandy a request for an update on this quote to see if Kingsbury is still considering placing an order."},{"comp":1,"quote":223460,"Line":2,"Comment":"11/11/2024 8:08 AM - briand - F/U changed from 11/11/2024 to 11/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223460,"Line":3,"Comment":"11/11/2024 8:08 AM - briand - CLO changed from 11/24/2024 to 11/26/2024 (CLO Date Updated)"},{"comp":1,"quote":223460,"Line":4,"Comment":"11/11/2024 8:50 AM - briand - Sandy got back to me. She cc'd Kevin O'Neil, Kevin.ONeil2@mscdirect.com, and he replied and said that he's meeting w/ Kingsbury later this week and he'll give an update after he meets w/ them."},{"comp":1,"quote":223460,"Line":5,"Comment":"11/25/2024 9:01 AM - briand - Sent email to Kevin and Sandy to see if Kingsbury will be placing an order."},{"comp":1,"quote":223460,"Line":6,"Comment":"11/25/2024 9:01 AM - briand - Req Date changed from 12/05/2024 to 12/12/2024 (Req Date Updated)"},{"comp":1,"quote":223460,"Line":7,"Comment":"11/25/2024 9:01 AM - briand - CLO changed from 11/26/2024 to 12/11/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223460","line":"1","part":"E16-039","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"2","part":"E16-059","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"3","part":"E16-078","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"4","part":"E16-098","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"5","part":"E16-118","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"6","part":"E16-137","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"7","part":"E16-157","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"8","part":"E16-177","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"9","part":"E16-196","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"10","part":"E16-216","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"11","part":"E16-236","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"12","part":"E16-255","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"13","part":"E16-275","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"14","part":"E16-295","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"15","part":"E16-314","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"16","part":"E16-334","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"17","part":"E16-354","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"18","part":"E16-374","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"19","part":"E16-393","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"20","part":"E16-002","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"21","part":"E16-004","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"22","part":"E16-006","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"23","part":"E16-008","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"24","part":"E16-010","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"25","part":"E16-012","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"26","part":"E16-014","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"27","part":"E16-016","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"28","part":"E16-018","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"29","part":"E16-020","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"30","part":"E16-022","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"31","part":"E16-024","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"32","part":"E16-026","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"33","part":"E16-SET-11(C)","qty":"1","price":"781.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"34","part":"E16-SET-13(C)-MM","qty":"1","price":"923.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"35","part":"E32-SET-21(C)-MM","qty":"1","price":"2016.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"36","part":"E32-SET-17(C)","qty":"1","price":"1632.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":36}}] 2024-11-25 09:04:13.211 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223492-11252024090412.txt === {"quote":"223492","customer":"3367","name":null,"customerName":"W.C. Chapman & Sons Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-24-2024","cust_order_date":"10-24-2024","req_date":"12-12-2024","cust_po":"MNL12-ER32X","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"14:27","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Justin Phelps","follow_phone":"410-686-6860","follow_email":"justinp@wcchapman.com","pic_user":"briand","total_amt":"1597.22","total_gp":"1115.38","total_gpm":"69.83","rev_type":"LT","mod_date":"11-25-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-26-2024","notes":[],"crmnotes":[{"comp":1,"quote":223492,"Line":0,"Comment":"10/29/2024 9:02 AM - briand - F/U changed from 10/30/2024 to 11/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223492,"Line":1,"Comment":"11/13/2024 10:17 AM - briand - Sent Justin an email asking for status on this quote."},{"comp":1,"quote":223492,"Line":2,"Comment":"11/13/2024 10:17 AM - briand - F/U changed from 11/15/2024 to 11/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223492,"Line":3,"Comment":"11/13/2024 10:17 AM - briand - CLO changed from 11/24/2024 to 11/26/2024 (CLO Date Updated)"},{"comp":1,"quote":223492,"Line":4,"Comment":"11/14/2024 10:18 AM - briand - Justin said to \"keep her alive\" for this quote! LOL"},{"comp":1,"quote":223492,"Line":5,"Comment":"11/25/2024 9:04 AM - briand - Req Date changed from 12/05/2024 to 12/12/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223492","line":"1","part":"MNL12-ER32X","qty":"1","price":"2312.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223492","line":"2","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223492","line":"3","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223492","line":"4","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223492","Line":"4","Company":"1","F_Line":"1","Comment":"Additional 5% discount applied for the 2024 IMTS","Loc":"Y"},{"Quote":"223492","Line":"4","Company":"1","F_Line":"2","Comment":"Promotion for Live Tooling for $500-$5000 List.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-25 09:04:19.933 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223492-11252024090419.txt === {"quote":"223492","customer":"3367","name":null,"customerName":"W.C. Chapman & Sons Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-24-2024","cust_order_date":"10-24-2024","req_date":"12-12-2024","cust_po":"MNL12-ER32X","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"14:27","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Justin Phelps","follow_phone":"410-686-6860","follow_email":"justinp@wcchapman.com","pic_user":"briand","total_amt":"1597.22","total_gp":"1115.38","total_gpm":"69.83","rev_type":"LT","mod_date":"11-25-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-11-2024","notes":[],"crmnotes":[{"comp":1,"quote":223492,"Line":0,"Comment":"10/29/2024 9:02 AM - briand - F/U changed from 10/30/2024 to 11/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223492,"Line":1,"Comment":"11/13/2024 10:17 AM - briand - Sent Justin an email asking for status on this quote."},{"comp":1,"quote":223492,"Line":2,"Comment":"11/13/2024 10:17 AM - briand - F/U changed from 11/15/2024 to 11/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223492,"Line":3,"Comment":"11/13/2024 10:17 AM - briand - CLO changed from 11/24/2024 to 11/26/2024 (CLO Date Updated)"},{"comp":1,"quote":223492,"Line":4,"Comment":"11/14/2024 10:18 AM - briand - Justin said to \"keep her alive\" for this quote! LOL"},{"comp":1,"quote":223492,"Line":5,"Comment":"11/25/2024 9:04 AM - briand - Req Date changed from 12/05/2024 to 12/12/2024 (Req Date Updated)"},{"comp":1,"quote":223492,"Line":6,"Comment":"11/25/2024 9:04 AM - briand - CLO changed from 11/26/2024 to 12/11/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223492","line":"1","part":"MNL12-ER32X","qty":"1","price":"2312.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223492","line":"2","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223492","line":"3","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223492","line":"4","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223492","Line":"4","Company":"1","F_Line":"1","Comment":"Additional 5% discount applied for the 2024 IMTS","Loc":"Y"},{"Quote":"223492","Line":"4","Company":"1","F_Line":"2","Comment":"Promotion for Live Tooling for $500-$5000 List.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-25 09:04:25.643 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223492-11252024090425.txt === {"quote":"223492","customer":"3367","name":null,"customerName":"W.C. Chapman & Sons Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-24-2024","cust_order_date":"10-24-2024","req_date":"12-12-2024","cust_po":"MNL12-ER32X","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"14:27","extra":"","follow_up":"12-10-2024","web_id":"","follow_name":"Justin Phelps","follow_phone":"410-686-6860","follow_email":"justinp@wcchapman.com","pic_user":"briand","total_amt":"1597.22","total_gp":"1115.38","total_gpm":"69.83","rev_type":"LT","mod_date":"11-25-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-11-2024","notes":[],"crmnotes":[{"comp":1,"quote":223492,"Line":0,"Comment":"10/29/2024 9:02 AM - briand - F/U changed from 10/30/2024 to 11/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223492,"Line":1,"Comment":"11/13/2024 10:17 AM - briand - Sent Justin an email asking for status on this quote."},{"comp":1,"quote":223492,"Line":2,"Comment":"11/13/2024 10:17 AM - briand - F/U changed from 11/15/2024 to 11/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223492,"Line":3,"Comment":"11/13/2024 10:17 AM - briand - CLO changed from 11/24/2024 to 11/26/2024 (CLO Date Updated)"},{"comp":1,"quote":223492,"Line":4,"Comment":"11/14/2024 10:18 AM - briand - Justin said to \"keep her alive\" for this quote! LOL"},{"comp":1,"quote":223492,"Line":5,"Comment":"11/25/2024 9:04 AM - briand - Req Date changed from 12/05/2024 to 12/12/2024 (Req Date Updated)"},{"comp":1,"quote":223492,"Line":6,"Comment":"11/25/2024 9:04 AM - briand - CLO changed from 11/26/2024 to 12/11/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223492","line":"1","part":"MNL12-ER32X","qty":"1","price":"2312.00","uom":"EA","discount":"33.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223492","line":"2","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223492","line":"3","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223492","line":"4","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223492","Line":"4","Company":"1","F_Line":"1","Comment":"Additional 5% discount applied for the 2024 IMTS","Loc":"Y"},{"Quote":"223492","Line":"4","Company":"1","F_Line":"2","Comment":"Promotion for Live Tooling for $500-$5000 List.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-25 09:06:25.041 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224344-11252024090624.txt === {"quote":"224344","customer":"16110","name":null,"customerName":"P.F. Markey Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-13-2024","cust_order_date":"11-13-2024","req_date":"12-27-2024","cust_po":"HSK63A-SK6-80P","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"09:37","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"Lauryn","follow_phone":"989-793-0900","follow_email":"insidesales@pfmarkey.com","pic_user":"briand","total_amt":"1886.60","total_gp":"950.80","total_gpm":"50.40","rev_type":"ADV","mod_date":"11-25-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"9","win_pct":"20","clo_date":"12-13-2024","notes":[{"comp":"1","quote":"224344","line":"6","data":"have 6 in stock in IL and there are 16 at Nikken."},{"comp":"1","quote":"224344","line":"5","data":"wrench in case customer needs one. We currently"},{"comp":"1","quote":"224344","line":"4","data":"been received. Additional 20% applied. Added the"},{"comp":"1","quote":"224344","line":"3","data":"cannot be cancelled or returned once a PO has"},{"comp":"1","quote":"224344","line":"2","data":"the holder is on our Overstock promotion and"},{"comp":"1","quote":"224344","line":"1","data":"quote to: insidesales@pfmarkey.com Let her know"},{"comp":"1","quote":"224344","line":"0","data":"11-13-2024 09:48-briand: Lauryn said to send the"}],"crmnotes":[{"comp":1,"quote":224344,"Line":0,"Comment":"11/18/2024 8:36 AM - briand - F/U changed from 11/19/2024 to 11/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224344,"Line":1,"Comment":"11/25/2024 9:06 AM - briand - Req Date changed from 12/25/2024 to 12/27/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"224344","line":"1","part":"HSK63A-SK6-80P","qty":"7","price":"491.00","uom":"EA","discount":"48.00","req_date":"SEE COMMENT","branch":"1"},{"comp":"01","order":"224344","line":"2","part":"PROMOTION-OS","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"224344","line":"3","part":"GH6","qty":"1","price":"138.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"224344","Line":"1","Company":"1","F_Line":"1","Comment":"Currently 6 in stock balance would be 1~2 weeks ARO.","Loc":"Y"},{"Quote":"224344","Line":"2","Company":"1","F_Line":"1","Comment":"Please note additional 20% applied per Overstock","Loc":"Y"},{"Quote":"224344","Line":"2","Company":"1","F_Line":"2","Comment":"Promotion. Once a purchase order has been received","Loc":"Y"},{"Quote":"224344","Line":"2","Company":"1","F_Line":"3","Comment":"this item cannot be cancelled or returned.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-25 09:06:33.391 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224344-11252024090633.txt === {"quote":"224344","customer":"16110","name":null,"customerName":"P.F. Markey Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-13-2024","cust_order_date":"11-13-2024","req_date":"12-27-2024","cust_po":"HSK63A-SK6-80P","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"09:37","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"Lauryn","follow_phone":"989-793-0900","follow_email":"insidesales@pfmarkey.com","pic_user":"briand","total_amt":"1886.60","total_gp":"950.80","total_gpm":"50.40","rev_type":"ADV","mod_date":"11-25-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"9","win_pct":"20","clo_date":"12-26-2024","notes":[{"comp":"1","quote":"224344","line":"6","data":"have 6 in stock in IL and there are 16 at Nikken."},{"comp":"1","quote":"224344","line":"5","data":"wrench in case customer needs one. We currently"},{"comp":"1","quote":"224344","line":"4","data":"been received. Additional 20% applied. Added the"},{"comp":"1","quote":"224344","line":"3","data":"cannot be cancelled or returned once a PO has"},{"comp":"1","quote":"224344","line":"2","data":"the holder is on our Overstock promotion and"},{"comp":"1","quote":"224344","line":"1","data":"quote to: insidesales@pfmarkey.com Let her know"},{"comp":"1","quote":"224344","line":"0","data":"11-13-2024 09:48-briand: Lauryn said to send the"}],"crmnotes":[{"comp":1,"quote":224344,"Line":0,"Comment":"11/18/2024 8:36 AM - briand - F/U changed from 11/19/2024 to 11/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224344,"Line":1,"Comment":"11/25/2024 9:06 AM - briand - Req Date changed from 12/25/2024 to 12/27/2024 (Req Date Updated)"},{"comp":1,"quote":224344,"Line":2,"Comment":"11/25/2024 9:06 AM - briand - CLO changed from 12/13/2024 to 12/26/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224344","line":"1","part":"HSK63A-SK6-80P","qty":"7","price":"491.00","uom":"EA","discount":"48.00","req_date":"SEE COMMENT","branch":"1"},{"comp":"01","order":"224344","line":"2","part":"PROMOTION-OS","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"224344","line":"3","part":"GH6","qty":"1","price":"138.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"224344","Line":"1","Company":"1","F_Line":"1","Comment":"Currently 6 in stock balance would be 1~2 weeks ARO.","Loc":"Y"},{"Quote":"224344","Line":"2","Company":"1","F_Line":"1","Comment":"Please note additional 20% applied per Overstock","Loc":"Y"},{"Quote":"224344","Line":"2","Company":"1","F_Line":"2","Comment":"Promotion. Once a purchase order has been received","Loc":"Y"},{"Quote":"224344","Line":"2","Company":"1","F_Line":"3","Comment":"this item cannot be cancelled or returned.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-25 09:06:37.886 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224344-11252024090637.txt === {"quote":"224344","customer":"16110","name":null,"customerName":"P.F. Markey Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-13-2024","cust_order_date":"11-13-2024","req_date":"12-27-2024","cust_po":"HSK63A-SK6-80P","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"09:37","extra":"","follow_up":"11-22-2024","web_id":"","follow_name":"Lauryn","follow_phone":"989-793-0900","follow_email":"insidesales@pfmarkey.com","pic_user":"briand","total_amt":"1886.60","total_gp":"950.80","total_gpm":"50.40","rev_type":"ADV","mod_date":"11-25-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"9","win_pct":"20","clo_date":"12-26-2024","notes":[{"comp":"1","quote":"224344","line":"6","data":"have 6 in stock in IL and there are 16 at Nikken."},{"comp":"1","quote":"224344","line":"5","data":"wrench in case customer needs one. We currently"},{"comp":"1","quote":"224344","line":"4","data":"been received. Additional 20% applied. Added the"},{"comp":"1","quote":"224344","line":"3","data":"cannot be cancelled or returned once a PO has"},{"comp":"1","quote":"224344","line":"2","data":"the holder is on our Overstock promotion and"},{"comp":"1","quote":"224344","line":"1","data":"quote to: insidesales@pfmarkey.com Let her know"},{"comp":"1","quote":"224344","line":"0","data":"11-13-2024 09:48-briand: Lauryn said to send the"}],"crmnotes":[{"comp":1,"quote":224344,"Line":0,"Comment":"11/18/2024 8:36 AM - briand - F/U changed from 11/19/2024 to 11/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224344,"Line":1,"Comment":"11/25/2024 9:06 AM - briand - Req Date changed from 12/25/2024 to 12/27/2024 (Req Date Updated)"},{"comp":1,"quote":224344,"Line":2,"Comment":"11/25/2024 9:06 AM - briand - CLO changed from 12/13/2024 to 12/26/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224344","line":"1","part":"HSK63A-SK6-80P","qty":"7","price":"491.00","uom":"EA","discount":"48.00","req_date":"SEE COMMENT","branch":"1"},{"comp":"01","order":"224344","line":"2","part":"PROMOTION-OS","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"224344","line":"3","part":"GH6","qty":"1","price":"138.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"224344","Line":"1","Company":"1","F_Line":"1","Comment":"Currently 6 in stock balance would be 1~2 weeks ARO.","Loc":"Y"},{"Quote":"224344","Line":"2","Company":"1","F_Line":"1","Comment":"Please note additional 20% applied per Overstock","Loc":"Y"},{"Quote":"224344","Line":"2","Company":"1","F_Line":"2","Comment":"Promotion. Once a purchase order has been received","Loc":"Y"},{"Quote":"224344","Line":"2","Company":"1","F_Line":"3","Comment":"this item cannot be cancelled or returned.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-25 09:06:46.696 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224344-11252024090646.txt === {"quote":"224344","customer":"16110","name":null,"customerName":"P.F. Markey Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-13-2024","cust_order_date":"11-13-2024","req_date":"12-27-2024","cust_po":"HSK63A-SK6-80P","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"09:37","extra":"","follow_up":"12-20-2024","web_id":"","follow_name":"Lauryn","follow_phone":"989-793-0900","follow_email":"insidesales@pfmarkey.com","pic_user":"briand","total_amt":"1886.60","total_gp":"950.80","total_gpm":"50.40","rev_type":"ADV","mod_date":"11-25-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"9","win_pct":"20","clo_date":"12-26-2024","notes":[{"comp":"1","quote":"224344","line":"6","data":"have 6 in stock in IL and there are 16 at Nikken."},{"comp":"1","quote":"224344","line":"5","data":"wrench in case customer needs one. We currently"},{"comp":"1","quote":"224344","line":"4","data":"been received. Additional 20% applied. Added the"},{"comp":"1","quote":"224344","line":"3","data":"cannot be cancelled or returned once a PO has"},{"comp":"1","quote":"224344","line":"2","data":"the holder is on our Overstock promotion and"},{"comp":"1","quote":"224344","line":"1","data":"quote to: insidesales@pfmarkey.com Let her know"},{"comp":"1","quote":"224344","line":"0","data":"11-13-2024 09:48-briand: Lauryn said to send the"}],"crmnotes":[{"comp":1,"quote":224344,"Line":0,"Comment":"11/18/2024 8:36 AM - briand - F/U changed from 11/19/2024 to 11/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224344,"Line":1,"Comment":"11/25/2024 9:06 AM - briand - Req Date changed from 12/25/2024 to 12/27/2024 (Req Date Updated)"},{"comp":1,"quote":224344,"Line":2,"Comment":"11/25/2024 9:06 AM - briand - CLO changed from 12/13/2024 to 12/26/2024 (CLO Date Updated)"},{"comp":1,"quote":224344,"Line":3,"Comment":"11/25/2024 9:06 AM - briand - F/U changed from 11/26/2024 to 11/22/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224344","line":"1","part":"HSK63A-SK6-80P","qty":"7","price":"491.00","uom":"EA","discount":"48.00","req_date":"SEE COMMENT","branch":"1"},{"comp":"01","order":"224344","line":"2","part":"PROMOTION-OS","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"224344","line":"3","part":"GH6","qty":"1","price":"138.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"224344","Line":"1","Company":"1","F_Line":"1","Comment":"Currently 6 in stock balance would be 1~2 weeks ARO.","Loc":"Y"},{"Quote":"224344","Line":"2","Company":"1","F_Line":"1","Comment":"Please note additional 20% applied per Overstock","Loc":"Y"},{"Quote":"224344","Line":"2","Company":"1","F_Line":"2","Comment":"Promotion. Once a purchase order has been received","Loc":"Y"},{"Quote":"224344","Line":"2","Company":"1","F_Line":"3","Comment":"this item cannot be cancelled or returned.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-25 09:15:28.126 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224668-11252024091527.txt === {"quote":"224668","customer":"16110","name":null,"customerName":"P.F. Markey Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-20-2024","cust_order_date":"11-20-2024","req_date":"01-01-2025","cust_po":"CAT50-NPU8-80U-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"08:17","extra":"","follow_up":"12-09-2024","web_id":"","follow_name":"Madison Wascher","follow_phone":"989-393-3611","follow_email":"madisonwascher@pfmarkey.com","pic_user":"briand","total_amt":"1386.45","total_gp":"1030.51","total_gpm":"74.33","rev_type":"STD","mod_date":"11-25-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-20-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224668","line":"1","part":"CAT50-NPU8-80U-IDU","qty":"1","price":"617.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224668","line":"2","part":"HSK63A-NPU13C-135-IDU","qty":"1","price":"969.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224668","line":"3","part":"CAT40-NPU13-130U-IDU","qty":"1","price":"547.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-25 09:16:20.144 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224723-11252024091619.txt === {"quote":"224723","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-20-2024","cust_order_date":"11-20-2024","req_date":"01-01-2025","cust_po":"NC5006-1500-4.50CP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"13:59","extra":"","follow_up":"12-17-2024","web_id":"","follow_name":"Veronica Tangonan","follow_phone":"408-562-5313","follow_email":"veronica.tangonan@pts-tools.com","pic_user":"briand","total_amt":"1034.72","total_gp":"707.84","total_gpm":"68.41","rev_type":"STD","mod_date":"11-25-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-20-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224723","line":"1","part":"NC5006-1500-4.50CP","qty":"4","price":"446.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-25 09:18:18.654 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223056-11252024091818.txt === {"quote":"223056","customer":"19575","name":null,"customerName":"Single Source Technologies","comp":"01","open":"1","shipto":"MPIPRODS","shiptoName":"MPI Products LLC","entry_date":"10-16-2024","cust_order_date":"10-16-2024","req_date":"11-27-2024","cust_po":"HSK50A Holders","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Rick Grabarek","drop_po":"","status":"0","user":"briand","conv_order":"","time":"10:15","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Rick Grabarek","follow_phone":"248-232-6268","follow_email":"rgrabarek@singlesourcetech.com","pic_user":"briand","total_amt":"2325.60","total_gp":"2044.49","total_gpm":"87.91","rev_type":"STD","mod_date":"11-25-2024","mod_time":null,"mod_user":"briand","reason":"2","totalQty":"15","win_pct":"20","clo_date":"11-26-2024","notes":[{"comp":"1","quote":"223056","line":"10","data":"10-16-2024 10:33 - Discounts Recalculated QS"},{"comp":"1","quote":"223056","line":"9","data":"back to me."},{"comp":"1","quote":"223056","line":"8","data":"an MPI online there. Will update when he gets"},{"comp":"1","quote":"223056","line":"7","data":"Asked him if they are located in Troy as I found"},{"comp":"1","quote":"223056","line":"6","data":"Rick who the EU is, he said \"MPI in Michigan.\""},{"comp":"1","quote":"223056","line":"5","data":"confirmation of pricing on the collets. Asked"},{"comp":"1","quote":"223056","line":"4","data":"the quote log, need P&D on specials as well as"},{"comp":"1","quote":"223056","line":"3","data":"10-16-2024 12:48-briand: Added several items to"},{"comp":"1","quote":"223056","line":"2","data":"quote, I'll be sure to cc Territory 54."},{"comp":"1","quote":"223056","line":"1","data":"Products in Troy, MI. Once I get the updated"},{"comp":"1","quote":"223056","line":"0","data":"10-16-2024 16:27-briand: Rick gave me EU, MPI"}],"crmnotes":[{"comp":1,"quote":223056,"Line":0,"Comment":"10/21/2024 10:32 AM - briand - Quote was sent to Rick on 10/17 and cc'd 54"},{"comp":1,"quote":223056,"Line":1,"Comment":"10/21/2024 10:32 AM - briand - F/U changed from 10/22/2024 to 11/1/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223056,"Line":2,"Comment":"10/31/2024 8:33 AM - briand - Sent Rick a status request on this newer quote. He's only had it for about two weeks. Wanted to see if there's any progress on it as we typically get requests from him like this and nothing comes of them. Hopefully one day they will."},{"comp":1,"quote":223056,"Line":3,"Comment":"10/31/2024 8:33 AM - briand - CLO changed from 11/16/2024 to 11/26/2024 (CLO Date Updated)"},{"comp":1,"quote":223056,"Line":4,"Comment":"10/31/2024 8:33 AM - briand - Req Date changed from 11/27/2024 to 11/27/2024 (Req Date Updated)"},{"comp":1,"quote":223056,"Line":5,"Comment":"10/31/2024 8:33 AM - briand - F/U changed from 11/01/2024 to 11/25/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223056","line":"1","part":"SPECIAL-TL-NIKKEN","qty":"1","price":"1107.00","uom":"EA","discount":"28.00","req_date":"1~2 weeks ARO","branch":"1"},{"comp":"01","order":"223056","line":"2","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223056","line":"3","part":"KM20-16","qty":"1","price":"78.00","uom":"EA","discount":"28.00","req_date":"1~2 weeks ARO","branch":"1"},{"comp":"01","order":"223056","line":"4","part":"KM20-12","qty":"1","price":"78.00","uom":"EA","discount":"28.00","req_date":"1~2 weeks ARO","branch":"1"},{"comp":"01","order":"223056","line":"5","part":"KM20-10","qty":"1","price":"78.00","uom":"EA","discount":"28.00","req_date":"1~2 weeks ARO","branch":"1"},{"comp":"01","order":"223056","line":"6","part":"KM20-8","qty":"1","price":"70.00","uom":"EA","discount":"28.00","req_date":"1~2 weeks ARO","branch":"1"},{"comp":"01","order":"223056","line":"7","part":"SPECIAL-TL-NIKKEN","qty":"1","price":"756.00","uom":"EA","discount":"28.00","req_date":"SEE COMMENT BELOW","branch":"1"},{"comp":"01","order":"223056","line":"8","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223056","line":"9","part":"SK25-8","qty":"1","price":"132.00","uom":"EA","discount":"28.00","req_date":"1~2 weeks ARO","branch":"1"},{"comp":"01","order":"223056","line":"10","part":"SK25-10","qty":"1","price":"128.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223056","line":"11","part":"SK25-12","qty":"1","price":"89.00","uom":"EA","discount":"28.00","req_date":"1~2 weeks ARO","branch":"1"},{"comp":"01","order":"223056","line":"12","part":"SK25-16","qty":"1","price":"100.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223056","line":"13","part":"SK25-20","qty":"1","price":"100.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223056","line":"14","part":"SK25-16AC","qty":"1","price":"240.00","uom":"EA","discount":"28.00","req_date":"1~2 weeks ARO","branch":"1"},{"comp":"01","order":"223056","line":"15","part":"SK25-20AC","qty":"1","price":"187.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"223056","Line":"1","Company":"1","F_Line":"1","Comment":"HSK50A-CZF20-115 HSK Zero Fit Milling Chuck","Loc":"Y"},{"Quote":"223056","Line":"7","Company":"1","F_Line":"1","Comment":"HSK50A-SZF25C-135 HSK Zero Fit Type Slim Chuck","Loc":"Y"},{"Quote":"223056","Line":"7","Company":"1","F_Line":"2","Comment":"One (1) currently in stock at Nikken 1~2 weeks ARO/","Loc":"Y"},{"Quote":"223056","Line":"7","Company":"1","F_Line":"3","Comment":"balance will be early December.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":15}}] 2024-11-25 09:20:05.897 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224812-11252024092005.txt === {"quote":"224812","customer":"23290","name":null,"customerName":"Wayne Tool & Supply Company,Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-21-2024","cust_order_date":"11-21-2024","req_date":"01-02-2025","cust_po":"HSK50E-SK16-80P","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"Bob Nichols","drop_po":"","status":"0","user":"briand","conv_order":"","time":"14:28","extra":"","follow_up":"12-10-2024","web_id":"","follow_name":"Bob Nichols","follow_phone":"(973) 900-1900","follow_email":"bn@waynetool.com","pic_user":"briand","total_amt":"2110.95","total_gp":"1442.94","total_gpm":"68.36","rev_type":"ADV","mod_date":"11-25-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"14","win_pct":"20","clo_date":"12-21-2024","notes":[{"comp":"1","quote":"224812","line":"6","data":"have the pricing."},{"comp":"1","quote":"224812","line":"5","data":"Nikken. Will send quote to Bob Nichols once I"},{"comp":"1","quote":"224812","line":"4","data":"to confirm pricing as we currently have 28 at"},{"comp":"1","quote":"224812","line":"3","data":"quote. Put the HSK50E-SK16-80P on the Quote Log"},{"comp":"1","quote":"224812","line":"2","data":"11-21-2024 14:30-briand: Added wrench to the"},{"comp":"1","quote":"224812","line":"1","data":"sent quote to Bob."},{"comp":"1","quote":"224812","line":"0","data":"11-21-2024 16:55-briand: Pricing confirmed,"}],"crmnotes":[],"items":[{"comp":"01","order":"224812","line":"1","part":"HSK50E-SK16-80P","qty":"4","price":"519.00","uom":"EA","discount":"30.00","req_date":"1~2 Weeks ARO","branch":"1"},{"comp":"01","order":"224812","line":"2","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"224812","line":"3","part":"GH16","qty":"1","price":"221.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224812","line":"4","part":"SK16-1/4A","qty":"4","price":"82.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224812","line":"5","part":"SK16-1/8A","qty":"4","price":"82.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"224812","Line":"2","Company":"1","F_Line":"1","Comment":"Additional 5% discount applied for the 2024 IMTS","Loc":"Y"},{"Quote":"224812","Line":"2","Company":"1","F_Line":"2","Comment":"Promotion for Advanced Toolholders. See attached","Loc":"Y"},{"Quote":"224812","Line":"2","Company":"1","F_Line":"3","Comment":"flyer to quote email.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":5}}] 2024-11-25 09:21:18.705 [INFO] In session is user: Alexd 2024-11-25 09:22:13.912 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-215091-11252024092213.txt === {"quote":"215091","customer":"23430","name":null,"customerName":"Western Tool & Supply Company","comp":"01","open":"1","shipto":"USHER","shiptoName":"Usher Precision Mfg.","entry_date":"04-22-2024","cust_order_date":"02-15-2024","req_date":"12-30-2024","cust_po":"HATHOR 6A","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"78","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tony Boatwright","drop_po":"","status":"0","user":"alexd","conv_order":"","time":"14:46","extra":"","follow_up":"12-30-2024","web_id":"","follow_name":"Corey","follow_phone":"1","follow_email":"@","pic_user":"alexd","total_amt":"37623.00","total_gp":"21748.88","total_gpm":"57.81","rev_type":"ADV","mod_date":"11-25-2024","mod_time":null,"mod_user":"Alexd","reason":"2","totalQty":"5","win_pct":"20","clo_date":"12-30-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"215091","line":"1","part":"PRE-HTR6A-H63","qty":"1","price":"36253.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"215091","line":"2","part":"PRE-GAUGE-H63","qty":"1","price":"1040.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"215091","line":"3","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"215091","line":"4","part":"PRE-PRNT-ROLL-QL800","qty":"1","price":"30.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"215091","line":"5","part":"PRE-INST/TRAINING","qty":"1","price":"3500.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"215091","Line":"5","Company":"1","F_Line":"1","Comment":"INCUDES A TOTAL OF 8 HOURS FOR INSTALL & TRAINING","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":5}}] 2024-11-25 09:24:41.283 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224035-11252024092441.txt === {"quote":"224035","customer":"19745","name":null,"customerName":"Sowa Tool & Machine Co. LTD.","comp":"01","open":"0","shipto":"SOWATOO","shiptoName":"Sowa Tool & Machine Co. LTD.","entry_date":"11-06-2024","cust_order_date":"11-06-2024","req_date":"12-18-2024","cust_po":"NT10 Tap Collets","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Ed Hinrikus","drop_po":"","status":"0","user":"briand","conv_order":"","time":"11:22","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Ed Hinrikus","follow_phone":"800-265-8221x286","follow_email":"ehinrikus@sowatool.com","pic_user":"briand","total_amt":"337.5","total_gp":"220.58","total_gpm":"65.36","rev_type":"STD","mod_date":"11-25-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"5","win_pct":"20","clo_date":"12-12-2024","notes":[{"comp":"1","quote":"224035","line":"0","data":"11-06-2024 11:23 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224035,"Line":0,"Comment":"11/11/2024 10:35 AM - briand - F/U changed from 11/12/2024 to 11/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224035,"Line":1,"Comment":"11/25/2024 9:24 AM - briand - CLO changed from 12/06/2024 to 12/12/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224035","line":"1","part":"NT10-020","qty":"1","price":"75.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224035","line":"2","part":"NT10-024","qty":"1","price":"75.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224035","line":"3","part":"NT10-032","qty":"1","price":"75.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224035","line":"4","part":"NT10-040","qty":"1","price":"75.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224035","line":"5","part":"NT10-048","qty":"1","price":"75.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-25 09:24:49.042 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224035-11252024092448.txt === {"quote":"224035","customer":"19745","name":null,"customerName":"Sowa Tool & Machine Co. LTD.","comp":"01","open":"0","shipto":"SOWATOO","shiptoName":"Sowa Tool & Machine Co. LTD.","entry_date":"11-06-2024","cust_order_date":"11-06-2024","req_date":"12-18-2024","cust_po":"NT10 Tap Collets","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Ed Hinrikus","drop_po":"","status":"0","user":"briand","conv_order":"","time":"11:22","extra":"","follow_up":"12-11-2024","web_id":"","follow_name":"Ed Hinrikus","follow_phone":"800-265-8221x286","follow_email":"ehinrikus@sowatool.com","pic_user":"briand","total_amt":"337.5","total_gp":"220.58","total_gpm":"65.36","rev_type":"STD","mod_date":"11-25-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"5","win_pct":"20","clo_date":"12-12-2024","notes":[{"comp":"1","quote":"224035","line":"0","data":"11-06-2024 11:23 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224035,"Line":0,"Comment":"11/11/2024 10:35 AM - briand - F/U changed from 11/12/2024 to 11/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224035,"Line":1,"Comment":"11/25/2024 9:24 AM - briand - CLO changed from 12/06/2024 to 12/12/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224035","line":"1","part":"NT10-020","qty":"1","price":"75.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224035","line":"2","part":"NT10-024","qty":"1","price":"75.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224035","line":"3","part":"NT10-032","qty":"1","price":"75.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224035","line":"4","part":"NT10-040","qty":"1","price":"75.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224035","line":"5","part":"NT10-048","qty":"1","price":"75.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-25 09:25:27.809 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\VALORATO-0-3274.txt === {"customer":"VALORATO","line":"A","dept":"M","name":"David Gamboa","title":"MPS","phone":"310-227-9549","cell":"310-227-9549","fax":null,"email":"david@valaratomics.com","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3274,"password":null,"webenabled":null,"linkedin":null,"city":"Hawthorne","state":"CA","address1":"4857 W. 147th St.","address2":null,"zip":"90250","country":"USA","userid":"Alexd","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"ST","Active":"Y","lnrp":"N"} [{"json":{"results":"Contacts","type":"contacts","line":"0"}}] 2024-11-25 09:26:02.360 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224589-11252024092602.txt === {"quote":"224589","customer":"13562","name":null,"customerName":"Midway Industrial Supply","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-19-2024","cust_order_date":"11-19-2024","req_date":"12-31-2024","cust_po":"C5008-0013","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"08:31","extra":"","follow_up":"12-18-2024","web_id":"","follow_name":"Kayla Palmer","follow_phone":"607-661-6409","follow_email":"kpalmer@midwaycorp.com","pic_user":"briand","total_amt":"372.24","total_gp":"227.07","total_gpm":"61.00","rev_type":"STD","mod_date":"11-25-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-19-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224589","line":"1","part":"C5008-0013","qty":"1","price":"517.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-25 09:28:48.400 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\METHCA-4-3274.txt === {"customer":"METHCA","line":"A","dept":"OS","name":"karl izumi","title":"SLM","phone":"978-443-5388","cell":"978-443-5388","fax":null,"email":"kizumi@methodsmachine.com","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3274,"password":null,"webenabled":null,"linkedin":null,"city":"Anaheim","state":"CA","address1":"1980 W. Corporate Way","address2":null,"zip":"92801","country":"USA","userid":"Alexd","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"ST","Active":"Y","lnrp":"N"} [{"json":{"results":"Contacts","type":"contacts","line":"4"}}] 2024-11-25 09:34:54.973 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224606-11252024093454.txt === {"quote":"224606","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-19-2024","cust_order_date":"11-19-2024","req_date":"12-31-2024","cust_po":"SK10-2.5","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"10:35","extra":"","follow_up":"12-05-2024","web_id":"","follow_name":"Chuck Mousseau","follow_phone":"412-494-4770 x887215","follow_email":"mousseac@mscdirect.com","pic_user":"briand","total_amt":"724.10","total_gp":"513.32","total_gpm":"70.89","rev_type":"ADV","mod_date":"11-25-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"10","win_pct":"20","clo_date":"12-19-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224606","line":"1","part":"SK10-2.5","qty":"1","price":"81.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224606","line":"2","part":"SK10-3AC","qty":"1","price":"133.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224606","line":"3","part":"SK10-4A","qty":"1","price":"64.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224606","line":"4","part":"SK10-6AC","qty":"1","price":"96.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224606","line":"5","part":"SK10-10A","qty":"1","price":"64.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224606","line":"6","part":"SK16-3/8AC","qty":"1","price":"180.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224606","line":"7","part":"SK16-7/16AC","qty":"1","price":"180.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224606","line":"8","part":"SK16-5/8AC","qty":"1","price":"134.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224606","line":"9","part":"SK16-10A","qty":"1","price":"73.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224606","line":"10","part":"SK16-12AC","qty":"1","price":"109.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":10}}] 2024-11-25 09:38:29.650 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223487-11252024093829.txt === {"quote":"223487","customer":"6150","name":null,"customerName":"Fastenal Company Purchasing (MN)","comp":"01","open":"1","shipto":"FASTEPA","shiptoName":"Fastenal","entry_date":"10-24-2024","cust_order_date":"10-24-2024","req_date":"12-05-2024","cust_po":"E32 Collet","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"35","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Adam","drop_po":"","status":"0","user":"briand","conv_order":"","time":"13:51","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Adam","follow_phone":"","follow_email":"pa011@stores.fastenal.com","pic_user":"briand","total_amt":"35.36","total_gp":"25.18","total_gpm":"71.21","rev_type":"STD","mod_date":"11-25-2024","mod_time":null,"mod_user":"briand","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-26-2024","notes":[{"comp":"1","quote":"223487","line":"0","data":"10-24-2024 13:53 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223487,"Line":0,"Comment":"10/29/2024 8:53 AM - briand - F/U changed from 10/30/2024 to 11/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223487,"Line":1,"Comment":"10/29/2024 8:53 AM - briand - CLO changed from 11/24/2024 to 11/26/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223487","line":"1","part":"E32-393","qty":"1","price":"52.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-25 09:38:57.968 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223488-11252024093857.txt === {"quote":"223488","customer":"18650","name":null,"customerName":"Rite-Way Tool Company Inc.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-24-2024","cust_order_date":"10-24-2024","req_date":"12-05-2024","cust_po":"S50SF-0250-4.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"14:05","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Kevin Killinger","follow_phone":"724-387-1100","follow_email":"kevinkillinger.riteway@comcast.net","pic_user":"briand","total_amt":"97.06","total_gp":"96.06","total_gpm":"98.97","rev_type":"ADV","mod_date":"11-25-2024","mod_time":null,"mod_user":"briand","reason":"2","totalQty":"2","win_pct":"20","clo_date":"11-26-2024","notes":[],"crmnotes":[{"comp":1,"quote":223488,"Line":0,"Comment":"10/29/2024 8:55 AM - briand - F/U changed from 10/30/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223488,"Line":1,"Comment":"11/11/2024 10:44 AM - briand - Sent Kevin an email asking if this quote is still active."},{"comp":1,"quote":223488,"Line":2,"Comment":"11/11/2024 10:44 AM - briand - F/U changed from 11/13/2024 to 11/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223488,"Line":3,"Comment":"11/11/2024 10:44 AM - briand - CLO changed from 11/24/2024 to 11/26/2024 (CLO Date Updated)"},{"comp":1,"quote":223488,"Line":4,"Comment":"11/25/2024 9:38 AM - briand - No reply from Kevin, closing qutoe."}],"items":[{"comp":"01","order":"223488","line":"1","part":"S50SF-0250-4.00","qty":"1","price":"211.00","uom":"EA","discount":"54.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223488","line":"2","part":"PROMOTION-OS","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-25 09:40:21.391 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224011-11252024094021.txt === {"quote":"224011","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-06-2024","cust_order_date":"11-06-2024","req_date":"12-18-2024","cust_po":"300-018","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"08:27","extra":"","follow_up":"12-04-2024","web_id":"","follow_name":"Christine Gawronski","follow_phone":"215-956-9650","follow_email":"christine.gawronski@mscdirect.com","pic_user":"briand","total_amt":"56.4","total_gp":"30.72","total_gpm":"54.47","rev_type":"STD","mod_date":"11-25-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-11-2024","notes":[{"comp":"1","quote":"224011","line":"3","data":"email about this."},{"comp":"1","quote":"224011","line":"2","data":"P&D from Purchasing. Notified Christine via"},{"comp":"1","quote":"224011","line":"1","data":"Quote Log. Will send to Christine once I have"},{"comp":"1","quote":"224011","line":"0","data":"11-06-2024 08:30-briand: Added 300-018 to the"}],"crmnotes":[{"comp":1,"quote":224011,"Line":0,"Comment":"11/11/2024 10:34 AM - briand - Purchasing said lead time for 300-018 would be mid/end December 2024. I did suggest the 3J Emergency Steel Collet. I did send her PDF, STEP and DXF drawings."},{"comp":1,"quote":224011,"Line":1,"Comment":"11/11/2024 10:34 AM - briand - F/U changed from 11/12/2024 to 11/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224011,"Line":2,"Comment":"11/22/2024 1:29 PM - briand - CLO changed from 12/06/2024 to 12/11/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224011","line":"1","part":"300-018","qty":"1","price":"94.00","uom":"EA","discount":"40.00","req_date":"0 Stk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-25 09:41:52.934 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224235-11252024094152.txt === {"quote":"224235","customer":"5015","name":null,"customerName":"E & R Industrial Sales Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-11-2024","cust_order_date":"11-11-2024","req_date":"12-23-2024","cust_po":"CAT40-SZF6-150U-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"12:40","extra":"","follow_up":"12-17-2024","web_id":"","follow_name":"Brendon Ogden","follow_phone":"610-485-9700","follow_email":"bogden@erindustrial.com","pic_user":"briand","total_amt":"448.56","total_gp":"291.57","total_gpm":"65.00","rev_type":"ADV","mod_date":"11-25-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-11-2024","notes":[{"comp":"1","quote":"224235","line":"7","data":"pricing from Purchasing."},{"comp":"1","quote":"224235","line":"6","data":"request and will let him know as soon as I have"},{"comp":"1","quote":"224235","line":"5","data":"I let Brandon know by email that I received his"},{"comp":"1","quote":"224235","line":"4","data":"and also added wrench in case they need one."},{"comp":"1","quote":"224235","line":"3","data":"quote in case price increased. Put on Quote Log"},{"comp":"1","quote":"224235","line":"2","data":"Still want to confirm pricing before sending"},{"comp":"1","quote":"224235","line":"1","data":"2023. E&R had a quote back in 2/2024 for $600.00."},{"comp":"1","quote":"224235","line":"0","data":"11-11-2024 12:44-briand: No orders or PO's since"}],"crmnotes":[{"comp":1,"quote":224235,"Line":0,"Comment":"11/13/2024 10:40 AM - briand - Quote emailed to Brendon today. Keeping pricing the same as prior quote from 2/2024."},{"comp":1,"quote":224235,"Line":1,"Comment":"11/13/2024 10:40 AM - briand - F/U changed from 11/17/2024 to 11/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224235,"Line":2,"Comment":"11/25/2024 9:41 AM - briand - Brendon said that the customer hasn't placed the order yet. Purchasing said there will be some of these holders coming in Early 2025."}],"items":[{"comp":"01","order":"224235","line":"1","part":"CAT40-SZF6-150U-IDU","qty":"1","price":"600.00","uom":"EA","discount":"28.00","req_date":"1~2 Weeks ARO","branch":"1"},{"comp":"01","order":"224235","line":"2","part":"SKL-6W","qty":"1","price":"23.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-25 09:42:04.344 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224235-11252024094204.txt === {"quote":"224235","customer":"5015","name":null,"customerName":"E & R Industrial Sales Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-11-2024","cust_order_date":"11-11-2024","req_date":"12-23-2024","cust_po":"CAT40-SZF6-150U-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"12:40","extra":"","follow_up":"12-17-2024","web_id":"","follow_name":"Brendon Ogden","follow_phone":"610-485-9700","follow_email":"bogden@erindustrial.com","pic_user":"briand","total_amt":"448.56","total_gp":"291.57","total_gpm":"65.00","rev_type":"ADV","mod_date":"11-25-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-18-2024","notes":[{"comp":"1","quote":"224235","line":"7","data":"pricing from Purchasing."},{"comp":"1","quote":"224235","line":"6","data":"request and will let him know as soon as I have"},{"comp":"1","quote":"224235","line":"5","data":"I let Brandon know by email that I received his"},{"comp":"1","quote":"224235","line":"4","data":"and also added wrench in case they need one."},{"comp":"1","quote":"224235","line":"3","data":"quote in case price increased. Put on Quote Log"},{"comp":"1","quote":"224235","line":"2","data":"Still want to confirm pricing before sending"},{"comp":"1","quote":"224235","line":"1","data":"2023. E&R had a quote back in 2/2024 for $600.00."},{"comp":"1","quote":"224235","line":"0","data":"11-11-2024 12:44-briand: No orders or PO's since"}],"crmnotes":[{"comp":1,"quote":224235,"Line":0,"Comment":"11/13/2024 10:40 AM - briand - Quote emailed to Brendon today. Keeping pricing the same as prior quote from 2/2024."},{"comp":1,"quote":224235,"Line":1,"Comment":"11/13/2024 10:40 AM - briand - F/U changed from 11/17/2024 to 11/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224235,"Line":2,"Comment":"11/25/2024 9:41 AM - briand - Brendon said that the customer hasn't placed the order yet. Purchasing said there will be some of these holders coming in Early 2025."},{"comp":1,"quote":224235,"Line":3,"Comment":"11/25/2024 9:41 AM - briand - F/U changed from 11/26/2024 to 12/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224235,"Line":4,"Comment":"11/25/2024 9:42 AM - briand - CLO changed from 12/11/2024 to 12/18/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224235","line":"1","part":"CAT40-SZF6-150U-IDU","qty":"1","price":"600.00","uom":"EA","discount":"28.00","req_date":"1~2 Weeks ARO","branch":"1"},{"comp":"01","order":"224235","line":"2","part":"SKL-6W","qty":"1","price":"23.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-25 09:42:13.773 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224235-11252024094213.txt === {"quote":"224235","customer":"5015","name":null,"customerName":"E & R Industrial Sales Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-11-2024","cust_order_date":"11-11-2024","req_date":"11-22-2024","cust_po":"CAT40-SZF6-150U-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"12:40","extra":"","follow_up":"12-17-2024","web_id":"","follow_name":"Brendon Ogden","follow_phone":"610-485-9700","follow_email":"bogden@erindustrial.com","pic_user":"briand","total_amt":"448.56","total_gp":"291.57","total_gpm":"65.00","rev_type":"ADV","mod_date":"11-25-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-18-2024","notes":[{"comp":"1","quote":"224235","line":"7","data":"pricing from Purchasing."},{"comp":"1","quote":"224235","line":"6","data":"request and will let him know as soon as I have"},{"comp":"1","quote":"224235","line":"5","data":"I let Brandon know by email that I received his"},{"comp":"1","quote":"224235","line":"4","data":"and also added wrench in case they need one."},{"comp":"1","quote":"224235","line":"3","data":"quote in case price increased. Put on Quote Log"},{"comp":"1","quote":"224235","line":"2","data":"Still want to confirm pricing before sending"},{"comp":"1","quote":"224235","line":"1","data":"2023. E&R had a quote back in 2/2024 for $600.00."},{"comp":"1","quote":"224235","line":"0","data":"11-11-2024 12:44-briand: No orders or PO's since"}],"crmnotes":[{"comp":1,"quote":224235,"Line":0,"Comment":"11/13/2024 10:40 AM - briand - Quote emailed to Brendon today. Keeping pricing the same as prior quote from 2/2024."},{"comp":1,"quote":224235,"Line":1,"Comment":"11/13/2024 10:40 AM - briand - F/U changed from 11/17/2024 to 11/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224235,"Line":2,"Comment":"11/25/2024 9:41 AM - briand - Brendon said that the customer hasn't placed the order yet. Purchasing said there will be some of these holders coming in Early 2025."},{"comp":1,"quote":224235,"Line":3,"Comment":"11/25/2024 9:41 AM - briand - F/U changed from 11/26/2024 to 12/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224235,"Line":4,"Comment":"11/25/2024 9:42 AM - briand - CLO changed from 12/11/2024 to 12/18/2024 (CLO Date Updated)"},{"comp":1,"quote":224235,"Line":5,"Comment":"11/25/2024 9:42 AM - briand - Req Date changed from 12/23/2024 to 11/22/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"224235","line":"1","part":"CAT40-SZF6-150U-IDU","qty":"1","price":"600.00","uom":"EA","discount":"28.00","req_date":"1~2 Weeks ARO","branch":"1"},{"comp":"01","order":"224235","line":"2","part":"SKL-6W","qty":"1","price":"23.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-25 09:47:29.063 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224290-11252024094728.txt === {"quote":"224290","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-12-2024","cust_order_date":"11-12-2024","req_date":"12-24-2024","cust_po":"HSK63A-SK10C-105P-IDU","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"11:02","extra":"","follow_up":"12-11-2024","web_id":"","follow_name":"Tyleace Hinton","follow_phone":"734-953-8864","follow_email":"tyleace.hinton@mscdirect.com","pic_user":"briand","total_amt":"448.5","total_gp":"322.03","total_gpm":"71.80","rev_type":"ADV","mod_date":"11-25-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-12-2024","notes":[{"comp":"1","quote":"224290","line":"1","data":"quote."},{"comp":"1","quote":"224290","line":"0","data":"11-12-2024 11:03-briand: Added the wrench to the"}],"crmnotes":[{"comp":1,"quote":224290,"Line":0,"Comment":"11/14/2024 10:14 AM - briand - F/U changed from 11/18/2024 to 11/26/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224290","line":"1","part":"HSK63A-SK10C-105P-IDU","qty":"1","price":"536.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224290","line":"2","part":"GH10","qty":"1","price":"154.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-25 09:49:26.855 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223996-11252024094926.txt === {"quote":"223996","customer":"15265","name":null,"customerName":"Outillage Industriel Quebec","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-05-2024","cust_order_date":"11-05-2024","req_date":"12-17-2024","cust_po":"N5006-1250-3.50","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"15:06","extra":"","follow_up":"11-27-2024","web_id":"","follow_name":"Erick Lepage","follow_phone":"418-683-2527","follow_email":"erick.lepage@quebecindustriel.com","pic_user":"briand","total_amt":"676.24","total_gp":"379.42","total_gpm":"56.11","rev_type":"STD","mod_date":"11-25-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-11-2024","notes":[],"crmnotes":[{"comp":1,"quote":223996,"Line":0,"Comment":"11/11/2024 10:17 AM - briand - F/U changed from 11/11/2024 to 11/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223996,"Line":1,"Comment":"11/25/2024 9:49 AM - briand - CLO changed from 12/05/2024 to 12/11/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223996","line":"1","part":"N5006-1250-3.50","qty":"1","price":"296.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223996","line":"2","part":"W1205-1375-5.00","qty":"1","price":"672.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-25 09:49:37.226 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223996-11252024094937.txt === {"quote":"223996","customer":"15265","name":null,"customerName":"Outillage Industriel Quebec","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-05-2024","cust_order_date":"11-05-2024","req_date":"12-17-2024","cust_po":"N5006-1250-3.50","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"CD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"15:06","extra":"","follow_up":"12-10-2024","web_id":"","follow_name":"Erick Lepage","follow_phone":"418-683-2527","follow_email":"erick.lepage@quebecindustriel.com","pic_user":"briand","total_amt":"676.24","total_gp":"379.42","total_gpm":"56.11","rev_type":"STD","mod_date":"11-25-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-11-2024","notes":[],"crmnotes":[{"comp":1,"quote":223996,"Line":0,"Comment":"11/11/2024 10:17 AM - briand - F/U changed from 11/11/2024 to 11/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223996,"Line":1,"Comment":"11/25/2024 9:49 AM - briand - CLO changed from 12/05/2024 to 12/11/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223996","line":"1","part":"N5006-1250-3.50","qty":"1","price":"296.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223996","line":"2","part":"W1205-1375-5.00","qty":"1","price":"672.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-25 10:01:08.379 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224210-11252024100108.txt === {"quote":"224210","customer":"16110","name":null,"customerName":"P.F. Markey Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-11-2024","cust_order_date":"11-11-2024","req_date":"12-23-2024","cust_po":"C5006-1250-6.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Annette Wilson","drop_po":"","status":"0","user":"briand","conv_order":"","time":"09:39","extra":"","follow_up":"11-27-2024","web_id":"","follow_name":"Annette Wilson","follow_phone":"989-600-4332","follow_email":"annettewilson@pfmarkey.com","pic_user":"briand","total_amt":"153.4","total_gp":"90.86","total_gpm":"59.23","rev_type":"STD","mod_date":"11-25-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-12-2024","notes":[],"crmnotes":[{"comp":1,"quote":224210,"Line":0,"Comment":"11/13/2024 10:30 AM - briand - F/U changed from 11/17/2024 to 11/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224210,"Line":1,"Comment":"11/25/2024 10:01 AM - briand - CLO changed from 12/11/2024 to 12/12/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224210","line":"1","part":"C5006-1250-6.00","qty":"1","price":"236.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-25 10:01:15.005 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224210-11252024100114.txt === {"quote":"224210","customer":"16110","name":null,"customerName":"P.F. Markey Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-11-2024","cust_order_date":"11-11-2024","req_date":"12-23-2024","cust_po":"C5006-1250-6.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Annette Wilson","drop_po":"","status":"0","user":"briand","conv_order":"","time":"09:39","extra":"","follow_up":"12-11-2024","web_id":"","follow_name":"Annette Wilson","follow_phone":"989-600-4332","follow_email":"annettewilson@pfmarkey.com","pic_user":"briand","total_amt":"153.4","total_gp":"90.86","total_gpm":"59.23","rev_type":"STD","mod_date":"11-25-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-12-2024","notes":[],"crmnotes":[{"comp":1,"quote":224210,"Line":0,"Comment":"11/13/2024 10:30 AM - briand - F/U changed from 11/17/2024 to 11/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224210,"Line":1,"Comment":"11/25/2024 10:01 AM - briand - CLO changed from 12/11/2024 to 12/12/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224210","line":"1","part":"C5006-1250-6.00","qty":"1","price":"236.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-25 10:03:21.076 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224320-11252024100320.txt === {"quote":"224320","customer":"19633","name":null,"customerName":"SourcePro, Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-12-2024","cust_order_date":"11-12-2024","req_date":"12-24-2024","cust_po":"KM1.1/4-1","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"15:13","extra":"","follow_up":"11-27-2024","web_id":"","follow_name":"Daniel Holton","follow_phone":"734-441-1914","follow_email":"dholton@sourcepro.com","pic_user":"briand","total_amt":"174.08","total_gp":"120.91","total_gpm":"69.46","rev_type":"ADV","mod_date":"11-25-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-17-2024","notes":[],"crmnotes":[{"comp":1,"quote":224320,"Line":0,"Comment":"11/18/2024 9:28 AM - briand - F/U changed from 11/18/2024 to 11/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224320,"Line":1,"Comment":"11/25/2024 10:03 AM - briand - CLO changed from 12/12/2024 to 12/17/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224320","line":"1","part":"KM1.1/4-1","qty":"1","price":"64.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224320","line":"2","part":"KM1.1/4-1/2","qty":"1","price":"64.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224320","line":"3","part":"KM1.1/4-25","qty":"1","price":"64.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224320","line":"4","part":"KM1.1/4-5/8","qty":"1","price":"64.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-25 10:03:28.055 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224320-11252024100327.txt === {"quote":"224320","customer":"19633","name":null,"customerName":"SourcePro, Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-12-2024","cust_order_date":"11-12-2024","req_date":"12-24-2024","cust_po":"KM1.1/4-1","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"15:13","extra":"","follow_up":"12-16-2024","web_id":"","follow_name":"Daniel Holton","follow_phone":"734-441-1914","follow_email":"dholton@sourcepro.com","pic_user":"briand","total_amt":"174.08","total_gp":"120.91","total_gpm":"69.46","rev_type":"ADV","mod_date":"11-25-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-17-2024","notes":[],"crmnotes":[{"comp":1,"quote":224320,"Line":0,"Comment":"11/18/2024 9:28 AM - briand - F/U changed from 11/18/2024 to 11/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224320,"Line":1,"Comment":"11/25/2024 10:03 AM - briand - CLO changed from 12/12/2024 to 12/17/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224320","line":"1","part":"KM1.1/4-1","qty":"1","price":"64.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224320","line":"2","part":"KM1.1/4-1/2","qty":"1","price":"64.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224320","line":"3","part":"KM1.1/4-25","qty":"1","price":"64.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224320","line":"4","part":"KM1.1/4-5/8","qty":"1","price":"64.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-25 10:04:47.770 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224768-11252024100447.txt === {"quote":"224768","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-21-2024","cust_order_date":"11-21-2024","req_date":"01-02-2025","cust_po":"T10-048","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"08:44","extra":"","follow_up":"12-05-2024","web_id":"","follow_name":"George Islas","follow_phone":"248-200-4397","follow_email":"islasg@mscdirect.com","pic_user":"briand","total_amt":"102.7","total_gp":"51.93","total_gpm":"50.56","rev_type":"STD","mod_date":"11-25-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224768","line":"1","part":"T10-048","qty":"1","price":"158.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-25 10:38:56.776 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224786-11252024103856.txt === {"quote":"224786","customer":"20710","name":null,"customerName":"Toolneeds Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-21-2024","cust_order_date":"11-21-2024","req_date":"01-02-2025","cust_po":"CAT40-C3/4-105UG-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"10:47","extra":"","follow_up":"12-18-2024","web_id":"","follow_name":"Jay Knelsen","follow_phone":"905-562-4045","follow_email":"jayk@toolneeds.com","pic_user":"briand","total_amt":"572.37","total_gp":"370.36","total_gpm":"64.71","rev_type":"ADV","mod_date":"11-25-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-21-2024","notes":[{"comp":"1","quote":"224786","line":"2","data":"speed."},{"comp":"1","quote":"224786","line":"1","data":"We have standard to be able to convert to high"},{"comp":"1","quote":"224786","line":"0","data":"11-21-2024 10:50-briand: Wrench added to quote."}],"crmnotes":[],"items":[{"comp":"01","order":"224786","line":"1","part":"CAT40-C3/4-105UG-IDU","qty":"1","price":"591.00","uom":"EA","discount":"33.00","req_date":"Stock","branch":"1"},{"comp":"01","order":"224786","line":"2","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"224786","line":"3","part":"GH20","qty":"1","price":"245.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"224786","Line":"2","Company":"1","F_Line":"1","Comment":"Additional 5% discount applied for 2024 IMTS Promotion","Loc":"Y"},{"Quote":"224786","Line":"2","Company":"1","F_Line":"2","Comment":"for Toolholders.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-25 10:39:11.011 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224786-11252024103910.txt === {"quote":"224786","customer":"20710","name":null,"customerName":"Toolneeds Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-21-2024","cust_order_date":"11-21-2024","req_date":"01-02-2025","cust_po":"CAT40-C3/4-105UG-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"56","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"10:47","extra":"","follow_up":"12-18-2024","web_id":"","follow_name":"Jay Knelsen","follow_phone":"905-562-4045","follow_email":"jayk@toolneeds.com","pic_user":"briand","total_amt":"572.37","total_gp":"370.36","total_gpm":"64.71","rev_type":"ADV","mod_date":"11-25-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-20-2024","notes":[{"comp":"1","quote":"224786","line":"2","data":"speed."},{"comp":"1","quote":"224786","line":"1","data":"We have standard to be able to convert to high"},{"comp":"1","quote":"224786","line":"0","data":"11-21-2024 10:50-briand: Wrench added to quote."}],"crmnotes":[{"comp":1,"quote":224786,"Line":0,"Comment":"11/25/2024 10:38 AM - briand - F/U changed from 11/27/2024 to 12/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224786,"Line":1,"Comment":"11/25/2024 10:39 AM - briand - CLO changed from 12/21/2024 to 12/20/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224786","line":"1","part":"CAT40-C3/4-105UG-IDU","qty":"1","price":"591.00","uom":"EA","discount":"33.00","req_date":"Stock","branch":"1"},{"comp":"01","order":"224786","line":"2","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"224786","line":"3","part":"GH20","qty":"1","price":"245.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"224786","Line":"2","Company":"1","F_Line":"1","Comment":"Additional 5% discount applied for 2024 IMTS Promotion","Loc":"Y"},{"Quote":"224786","Line":"2","Company":"1","F_Line":"2","Comment":"for Toolholders.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-25 10:42:48.200 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224822-11252024104247.txt === {"quote":"224822","customer":"3525","name":null,"customerName":"Cline Tool & Service Company","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"11-21-2024","cust_order_date":"11-21-2024","req_date":"01-02-2025","cust_po":"NTPT15-048","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"37","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"15:45","extra":"","follow_up":"11-27-2024","web_id":"","follow_name":"Robert Linman","follow_phone":"843-813-5553","follow_email":"rlinman@clinetool.com","pic_user":"briand","total_amt":"278.80","total_gp":"105.24","total_gpm":"37.75","rev_type":"STD","mod_date":"11-25-2024","mod_time":null,"mod_user":"briand","reason":"2","totalQty":"2","win_pct":"20","clo_date":"12-21-2024","notes":[{"comp":"1","quote":"224822","line":"0","data":"11-21-2024 15:46 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224822,"Line":0,"Comment":"11/25/2024 10:42 AM - briand - Robert needed different collets. Closing quote."}],"items":[{"comp":"01","order":"224822","line":"1","part":"NTPT15-048","qty":"1","price":"176.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224822","line":"2","part":"NTPT15-048(S)","qty":"1","price":"234.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-25 10:45:23.477 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224828-11252024104523.txt === {"quote":"224828","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-22-2024","cust_order_date":"11-22-2024","req_date":"01-03-2025","cust_po":"VCK6-4","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"08:11","extra":"","follow_up":"12-18-2024","web_id":"","follow_name":"Yolan Hamilton","follow_phone":"833-232-9890 x821118","follow_email":"orderexpedite@mscdirect.com","pic_user":"briand","total_amt":"279.60","total_gp":"205.43","total_gpm":"73.47","rev_type":"ADV","mod_date":"11-25-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-22-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224828","line":"1","part":"VCK6-4","qty":"1","price":"121.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224828","line":"2","part":"VCK6-6","qty":"1","price":"121.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224828","line":"3","part":"VCN-6BJ","qty":"1","price":"107.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224828","line":"4","part":"SKJ10-6C","qty":"1","price":"40.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":4}}] 2024-11-25 10:45:35.778 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224828-11252024104535.txt === {"quote":"224828","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-22-2024","cust_order_date":"11-22-2024","req_date":"01-03-2025","cust_po":"VCK6-4","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"08:11","extra":"","follow_up":"12-18-2024","web_id":"","follow_name":"Yolan Hamilton","follow_phone":"833-232-9890 x821118","follow_email":"orderexpedite@mscdirect.com","pic_user":"briand","total_amt":"279.60","total_gp":"205.43","total_gpm":"73.47","rev_type":"ADV","mod_date":"11-25-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-26-2024","notes":[],"crmnotes":[{"comp":1,"quote":224828,"Line":0,"Comment":"11/25/2024 10:45 AM - briand - F/U changed from 11/28/2024 to 12/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224828,"Line":1,"Comment":"11/25/2024 10:45 AM - briand - CLO changed from 12/22/2024 to 12/26/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224828","line":"1","part":"VCK6-4","qty":"1","price":"121.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224828","line":"2","part":"VCK6-6","qty":"1","price":"121.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224828","line":"3","part":"VCN-6BJ","qty":"1","price":"107.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224828","line":"4","part":"SKJ10-6C","qty":"1","price":"40.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-25 10:47:19.815 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224829-11252024104719.txt === {"quote":"224829","customer":"20810","name":null,"customerName":"Travers Tool Company Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-22-2024","cust_order_date":"11-22-2024","req_date":"01-03-2025","cust_po":"510-SET-18","terms_code":"21030","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"08:15","extra":"","follow_up":"11-28-2024","web_id":"","follow_name":"Sondra Keck","follow_phone":"864-486-2686","follow_email":"skeck@travers.com","pic_user":"briand","total_amt":"327.6","total_gp":"205.84","total_gpm":"62.83","rev_type":"STD","mod_date":"11-25-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-27-2024","notes":[],"crmnotes":[{"comp":1,"quote":224829,"Line":0,"Comment":"11/25/2024 10:47 AM - briand - CLO changed from 12/22/2024 to 12/27/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224829","line":"1","part":"510-SET-18","qty":"1","price":"630.00","uom":"EA","discount":"48.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-25 10:47:28.570 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224829-11252024104728.txt === {"quote":"224829","customer":"20810","name":null,"customerName":"Travers Tool Company Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-22-2024","cust_order_date":"11-22-2024","req_date":"01-03-2025","cust_po":"510-SET-18","terms_code":"21030","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"08:15","extra":"","follow_up":"12-26-2024","web_id":"","follow_name":"Sondra Keck","follow_phone":"864-486-2686","follow_email":"skeck@travers.com","pic_user":"briand","total_amt":"327.6","total_gp":"205.84","total_gpm":"62.83","rev_type":"STD","mod_date":"11-25-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-27-2024","notes":[],"crmnotes":[{"comp":1,"quote":224829,"Line":0,"Comment":"11/25/2024 10:47 AM - briand - CLO changed from 12/22/2024 to 12/27/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224829","line":"1","part":"510-SET-18","qty":"1","price":"630.00","uom":"EA","discount":"48.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-25 10:59:40.769 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224831-11252024105940.txt === {"quote":"224831","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-22-2024","cust_order_date":"11-22-2024","req_date":"01-03-2025","cust_po":"CAT50-NPU13-90U-IDU","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"08:21","extra":"","follow_up":"11-28-2024","web_id":"","follow_name":"George Islas","follow_phone":"248-200-4397","follow_email":"islasg@mscdirect.com","pic_user":"briand","total_amt":"384.68","total_gp":"253.77","total_gpm":"65.97","rev_type":"STD","mod_date":"11-25-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-26-2024","notes":[],"crmnotes":[{"comp":1,"quote":224831,"Line":0,"Comment":"11/25/2024 10:59 AM - briand - CLO changed from 12/22/2024 to 12/26/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224831","line":"1","part":"CAT50-NPU13-90U-IDU","qty":"1","price":"652.00","uom":"EA","discount":"41.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-25 10:59:51.095 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224831-11252024105950.txt === {"quote":"224831","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-22-2024","cust_order_date":"11-22-2024","req_date":"01-03-2025","cust_po":"CAT50-NPU13-90U-IDU","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"08:21","extra":"","follow_up":"12-26-2024","web_id":"","follow_name":"George Islas","follow_phone":"248-200-4397","follow_email":"islasg@mscdirect.com","pic_user":"briand","total_amt":"384.68","total_gp":"253.77","total_gpm":"65.97","rev_type":"STD","mod_date":"11-25-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-26-2024","notes":[],"crmnotes":[{"comp":1,"quote":224831,"Line":0,"Comment":"11/25/2024 10:59 AM - briand - CLO changed from 12/22/2024 to 12/26/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224831","line":"1","part":"CAT50-NPU13-90U-IDU","qty":"1","price":"652.00","uom":"EA","discount":"41.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-25 11:00:01.383 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224831-11252024110001.txt === {"quote":"224831","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-22-2024","cust_order_date":"11-22-2024","req_date":"01-03-2025","cust_po":"CAT50-NPU13-90U-IDU","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"08:21","extra":"","follow_up":"12-26-2024","web_id":"","follow_name":"George Islas","follow_phone":"248-200-4397","follow_email":"islasg@mscdirect.com","pic_user":"briand","total_amt":"384.68","total_gp":"253.77","total_gpm":"65.97","rev_type":"STD","mod_date":"11-25-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-27-2024","notes":[],"crmnotes":[{"comp":1,"quote":224831,"Line":0,"Comment":"11/25/2024 10:59 AM - briand - CLO changed from 12/22/2024 to 12/26/2024 (CLO Date Updated)"},{"comp":1,"quote":224831,"Line":1,"Comment":"11/25/2024 10:59 AM - briand - F/U changed from 11/28/2024 to 12/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224831,"Line":2,"Comment":"11/25/2024 10:59 AM - briand - CLO changed from 12/26/2024 to 12/27/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224831","line":"1","part":"CAT50-NPU13-90U-IDU","qty":"1","price":"652.00","uom":"EA","discount":"41.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-25 11:46:46.513 [INFO] In session is user: danas 2024-11-25 12:04:28.455 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224686-11252024120428.txt === {"quote":"224686","customer":"13671","name":null,"customerName":"Mitsubishi Materials U.S.A. Corp.","comp":"01","open":"0","shipto":"DESTACOT","shiptoName":"Destaco","entry_date":"11-20-2024","cust_order_date":"11-20-2024","req_date":"01-01-2025","cust_po":"CAT40 project","terms_code":"N30","ship_via":"U-GND","ship_collect":"9X2865","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Chris Squires","drop_po":"","status":"0","user":"gregb","conv_order":"","time":"09:22","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Jeremy Lowe","follow_phone":"731-676-8959","follow_email":"jlowe@mmus.com","pic_user":"gregb","total_amt":"1456.2","total_gp":"1025.25","total_gpm":"70.41","rev_type":"ADV","mod_date":"11-25-2024","mod_time":null,"mod_user":"gregb","reason":"","totalQty":"18","win_pct":"20","clo_date":"12-20-2024","notes":[{"comp":"1","quote":"224686","line":"0","data":"11-20-2024 09:35 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"224686","line":"1","part":"CAT40-SK10-60U-IDU","qty":"4","price":"449.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224686","line":"2","part":"SK10-1/8A","qty":"2","price":"67.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224686","line":"3","part":"SK10-3/8A","qty":"2","price":"67.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224686","line":"4","part":"SKJ10-1/8","qty":"2","price":"32.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224686","line":"5","part":"SKJ10-3/8","qty":"2","price":"32.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224686","line":"6","part":"C40-1500-MORI-EU","qty":"4","price":"48.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224686","line":"7","part":"SKL-10","qty":"1","price":"31.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224686","line":"8","part":"SKJL-10","qty":"1","price":"12.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"224686","Line":"1","Company":"1","F_Line":"1","Comment":"CAT40-SK10-60U-J-IDU","Loc":"Y"},{"Quote":"224686","Line":"1","Company":"1","F_Line":"2","Comment":"CAT40 Slim Chuck SK10 JetSlotNut ChipHole 20K","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":8}}] 2024-11-25 12:04:37.597 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224738-11252024120437.txt === {"quote":"224738","customer":"13410","name":null,"customerName":"Max Tool Inc.","comp":"01","open":"0","shipto":"MAXTOOLZ","shiptoName":"Max Tool Inc.","entry_date":"11-20-2024","cust_order_date":"11-20-2024","req_date":"01-01-2025","cust_po":"C8 Shrink","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Lee Cleveland","drop_po":"","status":"0","user":"gregb","conv_order":"","time":"15:21","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Lee Cleveland","follow_phone":"931-580-5123","follow_email":"lee.cleveland@maxtoolinc.com","pic_user":"gregb","total_amt":"2496","total_gp":"927.48","total_gpm":"37.16","rev_type":"ADV","mod_date":"11-25-2024","mod_time":null,"mod_user":"gregb","reason":"","totalQty":"6","win_pct":"20","clo_date":"12-20-2024","notes":[{"comp":"1","quote":"224738","line":"0","data":"11-20-2024 15:30 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"224738","line":"2","part":"C8-SF20-90CP","qty":"4","price":"640.00","uom":"EA","discount":"35.00","req_date":"3-4 weeks","branch":"1"},{"comp":"01","order":"224738","line":"4","part":"C8-SF32-90CP","qty":"2","price":"640.00","uom":"EA","discount":"35.00","req_date":"3-4 weeks","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-25 12:16:55.489 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-25 13:57:43.183 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223551-11252024135742.txt === {"quote":"223551","customer":"13330","name":null,"customerName":"Manufacturing Solutions of MN Inc.","comp":"01","open":"0","shipto":"RADL","shiptoName":"R&D Leverage","entry_date":"10-25-2024","cust_order_date":"10-25-2024","req_date":"12-06-2024","cust_po":"H40E-SF0250-3.15","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"35","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"17:00","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Mark Marchant - KS locati","follow_phone":"816-585-4745","follow_email":"mark.marchant@shopmsi.com","pic_user":"rons","total_amt":"2647.92","total_gp":"1397.40","total_gpm":"52.77","rev_type":"ADV","mod_date":"11-25-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"15","win_pct":"20","clo_date":"12-05-2024","notes":[],"crmnotes":[{"comp":1,"quote":223551,"Line":0,"Comment":"10/28/2024 1:52 PM - rons - F/U changed from 10/31/2024 to 11/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":1,"Comment":"11/04/2024 1:52 PM - rons - F/U changed from 11/06/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":2,"Comment":"11/07/2024 10:06 AM - rons - F/U changed from 11/13/2024 to 11/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":3,"Comment":"11/08/2024 2:51 PM - rons - F/U changed from 11/08/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":4,"Comment":"11/11/2024 4:25 PM - rons - F/U changed from 11/11/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":5,"Comment":"11/13/2024 2:52 PM - rons - F/U changed from 11/13/2024 to 11/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":6,"Comment":"11/14/2024 4:39 PM - rons - F/U changed from 11/14/2024 to 11/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":7,"Comment":"11/19/2024 4:32 PM - rons - F/U changed from 11/19/2024 to 11/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":8,"Comment":"11/20/2024 2:27 PM - rons - Mark getting back to me..."},{"comp":1,"quote":223551,"Line":9,"Comment":"11/20/2024 2:27 PM - rons - F/U changed from 11/20/2024 to 11/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":10,"Comment":"11/22/2024 10:35 AM - rons - CLO changed from 11/25/2024 to 11/26/2024 (CLO Date Updated)"},{"comp":1,"quote":223551,"Line":11,"Comment":"11/25/2024 1:57 PM - rons - Mark asked that I resend this...R&D likes Lyndex-Nikken and thought there was a decent chance this one still might be open..."},{"comp":1,"quote":223551,"Line":12,"Comment":"11/25/2024 1:57 PM - rons - CLO changed from 11/26/2024 to 12/05/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223551","line":"1","part":"H40E-SF0250-3.15","qty":"2","price":"242.00","uom":"EA","discount":"34.00","req_date":"1 STOCK + TBD","branch":"1"},{"comp":"01","order":"223551","line":"3","part":"H40E-SF0125-3.15","qty":"7","price":"326.00","uom":"EA","discount":"34.00","req_date":"3 STOCK + TBD","branch":"1"},{"comp":"01","order":"223551","line":"5","part":"H40E-SF0187-2.36","qty":"1","price":"326.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223551","line":"7","part":"H40E-SF0375-3.15","qty":"1","price":"264.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223551","line":"12","part":"H40E-SF4-70","qty":"2","price":"328.00","uom":"EA","discount":"34.00","req_date":"5-6 WEEKS","branch":"1"},{"comp":"01","order":"223551","line":"14","part":"H40E-SF6-80","qty":"2","price":"0.00","uom":"EA","discount":"34.00","req_date":"TBD","branch":"1"}],"qlines":[{"Quote":"223551","Line":"14","Company":"1","F_Line":"1","Comment":"WAITING ON PRICING & DELIVERY FROM FACTORY","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-25 13:57:59.450 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223551-11252024135759.txt === {"quote":"223551","customer":"13330","name":null,"customerName":"Manufacturing Solutions of MN Inc.","comp":"01","open":"0","shipto":"RADL","shiptoName":"R&D Leverage","entry_date":"10-25-2024","cust_order_date":"10-25-2024","req_date":"12-06-2024","cust_po":"H40E-SF0250-3.15","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"35","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"17:00","extra":"","follow_up":"12-04-2024","web_id":"","follow_name":"Mark Marchant - KS locati","follow_phone":"816-585-4745","follow_email":"mark.marchant@shopmsi.com","pic_user":"rons","total_amt":"2647.92","total_gp":"1397.40","total_gpm":"52.77","rev_type":"ADV","mod_date":"11-25-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"15","win_pct":"20","clo_date":"12-05-2024","notes":[],"crmnotes":[{"comp":1,"quote":223551,"Line":0,"Comment":"10/28/2024 1:52 PM - rons - F/U changed from 10/31/2024 to 11/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":1,"Comment":"11/04/2024 1:52 PM - rons - F/U changed from 11/06/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":2,"Comment":"11/07/2024 10:06 AM - rons - F/U changed from 11/13/2024 to 11/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":3,"Comment":"11/08/2024 2:51 PM - rons - F/U changed from 11/08/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":4,"Comment":"11/11/2024 4:25 PM - rons - F/U changed from 11/11/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":5,"Comment":"11/13/2024 2:52 PM - rons - F/U changed from 11/13/2024 to 11/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":6,"Comment":"11/14/2024 4:39 PM - rons - F/U changed from 11/14/2024 to 11/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":7,"Comment":"11/19/2024 4:32 PM - rons - F/U changed from 11/19/2024 to 11/20/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":8,"Comment":"11/20/2024 2:27 PM - rons - Mark getting back to me..."},{"comp":1,"quote":223551,"Line":9,"Comment":"11/20/2024 2:27 PM - rons - F/U changed from 11/20/2024 to 11/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223551,"Line":10,"Comment":"11/22/2024 10:35 AM - rons - CLO changed from 11/25/2024 to 11/26/2024 (CLO Date Updated)"},{"comp":1,"quote":223551,"Line":11,"Comment":"11/25/2024 1:57 PM - rons - Mark asked that I resend this...R&D likes Lyndex-Nikken and thought there was a decent chance this one still might be open..."},{"comp":1,"quote":223551,"Line":12,"Comment":"11/25/2024 1:57 PM - rons - CLO changed from 11/26/2024 to 12/05/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223551","line":"1","part":"H40E-SF0250-3.15","qty":"2","price":"242.00","uom":"EA","discount":"34.00","req_date":"1 STOCK + TBD","branch":"1"},{"comp":"01","order":"223551","line":"3","part":"H40E-SF0125-3.15","qty":"7","price":"326.00","uom":"EA","discount":"34.00","req_date":"3 STOCK + TBD","branch":"1"},{"comp":"01","order":"223551","line":"5","part":"H40E-SF0187-2.36","qty":"1","price":"326.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223551","line":"7","part":"H40E-SF0375-3.15","qty":"1","price":"264.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223551","line":"12","part":"H40E-SF4-70","qty":"2","price":"328.00","uom":"EA","discount":"34.00","req_date":"5-6 WEEKS","branch":"1"},{"comp":"01","order":"223551","line":"14","part":"H40E-SF6-80","qty":"2","price":"0.00","uom":"EA","discount":"34.00","req_date":"TBD","branch":"1"}],"qlines":[{"Quote":"223551","Line":"14","Company":"1","F_Line":"1","Comment":"WAITING ON PRICING & DELIVERY FROM FACTORY","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-25 14:31:51.219 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222632-11252024143151.txt === {"quote":"222632","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"DESCCHIN","shiptoName":"Desco","entry_date":"10-07-2024","cust_order_date":"10-07-2024","req_date":"12-18-2024","cust_po":"C40RAM-ER32-180-65TP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"14:27","extra":"","follow_up":"12-03-2024","web_id":"","follow_name":"Brett Taylor","follow_phone":"916-549-9435","follow_email":"brett.taylor@pts-tools.com","pic_user":"rons","total_amt":"7823.00","total_gp":"4453.50","total_gpm":"56.93","rev_type":"ADV","mod_date":"11-25-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-17-2024","notes":[{"comp":"1","quote":"222632","line":"3","data":"internal coolant"},{"comp":"1","quote":"222632","line":"2","data":"is a Haas VF-2 and doesn't think the machine has"},{"comp":"1","quote":"222632","line":"1","data":"wanted a quote on an angle head for Desco; machine"},{"comp":"1","quote":"222632","line":"0","data":"10-07-2024 14:38-rons: Brett Taylor called and"}],"crmnotes":[{"comp":1,"quote":222632,"Line":0,"Comment":"10/10/2024 11:18 AM - rons - F/U changed from 10/13/2024 to 10/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":1,"Comment":"10/17/2024 4:49 PM - rons - F/U changed from 10/17/2024 to 10/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":2,"Comment":"10/21/2024 4:42 PM - rons - F/U changed from 10/21/2024 to 10/22/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":3,"Comment":"10/22/2024 3:01 PM - rons - Brett getting back to me..."},{"comp":1,"quote":222632,"Line":4,"Comment":"10/22/2024 3:01 PM - rons - F/U changed from 10/22/2024 to 10/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":5,"Comment":"10/22/2024 4:01 PM - rons - \"Hi Ron, I can’t give you a specific timeline. It is part of an overall restructuring of their manufacturing process for a specific item and there are several steps involved. I’ll try to get you a heads up as we get close. Thank you.\""},{"comp":1,"quote":222632,"Line":6,"Comment":"10/30/2024 10:10 AM - rons - F/U changed from 10/31/2024 to 11/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":7,"Comment":"11/07/2024 8:42 AM - rons - F/U changed from 11/06/2024 to 11/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":8,"Comment":"11/07/2024 4:44 PM - rons - F/U changed from 11/07/2024 to 11/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":9,"Comment":"11/07/2024 4:44 PM - rons - CLO changed from 11/07/2024 to 11/12/2024 (CLO Date Updated)"},{"comp":1,"quote":222632,"Line":10,"Comment":"11/08/2024 2:49 PM - rons - Brett getting back to me..."},{"comp":1,"quote":222632,"Line":11,"Comment":"11/08/2024 2:49 PM - rons - CLO changed from 11/12/2024 to 11/14/2024 (CLO Date Updated)"},{"comp":1,"quote":222632,"Line":12,"Comment":"11/08/2024 2:49 PM - rons - F/U changed from 11/08/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222632,"Line":13,"Comment":"11/13/2024 1:37 PM - rons - Req Date changed from 11/18/2024 to 12/18/2024 (Req Date Updated)"},{"comp":1,"quote":222632,"Line":14,"Comment":"11/13/2024 1:38 PM - rons - CLO changed from 11/14/2024 to 12/17/2024 (CLO Date Updated)"},{"comp":1,"quote":222632,"Line":15,"Comment":"11/13/2024 1:38 PM - rons - F/U changed from 11/13/2024 to 11/27/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222632","line":"1","part":"C40RAM-ER32-180-65TP","qty":"1","price":"9404.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222632","line":"2","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-25 14:31:56.889 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224307-11252024143156.txt === {"quote":"224307","customer":"4550","name":null,"customerName":"DGI Supply a DoAll Company","comp":"01","open":"0","shipto":"AMAAME","shiptoName":"Amada America Inc.","entry_date":"11-12-2024","cust_order_date":"11-12-2024","req_date":"12-24-2024","cust_po":"BT50-C25-105","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"13:13","extra":"","follow_up":"12-03-2024","web_id":"","follow_name":"Tristan Pinamonti","follow_phone":"800-923-6255x60123","follow_email":"tpinamonti@dgisupply.com","pic_user":"rons","total_amt":"487.5","total_gp":"307.46","total_gpm":"63.07","rev_type":"ADV","mod_date":"11-25-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-12-2024","notes":[],"crmnotes":[{"comp":1,"quote":224307,"Line":0,"Comment":"11/13/2024 10:13 AM - rons - F/U changed from 11/18/2024 to 11/27/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224307","line":"1","part":"BT50-C25-105","qty":"1","price":"704.00","uom":"EA","discount":"35.00","req_date":"2 WEEKS","branch":"1"},{"comp":"01","order":"224307","line":"2","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-25 14:32:04.421 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222380-11252024143204.txt === {"quote":"222380","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"MSCIOWA","shiptoName":"MSC Industrial Supply Co.","entry_date":"10-01-2024","cust_order_date":"10-01-2024","req_date":"12-12-2024","cust_po":"C8-SM0750-30-CP","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Rich Stilwell","drop_po":"","status":"0","user":"rons","conv_order":"","time":"16:25","extra":"","follow_up":"12-03-2024","web_id":"","follow_name":"Rich Stilwell","follow_phone":"309-781-8077","follow_email":"rich.stilwell@decotool.com","pic_user":"rons","total_amt":"3744.00","total_gp":"1920.99","total_gpm":"51.31","rev_type":"STD","mod_date":"11-25-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"11","win_pct":"20","clo_date":"12-02-2024","notes":[{"comp":"1","quote":"222380","line":"1","data":"10-01-2024 16:27 - Discounts Recalculated QS"},{"comp":"1","quote":"222380","line":"0","data":"10-01-2024 16:26 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222380,"Line":0,"Comment":"10/14/2024 4:59 PM - rons - F/U changed from 10/14/2024 to 10/15/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222380,"Line":1,"Comment":"10/15/2024 5:05 PM - rons - F/U changed from 10/15/2024 to 10/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222380,"Line":2,"Comment":"10/16/2024 5:04 PM - rons - F/U changed from 10/16/2024 to 10/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222380,"Line":3,"Comment":"10/17/2024 4:49 PM - rons - F/U changed from 10/17/2024 to 10/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222380,"Line":4,"Comment":"10/21/2024 4:02 PM - rons - Rich getting back to me..."},{"comp":1,"quote":222380,"Line":5,"Comment":"10/21/2024 4:02 PM - rons - F/U changed from 10/21/2024 to 10/31/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222380,"Line":6,"Comment":"10/21/2024 4:38 PM - rons - Moving quote out...\"Within the next couple of months. Machines are scheduled in around March/April.\""},{"comp":1,"quote":222380,"Line":7,"Comment":"10/21/2024 4:39 PM - rons - F/U changed from 10/31/2024 to 11/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222380,"Line":8,"Comment":"10/21/2024 4:39 PM - rons - CLO changed from 11/01/2024 to 12/02/2024 (CLO Date Updated)"},{"comp":1,"quote":222380,"Line":9,"Comment":"10/21/2024 4:39 PM - rons - Req Date changed from 11/12/2024 to 12/12/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222380","line":"1","part":"C8-SM0750-30CP","qty":"1","price":"651.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222380","line":"2","part":"C8-SM1000-30CP","qty":"1","price":"663.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222380","line":"3","part":"C8-EM0750-70","qty":"2","price":"494.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222380","line":"4","part":"C8-EM1000-80","qty":"2","price":"494.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222380","line":"5","part":"C8-EM1250-80","qty":"5","price":"494.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-25 14:32:12.117 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224860-11252024143211.txt === {"quote":"224860","customer":"16110","name":null,"customerName":"P.F. Markey Inc.","comp":"01","open":"0","shipto":"BLUEPRIN","shiptoName":"Blueprint Engines","entry_date":"11-22-2024","cust_order_date":"11-22-2024","req_date":"01-03-2025","cust_po":"HSK63A-1000-6.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"11:57","extra":"","follow_up":"12-03-2024","web_id":"","follow_name":"Ryan Carson","follow_phone":"","follow_email":"ryancarson@pfmarkey.com","pic_user":"rons","total_amt":"295.75","total_gp":"110.33","total_gpm":"37.31","rev_type":"STD","mod_date":"11-25-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-22-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224860","line":"1","part":"HSK63A-1000-6.00","qty":"1","price":"455.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-25 14:32:18.093 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223958-11252024143217.txt === {"quote":"223958","customer":"9569","name":null,"customerName":"Industrial Tooling & Supply","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-05-2024","cust_order_date":"11-05-2024","req_date":"12-17-2024","cust_po":"C5-EM0750-60","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"11:26","extra":"","follow_up":"12-03-2024","web_id":"","follow_name":"April Whitehead","follow_phone":"256-353-5100","follow_email":"awhitehead@its-supply.com","pic_user":"rons","total_amt":"274.04","total_gp":"162.11","total_gpm":"59.16","rev_type":"STD","mod_date":"11-25-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-05-2024","notes":[],"crmnotes":[{"comp":1,"quote":223958,"Line":0,"Comment":"11/07/2024 9:51 AM - rons - F/U changed from 11/11/2024 to 11/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223958,"Line":1,"Comment":"11/12/2024 10:08 AM - rons - AFI quoting this..."}],"items":[{"comp":"01","order":"223958","line":"1","part":"C5-EM0750-60","qty":"1","price":"403.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-25 14:32:26.218 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224865-11252024143225.txt === {"quote":"224865","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"TPNISHIK","shiptoName":"Topeka Foundry & Iron Works","entry_date":"11-22-2024","cust_order_date":"10-09-2024","req_date":"12-20-2024","cust_po":"PA110-CAT","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"karynm","conv_order":"","time":"13:10","extra":"","follow_up":"12-03-2024","web_id":"","follow_name":"Josh Sparbanie","follow_phone":"785-492-9059","follow_email":"Josh.Sparbanie@mscdirect.com","pic_user":"rons","total_amt":"11621.20","total_gp":"5685.90","total_gpm":"48.93","rev_type":"ADV","mod_date":"11-25-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-20-2024","notes":[{"comp":"1","quote":"224865","line":"5","data":"Tim to make block"},{"comp":"1","quote":"224865","line":"4","data":"Components on order with factory"},{"comp":"1","quote":"224865","line":"3","data":"spoke to Brandon Crocker and cust)"},{"comp":"1","quote":"224865","line":"2","data":"that is on hold - per Tim Reeves who has"},{"comp":"1","quote":"224865","line":"1","data":"11-22-2024 13:11-karynm REDO of current SO 994168"},{"comp":"1","quote":"224865","line":"0","data":"SHIP COMPLETE"}],"crmnotes":[],"items":[{"comp":"01","order":"224865","line":"1","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"1wk","branch":"1"},{"comp":"01","order":"224865","line":"2","part":"PA110-CAT","qty":"1","price":"1086.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224865","line":"3","part":"C8-MRAM-164L-IC","qty":"1","price":"7597.00","uom":"EA","discount":"20.00","req_date":"12/20","branch":"1"},{"comp":"01","order":"224865","line":"4","part":"MRAM-ER25L-IC","qty":"1","price":"4881.00","uom":"EA","discount":"20.00","req_date":"12/20","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"224865","Line":"0","Comment":"These components are for a approved custom"},{"Quote":"224865","Line":"1","Comment":"application. Once a PO has been issued it cannot"},{"Quote":"224865","Line":"2","Comment":"be cancelled or returned."}],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":4}}] 2024-11-25 14:32:32.128 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224108-11252024143231.txt === {"quote":"224108","customer":"1236","name":null,"customerName":"Agilix Solutions, LLC","comp":"01","open":"0","shipto":"AGILSAMO","shiptoName":"Agilix Solutions","entry_date":"11-07-2024","cust_order_date":"11-07-2024","req_date":"12-19-2024","cust_po":"CAT50-HC1250-3.50","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"30","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"Scott","drop_po":"","status":"0","user":"rons","conv_order":"","time":"11:26","extra":"","follow_up":"12-03-2024","web_id":"","follow_name":"Scott","follow_phone":"","follow_email":"sales@agilix.com","pic_user":"rons","total_amt":"618.75","total_gp":"346.57","total_gpm":"56.01","rev_type":"ADV","mod_date":"11-25-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"224108","line":"0","data":"11-07-2024 11:27 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224108,"Line":0,"Comment":"11/11/2024 11:29 AM - rons - F/U changed from 11/13/2024 to 11/28/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224108","line":"1","part":"CAT50-HC1250-3.50","qty":"1","price":"825.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-25 14:32:54.434 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223689-11252024143254.txt === {"quote":"223689","customer":"16930","name":null,"customerName":"Productivity Inc.","comp":"01","open":"0","shipto":"EFFHKLNP","shiptoName":"Productivity Inc TA-IA MAIN","entry_date":"10-30-2024","cust_order_date":"10-30-2024","req_date":"12-11-2024","cust_po":"C4006-1250-2.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"35","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"08:32","extra":"","follow_up":"11-29-2024","web_id":"","follow_name":"Jim Bacorn","follow_phone":"763-267-6012","follow_email":"jbacorn@productivity.com","pic_user":"rons","total_amt":"434.16","total_gp":"234.42","total_gpm":"53.99","rev_type":"STD","mod_date":"11-25-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"6","win_pct":"20","clo_date":"12-10-2024","notes":[],"crmnotes":[{"comp":1,"quote":223689,"Line":0,"Comment":"10/30/2024 10:16 AM - rons - F/U changed from 11/05/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223689,"Line":1,"Comment":"11/11/2024 11:18 AM - rons - F/U changed from 11/13/2024 to 11/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223689,"Line":2,"Comment":"11/25/2024 2:32 PM - rons - CLO changed from 11/30/2024 to 12/10/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223689","line":"1","part":"C4006-1250-2.00","qty":"6","price":"134.00","uom":"EA","discount":"46.00","req_date":"SEE COMMENT","branch":"1"}],"qlines":[{"Quote":"223689","Line":"1","Company":"1","F_Line":"1","Comment":"4 STOCK/2 PIECES-6 WEEK DELIVERY","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-25 14:33:03.574 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223689-11252024143303.txt === {"quote":"223689","customer":"16930","name":null,"customerName":"Productivity Inc.","comp":"01","open":"0","shipto":"EFFHKLNP","shiptoName":"Productivity Inc TA-IA MAIN","entry_date":"10-30-2024","cust_order_date":"10-30-2024","req_date":"12-11-2024","cust_po":"C4006-1250-2.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"35","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"08:32","extra":"","follow_up":"12-04-2024","web_id":"","follow_name":"Jim Bacorn","follow_phone":"763-267-6012","follow_email":"jbacorn@productivity.com","pic_user":"rons","total_amt":"434.16","total_gp":"234.42","total_gpm":"53.99","rev_type":"STD","mod_date":"11-25-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"6","win_pct":"20","clo_date":"12-10-2024","notes":[],"crmnotes":[{"comp":1,"quote":223689,"Line":0,"Comment":"10/30/2024 10:16 AM - rons - F/U changed from 11/05/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223689,"Line":1,"Comment":"11/11/2024 11:18 AM - rons - F/U changed from 11/13/2024 to 11/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223689,"Line":2,"Comment":"11/25/2024 2:32 PM - rons - CLO changed from 11/30/2024 to 12/10/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223689","line":"1","part":"C4006-1250-2.00","qty":"6","price":"134.00","uom":"EA","discount":"46.00","req_date":"SEE COMMENT","branch":"1"}],"qlines":[{"Quote":"223689","Line":"1","Company":"1","F_Line":"1","Comment":"4 STOCK/2 PIECES-6 WEEK DELIVERY","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-25 14:33:16.654 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224918-11252024143316.txt === {"quote":"224918","customer":"3525","name":null,"customerName":"Cline Tool & Service Company","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-25-2024","cust_order_date":"11-25-2024","req_date":"01-06-2025","cust_po":"NTPT15-048","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"37","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"10:51","extra":"","follow_up":"12-02-2024","web_id":"","follow_name":"Garrett Leech","follow_phone":"641-792-7086x2193","follow_email":"gleech@clinetool.com","pic_user":"rons","total_amt":"119.68","total_gp":"45.30","total_gpm":"37.85","rev_type":"STD","mod_date":"11-25-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-25-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224918","line":"1","part":"NTPT15-048","qty":"1","price":"176.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-25 14:33:24.442 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224920-11252024143324.txt === {"quote":"224920","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"MSCGILAZ","shiptoName":"MSC Industrial Supply Co.","entry_date":"11-25-2024","cust_order_date":"11-25-2024","req_date":"01-06-2025","cust_po":"C4006-0312-4.00","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"11:10","extra":"","follow_up":"12-02-2024","web_id":"","follow_name":"Adam Cook","follow_phone":"206-268-7475","follow_email":"adam.cook@mscdirect.com","pic_user":"rons","total_amt":"88.5","total_gp":"39.50","total_gpm":"44.63","rev_type":"STD","mod_date":"11-25-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-25-2024","notes":[{"comp":"1","quote":"224920","line":"1","data":"Manufacturing in Chandler, AZ"},{"comp":"1","quote":"224920","line":"0","data":"11-25-2024 11:10-rons 85226, Advanced Engineering"}],"crmnotes":[],"items":[{"comp":"01","order":"224920","line":"1","part":"C4006-0312-4.00","qty":"1","price":"150.00","uom":"EA","discount":"41.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-25 14:33:34.133 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224929-11252024143333.txt === {"quote":"224929","customer":"8900","name":null,"customerName":"Wm. F. Hurst Co., Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-25-2024","cust_order_date":"11-25-2024","req_date":"01-06-2025","cust_po":"050-011","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"30","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"12:38","extra":"","follow_up":"12-02-2024","web_id":"","follow_name":"Mark Koster","follow_phone":"316-529-5738","follow_email":"markk@wmhurst.com","pic_user":"rons","total_amt":"485.76","total_gp":"364.01","total_gpm":"74.94","rev_type":"STD","mod_date":"11-25-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"8","win_pct":"20","clo_date":"12-25-2024","notes":[{"comp":"1","quote":"224929","line":"1","data":"probably DCNA...will double check for Mark"},{"comp":"1","quote":"224929","line":"0","data":"11-25-2024 12:43-rons: interested in 050-012 too;"}],"crmnotes":[],"items":[{"comp":"01","order":"224929","line":"1","part":"050-011","qty":"6","price":"176.00","uom":"EA","discount":"54.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224929","line":"2","part":"PROMOTION-OS","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"224929","line":"4","part":"050-012","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"}],"qlines":[{"Quote":"224929","Line":"2","Company":"1","F_Line":"1","Comment":"Please note additional 20% applied per overstock promo.","Loc":"Y"},{"Quote":"224929","Line":"2","Company":"1","F_Line":"2","Comment":"These items cannot be cancelled or returned upon","Loc":"Y"},{"Quote":"224929","Line":"2","Company":"1","F_Line":"3","Comment":"receipt of PO/order.","Loc":"Y"}],"qcomms":[{"Quote":"224929","Line":"0","Comment":"Please note additional 20% applied per overstock promo."},{"Quote":"224929","Line":"1","Comment":"These items cannot be cancelled or returned upon"},{"Quote":"224929","Line":"2","Comment":"receipt of PO/order."}],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-25 16:11:07.730 [INFO] In session is user: fletcherp 2024-11-25 16:56:37.775 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224596-11252024165637.txt === {"quote":"224596","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"11-19-2024","cust_order_date":"11-19-2024","req_date":"12-31-2024","cust_po":"KM20-9/16","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"09:18","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Lonnie McCracken","follow_phone":"(843)516-5368","follow_email":"lonnie@afi-tools.com","pic_user":"alyssah","total_amt":"263.90","total_gp":"164.72","total_gpm":"62.42","rev_type":"ADV","mod_date":"11-25-2024","mod_time":null,"mod_user":"alyssah","reason":"2","totalQty":"2","win_pct":"20","clo_date":"12-19-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224596","line":"1","part":"KM20-9/16","qty":"2","price":"203.00","uom":"EA","discount":"35.00","req_date":"0 Stk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-25 16:56:54.611 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223754-11252024165654.txt === {"quote":"223754","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"HOE","shiptoName":"Hoerbiger Corp.","entry_date":"10-31-2024","cust_order_date":"10-31-2024","req_date":"12-12-2024","cust_po":"HSK63A-C3/4-95G-IDU","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Lynn","drop_po":"test tooling 997073","status":"0","user":"alyssah","conv_order":"","time":"09:08","extra":"","follow_up":"12-04-2024","web_id":"","follow_name":"Lynn","follow_phone":"","follow_email":"lynnnl@mscdirect.com","pic_user":"alyssah","total_amt":"3058.00","total_gp":"2406.00","total_gpm":"78.68","rev_type":"ADV","mod_date":"11-25-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"17","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"223754","line":"3","data":"10-31-2024 09:13 - Discounts Recalculated QS"},{"comp":"1","quote":"223754","line":"2","data":"Matts consigment 977073"},{"comp":"1","quote":"223754","line":"1","data":"only-DO NOT ship, customer alreayd has from"},{"comp":"1","quote":"223754","line":"0","data":"10-31-2024 09:14-alyssah For Invoice purposes"}],"crmnotes":[{"comp":1,"quote":223754,"Line":0,"Comment":"11/18/2024 10:24 AM - mattm - F/U changed from 2024/11/23T00:00:00 to 11/25/2024 (Order Approved Pending PO)"}],"items":[{"comp":"01","order":"223754","line":"1","part":"HSK63A-C3/4-95G-IDU","qty":"1","price":"670.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223754","line":"2","part":"HSK63A-C1-100G-IDU","qty":"1","price":"733.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223754","line":"3","part":"CCK3/4-3/8","qty":"1","price":"85.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223754","line":"4","part":"CKFN20(3/4)-3/8","qty":"1","price":"59.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223754","line":"5","part":"CCK3/4-1/2","qty":"1","price":"85.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223754","line":"6","part":"CKFN20(3/4)-1/2","qty":"1","price":"59.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223754","line":"7","part":"CCKL20","qty":"1","price":"14.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223754","line":"8","part":"CCK1-3/4","qty":"1","price":"85.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223754","line":"9","part":"CKFN25(1)-3/4C","qty":"1","price":"63.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223754","line":"10","part":"CCKL25","qty":"1","price":"13.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223754","line":"13","part":"SK16-8AC","qty":"1","price":"180.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223754","line":"14","part":"TQW-200","qty":"1","price":"364.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223754","line":"15","part":"TQW-GH16","qty":"1","price":"138.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223754","line":"16","part":"GH20","qty":"1","price":"245.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223754","line":"17","part":"TQW-GH25","qty":"1","price":"138.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223754","line":"18","part":"HSK63-TUBE","qty":"1","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223754","line":"19","part":"HSK63-WRENCH","qty":"1","price":"91.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":17}}] 2024-11-25 16:57:09.180 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223754-11252024165708.txt === {"quote":"223754","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"HOE","shiptoName":"Hoerbiger Corp.","entry_date":"10-31-2024","cust_order_date":"10-31-2024","req_date":"12-12-2024","cust_po":"HSK63A-C3/4-95G-IDU","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Lynn","drop_po":"test tooling 997073","status":"0","user":"alyssah","conv_order":"","time":"09:08","extra":"","follow_up":"12-04-2024","web_id":"","follow_name":"Lynn","follow_phone":"","follow_email":"lynnnl@mscdirect.com","pic_user":"alyssah","total_amt":"3058.00","total_gp":"2406.00","total_gpm":"78.68","rev_type":"ADV","mod_date":"11-25-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"17","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"223754","line":"3","data":"10-31-2024 09:13 - Discounts Recalculated QS"},{"comp":"1","quote":"223754","line":"2","data":"Matts consigment 977073"},{"comp":"1","quote":"223754","line":"1","data":"only-DO NOT ship, customer alreayd has from"},{"comp":"1","quote":"223754","line":"0","data":"10-31-2024 09:14-alyssah For Invoice purposes"}],"crmnotes":[{"comp":1,"quote":223754,"Line":0,"Comment":"11/18/2024 10:24 AM - mattm - F/U changed from 2024/11/23T00:00:00 to 11/25/2024 (Order Approved Pending PO)"},{"comp":1,"quote":223754,"Line":1,"Comment":"11/25/2024 4:56 PM - alyssah - F/U changed from 11/25/2024 to 12/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223754,"Line":2,"Comment":"11/25/2024 4:57 PM - alyssah - CLO changed from 11/30/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223754","line":"1","part":"HSK63A-C3/4-95G-IDU","qty":"1","price":"670.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223754","line":"2","part":"HSK63A-C1-100G-IDU","qty":"1","price":"733.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223754","line":"3","part":"CCK3/4-3/8","qty":"1","price":"85.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223754","line":"4","part":"CKFN20(3/4)-3/8","qty":"1","price":"59.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223754","line":"5","part":"CCK3/4-1/2","qty":"1","price":"85.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223754","line":"6","part":"CKFN20(3/4)-1/2","qty":"1","price":"59.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223754","line":"7","part":"CCKL20","qty":"1","price":"14.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223754","line":"8","part":"CCK1-3/4","qty":"1","price":"85.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223754","line":"9","part":"CKFN25(1)-3/4C","qty":"1","price":"63.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223754","line":"10","part":"CCKL25","qty":"1","price":"13.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223754","line":"13","part":"SK16-8AC","qty":"1","price":"180.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223754","line":"14","part":"TQW-200","qty":"1","price":"364.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223754","line":"15","part":"TQW-GH16","qty":"1","price":"138.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223754","line":"16","part":"GH20","qty":"1","price":"245.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223754","line":"17","part":"TQW-GH25","qty":"1","price":"138.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223754","line":"18","part":"HSK63-TUBE","qty":"1","price":"36.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223754","line":"19","part":"HSK63-WRENCH","qty":"1","price":"91.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":17}}] 2024-11-25 16:57:21.927 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224652-11252024165721.txt === {"quote":"224652","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"HOE","shiptoName":"Hoerbiger Corp.","entry_date":"11-19-2024","cust_order_date":"11-19-2024","req_date":"12-31-2024","cust_po":"C4006-1250-4.00","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Lynn","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"16:38","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Lynn","follow_phone":"","follow_email":"lynn.nunezr@mscdirect.com","pic_user":"alyssah","total_amt":"97.94","total_gp":"49.06","total_gpm":"50.09","rev_type":"STD","mod_date":"11-25-2024","mod_time":null,"mod_user":"alyssah","reason":"1","totalQty":"1","win_pct":"20","clo_date":"12-19-2024","notes":[{"comp":"1","quote":"224652","line":"0","data":"11-19-2024 16:38 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"224652","line":"1","part":"C4006-1250-4.00","qty":"1","price":"166.00","uom":"EA","discount":"41.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-25 16:57:49.311 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224342-11252024165749.txt === {"quote":"224342","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"HOE","shiptoName":"Hoerbiger Corp.","entry_date":"11-13-2024","cust_order_date":"11-13-2024","req_date":"12-25-2024","cust_po":"TQW-025","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Lynn Nunez","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"09:26","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Lynn Nunez","follow_phone":"800-757-1092 x887913","follow_email":"lynn.nunez@mscdirect.com","pic_user":"alyssah","total_amt":"17549.20","total_gp":"11760.43","total_gpm":"67.01","rev_type":"ADV","mod_date":"11-25-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"138","win_pct":"20","clo_date":"12-13-2024","notes":[{"comp":"1","quote":"224342","line":"0","data":"11-13-2024 09:57 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"224342","line":"1","part":"CAT40-C3/4-85UG-IDU","qty":"8","price":"572.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224342","line":"2","part":"CAT40-C1-85UG-IDU","qty":"8","price":"630.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224342","line":"3","part":"SKR-6","qty":"2","price":"2.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224342","line":"4","part":"TQW-025","qty":"1","price":"364.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224342","line":"5","part":"TQW-GH10(14X18)","qty":"1","price":"113.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224342","line":"6","part":"GH6","qty":"1","price":"138.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224342","line":"7","part":"SKN-6WK(GH)","qty":"6","price":"61.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224342","line":"8","part":"SK6-3/16AC","qty":"4","price":"93.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224342","line":"9","part":"SK6-1/8AC","qty":"4","price":"129.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224342","line":"10","part":"SK6-1/8A","qty":"4","price":"65.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224342","line":"11","part":"SK6-3/16A","qty":"4","price":"65.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224342","line":"12","part":"SK6-1/4A","qty":"4","price":"65.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224342","line":"13","part":"SK6-6","qty":"4","price":"65.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224342","line":"14","part":"SK6-4","qty":"4","price":"65.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224342","line":"15","part":"SK6-3","qty":"4","price":"65.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224342","line":"16","part":"SK6-2","qty":"4","price":"83.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224342","line":"17","part":"SK6-1.75","qty":"4","price":"83.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224342","line":"18","part":"SK6-6AC","qty":"4","price":"93.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224342","line":"19","part":"SK6-4AC","qty":"4","price":"93.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224342","line":"20","part":"MPK4-2","qty":"4","price":"130.00","uom":"EA","discount":"35.00","req_date":"2 weeks ARO","branch":"1"},{"comp":"01","order":"224342","line":"21","part":"MPK4-3","qty":"4","price":"105.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224342","line":"22","part":"MPK4-4","qty":"4","price":"105.00","uom":"EA","discount":"35.00","req_date":"2 weeks ARO","branch":"1"},{"comp":"01","order":"224342","line":"23","part":"MPK4-1/16","qty":"4","price":"136.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224342","line":"24","part":"MPK4-3/32","qty":"4","price":"130.00","uom":"EA","discount":"35.00","req_date":"2 weeks ARO","branch":"1"},{"comp":"01","order":"224342","line":"25","part":"MPK4-1/8","qty":"4","price":"110.00","uom":"EA","discount":"35.00","req_date":"2 weeks ARO","branch":"1"},{"comp":"01","order":"224342","line":"26","part":"K16-MMP4-150","qty":"6","price":"327.00","uom":"EA","discount":"35.00","req_date":"5pc 2weeks/1pc 12wk","branch":"1"},{"comp":"01","order":"224342","line":"27","part":"S18-SK6-200","qty":"8","price":"668.00","uom":"EA","discount":"35.00","req_date":"2 weeks ARO","branch":"1"},{"comp":"01","order":"224342","line":"28","part":"CCK3/4-16","qty":"6","price":"85.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224342","line":"29","part":"CCK1-18","qty":"6","price":"74.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224342","line":"30","part":"CKFN25(1)-18C","qty":"6","price":"132.00","uom":"EA","discount":"35.00","req_date":"5 Stk/1pc 2 weeks","branch":"1"},{"comp":"01","order":"224342","line":"31","part":"CKFN20(3/4)-16C","qty":"6","price":"62.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224342","line":"32","part":"TQW-GH06(14X18)","qty":"1","price":"113.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"224342","Line":"24","Company":"1","F_Line":"1","Comment":"Non-cancellable/Non-retunnable","Loc":"Y"},{"Quote":"224342","Line":"26","Company":"1","F_Line":"1","Comment":"Non-cancellable/Non-returnable","Loc":"Y"},{"Quote":"224342","Line":"27","Company":"1","F_Line":"1","Comment":"Non-cancellable/Non-returnable","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":32}}] 2024-11-25 16:58:05.453 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223243-11252024165805.txt === {"quote":"223243","customer":"1735","name":null,"customerName":"Applied Machine Solutions Inc.","comp":"01","open":"1","shipto":"APPMACH","shiptoName":"Applied Machine Solutions","entry_date":"10-18-2024","cust_order_date":"10-18-2024","req_date":"11-29-2024","cust_po":"E25-SET-19","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Lipscomb","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"16:03","extra":"","follow_up":"11-27-2024","web_id":"","follow_name":"David Lipscomb","follow_phone":"678-727-6167","follow_email":"d.lipscomb@appliedmachine.com","pic_user":"alyssah","total_amt":"640.8","total_gp":"460.58","total_gpm":"71.88","rev_type":"STD","mod_date":"11-25-2024","mod_time":null,"mod_user":"alyssah","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-28-2024","notes":[{"comp":"1","quote":"223243","line":"0","data":"10-18-2024 16:15 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223243,"Line":0,"Comment":"11/15/2024 3:39 PM - alyssah - CLO changed from 11/18/2024 to 11/28/2024 (CLO Date Updated)"},{"comp":1,"quote":223243,"Line":1,"Comment":"11/15/2024 3:40 PM - alyssah - F/U changed from 11/11/2024 to 11/27/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223243","line":"1","part":"E25-SET-19","qty":"1","price":"890.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-25 16:58:31.154 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222561-11252024165830.txt === {"quote":"222561","customer":"13700TA","name":null,"customerName":"The Robert E. Morris Company (CT-TA","comp":"01","open":"1","shipto":"JOLIN","shiptoName":"Jolin Machine Co.","entry_date":"10-04-2024","cust_order_date":"10-04-2024","req_date":"11-29-2024","cust_po":"C4003-0033-1.61","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Matt Zaleski","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"13:52","extra":"","follow_up":"11-27-2024","web_id":"","follow_name":"Matt Zaleski","follow_phone":"516-477-1584","follow_email":"mzaleski@robertemorris.com","pic_user":"alyssah","total_amt":"3585.0","total_gp":"1900.84","total_gpm":"53.02","rev_type":"STD","mod_date":"11-25-2024","mod_time":null,"mod_user":"alyssah","reason":"1","totalQty":"40","win_pct":"20","clo_date":"11-28-2024","notes":[{"comp":"1","quote":"222561","line":"1","data":"10-04-2024 13:53 - Discounts Recalculated QS"},{"comp":"1","quote":"222561","line":"0","data":"10-04-2024 13:57-alyssah Tool Cert, new machine"}],"crmnotes":[{"comp":1,"quote":222561,"Line":0,"Comment":"10/31/2024 11:29 AM - alyssah - CLO changed from 11/04/2024 to 11/14/2024 (CLO Date Updated)"},{"comp":1,"quote":222561,"Line":1,"Comment":"10/31/2024 11:29 AM - alyssah - F/U changed from 10/27/2024 to 11/10/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222561,"Line":2,"Comment":"11/08/2024 4:45 PM - alyssah - CLO changed from 11/14/2024 to 11/15/2024 (CLO Date Updated)"},{"comp":1,"quote":222561,"Line":3,"Comment":"11/08/2024 4:45 PM - alyssah - F/U changed from 11/10/2024 to 11/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222561,"Line":4,"Comment":"11/15/2024 4:10 PM - alyssah - Req Date changed from 11/15/2024 to 11/29/2024 (Req Date Updated)"},{"comp":1,"quote":222561,"Line":5,"Comment":"11/15/2024 4:10 PM - alyssah - CLO changed from 11/15/2024 to 11/28/2024 (CLO Date Updated)"},{"comp":1,"quote":222561,"Line":6,"Comment":"11/15/2024 4:10 PM - alyssah - F/U changed from 11/14/2024 to 11/27/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222561","line":"1","part":"C4003-0033-1.61","qty":"7","price":"149.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"2","part":"C4006-0500-2.50","qty":"1","price":"123.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"3","part":"C4006-0750-3.00","qty":"1","price":"123.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"4","part":"C4006-1250-4.00","qty":"1","price":"166.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"5","part":"C4007-0040-3.13","qty":"12","price":"276.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"6","part":"E40-157","qty":"2","price":"68.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"7","part":"E40-275","qty":"2","price":"68.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"8","part":"E40-314","qty":"2","price":"68.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"9","part":"E40-393","qty":"2","price":"68.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"10","part":"E40-511","qty":"2","price":"68.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"11","part":"E40-767","qty":"2","price":"68.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"12","part":"040-SPAN","qty":"1","price":"37.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"14","part":"CAT40-SF0500-3.15CP","qty":"1","price":"310.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"15","part":"CAT40-SF0750-3.15CP","qty":"1","price":"310.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"16","part":"CAT40-SF0187-3.15","qty":"1","price":"310.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"17","part":"CAT40-SF0250-3.15CP","qty":"1","price":"310.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222561","line":"18","part":"CAT40-SF1000-3.94CP","qty":"1","price":"310.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":17}}] 2024-11-25 16:58:55.895 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223354-11252024165855.txt === {"quote":"223354","customer":"1055","name":null,"customerName":"A.W. Miller Technical Sales Inc.","comp":"01","open":"1","shipto":"AWMILL","shiptoName":"A.W. Miller Technical Sales Inc.","entry_date":"10-22-2024","cust_order_date":"10-22-2024","req_date":"12-03-2024","cust_po":"CAT40 tooling","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Troy Martz","drop_po":"York Precision Machining","status":"0","user":"alyssah","conv_order":"","time":"14:44","extra":"","follow_up":"11-27-2024","web_id":"","follow_name":"Troy Martz","follow_phone":"","follow_email":"tmartz@awmiller.com>","pic_user":"alyssah","total_amt":"8140.09","total_gp":"0.00","total_gpm":"0.00","rev_type":"STD","mod_date":"11-25-2024","mod_time":null,"mod_user":"alyssah","reason":"1","totalQty":"62","win_pct":"20","clo_date":"12-07-2024","notes":[],"crmnotes":[{"comp":1,"quote":223354,"Line":0,"Comment":"11/07/2024 4:38 PM - alyssah - F/U changed from 11/04/2024 to 11/27/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223354","line":"1","part":"C4007-0016-3.50","qty":"2","price":"258.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223354","line":"2","part":"C4007-0016-2.25","qty":"1","price":"253.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223354","line":"3","part":"E16-SET-12","qty":"1","price":"512.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223354","line":"4","part":"C4007-0020-4.00","qty":"20","price":"246.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223354","line":"5","part":"E20-SET-15","qty":"1","price":"809.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223354","line":"6","part":"E20-314","qty":"4","price":"53.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223354","line":"7","part":"E20-393","qty":"4","price":"53.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223354","line":"8","part":"E20-472","qty":"2","price":"53.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223354","line":"9","part":"C4007-0032-3.13","qty":"18","price":"258.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223354","line":"10","part":"E32-SET-21","qty":"1","price":"1092.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223354","line":"11","part":"E32-629","qty":"2","price":"52.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223354","line":"12","part":"C4007-0040-3.13","qty":"3","price":"276.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223354","line":"13","part":"E40-064","qty":"3","price":"68.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":13}}] 2024-11-25 16:59:35.157 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224243-11252024165934.txt === {"quote":"224243","customer":"13700TA","name":null,"customerName":"The Robert E. Morris Company (CT-TA","comp":"01","open":"0","shipto":"ISHPRECI","shiptoName":"ISH Precision Machine Corp","entry_date":"11-11-2024","cust_order_date":"10-04-2024","req_date":"12-13-2024","cust_po":"Shrink Fit Unit","terms_code":"N30","ship_via":"TRK","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Matt Zaleski","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"13:45","extra":"","follow_up":"11-27-2024","web_id":"","follow_name":"Matt Zaleski","follow_phone":"516-477-1584","follow_email":"mzaleski@robertemorris.com","pic_user":"alyssah","total_amt":"23550.00","total_gp":"12412.13","total_gpm":"52.71","rev_type":"ADV","mod_date":"11-25-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"11","win_pct":"20","clo_date":"11-28-2024","notes":[],"crmnotes":[{"comp":1,"quote":224243,"Line":0,"Comment":"11/25/2024 4:59 PM - alyssah - Req Date changed from 11/30/2024 to 12/13/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"224243","line":"1","part":"SF-START2-UNIT-200","qty":"1","price":"12000.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224243","line":"2","part":"SF-POT-#40","qty":"2","price":"130.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224243","line":"3","part":"SF-RACK-POT","qty":"1","price":"120.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224243","line":"4","part":"SF-RACK-HEAT-RING","qty":"1","price":"120.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224243","line":"5","part":"SF-COIL-CLIP-KIT","qty":"1","price":"87.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224243","line":"7","part":"SF-FI6-UNIT-200","qty":"1","price":"19400.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224243","line":"8","part":"SF-POT-#40","qty":"2","price":"130.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224243","line":"9","part":"SF-COIL-CLIP-KIT","qty":"1","price":"87.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224243","line":"13","part":"PROMOTION-IMTS24SF","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"224243","Line":"13","Company":"1","F_Line":"1","Comment":"$1000 Tooling Credit with purchase of START2","Loc":"Y"},{"Quote":"224243","Line":"13","Company":"1","F_Line":"2","Comment":"$1500 Tooling credit with purchase of Fi6","Loc":"Y"},{"Quote":"224243","Line":"13","Company":"1","F_Line":"3","Comment":"Promo ends 11/30. Valid on list price","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":9}}] 2024-11-25 16:59:42.565 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224243-11252024165942.txt === {"quote":"224243","customer":"13700TA","name":null,"customerName":"The Robert E. Morris Company (CT-TA","comp":"01","open":"0","shipto":"ISHPRECI","shiptoName":"ISH Precision Machine Corp","entry_date":"11-11-2024","cust_order_date":"10-04-2024","req_date":"12-13-2024","cust_po":"Shrink Fit Unit","terms_code":"N30","ship_via":"TRK","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Matt Zaleski","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"13:45","extra":"","follow_up":"11-27-2024","web_id":"","follow_name":"Matt Zaleski","follow_phone":"516-477-1584","follow_email":"mzaleski@robertemorris.com","pic_user":"alyssah","total_amt":"23550.00","total_gp":"12412.13","total_gpm":"52.71","rev_type":"ADV","mod_date":"11-25-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"11","win_pct":"20","clo_date":"12-10-2024","notes":[],"crmnotes":[{"comp":1,"quote":224243,"Line":0,"Comment":"11/25/2024 4:59 PM - alyssah - Req Date changed from 11/30/2024 to 12/13/2024 (Req Date Updated)"},{"comp":1,"quote":224243,"Line":1,"Comment":"11/25/2024 4:59 PM - alyssah - CLO changed from 11/28/2024 to 12/10/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224243","line":"1","part":"SF-START2-UNIT-200","qty":"1","price":"12000.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224243","line":"2","part":"SF-POT-#40","qty":"2","price":"130.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224243","line":"3","part":"SF-RACK-POT","qty":"1","price":"120.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224243","line":"4","part":"SF-RACK-HEAT-RING","qty":"1","price":"120.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224243","line":"5","part":"SF-COIL-CLIP-KIT","qty":"1","price":"87.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224243","line":"7","part":"SF-FI6-UNIT-200","qty":"1","price":"19400.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224243","line":"8","part":"SF-POT-#40","qty":"2","price":"130.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224243","line":"9","part":"SF-COIL-CLIP-KIT","qty":"1","price":"87.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224243","line":"13","part":"PROMOTION-IMTS24SF","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"224243","Line":"13","Company":"1","F_Line":"1","Comment":"$1000 Tooling Credit with purchase of START2","Loc":"Y"},{"Quote":"224243","Line":"13","Company":"1","F_Line":"2","Comment":"$1500 Tooling credit with purchase of Fi6","Loc":"Y"},{"Quote":"224243","Line":"13","Company":"1","F_Line":"3","Comment":"Promo ends 11/30. Valid on list price","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":9}}] 2024-11-25 16:59:46.009 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224243-11252024165945.txt === {"quote":"224243","customer":"13700TA","name":null,"customerName":"The Robert E. Morris Company (CT-TA","comp":"01","open":"0","shipto":"ISHPRECI","shiptoName":"ISH Precision Machine Corp","entry_date":"11-11-2024","cust_order_date":"10-04-2024","req_date":"12-13-2024","cust_po":"Shrink Fit Unit","terms_code":"N30","ship_via":"TRK","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Matt Zaleski","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"13:45","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Matt Zaleski","follow_phone":"516-477-1584","follow_email":"mzaleski@robertemorris.com","pic_user":"alyssah","total_amt":"23550.00","total_gp":"12412.13","total_gpm":"52.71","rev_type":"ADV","mod_date":"11-25-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"11","win_pct":"20","clo_date":"12-10-2024","notes":[],"crmnotes":[{"comp":1,"quote":224243,"Line":0,"Comment":"11/25/2024 4:59 PM - alyssah - Req Date changed from 11/30/2024 to 12/13/2024 (Req Date Updated)"},{"comp":1,"quote":224243,"Line":1,"Comment":"11/25/2024 4:59 PM - alyssah - CLO changed from 11/28/2024 to 12/10/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224243","line":"1","part":"SF-START2-UNIT-200","qty":"1","price":"12000.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224243","line":"2","part":"SF-POT-#40","qty":"2","price":"130.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224243","line":"3","part":"SF-RACK-POT","qty":"1","price":"120.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224243","line":"4","part":"SF-RACK-HEAT-RING","qty":"1","price":"120.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224243","line":"5","part":"SF-COIL-CLIP-KIT","qty":"1","price":"87.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224243","line":"7","part":"SF-FI6-UNIT-200","qty":"1","price":"19400.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224243","line":"8","part":"SF-POT-#40","qty":"2","price":"130.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224243","line":"9","part":"SF-COIL-CLIP-KIT","qty":"1","price":"87.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224243","line":"13","part":"PROMOTION-IMTS24SF","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"224243","Line":"13","Company":"1","F_Line":"1","Comment":"$1000 Tooling Credit with purchase of START2","Loc":"Y"},{"Quote":"224243","Line":"13","Company":"1","F_Line":"2","Comment":"$1500 Tooling credit with purchase of Fi6","Loc":"Y"},{"Quote":"224243","Line":"13","Company":"1","F_Line":"3","Comment":"Promo ends 11/30. Valid on list price","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":9}}] 2024-11-25 17:00:15.853 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224793-11252024170015.txt === {"quote":"224793","customer":"16806","name":null,"customerName":"Premier Engineering LLC","comp":"01","open":"0","shipto":"AEROBLOO","shiptoName":"Aerotech Machining, Inc.","entry_date":"11-21-2024","cust_order_date":"11-06-2024","req_date":"12-21-2024","cust_po":"NCAT50 tooling SK","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"11:41","extra":"","follow_up":"11-27-2024","web_id":"","follow_name":"Tim Kramer","follow_phone":"678-442-8382","follow_email":"timk@premierengineering.com","pic_user":"alyssah","total_amt":"32027.4","total_gp":"18831.91","total_gpm":"58.80","rev_type":"ADV","mod_date":"11-25-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"92","win_pct":"20","clo_date":"12-09-2024","notes":[],"crmnotes":[{"comp":1,"quote":224793,"Line":0,"Comment":"11/25/2024 5:00 PM - alyssah - Req Date changed from 12/11/2024 to 12/21/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"224793","line":"2","part":"NCAT50-HC0250-6.00SL","qty":"2","price":"1589.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"3","part":"NCAT50-HC0375-6.00SL","qty":"2","price":"1589.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"4","part":"NCAT50-HC0375-3.50","qty":"2","price":"924.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"5","part":"NCAT50-HC0500-3.50","qty":"6","price":"924.00","uom":"EA","discount":"40.00","req_date":"2 Stk","branch":"1"},{"comp":"01","order":"224793","line":"6","part":"NCAT50-HC0500-5.00","qty":"6","price":"1023.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"7","part":"NCAT50-HC0750-3.50","qty":"2","price":"924.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"8","part":"NCAT50-HC0750-6.50","qty":"2","price":"1484.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"9","part":"NCAT50-HC1000-3.50","qty":"2","price":"924.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"12","part":"NCAT50-SK16C-105U-IDU","qty":"6","price":"602.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"13","part":"NCAT50-SK16C-165U-IDU","qty":"6","price":"649.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"14","part":"NCAT50-SK16C-195U-IDU","qty":"6","price":"725.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"15","part":"SK16-SET-04-AC","qty":"6","price":"628.00","uom":"ST","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"16","part":"SK16-1/8A","qty":"6","price":"82.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"17","part":"SKJ16-1/8C","qty":"1","price":"83.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"18","part":"SK16-1/4AC","qty":"6","price":"180.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"19","part":"SK16-3/8AC","qty":"6","price":"180.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"20","part":"SK16-1/2AC","qty":"6","price":"134.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"21","part":"NCAT50-SK25C-105U-IDU","qty":"6","price":"611.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"22","part":"SK25-3/4AC","qty":"6","price":"187.00","uom":"EA","discount":"40.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224793","line":"23","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"24","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"27","part":"NC5001-1000-4.00CP","qty":"1","price":"521.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"28","part":"NC5001-0750-6.00CP","qty":"1","price":"523.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"29","part":"NC5001-0750-8.00CP","qty":"1","price":"644.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"30","part":"NC5001-1000-4.00CP","qty":"1","price":"521.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"31","part":"NC5001-1000-6.00CP","qty":"1","price":"591.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":26}}] 2024-11-25 17:00:25.665 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224793-11252024170025.txt === {"quote":"224793","customer":"16806","name":null,"customerName":"Premier Engineering LLC","comp":"01","open":"0","shipto":"AEROBLOO","shiptoName":"Aerotech Machining, Inc.","entry_date":"11-21-2024","cust_order_date":"11-06-2024","req_date":"12-21-2024","cust_po":"NCAT50 tooling SK","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"11:41","extra":"","follow_up":"11-27-2024","web_id":"","follow_name":"Tim Kramer","follow_phone":"678-442-8382","follow_email":"timk@premierengineering.com","pic_user":"alyssah","total_amt":"32027.4","total_gp":"18831.91","total_gpm":"58.80","rev_type":"ADV","mod_date":"11-25-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"92","win_pct":"20","clo_date":"12-14-2024","notes":[],"crmnotes":[{"comp":1,"quote":224793,"Line":0,"Comment":"11/25/2024 5:00 PM - alyssah - Req Date changed from 12/11/2024 to 12/21/2024 (Req Date Updated)"},{"comp":1,"quote":224793,"Line":1,"Comment":"11/25/2024 5:00 PM - alyssah - CLO changed from 12/09/2024 to 12/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224793","line":"2","part":"NCAT50-HC0250-6.00SL","qty":"2","price":"1589.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"3","part":"NCAT50-HC0375-6.00SL","qty":"2","price":"1589.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"4","part":"NCAT50-HC0375-3.50","qty":"2","price":"924.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"5","part":"NCAT50-HC0500-3.50","qty":"6","price":"924.00","uom":"EA","discount":"40.00","req_date":"2 Stk","branch":"1"},{"comp":"01","order":"224793","line":"6","part":"NCAT50-HC0500-5.00","qty":"6","price":"1023.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"7","part":"NCAT50-HC0750-3.50","qty":"2","price":"924.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"8","part":"NCAT50-HC0750-6.50","qty":"2","price":"1484.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"9","part":"NCAT50-HC1000-3.50","qty":"2","price":"924.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"12","part":"NCAT50-SK16C-105U-IDU","qty":"6","price":"602.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"13","part":"NCAT50-SK16C-165U-IDU","qty":"6","price":"649.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"14","part":"NCAT50-SK16C-195U-IDU","qty":"6","price":"725.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"15","part":"SK16-SET-04-AC","qty":"6","price":"628.00","uom":"ST","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"16","part":"SK16-1/8A","qty":"6","price":"82.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"17","part":"SKJ16-1/8C","qty":"1","price":"83.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"18","part":"SK16-1/4AC","qty":"6","price":"180.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"19","part":"SK16-3/8AC","qty":"6","price":"180.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"20","part":"SK16-1/2AC","qty":"6","price":"134.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"21","part":"NCAT50-SK25C-105U-IDU","qty":"6","price":"611.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"22","part":"SK25-3/4AC","qty":"6","price":"187.00","uom":"EA","discount":"40.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224793","line":"23","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"24","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"27","part":"NC5001-1000-4.00CP","qty":"1","price":"521.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"28","part":"NC5001-0750-6.00CP","qty":"1","price":"523.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"29","part":"NC5001-0750-8.00CP","qty":"1","price":"644.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"30","part":"NC5001-1000-4.00CP","qty":"1","price":"521.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"31","part":"NC5001-1000-6.00CP","qty":"1","price":"591.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":26}}] 2024-11-25 17:00:32.527 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224793-11252024170032.txt === {"quote":"224793","customer":"16806","name":null,"customerName":"Premier Engineering LLC","comp":"01","open":"0","shipto":"AEROBLOO","shiptoName":"Aerotech Machining, Inc.","entry_date":"11-21-2024","cust_order_date":"11-06-2024","req_date":"12-21-2024","cust_po":"NCAT50 tooling SK","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"11:41","extra":"","follow_up":"12-12-2024","web_id":"","follow_name":"Tim Kramer","follow_phone":"678-442-8382","follow_email":"timk@premierengineering.com","pic_user":"alyssah","total_amt":"32027.4","total_gp":"18831.91","total_gpm":"58.80","rev_type":"ADV","mod_date":"11-25-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"92","win_pct":"20","clo_date":"12-14-2024","notes":[],"crmnotes":[{"comp":1,"quote":224793,"Line":0,"Comment":"11/25/2024 5:00 PM - alyssah - Req Date changed from 12/11/2024 to 12/21/2024 (Req Date Updated)"},{"comp":1,"quote":224793,"Line":1,"Comment":"11/25/2024 5:00 PM - alyssah - CLO changed from 12/09/2024 to 12/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224793","line":"2","part":"NCAT50-HC0250-6.00SL","qty":"2","price":"1589.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"3","part":"NCAT50-HC0375-6.00SL","qty":"2","price":"1589.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"4","part":"NCAT50-HC0375-3.50","qty":"2","price":"924.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"5","part":"NCAT50-HC0500-3.50","qty":"6","price":"924.00","uom":"EA","discount":"40.00","req_date":"2 Stk","branch":"1"},{"comp":"01","order":"224793","line":"6","part":"NCAT50-HC0500-5.00","qty":"6","price":"1023.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"7","part":"NCAT50-HC0750-3.50","qty":"2","price":"924.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"8","part":"NCAT50-HC0750-6.50","qty":"2","price":"1484.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"9","part":"NCAT50-HC1000-3.50","qty":"2","price":"924.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"12","part":"NCAT50-SK16C-105U-IDU","qty":"6","price":"602.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"13","part":"NCAT50-SK16C-165U-IDU","qty":"6","price":"649.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"14","part":"NCAT50-SK16C-195U-IDU","qty":"6","price":"725.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"15","part":"SK16-SET-04-AC","qty":"6","price":"628.00","uom":"ST","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"16","part":"SK16-1/8A","qty":"6","price":"82.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"17","part":"SKJ16-1/8C","qty":"1","price":"83.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"18","part":"SK16-1/4AC","qty":"6","price":"180.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"19","part":"SK16-3/8AC","qty":"6","price":"180.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"20","part":"SK16-1/2AC","qty":"6","price":"134.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"21","part":"NCAT50-SK25C-105U-IDU","qty":"6","price":"611.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"22","part":"SK25-3/4AC","qty":"6","price":"187.00","uom":"EA","discount":"40.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224793","line":"23","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"24","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"27","part":"NC5001-1000-4.00CP","qty":"1","price":"521.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"28","part":"NC5001-0750-6.00CP","qty":"1","price":"523.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"29","part":"NC5001-0750-8.00CP","qty":"1","price":"644.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"30","part":"NC5001-1000-4.00CP","qty":"1","price":"521.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224793","line":"31","part":"NC5001-1000-6.00CP","qty":"1","price":"591.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":26}}] 2024-11-25 17:00:49.311 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223770-11252024170049.txt === {"quote":"223770","customer":"13485","name":null,"customerName":"Methods Machine Tools Inc. (MA)","comp":"01","open":"0","shipto":"METHODNC","shiptoName":"Methods Machine Tools Inc. - NC","entry_date":"10-31-2024","cust_order_date":"10-31-2024","req_date":"12-12-2024","cust_po":"BT30 Hydraulic Chuck","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Matt","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"11:35","extra":"","follow_up":"11-27-2024","web_id":"","follow_name":"Matt","follow_phone":"423- 755-5400","follow_email":"mgoebel@methodsmachine.com","pic_user":"alyssah","total_amt":"4386.36","total_gp":"2655.54","total_gpm":"60.54","rev_type":"ADV","mod_date":"11-25-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"21","win_pct":"20","clo_date":"12-11-2024","notes":[],"crmnotes":[{"comp":1,"quote":223770,"Line":0,"Comment":"11/08/2024 4:32 PM - alyssah - F/U changed from 11/06/2024 to 11/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223770,"Line":1,"Comment":"11/25/2024 5:00 PM - alyssah - CLO changed from 11/30/2024 to 12/11/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223770","line":"1","part":"BT30-C3/4-75","qty":"5","price":"520.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223770","line":"2","part":"KM3/4-5/8","qty":"5","price":"59.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223770","line":"3","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223770","line":"5","part":"NBT30-HC0750-2.50","qty":"5","price":"683.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223770","line":"6","part":"KM3/4-5/8","qty":"5","price":"59.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-25 17:00:53.738 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223770-11252024170053.txt === {"quote":"223770","customer":"13485","name":null,"customerName":"Methods Machine Tools Inc. (MA)","comp":"01","open":"0","shipto":"METHODNC","shiptoName":"Methods Machine Tools Inc. - NC","entry_date":"10-31-2024","cust_order_date":"10-31-2024","req_date":"12-12-2024","cust_po":"BT30 Hydraulic Chuck","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Matt","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"11:35","extra":"","follow_up":"12-10-2024","web_id":"","follow_name":"Matt","follow_phone":"423- 755-5400","follow_email":"mgoebel@methodsmachine.com","pic_user":"alyssah","total_amt":"4386.36","total_gp":"2655.54","total_gpm":"60.54","rev_type":"ADV","mod_date":"11-25-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"21","win_pct":"20","clo_date":"12-11-2024","notes":[],"crmnotes":[{"comp":1,"quote":223770,"Line":0,"Comment":"11/08/2024 4:32 PM - alyssah - F/U changed from 11/06/2024 to 11/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223770,"Line":1,"Comment":"11/25/2024 5:00 PM - alyssah - CLO changed from 11/30/2024 to 12/11/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223770","line":"1","part":"BT30-C3/4-75","qty":"5","price":"520.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223770","line":"2","part":"KM3/4-5/8","qty":"5","price":"59.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223770","line":"3","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223770","line":"5","part":"NBT30-HC0750-2.50","qty":"5","price":"683.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223770","line":"6","part":"KM3/4-5/8","qty":"5","price":"59.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-25 17:01:10.968 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223889-11252024170110.txt === {"quote":"223889","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"AFIGAIGA","shiptoName":"Alternatives For Industry","entry_date":"11-04-2024","cust_order_date":"11-04-2024","req_date":"12-16-2024","cust_po":"HSK63A-TB1.3/4-14.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Marchelle Reed","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"12:14","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Marchelle Reed","follow_phone":"855-855-7799","follow_email":"marchelle@afi-tools.com","pic_user":"alyssah","total_amt":"1243.44","total_gp":"864.90","total_gpm":"69.56","rev_type":"ADV","mod_date":"11-25-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-04-2024","notes":[{"comp":"1","quote":"223889","line":"0","data":"11-04-2024 12:14 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223889","line":"1","part":"HSK63A-TB1.3/4-14.00","qty":"1","price":"1727.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-25 17:01:24.870 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223617-11252024170124.txt === {"quote":"223617","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"1","shipto":"AFIFLORE","shiptoName":"Alternatives For Industry","entry_date":"10-29-2024","cust_order_date":"10-29-2024","req_date":"12-10-2024","cust_po":"NB3006-0500-2.50CP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Lonnie McCracken","drop_po":"HYPERCUT MANUFACTURING","status":"0","user":"alyssah","conv_order":"","time":"09:51","extra":"","follow_up":"11-27-2024","web_id":"","follow_name":"Lonnie McCracken","follow_phone":"(843)516-5368","follow_email":"lonnie@afi-tools.com","pic_user":"alyssah","total_amt":"225.72","total_gp":"103.14","total_gpm":"45.69","rev_type":"STD","mod_date":"11-25-2024","mod_time":null,"mod_user":"alyssah","reason":"2","totalQty":"2","win_pct":"20","clo_date":"11-29-2024","notes":[{"comp":"1","quote":"223617","line":"0","data":"10-29-2024 09:52 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223617,"Line":0,"Comment":"11/07/2024 4:38 PM - alyssah - F/U changed from 11/04/2024 to 11/27/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223617","line":"1","part":"NB3006-0625-2.50CP","qty":"2","price":"209.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-25 17:01:46.841 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223384-11252024170146.txt === {"quote":"223384","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"1","shipto":"CATEHODG","shiptoName":"Caterpillar","entry_date":"10-23-2024","cust_order_date":"10-23-2024","req_date":"12-04-2024","cust_po":"CAT50-C1.1/4-105UG-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Kelly Mitchell","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"09:28","extra":"","follow_up":"11-28-2024","web_id":"","follow_name":"Kelly Mitchell","follow_phone":"864.271.2871x3827","follow_email":"kelly.mitchell@pts-tools.com","pic_user":"alyssah","total_amt":"17128.22","total_gp":"11543.88","total_gpm":"67.40","rev_type":"ADV","mod_date":"11-25-2024","mod_time":null,"mod_user":"alyssah","reason":"2","totalQty":"62","win_pct":"20","clo_date":"11-29-2024","notes":[{"comp":"1","quote":"223384","line":"0","data":"10-23-2024 09:30 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223384,"Line":0,"Comment":"11/15/2024 4:13 PM - alyssah - CLO changed from 11/23/2024 to 11/29/2024 (CLO Date Updated)"},{"comp":1,"quote":223384,"Line":1,"Comment":"11/15/2024 4:13 PM - alyssah - F/U changed from 11/15/2024 to 11/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223384,"Line":2,"Comment":"11/15/2024 4:16 PM - alyssah - Sent Kelly another F?U"}],"items":[{"comp":"01","order":"223384","line":"1","part":"CAT50-C1.1/4-105UG-IDU","qty":"4","price":"762.00","uom":"EA","discount":"39.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223384","line":"2","part":"CCK1.1/4-1","qty":"4","price":"85.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223384","line":"3","part":"CKFN32(1.1/4)-1C","qty":"4","price":"69.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223384","line":"4","part":"CAT50-MMC12C-135U-IDU","qty":"14","price":"973.00","uom":"EA","discount":"39.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223384","line":"5","part":"VMK12-1/2J","qty":"14","price":"165.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223384","line":"6","part":"CAT50-MMC8C-135U-IDU","qty":"4","price":"950.00","uom":"EA","discount":"39.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223384","line":"7","part":"VMK8-1/8JB","qty":"4","price":"210.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223384","line":"8","part":"CAT50-C1-105U-IDU","qty":"2","price":"666.00","uom":"EA","discount":"39.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223384","line":"9","part":"CAT50-C1.1/4-105U-IDU","qty":"2","price":"683.00","uom":"EA","discount":"39.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223384","line":"10","part":"CCK1.1/4-1","qty":"2","price":"85.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223384","line":"11","part":"CKFN32(1.1/4)-1C","qty":"2","price":"69.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223384","line":"12","part":"GH32","qty":"1","price":"307.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223384","line":"13","part":"WRENCH-ALLEN6","qty":"2","price":"31.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223384","line":"14","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223384","line":"15","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223384","line":"17","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223384","Line":"17","Company":"1","F_Line":"1","Comment":"Additional 5% discount added to holders per promotion","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":16}}] 2024-11-25 17:02:00.834 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224885-11252024170200.txt === {"quote":"224885","customer":"13705TA","name":null,"customerName":"Morris Great Lakes TA","comp":"01","open":"0","shipto":"MORRISG","shiptoName":"Morris Great Lakes","entry_date":"11-22-2024","cust_order_date":"11-22-2024","req_date":"01-03-2025","cust_po":"HSK63A ER tooling","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Jake Goedicke","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"15:49","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Jake Goedicke","follow_phone":"256-258-5517","follow_email":"jgoedicke@morrisgroupinc.com","pic_user":"alyssah","total_amt":"8109.14","total_gp":"6092.96","total_gpm":"75.14","rev_type":"STD","mod_date":"11-25-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"237","win_pct":"20","clo_date":"12-22-2024","notes":[{"comp":"1","quote":"224885","line":"0","data":"11-22-2024 15:53 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"224885","line":"1","part":"HSK63A-ER16-3.00","qty":"1","price":"409.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224885","line":"2","part":"HSK63A-ER16-5.00","qty":"1","price":"410.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224885","line":"3","part":"016-SPAN","qty":"1","price":"17.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224885","line":"4","part":"HSK63A-ER25-3.00","qty":"1","price":"403.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224885","line":"5","part":"HSK63A-ER25-5.00","qty":"1","price":"488.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224885","line":"6","part":"025-SPAN","qty":"1","price":"19.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224885","line":"7","part":"HSK63A-ER32-4.00","qty":"1","price":"419.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224885","line":"8","part":"HSK63A-ER32-6.00","qty":"1","price":"440.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224885","line":"9","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224885","line":"10","part":"HSK63A-1250-4.50","qty":"1","price":"363.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224885","line":"11","part":"HSK63A-SM0750-3.00CP","qty":"2","price":"254.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224885","line":"12","part":"HSK63-TUBE","qty":"225","price":"36.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":12}}] 2024-11-25 17:02:45.671 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223633-11252024170245.txt === {"quote":"223633","customer":"4550","name":null,"customerName":"DGI Supply a DoAll Company","comp":"01","open":"1","shipto":"HOGGE","shiptoName":"Hogge Precision Parts","entry_date":"10-29-2024","cust_order_date":"10-29-2024","req_date":"12-10-2024","cust_po":"NC4007-0016","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Dave Wheller","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"11:20","extra":"","follow_up":"11-28-2024","web_id":"","follow_name":"Dave Wheller","follow_phone":"","follow_email":"dwheeler@dgisupply.com","pic_user":"alyssah","total_amt":"1468.97","total_gp":"749.04","total_gpm":"50.99","rev_type":"STD","mod_date":"11-25-2024","mod_time":null,"mod_user":"alyssah","reason":"2","totalQty":"10","win_pct":"20","clo_date":"11-29-2024","notes":[{"comp":"1","quote":"223633","line":"2","data":"10-29-2024 11:21 - Discounts Recalculated QS"},{"comp":"1","quote":"223633","line":"1","data":"this one was locked and could not edit for Matt"},{"comp":"1","quote":"223633","line":"0","data":"10-31-2024 15:51-karynm DUP on Qt 223799 because"}],"crmnotes":[{"comp":1,"quote":223633,"Line":0,"Comment":"10/31/2024 11:33 AM - alyssah - F/U changed from 11/04/2024 to 11/10/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223633,"Line":1,"Comment":"11/08/2024 4:45 PM - alyssah - F/U changed from 11/10/2024 to 11/28/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223633","line":"1","part":"NC4007-0016-2.25G","qty":"8","price":"311.00","uom":"EA","discount":"46.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223633","line":"2","part":"TQW-HANDLE14X18","qty":"1","price":"53.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223633","line":"3","part":"TQW-E16-G","qty":"1","price":"140.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-25 17:03:13.032 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223948-11252024170312.txt === {"quote":"223948","customer":"16125","name":null,"customerName":"Packard Machinery Co.","comp":"01","open":"0","shipto":"PACKARD","shiptoName":"Packard Machinery Company, inc.","entry_date":"11-05-2024","cust_order_date":"11-05-2024","req_date":"12-17-2024","cust_po":"HSK ATC Tool","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Anthony G. Clark","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"10:07","extra":"","follow_up":"11-28-2024","web_id":"","follow_name":"Anthony G. Clark","follow_phone":"978-692-3900","follow_email":"parts@packardmachinery.com","pic_user":"alyssah","total_amt":"3964.50","total_gp":"2272.79","total_gpm":"57.33","rev_type":"ADV","mod_date":"11-25-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"223948","line":"0","data":"11-05-2024 10:08 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223948,"Line":0,"Comment":"11/25/2024 5:03 PM - alyssah - CLO changed from 12/02/2024 to 12/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223948","line":"1","part":"ATC-ALIGN-HSK63A","qty":"1","price":"1549.00","uom":"ST","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223948","line":"2","part":"ATC-ALIGN-HSK40A","qty":"1","price":"3737.00","uom":"ST","discount":"25.00","req_date":"2-3 weeks","branch":"1"}],"qlines":[{"Quote":"223948","Line":"2","Company":"1","F_Line":"1","Comment":"Item can't be cancelled or returned once PO is recieved","Loc":"Y"}],"qcomms":[{"Quote":"223948","Line":"0","Comment":"ATC-ALIGN-HSK40A is considered a"},{"Quote":"223948","Line":"1","Comment":"special. Once a PO has been issued these items"},{"Quote":"223948","Line":"2","Comment":"cannot be cancelled or returned."}],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-25 17:03:17.376 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223948-11252024170317.txt === {"quote":"223948","customer":"16125","name":null,"customerName":"Packard Machinery Co.","comp":"01","open":"0","shipto":"PACKARD","shiptoName":"Packard Machinery Company, inc.","entry_date":"11-05-2024","cust_order_date":"11-05-2024","req_date":"12-17-2024","cust_po":"HSK ATC Tool","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Anthony G. Clark","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"10:07","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Anthony G. Clark","follow_phone":"978-692-3900","follow_email":"parts@packardmachinery.com","pic_user":"alyssah","total_amt":"3964.50","total_gp":"2272.79","total_gpm":"57.33","rev_type":"ADV","mod_date":"11-25-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"223948","line":"0","data":"11-05-2024 10:08 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223948,"Line":0,"Comment":"11/25/2024 5:03 PM - alyssah - CLO changed from 12/02/2024 to 12/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223948","line":"1","part":"ATC-ALIGN-HSK63A","qty":"1","price":"1549.00","uom":"ST","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223948","line":"2","part":"ATC-ALIGN-HSK40A","qty":"1","price":"3737.00","uom":"ST","discount":"25.00","req_date":"2-3 weeks","branch":"1"}],"qlines":[{"Quote":"223948","Line":"2","Company":"1","F_Line":"1","Comment":"Item can't be cancelled or returned once PO is recieved","Loc":"Y"}],"qcomms":[{"Quote":"223948","Line":"0","Comment":"ATC-ALIGN-HSK40A is considered a"},{"Quote":"223948","Line":"1","Comment":"special. Once a PO has been issued these items"},{"Quote":"223948","Line":"2","Comment":"cannot be cancelled or returned."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-25 17:03:36.058 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223993-11252024170335.txt === {"quote":"223993","customer":"9560","name":null,"customerName":"Industrial Tool Supply","comp":"01","open":"0","shipto":"WILCOXNH","shiptoName":"Wilcox Industries Corporation","entry_date":"11-05-2024","cust_order_date":"11-05-2024","req_date":"12-17-2024","cust_po":"C6-SF0250-4.72CP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Ryan Pelletier","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"14:55","extra":"","follow_up":"12-04-2024","web_id":"","follow_name":"Ryan Pelletier","follow_phone":"","follow_email":"rpelletier@itslowell.com","pic_user":"alyssah","total_amt":"3393.60","total_gp":"1549.80","total_gpm":"45.67","rev_type":"ADV","mod_date":"11-25-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"13","win_pct":"20","clo_date":"12-05-2024","notes":[{"comp":"1","quote":"223993","line":"0","data":"11-05-2024 15:00 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"223993","line":"1","part":"C6-SF0250-4.72CP","qty":"4","price":"505.00","uom":"EA","discount":"44.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223993","line":"2","part":"C6-SF0375-4.72CP","qty":"4","price":"505.00","uom":"EA","discount":"44.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223993","line":"3","part":"C6-SF0500-4.72CP","qty":"4","price":"505.00","uom":"EA","discount":"44.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223993","line":"6","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223993","Line":"6","Company":"1","F_Line":"1","Comment":"10% additonal discount added to your standard 34%","Loc":"Y"},{"Quote":"223993","Line":"6","Company":"1","F_Line":"2","Comment":"Discount promo is based on $5K+ list price order","Loc":"Y"},{"Quote":"223993","Line":"6","Company":"1","F_Line":"3","Comment":"If order falls under 5K discount will change to 5%","Loc":"Y"},{"Quote":"223993","Line":"6","Company":"1","F_Line":"4","Comment":"additional. Promo expires 11/30","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":4}}] 2024-11-25 17:04:04.810 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223394-11252024170404.txt === {"quote":"223394","customer":"2965","name":null,"customerName":"Butler Bros.","comp":"01","open":"0","shipto":"BUTLANY","shiptoName":"Butler Bros New York Division","entry_date":"10-23-2024","cust_order_date":"10-23-2024","req_date":"12-20-2024","cust_po":"Right Angle Drill Head","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"11","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Ted Harrison","drop_po":"110 Metal Works","status":"0","user":"alyssah","conv_order":"","time":"10:29","extra":"","follow_up":"11-29-2024","web_id":"","follow_name":"Ted Harrison","follow_phone":"315-729-9222","follow_email":"tharrison@butlerbros.com","pic_user":"alyssah","total_amt":"13038.09","total_gp":"6944.68","total_gpm":"53.26","rev_type":"ADV","mod_date":"11-25-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"8","win_pct":"20","clo_date":"12-01-2024","notes":[{"comp":"1","quote":"223394","line":"0","data":"10-23-2024 10:52 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223394,"Line":0,"Comment":"11/15/2024 4:16 PM - alyssah - F/U changed from 11/15/2024 to 11/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223394,"Line":1,"Comment":"11/15/2024 4:16 PM - alyssah - Ted still working on this with customer, still active"},{"comp":1,"quote":223394,"Line":2,"Comment":"11/25/2024 5:03 PM - alyssah - Req Date changed from 12/04/2024 to 12/20/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223394","line":"2","part":"C40-MRAM","qty":"1","price":"3028.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223394","line":"3","part":"PA65-CAT/BT","qty":"1","price":"931.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223394","line":"4","part":"MRAM-ER20","qty":"1","price":"4523.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223394","line":"5","part":"PB-RAN40-HAAS-MODULAR","qty":"1","price":"448.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223394","line":"8","part":"C40-MRAM","qty":"1","price":"3028.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223394","line":"9","part":"PA65-CAT/BT","qty":"1","price":"931.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223394","line":"10","part":"MRAM-ER16","qty":"1","price":"4192.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223394","line":"11","part":"PB-RAN40-HAAS-MODULAR","qty":"1","price":"448.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":8}}] 2024-11-25 17:04:12.427 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223394-11252024170412.txt === {"quote":"223394","customer":"2965","name":null,"customerName":"Butler Bros.","comp":"01","open":"0","shipto":"BUTLANY","shiptoName":"Butler Bros New York Division","entry_date":"10-23-2024","cust_order_date":"10-23-2024","req_date":"12-20-2024","cust_po":"Right Angle Drill Head","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"11","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Ted Harrison","drop_po":"110 Metal Works","status":"0","user":"alyssah","conv_order":"","time":"10:29","extra":"","follow_up":"11-29-2024","web_id":"","follow_name":"Ted Harrison","follow_phone":"315-729-9222","follow_email":"tharrison@butlerbros.com","pic_user":"alyssah","total_amt":"13038.09","total_gp":"6944.68","total_gpm":"53.26","rev_type":"ADV","mod_date":"11-25-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"8","win_pct":"20","clo_date":"12-19-2024","notes":[{"comp":"1","quote":"223394","line":"0","data":"10-23-2024 10:52 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223394,"Line":0,"Comment":"11/15/2024 4:16 PM - alyssah - F/U changed from 11/15/2024 to 11/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223394,"Line":1,"Comment":"11/15/2024 4:16 PM - alyssah - Ted still working on this with customer, still active"},{"comp":1,"quote":223394,"Line":2,"Comment":"11/25/2024 5:03 PM - alyssah - Req Date changed from 12/04/2024 to 12/20/2024 (Req Date Updated)"},{"comp":1,"quote":223394,"Line":3,"Comment":"11/25/2024 5:04 PM - alyssah - CLO changed from 12/01/2024 to 12/19/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223394","line":"2","part":"C40-MRAM","qty":"1","price":"3028.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223394","line":"3","part":"PA65-CAT/BT","qty":"1","price":"931.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223394","line":"4","part":"MRAM-ER20","qty":"1","price":"4523.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223394","line":"5","part":"PB-RAN40-HAAS-MODULAR","qty":"1","price":"448.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223394","line":"8","part":"C40-MRAM","qty":"1","price":"3028.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223394","line":"9","part":"PA65-CAT/BT","qty":"1","price":"931.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223394","line":"10","part":"MRAM-ER16","qty":"1","price":"4192.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223394","line":"11","part":"PB-RAN40-HAAS-MODULAR","qty":"1","price":"448.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":8}}] 2024-11-25 17:04:17.813 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223394-11252024170417.txt === {"quote":"223394","customer":"2965","name":null,"customerName":"Butler Bros.","comp":"01","open":"0","shipto":"BUTLANY","shiptoName":"Butler Bros New York Division","entry_date":"10-23-2024","cust_order_date":"10-23-2024","req_date":"12-20-2024","cust_po":"Right Angle Drill Head","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"11","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Ted Harrison","drop_po":"110 Metal Works","status":"0","user":"alyssah","conv_order":"","time":"10:29","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Ted Harrison","follow_phone":"315-729-9222","follow_email":"tharrison@butlerbros.com","pic_user":"alyssah","total_amt":"13038.09","total_gp":"6944.68","total_gpm":"53.26","rev_type":"ADV","mod_date":"11-25-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"8","win_pct":"20","clo_date":"12-19-2024","notes":[{"comp":"1","quote":"223394","line":"0","data":"10-23-2024 10:52 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223394,"Line":0,"Comment":"11/15/2024 4:16 PM - alyssah - F/U changed from 11/15/2024 to 11/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223394,"Line":1,"Comment":"11/15/2024 4:16 PM - alyssah - Ted still working on this with customer, still active"},{"comp":1,"quote":223394,"Line":2,"Comment":"11/25/2024 5:03 PM - alyssah - Req Date changed from 12/04/2024 to 12/20/2024 (Req Date Updated)"},{"comp":1,"quote":223394,"Line":3,"Comment":"11/25/2024 5:04 PM - alyssah - CLO changed from 12/01/2024 to 12/19/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223394","line":"2","part":"C40-MRAM","qty":"1","price":"3028.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223394","line":"3","part":"PA65-CAT/BT","qty":"1","price":"931.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223394","line":"4","part":"MRAM-ER20","qty":"1","price":"4523.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223394","line":"5","part":"PB-RAN40-HAAS-MODULAR","qty":"1","price":"448.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223394","line":"8","part":"C40-MRAM","qty":"1","price":"3028.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223394","line":"9","part":"PA65-CAT/BT","qty":"1","price":"931.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223394","line":"10","part":"MRAM-ER16","qty":"1","price":"4192.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223394","line":"11","part":"PB-RAN40-HAAS-MODULAR","qty":"1","price":"448.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":8}}] 2024-11-25 17:04:34.195 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224409-11252024170433.txt === {"quote":"224409","customer":"11068","name":null,"customerName":"Kline Industrial Tool, Inc.","comp":"01","open":"0","shipto":"KLINEIN","shiptoName":"Kline Industrial Tool, Inc","entry_date":"11-13-2024","cust_order_date":"11-13-2024","req_date":"12-25-2024","cust_po":"BMT65-ER32Z-ICE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Kevin Smith","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"16:16","extra":"","follow_up":"12-12-2024","web_id":"","follow_name":"Kevin Smith","follow_phone":"717-891-7919","follow_email":"ksmith@klineindustrial.com","pic_user":"alyssah","total_amt":"4100.80","total_gp":"2782.11","total_gpm":"67.84","rev_type":"LT","mod_date":"11-25-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-13-2024","notes":[{"comp":"1","quote":"224409","line":"0","data":"11-13-2024 16:16 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224409,"Line":0,"Comment":"11/22/2024 5:00 PM - alyssah - F/U changed from 11/19/2024 to 11/29/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224409","line":"1","part":"BMT65-ER32Z-ICE","qty":"1","price":"4916.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224409","line":"2","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224409","line":"3","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224409","line":"5","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"224409","Line":"5","Company":"1","F_Line":"1","Comment":"Additional 5% discount added to the 15% standard disct","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-25 17:04:50.144 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223899-11252024170449.txt === {"quote":"223899","customer":"8005","name":null,"customerName":"H & C Tool Supply Inc.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"11-04-2024","cust_order_date":"11-04-2024","req_date":"12-16-2024","cust_po":"EZ-SMARTT-V01","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"13:27","extra":"","follow_up":"11-29-2024","web_id":"","follow_name":"Nancy Olson","follow_phone":"585-895-2703","follow_email":"nancy.olson@hctoolsupply.com","pic_user":"alyssah","total_amt":"1870","total_gp":"1266.80","total_gpm":"67.74","rev_type":"PCQC","mod_date":"11-25-2024","mod_time":null,"mod_user":"alyssah","reason":"2","totalQty":"1","win_pct":"20","clo_date":"12-04-2024","notes":[],"crmnotes":[{"comp":1,"quote":223899,"Line":0,"Comment":"11/15/2024 3:36 PM - alyssah - F/U changed from 11/10/2024 to 11/29/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223899,"Line":1,"Comment":"11/22/2024 5:00 PM - alyssah - F/U changed from 11/10/2024 to 11/29/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223899","line":"1","part":"EZ-SMARTT-V01","qty":"1","price":"2200.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-25 17:05:10.883 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224890-11252024170510.txt === {"quote":"224890","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"FHIJLORT","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"11-22-2024","cust_order_date":"11-22-2024","req_date":"01-03-2025","cust_po":"E32-024","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Cheryl Fontecchio","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"16:14","extra":"","follow_up":"12-02-2024","web_id":"","follow_name":"Cheryl Fontecchio","follow_phone":"516-812-2000","follow_email":"cheryl.fontecchio@mscdirect.com","pic_user":"alyssah","total_amt":"33.8","total_gp":"23.56","total_gpm":"69.70","rev_type":"STD","mod_date":"11-25-2024","mod_time":null,"mod_user":"alyssah","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-15-2024","notes":[{"comp":"1","quote":"224890","line":"0","data":"11-22-2024 16:26 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"224890","line":"1","part":"E32-024","qty":"1","price":"52.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-25 17:05:16.861 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224890-11252024170516.txt === {"quote":"224890","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"FHIJLORT","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"11-22-2024","cust_order_date":"11-22-2024","req_date":"01-03-2025","cust_po":"E32-024","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Cheryl Fontecchio","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"16:14","extra":"","follow_up":"12-02-2024","web_id":"","follow_name":"Cheryl Fontecchio","follow_phone":"516-812-2000","follow_email":"cheryl.fontecchio@mscdirect.com","pic_user":"alyssah","total_amt":"33.8","total_gp":"23.56","total_gpm":"69.70","rev_type":"STD","mod_date":"11-25-2024","mod_time":null,"mod_user":"alyssah","reason":"2","totalQty":"1","win_pct":"20","clo_date":"12-15-2024","notes":[{"comp":"1","quote":"224890","line":"0","data":"11-22-2024 16:26 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224890,"Line":0,"Comment":"11/25/2024 5:05 PM - alyssah - F/U changed from 12/5/2024 to 12/02/2024 (Order Approved Pending PO)"}],"items":[{"comp":"01","order":"224890","line":"1","part":"E32-024","qty":"1","price":"52.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-26 06:46:54.854 [INFO] In session is user: francescof 2024-11-26 08:45:42.932 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223726-11262024084542.txt === {"quote":"223726","customer":"1245","name":null,"customerName":"All Industrial Tool Supply","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-30-2024","cust_order_date":"10-30-2024","req_date":"12-11-2024","cust_po":"C40RAM-ER11-208ST-65TP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"15:27","extra":"","follow_up":"11-27-2024","web_id":"","follow_name":"Matt","follow_phone":"714-897-1700","follow_email":"sales@allindustrial.com","pic_user":"rons","total_amt":"9167.90","total_gp":"5126.83","total_gpm":"55.92","rev_type":"ADV","mod_date":"11-26-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-04-2024","notes":[{"comp":"1","quote":"223726","line":"3","data":"machine is DN Solutions DVF 6500, CAT40 taper"},{"comp":"1","quote":"223726","line":"2","data":"put C40RAM-ER11-208ST-65TP on log for p&d - the"},{"comp":"1","quote":"223726","line":"1","data":"Matt called in requesting C40RAM-ER11-208ST-65FP;"},{"comp":"1","quote":"223726","line":"0","data":"10-30-2024 15:29-rons: shipping to California..."}],"crmnotes":[{"comp":1,"quote":223726,"Line":0,"Comment":"11/04/2024 1:47 PM - rons - F/U changed from 11/05/2024 to 11/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223726,"Line":1,"Comment":"11/04/2024 5:13 PM - rons - F/U changed from 11/04/2024 to 11/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223726,"Line":2,"Comment":"11/07/2024 8:44 AM - rons - F/U changed from 11/06/2024 to 11/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223726,"Line":3,"Comment":"11/07/2024 4:44 PM - rons - F/U changed from 11/07/2024 to 11/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223726,"Line":4,"Comment":"11/08/2024 2:47 PM - rons - F/U changed from 11/08/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223726,"Line":5,"Comment":"11/13/2024 1:36 PM - rons - Matt getting back to me..."},{"comp":1,"quote":223726,"Line":6,"Comment":"11/13/2024 1:36 PM - rons - F/U changed from 11/13/2024 to 11/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223726,"Line":7,"Comment":"11/26/2024 8:45 AM - rons - CLO changed from 11/30/2024 to 12/04/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223726","line":"1","part":"C40RAM-ER11-208ST-65TP","qty":"1","price":"11997.00","uom":"EA","discount":"30.00","req_date":"SEE COMMENT","branch":"1"},{"comp":"01","order":"223726","line":"2","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"1 WEEK","branch":"1"}],"qlines":[{"Quote":"223726","Line":"1","Company":"1","F_Line":"1","Comment":"These are custom application units. Application must be","Loc":"Y"},{"Quote":"223726","Line":"1","Company":"1","F_Line":"2","Comment":"approved. Once a PO has been issued these cannot be","Loc":"Y"},{"Quote":"223726","Line":"1","Company":"1","F_Line":"3","Comment":"cancelled or returned. 6 week delivery upon approval","Loc":"Y"},{"Quote":"223726","Line":"1","Company":"1","F_Line":"4","Comment":"drawing signed.","Loc":"Y"},{"Quote":"223726","Line":"2","Company":"1","F_Line":"1","Comment":"Lyndex-Nikken can make positioning block upon receipt","Loc":"Y"},{"Quote":"223726","Line":"2","Company":"1","F_Line":"2","Comment":"of spindle drawing information.","Loc":"Y"}],"qcomms":[{"Quote":"223726","Line":"0","Comment":"These are custom application units. Application must be"},{"Quote":"223726","Line":"1","Comment":"approved. Once a PO has been issued these cannot be"},{"Quote":"223726","Line":"2","Comment":"cancelled or returned."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-26 08:45:47.663 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223726-11262024084547.txt === {"quote":"223726","customer":"1245","name":null,"customerName":"All Industrial Tool Supply","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"10-30-2024","cust_order_date":"10-30-2024","req_date":"12-11-2024","cust_po":"C40RAM-ER11-208ST-65TP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"15:27","extra":"","follow_up":"12-03-2024","web_id":"","follow_name":"Matt","follow_phone":"714-897-1700","follow_email":"sales@allindustrial.com","pic_user":"rons","total_amt":"9167.90","total_gp":"5126.83","total_gpm":"55.92","rev_type":"ADV","mod_date":"11-26-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-04-2024","notes":[{"comp":"1","quote":"223726","line":"3","data":"machine is DN Solutions DVF 6500, CAT40 taper"},{"comp":"1","quote":"223726","line":"2","data":"put C40RAM-ER11-208ST-65TP on log for p&d - the"},{"comp":"1","quote":"223726","line":"1","data":"Matt called in requesting C40RAM-ER11-208ST-65FP;"},{"comp":"1","quote":"223726","line":"0","data":"10-30-2024 15:29-rons: shipping to California..."}],"crmnotes":[{"comp":1,"quote":223726,"Line":0,"Comment":"11/04/2024 1:47 PM - rons - F/U changed from 11/05/2024 to 11/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223726,"Line":1,"Comment":"11/04/2024 5:13 PM - rons - F/U changed from 11/04/2024 to 11/6/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223726,"Line":2,"Comment":"11/07/2024 8:44 AM - rons - F/U changed from 11/06/2024 to 11/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223726,"Line":3,"Comment":"11/07/2024 4:44 PM - rons - F/U changed from 11/07/2024 to 11/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223726,"Line":4,"Comment":"11/08/2024 2:47 PM - rons - F/U changed from 11/08/2024 to 11/13/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223726,"Line":5,"Comment":"11/13/2024 1:36 PM - rons - Matt getting back to me..."},{"comp":1,"quote":223726,"Line":6,"Comment":"11/13/2024 1:36 PM - rons - F/U changed from 11/13/2024 to 11/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223726,"Line":7,"Comment":"11/26/2024 8:45 AM - rons - CLO changed from 11/30/2024 to 12/04/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223726","line":"1","part":"C40RAM-ER11-208ST-65TP","qty":"1","price":"11997.00","uom":"EA","discount":"30.00","req_date":"SEE COMMENT","branch":"1"},{"comp":"01","order":"223726","line":"2","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"1 WEEK","branch":"1"}],"qlines":[{"Quote":"223726","Line":"1","Company":"1","F_Line":"1","Comment":"These are custom application units. Application must be","Loc":"Y"},{"Quote":"223726","Line":"1","Company":"1","F_Line":"2","Comment":"approved. Once a PO has been issued these cannot be","Loc":"Y"},{"Quote":"223726","Line":"1","Company":"1","F_Line":"3","Comment":"cancelled or returned. 6 week delivery upon approval","Loc":"Y"},{"Quote":"223726","Line":"1","Company":"1","F_Line":"4","Comment":"drawing signed.","Loc":"Y"},{"Quote":"223726","Line":"2","Company":"1","F_Line":"1","Comment":"Lyndex-Nikken can make positioning block upon receipt","Loc":"Y"},{"Quote":"223726","Line":"2","Company":"1","F_Line":"2","Comment":"of spindle drawing information.","Loc":"Y"}],"qcomms":[{"Quote":"223726","Line":"0","Comment":"These are custom application units. Application must be"},{"Quote":"223726","Line":"1","Comment":"approved. Once a PO has been issued these cannot be"},{"Quote":"223726","Line":"2","Comment":"cancelled or returned."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-26 08:45:58.368 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224939-11262024084558.txt === {"quote":"224939","customer":"16930","name":null,"customerName":"Productivity Inc.","comp":"01","open":"0","shipto":"NORTHEA","shiptoName":"Northeast Machine","entry_date":"11-25-2024","cust_order_date":"11-25-2024","req_date":"01-06-2025","cust_po":"C40RA-0025M","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"35","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"14:19","extra":"","follow_up":"12-10-2024","web_id":"","follow_name":"Bob Jaster","follow_phone":"531-365-5295","follow_email":"bjaster@productivity.com","pic_user":"rons","total_amt":"6584.6","total_gp":"3619.10","total_gpm":"54.96","rev_type":"ADV","mod_date":"11-26-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-25-2024","notes":[{"comp":"1","quote":"224939","line":"7","data":"questionnaire or block if used on the same machine"},{"comp":"1","quote":"224939","line":"6","data":"speaking with him confirmed they won't need"},{"comp":"1","quote":"224939","line":"5","data":"business\"; Tim suggested C40RA-0025M and after"},{"comp":"1","quote":"224939","line":"4","data":"Our factory that supplied this is no longer in"},{"comp":"1","quote":"224939","line":"3","data":"discontinued and parts are no longer available."},{"comp":"1","quote":"224939","line":"2","data":"Tim replied \"unfortunately, this angle head is"},{"comp":"1","quote":"224939","line":"1","data":"repairs and forwarded on to engineering..."},{"comp":"1","quote":"224939","line":"0","data":"11-25-2024 16:32-rons: Bob requested quotes on"}],"crmnotes":[],"items":[{"comp":"01","order":"224939","line":"1","part":"C40RA-0025M","qty":"1","price":"9020.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"224939","Line":"1","Company":"1","F_Line":"1","Comment":"These are non-standard stock items and considered","Loc":"Y"},{"Quote":"224939","Line":"1","Company":"1","F_Line":"2","Comment":"specials. Once a PO has been issued these items cannot","Loc":"Y"},{"Quote":"224939","Line":"1","Company":"1","F_Line":"3","Comment":"be cancelled or returned.","Loc":"Y"}],"qcomms":[{"Quote":"224939","Line":"0","Comment":"These are non-standard stock items and considered"},{"Quote":"224939","Line":"1","Comment":"specials. Once a PO has been issued these items"},{"Quote":"224939","Line":"2","Comment":"cannot be cancelled or returned."}],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-26 08:46:13.124 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223562-11262024084612.txt === {"quote":"223562","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"PTSCHAT","shiptoName":"PTSolutions - Chatsworth","entry_date":"10-28-2024","cust_order_date":"10-28-2024","req_date":"12-09-2024","cust_po":"H63A-SF0187-6.30CP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"10:14","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"R. Moreno","follow_phone":"818-649-7467","follow_email":"rmoreno@pts-tools.com","pic_user":"rons","total_amt":"6144.12","total_gp":"3496.77","total_gpm":"56.91","rev_type":"STD","mod_date":"11-26-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"18","win_pct":"20","clo_date":"12-04-2024","notes":[{"comp":"1","quote":"223562","line":"1","data":"2 items on log for P&D"},{"comp":"1","quote":"223562","line":"0","data":"10-28-2024 10:32-rons: shipping to \"Chapman\"...put"}],"crmnotes":[{"comp":1,"quote":223562,"Line":0,"Comment":"11/04/2024 8:45 AM - rons - F/U changed from 11/03/2024 to 11/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223562,"Line":1,"Comment":"11/18/2024 8:15 AM - rons - F/U changed from 11/17/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223562,"Line":2,"Comment":"11/18/2024 10:32 AM - rons - F/U changed from 11/18/2024 to 11/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223562,"Line":3,"Comment":"11/26/2024 8:46 AM - rons - CLO changed from 11/28/2024 to 12/04/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223562","line":"1","part":"H63A-SF0187-6.30CP","qty":"3","price":"462.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223562","line":"2","part":"H100A-SF0187-6.30","qty":"3","price":"798.00","uom":"EA","discount":"34.00","req_date":"2-3 WEEKS","branch":"1"},{"comp":"01","order":"223562","line":"3","part":"HSK63A-0187-3.00","qty":"3","price":"449.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223562","line":"4","part":"HSK63A-0187-5.00","qty":"3","price":"369.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223562","line":"5","part":"HSK100A-0187-4.00","qty":"3","price":"320.00","uom":"EA","discount":"0.00","req_date":"MFG. 22 WEEKS","branch":"1"},{"comp":"01","order":"223562","line":"6","part":"HSK100A-0187-6.00","qty":"3","price":"422.00","uom":"EA","discount":"0.00","req_date":"MFG. 22 WEEKS","branch":"1"}],"qlines":[{"Quote":"223562","Line":"5","Company":"1","F_Line":"1","Comment":"These are non-standard stock items and considered","Loc":"Y"},{"Quote":"223562","Line":"5","Company":"1","F_Line":"2","Comment":"specials. Once a PO has been issued items cannot be","Loc":"Y"},{"Quote":"223562","Line":"5","Company":"1","F_Line":"3","Comment":"cancelled or returned.","Loc":"Y"},{"Quote":"223562","Line":"6","Company":"1","F_Line":"1","Comment":"These are non-standard stock items and considered","Loc":"Y"},{"Quote":"223562","Line":"6","Company":"1","F_Line":"2","Comment":"specials. Once a PO has been issued items cannot be","Loc":"Y"},{"Quote":"223562","Line":"6","Company":"1","F_Line":"3","Comment":"cancelled or returned.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-26 10:03:08.863 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(47.5945176696848, -120.662220614143, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(47.5945176696848, -120.662220614143, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.1752762 second/s. 2024-11-26 10:06:41.239 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218280-11262024100641.txt === {"quote":"218280","customer":"1738","name":null,"customerName":"ApTex Inc","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"07-02-2024","cust_order_date":"07-02-2024","req_date":"11-30-2024","cust_po":"SF-START2-UNIT-200","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"40","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"11:31","extra":"","follow_up":"11-27-2024","web_id":"","follow_name":"Pete Delany","follow_phone":"262-391-4785","follow_email":"delany@aptexinc.com","pic_user":"jennad","total_amt":"9600.00","total_gp":"4702.75","total_gpm":"48.99","rev_type":"ADV","mod_date":"11-26-2024","mod_time":null,"mod_user":"jennad","reason":"2","totalQty":"2","win_pct":"20","clo_date":"11-27-2024","notes":[{"comp":"1","quote":"218280","line":"7","data":"/Techniks promo"},{"comp":"1","quote":"218280","line":"6","data":"MikeD Request for Pete Delany. competing Parlec"},{"comp":"1","quote":"218280","line":"5","data":"07-02-2024 12:16-jennad"},{"comp":"1","quote":"218280","line":"4","data":"still valid"},{"comp":"1","quote":"218280","line":"3","data":"07-16-2024 10:39-jennad F/U Called MikeD. Quote"},{"comp":"1","quote":"218280","line":"2","data":"put on backburner for now but still alive."},{"comp":"1","quote":"218280","line":"1","data":"08-02-2024 08:36-jennad F/u Called MikeD. E/U"},{"comp":"1","quote":"218280","line":"0","data":"09-26-2024 11:43-jennad Em'd MikeD."}],"crmnotes":[{"comp":1,"quote":218280,"Line":0,"Comment":"09/26/2024 11:44 AM - jennad - F/U: Em'd MikeD."},{"comp":1,"quote":218280,"Line":1,"Comment":"10/04/2024 9:06 AM - jennad - Follow-Up: Left MikeD voicemail."},{"comp":1,"quote":218280,"Line":2,"Comment":"11/26/2024 10:06 AM - jennad - Closing-promo end"}],"items":[{"comp":"01","order":"218280","line":"1","part":"SF-START2-UNIT-200","qty":"1","price":"12000.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218280","line":"2","part":"PROMOTION-IMTS24SF","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"218280","Line":"1","Company":"1","F_Line":"1","Comment":"Comes w/ two Shrink Fit Pots (SF-POT-xx)","Loc":"Y"},{"Quote":"218280","Line":"2","Company":"1","F_Line":"1","Comment":"$1000 tooling credit with purchase of START.2","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-26 10:15:47.041 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223377-11262024101546.txt === {"quote":"223377","customer":"13410","name":null,"customerName":"Max Tool Inc.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-23-2024","cust_order_date":"11-23-2024","req_date":"12-04-2024","cust_po":"H63A-SF0250-6.30CP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"09:01","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Danny Williams","follow_phone":"205-222-0442","follow_email":"danny@maxtoolinc.com","pic_user":"bethw","total_amt":"1501.5","total_gp":"954.67","total_gpm":"63.58","rev_type":"ADV","mod_date":"11-26-2024","mod_time":null,"mod_user":"bethw","reason":"2","totalQty":"5","win_pct":"20","clo_date":"11-23-2024","notes":[],"crmnotes":[{"comp":1,"quote":223377,"Line":0,"Comment":"11/21/2024 4:50 PM - bethw - Sent QFU for update on status"},{"comp":1,"quote":223377,"Line":1,"Comment":"11/21/2024 4:50 PM - bethw - F/U changed from 11/23/2024 to 11/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223377,"Line":2,"Comment":"11/26/2024 10:15 AM - bethw - No response from QFU, quote expired and closed."}],"items":[{"comp":"01","order":"223377","line":"1","part":"H63A-SF0250-6.30CP","qty":"1","price":"462.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223377","line":"2","part":"H63A-SF0375-6.30CP","qty":"1","price":"462.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223377","line":"3","part":"H63A-SF0500-6.30CP","qty":"1","price":"462.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223377","line":"4","part":"H63A-SF0625-6.30CP","qty":"1","price":"462.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223377","line":"5","part":"H63A-SF1000-6.30CP","qty":"1","price":"462.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-26 10:17:21.356 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223511-11262024101721.txt === {"quote":"223511","customer":"17883","name":null,"customerName":"Quality Tools & Services, Inc.","comp":"01","open":"1","shipto":"QUAHOUMA","shiptoName":"Quality Tools & Services Houma","entry_date":"10-25-2024","cust_order_date":"11-25-2024","req_date":"12-06-2024","cust_po":"BMT65-ID10Z","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"09:38","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Toby Thomas","follow_phone":"985-346-8299","follow_email":"toby@qtstools.com","pic_user":"bethw","total_amt":"464.80","total_gp":"277.58","total_gpm":"59.72","rev_type":"LT","mod_date":"11-26-2024","mod_time":null,"mod_user":"bethw","reason":"2","totalQty":"2","win_pct":"20","clo_date":"11-25-2024","notes":[],"crmnotes":[{"comp":1,"quote":223511,"Line":0,"Comment":"11/26/2024 10:17 AM - bethw - Put the IMTS promo on quote. No activity in area, quote expired and closed."}],"items":[{"comp":"01","order":"223511","line":"1","part":"BMT65-ID10Z","qty":"1","price":"664.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223511","line":"2","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-26 10:18:13.465 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223537-11262024101813.txt === {"quote":"223537","customer":"19585","name":null,"customerName":"Thomas Skinner & Son Ltd.","comp":"01","open":"1","shipto":"NOPQRSTW","shiptoName":"Thomas Skinner - Calgary Location","entry_date":"10-25-2024","cust_order_date":"11-25-2024","req_date":"12-06-2024","cust_po":"GH16","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"13:35","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Grace Brown","follow_phone":"403-450-3012","follow_email":"gbrown@tskinner.com","pic_user":"bethw","total_amt":"145.86","total_gp":"102.03","total_gpm":"69.95","rev_type":"STD","mod_date":"11-26-2024","mod_time":null,"mod_user":"bethw","reason":"2","totalQty":"1","win_pct":"20","clo_date":"11-25-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"223537","line":"1","part":"GH16","qty":"1","price":"221.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-26 10:19:09.508 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223539-11262024101909.txt === {"quote":"223539","customer":"19980","name":null,"customerName":"Swift Tool Company","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-25-2024","cust_order_date":"11-25-2024","req_date":"12-06-2024","cust_po":"S-15","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"13:38","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Dan Phillips","follow_phone":"","follow_email":"dan@swifttool.com","pic_user":"bethw","total_amt":"540.0","total_gp":"425.00","total_gpm":"78.70","rev_type":"RT","mod_date":"11-26-2024","mod_time":null,"mod_user":"bethw","reason":"2","totalQty":"200","win_pct":"20","clo_date":"11-25-2024","notes":[{"comp":"1","quote":"223539","line":"3","data":"price."},{"comp":"1","quote":"223539","line":"2","data":"from an outside source if they do not like our"},{"comp":"1","quote":"223539","line":"1","data":"greater discount than 10%. They can purchase these"},{"comp":"1","quote":"223539","line":"0","data":"10-28-2024 15:43-bethw: Per Tim and Karyn, no"}],"crmnotes":[{"comp":1,"quote":223539,"Line":0,"Comment":"11/26/2024 10:18 AM - bethw - no activity in area, quote expired and closed."}],"items":[{"comp":"01","order":"223539","line":"1","part":"S-15","qty":"100","price":"3.00","uom":"EA","discount":"10.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223539","line":"2","part":"S-9","qty":"100","price":"3.00","uom":"EA","discount":"10.00","req_date":"6 Stk bal 1wk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-26 10:19:51.779 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223549-11262024101951.txt === {"quote":"223549","customer":"19585","name":null,"customerName":"Thomas Skinner & Son Ltd.","comp":"01","open":"1","shipto":"THOMEDMO","shiptoName":"Thomas Skinner - Edmonton Location","entry_date":"10-25-2024","cust_order_date":"11-25-2024","req_date":"12-06-2024","cust_po":"C5006-14-3.00","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"15:23","extra":"","follow_up":"11-25-2024","web_id":"","follow_name":"Robert Brzozka","follow_phone":"780-435-3928","follow_email":"rbrzozka@tskinner.com","pic_user":"bethw","total_amt":"238.38","total_gp":"139.62","total_gpm":"58.57","rev_type":"STD","mod_date":"11-26-2024","mod_time":null,"mod_user":"bethw","reason":"2","totalQty":"2","win_pct":"20","clo_date":"11-25-2024","notes":[],"crmnotes":[{"comp":1,"quote":223549,"Line":0,"Comment":"11/26/2024 10:19 AM - bethw - no activity in area, quote expired and closed."}],"items":[{"comp":"01","order":"223549","line":"1","part":"C5006-14-3.00","qty":"1","price":"186.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223549","line":"2","part":"C5006-10-2.50","qty":"1","price":"225.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-26 10:23:02.582 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223294-11262024102302.txt === {"quote":"223294","customer":"3355","name":null,"customerName":"Champions Machine Tool Sales","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-21-2024","cust_order_date":"11-21-2024","req_date":"12-02-2024","cust_po":"BMT65-ER32X-ICE","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"JH","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"14:59","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"Patrick Vroenen","follow_phone":"936-330-5753 cell","follow_email":"pvroenen@championscnc.com","pic_user":"bethw","total_amt":"7123.2","total_gp":"4620.30","total_gpm":"64.86","rev_type":"LT","mod_date":"11-26-2024","mod_time":null,"mod_user":"bethw","reason":"2","totalQty":"5","win_pct":"20","clo_date":"11-21-2024","notes":[{"comp":"1","quote":"223294","line":"0","data":"10-21-2024 15:21-bethw: Patrick is LNRP member."}],"crmnotes":[{"comp":1,"quote":223294,"Line":0,"Comment":"11/21/2024 4:19 PM - bethw - Sent Patrick a FU."},{"comp":1,"quote":223294,"Line":1,"Comment":"11/21/2024 4:19 PM - bethw - F/U changed from 11/21/2024 to 11/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223294,"Line":2,"Comment":"11/26/2024 10:22 AM - bethw - no response from Patrick, quote expired and closed."}],"items":[{"comp":"01","order":"223294","line":"1","part":"BMT65-ER32X-ICE","qty":"3","price":"3320.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223294","line":"2","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223294","line":"3","part":"WRENCH-ER32I","qty":"1","price":"165.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-26 10:25:08.978 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223323-11262024102508.txt === {"quote":"223323","customer":"4490","name":null,"customerName":"Dixie Tool Crib","comp":"01","open":"0","shipto":"METCOTX","shiptoName":"Consolidated Metco Inc.","entry_date":"10-22-2024","cust_order_date":"11-22-2024","req_date":"12-03-2024","cust_po":"MRAM-ER25TS","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"JH","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"11:11","extra":"","follow_up":"12-09-2024","web_id":"","follow_name":"Alejandra Escobedo","follow_phone":"","follow_email":"alejandra.escobedo@dixietoolcompany.com","pic_user":"bethw","total_amt":"12102.0","total_gp":"7437.00","total_gpm":"61.45","rev_type":"ADV","mod_date":"11-26-2024","mod_time":null,"mod_user":"bethw","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-22-2024","notes":[{"comp":"1","quote":"223323","line":"2","data":"purchase."},{"comp":"1","quote":"223323","line":"1","data":"these items previously and should be approved for"},{"comp":"1","quote":"223323","line":"0","data":"10-22-2024 13:40-bethw: This EU has purchased"}],"crmnotes":[{"comp":1,"quote":223323,"Line":0,"Comment":"11/21/2024 4:24 PM - bethw - Sent QFU to Alejandra for update."},{"comp":1,"quote":223323,"Line":1,"Comment":"11/21/2024 4:38 PM - bethw - Per Alejandra, she is still waiting for her customer to respond, she will keep me posted."},{"comp":1,"quote":223323,"Line":2,"Comment":"11/21/2024 4:38 PM - bethw - F/U changed from 11/22/2024 to 11/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223323,"Line":3,"Comment":"11/26/2024 10:24 AM - bethw - Revised Q to add the taper portion. FU 2wks"}],"items":[{"comp":"01","order":"223323","line":"1","part":"C50-MRAM-IC","qty":"1","price":"6534.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223323","line":"2","part":"MRAM-ER25TS","qty":"1","price":"9602.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-26 10:29:01.905 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(41.7311521657506, -87.8354011618253, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(41.7311521657506, -87.8354011618253, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.206311 second/s. 2024-11-26 10:31:24.980 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224848-11262024103124.txt === {"quote":"224848","customer":"1082","name":null,"customerName":"Abrasive-Tool Corporation","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-22-2024","cust_order_date":"11-22-2024","req_date":"01-03-2025","cust_po":"C6-C1-120","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"10:33","extra":"","follow_up":"12-04-2024","web_id":"","follow_name":"Mike Hanna Jr","follow_phone":"585-785-2225","follow_email":"mike_hanna_jr@abrasivetool.com","pic_user":"briand","total_amt":"4606.70","total_gp":"3021.12","total_gpm":"65.58","rev_type":"ADV","mod_date":"11-26-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"12","win_pct":"20","clo_date":"12-22-2024","notes":[{"comp":"1","quote":"224848","line":"1","data":"quote."},{"comp":"1","quote":"224848","line":"0","data":"11-22-2024 10:36-briand: Added wrenches to the"}],"crmnotes":[],"items":[{"comp":"01","order":"224848","line":"1","part":"C6-C1-120","qty":"2","price":"736.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224848","line":"2","part":"C6-C1-75","qty":"2","price":"709.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224848","line":"3","part":"9HC25","qty":"1","price":"46.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224848","line":"4","part":"C6-C1.1/4-75","qty":"1","price":"751.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224848","line":"5","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224848","line":"6","part":"KM1-SET-10","qty":"2","price":"620.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224848","line":"7","part":"KM1.1/4-SET-11","qty":"2","price":"704.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224848","line":"9","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"224848","Line":"9","Company":"1","F_Line":"1","Comment":"Additional 5% discount applied to Lines 1 2 & 4 for","Loc":"Y"},{"Quote":"224848","Line":"9","Company":"1","F_Line":"2","Comment":"the 2024 IMTS Promotion for Advanced Toolholders.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":8}}] 2024-11-26 10:32:02.448 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224931-11262024103202.txt === {"quote":"224931","customer":"3910","name":null,"customerName":"James H. Cross Co.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-25-2024","cust_order_date":"11-25-2024","req_date":"01-06-2025","cust_po":"NT10-048","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"13:03","extra":"","follow_up":"12-03-2024","web_id":"","follow_name":"Donna","follow_phone":"814-512-2727","follow_email":"dllabenne@jhctool.com","pic_user":"briand","total_amt":"63.75","total_gp":"40.14","total_gpm":"62.96","rev_type":"STD","mod_date":"11-26-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-25-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224931","line":"1","part":"NT10-048","qty":"1","price":"75.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-26 10:32:37.528 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224235-11262024103237.txt === {"quote":"224235","customer":"5015","name":null,"customerName":"E & R Industrial Sales Inc.","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-11-2024","cust_order_date":"11-11-2024","req_date":"12-19-2024","cust_po":"CAT40-SZF6-150U-IDU","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"12:40","extra":"","follow_up":"12-17-2024","web_id":"","follow_name":"Brendon Ogden","follow_phone":"610-485-9700","follow_email":"bogden@erindustrial.com","pic_user":"briand","total_amt":"448.56","total_gp":"284.27","total_gpm":"63.37","rev_type":"ADV","mod_date":"11-26-2024","mod_time":null,"mod_user":"briand","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-18-2024","notes":[{"comp":"1","quote":"224235","line":"7","data":"pricing from Purchasing."},{"comp":"1","quote":"224235","line":"6","data":"request and will let him know as soon as I have"},{"comp":"1","quote":"224235","line":"5","data":"I let Brandon know by email that I received his"},{"comp":"1","quote":"224235","line":"4","data":"and also added wrench in case they need one."},{"comp":"1","quote":"224235","line":"3","data":"quote in case price increased. Put on Quote Log"},{"comp":"1","quote":"224235","line":"2","data":"Still want to confirm pricing before sending"},{"comp":"1","quote":"224235","line":"1","data":"2023. E&R had a quote back in 2/2024 for $600.00."},{"comp":"1","quote":"224235","line":"0","data":"11-11-2024 12:44-briand: No orders or PO's since"}],"crmnotes":[{"comp":1,"quote":224235,"Line":0,"Comment":"11/13/2024 10:40 AM - briand - Quote emailed to Brendon today. Keeping pricing the same as prior quote from 2/2024."},{"comp":1,"quote":224235,"Line":1,"Comment":"11/13/2024 10:40 AM - briand - F/U changed from 11/17/2024 to 11/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224235,"Line":2,"Comment":"11/25/2024 9:41 AM - briand - Brendon said that the customer hasn't placed the order yet. Purchasing said there will be some of these holders coming in Early 2025."},{"comp":1,"quote":224235,"Line":3,"Comment":"11/25/2024 9:41 AM - briand - F/U changed from 11/26/2024 to 12/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224235,"Line":4,"Comment":"11/25/2024 9:42 AM - briand - CLO changed from 12/11/2024 to 12/18/2024 (CLO Date Updated)"},{"comp":1,"quote":224235,"Line":5,"Comment":"11/25/2024 9:42 AM - briand - Req Date changed from 12/23/2024 to 11/22/2024 (Req Date Updated)"},{"comp":1,"quote":224235,"Line":6,"Comment":"11/26/2024 10:32 AM - briand - Req Date changed from 11/22/2024 to 12/19/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"224235","line":"1","part":"CAT40-SZF6-150U-IDU","qty":"1","price":"600.00","uom":"EA","discount":"28.00","req_date":"1~2 Weeks ARO","branch":"1"},{"comp":"01","order":"224235","line":"2","part":"SKL-6W","qty":"1","price":"23.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-26 10:40:58.764 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224350-11262024104058.txt === {"quote":"224350","customer":"16930","name":null,"customerName":"Productivity Inc.","comp":"01","open":"0","shipto":"ROCHROCB","shiptoName":"Rochester Precision Machine","entry_date":"11-13-2024","cust_order_date":"11-13-2024","req_date":"12-25-2024","cust_po":"MNL12-BG12Z-MS","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"35","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"09:54","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"Sales","follow_phone":"763-267-6038","follow_email":"sales@productivity.com","pic_user":"rons","total_amt":"1541.4","total_gp":"1148.18","total_gpm":"74.49","rev_type":"LT","mod_date":"11-26-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-13-2024","notes":[],"crmnotes":[{"comp":1,"quote":224350,"Line":0,"Comment":"11/13/2024 1:43 PM - rons - F/U changed from 11/19/2024 to 12/4/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224350","line":"1","part":"MNL12-BG12Z-MS","qty":"2","price":"1101.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-26 10:54:28.903 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223562-11262024105428.txt === {"quote":"223562","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"PTSCHAT","shiptoName":"PTSolutions - Chatsworth","entry_date":"10-28-2024","cust_order_date":"10-28-2024","req_date":"12-09-2024","cust_po":"H63A-SF0187-6.30CP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"10:14","extra":"","follow_up":"12-03-2024","web_id":"","follow_name":"R. Moreno","follow_phone":"818-649-7467","follow_email":"rmoreno@pts-tools.com","pic_user":"rons","total_amt":"6144.12","total_gp":"3496.77","total_gpm":"56.91","rev_type":"STD","mod_date":"11-26-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"18","win_pct":"20","clo_date":"12-04-2024","notes":[{"comp":"1","quote":"223562","line":"1","data":"2 items on log for P&D"},{"comp":"1","quote":"223562","line":"0","data":"10-28-2024 10:32-rons: shipping to \"Chapman\"...put"}],"crmnotes":[{"comp":1,"quote":223562,"Line":0,"Comment":"11/04/2024 8:45 AM - rons - F/U changed from 11/03/2024 to 11/4/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223562,"Line":1,"Comment":"11/18/2024 8:15 AM - rons - F/U changed from 11/17/2024 to 11/18/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223562,"Line":2,"Comment":"11/18/2024 10:32 AM - rons - F/U changed from 11/18/2024 to 11/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223562,"Line":3,"Comment":"11/26/2024 8:46 AM - rons - CLO changed from 11/28/2024 to 12/04/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223562","line":"1","part":"H63A-SF0187-6.30CP","qty":"3","price":"462.00","uom":"EA","discount":"34.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223562","line":"2","part":"H100A-SF0187-6.30","qty":"3","price":"798.00","uom":"EA","discount":"34.00","req_date":"2-3 WEEKS","branch":"1"},{"comp":"01","order":"223562","line":"3","part":"HSK63A-0187-3.00","qty":"3","price":"449.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223562","line":"4","part":"HSK63A-0187-5.00","qty":"3","price":"369.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223562","line":"5","part":"HSK100A-0187-4.00","qty":"3","price":"320.00","uom":"EA","discount":"0.00","req_date":"MFG. 22 WEEKS","branch":"1"},{"comp":"01","order":"223562","line":"6","part":"HSK100A-0187-6.00","qty":"3","price":"422.00","uom":"EA","discount":"0.00","req_date":"MFG. 22 WEEKS","branch":"1"}],"qlines":[{"Quote":"223562","Line":"5","Company":"1","F_Line":"1","Comment":"These are non-standard stock items and considered","Loc":"Y"},{"Quote":"223562","Line":"5","Company":"1","F_Line":"2","Comment":"specials. Once a PO has been issued items cannot be","Loc":"Y"},{"Quote":"223562","Line":"5","Company":"1","F_Line":"3","Comment":"cancelled or returned.","Loc":"Y"},{"Quote":"223562","Line":"6","Company":"1","F_Line":"1","Comment":"These are non-standard stock items and considered","Loc":"Y"},{"Quote":"223562","Line":"6","Company":"1","F_Line":"2","Comment":"specials. Once a PO has been issued items cannot be","Loc":"Y"},{"Quote":"223562","Line":"6","Company":"1","F_Line":"3","Comment":"cancelled or returned.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-26 11:24:58.247 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(34.6253388701329, -86.5727043338926, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(34.6253388701329, -86.5727043338926, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2137444 second/s. 2024-11-26 12:47:04.645 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\PEGASUSM-1-3274.txt === {"customer":"PEGASUSM","line":"A","dept":"M","name":"Ashley Stewart","title":"TRM","phone":"309-342-9337","cell":"309-342-9337","fax":null,"email":"ashley.s@pegasusmfginc.com","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3274,"password":null,"webenabled":null,"linkedin":null,"city":"Galesburg","state":"IL","address1":"1382 Enterprise Ave","address2":null,"zip":"61401","country":"USA","userid":"francescof","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"ST","Active":"Y","lnrp":"N"} [{"json":{"results":"Contacts","type":"contacts","line":"1"}}] 2024-11-26 12:47:41.691 [INFO] In session is user: fletcherp 2024-11-26 14:41:22.539 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223460-11262024144122.txt === {"quote":"223460","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"KINGPHPA","shiptoName":"Kingsbury, Inc.","entry_date":"10-24-2024","cust_order_date":"10-24-2024","req_date":"12-12-2024","cust_po":"ER Collets and Sets","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Sandy Innerst","drop_po":"","status":"0","user":"briand","conv_order":"","time":"09:58","extra":"","follow_up":"12-10-2024","web_id":"","follow_name":"Sandy Innerst","follow_phone":"800-645-7270 x821786","follow_email":"innersts@mscdirect.com","pic_user":"briand","total_amt":"4370.60","total_gp":"3016.92","total_gpm":"69.03","rev_type":"STD","mod_date":"11-26-2024","mod_time":null,"mod_user":"briand","reason":"2","totalQty":"36","win_pct":"20","clo_date":"12-11-2024","notes":[{"comp":"1","quote":"223460","line":"6","data":"10-24-2024 10:03 - Discounts Recalculated QS"},{"comp":"1","quote":"223460","line":"5","data":"entered."},{"comp":"1","quote":"223460","line":"4","data":"days. Will update here if more quotes are"},{"comp":"1","quote":"223460","line":"3","data":"we will see others come in today or the next few"},{"comp":"1","quote":"223460","line":"2","data":"the ER Collets and Sets at this time. I'm sure"},{"comp":"1","quote":"223460","line":"1","data":"cannot find any other quotes for Kingsbury for"},{"comp":"1","quote":"223460","line":"0","data":"10-24-2024 10:09-briand: Sandy Innerst gave me EU,"}],"crmnotes":[{"comp":1,"quote":223460,"Line":0,"Comment":"10/29/2024 10:43 AM - briand - F/U changed from 10/31/2024 to 11/11/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223460,"Line":1,"Comment":"11/11/2024 8:08 AM - briand - Sent Sandy a request for an update on this quote to see if Kingsbury is still considering placing an order."},{"comp":1,"quote":223460,"Line":2,"Comment":"11/11/2024 8:08 AM - briand - F/U changed from 11/11/2024 to 11/25/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223460,"Line":3,"Comment":"11/11/2024 8:08 AM - briand - CLO changed from 11/24/2024 to 11/26/2024 (CLO Date Updated)"},{"comp":1,"quote":223460,"Line":4,"Comment":"11/11/2024 8:50 AM - briand - Sandy got back to me. She cc'd Kevin O'Neil, Kevin.ONeil2@mscdirect.com, and he replied and said that he's meeting w/ Kingsbury later this week and he'll give an update after he meets w/ them."},{"comp":1,"quote":223460,"Line":5,"Comment":"11/25/2024 9:01 AM - briand - Sent email to Kevin and Sandy to see if Kingsbury will be placing an order."},{"comp":1,"quote":223460,"Line":6,"Comment":"11/25/2024 9:01 AM - briand - Req Date changed from 12/05/2024 to 12/12/2024 (Req Date Updated)"},{"comp":1,"quote":223460,"Line":7,"Comment":"11/25/2024 9:01 AM - briand - CLO changed from 11/26/2024 to 12/11/2024 (CLO Date Updated)"},{"comp":1,"quote":223460,"Line":8,"Comment":"11/25/2024 9:01 AM - briand - F/U changed from 11/25/2024 to 12/10/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223460,"Line":9,"Comment":"11/26/2024 2:41 PM - briand - Kevin O'Neil got back to me \"I spoke with the customer today. They are currently holding all none essential purchases for the remainder of the year. We will be ordering the collets next year when they are preparing for the jobs they need them for. My shop lead was trying to be ahead of those jobs. \"\n\nI told him I'll close the quote and to let me know when they need to be requoted."}],"items":[{"comp":"01","order":"223460","line":"1","part":"E16-039","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"2","part":"E16-059","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"3","part":"E16-078","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"4","part":"E16-098","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"5","part":"E16-118","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"6","part":"E16-137","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"7","part":"E16-157","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"8","part":"E16-177","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"9","part":"E16-196","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"10","part":"E16-216","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"11","part":"E16-236","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"12","part":"E16-255","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"13","part":"E16-275","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"14","part":"E16-295","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"15","part":"E16-314","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"16","part":"E16-334","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"17","part":"E16-354","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"18","part":"E16-374","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"19","part":"E16-393","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"20","part":"E16-002","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"21","part":"E16-004","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"22","part":"E16-006","qty":"1","price":"46.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"23","part":"E16-008","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"24","part":"E16-010","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"25","part":"E16-012","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"26","part":"E16-014","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"27","part":"E16-016","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"28","part":"E16-018","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"29","part":"E16-020","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"30","part":"E16-022","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"31","part":"E16-024","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"32","part":"E16-026","qty":"1","price":"42.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"33","part":"E16-SET-11(C)","qty":"1","price":"781.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"34","part":"E16-SET-13(C)-MM","qty":"1","price":"923.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"35","part":"E32-SET-21(C)-MM","qty":"1","price":"2016.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223460","line":"36","part":"E32-SET-17(C)","qty":"1","price":"1632.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":36}}] 2024-11-26 15:09:52.858 [INFO] In session is user: luism 2024-11-26 15:13:25.180 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224918-11262024151324.txt === {"quote":"224918","customer":"3525","name":null,"customerName":"Cline Tool & Service Company","comp":"01","open":"0","shipto":null,"shiptoName":null,"entry_date":"11-25-2024","cust_order_date":"11-25-2024","req_date":"01-06-2025","cust_po":"NTPT15-048","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"37","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"rons","conv_order":"","time":"10:51","extra":"","follow_up":"12-17-2024","web_id":"","follow_name":"Garrett Leech","follow_phone":"641-792-7086x2193","follow_email":"gleech@clinetool.com","pic_user":"rons","total_amt":"119.68","total_gp":"45.30","total_gpm":"37.85","rev_type":"STD","mod_date":"11-26-2024","mod_time":null,"mod_user":"rons","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-25-2024","notes":[],"crmnotes":[{"comp":1,"quote":224918,"Line":0,"Comment":"11/25/2024 2:33 PM - rons - F/U changed from 12/01/2024 to 12/2/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224918","line":"1","part":"NTPT15-048","qty":"1","price":"176.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-26 16:10:14.672 [INFO] [CreateClient] [jsoncustomer.php] [C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\ADVAMENA.txt]: {"id":"ADVAMENA","name":"ADVANCED TOOLING SPECIALIST","address1":"1435 MIDWAY ROAD","address2":"","city":"MENASHA","state":"WI","zip":"54952","country":"USA","discount_level":null,"date_opened":"","salesman":"JG","phone":"9207342573","cr_limit":"","Created":"11-26-2024","Segment":"EU","Lat":0.0,"Long":0.0,"Distance":"0","Territory":40,"web_id":0,"Type":"ST","Active":"Y","website":null,"UserId":"webadmin","JAS":"N","customer_email":"jenny@valleytool.net"} [{"json":{"results":"updated","type":"customer"}}] 2024-11-26 17:16:05.184 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-27 07:58:21.379 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224926-11272024075821.txt === {"quote":"224926","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"11-25-2024","cust_order_date":"11-25-2024","req_date":"01-06-2025","cust_po":"C5001-0750-4.00CP","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"jennad","conv_order":"","time":"12:18","extra":"","follow_up":"12-01-2024","web_id":"","follow_name":"Denise Gomez","follow_phone":"800-556-9999x1506","follow_email":"denise.gomez@pts-tools.com","pic_user":"jennad","total_amt":"387.44","total_gp":"181.70","total_gpm":"46.90","rev_type":"STD","mod_date":"11-27-2024","mod_time":null,"mod_user":"jennad","reason":"1","totalQty":"2","win_pct":"20","clo_date":"12-25-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224926","line":"1","part":"C5007-0032-4.00","qty":"2","price":"334.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-27 08:43:39.227 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224960-11272024084338.txt === {"quote":"224960","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"11-26-2024","cust_order_date":"11-26-2024","req_date":"01-07-2025","cust_po":"QCFC65-068-SMO","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"briand","conv_order":"","time":"08:22","extra":"","follow_up":"12-02-2024","web_id":"","follow_name":"Daniela Saldivar Morales","follow_phone":"800-753-7970 x897153","follow_email":"saldivad@mscdirect.com","pic_user":"briand","total_amt":"222.36","total_gp":"101.77","total_gpm":"45.77","rev_type":"PCQC","mod_date":"11-27-2024","mod_time":null,"mod_user":"briand","reason":"1","totalQty":"1","win_pct":"20","clo_date":"12-26-2024","notes":[],"crmnotes":[{"comp":1,"quote":224960,"Line":0,"Comment":"11/27/2024 8:42 AM - briand - SO # 996141 dated 11/26/2024 - closing quote."}],"items":[{"comp":"01","order":"224960","line":"1","part":"QCFC65-068-SMO","qty":"1","price":"327.00","uom":"EA","discount":"32.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-27 08:46:37.188 [INFO] In session is user: rafaeli 2024-11-27 09:22:25.575 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223772-11272024092225.txt === {"quote":"223772","customer":"13485","name":null,"customerName":"Methods Machine Tools Inc. (MA)","comp":"01","open":"0","shipto":"METHODNC","shiptoName":"Methods Machine Tools Inc. - NC","entry_date":"10-31-2024","cust_order_date":"10-31-2024","req_date":"12-31-2024","cust_po":"B30RAM-ER16-120-50TP","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Matt Goeble","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"11:54","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Matt","follow_phone":"423- 755-5400","follow_email":"mattg@methodsmachine.com","pic_user":"mattm","total_amt":"7179.00","total_gp":"4306.64","total_gpm":"59.99","rev_type":"ADV","mod_date":"11-27-2024","mod_time":null,"mod_user":"mattm","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"223772","line":"3","data":"10-31-2024 11:55 - Discounts Recalculated QS"},{"comp":"1","quote":"223772","line":"2","data":"and EU info"},{"comp":"1","quote":"223772","line":"1","data":"Matt still needs to get the questionnaire"},{"comp":"1","quote":"223772","line":"0","data":"10-31-2024 11:55-alyssah Added to Mimiatic log"}],"crmnotes":[{"comp":1,"quote":223772,"Line":0,"Comment":"11/27/2024 10:22 AM - mattm - Will follow up with Matt Gobel"},{"comp":1,"quote":223772,"Line":1,"Comment":"11/27/2024 10:22 AM - mattm - Req Date change from 12/12/2024 to 12/31/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223772","line":"1","part":"B30RAM-ER16-120-50TP","qty":"1","price":"6409.00","uom":"EA","discount":"0.00","req_date":"2-3 weeks ARO","branch":"1"},{"comp":"01","order":"223772","line":"2","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"223772","Line":"0","Comment":"These are non-standard stock items and considered"},{"Quote":"223772","Line":"1","Comment":"specials. Once a PO has been issued these items"},{"Quote":"223772","Line":"2","Comment":"cannot be cancelled or returned."}],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-27 09:22:32.396 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223772-11272024092232.txt === {"quote":"223772","customer":"13485","name":null,"customerName":"Methods Machine Tools Inc. (MA)","comp":"01","open":"0","shipto":"METHODNC","shiptoName":"Methods Machine Tools Inc. - NC","entry_date":"10-31-2024","cust_order_date":"10-31-2024","req_date":"12-31-2024","cust_po":"B30RAM-ER16-120-50TP","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Matt Goeble","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"11:54","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Matt","follow_phone":"423- 755-5400","follow_email":"mattg@methodsmachine.com","pic_user":"mattm","total_amt":"7179.00","total_gp":"4306.64","total_gpm":"59.99","rev_type":"ADV","mod_date":"11-27-2024","mod_time":null,"mod_user":"mattm","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-21-2024","notes":[{"comp":"1","quote":"223772","line":"3","data":"10-31-2024 11:55 - Discounts Recalculated QS"},{"comp":"1","quote":"223772","line":"2","data":"and EU info"},{"comp":"1","quote":"223772","line":"1","data":"Matt still needs to get the questionnaire"},{"comp":"1","quote":"223772","line":"0","data":"10-31-2024 11:55-alyssah Added to Mimiatic log"}],"crmnotes":[{"comp":1,"quote":223772,"Line":0,"Comment":"11/27/2024 10:22 AM - mattm - Will follow up with Matt Gobel"},{"comp":1,"quote":223772,"Line":1,"Comment":"11/27/2024 10:22 AM - mattm - Req Date change from 12/12/2024 to 12/31/2024 (Req Date Updated)"},{"comp":1,"quote":223772,"Line":2,"Comment":"11/27/2024 10:22 AM - mattm - CLO changed from 11/30/2024 to 12/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223772","line":"1","part":"B30RAM-ER16-120-50TP","qty":"1","price":"6409.00","uom":"EA","discount":"0.00","req_date":"2-3 weeks ARO","branch":"1"},{"comp":"01","order":"223772","line":"2","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"223772","Line":"0","Comment":"These are non-standard stock items and considered"},{"Quote":"223772","Line":"1","Comment":"specials. Once a PO has been issued these items"},{"Quote":"223772","Line":"2","Comment":"cannot be cancelled or returned."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-27 09:22:44.285 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223772-11272024092244.txt === {"quote":"223772","customer":"13485","name":null,"customerName":"Methods Machine Tools Inc. (MA)","comp":"01","open":"0","shipto":"METHODNC","shiptoName":"Methods Machine Tools Inc. - NC","entry_date":"10-31-2024","cust_order_date":"10-31-2024","req_date":"12-31-2024","cust_po":"B30RAM-ER16-120-50TP","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Matt Goeble","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"11:54","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Matt","follow_phone":"423- 755-5400","follow_email":"mattg@methodsmachine.com","pic_user":"mattm","total_amt":"7179.00","total_gp":"4306.64","total_gpm":"59.99","rev_type":"ADV","mod_date":"11-27-2024","mod_time":null,"mod_user":"mattm","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-21-2024","notes":[{"comp":"1","quote":"223772","line":"3","data":"10-31-2024 11:55 - Discounts Recalculated QS"},{"comp":"1","quote":"223772","line":"2","data":"and EU info"},{"comp":"1","quote":"223772","line":"1","data":"Matt still needs to get the questionnaire"},{"comp":"1","quote":"223772","line":"0","data":"10-31-2024 11:55-alyssah Added to Mimiatic log"}],"crmnotes":[{"comp":1,"quote":223772,"Line":0,"Comment":"11/27/2024 10:22 AM - mattm - Will follow up with Matt Gobel"},{"comp":1,"quote":223772,"Line":1,"Comment":"11/27/2024 10:22 AM - mattm - Req Date change from 12/12/2024 to 12/31/2024 (Req Date Updated)"},{"comp":1,"quote":223772,"Line":2,"Comment":"11/27/2024 10:22 AM - mattm - CLO changed from 11/30/2024 to 12/21/2024 (CLO Date Updated)"},{"comp":1,"quote":223772,"Line":3,"Comment":"11/27/2024 10:22 AM - mattm - F/U Changed from 11/23/2024 to 12/21/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223772","line":"1","part":"B30RAM-ER16-120-50TP","qty":"1","price":"6409.00","uom":"EA","discount":"0.00","req_date":"2-3 weeks ARO","branch":"1"},{"comp":"01","order":"223772","line":"2","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"TBD","branch":"1"}],"qlines":[],"qcomms":[{"Quote":"223772","Line":"0","Comment":"These are non-standard stock items and considered"},{"Quote":"223772","Line":"1","Comment":"specials. Once a PO has been issued these items"},{"Quote":"223772","Line":"2","Comment":"cannot be cancelled or returned."}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-27 09:22:59.947 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223733-11272024092259.txt === {"quote":"223733","customer":"13485","name":null,"customerName":"Methods Machine Tools Inc. (MA)","comp":"01","open":"0","shipto":"BAYSCHOO","shiptoName":"Bayside High School","entry_date":"10-30-2024","cust_order_date":"10-30-2024","req_date":"12-20-2024","cust_po":"WH-ZV-M120A","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Andy Murdock","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"16:05","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Andy Murdock","follow_phone":"704-587-0507","follow_email":"amurdock@methodsmachine.com","pic_user":"mattm","total_amt":"1321.90","total_gp":"753.04","total_gpm":"56.97","rev_type":"PCQC","mod_date":"11-27-2024","mod_time":null,"mod_user":"mattm","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-01-2024","notes":[{"comp":"1","quote":"223733","line":"0","data":"10-30-2024 16:13 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223733,"Line":0,"Comment":"11/27/2024 10:22 AM - mattm - Req Date change from 12/11/2024 to 12/20/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223733","line":"1","part":"WH-ZV-M120S","qty":"1","price":"1129.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223733","line":"2","part":"WH-ZV-ACC-WES","qty":"1","price":"67.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223733","line":"3","part":"WH-ZV120-JAWS-M183-A","qty":"1","price":"174.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223733","line":"4","part":"WH-ZV120-JAWS-R107","qty":"1","price":"318.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":4}}] 2024-11-27 09:23:10.878 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223733-11272024092310.txt === {"quote":"223733","customer":"13485","name":null,"customerName":"Methods Machine Tools Inc. (MA)","comp":"01","open":"0","shipto":"BAYSCHOO","shiptoName":"Bayside High School","entry_date":"10-30-2024","cust_order_date":"10-30-2024","req_date":"12-20-2024","cust_po":"WH-ZV-M120A","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Andy Murdock","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"16:05","extra":"","follow_up":"11-16-2024","web_id":"","follow_name":"Andy Murdock","follow_phone":"704-587-0507","follow_email":"amurdock@methodsmachine.com","pic_user":"mattm","total_amt":"1321.90","total_gp":"753.04","total_gpm":"56.97","rev_type":"PCQC","mod_date":"11-27-2024","mod_time":null,"mod_user":"mattm","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"223733","line":"0","data":"10-30-2024 16:13 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223733,"Line":0,"Comment":"11/27/2024 10:22 AM - mattm - Req Date change from 12/11/2024 to 12/20/2024 (Req Date Updated)"},{"comp":1,"quote":223733,"Line":1,"Comment":"11/27/2024 10:23 AM - mattm - CLO changed from 12/1/2024 to 12/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223733","line":"1","part":"WH-ZV-M120S","qty":"1","price":"1129.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223733","line":"2","part":"WH-ZV-ACC-WES","qty":"1","price":"67.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223733","line":"3","part":"WH-ZV120-JAWS-M183-A","qty":"1","price":"174.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223733","line":"4","part":"WH-ZV120-JAWS-R107","qty":"1","price":"318.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-27 09:23:19.569 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223733-11272024092319.txt === {"quote":"223733","customer":"13485","name":null,"customerName":"Methods Machine Tools Inc. (MA)","comp":"01","open":"0","shipto":"BAYSCHOO","shiptoName":"Bayside High School","entry_date":"10-30-2024","cust_order_date":"10-30-2024","req_date":"12-20-2024","cust_po":"WH-ZV-M120A","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Andy Murdock","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"16:05","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Andy Murdock","follow_phone":"704-587-0507","follow_email":"amurdock@methodsmachine.com","pic_user":"mattm","total_amt":"1321.90","total_gp":"753.04","total_gpm":"56.97","rev_type":"PCQC","mod_date":"11-27-2024","mod_time":null,"mod_user":"mattm","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"223733","line":"0","data":"10-30-2024 16:13 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223733,"Line":0,"Comment":"11/27/2024 10:22 AM - mattm - Req Date change from 12/11/2024 to 12/20/2024 (Req Date Updated)"},{"comp":1,"quote":223733,"Line":1,"Comment":"11/27/2024 10:23 AM - mattm - CLO changed from 12/1/2024 to 12/14/2024 (CLO Date Updated)"},{"comp":1,"quote":223733,"Line":2,"Comment":"11/27/2024 10:23 AM - mattm - F/U Changed from 11/16/2024 to 12/14/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223733","line":"1","part":"WH-ZV-M120S","qty":"1","price":"1129.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223733","line":"2","part":"WH-ZV-ACC-WES","qty":"1","price":"67.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223733","line":"3","part":"WH-ZV120-JAWS-M183-A","qty":"1","price":"174.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223733","line":"4","part":"WH-ZV120-JAWS-R107","qty":"1","price":"318.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-27 09:23:36.165 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221071-11272024092335.txt === {"quote":"221071","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"AFIAMEL","shiptoName":"Alternatives for Industry","entry_date":"09-03-2024","cust_order_date":"09-03-2024","req_date":"12-20-2024","cust_po":"E346+","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Kevin Abrams","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"16:49","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Kevin Abrams","follow_phone":"941-739-6566","follow_email":"kevina@afi-tools.com","pic_user":"mattm","total_amt":"14104.8","total_gp":"6719.30","total_gpm":"47.64","rev_type":"ADV","mod_date":"11-27-2024","mod_time":null,"mod_user":"mattm","reason":"","totalQty":"9","win_pct":"20","clo_date":"11-23-2024","notes":[{"comp":"1","quote":"221071","line":"2","data":"09-03-2024 16:56 - Discounts Recalculated QS"},{"comp":"1","quote":"221071","line":"1","data":"terms for this quote"},{"comp":"1","quote":"221071","line":"0","data":"10-31-2024 08:50-alyssah Per Matt 45 days"}],"crmnotes":[{"comp":1,"quote":221071,"Line":0,"Comment":"09/06/2024 12:03 PM - mattm - Req Date changed from 10/15/2024 to 11/29/2024 (Req Date Updated)"},{"comp":1,"quote":221071,"Line":1,"Comment":"09/06/2024 12:03 PM - mattm - CLO changed from 10/03/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":221071,"Line":2,"Comment":"09/06/2024 12:03 PM - mattm - F/U changed from 09/16/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221071,"Line":3,"Comment":"11/27/2024 10:23 AM - mattm - Req Date change from 11/29/2024 to 12/20/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221071","line":"1","part":"PRE-E346PLUS-I40","qty":"1","price":"16600.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221071","line":"2","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221071","line":"3","part":"PRE-E346PLUS-STD","qty":"1","price":"1940.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221071","line":"4","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221071","line":"5","part":"PRE-PRNT-ROLL-QL800","qty":"5","price":"30.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-27 09:23:43.173 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221071-11272024092342.txt === {"quote":"221071","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"AFIAMEL","shiptoName":"Alternatives for Industry","entry_date":"09-03-2024","cust_order_date":"09-03-2024","req_date":"12-20-2024","cust_po":"E346+","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Kevin Abrams","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"16:49","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Kevin Abrams","follow_phone":"941-739-6566","follow_email":"kevina@afi-tools.com","pic_user":"mattm","total_amt":"14104.8","total_gp":"6719.30","total_gpm":"47.64","rev_type":"ADV","mod_date":"11-27-2024","mod_time":null,"mod_user":"mattm","reason":"","totalQty":"9","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"221071","line":"2","data":"09-03-2024 16:56 - Discounts Recalculated QS"},{"comp":"1","quote":"221071","line":"1","data":"terms for this quote"},{"comp":"1","quote":"221071","line":"0","data":"10-31-2024 08:50-alyssah Per Matt 45 days"}],"crmnotes":[{"comp":1,"quote":221071,"Line":0,"Comment":"09/06/2024 12:03 PM - mattm - Req Date changed from 10/15/2024 to 11/29/2024 (Req Date Updated)"},{"comp":1,"quote":221071,"Line":1,"Comment":"09/06/2024 12:03 PM - mattm - CLO changed from 10/03/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":221071,"Line":2,"Comment":"09/06/2024 12:03 PM - mattm - F/U changed from 09/16/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221071,"Line":3,"Comment":"11/27/2024 10:23 AM - mattm - Req Date change from 11/29/2024 to 12/20/2024 (Req Date Updated)"},{"comp":1,"quote":221071,"Line":4,"Comment":"11/27/2024 10:23 AM - mattm - CLO changed from 11/23/2024 to 12/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221071","line":"1","part":"PRE-E346PLUS-I40","qty":"1","price":"16600.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221071","line":"2","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221071","line":"3","part":"PRE-E346PLUS-STD","qty":"1","price":"1940.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221071","line":"4","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221071","line":"5","part":"PRE-PRNT-ROLL-QL800","qty":"5","price":"30.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-27 09:23:52.606 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221071-11272024092352.txt === {"quote":"221071","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"AFIAMEL","shiptoName":"Alternatives for Industry","entry_date":"09-03-2024","cust_order_date":"09-03-2024","req_date":"12-20-2024","cust_po":"E346+","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Kevin Abrams","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"16:49","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Kevin Abrams","follow_phone":"941-739-6566","follow_email":"kevina@afi-tools.com","pic_user":"mattm","total_amt":"14104.8","total_gp":"6719.30","total_gpm":"47.64","rev_type":"ADV","mod_date":"11-27-2024","mod_time":null,"mod_user":"mattm","reason":"","totalQty":"9","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"221071","line":"2","data":"09-03-2024 16:56 - Discounts Recalculated QS"},{"comp":"1","quote":"221071","line":"1","data":"terms for this quote"},{"comp":"1","quote":"221071","line":"0","data":"10-31-2024 08:50-alyssah Per Matt 45 days"}],"crmnotes":[{"comp":1,"quote":221071,"Line":0,"Comment":"09/06/2024 12:03 PM - mattm - Req Date changed from 10/15/2024 to 11/29/2024 (Req Date Updated)"},{"comp":1,"quote":221071,"Line":1,"Comment":"09/06/2024 12:03 PM - mattm - CLO changed from 10/03/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":221071,"Line":2,"Comment":"09/06/2024 12:03 PM - mattm - F/U changed from 09/16/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221071,"Line":3,"Comment":"11/27/2024 10:23 AM - mattm - Req Date change from 11/29/2024 to 12/20/2024 (Req Date Updated)"},{"comp":1,"quote":221071,"Line":4,"Comment":"11/27/2024 10:23 AM - mattm - CLO changed from 11/23/2024 to 12/14/2024 (CLO Date Updated)"},{"comp":1,"quote":221071,"Line":5,"Comment":"11/27/2024 10:23 AM - mattm - F/U Changed from 11/23/2024 to 12/14/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"221071","line":"1","part":"PRE-E346PLUS-I40","qty":"1","price":"16600.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221071","line":"2","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221071","line":"3","part":"PRE-E346PLUS-STD","qty":"1","price":"1940.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221071","line":"4","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"221071","line":"5","part":"PRE-PRNT-ROLL-QL800","qty":"5","price":"30.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-27 09:24:17.654 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224485-11272024092417.txt === {"quote":"224485","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"JTESC","shiptoName":"Jtekt Automotive South Carolina","entry_date":"11-15-2024","cust_order_date":"11-15-2024","req_date":"01-31-2025","cust_po":"MU55-C4Z-125-ICE Eltimon","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Rick Garrett","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"08:26","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Rick Garrett","follow_phone":"330-703-5488","follow_email":"rick.garrett@pts-tools.com","pic_user":"mattm","total_amt":"0.00","total_gp":"0.00","total_gpm":"0.00","rev_type":"LT","mod_date":"11-27-2024","mod_time":null,"mod_user":"mattm","reason":"","totalQty":"35","win_pct":"20","clo_date":"12-05-2024","notes":[{"comp":"1","quote":"224485","line":"0","data":"11-15-2024 08:27-alyssah Addded to log 1369"}],"crmnotes":[{"comp":1,"quote":224485,"Line":0,"Comment":"11/27/2024 10:24 AM - mattm - Req Date change from 12/5/2024 to 1/31/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"224485","line":"1","part":"SPECIAL-LV-MI","qty":"5","price":"0.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224485","line":"2","part":"SPECIAL-LV-MI","qty":"10","price":"0.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224485","line":"3","part":"SPECIAL-LV-MI","qty":"20","price":"0.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"}],"qlines":[{"Quote":"224485","Line":"1","Company":"1","F_Line":"1","Comment":"MU55-C4Z-125-ICE","Loc":"Y"},{"Quote":"224485","Line":"1","Company":"1","F_Line":"2","Comment":"Ref# 204824 WITH ELTIMON","Loc":"Y"},{"Quote":"224485","Line":"1","Company":"1","F_Line":"3","Comment":"Murata BMT55 Live PSC4 90DIntExtCool 100bar 6.5K","Loc":"Y"},{"Quote":"224485","Line":"1","Company":"1","F_Line":"4","Comment":"CH 125","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-27 09:24:25.566 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224485-11272024092425.txt === {"quote":"224485","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"JTESC","shiptoName":"Jtekt Automotive South Carolina","entry_date":"11-15-2024","cust_order_date":"11-15-2024","req_date":"01-31-2025","cust_po":"MU55-C4Z-125-ICE Eltimon","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Rick Garrett","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"08:26","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Rick Garrett","follow_phone":"330-703-5488","follow_email":"rick.garrett@pts-tools.com","pic_user":"mattm","total_amt":"0.00","total_gp":"0.00","total_gpm":"0.00","rev_type":"LT","mod_date":"11-27-2024","mod_time":null,"mod_user":"mattm","reason":"","totalQty":"35","win_pct":"20","clo_date":"01-18-2025","notes":[{"comp":"1","quote":"224485","line":"0","data":"11-15-2024 08:27-alyssah Addded to log 1369"}],"crmnotes":[{"comp":1,"quote":224485,"Line":0,"Comment":"11/27/2024 10:24 AM - mattm - Req Date change from 12/5/2024 to 1/31/2025 (Req Date Updated)"},{"comp":1,"quote":224485,"Line":1,"Comment":"11/27/2024 10:24 AM - mattm - CLO changed from 12/5/2024 to 1/18/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224485","line":"1","part":"SPECIAL-LV-MI","qty":"5","price":"0.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224485","line":"2","part":"SPECIAL-LV-MI","qty":"10","price":"0.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224485","line":"3","part":"SPECIAL-LV-MI","qty":"20","price":"0.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"}],"qlines":[{"Quote":"224485","Line":"1","Company":"1","F_Line":"1","Comment":"MU55-C4Z-125-ICE","Loc":"Y"},{"Quote":"224485","Line":"1","Company":"1","F_Line":"2","Comment":"Ref# 204824 WITH ELTIMON","Loc":"Y"},{"Quote":"224485","Line":"1","Company":"1","F_Line":"3","Comment":"Murata BMT55 Live PSC4 90DIntExtCool 100bar 6.5K","Loc":"Y"},{"Quote":"224485","Line":"1","Company":"1","F_Line":"4","Comment":"CH 125","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-27 09:24:36.160 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224485-11272024092435.txt === {"quote":"224485","customer":"16890","name":null,"customerName":"PTSolutions","comp":"01","open":"0","shipto":"JTESC","shiptoName":"Jtekt Automotive South Carolina","entry_date":"11-15-2024","cust_order_date":"11-15-2024","req_date":"01-31-2025","cust_po":"MU55-C4Z-125-ICE Eltimon","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Rick Garrett","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"08:26","extra":"","follow_up":"01-18-2025","web_id":"","follow_name":"Rick Garrett","follow_phone":"330-703-5488","follow_email":"rick.garrett@pts-tools.com","pic_user":"mattm","total_amt":"0.00","total_gp":"0.00","total_gpm":"0.00","rev_type":"LT","mod_date":"11-27-2024","mod_time":null,"mod_user":"mattm","reason":"","totalQty":"35","win_pct":"20","clo_date":"01-18-2025","notes":[{"comp":"1","quote":"224485","line":"0","data":"11-15-2024 08:27-alyssah Addded to log 1369"}],"crmnotes":[{"comp":1,"quote":224485,"Line":0,"Comment":"11/27/2024 10:24 AM - mattm - Req Date change from 12/5/2024 to 1/31/2025 (Req Date Updated)"},{"comp":1,"quote":224485,"Line":1,"Comment":"11/27/2024 10:24 AM - mattm - CLO changed from 12/5/2024 to 1/18/2025 (CLO Date Updated)"},{"comp":1,"quote":224485,"Line":2,"Comment":"11/27/2024 10:24 AM - mattm - F/U Changed from 11/30/2024 to 1/18/2025 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224485","line":"1","part":"SPECIAL-LV-MI","qty":"5","price":"0.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224485","line":"2","part":"SPECIAL-LV-MI","qty":"10","price":"0.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224485","line":"3","part":"SPECIAL-LV-MI","qty":"20","price":"0.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"}],"qlines":[{"Quote":"224485","Line":"1","Company":"1","F_Line":"1","Comment":"MU55-C4Z-125-ICE","Loc":"Y"},{"Quote":"224485","Line":"1","Company":"1","F_Line":"2","Comment":"Ref# 204824 WITH ELTIMON","Loc":"Y"},{"Quote":"224485","Line":"1","Company":"1","F_Line":"3","Comment":"Murata BMT55 Live PSC4 90DIntExtCool 100bar 6.5K","Loc":"Y"},{"Quote":"224485","Line":"1","Company":"1","F_Line":"4","Comment":"CH 125","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-27 10:38:23.816 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224160-11272024103823.txt === {"quote":"224160","customer":"23260","name":null,"customerName":"Waukesha Machine Tool","comp":"01","open":"0","shipto":"WAUKNEXT","shiptoName":"Waukesha Machine Tool","entry_date":"11-08-2024","cust_order_date":"11-08-2024","req_date":"12-20-2024","cust_po":"Mike Chvala","terms_code":"N60","ship_via":"TRK","ship_collect":"","drop_ship":"N","territory":"40","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Mike Chvala","drop_po":"CNC260PFA-M","status":"0","user":"stevel","conv_order":"","time":"10:22","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Mike Chvala","follow_phone":"(262) 542-7689","follow_email":"mike@wmtcinc.com","pic_user":"stevel","total_amt":"69866.20","total_gp":"45953.94","total_gpm":"65.77","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"6","win_pct":"20","clo_date":"12-08-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224160","line":"1","part":"NCT200ELFA-M","qty":"1","price":"17325.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224160","line":"2","part":"NCT200EFA-M","qty":"1","price":"17325.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224160","line":"3","part":"CT200R030","qty":"1","price":"1250.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224160","line":"5","part":"CNC260PFA-M","qty":"1","price":"25883.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224160","line":"6","part":"CNC260PLFA-M","qty":"1","price":"25883.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224160","line":"7","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"8500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"224160","Line":"7","Company":"1","F_Line":"1","Comment":"Installation includes: Drive unit short bar fiber","Loc":"Y"},{"Quote":"224160","Line":"7","Company":"1","F_Line":"2","Comment":"optic cable commnications cable bulkhead cables","Loc":"Y"},{"Quote":"224160","Line":"7","Company":"1","F_Line":"3","Comment":"external cables parameter changes service time and","Loc":"Y"},{"Quote":"224160","Line":"7","Company":"1","F_Line":"4","Comment":"travel.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":6}}] 2024-11-27 10:38:36.738 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224160-11272024103836.txt === {"quote":"224160","customer":"23260","name":null,"customerName":"Waukesha Machine Tool","comp":"01","open":"0","shipto":"WAUKNEXT","shiptoName":"Waukesha Machine Tool","entry_date":"11-08-2024","cust_order_date":"11-08-2024","req_date":"12-20-2024","cust_po":"Mike Chvala","terms_code":"N60","ship_via":"TRK","ship_collect":"","drop_ship":"N","territory":"40","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Mike Chvala","drop_po":"CNC260PFA-M","status":"0","user":"stevel","conv_order":"","time":"10:22","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Mike Chvala","follow_phone":"(262) 542-7689","follow_email":"mike@wmtcinc.com","pic_user":"stevel","total_amt":"69866.20","total_gp":"45953.94","total_gpm":"65.77","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"6","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":224160,"Line":0,"Comment":"11/27/2024 10:38 AM - stevel - F/U changed from 11/21/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224160,"Line":1,"Comment":"11/27/2024 10:38 AM - stevel - CLO changed from 12/08/2024 to 12/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224160","line":"1","part":"NCT200ELFA-M","qty":"1","price":"17325.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224160","line":"2","part":"NCT200EFA-M","qty":"1","price":"17325.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224160","line":"3","part":"CT200R030","qty":"1","price":"1250.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224160","line":"5","part":"CNC260PFA-M","qty":"1","price":"25883.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224160","line":"6","part":"CNC260PLFA-M","qty":"1","price":"25883.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224160","line":"7","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"8500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"224160","Line":"7","Company":"1","F_Line":"1","Comment":"Installation includes: Drive unit short bar fiber","Loc":"Y"},{"Quote":"224160","Line":"7","Company":"1","F_Line":"2","Comment":"optic cable commnications cable bulkhead cables","Loc":"Y"},{"Quote":"224160","Line":"7","Company":"1","F_Line":"3","Comment":"external cables parameter changes service time and","Loc":"Y"},{"Quote":"224160","Line":"7","Company":"1","F_Line":"4","Comment":"travel.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-27 10:38:44.201 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224160-11272024103843.txt === {"quote":"224160","customer":"23260","name":null,"customerName":"Waukesha Machine Tool","comp":"01","open":"0","shipto":"WAUKNEXT","shiptoName":"Waukesha Machine Tool","entry_date":"11-08-2024","cust_order_date":"11-08-2024","req_date":"12-28-2024","cust_po":"Mike Chvala","terms_code":"N60","ship_via":"TRK","ship_collect":"","drop_ship":"N","territory":"40","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Mike Chvala","drop_po":"CNC260PFA-M","status":"0","user":"stevel","conv_order":"","time":"10:22","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Mike Chvala","follow_phone":"(262) 542-7689","follow_email":"mike@wmtcinc.com","pic_user":"stevel","total_amt":"69866.20","total_gp":"45953.94","total_gpm":"65.77","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"6","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":224160,"Line":0,"Comment":"11/27/2024 10:38 AM - stevel - F/U changed from 11/21/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224160,"Line":1,"Comment":"11/27/2024 10:38 AM - stevel - CLO changed from 12/08/2024 to 12/21/2024 (CLO Date Updated)"},{"comp":1,"quote":224160,"Line":2,"Comment":"11/27/2024 10:38 AM - stevel - Req Date changed from 12/20/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"224160","line":"1","part":"NCT200ELFA-M","qty":"1","price":"17325.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224160","line":"2","part":"NCT200EFA-M","qty":"1","price":"17325.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224160","line":"3","part":"CT200R030","qty":"1","price":"1250.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224160","line":"5","part":"CNC260PFA-M","qty":"1","price":"25883.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224160","line":"6","part":"CNC260PLFA-M","qty":"1","price":"25883.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224160","line":"7","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"8500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"224160","Line":"7","Company":"1","F_Line":"1","Comment":"Installation includes: Drive unit short bar fiber","Loc":"Y"},{"Quote":"224160","Line":"7","Company":"1","F_Line":"2","Comment":"optic cable commnications cable bulkhead cables","Loc":"Y"},{"Quote":"224160","Line":"7","Company":"1","F_Line":"3","Comment":"external cables parameter changes service time and","Loc":"Y"},{"Quote":"224160","Line":"7","Company":"1","F_Line":"4","Comment":"travel.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-27 10:39:18.794 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219568-11272024103918.txt === {"quote":"219568","customer":"8270","name":null,"customerName":"Hartwig Inc.","comp":"01","open":"0","shipto":"HARTWIGY","shiptoName":"Hartwig Inc.","entry_date":"08-01-2024","cust_order_date":"08-01-2024","req_date":"01-04-2025","cust_po":"Nick Berilla","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"30","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Nick Berilla","drop_po":"","status":"0","user":"stevel","conv_order":"","time":"10:38","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Nick Berilla","follow_phone":"314-540-2892","follow_email":"nick.berilla@hartwiginc.com","pic_user":"stevel","total_amt":"23474.00","total_gp":"17535.89","total_gpm":"74.70","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-23-2024","notes":[],"crmnotes":[{"comp":1,"quote":219568,"Line":0,"Comment":"08/19/2024 11:23 AM - stevel - F/U changed from 08/14/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219568,"Line":1,"Comment":"08/19/2024 11:23 AM - stevel - CLO changed from 09/01/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":219568,"Line":2,"Comment":"08/19/2024 11:23 AM - stevel - Req Date changed from 09/12/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":219568,"Line":3,"Comment":"10/14/2024 8:30 AM - stevel - F/U changed from 10/05/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219568,"Line":4,"Comment":"10/14/2024 8:30 AM - stevel - CLO changed from 10/05/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":219568,"Line":5,"Comment":"10/14/2024 8:30 AM - stevel - Req Date changed from 10/05/2024 to 11/23/2024 (Req Date Updated)"},{"comp":1,"quote":219568,"Line":6,"Comment":"11/27/2024 10:39 AM - stevel - Req Date changed from 11/23/2024 to 01/04/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"219568","line":"1","part":"NCT200OSP4-M","qty":"1","price":"20685.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219568","line":"2","part":"MT-135S","qty":"1","price":"1241.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219568","line":"3","part":"R-8-SP-SET","qty":"1","price":"1548.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"219568","Line":"2","Company":"1","F_Line":"1","Comment":"IMTS Promo","Loc":"Y"},{"Quote":"219568","Line":"3","Company":"1","F_Line":"1","Comment":"IMTS Promo","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-27 10:39:27.317 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219568-11272024103927.txt === {"quote":"219568","customer":"8270","name":null,"customerName":"Hartwig Inc.","comp":"01","open":"0","shipto":"HARTWIGY","shiptoName":"Hartwig Inc.","entry_date":"08-01-2024","cust_order_date":"08-01-2024","req_date":"01-04-2025","cust_po":"Nick Berilla","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"30","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Nick Berilla","drop_po":"","status":"0","user":"stevel","conv_order":"","time":"10:38","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Nick Berilla","follow_phone":"314-540-2892","follow_email":"nick.berilla@hartwiginc.com","pic_user":"stevel","total_amt":"23474.00","total_gp":"17535.89","total_gpm":"74.70","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-23-2024","notes":[],"crmnotes":[{"comp":1,"quote":219568,"Line":0,"Comment":"08/19/2024 11:23 AM - stevel - F/U changed from 08/14/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219568,"Line":1,"Comment":"08/19/2024 11:23 AM - stevel - CLO changed from 09/01/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":219568,"Line":2,"Comment":"08/19/2024 11:23 AM - stevel - Req Date changed from 09/12/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":219568,"Line":3,"Comment":"10/14/2024 8:30 AM - stevel - F/U changed from 10/05/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219568,"Line":4,"Comment":"10/14/2024 8:30 AM - stevel - CLO changed from 10/05/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":219568,"Line":5,"Comment":"10/14/2024 8:30 AM - stevel - Req Date changed from 10/05/2024 to 11/23/2024 (Req Date Updated)"},{"comp":1,"quote":219568,"Line":6,"Comment":"11/27/2024 10:39 AM - stevel - Req Date changed from 11/23/2024 to 01/04/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"219568","line":"1","part":"NCT200OSP4-M","qty":"1","price":"20685.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219568","line":"2","part":"MT-135S","qty":"1","price":"1241.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219568","line":"3","part":"R-8-SP-SET","qty":"1","price":"1548.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"219568","Line":"2","Company":"1","F_Line":"1","Comment":"IMTS Promo","Loc":"Y"},{"Quote":"219568","Line":"3","Company":"1","F_Line":"1","Comment":"IMTS Promo","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-27 10:39:32.421 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219568-11272024103932.txt === {"quote":"219568","customer":"8270","name":null,"customerName":"Hartwig Inc.","comp":"01","open":"0","shipto":"HARTWIGY","shiptoName":"Hartwig Inc.","entry_date":"08-01-2024","cust_order_date":"08-01-2024","req_date":"01-04-2025","cust_po":"Nick Berilla","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"30","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Nick Berilla","drop_po":"","status":"0","user":"stevel","conv_order":"","time":"10:38","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Nick Berilla","follow_phone":"314-540-2892","follow_email":"nick.berilla@hartwiginc.com","pic_user":"stevel","total_amt":"23474.00","total_gp":"17535.89","total_gpm":"74.70","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-28-2024","notes":[],"crmnotes":[{"comp":1,"quote":219568,"Line":0,"Comment":"08/19/2024 11:23 AM - stevel - F/U changed from 08/14/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219568,"Line":1,"Comment":"08/19/2024 11:23 AM - stevel - CLO changed from 09/01/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":219568,"Line":2,"Comment":"08/19/2024 11:23 AM - stevel - Req Date changed from 09/12/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":219568,"Line":3,"Comment":"10/14/2024 8:30 AM - stevel - F/U changed from 10/05/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219568,"Line":4,"Comment":"10/14/2024 8:30 AM - stevel - CLO changed from 10/05/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":219568,"Line":5,"Comment":"10/14/2024 8:30 AM - stevel - Req Date changed from 10/05/2024 to 11/23/2024 (Req Date Updated)"},{"comp":1,"quote":219568,"Line":6,"Comment":"11/27/2024 10:39 AM - stevel - Req Date changed from 11/23/2024 to 01/04/2025 (Req Date Updated)"},{"comp":1,"quote":219568,"Line":7,"Comment":"11/27/2024 10:39 AM - stevel - F/U changed from 11/23/2024 to 12/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219568,"Line":8,"Comment":"11/27/2024 10:39 AM - stevel - CLO changed from 11/23/2024 to 12/28/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"219568","line":"1","part":"NCT200OSP4-M","qty":"1","price":"20685.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219568","line":"2","part":"MT-135S","qty":"1","price":"1241.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219568","line":"3","part":"R-8-SP-SET","qty":"1","price":"1548.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"219568","Line":"2","Company":"1","F_Line":"1","Comment":"IMTS Promo","Loc":"Y"},{"Quote":"219568","Line":"3","Company":"1","F_Line":"1","Comment":"IMTS Promo","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-27 10:39:48.593 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222091-11272024103948.txt === {"quote":"222091","customer":"25960","name":null,"customerName":"Yuasa International","comp":"01","open":"0","shipto":"YUASA","shiptoName":"Yuasa YI, Inc.","entry_date":"09-25-2024","cust_order_date":"09-25-2024","req_date":"11-06-2024","cust_po":"Chris Burd","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Chris Burd","drop_po":"5AX-100FA-M","status":"0","user":"stevel","conv_order":"","time":"15:37","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Chris Burd","follow_phone":"","follow_email":"cburd@yuasa-intl.com","pic_user":"stevel","total_amt":"46212.50","total_gp":"37497.85","total_gpm":"81.14","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-02-2024","notes":[],"crmnotes":[{"comp":1,"quote":222091,"Line":0,"Comment":"10/14/2024 6:42 AM - stevel - Req Date changed from 11/06/2024 to 11/06/2024 (Req Date Updated)"},{"comp":1,"quote":222091,"Line":1,"Comment":"10/14/2024 6:42 AM - stevel - CLO changed from 10/25/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":222091,"Line":2,"Comment":"10/14/2024 6:42 AM - stevel - F/U changed from 10/08/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222091,"Line":3,"Comment":"10/21/2024 6:27 AM - stevel - F/U changed from 11/02/2024 to 11/23/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222091","line":"1","part":"5AX-100FA-M","qty":"1","price":"40950.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222091","line":"2","part":"INSTALLATION-RT-5AX-MX","qty":"1","price":"15500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222091","Line":"2","Company":"1","F_Line":"1","Comment":"Includes: Dual axis drive unit short bar fiber optic","Loc":"Y"},{"Quote":"222091","Line":"2","Company":"1","F_Line":"2","Comment":"cables communications cables bulkhead cables","Loc":"Y"},{"Quote":"222091","Line":"2","Company":"1","F_Line":"3","Comment":"external cables parameter changes service time and","Loc":"Y"},{"Quote":"222091","Line":"2","Company":"1","F_Line":"4","Comment":"travel.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-27 10:39:53.966 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222091-11272024103953.txt === {"quote":"222091","customer":"25960","name":null,"customerName":"Yuasa International","comp":"01","open":"0","shipto":"YUASA","shiptoName":"Yuasa YI, Inc.","entry_date":"09-25-2024","cust_order_date":"09-25-2024","req_date":"11-06-2024","cust_po":"Chris Burd","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Chris Burd","drop_po":"5AX-100FA-M","status":"0","user":"stevel","conv_order":"","time":"15:37","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Chris Burd","follow_phone":"","follow_email":"cburd@yuasa-intl.com","pic_user":"stevel","total_amt":"46212.50","total_gp":"37497.85","total_gpm":"81.14","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":222091,"Line":0,"Comment":"10/14/2024 6:42 AM - stevel - Req Date changed from 11/06/2024 to 11/06/2024 (Req Date Updated)"},{"comp":1,"quote":222091,"Line":1,"Comment":"10/14/2024 6:42 AM - stevel - CLO changed from 10/25/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":222091,"Line":2,"Comment":"10/14/2024 6:42 AM - stevel - F/U changed from 10/08/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222091,"Line":3,"Comment":"10/21/2024 6:27 AM - stevel - F/U changed from 11/02/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222091,"Line":4,"Comment":"11/27/2024 10:39 AM - stevel - F/U changed from 11/23/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222091,"Line":5,"Comment":"11/27/2024 10:39 AM - stevel - CLO changed from 11/02/2024 to 12/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222091","line":"1","part":"5AX-100FA-M","qty":"1","price":"40950.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222091","line":"2","part":"INSTALLATION-RT-5AX-MX","qty":"1","price":"15500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222091","Line":"2","Company":"1","F_Line":"1","Comment":"Includes: Dual axis drive unit short bar fiber optic","Loc":"Y"},{"Quote":"222091","Line":"2","Company":"1","F_Line":"2","Comment":"cables communications cables bulkhead cables","Loc":"Y"},{"Quote":"222091","Line":"2","Company":"1","F_Line":"3","Comment":"external cables parameter changes service time and","Loc":"Y"},{"Quote":"222091","Line":"2","Company":"1","F_Line":"4","Comment":"travel.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-27 10:39:56.356 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222091-11272024103956.txt === {"quote":"222091","customer":"25960","name":null,"customerName":"Yuasa International","comp":"01","open":"0","shipto":"YUASA","shiptoName":"Yuasa YI, Inc.","entry_date":"09-25-2024","cust_order_date":"09-25-2024","req_date":"12-28-2024","cust_po":"Chris Burd","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Chris Burd","drop_po":"5AX-100FA-M","status":"0","user":"stevel","conv_order":"","time":"15:37","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Chris Burd","follow_phone":"","follow_email":"cburd@yuasa-intl.com","pic_user":"stevel","total_amt":"46212.50","total_gp":"37497.85","total_gpm":"81.14","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":222091,"Line":0,"Comment":"10/14/2024 6:42 AM - stevel - Req Date changed from 11/06/2024 to 11/06/2024 (Req Date Updated)"},{"comp":1,"quote":222091,"Line":1,"Comment":"10/14/2024 6:42 AM - stevel - CLO changed from 10/25/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":222091,"Line":2,"Comment":"10/14/2024 6:42 AM - stevel - F/U changed from 10/08/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222091,"Line":3,"Comment":"10/21/2024 6:27 AM - stevel - F/U changed from 11/02/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222091,"Line":4,"Comment":"11/27/2024 10:39 AM - stevel - F/U changed from 11/23/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222091,"Line":5,"Comment":"11/27/2024 10:39 AM - stevel - CLO changed from 11/02/2024 to 12/21/2024 (CLO Date Updated)"},{"comp":1,"quote":222091,"Line":6,"Comment":"11/27/2024 10:39 AM - stevel - Req Date changed from 11/06/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222091","line":"1","part":"5AX-100FA-M","qty":"1","price":"40950.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222091","line":"2","part":"INSTALLATION-RT-5AX-MX","qty":"1","price":"15500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222091","Line":"2","Company":"1","F_Line":"1","Comment":"Includes: Dual axis drive unit short bar fiber optic","Loc":"Y"},{"Quote":"222091","Line":"2","Company":"1","F_Line":"2","Comment":"cables communications cables bulkhead cables","Loc":"Y"},{"Quote":"222091","Line":"2","Company":"1","F_Line":"3","Comment":"external cables parameter changes service time and","Loc":"Y"},{"Quote":"222091","Line":"2","Company":"1","F_Line":"4","Comment":"travel.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-27 10:40:13.882 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218984-11272024104013.txt === {"quote":"218984","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"XXXXX","shiptoName":"Lyndex-Nikken Inc.","entry_date":"07-18-2024","cust_order_date":"07-18-2024","req_date":"11-23-2024","cust_po":"Tom Johnson","terms_code":"N30","ship_via":"U-GND","ship_collect":"NF-LIT","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tom Johnson","drop_po":"RED400","status":"0","user":"stevel","conv_order":"","time":"15:17","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Tom Johnson","follow_phone":"","follow_email":"tpjohnson@krcmts.com","pic_user":"stevel","total_amt":"67043.75","total_gp":"43259.30","total_gpm":"64.52","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-23-2024","notes":[],"crmnotes":[{"comp":1,"quote":218984,"Line":0,"Comment":"07/31/2024 1:35 PM - stevel - F/U changed from 07/31/2024 to 8/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218984,"Line":1,"Comment":"08/19/2024 11:19 AM - stevel - F/U changed from 08/17/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218984,"Line":2,"Comment":"08/19/2024 11:19 AM - stevel - CLO changed from 08/18/2024 to 09/28/2024 (CLO Date Updated)"},{"comp":1,"quote":218984,"Line":3,"Comment":"08/19/2024 11:19 AM - stevel - Req Date changed from 08/29/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":218984,"Line":4,"Comment":"10/14/2024 7:13 AM - stevel - F/U changed from 09/28/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218984,"Line":5,"Comment":"10/14/2024 7:13 AM - stevel - CLO changed from 09/28/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":218984,"Line":6,"Comment":"10/14/2024 7:13 AM - stevel - Req Date changed from 09/28/2024 to 11/23/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"218984","line":"1","part":"RED400FAB-MB","qty":"1","price":"36375.00","uom":"EA","discount":"15.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"218984","line":"2","part":"RED500HFA-MB","qty":"1","price":"42500.00","uom":"EA","discount":"15.00","req_date":"B/O ETA","branch":"1"}],"qlines":[{"Quote":"218984","Line":"1","Company":"1","F_Line":"1","Comment":"Includes motor with brake.","Loc":"Y"},{"Quote":"218984","Line":"2","Company":"1","F_Line":"1","Comment":"Includes motor with brake.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-27 10:40:19.580 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218984-11272024104019.txt === {"quote":"218984","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"XXXXX","shiptoName":"Lyndex-Nikken Inc.","entry_date":"07-18-2024","cust_order_date":"07-18-2024","req_date":"11-23-2024","cust_po":"Tom Johnson","terms_code":"N30","ship_via":"U-GND","ship_collect":"NF-LIT","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tom Johnson","drop_po":"RED400","status":"0","user":"stevel","conv_order":"","time":"15:17","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Tom Johnson","follow_phone":"","follow_email":"tpjohnson@krcmts.com","pic_user":"stevel","total_amt":"67043.75","total_gp":"43259.30","total_gpm":"64.52","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-28-2024","notes":[],"crmnotes":[{"comp":1,"quote":218984,"Line":0,"Comment":"07/31/2024 1:35 PM - stevel - F/U changed from 07/31/2024 to 8/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218984,"Line":1,"Comment":"08/19/2024 11:19 AM - stevel - F/U changed from 08/17/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218984,"Line":2,"Comment":"08/19/2024 11:19 AM - stevel - CLO changed from 08/18/2024 to 09/28/2024 (CLO Date Updated)"},{"comp":1,"quote":218984,"Line":3,"Comment":"08/19/2024 11:19 AM - stevel - Req Date changed from 08/29/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":218984,"Line":4,"Comment":"10/14/2024 7:13 AM - stevel - F/U changed from 09/28/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218984,"Line":5,"Comment":"10/14/2024 7:13 AM - stevel - CLO changed from 09/28/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":218984,"Line":6,"Comment":"10/14/2024 7:13 AM - stevel - Req Date changed from 09/28/2024 to 11/23/2024 (Req Date Updated)"},{"comp":1,"quote":218984,"Line":7,"Comment":"11/27/2024 10:40 AM - stevel - F/U changed from 11/23/2024 to 12/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218984,"Line":8,"Comment":"11/27/2024 10:40 AM - stevel - CLO changed from 11/23/2024 to 12/28/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"218984","line":"1","part":"RED400FAB-MB","qty":"1","price":"36375.00","uom":"EA","discount":"15.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"218984","line":"2","part":"RED500HFA-MB","qty":"1","price":"42500.00","uom":"EA","discount":"15.00","req_date":"B/O ETA","branch":"1"}],"qlines":[{"Quote":"218984","Line":"1","Company":"1","F_Line":"1","Comment":"Includes motor with brake.","Loc":"Y"},{"Quote":"218984","Line":"2","Company":"1","F_Line":"1","Comment":"Includes motor with brake.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-27 10:40:21.784 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218984-11272024104021.txt === {"quote":"218984","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"XXXXX","shiptoName":"Lyndex-Nikken Inc.","entry_date":"07-18-2024","cust_order_date":"07-18-2024","req_date":"12-28-2024","cust_po":"Tom Johnson","terms_code":"N30","ship_via":"U-GND","ship_collect":"NF-LIT","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tom Johnson","drop_po":"RED400","status":"0","user":"stevel","conv_order":"","time":"15:17","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Tom Johnson","follow_phone":"","follow_email":"tpjohnson@krcmts.com","pic_user":"stevel","total_amt":"67043.75","total_gp":"43259.30","total_gpm":"64.52","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-28-2024","notes":[],"crmnotes":[{"comp":1,"quote":218984,"Line":0,"Comment":"07/31/2024 1:35 PM - stevel - F/U changed from 07/31/2024 to 8/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218984,"Line":1,"Comment":"08/19/2024 11:19 AM - stevel - F/U changed from 08/17/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218984,"Line":2,"Comment":"08/19/2024 11:19 AM - stevel - CLO changed from 08/18/2024 to 09/28/2024 (CLO Date Updated)"},{"comp":1,"quote":218984,"Line":3,"Comment":"08/19/2024 11:19 AM - stevel - Req Date changed from 08/29/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":218984,"Line":4,"Comment":"10/14/2024 7:13 AM - stevel - F/U changed from 09/28/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218984,"Line":5,"Comment":"10/14/2024 7:13 AM - stevel - CLO changed from 09/28/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":218984,"Line":6,"Comment":"10/14/2024 7:13 AM - stevel - Req Date changed from 09/28/2024 to 11/23/2024 (Req Date Updated)"},{"comp":1,"quote":218984,"Line":7,"Comment":"11/27/2024 10:40 AM - stevel - F/U changed from 11/23/2024 to 12/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218984,"Line":8,"Comment":"11/27/2024 10:40 AM - stevel - CLO changed from 11/23/2024 to 12/28/2024 (CLO Date Updated)"},{"comp":1,"quote":218984,"Line":9,"Comment":"11/27/2024 10:40 AM - stevel - Req Date changed from 11/23/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"218984","line":"1","part":"RED400FAB-MB","qty":"1","price":"36375.00","uom":"EA","discount":"15.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"218984","line":"2","part":"RED500HFA-MB","qty":"1","price":"42500.00","uom":"EA","discount":"15.00","req_date":"B/O ETA","branch":"1"}],"qlines":[{"Quote":"218984","Line":"1","Company":"1","F_Line":"1","Comment":"Includes motor with brake.","Loc":"Y"},{"Quote":"218984","Line":"2","Company":"1","F_Line":"1","Comment":"Includes motor with brake.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-27 10:40:34.381 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224292-11272024104034.txt === {"quote":"224292","customer":"E10872","name":null,"customerName":"Johnson Technology, Inc.","comp":"01","open":"0","shipto":"JOHNMUSK","shiptoName":"Johnson Techology","entry_date":"11-12-2024","cust_order_date":"11-12-2024","req_date":"12-24-2024","cust_po":"Chris McDonald","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Chris McDonald","drop_po":"5AX-130WAA21","status":"0","user":"stevel","conv_order":"","time":"11:13","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Chris McDonald","follow_phone":"","follow_email":"chris_mcdonald@ge.com","pic_user":"stevel","total_amt":"45000.00","total_gp":"28671.87","total_gpm":"63.72","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-12-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224292","line":"1","part":"5AX-130WAA21-400W","qty":"1","price":"45000.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-27 10:40:44.659 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224296-11272024104044.txt === {"quote":"224296","customer":"13485","name":null,"customerName":"Methods Machine Tools Inc. (MA)","comp":"01","open":"0","shipto":"METHUNIO","shiptoName":"Methods Machine Tools, Inc.-64","entry_date":"11-12-2024","cust_order_date":"11-12-2024","req_date":"12-24-2024","cust_po":"Tiffany Hess","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Tiffany Hess","drop_po":"5AX-201FA-M","status":"0","user":"stevel","conv_order":"","time":"11:56","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Tiffany Hess","follow_phone":"","follow_email":"thess@methodsmachine.com","pic_user":"stevel","total_amt":"82506.9","total_gp":"62775.91","total_gpm":"76.09","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"7","win_pct":"20","clo_date":"12-12-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224296","line":"1","part":"RT-SET-MMT-37838","qty":"1","price":"50754.00","uom":"EA","discount":"30.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"224296","line":"4","part":"5AX-2002FA-M","qty":"1","price":"54705.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224296","line":"5","part":"HYD-UNIT-NACHI-AC110V","qty":"1","price":"7642.00","uom":"EA","discount":"30.00","req_date":"B/O ETA","branch":"2"},{"comp":"01","order":"224296","line":"6","part":"TCE-95951-2000R","qty":"1","price":"1063.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224296","line":"7","part":"TCE-95947-2000R","qty":"1","price":"1320.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224296","line":"8","part":"TCE-95950-2000T","qty":"1","price":"1063.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224296","line":"9","part":"TCE-95948-2000T","qty":"1","price":"1320.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":7}}] 2024-11-27 11:05:51.040 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\ADVAROCB-11-3274.txt === {"customer":"ADVAROCB","line":"A","dept":"M","name":"Lynn Freese","title":"MPS","phone":"815-378-1552","cell":"815-378-1552","fax":null,"email":"lynnf@ame.com","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3274,"password":null,"webenabled":null,"linkedin":null,"city":"Rockford","state":"IL","address1":"2500 Latham Street","address2":null,"zip":"61103","country":"USA","userid":"francescof","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"ST","Active":"Y","lnrp":"N"} [{"json":{"results":"Contacts","type":"contacts","line":"11"}}] 2024-11-27 11:31:36.964 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224341-11272024113136.txt === {"quote":"224341","customer":"5420","name":null,"customerName":"Ellison(IA,MO,WI)","comp":"01","open":"0","shipto":"ELLISONW","shiptoName":"Ellison Technologies","entry_date":"11-13-2024","cust_order_date":"11-13-2024","req_date":"12-25-2024","cust_po":"Ron Ditter","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Ron Ditter","drop_po":"CNC601FA-M","status":"0","user":"stevel","conv_order":"","time":"09:18","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Ron Ditter","follow_phone":"","follow_email":"rditter@EllisonTechnologies.com","pic_user":"stevel","total_amt":"58907.40","total_gp":"39902.24","total_gpm":"67.74","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-13-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224341","line":"1","part":"CNC601FA-M","qty":"1","price":"59325.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224341","line":"2","part":"HYD-UNIT-NACHI-AC110V","qty":"1","price":"7642.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224341","line":"3","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"9500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"224341","line":"4","part":"P-310S","qty":"1","price":"3615.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"224341","Line":"3","Company":"1","F_Line":"1","Comment":"Installation includes: Drive unit short bar fiber","Loc":"Y"},{"Quote":"224341","Line":"3","Company":"1","F_Line":"2","Comment":"optic cable cummunications cable bulkhead cables","Loc":"Y"},{"Quote":"224341","Line":"3","Company":"1","F_Line":"3","Comment":"external cables parameter changes service time and","Loc":"Y"},{"Quote":"224341","Line":"3","Company":"1","F_Line":"4","Comment":"and travel.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":4}}] 2024-11-27 11:31:42.716 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224341-11272024113142.txt === {"quote":"224341","customer":"5420","name":null,"customerName":"Ellison(IA,MO,WI)","comp":"01","open":"0","shipto":"ELLISONW","shiptoName":"Ellison Technologies","entry_date":"11-13-2024","cust_order_date":"11-13-2024","req_date":"12-25-2024","cust_po":"Ron Ditter","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Ron Ditter","drop_po":"CNC601FA-M","status":"0","user":"stevel","conv_order":"","time":"09:18","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Ron Ditter","follow_phone":"","follow_email":"rditter@EllisonTechnologies.com","pic_user":"stevel","total_amt":"58907.40","total_gp":"39902.24","total_gpm":"67.74","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":224341,"Line":0,"Comment":"11/27/2024 11:31 AM - stevel - F/U changed from 11/26/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224341,"Line":1,"Comment":"11/27/2024 11:31 AM - stevel - CLO changed from 12/13/2024 to 12/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224341","line":"1","part":"CNC601FA-M","qty":"1","price":"59325.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224341","line":"2","part":"HYD-UNIT-NACHI-AC110V","qty":"1","price":"7642.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224341","line":"3","part":"INSTALLATION-RT-CNC-MW","qty":"1","price":"9500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"224341","line":"4","part":"P-310S","qty":"1","price":"3615.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"224341","Line":"3","Company":"1","F_Line":"1","Comment":"Installation includes: Drive unit short bar fiber","Loc":"Y"},{"Quote":"224341","Line":"3","Company":"1","F_Line":"2","Comment":"optic cable cummunications cable bulkhead cables","Loc":"Y"},{"Quote":"224341","Line":"3","Company":"1","F_Line":"3","Comment":"external cables parameter changes service time and","Loc":"Y"},{"Quote":"224341","Line":"3","Company":"1","F_Line":"4","Comment":"and travel.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-27 11:31:53.571 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224522-11272024113153.txt === {"quote":"224522","customer":"7585","name":null,"customerName":"Gosiger Inc. (OH)","comp":"01","open":"0","shipto":"GOSSUM","shiptoName":"Gosiger Inc.","entry_date":"11-15-2024","cust_order_date":"11-15-2024","req_date":"12-27-2024","cust_po":"Wayne Myers","terms_code":"N30","ship_via":"TRK","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Wayne Myers","drop_po":"5AX-201OSP4-M","status":"0","user":"stevel","conv_order":"","time":"13:36","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Wayne Myers","follow_phone":"8663852798","follow_email":"wayne.myers@gosiger.com","pic_user":"stevel","total_amt":"46383.75","total_gp":"33729.80","total_gpm":"72.72","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"5","win_pct":"20","clo_date":"12-15-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224522","line":"1","part":"5AX-201OSP4-ME40","qty":"1","price":"61845.00","uom":"EA","discount":"25.00","req_date":"B/O ETA","branch":"2"},{"comp":"01","order":"224522","line":"2","part":"TCE-E6384-2500R","qty":"1","price":"706.00","uom":"EA","discount":"100.00","req_date":"B/O ETA","branch":"2"},{"comp":"01","order":"224522","line":"3","part":"TCE-97617-2500R","qty":"1","price":"824.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224522","line":"5","part":"TCE-E6383-2500T","qty":"1","price":"751.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224522","line":"6","part":"TCE-97619-2500T","qty":"1","price":"955.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":5}}] 2024-11-27 11:32:05.000 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224527-11272024113204.txt === {"quote":"224527","customer":"7585","name":null,"customerName":"Gosiger Inc. (OH)","comp":"01","open":"0","shipto":"GOSSUM","shiptoName":"Gosiger Inc.","entry_date":"11-15-2024","cust_order_date":"11-15-2024","req_date":"12-27-2024","cust_po":"Wayne Myers","terms_code":"N30","ship_via":"TRK","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Wayne Myers","drop_po":"5AX-RED200","status":"0","user":"stevel","conv_order":"","time":"14:41","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Wayne Myers","follow_phone":"8663852798","follow_email":"wayne.myers@gosiger.com","pic_user":"stevel","total_amt":"44450","total_gp":"43924.44","total_gpm":"98.82","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"5","win_pct":"20","clo_date":"12-15-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224527","line":"1","part":"5AX-RED200-250OSP4B-M","qty":"1","price":"63500.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224527","line":"2","part":"TCE-E6384-2500R","qty":"1","price":"706.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224527","line":"3","part":"TCE-97617-2500R","qty":"1","price":"824.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224527","line":"4","part":"TCE-E6383-2500T","qty":"1","price":"751.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224527","line":"5","part":"TCE-97619-2300T","qty":"1","price":"925.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":5}}] 2024-11-27 11:32:20.384 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224527-11272024113220.txt === {"quote":"224527","customer":"7585","name":null,"customerName":"Gosiger Inc. (OH)","comp":"01","open":"0","shipto":"GOSSUM","shiptoName":"Gosiger Inc.","entry_date":"11-15-2024","cust_order_date":"11-15-2024","req_date":"12-27-2024","cust_po":"Wayne Myers","terms_code":"N30","ship_via":"TRK","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Wayne Myers","drop_po":"5AX-RED200","status":"0","user":"stevel","conv_order":"","time":"14:41","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Wayne Myers","follow_phone":"8663852798","follow_email":"wayne.myers@gosiger.com","pic_user":"stevel","total_amt":"44450","total_gp":"43924.44","total_gpm":"98.82","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"5","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":224527,"Line":0,"Comment":"11/27/2024 11:32 AM - stevel - F/U changed from 11/28/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224527,"Line":1,"Comment":"11/27/2024 11:32 AM - stevel - CLO changed from 12/15/2024 to 12/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224527","line":"1","part":"5AX-RED200-250OSP4B-M","qty":"1","price":"63500.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224527","line":"2","part":"TCE-E6384-2500R","qty":"1","price":"706.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224527","line":"3","part":"TCE-97617-2500R","qty":"1","price":"824.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224527","line":"4","part":"TCE-E6383-2500T","qty":"1","price":"751.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224527","line":"5","part":"TCE-97619-2300T","qty":"1","price":"925.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-27 11:32:37.671 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224527-11272024113237.txt === {"quote":"224527","customer":"7585","name":null,"customerName":"Gosiger Inc. (OH)","comp":"01","open":"0","shipto":"GOSSUM","shiptoName":"Gosiger Inc.","entry_date":"11-15-2024","cust_order_date":null,"req_date":"12-27-2024","cust_po":"Wayne Myers","terms_code":"N30","ship_via":"TRK","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Wayne Myers","drop_po":"5AX-RED200","status":"0","user":"stevel","conv_order":"","time":"14:41","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Wayne Myers","follow_phone":"8663852798","follow_email":"wayne.myers@gosiger.com","pic_user":"duked","total_amt":"44450","total_gp":"43924","total_gpm":"99","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"5","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":224527,"Line":0,"Comment":"11/27/2024 11:32 AM - stevel - F/U changed from 11/28/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224527,"Line":1,"Comment":"11/27/2024 11:32 AM - stevel - CLO changed from 12/15/2024 to 12/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224527","line":"1","part":"5AX-RED200-250OSP4B-M","qty":"1","price":"63500.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224527","line":"2","part":"TCE-E6384-2500R","qty":"1","price":"706.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224527","line":"3","part":"TCE-97617-2500R","qty":"1","price":"824.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224527","line":"4","part":"TCE-E6383-2500T","qty":"1","price":"751.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224527","line":"5","part":"TCE-97619-2300T","qty":"1","price":"925.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":5}}] 2024-11-27 11:32:50.917 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224073-11272024113250.txt === {"quote":"224073","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"MISCMECH","shiptoName":"Mischief Machine, Llc","entry_date":"11-06-2024","cust_order_date":"11-06-2024","req_date":"12-18-2024","cust_po":"Joe Potter","terms_code":"N30","ship_via":"U-GND","ship_collect":"NF-LIT","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Joe Potter","drop_po":"EZ-Zerobot","status":"0","user":"stevel","conv_order":"","time":"16:44","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Joe Potter","follow_phone":"","follow_email":"joe@mischiefmachine.com","pic_user":"stevel","total_amt":"180108.9","total_gp":"56805.34","total_gpm":"31.54","rev_type":"PCQC","mod_date":"11-27-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"37","win_pct":"20","clo_date":"12-06-2024","notes":[],"crmnotes":[{"comp":1,"quote":224073,"Line":0,"Comment":"11/11/2024 1:34 PM - stevel - F/U changed from 11/19/2024 to 11/30/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224073","line":"1","part":"EZBOT-100VL-BASE","qty":"1","price":"141584.00","uom":"EA","discount":"10.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224073","line":"2","part":"EZBOT-100V-ENCL","qty":"1","price":"9513.00","uom":"EA","discount":"10.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224073","line":"3","part":"EZBOT-EOAT-D200Z","qty":"1","price":"2250.00","uom":"EA","discount":"20.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224073","line":"4","part":"WH-ZLOX-P80Z-125BPR","qty":"1","price":"6712.00","uom":"EA","discount":"20.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224073","line":"5","part":"WH-ZV-M120A","qty":"10","price":"1129.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224073","line":"6","part":"WH-ZV-M80A","qty":"10","price":"1010.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224073","line":"7","part":"EZBOT-ACC-BRCK-M80/120A","qty":"10","price":"1200.00","uom":"EA","discount":"20.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224073","line":"8","part":"EZBOT-INTF-KIT","qty":"1","price":"2600.00","uom":"EA","discount":"20.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224073","line":"9","part":"EZBOT-INTF-PROBUS","qty":"1","price":"5000.00","uom":"EA","discount":"20.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224073","line":"10","part":"EZBOT-SFTW-EOAT-ACT","qty":"1","price":"5200.00","uom":"EA","discount":"20.00","req_date":"0 Stk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":10}}] 2024-11-27 11:32:59.982 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224073-11272024113259.txt === {"quote":"224073","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"MISCMECH","shiptoName":"Mischief Machine, Llc","entry_date":"11-06-2024","cust_order_date":"11-06-2024","req_date":"12-18-2024","cust_po":"Joe Potter","terms_code":"N30","ship_via":"U-GND","ship_collect":"NF-LIT","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Joe Potter","drop_po":"EZ-Zerobot","status":"0","user":"stevel","conv_order":"","time":"16:44","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Joe Potter","follow_phone":"","follow_email":"joe@mischiefmachine.com","pic_user":"stevel","total_amt":"180108.9","total_gp":"56805.34","total_gpm":"31.54","rev_type":"PCQC","mod_date":"11-27-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"37","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":224073,"Line":0,"Comment":"11/11/2024 1:34 PM - stevel - F/U changed from 11/19/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224073,"Line":1,"Comment":"11/27/2024 11:32 AM - stevel - F/U changed from 11/30/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224073,"Line":2,"Comment":"11/27/2024 11:32 AM - stevel - CLO changed from 12/06/2024 to 12/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224073","line":"1","part":"EZBOT-100VL-BASE","qty":"1","price":"141584.00","uom":"EA","discount":"10.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224073","line":"2","part":"EZBOT-100V-ENCL","qty":"1","price":"9513.00","uom":"EA","discount":"10.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224073","line":"3","part":"EZBOT-EOAT-D200Z","qty":"1","price":"2250.00","uom":"EA","discount":"20.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224073","line":"4","part":"WH-ZLOX-P80Z-125BPR","qty":"1","price":"6712.00","uom":"EA","discount":"20.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224073","line":"5","part":"WH-ZV-M120A","qty":"10","price":"1129.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224073","line":"6","part":"WH-ZV-M80A","qty":"10","price":"1010.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224073","line":"7","part":"EZBOT-ACC-BRCK-M80/120A","qty":"10","price":"1200.00","uom":"EA","discount":"20.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224073","line":"8","part":"EZBOT-INTF-KIT","qty":"1","price":"2600.00","uom":"EA","discount":"20.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224073","line":"9","part":"EZBOT-INTF-PROBUS","qty":"1","price":"5000.00","uom":"EA","discount":"20.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224073","line":"10","part":"EZBOT-SFTW-EOAT-ACT","qty":"1","price":"5200.00","uom":"EA","discount":"20.00","req_date":"0 Stk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":10}}] 2024-11-27 11:33:07.282 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224073-11272024113307.txt === {"quote":"224073","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"MISCMECH","shiptoName":"Mischief Machine, Llc","entry_date":"11-06-2024","cust_order_date":"11-06-2024","req_date":"12-28-2024","cust_po":"Joe Potter","terms_code":"N30","ship_via":"U-GND","ship_collect":"NF-LIT","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Joe Potter","drop_po":"EZ-Zerobot","status":"0","user":"stevel","conv_order":"","time":"16:44","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Joe Potter","follow_phone":"","follow_email":"joe@mischiefmachine.com","pic_user":"stevel","total_amt":"180108.9","total_gp":"56805.34","total_gpm":"31.54","rev_type":"PCQC","mod_date":"11-27-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"37","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":224073,"Line":0,"Comment":"11/11/2024 1:34 PM - stevel - F/U changed from 11/19/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224073,"Line":1,"Comment":"11/27/2024 11:32 AM - stevel - F/U changed from 11/30/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224073,"Line":2,"Comment":"11/27/2024 11:32 AM - stevel - CLO changed from 12/06/2024 to 12/21/2024 (CLO Date Updated)"},{"comp":1,"quote":224073,"Line":3,"Comment":"11/27/2024 11:33 AM - stevel - Req Date changed from 12/18/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"224073","line":"1","part":"EZBOT-100VL-BASE","qty":"1","price":"141584.00","uom":"EA","discount":"10.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224073","line":"2","part":"EZBOT-100V-ENCL","qty":"1","price":"9513.00","uom":"EA","discount":"10.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224073","line":"3","part":"EZBOT-EOAT-D200Z","qty":"1","price":"2250.00","uom":"EA","discount":"20.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224073","line":"4","part":"WH-ZLOX-P80Z-125BPR","qty":"1","price":"6712.00","uom":"EA","discount":"20.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224073","line":"5","part":"WH-ZV-M120A","qty":"10","price":"1129.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224073","line":"6","part":"WH-ZV-M80A","qty":"10","price":"1010.00","uom":"EA","discount":"20.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224073","line":"7","part":"EZBOT-ACC-BRCK-M80/120A","qty":"10","price":"1200.00","uom":"EA","discount":"20.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224073","line":"8","part":"EZBOT-INTF-KIT","qty":"1","price":"2600.00","uom":"EA","discount":"20.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224073","line":"9","part":"EZBOT-INTF-PROBUS","qty":"1","price":"5000.00","uom":"EA","discount":"20.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224073","line":"10","part":"EZBOT-SFTW-EOAT-ACT","qty":"1","price":"5200.00","uom":"EA","discount":"20.00","req_date":"0 Stk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":10}}] 2024-11-27 11:33:24.596 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-215772-11272024113324.txt === {"quote":"215772","customer":"E17150","name":null,"customerName":"Fanuc America Corporation (MI)","comp":"01","open":"0","shipto":"FANUC","shiptoName":"Fanuc America Corporation","entry_date":"05-07-2024","cust_order_date":"05-07-2024","req_date":"11-30-2024","cust_po":"QRT-5AX-2MT-130-170BAHFA","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Antonio Amicone","drop_po":"","status":"0","user":"kylem","conv_order":"","time":"14:11","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Antonio Amicone","follow_phone":"","follow_email":"antonio.amicone@fanucamerica.com","pic_user":"stevel","total_amt":"52000.00","total_gp":"21468.91","total_gpm":"41.29","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-30-2024","notes":[],"crmnotes":[{"comp":1,"quote":215772,"Line":0,"Comment":"05/20/2024 9:48 AM - stevel - F/U changed from 05/20/2024 to 6/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215772,"Line":1,"Comment":"05/20/2024 9:49 AM - stevel - CLO changed from 06/07/2024 to 06/08/2024 (CLO Date Updated)"},{"comp":1,"quote":215772,"Line":2,"Comment":"05/20/2024 9:49 AM - stevel - Back up machine project for GM/Ford"},{"comp":1,"quote":215772,"Line":3,"Comment":"05/20/2024 9:50 AM - stevel - Encounter has been added"},{"comp":1,"quote":215772,"Line":4,"Comment":"06/17/2024 8:53 AM - stevel - F/U changed from 06/08/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215772,"Line":5,"Comment":"06/17/2024 8:53 AM - stevel - CLO changed from 06/08/2024 to 07/27/2024 (CLO Date Updated)"},{"comp":1,"quote":215772,"Line":6,"Comment":"06/17/2024 8:53 AM - stevel - Req Date changed from 06/18/2024 to 08/03/2024 (Req Date Updated)"},{"comp":1,"quote":215772,"Line":7,"Comment":"07/29/2024 9:51 AM - stevel - F/U changed from 07/27/2024 to 8/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215772,"Line":8,"Comment":"07/29/2024 9:51 AM - stevel - CLO changed from 07/27/2024 to 08/31/2024 (CLO Date Updated)"},{"comp":1,"quote":215772,"Line":9,"Comment":"07/29/2024 9:51 AM - stevel - Req Date changed from 08/03/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":215772,"Line":10,"Comment":"08/19/2024 11:33 AM - stevel - F/U changed from 08/24/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215772,"Line":11,"Comment":"08/19/2024 11:33 AM - stevel - CLO changed from 08/31/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":215772,"Line":12,"Comment":"08/19/2024 11:33 AM - stevel - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":215772,"Line":13,"Comment":"10/14/2024 8:20 AM - stevel - F/U changed from 10/05/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215772,"Line":14,"Comment":"10/14/2024 8:20 AM - stevel - CLO changed from 10/05/2024 to 11/30/2024 (CLO Date Updated)"},{"comp":1,"quote":215772,"Line":15,"Comment":"10/14/2024 8:20 AM - stevel - Req Date changed from 10/05/2024 to 11/30/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"215772","line":"1","part":"5AX-2MT-130-170BAHFA-M","qty":"1","price":"52000.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-27 11:33:30.146 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-215772-11272024113329.txt === {"quote":"215772","customer":"E17150","name":null,"customerName":"Fanuc America Corporation (MI)","comp":"01","open":"0","shipto":"FANUC","shiptoName":"Fanuc America Corporation","entry_date":"05-07-2024","cust_order_date":"05-07-2024","req_date":"11-30-2024","cust_po":"QRT-5AX-2MT-130-170BAHFA","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Antonio Amicone","drop_po":"","status":"0","user":"kylem","conv_order":"","time":"14:11","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Antonio Amicone","follow_phone":"","follow_email":"antonio.amicone@fanucamerica.com","pic_user":"stevel","total_amt":"52000.00","total_gp":"21468.91","total_gpm":"41.29","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":215772,"Line":0,"Comment":"05/20/2024 9:48 AM - stevel - F/U changed from 05/20/2024 to 6/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215772,"Line":1,"Comment":"05/20/2024 9:49 AM - stevel - CLO changed from 06/07/2024 to 06/08/2024 (CLO Date Updated)"},{"comp":1,"quote":215772,"Line":2,"Comment":"05/20/2024 9:49 AM - stevel - Back up machine project for GM/Ford"},{"comp":1,"quote":215772,"Line":3,"Comment":"05/20/2024 9:50 AM - stevel - Encounter has been added"},{"comp":1,"quote":215772,"Line":4,"Comment":"06/17/2024 8:53 AM - stevel - F/U changed from 06/08/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215772,"Line":5,"Comment":"06/17/2024 8:53 AM - stevel - CLO changed from 06/08/2024 to 07/27/2024 (CLO Date Updated)"},{"comp":1,"quote":215772,"Line":6,"Comment":"06/17/2024 8:53 AM - stevel - Req Date changed from 06/18/2024 to 08/03/2024 (Req Date Updated)"},{"comp":1,"quote":215772,"Line":7,"Comment":"07/29/2024 9:51 AM - stevel - F/U changed from 07/27/2024 to 8/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215772,"Line":8,"Comment":"07/29/2024 9:51 AM - stevel - CLO changed from 07/27/2024 to 08/31/2024 (CLO Date Updated)"},{"comp":1,"quote":215772,"Line":9,"Comment":"07/29/2024 9:51 AM - stevel - Req Date changed from 08/03/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":215772,"Line":10,"Comment":"08/19/2024 11:33 AM - stevel - F/U changed from 08/24/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215772,"Line":11,"Comment":"08/19/2024 11:33 AM - stevel - CLO changed from 08/31/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":215772,"Line":12,"Comment":"08/19/2024 11:33 AM - stevel - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":215772,"Line":13,"Comment":"10/14/2024 8:20 AM - stevel - F/U changed from 10/05/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215772,"Line":14,"Comment":"10/14/2024 8:20 AM - stevel - CLO changed from 10/05/2024 to 11/30/2024 (CLO Date Updated)"},{"comp":1,"quote":215772,"Line":15,"Comment":"10/14/2024 8:20 AM - stevel - Req Date changed from 10/05/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":215772,"Line":16,"Comment":"11/27/2024 11:33 AM - stevel - F/U changed from 11/30/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215772,"Line":17,"Comment":"11/27/2024 11:33 AM - stevel - CLO changed from 11/30/2024 to 12/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"215772","line":"1","part":"5AX-2MT-130-170BAHFA-M","qty":"1","price":"52000.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-27 11:33:33.291 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-215772-11272024113333.txt === {"quote":"215772","customer":"E17150","name":null,"customerName":"Fanuc America Corporation (MI)","comp":"01","open":"0","shipto":"FANUC","shiptoName":"Fanuc America Corporation","entry_date":"05-07-2024","cust_order_date":"05-07-2024","req_date":"12-28-2024","cust_po":"QRT-5AX-2MT-130-170BAHFA","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"54","salesman":"BS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Antonio Amicone","drop_po":"","status":"0","user":"kylem","conv_order":"","time":"14:11","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Antonio Amicone","follow_phone":"","follow_email":"antonio.amicone@fanucamerica.com","pic_user":"stevel","total_amt":"52000.00","total_gp":"21468.91","total_gpm":"41.29","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":215772,"Line":0,"Comment":"05/20/2024 9:48 AM - stevel - F/U changed from 05/20/2024 to 6/8/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215772,"Line":1,"Comment":"05/20/2024 9:49 AM - stevel - CLO changed from 06/07/2024 to 06/08/2024 (CLO Date Updated)"},{"comp":1,"quote":215772,"Line":2,"Comment":"05/20/2024 9:49 AM - stevel - Back up machine project for GM/Ford"},{"comp":1,"quote":215772,"Line":3,"Comment":"05/20/2024 9:50 AM - stevel - Encounter has been added"},{"comp":1,"quote":215772,"Line":4,"Comment":"06/17/2024 8:53 AM - stevel - F/U changed from 06/08/2024 to 7/27/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215772,"Line":5,"Comment":"06/17/2024 8:53 AM - stevel - CLO changed from 06/08/2024 to 07/27/2024 (CLO Date Updated)"},{"comp":1,"quote":215772,"Line":6,"Comment":"06/17/2024 8:53 AM - stevel - Req Date changed from 06/18/2024 to 08/03/2024 (Req Date Updated)"},{"comp":1,"quote":215772,"Line":7,"Comment":"07/29/2024 9:51 AM - stevel - F/U changed from 07/27/2024 to 8/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215772,"Line":8,"Comment":"07/29/2024 9:51 AM - stevel - CLO changed from 07/27/2024 to 08/31/2024 (CLO Date Updated)"},{"comp":1,"quote":215772,"Line":9,"Comment":"07/29/2024 9:51 AM - stevel - Req Date changed from 08/03/2024 to 09/07/2024 (Req Date Updated)"},{"comp":1,"quote":215772,"Line":10,"Comment":"08/19/2024 11:33 AM - stevel - F/U changed from 08/24/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215772,"Line":11,"Comment":"08/19/2024 11:33 AM - stevel - CLO changed from 08/31/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":215772,"Line":12,"Comment":"08/19/2024 11:33 AM - stevel - Req Date changed from 09/07/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":215772,"Line":13,"Comment":"10/14/2024 8:20 AM - stevel - F/U changed from 10/05/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215772,"Line":14,"Comment":"10/14/2024 8:20 AM - stevel - CLO changed from 10/05/2024 to 11/30/2024 (CLO Date Updated)"},{"comp":1,"quote":215772,"Line":15,"Comment":"10/14/2024 8:20 AM - stevel - Req Date changed from 10/05/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":215772,"Line":16,"Comment":"11/27/2024 11:33 AM - stevel - F/U changed from 11/30/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":215772,"Line":17,"Comment":"11/27/2024 11:33 AM - stevel - CLO changed from 11/30/2024 to 12/21/2024 (CLO Date Updated)"},{"comp":1,"quote":215772,"Line":18,"Comment":"11/27/2024 11:33 AM - stevel - Req Date changed from 11/30/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"215772","line":"1","part":"5AX-2MT-130-170BAHFA-M","qty":"1","price":"52000.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-27 11:34:16.225 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224185-11272024113416.txt === {"quote":"224185","customer":"7585","name":null,"customerName":"Gosiger Inc. (OH)","comp":"01","open":"0","shipto":"DFHHKLMP","shiptoName":"Gosiger Inc.","entry_date":"11-08-2024","cust_order_date":"11-08-2024","req_date":"12-28-2024","cust_po":"Mark VanAeist","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Mark VanAeist","drop_po":"CNC260OPS4-M","status":"0","user":"stevel","conv_order":"","time":"14:45","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Mark VanAeist","follow_phone":"","follow_email":"mark.vanaeist@gosiger.com","pic_user":"stevel","total_amt":"18032.30","total_gp":"12187.01","total_gpm":"67.58","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-08-2024","notes":[],"crmnotes":[{"comp":1,"quote":224185,"Line":0,"Comment":"11/27/2024 11:34 AM - stevel - Req Date changed from 12/20/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"224185","line":"1","part":"CNC260OSP4-M","qty":"1","price":"25515.00","uom":"EA","discount":"35.00","req_date":"0 Stk","branch":"2"},{"comp":"01","order":"224185","line":"2","part":"TCE-E6424-2000R","qty":"1","price":"1020.00","uom":"EA","discount":"35.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"224185","line":"3","part":"TCE-E6448-2000R","qty":"1","price":"1207.00","uom":"EA","discount":"35.00","req_date":"0 Stk","branch":"1"}],"qlines":[{"Quote":"224185","Line":"1","Company":"1","F_Line":"1","Comment":"IMTS 5% additional discount promo","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":3}}] 2024-11-27 11:34:18.488 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224185-11272024113418.txt === {"quote":"224185","customer":"7585","name":null,"customerName":"Gosiger Inc. (OH)","comp":"01","open":"0","shipto":"DFHHKLMP","shiptoName":"Gosiger Inc.","entry_date":"11-08-2024","cust_order_date":"11-08-2024","req_date":"12-28-2024","cust_po":"Mark VanAeist","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Mark VanAeist","drop_po":"CNC260OPS4-M","status":"0","user":"stevel","conv_order":"","time":"14:45","extra":"","follow_up":"11-21-2024","web_id":"","follow_name":"Mark VanAeist","follow_phone":"","follow_email":"mark.vanaeist@gosiger.com","pic_user":"stevel","total_amt":"18032.30","total_gp":"12187.01","total_gpm":"67.58","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":224185,"Line":0,"Comment":"11/27/2024 11:34 AM - stevel - Req Date changed from 12/20/2024 to 12/28/2024 (Req Date Updated)"},{"comp":1,"quote":224185,"Line":1,"Comment":"11/27/2024 11:34 AM - stevel - CLO changed from 12/08/2024 to 12/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224185","line":"1","part":"CNC260OSP4-M","qty":"1","price":"25515.00","uom":"EA","discount":"35.00","req_date":"0 Stk","branch":"2"},{"comp":"01","order":"224185","line":"2","part":"TCE-E6424-2000R","qty":"1","price":"1020.00","uom":"EA","discount":"35.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"224185","line":"3","part":"TCE-E6448-2000R","qty":"1","price":"1207.00","uom":"EA","discount":"35.00","req_date":"0 Stk","branch":"1"}],"qlines":[{"Quote":"224185","Line":"1","Company":"1","F_Line":"1","Comment":"IMTS 5% additional discount promo","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-27 11:34:19.134 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224185-11272024113418.txt === {"quote":"224185","customer":"7585","name":null,"customerName":"Gosiger Inc. (OH)","comp":"01","open":"0","shipto":"DFHHKLMP","shiptoName":"Gosiger Inc.","entry_date":"11-08-2024","cust_order_date":"11-08-2024","req_date":"12-28-2024","cust_po":"Mark VanAeist","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Mark VanAeist","drop_po":"CNC260OPS4-M","status":"0","user":"stevel","conv_order":"","time":"14:45","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Mark VanAeist","follow_phone":"","follow_email":"mark.vanaeist@gosiger.com","pic_user":"stevel","total_amt":"18032.30","total_gp":"12187.01","total_gpm":"67.58","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":224185,"Line":0,"Comment":"11/27/2024 11:34 AM - stevel - Req Date changed from 12/20/2024 to 12/28/2024 (Req Date Updated)"},{"comp":1,"quote":224185,"Line":1,"Comment":"11/27/2024 11:34 AM - stevel - CLO changed from 12/08/2024 to 12/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224185","line":"1","part":"CNC260OSP4-M","qty":"1","price":"25515.00","uom":"EA","discount":"35.00","req_date":"0 Stk","branch":"2"},{"comp":"01","order":"224185","line":"2","part":"TCE-E6424-2000R","qty":"1","price":"1020.00","uom":"EA","discount":"35.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"224185","line":"3","part":"TCE-E6448-2000R","qty":"1","price":"1207.00","uom":"EA","discount":"35.00","req_date":"0 Stk","branch":"1"}],"qlines":[{"Quote":"224185","Line":"1","Company":"1","F_Line":"1","Comment":"IMTS 5% additional discount promo","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-27 11:34:29.019 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224185-11272024113428.txt === {"quote":"224185","customer":"7585","name":null,"customerName":"Gosiger Inc. (OH)","comp":"01","open":"0","shipto":"DFHHKLMP","shiptoName":"Gosiger Inc.","entry_date":"11-08-2024","cust_order_date":null,"req_date":"12-28-2024","cust_po":"Mark VanAeist","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"45","salesman":"DS","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Mark VanAeist","drop_po":"CNC260OPS4-M","status":"0","user":"stevel","conv_order":"","time":"14:45","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Mark VanAeist","follow_phone":"","follow_email":"mark.vanaeist@gosiger.com","pic_user":"mattm","total_amt":"18032.30","total_gp":"12187","total_gpm":"68","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":224185,"Line":0,"Comment":"11/27/2024 11:34 AM - stevel - Req Date changed from 12/20/2024 to 12/28/2024 (Req Date Updated)"},{"comp":1,"quote":224185,"Line":1,"Comment":"11/27/2024 11:34 AM - stevel - CLO changed from 12/08/2024 to 12/21/2024 (CLO Date Updated)"},{"comp":1,"quote":224185,"Line":2,"Comment":"11/27/2024 11:34 AM - stevel - F/U changed from 11/21/2024 to 12/21/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224185","line":"1","part":"CNC260OSP4-M","qty":"1","price":"25515.00","uom":"EA","discount":"35.00","req_date":"0 Stk","branch":"2"},{"comp":"01","order":"224185","line":"2","part":"TCE-E6424-2000R","qty":"1","price":"1020.00","uom":"EA","discount":"35.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"224185","line":"3","part":"TCE-E6448-2000R","qty":"1","price":"1207.00","uom":"EA","discount":"35.00","req_date":"0 Stk","branch":"1"}],"qlines":[{"Quote":"224185","Line":"1","Company":"1","F_Line":"1","Comment":"IMTS 5% additional discount promo","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-27 11:35:03.246 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218687-11272024113503.txt === {"quote":"218687","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"MSCBU","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"07-12-2024","cust_order_date":"07-12-2024","req_date":"11-23-2024","cust_po":"Scott Carson","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Scott Carson","drop_po":"CNCZ105AA21","status":"0","user":"stevel","conv_order":"","time":"11:42","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Scott Carson","follow_phone":"","follow_email":"Scot.Carson@mscdirect.com","pic_user":"stevel","total_amt":"12718","total_gp":"7222.82","total_gpm":"56.79","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-23-2024","notes":[],"crmnotes":[{"comp":1,"quote":218687,"Line":0,"Comment":"07/31/2024 3:06 PM - stevel - F/U changed from 07/25/2024 to 8/10/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218687,"Line":1,"Comment":"08/12/2024 8:52 AM - stevel - F/U changed from 08/10/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218687,"Line":2,"Comment":"08/12/2024 8:52 AM - stevel - CLO changed from 08/12/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":218687,"Line":3,"Comment":"08/12/2024 8:52 AM - stevel - Req Date changed from 08/23/2024 to 09/21/2024 (Req Date Updated)"},{"comp":1,"quote":218687,"Line":4,"Comment":"10/14/2024 8:23 AM - stevel - F/U changed from 09/21/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218687,"Line":5,"Comment":"10/14/2024 8:23 AM - stevel - CLO changed from 09/21/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":218687,"Line":6,"Comment":"10/14/2024 8:23 AM - stevel - Req Date changed from 09/21/2024 to 11/23/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"218687","line":"1","part":"CNCZ105AA21-400W","qty":"1","price":"15960.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218687","line":"2","part":"5C-MANUAL-FIXTURE-ST","qty":"1","price":"1496.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"218687","Line":"2","Company":"1","F_Line":"1","Comment":"Special Price.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-27 11:35:08.861 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218687-11272024113508.txt === {"quote":"218687","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"MSCBU","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"07-12-2024","cust_order_date":"07-12-2024","req_date":"11-23-2024","cust_po":"Scott Carson","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Scott Carson","drop_po":"CNCZ105AA21","status":"0","user":"stevel","conv_order":"","time":"11:42","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Scott Carson","follow_phone":"","follow_email":"Scot.Carson@mscdirect.com","pic_user":"stevel","total_amt":"12718","total_gp":"7222.82","total_gpm":"56.79","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-28-2024","notes":[],"crmnotes":[{"comp":1,"quote":218687,"Line":0,"Comment":"07/31/2024 3:06 PM - stevel - F/U changed from 07/25/2024 to 8/10/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218687,"Line":1,"Comment":"08/12/2024 8:52 AM - stevel - F/U changed from 08/10/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218687,"Line":2,"Comment":"08/12/2024 8:52 AM - stevel - CLO changed from 08/12/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":218687,"Line":3,"Comment":"08/12/2024 8:52 AM - stevel - Req Date changed from 08/23/2024 to 09/21/2024 (Req Date Updated)"},{"comp":1,"quote":218687,"Line":4,"Comment":"10/14/2024 8:23 AM - stevel - F/U changed from 09/21/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218687,"Line":5,"Comment":"10/14/2024 8:23 AM - stevel - CLO changed from 09/21/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":218687,"Line":6,"Comment":"10/14/2024 8:23 AM - stevel - Req Date changed from 09/21/2024 to 11/23/2024 (Req Date Updated)"},{"comp":1,"quote":218687,"Line":7,"Comment":"11/27/2024 11:35 AM - stevel - F/U changed from 11/23/2024 to 12/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218687,"Line":8,"Comment":"11/27/2024 11:35 AM - stevel - CLO changed from 11/23/2024 to 12/28/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"218687","line":"1","part":"CNCZ105AA21-400W","qty":"1","price":"15960.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218687","line":"2","part":"5C-MANUAL-FIXTURE-ST","qty":"1","price":"1496.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"218687","Line":"2","Company":"1","F_Line":"1","Comment":"Special Price.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-27 11:35:11.328 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-218687-11272024113511.txt === {"quote":"218687","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"MSCBU","shiptoName":"MSC Industrial Direct Co., Inc.","entry_date":"07-12-2024","cust_order_date":"07-12-2024","req_date":"12-28-2024","cust_po":"Scott Carson","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Scott Carson","drop_po":"CNCZ105AA21","status":"0","user":"stevel","conv_order":"","time":"11:42","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Scott Carson","follow_phone":"","follow_email":"Scot.Carson@mscdirect.com","pic_user":"stevel","total_amt":"12718","total_gp":"7222.82","total_gpm":"56.79","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-28-2024","notes":[],"crmnotes":[{"comp":1,"quote":218687,"Line":0,"Comment":"07/31/2024 3:06 PM - stevel - F/U changed from 07/25/2024 to 8/10/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218687,"Line":1,"Comment":"08/12/2024 8:52 AM - stevel - F/U changed from 08/10/2024 to 9/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218687,"Line":2,"Comment":"08/12/2024 8:52 AM - stevel - CLO changed from 08/12/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":218687,"Line":3,"Comment":"08/12/2024 8:52 AM - stevel - Req Date changed from 08/23/2024 to 09/21/2024 (Req Date Updated)"},{"comp":1,"quote":218687,"Line":4,"Comment":"10/14/2024 8:23 AM - stevel - F/U changed from 09/21/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218687,"Line":5,"Comment":"10/14/2024 8:23 AM - stevel - CLO changed from 09/21/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":218687,"Line":6,"Comment":"10/14/2024 8:23 AM - stevel - Req Date changed from 09/21/2024 to 11/23/2024 (Req Date Updated)"},{"comp":1,"quote":218687,"Line":7,"Comment":"11/27/2024 11:35 AM - stevel - F/U changed from 11/23/2024 to 12/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":218687,"Line":8,"Comment":"11/27/2024 11:35 AM - stevel - CLO changed from 11/23/2024 to 12/28/2024 (CLO Date Updated)"},{"comp":1,"quote":218687,"Line":9,"Comment":"11/27/2024 11:35 AM - stevel - Req Date changed from 11/23/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"218687","line":"1","part":"CNCZ105AA21-400W","qty":"1","price":"15960.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"218687","line":"2","part":"5C-MANUAL-FIXTURE-ST","qty":"1","price":"1496.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"218687","Line":"2","Company":"1","F_Line":"1","Comment":"Special Price.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-27 11:53:41.329 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\5411-52-3274.txt === {"customer":"5411","line":"A","dept":"M","name":"Michael Chalawa","title":"MS","phone":"630-393-8900","cell":"630-393-8900","fax":null,"email":"michael.chalawa@dncompany.com","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3274,"password":null,"webenabled":"Y","linkedin":null,"city":"Santa Fe Springs","state":"CA","address1":"Attn: Corp A/P","address2":null,"zip":"90670","country":"USA","userid":"francescof","username":null,"CZ_flag":"Y","AC_flag":"Y","QT_flag":"Y","OR_flag":"Y","Type":"BT","Active":"Y","lnrp":"N"} [{"json":{"results":"Contactc","type":"contactc","line":" 52"}}] 2024-11-27 12:01:03.858 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224201-11272024120103.txt === {"quote":"224201","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMSCHIL","shiptoName":"Yamazen, Inc.","entry_date":"11-11-2024","cust_order_date":"11-11-2024","req_date":"12-23-2024","cust_po":"Leslie Mora","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Leslie Mora","drop_po":"CNC260LFA-M","status":"0","user":"stevel","conv_order":"","time":"08:21","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Leslie Mora","follow_phone":"847-882-8800","follow_email":"lesliemora@yamazen.com","pic_user":"stevel","total_amt":"25596.50","total_gp":"19769.90","total_gpm":"77.24","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-11-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224201","line":"1","part":"CNC260LFA-M","qty":"1","price":"22995.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224201","line":"2","part":"INSTALLATION-RT-CNC-SE","qty":"1","price":"9500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"224201","Line":"1","Company":"1","F_Line":"1","Comment":"Installation includes: Drive unit short bar fiber","Loc":"Y"},{"Quote":"224201","Line":"1","Company":"1","F_Line":"2","Comment":"optic cable communications cable bulkhead cables","Loc":"Y"},{"Quote":"224201","Line":"1","Company":"1","F_Line":"3","Comment":"parameter changes service time and travel.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-27 12:01:09.808 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224201-11272024120109.txt === {"quote":"224201","customer":"25000","name":null,"customerName":"Yamazen, Inc.","comp":"01","open":"0","shipto":"YAMSCHIL","shiptoName":"Yamazen, Inc.","entry_date":"11-11-2024","cust_order_date":"11-11-2024","req_date":"12-23-2024","cust_po":"Leslie Mora","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Leslie Mora","drop_po":"CNC260LFA-M","status":"0","user":"stevel","conv_order":"","time":"08:21","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Leslie Mora","follow_phone":"847-882-8800","follow_email":"lesliemora@yamazen.com","pic_user":"stevel","total_amt":"25596.50","total_gp":"19769.90","total_gpm":"77.24","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-14-2024","notes":[],"crmnotes":[{"comp":1,"quote":224201,"Line":0,"Comment":"11/27/2024 12:01 PM - stevel - F/U changed from 11/24/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224201,"Line":1,"Comment":"11/27/2024 12:01 PM - stevel - CLO changed from 12/11/2024 to 12/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224201","line":"1","part":"CNC260LFA-M","qty":"1","price":"22995.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224201","line":"2","part":"INSTALLATION-RT-CNC-SE","qty":"1","price":"9500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"224201","Line":"1","Company":"1","F_Line":"1","Comment":"Installation includes: Drive unit short bar fiber","Loc":"Y"},{"Quote":"224201","Line":"1","Company":"1","F_Line":"2","Comment":"optic cable communications cable bulkhead cables","Loc":"Y"},{"Quote":"224201","Line":"1","Company":"1","F_Line":"3","Comment":"parameter changes service time and travel.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-27 12:01:23.727 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224209-11272024120123.txt === {"quote":"224209","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"TRUNNION","shiptoName":"Martin Trunnion Table","entry_date":"11-11-2024","cust_order_date":"11-11-2024","req_date":"12-23-2024","cust_po":"Stan Martin","terms_code":"N30","ship_via":"U-GND","ship_collect":"NF-LIT","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Stan Martin","drop_po":"CNC260PYA-M","status":"0","user":"stevel","conv_order":"","time":"09:22","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Stan Martin","follow_phone":"","follow_email":"stan@trunniontable.com","pic_user":"stevel","total_amt":"13125.00","total_gp":"13125.00","total_gpm":"100.00","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-11-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224209","line":"1","part":"CNC260PYA-M","qty":"1","price":"23750.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224209","line":"2","part":"PROMOTION-WINTER","qty":"1","price":"-3500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-27 12:01:29.674 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224209-11272024120129.txt === {"quote":"224209","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"TRUNNION","shiptoName":"Martin Trunnion Table","entry_date":"11-11-2024","cust_order_date":"11-11-2024","req_date":"12-23-2024","cust_po":"Stan Martin","terms_code":"N30","ship_via":"U-GND","ship_collect":"NF-LIT","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Stan Martin","drop_po":"CNC260PYA-M","status":"0","user":"stevel","conv_order":"","time":"09:22","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Stan Martin","follow_phone":"","follow_email":"stan@trunniontable.com","pic_user":"stevel","total_amt":"13125.00","total_gp":"13125.00","total_gpm":"100.00","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-14-2024","notes":[],"crmnotes":[{"comp":1,"quote":224209,"Line":0,"Comment":"11/27/2024 12:01 PM - stevel - F/U changed from 11/24/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224209,"Line":1,"Comment":"11/27/2024 12:01 PM - stevel - CLO changed from 12/11/2024 to 12/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224209","line":"1","part":"CNC260PYA-M","qty":"1","price":"23750.00","uom":"EA","discount":"30.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224209","line":"2","part":"PROMOTION-WINTER","qty":"1","price":"-3500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-27 12:01:36.953 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224375-11272024120136.txt === {"quote":"224375","customer":"E10770","name":null,"customerName":"Flowserve (Corpus Christi)","comp":"01","open":"0","shipto":"FLOWSE","shiptoName":"Flowserve Corporation","entry_date":"11-13-2024","cust_order_date":"11-13-2024","req_date":"12-25-2024","cust_po":"Bill Kleinbrink","terms_code":"CCARD","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"JH","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Bill Kleinbrink","drop_po":"NST250","status":"0","user":"stevel","conv_order":"","time":"12:14","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Bill Kleinbrink","follow_phone":"","follow_email":"bkleinbrink@flowserve.com","pic_user":"stevel","total_amt":"11245.5","total_gp":"8009.85","total_gpm":"71.23","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-13-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224375","line":"1","part":"NST-250HP","qty":"1","price":"13230.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-27 12:01:50.790 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224375-11272024120150.txt === {"quote":"224375","customer":"E10770","name":null,"customerName":"Flowserve (Corpus Christi)","comp":"01","open":"0","shipto":"FLOWSE","shiptoName":"Flowserve Corporation","entry_date":"11-13-2024","cust_order_date":"11-13-2024","req_date":"12-25-2024","cust_po":"Bill Kleinbrink","terms_code":"CCARD","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"JH","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Bill Kleinbrink","drop_po":"NST250","status":"0","user":"stevel","conv_order":"","time":"12:14","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Bill Kleinbrink","follow_phone":"","follow_email":"bkleinbrink@flowserve.com","pic_user":"stevel","total_amt":"11245.5","total_gp":"8009.85","total_gpm":"71.23","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":224375,"Line":0,"Comment":"11/27/2024 12:01 PM - stevel - F/U changed from 11/26/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224375,"Line":1,"Comment":"11/27/2024 12:01 PM - stevel - CLO changed from 12/13/2024 to 12/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224375","line":"1","part":"NST-250HP","qty":"1","price":"13230.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-27 12:01:57.645 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224340-11272024120157.txt === {"quote":"224340","customer":"8092","name":null,"customerName":"Haas Factory Outlet (IL)","comp":"01","open":"0","shipto":"AAAAELK","shiptoName":"Haas Factory Outlet Chicago LLC","entry_date":"11-13-2024","cust_order_date":"11-13-2024","req_date":"12-25-2024","cust_po":"Phil Haming","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"50","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Phil Haming","drop_po":"P-100","status":"0","user":"stevel","conv_order":"","time":"08:54","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Phil Haming","follow_phone":"","follow_email":"phaming@hfomidwest.com","pic_user":"stevel","total_amt":"4194","total_gp":"2367.13","total_gpm":"56.44","rev_type":"PCQC","mod_date":"11-27-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-13-2024","notes":[{"comp":"1","quote":"224340","line":"0","data":"11-13-2024 09:08 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"224340","line":"1","part":"WH-ZV-P100","qty":"1","price":"4312.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224340","line":"2","part":"RT-ACCESSORY","qty":"1","price":"1200.00","uom":"EA","discount":"20.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"224340","Line":"2","Company":"1","F_Line":"1","Comment":"Adapter plate for T-slotted face plate with rotary","Loc":"Y"},{"Quote":"224340","Line":"2","Company":"1","F_Line":"2","Comment":"union.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-27 12:02:07.635 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224404-11272024120207.txt === {"quote":"224404","customer":"1","name":null,"customerName":"Lyndex-Nikken Inc.","comp":"01","open":"0","shipto":"TRUNNION","shiptoName":"Martin Trunnion Table","entry_date":"11-13-2024","cust_order_date":"11-13-2024","req_date":"12-25-2024","cust_po":"Michael Martin","terms_code":"N30","ship_via":"TRK","ship_collect":"NF-LIT","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Michael Martin","drop_po":"Support tables","status":"0","user":"stevel","conv_order":"","time":"15:34","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Michael Martin","follow_phone":"","follow_email":"michael@trunniontable.com","pic_user":"stevel","total_amt":"18740.8","total_gp":"12076.79","total_gpm":"64.44","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-13-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224404","line":"1","part":"TAT-170","qty":"1","price":"6356.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224404","line":"2","part":"TAS-100N","qty":"1","price":"5400.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224404","line":"3","part":"TAT-105","qty":"1","price":"5298.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224404","line":"4","part":"TAT-250","qty":"1","price":"11778.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":4}}] 2024-11-27 12:02:27.171 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221884-11272024120226.txt === {"quote":"221884","customer":"15170","name":null,"customerName":"OptiPro Systems","comp":"01","open":"0","shipto":"OPTIPRO","shiptoName":"OptiPro Systems LLC","entry_date":"09-20-2024","cust_order_date":"09-20-2024","req_date":"11-30-2024","cust_po":"Brandon Minster","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brandon Minster","drop_po":"5AX-RECD200-500FA-MB","status":"0","user":"stevel","conv_order":"","time":"15:01","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Brandon Minster","follow_phone":"","follow_email":"Bminster@optipro.com","pic_user":"stevel","total_amt":"49125","total_gp":"25079.69","total_gpm":"51.05","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"1","win_pct":"20","clo_date":"11-30-2024","notes":[],"crmnotes":[{"comp":1,"quote":221884,"Line":0,"Comment":"10/14/2024 7:19 AM - stevel - F/U changed from 10/03/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221884,"Line":1,"Comment":"10/14/2024 7:19 AM - stevel - CLO changed from 10/20/2024 to 11/30/2024 (CLO Date Updated)"},{"comp":1,"quote":221884,"Line":2,"Comment":"10/14/2024 7:19 AM - stevel - Req Date changed from 11/01/2024 to 11/30/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221884","line":"1","part":"5AX-RED200-500FAB-MB","qty":"1","price":"65500.00","uom":"EA","discount":"25.00","req_date":"B/O ETA","branch":"1"}],"qlines":[{"Quote":"221884","Line":"1","Company":"1","F_Line":"1","Comment":"Includes 9+1 Rotary union and cable set.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-27 12:02:32.845 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221884-11272024120232.txt === {"quote":"221884","customer":"15170","name":null,"customerName":"OptiPro Systems","comp":"01","open":"0","shipto":"OPTIPRO","shiptoName":"OptiPro Systems LLC","entry_date":"09-20-2024","cust_order_date":"09-20-2024","req_date":"11-30-2024","cust_po":"Brandon Minster","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brandon Minster","drop_po":"5AX-RECD200-500FA-MB","status":"0","user":"stevel","conv_order":"","time":"15:01","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Brandon Minster","follow_phone":"","follow_email":"Bminster@optipro.com","pic_user":"stevel","total_amt":"49125","total_gp":"25079.69","total_gpm":"51.05","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":221884,"Line":0,"Comment":"10/14/2024 7:19 AM - stevel - F/U changed from 10/03/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221884,"Line":1,"Comment":"10/14/2024 7:19 AM - stevel - CLO changed from 10/20/2024 to 11/30/2024 (CLO Date Updated)"},{"comp":1,"quote":221884,"Line":2,"Comment":"10/14/2024 7:19 AM - stevel - Req Date changed from 11/01/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":221884,"Line":3,"Comment":"11/27/2024 12:02 PM - stevel - F/U changed from 11/30/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221884,"Line":4,"Comment":"11/27/2024 12:02 PM - stevel - CLO changed from 11/30/2024 to 12/21/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"221884","line":"1","part":"5AX-RED200-500FAB-MB","qty":"1","price":"65500.00","uom":"EA","discount":"25.00","req_date":"B/O ETA","branch":"1"}],"qlines":[{"Quote":"221884","Line":"1","Company":"1","F_Line":"1","Comment":"Includes 9+1 Rotary union and cable set.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-27 12:02:35.573 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-221884-11272024120235.txt === {"quote":"221884","customer":"15170","name":null,"customerName":"OptiPro Systems","comp":"01","open":"0","shipto":"OPTIPRO","shiptoName":"OptiPro Systems LLC","entry_date":"09-20-2024","cust_order_date":"09-20-2024","req_date":"12-28-2024","cust_po":"Brandon Minster","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"19","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brandon Minster","drop_po":"5AX-RECD200-500FA-MB","status":"0","user":"stevel","conv_order":"","time":"15:01","extra":"","follow_up":"12-21-2024","web_id":"","follow_name":"Brandon Minster","follow_phone":"","follow_email":"Bminster@optipro.com","pic_user":"stevel","total_amt":"49125","total_gp":"25079.69","total_gpm":"51.05","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"stevel","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-21-2024","notes":[],"crmnotes":[{"comp":1,"quote":221884,"Line":0,"Comment":"10/14/2024 7:19 AM - stevel - F/U changed from 10/03/2024 to 11/30/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221884,"Line":1,"Comment":"10/14/2024 7:19 AM - stevel - CLO changed from 10/20/2024 to 11/30/2024 (CLO Date Updated)"},{"comp":1,"quote":221884,"Line":2,"Comment":"10/14/2024 7:19 AM - stevel - Req Date changed from 11/01/2024 to 11/30/2024 (Req Date Updated)"},{"comp":1,"quote":221884,"Line":3,"Comment":"11/27/2024 12:02 PM - stevel - F/U changed from 11/30/2024 to 12/21/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":221884,"Line":4,"Comment":"11/27/2024 12:02 PM - stevel - CLO changed from 11/30/2024 to 12/21/2024 (CLO Date Updated)"},{"comp":1,"quote":221884,"Line":5,"Comment":"11/27/2024 12:02 PM - stevel - Req Date changed from 11/30/2024 to 12/28/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"221884","line":"1","part":"5AX-RED200-500FAB-MB","qty":"1","price":"65500.00","uom":"EA","discount":"25.00","req_date":"B/O ETA","branch":"1"}],"qlines":[{"Quote":"221884","Line":"1","Company":"1","F_Line":"1","Comment":"Includes 9+1 Rotary union and cable set.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-27 12:39:45.831 [INFO] [CreateClient] [jsoncustomer.php] [C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\MICRCOCO.txt]: {"id":"MICRCOCO","name":"Micropulse Inc","address1":"5865 EAST STATE RD 14","address2":"","city":"Columbia City","state":"IN","zip":"46725","country":"USA","discount_level":null,"date_opened":"","salesman":"JG","phone":"2604904107","cr_limit":"","Created":"11-27-2024","Segment":"EU","Lat":0.0,"Long":0.0,"Distance":"0","Territory":57,"web_id":0,"Type":"ST","Active":"Y","website":null,"UserId":"webadmin","JAS":"N","customer_email":"jmarino@haggard-stocking.com"} [{"json":{"results":"updated","type":"customer"}}] 2024-11-27 12:55:16.166 [INFO] In session is user: luism 2024-11-27 13:19:55.328 [INFO] [CreateClient] [jsoncustomer.php] [C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\VALLSPEE.txt]: {"id":"VALLSPEE","name":"Valley Mine Service","address1":"110 Powell Valley School Lane","address2":"","city":"Speedwell","state":"TN","zip":"37870","country":"USA","discount_level":null,"date_opened":"","salesman":"JG","phone":"423-869-3155","cr_limit":"","Created":"11-27-2024","Segment":"EU","Lat":0.0,"Long":0.0,"Distance":"0","Territory":27,"web_id":1,"Type":"ST","Active":"Y","website":null,"UserId":"webadmin","JAS":"N","customer_email":"rshevlin@phillipscorp.com"} [{"json":{"results":"success","type":"customer"}}] 2024-11-27 14:10:36.771 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223336-11272024141036.txt === {"quote":"223336","customer":"18685","name":null,"customerName":"AJ Rod Co., Inc.","comp":"01","open":"1","shipto":null,"shiptoName":null,"entry_date":"10-22-2024","cust_order_date":"11-22-2024","req_date":"12-03-2024","cust_po":"C4507-0750-3.50","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"60","salesman":"JH","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"","status":"0","user":"bethw","conv_order":"","time":"12:54","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"Danette Irvin","follow_phone":"972-206-2414","follow_email":"danette@ajrodco.com","pic_user":"bethw","total_amt":"89.60","total_gp":"84.60","total_gpm":"94.42","rev_type":"STD","mod_date":"11-27-2024","mod_time":null,"mod_user":"bethw","reason":"2","totalQty":"2","win_pct":"20","clo_date":"11-22-2024","notes":[],"crmnotes":[{"comp":1,"quote":223336,"Line":0,"Comment":"11/21/2024 4:27 PM - bethw - Sent QFU to Danette."},{"comp":1,"quote":223336,"Line":1,"Comment":"11/21/2024 4:28 PM - bethw - F/U changed from 11/22/2024 to 11/26/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223336","line":"1","part":"C4507-0750-3.50","qty":"1","price":"224.00","uom":"EA","discount":"60.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223336","line":"2","part":"PROMOTION-EUOS","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-27 16:37:18.340 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\E13381-1-3275.txt === {"customer":"E13381","line":"A","dept":"M","name":"Jorge Barrientos Fonseca","title":"OWN","phone":"442-291-2208","cell":"442-291-2208","fax":null,"email":"Jbarrientos@miqsa.mx","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3275,"password":null,"webenabled":"Y","linkedin":null,"city":"Queretaro","state":"QT","address1":"Carretera Constitucion 118","address2":null,"zip":"76220","country":"MX","userid":"luism","username":null,"CZ_flag":"Y","AC_flag":"Y","QT_flag":"Y","OR_flag":"Y","Type":"BT","Active":"Y","lnrp":"N"} [{"json":{"results":"Contactc","type":"contactc","line":" 1"}}] 2024-11-27 22:18:05.616 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-27 23:18:54.340 [INFO] In session is user: fletcherp 2024-11-27 23:19:15.521 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222159-11272024231915.txt === {"quote":"222159","customer":"9569","name":null,"customerName":"Industrial Tooling & Supply","comp":"01","open":"0","shipto":"QUINCYCO","shiptoName":"Quincy Compressor","entry_date":"09-26-2024","cust_order_date":"09-26-2024","req_date":"11-23-2024","cust_po":"356+ Presetter","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tom Millenbaugh","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"14:17","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Tom Millenbaugh","follow_phone":"251-272-0019","follow_email":"tmillenbaugh@its-supply.com","pic_user":"fletcherp","total_amt":"13482.00","total_gp":"5646.82","total_gpm":"41.88","rev_type":"ADV","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"8","win_pct":"20","clo_date":"11-23-2024","notes":[{"comp":"1","quote":"222159","line":"0","data":"09-26-2024 14:17 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222159,"Line":0,"Comment":"10/18/2024 9:36 PM - fletcherp - F/U changed from 10/09/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222159,"Line":1,"Comment":"10/25/2024 9:24 PM - fletcherp - F/U changed from 10/26/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222159,"Line":2,"Comment":"10/25/2024 9:25 PM - fletcherp - CLO changed from 10/26/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":222159,"Line":3,"Comment":"10/25/2024 9:25 PM - fletcherp - CLO changed from 11/02/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":222159,"Line":4,"Comment":"10/25/2024 9:25 PM - fletcherp - Req Date changed from 11/07/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":222159,"Line":5,"Comment":"11/08/2024 11:28 PM - fletcherp - F/U changed from 11/09/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222159,"Line":6,"Comment":"11/08/2024 11:28 PM - fletcherp - CLO changed from 11/09/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":222159,"Line":7,"Comment":"11/08/2024 11:28 PM - fletcherp - Req Date changed from 11/09/2024 to 11/23/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222159","line":"1","part":"PRE-E356PLUS-I50","qty":"1","price":"18200.00","uom":"EA","discount":"30.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"222159","line":"2","part":"PRE-GAUGE-C50","qty":"1","price":"760.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222159","line":"3","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222159","line":"4","part":"PRE-PRNT-ROLL-QL800","qty":"2","price":"30.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222159","line":"5","part":"PRE-INST/TRAINING","qty":"1","price":"1500.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"222159","line":"6","part":"PROMOTION-IMTS24PRE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"222159","line":"7","part":"TOOL-CERT","qty":"1","price":"1000.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222159","Line":"5","Company":"1","F_Line":"1","Comment":"8 HOURS PRESETTER SETUP AND TRAINING","Loc":"Y"},{"Quote":"222159","Line":"5","Company":"1","F_Line":"2","Comment":"INCLUDED AT NO COST TO ITS OR QUINCY COMPRESSORS","Loc":"Y"},{"Quote":"222159","Line":"6","Company":"1","F_Line":"1","Comment":"$1000 FREE TOOLING CERTIFICATE IMTS PROMOTION","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-27 23:19:23.141 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222159-11272024231922.txt === {"quote":"222159","customer":"9569","name":null,"customerName":"Industrial Tooling & Supply","comp":"01","open":"0","shipto":"QUINCYCO","shiptoName":"Quincy Compressor","entry_date":"09-26-2024","cust_order_date":"09-26-2024","req_date":"11-23-2024","cust_po":"356+ Presetter","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tom Millenbaugh","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"14:17","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Tom Millenbaugh","follow_phone":"251-272-0019","follow_email":"tmillenbaugh@its-supply.com","pic_user":"fletcherp","total_amt":"13482.00","total_gp":"5646.82","total_gpm":"41.88","rev_type":"ADV","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"8","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"222159","line":"0","data":"09-26-2024 14:17 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222159,"Line":0,"Comment":"10/18/2024 9:36 PM - fletcherp - F/U changed from 10/09/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222159,"Line":1,"Comment":"10/25/2024 9:24 PM - fletcherp - F/U changed from 10/26/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222159,"Line":2,"Comment":"10/25/2024 9:25 PM - fletcherp - CLO changed from 10/26/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":222159,"Line":3,"Comment":"10/25/2024 9:25 PM - fletcherp - CLO changed from 11/02/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":222159,"Line":4,"Comment":"10/25/2024 9:25 PM - fletcherp - Req Date changed from 11/07/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":222159,"Line":5,"Comment":"11/08/2024 11:28 PM - fletcherp - F/U changed from 11/09/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222159,"Line":6,"Comment":"11/08/2024 11:28 PM - fletcherp - CLO changed from 11/09/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":222159,"Line":7,"Comment":"11/08/2024 11:28 PM - fletcherp - Req Date changed from 11/09/2024 to 11/23/2024 (Req Date Updated)"},{"comp":1,"quote":222159,"Line":8,"Comment":"11/27/2024 11:19 PM - fletcherp - F/U changed from 11/23/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222159,"Line":9,"Comment":"11/27/2024 11:19 PM - fletcherp - CLO changed from 11/23/2024 to 12/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222159","line":"1","part":"PRE-E356PLUS-I50","qty":"1","price":"18200.00","uom":"EA","discount":"30.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"222159","line":"2","part":"PRE-GAUGE-C50","qty":"1","price":"760.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222159","line":"3","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222159","line":"4","part":"PRE-PRNT-ROLL-QL800","qty":"2","price":"30.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222159","line":"5","part":"PRE-INST/TRAINING","qty":"1","price":"1500.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"222159","line":"6","part":"PROMOTION-IMTS24PRE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"222159","line":"7","part":"TOOL-CERT","qty":"1","price":"1000.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222159","Line":"5","Company":"1","F_Line":"1","Comment":"8 HOURS PRESETTER SETUP AND TRAINING","Loc":"Y"},{"Quote":"222159","Line":"5","Company":"1","F_Line":"2","Comment":"INCLUDED AT NO COST TO ITS OR QUINCY COMPRESSORS","Loc":"Y"},{"Quote":"222159","Line":"6","Company":"1","F_Line":"1","Comment":"$1000 FREE TOOLING CERTIFICATE IMTS PROMOTION","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-27 23:19:28.757 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222159-11272024231928.txt === {"quote":"222159","customer":"9569","name":null,"customerName":"Industrial Tooling & Supply","comp":"01","open":"0","shipto":"QUINCYCO","shiptoName":"Quincy Compressor","entry_date":"09-26-2024","cust_order_date":"09-26-2024","req_date":"12-14-2024","cust_po":"356+ Presetter","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tom Millenbaugh","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"14:17","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Tom Millenbaugh","follow_phone":"251-272-0019","follow_email":"tmillenbaugh@its-supply.com","pic_user":"fletcherp","total_amt":"13482.00","total_gp":"5646.82","total_gpm":"41.88","rev_type":"ADV","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"8","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"222159","line":"0","data":"09-26-2024 14:17 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222159,"Line":0,"Comment":"10/18/2024 9:36 PM - fletcherp - F/U changed from 10/09/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222159,"Line":1,"Comment":"10/25/2024 9:24 PM - fletcherp - F/U changed from 10/26/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222159,"Line":2,"Comment":"10/25/2024 9:25 PM - fletcherp - CLO changed from 10/26/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":222159,"Line":3,"Comment":"10/25/2024 9:25 PM - fletcherp - CLO changed from 11/02/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":222159,"Line":4,"Comment":"10/25/2024 9:25 PM - fletcherp - Req Date changed from 11/07/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":222159,"Line":5,"Comment":"11/08/2024 11:28 PM - fletcherp - F/U changed from 11/09/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222159,"Line":6,"Comment":"11/08/2024 11:28 PM - fletcherp - CLO changed from 11/09/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":222159,"Line":7,"Comment":"11/08/2024 11:28 PM - fletcherp - Req Date changed from 11/09/2024 to 11/23/2024 (Req Date Updated)"},{"comp":1,"quote":222159,"Line":8,"Comment":"11/27/2024 11:19 PM - fletcherp - F/U changed from 11/23/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222159,"Line":9,"Comment":"11/27/2024 11:19 PM - fletcherp - CLO changed from 11/23/2024 to 12/14/2024 (CLO Date Updated)"},{"comp":1,"quote":222159,"Line":10,"Comment":"11/27/2024 11:19 PM - fletcherp - Req Date changed from 11/23/2024 to 12/14/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222159","line":"1","part":"PRE-E356PLUS-I50","qty":"1","price":"18200.00","uom":"EA","discount":"30.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"222159","line":"2","part":"PRE-GAUGE-C50","qty":"1","price":"760.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222159","line":"3","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222159","line":"4","part":"PRE-PRNT-ROLL-QL800","qty":"2","price":"30.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222159","line":"5","part":"PRE-INST/TRAINING","qty":"1","price":"1500.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"222159","line":"6","part":"PROMOTION-IMTS24PRE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"222159","line":"7","part":"TOOL-CERT","qty":"1","price":"1000.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222159","Line":"5","Company":"1","F_Line":"1","Comment":"8 HOURS PRESETTER SETUP AND TRAINING","Loc":"Y"},{"Quote":"222159","Line":"5","Company":"1","F_Line":"2","Comment":"INCLUDED AT NO COST TO ITS OR QUINCY COMPRESSORS","Loc":"Y"},{"Quote":"222159","Line":"6","Company":"1","F_Line":"1","Comment":"$1000 FREE TOOLING CERTIFICATE IMTS PROMOTION","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-27 23:19:40.716 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223742-11272024231940.txt === {"quote":"223742","customer":"10015","name":null,"customerName":"Ellison(GA,NC,SC,TN)","comp":"01","open":"1","shipto":"MCKEMCMC","shiptoName":"McKenzie Valve & Machining, LLC","entry_date":"10-30-2024","cust_order_date":"10-30-2024","req_date":"12-11-2024","cust_po":"BMT65 STATIC TOOLING","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jared Jobbins","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"23:02","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Jared Jobbins","follow_phone":"","follow_email":"jjobbins@ellisontechnologies.com","pic_user":"fletcherp","total_amt":"2583.6","total_gp":"1378.50","total_gpm":"53.36","rev_type":"LT","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"2","totalQty":"6","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"223742","line":"0","data":"10-30-2024 23:03 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223742,"Line":0,"Comment":"11/08/2024 11:27 PM - fletcherp - F/U changed from 11/05/2024 to 11/23/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223742","line":"1","part":"BMT65-OD10X","qty":"1","price":"664.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223742","line":"2","part":"BMT65-BG20Z-C-72","qty":"1","price":"825.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223742","line":"3","part":"BMT65-BG20Z-C-72","qty":"1","price":"825.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223742","line":"4","part":"BMT65-OD10X","qty":"1","price":"664.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223742","line":"5","part":"BMT65-OD10X","qty":"1","price":"664.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223742","line":"6","part":"BMT65-OD10X","qty":"1","price":"664.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"223742","Line":"1","Company":"1","F_Line":"1","Comment":"TOOL #1","Loc":"Y"},{"Quote":"223742","Line":"2","Company":"1","F_Line":"1","Comment":"TOOL #5","Loc":"Y"},{"Quote":"223742","Line":"3","Company":"1","F_Line":"1","Comment":"TOOL #3","Loc":"Y"},{"Quote":"223742","Line":"4","Company":"1","F_Line":"1","Comment":"TOOL #7","Loc":"Y"},{"Quote":"223742","Line":"5","Company":"1","F_Line":"1","Comment":"TOOL #9","Loc":"Y"},{"Quote":"223742","Line":"6","Company":"1","F_Line":"1","Comment":"TOOL #11","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-27 23:19:52.511 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222069-11272024231952.txt === {"quote":"222069","customer":"19345","name":null,"customerName":"Searcy Industrial Products, Inc.","comp":"01","open":"1","shipto":"BRUNNERA","shiptoName":"Brunner and Lay Inc.","entry_date":"09-25-2024","cust_order_date":"09-24-2024","req_date":"11-23-2024","cust_po":"5AX-201 DNM5700","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"26","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"LARRY PRICKETT","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"13:16","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Larry Prickett","follow_phone":"","follow_email":"larry@searcyindustrialproducts.com","pic_user":"fletcherp","total_amt":"56490.90","total_gp":"43212.22","total_gpm":"76.49","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"5","totalQty":"5","win_pct":"100","clo_date":"11-23-2024","notes":[],"crmnotes":[{"comp":1,"quote":222069,"Line":0,"Comment":"09/27/2024 11:09 PM - fletcherp - F/U changed from 10/01/2024 to 10/19/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222069,"Line":1,"Comment":"09/27/2024 11:09 PM - fletcherp - CLO changed from NaN/NaN/NaN to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":222069,"Line":2,"Comment":"10/25/2024 9:19 PM - fletcherp - F/U changed from 10/19/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222069,"Line":3,"Comment":"10/25/2024 9:19 PM - fletcherp - CLO changed from 10/26/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":222069,"Line":4,"Comment":"10/25/2024 9:19 PM - fletcherp - Req Date changed from 11/01/2024 to 11/02/2024 (Req Date Updated)"},{"comp":1,"quote":222069,"Line":5,"Comment":"10/25/2024 9:20 PM - fletcherp - Win% changed from 20 to 100"},{"comp":1,"quote":222069,"Line":6,"Comment":"11/08/2024 11:22 PM - fletcherp - F/U changed from 11/02/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222069,"Line":7,"Comment":"11/08/2024 11:22 PM - fletcherp - CLO changed from 11/02/2024 to 11/16/2024 (CLO Date Updated)"},{"comp":1,"quote":222069,"Line":8,"Comment":"11/08/2024 11:22 PM - fletcherp - Req Date changed from 11/02/2024 to 11/16/2024 (Req Date Updated)"},{"comp":1,"quote":222069,"Line":9,"Comment":"11/15/2024 9:31 PM - fletcherp - F/U changed from 11/16/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222069,"Line":10,"Comment":"11/15/2024 9:31 PM - fletcherp - CLO changed from 11/16/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":222069,"Line":11,"Comment":"11/15/2024 9:31 PM - fletcherp - Req Date changed from 11/16/2024 to 11/23/2024 (Req Date Updated)"},{"comp":1,"quote":222069,"Line":12,"Comment":"11/15/2024 9:32 PM - fletcherp - F/U changed from 11/23/2024 to 11/22/2024 (Order Approved Pending PO)"},{"comp":1,"quote":222069,"Line":13,"Comment":"11/15/2024 9:39 PM - fletcherp - F/U changed from 11/22/2024 to 11/23/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"222069","line":"1","part":"5AX-201FA-M-AB","qty":"1","price":"53600.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222069","line":"2","part":"RN-AX201SD-4+N-A","qty":"1","price":"2867.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222069","line":"3","part":"RT-ACCS-WKHD","qty":"2","price":"1760.00","uom":"EA","discount":"30.00","req_date":"","branch":"1"},{"comp":"01","order":"222069","line":"4","part":"INSTALLATION-RT-5AX-SE","qty":"1","price":"14500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222069","Line":"3","Company":"1","F_Line":"1","Comment":"(1) ADAPTER PLATE TO MOUNT TO T-SLOTS ON ROTARY TABLE","Loc":"Y"},{"Quote":"222069","Line":"3","Company":"1","F_Line":"2","Comment":"(1) CHUCK PLATE FOR MOUNTING SCHUNK TPS125-26/Z","Loc":"Y"},{"Quote":"222069","Line":"3","Company":"1","F_Line":"3","Comment":"SELF CONTAINED 3-JAW AIR CHUCK","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-27 23:20:09.680 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223332-11272024232009.txt === {"quote":"223332","customer":"20270","name":null,"customerName":"Tech Machinery LLC","comp":"01","open":"0","shipto":"TECHMROG","shiptoName":"TECH MACH","entry_date":"10-22-2024","cust_order_date":"10-22-2024","req_date":"12-03-2024","cust_po":"5AX-201 DNM5700S","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"26","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"ZACH CHIMARYS","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"11:39","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"ZACH CHIMARYS","follow_phone":"","follow_email":"ZACH@TECHMACH.NET","pic_user":"fletcherp","total_amt":"59840.00","total_gp":"47267.54","total_gpm":"78.99","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-30-2024","notes":[],"crmnotes":[{"comp":1,"quote":223332,"Line":0,"Comment":"11/08/2024 11:25 PM - fletcherp - F/U changed from 11/04/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223332,"Line":1,"Comment":"11/08/2024 11:25 PM - fletcherp - CLO changed from 10/25/2024 to 11/30/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223332","line":"1","part":"5AX-201FA-M-AB","qty":"1","price":"53600.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223332","line":"2","part":"INSTALLATION-RT-5AX-W/SW","qty":"1","price":"13500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"223332","line":"4","part":"INSTALLATION-RT-5AX-SE","qty":"1","price":"11500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223332","Line":"4","Company":"1","F_Line":"1","Comment":"PRICE INCLUDES ALL ITEMS NEEDED FOR INSTALL MINUS","Loc":"Y"},{"Quote":"223332","Line":"4","Company":"1","F_Line":"2","Comment":"TRAVEL EXPENSES","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-27 23:20:18.232 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223332-11272024232018.txt === {"quote":"223332","customer":"20270","name":null,"customerName":"Tech Machinery LLC","comp":"01","open":"0","shipto":"TECHMROG","shiptoName":"TECH MACH","entry_date":"10-22-2024","cust_order_date":"10-22-2024","req_date":"12-03-2024","cust_po":"5AX-201 DNM5700S","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"26","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"ZACH CHIMARYS","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"11:39","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"ZACH CHIMARYS","follow_phone":"","follow_email":"ZACH@TECHMACH.NET","pic_user":"fletcherp","total_amt":"59840.00","total_gp":"47267.54","total_gpm":"78.99","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-14-2024","notes":[],"crmnotes":[{"comp":1,"quote":223332,"Line":0,"Comment":"11/08/2024 11:25 PM - fletcherp - F/U changed from 11/04/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223332,"Line":1,"Comment":"11/08/2024 11:25 PM - fletcherp - CLO changed from 10/25/2024 to 11/30/2024 (CLO Date Updated)"},{"comp":1,"quote":223332,"Line":2,"Comment":"11/27/2024 11:20 PM - fletcherp - F/U changed from 11/23/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223332,"Line":3,"Comment":"11/27/2024 11:20 PM - fletcherp - CLO changed from 11/30/2024 to 12/14/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223332","line":"1","part":"5AX-201FA-M-AB","qty":"1","price":"53600.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223332","line":"2","part":"INSTALLATION-RT-5AX-W/SW","qty":"1","price":"13500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"223332","line":"4","part":"INSTALLATION-RT-5AX-SE","qty":"1","price":"11500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223332","Line":"4","Company":"1","F_Line":"1","Comment":"PRICE INCLUDES ALL ITEMS NEEDED FOR INSTALL MINUS","Loc":"Y"},{"Quote":"223332","Line":"4","Company":"1","F_Line":"2","Comment":"TRAVEL EXPENSES","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-27 23:20:23.381 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223332-11272024232023.txt === {"quote":"223332","customer":"20270","name":null,"customerName":"Tech Machinery LLC","comp":"01","open":"0","shipto":"TECHMROG","shiptoName":"TECH MACH","entry_date":"10-22-2024","cust_order_date":"10-22-2024","req_date":"12-14-2024","cust_po":"5AX-201 DNM5700S","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"26","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"ZACH CHIMARYS","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"11:39","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"ZACH CHIMARYS","follow_phone":"","follow_email":"ZACH@TECHMACH.NET","pic_user":"fletcherp","total_amt":"59840.00","total_gp":"47267.54","total_gpm":"78.99","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-14-2024","notes":[],"crmnotes":[{"comp":1,"quote":223332,"Line":0,"Comment":"11/08/2024 11:25 PM - fletcherp - F/U changed from 11/04/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223332,"Line":1,"Comment":"11/08/2024 11:25 PM - fletcherp - CLO changed from 10/25/2024 to 11/30/2024 (CLO Date Updated)"},{"comp":1,"quote":223332,"Line":2,"Comment":"11/27/2024 11:20 PM - fletcherp - F/U changed from 11/23/2024 to 12/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223332,"Line":3,"Comment":"11/27/2024 11:20 PM - fletcherp - CLO changed from 11/30/2024 to 12/14/2024 (CLO Date Updated)"},{"comp":1,"quote":223332,"Line":4,"Comment":"11/27/2024 11:20 PM - fletcherp - Req Date changed from 12/03/2024 to 12/14/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223332","line":"1","part":"5AX-201FA-M-AB","qty":"1","price":"53600.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223332","line":"2","part":"INSTALLATION-RT-5AX-W/SW","qty":"1","price":"13500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"223332","line":"4","part":"INSTALLATION-RT-5AX-SE","qty":"1","price":"11500.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223332","Line":"4","Company":"1","F_Line":"1","Comment":"PRICE INCLUDES ALL ITEMS NEEDED FOR INSTALL MINUS","Loc":"Y"},{"Quote":"223332","Line":"4","Company":"1","F_Line":"2","Comment":"TRAVEL EXPENSES","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-27 23:20:31.217 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222187-11272024232031.txt === {"quote":"222187","customer":"13363","name":null,"customerName":"Martin Inc.","comp":"01","open":"1","shipto":"KAMTEK","shiptoName":"Kamtek Casting","entry_date":"09-26-2024","cust_order_date":"09-26-2024","req_date":"12-07-2024","cust_po":"START2 SHRINK 20MM HOLD","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Tyler Putnam","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"16:36","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Tyler Putnam","follow_phone":"","follow_email":"tputnam@martinsupply.com","pic_user":"fletcherp","total_amt":"9473.2","total_gp":"4268.55","total_gpm":"45.06","rev_type":"ADV","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"2","totalQty":"5","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"222187","line":"1","data":"09-26-2024 16:38 - Discounts Recalculated QS"},{"comp":"1","quote":"222187","line":"0","data":"09-26-2024 16:37 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222187,"Line":0,"Comment":"10/18/2024 9:36 PM - fletcherp - F/U changed from 10/09/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222187,"Line":1,"Comment":"10/18/2024 9:36 PM - fletcherp - CLO changed from NaN/NaN/NaN to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":222187,"Line":2,"Comment":"11/08/2024 11:12 PM - fletcherp - F/U changed from 10/26/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222187,"Line":3,"Comment":"11/08/2024 11:12 PM - fletcherp - F/U changed from 11/09/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222187,"Line":4,"Comment":"11/08/2024 11:12 PM - fletcherp - CLO changed from 10/26/2024 to 11/30/2024 (CLO Date Updated)"},{"comp":1,"quote":222187,"Line":5,"Comment":"11/08/2024 11:12 PM - fletcherp - Req Date changed from 11/07/2024 to 12/07/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222187","line":"1","part":"SF-START2-UNIT-200","qty":"1","price":"12000.00","uom":"EA","discount":"25.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222187","line":"2","part":"SF-POT-HSK63","qty":"2","price":"100.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222187","line":"3","part":"H63A-SF20-100","qty":"1","price":"306.00","uom":"EA","discount":"35.00","req_date":"FACTORY STOCK","branch":"1"},{"comp":"01","order":"222187","line":"4","part":"H63A-SF20-100CP","qty":"1","price":"422.00","uom":"EA","discount":"35.00","req_date":"FACTORY STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-27 23:20:38.048 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223743-11272024232037.txt === {"quote":"223743","customer":"10015","name":null,"customerName":"Ellison(GA,NC,SC,TN)","comp":"01","open":"1","shipto":"MCKEMCMC","shiptoName":"McKenzie Valve & Machining, LLC","entry_date":"10-30-2024","cust_order_date":"10-30-2024","req_date":"12-11-2024","cust_po":"DNM750/50 TOOLING","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jared Jobbins","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"23:23","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Jared Jobbins","follow_phone":"","follow_email":"jjobbins@ellisontechnologies.com","pic_user":"fletcherp","total_amt":"2679.0","total_gp":"1378.09","total_gpm":"51.44","rev_type":"STD","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"2","totalQty":"19","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"223743","line":"1","data":"10-30-2024 23:51 - Discounts Recalculated"},{"comp":"1","quote":"223743","line":"0","data":"10-30-2024 23:25 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223743,"Line":0,"Comment":"11/08/2024 11:27 PM - fletcherp - F/U changed from 11/05/2024 to 11/23/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223743","line":"1","part":"NC5001-0750-4.00CP","qty":"1","price":"423.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223743","line":"2","part":"NC5006-0750-3.00CP","qty":"1","price":"372.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223743","line":"3","part":"NC5006-0750-3.00CP","qty":"1","price":"372.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223743","line":"4","part":"NC5006-0625-3.00CP","qty":"1","price":"372.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223743","line":"5","part":"NC5006-0625-3.00CP","qty":"1","price":"372.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223743","line":"6","part":"NC5007-0032-4.00G","qty":"1","price":"449.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223743","line":"7","part":"E32-032","qty":"1","price":"52.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223743","line":"8","part":"NC5007-0032-4.00G","qty":"1","price":"449.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223743","line":"9","part":"E32-024","qty":"1","price":"52.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223743","line":"10","part":"NC5006-0625-3.00CP","qty":"1","price":"372.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223743","line":"11","part":"NC5007-0032-4.00G","qty":"1","price":"449.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223743","line":"12","part":"E32-032","qty":"1","price":"52.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223743","line":"13","part":"NC5006-1250-4.00CP","qty":"1","price":"337.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223743","line":"14","part":"NC5007-0016-6.00G","qty":"1","price":"501.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223743","line":"15","part":"E16-024","qty":"1","price":"42.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223743","line":"16","part":"NC5007-0032-4.00G","qty":"1","price":"449.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223743","line":"17","part":"E32-032","qty":"1","price":"52.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223743","line":"18","part":"E11-EXT-500","qty":"1","price":"148.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223743","line":"19","part":"E11-118","qty":"1","price":"43.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"223743","Line":"1","Company":"1","F_Line":"1","Comment":"TOOL #2","Loc":"Y"},{"Quote":"223743","Line":"2","Company":"1","F_Line":"1","Comment":"TOOL #4","Loc":"Y"},{"Quote":"223743","Line":"3","Company":"1","F_Line":"1","Comment":"TOOL #17","Loc":"Y"},{"Quote":"223743","Line":"4","Company":"1","F_Line":"1","Comment":"TOOL #8","Loc":"Y"},{"Quote":"223743","Line":"5","Company":"1","F_Line":"1","Comment":"TOOL #13","Loc":"Y"},{"Quote":"223743","Line":"6","Company":"1","F_Line":"1","Comment":"TOOL #9","Loc":"Y"},{"Quote":"223743","Line":"7","Company":"1","F_Line":"1","Comment":"COLLET FOR TOOL #9","Loc":"Y"},{"Quote":"223743","Line":"8","Company":"1","F_Line":"1","Comment":"TOOL #11","Loc":"Y"},{"Quote":"223743","Line":"9","Company":"1","F_Line":"1","Comment":"COLLET FOR TOOL #11","Loc":"Y"},{"Quote":"223743","Line":"10","Company":"1","F_Line":"1","Comment":"TOOL #12","Loc":"Y"},{"Quote":"223743","Line":"11","Company":"1","F_Line":"1","Comment":"TOOL #14","Loc":"Y"},{"Quote":"223743","Line":"12","Company":"1","F_Line":"1","Comment":"COLLET FOR TOOL #14","Loc":"Y"},{"Quote":"223743","Line":"13","Company":"1","F_Line":"1","Comment":"TOOL #15","Loc":"Y"},{"Quote":"223743","Line":"14","Company":"1","F_Line":"1","Comment":"TOOL #20","Loc":"Y"},{"Quote":"223743","Line":"15","Company":"1","F_Line":"1","Comment":"COLLET FOR TOOL #20","Loc":"Y"},{"Quote":"223743","Line":"16","Company":"1","F_Line":"1","Comment":"TOOL #16","Loc":"Y"},{"Quote":"223743","Line":"17","Company":"1","F_Line":"1","Comment":"COLLET FOR HOLDING 1/2 EXTENION ON TOOL #16","Loc":"Y"},{"Quote":"223743","Line":"18","Company":"1","F_Line":"1","Comment":"EXTENSION FOR TOOL #16","Loc":"Y"},{"Quote":"223743","Line":"19","Company":"1","F_Line":"1","Comment":"COLLET FOR DRILL IN EXTENSION FOR TOOL #16","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":19}}] 2024-11-27 23:20:52.004 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220898-11272024232051.txt === {"quote":"220898","customer":"13170TA","name":null,"customerName":"Morris South (NC-TA)","comp":"01","open":"0","shipto":"MTDPRODC","shiptoName":"MTD Products","entry_date":"08-29-2024","cust_order_date":"08-29-2024","req_date":"11-23-2024","cust_po":"OKUMA MILLAC TOOLING","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brandon Anderson","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"09:18","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Brandon Anderson","follow_phone":"615-330-7009","follow_email":"banderson@morrissouth.com","pic_user":"fletcherp","total_amt":"39436.00","total_gp":"29871.89","total_gpm":"75.75","rev_type":"STD","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"108","win_pct":"20","clo_date":"11-23-2024","notes":[{"comp":"1","quote":"220898","line":"1","data":"08-29-2024 09:25 - Discounts Recalculated QS"},{"comp":"1","quote":"220898","line":"0","data":"08-29-2024 09:24 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220898,"Line":0,"Comment":"09/20/2024 10:44 PM - fletcherp - F/U changed from 09/11/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220898,"Line":1,"Comment":"09/27/2024 11:04 PM - fletcherp - F/U changed from 09/28/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220898,"Line":2,"Comment":"09/27/2024 11:04 PM - fletcherp - CLO changed from 09/29/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":220898,"Line":3,"Comment":"09/27/2024 11:04 PM - fletcherp - Req Date changed from 10/10/2024 to 11/02/2024 (Req Date Updated)"},{"comp":1,"quote":220898,"Line":4,"Comment":"10/18/2024 9:38 PM - fletcherp - F/U changed from 10/12/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220898,"Line":5,"Comment":"10/18/2024 9:38 PM - fletcherp - CLO changed from 10/19/2024 to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":220898,"Line":6,"Comment":"10/25/2024 9:24 PM - fletcherp - F/U changed from 10/26/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220898,"Line":7,"Comment":"10/25/2024 9:24 PM - fletcherp - CLO changed from 10/26/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":220898,"Line":8,"Comment":"10/25/2024 9:24 PM - fletcherp - Req Date changed from 11/02/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":220898,"Line":9,"Comment":"11/12/2024 3:37 PM - fletcherp - F/U changed from 11/09/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220898,"Line":10,"Comment":"11/12/2024 3:37 PM - fletcherp - CLO changed from 11/09/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":220898,"Line":11,"Comment":"11/12/2024 3:37 PM - fletcherp - Req Date changed from 11/09/2024 to 11/23/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"220898","line":"1","part":"C5005-0562-3.98(C)","qty":"2","price":"634.00","uom":"EA","discount":"0.00","req_date":"1 Stk","branch":"1"},{"comp":"01","order":"220898","line":"2","part":"C5005-0875-5.40(C)","qty":"4","price":"751.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"3","part":"NC5001-1500-2.00CP","qty":"1","price":"561.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"4","part":"NC5006-1500-4.50CP","qty":"2","price":"446.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"5","part":"NC5007-0040-4.00G","qty":"20","price":"506.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"6","part":"NC5007-0040-6.00G","qty":"17","price":"644.00","uom":"EA","discount":"0.00","req_date":"10 Stk; BAL 9/15","branch":"1"},{"comp":"01","order":"220898","line":"7","part":"NC50S6-2000-3.63","qty":"3","price":"439.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"8","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"9","part":"NCAT50-C1-105U-IDU","qty":"6","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"10","part":"NCAT50-C3/4-105U-IDU","qty":"3","price":"731.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"11","part":"NT05-016(S)","qty":"1","price":"48.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"12","part":"NT05-020(S)","qty":"1","price":"48.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"13","part":"NT10-024(S)","qty":"1","price":"75.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"14","part":"NT10-032(S)","qty":"1","price":"75.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"15","part":"NT10-040(S)","qty":"1","price":"75.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"16","part":"NT10-048(S)","qty":"1","price":"75.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"17","part":"E40-014","qty":"2","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"18","part":"E40-016","qty":"4","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"19","part":"E40-018","qty":"2","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"20","part":"E40-020","qty":"4","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"21","part":"E40-024","qty":"5","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"22","part":"E40-026","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"23","part":"E40-028","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"24","part":"E40-030","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"25","part":"E40-032","qty":"4","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"26","part":"E40-034","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"27","part":"E40-038","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"28","part":"E40-040","qty":"2","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"29","part":"E40-042","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"30","part":"E40-046","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"31","part":"E40-048","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"32","part":"E40-050","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"33","part":"E40-058","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"34","part":"E40-064","qty":"4","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"35","part":"KM1-5/8","qty":"2","price":"62.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"36","part":"TQW-150","qty":"1","price":"331.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"37","part":"TQW-E40-G","qty":"1","price":"167.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"38","part":"TQW-PS(30)/ER20","qty":"1","price":"132.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"39","part":"TCLA-50/100A/C10","qty":"1","price":"315.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":39}}] 2024-11-27 23:20:58.898 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220898-11272024232058.txt === {"quote":"220898","customer":"13170TA","name":null,"customerName":"Morris South (NC-TA)","comp":"01","open":"0","shipto":"MTDPRODC","shiptoName":"MTD Products","entry_date":"08-29-2024","cust_order_date":"08-29-2024","req_date":"11-23-2024","cust_po":"OKUMA MILLAC TOOLING","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brandon Anderson","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"09:18","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Brandon Anderson","follow_phone":"615-330-7009","follow_email":"banderson@morrissouth.com","pic_user":"fletcherp","total_amt":"39436.00","total_gp":"29871.89","total_gpm":"75.75","rev_type":"STD","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"108","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"220898","line":"1","data":"08-29-2024 09:25 - Discounts Recalculated QS"},{"comp":"1","quote":"220898","line":"0","data":"08-29-2024 09:24 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220898,"Line":0,"Comment":"09/20/2024 10:44 PM - fletcherp - F/U changed from 09/11/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220898,"Line":1,"Comment":"09/27/2024 11:04 PM - fletcherp - F/U changed from 09/28/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220898,"Line":2,"Comment":"09/27/2024 11:04 PM - fletcherp - CLO changed from 09/29/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":220898,"Line":3,"Comment":"09/27/2024 11:04 PM - fletcherp - Req Date changed from 10/10/2024 to 11/02/2024 (Req Date Updated)"},{"comp":1,"quote":220898,"Line":4,"Comment":"10/18/2024 9:38 PM - fletcherp - F/U changed from 10/12/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220898,"Line":5,"Comment":"10/18/2024 9:38 PM - fletcherp - CLO changed from 10/19/2024 to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":220898,"Line":6,"Comment":"10/25/2024 9:24 PM - fletcherp - F/U changed from 10/26/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220898,"Line":7,"Comment":"10/25/2024 9:24 PM - fletcherp - CLO changed from 10/26/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":220898,"Line":8,"Comment":"10/25/2024 9:24 PM - fletcherp - Req Date changed from 11/02/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":220898,"Line":9,"Comment":"11/12/2024 3:37 PM - fletcherp - F/U changed from 11/09/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220898,"Line":10,"Comment":"11/12/2024 3:37 PM - fletcherp - CLO changed from 11/09/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":220898,"Line":11,"Comment":"11/12/2024 3:37 PM - fletcherp - Req Date changed from 11/09/2024 to 11/23/2024 (Req Date Updated)"},{"comp":1,"quote":220898,"Line":12,"Comment":"11/27/2024 11:20 PM - fletcherp - F/U changed from 11/23/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220898,"Line":13,"Comment":"11/27/2024 11:20 PM - fletcherp - CLO changed from 11/23/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"220898","line":"1","part":"C5005-0562-3.98(C)","qty":"2","price":"634.00","uom":"EA","discount":"0.00","req_date":"1 Stk","branch":"1"},{"comp":"01","order":"220898","line":"2","part":"C5005-0875-5.40(C)","qty":"4","price":"751.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"3","part":"NC5001-1500-2.00CP","qty":"1","price":"561.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"4","part":"NC5006-1500-4.50CP","qty":"2","price":"446.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"5","part":"NC5007-0040-4.00G","qty":"20","price":"506.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"6","part":"NC5007-0040-6.00G","qty":"17","price":"644.00","uom":"EA","discount":"0.00","req_date":"10 Stk; BAL 9/15","branch":"1"},{"comp":"01","order":"220898","line":"7","part":"NC50S6-2000-3.63","qty":"3","price":"439.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"8","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"9","part":"NCAT50-C1-105U-IDU","qty":"6","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"10","part":"NCAT50-C3/4-105U-IDU","qty":"3","price":"731.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"11","part":"NT05-016(S)","qty":"1","price":"48.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"12","part":"NT05-020(S)","qty":"1","price":"48.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"13","part":"NT10-024(S)","qty":"1","price":"75.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"14","part":"NT10-032(S)","qty":"1","price":"75.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"15","part":"NT10-040(S)","qty":"1","price":"75.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"16","part":"NT10-048(S)","qty":"1","price":"75.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"17","part":"E40-014","qty":"2","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"18","part":"E40-016","qty":"4","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"19","part":"E40-018","qty":"2","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"20","part":"E40-020","qty":"4","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"21","part":"E40-024","qty":"5","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"22","part":"E40-026","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"23","part":"E40-028","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"24","part":"E40-030","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"25","part":"E40-032","qty":"4","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"26","part":"E40-034","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"27","part":"E40-038","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"28","part":"E40-040","qty":"2","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"29","part":"E40-042","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"30","part":"E40-046","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"31","part":"E40-048","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"32","part":"E40-050","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"33","part":"E40-058","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"34","part":"E40-064","qty":"4","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"35","part":"KM1-5/8","qty":"2","price":"62.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"36","part":"TQW-150","qty":"1","price":"331.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"37","part":"TQW-E40-G","qty":"1","price":"167.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"38","part":"TQW-PS(30)/ER20","qty":"1","price":"132.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"39","part":"TCLA-50/100A/C10","qty":"1","price":"315.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":39}}] 2024-11-27 23:21:03.550 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-220898-11272024232103.txt === {"quote":"220898","customer":"13170TA","name":null,"customerName":"Morris South (NC-TA)","comp":"01","open":"0","shipto":"MTDPRODC","shiptoName":"MTD Products","entry_date":"08-29-2024","cust_order_date":"08-29-2024","req_date":"12-07-2024","cust_po":"OKUMA MILLAC TOOLING","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Brandon Anderson","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"09:18","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Brandon Anderson","follow_phone":"615-330-7009","follow_email":"banderson@morrissouth.com","pic_user":"fletcherp","total_amt":"39436.00","total_gp":"29871.89","total_gpm":"75.75","rev_type":"STD","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"108","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"220898","line":"1","data":"08-29-2024 09:25 - Discounts Recalculated QS"},{"comp":"1","quote":"220898","line":"0","data":"08-29-2024 09:24 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":220898,"Line":0,"Comment":"09/20/2024 10:44 PM - fletcherp - F/U changed from 09/11/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220898,"Line":1,"Comment":"09/27/2024 11:04 PM - fletcherp - F/U changed from 09/28/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220898,"Line":2,"Comment":"09/27/2024 11:04 PM - fletcherp - CLO changed from 09/29/2024 to 10/19/2024 (CLO Date Updated)"},{"comp":1,"quote":220898,"Line":3,"Comment":"09/27/2024 11:04 PM - fletcherp - Req Date changed from 10/10/2024 to 11/02/2024 (Req Date Updated)"},{"comp":1,"quote":220898,"Line":4,"Comment":"10/18/2024 9:38 PM - fletcherp - F/U changed from 10/12/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220898,"Line":5,"Comment":"10/18/2024 9:38 PM - fletcherp - CLO changed from 10/19/2024 to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":220898,"Line":6,"Comment":"10/25/2024 9:24 PM - fletcherp - F/U changed from 10/26/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220898,"Line":7,"Comment":"10/25/2024 9:24 PM - fletcherp - CLO changed from 10/26/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":220898,"Line":8,"Comment":"10/25/2024 9:24 PM - fletcherp - Req Date changed from 11/02/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":220898,"Line":9,"Comment":"11/12/2024 3:37 PM - fletcherp - F/U changed from 11/09/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220898,"Line":10,"Comment":"11/12/2024 3:37 PM - fletcherp - CLO changed from 11/09/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":220898,"Line":11,"Comment":"11/12/2024 3:37 PM - fletcherp - Req Date changed from 11/09/2024 to 11/23/2024 (Req Date Updated)"},{"comp":1,"quote":220898,"Line":12,"Comment":"11/27/2024 11:20 PM - fletcherp - F/U changed from 11/23/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":220898,"Line":13,"Comment":"11/27/2024 11:20 PM - fletcherp - CLO changed from 11/23/2024 to 12/07/2024 (CLO Date Updated)"},{"comp":1,"quote":220898,"Line":14,"Comment":"11/27/2024 11:21 PM - fletcherp - Req Date changed from 11/23/2024 to 12/07/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"220898","line":"1","part":"C5005-0562-3.98(C)","qty":"2","price":"634.00","uom":"EA","discount":"0.00","req_date":"1 Stk","branch":"1"},{"comp":"01","order":"220898","line":"2","part":"C5005-0875-5.40(C)","qty":"4","price":"751.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"3","part":"NC5001-1500-2.00CP","qty":"1","price":"561.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"4","part":"NC5006-1500-4.50CP","qty":"2","price":"446.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"5","part":"NC5007-0040-4.00G","qty":"20","price":"506.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"6","part":"NC5007-0040-6.00G","qty":"17","price":"644.00","uom":"EA","discount":"0.00","req_date":"10 Stk; BAL 9/15","branch":"1"},{"comp":"01","order":"220898","line":"7","part":"NC50S6-2000-3.63","qty":"3","price":"439.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"8","part":"NCAT50-C1.1/4-105U-IDU","qty":"1","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"9","part":"NCAT50-C1-105U-IDU","qty":"6","price":"736.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"10","part":"NCAT50-C3/4-105U-IDU","qty":"3","price":"731.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"11","part":"NT05-016(S)","qty":"1","price":"48.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"12","part":"NT05-020(S)","qty":"1","price":"48.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"13","part":"NT10-024(S)","qty":"1","price":"75.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"14","part":"NT10-032(S)","qty":"1","price":"75.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"15","part":"NT10-040(S)","qty":"1","price":"75.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"16","part":"NT10-048(S)","qty":"1","price":"75.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"17","part":"E40-014","qty":"2","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"18","part":"E40-016","qty":"4","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"19","part":"E40-018","qty":"2","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"20","part":"E40-020","qty":"4","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"21","part":"E40-024","qty":"5","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"22","part":"E40-026","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"23","part":"E40-028","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"24","part":"E40-030","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"25","part":"E40-032","qty":"4","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"26","part":"E40-034","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"27","part":"E40-038","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"28","part":"E40-040","qty":"2","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"29","part":"E40-042","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"30","part":"E40-046","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"31","part":"E40-048","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"32","part":"E40-050","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"33","part":"E40-058","qty":"1","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"34","part":"E40-064","qty":"4","price":"68.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"35","part":"KM1-5/8","qty":"2","price":"62.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"36","part":"TQW-150","qty":"1","price":"331.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"37","part":"TQW-E40-G","qty":"1","price":"167.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"38","part":"TQW-PS(30)/ER20","qty":"1","price":"132.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"220898","line":"39","part":"TCLA-50/100A/C10","qty":"1","price":"315.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":39}}] 2024-11-27 23:21:14.228 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219160-11272024232114.txt === {"quote":"219160","customer":"13410","name":null,"customerName":"Max Tool Inc.","comp":"01","open":"0","shipto":"MJPREDEC","shiptoName":"M & J Precision","entry_date":"07-24-2024","cust_order_date":"07-24-2024","req_date":"12-07-2024","cust_po":"H100A MRAM ER11ST","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Bryan Harris","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"07:13","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Bryan Harris","follow_phone":"","follow_email":"bryan@maxtoolinc.com","pic_user":"fletcherp","total_amt":"16916.2","total_gp":"7001.59","total_gpm":"41.39","rev_type":"ADV","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"4","win_pct":"100","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"219160","line":"0","data":"07-24-2024 07:14 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":219160,"Line":0,"Comment":"08/09/2024 11:03 PM - fletcherp - F/U changed from 08/06/2024 to 8/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219160,"Line":1,"Comment":"08/16/2024 9:46 PM - fletcherp - F/U changed from 08/17/2024 to 8/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219160,"Line":2,"Comment":"08/30/2024 9:12 PM - fletcherp - F/U changed from 08/24/2024 to 9/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219160,"Line":3,"Comment":"08/30/2024 9:12 PM - fletcherp - CLO changed from 08/24/2024 to 09/14/2024 (CLO Date Updated)"},{"comp":1,"quote":219160,"Line":4,"Comment":"08/30/2024 9:12 PM - fletcherp - Req Date changed from 09/04/2024 to 09/14/2024 (Req Date Updated)"},{"comp":1,"quote":219160,"Line":5,"Comment":"09/20/2024 10:46 PM - fletcherp - F/U changed from 09/14/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219160,"Line":6,"Comment":"09/20/2024 10:46 PM - fletcherp - CLO changed from 09/14/2024 to 09/28/2024 (CLO Date Updated)"},{"comp":1,"quote":219160,"Line":7,"Comment":"09/20/2024 10:46 PM - fletcherp - Req Date changed from 09/14/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":219160,"Line":8,"Comment":"09/27/2024 11:05 PM - fletcherp - F/U changed from 09/28/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219160,"Line":9,"Comment":"09/27/2024 11:05 PM - fletcherp - CLO changed from 09/28/2024 to 10/12/2024 (CLO Date Updated)"},{"comp":1,"quote":219160,"Line":10,"Comment":"09/27/2024 11:05 PM - fletcherp - Req Date changed from 09/28/2024 to 10/12/2024 (Req Date Updated)"},{"comp":1,"quote":219160,"Line":11,"Comment":"09/27/2024 11:05 PM - fletcherp - Win% changed from 20 to 100"},{"comp":1,"quote":219160,"Line":12,"Comment":"10/18/2024 9:38 PM - fletcherp - F/U changed from 10/12/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219160,"Line":13,"Comment":"10/18/2024 9:38 PM - fletcherp - CLO changed from 10/12/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":219160,"Line":14,"Comment":"10/18/2024 9:38 PM - fletcherp - Req Date changed from 10/12/2024 to 11/16/2024 (Req Date Updated)"},{"comp":1,"quote":219160,"Line":15,"Comment":"10/25/2024 9:25 PM - fletcherp - F/U changed from 10/26/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219160,"Line":16,"Comment":"11/08/2024 11:21 PM - fletcherp - F/U changed from 11/02/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219160,"Line":17,"Comment":"11/08/2024 11:21 PM - fletcherp - CLO changed from 11/02/2024 to 11/30/2024 (CLO Date Updated)"},{"comp":1,"quote":219160,"Line":18,"Comment":"11/08/2024 11:21 PM - fletcherp - Req Date changed from 11/16/2024 to 12/07/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"219160","line":"1","part":"H100A-MRAM","qty":"1","price":"3451.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219160","line":"2","part":"MRAM-ER11ST","qty":"3","price":"6905.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-27 23:21:23.027 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219160-11272024232122.txt === {"quote":"219160","customer":"13410","name":null,"customerName":"Max Tool Inc.","comp":"01","open":"0","shipto":"MJPREDEC","shiptoName":"M & J Precision","entry_date":"07-24-2024","cust_order_date":"07-24-2024","req_date":"12-07-2024","cust_po":"H100A MRAM ER11ST","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Bryan Harris","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"07:13","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Bryan Harris","follow_phone":"","follow_email":"bryan@maxtoolinc.com","pic_user":"fletcherp","total_amt":"16916.2","total_gp":"7001.59","total_gpm":"41.39","rev_type":"ADV","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"4","win_pct":"100","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"219160","line":"0","data":"07-24-2024 07:14 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":219160,"Line":0,"Comment":"08/09/2024 11:03 PM - fletcherp - F/U changed from 08/06/2024 to 8/17/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219160,"Line":1,"Comment":"08/16/2024 9:46 PM - fletcherp - F/U changed from 08/17/2024 to 8/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219160,"Line":2,"Comment":"08/30/2024 9:12 PM - fletcherp - F/U changed from 08/24/2024 to 9/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219160,"Line":3,"Comment":"08/30/2024 9:12 PM - fletcherp - CLO changed from 08/24/2024 to 09/14/2024 (CLO Date Updated)"},{"comp":1,"quote":219160,"Line":4,"Comment":"08/30/2024 9:12 PM - fletcherp - Req Date changed from 09/04/2024 to 09/14/2024 (Req Date Updated)"},{"comp":1,"quote":219160,"Line":5,"Comment":"09/20/2024 10:46 PM - fletcherp - F/U changed from 09/14/2024 to 9/28/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219160,"Line":6,"Comment":"09/20/2024 10:46 PM - fletcherp - CLO changed from 09/14/2024 to 09/28/2024 (CLO Date Updated)"},{"comp":1,"quote":219160,"Line":7,"Comment":"09/20/2024 10:46 PM - fletcherp - Req Date changed from 09/14/2024 to 09/28/2024 (Req Date Updated)"},{"comp":1,"quote":219160,"Line":8,"Comment":"09/27/2024 11:05 PM - fletcherp - F/U changed from 09/28/2024 to 10/12/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219160,"Line":9,"Comment":"09/27/2024 11:05 PM - fletcherp - CLO changed from 09/28/2024 to 10/12/2024 (CLO Date Updated)"},{"comp":1,"quote":219160,"Line":10,"Comment":"09/27/2024 11:05 PM - fletcherp - Req Date changed from 09/28/2024 to 10/12/2024 (Req Date Updated)"},{"comp":1,"quote":219160,"Line":11,"Comment":"09/27/2024 11:05 PM - fletcherp - Win% changed from 20 to 100"},{"comp":1,"quote":219160,"Line":12,"Comment":"10/18/2024 9:38 PM - fletcherp - F/U changed from 10/12/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219160,"Line":13,"Comment":"10/18/2024 9:38 PM - fletcherp - CLO changed from 10/12/2024 to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":219160,"Line":14,"Comment":"10/18/2024 9:38 PM - fletcherp - Req Date changed from 10/12/2024 to 11/16/2024 (Req Date Updated)"},{"comp":1,"quote":219160,"Line":15,"Comment":"10/25/2024 9:25 PM - fletcherp - F/U changed from 10/26/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219160,"Line":16,"Comment":"11/08/2024 11:21 PM - fletcherp - F/U changed from 11/02/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219160,"Line":17,"Comment":"11/08/2024 11:21 PM - fletcherp - CLO changed from 11/02/2024 to 11/30/2024 (CLO Date Updated)"},{"comp":1,"quote":219160,"Line":18,"Comment":"11/08/2024 11:21 PM - fletcherp - Req Date changed from 11/16/2024 to 12/07/2024 (Req Date Updated)"},{"comp":1,"quote":219160,"Line":19,"Comment":"11/27/2024 11:21 PM - fletcherp - F/U changed from 11/23/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219160,"Line":20,"Comment":"11/27/2024 11:21 PM - fletcherp - CLO changed from 11/30/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"219160","line":"1","part":"H100A-MRAM","qty":"1","price":"3451.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219160","line":"2","part":"MRAM-ER11ST","qty":"3","price":"6905.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-27 23:21:30.614 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222260-11272024232130.txt === {"quote":"222260","customer":"10015","name":null,"customerName":"Ellison(GA,NC,SC,TN)","comp":"01","open":"0","shipto":"ELLIBREN","shiptoName":"Ellison Technologies","entry_date":"09-28-2024","cust_order_date":"09-28-2024","req_date":"12-07-2024","cust_po":"CNC401 + TRUNNION + RJ","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jared Jobbins","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"01:19","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Jared Jobbins","follow_phone":"","follow_email":"jjobbins@ellisontechnologies.com","pic_user":"fletcherp","total_amt":"49450.00","total_gp":"28552.97","total_gpm":"57.74","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"7","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"222260","line":"0","data":"09-28-2024 01:20 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222260,"Line":0,"Comment":"10/18/2024 9:37 PM - fletcherp - F/U changed from 10/11/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222260,"Line":1,"Comment":"11/01/2024 10:42 PM - fletcherp - CLO changed from 10/28/2024 to 11/9/2024 (CLO Date Updated)"},{"comp":1,"quote":222260,"Line":2,"Comment":"11/08/2024 11:14 PM - fletcherp - F/U changed from 10/26/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222260,"Line":3,"Comment":"11/08/2024 11:14 PM - fletcherp - CLO changed from 10/28/2024 to 11/30/2024 (CLO Date Updated)"},{"comp":1,"quote":222260,"Line":4,"Comment":"11/08/2024 11:14 PM - fletcherp - Req Date changed from 11/09/2024 to 12/07/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222260","line":"1","part":"CNC401FA-M","qty":"1","price":"16000.00","uom":"EA","discount":"0.00","req_date":"6-8 WEEKS ARO","branch":"1"},{"comp":"01","order":"222260","line":"2","part":"AY0111","qty":"1","price":"5200.00","uom":"EA","discount":"0.00","req_date":"6-8 WEEKS ARO","branch":"1"},{"comp":"01","order":"222260","line":"3","part":"TAT-401","qty":"1","price":"7000.00","uom":"EA","discount":"0.00","req_date":"6-8 WEEKS ARO","branch":"1"},{"comp":"01","order":"222260","line":"4","part":"RN-CN401SD-8+1-B","qty":"1","price":"4950.00","uom":"EA","discount":"0.00","req_date":"6-8 WEEKS ARO","branch":"1"},{"comp":"01","order":"222260","line":"5","part":"TRUNNION-STALLION-10/30","qty":"1","price":"5500.00","uom":"EA","discount":"0.00","req_date":"6-8 WEEKS ARO","branch":"1"},{"comp":"01","order":"222260","line":"6","part":"TRUNNION-BASEPLATE","qty":"1","price":"3300.00","uom":"EA","discount":"0.00","req_date":"6-8 WEEKS ARO","branch":"1"},{"comp":"01","order":"222260","line":"7","part":"INSTALLATION-RT-CNC-SE","qty":"1","price":"7500.00","uom":"EA","discount":"0.00","req_date":"TBD ARO","branch":"1"}],"qlines":[{"Quote":"222260","Line":"2","Company":"1","F_Line":"1","Comment":"AIR/HYDRAULIC BOOSTER FOR ROTARY TABLE BRAKE","Loc":"Y"},{"Quote":"222260","Line":"3","Company":"1","F_Line":"1","Comment":"TAT/SUPPRT TABLE FOR TRUNNION ASSEMBLY","Loc":"Y"},{"Quote":"222260","Line":"4","Company":"1","F_Line":"1","Comment":"ROTARY JOINT FOR THRU CENTER HYDRAULICS/PNUEMATICS","Loc":"Y"},{"Quote":"222260","Line":"5","Company":"1","F_Line":"1","Comment":"WILL BE 15 WIDE BY 18 LONG","Loc":"Y"},{"Quote":"222260","Line":"5","Company":"1","F_Line":"2","Comment":"PART NUMBER WILL LIKELY BE:","Loc":"Y"},{"Quote":"222260","Line":"5","Company":"1","F_Line":"3","Comment":"-TRUNNION-STALLION-15/18","Loc":"Y"},{"Quote":"222260","Line":"6","Company":"1","F_Line":"1","Comment":"CUSTOM BASEPLATE FOR ROTARY/TAT/TRUNNION.","Loc":"Y"},{"Quote":"222260","Line":"6","Company":"1","F_Line":"2","Comment":"WILL BE KEYED TO MATCH THE TABLE.","Loc":"Y"},{"Quote":"222260","Line":"6","Company":"1","F_Line":"3","Comment":"PLATE WILL BE 1.25 THICK","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-27 23:21:37.394 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222260-11272024232137.txt === {"quote":"222260","customer":"10015","name":null,"customerName":"Ellison(GA,NC,SC,TN)","comp":"01","open":"0","shipto":"ELLIBREN","shiptoName":"Ellison Technologies","entry_date":"09-28-2024","cust_order_date":"09-28-2024","req_date":"12-07-2024","cust_po":"CNC401 + TRUNNION + RJ","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jared Jobbins","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"01:19","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Jared Jobbins","follow_phone":"","follow_email":"jjobbins@ellisontechnologies.com","pic_user":"fletcherp","total_amt":"49450.00","total_gp":"28552.97","total_gpm":"57.74","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"7","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"222260","line":"0","data":"09-28-2024 01:20 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222260,"Line":0,"Comment":"10/18/2024 9:37 PM - fletcherp - F/U changed from 10/11/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222260,"Line":1,"Comment":"11/01/2024 10:42 PM - fletcherp - CLO changed from 10/28/2024 to 11/9/2024 (CLO Date Updated)"},{"comp":1,"quote":222260,"Line":2,"Comment":"11/08/2024 11:14 PM - fletcherp - F/U changed from 10/26/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222260,"Line":3,"Comment":"11/08/2024 11:14 PM - fletcherp - CLO changed from 10/28/2024 to 11/30/2024 (CLO Date Updated)"},{"comp":1,"quote":222260,"Line":4,"Comment":"11/08/2024 11:14 PM - fletcherp - Req Date changed from 11/09/2024 to 12/07/2024 (Req Date Updated)"},{"comp":1,"quote":222260,"Line":5,"Comment":"11/27/2024 11:21 PM - fletcherp - F/U changed from 11/23/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222260,"Line":6,"Comment":"11/27/2024 11:21 PM - fletcherp - CLO changed from 11/30/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222260","line":"1","part":"CNC401FA-M","qty":"1","price":"16000.00","uom":"EA","discount":"0.00","req_date":"6-8 WEEKS ARO","branch":"1"},{"comp":"01","order":"222260","line":"2","part":"AY0111","qty":"1","price":"5200.00","uom":"EA","discount":"0.00","req_date":"6-8 WEEKS ARO","branch":"1"},{"comp":"01","order":"222260","line":"3","part":"TAT-401","qty":"1","price":"7000.00","uom":"EA","discount":"0.00","req_date":"6-8 WEEKS ARO","branch":"1"},{"comp":"01","order":"222260","line":"4","part":"RN-CN401SD-8+1-B","qty":"1","price":"4950.00","uom":"EA","discount":"0.00","req_date":"6-8 WEEKS ARO","branch":"1"},{"comp":"01","order":"222260","line":"5","part":"TRUNNION-STALLION-10/30","qty":"1","price":"5500.00","uom":"EA","discount":"0.00","req_date":"6-8 WEEKS ARO","branch":"1"},{"comp":"01","order":"222260","line":"6","part":"TRUNNION-BASEPLATE","qty":"1","price":"3300.00","uom":"EA","discount":"0.00","req_date":"6-8 WEEKS ARO","branch":"1"},{"comp":"01","order":"222260","line":"7","part":"INSTALLATION-RT-CNC-SE","qty":"1","price":"7500.00","uom":"EA","discount":"0.00","req_date":"TBD ARO","branch":"1"}],"qlines":[{"Quote":"222260","Line":"2","Company":"1","F_Line":"1","Comment":"AIR/HYDRAULIC BOOSTER FOR ROTARY TABLE BRAKE","Loc":"Y"},{"Quote":"222260","Line":"3","Company":"1","F_Line":"1","Comment":"TAT/SUPPRT TABLE FOR TRUNNION ASSEMBLY","Loc":"Y"},{"Quote":"222260","Line":"4","Company":"1","F_Line":"1","Comment":"ROTARY JOINT FOR THRU CENTER HYDRAULICS/PNUEMATICS","Loc":"Y"},{"Quote":"222260","Line":"5","Company":"1","F_Line":"1","Comment":"WILL BE 15 WIDE BY 18 LONG","Loc":"Y"},{"Quote":"222260","Line":"5","Company":"1","F_Line":"2","Comment":"PART NUMBER WILL LIKELY BE:","Loc":"Y"},{"Quote":"222260","Line":"5","Company":"1","F_Line":"3","Comment":"-TRUNNION-STALLION-15/18","Loc":"Y"},{"Quote":"222260","Line":"6","Company":"1","F_Line":"1","Comment":"CUSTOM BASEPLATE FOR ROTARY/TAT/TRUNNION.","Loc":"Y"},{"Quote":"222260","Line":"6","Company":"1","F_Line":"2","Comment":"WILL BE KEYED TO MATCH THE TABLE.","Loc":"Y"},{"Quote":"222260","Line":"6","Company":"1","F_Line":"3","Comment":"PLATE WILL BE 1.25 THICK","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-27 23:21:50.311 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223784-11272024232150.txt === {"quote":"223784","customer":"13410","name":null,"customerName":"Max Tool Inc.","comp":"01","open":"1","shipto":"MASTCHAT","shiptoName":"Master Machine, Inc.","entry_date":"10-31-2024","cust_order_date":"10-31-2024","req_date":"12-12-2024","cust_po":"SHRINK FIT + EXT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Lee Cleveland","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"14:12","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Lee Cleveland","follow_phone":"931-580-5123","follow_email":"lee.cleveland@maxtoolinc.com","pic_user":"fletcherp","total_amt":"10938.00","total_gp":"4232.98","total_gpm":"38.70","rev_type":"ADV","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"8","totalQty":"18","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"223784","line":"5","data":"10-31-2024 14:22 - Discounts Recalculated QS"},{"comp":"1","quote":"223784","line":"4","data":"10-31-2024 14:19 - Discounts Recalculated QS"},{"comp":"1","quote":"223784","line":"3","data":"10-31-2024 14:17 - Discounts Recalculated QS"},{"comp":"1","quote":"223784","line":"2","data":"open until then"},{"comp":"1","quote":"223784","line":"1","data":"sending seperate order for holders, keep quote"},{"comp":"1","quote":"223784","line":"0","data":"11-11-2024 13:41-alyssah PO sent in for SF Unit"}],"crmnotes":[{"comp":1,"quote":223784,"Line":0,"Comment":"11/15/2024 9:30 PM - fletcherp - F/U changed from 11/13/2024 to 11/23/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223784","line":"1","part":"SF-START2-UNIT-200","qty":"1","price":"7500.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223784","line":"2","part":"SF-POT-HSK80/C8","qty":"2","price":"100.00","uom":"EA","discount":"100.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223784","line":"3","part":"C8-SF0500-3.54CP","qty":"1","price":"640.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223784","line":"4","part":"C8-SF0500-5.12CP","qty":"1","price":"703.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223784","line":"5","part":"C8-SF0625-3.74CP","qty":"1","price":"640.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223784","line":"6","part":"C8-SF0625-5.12CP","qty":"1","price":"703.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223784","line":"7","part":"C8-SF0750-3.74CP","qty":"1","price":"640.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223784","line":"8","part":"C8-SF0750-5.12CP","qty":"1","price":"703.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223784","line":"9","part":"ST50-SF0125-6.30","qty":"1","price":"189.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223784","line":"10","part":"ST50-SF0187-6.30","qty":"1","price":"189.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223784","line":"11","part":"ST62-SF0125-6.30","qty":"1","price":"189.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223784","line":"12","part":"ST62-SF0187-6.30","qty":"1","price":"189.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223784","line":"13","part":"ST62-SF0250-6.30","qty":"1","price":"189.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223784","line":"14","part":"ST75-SF0250-6.30","qty":"1","price":"189.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223784","line":"15","part":"ST75-SF0312-6.30","qty":"1","price":"189.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223784","line":"16","part":"ST75-SF0375-6.30","qty":"1","price":"189.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223784","line":"17","part":"ST75-SF0500-6.30","qty":"1","price":"189.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":17}}] 2024-11-27 23:21:59.532 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222316-11272024232159.txt === {"quote":"222316","customer":"2185","name":null,"customerName":"Stellar Industrial Supply, Inc.","comp":"01","open":"0","shipto":"JTEKTAU","shiptoName":"JTEKT Automotive","entry_date":"09-30-2024","cust_order_date":"09-30-2024","req_date":"12-07-2024","cust_po":"CNC202LFA","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jeff Catlett - TN","drop_po":"REF QUOTE 69222","status":"0","user":"fletcherp","conv_order":"","time":"16:30","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Jeff Catlett - TN","follow_phone":"865-525-6195","follow_email":"jcatlett@stellarindustrial.com","pic_user":"fletcherp","total_amt":"19861.1","total_gp":"14783.15","total_gpm":"74.43","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"222316","line":"0","data":"09-30-2024 16:33 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222316,"Line":0,"Comment":"10/18/2024 9:49 PM - fletcherp - F/U changed from 10/13/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222316,"Line":1,"Comment":"11/08/2024 11:17 PM - fletcherp - F/U changed from 10/26/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222316,"Line":2,"Comment":"11/08/2024 11:17 PM - fletcherp - CLO changed from 10/30/2024 to 11/30/2024 (CLO Date Updated)"},{"comp":1,"quote":222316,"Line":3,"Comment":"11/08/2024 11:17 PM - fletcherp - Req Date changed from 11/11/2024 to 12/07/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222316","line":"1","part":"CNC202LFA","qty":"1","price":"17010.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222316","line":"2","part":"TAT-170","qty":"1","price":"6356.00","uom":"EA","discount":"15.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222316","line":"3","part":"RT-ACCESSORY","qty":"1","price":"0.00","uom":"EA","discount":"15.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-27 23:22:07.047 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223334-11272024232206.txt === {"quote":"223334","customer":"13410","name":null,"customerName":"Max Tool Inc.","comp":"01","open":"0","shipto":"SOUTBIRM","shiptoName":"KRATOS SRE, INC","entry_date":"10-22-2024","cust_order_date":"10-22-2024","req_date":"12-03-2024","cust_po":"DMG MORI NLX LIVE TOOLS","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Danny Williams","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"12:36","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Danny Williams","follow_phone":"205-222-0442","follow_email":"danny@maxtoolinc.com","pic_user":"fletcherp","total_amt":"8651.4","total_gp":"5391.08","total_gpm":"62.31","rev_type":"LT","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"3","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"223334","line":"1","data":"10-23-2024 08:59 - Discounts Recalculated"},{"comp":"1","quote":"223334","line":"0","data":"10-22-2024 12:38 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223334,"Line":0,"Comment":"11/08/2024 11:25 PM - fletcherp - F/U changed from 11/04/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223334,"Line":1,"Comment":"11/08/2024 11:26 PM - fletcherp - CLO changed from 11/22/2024 to 11/30/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223334","line":"1","part":"MNL12-ER32X-OFF","qty":"2","price":"4908.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223334","line":"2","part":"MNL12-ER32Z-MS","qty":"1","price":"4603.00","uom":"EA","discount":"40.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-27 23:22:14.327 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222440-11272024232214.txt === {"quote":"222440","customer":"13170","name":null,"customerName":"Morris South (NC)","comp":"01","open":"0","shipto":"LLTOOLMS","shiptoName":"L & L TOOL COMPANY","entry_date":"10-02-2024","cust_order_date":"10-02-2024","req_date":"12-07-2024","cust_po":"CNC321 MILLAC 1052","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"AM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Sam Rougeux","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"21:39","extra":"","follow_up":"11-30-2024","web_id":"","follow_name":"Sam Rougeux","follow_phone":"","follow_email":"srougeux@morrissouth.com","pic_user":"fletcherp","total_amt":"31550.60","total_gp":"19464.34","total_gpm":"61.69","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"6","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"222440","line":"2","data":"10-02-2024 21:58 - Discounts Recalculated QS"},{"comp":"1","quote":"222440","line":"1","data":"10-02-2024 21:56 - Discounts Recalculated QS"},{"comp":"1","quote":"222440","line":"0","data":"10-02-2024 21:43 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222440,"Line":0,"Comment":"10/18/2024 9:50 PM - fletcherp - F/U changed from 10/15/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222440,"Line":1,"Comment":"11/08/2024 11:19 PM - fletcherp - F/U changed from 11/02/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222440,"Line":2,"Comment":"11/08/2024 11:19 PM - fletcherp - CLO changed from 11/02/2024 to 11/30/2024 (CLO Date Updated)"},{"comp":1,"quote":222440,"Line":3,"Comment":"11/08/2024 11:19 PM - fletcherp - Req Date changed from 11/13/2024 to 12/07/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222440","line":"1","part":"CNC321OSP4-M","qty":"1","price":"34125.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222440","line":"2","part":"RT-ACCS-CABLE","qty":"1","price":"1550.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"},{"comp":"01","order":"222440","line":"3","part":"R-10-SP-SET","qty":"1","price":"2107.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222440","line":"4","part":"R-12B-SP-SET","qty":"1","price":"3403.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222440","line":"7","part":"TRUNNION-BASEPLATE","qty":"1","price":"4400.00","uom":"EA","discount":"20.00","req_date":"MADE TO ORDER","branch":"1"},{"comp":"01","order":"222440","line":"9","part":"P-230S","qty":"1","price":"3489.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222440","Line":"1","Company":"1","F_Line":"1","Comment":"ROTARY TABLE CENTER HEIGHT 230MM","Loc":"Y"},{"Quote":"222440","Line":"2","Company":"1","F_Line":"1","Comment":"POLY WRAPPED EXTERNAL POWER/FEEDBACK CABLES FOR 4TH","Loc":"Y"},{"Quote":"222440","Line":"2","Company":"1","F_Line":"2","Comment":"AXIS. MADE TO LENGTH FOR OKUMA MILLAC 1052","Loc":"Y"},{"Quote":"222440","Line":"7","Company":"1","F_Line":"1","Comment":"CUSTOM Base plate keyed for okuma millac 1052v","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-27 23:22:24.804 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223787-11272024232224.txt === {"quote":"223787","customer":"1340","name":null,"customerName":"Metal Removal Technologies","comp":"01","open":"1","shipto":"METALREM","shiptoName":"Metal Removal Technologies-Bartlett","entry_date":"10-31-2024","cust_order_date":"10-31-2024","req_date":"12-12-2024","cust_po":"MAZAK VC EZ-32 TOOLS","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"26","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Josh Thomas","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"14:31","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Josh Thomas","follow_phone":"501-288-0573","follow_email":"jthomas@metal-removal.com","pic_user":"fletcherp","total_amt":"3302.5","total_gp":"1656.76","total_gpm":"50.17","rev_type":"STD","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"2","totalQty":"43","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"223787","line":"1","data":"10-31-2024 14:41 - Discounts Recalculated QS"},{"comp":"1","quote":"223787","line":"0","data":"10-31-2024 14:37 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223787,"Line":0,"Comment":"11/08/2024 11:27 PM - fletcherp - F/U changed from 11/06/2024 to 11/23/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223787","line":"1","part":"C40R5-0562-2.84","qty":"2","price":"353.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223787","line":"2","part":"C40R5-0875-3.50","qty":"2","price":"363.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223787","line":"3","part":"NT05-010","qty":"1","price":"48.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223787","line":"4","part":"NT05-012","qty":"1","price":"48.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223787","line":"5","part":"NT05-016","qty":"1","price":"48.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223787","line":"6","part":"NT05-020","qty":"1","price":"48.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223787","line":"7","part":"NT05-024","qty":"1","price":"48.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223787","line":"8","part":"NT05-028","qty":"1","price":"48.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223787","line":"9","part":"NT10-032","qty":"1","price":"75.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223787","line":"10","part":"NT10-036","qty":"1","price":"75.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223787","line":"11","part":"NT10-040","qty":"1","price":"75.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223787","line":"12","part":"NT10-044","qty":"1","price":"75.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223787","line":"13","part":"NT10-048","qty":"1","price":"75.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223787","line":"14","part":"E32-SET-21","qty":"2","price":"1092.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223787","line":"15","part":"CAT40-ER32-2.76","qty":"2","price":"209.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223787","line":"16","part":"CAT40-ER32-4.00","qty":"2","price":"209.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223787","line":"17","part":"CAT40-ER32-6.00","qty":"1","price":"209.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223787","line":"18","part":"C4006-0750-1.75","qty":"1","price":"123.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223787","line":"19","part":"C4001-1250-2.00CP","qty":"1","price":"166.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223787","line":"20","part":"C4001-1000-1.75CP","qty":"1","price":"133.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223787","line":"21","part":"C4001-0750-1.75CP","qty":"1","price":"130.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223787","line":"22","part":"C4001-0500-1.75CP","qty":"1","price":"130.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223787","line":"23","part":"C4006-1000-2.00","qty":"1","price":"134.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223787","line":"24","part":"C40-STD-SOLID","qty":"15","price":"31.00","uom":"EA","discount":"50.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":24}}] 2024-11-27 23:22:34.679 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222512-11272024232234.txt === {"quote":"222512","customer":"13410","name":null,"customerName":"Max Tool Inc.","comp":"01","open":"0","shipto":"ALABCALE","shiptoName":"MPI","entry_date":"10-03-2024","cust_order_date":"10-03-2024","req_date":"11-23-2024","cust_po":"E356 PRESETTER","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Wade Davis","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"16:15","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Wade Davis","follow_phone":"(205) 942-2466","follow_email":"wade@maxtoolinc.com","pic_user":"fletcherp","total_amt":"13888.8","total_gp":"6058.60","total_gpm":"43.62","rev_type":"ADV","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"4","win_pct":"20","clo_date":"11-23-2024","notes":[{"comp":"1","quote":"222512","line":"0","data":"10-03-2024 16:16 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222512,"Line":0,"Comment":"10/18/2024 9:58 PM - fletcherp - F/U changed from 10/16/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222512,"Line":1,"Comment":"11/08/2024 11:22 PM - fletcherp - F/U changed from 11/02/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222512,"Line":2,"Comment":"11/08/2024 11:22 PM - fletcherp - CLO changed from 11/03/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":222512,"Line":3,"Comment":"11/08/2024 11:22 PM - fletcherp - Req Date changed from 11/14/2024 to 11/23/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222512","line":"1","part":"PRE-E356PLUS-I50","qty":"1","price":"18200.00","uom":"EA","discount":"28.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"222512","line":"2","part":"PRE-GAUGE-C50","qty":"1","price":"760.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222512","line":"3","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222512","line":"4","part":"PRE-PRNT-ROLL-QL800","qty":"1","price":"30.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-27 23:22:41.498 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222512-11272024232241.txt === {"quote":"222512","customer":"13410","name":null,"customerName":"Max Tool Inc.","comp":"01","open":"0","shipto":"ALABCALE","shiptoName":"MPI","entry_date":"10-03-2024","cust_order_date":"10-03-2024","req_date":"11-23-2024","cust_po":"E356 PRESETTER","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Wade Davis","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"16:15","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Wade Davis","follow_phone":"(205) 942-2466","follow_email":"wade@maxtoolinc.com","pic_user":"fletcherp","total_amt":"13888.8","total_gp":"6058.60","total_gpm":"43.62","rev_type":"ADV","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"222512","line":"0","data":"10-03-2024 16:16 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222512,"Line":0,"Comment":"10/18/2024 9:58 PM - fletcherp - F/U changed from 10/16/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222512,"Line":1,"Comment":"11/08/2024 11:22 PM - fletcherp - F/U changed from 11/02/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222512,"Line":2,"Comment":"11/08/2024 11:22 PM - fletcherp - CLO changed from 11/03/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":222512,"Line":3,"Comment":"11/08/2024 11:22 PM - fletcherp - Req Date changed from 11/14/2024 to 11/23/2024 (Req Date Updated)"},{"comp":1,"quote":222512,"Line":4,"Comment":"11/27/2024 11:22 PM - fletcherp - F/U changed from 11/23/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222512,"Line":5,"Comment":"11/27/2024 11:22 PM - fletcherp - CLO changed from 11/23/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222512","line":"1","part":"PRE-E356PLUS-I50","qty":"1","price":"18200.00","uom":"EA","discount":"28.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"222512","line":"2","part":"PRE-GAUGE-C50","qty":"1","price":"760.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222512","line":"3","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222512","line":"4","part":"PRE-PRNT-ROLL-QL800","qty":"1","price":"30.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-27 23:22:45.217 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222512-11272024232244.txt === {"quote":"222512","customer":"13410","name":null,"customerName":"Max Tool Inc.","comp":"01","open":"0","shipto":"ALABCALE","shiptoName":"MPI","entry_date":"10-03-2024","cust_order_date":"10-03-2024","req_date":"12-07-2024","cust_po":"E356 PRESETTER","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Wade Davis","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"16:15","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Wade Davis","follow_phone":"(205) 942-2466","follow_email":"wade@maxtoolinc.com","pic_user":"fletcherp","total_amt":"13888.8","total_gp":"6058.60","total_gpm":"43.62","rev_type":"ADV","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"222512","line":"0","data":"10-03-2024 16:16 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222512,"Line":0,"Comment":"10/18/2024 9:58 PM - fletcherp - F/U changed from 10/16/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222512,"Line":1,"Comment":"11/08/2024 11:22 PM - fletcherp - F/U changed from 11/02/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222512,"Line":2,"Comment":"11/08/2024 11:22 PM - fletcherp - CLO changed from 11/03/2024 to 11/23/2024 (CLO Date Updated)"},{"comp":1,"quote":222512,"Line":3,"Comment":"11/08/2024 11:22 PM - fletcherp - Req Date changed from 11/14/2024 to 11/23/2024 (Req Date Updated)"},{"comp":1,"quote":222512,"Line":4,"Comment":"11/27/2024 11:22 PM - fletcherp - F/U changed from 11/23/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222512,"Line":5,"Comment":"11/27/2024 11:22 PM - fletcherp - CLO changed from 11/23/2024 to 12/07/2024 (CLO Date Updated)"},{"comp":1,"quote":222512,"Line":6,"Comment":"11/27/2024 11:22 PM - fletcherp - Req Date changed from 11/23/2024 to 12/07/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222512","line":"1","part":"PRE-E356PLUS-I50","qty":"1","price":"18200.00","uom":"EA","discount":"28.00","req_date":"B/O ETA","branch":"1"},{"comp":"01","order":"222512","line":"2","part":"PRE-GAUGE-C50","qty":"1","price":"760.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222512","line":"3","part":"PRE-PRNT-QL800","qty":"1","price":"300.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222512","line":"4","part":"PRE-PRNT-ROLL-QL800","qty":"1","price":"30.00","uom":"EA","discount":"28.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-27 23:22:51.329 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-219428-11272024232251.txt === {"quote":"219428","customer":"10015","name":null,"customerName":"Ellison(GA,NC,SC,TN)","comp":"01","open":"1","shipto":"SMITNEPH","shiptoName":"Smith & Nephew, Inc.","entry_date":"07-30-2024","cust_order_date":"07-30-2024","req_date":"12-07-2024","cust_po":"5AX-201 DNM4500 ATL5C","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"70","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"JARED JOBBINS SR","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"13:28","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"JARED JOBBINS SR","follow_phone":"901-485-5868","follow_email":"JJOBBINS@ELLISONTECHNOLOGIES.COM","pic_user":"fletcherp","total_amt":"45050.00","total_gp":"29490.12","total_gpm":"65.46","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"2","totalQty":"3","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"219428","line":"0","data":"07-30-2024 13:39 - Discounts Recalculated"}],"crmnotes":[{"comp":1,"quote":219428,"Line":0,"Comment":"08/16/2024 9:44 PM - fletcherp - F/U changed from 08/12/2024 to 8/24/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219428,"Line":1,"Comment":"08/16/2024 9:44 PM - fletcherp - CLO changed from 08/20/2024 to 08/31/2024 (CLO Date Updated)"},{"comp":1,"quote":219428,"Line":2,"Comment":"08/30/2024 9:12 PM - fletcherp - F/U changed from 08/24/2024 to 9/14/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219428,"Line":3,"Comment":"08/30/2024 9:12 PM - fletcherp - CLO changed from 08/31/2024 to 09/21/2024 (CLO Date Updated)"},{"comp":1,"quote":219428,"Line":4,"Comment":"08/30/2024 9:13 PM - fletcherp - Req Date changed from 09/10/2024 to 10/05/2024 (Req Date Updated)"},{"comp":1,"quote":219428,"Line":5,"Comment":"09/20/2024 10:47 PM - fletcherp - F/U changed from 09/14/2024 to 10/5/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219428,"Line":6,"Comment":"09/20/2024 10:47 PM - fletcherp - CLO changed from 09/21/2024 to 10/05/2024 (CLO Date Updated)"},{"comp":1,"quote":219428,"Line":7,"Comment":"10/06/2024 10:51 PM - fletcherp - F/U changed from 10/05/2024 to 10/26/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219428,"Line":8,"Comment":"10/06/2024 10:51 PM - fletcherp - CLO changed from 10/05/2024 to 10/26/2024 (CLO Date Updated)"},{"comp":1,"quote":219428,"Line":9,"Comment":"10/06/2024 10:51 PM - fletcherp - Req Date changed from 10/05/2024 to 10/26/2024 (Req Date Updated)"},{"comp":1,"quote":219428,"Line":10,"Comment":"11/08/2024 11:13 PM - fletcherp - F/U changed from 10/26/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":219428,"Line":11,"Comment":"11/08/2024 11:13 PM - fletcherp - CLO changed from 10/26/2024 to 11/30/2024 (CLO Date Updated)"},{"comp":1,"quote":219428,"Line":12,"Comment":"11/08/2024 11:13 PM - fletcherp - Req Date changed from 10/26/2024 to 12/07/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"219428","line":"1","part":"5AX-201FA-M-AB","qty":"1","price":"28000.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219428","line":"2","part":"ATL206-5C","qty":"1","price":"3550.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"219428","line":"3","part":"INSTALLATION-RT-5AX-SE","qty":"1","price":"13500.00","uom":"EA","discount":"0.00","req_date":"TBD ARO","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":3}}] 2024-11-27 23:22:59.913 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222657-11272024232259.txt === {"quote":"222657","customer":"3980","name":null,"customerName":"Cutting Tools Inc.","comp":"01","open":"0","shipto":"NEWWAYIN","shiptoName":"New Way Trucks","entry_date":"10-08-2024","cust_order_date":"10-08-2024","req_date":"12-07-2024","cust_po":"CAPTO QC LIVE TOOLING","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"47","salesman":"KH","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jonas Eldred","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"08:15","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Jonas Eldred","follow_phone":"","follow_email":"jeldred@cuttingtoolsinc.com","pic_user":"fletcherp","total_amt":"30983.22","total_gp":"14264.55","total_gpm":"46.04","rev_type":"LT","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"25","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"222657","line":"2","data":"10-11-2024 12:20 - Discounts Recalculated QS"},{"comp":"1","quote":"222657","line":"1","data":"10-11-2024 12:19 - Discounts Recalculated QS"},{"comp":"1","quote":"222657","line":"0","data":"10-08-2024 08:44 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222657,"Line":0,"Comment":"10/25/2024 9:22 PM - fletcherp - F/U changed from 10/21/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222657,"Line":1,"Comment":"10/25/2024 9:22 PM - fletcherp - CLO changed from NaN/NaN/NaN to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":222657,"Line":2,"Comment":"11/08/2024 11:23 PM - fletcherp - F/U changed from 11/02/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222657,"Line":3,"Comment":"11/08/2024 11:23 PM - fletcherp - CLO changed from 11/02/2024 to 11/30/2024 (CLO Date Updated)"},{"comp":1,"quote":222657,"Line":4,"Comment":"11/08/2024 11:23 PM - fletcherp - Req Date changed from 11/19/2024 to 12/07/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222657","line":"1","part":"BMT65-C4X-ICE","qty":"3","price":"4212.65","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222657","line":"2","part":"BMT65-C4Z-ICE-72","qty":"3","price":"6018.77","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222657","line":"3","part":"C4-SK20-75","qty":"12","price":"629.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222657","line":"4","part":"SK20-SET-10-A","qty":"2","price":"877.00","uom":"ST","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222657","line":"5","part":"BMT65-STC4X-IC","qty":"2","price":"2156.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222657","line":"6","part":"BMT65-STC4Z-IC","qty":"2","price":"2180.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222657","line":"7","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222657","Line":"7","Company":"1","F_Line":"1","Comment":"ADDITIONAL 10% DISCOUNT FROM IMTS PROMO","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-27 23:23:06.230 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222657-11272024232306.txt === {"quote":"222657","customer":"3980","name":null,"customerName":"Cutting Tools Inc.","comp":"01","open":"0","shipto":"NEWWAYIN","shiptoName":"New Way Trucks","entry_date":"10-08-2024","cust_order_date":"10-08-2024","req_date":"12-07-2024","cust_po":"CAPTO QC LIVE TOOLING","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"47","salesman":"KH","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Jonas Eldred","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"08:15","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Jonas Eldred","follow_phone":"","follow_email":"jeldred@cuttingtoolsinc.com","pic_user":"fletcherp","total_amt":"30983.22","total_gp":"14264.55","total_gpm":"46.04","rev_type":"LT","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"25","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"222657","line":"2","data":"10-11-2024 12:20 - Discounts Recalculated QS"},{"comp":"1","quote":"222657","line":"1","data":"10-11-2024 12:19 - Discounts Recalculated QS"},{"comp":"1","quote":"222657","line":"0","data":"10-08-2024 08:44 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":222657,"Line":0,"Comment":"10/25/2024 9:22 PM - fletcherp - F/U changed from 10/21/2024 to 11/2/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222657,"Line":1,"Comment":"10/25/2024 9:22 PM - fletcherp - CLO changed from NaN/NaN/NaN to 11/02/2024 (CLO Date Updated)"},{"comp":1,"quote":222657,"Line":2,"Comment":"11/08/2024 11:23 PM - fletcherp - F/U changed from 11/02/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222657,"Line":3,"Comment":"11/08/2024 11:23 PM - fletcherp - CLO changed from 11/02/2024 to 11/30/2024 (CLO Date Updated)"},{"comp":1,"quote":222657,"Line":4,"Comment":"11/08/2024 11:23 PM - fletcherp - Req Date changed from 11/19/2024 to 12/07/2024 (Req Date Updated)"},{"comp":1,"quote":222657,"Line":5,"Comment":"11/27/2024 11:22 PM - fletcherp - F/U changed from 11/23/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222657,"Line":6,"Comment":"11/27/2024 11:23 PM - fletcherp - CLO changed from 11/30/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222657","line":"1","part":"BMT65-C4X-ICE","qty":"3","price":"4212.65","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222657","line":"2","part":"BMT65-C4Z-ICE-72","qty":"3","price":"6018.77","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222657","line":"3","part":"C4-SK20-75","qty":"12","price":"629.00","uom":"EA","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222657","line":"4","part":"SK20-SET-10-A","qty":"2","price":"877.00","uom":"ST","discount":"42.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222657","line":"5","part":"BMT65-STC4X-IC","qty":"2","price":"2156.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222657","line":"6","part":"BMT65-STC4Z-IC","qty":"2","price":"2180.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222657","line":"7","part":"PROMOTION-IMTS24LIVE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"222657","Line":"7","Company":"1","F_Line":"1","Comment":"ADDITIONAL 10% DISCOUNT FROM IMTS PROMO","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":7}}] 2024-11-27 23:23:11.967 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223955-11272024232311.txt === {"quote":"223955","customer":"13170","name":null,"customerName":"Morris South (NC)","comp":"01","open":"1","shipto":"MORRISS","shiptoName":"Morris South","entry_date":"11-05-2024","cust_order_date":"11-05-2024","req_date":"12-17-2024","cust_po":"5AX-130 OKUMA","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"20","salesman":"AM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Patrick Sanders","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"10:52","extra":"","follow_up":"11-23-2024","web_id":"","follow_name":"Patrick Sanders","follow_phone":"","follow_email":"psanders@morrissouth.com","pic_user":"fletcherp","total_amt":"33736.5","total_gp":"22084.13","total_gpm":"65.46","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"2","totalQty":"2","win_pct":"20","clo_date":"12-05-2024","notes":[{"comp":"1","quote":"223955","line":"0","data":"11-05-2024 11:03 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223955,"Line":0,"Comment":"11/15/2024 9:38 PM - fletcherp - F/U changed from 11/18/2024 to 11/23/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223955","line":"1","part":"5AX-130OSP4-M","qty":"1","price":"48195.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223955","line":"2","part":"RT-ACCS-CABLE","qty":"1","price":"3100.00","uom":"EA","discount":"100.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"223955","Line":"2","Company":"1","F_Line":"1","Comment":"EXTERNAL POWER/FEEDBACK CABLES FOR 4TH/5TH AXES","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-27 23:23:24.336 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223412-11272024232324.txt === {"quote":"223412","customer":"13170TA","name":null,"customerName":"Morris South (NC-TA)","comp":"01","open":"0","shipto":"HARTMONT","shiptoName":"Hartzell Engine Technologies","entry_date":"10-23-2024","cust_order_date":"09-16-2024","req_date":"12-01-2024","cust_po":"346BA PRESETTER","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Headley","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"12:29","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"David Headley","follow_phone":"334-216-4205","follow_email":"dheadley@morrissouth.com","pic_user":"fletcherp","total_amt":"36619.00","total_gp":"21025.00","total_gpm":"57.42","rev_type":"ADV","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"17","win_pct":"20","clo_date":"11-30-2024","notes":[],"crmnotes":[{"comp":1,"quote":223412,"Line":0,"Comment":"11/08/2024 11:17 PM - fletcherp - F/U changed from 10/29/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223412,"Line":1,"Comment":"11/08/2024 11:17 PM - fletcherp - CLO changed from 11/15/2024 to 11/30/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223412","line":"1","part":"PRE-E346BA-I40","qty":"1","price":"24800.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223412","line":"2","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223412","line":"3","part":"PRE-SPDL-C6RA","qty":"1","price":"4080.00","uom":"EA","discount":"30.00","req_date":"2-3 WEEKS","branch":"1"},{"comp":"01","order":"223412","line":"4","part":"PRE-GAUGE-C6","qty":"1","price":"2720.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223412","line":"5","part":"PRE-INST/TRAINING","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"TBD ARO","branch":"1"},{"comp":"01","order":"223412","line":"7","part":"PRE-TID-12TMKE","qty":"3","price":"2500.00","uom":"EA","discount":"30.00","req_date":"TBD ARO","branch":"1"},{"comp":"01","order":"223412","line":"8","part":"PRE-TID-12TRE","qty":"1","price":"700.00","uom":"EA","discount":"30.00","req_date":"TBD ARO","branch":"1"},{"comp":"01","order":"223412","line":"9","part":"PRE-TID-IPC","qty":"3","price":"1800.00","uom":"EA","discount":"30.00","req_date":"TBD ARO","branch":"1"},{"comp":"01","order":"223412","line":"10","part":"PRE-TID-12TSPV","qty":"3","price":"550.00","uom":"EA","discount":"30.00","req_date":"TBD ARO","branch":"1"},{"comp":"01","order":"223412","line":"11","part":"PRE-TID-12TEN","qty":"1","price":"220.00","uom":"EA","discount":"30.00","req_date":"TBD ARO","branch":"1"},{"comp":"01","order":"223412","line":"12","part":"PRE-INST/TRAINING","qty":"1","price":"3250.00","uom":"EA","discount":"0.00","req_date":"TBD ARO","branch":"1"}],"qlines":[{"Quote":"223412","Line":"5","Company":"1","F_Line":"1","Comment":"PRESETTER INSTALLATION & TRAINING ONLY","Loc":"Y"},{"Quote":"223412","Line":"5","Company":"1","F_Line":"2","Comment":"FLETCHER POLAND WILL INSTALL PRESETTER AT NO COST","Loc":"Y"},{"Quote":"223412","Line":"12","Company":"1","F_Line":"1","Comment":"INSTALLATION & TRAINING FOR 1 TID INSTALLATION.","Loc":"Y"},{"Quote":"223412","Line":"12","Company":"1","F_Line":"2","Comment":"INSTALLATION MUST BE DONE AT THE SAME TIME AS","Loc":"Y"},{"Quote":"223412","Line":"12","Company":"1","F_Line":"3","Comment":"PRESETTER TRAINING.","Loc":"Y"},{"Quote":"223412","Line":"12","Company":"1","F_Line":"4","Comment":"ERIC HARTMAN WILL PERFORM TID INSTALLATION","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":11}}] 2024-11-27 23:23:32.616 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223412-11272024232332.txt === {"quote":"223412","customer":"13170TA","name":null,"customerName":"Morris South (NC-TA)","comp":"01","open":"0","shipto":"HARTMONT","shiptoName":"Hartzell Engine Technologies","entry_date":"10-23-2024","cust_order_date":"09-16-2024","req_date":"12-01-2024","cust_po":"346BA PRESETTER","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Headley","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"12:29","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"David Headley","follow_phone":"334-216-4205","follow_email":"dheadley@morrissouth.com","pic_user":"fletcherp","total_amt":"36619.00","total_gp":"21025.00","total_gpm":"57.42","rev_type":"ADV","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"17","win_pct":"20","clo_date":"12-07-2024","notes":[],"crmnotes":[{"comp":1,"quote":223412,"Line":0,"Comment":"11/08/2024 11:17 PM - fletcherp - F/U changed from 10/29/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223412,"Line":1,"Comment":"11/08/2024 11:17 PM - fletcherp - CLO changed from 11/15/2024 to 11/30/2024 (CLO Date Updated)"},{"comp":1,"quote":223412,"Line":2,"Comment":"11/27/2024 11:23 PM - fletcherp - F/U changed from 11/23/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223412,"Line":3,"Comment":"11/27/2024 11:23 PM - fletcherp - CLO changed from 11/30/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223412","line":"1","part":"PRE-E346BA-I40","qty":"1","price":"24800.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223412","line":"2","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223412","line":"3","part":"PRE-SPDL-C6RA","qty":"1","price":"4080.00","uom":"EA","discount":"30.00","req_date":"2-3 WEEKS","branch":"1"},{"comp":"01","order":"223412","line":"4","part":"PRE-GAUGE-C6","qty":"1","price":"2720.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223412","line":"5","part":"PRE-INST/TRAINING","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"TBD ARO","branch":"1"},{"comp":"01","order":"223412","line":"7","part":"PRE-TID-12TMKE","qty":"3","price":"2500.00","uom":"EA","discount":"30.00","req_date":"TBD ARO","branch":"1"},{"comp":"01","order":"223412","line":"8","part":"PRE-TID-12TRE","qty":"1","price":"700.00","uom":"EA","discount":"30.00","req_date":"TBD ARO","branch":"1"},{"comp":"01","order":"223412","line":"9","part":"PRE-TID-IPC","qty":"3","price":"1800.00","uom":"EA","discount":"30.00","req_date":"TBD ARO","branch":"1"},{"comp":"01","order":"223412","line":"10","part":"PRE-TID-12TSPV","qty":"3","price":"550.00","uom":"EA","discount":"30.00","req_date":"TBD ARO","branch":"1"},{"comp":"01","order":"223412","line":"11","part":"PRE-TID-12TEN","qty":"1","price":"220.00","uom":"EA","discount":"30.00","req_date":"TBD ARO","branch":"1"},{"comp":"01","order":"223412","line":"12","part":"PRE-INST/TRAINING","qty":"1","price":"3250.00","uom":"EA","discount":"0.00","req_date":"TBD ARO","branch":"1"}],"qlines":[{"Quote":"223412","Line":"5","Company":"1","F_Line":"1","Comment":"PRESETTER INSTALLATION & TRAINING ONLY","Loc":"Y"},{"Quote":"223412","Line":"5","Company":"1","F_Line":"2","Comment":"FLETCHER POLAND WILL INSTALL PRESETTER AT NO COST","Loc":"Y"},{"Quote":"223412","Line":"12","Company":"1","F_Line":"1","Comment":"INSTALLATION & TRAINING FOR 1 TID INSTALLATION.","Loc":"Y"},{"Quote":"223412","Line":"12","Company":"1","F_Line":"2","Comment":"INSTALLATION MUST BE DONE AT THE SAME TIME AS","Loc":"Y"},{"Quote":"223412","Line":"12","Company":"1","F_Line":"3","Comment":"PRESETTER TRAINING.","Loc":"Y"},{"Quote":"223412","Line":"12","Company":"1","F_Line":"4","Comment":"ERIC HARTMAN WILL PERFORM TID INSTALLATION","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":11}}] 2024-11-27 23:23:37.174 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223412-11272024232336.txt === {"quote":"223412","customer":"13170TA","name":null,"customerName":"Morris South (NC-TA)","comp":"01","open":"0","shipto":"HARTMONT","shiptoName":"Hartzell Engine Technologies","entry_date":"10-23-2024","cust_order_date":"09-16-2024","req_date":"12-07-2024","cust_po":"346BA PRESETTER","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"David Headley","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"12:29","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"David Headley","follow_phone":"334-216-4205","follow_email":"dheadley@morrissouth.com","pic_user":"fletcherp","total_amt":"36619.00","total_gp":"21025.00","total_gpm":"57.42","rev_type":"ADV","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"17","win_pct":"20","clo_date":"12-07-2024","notes":[],"crmnotes":[{"comp":1,"quote":223412,"Line":0,"Comment":"11/08/2024 11:17 PM - fletcherp - F/U changed from 10/29/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223412,"Line":1,"Comment":"11/08/2024 11:17 PM - fletcherp - CLO changed from 11/15/2024 to 11/30/2024 (CLO Date Updated)"},{"comp":1,"quote":223412,"Line":2,"Comment":"11/27/2024 11:23 PM - fletcherp - F/U changed from 11/23/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223412,"Line":3,"Comment":"11/27/2024 11:23 PM - fletcherp - CLO changed from 11/30/2024 to 12/07/2024 (CLO Date Updated)"},{"comp":1,"quote":223412,"Line":4,"Comment":"11/27/2024 11:23 PM - fletcherp - Req Date changed from 12/01/2024 to 12/07/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223412","line":"1","part":"PRE-E346BA-I40","qty":"1","price":"24800.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223412","line":"2","part":"PRE-GAUGE-C40","qty":"1","price":"600.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223412","line":"3","part":"PRE-SPDL-C6RA","qty":"1","price":"4080.00","uom":"EA","discount":"30.00","req_date":"2-3 WEEKS","branch":"1"},{"comp":"01","order":"223412","line":"4","part":"PRE-GAUGE-C6","qty":"1","price":"2720.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"223412","line":"5","part":"PRE-INST/TRAINING","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"TBD ARO","branch":"1"},{"comp":"01","order":"223412","line":"7","part":"PRE-TID-12TMKE","qty":"3","price":"2500.00","uom":"EA","discount":"30.00","req_date":"TBD ARO","branch":"1"},{"comp":"01","order":"223412","line":"8","part":"PRE-TID-12TRE","qty":"1","price":"700.00","uom":"EA","discount":"30.00","req_date":"TBD ARO","branch":"1"},{"comp":"01","order":"223412","line":"9","part":"PRE-TID-IPC","qty":"3","price":"1800.00","uom":"EA","discount":"30.00","req_date":"TBD ARO","branch":"1"},{"comp":"01","order":"223412","line":"10","part":"PRE-TID-12TSPV","qty":"3","price":"550.00","uom":"EA","discount":"30.00","req_date":"TBD ARO","branch":"1"},{"comp":"01","order":"223412","line":"11","part":"PRE-TID-12TEN","qty":"1","price":"220.00","uom":"EA","discount":"30.00","req_date":"TBD ARO","branch":"1"},{"comp":"01","order":"223412","line":"12","part":"PRE-INST/TRAINING","qty":"1","price":"3250.00","uom":"EA","discount":"0.00","req_date":"TBD ARO","branch":"1"}],"qlines":[{"Quote":"223412","Line":"5","Company":"1","F_Line":"1","Comment":"PRESETTER INSTALLATION & TRAINING ONLY","Loc":"Y"},{"Quote":"223412","Line":"5","Company":"1","F_Line":"2","Comment":"FLETCHER POLAND WILL INSTALL PRESETTER AT NO COST","Loc":"Y"},{"Quote":"223412","Line":"12","Company":"1","F_Line":"1","Comment":"INSTALLATION & TRAINING FOR 1 TID INSTALLATION.","Loc":"Y"},{"Quote":"223412","Line":"12","Company":"1","F_Line":"2","Comment":"INSTALLATION MUST BE DONE AT THE SAME TIME AS","Loc":"Y"},{"Quote":"223412","Line":"12","Company":"1","F_Line":"3","Comment":"PRESETTER TRAINING.","Loc":"Y"},{"Quote":"223412","Line":"12","Company":"1","F_Line":"4","Comment":"ERIC HARTMAN WILL PERFORM TID INSTALLATION","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":11}}] 2024-11-27 23:23:41.625 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224146-11272024232341.txt === {"quote":"224146","customer":"6150","name":null,"customerName":"Fastenal Company Purchasing (MN)","comp":"01","open":"0","shipto":"FLOWCOOK","shiptoName":"FLOWSERVE","entry_date":"11-07-2024","cust_order_date":"11-07-2024","req_date":"12-19-2024","cust_po":"E236+ PRESETTER","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"35","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"STEVE CUMMINS","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"16:44","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"STEVE CUMMINS","follow_phone":"","follow_email":"scummins@fastenal.com","pic_user":"fletcherp","total_amt":"7410","total_gp":"3709.38","total_gpm":"50.06","rev_type":"ADV","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"224146","line":"1","data":"11-07-2024 16:48 - Discounts Recalculated"},{"comp":"1","quote":"224146","line":"0","data":"11-07-2024 16:45 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":224146,"Line":0,"Comment":"11/15/2024 9:39 PM - fletcherp - F/U changed from 11/20/2024 to 11/23/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224146","line":"1","part":"PRE-E236PLUS-I50","qty":"1","price":"9500.00","uom":"EA","discount":"22.00","req_date":"0 Stk","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-27 23:27:01.929 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223538-11272024232701.txt === {"quote":"223538","customer":"13410","name":null,"customerName":"Max Tool Inc.","comp":"01","open":"0","shipto":"DYNET","shiptoName":"Dynetics, Incorporated","entry_date":"10-25-2024","cust_order_date":"10-25-2024","req_date":"12-06-2024","cust_po":"BMT85 CAPTO C5 LT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Keith Dye","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"13:35","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Keith Dye","follow_phone":"","follow_email":"dpitool@gmail.com","pic_user":"fletcherp","total_amt":"15450.00","total_gp":"6632.89","total_gpm":"42.93","rev_type":"LT","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"2","win_pct":"20","clo_date":"11-25-2024","notes":[{"comp":"1","quote":"223538","line":"0","data":"10-25-2024 13:36 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223538,"Line":0,"Comment":"11/08/2024 11:19 PM - fletcherp - F/U changed from 10/31/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223538,"Line":1,"Comment":"11/15/2024 9:32 PM - fletcherp - F/U changed from 11/16/2024 to 11/23/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"223538","line":"1","part":"BMT85-C5X-ICE","qty":"1","price":"6950.00","uom":"EA","discount":"0.00","req_date":"FACTORY STOCK","branch":"1"},{"comp":"01","order":"223538","line":"2","part":"BMT85-C5Z-85-ICE","qty":"1","price":"8500.00","uom":"EA","discount":"0.00","req_date":"FACTORY STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-27 23:27:11.079 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223538-11272024232710.txt === {"quote":"223538","customer":"13410","name":null,"customerName":"Max Tool Inc.","comp":"01","open":"0","shipto":"DYNET","shiptoName":"Dynetics, Incorporated","entry_date":"10-25-2024","cust_order_date":"10-25-2024","req_date":"12-06-2024","cust_po":"BMT85 CAPTO C5 LT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Keith Dye","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"13:35","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Keith Dye","follow_phone":"","follow_email":"dpitool@gmail.com","pic_user":"fletcherp","total_amt":"15450.00","total_gp":"6632.89","total_gpm":"42.93","rev_type":"LT","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"223538","line":"0","data":"10-25-2024 13:36 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223538,"Line":0,"Comment":"11/08/2024 11:19 PM - fletcherp - F/U changed from 10/31/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223538,"Line":1,"Comment":"11/15/2024 9:32 PM - fletcherp - F/U changed from 11/16/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223538,"Line":2,"Comment":"11/27/2024 11:27 PM - fletcherp - F/U changed from 11/23/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223538,"Line":3,"Comment":"11/27/2024 11:27 PM - fletcherp - CLO changed from 11/25/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223538","line":"1","part":"BMT85-C5X-ICE","qty":"1","price":"6950.00","uom":"EA","discount":"0.00","req_date":"FACTORY STOCK","branch":"1"},{"comp":"01","order":"223538","line":"2","part":"BMT85-C5Z-85-ICE","qty":"1","price":"8500.00","uom":"EA","discount":"0.00","req_date":"FACTORY STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-27 23:27:15.093 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223538-11272024232714.txt === {"quote":"223538","customer":"13410","name":null,"customerName":"Max Tool Inc.","comp":"01","open":"0","shipto":"DYNET","shiptoName":"Dynetics, Incorporated","entry_date":"10-25-2024","cust_order_date":"10-25-2024","req_date":"12-07-2024","cust_po":"BMT85 CAPTO C5 LT","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"Keith Dye","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"13:35","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Keith Dye","follow_phone":"","follow_email":"dpitool@gmail.com","pic_user":"fletcherp","total_amt":"15450.00","total_gp":"6632.89","total_gpm":"42.93","rev_type":"LT","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"223538","line":"0","data":"10-25-2024 13:36 - Discounts Recalculated QS"}],"crmnotes":[{"comp":1,"quote":223538,"Line":0,"Comment":"11/08/2024 11:19 PM - fletcherp - F/U changed from 10/31/2024 to 11/16/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223538,"Line":1,"Comment":"11/15/2024 9:32 PM - fletcherp - F/U changed from 11/16/2024 to 11/23/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223538,"Line":2,"Comment":"11/27/2024 11:27 PM - fletcherp - F/U changed from 11/23/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223538,"Line":3,"Comment":"11/27/2024 11:27 PM - fletcherp - CLO changed from 11/25/2024 to 12/07/2024 (CLO Date Updated)"},{"comp":1,"quote":223538,"Line":4,"Comment":"11/27/2024 11:27 PM - fletcherp - Req Date changed from 12/06/2024 to 12/07/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223538","line":"1","part":"BMT85-C5X-ICE","qty":"1","price":"6950.00","uom":"EA","discount":"0.00","req_date":"FACTORY STOCK","branch":"1"},{"comp":"01","order":"223538","line":"2","part":"BMT85-C5Z-85-ICE","qty":"1","price":"8500.00","uom":"EA","discount":"0.00","req_date":"FACTORY STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-27 23:27:20.751 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224216-11272024232720.txt === {"quote":"224216","customer":"13680","name":null,"customerName":"Mitsui Seiki USA Inc.","comp":"01","open":"0","shipto":"GENERDYN","shiptoName":"General Dynamics OTS Inc","entry_date":"11-11-2024","cust_order_date":"11-11-2024","req_date":"12-23-2024","cust_po":"CNC401T 630HMC","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"15","salesman":"NM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Terry Ritterbush","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"09:59","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Terry Ritterbush","follow_phone":"(256) 431-1513","follow_email":"tritterbush@mitsuiseiki.com","pic_user":"fletcherp","total_amt":"51016.25","total_gp":"39807.24","total_gpm":"78.03","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"4","win_pct":"20","clo_date":"12-11-2024","notes":[{"comp":"1","quote":"224216","line":"0","data":"11-11-2024 10:01 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"224216","line":"1","part":"CNC401TFA-M","qty":"1","price":"32340.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224216","line":"2","part":"AY0200","qty":"1","price":"4185.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224216","line":"3","part":"SWING-BOX/CVR-321T","qty":"1","price":"3500.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224216","line":"4","part":"INSTALLATION-RT-CNC-SE","qty":"1","price":"25000.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":4}}] 2024-11-27 23:27:28.343 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224219-11272024232728.txt === {"quote":"224219","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"DYNLEICO","shiptoName":"Dynetics a Leidos Company","entry_date":"11-11-2024","cust_order_date":"11-11-2024","req_date":"12-23-2024","cust_po":"MI QUICK CHANGE HEAD","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Jeremy Houston","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"10:15","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Jeremy Houston","follow_phone":"256-595-0446","follow_email":"JEREMY@AFI-TOOLS.COM","pic_user":"fletcherp","total_amt":"31161.51","total_gp":"14203.67","total_gpm":"45.58","rev_type":"ADV","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"30","win_pct":"20","clo_date":"12-11-2024","notes":[{"comp":"1","quote":"224219","line":"0","data":"11-11-2024 10:17 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"224219","line":"1","part":"MI32-ER16","qty":"12","price":"629.00","uom":"EA","discount":"27.00","req_date":"3 Stk","branch":"1"},{"comp":"01","order":"224219","line":"2","part":"MI32-ER16I","qty":"12","price":"629.00","uom":"EA","discount":"27.00","req_date":"3 Stk","branch":"1"},{"comp":"01","order":"224219","line":"3","part":"C8-MRAM-IC","qty":"1","price":"6515.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224219","line":"4","part":"H63A-MRAM-IC","qty":"1","price":"6389.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224219","line":"5","part":"MRAM-MI32-IC","qty":"1","price":"5179.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224219","line":"6","part":"MRAM-MI32L-IC","qty":"1","price":"5251.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224219","line":"7","part":"MRAM-EXT-200","qty":"1","price":"2345.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224219","line":"8","part":"MRAM-EXT-100","qty":"1","price":"1912.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":8}}] 2024-11-27 23:27:38.883 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224602-11272024232738.txt === {"quote":"224602","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"0","shipto":"TOPRE","shiptoName":"Topre American Corporation","entry_date":"11-19-2024","cust_order_date":"11-19-2024","req_date":"12-31-2024","cust_po":"BT50 TC1 HOLDERS","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Terry Rice","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"10:00","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Terry Rice","follow_phone":"","follow_email":"terry.rice@mscdirect.com","pic_user":"fletcherp","total_amt":"349.87","total_gp":"348.87","total_gpm":"99.71","rev_type":"STD","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-19-2024","notes":[{"comp":"1","quote":"224602","line":"0","data":"11-19-2024 10:01 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"224602","line":"1","part":"B5005-0562-4.92","qty":"1","price":"593.00","uom":"EA","discount":"41.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-27 23:27:47.841 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223391-11272024232747.txt === {"quote":"223391","customer":"3525","name":null,"customerName":"Cline Tool & Service Company","comp":"01","open":"0","shipto":"MAHLMOMO","shiptoName":"MAHLE ENGINE COMPONENTS","entry_date":"10-23-2024","cust_order_date":"10-23-2024","req_date":"12-04-2024","cust_po":"SPECIAL BMT68","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"37","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Chris Crawford","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"10:27","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Chris Crawford","follow_phone":"641-792-7081","follow_email":"ccrawford@clinetool.com","pic_user":"fletcherp","total_amt":"151774.90","total_gp":"151774.90","total_gpm":"100.00","rev_type":"LT","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"22","win_pct":"20","clo_date":"11-30-2024","notes":[{"comp":"1","quote":"223391","line":"6","data":"10-23-2024 13:47 - Discounts Recalculated QS"},{"comp":"1","quote":"223391","line":"5","data":"and P&D (GP)"},{"comp":"1","quote":"223391","line":"4","data":"info in the Mimatic log for the description"},{"comp":"1","quote":"223391","line":"3","data":"Once we have the info will to fill out the detail"},{"comp":"1","quote":"223391","line":"2","data":"three we are quoting"},{"comp":"1","quote":"223391","line":"1","data":"Chris at Cline to confirm QTY and which of the"},{"comp":"1","quote":"223391","line":"0","data":"10-23-2024 13:47-alyssah Fletcher is talking to"}],"crmnotes":[],"items":[{"comp":"01","order":"223391","line":"3","part":"SPECIAL-LV-MI","qty":"2","price":"8478.77","uom":"EA","discount":"0.00","req_date":"18-20 WEEKS ARO","branch":"1"},{"comp":"01","order":"223391","line":"4","part":"SPECIAL-LV-MI","qty":"4","price":"7233.05","uom":"EA","discount":"0.00","req_date":"18-20 WEEKS ARO","branch":"1"},{"comp":"01","order":"223391","line":"5","part":"SPECIAL-LV-MI","qty":"6","price":"6822.51","uom":"EA","discount":"0.00","req_date":"18-20 WEEKS ARO","branch":"1"},{"comp":"01","order":"223391","line":"6","part":"SPECIAL-LV-MI","qty":"10","price":"6495.01","uom":"EA","discount":"0.00","req_date":"18-20 WEEKS ARO","branch":"1"}],"qlines":[{"Quote":"223391","Line":"3","Company":"1","F_Line":"1","Comment":"SHANK: BMT68","Loc":"Y"},{"Quote":"223391","Line":"3","Company":"1","F_Line":"2","Comment":"TOOLING INTERFACE: CAPTO C3","Loc":"Y"},{"Quote":"223391","Line":"3","Company":"1","F_Line":"3","Comment":"COOLANT: INTERNAL THRU SPINDLE & EXTERNAL THRU PIPING","Loc":"Y"},{"Quote":"223391","Line":"3","Company":"1","F_Line":"4","Comment":"ROTATION: OUTPUT IS REVERSAL TO INPUT","Loc":"Y"},{"Quote":"223391","Line":"3","Company":"1","F_Line":"5","Comment":"CENTER HEIGHT: 80MM","Loc":"Y"},{"Quote":"223391","Line":"3","Company":"1","F_Line":"6","Comment":"GEAR RATIO: 1:2 (6500 INPUT = 13000 OUTPUT)","Loc":"Y"},{"Quote":"223391","Line":"3","Company":"1","F_Line":"7","Comment":"DRAWING # 00063776-C3","Loc":"Y"},{"Quote":"223391","Line":"3","Company":"1","F_Line":"8","Comment":"TOOL WEIGHT: APPROX. 8.5 KG","Loc":"Y"}],"qcomms":[{"Quote":"223391","Line":"0","Comment":"ITEMS ARE SPECIALS; ONCE THE ORDER IS PLACED IT"},{"Quote":"223391","Line":"1","Comment":"CANNOT BE CANCELED; ITEMS CAN ONLY BE"},{"Quote":"223391","Line":"2","Comment":"RETURNED IN THE EVENT OF A MANUFACTURING DEFECT"}],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":4}}] 2024-11-27 23:27:54.714 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223391-11272024232754.txt === {"quote":"223391","customer":"3525","name":null,"customerName":"Cline Tool & Service Company","comp":"01","open":"0","shipto":"MAHLMOMO","shiptoName":"MAHLE ENGINE COMPONENTS","entry_date":"10-23-2024","cust_order_date":"10-23-2024","req_date":"12-04-2024","cust_po":"SPECIAL BMT68","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"37","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Chris Crawford","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"10:27","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Chris Crawford","follow_phone":"641-792-7081","follow_email":"ccrawford@clinetool.com","pic_user":"fletcherp","total_amt":"151774.90","total_gp":"151774.90","total_gpm":"100.00","rev_type":"LT","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"22","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"223391","line":"6","data":"10-23-2024 13:47 - Discounts Recalculated QS"},{"comp":"1","quote":"223391","line":"5","data":"and P&D (GP)"},{"comp":"1","quote":"223391","line":"4","data":"info in the Mimatic log for the description"},{"comp":"1","quote":"223391","line":"3","data":"Once we have the info will to fill out the detail"},{"comp":"1","quote":"223391","line":"2","data":"three we are quoting"},{"comp":"1","quote":"223391","line":"1","data":"Chris at Cline to confirm QTY and which of the"},{"comp":"1","quote":"223391","line":"0","data":"10-23-2024 13:47-alyssah Fletcher is talking to"}],"crmnotes":[{"comp":1,"quote":223391,"Line":0,"Comment":"11/27/2024 11:27 PM - fletcherp - F/U changed from 11/25/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223391,"Line":1,"Comment":"11/27/2024 11:27 PM - fletcherp - CLO changed from 11/30/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"223391","line":"3","part":"SPECIAL-LV-MI","qty":"2","price":"8478.77","uom":"EA","discount":"0.00","req_date":"18-20 WEEKS ARO","branch":"1"},{"comp":"01","order":"223391","line":"4","part":"SPECIAL-LV-MI","qty":"4","price":"7233.05","uom":"EA","discount":"0.00","req_date":"18-20 WEEKS ARO","branch":"1"},{"comp":"01","order":"223391","line":"5","part":"SPECIAL-LV-MI","qty":"6","price":"6822.51","uom":"EA","discount":"0.00","req_date":"18-20 WEEKS ARO","branch":"1"},{"comp":"01","order":"223391","line":"6","part":"SPECIAL-LV-MI","qty":"10","price":"6495.01","uom":"EA","discount":"0.00","req_date":"18-20 WEEKS ARO","branch":"1"}],"qlines":[{"Quote":"223391","Line":"3","Company":"1","F_Line":"1","Comment":"SHANK: BMT68","Loc":"Y"},{"Quote":"223391","Line":"3","Company":"1","F_Line":"2","Comment":"TOOLING INTERFACE: CAPTO C3","Loc":"Y"},{"Quote":"223391","Line":"3","Company":"1","F_Line":"3","Comment":"COOLANT: INTERNAL THRU SPINDLE & EXTERNAL THRU PIPING","Loc":"Y"},{"Quote":"223391","Line":"3","Company":"1","F_Line":"4","Comment":"ROTATION: OUTPUT IS REVERSAL TO INPUT","Loc":"Y"},{"Quote":"223391","Line":"3","Company":"1","F_Line":"5","Comment":"CENTER HEIGHT: 80MM","Loc":"Y"},{"Quote":"223391","Line":"3","Company":"1","F_Line":"6","Comment":"GEAR RATIO: 1:2 (6500 INPUT = 13000 OUTPUT)","Loc":"Y"},{"Quote":"223391","Line":"3","Company":"1","F_Line":"7","Comment":"DRAWING # 00063776-C3","Loc":"Y"},{"Quote":"223391","Line":"3","Company":"1","F_Line":"8","Comment":"TOOL WEIGHT: APPROX. 8.5 KG","Loc":"Y"}],"qcomms":[{"Quote":"223391","Line":"0","Comment":"ITEMS ARE SPECIALS; ONCE THE ORDER IS PLACED IT"},{"Quote":"223391","Line":"1","Comment":"CANNOT BE CANCELED; ITEMS CAN ONLY BE"},{"Quote":"223391","Line":"2","Comment":"RETURNED IN THE EVENT OF A MANUFACTURING DEFECT"}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-27 23:27:58.978 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-223391-11272024232758.txt === {"quote":"223391","customer":"3525","name":null,"customerName":"Cline Tool & Service Company","comp":"01","open":"0","shipto":"MAHLMOMO","shiptoName":"MAHLE ENGINE COMPONENTS","entry_date":"10-23-2024","cust_order_date":"10-23-2024","req_date":"12-07-2024","cust_po":"SPECIAL BMT68","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"37","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Chris Crawford","drop_po":"","status":"0","user":"alyssah","conv_order":"","time":"10:27","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Chris Crawford","follow_phone":"641-792-7081","follow_email":"ccrawford@clinetool.com","pic_user":"fletcherp","total_amt":"151774.90","total_gp":"151774.90","total_gpm":"100.00","rev_type":"LT","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"22","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"223391","line":"6","data":"10-23-2024 13:47 - Discounts Recalculated QS"},{"comp":"1","quote":"223391","line":"5","data":"and P&D (GP)"},{"comp":"1","quote":"223391","line":"4","data":"info in the Mimatic log for the description"},{"comp":"1","quote":"223391","line":"3","data":"Once we have the info will to fill out the detail"},{"comp":"1","quote":"223391","line":"2","data":"three we are quoting"},{"comp":"1","quote":"223391","line":"1","data":"Chris at Cline to confirm QTY and which of the"},{"comp":"1","quote":"223391","line":"0","data":"10-23-2024 13:47-alyssah Fletcher is talking to"}],"crmnotes":[{"comp":1,"quote":223391,"Line":0,"Comment":"11/27/2024 11:27 PM - fletcherp - F/U changed from 11/25/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":223391,"Line":1,"Comment":"11/27/2024 11:27 PM - fletcherp - CLO changed from 11/30/2024 to 12/07/2024 (CLO Date Updated)"},{"comp":1,"quote":223391,"Line":2,"Comment":"11/27/2024 11:27 PM - fletcherp - Req Date changed from 12/04/2024 to 12/07/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"223391","line":"3","part":"SPECIAL-LV-MI","qty":"2","price":"8478.77","uom":"EA","discount":"0.00","req_date":"18-20 WEEKS ARO","branch":"1"},{"comp":"01","order":"223391","line":"4","part":"SPECIAL-LV-MI","qty":"4","price":"7233.05","uom":"EA","discount":"0.00","req_date":"18-20 WEEKS ARO","branch":"1"},{"comp":"01","order":"223391","line":"5","part":"SPECIAL-LV-MI","qty":"6","price":"6822.51","uom":"EA","discount":"0.00","req_date":"18-20 WEEKS ARO","branch":"1"},{"comp":"01","order":"223391","line":"6","part":"SPECIAL-LV-MI","qty":"10","price":"6495.01","uom":"EA","discount":"0.00","req_date":"18-20 WEEKS ARO","branch":"1"}],"qlines":[{"Quote":"223391","Line":"3","Company":"1","F_Line":"1","Comment":"SHANK: BMT68","Loc":"Y"},{"Quote":"223391","Line":"3","Company":"1","F_Line":"2","Comment":"TOOLING INTERFACE: CAPTO C3","Loc":"Y"},{"Quote":"223391","Line":"3","Company":"1","F_Line":"3","Comment":"COOLANT: INTERNAL THRU SPINDLE & EXTERNAL THRU PIPING","Loc":"Y"},{"Quote":"223391","Line":"3","Company":"1","F_Line":"4","Comment":"ROTATION: OUTPUT IS REVERSAL TO INPUT","Loc":"Y"},{"Quote":"223391","Line":"3","Company":"1","F_Line":"5","Comment":"CENTER HEIGHT: 80MM","Loc":"Y"},{"Quote":"223391","Line":"3","Company":"1","F_Line":"6","Comment":"GEAR RATIO: 1:2 (6500 INPUT = 13000 OUTPUT)","Loc":"Y"},{"Quote":"223391","Line":"3","Company":"1","F_Line":"7","Comment":"DRAWING # 00063776-C3","Loc":"Y"},{"Quote":"223391","Line":"3","Company":"1","F_Line":"8","Comment":"TOOL WEIGHT: APPROX. 8.5 KG","Loc":"Y"}],"qcomms":[{"Quote":"223391","Line":"0","Comment":"ITEMS ARE SPECIALS; ONCE THE ORDER IS PLACED IT"},{"Quote":"223391","Line":"1","Comment":"CANNOT BE CANCELED; ITEMS CAN ONLY BE"},{"Quote":"223391","Line":"2","Comment":"RETURNED IN THE EVENT OF A MANUFACTURING DEFECT"}],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":4}}] 2024-11-27 23:28:06.038 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224328-11272024232805.txt === {"quote":"224328","customer":"13170","name":null,"customerName":"Morris South (NC)","comp":"01","open":"0","shipto":"YADEHJMM","shiptoName":"B & B Machine","entry_date":"11-12-2024","cust_order_date":"11-12-2024","req_date":"12-24-2024","cust_po":"NCT200 M460V OKUMA","terms_code":"N30","ship_via":"TRK","ship_collect":"","drop_ship":"N","territory":"20","salesman":"AM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Sam Rougeux","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"16:14","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Sam Rougeux","follow_phone":"","follow_email":"srougeux@morrissouth.com","pic_user":"fletcherp","total_amt":"14479.5","total_gp":"9540.47","total_gpm":"65.89","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"2","win_pct":"20","clo_date":"12-12-2024","notes":[{"comp":"1","quote":"224328","line":"0","data":"11-12-2024 16:18 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"224328","line":"1","part":"NCT200OSP4-M","qty":"1","price":"20685.00","uom":"EA","discount":"30.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224328","line":"2","part":"RT-ACCS-CABLE","qty":"1","price":"0.00","uom":"EA","discount":"30.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"224328","Line":"2","Company":"1","F_Line":"1","Comment":"EXTERAL POWER/FEEDBACK CABLES FOR 4TH AXIS","Loc":"Y"},{"Quote":"224328","Line":"2","Company":"1","F_Line":"2","Comment":"CUT TO LENGTH FOR OKUMA M460V VMC","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-27 23:28:13.631 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224737-11272024232813.txt === {"quote":"224737","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"RAIN","shiptoName":"Rainbow Tool & Machine","entry_date":"11-20-2024","cust_order_date":"11-20-2024","req_date":"01-01-2025","cust_po":"KM 1 1/4 COLLETS","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Keith Ponder","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"15:21","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"Keith Ponder","follow_phone":"(205) 541-6707","follow_email":"fredrick.ponder@mscdirect.com","pic_user":"fletcherp","total_amt":"166.4","total_gp":"113.61","total_gpm":"68.28","rev_type":"ADV","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"2","totalQty":"4","win_pct":"20","clo_date":"12-20-2024","notes":[{"comp":"1","quote":"224737","line":"1","data":"11-20-2024 15:24 - Discounts Recalculated QS"},{"comp":"1","quote":"224737","line":"0","data":"11-20-2024 15:23 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"224737","line":"1","part":"KM1.1/4-1/8","qty":"1","price":"64.00","uom":"EA","discount":"35.00","req_date":"TBD","branch":"1"},{"comp":"01","order":"224737","line":"2","part":"KM1.1/4-3/16","qty":"1","price":"64.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224737","line":"3","part":"KM1.1/4-1/4","qty":"1","price":"64.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224737","line":"4","part":"KM1.1/4-3/4","qty":"1","price":"64.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":4}}] 2024-11-27 23:28:37.208 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222465-11272024232836.txt === {"quote":"222465","customer":"2185","name":null,"customerName":"Stellar Industrial Supply, Inc.","comp":"01","open":"0","shipto":"JTEKTAU","shiptoName":"JTEKT Automotive","entry_date":"10-03-2024","cust_order_date":"09-27-2024","req_date":"11-09-2024","cust_po":"RT-Repair-RGA#TAR-61138","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"5AX-201FA-M SN:5701","status":"0","user":"alyssah","conv_order":"","time":"11:00","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Steve Summers","follow_phone":"813-539-0622","follow_email":"ssummers@stellarindustrial.com","pic_user":"fletcherp","total_amt":"28752.00","total_gp":"24758.51","total_gpm":"86.11","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"190","win_pct":"20","clo_date":"11-09-2024","notes":[{"comp":"1","quote":"222465","line":"2","data":"10-03-2024 14:09-alyssah Duo 222198 per Fletcher"},{"comp":"1","quote":"222465","line":"1","data":"the PO processed for approval."},{"comp":"1","quote":"222465","line":"0","data":"11-13-2024 12:52-helenp JTEKT are trying to get"}],"crmnotes":[{"comp":1,"quote":222465,"Line":0,"Comment":"10/25/2024 9:21 PM - fletcherp - F/U changed from 10/19/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222465,"Line":1,"Comment":"10/25/2024 9:21 PM - fletcherp - CLO changed from 10/22/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":222465,"Line":2,"Comment":"10/25/2024 9:21 PM - fletcherp - Req Date changed from 10/29/2024 to 11/09/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222465","line":"1","part":"REPAIR-ROTARY-TABLE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"222465","line":"2","part":"ROTARY-TABLE-LABOR","qty":"70","price":"159.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"222465","line":"3","part":"TCE-E6280/TCE-97596","qty":"1","price":"1968.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"4","part":"TCE-E6279","qty":"1","price":"1290.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"5","part":"TCE-97916","qty":"1","price":"1202.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"6","part":"9ECU-5AX201R","qty":"1","price":"2700.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"7","part":"9KECU-5AX201R","qty":"1","price":"3195.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"8","part":"TG5100300-Z80N","qty":"8","price":"32.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"9","part":"9FSL-170","qty":"1","price":"143.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"10","part":"AS568-157","qty":"1","price":"5.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"11","part":"AS568-260","qty":"1","price":"8.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"12","part":"P-7","qty":"5","price":"3.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"13","part":"SC32X45X8","qty":"1","price":"16.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"14","part":"9FSL-190","qty":"1","price":"145.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"15","part":"RB15013UUCCO","qty":"1","price":"1293.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"16","part":"4X11L","qty":"30","price":"7.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222465","line":"17","part":"NH301R054","qty":"24","price":"18.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"18","part":"P-90","qty":"1","price":"5.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"19","part":"SUN-2BP-90","qty":"1","price":"51.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"20","part":"P-150","qty":"1","price":"10.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"21","part":"SUN-2BP-150","qty":"1","price":"61.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"22","part":"7916","qty":"1","price":"407.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"23","part":"TC90X115X13","qty":"1","price":"70.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"24","part":"AS568-258","qty":"1","price":"7.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"25","part":"CRBH11020AT1P5","qty":"1","price":"695.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"26","part":"170X180X7.5","qty":"1","price":"222.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"27","part":"AS568-167","qty":"1","price":"8.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"28","part":"G-55","qty":"2","price":"3.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"29","part":"P-6","qty":"10","price":"3.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"30","part":"P-70","qty":"1","price":"5.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"31","part":"G-50","qty":"1","price":"3.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"32","part":"G-85","qty":"1","price":"3.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"33","part":"AS568-171","qty":"1","price":"8.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"34","part":"P-8","qty":"1","price":"3.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"35","part":"P-9","qty":"1","price":"3.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"36","part":"DT-1-8","qty":"2","price":"17.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"37","part":"KIM-AR4","qty":"2","price":"44.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"38","part":"AX204R040","qty":"1","price":"148.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"39","part":"WW-AX203R012","qty":"1","price":"1236.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"40","part":"AS568-164","qty":"1","price":"6.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"41","part":"AS568-266","qty":"1","price":"10.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"42","part":"WW-AX204R049","qty":"1","price":"1436.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"43","part":"AS568-263","qty":"1","price":"9.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"44","part":"G-130","qty":"1","price":"6.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"45","part":"TC130X142X7","qty":"1","price":"136.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"46","part":"CN202R038","qty":"1","price":"38.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222465","Line":"1","Company":"1","F_Line":"1","Comment":"5AX-201FA-M SN:5701","Loc":"Y"},{"Quote":"222465","Line":"1","Company":"1","F_Line":"2","Comment":"RGA#TAR-61138","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":46}}] 2024-11-27 23:28:45.355 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222465-11272024232844.txt === {"quote":"222465","customer":"2185","name":null,"customerName":"Stellar Industrial Supply, Inc.","comp":"01","open":"0","shipto":"JTEKTAU","shiptoName":"JTEKT Automotive","entry_date":"10-03-2024","cust_order_date":"09-27-2024","req_date":"11-09-2024","cust_po":"RT-Repair-RGA#TAR-61138","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"5AX-201FA-M SN:5701","status":"0","user":"alyssah","conv_order":"","time":"11:00","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Steve Summers","follow_phone":"813-539-0622","follow_email":"ssummers@stellarindustrial.com","pic_user":"fletcherp","total_amt":"28752.00","total_gp":"24758.51","total_gpm":"86.11","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"190","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"222465","line":"2","data":"10-03-2024 14:09-alyssah Duo 222198 per Fletcher"},{"comp":"1","quote":"222465","line":"1","data":"the PO processed for approval."},{"comp":"1","quote":"222465","line":"0","data":"11-13-2024 12:52-helenp JTEKT are trying to get"}],"crmnotes":[{"comp":1,"quote":222465,"Line":0,"Comment":"10/25/2024 9:21 PM - fletcherp - F/U changed from 10/19/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222465,"Line":1,"Comment":"10/25/2024 9:21 PM - fletcherp - CLO changed from 10/22/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":222465,"Line":2,"Comment":"10/25/2024 9:21 PM - fletcherp - Req Date changed from 10/29/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":222465,"Line":3,"Comment":"11/27/2024 11:28 PM - fletcherp - F/U changed from 11/26/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222465,"Line":4,"Comment":"11/27/2024 11:28 PM - fletcherp - CLO changed from 11/09/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"222465","line":"1","part":"REPAIR-ROTARY-TABLE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"222465","line":"2","part":"ROTARY-TABLE-LABOR","qty":"70","price":"159.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"222465","line":"3","part":"TCE-E6280/TCE-97596","qty":"1","price":"1968.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"4","part":"TCE-E6279","qty":"1","price":"1290.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"5","part":"TCE-97916","qty":"1","price":"1202.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"6","part":"9ECU-5AX201R","qty":"1","price":"2700.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"7","part":"9KECU-5AX201R","qty":"1","price":"3195.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"8","part":"TG5100300-Z80N","qty":"8","price":"32.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"9","part":"9FSL-170","qty":"1","price":"143.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"10","part":"AS568-157","qty":"1","price":"5.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"11","part":"AS568-260","qty":"1","price":"8.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"12","part":"P-7","qty":"5","price":"3.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"13","part":"SC32X45X8","qty":"1","price":"16.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"14","part":"9FSL-190","qty":"1","price":"145.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"15","part":"RB15013UUCCO","qty":"1","price":"1293.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"16","part":"4X11L","qty":"30","price":"7.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222465","line":"17","part":"NH301R054","qty":"24","price":"18.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"18","part":"P-90","qty":"1","price":"5.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"19","part":"SUN-2BP-90","qty":"1","price":"51.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"20","part":"P-150","qty":"1","price":"10.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"21","part":"SUN-2BP-150","qty":"1","price":"61.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"22","part":"7916","qty":"1","price":"407.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"23","part":"TC90X115X13","qty":"1","price":"70.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"24","part":"AS568-258","qty":"1","price":"7.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"25","part":"CRBH11020AT1P5","qty":"1","price":"695.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"26","part":"170X180X7.5","qty":"1","price":"222.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"27","part":"AS568-167","qty":"1","price":"8.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"28","part":"G-55","qty":"2","price":"3.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"29","part":"P-6","qty":"10","price":"3.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"30","part":"P-70","qty":"1","price":"5.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"31","part":"G-50","qty":"1","price":"3.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"32","part":"G-85","qty":"1","price":"3.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"33","part":"AS568-171","qty":"1","price":"8.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"34","part":"P-8","qty":"1","price":"3.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"35","part":"P-9","qty":"1","price":"3.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"36","part":"DT-1-8","qty":"2","price":"17.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"37","part":"KIM-AR4","qty":"2","price":"44.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"38","part":"AX204R040","qty":"1","price":"148.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"39","part":"WW-AX203R012","qty":"1","price":"1236.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"40","part":"AS568-164","qty":"1","price":"6.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"41","part":"AS568-266","qty":"1","price":"10.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"42","part":"WW-AX204R049","qty":"1","price":"1436.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"43","part":"AS568-263","qty":"1","price":"9.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"44","part":"G-130","qty":"1","price":"6.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"45","part":"TC130X142X7","qty":"1","price":"136.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"46","part":"CN202R038","qty":"1","price":"38.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222465","Line":"1","Company":"1","F_Line":"1","Comment":"5AX-201FA-M SN:5701","Loc":"Y"},{"Quote":"222465","Line":"1","Company":"1","F_Line":"2","Comment":"RGA#TAR-61138","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":46}}] 2024-11-27 23:28:49.390 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-222465-11272024232849.txt === {"quote":"222465","customer":"2185","name":null,"customerName":"Stellar Industrial Supply, Inc.","comp":"01","open":"0","shipto":"JTEKTAU","shiptoName":"JTEKT Automotive","entry_date":"10-03-2024","cust_order_date":"09-27-2024","req_date":"12-07-2024","cust_po":"RT-Repair-RGA#TAR-61138","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"80","salesman":"AD","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"W","ship_cmpt":"N","drop_att":"","drop_po":"5AX-201FA-M SN:5701","status":"0","user":"alyssah","conv_order":"","time":"11:00","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Steve Summers","follow_phone":"813-539-0622","follow_email":"ssummers@stellarindustrial.com","pic_user":"fletcherp","total_amt":"28752.00","total_gp":"24758.51","total_gpm":"86.11","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"190","win_pct":"20","clo_date":"12-07-2024","notes":[{"comp":"1","quote":"222465","line":"2","data":"10-03-2024 14:09-alyssah Duo 222198 per Fletcher"},{"comp":"1","quote":"222465","line":"1","data":"the PO processed for approval."},{"comp":"1","quote":"222465","line":"0","data":"11-13-2024 12:52-helenp JTEKT are trying to get"}],"crmnotes":[{"comp":1,"quote":222465,"Line":0,"Comment":"10/25/2024 9:21 PM - fletcherp - F/U changed from 10/19/2024 to 11/9/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222465,"Line":1,"Comment":"10/25/2024 9:21 PM - fletcherp - CLO changed from 10/22/2024 to 11/09/2024 (CLO Date Updated)"},{"comp":1,"quote":222465,"Line":2,"Comment":"10/25/2024 9:21 PM - fletcherp - Req Date changed from 10/29/2024 to 11/09/2024 (Req Date Updated)"},{"comp":1,"quote":222465,"Line":3,"Comment":"11/27/2024 11:28 PM - fletcherp - F/U changed from 11/26/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":222465,"Line":4,"Comment":"11/27/2024 11:28 PM - fletcherp - CLO changed from 11/09/2024 to 12/07/2024 (CLO Date Updated)"},{"comp":1,"quote":222465,"Line":5,"Comment":"11/27/2024 11:28 PM - fletcherp - Req Date changed from 11/09/2024 to 12/07/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"222465","line":"1","part":"REPAIR-ROTARY-TABLE","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"222465","line":"2","part":"ROTARY-TABLE-LABOR","qty":"70","price":"159.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"},{"comp":"01","order":"222465","line":"3","part":"TCE-E6280/TCE-97596","qty":"1","price":"1968.00","uom":"ST","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"4","part":"TCE-E6279","qty":"1","price":"1290.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"5","part":"TCE-97916","qty":"1","price":"1202.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"6","part":"9ECU-5AX201R","qty":"1","price":"2700.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"7","part":"9KECU-5AX201R","qty":"1","price":"3195.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"8","part":"TG5100300-Z80N","qty":"8","price":"32.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"9","part":"9FSL-170","qty":"1","price":"143.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"10","part":"AS568-157","qty":"1","price":"5.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"11","part":"AS568-260","qty":"1","price":"8.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"12","part":"P-7","qty":"5","price":"3.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"13","part":"SC32X45X8","qty":"1","price":"16.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"14","part":"9FSL-190","qty":"1","price":"145.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"15","part":"RB15013UUCCO","qty":"1","price":"1293.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"16","part":"4X11L","qty":"30","price":"7.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"222465","line":"17","part":"NH301R054","qty":"24","price":"18.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"18","part":"P-90","qty":"1","price":"5.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"19","part":"SUN-2BP-90","qty":"1","price":"51.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"20","part":"P-150","qty":"1","price":"10.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"21","part":"SUN-2BP-150","qty":"1","price":"61.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"22","part":"7916","qty":"1","price":"407.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"23","part":"TC90X115X13","qty":"1","price":"70.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"24","part":"AS568-258","qty":"1","price":"7.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"25","part":"CRBH11020AT1P5","qty":"1","price":"695.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"26","part":"170X180X7.5","qty":"1","price":"222.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"27","part":"AS568-167","qty":"1","price":"8.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"28","part":"G-55","qty":"2","price":"3.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"29","part":"P-6","qty":"10","price":"3.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"30","part":"P-70","qty":"1","price":"5.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"31","part":"G-50","qty":"1","price":"3.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"32","part":"G-85","qty":"1","price":"3.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"33","part":"AS568-171","qty":"1","price":"8.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"34","part":"P-8","qty":"1","price":"3.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"35","part":"P-9","qty":"1","price":"3.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"36","part":"DT-1-8","qty":"2","price":"17.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"37","part":"KIM-AR4","qty":"2","price":"44.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"38","part":"AX204R040","qty":"1","price":"148.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"39","part":"WW-AX203R012","qty":"1","price":"1236.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"40","part":"AS568-164","qty":"1","price":"6.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"41","part":"AS568-266","qty":"1","price":"10.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"42","part":"WW-AX204R049","qty":"1","price":"1436.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"43","part":"AS568-263","qty":"1","price":"9.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"44","part":"G-130","qty":"1","price":"6.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"45","part":"TC130X142X7","qty":"1","price":"136.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"222465","line":"46","part":"CN202R038","qty":"1","price":"38.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[{"Quote":"222465","Line":"1","Company":"1","F_Line":"1","Comment":"5AX-201FA-M SN:5701","Loc":"Y"},{"Quote":"222465","Line":"1","Company":"1","F_Line":"2","Comment":"RGA#TAR-61138","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":46}}] 2024-11-27 23:28:55.306 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224745-11272024232855.txt === {"quote":"224745","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"TRINHOUS","shiptoName":"Trinity Machine Shop, LLC","entry_date":"11-20-2024","cust_order_date":"11-19-2024","req_date":"11-20-2024","cust_po":"MI50-SM3/4","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Ross","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"15:55","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Ross","follow_phone":"","follow_email":"ross@afi-tools.com","pic_user":"fletcherp","total_amt":"8716.28","total_gp":"4045.70","total_gpm":"46.42","rev_type":"ADV","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"6","win_pct":"20","clo_date":null,"notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224745","line":"1","part":"C40RAM-MI50-180-65TP","qty":"1","price":"8724.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224745","line":"2","part":"MI50-SM3/4","qty":"1","price":"1065.63","uom":"EA","discount":"0.00","req_date":"FACTORY STOCK","branch":"1"},{"comp":"01","order":"224745","line":"3","part":"MI50-ER32","qty":"1","price":"641.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224745","line":"4","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224745","line":"5","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224745","line":"6","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"224745","Line":"6","Company":"1","F_Line":"1","Comment":"CUSTOM POSITIONING BLOCK FOR FADAL VMC","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":6}}] 2024-11-27 23:29:01.948 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224745-11272024232901.txt === {"quote":"224745","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"TRINHOUS","shiptoName":"Trinity Machine Shop, LLC","entry_date":"11-20-2024","cust_order_date":"11-19-2024","req_date":"11-20-2024","cust_po":"MI50-SM3/4","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Ross","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"15:55","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Ross","follow_phone":"","follow_email":"ross@afi-tools.com","pic_user":"fletcherp","total_amt":"8716.28","total_gp":"4045.70","total_gpm":"46.42","rev_type":"ADV","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"6","win_pct":"20","clo_date":"12-07-2024","notes":[],"crmnotes":[{"comp":1,"quote":224745,"Line":0,"Comment":"11/27/2024 11:28 PM - fletcherp - F/U changed from 11/26/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224745,"Line":1,"Comment":"11/27/2024 11:28 PM - fletcherp - CLO changed from NaN/NaN/NaN to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224745","line":"1","part":"C40RAM-MI50-180-65TP","qty":"1","price":"8724.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224745","line":"2","part":"MI50-SM3/4","qty":"1","price":"1065.63","uom":"EA","discount":"0.00","req_date":"FACTORY STOCK","branch":"1"},{"comp":"01","order":"224745","line":"3","part":"MI50-ER32","qty":"1","price":"641.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224745","line":"4","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224745","line":"5","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224745","line":"6","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"224745","Line":"6","Company":"1","F_Line":"1","Comment":"CUSTOM POSITIONING BLOCK FOR FADAL VMC","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-27 23:29:06.391 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224745-11272024232906.txt === {"quote":"224745","customer":"1490","name":null,"customerName":"Alternatives For Industry","comp":"01","open":"0","shipto":"TRINHOUS","shiptoName":"Trinity Machine Shop, LLC","entry_date":"11-20-2024","cust_order_date":"11-19-2024","req_date":"12-07-2024","cust_po":"MI50-SM3/4","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"24","salesman":"MM","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Ross","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"15:55","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Ross","follow_phone":"","follow_email":"ross@afi-tools.com","pic_user":"fletcherp","total_amt":"8716.28","total_gp":"4045.70","total_gpm":"46.42","rev_type":"ADV","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"6","win_pct":"20","clo_date":"12-07-2024","notes":[],"crmnotes":[{"comp":1,"quote":224745,"Line":0,"Comment":"11/27/2024 11:28 PM - fletcherp - F/U changed from 11/26/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224745,"Line":1,"Comment":"11/27/2024 11:28 PM - fletcherp - CLO changed from NaN/NaN/NaN to 12/07/2024 (CLO Date Updated)"},{"comp":1,"quote":224745,"Line":2,"Comment":"11/27/2024 11:29 PM - fletcherp - Req Date changed from 11/20/2024 to 12/07/2024 (Req Date Updated)"}],"items":[{"comp":"01","order":"224745","line":"1","part":"C40RAM-MI50-180-65TP","qty":"1","price":"8724.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224745","line":"2","part":"MI50-SM3/4","qty":"1","price":"1065.63","uom":"EA","discount":"0.00","req_date":"FACTORY STOCK","branch":"1"},{"comp":"01","order":"224745","line":"3","part":"MI50-ER32","qty":"1","price":"641.00","uom":"EA","discount":"27.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224745","line":"4","part":"032-SPAN","qty":"1","price":"23.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224745","line":"5","part":"WRENCH-MIM-107642","qty":"1","price":"45.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224745","line":"6","part":"MODIFICATION-PB-SP","qty":"1","price":"770.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"224745","Line":"6","Company":"1","F_Line":"1","Comment":"CUSTOM POSITIONING BLOCK FOR FADAL VMC","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":6}}] 2024-11-27 23:29:11.348 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224755-11272024232911.txt === {"quote":"224755","customer":"13410","name":null,"customerName":"Max Tool Inc.","comp":"01","open":"0","shipto":"BKMFG","shiptoName":"B-K Aerospace","entry_date":"11-20-2024","cust_order_date":"11-15-2024","req_date":"04-01-2025","cust_po":"FLANGE MOUNT H100A RAH","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"SONJA ST CLAIR","drop_po":"SPECIAL ANGLE HEAD","status":"0","user":"fletcherp","conv_order":"","time":"20:56","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Sonja St. Clair","follow_phone":"256-859-3100","follow_email":"sonja.stclair@maxtoolinc.com","pic_user":"fletcherp","total_amt":"103135.18","total_gp":"103135.18","total_gpm":"100.00","rev_type":"ADV","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-01-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224755","line":"1","part":"SPECIAL-AH","qty":"1","price":"39479.14","uom":"EA","discount":"0.00","req_date":"18-20 WEEKS ARO","branch":"1"},{"comp":"01","order":"224755","line":"2","part":"SPECIAL-AH","qty":"2","price":"31828.02","uom":"EA","discount":"0.00","req_date":"18-20 WEEKS ARO","branch":"1"}],"qlines":[{"Quote":"224755","Line":"1","Company":"1","F_Line":"1","Comment":"P/N: TBD ARO","Loc":"Y"},{"Quote":"224755","Line":"1","Company":"1","F_Line":"2","Comment":"FLANGE MOUNTED HSK100A CAPTO C4 OUTPUT SPECIAL RIGHT","Loc":"Y"},{"Quote":"224755","Line":"1","Company":"1","F_Line":"3","Comment":"ANGLE HEAD; APPROIMATELY 400MM GAUGE LENGTH;","Loc":"Y"},{"Quote":"224755","Line":"1","Company":"1","F_Line":"4","Comment":"DESIGNED TO DRIVEN BY SIEMENS CERAMIC BEARINGS","Loc":"Y"},{"Quote":"224755","Line":"1","Company":"1","F_Line":"5","Comment":"DIRECT DRIVE SPINDLE; WILL HAVE SIDE PORT FOR","Loc":"Y"},{"Quote":"224755","Line":"1","Company":"1","F_Line":"6","Comment":"COOLANT TO BE PIPED IN FOR COOLANT THRU THE CAPTO","Loc":"Y"},{"Quote":"224755","Line":"1","Company":"1","F_Line":"7","Comment":"C4 SPINDLE OUTPUT.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-27 23:29:18.173 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224755-11272024232917.txt === {"quote":"224755","customer":"13410","name":null,"customerName":"Max Tool Inc.","comp":"01","open":"0","shipto":"BKMFG","shiptoName":"B-K Aerospace","entry_date":"11-20-2024","cust_order_date":"11-15-2024","req_date":"04-01-2025","cust_po":"FLANGE MOUNT H100A RAH","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"SONJA ST CLAIR","drop_po":"SPECIAL ANGLE HEAD","status":"0","user":"fletcherp","conv_order":"","time":"20:56","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Sonja St. Clair","follow_phone":"256-859-3100","follow_email":"sonja.stclair@maxtoolinc.com","pic_user":"fletcherp","total_amt":"103135.18","total_gp":"103135.18","total_gpm":"100.00","rev_type":"ADV","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"","totalQty":"3","win_pct":"20","clo_date":"12-07-2024","notes":[],"crmnotes":[{"comp":1,"quote":224755,"Line":0,"Comment":"11/27/2024 11:29 PM - fletcherp - F/U changed from 11/26/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224755,"Line":1,"Comment":"11/27/2024 11:29 PM - fletcherp - CLO changed from 12/01/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224755","line":"1","part":"SPECIAL-AH","qty":"1","price":"39479.14","uom":"EA","discount":"0.00","req_date":"18-20 WEEKS ARO","branch":"1"},{"comp":"01","order":"224755","line":"2","part":"SPECIAL-AH","qty":"2","price":"31828.02","uom":"EA","discount":"0.00","req_date":"18-20 WEEKS ARO","branch":"1"}],"qlines":[{"Quote":"224755","Line":"1","Company":"1","F_Line":"1","Comment":"P/N: TBD ARO","Loc":"Y"},{"Quote":"224755","Line":"1","Company":"1","F_Line":"2","Comment":"FLANGE MOUNTED HSK100A CAPTO C4 OUTPUT SPECIAL RIGHT","Loc":"Y"},{"Quote":"224755","Line":"1","Company":"1","F_Line":"3","Comment":"ANGLE HEAD; APPROIMATELY 400MM GAUGE LENGTH;","Loc":"Y"},{"Quote":"224755","Line":"1","Company":"1","F_Line":"4","Comment":"DESIGNED TO DRIVEN BY SIEMENS CERAMIC BEARINGS","Loc":"Y"},{"Quote":"224755","Line":"1","Company":"1","F_Line":"5","Comment":"DIRECT DRIVE SPINDLE; WILL HAVE SIDE PORT FOR","Loc":"Y"},{"Quote":"224755","Line":"1","Company":"1","F_Line":"6","Comment":"COOLANT TO BE PIPED IN FOR COOLANT THRU THE CAPTO","Loc":"Y"},{"Quote":"224755","Line":"1","Company":"1","F_Line":"7","Comment":"C4 SPINDLE OUTPUT.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-27 23:29:38.784 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224755-11272024232938.txt === {"quote":"224755","customer":"13410","name":null,"customerName":"Max Tool Inc.","comp":"01","open":"1","shipto":"BKMFG","shiptoName":"B-K Aerospace","entry_date":"11-20-2024","cust_order_date":"11-15-2024","req_date":"04-01-2025","cust_po":"FLANGE MOUNT H100A RAH","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"SONJA ST CLAIR","drop_po":"SPECIAL ANGLE HEAD","status":"0","user":"fletcherp","conv_order":"","time":"20:56","extra":"","follow_up":"12-07-2024","web_id":"","follow_name":"Sonja St. Clair","follow_phone":"256-859-3100","follow_email":"sonja.stclair@maxtoolinc.com","pic_user":"fletcherp","total_amt":"103135.18","total_gp":"103135.18","total_gpm":"100.00","rev_type":"ADV","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"2","totalQty":"3","win_pct":"20","clo_date":"12-07-2024","notes":[],"crmnotes":[{"comp":1,"quote":224755,"Line":0,"Comment":"11/27/2024 11:29 PM - fletcherp - F/U changed from 11/26/2024 to 12/7/2024 (Follow Up Manually Changed)"},{"comp":1,"quote":224755,"Line":1,"Comment":"11/27/2024 11:29 PM - fletcherp - CLO changed from 12/01/2024 to 12/07/2024 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224755","line":"1","part":"SPECIAL-AH","qty":"1","price":"39479.14","uom":"EA","discount":"0.00","req_date":"18-20 WEEKS ARO","branch":"1"},{"comp":"01","order":"224755","line":"2","part":"SPECIAL-AH","qty":"2","price":"31828.02","uom":"EA","discount":"0.00","req_date":"18-20 WEEKS ARO","branch":"1"}],"qlines":[{"Quote":"224755","Line":"1","Company":"1","F_Line":"1","Comment":"P/N: TBD ARO","Loc":"Y"},{"Quote":"224755","Line":"1","Company":"1","F_Line":"2","Comment":"FLANGE MOUNTED HSK100A CAPTO C4 OUTPUT SPECIAL RIGHT","Loc":"Y"},{"Quote":"224755","Line":"1","Company":"1","F_Line":"3","Comment":"ANGLE HEAD; APPROIMATELY 400MM GAUGE LENGTH;","Loc":"Y"},{"Quote":"224755","Line":"1","Company":"1","F_Line":"4","Comment":"DESIGNED TO DRIVEN BY SIEMENS CERAMIC BEARINGS","Loc":"Y"},{"Quote":"224755","Line":"1","Company":"1","F_Line":"5","Comment":"DIRECT DRIVE SPINDLE; WILL HAVE SIDE PORT FOR","Loc":"Y"},{"Quote":"224755","Line":"1","Company":"1","F_Line":"6","Comment":"COOLANT TO BE PIPED IN FOR COOLANT THRU THE CAPTO","Loc":"Y"},{"Quote":"224755","Line":"1","Company":"1","F_Line":"7","Comment":"C4 SPINDLE OUTPUT.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":2}}] 2024-11-27 23:29:45.779 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224756-11272024232945.txt === {"quote":"224756","customer":"9569","name":null,"customerName":"Industrial Tooling & Supply","comp":"01","open":"1","shipto":"BKMFG","shiptoName":"B-K Aerospace","entry_date":"11-20-2024","cust_order_date":"11-15-2024","req_date":"04-01-2025","cust_po":"FLANGE MOUNT H100A RAH","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"P","ship_cmpt":"N","drop_att":"GREG DANIEL","drop_po":"SPECIAL ANGLE HEAD","status":"0","user":"fletcherp","conv_order":"","time":"21:13","extra":"","follow_up":"11-26-2024","web_id":"","follow_name":"Greg Daniel","follow_phone":"","follow_email":"gdaniel@its-supply.com","pic_user":"fletcherp","total_amt":"119002.13","total_gp":"119002.13","total_gpm":"100.00","rev_type":"ADV","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"2","totalQty":"3","win_pct":"20","clo_date":"12-01-2024","notes":[],"crmnotes":[],"items":[{"comp":"01","order":"224756","line":"1","part":"SPECIAL-AH","qty":"1","price":"45552.85","uom":"EA","discount":"0.00","req_date":"18-20 WEEKS ARO","branch":"1"},{"comp":"01","order":"224756","line":"2","part":"SPECIAL-AH","qty":"2","price":"36724.64","uom":"EA","discount":"0.00","req_date":"18-20 WEEKS ARO","branch":"1"}],"qlines":[{"Quote":"224756","Line":"1","Company":"1","F_Line":"1","Comment":"P/N: TBD ARO","Loc":"Y"},{"Quote":"224756","Line":"1","Company":"1","F_Line":"2","Comment":"FLANGE MOUNTED HSK100A CAPTO C4 OUTPUT SPECIAL RIGHT","Loc":"Y"},{"Quote":"224756","Line":"1","Company":"1","F_Line":"3","Comment":"ANGLE HEAD; APPROIMATELY 400MM GAUGE LENGTH;","Loc":"Y"},{"Quote":"224756","Line":"1","Company":"1","F_Line":"4","Comment":"DESIGNED TO DRIVEN BY SIEMENS CERAMIC BEARINGS","Loc":"Y"},{"Quote":"224756","Line":"1","Company":"1","F_Line":"5","Comment":"DIRECT DRIVE SPINDLE; WILL HAVE SIDE PORT FOR","Loc":"Y"},{"Quote":"224756","Line":"1","Company":"1","F_Line":"6","Comment":"COOLANT TO BE PIPED IN FOR COOLANT THRU THE CAPTO","Loc":"Y"},{"Quote":"224756","Line":"1","Company":"1","F_Line":"7","Comment":"C4 SPINDLE OUTPUT.","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":2}}] 2024-11-27 23:29:53.720 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224418-11272024232953.txt === {"quote":"224418","customer":"13410","name":null,"customerName":"Max Tool Inc.","comp":"01","open":"1","shipto":"YATEINDS","shiptoName":"Yates Industries South LLC","entry_date":"11-14-2024","cust_order_date":"11-14-2024","req_date":"12-26-2024","cust_po":"MANUAL INDEXER PRICING","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Bryan Harris","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"07:51","extra":"","follow_up":"11-27-2024","web_id":"","follow_name":"Bryan Harris","follow_phone":"","follow_email":"bryan@maxtoolinc.com","pic_user":"fletcherp","total_amt":"44300.00","total_gp":"18984.16","total_gpm":"42.85","rev_type":"RT","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"2","totalQty":"6","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"224418","line":"0","data":"11-14-2024 07:54 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"224418","line":"1","part":"SRI-150","qty":"1","price":"4485.00","uom":"EA","discount":"0.00","req_date":"JAPAN STOCK","branch":"1"},{"comp":"01","order":"224418","line":"2","part":"SRI-200","qty":"1","price":"4775.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224418","line":"3","part":"SRI-300","qty":"1","price":"6210.00","uom":"EA","discount":"0.00","req_date":"0 Stk","branch":"1"},{"comp":"01","order":"224418","line":"4","part":"NST-250HP","qty":"1","price":"5885.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224418","line":"5","part":"NST-300HP","qty":"1","price":"7950.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224418","line":"6","part":"NST-500HP","qty":"1","price":"14995.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":6}}] 2024-11-27 23:30:05.609 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224448-11272024233005.txt === {"quote":"224448","customer":"13410","name":null,"customerName":"Max Tool Inc.","comp":"01","open":"1","shipto":"MAXTOOLZ","shiptoName":"Max Tool Inc.","entry_date":"11-14-2024","cust_order_date":"11-14-2024","req_date":"12-26-2024","cust_po":"SK6 SK10 VCK13 COLLETS","terms_code":"N30","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"25","salesman":"FP","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Danny Williams","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"11:01","extra":"","follow_up":"11-27-2024","web_id":"","follow_name":"Danny Williams","follow_phone":"205-222-0442","follow_email":"danny@maxtoolinc.com","pic_user":"fletcherp","total_amt":"7595.50","total_gp":"5054.75","total_gpm":"66.55","rev_type":"ADV","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"2","totalQty":"186","win_pct":"20","clo_date":"12-14-2024","notes":[{"comp":"1","quote":"224448","line":"0","data":"11-14-2024 11:05 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"224448","line":"1","part":"SK6-0.8","qty":"5","price":"122.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224448","line":"2","part":"SK6-1","qty":"5","price":"88.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224448","line":"3","part":"SK6-1.25","qty":"5","price":"88.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224448","line":"4","part":"SK6-1.5","qty":"5","price":"83.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224448","line":"5","part":"SK6-2","qty":"5","price":"83.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224448","line":"6","part":"SK6-2.25","qty":"5","price":"83.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224448","line":"7","part":"SK6-2.5","qty":"5","price":"83.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224448","line":"8","part":"SK6-2.75","qty":"5","price":"83.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224448","line":"9","part":"SK6-3","qty":"5","price":"65.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224448","line":"10","part":"SK6-3.5","qty":"5","price":"65.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224448","line":"11","part":"SK6-4","qty":"5","price":"65.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224448","line":"12","part":"SK6-4.5","qty":"5","price":"65.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224448","line":"13","part":"SK6-5","qty":"5","price":"65.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224448","line":"14","part":"SK6-5.5","qty":"5","price":"65.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224448","line":"15","part":"SK6-6","qty":"5","price":"65.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224448","line":"16","part":"SK6-1/8A","qty":"5","price":"65.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224448","line":"17","part":"SK10-2","qty":"5","price":"81.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224448","line":"18","part":"SK10-2.25","qty":"5","price":"81.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224448","line":"19","part":"SK10-2.5","qty":"5","price":"81.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224448","line":"20","part":"SK10-2.75","qty":"5","price":"81.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224448","line":"21","part":"SK10-3","qty":"5","price":"67.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224448","line":"22","part":"SK10-3.5","qty":"5","price":"67.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224448","line":"23","part":"SK10-4","qty":"5","price":"67.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224448","line":"24","part":"SK10-4.5","qty":"5","price":"67.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224448","line":"25","part":"SK10-5","qty":"5","price":"67.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224448","line":"26","part":"SK10-5.5","qty":"5","price":"67.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224448","line":"27","part":"SK10-6.5","qty":"5","price":"67.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224448","line":"28","part":"SK10-7","qty":"5","price":"67.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224448","line":"29","part":"SK10-7.5","qty":"5","price":"67.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224448","line":"30","part":"SK10-8.5","qty":"5","price":"67.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224448","line":"31","part":"SK10-9","qty":"5","price":"67.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224448","line":"32","part":"SK10-9.5","qty":"5","price":"67.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224448","line":"33","part":"SK10-10","qty":"5","price":"67.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224448","line":"34","part":"SK10-1/8A","qty":"5","price":"67.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224448","line":"35","part":"SK10-1/4A","qty":"5","price":"67.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224448","line":"36","part":"SK10-5/16A","qty":"5","price":"67.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224448","line":"37","part":"VCK13-1/2","qty":"5","price":"133.00","uom":"EA","discount":"45.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224448","line":"38","part":"PROMOTION-IMTS24HOLDER","qty":"1","price":"0.00","uom":"EA","discount":"0.00","req_date":"","branch":"1"}],"qlines":[{"Quote":"224448","Line":"38","Company":"1","F_Line":"1","Comment":"10% ADDITIONAL DISCOUNT FROM IMTS PROMO","Loc":"Y"}],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":38}}] 2024-11-27 23:30:11.767 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224855-11272024233011.txt === {"quote":"224855","customer":"19525","name":null,"customerName":"MSC Industrial Supply Company","comp":"01","open":"1","shipto":"RAIN","shiptoName":"Rainbow Tool & Machine","entry_date":"11-22-2024","cust_order_date":"11-22-2024","req_date":"01-03-2025","cust_po":"TG100 COLLETS","terms_code":"N60","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"99","salesman":"RR","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Keith Ponder","drop_po":"","status":"0","user":"fletcherp","conv_order":"","time":"11:21","extra":"","follow_up":"11-28-2024","web_id":"","follow_name":"Keith Ponder","follow_phone":"(205) 541-6707","follow_email":"fredrick.ponder@mscdirect.com","pic_user":"fletcherp","total_amt":"278.85","total_gp":"163.10","total_gpm":"58.49","rev_type":"STD","mod_date":"11-27-2024","mod_time":null,"mod_user":"fletcherp","reason":"2","totalQty":"13","win_pct":"20","clo_date":"12-22-2024","notes":[{"comp":"1","quote":"224855","line":"0","data":"11-22-2024 11:22 - Discounts Recalculated QS"}],"crmnotes":[],"items":[{"comp":"01","order":"224855","line":"1","part":"100-008","qty":"1","price":"33.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224855","line":"2","part":"100-010","qty":"1","price":"33.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224855","line":"3","part":"100-013","qty":"1","price":"33.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224855","line":"4","part":"100-016","qty":"1","price":"33.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224855","line":"5","part":"100-018","qty":"1","price":"33.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224855","line":"6","part":"100-022","qty":"1","price":"33.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224855","line":"7","part":"100-032","qty":"1","price":"33.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224855","line":"8","part":"100-206","qty":"1","price":"33.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224855","line":"9","part":"100-208","qty":"1","price":"33.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224855","line":"10","part":"100-210","qty":"1","price":"33.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224855","line":"11","part":"100-212","qty":"1","price":"33.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224855","line":"12","part":"100-213","qty":"1","price":"33.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224855","line":"13","part":"100-214","qty":"1","price":"33.00","uom":"EA","discount":"35.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":13}}] 2024-11-28 11:04:07.246 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\KREH-0-3276.txt === {"customer":"KREH","line":"A","dept":"M","name":"Bruce Van Dyke","title":"OWN","phone":"800-323-0745","cell":"800-323-0745","fax":null,"email":"BVANDYKE@KREHER.COM","remarks1":null,"remarks2":null,"remarks3":null,"web_id":3276,"password":null,"webenabled":null,"linkedin":null,"city":"Melrose Park","state":"IL","address1":"1550 North 25th Ave","address2":null,"zip":"60160","country":"USA","userid":"francescof","username":null,"CZ_flag":null,"AC_flag":null,"QT_flag":null,"OR_flag":null,"Type":"ST","Active":"Y","lnrp":"N"} [{"json":{"results":"Contacts","type":"contacts","line":"0"}}] 2024-11-28 12:55:26.719 [INFO] In session is user: luism 2024-11-29 03:18:04.908 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-29 11:37:44.016 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(41.7311963636938, -87.8353293569577, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(41.7311963636938, -87.8353293569577, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.4209395 second/s. 2024-11-29 11:38:11.579 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224933-11292024113811.txt === {"quote":"224933","customer":"13485","name":null,"customerName":"Methods Machine Tools Inc. (MA)","comp":"01","open":"0","shipto":"METASTEL","shiptoName":"Methods Machine","entry_date":"11-25-2024","cust_order_date":"11-25-2024","req_date":"01-06-2025","cust_po":"","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Michael Johnson","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"13:38","extra":"","follow_up":"12-14-2024","web_id":"","follow_name":"Michael Johnson","follow_phone":"(262) 443-5308","follow_email":"mjohnson2@methodsmachine.com","pic_user":"joshuav","total_amt":"13033.00","total_gp":"10321.98","total_gpm":"79.20","rev_type":"ADV","mod_date":"11-29-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"69","win_pct":"20","clo_date":"12-25-2024","notes":[{"comp":"1","quote":"224933","line":"1","data":"standard Cat40 taper, in stock."},{"comp":"1","quote":"224933","line":"0","data":"11-25-2024 15:04-jennad sustituting line 4 w/"}],"crmnotes":[{"comp":1,"quote":224933,"Line":0,"Comment":"11/29/2024 11:38 AM - joshuav - F/U Changed from 12/1/2024 to 12/14/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224933","line":"1","part":"C4007-0020-6.00","qty":"2","price":"288.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224933","line":"2","part":"C4007-0040-5.00","qty":"2","price":"279.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224933","line":"3","part":"NC4001-1000-4.00CP","qty":"1","price":"330.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224933","line":"4","part":"C4006-1500-4.50","qty":"1","price":"184.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224933","line":"5","part":"NCAT40-C1.1/4SL-120U-IDU","qty":"1","price":"536.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224933","line":"6","part":"NCAT40-C3/4-120U-IDU","qty":"3","price":"585.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224933","line":"7","part":"NCAT40-SK16C-120U-IDU","qty":"9","price":"491.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224933","line":"8","part":"NCAT40-SK16C-90U-IDU","qty":"3","price":"442.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224933","line":"9","part":"ET20-318","qty":"1","price":"122.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224933","line":"10","part":"ET20-381","qty":"1","price":"122.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224933","line":"11","part":"ET40-687","qty":"1","price":"165.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224933","line":"12","part":"ET40-700","qty":"1","price":"165.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224933","line":"13","part":"KM3/4-1/2","qty":"1","price":"59.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224933","line":"14","part":"SK16-1/2A","qty":"1","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224933","line":"15","part":"SK16-10AC","qty":"1","price":"109.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224933","line":"16","part":"SK16-10A","qty":"2","price":"73.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224933","line":"17","part":"SK16-12AC","qty":"1","price":"109.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224933","line":"18","part":"SK16-16A","qty":"1","price":"73.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224933","line":"19","part":"SK16-16AC","qty":"1","price":"109.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224933","line":"20","part":"SK16-6A","qty":"2","price":"82.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224933","line":"21","part":"SK16-8AC","qty":"3","price":"180.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224933","line":"22","part":"020-SPAN","qty":"1","price":"19.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224933","line":"23","part":"040-SPAN","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224933","line":"24","part":"9HC16","qty":"1","price":"37.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224933","line":"25","part":"9HC22","qty":"1","price":"41.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224933","line":"26","part":"9HC32","qty":"1","price":"50.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"},{"comp":"01","order":"224933","line":"27","part":"C40-1500(R)-EU","qty":"25","price":"48.00","uom":"EA","discount":"0.00","req_date":"STOCK","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":27}}] 2024-11-29 11:38:33.056 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224937-11292024113832.txt === {"quote":"224937","customer":"13485","name":null,"customerName":"Methods Machine Tools Inc. (MA)","comp":"01","open":"0","shipto":"METASTEL","shiptoName":"Methods Machine","entry_date":"11-25-2024","cust_order_date":"11-25-2024","req_date":"03-29-2025","cust_po":"Tool Cert","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Michael Johnson","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"13:48","extra":"","follow_up":"12-01-2024","web_id":"","follow_name":"Michael Johnson","follow_phone":"(262) 443-5308","follow_email":"mjohnson2@methodsmachine.com","pic_user":"joshuav","total_amt":"6516.5","total_gp":"6516.50","total_gpm":"100.00","rev_type":"STD","mod_date":"11-29-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"1","win_pct":"20","clo_date":"12-25-2024","notes":[{"comp":"1","quote":"224937","line":"1","data":"reflect changes on quotation 224933"},{"comp":"1","quote":"224937","line":"0","data":"11-25-2024 15:05-jennad adjusting TC price to"}],"crmnotes":[{"comp":1,"quote":224937,"Line":0,"Comment":"11/29/2024 11:38 AM - joshuav - Req Date change from 1/6/2025 to 3/29/2025 (Req Date Updated)"}],"items":[{"comp":"01","order":"224937","line":"1","part":"TOOL-CERT","qty":"1","price":"13033.00","uom":"EA","discount":"50.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"success","type":"quote","items":1}}] 2024-11-29 11:38:41.606 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224937-11292024113841.txt === {"quote":"224937","customer":"13485","name":null,"customerName":"Methods Machine Tools Inc. (MA)","comp":"01","open":"0","shipto":"METASTEL","shiptoName":"Methods Machine","entry_date":"11-25-2024","cust_order_date":"11-25-2024","req_date":"03-29-2025","cust_po":"Tool Cert","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Michael Johnson","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"13:48","extra":"","follow_up":"12-01-2024","web_id":"","follow_name":"Michael Johnson","follow_phone":"(262) 443-5308","follow_email":"mjohnson2@methodsmachine.com","pic_user":"joshuav","total_amt":"6516.5","total_gp":"6516.50","total_gpm":"100.00","rev_type":"STD","mod_date":"11-29-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"1","win_pct":"20","clo_date":"03-22-2025","notes":[{"comp":"1","quote":"224937","line":"1","data":"reflect changes on quotation 224933"},{"comp":"1","quote":"224937","line":"0","data":"11-25-2024 15:05-jennad adjusting TC price to"}],"crmnotes":[{"comp":1,"quote":224937,"Line":0,"Comment":"11/29/2024 11:38 AM - joshuav - Req Date change from 1/6/2025 to 3/29/2025 (Req Date Updated)"},{"comp":1,"quote":224937,"Line":1,"Comment":"11/29/2024 11:38 AM - joshuav - CLO changed from 12/25/2024 to 3/22/2025 (CLO Date Updated)"}],"items":[{"comp":"01","order":"224937","line":"1","part":"TOOL-CERT","qty":"1","price":"13033.00","uom":"EA","discount":"50.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-29 11:38:51.648 [INFO] C:\inetpub\wwwroot\store.lyndexnikken.com\api\Logs\quoteupdate-224937-11292024113851.txt === {"quote":"224937","customer":"13485","name":null,"customerName":"Methods Machine Tools Inc. (MA)","comp":"01","open":"0","shipto":"METASTEL","shiptoName":"Methods Machine","entry_date":"11-25-2024","cust_order_date":"11-25-2024","req_date":"03-29-2025","cust_po":"Tool Cert","terms_code":"N45","ship_via":"U-GND","ship_collect":"","drop_ship":"N","territory":"10","salesman":"BN","tax_code":"NON","tax_pct":"0","currency":"USD","fob":"FOB Mundelein, IL","type":"E","ship_cmpt":"N","drop_att":"Michael Johnson","drop_po":"","status":"0","user":"joshuav","conv_order":"","time":"13:48","extra":"","follow_up":"12-28-2024","web_id":"","follow_name":"Michael Johnson","follow_phone":"(262) 443-5308","follow_email":"mjohnson2@methodsmachine.com","pic_user":"joshuav","total_amt":"6516.5","total_gp":"6516.50","total_gpm":"100.00","rev_type":"STD","mod_date":"11-29-2024","mod_time":null,"mod_user":"joshuav","reason":"","totalQty":"1","win_pct":"20","clo_date":"03-22-2025","notes":[{"comp":"1","quote":"224937","line":"1","data":"reflect changes on quotation 224933"},{"comp":"1","quote":"224937","line":"0","data":"11-25-2024 15:05-jennad adjusting TC price to"}],"crmnotes":[{"comp":1,"quote":224937,"Line":0,"Comment":"11/29/2024 11:38 AM - joshuav - Req Date change from 1/6/2025 to 3/29/2025 (Req Date Updated)"},{"comp":1,"quote":224937,"Line":1,"Comment":"11/29/2024 11:38 AM - joshuav - CLO changed from 12/25/2024 to 3/22/2025 (CLO Date Updated)"},{"comp":1,"quote":224937,"Line":2,"Comment":"11/29/2024 11:38 AM - joshuav - F/U Changed from 12/1/2024 to 12/28/2024 (Follow Up Manually Changed)"}],"items":[{"comp":"01","order":"224937","line":"1","part":"TOOL-CERT","qty":"1","price":"13033.00","uom":"EA","discount":"50.00","req_date":"","branch":"1"}],"qlines":[],"qcomms":[],"qcommi":[]} [{"json":{"results":"updated","type":"quote","items":1}}] 2024-11-29 18:40:41.168 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(42.1404268205305, -88.0015808893877, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(42.1404268205305, -88.0015808893877, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.2868859 second/s. 2024-11-30 08:18:04.373 [INFO] IIS Instance Name: ng-api.prod-a.lyndexnikken.com 2024-11-30 10:56:48.641 [INFO] Distance-Customer-and-Shipto.txt: WITH Client_CTE (Distance, Id, Lat, Long, Active, ClientName, ClientType) AS ( ( SELECT (geography::Point(33.8628696664616, -117.720984182936, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , customer , Lat, [Lon], Active, [name] as ClientName , 'ClientType_BillTo' as ClientType FROM API_Customers ) UNION ( SELECT (geography::Point(33.8628696664616, -117.720984182936, 4269).STDistance(geography::Point(lat, lon, 4269)) / 1609.344) , shipto , Lat, [Lon], Active, [name] as ClientName , 'ClientType_ShipTo' as ClientType FROM API_ShipTos ) ) SELECT Distance, Id, ClientType FROM Client_CTE WHERE Lat >= -90 AND Lat <= 90 AND Lat <> 0 AND Long <> 0 AND Distance <= 10 AND (Active = 'y' OR Active = 'e') ORDER BY ROW_NUMBER() OVER ( ORDER BY Distance Asc ), ClientName OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY Customer and Shipto From Location process took -0.3267922 second/s.