SSCNDT

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/46

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

47 Terms

1
New cards

Everything associated with an incoming invoice, including buying, renting, and leasing, for both primary (BOM) and indirect (MRO/NPR) processes.

Purchasing

2
New cards

Purchasing related to direct inputs for production, such as raw materials and components listed in the Bill of Materials.

Primary Purchasing (BOM)

3
New cards

Purchasing for Maintenance, Repair, and Operations (MRO) or Non-Product Related (NPR) items, like office supplies or services.

Indirect Purchasing (MRO/NPR)

4
New cards
  1. Specification (what)
  2. Selection (who)
  3. Contracting (how)
  4. Ordering
  5. Monitoring
  6. After-care.

Van Weele’s Purchasing Process Steps

5
New cards

Describe what a product/service must do or provide, focusing on outcomes rather than technical details.

Functional Specifications

6
New cards

Detail exact requirements for a product/service, making comparisons easier but potentially limiting supplier innovation.

Technical Specifications

7
New cards

Evaluate suppliers based on organizational factors like experience, financial stability, and reputation.

Selection Criteria

8
New cards

Judge supplier proposals based on content, such as price, quality, and delivery terms.

Award Criteria

9
New cards

Includes acquisition costs (price, taxes), ownership costs (inventory, warehousing), and post-ownership costs (reputational impact).

Total Cost of Ownership (TCO)

10
New cards
  1. Strategic (high profit impact, high risk)

  2. Bottleneck (low profit impact, high risk)

  3. Leverage (high profit impact, low risk)

  4. Noncritical (low profit impact, low risk).

Strategic Sourcing Categories

11
New cards

Analyzing historical invoice data (supplier, cost category, amount) to identify purchasing patterns and control costs.

Spend Analysis

12
New cards

Suppliers ship directly to buyers, eliminating intermediate warehouses but potentially increasing transportation costs.

Direct Shipment Network

13
New cards

A route where a truck delivers to multiple locations (or picks up from multiple suppliers), optimizing transportation costs.

Milk Run

14
New cards

Goods are transferred directly from inbound to outbound trucks at a distribution center, minimizing storage time.

Cross-Docking

15
New cards

Optimizes facility locations and capacity allocation to minimize costs while meeting demand constraints.

Capacitated Plant Location Model

16
New cards

Determines optimal facility locations by minimizing transportation costs based on distances and shipment volumes.

Gravity Location Model

17
New cards

A routing problem where a salesman must visit N cities exactly once and return to the origin, minimizing travel distance.

Travelling Salesman Problem (TSP)

18
New cards

A TSP solution method: Start at a city, repeatedly visit the nearest unvisited city, and return to the start.

Nearest Neighbor Heuristic

19
New cards

Swaps two connections in a tour to reduce total distance, accepting the change only if it improves the solution.

2-opt Improvement Rule

20
New cards

Extends TSP by adding vehicle capacity constraints and multiple routes to serve customer demand from a depot.

Vehicle Routing Problem (VRP)

21
New cards

Merges routes based on savings from combining two customers into one tour, prioritizing high savings and respecting capacity limits.

Clarke & Wright Savings Algorithm

22
New cards

Extends VRP by allowing multiple depots, requiring vehicles to return to their origin depot after deliveries.

Multi-Depot VRP

23
New cards

Selects a subset of pre-generated tours to cover all customers at minimal cost, ensuring each customer is visited exactly once.

Set Partitioning Problem

24
New cards

Combines multiple transport modes (e.g., rail + truck) to optimize cost and efficiency for long-distance shipments.

Intermodal Transportation

25
New cards

Customizes transport networks based on product/value (e.g., air for high-value, truck for bulk) and customer density.

Tailored Transportation

26
New cards

Restrictions specifying when a customer must be visited, either as single (earliest/latest) or multiple allowed time slots.

Time Windows

27
New cards

Adjusts vehicle routes in real-time to accommodate new orders or changes during the day.

Dynamic Planning

28
New cards

A road network where distances between locations follow straight-line (Euclidean) geometry, ignoring directional constraints.

Euclidean Network

29
New cards

Defines the supply chain strategy, including stages, outsourcing decisions, and alignment with competitive goals.

Phase I of Network Design

30
New cards

Identifies regional facility roles and approximate capacities, considering demand, tariffs, and risks.

Phase II of Network Design

31
New cards

Selects potential sites within regions based on infrastructure (hard: suppliers, transport; soft: workforce, community).

Phase III of Network Design

32
New cards

Chooses exact facility locations and allocates capacity, balancing costs, service, and responsiveness.

Phase IV of Network Design

33
New cards

Manufacturers ship directly to customers, bypassing retailers; centralizes inventory but increases transport costs.

Drop-Shipping

34
New cards

Final leg of delivery from a distribution center to the customer’s doorstep, often the most expensive part of shipping.

Last-Mile Delivery

35
New cards

Centralizing inventory reduces safety stock but may increase transport costs; ideal for high-value, low-demand items.

Inventory Aggregation

36
New cards

Combining orders over time to reduce shipping frequency, lowering costs but delaying responsiveness.

Temporal Aggregation

37
New cards

Unpredictable customer demand requiring flexible routing and inventory strategies (vs. deterministic demand).

Stochastic Demand

38
New cards

Hard: Must be met (e.g., vehicle capacity). Soft: Preferred but flexible (e.g., driver break times).

Hard vs. Soft Restrictions

39
New cards

Determines whether a facility will function as a production site, warehouse, or cross-dock, impacting flexibility and costs.

Facility Role Decision

40
New cards

Macroeconomic factors influencing global supply chain profitability and location decisions.

Freight and Fuel Cost Fluctuations

41
New cards

Assesses stability and regulations in potential facility locations to avoid disruptions.

Political Risk in Network Design

42
New cards

Trade-off between customer service (response time, variety) and supply chain costs (inventory, transport, facilities).

Value vs. Cost in Distribution Networks

43
New cards

Transport small, time-sensitive shipments (e.g., UPS, FedEx), using air/truck/rail and offering tracking/value-added services.

Package Carriers

44
New cards

Truckload (TL): Full truck for one shipment. Less-than-Truckload (LTL): Consolidates smaller shipments, increasing transit time.

TL vs. LTL Trucking

45
New cards

Allocates customers to depots by rotating a line counterclockwise, grouping nearby customers until vehicle capacity is reached.

Backward-Sweep Algorithm

46
New cards

Pre-selects viable tours for the Set Partitioning Problem using heuristics (e.g., savings algorithm) to reduce computational complexity.

Column Generation

47
New cards

Simplifies the problem by allowing fractional tour selections (xj ≥ 0) to estimate lower bounds for branch-and-bound algorithms.

LP-Relaxation in Set Partitioning