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
-2
votes
1 answer

Android - how to create POS (Point Of Sale) system

I'm trying to make a prototype Android POS System. I know how to code but don't have much knowledge about commerce, trade, transactions or what is the financial flew in restaurants, mobile shops or super markets. this would help creating a robust…
Poula Adel
  • 609
  • 1
  • 10
  • 33
-2
votes
2 answers

Point of sale performance testing

I am working on a approach to performance test Point of sale application. Has anyone performance tested POS systems? If so how would the environment setup look like for performance testing? Do we need to setup multiple POS systems to simulate the…
Anna Sundaram
  • 71
  • 1
  • 1
  • 6
-2
votes
1 answer

Integrate my android application with existing POS(point of sale) system

Is it possible to integrate a third party app with the already available Point of Sale Systems present in retails/restaurants? Do they expose their APIs or any such thing where I will be able to integrate my system with them. Any help would be…
Shubham
  • 2,627
  • 3
  • 20
  • 36
-2
votes
1 answer

How to communicate with many stores' point of sale (POS) software?

What are some suggestions to interface POS systems from multiple stores. The procedure should be, the retailer installs this software onto their Point-of-sale machines(or to the machine that handles the transactions) which runs separately from their…
Alan
  • 1,134
  • 2
  • 13
  • 25
-2
votes
1 answer

Error for saving a record from a POS program

#include #include #include #include using namespace std; int main() { string saveload; int numProducts=0; int counter=1; int product; double payment1; double change=0; double subtotal=0; double payment=0; int…
zneh
  • 1
  • 1
-2
votes
1 answer

How long does it take to extend the functionality of a pos terminal?

How long does it take to extend the functionality of a pos terminal? I don't have any idea how long does it take to develop / extend functionality of a POS terminal. I have a friend who is asking me for this and we came across the "How Long…
RGAT
  • 486
  • 3
  • 13
-3
votes
1 answer

HTML Desktop Application with JAVA backend

I'm looking to develop a Point-Of-Sale program using an HTML front end UI with java backend functionality (Java is really the only programming language I have experience with and would like to do all my coding in java). I am an amateur developer…
user2730011
  • 161
  • 1
  • 1
  • 11
-3
votes
4 answers

How to update stock quantity using MySQL in PHP

All stock saved already in stock table. But how can I update stock quantity when I sell my product? I want to update my stock table quantity row. I'm using MySQL. table name…
user2468472
  • 281
  • 2
  • 8
  • 15
-3
votes
2 answers

How to execute a WINFORM when card is swiped on a card swipe machine

I am trying to build a window service which will run in background for card reader, I will take card's data on a textbox . My question is : When someone swipes a card on a card reader that window service WINFORM should take card;s data on a textbox.…
user2454135
  • 59
  • 2
  • 12
-6
votes
2 answers

Does every thermal printer has ability to open cash drawer?

One thing I have tried to search before in the past is how to make some of the POS peripheral devices work with a web based POS app. The answer that I found mostly was as web apps are not being executed on the machine as such but rather in the…
Afraz Ali
  • 2,672
  • 2
  • 27
  • 47
1 2 3
30
31