Preview

Warehouse Profiling Case

Good Essays
Open Document
Open Document
1329 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Warehouse Profiling Case
Warehouse Profiling

I.

Problem Statement

A warehouse is a complicated and busy place and it can be hard to get an accurate sense of what is happening. Warehouse activity profiling is the careful measure and statistical analysis of warehouse activity. This is a necessary first step to almost any significant warehouse project: Understand the customer orders, which drive the system.
Two types of data are applied to profile the warehouse: data pertaining to each sku and data pertaining to customer orders. The information of each item is stored as:
Sku_id
Desc
Vendor Zone Aisle Bay Sell_unit Pack_1 Pack_2 Pack_3 DOFT
ACC11038 COV,PSBD,2.75"CC,5.5X8.5,RD
ACC
A
41
16
EA
EA
BX
950402
ACC15004 FLDR,PSBD,LTR,1DIV,W/FAS,RD
ACC
A
41
16
EA
EA
BX
950402
…show more content…
3. Which zones are generating the greatest physical volume of product?
Query_1
SELECT lines.order_id, lines.sku_id, lines.order_qty, skus.zone
FROM lines, skus
WHERE lines.sku_id=skus.sku_id;
Query_2
SELECT zone, sum(order_qty)
FROM Query_1
GROUP BY zone;

Since there is no information about the exact volumes of the products, we only obtained the order quantity for each zone, which are shown in the following table and graph. Again, we can see that zone A and B contain most of the order quantities.
Zone
A
B
C
D
E
G

Order_Quantiry
378737
439433
162199
88210
15257
115970

450000
400000
350000
300000
250000
200000
150000

A
B
C
D
E
G

100000
50000
0

4. How many lines per order are generated by the customers?
SELECT Lines.Order_id, Count(Order_id) AS Num_of_Lines
FROM Lines
GROUP BY Lines.Order_id
ORDER BY Count(Order_id) DESC;

3

We found the top 5 order_id with most lines as the following table:
Order_id
22767
40455
31829
26458
38674

Num_of_Lines
189
182
170
165
…show more content…
Order_Size
1
2
3
4
5

Oder_Num
34276
8404
3960
2337
1585

7. What percentage of orders is completed within zones A and B?
Entirely zones C and D? Entirely zone E? Entirely within zone G?
Query_7
TRANSFORM Count(ques2_1.sku_id) AS [The Value]
SELECT ques2_1.order_id, Count(ques2_1.sku_id) AS [Total Of sku_id]
FROM ques2_1
GROUP BY ques2_1.order_id
PIVOT ques2_1.zone;

5

10

>10

Query _AB
SELECT ques7.order_id, ques7.[Total Of sku_id], ques7.A, ques7.B, ques7.C, ques7.D, ques7.E, ques7.G
FROM Query_7
WHERE (((ques7.C) Is Null) AND ((ques7.D) Is Null) AND ((ques7.E) Is Null) AND ((ques7.G) Is Null));
(Other queries are carried out in the same way.)

The percentages of orders entirely in some zones are distributed in the following graph, from which we can see that zone A and B contain most orders entirely within one area, which occupies more than 50% of all orders.

0.6

0.16
0.5
0.14
0.4
0.12
0.3
0.1

0.08
0.2
0.06
0.1
0.04

A and B
C and D
A and B
E
C and D
G
E

G

0.020
0

8. Are there any items that contain many selling units per storage unit but are picked significantly by storage unit?
Since we don’t have the number of items in each storage unit, it is not possible to figure out this problem.

III.

