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

Does such POS systems exist where POS softwares contains all drivers and not the OS

I am writing an application for POS systems and need a bit of understanding of them. I know that all POS systems have some OS platform on which they work either a normal OS like windows XP/7 or a small footprint one like Windows CE or so. As much as…
Nirvana
  • 65
  • 10
0
votes
1 answer

Any solutions for unsupported fonts to be able to print via POSBOX for odoo POS?

Any solutions for unsupported fonts to be able to print via POSBOX for odoo POS? POS BOX does not support Myanmar font. We need to print via POS BOX because we need multiple printings (to kitchen 1, to kitchen 2, to drink counter, etc ...). Any…
Naing
  • 1
  • 1
0
votes
0 answers

What is the component used in the point of sale of odoo erp

I'm currently developing an application (Point of Sale) winforms C #; I want to know what is the component used (circled in picture) and his equivalent in c#. component used by the ERP Odoo
0
votes
2 answers

Pole display problem in c#

I used pole display(E POS) in my POS c# application.I have two major problem in that, 1. I can't clear the display perfectly. 2. I can't set the cursor position. I used some dirty tricks to do these.But I am not satisfied with that code.The…
Anoop
  • 81
  • 5
  • 14
0
votes
1 answer

Fatal error: L3900U: Unrecognized option '--no_import_unresolved' in Verifone vx 820

I want to use SDK VX GUI for developing app on VeriFone vx 820. I use make file below and in compile step its compile OK but in linking step its faced error Fatal error: L3900U: Unrecognized option '--no_import_unresolved' How can i fix it? My make…
Farshid.M
  • 389
  • 2
  • 4
  • 17
0
votes
1 answer

Odoo Cron task to start PoS

Is there a way to start the point of sale from a cron task/job. I'd like to start the Point_of_sale every morning, so the loading is finished by the time the store opens. Thanks in advance.
Jesse
  • 727
  • 13
  • 44
0
votes
1 answer

How to print connected character in verifone vx520?

I want to draw a line in printed paper like _____ and the picture below is my font bitmap and I use this code to download and select my font to printer and print characters #include #include #include #include…
Farshid.M
  • 389
  • 2
  • 4
  • 17
0
votes
1 answer

POS (Shopping Cart) - Multiple items in a single Transaction No

I'm creating a POS like system and I'm not really sure how to do the Shopping Cart part wherein after the cashier enters all the customer's item (from Inventory table), the items entered will have a single Transaction #, just like what we see in the…
0
votes
1 answer

How to make POS scalable?

If I want to load 10000 products without any picture or ean13 code. I am running openERP and POS on a server (4-core i7-3520M @2.90GHz - 8Go RAM); it takes the POS long time to load... This is very long for non-technical persons whom usually expect…
0
votes
1 answer

Odoo PoS dropdown from Many2one (widget.pos?)

I want to add a dropdown from a Many2one I've created to the pos.xml file (I know how to inherit from this), can someone help me with this? I saw in the code that for every dropdown they used widget.pos.name, but this I can't seem to find it…
Jesse
  • 727
  • 13
  • 44
0
votes
1 answer

How to setup Microsoft Access as a POS system for 3Dcart?

I'm helping out with an 3Dcart eCommerce/online store doing basic web administration tasks analyzing their data. Their POS system is manged manually with Excel at the moment, and so updating information has become pretty time consuming. I want to…
0
votes
1 answer

Mobile Point of Sale (mPOS) Development

I am asked to develop a mobile POS android application which will read the Chip Card Data from device (like Square) which can be connected to the audio jack of cellphone. Till now I have successfully done the following: (1) Detected the device on…
K.K
  • 401
  • 5
  • 22
0
votes
0 answers

Suspend a transactions using code with Example

I know that POS keeps all the suspended transactions in SalesTransactions table. And all the lines related to the transactions are kept in TransactionsData field of SalesTransactions table. My requirement is to create the transaction in…
0
votes
3 answers

What is the best solution for POS application?

I'm current on POS project. User require this application can work both online and offline which mean they need local database. I decide to use SQL Server replication between each shop and head office. Each shop need to install SQL Server Express…
Anonymous
  • 9,366
  • 22
  • 83
  • 133
0
votes
1 answer

There is no receivable account defined to make payment

I want to use "point of sale" module in odoo-9 but i get error. I have created 2 company and i did configuration.(i am not sure) Then, when i confirmed the payment ,i get error. Traceback (most recent call last): File "C:\Program Files…
Buket
  • 1
  • 1
  • 3