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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0046249
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSminoralways2021-04-12 12:362021-05-17 09:02
ReporterdmiguelezView Statuspublic 
Assigned Toranjith_qualiantech_com 
PrioritynormalResolutionfixedFixed in VersionRR21Q3
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0046249: Create Test Suite for Quotations and test it with and without the preference for new state actions

DescriptionRecently a new Preference has been included in the distribution in order to execute the logic of the POS using or not new State Actions.

Because of it, it is necessary to test some flows with and without the preference enabled.

An example can be found in the commits related to this issue:
https://issues.openbravo.com/view.php?id=46165 [^]

In this issue, the Returns Suite is executed taking into account the preference in AllReturnsTestsSA.java

For Quoations it is necessary to:
- 1st create a Test Suite
- Move all the existing Quotations tests in Selenium to the suite
- Add an AllQuotationsTestsSA.java to this suite
Steps To ReproduceRecently a new Preference has been included in the distribution in order to execute the logic of the POS using or not new State Actions.

Because of it, it is necessary to test some flows with and without the preference enabled.

An example can be found in the commits related to this issue:
https://issues.openbravo.com/view.php?id=46165 [^]

In this issue, the Returns Suite is executed taking into account the preference in AllReturnsTestsSA.java

For Quoations it is necessary to:
- 1st create a Test Suite
- Move all the existing Quotations tests in Selenium to the suite
- Add an AllQuotationsTestsSA.java to this suite
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to feature request 0046251 closeddmiguelez Add new State Action that allows to Transform a Ticket into a Quotation 

-  Notes
(0128156)
hgbot (developer)
2021-05-17 06:58

Merge Request created: https://gitlab.com/openbravo/ci/mobile-test/-/merge_requests/91 [^]
(0128186)
hgbot (developer)
2021-05-17 09:01

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.returns [^]
Changeset: 0dca01e4b5d6c06a86c39995ffae6cd8a20b143e
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 2021-05-17T10:25:03+05:30
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.returns/-/commit/0dca01e4b5d6c06a86c39995ffae6cd8a20b143e [^]

Fixed ISSUE-46249: SelectedQty should be updated in receiptLine when doing Verified returns
* When doing VR with multiple shipment, return lines should be added based on Selected lines with shippment quantity

---
M web/org.openbravo.retail.returns/js/modalReturnLines.js
---
(0128192)
hgbot (developer)
2021-05-17 09:02

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/ci/mobile-test [^]
Changeset: 02e2e047d4db9fe2c0123f8ae1579bf65fabece9
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 2021-05-17T07:02:38+00:00
URL: https://gitlab.com/openbravo/ci/mobile-test/-/commit/02e2e047d4db9fe2c0123f8ae1579bf65fabece9 [^]

Fixed ISSUE-46249: Added Independent Suite for Quotation

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/suites/concurrent/job011/AnonymousCustomerSuite.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/suites/concurrent/job011/AnonymousCustomerSuiteHV.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/suites/concurrent/job014/QuotationsSuite.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/suites/concurrent/job014/QuotationsSuiteHV.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/suites/concurrent/job014/QuotationsSuiteSA.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/customer/AllAnonymousCustomerTest.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/customer/AllAnonymousCustomerTestHV.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/AllQuotationsTests.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/AllQuotationsTestsHV.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/AllQuotationsTestsSA.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/ConvertOrderToQuotation.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/CreateAnonymousCustomerQuotation.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/CreateQuotationAnonymousCustomer.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I27631_QuotationnoResetAfterChangingPrefix.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I28588_UndefinedQuotationDate.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I28690_QuotationnoPrefixChangeAndSale.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I29223_QuotationnoConsecutive.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I29223_QuotationnoConsecutiveAfterDelete.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I29953_ReactivateQuotation.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I29993_QuotationDateInServer.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I30412_QuotationsAndPromotions.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I30487_ReactivateQuotation.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I30983_SalesFromQuotationDuplicateDocNo.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I31019_SalesFromQuotationSessionId.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I31064_OrderFromQuotationShouldBeLayaway.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I31379_DocumentSeqBasedOnUserSession.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I31862_VerifyTerminalQuotationNo.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I32112_VerifyOrderDateIsInISOFormat.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I32221_LoadQuotationWithoutBPartner.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I32575_VerifyPromotionOnOrderToQuotation.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I32699_VerifyFirmQuotationIssue.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I32827_VerifyButtonOnClosedReceipt.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I33028_QuotationReturnLines.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I33029_VerifyUndoForQuotation.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I33036_VerifyCalculationForQuotation.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I33439_QuotationAddServicesUnderEvaluation.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I34125_QuotationServicesCreateOrder.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I34125_QuotationServicesReactivateQuotation.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I34441_ReactivateQuotationAndCreateOrder.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I35663_QuotationCreateOrder.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I36830_VerifyOrderFromQuotations.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I37471_VerifyWrongDataGeneratedCreatingSalesOrderFromQuotation.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I37552_ProductWithAttributesUpdatingPrice.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I39204_VerifyPreferenceBeforeRunSyncProcess.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I41521_VerifyGoodShipmentAfterCreateSalesFromQuotation.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I41838_CreateOrderFromQuotationRemoveTicketAndVerifyStatusQuotation.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/PayButtonQuotationStates.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/QuotationProductsNotInAssortment.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/QuotationnoAfterQuotationLogoutLogin.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/QuotationnoAfterQuotationLogoutLoginII.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/QuotationnoWhenCreatingQuotations.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/ReactivateAnonymousQuotationFromBackend.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/RejectQuotationAnonymousCustomer.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/RejectQuotations.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/TryToCreateAQuotationFromNegativeOrder.java
M src-test/org/openbravo/test/mobile/retail/mobilecore/utils/RetailUtils.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/returns/I33149_VerifyReturnQtyWithTotalQty.java
---
(0128193)
hgbot (developer)
2021-05-17 09:02

Merge request merged: https://gitlab.com/openbravo/ci/mobile-test/-/merge_requests/91 [^]

- Issue History
Date Modified Username Field Change
2021-04-12 12:36 dmiguelez New Issue
2021-04-12 12:36 dmiguelez Assigned To => Retail
2021-04-12 12:36 dmiguelez Triggers an Emergency Pack => No
2021-04-12 13:07 dmiguelez Relationship added related to 0046251
2021-04-29 07:22 ranjith_qualiantech_com Assigned To Retail => ranjith_qualiantech_com
2021-04-29 12:50 ranjith_qualiantech_com Status new => scheduled
2021-05-17 06:58 hgbot Note Added: 0128156
2021-05-17 09:01 hgbot Resolution open => fixed
2021-05-17 09:01 hgbot Status scheduled => resolved
2021-05-17 09:01 hgbot Fixed in Version => RR21Q3
2021-05-17 09:01 hgbot Note Added: 0128186
2021-05-17 09:02 hgbot Status resolved => closed
2021-05-17 09:02 hgbot Note Added: 0128192
2021-05-17 09:02 hgbot Note Added: 0128193


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker