Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0044074 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | minor | have not tried | 2020-05-15 13:00 | 2020-06-23 10:19 | |||
Reporter | Sandrahuguet | View Status | public | |||||
Assigned To | Sandrahuguet | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | RR20Q3 | |||
Status | closed | Fix in branch | Fixed in SCM revision | cd963f83ed12 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | marvintm | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0044074: Business partner masterdata models have been migrated to Indexeddb | |||||||
Description | Business partner masterdata models have been migrated to Indexeddb Models migrated: BusinessPartner BPLocation BPartnerFilter Models removed: ChangedBPLocation ChangedBusinessPartner | |||||||
Steps To Reproduce | N/A | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||||||||||||||||
|
Notes | |
(0120413) hgbot (developer) 2020-05-28 16:17 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: cd963f83ed129d520a947a6ba027c440d3b97a62 Author: Sandra Huguet <sandra.huguet <at> openbravo.com> Date: Thu May 28 16:07:10 2020 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/cd963f83ed129d520a947a6ba027c440d3b97a62 [^] Fixes ISSUE-44074: Merge masterdata-businesspartner branch in master --- M src/org/openbravo/retail/posterminal/CustomerLoader.java M src/org/openbravo/retail/posterminal/OBPOSComponentProvider.java M src/org/openbravo/retail/posterminal/master/BPLocation.java M src/org/openbravo/retail/posterminal/master/BusinessPartner.java M web/org.openbravo.retail.posterminal/js/components/bplocation.js M web/org.openbravo.retail.posterminal/js/components/bplocationship.js M web/org.openbravo.retail.posterminal/js/components/businesspartner_selector.js M web/org.openbravo.retail.posterminal/js/data/datacustomeraddrsave.js M web/org.openbravo.retail.posterminal/js/data/datacustomersave.js M web/org.openbravo.retail.posterminal/js/login/model/login-model.js M web/org.openbravo.retail.posterminal/js/model/bpartnerfilter.js M web/org.openbravo.retail.posterminal/js/model/bplocation.js M web/org.openbravo.retail.posterminal/js/model/businesspartner.js M web/org.openbravo.retail.posterminal/js/model/order.js M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-model.js M web/org.openbravo.retail.posterminal/js/pointofsale/view/modals/modalcreditsales.js M web/org.openbravo.retail.posterminal/js/pointofsale/view/subwindows/customeraddress/components/sharedcomponents.js M web/org.openbravo.retail.posterminal/js/pointofsale/view/subwindows/customers/customerdetailview.js M web/org.openbravo.retail.posterminal/js/utils/remoteUtils.js A web/org.openbravo.retail.posterminal/app/model/business-object/business-partner/SynchronizeBusinessPartner.js A web/org.openbravo.retail.posterminal/app/model/business-object/business-partner/SynchronizeBusinessPartnerLocation.js A web/org.openbravo.retail.posterminal/app/model/masterdata/BusinessPartnerLocationModel.js A web/org.openbravo.retail.posterminal/app/model/masterdata/BusinessPartnerModel.js R web/org.openbravo.retail.posterminal/js/model/changedbplocation.js R web/org.openbravo.retail.posterminal/js/model/changedbusinesspartners.js --- |
(0120416) hgbot (developer) 2020-05-28 16:29 |
Repository: tools/automation/pi-mobile Changeset: 029cab0f1b3395e7145867ea33217b12536ea363 Author: Sandra Huguet <sandra.huguet <at> openbravo.com> Date: Thu May 28 16:27:07 2020 +0200 URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/029cab0f1b3395e7145867ea33217b12536ea363 [^] related to ISSUE-44074: Merge masterdata-businesspartner branch in master --- M src-test/org/openbravo/test/mobile/core/utils/AllowedErrorsHelper.java M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/TestIdExtModules.java M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/contactinfoforproduct/VerifyAddPaymentReturnForLineWithoutInfoSet.java M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/loyalty/giftcertificates/REDPTS010_WhenSubscriptionsAreValidButtonsAreShown.java M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/loyalty/giftcertificates/REDPTS020_WhenNoSubscriptionsButtonsAreNotShown.java M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/loyalty/giftcertificates/REDPTS030_WhenNoGiftCertificateBurnRuleButtonsAreNotShown.java M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/loyalty/giftcertificates/REDPTS040_WhenCustomerIsInStatusWichCannotBurnPointsButtonsAreNotShown.java M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/loyalty/giftcertificates/REDPTS050_WhenAvailablePointsIsLowerThanMinimumPointsButtonsAreNotShown.java M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/loyalty/giftcertificates/REDPTS060_SimplifiedFlowEnabledOnlyIfOneSubscriptionWithAvailablePoints.java M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/loyalty/giftcertificates/REDPTS070_SimplifiedFlowConsumeJustNeededPointsWhenAmountToPayIsLowerThanAvailableInSubscription.java M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/loyalty/giftcertificates/REDPTS080_ManualTotalAmountEnteredAndPaymentWithAvailablePoints.java M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/loyalty/giftcertificates/REDPTS090_ManualAmountEnteredAtKeyboardExceedsAvailablePoints.java M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/loyalty/giftcertificates/REDPTS100_PayWithPartialPaymentsFromSameProgramAvailableAmount.java M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/loyalty/giftcertificates/REDPTS110_PaymentExactAmountWithAvailablePoints.java M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/loyalty/giftcertificates/REDPTS120_CancelOrderIfOverpaymentExceedsPaidInCashAndThereIsLoyaltyPayments.java M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/loyalty/points/ALP010AddLoyaltyPointsForCustomerWithMultipleSubscriptionsFromMenuEntry.java M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/loyalty/points/ALP050AddLoyaltyPointsForCustomerChangingPreLoadSubscriptionFromLastActivity.java M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/loyalty/points/ALP070AddLoyaltyPointsForCustomerFromMenuEntryWithApproval.java M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/loyalty/points/ALP080AddLoyaltyPointsForCustomerFromLastActivityWithApproval.java M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/loyalty/subscriptions/LPNR090_CardGeneratedToAutomaticSubscriptionWhenCustomerIsCreated.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/I34743_JSErrorShownInBPandBPLocationDetails.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I35931_SaveCorrectlyCustomerShipmentAndBillingInfo.java R src-test/org/openbravo/test/mobile/retail/pack/selenium/suites/concurrent/job017/SynchronizedSuite.java R src-test/org/openbravo/test/mobile/retail/pack/selenium/suites/concurrent/job017/SynchronizedSuiteHV.java R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I32583_ReceiptModifyCustomerData.java R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/AllSynchronizedTests.java R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/AllSynchronizedTestsHV.java R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/BaseSynchronizedTransactionTest.java R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/SynchronizedCashupWithDeposit.java R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_CMGa10_CashManagementDeposit.java R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_CashUpPartialWithSale.java R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_CashupWithSaleAndReturn.java R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_CreateMultiorder.java R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_CreateSaleAndReturn.java R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_I25623_VerifiedReturnsAvoidMoreThanOrdered.java R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_I27476_SameDocumentNoAfterPayAndReload.java R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_I27615_PartiallyPaidLayaway.java R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_I30412_QuotationsAndPromotions.java R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_I30997_NewCustomerForReceipt.java R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_I31019_SalesFromQuotationSessionId.java R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_I31323_LayawayPayOpenTicket.java R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_I31462_VoidLayaway.java R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_I35744_PayOpenTickets.java R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_LAWa010_CreateLayaway.java R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_MPLSaleAndReturn.java R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_NewDocumentnoAfterSale.java R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_ReceiptsSearchExample.java R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_RejectQuotations.java R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_ReturnServiceTests.java R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_SaleAndCashupVerifyingDatabaseI.java R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_SaleAndCashupVerifyingDatabaseII.java R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_SaleWithTwentyLines.java R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_SameDocumentnoAfterDeletingReceipt.java R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_SameDocumentnoAfterRefresh.java R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_SameDocumentnoAfterRefreshWithCreatedOrder.java R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_VerifyLayawayToReceipt.java R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/TestSynchronizedSaleWithError.java R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/TestSynchronizedTransaction.java --- |
(0120419) hgbot (developer) 2020-05-28 16:38 |
Repository: erp/pmods/org.openbravo.mobile.core Changeset: c4bc5b415c3e0290e17e5423dc27def7b64658f9 Author: Sandra Huguet <sandra.huguet <at> openbravo.com> Date: Thu May 28 16:34:56 2020 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/c4bc5b415c3e0290e17e5423dc27def7b64658f9 [^] related to ISSUE-44074: Merge masterdata-businesspartner branch in master --- M web/org.openbravo.mobile.core/app/model/synchronization-buffer/BackendEndpoint.js M web/org.openbravo.mobile.core/app/model/synchronization-buffer/MasterdataEndpoint.js M web/org.openbravo.mobile.core/source/component/dialog/ob-modaladvancedfilters.js M web/org.openbravo.mobile.core/source/model/ob-terminal-model.js --- |
(0120420) hgbot (developer) 2020-05-28 16:43 |
Repository: erp/pmods/org.openbravo.retail.contactinfoforproduct Changeset: 3145afa17ad7e7ed3ebdf55d7618d67e564c67fc Author: Sandra Huguet <sandra.huguet <at> openbravo.com> Date: Thu May 28 16:41:30 2020 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.contactinfoforproduct/rev/3145afa17ad7e7ed3ebdf55d7618d67e564c67fc [^] related to ISSUE-44074: Merge masterdata-businesspartner branch in master --- M web/org.openbravo.retail.contactinfoforproduct/js/hookPrePayment.js M web/org.openbravo.retail.contactinfoforproduct/js/modalItemDeclaration.js --- |
(0120421) hgbot (developer) 2020-05-28 16:47 |
Repository: erp/pmods/org.openbravo.retail.emailphoneicons Changeset: 5b175f6025863848833c34d0e48a1f1f35945c5f Author: Sandra Huguet <sandra.huguet <at> openbravo.com> Date: Thu May 28 16:44:41 2020 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.emailphoneicons/rev/5b175f6025863848833c34d0e48a1f1f35945c5f [^] related to ISSUE-44074: Merge masterdata-businesspartner branch in master --- M web/org.openbravo.retail.emailphoneicons/js/components/receiptHeaderButtons.js M web/org.openbravo.retail.emailphoneicons/js/components/searchResultBPButtons.js --- |
(0120422) hgbot (developer) 2020-05-28 16:50 |
Repository: erp/pmods/org.openbravo.retail.giftcards Changeset: 4e2d4b72a20cfc8a7b47a00069e8a406b442d879 Author: Sandra Huguet <sandra.huguet <at> openbravo.com> Date: Thu May 28 16:49:36 2020 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.giftcards/rev/4e2d4b72a20cfc8a7b47a00069e8a406b442d879 [^] related to ISSUE-44074: Merge masterdata-businesspartner branch in master --- M web/org.openbravo.retail.giftcards/js/components/GiftCardReimbursePaymentSelector.js A web/org.openbravo.retail.giftcards/app/.eslintrc.json --- |
(0120423) hgbot (developer) 2020-05-28 16:54 |
Repository: erp/pmods/org.openbravo.retail.loyalty.programs Changeset: 6193684fdcba1d7541df30307879a75d0c50aa3a Author: Sandra Huguet <sandra.huguet <at> openbravo.com> Date: Thu May 28 16:52:19 2020 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.loyalty.programs/rev/6193684fdcba1d7541df30307879a75d0c50aa3a [^] related to ISSUE-44074: Merge masterdata-businesspartner branch in master --- M src/org/openbravo/retail/loyalty/programs/OBRLPComponentProvider.java M web/org.openbravo.retail.loyalty.programs/js/component/bp-programs-and-points.js M web/org.openbravo.retail.loyalty.programs/js/hooks/obrlp_postBarcodeAction.js M web/org.openbravo.retail.loyalty.programs/js/model/businesspartner.js M web/org.openbravo.retail.loyalty.programs/js/utils/obrlputils.js M web/org.openbravo.retail.loyalty.programs/js/view/addpoints-popup.js M web/org.openbravo.retail.loyalty.programs/js/view/subscription-create-form.js A web/org.openbravo.retail.loyalty.programs/app/model/business-object/business-partner/SynchronizeLoyaltyBusinessPartner.js --- |
(0120424) hgbot (developer) 2020-05-28 16:57 |
Repository: erp/pmods/org.openbravo.retail.selfcheckout Changeset: e550028462a4d69b51b6f1fdb4046e7c51cdec2c Author: Sandra Huguet <sandra.huguet <at> openbravo.com> Date: Thu May 28 16:56:20 2020 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.selfcheckout/rev/e550028462a4d69b51b6f1fdb4046e7c51cdec2c [^] related to ISSUE-44074: Merge masterdata-businesspartner branch in master --- M web/org.openbravo.retail.selfcheckout/source/view/scoModel.js --- |
(0120425) hgbot (developer) 2020-05-28 17:00 |
Repository: erp/pmods/org.openbravo.retail.taxexempt Changeset: 893009fcb7b5fbf560648840c9b9b4ec8b7c6491 Author: Sandra Huguet <sandra.huguet <at> openbravo.com> Date: Thu May 28 16:59:02 2020 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.taxexempt/rev/893009fcb7b5fbf560648840c9b9b4ec8b7c6491 [^] related to ISSUE-44074: Merge masterdata-businesspartner branch in master --- M web/org.openbravo.retail.taxexempt/js/taxExemptButton.js --- |
(0120977) hgbot (developer) 2020-06-23 10:07 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 22c0274cba122feb978b010922998fb10cd8ffed Author: Sandra Huguet <sandra.huguet <at> openbravo.com> Date: Tue Jun 23 10:06:41 2020 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/22c0274cba122feb978b010922998fb10cd8ffed [^] related to issue 44074 added tests for synchronize bp and bplocation --- A web-test/model/business-object/business-partner/SynchronizeBusinessPartner.test.js A web-test/model/business-object/business-partner/SynchronizeBusinessPartnerLocation.test.js --- |
(0120979) hgbot (developer) 2020-06-23 10:19 |
Repository: erp/pmods/org.openbravo.retail.loyalty.programs Changeset: fa64265b96923db669dd75d1ccb4c0eee591b38b Author: Sandra Huguet <sandra.huguet <at> openbravo.com> Date: Tue Jun 23 10:18:40 2020 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.loyalty.programs/rev/fa64265b96923db669dd75d1ccb4c0eee591b38b [^] related to ISSUE-44074: added test for synchronize loyalty businesspartner --- A web-test/model/business-object/business-partner/SynchronizeLoyaltyBusinessPartner.test.js --- |
Issue History | |||
Date Modified | Username | Field | Change |
2020-05-15 13:00 | Sandrahuguet | New Issue | |
2020-05-15 13:00 | Sandrahuguet | Assigned To | => Sandrahuguet |
2020-05-15 13:00 | Sandrahuguet | Triggers an Emergency Pack | => No |
2020-05-19 16:09 | Sandrahuguet | Relationship added | related to 0043657 |
2020-05-28 11:38 | gorka_gil | Relationship added | related to 0044221 |
2020-05-28 11:48 | gorka_gil | Relationship added | related to 0044222 |
2020-05-28 16:17 | hgbot | Checkin | |
2020-05-28 16:17 | hgbot | Note Added: 0120413 | |
2020-05-28 16:17 | hgbot | Status | new => resolved |
2020-05-28 16:17 | hgbot | Resolution | open => fixed |
2020-05-28 16:17 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/cd963f83ed129d520a947a6ba027c440d3b97a62 [^] |
2020-05-28 16:29 | hgbot | Checkin | |
2020-05-28 16:29 | hgbot | Note Added: 0120416 | |
2020-05-28 16:38 | hgbot | Checkin | |
2020-05-28 16:38 | hgbot | Note Added: 0120419 | |
2020-05-28 16:43 | hgbot | Checkin | |
2020-05-28 16:43 | hgbot | Note Added: 0120420 | |
2020-05-28 16:47 | hgbot | Checkin | |
2020-05-28 16:47 | hgbot | Note Added: 0120421 | |
2020-05-28 16:50 | hgbot | Checkin | |
2020-05-28 16:51 | hgbot | Note Added: 0120422 | |
2020-05-28 16:54 | hgbot | Checkin | |
2020-05-28 16:54 | hgbot | Note Added: 0120423 | |
2020-05-28 16:57 | hgbot | Checkin | |
2020-05-28 16:57 | hgbot | Note Added: 0120424 | |
2020-05-28 17:00 | hgbot | Checkin | |
2020-05-28 17:00 | hgbot | Note Added: 0120425 | |
2020-05-29 08:41 | Sandrahuguet | Review Assigned To | => marvintm |
2020-06-04 17:01 | marvintm | Status | resolved => closed |
2020-06-04 17:01 | marvintm | Fixed in Version | => RR20Q3 |
2020-06-23 10:07 | hgbot | Checkin | |
2020-06-23 10:07 | hgbot | Note Added: 0120977 | |
2020-06-23 10:19 | hgbot | Checkin | |
2020-06-23 10:19 | hgbot | Note Added: 0120979 |
Copyright © 2000 - 2009 MantisBT Group |