Notes |
|
(0121781)
|
hgbot
|
2020-08-04 10:14
|
|
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: bf21ded351dca4fb3a7ea1b39f8b943b3a526d34
Author: Carlos Aristu <carlos.aristu@openbravo.com>
Date: 2020-08-04T10:12:19+02:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/bf21ded351dca4fb3a7ea1b39f8b943b3a526d34 [^]
Fixes ISSUE-44743: IndexedDB - Phase 2
MR: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/6 [^]
---
A web-test/model/business-logic/pack/Pack.test.js
A web-test/model/business-logic/stock/StockChecker.test.js
A web-test/model/business-object/cashup/Cashup-InitCashup-ActionPreparation.test.js
A web-test/model/business-object/cashup/Cashup-cancelCashManagements-StateAction.test.js
A web-test/model/business-object/cashup/Cashup-completeCashupAndCreateNew.test.js
A web-test/model/business-object/cashup/Cashup-createCashManagement-StateAction.test.js
A web-test/model/business-object/cashup/Cashup-initCashup-StateAction-fromBackend.test.js
A web-test/model/business-object/cashup/Cashup-initCashup-StateAction-fromLocal.test.js
A web-test/model/business-object/cashup/Cashup-initCashup-StateAction-fromScratch.test.js
A web-test/model/business-object/cashup/Cashup-processCashManagements-StateAction.test.js
A web-test/model/business-object/cashup/Cashup-updateCashupFunction-afterTicketDone.test.js
A web-test/model/business-object/cashup/Cashup.test.js
A web-test/model/business-object/cashup/SetupCashup.js
A web-test/model/business-object/cashup/SetupCashupUtils.js
A web-test/model/business-object/cashup/SetupGlobalUtils.js
A web-test/model/business-object/cashup/test-data/cashupAfterComplete.js
A web-test/model/business-object/cashup/test-data/cashupAfterLoadCashupFromBackend.js
A web-test/model/business-object/cashup/test-data/cashupAfterLoadCashupFromBackendWithoutPayments.js
A web-test/model/business-object/cashup/test-data/cashupAfterTicketDone.js
A web-test/model/business-object/cashup/test-data/cashupBeforeComplete.js
A web-test/model/business-object/cashup/test-data/cashupBeforeTicketDone.js
A web-test/model/business-object/cashup/test-data/cashupCreatedFromScratch.js
A web-test/model/business-object/cashup/test-data/cashupCreatedFromScratchWithoutLastCashupPayments.js
A web-test/model/business-object/cashup/test-data/cashupMessageSharedPayments.js
A web-test/model/business-object/cashup/test-data/cleanCashup.js
A web-test/model/business-object/cashup/test-data/closeCashupInfoForCompleteCashup.js
A web-test/model/business-object/cashup/test-data/messagesAfterCompleteCashup.js
A web-test/model/business-object/cashup/test-data/messagesAfterCompleteCashupSharedPayments.js
A web-test/model/business-object/cashup/test-data/requestCashupFromBackend.js
A web-test/model/business-object/cashup/test-data/requestCashupFromBackendNoData.js
A web-test/model/business-object/cashup/test-data/requestCashupFromBackendProcessed.js
A web-test/model/business-object/cashup/test-data/terminalPayments.js
A web-test/model/business-object/cashup/test-data/terminalPaymentsWhenLoadingCashupFromBackend.js
A web-test/model/business-object/cashup/test-data/ticketAfterTicketDone.js
A web-test/model/business-object/cashup/test-data/ticketBeforeUpdateCashup.js
A web-test/model/business-object/cashup/test-data/unInitializeCashup.js
A web-test/model/business-object/ticket/AddApprovalsModelHook.test.js
A web-test/model/business-object/ticket/CalculateTotalsModelHook.test.js
A web-test/model/business-object/ticket/TicketUtils.test.js
A web-test/model/business-object/ticket/actions/AddByTotalPromotion.test.js
A web-test/model/business-object/ticket/actions/AddProduct-actionPreparation.test.js
A web-test/model/business-object/ticket/actions/AddProduct.test.js
A web-test/model/business-object/ticket/actions/DisplayTotal.test.js
A web-test/model/business-object/ticket/actions/Print.test.js
A web-test/model/business-object/ticket/actions/PrintLine.test.js
A web-test/model/business-object/ticket/actions/ReactivateQuotation.test.js
A web-test/model/business-object/ticket/actions/RemovePromotion.test.js
A web-test/model/business-object/ticket/actions/SetLinePrice-actionPreparation.test.js
A web-test/model/business-object/ticket/actions/SetLinePrice.test.js
A web-test/model/business-object/ticket/actions/SetupTicketUtils.js
A web-test/model/business-object/ticket/actions/SplitLine-actionPreparation.test.js
A web-test/model/business-object/ticket/actions/SplitLine.test.js
A web-test/model/synchronization-buffer/HardwareManagerEndpoint.test.js
A web/org.openbravo.retail.posterminal/app/model/business-logic/pack/Pack.js
A web/org.openbravo.retail.posterminal/app/model/business-logic/pack/ProductPack.js
A web/org.openbravo.retail.posterminal/app/model/business-logic/pack/ProductPackProvider.js
A web/org.openbravo.retail.posterminal/app/model/business-logic/stock/StockChecker.js
A web/org.openbravo.retail.posterminal/app/model/business-object/cashup/CashManagementUtils.js
A web/org.openbravo.retail.posterminal/app/model/business-object/cashup/Cashup.js
A web/org.openbravo.retail.posterminal/app/model/business-object/cashup/CashupUtils.js
A web/org.openbravo.retail.posterminal/app/model/business-object/cashup/PaymentMethodUtils.js
A web/org.openbravo.retail.posterminal/app/model/business-object/cashup/actions/CancelCashManagements.js
A web/org.openbravo.retail.posterminal/app/model/business-object/cashup/actions/CompleteCashupAndCreateNew.js
A web/org.openbravo.retail.posterminal/app/model/business-object/cashup/actions/CreateCashManagement.js
A web/org.openbravo.retail.posterminal/app/model/business-object/cashup/actions/InitCashup.js
A web/org.openbravo.retail.posterminal/app/model/business-object/cashup/actions/ProcessCashManagements.js
A web/org.openbravo.retail.posterminal/app/model/business-object/cashup/actions/UpdateCashup.js
A web/org.openbravo.retail.posterminal/app/model/business-object/ticket/AddApprovalsModelHook.js
A web/org.openbravo.retail.posterminal/app/model/business-object/ticket/CalculateTotalsModelHook.js
A web/org.openbravo.retail.posterminal/app/model/business-object/ticket/Ticket.js
A web/org.openbravo.retail.posterminal/app/model/business-object/ticket/TicketUtils.js
A web/org.openbravo.retail.posterminal/app/model/business-object/ticket/actions/AddByTotalPromotion.js
A web/org.openbravo.retail.posterminal/app/model/business-object/ticket/actions/AddProduct.js
A web/org.openbravo.retail.posterminal/app/model/business-object/ticket/actions/DisplayTotal.js
A web/org.openbravo.retail.posterminal/app/model/business-object/ticket/actions/Print.js
A web/org.openbravo.retail.posterminal/app/model/business-object/ticket/actions/PrintLine.js
A web/org.openbravo.retail.posterminal/app/model/business-object/ticket/actions/ReactivateQuotation.js
A web/org.openbravo.retail.posterminal/app/model/business-object/ticket/actions/RejectQuotation.js
A web/org.openbravo.retail.posterminal/app/model/business-object/ticket/actions/RemovePromotion.js
A web/org.openbravo.retail.posterminal/app/model/business-object/ticket/actions/SetLinePrice.js
A web/org.openbravo.retail.posterminal/app/model/business-object/ticket/actions/SplitLine.js
A web/org.openbravo.retail.posterminal/app/model/synchronization-buffer/HardwareManagerEndpoint.js
A web/org.openbravo.retail.posterminal/js/pointofsale/model/stock-checker.js
M src-db/database/sourcedata/AD_MESSAGE.xml
M src/org/openbravo/retail/posterminal/CashCloseProcessor.java
M src/org/openbravo/retail/posterminal/OBPOSComponentProvider.java
M src/org/openbravo/retail/posterminal/OrderLoader.java
M src/org/openbravo/retail/posterminal/PaidReceiptLinesProperties.java
M src/org/openbravo/retail/posterminal/ProcessCashClose.java
M src/org/openbravo/retail/posterminal/UpdateCashup.java
M src/org/openbravo/retail/posterminal/importprocess/QuotationsRejectEntryProcessor.java
M src/org/openbravo/retail/posterminal/master/Cashup.java
M web-test/model/business-object/business-partner/SynchronizeBusinessPartner.test.js
M web-test/model/business-object/business-partner/SynchronizeBusinessPartnerLocation.test.js
M web-test/model/business-object/document-sequence/DocumentSequence-DecreaseSequence.test.js
M web-test/model/business-object/document-sequence/DocumentSequence-IncreaseSequence.test.js
M web-test/model/business-object/document-sequence/DocumentSequence-InitializeSequence.test.js
M web-test/model/business-object/safebox/SynchronizeCountSafeBox.test.js
M web/org.openbravo.retail.posterminal/app/model/business-logic/taxes-engine/interface/tax-posinterface.js
M web/org.openbravo.retail.posterminal/js/actions/changeprice.js
M web/org.openbravo.retail.posterminal/js/cashmgmt/model/cashmgmt-model.js
M web/org.openbravo.retail.posterminal/js/cashmgmt/view/cashmgmt.js
M web/org.openbravo.retail.posterminal/js/cashmgmt/view/listdepositsdrops.js
M web/org.openbravo.retail.posterminal/js/closecash/model/cashup/cashup-model.js
M web/org.openbravo.retail.posterminal/js/closecash/view/cashup/cashup.js
M web/org.openbravo.retail.posterminal/js/closecash/view/cashup/tabcashmaster.js
M web/org.openbravo.retail.posterminal/js/closecash/view/tabcountcash.js
M web/org.openbravo.retail.posterminal/js/closecash/view/tabpostprintclose.js
M web/org.openbravo.retail.posterminal/js/components/mockpayments.js
M web/org.openbravo.retail.posterminal/js/components/modalPriceModification.js
M web/org.openbravo.retail.posterminal/js/components/modalinvoices.js
M web/org.openbravo.retail.posterminal/js/components/modalreceiptlineproperties.js
M web/org.openbravo.retail.posterminal/js/components/modalselectopenreceipts.js
M web/org.openbravo.retail.posterminal/js/components/modalsplitlines.js
M web/org.openbravo.retail.posterminal/js/components/order.js
M web/org.openbravo.retail.posterminal/js/data/datacustomersave.js
M web/org.openbravo.retail.posterminal/js/data/dataordersave.js
M web/org.openbravo.retail.posterminal/js/data/dataordertaxes.js
M web/org.openbravo.retail.posterminal/js/datasource.js
M web/org.openbravo.retail.posterminal/js/discountsengine/pos/pos-discounts.js
M web/org.openbravo.retail.posterminal/js/login/model/login-model.js
M web/org.openbravo.retail.posterminal/js/model/cashmanagement.js
M web/org.openbravo.retail.posterminal/js/model/cashup.js
M web/org.openbravo.retail.posterminal/js/model/order.js
M web/org.openbravo.retail.posterminal/js/model/paymentmethodcashup.js
M web/org.openbravo.retail.posterminal/js/model/prepaymentrules.js
M web/org.openbravo.retail.posterminal/js/model/product.js
M web/org.openbravo.retail.posterminal/js/model/taxcashup.js
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-model.js
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-print.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/editline.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/keyboardorder.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/payment.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/pointofsale.js
M web/org.openbravo.retail.posterminal/js/taxesengine/pos/pos-taxes.js
M web/org.openbravo.retail.posterminal/js/utils/cashManagementUtils.js
M web/org.openbravo.retail.posterminal/js/utils/cashUpReportUtils.js
M web/org.openbravo.retail.posterminal/js/utils/ob-utilitiesuipos.js
R web/org.openbravo.retail.posterminal/js/data/dataorderdiscount.js
---
|
|
|
(0121782)
|
hgbot
|
2020-08-04 10:17
|
|
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core [^]
Changeset: 403ad50524737ea0c37e7d9c23cacf55ac0554b4
Author: Carlos Aristu <carlos.aristu@openbravo.com>
Date: 2020-08-04T10:16:35+02:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/403ad50524737ea0c37e7d9c23cacf55ac0554b4 [^]
Related to ISSUE-44743: IndexedDB - Phase 2
MR: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/13 [^]
---
A web/org.openbravo.mobile.core/app/exception/TranslatableError.js
A web/org.openbravo.mobile.core/app/model/terminal/TerminalProperty.js
A web/org.openbravo.mobile.core/app/util/DAL.js
A web/org.openbravo.mobile.core/app/util/SpecialCharacters.js
A web/org.openbravo.mobile.core/app/view/DialogUIHandler.js
M legal/Licensing.txt
M package.json
M src/org/openbravo/mobile/core/MobileCoreComponentProvider.java
M web-test/model/application-state/State.test.js
M web-test/model/application-state/compat/StateBackwardCompatibility-backbone-state.test.js
M web-test/model/application-state/compat/StateBackwardCompatibility-bidirectional.test.js
M web-test/model/application-state/compat/StateBackwardCompatibility-infra.test.js
M web-test/model/application-state/compat/StateBackwardCompatibility-state-backbone.test.js
M web-test/model/application-state/compat/backward-compat-integration-base.js
M web-test/model/business-object/messages/Messages.test.js
M web-test/model/business-object/terminal-log/TerminalLog-AddButtonClick-ActionPreparation.test.js
M web-test/model/business-object/terminal-log/TerminalLog-AddLog-ActionPreparation.test.js
M web-test/model/business-object/terminal-log/TerminalLog-AddProcess-ActionPreparation.test.js
M web-test/model/business-object/terminal-log/TerminalLog-Addkey-ActionPreparation.test.js
M web-test/model/business-object/terminal-log/TerminalLog-StateAction-AddLog.test.js
M web-test/model/business-object/terminal-log/TerminalLog-StateAction-AddProcess.test.js
M web-test/model/business-object/terminal-log/TerminalLog-StateAction-AddbuttonClick.test.js
M web-test/model/business-object/terminal-log/TerminalLog-StateAction-Addkey.test.js
M web-test/model/synchronization-buffer/SynchronizationBuffer.test.js
M web-test/util/Approval.test.js
M web-test/util/ArrayUtils.test.js
M web-test/view/ActionCanceledUIHandler.test.js
M web/org.openbravo.mobile.core/app/model/application-state/ActionCanceled.js
M web/org.openbravo.mobile.core/app/model/application-state/State.js
M web/org.openbravo.mobile.core/app/model/application-state/StateAPI.js
M web/org.openbravo.mobile.core/app/model/application-state/StateBackwardCompatibility.js
M web/org.openbravo.mobile.core/app/model/business-object/messages/MessagesUtils.js
M web/org.openbravo.mobile.core/app/model/login/PasswordHash.js
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/app/model/synchronization-buffer/SynchronizationBuffer.js
M web/org.openbravo.mobile.core/app/model/synchronization-buffer/SynchronizationEndpoint.js
M web/org.openbravo.mobile.core/app/util/ArrayUtils.js
M web/org.openbravo.mobile.core/app/util/Security.js
M web/org.openbravo.mobile.core/app/view/ActionCanceledUIHandler.js
M web/org.openbravo.mobile.core/source/model/ob-terminal-model.js
M web/org.openbravo.mobile.core/source/offline/ob-fetch-manifest.js
R web/org.openbravo.mobile.core/lib/vendor/deepfreeze-2.0.0.js
---
|
|
|
(0121783)
|
hgbot
|
2020-08-04 10:19
|
|
|
|
(0121784)
|
hgbot
|
2020-08-04 10:21
|
|
|
|
(0121785)
|
hgbot
|
2020-08-04 10:23
|
|
|
|
(0121787)
|
hgbot
|
2020-08-04 10:24
|
|
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.giftcards [^]
Changeset: 454006a1ce90bdcb923b78e9cf89ca760c8e5bb0
Author: Carlos Aristu <carlos.aristu@openbravo.com>
Date: 2020-08-04T10:24:23+02:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.giftcards/-/commit/454006a1ce90bdcb923b78e9cf89ca760c8e5bb0 [^]
Related to ISSUE-44743: IndexedDB - Phase 2
MR: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.giftcards/-/merge_requests/1 [^]
---
A package.json
A web-test/model/business-object/cashup/Cashup-processCashManagements-ActionPreparation.test.js
A web-test/model/business-object/cashup/Cashup-processCashManagements-AddHook.test.js
A web-test/model/business-object/cashup/SetupCashup.js
A web-test/model/business-object/cashup/SetupGlobalUtils.js
A web-test/model/business-object/ticket/actions/AddProductActionPreparations.test.js
A web/org.openbravo.retail.giftcards/app/model/business-object/cashup/actions/CashManagementActions.js
A web/org.openbravo.retail.giftcards/app/model/business-object/ticket/actions/AddProductActionPreparations.js
M src/org/openbravo/retail/giftcards/GCNVComponentProvider.java
M web/org.openbravo.retail.giftcards/js/components/GCNewEntitiesExpirationDate.js
M web/org.openbravo.retail.giftcards/js/components/GCNewEntitiesGCOwner.js
M web/org.openbravo.retail.giftcards/js/components/GiftCardCertificate.js
M web/org.openbravo.retail.giftcards/js/components/GiftCardReimbursePaymentSelector.js
M web/org.openbravo.retail.giftcards/js/components/lineproperties.js
M web/org.openbravo.retail.giftcards/js/model/GiftCardUtils.js
R web/org.openbravo.retail.giftcards/js/hooks/preSaveCashManagementsHook.js
---
|
|
|
(0121788)
|
hgbot
|
2020-08-04 10:28
|
|
|
|
(0121789)
|
hgbot
|
2020-08-04 10:30
|
|
|
|
(0121790)
|
hgbot
|
2020-08-04 10:31
|
|
|
|
(0121791)
|
hgbot
|
2020-08-04 10:33
|
|
|
|
(0121792)
|
hgbot
|
2020-08-04 10:38
|
|
|
|
(0121794)
|
hgbot
|
2020-08-04 10:41
|
|
|
|
(0121796)
|
hgbot
|
2020-08-04 10:43
|
|
|
|
(0121797)
|
hgbot
|
2020-08-04 10:45
|
|
Repository: https://gitlab.com/openbravo/ci/mobile-test [^]
Changeset: 6f03a923f30e83eb55fd0bd8713369eeb9b687fa
Author: Carlos Aristu <carlos.aristu@openbravo.com>
Date: 2020-08-04T10:44:30+02:00
URL: https://gitlab.com/openbravo/ci/mobile-test/-/commit/6f03a923f30e83eb55fd0bd8713369eeb9b687fa [^]
Related to ISSUE-44743: IndexedDB - Phase 2
MR: https://gitlab.com/openbravo/ci/mobile-test/-/merge_requests/2 [^]
---
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/certification_france/OBCFRTerminalMonitor.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/certification_france/OBCFRTicket.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/creditnote/CreditNoteReimburse.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/discounts_bypaymentmethod/I41181_VerifyReceiptEventChange.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/giftcards/I34251_VerifyGiftCardEditPrice.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/giftcards/I35816_VerfiyGiftVoucherWithProductMultiQty.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/sessions/openstoretill/I33172_VerifyTillDifferencesReconciliationDeposits.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/sessions/openstoretill/I33172_VerifyTillDifferencesReconciliationWithdrawal.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/sessions/openstoretill/I34235_CashUpSynchonizedWithOpenTillRequest.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/sessions/openstoretill/I34280_VerifyLoginOffline.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/sessions/openstoretill/I36052_VerifyMultiPaymentMethodWithInitialCountCash.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/sessions/openstoretill/I40490_VerifyTillDifferenceNotDeletedWhenCacheIsCleared.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/sessions/openstoretill/I40868_VerifyCashupWithUnPaidOrder.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/sessions/openstoretill/OfflineCheckCashManagement.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/stockvalidation/CheckStockValidation.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/stockvalidation/EnableDisableStockValidation.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/stockvalidation/I37065A_VerifyProductCantBeSoldWithNoOverissueBin.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/stockvalidation/I37065C_AddProductWithNoInventory.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/stockvalidation/I37065D_AddProductWithZeroStockInOverissueBin.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/stockvalidation/I37065E_VerifyProductAttributesAreFullyDefined.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/supportforattributes/SFA001SerialNumberProductWithoutStock.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/supportforattributes/SFA002NonSerialNumberProductWithoutStock.java
M src-test/org/openbravo/test/mobile/retail/multiserver/selenium/tests/offline/OfflineMS004_Cashup.java
M src-test/org/openbravo/test/mobile/retail/multiserver/selenium/tests/offline/OfflineMSCentral004_Cashup.java
M src-test/org/openbravo/test/mobile/retail/multiserver/selenium/tests/store1/MS004_Cashup.java
M src-test/org/openbravo/test/mobile/retail/multiserver/selenium/tests/store1/MS009_SaleAndCashupVerifyingDatabaseI.java
M src-test/org/openbravo/test/mobile/retail/multiserver/selenium/tests/store1/MS010_SaleAndCashupVerifyingDatabaseII.java
M src-test/org/openbravo/test/mobile/retail/multiserver/selenium/tests/store1/MS012_I31462_VoidLayaway.java
M src-test/org/openbravo/test/mobile/retail/multiserver/selenium/tests/store2/MSS2004_Cashup.java
M src-test/org/openbravo/test/mobile/retail/pack/API/WebPOSAPI.java
M src-test/org/openbravo/test/mobile/retail/pack/database/WebPOSDatabaseHelper.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/TestIdPack.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cancelandreplace/I40978_VerifyCashupDataWithCR.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashmanagement/I30160_UseTheSameGLItem.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashmanagement/I31757_CashMgmtTrxDate.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashmanagement/I31838_FilterCashMgmtEventsByPaymentMethod.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashmanagement/I32274_VerifyCashMgmtModel.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/CashUpGroupingWithDifferentsBP.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/CashUpNoGroupingWithDifferentsBP.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/CashUpSplitLines.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/CashUpSplitLinesMultitax.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/CashUpSplitLinesMultitaxNotIncludeTaxes.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/CashUpSplitLinesNotIncludeTaxes.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/CashUpWithPartialPaidCredit.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/CashUpWithTotalPaidCredit.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/I29153_CashupWithSaleAndReturnRetrieveFromServer.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/I30658_VerifyUserCashpUp.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/I34582_VerifyFinTransactionDateAfterCashUp.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/I35565_CashUpVerifyDeposit.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/I35631_VerifyCashupKeyboard.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/I39397_VerifyCashupAmtOnReversePayment.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/I40019_VerifyCountedAmountAfterCashup.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/MultiterminalSaleAndCashupVerifyingDatabase.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/SaleAndCashupVerifyingDatabaseI.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/SaleAndCashupVerifyingDatabaseII.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/crossstore/CrossStoreTerminalHelper.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/customercreation/CheckShippingAddressMandatory.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/discountsandpromotions/I30885_Communit8624UseOnWebPOSFlag.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/I28322_WrongInvoiceWhenPayingLayawayWithCreditI.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/I28322_WrongInvoiceWhenPayingLayawayWithCreditII.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/I30236_LayawayVerifyDocumentNumber.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/I31462_VoidLayaway.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/I31612_CancelLayawayAddPayment.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/I31626_CancelLayawayAddPayment.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/I43113_VerifyCountLayawayAsSales.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/LayawayProductsNotInAssortment.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/Layaway_Cre1Cancel2.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/Layaway_Cre1Fin1.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/Layaway_Cre1Fin2.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/Layaway_Cre1Par1Fin2.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/Layaway_Cre1Par2Cancel3.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/Layaway_Cre1Par2Fin1.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/Layaway_Cre1Par2Fin2.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/Layaway_Cre1Par2Fin3.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/multichange/ChangeDialogRemaining.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/multichange/ThreePaymentMethods.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/multipricelists/MPLCashupAfterPricelistChange.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/multipricelists/MPLCashupWithDifferentPricelist.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/multiselection/ApplyDiscountPriceMultipleLines.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/multiselection/ChangePriceMultipleLines.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/multiselection/ChangeQtyMultipleLines.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/multiselection/DecrementQtyMultipleLines.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/multiselection/DisablePlusMinusMultipleLines.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/multiselection/I32634_MultiSelectionDeleteLines.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/multiselection/I32634_MultiSelectionDeleteLinesII.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/multiselection/IncrementQtyMultipleLines.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/multiselection/MultiSelectHelper.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/negativelayaways/NegativeLayawaysVoidLayaway.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/CreateLayawayOffline.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/I34503_JSErrorShownInCashManagementDetails.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/LoginOfflineAllowedFlows.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/LoginOnlineAllowedFlows.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/LoginOnlineBusinessDay.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/MultiPriceListOffline.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/WebPOSOfflineCustomTerminalHelper.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/paymentrounding/PaymentRoundingTerminalHelper.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/prepaymentsAndInvoiceTerms/OMNI160_ServiceUniqueQuantityUndeliverableProductsPrepaymentWithapprovalAfterDelivery.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/DeleteTicketWithDeletedLines.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I29953_ReactivateQuotation.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I30084_DeleteLinesApprovalNotSkipped.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I30084_DeleteLinesApprovalNotSkippedII.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I33526_ReceiptVerifyPaymentMethod.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I34441_ReactivateQuotationAndCreateOrder.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I34968_ReceiptPayOpenTicket.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I35829_VerifyOrderLineNotTaxes.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I36071_VerifyNotServicesShownWhenProductNotAdd.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I37436_VerifyReceiptOnPreSaveHook.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I39121_VerifyTotalAmountWithBOMProduct.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I39816_VerifyReceiptOnDelete.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/QuotationProductsNotInAssortment.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/returns/I31887_ReceiptWithDifferentProductTaxRate.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/returns/VerifiedReturnProductsNotInAssortment.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/rfid/AddDeletedRFID.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/rfid/AddMultipleSameRFID.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/rfid/DisableScaningFocusRFID.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/CreateSaleVerifyingDatabaseFields.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/I31137_Sale.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/I31137_SaleWithOverpayment.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sharedpaymentmethods/SPMChangePricelistInLayaway.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sharedpaymentmethods/SPMDiscountsWithPriceIncludeTaxes.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sharedpaymentmethods/SPMDiscountsWithoutPriceIncludeTaxes.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sharedpaymentmethods/SPMModifyPricelistSharedPayments.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sharedpaymentmethods/SPMMulticurrencyPayInEURUSD.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sharedpaymentmethods/SPMQuotationSharedPayments.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sharedpaymentmethods/SPMSaleAndReloadSharedPayments.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/levelproductprices/LevelProductPrices.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashmanagement/I35881_TwoCashMgmtAtOnceInSynchronizeMode.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/I36522_VerifyCashUpInSynchronizeMode.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/discountsandpromotions/I34300_VerifyReceiptDiscountUndo.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I28728_UndoButtonRemovesInformation.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I33029_VerifyUndoForQuotation.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I34416_VerifyUndoOnDeleteLineWithPref.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I30962_CheckUpdateModalBeingProcessed.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I33078_VerifyUndoOnNegateButton.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I33443_VerifyUndoOnNegateButton.java
---
|
|
|
(0121827)
|
hgbot
|
2020-08-05 08:46
|
|
|
|
(0121841)
|
hgbot
|
2020-08-05 10:10
|
|
|
|
(0121875)
|
hgbot
|
2020-08-06 11:30
|
|
|
|
(0121956)
|
hgbot
|
2020-08-10 18:17
|
|
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 15ac3306bd0b478564fd90fe4558f154e8895955
Author: Carlos Aristu <carlos.aristu@openbravo.com>
Date: 2020-08-10T18:15:56+02:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/15ac3306bd0b478564fd90fe4558f154e8895955 [^]
Related to ISSUE-44743: IndexedDB - Phase 2
---
M web-test/model/business-object/cashup/Cashup-completeCashupAndCreateNew.test.js
M web-test/model/business-object/cashup/Cashup-createCashManagement-StateAction.test.js
M web-test/model/business-object/cashup/Cashup-initCashup-StateAction-fromBackend.test.js
M web-test/model/business-object/cashup/Cashup-initCashup-StateAction-fromLocal.test.js
M web-test/model/business-object/cashup/Cashup-initCashup-StateAction-fromScratch.test.js
M web-test/model/business-object/cashup/Cashup-processCashManagements-StateAction.test.js
M web-test/model/business-object/cashup/Cashup-updateCashupFunction-afterTicketDone.test.js
M web-test/model/business-object/cashup/Cashup.test.js
M web-test/model/business-object/cashup/test-data/cashupAfterComplete.js
M web-test/model/business-object/cashup/test-data/cashupAfterLoadCashupFromBackend.js
M web-test/model/business-object/cashup/test-data/cashupAfterLoadCashupFromBackendWithoutPayments.js
M web-test/model/business-object/cashup/test-data/cashupAfterTicketDone.js
M web-test/model/business-object/cashup/test-data/cashupBeforeComplete.js
M web-test/model/business-object/cashup/test-data/cashupBeforeTicketDone.js
M web-test/model/business-object/cashup/test-data/cashupCreatedFromScratch.js
M web-test/model/business-object/cashup/test-data/cashupCreatedFromScratchWithoutLastCashupPayments.js
M web-test/model/business-object/cashup/test-data/cashupMessageSharedPayments.js
M web-test/model/business-object/cashup/test-data/cleanCashup.js
M web-test/model/business-object/cashup/test-data/closeCashupInfoForCompleteCashup.js
M web-test/model/business-object/cashup/test-data/messagesAfterCompleteCashup.js
M web-test/model/business-object/cashup/test-data/messagesAfterCompleteCashupSharedPayments.js
M web-test/model/business-object/cashup/test-data/requestCashupFromBackend.js
M web-test/model/business-object/cashup/test-data/requestCashupFromBackendNoData.js
M web-test/model/business-object/cashup/test-data/requestCashupFromBackendProcessed.js
M web-test/model/business-object/cashup/test-data/terminalPayments.js
M web-test/model/business-object/cashup/test-data/terminalPaymentsWhenLoadingCashupFromBackend.js
M web-test/model/business-object/cashup/test-data/ticketAfterTicketDone.js
M web-test/model/business-object/cashup/test-data/ticketBeforeUpdateCashup.js
M web-test/model/business-object/cashup/test-data/unInitializeCashup.js
---
|
|
|
(0122131)
|
hgbot
|
2020-08-18 10:53
|
|
|