Notes |
|
(0095801)
|
hgbot
|
2017-04-03 13:52
|
|
Repository: tools/automation/pi-mobile
Changeset: a0d04e77f681a76dd59b18610118f89d5ad9f0d9
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon Apr 03 17:21:32 2017 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/a0d04e77f681a76dd59b18610118f89d5ad9f0d9 [^]
Verifies issue 35631 : Added automated test 'I35631_VerifyCashupKeyboard'
---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/TestIdPack.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/I35631_VerifyCashupKeyboard.java
---
|
|
|
(0095802)
|
hgbot
|
2017-04-03 13:53
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 899ed523bfa156f269cab857c8fe5d0573f7718c
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon Apr 03 17:22:00 2017 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/899ed523bfa156f269cab857c8fe5d0573f7718c [^]
Fixes issue 35631 : Enabled Negative Symbol in Cashup Keyboard
* In Cashup Step 2, Negative Amount should not be allowed for Cash payment methods
---
M src-db/database/sourcedata/AD_MESSAGE.xml
M web/org.openbravo.retail.posterminal/js/closecash/view/closekeyboard.js
---
|
|
|
(0095803)
|
hgbot
|
2017-04-03 14:00
|
|
|
|
|
The change in the UI side is correct. However, when you specify a negative counted amount, and at the same time automate the movement of the payment method, the cashup process generates a transaction in the payment method financial account with negative withdrawal amount, and a transaction in the bank account with negative deposit amount.
Instead, it should generate a transaction in the payment method financial account with positive deposit amount, and a transaction in the bank account with positive withdrawal amount. |
|
|
(0095930)
|
hgbot
|
2017-04-10 10:48
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: eb771ad2a6b524fbead359791900a14a30b93c12
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon Apr 10 14:08:12 2017 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/eb771ad2a6b524fbead359791900a14a30b93c12 [^]
Fixes issue 35631 : Transaction should be updated if any negative payments are present
* If there are negative payment from payment methods then payment method fin. transaction should be updated with positive deposit amount instead of negative withdrawal amount
and for bank account transaction, it should be update with positive withdrawal amount instead of negative deposit amount
---
M src/org/openbravo/retail/posterminal/CashCloseProcessor.java
---
|
|
|
|
Now the amount correctly goes to either the deposit or the payment column depending on whether it is positive or negative, but the transaction type is not changed. It should be changed to BPD or BPW depending on it being a deposit or a withdrawal. |
|
|
(0096025)
|
hgbot
|
2017-04-12 12:54
|
|
|
|
(0096026)
|
hgbot
|
2017-04-12 12:55
|
|
|