Logistieke informatiesystemen

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 168

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

169 Terms

1

Activity (BPMN / Processes)

A task or piece of work performed in a business process. In BPMN, depicted as a rounded rectangle labeled with an imperative verb (e.g., Check credit limit).

New cards
2

Actor

Any entity (person, department, machine, or software) performing tasks (activities) within a business process.

New cards
3

AddressNL (Specialized Object Type)

An example of specialization in data modeling where Dutch addresses (postal code + street number) are stored as a special subtype of a more general Address type, enabling region-specific logic.

New cards
4

Advanced Planning Systems (APS)

Tools providing sophisticated planning, scheduling, and optimization—often in in-memory databases—for rapid or interactive decision-making. APS typically complements or integrates with ERP systems, handling tasks like constraint-based scheduling, multi-site planning, or “what-if” analyses.

New cards
5

Aggregation (Data operation)

A database operation (e.g., SUM, AVERAGE, COUNT) applied across groups of rows. In BPMN/data modeling, “aggregation” can also refer to an open-diamond UML association, indicating a part-of relationship where parts can exist independently of the whole.

New cards
6

Allocation (of Materials)

The act of reserving required components in the warehouse for a specific manufacturing order (work order), preventing them from being used in other orders.

New cards
7

AND Gateway (Parallel Gateway) (BPMN)

A diamond with a plus sign (+), splitting one flow into several parallel paths or merging parallel paths back into one (AND split / AND join). Both or all paths proceed simultaneously.

New cards
8

AND Join / AND Split

AND Split: Splits the process into multiple parallel flows (all proceed). AND Join: Merges multiple parallel flows into a single flow, waiting until all have arrived.

New cards
9

Append-Only (Data Warehouse)

A principle in which data is only added, never overwritten or deleted, preserving historical snapshots (e.g., older records remain intact for analysis).

New cards
10

Application Service Provision (ASP)

A deployment model in which ERP software is run on third-party hardware, but each customer keeps a separate copy of the ERP system. Multiple customers share the release/service packs, simplifying some application management. Upgrades must be synchronized among customers using the same environment.

New cards
11

As-Built vs. As-Maintained Items

As-Built: the exact product configuration leaving manufacturing. As-Maintained: the updated configuration after field service or modifications. Common in industries where products undergo continuous upgrades over their life.

New cards
12

Authorization (in EIS)

Mechanisms controlling which users or roles can access specific data or functions in an EIS (e.g., which employees can see customer credit limits). Spans all layers—data, logic, processes, UI—to enforce security and proper access.

New cards
13

Batch Processing (Planning)

Running large-scale computations (e.g., MRP) offline or overnight to avoid affecting daytime performance. Results are available the next morning, limiting real-time interaction.

New cards
14

Bill-of-Material (BOM)

A structured list of components required to build a parent item, with quantities per parent unit. Can be single-level (direct components only) or multi-level (recursively listing components of components).

New cards
15

Bolt-On (Extension)

A COTS or custom-built product integrated alongside ERP to provide additional functions. Requires an interface and often disables overlapping ERP functionality. Examples: specialized payroll, advanced warehouse modules, or third-party analytics software.

New cards
16

BPMN (Business Process Modeling Notation)

A standardized graphical notation for modeling business processes. Includes symbols for activities (rounded rectangles), events (circles), gateways (diamonds), flows (arrows), swim lanes, etc.

New cards
17

Business Logic (in EIS)

The set of rules, calculations, validations, and automations that handle data or processes in an enterprise system. E.g., credit checks, computing totals, automatic triggers when thresholds are met.

New cards
18

Business Object

Any “thing” (material, employee, equipment, patient, etc.) an organization tracks. In UML or relational modeling, it corresponds to an entity/class or a table for storing relevant attributes (e.g., Product, Order, Customer).

New cards
19

Business Object Model

A conceptual or UML-based representation of object types, attributes, and relationships that structure how data is stored and processed in an enterprise system.

