Receipt Printing

Overview

“Receipt Printing” is a simple Windows Forms project which generates various receipts. The project is well documented and has detailed comments. The code is well structured which allows you to easily work with it and implement it in other projects. Elements consist of 1D/2D barcodes, images and customizable text.

Features

  • Prints receipts and tickets
  • Generates 1D/2D barcodes
  • Automatically calculates the position of the elements on the receipt/ticket

Requirements

  • Windows 7/Vista/8/8.1/10
  • .Net framework 4.6.1
  • Visual Studio 2017
  • Receipt printer

Instructions

  1. Unzip the archive
  2. Open solution (../Project/ReceiptPrint.sln)
  3. Set appropriate value for “maxWidth” field of the “Receipt” class
  4. Rebuild the project
  5. Start it

Related