PORTOS Developers
  • ๐Ÿ‘‹Introduction
  • ๐Ÿ“–Glossary
  • HTTP Status codes
  • Error models
  • Error codes
  • Validation constraints
  • Resource names
  • ๐Ÿ”’User rights
  • Device environments
  • ๐ŸŒLocalization
  • ๐Ÿ”NData query syntax
  • OpenAPI specification
  • Data models
  • Authentication
    • ๐Ÿ”Authentication schemes
      • JWT Bearer Authentication
      • HMAC Authentication
  • โšกNotifications
    • SignalR
    • Webhooks
  • API reference
    • ๐Ÿ”‘API keys
    • ๐Ÿ›๏ธArticle categories
    • ๐Ÿ’ผCompanies
    • ๐Ÿ’ฑCurrencies
    • ๐Ÿ‘ซCustomers
    • ๐Ÿ“ˆDaily sales reports
    • ๐Ÿ–ฅ๏ธDevices
    • ๐Ÿ–จ๏ธFiscals
    • โค๏ธHealth check
    • ๐Ÿ“ƒLicense
    • ๐ŸŽš๏ธModifiers
    • ๐Ÿ‘จโ€๐ŸณOrder endpoints
    • ๐Ÿ›Ž๏ธOrders
    • ๐Ÿช™Payment types
    • โ˜•Plus
    • ๐Ÿ”Roles
    • ๐Ÿ”Sessions
    • โš™๏ธSettings
    • ๐Ÿ”ŽStock takings
    • ๐Ÿ”ขStock transfer numbering
    • ๐ŸššStock transfers
    • ๐Ÿ“ฆStocks
    • ๐ŸงพTickets
      • Ticket Model States
      • Ticket Operations and User Rights
      • Ticket Model Mathematics
    • ๐Ÿ‘จโ€๐Ÿ’ผUsers
    • โš–๏ธVats
    • ๐Ÿช‘Zones
  • 3rd Party Integrations
    • Introduction
    • Online orders API
    • Rewards API
    • PDA Files
  • Previous versions
    • Migration to V4.1
    • Migration to V4
    • Legacy documentation
Powered by GitBook
On this page

Was this helpful?

Glossary

Following table contains terms used in this documentation.

Term

Meaning

user

Cashier (when using cash register application, or manager using admin application).

device

Cash register (either stationary application for desktop operating systems, or mobile application for mobile operating systems such as android or iOS) or any other application within PORTOS ecosystem.

plu

Merchandise article.

ticket

Food order. Until order is paid, food order is addressed as opened ticket. After order is paid (and receipt is printed), food order is addressed as closed ticket.

order

Food preparation request, that is created after articles are added to ticket. Example: user (cashier), based on customers request, adds plu article(s) to ticket, which leads to order creation, that is being handled by cook.

order processing

Process of printing/indicating food orders (to kitchen printers or kitchen displays)

ticket closing

Process of printing fiscal receipt (transition from opened ticket to closed ticket).

fiscal device

Receipt printer that prints cash register receipts (part of ticket closing procedure).

order endpoint

Kitchen printer or kitchen tablet. An device/application, usually located in kitchen, that handles food orders.

PreviousIntroductionNextHTTP Status codes

Last updated 1 year ago

Was this helpful?

๐Ÿ“–