New cards
20

Business Process

A set of coordinated activities transforming inputs into outputs of value, often crossing departmental boundaries. Triggered by an event (e.g., receiving an RFQ), it repeats each time the event occurs.

New cards
21

Business Process Management (Type of Work)

Overseeing, designing, and improving cross-functional processes. Often supported by Workflow Management Systems or BPMN modeling.

New cards
22

Capacity Unit (Work Center)

A resource (machine, workstation, labor pool) where specific manufacturing operations are performed. Routings link items to capacity units.

New cards
23

Cardinality / Multiplicity (UML)

The notation specifying how many instances on one side of an association relate to instances on the other side. Examples: 1, *, [0..1], [1..n].

New cards
24

Change of Deployment (ERP)

Switching from On-Premise to ASP or SaaS. Typically lowers IT infrastructure costs but may restrict modifications (especially under SaaS).

New cards
25

Change of Scope (ERP)

Shifting from single-site to multi-site coverage (or vice versa), requiring re-configuration, possible data migration, and organizational adjustments.

New cards
26

Change-Over Times (APS)

The time or cost to switch a resource from producing one item to another, factoring into sequence optimization in advanced planning or scheduling.

New cards
27

Cloud-Based Manufacturing (CMfg)

A model using cloud computing to support manufacturing operations, potentially distributing tasks, data, or workloads across remote servers. Mentioned in Section 8.2.1 (not elaborated in the excerpt).

New cards
28

Collaboration (BPMN)

BPMN concept where multiple pools (e.g., Customer and Supplier) exchange message flows (dashed lines) representing inter-organizational communication.

New cards
29

Commercial Off-The-Shelf (COTS)

Ready-made software solutions sold to the general public (e.g., specialized payroll or CRM apps). Often “bolted on” to ERP via interfaces if the ERP’s native functions are insufficient.

New cards
30

Commercial Order (Sales/Purchase)

A formal agreement between a buyer and supplier, typically with multiple order lines specifying product, quantity, price, and due date. In B2C, simpler orders; in B2B, more complexity (discounts, terms).

New cards
31

Composition (UML)

A strong “part-of” relationship (closed diamond) where parts cannot exist independently once the main object is deleted. E.g., Work Order Operations are fully contained by a Work Order.

New cards
32

Configuration (ERP)

Parameter settings (e.g., enabling modules, customizing screens) that adapt a standard ERP package to an organization without editing source code.

New cards
33

Configuration Management

A structured process for handling changes to a system (like ERP or product designs) with versioning, statuses, and variant tracking (related to status/version/variant from document management).

New cards
34

Configurator (Configuration Rules)

The logic or software tool that translates parameter choices (e.g., pizza toppings, T-shirt colors) into a final BOM or specification, enforcing constraints and deriving correct quantities.

New cards
35

Consistency (Data)

Maintaining non-contradictory records across different modules or systems (e.g., same address for a customer in Sales and in Finance).

New cards
36

Customization

An ambiguous term: sometimes used for configuration, other times meaning source code changes or new functionalities. In this syllabus, replaced by clearer terms: configuration, extension, or modification.

New cards
37

Customer-Specific Item

An item with no base standard design (e.g., unique art or custom shipbuilding). Contrasts with customizable items that start from a known family and have open-ended parameters.

New cards
38

Data Integration

Ensuring multiple systems (e.g., Finance, Sales, Logistics) share consistent data structures. In UML, often done via class diagrams linking common object types (Customer, Debtor, Product, etc.).

New cards
39

Data Migration

Transferring data from one version/structure (e.g., old ERP release) to another. Common in major upgrades or scope changes.

New cards
40

Data Object (BPMN)

A rectangle with a folded corner symbol in BPMN, representing documents or information used or produced by activities within a process.

New cards
41

Data Redundancy

Storing the same data in multiple places (Finance vs. Sales), risking inconsistency. Integration aims to reduce redundancy by using shared structures or references.

New cards
42

