Old Summery
     
Old Transactions
     
Old Table
     
NEW
     
Show/Hide Table options Base this table on data from: too Use only data from this Venue :
dates should be formatted like : 2009-10-04 24:59:59
rewrite inventory data. Questionaire from post is active
clear inventory dataUPDATE Inventory SET
Other_Sales = NULL
,Total_Sales = 0
,Out_of_Blue=0
, Request_View_no_Sale=0
, Make_Time=0
**CALCULATIONS START **
Get id of the transaction updating in transaction calculations ln36 :
the Transaction segment '' is being processed in Function_Transaction_Calculations
Typed_Transaction2(, , , ,
, , , , )
Next is the ProcessOneTransactionValidNoteOrAddProduct function
here the functionProcessOneTransactionValidnoteOrAddProduct starts
SELECT Sum(On_Display) FROM Inventory Where On_Display >= 1
SELECT
Sum(On_Display*Price),Sum(Inventory*Price),Sum(Backup*Price) FROM Inventory
***** Table calculations start all transactions query ******
Here the Create table section is beginning the all transactions querry, the only task for all transactions is to look up make times and save them look up averge make times: SELECT Product_ID
,AVG(Make_Time)
FROM transactions WHERE Voided <> 1
AND Date_n_Time >= "2008"
AND Date_n_Time <= "2030"
AND Venue = "Sunset"
AND Product_ID IN (1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,26,27,28,29,30,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,71,72,73,74,75,76,77,78,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,99,100,101,105,106,107,109,110,113,114,115,116,117,118,119,120,121,122,123,124,126,128,129,130,131,133,134,135,136,137,138,139,140,143,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,188,190,191,192,193,194,195,196,198,199,200,201,202,203,204,205,206,207,209,210,211,212,213,214,215,216,217,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,314,315,316,317,318,319,320,321,322,323,324,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,429,438,439,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342)
GROUP BY Product_ID
actual querry used to update make time: UPDATE Inventory SET Make_Time = 3.25 WHERE ID = 1
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 4
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 5
actual querry used to update make time: UPDATE Inventory SET Make_Time = 10 WHERE ID = 7
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 8
actual querry used to update make time: UPDATE Inventory SET Make_Time = 2.33 WHERE ID = 11
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 12
actual querry used to update make time: UPDATE Inventory SET Make_Time = 6.33 WHERE ID = 13
actual querry used to update make time: UPDATE Inventory SET Make_Time = 13.5 WHERE ID = 15
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 19
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 21
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 26
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 27
actual querry used to update make time: UPDATE Inventory SET Make_Time = 6 WHERE ID = 30
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 33
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 37
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 38
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 39
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 41
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 43
actual querry used to update make time: UPDATE Inventory SET Make_Time = 4.33 WHERE ID = 45
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 49
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 53
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 54
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 71
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 74
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 75
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 76
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 81
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 85
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 88
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 90
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 93
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 94
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 95
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 105
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 114
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 115
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 118
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 122
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 133
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 135
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 136
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 139
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 146
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 147
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 151
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 156
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 163
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 167
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 168
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 184
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 190
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 193
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 198
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 199
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 201
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 203
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 204
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 205
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 211
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 214
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 215
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 222
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 231
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 232
actual querry used to update make time: UPDATE Inventory SET Make_Time = 7.25 WHERE ID = 233
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 235
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 236
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 238
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 240
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 243
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 244
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 247
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 265
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 275
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 278
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 282
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 283
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 285
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 286
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 293
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 297
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 298
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 304
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 307
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 310
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 317
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 318
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 320
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 326
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 329
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 334
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 336
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 337
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 344
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 345
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 353
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 358
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 364
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 380
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 381
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 383
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 390
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 391
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 396
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 397
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 404
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 407
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 418
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 420
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 426
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 429
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 449
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 453
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 454
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 455
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 457
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 462
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 466
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 467
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 469
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 472
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 478
actual querry used to update make time: UPDATE Inventory SET Make_Time = 11.33 WHERE ID = 483
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 485
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 486
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 490
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 491
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 492
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 496
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 501
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 509
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 510
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 513
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 522
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 525
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 528
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 530
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 531
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 537
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 538
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 541
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 544
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 546
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 551
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 559
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 560
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 574
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 581
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 588
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 592
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 605
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 614
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 615
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 619
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 629
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 634
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 642
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 643
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 646
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 647
actual querry used to update make time: UPDATE Inventory SET Make_Time = 14 WHERE ID = 654
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 660
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 661
actual querry used to update make time: UPDATE Inventory SET Make_Time = 9.13 WHERE ID = 663
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 667
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 669
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 670
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 672
actual querry used to update make time: UPDATE Inventory SET Make_Time = 5.33 WHERE ID = 673
actual querry used to update make time: UPDATE Inventory SET Make_Time = 5.5 WHERE ID = 676
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 677
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 678
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 680
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 682
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 686
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 691
actual querry used to update make time: UPDATE Inventory SET Make_Time = 9.5 WHERE ID = 692
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 693
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 694
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 696
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 698
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 700
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 702
actual querry used to update make time: UPDATE Inventory SET Make_Time = 5.66 WHERE ID = 703
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 705
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 709
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 711
actual querry used to update make time: UPDATE Inventory SET Make_Time = 6.66 WHERE ID = 716
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 723
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 724
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 729
actual querry used to update make time: UPDATE Inventory SET Make_Time = 6.88 WHERE ID = 730
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 731
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 733
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 739
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 746
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 747
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 748
actual querry used to update make time: UPDATE Inventory SET Make_Time = 2.02 WHERE ID = 750
actual querry used to update make time: UPDATE Inventory SET Make_Time = 9 WHERE ID = 752
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 757
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 758
actual querry used to update make time: UPDATE Inventory SET Make_Time = 3.5 WHERE ID = 760
actual querry used to update make time: UPDATE Inventory SET Make_Time = 3.62 WHERE ID = 761
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 767
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 771
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 773
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 774
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 781
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 784
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 786
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 787
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 790
actual querry used to update make time: UPDATE Inventory SET Make_Time = 7 WHERE ID = 794
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 798
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 804
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 805
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 807
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 810
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 813
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 817
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 830
actual querry used to update make time: UPDATE Inventory SET Make_Time = 9 WHERE ID = 833
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 835
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 838
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 841
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 842
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 848
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 849
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 851
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 855
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 858
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 862
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 867
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 870
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 879
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 882
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 886
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 890
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 895
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 897
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 903
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 914
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 917
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 918
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 919
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 921
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 922
actual querry used to update make time: UPDATE Inventory SET Make_Time = 8 WHERE ID = 923
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 927
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 930
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 935
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 942
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 944
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 955
actual querry used to update make time: UPDATE Inventory SET Make_Time = 7.66 WHERE ID = 956
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 960
actual querry used to update make time: UPDATE Inventory SET Make_Time = 21.5 WHERE ID = 961
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 970
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 975
actual querry used to update make time: UPDATE Inventory SET Make_Time = 14.25 WHERE ID = 980
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 981
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 982
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 983
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 986
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 987
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 990
actual querry used to update make time: UPDATE Inventory SET Make_Time = 10.2 WHERE ID = 991
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 993
actual querry used to update make time: UPDATE Inventory SET Make_Time = 6.25 WHERE ID = 996
actual querry used to update make time: UPDATE Inventory SET Make_Time = 4.5 WHERE ID = 999
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1004
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1012
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1019
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1020
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1022
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1026
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1027
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1029
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1030
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1034
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1036
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1037
actual querry used to update make time: UPDATE Inventory SET Make_Time = 11.5 WHERE ID = 1039
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1045
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1046
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1048
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1049
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1050
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1054
actual querry used to update make time: UPDATE Inventory SET Make_Time = 17.75 WHERE ID = 1058
actual querry used to update make time: UPDATE Inventory SET Make_Time = 7.66 WHERE ID = 1059
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1061
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1067
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1075
actual querry used to update make time: UPDATE Inventory SET Make_Time = 11.22 WHERE ID = 1080
actual querry used to update make time: UPDATE Inventory SET Make_Time = 16 WHERE ID = 1081
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1082
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1084
actual querry used to update make time: UPDATE Inventory SET Make_Time = 17 WHERE ID = 1088
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1090
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1096
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1097
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1103
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1105
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1109
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1110
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1120
actual querry used to update make time: UPDATE Inventory SET Make_Time = 7.75 WHERE ID = 1121
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1122
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1129
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1130
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1137
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1138
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1139
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1140
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1141
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1142
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1143
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1144
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1145
actual querry used to update make time: UPDATE Inventory SET Make_Time = 16 WHERE ID = 1146
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1147
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1148
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1149
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1150
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1151
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1152
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1153
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1154
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1155
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1156
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1157
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1158
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1159
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1160
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1162
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1163
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1164
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0.3 WHERE ID = 1165
actual querry used to update make time: UPDATE Inventory SET Make_Time = 1 WHERE ID = 1166
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0.3 WHERE ID = 1167
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1168
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1169
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1171
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1172
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1173
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1174
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1175
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1176
actual querry used to update make time: UPDATE Inventory SET Make_Time = 100 WHERE ID = 1177
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1178
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1179
actual querry used to update make time: UPDATE Inventory SET Make_Time = 9.6 WHERE ID = 1180
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1182
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1183
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1184
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1185
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1186
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1187
actual querry used to update make time: UPDATE Inventory SET Make_Time = 6.55 WHERE ID = 1188
actual querry used to update make time: UPDATE Inventory SET Make_Time = 8.75 WHERE ID = 1189
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1190
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1191
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1193
actual querry used to update make time: UPDATE Inventory SET Make_Time = 1.25 WHERE ID = 1194
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1195
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1196
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1197
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1198
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1199
actual querry used to update make time: UPDATE Inventory SET Make_Time = 6.25 WHERE ID = 1200
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1201
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1202
actual querry used to update make time: UPDATE Inventory SET Make_Time = 3.75 WHERE ID = 1203
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1204
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1205
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1206
actual querry used to update make time: UPDATE Inventory SET Make_Time = 7 WHERE ID = 1207
actual querry used to update make time: UPDATE Inventory SET Make_Time = 8.45 WHERE ID = 1208
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1209
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1210
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1211
actual querry used to update make time: UPDATE Inventory SET Make_Time = 11.5 WHERE ID = 1212
actual querry used to update make time: UPDATE Inventory SET Make_Time = 20 WHERE ID = 1213
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1214
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1215
actual querry used to update make time: UPDATE Inventory SET Make_Time = 8 WHERE ID = 1216
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1217
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1218
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1219
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1220
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1221
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1222
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1223
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1224
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1225
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1226
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1227
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1228
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1229
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1230
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1231
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1232
actual querry used to update make time: UPDATE Inventory SET Make_Time = 4.5 WHERE ID = 1233
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1234
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1235
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1236
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1237
actual querry used to update make time: UPDATE Inventory SET Make_Time = 7.5 WHERE ID = 1238
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1239
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1240
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1241
actual querry used to update make time: UPDATE Inventory SET Make_Time = 8 WHERE ID = 1242
actual querry used to update make time: UPDATE Inventory SET Make_Time = 2.38 WHERE ID = 1243
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1244
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1245
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1246
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1247
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1248
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1249
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1250
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1251
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1252
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1253
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1254
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1255
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1256
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1257
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1258
actual querry used to update make time: UPDATE Inventory SET Make_Time = 7.5 WHERE ID = 1259
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1260
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1261
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1262
actual querry used to update make time: UPDATE Inventory SET Make_Time = 15.5 WHERE ID = 1263
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1264
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1265
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1266
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1267
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1268
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1269
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1270
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1271
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1272
actual querry used to update make time: UPDATE Inventory SET Make_Time = 7.75 WHERE ID = 1273
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1274
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1275
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1276
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1277
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1279
actual querry used to update make time: UPDATE Inventory SET Make_Time = 20 WHERE ID = 1280
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1282
actual querry used to update make time: UPDATE Inventory SET Make_Time = 7 WHERE ID = 1283
actual querry used to update make time: UPDATE Inventory SET Make_Time = 11 WHERE ID = 1284
actual querry used to update make time: UPDATE Inventory SET Make_Time = 5 WHERE ID = 1285
actual querry used to update make time: UPDATE Inventory SET Make_Time = 11 WHERE ID = 1286
actual querry used to update make time: UPDATE Inventory SET Make_Time = 14.63 WHERE ID = 1287
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1288
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1289
actual querry used to update make time: UPDATE Inventory SET Make_Time = 6.25 WHERE ID = 1290
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1291
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1293
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1294
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1295
actual querry used to update make time: UPDATE Inventory SET Make_Time = 7.5 WHERE ID = 1296
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1297
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1298
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1299
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1300
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1301
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1302
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1303
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1304
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1306
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1307
actual querry used to update make time: UPDATE Inventory SET Make_Time = 3.5 WHERE ID = 1308
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1309
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1310
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1311
actual querry used to update make time: UPDATE Inventory SET Make_Time = 4.15 WHERE ID = 1312
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1313
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1314
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1315
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1316
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1317
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1318
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1320
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1321
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1322
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1323
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1324
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1325
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1326
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1327
actual querry used to update make time: UPDATE Inventory SET Make_Time = 2 WHERE ID = 1328
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1329
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1330
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1331
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1332
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1333
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1334
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1335
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1336
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1337
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1338
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1339
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1340
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1341
actual querry used to update make time: UPDATE Inventory SET Make_Time = 0 WHERE ID = 1342
***** Table calculations start sales transactions query ******
begin Sales Transactions Query
SELECT
transactions.Product_ID
,SUM(transactions.Number)
,SUM(IF((transactions.On_Display = 0),Number,0))
,AVG(transactions.Other_Sales)
,SUM(transactions.Number)
FROM transactions
WHERE ((Added_To = 'Customer') OR (Added_To = 'Public'))
AND Date_n_Time >= "2008"
AND Date_n_Time <= "2030"
AND Venue = "Sunset"
AND Product_ID IN (1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,26,27,28,29,30,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,71,72,73,74,75,76,77,78,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,99,100,101,105,106,107,109,110,113,114,115,116,117,118,119,120,121,122,123,124,126,128,129,130,131,133,134,135,136,137,138,139,140,143,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,188,190,191,192,193,194,195,196,198,199,200,201,202,203,204,205,206,207,209,210,211,212,213,214,215,216,217,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,314,315,316,317,318,319,320,321,322,323,324,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,429,438,439,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342)
AND Voided <> 1
GROUP BY Product_ID
average other sales straight from database for 1 is 23.46268656716418
for 1 os = 23.46268656716418 display os = 0
The OS was calculated by the second method for id 1 it's the older simple method thats not compared to whats on the table it was 23.462686567164
average other sales straight from database for 4 is 0
for 4 os = 0 display os = 0
The OS was calculated by the second method for id 4 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 5 is 7.5
for 5 os = 7.5 display os = 0
The OS was calculated by the second method for id 5 it's the older simple method thats not compared to whats on the table it was 7.5
average other sales straight from database for 7 is 9.9
for 7 os = 9.9 display os = 0
The OS was calculated by the second method for id 7 it's the older simple method thats not compared to whats on the table it was 10.5
average other sales straight from database for 8 is 0
for 8 os = 0 display os = 0
The OS was calculated by the second method for id 8 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 11 is 9
for 11 os = 9 display os = 0
The OS was calculated by the second method for id 11 it's the older simple method thats not compared to whats on the table it was 9
average other sales straight from database for 12 is 0
for 12 os = 0 display os = 0
The OS was calculated by the second method for id 12 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 13 is 39.733333333333334
for 13 os = 39.733333333333334 display os = 0
The OS was calculated by the second method for id 13 it's the older simple method thats not compared to whats on the table it was 39.733333333333
average other sales straight from database for 15 is 22.121951219512194
for 15 os = 22.121951219512194 display os = 0
The OS was calculated by the second method for id 15 it's the older simple method thats not compared to whats on the table it was 22.390243902439
average other sales straight from database for 19 is 0
for 19 os = 0 display os = 0
The OS was calculated by the second method for id 19 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 21 is 0
for 21 os = 0 display os = 0
The OS was calculated by the second method for id 21 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 26 is 19.5
for 26 os = 19.5 display os = 0
The OS was calculated by the second method for id 26 it's the older simple method thats not compared to whats on the table it was 19.5
average other sales straight from database for 27 is 0
for 27 os = 0 display os = 0
The OS was calculated by the second method for id 27 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 30 is 37.54545454545455
for 30 os = 37.54545454545455 display os = 0
The OS was calculated by the second method for id 30 it's the older simple method thats not compared to whats on the table it was 37.545454545455
average other sales straight from database for 33 is 0
for 33 os = 0 display os = 0
The OS was calculated by the second method for id 33 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 37 is 0
for 37 os = 0 display os = 0
The OS was calculated by the second method for id 37 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 38 is 0
for 38 os = 0 display os = 0
The OS was calculated by the second method for id 38 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 39 is 0
for 39 os = 0 display os = 0
The OS was calculated by the second method for id 39 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 41 is 0
for 41 os = 0 display os = 0
The OS was calculated by the second method for id 41 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 43 is 0
for 43 os = 0 display os = 0
The OS was calculated by the second method for id 43 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 45 is 22.058823529411764
for 45 os = 22.058823529411764 display os = 0
The OS was calculated by the second method for id 45 it's the older simple method thats not compared to whats on the table it was 22.380662609872
average other sales straight from database for 49 is 0
for 49 os = 0 display os = 0
The OS was calculated by the second method for id 49 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 53 is 0
for 53 os = 0 display os = 0
The OS was calculated by the second method for id 53 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 54 is 0
for 54 os = 0 display os = 0
The OS was calculated by the second method for id 54 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 71 is 57.310344827586206
for 71 os = 57.310344827586206 display os = 0
The OS was calculated by the second method for id 71 it's the older simple method thats not compared to whats on the table it was 57.310344827586
average other sales straight from database for 74 is 0
for 74 os = 0 display os = 0
The OS was calculated by the second method for id 74 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 75 is 0
for 75 os = 0 display os = 0
The OS was calculated by the second method for id 75 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 76 is 55.86027397260274
for 76 os = 55.86027397260274 display os = 0
The OS was calculated by the second method for id 76 it's the older simple method thats not compared to whats on the table it was 55.860273972603
average other sales straight from database for 81 is 0
for 81 os = 0 display os = 0
The OS was calculated by the second method for id 81 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 85 is 0
for 85 os = 0 display os = 0
The OS was calculated by the second method for id 85 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 90 is 0
for 90 os = 0 display os = 0
The OS was calculated by the second method for id 90 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 93 is 66
for 93 os = 66 display os = 0
The OS was calculated by the second method for id 93 it's the older simple method thats not compared to whats on the table it was 92.5
average other sales straight from database for 94 is 0
for 94 os = 0 display os = 0
The OS was calculated by the second method for id 94 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 95 is 0
for 95 os = 0 display os = 0
The OS was calculated by the second method for id 95 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 114 is 0
for 114 os = 0 display os = 0
The OS was calculated by the second method for id 114 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 115 is 0
for 115 os = 0 display os = 0
The OS was calculated by the second method for id 115 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 118 is 0
for 118 os = 0 display os = 0
The OS was calculated by the second method for id 118 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 122 is 0
for 122 os = 0 display os = 0
The OS was calculated by the second method for id 122 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 135 is 0
for 135 os = 0 display os = 0
The OS was calculated by the second method for id 135 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 136 is 72.5
for 136 os = 72.5 display os = 0
The OS was calculated by the second method for id 136 it's the older simple method thats not compared to whats on the table it was 72.5
average other sales straight from database for 139 is 0
for 139 os = 0 display os = 0
The OS was calculated by the second method for id 139 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 146 is 0
for 146 os = 0 display os = 0
The OS was calculated by the second method for id 146 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 147 is 0
for 147 os = 0 display os = 0
The OS was calculated by the second method for id 147 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 151 is 0
for 151 os = 0 display os = 0
The OS was calculated by the second method for id 151 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 156 is 17.5
for 156 os = 17.5 display os = 0
The OS was calculated by the second method for id 156 it's the older simple method thats not compared to whats on the table it was 17.5
average other sales straight from database for 163 is 0
for 163 os = 0 display os = 0
The OS was calculated by the second method for id 163 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 167 is 130
for 167 os = 130 display os = 0
The OS was calculated by the second method for id 167 it's the older simple method thats not compared to whats on the table it was 130
average other sales straight from database for 168 is 0
for 168 os = 0 display os = 0
The OS was calculated by the second method for id 168 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 184 is 0
for 184 os = 0 display os = 0
The OS was calculated by the second method for id 184 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 190 is 0
for 190 os = 0 display os = 0
The OS was calculated by the second method for id 190 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 193 is 0
for 193 os = 0 display os = 0
The OS was calculated by the second method for id 193 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 199 is 245.5
for 199 os = 245.5 display os = 0
The OS was calculated by the second method for id 199 it's the older simple method thats not compared to whats on the table it was 270.5
average other sales straight from database for 201 is 0
for 201 os = 0 display os = 0
The OS was calculated by the second method for id 201 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 203 is 0
for 203 os = 0 display os = 0
The OS was calculated by the second method for id 203 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 204 is 0
for 204 os = 0 display os = 0
The OS was calculated by the second method for id 204 it's the older simple method thats not compared to whats on the table it was 16.5
average other sales straight from database for 205 is 0
for 205 os = 0 display os = 0
The OS was calculated by the second method for id 205 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 211 is 0
for 211 os = 0 display os = 0
The OS was calculated by the second method for id 211 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 214 is 0
for 214 os = 0 display os = 0
The OS was calculated by the second method for id 214 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 215 is 0
for 215 os = 0 display os = 0
The OS was calculated by the second method for id 215 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 222 is 0
for 222 os = 0 display os = 0
The OS was calculated by the second method for id 222 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 231 is 0
for 231 os = 0 display os = 0
The OS was calculated by the second method for id 231 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 232 is 0
for 232 os = 0 display os = 0
The OS was calculated by the second method for id 232 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 233 is 45.026315789473685
for 233 os = 45.026315789473685 display os = 0
The OS was calculated by the second method for id 233 it's the older simple method thats not compared to whats on the table it was 45.026315789474
average other sales straight from database for 235 is 0
for 235 os = 0 display os = 0
The OS was calculated by the second method for id 235 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 236 is 0
for 236 os = 0 display os = 0
The OS was calculated by the second method for id 236 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 238 is 20.903225806451612
for 238 os = 20.903225806451612 display os = 0
The OS was calculated by the second method for id 238 it's the older simple method thats not compared to whats on the table it was 20.903225806452
average other sales straight from database for 240 is 0
for 240 os = 0 display os = 0
The OS was calculated by the second method for id 240 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 243 is 0
for 243 os = 0 display os = 0
The OS was calculated by the second method for id 243 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 244 is 0
for 244 os = 0 display os = 0
The OS was calculated by the second method for id 244 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 247 is 0
for 247 os = 0 display os = 0
The OS was calculated by the second method for id 247 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 265 is 0
for 265 os = 0 display os = 0
The OS was calculated by the second method for id 265 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 278 is 0
for 278 os = 0 display os = 0
The OS was calculated by the second method for id 278 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 282 is 0
for 282 os = 0 display os = 0
The OS was calculated by the second method for id 282 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 283 is 0
for 283 os = 0 display os = 0
The OS was calculated by the second method for id 283 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 285 is 0
for 285 os = 0 display os = 0
The OS was calculated by the second method for id 285 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 286 is 8.2
for 286 os = 8.2 display os = 0
The OS was calculated by the second method for id 286 it's the older simple method thats not compared to whats on the table it was 8.2
average other sales straight from database for 293 is 0
for 293 os = 0 display os = 0
The OS was calculated by the second method for id 293 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 297 is 0
for 297 os = 0 display os = 0
The OS was calculated by the second method for id 297 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 298 is 81
for 298 os = 81 display os = 0
The OS was calculated by the second method for id 298 it's the older simple method thats not compared to whats on the table it was 81
average other sales straight from database for 304 is 0
for 304 os = 0 display os = 0
The OS was calculated by the second method for id 304 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 307 is 0
for 307 os = 0 display os = 0
The OS was calculated by the second method for id 307 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 310 is 0
for 310 os = 0 display os = 0
The OS was calculated by the second method for id 310 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 317 is 0
for 317 os = 0 display os = 0
The OS was calculated by the second method for id 317 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 318 is 7
for 318 os = 7 display os = 0
The OS was calculated by the second method for id 318 it's the older simple method thats not compared to whats on the table it was 7
average other sales straight from database for 320 is 0
for 320 os = 0 display os = 0
The OS was calculated by the second method for id 320 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 326 is 0
for 326 os = 0 display os = 0
The OS was calculated by the second method for id 326 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 329 is 0
for 329 os = 0 display os = 0
The OS was calculated by the second method for id 329 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 334 is 0
for 334 os = 0 display os = 0
The OS was calculated by the second method for id 334 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 336 is 0
for 336 os = 0 display os = 0
The OS was calculated by the second method for id 336 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 337 is 0
for 337 os = 0 display os = 0
The OS was calculated by the second method for id 337 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 344 is 0
for 344 os = 0 display os = 0
The OS was calculated by the second method for id 344 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 345 is 0
for 345 os = 0 display os = 0
The OS was calculated by the second method for id 345 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 353 is 0
for 353 os = 0 display os = 0
The OS was calculated by the second method for id 353 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 358 is 0
for 358 os = 0 display os = 0
The OS was calculated by the second method for id 358 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 364 is 0
for 364 os = 0 display os = 0
The OS was calculated by the second method for id 364 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 380 is 0
for 380 os = 0 display os = 0
The OS was calculated by the second method for id 380 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 381 is 0
for 381 os = 0 display os = 0
The OS was calculated by the second method for id 381 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 383 is 0
for 383 os = 0 display os = 0
The OS was calculated by the second method for id 383 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 390 is 0
for 390 os = 0 display os = 0
The OS was calculated by the second method for id 390 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 391 is 0
for 391 os = 0 display os = 0
The OS was calculated by the second method for id 391 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 396 is 0
for 396 os = 0 display os = 0
The OS was calculated by the second method for id 396 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 397 is 112
for 397 os = 112 display os = 0
The OS was calculated by the second method for id 397 it's the older simple method thats not compared to whats on the table it was 112
average other sales straight from database for 404 is 0
for 404 os = 0 display os = 0
The OS was calculated by the second method for id 404 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 407 is 38
for 407 os = 38 display os = 0
The OS was calculated by the second method for id 407 it's the older simple method thats not compared to whats on the table it was 38
average other sales straight from database for 418 is 0
for 418 os = 0 display os = 0
The OS was calculated by the second method for id 418 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 420 is 0
for 420 os = 0 display os = 0
The OS was calculated by the second method for id 420 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 426 is 9.666666666666666
for 426 os = 9.666666666666666 display os = 0
The OS was calculated by the second method for id 426 it's the older simple method thats not compared to whats on the table it was 9.6666666666667
average other sales straight from database for 449 is 0
for 449 os = 0 display os = 0
The OS was calculated by the second method for id 449 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 453 is 0
for 453 os = 0 display os = 0
The OS was calculated by the second method for id 453 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 454 is 90
for 454 os = 90 display os = 0
The OS was calculated by the second method for id 454 it's the older simple method thats not compared to whats on the table it was 90
average other sales straight from database for 455 is 0
for 455 os = 0 display os = 0
The OS was calculated by the second method for id 455 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 457 is 64.8125
for 457 os = 64.8125 display os = 0
The OS was calculated by the second method for id 457 it's the older simple method thats not compared to whats on the table it was 64.8125
average other sales straight from database for 462 is 0
for 462 os = 0 display os = 0
The OS was calculated by the second method for id 462 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 466 is 6
for 466 os = 6 display os = 0
The OS was calculated by the second method for id 466 it's the older simple method thats not compared to whats on the table it was 6
average other sales straight from database for 467 is 0
for 467 os = 0 display os = 0
The OS was calculated by the second method for id 467 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 469 is 0
for 469 os = 0 display os = 0
The OS was calculated by the second method for id 469 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 472 is 0
for 472 os = 0 display os = 0
The OS was calculated by the second method for id 472 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 478 is 0
for 478 os = 0 display os = 0
The OS was calculated by the second method for id 478 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 483 is 30.548387096774192
for 483 os = 30.548387096774192 display os = 0
The OS was calculated by the second method for id 483 it's the older simple method thats not compared to whats on the table it was 30.548387096774
average other sales straight from database for 486 is 29.727272727272727
for 486 os = 29.727272727272727 display os = 0
The OS was calculated by the second method for id 486 it's the older simple method thats not compared to whats on the table it was 29.727272727273
average other sales straight from database for 490 is 0
for 490 os = 0 display os = 0
The OS was calculated by the second method for id 490 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 491 is 55.666666666666664
for 491 os = 55.666666666666664 display os = 0
The OS was calculated by the second method for id 491 it's the older simple method thats not compared to whats on the table it was 55.666666666667
average other sales straight from database for 496 is 0
for 496 os = 0 display os = 0
The OS was calculated by the second method for id 496 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 501 is 0
for 501 os = 0 display os = 0
The OS was calculated by the second method for id 501 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 509 is 0
for 509 os = 0 display os = 0
The OS was calculated by the second method for id 509 it's the older simple method thats not compared to whats on the table it was 18.333333333333
average other sales straight from database for 510 is 0
for 510 os = 0 display os = 0
The OS was calculated by the second method for id 510 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 513 is 31.18918918918919
for 513 os = 31.18918918918919 display os = 0
The OS was calculated by the second method for id 513 it's the older simple method thats not compared to whats on the table it was 33.621621621622
average other sales straight from database for 522 is 0
for 522 os = 0 display os = 0
The OS was calculated by the second method for id 522 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 525 is 0
for 525 os = 0 display os = 0
The OS was calculated by the second method for id 525 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 528 is 0
for 528 os = 0 display os = 0
The OS was calculated by the second method for id 528 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 530 is 0
for 530 os = 0 display os = 0
The OS was calculated by the second method for id 530 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 531 is 0
for 531 os = 0 display os = 0
The OS was calculated by the second method for id 531 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 537 is 0
for 537 os = 0 display os = 0
The OS was calculated by the second method for id 537 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 538 is 0
for 538 os = 0 display os = 0
The OS was calculated by the second method for id 538 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 541 is 0
for 541 os = 0 display os = 0
The OS was calculated by the second method for id 541 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 544 is 0
for 544 os = 0 display os = 0
The OS was calculated by the second method for id 544 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 546 is 79
for 546 os = 79 display os = 0
The OS was calculated by the second method for id 546 it's the older simple method thats not compared to whats on the table it was 79
average other sales straight from database for 551 is 0
for 551 os = 0 display os = 0
The OS was calculated by the second method for id 551 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 559 is 0
for 559 os = 0 display os = 0
The OS was calculated by the second method for id 559 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 560 is 0
for 560 os = 0 display os = 0
The OS was calculated by the second method for id 560 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 574 is 0
for 574 os = 0 display os = 0
The OS was calculated by the second method for id 574 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 581 is 0
for 581 os = 0 display os = 0
The OS was calculated by the second method for id 581 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 588 is 0
for 588 os = 0 display os = 0
The OS was calculated by the second method for id 588 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 592 is 0
for 592 os = 0 display os = 0
The OS was calculated by the second method for id 592 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 605 is 0
for 605 os = 0 display os = 0
The OS was calculated by the second method for id 605 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 614 is 0
for 614 os = 0 display os = 0
The OS was calculated by the second method for id 614 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 615 is 0
for 615 os = 0 display os = 0
The OS was calculated by the second method for id 615 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 619 is 0
for 619 os = 0 display os = 0
The OS was calculated by the second method for id 619 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 629 is 0
for 629 os = 0 display os = 0
The OS was calculated by the second method for id 629 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 634 is 0
for 634 os = 0 display os = 0
The OS was calculated by the second method for id 634 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 642 is 24
for 642 os = 24 display os = 0
The OS was calculated by the second method for id 642 it's the older simple method thats not compared to whats on the table it was 24
average other sales straight from database for 643 is 0
for 643 os = 0 display os = 0
The OS was calculated by the second method for id 643 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 646 is 0
for 646 os = 0 display os = 0
The OS was calculated by the second method for id 646 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 647 is 0
for 647 os = 0 display os = 0
The OS was calculated by the second method for id 647 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 654 is 45.30952380952381
for 654 os = 45.30952380952381 display os = 0
The OS was calculated by the second method for id 654 it's the older simple method thats not compared to whats on the table it was 45.309523809524
average other sales straight from database for 660 is 56.53846153846154
for 660 os = 56.53846153846154 display os = 0
The OS was calculated by the second method for id 660 it's the older simple method thats not compared to whats on the table it was 56.538461538462
average other sales straight from database for 661 is 37.628571428571426
for 661 os = 37.628571428571426 display os = 0
The OS was calculated by the second method for id 661 it's the older simple method thats not compared to whats on the table it was 37.628571428571
average other sales straight from database for 663 is 7.078947368421052
for 663 os = 7.078947368421052 display os = 0
The OS was calculated by the second method for id 663 it's the older simple method thats not compared to whats on the table it was 7.0789473684211
average other sales straight from database for 667 is 0
for 667 os = 0 display os = 0
The OS was calculated by the second method for id 667 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 669 is 0
for 669 os = 0 display os = 0
The OS was calculated by the second method for id 669 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 670 is 0
for 670 os = 0 display os = 0
The OS was calculated by the second method for id 670 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 672 is 0
for 672 os = 0 display os = 0
The OS was calculated by the second method for id 672 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 673 is 33.58536585365854
for 673 os = 33.58536585365854 display os = 0
The OS was calculated by the second method for id 673 it's the older simple method thats not compared to whats on the table it was 33.609756097561
average other sales straight from database for 676 is 41.38805970149254
for 676 os = 41.38805970149254 display os = 0
The OS was calculated by the second method for id 676 it's the older simple method thats not compared to whats on the table it was 41.542989278957
average other sales straight from database for 677 is 20.714285714285715
for 677 os = 20.714285714285715 display os = 0
The OS was calculated by the second method for id 677 it's the older simple method thats not compared to whats on the table it was 20.714285714286
average other sales straight from database for 678 is 0
for 678 os = 0 display os = 0
The OS was calculated by the second method for id 678 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 680 is 0
for 680 os = 0 display os = 0
The OS was calculated by the second method for id 680 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 682 is 97
for 682 os = 97 display os = 0
The OS was calculated by the second method for id 682 it's the older simple method thats not compared to whats on the table it was 97
average other sales straight from database for 686 is 0
for 686 os = 0 display os = 0
The OS was calculated by the second method for id 686 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 691 is 0
for 691 os = 0 display os = 0
The OS was calculated by the second method for id 691 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 692 is 26.375
for 692 os = 26.375 display os = 0
The OS was calculated by the second method for id 692 it's the older simple method thats not compared to whats on the table it was 26.375
average other sales straight from database for 693 is 23.666666666666668
for 693 os = 23.666666666666668 display os = 0
The OS was calculated by the second method for id 693 it's the older simple method thats not compared to whats on the table it was 23.666666666667
average other sales straight from database for 694 is 0
for 694 os = 0 display os = 0
The OS was calculated by the second method for id 694 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 696 is 0
for 696 os = 0 display os = 0
The OS was calculated by the second method for id 696 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 698 is 233
for 698 os = 233 display os = 0
The OS was calculated by the second method for id 698 it's the older simple method thats not compared to whats on the table it was 233
average other sales straight from database for 700 is 0
for 700 os = 0 display os = 0
The OS was calculated by the second method for id 700 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 702 is 0
for 702 os = 0 display os = 0
The OS was calculated by the second method for id 702 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 703 is 25.607142857142858
for 703 os = 25.607142857142858 display os = 0
The OS was calculated by the second method for id 703 it's the older simple method thats not compared to whats on the table it was 25.607142857143
average other sales straight from database for 705 is 0
for 705 os = 0 display os = 0
The OS was calculated by the second method for id 705 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 709 is 53.27272727272727
for 709 os = 53.27272727272727 display os = 0
The OS was calculated by the second method for id 709 it's the older simple method thats not compared to whats on the table it was 53.272727272727
average other sales straight from database for 711 is 0
for 711 os = 0 display os = 0
The OS was calculated by the second method for id 711 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 716 is 18.71590909090909
for 716 os = 18.71590909090909 display os = 0
The OS was calculated by the second method for id 716 it's the older simple method thats not compared to whats on the table it was 18.715909090909
average other sales straight from database for 723 is 60.5
for 723 os = 60.5 display os = 0
The OS was calculated by the second method for id 723 it's the older simple method thats not compared to whats on the table it was 60.5
average other sales straight from database for 724 is 0
for 724 os = 0 display os = 0
The OS was calculated by the second method for id 724 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 730 is 28.137254901960784
for 730 os = 28.137254901960784 display os = 0
The OS was calculated by the second method for id 730 it's the older simple method thats not compared to whats on the table it was 28.137254901961
average other sales straight from database for 731 is 0
for 731 os = 0 display os = 0
The OS was calculated by the second method for id 731 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 733 is 0
for 733 os = 0 display os = 0
The OS was calculated by the second method for id 733 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 739 is 0
for 739 os = 0 display os = 0
The OS was calculated by the second method for id 739 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 746 is 0
for 746 os = 0 display os = 0
The OS was calculated by the second method for id 746 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 747 is 32
for 747 os = 32 display os = 0
The OS was calculated by the second method for id 747 it's the older simple method thats not compared to whats on the table it was 32
average other sales straight from database for 748 is 0
for 748 os = 0 display os = 0
The OS was calculated by the second method for id 748 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 750 is 22.902985074626866
for 750 os = 22.902985074626866 display os = 0
The OS was calculated by the second method for id 750 it's the older simple method thats not compared to whats on the table it was 23.566985074627
average other sales straight from database for 752 is 46.793103448275865
for 752 os = 46.793103448275865 display os = 0
The OS was calculated by the second method for id 752 it's the older simple method thats not compared to whats on the table it was 46.793103448276
average other sales straight from database for 757 is 0
for 757 os = 0 display os = 0
The OS was calculated by the second method for id 757 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 760 is 39.01724137931034
for 760 os = 39.01724137931034 display os = 0
The OS was calculated by the second method for id 760 it's the older simple method thats not compared to whats on the table it was 39.03286637931
average other sales straight from database for 761 is 18.803418803418804
for 761 os = 18.803418803418804 display os = 0
The OS was calculated by the second method for id 761 it's the older simple method thats not compared to whats on the table it was 18.803418803419
average other sales straight from database for 767 is 36.333333333333336
for 767 os = 36.333333333333336 display os = 0
The OS was calculated by the second method for id 767 it's the older simple method thats not compared to whats on the table it was 36.333333333333
average other sales straight from database for 771 is 0
for 771 os = 0 display os = 0
The OS was calculated by the second method for id 771 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 773 is 0
for 773 os = 0 display os = 0
The OS was calculated by the second method for id 773 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 774 is 0
for 774 os = 0 display os = 0
The OS was calculated by the second method for id 774 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 781 is 71
for 781 os = 71 display os = 0
The OS was calculated by the second method for id 781 it's the older simple method thats not compared to whats on the table it was 71
average other sales straight from database for 784 is 0
for 784 os = 0 display os = 0
The OS was calculated by the second method for id 784 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 786 is 0
for 786 os = 0 display os = 0
The OS was calculated by the second method for id 786 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 787 is 607
for 787 os = 607 display os = 0
The OS was calculated by the second method for id 787 it's the older simple method thats not compared to whats on the table it was 607
average other sales straight from database for 790 is 0
for 790 os = 0 display os = 0
The OS was calculated by the second method for id 790 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 794 is 85.5
for 794 os = 85.5 display os = 0
The OS was calculated by the second method for id 794 it's the older simple method thats not compared to whats on the table it was 85.5
average other sales straight from database for 798 is 0
for 798 os = 0 display os = 0
The OS was calculated by the second method for id 798 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 805 is 0
for 805 os = 0 display os = 0
The OS was calculated by the second method for id 805 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 807 is
for 807 os = display os = 0
The OS was calculated by the second method for id 807 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 810 is 0
for 810 os = 0 display os = 0
The OS was calculated by the second method for id 810 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 813 is 12
for 813 os = 12 display os = 0
The OS was calculated by the second method for id 813 it's the older simple method thats not compared to whats on the table it was 12
average other sales straight from database for 817 is 0
for 817 os = 0 display os = 0
The OS was calculated by the second method for id 817 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 830 is 0
for 830 os = 0 display os = 0
The OS was calculated by the second method for id 830 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 833 is 52.11538461538461
for 833 os = 52.11538461538461 display os = 0
The OS was calculated by the second method for id 833 it's the older simple method thats not compared to whats on the table it was 52.115384615385
average other sales straight from database for 835 is 0
for 835 os = 0 display os = 0
The OS was calculated by the second method for id 835 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 838 is 26.62857142857143
for 838 os = 26.62857142857143 display os = 0
The OS was calculated by the second method for id 838 it's the older simple method thats not compared to whats on the table it was 26.628571428571
average other sales straight from database for 841 is 0
for 841 os = 0 display os = 0
The OS was calculated by the second method for id 841 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 842 is 0
for 842 os = 0 display os = 0
The OS was calculated by the second method for id 842 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 848 is 43.15384615384615
for 848 os = 43.15384615384615 display os = 0
The OS was calculated by the second method for id 848 it's the older simple method thats not compared to whats on the table it was 43.153846153846
average other sales straight from database for 849 is 101.16666666666667
for 849 os = 101.16666666666667 display os = 0
The OS was calculated by the second method for id 849 it's the older simple method thats not compared to whats on the table it was 101.16666666667
average other sales straight from database for 851 is 28.54237288135593
for 851 os = 28.54237288135593 display os = 0
The OS was calculated by the second method for id 851 it's the older simple method thats not compared to whats on the table it was 29.591553209225
average other sales straight from database for 855 is 0
for 855 os = 0 display os = 0
The OS was calculated by the second method for id 855 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 858 is 0
for 858 os = 0 display os = 0
The OS was calculated by the second method for id 858 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 862 is 73
for 862 os = 73 display os = 0
The OS was calculated by the second method for id 862 it's the older simple method thats not compared to whats on the table it was 73
average other sales straight from database for 867 is 0
for 867 os = 0 display os = 0
The OS was calculated by the second method for id 867 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 870 is 0
for 870 os = 0 display os = 0
The OS was calculated by the second method for id 870 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 879 is 0
for 879 os = 0 display os = 0
The OS was calculated by the second method for id 879 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 882 is 33.28
for 882 os = 33.28 display os = 0
The OS was calculated by the second method for id 882 it's the older simple method thats not compared to whats on the table it was 33.28
average other sales straight from database for 886 is 0
for 886 os = 0 display os = 0
The OS was calculated by the second method for id 886 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 890 is 0
for 890 os = 0 display os = 0
The OS was calculated by the second method for id 890 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 895 is 298.75
for 895 os = 298.75 display os = 0
The OS was calculated by the second method for id 895 it's the older simple method thats not compared to whats on the table it was 298.75
average other sales straight from database for 897 is 0
for 897 os = 0 display os = 0
The OS was calculated by the second method for id 897 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 914 is 0
for 914 os = 0 display os = 0
The OS was calculated by the second method for id 914 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 917 is 87.85714285714286
for 917 os = 87.85714285714286 display os = 0
The OS was calculated by the second method for id 917 it's the older simple method thats not compared to whats on the table it was 87.857142857143
average other sales straight from database for 921 is 0
for 921 os = 0 display os = 0
The OS was calculated by the second method for id 921 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 922 is 0
for 922 os = 0 display os = 0
The OS was calculated by the second method for id 922 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 923 is 48.53225806451613
for 923 os = 48.53225806451613 display os = 0
The OS was calculated by the second method for id 923 it's the older simple method thats not compared to whats on the table it was 48.532258064516
average other sales straight from database for 927 is 0
for 927 os = 0 display os = 0
The OS was calculated by the second method for id 927 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 930 is 27.75
for 930 os = 27.75 display os = 0
The OS was calculated by the second method for id 930 it's the older simple method thats not compared to whats on the table it was 29.666666666667
average other sales straight from database for 935 is 35.09090909090909
for 935 os = 35.09090909090909 display os = 0
The OS was calculated by the second method for id 935 it's the older simple method thats not compared to whats on the table it was 35.090909090909
average other sales straight from database for 942 is 57.93333333333333
for 942 os = 57.93333333333333 display os = 0
The OS was calculated by the second method for id 942 it's the older simple method thats not compared to whats on the table it was 61.066666666667
average other sales straight from database for 944 is 0
for 944 os = 0 display os = 0
The OS was calculated by the second method for id 944 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 955 is 0
for 955 os = 0 display os = 0
The OS was calculated by the second method for id 955 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 956 is 29.666666666666668
for 956 os = 29.666666666666668 display os = 0
The OS was calculated by the second method for id 956 it's the older simple method thats not compared to whats on the table it was 29.666666666667
average other sales straight from database for 960 is 16.5
for 960 os = 16.5 display os = 0
The OS was calculated by the second method for id 960 it's the older simple method thats not compared to whats on the table it was 16.5
average other sales straight from database for 961 is 76
for 961 os = 76 display os = 0
The OS was calculated by the second method for id 961 it's the older simple method thats not compared to whats on the table it was 83.333333333333
average other sales straight from database for 970 is 100.5
for 970 os = 100.5 display os = 0
The OS was calculated by the second method for id 970 it's the older simple method thats not compared to whats on the table it was 100.5
average other sales straight from database for 975 is 96.70588235294117
for 975 os = 96.70588235294117 display os = 0
The OS was calculated by the second method for id 975 it's the older simple method thats not compared to whats on the table it was 96.705882352941
average other sales straight from database for 980 is 32.95
for 980 os = 32.95 display os = 0
The OS was calculated by the second method for id 980 it's the older simple method thats not compared to whats on the table it was 32.95
average other sales straight from database for 981 is 54.078947368421055
for 981 os = 54.078947368421055 display os = 0
The OS was calculated by the second method for id 981 it's the older simple method thats not compared to whats on the table it was 54.335357624831
average other sales straight from database for 982 is 0
for 982 os = 0 display os = 0
The OS was calculated by the second method for id 982 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 983 is 66.42105263157895
for 983 os = 66.42105263157895 display os = 0
The OS was calculated by the second method for id 983 it's the older simple method thats not compared to whats on the table it was 66.421052631579
average other sales straight from database for 987 is 22.666666666666668
for 987 os = 22.666666666666668 display os = 0
The OS was calculated by the second method for id 987 it's the older simple method thats not compared to whats on the table it was 22.666666666667
average other sales straight from database for 990 is 71.46153846153847
for 990 os = 71.46153846153847 display os = 0
The OS was calculated by the second method for id 990 it's the older simple method thats not compared to whats on the table it was 73.769230769231
average other sales straight from database for 991 is 46.270270270270274
for 991 os = 46.270270270270274 display os = 0
The OS was calculated by the second method for id 991 it's the older simple method thats not compared to whats on the table it was 46.27027027027
average other sales straight from database for 993 is 0
for 993 os = 0 display os = 0
The OS was calculated by the second method for id 993 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 996 is 25.046153846153846
for 996 os = 25.046153846153846 display os = 0
The OS was calculated by the second method for id 996 it's the older simple method thats not compared to whats on the table it was 25.046153846154
average other sales straight from database for 999 is 32.5974025974026
for 999 os = 32.5974025974026 display os = 0
The OS was calculated by the second method for id 999 it's the older simple method thats not compared to whats on the table it was 32.597402597403
average other sales straight from database for 1004 is 0
for 1004 os = 0 display os = 0
The OS was calculated by the second method for id 1004 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1012 is 91.14285714285714
for 1012 os = 91.14285714285714 display os = 0
The OS was calculated by the second method for id 1012 it's the older simple method thats not compared to whats on the table it was 91.142857142857
average other sales straight from database for 1020 is 0
for 1020 os = 0 display os = 0
The OS was calculated by the second method for id 1020 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1022 is 83.8
for 1022 os = 83.8 display os = 0
The OS was calculated by the second method for id 1022 it's the older simple method thats not compared to whats on the table it was 83.8
average other sales straight from database for 1026 is 0
for 1026 os = 0 display os = 0
The OS was calculated by the second method for id 1026 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1027 is 0
for 1027 os = 0 display os = 0
The OS was calculated by the second method for id 1027 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1029 is 17.666666666666668
for 1029 os = 17.666666666666668 display os = 0
The OS was calculated by the second method for id 1029 it's the older simple method thats not compared to whats on the table it was 17.666666666667
average other sales straight from database for 1030 is 30.363636363636363
for 1030 os = 30.363636363636363 display os = 0
The OS was calculated by the second method for id 1030 it's the older simple method thats not compared to whats on the table it was 30.363636363636
average other sales straight from database for 1034 is 19.057971014492754
for 1034 os = 19.057971014492754 display os = 0
The OS was calculated by the second method for id 1034 it's the older simple method thats not compared to whats on the table it was 19.057971014493
average other sales straight from database for 1036 is 96
for 1036 os = 96 display os = 0
The OS was calculated by the second method for id 1036 it's the older simple method thats not compared to whats on the table it was 96
average other sales straight from database for 1037 is 0
for 1037 os = 0 display os = 0
The OS was calculated by the second method for id 1037 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1039 is 26.51851851851852
for 1039 os = 26.51851851851852 display os = 0
The OS was calculated by the second method for id 1039 it's the older simple method thats not compared to whats on the table it was 26.834307992203
average other sales straight from database for 1046 is 0
for 1046 os = 0 display os = 0
The OS was calculated by the second method for id 1046 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1048 is 0
for 1048 os = 0 display os = 0
The OS was calculated by the second method for id 1048 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1050 is 35.5
for 1050 os = 35.5 display os = 0
The OS was calculated by the second method for id 1050 it's the older simple method thats not compared to whats on the table it was 39.5
average other sales straight from database for 1058 is 50.35
for 1058 os = 50.35 display os = 0
The OS was calculated by the second method for id 1058 it's the older simple method thats not compared to whats on the table it was 50.35
average other sales straight from database for 1059 is 17
for 1059 os = 17 display os = 0
The OS was calculated by the second method for id 1059 it's the older simple method thats not compared to whats on the table it was 17
average other sales straight from database for 1075 is 67.66666666666667
for 1075 os = 67.66666666666667 display os = 0
The OS was calculated by the second method for id 1075 it's the older simple method thats not compared to whats on the table it was 67.666666666667
average other sales straight from database for 1080 is 46.61363636363637
for 1080 os = 46.61363636363637 display os = 0
The OS was calculated by the second method for id 1080 it's the older simple method thats not compared to whats on the table it was 46.613636363636
average other sales straight from database for 1081 is 23.333333333333332
for 1081 os = 23.333333333333332 display os = 0
The OS was calculated by the second method for id 1081 it's the older simple method thats not compared to whats on the table it was 23.333333333333
average other sales straight from database for 1082 is 38.41463414634146
for 1082 os = 38.41463414634146 display os = 0
The OS was calculated by the second method for id 1082 it's the older simple method thats not compared to whats on the table it was 38.414634146341
average other sales straight from database for 1088 is 114
for 1088 os = 114 display os = 0
The OS was calculated by the second method for id 1088 it's the older simple method thats not compared to whats on the table it was 114
average other sales straight from database for 1090 is 0
for 1090 os = 0 display os = 0
The OS was calculated by the second method for id 1090 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1097 is 0
for 1097 os = 0 display os = 0
The OS was calculated by the second method for id 1097 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1103 is 0
for 1103 os = 0 display os = 0
The OS was calculated by the second method for id 1103 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1105 is 0
for 1105 os = 0 display os = 0
The OS was calculated by the second method for id 1105 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1109 is 38.68235294117647
for 1109 os = 38.68235294117647 display os = 0
The OS was calculated by the second method for id 1109 it's the older simple method thats not compared to whats on the table it was 38.733489304813
average other sales straight from database for 1110 is 0
for 1110 os = 0 display os = 0
The OS was calculated by the second method for id 1110 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1120 is 194
for 1120 os = 194 display os = 0
The OS was calculated by the second method for id 1120 it's the older simple method thats not compared to whats on the table it was 194
average other sales straight from database for 1121 is 27.434782608695652
for 1121 os = 27.434782608695652 display os = 0
The OS was calculated by the second method for id 1121 it's the older simple method thats not compared to whats on the table it was 27.434782608696
average other sales straight from database for 1122 is 154
for 1122 os = 154 display os = 0
The OS was calculated by the second method for id 1122 it's the older simple method thats not compared to whats on the table it was 154
average other sales straight from database for 1129 is 0
for 1129 os = 0 display os = 0
The OS was calculated by the second method for id 1129 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1130 is 0
for 1130 os = 0 display os = 0
The OS was calculated by the second method for id 1130 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1137 is 31
for 1137 os = 31 display os = 0
The OS was calculated by the second method for id 1137 it's the older simple method thats not compared to whats on the table it was 31
average other sales straight from database for 1138 is 51.5
for 1138 os = 51.5 display os = 0
The OS was calculated by the second method for id 1138 it's the older simple method thats not compared to whats on the table it was 51.5
average other sales straight from database for 1139 is 10
for 1139 os = 10 display os = 0
The OS was calculated by the second method for id 1139 it's the older simple method thats not compared to whats on the table it was 10
average other sales straight from database for 1140 is 0
for 1140 os = 0 display os = 0
The OS was calculated by the second method for id 1140 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1141 is 0
for 1141 os = 0 display os = 0
The OS was calculated by the second method for id 1141 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1142 is 331
for 1142 os = 331 display os = 0
The OS was calculated by the second method for id 1142 it's the older simple method thats not compared to whats on the table it was 331
average other sales straight from database for 1143 is 0
for 1143 os = 0 display os = 0
The OS was calculated by the second method for id 1143 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1144 is 0
for 1144 os = 0 display os = 0
The OS was calculated by the second method for id 1144 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1145 is 50
for 1145 os = 50 display os = 0
The OS was calculated by the second method for id 1145 it's the older simple method thats not compared to whats on the table it was 50
average other sales straight from database for 1146 is 27.875
for 1146 os = 27.875 display os = 0
The OS was calculated by the second method for id 1146 it's the older simple method thats not compared to whats on the table it was 27.875
average other sales straight from database for 1147 is 0
for 1147 os = 0 display os = 0
The OS was calculated by the second method for id 1147 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1148 is 0
for 1148 os = 0 display os = 0
The OS was calculated by the second method for id 1148 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1150 is 67
for 1150 os = 67 display os = 0
The OS was calculated by the second method for id 1150 it's the older simple method thats not compared to whats on the table it was 67
average other sales straight from database for 1151 is 6
for 1151 os = 6 display os = 0
The OS was calculated by the second method for id 1151 it's the older simple method thats not compared to whats on the table it was 6
average other sales straight from database for 1152 is 0
for 1152 os = 0 display os = 0
The OS was calculated by the second method for id 1152 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1154 is 62
for 1154 os = 62 display os = 0
The OS was calculated by the second method for id 1154 it's the older simple method thats not compared to whats on the table it was 62
average other sales straight from database for 1155 is 109
for 1155 os = 109 display os = 0
The OS was calculated by the second method for id 1155 it's the older simple method thats not compared to whats on the table it was 109
average other sales straight from database for 1156 is 107
for 1156 os = 107 display os = 0
The OS was calculated by the second method for id 1156 it's the older simple method thats not compared to whats on the table it was 107
average other sales straight from database for 1157 is 0
for 1157 os = 0 display os = 0
The OS was calculated by the second method for id 1157 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1158 is 0
for 1158 os = 0 display os = 0
The OS was calculated by the second method for id 1158 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1159 is 0
for 1159 os = 0 display os = 0
The OS was calculated by the second method for id 1159 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1160 is 153.5
for 1160 os = 153.5 display os = 0
The OS was calculated by the second method for id 1160 it's the older simple method thats not compared to whats on the table it was 153.5
average other sales straight from database for 1162 is 87
for 1162 os = 87 display os = 0
The OS was calculated by the second method for id 1162 it's the older simple method thats not compared to whats on the table it was 87
average other sales straight from database for 1163 is 0
for 1163 os = 0 display os = 0
The OS was calculated by the second method for id 1163 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1164 is 0
for 1164 os = 0 display os = 0
The OS was calculated by the second method for id 1164 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1165 is
for 1165 os = display os = 0
The OS was calculated by the second method for id 1165 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1166 is
for 1166 os = display os = 0
The OS was calculated by the second method for id 1166 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1167 is
for 1167 os = display os = 0
The OS was calculated by the second method for id 1167 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1168 is 42
for 1168 os = 42 display os = 0
The OS was calculated by the second method for id 1168 it's the older simple method thats not compared to whats on the table it was 42
average other sales straight from database for 1169 is 0
for 1169 os = 0 display os = 0
The OS was calculated by the second method for id 1169 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1171 is 76.29411764705883
for 1171 os = 76.29411764705883 display os = 0
The OS was calculated by the second method for id 1171 it's the older simple method thats not compared to whats on the table it was 76.294117647059
average other sales straight from database for 1172 is 43.94117647058823
for 1172 os = 43.94117647058823 display os = 0
The OS was calculated by the second method for id 1172 it's the older simple method thats not compared to whats on the table it was 43.941176470588
average other sales straight from database for 1173 is 255
for 1173 os = 255 display os = 0
The OS was calculated by the second method for id 1173 it's the older simple method thats not compared to whats on the table it was 255
average other sales straight from database for 1174 is 5
for 1174 os = 5 display os = 0
The OS was calculated by the second method for id 1174 it's the older simple method thats not compared to whats on the table it was 5
average other sales straight from database for 1176 is 0
for 1176 os = 0 display os = 0
The OS was calculated by the second method for id 1176 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1177 is 20
for 1177 os = 20 display os = 0
The OS was calculated by the second method for id 1177 it's the older simple method thats not compared to whats on the table it was 20
average other sales straight from database for 1178 is 0
for 1178 os = 0 display os = 0
The OS was calculated by the second method for id 1178 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1179 is 0
for 1179 os = 0 display os = 0
The OS was calculated by the second method for id 1179 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1180 is 40.787234042553195
for 1180 os = 40.787234042553195 display os = 0
The OS was calculated by the second method for id 1180 it's the older simple method thats not compared to whats on the table it was 40.787234042553
average other sales straight from database for 1182 is 0
for 1182 os = 0 display os = 0
The OS was calculated by the second method for id 1182 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1183 is 0
for 1183 os = 0 display os = 0
The OS was calculated by the second method for id 1183 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1184 is 0
for 1184 os = 0 display os = 0
The OS was calculated by the second method for id 1184 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1185 is 55
for 1185 os = 55 display os = 0
The OS was calculated by the second method for id 1185 it's the older simple method thats not compared to whats on the table it was 60
average other sales straight from database for 1186 is 0
for 1186 os = 0 display os = 0
The OS was calculated by the second method for id 1186 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1187 is 0
for 1187 os = 0 display os = 0
The OS was calculated by the second method for id 1187 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1188 is 13.764705882352942
for 1188 os = 13.764705882352942 display os = 0
The OS was calculated by the second method for id 1188 it's the older simple method thats not compared to whats on the table it was 13.764705882353
average other sales straight from database for 1189 is 41.666666666666664
for 1189 os = 41.666666666666664 display os = 0
The OS was calculated by the second method for id 1189 it's the older simple method thats not compared to whats on the table it was 41.833333333333
average other sales straight from database for 1190 is 0
for 1190 os = 0 display os = 0
The OS was calculated by the second method for id 1190 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1191 is 295
for 1191 os = 295 display os = 0
The OS was calculated by the second method for id 1191 it's the older simple method thats not compared to whats on the table it was 295
average other sales straight from database for 1193 is 0
for 1193 os = 0 display os = 0
The OS was calculated by the second method for id 1193 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1194 is 0
for 1194 os = 0 display os = 0
The OS was calculated by the second method for id 1194 it's the older simple method thats not compared to whats on the table it was 231
average other sales straight from database for 1195 is 0
for 1195 os = 0 display os = 0
The OS was calculated by the second method for id 1195 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1196 is 171
for 1196 os = 171 display os = 0
The OS was calculated by the second method for id 1196 it's the older simple method thats not compared to whats on the table it was 223
average other sales straight from database for 1199 is 121
for 1199 os = 121 display os = 0
The OS was calculated by the second method for id 1199 it's the older simple method thats not compared to whats on the table it was 134
average other sales straight from database for 1200 is 31
for 1200 os = 31 display os = 0
The OS was calculated by the second method for id 1200 it's the older simple method thats not compared to whats on the table it was 31
average other sales straight from database for 1201 is 0
for 1201 os = 0 display os = 0
The OS was calculated by the second method for id 1201 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1203 is 16.087719298245613
for 1203 os = 16.087719298245613 display os = 0
The OS was calculated by the second method for id 1203 it's the older simple method thats not compared to whats on the table it was 16.087719298246
average other sales straight from database for 1204 is 0
for 1204 os = 0 display os = 0
The OS was calculated by the second method for id 1204 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1205 is 0
for 1205 os = 0 display os = 0
The OS was calculated by the second method for id 1205 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1206 is 0
for 1206 os = 0 display os = 0
The OS was calculated by the second method for id 1206 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1207 is 19.85185185185185
for 1207 os = 19.85185185185185 display os = 0
The OS was calculated by the second method for id 1207 it's the older simple method thats not compared to whats on the table it was 19.851851851852
average other sales straight from database for 1208 is 24.652173913043477
for 1208 os = 24.652173913043477 display os = 0
The OS was calculated by the second method for id 1208 it's the older simple method thats not compared to whats on the table it was 25.021739130435
average other sales straight from database for 1209 is 0
for 1209 os = 0 display os = 0
The OS was calculated by the second method for id 1209 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1211 is 0
for 1211 os = 0 display os = 0
The OS was calculated by the second method for id 1211 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1212 is 25.94736842105263
for 1212 os = 25.94736842105263 display os = 0
The OS was calculated by the second method for id 1212 it's the older simple method thats not compared to whats on the table it was 25.947368421053
average other sales straight from database for 1213 is 5
for 1213 os = 5 display os = 0
The OS was calculated by the second method for id 1213 it's the older simple method thats not compared to whats on the table it was 5
average other sales straight from database for 1215 is 0
for 1215 os = 0 display os = 0
The OS was calculated by the second method for id 1215 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1216 is 20.46153846153846
for 1216 os = 20.46153846153846 display os = 0
The OS was calculated by the second method for id 1216 it's the older simple method thats not compared to whats on the table it was 20.461538461538
average other sales straight from database for 1217 is 73
for 1217 os = 73 display os = 0
The OS was calculated by the second method for id 1217 it's the older simple method thats not compared to whats on the table it was 73
average other sales straight from database for 1219 is 25.142857142857142
for 1219 os = 25.142857142857142 display os = 0
The OS was calculated by the second method for id 1219 it's the older simple method thats not compared to whats on the table it was 25.142857142857
average other sales straight from database for 1220 is 0
for 1220 os = 0 display os = 0
The OS was calculated by the second method for id 1220 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1225 is 24
for 1225 os = 24 display os = 0
The OS was calculated by the second method for id 1225 it's the older simple method thats not compared to whats on the table it was 24
average other sales straight from database for 1227 is 0
for 1227 os = 0 display os = 0
The OS was calculated by the second method for id 1227 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1228 is 0
for 1228 os = 0 display os = 0
The OS was calculated by the second method for id 1228 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1229 is 21.333333333333332
for 1229 os = 21.333333333333332 display os = 0
The OS was calculated by the second method for id 1229 it's the older simple method thats not compared to whats on the table it was 21.333333333333
average other sales straight from database for 1230 is 0
for 1230 os = 0 display os = 0
The OS was calculated by the second method for id 1230 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1231 is 0
for 1231 os = 0 display os = 0
The OS was calculated by the second method for id 1231 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1232 is 0
for 1232 os = 0 display os = 0
The OS was calculated by the second method for id 1232 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1233 is 16.743243243243242
for 1233 os = 16.743243243243242 display os = 0
The OS was calculated by the second method for id 1233 it's the older simple method thats not compared to whats on the table it was 16.743243243243
average other sales straight from database for 1234 is 0
for 1234 os = 0 display os = 0
The OS was calculated by the second method for id 1234 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1235 is 0
for 1235 os = 0 display os = 0
The OS was calculated by the second method for id 1235 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1236 is 0
for 1236 os = 0 display os = 0
The OS was calculated by the second method for id 1236 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1237 is 50.333333333333336
for 1237 os = 50.333333333333336 display os = 0
The OS was calculated by the second method for id 1237 it's the older simple method thats not compared to whats on the table it was 50.333333333333
average other sales straight from database for 1238 is 13.9375
for 1238 os = 13.9375 display os = 0
The OS was calculated by the second method for id 1238 it's the older simple method thats not compared to whats on the table it was 13.9375
average other sales straight from database for 1239 is 0
for 1239 os = 0 display os = 0
The OS was calculated by the second method for id 1239 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1240 is 19.11764705882353
for 1240 os = 19.11764705882353 display os = 0
The OS was calculated by the second method for id 1240 it's the older simple method thats not compared to whats on the table it was 22.101857585139
average other sales straight from database for 1241 is 0
for 1241 os = 0 display os = 0
The OS was calculated by the second method for id 1241 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1242 is 30.676470588235293
for 1242 os = 30.676470588235293 display os = 0
The OS was calculated by the second method for id 1242 it's the older simple method thats not compared to whats on the table it was 30.676470588235
average other sales straight from database for 1243 is 41.27272727272727
for 1243 os = 41.27272727272727 display os = 0
The OS was calculated by the second method for id 1243 it's the older simple method thats not compared to whats on the table it was 41.272727272727
average other sales straight from database for 1244 is 80
for 1244 os = 80 display os = 0
The OS was calculated by the second method for id 1244 it's the older simple method thats not compared to whats on the table it was 80
average other sales straight from database for 1245 is 0
for 1245 os = 0 display os = 0
The OS was calculated by the second method for id 1245 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1246 is 126
for 1246 os = 126 display os = 0
The OS was calculated by the second method for id 1246 it's the older simple method thats not compared to whats on the table it was 126
average other sales straight from database for 1247 is 0
for 1247 os = 0 display os = 0
The OS was calculated by the second method for id 1247 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1248 is 95.27272727272727
for 1248 os = 95.27272727272727 display os = 0
The OS was calculated by the second method for id 1248 it's the older simple method thats not compared to whats on the table it was 95.272727272727
average other sales straight from database for 1249 is 0
for 1249 os = 0 display os = 0
The OS was calculated by the second method for id 1249 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1250 is 0
for 1250 os = 0 display os = 0
The OS was calculated by the second method for id 1250 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1251 is 0
for 1251 os = 0 display os = 0
The OS was calculated by the second method for id 1251 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1253 is 40
for 1253 os = 40 display os = 0
The OS was calculated by the second method for id 1253 it's the older simple method thats not compared to whats on the table it was 40
average other sales straight from database for 1254 is 27.5
for 1254 os = 27.5 display os = 0
The OS was calculated by the second method for id 1254 it's the older simple method thats not compared to whats on the table it was 214.5
average other sales straight from database for 1255 is 113.25
for 1255 os = 113.25 display os = 0
The OS was calculated by the second method for id 1255 it's the older simple method thats not compared to whats on the table it was 113.25
average other sales straight from database for 1256 is 44
for 1256 os = 44 display os = 0
The OS was calculated by the second method for id 1256 it's the older simple method thats not compared to whats on the table it was 44
average other sales straight from database for 1257 is 0
for 1257 os = 0 display os = 0
The OS was calculated by the second method for id 1257 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1258 is 0
for 1258 os = 0 display os = 0
The OS was calculated by the second method for id 1258 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1259 is 27.5
for 1259 os = 27.5 display os = 0
The OS was calculated by the second method for id 1259 it's the older simple method thats not compared to whats on the table it was 27.5
average other sales straight from database for 1260 is 85.5
for 1260 os = 85.5 display os = 0
The OS was calculated by the second method for id 1260 it's the older simple method thats not compared to whats on the table it was 85.5
average other sales straight from database for 1261 is 22.175
for 1261 os = 22.175 display os = 0
The OS was calculated by the second method for id 1261 it's the older simple method thats not compared to whats on the table it was 22.175
average other sales straight from database for 1263 is 23.697674418604652
for 1263 os = 23.697674418604652 display os = 0
The OS was calculated by the second method for id 1263 it's the older simple method thats not compared to whats on the table it was 23.697674418605
average other sales straight from database for 1264 is 0
for 1264 os = 0 display os = 0
The OS was calculated by the second method for id 1264 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1265 is 0
for 1265 os = 0 display os = 0
The OS was calculated by the second method for id 1265 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1266 is 2.5
for 1266 os = 2.5 display os = 0
The OS was calculated by the second method for id 1266 it's the older simple method thats not compared to whats on the table it was 2.5
average other sales straight from database for 1267 is 0
for 1267 os = 0 display os = 0
The OS was calculated by the second method for id 1267 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1268 is 93.5
for 1268 os = 93.5 display os = 0
The OS was calculated by the second method for id 1268 it's the older simple method thats not compared to whats on the table it was 93.5
average other sales straight from database for 1269 is 0.6666666666666666
for 1269 os = 0.6666666666666666 display os = 0
The OS was calculated by the second method for id 1269 it's the older simple method thats not compared to whats on the table it was 0.66666666666667
average other sales straight from database for 1270 is 30
for 1270 os = 30 display os = 0
The OS was calculated by the second method for id 1270 it's the older simple method thats not compared to whats on the table it was 30
average other sales straight from database for 1272 is 34.92
for 1272 os = 34.92 display os = 0
The OS was calculated by the second method for id 1272 it's the older simple method thats not compared to whats on the table it was 34.92
average other sales straight from database for 1273 is 15.25
for 1273 os = 15.25 display os = 0
The OS was calculated by the second method for id 1273 it's the older simple method thats not compared to whats on the table it was 18.076923076923
average other sales straight from database for 1274 is 20.846153846153847
for 1274 os = 20.846153846153847 display os = 0
The OS was calculated by the second method for id 1274 it's the older simple method thats not compared to whats on the table it was 20.846153846154
average other sales straight from database for 1275 is 96
for 1275 os = 96 display os = 0
The OS was calculated by the second method for id 1275 it's the older simple method thats not compared to whats on the table it was 96
average other sales straight from database for 1276 is 37.5
for 1276 os = 37.5 display os = 0
The OS was calculated by the second method for id 1276 it's the older simple method thats not compared to whats on the table it was 37.5
average other sales straight from database for 1277 is 0
for 1277 os = 0 display os = 0
The OS was calculated by the second method for id 1277 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1280 is 100
for 1280 os = 100 display os = 0
The OS was calculated by the second method for id 1280 it's the older simple method thats not compared to whats on the table it was 100
average other sales straight from database for 1282 is 0
for 1282 os = 0 display os = 0
The OS was calculated by the second method for id 1282 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1283 is 13.285714285714286
for 1283 os = 13.285714285714286 display os = 0
The OS was calculated by the second method for id 1283 it's the older simple method thats not compared to whats on the table it was 13.285714285714
average other sales straight from database for 1284 is 32.17391304347826
for 1284 os = 32.17391304347826 display os = 0
The OS was calculated by the second method for id 1284 it's the older simple method thats not compared to whats on the table it was 32.173913043478
average other sales straight from database for 1285 is 17.392857142857142
for 1285 os = 17.392857142857142 display os = 0
The OS was calculated by the second method for id 1285 it's the older simple method thats not compared to whats on the table it was 17.392857142857
average other sales straight from database for 1286 is 83.5
for 1286 os = 83.5 display os = 0
The OS was calculated by the second method for id 1286 it's the older simple method thats not compared to whats on the table it was 83.5
average other sales straight from database for 1287 is 19.857142857142858
for 1287 os = 19.857142857142858 display os = 0
The OS was calculated by the second method for id 1287 it's the older simple method thats not compared to whats on the table it was 19.857142857143
average other sales straight from database for 1288 is 55.6
for 1288 os = 55.6 display os = 0
The OS was calculated by the second method for id 1288 it's the older simple method thats not compared to whats on the table it was 55.6
average other sales straight from database for 1289 is 30.818181818181817
for 1289 os = 30.818181818181817 display os = 0
The OS was calculated by the second method for id 1289 it's the older simple method thats not compared to whats on the table it was 31.113636363636
average other sales straight from database for 1290 is 12.047619047619047
for 1290 os = 12.047619047619047 display os = 0
The OS was calculated by the second method for id 1290 it's the older simple method thats not compared to whats on the table it was 12.047619047619
average other sales straight from database for 1293 is 44
for 1293 os = 44 display os = 0
The OS was calculated by the second method for id 1293 it's the older simple method thats not compared to whats on the table it was 44
average other sales straight from database for 1294 is 24.25
for 1294 os = 24.25 display os = 0
The OS was calculated by the second method for id 1294 it's the older simple method thats not compared to whats on the table it was 24.25
average other sales straight from database for 1295 is 0
for 1295 os = 0 display os = 0
The OS was calculated by the second method for id 1295 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1296 is 29.625
for 1296 os = 29.625 display os = 0
The OS was calculated by the second method for id 1296 it's the older simple method thats not compared to whats on the table it was 29.625
average other sales straight from database for 1298 is 78
for 1298 os = 78 display os = 0
The OS was calculated by the second method for id 1298 it's the older simple method thats not compared to whats on the table it was 78
average other sales straight from database for 1299 is 5
for 1299 os = 5 display os = 0
The OS was calculated by the second method for id 1299 it's the older simple method thats not compared to whats on the table it was 5
average other sales straight from database for 1300 is 52
for 1300 os = 52 display os = 0
The OS was calculated by the second method for id 1300 it's the older simple method thats not compared to whats on the table it was 52
average other sales straight from database for 1301 is 13.514285714285714
for 1301 os = 13.514285714285714 display os = 0
The OS was calculated by the second method for id 1301 it's the older simple method thats not compared to whats on the table it was 13.514285714286
average other sales straight from database for 1302 is 35
for 1302 os = 35 display os = 0
The OS was calculated by the second method for id 1302 it's the older simple method thats not compared to whats on the table it was 35
average other sales straight from database for 1303 is 58
for 1303 os = 58 display os = 0
The OS was calculated by the second method for id 1303 it's the older simple method thats not compared to whats on the table it was 58
average other sales straight from database for 1304 is 18.4
for 1304 os = 18.4 display os = 0
The OS was calculated by the second method for id 1304 it's the older simple method thats not compared to whats on the table it was 18.4
average other sales straight from database for 1306 is 17.805555555555557
for 1306 os = 17.805555555555557 display os = 0
The OS was calculated by the second method for id 1306 it's the older simple method thats not compared to whats on the table it was 17.805555555556
average other sales straight from database for 1307 is 49
for 1307 os = 49 display os = 0
The OS was calculated by the second method for id 1307 it's the older simple method thats not compared to whats on the table it was 49
average other sales straight from database for 1308 is 47.76923076923077
for 1308 os = 47.76923076923077 display os = 0
The OS was calculated by the second method for id 1308 it's the older simple method thats not compared to whats on the table it was 47.769230769231
average other sales straight from database for 1309 is 44.333333333333336
for 1309 os = 44.333333333333336 display os = 0
The OS was calculated by the second method for id 1309 it's the older simple method thats not compared to whats on the table it was 44.333333333333
average other sales straight from database for 1310 is 10
for 1310 os = 10 display os = 0
The OS was calculated by the second method for id 1310 it's the older simple method thats not compared to whats on the table it was 10
average other sales straight from database for 1311 is 55
for 1311 os = 55 display os = 0
The OS was calculated by the second method for id 1311 it's the older simple method thats not compared to whats on the table it was 55
average other sales straight from database for 1312 is 19.29032258064516
for 1312 os = 19.29032258064516 display os = 0
The OS was calculated by the second method for id 1312 it's the older simple method thats not compared to whats on the table it was 19.290322580645
average other sales straight from database for 1313 is 21.25
for 1313 os = 21.25 display os = 0
The OS was calculated by the second method for id 1313 it's the older simple method thats not compared to whats on the table it was 21.25
average other sales straight from database for 1314 is 57.25
for 1314 os = 57.25 display os = 0
The OS was calculated by the second method for id 1314 it's the older simple method thats not compared to whats on the table it was 57.25
average other sales straight from database for 1315 is 15.333333333333334
for 1315 os = 15.333333333333334 display os = 0
The OS was calculated by the second method for id 1315 it's the older simple method thats not compared to whats on the table it was 15.333333333333
average other sales straight from database for 1316 is 0
for 1316 os = 0 display os = 0
The OS was calculated by the second method for id 1316 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1317 is 12.325
for 1317 os = 12.325 display os = 0
The OS was calculated by the second method for id 1317 it's the older simple method thats not compared to whats on the table it was 12.4125
average other sales straight from database for 1318 is 18
for 1318 os = 18 display os = 0
The OS was calculated by the second method for id 1318 it's the older simple method thats not compared to whats on the table it was 18
average other sales straight from database for 1320 is 16.333333333333332
for 1320 os = 16.333333333333332 display os = 0
The OS was calculated by the second method for id 1320 it's the older simple method thats not compared to whats on the table it was 16.333333333333
average other sales straight from database for 1321 is 13
for 1321 os = 13 display os = 0
The OS was calculated by the second method for id 1321 it's the older simple method thats not compared to whats on the table it was 13
average other sales straight from database for 1322 is 0
for 1322 os = 0 display os = 0
The OS was calculated by the second method for id 1322 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1323 is 54
for 1323 os = 54 display os = 0
The OS was calculated by the second method for id 1323 it's the older simple method thats not compared to whats on the table it was 54
average other sales straight from database for 1324 is 0
for 1324 os = 0 display os = 0
The OS was calculated by the second method for id 1324 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1325 is 0
for 1325 os = 0 display os = 0
The OS was calculated by the second method for id 1325 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1326 is 0
for 1326 os = 0 display os = 0
The OS was calculated by the second method for id 1326 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1327 is 20
for 1327 os = 20 display os = 0
The OS was calculated by the second method for id 1327 it's the older simple method thats not compared to whats on the table it was 20
average other sales straight from database for 1328 is 17.36842105263158
for 1328 os = 17.36842105263158 display os = 0
The OS was calculated by the second method for id 1328 it's the older simple method thats not compared to whats on the table it was 17.368421052632
average other sales straight from database for 1329 is 103
for 1329 os = 103 display os = 0
The OS was calculated by the second method for id 1329 it's the older simple method thats not compared to whats on the table it was 103
average other sales straight from database for 1330 is 0
for 1330 os = 0 display os = 0
The OS was calculated by the second method for id 1330 it's the older simple method thats not compared to whats on the table it was 0
average other sales straight from database for 1331 is 10.333333333333334
for 1331 os = 10.333333333333334 display os = 0
The OS was calculated by the second method for id 1331 it's the older simple method thats not compared to whats on the table it was 10.333333333333
average other sales straight from database for 1332 is 133
for 1332 os = 133 display os = 0
The OS was calculated by the second method for id 1332 it's the older simple method thats not compared to whats on the table it was 133
average other sales straight from database for 1333 is 17.666666666666668
for 1333 os = 17.666666666666668 display os = 0
The OS was calculated by the second method for id 1333 it's the older simple method thats not compared to whats on the table it was 17.666666666667
average other sales straight from database for 1334 is 19
for 1334 os = 19 display os = 0
The OS was calculated by the second method for id 1334 it's the older simple method thats not compared to whats on the table it was 19
average other sales straight from database for 1335 is 22
for 1335 os = 22 display os = 0
The OS was calculated by the second method for id 1335 it's the older simple method thats not compared to whats on the table it was 22
average other sales straight from database for 1336 is 20.928571428571427
for 1336 os = 20.928571428571427 display os = 0
The OS was calculated by the second method for id 1336 it's the older simple method thats not compared to whats on the table it was 20.928571428571
average other sales straight from database for 1337 is 50.333333333333336
for 1337 os = 50.333333333333336 display os = 0
The OS was calculated by the second method for id 1337 it's the older simple method thats not compared to whats on the table it was 50.333333333333
average other sales straight from database for 1338 is 12
for 1338 os = 12 display os = 0
The OS was calculated by the second method for id 1338 it's the older simple method thats not compared to whats on the table it was 12
average other sales straight from database for 1339 is 42
for 1339 os = 42 display os = 0
The OS was calculated by the second method for id 1339 it's the older simple method thats not compared to whats on the table it was 42
average other sales straight from database for 1340 is 26.666666666666668
for 1340 os = 26.666666666666668 display os = 0
The OS was calculated by the second method for id 1340 it's the older simple method thats not compared to whats on the table it was 26.666666666667
average other sales straight from database for 1341 is 45
for 1341 os = 45 display os = 0
The OS was calculated by the second method for id 1341 it's the older simple method thats not compared to whats on the table it was 45
average other sales straight from database for 1342 is 33
for 1342 os = 33 display os = 0
The OS was calculated by the second method for id 1342 it's the older simple method thats not compared to whats on the table it was 33
***** Table calculations start group transactions query ******
SELECT ID,Name
FROM Inventory
WHERE GroupID IS NOT NULL
AND ID IN (1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,26,27,28,29,30,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,71,72,73,74,75,76,77,78,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,99,100,101,105,106,107,109,110,113,114,115,116,117,118,119,120,121,122,123,124,126,128,129,130,131,133,134,135,136,137,138,139,140,143,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,188,190,191,192,193,194,195,196,198,199,200,201,202,203,204,205,206,207,209,210,211,212,213,214,215,216,217,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,314,315,316,317,318,319,320,321,322,323,324,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,429,438,439,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342)
in The conversion function, 'Piggie12' became 'Piggie' Which is priced at 12
in The conversion function, 'RetiredTuSmallTurtle7' became 'RetiredTuSmallTurtle' Which is priced at 7
in The conversion function, 'Aligator20' became 'Aligator' Which is priced at 20
in The conversion function, 'AirplaneSimple16' became 'AirplaneSimple' Which is priced at 16
in The conversion function, 'Bike20' became 'Bike' Which is priced at 20
in The conversion function, 'Bulldog25' became 'Bulldog' Which is priced at 25
in The conversion function, 'Butterfly10' became 'Butterfly' Which is priced at 10
in The conversion function, 'CatUpSitting' became 'CatUpSitting' Which is priced at
in The conversion function, 'CatSimple9' became 'CatSimple' Which is priced at 9
in The conversion function, 'Coffee18' became 'Coffee' Which is priced at 18
in The conversion function, 'Chicken$22' became 'Chicken$' Which is priced at 22
in The conversion function, 'Chicken$18' became 'Chicken$' Which is priced at 18
in The conversion function, 'Cow18' became 'Cow' Which is priced at 18
in The conversion function, 'DolpSingleDolphin' became 'DolpSingleDolphin' Which is priced at
in The conversion function, 'DolpDoubleDolphin' became 'DolpDoubleDolphin' Which is priced at
in The conversion function, 'Dachshund18' became 'Dachshund' Which is priced at 18
in The conversion function, 'DrSymbol' became 'DrSymbol' Which is priced at
in The conversion function, 'DucParadeDucksShilouette' became 'DucParadeDucksShilouette' Which is priced at
in The conversion function, 'EleHappyElephant' became 'EleHappyElephant' Which is priced at
in The conversion function, 'Fairy25' became 'Fairy' Which is priced at 25
in The conversion function, 'Fairy20' became 'Fairy' Which is priced at 20
in The conversion function, 'Fishie18' became 'Fishie' Which is priced at 18
in The conversion function, 'Flamingo18' became 'Flamingo' Which is priced at 18
in The conversion function, 'Golfbag' became 'Golfbag' Which is priced at
in The conversion function, 'GolfBflagAndBag18' became 'GolfBflagAndBag' Which is priced at 18
in The conversion function, 'Giraffe22' became 'Giraffe' Which is priced at 22
in The conversion function, 'GUFenderGuitar20' became 'GUFenderGuitar' Which is priced at 20
in The conversion function, 'GUAcousticGuitar20' became 'GUAcousticGuitar' Which is priced at 20
in The conversion function, 'HippoSpiral12' became 'HippoSpiral' Which is priced at 12
in The conversion function, 'Hybiscus(LargeOrMedium)' became 'Hybiscus(LargeOrMedium)' Which is priced at
in The conversion function, 'LightPalmLightHouse20' became 'LightPalmLightHouse' Which is priced at 20
in The conversion function, 'Labradore18' became 'Labradore' Which is priced at 18
in The conversion function, 'LizLargeLizzard16' became 'LizLargeLizzard' Which is priced at 16
in The conversion function, 'Lobster18' became 'Lobster' Which is priced at 18
in The conversion function, 'LoveFourHands16' became 'LoveFourHands' Which is priced at 16
in The conversion function, 'LoveOneHand12' became 'LoveOneHand' Which is priced at 12
in The conversion function, 'ManSpFancyBaseSpiral18' became 'ManSpFancyBaseSpiral' Which is priced at 18
in The conversion function, 'MoonSimple' became 'MoonSimple' Which is priced at
in The conversion function, 'Moose22' became 'Moose' Which is priced at 22
in The conversion function, 'Motorcycle30' became 'Motorcycle' Which is priced at 30
in The conversion function, 'NASingleName' became 'NASingleName' Which is priced at
in The conversion function, 'Octopus' became 'Octopus' Which is priced at
in The conversion function, 'OwlSimple16' became 'OwlSimple' Which is priced at 16
in The conversion function, 'Rose9' became 'Rose' Which is priced at 9
in The conversion function, 'Rose20' became 'Rose' Which is priced at 20
in The conversion function, 'Palm14' became 'Palm' Which is priced at 14
in The conversion function, 'PelicanOnPost' became 'PelicanOnPost' Which is priced at
in The conversion function, 'Penguin12' became 'Penguin' Which is priced at 12
in The conversion function, 'Piano18' became 'Piano' Which is priced at 18
in The conversion function, 'Pig.25' became 'Pig.' Which is priced at 25
in The conversion function, 'PigThreeThirtyseconds' became 'PigThreeThirtyseconds' Which is priced at
in The conversion function, 'PigFlying18' became 'PigFlying' Which is priced at 18
in The conversion function, 'PugDog25' became 'PugDog' Which is priced at 25
in The conversion function, 'SailBoat' became 'SailBoat' Which is priced at
in The conversion function, 'SharkSideView' became 'SharkSideView' Which is priced at
in The conversion function, 'TUM25$TurtleMechanical' became 'TUM25$TurtleMechanical' Which is priced at
in The conversion function, 'testOne' became 'testOne' Which is priced at
in The conversion function, 'TUM332TurtleMechanical ' became 'TUM332TurtleMechanical ' Which is priced at
in The conversion function, 'NAWSnake' became 'NAWSnake' Which is priced at
in The conversion function, 'ROSE12' became 'ROSE' Which is priced at 12
in The conversion function, 'SAILSunsetSailboat12' became 'SAILSunsetSailboat' Which is priced at 12
in The conversion function, 'DragonflySimple12' became 'DragonflySimple' Which is priced at 12
in The conversion function, 'Saxaphone18' became 'Saxaphone' Which is priced at 18
in The conversion function, 'Scottie18' became 'Scottie' Which is priced at 18
in The conversion function, 'Angel24' became 'Angel' Which is priced at 24
in The conversion function, 'DragWesternDragon25' became 'DragWesternDragon' Which is priced at 25
in The conversion function, 'MonkeyHanging16' became 'MonkeyHanging' Which is priced at 16
in The conversion function, 'HorseSimple20' became 'HorseSimple' Which is priced at 20
in The conversion function, 'DolphSunDolphin12' became 'DolphSunDolphin' Which is priced at 12
in The conversion function, 'DragEasternDragon' became 'DragEasternDragon' Which is priced at
in The conversion function, 'Ladybug' became 'Ladybug' Which is priced at
in The conversion function, 'ScubaDiver20' became 'ScubaDiver' Which is priced at 20
in The conversion function, 'LightSimpleLightHouse' became 'LightSimpleLightHouse' Which is priced at
in The conversion function, 'LightBoatLightHouse' became 'LightBoatLightHouse' Which is priced at
in The conversion function, 'DuckParade18' became 'DuckParade' Which is priced at 18
in The conversion function, 'Chicken$20' became 'Chicken$' Which is priced at 20
in The conversion function, 'EleOldElephantAfrican' became 'EleOldElephantAfrican' Which is priced at
in The conversion function, 'Phrase' became 'Phrase' Which is priced at
in The conversion function, 'EagleStanding' became 'EagleStanding' Which is priced at
in The conversion function, 'AirS.25SimpleAirplane' became 'AirS.25SimpleAirplane' Which is priced at
in The conversion function, 'Camel18' became 'Camel' Which is priced at 18
in The conversion function, 'elesimpleElephant' became 'elesimpleElephant' Which is priced at
in The conversion function, 'Balerina20' became 'Balerina' Which is priced at 20
in The conversion function, 'fisherman22' became 'fisherman' Which is priced at 22
in The conversion function, 'MoonStar' became 'MoonStar' Which is priced at
in The conversion function, 'Rabbit' became 'Rabbit' Which is priced at
in The conversion function, 'BaseBallPlayer' became 'BaseBallPlayer' Which is priced at
in The conversion function, 'BoxerSide18' became 'BoxerSide' Which is priced at 18
in The conversion function, 'catSit12' became 'catSit' Which is priced at 12
in The conversion function, 'ButterflyDetailed18' became 'ButterflyDetailed' Which is priced at 18
in The conversion function, 'Chihuahua18' became 'Chihuahua' Which is priced at 18
in The conversion function, 'GoldenRetriever22' became 'GoldenRetriever' Which is priced at 22
in The conversion function, 'PenBabyPenguin' became 'PenBabyPenguin' Which is priced at
in The conversion function, 'NawPalmSmall26' became 'NawPalmSmall' Which is priced at 26
in The conversion function, 'NAWButterfly' became 'NAWButterfly' Which is priced at
in The conversion function, 'FrenchBulldog25' became 'FrenchBulldog' Which is priced at 25
in The conversion function, 'DachLongHairDachshund' became 'DachLongHairDachshund' Which is priced at
in The conversion function, 'love9dolar1HandSmall' became 'love9dolar1HandSmall' Which is priced at
in The conversion function, 'Snitch.' became 'Snitch.' Which is priced at
in The conversion function, 'HeartWingedMechanical' became 'HeartWingedMechanical' Which is priced at
in The conversion function, 'AirMultiColorSimple' became 'AirMultiColorSimple' Which is priced at
in The conversion function, 'TuSmMulticolorSmallTurtle' became 'TuSmMulticolorSmallTurtle' Which is priced at
in The conversion function, 'SnitchMulticolored' became 'SnitchMulticolored' Which is priced at
in The conversion function, 'biMultiColoredBike' became 'biMultiColoredBike' Which is priced at
in The conversion function, 'GoldenRHeadRetreiever' became 'GoldenRHeadRetreiever' Which is priced at
in The conversion function, 'Marlin18' became 'Marlin' Which is priced at 18
in The conversion function, 'DragMultiColorWesternDra' became 'DragMultiColorWesternDra' Which is priced at
in The conversion function, 'PelicanSimple18' became 'PelicanSimple' Which is priced at 18
in The conversion function, 'sailSMulticolorSailSun' became 'sailSMulticolorSailSun' Which is priced at
in The conversion function, 'CatSittingt25' became 'CatSittingt' Which is priced at 25
in The conversion function, 'BoxerFaceingFront25' became 'BoxerFaceingFront' Which is priced at 25
in The conversion function, 'CrSmallCrab8' became 'CrSmallCrab' Which is priced at 8
in The conversion function, 'paSmallPalm4' became 'paSmallPalm' Which is priced at 4
in The conversion function, 'Butterfly9' became 'Butterfly' Which is priced at 9
in The conversion function, 'dolpsmulticolorDolphinSun' became 'dolpsmulticolorDolphinSun' Which is priced at
in The conversion function, 'FisSmallFish7' became 'FisSmallFish' Which is priced at 7
in The conversion function, 'PeaceHand12' became 'PeaceHand' Which is priced at 12
in The conversion function, 'DrumSet20' became 'DrumSet' Which is priced at 20
in The conversion function, 'FrogSimple12' became 'FrogSimple' Which is priced at 12
in The conversion function, 'MotWStreaksMotorcycle' became 'MotWStreaksMotorcycle' Which is priced at
in The conversion function, 'MonoEightBySixCakeTopperMonogram' became 'MonoEightBySixCakeTopperMonogram' Which is priced at
in The conversion function, 'HeartWingedOnBaseMechanic' became 'HeartWingedOnBaseMechanic' Which is priced at
in The conversion function, 'lobSmallLobster7' became 'lobSmallLobster' Which is priced at 7
in The conversion function, 'DragonflyDetailed18' became 'DragonflyDetailed' Which is priced at 18
in The conversion function, 'LabraDoodleFace' became 'LabraDoodleFace' Which is priced at
in The conversion function, 'EleTrunkHighElephant18' became 'EleTrunkHighElephant' Which is priced at 18
in The conversion function, 'Heart5Ball' became 'Heart5Ball' Which is priced at
in The conversion function, 'paSunPalmTree' became 'paSunPalmTree' Which is priced at
in The conversion function, 'nawPLMulticoloredLargePal' became 'nawPLMulticoloredLargePal' Which is priced at
in The conversion function, 'PeaceSign5' became 'PeaceSign' Which is priced at 5
in The conversion function, 'HybMediumHybiscus14' became 'HybMediumHybiscus' Which is priced at 14
in The conversion function, 'TuSmGroupSmallTurtle16' became 'TuSmGroupSmallTurtle' Which is priced at 16
in The conversion function, 'FisMediumFish12' became 'FisMediumFish' Which is priced at 12
in The conversion function, 'Heart7Ball' became 'Heart7Ball' Which is priced at
in The conversion function, 'xdeletemeagain' became 'xdeletemeagain' Which is priced at
in The conversion function, 'octo18' became 'octo' Which is priced at 18
in The conversion function, 'FlaLargeFlamingo.25' became 'FlaLargeFlamingo.' Which is priced at 25
in The conversion function, 'FlaSmallFlamingo' became 'FlaSmallFlamingo' Which is priced at
in The conversion function, 'TuSmSwooshSmallTurtle8' became 'TuSmSwooshSmallTurtle' Which is priced at 8
in The conversion function, 'PaSmallPalm7' became 'PaSmallPalm' Which is priced at 7
in The conversion function, 'nawHySmallHybiscus' became 'nawHySmallHybiscus' Which is priced at
in The conversion function, 'PaSmallPalm8' became 'PaSmallPalm' Which is priced at 8
in The conversion function, 'TheBird12' became 'TheBird' Which is priced at 12
in The conversion function, 'FisherStanding' became 'FisherStanding' Which is priced at
in The conversion function, 'nawpsmallPalm' became 'nawpsmallPalm' Which is priced at
in The conversion function, 'SailSunsetSailboat15' became 'SailSunsetSailboat' Which is priced at 15
in The conversion function, 'Schnauser18' became 'Schnauser' Which is priced at 18
in The conversion function, 'HybMediumHybiscus22' became 'HybMediumHybiscus' Which is priced at 22
in The conversion function, 'HybMediumHybiscus24' became 'HybMediumHybiscus' Which is priced at 24
in The conversion function, 'hyLargeHybiscus(retired)' became 'hyLargeHybiscus(retired)' Which is priced at
in The conversion function, 'Chicken$24' became 'Chicken$' Which is priced at 24
in The conversion function, 'TuSmSwooshSmallTurt10' became 'TuSmSwooshSmallTurt' Which is priced at 10
in The conversion function, 'TuSmGroupSmallTurtle14' became 'TuSmGroupSmallTurtle' Which is priced at 14
in The conversion function, 'TuSmallTurtle9' became 'TuSmallTurtle' Which is priced at 9
in The conversion function, 'loveFourHands18' became 'loveFourHands' Which is priced at 18
in The conversion function, 'TuSmGroupSmallTurtle18' became 'TuSmGroupSmallTurtle' Which is priced at 18
in The conversion function, 'CrSmallCrab10' became 'CrSmallCrab' Which is priced at 10
in The conversion function, 'Aligator25' became 'Aligator' Which is priced at 25
in The conversion function, 'Manetee14' became 'Manetee' Which is priced at 14
in The conversion function, 'Piano20' became 'Piano' Which is priced at 20
in The conversion function, 'EleTrunkHigh20' became 'EleTrunkHigh' Which is priced at 20
in The conversion function, 'lightpalmLightHous22' became 'lightpalmLightHous' Which is priced at 22
in The conversion function, 'CatGroup' became 'CatGroup' Which is priced at
in The conversion function, 'NawMoto' became 'NawMoto' Which is priced at
in The conversion function, 'ToothSpiral' became 'ToothSpiral' Which is priced at
in The conversion function, 'PigFlying15' became 'PigFlying' Which is priced at 15
in The conversion function, 'Piggie10' became 'Piggie' Which is priced at 10
in The conversion function, 'DrumSet30' became 'DrumSet' Which is priced at 30
in The conversion function, 'Flamingo20' became 'Flamingo' Which is priced at 20
in The conversion function, 'HippoSpiral18' became 'HippoSpiral' Which is priced at 18
in The conversion function, 'dragonflyMediumFancy' became 'dragonflyMediumFancy' Which is priced at
in The conversion function, 'Manetee18' became 'Manetee' Which is priced at 18
in The conversion function, 'EleSpiral' became 'EleSpiral' Which is priced at
in The conversion function, 'Giraffe25' became 'Giraffe' Which is priced at 25
in The conversion function, 'LoveOneHand9' became 'LoveOneHand' Which is priced at 9
in The conversion function, 'LoveOneHand4' became 'LoveOneHand' Which is priced at 4
in The conversion function, 'LoveOneHand5' became 'LoveOneHand' Which is priced at 5
in The conversion function, 'lovefourhands21' became 'lovefourhands' Which is priced at 21
in The conversion function, 'YMCA21' became 'YMCA' Which is priced at 21
in The conversion function, 'Aligator30' became 'Aligator' Which is priced at 30
in The conversion function, 'OHIOpose' became 'OHIOpose' Which is priced at
in The conversion function, 'PelicanSimple20' became 'PelicanSimple' Which is priced at 20
in The conversion function, 'chihuahuaFace25' became 'chihuahuaFace' Which is priced at 25
in The conversion function, 'AirplaneSimple14' became 'AirplaneSimple' Which is priced at 14
in The conversion function, 'StPigSteel110' became 'StPigSteel' Which is priced at 110
in The conversion function, 'Dachshund22' became 'Dachshund' Which is priced at 22
in The conversion function, 'eleTrunkHigh22' became 'eleTrunkHigh' Which is priced at 22
in The conversion function, 'xx delete me' became 'xx delete me' Which is priced at
in The conversion function, 'lightPalmLightHous24' became 'lightPalmLightHous' Which is priced at 24
in The conversion function, 'TuSmGroupSmallTurtle20' became 'TuSmGroupSmallTurtle' Which is priced at 20
in The conversion function, 'AliRidgedGator' became 'AliRidgedGator' Which is priced at
in The conversion function, 'DolphSunDolphin14' became 'DolphSunDolphin' Which is priced at 14
in The conversion function, 'penguin14' became 'penguin' Which is priced at 14
in The conversion function, 'Dachshund20' became 'Dachshund' Which is priced at 20
in The conversion function, 'OhioPsuitsPose25' became 'OhioPsuitsPose' Which is priced at 25
in The conversion function, 'CatWYarn15' became 'CatWYarn' Which is priced at 15
in The conversion function, 'cat30' became 'cat' Which is priced at 30
in The conversion function, 'GufenderGuitar22' became 'GufenderGuitar' Which is priced at 22
in The conversion function, 'GuAcousticGuitar22' became 'GuAcousticGuitar' Which is priced at 22
in The conversion function, 'DrumSet35' became 'DrumSet' Which is priced at 35
in The conversion function, 'Piano22' became 'Piano' Which is priced at 22
in The conversion function, 'penguin16' became 'penguin' Which is priced at 16
in The conversion function, 'DuckParade20' became 'DuckParade' Which is priced at 20
in The conversion function, 'buffalo' became 'buffalo' Which is priced at
in The conversion function, 'OwlTree16' became 'OwlTree' Which is priced at 16
in The conversion function, 'Aligator15' became 'Aligator' Which is priced at 15
in The conversion function, 'polarBear' became 'polarBear' Which is priced at
in The conversion function, 'polarBea9' became 'polarBea' Which is priced at 9
in The conversion function, 'moonSunCombo30' became 'moonSunCombo' Which is priced at 30
in The conversion function, 'SharkMouthGaping16' became 'SharkMouthGaping' Which is priced at 16
in The conversion function, 'loveFourHands24' became 'loveFourHands' Which is priced at 24
in The conversion function, 'AirplaneFancy' became 'AirplaneFancy' Which is priced at
in The conversion function, 'lobSmallLobster10' became 'lobSmallLobster' Which is priced at 10
in The conversion function, 'nawFishie' became 'nawFishie' Which is priced at
in The conversion function, 'OhioBait(YMCA)20' became 'OhioBait(YMCA)' Which is priced at 20
in The conversion function, 'SharkMouthGaping18' became 'SharkMouthGaping' Which is priced at 18
in The conversion function, 'fisherHoldingFish' became 'fisherHoldingFish' Which is priced at
in The conversion function, 'HySmallHybiscus' became 'HySmallHybiscus' Which is priced at
in The conversion function, 'Aligator35' became 'Aligator' Which is priced at 35
in The conversion function, 'motoLargeQuarterInchAluminum' became 'motoLargeQuarterInchAluminum' Which is priced at
in The conversion function, 'MonoTwelvetByNineCakeTopper' became 'MonoTwelvetByNineCakeTopper' Which is priced at
in The conversion function, 'MonoFiveByFour' became 'MonoFiveByFour' Which is priced at
in The conversion function, 'NaShapeName' became 'NaShapeName' Which is priced at
in The conversion function, 'ButterflySimple5' became 'ButterflySimple' Which is priced at 5
in The conversion function, 'lightPMediumLightHouse20' became 'lightPMediumLightHouse' Which is priced at 20
in The conversion function, 'LizStandingLizard' became 'LizStandingLizard' Which is priced at
in The conversion function, 'LaCrossPlayer' became 'LaCrossPlayer' Which is priced at
in The conversion function, 'heartWing16' became 'heartWing' Which is priced at 16
in The conversion function, 'golfer' became 'golfer' Which is priced at
in The conversion function, 'owlFlying' became 'owlFlying' Which is priced at
in The conversion function, 'pengWingsOut12' became 'pengWingsOut' Which is priced at 12
in The conversion function, 'octoCute' became 'octoCute' Which is priced at
in The conversion function, 'GuBaseGuitar22' became 'GuBaseGuitar' Which is priced at 22
in The conversion function, 'DaisySimple12' became 'DaisySimple' Which is priced at 12
in The conversion function, 'skydiver' became 'skydiver' Which is priced at
in The conversion function, 'nawmermaid' became 'nawmermaid' Which is priced at
in The conversion function, 'FrogSimple14' became 'FrogSimple' Which is priced at 14
in The conversion function, 'moonSunCombo35' became 'moonSunCombo' Which is priced at 35
in The conversion function, 'FishieCartoon20' became 'FishieCartoon' Which is priced at 20
in The conversion function, 'PelicanSimple22' became 'PelicanSimple' Which is priced at 22
in The conversion function, 'labradore20' became 'labradore' Which is priced at 20
in The conversion function, 'GUFenderGuitar24' became 'GUFenderGuitar' Which is priced at 24
in The conversion function, 'OwlSimple18' became 'OwlSimple' Which is priced at 18
in The conversion function, 'bike22' became 'bike' Which is priced at 22
in The conversion function, 'coffee20' became 'coffee' Which is priced at 20
in The conversion function, 'HorseSimple22' became 'HorseSimple' Which is priced at 22
in The conversion function, 'Rose10' became 'Rose' Which is priced at 10
in The conversion function, 'FrogSimple16' became 'FrogSimple' Which is priced at 16
in The conversion function, 'PigFlying20' became 'PigFlying' Which is priced at 20
in The conversion function, 'palm16' became 'palm' Which is priced at 16
in The conversion function, 'catWyarn18' became 'catWyarn' Which is priced at 18
in The conversion function, 'LoveFourHands26' became 'LoveFourHands' Which is priced at 26
in The conversion function, 'bike24' became 'bike' Which is priced at 24
in The conversion function, 'PasmallPalm9' became 'PasmallPalm' Which is priced at 9
in The conversion function, 'TheFinger' became 'TheFinger' Which is priced at
in The conversion function, 'coffee22' became 'coffee' Which is priced at 22
in The conversion function, 'LizzardCute7' became 'LizzardCute' Which is priced at 7
in The conversion function, 'DaisyWbase12' became 'DaisyWbase' Which is priced at 12
in The conversion function, 'flamingo22' became 'flamingo' Which is priced at 22
in The conversion function, 'OwlSimple20' became 'OwlSimple' Which is priced at 20
in The conversion function, 'HippoSpiral16' became 'HippoSpiral' Which is priced at 16
in The conversion function, 'TusmGroupSmallTurtle22' became 'TusmGroupSmallTurtle' Which is priced at 22
in The conversion function, 'Lizzard8' became 'Lizzard' Which is priced at 8
in The conversion function, 'AirplaneSimple18' became 'AirplaneSimple' Which is priced at 18
in The conversion function, 'GuFenderGuitar26' became 'GuFenderGuitar' Which is priced at 26
in The conversion function, 'GuAcousticGuitar24' became 'GuAcousticGuitar' Which is priced at 24
in The conversion function, 'catwyarn20' became 'catwyarn' Which is priced at 20
in The conversion function, 'SailSunsetSailboat18' became 'SailSunsetSailboat' Which is priced at 18
in The conversion function, 'Parachute25' became 'Parachute' Which is priced at 25
in The conversion function, 'PeaceSignTripple12' became 'PeaceSignTripple' Which is priced at 12
in The conversion function, 'DuckParade22' became 'DuckParade' Which is priced at 22
in The conversion function, 'PeaceHand14' became 'PeaceHand' Which is priced at 14
in The conversion function, 'LabraDoodleSideView22' became 'LabraDoodleSideView' Which is priced at 22
in The conversion function, 'Rose14' became 'Rose' Which is priced at 14
in The conversion function, 'DolphLSunLargeDolphin14' became 'DolphLSunLargeDolphin' Which is priced at 14
in The conversion function, 'LightPalmLightHouse26' became 'LightPalmLightHouse' Which is priced at 26
in The conversion function, 'SailLSunLarge12' became 'SailLSunLarge' Which is priced at 12
in The conversion function, 'SailLSunLarge18' became 'SailLSunLarge' Which is priced at 18
in The conversion function, 'NasAshley' became 'NasAshley' Which is priced at
in The conversion function, 'NasHannah' became 'NasHannah' Which is priced at
in The conversion function, 'Manetee20' became 'Manetee' Which is priced at 20
in The conversion function, 'CatCurvy25' became 'CatCurvy' Which is priced at 25
in The conversion function, 'OwlSimple22' became 'OwlSimple' Which is priced at 22
in The conversion function, 'ChicCheep9' became 'ChicCheep' Which is priced at 9
in The conversion function, 'NasJacob' became 'NasJacob' Which is priced at
in The conversion function, 'Xylophone' became 'Xylophone' Which is priced at
in The conversion function, 'NasEmily' became 'NasEmily' Which is priced at
in The conversion function, 'CatSitProfile18' became 'CatSitProfile' Which is priced at 18
in The conversion function, 'LightPalmLightHouse28' became 'LightPalmLightHouse' Which is priced at 28
in The conversion function, 'ScubaSmallDiver20' became 'ScubaSmallDiver' Which is priced at 20
in The conversion function, 'HorseSimple24' became 'HorseSimple' Which is priced at 24
in The conversion function, 'LoveFourHands28' became 'LoveFourHands' Which is priced at 28
in The conversion function, 'Coffee24' became 'Coffee' Which is priced at 24
in The conversion function, 'DuckParade24' became 'DuckParade' Which is priced at 24
in The conversion function, 'LoveFourHands30' became 'LoveFourHands' Which is priced at 30
in The conversion function, 'LightPalmLightHouse30' became 'LightPalmLightHouse' Which is priced at 30
in The conversion function, 'Rose16' became 'Rose' Which is priced at 16
in The conversion function, 'nawcoffee' became 'nawcoffee' Which is priced at
in The conversion function, 'TuSmallTurtle8' became 'TuSmallTurtle' Which is priced at 8
in The conversion function, 'LoveOneHand15' became 'LoveOneHand' Which is priced at 15
in The conversion function, 'GuAcousticGuitar26' became 'GuAcousticGuitar' Which is priced at 26
in The conversion function, 'MoonSunCombo40' became 'MoonSunCombo' Which is priced at 40
in The conversion function, 'PaSmallPalm11' became 'PaSmallPalm' Which is priced at 11
in The conversion function, 'Palm18' became 'Palm' Which is priced at 18
in The conversion function, 'Parrot20' became 'Parrot' Which is priced at 20
in The conversion function, 'Piggie14' became 'Piggie' Which is priced at 14
in The conversion function, 'Moose24' became 'Moose' Which is priced at 24
in The conversion function, 'Rose18' became 'Rose' Which is priced at 18
in The conversion function, 'CrSmallCrab12' became 'CrSmallCrab' Which is priced at 12
in The conversion function, 'PugDog30' became 'PugDog' Which is priced at 30
in The conversion function, 'FrenchBulldog30' became 'FrenchBulldog' Which is priced at 30
in The conversion function, 'CatCheep5' became 'CatCheep' Which is priced at 5
in The conversion function, 'HybMediumHybiscus26' became 'HybMediumHybiscus' Which is priced at 26
in The conversion function, 'FishCuteSimple20' became 'FishCuteSimple' Which is priced at 20
in The conversion function, 'DolpCheep5' became 'DolpCheep' Which is priced at 5
in The conversion function, 'ChicCheep5' became 'ChicCheep' Which is priced at 5
in The conversion function, 'Palm20' became 'Palm' Which is priced at 20
in The conversion function, 'Motorcycle35' became 'Motorcycle' Which is priced at 35
in The conversion function, 'skull20' became 'skull' Which is priced at 20
in The conversion function, 'testSix' became 'testSix' Which is priced at
in The conversion function, 'PeaceSimpleSign9' became 'PeaceSimpleSign' Which is priced at 9
in The conversion function, 'LoveOneHand14' became 'LoveOneHand' Which is priced at 14
in The conversion function, 'ButterflySimple7' became 'ButterflySimple' Which is priced at 7
in The conversion function, 'CatCheep7' became 'CatCheep' Which is priced at 7
in The conversion function, 'catwyarn22' became 'catwyarn' Which is priced at 22
in The conversion function, 'LightPalmLightHouse35' became 'LightPalmLightHouse' Which is priced at 35
in The conversion function, 'ChicCheep7' became 'ChicCheep' Which is priced at 7
in The conversion function, 'Bulldog30' became 'Bulldog' Which is priced at 30
in The conversion function, 'BullDog15' became 'BullDog' Which is priced at 15
in The conversion function, 'HybMediumHybiscus28' became 'HybMediumHybiscus' Which is priced at 28
in The conversion function, 'HorseSimple26' became 'HorseSimple' Which is priced at 26
in The conversion function, 'BoxerSide20' became 'BoxerSide' Which is priced at 20
in The conversion function, 'CrMoveCrab12' became 'CrMoveCrab' Which is priced at 12
in The conversion function, 'DaisySimple14' became 'DaisySimple' Which is priced at 14
in The conversion function, 'FishRealistic20' became 'FishRealistic' Which is priced at 20
in The conversion function, 'frenchHorn10' became 'frenchHorn' Which is priced at 10
in The conversion function, 'frenchHorn20' became 'frenchHorn' Which is priced at 20
in The conversion function, 'lizzardCute9' became 'lizzardCute' Which is priced at 9
in The conversion function, 'PeaceSignDouble8' became 'PeaceSignDouble' Which is priced at 8
in The conversion function, 'dolpCheep7' became 'dolpCheep' Which is priced at 7
in The conversion function, 'fishie14' became 'fishie' Which is priced at 14
in The conversion function, 'dolphLSunLargeDolphin16' became 'dolphLSunLargeDolphin' Which is priced at 16
in The conversion function, 'peaceSignDouble12' became 'peaceSignDouble' Which is priced at 12
in The conversion function, 'peaceSignDouble9' became 'peaceSignDouble' Which is priced at 9
in The conversion function, 'OwlSimple24' became 'OwlSimple' Which is priced at 24
in The conversion function, 'PigFlying22' became 'PigFlying' Which is priced at 22
in The conversion function, 'SkuMoveSkull20' became 'SkuMoveSkull' Which is priced at 20
in The conversion function, 'HummingBird18' became 'HummingBird' Which is priced at 18
in The conversion function, 'HybMediumHybiscus30' became 'HybMediumHybiscus' Which is priced at 30
in The conversion function, 'LightPaSilverPalmLightHouse35' became 'LightPaSilverPalmLightHouse' Which is priced at 35
in The conversion function, 'DolpSpiral9' became 'DolpSpiral' Which is priced at 9
in The conversion function, 'nawparrot' became 'nawparrot' Which is priced at
in The conversion function, 'DragonFlyDetailed20' became 'DragonFlyDetailed' Which is priced at 20
in The conversion function, 'GolfBFlagAndBag20' became 'GolfBFlagAndBag' Which is priced at 20
in The conversion function, 'Saxaphone20' became 'Saxaphone' Which is priced at 20
in The conversion function, 'paHeartInTrunk20' became 'paHeartInTrunk' Which is priced at 20
in The conversion function, 'NasMike' became 'NasMike' Which is priced at
in The conversion function, 'Cow20' became 'Cow' Which is priced at 20
in The conversion function, 'crsmallCrab14' became 'crsmallCrab' Which is priced at 14
in The conversion function, 'airFlapsAirplane20' became 'airFlapsAirplane' Which is priced at 20
in The conversion function, 'Giraffe30' became 'Giraffe' Which is priced at 30
in The conversion function, 'Marlin25' became 'Marlin' Which is priced at 25
in The conversion function, 'sharkCurved20' became 'sharkCurved' Which is priced at 20
in The conversion function, 'MonkeyAllFours20' became 'MonkeyAllFours' Which is priced at 20
in The conversion function, 'LobSmallLobster12' became 'LobSmallLobster' Which is priced at 12
in The conversion function, 'TuSmallTurtle7' became 'TuSmallTurtle' Which is priced at 7
in The conversion function, 'camel20' became 'camel' Which is priced at 20
in The conversion function, 'chihuahuaFace30' became 'chihuahuaFace' Which is priced at 30
in The conversion function, 'PalCoconut18' became 'PalCoconut' Which is priced at 18
in The conversion function, 'paHeartInTrunk18' became 'paHeartInTrunk' Which is priced at 18
in The conversion function, 'NASsarah' became 'NASsarah' Which is priced at
in The conversion function, 'ButterSideButterfly7' became 'ButterSideButterfly' Which is priced at 7
in The conversion function, 'octopus20' became 'octopus' Which is priced at 20
in The conversion function, 'fisherman20' became 'fisherman' Which is priced at 20
in The conversion function, 'FishingPole20' became 'FishingPole' Which is priced at 20
in The conversion function, 'FlowSpinSimpleDaisy14' became 'FlowSpinSimpleDaisy' Which is priced at 14
in The conversion function, 'owlFlapWings25' became 'owlFlapWings' Which is priced at 25
in The conversion function, 'ToothOutline9' became 'ToothOutline' Which is priced at 9
in The conversion function, 'AliHingedAligator30' became 'AliHingedAligator' Which is priced at 30
in The conversion function, 'buffalo25' became 'buffalo' Which is priced at 25
in The conversion function, 'DachJumpingDachshund20' became 'DachJumpingDachshund' Which is priced at 20
in The conversion function, 'nawDog' became 'nawDog' Which is priced at
in The conversion function, 'Marimba' became 'Marimba' Which is priced at
in The conversion function, 'AirplaneFancy25' became 'AirplaneFancy' Which is priced at 25
in The conversion function, 'DrumMovingDrumSet35' became 'DrumMovingDrumSet' Which is priced at 35
in The conversion function, 'NasLily' became 'NasLily' Which is priced at
in The conversion function, 'AirplaneSimple20' became 'AirplaneSimple' Which is priced at 20
in The conversion function, 'BaleSpinBalerina20' became 'BaleSpinBalerina' Which is priced at 20
in The conversion function, 'PaSmDoubleSmallPalm9' became 'PaSmDoubleSmallPalm' Which is priced at 9
in The conversion function, 'NasJoy12' became 'NasJoy' Which is priced at 12
in The conversion function, 'KeyWestTrampStamp22' became 'KeyWestTrampStamp' Which is priced at 22
in The conversion function, 'pasmDoubleSmallPalm11' became 'pasmDoubleSmallPalm' Which is priced at 11
in The conversion function, 'NaShGuitarNameShape' became 'NaShGuitarNameShape' Which is priced at
in The conversion function, 'MotoKW25' became 'MotoKW' Which is priced at 25
in The conversion function, 'TuSmallTurtle6' became 'TuSmallTurtle' Which is priced at 6
in The conversion function, 'lacrossStick9' became 'lacrossStick' Which is priced at 9
in The conversion function, 'NasBethie' became 'NasBethie' Which is priced at
in The conversion function, 'PaSmDoubleSmallPalm12' became 'PaSmDoubleSmallPalm' Which is priced at 12
in The conversion function, 'phraWineAndFriends' became 'phraWineAndFriends' Which is priced at
in The conversion function, 'butterTrippleButterfly' became 'butterTrippleButterfly' Which is priced at
in The conversion function, 'TusmBallanceSmallTurtles20' became 'TusmBallanceSmallTurtles' Which is priced at 20
in The conversion function, 'CatMouseBallance' became 'CatMouseBallance' Which is priced at
in The conversion function, 'CatSmiling16' became 'CatSmiling' Which is priced at 16
in The conversion function, 'ScaleBallance' became 'ScaleBallance' Which is priced at
in The conversion function, 'FishingPWithFishPole' became 'FishingPWithFishPole' Which is priced at
in The conversion function, 'DragPosedDragon25' became 'DragPosedDragon' Which is priced at 25
in The conversion function, 'CamTripodCamera20' became 'CamTripodCamera' Which is priced at 20
in The conversion function, 'lightpDoorPalmMove26' became 'lightpDoorPalmMove' Which is priced at 26
in The conversion function, 'nasPete' became 'nasPete' Which is priced at
in The conversion function, 'tusmballanceSmallTurtles25' became 'tusmballanceSmallTurtles' Which is priced at 25
in The conversion function, 'Giraffe29' became 'Giraffe' Which is priced at 29
in The conversion function, 'lovefourHands20' became 'lovefourHands' Which is priced at 20
in The conversion function, 'DrumMSpiralMoving35' became 'DrumMSpiralMoving' Which is priced at 35
in The conversion function, 'CamTMovingTripodCamera20' became 'CamTMovingTripodCamera' Which is priced at 20
in The conversion function, 'aliMechanicalAligator29' became 'aliMechanicalAligator' Which is priced at 29
in The conversion function, 'catSleeping20' became 'catSleeping' Which is priced at 20
in The conversion function, 'FishingPole19' became 'FishingPole' Which is priced at 19
in The conversion function, 'BaleSpinBalerina25' became 'BaleSpinBalerina' Which is priced at 25
in The conversion function, 'goldenRetriever24' became 'goldenRetriever' Which is priced at 24
in The conversion function, 'CamTripodCamera25' became 'CamTripodCamera' Which is priced at 25
in The conversion function, 'PigFMechanicalPigFly25' became 'PigFMechanicalPigFly' Which is priced at 25
in The conversion function, 'theBird9' became 'theBird' Which is priced at 9
in The conversion function, 'manetee19' became 'manetee' Which is priced at 19
in The conversion function, 'flamingo19' became 'flamingo' Which is priced at 19
in The conversion function, 'sailSMovingSailboatSun18' became 'sailSMovingSailboatSun' Which is priced at 18
in The conversion function, 'GuMovingFender24' became 'GuMovingFender' Which is priced at 24
in The conversion function, 'nasHome' became 'nasHome' Which is priced at
in The conversion function, 'HybMediumHybiscus29' became 'HybMediumHybiscus' Which is priced at 29
in The conversion function, 'CamTripodCamera29' became 'CamTripodCamera' Which is priced at 29
in The conversion function, 'loveFourHands29' became 'loveFourHands' Which is priced at 29
in The conversion function, 'FrenchBullDog29' became 'FrenchBullDog' Which is priced at 29
in The conversion function, 'AirplaneSimple19' became 'AirplaneSimple' Which is priced at 19
in The conversion function, 'palm19' became 'palm' Which is priced at 19
in The conversion function, 'donkey20' became 'donkey' Which is priced at 20
in The conversion function, 'CatSitProfile20' became 'CatSitProfile' Which is priced at 20
in The conversion function, 'chihuaFace29' became 'chihuaFace' Which is priced at 29
in The conversion function, 'bmx20' became 'bmx' Which is priced at 20
in The conversion function, 'Scottie20' became 'Scottie' Which is priced at 20
in The conversion function, 'frogJumping18' became 'frogJumping' Which is priced at 18
in The conversion function, 'ChicParadeChicken20' became 'ChicParadeChicken' Which is priced at 20
in The conversion function, 'FishWHookRealisticCartooneye20' became 'FishWHookRealisticCartooneye' Which is priced at 20
in The conversion function, 'fishingpStandingFishingPole20' became 'fishingpStandingFishingPole' Which is priced at 20
in The conversion function, 'FrogJumping20' became 'FrogJumping' Which is priced at 20
in The conversion function, 'FrogCheep7' became 'FrogCheep' Which is priced at 7
in The conversion function, 'Aligator29' became 'Aligator' Which is priced at 29
in The conversion function, 'ShotGun20' became 'ShotGun' Which is priced at 20
in The conversion function, 'dragWingsFlap25' became 'dragWingsFlap' Which is priced at 25
in The conversion function, 'ShotGun24' became 'ShotGun' Which is priced at 24
in The conversion function, 'ShotGun26' became 'ShotGun' Which is priced at 26
in The conversion function, 'DrumMovingDrumSet37' became 'DrumMovingDrumSet' Which is priced at 37
in The conversion function, 'lightpdoorPalmMove29' became 'lightpdoorPalmMove' Which is priced at 29
in The conversion function, 'DragWingsFlap27' became 'DragWingsFlap' Which is priced at 27
in The conversion function, 'testseven' became 'testseven' Which is priced at
in The conversion function, 'testten' became 'testten' Which is priced at
in The conversion function, 'curTHANKS' became 'curTHANKS' Which is priced at
in The conversion function, 'BaleSpinBalerina28' became 'BaleSpinBalerina' Which is priced at 28
in The conversion function, 'BostonTerrier29' became 'BostonTerrier' Which is priced at 29
in The conversion function, 'Pugdog29' became 'Pugdog' Which is priced at 29
in The conversion function, 'FishingPole27' became 'FishingPole' Which is priced at 27
in The conversion function, 'lightpdoorPalmMove35' became 'lightpdoorPalmMove' Which is priced at 35
in The conversion function, 'PeterPan' became 'PeterPan' Which is priced at
in The conversion function, 'EightBall' became 'EightBall' Which is priced at
in The conversion function, 'angel10' became 'angel' Which is priced at 10
in The conversion function, 'angel20' became 'angel' Which is priced at 20
in The conversion function, 'nawtruck' became 'nawtruck' Which is priced at
in The conversion function, 'catWYarn19' became 'catWYarn' Which is priced at 19
in The conversion function, 'trebbleCleff' became 'trebbleCleff' Which is priced at
in The conversion function, 'pigFMechanicalPigFly29' became 'pigFMechanicalPigFly' Which is priced at 29
in The conversion function, 'owlLooseWings' became 'owlLooseWings' Which is priced at
in The conversion function, 'balletSlippers9' became 'balletSlippers' Which is priced at 9
in The conversion function, 'StickFigureDoctor' became 'StickFigureDoctor' Which is priced at
in The conversion function, 'pigRealistic18' became 'pigRealistic' Which is priced at 18
in The conversion function, 'towTruck' became 'towTruck' Which is priced at
in The conversion function, 'nasAmelia' became 'nasAmelia' Which is priced at
in The conversion function, 'nasSteve' became 'nasSteve' Which is priced at
in The conversion function, 'owlHeadPushToflap25' became 'owlHeadPushToflap' Which is priced at 25
in The conversion function, 'PaSmTripple16' became 'PaSmTripple' Which is priced at 16
in The conversion function, 'hummFlowerHummingBird25' became 'hummFlowerHummingBird' Which is priced at 25
in The conversion function, 'fishWHookRealisticCartoonEye25' became 'fishWHookRealisticCartoonEye' Which is priced at 25
in The conversion function, 'camTripodCamera27' became 'camTripodCamera' Which is priced at 27
in The conversion function, 'golfBflagAndBag25' became 'golfBflagAndBag' Which is priced at 25
in The conversion function, 'testele' became 'testele' Which is priced at
in The conversion function, 'AusShepherdAustralian' became 'AusShepherdAustralian' Which is priced at
in The conversion function, 'BaleSBabySpinBalerina25' became 'BaleSBabySpinBalerina' Which is priced at 25
in The conversion function, 'boxerFaceingfront29' became 'boxerFaceingfront' Which is priced at 29
in The conversion function, 'rhinocerous20' became 'rhinocerous' Which is priced at 20
in The conversion function, 'dragEasternDragon20' became 'dragEasternDragon' Which is priced at 20
in The conversion function, 'nawDragonWestern' became 'nawDragonWestern' Which is priced at
in The conversion function, 'nawLizzard' became 'nawLizzard' Which is priced at
in The conversion function, 'owlheadPushToFlap29' became 'owlheadPushToFlap' Which is priced at 29
in The conversion function, 'mobileFishPole' became 'mobileFishPole' Which is priced at
in The conversion function, 'CatWYMovingCatWithYarn22' became 'CatWYMovingCatWithYarn' Which is priced at 22
in The conversion function, 'puffin' became 'puffin' Which is priced at
in The conversion function, 'bikewRider' became 'bikewRider' Which is priced at
in The conversion function, 'bikeRecumbant27' became 'bikeRecumbant' Which is priced at 27
in The conversion function, 'butterMechanicalButterfly20' became 'butterMechanicalButterfly' Which is priced at 20
in The conversion function, 'phone' became 'phone' Which is priced at
in The conversion function, 'sailFish20' became 'sailFish' Which is priced at 20
in The conversion function, 'camTBirdCameraTripod29' became 'camTBirdCameraTripod' Which is priced at 29
in The conversion function, 'crsmMovingCrabSmall12' became 'crsmMovingCrabSmall' Which is priced at 12
in The conversion function, 'shark5' became 'shark' Which is priced at 5
in The conversion function, 'catTwoPlayingTogether20' became 'catTwoPlayingTogether' Which is priced at 20
in The conversion function, 'nasKristen' became 'nasKristen' Which is priced at
in The conversion function, 'swimmer20' became 'swimmer' Which is priced at 20
in The conversion function, 'tigger25' became 'tigger' Which is priced at 25
in The conversion function, 'microphone' became 'microphone' Which is priced at
in The conversion function, 'swimmer12' became 'swimmer' Which is priced at 12
in The conversion function, 'Marlin20' became 'Marlin' Which is priced at 20
in The conversion function, 'RamenNoodles' became 'RamenNoodles' Which is priced at
in The conversion function, 'Narwhal' became 'Narwhal' Which is priced at
in The conversion function, 'nawEagle30' became 'nawEagle' Which is priced at 30
in The conversion function, 'nawMartini' became 'nawMartini' Which is priced at
in The conversion function, 'Spine25' became 'Spine' Which is priced at 25
in The conversion function, 'nawComputer' became 'nawComputer' Which is priced at
in The conversion function, 'bassFiddle' became 'bassFiddle' Which is priced at
in The conversion function, 'accordion20' became 'accordion' Which is priced at 20
in The conversion function, 'moonSimple12' became 'moonSimple' Which is priced at 12
in The conversion function, 'pumpkin12' became 'pumpkin' Which is priced at 12
in The conversion function, 'CurNhnPalmTwinCursive45' became 'CurNhnPalmTwinCursive' Which is priced at 45
in The conversion function, 'wineGlass12' became 'wineGlass' Which is priced at 12
in The conversion function, 'spearFisher29' became 'spearFisher' Which is priced at 29
in The conversion function, 'guSmAcousticGuitarSmall10' became 'guSmAcousticGuitarSmall' Which is priced at 10
in The conversion function, 'snorkeler20' became 'snorkeler' Which is priced at 20
in The conversion function, 'shotglass' became 'shotglass' Which is priced at
in The conversion function, 'volleyBallPlayer' became 'volleyBallPlayer' Which is priced at
in The conversion function, 'rowingSkull' became 'rowingSkull' Which is priced at
in The conversion function, 'nawsharkSimple' became 'nawsharkSimple' Which is priced at
in The conversion function, 'Crown' became 'Crown' Which is priced at
in The conversion function, 'HardHelmetDiver25' became 'HardHelmetDiver' Which is priced at 25
in The conversion function, 'sailfish25' became 'sailfish' Which is priced at 25
in The conversion function, 'TuSmGPlantsSmallTurtleGroup18' became 'TuSmGPlantsSmallTurtleGroup' Which is priced at 18
in The conversion function, 'LabWagLabradore20' became 'LabWagLabradore' Which is priced at 20
in The conversion function, 'domo12' became 'domo' Which is priced at 12
in The conversion function, 'harmonica' became 'harmonica' Which is priced at
in The conversion function, 'nawShotGun' became 'nawShotGun' Which is priced at
in The conversion function, 'teddybear' became 'teddybear' Which is priced at
in The conversion function, 'ghost.' became 'ghost.' Which is priced at
in The conversion function, 'pinWheel' became 'pinWheel' Which is priced at
in The conversion function, 'Car2D40' became 'Car2D' Which is priced at 40
in The conversion function, 'BorderCollie' became 'BorderCollie' Which is priced at
in The conversion function, 'PointerDog' became 'PointerDog' Which is priced at
in The conversion function, 'baseBGloveBall' became 'baseBGloveBall' Which is priced at
in The conversion function, 'book' became 'book' Which is priced at
in The conversion function, 'nawVoleyball' became 'nawVoleyball' Which is priced at
in The conversion function, 'dentist' became 'dentist' Which is priced at
in The conversion function, 'nawKangaroo' became 'nawKangaroo' Which is priced at
in The conversion function, 'ChiPeckingChicken25' became 'ChiPeckingChicken' Which is priced at 25
in The conversion function, 'ChiStruttChicken25' became 'ChiStruttChicken' Which is priced at 25
in The conversion function, 'LoveOMovingOneHand12' became 'LoveOMovingOneHand' Which is priced at 12
in The conversion function, 'DolSmileDolphin5' became 'DolSmileDolphin' Which is priced at 5
in The conversion function, 'nawIcescate' became 'nawIcescate' Which is priced at
in The conversion function, 'AliMLeverMechanical29' became 'AliMLeverMechanical' Which is priced at 29
in The conversion function, 'KeyDoor' became 'KeyDoor' Which is priced at
in The conversion function, 'foxterrier' became 'foxterrier' Which is priced at
in The conversion function, 'nasbeth.' became 'nasbeth.' Which is priced at
in The conversion function, 'biWheelsMoveBike25' became 'biWheelsMoveBike' Which is priced at 25
in The conversion function, 'nawpanda' became 'nawpanda' Which is priced at
in The conversion function, 'nawTiger' became 'nawTiger' Which is priced at
in The conversion function, 'BearWords19' became 'BearWords' Which is priced at 19
in The conversion function, 'CatSleeping12' became 'CatSleeping' Which is priced at 12
in The conversion function, 'TuSmMoveSmallTurtleStick20' became 'TuSmMoveSmallTurtleStick' Which is priced at 20
in The conversion function, 'combin25' became 'combin' Which is priced at 25
in The conversion function, 'tusmmPlantsTurtleSmallMove29' became 'tusmmPlantsTurtleSmallMove' Which is priced at 29
in The conversion function, 'biWheelsMove29' became 'biWheelsMove' Which is priced at 29
in The conversion function, 'palmLove29' became 'palmLove' Which is priced at 29
in The conversion function, 'chicken19' became 'chicken' Which is priced at 19
in The conversion function, 'mandolin25' became 'mandolin' Which is priced at 25
in The conversion function, 'nawBusinesscardholder' became 'nawBusinesscardholder' Which is priced at
in The conversion function, 'nawGorilla' became 'nawGorilla' Which is priced at
in The conversion function, 'KittyWest23' became 'KittyWest' Which is priced at 23
in The conversion function, 'berritoneHorn20' became 'berritoneHorn' Which is priced at 20
in The conversion function, 'easel' became 'easel' Which is priced at
in The conversion function, 'barrittone' became 'barrittone' Which is priced at
in The conversion function, 'nawShamrock' became 'nawShamrock' Which is priced at
in The conversion function, 'monacles3' became 'monacles' Which is priced at 3
in The conversion function, 'HeartThoughts' became 'HeartThoughts' Which is priced at
in The conversion function, 'PictureHolders' became 'PictureHolders' Which is priced at
in The conversion function, 'DebMusic' became 'DebMusic' Which is priced at
in The conversion function, 'bichonfrise' became 'bichonfrise' Which is priced at
in The conversion function, 'mantaRay12' became 'mantaRay' Which is priced at 12
in The conversion function, 'DogPullingLeash20' became 'DogPullingLeash' Which is priced at 20
in The conversion function, 'CatOnBackWithYarn25' became 'CatOnBackWithYarn' Which is priced at 25
in The conversion function, 'StDachshundFaceSteel50' became 'StDachshundFaceSteel' Which is priced at 50
in The conversion function, 'StFrenchieFaceSteel100' became 'StFrenchieFaceSteel' Which is priced at 100
in The conversion function, 'StPigSteel300' became 'StPigSteel' Which is priced at 300
in The conversion function, 'nawchearleader' became 'nawchearleader' Which is priced at
in The conversion function, 'StPugFaceSteel' became 'StPugFaceSteel' Which is priced at
in The conversion function, 'spockHand12' became 'spockHand' Which is priced at 12
in The conversion function, 'bikeTendem30' became 'bikeTendem' Which is priced at 30
in The conversion function, 'hybLeavesDetailedHybiscus29' became 'hybLeavesDetailedHybiscus' Which is priced at 29
in The conversion function, 'MileZero12' became 'MileZero' Which is priced at 12
in The conversion function, 'nawsax' became 'nawsax' Which is priced at
in The conversion function, 'greatfullDead' became 'greatfullDead' Which is priced at
in The conversion function, 'cupHolder' became 'cupHolder' Which is priced at
in The conversion function, 'FishBoxFishingpole20' became 'FishBoxFishingpole' Which is priced at 20
in The conversion function, 'KwChicken1818' became 'KwChicken' Which is priced at 1818
in The conversion function, 'DragRacer20' became 'DragRacer' Which is priced at 20
in The conversion function, 'paSmDFeatheredSmallPallDouble12' became 'paSmDFeatheredSmallPallDouble' Which is priced at 12
in The conversion function, 'fishw/oBox20' became 'fishw/oBox' Which is priced at 20
in The conversion function, 'atv' became 'atv' Which is priced at
in The conversion function, 'DraFireDragonWestern25' became 'DraFireDragonWestern' Which is priced at 25
in The conversion function, 'buddha' became 'buddha' Which is priced at
in The conversion function, 'oilRig' became 'oilRig' Which is priced at
in The conversion function, 'stGoldenRetrieverface150' became 'stGoldenRetrieverface' Which is priced at 150
in The conversion function, 'GoldRetFaceGoldenRetriever29' became 'GoldRetFaceGoldenRetriever' Which is priced at 29
in The conversion function, 'stPalmTree110' became 'stPalmTree' Which is priced at 110
in The conversion function, 'stChicken149' became 'stChicken' Which is priced at 149
in The conversion function, 'StPaperClip18' became 'StPaperClip' Which is priced at 18
in The conversion function, 'StHeart12' became 'StHeart' Which is priced at 12
in The conversion function, 'labEarsMove20' became 'labEarsMove' Which is priced at 20
in The conversion function, 'TinkerBell' became 'TinkerBell' Which is priced at
in The conversion function, 'blob16' became 'blob' Which is priced at 16
in The conversion function, 'DachEarsMoveDachshund20' became 'DachEarsMoveDachshund' Which is priced at 20
in The conversion function, 'goldenDoodle' became 'goldenDoodle' Which is priced at
in The conversion function, 'CoonHound' became 'CoonHound' Which is priced at
in The conversion function, 'hampster' became 'hampster' Which is priced at
in The conversion function, 'catwymovingCatWithYarn19' became 'catwymovingCatWithYarn' Which is priced at 19
in The conversion function, 'eleEarsMoveElepahnt20' became 'eleEarsMoveElepahnt' Which is priced at 20
in The conversion function, 'atom' became 'atom' Which is priced at
in The conversion function, 'HorseMHeadMoveHorse24' became 'HorseMHeadMoveHorse' Which is priced at 24
in The conversion function, 'Quote' became 'Quote' Which is priced at
in The conversion function, 'nawfishingpole29' became 'nawfishingpole' Which is priced at 29
in The conversion function, 'PigFMovingWingsFly20' became 'PigFMovingWingsFly' Which is priced at 20
in The conversion function, 'Triangle20' became 'Triangle' Which is priced at 20
in The conversion function, 'eagleHead' became 'eagleHead' Which is priced at
in The conversion function, 'CurPaSmDCursivePalmSmallDouble19' became 'CurPaSmDCursivePalmSmallDouble' Which is priced at 19
in The conversion function, 'HybButterMoveHybiscus29' became 'HybButterMoveHybiscus' Which is priced at 29
in The conversion function, 'baseFieldBall20' became 'baseFieldBall' Which is priced at 20
in The conversion function, 'ChickMoveChicken18' became 'ChickMoveChicken' Which is priced at 18
in The conversion function, 'loveFmoveFourHands26' became 'loveFmoveFourHands' Which is priced at 26
in The conversion function, 'StPChickenSteelPainted200' became 'StPChickenSteelPainted' Which is priced at 200
in The conversion function, 'StPPalmSteelPainted160' became 'StPPalmSteelPainted' Which is priced at 160
in The conversion function, 'stPGoldenRetriever150' became 'stPGoldenRetriever' Which is priced at 150
in The conversion function, 'StPRose150' became 'StPRose' Which is priced at 150
in The conversion function, 'dachMTailMechanical20' became 'dachMTailMechanical' Which is priced at 20
in The conversion function, 'LabMTailMechanical20' became 'LabMTailMechanical' Which is priced at 20
in The conversion function, 'toothOutline2now3' became 'toothOutline2now' Which is priced at 3
in The conversion function, 'felix' became 'felix' Which is priced at
in The conversion function, 'tuHeart8' became 'tuHeart' Which is priced at 8
in The conversion function, 'pasmdSunPalmSmallDoubleFeathered12' became 'pasmdSunPalmSmallDoubleFeathered' Which is priced at 12
in The conversion function, 'military' became 'military' Which is priced at
in The conversion function, 'nawPrincess' became 'nawPrincess' Which is priced at
in The conversion function, 'curILoveYou12' became 'curILoveYou' Which is priced at 12
in The conversion function, 'Camera16' became 'Camera' Which is priced at 16
in The conversion function, 'MortarAndPestal' became 'MortarAndPestal' Which is priced at
in The conversion function, 'gecko' became 'gecko' Which is priced at
in The conversion function, 'ladybug12' became 'ladybug' Which is priced at 12
in The conversion function, 'chickMoveChicken19' became 'chickMoveChicken' Which is priced at 19
in The conversion function, 'rose19' became 'rose' Which is priced at 19
in The conversion function, 'paSmDFeatheredSmallPallDouble16' became 'paSmDFeatheredSmallPallDouble' Which is priced at 16
in The conversion function, 'Turkey25' became 'Turkey' Which is priced at 25
in The conversion function, 'NawShotGun26' became 'NawShotGun' Which is priced at 26
in The conversion function, 'ladybug8' became 'ladybug' Which is priced at 8
in The conversion function, 'rabbit16' became 'rabbit' Which is priced at 16
in The conversion function, 'horseShoeCrab' became 'horseShoeCrab' Which is priced at
in The conversion function, 'greyHRunningGreyHound20' became 'greyHRunningGreyHound' Which is priced at 20
in The conversion function, 'sugarGlider25' became 'sugarGlider' Which is priced at 25
in The conversion function, 'MarParrotMargarita25' became 'MarParrotMargarita' Which is priced at 25
in The conversion function, 'PelSwimPelican' became 'PelSwimPelican' Which is priced at
in The conversion function, 'DogUnderPalm' became 'DogUnderPalm' Which is priced at
in The conversion function, 'gocart' became 'gocart' Which is priced at
in The conversion function, 'StPGoldenRetriever70' became 'StPGoldenRetriever' Which is priced at 70
in The conversion function, 'LightPDKWLightPalmDoorKeywest' became 'LightPDKWLightPalmDoorKeywest' Which is priced at
in The conversion function, 'BikiniMoving' became 'BikiniMoving' Which is priced at
in The conversion function, 'nashCat12' became 'nashCat' Which is priced at 12
in The conversion function, 'monTreeMonkey20' became 'monTreeMonkey' Which is priced at 20
in The conversion function, 'fireTruck' became 'fireTruck' Which is priced at
in The conversion function, 'doctor' became 'doctor' Which is priced at
in The conversion function, 'fishplants14' became 'fishplants' Which is priced at 14
in The conversion function, 'Schnauser20' became 'Schnauser' Which is priced at 20
in The conversion function, 'chickMoveChicken24' became 'chickMoveChicken' Which is priced at 24
in The conversion function, 'butCuteButterfly18' became 'butCuteButterfly' Which is priced at 18
in The conversion function, 'lightManLightHouse29' became 'lightManLightHouse' Which is priced at 29
in The conversion function, 'pirateFigure25' became 'pirateFigure' Which is priced at 25
in The conversion function, 'irisFlower20' became 'irisFlower' Which is priced at 20
in The conversion function, 'naShKimCat' became 'naShKimCat' Which is priced at
in The conversion function, 'boxerFighter25' became 'boxerFighter' Which is priced at 25
in The conversion function, 'fishPlants19' became 'fishPlants' Which is priced at 19
in The conversion function, 'PelicanSimple24' became 'PelicanSimple' Which is priced at 24
in The conversion function, 'SsFrenchie150' became 'SsFrenchie' Which is priced at 150
in The conversion function, 'celticKnot' became 'celticKnot' Which is priced at
in The conversion function, 'coffee19' became 'coffee' Which is priced at 19
in The conversion function, 'TuSmGPlantsSmallTurtleGroup19' became 'TuSmGPlantsSmallTurtleGroup' Which is priced at 19
in The conversion function, 'catSimple12' became 'catSimple' Which is priced at 12
in The conversion function, 'BeerBearDeer25' became 'BeerBearDeer' Which is priced at 25
in The conversion function, 'manetee5' became 'manetee' Which is priced at 5
in The conversion function, 'clam4' became 'clam' Which is priced at 4
in The conversion function, 'sailSunsetSailboat9' became 'sailSunsetSailboat' Which is priced at 9
in The conversion function, 'donkey25' became 'donkey' Which is priced at 25
in The conversion function, 'ibis35' became 'ibis' Which is priced at 35
in The conversion function, 'germanShephard20' became 'germanShephard' Which is priced at 20
in The conversion function, 'CamStationaryCamera16' became 'CamStationaryCamera' Which is priced at 16
in The conversion function, 'dragWesternDragon29' became 'dragWesternDragon' Which is priced at 29
in The conversion function, 'PaSmDBananaLeaves16' became 'PaSmDBananaLeaves' Which is priced at 16
in The conversion function, 'guPalmGuitarFender29' became 'guPalmGuitarFender' Which is priced at 29
in The conversion function, 'kwSun29' became 'kwSun' Which is priced at 29
in The conversion function, 'NawBike29' became 'NawBike' Which is priced at 29
in The conversion function, 'TuSmGPlantsSmallTurtleGroup24' became 'TuSmGPlantsSmallTurtleGroup' Which is priced at 24
in The conversion function, 'CamStationaryCamera19' became 'CamStationaryCamera' Which is priced at 19
in The conversion function, 'SsPelican99' became 'SsPelican' Which is priced at 99
in The conversion function, 'PaSmBanana8' became 'PaSmBanana' Which is priced at 8
in The conversion function, 'DragButterflyDragon29' became 'DragButterflyDragon' Which is priced at 29
in The conversion function, 'OwlMHeadMoves22' became 'OwlMHeadMoves' Which is priced at 22
in The conversion function, 'camera12' became 'camera' Which is priced at 12
in The conversion function, 'PelicanSimple19' became 'PelicanSimple' Which is priced at 19
in The conversion function, 'phraYouShouldaCome' became 'phraYouShouldaCome' Which is priced at
in The conversion function, 'ssPug99' became 'ssPug' Which is priced at 99
in The conversion function, 'Horse5' became 'Horse' Which is priced at 5
in The conversion function, 'phraIlikeyou12' became 'phraIlikeyou' Which is priced at 12
in The conversion function, 'PigFlying19' became 'PigFlying' Which is priced at 19
in The conversion function, 'HorseSimple19' became 'HorseSimple' Which is priced at 19
in The conversion function, 'PaSmDoubleBananaLeaves19' became 'PaSmDoubleBananaLeaves' Which is priced at 19
in The conversion function, 'eleEarsMoveElepahnt19' became 'eleEarsMoveElepahnt' Which is priced at 19
in The conversion function, 'KwSun35' became 'KwSun' Which is priced at 35
in The conversion function, 'dachEarsMoveDachshund19' became 'dachEarsMoveDachshund' Which is priced at 19
in The conversion function, 'LabSESmileEarsMove20' became 'LabSESmileEarsMove' Which is priced at 20
in The conversion function, 'NawPalmSmall15' became 'NawPalmSmall' Which is priced at 15
in The conversion function, 'MovieCamera20' became 'MovieCamera' Which is priced at 20
in The conversion function, 'monkeySimple12' became 'monkeySimple' Which is priced at 12
in The conversion function, 'NawFSimpleFishingPole19' became 'NawFSimpleFishingPole' Which is priced at 19
in The conversion function, 'PaHeartInTrunk19' became 'PaHeartInTrunk' Which is priced at 19
in The conversion function, 'catwyNotMoving22' became 'catwyNotMoving' Which is priced at 22
in The conversion function, 'peliFlyingPelican19' became 'peliFlyingPelican' Which is priced at 19
in The conversion function, 'motorcycle25' became 'motorcycle' Which is priced at 25
in The conversion function, 'dogPFFPortraitFaceFront25' became 'dogPFFPortraitFaceFront' Which is priced at 25
in The conversion function, 'OwlSimple19' became 'OwlSimple' Which is priced at 19
in The conversion function, 'LabEarsMove19' became 'LabEarsMove' Which is priced at 19
in The conversion function, 'train24' became 'train' Which is priced at 24
in The conversion function, 'NaHNameCursive15' became 'NaHNameCursive' Which is priced at 15
in The conversion function, 'NaHNFancyName21' became 'NaHNFancyName' Which is priced at 21
in The conversion function, 'starFish' became 'starFish' Which is priced at
in The conversion function, 'nawShDuckShotgunName35' became 'nawShDuckShotgunName' Which is priced at 35
in The conversion function, 'bike19' became 'bike' Which is priced at 19
in The conversion function, 'catwyNotMoving24' became 'catwyNotMoving' Which is priced at 24
in The conversion function, 'nawPairPalmTrees27' became 'nawPairPalmTrees' Which is priced at 27
in The conversion function, 'tuSmCute9' became 'tuSmCute' Which is priced at 9
in The conversion function, 'flipFlops12' became 'flipFlops' Which is priced at 12
in The conversion function, 'NawFrozen29' became 'NawFrozen' Which is priced at 29
in The conversion function, 'FlipPalmFlipFlops' became 'FlipPalmFlipFlops' Which is priced at
in The conversion function, 'CamSpinCamera19' became 'CamSpinCamera' Which is priced at 19
in The conversion function, 'BaseballBall12' became 'BaseballBall' Which is priced at 12
in The conversion function, 'TuSmFancyEyeTurtleSmall12' became 'TuSmFancyEyeTurtleSmall' Which is priced at 12
in The conversion function, 'CurILFancyILoveYou16' became 'CurILFancyILoveYou' Which is priced at 16
in The conversion function, 'LabThoughtBaloonBone29' became 'LabThoughtBaloonBone' Which is priced at 29
in The conversion function, 'catWYMovingCatWithYarn24' became 'catWYMovingCatWithYarn' Which is priced at 24
in The conversion function, 'AliMechanicalAligator35' became 'AliMechanicalAligator' Which is priced at 35
in The conversion function, 'TuSmGMovePlantsSmallTurtleGroup24' became 'TuSmGMovePlantsSmallTurtleGroup' Which is priced at 24
in The conversion function, 'RoseLeafBase24' became 'RoseLeafBase' Which is priced at 24
in The conversion function, 'dragWesternDragon35' became 'dragWesternDragon' Which is priced at 35
in The conversion function, 'drumSet29' became 'drumSet' Which is priced at 29
in The conversion function, 'SugarSkull35' became 'SugarSkull' Which is priced at 35
inventory query to create data for printing table returns a mysql result
SELECT
ID
, Name
, Price
, On_Display
, Inventory
, Backup
, Other_Sales
, Total_Sales
, Out_of_Blue
, Request_View_no_Sale
, Make_Time
, MaxStock
,((Price*On_Display)+(Price*Inventory)+(Price*Backup))
,(((Price-MaterialCost)*10)/Other_Sales)
,((On_Display + Inventory + Backup)*(Other_Sales))
, GroupID
, MinDisplay
, MaterialCost
FROM Inventory
WHERE Name != '0'
AND ID IN (1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,26,27,28,29,30,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,71,72,73,74,75,76,77,78,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,99,100,101,105,106,107,109,110,113,114,115,116,117,118,119,120,121,122,123,124,126,128,129,130,131,133,134,135,136,137,138,139,140,143,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,188,190,191,192,193,194,195,196,198,199,200,201,202,203,204,205,206,207,209,210,211,212,213,214,215,216,217,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,314,315,316,317,318,319,320,321,322,323,324,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,429,438,439,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342)
ORDER BY Name ASC NameReturned = accordion20$ NameReturned = AirplaneSimple16$ NameReturned = AirplaneSimple16$ NameReturned = AirplaneFancy NameReturned = AirplaneFancy NameReturned = AirplaneSimple16$ NameReturned = AirplaneSimple16$ NameReturned = AirplaneSimple16$ NameReturned = AirplaneSimple16$ NameReturned = AirplaneSimple16$ NameReturned = Pig.25 NameReturned = Aligator20$ NameReturned = Aligator20$ NameReturned = Aligator20$ NameReturned = Aligator20$ NameReturned = Aligator20$ NameReturned = Aligator20$ NameReturned = Aligator20$ NameReturned = Aligator20$ NameReturned = Aligator20$ NameReturned = Aligator20$ NameReturned = Aligator20$ NameReturned = Angel24$ NameReturned = Angel24$ NameReturned = Angel24$ NameReturned = atom NameReturned = atv NameReturned = AusShepherdAustralian NameReturned = Balerina20$ NameReturned = Balerina20$ NameReturned = Balerina20$ NameReturned = Balerina20$ NameReturned = Balerina20$ NameReturned = balletSlippers9$ NameReturned = barrittone NameReturned = BaseballBall12$ NameReturned = BaseBallPlayer NameReturned = baseBGloveBall NameReturned = BaseBallPlayer NameReturned = bassFiddle NameReturned = BearWords19$ NameReturned = BeerBearDeer25$ NameReturned = berritoneHorn20$ NameReturned = bichonfrise NameReturned = Bike20$ NameReturned = Bike20$ NameReturned = Bike20$ NameReturned = Bike20$ NameReturned = bikeRecumbant27$ NameReturned = bikeTendem30$ NameReturned = Bike20$ NameReturned = BikiniMoving NameReturned = Bike20$ NameReturned = Bike20$ NameReturned = Bike20$ NameReturned = blob16$ NameReturned = Bike20$ NameReturned = book NameReturned = BorderCollie NameReturned = BostonTerrier29$ NameReturned = BoxerFaceingFront25$ NameReturned = BoxerFaceingFront25$ NameReturned = boxerFighter25$ NameReturned = BoxerSide18$ NameReturned = BoxerSide18$ NameReturned = buddha NameReturned = buffalo NameReturned = buffalo NameReturned = Bulldog25$ NameReturned = Bulldog25$ NameReturned = Bulldog25$ NameReturned = butCuteButterfly18$ NameReturned = Butterfly10$ NameReturned = Butterfly10$ NameReturned = Butterfly10$ NameReturned = Butterfly10$ NameReturned = Butterfly10$ NameReturned = Butterfly10$ NameReturned = Butterfly10$ NameReturned = Butterfly10$ NameReturned = Camel18$ NameReturned = Camel18$ NameReturned = CamTripodCamera20$ NameReturned = Camera16$ NameReturned = CamTripodCamera20$ NameReturned = CamTripodCamera20$ NameReturned = CamTripodCamera20$ NameReturned = CamTripodCamera20$ NameReturned = CamTripodCamera20$ NameReturned = CamTripodCamera20$ NameReturned = CamTripodCamera20$ NameReturned = CamTripodCamera20$ NameReturned = CamTripodCamera20$ NameReturned = Car2D40$ NameReturned = CatUpSitting NameReturned = CatUpSitting NameReturned = CatUpSitting NameReturned = CatUpSitting NameReturned = CatUpSitting NameReturned = TusmBallanceSmallTurtles20$ NameReturned = CatUpSitting NameReturned = CatUpSitting NameReturned = CatUpSitting NameReturned = CatUpSitting NameReturned = CatUpSitting NameReturned = CatUpSitting NameReturned = CatUpSitting NameReturned = CatUpSitting NameReturned = CatUpSitting NameReturned = CatUpSitting NameReturned = CatUpSitting NameReturned = CatUpSitting NameReturned = CatWYarn15$ NameReturned = CatWYarn15$ NameReturned = CatWYarn15$ NameReturned = CatWYarn15$ NameReturned = CatWYarn15$ NameReturned = CatWYarn15$ NameReturned = CatWYarn15$ NameReturned = CatWYarn15$ NameReturned = CatWYarn15$ NameReturned = CatWYarn15$ NameReturned = celticKnot NameReturned = Chicken$20 NameReturned = Chicken$20 NameReturned = Chicken$20 NameReturned = Chicken$20 NameReturned = Chicken$20 NameReturned = Chicken$20 NameReturned = Chicken$20 NameReturned = Chicken$20 NameReturned = Chicken$20 NameReturned = Chicken$20 NameReturned = Chicken$20 NameReturned = DuckParade18$ NameReturned = Chihuahua18$ NameReturned = Chihuahua18$ NameReturned = Chihuahua18$ NameReturned = Chihuahua18$ NameReturned = Chicken$20 NameReturned = Chicken$20 NameReturned = clam4$ NameReturned = Coffee18$ NameReturned = Coffee18$ NameReturned = Coffee18$ NameReturned = Coffee18$ NameReturned = Coffee18$ NameReturned = combin25$ NameReturned = CoonHound NameReturned = Cow18$ NameReturned = Cow18$ NameReturned = CrSmallCrab8$ NameReturned = Crown NameReturned = CrSmallCrab8$ NameReturned = CrSmallCrab8$ NameReturned = CrSmallCrab8$ NameReturned = CrSmallCrab8$ NameReturned = CrSmallCrab8$ NameReturned = cupHolder NameReturned = curILoveYou12$ NameReturned = curILoveYou12$ NameReturned = CurNhnPalmTwinCursive45$ NameReturned = paSmallPalm4$ NameReturned = curTHANKS NameReturned = Dachshund18$ NameReturned = Dachshund18$ NameReturned = Dachshund18$ NameReturned = Dachshund18$ NameReturned = Dachshund18$ NameReturned = Dachshund18$ NameReturned = Dachshund18$ NameReturned = Dachshund18$ NameReturned = DaisySimple12$ NameReturned = DaisySimple12$ NameReturned = DaisySimple12$ NameReturned = NASingleName NameReturned = dentist NameReturned = doctor NameReturned = dogPFFPortraitFaceFront25$ NameReturned = DogPullingLeash20$ NameReturned = DogUnderPalm NameReturned = DolphSunDolphin12$ NameReturned = DolphSunDolphin12$ NameReturned = DolpSingleDolphin NameReturned = DolphSunDolphin12$ NameReturned = DolphSunDolphin12$ NameReturned = DolphSunDolphin12$ NameReturned = DolphSunDolphin12$ NameReturned = DolpSingleDolphin NameReturned = DolphSunDolphin12$ NameReturned = DolpSingleDolphin NameReturned = DolphSunDolphin12$ NameReturned = domo12$ NameReturned = donkey20$ NameReturned = donkey20$ NameReturned = DragWesternDragon25$ NameReturned = DragWesternDragon25$ NameReturned = DragWesternDragon25$ NameReturned = dragEasternDragon20$ NameReturned = DragWesternDragon25$ NameReturned = DragonflySimple12 NameReturned = DragonflySimple12 NameReturned = DragonflySimple12 NameReturned = DragonflySimple12 NameReturned = DragWesternDragon25$ NameReturned = DragRacer20$ NameReturned = DragWesternDragon25$ NameReturned = DragWesternDragon25$ NameReturned = DragWesternDragon25$ NameReturned = DragWesternDragon25$ NameReturned = DragWesternDragon25$ NameReturned = DrSymbol NameReturned = DrumSet20$ NameReturned = DrumSet20$ NameReturned = DrumSet20$ NameReturned = DrumSet20$ NameReturned = DrumSet20$ NameReturned = DrumSet20$ NameReturned = DrumSet20$ NameReturned = DuckParade18$ NameReturned = DuckParade18$ NameReturned = DuckParade18$ NameReturned = DuckParade18$ NameReturned = DuckParade18$ NameReturned = EagleStanding NameReturned = EagleStanding NameReturned = easel NameReturned = EightBall NameReturned = EleOldElephantAfrican NameReturned = EleOldElephantAfrican NameReturned = EleOldElephantAfrican NameReturned = EleOldElephantAfrican NameReturned = EleOldElephantAfrican NameReturned = EleOldElephantAfrican NameReturned = EleOldElephantAfrican NameReturned = EleOldElephantAfrican NameReturned = EleOldElephantAfrican NameReturned = Fairy25 NameReturned = Fairy25 NameReturned = felix NameReturned = fireTruck NameReturned = fisherman22$ NameReturned = Fishie18$ NameReturned = fisherman22$ NameReturned = fisherman22$ NameReturned = fisherman22$ NameReturned = fisherman22$ NameReturned = Fishie18$ NameReturned = Fishie18$ NameReturned = Fishie18$ NameReturned = fisherman22$ NameReturned = fisherman22$ NameReturned = fisherman22$ NameReturned = fisherman22$ NameReturned = fisherman22$ NameReturned = fishplants14$ NameReturned = fishplants14$ NameReturned = Fishie18$ NameReturned = fisherman22$ NameReturned = Fishie18$ NameReturned = Fishie18$ NameReturned = Fishie18$ NameReturned = Fishie18$ NameReturned = Flamingo18$ NameReturned = Flamingo18$ NameReturned = Flamingo18$ NameReturned = Flamingo18$ NameReturned = Flamingo18$ NameReturned = Flamingo18$ NameReturned = flipFlops12$ NameReturned = FlipPalmFlipFlops NameReturned = DaisySimple12$ NameReturned = foxterrier NameReturned = FrenchBulldog25$ NameReturned = FrenchBulldog25$ NameReturned = FrenchBulldog25$ NameReturned = frenchHorn10$ NameReturned = frenchHorn10$ NameReturned = FrogSimple12$ NameReturned = FrogSimple12$ NameReturned = FrogSimple12$ NameReturned = FrogSimple12$ NameReturned = FrogSimple12$ NameReturned = FrogSimple12$ NameReturned = gecko NameReturned = germanShephard20$ NameReturned = ghost. NameReturned = Giraffe22$ NameReturned = Giraffe22$ NameReturned = Giraffe22$ NameReturned = Giraffe22$ NameReturned = gocart NameReturned = goldenDoodle NameReturned = GoldenRetriever22$ NameReturned = GoldenRetriever22$ NameReturned = GoldenRetriever22$ NameReturned = GoldenRetriever22$ NameReturned = Golfbag NameReturned = Golfbag NameReturned = Golfbag NameReturned = Golfbag NameReturned = Golfbag NameReturned = greatfullDead NameReturned = greyHRunningGreyHound20$ NameReturned = GUAcousticGuitar20$ NameReturned = GUAcousticGuitar20$ NameReturned = GUAcousticGuitar20$ NameReturned = GUAcousticGuitar20$ NameReturned = GUFenderGuitar20$ NameReturned = GUFenderGuitar20$ NameReturned = GUFenderGuitar20$ NameReturned = GUFenderGuitar20$ NameReturned = GUFenderGuitar20$ NameReturned = GUFenderGuitar20$ NameReturned = GUFenderGuitar20$ NameReturned = guSmAcousticGuitarSmall10$ NameReturned = hampster NameReturned = HardHelmetDiver25$ NameReturned = harmonica NameReturned = Heart5Ball NameReturned = Heart5Ball NameReturned = HeartThoughts NameReturned = Heart5Ball NameReturned = HeartWingedOnBaseMechanic NameReturned = HeartWingedOnBaseMechanic NameReturned = HippoSpiral12$ NameReturned = HippoSpiral12$ NameReturned = HippoSpiral12$ NameReturned = HorseSimple20$ NameReturned = HorseSimple20$ NameReturned = horseShoeCrab NameReturned = HorseSimple20$ NameReturned = HorseSimple20$ NameReturned = HorseSimple20$ NameReturned = HorseSimple20$ NameReturned = HorseSimple20$ NameReturned = HummingBird18$ NameReturned = HummingBird18$ NameReturned = Hybiscus(LargeOrMedium) NameReturned = Hybiscus(LargeOrMedium) NameReturned = Hybiscus(LargeOrMedium) NameReturned = Hybiscus(LargeOrMedium) NameReturned = Hybiscus(LargeOrMedium) NameReturned = Hybiscus(LargeOrMedium) NameReturned = Hybiscus(LargeOrMedium) NameReturned = Hybiscus(LargeOrMedium) NameReturned = Hybiscus(LargeOrMedium) NameReturned = Hybiscus(LargeOrMedium) NameReturned = Hybiscus(LargeOrMedium) NameReturned = Hybiscus(LargeOrMedium) NameReturned = ibis35$ NameReturned = irisFlower20$ NameReturned = KeyDoor NameReturned = NASingleName NameReturned = KittyWest23$ NameReturned = Chicken$20 NameReturned = kwSun29$ NameReturned = KwSun35$ NameReturned = Labradore18$ NameReturned = Labradore18$ NameReturned = Labradore18$ NameReturned = LabraDoodleFace NameReturned = LabraDoodleFace NameReturned = Labradore18$ NameReturned = Labradore18$ NameReturned = Labradore18$ NameReturned = Labradore18$ NameReturned = Labradore18$ NameReturned = LaCrossPlayer NameReturned = LaCrossPlayer NameReturned = Ladybug NameReturned = Ladybug NameReturned = Ladybug NameReturned = LightSimpleLightHouse NameReturned = LightSimpleLightHouse NameReturned = LightSimpleLightHouse NameReturned = LightSimpleLightHouse NameReturned = LightSimpleLightHouse NameReturned = LightSimpleLightHouse NameReturned = LightSimpleLightHouse NameReturned = LightSimpleLightHouse NameReturned = LightSimpleLightHouse NameReturned = LightSimpleLightHouse NameReturned = LightSimpleLightHouse NameReturned = LightSimpleLightHouse NameReturned = LightSimpleLightHouse NameReturned = LightSimpleLightHouse NameReturned = LightSimpleLightHouse NameReturned = LightSimpleLightHouse NameReturned = LizzardCute7$ NameReturned = LizzardCute7$ NameReturned = LizzardCute7$ NameReturned = LizzardCute7$ NameReturned = LizzardCute7$ NameReturned = Lobster18$ NameReturned = Lobster18$ NameReturned = Lobster18$ NameReturned = Lobster18$ NameReturned = LoveOneHand12$ NameReturned = LoveFourHands16$ NameReturned = LoveFourHands16$ NameReturned = LoveFourHands16$ NameReturned = LoveFourHands16$ NameReturned = LoveFourHands16$ NameReturned = LoveFourHands16$ NameReturned = LoveFourHands16$ NameReturned = LoveFourHands16$ NameReturned = LoveFourHands16$ NameReturned = LoveFourHands16$ NameReturned = LoveOneHand12$ NameReturned = LoveOneHand12$ NameReturned = LoveOneHand12$ NameReturned = LoveOneHand12$ NameReturned = LoveOneHand12$ NameReturned = LoveOneHand12$ NameReturned = LoveOneHand12$ NameReturned = mandolin25$ NameReturned = ManSpFancyBaseSpiral18$ NameReturned = ManSpFancyBaseSpiral18$ NameReturned = ManSpFancyBaseSpiral18$ NameReturned = ManSpFancyBaseSpiral18$ NameReturned = ManSpFancyBaseSpiral18$ NameReturned = ManSpFancyBaseSpiral18$ NameReturned = mantaRay12$ NameReturned = Xylophone NameReturned = Marlin18$ NameReturned = Marlin18$ NameReturned = Marlin18$ NameReturned = MarParrotMargarita25$ NameReturned = microphone NameReturned = MileZero12$ NameReturned = military NameReturned = mobileFishPole NameReturned = monacles3$ NameReturned = MonkeyHanging16$ NameReturned = MonkeyHanging16$ NameReturned = MonkeyHanging16$ NameReturned = MonoEightBySixCakeTopperMonogram NameReturned = MonoEightBySixCakeTopperMonogram NameReturned = MonoEightBySixCakeTopperMonogram NameReturned = MonkeyHanging16$ NameReturned = MoonSimple NameReturned = moonSimple12$ NameReturned = MoonSimple NameReturned = moonSunCombo30$ NameReturned = moonSunCombo30$ NameReturned = moonSunCombo30$ NameReturned = Moose22$ NameReturned = Moose22$ NameReturned = MortarAndPestal NameReturned = Motorcycle30$ NameReturned = Motorcycle30$ NameReturned = Motorcycle30$ NameReturned = Motorcycle30$ NameReturned = Motorcycle30$ NameReturned = Motorcycle30$ NameReturned = MovieCamera20$ NameReturned = NaHNameCursive15$ NameReturned = NaHNFancyName21$ NameReturned = Narwhal NameReturned = NASingleName NameReturned = NASingleName NameReturned = NASingleName NameReturned = NASingleName NameReturned = NASingleName NameReturned = NASingleName NameReturned = NaShapeName NameReturned = nashCat12$ NameReturned = NaShapeName NameReturned = nashCat12$ NameReturned = NASingleName NameReturned = NASingleName NameReturned = NASingleName NameReturned = NASingleName NameReturned = NASingleName NameReturned = NASingleName NameReturned = NASingleName NameReturned = NASingleName NameReturned = NASingleName NameReturned = NASingleName NameReturned = Bike20$ NameReturned = nawBusinesscardholder NameReturned = NAWButterfly NameReturned = nawchearleader NameReturned = NAWButterfly NameReturned = nawComputer NameReturned = NAWButterfly NameReturned = nawDragonWestern NameReturned = nawEagle30$ NameReturned = NAWButterfly NameReturned = fisherman22$ NameReturned = NawFrozen29$ NameReturned = fisherman22$ NameReturned = nawGorilla NameReturned = NASingleName NameReturned = nawIcescate NameReturned = nawKangaroo NameReturned = nawLizzard NameReturned = nawMartini NameReturned = NAWButterfly NameReturned = NAWButterfly NameReturned = NawPalmSmall15$ NameReturned = NawPalmSmall15$ NameReturned = NawPalmSmall15$ NameReturned = nawpanda NameReturned = NAWButterfly NameReturned = NAWButterfly NameReturned = nawPrincess NameReturned = NawPalmSmall15$ NameReturned = nawsax NameReturned = nawShamrock NameReturned = nawsharkSimple NameReturned = ShotGun20$ NameReturned = nawShotGun NameReturned = ShotGun20$ NameReturned = NAWButterfly NameReturned = nawTiger NameReturned = nawtruck NameReturned = nawVoleyball NameReturned = Octopus NameReturned = Octopus NameReturned = Octopus NameReturned = Octopus NameReturned = YMCA21$ NameReturned = OHIOpose NameReturned = OHIOpose NameReturned = oilRig NameReturned = OwlSimple16$ NameReturned = OwlSimple16$ NameReturned = OwlSimple16$ NameReturned = OwlSimple16$ NameReturned = OwlSimple16$ NameReturned = OwlSimple16$ NameReturned = OwlSimple16$ NameReturned = OwlSimple16$ NameReturned = OwlSimple16$ NameReturned = OwlSimple16$ NameReturned = OwlSimple16$ NameReturned = OwlSimple16$ NameReturned = OwlSimple16$ NameReturned = paHeartInTrunk20$ NameReturned = paHeartInTrunk20$ NameReturned = paHeartInTrunk20$ NameReturned = Palm14$ NameReturned = Palm14$ NameReturned = Palm14$ NameReturned = Palm14$ NameReturned = Palm14$ NameReturned = Palm14$ NameReturned = palmLove29$ NameReturned = skydiver NameReturned = Parrot18$ NameReturned = paSmallPalm4$ NameReturned = paSmallPalm4$ NameReturned = paSmallPalm4$ NameReturned = paSmallPalm4$ NameReturned = paSmallPalm4$ NameReturned = paSmallPalm4$ NameReturned = paSmallPalm4$ NameReturned = paSmallPalm4$ NameReturned = paSmallPalm4$ NameReturned = paSmallPalm4$ NameReturned = paSmallPalm4$ NameReturned = paSmallPalm4$ NameReturned = paSmallPalm4$ NameReturned = paSmallPalm4$ NameReturned = paSmallPalm4$ NameReturned = Palm14$ NameReturned = PeaceSign5$ NameReturned = PeaceSign5$ NameReturned = PeaceSign5$ NameReturned = PeaceSign5$ NameReturned = PeaceSign5$ NameReturned = PeaceSign5$ NameReturned = PeaceSign5$ NameReturned = PeaceSign5$ NameReturned = PelicanSimple18$ NameReturned = PelicanSimple18$ NameReturned = PelicanSimple18$ NameReturned = PelicanSimple18$ NameReturned = PelicanSimple18$ NameReturned = PelicanSimple18$ NameReturned = PelicanSimple18$ NameReturned = PelicanSimple18$ NameReturned = Penguin12$ NameReturned = Penguin12$ NameReturned = Penguin12$ NameReturned = Penguin12$ NameReturned = Penguin12$ NameReturned = PeterPan NameReturned = phone NameReturned = phraIlikeyou12$ NameReturned = Phrase NameReturned = Phrase NameReturned = phraYouShouldaCome NameReturned = Piano18$ NameReturned = Piano18$ NameReturned = Piano18$ NameReturned = PictureHolders NameReturned = Pig.25 NameReturned = PigFlying18$ NameReturned = PigFlying18$ NameReturned = PigFlying18$ NameReturned = PigFlying18$ NameReturned = PigFlying18$ NameReturned = PigFlying18$ NameReturned = PigFlying18$ NameReturned = PigFlying18$ NameReturned = Piggie12$ NameReturned = Piggie12$ NameReturned = Piggie12$ NameReturned = Piggie12$ NameReturned = Piggie12$ NameReturned = pinWheel NameReturned = pirateFigure25$ NameReturned = PointerDog NameReturned = polarBear NameReturned = polarBear NameReturned = puffin NameReturned = PugDog25$ NameReturned = PugDog25$ NameReturned = PugDog25$ NameReturned = pumpkin12$ NameReturned = Quote NameReturned = Rabbit NameReturned = Rabbit NameReturned = RamenNoodles NameReturned = RetiredTuSmallTurtle7$ NameReturned = rhinocerous20$ NameReturned = ROSE12$ NameReturned = ROSE12$ NameReturned = ROSE12$ NameReturned = ROSE12$ NameReturned = ROSE12$ NameReturned = ROSE12$ NameReturned = ROSE12$ NameReturned = ROSE12$ NameReturned = ROSE12$ NameReturned = rowingSkull NameReturned = SAILSunsetSailboat12$ NameReturned = Marlin18$ NameReturned = Marlin18$ NameReturned = SAILSunsetSailboat12$ NameReturned = SAILSunsetSailboat12$ NameReturned = SAILSunsetSailboat12$ NameReturned = SAILSunsetSailboat12$ NameReturned = SAILSunsetSailboat12$ NameReturned = SAILSunsetSailboat12$ NameReturned = SAILSunsetSailboat12$ NameReturned = SAILSunsetSailboat12$ NameReturned = Saxaphone18$ NameReturned = Saxaphone18$ NameReturned = TusmBallanceSmallTurtles20$ NameReturned = Schnauser20$ NameReturned = Schnauser20$ NameReturned = Scottie18$ NameReturned = Scottie18$ NameReturned = ScubaDiver20$ NameReturned = ScubaDiver20$ NameReturned = SharkSideView NameReturned = SharkSideView NameReturned = SharkSideView NameReturned = SharkSideView NameReturned = SharkSideView NameReturned = shotglass NameReturned = ShotGun20$ NameReturned = ShotGun20$ NameReturned = ShotGun20$ NameReturned = skull20$ NameReturned = skull20$ NameReturned = skydiver NameReturned = Snitch. NameReturned = Snitch. NameReturned = snorkeler20$ NameReturned = spearFisher29$ NameReturned = Spine25$ NameReturned = spockHand12$ NameReturned = StFrenchieFaceSteel100$ NameReturned = StFrenchieFaceSteel100$ NameReturned = StFrenchieFaceSteel100$ NameReturned = starFish$ NameReturned = stChicken149$ NameReturned = StDachshundFaceSteel50$ NameReturned = StFrenchieFaceSteel100$ NameReturned = StFrenchieFaceSteel100$ NameReturned = StHeart12$ NameReturned = DrSymbol NameReturned = stPalmTree110$ NameReturned = StPaperClip18$ NameReturned = stChicken149$ NameReturned = StFrenchieFaceSteel100$ NameReturned = StFrenchieFaceSteel100$ NameReturned = StPigSteel110$ NameReturned = StPigSteel110$ NameReturned = stPalmTree110$ NameReturned = StPRose150$ NameReturned = StFrenchieFaceSteel100$ NameReturned = sugarGlider25$ NameReturned = SugarSkull35$ NameReturned = swimmer20$ NameReturned = swimmer20$ NameReturned = teddybear NameReturned = testOne NameReturned = testOne NameReturned = testSix NameReturned = testSix NameReturned = testten NameReturned = TheFinger NameReturned = TheFinger NameReturned = TheFinger NameReturned = tigger25$ NameReturned = TinkerBell NameReturned = toothOutline2now3$ NameReturned = ToothSpiral NameReturned = ToothSpiral NameReturned = towTruck NameReturned = train24$ NameReturned = trebbleCleff NameReturned = Triangle20$ NameReturned = RetiredTuSmallTurtle7$ NameReturned = TUM25$TurtleMechanical NameReturned = TUM25$TurtleMechanical NameReturned = Turkey25$ NameReturned = RetiredTuSmallTurtle7$ NameReturned = RetiredTuSmallTurtle7$ NameReturned = RetiredTuSmallTurtle7$ NameReturned = RetiredTuSmallTurtle7$ NameReturned = TusmBallanceSmallTurtles20$ NameReturned = TusmBallanceSmallTurtles20$ NameReturned = RetiredTuSmallTurtle7$ NameReturned = RetiredTuSmallTurtle7$ NameReturned = TuSmGroupSmallTurtle18$ NameReturned = TuSmGroupSmallTurtle18$ NameReturned = TuSmGroupSmallTurtle18$ NameReturned = TuSmGroupSmallTurtle18$ NameReturned = TuSmGroupSmallTurtle18$ NameReturned = TuSmGroupSmallTurtle18$ NameReturned = TuSmGroupSmallTurtle18$ NameReturned = TuSmGroupSmallTurtle18$ NameReturned = TuSmGroupSmallTurtle18$ NameReturned = TuSmMoveSmallTurtleStick20$ NameReturned = TuSmMoveSmallTurtleStick20$ NameReturned = RetiredTuSmallTurtle7$ NameReturned = RetiredTuSmallTurtle7$ NameReturned = RetiredTuSmallTurtle7$ NameReturned = volleyBallPlayer NameReturned = wineGlass12$ NameReturned = xdeletemeagain NameReturned = xdeletemeagain NameReturned = Xylophone NameReturned = YMCA21$