Skip to main content

All Questions

Tagged with or
Filter by
Sorted by
Tagged with
1 vote
0 answers
135 views

I can connect to an Epson printer and see it in the SetupPOS for OPOS.NET application. I can run a test print and it prints a slip of paper: I'm attempting to write a .NET 8 C# class library to be ...
Bhav's user avatar
  • 2,287
0 votes
1 answer
118 views

I am trying to add lines to Odoo pos order lines in pos_screen, but this only adds the first selected products somehow. I am filtering selected orders from order.lines and copying all data from it. Is ...
Shohjaxon Qodiraliyev's user avatar
0 votes
0 answers
38 views

I have recently downloaded the Acculance POS system project of Laravel and Vuejs and have been making modifications to the Vue.js code. However, despite the changes, I am unable to see any updates ...
Rama Bhattarai's user avatar
0 votes
0 answers
119 views

POSTMAN response for payment API Hi, I am developing a clover reporting software using clover platform API's. My client has provided me with a detailed report using the clover dashboard. Below are the ...
Hasaan Ali's user avatar
1 vote
1 answer
345 views

I'm trying to add a custom button to the Odoo 18 POS interface using a custom module. I've followed the documentation and tried all possible ways, but the button is not showing up. The module is ...
Christen Alvarez's user avatar
1 vote
1 answer
52 views

When I create a print job and the printer is offline, I want to clear the job so that the print wont get executed when the printer is back online. To solve that, I keep note of the jobId and after 15 ...
Joon Shakya's user avatar
0 votes
2 answers
77 views

I am writing a point-of-sale (POS) app where I have the layout number (1-35), text (price and product name) and image of the buttons in a SQL database. There is a ItemLayout table in the database, ...
EB's Electronics's user avatar
0 votes
1 answer
223 views

So i have an POS app that can print a receipt to customer, and i use this package to scan the bluetooth devices : https://pub.dev/packages/flutter_blue_plus it work on IOS devices but when i switch to ...
Ikhsan Arfian Nugraha's user avatar
1 vote
0 answers
101 views

I am working on a project where I have to transfer/Stream the data/CSV file from on prem POS to GCS buckets and then data will be first saved to Big Query external table and then moved to other ...
Codegator's user avatar
  • 659
0 votes
1 answer
52 views

What's the best way to do this other than many if statement if i'm going to compute stuff added to a cart or something Form acidBody: false acidGlass: false asphaltRemoval: false ceilingDetail: false ...
MTL Auto Corp's user avatar
1 vote
1 answer
102 views

In odoo v17 POS Resturant, for Multi Employees per Session how to get POS session user and check whether it belongs to Basic Rights or Advanced Rights. Depending on the above condition need to make ...
Megha's user avatar
  • 35
1 vote
0 answers
128 views

I'm developing a POS system using Laravel Framework 9.52.16 In this system, I have stored all printers in the system and each printer is assigned to restaurant items. When they print the order to the ...
Shamila Chathuranga's user avatar
1 vote
2 answers
1k views

Using POS product of Odoo 17. I am trying to add one more item in burger icon menubar in navbar. I added the item "Admin Panel" successfully and now I want to trigger a function when user ...
Shivam Pandey's user avatar
0 votes
1 answer
277 views

So i have been trying to install Oracle Retail Xstore POS dev Setup on my desktop and couldn't find any solution to this error. Here is what i get on screen when running it the stack trace states that ...
Abhisek Pandey's user avatar
0 votes
0 answers
265 views

I bought the Xprinter model XP-58H, which comes with a drawer. I have checked this link but it uses COM port, while mine is USB/Bluetooth. Is there any way I could send a command to open the drawer? I'...
XBasic3000's user avatar
  • 3,486
0 votes
1 answer
954 views

Unable to locate merchant URL for return, issuer ACS responds with an invalid PARes or system error what can cause this error could you please help me I'm trying to establish a virtual POS connection ...
SongulUyar's user avatar
0 votes
0 answers
2k views

I want to print a receipt through the chrome browser. I made a money receipt using raw html,css and javascript. I send print request through javascript print() function. But I cannot able to print ...
Mohammad Towhidul Islam's user avatar
0 votes
0 answers
65 views

We sell products in-store and sometimes have display pallets to increase sales. I want to calculate how long it takes to sell pallets of different products to compare effectiveness. Issue is the sales ...
Descartes's user avatar
0 votes
0 answers
551 views

Hello I have a inventory management system where I can print receipts. I cant add more items to list to print because sheet becomes 2 pages and the end part goes to next page my width is 3 inch and ...
user avatar
0 votes
1 answer
118 views

I have a session: class POSSession(models.Model): _inherit = 'pos.session' access_token = fields.Char(string="Access Token", readonly=True) I'm trying to get access to the that ...
onorua's user avatar
  • 409
0 votes
1 answer
505 views

So, I'm new to Flutter development and I have some experience in developing some apps but nothing I'm complicated. I wanted to develop an app that selects the entered dishes and quantities displays ...
Ritamark's user avatar
0 votes
2 answers
430 views

we are using the CUSTOM VKP80III Printer. We want to send a command with the DirectIO Method of the PosCommon base clase. But I'm a little bit stumped on how to do that, in the command manual of the ...
BluePalmTree's user avatar
0 votes
1 answer
570 views

I need to print labels and receipts using a web app. Im using vanilla js. Before printing, I need a way to specify the printer in a js function. How best can I do that? or if I can have something that ...
Tinashe Mphisa's user avatar
0 votes
1 answer
234 views

I'm trying to delete a device (an old cashdrawer) from a POS-computer running windows 10, but so far, no luck. What I've tried to do is; open cmd, head to the install-location of ms pos, and run this ...
juletre's user avatar
  • 11
0 votes
0 answers
1k views

I have an Android POS embedded printer I'm using via Bluetooth. I'm on .Net Maui 7 application. I would like to print a bmp image. I'm using the following code : public async Task PrintImage(string ...
Thomas Carlton's user avatar

1
2 3 4 5
16