Data Warehouse

A repository storing historical, often de-normalized data, used for analytical and managerial reporting (OLAP), separate from transactional (ERP) databases.

New cards
43

Decision Support Systems

Computer-based systems (like APS, or specialized tools) for assisting managers in what-if analyses, scenario testing, or structured decision-making.

New cards
44

Deployment Options (ERP)

On-Premise: run ERP in-house. ASP: each customer has their own copy hosted by a third party. SaaS: all customers share one code base in the cloud, disallowing direct source modifications.

New cards
45

Derived Data

Columns or fields computed from others (e.g., Profit = (UnitPrice – UnitCost) × Quantity). In a transactional DB, typically calculated on the fly; in a data warehouse, often stored for quick reporting.

New cards
46

Discrete Products

Products manufactured in countable units (cars, buckets) rather than continuous processes (chemicals, oil). Typically have BOMs and routings, tracked in item-based inventory.

New cards
47

Document Management (Type of Work)

Managing the creation, revision, and storage of complex documents (CAD, contracts). Can involve PDM/EDM systems.

New cards
48

Double Bookkeeping (Historical Context)

The origin of EIS, from 13th-century financial accounting, focusing on debits and credits in an organization’s ledger. Over centuries, it evolved into modern integrated ERP solutions covering non-financial data.

New cards
49

Effectivity Date (BOM, Items)

Specifies when a particular BOM line or item revision is valid, enabling engineering changes (e.g., Use new part after Jan 1).

New cards
50

Enterprise Application Integration (EAI)

Systems or methods (like WfMS) that unify disparate IT applications (ERP, legacy DBs, spreadsheets) within a single integrated workflow or data-exchange scheme.

New cards
51

Enterprise Resource Planning (ERP)

Integrated software that manages transaction processing across functional areas (Finance, Logistics, Manufacturing, HR), providing a central business object model.

New cards
52

ERP Implementation

The process of installing, configuring, and possibly extending/modifying ERP to fit an organization. Large, complex projects due to numerous parameters, cross-department alignment, data migration, user training, etc.

New cards
53

ERP Upgrade (Minor vs. Major)

Minor Upgrade: small changes (patches, service packs) not altering data structures. Major Upgrade: large changes adding or removing features, possibly altering data structures and requiring re-configuration, data migration, retesting modifications/extensions.

New cards
54

Event (BPMN / Processes)

Something that happens instantaneously, can trigger or end a process (start/end events). Symbolized by a circle in BPMN.

New cards
55

Extension (ERP)

Adding functionality on top of ERP without altering core source code. Examples: user exits (APIs), bolt-on COTS, data warehousing modules, extra custom reports.

New cards
56

Family Item (Product Family)

A conceptual grouping of closely related products sharing many attributes but having unspecified parameters (features) that vary among variants.

New cards
57

Financial Bookkeeping Implications

Movements of inventory into WIP or finished goods during production are reflected in accounting. E.g., Materials → Work-In-Process → Finished Goods, with corresponding changes in ledger accounts.

New cards
58

Functional Area (Department)

A major organizational unit (Sales, Purchasing, HR, etc.) specialized in a particular scope of work.

New cards
59

Gateway (BPMN)

A diamond shape controlling the flow split/merge in BPMN. AND Gateway: parallel paths. XOR Gateway: conditional or exclusive paths. Ensures clarity for parallel or branching logic.

New cards
60

Generated_from Relationship

A variant is “generated from” a family item once parameters are assigned. Differs from UML’s IS_A, which handles type inheritance.

New cards
61

Generalization–Specialization

A UML concept (also called IS_A) where a subtype inherits attributes from a supertype. E.g., “Bedroom” → “Double Bedroom.” Not to be confused with parameter-based variant modeling.

New cards
62

Gozinto (BOM)

Colloquial name for the BOM table capturing “what goes into what.” Lists each parent–component relationship plus quantity per parent.

New cards
63

Heterogeneous ERP Environments

