I want to work with POS interface. I want two requirement in POS interface 1)Select Customer 2)create Sales Order. I implemented first requirement from bzr branch lp:~mmakonnen/openobject-addons/point_of_sale_enhanced-70. How can I implement the Second one? Any one please help me. Thanks in Advance.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
4615
Lượt xem
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng ký
I am afraid you might need to create a module to do that. We had a similar problem (we needed to create an invoice from the pos order) and we had to develop a module to do that.
Gustavo, would you mind sharing the module you developed?
I,m also interested in that module.