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

Was this helpful?

  1. Getting started with Centara
  2. Centara Configuration
  3. POS Receipts
  4. Receipt Directives

Formatting directives

The following directives are line specific, i.e., they only affect the template line that they are on, up and until any other directive or end-of-line. For example, any line that should be centered needs to contain a </CENTER> directive.

Directive

Description

</CENTER>

Following text is centered

</RIGHT>

Following text is right aligned

</LEFT>

Following text is left aligned

</BOLD>

Following text is is bold

</UNDERLINE>

Following text is underline

</ITALIC>

Following text is italicized

</SHADOW>

Following text is shadowed

</RED>

Following text is red

</REVERSEVIDEO>

Following text is in reverse video

</NORMALSIZE>

Following text is normal sized

</DBLWIDE>

Following text is double wide

</DBLHIGH>

Following text is double high

</DBLHIWIDE>

Following text is double high and double wide

</NORMAL>

Following text is in normal font

</BITMAP>

Prints the logo specified for the receipt

The alignment of the bitmap can be controlled by appending any of 0 (Center), -1 (Left) or 1 (Right), e.g. </BITMAP,1>

</CUT>

Feed and cut the receipt

</CUTSTAMP>

Feed, stamp and cut the receipt

</STAMP>

Feed and stamp the receipt

</SUBSCRIPT>

Following text is in subscript

</SUPERSCRIPT>

Following text is in superscript

PreviousReceipt DirectivesNextGeneral directives

Last updated 5 years ago

Was this helpful?