Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8490597
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T22:10:23+00:00 2026-06-10T22:10:23+00:00

I am developing a web-based POS. Unfortunately, POS must print through a thermal receipt

  • 0

I am developing a web-based POS. Unfortunately, POS must print through a thermal receipt printer (TM-T88IV, Epson). The web application is based on Django. Is there any idea on how the system could automatically print a receipt whenever a user clicks a control in the web application?

I was thinking of creating other services in python for that purpose, but that would defeat the purpose of having a web application, where all you need is a browser, without any extra installation.

The printer is connected to the client by the way, and the printing should be "silently" triggered, which means that there is no need for human intervention. Once the transaction is finalized, the printing should starts.

Any suggestion is welcomed!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T22:10:25+00:00Added an answer on June 10, 2026 at 10:10 pm

    I see two ways to accomplish it:

    First method – Configure your browser

    Notes

    Good solution if you have one printer for every client (because you can use the default printer only). Keep in mind that you can remove your print server (useful for very resource limited devices) making a script that the browser should automatically execute for open your file. You can use something like this:

    #!/bin/bash
    printer="/dev/usb/lp0"
    encoding_needed=true #false
    
    if $encoding_needed; then
        iconv -c -t 437 $1 > $printer
    else
        cat $1 > $printer
    fi
    

    Firefox

    • Manual setup:
      1. Open about:config
      2. Create a new boolean value called print.always_print_silent and set it to True
      3. Create a new boolean value called print.show_print_progress and set it to False
    • Use an extension, like: https://addons.mozilla.org/en-us/firefox/addon/attendprint/

    Keep in mind that there are other extensions for making kiosks, for example:

    • https://addons.mozilla.org/en-us/firefox/addon/r-kiosk/
    • https://addons.mozilla.org/en-us/firefox/addon/mkiosk/

    Chrome

    You can start it with those options: --kiosk --kiosk-printing

    Internet Explorer

    For kiosk mode see: http://support.microsoft.com/kb/154780

    Second method – Server handles every printer

    Notes

    Good solution if:

    1. You have more clients than printers (few money or faulty printers)
    2. More printers than clients (different printers or paper colors for different needs)
    3. Clients that can’t print directly (PDA/smartphones)
    4. You want to know the printer status

    How to do

    1. Connect printers (to the clients and/or to the server)
    2. Share printers connected to clients over the network
    3. Manage every printer from your Django server
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am developing a web application based on JSF technology. I use Eclipse as
I'm currently developing a web application based on jQuery Mobile. I would like to
I am using spring 3.0.2 for developing a simple web based application like twitter.
I'm developing a web based mobile application and I was thinking about the default
I am developing the web based application which require to check size of any
I am developing a web based application to replace a desktop based one. I
At the moment I'm developing a web based application using Silverlight 3.0. For the
I'm about to start developing a web-based application that I can best describe as
I'm developing a web application based on JPA + Hibernate, Spring and Wicket. I
I'm developing a web application based on the Symfony 2 PHP framework. It has

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.