Using multiple ERP instances (often from different vendors or versions), typically following mergers or acquisitions. Creates complex data-integration challenges.

New cards
64

Human Resources (HR)

A functional area responsible for employee data, payroll, competencies, recruitment, etc. In integrated ERP, shares data with other modules (Finance, etc.).

New cards
65

Inbound Process (Warehousing)

Activities receiving goods, unloading, inspecting, updating WMS/ERP about arrivals. Possibly includes temporary storage before final put-away.

New cards
66

In-Memory Database (APS)

A fast data storage approach (RAM-based) enabling rapid planning or optimization in APS. Much faster than traditional relational DB queries for large-scale “what-if” analyses.

New cards
67

Inspection Operation

A step in manufacturing or warehousing to verify quality before final acceptance or movement of items (e.g., from WIP to finished goods).

New cards
68

Interface (ERP / External)

A mechanism for data exchange between ERP and external systems (e.g., CRM, WMS, APS). Must be version-compatible, thoroughly tested after upgrades.

New cards
69

Internet of Things (IoT)

Interconnection of physical devices embedded with electronics, sensors, software, and network connectivity, enabling data exchange and often real-time monitoring/control.

New cards
70

Inventory Control (Warehousing / LSP)

Monitoring stock levels, reordering, repackaging, or other tasks ensuring products are stored properly and remain in the right quantity at the right time.

New cards
71

IS_A (UML Relation)

The generalization/specialization mechanism in UML. A “Human” supertype can have “Employee” and “Student” as subtypes. Contrasts with the generated_from concept for family variants.

New cards
72

Issue (of Materials)

The transaction removing materials from warehouse inventory and placing them in WIP (work-in-process) for manufacturing. Accounting moves value from inventory to WIP.

New cards
73

Item (Standard Item)

A general term for any product, subassembly, or raw material recognized in manufacturing. Typically has a BOM, routing, and inventory records if discrete.

New cards
74

KPI (Key Performance Indicator)

A measurable value indicating performance or success of a process (e.g., lead time, cost, quality level). Often used in WfMS or APS to track improvements.

New cards
75

Layered Architecture (EIS)

Structuring EIS in separate layers—data management, business logic, process support, user support—each building on the previous. E.g., a client-server approach or 3-tier with database, application, and presentation layers.

New cards
76

Life-Cycle Model (States / Transitions)

Depicts how an object (product, reel, order) moves through states (e.g., Planned → Released → Delivered). Each transition is typically a transaction in the ERP.

New cards
77

Logistics Information Systems

Systems managing info in organizations with physical goods flow (factories, wholesalers, logistics providers). Often revolve around ERP plus specialized modules (WMS, TMS).

New cards
78

Logistics Planning Work (Type of Work)

Involves setting priorities for flows of physical goods, commonly supported by APS and scheduling algorithms.

New cards
79

Logistics Service Provider (LSP)

A transporter or warehouse provider offering extended services like storage, inventory control, packaging, labeling—going beyond basic transport.

New cards
80

Lot Size (Lₒ)

The batch quantity to be produced under a manufacturing order. Used with run time to compute total operation time.

New cards
81

Major Upgrade (ERP)

A significant release from the ERP vendor that changes data structures, parameter sets, or user interaction. Often requires data migration, re-implementation, re-testing of extensions and modifications.

New cards
82

Matching Gates Principle (BPMN)

A best practice to pair split and join gateways of the same type. For example, an AND split should eventually converge with an AND join to maintain clarity of parallel paths.

New cards
83

Material Requirements Planning (MRP I)

Algorithm calculating net requirements for components based on a master schedule of finished products, offset by lead times and inventory on hand.

New cards
84

Manufacturing Order (Work Order)

An internal instruction to produce a certain item in a certain quantity by a due date, typically derived from standard BOM and routing. Steps: Planned → Scheduled → Released → Delivered (Closed).

New cards
85

Master Production Schedule (MPS)

