Project:
View Revisions: Issue #57677 | [ Back to Issue ] | ||
Summary | 0057677: Undefined property mappings introduced by the e-invoice for Italy module | ||
Revision | 2025-01-17 09:14 by eugen_hamuraru | ||
Steps To Reproduce | 1.- Set up a pos2-modules environment 2.- Log in as System Administrator and go to the Entity Mapping window. 3.- Go to the InvoiceLine entity mapping and in the Property Mapping subtab look for the 3 properties (rtpFiscalReceiptNumber, rtpFiscalReceiptAmount, rtpFiscalReceiptDate) 4.- When trying to change any value in the subtab of one of these property mappings when saving, the following error will be displayed: Saving failed. salesOrderLine.salesOrder.rtpFiscalreceiptamount is not a valid property path for entity InvoiceLine |
||
Revision | 2025-01-17 09:14 by eugen_hamuraru | ||
Description | The org.openbravo.localization.italy.einvoice module introduces in the invoiceLine entity the following 3 property mappings: - rtpFiscalReceiptNumber - rtpFiscalReceiptAmount - rtpFiscalReceiptDate These property mappings have the following property path configured: salesOrderLine.salesOrder but no such properties are defined in the Order entity. This may be happening because of an undeclared dependency on the old rtprinter module: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.rtprinter/-/blob/master/src-db/database/model/modifiedTables/C_ORDER.xml?ref_type=heads [^] This is the module that seems to be introducing these properties in the Order. |
||
Revision | 2025-01-17 09:13 by eugen_hamuraru | ||
Steps To Reproduce | 1.- Set up a pos2-modules environment 2.- Log in as System Administrator and go to the Entity Mapping window. 3.- Go to the InvoiceLine entity mapping and in the Property Mapping subtab look for the 3 properties (rtpFiscalReceiptNumber, rtpFiscalReceiptAmount, rtpFiscalReceiptDate) 4.- When trying to change any value in the subtab of one of these property mappings when saving, the following error will be displayed: _Saving failed. salesOrderLine.salesOrder.rtpFiscalreceiptamount is not a valid property path for entity InvoiceLine_ |
||
Revision | 2025-01-17 09:13 by eugen_hamuraru | ||
Description | The org.openbravo.localization.italy.einvoice module introduces in the invoiceLine entity the following 3 property mappings: - '''rtpFiscalReceiptNumber''' - '''rtpFiscalReceiptAmount''' - '''rtpFiscalReceiptDate''' These property mappings have the following property path configured: '''salesOrderLine.salesOrder''' but no such properties are defined in the Order entity. This may be happening because of an undeclared dependency on the old rtprinter module: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.rtprinter/-/blob/master/src-db/database/model/modifiedTables/C_ORDER.xml?ref_type=heads [^] This is the module that seems to be introducing these properties in the Order. |
Copyright © 2000 - 2009 MantisBT Group |