Questions tagged [point-of-sale]

Point of sale is the place where a retail transaction is completed. It is the point at which a customer makes a payment to the merchant in exchange for goods or services.

Point of sale is the place where a retail transaction is completed. It is the point at which a customer makes a payment to the merchant in exchange for goods or services.

461 questions
0
votes
0 answers

Integrate any printer with squareup API - Point of sale system/ KDS

Can I integrate any printer with square API? In documentation, nothing is mentioned other than Star printers. Please help me in this regard.
Zaid Iqbal
  • 1,662
  • 5
  • 25
  • 45
0
votes
0 answers

QuickBooks Desktop Integration

I have a task to make a syncing service that can sync the sales records present in the Quick books point of sale into the local database. How to integrate Quick books desktop point of sale and web application(c#) via web connector? Code used : …
0
votes
1 answer

call windows service wcf from website using python

I have website build using python and I want to connect with point of sell in the client side there is any way to send data and get result from windows service or any other way ?
0
votes
1 answer

Get an ESC/POS mode printer to be recognised by the UWP POS printer driver/API

I need to print labels in a UWP application. It's intended to function as a customer facing Kiosk which makes the standard UWP printing options unattractive, because they require the user to click through a windows print confirmation…
0
votes
1 answer

How iOS detects network printer automatically

POS systems mostly can detect thermal printers automatically, as far as I know there are only two ways for an installed application on ios to do that, either by faking it as an Airprint or going with IPP protocol. Since it mostly matters for those…
fafa92
  • 143
  • 1
  • 12
0
votes
1 answer

Odoo11 TypeError: this.pos is undefined with a screen widget triggered by a button action

Create a screen "custom-screen" extended from screen widget with a template show a paragraph of lorem and return object of screen widget so it can be called from other widgets. This screen I want to trigger this screen widget from a button. The…
M. Rizk
  • 86
  • 7
0
votes
0 answers

Square Point of Sale - Mismatched client_id not throwing error

So I'm making a Square Point of Sale integration for a web app. Square Point of Sale Web API for Android I'm passing in the CLIENT_ID in the intent:#Intent declaration as described in the documentation linked above. This information is passed to the…
luxdlux
  • 3
  • 5
0
votes
2 answers

Large retail point-of-sale systems: is there a standard language or protocol to define price rules?

This question relates to large retail POS systems, such as those used by Walmart and other large chains. Is there a language which is commonly used by such systems to define price rules for items? I am trying to understand how a POS can apply so…
Ryan Griggs
  • 2,457
  • 2
  • 35
  • 58
0
votes
1 answer

Send POS Receipt Email to Customer While Validating POS Order

I have required to send POS Receipt to customer while validating POS order, the challenge is ticket is defined in point_of_sale/xml/pos.xml receipt name is how can i send this via email to customer.
Alpesh Valaki
  • 1,611
  • 1
  • 16
  • 36
0
votes
3 answers

Epson TM-T88V printer drawer kick

My client has bought a new Cash Drawer for his POS system. Features fo the cash drawer as follows: Model: D41SRB SKU: D41SRB Electronic Cash Drawer Black 16", Roller, 24V Epson STD RJ11, Stainless front 5 Bill/5 Coin 1mm steel case Two…
mark
  • 623
  • 3
  • 21
  • 54
0
votes
1 answer

How to use ecspos-php in laravel 5.4?

I say thank you before, I hope you can help my problem, this's my first time using framework laravel 5.4 in case of struk printing with windows 7 operating system and using epson U220 which printer connected with USB locally, but when i'm try to…
0
votes
0 answers

Its add new item when I want to edit the stock

I wanted to do a code that the item stock will be added instead of adding the new item if the brcode is the same but I always end up in adding the stock and adding the new item. I only want the stock to be added... here is the code. private void…
0
votes
3 answers

Print to external receipt printer using PHP

I'm trying to find a solution for sending live orders to a receipt printer. Basically in pseudo-code: if ($order == 'success') { $printer = ip.to.remove.printer; $receipt_text = 'You just received an order!'; $ch =…
Jordan
  • 392
  • 2
  • 6
  • 17
0
votes
1 answer

Add a button in Header File in Odoo (POS)

I'm facing problem in creating a new image button in Header line in POS (Odoo). I'm attaching an image to show you where I want this lock-image.(Somewhere between odoo symbol and Administrator) Here's what I've done in my xml file. (All files are…
user8872470
0
votes
1 answer

Sorting Product by names in POS (js)

How do I sort my product names in POS product list? Here's my code, which says names.sort() is not a function. In js file for(var i = 0, len = this.product_list.length; i < len; i++) { var product_node =…
user8872470