Questions tagged [pos]

pos or Point of Sale is a specialized application domain for point of sale applications written in a variety of programming languages. This tag can be used for questions about the development of point of sale applications however more specific technology tags should be included along with the target operating system.

Point of Sale applications are applications used by merchants and their employees at businesses such as Quick Service Restaurants, Table Service Restaurants, retail stores, grocery stores, and other businesses which sell goods and services in brick and mortar stores.

The typical Point of Sale application is used with a terminal or computer that is dedicated to running the application and other, point of sale related applications and utilities. A typical installation includes a terminal, a receipt printer, an electronic payment terminal, a cash drawer, and a customer display screen. Other devices such as a weighing scale, coin change dispenser, kitchen printer, or kitchen display system may also be connected to the terminal either directly via USB or Serial cable or remotely through Ethernet or Bluetooth.

Point of sale application development typically integrate COTS components such as OPOS device drivers and electronic payment interfaces under a number of different operating systems including Windows, Linux, Android, and MAC OS. They may be written in a variety of programming languages however C and C++ and Java are the most popular with the most software components support.

306 questions
1
vote
1 answer

internal server error in customized receipt

I am working on odoo version 15; trying to customize receipt in POS module ; but I have an internal server error (500) .. My code as following : manifest.py ... "license": "OPL-1", "depends": [ 'base', 'point_of_sale', ], …
user1261494
  • 139
  • 1
  • 10
1
vote
1 answer

Is it possible to force a thermal printer to print a specific character? (Dollar sign is printing as Yen)

I bought a cheap thermal receipt printer for some practice (Amazon B07848ZBXT). It seems to try to adhere to the ESC/POS standard. As best I can tell it has 2 fonts controlled by bytes {27, 77, 0} and {27, 77, 1}, the latter being a smaller font.…
CeePlusPlus
  • 803
  • 1
  • 7
  • 26
1
vote
0 answers

How OneShop Provides Account Automation Without Poshmark API Access

I was unable to find a similar question posted in the past on this site. The website, OneShop, provides account automation as a paid service for users selling on the Poshmark platform (as well as other websites). This includes listing, sharing…
1
vote
1 answer

Writing data capture program that captures data sent to TM-U950 Receipt Printer from POS (Ruby Supersystem II) using COM4 port from POS?

So I am working on this project that will capture and store the printer data sent from POS (Ruby SuperSystem II) to TM-U950 Receipt Printer using RS232 USB-To-Serial cable. Is this project feasible? Here is picture showing high level diagram…
1
vote
0 answers

Send amount to POS terminal using JS

I have a POS terminal which I can connect by COM to the computer. I want, with my internal developed POS website, to send the amount directly on the POS terminal without necessary action other than click on button. I can actually speak to the…
Quintoche
  • 42
  • 5
1
vote
1 answer

How can bind items details from the listview in flutter?

I need help on how to achive binding items from the list view into other widget. For example, I have a listview of Products to be sold, when a sale person click any product from the list, it should be added on top of the screen with it price, then…
Jimmy
  • 79
  • 1
  • 10
1
vote
5 answers

When I click on the button, the value of that button needs to add up to sum

I was trying to code a POS like system as a small project to learn with. So currently I have two buttons "cola" and "fanta". The prices of those drinks are in an object. As soon as I click on one button the price needs to be added to sum. Well what…
kaan.west
  • 13
  • 3
1
vote
0 answers

Print QR code using esc_pos_printer flutter

I'm using esc_pos_printer package which can print a receipt over network. I need two features Save a qr/bar code in the gallery Print said qr/bar code using the thermal printer/regular printer For saving the qr code I did: static Future
user14709104
1
vote
0 answers

Shopify Cart App Extension Is Not Sending A POST Request anymore

I've created a custom app using Shopify CLI and have my app embedded in Shopify POS. When I try to add or remove customers to the cart, it's not sending a POST request to the promotions endpoint anymore. (I remember it was functioning well before).…
RM-Digit
  • 94
  • 8
1
vote
1 answer

Why would an exception occur?

We have an app built in flutter everything is connecting quite well however when we run the app in debug mode we get an error. The base url has been set within another class which works fine. If i take the base url + the url snippet in the code…
1
vote
0 answers

Send data from POS to API

I am trying to build I tool which will collect all the transactions made by a POS. I dont really know how to get started so I will comment what I am trying to reach and what I have thought already. Goal: get the transactions data outside a…
1
vote
1 answer

set password to close chrome and start chrome as popup

hi im using laravel 8 and my software is pos .. everything working so good but i have big problem .. thats sometimes the cashier can refresh the page when the customer is gone without save the invoice .. so what i did is this…
softya
  • 229
  • 7
  • 22
1
vote
0 answers

Connect to embedded Printer in a PDA device

I am developing a flutter app to print receipt from a PDA device. The device is an Android 6.0 and has built in printer. I am trying to figure out how to connect to the printer to send printing command through esc_pos_printer…
1
vote
1 answer

Image printing with Epson compatible Thermal printer problem

I am using C# and write code for print contents for the Thermal ticket printer. There are codes that people use for image print, and it indeed prints images, but something goes wrong. This is my code for image print class, it is widely using open…
1
vote
1 answer

how to change OrderReceipt in odoo 14

I'm trying to edit the client order receipt at the cashier, so I tried to inherit it and change its content like this: I created a new module, added an xml file in qweb list in manifest, and wrote this in it:
Tessnim
  • 434
  • 9
  • 29
1 2
3
20 21