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

Best way integrate a React e-commerce app with an existing Square store? (Collab?)

I'm working with my first E-commerce client and have used the Commerce.js API to build in React. They just got their inventory in today and they're trying to set up their in-store Square POS system (physical storefront). I'm trying to find the best…
0
votes
0 answers

How can update multiple rows in vb.net

I'm making an POS System, the problem is everytime I make a transaction with multiple items, only the first row is being recognized or only the first row's stocks is being updated/change.
0
votes
0 answers

Flutter undefined name 'PosCodeTable'?

i am trying to print on thermal printer using bluethooth but i am getting error undefined name 'PosCodeTable' i imported package esc_pos_utils and i created method called testticket to input the details in a receipt then calling the method in…
johnson
  • 79
  • 8
0
votes
0 answers

how scanner works in pos system using javascript?

I have developed a pos system i have a product product1 barcode = 12345 and product2 barcode = 67890 i want that when a user scan 12345 it should be clicked
Hamza Qureshi
  • 172
  • 2
  • 20
0
votes
2 answers

Flutter 'setState' of other Widget

i want to code a POS for german 'Fischbrötchen'. My problem is that the "View" of the Ordertabel dosn't update. I tried man things but nothing worked... can someone help me to point out my Problem ? So when i click a button a Order should add to the…
Jonny L.
  • 3
  • 2
0
votes
1 answer

Custom fonts PaxA920 and PaxA910

There is a application working with PAX A920 and PAX A910 devices. There is a change request to change the print slip more attractive way. Is there a way to use custom fonts? I have tried by did not works for me. try { …
Dinithe Pieris
  • 1,822
  • 3
  • 32
  • 44
0
votes
0 answers

GUI Tool for creating a POS receipt

do you know of any simple tools to create a custom POS58 / thermal printer receipt design? The tool should be able to print ASCII characters, as well as set header/footer images and print CODE128 barcodes. Choosing a custom font is also…
0
votes
1 answer

How to write if in Odoo

I'm trying to edit the xml of Odoo POS receipt, I'm going to add the following If TAX no. feild of the customer is filled in, then write it (on the receipt) I wrote this
0
votes
0 answers

.NET Simulate Printing of tickets/POS reciepts (Thermal Printer) on PDF

I am developing a small desktop application that should print tickets on thermal papers. The problem is that I don't have a physical thermal printer device so I am trying to simulate the layout of the receipt on a PDF document. So, I written some…
Taher
  • 565
  • 1
  • 14
  • 32
0
votes
1 answer

Odoo POS - Auto download invoice after validating

See this video: https://youtu.be/PW-C3xKFBAE Can anyone tell me how to change this PDF invoice template to a different one? When you click validate in the POS module it automatically downloads a PDF invoice. But I want this to download a different…
Hassan Yousuf
  • 751
  • 6
  • 12
  • 24
0
votes
0 answers

How to secure a cloud based POS application?

I am trying to come up with a list of security recommendations /verification standards for a cloud-based POS application. When moving from a Store server-based Point of Sale (vendor-owned and managed) to a cloud-based POS platform ( own application…
0
votes
0 answers

when I tried to run the codes below, it's giving some errors

Trying to create a pos system that develop an application that verify that the right user enters the system, and provide ability for the cashier to perform sales related activities like selling an item, accepting returns, recording sales and…
H-Y
  • 1
0
votes
0 answers

Odoo 13 POS - Auto select invoice button

how can I make this invoice button auto-select? Some users miss clicking this and it doesn't create invoice. How can I make this button auto-selected before validating?
Hassan Yousuf
  • 751
  • 6
  • 12
  • 24
0
votes
0 answers

c#, ESC_POS_USB_NET, Unable to access pos printer

My PC (192.168.1.3) attached a shared POS printer (pos-80) which is connected via USB cable to my colleague's PC (192.168.1.9) as shown below How can I access the shared POS printer on my PC? Any advice will be much appreciated. If I set the…
0
votes
0 answers

If statements in updating user

I am struggling to update my users in my update function. 1.The first if: is for making sure the user doesnt forget to input the user name. 2.the else: is to ensure the user input the correct username, 3.then the user can choose what to update…