Openbravo Issue Tracking System - Retail Modules
View Issue Details
0057343Retail ModulesRT-Printerpublic2024-12-02 11:452024-12-02 11:49
victor_perez 
Triage Platform Conn 
normalmajorhave not tried
newopen 
5
RR24Q3.2 
 
No
0057343: Log warning during fiscalization and the property cfrtpSingleusevouchers
In the Footkorner production logs, we have this log message:

2024-11-27 12:09:09,818 [Import Entry - 1] WARN org.openbravo.events.fiscalization.hooks.FiscalData - Cannot find field "cfrtpSingleusevouchers" in Order to store the value "[]"
2024-11-27 12:09:09,818 [Import Entry - 1] WARN org.openbravo.events.fiscalization.hooks.FiscalData - Cannot find field "cfrtpSingleusevouchers" in Invoice to store the value "[]"

This field is present in this module: org.openbravo.events.fiscalization
As it is related with the fiscalization and RT Printer, I don't know to check/reproduce it.
No tags attached.
Issue History
2024-12-02 11:45victor_perezNew Issue
2024-12-02 11:45victor_perezAssigned To => Triage Platform Conn
2024-12-02 11:45victor_perezTriggers an Emergency Pack => No
2024-12-02 11:49adrianromeroNote Added: 0172871

Notes
(0172871)
adrianromero   
2024-12-02 11:49   
The problem is that the field *cfrtpSingleusevouchers* is returned for storing in order and invoice table:

https://gitlab.com/openbravo/product/pmods/org.openbravo.events.fiscalrtprinter/-/blob/master/web/org.openbravo.events.fiscalrtprinter/source/model/requests/fiscalReceipt.js?ref_type=heads#L48 [^]

But the column is not defined at database level.