The vocabulary of the digital industry.
ERP, OEE, SAF-T, ATCUD, GDPR, POS, PLM, OKR — each term explained with real context and concrete examples. No jargon, no shortcuts.
Applied AI
08 terms-
RPA
Robotic Process AutomationThe automation of repetitive administrative tasks through software that simulates human interaction with applications.
-
AI Act
The European regulation that classifies AI systems by risk level and imposes proportionate obligations.
-
Machine Learning
The subfield of AI where systems learn patterns from data, rather than being explicitly programmed.
-
LLM
Large Language ModelAn AI model trained on large volumes of text, capable of generating and interpreting natural language.
-
NLP
Natural Language ProcessingThe field of AI focused on understanding, interpreting and generating human language.
-
Computer Vision
The field of AI focused on extracting information from images and video — recognition, classification, detection.
-
IDP
Intelligent Document ProcessingA technology that combines OCR, NLP and ML to extract structured data from diverse documents.
-
RAG
Retrieval-Augmented GenerationA technique that enriches LLM responses with information retrieved from specific knowledge bases.
BI & Analytics
10 terms-
Business Intelligence
BIA set of tools and practices for turning operational data into actionable information for decision-making.
-
Data Warehouse
A structured repository of consolidated historical data from multiple sources, optimised for analysis.
-
KPI
Key Performance IndicatorA quantitative metric that reflects the performance of a critical aspect of the business and guides decisions.
-
ETL
Extract, Transform, LoadA process that extracts data from source systems, transforms it and loads it into a data warehouse.
-
ELT
Extract, Load, TransformThe modern variant of ETL where data is loaded raw into the data warehouse and transformed afterwards.
-
Data Lake
A repository that accepts data in any format, structured or not, deferring modelling to query time.
-
OLAP
Online Analytical ProcessingA processing approach optimised for multi-dimensional analytical queries, as opposed to OLTP.
-
Self-Service BI
A model where business users explore and build analyses without depending on the IT team.
-
Predictive Analytics
The application of statistical and AI models to historical data to predict future behaviours.
-
ROI
Return on InvestmentA metric comparing the gain generated by an investment with its cost, typically expressed as a percentage or payback time.
Compliance & Legal
10 terms-
SAF-T
Standard Audit File for TaxA standard file containing accounting and invoicing data in a format required by the Portuguese Tax Authority.
-
ATCUD
The unique tax-document code in Portugal, which unambiguously identifies each invoice, receipt or delivery note issued.
-
GDPR
General Data Protection RegulationThe European regulation that sets rules for the protection of personal data, in force since 2018.
-
DL 28/2019
The Portuguese decree-law that governs the digital archiving of legally valid documents, replacing the paper original.
-
ISO 27001
The international standard that certifies information-security management systems within a company.
-
eIDAS
The European regulation that defines legally valid digital signatures and electronic identification services.
-
NIS2
The European directive that sets cybersecurity requirements for essential and important entities.
-
DORA
Digital Operational Resilience ActThe European regulation on digital operational resilience applicable to financial entities and their ICT suppliers.
-
Chave Móvel Digital
CMDThe Portuguese solution for authentication and qualified digital signature under eIDAS, accessible via mobile phone.
-
Tax Authority Certification
Certification by the Portuguese Tax Authority required of software that issues official invoicing in Portugal.
Digital HR
09 terms-
OKR
Objectives and Key ResultsA goal-setting framework that links qualitative aspirations to quantitative, verifiable key results.
-
People Analytics
Applying data analysis to human-resources management to inform talent decisions with evidence.
-
ATS
Applicant Tracking SystemA system that manages the recruitment process — applications, interviews, decisions — in a structured way.
-
HRIS
Human Resources Information SystemA platform that centralises HR data and processes across the employee life cycle.
-
Employer Branding
The intentional management of a company's reputation as an employer, among candidates and employees.
-
Onboarding
The structured process of integrating new employees during their first months at the company.
-
360 Feedback
An appraisal process where employees receive feedback from superiors, peers, subordinates and self-assessment.
-
Succession Planning
The systematic identification and development of internal candidates for future key positions.
-
Employee Engagement
The level of an employee's emotional and cognitive commitment to their company and work.
ERP & Industry
16 terms-
ERP
Enterprise Resource PlanningAn integrated system that manages a company's financial, commercial, production and logistics operations on a single platform.
-
MES
Manufacturing Execution SystemA system that links the ERP to the shop floor, capturing production, times and quality in real time.
-
MRP
Material Requirements PlanningThe logic that determines when and in what quantity to buy or produce materials, based on demand and the bill of materials.
-
Bill of Materials
BOMA hierarchical structure describing all the components and raw materials needed to produce a finished article.
-
PLM
Product Lifecycle ManagementA platform that manages a product's life cycle, from initial design to discontinuation, keeping every artefact consistent.
-
APS
Advanced Planning & SchedulingAn advanced-planning system that optimises the production sequence considering real capacity constraints.
-
TPM
Total Productive MaintenanceA maintenance philosophy in which production operators actively take part in the basic maintenance of their machines.
-
SMED
Single-Minute Exchange of DiesA methodology for drastically reducing machine setup time, ideally to under 10 minutes.
-
Kaizen
A philosophy of continuous improvement through small, incremental changes proposed by those who do the work.
-
5S
A workplace-organisation methodology in five phases: sort, set in order, shine, standardise, sustain.
-
Poka-Yoke
A mechanism that makes it impossible, or very difficult, to make a particular human error in a process.
-
Takt Time
The production rate needed to meet demand, calculated as available time divided by demand.
-
Cycle Time
The total time from start to finish of one unit of production at a workstation or process.
-
CMMS
Computerized Maintenance Management SystemA system that manages maintenance plans, work orders, spare parts and equipment history.
-
TCO
Total Cost of OwnershipThe total cost of a solution over its life cycle — acquisition, implementation, operation and evolution.
-
SaaS
Software as a ServiceA software-delivery model where the application is accessible over the Internet by subscription, with no local installation.
Infrastructure & Security
12 terms-
Zero Trust
A security model that trusts no user or device by default, continuously verifying every access.
-
MFA
Multi-Factor AuthenticationAuthentication that requires two or more independent factors (something you know, have, or are) to access a resource.
-
Firewall
A system that controls network traffic between zones of differing trust levels, applying security policies.
-
VPN
Virtual Private NetworkAn encrypted channel over a public network that provides secure access to a company's internal resources.
-
SD-WAN
Software-Defined Wide Area NetworkAn approach to the corporate WAN where routing is controlled by central software, not dedicated hardware.
-
EDR
Endpoint Detection and ResponseA solution that monitors endpoints in real time to detect, investigate and respond to security threats.
-
SIEM
Security Information and Event ManagementA system that aggregates, correlates and analyses security events from multiple sources for detection and response.
-
Ransomware
A type of malware that encrypts the victim's data and demands a ransom to restore access.
-
Phishing
A social-engineering attack that induces the victim to reveal credentials or perform harmful actions.
-
Business Continuity
The discipline of ensuring an organisation keeps operating during and after disruptive incidents.
-
RTO & RPO
Recovery Time Objective / Recovery Point ObjectiveMetrics that define the maximum acceptable recovery time (RTO) and acceptable data loss (RPO) after an incident.
-
Hybrid Cloud
An architecture combining on-premises infrastructure and public cloud, with integrated orchestration and data.
Integrations & APIs
06 terms-
API
Application Programming InterfaceAn interface that lets one system communicate with another in a structured, automated way.
-
REST
Representational State TransferAn architectural style for web APIs based on HTTP and resources identified by URL.
-
Webhook
A mechanism in which one system notifies another via HTTP when a relevant event occurs.
-
iPaaS
Integration Platform as a ServiceA cloud platform for designing and running integrations between multiple systems without heavy code.
-
OPC-UA
Open Platform Communications Unified ArchitectureAn industrial standard protocol for communication between PLCs, SCADA and higher-level systems.
-
MQTT
Message Queuing Telemetry TransportA lightweight pub-sub messaging protocol optimised for IoT devices with limited resources.
Retail & Omnichannel
12 terms-
POS
Point of SaleA point-of-sale system that records transactions, issues tax documents and syncs with stock and the back office.
-
SKU
Stock Keeping UnitThe unique identifier of an article in a given combination (colour, size, variant), used in stock and sales.
-
Omnichannel
A retail approach where the physical store, e-commerce and mobile operate as a single, coherent customer experience.
-
Click-and-Collect
A model where the customer buys online and collects the product at a physical store, instead of waiting for delivery.
-
Ship-from-Store
A model where online orders are dispatched from physical stores instead of a central warehouse.
-
BOPIS
Buy Online Pickup In-StoreThe Anglo-Saxon synonym for click-and-collect — buy online, pick up in store.
-
Unified Commerce
The evolution of omnichannel where all channels share a single technology platform, not just data.
-
Assortment Planning
The process of deciding which products, in what quantities, go into which stores and channels for each season.
-
Dynamic Pricing
The automatic adjustment of prices in real time based on demand, competition, stock and other signals.
-
Markdown Management
A price-reduction strategy for slow-moving or end-of-season products to minimise idle stock.
-
Dark Store
A store with no physical customers, dedicated exclusively to preparing and dispatching online orders.
-
CRM
Customer Relationship ManagementA system and discipline for managing customer interactions across the commercial life cycle.
Shop Floor & Mobility
09 terms-
OEE
Overall Equipment EffectivenessA metric that multiplies Availability, Performance and Quality to measure the real effectiveness of a production asset.
-
Lean Manufacturing
A production philosophy that systematically eliminates waste and optimises flow, originating in the Toyota Production System.
-
Just-in-Time
JITA production model where materials and components arrive only at the moment they are needed, minimising stock.
-
WMS
Warehouse Management SystemA system that manages warehouse operations — receiving, picking, dispatch, inventory — in real time.
-
Kanban
A visual pulled-production system where consumption at one workstation authorises production at the previous one.
-
IIoT
Industrial Internet of ThingsThe application of connected sensors and data analysis to industrial equipment and processes.
-
Digital Twin
A living digital replica of a physical asset or process, updated in real time with real data.
-
WIP
Work in ProgressStock of products in the course of production, between raw material and finished product.
-
Gemba
The Japanese word for 'the real place' — the lean principle that the truth is on the ground, not in reports.
Supply Chain & Logistics
08 terms-
SCM
Supply Chain ManagementThe integrated management of the flow of materials, information and capital from suppliers to the end customer.
-
Lead Time
The total time between an order and its delivery or completion.
-
Safety Stock
Additional stock kept to absorb variability in demand and supply, avoiding stockouts.
-
ABC Analysis
The classification of items or customers by importance (A=critical, B=medium, C=marginal) to prioritise attention.
-
Cross-Docking
An operation where received goods are dispatched directly, without passing through intermediate storage.
-
Cycle Counting
A methodology of partial, continuous stock counting instead of a full annual inventory.
-
EDI
Electronic Data InterchangeA standard for the electronic exchange of commercial documents (orders, invoices, notes) between different companies' systems.
-
Incoterms
Standardised international commercial terms defining responsibilities between buyer and seller in cross-border transactions.
Let's talk.
We'll come back within 24h with next steps.
No complicated forms. One email or call, a team that knows your sector, and a concrete path forward — whether MULTI, MAXIRETAIL, KORA, PPLPORTAL or infrastructure.