Openbravo Issue Tracking System - POS2
View Issue Details
0056343POS2Corepublic2024-09-02 16:352024-09-04 10:32
ifernandez 
Triage Platform Base 
normalmajorhave not tried
closedfixed 
5
 
 
caristu
No
0056343: Reprint records not available for windows without orange buttons
When using the inmutable records feature in the window Substitutive invoice (branch https://gitlab.com/openbravo/product/openbravo/-/merge_requests/1328 [^]) the print/send buttons don't change to reprint/resend because of the window lacking orange buttons.

Simplified invoices have been created from POS, using spanish fiscalization.
N/A.
No tags attached.
related to feature request 0056228 closed ifernandez Factura Substitutiva should work with Immutable reports 
Issue History
2024-09-02 16:35ifernandezNew Issue
2024-09-02 16:35ifernandezAssigned To => Triage Platform Base
2024-09-02 16:35ifernandezTriggers an Emergency Pack => No
2024-09-04 10:32caristuReview Assigned To => caristu
2024-09-04 10:32caristuNote Added: 0168719
2024-09-04 10:32caristuStatusnew => closed
2024-09-04 10:32caristuResolutionopen => fixed
2024-09-04 10:32caristuRelationship addedrelated to 0056228

Notes
(0168719)
caristu   
2024-09-04 10:32   
The real problem why the reprint button was not being displayed is that the code expects the record to have a document status. This document status is used to disable the reprint for document in "draft" status.

As the substitutive invoice document does not have a document status, the check was failing. To avoid this problem the document status will not be checked if the document does not have this property.

Closing this issue because. This will be fixed as part of 0056228