You May Also Find These Documents Helpful

  • Powerful Essays

    This security assessment is provided at the request of Southbound LLC warehouse complex located at 537 Pier Road from January 14-19, 2010. Southbound LLC is an import/export company specializing in imports of manufactured goods from Honduras and Guatemala and the export of non-perishable food items to the same. Their warehouse complex is comprised of five warehouses joined together with an office located at 537 Pier Road in the Rincon Industrial Park, Corpus Christi, Texas.…

    • 4807 Words
    • 20 Pages
    Powerful Essays
  • Good Essays

    girdle and circling their characteristics on the chart below; then answer the question that follows and…

    • 1082 Words
    • 6 Pages
    Good Essays
  • Satisfactory Essays

    LAB 3 Report

    • 737 Words
    • 5 Pages

    I couldn’t figure out how to graph both on the same graph so I did separate ones – I hope that is okay…

    • 737 Words
    • 5 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Spice Chart 23

    • 512 Words
    • 5 Pages

    (see handout), complete the following chart, placing 1 fact into each of the SPICE boxes.…

    • 512 Words
    • 5 Pages
    Satisfactory Essays
  • Good Essays

    Attract more customers. Men’s Wearhouse is developing very fast, but because of the saturation of the market, its development will be slower and slower in near future. Attracting more customers will lower the intensity of rivalry among competitors. “Making a bigger pie” is the way to sustainable…

    • 497 Words
    • 2 Pages
    Good Essays
  • Satisfactory Essays

    Econ 213

    • 423 Words
    • 2 Pages

    Knowing this information, you need to first tell me, and then show this in your graph:…

    • 423 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Tsg Hobby Shop Case Study

    • 488 Words
    • 2 Pages

    1. What is the Economic Order Quantity and the total annual cost under the assumption that no backorders are permitted?…

    • 488 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    Alpine Warehouse is a retailer of downhill and cross-country skis and snowboards. The company stocks the skiing gear by major brands such as K2 and Rossignol. Alpine Warehouse also sells outdoor clothing and winter-sports accessories along with a selection of skiing and snowboarding DVDs. Alpine Warehouse is committed to providing outstanding customer service, far beyond the expectations of their customers. They also strive to provide the best products and work towards making sure that their knowledgeable staff is successful in achieveing lasting customer loyalty and trust.…

    • 340 Words
    • 2 Pages
    Good Essays
  • Good Essays

    SQL Assignments

    • 365 Words
    • 2 Pages

    3. For each customer who placed orders in 2011, we would like to see the customer ID and the total…

    • 365 Words
    • 2 Pages
    Good Essays
  • Good Essays

    Boxing Tsunami Case Study

    • 1344 Words
    • 6 Pages

    1. Write a description for this graph and suggest reasons for the pattern shown (6)…

    • 1344 Words
    • 6 Pages
    Good Essays
  • Satisfactory Essays

    Sql Hw

    • 546 Words
    • 3 Pages

    1. SELECT PARTNUMB, PARTDESC FROM PART Query1 | PARTNUMB | PARTDESC | AX12 | IRON | CX11 | MIXER | WHERE UNONHAND BETWEEN 100 AND 200 2. SELECT PARTNUMB, PARTDESC, (UNITPRCE*UNONHAND) ONHANDVALUE FROM PART WHERE VALUE >= 1000…

    • 546 Words
    • 3 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Zara Financial Analysis

    • 403 Words
    • 2 Pages

    Economic Book Value (EBV) Capital Calculation – Operating Approach | Fluid Milk | Cultured | Ice Cream | Industrial | International | Asset | | | | | | Operating Cash | 1045 | 174 | 364 | 1225 | 136 | Accounts Receivable | 12568 | 2095 | 4380 | 14737 | 1637 | Inventory | 30988 | 10587 | 52338 | 74198 | 5003 | Prepaid Expenses | 4932 | 1822 | 2718 | 6782 | 2642 | Income and other taxes receivable | 1267 | 0 | 1236 | 2244 | 647 |…

    • 403 Words
    • 2 Pages
    Satisfactory Essays
  • Powerful Essays

    The success of Carrefour due to its Precision and scientific Management, the factors are performed in 6 aspects:…

    • 7372 Words
    • 30 Pages
    Powerful Essays
  • Good Essays

    ALP warehouses its finished goods inventory in eight master distribution canters (MDCs) located throughout the United States, each servicing sales for its entire region. The whole flow of goods can be represented as a flow chart as the one shown in figure below. It can be taken as an assumption that each MDC is serving the close region. No information is given on the method followed when selecting the location, but the proximity to the customer base is likely to be the driver to such a decision.…

    • 3572 Words
    • 15 Pages
    Good Essays
  • Better Essays

    two n regions (n1 and n2). Let us assume that the thickness of the intermediate p-layer is much…

    • 2046 Words
    • 9 Pages
    Better Essays