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

How to open a cashdrawer in android, using USB connected printer?

We have a Point of Sale Application in that, iam using bluetooth, USB printer for receipt printing, through bluetooth option when i eject cashdrawer its working fine and iam using printer.printFormattedTextAndOpenCashBox(text, 40), When coming to…
Venkatesh Kardas
  • 41
  • 1
  • 1
  • 6
0
votes
1 answer

Material Ui payment element dynamic

I was facing difficulties to make material UI payment elements dynamically so, I would like to share how I make them dynamically here is GUI you can get this code from the material UI website here is the code of static data const rows = [ …
Zaryab Khan
  • 73
  • 1
  • 13
0
votes
0 answers

Python library to calculate product promotions, offers, deal or discount

I am working with someone who is building a bespoke Point of Sales (PoS) / Billing system in Python (primary windows with plan to extend on other Operating systems) Now, we have reach to a point where we want to provide options for promotions,…
Meritor
  • 166
  • 11
0
votes
1 answer

how to built a database for to sale online?

well i have a table my boss has made... they are 2 tables.. first where products are going to be has (table A) idinvoice (since table B) idpruduct description (it is the name of product) quantity unitPrice TotalPrice another table (i am going to…
angel
  • 4,474
  • 12
  • 57
  • 89
0
votes
2 answers

Cannot map an object ? Cannot read property 'map' of undefined

So i'm currently making a receipt for my POS app. I currently have stored an array in my database as: mongodb collection And I want to map them to a receipt page function renderTable(orderlist) { return ( …
0
votes
1 answer

Adding new points of interest to Here.com API results

A client of mine wants to implement some sort of store locator on his website. But he wants this store locator to be able to give results in a radius of 20km around the search query provided by the user. I'm actually combining both our own database…
0
votes
1 answer

Communication with POS system

I want to implement a simple POS for a client because current proprietary software isnt easy to use.. PDAs(windows) connect directly to database to fetch data in current software. For my system i believe that webservices would be an overkill. I can…
GorillaApe
  • 3,611
  • 10
  • 63
  • 106
0
votes
0 answers

How to run swing(.jar) files in micros POS 3700?

I have made one swing .jar file with the User interface. I don't have any micros POS 3700. I wanted to know how my file will execute?
0
votes
1 answer

How to get into POSXML development

How does someone go about getting into application development for point of sale (POS) systems. Is there a specific IDE used for it? How does one go about compiling/testing their application?
XmalevolentX
  • 121
  • 1
  • 2
  • 9
0
votes
1 answer

Modifying delete order function in POS odoo using javascript

I want to modify this " minus button " in such a way that if the user click on generate token this button become disabled for that order In simple words, the user who generated a token for his/her order cannot delete their current token.UI of POS…
0
votes
2 answers

Communicating with a MW-3170 magnetic card reader

One of our customers has asked if we can interface with a serial magnetic card reader/encoder from a old EPOS system. The device has no make only the MW-3170 model number. Does anybody know how I can communicate with the device? I am currently…
stukelly
  • 4,257
  • 3
  • 37
  • 44
0
votes
0 answers

How can i integrate POS Customer Display with web browser?

Problem I'm Using a Point Of Sale app in web for my store. I record the sales in that web application which open in Google Chrome. Now I want to connect the Customer Display to the local machine physically and want to show the bill amount to that…
0
votes
0 answers

Add custom fields to the Address area, in YITH POS for Woocommerce

I'm trying to add custom fields to the "Address" area, in the YITH POS for the WooCommerce plugin. I know this is a commercial plugin. I've tried contacting support, but they are very slow. I'm just trying to locate the original location of the…
Usama Shabbier
  • 164
  • 1
  • 11
0
votes
1 answer

How to show customers list as a pop up window in Odoo PoS screen?

I am trying to show the customers list in PoS as a pop-up window. I have added necessary styles to the clientlist-screen screen div for this purpose. But the problem I am facing is the product-screen div is hidden in the background. Odoo has added a…
Gopakumar N G
  • 1,775
  • 1
  • 23
  • 40
0
votes
1 answer

How to override renderElement function in screens.js in Odoo-12 Point of Sale

Hi I'm trying to override the renderElement function in PaymentScreenWidget in Odoo-12 POS here's what I've tried so far POSScreen.PaymentScreenWidget.include({ renderElement: function() { var self = this; …
user9523333
  • 187
  • 18