Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
2070 Tampilan

I have downloaded Cybrosys custom pos receipt editor. 


What can be wrong if the products scanned does not display. 


Avatar
Buang
Jawaban Terbai

Custom Code in Template: If you're using a custom template (which might include custom code like Jinja templates), check if the code is correctly referring to the product data. For example, check if the product data is being correctly passed to the template or if there are any errors in the templating logic.

  • If you're using Odoo's QWeb templates, ensure that the product loop (for product in order.lines) and corresponding field accesses (product.name, product.price, etc.) are correct.
  • If the field names or object references are incorrect in the template, the products will not display.


Or 


Missing Fields

Field Mapping: Ensure that all required product fields (such as product name, quantity, and price) are properly mapped in the receipt template. If any required field is missing or incorrectly referenced, the product might not appear on the receipt.

Custom Fields: If you're using custom fields for products or orders, ensure those custom fields are correctly defined and available in the template.

and check Error log 

Check for Errors: Inspect the Odoo logs or the browser console (for web-based POS) to see if there are any errors related to the receipt generation. Errors might give you clues about missing fields or broken logic in your template.

Server Logs: You may also check the Odoo server logs for any potential errors related to product scanning or receipt generation.


Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
0
Agu 24
1680
1
Agu 24
2690
0
Jul 24
1314
0
Mei 23
2210
0
Feb 23
1795