Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0046683
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[POS2] POSminoralways2021-05-14 14:122021-11-05 08:19
ReporterpsanjuanView Statuspublic 
Assigned ToGremiger 
PriorityhighResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSLinux 64 bitDatabasePostgreSQLJava version7.x
OS VersionOpenbravo Appliance 14.04Database version9.3.xAnt version1.9.x
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0046683: It should not be possible to return a sale in cash if there is no cash available

DescriptionIt should not be possible to return a sale in cash if there is no cash available
Steps To ReproduceClose the till and do not keep any money in the till.
Create a sale and click on Return Order.
Select any product and pay in cash.

Verify that the amount shown is positive and it allows to finish the payment. That is not correct.

Close the till. Verify that there is no money to count and the close report shows a total retail transctions = -6, and expected amount = -6. Rest of amounts are cero.

If we repeat the same again, the balance of the expect amount is not accumulated but starts from cero.
Proposed SolutionIn any case, a message should be shown to the seller saying that there is no cash to refund to the customer.(see old POS image)
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0128819)
adrianromero (manager)
2021-05-31 16:30

This is actually a functionality not present in POS2 an will be managed as a POS2 feature request.
(0132155)
hgbot (developer)
2021-10-04 21:13

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/693 [^]
(0132859)
hgbot (developer)
2021-11-04 18:23

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 3111918080963ddc79052c85cc72e20c9857ca48
Author: Santiago Gremiger <santiago.gremiger@smfconsulting.es>
Date: 2021-11-04T16:48:42+00:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/3111918080963ddc79052c85cc72e20c9857ca48 [^]

Fixed ISSUE-46683: Not able to refund if there is no cash available in drawer.

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M web-jspack/org.openbravo.pos2/src/components/Payments/PaymentIntegration/processPayment.js
---
(0132860)
hgbot (developer)
2021-11-04 18:23

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 939605e59dd8a5c20a7709323c8227def214d8e9
Author: Santiago Gremiger <santiago.gremiger@smfconsulting.es>
Date: 2021-11-04T16:48:42+00:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/939605e59dd8a5c20a7709323c8227def214d8e9 [^]

ISSUE-46683: Modifying the payment array from the Terminal to be able to use the function 'getPaymentMethodCurrentCash'

---
M web-jspack/org.openbravo.pos2/src/components/Payments/PaymentIntegration/processPayment.js
---
(0132861)
hgbot (developer)
2021-11-04 18:23

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/693 [^]
(0132864)
hgbot (developer)
2021-11-05 08:19

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 0efb75bb6cbe7bad769b9887685cc1d404c75bc7
Author: Antonio Moreno <antonio.moreno@openbravo.com>
Date: 2021-11-05T08:19:27+01:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/0efb75bb6cbe7bad769b9887685cc1d404c75bc7 [^]

Related to ISSUE-46683: Adapted jest test so that it doesn't fail

---
M web-jspack/org.openbravo.pos2/src/components/Payments/PaymentIntegration/__test__/processPayment.test.js
---

- Issue History
Date Modified Username Field Change
2021-05-14 14:12 psanjuan New Issue
2021-05-14 14:12 psanjuan Assigned To => Retail
2021-05-14 14:12 psanjuan Triggers an Emergency Pack => No
2021-05-14 14:15 psanjuan Steps to Reproduce Updated View Revisions
2021-05-14 14:16 psanjuan Steps to Reproduce Updated View Revisions
2021-05-14 14:16 psanjuan Proposed Solution updated
2021-05-17 12:08 guilleaer Resolution time => 1622412000
2021-05-17 12:08 guilleaer Priority urgent => high
2021-05-17 12:08 guilleaer Status new => acknowledged
2021-05-27 08:00 prakashmurugesan88 Assigned To Retail => prakashmurugesan88
2021-05-27 08:01 prakashmurugesan88 Status acknowledged => scheduled
2021-05-31 16:30 adrianromero Resolution time 1622412000 =>
2021-05-31 16:30 adrianromero Note Added: 0128819
2021-05-31 16:30 adrianromero Assigned To prakashmurugesan88 => Retail
2021-05-31 16:30 adrianromero Type defect => feature request
2021-05-31 16:30 adrianromero Status scheduled => closed
2021-05-31 16:31 adrianromero Status closed => new
2021-05-31 18:05 dmiguelez Status new => acknowledged
2021-05-31 18:05 dmiguelez Resolution time => 1626991200
2021-05-31 18:05 dmiguelez Severity major => minor
2021-05-31 18:05 dmiguelez Type feature request => defect
2021-07-14 16:01 dmiguelez Resolution time 1626991200 => 1638313200
2021-07-14 16:01 dmiguelez Type defect => feature request
2021-09-22 04:13 Gremiger Assigned To Retail => Gremiger
2021-09-22 04:14 Gremiger Status acknowledged => scheduled
2021-10-04 21:13 hgbot Note Added: 0132155
2021-11-04 18:23 hgbot Resolution open => fixed
2021-11-04 18:23 hgbot Status scheduled => closed
2021-11-04 18:23 hgbot Note Added: 0132859
2021-11-04 18:23 hgbot Note Added: 0132860
2021-11-04 18:23 hgbot Note Added: 0132861
2021-11-05 08:19 hgbot Note Added: 0132864


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker