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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0038968
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSminorhave not tried2018-07-16 12:432018-10-22 12:55
ReporteraferrazView Statuspublic 
Assigned Toranjith_qualiantech_com 
PrioritynormalResolutionfixedFixed in VersionRR18Q4
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget VersionRR18Q4
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

0038968: Not enough stock popup displayed although OBPOSSV_EnableStockValidation preference disabled

DescriptionNot enough stock popup is displayed although OBPOSSV_EnableStockValidation preference is disabled.
Steps To ReproduceDisable OBPOSSV_EnableStockValidation preference.
Create a ticket with 1 unit of Avalanche transceiver in Web POS.
Check Not enough stock popup is not displayed.
Create a quotation with 1 unit of Avalanche transceiver in Web POS.
Check Not enough stock popup is not displayed.
Create ticket from quotation.
Check Not enough stock popup is displayed.
TagsNo tags attached.
Attached Filesdiff file icon 38968.diff [^] (860 bytes) 2018-07-18 17:37 [Show Content]

- Relationships Relation Graph ] Dependency Graph ]
depends on backport 0039496RR18Q3.2 closedgorka_gil Not enough stock popup displayed although OBPOSSV_EnableStockValidation preference disabled 
depends on backport 0039497RR18Q2.4 closedgorka_gil Not enough stock popup displayed although OBPOSSV_EnableStockValidation preference disabled 

-  Notes
(0105776)
hgbot (developer)
2018-07-18 12:40

Repository: erp/pmods/org.openbravo.retail.stockvalidation
Changeset: 3e0956e23dabcef4daf3f61faeb60b0ad0606084
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Jul 18 16:10:46 2018 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.stockvalidation/rev/3e0956e23dabcef4daf3f61faeb60b0ad0606084 [^]

Related to issue 38968 : Added Stock Validation Preferenc when Quotation changed to Sales Order

* Preference "OBPOSSV_EnableStockValidation" added when Sales Order is created from Quotations

---
M web/org.openbravo.retail.stockvalidation/js/modals.js
---
(0105780)
hgbot (developer)
2018-07-18 14:53

Repository: erp/pmods/org.openbravo.retail.stockvalidation
Changeset: f0c2b42466d1630e90ce5931b34c7c5ad3d33a89
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Jul 18 18:23:27 2018 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.stockvalidation/rev/f0c2b42466d1630e90ce5931b34c7c5ad3d33a89 [^]

Related to issue 38968 : Backed out changeset: 3e0956e23dab

---
M web/org.openbravo.retail.stockvalidation/js/modals.js
---
(0105783)
aferraz (manager)
2018-07-18 17:37

Push attached patch to pi-mobile together with issue fix.
(0105789)
hgbot (developer)
2018-07-19 10:39

Repository: erp/pmods/org.openbravo.retail.stockvalidation
Changeset: 050b355f4736d60ea3e6d2e04eb3fbdd19737766
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Thu Jul 19 14:08:48 2018 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.stockvalidation/rev/050b355f4736d60ea3e6d2e04eb3fbdd19737766 [^]

Related to issue 38968 : Added Stock Validation Preferenc when Quotation changed to Sales Order

* Preference "OBPOSSV_EnableStockValidation" added when Sales Order is created from Quotations

---
M web/org.openbravo.retail.stockvalidation/js/modals.js
---
(0105808)
hgbot (developer)
2018-07-19 15:38

Repository: tools/automation/pi-mobile
Changeset: 87b595b40b4f8374893b12a0dbde30dbec35ec88
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Thu Jul 19 19:08:19 2018 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/87b595b40b4f8374893b12a0dbde30dbec35ec88 [^]

Verifies issue 38968 : Enabled Stock Validation for following test

* OBCFRTestBase.java
* SFA009QuotationToOrderWithPreference.java
* I32368_OrderFromQuotationStockValidation.java
* I34089_OrderFromQuotationAllowNegativeStock.java
* I34089_OrderFromQuotationNotAllowNegativeStock.java

---
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/certification_france/OBCFRTestBase.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/stockvalidation/I32368_OrderFromQuotationStockValidation.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/stockvalidation/I34089_OrderFromQuotationAllowNegativeStock.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/stockvalidation/I34089_OrderFromQuotationNotAllowNegativeStock.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/supportforattributes/SFA009QuotationToOrderWithPreference.java
---
(0105819)
hgbot (developer)
2018-07-20 08:40

Repository: tools/automation/pi-mobile
Changeset: 03e7ab516006f918a56deac36608fddc517c9127
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri Jul 20 12:10:44 2018 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/03e7ab516006f918a56deac36608fddc517c9127 [^]

Verifies issue 38968 : Enabled Stock Validation for following test

* SFA010QuotationToOrderWithoutPreference.java

---
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/supportforattributes/SFA010QuotationToOrderWithoutPreference.java
---

- Issue History
Date Modified Username Field Change
2018-07-16 12:43 aferraz New Issue
2018-07-16 12:43 aferraz Assigned To => Retail
2018-07-16 12:43 aferraz Triggers an Emergency Pack => No
2018-07-16 15:05 ranjith_qualiantech_com Assigned To Retail => ranjith_qualiantech_com
2018-07-16 15:05 ranjith_qualiantech_com Status new => scheduled
2018-07-18 12:40 hgbot Checkin
2018-07-18 12:40 hgbot Note Added: 0105776
2018-07-18 14:53 hgbot Checkin
2018-07-18 14:53 hgbot Note Added: 0105780
2018-07-18 17:37 aferraz Note Added: 0105783
2018-07-18 17:37 aferraz File Added: 38968.diff
2018-07-19 10:39 hgbot Checkin
2018-07-19 10:39 hgbot Note Added: 0105789
2018-07-19 15:38 hgbot Checkin
2018-07-19 15:38 hgbot Note Added: 0105808
2018-07-19 15:47 hgbot Checkin
2018-07-19 15:47 hgbot Note Added: 0105810
2018-07-20 08:15 ranjith_qualiantech_com Status scheduled => resolved
2018-07-20 08:15 ranjith_qualiantech_com Resolution open => fixed
2018-07-20 08:31 ranjith_qualiantech_com Note Deleted: 0105810
2018-07-20 08:40 hgbot Checkin
2018-07-20 08:40 hgbot Note Added: 0105819
2018-08-17 08:49 marvintm Review Assigned To => marvintm
2018-08-17 08:49 marvintm Status resolved => closed
2018-08-17 08:49 marvintm Fixed in Version => RR18Q4
2018-10-22 12:53 gorka_gil Status closed => new
2018-10-22 12:53 gorka_gil Resolution fixed => open
2018-10-22 12:53 gorka_gil Fixed in Version RR18Q4 =>
2018-10-22 12:53 gorka_gil Status new => scheduled
2018-10-22 12:55 gorka_gil Status scheduled => resolved
2018-10-22 12:55 gorka_gil Fixed in Version => RR18Q4
2018-10-22 12:55 gorka_gil Resolution open => fixed
2018-10-22 12:55 gorka_gil Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker