Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
4 Ответы
6654 Представления

I am looking for a way to save an order on the POS screen and accept payment later. This makes business sense for restaurants or bars that have many waiters who key in their orders hout taking payments. There is usually one cashier who then collects payments against the created orders. Could anyone assist me with any pointers on how I can achieve this

Аватар
Отменить
Лучший ответ

Did you guys found any solution? I'm facing exactly the same problem.

Аватар
Отменить
Лучший ответ


There is potentially a module for this as this is a very much desired request. https://github.com/odoo/odoo/issues/4231

If I don't find it satisfactory, then I will start developing my own. Also check Odoo 9 and see if this is maybe something that is being worked on, as that code should easily be ported.. It only needs a slight change to the API code, to allow another parameter, that defines to add a payment or not.

Аватар
Отменить
Автор Лучший ответ

I have so far added the button on the POS Screen. Any idea how I can post the current order object to server without firing the payment procedure? The problem with invoicing is that it marks the order as paid even before payment is received against the invoice. Also, many bar customers are walk in customers, meaning that the business may not have their records.

(sorry I cannot use the comments on my own question because I dont have enough points. Please upvote my question)

Аватар
Отменить
Лучший ответ

Without modifying the system, I would use the Customer Invoicing option which raises an invoice first and take a payment later. It is possible to create a user who only is allowed to do invoicing and payments

Аватар
Отменить
Related Posts Ответы Просмотры Активность
0
февр. 25
935
0
июн. 22
1837
1
февр. 24
3190
1
авг. 21
5149
2
мая 20
8637