콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
11705 화면

I would like to offer payment on debit/credit via the POS module for registered partners. I tried different Paymentmethods but found no configuration wich would debit/credit a partner.

Is there a way to do this or a nice API workaround to support such a feature?

아바타
취소

Do you mean Credit Card? For 10.0, you can set it up via Electronic Cash in POS App, see detailed explanation here: https://www.odoo.com/forum/help-1/question/authorize-net-payment-logic-84953

베스트 답변

I create couple modules for debit\credit payments. Buyer can buy products on credit and return money later

https://github.com/yelizariev/pos-addons

  • pos_debt_notebook
  • tg_pos_debt_notebook
아바타
취소

Thank You Ivan, i was searching for such a feature for loooooong days ! I'm gonna try to enhance your module to add some features, eg: show the Debt amount on the POS customer view. However, i don't understand how money is returned by customer to refund their "debt" ? Where are we supposed to do that ?

iMaugis, there is a module's description https://github.com/yelizariev/pos-addons/blob/master/tg_pos_debt_notebook/__openerp__.py#L10 : To make repayment of a debt create payment of another type (e.g., cash ). This payment should be more than total amount of current order (also, you can create empty order). After this click on debt button and validate. Now difference between payment and total is amount of returned money

Hum ... In fact i'm using this module => https://github.com/yelizariev/pos-addons/tree/master/pos_debt_notebook So instructions are not the same, and it seems that refunding debt doesn't work as expected.

Ok, i see, you already added this "Debt" field in the POS view :) The fact is i that when tg_pos_debt_notebook is installed, i got an error in the POS: TypeError: order is undefined http://192.168.1.19:8069/web/js/web.assets_backend/309c537:4520 I will investigate... Thank you again

These modules was tested on saas-5 version of odoo. With newer version there can be errors.

OK, i work on a local Debian machine with nightlies http://nightly.odoo.com/8.0/nightly/src/odoo_8.0.latest.tar.gz

관련 게시물 답글 화면 활동
0
3월 25
1190
1
3월 25
2105
2
2월 25
2602
1
12월 19
8663
0
11월 17
3173