1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 |
public enum OrderSource{ Local_Store = 0 eBayOrder = 1 eBaySingleItem = 2 Yahoo = 3 Amazon = 4 PriceGrabber = 5 Website = 6 Buy = 7 NewEggMall = 12 Magento = 15 QuickBooks = 16 RMS = 17 Cart32 = 18 Sears = 19 FBA = 20 Wholesale = 21 Overstock = 22 NewEggdotcom = 23 Etsy = 24 Bonanza = 25 PriceFalls = 26 Wayfair = 27 UnbeatableSale = 28 VendorCentral = 29 Hayneedle = 30 SmartBargains = 31 uBid = 32 ATGStores = 33 StacksAndStacks = 34 Sharkstores = 35 BestBuy = 36 Kohls = 37 Staples = 38 OneStopPlus = 39 Meijer = 40 Sonsi = 41 Walmart = 42 HSN = 43 NewEgg_Business = 44 KMart = 45 Wish = 46 SPRichards = 47 FingerHut = 48 Groupon = 49 Walmart_Marketplace = 50 ShopHQ = 51 PriceMinister = 52 GS = 53 DrugStore = 54 MercadoLibre = 55 JET = 56 ElevenMain = 57 SearsVendor = 58 Choxi = 59 'Old NoMoreRacks TradeMe = 60 Tanga = 61 Target = 62 GrouponMarketplace = 63 Reverb = 64 BedBathAndBeyond = 65 Dropship_Central = 66 DSW = 67 Houzz = 68 Gilt = 69 BestBuyDS = 70 TopHatter = 71 HomeDepot = 72 MassGenie = 73 Cdiscount = 74 GrouponGateway = 75 SBN = 76 GoogleExpress = 77 Target_Plus = 78 WFS = 79 } |