A high-level plan specifying which finished products must be made, in what quantities, and when—drives MRP calculations.

New cards
86

Message Flow (BPMN)

A dashed arrow with an open arrowhead connecting separate pools (organizations) in BPMN, representing communication (e.g., “Send RFQ to vendor”).

New cards
87

Minor Upgrade (ERP)

Small changes (service packs, patches) that do not alter the data model or parameter sets, typically requiring inspection/testing but no major re-configuration or data migration.

New cards
88

Modification (ERP)

Altering the ERP vendor’s source code (non-vanilla). Raises complexity, testing requirements, and can reduce vendor support.

New cards
89

Multi-Site Implementation (ERP Scope)

Covering multiple physical locations (plants, warehouses) in one ERP setup, sharing data and processes. More complex than separate single-site solutions because cross-site transactions must be configured.

New cards
90

NDC/RDC (Distribution Centers)

NDC (National Distribution Center): Usually stores large volumes. RDC (Regional Distribution Center): Often handles cross docking or regional consolidation.

New cards
91

Normalization (Database)

Structuring data in separate tables to avoid redundancy and anomalies. Common in transactional/ERP contexts, but can complicate managerial reporting due to scattered data.

New cards
92

Object Instance

A specific occurrence of an object type (e.g., Room 112 as an instance of Double Bedroom).

New cards
93

Object Life Cycle

The states an object goes through over time (e.g., a reel: full → partial → leftover → empty), each transition typically recorded as a transaction.

New cards
94

Object Model (Data Structure Diagram)

A UML or conceptual diagram depicting how business objects (classes) relate. Often used to define the schema for transaction-processing.

New cards
95

OLAP (Online Analytical Processing)

Tools for large-scale data analysis (e.g., cubes, dimensions) that handle aggregated/historical data, typically from a data warehouse.

New cards
96

OLTP (Online Transaction Processing)

Systems (like ERP) designed for fast real-time transaction handling. Emphasizes concurrency, data integrity, normalized structures.

New cards
97

On-Premise (OP) (ERP Deployment)

The classical model where the organization installs ERP on its own servers/hardware, retaining full responsibility for upgrades, security, etc.

New cards
98

Option (Parameter Value)**

A discrete value (e.g., color=red, size=M) for a given feature/parameter in a product family.

New cards
99

Order Line (Sales/Purchase)

A specific line in a commercial order referencing a particular product, quantity, price, due date.

New cards
100

Parameter (Feature)

An attribute that partially defines a product variant (e.g., color, size, length). The parameter is assigned an option for each variant.

New cards

Explore top notes

note Note
studied byStudied by 1 person
86 days ago
5.0(1)
note Note
studied byStudied by 14 people
761 days ago
5.0(2)
note Note
studied byStudied by 66 people
511 days ago
5.0(1)
note Note
studied byStudied by 14 people
953 days ago
5.0(1)
note Note
studied byStudied by 5 people
926 days ago
4.0(1)
note Note
studied byStudied by 10 people
895 days ago
5.0(1)
note Note
studied byStudied by 11 people
972 days ago
4.5(2)
note Note
studied byStudied by 5237 people
150 days ago
4.4(9)

Explore top flashcards

flashcards Flashcard (28)
studied byStudied by 7 people
662 days ago
5.0(1)
flashcards Flashcard (96)
studied byStudied by 73 people
748 days ago
5.0(5)
flashcards Flashcard (43)
studied byStudied by 3 people
635 days ago
5.0(1)
flashcards Flashcard (30)
studied byStudied by 8 people
789 days ago
5.0(1)
flashcards Flashcard (170)
studied byStudied by 7 people
121 days ago
5.0(1)
flashcards Flashcard (32)
studied byStudied by 41 people
97 days ago
5.0(1)
flashcards Flashcard (1000)
studied byStudied by 29 people
852 days ago
4.0(1)
flashcards Flashcard (53)
studied byStudied by 3742 people
709 days ago
4.2(54)
robot