Openbravo Issue Tracking System - POS2
View Issue Details
0056990POS2POSpublic2024-11-05 17:462024-11-25 18:45
javierRodriguez 
javierRodriguez 
normalmajorhave not tried
closedfixed 
5
 
25Q1 
No
0056990: Partial payment made are booked positive but also negative so the sale remains unpaid with kits in the ticket
Partial payment made are booked positive but also negative so the sale remains unpaid with kits in the ticket

Related to https://issues.openbravo.com/view.php?id=56988 [^]
-> In live builds POS2 (Terminal=VBS-2)

Backoffice configuration:
  - Enable "Allow Prepayment and Partial Payments" in the channel touchpoint type (POS2SD VBS POS2 Terminal Type)
  - At Organization window (store) set "prepayment percentage=50" and "prepayment percentage limit=100" (Vall Blanca Store)

POS2 steps:
make a sale to Arturo Montoro for the product SKI SURVIVAL KIT, prepay a 50%
Go to orders menu, click on Review Payments and pay the remaining amount
Go to orders menu, and verify that the sale remains unpaid.
Select it and click once more in Review Payments and select cash for instance
Verify that it is possible to pay it once more.
Go to orders menu, and verify that the sales remains unpaid. Open it and realize that for every payment made a negative one has also been created.

'
No tags attached.
Issue History
2024-11-05 17:46javierRodriguezNew Issue
2024-11-05 17:46javierRodriguezAssigned To => Retail
2024-11-05 17:46javierRodriguezTriggers an Emergency Pack => No
2024-11-14 10:43guilleaerStatusnew => scheduled
2024-11-14 11:21guilleaerAssigned ToRetail => javierRodriguez
2024-11-14 18:32hgbotNote Added: 0172007
2024-11-25 18:23guilleaerSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=28817#r28817
2024-11-25 18:23guilleaerSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=28818#r28818
2024-11-25 18:29guilleaerSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=28819#r28819
2024-11-25 18:31guilleaerSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=28820#r28820
2024-11-25 18:33guilleaerSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=28821#r28821
2024-11-25 18:45hgbotResolutionopen => fixed
2024-11-25 18:45hgbotStatusscheduled => closed
2024-11-25 18:45hgbotNote Added: 0172563
2024-11-25 18:45hgbotFixed in Version => 25Q1
2024-11-25 18:45hgbotNote Added: 0172564

Notes
(0172007)
hgbot   
2024-11-14 18:32   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/3096 [^]
(0172563)
hgbot   
2024-11-25 18:45   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/3096 [^]
(0172564)
hgbot   
2024-11-25 18:45   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: e803d6d421b6b5f8473fdff809b433a8adf27ecb
Author: Javier Rodríguez Regueiro <j.rodriguez@orisha.com>
Date: 25-11-2024 17:45:13
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/e803d6d421b6b5f8473fdff809b433a8adf27ecb [^]

Fixed ISSUE-56990: Using KITS Do not create new lines if the order is not editable

---
M src/org/openbravo/pos2/master/PaidReceiptLinesProperties.java
M web-jspack/org.openbravo.pos2/src/model/ticket/TicketExtension.js
M web-jspack/org.openbravo.pos2/src/model/ticket/actions/CompleteTicketHooks.js
M web-jspack/org.openbravo.pos2/src/model/ticket/actions/__test__/CompleteTicketHooks.test.js
---