-
Notifications
You must be signed in to change notification settings - Fork 0
/
008_manage_inter_oper.qmd
310 lines (204 loc) · 9.01 KB
/
008_manage_inter_oper.qmd
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
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
---
title: "Managing international operations"
author: "Luis Francisco Gomez Lopez"
date: 2023-07-12
format:
beamer:
colortheme: dolphin
fonttheme: structurebold
theme: AnnArbor
link-citations: true
linkcolor: blue
include-in-header:
- text: |
\usepackage{booktabs}
\usepackage{longtable}
\usepackage{array}
\usepackage{multirow}
\usepackage{wrapfig}
\usepackage{float}
\usepackage{colortbl}
\usepackage{pdflscape}
\usepackage{tabu}
\usepackage{threeparttable}
\usepackage{threeparttablex}
\usepackage[normalem]{ulem}
\usepackage{makecell}
\usepackage{xcolor}
\usepackage{fontawesome5}
bibliography: econ_glob_faedis.bib
---
```{r setup, include = FALSE}
knitr::opts_chunk$set(echo = FALSE,
warning = FALSE,
message = FALSE,
fig.align = "center")
```
```{r libraries}
library(DiagrammeR)
```
# Contents
- Please Read Me
- Purpose
- Production strategy
- Acquiring physical resources
- Key production concerns
- Financing business operations
- Acknowledgments
- References
# Please Read Me
- Check the message __Welcome greeting__ published in the News Bulletin Board.
- Dear student please edit your profile uploading a photo where your face is clearly visible.
- The purpose of the virtual meetings is to answer questions and not to make a summary of the study material.
- This presentation is based on [@wild_international_2019, Chapter 15]
# Purpose
Understand the elements to consider when formulating production strategies and the issues when acquiring physical resources
# Production strategy
```{r, out.width="100%", dev='png'}
grViz("
digraph boxes_and_circles {
graph [rankdir = LR]
node [shape = circle, color = '#2C3E50']
'Production\nstrategy';
node [shape = oval, color = '#E31A1C']
'Capacity\nplanning';
'Facilities\nlocation\nplanning';
'Process\nplanning';
'Facilities\nlayout\nplanning';
node [shape = oval, color = '#18BC9C']
'Location\neconomies';
'Centralization\nvs\ndecentralization';
'Standarization\nvs\nadaptation';
'Production\nstrategy' -> 'Capacity\nplanning';
'Production\nstrategy' -> 'Facilities\nlocation\nplanning';
'Production\nstrategy' -> 'Process\nplanning';
'Production\nstrategy' -> 'Facilities\nlayout\nplanning';
'Facilities\nlocation\nplanning' -> 'Location\neconomies';
'Facilities\nlocation\nplanning' -> 'Centralization\nvs\ndecentralization';
'Process\nplanning' -> 'Standarization\nvs\nadaptation';
}
")
```
# Production strategy
- **Capacity planning**: "the process of accessing a company's ability to produce enough output to satisfy market demand" [@wild_international_2019, Chapter 15, p 388]
- **Facilities location planning**: "selecting the location for production facilities" [@wild_international_2019, Chapter 15, p 388]
+ Location economies: "economic benefits derived from locating production activities in optimal locations" [@wild_international_2019, Chapter 15, p 389]
+ Centralization vs Descentralization: concentration of production facilities in one location vs spread facilities over several locations [@wild_international_2019, Chapter 15, p 390]
# Production strategy
- **Process planning**: deciding on the process that a company will use to create its product [@wild_international_2019, Chapter 15, p 390]
+ Standarization vs Adaptation: standardized for all markets vs adapted to manufacture products modified for different markets [@wild_international_2019, Chapter 15, p 391]
- **Facilities layout planning**: "Deciding the spatial arrangement of production processes within production facilities" [@wild_international_2019, Chapter 15, p 391]
# Acquiring physical resources
```{r, out.width="100%", dev='png'}
grViz("
digraph boxes_and_circles {
graph [rankdir = LR]
node [shape = circle, color = '#2C3E50']
'Acquiring\nphysical\nresources';
node [shape = oval, color = '#E31A1C']
'Make\ndecision';
'Buy\ndecision';
'Raw\nmaterials';
'Fixed\nassets';
node [shape = oval, color = '#18BC9C']
'Vertical\nintegration';
'Outsourcing';
node [shape = oval, color = '#CCBE93']
'Lower\ncosts';
'Greater\ncontrol';
'Lower\nrisk';
'Greater\nflexibility';
'Market\npower';
'Acquiring\nphysical\nresources' -> 'Make\ndecision';
'Acquiring\nphysical\nresources' -> 'Buy\ndecision';
'Acquiring\nphysical\nresources' -> 'Raw\nmaterials';
'Acquiring\nphysical\nresources' -> 'Fixed\nassets';
'Make\ndecision' -> 'Vertical\nintegration';
'Buy\ndecision' -> 'Outsourcing';
'Vertical\nintegration' -> 'Lower\ncosts';
'Vertical\nintegration' -> 'Greater\ncontrol';
'Outsourcing' -> 'Lower\nrisk';
'Outsourcing' -> 'Greater\nflexibility';
'Outsourcing' -> 'Market\npower';
}
")
```
# Acquiring physical resources
- Vertical integration
+ Extension of company activities into stages in production that provide a company's inputs or absorb its output [@wild_international_2019, Chapter 15, p 392]
+ Backward integration
+ Forward integration
- Outsourcing
+ The practice of buying from another company a product that is part of a company's value-added activities [@wild_international_2019, Chapter 15, p 393]
# Key production concerns
```{r, out.width="100%", dev='png'}
grViz("
digraph boxes_and_circles {
graph [rankdir = LR]
node [shape = circle, color = '#2C3E50']
'Key\nproduction\nconcerns';
node [shape = oval, color = '#E31A1C']
'Quality\nimprovement\nefforts';
'Shipping\nand\\ninventory costs';
'Reinvestment\nvs\ndivestment';
node [shape = oval, color = '#18BC9C']
'Total quality\nmanagement (TQM)';
'ISO 9000';
'Just-in-time (JIT)\nmanufacturing';
'Key\nproduction\nconcerns' -> 'Quality\nimprovement\nefforts';
'Key\nproduction\nconcerns' -> 'Shipping\nand\\ninventory costs';
'Key\nproduction\nconcerns' -> 'Reinvestment\nvs\ndivestment';
'Quality\nimprovement\nefforts' -> 'Total quality\nmanagement (TQM)';
'Quality\nimprovement\nefforts' -> 'ISO 9000';
'Shipping\nand\\ninventory costs' -> 'Just-in-time (JIT)\nmanufacturing';
}
")
```
# Key production concerns
- Quality improvement efforts [@wild_international_2019, Chapter 15, p 395]
+ Keep low production costs
+ Reduce waste in valuable inputs
+ Reduce costs of retrieving defective products
+ Reduce disposal costs that result from defective products
+ Create costumer value
- Shipping and inventory costs
+ Just-in-time (JIT) manufacturing
+ Inventory is kept to a minimum and inputs arrive when they are needed
- Reinvesting and divesting
+ Reinvestment: increasing some type of asset by a company
+ Divestment: reductioning some type of asset by a company
# Financing business operations
```{r, out.width="100%", dev='png'}
grViz("
digraph boxes_and_circles {
graph [rankdir = LR]
node [shape = circle, color = '#2C3E50']
'Financing\nbusiness\noperations';
node [shape = oval, color = '#E31A1C']
'Borrowing';
'Issuing\nequity';
'Internal\nfunding';
'Financing\nbusiness\noperations' -> 'Borrowing';
'Financing\nbusiness\noperations' -> 'Issuing\nequity';
'Financing\nbusiness\noperations' -> 'Internal\nfunding';
}
")
```
# Financing business operations
- Borrowing
+ Debt
- Issuing equity
+ Stock ownership
+ American Depository Receipts
+ Venture capital ("Capital de Riesgo")
+ Emerging stock markets
- Internal funding
+ Resources from parent companies
+ Revenue from selling company products
# Acknowledgments
- To my family that supports me
- To the taxpayers of Colombia and the __[UMNG students](https://www.umng.edu.co/estudiante)__ who pay my salary
- To the __[Business Science](https://www.business-science.io/)__ and __[R4DS Online Learning](https://www.rfordatasci.com/)__ communities where I learn __[R](https://www.r-project.org/about.html)__
- To the __[R Core Team](https://www.r-project.org/contributors.html)__, the creators of __[RStudio IDE](https://rstudio.com/products/rstudio/)__ and the authors and maintainers of the packages __[DiagrammeR](https://CRAN.R-project.org/package=DiagrammeR)__ and __[tinytex](https://CRAN.R-project.org/package=tinytex)__ for allowing me to access these tools without paying for a license
- To the __[Linux kernel community](https://www.kernel.org/category/about.html)__ for allowing me the possibility to use some __[Linux distributions](https://static.lwn.net/Distributions/)__ as my main __[OS](https://en.wikipedia.org/wiki/Operating_system)__ without paying for a license
# References