You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/samples/wide-world-importers-what-is.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,41 +19,41 @@ Wide World Importers (WWI) is a wholesale novelty goods importer and distributor
19
19
20
20
As a wholesaler, WWI's customers are mostly companies who resell to individuals. WWI sells to retail customers across the United States including specialty stores, supermarkets, computing stores, tourist attraction shops, and some individuals. WWI also sells to other wholesalers via a network of agents who promote the products on WWI's behalf. While all of WWI's customers are currently based in the United States, the company is intending to push for expansion into other countries/regions.
21
21
22
-
WWI buys goods from suppliers including novelty and toy manufacturers, and other novelty wholesalers. They stock the goods in their WWI warehouse and reorder from suppliers as needed to fulfil customer orders. They also purchase large volumes of packaging materials, and sell these in smaller quantities as a convenience for the customers.
22
+
WWI buys goods from suppliers including novelty and toy manufacturers, and other novelty wholesalers. They stock the goods in their WWI warehouse and reorder from suppliers as needed to fulfill customer orders. They also purchase large volumes of packaging materials, and sell these in smaller quantities as a convenience for the customers.
23
23
24
-
Recently WWI started to sell a variety of edible novelties such as chilli chocolates. The company previously did not have to handle chilled items. Now, to meet food handling requirements, they must monitor the temperature in their chiller room and any of their trucks that have chiller sections.
24
+
Recently WWI started to sell a variety of edible novelties such as chilly chocolates. The company previously didn't have to handle chilled items. Now, to meet food handling requirements, they must monitor the temperature in their chiller room and any of their trucks that have chiller sections.
25
25
26
26
## Workflow for warehouse stock items
27
27
28
28
The typical flow for how items are stocked and distributed is as follows:
29
29
- WWI creates purchase orders and submits the orders to the suppliers.
30
30
- Suppliers send the items, WWI receives them and stocks them in their warehouse.
31
31
- Customers order items from WWI
32
-
- WWI fills the customer order with stock items in the warehouse, and when they do not have sufficient stock, they order the additional stock from the suppliers.
33
-
- Some customers do not want to wait for items that are not in stock. If they order say five different stock items, and four are available, they want to receive the four items and backorder the remaining item. The item would then be sent later in a separate shipment.
32
+
- WWI fills the customer order with stock items in the warehouse, and when they don''t have sufficient stock, they order the additional stock from the suppliers.
33
+
- Some customers don't want to wait for items that aren't in stock. If they order say five different stock items, and four are available, they want to receive the four items and backorder the remaining item. The item would then be sent later in a separate shipment.
34
34
- WWI invoices customers for the stock items, typically by converting the order to an invoice.
35
-
- Customers might order items that are not in stock. These items are backordered.
35
+
- Customers might order items that aren't in stock. These items are backordered.
36
36
- WWI delivers stock items to customers either via their own delivery vans, or via other couriers or freight methods.
37
37
- Customers pay invoices to WWI.
38
-
- Periodically, WWI pays suppliers for items that were on purchase orders. This is often sometime after they have received the goods.
38
+
- Periodically, WWI pays suppliers for items that were on purchase orders. This is often sometime after they've received the goods.
39
39
40
40
## Data Warehouse and analysis workflow
41
41
42
42
While the team at WWI use SQL Server Reporting Services to generate operational reports from the WideWorldImporters database, they also need to perform analytics on their data and need to generate strategic reports. The team have created a dimensional data model in a database WideWorldImportersDW. This database is populated by an Integration Services package.
43
43
44
-
SQL Server Analysis Services is used to create analytic data models from the data in the dimensional data model. SQL Server Reporting Services is used to generate strategic reports directly from the dimensional data model, and also from the analytic model. Power BI is used to create dashboards from the same data. The dashboards are used on websites, and on phones and tablets. *Note: these data models and reports are not yet available*
44
+
SQL Server Analysis Services is used to create analytic data models from the data in the dimensional data model. SQL Server Reporting Services is used to generate strategic reports directly from the dimensional data model, and also from the analytic model. Power BI is used to create dashboards from the same data. The dashboards are used on websites, and on phones and tablets. *Note: these data models and reports aren't yet available*
45
45
46
46
## Additional workflows
47
47
48
48
These are additional workflows.
49
-
- WWI issues credit notes when a customer does not receive the good for some reason, or when the goods are faulty. These are treated as negative invoices.
49
+
- WWI issues credit notes when a customer doesn't receive the good for some reason, or when the goods are faulty. These are treated as negative invoices.
50
50
- WWI periodically counts the on-hand quantities of stock items to ensure that the stock quantities shown as available on their system are accurate. (The process of doing this is called a stocktake).
51
51
- Cold room temperatures. Perishable goods are stored in refrigerated rooms. Sensor data from these rooms is ingested into the database for monitoring and analytics purposes.
52
52
- Vehicle location tracking. Vehicles that transport goods for WWI include sensors that track the location. This location is again ingested into the database for monitoring and further analytics.
53
53
54
54
## Fiscal year
55
55
56
-
The company operates with a financial year that starts on November 1st.
56
+
The company operates with a financial year that starts on November 1.
0 commit comments