Openbravo Issue Tracking System - POS2
View Issue Details
0046790POS2POSpublic2021-05-21 16:172021-08-18 09:58
jcbourgeois 
AtulOpenbravo 
normalmajoralways
closedfixed 
5
 
 
No
0046790: JIRA 1821 - Cashup : changes needed in counting tool and split coins/bills
There are 2 changes required to manage better the counting of coins & bills :

Change #1 :

As most of the Agapes restaurants will have a physical counting device, they will use it to get the total amount of coins / bills. So they just have to fill in those amounts in both Cash(coins) field / Cash (notes) field.
To avoid a useless click, it may be interesting to display Cash(coins) & Cash (notes) fields automatically (without clicking on Split coin & bills button).
A preference or a parameter at touchpoint type level should be created to enable this new behavior.


Change #2 - Will be done in issue https://issues.openbravo.com/view.php?id=47023 [^]

For other restaurants, it's required to improve the cash counting tool. When opening the cash counting (without having clicked on SPlit coin/notes button), all coins/notes are displayed. After validated the counting in the counting tool, total of coins and total of notes are not dispatched into Coin field and Notes field. It's required to fill in those fields after validating the counting tool as this information will be used later in OB Backend to dispatch coins and notes onto separates payment methods.
N/A
No tags attached.
related to feature request 0047023 closed AtulOpenbravo JIRA 1821 - Cashup. Allow to switch between split/merge coins and notes views while keeping the data 
Issue History
2021-05-21 16:17jcbourgeoisNew Issue
2021-05-21 16:17jcbourgeoisAssigned To => Retail
2021-05-21 16:17jcbourgeoisTriggers an Emergency Pack => No
2021-06-04 14:07dmiguelezStatusnew => acknowledged
2021-06-08 12:45dmiguelezRelationship addedrelated to 0047023
2021-06-08 12:46dmiguelezNote Added: 0129180
2021-06-11 13:42dmiguelezResolution time => 1624572000
2021-06-11 13:42dmiguelezTypefeature request => defect
2021-06-11 13:42dmiguelezStatusacknowledged => scheduled
2021-06-11 13:43dmiguelezStatusscheduled => acknowledged
2021-06-21 12:18dmiguelezStatusacknowledged => scheduled
2021-06-21 12:18dmiguelezAssigned ToRetail => AtulOpenbravo
2021-06-22 11:04AugustoMauchDescription Updatedbug_revision_view_page.php?rev_id=22754#r22754
2021-07-13 12:42guilleaerResolution time1624572000 => 1626818400
2021-07-21 13:28hgbotNote Added: 0130664
2021-07-27 13:05dmiguelezResolution time1626818400 => 1627941600
2021-08-09 12:23dmiguelezResolution time1627941600 => 1629064800
2021-08-13 13:01hgbotNote Added: 0131115
2021-08-13 13:01hgbotResolutionopen => fixed
2021-08-13 13:01hgbotStatusscheduled => resolved
2021-08-13 13:01hgbotNote Added: 0131116
2021-08-18 09:58dmiguelezStatusresolved => closed

Notes
(0129180)
dmiguelez   
2021-06-08 12:46   
This Feature Request will be split in 2.

The first change asked in the description will be fixed by this one.

For the second there is a new Feature Request (find the issue related to this one)
(0130664)
hgbot   
2021-07-21 13:28   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/617 [^]
(0131115)
hgbot   
2021-08-13 13:01   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/617 [^]
(0131116)
hgbot   
2021-08-13 13:01   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 1e255d704f8841156e3a963334d9e5bf15fab1e8
Author: Atul Gaware <atul.gaware@openbravo.com>
Date: 2021-08-13T11:01:05+00:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/1e255d704f8841156e3a963334d9e5bf15fab1e8 [^]

Fixes BUG-0046790: Cashup split coins/bills button behavior is now configurable from back office (touchpoint type)

---
A web-jspack/org.openbravo.pos2/src/components/InitialCountWindow/mock/FullInitialCountMock.config.json
M src-db/database/model/modifiedTables/OBPOS_TERMINALTYPE.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M web-jspack/org.openbravo.pos2/src/components/Cashup/CashupProcess/__test__/CashupProcess.test.jsx
M web-jspack/org.openbravo.pos2/src/components/Cashup/CashupProcess/stories/CashupProcess.stories.jsx
M web-jspack/org.openbravo.pos2/src/components/Cashup/CashupSplitCoinsAndNotes/CashupSplitCoinsAndNotes.jsx
M web-jspack/org.openbravo.pos2/src/components/Cashup/CashupSplitCoinsAndNotes/__test__/CashupSplitCoinsAndNotes.test.jsx
M web-jspack/org.openbravo.pos2/src/components/Cashup/CashupSplitInputs/stories/CashupSplitInputs.stories.jsx
M web-jspack/org.openbravo.pos2/src/components/Cashup/CashupSteps/SelectCashToKeepStep/SelectCashToKeepStep.jsx
M web-jspack/org.openbravo.pos2/src/components/InitialCountWindow/stories/InitialCountWindow.stories.jsx
---