[17.0][MIG] pos_receipt_hide_price
@BinhexTeam
Ready for review
Hi @adasatorres, ready for review.
@edescalona It seems like when the ticket is directly sent to the printer is displaying the prices no matter what. I assume we have to extend also the function export_for_printing
Hi @Christian-RB , I assume you're referring to automatically printing the receipt?
Hi @Christian-RB , I assume you're referring to automatically printing the receipt?
Yes, when the receipt is directly sent to a printer
Hi @Christian-RB , in that case it is not hidden because there is currently nothing that says hide the price, since it is hidden when you press the button on the screen after payment.
So we should add another setting below the automatic receipt to hide the prices at that time as well, what do you think?
Hi @Christian-RB , could you please review the changes and tell me what you think of the solution? If everything is OK, I'll proceed with correcting the commits. Thanks.
@edescalona with this approach the user is not able to switch the feature dynamically, I suggest adding a button to the main order view to define if the prices should be hide at front for that specific order, this will also be useful for those user with the "skip printing view" option and direct print
Hi @Christian-RB , I think it's a good idea, thanks for your comments.
We are missing the new functionality in the reprint order view, could we add it @edescalona?
Hi @Christian-RB ready for review.