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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0037595
TypeCategorySeverityReproducibilityDate SubmittedLast Update
backport[Retail Modules] Web POSmajoralways2017-12-15 14:042018-02-20 07:48
ReportermalsasuaView Statuspublic 
Assigned Toranjith_qualiantech_com 
PrioritynormalResolutionfixedFixed in VersionRR17Q4.1
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget VersionRR17Q4.1
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tomarvintm
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0037595: Error using credit in return receipts with complex payment terms

DescriptionIf one return receipt is paid using credit, and the payment method of business partner is complex (more than one line), the Sales Order is stuck in Error While Importing with the error:
java.lang.NullPointerException
    at sun.util.calendar.ZoneInfo.inDaylightTime(ZoneInfo.java:501)
    at org.openbravo.advpaymentmngt.utility.FIN_Utility.getDaysBetween(FIN_Utility.java:678)
    at org.openbravo.advpaymentmngt.utility.FIN_Utility.getDaysToDue(FIN_Utility.java:669)
    at org.openbravo.retail.posterminal.OrderLoader.handlePayments(OrderLoader.java:2431)
    at org.openbravo.retail.posterminal.OrderLoader.saveRecord(OrderLoader.java:542)
Steps To ReproduceBO:
. configure terminal type to allow use credit
. configure Arturo Montoro with payment term:
   "20% a 15 días, 40% a 30 días y resto a 60 días"

POS:
. create a new return receipt to Arturo Montoro
. pay it using credit

BO:
. go to Errors While Importing window
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
blocks defect 0037493 closedranjith_qualiantech_com Error using credit in return receipts with complex payment terms 

-  Notes
(0101909)
hgbot (developer)
2018-01-23 12:19

Repository: retail/backports/3.0RR17Q4.1/pi-mobile
Changeset: 0bc1e6cd9faf10300f82dd7a8077955369e17088
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Jan 23 16:49:18 2018 +0530
URL: http://code.openbravo.com/retail/backports/3.0RR17Q4.1/pi-mobile/rev/0bc1e6cd9faf10300f82dd7a8077955369e17088 [^]

Verifies issue 37595 : Added automated test 'I37343_VerifyPymtScheDetailWithCredit'

---
M src-test/org/openbravo/test/mobile/retail/pack/database/WebPOSDatabaseConstants.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/I31471_PayLayawayAlreadyInvoiced.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I31600_VerfiyPaidOnCredit.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I35571_VerifyReceiptWithMutiPaymentTerm.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I36907_VerifyReceiptWithPaymentTermLine.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I36907_VerifyReceiptWithPaymentTermLineII.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I37343_VerifyPymtScheDetailWithCredit.java
---
(0101911)
ranjith_qualiantech_com (developer)
2018-01-23 12:30

Fixed in https://code.openbravo.com/retail/backports/3.0RR17Q4.1/org.openbravo.retail.posterminal/rev/9c522af47c34 [^]
Fixed issue 37595 : Validate PaymentTerm lines for return receipt in OrderLoader

* Added new method "addPaymentSchedule" for adding invoice payment schedule in OrderLoader
(0102502)
hgbot (developer)
2018-02-20 07:48

Repository: tools/automation/pi-mobile
Changeset: 0bc1e6cd9faf10300f82dd7a8077955369e17088
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Jan 23 16:49:18 2018 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/0bc1e6cd9faf10300f82dd7a8077955369e17088 [^]

Verifies issue 37595 : Added automated test 'I37343_VerifyPymtScheDetailWithCredit'

---
M src-test/org/openbravo/test/mobile/retail/pack/database/WebPOSDatabaseConstants.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/I31471_PayLayawayAlreadyInvoiced.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I31600_VerfiyPaidOnCredit.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I35571_VerifyReceiptWithMutiPaymentTerm.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I36907_VerifyReceiptWithPaymentTermLine.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I36907_VerifyReceiptWithPaymentTermLineII.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I37343_VerifyPymtScheDetailWithCredit.java
---

- Issue History
Date Modified Username Field Change
2018-01-08 11:54 marvintm Type defect => backport
2018-01-08 11:54 marvintm Target Version => RR17Q4.1
2018-01-23 12:19 hgbot Checkin
2018-01-23 12:19 hgbot Note Added: 0101909
2018-01-23 12:30 ranjith_qualiantech_com Note Added: 0101911
2018-01-23 12:30 ranjith_qualiantech_com Status scheduled => resolved
2018-01-23 12:30 ranjith_qualiantech_com Resolution open => fixed
2018-01-25 11:40 marvintm Review Assigned To => marvintm
2018-01-25 11:40 marvintm Status resolved => closed
2018-01-25 11:40 marvintm Fixed in Version => RR17Q4.1
2018-02-20 07:48 hgbot Checkin
2018-02-20 07:48 hgbot Note Added: 0102502


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker