Centara
  • Introduction to Centara
  • Getting started with Centara
    • Software and hardware requirements
    • getCentara.exe
    • Install Centara Server
    • Centara Configuration
      • RDM overview
      • Create organization structure
      • General settings
      • Layouts and visual components
        • Creating layouts
        • Assigning layouts in configuration
        • Populating layouts with components
        • Applying functionalty to buttons
        • UI component reference
      • Hardware
        • OPOS installation
          • Epson OPOS
        • Centara server configuration
      • POS Receipts
        • Receipt parts
        • Receipt Directives
          • Formatting directives
          • General directives
          • Hospitality directives
          • Fiscal Printers directives
          • Tender slip directives
        • Receipt logo
        • Receipt template
          • Special formatting
      • POS operators and permissions
        • Create operators and permissions
      • Tenders
      • Other configuration
        • Customer configuration
        • Cash management
          • Setting up cash management
          • Balance report
        • Suspend / retrieve
        • Search
          • Applying customer search
          • Applying product search
            • Style search
            • Stock search
          • Applying transaction search
        • Custom settings
    • Install Centara POS
      • Alternative database configurations
      • Centara Licensing
    • Features
      • Conditional sub-layouts
      • Out of stock warning
  • User guides
    • POS User Guide
      • Operator sign on / off
      • Layouts
      • Selling products
      • Paying for products
      • Voiding
      • Customers
      • Suspend / retrieve
      • Cash management
    • Discount Offer module
      • Getting started
      • Basic discounts
      • Package deals
      • Seasonal offers
      • Miscellaneous
      • Working with the filters
      • Making changes to the discounts
      • Time restrictions
      • Selectors
      • Layered discounts
      • Audit Log
      • Glossary of Terms
    • Loyalty system
      • System overview
      • Creating organization stucture
      • Working with loyalty data
        • General handling
          • Adding loyalty data
        • Giftcards
          • Adding gift card data
        • Store credit
          • Instrument handling
        • Coupons
          • How to setup alphanumeric offer coupon
      • Connecting Centara to Loyalty
      • View loyalty data on POS
      • Loyalty operations
    • Snippet manager
  • Integrations
    • Sentry.io
    • Acumatica
      • Acumatica installation
      • Acumatica Connector
        • Customer creation
        • Cashier Groups
        • Avalara Configuration
        • Common configuration errors
        • General inquiries
  • Development
    • APIs
      • External orders
      • Item API
      • Loyalty API
        • Gift cards
        • Loyalty cards
        • Store credit
    • GraphQL
    • XVal
      • XVal List comprehensions
      • XVal operators
      • XVal examples
      • XVal usage
      • XVal testing
  • References
    • Data processes
      • XVal Library
      • Data process examples
    • POS macros
  • FAQ
    • Centara Server
      • Installation
      • Maintenance
    • Centara POS
Powered by GitBook
On this page
  • Receipt parts
  • Configuring the content of receipt tags
  • Receipt layout

Was this helpful?

  1. Getting started with Centara
  2. Centara Configuration
  3. POS Receipts

Receipt parts

Receipt parts

POS receipts are designed by constructing a receipt layout using receipt directives mixed with plain text. A receipt directive contain dynamic data while the plain text is static.

Receipt directives take on the form </Directive> and reveal their content only during printing of the receipt on the POS.

Some of the main tags that are added as a part of almost all receipt layouts are the following:

  • </BITMAP>

    The logo for the receipt, usually printed at the top of the receipt. Is configured for each receipt layout in Centara Server.

  • </RCPTTOP>

    The receipt header as configured in Centara Server.

  • </BODY3>

    Prints out the pre-formatted sale information; sale lines and payment lines including change back line if existing. The layout of this cannot be changed.

  • </RCPTBOTT>

    The receipt footer as configured in Centara Server.

  • </TRANSDATETIME>

    The end date and time of the sales transaction.

  • </TRANSNUM>

    The receipt number. Common way is to decorate this directive to represent the receipt numbers as a bar code:

    </TRANSNUM,BC[Type=108][Height=50][Width=150][Alignment=-2][TextPosition=-11]>

  • </OPERNUM>

    The ID of the operator performing the sale.

  • </CENTER>

    Prints an empty receipt line.

A full list of receipt directives can be found by clicking here.

Configuring the content of receipt tags

As mentioned above, receipt header, footer and the logo are configured as properties individually in Centara Server under the SETUP tab. Properties can then be applied on various levels in the organization hierarchy.

We recommend that you add the Receipt Header in the workstation group for the store, since headers are often store specific. Receipt footers can be often be configured site-wide, for example in the all/all workstation group.

Receipt layout

The receipt layout is configured under the SETUP tab, under POS receipts. The receipt layout can be designed in any way as desired in combination of receipt markup tags and plain text. The receipt layout has three configurable components:

  • Logo

  • Receipt width

  • Receipt template

The Receipt Width property helps ensuring that each line will be within limits. Typical values for receipts are either 40 or 42 characters.

PreviousPOS ReceiptsNextReceipt Directives

Last updated 5 years ago

Was this helpful?