pedrambiria

Results 7 issues of pedrambiria

Before this commit: when you use the pos restaurant, it will send the program_id with its id and name([id(int), name(str)]). But it should only send its id. Steps to reproduce...

OE

Before this commit: if you had a pos order with one product and one quantity, it wasn't possible to refund less that one quantity. Steps to reproduce: 1. Create POS...

RD

Prior to this commit, the QR code size on some receipts was too small to be scanned effectively. opw-4008280 --- I confirm I have signed the CLA and read the...

OE

Before this commit, in a scenario with multiple ongoing orders in a restaurant, attempting to invoice one of the orders could lead to an error. This was due to the...

OE

Before this commit, attribute values marked as "Free text" would not appear on the orderline unless text was added to them. This behavior was inconsistent with the Sale module, where...

OE

Before this commit, the pricelist was not considered when displaying product prices in the self-ordering, leading to incorrect pricing information. This commit ensures that the pricelist is correctly applied. opw-4190268...

OE

Before this commit, adding a product to the cart with 20,000 products was slow due to the time taken to render the screen and execute the productsToDisplay function. This commit...

OE